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

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

.prestations-header-banner {
    display: block;
    width: 100%;
    height: clamp(13rem, 30vw, 28rem);
    object-fit: cover;
    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);
    border: .35rem solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 .7rem 1.6rem rgba(0, 0, 0, .3);
    overflow: hidden;
}

.prestations-header-badge {
    display: block;
    width: 100%;
    height: 100%;
    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, 4vw, 3.8rem);
    font-weight: 700;
    line-height: 1.05;
}

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

@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;
    }
}
