{"id":6785,"date":"2025-12-10T12:32:00","date_gmt":"2025-12-10T11:32:00","guid":{"rendered":"https:\/\/willemin-macodel.com\/services\/"},"modified":"2026-04-17T14:26:19","modified_gmt":"2026-04-17T12:26:19","slug":"services","status":"publish","type":"page","link":"https:\/\/willemin-macodel.com\/en\/services\/","title":{"rendered":"Services"},"content":{"rendered":"            <div class=\"wp-block-habefast-advanced-layout-group is-layout-constrained wp-block-habefast-advanced-layout-group-is-layout-constrained\" id=\"slider_container\">\r\n                <div class=\"wp-block-habefast-advanced-group-container is-style- is-layout-constrained\"  style='--_hfal-cg-d-lg:flex;--_hfal-cg-p-t-tablet:50px;--_hfal-cg-p-r-tablet:41px;--_hfal-cg-p-b-tablet:35px;--_hfal-cg-p-l-tablet:41px;--_hfal-cg-p-t-sm:50px;--_hfal-cg-p-r-sm:21px;--_hfal-cg-p-b-sm:0;--_hfal-cg-p-l-sm:21px;--_hfal-cg-p-t-lg:50px;--_hfal-cg-p-b-lg:35px;--_hfal-cg-d-tablet:flex;--_hfal-cg-d-md:flex;--_hfal-cg-d-sm:flex;--_hfal-cg-p-t-md:50px;--_hfal-cg-p-r-md:41px;--_hfal-cg-p-b-md:35px;--_hfal-cg-p-l-md:41px;'>\r\n                                        <div class=\"wp-block-habefast-advanced-group-inner is-layout-flow\">\r\n                        \n\n<div class=\"c-video-slider-wrapper\">\n    <div class=\"c-video-slider owl-carousel\" id=\"video-slider-block_27c4f27313bdebf87b7d5780ea08083a\">\n                    <div class=\"c-video-slide\">\n\n                                                                    <div class=\"video-container\">\n                                                    <video\n                            class=\"js-video\"\n                            poster=\"\"                            preload=\"auto\"\n                            playsinline\n                            autoplay\n                            muted\n                            webkit-playsinline\n                            \n                        >\n                            <source src=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2026\/04\/video-services-v0.1-1.mp4\" type=\"video\/mp4\">\n                        <\/video>\n                        <div class=\"video-overlay\">\n                            <button class=\"video-control-overlay video-prev-overlay\" aria-label=\"Vid\u00e9o pr\u00e9c\u00e9dente\">\n                                <img decoding=\"async\" src=\"\/wp-content\/themes\/willemin\/includes\/images\/willemin-left-arrow-slider.svg\" alt=\"Pr\u00e9c\u00e9dent\">\n                            <\/button>\n                            <button class=\"video-control-overlay video-next-overlay\" aria-label=\"Vid\u00e9o suivante\">\n                                <img decoding=\"async\" src=\"\/wp-content\/themes\/willemin\/includes\/images\/willemin-right-arrow-slider.svg\" alt=\"Suivant\">\n                            <\/button>\n                        <\/div>\n                                                    <\/div>\n                                                        <\/div>\n            <\/div>\n<\/div>\n\n\n<script>\njQuery(function ($) {\n    const $slider = $('#video-slider-block_27c4f27313bdebf87b7d5780ea08083a');\n    const themeUrl = '\/wp-content\/themes\/willemin\/includes\/images\/';\n    \n    if (!$slider.length) return;\n\n    $slider.owlCarousel({\n        items: 1,\n        loop: false,\n        margin: 0,\n        nav: false,\n        dots: true,\n        autoWidth: false,\n        autoplay: false,\n        mouseDrag: true,\n        touchDrag: true,\n        pullDrag: true,\n        stagePadding: 0,\n        center: false,  \n        responsive: {\n            0: { items: 1 },\n            768: { items: 1 },\n            1024: { items: 1 }\n        }\n    });\n    $slider.trigger('refresh.owl.carousel');\n\n    function resetAndPauseVideo($video) {\n        if ($video.length) {\n            const video = $video.get(0);\n            video.pause();\n            video.currentTime = 0;\n            video.load();\n        }\n    }\n\n    function getActiveVideo() {\n        const $activeSlide = $slider.find('.owl-item.active');\n        return $activeSlide.find('.js-video');\n    }\n\n    function bindVideoEnded($video) {\n        $video.off('ended').on('ended', function() {\n            const $parent = $(this).closest('.owl-item');\n            if (!$parent.hasClass('active')) return; \/\/ guard\n\n            const owlData = $slider.data('owl.carousel');\n            const currentIndex = owlData.current();\n            \n            \/\/ Utiliser _items (items r\u00e9els, sans clones) pour le compte\n            const itemsCount = owlData._items.length;\n\n            if (currentIndex < itemsCount - 1) {\n                $slider.trigger('next.owl.carousel');\n            } else {\n                $slider.trigger('to.owl.carousel', [0, 300]);\n            }\n        });\n    }\n\n    \/\/ Binder toutes les vid\u00e9os au d\u00e9part\n    $slider.find('.js-video').each(function() {\n        bindVideoEnded($(this));\n    });\n\n    \/\/ Lancer la premi\u00e8re vid\u00e9o\n    setTimeout(function() {\n        const $activeVideo = getActiveVideo();\n        if ($activeVideo.length) {\n            $activeVideo.get(0).play();\n        }\n    }, 100);\n\n    $slider.on('changed.owl.carousel', function(event) {\n        $slider.find('.js-video').each(function() {\n            const $video = $(this);\n            const $parent = $video.closest('.owl-item');\n\n            if (!$parent.hasClass('active')) {\n                resetAndPauseVideo($video);\n            }\n        });\n\n        setTimeout(function() {\n            const $activeVideo = getActiveVideo();\n            if ($activeVideo.length) {\n                bindVideoEnded($activeVideo);\n                const video = $activeVideo.get(0);\n                video.currentTime = 0;\n                video.play();\n            }\n        }, 100);\n    });\n\n    if (document.querySelectorAll(\".c-video-slide\").length > 1) {\n        $('.video-prev-overlay').on('click', function(e) {\n            e.preventDefault();\n            e.stopPropagation();\n\n            const owlData = $slider.data('owl.carousel');\n            const currentIndex = owlData.current();\n\n            if (currentIndex > 0) {\n                $slider.trigger('prev.owl.carousel');\n            } else {\n                $slider.trigger('to.owl.carousel', [$slider.find('.owl-item:not(.cloned)').length - 1, 300]);\n            }\n        });\n\n        $('.video-next-overlay').on('click', function(e) {\n            e.preventDefault();\n            e.stopPropagation();\n\n            const owlData = $slider.data('owl.carousel');\n            const currentIndex = owlData.current();\n            const itemsCount = owlData._items.length;\n\n            if (currentIndex < itemsCount - 1) {\n                $slider.trigger('next.owl.carousel');\n            } else {\n                $slider.trigger('to.owl.carousel', [0, 300]);\n            }\n        });\n\n        $slider.find('.js-video').on('click', function(e) {\n            const video = this;\n            if (video.ended || video.paused) {\n                video.currentTime = 0;\n                video.play();\n            }\n        });\n    } else {\n        const video_overlay = document.querySelector(\".video-overlay\");\n        const js_video = document.querySelector(\".js-video\");\n\n        if (video_overlay) {\n            video_overlay.style.display = \"none\";\n            js_video.loop = true;\n        }\n    }\n});\n<\/script>\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"hf_animated fade_in none default wp-block-habefast-advanced-layout-group is-layout-constrained wp-block-habefast-advanced-layout-group-is-layout-constrained\">\r\n                <div class=\"wp-block-habefast-advanced-group-container is-style- is-layout-constrained\"  style='--_hfal-cg-d-lg:flex;--_hfal-cg-m-r-lg:0;--_hfal-cg-m-l-lg:0;--_hfal-cg-p-r-lg:0;--_hfal-cg-p-l-lg:0;--_hfal-cg-p-t-tablet:0;--_hfal-cg-p-r-tablet:41px;--_hfal-cg-p-b-tablet:60px;--_hfal-cg-p-l-tablet:41px;--_hfal-cg-p-t-sm:40px;--_hfal-cg-p-r-sm:21px;--_hfal-cg-p-b-sm:40px;--_hfal-cg-p-l-sm:21px;--_hfal-cg-m-b-lg:0;--_hfal-cg-p-b-lg:var(--wp--preset--spacing--80);--_hfal-cg-p-t-lg:var(--wp--preset--spacing--20);--_hfal-cg-d-tablet:flex;--_hfal-cg-d-md:flex;--_hfal-cg-d-sm:flex;--_hfal-cg-p-r-md:41px;--_hfal-cg-p-b-md:60px;--_hfal-cg-p-l-md:41px;--_hfal-cg-p-t-md:0;'>\r\n                                        <div class=\"wp-block-habefast-advanced-group-inner is-layout-flow\">\r\n                        \n\n<p class=\"has-text-align-center has-bleu-clair-color has-text-color has-link-color has-taille-14-font-size wp-elements-45e9f4fb993b3da73676639db72baf28\" style=\"font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Services<\/p>\n\n\n\n<h1 class=\"c-heading wp-block-heading has-text-align-center has-taille-52-font-size\" style=\"font-style:normal;font-weight:700\">Premium services with answers from in-house-trained experts<\/h1>\n\n\n\n<p class=\"has-text-align-center has-gris-color has-text-color has-link-color has-taille-18-font-size wp-elements-8163637a92d540a844266033d018d9c1\" style=\"margin-top:24px;padding-top:0;padding-bottom:0\">All our hotliners are constantly trained and know our products and solutions inside out. They know that responsiveness is essential! <\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-660f9ef0 wp-block-buttons-is-layout-flex\" style=\"margin-top:40px\">\n<div class=\"wp-block-button is-style-blue-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/willemin-macodel.com\/en\/contact\/\">Contact our experts<\/a><\/div>\n<\/div>\n\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n                        <div class=\"hf_animated fade_in none default alignfull wp-block-habefast-advanced-layout-group is-layout-constrained wp-block-habefast-advanced-layout-group-is-layout-constrained\">\r\n                <div class=\"wp-block-habefast-advanced-group-container is-style- is-layout-constrained alignfull\"  style='--_hfal-cg-d-lg:flex;--_hfal-cg-p-t-lg:81px;--_hfal-cg-p-b-lg:81px;--_hfal-cg-bc-lg:var(--wp--preset--color--gris-clair);--_hfal-cg-p-t-sm:40px;--_hfal-cg-p-r-sm:0;--_hfal-cg-p-b-sm:40px;--_hfal-cg-p-l-sm:0;--_hfal-cg-p-t-tablet:81px;--_hfal-cg-p-r-tablet:0;--_hfal-cg-p-b-tablet:81px;--_hfal-cg-p-l-tablet:0;--_hfal-cg-d-tablet:flex;--_hfal-cg-d-md:flex;--_hfal-cg-d-sm:flex;--_hfal-cg-p-t-md:81px;--_hfal-cg-p-b-md:81px;--_hfal-cg-bc-tablet:var(--wp--preset--color--gris-clair);--_hfal-cg-bc-md:var(--wp--preset--color--gris-clair);--_hfal-cg-bc-sm:var(--wp--preset--color--gris-clair);'>\r\n                                        <div class=\"wp-block-habefast-advanced-group-inner is-layout-flow\">\r\n                        \n            <div class=\"wp-block-habefast-advanced-layout-group is-layout-constrained wp-block-habefast-advanced-layout-group-is-layout-constrained\">\r\n                <div class=\"wp-block-habefast-advanced-group-container is-style- is-layout-constrained\"  style='--_hfal-cg-d-lg:flex;--_hfal-cg-p-t-lg:0;--_hfal-cg-p-b-lg:0;--_hfal-cg-p-r-lg:41px;--_hfal-cg-p-l-lg:41px;--_hfal-cg-p-t-sm:0;--_hfal-cg-p-r-sm:21px;--_hfal-cg-p-b-sm:var(--wp--preset--spacing--20);--_hfal-cg-p-l-sm:21px;--_hfal-cg-p-t-tablet:0;--_hfal-cg-p-r-tablet:41px;--_hfal-cg-p-b-tablet:0;--_hfal-cg-p-l-tablet:41px;--_hfal-cg-m-t-lg:0;--_hfal-cg-m-b-lg:38px;--_hfal-cg-m-t-tablet:0;--_hfal-cg-m-r-tablet:0;--_hfal-cg-m-b-tablet:38px;--_hfal-cg-m-l-tablet:0;--_hfal-cg-m-t-md:0;--_hfal-cg-m-r-md:0;--_hfal-cg-m-b-md:0;--_hfal-cg-m-l-md:0;--_hfal-cg-p-t-md:0;--_hfal-cg-p-r-md:0;--_hfal-cg-p-b-md:0;--_hfal-cg-p-l-md:0;--_hfal-cg-d-tablet:flex;--_hfal-cg-d-md:flex;--_hfal-cg-d-sm:flex;--_hfal-cg-m-b-sm:0;'>\r\n                                        <div class=\"wp-block-habefast-advanced-group-inner is-layout-flow\">\r\n                        \n\n<p class=\"has-text-align-center has-bleu-clair-color has-text-color has-link-color has-taille-14-font-size wp-elements-3e35dcaab6399601425a18e2c9e1c812\" style=\"font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Our main services<\/p>\n\n\n\n<h2 class=\"c-heading wp-block-heading has-text-align-center has-taille-36-font-size\" style=\"margin-top:0;padding-bottom:0px\">We're here to support you from start to finish<\/h2>\n\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \n\n            <div class=\"is-style-spacebetween-col wp-block-habefast-advanced-layout\">\r\n                <div class=\"wp-block-habefast-advanced-layout-container is-layout-constrained\"  style='--_hfal-l-d-lg:block;--_hfal-l-p-t-tablet:var(--wp--preset--spacing--10);--_hfal-l-p-r-tablet:41px;--_hfal-l-p-b-tablet:0;--_hfal-l-p-l-tablet:41px;--_hfal-l-p-t-sm:0;--_hfal-l-p-r-sm:21px;--_hfal-l-p-b-sm:0;--_hfal-l-p-l-sm:21px;--_hfal-l-p-t-lg:var(--wp--preset--spacing--10);--_hfal-l-d-tablet:block;--_hfal-l-d-md:block;--_hfal-l-d-sm:block;--_hfal-l-p-t-md:var(--wp--preset--spacing--10);--_hfal-l-p-r-md:41px;--_hfal-l-p-l-md:41px;'>\r\n                    \n            <div style=\"--_hfal-cs-w-lg:wrap;--_hfal-cs-cw-lg:50%;--_hfal-cs-g-h-lg:20px;--_hfal-cs-g-v-lg:20px;--_hfal-cs-w-tablet:wrap;--_hfal-cs-w-md:wrap;--_hfal-cs-w-sm:wrap;--_hfal-cs-cw-tablet:50%;--_hfal-cs-cw-md:50%;--_hfal-cs-cw-sm:50%;--_hfal-cs-g-h-tablet:20px;--_hfal-cs-g-h-md:20px;--_hfal-cs-g-h-sm:20px;--_hfal-cs-g-v-tablet:20px;--_hfal-cs-g-v-md:20px;--_hfal-cs-g-v-sm:20px;\" class=\"wp-block-habefast-advanced-layout-cols\">\r\n                <div class=\"wp-block-habefast-advanced-layout-cols-flex\"> \n            <div style=\"--_hfal-c-d-lg:flex;--_hfal-c-w-lg:50%;--_hfal-c-o-lg:0;--_hfal-c-w-sm:100%;--_hfal-c-bc-lg:var(--wp--preset--color--theme-white);--_hfal-c-d-tablet:flex;--_hfal-c-d-md:flex;--_hfal-c-d-sm:flex;--_hfal-c-w-tablet:50%;--_hfal-c-w-md:50%;--_hfal-c-bc-tablet:var(--wp--preset--color--theme-white);--_hfal-c-bc-md:var(--wp--preset--color--theme-white);--_hfal-c-bc-sm:var(--wp--preset--color--theme-white);\" class=\"is-style-ombre-layout-col wp-block-habefast-advanced-layout-col\">\r\n                <div class=\"wp-block-habefast-advanced-layout-col-container is-layout-flow\">\r\n                    <a href='\/services\/maintenances\/' target='_self'>\n            <div class=\"wp-block-habefast-advanced-layout-group is-layout-constrained wp-block-habefast-advanced-layout-group-is-layout-constrained\">\r\n                <div class=\"wp-block-habefast-advanced-group-container is-style- is-layout-constrained\"  style='--_hfal-cg-d-lg:flex;--_hfal-cg-p-t-lg:0;--_hfal-cg-p-b-lg:0;--_hfal-cg-bc-lg:none;--_hfal-cg-p-t-sm:0;--_hfal-cg-p-r-sm:0;--_hfal-cg-p-b-sm:0;--_hfal-cg-p-l-sm:0;--_hfal-cg-p-t-tablet:0;--_hfal-cg-p-r-tablet:0;--_hfal-cg-p-b-tablet:0;--_hfal-cg-p-l-tablet:0;--_hfal-cg-p-t-md:0;--_hfal-cg-p-r-md:0;--_hfal-cg-p-b-md:0;--_hfal-cg-p-l-md:0;--_hfal-cg-d-tablet:flex;--_hfal-cg-d-md:flex;--_hfal-cg-d-sm:flex;--_hfal-cg-bc-tablet:none;--_hfal-cg-bc-md:none;--_hfal-cg-bc-sm:none;'>\r\n                                        <div class=\"wp-block-habefast-advanced-group-inner is-layout-flow\">\r\n                        \n\n<p class=\"has-bleu-fonce-color has-text-color has-link-color has-taille-20-font-size wp-elements-15f9b6bac07beddff80abe7bb07c1436\" style=\"font-style:normal;font-weight:600\">Maintenance<\/p>\n\n\n\n<p class=\"has-gris-color has-text-color has-link-color has-taille-16-font-size wp-elements-c724cb60a150be4a5e2991a203148bc6\" style=\"margin-top:10px\">Our customer service department provides preventive and corrective maintenance to guarantee the performance, precision and maximum availability of your equipment.<\/p>\n\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-40607395 wp-block-group-is-layout-flex\" style=\"padding-top:15px\">\n<p class=\"is-style-blue-arrow-paragraph\">See more<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-aligner-image-centre-vertical  \"><img loading=\"lazy\" decoding=\"async\" width=\"14\" height=\"9\" src=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/blue-arrow.svg\" alt=\"Blue Arrow\" class=\"wp-image-1089\"\/><\/figure>\n<\/div>\n\n<\/a>                <\/div>\r\n            <\/div>\r\n            \n\n            <div style=\"--_hfal-c-d-lg:flex;--_hfal-c-w-lg:50%;--_hfal-c-o-lg:0;--_hfal-c-w-sm:100%;--_hfal-c-bc-lg:var(--wp--preset--color--theme-white);--_hfal-c-d-tablet:flex;--_hfal-c-d-md:flex;--_hfal-c-d-sm:flex;--_hfal-c-w-tablet:50%;--_hfal-c-w-md:50%;--_hfal-c-bc-tablet:var(--wp--preset--color--theme-white);--_hfal-c-bc-md:var(--wp--preset--color--theme-white);--_hfal-c-bc-sm:var(--wp--preset--color--theme-white);\" class=\"is-style-ombre-layout-col wp-block-habefast-advanced-layout-col\">\r\n                <div class=\"wp-block-habefast-advanced-layout-col-container is-layout-flow\">\r\n                    <a href='\/services\/formations\/' target='_self'>\n            <div class=\"wp-block-habefast-advanced-layout-group is-layout-constrained wp-block-habefast-advanced-layout-group-is-layout-constrained\">\r\n                <div class=\"wp-block-habefast-advanced-group-container is-style- is-layout-constrained\"  style='--_hfal-cg-d-lg:flex;--_hfal-cg-p-b-lg:0;--_hfal-cg-p-t-lg:0;--_hfal-cg-bc-lg:none;--_hfal-cg-p-t-sm:0;--_hfal-cg-p-r-sm:0;--_hfal-cg-p-b-sm:0;--_hfal-cg-p-l-sm:0;--_hfal-cg-p-t-tablet:0;--_hfal-cg-p-r-tablet:0;--_hfal-cg-p-b-tablet:0;--_hfal-cg-p-l-tablet:0;--_hfal-cg-p-t-md:0;--_hfal-cg-p-r-md:0;--_hfal-cg-p-b-md:0;--_hfal-cg-p-l-md:0;--_hfal-cg-d-tablet:flex;--_hfal-cg-d-md:flex;--_hfal-cg-d-sm:flex;--_hfal-cg-bc-tablet:none;--_hfal-cg-bc-md:none;--_hfal-cg-bc-sm:none;'>\r\n                                        <div class=\"wp-block-habefast-advanced-group-inner is-layout-flow\">\r\n                        \n\n<p class=\"has-bleu-fonce-color has-text-color has-link-color has-taille-20-font-size wp-elements-edfd2b68f6190c10b2c38facde0e5717\" style=\"font-style:normal;font-weight:600\">Training<\/p>\n\n\n\n<p class=\"has-gris-color has-text-color has-link-color has-taille-16-font-size wp-elements-fbb59719c1b6bfd3f739bc08ccb2f392\" style=\"margin-top:10px\">Our specialists will train you in operation, programming and optimization to improve productivity and ensure consistent machining quality throughout your machine's life cycle.<\/p>\n\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-40607395 wp-block-group-is-layout-flex\" style=\"padding-top:15px\">\n<p class=\"is-style-blue-arrow-paragraph\">See more<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-aligner-image-centre-vertical  \"><img loading=\"lazy\" decoding=\"async\" width=\"14\" height=\"9\" src=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/blue-arrow.svg\" alt=\"Blue Arrow\" class=\"wp-image-1089\"\/><\/figure>\n<\/div>\n\n<\/a>                <\/div>\r\n            <\/div>\r\n            \n\n            <div style=\"--_hfal-c-d-lg:flex;--_hfal-c-w-lg:50%;--_hfal-c-o-lg:0;--_hfal-c-w-sm:100%;--_hfal-c-bc-lg:var(--wp--preset--color--theme-white);--_hfal-c-d-tablet:flex;--_hfal-c-d-md:flex;--_hfal-c-d-sm:flex;--_hfal-c-w-tablet:50%;--_hfal-c-w-md:50%;--_hfal-c-bc-tablet:var(--wp--preset--color--theme-white);--_hfal-c-bc-md:var(--wp--preset--color--theme-white);--_hfal-c-bc-sm:var(--wp--preset--color--theme-white);\" class=\"is-style-ombre-layout-col wp-block-habefast-advanced-layout-col\">\r\n                <div class=\"wp-block-habefast-advanced-layout-col-container is-layout-flow\">\r\n                    <a href='\/services\/gestion-de-projet\/' target='_self'>\n            <div class=\"wp-block-habefast-advanced-layout-group is-layout-constrained wp-block-habefast-advanced-layout-group-is-layout-constrained\">\r\n                <div class=\"wp-block-habefast-advanced-group-container is-style- is-layout-constrained\"  style='--_hfal-cg-d-lg:flex;--_hfal-cg-p-r-lg:0;--_hfal-cg-p-t-lg:0;--_hfal-cg-p-b-lg:0;--_hfal-cg-bc-lg:none;--_hfal-cg-p-t-sm:0;--_hfal-cg-p-r-sm:0;--_hfal-cg-p-b-sm:0;--_hfal-cg-p-l-sm:0;--_hfal-cg-p-t-tablet:0;--_hfal-cg-p-r-tablet:0;--_hfal-cg-p-b-tablet:0;--_hfal-cg-p-l-tablet:0;--_hfal-cg-p-t-md:0;--_hfal-cg-p-r-md:0;--_hfal-cg-p-b-md:0;--_hfal-cg-p-l-md:0;--_hfal-cg-d-tablet:flex;--_hfal-cg-d-md:flex;--_hfal-cg-d-sm:flex;--_hfal-cg-bc-tablet:none;--_hfal-cg-bc-md:none;--_hfal-cg-bc-sm:none;'>\r\n                                        <div class=\"wp-block-habefast-advanced-group-inner is-layout-flow\">\r\n                        \n\n<p class=\"has-bleu-fonce-color has-text-color has-link-color has-taille-20-font-size wp-elements-c2e5d26307ab2cfc2af9271311dbefcb\" style=\"font-style:normal;font-weight:600\">Project management<\/p>\n\n\n\n<p class=\"has-gris-color has-text-color has-link-color has-taille-16-font-size wp-elements-7e3a14a1828c335e9a852b8b18d4f5c5\" style=\"margin-top:10px\">At the time of purchase, a dedicated project manager coordinates your installation, from needs analysis to commissioning, to guarantee high-performance integration tailored to your industrial objectives.<\/p>\n\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-40607395 wp-block-group-is-layout-flex\" style=\"min-height:0px;padding-top:15px\">\n<p class=\"is-style-blue-arrow-paragraph\">See more<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-aligner-image-centre-vertical  \"><img loading=\"lazy\" decoding=\"async\" width=\"14\" height=\"9\" src=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/blue-arrow.svg\" alt=\"Blue Arrow\" class=\"wp-image-1089\"\/><\/figure>\n<\/div>\n\n<\/a>                <\/div>\r\n            <\/div>\r\n            \n\n            <div style=\"--_hfal-c-d-lg:flex;--_hfal-c-w-lg:50%;--_hfal-c-o-lg:0;--_hfal-c-w-sm:100%;--_hfal-c-bc-lg:var(--wp--preset--color--theme-white);--_hfal-c-d-tablet:flex;--_hfal-c-d-md:flex;--_hfal-c-d-sm:flex;--_hfal-c-w-tablet:50%;--_hfal-c-w-md:50%;--_hfal-c-bc-tablet:var(--wp--preset--color--theme-white);--_hfal-c-bc-md:var(--wp--preset--color--theme-white);--_hfal-c-bc-sm:var(--wp--preset--color--theme-white);\" class=\"is-style-ombre-layout-col wp-block-habefast-advanced-layout-col\">\r\n                <div class=\"wp-block-habefast-advanced-layout-col-container is-layout-flow\">\r\n                    <a href='\/services\/cycle-de-vie\/' target='_self'>\n            <div class=\"wp-block-habefast-advanced-layout-group is-layout-constrained wp-block-habefast-advanced-layout-group-is-layout-constrained\">\r\n                <div class=\"wp-block-habefast-advanced-group-container is-style- is-layout-constrained\"  style='--_hfal-cg-d-lg:flex;--_hfal-cg-p-l-lg:0;--_hfal-cg-p-b-lg:0;--_hfal-cg-p-t-lg:0;--_hfal-cg-bc-lg:none;--_hfal-cg-p-t-sm:0;--_hfal-cg-p-r-sm:0;--_hfal-cg-p-b-sm:0;--_hfal-cg-p-l-sm:0;--_hfal-cg-p-t-tablet:0;--_hfal-cg-p-r-tablet:0;--_hfal-cg-p-b-tablet:0;--_hfal-cg-p-l-tablet:0;--_hfal-cg-p-t-md:0;--_hfal-cg-p-r-md:0;--_hfal-cg-p-b-md:0;--_hfal-cg-p-l-md:0;--_hfal-cg-d-tablet:flex;--_hfal-cg-d-md:flex;--_hfal-cg-d-sm:flex;--_hfal-cg-bc-tablet:none;--_hfal-cg-bc-md:none;--_hfal-cg-bc-sm:none;'>\r\n                                        <div class=\"wp-block-habefast-advanced-group-inner is-layout-flow\">\r\n                        \n\n<p class=\"has-bleu-fonce-color has-text-color has-link-color has-taille-20-font-size wp-elements-a0e3c57c3991bca4fc4d76d3e1ab5d24\" style=\"font-style:normal;font-weight:600\">Lifecycle management<\/p>\n\n\n\n<p class=\"has-gris-color has-text-color has-link-color has-taille-16-font-size wp-elements-7f60d37eb68dbab46889f3cc8fe88764\" style=\"margin-top:10px\">Our machining centers are renowned for their long service life, and we support you with maintenance, retrofit and optimization solutions to ensure reliability, durability and long-term profitability.<\/p>\n\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-40607395 wp-block-group-is-layout-flex\" style=\"padding-top:15px\">\n<p class=\"is-style-blue-arrow-paragraph\">See more<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-aligner-image-centre-vertical  \"><img loading=\"lazy\" decoding=\"async\" width=\"14\" height=\"9\" src=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/blue-arrow.svg\" alt=\"Blue Arrow\" class=\"wp-image-1089\"\/><\/figure>\n<\/div>\n\n<\/a>                <\/div>\r\n            <\/div>\r\n            \n                <\/div>\r\n            <\/div>\r\n            \n                <\/div>\r\n            <\/div>\r\n            \n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n                        <div class=\" hf_animated fade_left none default hide_overflow wp-block-habefast-advanced-layout\">\r\n                <div class=\"wp-block-habefast-advanced-layout-container is-layout-constrained\"  style='--_hfal-l-d-lg:block;--_hfal-l-m-r-lg:0;--_hfal-l-m-l-lg:0;--_hfal-l-m-t-lg:80px;--_hfal-l-m-t-sm:30px;--_hfal-l-m-r-sm:21px;--_hfal-l-m-b-sm:0;--_hfal-l-m-l-sm:21px;--_hfal-l-m-t-tablet:80px;--_hfal-l-m-r-tablet:41px;--_hfal-l-m-b-tablet:0;--_hfal-l-m-l-tablet:41px;--_hfal-l-d-tablet:block;--_hfal-l-d-md:block;--_hfal-l-d-sm:block;--_hfal-l-m-t-md:80px;--_hfal-l-m-r-md:41px;--_hfal-l-m-l-md:41px;'>\r\n                    \n            <div style=\"--_hfal-cs-va-lg:center;--_hfal-cs-w-lg:wrap;--_hfal-cs-cw-lg:50%;--_hfal-cs-g-h-lg:60px;--_hfal-cs-g-v-lg:32px;--_hfal-cs-va-tablet:center;--_hfal-cs-va-md:center;--_hfal-cs-va-sm:center;--_hfal-cs-w-tablet:wrap;--_hfal-cs-w-md:wrap;--_hfal-cs-w-sm:wrap;--_hfal-cs-cw-tablet:50%;--_hfal-cs-cw-md:50%;--_hfal-cs-cw-sm:50%;--_hfal-cs-g-h-tablet:60px;--_hfal-cs-g-h-md:60px;--_hfal-cs-g-h-sm:60px;--_hfal-cs-g-v-tablet:32px;--_hfal-cs-g-v-md:32px;--_hfal-cs-g-v-sm:32px;\" class=\"wp-block-habefast-advanced-layout-cols\">\r\n                <div class=\"wp-block-habefast-advanced-layout-cols-flex\"> \n            <div style=\"--_hfal-c-d-lg:flex;--_hfal-c-w-lg:50%;--_hfal-c-o-lg:0;--_hfal-c-w-sm:100%;--_hfal-c-d-sm:flex;--_hfal-c-o-sm:0;--_hfal-c-d-tablet:flex;--_hfal-c-d-md:flex;--_hfal-c-w-tablet:50%;--_hfal-c-w-md:50%;\" class=\"wp-block-habefast-advanced-layout-col\">\r\n                <div class=\"wp-block-habefast-advanced-layout-col-container is-layout-flow\">\r\n                    \n\n<h2 class=\"c-heading wp-block-heading has-taille-36-font-size\" style=\"padding-bottom:0px\">Proximity and responsiveness<\/h2>\n\n\n\n<p class=\"\">Willemin-Macodel places the quality of its customer service at the heart of its strategy. More than 60 experienced technicians and 10 specialized hotliners provide rapid technical assistance, high-performance maintenance and operational support throughout the world. <\/p>\n\n\n\n<p class=\"\">Headquartered in Del\u00e9mont, our after-sales structure is supported by subsidiaries and hubs in Switzerland and Europe, as well as in the rest of the world, to guarantee responsive and efficient local service.<\/p>\n\n                <\/div>\r\n            <\/div>\r\n            \n\n            <div style=\"--_hfal-c-d-lg:flex;--_hfal-c-w-lg:50%;--_hfal-c-o-lg:0;--_hfal-c-w-sm:100%;--_hfal-c-d-sm:flex;--_hfal-c-o-sm:1;--_hfal-c-d-tablet:flex;--_hfal-c-d-md:flex;--_hfal-c-w-tablet:50%;--_hfal-c-w-md:50%;\" class=\"wp-block-habefast-advanced-layout-col\">\r\n                <div class=\"wp-block-habefast-advanced-layout-col-container is-layout-flow\">\r\n                    \n\n<figure class=\"wp-block-image size-full exception_image_height_400px_tablet_mobile  \"><img loading=\"lazy\" decoding=\"async\" width=\"1216\" height=\"800\" src=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/willemin-reactivite.jpg\" alt=\"Willemin Reactivite\" class=\"wp-image-1492\" srcset=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/willemin-reactivite.jpg 1216w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/willemin-reactivite-300x197.jpg 300w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/willemin-reactivite-1024x674.jpg 1024w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/willemin-reactivite-768x505.jpg 768w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/willemin-reactivite-800x526.jpg 800w\" sizes=\"(max-width: 1216px) 100vw, 1216px\" \/><\/figure>\n\n                <\/div>\r\n            <\/div>\r\n            \n                <\/div>\r\n            <\/div>\r\n            \n                <\/div>\r\n            <\/div>\r\n                        <div class=\" hf_animated fade_left none default hide_overflow wp-block-habefast-advanced-layout\">\r\n                <div class=\"wp-block-habefast-advanced-layout-container is-layout-constrained\"  style='--_hfal-l-d-lg:block;--_hfal-l-m-r-lg:0;--_hfal-l-m-l-lg:0;--_hfal-l-m-t-lg:80px;--_hfal-l-m-t-sm:40px;--_hfal-l-m-r-sm:21px;--_hfal-l-m-b-sm:40px;--_hfal-l-m-l-sm:21px;--_hfal-l-m-t-tablet:80px;--_hfal-l-m-r-tablet:41px;--_hfal-l-m-b-tablet:var(--wp--preset--spacing--80);--_hfal-l-m-l-tablet:41px;--_hfal-l-m-b-lg:var(--wp--preset--spacing--80);--_hfal-l-d-tablet:block;--_hfal-l-d-md:block;--_hfal-l-d-sm:block;--_hfal-l-m-t-md:80px;--_hfal-l-m-r-md:41px;--_hfal-l-m-b-md:var(--wp--preset--spacing--80);--_hfal-l-m-l-md:41px;'>\r\n                    \n            <div style=\"--_hfal-cs-va-lg:flex-start;--_hfal-cs-w-lg:wrap;--_hfal-cs-cw-lg:50%;--_hfal-cs-g-h-lg:60px;--_hfal-cs-g-v-lg:24px;--_hfal-cs-va-tablet:flex-start;--_hfal-cs-va-md:flex-start;--_hfal-cs-va-sm:flex-start;--_hfal-cs-w-tablet:wrap;--_hfal-cs-w-md:wrap;--_hfal-cs-w-sm:wrap;--_hfal-cs-cw-tablet:50%;--_hfal-cs-cw-md:50%;--_hfal-cs-cw-sm:50%;--_hfal-cs-g-h-tablet:60px;--_hfal-cs-g-h-md:60px;--_hfal-cs-g-h-sm:60px;--_hfal-cs-g-v-tablet:24px;--_hfal-cs-g-v-md:24px;--_hfal-cs-g-v-sm:24px;\" class=\"wp-block-habefast-advanced-layout-cols\">\r\n                <div class=\"wp-block-habefast-advanced-layout-cols-flex\"> \n            <div style=\"--_hfal-c-d-lg:flex;--_hfal-c-w-lg:50%;--_hfal-c-o-lg:0;--_hfal-c-w-sm:100%;--_hfal-c-d-tablet:flex;--_hfal-c-d-md:flex;--_hfal-c-d-sm:flex;--_hfal-c-w-tablet:50%;--_hfal-c-w-md:50%;\" class=\"wp-block-habefast-advanced-layout-col\">\r\n                <div class=\"wp-block-habefast-advanced-layout-col-container is-layout-flow\">\r\n                    \n\n<h2 class=\"c-heading wp-block-heading has-taille-36-font-size\" style=\"padding-bottom:13px\">A 4-pole satisfaction guarantee<\/h2>\n\n\n\n<ul style=\"margin-top:9px\" class=\"c-list wp-block-list is-style-blue_list  \">\n<li class=\"\"><strong>Technical assistance:<\/strong> operational support, diagnostics, technical resolution and maintenance of machining centers.<\/li>\n\n\n\n<li class=\"\"><strong>Spare parts:<\/strong> optimized management and rapid availability of original components.<\/li>\n\n\n\n<li class=\"\"><strong>Methods &amp; training:<\/strong> ongoing support and skills upgrading for your teams to get the most out of your machines.<\/li>\n\n\n\n<li class=\"\"><strong>Order supplements: <\/strong>customize machining centers to your needs, for even greater productivity.<\/li>\n<\/ul>\n\n                <\/div>\r\n            <\/div>\r\n            \n\n            <div style=\"--_hfal-c-d-lg:flex;--_hfal-c-w-lg:50%;--_hfal-c-o-lg:0;--_hfal-c-w-sm:100%;--_hfal-c-d-tablet:flex;--_hfal-c-d-md:flex;--_hfal-c-d-sm:flex;--_hfal-c-w-tablet:50%;--_hfal-c-w-md:50%;\" class=\"wp-block-habefast-advanced-layout-col\">\r\n                <div class=\"wp-block-habefast-advanced-layout-col-container is-layout-flow\">\r\n                    \n\n<h2 class=\"c-heading wp-block-heading has-taille-36-font-size\" style=\"padding-bottom:13px\">Durable machines, reliable service<\/h2>\n\n\n\n<ul style=\"margin-top:9px\" class=\"c-list wp-block-list is-style-blue_list  \">\n<li class=\"\"><strong>Optimum management:<\/strong> our after-sales team supports you with efficient services for the entire life cycle of your product.<\/li>\n\n\n\n<li class=\"\"><strong>No impersonal intermediaries:<\/strong> our direct hotline, staffed by product experts, offers you fast, highly qualified, human contact.<\/li>\n<\/ul>\n\n                <\/div>\r\n            <\/div>\r\n            \n                <\/div>\r\n            <\/div>\r\n            \n                <\/div>\r\n            <\/div>\r\n                        <div class=\"hf_animated fade_in none default alignfull wp-block-habefast-advanced-layout-group is-layout-constrained wp-block-habefast-advanced-layout-group-is-layout-constrained\">\r\n                <div class=\"wp-block-habefast-advanced-group-container is-style- is-layout-constrained alignfull\"  style='--_hfal-cg-d-lg:flex;--_hfal-cg-bc-lg:#f9fafb;--_hfal-cg-p-r-lg:0;--_hfal-cg-p-t-lg:81px;--_hfal-cg-p-b-lg:0;--_hfal-cg-m-t-lg:0px;--_hfal-cg-p-t-sm:30px;--_hfal-cg-p-r-sm:0;--_hfal-cg-p-b-sm:0;--_hfal-cg-p-l-sm:0;--_hfal-cg-p-t-tablet:70px;--_hfal-cg-p-r-tablet:0;--_hfal-cg-p-b-tablet:0;--_hfal-cg-p-l-tablet:0;--_hfal-cg-d-tablet:flex;--_hfal-cg-d-md:flex;--_hfal-cg-d-sm:flex;--_hfal-cg-bc-tablet:#f9fafb;--_hfal-cg-bc-md:#f9fafb;--_hfal-cg-bc-sm:#f9fafb;--_hfal-cg-p-t-md:70px;--_hfal-cg-m-t-tablet:0px;--_hfal-cg-m-t-md:0px;--_hfal-cg-m-t-sm:0px;'>\r\n                                        <div class=\"wp-block-habefast-advanced-group-inner is-layout-flow\">\r\n                        \n            <div class=\"wp-block-habefast-advanced-layout-group is-layout-constrained wp-block-habefast-advanced-layout-group-is-layout-constrained\">\r\n                <div class=\"wp-block-habefast-advanced-group-container is-style- is-layout-constrained\"  style='--_hfal-cg-d-lg:flex;--_hfal-cg-p-r-lg:0;--_hfal-cg-p-l-lg:0;--_hfal-cg-p-t-lg:0;--_hfal-cg-bc-lg:#f9fafb;--_hfal-cg-p-b-lg:81px;--_hfal-cg-p-t-sm:var(--wp--preset--spacing--10);--_hfal-cg-p-r-sm:21px;--_hfal-cg-p-b-sm:40px;--_hfal-cg-p-l-sm:21px;--_hfal-cg-p-t-tablet:0;--_hfal-cg-p-r-tablet:41px;--_hfal-cg-p-b-tablet:81px;--_hfal-cg-p-l-tablet:41px;--_hfal-cg-d-tablet:flex;--_hfal-cg-d-md:flex;--_hfal-cg-d-sm:flex;--_hfal-cg-bc-tablet:#f9fafb;--_hfal-cg-bc-md:#f9fafb;--_hfal-cg-bc-sm:#f9fafb;--_hfal-cg-p-b-md:81px;--_hfal-cg-p-r-md:41px;--_hfal-cg-p-l-md:41px;'>\r\n                                        <div class=\"wp-block-habefast-advanced-group-inner is-layout-flow\">\r\n                        \n\n<p class=\"has-text-align-center has-bleu-clair-color has-text-color has-link-color has-taille-14-font-size wp-elements-11a72c671a3fcbcd7080eaa730f1811f\" style=\"font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Our products<\/p>\n\n\n\n<h2 class=\"c-heading wp-block-heading has-text-align-center\" style=\"margin-top:12px;margin-bottom:0px;padding-bottom:0px\">We're equipped to support you all the way, whatever your needs.<\/h2>\n\n\n    <div class=\"bloc-prestations\">\n        \n                            <a class=\"prestation\" href=\"https:\/\/willemin-macodel.com\/en\/machining-centers\/\" target=\"_blank\">\n                                                <div class=\"prestation__image\">\n                        <img decoding=\"async\" \n                            src=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/centre-usinage-illustration.png\"\n                            alt=\"image prestation\"\n                            width=\"1232\"\n                            height=\"648\"\n                            srcset=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/centre-usinage-illustration.png 1232w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/centre-usinage-illustration-300x158.png 300w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/centre-usinage-illustration-1024x539.png 1024w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/centre-usinage-illustration-768x404.png 768w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/centre-usinage-illustration-800x421.png 800w\"\n                            sizes=\"100vw\"\n                            loading=\"lazy\"\n                            \/>\n                    <\/div>\n                                <div class=\"prestation_block_info_container\">\n                    <div class=\"prestation_block_sub_info_container\">\n                                                    <h3 class=\"prestation__titre\">Machining centers<\/h3>\n                                                                        \n                    \n                                                    <div class=\"prestation__description\">Discover our range of high-end machining centers.<\/div>\n                        \n                        \n                    <\/div>\n\n                    <div class=\"prestation__lien\" href=\"https:\/\/willemin-macodel.com\/en\/machining-centers\/\">\n                        <div class=\"prestation__voir-plus\">See more<\/div>\n                    <\/div>\n                <\/div>\n                            <\/a>\n                    \n                            <a class=\"prestation\" href=\"https:\/\/willemin-macodel.com\/en\/automation\/\" target=\"_blank\">\n                                                <div class=\"prestation__image\">\n                        <img decoding=\"async\" \n                            src=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/prestation-automation.png\"\n                            alt=\"image prestation\"\n                            width=\"822\"\n                            height=\"432\"\n                            srcset=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/prestation-automation.png 822w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/prestation-automation-300x158.png 300w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/prestation-automation-768x404.png 768w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/prestation-automation-800x420.png 800w\"\n                            sizes=\"100vw\"\n                            loading=\"lazy\"\n                            \/>\n                    <\/div>\n                                <div class=\"prestation_block_info_container\">\n                    <div class=\"prestation_block_sub_info_container\">\n                                                    <h3 class=\"prestation__titre\">Automation<\/h3>\n                                                                        \n                    \n                                                    <div class=\"prestation__description\">Discover our range of high-end automation solutions.<\/div>\n                        \n                        \n                    <\/div>\n\n                    <div class=\"prestation__lien\" href=\"https:\/\/willemin-macodel.com\/en\/automation\/\">\n                        <div class=\"prestation__voir-plus\">See more<\/div>\n                    <\/div>\n                <\/div>\n                            <\/a>\n                    \n                            <a class=\"prestation\" href=\"https:\/\/willemin-macodel.com\/en\/digitization\/\" target=\"_blank\">\n                                                <div class=\"prestation__image\">\n                        <img decoding=\"async\" \n                            src=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/prestation-service.png\"\n                            alt=\"image prestation\"\n                            width=\"822\"\n                            height=\"432\"\n                            srcset=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/prestation-service.png 822w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/prestation-service-300x158.png 300w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/prestation-service-768x404.png 768w, https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/11\/prestation-service-800x420.png 800w\"\n                            sizes=\"100vw\"\n                            loading=\"lazy\"\n                            \/>\n                    <\/div>\n                                <div class=\"prestation_block_info_container\">\n                    <div class=\"prestation_block_sub_info_container\">\n                                                    <h3 class=\"prestation__titre\">Digitization<\/h3>\n                                                                        \n                    \n                                                    <div class=\"prestation__description\">Discover our range of high-end digitalization solutions.<\/div>\n                        \n                        \n                    <\/div>\n\n                    <div class=\"prestation__lien\" href=\"https:\/\/willemin-macodel.com\/en\/digitization\/\">\n                        <div class=\"prestation__voir-plus\">See more<\/div>\n                    <\/div>\n                <\/div>\n                            <\/a>\n                        <\/div>\n\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            ","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":5615,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_habefastfse_class":"","footnotes":""},"class_list":["post-6785","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Premium services - Expert answers from in-house experts<\/title>\n<meta name=\"description\" content=\"All our hotliners are experienced field workers who know that responsiveness is paramount!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/willemin-macodel.com\/en\/services\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Premium services - Expert answers from in-house experts\" \/>\n<meta property=\"og:description\" content=\"All our hotliners are experienced field workers who know that responsiveness is paramount!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/willemin-macodel.com\/en\/services\/\" \/>\n<meta property=\"og:site_name\" content=\"Willemin-Macodel\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/WilleminMacodel\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T12:26:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/willemin-reactivite.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1216\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/services\\\/\",\"url\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/services\\\/\",\"name\":\"Premium services - Expert answers from in-house experts\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/services\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/services\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/willemin-macodel.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/willemin-reactivite.jpg\",\"datePublished\":\"2025-12-10T11:32:00+00:00\",\"dateModified\":\"2026-04-17T12:26:19+00:00\",\"description\":\"All our hotliners are experienced field workers who know that responsiveness is paramount!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/services\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/services\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/services\\\/#primaryimage\",\"url\":\"https:\\\/\\\/willemin-macodel.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/willemin-reactivite.jpg\",\"contentUrl\":\"https:\\\/\\\/willemin-macodel.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/willemin-reactivite.jpg\",\"width\":1216,\"height\":800},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/services\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Services\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/\",\"name\":\"Willemin-Macodel SA\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/#organization\",\"name\":\"Willemin-Macodel SA\",\"url\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/willemin-macodel.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/logo-wm-bleu-signature-rvb-scaled.png\",\"contentUrl\":\"https:\\\/\\\/willemin-macodel.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/logo-wm-bleu-signature-rvb-scaled.png\",\"width\":2560,\"height\":1198,\"caption\":\"Willemin-Macodel SA\"},\"image\":{\"@id\":\"https:\\\/\\\/willemin-macodel.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/WilleminMacodel\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/2818590\\\/\",\"https:\\\/\\\/www.instagram.com\\\/willemin_macodel_ch\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Premium services - Expert answers from in-house experts","description":"All our hotliners are experienced field workers who know that responsiveness is paramount!","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:\/\/willemin-macodel.com\/en\/services\/","og_locale":"en_US","og_type":"article","og_title":"Premium services - Expert answers from in-house experts","og_description":"All our hotliners are experienced field workers who know that responsiveness is paramount!","og_url":"https:\/\/willemin-macodel.com\/en\/services\/","og_site_name":"Willemin-Macodel","article_publisher":"https:\/\/www.facebook.com\/WilleminMacodel\/","article_modified_time":"2026-04-17T12:26:19+00:00","og_image":[{"width":1216,"height":800,"url":"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/willemin-reactivite.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/willemin-macodel.com\/en\/services\/","url":"https:\/\/willemin-macodel.com\/en\/services\/","name":"Premium services - Expert answers from in-house experts","isPartOf":{"@id":"https:\/\/willemin-macodel.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/willemin-macodel.com\/en\/services\/#primaryimage"},"image":{"@id":"https:\/\/willemin-macodel.com\/en\/services\/#primaryimage"},"thumbnailUrl":"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/willemin-reactivite.jpg","datePublished":"2025-12-10T11:32:00+00:00","dateModified":"2026-04-17T12:26:19+00:00","description":"All our hotliners are experienced field workers who know that responsiveness is paramount!","breadcrumb":{"@id":"https:\/\/willemin-macodel.com\/en\/services\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/willemin-macodel.com\/en\/services\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/willemin-macodel.com\/en\/services\/#primaryimage","url":"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/willemin-reactivite.jpg","contentUrl":"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2025\/12\/willemin-reactivite.jpg","width":1216,"height":800},{"@type":"BreadcrumbList","@id":"https:\/\/willemin-macodel.com\/en\/services\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/willemin-macodel.com\/en\/"},{"@type":"ListItem","position":2,"name":"Services"}]},{"@type":"WebSite","@id":"https:\/\/willemin-macodel.com\/en\/#website","url":"https:\/\/willemin-macodel.com\/en\/","name":"Willemin-Macodel SA","description":"","publisher":{"@id":"https:\/\/willemin-macodel.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/willemin-macodel.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/willemin-macodel.com\/en\/#organization","name":"Willemin-Macodel SA","url":"https:\/\/willemin-macodel.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/willemin-macodel.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2026\/02\/logo-wm-bleu-signature-rvb-scaled.png","contentUrl":"https:\/\/willemin-macodel.com\/wp-content\/uploads\/2026\/02\/logo-wm-bleu-signature-rvb-scaled.png","width":2560,"height":1198,"caption":"Willemin-Macodel SA"},"image":{"@id":"https:\/\/willemin-macodel.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/WilleminMacodel\/","https:\/\/www.linkedin.com\/company\/2818590\/","https:\/\/www.instagram.com\/willemin_macodel_ch\/"]}]}},"_links":{"self":[{"href":"https:\/\/willemin-macodel.com\/en\/wp-json\/wp\/v2\/pages\/6785","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/willemin-macodel.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/willemin-macodel.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/willemin-macodel.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/willemin-macodel.com\/en\/wp-json\/wp\/v2\/comments?post=6785"}],"version-history":[{"count":23,"href":"https:\/\/willemin-macodel.com\/en\/wp-json\/wp\/v2\/pages\/6785\/revisions"}],"predecessor-version":[{"id":9142,"href":"https:\/\/willemin-macodel.com\/en\/wp-json\/wp\/v2\/pages\/6785\/revisions\/9142"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/willemin-macodel.com\/en\/wp-json\/wp\/v2\/media\/5615"}],"wp:attachment":[{"href":"https:\/\/willemin-macodel.com\/en\/wp-json\/wp\/v2\/media?parent=6785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}