Using a gift voucher

Use your gift voucher in under 2 minutes flat

Enter the code shown on your gift voucher below

Then choose the date and time of your course, and the number of participants

Confirm your booking and pay (if needed) the remaining balance due

Important to know


The number of participants might still change? No worries, we can adjust it on the day. Only the actual number of participants will be charged (minimum 4). A booking requires a minimum of 4 people.

A reservation requires a minimum of 4 people.

See you soon to experience SENSAS!

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