Site logo

Armada 2027

.armada-text { font-size: 18px; line-height: 1.5; } #countdown { margin-top: 20px; font-size: 24px; font-weight: bold; color: #0f172a; }
L’Armada se tiendra du 7 au 21 juin 2027. Les disponibilités seront très limitées dans l’ensemble des hôtels du Club Hôtelier. ⏳ Décompte avant le début de l’événement :
(function() { var countDownDate = new Date("June 7, 2027 00:00:00").getTime(); var x = setInterval(function() { var now = new Date().getTime(); var distance = countDownDate - now; if (distance < 0) { document.getElementById("countdown").innerHTML = "🚢 L'Armada 2027 est en cours !"; clearInterval(x); return; } var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); document.getElementById("countdown").innerHTML = days + " jours • " + hours + " h • " + minutes + " min • " + seconds + " s"; }, 1000); })();