diff --git a/src/components/Map/MapView.jsx b/src/components/Map/MapView.jsx
index a7eabfb..883504d 100644
--- a/src/components/Map/MapView.jsx
+++ b/src/components/Map/MapView.jsx
@@ -452,31 +452,6 @@ export default function MapView({
onMySpot={handleFlyToMe}
onPlaceTourWire={handleOpenCreate}
/>
-
-
-
-
-
-
diff --git a/src/components/Map/markerManager.js b/src/components/Map/markerManager.js
index b0b36a9..e5d2a4b 100644
--- a/src/components/Map/markerManager.js
+++ b/src/components/Map/markerManager.js
@@ -478,11 +478,15 @@ export function createSimpleMarkerForPost(post, mapRef, markersRef, expandedElRe
root.className = "post-pin--simple sw-appear sw-appear-in";
root.style.position = "relative";
root.style.cursor = "pointer";
+ root.style.width = "40px";
+ root.style.height = "52px";
// Marqueur pin avec image en haut et pointe en bas
root.innerHTML = `