From 398763ed3813544b06eba009eb535d0b1aa8e0ff Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 2 Apr 2026 17:06:40 +0000 Subject: [PATCH] azqse --- Bootstrap_new/css/theme-modern.css | 38 ++++++++++++++---------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index ddae5799..909a8fa8 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -411,44 +411,42 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { background: rgba(255,255,255,0.8); } -/* Separator label */ +/* Titres de sections (ex: PARAMÉTRAGE, COMPTABILITÉ) */ .sidebar-section-label { - font-family: 'Syne', sans-serif; - font-size: 0.6rem; - font-weight: 700; - letter-spacing: 0.1em; - text-transform: uppercase; - color: rgba(255,255,255,0.28); - padding: 12px 10px 4px; - margin-top: 4px; + font-family: 'Syne', sans-serif; + font-size: 10px; + font-weight: 800; + letter-spacing: 1.5px; + text-transform: uppercase; + color: rgba(255, 255, 255, 0.3); + padding: 20px 12px 8px; } +/* Sidebar Footer & Versioning */ .sidebar-footer { position: absolute; bottom: 0; left: 0; width: 100%; - padding: 15px; - border-top: 1px solid var(--border-light); - background: var(--bg-sidebar); /* Garde la couleur de ta sidebar */ + padding: 12px 15px; + border-top: 1px solid rgba(255, 255, 255, 0.05); + background: var(--color-primary); } .version-info { display: flex; justify-content: space-between; align-items: center; - font-size: 0.7rem; - color: rgba(255, 255, 255, 0.4); /* Très discret sur fond sombre */ - font-family: 'DM Sans', sans-serif; - letter-spacing: 0.05em; - text-transform: uppercase; + font-size: 9px; + color: rgba(255, 255, 255, 0.3); + font-weight: 700; } .version-tag { - background: rgba(255, 255, 255, 0.1); + background: rgba(255, 255, 255, 0.05); padding: 2px 6px; - border-radius: 4px; - font-weight: 700; + border-radius: 3px; + border: 1px solid rgba(255, 255, 255, 0.1); } /* ==============================