/* ==========================================================================
   Styles custom pour cette page
   ========================================================================== */
.pageEntete {
	background:url(../img/entetes/entete_mooc_detresse.svg) bottom center #335255 no-repeat;
	margin-bottom:0;
	background-size:cover;
}
.pageEntete img.mooc {
	margin-top:40px;
}
.pageEntete h1.titrePage {
	margin-top:25px;
}


/* 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;
}



/* Tous les boutons sont identiques */
.sInfosMooc a.button,
.sContenu a.button,
.sComment a.button {
	max-width:295px;
	background-color:#045555;
}
.sInfosMooc a.button:hover,
.sInfosMooc a.button:focus,
.sContenu a.button:hover,
.sContenu a.button:focus,
.sComment a.button:hover,
.sComment a.button:focus {
	background-color:#000;
	color:#fff;
}


/* Strate des infos/résumés du MOOC */
.sInfosMooc {
	padding:45px 0;
}
.sInfosMooc .flex {
	display:flex;
	width:100%;
	flex-wrap:wrap;
	align-items: flex-start;
}
.sInfosMooc .colTexte {
	width:50%;
	padding-right: 20px;
}
.sInfosMooc .colResume {
	padding-left: 40px;
	width:50%;
}
.colResume .cssTable {
	padding:10px 0;
	margin:0;
	border-bottom:1px solid #808080;
}
.colResume .titre {
	text-transform:uppercase;
	vertical-align:middle;
}
.colResume .valeur {
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-align:right;
	vertical-align:bottom;
}



/* Strate des COMMENT */
.sComment {
	background-color:#F8F5EB;
}
.sComment 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;
}
.sComment h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #045555;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}
.sComment .flex {
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.sComment .colTexte {
	display:flex;
	align-self:center;
	width:50%;
	padding:30px 0 0 0;
}
/*.sComment .colTexte {
	padding:30px 0 0 0;
	height:405px;
	width:50%;
	vertical-align:middle;
}*/
.sComment .colTexte .contentWrap {
	max-width:380px;
	margin:0 115px 0 auto;
}
/*.sComment a.button {
	margin-top:10px;
	max-width:295px;
	background-color:#ed5e02;
}
.sComment a.button:hover,
.sComment a.button:focus {
	background-color:#000;
	color:#fff;
}*/
.sComment .colImg {
	background:url(../img/mooc-detresse/bg_comment.svg) bottom center no-repeat;
	background-size:cover;
	display:flex;
	flex-grow:1;
	aspect-ratio: 1;
}
/* .sComment .colImg img {
	width:100%;
} */



/* Strate Pour qui? */
.sPourQui {
	padding:45px 0;
	background-color:#F7E4AA;
}
.sPourQui 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 {
	content:"";
	position:absolute;
	border-bottom:5px solid #045555;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}


/* Strate Contenu */
.sContenu {
	padding:45px 0;
	/* background-color:#e8e8e8; */
}
.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 #045555;
	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 {
	font-weight:600;
	font-size:1.285714285714286em; /* 18/14 */
	text-transform:none;
}
.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:#045555;
}
.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 {
	display: flex;
	gap: 40px;
	margin-top:40px;
}
.sContenu .grpBoutons a.button {
	width:100%;
	max-width:400px;
}
.sContenu .colBtnInscription,
.sContenu .colBtnAcces {
	width:50%;
	margin: 0;
}
/* .sContenu .colBtnInscription a.button {
	background-color:#000;
}
.sContenu .colBtnInscription a.button:focus,
.sContenu .colBtnInscription a.button:hover {
	background-color:#ed5e02;
} */

/* .sContenu .colBtnAcces a.button {
	background-color:#ed5e02;
}
.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:#F2F0EB;
}
.sTELUQ h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.285714285714286em; /* 32px / 14px */
	font-weight:400;
	line-height:1.2;
}
.sTELUQ p {
	font-size:0.9285714285714286em; /* 13/14 */
}


/* Mobile portrait/paysage (320px à 767px) */
@media only screen and (max-width: 768px){
	/* Strate des COMMENT */
	.sComment .colTexte .contentWrap {
		max-width:none;
		margin-right:auto;
	}
}

/* Mobile portrait/paysage (320px à 767px) */
@media only screen and (max-width: 767px){
	.pageEntete {
		background-image:url(../img/entetes/entete_mooc_detresse_medium.svg) bottom center #335255 no-repeat;
	}

	.pageEntete img.mooc {
		width:145px;
	}
	.pageEntete h1.titrePage {
		margin-top:18px;
	}


	/* Strate des infos/résumés du MOOC */
	.sInfosMooc {
		padding:30px 0 0 0;
		background:none;
		overflow: hidden;
	}
	.sInfosMooc .colTexte {
		background: #fff;
		padding: 0 0 30px 0;
		width:100%;
	}
	.sInfosMooc .colResume {
		position: relative;
		background: #f0f0f0;
		padding:30px 0;
		width:100%;
	}
	.sInfosMooc .colResume:before {
		content: "";
		position: absolute;
		background: #f0f0f0;
		width:100%;
		left: -50%;
		top: 0;
		bottom: 0;
		z-index:-1;
	}
	.sInfosMooc .colResume:after {
		content: "";
		position: absolute;
		background: #f0f0f0;
		width:100%;
		right: -50%;
		top: 0;
		bottom: 0;
		z-index:-1;
	}
}

/*  Entre 2 (mobile)
================================================== */
@media only screen and (max-width: 600px) {
	.pageEntete {
		background-position: calc(50% - 50px) bottom;
	}
}

@media only screen and (max-width: 599px){

	/* Strate COMMENT */
	.sComment .colTexte {
		width:100%;
		padding:30px 0;
	}
	.sComment ul,
	.sComment ul li:last-child {
		margin-bottom:0;
	}
	.sComment .colImg {
		width:100%;
	}




	/*.sComment .colTexte {
		height:auto;
		width:100%;
		display:block;
	}
	.sComment ul,
	.sComment ul li:last-child {
		margin-bottom:0;
	}
	.sComment a.button {
		margin-top:30px;
	}
	.sComment .colImg {
		display:none;
	}*/


	/* Strate Contenu */
	.sContenu .grpBoutons {
		flex-wrap: wrap;
		gap: 20px;
		text-align: center;
	}
	.sContenu .grpBoutons > * {
		width:100%;
	}
	.sContenu .alignerTxtD {
		text-align:center;
	}
}