{"id":2834,"date":"2026-09-10T15:04:05","date_gmt":"2026-09-10T13:04:05","guid":{"rendered":"https:\/\/www.norki.com\/studio-chalet\/?p=2834"},"modified":"2026-09-10T15:04:06","modified_gmt":"2026-09-10T13:04:06","slug":"the-family-chalet","status":"publish","type":"post","link":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/","title":{"rendered":"The Family Chalet"},"content":{"rendered":"\n<style>\n    \/* ==========================================================================\n       STREAMING_CHUNK: Configuring the Chalet de Famille styles...\n       ========================================================================== *\/\n    \n    .chalet-famille {\n        position: relative;\n        width: 100%;\n        background-color: var(--color-norki-beige, #f8f0ea);\n        overflow: hidden;\n        margin: 0;\n        \/* Application des regles de padding Desktop du Design System (Conservees du template) *\/\n        padding: 50px 40px 20px 40px;\n    }\n\n    .chalet-famille__wrapper {\n        position: relative;\n        width: 100%;\n        max-width: 2560px; \/* Contrainte pour ecrans ultra-larges *\/\n        margin: 0 auto;\n        display: block;\n    }\n\n    \/* Images de fond du collage *\/\n    .chalet-famille__bg-img {\n        width: 100%;\n        height: auto;\n        min-height: 60vh;\n        display: block;\n        object-fit: cover;\n        object-position: center;\n    }\n\n    \/* Masque sur Desktop par defaut *\/\n    .chalet-famille__bg-img--mobile {\n        display: none;\n    }\n\n    \/* Calque superpose pour le texte et les zones cliquables *\/\n    .chalet-famille__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-famille__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 - Conformite Design System *\/\n    .chalet-famille__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-famille__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-famille__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'elevation au survol *\/\n    .chalet-famille__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 portee realiste *\/\n    .chalet-famille__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-famille__product-link:hover .chalet-famille__product-img {\n        filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.18));\n    }\n\n    \/* --- COORDONNEES ET EMPILEMENT DES PRODUITS --- *\/\n    \n    \/* Produit 2 : Tapis (Arriere-plan sur Desktop\/Tablette) *\/\n    .chalet-famille__product-link--tapis {\n        top: 42%; \n        left: 10%; \n        width: 14%; \/* Ajuste pour le format tapis plus large que le pouf *\/\n        z-index: 3;\n    }\n\n    \/* Produit 1 : Canape (Premier plan) *\/\n    .chalet-famille__product-link--canape {\n        top: 17%; \n        left: 35%; \n        width: 43%; \n        z-index: 4;\n    }\n\n    \/* ==========================================================================\n       STREAMING_CHUNK: Handling responsive breakpoints...\n       ========================================================================== *\/\n\n    \/* Tablettes *\/\n    @media screen and (max-width: 1024px) {\n        .chalet-famille {\n            padding: 30px 20px 15px 20px;\n        }\n\n        .chalet-famille__text {\n            left: 4%;\n        }\n\n        .chalet-famille__product-link--tapis {\n            top: 55%;\n            left: 45%;\n            width: 38%;\n        }\n\n        .chalet-famille__product-link--canape {\n            top: 2%;\n            left: 25%;\n            width: 45%;\n        }\n    }\n\n    \/* Mobiles *\/\n    @media screen and (max-width: 768px) {\n        .chalet-famille {\n            padding: 20px 15px 10px 15px;\n        }\n\n        \/* Bascule des images de fond *\/\n        .chalet-famille__bg-img--desktop {\n            display: none !important;\n        }\n        .chalet-famille__bg-img--mobile {\n            display: block !important;\n        }\n\n        .chalet-famille__text {\n            top: 21.5%; \n            left: 6%; \n            max-width: 95%;\n        }\n        \n        .chalet-famille__title {\n            font-size: clamp(24px, 6vw, 32px);\n        }\n\n        .chalet-famille__subtitle {\n            font-size: clamp(16px, 4vw, 20px);\n        }\n\n        \/* Positionnement du Tapis sur Mobile *\/\n        .chalet-famille__product-link--tapis {\n            display: block !important;\n            top: 55%; \n            left: 18%; \n            width: 25%; \n        }\n\n        \/* Positionnement du Canape sur Mobile *\/\n        .chalet-famille__product-link--canape {\n            top: 34%; \n            left: -5%;\n            width: 70%;\n        }\n    }\n<\/style>\n\n<section class=\"chalet-famille\" aria-label=\"Inspiration The Family Chalet\">\n    <div class=\"chalet-famille__wrapper\">\n        \n        <!-- ARRIERE-PLAN DESKTOP -->\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/pc.png\" alt=\"Interior design inspiration moodboard for The Family Chalet (Desktop)\" class=\"chalet-famille__bg-img chalet-famille__bg-img--desktop\" fetchpriority=\"high\">\n        \n        <!-- ARRIERE-PLAN MOBILE -->\n        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/mobile.png\" alt=\"Interior design inspiration moodboard for The Family Chalet (Mobile)\" class=\"chalet-famille__bg-img chalet-famille__bg-img--mobile\" loading=\"lazy\">\n        \n        <!-- CALQUE SUPERPOSE -->\n        <div class=\"chalet-famille__overlay\">\n            \n            <!-- Bloc Texte SEO -->\n            <div class=\"chalet-famille__text\">\n                <h2 class=\"chalet-famille__title avenirmedium-font\">The Family Chalet<\/h2>\n                <p class=\"chalet-famille__subtitle baskerville-italic-font\">A Sanctuary of Legacy by Norki<\/p>\n            <\/div>\n            \n            <!-- Produit interactif 2 : Tapis Icicle (Arriere-plan) -->\n            <a href=\"https:\/\/www.norki.com\/en\/editions-rugs-designer-norki\/329-133-retangular-icicle-rug-norki-sheespkin-winter.html#\/46-dimension-656_984_ft\" class=\"chalet-famille__product-link chalet-famille__product-link--tapis\" aria-label=\"Discover the Icicle Rectangular Contemporary Winter rug by Norki\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Tapis-Photo-principale-Icicle-retangle_NORKI.png\" alt=\"Icicle Rectangle rug, designer edition furniture by Norki\" class=\"chalet-famille__product-img\" loading=\"lazy\">\n            <\/a>\n\n            <!-- Produit interactif 1 : Canape Montaigne (Premier plan) -->\n            <a href=\"https:\/\/www.norki.com\/en\/sofas-soft-textures-collection-norki\/96-montaigne-sofa-norki-club-sheepskin.html\" class=\"chalet-famille__product-link chalet-famille__product-link--canape\" aria-label=\"Discover the Montaigne Norki Club sheepskin sofa\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/montaigne_pc.png\" alt=\"Montaigne Norki Club sheepskin sofa, chalet collection furniture\" class=\"chalet-famille__product-img\">\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            In the magical land high up in the mountains, you can drink the sun with a straw like a big glass of orange juice.\n        <\/p>\n        <!-- Signature de l'auteur en cursive -->\n        <span class=\"bloc-citation-norki__author bestermind-font\">Fran\u00e7ois David<\/span>\n    <\/div>\n<\/div>\n\n\n\n<style>\n    \/* ==========================================================================\n       STREAMING_CHUNK: Configuring layout and asymmetric styles...\n       ========================================================================== *\/\n    \n    .nk-reinventer-chalet {\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: var(--section-pad-v-dt, 100px) var(--section-pad-h-dt, 5vw);\n        color: #000;\n    }\n\n    .nk-reinventer-chalet__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    .nk-reinventer-chalet__visuals-left {\n        width: 48%;\n        display: flex;\n        align-items: flex-start;\n        gap: 2vw;\n    }\n\n    .nk-reinventer-chalet__img-wrap {\n        display: block;\n        position: relative;\n        overflow: visible; \/* Indispensable pour ne pas tronquer les hotspots *\/\n    }\n\n    .nk-reinventer-chalet__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) *\/\n    .nk-reinventer-chalet__img-wrap--img1 {\n        width: calc(40% - 0.8vw);\n    }\n\n    .nk-reinventer-chalet__img-wrap--img2 {\n        width: calc(60% - 1.2vw);\n    }\n\n    \/* --- GROUPE DROITE (Texte + Image Droite) --- *\/\n    .nk-reinventer-chalet__content-right {\n        width: 48%;\n        display: flex;\n        align-items: flex-start;\n        gap: 4vw;\n        padding-top: 2%;\n    }\n\n    .nk-reinventer-chalet__text-block {\n        width: 65%;\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n    }\n\n    .nk-reinventer-chalet__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    .nk-reinventer-chalet__text {\n        font-size: 0.95rem;\n        margin: 0;\n        font-weight: 400;\n        line-height: 1.6;\n    }\n\n    \/* Style sp\u00e9cifique pour le lien dans le texte *\/\n    .nk-reinventer-chalet__text a {\n        color: inherit;\n        text-decoration: underline;\n        text-underline-offset: 4px;\n        transition: opacity 0.3s ease;\n    }\n    \n    .nk-reinventer-chalet__text a:hover {\n        opacity: 0.7;\n    }\n\n    \/* D\u00e9calage du bloc image droite (Desktop) *\/\n    .nk-reinventer-chalet__img-wrap--img3 {\n        width: 35%;\n        margin-top: 15%;\n        transition: transform 0.4s ease;\n    }\n\n    .nk-reinventer-chalet__img-wrap--img3:hover {\n        transform: translateY(-5px);\n    }\n\n    \/* ==========================================================================\n       STREAMING_CHUNK: Styling interactive floating hotspots and tooltips...\n       ========================================================================== *\/\n    \n    .nk-hotspot {\n        position: absolute;\n        z-index: 10;\n        width: 0;\n        height: 0;\n    }\n\n    .nk-hotspot__btn {\n        position: absolute;\n        width: 36px;\n        height: 36px;\n        background-color: rgba(255, 255, 255, 0.95);\n        border: 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    .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    .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;\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    .nk-hotspot__tooltip::before {\n        content: '';\n        position: absolute;\n        top: 100%;\n        left: 0;\n        width: 100%;\n        height: 35px;\n        background: transparent;\n    }\n\n    .nk-hotspot__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    .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    .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       STREAMING_CHUNK: Applying responsive breakpoints...\n       ========================================================================== *\/\n\n    \/* Tablettes *\/\n    @media screen and (max-width: 1024px) {\n        .nk-reinventer-chalet {\n            padding: var(--section-pad-v-tab, 80px) var(--section-pad-h-tab, 40px);\n        }\n\n        .nk-reinventer-chalet__container {\n            flex-direction: column;\n            gap: 60px;\n        }\n\n        .nk-reinventer-chalet__visuals-left,\n        .nk-reinventer-chalet__content-right {\n            width: 100%;\n        }\n\n        .nk-reinventer-chalet__content-right {\n            gap: 5vw;\n        }\n\n        .nk-reinventer-chalet__text-block {\n            width: 70%;\n        }\n\n        .nk-reinventer-chalet__img-wrap--img3 {\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        .nk-reinventer-chalet {\n            padding: var(--section-pad-v-mob, 60px) var(--section-pad-h-mob, 20px);\n        }\n\n        .nk-reinventer-chalet__container {\n            gap: 45px;\n        }\n\n        .nk-reinventer-chalet__img-wrap--img1 {\n            width: calc(45% - 6.75px);\n        }\n\n        .nk-reinventer-chalet__img-wrap--img2 {\n            width: calc(55% - 8.25px);\n        }\n\n        .nk-reinventer-chalet__content-right {\n            flex-direction: column;\n            gap: 35px;\n            padding-top: 0;\n        }\n\n        .nk-reinventer-chalet__text-block {\n            width: 100%;\n            padding-right: 5%;\n        }\n\n        .nk-reinventer-chalet__img-wrap--img3 {\n            width: 55%;\n            align-self: flex-end;\n            margin-top: 10px;\n        }\n\n        .nk-hotspot__tooltip {\n            width: 160px;\n        }\n        .nk-hotspot__thumb {\n            height: 110px;\n        }\n    }\n<\/style>\n\n<section class=\"nk-reinventer-chalet\" aria-labelledby=\"reinventer-chalet-titre\">\n    <div class=\"nk-reinventer-chalet__container\">\n        \n        <!-- GROUPE VISUEL GAUCHE (Image Gauche & Image Centre avec Hotspots) -->\n        <div class=\"nk-reinventer-chalet__visuals-left\">\n            <picture class=\"nk-reinventer-chalet__img-wrap nk-reinventer-chalet__img-wrap--img1\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Table-de-salle-a-manger-familiale.jpg\" alt=\"Family dining table in an exceptional alpine chalet\" class=\"nk-reinventer-chalet__img\" loading=\"lazy\">\n            <\/picture>\n            \n            <picture class=\"nk-reinventer-chalet__img-wrap nk-reinventer-chalet__img-wrap--img2\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/NORKI_Prod_J202401.jpg\" alt=\"Chalet living room decorated with Norki cushions and throws\" class=\"nk-reinventer-chalet__img\" loading=\"lazy\">\n\n                <!-- HOTSPOT 1 : Position Gauche (Coussin Etretat Bleu) -->\n                <div class=\"nk-hotspot\" style=\"top: 45%; left: 25%;\">\n                    <button class=\"nk-hotspot__btn\" aria-label=\"Discover the Navy Blue \u00c9tretat Cushion\">\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\/designer-cushions-collection-luxury-norki\/82-cushion-etretat-white-norki-nautical-blue-sheepskin.html\" class=\"nk-hotspot__link\" target=\"_blank\" rel=\"noopener\">\n                            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Coussin_Photo-Principale-Etretat-Bleu_NORKI-2-300x300.jpg\" alt=\"Navy Blue \u00c9tretat Cushion in Norki Shearling\" class=\"nk-hotspot__thumb\">\n                            <div class=\"nk-hotspot__info\">\n                                <span class=\"nk-hotspot__title\">Blue \u00c9tretat Cushion<\/span>\n                                <span class=\"nk-hotspot__action\">View product<\/span>\n                            <\/div>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- HOTSPOT 2 : Position Droite (Coussin Deauville) -->\n                <div class=\"nk-hotspot\" style=\"top: 45%; left: 75%;\">\n                    <button class=\"nk-hotspot__btn\" aria-label=\"Discover the Deauville Cushion in Navy Blue &amp; White\">\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\/luxury-designer-cushions\/80-deauville-cushion-navy-blue-white-norki.html\" class=\"nk-hotspot__link\" target=\"_blank\" rel=\"noopener\">\n                            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Coussin_Photo-Principale-Deauville_NORKI-300x300.jpg\" alt=\"Deauville Cushion Navy Blue White Norki\" class=\"nk-hotspot__thumb\">\n                            <div class=\"nk-hotspot__info\">\n                                <span class=\"nk-hotspot__title\">Deauville Cushion<\/span>\n                                <span class=\"nk-hotspot__action\">View product<\/span>\n                            <\/div>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- HOTSPOT 3 : Position Bas Centre (Plaid Etretat Camel) -->\n                <div class=\"nk-hotspot\" style=\"top: 75%; left: 50%;\">\n                    <button class=\"nk-hotspot__btn\" aria-label=\"Discover the Camel \u00c9tretat Throw\">\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\/iconic-throws-collection-norki\/204-camel-etretat-throw-white-norki.html\" class=\"nk-hotspot__link\" target=\"_blank\" rel=\"noopener\">\n                            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Plaid_Photo-Principal2-Etretat-Camel_NORKI-300x300.jpg\" alt=\"Camel \u00c9tretat Throw Norki\" class=\"nk-hotspot__thumb\">\n                            <div class=\"nk-hotspot__info\">\n                                <span class=\"nk-hotspot__title\">Camel \u00c9tretat Throw<\/span>\n                                <span class=\"nk-hotspot__action\">View product<\/span>\n                            <\/div>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n            <\/picture>\n        <\/div>\n\n        <!-- GROUPE CONTENU DROITE (Texte & Image Droite) -->\n        <div class=\"nk-reinventer-chalet__content-right\">\n            <div class=\"nk-reinventer-chalet__text-block\">\n                <h2 id=\"reinventer-chalet-titre\" class=\"nk-reinventer-chalet__title avenirmedium-font\">\n                    How to reinvent the family chalet as a contemporary luxury retreat without falling into clich\u00e9s?\n                <\/h2>\n                <p class=\"nk-reinventer-chalet__text\">\n                    To this quest for balance between memory and modernity, <a href=\"https:\/\/www.norki.com\/en\/\" target=\"_blank\" rel=\"noopener\">Maison Norki<\/a> responds with an architectural language steeped in softness, where every space is designed as the setting for a stylish and effortless family life.\n                <\/p>\n            <\/div>\n            \n            <!-- Lien cliquable sur l'image de droite pour le Tapis Icicle -->\n            <a href=\"https:\/\/www.norki.com\/en\/editions-rugs-designer-norki\/329-133-retangular-icicle-rug-norki-sheespkin-winter.html#\/46-dimension-656_984_ft\" class=\"nk-reinventer-chalet__img-wrap nk-reinventer-chalet__img-wrap--img3\" target=\"_blank\" rel=\"noopener\" aria-label=\"Discover the Icicle Rectangular Contemporary Winter Rug by Norki\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Tapis-Photo-principale-Icicle-retangle_NORKI.jpg\" alt=\"Icicle Rectangular Contemporary Winter Rug by Norki\" class=\"nk-reinventer-chalet__img\" loading=\"lazy\">\n            <\/a>\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       STREAMING_CHUNK: Configuring layout and asymmetric styles...\n       ========================================================================== *\/\n\n    .nk-moodboard-organique {\n        position: relative;\n        background-color: var(--color-norki-beige, #f8f0ea);\n        color: #000;\n        font-family: \"AvenirBook\", \"Avenir\", sans-serif;\n        overflow-x: clip; \/* Emp\u00eache strictement le d\u00e9filement horizontal *\/\n        overflow-y: visible; \/* Permet aux infobulles de d\u00e9border librement en hauteur *\/\n        padding-top: var(--section-pad-v-dt, 80px);\n        padding-bottom: var(--section-pad-v-dt, 100px);\n    }\n\n    \/* --- TYPOGRAPHIE DESIGN SYSTEM --- *\/\n    .nk-moodboard-organique__h3 {\n        font-size: clamp(1.1rem, 1.8vw, 1.35rem);\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    .nk-moodboard-organique__text-block .nk-moodboard-organique__h3:first-child {\n        margin-top: 0;\n    }\n\n    .nk-moodboard-organique__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    .nk-moodboard-organique__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: opacity 0.3s ease;\n    }\n\n    .nk-editorial-inline-link:hover {\n        opacity: .7;\n    }\n\n    \/* --- GRILLE DESKTOP (PC) --- *\/\n    .nk-moodboard-organique__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    .nk-moodboard-organique__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 (Salle de jeu avec Hotspot Tapis Nomad) --- *\/\n    .nk-moodboard-organique__item--left-img {\n        grid-column: 1 \/ 4;\n        grid-row: 1;\n        width: 60%;\n        display: block;\n        overflow: visible;\n        position: relative;\n    }\n\n    \/* --- IMAGE DROITE (Avec Hotspot Pouf Tea Time) --- *\/\n    .nk-moodboard-organique__item--right-img {\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        position: relative;\n        overflow: visible;\n    }\n\n    .nk-moodboard-organique__item--right-img:hover {\n        transform: translateY(-5px);\n    }\n\n    \/* --- TEXTE 1 (Sous l'image de gauche) --- *\/\n    .nk-moodboard-organique__item--text1 {\n        grid-column: 2 \/ 3;\n        grid-row: 2;\n        width: 90%;\n    }\n\n    \/* --- IMAGE MILIEU \/ BAS (Paysage forestier) --- *\/\n    .nk-moodboard-organique__item--bottom-img {\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        border-radius: 2px;\n    }\n\n    .nk-moodboard-organique__item--bottom-img:hover .nk-moodboard-organique__img {\n        transform: scale(1.03);\n    }\n\n    \/* ==========================================================================\n       STREAMING_CHUNK: Styling interactive floating hotspots and tooltips...\n       ========================================================================== *\/\n    .nk-moodboard-organique__image-wrapper {\n        position: relative;\n        overflow: visible;\n        display: block;\n        width: 100%;\n    }\n\n    .nk-moodboard-organique__hotspot {\n        position: absolute;\n        z-index: 10;\n        width: 0;\n        height: 0;\n    }\n\n    .nk-moodboard-organique__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-moodboard-organique__hotspot-btn svg {\n        width: 16px;\n        height: 16px;\n        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    \/* Animation Pulsation *\/\n    .nk-moodboard-organique__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    .nk-moodboard-organique__hotspot:hover .nk-moodboard-organique__hotspot-btn,\n    .nk-moodboard-organique__hotspot.is-active .nk-moodboard-organique__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    .nk-moodboard-organique__hotspot:hover .nk-moodboard-organique__hotspot-btn svg,\n    .nk-moodboard-organique__hotspot.is-active .nk-moodboard-organique__hotspot-btn svg {\n        transform: rotate(90deg); \n    }\n\n    \/* Tooltip (Infobulle) *\/\n    .nk-moodboard-organique__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    .nk-moodboard-organique__hotspot-tooltip::before {\n        content: '';\n        position: absolute;\n        top: 100%;\n        left: 0;\n        width: 100%;\n        height: 35px;\n        background: transparent;\n    }\n\n    .nk-moodboard-organique__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    .nk-moodboard-organique__hotspot:hover .nk-moodboard-organique__hotspot-tooltip,\n    .nk-moodboard-organique__hotspot.is-active .nk-moodboard-organique__hotspot-tooltip {\n        opacity: 1;\n        visibility: visible;\n        pointer-events: auto;\n        transform: translateX(-50%) translateY(0);\n    }\n\n    .nk-moodboard-organique__hotspot-link-wrap {\n        text-decoration: none;\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n    }\n\n    .nk-moodboard-organique__hotspot-thumb {\n        width: 100%;\n        height: 140px;\n        object-fit: cover;\n        background-color: #f5f5f5;\n    }\n\n    .nk-moodboard-organique__hotspot-info {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 8px;\n    }\n\n    .nk-moodboard-organique__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    .nk-moodboard-organique__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    .nk-moodboard-organique__hotspot-link-wrap:hover .nk-moodboard-organique__hotspot-action {\n        color: #000000;\n    }\n\n    \/* --- TEXTE 2 (Sous l'image de droite) --- *\/\n    .nk-moodboard-organique__item--text2 {\n        grid-column: 4 \/ 5;\n        grid-row: 2;\n        margin-top: 12vw;\n        width: 90%;\n    }\n\n    \/* ==========================================================================\n       STREAMING_CHUNK: Applying responsive breakpoints...\n       ========================================================================== *\/\n    @media screen and (max-width: 1024px) {\n        .nk-moodboard-organique {\n            padding-top: 50px;\n            padding-bottom: var(--section-pad-v-tab, 80px);\n        }\n\n        .nk-moodboard-organique__grid {\n            display: flex;\n            flex-direction: column;\n            padding: 0 var(--section-pad-h-tab, 40px);\n            gap: 40px;\n        }\n\n        .nk-moodboard-organique__item--left-img,\n        .nk-moodboard-organique__item--right-img,\n        .nk-moodboard-organique__item--text1,\n        .nk-moodboard-organique__item--text2,\n        .nk-moodboard-organique__item--bottom-img {\n            width: 100%;\n            margin-top: 0;\n            margin-right: 0;\n            justify-self: stretch;\n        }\n\n        .nk-moodboard-organique__item--bottom-img {\n            width: 80%;\n            align-self: center;\n        }\n    }\n\n    @media screen and (max-width: 768px) {\n        .nk-moodboard-organique {\n            padding-top: 40px;\n            padding-bottom: var(--section-pad-v-mob, 60px);\n        }\n\n        .nk-moodboard-organique__grid {\n            padding: 0 var(--section-pad-h-mob, 20px);\n            gap: 30px;\n        }\n\n        .nk-moodboard-organique__item--bottom-img {\n            width: 100%;\n        }\n\n        .nk-moodboard-organique__hotspot-tooltip {\n            width: 160px;\n        }\n\n        .nk-moodboard-organique__hotspot-thumb {\n            height: 110px;\n        }\n    }\n<\/style>\n\n<section class=\"nk-moodboard-organique\" aria-labelledby=\"moodboard-organique-titre\">\n    <div class=\"nk-moodboard-organique__grid\">\n        \n        <!-- IMAGE GAUCHE : Salle de Jeu avec Hotspot Tapis Nomad -->\n        <div class=\"nk-moodboard-organique__item--left-img\">\n            <div class=\"nk-moodboard-organique__image-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/image-salle-de-jeu.jpg\" alt=\"Warm and luminous playroom in an exceptional Norki chalet\" class=\"nk-moodboard-organique__img\" loading=\"lazy\">\n                \n                <!-- HOTSPOT 1 : Tapis Nomad -->\n                <div class=\"nk-moodboard-organique__hotspot\" style=\"top: 70%; left: 25%;\">\n                    <button class=\"nk-moodboard-organique__hotspot-btn\" aria-label=\"Discover the Natural Shape White Nomad Rug by Norki\">\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-moodboard-organique__hotspot-tooltip\">\n                        <a href=\"https:\/\/www.norki.com\/en\/timless-rugs-hides-norki\/317-natural-shape-white-nomad-rug-sheepskin.html\" class=\"nk-moodboard-organique__hotspot-link-wrap\" target=\"_blank\" rel=\"noopener\">\n                            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Tapis-Nomad-bord-organique-2000_bleu-300x300.jpg\" alt=\"Natural Shape White Nomad Rug Norki Sheepskin\" class=\"nk-moodboard-organique__hotspot-thumb\">\n                            <div class=\"nk-moodboard-organique__hotspot-info\">\n                                <span class=\"nk-moodboard-organique__hotspot-title-text\">Nomad Rug Natural Border<\/span>\n                                <span class=\"nk-moodboard-organique__hotspot-action\">View product<\/span>\n                            <\/div>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- TEXTE 1 : Le Moodboard -->\n        <div class=\"nk-moodboard-organique__item--text1 nk-moodboard-organique__text-block\">\n            <h3 id=\"moodboard-organique-titre\" class=\"nk-moodboard-organique__h3\">\n                The Moodboard: A Symphony of Organic Nuances\n            <\/h3>\n            <p>\n                The moodboard for this project moves away from radical contrasts to explore a soothing chromatic palette. Powdered beiges, chestnut glazes, and cream whites compose an atmosphere of absolute serenity. Here, luxury does not seek ostentation, but rather precision.\n            <\/p>\n            <p>\n                In the reception areas, <a href=\"https:\/\/www.norki.com\/en\/sofas-soft-textures-collection-norki\/96-montaigne-sofa-norki-club-sheepskin.html\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener\">vast sofas<\/a> with generous volumes, crafted by our upholstery department, invite gathering. Covered in shearling, they provide a protective envelope for adults, while younger ones claim the space by settling onto <a href=\"https:\/\/www.norki.com\/en\/editions-rugs-designer-norki\/329-133-retangular-icicle-rug-norki-sheespkin-winter.html#\/46-dimension-656_984_ft\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener\">fur rugs<\/a> of incomparable softness. This dialogue between generations is at the heart of our vision: creating places where comfort is a universal language.\n            <\/p>\n        <\/div>\n\n        <!-- IMAGE DROITE : Salon d'Exception avec Hotspot Pouf Tea Time -->\n        <div class=\"nk-moodboard-organique__item--right-img\">\n            <div class=\"nk-moodboard-organique__image-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/NORKI_Prod_J202394.jpg\" alt=\"Exceptional chalet living room with Norki furniture and stool\" class=\"nk-moodboard-organique__img\" loading=\"lazy\">\n                \n                <!-- HOTSPOT 2 : Pouf Tea Time -->\n                <div class=\"nk-moodboard-organique__hotspot\" style=\"top: 48%; left: 63%;\">\n                    <button class=\"nk-moodboard-organique__hotspot-btn\" aria-label=\"Discover the Large White Tea Time Stool by Norki\">\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-moodboard-organique__hotspot-tooltip\">\n                        <a href=\"https:\/\/www.norki.com\/en\/designer-ottomans-stools-collection-norki\/186-tea-time-stool-white-large-norki-curly-lambskin.html\" class=\"nk-moodboard-organique__hotspot-link-wrap\" target=\"_blank\" rel=\"noopener\">\n                            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Assise_Photo-Principale-Pouf-TeaTime-Blanc-Grand_NORKI.jpg\" alt=\"Large White Tea Time Stool Norki Curly Lambskin\" class=\"nk-moodboard-organique__hotspot-thumb\">\n                            <div class=\"nk-moodboard-organique__hotspot-info\">\n                                <span class=\"nk-moodboard-organique__hotspot-title-text\">White Tea Time Stool<\/span>\n                                <span class=\"nk-moodboard-organique__hotspot-action\">View product<\/span>\n                            <\/div>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- IMAGE MILIEU \/ BAS : Paysage Forestier de Montagne -->\n        <div class=\"nk-moodboard-organique__item--bottom-img\">\n            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Echelle-lever-du-soleil-fee-dans-paysage-forestier-montagne-matin_146671-19528-Topaz-Gigapixel-2x.jpg\" alt=\"Morning mountain and forest landscape evoking the chalet's serenity\" class=\"nk-moodboard-organique__img\" loading=\"lazy\">\n        <\/div>\n\n        <!-- TEXTE 2 : L\u2019Insolence Ludique et le Monumental -->\n        <div class=\"nk-moodboard-organique__item--text2 nk-moodboard-organique__text-block\">\n            <h3 class=\"nk-moodboard-organique__h3\">\n                Playful Boldness and the Monumental\n            <\/h3>\n            <p>\n                The intelligence of Studio Chalet lies in its ability to adapt luxury to the realities of family life. Bathrooms, designed to withstand the overflowing energy of children, maintain a spirit of whimsy: a bathtub with ball feet meets vibrant, joyful red faucets. This touch of primary color awakens the neutrality of noble materials.\n            <\/p>\n            <p>\n                The kitchen, meanwhile, takes on a monumental dimension. The central hub of the chalet, it is designed for large gatherings while maintaining a clean, contemporary line. This avoids the pitfall of austere functionality in favor of an architecture of conviviality.\n            <\/p>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n    \/* =========================================================\n       GESTION INTERACTIVE DES HOTSPOTS \/ POPUPS PRODUITS\n       ========================================================= *\/\n    const hotspots = document.querySelectorAll('.nk-moodboard-organique__hotspot');\n    \n    hotspots.forEach(hotspot => {\n        const btnHotspot = hotspot.querySelector('.nk-moodboard-organique__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                \/\/ Activer \/ D\u00e9sactiver le hotspot actuel\n                hotspot.classList.toggle('is-active');\n            });\n        }\n    });\n\n    \/\/ Fermeture automatique lors d'un clic ext\u00e9rieur\n    document.addEventListener('click', (e) => {\n        if (!e.target.closest('.nk-moodboard-organique__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 layout and asymmetric styles...\n       ========================================================================== *\/\n\n    .nk-signature {\n        position: relative;\n        background-color: var(--color-norki-beige, #f8f0ea);\n        color: #000000;\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        overflow-x: clip;\n        overflow-y: visible;\n        font-family: \"AvenirBook\", \"Avenir\", sans-serif;\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: opacity 0.3s ease, text-decoration-color 0.3s ease;\n    }\n\n    .nk-editorial-inline-link:hover {\n        opacity: 0.7;\n        text-decoration-color: transparent;\n    }\n\n    \/* --- GRILLE DESKTOP (PC) --- *\/\n    .nk-signature__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    .nk-signature__item--large {\n        grid-column: 1 \/ 2;\n        grid-row: 1 \/ span 2;\n        width: 100%;\n        display: block;\n        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        will-change: transform;\n        position: relative;\n    }\n\n    .nk-signature__item--large:hover {\n        transform: translateY(-6px);\n    }\n\n    \/* --- IMAGE SECONDAIRE (Droite, en haut) --- *\/\n    .nk-signature__item--small {\n        grid-column: 3 \/ 4;\n        grid-row: 1;\n        width: 60%;\n        justify-self: end;\n        display: block;\n        position: relative;\n    }\n\n    \/* --- BLOC TEXTE (Droite, en bas) --- *\/\n    .nk-signature__item--text {\n        grid-column: 3 \/ 4;\n        grid-row: 2;\n        align-self: end;\n        width: 95%;\n        padding-bottom: 2vw;\n        margin-top: 5vw;\n    }\n\n    \/* --- STYLES COMMUNS IMAGES --- *\/\n    .nk-signature__item {\n        position: relative;\n        display: block;\n    }\n\n    .nk-signature__zoom-wrapper {\n        overflow: hidden;\n        width: 100%;\n        height: 100%;\n        border-radius: 2px;\n    }\n    \n    .nk-signature__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    .nk-signature__item--small:hover .nk-signature__img {\n        transform: scale(1.03); \n    }\n\n    \/* --- TYPOGRAPHIE --- *\/\n    .nk-signature__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: #000000;\n    }\n\n    \/* ==========================================================================\n       STREAMING_CHUNK: Formatting accordion and interactive controls...\n       ========================================================================== *\/\n\n    .nk-signature__text-block p {\n        font-size: 0.95rem;\n        line-height: 1.6;\n        margin-top: 0;\n        margin-bottom: 15px;\n        font-weight: 400;\n        color: #000000;\n    }\n\n    .nk-signature__text-block p:last-child {\n        margin-bottom: 0;\n    }\n\n    \/* --- SYST\u00c8ME ACCORD\u00c9ON \/ VOIR PLUS --- *\/\n    .nk-signature__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    .nk-signature__expand-wrapper.is-open {\n        grid-template-rows: 1fr;\n    }\n\n    .nk-signature__expand-content {\n        overflow: hidden;\n        padding-top: 10px;\n    }\n\n    .nk-signature__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-underline-offset: 4px;\n        transition: opacity 0.3s ease, text-decoration-color 0.3s ease;\n        padding: 0;\n        margin-top: 15px;\n    }\n\n    .nk-signature__btn-more:hover {\n        opacity: 0.7;\n        text-decoration-color: transparent;\n    }\n\n    \/* ==========================================================================\n       STREAMING_CHUNK: Styling hotspots and tooltip popups...\n       ========================================================================== *\/\n    .nk-signature__hotspot {\n        position: absolute;\n        z-index: 10;\n        width: 0;\n        height: 0;\n    }\n\n    .nk-signature__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-signature__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    .nk-signature__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    .nk-signature__hotspot:hover .nk-signature__hotspot-btn,\n    .nk-signature__hotspot.is-active .nk-signature__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    .nk-signature__hotspot:hover .nk-signature__hotspot-btn svg,\n    .nk-signature__hotspot.is-active .nk-signature__hotspot-btn svg {\n        transform: rotate(90deg); \n    }\n\n    \/* Tooltip \/ Infobulle *\/\n    .nk-signature__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    .nk-signature__hotspot-tooltip::before {\n        content: '';\n        position: absolute;\n        top: 100%;\n        left: 0;\n        width: 100%;\n        height: 35px; \n        background: transparent;\n    }\n\n    .nk-signature__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    .nk-signature__hotspot:hover .nk-signature__hotspot-tooltip,\n    .nk-signature__hotspot.is-active .nk-signature__hotspot-tooltip {\n        opacity: 1;\n        visibility: visible;\n        pointer-events: auto;\n        transform: translateX(-50%) translateY(0);\n    }\n\n    .nk-signature__hotspot-link-wrap {\n        text-decoration: none;\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n    }\n\n    .nk-signature__hotspot-thumb {\n        width: 100%;\n        height: 140px;\n        object-fit: cover;\n        background-color: #f5f5f5;\n    }\n\n    .nk-signature__hotspot-info {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 8px;\n    }\n\n    .nk-signature__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    .nk-signature__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    .nk-signature__hotspot-link-wrap:hover .nk-signature__hotspot-action {\n        color: #000000;\n    }\n\n    \/* ==========================================================================\n       STREAMING_CHUNK: Applying responsive breakpoints...\n       ========================================================================== *\/\n    @media screen and (max-width: 1024px) {\n        .nk-signature {\n            padding-top: 60px;\n            padding-bottom: var(--section-pad-v-tab, 80px);\n            padding-left: var(--section-pad-h-tab, 40px);\n            padding-right: var(--section-pad-h-tab, 40px);\n        }\n\n        .nk-signature__grid {\n            display: flex;\n            flex-direction: column;\n            gap: 40px;\n        }\n\n        .nk-signature__item--large,\n        .nk-signature__item--small,\n        .nk-signature__item--text {\n            width: 100%;\n            margin-top: 0;\n            padding-bottom: 0;\n        }\n\n        .nk-signature__item--small {\n            width: 75%;\n            align-self: center;\n        }\n    }\n\n    @media screen and (max-width: 768px) {\n        .nk-signature {\n            padding-top: 40px;\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        .nk-signature__grid {\n            gap: 30px;\n        }\n\n        .nk-signature__item--small {\n            width: 100%;\n        }\n\n        .nk-signature__hotspot-tooltip {\n            width: 160px;\n        }\n\n        .nk-signature__hotspot-thumb {\n            height: 110px;\n        }\n    }\n<\/style>\n\n<section class=\"nk-signature\" aria-labelledby=\"epv-section-titre\">\n    <div class=\"nk-signature__grid\">\n        \n        <!-- IMAGE GAUCHE (Grand visuel paysage de neige avec Hotspot Plaid Anissia) -->\n        <div class=\"nk-signature__item nk-signature__item--large\">\n            <div class=\"nk-signature__zoom-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Paysage-de-neige-avec-plaid-en-fourrure-moderne-et-enfants.jpg\" alt=\"Snowy landscape with modern Norki fur throw and children\" class=\"nk-signature__img\" loading=\"lazy\">\n            <\/div>\n\n            <!-- HOTSPOT INTERACTIF : Plaid Anissia -->\n            <div class=\"nk-signature__hotspot\" style=\"top: 55%; left: 55%;\">\n                <button class=\"nk-signature__hotspot-btn\" aria-label=\"Discover the Anissia Throw\">\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-signature__hotspot-tooltip\">\n                    <a href=\"https:\/\/www.norki.com\/en\/iconic-throws-collection-norki\/482-anissia-throw-fringes-soft-norki.html\" class=\"nk-signature__hotspot-link-wrap\" target=\"_blank\" rel=\"noopener\">\n                        <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/plaid-luxe-frange-doux-chalet-300x300.jpg\" alt=\"Anissia soft fringe throw Norki\" class=\"nk-signature__hotspot-thumb\">\n                        <div class=\"nk-signature__hotspot-info\">\n                            <span class=\"nk-signature__hotspot-title-text\">Anissia Throw<\/span>\n                            <span class=\"nk-signature__hotspot-action\">View product<\/span>\n                        <\/div>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- IMAGE DROITE (Remont\u00e9es m\u00e9caniques \/ vacances au ski) -->\n        <div class=\"nk-signature__item nk-signature__item--small\">\n            <div class=\"nk-signature__zoom-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Echelle-remontees-mecaniques-pour-vaccances-famililiales-au-ski-Topaz-Gigapixel-4x.jpg\" alt=\"Ski lifts and mountain scenery for family ski holidays\" class=\"nk-signature__img\" loading=\"lazy\">\n            <\/div>\n        <\/div>\n\n        <!-- BLOC TEXTE DROITE -->\n        <div class=\"nk-signature__item--text nk-signature__text-block\">\n            <h2 id=\"epv-section-titre\" class=\"nk-signature__title\">\n                Objects of Memory and EPV Craftsmanship\n            <\/h2>\n            \n            <p>\n                Every detail is a tender reminder of shared moments. A signature piece, such as a <a href=\"https:\/\/www.norki.com\/en\/collectionnistes-armchairs-designers-norki\/462-rocking-chair-carl-malmsten-vintage-norki.html\" class=\"nk-editorial-inline-link\" target=\"_blank\" rel=\"noopener\">vintage rocking chair<\/a> sourced and restored in our workshops, becomes the guardian of evening stories. This attention to the object, whether an original creation or a historical design piece, is the hallmark of our couture workshop, awarded the Entreprise du Patrimoine Vivant (EPV) label.\n            <\/p>\n\n            <!-- ACCORD\u00c9ON VOIR PLUS -->\n            <div class=\"nk-signature__expand-wrapper\" id=\"signature-expand-content\">\n                <div class=\"nk-signature__expand-content\">\n                    <p>\n                        Dedicated spaces for play and imagination are created so that the joy of being together can be expressed freely. For Norki, the family chalet is not a static set, but a living heritage that grows more beautiful with each passing winter.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <button class=\"nk-signature__btn-more\" id=\"signature-toggle-btn\" aria-expanded=\"false\" aria-controls=\"signature-expand-content\">\n                View more\n            <\/button>\n        <\/div>\n\n    <\/div>\n\n    <!-- BOUTON ET TEXTE CTA ANGLAIS -->\n    <div class=\"nk-signature__cta-box\">\n        <p class=\"nk-signature__cta-text\">\n            <span class=\"baskerville-italic-font\" style=\"font-size: clamp(1.4rem, 2vw, 26px)\">Does this moodboard inspire you?<\/span><br>\n            Together, let us bring the interior of your exceptional chalet to life\n        <\/p>\n        <a href=\"https:\/\/www.norki.com\/en\/studio-chalet\/contact-us\/\" class=\"nk-signature__cta-btn\">\n            Let&rsquo;s discuss your project\n        <\/a>\n    <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n    \/* =========================================================\n       1. GESTION DU SYST\u00c8ME ACCORD\u00c9ON \"VOIR PLUS\"\n       ========================================================= *\/\n    const toggleBtn = document.getElementById('signature-toggle-btn');\n    const expandWrapper = document.getElementById('signature-expand-content');\n\n    if (toggleBtn && expandWrapper) {\n        toggleBtn.addEventListener('click', () => {\n            const isOpen = expandWrapper.classList.contains('is-open');\n\n            if (isOpen) {\n                expandWrapper.classList.remove('is-open');\n                toggleBtn.setAttribute('aria-expanded', 'false');\n                toggleBtn.textContent = 'View more';\n            } else {\n                expandWrapper.classList.add('is-open');\n                toggleBtn.setAttribute('aria-expanded', 'true');\n                toggleBtn.textContent = 'View less';\n            }\n        });\n    }\n\n    \/* =========================================================\n       2. GESTION INTERACTIVE DES HOTSPOTS \/ POPUPS PRODUITS\n       ========================================================= *\/\n    const hotspots = document.querySelectorAll('.nk-signature__hotspot');\n    \n    hotspots.forEach(hotspot => {\n        const btnHotspot = hotspot.querySelector('.nk-signature__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 du hotspot\n    document.addEventListener('click', (e) => {\n        if (!e.target.closest('.nk-signature__hotspot')) {\n            hotspots.forEach(h => h.classList.remove('is-active'));\n        }\n    });\n});\n<\/script>\n\n\n\n<style>\n  \/* ==========================================================================\n     STREAMING_CHUNK: Configuring the slider styles and CSS variables...\n     ========================================================================== *\/\n  .nk-slider-section {\n    z-index: 20;\n    position: relative;\n    background-color: var(--color-norki-beige, #f8f0ea);\n    color: #000000;\n    font-family: var(--font-montserrat, \"Inter\", sans-serif);\n    padding-top: 40px;\n    padding-bottom: 40px;\n    overflow: hidden;\n    box-sizing: border-box;\n  }\n\n  .nk-slider-section * {\n    box-sizing: border-box;\n  }\n\n  .nk-slider-container {\n    padding: 0 var(--section-pad-h-dt, 5vw);\n  }\n\n  \/* ==========================================================================\n     STREAMING_CHUNK: Styling the header and navigation controls...\n     ========================================================================== *\/\n  .nk-slider-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-end;\n    margin-bottom: 40px;\n  }\n\n  .nk-slider-btn {\n    display: inline-block;\n    background-color: transparent;\n    color: #000000;\n    border: 1px solid #000000;\n    text-decoration: none;\n    padding: 6px 27px;\n    font-size: 0.9rem;\n    font-weight: 500;\n    transition: all 0.3s ease;\n  }\n\n  .nk-slider-btn:hover {\n    background-color: #000000;\n    color: #ffffff;\n  }\n\n  .nk-slider-arrows {\n    display: flex !important;\n    gap: 15px;\n    visibility: visible !important;\n    opacity: 1 !important;\n  }\n\n  .nk-slider-arrows button {\n    background: transparent;\n    border: none;\n    color: #000000;\n    cursor: pointer;\n    padding: 5px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    opacity: 1 !important;\n    transition: opacity 0.3s ease;\n  }\n\n  @media (hover: hover) {\n    .nk-slider-arrows button:hover {\n      opacity: 0.5 !important;\n    }\n  }\n\n  .nk-slider-arrows button:active {\n    opacity: 0.5 !important;\n  }\n\n  .nk-slider-arrows svg {\n    width: 28px;\n    height: 28px;\n    fill: none;\n    color: black;\n    stroke: currentColor;\n    stroke-width: 1.2;\n  }\n\n  \/* ==========================================================================\n     STREAMING_CHUNK: Defining the track and slide layout...\n     ========================================================================== *\/\n  .nk-slider-wrapper {\n    position: relative;\n    width: 100%;\n  }\n\n  .nk-slider-viewport {\n    overflow: hidden;\n    touch-action: pan-y;\n  }\n\n  .nk-slider-track {\n    display: flex;\n    will-change: transform;\n  }\n\n  .nk-slider-slide {\n    flex: 0 0 20%;\n    display: flex;\n    flex-direction: column;\n    padding: 0 4px;\n  }\n\n  \/* --- DA Zoom 1.03 au survol sur l'image parent --- *\/\n  .nk-slider-img-link {\n    display: block;\n    width: 100%;\n    aspect-ratio: 1 \/ 1.05; \/* CONTRAINTE STRICTE APPLIQU\u00c9E AU PARENT *\/\n    text-decoration: none;\n    cursor: pointer;\n    overflow: hidden; \/* Masque le zoom sur les bords *\/\n  }\n\n  .nk-slider-slide img {\n    width: 100%;\n    height: 100%; \/* REMPLISSAGE STRICT DU PARENT *\/\n    object-fit: cover; \/* MAINTIEN DU RATIO SANS D\u00c9FORMATION *\/\n    display: block;\n    background-color: #eee;\n    opacity: 0;\n    transform: scale(1); \/* Initialise la taille *\/\n    transition: opacity 0.5s ease-in-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .nk-slider-slide img.nk-slider-loaded {\n    opacity: 1;\n  }\n\n  \/* Zoom interactif progressif de la DA *\/\n  .nk-slider-img-link:hover img {\n    transform: scale(1.03);\n  }\n\n  \/* ==========================================================================\n     STREAMING_CHUNK: Formatting captions and responsive behaviors...\n     ========================================================================== *\/\n  .nk-slider-caption {\n    display: flex;\n    justify-content: flex-start;\n    gap: 20px;\n    padding: 15px 0;\n    font-size: 0.85rem;\n    padding-left: 23px;\n  }\n\n  .nk-slider-caption span {\n    font-weight: 500;\n    color: #000000;\n  }\n\n  .nk-slider-caption a {\n    color: #000000;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n    transition: text-decoration-color 0.3s ease,opacity 0.3s ease;\n  }\n\n  .nk-slider-caption a:hover {\n    opacity: 0.7;\n    text-decoration-color: transparent;\n  }\n\n  \/* --- RESPONSIVE TABLETTE (< 1024px) --- *\/\n  @media (max-width: 1024px) {\n    .nk-slider-section {\n      padding-top: 40px;\n    }\n    .nk-slider-container {\n      padding: 0 var(--section-pad-h-tab, 4vw);\n    }\n    .nk-slider-slide {\n      flex: 0 0 50%;\n    }\n  }\n\n  \/* --- RESPONSIVE MOBILE (< 768px) --- *\/\n  @media (max-width: 768px) {\n    .nk-slider-section {\n      padding-top: 25px;\n    }\n    .nk-slider-container {\n      padding: 0 var(--section-pad-h-mob, 20px);\n    }\n    .nk-slider-header {\n      display: flex;\n      flex-direction: row;\n      align-items: center;\n      justify-content: space-between;\n      margin-bottom: 25px;\n      gap: 15px;\n    }\n    .nk-slider-slide {\n      flex: 0 0 100%;\n      padding: 0;\n    }\n    \/* La contrainte de ratio carr\u00e9 pour mobile est bascul\u00e9e sur le parent *\/\n    .nk-slider-img-link {\n      aspect-ratio: 1 \/ 1;\n    }\n    .nk-slider-caption {\n      flex-direction: row;\n      justify-content: space-between;\n      padding: 15px 20px;\n    }\n  }\n<\/style>\n\n<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 : Montaigne Sofa -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/sofas-soft-textures-collection-norki\/96-montaigne-sofa-norki-club-sheepskin.html\" class=\"nk-slider-img-link\" tabindex=\"-1\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/canape-blanc-style-club-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=\"Montaigne Sofa\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span>Montaigne Sofa<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/sofas-soft-textures-collection-norki\/96-montaigne-sofa-norki-club-sheepskin.html\">Buy<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 2 : Rocking Chair - Carl Malmsten -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/collectionnistes-armchairs-designers-norki\/462-rocking-chair-carl-malmsten-vintage-norki.html\" class=\"nk-slider-img-link\" tabindex=\"-1\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Assise-Photo-IV-Rocking-Chair_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=\"Rocking Chair - Carl Malmsten\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span>Rocking Chair - Carl Malmsten<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/collectionnistes-armchairs-designers-norki\/462-rocking-chair-carl-malmsten-vintage-norki.html\">Buy<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 3 : Icicle Rectangular Rug -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/editions-rugs-designer-norki\/329-133-retangular-icicle-rug-norki-sheespkin-winter.html#\/46-dimension-656_984_ft\" class=\"nk-slider-img-link\" tabindex=\"-1\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Tapis-Photo-principale-Icicle-retangle_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=\"Icicle Rectangular Rug\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span>Icicle Rectangular Rug<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/editions-rugs-designer-norki\/329-133-retangular-icicle-rug-norki-sheespkin-winter.html#\/46-dimension-656_984_ft\">Buy<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 4 : Anissia Throw -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/iconic-throws-collection-norki\/482-anissia-throw-fringes-soft-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\/09\/plaid-luxe-frange-doux-chalet.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=\"Anissia Throw\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span>Anissia Throw<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/iconic-throws-collection-norki\/482-anissia-throw-fringes-soft-norki.html\">Buy<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 5 : White Tea Time Stool -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/designer-ottomans-stools-collection-norki\/186-tea-time-stool-white-large-norki-curly-lambskin.html\" class=\"nk-slider-img-link\" tabindex=\"-1\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Assise_Photo-Principale-Pouf-TeaTime-Blanc-Grand_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=\"White Tea Time Stool\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span>White Tea Time Stool<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/designer-ottomans-stools-collection-norki\/186-tea-time-stool-white-large-norki-curly-lambskin.html\">Buy<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 6 : Camel \u00c9tretat Throw -->\n        <div class=\"nk-slider-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/iconic-throws-collection-norki\/204-camel-etretat-throw-white-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\/09\/Plaid_Photo-Principal2-Etretat-Camel_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=\"Camel \u00c9tretat Throw\">\n          <\/a>\n          <div class=\"nk-slider-caption\">\n            <span>Camel \u00c9tretat Throw<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/iconic-throws-collection-norki\/204-camel-etretat-throw-white-norki.html\">Buy<\/a>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  document.addEventListener('DOMContentLoaded', () => {\n    const track = document.querySelector('.nk-slider-track');\n    if (!track) return;\n    const originalSlides = Array.from(document.querySelectorAll('.nk-slider-slide'));\n    const totalOriginal = originalSlides.length;\n\n    \/\/ Clonage infini (Pre-clones et Post-clones)\n    originalSlides.forEach(slide => {\n      const clone = slide.cloneNode(true);\n      clone.setAttribute('aria-hidden', 'true');\n      track.appendChild(clone);\n    });\n    originalSlides.slice().reverse().forEach(slide => {\n      const clone = slide.cloneNode(true);\n      clone.setAttribute('aria-hidden', 'true');\n      track.insertBefore(clone, track.firstChild);\n    });\n\n    const getSlidesPerView = () => {\n      if (window.innerWidth > 1024) return 5;\n      if (window.innerWidth > 768) return 2;\n      return 1;\n    };\n\n    let slidesPerView = getSlidesPerView();\n    let currentIndex = totalOriginal; \n    let isAnimating = false;\n\n    const updateCarousel = (instant = false) => {\n      const itemWidth = 100 \/ slidesPerView;\n      track.style.transition = instant ? 'none' : 'transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1)';\n      track.style.transform = `translateX(-${currentIndex * itemWidth}%)`;\n    };\n\n    \/\/ Initialisation\n    updateCarousel(true);\n\n    const moveNext = () => {\n      if (isAnimating) return;\n      isAnimating = true;\n      currentIndex++;\n      updateCarousel();\n    };\n\n    const movePrev = () => {\n      if (isAnimating) return;\n      isAnimating = true;\n      currentIndex--;\n      updateCarousel();\n    };\n\n    document.querySelector('.nk-slider-next').addEventListener('click', moveNext);\n    document.querySelector('.nk-slider-prev').addEventListener('click', movePrev);\n\n    track.addEventListener('transitionend', (e) => {\n      if (e.propertyName !== 'transform') return;\n      isAnimating = false;\n      \n      if (currentIndex <= 0) {\n        currentIndex = totalOriginal;\n        updateCarousel(true);\n      } \n      else if (currentIndex >= totalOriginal * 2) {\n        currentIndex = totalOriginal;\n        updateCarousel(true);\n      }\n    });\n\n    \/\/ Gestion propre du resize pour \u00e9viter les sauts hors-champ\n    window.addEventListener('resize', () => {\n      slidesPerView = getSlidesPerView();\n      updateCarousel(true);\n    });\n\n    \/\/ --- LOGIQUE DU BALAYAGE TACTILE (SWIPE) ---\n    let startX = 0;\n    let endX = 0;\n    const swipeThreshold = 40;\n\n    track.addEventListener('touchstart', (e) => {\n      startX = e.touches[0].clientX;\n    }, { passive: true });\n\n    track.addEventListener('touchend', (e) => {\n      endX = e.changedTouches[0].clientX;\n      handleSwipe();\n    });\n\n    const handleSwipe = () => {\n      const diff = startX - endX;\n      if (Math.abs(diff) > swipeThreshold) {\n        if (diff > 0) {\n          moveNext();\n        } else {\n          movePrev();\n        }\n      }\n    };\n\n    \/\/ --- LAZY LOADING OPTIMIS\u00c9 ---\n    const observerOptions = {\n      root: null,\n      rootMargin: '0px 100% 0px 100%', \n      threshold: 0\n    };\n\n    const imageObserver = new IntersectionObserver((entries, observer) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          const img = entry.target;\n          \n          if (img.dataset.src) {\n            img.onload = () => {\n              img.classList.add('nk-slider-loaded');\n            };\n            img.src = img.dataset.src;\n            img.removeAttribute('data-src');\n            observer.unobserve(img);\n          }\n        }\n      });\n    }, observerOptions);\n    \n    document.querySelectorAll('.nk-slider-slide img').forEach(img => {\n      imageObserver.observe(img);\n    });\n  });\n<\/script>\n\n\n\n<style>\n    \/* ==========================================================================\n       STREAMING_CHUNK: Initializing Navigation Collage base styles...\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    \/* ==========================================================================\n       STREAMING_CHUNK: Styling Header layout and typography...\n       ========================================================================== *\/\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    \/* ==========================================================================\n       STREAMING_CHUNK: Formatting buttons and interactive elements...\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    \/* ==========================================================================\n       STREAMING_CHUNK: Configuring absolute gallery container and images...\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        pointer-events: auto; \/* Active les interactions de survol sur les images *\/\n        cursor: pointer;\n        \n        \/* Transition fluide du Zoom + Ombre Port\u00e9e *\/\n        transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;\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        \/* Maintien de l'acc\u00e9l\u00e9ration GPU et combinaison Rotation + Scale *\/\n        -webkit-transform: rotate(var(--rot, 0deg)) scale(1) translateZ(0);\n        transform: rotate(var(--rot, 0deg)) scale(1) translateZ(0);\n    }\n\n    \/* Effet Zoom (scale 1.05) au survol avec rehaussement de z-index *\/\n    .nav-collage__img:hover {\n        -webkit-transform: rotate(var(--rot, 0deg)) scale(1.05) translateZ(0);\n        transform: rotate(var(--rot, 0deg)) scale(1.05) translateZ(0);\n        z-index: 25 !important; \/* Passe au tout premier plan au survol *\/\n        box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);\n    }\n\n    \/* ==========================================================================\n       STREAMING_CHUNK: Positioning individual images with rotation variables...\n       ========================================================================== *\/\n    \/* Placements PC : D\u00e9finition des angles via variables CSS pour pr\u00e9server la rotation au scale *\/\n    .nav-collage__img--1 {\n        --rot: -9deg;\n        left: 1%;\n        bottom: -17%;\n        width: 25%;\n        z-index: 4;\n    }\n\n    .nav-collage__img--2 {\n        --rot: 5deg;\n        left: 22%;\n        bottom: -8%;\n        width: 17%;\n        z-index: 5;\n    }\n\n    .nav-collage__img--3 {\n        --rot: -6deg;\n        left: 39%;\n        bottom: -2%;\n        width: 14%;\n        z-index: 4;\n    }\n\n    .nav-collage__img--4 {\n        --rot: 3deg;\n        left: 49%;\n        bottom: -4%;\n        width: 22%;\n        z-index: 1;\n    }\n\n    .nav-collage__img--5 {\n        --rot: -2deg;\n        left: 70%;\n        bottom: -2%;\n        width: 11%;\n        z-index: 0;\n    }\n\n    .nav-collage__img--6 {\n        --rot: 9deg;\n        left: 79%;\n        bottom: -6%;\n        width: 22%;\n        z-index: 3;\n    }\n\n    \/* ==========================================================================\n       STREAMING_CHUNK: Applying responsive media queries for Tablet and Mobile...\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 des variables de rotation et r\u00e9ajustement des positions mobile *\/\n        .nav-collage__img--1 {\n            --rot: -9deg;\n            left: -5%;\n            bottom: -5%;\n            width: 43%;\n        }\n\n        .nav-collage__img--2 {\n            --rot: 5deg;\n            left: 22%;\n            bottom: -9%;\n            width: 34%;\n        }\n\n        .nav-collage__img--3 {\n            --rot: -6deg;\n            left: 50%;\n            bottom: -2%;\n            width: 30%;\n            z-index: 6;\n        }\n\n        .nav-collage__img--4 {\n            --rot: 3deg;\n            left: 66%;\n            bottom: 0%;\n            width: 34%;\n        }\n    }\n<\/style>\n\n<section class=\"nav-collage\" aria-label=\"Navigation chronologique vers le style chalet suivant\">\n    \n    <!-- HEADER -->\n    <header class=\"nav-collage__header\">\n        \n        <!-- Bouton Retour -->\n        <div class=\"nav-collage__btn-wrapper\">\n            <a href=\"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/\" class=\"nav-collage__btn\" aria-label=\"Retourner \u00e0 la page pr\u00e9c\u00e9dente\">Back<\/a>\n        <\/div>\n\n        <!-- Titres Centraux -->\n        <div class=\"nav-collage__titles\">\n            <h2 class=\"nav-collage__title avenirmedium-font\">Chalet Style<\/h2>\n            <span class=\"nav-collage__subtitle baskerville-italic-font\">next<\/span>\n        <\/div>\n\n        <!-- Bouton Suivant -->\n        <div class=\"nav-collage__btn-wrapper wp-next-post-link\">\n            <a href=\"#\" class=\"nav-collage__btn\" aria-label=\"Voir le style chalet pr\u00e9c\u00e9dent dans le temps\" id=\"norki-next-post-btn\">Next<\/a>\n        <\/div>\n\n    <\/header>\n\n    <!-- COLLAGE IMAGES ABSOLUES -->\n    <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\/09\/E02_2551_\u252c\u00ae_Studio_Erick_Saillet.jpg\" alt=\"Shooting Chalet Spa Norki\" 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\/09\/WhatsApp-Image-2026-07-29-at-16.44.32.jpg\" alt=\"Truffe noir\" 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\/09\/NORKI_Prod_J202265.jpg\" alt=\"Pouf C14\" 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\/09\/1_avril_erlend_haugen2592.jpg\" alt=\"Photo skieur\" 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\/09\/Florence-Girette.jpg\" alt=\"Texture marbre\" 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\/09\/sauna.jpg\" alt=\"Spa Chalet\" class=\"nav-collage__img nav-collage__img--6\" loading=\"eager\">\n    <\/div>\n\n<\/section>\n\n\n<style>\r\n        .nav-collage__gallery .nav-collage__img {\r\n            pointer-events: auto !important; \/* Autorise le clic malgr\u00e9 le parent bloqu\u00e9 *\/\r\n            cursor: pointer !important;\r\n            transition: scale 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s !important;\r\n        }\r\n        .nav-collage__gallery .nav-collage__img:hover {\r\n            scale: 1.04 !important; \/* Zoom l\u00e9ger qui n'\u00e9crase pas le rotate() *\/\r\n            z-index: 10 !important; \/* Passe l'image au premier plan au survol *\/\r\n        }\r\n    <\/style><script>\r\n        document.addEventListener(\"DOMContentLoaded\", function() {\r\n            var targetUrl = \"https:\/\/www.norki.com\/fr\/studio-chalet\/inspiration-decoration-montagne\/chalet-de-famille-decoration-luxe-contemporain\/\";\r\n            \r\n            \/\/ 1. Mise \u00e0 jour du Bouton \"Suivant\" classique\r\n            var nextBtn = document.getElementById(\"norki-next-post-btn\");\r\n            if (nextBtn) {\r\n                nextBtn.href = targetUrl;\r\n            }\r\n            \r\n            \/\/ 2. Ajout de la redirection au clic sur toutes les images du collage\r\n            var collageImages = document.querySelectorAll(\".nav-collage__gallery .nav-collage__img\");\r\n            collageImages.forEach(function(img) {\r\n                img.addEventListener(\"click\", function() {\r\n                    window.location.href = targetUrl;\r\n                });\r\n            });\r\n        });\r\n    <\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Family Chalet A Sanctuary of Legacy by Norki In the magical land high up in the mountains, you can drink the sun with a straw like a big glass of orange juice. Fran\u00e7ois David Blue \u00c9tretat Cushion View product Deauville Cushion View product Camel \u00c9tretat Throw View product How to reinvent the family chalet [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":2832,"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-2834","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-non-classe-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Le Chalet de Famille | D\u00e9coration &amp; Art de Vivre<\/title>\n<meta name=\"description\" content=\"Norki r\u00e9interpr\u00e8te le chalet de famille : tons beige et cr\u00e8me, canap\u00e9s en peau lain\u00e9e et touches ludiques pour un luxe interg\u00e9n\u00e9rationnel.\" \/>\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\/the-family-chalet\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Le Chalet de Famille | D\u00e9coration &amp; Art de Vivre\" \/>\n<meta property=\"og:description\" content=\"Norki r\u00e9interpr\u00e8te le chalet de famille : tons beige et cr\u00e8me, canap\u00e9s en peau lain\u00e9e et touches ludiques pour un luxe interg\u00e9n\u00e9rationnel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-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-09-10T13:04:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-10T13:04:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille.png\" \/>\n\t<meta property=\"og:image:width\" content=\"466\" \/>\n\t<meta property=\"og:image:height\" content=\"530\" \/>\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\\\/the-family-chalet\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/\"},\"author\":{\"name\":\"Corentin Simon\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#\\\/schema\\\/person\\\/7399466ef9b296e88f8bcd805db6be4c\"},\"headline\":\"The Family Chalet\",\"datePublished\":\"2026-09-10T13:04:05+00:00\",\"dateModified\":\"2026-09-10T13:04:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/\"},\"wordCount\":488,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/Le_Chalet_de_Famille.png\",\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/\",\"url\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/\",\"name\":\"Le Chalet de Famille | D\u00e9coration & Art de Vivre\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/Le_Chalet_de_Famille.png\",\"datePublished\":\"2026-09-10T13:04:05+00:00\",\"dateModified\":\"2026-09-10T13:04:06+00:00\",\"description\":\"Norki r\u00e9interpr\u00e8te le chalet de famille : tons beige et cr\u00e8me, canap\u00e9s en peau lain\u00e9e et touches ludiques pour un luxe interg\u00e9n\u00e9rationnel.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/Le_Chalet_de_Famille.png\",\"contentUrl\":\"https:\\\/\\\/www.norki.com\\\/studio-chalet\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/Le_Chalet_de_Famille.png\",\"width\":466,\"height\":530},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/studio-chalet\\\/mountain-decor-inspiration-moodboard\\\/the-family-chalet\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/studio-chalet\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Family 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":"Le Chalet de Famille | D\u00e9coration & Art de Vivre","description":"Norki r\u00e9interpr\u00e8te le chalet de famille : tons beige et cr\u00e8me, canap\u00e9s en peau lain\u00e9e et touches ludiques pour un luxe interg\u00e9n\u00e9rationnel.","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\/the-family-chalet\/","og_locale":"fr_FR","og_type":"article","og_title":"Le Chalet de Famille | D\u00e9coration & Art de Vivre","og_description":"Norki r\u00e9interpr\u00e8te le chalet de famille : tons beige et cr\u00e8me, canap\u00e9s en peau lain\u00e9e et touches ludiques pour un luxe interg\u00e9n\u00e9rationnel.","og_url":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/","og_site_name":"Norki","article_publisher":"https:\/\/facebook.com\/NorkiDecoration","article_published_time":"2026-09-10T13:04:05+00:00","article_modified_time":"2026-09-10T13:04:06+00:00","og_image":[{"width":466,"height":530,"url":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille.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\/the-family-chalet\/#article","isPartOf":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/"},"author":{"name":"Corentin Simon","@id":"https:\/\/www.norki.com\/studio-chalet\/#\/schema\/person\/7399466ef9b296e88f8bcd805db6be4c"},"headline":"The Family Chalet","datePublished":"2026-09-10T13:04:05+00:00","dateModified":"2026-09-10T13:04:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/"},"wordCount":488,"commentCount":0,"publisher":{"@id":"https:\/\/www.norki.com\/studio-chalet\/#organization"},"image":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille.png","inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/","url":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/","name":"Le Chalet de Famille | D\u00e9coration & Art de Vivre","isPartOf":{"@id":"https:\/\/www.norki.com\/studio-chalet\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/#primaryimage"},"image":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille.png","datePublished":"2026-09-10T13:04:05+00:00","dateModified":"2026-09-10T13:04:06+00:00","description":"Norki r\u00e9interpr\u00e8te le chalet de famille : tons beige et cr\u00e8me, canap\u00e9s en peau lain\u00e9e et touches ludiques pour un luxe interg\u00e9n\u00e9rationnel.","breadcrumb":{"@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/#primaryimage","url":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille.png","contentUrl":"https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille.png","width":466,"height":530},{"@type":"BreadcrumbList","@id":"https:\/\/www.norki.com\/en\/studio-chalet\/mountain-decor-inspiration-moodboard\/the-family-chalet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.norki.com\/fr\/studio-chalet\/"},{"@type":"ListItem","position":2,"name":"The Family 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\/09\/Le_Chalet_de_Famille.png",466,530,false],"thumbnail":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille-150x150.png",150,150,true],"medium":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille-264x300.png",264,300,true],"medium_large":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille.png",466,530,false],"large":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille.png",466,530,false],"1536x1536":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille.png",466,530,false],"2048x2048":["https:\/\/www.norki.com\/studio-chalet\/wp-content\/uploads\/2026\/09\/Le_Chalet_de_Famille.png",466,530,false]},"uagb_author_info":{"display_name":"Corentin Simon","author_link":"https:\/\/www.norki.com\/studio-chalet\/inspiration-decoration-montagne\/author\/csimon\/"},"uagb_comment_info":0,"uagb_excerpt":"The Family Chalet A Sanctuary of Legacy by Norki In the magical land high up in the mountains, you can drink the sun with a straw like a big glass of orange juice. Fran\u00e7ois David Blue \u00c9tretat Cushion View product Deauville Cushion View product Camel \u00c9tretat Throw View product How to reinvent the family chalet\u2026","_links":{"self":[{"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2834","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=2834"}],"version-history":[{"count":3,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2834\/revisions"}],"predecessor-version":[{"id":2838,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/posts\/2834\/revisions\/2838"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/media\/2832"}],"wp:attachment":[{"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/media?parent=2834"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/categories?post=2834"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.norki.com\/studio-chalet\/wp-json\/wp\/v2\/tags?post=2834"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}