/* #Page Styles
*  Override de certaines couleurs/grille et nouveaux styles
*  cours-brevet-enseignement
================================================== */
.pageEntete {
	min-height:450px;
	background:url("../img/entetes/entete_promo_edu4.jpg") center center #000 no-repeat;
	background-size:cover;
	margin-bottom:0;
}
.pageEntete .sousTitre {
    font-size:2.857142857142857em; /* 40/14 */
	line-height:1;
	/*font-weight:600;*/
	margin:20px 0 0 0;
}


/* Strate de l'intro */
.sIntro {
	padding:40px 0 50px 0;
	background-color:#F0F0F0;
	/*text-align:center;*/
	font-size:1.785714285714286em; /* 25/14 */
	line-height:1.3;
}
.sIntro p {
	/*max-width:750px;*/
	margin:0 auto;
	font-weight: 600;
}
.sIntro p + p {
	margin-top:0.5em;
}


/* Strate Pour qui? */
.sPourQui {
	padding:50px 0;
}
.sPourQui 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;
	position:relative;
	padding-bottom:10px;
}
.sPourQui 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 .lstCours {
	padding: 0;
	list-style: none;
}
.sWebinaires .lstCours > li > p {
	display:flex;
	width:100%;
	flex-wrap:nowrap;
}
.sWebinaires .lstCours p .sigle {
	width:85px;
	flex-shrink: 0;
}
.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 {
	/*max-width:400px;*/
	background-color:#BFD730;
	padding:8px 15px;
	font-size:0.9375em; /* 15/16 */
	font-weight:600;
	color:#000;
}
.sWebinaires a.button:hover,
.sWebinaires a.button:focus {
	background-color:#000;
	color:#fff;
}
.sWebinaires .colImg {
	display:flex;
	flex-grow:1;
	width:50%;
	background:url(../img/promo_edu4/bg_cours.jpg) top right no-repeat;
	background-size:cover;
	aspect-ratio: 3 / 2;
}
/* .sWebinaires .no2 .colImg {
	background:url(../img/promo_edu4/bg_cours.jpg) center center no-repeat;
	background-size:cover;
} */



/* 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%;
	/*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:82px; /* Hauteur de la plus grande icone du lot */
	margin:0 auto 20px auto;
	text-align:center;
}
.lstAvantages .icone.distance {
	background:url(../img/promo_edu4/ico_ordi.svg) no-repeat center center;
}
.lstAvantages .icone.rythme {
	background:url(../img/promo_edu4/ico_calendrier.svg) no-repeat center center;
}
.lstAvantages .icone.recherche {
	background:url(../img/promo_edu4/ico_document.svg) no-repeat center center;
}
.lstAvantages .icone.gratuit {
	background:url(../img/promo_edu4/ico_gratuit.svg) no-repeat center center;
}



.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: 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 */
	}

	/* 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: 1281px) {
	.pageEntete {
		background-image:url("../img/entetes/entete_promo_edu4_large.jpg");
	}
}


/* Styles d'impression */
@media print {

}
