{"id":2777,"date":"2026-08-21T00:00:00","date_gmt":"2026-08-20T22:00:00","guid":{"rendered":"https:\/\/www.norki.com\/studio-chalet\/?p=2777"},"modified":"2026-07-31T14:28:50","modified_gmt":"2026-07-31T12:28:50","slug":"sanctuary-chalet-luxury-interior-wellness","status":"publish","type":"post","link":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/","title":{"rendered":"The Sanctuary Chalet"},"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 The Sanctuary Chalet\">\n    <div class=\"chalet-sanctuaire__wrapper\">\n        \n        <!-- DESKTOP BACKGROUND -->\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/pc-2.png\" alt=\"Inspiration moodboard - The Sanctuary Chalet by Norki\" class=\"chalet-sanctuaire__bg-img chalet-sanctuaire__bg-img--desktop\" fetchpriority=\"high\">\n        \n        <!-- MOBILE BACKGROUND -->\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/mobile-2.png\" alt=\"Inspiration moodboard - The Sanctuary Chalet by Norki - Mobile Version\" class=\"chalet-sanctuaire__bg-img chalet-sanctuaire__bg-img--mobile\" loading=\"lazy\">\n        \n        <!-- OVERLAY INTERACTION LAYER -->\n        <div class=\"chalet-sanctuaire__overlay\">\n            \n            <!-- Text Anchor Block -->\n            <div class=\"chalet-sanctuaire__text\">\n                <h2 class=\"chalet-sanctuaire__title avenirmedium-font\">The Sanctuary Chalet<\/h2>\n                <p class=\"chalet-sanctuaire__subtitle baskerville-italic-font\">The Elegance of Purity and the Art of Absolute Disconnection<\/p>\n            <\/div>\n            \n            <!-- PRODUCT 1 : Presto Rug -->\n            <a href=\"https:\/\/www.norki.com\/en\/iconic-rugs-hides-norki\/631-290-large-designer-rug-black-blue-shearling.html#\/52-dimension-820_1148_ft\" class=\"chalet-sanctuaire__product-link chalet-sanctuaire__product-link--item1\" aria-label=\"Discover the large black blue shearling designer rug\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Presto-principale.png\" alt=\"Large black and blue shearling designer rug Norki\" class=\"chalet-sanctuaire__product-img\" width=\"600\" height=\"450\">\n            <\/a>\n\n            <!-- PRODUCT 2 : Bench -->\n            <a href=\"https:\/\/www.norki.com\/en\/designer-benches-contemporary-design-luxury-benches-norki\/627-contemporary-wood-design-bench-velvet-shearling.html\" class=\"chalet-sanctuaire__product-link chalet-sanctuaire__product-link--item2\" aria-label=\"Discover the contemporary wood and velvet shearling design bench\">\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=\"Contemporary wood and velvet shearling design bench 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           Well-being is a journey, not a destination. The secret is to enjoy every step of the way.\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=\"Transforming a luxury chalet into a wellness sanctuary\">\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=\"Interior view of a luxury chalet, wellness sanctuary space\" 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=\"Discover the Vintage Swan Armchair\">\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\/en\/collectionnistes-armchairs-designers-norki\/611-pair-of-swan-armchairs-arne-jacobsen-grey-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=\"Vintage Swan Armchair\" class=\"nk-hotspot__thumb\">\n                    <div class=\"nk-hotspot__info\">\n                        <span class=\"nk-hotspot__title\">Vintage Swan Armchair<\/span>\n                        <span class=\"nk-hotspot__action\">Discover the product<\/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            How to transform a luxury chalet into a true wellness sanctuary?\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            For Maison Norki, the answer lies not solely in curating a sharp aesthetic, but in completely redefining the art of living. Long confined to a purely functional role or a predictable rusticity, the chalet now claims a new status: that of a manifesto space. Amid the dizzying tumult of the 21st century, the ultimate luxury is to grant oneself a timeless parenthesis, an absolute cure of serenity where the outside world quietly fades away.\n        <\/p>\n        <p class=\"art-sanctuaire__desc\">\n            The Sanctuary Chalet was conceived as an introspective refuge. Here, the dictates of hyper-connection evaporate. Phones are turned off, laptops are closed, and one surrenders entirely to the tranquility of the premises. The ambition of this project was unequivocally clear: to design an enclave so fulfilling that there is never a need to step outside, a space where absolute comfort and spiritual elevation intertwine at every moment.\n        <\/p>\n\n        <!-- CTA BOX ANGLAIS -->\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)\">Does this moodboard inspire you?<\/span><br>\n                Let\u2019s bring the interior of your exceptional chalet to life together\n            <\/p>\n            <a href=\"https:\/\/www.norki.com\/en\/contact-us\" class=\"art-sanctuaire__cta-btn\">\n                Let&rsquo;s discuss your project\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=\"Chalet wellness space\">\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\">Wellness: The Spiritual and Architectural Epicenter<\/h3>\n            <p>In this pursuit of revitalization, the wellness area establishes itself as the focal point of this exceptional residence. Far from being relegated to mere amenities, the swimming pool, Nordic cold plunge, sauna, hammam, as well as the Pilates, massage, and dance studios, are envisioned as spaces with an almost spiritual aura.<\/p>\n            <p>For Norki, decoration does more than dress the space: it structures it, sets its rhythm, and tells its story. These spaces dedicated to care and movement are an integral part of the chalet\u2019s architectural grammar, inviting inhabitants into a daily ritual of purification and relaxation.<\/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=\"Exceptional chalet space\" 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=\"Chalet sauna and wellness space\" 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=\"Interior architectural detail\" 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=\"Living room with Norki furniture\" 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=\"Discover the Abysse Throw details\">\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\/en\/timeless-throws-collection-norki\/233-abysse-blanket-dark-blue-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=\"Abysse Throw\" class=\"art-wellness__hotspot-thumb\">\n                                <div class=\"art-wellness__hotspot-info\">\n                                    <span class=\"art-wellness__hotspot-title-text\">Abysse Throw<\/span>\n                                    <span class=\"art-wellness__hotspot-action\">Discover the product<\/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=\"Discover the Vintage Stora Eva Armchair details\">\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\/en\/collectionnistes-armchairs-designers-norki\/296-stora-eva-kerstin-horlin-holmquist-armchair-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=\"Vintage Stora Eva Armchair\" class=\"art-wellness__hotspot-thumb\">\n                                <div class=\"art-wellness__hotspot-info\">\n                                    <span class=\"art-wellness__hotspot-title-text\">Vintage Stora Eva Armchair<\/span>\n                                    <span class=\"art-wellness__hotspot-action\">Discover the product<\/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 between Eras & Materials)\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=\"Norki Chromatic Purity and Materials\">\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\/en\/high-end-designer-cushion\/135-saint-peter-blue-cushion-norki-velvet-lambskin.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=\"Saint Peter Blue Cushion Norki in velvet lambskin\" 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=\"Norki modern interior with ottoman\" 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=\"Discover the Alpine Cloud Ottoman details\">\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\/en\/designer-ottomans-stools-collection-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=\"Alpine Cloud Ottoman\" class=\"art-epure__hotspot-thumb\">\n                            <div class=\"art-epure__hotspot-info\">\n                                <span class=\"art-epure__hotspot-title-text\">Alpine Cloud Ottoman<\/span>\n                                <span class=\"art-epure__hotspot-action\">Discover the product<\/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\">Material as a Sensory Experience<\/h2>\n                <p>The bedrooms echo this same chromatic trinity (white, black, navy blue), while the hallways distributing the chalet are clad in soft-toned leather. This meticulous attention to transitional spaces evokes the hushed, deeply comforting atmosphere of a grand palace spa.<\/p>\n                \n                <div class=\"art-epure__expand-wrapper\" id=\"extra-wrapper-epure\">\n                    <div class=\"art-epure__expand-content\">\n                        <p>Within this decorative direction, collectible objects and bespoke furniture, all crafted in our <a href=\"https:\/\/www.norki.com\/en\/content\/8-french-artisanal-know-how-expertise-norki\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener noreferrer\">French workshop<\/a>, naturally find a place of prominence. A <a href=\"https:\/\/www.norki.com\/en\/designer-benches-contemporary-design-luxury-benches-norki\/627-contemporary-wood-design-bench-velvet-shearling.html\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener noreferrer\">contemporary bench<\/a>, seamlessly blending the rigor of light wood with the physical softness of delicate navy blue shearling, stands like a domestic sculpture. On the floor, geometry softens thanks to an <a href=\"https:\/\/www.norki.com\/en\/iconic-rugs-hides-norki\/631-290-large-designer-rug-black-blue-shearling.html#\/52-dimension-820_1148_ft\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener noreferrer\">organic rug<\/a> in dark hues\u2014a true abstract canvas that anchors the room. <a href=\"https:\/\/www.norki.com\/en\/high-end-designer-cushion\/135-saint-peter-blue-cushion-norki-velvet-lambskin.html\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener noreferrer\">Shearling cushions<\/a> and majestic <a href=\"https:\/\/www.norki.com\/en\/66-vintage-scandinavian-armchairs\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener noreferrer\">vintage armchairs<\/a> complete this ensemble. Here, Norki acts as both curator and artisan, orchestrating volumes and composing a d\u00e9cor that makes sense.<\/p>\n                        <p>Sumptuous, luxurious glass panels and textiles of unparalleled richness ultimately give rhythm to the spaces with sovereign elegance. The Sanctuary Chalet is the ultimate expression of a luxury that embraces purity, asserting itself with striking sobriety and quiet strength. It is, quite simply, an invitation to experience the extraordinary.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <button type=\"button\" class=\"art-epure__btn-more\" id=\"voir-plus-btn-epure\">Read more<\/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\">A Radical Chromatic Purity<\/h3>\n            <p>To sustain this atmosphere of silent retreat, we opted for an unequivocally bold color palette: a masterful dialogue between black, navy blue, and white. These decisive, uncompromising colors are perfectly suited for soothing the mind. Abyss blue, deep and vibrant, brings light, density, and resonance. Paired with black, which structures, anchors, and draws the lines, this chromatic duo creates an elegant visual tension conducive to contemplation. Nothing is ostentatious; luxury is found in the accuracy of the choices and the nobility of the combinations.<\/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=\"Pine tree landscape in snow and mist\" loading=\"lazy\">\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        \/\/ --- Read more \/ Read less button handler (Tablet & 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 ? 'Read less' : 'Read more';\n            });\n        }\n\n        \/\/ --- Hotspots interactivity ---\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\/en\/\" class=\"nk-slider-btn\">Buy Norki items<\/a>\n      <div class=\"nk-slider-arrows\">\n        <button class=\"nk-slider-prev\" aria-label=\"Previous slide\">\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=\"Next slide\">\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 : Vintage Swan Armchair -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/collectionnistes-armchairs-designers-norki\/611-pair-of-swan-armchairs-arne-jacobsen-grey-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=\"Vintage Swan Armchair\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Vintage Swan Armchair\">Vintage Swan Armchair<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/collectionnistes-armchairs-designers-norki\/611-pair-of-swan-armchairs-arne-jacobsen-grey-beige.html\">Buy<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 2 : Presto Rug -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/iconic-rugs-hides-norki\/631-large-designer-rug-black-blue-shearling.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=\"Presto Rug\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Presto Rug\">Presto Rug<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/iconic-rugs-hides-norki\/631-large-designer-rug-black-blue-shearling.html\">Buy<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 3 : Abysse Throw \/ Saint Peter Cushion -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/high-end-designer-cushion\/135-saint-peter-blue-cushion-norki-velvet-lambskin.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=\"Abysse Throw\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Abysse Throw\">Abysse Throw<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/high-end-designer-cushion\/135-saint-peter-blue-cushion-norki-velvet-lambskin.html\">Buy<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 4 : Alpine Cloud Ottoman -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/designer-ottomans-stools-collection-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=\"Alpine Cloud Ottoman\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Alpine Cloud Ottoman\">Alpine Cloud Ottoman<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/designer-ottomans-stools-collection-norki\/656-pouf-agneau-tibet-chalet-luxe.html\">Buy<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 5 : Abysse Throw -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/timeless-throws-collection-norki\/233-abysse-blanket-dark-blue-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=\"Abysse Throw\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Abysse Throw\">Abysse Throw<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/timeless-throws-collection-norki\/233-abysse-blanket-dark-blue-norki.html\">Buy<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 6 : Vintage Stora Eva Armchair -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/collectionnistes-armchairs-designers-norki\/296-stora-eva-kerstin-horlin-holmquist-armchair-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=\"Vintage Stora Eva Armchair\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span title=\"Vintage Stora Eva Armchair\">Vintage Stora Eva Armchair<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/collectionnistes-armchairs-designers-norki\/296-stora-eva-kerstin-horlin-holmquist-armchair-vintage-norki.html\">Buy<\/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\">Back<\/a>\n        <\/div>\n\n        <!-- Titres Centraux -->\n        <div class=\"nav-collage__titles\">\n            <h2 class=\"nav-collage__title avenirmedium-font\">Chalet Style<\/h2>\n            <span class=\"nav-collage__subtitle baskerville-italic-font\">next<\/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\">Next<\/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\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-sanctuaire-decoration-bien-etre\/\";\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>The Sanctuary Chalet The Elegance of Purity and the Art of Absolute Disconnection Well-being is a journey, not a destination. The secret is to enjoy every step of the way. Wayne Dyer Vintage Swan Armchair Discover the product How to transform a luxury chalet into a true wellness sanctuary? For Maison Norki, the answer lies [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":2782,"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":[31],"tags":[],"class_list":["post-2777","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-non-classe-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Sanctuary Chalet | Luxury Interior Design &amp; Wellness<\/title>\n<meta name=\"description\" content=\"Discover how to transform a luxury chalet into a true wellness sanctuary. Explore the Norki universe: minimalist design, navy blue, deep black, and noble materials.\" \/>\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\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Sanctuary Chalet | Luxury Interior Design &amp; Wellness\" \/>\n<meta property=\"og:description\" content=\"Discover how to transform a luxury chalet into a true wellness sanctuary. Explore the Norki universe: minimalist design, navy blue, deep black, and noble materials.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/\" \/>\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.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\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/\"},\"author\":{\"name\":\"Corentin Simon\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#\\\/schema\\\/person\\\/7399466ef9b296e88f8bcd805db6be4c\"},\"headline\":\"The Sanctuary Chalet\",\"datePublished\":\"2026-08-20T22:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/\"},\"wordCount\":646,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/couverture_sanctuaire.png\",\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/\",\"url\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/\",\"name\":\"The Sanctuary Chalet | Luxury Interior Design & Wellness\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/couverture_sanctuaire.png\",\"datePublished\":\"2026-08-20T22:00:00+00:00\",\"description\":\"Discover how to transform a luxury chalet into a true wellness sanctuary. Explore the Norki universe: minimalist design, navy blue, deep black, and noble materials.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/couverture_sanctuaire.png\",\"contentUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/couverture_sanctuaire.png\",\"width\":470,\"height\":517},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/sanctuary-chalet-luxury-interior-wellness\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Sanctuary Chalet\"}]},{\"@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":"The Sanctuary Chalet | Luxury Interior Design & Wellness","description":"Discover how to transform a luxury chalet into a true wellness sanctuary. Explore the Norki universe: minimalist design, navy blue, deep black, and noble materials.","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\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/","og_locale":"fr_FR","og_type":"article","og_title":"The Sanctuary Chalet | Luxury Interior Design & Wellness","og_description":"Discover how to transform a luxury chalet into a true wellness sanctuary. Explore the Norki universe: minimalist design, navy blue, deep black, and noble materials.","og_url":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/","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.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\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/#article","isPartOf":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/"},"author":{"name":"Corentin Simon","@id":"https:\/\/www.norki.com\/studio-chalet\/#\/schema\/person\/7399466ef9b296e88f8bcd805db6be4c"},"headline":"The Sanctuary Chalet","datePublished":"2026-08-20T22:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/"},"wordCount":646,"commentCount":0,"publisher":{"@id":"https:\/\/www.norki.com\/studio-chalet\/#organization"},"image":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/#primaryimage"},"thumbnailUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire.png","inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/","url":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/","name":"The Sanctuary Chalet | Luxury Interior Design & Wellness","isPartOf":{"@id":"https:\/\/www.norki.com\/studio-chalet\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/#primaryimage"},"image":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/#primaryimage"},"thumbnailUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire.png","datePublished":"2026-08-20T22:00:00+00:00","description":"Discover how to transform a luxury chalet into a true wellness sanctuary. Explore the Norki universe: minimalist design, navy blue, deep black, and noble materials.","breadcrumb":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/#primaryimage","url":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire.png","contentUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire.png","width":470,"height":517},{"@type":"BreadcrumbList","@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/sanctuary-chalet-luxury-interior-wellness\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.norki.com\/fr\/studio-chalet\/"},{"@type":"ListItem","position":2,"name":"The Sanctuary Chalet"}]},{"@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.png",470,517,false],"thumbnail":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-150x150.png",150,150,true],"medium":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire-273x300.png",273,300,true],"medium_large":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire.png",470,517,false],"large":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire.png",470,517,false],"1536x1536":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire.png",470,517,false],"2048x2048":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/couverture_sanctuaire.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":"The Sanctuary Chalet The Elegance of Purity and the Art of Absolute Disconnection Well-being is a journey, not a destination. The secret is to enjoy every step of the way. Wayne Dyer Vintage Swan Armchair Discover the product How to transform a luxury chalet into a true wellness sanctuary? For Maison Norki, the answer lies\u2026","_links":{"self":[{"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2777","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=2777"}],"version-history":[{"count":3,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2777\/revisions"}],"predecessor-version":[{"id":2780,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2777\/revisions\/2780"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/media\/2782"}],"wp:attachment":[{"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/media?parent=2777"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/categories?post=2777"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/tags?post=2777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}