.place-border-tooltip {
    background: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 12px;
    box-shadow: 0 4px 12px rgba(46, 204, 113, 0.3);
    z-index: 1000;
}
.place-border-tooltip::before {
    border-top-color: rgba(46, 204, 113, 0.95);
}
/* Désactiver le cadre noir (outline) sur le contour lors du clic */
.leaflet-pane.searchBorderPane svg,
.leaflet-pane.searchBorderPane svg path,
.leaflet-pane.searchBorderPane svg polygon,
.leaflet-pane.searchBorderPane svg polyline {
    outline: none !important;
    outline-offset: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}
.leaflet-pane.searchBorderPane svg:focus,
.leaflet-pane.searchBorderPane svg path:focus,
.leaflet-pane.searchBorderPane svg polygon:focus,
.leaflet-pane.searchBorderPane svg polyline:focus {
    outline: none !important;
    outline-offset: 0 !important;
}
