Do you offer gift vouchers?

Absolutely! Once purchased, the gift voucher allows your friends, family or colleagues to book a session for one year from the date of purchase.

A SENSAS gift voucher is the perfect idea for any occasion: a birthday, end-of-year celebration, thank-you gift or even a corporate gift. Don’t wait any longer and make someone happy 🙂

Go to the Gift Voucher section to purchase or use a gift voucher, and follow the steps.

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