diff --git a/Vue/Autresparametresgeneraux/index.php b/Vue/Autresparametresgeneraux/index.php
index d5f3bf9c..a6a632ce 100755
--- a/Vue/Autresparametresgeneraux/index.php
+++ b/Vue/Autresparametresgeneraux/index.php
@@ -67,26 +67,142 @@
@@ -170,4 +286,19 @@
/* Animation fluide */
.tab-custom-content { animation: fadeIn 0.4s ease-in-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
-
\ No newline at end of file
+
+/* Spécificités pour cette section Production */
+#Production .bg-light-info { background-color: rgba(33, 46, 83, 0.02); }
+#Production .bg-light-success { background-color: rgba(39, 174, 96, 0.02); }
+
+#Production .table td {
+ padding: 1rem 0.75rem;
+ border-bottom: 1px solid #f1f4f6;
+}
+
+#Production .searchable-row:hover {
+ background-color: #f8fafc !important;
+}
+
+#Production .fs-5 { font-size: 1.1rem !important; }
+