Booking inquiry
Email
Name
Last name
Guests
Phone
🇺🇸
▾
Check-in
Check-out
Comment
Rental
This site is protected by reCAPTCHA and the Google
privacy policy
and
Terms of Service
apply.
I accept the Privacy Policy.
Privacy Policy.
Send
Contact
Email
Name
Last name
Phone
🇺🇸
▾
Date
Time
Time
00:00 - 02:00
02:00 - 04:00
04:00 - 06:00
06:00 - 08:00
08:00 - 10:00
10:00 - 12:00
12:00 - 14:00
14:00 - 16:00
16:00 - 18:00
18:00 - 20:00
20:00 - 22:00
22:00 - 00:00
⌄
Rental
Notes
This site is protected by reCAPTCHA and the Google
privacy policy
and
Terms of Service
apply.
I accept the Privacy Policy.
Privacy Policy.
Send
// --- Scroll fluide pour une navigation agréable --- document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener("click", function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute("href")); if (target) target.scrollIntoView({ behavior: "smooth" }); }); }); // --- Google Analytics 4 (remplacer ID par le vôtre) --- window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-XXXXXXXXXX'); // Remplacez par votre ID GA4 // --- Suivi de conversion Google Ads (facultatif) --- function trackConversion() { gtag('event', 'conversion', {'send_to': 'AW-CONVERSION-ID/XXXX'}); }