@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: 16px;
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-size: 1.5em;
	font-family: 'Sansation';
	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::before{display: none; }
.titreh3{
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	color: #d0844a;
	margin: 0;
	padding: 0;
}
.titreBase{
	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%;
	height: 385px;
	background-color: #edeef1;
	color: #ffffff;
	position: relative;
	float: left;
}
#Top.accueil{ height: 385px; }

.coverTop{
	width: calc(100% - 380px);
	height: 280px;
	background-color: #ffffff;
	position: relative;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -90px;
	z-index: 1;
}
.coverTop.accueil{ background-image: url("img/fond/accueil2024.webp"); }
.coverTop.services{ background-image: url("img/fond/services2024.webp"); }
.coverTop.atouts{ background-image: url("img/fond/contrat2024.webp"); }
.coverTop.contact{ background-image: url("img/fond/contact2024.webp"); }

.logoP{
	width: 420px;
	height: 270px;
	padding: 5px 50px 5px 0px;
	background: rgb(255,255,255);
	clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	/*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);*/
	text-align: center;
	position: relative;
	float: left;
	left: 0;
	z-index: 2;
}
.logoP .visuP{
	width: calc(100% - 40px);
}
.logoP img{ max-width: 100%; height: auto; }
.slogan{
	font-family: 'Sansation';
	font-size:1.7em;
	/*font-weight: bold;*/
	color: #d0844a;
}
.degradTop{
	width: 100%;
	height: 180px;
	/*background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0.90) 55%, rgba(255,255,255,0) 100%);*/
	position: absolute;
	float: left;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.bandeauTop{
	width: 100%;
	height: 105px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
	border-top: 2px solid #af0162;
}
.bandeauTop.coller{
	position: fixed;
	background-color: #edeef1;
	top: 0;
	left: 0;
	z-index: 20;
}

.bandMenu{
	display: flex;
	align-items: center;
	position: relative;
	float: left;
	/*margin-left: -30px;*/
}
.boutonMenu{
	width: 200px;
	height: 50px;
	clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
	position: relative;
	float: left;
	overflow: hidden;
}
.boutonMenu p{
	width: 100%;
	font-size: 1.2em;
	color: #af0162;
	text-align: center;
	position: absolute;
	float: left;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition:0.8s all;
	cursor: pointer;
	z-index: 2;
}
.barreFinBouton{
	width: 10%;
	height: 100%;
	background-color: #af0162;
	clip-path: polygon(0 0, 25% 0, 100% 100%, 75% 100%);
	position: absolute;
	float: left;
	top: 0;
	right: 0;
	z-index: 5;
}
.decoHover{
	width: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	margin-top: -300px;
	transition: all 0.8s ease;
	z-index: 1;
}
.boutonMenu:hover .decoHover{
	margin-top: 0;
}
.boutonMenu:hover p{
	color: #ffffff;
}
.boutonMenu.active{ background-color: #af0162; }
.boutonMenu.active p{ color: #ffffff; }

.reseauMenu{
	display: flex;
	align-items: center;
	position: relative;
	float: left;
	margin-right: 10px;
}
.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%); }
.telMenu{
	font-size: 1.8em;
	color: #af0162;
	display: flex;
	align-items: center;
	position: relative;
	float: left;
	gap:5px;
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid #af0162;
}

#Bas{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 40px;
}
.flexBas{
	width: calc(100% - 60px);
	border-top: 2px solid #af0162;
	background-color: #ffffff;
	font-size: 1.2em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
	padding: 30px;
}
.logoB{
	/*width: 250px;*/
	width: 420px;
	text-align: center;
	position: relative;
	float: left;
}
.logoB img{ width:100%; max-width: 280px; height: auto; }
.colCoord{
	text-align: center;
	position: relative;
	float: left;
}
.infoBas{
	width: calc(100% - 340px);
	max-width: 700px;
	text-align: right;
	position: relative;
	float: left;
	margin-right: 10px;
}
.infoBas a{ color: #000000; text-decoration: none; }
.accrocheBas{
	width: calc(100% - 20px);
	text-align: center;
	background-color: #af0162;
	color: #ffffff;
	position: relative;
	float: left;
	padding: 0 10px 20px 10px;
}

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


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

.paraStd{
	width: 100%;
	position: relative;
	float: left;
	padding: 80px 0;
	overflow: hidden;
}
.paraStd.first{
	padding-top: 20px;
}
.paraStd.fdRose{
	background-color: #af0162;
}
.paraStd.fdGris{
	background-color: #d7d7d7;
}

.paraImage{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin: 60px 0;
}
.accrocheParaImage{
	width: 50%;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	color: #d0844a;
	position: absolute;
	float: left;
	top: 50%;
	left: 75%;
	transform: translate(-50%, -50%);
}

.arrondiTop{
	width: 100%;
	height: 100px;
	position: relative;
	float: left;
	overflow: hidden;
}
.dessinArrondiTop{
	width: 100%;
	height: 200%;
	border-radius: 50%;
	background-color: #d7d7d7;
	position: relative;
	float: left;
}

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

.txt50centre{
	width: 85%;
	max-width:1100px;
	text-align: center;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
}

.flexQuadra{
	width: 100%;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	position: relative;
	float: left;
}
.flexQuadra.suite{ margin-top: 60px }

.fq50{
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	float: left;
}
.fq50 .visuFond{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fq50.decoTxt{
	background-image: url("img/deco1.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 90px;
}
.fq50.decoTxt2{
	background-image: url("img/deco1H.png");
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 90px;
}
.contenutxt{
	width: 75%;
	position:relative;
	float: left;
}

.ligneFlex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
}
.ligneFlex.mid{
	justify-content: space-around;
}
.col50{
	width: 50%;
	position: relative;
	float: left;
}
.contenuColTxt{
	width: 75%;
	position:relative;
	float: left;
	left: 12.5%;
}

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

.boutonSavoir{
	width: 200px;
	height: 35px;
	background-color: #d0844a;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
}
.boutonSavoir p{
	width: 100%;
	font-size: 1em;
	color: #ffffff;
	text-align: center;
	position: absolute;
	float: left;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition:0.8s all;
	cursor: pointer;
	z-index: 2;
}
.boutonSavoir:hover .decoHover{
	margin-top: 0;
}
.boutonSavoir:hover p{
	color: #d0844a;
}

.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;
}
.boutonSuite:Hover .rondFleche{ transform: translateX(10px); }
.boutonSuite:Hover p{ transform: translateX(4px); color: #af0162; }
.boutonSuite:Hover .rondFleche .fdRondFleche{ width:100%; }

/* IMAGE ------------------------------- */
.imgFD{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.cadreImg{
	width: auto;
	border:1px solid #000000;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
}
.cadreImg img{ display: block; }

.photoDeco{
	width: 100%;
	max-width: 650px;
	display: inline-block;
	border: 1px solid #d0844a;
	border-radius: 8px;
	overflow: hidden;
}
.photoDeco img{ display: block; max-width: 100%; height: auto; }

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


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

.paraNews{
	width: calc(100% - 20px);
	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: 220px;
	text-align: center;
	position: relative;
	float: left;
}

.flexCentre{
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
}
.blocIcone{
	width: 125px;
	position: relative;
	float: left;
}
.rondIcone{
	width:120px;
	height: 120px;
	border: 1px solid #d0844a;
	border-radius: 50%;
	position: relative;
	float: left;
	overflow: hidden;
	transition: all 0.4s ease;
}
.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;
}

.blocIcone:hover .rondIcone{
	margin-top:-20px;
	margin-bottom: 20px;
}

.txtIcone{
	width: 100%;
	color: #d0844a;
	text-align: center;
	position: relative;
	float: left;
	margin-top: 10px;
}

.ligneAvis{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	float: left;
}
.blocAvis{
	width: 350px;
	min-height: 250px;
	border-radius: 8px;
	border:1px solid #d0844a;
	background-color: #edeef1;
	color: #000000;
	padding: 10px;
	margin: 0 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%;
	height: 115px;
	overflow: hidden;
	position: relative;
	float: left;
	transition: height 0.4s ease;
}
.boutDepliAvis{
	width: 100%;
	height: 15px;
	position: relative;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.boutDepliAvis.on{
	border-top: 1px solid #af0162;
	margin-top: 2px;
}
.boutDepliAvis img{ max-height: 100%; width: auto; }

.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: flex-start;
	align-items: center;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.photoService{
	width: 150px;
	height: 150px;
	border-radius: 8px;
	border:1px solid #d0844a;
	position: relative;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.photoService img{
	height: 100%;
	position: absolute;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}

.txtService{
	width: calc(100% - 180px);
	position: relative;
	float: left;
}

.accrocheFond{
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #d7d7d7;
	padding: 20px 0;
	/*margin: 10px;*/
	position: relative;
	float: left;
	clear: both;
}
.accrocheFond.sep{ margin: 40px 0; }

.detailVente{
	width: 100%;
	max-width: 960px;
	position: relative;
	float: left;
	margin: 10px 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}
.zoneDetailVente{
	width: calc(100% - 40px);
	background-color: #d0844a;
	color: #ffffff;
	border-radius: 8px;
	padding: 20px;
	position: relative;
	float: left;
	margin-top: 30px;
	clear: both;
}
.flecheZoneDetailVente{
	width: 60px;
	height: 30px;
	background-color: #d0844a;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	border: 1px solid red;
	position: absolute;
	float: left;
	top: 0;
	left: 7%; /* 7% 33% 60%  86%*/
}


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

.ligneNumero{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	float: left;
	margin: 10px 0;
}
.cercleNumero{
	width: 60px;
	height: 60px;
	background-color: #d0844a;
	border-radius: 50%;
	position: relative;
	float: left;
	margin-right: 20px;
}
.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% - 80px);
	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;
}

.grilleContact{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	float: left;
}
.blocAdresse{
	width: calc(100% - 22px);
	position: relative;
	float: left;
	padding: 5px;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.05);
}
.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;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.adrDroite{
	width: 100%;
	display: flex;
	flex-direction: column;
	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;
}

.formIti{
	width: 90%;
	position: relative;
	float: left;
	margin-left: 5%;
}
.chpStdIti{
	width: calc(100% - 102px);
	/*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;
	margin: 10px;
	padding: 10px 0;
}
.chpStdIti::placeholder{ color: #666666; }
.subMini{
	width:50px;
	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;
	margin: 10px;
	padding: 10px 0;
	cursor: pointer;
}

#Carte{
	width: calc(90% - 2px);
	aspect-ratio:4/3;
	border: 1px solid #d0844a;
	border-radius: 8px;
	position: relative;
	float: left;
	margin: 0 5%;
	overflow: hidden;
}

#Detail{
	width: calc(90% - 2px);
	background-color: #d7d7d7;
	border-radius: 8px;
	position: relative;
	float: left;
	margin: 0 5%;
}

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