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

/* CSS Document */
@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;
}
@font-face {
  font-family: 'Merienda';
src: url('typo/Merienda-sb.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

body,html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 1.2em;
	background-color: #ffffff;
}

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

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

.titreH1{
	/*width: 100%;*/
	display: inline-block;
	max-width: 50vw;
	font-family: 'Merienda';
	font-size: 1.5em;
	line-height: 1em;
	color:#1284ad;
	position: relative;
	margin-bottom: 40px;
	padding: 0 20px 10px 5px;
	white-space: nowrap;
}
.titreH1:first-letter{ font-weight:bold; color: #dc5d00; font-size: 1.5em; }
.titreH1::before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #dc5d00;
	position: absolute;
	top: 100%;
	left: 0;
}
.titreH1::after{
	content:'';
	width: 100px;
	height: 20px;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	background-color: #dc5d00;
	position: absolute;
	top: 100%;
	left: 0;
}

.titreH1interne{
	width: 100%;
	max-width: 50vw;
	font-size: 1.2em;
	font-weight:bold;
	color:#1284ad;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.titreH1interne:first-letter{ color: #dc5d00; font-size: 1.5em; }
.titreH1interne::before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #dc5d00;
	position: absolute;
	top: 100%;
	left: 0;
}
.titreH1interne::after{
	content:'';
	width: 100px;
	height: 20px;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	background-color: #dc5d00;
	position: absolute;
	top: 100%;
	left: 0;
}

.titreH2{
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
	color: #1284ad;
	position: relative;
	margin-bottom: 20px;
}
.titreH3{
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
	color: #1284ad;
	position: relative;
	margin-bottom: 5px;
}

.titreNews{
	width: 100%;
	font-family: 'Merienda';
	font-size: 1.5em;
	color:#1284ad;
	position: relative;
	margin-bottom: 20px;
}

.bleu{ color:#1284ad; }
.orange{ color:#dc5d00; }
.noir{ color: #000000; }
.blanc{ color: #ffffff; }

.big{ font-size: 1.4em; }
.grand{ font-size: 1.2em; }
.petit{ font-size:0.9em; }
.mini{ font-size: 0.8em; }

.lienStd{ text-decoration: none; color: #000000; }

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

/* 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; display: block; }
.imContain{ width: 100%; height: 100%; object-fit: contain; display: block; }

.vidYTFiche{
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.vidYTFiche iframe,  
.vidYTFiche object,  
.vidYTFiche embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* BOUTON ---------------------------------- */
.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;
}

.boutonSimple{
	color: inherit;
	text-decoration: none;
}

.boutonInterne{
	font-weight: bold;
	color:#1284ad;
	text-decoration: none;
	position: relative;
	margin-right: 25px;
}
.boutonInterne.alDroite{ float: right; }
.boutonInterne:after{
	content:'';
	width: 15px;
	height: 15px;
	background-color: #dc5d00;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left:10px;
	transition: all 0.4s;
}
.boutonInterne:hover:after{ margin-left:20px; }

.boutonCadre{
	/*width: 300px;*/
	border: 1px solid #1284ad;
	padding: 5px 20px;
	border-radius: 8px;
	color:#1284ad;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 25px;
}
.boutonCadre:after{
	content:'';
	width: 15px;
	height: 15px;
	background-color: #dc5d00;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: relative;
	/*left: 100%;
	top: 50%;
	transform: translateY(-50%);*/
	margin-left:10px;
	transition: all 0.4s;
}
.boutonCadre:hover:after{ margin-left:20px; }

.boutonRetour{
	/*width: 300px;*/
	border: 1px solid #1284ad;
	padding: 5px 20px;
	border-radius: 8px;
	color:#1284ad;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	/*margin-left: 25px;*/
}
.boutonRetour:before{
	content:'';
	width: 15px;
	height: 15px;
	background-color: #dc5d00;
	clip-path: polygon(0 50%, 100% 100%, 100% 0%);
	position: relative;
	/*left: 100%;
	top: 50%;
	transform: translateY(-50%);*/
	margin-right:10px;
	transition: all 0.4s;
}
.boutonRetour:hover:before{ margin-right:20px; }

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

.topPage{
	width: 100%;
	position: relative;
	float: left;
}
.barreSupPage{
	width: 100%;
	height: 40px;
	background-color: #1284ad;
	position: relative;
	float: left;
}
.groupeIconeTop{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:5px;
	position: relative;
	float: left;
	margin-left: 10px;
}
.rondIconeTop{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ffffff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rondIconeTop img{ max-height: 20px; width: auto; display: block; }

.groupeTelTop{
	height: 100%;
	color: #ffffff;
	background-color:#dc5d00;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:5px;
	position: relative;
	float: right;
	padding: 0 10px;
}

.barreMenu{
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	float: left;
}
.bandMenu{
	height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:15px;
}
.puceMenu{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color:#1284ad;
	position: relative;
}
.boutonMenu{
	font-size: 1.2em;
	color: #1284ad;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
.boutonMenu.acc{ height: 25px; }
.boutonMenu .txtBoutonMenu{ color: #1284ad; background-color: #ffffff; position:relative; z-index: 2; }
.ssMenu{
	width: 100%;
	max-height: 0;
	top: 100%;
	position: absolute;
	transition: all 0.4s;
	overflow: hidden;
	margin-top: -10px;
	opacity: 0;
	z-index: 1;
}
.boutonMenuSecondaire{
	width: 100%;
	height: 25px;
	font-size: 1em;
	color: #1284ad;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
	border-bottom: 1px solid #1284ad;
	position: relative;
	margin: 2px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 400ms;
	cursor: pointer;
}
.boutonMenu .txtBoutonMenu.actif{ color:#dc5d00; }
.boutonMenu:hover .txtBoutonMenu{ color:#dc5d00; }
.boutonMenu:hover .ssMenu{ max-height: 300px; margin-top: 0; opacity: 1; }
.boutonMenuSecondaire:hover p{ color:#dc5d00; }

.panneauPhotoTop{
	width: 100%;
	height: 750px;
	position: relative;
	float: left;
	overflow: hidden;	
}
.photoPanneau{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
}
.accrochePrincipale{
	width: 100%;
	text-align: center;
	font-family: 'Merienda';
	color: #ffffff;
	font-size: 2em;
	line-height: 1em;
	text-shadow: 0 0 5px #000000;
	position: absolute;
	float: left;
	bottom: 150px;
	z-index: 3;
}
.logoPrincipal{
	width: 320px;
	height: 120px;
	clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.logoPrincipal img{ max-height: 110px; width:auto; display: block; }

.diapoPanneau{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	inset: 0;
}
.photoDiapo{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	opacity: 0;
	animation: diapoFade 24s infinite;
	will-change: opacity;
}
/* décalage des animations */
.photoDiapo:nth-child(1){
	/*opacity: 1;*/
    animation-delay: 0s;
}
.photoDiapo:nth-child(2){
    animation-delay: 8s;
}
.photoDiapo:nth-child(3){
    animation-delay: 16s;
}
@keyframes diapoFade {
    0%   { opacity: 0; }
    10%  { opacity: 1; }

    30%  { opacity: 1; }
    50%  { opacity: 0; }

    100% { opacity: 0; }
}

#Bas{
	width: 100%;
	position: relative;
	float: left;
	margin-top: var(--decalBase);
}
.accrocheBas{
	width: calc(100% - 20px);
	font-size: 1.2em;
	font-family: 'Merienda';
	color: #1284ad;
	padding-right: 20px;
	text-align: right;
	border-bottom:1px solid #dc5d00;
	position: relative;
	padding-bottom:10px;
}
.accrocheBas:after{
	content:'';
	width: 100px;
	height: 20px;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	background-color: #dc5d00;
	position: absolute;
	bottom:0;
	left: 0;	
}
.ensembleCoord{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	float: left;
}
.colCoord{
	width: 390px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 15px 0 15px 20px;
	gap:20px;
}
.ligneCoord{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	gap:15px;
}
.rondIconeCoord{
	width: 45px;
	aspect-ratio:1/1;
	border-radius: 50%;
	background-color: #dc5d00;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.rondIconeCoord img{ max-height: 25px; width: auto; display: block; }
.infoCoord{
	position: relative;
}
.colLogoBas{
	width: 240px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.rondReseau{
	width: 45px;
	aspect-ratio:1/1;
	border-radius: 50%;
	background-color: #1284ad;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin: 10px 5px;
}
.rondReseau img{ max-height: 25px; width: auto; display: block; }
.colDecoBas{
	width: 410px;
	position: relative;
	background-color: #1284ad;
	background-image: url("img/visu-bas.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.cacheDeco{
	width: 50%;
	height: 100%;
	position: relative;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 90%);
}
.barreCopyr{
	width: 100%;
	background-color: #1284ad;
	color: #ffffff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:30px;
	padding: 10px 0;
	position: relative;
	margin-bottom: 20px;
}

/* BASE ------------------------------- */
.paraStd{
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	margin: var(--decalBase) 0;
	overflow: hidden;
}
.paraStd.fdGris{ background-color: #f2f2f2; padding: calc(var(--decalBase) / 2) 0; }
.paraStd.fdFiche{ background-color: #1284ad; padding: calc(var(--decalBase) / 2) 0; background-image: url("img/deco-fiche.webp"); background-size: cover; background-position: center center; }

.flex100{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flex50{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ecart{ justify-content: space-between; }
.equi{ justify-content: space-around; }
.mid{ justify-content: center; }
.alBas{ align-items: flex-end; }
.alHaut{ align-items: flex-start; }
.alFull{ align-items: stretch; }
.dirCol{ flex-direction: column; }

.col100{
	width: 100%;
	position: relative;
	float: left;
}
.col100.interne{ margin: calc(var(--decalBase)/2) 0; }
.col50{
	width: 50%;
	position: relative;
	float: left;
}
.col33{
	width: 30%;
	position: relative;
	float: left;
}
.col25{
	width: 25%;
	position: relative;
	float: left;
}
.colAccroche{
	width: 50%;
	max-width: 750px;
	position: relative;
	float: left;
}
.margeTxt{
	box-sizing: border-box;
	padding: 0 var(--decalBase);
}
.txtCentrer{ text-align: center; }


/* ACCUEIL ---------------------------- */
.paraNews{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	float: left;
	margin: var(--decalBase) 0;
}
.fondNews{
	width: 700px;
	max-height: 700px;
	overflow: hidden;
	position: relative;
	transform:translateX(100px);
	z-index: 1;
}
.cadreDetailNews{
	width: 700px;
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0 0 5px #666666;
	position: relative;
	transform:translateX(-100px);
	z-index: 2;
}

.flexProdAccueil{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;        /* pas de retour ligne */
    overflow-x: auto;         /* scroll horizontal */
    overflow-y: hidden;
	position: relative;
	margin: calc(var(--decalBase)/2) 0;
	padding: 10px 0;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.paraAvis{
	width: 100%;
	border-top: 1px solid #dc5d00;
	border-bottom: 1px solid #dc5d00;
	position: relative;
	float: left;
	padding: calc(var(--decalBase)/2) 0;
	margin: calc(var(--decalBase)/2) 0;
}
.paraAvis:before{
	content:'';
	width: 100px;
	height: 20px;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	background-color: #dc5d00;
	position: absolute;
	top: -20px;
	left: 0;
}
.paraAvis:after{
	content:'';
	width: 100px;
	height: 20px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
	background-color: #dc5d00;
	position: absolute;
	top: 100%;
	right: 0;
}

.accueilPart{
	width: calc(100% - 40px);
	max-width: 1560px;
	position: relative;
	background-image:url("img/acc-fdMarque.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 20px;
}
.accueilPart:before{
	content:'';
	width: 25%;
	height: 100%;
	background-color: #1284ad;
	position: absolute;
	left: 0;
	top: 0;
}
.cadreAccueilPart{
	width: 600px;
	background-color: #ffffff;
	box-shadow: 0 0 5px #666666;
	position: relative;
	padding: 20px;
	margin: var(--decalBase) calc(var(--decalBase) * 2);
}
.grilleMarque{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 10px;
	position: relative;
}
.caseGrilleM{
	display: flex;
    align-items: center;
    justify-content: center;
}
.accueilRaccour{
	width: calc(100% - 40px);
	max-width: 1560px;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 15px 20px;
}
.raccourciAcc{
	width: calc(50% - 20px);
	aspect-ratio:7/4;
	border: 1px solid #dc5d00;
	position: relative;
	float: left;
	overflow: hidden;
}
.visuRaccourci{
	width: 100%;
	height: 100%;
	position: relative;
	transition:all 0.8s;
	z-index: 1;
}
.nomRaccourci{
	height: 35px;
	color: #1284ad;
	padding: 5px 10px;
	background-color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
	position: absolute;
	transition: all 0.4s;
	z-index: 2;
}
.nomRaccourci.gauche{
	left: 0;
	bottom: 20%;
}
.nomRaccourci.droite{
	right: 0;
	bottom: 20%;
}
.puceOrange{
	width: 10px;
	aspect-ratio:1/1;
	background-color:#dc5d00;
	border-radius: 50%;
	position: relative;
}
.flecheOrange{
	width: 15px;
	height: 15px;
	background-color: #dc5d00;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position:relative;
}
.raccourciAcc:hover .visuRaccourci{
	transform: scale(1.05);
}
.raccourciAcc:hover .nomRaccourci.gauche{ padding-left: 30px; }
.raccourciAcc:hover .nomRaccourci.droite{ padding-right: 30px; }

.blocAvis{
	width: calc(50% - 40px);
	max-width: 300px;
	background-color: #ffffff;
	box-shadow: 0 0 5px #666666;
	padding: 10px 10px 40px 10px;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.listeEtoile{
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.nomAvis{
	width: 100%;
	color: #1284ad;
	text-align: center;
	position: relative;
	margin: 20px 0;
}
.detailAvis{
	width: 100%;
	text-align: justify;
	position: relative;
	margin-bottom: 10px;
}
.sourceAvis{
	width: 100%;
	text-align: center;
	font-style: italic;
	color: #dc5d00;
	position: absolute;
	left: 0;
	bottom: 10px;
}

.col50.decoAcc1{
	background-color: #1284ad;
	background-image: url("img/fd-accueil1.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.col50.decoAcc2{
	background-color: #dc5d00;
	background-image: url("img/fd-accueil2.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.col50.decoQui1{
	background-color: #1284ad;
	background-image: url("img/fd-qui.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.col50.decoContact1{
	background-color: #dc5d00;
	background-image: url("img/fd-contact.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.col50.decoOccaz1{
	background-color: #1284ad;
	background-image: url("img/fd-occaz1.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.col50.decoNeuf1{
	background-color: #1284ad;
	background-image: url("img/fd-neuf1.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.col50.decoTerrasse1{
	background-color: #1284ad;
	background-image: url("img/fd-terrasse.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.col50.decoAbris1{
	background-color: #1284ad;
	background-image: url("img/fd-abris1.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.groupeParaRonde{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.groupeParaRonde.rondDroite{
	align-items: flex-start;
	transform: translateX(-120px);
}
.groupeParaRonde.rondGauche{
	transform: translateX(120px);
}
.paraRond{
	width:90%;
	max-width: 750px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: calc(var(--decalBase) / 2) 0;
}
.photoParaRond{
	width: 235px;
	aspect-ratio:1/1;
	border-radius: 50%;
	border:2px solid #dc5d00;
	background-color: #dc5d00;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.photoParaRond.negatif{ border:2px solid #1284ad; background-color: #1284ad; }
.photoParaRond.demi{ width: calc(236px / 2); margin-left: calc(236px / 4); }
.photoParaRond p{
	font-size: 3em;
	color: #ffffff;
	position:relative;
}
.txtParaRond{
	width:calc(100% - 250px);
	position: relative;
}

/* QUI --------------------------- */
.colAtout{
	width:calc(25% - calc(var(--decalBase) / 2));
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap:15px;
	position: relative;
}
.rondAtout{
	width: 130px;
	aspect-ratio:1/1;
	border-radius: 50%;
	background-color: #dc5d00;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.rondAtout img{
	width: 60%;
	height: auto;
	max-height: 60%;
	object-fit: contain;
}


/* CONTACT ------------------------- */
.blocHoraire{
	width: 390px;
	background-color: #1284ad;
	color: #ffffff;
	border-radius: 8px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*flex-direction: column;*/
	padding: 10px;
	gap:20px;
}
.iconeHoraire{
	width: 80px;
	height: auto;
	background-color: #ffffff;
	position: relative;
	padding: 20px 5px 20px 5px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.cadreInfo{
	width: 100%;
	position: relative;
	margin: 20px 0;
}
.formulContact{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap:10px;
	position: relative;
	margin: 20px 0;
}

/* FORMULAIRE --------------------------- */
.baseInput{
	width: calc(100% - 20px);
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #1284ad;
	border-radius: 8px;
	color:#222222;
	text-align: center;
	font-family: 'Roboto';
	font-size: 1em;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	margin-bottom: 10px;
	clear: both;
}
.baseArea{
	width: calc(100% - 20px);
	height: 160px;
	background-color: #ffffff;
	border: 1px solid #1284ad;
	border-radius: 8px;
	color:#222222;
	text-align: center;
	font-family: 'Roboto';
	font-size: 1em;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	margin-bottom: 10px;
	clear: both;
}
.formLigne{
	width:100%;
	margin: 5px 0;
	position: relative;
}
.miniInput{
	width:80px;
	background-color: #ffffff;
	border: 1px solid #1284ad;
	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: #dc5d00;
	border: 1px solid #dc5d00;
	border-radius: 8px;
	font-family: 'Roboto';
	font-size: 1em;
	color:#ffffff;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
.subDemande{
	width: auto;
	height: 40px;
	background-color: #dc5d00;
	border: 1px solid #dc5d00;
	border-radius: 8px;
	font-family: 'Roboto';
	font-size: 1em;
	color:#ffffff;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	padding: 0 10px;
}

.message{
width:350px;
max-width: 90%;
background-color:#ffffff;
border:1px solid #dc5d00;
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:#dc5d00;
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;
}

/* LISTE MOBILHOME -------------------------------- */
.flexCritere{
	width: 100%;
	display: flex;
	justify-content:space-around;
	align-items: flex-start;
	gap:40px;
	flex-wrap: wrap;
	position: relative;
}
.blocCritere{
	/*width: calc(50% - 50px);*/
	max-width: 620px;
	position: relative;
}
.titreCritere{
	position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.titreCritere:before{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dc5d00;
    z-index: 1;
}
.titreCritere span{
	background-color:#ffffff;
	padding: 2px 10px;
	font-size: 0.9em;
	color: #1284ad;
	position: relative;
	z-index: 2;
}
.listeCritere{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap:10px;
	position: relative;
}
.btn-radio {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.btn-radio input {
    display: none;
}
.btn-radio span {
    display: inline-block;
    padding: 10px;
    border: 1px solid #1284ad;
    border-radius: 8px;
    background: #fff;
    font-size: 1em;
    transition: all 0.2s ease;
}
.btn-radio img {
    height: 30px;
	width: auto;
    display: block;
}
.btn-radio input:checked + span {
    background: #dde8f0;
	border: 2px solid #dc5d00;
}
.btn-radio span:hover {
    background: #dde8f0;
}

.listeMH{
	width: calc(100% - calc(var(--decalBase) / 2));
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	gap:40px 10px;
	flex-wrap: wrap;
	position: relative;
	float: left;
	padding: 10px calc(var(--decalBase) / 2);
}

.cadreListeMH{
	flex: 0 0 auto;
	width: 340px;
	/*height: 380px;*/
	padding: 10px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	box-shadow: 0 0 5px #666666;
	position: relative;
	margin: 0 10px;
	cursor: pointer;
}
.cadreListeMH.promo{ border: 2px solid #dc5d00; }
.cadreListeMH.black{ border: 2px solid #000000; }

.cadreListeMH:hover .visuMH{ transform: scale(1.05); }
.photoListeMH{
	width: 100%;
	aspect-ratio: 4/3;
	background-color: #dddddd;
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}
.visuMH{ 
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
	display: block;
	transition:all 1s;
}
.photoListeMH p{ width: 100%; text-align: center; color: #ffffff; font-weight: bold; text-shadow: 0 0 3px #000000; position: absolute; float: left; top: 50%; left: 0; transform: translateY(-50%); z-index: 2; }
.photoListeMH.vendu .visuMH{ filter: blur(4px); }
.titreListeMH{
	width: 100%;
	height: 40px;
	background-color: #1284ad;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.titreListeMH.promo{ background-color: #dc5d00; }
.titreListeMH.vendu{ background-color: #666666; }
.titreListeMH.black{ background-color: #000000; color: #fad205; }
.bandIconeListeMH{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	position: relative;
	margin-bottom: 10px;
}
.bandIconeListeMH.mini{ 
	height: 30px;
	justify-content: space-between;
}
.blocIconeListe{
	min-width: calc(25% - 20px);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}
.iconeMH{
	width: 100%;
	max-width: 35px;
	aspect-ratio:1/1;
	position: relative;
}
.txtIconeMH{
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	position: relative;
}
.logoListeMH{
	height: 100%;
	position: relative;
}
.dipoListeMH{
	height: calc(100% - 2px);
	border: 1px solid #1284ad;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}
.dipoListeMH.parcelle{ background-color: #d3e9b2; border: 1px solid #6cb700; }
.dipoListeMH.vendu{ background-color: #666666; border: 1px solid #666666; color: #ffffff; }
.sepListeMH{
	width: 100%;
	height: 4px;
	border-top: 1px solid #1284ad;
	border-bottom: 1px solid #1284ad;
	position: relative;
	margin: 10px 0;
}
.sepListeMH.vendu{ border-top: 1px solid #666666; border-bottom: 1px solid #666666; }
.zonePrixListeMH{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	position: relative;
}
.prixListeMH{
	font-size: 1.4em;
	font-weight: bold;
	color: #1284ad;
	position: relative;
}
.prixListeMH.vendu{ color: #666666; }
.prixListeMH.promo{ color: #dc5d00; }
.promoPrixListeMH{
	font-size: 1em;
	text-decoration: line-through;
	position: relative;
}
.bulleListeMH{
	width: 80px;
	aspect-ratio:1/1;
	border-radius: 50%;
	background-color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	overflow: hidden;
	top: 5px;
	left: 5px;
	z-index: 3;
	animation: clignobulle 4s infinite ease-in-out;
}
.bulleListeMH p{
	width: 100%;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	position: relative;
	transform: rotate(-30deg);
}
.bulleListeMH.new{ background-color: #de0000; }
.bulleListeMH.promo{ background-color: #dc5d00; animation: clignobulle 2s infinite ease-in-out; }
.bulleListeMH.destock{ background-color: #6cb700; }
.bulleListeMH.resa{ background-color: #666666; }
.bulleListeMH.black{ background-color: #000000; animation: clignobulle 2s infinite ease-in-out; }
.bulleListeMH.black p{ color: #fad205; }

.bulleCoeurMH{
	width: 30px;
	aspect-ratio:1/1;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	overflow: hidden;
	box-shadow: 0 0 3px #333333;
	top: 10px;
	right: 10px;
	z-index: 3;
}
.bulleCoeurMH img{
	object-fit: contain;
	width: 60%;
	height: 60%;
	position: relative;
}

.numerotationPage{
	width: calc(100% - calc(var(--decalBase) / 2));
	border-top: 1px solid #1284ad;
	display: flex;
	justify-content: flex-end;
	gap:10px;
	padding: 5px 0;
	position: relative;
	margin-top: 20px;
}
.casePage{
	width: 35px;
	aspect-ratio:1/1;
	text-decoration: none;
	color: #000000;
	position: relative;
	border: 1px solid #1284ad;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.casePage.active{ background-color: #1284ad; }
.casePage.active p{ color: #ffffff; font-weight: bold; }

/* FICHE 17 ------------------------------- */
.critFiche{
	width: 150px;
	position: relative;
}
.visuCritFiche{
	width: 100%;
	height: 55px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.nomCritFiche{
	width: 100%;
	text-align: center;
	color: #1284ad;
	font-size: 1.1em;
}
.ligneDetailFiche{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-top: 1px solid #dc5d00;
	margin: 20px 0;
}
.logoMHFiche{
	width: 190px;
	height: 70px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	padding: 5px 0;
}
.dispoMHFiche{
	width: 150px;
	height: 70px;
	font-size: 1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #dc5d00;
	position: relative;
	padding: 5px 0;
}
.casePrixMH{
	width: 300px;
	text-align: center;
	border-radius: 8px;
	border:2px solid #1284ad;
	padding: 10px;
	background-color: #ffffff;
	box-shadow: 0 0 8px #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap:20px;
	position: relative;
}
.prixFiche{
	font-size: 2em;
	font-weight: bold;
	color: #1284ad;
}
.oldPrixMH{
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	margin-top: 10px;
}
.bulleFicheMH{
	width: 80px;
	aspect-ratio:1/1;
	border-radius: 50%;
	background-color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	z-index: 3;
}
.bulleFicheMH p{
	width: 100%;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	position: relative;
	transform: rotate(-30deg);
}
.bulleFicheMH.new{ background-color: #de0000; }
.bulleFicheMH.promo{ background-color: #dc5d00; }
.bulleFicheMH.destock{ background-color: #6cb700; }
.bulleFicheMH.resa{ background-color: #666666; }
.bulleFicheMH.black{ background-color: #000000; }
.bulleFicheMH.black p{ color: #fad205; }

.descriptifFiche{
	width: 100%;
	position: relative;
}

.photoPrincipal{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.galeriePhoto{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap:10px;
	position: relative;
}
.casePhoto{
	width: calc(20% - 12px);
	aspect-ratio:1/1;
	position: relative;
	border: 1px solid #999999;
}
.casePhoto img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
	display: block;
}

.blocFicheContact{
	width: 350px;
	padding: 20px 10px;
	background-color: #dc5d00;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:10px;
	position: relative;
	box-shadow: 0 0 5px #000000;
}


@keyframes clignobulle {
    0%   { opacity: 1; }
    30%  { opacity: 1; }
	50% { opacity: 0.3; }
	70% {opacity: 1; }
    100% { opacity: 1; }
}
