/* #Page Styles
*  Override de certaines couleurs/grille et nouveaux styles
*  dess-enseignement
================================================== */
.pageEntete {
	min-height:450px;
	background:url("../img/entetes/entete_promo_edu2.jpg") center center #000 no-repeat;
	background-size:cover;
	margin-bottom:0;
}
.pageEntete .sousTitre {
    font-size:2.857142857142857em; /* 40/14 */
	line-height:1.1;
	/*font-weight:600;*/
	margin:20px 0 0 0;
}


/* Webinaire à venir */
.sAccrocheWebinaire {
	padding:45px 0 45px 0;
	background-color:#555555;
	color:#fff;
	text-align:center;
}
.sAccrocheWebinaire .titre {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;
	text-transform:uppercase;
}
.sAccrocheWebinaire a {
	color:#fff;
}


/* Strate de l'intro */
.sIntro {
	padding:40px 0 50px 0;
	background-color:#F0F0F0;
	/*text-align:center;*/
	font-size:1.785714285714286em; /* 25/14 */
	/*font-size:1.714285714285714em; /* 24/14 */
	line-height:1.3;
}
.sIntro h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.28em; /* 32px / 25px */
	font-weight:400;
	line-height:1.2;

	margin-bottom:30px;
	position:relative;
	padding-bottom:10px;
}
.sIntro h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #BFD730;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}
.sIntro p {
	/*max-width:750px;*/
	margin:0 auto;
	font-weight: 600;
}
.sIntro p + p,
.sIntro p + ul {
	margin-top:0.5em;
}
.sIntro .noteIntro {
	margin-top:1.5em;
	font-size:0.64em; /* 16/25 */
	/*font-size:0.6666666666666667em; /* 16/24 */
	font-weight: 400;
}

.sIntro .boite {
	margin-top: 30px;
	border: 2px solid #F45F38;
	padding: 20px;
}



/* Strate d'une annonce "promo" après l'intro */
.sAnnonce {
	background:url(../img/promo_edu2/bg_annonce.jpg) center center no-repeat;
	background-size:cover;
	padding:60px 0;
}
.sAnnonce .boite {
	background-color:#fff;
	padding:20px;
}
.sAnnonce h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;

	margin-bottom:30px;
	position:relative;
	padding-bottom:10px;
}
.sAnnonce h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #BFD730;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}


/* Strate des Webinaires */
.sWebinaires {
	position:relative;
}
.sWebinaires h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;

	margin-bottom:30px;
	position:relative;
	padding-bottom:10px;
}
.sWebinaires h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #BFD730;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}
.sWebinaires p {
	font-size:1.142857142857143em; /* 16px / 14px */
}

.sWebinaires .noteSep {
	font-size:1em; /* 14px */
	margin:50px 0 0 0;
	position:relative;
	padding-top:10px;
}
.sWebinaires .noteSep:after {
	content:"";
	position:absolute;
	border-bottom:1px solid #000;
	height:1px;
	width:55px;
	top:0;
	left:0;
}
.sWebinaires .flex {
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
/* .sWebinaires .no2 {
	background-color:#F0F0F0;
} */
.sWebinaires .colTexte {
	display:flex;
	align-self:center;
	width:50%;
	padding:60px 20px;
}
.sWebinaires .avecTexte {
	padding:60px 20px;
}
.sWebinaires .avecTexte .contentWrap {
	display:flex;
	align-self:center;
}
.sWebinaires .colTexte .contentWrap,
.sWebinaires .avecTexte .contentWrap {
	max-width:375px;
	margin:0 75px 0 auto;
}
.sWebinaires .no2 .colTexte .contentWrap {
	margin:0 auto 0 75px;
}

.sWebinaires .boiteBlanche {
	position:relative;
	width:100%;
	padding:30px 20px;
	background-color:#fff;
	/*margin-left: -20px;*/
}
.sWebinaires a.button,
.sAnnonce a.button,
.sCours a.button {
	/* max-width:310px; */
	background-color:#BFD730;
	padding:8px 15px;
	font-size: 1.071428571428571rem; /* 15/14 */
	font-weight:600;
	color:#000;
}
.sAnnonce a.button {
	max-width:none;
	width: auto;
}
.sWebinaires a.button:hover,
.sWebinaires a.button:focus,
.sAnnonce a.button:hover,
.sAnnonce a.button:focus,
.sCours a.button:hover,
.sCours a.button:focus {
	background-color:#000;
	color:#fff;
}
.sCours span.fauxButton {
	display: inline-block;
	text-align: center;
	line-height: normal;
	width: 100%;
	max-width: 200px;
	text-transform: uppercase;

	background-color:#f0f0f0;
	padding:8px 15px;
	font-size: 1.071428571428571rem; /* 15/14 */
	font-weight:600;
	color:#000;
}
.sWebinaires .colImg {
	display:flex;
	flex-grow:1;
	width:50%;
	background:url(../img/promo_edu2/bg_qui.jpg?2024) top right no-repeat;
	background-size:cover;
	aspect-ratio: 3 / 2;
	max-height: 500px;
}
/* .sWebinaires .no2 .colImg {
	background:url(../img/promo_edu2/bg_2.jpg) center center no-repeat;
	background-size:cover;
} */
/* .sWebinaires .colImg img {
	width:100%;
	height:auto;
} */


/* Les cours */
.boiteCadreDates {
	border: 1px dotted #000;
	padding: 10px;
	margin: 0 0 20px 0;
}
.boiteCadreDates.boiteCadreDates p {
	font-size: 1rem;
	margin-bottom: 5px;
}
.sCours .boiteCadreDates > p:last-child {
	margin-bottom: 0;
}
.sCours {
	background-color:#FAFDE7;
	padding:50px 0;
}
.sCours h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;

	margin-bottom:30px;
	position:relative;
	padding-bottom:10px;
}
.sCours h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #BFD730;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}
.sCours p {
	font-size:1.142857142857143em; /* 16px / 14px */
}
.sCours .lstCours {
	padding: 0;
	list-style: none;
}
.sCours .lstCours > li > p {
	display:flex;
	width:100%;
	flex-wrap:nowrap;
}
.sCours .lstCours p .sigle {
	width:110px;
	flex-shrink: 0;
	font-weight: 600;
}
.sCours h3 {
	font-size: 1.714285714285714em; /* 24/14 */
	line-height: 1.04166666; /*25/24 */
	font-weight: 600;
	color: #000;
	margin: 40px 0 15px 0;
}
.sCours h3 > span {
	font-size: 0.75em; /* 18/24 */
	font-weight: 400;
}



/* Strate des avantages */
.sAvantages {
	background-color:#333;
	color:#fff;
	padding:50px 0;
}
.sAvantages h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;
	margin: 0 0 30px 0;
	text-align: center;
	color: #fff;
}
.lstAvantages {
	display:flex;
	justify-content:space-evenly;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}
.lstAvantages > li {
	display:flex;
	/* width:25%; */
	width:33.33333333%;
	/*flex:1 0 auto;*/
	padding:10px;
	margin:0;

	border-right:1px dotted #fff;
	color:#fff;
}
.lstAvantages > li:last-child {
	border-right:0;
}
.lstAvantages li > div {
	width: 100%;
	text-align:center;
}

.lstAvantages .icone {
	display:block;
	height:94px; /* Hauteur de la plus grande icone du lot */
	margin:0 auto 20px auto;
	text-align:center;
}
.lstAvantages .icone.ico1 {
	background:url(../img/promo_edu2/ico_1.svg) no-repeat center center;
}
.lstAvantages .icone.ico2 {
	background:url(../img/promo_edu2/ico_2.svg) no-repeat center center;
}
.lstAvantages .icone.ico3 {
	background:url(../img/promo_edu2/ico_3.svg) no-repeat center center;
}
.lstAvantages .icone.ico4 {
	background:url(../img/promo_edu2/ico_4.svg) no-repeat center center;
}



/* Strate FAQ */
.sFAQ {
	background-color:#F0F0F0;
	padding:50px 0;
}
.sFAQ h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;

	margin-bottom:30px;
	position:relative;
	padding-bottom:10px;
}
.sFAQ h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #BFD730;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}
.accordeon .toggler > button.subtil .icone {
  background-image: url("../img/mooc-communs/plus_moins_sprite.svg");
}



.sFormulaire {
	padding:50px 0;
}
.sFormulaire h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;
	margin: 0 0 30px 0;
	/* text-align: center; */
}
.sFormulaire #btEnvoyer {
	background-color:#BFD730;
	color:#000;
	padding:8px 15px;
	font-size:1.071428571428571em; /* 15/14 */
	font-weight:600;
}
.sFormulaire #btEnvoyer:hover,
.sFormulaire #btEnvoyer:focus {
	background-color:#000;
	color:#fff;
}


/*********************/
/* Le CSS responsive */
/*********************/
@media only screen and (max-width: 1279px) {
	.pageEntete {
		background-image:url("../img/entetes/entete_promo_edu2_medium.jpg");
	}
}
@media only screen and (max-width: 1130px) {
	.sWebinaires .colTexte .contentWrap,
	.sWebinaires .no2 .colTexte .contentWrap,
	.sWebinaires .avecTexte .contentWrap{
		margin:0 auto;
	}
}
@media only screen and (max-width: 1023px) {
	/*.lstAvantages > li {
		width:50%;
		padding:10px;
	}
	.lstAvantages > li:nth-child(2n) {
		border-right: 0;
	}*/
	.lstAvantages li > div {
		max-width: 200px;
		margin: 0 auto;
	}
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile portrait/paysage (320px à 767px) */
@media only screen and (max-width: 768px){
	/* Strate des Webinaires */
	.sWebinaires .colTexte .contentWrap,
	.sWebinaires .no2 .colTexte .contentWrap,
	.sWebinaires .avecTexte .contentWrap {
		max-width:none;
	}
}

@media only screen and (max-width: 767px) {
	.pageEntete {
		min-height:300px;
	}
	.pageEntete h1.titrePage {
		margin-bottom:20px;
	}
	.pageEntete h1.titrePage {
		margin-bottom:10px;
	}
	.pageEntete .sousTitre {
		font-size:1.785714285714286em; /* 25/14 */
		margin-bottom:30px;
	}

	.sIntro {
		font-size:1.571428571428571em; /* 22/14 */
	}
	.sIntro h2 {
		font-size:1.454545454545455em; /* 32px / 22px */
	}

	/* Strate des Webinaires */
	.sWebinaires .colTexte {
		/*height:auto;*/
		/*display:block;*/

	}
	.sWebinaires .colTexte,
	.sWebinaires .no2 .colTexte,
	.sWebinaires .avecTexte {
		width:100%;
		padding:40px 0;
	}
	.sWebinaires .colImg {
		width:100%;
	}
	.sWebinaires .no2 {
		/* Image après - inverse les strate */
		/*flex-direction:column-reverse;*/
	}
	.sWebinaires ul,
	.sWebinaires ul li:last-child {
		margin-bottom:0;
	}


	/* Retrait de ce bg en mobile (2 images à la suite) */
	/*.sWebinaires .no2 .colImg { background: #fff; }
	.sWebinaires .boiteBlanche { padding: 0; }*/

}


/* #Mobile (Mini tablette)
================================================== */

@media only screen and (max-width: 599px) {
	.lstAvantages > li {
		width:100%;
		padding:30px 0;
		max-width: 300px;
		margin: 0 auto;
	}
	.lstAvantages > li:first-child {
		padding-top:0;
	}
	.lstAvantages > li:last-child {
		padding-bottom:0;
	}
	.lstAvantages > li,
	.lstAvantages > li:nth-child(2n) {
		border-right: 0;
	}
	/*.lstAvantages > li + li{
		border-top:1px dotted #fff;
	}*/
}


@media only screen and (max-width: 479px) {

}

@media only screen and (min-width: 1671px) {
	.sAnnonce {
		background-image:url(../img/promo_edu2/bg_annonce_large.jpg);
	}
}
@media only screen and (min-width: 2200px) {
	/* .pageEntete {
		background-image:url("../img/entetes/entete_promo_edu_large.jpg");
	} */
}

/* Styles d'impression */
@media print {

}
