/* Cabinet Stellar v1.4.26 — section localisation isolée pour éviter les anciens caches CSS */
.stellar-location-map--v1426 {
    padding-block: clamp(64px, 8vw, 112px) !important;
    background: var(--stellar-paper, #f6f4f8) !important;
}

.stellar-location-map--v1426 .stellar-location-map__panel {
    display: grid !important;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
    align-items: stretch !important;
    gap: 0 !important;
    overflow: hidden !important;
    min-height: 560px !important;
    border: 1px solid rgba(117, 54, 255, .16) !important;
    border-radius: clamp(28px, 3vw, 44px) !important;
    background: #ffffff !important;
    box-shadow: 0 30px 80px rgba(31, 20, 48, .12) !important;
}

.stellar-location-map--v1426 .stellar-location-map__copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    min-width: 0 !important;
    padding: clamp(42px, 5vw, 76px) !important;
    background: linear-gradient(145deg, #7c35ff 0%, #5b23d4 100%) !important;
    color: #ffffff !important;
}

.stellar-location-map--v1426 .stellar-section-head {
    margin: 0 !important;
    max-width: 620px !important;
}

.stellar-location-map--v1426 .stellar-section-head .stellar-eyebrow {
    margin: 0 0 16px !important;
    color: rgba(255,255,255,.74) !important;
}

.stellar-location-map--v1426 .stellar-section-head h2 {
    margin: 0 !important;
    max-width: 10ch !important;
    color: #ffffff !important;
    font-size: clamp(2.25rem, 4.2vw, 4.7rem) !important;
    line-height: .98 !important;
    letter-spacing: -.055em !important;
}

.stellar-location-map--v1426 .stellar-section-head > p:last-child {
    margin: 24px 0 0 !important;
    max-width: 36rem !important;
    color: rgba(255,255,255,.82) !important;
    font-size: clamp(1rem, 1.2vw, 1.12rem) !important;
    line-height: 1.7 !important;
}

.stellar-location-map--v1426 .stellar-location-map__details {
    display: grid !important;
    gap: 18px !important;
    width: min(100%, 580px) !important;
    margin-top: 30px !important;
}

.stellar-location-map--v1426 .stellar-location-map__address-block,
.stellar-location-map--v1426 .stellar-location-map__contact a {
    padding: 18px 20px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.10) !important;
    color: #ffffff !important;
}

.stellar-location-map--v1426 .stellar-location-map__address-block address {
    margin: 7px 0 0 !important;
    color: #ffffff !important;
    font-style: normal !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
}

.stellar-location-map--v1426 .stellar-location-map__label {
    display: block !important;
    color: rgba(255,255,255,.66) !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

.stellar-location-map--v1426 .stellar-location-map__contact {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
}

.stellar-location-map--v1426 .stellar-location-map__contact a {
    display: block !important;
    min-width: 0 !important;
    text-decoration: none !important;
}

.stellar-location-map--v1426 .stellar-location-map__contact strong {
    display: block !important;
    margin-top: 7px !important;
    overflow-wrap: anywhere !important;
    color: #ffffff !important;
    font-size: .95rem !important;
    line-height: 1.35 !important;
}

.stellar-location-map--v1426 .stellar-location-map__actions {
    margin-top: 30px !important;
}

.stellar-location-map--v1426 .stellar-location-map__actions .stellar-btn {
    margin: 0 !important;
    background: #ffffff !important;
    color: #5d24d5 !important;
    box-shadow: 0 18px 42px rgba(21, 10, 54, .20) !important;
}

.stellar-location-map--v1426 .stellar-location-map__frame {
    position: relative !important;
    overflow: hidden !important;
    min-width: 0 !important;
    min-height: 560px !important;
    padding: 0 !important;
    background: #e8e5ef !important;
}

.stellar-location-map--v1426 .stellar-location-map__frame iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 560px !important;
    border: 0 !important;
}

@media (max-width: 980px) {
    .stellar-location-map--v1426 .stellar-location-map__panel {
        grid-template-columns: 1fr !important;
    }

    .stellar-location-map--v1426 .stellar-section-head h2 {
        max-width: 13ch !important;
    }

    .stellar-location-map--v1426 .stellar-location-map__frame,
    .stellar-location-map--v1426 .stellar-location-map__frame iframe {
        min-height: 420px !important;
    }
}

@media (max-width: 620px) {
    .stellar-location-map--v1426 {
        padding-block: 48px !important;
    }

    .stellar-location-map--v1426 .stellar-location-map__panel {
        border-radius: 26px !important;
    }

    .stellar-location-map--v1426 .stellar-location-map__copy {
        padding: 34px 24px 38px !important;
    }

    .stellar-location-map--v1426 .stellar-location-map__contact {
        grid-template-columns: 1fr !important;
    }

    .stellar-location-map--v1426 .stellar-location-map__frame,
    .stellar-location-map--v1426 .stellar-location-map__frame iframe {
        min-height: 340px !important;
    }
}
