diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css
index cc7c6f2..c88d173 100644
--- a/Bootstrap_new/css/style_office.css
+++ b/Bootstrap_new/css/style_office.css
@@ -851,6 +851,8 @@ content-area {
}
/*Accueil*/
+.container { padding: 25px; }
+h1 { margin-bottom: 20px; }
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
background: #fff;
@@ -859,7 +861,7 @@ content-area {
box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.card h3 { margin: 0 0 10px; font-size: 14px; color: #666; }
-.card .value { font-size: 26px; font-weight: bold; }
+.card .value { font-size: 1.8rem; font-weight: bold; }
.grid-2 { display:grid; grid-template-columns: 1fr 1fr; gap:20px; margin-top:25px; }
@@ -878,4 +880,5 @@ li i { margin-right:10px; color:#007bff; }
justify-content:center;
color:#888;
font-style:italic;
+ min-height: 260px;
}
\ No newline at end of file
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index fcc02a9..11e22dd 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -145,7 +145,7 @@ console.groupEnd();
-
+