<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
.wrapper {
    /*    overflow: hidden !important*/
}

.marg {
    padding: 0 !important;
    margin: 0 !important;
}

.marg_m {
    margin: 0 !important;
}

.marg_p {
    padding: 0 !important;
}


/**** Map BOX ****/

#box_map_dsh,
#map {
    height: 470px;
    /*70vh !important;*/
    padding: 5px;
}


/*.list_dash {
    height: 180px;
    overflow-y: auto;
    font-size: 10px;
}*/


/***   LEGEND, GRAPH 1, GRAPH 2, EVOLUTION DANS BOX MAP  ***/

#map_globe {
    position: absolute;
    left: 5px;
    top: 5px;
}

#map_globe img {
    width: 45px;
}

#map_globe div {
    display: inline-block;
}

#map_titre {
    position: absolute;
    bottom: 10px !important;
    left: 5px
}

#map_area {
    position: absolute;
    top: 2px !important;
    right: 5px !important;
    z-index: 1000
}

#graph_legend .case {
    /*    position: absolute;*/
    display: inline;
    font-size: 10px;
}

#graph_legend .case div {
    /*    position: absolute;*/
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    /* border: 0.3px solid #000 */
}

.graph_titre_1,
.graph_titre_2,
.graph_titre_3 {
    font-weight: 500;
    font-size: 13px !important;
    color: #1b7cbd;
}

.chart_2_scroll {
    height: 135px;
    overflow-y: auto;
    overflow-x: hidden;
}


/***   BARRE DE BOUTON DANS BOX MAP  ***/


/*#map_btn {
    position: absolute;
    bottom: 0px !important;
    right: 10px !important;
    z-index: 1000
}

.info {
    padding: 4px 6px;
    font: 12px/14px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 4px;
    color: #777;
    size: 10px !important;
}

.legend {
    text-align: left;
    line-height: 16px;
    color: #555;
}

.legend i {
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 4px;
    opacity: 0.7;
}

.legend .circlepad {
    
    margin-bottom: 0px !important;
    bottom: 0 !important;
    text-align: center;
}

.legend .circlepadding {
   
    margin-bottom: 0px !important;
}

.leaflet-control-zoom-in {
    margin-top: 50px;
}*/

.map-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    font-family: Arial, sans-serif;
    overflow: auto;
    border-radius: 4px;
}

#features {
    top: 0;
    height: 215px;
    margin-top: 5px;
    width: 190px;
    padding: 5px;
}

#legend {
    padding: 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 17px;
    height: 140px;
    margin-bottom: 40px;
    width: 135px;
}

.legend-key {
    display: inline-block;
    border-radius: 20%;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.map-overlay h5 {
    font-size: 1, 1.3em;
}

.map-overlay h6 {
    font-size: 0.80em;
}

.map-overlay p {
    font-size: 0.70em;
    /* margin: 10px; */
    text-align: left;
}

.map-overlay span {
    display: inline-block;
    font-size: 0.70em;
    text-align: left;
}

.marker {
    background-image: url('dashboard/alert_1.png');
    background-size: cover;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.mapboxgl-popup {
    max-width: 300px !important;
}

.mapboxgl-popup-content {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 18;
}

.mapboxgl-popup-content a {
    font-size: 11px;
    /*display: block;
    border-bottom: solid 1px #646464;*/
}

.mapboxgl-popup-content span {
    font-size: 10px;
}</pre></body></html>