(function(){(function(e,i,o){var n=document.createElement("link");n.rel="preconnect";n.as="script";var t=document.createElement("link");t.rel="dns-prefetch";t.as="script";var r=document.createElement("script");r.id="spcloader";r.type="text/javascript";r["async"]=true;r.charset="utf-8";window.didomiConfig=window.didomiConfig||{};window.didomiConfig.sdkPath=window.didomiConfig.sdkPath||o||"https://sdk.privacy-center.org/";const d=window.didomiConfig.sdkPath;var a=d+e+"/loader.js?target_type=notice&target="+i;if(window.didomiConfig&&window.didomiConfig.user){var c=window.didomiConfig.user;var s=c.country;var f=c.region;if(s){a=a+"&country="+s;if(f){a=a+"&region="+f}}}n.href=d;t.href=d;r.src=a;var m=document.getElementsByTagName("script")[0];m.parentNode.insertBefore(n,m);m.parentNode.insertBefore(t,m);m.parentNode.insertBefore(r,m)})("e217f179-c8a7-499f-ac29-c4a70e553f34","n9VNBPVD")})(); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WX73BDX'); Vivez une expérience sensorielle exceptionnelle près de chez vous ! - SENSAS
SENSAS
Choisissez une ville
  • fr
    • en
Les inscriptions ont été désactivées.

SENSAS près de chez vous

France


    • Angers
    • Annecy
    • Bordeaux
    • Brest
    • Caen
    • Cergy
    • Chartres
    • Clermont-Ferrand
    • Créteil Saint-Maur
    • Evry
    • Grenoble
    • La Rochelle
    • Le Havre
    • Lille
    • Lyon
    • Marne-la-Vallée
    • Marseille
    • Massy

 

 

  • Metz
  • Montpellier
  • Mulhouse
  • Nancy
  • Nantes
  • Nice
  • Paris
  • Perpignan
  • Poitiers
  • Reims
  • Rennes
  • Rouen
  • Saint-Denis (La Réunion)
  • Saint-Étienne
  • Strasbourg
  • Toulouse
  • Tours
  • Vannes

USA


  • Dallas

UK


  • London

Suisse


  • Genève

España


  • Barcelona

Belgique


  • Bruxelles

Emirats Arabes Unis


  • Dubai

Arabie Saoudite


  • Riyadh
  • Khobar

Australia


  • Melbourne
  • Devenir franchisé
  • Nous contacter
  • Jobs SENSAS
  • Questions fréquentes
  • Gérer mes cookies
  • LinkedIn
  • Instagram
  • TikTok
Voir les avis

SENSAS © 2026 - créé par wecoprod

  • Français
  • English
// 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); } });