/* GESTION FONTS */
@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;
}
.luckiest{
	font-family: luckiest;
	font-weight: normal;
}
.avenirlight{
	font-family: avenirlight;
	font-weight: normal;
}
/* GENERAL */
.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: 90px;
	background-color: #212529;
    min-height: calc(100vh - 62px);
	padding-left: 0;
	text-align: center;
	cursor: pointer;
	margin-right: 0;
	transition: margin-right 1s;
}
.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);
}
.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: 100%;
    padding-top: 1rem;
	background-color: #f8f9fc;
	z-index: 5;
}
.footer{
    display: flex;
    width: 100%;
    height: 40px;
    background-color: #e9ecef;
    position: fixed;
    bottom: 0;	
    z-index: 2;
}
/* CARTE INTERACTIVE */
.conteneur-icones{
	position: relative;
	/* height: 100%; */
	/* width: 100%; */
	z-index: 999;
}
.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;
}
.icone-menu:hover {
	box-shadow: inset 0 0 9999px rgba(0,0,0,0.6);
}
.map-modal{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;	
	background-color: #465a28;
}
.map-full{
	width: 100%;
	height: calc(100vh - 103px);
	background-color: #465a28;
}
#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;
}