/* Kesli — section carte d'Europe (home) */

.europe-map-section {
    padding: 120px 20px 40px;
    background: #ffffff;
    text-align: center;
}

.europe-map-section .featured-subtitle {
    display: inline-block;
    margin-bottom: 12px;
}

.europe-map-section .featured-title-centered {
    max-width: 720px;
    margin: 0 auto 16px;
}

.europe-map-section .featured-title-centered em {
    font-style: italic;
    color: #CD6B5B;
}

.europe-map-section .europe-map-lead {
    max-width: 620px;
    margin: 0 auto 48px;
    color: #5a6472;
}

.europe-map-section .europe-map-wrap {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.europe-map-section .kesli-europe-svg {
    width: 100%;
    height: auto;
    display: block;
}

.europe-map-section .kesli-country {
    fill: none;
    stroke: #CD6B5B;
    stroke-width: 0.8;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.europe-map-section .kesli-dot-core {
    fill: #CD6B5B;
    stroke: #ffffff;
    stroke-width: 1.8;
}

.europe-map-section .kesli-dot-pulse {
    fill: #CD6B5B;
}

.europe-map-section .kesli-city-label {
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
    font-weight: 500;
    fill: #1a1a1a;
    paint-order: stroke;
    stroke: #ffffff;
    stroke-width: 4;
    stroke-linejoin: round;
    pointer-events: none;
}

.europe-map-section .kesli-dot-group {
    cursor: pointer;
}

.europe-map-section .kesli-dot-group:hover .kesli-dot-core {
    r: 7;
}

.europe-map-section a {
    text-decoration: none;
}

.europe-map-section .europe-map-footer {
    margin-top: 28px;
    color: #777;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
}

.europe-map-section .europe-map-footer strong {
    color: #CD6B5B;
    font-size: 18px;
}

/* Tooltip produit au survol */
.europe-map-section .kesli-tooltip {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -100%) translateY(-14px);
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 10;
    top: 0;
    left: 0;
}

.europe-map-section .kesli-tooltip.is-visible {
    opacity: 1;
    transform: translate(-50%, -100%) translateY(-18px);
}

.europe-map-section .kesli-tooltip-inner {
    position: relative;
    background: #ffffff;
    border: 1px solid #eee;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
    padding: 10px 10px 12px;
    border-radius: 4px;
    width: 170px;
    text-align: center;
}

.europe-map-section .kesli-tooltip-inner::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.europe-map-section .kesli-tooltip-img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #fafafa;
}

.europe-map-section .kesli-tooltip-label {
    margin-top: 8px;
    font-family: 'Archivo', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a1a1a;
}

@media (max-width: 700px) {
    .europe-map-section {
        padding: 80px 14px 32px;
    }
    .europe-map-section .kesli-city-label {
        display: none;
    }
    .europe-map-section .kesli-tooltip-inner {
        width: 150px;
    }
    .europe-map-section .kesli-tooltip-img {
        height: 180px;
    }
}
