Special Events

A special occasion to celebrate? Team building, bachelor/bachelorette party, birthday… It all happens at SENSAS! Discover all our offers for your events, and see why SENSAS is THE ideal choice to make a lasting impression and enjoy a fantastic time together!





You have Successfully Subscribed!

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