.leaflet-control-layers-expanded {
    width: 200px !important;
}
.info { 
    padding: 6px 8px;
    /* font: 14px/16px Arial, Helvetica, sans-serif; */
    font-family: 'Marianne';
    /* background: rgb(14, 13, 13); */
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
} 
.info h4 {
    margin: 0 0 5px;
    color: rgb(15, 57, 196);
}
.leaflet-control-search leaflet-control {
    width: 500px !important;
}

.icon-autre {
	background: url('../img/icons/autre.png') top left no-repeat;
}

.icon-site-popup-selected{
    width:16;
    height:16;
}

.leaflet-control{
    background: #fff;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
    background-image: None;
}

.leaflet-popup-content-wrapper {
    max-height: 40vh;
    overflow-y:hidden;
    border: 0.1rem double #e83c4eff;
}

.leaflet-popup-content {
    font-family: 'Marianne';
    overflow-y: auto;
    width: 250px;
    //max-height: 380px;
    //good : max-height: 280px;
    max-height: 40vh;
    //height: 280px;
}
