From ed66ff983b051a66f9d3946e5988966b18d265ff Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 23 Feb 2026 11:59:45 +0000 Subject: [PATCH] f --- Bootstrap_new/css/theme-modern.css | 103 ++++------- Vue/contexte.php | 267 ----------------------------- Vue/head.php | 182 -------------------- Vue/header.php | 206 ---------------------- Vue/includes/head-meta.php | 2 +- Vue/sidebar.php | 106 ------------ 6 files changed, 38 insertions(+), 828 deletions(-) delete mode 100755 Vue/contexte.php delete mode 100755 Vue/head.php delete mode 100755 Vue/header.php delete mode 100755 Vue/sidebar.php diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 97f9b308..1462174d 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -1,99 +1,70 @@ -/* DESIGN SYSTEM LUXE - INTER SANTÉ 2026 */ :root { --primary: #2C3E50; --accent: #08C5D1; - --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); + --bg-app: #F8FAFC; + --border-color: #E2E8F0; } body { background-color: var(--bg-app) !important; - font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif !important; - color: #334155; + font-family: 'Plus Jakarta Sans', sans-serif !important; } -/* --- MAIN CARD EFFECT --- */ +/* On supprime l'aspect "carte flottante" du main pour l'intégrer au fond */ #main { - margin: 90px 25px 25px 25px !important; - padding: 30px !important; - background: #ffffff !important; - border-radius: 24px !important; - box-shadow: var(--shadow-soft) !important; + margin-top: 70px !important; + padding: 20px 40px !important; + background: transparent !important; /* Fond transparent pour éviter la double couche */ border: none !important; + box-shadow: none !important; } -/* --- TABLEAUX : L'EFFET "WAHOO" --- */ -/* On transforme chaque ligne de tableau en carte individuelle */ +/* --- TABLEAUX ÉPURÉS (ZÉRO SUPERPOSITION) --- */ .table { - border-collapse: separate !important; - border-spacing: 0 10px !important; /* Espacement entre les lignes */ - margin-top: -10px; + background: white !important; + border-radius: 12px !important; + overflow: hidden !important; + border: 1px solid var(--border-color) !important; + box-shadow: 0 1px 3px rgba(0,0,0,0.02) !important; } .table thead th { - background: transparent !important; - color: #94a3b8 !important; + background: #F1F5F9 !important; + color: #64748B !important; + font-weight: 700 !important; text-transform: uppercase; - font-size: 0.75rem; - font-weight: 700; - border: none !important; - padding: 10px 20px !important; + font-size: 0.7rem; + padding: 15px !important; + border-bottom: 1px solid var(--border-color) !important; } .table tbody tr { - background: #ffffff !important; - box-shadow: 0 4px 6px rgba(0,0,0,0.02) !important; - transition: all 0.3s ease !important; - cursor: pointer; + transition: background 0.2s ease !important; + border-bottom: 1px solid #F1F5F9 !important; } .table tbody tr:hover { - transform: translateY(-3px) scale(1.005); - box-shadow: 0 12px 20px rgba(0,0,0,0.08) !important; - z-index: 10; + background: #F8FAFC !important; /* Simple changement de couleur au survol, pas d'ombre */ } .table td { - padding: 18px 20px !important; + padding: 12px 15px !important; border: none !important; - vertical-align: middle; + font-size: 0.9rem; } -/* 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; } - -/* --- 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; +/* --- BARRE DE CONTEXTE À DROITE (FIXE ET PLATE) --- */ +.sidenav { + background: white !important; + border-left: 1px solid var(--border-color) !important; + box-shadow: none !important; /* On retire l'ombre portée */ + padding-top: 85px !important; } -.nav-pill-link { - padding: 10px 22px !important; - border-radius: 50px !important; - color: var(--primary) !important; - font-weight: 600 !important; - transition: all 0.3s ease !important; -} - -.nav-pill-link.active { - background: var(--accent) !important; - color: #fff !important; - box-shadow: 0 8px 15px rgba(8, 197, 209, 0.3) !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; +.context-widget { + background: #F8FAFC !important; + border: 1px solid var(--border-color) !important; + border-radius: 8px !important; /* Moins d'arrondis pour un look plus "pro" */ + margin-bottom: 10px !important; + box-shadow: none !important; } \ No newline at end of file diff --git a/Vue/contexte.php b/Vue/contexte.php deleted file mode 100755 index 98e258e7..00000000 --- a/Vue/contexte.php +++ /dev/null @@ -1,267 +0,0 @@ - - - - - -
-
-
- -
-
- -
- -
- - -
-
-
- - -
-
-
-
-
- nettoyer($_SESSION['codeGcAssureur_C']) ?> -
- - - -
- -
-
- - -
-
-
- - -
-
-
-
-
- nettoyer($_SESSION['numeroClient_C']) ?> -
- - - -
- -
-
- - -
-
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - - - - -
-
- - - "0"): ?> -
-
-
- <?= _(" - title=""> -
-
-
-
- - - -
-
-
- - -
-
-
-
- $contextPolice): ?> - - -
-
- -
-
-
-
-
- -
-
- - -
-
-
- - -
-
-
-
- -
-
- -
-
-
-
- - - -
-
-
- - -
-
-
- - -
- nettoyer($_SESSION['nomClient_d_C']), 0, 30) ?> -
- - - -
-
- -
- - -
- \ No newline at end of file diff --git a/Vue/head.php b/Vue/head.php deleted file mode 100755 index 2e7ec174..00000000 --- a/Vue/head.php +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <?= htmlspecialchars($_SESSION['vue'] ?? 'Dashboard') ?> - INTER SANTÉ - - - - \ No newline at end of file diff --git a/Vue/header.php b/Vue/header.php deleted file mode 100755 index a350fd1b..00000000 --- a/Vue/header.php +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Vue/includes/head-meta.php b/Vue/includes/head-meta.php index 49b54e02..f048312b 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 diff --git a/Vue/sidebar.php b/Vue/sidebar.php deleted file mode 100755 index 77fb7e36..00000000 --- a/Vue/sidebar.php +++ /dev/null @@ -1,106 +0,0 @@ - - - \ No newline at end of file