From c802bbb9b8e51860eea64b55989b2fea0d74028d Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 3 Apr 2026 11:50:04 +0000 Subject: [PATCH] se --- Bootstrap_new/css/theme-modern.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 2911e663..49d9bac7 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -266,7 +266,8 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { ============================================================ */ #sidebar { width: var(--sidebar-width); - background: var(--color-primary); /* Charcoal profond pour le contraste */ + background: #e5e7e6 /*var(--color-primary)*/; /* Charcoal profond pour le contraste */ + position: fixed; top: var(--header-height); left: 0; @@ -1614,9 +1615,11 @@ select[class*="selectpicker"], transform: translateX(-100%); width: var(--sidebar-width, 240px) !important; } + #sidebar.sidebar-mobile-open { transform: translateX(0); } + /* Overlay semi-transparent derrière le sidebar mobile */ #sidebar.sidebar-mobile-open::after { content: ''; @@ -1625,6 +1628,7 @@ select[class*="selectpicker"], background: rgba(0,0,0,0.35); z-index: -1; } + #main { margin-left: 0 !important; }