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

@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: 17px;
	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: 2em;
	line-height: 1.2;
	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.4em;
	line-height: 1;
	text-transform: uppercase;
	color: #71b299;
	margin-bottom: 30px;
}
h2{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Calibri';
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1.2;
	display: flex;
	align-items: flex-start;
	gap:8px;
}

h3{
 	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	display: inline-block;
	padding: 0;
	margin: 0 0 20px 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: 20px;
	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; }

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

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

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

/* 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;
}
.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%);
}
.fdbQuestion{
	width: 100%;
	height: 0;
	background-color: #71b299;
	opacity: 0.8;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	transition:0.4s all;
}
.bQuestion:hover .ligne1{
	color: #ffffff;
	margin-left: 15px;
}
.bQuestion:hover .ligne2{
	margin-left: 2px;
}
.bQuestion:hover .fdbQuestion{
	height: 100%;
}
.bQuestion:hover .imgbQuestion{
	background-color: rgba(255,255,255,1);
}

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

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

.cadrePhoto{
	width: 300px;
	height: 300px;
	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%;
}

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

#Top{
width: 100%;
position: relative;
float: left;
margin-bottom: 80px;
}
.barreSup{
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	float: left;
	border-bottom: 1px solid #71b299;
}
.menuContact{
	width: 100%;
	max-width: 1300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
}
.blocReseau{
	width: 70px;
	display: flex;
	justify-content: space-between;
	position: relative;
	float: left;
	margin-left: 5px;
}
.blocTel{
	width: 250px;
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	position: relative;
	float: left;
	margin-right: 5px;
}
.telTop{
	text-align: center;
	color: #71b299;
	font-size: 1.8em;
	position: relative;
	float: left;
}
.emailTop{ margin-left: 10px; }
.panoMontagne{
	width: 100%;
	height: 375px;
	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: 250px;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.logoP img{ max-height: 100%; width: auto; }
.barreMenuTop{
	width: 100%;
	height: 50px;
	background-color: #000000;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:20px;
	z-index: 5;
}
.barreMenuTop.coller{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
.menuTop{
	width: 100%;
	max-width: 800px;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:20px;
}
.bMenuTop{
	width: auto;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 10px;
	position: relative;
	float: left;
	cursor: pointer;
}
.bMenuTop p{
	width: 100%;
	white-space: nowrap;
	text-align: center;
	color:#ffffff;
	text-decoration: none;
	font-size: 1.2em;
	position: relative;
	float: left;
}
.bMenuTop p.actif{ color: #71b299; }
.ssMenu{
	min-width: 100%;
	display: flex;
    flex-direction: column;
	align-items: center;
	background-color: #71b299;
	position: absolute;
	float: left;
	padding: 0;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.4s all;
	overflow: hidden;
	max-height: 0; /* Hauteur initiale : 0 pour masquer */
	z-index: 1;
}
.bSsMenu{
	width: 100%;
	min-height: 30px;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0;
	padding: 0 10px;
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	clear: both;
}
.bSsMenu .txtBout{
	width: 100%;
	color:#ffffff;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	z-index: 2;
	transition:0.4s all;
}
.barreMenu{
	width: 0;
	height: 100%;
	background-color: rgba(255,255,255,1);
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	transition: all 0.4s;
	z-index: 1;
}
.bSsMenu:hover .barreMenu{ width:100%; }
.bSsMenu:hover .txtBout{ color:#71b299; }
.bSsMenu.actif .barreMenu{ width:100%; }
.bSsMenu.actif .txtBout{ color:#71b299; }

.bMenuTop:hover .ssMenu{
	max-height: 400px;
	border: 1px solid #4e8c74;
	box-shadow: 0 0 5px #666666;
	z-index: 2;
}
.bandeauVisuelPage{
	width: 100%;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:10px;
	position: relative;
	float: left;
	background-color: #71b299;
	color: #ffffff;
	overflow: hidden;
	z-index: 1;
}
.bandeauVisuelPage.coller{
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 19;
}
.sousMenuPage{
	width: 500px;
	position: relative;
	float: left;
	z-index: 2;
	margin-top: 10px;
}
.enteteSsMenuPage{
	width: 100%;
	height: 20px;
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
	float: left;
	padding: 5px;
	margin-bottom: 5px;
	clear: both;
}
.listeSsMenu{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	float: left;
}
.colSsMenu{
	width: 230px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	position: relative;
	float: left;
	gap:5px;
}
.boutonSsMenu{
	font-size: 1.1em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	float: left;
	gap:5px;
}
.puceSsBouton{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	position: relative;
	float: left;
	overflow: hidden;
}
.rempliSsBouton{
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color:#ffffff;
	position:absolute;
	float: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.rempliSsBouton.actif{
	width: 20px;
	height: 20px;
}
.boutonSsMenu:hover .rempliSsBouton{
	width: 20px;
	height: 20px;
}
.bandSloganPage{
	width: 500px;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;
}
.sloganTop{
	max-width: 50%;
	font-size: 2.2em;
	line-height: 1.3em;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-100%, -50%);
	z-index: 4;
}
.visuelTop{
	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;*/
}
.cercleDecoBas{
	width: 165px;
	height: 165px;
	border-radius: 50%;
	border: 1px solid #0e72b5;
	background-color: #ffffff;
	position: absolute;
	float: left;
	z-index: 2;
}
.bandFoot{
	width: 100%;
	height: 80px;
	position: relative;
	float: left;
	overflow: hidden;
}
.bandFoot.haut .traitDeco{
	width: 100%;
	height: 65px;
	background-image: url("img/montagneBas.jpg");
	background-repeat: repeat-x;
	background-position: left center;
	position: absolute;
	float: left;
	bottom: 0;
	border-bottom: 1px solid #71b299;
}
.bandFoot.bas{
	border-top:1px solid #71b299;
	display: flex;
	justify-content: center;
}
.bandFoot.bas .cercleDecoBas{
	left: 50%;
	margin-left: 750px;
	transform: translateX(-100%);
	bottom: 1px;
}
.zoneInfoReseau{
	width: calc(100% - 20px);
	max-width: 1480px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0;
}
.flexLogo{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	float: left;
}
.logo100{ width: 100%; text-align: center; }
.logo30{ width:30%; text-align: center; }

.zoneAny{
	width: 400px;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.visuAny{
	max-width: 230px;
	position: relative;
	float: left;
}
.visuAny img{ max-width: 100%; height: auto; }
.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;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	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.6em;
	font-weight: bold;
}
.txtEmail{
	font-size: 1.2em;
	font-weight: bold;
}
.txtAdresse{ text-align: right; }

.zoneServiceBas{
	width: 100%;
	background-color: #71b299;
	color: #ffffff;
	position: relative;
	float: left;
	padding: 30px 0;
	overflow: hidden;
}
.contenuServiceBas{
	width: calc(100% - 20px);
	max-width: 1480px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 10px;
}
.listeService{
	width: 100%;
	column-count: 4;
	position: relative;
	float: left;
}
.decoServiceBas{
	width: auto;
	height: 200px;
	position: absolute;
	float: left;
	z-index:1;
	bottom:-20px;
	right: 0;
}
.decoServiceBas img{ height: 120%; width: auto; display: block; }

.ligneCopyr{
	width: calc(100% - 20px);
	max-width: 1480px;
	font-size: 0.9em;
	color: #71b299;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	margin: 10px 0;
	padding: 0 10px;
}


.paraStd{
	width: calc(100% - 20px);
	max-width: 1480px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
	overflow: hidden;
	margin-bottom: 80px;
}

.paraFull{
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	padding: 60px 0;
	margin-bottom: 100px;
	overflow: hidden;
}
.paraInterne{
	width: calc(100% - 20px);
	max-width: 1480px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
}
.decoQuisAcc{
	width: auto;
	height: 100%;
	position: absolute;
	float: left;
	z-index: -1;
	top: 0;
	right: 0;
	transform: translate(75%, -10%);
}
.decoQuisAcc img{ height: 120%; width: auto; display: block; }

.col33{
	width: calc(32% - 40px);
	margin: 0 20px;
	position: relative;
	float: left;
}
.col50{
	width: calc(50% - 40px);
	margin: 0 20px;
	position: relative;
	float: left;
}
.col100{
	width: calc(100% - 40px);
	margin: 0 20px;
	position: relative;
	float: left;
}
.gridGeneral{
	width: 100%;
	display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 60px;
	position: relative;
	float: left;
}
.gridGeneral.middle{ align-items: center; }
.colSimple{ grid-column: span 1; }
.colDouble{ grid-column: span 2; }
.colTripe{ grid-column: span 3; }

.flexCentre{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	float: left;
}
.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: 20px;
	gap:15px;
}
.txtTitre{
	font-size: 1.5em;
	line-height: 1em;
	color: #71b299;
	text-transform: uppercase;
}

/* ACCUEIL -------------------------------- */
.flexCaseAcc{
	width: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:30px;
	margin-bottom: 30px;
}
.caseAcc{
	width: 355px;
	height: 260px;
	border: 1px solid #999999;
	box-sizing: border-box;
	position: relative;
	float: left;
	transition: all 0.2s;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px;
}
.caseAcc:hover{
	border-width: 5px; /* Augmentation de l'épaisseur de la bordure */
    border-image-source: linear-gradient(to right, #0e72b5, #71b299); /* Dégradé vertical */
    border-image-slice: 1; /* Utiliser toute l'image du dégradé comme bordure */
}
.visuCaseAcc{
	position: relative;
	float: left;
	margin: 10px 0;
}
.infoCaseAcc{
	text-align: center;
	position: relative;
	float: left;
}
.titreCase{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	color: #71b299;
	position: relative;
	float: left;
	margin-bottom: 20px;
	transition: all 0.2s;
}
.caseAcc:hover .titreCase{ color:#0e72b5; }

/* Animation Acc ---------- */
.colAnim{
	width:calc(50% - 40px);
	height: 550px;
	position: relative;
	float: left;
	margin: 0 20px;
	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: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
	position: relative;
	float: left;
}
.blocTheme{
	width:45%;
	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: 25px;
	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;
}


/* EBP ------------------------------ */
.caseRaccourci{
	width: 170px;
	height: 170px;
	border: 1px solid #999999;
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 15px;
}
.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: 1.1em;
	white-space: nowrap;
	color: #71b299;
	position: relative;
	float: left;
	z-index: 2;
	animation: txtRaccourciOut 0.6s forwards;
}
.bandCouleurRaccourci{
	width: 100%;
	height: 0;
	background-color:#71b299; 
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.2s;
}
.caseRaccourci:hover .visuRaccourci img{
	transform: scale(1.1);
}
.caseRaccourci:hover .nomRaccourci{
	animation: txtRaccourci 0.6s forwards;
}
.caseRaccourci:hover .bandCouleurRaccourci{
	height: 100%;
}

@keyframes txtRaccourci{
	0%{ margin-left: 0; color:#71b299; transform: scale(1);  }
	10%{ margin-left: -10px; }
	50%{ margin-left: 300px; transform: scale(1); }
	51%{ color: #ffffff; transform:scale(0); }
	52%{ color: #ffffff; margin-left: -300px; }
	53%{ color: #ffffff; transform: scale(1); }
	90%{ color: #ffffff; margin-left: 10px; }
	100%{ color: #ffffff; margin-left: 0; }
}
@keyframes txtRaccourciOut{
	100%{ margin-left: 0; color:#71b299; transform: scale(1);  }
	90%{ margin-left: -10px; }
	53%{ margin-left: 300px; transform: scale(1); }
	52%{ transform:scale(0); }
	51%{ margin-left: -300px; }
	50%{ transform: scale(1); }
	10%{ color:#71b299; margin-left: 10px; }
	0%{ color: #ffffff; margin-left: 0; }
}

.ligneBulle{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	gap:20px;
}
.zoneBulle{
	width: calc(100% - 80px);
	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: 50px;
	height: 50px;
	position: relative;
	float: left;
	border-radius: 50%;
	border:2px solid #71b299;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	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;
	position: relative;
	float: left;
	gap:20px;
}

/* 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: grid;
    grid-template-columns: repeat(2, 1fr);
	position: relative;
	float: left;
}
.caseAdresse{
	width: 200px;
	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;
}
