* {
    margin: 0;
    padding: 0;
}

html { box-sizing: border-box; }

html, body { height: 100%; }

#mapid {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrapper {
    position: relative;
    height: 100%; 
    width: 100%;
}

.picto {
    width:19px; 
    transform: translateY(5px);
}

a.leaflet-popup-close-button { display: none; }

.leaflet-popup-content { margin: 0px; }

.leaflet-popup-content p {
    margin: 10px;
    text-align: justify;
}


