/* ==========================================================================
   Styles custom pour cette page
   ========================================================================== */
.pageEntete {
	background: url(../img/entetes/entete_fc_fraude.svg) top center #0e3b7c no-repeat;
	/*background: linear-gradient(90deg, rgba(14,59,124,1) 50%, rgba(100,198,207,1) 100%); /* #0e3b7c to #64c6cf */
	background: url(../img/entetes/entete_fc_fraude.svg) top center no-repeat,
				linear-gradient(90deg, rgba(14,59,124,1) 50%, rgba(100,198,207,1) 100%); /* Multiples BG */
	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;
}
.colResume a.button {
	margin-top:30px;
	max-width:295px;
	background-color:#D7A993;
	color:#000;
}
.colResume a.button:focus,
.colResume a.button:hover {
	background-color:#24aae2;
}


.formationReconnue {
	margin:60px 0;
	position:relative;
	border:1px solid #009DDF;
	padding:45px 20px 20px 20px;
}
.formationReconnue p {
	font-size:1.214285714285714em; /* 17px / 14px */
	line-height:1.411764705882353; /* 24/17 */
	font-weight:600;
	color:#2B2E34;
	margin:0;
	text-align:center;
}
.formationReconnue .badge {
	position:absolute;
	top:-32px;
	left:50%;
	margin-left:-33px;
	
	display:block;
	width:66px;
	height:66px;
	border-radius:50%;
	background:url(../img/fc-fraude/sceau_blanc.svg) #009DDF no-repeat center center;
	background-size:35px 46px;
}



/* Strates Pour qui? et Comment? */
.sPourQui {
	background: #F2F0EA;
}
.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-fraude/bg_comment.jpg) top center no-repeat;
	background-size: cover;
	aspect-ratio: 3 / 2;
}
.sComment .colImg {
	background-image:url(../img/fc-fraude/bg_pourqui.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 #24aae2;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}

.sPourQui a.button,
.sComment a.button{
	margin-top:30px;
	max-width:295px;
	background-color:#24aae2;
	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;
	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:50%;
	border-right:1px solid #fff;
	padding:0 40px;
	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 #24aae2;
	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 .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;
}



/* Strate de l'équipe */
.sEquipe {
	background:url(../img/fc-fraude/bg_prof.jpg) #0E4F85 center center no-repeat;
	background-size:cover;
	padding:60px 0;
}
.sEquipe .boite {
	background-color:#fff;
	padding:20px;
}
.sEquipe h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#666;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;
	margin:30px 0 10px 0;
}
.sEquipe p {
	/*margin-bottom:0.2em;*/
}
.sEquipe .nom {
	font-size:1em;
	font-weight:700;
	margin-bottom:0;
}
.sEquipe .titre {
	font-weight:600;
}

.lstEquipe {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
.lstEquipe li {
	padding-left:105px;
	min-height:75px;
	background:20px 0 no-repeat;
}
.lstEquipe li:first-child,
.lstEquipe li:nth-child(2n+1) {
	background-position:0 0;
	padding-right:20px;
	padding-left:150px;
}
.lstEquipe li.benjamin {
	background-image:url(../img/fc-fraude/benjamin_l.png);
}


@media only screen and (max-width: 1220px){
	/*.sPourQui .colTexte .contentWrap,
	.sComment .colTexte .contentWrap {
		margin: 0 auto;
	}*/
}



/* Mobile portrait/paysage (320px à 767px) */
@media only screen and (max-width: 767px){
	.pageEntete.pageEntete {
		background-size:cover;
	}
	.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;
	}
	.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;
	}
	
	

}


@media only screen and (max-width: 599px){
	
	/* Strate des avantages */
	.sAvantages .tableAvantages {
		display:block;
	}
	.sAvantages .tableAvantages > li {
		display:block;
		width:100%;
		border-right:0;
		padding:20px 0;
	}
	
	.sEquipe {
	  padding: 40px 0; /* Comme les autres */
	}
	.lstEquipe li:first-child,
	.lstEquipe li:nth-child(2n+1) {
		background-position:top center;
		padding-left:0;
		padding-right:0;
		padding-top:150px;
	}

}


@media only screen and (min-width: 1671px){
	/* Strate de l'équipe */
	.sEquipe {
		background-image:url(../img/fc-fraude/bg_prof_large.jpg);
	}
}