/* GESTION FONTS */
@charset "UTF-8"; 
@font-face {
	font-family: "luckiest";
	src: url('../fonts/LuckiestGuy-Regular.ttf');
}
@font-face{
	font-family:antagometrica; 
	src:url(../fonts/Antagometrica.eot); 
	src:url(../fonts/Antagometrica.eot?#iefix) format("embedded-opentype"),url(../fonts/Antagometrica.woff2) format("woff2"),url(../fonts/Antagometrica.woff) format("woff"),url(../fonts/Antagometrica.ttf) format("truetype"),url(../fonts/Antagometrica.svg#antagometrica) format("svg"); 	
	font-weight:400; 
	font-style:normal; 
}
@font-face{	
	font-family:avenirlight;
 	src:url(../fonts/Avenir-35lt.eot);
 	src:url(../fonts/Avenir-35lt.eot?#iefix) format("embedded-opentype"),url(../fonts/Avenir-35lt.woff2) format("woff2"),url(../fonts/Avenir-35lt.woff) format("woff"),url(../fonts/Avenir-35lt.ttf) format("truetype"),url(../fonts/Avenir-35lt.svg#avenirlight) format("svg");
 	font-weight:400; 
	font-style:normal; 
}
@font-face{	
	font-family:arual; 
	src:url(../fonts/arual-webfont.eot);
 	src:url(../fonts/arual-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/arual-webfont.woff2) format("woff2"),url(../fonts/arual-webfont.woff) format("woff"),url(../fonts/arual-webfont.ttf) format("truetype"),url(../fonts/arual-webfont.svg#avenir) format("svg");
 	font-weight:400;
 	font-style:normal; 
}
@font-face{	
	font-family:stark;
 	src:url(../fonts/stark-webfont.eot); 
	src:url(../fonts/stark-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/stark-webfont.woff2) format("woff2"),url(../fonts/stark-webfont.woff) format("woff"),url(../fonts/stark-webfont.ttf) format("truetype"),url(../fonts/stark-webfont.svg#aller_lightregular) format("svg");
 	font-weight:400; 
	font-style:normal; 
}
.luckiest{
	font-family: luckiest;
	font-weight: normal;
}
.avenirlight{
	font-family: avenirlight;
	font-weight: normal;
}
/* GENERAL */
html {
  scroll-behavior: smooth;
}
body {
  scroll-behavior: smooth;
}
.pointer{
	cursor: pointer;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.full-screen{
	position: absolute;
	height: 100%;
	width: 100%;
}
input[type=checkbox].supprimer-checkbox {
    accent-color: #dc3545;
}
blink {
    -webkit-animation: 2s linear infinite condemed_blink_effect; // for android
    animation: 2s linear infinite condemed_blink_effect;
}
@-webkit-keyframes condemed_blink_effect { // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes condemed_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
#horloge{
	/* font-family: avenirlight; */
	/* color: rgba(255, 255, 255, 0.5); */
	/* font-weight: bold; */
}
.temps_attente{
    font-family: luckiest;
	font-size: 0.9em;
	font-weight: normal;
}
.horaires{
    font-family: luckiest;
	font-size: 0.9em;
	font-weight: normal;
	color: #343a40;
}
.nom_gestion{
    font-family: luckiest;
	font-size: 1em;
	font-weight: normal;
    color: rgba(0,0,0,0.5);
}
.hover:hover{
    background-color: rgba(0,0,0,0.1);
}
.hover-contrast:hover{
	filter : contrast(90%);
}
/* GESTION OVERFLOW */
.overflow-masquer{
	overflow: hidden;
}
.overflow-x{
	overflow-x: scroll;
	overflow-y: hidden;
}
.overflow-y{
	overflow-y: scroll;
	overflow-x: hidden;
}
.bouton-formulaire{
	float:right;
	width: 50px;
	height: 50px;
	margin: 4px;
}
.breadcrumb-formulaire{
	line-height:54px;
	font-weight: bold;
	position: sticky;
    top: 10px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
    z-index: 10;
}
.navigation-fixe{
	position: sticky;
    top: 10px;
    background-color: #dee2e6;
    z-index: 10;
}
.navigation-fixe-edition{
	position: sticky;
    top: 100px;
    background-color: #dee2e6;
    z-index: 10;
}
.navigation-fixe .nav-link:hover{
	background-color: #f8f9fc;
}
.navigation-fixe-edition .nav-link:hover{
	background-color: #f8f9fc;
}
.entete-fixe{
	position: sticky;
    top: 50px;
    background-color: #f8f9fc;
    z-index: 10;
	box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
}
.entete-fixe-edition{
	position: sticky;
    top: 140px;
    background-color: #f8f9fc;
    z-index: 10;
	box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
}
.entete-fixe-edition-nu{
	position: sticky;
    top: 100px;
    background-color: #f8f9fc;
    z-index: 10;
	box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
}
.navigation-fixe a, .navigation-fixe-edition a{
	color: black;	
}
/* STYLE ACCUEIL */
.texte-big {
	font-size: 13vh;
    line-height: 11vh;
	color:white;
}
.texte-small{
    font-size: 3vh;
    line-height: 3vh;
	color:white;
}
.container-fluid.container-accueil{
	padding: 0;
}
.container-accueil{
    width: 100%;
    height: 100%;
}
.container-accueil a{
    height: 100%;
    width: 25%;
    float: left;
}
.cq{
	background-color:#2E57D3;
}
.cq:hover{
	background-color: #0F3DC5 !important;
}
.siv{
	background-color:#343a40;
}
.siv:hover{
	background-color: #191F24 !important;
}
.admin{
	background-color: #45B85E;
}
.admin:hover{
	background-color: #28a745 !important;
}
.gmao{
	background-color: #F6C23E;
}
.gmao:hover{
	background-color: #AE7F06 !important;
}
/* ----------------------------------------- ADD-ON BOOTSTRAP */
.dark-light{
	background-color: #343a40 !important;
}
.container-fluid{
	padding-bottom: 80px;
}
.scroll-to-top {    
    position: fixed;
    right: 5%;
    bottom: 60px;
    display: none;
    width: 70px;
    height: 70px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(52, 58, 64, 0.6);
    line-height: 46px;
    border: none;
    font-size: 2.8em;
    z-index: 20;
}
.scroll-to-top:hover {
    background: rgba(52, 58, 64, 0.6);
}
.scroll-to-top:focus {
    outline: unset;
}
.rounded {
    border-radius: 0.25rem !important;
}
.copyright {
    font-size: 0.8em;
}
.cacher{
	display: none;
}
.modal-backdrop.show{
	display: none;
}
/* BARRE LATERALE */
.nav-lat{
	overflow: visible;
	width: 4em;
	background-color: #212529;
	min-height: 100vh;
	/* min-height: calc(100vh - 40px); */
	padding-left: 0;
	text-align: center;
	cursor: pointer;
	margin-right: 0;
	transition: margin-right 1s;
	/* font-size: 22px; */
	/* overflow: hidden; */
	white-space: nowrap; 
	text-align: center;
	z-index: 99;
	display: block;
}
.nav-lat-item {
    color: rgba(255, 255, 255, 0.5);
    /* padding: 0rem 1rem; */
    display: block;
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0,0,0,0.9);
}
.nav-lat-login {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.nav-lat-admin{
	background-color: #28a745;	
}
.nav-lat-cq{
	background-color: #0059B6;	
}
.nav-lat-gmao{
	background-color: #212529;	
}
.nav-lat-masquer{
	margin-right: -91px;
	transition: margin-right 1s;
}
.nav-lat-item{
	color: rgba(255, 255, 255, 0.5);
	padding: 0.75rem 1rem;
	display: block;
}
.nav-lat-item span{
	font-size: 0.65rem; 
	display: block;
}
.nav-lat-item:hover{ 
    color: rgba(255,255,255,0.8);
}
.nav-lat-item.active{ 
    /* color: rgba(255,255,255,0.8); */
	/* color: rgba(0,0,0,0.8); */
	color: #212529;
    background: #f8f9fc;
    /* background: rgba(255,255,255,0.9); */
}
.bouton-nav-lat{
    width: 90px;
	font-size: 1.5em;
}
.navbar-admin{
	background-color: #45B85E;	
	--bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
.navbar-cq{
	background-color: #007bff;
	--bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
.navbar-gmao{
	background-color: #007bff;	
	--bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
/* GLOBAL */
#conteneur-general{
	display: flex;
	min-height: calc(100vh - 62px);
}
#conteneur-contenu{
    width: calc(100% - 4em);
    padding-top: 1rem;
	background-color: #f8f9fc;
	z-index: 5;
	overflow: hidden;
}
.footer{
    display: flex;
    width: calc(100% - 4em);
    height: 40px;
    background-color: #e9ecef;
    position: fixed;
    bottom: 0;	
    z-index: 999;
}
/* CARTE INTERACTIVE */
.conteneur_icones {
	position: absolute;
	right: 20px;
	top: 20px;
	display: flex;
	flex-direction: column;
	z-index: 9999;
}
.icone_menu_2 {
	position: relative;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 3px SOLID white;
	color: white;
	font-size: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.icone_menu_2:hover {
	box-shadow: inset 0 0 9999px rgba(0,0,0,0.6);
}	
.disposition-icones{
	position: absolute;
	right: 5px;
	top: 20px;
	display: flex;
	flex-direction: column;
}
.icone-menu{
	padding-top: 10px;
	text-align: center;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 3px SOLID white;
	color: white;
	font-size: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.icone-menu:hover {
	box-shadow: inset 0 0 9999px rgba(0,0,0,0.6);
}
.carte-modal{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;	
	background-color: #f8f9fc;
}
.carte-full{
	width: 100%;
	height: calc(100vh - 40px);
	/* background-color: #f8f9fc; */
	background-color: #f8f9fc;
	/* background-color: #212529; */
	position: relative; 
	outline: none;
	transition: background-color 1s ease;
}
#groupe{
	position: relative;	
	width: 100%;
	height: 70vh;
	z-index: 1;	
}
#mire{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;	
	opacity:0.5;
	pointer-events: none;
}
#mire img{
  width:100%;
  height:100%;
  display:block;
  z-index: 997;
}
/* TAG INPUT ADDON */
.modal-lg, .modal-xl {
	max-width: 120vh;
}
.table-responsive{
	overflow-x: inherit;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white !important;
  background-color: #0d6efd;
  padding: 0.2rem;	  
}
.bootstrap-tagsinput{
	max-width: calc(100% - 30px);
	line-height: 30px;
}
/* CORRECTIF BOOTSTRAP V5 */
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eaecf4;
    border-radius: 0.35rem;
}
.navbar-dark{
	background-color: #343a40 !important;
}
.modal-open {
    padding-right: 0px !important;
}
.four-button {
    aspect-ratio: 1 / 1;
    width: calc(50% - 2px);
    margin: 1px;
    max-width: 40px;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
    display:none;
}
.bordure-gestion{
	border-bottom: 1px solid #dee2e6; 
	border-left: 1px solid #dee2e6;
}
/* popup */
.titre_popup span{	
    color:#005887; 
    /* font-weight:bold; */
	font-family: stark;
	font-size: 22px;
}
.titre_popup_membres span{	
    color:#005887; 
    /* font-weight:bold; */
	font-family: stark;
	font-size: 15px;
}
.informations_popup_membres{
    font-weight:bold;
	font-size: 12px;
}
.lieu_popup span{	
    color:#005887; 
    font-weight:bold;
}
.commentaire_popup span{	
    color:#005887; 
    font-weight:bold;
}
.image {			
	border-bottom: 3px SOLID #e74a3b;
	margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    max-height: 300px;
    overflow:hidden;
}
.image img{			
	width: 302px;
    height: auto;	
}
.bouton_popup {
    font-family: stark;
	top: 5px;
	right: -45px;
	width: 45px;
	height: 45px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
    position: absolute;
    cursor: pointer;
}
.lire_popup {
    background-color: rgba(78, 114, 223, 1);
}
.lire_popup:hover {
	background-color: rgba(78, 114, 223, 0.8);
}
.appel_popup {
	background-color: rgb(0, 160, 1);
}
.appel_popup:hover {
	background-color: rgba(0, 160, 1, 0.8);
}
.whatsapp_popup {
    background-color: rgb(0, 160, 1);
    left: -45px;
}
.whatsapp_popup:hover {
	background-color: rgba(0, 160, 1, 0.8);
}
.leaflet-popup-content-wrapper {
	border-radius: 0px;
    padding: 1px;
    text-align: center;
    border-radius: 0px;
    min-height: 0;
    width: 270px;
}
.leaflet-popup-close-button{
	display: none;
}
.leaflet-bar a.leaflet-disabled {
	background-color: rgba(25,25,25,0.8);
}
.leaflet-bar a:hover {
    background-color: rgba(25,25,25,0.8);
}
#export{
	display: none;
}
.tableau_presence{
	width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    text-align: center;
	margin-top: 6px;
}
.modal-dialog {
	border-radius: 11px;
    z-index: 50;
    box-shadow: 0px 0px 15px black !important;
}
.modal.fade.show{
	background-color: rgba(0,0,0,0.9);
}
.table-large{
	min-width: 1200px;
}
.table-scroll{
	overflow-x: scroll;
}
.table-scroll::-webkit-scrollbar {
  width: 20px;
  cursor: grab;
}

/* Track */
.table-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  cursor: grab;
}
 
/* Handle */
.table-scroll::-webkit-scrollbar-thumb {
  background: #DDDDDD; 
  cursor: grab;
}

/* Handle on hover */
.table-scroll::-webkit-scrollbar-thumb:hover {
  background: #D2D0D0; 
}
/* Couleurs pour visiteurs */
.bouton-filtre-visiteurs {
	width: 80px;
	height: 80px;
	font-size: 1.5rem;
	line-height: 1;
}
.A{background-color: #2c4e8d !important; opacity: 0.2;}
.A.bouton-filtre-visiteurs:hover{opacity: 1;}
.B{background-color: #2d62e4 !important; opacity: 0.2;}
.B.bouton-filtre-visiteurs:hover{opacity: 1;}
.C{background-color: #34bde1 !important; opacity: 0.2;}
.C.bouton-filtre-visiteurs:hover{opacity: 1;}
.D{background-color: #92db2a !important; opacity: 0.2;}
.D.bouton-filtre-visiteurs:hover{opacity: 1;}
.E{background-color: #3c803d !important; opacity: 0.2;}
.E.bouton-filtre-visiteurs:hover{opacity: 1;}
.F{background-color: #ffc300 !important; opacity: 0.2;}
.F.bouton-filtre-visiteurs:hover{opacity: 1;}
.G{background-color: #ef6526 !important; opacity: 0.2;}
.G.bouton-filtre-visiteurs:hover{opacity: 1;}
.H{background-color: #df333f !important; opacity: 0.2;}
.H.bouton-filtre-visiteurs:hover{opacity: 1;}
.I{background-color: #ca408b !important; opacity: 0.2;}
.I.bouton-filtre-visiteurs:hover{opacity: 1;}
.J{background-color: #8a8a8a !important; opacity: 0.2;}
.J.bouton-filtre-visiteurs:hover{opacity: 1;}
.K{background-color: #ad774b !important; opacity: 0.2;}
.K.bouton-filtre-visiteurs:hover{opacity: 1;}
.L{background-color: #232323 !important; opacity: 0.2;}
.L.bouton-filtre-visiteurs:hover{opacity: 1;}
.filtre-visiteurs{
	opacity: 1;
}