diff --git a/frontend/index.html b/frontend/index.html
index f3ed1cf..1bbd194 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -1146,7 +1146,7 @@
-
+
diff --git a/frontend/js/camera.js b/frontend/js/camera.js
index 2c9f1b1..3596b92 100644
--- a/frontend/js/camera.js
+++ b/frontend/js/camera.js
@@ -318,8 +318,8 @@ async function lancerCapture() {
const avecPreMessages = (i === 0);
await compteARebours(avecPreMessages);
- // Surprise : afficher media juste avant capture
- await afficherSurprise();
+ // Surprise : seulement en photo simple (pas strip/multi)
+ if (modeActuel === 'simple') await afficherSurprise();
// Flash blanc immédiat + lancer capture en parallèle
const flash = document.getElementById('flash-blanc');