From 6320b78b5c1ea832e24977e2fc6a1ed724e7b46f Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 2 Apr 2026 16:51:45 +0000 Subject: [PATCH] de --- Bootstrap_new/css/theme-modern.css | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index dbb0914b..992eb59c 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -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 */