@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'B731';
src: url('typo/B731.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('typo/Roboto.woff2') format('woff2 supports variations'),
       url('typo/Roboto.woff2') format('woff2-variations');
  font-weight: 100 900;  /* active toute la plage de poids */
  font-style: normal;
  font-display: swap;
}

:root{
    --decalBase: 30px; /* var(--decalBase); */
}

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


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

p{ margin: 0; padding: 0; }
h1,h2,h3{ margin: 0; padding: 0; font-weight: normal; }

.titreH1{
	font-family: 'B731';
	font-size: 2.5em;
	color: #ffffff;
	border-left: 1px solid #003e92;
	padding-left: 5px;
	padding-top: 40px;
	position: relative;
}
.titreH1::before{
	content:'';
	width: 20px;
	height: 35px;
	background-color: #003e92;
	position: absolute;
	top: 0;
	left: 0;
}
.titreH1 .minitxt{
	height: 35px;
	font-family: 'Roboto';
	font-size: 0.5em;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 0 4px #000000;
	position: absolute;
	top: 0;
	left: 5px;
}

.titreH2{
	font-family: 'B731';
	font-size: 2em;
	color: #003e92;
	border-left: 1px solid #003e92;
	padding-left: 5px;
	padding-top: 40px;
	position: relative;
	margin-bottom: 20px;
}
.titreH2::before{
	content:'';
	width: 20px;
	height: 35px;
	background-color: #003e92;
	position: absolute;
	top: 0;
	left: 0;
}
.titreH2 .minitxt{
	height: 35px;
	font-family: 'Roboto';
	font-size: 0.5em;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;
	color: #666666;
	position: absolute;
	top: 0;
	left: 25px;
}
.titreH2.inverse{ color: #7eb737; border-left: 1px solid #7eb737; }
.titreH2.inverse::before{ background-color: #7eb737; }

.titreH3{
	font-family: 'B731';
	font-size: 1.5em;
	color: #ffffff;
	border-bottom: 1px solid #7eb737;
	padding-bottom: 5px;
	padding-right: 15px;
	position: relative;
}
.titreH3.inverse{
	color: #003e92;
}

.titreH4{
	font-family: 'B731';
	font-size: 1.5em;
	color: #003e92;
	padding-bottom: 5px;
	position: relative;
}

.bleu{ color:#003e92; }
.vert{ color:#7eb737; }
strong{ font-weight: 600; }
.mini{ font-size: 0.8em; }
.legende{ font-size: 0.9em; }
.grand{ font-size: 1.2em; }
.big{ font-size: 1.5em; }

a{ text-decoration: none; color: inherit; }


ul.stdUL{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.stdUL li{
	position: relative;
	padding: 5px 0 5px 20px;
}
ul.stdUL li::before{
	content:'';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color:#7eb737;
	position: absolute;
	left: 0;
	top: 12px;
}

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

/* IMAGE ------------------------------------ */

.imMW{ max-width: 100%; height: auto; display: inline-block; }
.imMH{ max-height: 100%; width: auto; display: inline-block; }

.imCover{ width: 100%; height: 100%; object-fit: cover; }
.imContain{ width: 100%; height: 100%; object-fit: contain; }

.copyPhoto{
	font-size:0.8em;
	color: #ffffff;
	position: absolute;
	float: left;
	bottom: 10px;
	right: 10px;
	z-index: 5;
}

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

/* BOUTONS -------------------------------- */
.boutonTransparent{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 5;
}
.nv-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* animation pour le mask */
@keyframes ani {
  from {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.eauMasque{
	width: 101%;
	height: 100%;
	position: absolute;
	  z-index: 1;
	background-color: #003e92;
	color: #fff;
	border: none;

	/* masque pour animation */
	-webkit-mask-image: url("img/masque-eau.png");
			mask-image: url("img/masque-eau.png");
	-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
	-webkit-mask-size: 7100% 100%;
			mask-size: 7100% 100%;
	-webkit-mask-position: 100% 0;
			mask-position: 100% 0;

	-webkit-animation: none;
			animation: none;
}
.eauMasque.negatif{
	background-color: #7eb737;
}

.boutonAccesPage{
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:15px;
	background-color: #003e92;
	padding: 5px 15px;
	margin: 20px 0;
	position: relative;
}
.boutonAccesPage.negatif{ background-color: #7eb737; }
.txtBoutonAccesPage{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
.flecheBoutonAccesPage{
	width: 15px;
	height: 15px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #ffffff;
	position: relative;
	z-index: 2;
}

.boutonResaMH{
	width: calc(100% - 10px);
	height: 45px;
	border: 2px solid #ffffff;
	box-shadow: 0 0 5px #666666;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	background-color: #7eb737;
	padding: 5px 0;
	margin: 20px 0;
	position: relative;
}
.iconeBoutonAccesPage{
	width: 50px;
	height: 90%;
	position: relative;
	z-index: 2;
}

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


#Top{
	width: 100%;
	position: relative;
	float: left;
	/*border: 1px solid red;*/
}
.barreTopPage{
	width: 100%;
	height: 8px;
	background-color: #003e92;
	position: relative;
	float: left;
	z-index: 3;
}
.iconeFBTop{
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background-color: #7eb737;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	float: right;
	right: 20px;
	top: 4px;
	overflow: hidden;
}
.iconeFBTop img{
	width: 70%; height: 70%; object-fit: contain;
}
.barreNav{
	width: 100%;
	height: 120px;
	background-color: #ffffff;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuTop{
	width: 1200px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	position: relative;
	float: left;
}
.logoTop{
	width: 120px;
	height: 100%;
	position: relative;
	float: left;
}
.sepMenu{
	width: 20px;
	height: 100%;
	position: relative;
	float: left;
}
.sepMenu.inverse{ transform: rotate(180deg); }
.sepMenu img{ max-height: 100%; width: auto; display: inline-block; }
.coordTop{
	width: 150px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap:5px;
	position: relative;
}
.telTop{
	font-size: 1.2em;
	font-weight: bold;
	color: #7eb737;
	position: relative;
}
.resaTop{
	width: calc(100% - 10px);
	height: 30px;
	padding: 5px;
	background-color: #7eb737;
	color: #ffffff;
	font-size: 0.9em;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}
.resaTop .intR{
  position: relative;
  z-index: 2;
}
.iconeResaTop{
	width: 20px;
	position: relative;
}

/* optionnel : couleur du texte change quand le remplissage arrive */
.resaTop:hover p {
  color: #fff;
}

.zoneMenu{
	width: 800px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 3;
}
.bPrincipal{
	width:140px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap:5px;
	position: relative;
}
.puceBPrincipal{
	width: 8px;
	height: 8px;
	border: 1px solid #666666;
	border-radius: 50%;
	position: relative;
	flex-shrink: 0;
}
.nomBPrincipal{
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	position: relative;
	flex-shrink: 0;
	transition: 0.3s;
}
.iconeBPrincipal{
	width: 100%;
	height: calc(100% - 45px);
	max-height: 40px;
	position: relative;
}
.bPrincipal.actif .puceBPrincipal{ background-color: #7eb737; border: 1px solid #7eb737; }
.bPrincipal:hover .nomBPrincipal{ color: #7eb737; }

.ssMenu{
	width: 100%;
	max-height: 0;
	top: 100%;
	position: absolute;
	transition: all 0.4s;
	overflow: hidden;
	margin-top: 30px;
	opacity: 0;
}
.bPrincipal:hover .ssMenu{ max-height: 300px; margin-top: 0; opacity: 1; }
.bSecondaire{
	width: 100%;
	height: 25px;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background: #7eb737;
	position: relative;
	margin: 2px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 400ms;
	cursor: pointer;
}
.bSecondaire p{ z-index: 2; text-transform: uppercase; }
.bSecondaire:before, .bSecondaire:after {
  content: '';
  position: absolute; 
  transition: inherit;
  z-index: 0;
  box-sizing: border-box;
}
.bSecondaire:hover:before {
  transition-delay: 0s;
}
.bSecondaire:hover:after {
  background: #003e92;
  transition-delay: .15s;
}
.animSecondaire:before, 
.animSecondaire:after {
  top: 0;
  width: 0;
  height: 100%;
  box-sizing: border-box;
}
.animSecondaire:before {
  left: 0;
  border: 2px solid #003e92;
  border-left: 0;
  border-right: 0;  
}
.animSecondaire:after {
  right: 0;
}
.animSecondaire:hover:before,
.animSecondaire:hover:after {
  width: 100%;
}


.triplePhoto{
	width: 100%;
	height: 730px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap:10px;
	position: relative;
	float: left;
	z-index: 1;
}
.triplePhoto.interne{ height: 580px; }
.photoTopGauche{
	width: 25%;
	height: 100%;
	background-color: #dddddd;
	position: relative;
	overflow: hidden;
}
.photoTopDroite{
	width: 25%;
	height: 100%;
	background-color: #dddddd;
	position: relative;
	overflow: hidden;
}
.photoTopCentre{
	width: 50%;
	height: 100%;
	background-color: #999999;
	position: relative;
	flex-shrink: 1;
	overflow: hidden;
}
.degradTopPhoto{
	width: 100%;
	height: 25%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.6) 0%, rgba(34, 34, 34, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.zoneAccrocheTop{
	min-width:25%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	float: left;
	left: 0;
	bottom: 50px;
	padding: 15px 30px 15px 5%;
	z-index: 3;
}
.zoneResaTop{
	width: 100%;
	height: 70px;
	position: relative;
	float: left;
}
.barreDecoResa{
	width: 100%;
	height: 40px;
	background-color: #7eb737;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.blocOmbreResa{
	position: absolute; /* ou relative selon ton layout */
	right: 0;
	top: 0;
	width: 1000px;
	height: 65px;
	pointer-events: none;
}
.blocOmbreResa::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.18);
  filter: blur(10px);
  transform: translate(-3px, 4px); /* décalage de l'ombre */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  z-index: 1;
  pointer-events: none;
}

.blocResaTop{
	width: 960px;
	height: 45px;
	background-color: #ffffff;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
	position: absolute;
	float: left;
	right: 0;
	top: 0;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap:20px;
	padding: 10px 20px;
}

.blocFomResa{
	width: 190px;
	height: 50px;
	position: relative;
	float: left;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}
.blocFomResa.double{ width: 300px; }
.microFormLegende{
	font-size: 0.8em;
	color: #003e92;
	font-weight: bold;
	white-space: nowrap;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 2px 10px;
	z-index: 2;
}
.inputStdResa{
	width: 100%;
	height: 30px;
	font-size: 1em;
	font-family: 'Roboto';
	box-sizing: content-box;
	border: 1px solid #003e92;
	background-color: #ffffff;
	color: #222222;
	text-align: center;
	position: relative;
	padding: 5px 0;
}
.inputStdResa::placeholder{ color: #666666; }
.cadreDoubleInput{
	width: 100%;
	height: 40px;
	border: 1px solid #003e92;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inputVideResa{
	width: 50%;
	height: 100%;
	font-size: 1em;
	font-family: 'Roboto';
	box-sizing: content-box;
	border: none;
	background-color: #ffffff;;
	color: #222222;
	text-align: center;
	position: relative;
	padding: 0;
}
.inputVideResa.gauche{ border-right: 1px solid #003e92; }
.subStdResa{
	width: 150px;
	height: 40px;
	background-color: #7eb737;
	border: none;
	color: #ffffff;
	font-family: 'Roboto';
	font-size: 0.9em;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#Bas{
	width: 100%;
	position: relative;
	float: left;
	padding-top: var(--decalBase);
	margin-top: calc(var(--decalBase) * 2);
}
.barreDecoBas{
	width: 100%;
	height: 20px;
	background-color: #7eb737;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 1;
}
.zoneInfoBas{
	width: 100%;
	color: #ffffff;
	background-color: #003e92;
	padding: 15px 0;
	position: relative;
	float: left;
}
.zonePartBas{
	width: 100%;
	height: 80px;
	padding: 10px 0;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:60px;
}
.zonePartBas img{ max-height: 100%; width: auto; display: block; }
.zoneCopyr{
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	border-top: 1px solid #7eb737;
	padding: 15px 0;
	position: relative;
	float: left;
}
.flexColCoord{
	width: calc(100% - 20px);
	max-width: 1280px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.colCoord{
	min-width:250px;
	max-width: 33%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap:15px;
}
.listeBas{
	margin: 0;
	padding: 0;
	list-style: none;
}
.listeBas li{
	padding:5px 0px 5px 15px;
	position: relative;
}
.listeBas li::before{
	content:'';
	width: 10px;
	height: 10px;
	border: 1px solid #7eb737;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.listeBas li:hover::before{
	background-color: #7eb737;
}
.reseauBas{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	float: left;
	gap:10px;
}
.iconeFBBas{
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.iconeFBBas img{
	width: 70%; height: 70%; object-fit: contain;
}

/* BASE ----------------------------- */

.paraStd{
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
	margin: calc(var(--decalBase) * 2) 0;
	overflow: hidden;
}
.paraFull{
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	float: left;
	clear: both;
	margin: calc(var(--decalBase) * 2) 0;
	overflow: hidden;
}
.paraFullVisu{
	width: 100%;
	min-height: 300px;
	position: relative;
	float: left;
	margin: calc(var(--decalBase) * 2) 0;
	overflow: hidden;
}
.paraFullVisu.accMH{ 
	background-image: url("img/fd-accMH.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.paraFullVisu.servRepas{ 
	background-image: url("img/fd-servRepas.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.paraFullVisu.tarifOpt{ 
	background-image: url("img/fd-tarif.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.flex100{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	float: left;
	gap:30px;
}
.flex100.start{ justify-content: flex-start; }
.flex100.centrer{ justify-content: center; }
.flex100.centrerIdem{ justify-content: center; align-items: stretch; flex-wrap: wrap;}
.flex100.gauche34{ justify-content: flex-start; align-items: center; }
.flex100.droite34{ justify-content: flex-end; align-items: center; }
.flex100.critere{ margin: 15px 0; }

.col100{
	width: calc(100% - 20px);
	box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0 10px;
}
.col75{
	width: calc(75% - 20px);
	box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0 10px;
}
.col50{
	width: calc(50% - 20px);
	box-sizing: border-box;
	position: relative;
	padding: 0 10px;
}
.col50.maxi600{ max-width: 600px; }
.col30{
	width: calc(30% - 20px);
	box-sizing: border-box;
	position: relative;
	padding: 0 10px;
}
.col30.epaisseur{
	box-shadow: 0 0 5px #333333;
	background-color: #ffffff;
}
.colTxtBlack{
	width: 800px;
	background-color: rgba(0,0,0,0.8);
	color: #ffffff;
	padding: 15px;
	position: relative;
	float: left;
}

.colPhotoBord{
	width: 50%;
	aspect-ratio:5/3;
	min-height: 400px;
	position: relative;
	float: left;
}

.separateur{
	width:100%;
	height: 10px;
	position: relative;
	float: left;
	margin: 20px 0;
}
.separateur.topSection{
	margin: 0 0 calc(var(--decalBase) * 2) 0;
}
.separateur::after{
	content:'';
	width: 75%;
	height: 1px;
	background-color: #666666;
	position: relative;
	float: left;
	left: 12.5%;
}
.espaceur{
	width: 100%;
	height: 60px;
	position: relative;
	float: left;
	clear: both;
}

.ligneMiniPhoto{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	gap:20px;
	position: relative;
	box-sizing: border-box;
	margin: 20px 0;
	padding: 0 20px;
}
.miniPhoto{
	width: calc(22% - 20px);
	aspect-ratio:1/1;
	position: relative;
	box-sizing: border-box;
	border: 2px solid #ffffff;
	background-color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all;
	overflow: hidden;
	z-index: 2;
}
.miniPhoto.vide{ background-color: inherit; border: 0; }
.miniPhoto a{width: 100%; height: 100%; position: absolute; }
.miniPhoto img{ width: 100%; height: 100%; object-fit: cover; transition: 0.5s all; transform-origin: center; }
.miniPhoto:hover img{ transform: scale(1.1); }
.barreDecoMiniPhoto{
	width: 100%;
	height: 45px;
	background-color: #003e92;
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
	position: absolute;
	float: left;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.cadreInfo{
	width: calc(100% - 40px);
	background-color: #ffffff;
	box-shadow: 0 1px 5px #333333;
	position: relative;
	float: left;
	padding: 15px;
	margin: 10px 5px;
}
.cadreInfo.suite{ margin-top: var(--decalBase); }

/* ACCUEIL ------------------------------------- */

.barreTitreIcone{
	width: 100%;
	padding: 5px 0;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #7eb737;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.barreTitreIcone.negatif{
	box-sizing: border-box;
	border: 1px solid #7eb737;
	background-color: #ffffff;
	color: #7eb737;
}
.flexIconeAcc{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:10px;
	margin-bottom: 40px;
}
.zoneAccIcone{
	min-width: 120px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	gap:5px;
}
.rondAccIcone{
	width: 90px;
	aspect-ratio:1/1;
	border: 2px solid #7eb737;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.rondAccIcone img{
	width: 65%; height: 65%; object-fit: contain;
}
.infoAccIcone{
	text-align: center;
	position: relative;
}

.ligneMHFav{
	width: 100%;
	border-top: 2px solid #7eb737;
	border-bottom: 2px solid #7eb737;
	background-color: rgba(255,255,255,0.8);
	position: relative;
	float: left;
	margin: var(--decalBase) 0;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:20px;
}
.blocMHAcc{
	width: 410px;
	position: relative;
	float: left;
}
.titreMH{
	width: 100%;
	height: 35px;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding-left: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.titreMH::before{
	content:'';
	height: 35px;
	width: 15px;
	background-color: #7eb737;
	position: absolute;
	top: 0;
	left: 0;
}
.cadreMH{
	width: calc(100% - 5px);
	height: 280px;
	background-color: #ffffff;
	position: relative;
	float: left;
	box-shadow: 0 0 5px #333333;
	z-index: 2;
}
.photoMH{
	width: calc(100% - 75px);
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;
}
.visuPhotoMH{
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	z-index: 1;
}
.triangleMasque{
	width: 50px;
	height: 100%;
	clip-path: polygon(80% 0, 100% 0, 100% 100%, 0% 100%);
	background-color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s all;
	z-index: 2;
}
.photoMH:hover .triangleMasque{ clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
.bandAccrochePrix{
	width: 220px;
	height: 55px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 5px #000000;
	line-height: 1em;
	background-color: #7eb737;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	transform: rotate(-45deg) translate(-25%,-65%);
	z-index: 2;
}
.colIconeMH{
	width: 75px;
	height: calc(100% - 10px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap:10px;
	position: relative;
	float: left;
	padding-bottom: 10px;
}
.caseIconeMH{
	width: 55px;
	aspect-ratio: 1/1;
	background-color: #003e92;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.visuIconeMH{
	width: 30px;
	aspect-ratio:1/1;
	position: relative;
	overflow: hidden;
}
.legendeIconeMH{
	width: 100%;
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	position: relative;
}
.bResaMH{
	width: 180px;
	height: 40px;
	background-color: #7eb737;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.bResaMH p{
	font-size: 1em;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.accCol30{
	width: 30%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 10px 50px 10px;
	margin-bottom: 20px;
}
.accCol30.epaisseur{
	box-shadow: 0 0 5px #333333;
	background-color: #ffffff;
}
.botCol{
	width: calc(100% - 20px);
	height: 45px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.botCol::after{
	content:'';
	width: 75%;
	height: 1px;
	background-color: #7eb737;
	position: absolute;
	left: 0;
	z-index: 1;
}
.boutColonneAcc{
	width: 150px;
	height: 35px;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap:15px;
	background-color: #7eb737;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}

.blocTemoignage{
	width: 280px;
	height: 385px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0 0 5px #666666;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	margin: 0 5px;
}
.blocTemoignage.pair{ background-color: #f2f5f9; }
.nomTem{
	width: 100%;
	text-align: center;
	font-weight: 600;
	color: #003e92;
	position: relative;
}
.dateTem{
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	color: #7eb737;
	position: relative;
}
.noteTem{
	width: 100%;
	height: 30px;
	text-align: center;
	position: relative;
	margin: 10px 0;
}
.noteTem img{ max-height: 100%; width: auto; display: inline-block; }
.detailTem{
	width: 100%;
	max-height: calc(100% - 120px);
	text-align: justify;
	position: relative;
	overflow: hidden;
}
.sourceTem{
	font-size: 0.8em;
	color: #7eb737;
	font-style: italic;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* SERVICES ------------------------- */

.ligneTarif{
	width: 100%;
	height: 30px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap:2px;
	margin-bottom: 10px;
}
.nomTarif{
	width: 170px;
	height: 100%;
	border: 1px solid #7eb737;
	border-radius: 8px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 5px;
}
.nomTarif.off{ border: 0; }
.nomTarif.entete{
	color: #ffffff;
	font-weight: bold;
	justify-content: center;
	background-color:#7eb737;
}
.prixTarif{
	min-width: 80px;
	height: 100%;
	border: 1px solid #7eb737;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	position: relative;
	padding: 0 5px;
}
.prixTarif.entete{
	font-size: 0.9em;
	font-weight: normal;
	color: #ffffff;
	justify-content: center;
	background-color:#7eb737;
}

.servCol30{
	width: calc(33% - 70px);
	max-width: 410px;
	box-shadow: 0 0 5px #333333;
	background-color: #ffffff;
	box-sizing: border-box;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
}

/* EMPLACEMENT ----------------------------- */
.cadreMessage{
	width: calc(100% - 20px);
	padding: 20px 10px;
	background-color: #e5f1d7;
	position: relative;
}

/* MOBILHOME ----------------------------- */
.blocSelectMH{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	float: left;
}
.barreDecoSelect{
	width: 100%;
	height: 30px;
	background-color:#7eb737;
	position: absolute;
	float: left;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.zoneSelectMH{
	width: calc(90% - 80px);
	max-width: 920px;
	height: 65px;
	background-color: #ffffff;
	clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
	position: relative;
	float: left;
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 3;
	margin: 5px;
	padding: 0 40px;
}
.ombreZoneSelectMH{
	width: calc(90% + 4px);
	max-width: 1004px;
	height: 70px;
	background-color: #999999;
	clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
	z-index: 2;
}
.boutSelMH{
	width: 130px;
	height: 35px;
	background-color: #ffffff;
	border: 2px solid #c9c9c9;
	color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	cursor: pointer;
	transition: 0.4s all;
}
.boutSelMH:hover{ background-color: #dddddd; }
.boutSelMH.actif{
	border: 2px solid #003e92;
	color: #003e92;
	font-weight: bold;
}

.listeMH{
	width: 100%;
	max-width: 1300px;
	display: flex;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 35px;
	position: relative;
	float: left;
	margin: 30px 0;
	left: 50%;
	transform: translateX(-50%);
}
.blocMHListe{
	width: 410px;
	position: relative;
	float: left;
	transition: 0.4s all;
	transform-origin: center;
}

.ligneBoutonMHListe{
	width: calc(100% - 20px);
	display: flex;
	justify-content: space-between;
	position: relative;
	float: left;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.bResaMHListe{
	width: 140px;
	height: 40px;
	background-color: #7eb737;
	border: 2px solid #7eb737;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.bResaMHListe p{
	font-size: 1em;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.bInfoMHListe{
	width: 140px;
	height: 40px;
	background-color: #ffffff;
	border: 2px solid #7eb737;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.bInfoMHListe p{
	font-size: 1em;
	font-weight: 600;
	color: #7eb737;
	position: relative;
	z-index: 2;
}

/* DETAILS MH --------------------------- */
.blocCritere{
	width: 80px;
	height: 90px;
	background-color: #ffffff;
	box-shadow: 0 0 5px #333333;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:5px;
	padding: 5px;
}
.blocCritere.double{
	width: 180px;
	background-color: #f2f5f9;
}
.iconeCritere{
	width: 55px;
	height: 70px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nomCritere{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #7eb737;
	position: relative;
}
.blocCritere.double .nomCritere{ font-weight: normal; }

.blocAvis{
	width: 100%;
	border-left: 1px solid #7eb737;
	position: relative;
	float: left;
	margin: 60px 0;
}
.titreAvis{
	font-family: 'B731';
	font-size: 1.5em;
	color: #7eb737;
	padding-left: 25px;
	position: relative;
	margin-bottom: 20px;
}
.titreAvis::before{
	content:'';
	width: 20px;
	height: 40px;
	background-color: #7eb737;
	position: absolute;
	top: 0;
	left: 0;
}
.blocAvis p{
	width: calc(100% - 30px);
	font-size: 0.9em;
	font-style: italic;
	margin: 0 15px 10px 15px;
}


/* TARIFS ------------------------------- */
.tabTar{
	width: 100%;
	position: relative;
	float: left;
	border-collapse: separate;
}
.tabOpt{
	width: 100%;
	max-width: 600px;
	position: relative;
	float: left;
	border-collapse: separate;
}
.casetitre{
	background-color: #ffffff;
	border: 1px solid #003e92;
	color: #003e92;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.caseEntete{
	background-color: #003e92;
	color: #ffffff;
	font-size: 0.9em;
	text-align: center;
}
.caseStd{
	font-weight: bold;
	background-color: #e5f1d7;
	border: 1px solid #7eb737;
	padding: 10px;
}
.casePrix{
	background-color: #ffffff;
	border: 1px solid #7eb737;
	padding: 10px;
	text-align: center;
	transition: all 0.4s;
}
.ligneStd:hover .casePrix{ background-color: #cccccc; }

/* FAQ ----------------------------- */
.blocFaq{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.questionFaq{
	width: calc(100% - 20px);
	min-height: 30px;
	border-bottom: 1px solid #7eb737;
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:5px;
	cursor: pointer;
}
.numFaq{
	font-family: 'B731';
	font-size: 2em;
	color: #003e92;
	position: relative;
}
.txtQuestion{
	width: calc(100% - 50px);
	font-size: 1.2em;
	color: #003e92;
	position: relative;
}
.flecheFAQ{
	width: 20px;
	height: 15px;
	background-color: #7eb737;
	clip-path: polygon(50% 50%, 100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
	position: relative;
}
.flecheFAQ.actif{ clip-path: polygon(50% 0, 100% 50%, 100% 100%, 50% 50%, 0 100%, 0 50%); }
.reponseFaq{
	width: 100%;
	max-height: 0;
	background-color: #f2f8eb;
	position: relative;
	overflow: hidden;
	transition: all 0.4s;
}
.reponseFaq p{ position: relative; margin:20px; }
.reponseFaq.actif{ max-height:500px; } 

/* FORMULAIRE --------------------------- */
.baseInput{
	width: calc(100% - 20px);
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #7eb737;
	border-radius: 8px;
	color:#222222;
	text-align: center;
	font-family: 'Roboto';
	font-size: 1em;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	float: left;
	margin-bottom: 10px;
	clear: both;
}
.baseArea{
	width: calc(100% - 20px);
	height: 160px;
	background-color: #ffffff;
	border: 1px solid #7eb737;
	border-radius: 8px;
	color:#222222;
	text-align: center;
	font-family: 'Roboto';
	font-size: 1em;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	float: left;
	margin-bottom: 10px;
	clear: both;
}
.formLigne{
	width:100%;
	margin: 5px 0;
	position: relative;
	float: left;
}
.miniInput{
	width:80px;
	background-color: #ffffff;
	border: 1px solid #7eb737;
	border-radius: 8px;
	color:#222222;
	text-align: center;
	font-family: 'Roboto';
	font-size: 1em;
	line-height: 40px;
	vertical-align: middle;
	margin-bottom: 10px;
	clear: both;
}
.subIti{
	width: 120px;
	height: 40px;
	background-color: #003e92;
	border: 1px solid #003e92;
	border-radius: 8px;
	font-family: 'Roboto';
	font-size: 1em;
	color:#ffffff;
	text-align: center;
	line-height: 40px;
	font-weight: 100;
	vertical-align: middle;
	position: relative;
	float: left;
	cursor: pointer;
}

.message{
width:350px;
max-width: 90%;
background-color:#ffffff;
border:1px solid #7eb737;
border-radius:8px;
font-size:1em;
color: #000000;
text-align:center;
height:auto;
padding:4px;
box-shadow: 0 0 5px #666666;
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%);
z-index:11;
overflow:auto;
}
.closeF{
width:100px;
background-color:#7eb737;
border-radius: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;
}

/* ICONES ------------------------------- */

.blocIcone{
	width: 120px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	position: relative;
}
.rondIcone{
	width: 80px;
	height: 80px;
	border: 1px solid #7eb737;
	border-radius: 50%;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
}
.rondIcone.ct{ width: 60px; height: 60px; }
.rondIcone img{
	width:65%;
	height: 65%;
	object-fit: contain;
}
.legendeIcone{
	width: 100%;
	color: #7eb737;
	text-align: center;
	font-size: 0.9em;
	position: relative;
}
.blocIcone:hover .rondIcone{
	box-shadow: 0 0 5px #cccccc;
	transform: scale(1.05);
}

