/* /Layout/MainLayout.razor.rz.scp.css */

/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

main {
    flex: 1;
}

article.content {
    flex: 1;
    overflow-y: auto;
    max-height: calc(100vh - 200px);*/ /* La zone scrollable s'arr�te avant la navbar */
    /*padding-bottom: 20px;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }*/

/* Navigation des chapitres en bas */
/*.bottom-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: none;
}

    .bottom-navigation > * {
        pointer-events: all;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }

    main {
        flex:1;*/  /* Ajust� pour mobile */
    /*}

    article.content {
        max-height: calc(100vh - 180px);
        padding-bottom: 20px;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    main {
        flex: 1;
    }

    article.content {
        flex: 1;
        overflow-y: auto;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/

    /* La navigation des chapitres ne doit pas aller sous la sidebar */
    /*.bottom-navigation {
        left: 250px;
    }
}*/

/* Pour les appareils mobiles */
/*@media (max-width: 640px) {
    .nav-link span {
        font-size: 0.8rem;
    }

    .nav-link svg {
        width: 20px;
        height: 20px;
    }
}*/

/* Pour �viter que le contenu ne soit cach� derri�re la barre de navigation */
/*@media (min-height: 400px) {
    main {
        overflow-y: auto;
    }
}*/
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pfnja6qb42] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-pfnja6qb42] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-pfnja6qb42] {
    font-size: 1.1rem;
}

.bi[b-pfnja6qb42] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-pfnja6qb42] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-pfnja6qb42] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-pfnja6qb42] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-pfnja6qb42] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pfnja6qb42] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pfnja6qb42] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pfnja6qb42]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-pfnja6qb42]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-pfnja6qb42]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pfnja6qb42] {
        display: none;
    }

    .collapse[b-pfnja6qb42] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-pfnja6qb42] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Login.razor.rz.scp.css */
/* ==================== PAGE LOGIN ==================== */
.login-page[b-551pia3hda] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.login-container[b-551pia3hda] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    max-width: 900px;
    width: 100%;
    overflow: hidden;
}

/* ==================== EN-T�TE OFFICIEL ==================== */
.login-header[b-551pia3hda] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.ministry-section[b-551pia3hda] {
    flex: 2;
}

    .ministry-section h3[b-551pia3hda],
    .ministry-section h4[b-551pia3hda] {
        margin: 0;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.4;
        text-transform: uppercase;
    }

    .ministry-section h3[b-551pia3hda] {
        font-size: 14px;
    }

.separator[b-551pia3hda] {
    margin: 8px 0;
    font-size: 10px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

/* ==================== SECTION PAYS (DROITE) ==================== */
.country-section[b-551pia3hda] {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

    .country-section h3[b-551pia3hda] {
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 5px 0;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.emblem[b-551pia3hda] {
    width: 96px;
    height: 96px;
    margin: 5px 0;
    object-fit: contain;
}

.motto[b-551pia3hda] {
    font-style: italic;
    font-size: 13px;
    margin: 5px 0 0 0;
    color: rgba(255, 255, 255, 0.95);
}

/* ==================== TITRE CONNEXION ==================== */
.login-title-section[b-551pia3hda] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    text-align: center;
    border-bottom: 3px solid #2c5f9d;
}

    .login-title-section h2[b-551pia3hda] {
        color: #2c5f9d;
        font-size: 1.8rem;
        font-weight: 700;
        margin: 0;
    }

/* ==================== FORMULAIRE ==================== */
.login-form-section[b-551pia3hda] {
    padding: 40px;
}

.form-group[b-551pia3hda] {
    margin-bottom: 1rem;
}

.form-label[b-551pia3hda] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    display: block;
}

.form-control[b-551pia3hda] {
    border-radius: 8px;
    border: 2px solid #dee2e6;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

    .form-control:focus[b-551pia3hda] {
        border-color: #2c5f9d;
        box-shadow: 0 0 0 0.2rem rgba(44, 95, 157, 0.15);
        outline: none;
    }

    .form-control:disabled[b-551pia3hda] {
        background-color: #f8f9fa;
        cursor: not-allowed;
    }

.btn-login[b-551pia3hda] {
    background: linear-gradient(135deg, #2c5f9d 0%, #1e4a7a 100%);
    border: none;
    padding: 0.85rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
}

    .btn-login:hover:not(:disabled)[b-551pia3hda] {
        background: linear-gradient(135deg, #1e4a7a 0%, #2c5f9d 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(44, 95, 157, 0.4);
    }

    .btn-login:disabled[b-551pia3hda] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

/* ==================== INFO TEST ==================== */
.test-info[b-551pia3hda] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-left: 4px solid #2c5f9d;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.info-icon[b-551pia3hda] {
    font-size: 1.5rem;
    color: #2c5f9d;
    flex-shrink: 0;
}

.info-text[b-551pia3hda] {
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.5;
}

    .info-text strong[b-551pia3hda] {
        color: #2c5f9d;
        font-weight: 600;
    }

/* ==================== ALERT ==================== */
.alert[b-551pia3hda] {
    border-radius: 8px;
    margin-bottom: 20px;
    border: none;
}

.alert-danger[b-551pia3hda] {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
}

/* ==================== VALIDATION MESSAGES ==================== */
.text-danger[b-551pia3hda] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
    .login-header[b-551pia3hda] {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .ministry-section h3[b-551pia3hda],
    .ministry-section h4[b-551pia3hda] {
        font-size: 10px;
    }

    .ministry-section h3[b-551pia3hda] {
        font-size: 11px;
    }

    .country-section h3[b-551pia3hda] {
        font-size: 12px;
    }

    .emblem[b-551pia3hda] {
        width: 65px;
        height: 65px;
    }

    .motto[b-551pia3hda] {
        font-size: 11px;
    }

    .login-form-section[b-551pia3hda] {
        padding: 30px 25px;
    }

    .login-title-section h2[b-551pia3hda] {
        font-size: 1.5rem;
    }

    .test-info[b-551pia3hda] {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .login-page[b-551pia3hda] {
        padding: 15px;
    }

    .login-container[b-551pia3hda] {
        border-radius: 10px;
    }

    .login-header[b-551pia3hda] {
        padding: 15px;
    }

    .ministry-section h3[b-551pia3hda],
    .ministry-section h4[b-551pia3hda] {
        font-size: 9px;
    }

    .ministry-section h3[b-551pia3hda] {
        font-size: 10px;
    }

    .country-section h3[b-551pia3hda] {
        font-size: 11px;
    }

    .emblem[b-551pia3hda] {
        width: 55px;
        height: 55px;
    }

    .motto[b-551pia3hda] {
        font-size: 9px;
    }

    .login-title-section[b-551pia3hda] {
        padding: 15px;
    }

        .login-title-section h2[b-551pia3hda] {
            font-size: 1.3rem;
        }

    .login-form-section[b-551pia3hda] {
        padding: 25px 20px;
    }

    .btn-login[b-551pia3hda] {
        font-size: 1rem;
        padding: 0.75rem;
    }

    .form-control[b-551pia3hda] {
        font-size: 0.9rem;
        padding: 0.65rem 0.85rem;
    }
}

@media (max-width: 480px) {
    .login-page[b-551pia3hda] {
        padding: 10px;
    }

    .btn-login[b-551pia3hda] {
        font-size: 0.95rem;
    }

    .info-text[b-551pia3hda] {
        font-size: 0.85rem;
    }
}
/* /Pages/RapportEntetePage.razor.rz.scp.css */
/* En-t�te officiel du formulaire */
.form-header[b-pitfw4miai] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    border-radius: 10px 10px 0 0;
}

.ministry-info[b-pitfw4miai] {
    flex: 2;
}

    .ministry-info h3[b-pitfw4miai],
    .ministry-info h4[b-pitfw4miai] {
        margin: 0;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.4;
        text-transform: uppercase;
    }

    .ministry-info h3[b-pitfw4miai] {
        font-size: 14px;
    }

.separator[b-pitfw4miai] {
    margin: 8px 0;
    font-size: 10px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
}

/* Style pour l'�cusson */
.country-info[b-pitfw4miai] {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.country-emblem[b-pitfw4miai] {
    width: 96px;
    height: 96px;
    margin: 5px 0;
    display: block;
}

.country-info h3[b-pitfw4miai] {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.motto[b-pitfw4miai] {
    font-style: italic;
    font-size: 13px;
    margin: 5px 0 0 0;
    color: rgba(255, 255, 255, 0.95);
}

/* Titre du rapport */
.report-title[b-pitfw4miai] {
    background: #f8f9fa;
    padding: 25px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

    .report-title h2[b-pitfw4miai] {
        font-size: 1.8rem;
        font-weight: 700;
        color: #1e3c72;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .report-title .subtitle[b-pitfw4miai] {
        font-size: 1rem;
        color: #6c757d;
        margin: 0;
        font-style: italic;
    }

/* En-t�te de la section */
.page-header[b-pitfw4miai] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.header-icon[b-pitfw4miai] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

    .header-icon i[b-pitfw4miai] {
        font-size: 28px;
        color: white;
    }

.card[b-pitfw4miai] {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.card-header[b-pitfw4miai] {
    border-radius: 10px 10px 0 0 !important;
    padding: 15px 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .form-header[b-pitfw4miai] {
        flex-direction: column;
        gap: 20px;
        padding: 25px 30px;
    }

    .country-info[b-pitfw4miai] {
        text-align: center;
    }

    .ministry-info h3[b-pitfw4miai],
    .ministry-info h4[b-pitfw4miai] {
        font-size: 12px;
    }

    .country-info h3[b-pitfw4miai] {
        font-size: 13px;
    }

    .report-title h2[b-pitfw4miai] {
        font-size: 1.4rem;
    }

    .report-title .subtitle[b-pitfw4miai] {
        font-size: 0.9rem;
    }

    .country-emblem[b-pitfw4miai] {
        width: 80px;
        height: 80px;
    }

    .motto[b-pitfw4miai] {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .form-header[b-pitfw4miai] {
        padding: 20px;
    }

    .ministry-info h3[b-pitfw4miai],
    .ministry-info h4[b-pitfw4miai] {
        font-size: 11px;
    }

    .country-info h3[b-pitfw4miai] {
        font-size: 12px;
    }

    .motto[b-pitfw4miai] {
        font-size: 10px;
    }

    .report-title[b-pitfw4miai] {
        padding: 20px 15px;
    }

        .report-title h2[b-pitfw4miai] {
            font-size: 1.2rem;
        }

        .report-title .subtitle[b-pitfw4miai] {
            font-size: 0.8rem;
        }

    .country-emblem[b-pitfw4miai] {
        width: 70px;
        height: 70px;
    }
}
/* /Shared/ChapitresNavigation.razor.rz.scp.css */
.chapitres-nav[b-jyrhqonycw] {
    background: transparent;
    padding: 12px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.chapitres-container[b-jyrhqonycw] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 15px 35px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 25px;
    box-shadow: 0 -4px 20px rgba(102, 126, 234, 0.4);
    max-width: fit-content;
    overflow-x: auto;
    pointer-events: all;
}

.chapitre-item[b-jyrhqonycw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    color: white;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 90px;
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .chapitre-item:hover[b-jyrhqonycw] {
        background: rgba(255, 255, 255, 0.25);
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
        border-color: rgba(255, 255, 255, 0.4);
        color: white;
    }

    .chapitre-item.active[b-jyrhqonycw] {
        background: white;
        color: #667eea;
        border-color: white;
        font-weight: 700;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    }

        .chapitre-item.active .chapitre-icon[b-jyrhqonycw] {
            color: #667eea;
        }

        .chapitre-item.active .chapitre-label[b-jyrhqonycw] {
            color: #667eea;
            font-weight: 600;
        }

.chapitre-icon[b-jyrhqonycw] {
    font-size: 1.6rem;
    margin-bottom: 4px;
    line-height: 1;
}

.chapitre-label[b-jyrhqonycw] {
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    margin-top: 4px;
    letter-spacing: 0.3px;
}

/* Scrollbar personnalis�e pour le container */
.chapitres-container[b-jyrhqonycw]::-webkit-scrollbar {
    height: 6px;
}

.chapitres-container[b-jyrhqonycw]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.chapitres-container[b-jyrhqonycw]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

    .chapitres-container[b-jyrhqonycw]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5);
    }

/* Animation d'entr�e */
@keyframes slideUp-b-jyrhqonycw {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.chapitres-container[b-jyrhqonycw] {
    animation: slideUp-b-jyrhqonycw 0.4s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
    .chapitres-nav[b-jyrhqonycw] {
        padding: 10px 15px;
    }

    .chapitres-container[b-jyrhqonycw] {
        gap: 12px;
        padding: 12px 25px;
        border-radius: 20px;
        max-width: calc(100% - 30px);
    }

    .chapitre-item[b-jyrhqonycw] {
        padding: 10px 16px;
        min-width: 80px;
    }

    .chapitre-icon[b-jyrhqonycw] {
        font-size: 1.4rem;
    }

    .chapitre-label[b-jyrhqonycw] {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .chapitres-nav[b-jyrhqonycw] {
        padding: 8px 10px;
    }

    .chapitres-container[b-jyrhqonycw] {
        gap: 10px;
        padding: 10px 20px;
        border-radius: 18px;
        max-width: calc(100% - 20px);
    }

    .chapitre-item[b-jyrhqonycw] {
        padding: 8px 14px;
        min-width: 70px;
    }

    .chapitre-icon[b-jyrhqonycw] {
        font-size: 1.3rem;
    }

    .chapitre-label[b-jyrhqonycw] {
        font-size: 0.65rem;
    }
}
/* /Shared/ChapterNavigation.razor.rz.scp.css */
/* Barre compacte */
.chapter-navigation[b-2romejmnu5] {
    background: linear-gradient(135deg, #f5f7fa 0%, #d9e2ec 100%);
    border-bottom: 1px solid #c3cfe2;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 4px 0;
}

/* Boutons plus légers */
.btn-nav[b-2romejmnu5] {
    min-width: 100px;
    font-weight: 500;
    padding: 6px 12px;
    font-size: 0.9rem;
    border-radius: 6px;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn-nav:hover:not(:disabled)[b-2romejmnu5] {
        transform: translateY(-2px);
        box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
    }

    .btn-nav:disabled[b-2romejmnu5] {
        opacity: 0.5;
    }

/* Styles couleurs */
.btn-outline-primary.btn-nav[b-2romejmnu5] {
    border-color: #667eea;
    color: #667eea;
}

    .btn-outline-primary.btn-nav:hover:not(:disabled)[b-2romejmnu5] {
        background-color: #667eea;
        color: white;
    }

/* Bouton "Clôturer" compact */
.btn-success.btn-sm[b-2romejmnu5] {
    padding: 6px 10px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(40, 167, 69, 0.2);
}

/* Chapitre actuel */
.current-chapter-info .badge[b-2romejmnu5] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
    white-space: nowrap;
}

/* Responsive mobile */
@media (max-width: 768px) {
    .btn-nav[b-2romejmnu5] {
        min-width: 70px;
        padding: 5px 8px;
        font-size: 0.8rem;
    }

    .btn-success.btn-sm[b-2romejmnu5] {
        padding: 5px 8px;
        font-size: 0.8rem;
    }

    .current-chapter-info[b-2romejmnu5] {
        gap: 6px;
        flex-wrap: wrap;
    }

        .current-chapter-info .badge[b-2romejmnu5] {
            font-size: 0.8rem;
            padding: 4px 8px;
        }
}
