diff --git a/Js/fonctions.js b/Js/fonctions.js
index d9ae6c4..64e6412 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -26265,6 +26265,10 @@ function changer_entite_portail()
// src_logo="Societes/"+codeSociete+"/Tarifs/Img/logo_societe.png";
src_logo="Societes/"+codeSociete+"/Logos/logo_societe.png";
$("#logo_entite").attr("src",src_logo);
+
+ const wrapper = document.querySelector('.login-wrapper');
+ // wrapper.style.backgroundImage = `url('/prestation/image.php?societe=${codeSociete}')`;
+ wrapper.style.backgroundImage = `url('${src_logo}')`;
}
});
}
diff --git a/Vue/Connexion/index.php b/Vue/Connexion/index.php
index 27082d5..c21f057 100755
--- a/Vue/Connexion/index.php
+++ b/Vue/Connexion/index.php
@@ -28,7 +28,7 @@
-
+
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 5d229da..2a28f28 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -892,7 +892,7 @@
-
+