diff --git a/Js/fonctions.js b/Js/fonctions.js
index 5c740a4c..e455c5e4 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -91933,3 +91933,7 @@ function gerer_garant_defaut()
selectionTauxGarant();
}
}
+
+function toggleSidebar() {
+ document.body.classList.toggle('sidebar-collapsed');
+}
\ No newline at end of file
diff --git a/Vue/header.php b/Vue/header.php
index 5823797d..43974da7 100755
--- a/Vue/header.php
+++ b/Vue/header.php
@@ -25,9 +25,8 @@
INTER-SANTE
-
+
+