{"id":4269,"date":"2026-06-08T11:53:59","date_gmt":"2026-06-08T09:53:59","guid":{"rendered":"https:\/\/www.norki.com\/sur-mesure\/?page_id=4269"},"modified":"2026-06-10T11:23:41","modified_gmt":"2026-06-10T09:23:41","slug":"sewing-fur-epv","status":"publish","type":"page","link":"https:\/\/www.norki.com\/en\/custom-made-upholstery\/sewing-fur-epv\/","title":{"rendered":"Fur Couture 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=\"Detail of machine fur sewing\" 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\">Fur Couture EPV<\/span>\n            <span class=\"title-serif baskerville-italic-font\">Throws, cushions, rugs<\/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=\"Fur Couture Pictogram\" 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                An Exceptional Artisanal Craftsmanship<br>\n                \u2013 EPV Certified\n            <\/h2>\n            <p class=\"expertise-subtitle\">\n                Family heritage and the beating heart of our Workshop, fur<br>\n                sewing embodies the excellence of a rare craftsmanship, where precision<br>\n                of gesture meets the nobility of the material.\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\/en\/custom-made-upholstery\/living-heritage-company-label-epv\/\" class=\"expertise-logo-link\" title=\"Discover the Living Heritage Company (EPV) label\">\n                <img decoding=\"async\" src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/Logo-EPV-blanc-1.png\" alt=\"EPV Logo - Living Heritage Company\" 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\/en\/custom-made-upholstery\/living-heritage-company-label-epv\/\" class=\"expertise-image-link\" title=\"Discover our EPV-certified craftsmanship\">\n            <img decoding=\"async\" src=\"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/banniere-EPV-2048x792.png\" alt=\"Fur detail and red EPV label\" 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\">Our Craftsmanship<\/h2>\n        \n        <!-- Navigation -->\n        <nav class=\"norki-sf-fourrure__nav\" aria-label=\"Craftsmanship navigation\">\n            <ul>\n                <li><a href=\"#\" class=\"norki-sf-fourrure__nav-link active\" aria-current=\"page\">Fur Couture EPV<\/a><\/li>\n                <li><a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/bespoke-upholstery-services\/\" class=\"norki-sf-fourrure__nav-link\">Upholstery<\/a><\/li>\n                <li><a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/bespoke-soft-furnishings-curtains\/\" class=\"norki-sf-fourrure__nav-link\">Furnishing Couture<\/a><\/li>\n                <li><a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/bespoke-fur-leather-rugs\/\" class=\"norki-sf-fourrure__nav-link\">Bespoke Rugs<\/a><\/li>\n                <li><a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/bespoke-haute-couture-embroidery\/\" class=\"norki-sf-fourrure__nav-link\">Embroidery<\/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>Founded in 2010 by <a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/living-heritage-company-label-epv\/#Sonia-Linard\" class=\"norki-sf-fourrure__inline-link\" title=\"Discover Sonia Linard's story\">Sonia Linard<\/a>, Maison NORKI continues an ancestral Polish furrier tradition, passed down by her grandparents. Driven by the desire to preserve this family legacy, the founder has chosen to reinvent it, giving it a new expression within the world of contemporary design and creation.<\/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>A noble and delicate material, fur demands deep knowledge of hides, careful selection, and perfect mastery of assembly techniques. Every gesture requires patience, precision, and attention to detail \u2014 essential qualities to reveal the full richness and subtlety of this living material.<\/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\">Learn more<\/button>\n            \n            <!-- COLONNE 3 -->\n            <div class=\"norki-sf-fourrure__text-column\">\n                <p>This meticulous and demanding artisanal work is part of a commitment to both transmission and innovation, which today defines the uniqueness of our Maison. NORKI\u2019s mastery of this exceptional craft has earned it the Living Heritage Company (<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=\"Learn more about the EPV state label\">EPV<\/a>) label, an official state distinction awarded to French houses preserving rare and extraordinary know-how.<\/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=\"Artisans working in the NORKI fur couture workshop\" 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=\"Close-up of a sewing machine in action on fur\" 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 ? 'Learn less' : 'Learn more';\n            });\n        }\n    });\n<\/script>\n\n\n\n<style>\n    \/* ==========================================================================\n       SECTION CITATION (COUTURE FOURRURE)\n       ========================================================================== *\/\n\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            French EPV workshop, Norki is one of the last<br>\n            Maisons to offer fur cushions, throws, and rugs, a<br>\n            symbol of exceptional craftsmanship.\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\">Fur Sewing: The Expertise of Our French Workshop<\/h2>\n    \n    <p class=\"norki-expertise__text\">\n      Fur sewing comes to life in our <a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/bespoke-interior-design-studio-furniture-rugs\/\" class=\"norki-expertise__inline-link\" title=\"Discover our Design Studio\">Workshop in Strasbourg<\/a>,\n      where each piece is entirely crafted in France.\n    <\/p>\n    \n    <p class=\"norki-expertise__text\">\n      Fur is a living material, rich with history, and lends itself to multiple contemporary interpretations. Far from clich\u00e9s, it becomes a true creative language, where craftsmanship serves aesthetics.\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          Contemporary techniques complement traditional craftsmanship for the creation of bespoke <a href=\"https:\/\/www.norki.com\/en\/25-designer-haute-couture-furniture-collection-norki\" class=\"norki-expertise__inline-link\" title=\"Discover our furniture collections\">furniture<\/a> and <a href=\"https:\/\/www.norki.com\/en\/16-designer-seating-collection-norki\" class=\"norki-expertise__inline-link\" title=\"Discover our seating collections\">seating<\/a>. The work on materials becomes more liberated: precise wrapping, cutting and shaping of foam, and innovative assembly methods. Modern production methods are also thoughtfully integrated, notably using staples instead of traditional tacks, while fully preserving the creativity and quality of handcraftsmanship.\n        <\/p>\n      <\/div>\n    <\/div>\n    \n    <button type=\"button\" class=\"norki-expertise__link\" id=\"voir-plus-btn-expertise\">Learn more<\/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=\"Contact us directly on 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=\"Tailor scissors cutting fur in the workshop\" 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 touching and assembling a piece of fur\" 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 = 'Learn less';\n        } else {\n          btn.textContent = 'Learn more';\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>Throws, Cushions, Furniture:<br>Fur Sewing for Interior Design<\/h2>\n      <p>Fur sewing finds its fullest expression in <a href=\"https:\/\/www.norki.com\/en\/studio-chalet\/\" class=\"norki-inline-link\" title=\"Discover the Studio Chalet world\">the world of mountain chalet interiors<\/a>.<\/p>\n      <p>Our artisans bring to life <a href=\"https:\/\/www.norki.com\/en\/12-designer-haute-couture-bespoke-throws-collection-norki\" class=\"norki-inline-link\" title=\"Discover our fur throws\">fur throws<\/a>, <a href=\"https:\/\/www.norki.com\/en\/30-coussin-design-orginal-luxe-sur-mesure-createurs\" class=\"norki-inline-link\" title=\"Discover our fur cushions\">fur cushions<\/a>, <a href=\"https:\/\/www.norki.com\/en\/19-collection-tapis-design-sur-mesure-peau-veritable-norki\" class=\"norki-inline-link\" title=\"Discover our rugs\">rugs<\/a>, and <a href=\"https:\/\/www.norki.com\/en\/25-designer-haute-couture-furniture-collection-norki\" class=\"norki-inline-link\" title=\"Discover our custom fur furniture\">unique furniture pieces in fur<\/a>, designed to enhance the most beautiful interiors around the world \u2013 from Vail to Bozeman, St. Moritz to Crans-Montana.<\/p>\n      <p><a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/interior-design-projects-bespoke-craftsmanship\/mountain-projects\/\" class=\"norki-inline-link\" title=\"Discover our mountain projects\">Luxury chalets<\/a>, <a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/interior-design-projects-bespoke-craftsmanship\/hotel-projects\/\" class=\"norki-inline-link\" title=\"Discover our hotel projects\">prestigious hotels<\/a>, <a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/interior-design-projects-bespoke-craftsmanship\/urban-projects\/\" class=\"norki-inline-link\" title=\"Discover our urban and yacht projects\">yachts, or private residences<\/a> worldwide serve as the backdrop for our exceptional fur creations.<\/p>\n    <\/div>\n\n    <div class=\"norki-header-bottom\">\n      <a href=\"https:\/\/www.norki.com\/en\/\" class=\"norki-btn\" title=\"Go to Norki's homepage\">Shop Norki items<\/a>\n      <div class=\"norki-arrows\">\n        <button class=\"norki-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=\"norki-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=\"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\/en\/designer-haute-couture-bespoke-throws-collection-norki\/568-luxury-green-cushions-genuine-arctic-fox-fur.html\" class=\"norki-img-link\" tabindex=\"-1\" title=\"View Verbier Throw\">\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=\"Verbier Throw\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Verbier Throw<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/designer-haute-couture-bespoke-throws-collection-norki\/568-luxury-green-cushions-genuine-arctic-fox-fur.html\" title=\"Buy Verbier Throw\">Buy<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 2 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/19-customize-designer-high-end-luxury-hide-rug-norki\" class=\"norki-img-link\" tabindex=\"-1\" title=\"View fur rugs\">\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=\"Fur rug\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Fur rug<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/19-customize-designer-high-end-luxury-hide-rug-norki\" title=\"Buy fur rugs\">Buy<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 3 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/timeless-throws-collection-norki\/255-218-quebec-throw.html#\/75-dimension-150_200_cm\" class=\"norki-img-link\" tabindex=\"-1\" title=\"View Quebec Throw\">\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=\"Quebec Throw\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Quebec Throw<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/timeless-throws-collection-norki\/255-218-quebec-throw.html#\/75-dimension-150_200_cm\" title=\"Buy Quebec Throw\">Buy<\/a>\n          <\/div>\n        <\/div>\n        \n        <!-- Slide 4 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/30-designer-cushions-collection-luxury-norki\" class=\"norki-img-link\" tabindex=\"-1\" title=\"View fur cushions\">\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=\"Fur cushion\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Fur cushion<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/30-designer-cushions-collection-luxury-norki\" title=\"Buy fur cushions\">Buy<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 5 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/luxury-modern-armchairs-collection-norki\/172-saint-moritz-armchair-norki-white-mink.html\" class=\"norki-img-link\" tabindex=\"-1\" title=\"View Saint-Moritz armchairs\">\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=\"Saint-Moritz armchairs\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Saint-Moritz armchairs<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/luxury-modern-armchairs-collection-norki\/172-saint-moritz-armchair-norki-white-mink.html\" title=\"Buy Saint-Moritz armchairs\">Buy<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 6 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/collections-de-coussins-intemporels-norki-decoration\/553-luxury-square-cushion-genuine-fox-fur-orange-chalet-norki.html\" class=\"norki-img-link\" tabindex=\"-1\" title=\"View Val d'Is\u00e8re Cushion\">\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=\"Val d'Is\u00e8re Cushion\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Val d&rsquo;Is\u00e8re Cushion<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/collections-de-coussins-intemporels-norki-decoration\/553-luxury-square-cushion-genuine-fox-fur-orange-chalet-norki.html\" title=\"Buy Val d'Is\u00e8re Cushion\">Buy<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Slide 7 -->\n        <div class=\"norki-slide\">\n          <a href=\"https:\/\/www.norki.com\/en\/timless-rugs-hides-norki\/310-109-aspen-rug-norki-fur-coyote.html#\/46-dimension-200_300_cm\" class=\"norki-img-link\" tabindex=\"-1\" title=\"View Aspen Rug\">\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=\"Aspen Rug\">\n          <\/a>\n          <div class=\"norki-caption\">\n            <span>Aspen Rug<\/span>\n            <a href=\"https:\/\/www.norki.com\/en\/timless-rugs-hides-norki\/310-109-aspen-rug-norki-fur-coyote.html#\/46-dimension-200_300_cm\" title=\"Buy Aspen Rug\">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('.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      \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            Interior Design: Fur Sewing in the Service of International Projects\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=\"Map of Norki locations\" 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=\"Map of Norki locations - Tablet\" 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=\"Map of Norki locations - 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\/en\/content\/15-cushion-rug-throw-furniture-luxury-decoration-shop-paris\" class=\"norki-decor-cf__map-link-overlay norki-decor-cf__map-link-overlay--paris\" title=\"Discover our Paris boutique\"><\/a>\n               \n            <!-- LIEN STRASBOURG POINTANT VERS L'ATELIER (EN) - URL SIMPLIFI\u00c9E CONFORME \u00c0 LA REGLE DE LA CARTE -->\n            <a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/\" class=\"norki-decor-cf__map-link-overlay norki-decor-cf__map-link-overlay--strasbourg\" title=\"Discover our Atelier\"><\/a>\n               \n            <a href=\"https:\/\/www.norki.com\/en\/content\/17-luxury-shopping-gstaad-interior-design-buy-rug-throw-cushion-furniture\" class=\"norki-decor-cf__map-link-overlay norki-decor-cf__map-link-overlay--gstaad\" title=\"Discover our Gstaad boutique\"><\/a>\n               \n            <a href=\"https:\/\/www.norki.com\/en\/content\/16-luxury-interior-design-chalet-megeve-throw-cushion-rug-furniture\" class=\"norki-decor-cf__map-link-overlay norki-decor-cf__map-link-overlay--megeve\" title=\"Discover our Meg\u00e8ve boutique\"><\/a>\n               \n        <\/div>\n    <\/div>\n\n    <div class=\"norki-decor-cf__content\">\n        <p>At the heart of our clients&rsquo; projects, our <a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/bespoke-interior-design-studio-furniture-rugs\/\" class=\"norki-decor-cf__link\" title=\"Discover our Design Studio\">design office<\/a> located in <a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/contact-us\/\" class=\"norki-decor-cf__link\" title=\"Contact our Strasbourg workshops\">Strasbourg<\/a> ensures the seamless connection between conception and execution.<\/p>\n        \n        <p>It works in collaboration with our offices in <a href=\"https:\/\/www.norki.com\/en\/content\/15-cushion-rug-throw-furniture-luxury-decoration-shop-paris\" class=\"norki-decor-cf__link\" title=\"Discover our Paris boutique\">Paris<\/a>, <a href=\"https:\/\/www.norki.com\/en\/content\/17-luxury-shopping-gstaad-interior-design-buy-rug-throw-cushion-furniture\" class=\"norki-decor-cf__link\" title=\"Discover our Gstaad boutique\">Gstaad<\/a>, and <a href=\"https:\/\/www.norki.com\/en\/content\/16-luxury-interior-design-chalet-megeve-throw-cushion-rug-furniture\" class=\"norki-decor-cf__link\" title=\"Discover our Meg\u00e8ve boutique\">Meg\u00e8ve<\/a>, allowing NORKI to support decoration projects worldwide.<\/p>\n        \n        <p>From concept to production in our <a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/\" class=\"norki-decor-cf__link\" title=\"Discover our French Workshop\">French Workshop<\/a>, each creation embodies the excellence of artisanal fur sewing, serving contemporary design.<\/p>\n        \n        <p class=\"norki-decor-cf__emphasis\">Envision your unique piece with Norki!<\/p>\n\n        <div class=\"norki-decor-cf__actions\">\n            <a href=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/contact-us\/\" class=\"norki-decor-cf__btn norki-decor-cf__btn--primary\" title=\"Send an email to our Design Studio\">Contact our Design Studio<\/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=\"Contact us directly on WhatsApp\">Whatsapp us<\/a>\n        <\/div>\n    <\/div>\n\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Fur Couture EPV Throws, cushions, rugs An Exceptional Artisanal Craftsmanship \u2013 EPV Certified Family heritage and the beating heart of our Workshop, fur sewing embodies the excellence of a rare craftsmanship, where precision of gesture meets the nobility of the material. Our Craftsmanship Fur Couture EPV Upholstery Furnishing Couture Bespoke Rugs Embroidery Founded in 2010 [&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":[],"tags":[],"class_list":["post-4269","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Luxury Fur Craftsmanship &amp; EPV French Atelier | Norki<\/title>\n<meta name=\"description\" content=\"Maison Norki, EPV-certified French atelier, masters fur craftsmanship. Bespoke luxury throws, cushions and rugs for chalets and interiors.\" \/>\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\/custom-made-upholstery\/sewing-fur-epv\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Luxury Fur Craftsmanship &amp; EPV French Atelier | Norki\" \/>\n<meta property=\"og:description\" content=\"Maison Norki, EPV-certified French atelier, masters fur craftsmanship. Bespoke luxury throws, cushions and rugs for chalets and interiors.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.norki.com\/en\/custom-made-upholstery\/sewing-fur-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-10T09:23:41+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\\\/en\\\/custom-made-upholstery\\\/sewing-fur-epv\\\/\",\"url\":\"https:\\\/\\\/www.norki.com\\\/en\\\/custom-made-upholstery\\\/sewing-fur-epv\\\/\",\"name\":\"Luxury Fur Craftsmanship & EPV French Atelier | Norki\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/sur-mesure\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/custom-made-upholstery\\\/sewing-fur-epv\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/custom-made-upholstery\\\/sewing-fur-epv\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/norki.com\\\/sur-mesure\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/savoir-faire-couture-fourrure-norki-marron.jpg\",\"datePublished\":\"2026-06-08T09:53:59+00:00\",\"dateModified\":\"2026-06-10T09:23:41+00:00\",\"description\":\"Maison Norki, EPV-certified French atelier, masters fur craftsmanship. Bespoke luxury throws, cushions and rugs for chalets and interiors.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/custom-made-upholstery\\\/sewing-fur-epv\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.norki.com\\\/en\\\/custom-made-upholstery\\\/sewing-fur-epv\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.norki.com\\\/en\\\/custom-made-upholstery\\\/sewing-fur-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\\\/en\\\/custom-made-upholstery\\\/sewing-fur-epv\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.norki.com\\\/sur-mesure\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fur Couture 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":"Luxury Fur Craftsmanship & EPV French Atelier | Norki","description":"Maison Norki, EPV-certified French atelier, masters fur craftsmanship. Bespoke luxury throws, cushions and rugs for chalets and interiors.","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\/custom-made-upholstery\/sewing-fur-epv\/","og_locale":"fr_FR","og_type":"article","og_title":"Luxury Fur Craftsmanship & EPV French Atelier | Norki","og_description":"Maison Norki, EPV-certified French atelier, masters fur craftsmanship. Bespoke luxury throws, cushions and rugs for chalets and interiors.","og_url":"https:\/\/www.norki.com\/en\/custom-made-upholstery\/sewing-fur-epv\/","og_site_name":"Norki","article_publisher":"https:\/\/facebook.com\/NorkiDecoration","article_modified_time":"2026-06-10T09:23:41+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\/en\/custom-made-upholstery\/sewing-fur-epv\/","url":"https:\/\/www.norki.com\/en\/custom-made-upholstery\/sewing-fur-epv\/","name":"Luxury Fur Craftsmanship & EPV French Atelier | Norki","isPartOf":{"@id":"https:\/\/www.norki.com\/sur-mesure\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.norki.com\/en\/custom-made-upholstery\/sewing-fur-epv\/#primaryimage"},"image":{"@id":"https:\/\/www.norki.com\/en\/custom-made-upholstery\/sewing-fur-epv\/#primaryimage"},"thumbnailUrl":"https:\/\/norki.com\/sur-mesure\/wp-content\/uploads\/2026\/05\/savoir-faire-couture-fourrure-norki-marron.jpg","datePublished":"2026-06-08T09:53:59+00:00","dateModified":"2026-06-10T09:23:41+00:00","description":"Maison Norki, EPV-certified French atelier, masters fur craftsmanship. Bespoke luxury throws, cushions and rugs for chalets and interiors.","breadcrumb":{"@id":"https:\/\/www.norki.com\/en\/custom-made-upholstery\/sewing-fur-epv\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.norki.com\/en\/custom-made-upholstery\/sewing-fur-epv\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.norki.com\/en\/custom-made-upholstery\/sewing-fur-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\/en\/custom-made-upholstery\/sewing-fur-epv\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.norki.com\/sur-mesure\/fr\/"},{"@type":"ListItem","position":2,"name":"Fur Couture 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":"Fur Couture EPV Throws, cushions, rugs An Exceptional Artisanal Craftsmanship \u2013 EPV Certified Family heritage and the beating heart of our Workshop, fur sewing embodies the excellence of a rare craftsmanship, where precision of gesture meets the nobility of the material. Our Craftsmanship Fur Couture EPV Upholstery Furnishing Couture Bespoke Rugs Embroidery Founded in 2010\u2026","_links":{"self":[{"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/pages\/4269","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=4269"}],"version-history":[{"count":7,"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/pages\/4269\/revisions"}],"predecessor-version":[{"id":4492,"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/pages\/4269\/revisions\/4492"}],"wp:attachment":[{"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/media?parent=4269"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/categories?post=4269"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.norki.com\/sur-mesure\/wp-json\/wp\/v2\/tags?post=4269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}