/* #Page Styles
*  Override de certaines couleurs/grille et nouveaux styles
================================================== */
:root {
	/* --clrAccentPage: #2e8804; */
	--clrAccentPage: #D97806;
	/* --clrAccentPage: #335D97; (hiver) */
}
.pageEntete {
	margin-bottom:0;
}
.pageAccueil .pageEntete {
	min-height:450px;
	background:url(../img/entetes/entete_activites_accueil.jpg?sept2025) top center #E8DFD0 no-repeat;
	background-size:cover;
}
/*.pageEntete .sousTitre {
	position:relative;
	margin:20px 0;
}*/
.pageAccueil .pageEntete .sousTitre {
    /*font-size:2.5em; /* 35/14 */
	font-size:1.785714285714286em; /* 25/14 */
	line-height:1.3;
	font-weight:600;
	margin:25px 0 10px 0;
	max-width:650px;
}
.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:var(--clrAccentPage);
	color:#fff;
	padding:10px 15px;
	margin:30px 0 30px 0;
}
.pageAccueil .pageEntete .barreSansDate {
	display:block;
    font-size:0;
	line-height:1;
	background-color:var(--clrAccentPage);
	color:#fff;
	height:10px;
	width:115px;
	padding:0;
	margin:30px 0 30px 0;
}

.pageAccueil .cssTable {
	display:table;
	table-layout:fixed;
	width:100%;
}
.pageAccueil .cssTable > * {
	display:table-cell;
}


/* Général, mais recopié pour la coordo (pas assez spécifique) */
.titreStrateBarre {
	font-size:1.785714285714286em; /* 25px / 14px */
	font-weight:600;
	line-height:1.2;
	text-transform: uppercase;

	margin-bottom:30px;
	position:relative;
	padding-bottom:15px;
}
.titreStrateBarre:after {
	content:"";
	position:absolute;
	border-bottom:5px solid var(--clrAccentPage);
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}



/* Strate de l'intro */
.sIntro {
	padding:40px 0;
	/* background-color:#FAF5ED; */
	font-size:1.571428571428571em; /* 22/14 */
	line-height:1.3;
}


/* Strate des activités offertes */
.sActivites {
	padding:0;
	background-color:#52524F;
	color:#fff;
}
.sActivites a {
	color:#fff;
}
.sActivites .lesActivites {
	width:100%;
	display:flex;
	margin:20px 0;
	align-items:stretch;
}
.sActivites .lesActivites > div {
	width:50%;
	/*flex:1 1 auto;*/
	text-align:center;
	padding:20px;
}
.sActivites .lesActivites > div:first-child {
	border-right:2px dotted #fff;
}
.sActivites .lesActivites > div p {
	margin:0 0 20px 0;
}
.sActivites .lesActivites .grandTexte {
	display:block;
	font-size:1.785714285714286em; /* 25/14 */
	line-height:1.333333333333333; /* 40/30 */
	font-weight:700;
}
.sActivites .lesActivites .grandTexte2 {
	font-size:1.571428571428571em; /* 22/14 */
	line-height:1.2;
}
.sActivites a.reglements {
	/*font-size:1.142857142857143em; /* 16/14 */
}


/* Strate du clavardage */
.sChat {
	background:url(../img/activites_accueil/bg_clavardage.jpg) top center #F3B813 no-repeat;
	background-size:cover;
	padding:40px 0;
}
.sChat h2 {
	font-size:2.857142857142857em; /* 40/14 */
	line-height:1.325; /* 53/40 */
	font-weight:600;
	text-transform:none;
	margin:0 0 15px 0;
}
.sChat p {
	font-size:1.428571428571429em; /* 20/14 */
	line-height:1.4; /* 35/25 */
}
.sChat .questions {
	font-weight: 600;
}
.sChat .flexQuestions {
	display:flex;
	align-items:stretch;
	width:100%;
}
.sChat .flexQuestions .coteTexte {
	align-self:center;
	padding-right:20px;
}
.sChat .flexQuestions .coteImg {
	width:320px;
	text-align:right;
	flex-shrink:0;
}


.sChat ul.horaireChat {
	display:flex;
	align-items:stretch;
	/*justify-content:space-between;
	align-content:space-between;*/
}
.sChat ul.horaireChat > li {
	position:relative;
	width:50%;
	background:#fff;
	/*box-shadow:1px 3px 4px rgba(0,0,0,0.25);*/
	max-width:250px;
	padding:15px;
	text-align:center;
	margin:30px 30px 0 0;
}
.sChat ul.horaireChat > li:last-child {
	margin-right:0;
}
.sChat ul.horaireChat .date {
	display:block;
	font-size:1.285714285714286em; /* 18/14 */
	line-height:1.2; /* 30/25 */
	font-weight:700;
	position:relative;
	margin-bottom:5px;
	/*padding-bottom:15px;*/
}
/*.sChat ul.horaireChat .date:after {
	content:"";
	display:block;
	position:absolute;
	border-bottom:2px solid var(--clrAccentPage);
	height:2px;
	width:56px;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}*/
.sChat ul.horaireChat .heure {
	font-size:1.285714285714286em; /* 18/14 */
	line-height:1.4;
}



/* 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;
}



/* Sur rendez-vous */
.sRDV {
	--_rdv-gap: 50px;
	--_rdv-padding: 25px;
	--_photo-height: 160px;

	padding:40px 0;
	/* background-color: #F2EDE7; */
	background-color: #FAF5ED;
}
.sRDV .flex {
	display: flex;
	gap: var(--_rdv-gap);
	/* flex-wrap: wrap; */
	padding-top: calc(var(--_photo-height)/2);
}
.sRDV .rdv {
	flex-basis: 50%;
	background: #fff;
	border-radius: 12px;
	padding: var(--_rdv-padding);
}
.sRDV .rdv >*:first-child:not(.photo) {
	margin-top: 0;
}
.sRDV .rdv >*:last-child {
	margin-bottom: 0;
}
.sRDV h2 {
	font-size:1.785714285714286em; /* 25px / 14px */
	font-weight:600;
	line-height:1.2;
	text-transform: uppercase;

	margin:0 0 30px 0;
	position:relative;
	/* padding-bottom:15px; */
}
.sRDV .photo {
	height: var(--_photo-height);
	position: relative;
	display: block;
	margin: 30px auto;
	margin-top: calc((var(--_photo-height)/2 + var(--_rdv-padding)) * -1);
}
.sRDV .inscription {
	margin: 30px 0 0 0;
	max-width: 250px;
}
.sRDV a.button {
	max-width:400px;
	background-color:var(--clrAccentPage);
	color:#fff;
	padding:7px 15px;
	font-size:1.285714285714286em; /* 18/14 */
	font-weight:600;
	/*color:#000;*/
}
.sRDV a.button:hover,
.sRDV a.button:focus {
	background-color:#000;
	color:#fff;
}



/* Liste des webinaires */
.sWebinaires {
	padding:40px 0;
}
.sWebinaires .titreSection {
	/* text-transform:uppercase; */
	font-size:2.5em; /* 35/14 */
	line-height:1;
	font-weight:600;
	margin:0 0 30px 0;
}

.sWebinaires .titreSection:not(.sansFond) {
	text-align:center;
	background-color:#52524F;
	color:#fff;
	padding:20px 0;
}

.sWebinaires .flex {
	display:flex;
	flex-wrap:wrap;
}
.sWebinaires .flex + .flex {
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #707070;
}
.sWebinaires .flex > .coteGauche {
	/*align-self:center;*/
	padding-right:30px;
	width:50%;
}
.sWebinaires .flex > .coteDroit {
	/*align-self:center;*/
	width:50%;
}
.sWebinaires .flex > .coteGauche > *:last-child,
.sWebinaires .flex > .coteDroit > *:last-child {
	margin-bottom:0;
}

.sWebinaires h2,
.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 {
	display: flex;
	gap: 20px;
	align-items: center;
	font-size:1.5em; /* 21px / 14px */
	/*font-size:1.285714285714286em; /* 18px / 14px */
	margin:0 0 10px 0;
	text-transform:none;
}
.sWebinaires .datesSeances .jour {
	font-size:1.19047619047619em; /* 25px / 21px */
	color: #646363;
	line-height:1;
	font-weight:700;
	text-transform:uppercase;
}
.sWebinaires .datesSeances .mblock {
	text-wrap: nowrap;
	margin-left: auto;
}

/* Mobile all the time - sept 2025 */
.sWebinaires .datesSeances {
	display: block;
}
.sWebinaires .datesSeances .mblock {
	display:block;
	text-wrap: wrap;
	margin-left: 0;
}


.sWebinaires .presentation {
	font-weight:600;
}
.sWebinaires 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 {
	content:"";
	position:absolute;
	background:url(../img/activites_accueil/plus_moins_sprite.svg?a2025) 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 {
	text-decoration:underline;
}
.sWebinaires a.descriptionComplete:focus:before,
.sWebinaires a.descriptionComplete:hover:before {
	background-position:0 0;
}

.sWebinaires a.descriptionComplete.active:before {
	background-position:-22px -22px;
}
.sWebinaires a.descriptionComplete.active:focus:before,
.sWebinaires a.descriptionComplete.active:hover:before {
	background-position:-22px 0;
}
.sWebinaires .more {
	display:none;
}
.sWebinaires .flex .button {
	padding:7px 15px;
	font-size:1.285714285714286em; /* 18/14 */
	line-height:normal;
	font-weight:600;
	color: #000;
	background-color:var(--clrAccentPage);
	color:#fff;
	max-width: 150px;
}
.sWebinaires .flex .button:focus,
.sWebinaires .flex .button:hover {
	color: #fff;
	background-color:#000;
}

/* Entre 2 présentation pour la coordo (mix .sWebinaires et .sWebinairesPhoto) */
#RencontreCoordo {
	background-color:#E8EAE9;
}
#RencontreCoordo h2 {
	font-size:1.785714285714286em; /* 25px / 14px */
	font-weight:600;
	line-height:1.2;
	text-transform: uppercase;

	margin-bottom:30px;
	position:relative;
	padding-bottom:15px;
}
#RencontreCoordo h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid var(--clrAccentPage);
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}
#RencontreCoordo a.button {
	max-width: 250px;
}
#RencontreCoordo .coteDroit {
	align-self: center;
}



/* Strate des Webinaires avec grande photo */
.sWebinairesPhoto {
	position:relative;
	background-color:#E8EAE9;
	/* background-color:#FAF5ED; */
}
.sWebinairesPhoto .datesSeances {
	display: flex;
	align-items: center;
	font-size:1.5em; /* 21px / 14px */
	margin:0 0 10px 0;
	text-transform:none;
}
.sWebinairesPhoto .datesSeances .jour {
	font-size:1.19047619047619em; /* 25px / 21px */
	color: #646363;
	line-height:1;
	font-weight:700;
	margin:0 20px 0 0;
	text-transform:uppercase;
}
.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 var(--clrAccentPage);
	height:5px;
	width:55px;
	bottom:0;
	left:0;
}

.sWebinairesPhoto .flex {
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.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:450px;
	margin:0 95px 0 auto;
}
.sWebinairesPhoto .second .colTexte .contentWrap {
	margin:0 auto 0 95px;
}

.sWebinairesPhoto .boiteInscription {
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	padding:20px;
	background-color:#fff;
}
.sWebinairesPhoto .boiteInscription + .boiteInscription {
	margin-top:2px;
}
.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 .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 a.button {
	max-width:400px;
	background-color:var(--clrAccentPage);
	color:#fff;
	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 .colImg {
	display:flex;
	flex-grow:1;
	background:url(../img/activites_accueil/bg_homme.jpg) top left no-repeat;
	background-size:cover;
}
.sWebinairesPhoto .second .colImg {
	background:url(../img/activites_accueil/bg_femme.jpg) top center no-repeat;
	background-size:cover;
}
.sWebinairesPhoto .image3 .colImg {
	background:url(../img/activites_accueil/bg_guylaine.jpg) top center no-repeat;
	background-size:cover;
}
.sWebinairesPhoto .image4 .colImg {
	background:url(../img/activites_accueil/bg_homme2.jpg) top center no-repeat;
	background-size:cover;
}
.sWebinairesPhoto .colImg img {
	width:100%;
	height:auto;
}
.sWebinairesPhoto .guylaine .colImg {
	/* background:url(../img/activites_accueil/bg_orientation.jpg) top center no-repeat; */
	background:url(../img/activites_accueil/bg_orientation2.jpg) top center no-repeat;
	background-size:cover;
}
.sWebinairesPhoto .guylaine h2 {
	font-size:1.785714285714286em; /* 25px / 14px */
	font-weight:600;
	line-height:1.2;
	text-transform: uppercase;

	margin:0 0 30px 0;
	position:relative;
	padding-bottom:15px;
}
.sWebinairesPhoto .guylaine .boiteInscription {
	display: inline-block;
	width: auto;
}
.sWebinairesPhoto .guylaine .inscription {
	margin: 30px 0 0 0;
	max-width: 250px;
}

.sWebinairesPhoto .bac .colImg {
	background:url(../img/activites_accueil/bg_bac_composantes.jpg) top center no-repeat;
	background-size:cover;
}
.sWebinairesPhoto .bac .boiteInscription {
	display: inline-block;
	width: auto;
}
.sWebinairesPhoto .bac .inscription {
	margin: 30px 0 0 0;
	max-width: 250px;
}


/* Page règlements */
.choixParticipation a {
	margin-top:30px;
}
.choixParticipation a {
	width:100%;
}
.choixParticipation a span.block {
	text-transform:none;
	font-size:0.7142857142857143em; /* 20/28 */
	margin-top:5px;
}




.sIA {
	padding: 40px 0;
	background: #FAF5ED;
}
.sIA .lesFormations {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.sIA .lesFormations img {
	border: 1px solid #707070;
	margin-bottom: 30px;
}
.sIA h3 {
	color:#000;
	font-size:1.571428571428571em; /* 22px / 14px */
	line-height:1.2;
	font-weight:600;
	margin:0 0 15px 0;
	text-transform:none;
}




.sCapsules {
	padding: 40px 0;
	background: #ededed;
}

.sCapsules .titreSection {
	text-transform:uppercase;
	font-size:2.5em; /* 35/14 */
	line-height:1;
	font-weight:600;
	margin:0 0 30px 0;
}

.sCapsules .titreSection:not(.sansFond) {
	text-align:center;
	background-color:#52524F;
	color:#fff;
	padding:20px 0;
}


/* Vidéo insérée dans la strate - inspiré du style "liensPromosImg" */
.sCapsules .lstCapsules {
	list-style: none;
	padding: 0;
	margin: 0;

	display:flex;
	flex-wrap:nowrap;
	gap:30px;
	align-items:flex-start; /* top */
}
.sCapsules .lstCapsules > * {
	width:50%;
	flex-grow:1;
	flex-shrink:1;
	flex-basis:auto;
}
.sCapsules .lstCapsules .promoImg {
	position:relative;
}
.sCapsules .lstCapsules .promoImg div {
	position: relative;
	margin-bottom: 9px;
}
.sCapsules .lstCapsules .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;
}
.sCapsules .lstCapsules .promoImg a:focus div:before,
.sCapsules .lstCapsules .promoImg a:hover div:before {
	opacity:0.6;
	visibility:visible;
}
.sCapsules .lstCapsules .promoImg img {
	border:3px solid #000;
	max-width:100%;
	height:auto;
}
.sCapsules .lstCapsules .promoImg a {
	display:block;
	position:relative;
	color: #000;
	text-transform: uppercase;
	font-size: 1.071428571428571em;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
}
.sCapsules a.button {
	padding:7px 15px;
	font-size:1.285714285714286em; /* 18/14 */
	line-height:normal;
	font-weight:600;
	color: #000;
	background-color:#965460;
	color:#fff;
	max-width: none;
	width: auto;
}

.sCapsules a.button:focus,
.sCapsules a.button:hover {
	color: #fff;
	background-color:#000;
}




/* Avec une icone */
.sCapsules .lstCapsules .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;
}


/*********************/
/* Le CSS responsive */
/*********************/

@media only screen and (max-width: 1279px) {
	.pageAccueil .pageEntete {
		background-image:url(../img/entetes/entete_activites_accueil_medium.jpg?sept2025);
		/* background-position: calc(50% - 220px) top; */
	}

	.sWebinairesPhoto .colTexte .contentWrap,
	.sWebinairesPhoto .second .colTexte .contentWrap {
		margin:0 auto;
	}
}

@media only screen and (max-width: 1023px) {

}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@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 {
		min-height:300px;
		/* background-position: calc(50% - 40px) top; */
	}
	/* .pageAccueil .pageEntete {
		background-image:url(../img/entetes/entete_activites_accueil_mobile.jpg?sept2025);
		background-position:bottom center;
		padding-bottom:450px;
	} */

	.pageEntete h1.titrePage {
		margin-bottom:0;
	}
	.pageEntete h1.titrePage .mblock {
		display:block;
	}
	.pageAccueil .pageEntete .sousTitre {
		font-size:1.428571428571429em; /* 20/14 */
		margin:20px 0 0 0;
	}
	.pageAccueil .pageEntete .dateAccueil {
		font-size:1.285714285714286em; /* 18/14 */
		margin:20px 0;
	}


	.sActivites .lesActivites .grandTexte2 {
		font-size:1.428571428571429em; /* 20/14 */
		margin-top:10px;
	}


	.sInfos .grandTexte {
		font-size:1.785714285714286em; /* 25px / 14px */
	}


	.sChat .flexQuestions {
		display:block;
	}
	.sChat h2 {
		font-size:2.142857142857143em; /* 30/14 */
	}
	.sChat .flexQuestions .coteTexte {
		padding-right:0;
		width:100%;
	}
	.sChat .flexQuestions .coteImg {
		margin:20px auto 0 auto;
		text-align:center;
		width: 250px;
	}

	/*.sChat ul.horaireChat  {
		flex-wrap:wrap;
	}
	.sChat ul.horaireChat > li,
	.sChat ul.horaireChat > li:last-child {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}*/



	/* Sur rendez-vous */
	.sRDV .flex {
		flex-wrap: wrap;
		gap: calc(var(--_rdv-gap) + var(--_photo-height)/2);
	}
	.sRDV .rdv {
		flex-basis: 100%;
	}


	/* 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%;
	}


	/* Strate Webinaires "normale" */
	.sWebinaires .titreSection,
	.sCapsules .titreSection {
		font-size:2.142857142857143em; /* 30px / 14px */
	}

	.sWebinaires .datesSeances,
	.sWebinairesPhoto .datesSeances {
		display: block;
	}
	.sWebinaires .datesSeances .mblock,
	.sWebinairesPhoto .datesSeances .mblock {
		display:block;
	}
	.sWebinaires .datesSeances .mblock {
		text-wrap: wrap;
		margin-left: 0;
	}

	.sWebinaires .flex > .coteGauche {
		padding-right:0;
		width:100%;
		/*text-align:center;*/
	}
	.sWebinaires .flex > .coteDroit {
		margin-top:30px;
		width:100%;
		/*text-align:center;*/
	}

	.sIA .lesFormations {
		grid-template-columns: 1fr;
	}

	.sCapsules .lstCapsules {
		flex-wrap:wrap;
		flex-grow: 0;
	}
	.sCapsules .lstCapsules > * {
		width: 100%;
		max-width: 484px;
	}
}


/* #Mobile (Mini tablette)
================================================== */

@media only screen and (max-width: 599px) {
	/* .pageAccueil .pageEntete {
		background-position: calc(50% - 100px) top;
	} */
	.pageAccueil .pageEntete .mblock {
		display: block;
	}

	.sActivites .lesActivites {
		flex-direction:column;
		max-width:330px;
		margin-left:auto;
		margin-right:auto;
	}
	.sActivites .lesActivites > div {
		width:100%;
		padding:20px;
	}
	.sActivites .lesActivites > div:first-child {
		border-right:0;
	}


	.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 .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_accueil_large.jpg?sept2025);
	}

	.sChat {
		background-image:url(../img/activites_accueil/bg_clavardage_large.jpg);
	}
}

