diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css
index a7e6c30..d92ee98 100644
--- a/Bootstrap_new/css/style_office.css
+++ b/Bootstrap_new/css/style_office.css
@@ -320,6 +320,28 @@ body {
font-size: 16px;
}
+/* Style général de la scrollbar */
+.nav-bar > .nav-tabs::-webkit-scrollbar {
+ height: 10px; /* épaisseur de la barre horizontale */
+}
+
+/* Couleur de la piste (fond de la scrollbar) */
+.nav-bar > .nav-tabs::-webkit-scrollbar-track {
+ background: #f1f1f1;
+ border-radius: 8px;
+}
+
+/* Couleur et style du curseur (thumb) */
+.nav-bar > .nav-tabs::-webkit-scrollbar-thumb {
+ background: var(--office-common);
+ border-radius: 8px;
+}
+
+/* Effet au survol */
+.nav-bar > .nav-tabs::-webkit-scrollbar-thumb:hover {
+ background: #97999B;
+}
+
/* Content card */
.content-card {
background: var(--office-card);
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index f8d03c8..5477d4a 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -123,7 +123,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
-
+