@charset "utf-8";
*, *::before, *::after {
    box-sizing: border-box;
}
*:focus {
    box-shadow: none!important;
    outline: none!important;
}
/* font-family: 'Quicksand', sans-serif;  */
@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Medium.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* font-family: 'IBM Plex Mono', monospace; */
@font-face {
    font-family: 'IBM Plex Mono';
    src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IBM Plex Mono';
    src: url('../fonts/IBMPlexMono-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body, html {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    height: 100%;
    background-color: #000000;
    line-height: 1.5;
    margin: 0px;
}

b {
    font-weight: bold;
    box-sizing: border-box;
}

.leaflet-container {
    background: none!important;
}
.leaflet-control-attribution {
    background-color: #0A0A0A!important;
}
.maoc_global {
    display: flex;
    height: 100%;
    background-color: #0A0A0A;
    width: 100%;
}

.maoc_colonne_gauche {
    flex: 1;
    height: 100%;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #3A3A3A;
    position: relative;
}
/* Bandeau d'alerte rouge */
.maoc_bandeau_alerte {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(217, 108, 108, 0.9);
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
    font-size: 14px;
    border-style: none;
    z-index: 1000;
}
.maoc_map {
    width: 100%;
    height: calc(100% - 180px);
    background-color: #0A0A0A;
    color: #889098;
    font-size: 14px;
    padding: 10px;
}
.maoc_liste {
    width: 100%;
    height: calc(100% - 180px);
    background-color: #0A0A0A;
    color: #000000;
    font-size: 10px;
    padding: 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #444 #111;
    cursor: pointer;
}
.maoc_stats {
    height: 180px;
    background-color: #141414;
}
.maoc_recherche {
    height: 50px;
}
.maoc_barre_recherche {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    border: none;
    background-color: #0A0A0A;
    color: #B0B8C1;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2px;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    font-weight: bold;
}
.maoc_colonne_droite {
    background-color: #0A0A0A;
    width: 350px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #444 #111;
}
.maoc_colonne_droite::-webkit-scrollbar {
    width: 8px;
}

.maoc_colonne_droite::-webkit-scrollbar-track {
    background: #111; /* Piste sombre */
}

.maoc_colonne_droite::-webkit-scrollbar-thumb {
    background-color: #444; /* Couleur du pouce */
    border-radius: 4px;
}

.maoc_colonne_droite::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}
.maoc_heure {
    color: #B0B8C1;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    letter-spacing: 2px;
}
hr.maoc_separator {
    border: none;
    border-top: 1px solid #2E2E2E;
    opacity: 0.6;
    margin: 0px!important;
}
.maoc_actualisation {
    color: #889098;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    letter-spacing: 2px;
}
.maoc_titre_filtre {
    text-align: center;
    background-color: #0F1C2E;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 20px;
    color: #B0B8C1;
}
.maoc_bandeau_descriptif {
    background-color: #0A0A0A;
    height: 30px;
    border-bottom: 1px solid #2E2E2E;
    display: flex;
    flex-wrap: wrap;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #3A3A3A;
}
.maoc_ligne_choix {
    padding: 10px;
    height: auto;
    border: none;
    border-bottom: 1px solid #2E2E2E;
    margin: 0px!important;
}
.maoc_ligne_choix::after {
    content: "";
    display: table;
    clear: both;
}
.maoc_titre_checkbox {
    color: #B0B8C1;
    text-align: left;
    float: left;
    width: calc(100% - 60px);
    padding-left: 10px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}
.maoc_contenu_checkbox {
    text-align: left;
    float: left;
}
.maoc_legende_statut {
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
.maoc_titre_bandeau_info {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    width: 100%;
    background-color: #0F1C2E;
    padding: 5px;
}
.maoc_tableau_col_gauche {
    vertical-align: top;
    background-color: #050505;
    padding: 5px;
    padding-left: 10px;
    width: 50%;
    font-size: 14px;
}
.maoc_tableau_col_droite {
    vertical-align: top;
    padding: 5px;
    padding-left: 10px;
    font-size: 14px;
}
.maoc_tableau_ligne {
    border-bottom: 1px solid #2E2E2E;
}
.maoc_switch_target {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #2C3E50;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}
.maoc_switch_target:hover {
    background-color: #1B2A38;
}
.maoc_liste_global {
    background-color: #1B2A38;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 5px;
    transition: background-color 0.3s ease;
}




/* SLIDER */
#maoc_slide_info {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100%;
    background-color: #0A0A0A;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #3A3A3A;
    color: #ffffff;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
}

#maoc_slide_info.open {
    left: 0;
}

/* BOUTON SWITCH */
.maoc-switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}

.maoc-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.maoc-slider {
    position: absolute;
    cursor: pointer;
    background-color: #2E2E2E;
    border-radius: 24px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 0.3s;
}

.maoc-slider::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: #767E87;
    border-radius: 50%;
    transition: transform 0.3s, background-color 0.3s;
}

.maoc-switch input:checked + .maoc-slider {
    background-color: #004777;
}

.maoc-switch input:checked + .maoc-slider::before {
    transform: translateX(18px);
    background-color: #B0F1B5;
}


/* DESCRIPTION DES ALERTES */
.maoc_legende_statut {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.maoc_carre_couleur {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    margin-right: 8px;
}

.maoc_texte_couleur {
    color: #B0B8C1;
    font-size: 14px;
    padding-top: 2px;
}
.input_identification {
    width: 30%;
    min-width: 200px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-top: 30px;
}
.input_identification_titre {
    text-align: left;
    color: #FFFFFF;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    margin-top: 30px;
}
.input_identification_form {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-color: #7C9AA6;
    border-width: 2px;
    background-color: #262626;
    color: #FFFFFF;
}
.erreur_input {
    border-color: #ED0E28!important;
}
.titre_connexion {
    letter-spacing: 5px;
    font-size: 60px;
    text-transform: uppercase;
    color: #7C9AA6;
    text-align: center;
}
.logo_connexion {
    text-align: center;
    width: 100%;
}
.img_logo_connexion {
    text-align: center;
    width: 80px;
    height: auto;
}
.btn_identification {
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #7C9AA6;
    cursor: pointer;
    color: #FFFFFF;
    transition: background-color 0.4s ease, color 0.4s ease;
}
.btn_identification:hover {
    background-color: #3390BF;
    color: #FFFFFF;
}