diff --git a/js/main.js b/js/main.js
index 089eeac93edb90445382d55721eb054c168cd8e6..4509be79690df93eaf98a146bed10dc331aabb7a 100644
--- a/js/main.js
+++ b/js/main.js
@@ -4,7 +4,7 @@ import { Slideshow } from './Slideshow';
 const defaultPage = 'slideshow';
 
 // petit bonus pour un slideshow automatique
-const carousel = true;
+const carousel = false;
 const carouselDelay = 3000;
 
 $(() => {