diff --git a/Bootstrap_new/css/style_new.css b/Bootstrap_new/css/style_new.css
index 9917ffa..aff2a26 100755
--- a/Bootstrap_new/css/style_new.css
+++ b/Bootstrap_new/css/style_new.css
@@ -417,7 +417,7 @@
}
#lienLogo{
- width:80px;
+ width:70px;
}
/* Media queries spécifiques pour SweetAlert */
diff --git a/Vue/Fichebeneficiaire/index.php b/Vue/Fichebeneficiaire/index.php
index e3d4c0f..21440ff 100755
--- a/Vue/Fichebeneficiaire/index.php
+++ b/Vue/Fichebeneficiaire/index.php
@@ -240,7 +240,7 @@
-
= $beneficiaire['nomBeneficiaire'] . ' ' . $beneficiaire['prenomsBeneficiaire'] ?>
+
= $beneficiaire['nomBeneficiaire'] . ' ' . $beneficiaire['prenomsBeneficiaire'] ?>
= _("Né(e) le").": ".dateLang($this->nettoyer($beneficiaire['dateNaissance']))." => ".$this->nettoyer($beneficiaire['age'])." "._("an(s)") ?>
@@ -264,7 +264,7 @@
= _("Téléphone") ?>
-
= $beneficiaire['telephonePortable'] ?>
+
= $beneficiaire['telephonePortable'] ?>
@@ -287,14 +287,14 @@
= _("Souscripteur") ?>
-
= $beneficiaire['nomClient'] ?>
+
= $beneficiaire['nomClient'] ?>
= _("Collège / N° Police") ?>
-
= $beneficiaire['libelleCollege'] ?> / = $beneficiaire['numeroPolice'] ?>
+
= $beneficiaire['libelleCollege'] ?> / = $beneficiaire['numeroPolice'] ?>
@@ -319,7 +319,7 @@
@@ -332,27 +332,52 @@
$soldeConsommation = $this->nettoyer($police['soldeConsommation']);
?>
-
-
-
- = _("Dépense") ?>
-
= format_N($consommationGlobaleFamille) ?>
-
-
-
-
- = _("Plafond") ?>
-
= format_N($plafondGlobalFamille) ?>
-
-
-
-
-
- = _("Solde") ?>
-
= format_N($soldeConsommation) ?>
-
-
-
+
+
+
+
+ = _("Dépense") ?>
+
= format_N($consommationGlobaleFamille) ?>
+
+
+
+
+ = _("Plafond") ?>
+
= format_N($plafondGlobalFamille) ?>
+
+
+
+
+
+ = _("Solde") ?>
+
= format_N($soldeConsommation) ?>
+
+
+
+
+
+
+
+
+
+ = _("Dépense") ?>
+
= format_N($consommationGlobaleFamille) ?>
+
+
+
+
+ = _("Plafond") ?>
+
= format_N($plafondGlobalFamille) ?>
+
+
+
+
+
+ = _("Solde") ?>
+
= format_N($soldeConsommation) ?>
+
+
+