/* #Page Styles
*  Override de certaines couleurs/grille et nouveaux styles
================================================== */
.pageEntete {
	margin-bottom:0;
}
.pageAccueil .pageEntete {
	min-height:450px;
	background:url(../img/entetes/entete_capsules_activites_accueil.svg) top center #ededed no-repeat;
	/*background-size:cover;*/
}
.pageAccueil .pageEntete .sousTitre {
    font-size:2.5em; /* 35/14 */
	line-height:1.3;
	font-weight:600;
	margin:20px 0 25px 0;
	max-width:650px;
}
.pageAccueil .pageEntete .barreSansDate {
	display:block;
    font-size:0;
	line-height:1;
	background-color:#D97806;
	color:#fff;
	height:10px;
	width:115px;
	padding:0;
	margin:30px 0 30px 0;
}

.pageAccueil .cssTable {
	display:table;
	table-layout:fixed;
	width:100%;
}
.pageAccueil .cssTable > * {
	display:table-cell;
}


/* Strate de l'intro */
.sIntro {
	padding:40px 0;
	background-color:#fff;
	font-size:1.571428571428571em; /* 22/14 */
	line-height:1.3;
	padding-bottom:60px; /* Réserve plus d'espace pour le titre de la strate suivante */
}


/* Liste des webinaires */
.sCapsules {
	padding:0 0 40px 0;
	background-color:#FAF5ED;
}
.sCapsules + .sCapsules {
	padding:40px 0;
	background-color:#FFFFFF;
}
.sCapsules + .sCapsules + .sCapsules {
	background-color:#FAF5ED;
}
.sCapsules .titreSection {
	text-transform:uppercase;
	font-size:2.5em; /* 35/14 */
	line-height:1;
	font-weight:600;
	text-align:center;
	
	background-color:#52524F;
	color:#fff;
	padding:20px 0;
	margin:0 0 30px 0;
	margin-top:-37px; /* Pour faire déborder sur .sIntro */
}

.sCapsules .titreCategorie {
	font-size:2.5em; /* 35/14 */
	line-height:1.2;
	font-weight:600;
	color:#000;
	
	position:relative;
	padding:0 0 20px 0;
	margin:0 0 30px 0;
}
.sCapsules .titreCategorie:after {
    content:"";
    position:absolute;
    border-bottom:5px solid #D97806;
    height:5px;
    width:80px;
    bottom:0;
    left:0;
}

.sCapsules .grandTexte {
	font-size:1.285714285714286em; /* 18/14 */
	font-weight:600;
	margin:0 0 20px 0;
}

.sCapsules .flex {
	display:flex;
	flex-wrap:wrap;
}
.sCapsules .flex + .flex {
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #707070;
}
.sCapsules .flex > .coteGauche {
	align-self:center;
	padding-right:30px;
	width:50%;
}
.sCapsules .flex > .coteDroit {
	align-self:center;
	width:50%;
}
.sCapsules .flex > div.alignerBas {
	align-self:end;
}
.sCapsules .titreVideo {
	font-size:1.785714285714286em; /* 25/14 */
	line-height:1.2;
	font-weight:600;
}
.sCapsules .texte {
	/*font-size:1.285714285714286em; /* 18/14 */
	font-size:1.142857142857143em; /* 16/14 */
}
.sCapsules a.lien_8 {
	font-size: 1.142857142857143em; /* 16/14 */
	line-height:1.6;
	font-weight:600;
	padding:3px 15px;
	background-color:#D97806;
}
.sCapsules a.lien_8:focus,
.sCapsules a.lien_8:hover {
	background-color: #000;
	text-decoration: none;
}
.sCapsules .flex > .coteGauche > *:last-child,
.sCapsules .flex > .coteDroit > *:last-child {
	margin-bottom:0;
}



.sCapsules a.lienIconePlay {
	position:relative;
	text-decoration:none;
	display:inline-block;
}
.sCapsules a.lienIconePlay:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:75px; /* Taille réelle 110 x 110 */ 
	height:75px;
	background:url(../img/activites_accueil/ico_play_sprite.svg) 0 0 no-repeat;
	background-size:75px 150px; /* Resize */
	z-index:100;
	transform:translate(-50%,-50%);
}
.sCapsules a.lienIconePlay:after {
	content:"";
	display:block;
	background:#000;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	z-index:10;
	visibility:visible;
	opacity:0.3;
	transition: opacity 0.25s ease;
}

/* Rollover */
.sCapsules a.lienIconePlay:hover:before,
.sCapsules a.lienIconePlay:focus:before {
	background-position:0 -75px;
}
.sCapsules a.lienIconePlay:hover:after,
.sCapsules a.lienIconePlay:focus:after {
	opacity: 0;
}



/*********************/
/* Le CSS responsive */
/*********************/

@media only screen and (max-width: 1279px) {
	/*.pageAccueil .pageEntete {
		background-image:url(../img/entetes/entete_activites_accueil_medium.jpg);
	}*/
}

@media only screen and (max-width: 1023px) {
	.pageAccueil .pageEntete {
		min-height:1px;
	}
	
	.pageAccueil .pageEntete .sousTitre {
		font-size:2.142857142857143em; /* 30/14 */
	}
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {	

}


/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 767px) {
	.pageAccueil .pageEntete {
		background-image:url(../img/entetes/entete_capsules_activites_accueil_mobile.svg);
		background-size:cover;
		/*background-position:top right;
		padding-bottom:500px;*/
	}
	
	.pageEntete h1.titrePage {
		margin-bottom:0;
	}
	.pageEntete h1.titrePage .mblock {
		display:block;
	}
	.pageAccueil .pageEntete .sousTitre {
		font-size:1.785714285714286em; /* 25/14 */
		/*margin-bottom:20px;*/
		max-width:400px;
	}
	


	.sCapsules .titreSection {
		font-size:2.142857142857143em; /* 30px / 14px */
	}
	
	.sCapsules .grandTexte {
		/*font-size:1.428571428571429em; /* 20/14 */
	}
	
	.sCapsules .flex > .coteGauche {
		padding-right:0;
		width:100%;
		text-align:center;
	}
	.sCapsules .flex > .coteDroit {
		margin-top:30px;
		width:100%;
		text-align:center;
	}
	.sCapsules .texte {
		font-size:1.285714285714286em; /* 18/14 */
		line-height:1.36; /* 34/25 */
	}
}


/* #Mobile (Mini tablette)
================================================== */

@media only screen and (max-width: 599px) {

	

}


/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 479px) {

}


@media only screen and (min-width: 1671px) {
	/*.pageAccueil .pageEntete {
		background-image:url(../img/entetes/entete_activites_accueil_large.jpg);
	}*/
}

