/* Full-bleed : la carte sort des marges du container parent */
.cdp-services-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.cdp-services-map {
    width: 100%;
    height: 600px;
}

/* Pins SVG via divIcon */
.cdp-pin {
    background: transparent;
    border: none;
}

.cdp-pin svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Tooltip au survol : style aligné avec les popups résidence */
.cdp-service-tooltip.leaflet-tooltip {
    background: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 10px 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #a51916;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    max-width: 260px;
}

.cdp-service-tooltip.leaflet-tooltip-top::before {
    border-top-color: #FFFFFF;
}
.cdp-service-tooltip.leaflet-tooltip-bottom::before {
    border-bottom-color: #FFFFFF;
}
.cdp-service-tooltip.leaflet-tooltip-left::before {
    border-left-color: #FFFFFF;
}
.cdp-service-tooltip.leaflet-tooltip-right::before {
    border-right-color: #FFFFFF;
}
