{"id":2739,"date":"2026-08-21T00:00:00","date_gmt":"2026-08-20T22:00:00","guid":{"rendered":"https:\/\/www.norki.com\/studio-chalet\/?p=2739"},"modified":"2026-07-31T14:29:36","modified_gmt":"2026-07-31T12:29:36","slug":"chalet-sanctuaire-decoration-bien-etre","status":"publish","type":"post","link":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/","title":{"rendered":"Le Chalet Sanctuaire"},"content":{"rendered":"\n<style>\n    \/* ==========================================================================\n       COMPOSANT : LE CHALET SANCTUAIRE (NORKI)\n       Pr\u00e9fixe d'isolation : .chalet-sanctuaire\n       ========================================================================== *\/\n    \n    .chalet-sanctuaire {\n        position: relative;\n        width: 100%;\n        background-color: var(--color-norki-beige, #f8f0ea);\n        overflow: hidden;\n        margin: 0;\n        \/* Paddings verticaux selon Design System *\/\n        padding-top: 60px;\n        padding-bottom: var(--section-pad-v-dt, 80px);\n        padding-left: 0;\n        padding-right: 0;\n    }\n\n    .chalet-sanctuaire__wrapper {\n        position: relative;\n        width: 100%;\n        max-width: 2560px; \/* Limite sup\u00e9rieure grands \u00e9crans *\/\n        margin: 0 auto;\n        display: block;\n    }\n\n    \/* Gestion des images de fond *\/\n    .chalet-sanctuaire__bg-img {\n        width: 100%;\n        height: auto;\n        display: block;\n        object-fit: cover;\n    }\n\n    .chalet-sanctuaire__bg-img--mobile {\n        display: none; \/* Cach\u00e9 sur Desktop *\/\n    }\n\n    \/* Calque superpos\u00e9 pour le texte et les interactions produits *\/\n    .chalet-sanctuaire__overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        pointer-events: none; \/* Permet le clic au travers du calque *\/\n    }\n\n    \/* --- BLOC TEXTE PRINCIPAL --- *\/\n    .chalet-sanctuaire__text {\n        position: absolute;\n        top: 30%;\n        left: 3%;\n        pointer-events: auto;\n        color: var(--wp--preset--color--contrast, #000);\n        z-index: 2;\n        display: flex;\n        flex-direction: column;\n        gap: 6px;\n        max-width: 45%;\n    }\n\n    .chalet-sanctuaire__title {\n        font-size: clamp(24px, 2.5vw, 34px);\n        line-height: 1.25;\n        color: var(--wp--preset--color--contrast, #000);\n        margin: 0;\n        letter-spacing: -0.01em;\n        font-weight: 500;\n    }\n\n    .chalet-sanctuaire__subtitle {\n        font-size: clamp(16px, 1.4vw, 24px);\n        margin: 0;\n        line-height: 1.3;\n        color: #000;\n    }\n\n    \/* --- STRUCTURES INTERACTIVES PRODUITS --- *\/\n    .chalet-sanctuaire__product-link {\n        position: absolute;\n        pointer-events: auto;\n        display: block;\n        z-index: 3;\n        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        will-change: transform;\n    }\n\n    \/* Effet de survol premium *\/\n    .chalet-sanctuaire__product-link:hover {\n        transform: scale(1.05) translateY(-8px);\n    }\n\n    .chalet-sanctuaire__product-img {\n        width: 100%;\n        height: auto;\n        display: block;\n        filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.1));\n        transition: filter 0.4s ease;\n    }\n\n    .chalet-sanctuaire__product-link:hover .chalet-sanctuaire__product-img {\n        filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.16));\n    }\n\n    \/* --- PLACEMENT PRODUIT 1 : TAPIS PRESTO --- *\/\n    .chalet-sanctuaire__product-link--item1 {\n        top: 15%;\n        left: 52%;\n        width: 35%;\n    }\n\n    \/* --- PLACEMENT PRODUIT 2 : BANC --- *\/\n    .chalet-sanctuaire__product-link--item2 {\n        top: 45%;\n        left: -1%;\n        width: 20%;\n    }\n\n    \/* ==========================================================================\n       RESPONSIVE DESIGN (Tablette & Mobile)\n       ========================================================================== *\/\n\n    \/* Tablettes *\/\n    @media screen and (max-width: 1024px) {\n        .chalet-sanctuaire {\n            padding-top: 80px;\n            padding-bottom: var(--section-pad-v-tab, 50px);\n        }\n\n        .chalet-sanctuaire__text {\n            left: 4%;\n        }\n\n        .chalet-sanctuaire__product-link--item1 {\n            top: 16%;\n            left: 52%;\n            width: 28%;\n        }\n    }\n\n    \/* Mobile *\/\n    @media screen and (max-width: 768px) {\n        .chalet-sanctuaire {\n            padding-top: 70px;\n            padding-bottom: var(--section-pad-v-mob, 40px);\n        }\n\n        \/* Bascule du fond d'\u00e9cran sur mobile *\/\n        .chalet-sanctuaire__bg-img--desktop {\n            display: none !important;\n        }\n        .chalet-sanctuaire__bg-img--mobile {\n            display: block !important;\n        }\n\n        \/* Alignement du bloc texte *\/\n        .chalet-sanctuaire__text {\n            top: 23%; \n            left: 6%;\n            gap: 2px;\n            max-width: 65%;\n        }\n\n        .chalet-sanctuaire__title {\n            font-size: clamp(22px, 5.5vw, 30px);\n        }\n\n        .chalet-sanctuaire__subtitle {\n            font-size: clamp(15px, 3.8vw, 18px);\n        }\n\n        \/* Repositionnement mobile du Produit 1 *\/\n        .chalet-sanctuaire__product-link--item1 {\n            top: 35%;\n            left: 21%;\n            width: 48%;\n        }\n\n        \/* Repositionnement mobile du Produit 2 *\/\n        .chalet-sanctuaire__product-link--item2 {\n            top: 60%;\n            left: -3%;\n            width: 39%;\n        }\n    }\n<\/style>\n\n<section class=\"chalet-sanctuaire\" aria-label=\"Inspiration Le Chalet Sanctuaire\">\n    <div class=\"chalet-sanctuaire__wrapper\">\n        \n        <!-- ARRI\u00c8RE-PLAN DESKTOP -->\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/pc-2.png\" alt=\"Moodboard d'inspiration - Le Chalet Sanctuaire par Norki\" class=\"chalet-sanctuaire__bg-img chalet-sanctuaire__bg-img--desktop\" fetchpriority=\"high\">\n        \n        <!-- ARRI\u00c8RE-PLAN MOBILE -->\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/mobile-2.png\" alt=\"Moodboard d'inspiration - Le Chalet Sanctuaire par Norki - Version Mobile\" class=\"chalet-sanctuaire__bg-img chalet-sanctuaire__bg-img--mobile\" loading=\"lazy\">\n        \n        <!-- CALQUE D'INTERACTION SUPERPOS\u00c9 -->\n        <div class=\"chalet-sanctuaire__overlay\">\n            \n            <!-- Bloc Texte d'Ancrage -->\n            <div class=\"chalet-sanctuaire__text\">\n                <h2 class=\"chalet-sanctuaire__title avenirmedium-font\">Le Chalet Sanctuaire<\/h2>\n                <p class=\"chalet-sanctuaire__subtitle baskerville-italic-font\">L\u2019\u00c9l\u00e9gance de l\u2019\u00c9pure et l\u2019Art de la D\u00e9connexion Absolue<\/p>\n            <\/div>\n            \n            <!-- PRODUIT 1 : Tapis Presto -->\n            <a href=\"https:\/\/www.norki.com\/fr\/les-tapis-iconiques-norki\/631-grand-tapis-design-noir-bleu-peau-lainee.html\" class=\"chalet-sanctuaire__product-link chalet-sanctuaire__product-link--item1\" aria-label=\"D\u00e9couvrir le grand tapis design noir bleu en peau lain\u00e9e\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Presto-principale.png\" alt=\"Grand tapis design noir et bleu en peau lain\u00e9e Norki\" class=\"chalet-sanctuaire__product-img\" width=\"600\" height=\"450\">\n            <\/a>\n\n            <!-- PRODUIT 2 : Banc -->\n            <a href=\"https:\/\/www.norki.com\/fr\/bancs-createur-design-contemporain-banc-luxe-norki\/627-banc-design-contemporain-bois-agneau-velours.html\" class=\"chalet-sanctuaire__product-link chalet-sanctuaire__product-link--item2\" aria-label=\"D\u00e9couvrir le banc design contemporain bois et agneau velours\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Banc-Photo-IV-Presto-Bleu-Bois_NORKI.jpg\" alt=\"Banc design contemporain en bois et agneau velours Norki\" class=\"chalet-sanctuaire__product-img\" width=\"400\" height=\"400\">\n            <\/a>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style>\n    \/* ==========================================================================\n       COMPOSANT : BLOC CITATION MINIMALISTE\n       ========================================================================== *\/\n    \n    :root {\n        --text-main: black;\n        --font-serif: 'Playfair Display', Georgia, serif;\n        --font-quote: \"Pertili\", var(--font-serif); \n    }\n\n    \/* Conteneur principal de la citation *\/\n    .norki-quote-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 60px var(--section-pad-h-dt, 5vw);\n        background-color: #f8f0ea;\n        z-index: 10;\n        position: relative;\n    }\n\n    .bloc-citation-norki {\n        position: relative;\n        max-width: 720px; \/* Ajust\u00e9 pour correspondre \u00e0 la structure de retour \u00e0 la ligne de la maquette *\/\n        margin: 0 auto;\n        text-align: center;\n        padding: 40px 60px; \/* Espace \u00e9quilibr\u00e9 pour les guillemets de part et d'autre *\/\n    }\n\n    .bloc-citation-norki p {\n        font-size: clamp(1.4rem, 2.2vw, 1.85rem);\n        line-height: 1.5;\n        color: var(--text-main);\n        font-weight: 400;\n        margin: 0;\n        letter-spacing: -0.01em;\n    }\n\n    \/* Signature de l'auteur *\/\n    .bloc-citation-norki__author {\n        display: block;\n        margin-top: 35px;\n        font-size: clamp(2.2rem, 4.5vw, 3.8rem); \/* Taille g\u00e9n\u00e9reuse pour valoriser la police cursive *\/\n        color: var(--text-main);\n        line-height: 1;\n    }\n\n    \/* Gestion des guillemets via pseudo-\u00e9l\u00e9ments *\/\n    .bloc-citation-norki::before,\n    .bloc-citation-norki::after {\n        font-family: var(--font-quote) !important;\n        font-size: 130px;\n        color: #000;\n        position: absolute;\n        line-height: 0; \/* \u00c9vite de fausser la hauteur du conteneur *\/\n    }\n    \n    .bloc-citation-norki::before {\n        content: '\\201C'; \/* Code Unicode pour le guillemet ouvrant \u201c *\/\n        top: 55px;\n        left: 5px;\n    }\n\n    .bloc-citation-norki::after {\n        content: '\\201D'; \/* Code Unicode pour le guillemet fermant \u201d *\/\n        bottom: 95px;\n        right: 5px;\n    }\n\n\n    \/* Responsive Design *\/\n    @media (max-width: 768px) {\n        .norki-quote-wrapper {\n            padding: 40px 15px;\n        }\n        \n        .bloc-citation-norki {\n            padding: 20px 25px; \n            max-width: 100%;\n        }\n        \n        .bloc-citation-norki p {\n            font-size: 1.35rem;\n            padding: 0 10px;\n        }\n        \n        .bloc-citation-norki p br {\n            display: none; \/* D\u00e9sactive les sauts de ligne forc\u00e9s sur mobile pour plus de fluidit\u00e9 *\/\n        }\n\n        .bloc-citation-norki__author {\n            margin-top: 25px;\n            font-size: clamp(2rem, 9vw, 2.8rem);\n        }\n        \n        .bloc-citation-norki::before,\n        .bloc-citation-norki::after {\n            font-size: 75px; \/* L\u00e9g\u00e8re r\u00e9duction pour \u00e9quilibrer sur mobile *\/\n        }\n        \n        .bloc-citation-norki::before {\n             top: 22px;\n             left: 0px;\n        }\n        \n        .bloc-citation-norki::after {\n            bottom: 45px;\n            right: 0px;\n        }\n    }\n<\/style>\n\n<div class=\"norki-quote-wrapper\">\n    <div class=\"bloc-citation-norki\">\n        <!-- Texte de la citation -->\n        <p class=\"baskerville-italic-font\">\n           Le bien-\u00eatre n\u2019est pas une destination,\nmais un chemin. Le secret est de\nl\u2019appr\u00e9cier \u00e0 chaque pas.\n        <\/p>\n        <!-- Signature de l'auteur en cursive -->\n        <span class=\"bloc-citation-norki__author bestermind-font\">Wayne Dyer<\/span>\n    <\/div>\n<\/div>\n\n\n\n<style>\n    \/* ==========================================================================\n       COMPOSANT : ARTICLE SANCTUAIRE (Bas\u00e9 sur le template Art Montagne)\n       Pr\u00e9fixe d'isolation : .art-sanctuaire\n       ========================================================================== *\/\n\n    .art-sanctuaire {\n        \/* Fond global de la section *\/\n        background-color: var(--color-norki-beige, #f8f0ea);\n        width: 100%;\n        display: grid;\n        \/* Grille asym\u00e9trique sur desktop : ~33% pour l'image, le reste pour le texte *\/\n        grid-template-columns: 33% 1fr;\n        align-items: center;\n        \/* Z\u00e9ro padding sur le conteneur principal pour permettre \u00e0 l'image de toucher le bord gauche *\/\n        padding: 0;\n        margin: 0;\n        overflow: hidden;\n    }\n\n    .art-sanctuaire * {\n        box-sizing: border-box;\n    }\n\n    \/* --- COLONNE IMAGE ET HOTSPOT --- *\/\n    .art-sanctuaire__image-col {\n        width: 100%;\n        height: 100%;\n        display: flex;\n        position: relative; \/* Indispensable pour positionner le hotspot *\/\n    }\n\n    .art-sanctuaire__img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n    }\n\n    \/* --- HOTSPOT PRODUIT (PULSE EFFECT) --- *\/\n    .nk-hotspot {\n        position: absolute;\n        z-index: 10;\n        width: 0;\n        height: 0;\n    }\n\n    .nk-hotspot__btn {\n        position: absolute;\n        width: 36px;\n        height: 36px;\n        background-color: rgba(255, 255, 255, 0.95);\n        border-radius: 50%;\n        transform: translate(-50%, -50%);\n        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        border: none;\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #000;\n    }\n\n    .nk-hotspot__btn svg {\n        width: 20px;\n        height: 20px;\n    }\n\n    .nk-hotspot__btn::before {\n        content: '';\n        position: absolute;\n        inset: -6px;\n        border-radius: 50%;\n        border: 1px solid rgba(255, 255, 255, 0.8);\n        animation: nk-pulse-wave 2s infinite cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    @keyframes nk-pulse-wave { \n        0% { transform: scale(0.8); opacity: 1; } \n        100% { transform: scale(1.6); opacity: 0; } \n    }\n\n    .nk-hotspot__tooltip {\n        position: absolute;\n        bottom: 25px;\n        left: 0;\n        transform: translateX(-50%) translateY(10px);\n        width: 260px;\n        background: #ffffff;\n        opacity: 0;\n        visibility: hidden;\n        transition: opacity 0.3s ease, transform 0.3s ease;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        border-radius: 2px;\n    }\n\n    .nk-hotspot__tooltip::before {\n        content: '';\n        position: absolute;\n        top: 100%;\n        left: 0;\n        width: 100%;\n        height: 35px;\n        background: transparent;\n    }\n\n    .nk-hotspot:hover .nk-hotspot__tooltip,\n    .nk-hotspot.is-active .nk-hotspot__tooltip {\n        opacity: 1;\n        visibility: visible;\n        transform: translateX(-50%) translateY(0);\n    }\n\n    \/* Int\u00e9rieur de l'infobulle produit *\/\n    .nk-hotspot__link {\n        display: flex;\n        align-items: center;\n        gap: 15px;\n        padding: 12px;\n        text-decoration: none;\n        color: #000;\n    }\n\n    .nk-hotspot__thumb {\n        width: 70px;\n        height: 70px;\n        object-fit: cover;\n        flex-shrink: 0;\n    }\n\n    .nk-hotspot__info {\n        display: flex;\n        flex-direction: column;\n        gap: 6px;\n    }\n\n    .nk-hotspot__title {\n        font-family: \"AvenirMedium\", sans-serif;\n        font-size: 0.95rem;\n        line-height: 1.2;\n    }\n\n    .nk-hotspot__action {\n        font-size: 0.85rem;\n        text-decoration: underline;\n        text-underline-offset: 2px;\n        color: #555;\n    }\n\n    \/* --- COLONNE TEXTE --- *\/\n    .art-sanctuaire__text-col {\n        \/* Padding adaptatif respect\u00e9 du template *\/\n        padding-left: 8vw;\n        padding-right: var(--section-pad-h-dt, 40px);\n        padding-top: var(--section-pad-v-dt, 50px);\n        padding-bottom: var(--section-pad-v-dt, 50px);\n        max-width: 900px;\n    }\n\n    .art-sanctuaire__title {\n        font-size: clamp(24px, 2.5vw, 34px);\n        line-height: 1.25;\n        color: var(--wp--preset--color--contrast, #000);\n        margin: 0 0 35px 0;\n        letter-spacing: -0.01em;\n        font-weight: 500;\n    }\n\n    .art-sanctuaire__desc {\n        font-size: 0.95rem;\n        line-height: 1.5; \/* R\u00e8gle stricte respect\u00e9e (correction du 1.6) *\/\n        color: #000;\n        margin: 0 0 20px 0;\n    }\n\n    .art-sanctuaire__desc:last-of-type {\n        margin-bottom: 0;\n    }\n\n    \/* --- STYLES DES LIENS (TEXTE) --- *\/\n    .art-sanctuaire__link {\n        color: inherit;\n        text-decoration: underline;\n        text-underline-offset: 3px;\n        text-decoration-thickness: 1px;\n        transition: opacity 0.3s ease, text-decoration-thickness 0.3s ease;\n    }\n\n    .art-sanctuaire__link:hover {\n        opacity: 0.7;\n        text-decoration-thickness: 2px;\n    }\n\n    \/* ==========================================================================\n       STYLE CTA BOX (INT\u00c9GRATION DU BOUTON ET DU TEXTE)\n       ========================================================================== *\/\n    .art-sanctuaire__cta-box {\n        margin-top: 50px;\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        text-align: left;\n        gap: 20px;\n        width: 100%;\n    }\n\n    .art-sanctuaire__cta-text {\n        font-size: 0.95rem;\n        line-height: 1.4;\n        color: #000000;\n        margin: 0;\n    }\n\n    .art-sanctuaire__cta-btn {\n        display: inline-block;\n        padding: 4px 27px;\n        border: 1px solid #000000;\n        color: #fff;\n        text-decoration: none;\n        font-size: 0.9rem;\n        transition: all 0.3s ease;\n        background-color: black;\n    }\n\n    .art-sanctuaire__cta-btn:hover {\n        background-color: transparent;\n        color: #000;\n    }\n\n    \/* ==========================================================================\n       RESPONSIVE (Tablette & Mobile)\n       ========================================================================== *\/\n\n    @media screen and (max-width: 1024px) {\n        .art-sanctuaire {\n            grid-template-columns: 45% 1fr;\n        }\n        .art-sanctuaire__text-col {\n            padding-left: 5vw;\n            padding-right: var(--section-pad-h-tab, 30px);\n            padding-top: var(--section-pad-v-tab, 40px);\n            padding-bottom: var(--section-pad-v-tab, 40px);\n        }\n    }\n\n    @media screen and (max-width: 768px) {\n        .art-sanctuaire {\n            grid-template-columns: 1fr;\n            align-items: start;\n        }\n\n        .art-sanctuaire__image-col {\n            width: 100%;\n            height: auto;\n            padding-right: var(--section-pad-h-mob, 20px);\n            box-sizing: border-box; \n        }\n\n        .art-sanctuaire__img {\n            height: auto;\n            max-height: 65vh;\n        }\n\n        \/* Ajustement de la bulle hotspot pour \u00e9viter qu'elle ne d\u00e9borde de l'\u00e9cran mobile *\/\n        .nk-hotspot__tooltip {\n            width: 220px;\n            transform: translateX(-15%) translateY(10px);\n        }\n        \n        .nk-hotspot:hover .nk-hotspot__tooltip,\n        .nk-hotspot.is-active .nk-hotspot__tooltip {\n            transform: translateX(-15%) translateY(0);\n        }\n\n        .art-sanctuaire__text-col {\n            width: 100%;\n            padding-left: var(--section-pad-h-mob, 20px);\n            padding-right: var(--section-pad-h-mob, 20px);\n            padding-top: var(--section-pad-v-mob, 30px);\n            padding-bottom: var(--section-pad-v-mob, 30px);\n            box-sizing: border-box;\n        }\n\n        .art-sanctuaire__title {\n            font-size: clamp(22px, 6vw, 28px);\n            margin-bottom: 25px;\n        }\n\n        \/* Centrage du CTA sur mobile *\/\n        .art-sanctuaire__cta-box {\n            align-items: center;\n            text-align: center;\n            margin-top: 40px;\n        }\n    }\n<\/style>\n\n<section class=\"art-sanctuaire\" aria-label=\"Transformation d'un chalet de luxe en sanctuaire\">\n    \n    <!-- COLONNE VISUELLE GAUCHE -->\n    <div class=\"art-sanctuaire__image-col\">\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/E02_2467_\u252c\u00ae_Studio_Erick_Saillet.jpg\" alt=\"Vue int\u00e9rieure d'un chalet de luxe, espace sanctuaire de bien-\u00eatre\" class=\"art-sanctuaire__img\" loading=\"lazy\">\n        \n        <!-- HOTSPOT PRODUIT (Pulse Effect) -->\n        <div class=\"nk-hotspot\" style=\"top: 70%; left: 45%;\">\n            <button class=\"nk-hotspot__btn\" aria-label=\"Voir le produit Fauteuil Swan Vintage\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\n                    <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                <\/svg>\n            <\/button>\n            <div class=\"nk-hotspot__tooltip\">\n                <a href=\"https:\/\/www.norki.com\/fr\/fauteuils-collectionnistes-norki-mobilier-vintage\/611-paire-de-fauteuils-swan-arne-jacobsen-gris-beige.html\" class=\"nk-hotspot__link\" target=\"_blank\" rel=\"noopener noreferrer\">\n                    <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Fauteuils-swan-arne-jacobsen-luxe-1.jpg\" alt=\"Fauteuil Swan Vintage\" class=\"nk-hotspot__thumb\">\n                    <div class=\"nk-hotspot__info\">\n                        <span class=\"nk-hotspot__title\">Fauteuil Swan Vintage<\/span>\n                        <span class=\"nk-hotspot__action\">Voir le produit<\/span>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- COLONNE TEXTUELLE DROITE -->\n    <div class=\"art-sanctuaire__text-col\">\n        <h2 class=\"art-sanctuaire__title avenirmedium-font\">\n            Comment transformer un chalet de luxe en un v\u00e9ritable sanctuaire de bien-\u00eatre ?\n        <\/h2>\n        \n        <!-- Division du texte en deux paragraphes pour respecter le rendu visuel et la lisibilit\u00e9 -->\n        <p class=\"art-sanctuaire__desc\">\n            Pour la Maison Norki, la r\u00e9ponse ne r\u00e9side pas uniquement dans le choix d\u2019une esth\u00e9tique pointue, mais dans la red\u00e9finition m\u00eame de l\u2019art de vivre. Longtemps confin\u00e9 \u00e0 un r\u00f4le purement fonctionnel ou \u00e0 une rusticit\u00e9 convenue, le chalet revendique aujourd&rsquo;hui un statut in\u00e9dit : celui d&rsquo;un espace manifeste. Dans le tumulte \u00e9tourdissant du XXIe si\u00e8cle, l&rsquo;ultime luxe consiste \u00e0 s&rsquo;offrir une parenth\u00e8se hors du temps, une cure de s\u00e9r\u00e9nit\u00e9 absolue o\u00f9 le monde ext\u00e9rieur s&rsquo;efface.\n        <\/p>\n        <p class=\"art-sanctuaire__desc\">\n            Le Chalet Sanctuaire a \u00e9t\u00e9 pens\u00e9 comme un refuge introspectif. Ici, le diktat de l&rsquo;hyper-connexion s&rsquo;\u00e9vapore. On \u00e9teint les t\u00e9l\u00e9phones, on referme les \u00e9crans, et l&rsquo;on s&rsquo;abandonne \u00e0 la qui\u00e9tude des lieux. L&rsquo;ambition de ce projet \u00e9tait claire : imaginer un \u00e9crin o\u00f9 il n&rsquo;est plus n\u00e9cessaire de sortir, un espace o\u00f9 le confort absolu et l&rsquo;\u00e9l\u00e9vation spirituelle se rencontrent \u00e0 chaque instant.\n        <\/p>\n\n        <!-- CTA BOX FRAN\u00c7AIS (Conserv\u00e9e du template d'origine) -->\n        <div class=\"art-sanctuaire__cta-box\">\n            <p class=\"art-sanctuaire__cta-text\">\n                <span class=\"baskerville-italic-font\" style=\"font-size: clamp(1.4rem, 2vw, 26px)\">Ce moodboard vous inspire ?<\/span><br>\n                Concr\u00e9tisons ensemble l&rsquo;int\u00e9rieur de votre chalet d&rsquo;exception\n            <\/p>\n            <a href=\"https:\/\/www.norki.com\/fr\/studio-chalet\/contactez-nous\/\" class=\"art-sanctuaire__cta-btn\">\n                \u00c9changeons sur votre projet\n            <\/a>\n        <\/div>\n    <\/div>\n\n<\/section>\n\n<!-- SCRIPT GESTION HOTSPOT (CLIC MOBILE\/DESKTOP) -->\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n    document.addEventListener('click', (e) => {\n        const btnHotspot = e.target.closest('.nk-hotspot__btn');\n        const hotspots = document.querySelectorAll('.nk-hotspot');\n        \n        if (btnHotspot) {\n            e.preventDefault(); \n            e.stopPropagation();\n            const currentHotspot = btnHotspot.closest('.nk-hotspot');\n            hotspots.forEach(h => { if (h !== currentHotspot) h.classList.remove('is-active'); });\n            currentHotspot.classList.toggle('is-active');\n        } else if (!e.target.closest('.nk-hotspot')) {\n            hotspots.forEach(h => h.classList.remove('is-active'));\n        }\n    });\n});\n<\/script>\n\n\n\n<style>\n    \/* ==========================================================================\n       COMPOSANT : WELLNESS CHALET (Zoom d'image + Hotspots sans coupure)\n       ========================================================================== *\/\n\n    .art-wellness {\n        \/* Application des paddings de section stricts du template *\/\n        padding: 50px 40px 20px 40px;\n        background-color: var(--color-norki-beige, #f8f0ea);\n        color: var(--wp--preset--color--contrast, #000);\n        width: 100%;\n        box-sizing: border-box;\n    }\n\n    .art-wellness * {\n        box-sizing: border-box;\n    }\n\n    .art-wellness__wrapper {\n        margin: 0 auto;\n        display: grid;\n        \/* Grille asym\u00e9trique : le texte prend ~22%, le reste pour les images *\/\n        grid-template-columns: 22% 1fr;\n        gap: 6vw;\n        align-items: start;\n        max-width: 2560px;\n    }\n\n    \/* --- COLONNE TEXTE --- *\/\n    .art-wellness__text-col {\n        font-size: clamp(14px, 1vw, 16px);\n        line-height: 1.5;\n        display: flex;\n        flex-direction: column;\n        color: #000;\n    }\n\n    .art-wellness__text-col p {\n        margin-top: 0;\n        margin-bottom: 20px;\n    }\n\n    .art-wellness__text-col p:last-child {\n        margin-bottom: 0;\n    }\n\n    \/* Styles pour H3 conformes au design system *\/\n    .art-wellness__h3 {\n        font-size: 1.05rem;\n        font-weight: 500;\n        margin-top: 0;\n        margin-bottom: 12px;\n        letter-spacing: -0.01em;\n        line-height: 1.3;\n        color: #000;\n    }\n\n    \/* --- COLONNE IMAGES (GRILLE DESKTOP EXTREME PRECISION ORIGINALE) --- *\/\n    .art-wellness__images-col {\n        display: grid;\n        \/* Proportions conformes de la grille (29, 36, 25) *\/\n        grid-template-columns: 29fr 36fr 25fr;\n        \/* Gap strict de 1vw en vertical ET horizontal *\/\n        gap: 1vw; \n    }\n\n    \/* Wrapper mobile *\/\n    .art-wellness__mobile-col {\n        display: contents; \n    }\n\n    .art-wellness__img-wrapper {\n        position: relative;\n        width: 100%;\n        height: 100%;\n        background-color: #e5dfd9;\n    }\n\n    \/* Masque de cadrage pour l'effet zoom (utilis\u00e9 sur toutes les images) *\/\n    .art-wellness__zoom-mask {\n        width: 100%;\n        height: 100%;\n        overflow: hidden;\n        position: absolute;\n        inset: 0;\n    }\n\n    .art-wellness__img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.6s ease;\n    }\n\n    \/* Effet de zoom harmonis\u00e9 au survol sur TOUTES les images *\/\n    .art-wellness__img-wrapper:hover .art-wellness__img {\n        transform: scale(1.03);\n    }\n\n    \/* --- PLACEMENTS SP\u00c9CIFIQUES DESKTOP --- *\/\n    \n    .art-wellness__img-wrapper--tl { \/* Gauche Haut *\/\n        grid-column: 1 \/ 3;\n        grid-row: 1;\n        width: 85%;\n        justify-self: end;\n        aspect-ratio: 1.35 \/ 1; \n    }\n\n    .art-wellness__img-wrapper--bl { \/* Gauche Bas *\/\n        grid-column: 1;\n        grid-row: 2;\n        aspect-ratio: 0.75 \/ 1;\n    }\n\n    .art-wellness__img-wrapper--br { \/* Droite Bas *\/\n        grid-column: 2;\n        grid-row: 2;\n        aspect-ratio: 0.85 \/ 1; \n    }\n\n    .art-wellness__img-wrapper--tr { \/* Droite Haut - Visible pour d\u00e9border les popups *\/\n        grid-column: 3;\n        grid-row: 1 \/ 3;\n        height: 55%;\n        margin-top: 40%;\n        overflow: visible !important; \/* Autorise l'affichage complet de la popup *\/\n    }\n\n    \/* ==========================================================================\n       HOTSPOTS \/ POPUPS PRODUITS (Positionnement & Infobulles)\n       ========================================================================== *\/\n    .art-wellness__hotspot {\n        position: absolute;\n        z-index: 20;\n        width: 0;\n        height: 0;\n    }\n\n    .art-wellness__hotspot-btn {\n        position: absolute;\n        width: 36px;\n        height: 36px;\n        background-color: rgba(255, 255, 255, 0.95);\n        border: 1px solid #eaeaea;\n        border-radius: 50%;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transform: translate(-50%, -50%);\n        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s, box-shadow 0.3s;\n        padding: 0;\n        color: #000000;\n        z-index: 22;\n    }\n\n    .art-wellness__hotspot-btn svg {\n        width: 16px;\n        height: 16px;\n        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    \/* Animation Pulse *\/\n    .art-wellness__hotspot-btn::before {\n        content: '';\n        position: absolute;\n        inset: -6px;\n        border-radius: 50%;\n        border: 1px solid rgba(255, 255, 255, 0.85);\n        animation: nk-pulse-wave 2s infinite cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    @keyframes nk-pulse-wave { \n        0% { transform: scale(0.8); opacity: 1; } \n        100% { transform: scale(1.6); opacity: 0; } \n    }\n\n    .art-wellness__hotspot:hover .art-wellness__hotspot-btn,\n    .art-wellness__hotspot.is-active .art-wellness__hotspot-btn {\n        transform: translate(-50%, -50%) scale(1.1);\n        background-color: #ffffff;\n        box-shadow: 0 6px 15px rgba(0,0,0,0.25);\n    }\n\n    .art-wellness__hotspot:hover .art-wellness__hotspot-btn svg,\n    .art-wellness__hotspot.is-active .art-wellness__hotspot-btn svg {\n        transform: rotate(90deg); \n    }\n\n    \/* Infobulle enti\u00e8rement libre de d\u00e9border *\/\n    .art-wellness__hotspot-tooltip {\n        position: absolute;\n        bottom: 25px; \n        left: 0; \n        transform: translateX(-50%) translateY(10px);\n        width: 160px;\n        background: #ffffff;\n        padding: 12px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n        opacity: 0;\n        visibility: hidden;\n        pointer-events: none;\n        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;\n        display: flex;\n        flex-direction: column;\n        gap: 12px;\n        border-radius: 2px;\n        z-index: 30;\n    }\n\n    .art-wellness__hotspot-tooltip::before {\n        content: '';\n        position: absolute;\n        top: 100%;\n        left: 0;\n        width: 100%;\n        height: 35px; \n        background: transparent;\n    }\n\n    .art-wellness__hotspot-tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%;\n        left: 50%;\n        transform: translateX(-50%);\n        border-width: 8px;\n        border-style: solid;\n        border-color: #ffffff transparent transparent transparent;\n    }\n\n    .art-wellness__hotspot:hover .art-wellness__hotspot-tooltip,\n    .art-wellness__hotspot.is-active .art-wellness__hotspot-tooltip {\n        opacity: 1;\n        visibility: visible;\n        pointer-events: auto;\n        transform: translateX(-50%) translateY(0);\n    }\n\n    .art-wellness__hotspot-link-wrap {\n        text-decoration: none;\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n    }\n\n    .art-wellness__hotspot-thumb {\n        width: 100%;\n        height: 110px;\n        object-fit: cover;\n        background-color: #f5f5f5;\n    }\n\n    .art-wellness__hotspot-info {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 8px;\n    }\n\n    .art-wellness__hotspot-title-text {\n        font-size: 13px;\n        font-weight: 600;\n        color: #000000;\n        line-height: 1.3;\n        margin: 0;\n        text-align: center;\n    }\n\n    .art-wellness__hotspot-action {\n        font-size: 11px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        color: #666666;\n        text-decoration: none;\n        text-align: center;\n        display: block;\n        width: 100%;\n        padding-top: 8px;\n        border-top: 1px solid #eeeeee;\n        transition: color 0.2s;\n    }\n\n    .art-wellness__hotspot-link-wrap:hover .art-wellness__hotspot-action {\n        color: #000000;\n    }\n\n    \/* ==========================================================================\n       RESPONSIVE (Tablette & Mobile)\n       ========================================================================== *\/\n\n    @media screen and (max-width: 1024px) {\n        .art-wellness {\n            padding: 30px 20px 15px 20px;\n        }\n        .art-wellness__wrapper {\n            grid-template-columns: 32% 1fr;\n            gap: 4vw;\n        }\n    }\n\n    @media screen and (max-width: 768px) {\n        .art-wellness {\n            padding: 20px 15px 10px 15px;\n        }\n\n        .art-wellness__wrapper {\n            display: flex;\n            flex-direction: column;\n            gap: 40px;\n        }\n\n        \/* Inversion de l'ordre : Images en haut, Texte en bas *\/\n        .art-wellness__images-col {\n            order: 1;\n            display: grid;\n            grid-template-columns: repeat(2, minmax(0, 1fr));\n            gap: 5px;\n            width: 100%;\n        }\n\n        .art-wellness__mobile-col {\n            display: flex; \n            flex-direction: column;\n            gap: 5px;\n            min-width: 0; \n        }\n\n        .art-wellness__text-col {\n            order: 2;\n            font-size: clamp(15px, 4vw, 17px);\n            margin-right: 0;\n        }\n\n        .art-wellness__img-wrapper {\n            height: auto; \n        }\n\n        .art-wellness__img-wrapper--tl {\n            width: 100%;\n            justify-self: auto;\n            aspect-ratio: 1.15 \/ 1;\n        }\n        \n        .art-wellness__img-wrapper--bl {\n            aspect-ratio: 0.75 \/ 1;\n        }\n\n        .art-wellness__img-wrapper--tr {\n            aspect-ratio: 0.65 \/ 1;\n            height: auto;\n            margin-top: 0;\n        }\n\n        .art-wellness__img-wrapper--br {\n            aspect-ratio: 0.8 \/ 1;\n        }\n\n        .art-wellness__hotspot-tooltip {\n            width: 140px;\n        }\n\n        .art-wellness__hotspot-thumb {\n            height: 90px;\n        }\n    }\n<\/style>\n\n<section class=\"art-wellness\" aria-label=\"Espace wellness du chalet\">\n    <div class=\"art-wellness__wrapper\">\n        \n        <!-- COLONNE TEXTE (TOUJOURS VISIBLE) -->\n        <div class=\"art-wellness__text-col\" id=\"text-col-wellness\">\n            <h3 class=\"art-wellness__h3\">Le Wellness : C\u0153ur N\u00e9vralgique et Spirituel<\/h3>\n            <p>Dans cette qu\u00eate de ressourcement, l&rsquo;espace wellness s&rsquo;impose comme le point focal de cette r\u00e9sidence d&rsquo;exception. Loin d&rsquo;\u00eatre rel\u00e9gu\u00e9s au rang de simples commodit\u00e9s, la piscine, le bain froid nordique, le sauna, le hammam, ainsi que les salles de Pilates, de massage et de danse, sont con\u00e7us comme des lieux \u00e0 l&rsquo;aura presque spirituelle.<\/p>\n            <p>Pour Norki, la d\u00e9coration fait bien plus qu&rsquo;habiller l&rsquo;espace : elle le structure, lui donne son rythme et raconte son histoire. Ces espaces de soin et de mouvement font partie int\u00e9grante de la grammaire architecturale du chalet, invitant \u00e0 un rituel quotidien de purification et de d\u00e9tente.<\/p>\n        <\/div>\n\n        <!-- COLONNE IMAGES -->\n        <div class=\"art-wellness__images-col\">\n            \n            <!-- Colonne Mobile de Gauche -->\n            <div class=\"art-wellness__mobile-col\">\n                <!-- Image Gauche Haut -->\n                <div class=\"art-wellness__img-wrapper art-wellness__img-wrapper--tl\">\n                    <div class=\"art-wellness__zoom-mask\">\n                        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Florence-Girette.jpg\" alt=\"Espace chalet d'exception\" class=\"art-wellness__img\" loading=\"lazy\">\n                    <\/div>\n                <\/div>\n                <!-- Image Gauche Bas -->\n                <div class=\"art-wellness__img-wrapper art-wellness__img-wrapper--bl\">\n                    <div class=\"art-wellness__zoom-mask\">\n                        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/sauna.jpg\" alt=\"Espace sauna et wellness du chalet\" class=\"art-wellness__img\" loading=\"lazy\">\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Colonne Mobile de Droite -->\n            <div class=\"art-wellness__mobile-col\">\n                <!-- Image Droite Bas -->\n                <div class=\"art-wellness__img-wrapper art-wellness__img-wrapper--br\">\n                    <div class=\"art-wellness__zoom-mask\">\n                        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/1_avril_erlend_haugen2592.jpg\" alt=\"D\u00e9tail architectural int\u00e9rieur\" class=\"art-wellness__img\" loading=\"lazy\">\n                    <\/div>\n                <\/div>\n                <!-- Image Droite Haut (avec Masque Zoom & Hotspots Produits) -->\n                <div class=\"art-wellness__img-wrapper art-wellness__img-wrapper--tr\">\n                    \n                    <!-- Masque isol\u00e9 avec overflow:hidden pour le zoom de l'image uniquement -->\n                    <div class=\"art-wellness__zoom-mask\">\n                        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/E02_2361_\u252c\u00ae_Studio_Erick_Saillet.jpg\" alt=\"Salon avec mobilier Norki\" class=\"art-wellness__img\" loading=\"lazy\">\n                    <\/div>\n\n                    <!-- Hotspots plac\u00e9s en dehors du masque de zoom pour autoriser le d\u00e9bordement des popups -->\n                    <!-- Hotspot 1 : Plaid Abysse -->\n                    <div class=\"art-wellness__hotspot\" style=\"top: 55%; left: 55%;\">\n                        <button class=\"art-wellness__hotspot-btn\" aria-label=\"Voir les d\u00e9tails du Plaid Abysse\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\n                                <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                            <\/svg>\n                        <\/button>\n                        <div class=\"art-wellness__hotspot-tooltip\">\n                            <a href=\"https:\/\/www.norki.com\/fr\/plaids-intemporels-norki\/233-plaid-abysse-haut-de-gamme-norki.html\" class=\"art-wellness__hotspot-link-wrap\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Plaid_Photo-Principale-Abysses-Bleu_NORKI.jpg\" alt=\"Plaid Abysse\" class=\"art-wellness__hotspot-thumb\">\n                                <div class=\"art-wellness__hotspot-info\">\n                                    <span class=\"art-wellness__hotspot-title-text\">Plaid Abysse<\/span>\n                                    <span class=\"art-wellness__hotspot-action\">Voir le produit<\/span>\n                                <\/div>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Hotspot 2 : Fauteuil Stora Eva Vintage -->\n                    <div class=\"art-wellness__hotspot\" style=\"top: 40%; left: 95%;\">\n                        <button class=\"art-wellness__hotspot-btn\" aria-label=\"Voir les d\u00e9tails du Fauteuil Stora Eva Vintage\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\n                                <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                            <\/svg>\n                        <\/button>\n                        <div class=\"art-wellness__hotspot-tooltip\">\n                            <a href=\"https:\/\/www.norki.com\/fr\/fauteuils-collectionnistes-norki-mobilier-vintage\/296-fauteuil-stora-eva-kerstin-Horlin-Holmquist-vintage-norki.html\" class=\"art-wellness__hotspot-link-wrap\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Assise_Photo-Principale-Fauteuil-Stora-Eva_NORKI-2.jpg\" alt=\"Fauteuil Stora Eva Vintage\" class=\"art-wellness__hotspot-thumb\">\n                                <div class=\"art-wellness__hotspot-info\">\n                                    <span class=\"art-wellness__hotspot-title-text\">Fauteuil Stora Eva Vintage<\/span>\n                                    <span class=\"art-wellness__hotspot-action\">Voir le produit<\/span>\n                                <\/div>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        \/\/ --- Interactivit\u00e9 globale pour les Hotspots (Clic mobile & desktop) ---\n        document.addEventListener('click', (e) => {\n            const btnHotspot = e.target.closest('.art-wellness__hotspot-btn');\n            const hotspots = document.querySelectorAll('.art-wellness__hotspot');\n\n            if (btnHotspot) {\n                e.preventDefault();\n                e.stopPropagation();\n                const currentHotspot = btnHotspot.closest('.art-wellness__hotspot');\n                hotspots.forEach(h => {\n                    if (h !== currentHotspot) h.classList.remove('is-active');\n                });\n                currentHotspot.classList.toggle('is-active');\n            } else if (!e.target.closest('.art-wellness__hotspot')) {\n                hotspots.forEach(h => h.classList.remove('is-active'));\n            }\n        });\n    });\n<\/script>\n\n\n\n<style>\n    \/* ==========================================================================\n       COMPOSANT : MAGEVA & EPURE CHROMATIQUE (Dialogue entre \u00c9poques et Mati\u00e8res)\n       ========================================================================== *\/\n\n    .art-epure {\n        background-color: var(--color-norki-beige, #f8f0ea);\n        color: var(--wp--preset--color--contrast, #000);\n        width: 100%;\n        padding-top: var(--section-pad-v-dt, 80px);\n        padding-bottom: var(--section-pad-v-dt, 80px);\n        box-sizing: border-box;\n        overflow-x: clip; \n        overflow-y: visible;\n    }\n\n    .art-epure * {\n        box-sizing: border-box;\n    }\n\n    \/* --- LIENS \u00c9DITORIAUX ET RECO SEO --- *\/\n    .nk-editorial-inline-link {\n        color: inherit;\n        text-decoration: underline;\n        text-decoration-color: currentColor;\n        text-underline-offset: 3px;\n        text-decoration-thickness: 1px;\n        transition: text-decoration-color 0.3s ease, opacity 0.3s ease;\n    }\n\n    .nk-editorial-inline-link:hover {\n        text-decoration-color: rgba(255, 255, 255, 0);\n        opacity: 0.7;\n    }\n\n    \/* --- GRILLE DESKTOP --- *\/\n    .art-epure__grid {\n        margin: 0 auto;\n        display: grid;\n        \/* Grille 4 colonnes : 1. Image Gauche (22%) | 2. Image Centre + Texte (35%) | 3. Texte Haut (18%) | 4. Image Droite (16%) *\/\n        grid-template-columns: 22% 35% 18% 16%;\n        justify-content: space-between;\n        gap: 3vw;\n        align-items: start;\n        max-width: 2560px;\n        padding-left: 0;\n        padding-right: var(--section-pad-h-dt, 5vw);\n    }\n\n    \/* --- TYPOGRAPHIE GLOBALE --- *\/\n    .art-epure p {\n        font-size: .95rem;\n        line-height: 1.45;\n        margin-top: 0;\n        margin-bottom: 15px;\n    }\n\n    .art-epure p:last-child {\n        margin-bottom: 0;\n    }\n\n    .art-epure__h3 {\n        font-size: 1.05rem;\n        font-weight: 500;\n        margin-top: 25px;\n        margin-bottom: 12px;\n        letter-spacing: -0.01em;\n        line-height: 1.3;\n        color: #000;\n    }\n\n    .art-epure__title {\n        font-size: clamp(24px, 2.5vw, 34px);\n        line-height: 1.25;\n        color: var(--wp--preset--color--contrast, #000);\n        margin: 0 0 20px 0;\n        letter-spacing: -0.01em;\n        font-weight: 500;\n    }\n\n    \/* --- COLONNE 1 : IMAGE GAUCHE (Coussin Saint Peter) --- *\/\n    .art-epure__col1 {\n        grid-column: 1;\n        width: 100%;\n    }\n\n    .art-epure__col1 img {\n        width: 100%;\n        aspect-ratio: 0.9 \/ 1;\n        object-fit: cover;\n        display: block;\n    }\n\n    \/* --- COLONNE 2 : IMAGE CENTRE & TEXTE BAS --- *\/\n    .art-epure__col2 {\n        grid-column: 2;\n        grid-row: 1 \/ span 2;\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .art-epure__col2 img {\n        width: 100%;\n        aspect-ratio: 0.75 \/ 1; \n        object-fit: cover;\n        display: block;\n    }\n\n    .art-epure__text-bottom {\n        width: 90%;\n        margin-top: 35px;\n    }\n\n    \/* --- COLONNE 3 : TEXTE HAUT --- *\/\n    .art-epure__col3 {\n        grid-column: 3;\n        margin-top: 8vw; \/* D\u00e9calage asym\u00e9trique *\/\n    }\n\n    .art-epure__col3 .art-epure__h3:first-of-type {\n        margin-top: 0;\n    }\n\n    \/* --- COLONNE 4 : IMAGE DROITE (Sapin Neige Brume) --- *\/\n    .art-epure__col4 {\n        grid-column: 4;\n        width: 100%;\n        margin-top: 8vw; \/* D\u00e9calage asym\u00e9trique *\/\n    }\n\n    .art-epure__col4 img {\n        width: 100%;\n        aspect-ratio: 1 \/ 1.05;\n        object-fit: cover;\n        display: block;\n    }\n\n    \/* --- ANIMATIONS ET WRAPPERS D'IMAGES --- *\/\n    .art-epure__image-wrapper {\n        position: relative;\n        overflow: visible;\n        display: block;\n        width: 100%;\n    }\n\n    .art-epure__zoom-mask {\n        width: 100%;\n        height: 100%;\n        overflow: hidden;\n    }\n\n    \/* Remont\u00e9e au hover *\/\n    .art-epure__image-wrapper--float {\n        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    }\n    \n    .art-epure__image-wrapper--float:hover {\n        transform: translateY(-5px);\n    }\n\n    \/* Scale au hover (Image Droite) *\/\n    .art-epure__image-wrapper--scale {\n        overflow: hidden;\n    }\n\n    .art-epure__image-wrapper--scale img {\n        transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    }\n\n    .art-epure__image-wrapper--scale:hover img {\n        transform: scale(1.03);\n    }\n\n    \/* --- SYST\u00c8ME EN SAVOIR PLUS (Inactif\/ouvert sur PC > 1650px) --- *\/\n    .art-epure__expand-wrapper {\n        display: block;\n    }\n\n    .art-epure__btn-more {\n        display: none; \n    }\n\n    \/* ==========================================================================\n       HOTSPOTS (POPUP PRODUIT)\n       ========================================================================== *\/\n    .art-epure__hotspot {\n        position: absolute;\n        z-index: 20;\n        width: 0;\n        height: 0;\n    }\n\n    .art-epure__hotspot-btn {\n        position: absolute;\n        width: 36px;\n        height: 36px;\n        background-color: rgba(255, 255, 255, 0.95);\n        border: 1px solid #eaeaea;\n        border-radius: 50%;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transform: translate(-50%, -50%);\n        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s, box-shadow 0.3s;\n        padding: 0;\n        color: #000000;\n        z-index: 22;\n    }\n\n    .art-epure__hotspot-btn svg {\n        width: 16px;\n        height: 16px;\n        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    \/* Animation Pulse *\/\n    .art-epure__hotspot-btn::before {\n        content: '';\n        position: absolute;\n        inset: -6px;\n        border-radius: 50%;\n        border: 1px solid rgba(255, 255, 255, 0.85);\n        animation: nk-pulse-wave 2s infinite cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    @keyframes nk-pulse-wave { \n        0% { transform: scale(0.8); opacity: 1; } \n        100% { transform: scale(1.6); opacity: 0; } \n    }\n\n    .art-epure__hotspot:hover .art-epure__hotspot-btn,\n    .art-epure__hotspot.is-active .art-epure__hotspot-btn {\n        transform: translate(-50%, -50%) scale(1.1);\n        background-color: #ffffff;\n        box-shadow: 0 6px 15px rgba(0,0,0,0.25);\n    }\n\n    .art-epure__hotspot:hover .art-epure__hotspot-btn svg,\n    .art-epure__hotspot.is-active .art-epure__hotspot-btn svg {\n        transform: rotate(90deg); \n    }\n\n    .art-epure__hotspot-tooltip {\n        position: absolute;\n        bottom: 25px; \n        left: 0; \n        transform: translateX(-50%) translateY(10px);\n        width: 160px;\n        background: #ffffff;\n        padding: 12px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n        opacity: 0;\n        visibility: hidden;\n        pointer-events: none;\n        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;\n        display: flex;\n        flex-direction: column;\n        gap: 12px;\n        border-radius: 2px;\n        z-index: 30;\n    }\n\n    .art-epure__hotspot-tooltip::before {\n        content: '';\n        position: absolute;\n        top: 100%;\n        left: 0;\n        width: 100%;\n        height: 35px; \n        background: transparent;\n    }\n\n    .art-epure__hotspot-tooltip::after {\n        content: '';\n        position: absolute;\n        top: 100%;\n        left: 50%;\n        transform: translateX(-50%);\n        border-width: 8px;\n        border-style: solid;\n        border-color: #ffffff transparent transparent transparent;\n    }\n\n    .art-epure__hotspot:hover .art-epure__hotspot-tooltip,\n    .art-epure__hotspot.is-active .art-epure__hotspot-tooltip {\n        opacity: 1;\n        visibility: visible;\n        pointer-events: auto;\n        transform: translateX(-50%) translateY(0);\n    }\n\n    .art-epure__hotspot-link-wrap {\n        text-decoration: none;\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n    }\n\n    .art-epure__hotspot-thumb {\n        width: 100%;\n        height: 110px;\n        object-fit: cover;\n        background-color: #f5f5f5;\n    }\n\n    .art-epure__hotspot-info {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 8px;\n    }\n\n    .art-epure__hotspot-title-text {\n        font-size: 13px;\n        font-weight: 600;\n        color: #000000;\n        line-height: 1.3;\n        margin: 0;\n        text-align: center;\n    }\n\n    .art-epure__hotspot-action {\n        font-size: 11px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        color: #666666;\n        text-decoration: none;\n        text-align: center;\n        display: block;\n        width: 100%;\n        padding-top: 8px;\n        border-top: 1px solid #eeeeee;\n        transition: color 0.2s;\n    }\n\n    .art-epure__hotspot-link-wrap:hover .art-epure__hotspot-action {\n        color: #000000;\n    }\n\n    \/* ==========================================================================\n       RESPONSIVE ET LOGIQUE EN SAVOIR PLUS (< 1650px)\n       ========================================================================== *\/\n\n    @media screen and (max-width: 1650px) {\n        .art-epure__expand-wrapper {\n            display: grid;\n            grid-template-rows: 0fr;\n            transition: grid-template-rows 0.4s ease-out;\n            overflow: hidden;\n        }\n\n        .art-epure__expand-wrapper.is-open {\n            grid-template-rows: 1fr;\n        }\n\n        .art-epure__expand-content {\n            overflow: hidden;\n        }\n\n        .art-epure__btn-more {\n            display: inline-block;\n            font-style: italic;\n            font-size: 0.95rem;\n            background: transparent;\n            border: none;\n            color: inherit;\n            font-family: inherit;\n            cursor: pointer;\n            text-decoration: underline;\n            text-decoration-color: currentColor;\n            text-underline-offset: 4px;\n            transition: text-decoration-color 0.3s ease, opacity 0.3s ease;\n            padding: 0;\n            margin-top: 15px;\n            margin-bottom: 5px;\n        }\n\n        .art-epure__btn-more:hover {\n            text-decoration-color: transparent;\n            opacity: 0.7;\n        }\n    }\n\n    @media screen and (max-width: 1024px) {\n        .art-epure {\n            padding-top: var(--section-pad-v-tab, 50px);\n            padding-bottom: var(--section-pad-v-tab, 50px);\n        }\n        .art-epure__grid {\n            grid-template-columns: 24% 38% 28%;\n            padding-right: var(--section-pad-h-tab, 4vw);\n        }\n        .art-epure__col4 {\n            display: none;\n        }\n    }\n\n    @media screen and (max-width: 768px) {\n        .art-epure {\n            padding-top: var(--section-pad-v-mob, 40px);\n            padding-bottom: var(--section-pad-v-mob, 40px);\n            overflow-y: visible;\n        }\n\n        .art-epure__grid {\n            display: flex;\n            flex-direction: column;\n            padding-right: 0; \n            gap: 35px;\n        }\n\n        .art-epure__col1 {\n            order: 1;\n            width: 75%;\n            align-self: flex-end; \n            padding-left: var(--section-pad-h-mob, 20px); \n        }\n\n        .art-epure__col3 {\n            order: 2;\n            padding: 0 var(--section-pad-h-mob, 20px);\n            margin-top: 0; \n        }\n\n        .art-epure__col2 {\n            order: 3;\n            padding: 0 var(--section-pad-h-mob, 20px);\n        }\n\n        .art-epure__text-bottom {\n            width: 100%;\n        }\n\n        .art-epure__col1 img {\n            aspect-ratio: 1 \/ 1.1;\n        }\n\n        .art-epure__col2 img {\n            aspect-ratio: 0.8 \/ 1;\n        }\n\n        .art-epure__col4 {\n            display: none;\n        }\n        \n        .art-epure__hotspot-tooltip {\n            width: 140px;\n        }\n        \n        .art-epure__hotspot-thumb {\n            height: 90px;\n        }\n    }\n<\/style>\n\n<section class=\"art-epure\" aria-label=\"\u00c9pure Chromatique et Mati\u00e8res Norki\">\n    <div class=\"art-epure__grid\">\n        \n        <!-- COLONNE 1 : IMAGE GAUCHE (Coussin Saint Peter) -->\n        <div class=\"art-epure__col1\">\n            <div class=\"art-epure__image-wrapper art-epure__image-wrapper--float\">\n                <a href=\"https:\/\/www.norki.com\/fr\/collections-coussins-iconiques-norki\/135-coussin-saint-peter-bleu-norki-agneau-velours.html\" target=\"_blank\" rel=\"noopener noreferrer\">\n                    <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Coussin_Photo-Principale-SaintPeter-Bleu_NORKI.jpg\" alt=\"Coussin Saint Peter Bleu Norki en agneau velours\" loading=\"lazy\">\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- COLONNE 2 : IMAGE CENTRE & TEXTE BAS -->\n        <div class=\"art-epure__col2\">\n            <div class=\"art-epure__image-wrapper art-epure__image-wrapper--float\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/E02_2551_\u252c\u00ae_Studio_Erick_Saillet.jpg\" alt=\"Interieur moderne Norki avec pouf\" loading=\"lazy\">\n                \n                <!-- HOTSPOT : Pouf Alpine Cloud (Positionnement) -->\n                <div class=\"art-epure__hotspot\" style=\"top: 65%; left: 45%;\">\n                    <button class=\"art-epure__hotspot-btn\" aria-label=\"Voir les d\u00e9tails du Pouf Alpine Cloud\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\n                            <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                        <\/svg>\n                    <\/button>\n                    <div class=\"art-epure__hotspot-tooltip\">\n                        <a href=\"https:\/\/www.norki.com\/fr\/collection-pouf-norki\/656-pouf-agneau-tibet-chalet-luxe.html\" class=\"art-epure__hotspot-link-wrap\" target=\"_blank\" rel=\"noopener noreferrer\">\n                            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/pouf-luge-agneau-tibet-blanc.jpg\" alt=\"Pouf Alpine Cloud\" class=\"art-epure__hotspot-thumb\">\n                            <div class=\"art-epure__hotspot-info\">\n                                <span class=\"art-epure__hotspot-title-text\">Pouf Alpine Cloud<\/span>\n                                <span class=\"art-epure__hotspot-action\">Voir le produit<\/span>\n                            <\/div>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"art-epure__text-bottom\">\n                <h2 class=\"art-epure__title avenirmedium-font\">La Mati\u00e8re comme Exp\u00e9rience Sensorielle<\/h2>\n                <p>Les chambres d\u00e9clinent cette m\u00eame trinit\u00e9 chromatique (blanc, noir, bleu marine), tandis que les couloirs qui distribuent le chalet se parent d'un cuir \u00e0 la teinte douce. Cette attention port\u00e9e aux zones de passage \u00e9voque l'atmosph\u00e8re ouat\u00e9e et feutr\u00e9e du spa d'un grand palace.<\/p>\n                \n                <div class=\"art-epure__expand-wrapper\" id=\"extra-wrapper-epure\">\n                    <div class=\"art-epure__expand-content\">\n                        <p>Dans cette direction d\u00e9corative, les objets de collection et le mobilier sur-mesure fabriqu\u00e9s et r\u00e9nov\u00e9s en nos <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener noreferrer\">Ateliers<\/a> trouvent naturellement une place de choix. Un <a href=\"https:\/\/www.norki.com\/fr\/bancs-createur-design-contemporain-banc-luxe-norki\/627-banc-design-contemporain-bois-agneau-velours.html\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener noreferrer\">banc contemporain<\/a>, m\u00ealant la rigueur d'un bois clair \u00e0 la douceur charnelle d'une peau lain\u00e9e bleu marine, tr\u00f4ne telle une sculpture domestique. Au sol, la g\u00e9om\u00e9trie s'adoucit gr\u00e2ce \u00e0 un <a href=\"https:\/\/www.norki.com\/fr\/les-tapis-iconiques-norki\/631-grand-tapis-design-noir-bleu-peau-lainee.html\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener noreferrer\">tapis organique<\/a> aux teintes sombres, v\u00e9ritable toile abstraite qui ancre la pi\u00e8ce. Des <a href=\"https:\/\/www.norki.com\/fr\/collections-coussins-iconiques-norki\/135-coussin-saint-peter-bleu-norki-agneau-velours.html\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener noreferrer\">coussins en peau lain\u00e9e<\/a> et de majestueux <a href=\"https:\/\/www.norki.com\/fr\/66-fauteuils-vintage-scandinaves\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener noreferrer\">fauteuils vintage<\/a> viennent compl\u00e9ter cet ensemble. Norki op\u00e8re ici en tant que curateur et artisan, orchestrant les volumes et composant un d\u00e9cor qui fait sens.<\/p>\n                        <p>Des somptueux panneaux en verre luxueux et des textiles d'une richesse inou\u00efe rythment enfin les espaces avec une \u00e9l\u00e9gance souveraine. Le Chalet Sanctuaire est l'expression d'un luxe qui joue l'\u00e9pure, s'affirmant avec une sobri\u00e9t\u00e9 et une force saisissantes. Une invitation \u00e0 vivre l'incomparable.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <button type=\"button\" class=\"art-epure__btn-more\" id=\"voir-plus-btn-epure\">Voir plus<\/button>\n            <\/div>\n        <\/div>\n\n        <!-- COLONNE 3 : TEXTE HAUT -->\n        <div class=\"art-epure__col3\">\n            <h3 class=\"art-epure__h3 avenirmedium-font\">Une Radicale \u00c9pure Chromatique<\/h3>\n            <p>Afin de soutenir cette atmosph\u00e8re de retraite silencieuse, nous avons opt\u00e9 pour une palette chromatique d'une franchise absolue : un dialogue magistral entre le noir, le bleu marine et le blanc. Ces couleurs franches et sans compromis sont parfaites pour apaiser l'esprit. Le bleu abysse, profond et vibrant, apporte lumi\u00e8re, densit\u00e9 et r\u00e9sonance. Associ\u00e9 au noir, qui structure, ancre et dessine les lignes, ce duo chromatique cr\u00e9e une tension visuelle \u00e9l\u00e9gante et propice au recueillement. Rien n'est ostentatoire ; le luxe r\u00e9side dans la justesse des choix et la noblesse des associations.<\/p>\n        <\/div>\n\n        <!-- COLONNE 4 : IMAGE DROITE (Sapin Neige Brume) -->\n        <div class=\"art-epure__col4\">\n            <div class=\"art-epure__image-wrapper art-epure__image-wrapper--scale\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/sapin-neige-brume.jpg\" alt=\"Paysage de sapin sous la neige et la brume\" loading=\"lazy\">\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        \/\/ --- Gestion du bouton \"Voir plus \/ Voir moins\" (Tablette & Mobile) ---\n        const btnEpure = document.getElementById('voir-plus-btn-epure'); \n        const wrapperEpure = document.getElementById('extra-wrapper-epure'); \n\n        if (btnEpure && wrapperEpure) {\n            btnEpure.addEventListener('click', () => {\n                const isOpen = wrapperEpure.classList.toggle('is-open');\n                btnEpure.textContent = isOpen ? 'Voir moins' : 'Voir plus';\n            });\n        }\n\n        \/\/ --- Interactivit\u00e9 des Hotspots ---\n        document.addEventListener('click', (e) => {\n            const btnHotspot = e.target.closest('.art-epure__hotspot-btn');\n            const hotspots = document.querySelectorAll('.art-epure__hotspot');\n\n            if (btnHotspot) {\n                e.preventDefault();\n                e.stopPropagation();\n                const currentHotspot = btnHotspot.closest('.art-epure__hotspot');\n                hotspots.forEach(h => {\n                    if (h !== currentHotspot) h.classList.remove('is-active');\n                });\n                currentHotspot.classList.toggle('is-active');\n            } else if (!e.target.closest('.art-epure__hotspot')) {\n                hotspots.forEach(h => h.classList.remove('is-active'));\n            }\n        });\n    });\n<\/script>\n\n\n\n<style>\n  \/* ==========================================================================\n     STREAMING_CHUNK: Configuring the slider styles and CSS variables...\n     ========================================================================== *\/\n  .nk-slider-section {\n    z-index: 20;\n    position: relative;\n    background-color: var(--color-norki-beige, #f8f0ea);\n    color: #000000;\n    font-family: var(--font-montserrat, \"Inter\", sans-serif);\n    padding-top: 40px;\n    padding-bottom: 40px;\n    overflow: hidden;\n    box-sizing: border-box;\n  }\n\n  .nk-slider-section * {\n    box-sizing: border-box;\n  }\n\n  .nk-slider-container {\n    padding: 0 var(--section-pad-h-dt, 5vw);\n  }\n\n  \/* ==========================================================================\n     STREAMING_CHUNK: Styling the header and navigation controls...\n     ========================================================================== *\/\n  .nk-slider-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-end;\n    margin-bottom: 40px;\n  }\n\n  .nk-slider-btn {\n    display: inline-block;\n    background-color: transparent;\n    color: #000000;\n    border: 1px solid #000000;\n    text-decoration: none;\n    padding: 6px 27px;\n    font-size: 0.9rem;\n    font-weight: 500;\n    transition: all 0.3s ease;\n  }\n\n  .nk-slider-btn:hover {\n    background-color: #000000;\n    color: #ffffff;\n  }\n\n  .nk-slider-arrows {\n    display: flex !important;\n    gap: 15px;\n    visibility: visible !important;\n    opacity: 1 !important;\n  }\n\n  .nk-slider-arrows button {\n    background: transparent;\n    border: none;\n    color: #000000;\n    cursor: pointer;\n    padding: 5px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    opacity: 1 !important;\n    transition: opacity 0.3s ease;\n  }\n\n  @media (hover: hover) {\n    .nk-slider-arrows button:hover {\n      opacity: 0.5 !important;\n    }\n  }\n\n  .nk-slider-arrows button:active {\n    opacity: 0.5 !important;\n  }\n\n  .nk-slider-arrows svg {\n    width: 28px;\n    height: 28px;\n    fill: none;\n    color: black;\n    stroke: currentColor;\n    stroke-width: 1.2;\n  }\n\n  \/* ==========================================================================\n     STREAMING_CHUNK: Defining the track and slide layout...\n     ========================================================================== *\/\n  .nk-slider-wrapper {\n    position: relative;\n    width: 100%;\n  }\n\n  .nk-slider-viewport {\n    overflow: hidden;\n    touch-action: pan-y;\n  }\n\n  .nk-slider-track {\n    display: flex;\n    will-change: transform;\n  }\n\n  .nk-slider-slide {\n    flex: 0 0 20%;\n    display: flex;\n    flex-direction: column;\n    padding: 0 4px;\n  }\n\n  \/* --- DA Zoom 1.03 au survol sur l'image parent --- *\/\n  .nk-slider-img-link {\n    display: block;\n    width: 100%;\n    aspect-ratio: 1 \/ 1.05; \/* CONTRAINTE STRICTE APPLIQU\u00c9E AU PARENT *\/\n    text-decoration: none;\n    cursor: pointer;\n    overflow: hidden; \/* Masque le zoom sur les bords *\/\n  }\n\n  .nk-slider-slide img {\n    width: 100%;\n    height: 100%; \/* REMPLISSAGE STRICT DU PARENT *\/\n    object-fit: cover; \/* MAINTIEN DU RATIO SANS D\u00c9FORMATION *\/\n    display: block;\n    background-color: #eee;\n    opacity: 0;\n    transform: scale(1); \/* Initialise la taille *\/\n    transition: opacity 0.5s ease-in-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .nk-slider-slide img.nk-slider-loaded {\n    opacity: 1;\n  }\n\n  \/* Zoom interactif progressif de la DA *\/\n  .nk-slider-img-link:hover img {\n    transform: scale(1.03);\n  }\n\n  \/* ==========================================================================\n     STREAMING_CHUNK: Formatting captions and responsive behaviors...\n     ========================================================================== *\/\n  .nk-slider-caption {\n    display: flex;\n    justify-content: flex-start;\n    gap: 20px;\n    padding: 15px 0;\n    font-size: 0.85rem;\n    padding-left: 23px; \n  }\n\n  .nk-slider-caption span {\n    font-weight: 500;\n    color: #000000;\n  }\n\n  .nk-slider-caption a {\n    color: #000000;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n    transition: text-decoration-color 0.3s ease,opacity 0.3s ease;\n  }\n\n  .nk-slider-caption a:hover {\n    opacity: 0.7;\n    text-decoration-color: transparent;\n  }\n\n  \/* --- RESPONSIVE TABLETTE (< 1024px) --- *\/\n  @media (max-width: 1024px) {\n    .nk-slider-section {\n      padding-top: 40px;\n    }\n    .nk-slider-container {\n      padding: 0 var(--section-pad-h-tab, 4vw);\n    }\n    .nk-slider-slide {\n      flex: 0 0 50%;\n    }\n  }\n\n  \/* --- RESPONSIVE MOBILE (< 768px) --- *\/\n  @media (max-width: 768px) {\n    .nk-slider-section {\n      padding-top: 25px;\n    }\n    .nk-slider-container {\n      padding: 0 var(--section-pad-h-mob, 20px);\n    }\n    .nk-slider-header {\n      display: flex;\n      flex-direction: row;\n      align-items: center;\n      justify-content: space-between;\n      margin-bottom: 25px;\n      gap: 15px;\n    }\n    .nk-slider-slide {\n      flex: 0 0 100%;\n      padding: 0;\n    }\n    \/* La contrainte de ratio carr\u00e9 pour mobile est bascul\u00e9e sur le parent *\/\n    .nk-slider-img-link {\n      aspect-ratio: 1 \/ 1; \n    }\n    .nk-slider-caption {\n      flex-direction: row;\n      justify-content: space-between;\n      padding: 15px 20px;\n    }\n  }\n<\/style>\n\n\n<section class=\"nk-slider-section\">\n  <div class=\"nk-slider-container\">\n    \n    <div class=\"nk-slider-header\">\n      <a href=\"https:\/\/www.norki.com\/fr\/\" class=\"nk-slider-btn\">Acheter les objets Norki<\/a>\n      <div class=\"nk-slider-arrows\">\n        <button class=\"nk-slider-prev\" aria-label=\"Slide pr\u00e9c\u00e9dente\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M15 18l-6-6 6-6\"><\/path><\/svg>\n        <\/button>\n        <button class=\"nk-slider-next\" aria-label=\"Slide suivante\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M9 18l6-6-6-6\"><\/path><\/svg>\n        <\/button>\n      <\/div>\n    <\/div>\n    \n  <\/div> \n\n  <div class=\"nk-slider-wrapper\">\n    <div class=\"nk-slider-viewport\">\n      <div class=\"nk-slider-track\">\n        \n        <!-- Slide 1 : Fauteuil Swan Vintage -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/fauteuils-collectionnistes-norki-mobilier-vintage\/611-paire-de-fauteuils-swan-arne-jacobsen-gris-beige.html\" class=\"nk-slider-img-link\" tabindex=\"-1\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Fauteuils-swan-arne-jacobsen-luxe-1.jpg\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1.05'%3E%3C\/svg%3E\" alt=\"Fauteuil Swan Vintage\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Fauteuil Swan Vintage\">Fauteuil Swan Vintage<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/fauteuils-collectionnistes-norki-mobilier-vintage\/611-paire-de-fauteuils-swan-arne-jacobsen-gris-beige.html\">Acheter<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 2 : Tapis Presto -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/les-tapis-iconiques-norki\/631-grand-tapis-design-noir-bleu-peau-lainee.html\" class=\"nk-slider-img-link\" tabindex=\"-1\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/PRESTO-I.jpg\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1.05'%3E%3C\/svg%3E\" alt=\"Tapis Presto\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Tapis Presto\">Tapis Presto<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/les-tapis-iconiques-norki\/631-grand-tapis-design-noir-bleu-peau-lainee.html\">Acheter<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 3 : Coussin Saint Peter \/ Plaid Abysse -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/collections-coussins-iconiques-norki\/135-coussin-saint-peter-bleu-norki-agneau-velours.html\" class=\"nk-slider-img-link\" tabindex=\"-1\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Coussin_Photo-Principale-SaintPeter-Bleu_NORKI-1.jpg\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1.05'%3E%3C\/svg%3E\" alt=\"Plaid Abysse\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Plaid Abysse\">Plaid Abysse<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/collections-coussins-iconiques-norki\/135-coussin-saint-peter-bleu-norki-agneau-velours.html\">Acheter<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 4 : Pouf Alpine Cloud -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/collection-pouf-norki\/656-pouf-agneau-tibet-chalet-luxe.html\" class=\"nk-slider-img-link\" tabindex=\"-1\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/pouf-luge-agneau-tibet-blanc.jpg\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1.05'%3E%3C\/svg%3E\" alt=\"Pouf Alpine Cloud\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Pouf Alpine Cloud\">Pouf Alpine Cloud<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/collection-pouf-norki\/656-pouf-agneau-tibet-chalet-luxe.html\">Acheter<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 5 : Plaid Abysse -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/plaids-intemporels-norki\/233-plaid-abysse-haut-de-gamme-norki.html\" class=\"nk-slider-img-link\" tabindex=\"-1\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Plaid_Photo-Principale-Abysses-Bleu_NORKI.jpg\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1.05'%3E%3C\/svg%3E\" alt=\"Plaid Abysse\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Plaid Abysse\">Plaid Abysse<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/plaids-intemporels-norki\/233-plaid-abysse-haut-de-gamme-norki.html\">Acheter<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 6 : Fauteuil Stora Eva Vintage -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/fauteuils-collectionnistes-norki-mobilier-vintage\/296-fauteuil-stora-eva-kerstin-Horlin-Holmquist-vintage-norki.html\" class=\"nk-slider-img-link\" tabindex=\"-1\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Assise_Photo-Principale-Fauteuil-Stora-Eva_NORKI-2.jpg\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1.05'%3E%3C\/svg%3E\" alt=\"Fauteuil Stora Eva Vintage\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Fauteuil Stora Eva Vintage\">Fauteuil Stora Eva Vintage<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/fauteuils-collectionnistes-norki-mobilier-vintage\/296-fauteuil-stora-eva-kerstin-Horlin-Holmquist-vintage-norki.html\">Acheter<\/a>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  document.addEventListener('DOMContentLoaded', () => {\n    const track = document.querySelector('.nk-slider-track');\n    if (!track) return;\n    const originalSlides = Array.from(document.querySelectorAll('.nk-slider-slide'));\n    const totalOriginal = originalSlides.length;\n\n    \/\/ Clonage infini (Pre-clones et Post-clones)\n    originalSlides.forEach(slide => {\n      const clone = slide.cloneNode(true);\n      clone.setAttribute('aria-hidden', 'true');\n      track.appendChild(clone);\n    });\n    originalSlides.slice().reverse().forEach(slide => {\n      const clone = slide.cloneNode(true);\n      clone.setAttribute('aria-hidden', 'true');\n      track.insertBefore(clone, track.firstChild);\n    });\n\n    const getSlidesPerView = () => {\n      if (window.innerWidth > 1024) return 5;\n      if (window.innerWidth > 768) return 2;\n      return 1;\n    };\n\n    let slidesPerView = getSlidesPerView();\n    let currentIndex = totalOriginal; \n    let isAnimating = false;\n\n    const updateCarousel = (instant = false) => {\n      const itemWidth = 100 \/ slidesPerView;\n      track.style.transition = instant ? 'none' : 'transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1)';\n      track.style.transform = `translateX(-${currentIndex * itemWidth}%)`;\n    };\n\n    \/\/ Initialisation\n    updateCarousel(true);\n\n    const moveNext = () => {\n      if (isAnimating) return;\n      isAnimating = true;\n      currentIndex++;\n      updateCarousel();\n    };\n\n    const movePrev = () => {\n      if (isAnimating) return;\n      isAnimating = true;\n      currentIndex--;\n      updateCarousel();\n    };\n\n    document.querySelector('.nk-slider-next').addEventListener('click', moveNext);\n    document.querySelector('.nk-slider-prev').addEventListener('click', movePrev);\n\n    track.addEventListener('transitionend', (e) => {\n      if (e.propertyName !== 'transform') return;\n      isAnimating = false;\n      \n      if (currentIndex <= 0) {\n        currentIndex = totalOriginal;\n        updateCarousel(true);\n      } \n      else if (currentIndex >= totalOriginal * 2) {\n        currentIndex = totalOriginal;\n        updateCarousel(true);\n      }\n    });\n\n    \/\/ Gestion propre du resize pour \u00e9viter les sauts hors-champ\n    window.addEventListener('resize', () => {\n      slidesPerView = getSlidesPerView();\n      updateCarousel(true);\n    });\n\n    \/\/ --- LOGIQUE DU BALAYAGE TACTILE (SWIPE) ---\n    let startX = 0;\n    let endX = 0;\n    const swipeThreshold = 40;\n\n    track.addEventListener('touchstart', (e) => {\n      startX = e.touches[0].clientX;\n    }, { passive: true });\n\n    track.addEventListener('touchend', (e) => {\n      endX = e.changedTouches[0].clientX;\n      handleSwipe();\n    });\n\n    const handleSwipe = () => {\n      const diff = startX - endX;\n      if (Math.abs(diff) > swipeThreshold) {\n        if (diff > 0) {\n          moveNext();\n        } else {\n          movePrev();\n        }\n      }\n    };\n\n    \/\/ --- LAZY LOADING OPTIMIS\u00c9 ---\n    const observerOptions = {\n      root: null,\n      rootMargin: '0px 100% 0px 100%', \n      threshold: 0\n    };\n\n    const imageObserver = new IntersectionObserver((entries, observer) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          const img = entry.target;\n          \n          if (img.dataset.src) {\n            img.onload = () => {\n              img.classList.add('nk-slider-loaded');\n            };\n            img.src = img.dataset.src;\n            img.removeAttribute('data-src');\n            observer.unobserve(img);\n          }\n        }\n      });\n    }, observerOptions);\n    \n    document.querySelectorAll('.nk-slider-slide img').forEach(img => {\n      imageObserver.observe(img);\n    });\n  });\n<\/script>\n\n\n\n<style>\n    \/* ==========================================================================\n       COMPOSANT : NAVIGATION COLLAGE (Header + Images superpos\u00e9es)\n       ========================================================================== *\/\n\n    .nav-collage {\n        background-color: var(--color-norki-beige, #f8f0ea);\n        color: var(--wp--preset--color--contrast, #000);\n        width: 100%;\n        position: relative;\n        overflow: hidden; \/* Emp\u00eache les images de cr\u00e9er un scroll horizontal *\/\n        padding-top: var(--section-pad-v-dt, 80px);\n        height: 38vw; \/* Chang\u00e9 de min-height \u00e0 height pour corriger Safari iOS *\/\n        box-sizing: border-box;\n    }\n\n    \/* --- HEADER (Boutons + Titres) --- *\/\n    .nav-collage__header {\n        display: flex;\n        justify-content: center; \/* Rapproche tous les \u00e9l\u00e9ments au centre *\/\n        align-items: center; \/* Aligne verticalement les boutons avec le bloc de texte *\/\n        gap: clamp(20px, 4vw, 60px); \/* Espacement fluide entre boutons et titre *\/\n        padding: 0 var(--section-pad-h-dt, 5vw);\n        position: relative;\n        z-index: 20; \/* Toujours au-dessus des images *\/\n    }\n\n    .nav-collage__titles {\n        text-align: center;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .nav-collage__title {\n        font-size: clamp(28px, 3vw, 42px);\n        margin: 0;\n        line-height: 1.1;\n        letter-spacing: -0.01em;\n    }\n\n    .nav-collage__subtitle {\n        font-size: clamp(18px, 2vw, 26px);\n        margin: 5px 0 0 0;\n    }\n\n    \/* Boutons de navigation (Retour \/ Suivant) *\/\n    .nav-collage__btn {\n        font-size: clamp(14px, 1.2vw, 18px);\n        color: inherit;\n        text-decoration: underline;\n        text-decoration-color: currentColor;\n        text-underline-offset: 4px;\n        transition: opacity 0.3s ease;\n        white-space: nowrap; \/* Emp\u00eache le bouton de passer sur deux lignes *\/\n    }\n\n    .nav-collage__btn:hover {\n        opacity: 0.6;\n    }\n\n    .nav-collage__btn-wrapper {\n        display: flex;\n        align-items: center;\n    }\n\n    \/* --- GALERIE (Collage absolu) --- *\/\n    .nav-collage__gallery {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        pointer-events: none;\n    }\n\n    .nav-collage__img {\n        position: absolute;\n        object-fit: cover;\n        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);\n        transform: translateZ(0); \/* Acc\u00e9l\u00e9ration mat\u00e9rielle stable sur iOS \u00e0 la place de will-change *\/\n        transform-origin: bottom center;\n    }\n\n    \/* Placements sp\u00e9cifiques PC *\/\n    .nav-collage__img--1 { left: 1%; bottom: -17%; width: 25%; transform: rotate(-9deg) translateZ(0); z-index: 4; }\n    .nav-collage__img--2 { left: 22%; bottom: -8%; width: 17%; transform: rotate(5deg) translateZ(0); z-index: 5; }\n    .nav-collage__img--3 { left: 39%; bottom: -2%; width: 14%; transform: rotate(-6deg) translateZ(0); z-index: 4; }\n    .nav-collage__img--4 { left: 49%; bottom: -4%; width: 22%; transform: rotate(3deg) translateZ(0); z-index: 1; }\n    .nav-collage__img--5 { left: 70%; bottom: -2%; width: 11%; transform: rotate(-2deg) translateZ(0); z-index: 0; }\n    .nav-collage__img--6 { left: 79%; bottom: -6%; width: 22%; transform: rotate(9deg) translateZ(0); z-index: 3; }\n\n    \/* ==========================================================================\n       RESPONSIVE (Tablette & Mobile)\n       ========================================================================== *\/\n\n    @media screen and (max-width: 1024px) {\n        .nav-collage {\n            height: 50vw; \/* Chang\u00e9 de min-height \u00e0 height *\/\n            padding-top: var(--section-pad-v-tab, 50px);\n        }\n        .nav-collage__header {\n            padding: 0 var(--section-pad-h-tab, 4vw);\n        }\n    }\n\n    @media screen and (max-width: 768px) {\n        .nav-collage {\n            height: 80vw; \/* Chang\u00e9 de min-height \u00e0 height *\/\n            padding-top: var(--section-pad-v-mob, 40px);\n        }\n\n        .nav-collage__header {\n            padding: 0 var(--section-pad-h-mob, 20px);\n            gap: 9%; \/* R\u00e9duction de l'espace sur mobile *\/\n        }\n\n        .nav-collage__img--5,\n        .nav-collage__img--6 {\n            display: none;\n        }\n\n        .nav-collage__img--1 { transform: rotate(-9deg) translateZ(0); left: -5%; bottom: -5%; width: 43%; }\n        .nav-collage__img--2 { left: 22%; bottom: -9%; width: 34%; transform: rotate(5deg) translateZ(0); }\n        .nav-collage__img--3 { left: 50%; bottom: -2%; width: 30%; transform: rotate(-6deg) translateZ(0); z-index: 6; }\n        .nav-collage__img--4 { left: 66%; bottom: 0%; width: 34%; transform: rotate(3deg) translateZ(0); }\n    }\n<\/style>\n\n<section class=\"nav-collage\" aria-label=\"Navigation chronologique vers le style chalet suivant\">\n    \n    <!-- HEADER -->\n    <header class=\"nav-collage__header\">\n        \n        <!-- Bouton Retour -->\n        <div class=\"nav-collage__btn-wrapper\">\n            <a href=\"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/\" class=\"nav-collage__btn\" aria-label=\"Retourner \u00e0 la page pr\u00e9c\u00e9dente\">Retour<\/a>\n        <\/div>\n\n        <!-- Titres Centraux -->\n        <div class=\"nav-collage__titles\">\n            <h2 class=\"nav-collage__title avenirmedium-font\">Style Chalet<\/h2>\n            <span class=\"nav-collage__subtitle baskerville-italic-font\">suivant<\/span>\n        <\/div>\n\n        <!-- Bouton Suivant -->\n        <div class=\"nav-collage__btn-wrapper wp-next-post-link\">\n            <a href=\"#\" class=\"nav-collage__btn\" aria-label=\"Voir le style chalet pr\u00e9c\u00e9dent dans le temps\" id=\"norki-next-post-btn\">Suivant<\/a>\n        <\/div>\n\n    <\/header>\n\n    <!-- COLLAGE IMAGES ABSOLUES -->\n    <!-- Les attributs loading=\"lazy\" ont \u00e9t\u00e9 retir\u00e9s\/remplac\u00e9s par \"eager\" pour forcer Safari \u00e0 calculer imm\u00e9diatement leur affichage -->\n    <div class=\"nav-collage__gallery\" aria-hidden=\"true\">\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Assiette-Anne-Sophie-Pic.jpg\" alt=\"Plat gastronique dane assiette blanche\" class=\"nav-collage__img nav-collage__img--1\" loading=\"eager\">\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-29-at-16.44.32-1.jpg\" alt=\"Truffes noires\" class=\"nav-collage__img nav-collage__img--2\" loading=\"eager\">\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Chien-1.jpg\" alt=\"Chien dans un salon avec tapis manh 4 norki\" class=\"nav-collage__img nav-collage__img--3\" loading=\"eager\">\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/NORKI_Prod_J202265-1.jpg\" alt=\"Pouf C14 sous un bureau en marbre\" class=\"nav-collage__img nav-collage__img--4\" loading=\"eager\">\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Tapis-Photo-III-Manh4_NORKI.jpg\" alt=\"Detail tapis manh 4 \" class=\"nav-collage__img nav-collage__img--5\" loading=\"eager\">\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/E02_2932_\u252c\u00ae_Studio_Erick_Saillet-1.jpg\" alt=\"Cava a vin avec ecrin \u00e0 champagne\" class=\"nav-collage__img nav-collage__img--6\" loading=\"eager\">\n    <\/div>\n\n<\/section>\n\n\n<style>\r\n        .nav-collage__gallery .nav-collage__img {\r\n            pointer-events: auto !important; \/* Autorise le clic malgr\u00e9 le parent bloqu\u00e9 *\/\r\n            cursor: pointer !important;\r\n            transition: scale 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s !important;\r\n        }\r\n        .nav-collage__gallery .nav-collage__img:hover {\r\n            scale: 1.04 !important; \/* Zoom l\u00e9ger qui n'\u00e9crase pas le rotate() *\/\r\n            z-index: 10 !important; \/* Passe l'image au premier plan au survol *\/\r\n        }\r\n    <\/style><script>\r\n        document.addEventListener(\"DOMContentLoaded\", function() {\r\n            var targetUrl = \"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/epicurean-chalet-luxury-decoration\/\";\r\n            \r\n            \/\/ 1. Mise \u00e0 jour du Bouton \"Suivant\" classique\r\n            var nextBtn = document.getElementById(\"norki-next-post-btn\");\r\n            if (nextBtn) {\r\n                nextBtn.href = targetUrl;\r\n            }\r\n            \r\n            \/\/ 2. Ajout de la redirection au clic sur toutes les images du collage\r\n            var collageImages = document.querySelectorAll(\".nav-collage__gallery .nav-collage__img\");\r\n            collageImages.forEach(function(img) {\r\n                img.addEventListener(\"click\", function() {\r\n                    window.location.href = targetUrl;\r\n                });\r\n            });\r\n        });\r\n    <\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Le Chalet Sanctuaire L\u2019\u00c9l\u00e9gance de l\u2019\u00c9pure et l\u2019Art de la D\u00e9connexion Absolue Le bien-\u00eatre n\u2019est pas une destination, mais un chemin. Le secret est de l\u2019appr\u00e9cier \u00e0 chaque pas. Wayne Dyer Fauteuil Swan Vintage Voir le produit Comment transformer un chalet de luxe en un v\u00e9ritable sanctuaire de bien-\u00eatre ? Pour la Maison Norki, la [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":2783,"comment_status":"open","ping_status":"open","sticky":false,"template":"template-page-builder-no-header-footer.php","format":"standard","meta":{"_uag_custom_page_level_css":"\/* A COPIER COLLER *\/\n\n:root {\n\t--wp--preset--color--contrast: black;\n    \/* Paddings de section standards *\/\n    --section-pad-v-dt: 80px;\n    --section-pad-h-dt: 5vw;\n    \n    --section-pad-v-tab: 50px;\n    --section-pad-h-tab: 4vw;\n    \n    --section-pad-v-mob: 40px;\n    --section-pad-h-mob: 20px;\n\n    \/* Couleurs  Polices *\/\n    --color-norki-brown: #50423d;\n    --color-norki-beige: #f8f0ea;\n    --font-baskerville: 'Baskerville', serif;\n    --font-montserrat: 'Montserrat', sans-serif;\n}\n\n@font-face {\n  font-family: 'LibreBaskervilleItalic';\n  src: url('https:\/\/www.norki.com\/studio-chalet\/wp-content\/themes\/twentytwentyfour\/assets\/fonts\/Libre-Baskerville\/LibreBaskerville-Italic.ttf') format('truetype');\n  font-weight: normal;\n  font-style: normal;\n}\n\n@font-face {\n  font-family: 'Bestermind';\n  src: url('https:\/\/www.norki.com\/studio-chalet\/wp-content\/themes\/twentytwentyfour\/assets\/fonts\/Bestermind\/BestermindRegular.ttf') format('truetype');\n  font-weight: normal;\n  font-style: normal;\n}\n\n@font-face {\n  font-family: 'AvenirBook';\n  src: url('https:\/\/www.norki.com\/studio-chalet\/wp-content\/themes\/twentytwentyfour\/assets\/fonts\/Avenir\/Avenir-Book-01.otf') format('opentype');\n  font-weight: normal;\n  font-style: normal;\n}\n\n\n@font-face {\n  font-family: 'AvenirMedium';\n  src: url('https:\/\/www.norki.com\/studio-chalet\/wp-content\/themes\/twentytwentyfour\/assets\/fonts\/Avenir\/Avenir-Book-01.otf') format('opentype');\n  font-weight: normal;\n  font-style: normal;\n}\n\n@font-face {\n  font-family: 'AvenirBookOblique';\n  src: url('https:\/\/www.norki.com\/studio-chalet\/wp-content\/themes\/twentytwentyfour\/assets\/fonts\/Avenir\/Avenir-BookOblique-02.otf') format('opentype');\n  font-weight: normal;\n  font-style: normal;\n}\n\n@font-face {\n  font-family: 'Pertili';\n  src: url('https:\/\/www.norki.com\/studio-chalet\/wp-content\/themes\/twentytwentyfour\/assets\/fonts\/PERTILI.TTF') format('truetype');\n  font-weight: normal;\n  font-style: normal;\n}\n\n.pertili-font {\n\tfont-family: \"Pertili\", sans-serif !important;\n}\n\n.bestermind-font {\n\tfont-family: \"Bestermind\", sans-serif !important;\n}\n\n.avenirbookoblique-font {\n\tfont-family: \"AvenirBookOblique\", sans-serif !important;\n}\n\n.baskerville-italic-font {\n\tfont-family: \"LibreBaskervilleItalic\", sans-serif !important;\n}\n\n.avenirmedium-font {\n\tfont-family: \"AvenirMedium\", sans-serif !important;\n}\n\nbody:not(.wp-admin) * {\n  font-family: \"AvenirBook\", sans-serif;\n}\n\nbody {\n\tbackground-color: #f8f0ea !important;\n\tcolor: black;\n}\n\nh2 {\n\tfont-family: \"AvenirMedium\", sans-serif !important;\n}\n\n.components-sandbox {\n\tmax-height: 500px;\n}\n\n\/* A COPIER COLLER END *\/\n\n.wp-block-paragraph {\t\n\tmargin: 0;\n}","_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-2739","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-non-classe"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Le Chalet Sanctuaire | D\u00e9coration de Luxe et Bien-\u00catre<\/title>\n<meta name=\"description\" content=\"D\u00e9couvrez comment transformer un chalet de luxe en un v\u00e9ritable sanctuaire de bien-\u00eatre. Plongez dans l&#039;univers Norki : design minimaliste, teintes bleu marine, noir profond et mati\u00e8res nobles.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Le Chalet Sanctuaire | D\u00e9coration de Luxe et Bien-\u00catre\" \/>\n<meta property=\"og:description\" content=\"D\u00e9couvrez comment transformer un chalet de luxe en un v\u00e9ritable sanctuaire de bien-\u00eatre. Plongez dans l&#039;univers Norki : design minimaliste, teintes bleu marine, noir profond et mati\u00e8res nobles.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/\" \/>\n<meta property=\"og:site_name\" content=\"Norki\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/NorkiDecoration\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-20T22:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"470\" \/>\n\t<meta property=\"og:image:height\" content=\"517\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Corentin Simon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Corentin Simon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/\"},\"author\":{\"name\":\"Corentin Simon\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#\\\/schema\\\/person\\\/7399466ef9b296e88f8bcd805db6be4c\"},\"headline\":\"Le Chalet Sanctuaire\",\"datePublished\":\"2026-08-20T22:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/\"},\"wordCount\":751,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/couverture_sanctuaire-1.png\",\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/\",\"url\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/\",\"name\":\"Le Chalet Sanctuaire | D\u00e9coration de Luxe et Bien-\u00catre\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/couverture_sanctuaire-1.png\",\"datePublished\":\"2026-08-20T22:00:00+00:00\",\"description\":\"D\u00e9couvrez comment transformer un chalet de luxe en un v\u00e9ritable sanctuaire de bien-\u00eatre. Plongez dans l'univers Norki : design minimaliste, teintes bleu marine, noir profond et mati\u00e8res nobles.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/couverture_sanctuaire-1.png\",\"contentUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/couverture_sanctuaire-1.png\",\"width\":470,\"height\":517},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/inspiration-decoration-montagne\\\/chalet-sanctuaire-decoration-bien-etre\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Le Chalet Sanctuaire\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#website\",\"url\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/\",\"name\":\"Norki\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#organization\",\"name\":\"Norki | Studio Chalet\",\"url\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/logo-simple-noir_NORKI-e1777530636585.png\",\"contentUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/logo-simple-noir_NORKI-e1777530636585.png\",\"width\":300,\"height\":74,\"caption\":\"Norki | Studio Chalet\"},\"image\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/NorkiDecoration\",\"https:\\\/\\\/instagram.com\\\/norkiofficial\\\/\",\"https:\\\/\\\/fr.linkedin.com\\\/company\\\/norki-decoration\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCLwZSkdXDYvZx68leltWTMw\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#\\\/schema\\\/person\\\/7399466ef9b296e88f8bcd805db6be4c\",\"name\":\"Corentin Simon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/00485eadd4e66c1e469039bfd59a65419512bbafa8e712f5938d5c2251aa9945?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/00485eadd4e66c1e469039bfd59a65419512bbafa8e712f5938d5c2251aa9945?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/00485eadd4e66c1e469039bfd59a65419512bbafa8e712f5938d5c2251aa9945?s=96&d=mm&r=g\",\"caption\":\"Corentin Simon\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Le Chalet Sanctuaire | D\u00e9coration de Luxe et Bien-\u00catre","description":"D\u00e9couvrez comment transformer un chalet de luxe en un v\u00e9ritable sanctuaire de bien-\u00eatre. Plongez dans l'univers Norki : design minimaliste, teintes bleu marine, noir profond et mati\u00e8res nobles.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/","og_locale":"fr_FR","og_type":"article","og_title":"Le Chalet Sanctuaire | D\u00e9coration de Luxe et Bien-\u00catre","og_description":"D\u00e9couvrez comment transformer un chalet de luxe en un v\u00e9ritable sanctuaire de bien-\u00eatre. Plongez dans l'univers Norki : design minimaliste, teintes bleu marine, noir profond et mati\u00e8res nobles.","og_url":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/","og_site_name":"Norki","article_publisher":"https:\/\/facebook.com\/NorkiDecoration","article_published_time":"2026-08-20T22:00:00+00:00","og_image":[{"width":470,"height":517,"url":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1.png","type":"image\/png"}],"author":"Corentin Simon","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"Corentin Simon","Dur\u00e9e de lecture estim\u00e9e":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/#article","isPartOf":{"@id":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/"},"author":{"name":"Corentin Simon","@id":"https:\/\/www.norki.com\/studio-chalet\/#\/schema\/person\/7399466ef9b296e88f8bcd805db6be4c"},"headline":"Le Chalet Sanctuaire","datePublished":"2026-08-20T22:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/"},"wordCount":751,"commentCount":0,"publisher":{"@id":"https:\/\/www.norki.com\/studio-chalet\/#organization"},"image":{"@id":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/#primaryimage"},"thumbnailUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1.png","inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/","url":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/","name":"Le Chalet Sanctuaire | D\u00e9coration de Luxe et Bien-\u00catre","isPartOf":{"@id":"https:\/\/www.norki.com\/studio-chalet\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/#primaryimage"},"image":{"@id":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/#primaryimage"},"thumbnailUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1.png","datePublished":"2026-08-20T22:00:00+00:00","description":"D\u00e9couvrez comment transformer un chalet de luxe en un v\u00e9ritable sanctuaire de bien-\u00eatre. Plongez dans l'univers Norki : design minimaliste, teintes bleu marine, noir profond et mati\u00e8res nobles.","breadcrumb":{"@id":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/#primaryimage","url":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1.png","contentUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1.png","width":470,"height":517},{"@type":"BreadcrumbList","@id":"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.norki.com\/fr\/studio-chalet\/"},{"@type":"ListItem","position":2,"name":"Le Chalet Sanctuaire"}]},{"@type":"WebSite","@id":"https:\/\/www.norki.com\/studio-chalet\/#website","url":"https:\/\/www.norki.com\/studio-chalet\/","name":"Norki","description":"","publisher":{"@id":"https:\/\/www.norki.com\/studio-chalet\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.norki.com\/studio-chalet\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.norki.com\/studio-chalet\/#organization","name":"Norki | Studio Chalet","url":"https:\/\/www.norki.com\/studio-chalet\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.norki.com\/studio-chalet\/#\/schema\/logo\/image\/","url":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/04\/logo-simple-noir_NORKI-e1777530636585.png","contentUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/04\/logo-simple-noir_NORKI-e1777530636585.png","width":300,"height":74,"caption":"Norki | Studio Chalet"},"image":{"@id":"https:\/\/www.norki.com\/studio-chalet\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/NorkiDecoration","https:\/\/instagram.com\/norkiofficial\/","https:\/\/fr.linkedin.com\/company\/norki-decoration\/","https:\/\/www.youtube.com\/channel\/UCLwZSkdXDYvZx68leltWTMw"]},{"@type":"Person","@id":"https:\/\/www.norki.com\/studio-chalet\/#\/schema\/person\/7399466ef9b296e88f8bcd805db6be4c","name":"Corentin Simon","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/00485eadd4e66c1e469039bfd59a65419512bbafa8e712f5938d5c2251aa9945?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/00485eadd4e66c1e469039bfd59a65419512bbafa8e712f5938d5c2251aa9945?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/00485eadd4e66c1e469039bfd59a65419512bbafa8e712f5938d5c2251aa9945?s=96&d=mm&r=g","caption":"Corentin Simon"}}]}},"uagb_featured_image_src":{"full":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1.png",470,517,false],"thumbnail":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1-150x150.png",150,150,true],"medium":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1-273x300.png",273,300,true],"medium_large":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1.png",470,517,false],"large":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1.png",470,517,false],"1536x1536":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1.png",470,517,false],"2048x2048":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-1.png",470,517,false]},"uagb_author_info":{"display_name":"Corentin Simon","author_link":"https:\/\/www.norki.com\/studio-chalet\/inspiration-decoration-montagne\/author\/csimon\/"},"uagb_comment_info":0,"uagb_excerpt":"Le Chalet Sanctuaire L\u2019\u00c9l\u00e9gance de l\u2019\u00c9pure et l\u2019Art de la D\u00e9connexion Absolue Le bien-\u00eatre n\u2019est pas une destination, mais un chemin. Le secret est de l\u2019appr\u00e9cier \u00e0 chaque pas. Wayne Dyer Fauteuil Swan Vintage Voir le produit Comment transformer un chalet de luxe en un v\u00e9ritable sanctuaire de bien-\u00eatre ? Pour la Maison Norki, la\u2026","_links":{"self":[{"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2739","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/comments?post=2739"}],"version-history":[{"count":2,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2739\/revisions"}],"predecessor-version":[{"id":2776,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2739\/revisions\/2776"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/media\/2783"}],"wp:attachment":[{"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/media?parent=2739"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/categories?post=2739"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/tags?post=2739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}