@charset "utf-8";
/* CSS Document */
/*:root{
	--coulBack:#053d52;
	--coul1: #1284ad;
	--coul2: #DD1859;
	--coul1b: #095e7d;
	--marge:30px;
	--padd:15px;
}*/

@font-face {
font-family: 'Roboto';
src: url('Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url('Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}

body,html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto'; 
	font-size: 16px;
	background-color: var(--coulBack);
	color: #000000;
	overflow:hidden;
}

/* TYPO ------------------------------------ */
p{ margin: 0; padding: 0; min-width:0; }
*{ box-sizing:border-box; }
img{ display:block; }
.flexSlide > *{
    flex-shrink:0;
}

h2{
	width: 100%;
	font-size: 1em;
	color: var(--coul2);
	font-weight: bold;
	border-bottom: 1px solid var(--coul2);
	padding-bottom: 2px;
	margin: 0 0 10px 0;
	display: inline-block;
}
h2.centreH{
	text-align: center;
}

.titreNum{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
	position: relative;
	margin-bottom: var(--padd);
}
.titreNum .chiffre{
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: 1px solid var(--coul2);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.titreNum .chiffre p{
	font-size: 1.5em;
	color: var(--coul2);
	font-weight: bold;
	position: relative;
}
.titreNum .h2Num{
	width: calc(100% - 40px);
	color: var(--coul2);
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid var(--coul2);
	padding-bottom: 2px;
}

.titreContenu{
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 15px;
	position: relative;
	margin-bottom: var(--padd);
	display: block;
	box-sizing: border-box;
	float: left;
}
.titreContenu::before{
	content:'';
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background-color: var(--coul2);
	position: absolute;
	left: 0;
	bottom: 5px;
}

.coul1{ color: var(--coul1); }
.coul2{ color: var(--coul2); }

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li{
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}
ul li::before{
	content:'';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid var(--coul2);
	position: absolute;
	left: 0;
	top: 4px;
}

.big{ font-size: 1.4em; }
.grand{ font-size: 1.2em; }
.petit{ font-size: 0.9em; }
.txtSuppr{ text-decoration: line-through; }
.txtAnnul{
	color: var(--coul1);
	font-weight: bold;
}

/* ------------------------------- */
/* IMAGES & VIDEOS ------------------------------ */
.imMW{ max-width: 100%; height: auto; display: inline-block; }
.imMH{ max-height: 100%; width: auto; display: inline-block; }

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

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

/* BASES --------------------------- */
.app{
	width: 100%;
	max-width: 600px;
	height: var(--viewport-height, 100dvh); /* Utilisation de la variable dynamique */
	background-color: var(--coul1);
	background-image: var(--visuFond);
	background-size:cover;
	background-position:center;
	display:flex;
	flex-direction:column;
	margin:0 auto;
	gap:5px;
	overflow:hidden;
}
.bandeTop{
	flex-shrink:0;
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 var(--padd);
	box-sizing:border-box;
	z-index: 5;
}
.titrePage{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.2em;
	position: relative;
}
.titrePage:first-letter{
	font-weight: bold;
	color: var(--coul2);
}
.selLangue{
	width: 45px;
	min-height: 30px;
	font-size: 1em;
	padding: 5px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	background-color: var(--coul1b);
	color: #ffffff;
	text-align: center;
}

#contenuVue{
	flex:1;
	width:100%;
	box-sizing:border-box;
	min-height:0;
	overflow-y:auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
	position:relative;
	z-index:1;
	padding: 0 10px;
}
#contenuVue::-webkit-scrollbar{
	display:none;
}

#contenuVue.vueFull{ padding: 0; }

.contenuInterne{
	width:100%;
	box-sizing:border-box;
	position:relative;
	z-index:1;
	padding: 0 10px;
}

.pdfViewer{
    flex:1;
	width:100%;
	border:0;
	min-height:0;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	text-align:center;
}
.pdfViewer canvas{
	display:inline-block;
	margin-bottom:10px;
	max-width:none;
}

.bandeBas{
	flex-shrink:0;
	width: 100%;
	/*height: 60px;*/
	height:calc( 60px + env(safe-area-inset-bottom));
	padding-bottom:env(safe-area-inset-bottom);
	background-color: var(--coul1b);
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 5;
}
.boutonPage{
	height: calc(100% - 6px);
	text-decoration: none;
	position: relative;
}
.iconeBoutonPage{
	height: calc(100% - 20px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.legendeBoutonPage{
	min-width: 65px;
	font-size: 0.9em;
	text-align: center;
	color: var(--coulMenu1);
}
.legendeBoutonPage.actif{ color: var(--coulMenu2); }

.lotCaseAction{
	width: 100%;
	display:grid;
    grid-template-columns:1fr 1fr;
	gap:10px;
	margin: 0 auto;
	clear: both;
}
.caseAction{
	width: 100%;
	aspect-ratio:1/1;
	background-color: #cccccc;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.caseAction.longue{
	grid-column:span 2;
	aspect-ratio:2.11;
}
.fdCaseAction{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0; 
	left: 0;
	z-index: 1;
}
.fdCaseAction img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.ombreCaseAction{
	width: 100%;
	height: 25%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 95%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.txtCaseAction{
	width: 100%;
	position: absolute;
	bottom:0;
	z-index: 3;
}
.titreCaseAction{
	width: 100%;
	/*height: 35px;*/
	font-weight: bold;
	color: var(--coul2);
	text-transform: uppercase;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.95);
	padding: 5px 0 5px 20px;
	position: relative;
}
.titreCaseAction::before{
	content:'';
	width: 15px;
	height: 100%;
	display: block;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: var(--coul2);
	position: absolute;
	left: 0;
	top: 0;
}
.legendeCaseAction{
	width: 100%;
	color: #ffffff;
	font-size: 0.9em;
	box-sizing: border-box;
	border-top: 1px solid var(--coul2);
	margin: 4px 0;
	padding: 4px 20px;
}
.titreCaseAction.droit{
	text-align: right;
	padding: 5px 20px 5px 0;
}
.titreCaseAction.droit::before{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	left: inherit;
	right: 0;
}
.legendeCaseAction.droit{ text-align: right; }

.vue{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow-y:auto;
	box-sizing: border-box;
	padding: 0 10px;
    transition:.3s ease;
	opacity:0;
	pointer-events:none;
}
.vue.largFull{ padding: 0; }
.vueVisible{
	opacity:1;
	pointer-events:auto;
}
.fadeIn{ opacity:1; }
.fadeOut{ opacity:0; }
.slideCentre{ transform:translateX(0); }
.slideDroite{ transform:translateX(100%); }
.slideGauche{ transform:translateX(-100%); }


.ensembleBand{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap:8px;
	position: relative;
}
.ensembleBand.numero{ padding: 0 10px; box-sizing: border-box; margin-bottom: var(--marge); }
.bandFiche{
	width: 100%;
	height: 65px;
	background-color: #EFEFEF;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap:5px;
	position: relative;
	overflow: hidden;
}
.visuBandFiche{
	width: 55px;
	height: 100%;
	border-right: 1px solid var(--coul2);
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
}
.nomBandFiche{
	flex:1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
	position: relative;
}
.nomBandFiche p{
	color: #000000;
}
.accesBandFiche{
	width: 35px;
	height: 100%;
	background-color: var(--coul2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}

.contenuPDF{
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	position:relative;
	box-sizing:border-box;
	overflow: hidden;
}

.contenuFiche{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.photoFiche{
	width: 100%;
	aspect-ratio:10/7;
	background-color: #000000;
	border-bottom: 2px solid var(--coul2);
	position: relative;
	margin-bottom: var(--padd);
}
.photoFiche.suiteTag{ margin-bottom: 0; }
.blocInfoFiche{
	width: calc(100% - 40px);
	border-radius: 8px;
	background-color: #EFEFEF;
	display: flex;
	flex-direction: column;
	gap:10px;
	padding: 10px;
	position: relative;
}
.titreInfoFiche{
	width:100%;
	text-align: center;
	font-weight: bold;
	color: var(--coul2);
	border-bottom: 1px solid var(--coul2);
	position: relative;
}
.txtInfoFiche{ position: relative; }
.blocMeaFiche{
	width: 100%;
	background-color: var(--coul1b);
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px;
}
.lienInfoFiche{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	position: relative;
}
.lienInfoFiche::before{
	content:'';
	width: 100%;
	height: 4px;
	background-color: var(--coul2);
	position:absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
/*.lienInfoFiche.dl{ flex-shrink:0; }*/
.lienInfoFiche.dl::before{ display: none; }
.caseLienFiche{
	width: 60px;
	height:60px;
    flex-shrink:0;
	aspect-ratio:1/1;
	border-radius: 8px;
	border:1px solid var(--coul2);
	background-color:#ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	z-index: 2;
}
.caseLienFiche.minidl{ 	width: 40px; height: 40px; flex-shrink: 0; }
.caseLienFiche.minidl p{
	font-size: 1.2em;
	font-weight: bold;
	color: var(--coul2);
}
.caseLienFiche.actif{
	border: 3px solid var(--coul2);
}

.photoFiche.projet{
	aspect-ratio:9/4;
	margin-bottom: var(--marge);
}

.info{
	color: #ffffff;
	background-color: var(--coul1b);
	border-radius: 8px;
	padding: 10px;
	position: relative;
}
.info.centre{ text-align: center; }

.blocTxt{
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #EFEFEF;
	padding: 10px;
	position: relative;
}
.blocTxt.alert{
	background-color: var(--coul2);
	color: #ffffff;
	text-align: center;
}
.blocTxt.negatif{
	background-color: var(--coul1b);
	color: #ffffff;
	text-align: center;
}

.txt100{
	width: 100%;
	position: relative;
}
.txt100.centre{
	text-align: center;
}

/* BOUTONS -------------------------- */
.bRetourInterne{
	min-width: 130px;
	background-color: #ffffff;
	border-radius: 8px;
	border:1px solid var(--coul2);
	color: var(--coul2);
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	padding: 10px;
	margin: var(--padd) 0;
	position: relative;
	cursor: pointer;
}
.flecheRetour{
	width: 20px;
	height: 20px;
	background:var(--coul2);
	mask-image:url('../img/fleche.svg'); 
	-webkit-mask-image:url('../img/fleche.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
	transform:rotate(180deg);
}

.bSuiteInterne{
	width: 130px;
	background-color: var(--coul2);
	border-radius: 8px;
	color: #fff;
	font-size: 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	padding: 5px;
	margin: var(--padd) 0;
	position: relative;
	cursor: pointer;
}
.flecheSuite{
	width: 20px;
	height: 20px;
	background:#ffffff;
	mask-image:url('../img/fleche.svg'); 
	-webkit-mask-image:url('../img/fleche.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
	
	position: relative;
	margin-left: 5px;
	flex-shrink:0;
}

.ligneSousNav{
	width: 100%;
	display:grid;
    grid-template-columns:1fr 1fr;
	gap:10px;
	clear: both;
	margin: var(--padd) auto;
}
.ligneSousNav.top{ margin: 0 auto var(--padd) auto; }
.ligneSousNav.mid{
	display: flex;
	justify-content:center;
	align-items: center;
	gap:var(--padd);
}
.caseSousNav{
	width: 100%;
	aspect-ratio:2/1;
	background-color: #cccccc;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.fdCaseSousNav{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0; 
	left: 0;
	z-index: 1;
}
.fdCaseSousNav img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.ombreCaseSousNav{
	width: 100%;
	height: 25%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 95%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.txtCaseSousNav{
	width: 100%;
	position: absolute;
	bottom:0;
	z-index: 3;
}
.titreCaseSousNav{
	width: 100%;
	/*height: 35px;*/
	font-weight: bold;
	color: var(--coul2);
	text-transform: uppercase;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.95);
	padding: 5px 0 5px 20px;
	position: relative;
	transition: all 0.2s;
}
.titreCaseSousNav::before{
	content:'';
	width: 15px;
	height: 100%;
	display: block;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: var(--coul2);
	position: absolute;
	left: 0;
	top: 0;
}
.titreCaseSousNav.actif{
	background-color: var(--coul2);
	color: #ffffff;
}
.titreCaseSousNav.actif::before{
	background-color: #ffffff;
}
.legendeCaseSousNav{
	width: 100%;
	color: #ffffff;
	font-size: 0.9em;
	box-sizing: border-box;
	border-top: 1px solid var(--coul2);
	margin: 4px 0;
	padding: 4px 20px;
}
.legendeCaseSousNav.droit{ text-align: right; }


/* ICONE COLOREE --------------------------------------------------- */
.icoPageAcc{
	width: 100%;
	height: 100%;
	max-width: 50px;
	max-height: 30px;
	background:var(--coulMenu1);
	mask-image:url('../img/bout-accueil.svg'); 
	-webkit-mask-image:url('../img/bout-accueil.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoPageCamping{
	width: 100%;
	height: 100%;
	max-width: 50px;
	max-height: 30px;
	background:var(--coulMenu1);
	mask-image:url('../img/bout-camping.svg'); 
	-webkit-mask-image:url('../img/bout-camping.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoPageSejour{
	width: 100%;
	height: 100%;
	max-width: 50px;
	max-height: 30px;
	background:var(--coulMenu1);
	mask-image:url('../img/bout-sejour.svg'); 
	-webkit-mask-image:url('../img/bout-sejour.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoPageInfos{
	width: 100%;
	height: 100%;
	max-width: 50px;
	max-height: 30px;
	background:var(--coulMenu1);
	mask-image:url('../img/bout-info.svg'); 
	-webkit-mask-image:url('../img/bout-info.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoPageSos{
	width: 100%;
	height: 100%;
	max-width: 50px;
	max-height: 30px;
	background:var(--coulMenu1);
	mask-image:url('../img/bout-urgence.svg'); 
	-webkit-mask-image:url('../img/bout-urgence.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}

.icoPageAcc.actif,.icoPageCamping.actif,.icoPageSejour.actif,.icoPageInfos.actif,.icoPageSos.actif{
	background:var(--coulMenu2);
}

.icoTelAcc{
	width: 100%;
	height: 50px;
	background:var(--coul2);
	mask-image:url('../img/contact-tel.svg'); 
	-webkit-mask-image:url('../img/contact-tel.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoTel18{
	width: 100%;
	height: 50px;
	background:var(--coul2);
	mask-image:url('../img/tel-pompier.svg'); 
	-webkit-mask-image:url('../img/tel-pompier.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoTel112{
	width: 100%;
	height: 50px;
	background:var(--coul2);
	mask-image:url('../img/tel-urgences.svg'); 
	-webkit-mask-image:url('../img/tel-urgences.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoEmail{
	width: 100%;
	height: 50px;
	background:var(--coul2);
	mask-image:url('../img/contact-email.svg'); 
	-webkit-mask-image:url('../img/contact-email.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoEmail.urgence{ width: 75%; height: 75%; background:#ffffff; }
.icoDown{
	width: 40px; 
	height: 40px;
	background:var(--coul2);
	mask-image:url('../img/bout-download.svg'); 
	-webkit-mask-image:url('../img/bout-download.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoDown.citeo{ width: 25px; height: 25px; background: #ffffff; }
.icoMap{
	width: 100%; 
	height: 100%;
	background:var(--coul2);
	mask-image:url('../img/bout-plan.svg'); 
	-webkit-mask-image:url('../img/bout-plan.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoDecouv{
	width: 100%; 
	height: 100%;
	background:var(--coul2);
	mask-image:url('../img/icone-partactivite.svg'); 
	-webkit-mask-image:url('../img/icone-partactivite.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoShop{
	width: 100%; 
	height: 100%;
	background:var(--coul2);
	mask-image:url('../img/icone-partcommerce.svg'); 
	-webkit-mask-image:url('../img/icone-partcommerce.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoTelUrgAcc{
	width: 75%; 
	height: 75%;
	background:var(--coul1);
	mask-image:url('../img/icone-telaccueil.svg'); 
	-webkit-mask-image:url('../img/icone-telaccueil.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoTelUrgSos{
	width: 75%; 
	height: 75%;
	background:var(--coul1);
	mask-image:url('../img/icone-telsos.svg'); 
	-webkit-mask-image:url('../img/icone-telsos.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoTelUrgSos{
	width: 75%; 
	height: 75%;
	background:var(--coul1);
	mask-image:url('../img/icone-telsos.svg'); 
	-webkit-mask-image:url('../img/icone-telsos.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoAccesTel{
	width: 50%;
	min-width: 15px;
	height: 50%;
	background:#ffffff;
	mask-image:url('../img/bout-accesTel.svg'); 
	-webkit-mask-image:url('../img/bout-accesTel.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoEnvoiEmail{
	width: 50%;
	min-width: 15px;
	height: 50%;
	background:#ffffff;
	mask-image:url('../img/icone-emailenvoi.svg'); 
	-webkit-mask-image:url('../img/icone-emailenvoi.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoLien{
	width: 100%; 
	height: 100%;
	background:var(--coul2);
	mask-image:url('../img/icone-lien.svg'); 
	-webkit-mask-image:url('../img/icone-lien.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.icoFlecheSuite{
	width: 50%;
	min-width: 15px;
	height: 50%;
	background:#ffffff;
	mask-image:url('../img/fleche.svg'); 
	-webkit-mask-image:url('../img/fleche.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}

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

/* ACCUEIL --------------------------- */
.rondLogoAcc{
	width: 300px;
	aspect-ratio:1/1;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 5px #222222;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	clear: both;
}
.rondLogoAcc img{
	width: calc(100% - 60px);
	height: auto;
	display: inline-block;
}
.menuAccueil{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap:var(--padd);
	position: relative;
	margin: var(--padd) 0;
}
.caseAccueilBouton{
	width: 160px;
	aspect-ratio:2/3;
	border: 1px solid #ffffff;
	border-radius: 8px;
	background-color: var(--coul1);
	color: #ffffff;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap:0;
}
.visuCaseAccueil{
	width: 100%;
	flex:1;
	position: relative;
	overflow: hidden;
}
.visuCaseAccueil img{
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.nomCaseAccueil{
	flex-shrink:0;
	width: 100%;
	height: 30px;
	background-color: var(--coul1);
	border-top: 2px solid var(--coul2);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-weight: bold;
	z-index: 2;
}

.planningAccueil{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap:0;
	position: relative;
	margin: calc(var(--marge) * 2) 0 0 0;
	float: left;
}

.blocAccueil{
	width: 100%;
	margin: calc(var(--marge) * 2) 0 0 0;
	position: relative;
	float: left;
}
.lotRaccourci{
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	display: flex;
	position: relative;
	float: left;
}
.accesAccueil{
	width: 80px;
	height: 80px;
	border-radius: 8px;
	border: 1px solid #ffffff;
	background-color: var(--coul1);
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	padding: 5px;
}
.iconeAccesAcc{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.iconeAccesAcc img{
	max-height: 90%;
	width: auto;
	display: block;
}
.legendeAccesAcc{
	width: 100%;
	height: 25px;
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lotBlocDepli{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap:calc(var(--padd) / 2);
	margin: var(--padd) 0;
	position: relative;
}
.blocDepli{
	width: 100%;
	position: relative;
}
.enteteDepli{
	width: 100%;
	box-sizing: border-box;
	min-height: 30px;
	background-color: var(--coul2);
	border-radius: 8px;
	padding: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:5px;
	cursor: pointer;
}
.enteteDepli.actif{ border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.txtEntete{
	width: calc(100% - 30px);
	color: #ffffff;
	font-weight: bold;
	position: relative;
}
.flecheEntete{
	width: 15px;
	height: 10px;
	background-color: #ffffff;
	clip-path: polygon(50% 50%, 100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
	position: relative;
}
.flecheEntete.actif{ clip-path: polygon(50% 0, 100% 50%, 100% 100%, 50% 50%, 0 100%, 0 50%); }
.infoDepli{
	width: 100%;
	max-height: 0;
	background-color: #EFEFEF;
	position: relative;
	overflow: hidden;
	transition: all 0.4s;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.infoDepli p{ position: relative; margin:20px; }
.infoDepli.actif{ max-height:2500px; }


/* TRI ------------------------------------- */
.boutonAppliDechet{
	width: 230px;
	height: 55px;
	color: #000000;
	text-decoration: none;
	border-radius: 8px;
	border: 1px solid var(--coul2);
	background-color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
	margin: 0 auto 10px auto;
}
.infoBDechet{
	flex:1;
	font-size: 0.9em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px;
}
.logoCiteo{
	max-height: 30px;
	width: auto;
	display: inline-block;
}
.iconeBDechet{
	width: 40px;
	background-color: var(--coul2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}
.iconeBDechet img{
	max-height: 25px;
	width: auto;
	display: block;
}
.lotBlocDechet{
	width: 100%;
	position: relative;
	margin: var(--marge) 0;
}
.blocTxt.dechet{
	max-height:0;
	opacity:0;
	transform:translateY(30px);
	overflow:hidden;
	margin:0;
	padding-top:0;
	padding-bottom:0;
	transition:
		opacity .5s,
		transform .5s,
		max-height .5s,
		padding .5s;
}

.blocTxt.dechet.actif{
	max-height:2000px;
	opacity:1;
	transform:translateY(0);
	padding-top:10px;
	padding-bottom:10px;
}
.grilleDechet{
	width: 100%;
	display:grid;
    grid-template-columns:1fr 1fr 1fr;
	gap:5px;
	margin: 0 auto;
	clear: both;
}
.caseDechet{
	width: 100%;
	background-color: #ffffff;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap:0;
	padding: 10px;
	box-sizing: border-box;
}
.visuDechet{
	width: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.visuDechet img{
	max-width: 75%;
	height: auto;
	display: inline-block;
}
.nomDechet{
	width: 100%;
	min-height: 40px;
	border-top: 1px solid var(--coul2);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

/* URGENCES ---------------------------------- */
.bandTel{
	width: 100%;
	height: 65px;
	background-color: #EFEFEF;
	border-radius: 8px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap:5px;
	position: relative;
	overflow: hidden;
}
.bandTel.large{ height: 85px; }
.bandTel.negatif{
	background-color: var(--coul1b);
}
.visuBandTel{
	width: 55px;
	height: calc(100% - 10px);
	margin: 5px 0;
	border-right: 1px solid var(--coul2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
}
.visuBandTel img{
	object-fit: contain;
	max-width: 40px;
	height: auto;
}
.nomBandTel{
	flex:1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 2px;
	position: relative;
}
.nomBandTel.negatif p{ color: #ffffff; }
.heureTel{ 
	font-size: 0.9em;
	color: var(--coul2);
}
.txtTel{ color: #000000; }
.numTel{
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}
.accesBandTel{
	width:55px;
	height: 100%;
	background-color: var(--coul2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}

/* ARRIVEE ----------------------------------- */
.selHeberg{
	width: 100%;
	border-radius: 8px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1em;
	color: #ffffff;
	text-align: center;
	background-color: var(--coul2);
	border: 0;
}
.selHeberg option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  color: #000000;
  background: #EFEFEF;
  transition: 0.4s;
}
.lotBlocTxt{
	width: 100%;
	max-height: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap:var(--marge);
	transition: all 0.5s;
	opacity: 0;
	overflow: hidden;
	position: relative;
}
.lotBlocTxt.actif{
	max-height: 3000px;
	opacity:1;
}

.blocContact{
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #EFEFEF;
	padding: 10px;
	position: relative;
}
.flexContact{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	position: relative;
	gap:10px; 
	margin-top: 10px;
}
.caseContact{
	width: calc(50% - 11px);
	text-decoration: none;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
}
.caseContact.triple{
	width: calc(33% - 11px);
}
.iconeContact{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

/*.iconeContact img{
	height: 50px;
	width: auto;
	display: inline-block;
}*/
.txtContact{
	color: var(--coul2);
	text-align: center;
	font-size: 0.9em;
}
.sepContact{
	width: 1px;
	background-color: var(--coul2);
	position: relative;
}

/* LOISIRS ------------------------------------*/
.flexTag{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 20px;
}
.flexTag.liste{ 
	justify-content: flex-start; 
	margin-bottom: 0;
}
.tag{
	width: 65px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	border-radius: 4px;
	position: relative;
}
.tag p{
	font-size: 0.8em;
	color: #ffffff;
}
.tag p::first-letter{ text-transform: uppercase; }
.tag.tous{ background-color:#095e7d ; }
.tag.adultes{ background-color:#6f2a7e ; }
.tag.ados{ background-color:#e86d0a ; }
.tag.enfants{ background-color:#5fac1a ; }

/* ANIMATION ------------------------------------- */
.semaineDate{
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	display: flex;
	position: relative;
	float: left;
}
.flexSlide{
	display: flex;
	position: relative;
	float: left;
	gap:5px;
}
.blocSemaine{
	width: 60px;
	aspect-ratio:1/1;
	background-color: var(--coul1);
	border: 1px solid #ffffff;
	border-radius: 8px;
	padding: 5px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap:1px;
}
.blocSemaine.actif{ background-color: var(--coul1b); }

.blocJour{
	width: 50px;
	aspect-ratio:1/1;
	background-color: var(--coul1);
	border: 1px solid #ffffff;
	border-radius: 8px;
	padding: 5px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:1px;
}
.blocJour.actif{ background-color: var(--coul1b); }

.jSemaine{
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 0.8em;
	position: relative;
}
.nSemaine{
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
}
.ptSemaine{
	width: 8px;
	aspect-ratio:1/1;
	border-radius: 50%;
	position: relative;
}
.ptSemaine.actif{
	border: 1px solid #ffffff;
	background-color: var(--coul2);
}
.blocPlanning{
	width: 100%;
	max-height: 1000px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #EFEFEF;
	padding: 10px;
	position: relative;
	float: left;
	margin: var(--marge) 0;
	opacity:1;
	overflow: hidden;
    transition:all .25s ease;
}
.blocPlanning.accueil{ margin: 0; }
.blocPlanning.ferme{
    opacity:0;
	max-height: 0;
	padding: 0 10px;
}
.titreBP{
	width: 100%;
	color: var(--coul1);
	text-transform: uppercase;
	position: relative;
	margin-bottom: 5px;
}
.lignePlanning{
	min-height: 35px;
	border-radius: 8px;
    background:#efefef;
    overflow:hidden;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
	margin-bottom: calc(var(--padd) / 2);
}
.lignePlanning.pair{ background-color: #DDDDDD; }
.heurePlanning{
    width: 120px;
    flex-shrink:0;
    align-self:stretch;

    display:flex;
    justify-content:center;
    align-items:center;

    font-weight:bold;
    font-size:1em;
    color:#fff;
	background-color: var(--coul2);
	padding: 5px;
	border-radius:8px;
	box-sizing: border-box;
}
.infoPlanning{
	flex: 1;
	display: flex;
	align-items: center;
    font-size:1em;
    color:#000;
    text-align:left;
	padding-left: 5px;
}
.flechePlanning{
	width:15px;
	flex-shrink: 0;
	
	background:var(--coul2);
	mask-image:url('../img/fleche.svg'); 
	-webkit-mask-image:url('../img/fleche.svg');

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
	
	/*display: flex;
	justify-content: center;
	align-items: center;
	position:relative;*/
}
.separateurPlanning{
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: relative;
	float: left;
	margin-bottom: var(--marge);
}
.blocHoraireFiche{
	width: 100%;
	background-color: var(--coul1b);
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap:5px;
}

/* MARCHES ---------------------------------------- */
.lotBlocMarche{
	width: 100%;
	max-height: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap:calc(var(--padd) / 2);
	transition: all 0.5s;
	opacity: 0;
	overflow: hidden;
	position: relative;
}
.lotBlocMarche.actif{
	max-height: 3000px;
	opacity:1;
}
.blocMarche{
	width: 100%;
	background-color: #EFEFEF;
	border-radius: 8px;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
}
.enteteMarche{
	width: 100%;
	box-sizing: border-box;
	min-height: 30px;
	padding: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:5px;
	cursor: pointer;
	position: relative;
}
.enteteMarche::before{
	content:'';
	width: 100%;
	height: 1px;
	background-color: var(--coul2);
	position: absolute;
	bottom:0;
	left: 0;
}
.txtEnteteMarche{
	width: calc(100% - 30px);
	color: var(--coul2);
	font-weight: bold;
	position: relative;
}
.flecheEnteteMarche{
	width: 15px;
	height: 10px;
	background-color: var(--coul2);
	clip-path: polygon(50% 50%, 100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
	position: relative;
}
.flecheEnteteMarche.actif{ clip-path: polygon(50% 0, 100% 50%, 100% 100%, 50% 50%, 0 100%, 0 50%); }
.infoMarche{
	width: 100%;
	max-height: 0;
	background-color: #EFEFEF;
	position: relative;
	overflow: hidden;
	transition: all 0.4s;
}
.infoMarche p{ position: relative; margin:10px; }
.infoMarche.actif{ max-height:2500px; }

/* PARTENAIRES -------------------------- */
.lotPartenaire{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap:0;
	overflow: hidden;
	position: relative;
}
.casePartenaire{
	width: 100%;
	aspect-ratio:2/1;
	max-height: 350px;
	background-color: #cccccc;
	border-radius: 8px;
	overflow: hidden;
	margin: var(--padd) 0;
	position: relative;
	transition: all 0.4s;
}
.casePartenaire.masque{
	max-height: 0;
	opacity: 0;
	transform: translateX(-100%);
	margin: 0;
}
.fdCasePartenaire{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0; 
	left: 0;
	z-index: 1;
}
.fdCasePartenaire img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.ombreCasePartenaire{
	width: 100%;
	height: 25%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 95%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.txtCasePartenaire{
	width: 100%;
	position: absolute;
	bottom:0;
	z-index: 3;
}
.titreCasePartenaire{
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.95);
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	padding: 5px 0 5px 20px;
	position: relative;
	transition: all 0.2s;
}
.titreCasePartenaire::before{
	content:'';
	width: 15px;
	height: 100%;
	display: block;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: var(--coul2);
	position: absolute;
	left: 0;
	top: 0;
}
.titreCasePartenaire p{
	margin:0;

    flex:1 1 0;
    min-width:0;

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

    font-weight:bold;
    color:var(--coul2);
    text-transform:uppercase;
}
.iconePartenaire{
	height: 30px;
	position: relative;
	/*flex-shrink: 0;*/
	flex:0 0 30px;
    /*margin-left:auto;
	margin-right: var(--padd);*/
}
.legendeCasePartenaire{
	width: 100%;
	color: #ffffff;
	font-size: 0.9em;
	box-sizing: border-box;
	border-top: 1px solid var(--coul2);
	margin: 4px 0;
	padding: 4px 20px;
}

.infoDetailPart{
	max-width: 0;
	height:100%;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
	transition: 0.4s;
}
.infoDetailPart p{
	margin: var(--padd);
}
.infoDetailPart.actif{
	max-width: 60%;
	border-left: 2px solid var(--coul2);
}
	

/* MAREE -------------------------------- */
.jourMaree{
    width:100%;
    border-radius:8px;
    background:var(--coul1);
    color:#fff;
    font-size:1.1em;
    font-weight:bold;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:var(--padd);
	padding: 5px 0;
}
.jourMaree.suite{ margin-top: var(--marge); }

.enteteMaree, .ligneMaree{
    width:100%;
    display:flex;
    align-items:center;
}
.enteteMaree{
    margin-bottom:8px;
    color:#000;
    font-size:0.9em;
	font-weight: bold;
	text-align: center;
	display: grid;
	grid-template-columns:80px 1fr 1fr 1fr;
}

.ligneMaree{
    background:#efefef;
    overflow:hidden;
	display: grid;
	grid-template-columns:80px 1fr 1fr 1fr;
	margin-bottom: calc(var(--padd) / 2);
}
.ligneMaree.basse{ background-color: #DDDDDD; }

.typeMaree{
    width:100%;
    flex-shrink:0;
    align-self:stretch;

    display:flex;
    justify-content:center;
    align-items:center;

    font-weight:bold;
    font-size:1em;
    color:#fff;
	background-color: var(--coul2);
	padding: 5px;
	border-radius:8px;
	box-sizing: border-box;
}
.heureMaree, .hautMaree, .coefMaree{
    font-size:1em;
    color:#000;
    text-align:center;
}
.blocSource{
	width: 100%;
	background-color: var(--coul1b);
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: var(--marge);
}
.logoMaree{ height: 40px; width: auto; display: inline-block; }
.ligneFlex{ width: 100%; display: flex; justify-content: center; align-items: center; gap:10px; }

/* NUMERO ------------------------------------- */
.bandTel{
	width: 100%;
	height: 65px;
	background-color: #EFEFEF;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap:5px;
	position: relative;
	overflow: hidden;
}
.visuBandTel{
	width: 55px;
	height: 100%;
	border-right: 1px solid var(--coul2);
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
}
.iconeBandTel{
    width:40px;
    height:40px;
    background:var(--coul1);

    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.nomBandTel{
	flex:1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
	position: relative;
}
.nomBandTel p{
	color: #000000;
}
.accesBandTel{
	width: 55px;
	height: 100%;
	background-color: var(--coul2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}
.accesBandTel img{
	width: 50%;
	min-width: 15px;
	height: auto;
	display: inline-block;
}

.bandTel.inverse .visuBandTel{ border-right: 1px solid var(--coul1b); }
.bandTel.inverse .iconeBandTel{ background:var(--coul2); }
.bandTel.inverse .accesBandTel{ background:var(--coul1b); }

/* OUTILS ---------------------------------- */
.bandOutil{
	width: 100%;
	height: 65px;
	background-color: #EFEFEF;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap:5px;
	position: relative;
	overflow: hidden;
}
.nomBandOutil{
	flex:1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
	position: relative;
}
.nomBandOutil p{
	color: #000000;
	margin: 0 var(--padd);
}
.accesBandOutil{
	width: 35px;
	height: 100%;
	background-color: var(--coul2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}
.accesBandOutil img{
	width: 50%;
	min-width: 15px;
	height: auto;
	display: inline-block;
}
