{"id":23,"date":"2026-01-26T19:07:51","date_gmt":"2026-01-26T19:07:51","guid":{"rendered":"https:\/\/domaineencoudon.fr\/?page_id=23"},"modified":"2026-04-20T19:05:27","modified_gmt":"2026-04-20T19:05:27","slug":"photos","status":"publish","type":"page","link":"https:\/\/domaineencoudon.fr\/index.php\/photos\/","title":{"rendered":"Photos"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"23\" class=\"elementor elementor-23\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e3043d e-flex e-con-boxed e-con e-parent\" data-id=\"1e3043d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f049589 e-con-full e-flex e-con e-child\" data-id=\"f049589\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-941b7df elementor-widget elementor-widget-html\" data-id=\"941b7df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Lato:wght@300;400;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n    \/* 1. REGLAGES DE BASE *\/\r\n    body {\r\n        font-family: 'Lato', sans-serif;\r\n        background-color: #F4F1EA; \r\n        margin: 0;\r\n    }\r\n    \r\n    h1, h2, h3 {\r\n        font-family: 'Playfair Display', serif; \r\n    }\r\n\r\n    \/* 2. LE MENU (BANDEAU) *\/\r\n    .custom-navbar {\r\n        position: fixed; \r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 80px;\r\n        background-color: #F4F1EA; \r\n        box-shadow: 0 2px 10px rgba(0,0,0,0.6);\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        padding: 0 40px;\r\n        box-sizing: border-box;\r\n        z-index: 9999;\r\n        transition: transform 0.4s ease-in-out; \r\n    }\r\n\r\n    .custom-navbar.nav-hidden {\r\n        transform: translateY(-100%); \r\n    }\r\n\r\n    \/* STYLE POUR LE LOGO IMAGE *\/\r\n    .nav-logo {\r\n        display: flex;\r\n        align-items: center;\r\n        height: 100%; \r\n        text-decoration: none;\r\n    }\r\n\r\n    .nav-logo img {\r\n        max-height: 65px; \r\n        width: auto; \r\n        object-fit: contain;\r\n        transition: transform 0.3s ease; \r\n    }\r\n\r\n    .nav-logo img:hover {\r\n        transform: scale(1.03); \r\n    }\r\n\r\n    \/* STYLE DES LIENS DU MENU (Ordinateur) *\/\r\n    .nav-links {\r\n        display: flex;\r\n        gap: 20px;\r\n        align-items: center;\r\n    }\r\n\r\n    .nav-btn {\r\n        font-family: 'Lato', sans-serif; \r\n        text-decoration: none;\r\n        color: #333; \r\n        font-weight: 500;\r\n        text-transform: uppercase;\r\n        font-size: 0.85rem;\r\n        letter-spacing: 1px;\r\n        padding: 10px 15px;\r\n        transition: color 0.3s, background-color 0.3s;\r\n    }\r\n\r\n    .nav-btn:hover {\r\n        color: #E2725B; \r\n    }\r\n\r\n    .nav-btn-cta {\r\n        background-color: #556B2F; \r\n        color: white !important;\r\n        border-radius: 2px;\r\n        padding: 10px 20px;\r\n    }\r\n    \r\n    .nav-btn-cta:hover {\r\n        background-color: #3e4f22; \r\n        color: white !important;\r\n    }\r\n\r\n    .menu-burger {\r\n        display: none;\r\n        flex-direction: column;\r\n        justify-content: space-around;\r\n        width: 30px;\r\n        height: 24px;\r\n        background: transparent;\r\n        border: none;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        z-index: 10000;\r\n    }\r\n\r\n    .menu-burger span {\r\n        width: 30px;\r\n        height: 2px;\r\n        background: #333; \r\n        transition: all 0.3s linear;\r\n        position: relative;\r\n        transform-origin: 1px;\r\n    }\r\n\r\n    .menu-burger.ouvert span:first-child { transform: rotate(45deg); }\r\n    .menu-burger.ouvert span:nth-child(2) { opacity: 0; transform: translateX(20px); }\r\n    .menu-burger.ouvert span:nth-child(3) { transform: rotate(-45deg); }\r\n\r\n    \/* GESTION DES MOBILES (Smartphones) *\/\r\n    @media (max-width: 768px) {\r\n        .custom-navbar { \r\n            padding: 0 15px; \r\n            height: 60px; \r\n        }\r\n        \r\n        .nav-logo img { \r\n            max-height: 45px; \r\n        }\r\n\r\n        .menu-burger { \r\n            display: flex; \r\n        }\r\n\r\n\r\n        .nav-links { \r\n            position: fixed;\r\n            top: 60px; \/* Commence sous le menu *\/\r\n            right: -100%; \/* Cach\u00e9 hors \u00e9cran *\/\r\n            width: 100%;\r\n            height: calc(100vh - 60px);\r\n            background-color: #F4F1EA;\r\n            flex-direction: column;\r\n            justify-content: flex-start;\r\n            padding-top: 40px;\r\n            transition: right 0.4s ease-in-out;\r\n            box-shadow: -2px 5px 10px rgba(0,0,0,0.1);\r\n        }\r\n\r\n\r\n        .nav-links.actif {\r\n            right: 0;\r\n        }\r\n\r\n        \/* Style des liens sur mobile *\/\r\n        .nav-btn {\r\n            font-size: 1.2rem;\r\n            padding: 15px 0;\r\n            width: 80%;\r\n            text-align: center;\r\n            border-bottom: 1px solid rgba(0,0,0,0.05);\r\n        }\r\n        \r\n        .nav-btn-cta {\r\n            margin-top: 20px;\r\n            width: auto;\r\n        }\r\n    }\r\n\r\n<\/style>\r\n\r\n<nav class=\"custom-navbar\" id=\"autoHideNav\">\r\n    <a href=\"https:\/\/domaineencoudon.fr\/index.php\/accueil\/\" class=\"nav-logo\">\r\n        <img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/03\/image-removebg-preview.png\" alt=\"Logo Domaine en Coudon\">\r\n    <\/a> \r\n    \r\n    <button class=\"menu-burger\" id=\"btnBurger\" aria-label=\"Menu\">\r\n        <span><\/span>\r\n        <span><\/span>\r\n        <span><\/span>\r\n    <\/button>\r\n    \r\n    <div class=\"nav-links\" id=\"menuLiens\">\r\n        <a href=\"https:\/\/domaineencoudon.fr\/index.php\/accueil\/\" class=\"nav-btn\">Accueil<\/a>\r\n        <a href=\"https:\/\/domaineencoudon.fr\/index.php\/photos\/\" class=\"nav-btn\">Le G\u00eete<\/a>\r\n        <a href=\"https:\/\/domaineencoudon.fr\/index.php\/alentours\/\" class=\"nav-btn\">Alentours<\/a>\r\n        <a href=\"https:\/\/domaineencoudon.fr\/index.php\/contact\/\" class=\"nav-btn\">Contact<\/a>\r\n        <a href=\"https:\/\/domaineencoudon.fr\/index.php\/reserver\/\" class=\"nav-btn nav-btn-cta\">R\u00e9server<\/a>\r\n    <\/div>\r\n<\/nav>\r\n\r\n<script>\r\n\r\n    let dernierePositionScroll = 0;\r\n    \r\n    window.addEventListener('scroll', function() {\r\n        var navbar = document.getElementById('autoHideNav');\r\n        let positionActuelleScroll = window.scrollY;\r\n\r\n        if (!document.getElementById('menuLiens').classList.contains('actif')) {\r\n            if (positionActuelleScroll > 100 && positionActuelleScroll > dernierePositionScroll) {\r\n                navbar.classList.add('nav-hidden'); \r\n            } else {\r\n                navbar.classList.remove('nav-hidden'); \r\n            }\r\n        }\r\n        dernierePositionScroll = positionActuelleScroll;\r\n    });\r\n\r\n    \/\/ 2. Gestion du Menu Burger Mobile\r\n    const btnBurger = document.getElementById('btnBurger');\r\n    const menuLiens = document.getElementById('menuLiens');\r\n\r\n    btnBurger.addEventListener('click', () => {\r\n        btnBurger.classList.toggle('ouvert');\r\n        menuLiens.classList.toggle('actif');\r\n    });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-51a5de8 e-flex e-con-boxed e-con e-parent\" data-id=\"51a5de8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6ccb85b e-con-full e-flex e-con e-child\" data-id=\"6ccb85b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88a4225 elementor-widget elementor-widget-html\" data-id=\"88a4225\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  \/* \u2500\u2500 IMPORTATION DES POLICES \u2500\u2500 *\/\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Lato:wght@300;400;700&display=swap');\r\n\r\n  \/* \u2500\u2500 VARIABLES \u2500\u2500 *\/\r\n  :root {\r\n    --olive-deep:    #2e3d16;\r\n    --olive:        #556B2F;\r\n    --olive-mid:    #6b8a3a;\r\n    --olive-pale:    #f4f7ec;\r\n    --cream:        #faf8f3;\r\n    --warm-white:    #ffffff;\r\n    --text-dark:    #1c2109;\r\n    --text-mid:      #4a5530;\r\n    --text-muted:    #8a9373;\r\n    --border:        rgba(85,107,47,0.18);\r\n    --radius:        6px;\r\n    --radius-lg:    12px;\r\n  }\r\n\r\n  .gb-presentation {\r\n    font-family: 'Lato', sans-serif;\r\n    color: var(--text-dark);\r\n    background-color: var(--cream);\r\n    line-height: 1.7;\r\n    padding-top: 10px; \r\n    scroll-behavior: smooth;\r\n  }\r\n\r\n  \/* \u2500\u2500 1. ESPACE SCH\u00c9MA INTERACTIF \u2500\u2500 *\/\r\n  .gb-layout-map-container {\r\n    width: 100%;\r\n    max-width: 100%;\r\n    margin: 0 auto 30px; \r\n    padding: 20px 10px; \r\n    background-color: var(--warm-white);\r\n    border-top: 1px solid var(--border);\r\n    border-bottom: 1px solid var(--border);\r\n    text-align: center;\r\n    box-shadow: 0 4px 15px rgba(0,0,0,0.03);\r\n  }\r\n\r\n  .gb-layout-map-container h2 {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 2.2rem;\r\n    color: var(--olive);\r\n    margin-bottom: 10px;\r\n  }\r\n  \r\n  .gb-layout-map-container > p {\r\n    max-width: 1200px;\r\n    margin: 0 auto 30px auto; \r\n  }\r\n\r\n  .gb-interactive-map-wrapper {\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    width: 100%;\r\n    margin-top: 30px; \r\n  }\r\n\r\n  .gb-map-scroll-container {\r\n    width: 100%;\r\n    display: flex;\r\n    justify-content: center;\r\n  }\r\n\r\n  .gb-map-svg {\r\n    width: 100%;\r\n    max-width: 500px;\r\n    height: auto;\r\n    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.05));\r\n  }\r\n\r\n  \/* Ajout d'un style outline pour l'accessibilit\u00e9 au clavier *\/\r\n  .gb-map-zone { \r\n      cursor: pointer; \r\n      outline: none;\r\n  }\r\n  .gb-map-zone:focus-visible rect[fill=\"#e8eed8\"] {\r\n      stroke: #E2725B !important;\r\n      stroke-width: 6 !important;\r\n  }\r\n\r\n  .gb-map-zone rect, .gb-map-zone circle, .gb-map-zone path, .gb-map-zone text {\r\n    transition: all 0.3s ease;\r\n  }\r\n\r\n  .gb-map-zone:hover rect[fill=\"#e8eed8\"],\r\n  .gb-map-zone.active rect[fill=\"#e8eed8\"] {\r\n    fill: #556B2F !important;\r\n  }\r\n  \r\n  .gb-map-zone:hover text,\r\n  .gb-map-zone.active text {\r\n    fill: #ffffff !important;\r\n  }\r\n\r\n  .gb-pool { transition: all 0.3s ease; }\r\n  .gb-map-zone:hover .gb-pool, .gb-map-zone.active .gb-pool { fill: #82A8A6 !important; stroke: #556B2F !important; }\r\n  .gb-map-zone:hover .gb-tree, .gb-map-zone.active .gb-tree { fill: #dce5c7 !important; }\r\n  \r\n  .gb-map-zone:hover .gb-stairs line, .gb-map-zone:hover .gb-stairs rect, \r\n  .gb-map-zone.active .gb-stairs line, .gb-map-zone.active .gb-stairs rect { stroke: #ffffff !important; }\r\n\r\n  .gb-map-info-box {\r\n    margin-top: 30px; \r\n    padding: 25px 35px;\r\n    width: 100%;\r\n    max-width: 1100px;\r\n    background-color: var(--olive-pale);\r\n    border-left: 4px solid var(--olive);\r\n    border-radius: var(--radius);\r\n    box-shadow: 0 2px 12px rgba(46,61,22,0.08);\r\n    min-height: 120px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    text-align: left;\r\n  }\r\n\r\n  \/* Utilisation de la balise h3 s\u00e9mantique pour l'info-box *\/\r\n  .gb-map-info-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--olive-deep); margin-top: 0; margin-bottom: 8px; }\r\n  .gb-map-info-desc { font-size: 1rem; color: var(--text-mid); line-height: 1.6; margin: 0; }\r\n  .gb-map-info-action { display: inline-block; margin-top: 10px; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; color: var(--olive); letter-spacing: 1px; }\r\n\r\n  \/* \u2500\u2500 2. R\u00c9CIT EN DOUBLE COLONNE \u2500\u2500 *\/\r\n  .gb-description-section {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 25px; \r\n    max-width: 1400px;\r\n    margin: 0 auto 10px; \r\n    padding: 0 30px;\r\n    align-items: center;\r\n  }\r\n\r\n  \/* Support des H2 et H3 pour la hi\u00e9rarchie SEO *\/\r\n  .gb-desc-text h2,\r\n  .gb-desc-text h3 { font-family: 'Playfair Display', serif; color: var(--olive-deep); border-bottom: 1px solid var(--border); padding-bottom: 10px; }\r\n  \r\n  .gb-desc-text h2 { font-size: 1.8rem; margin-top: 0; margin-bottom: 15px; }\r\n  .gb-desc-text h3 { font-size: 1.6rem; margin-top: 30px; margin-bottom: 15px; }\r\n  \r\n  .gb-desc-text p { margin-bottom: 15px; font-size: 1.05rem; }\r\n  .gb-desc-text ul { list-style-type: none; padding: 0; margin-bottom: 25px; font-size: 1.05rem; }\r\n  .gb-desc-text li { position: relative; padding-left: 20px; margin-bottom: 10px; }\r\n  .gb-desc-text li::before { content: '\u2022'; color: var(--olive); position: absolute; left: 0; font-weight: bold; }\r\n\r\n  .gb-desc-images { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }\r\n  .gb-desc-images img { width: 100%; height: 350px; object-fit: cover; border-radius: var(--radius); box-shadow: 0 4px 15px rgba(0,0,0,0.05); }\r\n  .gb-desc-images img:first-child { grid-column: span 2; height: 450px; }\r\n\r\n  \/* \u2500\u2500 3. GALERIES PHOTO CAT\u00c9GORIS\u00c9ES (Bas de page) \u2500\u2500 *\/\r\n  .gb-galleries-container { max-width: 1400px; margin: 0 auto 30px; padding: 0 30px; } \r\n  .gb-gallery-category { margin-bottom: 30px; scroll-margin-top: 100px; } \r\n  .gb-gallery-category-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--olive-deep); margin-bottom: 25px; border-left: 5px solid var(--olive); padding-left: 15px; }\r\n\r\n  \/* \u2500\u2500 NOUVELLE GRILLE MIXTE (PORTRAIT & PAYSAGE) \u2500\u2500 *\/\r\n  .gb-gallery-portrait-grid {\r\n    column-count: 3; \r\n    column-gap: 20px;\r\n    width: 100%;\r\n  }\r\n\r\n  .gb-gallery-item {\r\n    break-inside: avoid; \r\n    margin-bottom: 20px;\r\n    border-radius: var(--radius);\r\n    overflow: hidden;\r\n    background-color: var(--olive-pale);\r\n    box-shadow: 0 4px 15px rgba(0,0,0,0.03);\r\n    display: block;\r\n  }\r\n\r\n  .gb-gallery-portrait-grid .gb-gallery-item img {\r\n    width: 100%;\r\n    height: auto; \r\n    object-fit: cover;\r\n    transition: transform 0.4s ease;\r\n    display: block;\r\n  }\r\n\r\n  \/* \u2500\u2500 ANCIENNE GRILLE (CONSERV\u00c9E POUR LES EXT\u00c9RIEURS) \u2500\u2500 *\/\r\n  .gb-gallery-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\r\n    grid-auto-rows: 280px;\r\n    gap: 20px;\r\n  }\r\n  \r\n  .gb-gallery-grid .gb-gallery-item img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    transition: transform 0.4s ease;\r\n  }\r\n\r\n  .gb-gallery-grid .gb-gallery-item.large { grid-column: span 2; grid-row: span 2; }\r\n  .gb-gallery-grid .gb-gallery-item.wide { grid-column: span 2; }\r\n  .gb-gallery-grid .gb-gallery-item.tall { grid-row: span 2; }\r\n\r\n  .gb-gallery-item:hover img { transform: scale(1.05); }\r\n\r\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\r\n  @media (max-width: 900px) {\r\n    .gb-description-section { grid-template-columns: 1fr; }\r\n    .gb-gallery-grid .gb-gallery-item.large, .gb-gallery-grid .gb-gallery-item.wide, .gb-gallery-grid .gb-gallery-item.tall { grid-column: span 1; grid-row: span 1; }\r\n    .gb-gallery-portrait-grid { column-count: 2; }\r\n  }\r\n  \r\n  @media (max-width: 600px) {\r\n    .gb-map-svg { min-width: 600px; }\r\n    .gb-map-scroll-container { width: 100%; overflow-x: auto; padding-bottom: 15px; }\r\n    .gb-gallery-portrait-grid { column-count: 1; }\r\n  }\r\n<\/style>\r\n\r\n<article class=\"gb-presentation\">\r\n\r\n  <section class=\"gb-description-section\" aria-labelledby=\"titre-description\">\r\n    <div class=\"gb-desc-text\">\r\n      <h2 id=\"titre-description\">Une maison, deux logements ind\u00e9pendants<\/h2>\r\n      <p>Ancien bureau d'\u00e9tude d'un ing\u00e9nieur ayant particip\u00e9 au Tunnel sous la Manche, cette maison individuelle a \u00e9t\u00e9 rigoureusement am\u00e9nag\u00e9e pour garantir une s\u00e9paration parfaite entre deux espaces autonomes, dot\u00e9s chacun de leurs propres \u00e9quipements. Il est possible de les louer s\u00e9par\u00e9ment, ou d'effectuer une r\u00e9servation group\u00e9e.<\/p>\r\n      <ul>\r\n        <li><strong>Le Rez-de-chauss\u00e9e (4 personnes) :<\/strong> Dispose d'un acc\u00e8s de plain-pied. Comprend un espace de vie commun (cuisine \u00e9quip\u00e9e, salle \u00e0 manger) et une chambre comprenant un lit double de 160cm et un canap\u00e9-lit.<\/li>\r\n        <li><strong>Le Loft (2 personnes) :<\/strong> Duplex moderne situ\u00e9 \u00e0 l'\u00e9tage. Comprend un coin salon, un bureau et un coin chambre avec un lit de 180cm. <\/li>\r\n      <\/ul>\r\n\r\n      <h3>La Chambre Ind\u00e9pendante (2 personnes)<\/h3>\r\n      <p>Situ\u00e9e dans la maison voisine des propri\u00e9taires, cette chambre b\u00e9n\u00e9ficie de sa propre entr\u00e9e autonome vers l'ext\u00e9rieur. Elle se loue de mani\u00e8re isol\u00e9e ou en suppl\u00e9ment du g\u00eete.<\/p>\r\n\r\n      <h3>Ext\u00e9rieurs et services partag\u00e9s<\/h3>\r\n      <p>Dans chaque chambre, vous retrouverez le confort h\u00f4telier : cafeti\u00e8res \u00e0 dosettes, bouilloire, th\u00e9, gel et shampoing fournis.<\/p>\r\n      <p>La piscine, la terrasse, la salle de sport et le jardin sont des espaces partag\u00e9s, accessibles aux locataires de tous les h\u00e9bergements ainsi qu'aux propri\u00e9taires (la maison donne directement sur la piscine).<\/p>\r\n      <p>Ouverture de la piscine : de mai \u00e0 septembre.<\/p>\r\n    <\/div>\r\n    \r\n    <figure class=\"gb-desc-images\" style=\"margin: 0;\">\r\n      <img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/IMG-20260405-WA0012.jpg\" alt=\"Vue d'ensemble de la piscine et de la fa\u00e7ade du Domaine en Coudon\">\r\n      <img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/IMG-20260405-WA0013.jpg\" alt=\"Aper\u00e7u de la chambre ind\u00e9pendante et de sa literie\">\r\n      <img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/1775582312789blob-scaled.jpg\" alt=\"Aper\u00e7u du salon int\u00e9rieur du Loft\">\r\n    <\/figure>\r\n  <\/section>\r\n  \r\n  <section class=\"gb-layout-map-container\" aria-labelledby=\"titre-plan\">\r\n    <h2 id=\"titre-plan\">Disposition du domaine<\/h2>\r\n    <p>Le g\u00eete est compos\u00e9 de deux parties totalement ind\u00e9pendantes, pouvant \u00eatre lou\u00e9es s\u00e9par\u00e9ment ou ensemble.<\/p>\r\n    \r\n    <div class=\"gb-interactive-map-wrapper\">\r\n      <div class=\"gb-map-scroll-container\">\r\n        \r\n        <svg class=\"gb-map-svg\" viewBox=\"0 0 850 600\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"region\" aria-label=\"Plan interactif du domaine\">\r\n          <rect x=\"0\" y=\"0\" width=\"850\" height=\"600\" rx=\"10\" fill=\"#faf8f3\" stroke=\"#e8eed8\" stroke-width=\"2\"\/>\r\n          \r\n          <g class=\"gb-map-zone\" data-zone=\"exterieurs\" role=\"button\" tabindex=\"0\" aria-label=\"Voir la galerie des ext\u00e9rieurs et de la piscine\">\r\n            <circle cx=\"100\" cy=\"500\" r=\"80\" class=\"gb-tree\" fill=\"#e8eed8\" opacity=\"0.6\"\/>\r\n            <circle cx=\"200\" cy=\"550\" r=\"50\" class=\"gb-tree\" fill=\"#e8eed8\" opacity=\"0.6\"\/>\r\n            <circle cx=\"750\" cy=\"100\" r=\"90\" class=\"gb-tree\" fill=\"#e8eed8\" opacity=\"0.6\"\/>\r\n            \r\n            <text x=\"40\" y=\"560\" fill=\"#8a9373\" font-family=\"Lato, sans-serif\" font-size=\"14\" font-style=\"italic\" style=\"pointer-events: none;\" aria-hidden=\"true\">\r\n              Le jardin se prolonge sur un vaste domaine arbor\u00e9 au-del\u00e0 de ce plan...\r\n            <\/text>\r\n            \r\n            <rect x=\"250\" y=\"380\" width=\"120\" height=\"160\" rx=\"4\" class=\"gb-pool\" fill=\"#A3C6C4\" stroke=\"#ffffff\" stroke-width=\"2\"\/>\r\n            <text x=\"310\" y=\"460\" text-anchor=\"middle\" fill=\"#2e3d16\" font-family=\"Playfair Display, serif\" font-weight=\"600\" font-size=\"16\" style=\"pointer-events: none;\" aria-hidden=\"true\">Piscine<\/text>\r\n            <text x=\"310\" y=\"480\" text-anchor=\"middle\" fill=\"#2e3d16\" font-family=\"Lato, sans-serif\" font-size=\"12\" style=\"pointer-events: none;\" aria-hidden=\"true\">Espace partag\u00e9<\/text>\r\n          <\/g>\r\n\r\n          <g style=\"cursor: default;\" aria-hidden=\"true\">\r\n            <rect x=\"540\" y=\"80\" width=\"200\" height=\"460\" fill=\"#f0f0f0\" stroke=\"#cccccc\" stroke-width=\"3\"\/>\r\n            <text x=\"640\" y=\"240\" text-anchor=\"middle\" fill=\"#999999\" font-family=\"Playfair Display, serif\" font-weight=\"600\" font-size=\"18\">Domicile<\/text>\r\n            <text x=\"640\" y=\"265\" text-anchor=\"middle\" fill=\"#999999\" font-family=\"Playfair Display, serif\" font-weight=\"600\" font-size=\"18\">Propri\u00e9taires<\/text>\r\n          <\/g>\r\n\r\n          <g class=\"gb-map-zone\" data-zone=\"chambre\" role=\"button\" tabindex=\"0\" aria-label=\"Voir la galerie de la Chambre Ind\u00e9pendante\">\r\n            <rect x=\"600\" y=\"380\" width=\"140\" height=\"130\" fill=\"#e8eed8\" stroke=\"#556B2F\" stroke-width=\"4\"\/>\r\n            <path d=\"M 740 470 L 765 445\" fill=\"none\" stroke=\"#556B2F\" stroke-width=\"4\" stroke-linecap=\"round\"\/>\r\n            <text x=\"670\" y=\"440\" text-anchor=\"middle\" fill=\"#2e3d16\" font-family=\"Playfair Display, serif\" font-weight=\"600\" font-size=\"16\" style=\"pointer-events: none;\" aria-hidden=\"true\">Chambre<\/text>\r\n            <text x=\"670\" y=\"460\" text-anchor=\"middle\" fill=\"#2e3d16\" font-family=\"Lato, sans-serif\" font-size=\"12\" style=\"pointer-events: none;\" aria-hidden=\"true\">Entr\u00e9e Ind\u00e9p.<\/text>\r\n          <\/g>\r\n\r\n          <g class=\"gb-map-zone\" data-zone=\"rdc\" role=\"button\" tabindex=\"0\" aria-label=\"Voir la galerie du Rez-de-chauss\u00e9e\">\r\n            <rect x=\"80\" y=\"200\" width=\"280\" height=\"160\" rx=\"2\" fill=\"#e8eed8\" stroke=\"#556B2F\" stroke-width=\"2\"\/>\r\n            <text x=\"170\" y=\"275\" text-anchor=\"middle\" fill=\"#2e3d16\" font-family=\"Playfair Display, serif\" font-weight=\"600\" font-size=\"16\" style=\"pointer-events: none;\" aria-hidden=\"true\">Rez-de-chauss\u00e9e<\/text>\r\n            <text x=\"170\" y=\"295\" text-anchor=\"middle\" fill=\"#2e3d16\" font-family=\"Lato, sans-serif\" font-size=\"12\" style=\"pointer-events: none;\" aria-hidden=\"true\">G\u00eete (4 pers.)<\/text>\r\n          <\/g>\r\n\r\n          <g class=\"gb-map-zone\" data-zone=\"loft\" role=\"button\" tabindex=\"0\" aria-label=\"Voir la galerie du Loft\">\r\n            <rect x=\"360\" y=\"200\" width=\"100\" height=\"160\" rx=\"2\" fill=\"#e8eed8\" stroke=\"#556B2F\" stroke-width=\"2\"\/>\r\n            \r\n            <rect x=\"200\" y=\"80\" width=\"260\" height=\"150\" rx=\"2\" fill=\"#e8eed8\" stroke=\"#556B2F\" stroke-width=\"2\" style=\"filter: drop-shadow(0 12px 18px rgba(0,0,0,0.35));\"\/>\r\n            \r\n            <g class=\"gb-stairs\">\r\n              <rect x=\"420\" y=\"290\" width=\"30\" height=\"40\" fill=\"none\" stroke=\"#556B2F\" stroke-width=\"1.5\"\/>\r\n              <line x1=\"420\" y1=\"300\" x2=\"450\" y2=\"300\" stroke=\"#556B2F\" stroke-width=\"1.5\"\/>\r\n              <line x1=\"420\" y1=\"310\" x2=\"450\" y2=\"310\" stroke=\"#556B2F\" stroke-width=\"1.5\"\/>\r\n              <line x1=\"420\" y1=\"320\" x2=\"450\" y2=\"320\" stroke=\"#556B2F\" stroke-width=\"1.5\"\/>\r\n            <\/g>\r\n            <g class=\"gb-stairs\">\r\n              <rect x=\"420\" y=\"100\" width=\"30\" height=\"40\" fill=\"none\" stroke=\"#556B2F\" stroke-width=\"1.5\"\/>\r\n              <line x1=\"420\" y1=\"110\" x2=\"450\" y2=\"110\" stroke=\"#556B2F\" stroke-width=\"1.5\"\/>\r\n              <line x1=\"420\" y1=\"120\" x2=\"450\" y2=\"120\" stroke=\"#556B2F\" stroke-width=\"1.5\"\/>\r\n              <line x1=\"420\" y1=\"130\" x2=\"450\" y2=\"130\" stroke=\"#556B2F\" stroke-width=\"1.5\"\/>\r\n            <\/g>\r\n\r\n            <text x=\"330\" y=\"145\" text-anchor=\"middle\" fill=\"#2e3d16\" font-family=\"Playfair Display, serif\" font-weight=\"600\" font-size=\"16\" style=\"pointer-events: none;\" aria-hidden=\"true\">Le Loft - 1er \u00c9tage<\/text>\r\n            <text x=\"330\" y=\"165\" text-anchor=\"middle\" fill=\"#2e3d16\" font-family=\"Lato, sans-serif\" font-size=\"12\" style=\"pointer-events: none;\" aria-hidden=\"true\">G\u00eete (2 pers.)<\/text>\r\n            \r\n            <text x=\"410\" y=\"250\" text-anchor=\"middle\" fill=\"#2e3d16\" font-family=\"Lato, sans-serif\" font-size=\"12\" style=\"pointer-events: none;\" aria-hidden=\"true\">Entr\u00e9e<\/text>\r\n            <text x=\"410\" y=\"265\" text-anchor=\"middle\" fill=\"#2e3d16\" font-family=\"Lato, sans-serif\" font-size=\"12\" style=\"pointer-events: none;\" aria-hidden=\"true\">Loft<\/text>\r\n          <\/g>\r\n\r\n        <\/svg>\r\n\r\n      <\/div>\r\n\r\n      <div class=\"gb-map-info-box\" id=\"gbMapInfo\" aria-live=\"polite\">\r\n        <h3 class=\"gb-map-info-title\">Survolez une zone du plan<\/h3>\r\n        <p class=\"gb-map-info-desc\">Cliquez sur un h\u00e9bergement ou un espace dans le sch\u00e9ma ci-dessus pour consulter ses caract\u00e9ristiques et d\u00e9filer vers ses photographies.<\/p>\r\n        <span class=\"gb-map-info-action\" style=\"display: none;\" aria-hidden=\"true\">\u2192 Cliquer pour voir les photos<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"gb-galleries-container\">\r\n    \r\n    <div class=\"gb-gallery-category\" id=\"galerie-rdc\" aria-labelledby=\"titre-galerie-rdc\">\r\n      <h3 id=\"titre-galerie-rdc\" class=\"gb-gallery-category-title\">Le Rez-de-chauss\u00e9e<\/h3>\r\n      <div class=\"gb-gallery-portrait-grid\">\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/IMG-20260405-WA0009.jpg\" alt=\"D\u00e9tail de la d\u00e9coration du rez-de-chauss\u00e9e\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/d90d49fa-ca0a-4c3c-a29a-6520a3ddc721.jpg\" alt=\"Salle d'eau \u00e9quip\u00e9e du rez-de-chauss\u00e9e\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/aaeb97f2-52a2-4e0b-a4ba-2485fd3fe935.jpg\" alt=\"Cuisine int\u00e9gr\u00e9e et am\u00e9nag\u00e9e\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/1775583211693blob-scaled.jpg\" alt=\"Espace de vie et salle \u00e0 manger\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/1775583211694blob-scaled.jpg\" alt=\"Chambre principale du rez-de-chauss\u00e9e\" loading=\"lazy\"><\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"gb-gallery-category\" id=\"galerie-loft\" aria-labelledby=\"titre-galerie-loft\">\r\n      <h3 id=\"titre-galerie-loft\" class=\"gb-gallery-category-title\">Le Loft<\/h3>\r\n      <div class=\"gb-gallery-portrait-grid\">\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/1775582312789blob-scaled.jpg\" alt=\"Salon avec canap\u00e9 dans le Loft\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/1775582237931blob-scaled.jpg\" alt=\"Coin repas et bureau du Loft en duplex\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/1775582166017blob-scaled.jpg\" alt=\"Cuisine fonctionnelle du Loft\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/1775582197676blob-scaled.jpg\" alt=\"Escalier menant \u00e0 la mezzanine\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/IMG-20260405-WA0010.jpg\" alt=\"Chambre en mezzanine avec lit king size\" loading=\"lazy\"><\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"gb-gallery-category\" id=\"galerie-chambre\" aria-labelledby=\"titre-galerie-chambre\">\r\n      <h3 id=\"titre-galerie-chambre\" class=\"gb-gallery-category-title\">Chambre Ind\u00e9pendante<\/h3>\r\n      <div class=\"gb-gallery-portrait-grid\">\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/IMG-20260405-WA0013.jpg\" alt=\"Lit double de la chambre ind\u00e9pendante\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/IMG-20260405-WA0018.jpg\" alt=\"D\u00e9coration soign\u00e9e de la chambre\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/IMG-20260405-WA0015.jpg\" alt=\"Salle de bain privative de la chambre\" loading=\"lazy\"><\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"gb-gallery-category\" id=\"galerie-exterieurs\" aria-labelledby=\"titre-galerie-exterieurs\">\r\n      <h3 id=\"titre-galerie-exterieurs\" class=\"gb-gallery-category-title\">Ext\u00e9rieurs & Piscine<\/h3>\r\n      <div class=\"gb-gallery-grid\">\r\n        <div class=\"gb-gallery-item wide\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/IMG-20260405-WA0012.jpg\" alt=\"Grand bassin de la piscine entour\u00e9 de transats\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/IMG-20260405-WA0004.jpg\" alt=\"Coin d\u00e9tente ombrag\u00e9 dans le parc\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/26681152-24ae-47b5-9e16-41dd803d84e5-1.jpg\" alt=\"Aper\u00e7u des arbres centenaires du domaine\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/Sans-titre.png\" alt=\"Terrasse am\u00e9nag\u00e9e\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/1775582578492blob-scaled.jpg\" alt=\"Vue sur la campagne environnante\" loading=\"lazy\"><\/div>\r\n        <div class=\"gb-gallery-item\"><img decoding=\"async\" src=\"https:\/\/domaineencoudon.fr\/wp-content\/uploads\/2026\/04\/1775582578494blob-scaled.jpg\" alt=\"Espaces verts et chemins de promenade\" loading=\"lazy\"><\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/section>\r\n\r\n<\/article>\r\n\r\n<script>\r\n  document.addEventListener('DOMContentLoaded', function() {\r\n    const zones = document.querySelectorAll('.gb-map-zone');\r\n    const infoBox = document.getElementById('gbMapInfo');\r\n    const titleEl = infoBox.querySelector('.gb-map-info-title');\r\n    const descEl = infoBox.querySelector('.gb-map-info-desc');\r\n    const actionEl = infoBox.querySelector('.gb-map-info-action');\r\n\r\n    const zoneData = {\r\n      'exterieurs': {\r\n        title: 'Piscine & Ext\u00e9rieurs',\r\n        desc: 'Un espace de d\u00e9tente partag\u00e9 avec terrasse et un tr\u00e8s vaste jardin.',\r\n        target: 'galerie-exterieurs'\r\n      },\r\n      'chambre': {\r\n        title: 'Chambre Ind\u00e9pendante (2 personnes)',\r\n        desc: 'Int\u00e9gr\u00e9e \u00e0 la b\u00e2tisse principale, elle garantit votre intimit\u00e9 gr\u00e2ce \u00e0 une entr\u00e9e autonome donnant sur l\\'ext\u00e9rieur.',\r\n        target: 'galerie-chambre'\r\n      },\r\n      'loft': {\r\n        title: 'Le Loft (2 personnes)',\r\n        desc: 'Logement ind\u00e9pendant en duplex \u00e0 l\\'\u00e9tage. Coin salon, bureau et chambre en mezzanine.',\r\n        target: 'galerie-loft'\r\n      },\r\n      'rdc': {\r\n        title: 'Le Rez-de-chauss\u00e9e (4 personnes)',\r\n        desc: 'Logement ind\u00e9pendant de plain-pied. Espace de vie commun et une chambre ferm\u00e9e.',\r\n        target: 'galerie-rdc'\r\n      }\r\n    };\r\n\r\n    const defaultTitle = 'Survolez une zone du plan';\r\n    const defaultDesc = 'Cliquez sur un h\u00e9bergement ou un espace dans le sch\u00e9ma ci-dessus pour consulter ses caract\u00e9ristiques et d\u00e9filer vers ses photographies.';\r\n\r\n    function updateInfo(zoneId) {\r\n      if(zoneData[zoneId]) {\r\n        titleEl.textContent = zoneData[zoneId].title;\r\n        descEl.textContent = zoneData[zoneId].desc;\r\n        actionEl.style.display = 'inline-block';\r\n      }\r\n    }\r\n\r\n    function resetInfo() {\r\n      titleEl.textContent = defaultTitle;\r\n      descEl.textContent = defaultDesc;\r\n      actionEl.style.display = 'none';\r\n      zones.forEach(z => z.classList.remove('active'));\r\n    }\r\n\r\n    zones.forEach(zone => {\r\n      \/\/ Interactions \u00e0 la souris\r\n      zone.addEventListener('mouseenter', function() {\r\n        zones.forEach(z => z.classList.remove('active'));\r\n        this.classList.add('active');\r\n        updateInfo(this.getAttribute('data-zone'));\r\n      });\r\n\r\n      zone.addEventListener('mouseleave', resetInfo);\r\n\r\n      \/\/ Interactions au clavier (Accessibilit\u00e9 SEO)\r\n      zone.addEventListener('focus', function() {\r\n        zones.forEach(z => z.classList.remove('active'));\r\n        this.classList.add('active');\r\n        updateInfo(this.getAttribute('data-zone'));\r\n      });\r\n\r\n      zone.addEventListener('blur', resetInfo);\r\n\r\n      zone.addEventListener('keydown', function(e) {\r\n        if (e.key === 'Enter' || e.key === ' ') {\r\n          e.preventDefault();\r\n          this.click();\r\n        }\r\n      });\r\n\r\n      \/\/ \u00c9v\u00e9nement de clic commun (souris et clavier)\r\n      zone.addEventListener('click', function(e) {\r\n        e.preventDefault();\r\n        const targetId = zoneData[this.getAttribute('data-zone')].target;\r\n        const targetElement = document.getElementById(targetId);\r\n        if(targetElement) {\r\n          targetElement.scrollIntoView({ behavior: 'smooth', block: 'start' });\r\n        }\r\n      });\r\n    });\r\n  });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a99bc7 e-flex e-con-boxed e-con e-parent\" data-id=\"5a99bc7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb606ab elementor-widget elementor-widget-html\" data-id=\"cb606ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    html, body {\r\n        margin: 0 !important;\r\n        padding: 0 !important;\r\n        overflow-x: hidden; \r\n    }\r\n\r\n    .footer-medium-cols {\r\n        width: 100vw; \r\n        position: relative;\r\n        left: 50%;\r\n        right: 50%;\r\n        margin-left: -50vw;\r\n        margin-right: -50vw;\r\n        margin-top: -5px !important; \r\n        \r\n        box-sizing: border-box; \r\n        background-color: #F4F1EA; \r\n        color: #333; \r\n        font-family: 'Lato', sans-serif;\r\n        padding: 40px 50px 20px 50px; \r\n    }\r\n\r\n    .footer-content-row {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: flex-start;\r\n        flex-wrap: wrap;\r\n        max-width: 1200px; \r\n        margin: 0 auto;\r\n        gap: 20px;\r\n    }\r\n\r\n    .f-col {\r\n        flex: 1;\r\n        min-width: 200px;\r\n    }\r\n\r\n    .f-title {\r\n        font-family: 'Playfair Display', serif;\r\n        font-size: 1.1rem;\r\n        font-weight: bold;\r\n        margin-top: 0;\r\n        margin-bottom: 15px;\r\n        color: #222;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n    }\r\n\r\n    .f-list {\r\n        list-style: none;\r\n        padding: 0;\r\n        margin: 0;\r\n        font-size: 0.9rem;\r\n        line-height: 1.8;\r\n    }\r\n\r\n    .f-link {\r\n        text-decoration: none;\r\n        color: #555;\r\n        transition: color 0.3s, padding-left 0.3s;\r\n    }\r\n\r\n    .f-link:hover {\r\n        color: #E2725B; \r\n        padding-left: 3px;\r\n    }\r\n\r\n    .f-text {\r\n        font-size: 0.9rem;\r\n        line-height: 1.6;\r\n        color: #555;\r\n        margin: 0;\r\n    }\r\n\r\n    .f-copyright {\r\n        margin-top: 30px;\r\n        padding-top: 15px;\r\n        border-top: 1px solid rgba(0,0,0,0.1); \r\n        text-align: center;\r\n        font-size: 0.75rem;\r\n        color: #666;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n        .footer-medium-cols { padding: 30px 20px; }\r\n        .footer-content-row { flex-direction: column; gap: 30px; text-align: center; }\r\n        .f-col { width: 100%; }\r\n    }\r\n<\/style>\r\n\r\n<footer class=\"footer-medium-cols\" itemscope itemtype=\"http:\/\/schema.org\/LodgingBusiness\">\r\n    <div class=\"footer-content-row\">\r\n        \r\n        <div class=\"f-col\">\r\n            <h2 class=\"f-title\" itemprop=\"name\">Domaine en Coudon<\/h2>\r\n            <p class=\"f-text\" itemprop=\"description\">\r\n                G\u00eete de Charme \u00e0 Gaur\u00e9.<br>\r\n                Un lieu unique pour se ressourcer.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"f-col\">\r\n            <h2 class=\"f-title\" id=\"titre-menu-footer\">Menu<\/h2>\r\n            <nav aria-labelledby=\"titre-menu-footer\">\r\n                <ul class=\"f-list\">\r\n                    <li><a href=\"https:\/\/domaineencoudon.fr\/\" class=\"f-link\">Accueil<\/a><\/li>\r\n                    <li><a href=\"https:\/\/domaineencoudon.fr\/index.php\/photos\" class=\"f-link\">Le G\u00eete & Photos<\/a><\/li>\r\n                    <li><a href=\"https:\/\/domaineencoudon.fr\/index.php\/alentours\" class=\"f-link\">Alentours<\/a><\/li>\r\n                    <li><a href=\"https:\/\/domaineencoudon.fr\/index.php\/reserver\" class=\"f-link\" style=\"color:#E2725B; font-weight:bold;\" title=\"Acc\u00e9der \u00e0 la plateforme de r\u00e9servation\">R\u00e9server maintenant<\/a><\/li>\r\n                <\/ul>\r\n            <\/nav>\r\n        <\/div>\r\n\r\n        <div class=\"f-col\">\r\n            <h2 class=\"f-title\">Contact<\/h2>\r\n            <address class=\"f-list\" style=\"font-style: normal;\" itemprop=\"address\" itemscope itemtype=\"http:\/\/schema.org\/PostalAddress\">\r\n                <span class=\"f-text\" itemprop=\"streetAddress\">194 Route des cr\u00eates<\/span><br>\r\n                <span class=\"f-text\">\r\n                    <span itemprop=\"postalCode\">31590<\/span> \r\n                    <span itemprop=\"addressLocality\">Gaur\u00e9<\/span>, \r\n                    <span itemprop=\"addressCountry\">France<\/span>\r\n                <\/span><br>\r\n                <a href=\"tel:+33677887885\" class=\"f-link\" itemprop=\"telephone\" title=\"Appeler le Domaine en Coudon\">06 77 88 78 85<\/a><br>\r\n                <a href=\"mailto:contact@domaineencoudon.fr\" class=\"f-link\" itemprop=\"email\" title=\"Envoyer un e-mail au Domaine en Coudon\">domaine.encoudon@gmail.com<\/a>\r\n            <\/address>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <div class=\"f-copyright\">\r\n        &copy; 2026 Domaine en Coudon - <a href=\"https:\/\/domaineencoudon.fr\/mentions-legales\" class=\"f-link\" title=\"Consulter les mentions l\u00e9gales\">Mentions L\u00e9gales<\/a>\r\n    <\/div>\r\n<\/footer>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Accueil Le G\u00eete Alentours Contact R\u00e9server Une maison, deux logements ind\u00e9pendants Ancien bureau d&rsquo;\u00e9tude d&rsquo;un ing\u00e9nieur ayant particip\u00e9 au Tunnel [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-23","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/domaineencoudon.fr\/index.php\/wp-json\/wp\/v2\/pages\/23","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/domaineencoudon.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/domaineencoudon.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/domaineencoudon.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/domaineencoudon.fr\/index.php\/wp-json\/wp\/v2\/comments?post=23"}],"version-history":[{"count":166,"href":"https:\/\/domaineencoudon.fr\/index.php\/wp-json\/wp\/v2\/pages\/23\/revisions"}],"predecessor-version":[{"id":1162,"href":"https:\/\/domaineencoudon.fr\/index.php\/wp-json\/wp\/v2\/pages\/23\/revisions\/1162"}],"wp:attachment":[{"href":"https:\/\/domaineencoudon.fr\/index.php\/wp-json\/wp\/v2\/media?parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}