/* HTML, BODY */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
/* MAP */
#map {
    height: 100%!important;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}
#titre_controle_couche {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    color: #dc3028!important;
}
.leaflet-popup-scrolled {
    *overflow: hidden!important;
}

.cadre {
    padding: 6px 8px;
    font-family: 'Poppins', Helvetica Neue, Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.cadre_controle_indicateur {
    width: 320px;
}

.cadre_filtre {
    overflow: auto;
}

.cadre_controle_graphique {
    *width: 400px;
}

.leaflet-control-easyPrint {
    display: none;
}

.popup_titre {
    color: #dc3028;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.popup_sous_titre {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

ul {
    list-style: none;
    padding-left: 0;
}
.swatch {
    width:20px;
    height:20px;
    float:left;
    margin-right:10px;
}

.leaflet-container {
    background-color: #FFFFFF;
}


/* ACCORDION BOOTSTRAP */
/**********************/
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #0078A8!important;
}
.no_underline:hover, .no_underline:focus {
    text-decoration: none;
    color: #0078A8;
}
.panel-heading:hover {
    background: #DBDBDB;
}
.panel-group {
    margin-bottom: 5px;
}
.panel-heading {
    padding: 5px 7.5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.cadre h4 {
    margin: 0;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #737373!important;
    font-weight: bold;
}
.panel-default {
    border-color: #ddd;
}
/**********************/

label {
    font-size: 13px;
    font-weight: normal;
}

.label_hover {
    z-index: 9999999;
}

.fas {
    color: #dc3028;
}
.titre_categorie_filtre {
    color: #dc3028;
    margin-top: 16px;
    font-size: 14px;
}
.titre_filtre {
    color: #000000;
    margin-top: 8px;
}
.form-group label {
    *font-weight: bold;
}
.message_erreur_form {
    display: none;
    color: #FF0000;
    margin-top: 15px;
    text-align: center;
}
.libelle_popup {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}
.col_1_popup {
    font-weight: bold;
    width: 150px;
}
.titre_legende {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
}
.classe_legende {
    margin-bottom: 7px;
    line-height: 25px;
    *font-weight: bold;
}
.carre_classe_legende {
    width:40px;
    height:20px;
    float:left;
    margin-right:10px;
    *opacity: 0.7;
}

.vector-marker i {
    position: absolute;
    *top: 6px;
    left: 0;
    *font-size: 10px;
}



.capaTotale_x1 path, .capaTotale_x1_5, .capaTotale_x1_75, .capaTotale_x2_25 path {
    stroke: black;
    stroke-opacity: 0.4;
    stroke-width: 1;
}


.capaTotale_x1 i {
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 11px;
}

.capaTotale_x1_5 i {
    position: absolute;
    top: 11px;
    left: 9px;
    font-size: 14px;
}

.capaTotale_x1_75 i {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 18px;
}


.btn_mode_affichage {
    display: inline-block;
    width: 120px;
    color: #FFFFFF;
    padding: 2px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 4px;
}

.leaflet-gac-control {
    width: 300px;
}

div[class*="FFFFFF"] {
    cursor: grab!important;
}

.cadre_legende {
    max-height: 230px;
    overflow: auto;
}
.leaflet-control-zoom-in:hover {
    text-decoration: none;
}
.leaflet-control-zoom-out:hover {
    text-decoration: none;
}