diff --git a/Js/fonctions.js b/Js/fonctions.js
index 6eb1b4b0..6f4eefd7 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -73365,7 +73365,8 @@ function trouve_coordonnees_geo_ip(ip)
out = "&output=embed"
// src="https://maps.google.com/maps?q="+lat+","+lon+out; // Source de l'iframe
// src="/var/www/Config/Geolocaliser.php?latitude="+lat+"&longitude="+lon; // Source de l'iframe
- src = "/Config/Geolocaliser.php?latitude=" + lat + "&longitude=" + lon; // ✅ URL web
+ // src = "/Config/Geolocaliser.php?latitude=" + lat + "&longitude=" + lon; // ✅ URL web
+ src = "/Vue/Maps/Geolocaliser.php?latitude=" + lat + "&longitude=" + lon; // ✅ URL web
/*
$('#map').attr("src", src);
$('#div_contenu_map').modal("show"); // Affiche en modal = carte google
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 0756762f..92fe1b16 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -984,7 +984,7 @@
-
+