#HTTP_HEADER{'Content-Type: text/css'}
/*
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;
}
[(#SET{class_css,[(#TITRE|strtolower|translitteration|corriger_caracteres|replace{' ','_'})]})]
.mapico[_(#GET{class_css})]{
background-image: url([(#LOGO_MOT|extraire_attribut{src})]);
}
.mapico_defaut{
background-image: url([(#LOGO_MOT|extraire_attribut{src})]);
}