From f401585d74aacd282a8a2e0d3847ccdd6546ff54 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 23 Feb 2026 11:50:09 +0000 Subject: [PATCH] df --- Bootstrap_new/css/theme-modern.css | 138 +++++++++------------- Vue/includes/barre-contexte.php | 181 +++++++++++++++++++++++++---- Vue/includes/head-meta.php | 2 +- 3 files changed, 212 insertions(+), 109 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 5e4c9850..97f9b308 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -1,127 +1,99 @@ +/* DESIGN SYSTEM LUXE - INTER SANTÉ 2026 */ :root { --primary: #2C3E50; --accent: #08C5D1; - --accent-light: rgba(8, 197, 209, 0.1); - --bg-body: #F4F7FA; /* Un gris-bleu très doux */ - --glass: rgba(255, 255, 255, 0.9); - --radius: 16px; - --shadow-sm: 0 4px 12px rgba(0,0,0,0.03); - --shadow-md: 0 10px 30px rgba(44, 62, 80, 0.08); + --bg-app: #F4F7FA; + --glass-bg: rgba(255, 255, 255, 0.9); + --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05); + --shadow-active: 0 15px 35px rgba(8, 197, 209, 0.2); } body { - background-color: var(--bg-body) !important; - font-family: 'Plus Jakarta Sans', sans-serif !important; - color: #4A5568; + background-color: var(--bg-app) !important; + font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif !important; + color: #334155; } -/* --- EFFET WAHOO SUR LE MAIN --- */ +/* --- MAIN CARD EFFECT --- */ #main { margin: 90px 25px 25px 25px !important; padding: 30px !important; - background: white !important; + background: #ffffff !important; border-radius: 24px !important; - box-shadow: var(--shadow-md) !important; - border: 1px solid rgba(255, 255, 255, 0.6) !important; - transition: transform 0.3s ease; -} - -/* --- HEADER TRANSPARENT & FLOU --- */ -.header { - background: rgba(255, 255, 255, 0.8) !important; - backdrop-filter: blur(12px); - -webkit-backdrop-filter: blur(12px); - border-bottom: 1px solid rgba(0,0,0,0.05) !important; - height: 70px !important; -} - -/* --- SIDEBAR : PLUS DE LIGNES, QUE DU VIDE ET DU RELIEF --- */ -.sidebar { - background: var(--primary) !important; + box-shadow: var(--shadow-soft) !important; border: none !important; - box-shadow: 15px 0 40px rgba(0,0,0,0.04) !important; } -.sidebar-nav .nav-link { - background: transparent !important; - color: rgba(255,255,255,0.7) !important; - margin: 4px 15px !important; - border-radius: 12px !important; - font-weight: 500 !important; -} - -.sidebar-nav .nav-link.active-main, .sidebar-nav .nav-link:hover { - background: var(--accent) !important; - color: white !important; - box-shadow: 0 8px 15px rgba(8, 197, 209, 0.3) !important; -} - -/* --- TABLEAUX : L'EFFET "STRIPED" MODERNE --- */ +/* --- TABLEAUX : L'EFFET "WAHOO" --- */ +/* On transforme chaque ligne de tableau en carte individuelle */ .table { border-collapse: separate !important; - border-spacing: 0 12px !important; + border-spacing: 0 10px !important; /* Espacement entre les lignes */ + margin-top: -10px; } .table thead th { background: transparent !important; - border: none !important; - color: #A0AEC0 !important; + color: #94a3b8 !important; text-transform: uppercase; font-size: 0.75rem; - letter-spacing: 1px; + font-weight: 700; + border: none !important; + padding: 10px 20px !important; } .table tbody tr { - background: white !important; - box-shadow: var(--shadow-sm) !important; - transition: all 0.2s ease; + background: #ffffff !important; + box-shadow: 0 4px 6px rgba(0,0,0,0.02) !important; + transition: all 0.3s ease !important; + cursor: pointer; } .table tbody tr:hover { - transform: scale(1.01); - box-shadow: var(--shadow-md) !important; + transform: translateY(-3px) scale(1.005); + box-shadow: 0 12px 20px rgba(0,0,0,0.08) !important; + z-index: 10; } .table td { - padding: 15px !important; + padding: 18px 20px !important; border: none !important; vertical-align: middle; } -.table td:first-child { border-radius: 12px 0 0 12px; } -.table td:last-child { border-radius: 0 12px 12px 0; } +/* Arrondis des lignes du tableau */ +.table td:first-child { border-radius: 15px 0 0 15px !important; } +.table td:last-child { border-radius: 0 15px 15px 0 !important; } -.btn-info, .btn-primary { - background: linear-gradient(135deg, #08C5D1 0%, #06A2AD 100%) !important; - border: none !important; - border-radius: 10px !important; - padding: 8px 20px !important; +/* --- NAVIGATION PILLS (Niveau 3) --- */ +.scrollmenu { + background: #ffffff !important; + padding: 8px !important; + border-radius: 50px !important; + box-shadow: var(--shadow-soft) !important; + display: inline-flex !important; + gap: 5px; +} + +.nav-pill-link { + padding: 10px 22px !important; + border-radius: 50px !important; + color: var(--primary) !important; font-weight: 600 !important; - box-shadow: 0 4px 12px rgba(8, 197, 209, 0.2) !important; transition: all 0.3s ease !important; } -.btn-info:hover { - transform: translateY(-2px); - box-shadow: 0 6px 18px rgba(8, 197, 209, 0.3) !important; +.nav-pill-link.active { + background: var(--accent) !important; + color: #fff !important; + box-shadow: 0 8px 15px rgba(8, 197, 209, 0.3) !important; } -.context-sidebar { - background: white !important; - padding: 20px !important; -} - -.context-widget { - background: #F8FAFC !important; - border-radius: 16px !important; - padding: 20px !important; - margin-bottom: 20px !important; - border: 1px solid #EDF2F7 !important; -} - -.context-widget h6 { - color: #718096 !important; - font-size: 0.7rem !important; - font-weight: 800 !important; - margin-bottom: 12px !important; +/* --- BOUTONS --- */ +.btn-info { + background: linear-gradient(135deg, #08C5D1, #06a5af) !important; + border: none !important; + border-radius: 12px !important; + font-weight: 700 !important; + box-shadow: 0 5px 15px rgba(8, 197, 209, 0.2) !important; } \ No newline at end of file diff --git a/Vue/includes/barre-contexte.php b/Vue/includes/barre-contexte.php index 94f8b05c..f298396d 100644 --- a/Vue/includes/barre-contexte.php +++ b/Vue/includes/barre-contexte.php @@ -1,36 +1,167 @@ -
-
- + -
-
GARANT
-
nettoyer($_SESSION['nomGcAssureur_C']) ?>
-
nettoyer($_SESSION['codeGcAssureur_C']) ?>
+ + + +
+ +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
nettoyer($_SESSION['nomGcAssureur_C']) ?>
+
nettoyer($_SESSION['codeGcAssureur_C']) ?>
+
-
-
-
- -
-
nettoyer($_SESSION['nomClient_C']), 0, 20) ?>
-
-
+
+
+
+ +
+ +
+
+
+ + +
+
+
nettoyer($_SESSION['nomClient_C']), 0, 22) ?>
+ + +
+
+ + + +
+
+
+ +
+ +
+
+
nettoyer($_SESSION['numeroPolice_C']) ?>
+
+
+
+
+
+
-
-
-
nettoyer($_SESSION['nomClient_d_C']) ?>
- -
+
+
+ + + + +
+
-
\ No newline at end of file + +
+

+ © INTER SANTÉ
+ Version 2.0.4 - Premium Edition +

+
+
+ + \ No newline at end of file diff --git a/Vue/includes/head-meta.php b/Vue/includes/head-meta.php index bacf3a7a..49b54e02 100644 --- a/Vue/includes/head-meta.php +++ b/Vue/includes/head-meta.php @@ -15,4 +15,4 @@ - \ No newline at end of file + \ No newline at end of file