diff --git a/src/components/Map/MapView.jsx b/src/components/Map/MapView.jsx
index 10b69ff..983d6b0 100644
--- a/src/components/Map/MapView.jsx
+++ b/src/components/Map/MapView.jsx
@@ -345,6 +345,7 @@ export default function MapView({
{status && {status}
}
+ {/* === TOP OVERLAY: Search + 2 boutons === */}
@@ -410,11 +426,7 @@ export default function MapView({
-
-
-
+ {/* On n'a plus besoin du bouton My spot séparé en bas, il est en haut maintenant */}
{isCreating && (
diff --git a/src/styles/overlays.css b/src/styles/overlays.css
index ba4c41d..5c3752d 100644
--- a/src/styles/overlays.css
+++ b/src/styles/overlays.css
@@ -164,3 +164,12 @@ body[data-theme="light"] .sw-search-clear{
}
}
/* SW_SEARCHBAR:END */
+
+/* SW_MAP_TOP_BUTTONS: deux boutons à côté de la search bar */
+.map-top-buttons{
+ display:flex;
+ gap:.45rem;
+ flex-wrap:wrap;
+ align-items:center;
+ justify-content:center;
+}