Where is SENSAS located? Is it easy to get there?

SENSAS Brussels is located at Rue de Livourne 65, 1050 Ixelles, Belgium.

In the Ixelles neighbourhood, an elegant and lively area of Brussels, known for its art galleries, concept stores and unique restaurants.

The centre is easily accessible by public transport and is just 15 minutes from Brussels-Midi railway station. Parking is also available in the area, but it is paid.

We ask you to arrive 15 minutes early, so that you have enough time to find a parking space nearby and ensure that your entire group is present so that you can start on time.

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