This commit is contained in:
KONE SOREL 2026-04-02 16:51:45 +00:00
parent db010ab7be
commit 6320b78b5c

View File

@ -260,21 +260,22 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
/* Language flag */
.lang-selector img { border-radius: 3px; }
/* ==============================
SIDEBAR
============================== */
/* ============================================================
INTER SANTÉ THEME NEUTRAL PRO v2026
Section 2 : Sidebar (Navigation Haute Densité)
============================================================ */
#sidebar {
width: var(--sidebar-width);
background: var(--bg-sidebar);
position: fixed;
top: var(--header-height);
left: 0;
height: calc(100vh - var(--header-height));
overflow-y: auto;
overflow-x: hidden;
transition: width var(--transition-slow);
z-index: 900;
padding: 8px 4px;
width: var(--sidebar-width);
background: var(--color-primary); /* Charcoal profond pour le contraste */
position: fixed;
top: var(--header-height);
left: 0;
height: calc(100vh - var(--header-height));
overflow-y: auto;
border-right: 1px solid rgba(255, 255, 255, 0.05);
transition: width var(--transition-base);
z-index: 900;
padding: 1rem 0.5rem;
}
/* Liseré supérieur discret — gris clair */