Contact us!

Do you have a question?
A specific request?

Fill out our form and we will get back to you as soon as possible.

SENSAS tip: the answers to the most frequently asked questions can probably be found in our FAQ.

We are here!

11 rue Lamarck
75018 PARIS

contact-paris@sensas.top
07 87 08 57 10

Every day
From 9am to 11pm

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