.cadre_controle_des_couches {
    width: 300px;
    border-radius: 0;
    margin-left: 0!important;
    margin-top: 0!important;
    height: calc(100vh);
    overflow: auto;
}
#btn_close_cc, .leaflet-popup-close-button, .close {
    color: #cccccc!important;
    margin-top: -6px;
    opacity: 1;
    font-size: 35px;
}
#btn_close_cc:hover, .leaflet-popup-close-button:hover, .close:hover {
    color: #95a5a6!important;
}
#titre_controle_couche {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    color: #337ab7!important;
}
.titre_couche {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin-top: 9px;
}
.titre_filtre {
    margin-top: 10px;
    color: #000000;
}
.cadre_filtre {
    overflow: auto;
}
.filtre {
    margin-right: 3px!important;
}

.leaflet-control-search .search-tooltip {
    position: relative;
    top: 100%;
    left: 0;
    float: left;
    list-style: none;
    padding-left: 0;
    min-width: 120px;
    max-height: 122px;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1010;
    overflow-y: auto;
    overflow-x: visible;
    cursor: pointer;
}

.leaflet-control-search .search-tip {
    font-size: 13px;
    margin: 2px;
    padding: 2px;
    display: block;
    color: black;
    background: #F0F0F0;
    border-radius: 0.25em;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: center;
}