a.nav-link.active {
    /*font-weight: bold;*/
}

.prestations-header {
    --prestations-navbar-height: 0px;
}

.prestations-header.is-nav-floating {
    padding-top: var(--prestations-navbar-height);
}

.prestations-header.is-nav-floating .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


.menu-logo {
    display: block;
    width: auto;
    max-width: 12rem;
    max-height: 3rem;
    object-fit: contain;
}

.prestations-header-hero {
    background: #fff;
}

.prestations-header-banner {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.prestations-header-intro {
    background: #fff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .08);
}

.prestations-header-intro-inner {
    display: flex;
    align-items: center;
    gap: 2rem;
    min-height: 8.5rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.prestations-header-badge-frame {
    flex: 0 0 auto;
    width: clamp(8rem, 16vw, 13.5rem);
    aspect-ratio: 1;
    margin-top: calc(clamp(8rem, 16vw, 13.5rem) / -2);
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 .7rem 1.6rem rgba(0, 0, 0, .3);
    overflow: hidden;
}

.prestations-header-badge {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.prestations-header-copy {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: .35rem;
}

.prestations-header-copy h1 {
    margin: 0;
    color: var(--bs-warning-text-emphasis, #8a5a17);
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.05;
    font-family: "Oleo Script", system-ui;
    font-weight: 400;
    font-style: normal;
}

.prestations-header-copy p {
    margin: .85rem 0 0;
    color: var(--bs-secondary-color);
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    font-weight: 600;
}

.footer-h1 {
    font-family: "Oleo Script", system-ui;
}

.footer-widget a{
    text-decoration: none;
    color: #e8e6e6;
    font-size: 1.1em;
    line-height: 1.8em;
}
.footer-widget ul{
    list-style-type: none;
}

.copyright {
    font-size: 0.8em;
    color: #b3b0b0;
}

@media (max-width: 767.98px) {
    .prestations-header-intro-inner {
        flex-direction: column;
        gap: .75rem;
        text-align: center;
    }

    .prestations-header-badge-frame {
        width: 8.5rem;
        margin-top: -4.25rem;
    }

    .prestations-header-copy h1 {
        font-size: 2rem;
    }
}
