/* ==========================================================================
   Styles custom pour cette page
   ========================================================================== */
.pageEntete {
	background: url(../img/entetes/entete_fc_iagen.jpg) right center #C0E3E7 no-repeat;
	background-size:cover;
	margin-bottom:0;
}
/*.pageEntete.pageEntete {
	background-size:auto;
}*/


/* Changement icône pour l'accordéon */
.accordeon .toggler {
	margin-top:25px;
}
.accordeon .toggler > button.subtil .icone {
	background-image:url(../img/mooc-communs/plus_moins_sprite.svg);
}

.cssTable {
	display:table;
	width:100%;
	table-layout:fixed;
}
.cssTable > * {
	display:table-cell;
}




/* Strate des infos/résumés de la FC */
.sInfosFC {
	padding:45px 0 45px 0;
}
.sInfosFC .colTexte {
	padding-right:7%;
}
.sInfosFC .colResume {
	width:45%;
}
.colResume .cssTable {
	/*height:45px;*/
	padding:10px 0;
	margin:0;
	border-bottom:1px solid #808080;
}
.colResume .titre {
	text-transform:uppercase;
	vertical-align:middle;
}
.colResume .valeur {
	font-weight:700;
	text-align:right;
	vertical-align:bottom;
}
.sInfosFC a.button {
	margin-top:30px;
	max-width:295px;
	background-color:#F8DC7A;
	color:#000;
}
.sInfosFC a.button:focus,
.sInfosFC a.button:hover {
	background-color:#66CBD0;
}




/* Strates Pour qui? et Comment? */
.sPourQui {
	background: #FFFCF4;
}
.sComment {
	background: #F0F7FE;
}
.sPourQui .flex,
.sComment .flex{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.sPourQui .colTexte,
.sComment .colTexte {
	display: flex;
	align-self: center;
	width: 50%;
	padding: 60px 0 60px 0;
}
.sComment .colTexte {
	padding: 60px 0 60px 0;
}

.sPourQui .colTexte .contentWrap,
.sComment .colTexte .contentWrap {
	max-width: 380px;
	margin: 0 115px 0 auto;
}
.sComment .colTexte .contentWrap {
	/*margin: 0 auto 0 115px;*/
	margin: 0 auto 0 45px;
}

/* Images inversées */
.sPourQui .colImg,
.sComment .colImg{
	display: flex;
	flex-grow: 1;
	background: url(../img/fc-iagen/bg_respect_expertise.jpg) center center no-repeat;
	background-size: cover;
	/* aspect-ratio: 3 / 2; */
	aspect-ratio: 1;
}
.sComment .colImg {
	background-image:url(../img/fc-iagen/bg_description.jpg);
}

.sPourQui h2,
.sComment h2{
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:0;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;

	margin-bottom:30px;
	position:relative;
	padding-bottom:10px;
}
.sPourQui h2:after,
.sComment h2:after{
	content:"";
	position:absolute;
	border-bottom:5px solid #80C9CE;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}

.sPourQui a.button,
.sComment a.button{
	margin-top:30px;
	max-width:295px;
	background-color:#80C9CE;
	color:#000;
}
.sPourQui a.button:focus,
.sPourQui a.button:hover,
.sComment a.button:focus,
.sComment a.button:hover{
	background-color:#D7A993;
}



/* Strate des avantages */
.sAvantages {
	background:#333;
	padding:40px 0;
	text-align:center;
}
.sAvantages p,
.sAvantages li,
.sAvantages a {
	color:#fff;
}
.sAvantages h2 {
	font-family:'Roboto Condensed', sans-serif;
	color:#fff;
	margin:0 0 30px;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;
}
.sAvantages h3 {
	color:#fff;
	/*font-size:1.428571428571429em; /* 20px / 14px */
	text-transform: uppercase;
	margin:20px 0 0;
	/* margin:20px 0 5px; */
}
.sAvantages ul {
	padding:0;
}
.sAvantages li {
	list-style:none;
	list-style-image:none;
}
.sAvantages .tableAvantages {
	display:table;
	table-layout:fixed;
	width:100%;
	padding:0;
	margin:0;
}
.sAvantages .tableAvantages > li {
	display:table-cell;
	width:33.33333333%;
	border-right:1px solid #fff;
	/* padding:0 40px; */
	padding:0 30px;
	margin:0;
	text-align:center;
}
.sAvantages .tableAvantages > li:last-child {
	border-right:0;
	padding-bottom:0;
}





/* Strate Contenu/Objectifs */
.sContenu,
.sObjectifs {
	padding:40px 0;
	/* background: #F2F0EA; */
}
.sLogo {
	background: #fff;
}
.sContenu h2,
.sObjectifs h2 {
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:0;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;

	margin-bottom:30px;
	position:relative;
	padding-bottom:10px;
}
.sContenu h2:after,
.sObjectifs h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #80C9CE;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}
.sContenu ol li::marker {
	font-weight: 600;
}
.sContenu .cssTable {
	padding:20px 0;
	border-bottom:1px solid #000;
}
.sContenu .cssTable > * {
	vertical-align:bottom;
}

.sContenu .btn-group {
	display: flex;
	gap: 3rem;
	justify-content: center;
	margin-block: 20px;
}

.sContenu a.button {
	/* margin-top:30px; */
	/* margin-right: 1rem; */
	max-width:295px;
	background-color: var(--_bg-color, #F8DC7A);
	color:#000;
}
.sContenu a.button:focus,
.sContenu a.button:hover{
	background-color: var(--_bg-color-hover, #66CBD0);
}

.sContenu a.button--acceder {
	--_bg-color: #55A6F7;
	/* --_bg-color-hover: #66CBD0; */
}


.sContenu .accordeon .toggler,
.sObjectifs .accordeon .toggler {
	font-weight:600;
	font-size:1.285714285714286em; /* 18/14 */
	text-transform:none;
}

/* Vidéo insérée dans la strate - inspiré du style "liensPromosImg" */
.sObjectifs .splitPromo {
	display:flex;
	flex-wrap:nowrap;
	align-items:flex-start; /* top */
}
.sObjectifs .splitPromo > * {
	width:50%;
	flex-grow:1;
	flex-shrink:0;
	flex-basis:auto;
}
.sObjectifs .splitPromo .cotePromo {
	padding-left:45px;
	padding-top:40px; /* Comme la marge du H1 */
}
.sObjectifs .splitPromo .promoImg {
	position:relative;
}
.sObjectifs .splitPromo .promoImg div:before {
	content:"";
	display:block;
	position:absolute;
	top:3px;
	left:3px;
	bottom:3px;
	right:3px;
	background:#000;
	z-index:10;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.25s ease;
}
.sObjectifs .splitPromo .promoImg a:focus div:before,
.sObjectifs .splitPromo .promoImg a:hover div:before {
	opacity:0.6;
	visibility:visible;
}
.sObjectifs .splitPromo .promoImg img {
	border:3px solid #000;
	max-width:100%;
	height:auto;
}
.sObjectifs .splitPromo .promoImg a {
	display:block;
	position:relative;
}

/* Avec une icone */
.sObjectifs .splitPromo .promoImg.video div:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/icones/ico_play.png) center center no-repeat;
	z-index:100;
}


.sQuestions {
	padding:40px 0;
	background: #D3E8FD;
	text-align: center;
}
.sQuestions .icoFleche {
	margin-bottom:25px;
}
.sQuestions .titre {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;
	text-transform:uppercase;
	margin-block:15px;
}
.sQuestions .titre.margeBas {
	margin-bottom:30px;
}
/* .sQuestions h2{
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:0;
	font-size:2.285714285714286em;
	font-weight:400;
	line-height:1.2;
	margin-bottom:30px;
	text-align: center;
} */
.sQuestions a{
	text-decoration: none;
}
.sQuestions a:hover,
.sQuestions a:focus-visible{
	text-decoration: underline;
}



@media only screen and (max-width: 1220px){
	.pageEntete {
		background-image: url(../img/entetes/entete_fc_iagen_medium.jpg);
	}

	/*.sPourQui .colTexte .contentWrap,
	.sComment .colTexte .contentWrap {
		margin: 0 auto;
	}*/
}


@media only screen and (max-width: 768px){
	.pageEntete.pageEntete {
		background-image: url(../img/entetes/entete_fc_iagen_mobile.jpg);
	}
}

/* Mobile portrait/paysage (320px à 767px) */
@media only screen and (max-width: 767px){
	.pageEntete.pageEntete {
		background-size:cover;
		background-position: right bottom;
	}
	.pageEntete h1.titrePage {
		margin-top:18px;
	}


	/* Strate des infos/résumés de la FC */
	.sInfosFC {
		padding-bottom:30px;
	}
	.sInfosFC .colTexte {
		display:block;
		padding-right:0;
	}
	.sInfosFC .colResume {
		display:block;
		width:100%;
	}
	.colResume .apercu {
		text-align:center;
	}


	.sPourQui .flex {
		flex-direction: column-reverse;
	}
	.sPourQui .colTexte,
	.sComment .colTexte{
		width: 100%;
		padding: 40px 0;
	}
	.sPourQui .colTexte .contentWrap,
	.sComment .colTexte .contentWrap {
		max-width: none;
		margin-inline: 0;
	}
	.sPourQui ul,
	.sPourQui ul li:last-child,
	.sComment ul,
	.sComment ul li:last-child{
		margin-bottom: 0;
	}
	.sPourQui .colImg,
	.sComment .colImg{
		width: 100%;
		/* aspect-ratio: 2 / 1; */
	}


	/* Vidéo insérée dans la strate - inspiré du style "liensPromosImg" */
	.sObjectifs .splitPromo {
		display:block;
	}
	.sObjectifs .splitPromo .coteTexte.coteTexte,
	.sObjectifs .splitPromo .cotePromo.cotePromo {
		width:100%;
	}
	.sObjectifs .splitPromo .cotePromo.cotePromo {
		padding-left:0;
		padding-top:20px;
		max-width:450px;
	}


	/* Strate des avantages */
	.sAvantages .tableAvantages {
		display:block;
	}
	.sAvantages .tableAvantages > li {
		display:block;
		width:100%;
		border-right:0;
		padding:20px 0;
	}
}


@media only screen and (max-width: 550px){
	.titrePage .block {
		display: inline;
	}
}

@media only screen and (min-width: 1671px){
	.pageEntete {
		background-image: url(../img/entetes/entete_fc_iagen_large.jpg);
	}
}