.hero-site-bg,
body {
    background: var(--gris-50);
}

.hero::after,
.page-hero::after {
    background: rgba(248, 250, 252, .58);
}

.footer {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.footer .footer-title {
    color: #003d7a;
    font-weight: 900;
    text-shadow: 0 1px 3px rgba(255, 255, 255, .9);
}

.footer a,
.footer .footer-copy {
    color: #071426;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(255, 255, 255, .92);
}

.footer a:hover,
.footer a:focus-visible {
    color: #000;
}

.footer .footer-whatsapp {
    color: #0b6b37 !important;
}

.footer-modern {
    padding: 34px 16px 32px;
}

.footer-modern .footer-modern-content {
    display: block;
    width: min(760px, 100%);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.footer-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 8px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 14px 40px rgba(15, 23, 42, .12);
}

.footer-brand-block {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.footer-logo-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--bleu-france), var(--bleu-dark));
    color: var(--blanc);
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: none;
}

.footer-brand-name {
    color: #071426;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
    text-shadow: none;
}

.footer-brand-text {
    margin-top: 4px;
    color: #27364a;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
    text-shadow: none;
}

.footer-cta-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    flex: 0 0 170px;
}

.footer .footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
    text-shadow: none;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
}

.footer .footer-cta.primary {
    background: var(--bleu-france);
    color: var(--blanc);
}

.footer .footer-cta.whatsapp {
    background: #0f7a3d;
    color: var(--blanc) !important;
}

.footer-featured {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.footer .footer-feature-card {
    display: grid;
    gap: 3px;
    min-height: 86px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    color: #071426;
    font-weight: 750;
    text-shadow: none;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .10);
}

.footer .footer-feature-card strong {
    color: #071426;
    font-size: 16px;
    line-height: 1.25;
}

.footer .footer-feature-card span:last-child {
    color: #334155;
    font-size: 13px;
    line-height: 1.3;
}

.footer-feature-kicker {
    color: var(--bleu-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.footer-compact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.footer-panel {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 8px;
    background: rgba(255, 255, 255, .70);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
}

.footer-panel summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 12px 14px;
    color: #003d7a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
    text-shadow: 0 1px 3px rgba(255, 255, 255, .85);
}

.footer-panel summary::-webkit-details-marker {
    display: none;
}

.footer-panel summary::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 999px;
    background: rgba(0, 85, 164, .10);
    color: #003d7a;
    font-size: 18px;
    line-height: 1;
}

.footer-panel[open] summary::after {
    content: "-";
}

.footer-panel .footer-link-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 14px 14px;
}

.footer-panel .footer-link-cloud a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #071426;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.25;
    text-shadow: none;
    box-shadow: inset 0 0 0 1px rgba(0, 85, 164, .10);
}

.footer-panel .footer-link-cloud a:hover,
.footer-panel .footer-link-cloud a:focus-visible,
.footer-feature-card:hover,
.footer-feature-card:focus-visible {
    background: rgba(255, 255, 255, .95);
    color: var(--bleu-dark);
    box-shadow: inset 0 0 0 1px rgba(0, 85, 164, .28), 0 10px 24px rgba(15, 23, 42, .12);
}

.footer-modern-bottom {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(7, 20, 38, .14);
}

.hero,
.page-hero {
    background:
        linear-gradient(90deg, rgba(0, 35, 72, .84) 0%, rgba(0, 70, 130, .68) 48%, rgba(0, 85, 164, .46) 100%),
        url("../images/photo-lyon2.jpg") center 45% / cover no-repeat;
}

.hero::before {
    display: none;
}

.page-hero-icon {
    color: var(--blanc);
}

.hero-badge,
.page-highlights span {
    background: rgba(0, 85, 164, .68);
    box-shadow: 0 8px 22px rgba(0, 35, 72, .18);
}

@media (max-width: 520px) {
    body {
        background: var(--gris-50);
    }

    .hero::after,
    .page-hero::after {
        background: rgba(248, 250, 252, .58);
    }

    .footer {
        background: transparent;
    }

    .footer-modern {
        padding: 28px 14px 96px;
    }

    .footer-hero {
        align-items: stretch;
        flex-direction: column;
        padding: 16px;
    }

    .footer-brand-block {
        align-items: flex-start;
    }

    .footer-cta-row,
    .footer .footer-cta {
        width: 100%;
    }

    .footer-featured,
    .footer-compact-grid {
        grid-template-columns: 1fr;
    }

    .footer .footer-feature-card {
        min-height: auto;
    }

    .hero,
    .page-hero {
        background:
            linear-gradient(180deg, rgba(0, 35, 72, .88) 0%, rgba(0, 70, 130, .72) 100%),
            url("../images/photo-lyon2.jpg") center center / cover no-repeat;
    }
}
