@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BradHand';
src: url('typo/BradHand.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

body,html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto';
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
}

/* TYPO ------------------------------ */

p, div{ margin: 0; padding: 0; }

h1{
	width:100%;
	margin: 0 0 40px 0;
	font-size: 2.2em;
	display: inline-block;
	padding: 0 5px 0 0;
	color: #00b3b5;
	font-family: "BradHand";
	font-weight: normal;
}
.titreh1{
	width:100%;
	margin: 0 0 15px 0;
	font-size: 2.2em;
	display: inline-block;
	padding: 0 5px 0 0;
	color: #00b3b5;
	font-family: "BradHand";
	font-weight: normal;
}

h2{
	width:100%;
	line-height: 55px;
	vertical-align: middle;
	font-size: 2.2em;
	color: #00b3b5;
	font-family: "BradHand";
	font-weight: normal;
	margin: 10px 0 20px 0; 
}
h2:before{
	content: url("img/puceH2.png");
	position: relative;
	float: left;
	margin-right: 10px;
}

.solganFond{
	font-size: 2em;
	font-weight: bold;
	color: rgba(0,0,0,0.4);
}

.grandTxt{ font-size: 1.4em; }
.lienStd{
	color: #000000;
	text-decoration: none;
}
.lienBleu{
	color: #00b3b5;
	text-decoration: none;
}

.sloganPrincipal{
	display: inline-block;
	font-size: 2.2em;
	font-weight: bold;
	color: #e3e3e3;
	margin-top: 60px;
}

.bleu{ color:#00b3b5; }
.noir{ color: #000000; }

a{ text-decoration: none; }

ul.std{
	margin: 0;
	padding: 0;
}
ul.std li{
	padding: 5px 0;
	list-style: none;
	margin-left: 5px;
}
ul.std li:before{
	content:"";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #00b3b5;
	position: relative;
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.titreH1{
	width:100%;
	margin: 0 0 20px 0;
	font-size: 2.2em;
	line-height: 1em;
	display: inline-block;
	padding: 0 5px 0 0;
	color: #00b3b5;
	font-family: "BradHand";
	font-weight: normal;
}
.titreH1:before{ display: none; }

.legende{ font-size: 0.8em; }

/* ----------------------------------- */

#BarrePrincipale{
	width:80px;
	height: 100%;
	background-color: #00b3b5;
	position: fixed;
	float: left;
	z-index: 5;
}
#BarreBase{
	width:100%;
	height: 100%;
	position: relative;
	float: left;
}
#BMenuP{
	width:55px;
	height: 55px;
	text-align: center;
	color: #ffffff;
	position: relative;
	float: left;
	margin-top: 20px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	z-index:4;
}
#ZoneEtapeMenu{
	width: 200%;
	height: 55px;
	position: relative;
	float: left;
	transition: .2s all;
	left: 0;
}
#ZoneEtapeMenu.glisse{
	left: -100%;
}
.menuEtape{
	width:55px;
	height: 100%;
	position: relative;
	float: left;
}
.menuEtape.open{ font-size:1.1em; font-weight: bold;}
.menuEtape.close{ font-size:0.9em; }

.piedBarre{
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	float: left;
	bottom: 0;
}

#MenuP{
	width:250px;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 5px 0 20px #666666;
	position: fixed;
	float: left;
	top: 0;
	left: -250px;
	z-index: 4;
	transition: .6s all;
}
#MenuP.activ{
	left: 80px;
}

.titreMenu{
	width:100%;
	font-size: 1.4em;
	position: relative;
	float: left;
	margin: 10px 0 20px 0;
}
.titreMenu p{ width:auto; display: inline-block; position: relative; float: left; left: 50%; transform: translateX(-50%); }
.titreMenu .bigNom{ font-size: 1.3em; color:#00b3b5; }

.listeMenu{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 40px;
}
ul.lMenu{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.lMenu li{
	width:calc(100% - 50px);
	border-bottom: 1px solid #cccccc;
	font-size: 1.4em;
	color: #000000;
	text-decoration: none;
	/*text-transform: uppercase;*/
	padding: 10px 0;
	margin-left: 30px;
	position: relative;
	float: left;
}
ul.lMenu li:before{
	content:url("img/iconeListe.jpg");
	position: relative;
	float: left;
	margin-left: -20px;
	opacity: 0;
	transition: .4s all;
}
ul.lMenu li.activ{
	color: #00b3b5;
}
ul.lMenu li.activ:before{
	opacity: 1;
}
.fdMenu{
	width: 0;
	height: 100%;
	/*background-color: rgba(0,179,181,0.3);*/
	background: linear-gradient(to right,#00b3b5, #b2e8e9);
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	opacity: 0.5;
	transition: .4s all;
	z-index: -1;
}

ul.lMenu li:hover .fdMenu{ width: 100%; }
ul.lMenu li:hover:before{ opacity: 1; }

.bReserverP{
	width:calc(100% - 50px);
	padding: 10px 0;
	font-size: 1.4em;
	color: #00b3b5;
	text-align: center;
	border: 1px solid #00b3b5;
	position: relative;
	float: left;
	margin-left: 30px;
	transition: .4s all;
}
.fdReserver{
	width: 100%;
	height: 0;
	background-color: #00b3b5;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	transition: .4s all;
}
.bReserverP:hover{ color: #ffffff; }
.bReserverP:hover .fdReserver{ height:100%; }


#EntetePage{
width:calc(100% - 84px);
height: 100vh;
position: relative;
float: left;
top: 0;
left: 84px;
margin-bottom: 4px;
overflow: hidden;
}
.bandeauCoordTop{
	width: 100%;
	height: 50px;
	font-size: 1.4em;
	color: #ffffff;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
	position: absolute;
	float: left;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	top: 0;
	z-index: 2;
}
.bandeauCoordTop div{ margin-right: 20px; }
.bandeauCoordTop img{ vertical-align: middle; }

.phEnteteGauhe{
	width:50%;
	height: 80%;
	position: absolute;
	float: left;
	bottom:0;
}
.phEnteteGauhe img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.phEnteteDemi{
	width:50%;
	height: 100%;
	position: absolute;
	float: left;
	right: 0;
	top: 0;
}
.phEnteteDemi img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.logoEntete{
	width: 200px;
	height: 100px;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	float: left;
	top: calc(20% - 110px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.logoEntete img{ max-width: 100%; }

.nomPage{
	font-size: 6em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 10px #000000;
	opacity: 0.85;
	position: absolute;
	float: left;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
	z-index: 2;
}
.flechePage{
	width: 50px;
	height: 50px;
	background-color: rgba(255,255,255,0.9);
	clip-path: polygon(0 40%, 0 75%, 50% 100%, 100% 75%, 100% 40%, 50% 70%);
	position: absolute;
	float: left;
	left: 50%;
	bottom: 0;
	margin-bottom: 50px;
	transform: translateX(-50%);
	z-index: 2;
	animation: glissDown 3s ease-in-out infinite; 
}

#Bas{
	width:calc(100% - 80px);
	left: 80px;
	position: relative;
	float: left;
	margin-top: 100px;
}
.colLogoBas{
	width:calc(100% - 710px);
	max-width: 50%;
	text-align: center;
	position: relative;
	float: left;
}
.colCarte{
	width:700px;
	position: relative;
	float: right;
}
.txtCarteRegion{
	width:calc(100% - 315px);
	font-size: 1.8em;
	font-family: "BradHand";
	position: relative;
	float: left;
}
.carteRegion{
	width:315px;
	text-align: right;
	position: relative;
	float: left;
}
.zoneVague{
	width: 100%;
	position: relative;
	float: left;
	margin-top: -80px;
	z-index: 2;
}
.zoneMenuBas{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #00b3b5;
	position: relative;
	float: left;
	padding: 10px 0;
	z-index: 2;
}
.boutonMenuBas{
	color: #000000;
	text-decoration: none;
	position: relative;
	float:left;
	margin: 0 20px;
}
.boutonMenuBas a{ color: #000000; text-decoration: none; }
.boutonMenuBas.droite{
	float: right;
}
.ligneCopyr{
	width: 100%;
	padding: 15px 0;
	color: #00b3b5;
	font-size: 0.9em;
	text-align: center;
	position: relative;
	float: left;
	border-bottom: 1px solid #00b3b5;
	margin-bottom: 10px;
}

.pageStd{
width:calc(100% - 84px);
position: relative;
float: left;
top: 0;
left: 84px;
padding: 0 0 20px 0;
overflow: hidden;
}

.flexStd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
}
.flexCol{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	float: left;
}
.flexTop{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	float: left;
}
.flexFullH{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	float: left;
}

.col30{
	width: calc(30% - 80px);
	position: relative;
	float: left;
	margin: 0 40px 40px 40px;
}
.col30.sepDroite{
	width: calc(30% - 80px);
	border-right:1px solid #00b3b5;
}
.col70{
	width: calc(70% - 80px);
	position: relative;
	float: left;
	margin: 0 40px 40px 40px;
}

.col50{
	width: calc(50% - 80px);
	position: relative;
	float: left;
	margin: 0 40px 40px 40px;
}
.col50.ssmarge{
	width: 50%;
	margin: 0 0 40px 0;
}
.col50.firstpara{
	margin-top: 100px;
}
.col50.sepDroite{
	width: calc(50% - 1px);
	border-right:1px solid #00b3b5;
}
.col50.middle{
	width: 50%;
	position: relative;
	float: left;
	margin: 0 0 0 40px;
	left: 50%;
	transform: translateX(-50%);
}

.col100{
	width:calc(100% - 80px);
	position: relative;
	float: left;
	margin: 0 40px 40px 40px;
}
.col100.ssmarge{
	width:100%;
	margin: 0 0 40px 0;
}
.col100.margeHaut{ margin-top: 40px; }

.colCenter{ text-align: center; }
.margeHaut{ margin-top: 40px; }

.separateur{
	width: 100%;
	height: calc(100vw * 0.11);
	position: relative;
	float: left;
	background-image: url("img/separateur.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin: 40px 0 80px 0;
}
.separateur.gauche{ transform: scaleX(-1); }

/* PHOTO ----------------------------- */
.grillePhoto{
	width:100%;
	height: calc(50vw * 0.75);
	position: relative;
	float: left;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: repeat(3, 1fr);
	grid-gap:4px;
}
.caseGrandePhoto{
	grid-row-start: 1;
	grid-row-end: span 3;
	/*background-color: #cccccc;*/
	overflow: hidden;
	position: relative;
	float: left;
}
.casePetitePhoto{
	grid-row-start: 1;
	grid-row-end: span 2;
	/*background-color: #333333;*/
	overflow: hidden;
	position: relative;
	float: left;
}
.caseLienPhoto{
	grid-row-start: 3;
	grid-row-end: span 1;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	float: left;
}

.imgFond{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.photoCarre{
width: 100%;
padding-top: 100%;
position: relative;
float: left;
overflow: hidden;
}
.photoCarre.larg50{
width: 50%;
padding-top: 50%;	
}
.photoCarre.larg33{
width: 33%;
padding-top: 33%;	
}
.photoCarre img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.imgMW{
	max-width: 100%;
}

.photoCote{
	width:23%;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
}
.photoCote img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.ligneGalerie{
	width: calc(100% - 5px);
	position: relative;
	float: left;
	margin: 0 0 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.caseGalerie{
	width:calc(20% - 10px);
	padding-top: calc(20% - 10px);
	position: relative;
	float:left;
	margin-bottom:10px;
	box-sizing: border-box;
	transition: .4s all;
}
.legendeCase{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	transition: .4s all;
	opacity: 0;
}
.trameSurvolCase{
	width: 100%;
	height: 100%;
	background-color: rgba(242,205,0,0);
	position: absolute;
	float:left;
	top: 0;
	left: 0;
	z-index: 2;
	transition: .4s all;
}
.photoCase{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: -1;
}
.photoCase img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.caseGalerie:hover{ box-shadow:0px 0px 0px 10px #f2cd00 inset; }
.caseGalerie:hover .trameSurvolCase{ background-color: rgba(242,205,0,0.6); }
.caseGalerie:hover .legendeCase{ opacity: 1; }

/* BOUTON ---------------------------- */
.boutonPage{
	/*width:250px;*/
	font-size: 1.2em;
	color: #00b3b5;
	text-decoration: none;
	white-space: nowrap;
	line-height: normal;
	border-top:1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s all;
	position: relative;
	float: left;
	cursor: pointer;
}
.boutonPage.negatif{ color: #ffffff; }
.flecheBoutonPage{
	margin-right: 15px;
	transition: .4s all;
}
.fdBoutonPage{
	width: 100%;
	height: 0;
	background-color: #00b3b5;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	transition: .4s all;
}
.boutonPage.negatif .fdBoutonPage{ background-color: #ffffff; }

.boutonPage:hover{ color: #ffffff; padding: 10px 15px; }
.boutonPage:hover .fdBoutonPage{ height:100%; }
.boutonPage:hover .flecheBoutonPage{ margin-right: 5px; }

.boutonPage.negatif:hover{ color: #00b3b5; padding: 10px 15px; }

.boutonPage.centreLien{
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.boutonPage.centreLienH{
	position: absolute;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}

/* PROMO ------------------------------ */
.promoOffre{
	width: 75%;
	max-width: 600px;
	padding: 10px;
	border: 1px solid #00b3b5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.photoPromo{
	width: 400px;
	position: relative;
	float: left;
}

/* ACCUEIL ---------------------------- */
.grilleAcc{
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: repeat(3, 1fr);
	column-gap: 4px;
  	row-gap: 4px;
}
.photoP{
	grid-column: 1 / span 3;
	grid-row: 1 / span 2;
	background-image: url("img/entete/accueil1-2022.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	float: left;
}
.zoneLogoP{
	width:calc(100% / 3);
	height: 200px;
	background-color: rgba(255,255,255,0.9);
	clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
	text-align: center;
	position: absolute;
	float: left;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.zoneLogoP img{ max-width: 100%; }
.caseBasG{
	grid-column: 1;
	grid-row: 3;
	background-image: url("img/entete/accueil2-2022.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	float: left;
	overflow: hidden;
}
.caseBasC{
	grid-column: 2;
	grid-row: 3;
	background-image: url("img/entete/accueil3-2022.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	float: left;
	overflow: hidden;
}
.caseBasD{
	grid-column: 3;
	grid-row: 3;
	background-image: url("img/entete/accueil4-2025.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	float: left;
	overflow: hidden;
}
.trameNoir{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .4s all 0.1s;
}
.rondCoin{
	width: 100px;
	height: 100px;
	background-color: #00b3b5;
	clip-path: circle(50% at 50% 50%);
	position: absolute;
	float: left;
	top:100%;
	left: 0;
	transform: translate(-50%,-50%);
}
.titreCaseAccueil{
	width: 100%;
	text-align: center;
	color: #ffffff;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s all 0.1s;
}
.titreCaseAccueil .sstitre{
	font-family:"BradHand";
	font-size: 1.8em;
}
.titreCaseAccueil .titre{
	font-size: 2em;
}
.bInfoCaseAccueil{
	width: 140px;
	background-color: #00b3b5;
	padding: 5px 20px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.2s all 0s;
}

.caseBasG:hover .trameNoir{ height:0; transition-delay: 0s; }
.caseBasG:hover .titreCaseAccueil{ text-shadow: 0 0 3px #000000; top:100%; transform: translateY(-100%); transition-delay: 0s; }
.caseBasG:hover .bInfoCaseAccueil{ width:calc(100% - 40px); transition-delay: 0.2s; }
.caseBasC:hover .trameNoir{ height:0; transition-delay: 0s; }
.caseBasC:hover .titreCaseAccueil{ text-shadow: 0 0 3px #000000; top:100%; transform: translateY(-100%); transition-delay: 0s; }
.caseBasC:hover .bInfoCaseAccueil{ width:calc(100% - 40px); transition-delay: 0.2s; }
.caseBasD:hover .trameNoir{ height:0; transition-delay: 0s; }
.caseBasD:hover .titreCaseAccueil{ text-shadow: 0 0 3px #000000; top:100%; transform: translateY(-100%); transition-delay: 0s; }
.caseBasD:hover .bInfoCaseAccueil{ width:calc(100% - 40px); transition-delay: 0.2s; }


/* SERVICE --------------------------------------------------- */
.blocMEA{
	width: auto;
	max-width: calc(100% - 22px);
	padding: 10px;
	border: 1px dashed #00b3b5;
	border-radius: 8px;
	background-color: rgba(0,179,181,0.1);
	position: relative;
	float: left;
}
.blocMEA.pair{
	border: 1px dashed #00b3b5;
	background-color: #ffffff;
}
.blocMEA .titre{
	font-size: 2em;
	font-family: "BradHand";
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px solid #00b3b5;
	margin: 5px 0 15px 0;
	transform: rotateZ(-5deg);
}

/* HEBERGEMENT ------------------------------------------------- */
.colInfoHeb{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	float: left;
}
.colInfoHeb .col50{
	margin: 0 20px;
}
.colPhotoHeb{
	width: 100%;
	max-width: 600px;
	position: relative;
	float: right;
}
.colPhotoHeb.inverse{ float: left; }
.photoHebPrincipale{
	width:100%;
	padding-top: calc(100% * 0.6);
	background-color:#dedede;
	position: relative;
	float: left;
	overflow: hidden;
}
.photoHebPrincipale img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.2s all 0s; 
}
.photoHebPrincipale:hover img{
	transform: scale(1.1) translate(-45%, -45%) ;
}

.photoHebMini{
	width:calc(33% - 8px);
	padding-top: calc(33% - 8px);
	background-color:#dedede;
	margin: 8px 4px 10px 4px;
	position: relative;
	float: left;
	overflow: hidden;
}
.photoHebMini img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.2s all 0s; 
}
.photoHebMini:hover img{
	transform: scale(1.1) translate(-45%, -45%) ;
}

.fdSilhouette{
	width:100%;
	max-width: 600px;
	height: 100%;
	background-image: url("img/silhouette.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	float: left;
	left: 0;
}
.fdSilhouette.gauche{
	left: inherit;
	right: 0;
}

.caseIcone{
	width:89px;
	height: 89px;
	border: 1px solid #00b3b5;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.imgIcone{
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
	margin-top:10px;
}
.legendeIcone{
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	position: relative;
	float: left;
}
.caseBoutonHeb{
	width:150px;
	height: 90px;
	position: relative;
	float: left;
}
.casePlan{
	width:calc(100% - 10px);
	height: 43px;
	background-color: #000000;
	color: #ffffff;
	text-decoration:none;
	line-height: 43px;
	vertical-align: middle;
	margin-bottom: 4px;
	padding: 0 5px;
}
.casePlan a{ color: #ffffff; text-decoration: none; }
.casePlan img{ max-height: 100%; vertical-align: middle;}
.caseInventaire{
	width:calc(100% - 10px);
	height: 43px;
	background-color: #00b3b5;
	color: #ffffff;
	text-decoration:none;
	line-height: 43px;
	vertical-align: middle;
	padding: 0 5px;
}
.caseInventaire a{ color: #ffffff; text-decoration: none; }
.caseInventaire img{ max-height: 100%; vertical-align: middle;}
.colTxtHeb{
	width: 100%;
	max-width: 600px;
	position: relative;
	float: left;
	margin-top: 20px;
}
.boutonHeb{
	width:100%;
	position: absolute;
	float: left;
	bottom: 10px;
	z-index: 2;
}

/* TARIFS --------------------------------- */
.tableauTarif {
	width: 90%;
	max-width: 750px;
	background-color: #00b3b5;
	padding: 10px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}

.grilleTarif {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 10px;
}
.caseEntete {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff; 
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}
.caseDate {
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Légère ombre pour l'effet visuel */
}
.caseStd {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff; 
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Légère ombre pour l'effet visuel */
}
.colTarifHeb{
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
	background-color: #e5e5e5;
	padding: 10px 0;
	margin-bottom: 80px;
}
.colTarifHeb h1{
	margin-bottom: 10px;
}

/* ACTIVITES ------------------------- */
.caseAcces{
	width: 180px;
	height: 80px;
	border: 1px solid #00b3b5;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 2px;
}
.caseAcces p{
	width: 100%;
	text-align: center;
}
.boutonTransparent{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 2;
}

/* ALENTOURS ------------------------- */
.casePart{
	width:100px;
	height: auto;
	position: relative;
	float: left;
	margin: 5px;
}
.caseLogoPart{
	width: 100%;
	height: 100px;
	background-color: #dfdfdf;
	position: relative;
	float: left;
}
.legendePart{
	width:100%;
	font-size: 0.9em;
	text-align: center;
	position: relative;
	float: left;
}


/* CONTACT ------------------------ */
#Carte{
	width:100%;
	height: 550px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#Detail{
	width:100%;
	color: #000000;
	background-color: #ffffff;
	position: relative;
	float: left;
}

.chp100{
	width:calc(100% - 60px);
	max-width:500px;
	padding: 0 20px;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #00b3b5;;
	margin: 10px;
	color: #000000;
	font-family: 'Arial';
	font-size: 16px; 
	position: relative;
	float: left;
}
.chp100::placeholder{ color:#666666; }
.chpAr100{
	width:calc(100% - 60px);
	max-width:500px;
	padding: 0 20px;
	height: 160px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #00b3b5;;
	margin: 10px;
	color: #000000;
	font-family: 'Arial';
	font-size: 16px; 
	position: relative;
	float: left;
}
.chpAr100::placeholder{ color:#666666; }
.formLigne{
	width:calc(100% - 20px);
	margin: 10px;
	position: relative;
	float: left;
}
.chpMini{
	width:40px;
	padding: 0 20px;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #00b3b5;;
	margin: 10px;
	color: #000000;
	font-family: 'Arial';
	font-size: 16px; 
}
.chpSub{
	width: auto;
	height: 30px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	border-radius: 15px;
	display: inline-block;
	background-color: #00b3b5;;
	border: 1px solid #ffffff;
	padding: 0 40px;
	margin: 10px 0;
	cursor: pointer;
	position: relative;
	float: left;
}

.message{
width:350px;
max-width: 90%;
background-color:#00b3b5;;
border:1px solid #faa11a;
border-radius:8px;
font-size:18px;
color: #ffffff;
text-align:center;
height:auto;
padding:4px;
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%);
z-index:11;
overflow:auto;
}
.closeF{
width:100px;
background-color:#faa11a;
border-radius:0 8px 0 8px;
color:#FFFFFF;
font-size:0.9em;
text-align:center;
line-height:25px;
vertical-align:middle;
position:relative;
float:left;
padding: 4px;
top:0;
left: 50%;
transform: translateX(-50%);
}
.closeF a{
color:#FFFFFF;
text-decoration:none;
}

/* AUTRE --------------------------------------------------- */
.blocActiv{
	width: calc(100% - 22px);
	padding: 10px;
	border: 1px dashed #00b3b5;
	border-radius: 8px;
	background-color: rgba(0,179,181,0.1);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.blocActiv.pair{
	border: 1px dashed #00b3b5;
	background-color: #ffffff;
}
.blocActiv .titre{
	font-size: 2em;
	font-family: "BradHand";
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px solid #00b3b5;
	margin: 5px 0 15px 0;
	transform: rotateZ(-5deg);
}
.txtActiv{
	width: calc(100% - 150px);
	position: relative;
	float: left;
}
.photoActiv{
	width: 140px;
	aspect-ratio:2/3;
	border: 1px solid #000000;
	border-radius: 8px;
	position: relative;
	float: left;
	overflow: hidden;
}
.photoActiv img{
	max-width: 100%;
	height: auto;
	display: block;
}

@keyframes glissDown {
    0% { margin-bottom: 50px; }
    50% { margin-bottom: 30px; }
    100% { margin-bottom: 52px; }
}