body{
    padding: 0;
    margin: 0;
}
.mapContainer{

    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 18px;
    
    /* background-color: red; */
}
#map {
    width: 100%;
    height:100%;
    border-radius: 18px;
}


.iconLeaflet{

    border-radius:50%;
}

.leaflet-popup-content {
    color: var(--ecriture) !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: var(--ChampEcriture) !important;
}