Special Events

An occasion to celebrate? Team building, bachelorette, bachelor party, birthday… at SENSAS, it’s always the right address! Discover all our event packages, and everything that makes SENSAS THE perfect choice to leave a lasting impression in a friendly atmosphere!





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