/* ==========================================================================
   Styles custom pour cette page
   ========================================================================== */
.pageEntete {
	background:url(../img/entetes/entete_mooc_epicene_large.svg) top center #295795 no-repeat;
	background-size:cover;
	/* background:#67bbc0; */
	margin-bottom:0;
}

.pageEntete img.mooc {
	margin-top:40px;
}

/*.pageEntete h1.titrePage {
	margin-top:25px;
}*/
.pageEntete .sousTitre {
	margin-bottom:10px;
	line-height:1.1;
}

.pageEntete .splitPromo > * {
	width:45%
}
.pageEntete .splitPromo .cotePromo {
	width:55%;
	padding-left:10px;
	padding-bottom:20px;
}
.pageEntete .splitPromo .promoImg img {
	border:0;
}

/* 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 du MOOC */
.sInfosMooc {
	padding:45px 0 20px 0;
}
.sInfosMooc .colTexte {
	padding-right:7%;
}
.sInfosMooc .colTexte p {
	/*font-size:1.058823529411765em; /* 18/17 */
}
.sInfosMooc .colTexte .actionPartager > p {
	/*font-size:12px;*/
}
.sInfosMooc .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:middle;
}
.sInfosMooc a.button {
	margin-top:30px;
	max-width:295px;
	background-color:#295795;
}
.sInfosMooc a.button:focus,
.sInfosMooc a.button:hover {
	background-color:#000;
}


/* Strate DESCRIPTION */
.sDescription {
	background-color:#F0F5F8;
	padding: 40px 0;
}
.sDescription 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;
}
.sDescription h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #295795;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}
.sDescription .colTexte {
	padding:30px 0 30px 0;
	height:405px;
	width:50%;
	vertical-align:middle;
}
.sDescription .colTexte .contentWrap {
	max-width:380px;
	margin:0 95px 0 auto;
}
.sDescription .colTexte p,
.sDescription .colTexte ul {
	/*font-size:1.058823529411765em; /* 18/17 */
}
.sDescription a.button {
	margin-top:10px;
	max-width:295px;
	background-color:#F24A49;
	color:#fff;
}
.sDescription a.button:hover,
.sDescription a.button:focus {
	background-color:#000;
}
.sDescription .colImg {
	background:url(../img/mooc-ted/bg_pour_qui.jpg) center center no-repeat;
	background-size:cover;
}
.sDescription .colImg img {
	width:100%;
}


/* Strate POUR QUI */
.sPourQui {
	background: linear-gradient(to right, #fff 50%, #295795 50%, #295795);
	padding: 40px 0;
}
.sPourQui 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;
}
.sPourQui h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #295795;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}

/* Hacky/shitty pour centrer l'image dans la colonne de droite en desktop seulement (absolue) */
@media only screen and (min-width: 960px){
	.sPourQui > .contentWrap {
		position: static;
	}
	.sPourQui .colImage {
		position: static;
		min-height: 340px;
	}
	.sPourQui .colImage img {
		position: absolute;
		height: 330px;
		left: 75%;
		transform: translateX(-50%);
	}
}



/* 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;
	margin-top:0;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;
	color:#fff;

	margin-bottom:30px;
	position:relative;
	/*padding-bottom:10px;*/
}
/*.sAvantages h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #295795;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}*/
.sAvantages h3 {
	color:#fff;
	margin:20px 0 5px;
	/* text-transform:uppercase; */
}
.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 */
.sContenu {
	padding:40px 0;
	/* background-color:#fff; */
}
.sContenu 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 {
	content:"";
	position:absolute;
	border-bottom:5px solid #295795;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}

.sContenu .cssTable {
	padding:20px 0;
	border-bottom:1px solid #000;
}
.sContenu .cssTable > * {
	vertical-align:bottom;
}

.sContenu .accordeon .toggler,
.sContenu .titre {
	font-weight:600;
	font-size:1.285714285714286em; /* 18/14 */
	text-transform:none;
}
.sContenu .titre {
	line-height:1.25em;
	margin-top:25px;
}
.sContenu .module {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:1.555555555555556em; /* 28/18 */
	text-transform:uppercase;
	margin:0 0 5px 0px;
	color:#295795;
}
.sContenu .heures {
	margin:12px 0 7px 0;
	background:url(../img/mooc-communs/ico_horloge.svg) 0 0 no-repeat;
	min-height:28px;
	line-height:28px;
	padding-left:40px;
	font-size:1.285714285714286em; /* 18/14 */
}

.sContenu .grpBoutons {
	margin-top:40px;
}
.sContenu .grpBoutons a.button {
	width:100%;
	max-width:295px;
}
.sContenu .colBtnInscription {
	float:left;
	width:50%;
	padding-right:20px;
	margin:0;
}
.sContenu .colBtnInscription a.button {
	background-color:#295795;
}
.sContenu .colBtnInscription a.button:focus,
.sContenu .colBtnInscription a.button:hover {
	background-color:#000;
}
.sContenu .colBtnAcces {
	float:right;
	width:50%;
	/* padding-left:20px; */
	margin:0;
}
.sContenu .colBtnAcces a.button {
	background-color:#eeac3d;
	color:#000;
}
.sContenu .colBtnAcces a.button:focus,
.sContenu .colBtnAcces a.button:hover {
	background-color:#000;
	color:#fff;
}




/* Strate infos TÉLUQ */
.sTELUQ {
	padding:40px 0;
	background-color:#333;
	color: #fff;
}
.sTELUQ h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;
	color: #fff;
}
.sTELUQ p {
	font-size:0.9285714285714286em; /* 13/14 */
}

@media only screen and (max-width: 1200px){
	.pageEntete {
		background-image:url(../img/entetes/entete_mooc_epicene.svg);
	}
}
/*@media only screen and (max-width: 1023px){
	h1.titrePage.big {
		font-size:2.14286em;
	}
}*/

@media only screen and (max-width: 768px){
	/* Strate DESCRIPTION */
	.sDescription .colTexte .contentWrap {
		max-width:none;
		margin-right:auto;
	}
}

/* Mobile portrait/paysage (320px à 767px) */
@media only screen and (max-width: 767px){
	.pageEntete img.mooc {
		width:145px;
	}
	.pageEntete h1.titrePage {
		margin-top:18px;
	}
	.pageEntete .sousTitre {
		margin-bottom:30px;
	}
	.pageEntete .splitPromo .cotePromo {
		padding-bottom:0;

		/* Centrer */
		margin-left:auto;
		margin-right:auto;
	}

	.sInfosMooc .colResume {
		width:35%;
	}


	/* Strate POUR QUI */
	.sPourQui {
		background: #fff;
		padding-bottom: 0;
	}
	.sPourQui .palm100.colImage {
		margin: 30px 0 0 0;
		padding: 20px 0;
		width: 100%;
		background-color: #295795;
	}
	.sPourQui .centrerMobile {
		text-align:center;
	}


	.sAvantages h2 {
		font-size:1.785714285714286em; /* 25px / 14px */
	}
	.sAvantages .tableAvantages {
		display:block;
	}
	.sAvantages .tableAvantages > li {
		display:block;
		width:100%;
		border-right:0;
		padding:20px 0;
	}

}


@media only screen and (max-width: 599px){

	/* Strate des infos/résumés du MOOC */
	.sInfosMooc {
		padding-bottom:30px;
	}
	.sInfosMooc .colTexte {
		display:block;
		padding-right:0;
	}
	.sInfosMooc .colResume {
		display:block;
		width:100%;
	}
	.colResume .inscription {
		text-align:center;
	}

	.sDescription .centrerMobile,
	.sContenu .centrerMobile {
		text-align:center;
	}



	/* Strate DESCRIPTION */
	.sDescription .colTexte {
		height:auto;
		width:100%;
		display:block;
	}

	.sDescription ul,
	.sDescription ul li:last-child {
		margin-bottom:0;
	}
	.sDescription a.button {
		margin-top:30px;
	}
	.sDescription .colImg {
		display:none;
	}


	/* Strate Contenu */
	.sContenu .grpBoutons > * {
		display:block;
		float:none;
		padding:0;
		text-align:center;
		width:100%;
	}
	.sContenu .colBtnInscription {
		margin:0 0 20px 0;
	}
	.sContenu .alignerTxtD {
		text-align:center;
	}

}
