{"id":1767,"date":"2026-05-05T14:43:43","date_gmt":"2026-05-05T12:43:43","guid":{"rendered":"https:\/\/norki.com\/sur-mesure\/?page_id=1767"},"modified":"2026-06-09T15:35:10","modified_gmt":"2026-06-09T13:35:10","slug":"couture-fourrure-epv","status":"publish","type":"page","link":"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/","title":{"rendered":"Couture Fourrure EPV"},"content":{"rendered":"\n<style>\n    \/* ==========================================================================\n       1. RESET & VARIABLES\n       ========================================================================== *\/\n    :root {\n        --color-text: #ffffff;\n        --color-norki-brown: #50423d;\n        --color-norki-beige: #f8f0ea;\n        --font-sans: 'AvenirMedium', 'Montserrat', 'Futura', 'Helvetica Neue', sans-serif;\n        --font-serif: 'Baskerville', 'Playfair Display', 'Georgia', serif;\n        --shadow-text: 0 2px 8px rgba(0, 0, 0, 0.4);\n        \n        \/* Marges et Padding par d\u00e9faut *\/\n        --section-pad-v-dt: 80px;\n        --section-pad-v-tab: 60px;\n        --section-pad-v-mob: 50px;\n        --section-pad-h-dt: 5vw;\n        --section-pad-h-tab: 4vw;\n        --section-pad-h-mob: 20px;\n    }\n\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        background-color: #1a1a1a;\n    }\n\n    \/* ==========================================================================\n       2. STRUCTURE DU HERO (FULLSCREEN)\n       ========================================================================== *\/\n    .hero-banner-wrapper {\n        position: sticky;\n        top: 0;\n        z-index: 0;\n        width: 100%;\n        height: 100vh; \/* Hauteur adaptative \u00e0 l'\u00e9cran *\/\n        overflow: hidden;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* Image de fond en cover *\/\n    .hero-bg-image {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        object-position: center center;\n        z-index: 1;\n        transform: scale(1.2); \/* \u00c9tat initial zoom\u00e9 *\/\n        will-change: transform;\n    }\n\n    \/* Animation de d\u00e9zoom activ\u00e9e par JS au chargement *\/\n    .hero-banner-wrapper.is-loaded .hero-bg-image {\n        animation: dezoomHero 3s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n    }\n\n    @keyframes dezoomHero {\n        0% { transform: scale(1.2); }\n        100% { transform: scale(1); }\n    }\n\n    \/* Voile assombrissant l\u00e9ger pour garantir la lisibilit\u00e9 du texte *\/\n    .hero-overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: linear-gradient(\n            to bottom,\n            rgba(0, 0, 0, 0.1) 0%,\n            rgba(0, 0, 0, 0.3) 50%,\n            rgba(0, 0, 0, 0.1) 100%\n        );\n        z-index: 2;\n    }\n\n    \/* ==========================================================================\n       3. CONTENU (TEXTE & ICONE)\n       ========================================================================== *\/\n    .hero-content {\n        position: relative;\n        z-index: 3;\n        text-align: center;\n        color: var(--color-text);\n        padding: 0 20px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .hero-title {\n        margin: 0;\n        padding: 0;\n    }\n\n    .title-sans {\n        color: white;\n        display: block;\n        font-family: var(--font-sans);\n        font-size: 2.2rem;\n        font-weight: 400;\n        letter-spacing: 0.05em;\n        line-height: 1.2;\n        margin-bottom: 0.3rem;\n        text-shadow: var(--shadow-text);\n    }\n\n    .title-serif {\n        display: block;\n        font-size: 2.4rem;\n        font-weight: 400;\n        line-height: 1.2;\n        margin-bottom: 1.5rem;\n        text-shadow: var(--shadow-text);\n        color: white;\n    }\n\n    \/* Effet de curseur pour la machine \u00e0 \u00e9crire *\/\n    .typewriter-cursor::after {\n        content: '|';\n        animation: blinkCaret 0.8s step-end infinite;\n        font-weight: 300;\n        margin-left: 2px;\n    }\n    @keyframes blinkCaret {\n        0%, 100% { opacity: 1; }\n        50% { opacity: 0; }\n    }\n\n    \/* Picto Image *\/\n    .hero-icon-img {\n        width: 130px;\n        height: auto;\n        filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.4));\n        opacity: 0; \/* Masqu\u00e9 initialement, affich\u00e9 apr\u00e8s la machine \u00e0 \u00e9crire *\/\n        transform: translateY(10px);\n        transition: opacity 0.8s ease, transform 0.8s ease;\n    }\n\n    .hero-icon-img.is-visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    \/* ==========================================================================\n       4. RESPONSIVE DESIGN (TABLETTE & MOBILE)\n       ========================================================================== *\/\n    @media (max-width: 1024px) {\n        .title-sans {\n            font-size: 1.8rem;\n        }\n        .title-serif {\n            font-size: 2rem;\n        }\n        .hero-icon-img {\n            width: 100px;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .title-sans {\n            font-size: 1.4rem;\n        }\n        .title-serif {\n            font-size: 1.6rem;\n            margin-bottom: 1.2rem;\n        }\n        .hero-icon-img {\n            width: 75px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .title-sans {\n            font-size: 1.1rem;\n            letter-spacing: 0.02em;\n        }\n        .title-serif {\n            font-size: 1.3rem;\n        }\n    }\n\n    \/* ==========================================================================\n       5. SECTION EXPERTISE (MAQUETTE MARRON)\n       ========================================================================== *\/\n    .expertise-section {\n        position: relative;\n        z-index: 10; \/* S'assure que ce bloc passe au-dessus de la banni\u00e8re *\/\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        background-color: #1a1a1a;\n        overflow: hidden;\n    }\n\n    \/* Bloc brun sup\u00e9rieur *\/\n    .expertise-block {\n        background-color: var(--color-norki-brown); \n        width: 100%;\n        padding: var(--section-pad-v-dt) var(--section-pad-h-dt);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        z-index: 2;\n    }\n\n    \/* Contenu texte du bloc brun *\/\n    .expertise-text-content {\n        max-width: 850px;\n        color: #ffffff;\n    }\n\n    .expertise-title {\n        font-family: var(--font-sans);\n        color: white;\n        font-size: clamp(1.4rem, 2.5vw, 35px);\n        font-weight: 500;\n        line-height: 1.3;\n        margin-bottom: 2rem;\n        \/* \u00c9tat initial : invisible et d\u00e9cal\u00e9 vers le bas *\/\n        opacity: 0;\n        transform: translateY(20px);\n    }\n\n    .expertise-subtitle {\n        font-family: var(--font-sans);\n        font-size: 0.95rem;\n        line-height: 1.4;\n        font-weight: 300;\n        color: rgba(255, 255, 255, 0.9);\n        \/* \u00c9tat initial *\/\n        opacity: 0;\n        transform: translateY(20px);\n    }\n\n    \/* --- Logo & Lien EPV avec Animation Hover Premium --- *\/\n    .expertise-logo {\n        flex-shrink: 0;\n        margin-left: 3rem;\n        \/* \u00c9tat initial *\/\n        opacity: 0;\n        transform: translateY(20px);\n    }\n\n    \/* Conteneur de lien interactif *\/\n    .expertise-logo-link {\n        display: inline-block;\n        transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;\n        cursor: pointer;\n    }\n\n    \/* Animation fine et progressive de micro-zoom au survol *\/\n    .expertise-logo-link:hover {\n        transform: scale(1.06);\n        opacity: 0.9;\n    }\n\n    .expertise-logo img {\n        width: 165px;\n        height: auto;\n        display: block;\n    }\n\n    \/* Wrapper de l'image (en dessous) *\/\n    .expertise-image-wrapper {\n        position: relative;\n        width: 100%;\n        height: 70vh;\n        overflow: hidden;\n        z-index: 1;\n    }\n\n    \/* Conteneur de lien interactif pour la grande banni\u00e8re *\/\n    .expertise-image-link {\n        display: block;\n        width: 100%;\n        height: 100%;\n        overflow: hidden;\n        cursor: pointer;\n    }\n\n    .expertise-image {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transform: scale(1.2); \/* \u00c9tat initial zoom\u00e9 *\/\n        transform-origin: center center;\n        will-change: transform;\n        object-position: 25% center;\n        \/* Utilisation d'une transition plut\u00f4t que des keyframes pour permettre la superposition fluide du hover *\/\n        transition: transform 2.5s cubic-bezier(0.2, 0.8, 0.2, 1);\n    }\n\n    \/* \u00c9tat d\u00e9zoom\u00e9 lorsque la section est charg\u00e9e *\/\n    .expertise-section.is-loaded .expertise-image {\n        transform: scale(1);\n    }\n\n    \/* Micro-zoom interactif de 3% lors du survol de la banni\u00e8re *\/\n    .expertise-image-link:hover .expertise-image {\n        transform: scale(1.03);\n        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); \/* Transition plus r\u00e9active au survol *\/\n    }\n\n    \/* -----------------------------------------\n       ANIMATIONS (D\u00c9CLENCH\u00c9ES PAR .is-loaded)\n       ----------------------------------------- *\/\n\n    \/* 1. Apparition du titre (D\u00e9lai 0.3s) *\/\n    .expertise-section.is-loaded .expertise-title {\n        animation: fadeInUp 0.8s ease-out 0.3s forwards;\n    }\n\n    \/* 2. Apparition du sous-titre (D\u00e9lai 0.6s) *\/\n    .expertise-section.is-loaded .expertise-subtitle {\n        animation: fadeInUp 0.8s ease-out 0.6s forwards;\n    }\n\n    \/* 3. Apparition du logo (D\u00e9lai 0.9s) *\/\n    .expertise-section.is-loaded .expertise-logo {\n        animation: fadeInUp 0.8s ease-out 0.9s forwards;\n    }\n\n    @keyframes fadeInUp {\n        0% { transform: translateY(20px); opacity: 0; }\n        100% { transform: translateY(0); opacity: 1; }\n    }\n\n    \/* Responsive Expertise *\/\n    @media (max-width: 1024px) {\n        .expertise-block { padding: var(--section-pad-v-tab) var(--section-pad-h-tab); }\n    }\n\n    @media (max-width: 768px) {\n        .expertise-block {\n            flex-direction: column;\n            padding: var(--section-pad-v-mob) var(--section-pad-h-mob); \n            align-items: flex-start;\n        }\n        .expertise-logo {\n            margin-left: 0;\n            margin-top: 2rem;\n        }\n        .expertise-subtitle { \n            font-size: 0.95rem; \n        }\n        .expertise-subtitle br { \n            display: none; \/* Enl\u00e8ve les sauts de ligne forc\u00e9s sur mobile *\/\n        } \n        .expertise-image-wrapper { height: 50vh; }\n    }\n<\/style>\n\n<div class=\"hero-banner-wrapper\">\n    <!-- Image de fond du Hero -->\n    <img decoding=\"async\" src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/savoir-faire-couture-fourrure-norki-marron.jpg\" alt=\"D\u00e9tail de couture \u00e0 la machine\" class=\"hero-bg-image\" fetchpriority=\"high\" loading=\"eager\">\n    \n    <div class=\"hero-overlay\" aria-hidden=\"true\"><\/div>\n\n    <div class=\"hero-content\">\n        <h1 class=\"hero-title\">\n            <span class=\"title-sans\">Couture Fourrure EPV<\/span>\n            <span class=\"title-serif baskerville-italic-font\">Plaids, coussins, tapis<\/span>\n        <\/h1>\n        \n        <!-- Picto Image de couture -->\n        <img decoding=\"async\" src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/Picto_Couture-Fourrure-EPV.png\" alt=\"Picto Couture Fourrure\" class=\"hero-icon-img\" loading=\"lazy\">\n    <\/div>\n<\/div>\n\n<!-- SECTION EXPERTISE (MAQUETTE MARRON) -->\n<section class=\"expertise-section\" id=\"expertise\">\n    \n    <!-- Bloc Brun -->\n    <div class=\"expertise-block\">\n        <div class=\"expertise-text-content\">\n            <h2 class=\"expertise-title\">\n                Un savoir-faire artisanal d&rsquo;exception<br>\n                \u2013 Labellis\u00e9 EPV\n            <\/h2>\n            <p class=\"expertise-subtitle\">\n                H\u00e9ritage familial et c\u0153ur battant de notre Atelier, la couture<br>\n                fourrure incarne l&rsquo;excellence d&rsquo;un artisanat rare, o\u00f9 la pr\u00e9cision<br>\n                du geste rencontre la noblesse de la mati\u00e8re.\n            <\/p>\n        <\/div>\n        \n        <!-- Logo EPV anim\u00e9 reli\u00e9 \u00e0 la page certification -->\n        <div class=\"expertise-logo\">\n            <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/label-epv-entreprise-patrimoine-vivant\/\" class=\"expertise-logo-link\" title=\"D\u00e9couvrir le label Entreprise du Patrimoine Vivant\">\n                <img decoding=\"async\" src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/Logo-EPV-blanc-1.png\" alt=\"Logo EPV - Entreprise du Patrimoine Vivant\" width=\"110\" height=\"110\" loading=\"lazy\">\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Banni\u00e8re du bas li\u00e9e \u00e0 la page certification -->\n    <div class=\"expertise-image-wrapper\">\n        <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/label-epv-entreprise-patrimoine-vivant\/\" class=\"expertise-image-link\" title=\"D\u00e9couvrir notre savoir-faire labellis\u00e9 EPV\">\n            <img decoding=\"async\" src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/banniere-EPV-2048x792.png\" alt=\"D\u00e9tail fourrure et label EPV rouge\" class=\"expertise-image\" width=\"1920\" height=\"744\" loading=\"lazy\">\n        <\/a>\n    <\/div>\n\n<\/section>\n\n<!-- SCRIPT JS POUR D\u00c9CLENCHER LES ANIMATIONS APR\u00c8S LE CHARGEMENT -->\n<script>\n    \/\/ --- PR\u00c9PARATION : Machine \u00e0 \u00e9crire ---\n    \/\/ Ex\u00e9cut\u00e9 d\u00e8s que le DOM est pr\u00eat pour stocker le texte et vider les balises \n    \/\/ avant qu'il ne s'affiche \u00e0 l'\u00e9cran (\u00e9vite le flash de texte).\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const titleSans = document.querySelector('.title-sans');\n        const titleSerif = document.querySelector('.title-serif');\n        \n        if(titleSans && titleSerif) {\n            titleSans.dataset.text = titleSans.textContent.trim();\n            titleSerif.dataset.text = titleSerif.textContent.trim();\n            \n            titleSans.textContent = '';\n            titleSerif.textContent = '';\n        }\n    });\n\n    \/\/ L'\u00e9v\u00e9nement 'load' garantit que TOUTES les images sont charg\u00e9es avant d'autoriser l'animation\n    window.addEventListener(\"load\", function() {\n        \n        \/\/ 1. D\u00c9ZOOM DE L'IMAGE HERO (Premi\u00e8re image)\n        const heroWrapper = document.querySelector('.hero-banner-wrapper');\n        if (heroWrapper) {\n            heroWrapper.classList.add('is-loaded');\n        }\n\n        \/\/ 2. MACHINE A \u00c9CRIRE SUR LE HERO\n        const titleSans = document.querySelector('.title-sans');\n        const titleSerif = document.querySelector('.title-serif');\n        const icon = document.querySelector('.hero-icon-img');\n\n        if(titleSans && titleSerif) {\n            const textSans = titleSans.dataset.text;\n            const textSerif = titleSerif.dataset.text;\n            const speed = 40; \/\/ Vitesse de frappe tr\u00e8s rapide (en millisecondes)\n\n            let i = 0;\n            function typeWriterSans() {\n                if (i === 0) titleSans.classList.add('typewriter-cursor');\n                if (i < textSans.length) {\n                    titleSans.textContent += textSans.charAt(i);\n                    i++;\n                    setTimeout(typeWriterSans, speed);\n                } else {\n                    titleSans.classList.remove('typewriter-cursor');\n                    setTimeout(typeWriterSerif, 250); \/\/ Courte pause avant la 2\u00e8me ligne\n                }\n            }\n\n            let j = 0;\n            function typeWriterSerif() {\n                if (j === 0) titleSerif.classList.add('typewriter-cursor');\n                if (j < textSerif.length) {\n                    titleSerif.textContent += textSerif.charAt(j);\n                    j++;\n                    setTimeout(typeWriterSerif, speed);\n                } else {\n                    titleSerif.classList.remove('typewriter-cursor');\n                    \/\/ 3. Fait apparaitre le picto en douceur \u00e0 la toute fin\n                    if (icon) icon.classList.add('is-visible');\n                }\n            }\n\n            \/\/ Lancement de la machine \u00e0 \u00e9crire avec un tr\u00e8s l\u00e9ger d\u00e9calage apr\u00e8s le d\u00e9zoom\n            setTimeout(typeWriterSans, 300);\n        }\n\n        \/\/ --------------------------------------------------------\n        \/\/ L'Observer existant pour la section Expertise\n        const observerOptions = {\n            root: null,\n            rootMargin: '0px',\n            threshold: 0.2 \/\/ D\u00e9clenche quand 20% du bloc est visible \u00e0 l'\u00e9cran\n        };\n\n        const observer = new IntersectionObserver((entries, observer) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    \/\/ Ajoute la classe qui lance le d\u00e9zoom et l'apparition du texte en cascade\n                    entry.target.classList.add('is-loaded');\n                    \/\/ On d\u00e9sactive l'observation pour que l'animation ne se joue qu'une seule fois\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, observerOptions);\n\n        const expertiseSection = document.querySelector('.expertise-section');\n        if (expertiseSection) {\n            observer.observe(expertiseSection);\n        }\n    });\n<\/script>\n\n\n\n<style>\n    \/* ==========================================================================\n       SECTION SAVOIR-FAIRE & EXPERTISE (COUTURE FOURRURE EPV)\n       ========================================================================== *\/\n\n    \/* CONTENEUR PRINCIPAL *\/\n    .norki-sf-fourrure {\n        padding: var(--section-pad-v-dt, 80px) var(--section-pad-h-dt, 5vw);\n        min-width: 0;\n        z-index: 10;\n        position: relative;\n        background-color: var(--color-norki-beige, #f8f0ea);\n        color: black;\n        box-sizing: border-box;\n    }\n\n    .norki-sf-fourrure__container {\n        max-width: 100%;\n        margin: 0 auto;\n    }\n\n    \/* EN-T\u00caTE ET NAVIGATION *\/\n    .norki-sf-fourrure__title {\n        text-align: center;\n        font-size: clamp(1.4rem, 2.5vw, 35px);\n        font-weight: 500;\n        margin-bottom: 35px;\n        letter-spacing: -0.01em;\n        margin-top: 0;\n    }\n\n    .norki-sf-fourrure__nav {\n        margin-bottom: 70px;\n    }\n\n    .norki-sf-fourrure__nav ul {\n        list-style: none;\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 15px 60px;\n        padding: 0;\n        margin: 0;\n    }\n\n    .norki-sf-fourrure__nav-link {\n        text-decoration: underline;\n        text-decoration-color: transparent;\n        text-underline-offset: 4px;\n        text-decoration-thickness: 1px;\n        color: black;\n        font-size: 0.95rem;\n        font-weight: 500;\n        transition: text-decoration-color 0.3s ease, opacity 0.3s ease;\n    }\n\n    \/* Souligne au survol pour les onglets inactifs *\/\n    .norki-sf-fourrure__nav-link:hover {\n        text-decoration-color: rgba(0,0,0,0.7);\n        color: rgba(0,0,0,0.7);\n    }\n\n    \/* Soulignement permanent pour l'onglet actif *\/\n    .norki-sf-fourrure__nav-link.active {\n        text-decoration-color: black;\n        opacity: 1;\n    }\n\n    \/* L'onglet actif perd TOUJOURS son soulignement au survol (que ce soit lui ou un autre lien) *\/\n    .norki-sf-fourrure__nav ul:has(.norki-sf-fourrure__nav-link:hover) .norki-sf-fourrure__nav-link.active,\n    .norki-sf-fourrure__nav-link.active:hover {\n        text-decoration-color: transparent;\n    }\n\n    \/* COLONNES DE TEXTE (CSS Grid) *\/\n    .norki-sf-fourrure__text-columns {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 60px;\n        margin-bottom: 80px;\n    }\n\n    .norki-sf-fourrure__text-column {\n        font-size: 0.95rem;\n        line-height: 1.5;\n    }\n\n    \/* Style global des liens in-text (DA) *\/\n    .norki-sf-fourrure__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        font-weight: 500; \/* Maintenu du code original de cette section *\/\n        transition: text-decoration-color 0.3s ease, opacity 0.3s ease;\n    }\n\n    .norki-sf-fourrure__inline-link:hover {\n        text-decoration-color: transparent;\n        opacity: 0.7;\n    }\n\n    \/* GALERIE D'IMAGES (Flexbox) *\/\n    .norki-sf-fourrure__gallery {\n        display: flex;\n        gap: 20px;\n        height: 650px; \n    }\n\n    .norki-sf-fourrure__img-left {\n        flex: 1.4;\n        background-color: #e5dfd9;\n        overflow: hidden;\n    }\n\n    .norki-sf-fourrure__img-right {\n        flex: 1;\n        background-color: #e5dfd9;\n        overflow: hidden;\n    }\n\n    .norki-sf-fourrure__gallery img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.6s ease;\n    }\n    \n    .norki-sf-fourrure__img-left:hover img, \n    .norki-sf-fourrure__img-right:hover img {\n        transform: scale(1.02);\n    }\n\n    \/* RESPONSIVE TABLET & MOBILE *\/\n    .norki-sf-fourrure__btn-more {\n        font-style: italic;\n        font-size: 0.95rem;\n        display: none; \n        background: transparent;\n        border: none;\n        color: inherit;\n        font-family: inherit;\n        cursor: pointer;\n        text-decoration: underline;\n        text-decoration-color: currentColor;\n        text-underline-offset: 4px;\n        transition: text-decoration-color 0.3s ease, opacity 0.3s ease;\n        padding: 0;\n    }\n    \n    .norki-sf-fourrure__btn-more:hover {\n        text-decoration-color: transparent;\n        opacity: 0.7;\n    }\n\n    @media (max-width: 992px) {\n        .norki-sf-fourrure {\n            padding: var(--section-pad-v-tab, 50px) var(--section-pad-h-tab, 4vw);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .norki-sf-fourrure {\n            padding: var(--section-pad-v-mob, 40px) var(--section-pad-h-mob, 20px);\n        }\n    }\n\n    @media (max-width: 1023px) {\n        .norki-sf-fourrure__container {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .norki-sf-fourrure__title {\n            text-align: left;\n            margin-bottom: 30px;\n            order: 1;\n        }\n\n        .norki-sf-fourrure__nav {\n            margin-bottom: 40px;\n            order: 2;\n        }\n\n        .norki-sf-fourrure__nav ul {\n            flex-direction: column;\n            gap: 15px;\n            align-items: flex-start;\n        }\n\n        .norki-sf-fourrure__text-columns, \n        .norki-sf-fourrure__gallery {\n            display: contents;\n        }\n\n        .norki-sf-fourrure__text-column p {\n            margin-top: 0;\n            margin-bottom: 0;\n        }\n\n        \/* 1er bloc de texte *\/\n        .norki-sf-fourrure__text-column:nth-of-type(1) {\n            order: 3;\n            margin-bottom: 20px;\n        }\n\n        \/* Le bloc de texte d\u00e9roulant (Colonne 2) *\/\n        #extra-wrapper-fourrure { \n            order: 4;\n            display: grid;\n            grid-template-rows: 0fr; \n            transition: grid-template-rows 0.4s ease-out;\n            overflow: hidden;\n        }\n\n        #extra-wrapper-fourrure.is-open { \n           grid-template-rows: 1fr;\n        }\n\n        .norki-sf-fourrure__expand-content {\n            overflow: hidden;\n        }\n        \n        .norki-sf-fourrure__expand-content p {\n            margin-bottom: 20px; \n        }\n\n        \/* Le bouton \"Voir plus\" *\/\n        .norki-sf-fourrure__btn-more {\n            display: inline-block;\n            order: 5;\n            align-self: flex-start;\n            margin-bottom: 40px;\n        }\n\n        .norki-sf-fourrure__img-left {\n            order: 6;\n            margin-bottom: 30px;\n            width: 100%;\n            height: auto;\n            aspect-ratio: 4\/5;\n        }\n\n        \/* Le 3\u00e8me bloc de texte *\/\n        .norki-sf-fourrure__text-column:nth-of-type(3) {\n            order: 7;\n            width: 65%;\n            margin-left: auto;\n            margin-bottom: 40px;\n            font-size: 0.95rem;\n        }\n\n        .norki-sf-fourrure__img-right {\n            order: 8;\n            width: 100%;\n            height: auto;\n            aspect-ratio: 4\/5;\n        }\n    }\n<\/style>\n\n<section class=\"norki-sf-fourrure\">\n    <div class=\"norki-sf-fourrure__container\">\n        \n        <!-- Titre principal -->\n        <h2 class=\"norki-sf-fourrure__title avenirmedium-font\">Nos savoir-faire<\/h2>\n        \n        <!-- Navigation -->\n        <nav class=\"norki-sf-fourrure__nav\" aria-label=\"Navigation des savoir-faire\">\n            <ul>\n                <li><a href=\"#\" class=\"norki-sf-fourrure__nav-link active\" aria-current=\"page\">Couture Fourrure EPV<\/a><\/li>\n                <li><a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/tapisserie-ameublement-sur-mesure\/\" class=\"norki-sf-fourrure__nav-link\">Tapisserie d&rsquo;ameublement<\/a><\/li>\n                <li><a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-ameublement-rideaux\/\" class=\"norki-sf-fourrure__nav-link\">Couture d&rsquo;ameublement<\/a><\/li>\n                <li><a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/tapis-sur-mesure-peau-fourrure\/\" class=\"norki-sf-fourrure__nav-link\">Tapis sur mesure<\/a><\/li>\n                <li><a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/broderie-haute-couture\/\" class=\"norki-sf-fourrure__nav-link\">Broderie<\/a><\/li>\n            <\/ul>\n        <\/nav>\n        \n        <!-- Texte en 3 colonnes -->\n        <div class=\"norki-sf-fourrure__text-columns\">\n            <!-- COLONNE 1 -->\n            <div class=\"norki-sf-fourrure__text-column\">\n                <p>Fond\u00e9e en 2010 par <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/label-epv-entreprise-patrimoine-vivant\/#Sonia-Linard\" class=\"norki-sf-fourrure__inline-link\" title=\"D\u00e9couvrir l'histoire de Sonia Linard\">Sonia Linard<\/a>, la Maison NORKI perp\u00e9tue un savoir-faire ancestral d&rsquo;origine polonaise, transmis par ses grands-parents fourreurs. Anim\u00e9e par la volont\u00e9 de pr\u00e9server cet h\u00e9ritage familial, la fondatrice a choisi de le r\u00e9inventer et de lui donner une nouvelle expression dans l&rsquo;univers du design et de la cr\u00e9ation contemporaine.<\/p>\n            <\/div>\n            \n            <!-- COLONNE 2 : Zone qui s'ouvre\/ferme sur mobile -->\n            <div class=\"norki-sf-fourrure__text-column norki-sf-fourrure__expand-wrapper\" id=\"extra-wrapper-fourrure\">\n                <div class=\"norki-sf-fourrure__expand-content\">\n                    <p>Mati\u00e8re noble et d\u00e9licate, la fourrure exige une connaissance approfondie des peaux, une s\u00e9lection exigeante et une ma\u00eetrise parfaite des techniques d&rsquo;assemblage. Chaque geste demande patience, pr\u00e9cision et sens du d\u00e9tail, qualit\u00e9s essentielles pour r\u00e9v\u00e9ler toute la richesse et la subtilit\u00e9 de cette mati\u00e8re vivante.<\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- BOUTON MOBILE UNIQUEMENT -->\n            <button type=\"button\" class=\"norki-sf-fourrure__btn-more\" id=\"voir-plus-btn-fourrure\">Voir plus<\/button>\n            \n            <!-- COLONNE 3 -->\n            <div class=\"norki-sf-fourrure__text-column\">\n                <p>Ce travail artisanal, minutieux et exigeant, s&rsquo;inscrit dans une d\u00e9marche de transmission et d&rsquo;innovation qui fait aujourd&rsquo;hui la singularit\u00e9 de notre Maison. La ma\u00eetrise de cet artisanat d&rsquo;excellence a valu \u00e0 NORKI la reconnaissance du label <a href=\"https:\/\/www.economie.gouv.fr\/entreprises\/developper-son-entreprise\/labels-qualite-et-valorisation-du-savoir-faire\/le-label-entreprise-du-patrimoine-vivant-epv-quels-avantages\" class=\"norki-sf-fourrure__inline-link\" target=\"_blank\" rel=\"noopener\" title=\"En savoir plus sur le label d'\u00c9tat EPV\">Entreprise du Patrimoine Vivant<\/a>, distinction officielle de l&rsquo;\u00c9tat, attribu\u00e9e aux maisons fran\u00e7aises d\u00e9tenant des savoir-faire rares et d&rsquo;exception.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Galerie d'images -->\n        <div class=\"norki-sf-fourrure__gallery\">\n            <div class=\"norki-sf-fourrure__img-left\">\n                <img decoding=\"async\" src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/Sonia-Linard-Atelier-Couture-fourrure-Norki.jpg\" alt=\"Artisanes travaillant dans l'atelier de couture NORKI\" loading=\"lazy\">\n            <\/div>\n            <div class=\"norki-sf-fourrure__img-right\">\n                <img decoding=\"async\" src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/Fur-sewing-machine-norki.jpg\" alt=\"Plan rapproch\u00e9 d'une machine \u00e0 coudre en action sur de la fourrure\" loading=\"lazy\">\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n        \n        \/\/ --- 1. Gestion du bouton \"Voir plus\" (Mobile) ---\n        const btnFourrure = document.getElementById('voir-plus-btn-fourrure'); \n        const wrapperFourrure = document.getElementById('extra-wrapper-fourrure'); \n\n        if (btnFourrure && wrapperFourrure) {\n            btnFourrure.addEventListener('click', () => {\n                const isOpen = wrapperFourrure.classList.toggle('is-open');\n                \/\/ Mise \u00e0 jour du texte du bouton\n                btnFourrure.textContent = isOpen ? 'Voir moins' : 'Voir plus';\n            });\n        }\n    });\n<\/script>\n\n\n\n<style>\n    \/* * Variables d\u00e9finies localement pour l'ind\u00e9pendance du composant, \n     * \u00e0 fusionner avec votre :root global si n\u00e9cessaire.\n     *\/\n    :root {\n        --text-main: black;\n        --font-serif: 'Playfair Display', Georgia, serif;\n        \/* Police pr\u00e9sum\u00e9e pour les guillemets d'apr\u00e8s votre exemple *\/\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: 15px var(--section-pad-h-dt, 5vw);\n        background-color: #f8f0ea;\n        z-index: 10;\n        position: relative;\n    }\n\n    .bloc-citation-norki {\n        position: relative;\n        max-width: 680px; \/* Largeur calcul\u00e9e pour forcer les retours \u00e0 la ligne naturels *\/\n        margin: 0 auto;\n        text-align: center;\n        padding: 20px 40px; \/* Espace r\u00e9serv\u00e9 pour ne pas chevaucher les guillemets *\/\n    }\n\n    .bloc-citation-norki p {\n        font-size: 1.6rem;\n        line-height: 1.45;\n        color: var(--text-main);\n        font-weight: 400;\n        margin: 0;\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    .bloc-citation-norki::before {\n        content: '\\201C'; \/* Code Unicode pour le guillemet ouvrant \u201c *\/\n        top: 30px;\n        left: -10px;\n    }\n\n    .bloc-citation-norki::after {\n        content: '\\201D'; \/* Code Unicode pour le guillemet fermant \u201d *\/\n        bottom: -30px;\n        right: 0px;\n    }\n\n\n    \/* Responsive Design *\/\n    @media (max-width: 768px) {\n        .norki-quote-wrapper {\n            padding: 40px 15px;\n        }\n        \n        .bloc-citation-norki {\n            \/* On resserre la bo\u00eete englobante pour rapprocher les guillemets *\/\n            padding: 10px 15px; \n            max-width: 100%;\n        }\n        \n        .bloc-citation-norki p {\n            font-size: 1.25rem;\n            padding: 0 20px;\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::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: 31px;\n             left: 10px;\n        }\n        \n        .bloc-citation-norki::after {\n            bottom: -6px;\n            right: 11px;\n        }\n    }\n<\/style>\n\n<div class=\"norki-quote-wrapper\">\n    <div class=\"bloc-citation-norki\">\n        <p class=\"baskerville-italic-font\">\n            Atelier fran\u00e7ais EPV, Norki est l\u2019une des derni\u00e8res<br>\n            Maisons \u00e0 proposer des coussins, plaids et tapis en<br>\n            fourrure, symbole d\u2019un savoir-faire d\u2019exception.\n        <\/p>\n    <\/div>\n<\/div>\n\n\n\n<style>\n  \/* ==========================================================================\n     SECTION EXPERTISE ATELIER COUTURE FOURRURE\n     ========================================================================== *\/\n\n  .norki-expertise {\n    \/* Propri\u00e9t\u00e9s requises *\/\n    z-index: 10;\n    position: relative;\n    background-color: var(--color-norki-beige, #f8f0ea);\n    color: black;\n    \n    \/* Espacements et mise en forme globale *\/\n    box-sizing: border-box;\n  }\n\n  .norki-expertise *, .norki-expertise *::before, .norki-expertise *::after {\n    box-sizing: inherit;\n  }\n\n  .norki-expertise__content {\n    margin-bottom: 3rem;\n    padding: var(--section-pad-v-dt, 80px) var(--section-pad-h-dt, 5vw);\n    padding-bottom: 0;\n  }\n\n  .norki-expertise__title {\n    font-size: clamp(1.4rem, 2.5vw, 35px);\n    font-weight: 500;\n    line-height: 1.2;\n    margin-top: 0;\n    margin-bottom: 1.5rem;\n  }\n\n  .norki-expertise__text {\n    font-size: 0.95rem;\n    line-height: 1.5;\n    margin-top: 0;\n    margin-bottom: 1.25rem;\n    max-width: 500px;\n  }\n\n  \/* Animation DA pour les liens int\u00e9gr\u00e9s au texte *\/\n  .norki-expertise__inline-link {\n    color: inherit;\n    text-decoration: underline;\n    text-decoration-color: currentColor;\n    text-underline-offset: 3px;\n    text-decoration-thickness: 1px;\n    transition: text-decoration-color 0.3s ease, opacity 0.3s ease;\n  }\n\n  .norki-expertise__inline-link:hover {\n    text-decoration-color: transparent;\n    opacity: 0.7;\n  }\n\n  \/* Style de la zone de texte additionnel *\/\n  .norki-expertise__extra-wrapper {\n    display: grid;\n    grid-template-rows: 0fr;\n    transition: grid-template-rows 0.4s ease-out;\n  }\n\n  .norki-expertise__extra-wrapper.is-open {\n    grid-template-rows: 1fr;\n  }\n\n  .norki-expertise__extra-content {\n    overflow: hidden;\n  }\n\n  .norki-expertise__link {\n    display: inline-block;\n    font-size: 0.95rem;\n    font-style: italic;\n    text-decoration: underline;\n    text-decoration-color: currentColor;\n    color: inherit;\n    text-underline-offset: 3px;\n    text-decoration-thickness: 1px;\n    margin-top: 0.5rem;\n    transition: opacity 0.3s ease, text-decoration-color 0.3s ease;\n  }\n\n  \/* Reset des styles pour le bouton 'Voir plus' *\/\n  button.norki-expertise__link {\n    background: transparent;\n    border: none;\n    padding: 0;\n    cursor: pointer;\n    font-family: inherit;\n  }\n\n  .norki-expertise__link:hover {\n    opacity: 0.7;\n    text-decoration-color: transparent;\n  }\n\n  \/* Styles Bouton WhatsApp (Secondary Style) *\/\n  .norki-exc__btn {\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    padding: 4px 25px;\n    text-decoration: none;\n    font-size: .9rem;\n    font-weight: 500;\n    transition: all 0.3s ease;\n    border: 1px solid black;\n    font-family: inherit;\n    cursor: pointer;\n  }\n\n  .norki-exc__btn--secondary {\n    background-color: transparent;\n    color: black;\n    border-color: black;\n  }\n\n  .norki-exc__btn--secondary:hover {\n    background-color: black;\n    color: #fff;\n  }\n\n  .norki-expertise__gallery {\n    display: flex;\n    gap: 2rem;\n    align-items: stretch;\n    max-width: 1300px;\n    padding-bottom: clamp(40px, 7vw, 125px);\n  }\n\n  .norki-expertise__image-wrapper--left {\n    flex: 0 0 38%; \/* G\u00e8re la proportion visuelle de l'image de gauche *\/\n  }\n\n  .norki-expertise__image-wrapper--right {\n    flex: 1; \/* Prend l'espace restant *\/\n  }\n\n  .norki-expertise__image {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* Responsive : Tablettes portrait et mobiles *\/\n  @media (max-width: 992px) {\n    .norki-expertise__content {\n      padding: var(--section-pad-v-tab, 60px) var(--section-pad-h-tab, 4vw);\n      padding-bottom: 0;\n    }\n  }\n\n  @media (max-width: 820px) {\n    .norki-expertise__gallery {\n      gap: 1rem;\n    }\n  }\n\n  \/* Responsive : Petits \u00e9crans (Smartphones) *\/\n  @media (max-width: 768px) {\n    .norki-expertise__content {\n      padding: var(--section-pad-v-mob, 40px) var(--section-pad-h-mob, 20px);\n      padding-bottom: 0;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .norki-expertise__gallery {\n      flex-direction: column;\n    }\n    \n    .norki-expertise__image-wrapper--left,\n    .norki-expertise__image-wrapper--right {\n      flex: none;\n      width: 100%;\n      aspect-ratio: 4 \/ 3; \/* Donne une hauteur fixe proportionnelle sur mobile *\/\n    }\n  }\n<\/style>\n\n<section class=\"norki-expertise\">\n  <div class=\"norki-expertise__content\">\n    <h2 class=\"norki-expertise__title avenirmedium-font\">Couture fourrure : l&rsquo;expertise de notre Atelier fran\u00e7ais<\/h2>\n    \n    <p class=\"norki-expertise__text\">\n      La couture fourrure prend vie dans notre <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/\" class=\"norki-expertise__inline-link\" title=\"D\u00e9couvrir notre bureau d'\u00e9tudes\">Atelier situ\u00e9 \u00e0 Strasbourg<\/a>,\n      o\u00f9 chaque pi\u00e8ce est enti\u00e8rement r\u00e9alis\u00e9e en France.\n    <\/p>\n    \n    <p class=\"norki-expertise__text\">\n      La fourrure est une mati\u00e8re vivante, porteuse d\u2019histoire, qui se pr\u00eate\n      \u00e0 de multiples interpr\u00e9tations contemporaines. Loin des clich\u00e9s, elle\n      devient un v\u00e9ritable langage cr\u00e9atif o\u00f9 l\u2019artisanat se met au service\n      de l\u2019esth\u00e9tique.\n    <\/p>\n\n    <div class=\"norki-expertise__extra-wrapper\" id=\"extra-wrapper-expertise\">\n      <div class=\"norki-expertise__extra-content\">\n        <p class=\"norki-expertise__text\">\n          Les techniques contemporaines viennent compl\u00e9ter le savoir-faire traditionnel pour la cr\u00e9ation de <a href=\"https:\/\/www.norki.com\/fr\/25-mobilier-design-et-audacieux-made-in-france-norki\" class=\"norki-expertise__inline-link\" title=\"D\u00e9couvrir nos collections de mobilier\">mobilier<\/a> et d\u2019<a href=\"https:\/\/www.norki.com\/fr\/16-collection-assises-et-fauteuils-de-createurs-maison-norki\" class=\"norki-expertise__inline-link\" title=\"D\u00e9couvrir nos collections d'assises\">assises<\/a>. Le travail sur la mati\u00e8re devient plus libre : gainage pr\u00e9cis, d\u00e9coupe et mise en forme de la mousse, assemblages innovants. L\u2019industrialisation est \u00e9galement int\u00e9gr\u00e9e de mani\u00e8re r\u00e9fl\u00e9chie, avec notamment l\u2019utilisation d\u2019agrafes pour remplacer la pose traditionnelle de semences, tout en conservant la cr\u00e9ativit\u00e9 et la qualit\u00e9 du fait main.\n        <\/p>\n      <\/div>\n    <\/div>\n    \n    <button type=\"button\" class=\"norki-expertise__link\" id=\"voir-plus-btn-expertise\">Voir plus<\/button>\n    <div style=\"margin-top: 30px\">\n        <a href=\"https:\/\/api.whatsapp.com\/send?phone=33647923857\" class=\"norki-exc__btn norki-exc__btn--secondary\" target=\"_blank\" rel=\"noopener\" title=\"Contactez-nous directement sur WhatsApp\">Whatsapp us<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"norki-expertise__gallery\">\n    <div class=\"norki-expertise__image-wrapper--left\">\n      <img decoding=\"async\" src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/hide-and-fur-sewing-know-how.jpg\" alt=\"Ciseaux de tailleur d\u00e9coupant de la fourrure dans l'atelier\" class=\"norki-expertise__image\" loading=\"lazy\">\n    <\/div>\n    <div class=\"norki-expertise__image-wrapper--right\">\n      <img decoding=\"async\" src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/Atelier-assemblage-peau-fourrure.jpg\" alt=\"Artisan touchant et assemblant une pi\u00e8ce de fourrure\" class=\"norki-expertise__image\" loading=\"lazy\">\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  document.addEventListener('DOMContentLoaded', () => {\n    const btn = document.getElementById('voir-plus-btn-expertise');\n    const wrapper = document.getElementById('extra-wrapper-expertise');\n\n    if (btn && wrapper) {\n      btn.addEventListener('click', () => {\n        wrapper.classList.toggle('is-open');\n        \n        if (wrapper.classList.contains('is-open')) {\n          btn.textContent = 'Voir moins';\n        } else {\n          btn.textContent = 'Voir plus';\n        }\n      });\n    }\n  });\n<\/script>\n\n\n\n<style> \n  \/* ========================================================================== \n      SECTION CARROUSEL FOURRURE & D\u00c9CORATION \n      ========================================================================== *\/ \n\n  :root { \n    --norki-brown: #5a4a42; \n    --norki-light: #f8f0ea; \n    --norki-transition: 0.5s cubic-bezier(0.4, 0.0, 0.2, 1); \n  } \n\n  .norki-section { \n    z-index: 10; \n    position: relative; \n    background-color: var(--norki-brown); \n    color: #ffffff; \n    padding-top: var(--section-pad-v-dt, 80px); \n    overflow: hidden; \n    box-sizing: border-box; \n  } \n\n  .norki-section * { \n    box-sizing: border-box; \n  } \n\n  .norki-container { \n    padding: 0 var(--section-pad-h-dt, 5vw); \n  } \n\n  \/* --- En-t\u00eate --- *\/ \n  .norki-header-text { \n    max-width: 650px; \n  } \n\n  .norki-header-text h2 { \n    font-size: clamp(1.4rem, 2.5vw, 35px); \n    font-weight: 400; \n    line-height: 1.1; \n    margin: 0 0 25px 0; \n    color: var(--norki-light); \n  } \n\n  .norki-header-text p { \n    font-size: 0.9rem; \n    line-height: 1.5; \n    margin: 0 0 15px 0; \n    color: var(--norki-light); \n  } \n\n  .norki-header-text p:last-child { \n    margin-bottom: 0; \n  } \n\n  \/* DA: Style d'animation fluide pour les liens in-text sur fond sombre *\/\n  .norki-inline-link { \n    color: inherit; \n    text-decoration: underline;\n    text-decoration-color: currentColor;\n    text-underline-offset: 3px;\n    text-decoration-thickness: 1px;\n    transition: text-decoration-color 0.3s ease, opacity 0.3s ease;\n  } \n  \n  .norki-inline-link:hover {\n      text-decoration-color: transparent;\n      opacity: 0.8;\n  }\n\n  \/* --- Actions (Bouton Principal + Fl\u00e8ches) --- *\/ \n  .norki-header-bottom { \n    display: flex; \n    justify-content: space-between; \n    align-items: flex-end; \n    margin-top: 40px; \n    margin-bottom: 40px; \n  } \n\n  .norki-btn { \n    display: inline-block; \n    background-color: var(--norki-light); \n    color: #534b43; \n    text-decoration: none; \n    padding: 4px 27px; \n    font-size: 0.9rem; \n    font-weight: 500; \n    transition: background-color 0.3s ease; \n  } \n\n  .norki-btn:hover { \n    background-color: #dfdbd3; \n  } \n\n  .norki-arrows { \n    display: flex; \n    gap: 15px; \n  } \n\n  .norki-arrows button { \n    background: none; \n    border: none; \n    color: #ffffff; \n    cursor: pointer; \n    padding: 5px; \n    display: flex; \n    align-items: center; \n    justify-content: center; \n    transition: opacity 0.3s ease; \n  } \n\n  @media (hover: hover) { \n    .norki-arrows button:hover { \n      opacity: 0.6; \n    } \n  } \n\n  .norki-arrows button:active { \n    opacity: 0.6; \n  } \n\n  .norki-arrows svg { \n    width: 28px; \n    height: 28px; \n    fill: none; \n    stroke: currentColor; \n    stroke-width: 1.2; \n  } \n\n  \/* --- Carrousel --- *\/ \n  .norki-carousel { \n    position: relative; \n    width: 100%; \n  } \n\n  .norki-carousel-viewport { \n    overflow: hidden; \n    touch-action: pan-y;  \n  } \n\n  .norki-carousel-track { \n    display: flex; \n    will-change: transform; \n  } \n\n  .norki-slide { \n    flex: 0 0 25%; \n    display: flex; \n    flex-direction: column; \n    padding: 0 2px; \n  } \n\n  .norki-img-link { \n    display: block; \n    width: 100%; \n    text-decoration: none; \n    cursor: pointer; \n  } \n\n  .norki-slide img { \n    width: 100%; \n    height: 31vw; \n    max-height: 570px; \n    object-fit: cover; \n    display: block; \n    max-width: 650px; \n    background-color: #423b34; \n    opacity: 0; \n    transition: opacity 0.5s ease-in-out; \n  } \n\n  .norki-slide img.norki-loaded { \n    opacity: 1; \n  } \n\n  .norki-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  .norki-caption span { \n    font-weight: 500; \n    color: var(--norki-light); \n  } \n\n  .norki-caption a { \n    color: var(--norki-light); \n    text-decoration: underline; \n    text-underline-offset: 3px; \n    transition: opacity 0.3s ease; \n  } \n\n  .norki-caption a:hover { \n    opacity: 0.7; \n  } \n\n  \/* Responsive Tablette *\/ \n  @media (max-width: 992px) { \n    .norki-section { padding-top: var(--section-pad-v-tab, 50px); } \n    .norki-container { padding: 0 var(--section-pad-h-tab, 4vw); } \n    .norki-slide { flex: 0 0 50%; } \n    .norki-slide img { width: 100%; height: 60vw; } \n  } \n\n  \/* Responsive Mobile *\/ \n  @media (max-width: 768px) { \n    .norki-section { padding-top: var(--section-pad-v-mob, 40px); } \n    .norki-container { padding: 0 var(--section-pad-h-mob, 20px); } \n    .norki-header-bottom { flex-direction: row; align-items: center; margin-top: 30px; margin-bottom: 30px; } \n    .norki-slide { flex: 0 0 100%; padding: 0; } \n    .norki-slide img { max-width: none; height: auto; aspect-ratio: 4 \/ 5; } \n    .norki-caption { flex-direction: row; justify-content: space-between; padding: 15px 20px; } \n  } \n<\/style>\n\n<section class=\"norki-section\">\n  <div class=\"norki-container\">\n    \n    <div class=\"norki-header-text\">\n      <h2>Plaids, coussins, mobilier :<br>la couture fourrure au service de la d\u00e9coration<\/h2>\n      <p>La couture fourrure s&rsquo;exprime pleinement dans <a href=\"https:\/\/www.norki.com\/fr\/studio-chalet\/\" class=\"norki-inline-link\" title=\"D\u00e9couvrir l'univers Studio Chalet\">l&rsquo;univers de la d\u00e9coration de chalets<\/a> de montagne.<\/p>\n      <p>Nos artisanes donnent vie \u00e0 des <a href=\"https:\/\/www.norki.com\/fr\/12-plaid-luxe-haut-de-gamme-haute-couture-sur-mesure-chalet-montagne\" class=\"norki-inline-link\" title=\"D\u00e9couvrir nos plaids en fourrure\">plaids en fourrure<\/a>, <a href=\"https:\/\/www.norki.com\/fr\/30-coussin-design-orginal-luxe-sur-mesure-createurs\" class=\"norki-inline-link\" title=\"D\u00e9couvrir nos coussins en fourrure\">coussins en fourrure<\/a>, <a href=\"https:\/\/www.norki.com\/fr\/19-collection-tapis-design-sur-mesure-peau-veritable-norki\" class=\"norki-inline-link\" title=\"D\u00e9couvrir nos tapis\">tapis<\/a> et <a href=\"https:\/\/www.norki.com\/fr\/25-mobilier-design-et-audacieux-made-in-france-norki\" class=\"norki-inline-link\" title=\"D\u00e9couvrir nos pi\u00e8ces de mobilier\">pi\u00e8ces de mobilier uniques en fourrure<\/a>, imagin\u00e9s pour sublimer les plus beaux int\u00e9rieurs du monde \u2013 de Vail \u00e0 Bozeman, de Saint-Moritz \u00e0 Crans Montana.<\/p>\n      <p><a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/realisations-projets-decoration-interieur-luxe\/montagne\/\" class=\"norki-inline-link\" title=\"D\u00e9couvrir nos projets de montagne\">Chalets de luxe<\/a>, <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/realisations-projets-decoration-interieur-luxe\/hotel\/\" class=\"norki-inline-link\" title=\"D\u00e9couvrir nos r\u00e9alisations h\u00f4teli\u00e8res\">h\u00f4tels prestigieux<\/a>, <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/realisations-projets-decoration-interieur-luxe\/ville\/\" class=\"norki-inline-link\" title=\"D\u00e9couvrir nos projets de r\u00e9sidences de ville et yachts\">yachts ou r\u00e9sidences priv\u00e9es<\/a> \u00e0 travers le monde, sont les d\u00e9cors de nos cr\u00e9ations en fourrure d&rsquo;exception.<\/p>\n    <\/div>\n\n    <div class=\"norki-header-bottom\">\n      <a href=\"https:\/\/www.norki.com\/\" class=\"norki-btn\" title=\"Aller sur la page d'accueil de Norki\">Acheter les objets Norki<\/a>\n      <div class=\"norki-arrows\">\n        <button class=\"norki-prev\" aria-label=\"Slide pr\u00e9c\u00e9dente\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M15 18l-6-6 6-6\"><\/path><\/svg>\n        <\/button>\n        <button class=\"norki-next\" aria-label=\"Slide suivante\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M9 18l6-6-6-6\"><\/path><\/svg>\n        <\/button>\n      <\/div>\n    <\/div>\n    \n  <\/div> \n\n  <div class=\"norki-carousel\">\n    <div class=\"norki-carousel-viewport\">\n      <div class=\"norki-carousel-track\">\n        \n        <!-- Slide 1 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/plaid-luxe-haut-de-gamme-haute-couture-sur-mesure-chalet-montagne\/568-plaid-vert-luxe-fourrure-renard-arctique.html\" class=\"norki-img-link\" tabindex=\"-1\" title=\"Voir le Plaid Verbier\">\n            <img decoding=\"async\" data-src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/06\/Plaid-fourrure-renard-Norki-v2-853x1024.png\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1'%3E%3C\/svg%3E\" alt=\"Plaid Verbier\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Plaid Verbier<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/plaid-luxe-haut-de-gamme-haute-couture-sur-mesure-chalet-montagne\/568-plaid-vert-luxe-fourrure-renard-arctique.html\" title=\"Acheter le Plaid Verbier\">Acheter<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 2 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/19-collection-tapis-design-sur-mesure-peau-veritable-norki\" class=\"norki-img-link\" tabindex=\"-1\" title=\"Voir les tapis en fourrure\">\n            <img decoding=\"async\" data-src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/06\/Fur-interior-decoration-norki-v2-854x1024.png\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1'%3E%3C\/svg%3E\" alt=\"Tapis en fourrure\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Tapis en fourrure<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/19-collection-tapis-design-sur-mesure-peau-veritable-norki\" title=\"Acheter les tapis en fourrure\">Acheter<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 3 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/plaids-intemporels-norki\/255-218-plaid-quebec-coyote-norki.html#\/75-dimension-150_200_cm\" class=\"norki-img-link\" tabindex=\"-1\" title=\"Voir le Plaid Qu\u00e9bec\">\n            <img decoding=\"async\" data-src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/fur-bespoke-throw-Norki.jpg\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1'%3E%3C\/svg%3E\" alt=\"Plaid Qu\u00e9bec\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Plaid Qu\u00e9bec<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/plaids-intemporels-norki\/255-218-plaid-quebec-coyote-norki.html#\/75-dimension-150_200_cm\" title=\"Acheter le Plaid Qu\u00e9bec\">Acheter<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 4 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/30-coussin-design-orginal-luxe-sur-mesure-createurs\" class=\"norki-img-link\" tabindex=\"-1\" title=\"Voir les coussins en fourrure\">\n            <img decoding=\"async\" data-src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/Projet-coussins-fourure-sur-mesure-Norki.jpg\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1'%3E%3C\/svg%3E\" alt=\"Coussin en fourrure\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Coussin en fourrure<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/30-coussin-design-orginal-luxe-sur-mesure-createurs\" title=\"Acheter des coussins en fourrure\">Acheter<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 5 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/collection-fauteuil-norki\/172-fauteuil-saint-moritz-norki-vison-blanc.html\" class=\"norki-img-link\" tabindex=\"-1\" title=\"Voir les fauteuils Saint-Moritz\">\n            <img decoding=\"async\" data-src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/Saint-Moritz-Armchairs-Chalet-USA.jpg\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1'%3E%3C\/svg%3E\" alt=\"Fauteuils Saint-Moritz\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Fauteuils Saint-Moritz<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/collection-fauteuil-norki\/172-fauteuil-saint-moritz-norki-vison-blanc.html\" title=\"Acheter les fauteuils Saint-Moritz\">Acheter<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 6 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/coussins-oreillers-createurs-fourrure-luxe-decoration-chalet-norki\/553-coussin-carre-luxe-fourrure-veritable-renard-orange-chalet-norki.html\" class=\"norki-img-link\" tabindex=\"-1\" title=\"Voir le Coussin Val d'Is\u00e8re\">\n            <img decoding=\"async\" data-src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/Coussin-fourrure-renard-lit-hotel-megeve.jpg\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1'%3E%3C\/svg%3E\" alt=\"Coussin Val d'Is\u00e8re\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Coussin Val d&rsquo;Is\u00e8re<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/coussins-oreillers-createurs-fourrure-luxe-decoration-chalet-norki\/553-coussin-carre-luxe-fourrure-veritable-renard-orange-chalet-norki.html\" title=\"Acheter le Coussin Val d'Is\u00e8re\">Acheter<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 7 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/fr\/tapis-intemporels-peaux-norki\/310-109-tapis-aspen-norki-fourrure-laine.html#\/46-dimension-200_300_cm\" class=\"norki-img-link\" tabindex=\"-1\" title=\"Voir le Tapis Aspen\">\n            <img decoding=\"async\" data-src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/Tapis-fourrure-Chalet-Aspen-Norki.jpg\" src=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1 1'%3E%3C\/svg%3E\" alt=\"Tapis Aspen\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Tapis Aspen<\/span>\n            <a href=\"https:\/\/www.norki.com\/fr\/tapis-intemporels-peaux-norki\/310-109-tapis-aspen-norki-fourrure-laine.html#\/46-dimension-200_300_cm\" title=\"Acheter le Tapis Aspen\">Acheter<\/a>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  document.addEventListener('DOMContentLoaded', () => {\n    const track = document.querySelector('.norki-carousel-track');\n    const originalSlides = Array.from(document.querySelectorAll('.norki-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 > 992) return 4;\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('.norki-next').addEventListener('click', moveNext);\n    document.querySelector('.norki-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('norki-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('.norki-slide img').forEach(img => {\n      imageObserver.observe(img);\n    });\n  });\n<\/script>\n\n\n\n<style>\n    \/* ==========================================================================\n       SECTION D\u00c9CORATION - COUTURE FOURRURE\n       Int\u00e9gration Design System : Padding 80px 5vw\n       Ajustement : Maximisation de la zone de carte sur Desktop\n       ========================================================================== *\/\n\n    .norki-decor-cf {\n        z-index: 10;\n        position: relative;\n        background-color: var(--color-norki-beige, #f8f0ea);\n        color: black;\n        padding: var(--section-pad-v-dt, 80px) var(--section-pad-h-dt, 5vw);\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n        overflow: hidden; \n    }\n\n    \/* --- RESPONSIVE PADDINGS --- *\/\n    @media (max-width: 992px) {\n        .norki-decor-cf {\n            padding: var(--section-pad-v-tab, 50px) var(--section-pad-h-tab, 4vw);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .norki-decor-cf {\n            padding: var(--section-pad-v-mob, 40px) var(--section-pad-h-mob, 20px);\n        }\n    }\n\n    \/* --- TITRE --- *\/\n    .norki-decor-cf__title {\n        font-family: var(--font-montserrat, sans-serif);\n        font-size: clamp(1.4rem, 2.5vw, 35px);\n        line-height: 1.2;\n        font-weight: 500;\n        margin: 0;\n    }\n\n    \/* --- GESTION DE LA CARTE --- *\/\n    .norki-decor-cf__map-container {\n        width: 113%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        margin: 10px 0;\n    }\n\n    @media (max-width: 1500px) {\n        .norki-decor-cf__map-container {\n            width: 111%;\n        }\n    }\n\n    @media (max-width: 1024px) {\n        .norki-decor-cf__map-container {\n            width: 100%;\n        }\n    }\n\n    \/* WRAPPER COORDONN\u00c9 : Synchronise la position absolue des zones r\u00e9actives *\/\n    .norki-decor-cf__map-wrapper {\n        position: relative;\n        width: 100%;\n        padding-left: 5px;\n        transform: scale(1.05) translateX(-3%);\n    }\n\n    @media (max-width: 1024px) {\n        .norki-decor-cf__map-wrapper {\n            transform: scale(1.05) translateX(0);\n        }\n    }\n\n    .norki-decor-cf__map-img {\n        width: 100%;\n        height: auto;\n        object-fit: contain;\n        display: block;\n    }\n\n    \/* Logique d'affichage des sources (Triple Breakpoint) *\/\n    .norki-decor-cf__img-default, \n    .norki-decor-cf__img-responsive, \n    .norki-decor-cf__img-mobile { \n        display: none; \n    }\n\n    \/* 1. Desktop Large (> 1500px) *\/\n    @media (min-width: 1501px) {\n        .norki-decor-cf__img-default { display: block; }\n    }\n\n    \/* 2. Tablette & Desktop Moyen (601px - 1500px) *\/\n    @media (min-width: 601px) and (max-width: 1500px) {\n        .norki-decor-cf__img-responsive { display: block; }\n    }\n\n    \/* 3. Mobile \u00e9troit (< 600px) *\/\n    @media (max-width: 600px) {\n        .norki-decor-cf__img-mobile { display: block; }\n    }\n\n    \/* ZONES INTERACTIVES OVERLAYS (NEUTRES - SANS HOVER OU EFFETS DE TRANSITIONS MULTIPLES) *\/\n    .norki-decor-cf__map-link-overlay {\n        position: absolute;\n        border-radius: 100px;\n        cursor: pointer;\n        z-index: 10;\n        background-color: rgba(255, 255, 255, 0);\n    }\n\n    \/* --------------------------------------------------------------------------\n       POSITIONNEMENTS DES LIENS (SUR-MESURE SUR LES 3 BREAKPOINTS DE LA CARTE)\n       -------------------------------------------------------------------------- *\/\n\n    \/* Version Mobile \u00c9troite (ViewBox 1779.56 x 855.11) *\/\n    @media (max-width: 600px) {\n        .norki-decor-cf__map-link-overlay--paris {\n            left: 31.5116%; top: 4.7117%; width: 13.4679%; height: 6.4319%;\n        }\n        .norki-decor-cf__map-link-overlay--strasbourg {\n            left: 43.5539%; top: 13.3924%; width: 19.3368%; height: 6.4319%;\n        }\n        .norki-decor-cf__map-link-overlay--gstaad {\n            left: 61.8309%; top: 23.5443%; width: 15.7994%; height: 6.4319%;\n        }\n        .norki-decor-cf__map-link-overlay--megeve {\n            left: 73.2552%; top: 32.8776%; width: 16.9379%; height: 6.6588%;\n        }\n    }\n\n    \/* Version Tablette \/ Laptop (ViewBox 2056.89 x 858.67) *\/\n    @media (min-width: 601px) and (max-width: 1500px) {\n        .norki-decor-cf__map-link-overlay--paris {\n            left: 35.0956%; top: 5.9348%; width: 11.6521%; height: 6.4053%;\n        }\n        .norki-decor-cf__map-link-overlay--strasbourg {\n            left: 45.4392%; top: 14.5784%; width: 16.9027%; height: 6.4053%;\n        }\n        .norki-decor-cf__map-link-overlay--gstaad {\n            left: 61.250%; top: 24.6893%; width: 13.6692%; height: 6.4053%;\n        }\n        .norki-decor-cf__map-link-overlay--megeve {\n            left: 71.3564%; top: 33.9828%; width: 14.6542%; height: 6.6312%;\n        }\n    }\n\n    \/* Version Grand \u00c9cran \/ Bureau (ViewBox 2506.67 x 840.67) *\/\n    @media (min-width: 1501px) {\n        .norki-decor-cf__map-link-overlay--paris {\n            left: 39.6211%; top: 4.7926%; width: 9.5613%; height: 6.5424%;\n        }\n        .norki-decor-cf__map-link-overlay--strasbourg {\n            left: 48.1989%; top: 13.6225%; width: 13.6698%; height: 6.5424%;\n        }\n        .norki-decor-cf__map-link-overlay--gstaad {\n            left: 61.1167%; top: 23.9488%; width: 11.2165%; height: 6.5424%;\n        }\n        .norki-decor-cf__map-link-overlay--megeve {\n            left: 69.4397%; top: 33.4424%; width: 12.0247%; height: 6.7732%;\n        }\n    }\n\n    \/* --- CONTENU TEXTE &#038; ACTIONS --- *\/\n    .norki-decor-cf__content {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n    }\n\n    .norki-decor-cf__content p {\n        margin: 0;\n        font-size: 0.95rem;\n        line-height: 1.5;\n    }\n\n    \/* Animation globale des liens (remplace le <u>) *\/\n    .norki-decor-cf__link {\n        color: inherit;\n        text-decoration: underline;\n        text-decoration-color: currentColor;\n        text-underline-offset: 3px;\n        text-decoration-thickness: 1px;\n        transition: text-decoration-color 0.3s ease, opacity 0.3s ease;\n    }\n\n    .norki-decor-cf__link:hover {\n        text-decoration-color: transparent;\n        opacity: 0.7;\n    }\n\n    .norki-decor-cf__emphasis {\n        margin-top: 5px;\n        font-weight: 600;\n    }\n\n    .norki-decor-cf__actions {\n        display: flex;\n        flex-direction: column;\n        gap: 12px;\n        margin-top: 20px;\n        width: 100%;\n        max-width: 280px;\n    }\n\n    .norki-decor-cf__btn {\n        display: inline-flex;\n        justify-content: center;\n        align-items: center;\n        padding: 4px 27px;\n        text-decoration: none;\n        font-size: 0.9rem;\n        font-weight: 500;\n        transition: all 0.3s ease;\n        border: 1px solid transparent;\n    }\n\n    .norki-decor-cf__btn--primary {\n        background-color: black;\n        color: #ffffff;\n        border-color: #000000;\n    }\n\n    .norki-decor-cf__btn--primary:hover {\n        background-color: #3f332e;\n        border-color: #3f332e;\n    }\n\n    .norki-decor-cf__btn--secondary {\n        color: black;\n        border-color: black;\n        background-color: transparent;\n    }\n\n    .norki-decor-cf__btn--secondary:hover {\n        background-color: black;\n        color: #ffffff;\n    }\n\n    \/* --- RESPONSIVE DESKTOP (GRID LAYOUT) --- *\/\n    @media (min-width: 1024px) {\n        .norki-decor-cf {\n            display: grid;\n            grid-template-columns: 35% 65%;\n            grid-template-areas:\n                \"title map\"\n                \"content map\";\n            column-gap: 20px;\n            row-gap: 30px;\n            align-items: center;\n        }\n\n        .norki-decor-cf__title {\n            grid-area: title;\n            align-self: end;\n            z-index: 2;\n            position: relative;\n        }\n\n        .norki-decor-cf__content {\n            grid-area: content;\n            align-self: start;\n            max-width: 480px;\n            z-index: 2;\n            position: relative;\n        }\n\n        .norki-decor-cf__map-container {\n            grid-area: map;\n            margin: 0;\n            height: 100%;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* Utilisation du wrapper synchronis\u00e9 pour \u00e9tendre la carte sur desktop *\/\n        .norki-decor-cf__map-wrapper {\n            width: 125%; \n            max-width: none;\n            transform: translateX(-5%);\n            transform-origin: center left;\n        }\n    }\n\n    @media (min-width: 1501px) {\n        .norki-decor-cf__map-wrapper {\n            width: 115%;\n            transform: translateX(-5%);\n        }\n    }\n<\/style>\n\n<section class=\"norki-decor-cf\">\n    \n    <div class=\"norki-decor-cf__header\">\n        <h2 class=\"norki-decor-cf__title avenirmedium-font\">\n            D\u00e9coration : la Couture Fourrure au service de projets internationaux\n        <\/h2>\n    <\/div>\n\n    <div class=\"norki-decor-cf__map-container\">\n        <!-- WRAPPER : Synchronise l'image et ses calques cliquables sans d\u00e9formation -->\n        <div class=\"norki-decor-cf__map-wrapper\">\n            \n            <!-- 1. Source Bureau Large -->\n            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/sur-mesure\/wp-content\/themes\/twentytwentyfour\/assets\/images\/Carte-Monde_Paris-Gstaad-Megeve.svg\" alt=\"Carte des implantations Norki\" class=\"norki-decor-cf__map-img norki-decor-cf__img-default\" onerror=\"this.style.display='none';\">\n\n            <!-- 2. Source Tablette \/ Laptop (Carte-Monde-Responsive-2) -->\n            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/sur-mesure\/wp-content\/themes\/twentytwentyfour\/assets\/images\/Carte-Monde-Responsive-2_Paris-Gstaad-Megeve.svg\" alt=\"Carte des implantations Norki - Tablette\" class=\"norki-decor-cf__map-img norki-decor-cf__img-responsive\" onerror=\"this.style.display='none';\">\n\n            <!-- 3. Source Mobile \u00e9troit (Carte-Monde-Responsive) -->\n            <img decoding=\"async\" src=\"https:\/\/www.norki.com\/sur-mesure\/wp-content\/themes\/twentytwentyfour\/assets\/images\/Carte-Monde-Responsive_Paris-Gstaad-Megeve.svg\" alt=\"Carte des implantations Norki - Mobile\" class=\"norki-decor-cf__map-img norki-decor-cf__img-mobile\" onerror=\"this.style.display='none';\">\n\n            <!-- OVERLAYS CLIQUEABLES (NEUTRES - SANS HOVER VISUEL CONFORM\u00c9MENT \u00c0 VOTRE DEMANDE) -->\n            <a href=\"https:\/\/www.norki.com\/fr\/content\/15-norki-boutique-tapis-plaids-coussins-mobilier-paris\" class=\"norki-decor-cf__map-link-overlay norki-decor-cf__map-link-overlay--paris\" title=\"D\u00e9couvrir notre boutique de Paris\"><\/a>\n               \n            <!-- LIEN STRASBOURG POINTANT VERS L'ATELIER (FR) -->\n            <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/\" class=\"norki-decor-cf__map-link-overlay norki-decor-cf__map-link-overlay--strasbourg\" title=\"D\u00e9couvrez notre Atelier\"><\/a>\n               \n            <a href=\"https:\/\/www.norki.com\/fr\/content\/17-norki-boutique-decoration-tapis-plaids-coussins-mobilier-gstaad\" class=\"norki-decor-cf__map-link-overlay norki-decor-cf__map-link-overlay--gstaad\" title=\"D\u00e9couvrir notre boutique de Gstaad\"><\/a>\n               \n            <a href=\"https:\/\/www.norki.com\/fr\/content\/16-decoration-interieure-acheter-coussin-canape-fauteuil-plaid-megeve\" class=\"norki-decor-cf__map-link-overlay norki-decor-cf__map-link-overlay--megeve\" title=\"D\u00e9couvrir notre boutique de Meg\u00e8ve\"><\/a>\n               \n        <\/div>\n    <\/div>\n\n    <div class=\"norki-decor-cf__content\">\n        <p>Au plus pr\u00e8s des projets de nos clients, notre <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/bureau-etudes-conception-mobilier-tapis\/\" class=\"norki-decor-cf__link\" title=\"D\u00e9couvrir notre bureau d'\u00e9tudes\">bureau d&rsquo;\u00e9tudes<\/a> situ\u00e9 \u00e0 <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/contactez-nous\/\" class=\"norki-decor-cf__link\" title=\"Contacter nos ateliers \u00e0 Strasbourg\">Strasbourg<\/a> assure le lien entre la cr\u00e9ation et la r\u00e9alisation.<\/p>\n        \n        <p>Il travaille en collaboration avec nos bureaux implant\u00e9s \u00e0 <a href=\"https:\/\/www.norki.com\/fr\/content\/15-norki-boutique-tapis-plaids-coussins-mobilier-paris\" class=\"norki-decor-cf__link\" title=\"D\u00e9couvrir notre boutique de Paris\">Paris<\/a>, <a href=\"https:\/\/www.norki.com\/fr\/content\/17-norki-boutique-decoration-tapis-plaids-coussins-mobilier-gstaad\" class=\"norki-decor-cf__link\" title=\"D\u00e9couvrir notre boutique de Gstaad\">Gstaad<\/a> et <a href=\"https:\/\/www.norki.com\/fr\/content\/16-decoration-interieure-acheter-coussin-canape-fauteuil-plaid-megeve\" class=\"norki-decor-cf__link\" title=\"D\u00e9couvrir notre boutique de Meg\u00e8ve\">Meg\u00e8ve<\/a>, permettant \u00e0 NORKI d&rsquo;accompagner des projets de d\u00e9coration \u00e0 travers le monde.<\/p>\n        \n        <p>De la conception \u00e0 la fabrication dans notre <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/\" class=\"norki-decor-cf__link\" title=\"D\u00e9couvrir notre Atelier Fran\u00e7ais\">Atelier fran\u00e7ais<\/a>, chaque cr\u00e9ation incarne l&rsquo;excellence d&rsquo;une couture fourrure artisanale au service du design contemporain.<\/p>\n        \n        <p class=\"norki-decor-cf__emphasis\">Imaginez votre objet unique avec Norki !<\/p>\n\n        <div class=\"norki-decor-cf__actions\">\n            <a href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/contactez-nous\/\" class=\"norki-decor-cf__btn norki-decor-cf__btn--primary\" title=\"Envoyer un email \u00e0 notre bureau d'\u00e9tudes\">Contacter notre bureau d&rsquo;\u00e9tudes<\/a>\n            <a href=\"https:\/\/api.whatsapp.com\/send?phone=33647923857\" class=\"norki-decor-cf__btn norki-decor-cf__btn--secondary\" target=\"_blank\" rel=\"noopener\" title=\"Contactez-nous directement sur WhatsApp\">Whatsapp us<\/a>\n        <\/div>\n    <\/div>\n\n<\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Couture Fourrure EPV Plaids, coussins, tapis Un savoir-faire artisanal d&rsquo;exception \u2013 Labellis\u00e9 EPV H\u00e9ritage familial et c\u0153ur battant de notre Atelier, la couture fourrure incarne l&rsquo;excellence d&rsquo;un artisanat rare, o\u00f9 la pr\u00e9cision du geste rencontre la noblesse de la mati\u00e8re. Nos savoir-faire Couture Fourrure EPV Tapisserie d&rsquo;ameublement Couture d&rsquo;ameublement Tapis sur mesure Broderie Fond\u00e9e en [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-page-builder-no-header-footer.php","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('\/sur-mesure\/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('\/sur-mesure\/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('\/sur-mesure\/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('\/sur-mesure\/wp-content\/themes\/twentytwentyfour\/assets\/fonts\/Avenir\/Avenir-Medium-09.otf') format('opentype');\n  font-weight: normal;\n  font-style: normal;\n}\n\n@font-face {\n  font-family: 'AvenirBookOblique';\n  src: url('\/sur-mesure\/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('\/sur-mesure\/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 *\/","_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","footnotes":""},"categories":[52],"tags":[],"class_list":["post-1767","page","type-page","status-publish","hentry","category-nos-savoir-faire"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Artisanat de la Fourrure de Luxe &amp; Atelier Fran\u00e7ais Epv | Norki<\/title>\n<meta name=\"description\" content=\"Maison Norki, atelier fran\u00e7ais certifi\u00e9 EPV, ma\u00eetrise l\u2019art de la fourrure. Plaids, coussins et tapis de luxe sur-mesure pour chalets et int\u00e9rieurs prestigieux.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Artisanat de la Fourrure de Luxe &amp; Atelier Fran\u00e7ais Epv | Norki\" \/>\n<meta property=\"og:description\" content=\"Maison Norki, atelier fran\u00e7ais certifi\u00e9 EPV, ma\u00eetrise l\u2019art de la fourrure. Plaids, coussins et tapis de luxe sur-mesure pour chalets et int\u00e9rieurs prestigieux.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/\" \/>\n<meta property=\"og:site_name\" content=\"Norki\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/NorkiDecoration\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-09T13:35:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/savoir-faire-couture-fourrure-norki-marron.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/sur-mesure\\\/couture-fourrure-epv\\\/\",\"url\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/sur-mesure\\\/couture-fourrure-epv\\\/\",\"name\":\"Artisanat de la Fourrure de Luxe & Atelier Fran\u00e7ais Epv | Norki\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/sur-mesure\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/sur-mesure\\\/couture-fourrure-epv\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/sur-mesure\\\/couture-fourrure-epv\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/norki.com\\\/sur-mesure\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/savoir-faire-couture-fourrure-norki-marron.jpg\",\"datePublished\":\"2026-05-05T12:43:43+00:00\",\"dateModified\":\"2026-06-09T13:35:10+00:00\",\"description\":\"Maison Norki, atelier fran\u00e7ais certifi\u00e9 EPV, ma\u00eetrise l\u2019art de la fourrure. Plaids, coussins et tapis de luxe sur-mesure pour chalets et int\u00e9rieurs prestigieux.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/sur-mesure\\\/couture-fourrure-epv\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.norki.com\\\/fr\\\/sur-mesure\\\/couture-fourrure-epv\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/sur-mesure\\\/couture-fourrure-epv\\\/#primaryimage\",\"url\":\"https:\\\/\\\/norki.com\\\/sur-mesure\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/savoir-faire-couture-fourrure-norki-marron.jpg\",\"contentUrl\":\"https:\\\/\\\/norki.com\\\/sur-mesure\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/savoir-faire-couture-fourrure-norki-marron.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/fr\\\/sur-mesure\\\/couture-fourrure-epv\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.norki.com\\\/sur-mesure\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Couture Fourrure EPV\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/sur-mesure\\\/#website\",\"url\":\"https:\\\/\\\/www.norki.com\\\/sur-mesure\\\/\",\"name\":\"Norki\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.norki.com\\\/sur-mesure\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Artisanat de la Fourrure de Luxe & Atelier Fran\u00e7ais Epv | Norki","description":"Maison Norki, atelier fran\u00e7ais certifi\u00e9 EPV, ma\u00eetrise l\u2019art de la fourrure. Plaids, coussins et tapis de luxe sur-mesure pour chalets et int\u00e9rieurs prestigieux.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/","og_locale":"fr_FR","og_type":"article","og_title":"Artisanat de la Fourrure de Luxe & Atelier Fran\u00e7ais Epv | Norki","og_description":"Maison Norki, atelier fran\u00e7ais certifi\u00e9 EPV, ma\u00eetrise l\u2019art de la fourrure. Plaids, coussins et tapis de luxe sur-mesure pour chalets et int\u00e9rieurs prestigieux.","og_url":"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/","og_site_name":"Norki","article_publisher":"https:\/\/facebook.com\/NorkiDecoration","article_modified_time":"2026-06-09T13:35:10+00:00","og_image":[{"url":"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/savoir-faire-couture-fourrure-norki-marron.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/","url":"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/","name":"Artisanat de la Fourrure de Luxe & Atelier Fran\u00e7ais Epv | Norki","isPartOf":{"@id":"https:\/\/www.norki.com\/sur-mesure\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/#primaryimage"},"image":{"@id":"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/#primaryimage"},"thumbnailUrl":"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/savoir-faire-couture-fourrure-norki-marron.jpg","datePublished":"2026-05-05T12:43:43+00:00","dateModified":"2026-06-09T13:35:10+00:00","description":"Maison Norki, atelier fran\u00e7ais certifi\u00e9 EPV, ma\u00eetrise l\u2019art de la fourrure. Plaids, coussins et tapis de luxe sur-mesure pour chalets et int\u00e9rieurs prestigieux.","breadcrumb":{"@id":"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/#primaryimage","url":"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/savoir-faire-couture-fourrure-norki-marron.jpg","contentUrl":"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/savoir-faire-couture-fourrure-norki-marron.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.norki.com\/fr\/sur-mesure\/couture-fourrure-epv\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.norki.com\/sur-mesure\/fr\/"},{"@type":"ListItem","position":2,"name":"Couture Fourrure EPV"}]},{"@type":"WebSite","@id":"https:\/\/www.norki.com\/sur-mesure\/#website","url":"https:\/\/www.norki.com\/sur-mesure\/","name":"Norki","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.norki.com\/sur-mesure\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"webmaster","author_link":"https:\/\/www.norki.com\/sur-mesure\/author\/webmaster\/"},"uagb_comment_info":0,"uagb_excerpt":"Couture Fourrure EPV Plaids, coussins, tapis Un savoir-faire artisanal d&rsquo;exception \u2013 Labellis\u00e9 EPV H\u00e9ritage familial et c\u0153ur battant de notre Atelier, la couture fourrure incarne l&rsquo;excellence d&rsquo;un artisanat rare, o\u00f9 la pr\u00e9cision du geste rencontre la noblesse de la mati\u00e8re. Nos savoir-faire Couture Fourrure EPV Tapisserie d&rsquo;ameublement Couture d&rsquo;ameublement Tapis sur mesure Broderie Fond\u00e9e en\u2026","_links":{"self":[{"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/pages\/1767","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/comments?post=1767"}],"version-history":[{"count":213,"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/pages\/1767\/revisions"}],"predecessor-version":[{"id":4435,"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/pages\/1767\/revisions\/4435"}],"wp:attachment":[{"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/media?parent=1767"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/categories?post=1767"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/tags?post=1767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}