How much time should we allow? Do we need to wear a particular outfit?
1 hour of sensory experience
15 min briefing and debriefing with your Master of the Senses
Please note:
Participants must arrive 15 min before the start of their session.
The experience takes place in socks.
We recommend wearing light, casual clothing. A locker secured with a padlock is available for your belongings. It is best to avoid bringing large bags or valuables, as we will ask you to leave them in the lockers.
// 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);
}
});