4 barbecues communs à disposition près de la réception
Laverie
Lave-linge et sèche-linge en libre accès sur le domaine
Plan du domaine & Réception
Un accueil central pour vous guider, vous informer et emprunter du matériel
(function() {
var path = window.location.pathname;
var hideOnPages = ['/reservation', '/booking'];
var shouldHide = hideOnPages.some(function(p) {
return path.indexOf(p) !== -1;
});
if (shouldHide) {
var bar = document.getElementById('sequoia-sticky-bar');
if (bar) bar.style.display = 'none';
}
})();