diff --git a/Vue/Paramfacturegarantcons/index.php b/Vue/Paramfacturegarantcons/index.php
index a5e077a6..de8ffc4d 100755
--- a/Vue/Paramfacturegarantcons/index.php
+++ b/Vue/Paramfacturegarantcons/index.php
@@ -26,38 +26,68 @@
-
+
+
+
+
+
-
-
+
+
+
+
+
+
-
+
+
+
+
+
-
-
+
+
+
+
+
+
-
-
= format_N($gc['nbMoisCaution']) ?>
+
+
= format_N($gc['nbMoisCaution']) ?>
-
= format_N($gc['seuilComplementCaution']) ?> %
+
= format_N($gc['seuilComplementCaution']) ?> %
-
-
+
+
+
+
+
+
-
= format_N($gc['forfaitCautionPermanant']) ?>
+
= format_N($gc['forfaitCautionPermanant']) ?>
@@ -72,39 +102,57 @@
-
-
+
+
+
+
+
+
-
+
+
+
+
+
-
-
+
+
+
+
+
+
-
= format_N($gc['forfaitHonoraire']) ?>
+
= format_N($gc['forfaitHonoraire']) ?>
-
= format_N($gc['gcTauxTva']) ?> %
+
= format_N($gc['gcTauxTva']) ?> %
-
= format_N($gc['gcTauxCommissionGerant']) ?> %
+
= format_N($gc['gcTauxCommissionGerant']) ?> %
-
= format_N($gc['gcTauxFraisReel']) ?> %
+
= format_N($gc['gcTauxFraisReel']) ?> %
-
= format_N($gc['gcTauxRedressement']) ?> %
+
= format_N($gc['gcTauxRedressement']) ?> %
@@ -149,5 +197,20 @@
.bg-primary-ghost { background-color: rgba(33, 46, 83, 0.08) !important; }
.bg-primary-ghost-light { background-color: rgba(33, 46, 83, 0.02) !important; }
.border-primary-light { border-color: rgba(33, 46, 83, 0.1) !important; }
- .form-select:disabled { opacity: 1; color: #212e53; cursor: default; font-weight: 700; padding: 0.375rem 0; }
+
+ /* Style Neutral Pro pour les champs désactivés simulant du texte */
+ .form-control:disabled {
+ opacity: 1;
+ color: #212e53;
+ cursor: default;
+ font-weight: 700;
+ background-color: #f8f9fa !important;
+ }
+
+ /* Cache l'icône de flèche pour les select transformés en form-control */
+ select.form-control:disabled {
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ }
\ No newline at end of file