{"id":2493,"date":"2026-07-27T16:37:28","date_gmt":"2026-07-27T14:37:28","guid":{"rendered":"https:\/\/www.norki.com\/studio-chalet\/?p=2493"},"modified":"2026-07-29T11:10:58","modified_gmt":"2026-07-29T09:10:58","slug":"haute-couture-chalet","status":"publish","type":"post","link":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/","title":{"rendered":"Haute Couture Chalet"},"content":{"rendered":"\n<style>\n    \/* ==========================================================================\n        COMPOSANT : LE CHALET HAUTE COUTURE\n        ========================================================================== *\/\n    \n    .chalet-haute-couture {\n        position: relative;\n        width: 100%;\n        background-color: var(--color-norki-beige, #f8f0ea);\n        overflow: hidden;\n        margin: 0;\n        \/* Application des r\u00e8gles de padding Desktop du Design System *\/\n        padding: 50px 40px 20px 40px;\n    }\n\n    .chalet-haute-couture__wrapper {\n        position: relative;\n        width: 100%;\n        max-width: 2560px; \/* Contrainte pour \u00e9crans ultra-larges *\/\n        margin: 0 auto;\n        display: block;\n    }\n\n    \/* Images de fond du collage *\/\n    .chalet-haute-couture__bg-img {\n        width: 100%;\n        height: auto;\n        display: block;\n        object-fit: cover;\n    }\n\n    .chalet-haute-couture__bg-img--mobile {\n        display: none; \/* Masqu\u00e9 sur Desktop par d\u00e9faut *\/\n    }\n\n    \/* Calque superpos\u00e9 pour le texte et les zones cliquables *\/\n    .chalet-haute-couture__overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        pointer-events: none; \/* Laisse traverser les clics hors boutons *\/\n    }\n\n    \/* --- BLOC TEXTE --- *\/\n    .chalet-haute-couture__text {\n        position: absolute;\n        top: 31%;\n        left: 3%;\n        pointer-events: auto;\n        z-index: 2;\n        display: flex;\n        flex-direction: column;\n        max-width: 65%;\n    }\n\n    \/* Titre H2 - Conformit\u00e9 Design System *\/\n    .chalet-haute-couture__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 10px 0;\n        letter-spacing: -0.01em;\n        font-weight: 500;\n    }\n\n    \/* Sous-titre *\/\n    .chalet-haute-couture__subtitle {\n        font-size: clamp(16px, 1.4vw, 24px);\n        margin: 0;\n        line-height: 1.3;\n        color: var(--wp--preset--color--contrast, #000);\n    }\n\n    \/* --- PRODUITS INTERACTIFS (STYLES COMMUNS) --- *\/\n    .chalet-haute-couture__product-link {\n        position: absolute;\n        pointer-events: auto;\n        display: block;\n        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        will-change: transform;\n    }\n\n    \/* Effet d'\u00e9l\u00e9vation au survol *\/\n    .chalet-haute-couture__product-link:hover {\n        transform: scale(1.05) translateY(-8px);\n        z-index: 5 !important; \/* Passe au premier plan absolu lors du survol *\/\n    }\n\n    \/* Ombre port\u00e9e r\u00e9aliste *\/\n    .chalet-haute-couture__product-img {\n        width: 100%;\n        height: auto;\n        display: block;\n        filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.12));\n        transition: filter 0.4s ease;\n    }\n\n    .chalet-haute-couture__product-link:hover .chalet-haute-couture__product-img {\n        filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.18));\n    }\n\n    \/* --- COORDONN\u00c9ES ET EMPILEMENT DES PRODUITS --- *\/\n    \n    \/* Produit 2 : Fauteuils Swan (Arri\u00e8re-plan sur Desktop\/Tablette) *\/\n    .chalet-haute-couture__product-link--swan {\n        top: 5%; \n        left: 35%; \n        width: 23%; \n        z-index: 3;\n    }\n\n    \/* Produit 1 : Banc Presto (Premier plan) *\/\n    .chalet-haute-couture__product-link--presto {\n        top: 33%; \n        left: 35%; \n        width: 43%; \n        z-index: 4;\n    }\n\n    \/* ==========================================================================\n        RESPONSIVE (Tablette & Mobile)\n        ========================================================================= *\/\n\n    \/* Tablettes *\/\n    @media screen and (max-width: 1024px) {\n        .chalet-haute-couture {\n            padding: 30px 20px 15px 20px;\n        }\n\n        .chalet-haute-couture__text {\n            left: 4%;\n        }\n\n        .chalet-haute-couture__product-link--swan {\n            top: 5%;\n            left: 55%;\n            width: 38%;\n        }\n\n        .chalet-haute-couture__product-link--presto {\n            top: 2%;\n            left: 25%;\n            width: 45%;\n        }\n    }\n\n    \/* Mobiles *\/\n    @media screen and (max-width: 768px) {\n        .chalet-haute-couture {\n            padding: 20px 15px 10px 15px;\n        }\n\n        .chalet-haute-couture__bg-img--desktop {\n            display: none !important;\n        }\n        .chalet-haute-couture__bg-img--mobile {\n            display: block !important;\n        }\n\n        .chalet-haute-couture__text {\n            top: 21.5%; \n            left: 6%;\n            max-width: 95%;\n        }\n        \n        .chalet-haute-couture__title {\n            font-size: clamp(24px, 6vw, 32px);\n        }\n\n        .chalet-haute-couture__subtitle {\n            font-size: clamp(16px, 4vw, 20px);\n        }\n\n        \/* Produit Swan masqu\u00e9 uniquement sur Mobile *\/\n        .chalet-haute-couture__product-link--swan {\n            display: none !important;\n        }\n\n        \/* Positionnement du banc Presto sur Mobile *\/\n        .chalet-haute-couture__product-link--presto {\n            top: 38%; \n            left: -5%;\n            width: 70%;\n        }\n    }\n<\/style>\n\n<section class=\"chalet-haute-couture\" aria-label=\"Haute Couture Chalet Inspiration\">\n    <div class=\"chalet-haute-couture__wrapper\">\n        \n        <!-- ARRI\u00c8RE-PLAN DESKTOP -->\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/pc.png\" alt=\"Interior design inspiration moodboard for the Haute Couture Chalet\" class=\"chalet-haute-couture__bg-img chalet-haute-couture__bg-img--desktop\" fetchpriority=\"high\">\n        \n        <!-- ARRI\u00c8RE-PLAN MOBILE -->\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/mobile.png\" alt=\"Interior design inspiration moodboard for the Haute Couture Chalet - Mobile Version\" class=\"chalet-haute-couture__bg-img chalet-haute-couture__bg-img--mobile\" loading=\"lazy\">\n        \n        <!-- CALQUE SUPERPOS\u00c9 -->\n        <div class=\"chalet-haute-couture__overlay\">\n            \n            <!-- Bloc Texte SEO -->\n            <div class=\"chalet-haute-couture__text\">\n                <h2 class=\"chalet-haute-couture__title avenirmedium-font\">Haute Couture Chalet<\/h2>\n                <p class=\"chalet-haute-couture__subtitle baskerville-italic-font\">French luxury living<\/p>\n            <\/div>\n            \n            <!-- Produit interactif 2 : Fauteuils Swan (Arri\u00e8re-plan - Masqu\u00e9 sur Mobile) -->\n            <a href=\"https:\/\/www.norki.com\/en\/collectionnistes-armchairs-designers-norki\/611-pair-of-swan-armchairs-arne-jacobsen-grey-beige.html\" class=\"chalet-haute-couture__product-link chalet-haute-couture__product-link--swan\" aria-label=\"Discover the vintage Swan armchair pair by Arne Jacobsen\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/NORKI-FauteuilSwan1-e1785146961148.jpg\" alt=\"Pair of Swan armchairs by Arne Jacobsen, vintage grey and beige edition by Norki\" class=\"chalet-haute-couture__product-img\" loading=\"lazy\" width=\"600\" height=\"600\">\n            <\/a>\n\n            <!-- Produit interactif 1 : Banc Presto (Premier plan) -->\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-haute-couture__product-link chalet-haute-couture__product-link--presto\" aria-label=\"Discover the blue contemporary Presto bench\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/PRESTO-3.4-face-bleu-e1785146981594.png\" alt=\"Blue contemporary Presto bench in wood and velvet shearling by Norki\" class=\"chalet-haute-couture__product-img\" width=\"600\" height=\"400\">\n            <\/a>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style>\n    \/* ==========================================================================\n       COMPOSANT : BLOC CITATION MINIMALISTE (COCO CHANEL)\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; \/* Fallback couleur sable\/beige *\/\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 *\/\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 (Tablette & Mobile)\n       ========================================================================= *\/\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\" aria-label=\"Citation de Coco Chanel\">\n    <div class=\"bloc-citation-norki\">\n        <!-- Texte de la citation -->\n        <p class=\"baskerville-italic-font\">\n            Fashion is architecture: it is a matter of proportions..\n        <\/p>\n        <!-- Signature de l'auteur en cursive -->\n        <span class=\"bloc-citation-norki__author bestermind-font\">Coco Chanel<\/span>\n    <\/div>\n<\/div>\n\n\n\n<style>\n    \/* ==========================================================================\n        COMPOSANT : D\u00c9PLACER LES CODES DU CHALET\n        ========================================================================== *\/\n    \n    .classicisme-montagne {\n        position: relative;\n        background-color: var(--color-norki-beige, #f8f0ea);\n        overflow-x: clip; \/* Emp\u00eache strictement tout scroll horizontal parasite *\/\n        overflow-y: visible; \/* Permet aux tooltips\/popups de d\u00e9border librement en hauteur *\/\n        \/* Padding g\u00e9n\u00e9reux conforme \u00e0 la DA Norki *\/\n        padding: var(--section-pad-v-dt, 100px) var(--section-pad-h-dt, 5vw);\n        color: #000; \/* Couleur noire stricte *\/\n    }\n\n    .classicisme-montagne__container {\n        position: relative;\n        width: 100%;\n        margin: 0 auto;\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 5vw;\n    }\n\n    \/* --- GROUPE GAUCHE (Images) --- *\/\n    .classicisme-montagne__visuals-left {\n        width: 48%;\n        display: flex;\n        align-items: flex-start;\n        gap: 2vw;\n    }\n\n    .classicisme-montagne__img-wrap {\n        display: block;\n        position: relative;\n        overflow: visible; \/* Essentiel pour ne pas couper les hotspots ni les tooltips *\/\n    }\n\n    .classicisme-montagne__img {\n        width: 100%;\n        height: auto;\n        display: block;\n        object-fit: cover;\n    }\n\n    \/* D\u00e9calage asym\u00e9trique du groupe gauche (Desktop) - Largeurs corrig\u00e9es avec calcul du gap *\/\n    .classicisme-montagne__img-wrap--skier {\n        width: calc(40% - 0.8vw);\n    }\n\n    .classicisme-montagne__img-wrap--armchair {\n        width: calc(60% - 1.2vw);\n    }\n\n    \/* --- GROUPE DROITE (Texte + Image Marbre) --- *\/\n    .classicisme-montagne__content-right {\n        width: 48%;\n        display: flex;\n        align-items: flex-start;\n        gap: 4vw;\n        padding-top: 2%;\n    }\n\n    .classicisme-montagne__text-block {\n        width: 65%;\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n    }\n\n    .classicisme-montagne__title {\n        font-size: clamp(1.4rem, 2.5vw, 35px);\n        margin: 0;\n        font-weight: 500;\n        letter-spacing: -0.01em;\n        line-height: 1.25;\n    }\n\n    .classicisme-montagne__text {\n        font-size: 0.95rem;\n        margin: 0;\n        font-weight: 400;\n        line-height: 1.6;\n    }\n\n    \/* D\u00e9calage du bloc marbre (Desktop) *\/\n    .classicisme-montagne__img-wrap--stool {\n        width: 35%;\n        margin-top: 15%; \/* Align\u00e9 plus bas que le titre selon la maquette PC *\/\n    }\n\n    \/* ==========================================================================\n        HOTSPOTS (POINTS FLOTTANTS - CORRIG\u00c9S PIXEL-PERFECT)\n        ========================================================================== *\/\n    \n    .nk-hotspot {\n        position: absolute;\n        z-index: 10;\n        \/* Origine math\u00e9matique pure 0x0 pour un alignement parfait *\/\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: 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    }\n\n    .nk-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    \/* Effet d'onde de pulsation continu *\/\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        pointer-events: none;\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    \/* Modification UX : L'animation du bouton s'enclenche au survol du hotspot parent complet *\/\n    .nk-hotspot:hover .nk-hotspot__btn,\n    .nk-hotspot.is-active .nk-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    \/* Modification UX : Le picto tourne au survol du parent complet *\/\n    .nk-hotspot:hover .nk-hotspot__btn svg,\n    .nk-hotspot.is-active .nk-hotspot__btn svg {\n        transform: rotate(90deg);\n    }\n\n    \/* Tooltip (Infobulle align\u00e9e au centre exact) *\/\n    .nk-hotspot__tooltip {\n        position: absolute;\n        bottom: 25px; \/* D\u00e9calage vertical par rapport au centre *\/\n        left: 0;\n        transform: translateX(-50%) translateY(10px);\n        width: 200px;\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: 20;\n    }\n\n    \/* Modification UX : Pont invisible pour maintenir le hover entre le bouton et l'infobulle *\/\n    .nk-hotspot__tooltip::before {\n        content: '';\n        position: absolute;\n        top: 100%;\n        left: 0;\n        width: 100%;\n        height: 35px; \/* Couvre largement l'espace jusqu'au bouton *\/\n        background: transparent;\n    }\n\n    \/* Fl\u00e8che directionnelle parfaitement centr\u00e9e sur l'ancre *\/\n    .nk-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    \/* Affichage du Tooltip au survol du parent *\/\n    .nk-hotspot:hover .nk-hotspot__tooltip,\n    .nk-hotspot.is-active .nk-hotspot__tooltip {\n        opacity: 1;\n        visibility: visible;\n        pointer-events: auto;\n        transform: translateX(-50%) translateY(0);\n    }\n\n    \/* Style interne de l'infobulle *\/\n    .nk-hotspot__link {\n        text-decoration: none;\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n    }\n\n    .nk-hotspot__thumb {\n        width: 100%;\n        height: 140px;\n        object-fit: cover;\n        background-color: #f5f5f5;\n    }\n\n    .nk-hotspot__info {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 8px;\n    }\n\n    .nk-hotspot__title {\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    .nk-hotspot__action {\n        font-size: 11px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        color: #666666;\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    .nk-hotspot__link:hover .nk-hotspot__action {\n        color: #000000;\n    }\n\n    \/* ==========================================================================\n        RESPONSIVE DESIGN\n        ========================================================================== *\/\n\n    \/* Tablettes *\/\n    @media screen and (max-width: 1024px) {\n        .classicisme-montagne {\n            padding: var(--section-pad-v-tab, 80px) var(--section-pad-h-tab, 40px);\n        }\n\n        .classicisme-montagne__container {\n            flex-direction: column;\n            gap: 60px;\n        }\n\n        .classicisme-montagne__visuals-left,\n        .classicisme-montagne__content-right {\n            width: 100%;\n        }\n\n        .classicisme-montagne__content-right {\n            gap: 5vw;\n        }\n\n        .classicisme-montagne__text-block {\n            width: 70%;\n        }\n\n        .classicisme-montagne__img-wrap--stool {\n            width: 30%;\n            margin-top: 0;\n            align-self: flex-end;\n        }\n    }\n\n    \/* Mobiles *\/\n    @media screen and (max-width: 768px) {\n        .classicisme-montagne {\n            padding: var(--section-pad-v-mob, 60px) var(--section-pad-h-mob, 20px);\n        }\n\n        .classicisme-montagne__container {\n            gap: 45px;\n        }\n\n        \/* Largeurs mobile recalcul\u00e9es avec pr\u00e9cision pour contenir le gap de 15px sans d\u00e9border *\/\n        .classicisme-montagne__img-wrap--skier {\n            width: calc(45% - 6.75px);\n        }\n\n        .classicisme-montagne__img-wrap--armchair {\n            width: calc(55% - 8.25px);\n        }\n\n        .classicisme-montagne__content-right {\n            flex-direction: column;\n            gap: 35px;\n            padding-top: 0;\n        }\n\n        .classicisme-montagne__text-block {\n            width: 100%;\n            padding-right: 5%;\n        }\n\n        .classicisme-montagne__img-wrap--stool {\n            width: 55%;\n            align-self: flex-end;\n            margin-top: 10px;\n        }\n\n        \/* Adaptation mobile des infobulles *\/\n        .nk-hotspot__tooltip {\n            width: 160px;\n        }\n        .nk-hotspot__thumb {\n            height: 110px;\n        }\n    }\n<\/style>\n\n<section class=\"classicisme-montagne\" aria-labelledby=\"classicisme-titre\">\n    <div class=\"classicisme-montagne__container\">\n        \n        <!-- GROUPE VISUEL GAUCHE (Bottines & Int\u00e9rieur avec hotspots) -->\n        <div class=\"classicisme-montagne__visuals-left\">\n            <picture class=\"classicisme-montagne__img-wrap classicisme-montagne__img-wrap--skier\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/bottines-latitude-30-252056Z-20BG-front-wm-1-0-0-2000-2000-q99_g_jpg1.jpg\" alt=\"Pair of winter boots by Norki from the Latitude 30 collection\" class=\"classicisme-montagne__img\" loading=\"lazy\" width=\"600\" height=\"800\">\n            <\/picture>\n            \n            <picture class=\"classicisme-montagne__img-wrap classicisme-montagne__img-wrap--armchair\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/E02_2440_\u252c\u00ae_Studio_Erick_Saillet.jpg\" alt=\"Interior architecture of a contemporary chalet by Studio Erick Saillet\" class=\"classicisme-montagne__img\" loading=\"lazy\" width=\"800\" height=\"1000\">\n\n                <!-- HOTSPOT 1 : Fauteuil Swan (Centre) -->\n                <div class=\"nk-hotspot\" style=\"top: 40%; left: 40%;\">\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\" 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=\"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\">\n                            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Fauteuils-swan-arne-jacobsen-luxe.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\n                <!-- HOTSPOT 2 : Pouf Portobello Blanc (En bas) -->\n                <div class=\"nk-hotspot\" style=\"top: 85%; left: 50%;\">\n                    <button class=\"nk-hotspot__btn\" aria-label=\"Discover the White Portobello Pouf\">\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=\"nk-hotspot__tooltip\">\n                        <a href=\"https:\/\/www.norki.com\/en\/pouf-collection-norki\/154-pouf-portobello-white-norki-shearling-velvet.html\" class=\"nk-hotspot__link\">\n                            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Assise_Photo-Principale-pouf-1-Portobello-blanc_NORKIv2.jpg\" alt=\"White Portobello Pouf\" class=\"nk-hotspot__thumb\">\n                            <div class=\"nk-hotspot__info\">\n                                <span class=\"nk-hotspot__title\">White Portobello Stool<\/span>\n                                <span class=\"nk-hotspot__action\">Discover the product<\/span>\n                            <\/div>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/picture>\n        <\/div>\n\n        <!-- GROUPE CONTENU DROITE (Texte & Skis) -->\n        <div class=\"classicisme-montagne__content-right\">\n            <div class=\"classicisme-montagne__text-block\">\n                <h2 id=\"classicisme-titre\" class=\"classicisme-montagne__title avenirmedium-font\">\n                    Redefining Alpine Codes\n                <\/h2>\n                <p class=\"classicisme-montagne__text\">\n                    What if the chalet became a statement? Far from the expected vocabulary of mountain interiors \u2014 dark wood, rustic charm, layered tradition \u2014 this vision proposes something else entirely. More precise. More deliberate. More elevated. Here, alpine living is reinterpreted through the lens of haute couture: a world of exacting craftsmanship, refined lines, and considered silhouettes. At NORKI, mountain interiors are never fixed, they are reimagined \u2014 with respect, but without constraint.\n                <\/p>\n            <\/div>\n            \n            <picture class=\"classicisme-montagne__img-wrap classicisme-montagne__img-wrap--stool\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/paire-de-skis-alpins-off-piste-0009037-2000-worn-4-0-0-2000-2000-q99_g_jpg.jpg\" alt=\"Pair of vintage wooden alpine skis by Off Piste\" class=\"classicisme-montagne__img\" loading=\"lazy\" width=\"500\" height=\"600\">\n            <\/picture>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n    \/* =========================================================\n       GESTION DES HOTSPOTS INTERACTIFS\n       ========================================================= *\/\n    const hotspots = document.querySelectorAll('.nk-hotspot');\n    \n    hotspots.forEach(hotspot => {\n        const btnHotspot = hotspot.querySelector('.nk-hotspot__btn');\n        if (btnHotspot) {\n            btnHotspot.addEventListener('click', (e) => {\n                e.preventDefault();\n                e.stopPropagation();\n                \n                \/\/ Fermer les autres hotspots ouverts\n                hotspots.forEach(h => {\n                    if (h !== hotspot) h.classList.remove('is-active');\n                });\n                \n                \/\/ Basculer l'\u00e9tat du hotspot cliqu\u00e9\n                hotspot.classList.toggle('is-active');\n            });\n        }\n    });\n\n    \/\/ Fermeture automatique au clic en dehors\n    document.addEventListener('click', (e) => {\n        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 : MOODBOARD & MAT\u00c9RIAUX CHALET (EDITION VERRE, BAMBOU & M\u00c9TAL)\n        ========================================================================== *\/\n\n    .chalet-moodboard {\n        position: relative;\n        background-color: var(--color-norki-beige, #f8f0ea);\n        color: #000;\n        font-family: \"Inter\", \"Avenir\", sans-serif;\n        overflow-x: clip; \/* Emp\u00eache le d\u00e9filement horizontal *\/\n        overflow-y: visible; \/* Permet aux infobulles de d\u00e9passer verticalement *\/\n        padding-top: 0;\n        padding-bottom: 0;\n    }\n\n    \/* --- TYPOGRAPHIE DESIGN SYSTEM --- *\/\n    .chalet-moodboard__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    .chalet-moodboard__text-block .chalet-moodboard__h3:first-child {\n        margin-top: 0;\n    }\n\n    .chalet-moodboard__text-block p {\n        font-size: 0.95rem;\n        line-height: 1.6;\n        color: #000;\n        margin-top: 0;\n        margin-bottom: 1.3rem;\n        font-weight: 400;\n        letter-spacing: -0.01em;\n    }\n\n    .chalet-moodboard__text-block p:last-child {\n        margin-bottom: 0;\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: .7;\n    }\n\n    \/* --- GRILLE DESKTOP (PC) --- *\/\n    .chalet-moodboard__grid {\n        display: grid;\n        grid-template-columns: var(--section-pad-h-dt, 5vw) minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr) var(--section-pad-h-dt, 5vw);\n        row-gap: 3vw;\n        align-items: start;\n        max-width: 2560px;\n        margin: 0 auto;\n    }\n\n    \/* --- STYLES COMMUNS (Images & Zoom Hover) --- *\/\n    .chalet-moodboard__img {\n        width: 100%;\n        height: auto;\n        display: block;\n        object-fit: cover;\n        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        will-change: transform;\n    }\n\n    \/* --- IMAGE GAUCHE (Cheval) --- *\/\n    .chalet-moodboard__item--car {\n        grid-column: 1 \/ 4;\n        grid-row: 1;\n        width: 60%;\n        display: block;\n        overflow: hidden;\n    }\n\n    .chalet-moodboard__item--car:hover .chalet-moodboard__img {\n        transform: scale(1.03);\n    }\n\n    \/* --- IMAGE DROITE (Erick Saillet) --- *\/\n    .chalet-moodboard__item--ski {\n        grid-column: 4 \/ 5;\n        grid-row: 1 \/ span 2;\n        width: 100%;\n        display: block;\n        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        will-change: transform;\n    }\n\n    .chalet-moodboard__item--ski:hover {\n        transform: translateY(-5px);\n    }\n\n    \/* --- WRAPPER TEXTE 1 & MILIEU --- *\/\n    .chalet-moodboard__text1-polo-wrapper {\n        display: contents;\n    }\n\n    \/* --- TEXTE 1 (Sous l'image de gauche) --- *\/\n    .chalet-moodboard__item--text1 {\n        grid-column: 2 \/ 3;\n        grid-row: 2;\n        width: 90%;\n    }\n\n    \/* --- IMAGE MILIEU \/ BAS (Instagram) --- *\/\n    .chalet-moodboard__item--polo {\n        grid-column: 3 \/ 4;\n        grid-row: 2 \/ span 2;\n        width: 60%;\n        justify-self: end;\n        margin-top: 12vw;\n        display: block;\n        margin-right: 20px;\n        overflow: hidden;\n    }\n\n    .chalet-moodboard__item--polo:hover .chalet-moodboard__img {\n        transform: scale(1.03);\n    }\n\n    \/* --- TEXTE 2 (Sous l'image de droite) --- *\/\n    .chalet-moodboard__item--text2 {\n        grid-column: 4 \/ 5;\n        grid-row: 2;\n        margin-top: 12vw;\n        width: 90%;\n    }\n\n    \/* ==========================================================================\n        SYST\u00c8ME HOTSPOTS INTERACTIFS\n        ========================================================================== *\/\n    .chalet-moodboard__image-wrapper {\n        position: relative;\n        overflow: visible;\n        display: block;\n        width: 100%;\n    }\n\n    .chalet-moodboard__hotspot {\n        position: absolute;\n        z-index: 10;\n        width: 0;\n        height: 0;\n    }\n\n    .chalet-moodboard__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    }\n\n    .chalet-moodboard__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    .chalet-moodboard__hotspot:hover .chalet-moodboard__hotspot-btn,\n    .chalet-moodboard__hotspot.is-active .chalet-moodboard__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    .chalet-moodboard__hotspot:hover .chalet-moodboard__hotspot-btn svg,\n    .chalet-moodboard__hotspot.is-active .chalet-moodboard__hotspot-btn svg {\n        transform: rotate(90deg); \n    }\n\n    \/* Tooltip *\/\n    .chalet-moodboard__hotspot-tooltip {\n        position: absolute;\n        bottom: 25px;\n        left: 0;\n        transform: translateX(-50%) translateY(10px);\n        width: 200px;\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: 20;\n    }\n\n    .chalet-moodboard__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    .chalet-moodboard__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    .chalet-moodboard__hotspot:hover .chalet-moodboard__hotspot-tooltip,\n    .chalet-moodboard__hotspot.is-active .chalet-moodboard__hotspot-tooltip {\n        opacity: 1;\n        visibility: visible;\n        pointer-events: auto;\n        transform: translateX(-50%) translateY(0);\n    }\n\n    .chalet-moodboard__hotspot-link-wrap {\n        text-decoration: none;\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n    }\n\n    .chalet-moodboard__hotspot-thumb {\n        width: 100%;\n        height: 140px;\n        object-fit: cover;\n        background-color: #f5f5f5;\n    }\n\n    .chalet-moodboard__hotspot-info {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 8px;\n    }\n\n    .chalet-moodboard__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    .chalet-moodboard__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    .chalet-moodboard__hotspot-link-wrap:hover .chalet-moodboard__hotspot-action {\n        color: #000000;\n    }\n\n    \/* ==========================================================================\n        SYST\u00c8ME VOIR PLUS (Par d\u00e9faut cach\u00e9 sur PC)\n        ========================================================================== *\/\n    .chalet-moodboard__btn-more {\n        display: none; \n    }\n\n    \/* ==========================================================================\n        RESPONSIVE : TABLETTE\n        ========================================================================== *\/\n    @media screen and (max-width: 1024px) {\n        .chalet-moodboard {\n            padding-bottom: var(--section-pad-v-tab, 80px);\n        }\n        .chalet-moodboard__grid {\n            grid-template-columns: var(--section-pad-h-tab, 4vw) 1fr 1fr var(--section-pad-h-tab, 4vw);\n            row-gap: 5vw;\n        }\n        .chalet-moodboard__item--ski {\n            grid-column: 1 \/ 5; \n            grid-row: 1;\n            width: 100%; \n        }\n        .chalet-moodboard__item--car {\n            grid-column: 1 \/ 4; \n            grid-row: 2;\n            width: 90%; \n        }\n        \n        .chalet-moodboard__text1-polo-wrapper {\n            display: block;\n            grid-column: 2 \/ 4; \n            grid-row: 3;\n        }\n        .chalet-moodboard__item--polo {\n            float: right; \n            width: 48%; \n            margin-left: 4%;\n            margin-bottom: 3vw;\n            margin-top: 5px; \n        }\n        .chalet-moodboard__item--text1 {\n            width: 100%; \n        }\n        \n        .chalet-moodboard__item--text2 {\n            grid-column: 2 \/ 4; \n            grid-row: 4;\n            width: 100%;\n            margin-top: 0;\n        }\n\n        .chalet-moodboard__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        .chalet-moodboard__expand-wrapper.is-open {\n            grid-template-rows: 1fr;\n        }\n\n        .chalet-moodboard__expand-content {\n            overflow: hidden;\n        }\n\n        .chalet-moodboard__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: 5px;\n            margin-bottom: 5px;\n        }\n\n        .chalet-moodboard__btn-more:hover {\n            text-decoration-color: transparent;\n            opacity: 0.7;\n        }\n    }\n\n    \/* ==========================================================================\n        RESPONSIVE : MOBILE\n        ========================================================================== *\/\n    @media screen and (max-width: 768px) {\n        .chalet-moodboard {\n            padding-bottom: var(--section-pad-v-mob, 60px);\n        }\n        .chalet-moodboard__grid {\n            grid-template-columns: var(--section-pad-h-mob, 20px) 1fr var(--section-pad-h-mob, 20px);\n            row-gap: 35px;\n        }\n        \n        .chalet-moodboard__text1-polo-wrapper {\n            display: contents; \n        }\n        \n        .chalet-moodboard__item--ski {\n            grid-column: 1 \/ 4; \n            grid-row: 1;\n        }\n        .chalet-moodboard__item--car {\n            grid-column: 1 \/ 3; \n            grid-row: 2;\n            width: 100%;\n        }\n        .chalet-moodboard__item--text1 {\n            grid-column: 2 \/ 3;\n            grid-row: 3;\n            width: 100%;\n        }\n        .chalet-moodboard__item--polo {\n            grid-column: 2 \/ 4; \n            grid-row: 4;\n            justify-self: end;\n            width: 88%;\n            float: none; \n            margin: 0; \n        }\n        .chalet-moodboard__item--text2 {\n            grid-column: 2 \/ 3;\n            grid-row: 5;\n            width: 88%;\n            margin-top: 0;\n            justify-self: end;\n        }\n        .chalet-moodboard__hotspot-tooltip {\n            width: 160px; \n        }\n        .chalet-moodboard__hotspot-thumb {\n            height: 110px;\n        }\n    }\n<\/style>\n\n<section class=\"chalet-moodboard\" aria-label=\"Moodboard and decoration materials\">\n    <div class=\"chalet-moodboard__grid\">\n        \n        <!-- IMAGE 1 : Gauche (Cheval) -->\n        <picture class=\"chalet-moodboard__item chalet-moodboard__item--car\">\n            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/cheval-au-box-blanket-103727M-2001-detail-wm-2-0-0-2000-2000-q99_g_jpg.jpg\" alt=\"Horse in stall with luxury blanket and interior details\" class=\"chalet-moodboard__img\" loading=\"lazy\" width=\"800\" height=\"600\">\n        <\/picture>\n        \n        <!-- IMAGE 2 : Droite (Int\u00e9rieur Chalet & Hotspots) -->\n        <div class=\"chalet-moodboard__item chalet-moodboard__item--ski\">\n            <div class=\"chalet-moodboard__image-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/E02_2683_\u252c\u00ae_Studio_Erick_Saillet.jpg\" alt=\"Interior photography by Studio Erick Saillet featuring contemporary furniture\" class=\"chalet-moodboard__img\" loading=\"lazy\" width=\"600\" height=\"900\">\n                \n                <!-- POPUP 1 : Buffet Oslo (Gauche de l'image) -->\n                <div class=\"chalet-moodboard__hotspot\" style=\"top: 60%; left: 30%;\">\n                    <button class=\"chalet-moodboard__hotspot-btn\" aria-label=\"View Oslo Sideboard 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=\"chalet-moodboard__hotspot-tooltip\">\n                        <a href=\"https:\/\/www.norki.com\/en\/high-end-designer-furniture-vintage-cushions-rugs-norki-online-boutique\/259-oslo-4-door-sideboard-norki.html\" class=\"chalet-moodboard__hotspot-link-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Mobilier_Photo-Principale-Oslo-Bahut_NORKI.jpg\" alt=\"Oslo 4-door sideboard\" class=\"chalet-moodboard__hotspot-thumb\">\n                            <div class=\"chalet-moodboard__hotspot-info\">\n                                <span class=\"chalet-moodboard__hotspot-title-text\">Oslo Sideboard<\/span>\n                                <span class=\"chalet-moodboard__hotspot-action\">Discover the product<\/span>\n                            <\/div>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- POPUP 2 : Tapis Meg\u00e8ve (Bas de l'image) -->\n                <div class=\"chalet-moodboard__hotspot\" style=\"top: 94%; left: 60%;\">\n                    <button class=\"chalet-moodboard__hotspot-btn\" aria-label=\"View Meg\u00e8ve Rug 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=\"chalet-moodboard__hotspot-tooltip\">\n                        <a href=\"https:\/\/www.norki.com\/en\/norki-timeless-hides-rugs\/314-megeve-soft-cream-sheepskin-rug.html\" class=\"chalet-moodboard__hotspot-link-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Tapis-Photo-Principale2-Megeve_NORKI.jpg\" alt=\"Meg\u00e8ve soft sheepskin rug\" class=\"chalet-moodboard__hotspot-thumb\">\n                            <div class=\"chalet-moodboard__hotspot-info\">\n                                <span class=\"chalet-moodboard__hotspot-title-text\">Meg\u00e8ve Rug<\/span>\n                                <span class=\"chalet-moodboard__hotspot-action\">Discover the product<\/span>\n                            <\/div>\n                        <\/a>\n                    <\/div>\n                <\/div>\n                \n            <\/div>\n        <\/div>\n\n        <!-- WRAPPER : Combine le Texte 1 et l'image Milieu pour g\u00e9rer le Float Tablette -->\n        <div class=\"chalet-moodboard__text1-polo-wrapper\">\n            \n            <!-- IMAGE 3 : Milieu \/ Bas (Photo Instagram avec effet Zoom Hover) -->\n            <div class=\"chalet-moodboard__item chalet-moodboard__item--polo\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/465050805_18371669659107446_4915720771848730892_n.jpg\" alt=\"Architectural detail and contemporary design with staircase\" class=\"chalet-moodboard__img\" loading=\"lazy\" width=\"500\" height=\"500\">\n            <\/div>\n\n            <!-- TEXTE 1 : Pr\u00e9ciosit\u00e9 & Radicalit\u00e9 -->\n            <div class=\"chalet-moodboard__item chalet-moodboard__item--text1 chalet-moodboard__text-block\">\n                <h3 class=\"chalet-moodboard__h3 avenirmedium-font\">Where Preciousness Meets Contemporary Expression<\/h3>\n                <p>In this setting, references shift and expand : contemporary artworks, haute couture pieces, and high jewelry enter the conversation, shaping a new decorative language \u2014 one that feels closer to a curated gallery than a traditional chalet. Preciousness is not ornamental here, it is structural. Lines are reduced to their essence, extending even to the smallest details. Curtain rods become graphic elements. Light wood flooring diffuses a soft, continuous luminosity throughout the space. The palette is restrained, contemporary, almost quiet \u2014 yet deeply intentional and and still, warmth remains.<\/p>\n                \n                <!-- BLOC VOIR PLUS (Tablette & Mobile) -->\n                <div class=\"chalet-moodboard__expand-wrapper\" id=\"extra-wrapper-moodboard\">\n                    <div class=\"chalet-moodboard__expand-content\">\n                        <h3 class=\"chalet-moodboard__h3 avenirmedium-font\">A Tension Between Comfort and Precision<\/h3>\n                        <p>This chalet does not abandon comfort \u2014 it refines it. The atmosphere is enveloping, but controlled, the visual language is bold, yet measured. The sense of spectacle is subtle \u2014 found in proportions, in material contrasts, in the balance between softness and structure.<\/p>\n                    <\/div>\n                <\/div>\n                <!-- BOUTON VOIR PLUS (Tablette & Mobile) -->\n                <button type=\"button\" class=\"chalet-moodboard__btn-more\" id=\"voir-plus-btn-moodboard\">Read more<\/button>\n            <\/div>\n            \n        <\/div>\n\n        <!-- TEXTE 2 : Les pi\u00e8ces NORKI -->\n        <div class=\"chalet-moodboard__item chalet-moodboard__item--text2 chalet-moodboard__text-block\">\n            <h3 class=\"chalet-moodboard__h3 avenirmedium-font\">NORKI Pieces as Sculptural Statements<\/h3>\n            <p>Within this composition, NORKI pieces act as defining elements. The <a href=\"https:\/\/www.norki.com\/en\/norki-armchair-collection\/395-white-bao-armchair-norki-shearling.html\" class=\"nk-editorial-inline-link\">Bao armchair<\/a>, upholstered in curly lamb, offers a soft yet assertive presence. The <a href=\"https:\/\/www.norki.com\/en\/iconic-rugs-hides-norki\/166-in-the-fields-rug-minimalist-organic-norki.html\" class=\"nk-editorial-inline-link\">In The Fields rug<\/a>, in a monochromatic white palette, unfolds like a textured canvas. The <a href=\"https:\/\/www.norki.com\/en\/pouf-collection-norki\/154-pouf-portobello-white-norki-shearling-velvet.html\" class=\"nk-editorial-inline-link\">Portobello pouf<\/a> introduces a quiet geometry that anchors the space. The <a href=\"https:\/\/www.norki.com\/en\/norki-armchair-collection\/590-contemporary-swivel-armchair-white-velvet.html\" class=\"nk-editorial-inline-link\">Allegro chair<\/a>, set on a swivel base, expresses a precise, architectural clarity. The <a href=\"https:\/\/www.norki.com\/en\/high-end-designer-furniture-vintage-cushions-rugs-norki-online-boutique\/259-oslo-4-door-sideboard-norki.html\" class=\"nk-editorial-inline-link\">Oslo sideboard<\/a> reinforces the composition with strong lines and perfect symmetry. Finally, the <a href=\"https:\/\/www.norki.com\/en\/pouf-collection-norki\/628-luxury-contemporary-navy-blue-wooden-pouf.html\" class=\"nk-editorial-inline-link\">Presto pouf<\/a>, in deep navy velvet lamb, punctuates the space with depth and intensity \u2014 a controlled, contemporary gesture.<\/p>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        \/\/ --- Gestion du bouton \"Voir plus\" Moodboard (Tablette & Mobile) ---\n        const btnMoodboard = document.getElementById('voir-plus-btn-moodboard'); \n        const wrapperMoodboard = document.getElementById('extra-wrapper-moodboard'); \n\n        if (btnMoodboard && wrapperMoodboard) {\n            btnMoodboard.addEventListener('click', () => {\n                const isOpen = wrapperMoodboard.classList.toggle('is-open');\n                btnMoodboard.textContent = isOpen ? 'Read less' : 'Read more';\n            });\n        }\n\n        \/\/ --- Gestion de l'activation des hotspots au clic (Tactile & Desktop) ---\n        const hotspots = document.querySelectorAll('.chalet-moodboard__hotspot');\n        \n        hotspots.forEach(hotspot => {\n            const btnHotspot = hotspot.querySelector('.chalet-moodboard__hotspot-btn');\n            if (btnHotspot) {\n                btnHotspot.addEventListener('click', (e) => {\n                    e.preventDefault();\n                    e.stopPropagation();\n                    \n                    \/\/ Fermer les autres hotspots ouverts\n                    hotspots.forEach(h => {\n                        if (h !== hotspot) h.classList.remove('is-active');\n                    });\n                    \n                    \/\/ Basculer l'\u00e9tat du hotspot cliqu\u00e9\n                    hotspot.classList.toggle('is-active');\n                });\n            }\n        });\n\n        \/\/ Fermeture automatique au clic en dehors de la zone du hotspot\n        document.addEventListener('click', (e) => {\n            if (!e.target.closest('.chalet-moodboard__hotspot')) {\n                hotspots.forEach(h => h.classList.remove('is-active'));\n            }\n        });\n    });\n<\/script>\n\n\n\n<style>\n    \/* ==========================================================================\n       COMPOSANT : SECTION LUXE MONTAGNARD (\u00c9DITION NOUVELLE VISION)\n       ========================================================================== *\/\n\n    .luxe-montagne {\n        position: relative;\n        background-color: var(--color-norki-beige, #f8f0ea);\n        color: #000;\n        padding-top: var(--section-pad-v-dt, 100px);\n        padding-bottom: var(--section-pad-v-dt, 100px);\n        padding-left: var(--section-pad-h-dt, 5vw);\n        padding-right: var(--section-pad-h-dt, 5vw);\n        box-sizing: border-box;\n    }\n\n    \/* * GRILLE DESKTOP (PC) \n     * 3 Colonnes : Image Gauche (5fr) | Espace (1fr) | Contenu Droit (4fr)\n     *\/\n    .luxe-montagne__grid {\n        display: grid;\n        grid-template-columns: minmax(0, 5fr) minmax(0, 1fr) minmax(0, 4fr);\n        align-items: start;\n        max-width: 2560px;\n        margin: 0 auto;\n    }\n\n    \/* --- IMAGE PRINCIPALE (Gauche, s'\u00e9tend sur toute la hauteur) --- *\/\n    .luxe-montagne__item--large {\n        grid-column: 1 \/ 2;\n        grid-row: 1 \/ span 2; \/* S'\u00e9tend sur 2 rang\u00e9es pour englober la hauteur du bloc de droite *\/\n        width: 100%;\n        display: block;\n        \/* Ajout de la transition sur le conteneur global pour que l'image et le hotspot montent ensemble *\/\n        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        will-change: transform;\n    }\n\n    \/* Effet Hover (Mont\u00e9e de quelques pixels) sur le conteneur complet de gauche *\/\n    .luxe-montagne__item--large:hover {\n        transform: translateY(-6px);\n    }\n\n    \/* --- IMAGE SECONDAIRE (Droite, en haut, align\u00e9e \u00e0 droite) --- *\/\n    .luxe-montagne__item--small {\n        grid-column: 3 \/ 4;\n        grid-row: 1;\n        width: 55%; \/* Ne prend pas toute la largeur de la colonne *\/\n        justify-self: end; \/* Align\u00e9 sur la droite de sa colonne *\/\n        display: block;\n    }\n\n    \/* --- BLOC TEXTE (Droite, en bas, align\u00e9 \u00e0 gauche) --- *\/\n    .luxe-montagne__item--text {\n        grid-column: 3 \/ 4;\n        grid-row: 2;\n        align-self: end; \/* Aligne le bas du texte sur le bas de l'image de gauche *\/\n        width: 95%;\n        padding-bottom: 2vw; \/* Ajustement visuel pour un alignement parfait au bas de l'image gauche *\/\n        margin-top: 6vw; \/* Espace minimal sous l'image secondaire *\/\n    }\n\n    \/* --- STYLES COMMUNS IMAGES & ANIMATION HOVER --- *\/\n    .luxe-montagne__item {\n        position: relative; \/* Indispensable pour positionner les hotspots *\/\n        display: block;\n    }\n\n    .luxe-montagne__zoom-wrapper {\n        overflow: hidden; \/* Emp\u00eache l'image de d\u00e9border pendant le zoom \u00e9ventuel *\/\n        width: 100%;\n        height: 100%;\n    }\n    \n    .luxe-montagne__img {\n        width: 100%;\n        height: auto;\n        display: block;\n        object-fit: cover;\n        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); \/* Animation fluide *\/\n        will-change: transform;\n    }\n\n    \/* Effet Zoom l\u00e9ger au survol (Uniquement conserv\u00e9 sur l'image de droite) *\/\n    .luxe-montagne__item--small:hover .luxe-montagne__img {\n        transform: scale(1.03); \n    }\n\n    \/* --- TYPOGRAPHIE --- *\/\n    .luxe-montagne__title {\n        font-size: clamp(1.4rem, 2.5vw, 35px);\n        font-weight: 500;\n        line-height: 1.25;\n        margin-top: 0;\n        margin-bottom: 25px;\n        letter-spacing: -0.01em;\n        color: #000;\n    }\n\n    .luxe-montagne__text-block p {\n        font-size: 0.95rem;\n        line-height: 1.6;\n        margin-top: 0;\n        margin-bottom: 0;\n        font-weight: 400;\n        color: #000;\n    }\n\n    \/* ==========================================================================\n       STYLE CTA BOX (INT\u00c9GRATION DU BOUTON ET DU TEXTE EN ANGLAIS)\n       ========================================================================== *\/\n    .luxe-montagne__cta-box {\n        margin-top: 40px;\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    .luxe-montagne__cta-text {\n        font-size: 0.95rem;\n        line-height: 1.4;\n        color: #000000;\n        margin: 0;\n    }\n\n    .luxe-montagne__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    .luxe-montagne__cta-btn:hover {\n        background-color: transparent;\n        color: #000;\n    }\n\n    \/* ==========================================================================\n       SYST\u00c8ME HOTSPOTS INTERACTIFS\n       ========================================================================== *\/\n    .luxe-montagne__hotspot {\n        position: absolute;\n        z-index: 10;\n        width: 0;\n        height: 0;\n    }\n\n    .luxe-montagne__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    }\n\n    .luxe-montagne__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    .luxe-montagne__hotspot:hover .luxe-montagne__hotspot-btn,\n    .luxe-montagne__hotspot.is-active .luxe-montagne__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    .luxe-montagne__hotspot:hover .luxe-montagne__hotspot-btn svg,\n    .luxe-montagne__hotspot.is-active .luxe-montagne__hotspot-btn svg {\n        transform: rotate(90deg); \n    }\n\n    \/* Tooltip *\/\n    .luxe-montagne__hotspot-tooltip {\n        position: absolute;\n        bottom: 25px;\n        left: 0;\n        transform: translateX(-50%) translateY(10px);\n        width: 200px;\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: 20;\n    }\n\n    \/* Pont invisible anti-flicker *\/\n    .luxe-montagne__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    \/* Fl\u00e8che de l'infobulle *\/\n    .luxe-montagne__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    .luxe-montagne__hotspot:hover .luxe-montagne__hotspot-tooltip,\n    .luxe-montagne__hotspot.is-active .luxe-montagne__hotspot-tooltip {\n        opacity: 1;\n        visibility: visible;\n        pointer-events: auto;\n        transform: translateX(-50%) translateY(0);\n    }\n\n    .luxe-montagne__hotspot-link-wrap {\n        text-decoration: none;\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n    }\n\n    .luxe-montagne__hotspot-thumb {\n        width: 100%;\n        height: 140px;\n        object-fit: cover;\n        background-color: #f5f5f5;\n    }\n\n    .luxe-montagne__hotspot-info {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 8px;\n    }\n\n    .luxe-montagne__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    .luxe-montagne__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    .luxe-montagne__hotspot-link-wrap:hover .luxe-montagne__hotspot-action {\n        color: #000000;\n    }\n\n    \/* ==========================================================================\n       RESPONSIVE DESIGN\n       ========================================================================== *\/\n\n    \/* Tablettes *\/\n    @media screen and (max-width: 1024px) {\n        .luxe-montagne {\n            padding-top: var(--section-pad-v-tab, 80px);\n            padding-bottom: var(--section-pad-v-tab, 80px);\n            padding-left: var(--section-pad-h-tab, 4vw);\n            padding-right: var(--section-pad-h-tab, 4vw);\n        }\n        .luxe-montagne__grid {\n            grid-template-columns: minmax(0, 5fr) 40px minmax(0, 4fr); \n        }\n        .luxe-montagne__item--small {\n            width: 70%;\n        }\n        .luxe-montagne__item--text {\n            width: 100%;\n        }\n    }\n\n    \/* Mobile *\/\n    @media screen and (max-width: 768px) {\n        .luxe-montagne {\n            padding-top: var(--section-pad-v-mob, 60px);\n            padding-bottom: var(--section-pad-v-mob, 60px);\n            padding-left: var(--section-pad-h-mob, 20px);\n            padding-right: var(--section-pad-h-mob, 20px);\n        }\n        \n        .luxe-montagne__grid {\n            \/* * Grille Mobile :\n             * L'image de gauche prend ~62% et l'image de droite prend le reste.\n             *\/\n            grid-template-columns: 62% minmax(0, 1fr);\n            column-gap: 15px; \/* Espacement entre les deux images *\/\n            row-gap: 30px; \/* Espacement avant le texte *\/\n        }\n        \n        \/* Image principale : Ligne 1, Colonne Gauche *\/\n        .luxe-montagne__item--large {\n            grid-column: 1 \/ 2;\n            grid-row: 1;\n        }\n\n        \/* Image secondaire : Ligne 1, Colonne Droite *\/\n        .luxe-montagne__item--small {\n            grid-column: 2 \/ 3;\n            grid-row: 1;\n            width: 100%; \/* Remplit sa colonne *\/\n            justify-self: start;\n        }\n\n        \/* Bloc texte : Ligne 2, S'\u00e9tend sur toute la largeur (les 2 colonnes) *\/\n        .luxe-montagne__item--text {\n            grid-column: 1 \/ 3;\n            grid-row: 2;\n            align-self: start;\n            padding-bottom: 0;\n            margin-top: 0;\n            width: 100%;\n        }\n\n        .luxe-montagne__title {\n            margin-bottom: 20px;\n        }\n\n        \/* Centrage du CTA sur mobile *\/\n        .luxe-montagne__cta-box {\n            align-items: center;\n            text-align: center;\n            margin-top: 30px;\n        }\n\n        \/* Hotspot Mobile Tweaks *\/\n        .luxe-montagne__hotspot-tooltip {\n            width: 160px; \n        }\n        .luxe-montagne__hotspot-thumb {\n            height: 110px;\n        }\n    }\n<\/style>\n\n<section class=\"luxe-montagne\" aria-label=\"A new vision of the chalet\">\n    <div class=\"luxe-montagne__grid\">\n        \n        <!-- IMAGE GAUCHE (Fauteuil Allegro & Hotspot) -->\n        <div class=\"luxe-montagne__item luxe-montagne__item--large\">\n            \n            <div class=\"luxe-montagne__zoom-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/NORKI-FauteuilAllegro.jpg\" alt=\"Allegro armchair by Norki in a contemporary mountain interior\" class=\"luxe-montagne__img\" loading=\"lazy\" width=\"800\" height=\"900\">\n            <\/div>\n\n            <!-- POPUP 1 : Fauteuil Allegro (En bas au centre) -->\n            <div class=\"luxe-montagne__hotspot\" style=\"top: 70%; left: 50%;\">\n                <button class=\"luxe-montagne__hotspot-btn\" aria-label=\"View Allegro 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=\"luxe-montagne__hotspot-tooltip\">\n                    <a href=\"https:\/\/www.norki.com\/en\/luxury-modern-armchairs-collection-norki\/590-white-velvet-swivel-armchair-contemporary-design.html\" class=\"luxe-montagne__hotspot-link-wrap\" target=\"_blank\">\n                        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/white-velvet-shearling-modern-armchair.jpg\" alt=\"Allegro armchair in white velvet and shearling\" class=\"luxe-montagne__hotspot-thumb\">\n                        <div class=\"luxe-montagne__hotspot-info\">\n                            <span class=\"luxe-montagne__hotspot-title-text\">Allegro Armchair<\/span>\n                            <span class=\"luxe-montagne__hotspot-action\">Discover the product<\/span>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n        \n        <!-- IMAGE DROITE (Mati\u00e8re d'art) -->\n        <div class=\"luxe-montagne__item luxe-montagne__item--small\">\n            <div class=\"luxe-montagne__zoom-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/AD-MATIERE-D-ART-SEPTEMBRE-2021-61419fc9c019e.jpg\" alt=\"Textured art material and architectural detail\" class=\"luxe-montagne__img\" loading=\"lazy\" width=\"400\" height=\"500\">\n            <\/div>\n        <\/div>\n\n        <!-- BLOC TEXTE + CTA EN ANGLAIS -->\n        <div class=\"luxe-montagne__item luxe-montagne__item--text luxe-montagne__text-block\">\n            <h2 class=\"luxe-montagne__title avenirmedium-font\">A New Vision<br>of the Chalet<\/h2>\n            <p>This haute couture chalet is not a reaction, it is a proposition, a way of rethinking alpine interiors as spaces of creation, elegance, and narrative. A place where comfort meets precision, where materials become language and where every piece contributes \u2014 like in couture \u2014 to a cohesive, intentional silhouette.<\/p>\n\n            <!-- BOUTON ET TEXTE CTA EN ANGLAIS -->\n            <div class=\"luxe-montagne__cta-box\">\n                <p class=\"luxe-montagne__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\n                <\/p>\n                <a href=\"https:\/\/www.norki.com\/en\/studio-chalet\/contact-us\/\" class=\"luxe-montagne__cta-btn\">\n                    Discuss your project\n                <\/a>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        \/\/ --- Gestion de l'activation des hotspots au clic (Tactile & Desktop) ---\n        const hotspots = document.querySelectorAll('.luxe-montagne__hotspot');\n        \n        hotspots.forEach(hotspot => {\n            const btnHotspot = hotspot.querySelector('.luxe-montagne__hotspot-btn');\n            if (btnHotspot) {\n                btnHotspot.addEventListener('click', (e) => {\n                    e.preventDefault();\n                    e.stopPropagation();\n                    \n                    \/\/ Fermer les autres hotspots ouverts\n                    hotspots.forEach(h => {\n                        if (h !== hotspot) h.classList.remove('is-active');\n                    });\n                    \n                    \/\/ Basculer l'\u00e9tat du hotspot cliqu\u00e9\n                    hotspot.classList.toggle('is-active');\n                });\n            }\n        });\n\n        \/\/ Fermeture automatique au clic en dehors de la zone du hotspot\n        document.addEventListener('click', (e) => {\n            if (!e.target.closest('.luxe-montagne__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    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    aspect-ratio: 1 \/ 1.05;\n    object-fit: cover;\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    .nk-slider-slide img {\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<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\">Shop Norki objects<\/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 Armchairs -->\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.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 Armchairs\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span>Vintage Swan Armchairs<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/collectionnistes-armchairs-designers-norki\/611-pair-of-swan-armchairs-arne-jacobsen-grey-beige.html\">Shop<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 2 : White Portobello Pouf -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/pouf-collection-norki\/154-pouf-portobello-white-norki-shearling-velvet.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-pouf-1-Portobello-blanc_NORKIv2.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=\"White Portobello Pouf\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span>White Portobello Stool<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/pouf-collection-norki\/154-pouf-portobello-white-norki-shearling-velvet.html\">Shop<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 3 : Oslo Sideboard -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/high-end-designer-furniture-vintage-cushions-rugs-norki-online-boutique\/259-oslo-4-door-sideboard-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\/Mobilier_Photo-Principale-Oslo-Bahut_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=\"Oslo Sideboard\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span>Oslo Sideboard<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/high-end-designer-furniture-vintage-cushions-rugs-norki-online-boutique\/259-oslo-4-door-sideboard-norki.html\">Shop<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 4 : Meg\u00e8ve Rug -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/norki-timeless-hides-rugs\/314-megeve-soft-cream-sheepskin-rug.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\/Tapis-Photo-Principale2-Megeve_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=\"Meg\u00e8ve Rug\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span>Meg\u00e8ve Rug<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/norki-timeless-hides-rugs\/314-megeve-soft-cream-sheepskin-rug.html\">Shop<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 5 : Allegro Armchair -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/luxury-modern-armchairs-collection-norki\/590-white-velvet-swivel-armchair-contemporary-design.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\/white-velvet-shearling-modern-armchair.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=\"Allegro Armchair\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span>Allegro Armchair<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/luxury-modern-armchairs-collection-norki\/590-white-velvet-swivel-armchair-contemporary-design.html\">Shop<\/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 2 (Header centr\u00e9 + Patch Safari)\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; \n        padding-top: var(--section-pad-v-dt, 80px);\n        \n        \/* Correctif Safari iOS 1 : Hauteur stricte au lieu de min-height *\/\n        height: 38vw; \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; \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; \/* Maintient les boutons sur une ligne *\/\n    }\n\n    .nav-collage__btn:hover {\n        opacity: 0.6;\n    }\n\n    \/* Nettoyage des utilitaires flex obsol\u00e8tes (flex: 1 retir\u00e9) *\/\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-origin: bottom center; \n        \n        \/* Correctif Safari iOS 3 : Base mat\u00e9rielle et s\u00e9paration des calques *\/\n        -webkit-backface-visibility: hidden;\n        backface-visibility: hidden;\n    }\n\n    \/* Placements PC : Injection de translateZ(0) dans les rotations pour le GPU *\/\n    .nav-collage__img--1 {\n        left: 1%;\n        bottom: -17%;\n        width: 25%;\n        -webkit-transform: rotate(-9deg) translateZ(0);\n        transform: rotate(-9deg) translateZ(0);\n        z-index: 4;\n    }\n\n    .nav-collage__img--2 {\n        left: 22%;\n        bottom: -8%;\n        width: 17%;\n        -webkit-transform: rotate(5deg) translateZ(0);\n        transform: rotate(5deg) translateZ(0);\n        z-index: 5;\n    }\n\n    .nav-collage__img--3 {\n        left: 39%;\n        bottom: -2%;\n        width: 14%;\n        -webkit-transform: rotate(-6deg) translateZ(0);\n        transform: rotate(-6deg) translateZ(0);\n        z-index: 4;\n    }\n\n    .nav-collage__img--4 {\n        left: 49%;\n        bottom: -4%;\n        width: 22%;\n        -webkit-transform: rotate(3deg) translateZ(0);\n        transform: rotate(3deg) translateZ(0);\n        z-index: 1;\n    }\n\n    .nav-collage__img--5 {\n        left: 70%;\n        bottom: -2%;\n        width: 11%;\n        -webkit-transform: rotate(-2deg) translateZ(0);\n        transform: rotate(-2deg) translateZ(0);\n        z-index: 0;\n    }\n\n    .nav-collage__img--6 {\n        left: 79%;\n        bottom: -6%;\n        width: 22%;\n        -webkit-transform: rotate(9deg) translateZ(0);\n        transform: rotate(9deg) translateZ(0);\n        z-index: 3;\n    }\n\n    \/* ==========================================================================\n       RESPONSIVE (Tablette & Mobile)\n       ========================================================================== *\/\n\n    @media screen and (max-width: 1024px) {\n        .nav-collage {\n            height: 50vw; \/* Correctif Safari iOS *\/\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; \/* Correctif Safari iOS *\/\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: 15px; \/* Espacement r\u00e9duit sur mobile *\/\n        }\n\n        .nav-collage__img--5,\n        .nav-collage__img--6 {\n            display: none;\n        }\n\n        \/* Maintien de l'acc\u00e9l\u00e9ration GPU sur mobile *\/\n        .nav-collage__img--1 {\n            -webkit-transform: rotate(-9deg) translateZ(0);\n            transform: rotate(-9deg) translateZ(0);\n            left: -5%;\n            bottom: -5%;\n            width: 43%;\n        }\n\n        .nav-collage__img--2 {\n            left: 22%;\n            bottom: -9%;\n            width: 34%;\n            -webkit-transform: rotate(5deg) translateZ(0);\n            transform: rotate(5deg) translateZ(0);\n        }\n\n        .nav-collage__img--3 {\n            left: 50%;\n            bottom: -2%;\n            width: 30%;\n            -webkit-transform: rotate(-6deg) translateZ(0);\n            transform: rotate(-6deg) translateZ(0);\n            z-index: 6;\n        }\n\n        .nav-collage__img--4 {\n            left: 66%;\n            bottom: 0%;\n            width: 34%;\n            -webkit-transform: rotate(3deg) translateZ(0);\n            transform: rotate(3deg) translateZ(0);\n        }\n    }\n<\/style>\n\n<section class=\"nav-collage\" aria-label=\"Chronological navigation to the next chalet style\">\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\/en\/studio-chalet\/mountain-interior-decoration-inspiration\/\" class=\"nav-collage__btn\" aria-label=\"Return to the previous page\">Back<\/a>\n        <\/div>\n\n        <!-- Titres Centraux -->\n        <div class=\"nav-collage__titles\">\n            <h2 class=\"nav-collage__title avenirmedium-font\">Next<\/h2>\n            <span class=\"nav-collage__subtitle baskerville-italic-font\">Chalet Style<\/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=\"View the next chalet style in time\" id=\"norki-next-post-btn\">Next<\/a>\n        <\/div>\n\n    <\/header>\n\n    <!-- COLLAGE IMAGES ABSOLUES -->\n    <div class=\"nav-collage__gallery\" aria-hidden=\"true\">\n        <!-- Correctif Safari iOS 2 : loading=\"eager\" obligatoire -->\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/06\/a8af3567c31da11874e75d168aa27bc5_jpg.jpg\" alt=\"Traditional old wood alpine chalet decorated with flowers under a sunny summer sky\" 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\/06\/shutterstock_478700209-1024x681_jpg.jpg\" alt=\"Sled dogs like huskies running abreast in the snow during deep winter\" 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\/06\/a9f1b817c50c36ac33af08ce27901f8aj.jpg\" alt=\"Contemporary design suspension or luminaire mimicking glowing golden brass branches\" 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\/06\/bernd-dittrich-v9zvwAMTLgs-unsplash.jpg\" alt=\"Detail and close-up of a deep black burnt or weathered wood texture\" 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\/06\/bel_arosa_2025_007084b0001763745503.jpg\" alt=\"Carved wooden balcony of a chalet offering a majestic view of the snowy Arosa peaks\" 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\/06\/b80f04538e1b6d75caaf66d1546a4cbb.jpg\" alt=\"Rustic and intimate chalet interior with a metal wood-burning stove and lit fire\" 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\/le-chalet-haute-couture\/\";\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","protected":false},"excerpt":{"rendered":"<p>Haute Couture Chalet French luxury living Fashion is architecture: it is a matter of proportions.. Coco Chanel Vintage Swan Armchair Discover the product White Portobello Stool Discover the product Redefining Alpine Codes What if the chalet became a statement? Far from the expected vocabulary of mountain interiors \u2014 dark wood, rustic charm, layered tradition \u2014 [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":2507,"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 {\n\tmargin: 0;\n}","_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","footnotes":""},"categories":[31],"tags":[],"class_list":["post-2493","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.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Luxury Chalet Interior Design | Haute Couture Mountain Living<\/title>\n<meta name=\"description\" content=\"Explore a haute couture chalet where luxury interior design meets alpine living, with contemporary materials and bespoke pieces by NORKI.\" \/>\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\/haute-couture-chalet\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Luxury Chalet Interior Design | Haute Couture Mountain Living\" \/>\n<meta property=\"og:description\" content=\"Explore a haute couture chalet where luxury interior design meets alpine living, with contemporary materials and bespoke pieces by NORKI.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/\" \/>\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-07-27T14:37:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-29T09:10:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"483\" \/>\n\t<meta property=\"og:image:height\" content=\"522\" \/>\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=\"9 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\\\/haute-couture-chalet\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/\"},\"author\":{\"name\":\"Corentin Simon\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#\\\/schema\\\/person\\\/7399466ef9b296e88f8bcd805db6be4c\"},\"headline\":\"Haute Couture Chalet\",\"datePublished\":\"2026-07-27T14:37:28+00:00\",\"dateModified\":\"2026-07-29T09:10:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/\"},\"wordCount\":460,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Couverture_chalet_haute_couture-1.png\",\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/\",\"url\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/\",\"name\":\"Luxury Chalet Interior Design | Haute Couture Mountain Living\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Couverture_chalet_haute_couture-1.png\",\"datePublished\":\"2026-07-27T14:37:28+00:00\",\"dateModified\":\"2026-07-29T09:10:58+00:00\",\"description\":\"Explore a haute couture chalet where luxury interior design meets alpine living, with contemporary materials and bespoke pieces by NORKI.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Couverture_chalet_haute_couture-1.png\",\"contentUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Couverture_chalet_haute_couture-1.png\",\"width\":483,\"height\":522},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/haute-couture-chalet\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Haute Couture 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":"Luxury Chalet Interior Design | Haute Couture Mountain Living","description":"Explore a haute couture chalet where luxury interior design meets alpine living, with contemporary materials and bespoke pieces by NORKI.","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\/haute-couture-chalet\/","og_locale":"fr_FR","og_type":"article","og_title":"Luxury Chalet Interior Design | Haute Couture Mountain Living","og_description":"Explore a haute couture chalet where luxury interior design meets alpine living, with contemporary materials and bespoke pieces by NORKI.","og_url":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/","og_site_name":"Norki","article_publisher":"https:\/\/facebook.com\/NorkiDecoration","article_published_time":"2026-07-27T14:37:28+00:00","article_modified_time":"2026-07-29T09:10:58+00:00","og_image":[{"width":483,"height":522,"url":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1.png","type":"image\/png"}],"author":"Corentin Simon","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"Corentin Simon","Dur\u00e9e de lecture estim\u00e9e":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/#article","isPartOf":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/"},"author":{"name":"Corentin Simon","@id":"https:\/\/www.norki.com\/studio-chalet\/#\/schema\/person\/7399466ef9b296e88f8bcd805db6be4c"},"headline":"Haute Couture Chalet","datePublished":"2026-07-27T14:37:28+00:00","dateModified":"2026-07-29T09:10:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/"},"wordCount":460,"commentCount":0,"publisher":{"@id":"https:\/\/www.norki.com\/studio-chalet\/#organization"},"image":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1.png","inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/","url":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/","name":"Luxury Chalet Interior Design | Haute Couture Mountain Living","isPartOf":{"@id":"https:\/\/www.norki.com\/studio-chalet\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/#primaryimage"},"image":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1.png","datePublished":"2026-07-27T14:37:28+00:00","dateModified":"2026-07-29T09:10:58+00:00","description":"Explore a haute couture chalet where luxury interior design meets alpine living, with contemporary materials and bespoke pieces by NORKI.","breadcrumb":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/#primaryimage","url":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1.png","contentUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1.png","width":483,"height":522},{"@type":"BreadcrumbList","@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/haute-couture-chalet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.norki.com\/fr\/studio-chalet\/"},{"@type":"ListItem","position":2,"name":"Haute Couture 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_chalet_haute_couture-1.png",483,522,false],"thumbnail":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1-150x150.png",150,150,true],"medium":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1-278x300.png",278,300,true],"medium_large":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1.png",483,522,false],"large":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1.png",483,522,false],"1536x1536":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1.png",483,522,false],"2048x2048":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/07\/Couverture_chalet_haute_couture-1.png",483,522,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":"Haute Couture Chalet French luxury living Fashion is architecture: it is a matter of proportions.. Coco Chanel Vintage Swan Armchair Discover the product White Portobello Stool Discover the product Redefining Alpine Codes What if the chalet became a statement? Far from the expected vocabulary of mountain interiors \u2014 dark wood, rustic charm, layered tradition \u2014\u2026","_links":{"self":[{"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2493","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=2493"}],"version-history":[{"count":4,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2493\/revisions"}],"predecessor-version":[{"id":2630,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2493\/revisions\/2630"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/media\/2507"}],"wp:attachment":[{"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/media?parent=2493"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/categories?post=2493"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/tags?post=2493"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}