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

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

.prestations-admin-intro-inner {
    justify-content: space-between;
}

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

.prestations-admin-copy h1 {
    margin: 0;
    color: var(--bs-emphasis-color);
    font-size: clamp(2rem, 3vw, 2.65rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.prestations-admin-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.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: .8em;
    color: #b3b0b0;
}

.template-prestations .admin-dashboard {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .88) 0%, rgba(248, 249, 250, .98) 16rem),
        var(--bs-light);
}

.template-prestations .admin-dashboard .container {
    max-width: 86rem;
}

.template-prestations .admin-content-section {
    width: 100%;
}

.template-prestations .admin-content-section > .display-5 {
    font-size: clamp(1.8rem, 2.4vw, 2.35rem);
}

.template-prestations .admin-dashboard-title {
    margin: 0;
    color: var(--bs-emphasis-color);
    font-size: clamp(2rem, 3vw, 2.65rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.template-prestations .admin-dashboard-subtitle {
    margin-top: .35rem;
    color: var(--bs-secondary-color);
    font-size: 1rem;
}

.template-prestations .admin-icon {
    flex: 0 0 auto;
    width: 1.1em;
    height: 1.1em;
}

.template-prestations .admin-top-action,
.template-prestations .admin-summary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
}

.template-prestations .admin-top-action {
    min-height: 2.15rem;
    padding-right: .85rem;
    padding-left: .85rem;
    font-weight: 600;
}

.template-prestations .admin-sidebar,
.template-prestations .admin-summary-card,
.template-prestations .admin-panel {
    border: 1px solid rgba(33, 37, 41, .1) !important;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 .7rem 1.8rem rgba(33, 37, 41, .06);
}

.template-prestations .admin-sidebar {
    width: min(100%, 16rem);
}

.template-prestations .admin-sidebar .card-body {
    display: flex;
    flex-direction: column;
    min-height: 34rem;
    padding: 1.25rem;
}

.template-prestations .admin-sidebar-heading {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.template-prestations .admin-sidebar-title {
    color: var(--bs-emphasis-color);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
}

.template-prestations .admin-sidebar-email {
    color: var(--bs-secondary-color);
    font-size: .88rem;
    overflow-wrap: anywhere;
}

.template-prestations .admin-sidebar-nav {
    display: grid;
    gap: .35rem;
}

.template-prestations .admin-sidebar-link {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-height: 2.75rem;
    padding: .65rem .8rem;
    color: var(--bs-secondary-color);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    border-radius: .5rem;
    transition: background-color .15s ease, color .15s ease;
}

.template-prestations .admin-sidebar-link:hover,
.template-prestations .admin-sidebar-link:focus {
    color: var(--bs-emphasis-color);
    background: var(--bs-light);
}

.template-prestations .admin-sidebar-link.active {
    color: #fff;
    background: var(--bs-primary);
}

.template-prestations .admin-sidebar-link .admin-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.template-prestations .admin-sidebar-footer {
    padding-top: 1rem;
    margin-top: auto;
    border-top: 1px solid var(--bs-border-color);
}

.template-prestations .admin-sidebar-link-muted {
    color: var(--bs-danger);
}

.template-prestations .admin-summary-card .card-body {
    min-height: 7rem;
    padding: 1.35rem 1.45rem;
}

.template-prestations .admin-summary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
}

.template-prestations .admin-summary-icon .admin-icon {
    width: 1.75rem;
    height: 1.75rem;
}

.template-prestations .admin-summary-icon-primary {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .12);
}

.template-prestations .admin-summary-icon-info {
    color: var(--bs-info-text-emphasis);
    background: rgba(var(--bs-info-rgb), .16);
}

.template-prestations .admin-summary-icon-warning {
    color: var(--bs-warning-text-emphasis);
    background: rgba(var(--bs-warning-rgb), .2);
}

.template-prestations .admin-summary-label {
    color: var(--bs-secondary-color);
    font-size: .9rem;
    line-height: 1.2;
}

.template-prestations .admin-summary-value {
    color: var(--bs-emphasis-color);
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.template-prestations .admin-summary-caption {
    margin-top: .25rem;
    color: var(--bs-secondary-color);
    font-size: .86rem;
}

.template-prestations .admin-summary-link {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    color: var(--bs-primary);
    border: 1px solid rgba(var(--bs-primary-rgb), .16);
}

.template-prestations .admin-panel {
    overflow: hidden;
}

.template-prestations .admin-panel-user {
    min-height: 4.15rem;
}

.template-prestations .admin-section-title {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: 1rem;
    color: var(--bs-emphasis-color);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0;
}

.template-prestations .admin-config-table {
    --bs-table-striped-bg: rgba(248, 249, 250, .72);
    font-size: .95rem;
}

.template-prestations .admin-config-table th {
    width: 40%;
    color: var(--bs-secondary-color);
    font-weight: 800;
}

.template-prestations .admin-config-table th,
.template-prestations .admin-config-table td {
    padding: .8rem .95rem;
}

.template-prestations .admin-management-list {
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    background: #fff;
}

.template-prestations .admin-management-item {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-height: 4.35rem;
    padding: .85rem 1rem;
    color: var(--bs-body-color);
    text-decoration: none;
    border-bottom: 1px solid var(--bs-border-color);
    transition: background-color .15s ease;
}

.template-prestations .admin-management-item:last-child {
    border-bottom: 0;
}

.template-prestations .admin-management-item:hover,
.template-prestations .admin-management-item:focus {
    background: var(--bs-light);
}

.template-prestations .admin-management-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
}

.template-prestations .admin-management-copy {
    display: grid;
    gap: .15rem;
    min-width: 0;
    margin-right: auto;
}

.template-prestations .admin-management-label {
    color: var(--bs-emphasis-color);
    font-weight: 800;
    line-height: 1.2;
}

.template-prestations .admin-management-description {
    color: var(--bs-secondary-color);
    font-size: .88rem;
    line-height: 1.25;
}

.template-prestations .admin-management-item > .admin-icon {
    flex: 0 0 auto;
    color: var(--bs-secondary-color);
}

.template-prestations .admin-management-item-primary .admin-management-icon {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .12);
}

.template-prestations .admin-management-item-success .admin-management-icon {
    color: var(--bs-success);
    background: rgba(var(--bs-success-rgb), .12);
}

.template-prestations .admin-management-item-info .admin-management-icon {
    color: var(--bs-info-text-emphasis);
    background: rgba(var(--bs-info-rgb), .16);
}

.template-prestations .admin-management-item-warning .admin-management-icon {
    color: var(--bs-warning-text-emphasis);
    background: rgba(var(--bs-warning-rgb), .2);
}

.template-prestations .admin-management-item-purple .admin-management-icon {
    color: #6f42c1;
    background: rgba(111, 66, 193, .12);
}

.template-prestations .admin-management-item-danger .admin-management-icon {
    color: var(--bs-danger);
    background: rgba(var(--bs-danger-rgb), .12);
}

.template-prestations .admin-panel-footer {
    color: var(--bs-secondary-color);
    font-size: .9rem;
    border-top: 1px solid var(--bs-border-color);
}

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

    .prestations-admin-intro-inner {
        align-items: center;
    }

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

    .prestations-admin-actions {
        justify-content: center;
    }

    .template-prestations .admin-sidebar {
        width: 100%;
    }

    .template-prestations .admin-sidebar .card-body {
        min-height: 0;
    }

    .template-prestations .admin-sidebar-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .template-prestations .admin-sidebar-footer {
        margin-top: 1rem;
    }

    .template-prestations .admin-config-table th {
        width: 45%;
    }
}
