How can I pay? Is it possible to pay by invoice?

As a company or association, you have two payment options:

You can book directly on our website, with a €56 deposit. On the day of your visit, simply request an invoice when making the payment.

Request a quote which, once signed, will serve as a purchase order. Once the service has been provided, we will send you your invoice, with payment due within 30 days.

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