/* body#error-page {
    max-width: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
} */

/* ---------< HEADER >--------- */

/* ---------------------------- */
header .nav ul{
	margin-bottom: 10px;

}
.header-bg {
	background-image: url('img/header-bg.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 240px;
}

.custom-navbar {
	position: relative;
	z-index: 10;
	padding: 0 30px;
	height: 125px;
}

.custom-navbar .navbar-nav .nav-link {
	color: white !important;
	font-size: 17px;
	font-weight: 500;
	padding: 10px 25px;
}

@media (max-width: 1200px) {
	.custom-navbar .navbar-nav .nav-link {
		font-size: 13px;
		padding: 8px 15px;
	}

	.custom-navbar {
		height: 100px;
	}
}

@media (max-width: 991px) {
	.custom-navbar .navbar-nav .nav-link {
		font-size: 16px;
		padding: 6px 5px;
	}

	.custom-navbar {
		height: 80px;
	}

	.header-bg {
		/* height: 140px; */
	}
}

@media (max-width: 550px){
	.custom-navbar .navbar-toggler {
		top: -10px !important;
	}

}


/* Bouton burger */
.custom-navbar .navbar-toggler {
	border: none;
	border-radius: 4px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 20;
}

.custom-navbar .navbar-collapse {
	justify-content: flex-end !important;
}

.navbar-light .navbar-toggler {
	border: none !important;
	box-shadow: none !important;
}

.custom-navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 767.98px) {
	.custom-navbar .navbar-collapse {
		background-color: #0C4D8E;
		padding: 1rem;
		border-radius: 20px;
		max-width: 230px;
		text-align: center;
		position: absolute;
        top: 30px;
        right: 30px;
		z-index: 9;
	}

	.custom-navbar .navbar-nav {
		flex-direction: column;
		align-items: center;
	}

	.custom-navbar .nav-link {
		display: block;
		width: 100%;
		color: white !important;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.custom-navbar .nav-link:last-child {
		border-bottom: none;
	}
}

@media (min-width: 768px) {
    .custom-navbar .navbar-collapse {
        display: flex !important;
        justify-content: flex-end !important;
    }

    .custom-navbar .navbar-nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: flex-end !important;
    }

    .custom-navbar .navbar-nav {
        display: flex;
        flex-direction: row;
    }
}


/* ---------< FRONT PAGE >--------- */

/* ---------------------------- */

.left-side{
	display: flex;
	flex-direction: column;
}

.align-left-side{
	display: flex;
	flex-direction: column;
	align-items:flex-start;
	justify-content: flex-start;
}

.align-right-side {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 10px;
}

@media (max-width: 768px) {
	.align-right-side {
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.img-pc-scol{
		width: 150px;
		margin-top: 10px;
	}
}


.yellow-rod{
	height: 1px;
	width: 100%;
	background-color: #DA9D37;
}

.title-blue-bold{
	color: #0C4D8E;
	font-weight: 700;
	font-size: 3rem;
	text-align: left;
}

.img-pc-scol{
	width: 200px;
	margin-top: 10px;
}

.texte-top-projet{
	font-size: 2rem;
	margin-top: 33px;
}

@media (min-width: 991px){
	.texte-top-projet{
		margin-left: 30px;
	}
}

.grp1{
	margin-top: 75px;
}

@media (max-width:575px){
	.grp1{
		padding: 20px;
	}
}

.pictos{
	margin-top: 100px;
}

.picto-group{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.picto-img{
	max-width: 85px;	
}

.texte-picto{
	margin-top: 30px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.yellow-rod-v2{
	height: 1px;
	width: 100px;
	background-color: #DA9D37;
	margin-top: 10px;
	margin-bottom: 50px;
}

.btn-top {
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0C4D8E;
    border-radius: 15px;
    max-width: 250px;
    height: 45px;
    padding: 0 20px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.btn-top2 {
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0C4D8E;
    border-radius: 15px;
    max-width: 500px;
    height: 45px;
    padding: 0 20px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.gp-btn{
	display: flex;
    align-items: center;
    justify-content: center;
}

.gp-btn2{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 50px;
}

.txt-btn {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    transition: color 0.4s ease;
}

@media (max-width:767px){
	.txt-btn{
		font-size: 14px;
	}

	.title-emploi{
		font-size: 22px !important;
	}

	.title-pegase{
		font-size: 22px !important;
	}
}

.txt-btn:hover {
	color: #fff !important;
}

.btn-top:hover .txt-btn::after {
    animation: shine 0.8s ease forwards;
}
.btn-top2:hover .txt-btn::after {
    animation: shine 0.8s ease forwards;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.btn-top:hover {
    transform: scale(1.05);
    box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.3);
}
.btn-top2:hover {
    transform: scale(1.05);
    box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.3);
}

.back-mid {
	margin-top: 100px;
    background-image: url('img/fond-mid.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 800px;
}

.rect-top-right {
    width: 100%;
    height: 125px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border: 3px solid #FF9C38;
    border-right: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.rect-bottom-left {
    width: 100%;
    /* height: 325px; */
	padding-bottom: 50px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border: 3px solid #FF9C38;
    border-left: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.rect {
    /* width: 100%; */
    /* height: 325px; */
	padding-bottom: 50px;
    border-radius: 20px !important;
    border: 3px solid #FF9C38;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.title-pegase {
    position: relative;
    color: #FF9C38;
    font-weight: 700;
    font-size: 26px;
}

.bloc-p{
	margin-top: 100px;
}

.blue-rod{
	height: 2px;
	background-color: #0C4D8E;
	width: 60%;
}

.logo-pegase{
	width: 30%;
	max-width: 225px;
}

.bloc-emploi-hauteur{
	padding-top: 20px;
	padding-bottom: 60px;
}

.title-pegase2 {
    position: relative;
    color: #FF9C38;
    font-weight: 700;
    font-size: 26px;
}

@media (max-width: 991px){
	.title-pegase2 {
		font-size: 22.5px;
	}
}

@media (max-width: 767px){
	.title-pegase2 {
		font-size: 20px;
	}
}

.txt-pegase{
	font-size: 17px;
	color: black;
}

@media (max-width: 575px){
	.title-pegase2 {
		font-size: 18px;
	}

	.txt-pegase{
		font-size: 14px;
		color: black;
	}
}

.blue-rod2{
	height: 2px;
	background-color: #0C4D8E;
	width: 100%;
	margin-left: auto;
}

.title-pc-scol{
	color: #0C4D8E;
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
}

.bloc-pc-scol-projet{
	margin-top: 75px;
}

.actu{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.yellow-rod{
	margin-top: 10px;
	height: 2px;
	background-color: #DA9D37;
	width: 200px;
}

.blocs-actu{
	padding: 0 20px 0 20px;
	margin-top: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloc-actu {
	height: 100%; 
	background-color: #ededed !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border: solid 1px #81b3e5;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}

.bloc-actu:hover {
	transform: translateY(-10px) scale(1.05);
	box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.25) !important;
	z-index: 2;
}



.bloc-actu-part-1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bloc-actu-part-2{
	display: flex;
	flex-direction: column;
	justify-content: left;
	margin-right: auto;
}

.bloc-actu-part-3{
	display: flex;
	flex-direction: column;
	justify-content: left;
	padding: 20px;
}

.blue-rod-v3{
	margin-top: 10px;
	height: 2px;
	background-color: #0C4D8E;
	width: 250px;
	margin-right: auto;
}

.title-bloc-actu{
	margin-top: 25px;
	font-size: 20px;
	font-weight: 700;
	color: #0C4D8E;
	text-align: left;
}

.logo-pegase-actu{
	margin-top: 25px;
}

.blue-actu-rod{
	margin-top: 25px;
	height: 1px;
	background-color: #0C4D8E;
	width: 275px;
	margin-right: auto;
}

.date-actu{
	margin-top: 15px;
	font-size: 14px;
	font-weight: 300;
	color: #202020;
}

.texte-actu{
	font-size: 14px;
	color: black;
	margin-top: 17.5px;
}

.back-emploi {
	margin-top: 100px;
    background-image: url('img/pathtt.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 1000px;
}

.bloc-e{
	margin-top: 100px;
}

.rect-top-mid {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 125px;
    border-radius: 20px !important;
    border: 1px solid #FF9C38;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.rect-bottom-mid {
    width: 100%;
    border-radius: 20px !important;
    border: 1px solid #FF9C38;
    border-left: none;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.title-emploi {
    position: relative;
    color: #0C4D8E;
    font-weight: 700;
    font-size: 38px;
	text-align: center;
}

.orange-rod{
	height: 2px;
	background-color: #DA9D37;
	width: 250px;
}

.bloc-calendrier{
	display: flex;
    justify-content: center;
}

.btn-calendrier{
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0C4D8E;
    border-radius: 15px;
    max-width: 500px;
    height: 45px;
    padding: 0 20px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
	margin-top: 50px;
}

.btn-calendrier:hover .txt-btn::after {
    animation: shine 0.8s ease forwards;
}

.btn-calendrier:hover {
    transform: scale(1.05);
    box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.3);
}

/* ---------< FOOTER >--------- */

/* ---------------------------- */

.back-footer{
	background-image: url('img/back-footer.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 60px;
}

.txt-top-footer{
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	padding-top: 35px;
}

.title-foot {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none; 
	margin-top: 30px;
}

.title-foot::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px; 
    width: 100%;
    height: 1px;
    background-color: #fff; 
}
@media (max-width: 575px){
	#menu-footer1{
		justify-content: center;
		align-items: center;
	}

	#menu-footer2{
		justify-content: center;
		align-items: center;
	}

	.title-mid{
		text-align: center;
	}

	ul#menu-footer1{
		margin-top: 5px !important;
	}

	ul#menu-footer2 {
		margin-top: 5px !important;
	}
	.txt-top-footer{
		font-size: 13px;
		margin-top: 20px;
	}
}

ul#menu-footer1{
	margin-top: 20px;
	color: #FF9C38;
	font-size: 15px;
	font-weight: 600;
}

ul#menu-footer2 {
	display: block;
	columns: 2;
	column-gap: 40px;
	list-style: none;
	padding: 0;
}

@media screen and (max-width: 768px) {
	ul#menu-footer2 {
		columns: 1;
	}

	.txt-bottom-footer {
		margin-top: 20px !important;
		margin-bottom: 40px !important;
	}
}

footer .navbar-nav a{
	color: #FF9C38;
	font-size: 15px;
	font-weight: 600;
}

footer .navbar-nav a:hover{
	color: #ffcf9f !important;
}

.txt-bottom-footer{
	text-align: center;
	color: #fff;
	font-size: 15px;
	margin-top: 40px;
}

.txt-bottom-foot{
	text-align: center;
	color: black;
	font-size: 13px;
	margin-top: 20px;
}

/* ---------< SINGLE >--------- */

/* ---------------------------- */

.single-actu-bloc{
	padding: 30px;
}

.post-txt{
	font-size: 14px;
}

.date-txt-single{
	font-size: 12px;
	margin-top: 20px;
}

.img-single {
    display: block;            
    max-height: 175px;
    width: auto;
    margin: 0 auto;           
    object-fit: contain;        
}

.yellow-rod-v3{
	display: flex;
	align-items: center;
	justify-self: center;
	margin-top: 10px;
	height: 1px;
	background-color: #DA9D37;
	width: 300px;
}

.title-single-post{
	margin-top: 10px;
	font-size: 22px;
}

.dropdown-menu{
	background-color: #0C4D8E;
}

.dropdown-menu li a{
	color: white;
	font-size: 1.75rem;
	font-weight: 500;
	padding: 10px 15px 10px!important;
}

.dropdown-menu li .dropdown-item.active{
	background-color: #81b3e5;
}
