@font-face {
font-family: 'Source';
src: url('../typo/SourceSansPro-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Source';
src: url('../typo/SourceSansPro-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Calibri';
src: url('../typo/calibri.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}


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

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

h1{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Calibri';
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.2em;
	display: flex;
	align-items: flex-start;
	gap:8px;
}
.letter{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	color: #0e72b5;
}
.txtsoul{ position: relative; }
/*.txtsoul::after{
	content:'';
	width: 100%;
	height: 1px;
	background-color: #0e72b5;
	position: absolute;
	bottom: -2px;
    left: 0;
}*/
.sstitreH1{
	display: inline-block;
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
	color: #71b299;
	margin-bottom: 30px;
	border-top: 1px solid #0e72b5;
}
h2{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Calibri';
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.2;
	display: flex;
	align-items: flex-start;
	gap:8px;
}

h3{
 	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	display: inline-block;
	padding: 0;
	margin: 0 0 10px 0;
}
h3:first-letter{ color: #0e72b5; }

h3.interne{
	width: 100%;
	height: 40px;
	color: #71b299;
	background-image: url("../img/puceH3.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 40px;
	position: relative;
	float: left;
}
h3.interne p{
	background-color: #ffffff;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}

h3.entete{
	height: 40px;
	color: #71b299;
	background-image: url("../img/puceH3.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 40px;
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
h3.entete p{
	white-space: nowrap;
	background-color: #ffffff;
	position: relative;
	float: left;
}
h3.entete p.gris{
	background-color: #eeeeee;;
}

.miniTitre{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.big{ font-size: 1.4em; }
.grand{ font-size: 1.2em; }
.petit{ font-size: 0.9em; }
.mini{ font-size: 0.8em; }
.bleu{ color: #0e72b5; }
.vert{ color: #71b299; }
.noir{ color: #000000; }
.fdBleu{ background-color: #0e72b5; }
.fdVert{ background-color: #71b299; }
.fdGris{ background-color: #eeeeee; }

.lienSimple{ color: inherit; text-decoration: none; }
.centrer{ text-align: center; }

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li{
	margin: 2px 0 2px 5px;
	padding-left: 15px; 
	position: relative;
}
ul li::before {
  content: ''; /* Nécessaire pour créer un élément */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* Centrer la puce verticalement */
  width: 8px; /* Taille de la puce */
  height: 8px; /* Taille de la puce */
  border:1px solid #0e72b5; /* Couleur de la puce */
  border-radius: 50%; /* Forme ronde */
}
ul.plein li::before {
  content: ''; /* Nécessaire pour créer un élément */
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px; /* Taille de la puce */
  height: 10px; /* Taille de la puce */
  background-color: #71b299; /* Couleur de la puce */
  border: 0;
  border-radius: 50%; /* Forme ronde */
}

.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;
}

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

/* BOUTONS -------------------------------- */
.boutonTransparent{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 5;
}
.bQuestion{
	width:245px;
	border-top: 1px solid #000000;
	border-bottom:1px solid #000000;
	display: flex;
	align-items:center;
	justify-content: space-between;
	position: relative;
	float: left;
	margin: 20px 0;
	padding: 5px 0;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
	cursor: pointer;
}
.bQuestion.margeTop{
	margin-top: 60px;
}
.bQuestion.libre{
	left: inherit;
	transform: none;
	margin: 5px 0;
}
.txtbQuestion{
	text-transform: uppercase;
	position: relative;
}
.ligne1{
	font-size: 1.4em;
	color: #0e72b5;
	position: relative;
	float: left;
	transition:0.4s all;
}
.ligne1 .letterine{
	font-size: 1.3em;
	font-weight: bold;
	color: #0e72b5;
}
.ligne2{
	font-size: 1.1em;
	color: #000000;
	margin: 5px 0 0 20px;
	position: relative;
	float: left;
	transition:0.4s all;
}
.imgbQuestion{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0);
	position: relative;
	float: left;
	flex-shrink: 0;
	transition:0.4s all;
}
.imgbQuestion img{
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* IMAGES ------------------------------ */
.imMW{
	max-width: 100%;
	height: auto;
}
.imMW.centre{
	max-width: 100%;
	height: auto;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}
.imMH{
	max-height: 100%;
	width: auto;
}

.cadrePhoto{
	width: 180px;
	height: 180px;
	border: 1px solid #0e72b5;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom:20px;
}
.cadrePhoto.mid{ left: 50%; transform: translateX(-50%); clear: both; }
.cadrePhoto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

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

/* STD --------------------------------- */
#Top{
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.panoMontagne{
	width: 100%;
	height: 140px;
	position: relative;
	float: left;
	background-color: #ffffff;
	background-image: url("img/montagne.webp");
	background-size: contain;
	background-position: center bottom;
	background-repeat: repeat-x;
}
.panoMontagne.interne{ height: 280px; }
.logoP{
	height: 100px;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.logoP img{ max-height: 100%; width: auto; }
.barreMenuTop{
	width: 100%;
	height: 40px;
	background-color: #000000;
	position: relative;
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	z-index: 5;
}
.barreMenuTop.coller{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.bMenuP{
	color: #ffffff;
	font-size: 1.3em;
	position: relative;
	float: left;
	margin-top: 10px;
}
.ssMenu{
	width: 300px;
	height: 100%;
	background-color:#ffffff;
	border-right: 1px solid #000000;
	box-shadow: 0 0 5px #666666;
	position: fixed;
	float: left;
	left:0;
	transform: translateX(-350px);
	z-index: 10;
	transition: all 0.6s;
}
.ssMenu.affiche{
	transform: translateX(0);
}
.bMenuClose{
	width: calc(100% - 20px);
	height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #71b299;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	padding-left: 10px;
	gap:10px;
}
.bMenuClose p{ 
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
	color:#ffffff;
	font-size: 1.2em;
	position: relative;
	float: left;
}
.bMenu{
	width: calc(100% - 20px);
	height: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	position: relative;
	float: left;
	left: 10px;
	/*transform: translateX(-50%);*/
	cursor: pointer;
}
.bMenu p{
	width: 100%;
	font-size: 1.1em;
	white-space: nowrap;
	text-align: left;
	color:#000000;
	position: relative;
	float: left;
}
.sMenu{
	width: calc(100% - 30px);
	background-color: rgba(14,114,181,0.1);
	border-left: 1px dashed #dddddd;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	position: relative;
	float: left;
	padding-left: 5px;
	left: 15px;
}
.sMenu > div{
	width: 100%;
	height: 35px;
	font-size: 1.1em;
	border-bottom: 1px solid #0e72b5;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	float: left;
}

.infoMenu{
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	float: left;
	margin-top: 20px;
	padding: 5px 0;
}
.telMenu{
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	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%); }

.bandeauVisuelPage{
	width: 100%;
	height: 100px;
	position: relative;
	float: left;
	background-color: #71b299;
	overflow: hidden;
	z-index: 1;
}
.visuelTop{
	width: 100%;
	max-width: 500px;
	height: 100%;
	position: absolute;
	float: left;
	right: 0;
	bottom:0;
	z-index: 1;
	overflow: hidden;
}
.visuelTop.qui{
	background: linear-gradient(to right, rgba(113, 178, 153, 1), rgba(113, 178, 153, 0)), 
                url('img/bandeau-qui.webp') center/cover no-repeat;
}
.visuelTop.repar{
	background: linear-gradient(to right, rgba(113, 178, 153, 1), rgba(113, 178, 153, 0)), 
                url('img/bandeau-repar.webp') center/cover no-repeat;
}
.visuelTop.wifi{
	background: linear-gradient(to right, rgba(113, 178, 153, 1), rgba(113, 178, 153, 0)), 
                url('img/bandeau-wifi.webp') center/cover no-repeat;
}
.visuelTop.save{
	background: linear-gradient(to right, rgba(113, 178, 153, 1), rgba(113, 178, 153, 0)), 
                url('img/bandeau-save.webp') center/cover no-repeat;
}
.visuelTop.caisse{
	background: linear-gradient(to right, rgba(113, 178, 153, 1), rgba(113, 178, 153, 0)), 
                url('img/bandeau-caisse.webp') center/cover no-repeat;
}
.visuelTop.supervi{
	background: linear-gradient(to right, rgba(113, 178, 153, 1), rgba(113, 178, 153, 0)), 
                url('img/bandeau-assist.webp') center/cover no-repeat;
}
.visuelTop.contrat{
	background: linear-gradient(to right, rgba(113, 178, 153, 1), rgba(113, 178, 153, 0)), 
                url('img/bandeau-contrat.webp') center/cover no-repeat;
}
.visuelTop.logEbp{
	background: linear-gradient(to right, rgba(113, 178, 153, 1), rgba(113, 178, 153, 0)), 
                url('img/bandeau-logebp.webp') center/cover no-repeat;
}
.visuelTop.log365{
	background: linear-gradient(to right, rgba(113, 178, 153, 1), rgba(113, 178, 153, 0)), 
                url('img/bandeau-office365.webp') center/cover no-repeat;
}
.visuelTop.formEbp{
	background: linear-gradient(to right, rgba(113, 178, 153, 1), rgba(113, 178, 153, 0)), 
                url('img/bandeau-formation.webp') center/cover no-repeat;
}
.visuelTop.contact{
	background: linear-gradient(to right, rgba(113, 178, 153, 1), rgba(113, 178, 153, 0)), 
                url('img/bandeau-contact.webp') center/cover no-repeat;
}

#Bas{
	width: 100%;
	position: relative;
	float: left;
	/*margin-top: 60px;*/
}
.bandFoot{
	width: 100%;
	height: 80px;
	position: relative;
	float: left;
	overflow: hidden;
}
.bandFoot.haut .traitDeco{
	width: 100%;
	height: 50px;
	background-image: url("img/montagneBas.jpg");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: contain;
	position: absolute;
	float: left;
	bottom: 0;
	border-bottom: 1px solid #71b299;
}
.bandFoot.bas{
	height:10px;
	border-top:1px solid #71b299;
	display: flex;
	justify-content: center;
}
.zoneInfoReseau{
	width: 100%;
	position: relative;
	float: left;
	margin: 20px 0;
}
.flexLogo{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.logo100{ width: 100%; text-align: center; }
.logo30{ width:30%; text-align: center; }
.txtInfoReseau{
	width: calc(100% - 20px);
	font-size: 0.9em;
	position: relative;
	float: left;
	left: 10px;
}
.zoneCoordBas{
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	position: relative;
	float: left;
	padding: 30px 0;
}
.contenuCoordBas{
	width: calc(100% - 20px);
	max-width: 1480px;
	position: relative;
	float: left;
	padding: 0 10px;
}
.flexCoord{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	position: relative;
	float: left;
	margin: 10px 0;
}
.txtTel{
	font-size: 1.4em;
	font-weight: bold;
}
.txtEmail{
	font-size: 1em;
	font-weight: bold;
}
.txtAdresse{ text-align: right; }

.zoneServiceBas{
	width: 100%;
	background-color: #71b299;
	color: #ffffff;
	position: relative;
	float: left;
	padding: 15px 0;
	overflow: hidden;
}
.contenuServiceBas{
	width: calc(100% - 20px);
	position: relative;
	float: left;
	padding: 0 10px;
}
.listeService{
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.5em;
	/*column-count: 4;*/
	position: relative;
	float: left;
}
.ligneCopyr{
	width: calc(100% - 20px);
	font-size: 0.9em;
	color: #71b299;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	margin: 10px 0;
	padding: 0 10px;
}

/* BASE PAGE ------------------------------------ */
.paraStd{
	width: calc(100% - 20px);
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.paraFull{
	width: calc(100% - 20px);
	position: relative;
	float: left;
	clear: both;
	padding: 30px 10px;
	margin-bottom: 40px;
	overflow: hidden;
}

.col100{
	width: 100%;
	position: relative;
	float: left;
}
.col100.ligne{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 10px 0;
	padding: 10px 0;
}

.flexMiddle{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	float: left;
}
.flexTitre{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
	gap:15px;
}
.txtTitre{
	font-size: 1.3em;
	line-height: 1em;
	color: #71b299;
	text-transform: uppercase;
}

/* ACCUEIL ------------------------------------ */
.caseAcc{
	width: calc(100% - 10px);
	min-height: 100px;
	border: 1px solid #999999;
	box-sizing: border-box;
	box-shadow: 0 0 5px #999999;
	position: relative;
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px;
	margin: 0 0 10px 0;
}
.visuCaseAcc{
	width:100px;
	position: relative;
	float: left;
	margin: 10px 0;
}
.visuCaseAcc img{ max-width: 100%; height: auto; }
.infoCaseAcc{
	width:calc(100% - 10px);
	text-align: left;
	position: relative;
	float: left;
	border-left: 1px solid #cccccc;
	padding-left: 5px;
}
.titreCase{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #71b299;
	position: relative;
	float: left;
	margin-bottom: 5px;
}

/* Animation Acc ---------- */
.colAnim{
	width:100%;
	height: 200px;
	position: relative;
	float: left;
	margin: 20px 0;
	overflow: hidden;
}
#OldLogo{
	width: 100%;
	max-width: 650px;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-name: animOld;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}
#NwLogo{
	width: 100%;
	max-width: 650px;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-name: animNw;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}
#TxtAnim{
	width: 100%;
	font-size: 3em;
	font-weight: bold;
	color:#71b299;
	text-align: center;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-name: animTxt;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}

@keyframes animOld{
	from,10%{ opacity:1; transform: translate(-50%, -50%) scale(1);  }
	25%,85%{ 
		opacity:0; 
		transform: translate(-50%, 40%) scale(0.5);
	}
	86%{ opacity:0; transform: translate(-50%, -100%) scale(0.5); }
	to{ opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes animTxt{
	from,15%{ opacity:0; transform: translateX(150%);  }
	25%,30%{ 
		opacity:1; 
		transform: translateX(-50%);
	}
	45%{ opacity:0; transform: translateX(-150%); }
	46%,to{ opacity: 0; transform: translateX(150%); }
}
@keyframes animNw{
	from,32%{ opacity:0; transform: translate(-50%, -30%) scale(0.5);  }
	42%,80%{ 
		opacity:1; transform: translate(-50%, -50%) scale(1);
	}
	90%{ opacity:0; transform: translate(-50%, -60%) scale(0.5); }
	91%,to{ opacity: 0; transform: translate(-50%, -30%) scale(0.5); }
}

/* SERVICES -------------------------------- */

.ensembleTheme{
	width: 100%;
	position: relative;
	float: left;
}
.ligneTheme{
	width: calc(100% - 60px);
	background-color: #ffffff;
	box-shadow: 0 0 5px #cccccc;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	float: left;
	left: 20px;
	padding: 10px;
	z-index: 2;
}
.blocTheme{
	width:100%;
	position: relative;
	float: left;
}
.barreSuivi{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: calc(100% - 85px); /* hauteur moins la dernière puce */
    background-color: #ddd;
}
.barreSuivi.colonne50{
	left: 15px;
	transform: none;
	height: 100%;
	z-index: 1;
}
.barreSuivi .fill {
    width: 100%;
    height: 0;
    background-color: #71b299; /* Couleur de remplissage */
    transition: height 0.1s linear;
}
.separTheme{
	width: 100%;
	height: 100px;
	background-image: url("../img/puceH3.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: relative;
	float: left;
	margin: 40px 0;
	z-index: 2;
}
.puceTheme{
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #71b299;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.puceTheme.passee{
	width: 30px;
	height: 30px;
}


/* CONTRAT -------------------------------------------- */

.ligneBulle{
	width: calc(100% - 2px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	padding:0 1px;
	gap:10px;
	z-index: 2;
}
.zoneBulle{
	width: calc(100% - 50px);
	position: relative;
	float: left;
}
.bulleTxt{
	width: calc(100% - 60px);
	min-height: 80px;
	position: relative;
	float: left;
    background-color: #ffffff;
    padding: 20px 40px 20px 20px;
    border-radius: 8px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	z-index: 1;

    /* Découpe pour la pointe partielle */
    clip-path: polygon(0 0, calc(100% - 20px) 0, calc(100% - 20px) calc(50% - 25px), 100% 50%, calc(100% - 20px) calc(50% + 25px), calc(100% - 20px) 100%, 0 100%);
}
.bulleOmbre{
	content:'';
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	position: absolute;
	float: left;
    background-color: #bbbbbb;
    top: -1px;
	left: -1px;
    border-radius: 8px;
	z-index: -1;

    /* Découpe pour la pointe partielle */
    clip-path: polygon(0 0, calc(100% - 20px) 0, calc(100% - 20px) calc(50% - 25px), 100% 50%, calc(100% - 20px) calc(50% + 25px), calc(100% - 20px) 100%, 0 100%);
	/*clip-path: polygon(0 0, calc(100% - 20px) 0, calc(100% - 20px) 40%, 100% 50%, calc(100% - 20px) 60%, calc(100% - 20px) 100%, 0 100%);*/
}
.numBulle{
	width: 30px;
	height: 30px;
	position: relative;
	float: left;
	border-radius: 50%;
	border:2px solid #71b299;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #0e72b5;
}

.zoneBulle.droite .bulleTxt{
	padding: 20px 20px 20px 40px;
	/* Découpe pour la pointe partielle */
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 20px calc(50% - 25px), 0 50%, 20px calc(50% + 25px));
}
.zoneBulle.droite .bulleOmbre{
	/* Découpe pour la pointe partielle */
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 20px calc(50% - 25px), 0 50%, 20px calc(50% + 25px));
}

.flexFormation{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	float: left;
	gap:10px;
}

/* EBP ------------------------------ */
.flexRaccourci{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.caseRaccourci{
	width: 150px;
	height: 150px;
	border: 1px solid #999999;
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 10px;
}
.visuRaccourci{
	width: 100%;
	height: calc(100% - 40px);
	position: relative;
	float: left;
}
.visuRaccourci img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transition: all 0.4s;
}
.bandRaccourci{
	width: 100%;
	height: 40px;
	background-color: #ffffff;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nomRaccourci{
	font-size: 1em;
	white-space: nowrap;
	color: #71b299;
	position: relative;
	float: left;
	z-index: 2;
}
.bandCouleurRaccourci{
	width: 100%;
	height: 0;
	background-color:#71b299; 
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.2s;
}

/* 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 #71b299;
	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;
}
.flexAdresse{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
	gap:10px;
	position: relative;
	float: left;
	padding: 10px 0;
}
.caseAdresse{
	width: calc(100% - 40px);
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 5px #666666;
	padding: 10px;
	position: relative;
	float: left;
}

.chpStdFull{
	width: calc(100% - 22px);
	/*height: 30px;*/
	color: #000000;
	font-family: 'Roboto';
	font-size: 1em;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #0e72b5;
	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 #0e72b5;
	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 #0e72b5;
	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 #0e72b5;
	border-radius: 8px;
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	background-color:#0e72b5; 
	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;
}

.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:#71b299;
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;
}
