/* Style spécifique pour les PART */
/* .sidebar-item.sidebar-item-section.sidebar-item-container > .sidebar-item-text {
    font-family: 'Georgia', serif;
    font-size: 2.1em;
    font-weight: bold;
    color: #e91111;
    text-transform: uppercase;
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #ccc;
} */



/* Style général du menu de navigation à gauche */
/* .sidebar {
    background-color: #f8f9fa;
    padding: 1em 0.5em;
    border-right: 1px solid #ddd;
} */

/* Style des liens du menu (chapitres) */
/* .sidebar-item:not(.sidebar-item-section) .sidebar-item-text {
    color: #04000c;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1em;
    padding: 0.4em 0.8em;
    border-radius: 4px;
    transition: background 0.2s;
} */

/* Style au survol (chapitres) */
/* .sidebar-item:not(.sidebar-item-section) .sidebar-item-text:hover {
    background-color: #e6e6e6;
    color: #041be6;
} */

/* Style de l’élément actif (chapitres) */
/* .sidebar-item.active:not(.sidebar-item-section) > .sidebar-item-text {
    background-color: #e91111;
    color: #fff;
} */

/* Style spécifique pour les PART (déjà présent plus haut)
.sidebar-item.sidebar-item-section > .sidebar-item-text {
    font-family: 'Georgia', serif;
    font-size: 2.1em;
    font-weight: bold;
    color: #e91111;
    text-transform: uppercase;
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #ccc;
} */
