Are there any contraindications for the experience?

To take part in the SENSAS experience, you must:

  • not be taking any medication;
  • not have any heart problems;
  • not be under the influence of alcohol.

If you have any special dietary requirements, you can indicate them when making your booking on our website, and we will adapt the experience accordingly.

// 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); } });