/*customisation de la bulle*/
.custom-popup .leaflet-popup-content-wrapper {
    background-color: #fffcfc;
    color: #000000;
    font-weight: bold;
    border-radius: 8px;
    padding: 0 6px;
    width: auto;  
    height: 27px;
    overflow: visible;
}

/* Petite flèche qui pointe vers le marqueur */
.custom-popup .leaflet-popup-tip {
    background-color: #fffcfc;
    padding-block:0px;

}

/* Contenu du popup (le texte) */
.custom-popup .leaflet-popup-content {
    text-align: center;
	font-size: 1.2em;
	font-family: "Segoe UI", sans-serif;
    padding: 4px 0;
	margin: 8px 13px 8px 8px;
    line-height: 130%;
}

/* petit bouton de fermeture */
.custom-popup .leaflet-container a.leaflet-popup-close-button {
    top: 3px;
    right: 1px;
    width: 18px;
    height: 18px;
    font: 16px / 24px Tahoma, Verdana, sans-serif;
    color: #757575;
}

.sourceinmap {
	font-weight: 300;
	font-size: 85%;
}