Opening hours

We are open 7 days a week, all year round, come rain or shine, from 9 a.m. to 11 p.m.

Please note: our sensory experience is only available by reservation.

We ask you to arrive 15 minutes early to ensure that your entire group is present and ready to start on time.

// Ouvrir Didomi quand on clique sur le lien de footer #cookies document.addEventListener('click', function (e) { const a = e.target.closest('a[href="#cookies"]'); if (!a) return; // on n'a pas cliqué sur notre lien e.preventDefault(); try { if (window.Didomi?.preferences?.show) { Didomi.preferences.show(); // ouvre directement les préférences } else if (window.Didomi?.notice?.show) { Didomi.notice.show(); // fallback : réaffiche la bannière } else { console.warn('Didomi non chargé'); } } catch (err) { console.error(err); } });