/* #Page Styles
*  Override de certaines couleurs/grille et nouveaux styles
================================================== */
.pageEntete {
	margin-bottom:0;
}
.pageAccueil .pageEntete {
	min-height:450px;
	background:url(../img/entetes/entete_activites_sm.jpg?a2025) bottom right #094659 no-repeat;
	/* background-size:cover; */
	background-size:auto;
}
.pageAccueil sup {
	font-size:60%;
}
.pageAccueil .pageEntete .sousTitre {
    /*font-size:2.5em; /* 35/14 */
	font-size:1.785714285714286em; /* 25/14 */
	line-height:1;
	font-weight:600;
	margin:30px 0 25px 0;
}
.pageAccueil .pageEntete .dateAccueil {
	display:inline-block;
    /*font-size:2.857142857142857em; /* 40/14 */
	font-size:1.571428571428571em; /* 22/14 */
	line-height:1;
	font-weight:600;
	background-color:#C75300;
	padding:10px 15px;
	margin:20px 0 30px 0;
	color:#fff;
}

.pageAccueil .cssTable {
	display:table;
	table-layout:fixed;
	width:100%;
}
.pageAccueil .cssTable > * {
	display:table-cell;
}

.titreStrate,
.titreStrateBarre {
	font-size:2.5em; /* 35/14 */
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.titreStrateBarre {
	position: relative;
	padding-bottom: 15px;
}
.titreStrateBarre:after {
    content:"";
    position:absolute;
    border-bottom:5px solid #094659;
    height:5px;
    width:55px;
    bottom:0;
    left:0;
}


/* Strate de l'intro */
.sIntro {
	padding:40px 0;
	/*background-color:#EDF2F5;*/
	font-size:1.571428571428571em; /* 22/14 */
	line-height:1.3;
}
.sIntro p + p {
	margin-top:0.65em;
}
.sIntro .grid {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 2rem;
}
.sIntro .grid .sidebar {
	display: grid;
	align-content: center;
	padding-left: 2rem;
	border-left: 1px solid #1A5071;
	text-align: center;
}



/* Strate des ressources */
.sEntretenirLien {
	padding:40px 0;
	background-color:#4a6594;
	color: #fff;
}
.sEntretenirLien h2 {
	font-size:2.5em; /* 35/14 */
	font-weight:600;
	line-height:1.2;
	color: #fff;
	margin-top:0;
	margin-bottom:30px;
	position:relative;
	padding-bottom:10px;
}
.sEntretenirLien h2:after {
    content:"";
    position:absolute;
    border-bottom:5px solid #094659;
    height:5px;
    width:55px;
    bottom:0;
    left:0;
}

.sEntretenirLien .grid {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}
.sEntretenirLien .grid .sidebar {
	text-align: center;
}



/* Strate des infos */
.sInfos {
	padding:40px 0;
}
.sInfos .grandTexte {
	font-size:1.785714285714286em; /* 25px / 14px */
	line-height:1.2;
}
.boiteGagnants {
	margin:30px auto;
	max-width:470px;
	background-color:#DFDFDF;
	border-radius:3px;
	padding:20px;
}



/* Liste des webinaires */
.sWebinaires {
	padding:40px 0;
}
.sWebinaires .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;
}

.sWebinaires ul.lesWebinaires {
	margin:0;
}
.sWebinaires ul.lesWebinaires > li {
	padding:20px;
	margin:0;
	border-top:1px solid #707070;
}
.sWebinaires ul.lesWebinaires > li.today {
	background-color:#FAF5ED;
}
.sWebinaires ul.lesWebinaires > li:not(.today):first-child {
	border-top:0;
	padding-top:0;
}

.sWebinaires .confOuverture {
	display:inline-block;
	border:1px solid #B8CEDB;
	padding:5px 10px;

	color:#000;
	font-size:1.428571428571429em; /* 20px / 14px */
	line-height:1;
	font-weight:600;
	margin:0 0 15px 0;
	text-transform:uppercase;
}

.sWebinaires h3 {
	color:#000;
	font-size:1.571428571428571em; /* 22px / 14px */
	line-height:1.2;
	font-weight:600;
	margin:0 0 15px 0;
	text-transform:none;
}
.sWebinaires .datesSeances {
	/*color:#329946;*/
	font-size:1.285714285714286em; /* 18px / 14px */
	/*line-height:1.2;*/
	/*font-weight:600;*/
	margin:0 0 10px 0;
	text-transform:none;
}
.sWebinaires .datesSeances .jour {
	display:inline-block;
	background-color:#B8CEDB;
	padding:5px 10px;
	font-size:1.388888888888889em; /* 25px / 18px */
	line-height:1;
	font-weight:600;
	margin:0 20px 10px 0;
	text-transform:uppercase;
}
.sWebinaires .presentation {
	font-weight:600;
}
.sWebinaires a.descriptionComplete,
.sWebinairesPhoto a.descriptionComplete {
	font-size:1.142857142857143em; /* 16px / 14px */
	padding-left:32px;
	font-weight:600;
	position:relative;
	display:inline-block;
	line-height:22px;
	text-decoration:none;
}
.sWebinaires a.descriptionComplete:before,
.sWebinairesPhoto a.descriptionComplete:before {
	content:"";
	position:absolute;
	background:url(../img/activites_sm/plus_moins_sprite.svg) no-repeat top left;
	background-position:0 -22px;
	display:block;
	top:0;
	left:0;
	width:22px;
	height:22px;
}
.sWebinaires a.descriptionComplete:focus,
.sWebinaires a.descriptionComplete:hover,
.sWebinairesPhoto a.descriptionComplete:focus,
.sWebinairesPhoto a.descriptionComplete:hover {
	text-decoration:underline;
}
.sWebinaires a.descriptionComplete:focus:before,
.sWebinaires a.descriptionComplete:hover:before,
.sWebinairesPhoto a.descriptionComplete:focus:before,
.sWebinairesPhoto a.descriptionComplete:hover:before {
	/* background-position:0 -22px; */
	background-position:0 0;
}

.sWebinaires a.descriptionComplete.active:before,
.sWebinairesPhoto a.descriptionComplete.active:before {
	background-position:-22px -22px;
}
.sWebinaires a.descriptionComplete.active:focus:before,
.sWebinaires a.descriptionComplete.active:hover:before,
.sWebinairesPhoto a.descriptionComplete.active:focus:before,
.sWebinairesPhoto a.descriptionComplete.active:hover:before {
	background-position:-22px 0;
}

.sWebinaires .more,
.sWebinairesPhoto .more {
	display:none;
	/*font-size:16px;*/
}
.sWebinaires .cssTable .inscription {
	width:165px;
	/*width:150px;*/
	padding-left:20px;
	vertical-align:middle;
}
.sWebinaires .cssTable .inscription .button {
	padding:10px 15px;
	font-size:1.285714285714286em; /* 18/14 */
	line-height:normal;
	font-weight:600;
	background-color:#C45333;
}
.sWebinaires .today .cssTable .inscription .button {
	background-color:#D97806;
}
.sWebinaires .cssTable .inscription .button:focus,
.sWebinaires .cssTable .inscription .button:hover,
.sWebinaires .today .cssTable .inscription .button:focus,
.sWebinaires .today .cssTable .inscription .button:hover {
	background-color:#000;
}



/* Strate des Webinaires avec grande photo */
.sWebinairesPhoto:not(.semaineSuicide) {
	background-color:#F6F9FD;
}
.sWebinairesPhoto h2 {
	font-size:1.785714285714286em; /* 25px / 14px */
	font-weight:600;
	line-height:1.2;

	margin-bottom:30px;
	position:relative;
	padding-bottom:15px;
}
.sWebinairesPhoto h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #094659;
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}
.sWebinairesPhoto h3,
.sWebinairesPhoto .h3 {
	font-size:1.285714285714286em; /* 18/14 */
	color: #000;
}
.sWebinairesPhoto .h3 {
	font-weight: 600;
}

.sWebinairesPhoto .flex {
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.sWebinairesPhoto .fondBlanc {
	background-color:#FFF;
}
.sWebinairesPhoto .colTexte {
	display:flex;
	/*min-height:500px;
	height:500px;
	vertical-align:middle;*/
	align-self:center;
	width:50%;
	padding:60px 20px;
}
/*.sWebinairesPhoto .second .colTexte {
	padding:30px 20px;
}*/

.sWebinairesPhoto .colTexte .contentWrap {
	max-width:430px;
	margin:0 95px 0 auto;
}
.sWebinairesPhoto .second .colTexte .contentWrap {
	margin:0 auto 0 95px;
}

.sWebinairesPhoto .categorie {
	font-size:1.428571428571429em; /* 20/14 */
	line-height: 1.25; /* 25/20 */
	font-weight:700;
	color: #646363;
	text-transform: uppercase;
}
.sWebinairesPhoto .boiteInscription + .categorie {
	margin-top: 50px;
}
.sWebinairesPhoto .boiteInscription {
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	padding:20px;
	background-color:#fff;
	margin-top: 20px;
}
.sWebinairesPhoto.semaineSuicide .boiteInscription,
.sWebinairesPhoto .fondBlanc .boiteInscription {
	background-color:#F8F6EF;
}
.sWebinairesPhoto .boiteInscription + .boiteInscription {
	margin-top:2px;
}
.sWebinairesPhoto .boiteInscription + h2 {
	margin-top:50px; /* S'il y a un autre webinaire qui suit */
}
.sWebinairesPhoto .boiteInscription + .boiteInscription:before {
	content:"OU";
	display:block;
	position:absolute;
	left:50%;
	top:0;
	margin-top:-17px;
	margin-left:-17px;
	background-color:#F2F2F1;
	border-radius:50%;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
}
.sWebinairesPhoto.semaineSuicide .boiteInscription + .boiteInscription:before,
.sWebinairesPhoto .fondBlanc .boiteInscription + .boiteInscription:before {
	background-color:#fff;
}
.sWebinairesPhoto .boiteInscription p {
	margin:0;
}
.sWebinairesPhoto .boiteInscription .date {
	font-size:1.285714285714286em; /* 18/14 */
	/*font-weight:600;*/
	padding-right:10px;
}
/*.sWebinairesPhoto .boiteInscription .date > strong {
	font-weight:600;
}*/
.sWebinairesPhoto .boiteInscription .inscription {
	flex-shrink:0;
}
.sWebinairesPhoto .boiteInscription span.small {
	line-height:1;
}
.sWebinairesPhoto a.button {
	max-width:400px;
	background-color:#094659;
	padding:7px 15px;
	font-size:1.285714285714286em; /* 18/14 */
	font-weight:600;
	/*color:#000;*/
}
.sWebinairesPhoto a.button:hover,
.sWebinairesPhoto a.button:focus {
	background-color:#000;
	color:#fff;
}
.sWebinairesPhoto a.button.disabled,
.sWebinairesPhoto a.button.disabled:hover,
.sWebinairesPhoto a.button.disabled:focus  {
	cursor: default;
	background-color:#999;
	color:#fff;
	font-style: italic;
}
.sWebinairesPhoto .colImg {
	display:flex;
	flex-grow:1;
	background:url(../img/activites_sm/bg_activite1.jpg?h2026) #F6F9FD center center no-repeat;
	background-size:cover;
	/*aspect-ratio: 6 / 7;*/
	aspect-ratio: 1;
}
.sWebinairesPhoto .colImg.notCover {
	background-size:auto;
	background-position: center center;
}
.sWebinairesPhoto .second .colImg {
	background-image:url(../img/activites_sm/bg_activite2.jpg?h2026);
	/* background-position:top right; */
	aspect-ratio: 1;
}
/*.sWebinairesPhoto .colImg img {
	width:100%;
	height:auto;
}*/


/* Panélistes */
.sPanelistes {
	--_panel-gap: 20px;
	--_panel-padding: 20px;
	--_photo-height: 160px;

	padding:40px 0;
	background-color: #F8F6EF;
}
.sPanelistes .titreStrate {
	text-align: center;
}
.sPanelistes .flex {
	display: flex;
	gap: var(--_panel-gap);
	/* flex-wrap: wrap; */
	padding-top: calc(var(--_photo-height)/2);
}
.sPanelistes .paneliste {
	flex-basis: 50%;
	background: #094659;
	color: #fff;
	border-radius: 12px;
	padding: var(--_panel-padding);
}
.sPanelistes .paneliste >*:first-child:not(.photo) {
	margin-top: 0;
}
.sPanelistes .paneliste >*:last-child {
	margin-bottom: 0;
}
.sPanelistes h3 {
	font-size: 1.285714285714286em; /* 18/14 */
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}
.sPanelistes a {
	color: #fff;
}
.sPanelistes .photo {
	height: var(--_photo-height);
	position: relative;
	display: block;
	margin: 30px auto;
	margin-top: calc((var(--_photo-height)/2 + var(--_panel-padding)) * -1);
}


/* Strate Formation gratuite (CLOM) ou capsules vidéos */
.sFormationGratuite {
	padding:60px 0;
	background-color:#F8F6EF;
}
.sFormationGratuite.sCapsules {
	background-color:#fff;
}
.sFormationGratuite h3 {
	font-size:1.285714285714286em; /* 18/14 */
	color: #000;
}

.sFormationGratuite .coteTexte {
	padding-bottom: 30px;
}
.sFormationGratuite .headline {
	font-size:1.571428571428571em; /* 22/14 */
	line-height:1.3;
	margin:30px 0 30px 0;
}

@media only screen and (min-width: 768px) {
	.sFormationGratuite .coteTexte {
		padding-right: 40px;
		padding-bottom: 0;
	}
}






/* Strate des ressources */
.sRessources {
	padding:60px 0;
	background-color:#F6F9FD;
}
.sRessources:not(.semaineSuicide) {
	background-color:#F9F7EB;
}

.sRessources .headline {
	font-size:1.571428571428571em; /* 22/14 */
	line-height:1.3;
	margin:30px 0 15px 0;
}

/* Même puce que .liste_3 */
.sRessources ul {
	padding-left:0;
	list-style-type:none;
	list-style-image:none;
	/*font-size:1.142857142857143em; /* 16/14 */
}
.sRessources ul > li { position:relative; padding-left:17px; }
.sRessources ul > li:before {
	display:block;
	position:absolute;
	top:1px;
	left:0;
	content:url(../img/fleche2b.svg)
}

.sRessources .coteTexte {
	padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	.sRessources .coteTexte {
		padding-right: 40px;
		padding-bottom: 0;
	}
}





/*********************/
/* Le CSS responsive */
/*********************/

@media only screen and (max-width: 1279px) {
	/*.pageAccueil .pageEntete {
		background-image:url(../img/entetes/entete_activites_sm_medium.jpg?a2025);
	}*/

	.sWebinairesPhoto .colTexte .contentWrap,
	.sWebinairesPhoto .second .colTexte .contentWrap {
		margin:0 auto;
	}
}

@media only screen and (max-width: 1023px) {
	.pageAccueil .pageEntete {
		min-height:1px;
		background-size: cover;
	}

	.pageAccueil .pageEntete .sousTitre {
		font-size:1.428571428571429em; /* 20/14 */
	}
	.pageAccueil .pageEntete .dateAccueil {
		font-size:1.285714285714286em; /* 18/14 */
		margin-top:0;
		/*margin:20px 0;*/
	}

	/* Panelistes */
	.sPanelistes .flex {
		flex-wrap: wrap;
		gap: calc(var(--_panel-gap) + var(--_photo-height)/2);
	}
	.sPanelistes .paneliste {
		flex-basis: 100%;
		max-width: 40rem;
		margin-inline: auto;
	}
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (max-width: 768px){
	/* Strate des Webinaires avec grande photo */
	.sWebinairesPhoto .colTexte .contentWrap,
	.sWebinairesPhoto .second .colTexte .contentWrap {
		max-width:none;
	}
}


/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 767px) {
	.pageAccueil .pageEntete {
		background-image:url(../img/entetes/entete_activites_sm_mobile.jpg?a2025);
		background-position:center right;
		/* padding-bottom:100px; */

		/*background-position:top right;
		padding-bottom:500px;*/

		padding-bottom: 140px;
	}

	.pageEntete h1.titrePage {
		margin-bottom:0;
	}
	.pageEntete h1.titrePage .mblock {
		display:block;
	}
	.pageAccueil .pageEntete .sousTitre {
		font-size:1.785714285714286em; /* 25/14 */
		/*margin-bottom:20px;*/
	}
	.pageAccueil .pageEntete .dateAccueil {
		font-size:1.571428571428571em; /* 22/14 */
	}




	.sInfos .grandTexte {
		font-size:1.785714285714286em; /* 25px / 14px */
	}
	.sIntro .grid {
		grid-template-columns: 1fr;
	}
	.sIntro .grid .sidebar {
		padding-left: 0;
		border-left: 0;
	}



	.sEntretenirLien .grid {
		grid-template-columns: 1fr;
	}


	.sWebinaires .titreSection {
		font-size:2.142857142857143em; /* 30px / 14px */
	}

	.sWebinaires .datesSeances .mblock {
		display:block;
	}


	/* Strate des Webinaires avec grande photo */
	.sWebinairesPhoto .colTexte,
	.sWebinairesPhoto .second .colTexte {
		width:100%;
		padding:40px 0;
	}
	.sWebinairesPhoto .second {
		/* Image après - inverse les strate */
		flex-direction:column-reverse;
	}
	.sWebinairesPhoto ul,
	.sWebinairesPhoto ul li:last-child {
		margin-bottom:0;
	}
	.sWebinairesPhoto .colImg {
		width:100%;
	}

	.sFormationGratuite, .sRessources {
		padding:40px 0;
	}
}


/* #Mobile (Mini tablette)
================================================== */

@media only screen and (max-width: 599px) {
	.sWebinaires .cssTable .infos {
		display:block;
		width:100%;
		padding-bottom:10px;
	}
	.sWebinaires .cssTable .inscription {
		display:block;
		width:100%;
		padding-left:0;
	}
}


/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 479px) {
	.sWebinairesPhoto .boiteInscription {
		display:block;
	}
	.sWebinairesPhoto .boiteInscription span.small > .block {
		display: inline;
	}

	.sWebinairesPhoto .boiteInscription .date + p {
		margin-top:15px;
	}
}



/* Styles d'impression */
@media print {
	.sWebinaires .cssTable .inscription {
		display:none;
	}
}

@media only screen and (min-width: 1671px) {
	.pageAccueil .pageEntete {
		background-image:url(../img/entetes/entete_activites_sm_large.jpg?a2025);
	}
}
@media only screen and (min-width: 2200px) {
	.pageAccueil .pageEntete {
		background-position: center center;
	}
}