{"id":5633,"date":"2026-06-27T09:49:01","date_gmt":"2026-06-27T09:49:01","guid":{"rendered":"https:\/\/midecnc.com\/?p=5633"},"modified":"2026-06-27T09:49:09","modified_gmt":"2026-06-27T09:49:09","slug":"cnc-bridge-saw-applications-stone-industries","status":"publish","type":"post","link":"https:\/\/midecnc.com\/fr\/cnc-bridge-saw-applications-stone-industries\/","title":{"rendered":"Applications des scies \u00e0 pont CNC dans diff\u00e9rentes industries de la pierre"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"5633\" class=\"elementor elementor-5633\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fa9d02 e-con e-atomic-element e-flexbox-base e-43314d8\" data-id=\"6fa9d02\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"6fa9d02\">\n    \t\t<div class=\"elementor-element elementor-element-577d6b3 elementor-widget elementor-widget-html\" data-id=\"577d6b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Hero Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            scroll-behavior: smooth;\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::-webkit-scrollbar-thumb:hover { background: #374151; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        \/* Hero *\/\n        .hero-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            align-items: center;\n        }\n        h1 {\n            font-size: 3.25rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 1.5rem;\n            line-height: 1.1;\n            letter-spacing: -0.03em;\n            background: linear-gradient(135deg, #111827 0%, #374151 50%, #111827 100%);\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n            animation: fadeInUp 0.8s ease-out;\n        }\n        .hero-desc {\n            font-size: 1.25rem;\n            color: #4b5563;\n            margin-bottom: 2rem;\n            line-height: 1.7;\n            animation: fadeInUp 0.8s ease-out 0.2s both;\n        }\n        .hero-buttons {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n            animation: fadeInUp 0.8s ease-out 0.4s both;\n        }\n        .btn-primary {\n            padding: 0.875rem 1.75rem;\n            font-weight: 600;\n            color: #ffffff;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 0.375rem;\n            text-decoration: none;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 12px -2px rgba(17, 24, 39, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        .btn-primary::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px -4px rgba(17, 24, 39, 0.4);\n        }\n        .btn-primary:hover::before {\n            transform: translateX(100%);\n        }\n        .btn-outline {\n            padding: 0.875rem 1.75rem;\n            font-weight: 600;\n            color: #111827;\n            border: 2px solid #111827;\n            border-radius: 0.375rem;\n            text-decoration: none;\n            background-color: transparent;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n        .btn-outline::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background-color: #111827;\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: transform 0.3s ease;\n            z-index: -1;\n        }\n        .btn-outline:hover {\n            color: #ffffff;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px -4px rgba(17, 24, 39, 0.3);\n        }\n        .btn-outline:hover::before {\n            transform: scaleX(1);\n        }\n        .hero-image {\n            height: 26rem;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);\n            position: relative;\n            animation: fadeInRight 0.8s ease-out 0.3s both;\n        }\n        .hero-image::after {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 0%, transparent 70%, rgba(17, 24, 39, 0.1) 100%);\n            pointer-events: none;\n        }\n        .hero-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.8s ease;\n        }\n        .hero-image:hover img {\n            transform: scale(1.05);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        @keyframes fadeInRight {\n            from { opacity: 0; transform: translateX(30px); }\n            to { opacity: 1; transform: translateX(0); }\n        }\n\n        @media (max-width: 1024px) {\n            .hero-grid { grid-template-columns: 1fr; }\n        }\n        @media (max-width: 768px) {\n            h1 { font-size: 2.25rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section>\n        <div class=\"container\">\n            <div class=\"hero-grid\">\n                <div>\n                    <h1>Applications des scies \u00e0 pont CNC dans diff\u00e9rentes industries de la pierre<\/h1>\n                    <p class=\"hero-desc\">\n                        Des plans de travail de cuisine aux fa\u00e7ades architecturales, les scies \u00e0 pont CNC offrent aux fabricants de pierre modernes des solutions pr\u00e9cises, efficaces et fiables.\n                    <\/p>\n                    <div class=\"hero-buttons\">\n                        <a href=\"https:\/\/midecnc.com\/fr\/support\/\" class=\"btn-primary\">En savoir plus<\/a>\n                        <a href=\"https:\/\/midecnc.com\/fr\/applications\/\" class=\"btn-outline\">Voir la d\u00e9mo<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"hero-image\">\n                    <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/NC-Bridge-Saw-Applications.webp\" alt=\"CNC Bridge Saw Machine\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.hero-image');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-809efc2 e-con e-atomic-element e-flexbox-base e-25b8665\" data-id=\"809efc2\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"809efc2\">\n    \t\t<div class=\"elementor-element elementor-element-6453f25 elementor-widget elementor-widget-html\" data-id=\"6453f25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Why CNC Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Feature Grid *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n        .feature-card {\n            background-color: #ffffff;\n            padding: 2rem;\n            border-radius: 0.75rem;\n            border: 1px solid #e5e7eb;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            background: linear-gradient(90deg, #111827 0%, #374151 100%);\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: transform 0.4s ease;\n        }\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.15);\n            border-color: transparent;\n        }\n        .feature-card:hover::before {\n            transform: scaleX(1);\n        }\n        .feature-icon {\n            width: 3rem;\n            height: 3rem;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 0.625rem;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            transition: all 0.4s ease;\n        }\n        .feature-card:hover .feature-icon {\n            transform: rotate(-5deg) scale(1.1);\n            background: linear-gradient(135deg, #1f2937 0%, #374151 100%);\n        }\n        .feature-icon svg {\n            width: 1.5rem;\n            height: 1.5rem;\n            stroke-width: 2;\n        }\n        .feature-card p {\n            color: #4b5563;\n            margin: 0;\n        }\n\n        \/* Large Image *\/\n        .large-image {\n            background-color: #ffffff;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);\n            position: relative;\n        }\n        .large-image .img-wrap {\n            height: 22rem;\n        }\n        .large-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .feature-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .feature-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Why CNC Section -->\n    <section id=\"advantages\" class=\"section-gray\">\n        <div class=\"container\">\n            <h2>Pourquoi les scies \u00e0 pont CNC sont largement utilis\u00e9es<\/h2>\n\n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"22\" y1=\"12\" x2=\"18\" y2=\"12\"\/><line x1=\"6\" y1=\"12\" x2=\"2\" y2=\"12\"\/><line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"2\"\/><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\/><\/svg>\n                    <\/div>\n                    <h3>Pr\u00e9cision de coupe plus \u00e9lev\u00e9e<\/h3>\n                    <p>Un contr\u00f4le pr\u00e9cis de chaque coupe garantit une qualit\u00e9 de produit parfaite.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"6\" r=\"3\"\/><circle cx=\"6\" cy=\"18\" r=\"3\"\/><line x1=\"20\" y1=\"4\" x2=\"8.12\" y2=\"15.88\"\/><line x1=\"14.47\" y1=\"14.48\" x2=\"20\" y2=\"20\"\/><line x1=\"8.12\" y1=\"8.12\" x2=\"12\" y2=\"12\"\/><\/svg>\n                    <\/div>\n                    <h3>R\u00e9duction des d\u00e9chets de mat\u00e9riaux<\/h3>\n                    <p>Des trajectoires de coupe optimis\u00e9es maximisent l\u2019utilisation des mati\u00e8res premi\u00e8res.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg>\n                    <\/div>\n                    <h3>Cycles de production plus rapides<\/h3>\n                    <p>Les processus de production automatis\u00e9s augmentent consid\u00e9rablement la production.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"17 1 21 5 17 9\"\/><path d=\"M3 11V9a4 4 0 0 1 4-4h14\"\/><polyline points=\"7 23 3 19 7 15\"\/><path d=\"M21 13v2a4 4 0 0 1-4 4H3\"\/><\/svg>\n                    <\/div>\n                    <h3>R\u00e9p\u00e9tabilit\u00e9 constante<\/h3>\n                    <p>Des param\u00e8tres standardis\u00e9s garantissent une qualit\u00e9 de produit uniforme.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><\/svg>\n                    <\/div>\n                    <h3>Usinage de formes complexes<\/h3>\n                    <p>Le contr\u00f4le multi-axes permet de traiter des formes g\u00e9om\u00e9triques complexes.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n                    <\/div>\n                    <h3>R\u00e9duction des besoins en main-d\u2019\u0153uvre<\/h3>\n                    <p>L\u2019automatisation intelligente r\u00e9duit le besoin d\u2019intervention manuelle.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"large-image\">\n                <div class=\"img-wrap\">\n                    <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/NC-Bridge-Saw-Applications1.webp\" alt=\"Stone Processing Factory\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.feature-card, .large-image, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-002532f e-con e-atomic-element e-flexbox-base e-87a3c70\" data-id=\"002532f\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"002532f\">\n    \t\t<div class=\"elementor-element elementor-element-0a05b57 elementor-widget elementor-widget-html\" data-id=\"0a05b57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Industries Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Industry Block *\/\n        .industries-list {\n            display: flex;\n            flex-direction: column;\n            gap: 3rem;\n        }\n        .industry-block {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n            align-items: center;\n            padding-bottom: 3rem;\n            border-bottom: 1px solid #e5e7eb;\n        }\n        .industry-block:last-child {\n            border-bottom: none;\n            padding-bottom: 0;\n        }\n        .industry-block:nth-child(even) {\n            direction: rtl;\n        }\n        .industry-block:nth-child(even) > * {\n            direction: ltr;\n        }\n        .industry-block h3 {\n            font-size: 1.75rem;\n            margin-bottom: 1rem;\n        }\n        .industry-block p {\n            margin-bottom: 1.5rem;\n            line-height: 1.75;\n        }\n        .industry-image {\n            height: 18rem;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);\n            position: relative;\n            transition: transform 0.4s ease, box-shadow 0.4s ease;\n        }\n        .industry-image:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.2);\n        }\n        .industry-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.8s ease;\n        }\n        .industry-image:hover img {\n            transform: scale(1.08);\n        }\n\n        \/* Product Tags *\/\n        .tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n        }\n        .tag {\n            padding: 0.375rem 0.875rem;\n            font-size: 0.875rem;\n            font-weight: 500;\n            color: #374151;\n            background-color: #f3f4f6;\n            border-radius: 9999px;\n            transition: all 0.3s ease;\n            cursor: default;\n        }\n        .tag:hover {\n            background-color: #111827;\n            color: #ffffff;\n            transform: translateY(-2px);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .industry-block { grid-template-columns: 1fr; }\n            .industry-block:nth-child(even) { direction: ltr; }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Industries Section -->\n    <section id=\"industries\">\n        <div class=\"container\">\n            <h2>Applications industrielles<\/h2>\n\n            <div class=\"industries-list\">\n                <!-- Granite -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Industrie de transformation du granit<\/h3>\n                        <p>\n                            Le granit reste l\u2019une des pierres naturelles les plus exigeantes en raison de son exceptionnelle duret\u00e9 et durabilit\u00e9. Il est largement utilis\u00e9 dans les b\u00e2timents commerciaux, l\u2019am\u00e9nagement paysager ext\u00e9rieur, les monuments, les escaliers et les sols \u00e0 usage intensif. Une scie \u00e0 pont CNC 5 axes est id\u00e9ale pour la fabrication du granit, r\u00e9alisant des coupes droites, des coupes d\u2019onglet \u00e0 45\u00b0, des d\u00e9coupes d\u2019\u00e9viers et des bords courbes.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Plans de travail de cuisine<\/span>\n                            <span class=\"tag\">Escaliers<\/span>\n                            <span class=\"tag\">Rev\u00eatement mural<\/span>\n                            <span class=\"tag\">Carrelage de sol<\/span>\n                            <span class=\"tag\">Composants de monument<\/span>\n                            <span class=\"tag\">Pav\u00e9s ext\u00e9rieurs<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Granite-Processing-Industry.webp\" alt=\"Granite Products\">\n                    <\/div>\n                <\/div>\n\n                <!-- Marble -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Industrie de fabrication du marbre<\/h3>\n                        <p>\n                            Le marbre est plus tendre que le granit mais n\u00e9cessite une excellente qualit\u00e9 de surface car il est souvent utilis\u00e9 dans des projets architecturaux de luxe. Les scies \u00e0 pont CNC modernes optimisent la vitesse d\u2019avance et les param\u00e8tres de coupe pour produire des bords propres tout en prot\u00e9geant les surfaces d\u00e9licates de la pierre.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Rev\u00eatement de sol d\u2019h\u00f4tel<\/span>\n                            <span class=\"tag\">Panneaux muraux int\u00e9rieurs<\/span>\n                            <span class=\"tag\">Meubles de salle de bain<\/span>\n                            <span class=\"tag\">Colonnes d\u00e9coratives<\/span>\n                            <span class=\"tag\">Encadrements de chemin\u00e9e<\/span>\n                            <span class=\"tag\">Mobilier de luxe<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Marble-Manufacturing.webp\" alt=\"Marble Manufacturing\">\n                    <\/div>\n                <\/div>\n\n                <!-- Quartz -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Industrie des plans de travail en quartz<\/h3>\n                        <p>\n                            Le quartz reconstitu\u00e9 est devenu l\u2019un des mat\u00e9riaux \u00e0 la croissance la plus rapide dans la fabrication de plans de travail r\u00e9sidentiels et commerciaux. Une scie \u00e0 pont CNC \u00e9quip\u00e9e d\u2019un logiciel CAO\/FAO permet aux op\u00e9rateurs d\u2019importer directement les dessins de plans de travail, r\u00e9duisant ainsi le travail de trac\u00e9 manuel tout en garantissant la pr\u00e9cision dimensionnelle.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Ouvertures d\u2019\u00e9vier<\/span>\n                            <span class=\"tag\">Trous de robinet<\/span>\n                            <span class=\"tag\">Coins arrondis<\/span>\n                            <span class=\"tag\">Bords en cascade<\/span>\n                            <span class=\"tag\">Plans de travail d\u2019\u00eelot<\/span>\n                            <span class=\"tag\">Pr\u00e9paration des joints<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Quartz-Countertops.webp\" alt=\"Quartz Countertops\">\n                    <\/div>\n                <\/div>\n\n                <!-- Porcelain -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Transformation des dalles en porcelaine<\/h3>\n                        <p>\n                            Les dalles en porcelaine grand format remplacent de plus en plus la pierre naturelle dans le design int\u00e9rieur moderne. Bien que plus fines que le granit, elles sont tr\u00e8s cassantes et n\u00e9cessitent une d\u00e9coupe pr\u00e9cise. De nombreux fabricants choisissent des scies \u00e0 pont \u00e9quip\u00e9es de syst\u00e8mes de levage \u00e0 vide pour manipuler en toute s\u00e9curit\u00e9 les grandes dalles.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Plans de travail de cuisine<\/span>\n                            <span class=\"tag\">Murs de salle de bain<\/span>\n                            <span class=\"tag\">Panneaux de mobilier<\/span>\n                            <span class=\"tag\">Surfaces de meubles<\/span>\n                            <span class=\"tag\">Syst\u00e8mes muraux d\u00e9coratifs<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Porcelain-Slabs.webp\" alt=\"Porcelain Slabs\">\n                    <\/div>\n                <\/div>\n\n                <!-- Monument -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Industrie des monuments et m\u00e9moriaux<\/h3>\n                        <p>\n                            L\u2019industrie des monuments exige une grande pr\u00e9cision dimensionnelle et une r\u00e9p\u00e9tabilit\u00e9 \u00e9lev\u00e9e. Une scie \u00e0 pont CNC r\u00e9alise le fa\u00e7onnage initial avant les op\u00e9rations de gravure ou de polissage et peut fonctionner avec des machines de gravure CNC pour r\u00e9aliser des conceptions personnalis\u00e9es complexes.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Pierres tombales<\/span>\n                            <span class=\"tag\">Plaques comm\u00e9moratives<\/span>\n                            <span class=\"tag\">Socles de monument<\/span>\n                            <span class=\"tag\">Marqueurs de cimeti\u00e8re<\/span>\n                            <span class=\"tag\">Sculptures en pierre d\u00e9coratives<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Monument-Manufacturing.webp\" alt=\"Monument Manufacturing\">\n                    <\/div>\n                <\/div>\n\n                <!-- Construction Stone -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Industrie de la pierre de construction<\/h3>\n                        <p>\n                            Les grands projets de construction n\u00e9cessitent une production continue de composants en pierre standardis\u00e9s. Comme ces projets impliquent souvent des milliers de pi\u00e8ces identiques, l\u2019automatisation devient essentielle. Les scies \u00e0 pont CNC am\u00e9liorent la coh\u00e9rence tout en r\u00e9duisant les co\u00fbts de main-d\u2019\u0153uvre et les erreurs de production.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Fa\u00e7ades de b\u00e2timents<\/span>\n                            <span class=\"tag\">Panneaux muraux ext\u00e9rieurs<\/span>\n                            <span class=\"tag\">Pavage de sol<\/span>\n                            <span class=\"tag\">Marches d\u2019escalier<\/span>\n                            <span class=\"tag\">Appuis de fen\u00eatre<\/span>\n                            <span class=\"tag\">Seuils de porte<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp\" alt=\"Construction Stone\">\n                    <\/div>\n                <\/div>\n\n                <!-- Interior Decoration -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>D\u00e9coration int\u00e9rieure et mobilier sur mesure<\/h3>\n                        <p>\n                            Les architectes d\u2019int\u00e9rieur utilisent de plus en plus la pierre naturelle comme mat\u00e9riau d\u00e9coratif haut de gamme. Ces produits n\u00e9cessitent souvent des formes irr\u00e9guli\u00e8res, des coupes inclin\u00e9es et des dimensions personnalis\u00e9es. Les scies \u00e0 pont CNC multi-axes offrent la flexibilit\u00e9 n\u00e9cessaire pour la fabrication int\u00e9rieure haut de gamme.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Tables \u00e0 manger<\/span>\n                            <span class=\"tag\">Tables basses<\/span>\n                            <span class=\"tag\">Murs d\u2019arri\u00e8re-plan TV<\/span>\n                            <span class=\"tag\">Comptoirs de r\u00e9ception<\/span>\n                            <span class=\"tag\">\u00c9tag\u00e8res de luxe<\/span>\n                            <span class=\"tag\">Panneaux d\u00e9coratifs<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Interior-Decoration.webp\" alt=\"Interior Decoration\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.industry-block, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-1915281 e-con e-atomic-element e-flexbox-base e-e2defda\" data-id=\"1915281\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1915281\">\n    \t\t<div class=\"elementor-element elementor-element-a2b2bec elementor-widget elementor-widget-html\" data-id=\"a2b2bec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Comparison Table Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n\n        \/* Table *\/\n        .table-wrapper {\n            overflow-x: auto;\n            border-radius: 0.75rem;\n            border: 1px solid #e5e7eb;\n            box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.05);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        thead tr {\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            color: #ffffff;\n        }\n        th {\n            padding: 1.25rem 1.5rem;\n            text-align: left;\n            font-weight: 700;\n        }\n        td {\n            padding: 1.25rem 1.5rem;\n            transition: background-color 0.2s ease;\n        }\n        tbody tr {\n            transition: transform 0.2s ease;\n        }\n        tbody tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        tbody tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        tbody tr:hover {\n            background-color: #f3f4f6;\n            transform: translateX(4px);\n        }\n        tbody td:first-child {\n            color: #111827;\n            font-weight: 600;\n        }\n        tbody td:last-child {\n            color: #4b5563;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Comparison Table Section -->\n    <section id=\"products\" class=\"section-gray\">\n        <div class=\"container\">\n            <h2>Configurations recommand\u00e9es par industrie<\/h2>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Industrie<\/th>\n                            <th>Configuration recommand\u00e9e<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Traitement du granit<\/td>\n                            <td>Scie \u00e0 pont CNC 5 axes<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Traitement du marbre<\/td>\n                            <td>4+1 axes ou 5 axes<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Plans de travail en quartz<\/td>\n                            <td>Scie \u00e0 pont CNC 5 axes<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Dalles en porcelaine<\/td>\n                            <td>5 axes avec syst\u00e8me de vide<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Fabrication de monuments<\/td>\n                            <td>5 axes + gravure CNC<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Pierre de construction<\/td>\n                            <td>Scie \u00e0 pont CNC automatique<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>D\u00e9coration int\u00e9rieure<\/td>\n                            <td>Scie \u00e0 pont CNC 5 axes<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Fabrication de pierre sur mesure<\/td>\n                            <td>Combinaison scie \u00e0 pont + jet d\u2019eau<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.table-wrapper, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-eef9d05 e-con e-atomic-element e-flexbox-base e-cd5d7ab\" data-id=\"eef9d05\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"eef9d05\">\n    \t\t<div class=\"elementor-element elementor-element-09a2983 elementor-widget elementor-widget-html\" data-id=\"09a2983\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Production Line Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Production Line *\/\n        .production-box {\n            background-color: #ffffff;\n            border: 2px solid #111827;\n            border-radius: 0.75rem;\n            padding: 3rem;\n            position: relative;\n            overflow: hidden;\n        }\n        .production-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, #374151 50%, #111827 100%);\n        }\n        .production-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 1rem;\n            margin-bottom: 2rem;\n        }\n        .production-step {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            padding: 0.75rem;\n            border-radius: 0.5rem;\n            transition: all 0.3s ease;\n        }\n        .production-step:hover {\n            background-color: #f9fafb;\n            transform: translateY(-2px);\n        }\n        .step-number {\n            flex-shrink: 0;\n            width: 2rem;\n            height: 2rem;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 9999px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            font-weight: 700;\n            font-size: 0.875rem;\n            transition: transform 0.3s ease;\n        }\n        .production-step:hover .step-number {\n            transform: scale(1.15) rotate(5deg);\n        }\n        .production-step p {\n            margin: 0;\n            color: #374151;\n        }\n        .production-footer {\n            text-align: center;\n            padding-top: 2rem;\n            border-top: 1px solid #e5e7eb;\n            margin: 0;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .production-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .production-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Production Line Section -->\n    <section>\n        <div class=\"container\">\n            <h2>Lignes de production d\u2019usine de pierre<\/h2>\n\n            <div class=\"production-box\">\n                <div class=\"production-grid\">\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">1<\/div>\n                        <p>Chargement de dalles<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">2<\/div>\n                        <p>Mesure automatique<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">3<\/div>\n                        <p>Imbrication CAD<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">4<\/div>\n                        <p>Coupe \u00e0 la scie \u00e0 pont CNC<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">5<\/div>\n                        <p>Polissage des bords<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">6<\/div>\n                        <p>Per\u00e7age<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">7<\/div>\n                        <p>Jet d\u2019eau (en option)<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">8<\/div>\n                        <p>Inspection et emballage<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"production-footer\">\n                    L\u2019int\u00e9gration de plusieurs machines CNC augmente consid\u00e9rablement le d\u00e9bit tout en maintenant une qualit\u00e9 de produit constante.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.production-box, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-1106862 e-con e-atomic-element e-flexbox-base e-be16bc4\" data-id=\"1106862\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1106862\">\n    \t\t<div class=\"elementor-element elementor-element-408b4f4 elementor-widget elementor-widget-html\" data-id=\"408b4f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>CTA Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n\n        \/* CTA Section - Full-Bleed gradient background *\/\n        .cta {\n            background: linear-gradient(135deg, #111827 0%, #1f2937 50%, #111827 100%);\n            color: #ffffff;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        .cta::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 50%);\n            animation: rotate 20s linear infinite;\n        }\n        .cta > .container {\n            position: relative;\n            z-index: 1;\n        }\n        .cta h2 {\n            color: #ffffff;\n            margin-bottom: 1.5rem;\n        }\n        .cta h2::after {\n            background: linear-gradient(90deg, #ffffff 0%, transparent 100%);\n        }\n        .cta-desc {\n            font-size: 1.125rem;\n            color: #d1d5db;\n            max-width: 42rem;\n            margin: 0 auto 3rem;\n            line-height: 1.7;\n        }\n        .cta-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1.5rem;\n            margin-bottom: 3rem;\n        }\n        .cta-card {\n            background-color: rgba(255, 255, 255, 0.08);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 0.75rem;\n            padding: 1.75rem;\n            backdrop-filter: blur(8px);\n            -webkit-backdrop-filter: blur(8px);\n            text-align: left;\n            transition: all 0.4s ease;\n        }\n        .cta-card:hover {\n            background-color: rgba(255, 255, 255, 0.12);\n            transform: translateY(-6px);\n            border-color: rgba(255, 255, 255, 0.2);\n        }\n        .cta-icon {\n            width: 2.75rem;\n            height: 2.75rem;\n            background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 0.625rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            margin-bottom: 1rem;\n            transition: all 0.4s ease;\n        }\n        .cta-card:hover .cta-icon {\n            transform: scale(1.1);\n            background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);\n        }\n        .cta-icon svg {\n            width: 1.25rem;\n            height: 1.25rem;\n            stroke-width: 2;\n        }\n        .cta-card h3 {\n            color: #ffffff;\n            margin-bottom: 0.5rem;\n        }\n        .cta-card p {\n            color: #d1d5db;\n            font-size: 0.875rem;\n            margin: 0;\n        }\n        .cta-btn {\n            display: inline-block;\n            padding: 1.125rem 2.5rem;\n            font-weight: 700;\n            color: #111827;\n            background-color: #ffffff;\n            border-radius: 0.5rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 20px -4px rgba(255, 255, 255, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        .cta-btn::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 30%, rgba(17, 24, 39, 0.1) 50%, transparent 70%);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n        .cta-btn:hover {\n            transform: translateY(-3px) scale(1.02);\n            box-shadow: 0 8px 30px -4px rgba(255, 255, 255, 0.4);\n        }\n        .cta-btn:hover::before {\n            transform: translateX(100%);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n\n        @media (max-width: 1024px) {\n            .cta-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .cta-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- CTA Section -->\n    <section class=\"cta\" id=\"contact\">\n        <div class=\"container\">\n            <h2>Choisissez la bonne scie \u00e0 pont CNC pour votre entreprise<\/h2>\n            <p class=\"cta-desc\">\n                Diff\u00e9rents secteurs ont des priorit\u00e9s de production diff\u00e9rentes. Avant d\u2019investir dans des \u00e9quipements, les fabricants doivent \u00e9valuer les types de pierre, les types de produits, la capacit\u00e9 quotidienne, les exigences d\u2019automatisation, l\u2019espace de l\u2019usine et l\u2019expansion future de l\u2019activit\u00e9.\n            <\/p>\n\n            <div class=\"cta-grid\">\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16.5 9.4l-9-5.19\"\/><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\/><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\/><\/svg>\n                    <\/div>\n                    <h3>Mat\u00e9riaux en pierre<\/h3>\n                    <p>\u00c9valuer les principaux types de pierre \u00e0 traiter<\/p>\n                <\/div>\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"\/><polyline points=\"2 17 12 22 22 17\"\/><polyline points=\"2 12 12 17 22 12\"\/><\/svg>\n                    <\/div>\n                    <h3>Types de produits<\/h3>\n                    <p>D\u00e9terminer la gamme de produits \u00e0 fabriquer<\/p>\n                <\/div>\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\/><polyline points=\"17 6 23 6 23 12\"\/><\/svg>\n                    <\/div>\n                    <h3>Besoins en capacit\u00e9<\/h3>\n                    <p>Calculer les objectifs de production quotidienne<\/p>\n                <\/div>\n            <\/div>\n\n            <a href=\"https:\/\/wa.me\/8615594977687\" class=\"cta-btn\">D\u00e9marrer la consultation<\/a>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.cta-card, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-607ff34f e-grid e-con-boxed e-con e-parent\" data-id=\"607ff34f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-49618a9f e-con-full e-flex e-con e-child\" data-id=\"49618a9f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2412d9bf elementor-widget elementor-widget-heading\" data-id=\"2412d9bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Machines recommand\u00e9es<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2082f620 elementor-widget elementor-widget-text-editor\" data-id=\"2082f620\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Pour les professionnels de la d\u00e9coration int\u00e9rieure, Midecnc propose des machines CNC offrant pr\u00e9cision, efficacit\u00e9 et flexibilit\u00e9 cr\u00e9ative. Que vous travailliez avec de la pierre fritt\u00e9e, des panneaux en c\u00e9ramique ou des mat\u00e9riaux composites, nos scies \u00e0 pont et syst\u00e8mes de gravure sont optimis\u00e9s pour les d\u00e9tails artistiques et la fabrication structurelle.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68ad6b31 e-grid e-con-full e-con e-child\" data-id=\"68ad6b31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-75142b2a e-con-full e-flex e-con e-child\" data-id=\"75142b2a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6014c597 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"6014c597\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/produit\/5-axis-cnc-bridge-saw\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"692\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw.webp\" class=\"elementor-animation-grow attachment-full size-full wp-image-5354\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw.webp 1000w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-300x208.webp 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-768x531.webp 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-18x12.webp 18w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-600x415.webp 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-386eb76e e-con-full e-flex e-con e-child\" data-id=\"386eb76e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-451c348a elementor-widget elementor-widget-heading\" data-id=\"451c348a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Scie \u00e0 pont CNC 5 axes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d1c918 elementor-widget elementor-widget-heading\" data-id=\"5d1c918\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Con\u00e7ue pour des applications int\u00e9rieures et architecturales haut de gamme, la scie \u00e0 pont CNC 5 axes permet des coupes en onglet ultra-pr\u00e9cises, le fa\u00e7onnage de courbes, des d\u00e9coupes d'\u00e9viers et m\u00eame des reliefs sculpt\u00e9s \u2014 le tout dans un flux de travail intelligent. Con\u00e7ue pour la pierre fritt\u00e9e, le marbre, le quartz et les panneaux en c\u00e9ramique, elle offre une efficacit\u00e9 et une polyvalence in\u00e9gal\u00e9es aux designers et fabricants.<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e934a40 elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4e934a40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Syst\u00e8me de prise de photo et ventouses : Un syst\u00e8me avanc\u00e9 d'alignement et de stabilisation de la pierre qui am\u00e9liore la s\u00e9curit\u00e9 et la pr\u00e9cision.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">D\u00e9coupe 5 axes r\u00e9elle : Mouvement complet XYZ avec rotation et inclinaison de la broche pour le profilage 3D, la mise en forme des bords et les coupes en biseau (jusqu\u2019\u00e0 45\u00b0).<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">G\u00e8re des formes complexes : Id\u00e9al pour couper des triangles, ellipses, losanges, cercles, plans de travail, tables, etc.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25eff632 elementor-widget elementor-widget-button\" data-id=\"25eff632\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/fr\/5-axis-cnc-bridge-saw\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Voir toutes les machines<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70c70d06 e-con-full e-flex e-con e-child\" data-id=\"70c70d06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a357480 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"1a357480\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/produit\/41-cnc-bridge-saw-4-aixs-marble-stone-bridge-saw-machine\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1706\" height=\"1279\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3.jpg\" class=\"elementor-animation-grow attachment-full size-full wp-image-746\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3.jpg 1706w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-300x225.jpg 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1024x768.jpg 1024w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-768x576.jpg 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1536x1152.jpg 1536w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-16x12.jpg 16w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1320x990.jpg 1320w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-600x450.jpg 600w\" sizes=\"(max-width: 1706px) 100vw, 1706px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ff35bef e-con-full e-flex e-con e-child\" data-id=\"7ff35bef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30dea7b8 elementor-widget elementor-widget-heading\" data-id=\"30dea7b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Scie \u00e0 pont CNC 4+1 axes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78922164 elementor-widget elementor-widget-heading\" data-id=\"78922164\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Un choix id\u00e9al pour les projets n\u00e9cessitant des coupes en biseau, un polissage lin\u00e9aire et des rainures encastr\u00e9es. Fiable, rapide et facile \u00e0 utiliser pour les d\u00e9coupes int\u00e9rieures quotidiennes.<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2636f603 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2636f603\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"> Rotation de lame \u00b190\u00b0 avec inclinaison de 0 \u00e0 90\u00b0<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Parfait pour les rainures de meubles et les fentes d\u2019\u00e9clairage<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Ch\u00e2ssis robuste &amp; commande facile : Con\u00e7u pour la stabilit\u00e9 et une utilisation intuitive<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2809c94c elementor-widget elementor-widget-button\" data-id=\"2809c94c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/fr\/4-axis-cnc-bridge-saw\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Voir toutes les machines<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7597a67f e-con-full e-flex e-con e-child\" data-id=\"7597a67f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d47b500 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"6d47b500\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/produit\/5-axis-waterjet-cutting-stone-metal-ceramics\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"596\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet.webp\" class=\"elementor-animation-grow attachment-full size-full wp-image-5349\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet.webp 1000w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-300x179.webp 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-768x458.webp 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-18x12.webp 18w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-600x358.webp 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3d86fcb e-con-full e-flex e-con e-child\" data-id=\"3d86fcb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13323510 elementor-widget elementor-widget-heading\" data-id=\"13323510\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Machine de d\u00e9coupe jet d\u2019eau CNC 5 axes AC (4020AC)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c3b083a elementor-widget elementor-widget-heading\" data-id=\"7c3b083a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Un mod\u00e8le phare pour la d\u00e9coupe de grandes plaques, le profilage des bords et les coupes en biseau. Parfaitement adapt\u00e9 aux applications int\u00e9rieures avec la porcelaine, la pierre fritt\u00e9e et les mat\u00e9riaux d\u00e9coratifs.<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5be6f2b6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5be6f2b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">D\u00e9coupe \u00e0 interpolation compl\u00e8te 5 axes pour des joints sans soudure et des angles artistiques<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Imbrication automatique et optimisation intelligente du parcours d'outil pour r\u00e9duire les d\u00e9chets<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Compatible avec la c\u00e9ramique, la pierre fritt\u00e9e, le verre, le MDF et les mat\u00e9riaux composites<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-672db214 elementor-widget elementor-widget-button\" data-id=\"672db214\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/fr\/ac-5-axis-cnc-waterjet-cutting-machine\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Voir toutes les machines<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61231ab6 e-flex e-con-boxed e-con e-parent\" data-id=\"61231ab6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3f4ef06a e-con-full e-flex e-con e-child\" data-id=\"3f4ef06a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f2a295 elementor-widget elementor-widget-heading\" data-id=\"5f2a295\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Contactez notre \u00e9quipe de vente experte<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63476954 elementor-widget elementor-widget-text-editor\" data-id=\"63476954\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Que vous ayez besoin d\u2019un foret \u00e0 t\u00eate unique avec support CAD ou d\u2019une machine CNC compl\u00e8te pour la fabrication de trous de vasques et de plans de travail, nous sommes l\u00e0 pour vous aider \u00e0 augmenter votre production avec pr\u00e9cision.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2808436 e-flex e-con-boxed e-con e-child\" data-id=\"2808436\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4c5729fd e-con-full e-flex e-con e-child\" data-id=\"4c5729fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9b976a elementor-widget elementor-widget-image\" data-id=\"e9b976a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/1SY-1-rc6vxun4yaqq07blnn87fksx6d9fa1ydumr6a797cg.webp\" title=\"1SY\" alt=\"1SY\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ead51bf elementor-widget elementor-widget-image-box\" data-id=\"ead51bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Sally<\/h4><p class=\"elementor-image-box-description\">Directeur des ventes<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6baf4e elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"a6baf4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-53f2ac7\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd189a0 e-con-full e-flex e-con e-child\" data-id=\"fd189a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d0ec049 elementor-widget elementor-widget-image\" data-id=\"7d0ec049\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/6c44b-rirgf8pmb1zb8zbdlbpeusxig9go96gpv0ugiu6fzk.webp\" title=\"6c44b\" alt=\"6c44b\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31cb7f38 elementor-widget elementor-widget-image-box\" data-id=\"31cb7f38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Sia<\/h4><p class=\"elementor-image-box-description\">Directeur des ventes<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-130712e7 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"130712e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-5d6093a\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70dbb2aa e-con-full e-flex e-con e-child\" data-id=\"70dbb2aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62884caf elementor-widget elementor-widget-image\" data-id=\"62884caf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/c468c21-rirgfcgz2e4gjf5wzdbx4rzctsy53yvn7jgefy0vao.webp\" title=\"c468c21\" alt=\"c468c21\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-449efb18 elementor-widget elementor-widget-image-box\" data-id=\"449efb18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Nina<\/h4><p class=\"elementor-image-box-description\">Directeur des ventes<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1e7640 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"c1e7640\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-0f15640\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1985ef6d e-flex e-con-boxed e-con e-parent\" data-id=\"1985ef6d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74077ade elementor-share-buttons--view-icon-text elementor-share-buttons--skin-gradient elementor-share-buttons--shape-square elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons\" data-id=\"74077ade\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"share-buttons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_facebook\" role=\"button\" tabindex=\"0\" aria-label=\"Share on facebook\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tFacebook\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_twitter\" role=\"button\" tabindex=\"0\" aria-label=\"Share on twitter\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tTwitter\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_linkedin\" role=\"button\" tabindex=\"0\" aria-label=\"Share on linkedin\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tLinkedIn\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_vk\" role=\"button\" tabindex=\"0\" aria-label=\"Share on vk\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-vk\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7 0 0-30 73.1-72.4 120.5-13.7 13.7-20 18.1-27.5 18.1-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5 0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5-20 0-68.6-73.4-97.4-157.4-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7 0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9 0-66.8-3.4-73.1 15.4-73.1 8.7 0 23.7 4.4 58.7 38.1 40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25-11.2-34.9-86.9-106.7-90.3-111.5-8.7-11.2-6.2-16.2 0-26.2.1-.1 72-101.3 79.4-135.6z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tVK\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_whatsapp\" role=\"button\" tabindex=\"0\" aria-label=\"Share on whatsapp\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tWhatsApp\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_pinterest\" role=\"button\" tabindex=\"0\" aria-label=\"Share on pinterest\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-pinterest\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tPinterest\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-981473b elementor-widget elementor-widget-wp-widget-recent-posts\" data-id=\"981473b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wp-widget-recent-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\n\t\t<h5>Lecture recommand\u00e9e<\/h5><nav aria-label=\"Lecture recommand\u00e9e\">\n\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/manual-cutting-to-cnc-automation-stone-workshop\/\">From Manual Cutting to CNC Automation: A Small Stone Workshop\u2019s Transformation<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/how-one-cnc-bridge-saw-replaced-three-manual-cutting-workers\/\">Comment une scie \u00e0 pont CNC a remplac\u00e9 trois op\u00e9rateurs de d\u00e9coupe manuelle<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/how-cnc-waterjet-cutting-eliminates-edge-chipping-on-sintered-stone\/\">Comment la d\u00e9coupe au jet d\u2019eau CNC \u00e9limine l\u2019\u00e9caillage des bords sur la pierre fritt\u00e9e<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/why-a-luxury-stone-fabricator-chose-a-5-axis-cnc-bridge-saw-for-curved-marble-projects\/\">Pourquoi un fabricant de pierre de luxe a choisi une scie \u00e0 pont CNC 5 axes pour des projets en marbre courb\u00e9<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/stone-cnc-machines-for-prefabricated-concrete-panels-cutting-strategies\/\">Machines CNC pour pierre pour panneaux en b\u00e9ton pr\u00e9fabriqu\u00e9 : strat\u00e9gies de d\u00e9coupe<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/cnc-bridge-saw-applications-stone-industries\/\">Applications des scies \u00e0 pont CNC dans diff\u00e9rentes industries de la pierre<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/cnc-bridge-saw-maintenance-checklist-for-stone-factories\/\">Liste de contr\u00f4le de maintenance des scies \u00e0 pont CNC pour les usines de pierre<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/manual-cutting-vs-cnc-bridge-saw-a-real-factory-comparison\/\">D\u00e9coupe manuelle vs scie \u00e0 pont CNC : comparaison en usine r\u00e9elle<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/cnc-bridge-saw-for-quartz-granite-and-marble-cutting-challenges-and-best-practices\/\">Scie \u00e0 pont CNC pour quartz, granit et marbre : d\u00e9fis de coupe et meilleures pratiques<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/how-cnc-bridge-saws-process-quartz-granite-and-marble-differently\/\">Comment les scies \u00e0 pont CNC traitent diff\u00e9remment le quartz, le granit et le marbre<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/reduce-stone-waste-cnc-bridge-saws-waterjet\/\">Comment r\u00e9duire les d\u00e9chets de pierre \u00e0 l\u2019aide des scies \u00e0 pont CNC et des machines de d\u00e9coupe au jet d\u2019eau<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/cnc-bridge-saw-workflow-kitchen-countertop-production\/\">Flux de travail de scie \u00e0 pont CNC pour la production de plans de travail de cuisine<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/when-should-a-stone-factory-upgrade-to-a-5-axis-bridge-saw\/\">Quand une usine de pierre doit-elle passer \u00e0 une scie \u00e0 pont 5 axes ?<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/cnc-bridge-saw-commercial-stone-projects\/\">Solutions de scies \u00e0 pont CNC pour projets de construction commerciale<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/fr\/4-axis-vs-5-axis-cnc-bridge-saw-roi\/\">Scie \u00e0 pont CNC 4 axes vs 5 axes : Comparaison du ROI pour la fabrication de pierre<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t<\/ul>\n\n\t\t<\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Hero Section | CNC Bridge Saw CNC Bridge Saw Applications Across Different Stone Industries From kitchen countertops to architectural fa\u00e7ades, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5631,"comment_status":"open","ping_status":"open","sticky":true,"template":"elementor_header_footer","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[35,323],"tags":[447,192,291,429,195,190,446,193,219,430],"class_list":["post-5633","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-buyers-guide","tag-bridge-saw-applications","tag-cnc-bridge-saw","tag-cnc-stone-machine","tag-granite-processing","tag-marble-processing","tag-midecnc","tag-quartz-countertops","tag-stone-cutting-machine","tag-stone-fabrication","tag-stone-industry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CNC Bridge Saw Applications Across Different Stone Industries | Midecnc<\/title>\n<meta name=\"description\" content=\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/midecnc.com\/fr\/cnc-bridge-saw-applications-stone-industries\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc\" \/>\n<meta property=\"og:description\" content=\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/midecnc.com\/fr\/cnc-bridge-saw-applications-stone-industries\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/midecnc\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/midecnc\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-27T09:49:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-27T09:49:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"561\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Midecnc\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Midecnc\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"},\"author\":{\"name\":\"Midecnc\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"headline\":\"CNC Bridge Saw Applications Across Different Stone Industries\",\"datePublished\":\"2026-06-27T09:49:01+00:00\",\"dateModified\":\"2026-06-27T09:49:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"},\"wordCount\":1008,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"image\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"keywords\":[\"Bridge Saw Applications\",\"CNC bridge saw\",\"CNC stone machine\",\"Granite Processing\",\"marble processing\",\"Midecnc\",\"Quartz Countertops\",\"stone cutting machine\",\"Stone Fabrication\",\"Stone Industry\"],\"articleSection\":[\"Blog\",\"Buyer\u2019s Guide\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\",\"url\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\",\"name\":\"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"datePublished\":\"2026-06-27T09:49:01+00:00\",\"dateModified\":\"2026-06-27T09:49:09+00:00\",\"description\":\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\",\"url\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"contentUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"width\":1000,\"height\":561},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/midecnc.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CNC Bridge Saw Applications Across Different Stone Industries\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/#website\",\"url\":\"https:\\\/\\\/midecnc.com\\\/\",\"name\":\"Midecnc Stone Cutting Machine\",\"description\":\"Precision CNC Cutting Machines for Stone\",\"publisher\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/midecnc.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\",\"name\":\"Midecnc\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"url\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"contentUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"width\":915,\"height\":167,\"caption\":\"Midecnc\"},\"logo\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\"},\"description\":\"At Midecnc, we are committed to building a trusted brand through originality and innovation. Specializing in automated CNC stone machinery, we design and manufacture precision equipment for marble, granite, sandstone, bluestone, artificial stone, tombstones, ceramic tiles, and more.\",\"sameAs\":[\"http:\\\/\\\/midecnc.com\",\"https:\\\/\\\/www.facebook.com\\\/midecnc\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCHyRL5Vrs9KxdM7OPrNqiEQ\"],\"url\":\"https:\\\/\\\/midecnc.com\\\/fr\\\/author\\\/skywen1990outlook-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","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:\/\/midecnc.com\/fr\/cnc-bridge-saw-applications-stone-industries\/","og_locale":"fr_FR","og_type":"article","og_title":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","og_description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","og_url":"https:\/\/midecnc.com\/fr\/cnc-bridge-saw-applications-stone-industries\/","article_publisher":"https:\/\/www.facebook.com\/midecnc","article_author":"https:\/\/www.facebook.com\/midecnc","article_published_time":"2026-06-27T09:49:01+00:00","article_modified_time":"2026-06-27T09:49:09+00:00","og_image":[{"width":1000,"height":561,"url":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","type":"image\/webp"}],"author":"Midecnc","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"Midecnc","Dur\u00e9e de lecture estim\u00e9e":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#article","isPartOf":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"},"author":{"name":"Midecnc","@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"headline":"CNC Bridge Saw Applications Across Different Stone Industries","datePublished":"2026-06-27T09:49:01+00:00","dateModified":"2026-06-27T09:49:09+00:00","mainEntityOfPage":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"},"wordCount":1008,"commentCount":0,"publisher":{"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"image":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"thumbnailUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","keywords":["Bridge Saw Applications","CNC bridge saw","CNC stone machine","Granite Processing","marble processing","Midecnc","Quartz Countertops","stone cutting machine","Stone Fabrication","Stone Industry"],"articleSection":["Blog","Buyer\u2019s Guide"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/","url":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/","name":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","isPartOf":{"@id":"https:\/\/midecnc.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"image":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"thumbnailUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","datePublished":"2026-06-27T09:49:01+00:00","dateModified":"2026-06-27T09:49:09+00:00","description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","breadcrumb":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage","url":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","contentUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","width":1000,"height":561},{"@type":"BreadcrumbList","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/midecnc.com\/"},{"@type":"ListItem","position":2,"name":"CNC Bridge Saw Applications Across Different Stone Industries"}]},{"@type":"WebSite","@id":"https:\/\/midecnc.com\/#website","url":"https:\/\/midecnc.com\/","name":"Midecnc Stone Cutting Machine","description":"Precision CNC Cutting Machines for Stone","publisher":{"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/midecnc.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":["Person","Organization"],"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c","name":"Midecnc","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","url":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","contentUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","width":915,"height":167,"caption":"Midecnc"},"logo":{"@id":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png"},"description":"At Midecnc, we are committed to building a trusted brand through originality and innovation. Specializing in automated CNC stone machinery, we design and manufacture precision equipment for marble, granite, sandstone, bluestone, artificial stone, tombstones, ceramic tiles, and more.","sameAs":["http:\/\/midecnc.com","https:\/\/www.facebook.com\/midecnc","https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ"],"url":"https:\/\/midecnc.com\/fr\/author\/skywen1990outlook-com\/"}]}},"_links":{"self":[{"href":"https:\/\/midecnc.com\/fr\/wp-json\/wp\/v2\/posts\/5633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/midecnc.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/midecnc.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/midecnc.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/midecnc.com\/fr\/wp-json\/wp\/v2\/comments?post=5633"}],"version-history":[{"count":11,"href":"https:\/\/midecnc.com\/fr\/wp-json\/wp\/v2\/posts\/5633\/revisions"}],"predecessor-version":[{"id":5644,"href":"https:\/\/midecnc.com\/fr\/wp-json\/wp\/v2\/posts\/5633\/revisions\/5644"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/midecnc.com\/fr\/wp-json\/wp\/v2\/media\/5631"}],"wp:attachment":[{"href":"https:\/\/midecnc.com\/fr\/wp-json\/wp\/v2\/media?parent=5633"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/midecnc.com\/fr\/wp-json\/wp\/v2\/categories?post=5633"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/midecnc.com\/fr\/wp-json\/wp\/v2\/tags?post=5633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}