Do you have a room for seminars?

Unfortunately, we do not have a room suitable for hosting seminars. However, we do have a buffet area that can accommodate smaller groups of up to 20 people.

For larger groups and seminars, we recommend the Hôtel Manos Premier, located just a few minutes’ walk from our centre. It is a convention centre with several meeting rooms, as well as a variety of catering options.

For more details, please do not hesitate to contact us.

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