/*

css gis_plus

*/

/* par securite pas de border sur les liens si contenus dans un texte */
.leaflet-popup-content .title a{border:none}

.legende_map {
    background: #F0F7EE;
    margin: 1rem;
    padding: 1rem;
    width: auto;
    color: #000;
    border-radius: 0.2rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.legende_map ul{margin:0; padding:0;}
.legende_map li {
    font-family: Arial, sans-serif;
    font-size: 120%;
    list-style-type: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    padding-left: 20px;
    margin-bottom: 6px;
}



.mapico_marker_rouge{
 background-image: url();
}

.mapico_marker_vert{
 background-image: url();
}

.mapico_marker_bleu{
 background-image: url();
}

.mapico_marker_orange{
 background-image: url();
}

.mapico_defaut{
 background-image: url();
}
