@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: 'Sansation';
src: url('../typo/sansation-regular.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: 14px;
background-color: #ffffff;
}

/* TYPO ----------------------------- */
p{ margin: 0; padding: 0; }

.titreh1{
	width: 100%;
    font-size: 2em;
    color: #af0162;
	text-align: center;
	position: relative;
	float: left;
    margin: 0;
    padding: 0;
	margin-bottom: 40px;
}
.titreh1.bis{ color: #ffffff; }
.titreh1 .uline{
	font-weight: normal;
	color: #7b7c7e;
}
.titreh2{
	width: calc(100% - 30px);
	font-family: 'Sansation';
	font-size: 1.5em;
	font-weight: bold;
	color: #af0162;
	position: relative;
	float: left;
	clear: both;
	padding-left: 30px;
}
.titreh2::before{
	content:'';
	width: 20px;
	height: 20px;
	background-color: #7b7c7e;
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 30px;
	border-radius:50%;
}
.titreh2.off{ width:100%; padding-left: 0; }
.titreh2.off::before{display: none; }
.titreh3{
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	color: #d0844a;
	margin: 0;
	padding: 0;
}
.titreBase{ /* titreH1 */
	width: 100%;
    font-size: 2em;
    color: #af0162;
	text-align: center;
	position: relative;
	float: left;
    margin: 0;
    padding: 0;
	margin-bottom: 10px;
}

.miniTitre{
	font-family: 'Sansation';
	font-weight: bold;
	color:#af0162;
	margin-bottom: 10px;
	display: inline-block;
}

.sansa{ 
	font-family: "Sansation";
	text-transform: uppercase;
}

.marron{ color: #d0844a; }
.rose{ color: #af0162; }
.gris{color: #7b7c7e; }
.blanc{ color: #ffffff; }
.noir{ color: #000000; }
.orange{ color: #d0844a; }
.legende{ font-size:0.9em; }

.lienOrange{
	text-decoration: none;
	color: #d0844a;
}
.lienSimple{
	color: inherit;
	text-decoration: none;
}

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

#Top{
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
}
.partTop{
	width: calc(100% - 20px);
	border-bottom: 2px solid #af0162;
	display: flex;
	justify-content: space-between;
	align-items:center; 
	position: relative;
	float: left;
	padding: 5px 10px;
}
.logoP{
	width: 60%;
	max-width: 200px;
	position: relative;
	float: left;
}
.logoP img{ max-width: 100%; height: auto; }

.boutonMenu{
	width: 35px;
	height: 35px;
	border:1px solid #af0162;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px;
	position: relative;
	float: left;
	margin-right: 5px;
}
.icoMenu{
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
}
.txtIcoMenu{
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	position: relative;
	float: left;
}

.bandeauTop{
	width: 100%;
	position: relative;
	float: left;
}
.bandeauTop img{ max-width: 100%; height: auto; }

.ssMenu{
	width: 250px;
	height: 100%;
	background-color:#ffffff;
	border-left: 1px solid #af0162;
	box-shadow: 0 0 5px #666666;
	position: fixed;
	float: right;
	right:0;
	transform: translateX(270px);
	z-index: 10;
	transition: all 0.6s;
}
.ssMenu.affiche{
	transform: translateX(0);
}
.bMenuClose{
	width: calc(100% - 20px);
	height: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #af0162;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	padding-right: 10px;
	gap:10px;
}
.bMenuClose p{ 
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
	color:#ffffff;
	font-size: 1.2em;
	position: relative;
	float: left;
}
.flecheMenuRetour{
	height: 15px;
	position: relative;
	float: left;
}
.flecheMenuRetour img{ max-height: 100%; width: auto; display: block; }
.bMenu{
	width: calc(100% - 20px);
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.bMenu p{
	width: 100%;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
	color:#000000;
	position: relative;
	float: left;
}
.bMenu p:first-letter{
	font-size: 1.2em;
	font-weight:bold;
	color: #af0162;
}
.infoMenu{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	float: left;
	margin-top: 20px;
}
.telMenu{
	width: 100%;
	font-size: 1.4em;
	color: #af0162;
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.boutonReseau{
	width: 35px;
	height: 35px;
	position: relative;
	float: left;
	margin: 0 5px;
}
.boutonReseau img{ max-width: 100%; height: auto; position: absolute; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); }


#Bas{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 30px;
	border-top: 2px solid #af0162;
	padding-top: 5px;
}
.logoB{
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
}
.imLogoBas{
	max-width: 200px;
	height: auto;
}
.menuBas{
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
	border-top: 1px solid #dddddd;
	margin: 5px 0;
	padding: 5px 0;
}
.accrocheBas{
	width: 100%;
	text-align: center;
	background-color: #af0162;
	color: #ffffff;
	position: relative;
	float: left;
	padding: 0px 0 20px 0;
}

.bandFinale{
	width: 100%;
	border-bottom:1px solid #af0162;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	float: left;
	padding: 10px 0;
	margin-bottom: 10px;
}
.copyr{
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	color: #af0162;
	position: relative;
	float: left;
	border-top: 1px solid #af0162;
	padding: 5px 0 0 0;
}
.copyr a{ color:#d0844a; text-decoration: none; }
.partBas{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	position: relative;
	float: left;
	margin-right: 30px;
}
.partBas img{ max-height: 45px; width: auto; }
.logi{
	color: #ef443b;
	text-align: center;
	position: relative;
	float: left;
}


/* BASE ---------------------------------- */
.paraStd{
	width: calc(100% - 40px);
	position: relative;
	float: left;
	padding: 40px 0;
	margin: 0 20px;
	overflow: hidden;
}
.paraStd.first{
	padding-top: 20px;
}
.paraStd.fdRose{
	background-color: #af0162;
}
.paraStd.fdGris{
	padding: 40px 20px;
	margin: 0;
	background-color: #d7d7d7;
}

.sepOr{
	width: 100%;
	height: 80px;
	position: relative;
	float: left;
}
.sepOr img{ max-width: 100%; height: auto; }

.txt100{
	width: 100%;
	position: relative;
	float: left;
}
.txt100.centrer{ text-align: center; }
.photo100{
	width: 100%;
	max-width:650px;
	position: relative;
	float: left;
	margin: 10px 0;
	border-radius: 8px;
	overflow: hidden;
	left: 50%;
	transform: translateX(-50%);
}
.photo100 img{ max-width: 100%; height: auto; display: block; }

.flex100{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
}
.col50{
	width: calc(50% - 20px);
	position: relative;
	float: left;
	padding: 0 10px;
}
.col50.centrer{ text-align: center; }

/* BOUTON --------------------------------- */
.boutonTransparent{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 5;
}

.boutonSuite{
	width: 220px;
	display: flex;
	align-items: center;
	position: relative;
	float: left;
	margin: 5px 0;
}
.boutonSuite.centrer{ left: 50%; transform: translateX(-50%); clear: both; }
.boutonSuite p{
	font-size: 1.2em;
	font-weight: bold;
	/*color: #af0162;*/
	color: #d0844a;
	margin-left: 10px;
	transition: 0.2s all;
}
.rondFleche{
	width: 35px;
	height: 35px;
	/*background-color: #af0162;*/
	background-color: #d0844a;
	border-radius: 50%;
	position: relative;
	float: left;
	overflow: hidden;
	transition: 0.2s all;
}
.fdRondFleche{
	width:0;
	height: 100%;
	background-color: #7b7c7e;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.2s all;
}
.icoFleche{
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	clip-path: polygon(0 0, 100% 50%, 0 100%, 15% 50%);
	position: absolute;
	float: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

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


/* ACCUEIL -------------------------------- */
.paraNews{
	width: calc(100% - 40px);
	max-width: 800px;
	text-align: center;
	border: 2px dashed #af0162;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 0 8px #999999;
	padding: 10px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	margin: 40px 0 0 0;
}

.blocAfficheSP{
	width: 180px;
	text-align: center;
	position: relative;
	float: left;
}
.blocAfficheSP img{ max-width: 100%; height: auto; }

.flexCentre{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:10px;
	position: relative;
	float: left;
	margin-top: 20px;
}
.blocIcone{
	width: 95px;
	text-align: center;
	position: relative;
	float: left;
}
.rondIcone{
	width:90px;
	height: 90px;
	border: 1px solid #d0844a;
	border-radius: 50%;
	position: relative;
	float: left;
	overflow: hidden;
}
.rondIcone img{ max-width: 65%; height: auto; position: absolute; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.rondIcone.haut img{ max-height: 65%; width: auto; position: absolute; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.rondIcone.fdm{
	background-color: #d0844a;
	border: 1px solid #d0844a;
}
.txtIcone{
	width: 100%;
	font-size: 0.9em;
	color: #d0844a;
	text-align: center;
	position: relative;
	float: left;
	margin-top: 10px;
}

.ligneAvis{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	float: left;
}
.blocAvis{
	width: calc(100% - 40px);
	border-radius: 8px;
	border:1px solid #d0844a;
	background-color: #edeef1;
	color: #000000;
	padding: 10px;
	margin: 0 10px 10px 10px;
	position: relative;
	float: left;
}
.nomAvis{
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
}
.etoileAvis{
	width: 100%;
	text-align: center;
	font-size: 3em;
	line-height: 1em;
	color: #d0844a;
	position: relative;
	float: left;
	margin: 10px 0;
}
.detailAvis{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.boutDepliAvis{
	width: 100%;
	height: 15px;
	position: relative;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.infoAvis{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.9em;
	color: #d0844a;
	position: relative;
	float: left;
}

/* SERVICES ------------------------------------- */
.ligneService{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.photoService{
	width: 100px;
	height: 100px;
	border-radius: 8px;
	border:1px solid #d0844a;
	position: relative;
	float: left;
	overflow: hidden;
}
.photoService img{
	height: 100%;
	position: absolute;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}
.txtService{
	width: calc(100% - 120px);
	position: relative;
	float: left;
}

.blocIconeS{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
	float: left;
}
.rondIconeS{
	width:90px;
	height: 90px;
	border: 1px solid #d0844a;
	border-radius: 50%;
	position: relative;
	float: left;
	overflow: hidden;
}
.rondIconeS img{ max-width: 65%; height: auto; position: absolute; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.rondIconeS.haut img{ max-height: 65%; width: auto; position: absolute; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.rondIconeS.fdm{
	background-color: #d0844a;
	border: 1px solid #d0844a;
}
.txtIconeS{
	width: 110px;
	font-size: 0.9em;
	color: #d0844a;
	text-align: center;
	position: relative;
	float: left;
	margin-top: 10px;
}
.zoneDetailVente{
	width: calc(100% - 40px);
	background-color: #d0844a;
	color: #ffffff;
	border-radius: 8px;
	padding: 20px;
	margin-top:5px;
	position: relative;
	float: left;
	clear: both;
}

/* ATOUT ------------------------------- */

.ligneNumero{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	float: left;
	margin: 10px 0;
}
.cercleNumero{
	width: 40px;
	height: 40px;
	background-color: #d0844a;
	border-radius: 50%;
	position: relative;
	float: left;
	margin-right: 10px;
}
.cercleNumero p{
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}
.txtNumero{
	width:calc(100% - 50px);
	position: relative;
	float: left;
}
.detailNumero{
	width: 100%;
	position: relative;
	float: left;
}

/* CONTACT --------------------------- */

.ligneCoord{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.ligneCoord.top{
	align-items: flex-start;
}
.rondIconeCoord{
	width: 60px;
	height: 60px;
	border: 1px solid #d0844a;
	background-color: #ffffff;
	border-radius:50%;
	position: relative;
	float: left;
	margin-right: 10px;
}
.rondIconeCoord img{ max-width: 70%; height: auto; position: absolute; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.rondIconeCoord.haut img{ max-height: 70%; width: auto; position: absolute; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.txtCoord{
	width:calc(100% - 70px);
	font-size: 1.2em;
	position: relative;
	float: left;
}
.blocAdresse{
	width: calc(100% - 22px);
	max-width: 380px;
	position: relative;
	float: left;
	padding: 5px;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.05);
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 10px;
}
.photoAdresse{
	width: 100%;
	border-radius: 8px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.photoAdresse img{
	max-width: 100%;
	height: auto;
	display: block;
}
.adrGauche{
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.adrDroite{
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	border-top: 1px solid #af0162;
	padding-top: 10px;
	position: relative;
	float: left;
}
.blocContact{
	width: calc(100% - 20px);
	border-radius: 8px;
	background-color: #d0844a;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 20px;
}
.photoContact{
	width: 50%;
	position: relative;
	float: left;
}
.photoContact img{
	max-width: 100%;
	height: auto;
	display: block;
}
.infoContact{
	width: calc(100% - 10px);
	text-align: center;
	position: relative;
	float: left;
	margin: 5px;
}
.rondParking{
	width: 60px;
	height: 60px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}
.rondParking p{
	width: 100%;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}

.chpStdFull{
	width: calc(100% - 22px);
	/*height: 30px;*/
	color: #000000;
	font-family: 'Roboto';
	font-size: 1em;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #d0844a;
	background-color: #ffffff;
	position: relative;
	float: left;
	left: 50%; 
	transform: translateX(-50%);
	margin: 5px 0;
	padding: 10px 0;
	clear: both;
}
.chpStdFull::placeholder{ color: #666666; }
.chpStdMini{
	width: 80px;
	/*height: 30px;*/
	color: #000000;
	font-family: 'Roboto';
	font-size: 1em;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #d0844a;
	background-color: #ffffff;
	padding: 10px 0;
}

.chpAreaFull{
	width: calc(100% - 22px);
	height: 200px;
	color: #000000;
	font-family: 'Roboto';
	font-size: 1em;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #d0844a;
	background-color: #ffffff;
	position: relative;
	float: left;
	left: 50%; 
	transform: translateX(-50%);
	margin: 5px 0;
	padding: 10px 0;
	clear: both;
}
.chpAreaFull::placeholder{ color: #666666; }

.subStd{
	width:250px;
	max-with:calc(100% - 22px);
	border: 1px solid #d0844a;
	border-radius: 8px;
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	background-color:#d0844a; 
	position: relative;
	float: left;
	clear: both;
	left: 50%; 
	transform: translateX(-50%);
	margin: 10px 0;
	padding: 10px 0;
	cursor: pointer;
}
.ligneTxtForm{
	width: 100%;
	position: relative;
	float: left;
	margin: 5px 0;
}

