@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-face {
font-family: 'Roboto';
src: url('../typo/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'BradHand';
src: url('../typo/BradHand.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

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

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

p, div{ margin: 0; padding: 0; }

h1{
	width:100%;
	margin: 10px 0 20px 0;
	font-size: 2.1em;
	display: inline-block;
	padding: 0 5px 0 0;
	color: #00b3b5;
	font-family: "BradHand";
	font-weight: normal;
}
.titreh1{
	width:100%;
	margin: 0 0 10px 0;
	font-size: 2.1em;
	display: inline-block;
	padding: 0 5px 0 0;
	color: #00b3b5;
	font-family: "BradHand";
	font-weight: normal;
}

h2{
	width:100%;
	/*line-height: 55px;*/
	vertical-align: middle;
	font-size: 2.1em;
	color: #00b3b5;
	font-family: "BradHand";
	font-weight: normal;
	margin: 10px 0 20px 0; 
}
h2:before{
	content: url("img/puceH2.png");
	position: relative;
	float: left;
	margin-right: 10px;
}

.solganFond{
	font-size: 2em;
	font-weight: bold;
	color: rgba(0,0,0,0.4);
}

.grandTxt{ font-size: 1.4em; }
.lienStd{
	color: #000000;
	text-decoration: none;
}
.lienBleu{
	color: #00b3b5;
	text-decoration: none;
}

.sloganPrincipal{
	display: inline-block;
	font-size: 1.8em;
	font-weight: bold;
	color: #e3e3e3;
	margin-top: 20px;
}

.bleu{ color:#00b3b5; }
.noir{ color: #000000; }

ul.std{
	margin: 0;
	padding: 0;
}
ul.std li{
	padding: 5px 0;
	list-style: none;
	margin-left: 5px;
}
ul.std li:before{
	content:"";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #00b3b5;
	position: relative;
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.titreH1{
	width:100%;
	margin: 0 0 20px 0;
	font-size: 2.2em;
	line-height: 1em;
	display: inline-block;
	padding: 0 5px 0 0;
	color: #00b3b5;
	font-family: "BradHand";
	font-weight: normal;
}
.titreH1:before{ display: none; }

.legende{ font-size: 0.8em; }

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

#BarrePrincipale{
	width:40px;
	height: 100%;
	background-color: #00b3b5;
	position: fixed;
	float: left;
	z-index: 5;
}
#BarreBase{
	width:100%;
	height: 100%;
	position: relative;
	float: left;
}
#BMenuP{
	width:40px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	position: relative;
	float: left;
	margin-top: 20px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	z-index:4;
}
#ZoneEtapeMenu{
	width: 200%;
	height: 35px;
	position: relative;
	float: left;
	transition: .2s all;
	left: 0;
}
#ZoneEtapeMenu.glisse{
	left: -100%;
}

.menuEtape{
	width:40px;
	height: 100%;
	position: relative;
	float: left;
}
.menuEtape.open{ font-size:1em; font-weight: bold;}
.menuEtape.close{ font-size:0.8em; }

.piedBarre{
	width: 100%;
	height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	float: left;
	bottom: 0;
}

#MenuP{
	width:200px;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 5px 0 20px #666666;
	position: fixed;
	float: left;
	top: 0;
	left: -200px;
	z-index: 4;
	transition: .6s all;
}
#MenuP.activ{
	left: 40px;
}

.titreMenu{
	width:100%;
	font-size: 1.4em;
	position: relative;
	float: left;
	margin: 10px 0 20px 0;
}
.titreMenu p{ width:auto; display: inline-block; position: relative; float: left; left: 50%; transform: translateX(-50%); }
.titreMenu .bigNom{ font-size: 1.3em; color:#00b3b5; }

.listeMenu{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 40px;
}
ul.lMenu{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.lMenu li{
	width:calc(100% - 50px);
	border-bottom: 1px solid #cccccc;
	font-size: 1.4em;
	color: #000000;
	text-decoration: none;
	/*text-transform: uppercase;*/
	padding: 10px 0;
	margin-left: 30px;
	position: relative;
	float: left;
}
ul.lMenu li:before{
	content:url("../img/iconeListe.jpg");
	position: relative;
	float: left;
	margin-left: -20px;
	opacity: 0;
}
ul.lMenu li.activ{
	color: #00b3b5;
}
ul.lMenu li.activ:before{
	opacity: 1;
}

.bReserverP{
	width:calc(100% - 50px);
	padding: 10px 0;
	font-size: 1.4em;
	color: #00b3b5;
	text-align: center;
	border: 1px solid #00b3b5;
	position: relative;
	float: left;
	margin-left: 30px;
	cursor: pointer;
}


#EntetePage{
width:calc(100% - 44px);
position: relative;
float: left;
top: 0;
left: 44px;
margin-bottom: 4px;
overflow: hidden;
}
.bandeauCoordTop{
	width: 100%;
	height: 100px;
	font-size: 1.4em;
	color: #00b3b5;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logoP{
	width:50%;
	max-width: 230px;
	max-height: 100px;
	position: relative;
	float: left;
	text-align: center;
}
.logoP img{ max-height: 100%; max-width: 100%; }
.coordHaut{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	position: relative;
	float: left;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #00b3b5;
	border-top: 1px solid #00b3b5;
}
.coordHaut img{ vertical-align: middle; max-height: 100%; }

.nomPage{
	width: 100%;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	color: #00b3b5;
	position: relative;
	float: left;
	z-index: 2;
}

#Bas{
	width:calc(100% - 40px);
	left: 40px;
	position: relative;
	float: left;
	margin-top: 60px;
}
.colLogoBas{
	width: 100%;
	text-align: center;
	position: relative;
	float:left;
}
.colCarte{
	width:100%;
	position: relative;
	float: right;
}
.txtCarteRegion{
	width:100%;
	text-align: center;
	font-size: 1.8em;
	font-family: "BradHand";
	position: relative;
	float: left;
}
.carteRegion{
	width:100%;
	position: relative;
	float: left;
}
.zoneVague{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 10px;
	z-index: 2;
}
.zoneMenuBas{
	width: 100%;
	background-color: #00b3b5;
	position: relative;
	float: left;
	padding: 10px 0;
	z-index: 2;
}
.boutonMenuBas{
	color: #000000;
	text-decoration: none;
	position: relative;
	float:left;
	margin: 0 20px;
}
.boutonMenuBas a{ color: #000000; text-decoration: none; }
.boutonMenuBas.droite{
	float: right;
}
.ligneCopyr{
	width: 100%;
	padding: 15px 0;
	color: #00b3b5;
	font-size: 0.9em;
	text-align: center;
	position: relative;
	float: left;
	border-bottom: 1px solid #00b3b5;
	margin-bottom: 10px;
}



.pageStd{
width:calc(100% - 44px);
position: relative;
float: left;
top: 0;
left: 44px;
padding: 0 0 20px 0;
overflow: hidden;
}

.flexStd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
}
.flexStd.retour{ flex-wrap: wrap; }
.flexTop{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	float: left;
}

.col100{
	width:calc(100% - 40px);
	position: relative;
	float: left;
	margin: 20px;
}
.col50{
	width: calc(50% - 40px);
	position: relative;
	float: left;
	margin: 0 20px 20px 20px;
}

.col100.ssmarge{ 
	width: 100%;
	margin: 0; 
}
.col50.ssmarge{
	width: 50%;
	margin: 0;
}

.separateur{
	width: 100%;
	height: calc(100vw * 0.11);
	position: relative;
	float: left;
	background-image: url("../img/separateur.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin: 20px 0 40px 0;
}
.separateur.gauche{ transform: scaleX(-1); }



/* PHOTO ----------------------------- */
.grillePhoto{
	width:100%;
	height: calc(100vw * 0.60);
	position: relative;
	float: left;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: repeat(3, 1fr);
	grid-gap:4px;
}
.caseGrandePhoto{
	grid-row-start: 1;
	grid-row-end: span 3;
	/*background-color: #cccccc;*/
	overflow: hidden;
	position: relative;
	float: left;
}
.casePetitePhoto{
	grid-row-start: 1;
	grid-row-end: span 2;
	/*background-color: #333333;*/
	overflow: hidden;
	position: relative;
	float: left;
}
.caseVidePhoto{
	grid-row-start: 3;
	grid-row-end: span 1;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	float: left;
}

.imgFond{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.photoCarre{
width: 100%;
padding-top: 100%;
position: relative;
float: left;
overflow: hidden;
}
.photoCarre.larg50{
width: 50%;
padding-top: 50%;	
	border: 1px solid red;
}
.photoCarre.larg33{
width: 33%;
padding-top: 33%;	
}
.photoCarre img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.imgMW{
	max-width: 100%;
}

.ligneGalerie{
	width: calc(100% - 5px);
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.caseGalerie{
	width:calc(33% - 8px);
	padding-top: calc(33% - 8px);
	position: relative;
	float:left;
	margin: 4px;
	box-sizing: border-box;
	transition: .4s all;
}
.photoCase{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
}
.photoCase img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* BOUTON ------------------------------- */
.boutonPage{
	/*width:250px;*/
	font-size: 1.2em;
	color: #00b3b5;
	text-decoration: none;
	white-space: nowrap;
	line-height: normal;
	border-top:1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s all;
	position: relative;
	float: left;
	cursor: pointer;
}
.boutonPage.negatif{ color: #ffffff; }
.flecheBoutonPage{
	margin-right: 15px;
	transition: .4s all;
}
.boutonPage.centreLien{
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	clear: both;
}
.boutonPage.centreLienH{
	position: absolute;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}

/* PROMO ------------------------------ */
.promoOffre{
	width: 75%;
	padding: 5px;
	border: 1px solid #00b3b5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.photoPromo{
	width: calc(100% - 20px);
	position: relative;
	float: left;
}

/* ACCUEIL ------------------------------- */
.triptycAcc{
	width: 100%;
	height: calc(100vh - 100px);
	display: grid;
	grid-template-rows: 55% 15% 15% 15%;
	row-gap: 2px;
	position: relative;
	float: left;
}
.photoP{
	background-image: url("img/entete/accueil1-2022.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	float: left;
}
.acces1{
	background-image: url("img/entete/accueil2-2022.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	float: left;
}
.acces2{
	background-image: url("img/entete/accueil3-2022.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	float: left;
}
.acces3{
	background-image: url("img/entete/accueil4-2022.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	float: left;
}
.trameNoir{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.rondCoin{
	width: 60px;
	height: 60px;
	background-color: #00b3b5;
	clip-path: circle(50% at 50% 50%);
	position: absolute;
	float: left;
	top:100%;
	left: 0;
	transform: translate(-50%,-50%);
}
.titreCaseAccueil{
	width: 100%;
	text-align: center;
	color: #ffffff;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s all 0.1s;
}
.titreCaseAccueil .sstitre{
	font-family:"BradHand";
	font-size: 1.8em;
}

/* SERVICE --------------------------------------------------- */
.blocMEA{
	width: auto;
	max-width: calc(100% - 22px);
	padding: 10px;
	border: 1px dashed #00b3b5;
	border-radius: 8px;
	background-color: rgba(0,179,181,0.1);
	position: relative;
	float: left;
}
.blocMEA .titre{
	font-size: 2em;
	font-family: "BradHand";
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px solid #00b3b5;
	margin: 5px 0 15px 0;
	transform: rotateZ(-5deg);
}

/* HEBERGEMENT ------------------------ */
.colPhotoHeb{
	width: 100%;
	position: relative;
	float: left;
	margin: 20px 0 0 0;
}
.photoHebPrincipale{
	width:100%;
	padding-top: calc(100% * 0.6);
	background-color:#dedede;
	position: relative;
	float: left;
	overflow: hidden;
}
.photoHebPrincipale img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.photoHebMini{
	width:calc(33% - 8px);
	padding-top: calc(33% - 8px);
	background-color:#dedede;
	margin: 8px 4px 10px 4px;
	position: relative;
	float: left;
	overflow: hidden;
}
.photoHebMini img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fdSilhouette{
	width:calc(100% - 40px);
	position: relative;
	float: left;
	margin: 20px;
}
.caseIcone{
	width:79px;
	height: 79px;
	border: 1px solid #00b3b5;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgIcone{
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
	margin-top:10px;
}
.legendeIcone{
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	position: relative;
	float: left;
}
.caseBoutonHeb{
	width:100%;
	position: relative;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.casePlan{
	width:calc(100% - 10px);
	max-width: 140px;
	height: 43px;
	background-color: #000000;
	color: #ffffff;
	text-decoration:none;
	line-height: 43px;
	vertical-align: middle;
	position: relative;
	float: left;
	margin-bottom: 4px;
	padding: 0 5px;
}
.casePlan a{ color: #ffffff; text-decoration: none; }
.casePlan img{ max-height: 100%; vertical-align: middle;}
.caseInventaire{
	width:calc(100% - 10px);
	max-width: 140px;
	height: 43px;
	background-color: #00b3b5;
	color: #ffffff;
	text-decoration:none;
	line-height: 43px;
	vertical-align: middle;
	position: relative;
	float: left;
	padding: 0 5px;
}
.caseInventaire a{ color: #ffffff; text-decoration: none; }
.caseInventaire img{ max-height: 100%; vertical-align: middle;}
.colTxtHeb{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 20px;
}
.boutonHeb{
	width:100%;
	position: relative;
	float: left;
	margin: 20px 0 0 0;
	z-index: 2;
}

/* TARIFS --------------------------------- */
.tableauTarif {
	width: 95%;
	max-width: 750px;
	background-color: #00b3b5;
	padding: 10px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}

.grilleTarif {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
}
.caseEntete {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff; 
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}
.caseDate {
	grid-column: span 2;
	background-color: #ffffff;
	color: #00b3b5;
	padding: 5px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Légère ombre pour l'effet visuel */
}
.caseStd {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff; 
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Légère ombre pour l'effet visuel */
}

/* TARIF OLD ---------------------------------- */
.colTarifHeb{
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
	background-color: #e5e5e5;
	padding: 10px 0;
	margin-bottom: 0;
}
.colTarifHeb h1{
	margin-bottom: 10px;
}
/*.ligneSep{
	width: 50%;
	height: 1px;
	background-color: #000000;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0;
	clear: both;
}
.titreTab{
	width:100%;
	text-align: center;
	position: relative;
	float: left;
}
.tabTarif{
	padding: 10px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	float:left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
}
.caseTab{
	width: 80px;
	background-color: #00b3b5;
	position: relative;
	float: left;
	margin: 8px 0;
	padding: 0 3px;
}
.dateTarif{
	width: 100%;
	color: #000000;
	font-size: 0.9em;
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 4px;
	padding: 6px 0;
}
.prixTarif{
	width: calc(100% - 12px);
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	position: relative;
	float: left;
	padding: 6px 0;
	margin-bottom: 6px;
	left: 50%;
	transform: translateX(-50%);
}
*/

/* ACTIVITES ------------------------- */
.flexAcces{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap:10px;
	position: relative;
	float: left;
}
.caseAcces{
	width: 200px;
	height: 60px;
	border: 1px solid #00b3b5;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 2px;
}
.caseAcces p{
	width: 100%;
	text-align: center;
}
.boutonTransparent{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 2;
}

.blocActiv{
	width: calc(100% - 22px);
	padding: 10px;
	border: 1px dashed #00b3b5;
	border-radius: 8px;
	background-color: rgba(0,179,181,0.1);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.blocActiv.pair{
	border: 1px dashed #00b3b5;
	background-color: #ffffff;
}
.blocActiv .titre{
	font-size: 2em;
	font-family: "BradHand";
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px solid #00b3b5;
	margin: 5px 0 15px 0;
	transform: rotateZ(-5deg);
}
.txtActiv{
	width: 100%;
	position: relative;
	float: left;
}
.photoActiv{
	width: 90px;
	aspect-ratio:2/3;
	border: 1px solid #000000;
	border-radius: 8px;
	position: relative;
	float: left;
	overflow: hidden;
}
.photoActiv img{
	max-width: 100%;
	height: auto;
	display: block;
}

/* ALENTOURS ------------------------- */
.casePart{
	width:100px;
	height: auto;
	position: relative;
	float: left;
	margin: 5px;
}
.caseLogoPart{
	width: 100%;
	height: 100px;
	background-color: #dfdfdf;
	position: relative;
	float: left;
}
.legendePart{
	width:100%;
	font-size: 0.9em;
	text-align: center;
	position: relative;
	float: left;
}

/* CONTACT ---------------------------- */
.chp100{
	width:calc(100% - 60px);
	max-width:500px;
	padding: 0 20px;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #00b3b5;;
	margin: 10px;
	color: #000000;
	font-family: 'Arial';
	font-size: 1em; 
	position: relative;
	float: left;
}
.chp100::placeholder{ color:#666666; }
.chpAr100{
	width:calc(100% - 60px);
	max-width:500px;
	padding: 0 20px;
	height: 160px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #00b3b5;;
	margin: 10px;
	color: #000000;
	font-family: 'Arial';
	font-size: 1em; 
	position: relative;
	float: left;
}
.chpAr100::placeholder{ color:#666666; }
.formLigne{
	width:calc(100% - 20px);
	margin: 10px;
	position: relative;
	float: left;
}
.chpMini{
	width:40px;
	padding: 0 20px;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #00b3b5;;
	margin: 10px;
	color: #000000;
	font-family: 'Arial';
	font-size: 1em; 
}
.chpSub{
	width: auto;
	height: 30px;
	font-size: 1em;
	text-align: center;
	color: #ffffff;
	border-radius: 15px;
	display: inline-block;
	background-color: #00b3b5;;
	border: 1px solid #ffffff;
	padding: 0 40px;
	margin: 10px 0;
	cursor: pointer;
	position: relative;
	float: left;
}

.message{
width:350px;
max-width: 90%;
background-color:#00b3b5;;
border:1px solid #faa11a;
border-radius:8px;
font-size:1em;
color: #ffffff;
text-align:center;
height:auto;
padding:15px 4px 4px 4px;
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%);
z-index:11;
overflow:auto;
}
.closeF{
width:100px;
background-color:#faa11a;
border-radius:0 8px 0 8px;
color:#FFFFFF;
font-size:0.9em;
text-align:center;
line-height:25px;
vertical-align:middle;
position:absolute;
float:left;
padding: 4px;
top:0;
left: 50%;
transform: translateX(-50%);
}
.closeF a{
color:#FFFFFF;
text-decoration:none;
}
