.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#map, #map-detail, #map-form {
    z-index: 0;
}

.leaflet-popup-content {
    margin: 10px !important;
}

.leaflet-popup-content p {
    margin: 2px 0 !important;
}

/* Garde-fou : quelle que soit la taille naturelle de l'image chargee dans une bulle,
   elle ne doit jamais deborder du cadre de la popup Leaflet. */
.leaflet-popup-content,
.leaflet-popup-content * {
    box-sizing: border-box;
}

.leaflet-popup-content img {
    max-width: 100%;
}

[dir="rtl"] body {
    font-family: "Noto Sans Arabic", ui-sans-serif, system-ui, sans-serif;
}
