{"id":476,"date":"2026-02-24T16:04:26","date_gmt":"2026-02-24T15:04:26","guid":{"rendered":"https:\/\/lesardents.fr\/?page_id=476"},"modified":"2026-02-24T16:39:36","modified_gmt":"2026-02-24T15:39:36","slug":"bienvenue","status":"publish","type":"page","link":"https:\/\/lesardents.fr\/en\/bienvenue\/","title":{"rendered":"Bienvenue"},"content":{"rendered":"<style>\n.nfc-landing {\n  --cream: #FAF6F1; --cream-dark: #F0EBE3; --warm-gray: #8C8177;\n  --charcoal: #3A3633; --accent: #9B7E5E; --accent-light: #C4A97D;\n  --border: rgba(155,126,94,0.2);\n  -webkit-font-smoothing: antialiased;\n  background-color: var(--cream);\n  min-height: 100dvh;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  padding: 48px 24px 40px;\n}\n.nfc-landing * { box-sizing: border-box; margin: 0; padding: 0; }\n.nfc-landing a { text-decoration: none; color: inherit; }\n.nfc-inner { width: 100%; max-width: 480px; }\n\n.nfc-logo {\n  width: 48px; height: 48px; border: 1.5px solid var(--accent);\n  border-radius: 50%; display: flex; align-items: center; justify-content: center;\n  margin: 0 auto 20px; font-size: 22px; font-weight: 600;\n  color: var(--accent); letter-spacing: -0.5px;\n}\n.nfc-title {\n  text-align: center; font-size: 32px; font-weight: 600;\n  color: var(--charcoal); letter-spacing: -0.3px; line-height: 1.15; margin-bottom: 6px;\n}\n.nfc-subtitle {\n  text-align: center; font-size: 17px; font-style: italic;\n  color: var(--warm-gray); letter-spacing: 0.3px;\n}\n.nfc-divider {\n  width: 40px; height: 1px; background: var(--accent-light); margin: 24px auto;\n}\n.nfc-welcome {\n  text-align: center; font-size: 14px; color: var(--warm-gray);\n  line-height: 1.6; max-width: 320px; margin: 0 auto 32px;\n}\n\n.nfc-buttons { display: flex; flex-direction: column; gap: 12px; }\n.nfc-btn {\n  display: flex; align-items: center; gap: 16px; width: 100%;\n  padding: 18px 20px; background: #fff; border: 1px solid var(--border);\n  border-radius: 14px; transition: all 0.2s ease; cursor: pointer;\n}\n.nfc-btn:hover {\n  background: var(--cream-dark); border-color: var(--accent-light);\n  transform: translateY(-1px); box-shadow: 0 4px 12px rgba(155,126,94,0.1);\n}\n.nfc-btn:hover .nfc-arrow { transform: translateX(2px); }\n.nfc-icon {\n  width: 44px; height: 44px; border-radius: 10px;\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n}\n.nfc-icon svg { width: 22px; height: 22px; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }\n.nfc-icon-gold { background: #FDF5E6; }\n.nfc-icon-gold svg { stroke: #B8860B; }\n.nfc-icon-green { background: #ECFDF5; }\n.nfc-icon-green svg { stroke: #5B8C6F; }\n.nfc-icon-wine { background: #F5F0FF; }\n.nfc-icon-wine svg { stroke: #7C5E99; }\n.nfc-icon-warm { background: #FEF3EC; }\n.nfc-icon-warm svg { stroke: #B07D4F; }\n.nfc-icon-rose { background: #FFF1F2; }\n.nfc-icon-rose svg { stroke: #C07070; }\n.nfc-icon-blue { background: #EEF2FF; }\n.nfc-icon-blue svg { stroke: #5B6FA6; }\n.nfc-btn-content { flex: 1; min-width: 0; }\n.nfc-btn-label { font-size: 15px; font-weight: 500; color: var(--charcoal); line-height: 1.3; }\n.nfc-btn-desc { font-size: 12.5px; color: var(--warm-gray); margin-top: 2px; line-height: 1.3; }\n.nfc-arrow { color: var(--accent-light); font-size: 18px; flex-shrink: 0; transition: transform 0.2s ease; }\n\n.nfc-wifi {\n  background: #fff; border: 1px solid var(--border); border-radius: 14px;\n  padding: 20px; text-align: center;\n}\n.nfc-wifi-header { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 16px; }\n.nfc-wifi-header svg { width: 20px; height: 20px; fill: none; stroke: var(--accent); stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }\n.nfc-wifi-title { font-size: 15px; font-weight: 500; color: var(--charcoal); }\n.nfc-wifi-copy {\n  display: flex; align-items: center; justify-content: center; gap: 8px;\n  width: 100%; margin-top: 14px; padding: 12px;\n  background: var(--charcoal); color: #fff; border: none; border-radius: 8px;\n  font-size: 14px; font-weight: 500; cursor: pointer;\n  transition: all 0.2s ease;\n}\n.nfc-wifi-copy:hover { background: #4a4643; }\n.nfc-wifi-copy.copied { background: #5B8C6F; }\n.nfc-wifi-hint {\n  font-size: 11.5px; color: var(--warm-gray); margin-top: 10px; font-style: italic;\n}\n.nfc-wifi-rows { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }\n.nfc-wifi-row {\n  display: flex; justify-content: space-between; align-items: center;\n  padding: 10px 14px; background: var(--cream); border-radius: 8px;\n}\n.nfc-wifi-label { font-size: 12.5px; color: var(--warm-gray); text-transform: uppercase; letter-spacing: 0.5px; }\n.nfc-wifi-value { font-size: 14px; font-weight: 500; color: var(--charcoal); letter-spacing: 0.5px; user-select: all; }\n\n.nfc-footer { text-align: center; margin-top: 32px; }\n.nfc-footer-text { font-size: 13px; color: var(--warm-gray); font-style: italic; margin-bottom: 4px; }\n.nfc-footer-address { font-size: 11.5px; color: var(--warm-gray); opacity: 0.7; }\n\n@media (max-width: 360px) {\n  .nfc-landing { padding: 40px 16px 32px; }\n  .nfc-btn { padding: 16px; }\n  .nfc-title { font-size: 28px; }\n}\n<\/style>\n\n<div class=\"nfc-landing\">\n  <div class=\"nfc-inner\">\n\n    <div class=\"nfc-logo\">A<\/div>\n    <h1 class=\"nfc-title\">Les Ardents<\/h1>\n    <p class=\"nfc-subtitle\">G\u00eete de charme \u2014 Sully-en-Bourgogne<\/p>\n    <div class=\"nfc-divider\"><\/div>\n    <p class=\"nfc-welcome\">Bienvenue chez nous ! Voici quelques ressources pour profiter pleinement de votre s\u00e9jour.<\/p>\n\n    <div class=\"nfc-buttons\">\n\n      <!-- WiFi -->\n      <div class=\"nfc-wifi\">\n        <div class=\"nfc-wifi-header\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M5 12.55a11 11 0 0 1 14.08 0\"\/><path d=\"M1.42 9a16 16 0 0 1 21.16 0\"\/><path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"\/><circle cx=\"12\" cy=\"20\" r=\"1\"\/><\/svg>\n          <span class=\"nfc-wifi-title\">Acc\u00e8s WiFi<\/span>\n        <\/div>\n        <div class=\"nfc-wifi-rows\">\n          <div class=\"nfc-wifi-row\">\n            <span class=\"nfc-wifi-label\">R\u00e9seau<\/span>\n            <span class=\"nfc-wifi-value\">les-ardents<\/span>\n          <\/div>\n          <div class=\"nfc-wifi-row\">\n            <span class=\"nfc-wifi-label\">Mot de passe<\/span>\n            <span class=\"nfc-wifi-value\" id=\"wifi-pwd\">2024merci<\/span>\n          <\/div>\n        <\/div>\n        <button class=\"nfc-wifi-copy\" id=\"wifi-copy-btn\" onclick=\"copyWifiPassword()\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"9\" y=\"9\" width=\"13\" height=\"13\" rx=\"2\"\/><path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"\/><\/svg>\n          <span id=\"wifi-copy-text\">Copier le mot de passe<\/span>\n        <\/button>\n        <p class=\"nfc-wifi-hint\">Puis allez dans R\u00e9glages \u2192 WiFi et collez<\/p>\n      <\/div>\n\n      <!-- Avis -->\n      <a href=\"https:\/\/search.google.com\/local\/writereview?placeid=ChIJyeMcTwBD8kcRosJOXc4GY8g\" class=\"nfc-btn\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"nfc-icon nfc-icon-gold\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\n        <\/div>\n        <div class=\"nfc-btn-content\">\n          <div class=\"nfc-btn-label\">Laisser un avis<\/div>\n          <div class=\"nfc-btn-desc\">Votre retour nous est pr\u00e9cieux<\/div>\n        <\/div>\n        <span class=\"nfc-arrow\">\u203a<\/span>\n      <\/a>\n\n      <!-- Restaurants -->\n      <a href=\"https:\/\/lesardents.fr\/en\/restaurants-autour-du-gite\/\" class=\"nfc-btn\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"nfc-icon nfc-icon-green\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2\"\/><path d=\"M7 2v20\"\/><path d=\"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7\"\/><\/svg>\n        <\/div>\n        <div class=\"nfc-btn-content\">\n          <div class=\"nfc-btn-label\">Restaurants dans le coin<\/div>\n          <div class=\"nfc-btn-desc\">Nous avons test\u00e9 pour vous<\/div>\n        <\/div>\n        <span class=\"nfc-arrow\">\u203a<\/span>\n      <\/a>\n\n      <!-- Vins -->\n      <a href=\"https:\/\/lesardents.fr\/en\/caves-et-vins-de-bourgogne\/\" class=\"nfc-btn\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"nfc-icon nfc-icon-wine\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M8 22h8\"\/><path d=\"M12 11v11\"\/><path d=\"m19 3-7 8-7-8Z\"\/><\/svg>\n        <\/div>\n        <div class=\"nfc-btn-content\">\n          <div class=\"nfc-btn-label\">\u201cWine Cellars &amp; Burgundy Wines<\/div>\n          <div class=\"nfc-btn-desc\">De Mercurey \u00e0 Pommard<\/div>\n        <\/div>\n        <span class=\"nfc-arrow\">\u203a<\/span>\n      <\/a>\n\n      <!-- R\u00e9server -->\n      <a href=\"https:\/\/www.airbnb.com\/rooms\/1165858082635868044\" class=\"nfc-btn\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"nfc-icon nfc-icon-warm\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M8 2v4\"\/><path d=\"M16 2v4\"\/><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 10h18\"\/><\/svg>\n        <\/div>\n        <div class=\"nfc-btn-content\">\n          <div class=\"nfc-btn-label\">R\u00e9server \u00e0 nouveau<\/div>\n          <div class=\"nfc-btn-desc\">Retrouvez-nous sur Airbnb<\/div>\n        <\/div>\n        <span class=\"nfc-arrow\">\u203a<\/span>\n      <\/a>\n\n      <!-- Contact -->\n      <a href=\"tel:+33614471822\" class=\"nfc-btn\">\n        <div class=\"nfc-icon nfc-icon-rose\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.58 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n        <\/div>\n        <div class=\"nfc-btn-content\">\n          <div class=\"nfc-btn-label\">Nous contacter<\/div>\n          <div class=\"nfc-btn-desc\">Un besoin pendant votre s\u00e9jour ?<\/div>\n        <\/div>\n        <span class=\"nfc-arrow\">\u203a<\/span>\n      <\/a>\n\n      <!-- Site web -->\n      <a href=\"https:\/\/lesardents.fr\/en\/\" class=\"nfc-btn\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"nfc-icon nfc-icon-blue\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/><\/svg>\n        <\/div>\n        <div class=\"nfc-btn-content\">\n          <div class=\"nfc-btn-label\">Notre site internet<\/div>\n          <div class=\"nfc-btn-desc\">Pour plus d&rsquo;infos sur le g\u00eete<\/div>\n        <\/div>\n        <span class=\"nfc-arrow\">\u203a<\/span>\n      <\/a>\n\n    <\/div>\n\n    <div class=\"nfc-footer\">\n      <p class=\"nfc-footer-text\">Bon s\u00e9jour en Bourgogne \u2726<\/p>\n      <p class=\"nfc-footer-address\">20 rue Silius \u2014 71360 Sully<\/p>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<script>\nfunction copyWifiPassword() {\n  var pwd = document.getElementById('wifi-pwd').textContent;\n  var btn = document.getElementById('wifi-copy-btn');\n  var txt = document.getElementById('wifi-copy-text');\n  navigator.clipboard.writeText(pwd).then(function() {\n    btn.classList.add('copied');\n    txt.textContent = 'Copi\u00e9 \u2713';\n    setTimeout(function() {\n      btn.classList.remove('copied');\n      txt.textContent = 'Copier le mot de passe';\n    }, 2000);\n  });\n}\n<\/script>","protected":false},"excerpt":{"rendered":"<p>A Les Ardents G\u00eete de charme \u2014 Sully-en-Bourgogne Bienvenue chez nous ! Voici quelques ressources pour profiter pleinement de votre s\u00e9jour. Acc\u00e8s WiFi R\u00e9seau les-ardents Mot de passe 2024merci Copier le mot de passe Puis allez dans R\u00e9glages \u2192 WiFi et collez Laisser un avis Votre retour nous est pr\u00e9cieux \u203a Restaurants dans le coin [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"nfc-landing","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"class_list":["post-476","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lesardents.fr\/en\/wp-json\/wp\/v2\/pages\/476","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lesardents.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lesardents.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lesardents.fr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lesardents.fr\/en\/wp-json\/wp\/v2\/comments?post=476"}],"version-history":[{"count":8,"href":"https:\/\/lesardents.fr\/en\/wp-json\/wp\/v2\/pages\/476\/revisions"}],"predecessor-version":[{"id":492,"href":"https:\/\/lesardents.fr\/en\/wp-json\/wp\/v2\/pages\/476\/revisions\/492"}],"wp:attachment":[{"href":"https:\/\/lesardents.fr\/en\/wp-json\/wp\/v2\/media?parent=476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}