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

@font-face {
font-family: 'River';
src: url('../typo/Blank-River.ttf') format('truetype');
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;
}

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

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

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

.titreH1{
	font-size: 2em;
	line-height: normal;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap:5px;
	margin-bottom: 15px;
}
.titreH1.centrer{ align-items: center; }
.titreH1 p{
	font-family: 'River';
	color: #ffffff;
	border-bottom: 1px solid #eec600;
}
.titreH1 p::first-letter{ color:#eec600; }
.sstitreH1{
	font-family: 'Roboto';
	font-size: 0.5em;
	color: #eec600;
}

.titreH1.negatif p{ color: #000000; border-bottom: 1px solid #ffffff; }
.titreH1.negatif p::first-letter{ color:#ffffff; }
.titreH1.negatif .sstitreH1{ color:#000000; }

.titreH1.clair p{ color: #000000; border-bottom: 1px solid #eec600; }
.titreH1.clair p::first-letter{ color:#eec600; }
.titreH1.clair .sstitreH1{ color:#eec600; }

.titreH3{
	display: inline-block;
	font-family: 'Roboto';
	font-size: 1.2em;
	font-weight: bold;
	color: #eec600;
	border-bottom: 1px solid #eec600;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.mini{ font-size: 0.9em; }
.grand{ font-size: 1.2em; }

.jaune{color: #eec600; }
.blanc{ color: #ffffff; }
.grisf{ color: #222222; }
.gris{ color: #666666; }
.noir{ color: #000000; }
a{ text-decoration: none; color: inherit; }

.listeStd{
	margin: 0;
	padding: 0;
	list-style: none;
}
.listeStd li{
	padding:2px 0 2px 20px;
	position: relative;
}
.listeStd li::before{
	content:'';
	width: 10px;
	height: 10px;
	border: 1px solid #eec600;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

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

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

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

.imMW220{ width:220px; max-width: 100%; height: auto; display: inline-block; }

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

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

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

.boutonPlus{
	min-height: 30px;
	border: 1px solid #eec600;
	border-radius: 8px;
	background-color: #000000;
	padding: 8px 16px;
	color: #eec600;
	text-transform: uppercase;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all 0.5s ease;
	margin: 10px 0;
	gap:5px;
}
.boutonPlus.centrer{ left: 50%; transform: translateX(-50%); }
.boutonPlus.negatif{ background-color: #ffffff; color: #000000; border: 1px solid #000000; }
.boutonPlus.clair{ background-color: #000000; border:1px solid #000000; color: #ffffff; }
.boutonPlus.yellow{ background-color: #eec600; border:1px solid #eec600; color: #000000; }
.boutonPlus p{ text-align:center; z-index: 2; }


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

#Haut{
	width: 100%;
	position: relative;
	float: left;
}

.bandSup{
	width: calc(100% - 20px);
	height: 65px;
	border-bottom: 1px solid #eec600;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	z-index: 2;
}
.signatureTop{
	width: 200px;
	position: relative;
}
.signatureTop img{ max-width: 100%; height: auto; display: block; }

.boutMenu{
	width: 40px;
	height: 40px;
	border: 1px solid #eec600;
	padding: 5px;
	border-radius: 8px;
	position: relative;
	float: left
}
.menuDetail{
	width: 100vw;
	max-height: 0;
	background-color: rgba(0,0,0,1);
	/*border-bottom: 1px solid #666666;*/
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 5;
	transition: all 0.4s;
}
.menuDetail.affiche{
	max-height: 600px;
}
.bCloseTop{
	width: 100%;
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #eec600;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	padding: 5px 0;
	position: relative;
}
.iconeCloseTop{
	height: 20px;
	position: relative;
}
.txtCloseTop{
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
.bSimpleTop{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	border-bottom: 1px solid #eec600;
	position: relative;
}
.bSimpleTop.final{ margin-bottom: 10px; }
.txtBTop{
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
.txtBTop.activ{ color: #eec600; }
.bMultiTop{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	flex-direction: column;
	border-bottom: 1px solid #eec600;
	position: relative;
}
.enteteMultiTop{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	position: relative;
}
.ssMenuMultiTop{
	width:100%;
	padding: 5px 0;
	background-color: #333333;
	border-bottom:1px dashed #eec600;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.ssMenuMultiTop.activ{ background-color:#eec600; color: #000000; }
.coordMenu{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	position: relative;
	float: left;
}
.telTop{
	width: 180px ;
	height: 40px;
	background-color: #eec600;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	position: relative;
	float: left;
	z-index: 2;
}
.txtTelTop{
	color: #000000;
	font-weight: bold;
	font-size: 1.3em;
}
.iconeTelTop{ max-height: 30px; width: auto; display: block; }
.boutonRPrincipal{
	width: 40px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.caseRPrincipal{
	width: 30px;
	height: 30px;
	border-radius: 4px;
	background-color: #eec600;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.caseRPrincipal img{ max-height: 75%; width: auto; display: block; }
.bandTop{
	width: 100%;
	height: 300px;
	position: relative;
	float: left;
	border-bottom: 2px solid #eec600;
	z-index: 1;
}
.panoTop{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.logoP{
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: absolute;
	float: left;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.accrocheTop{
	width: calc(100% - 50px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 20px;
	padding: 15px 5px 5px 5px;
	border-radius: 0 0 8px 8px ;
	background-color: #eec600;
}
.accrocheTop p{
	text-align: center;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.1em;
	color: #000000;
}

#Bas{
	width: 100%;
	position: relative;
	float: left;
	margin-top: var(--decalBase);
}
.bandBas{
	width: 100%;
	height: 35px;
	background-color: #eec600;
	color: #000000;
	padding: 5px 0;
	display: flex;
	justify-content: center;
	align-content: center;
	gap:10px;
}
.accrocheReseau{
	font-family: 'River';
	font-size: 2em;
	line-height: 1em;
	color: #000000;
	position: relative;
}
.boutonRBas{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.caseRBas{
	width: 25px;
	height: 25px;
	border-radius: 4px;
	background-color: #000000;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.caseRBas img{ max-height: 75%; width: auto; display: block; }
.ligneCoord{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
}
.iconCoord{
	width: 30px;
	height: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.telBas{ color:#ffffff; font-size: 1.2em; font-weight: bold; }
.emailBas{ color:#ffffff; font-size: 1em; font-weight: normal; }
.adrBas{ color:#ffffff; font-size: 1em; font-weight: normal; }

.listeBas{
	margin: 0;
	padding: 0;
	list-style: none;
}
.listeBas li{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	margin: 8px 0;
}
.listeBas li::before{
	content:'';
	width: 10px;
	height: 10px;
	border: 1px solid #eec600;
	border-radius: 50%;
	position: relative;
}
.copyr{
	width: 100%;
	border-top: 1px solid #eec600;
	position: relative;
	float: left;
	padding: 10px 0;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
}

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

.paraStd{
	width: calc(100% - 20px);
	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;
}
.paraStd.interne{ margin: 0; overflow: inherit; }
.paraFull{
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	float: left;
	clear: both;
	margin: calc(var(--decalBase) * 2) 0;
	overflow: hidden;
}

.paraDef{
	width: 100%;
	color: #ffffff;
	position: relative;
	float: left;
	clear: both;
	margin: calc(var(--decalBase) * 2) 0;
	overflow: hidden;
}
.paraDef::Before{
	content:'';
	width: 100%;
	height: 50px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: relative;
	float: left;
}
.paraDef::After{
	content:'';
	width: 100%;
	height: 30px;
	clip-path: polygon(100% 0, 100% 100%, 50% 5%, 0 100%, 0 0);
	position: relative;
	float: left;
}
.paraDefContenu{
	width: 100%;
	position: relative;
	float: left;
	padding: 20px 0;
}
.paraDef.droite::Before{ clip-path: polygon(0 0, 0% 100%, 100% 100%); }
.paraDef.fdgris::Before, .paraDef.fdgris::After, .paraDefContenu.fdgris{
	background-color: #333333;
}
.paraDef.fdjaune::Before, .paraDef.fdjaune::After, .paraDefContenu.fdjaune{
	background-color: #f0c600;
}
.paraDef.fdblanc::Before, .paraDef.fdblanc::After, .paraDefContenu.fdblanc{
	background-color: #ffffff;
}

.flex100{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	float: left;
	gap:10px;
}
.flex100.col{ flex-direction: column; }
.flex100.start{ justify-content: flex-start; }
.flex100.centrer{ justify-content: center; }
.flex100.mid{ align-items: center; }
.flex100.price{ gap:5px; }

.flex100.gauche34{ justify-content: flex-start; align-items: center; }
.flex100.droite34{ justify-content: flex-end; align-items: center; }

.txt75{
	width: 75%;
	position: relative;
	float: left;
	clear: both;
}
.txt75.centrer{
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
.txt100{
	width: calc(100% - 10px);
	position: relative;
	float: left;
	clear: both;
	margin: 0 5px;
}
.txt100.centrer{ text-align: center; }


/* ACCUEIL ----------------------------------- */
.lotAccRacour{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:10px;
	position: relative;
}
.caseAccRacour{
	width: 90%;
	max-width: 270px;
	aspect-ratio:3/2;
	border: 1px solid #eec600;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
}
.fdAccRacour{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.titreAccRacour{
	min-width: 80px;
	min-height: 30px;
	font-size: 2em;
	line-height: 1.2em;
	font-family: 'River';
	background-color: rgba(0,0,0,0.9);
	border-radius: 8px;
	padding: 5px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.titreAccRacour p{ white-space: nowrap; }
.titreAccRacour p::first-letter{ color:#eec600; }

.paraDef.accPeche{
	margin: 100px 0 calc(var(--decalBase) * 2) 0;
	overflow: visible;
	z-index: 1;
}
.paraDef.accPeche .paraStd{ padding-top: 100px; z-index: 2; }
.paraDef.merPeche{
	margin:0 0 calc(var(--decalBase) * 2) 0;
}
.paraDef.merPeche .paraStd{ padding-top: 0; z-index: 2; }

.ligneAccPeche{
	position: absolute;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap:10px;
	top: 0;
	left: 0;
	transform: translateY(calc(-100% + 70px));
	z-index: 3;
}
.ligneAccPeche.posdroite{ 
	left: auto;
	right: 0;
}
.casePhotoAccPeche{
	width: 160px;
	aspect-ratio:2/3;
	position: relative;
	background-color: #000000;
	border: 1px solid #eec600;
	border-radius: 8px;
	overflow: hidden;
}
.fdPhoto{
	width: 100%;
	height: 100%;
	position:relative;
	float: left;
	z-index: 1;
}
.silhouetteDeco{
	height: calc(100% - 80px);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.silhouetteDeco.droite{ 
	right: 0;
	left: auto;
}

.zoneTemoin{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:5px;
	position: relative;
}
.boutonDiap{
	width:30px;
	height: 30px;
	border-radius:8px;
	background-color: #666666;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flecheDiap{
	width: 50%;
	height: 50%;
	clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
	background-color: #ffffff;
	position: relative;
}
.flecheDiap.avant{ transform: rotate(180deg);}
.groupeTemoin{
	width: calc(100% - 80px);
	position: relative;
	float: left;
	overflow: hidden;
	padding: 10px 0;
}
.blocTemoin{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
	position: relative;
	transform: translateX(-100px);
	opacity: 0;
	transition: all 0.4s;
}
.blocTemoin.active{
	transform: translateX(0);
	opacity: 1;
}
.blocTemoin.depart{
	transform: translateX(100px);
	opacity: 0;
}
.casePhotoTemoin{
	width: 150px;
	aspect-ratio:1/1;
	position: relative;
}
.cadrePhotoTemoin{
	width: 100%;
	height:100%;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #eec600;
	background-color: #222222;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
/*.blocTemoin{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:40px;
	position: relative;
}*/
.ombrePhotoTemoin{
	width: 100%;
	height: 100%;
	border-radius: 8px;
	position: absolute;
	background-color: #eec600;
	top: 5px;
	left: 5px;
	z-index: -1;
}
.infoTemoin{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap:4px;
	position: relative;
}
.etoileTem{
	height: 25px;
	position: relative;
}
.dateTem{
	font-size: 0.9em;
	color: #eec600;
}
.nomTem{
	width: 100%;
	font-size: 0.9em;
	text-align: right;
	font-style: italic;
	color: #eec600;
}

.galeriePhoto{
	width: calc(100% - 10px);
	background-color: #333333;
	position: relative;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap:2px;
	margin-bottom: 20px;
}
.caseGalerie{
	width:calc(95% / 3);
	aspect-ratio:1/1;
	position: relative;
	background-color: #000000;
	overflow: hidden;
}
.caseGalerie img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.4s;
}

/* EN MER -------------------------------------- */

.casePhoto{
	width: calc(100% - 10px);
	max-width: 500px;
	aspect-ratio:4/3;
	position: relative;
	padding: 0 0 5px 0;
}
.casePhoto.long{
	width: calc(100% - 10px);
	aspect-ratio:7/4;
}
.cadrePhoto{
	width: 100%;
	height:calc(100% - 10px);
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #eec600;
	background-color: #222222;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.ombrePhoto{
	width: 100%;
	height: calc(100% - 10px);
	border-radius: 8px;
	position: absolute;
	background-color: #eec600;
	top: 5px;
	left: 5px;
	z-index: -1;
}
.lignePoisson{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:15px 5px;
	flex-wrap: wrap;
	position: relative;
}
.blocPoisson{
	width: 110px;
	position: relative;
	cursor: pointer;
}
.visuPoisson{
	width: 100%;
	height: 110px;
	border-radius: 8px;
	border: 1px solid #eec600;
	position: relative;
	overflow: hidden;
}
.txtPoisson{
	width: calc(100% - 20px);
	background-color: #000000;
	color: #eec600;
	text-align: center;
	padding: 5px 0;
	margin: 0 10px;
	border-bottom: 1px solid #eec600;
	position: relative;
}

.zoneInfoPoisson{
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	position: fixed;
	float: left;
	overflow: hidden;
	top: 0;
	left: -100vw;
	z-index: 5;
	transition: all 0.4s;
}
.zoneInfoPoisson.actif{ left:0; }
.closePoisson{
	width: 100%;
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #eec600;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	padding: 5px 0;
	position: relative;
}
.iconeCloseTop{
	height: 20px;
	position: relative;
	transform: rotate(-90deg);
}
.txtCloseTop{
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

.blocInfoPoisson{
	width: 100%;
	height: calc(100% - 30px);
	display: flex;
	justify-content:flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	float: left;
	margin-top: 30px;
	transition: 0.4s all;
	opacity: 0;
	overflow: auto;
}
.blocInfoPoisson.actif{
	opacity: 1;
}
.detailInfoPoisson{
	width: calc(100% - 20px);
	position: relative;
}
.ligneKey{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap:15px;
	position: relative;
}
.motKey{
	border: 1px solid #eec600;
	border-radius: 8px;
	padding: 10px 15px;
	position: relative;
}
.visuInfoPoisson{
	width: calc(100% - 20px);
	position: relative;
	margin-top: 20px;
}

.lignePeche{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:10px;
	position: relative;
	transform: translateY(-40px);
}
.casePhotoPeche{
	width: 45%;
	aspect-ratio:16/27;
	position: relative;
	background-color: #000000;
	border: 1px solid #eec600;
	border-radius: 8px;
	overflow: hidden;
}
.casePhotoPeche.cgris{ border: 1px solid #333333; }
.casePhotoPeche.cblanc{ border: 1px solid #ffffff; }

.ligneCaract{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 15px 0;
}
.blocCaract{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:5px;
	position: relative;
}
.iconeCaract{
	height: 30px;
	position:relative;
}
.caseTarif{
	width: 120px;
	height: 80px;
	border-radius: 8px;
	border: 1px solid #000000;
	position: relative;
	float: left;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.caseTarif.double{ width: 240px; }
.caseTarif.black{ background-color:#000000; }
.caseTarif.yellow{ background-color:#eec600; border:1px solid #eec600; }
.prix{ font-size: 1.2em; font-weight: bold; }

.visuelAppel{
	width: 100%;
	aspect-ratio:2/1;
	position: relative;
	z-index: 1;
}
.contenuAppel{
	width: 100%;
	background-color: #333333;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 30px 0;
	z-index: 1;
}
.carreDecoTrip{
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background-color: #000000;
	position: absolute;
	z-index: 3;
	top: -20px;
}
.carreDecoTrip.n1{ left: 5%; }
.carreDecoTrip.n2{ left: calc(50% - 15px); }
.carreDecoTrip.n3{ right: 5%; }

/* LACS ------------------------------ */
.visuGite{
	width: 120px;
	height: 120px;
	border-radius: 8px;
	border: 1px solid #eec600;
	position: relative;
	overflow: hidden;
}

/* EQUIP ---------------------------- */
.casePartenaire{
	width: 30%;
	max-width: 200px;
	aspect-ratio:4/3;
	background-color: #ffffff;
	border: 1px solid #eec600;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

/* FAQ ----------------------------- */
.blocFaq{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.questionFaq{
	width: calc(100% - 20px);
	min-height: 30px;
	background-color: #000000;
	border-bottom: 1px solid #eec600;
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:5px;
	cursor: pointer;
}
.numFaq{
	font-family: 'River';
	font-size: 2.5em;
	color: #eec600;
	position: relative;
}
.txtQuestion{
	width: calc(100% - 50px);
	font-size: 1.2em;
	position: relative;
}
.flecheFAQ{
	width: 20px;
	height: 15px;
	background-color: #eec600;
	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: #333333;
	position: relative;
	overflow: hidden;
	transition: all 0.4s;
}
.reponseFaq p{ position: relative; margin:20px; }
.reponseFaq.actif{ max-height:500px; }

/* CONTACT ------------------------------------------ */
.caseContact{
	width: calc(100% - 20px);
	height: 40px;
	border: 1px solid #eec600;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
}
.caseContact.long{ width: calc(100% - 20px); }
.iconeContact{
	height: 30px;
	border: 1px dashed #222222;
	position: relative;
}
.telContact{
	/*width: 100%;*/
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.emailContact{
	/*width: 100%;*/
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
}

.baseInput{
	width: calc(100% - 20px);
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #eec600;
	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 #eec600;
	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 #eec600;
	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: #eec600;
	border: 1px solid #eec600;
	border-radius: 8px;
	font-family: 'Roboto';
	font-size: 1em;
	color:#000000;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	float: left;
	cursor: pointer;
}

.message{
width:350px;
max-width: 90%;
background-color:#333333;
border:1px solid #eec600;
border-radius:8px;
font-size:1em;
color: #ffffff;
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:#eec600;
border-radius:8px;
color:#000000;
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;
}