{"id":486,"date":"2025-06-24T16:02:36","date_gmt":"2025-06-24T16:02:36","guid":{"rendered":"https:\/\/chocotale.digitalfarmers.be\/ateliers\/"},"modified":"2025-07-17T09:44:16","modified_gmt":"2025-07-17T09:44:16","slug":"ateliers","status":"publish","type":"page","link":"https:\/\/chocotale.online\/fr\/ateliers\/","title":{"rendered":"Ateliers"},"content":{"rendered":"\n        <style>\n            site-header.header{\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                z-index: 50;\n            }\n        <\/style>\n    \n\n<div id=\"\" class=\"relative w-full overflow-hidden h-576 min-h-[100vh] md:h-960 md:min-h-960\">\n            <img loading=\"lazy\" width=\"2560\" height=\"1707\" src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-3-scaled.png\" class=\"absolute inset-0 w-full h-full object-cover z-0\" alt=\"kadin 1 (3)\" srcset=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-3-scaled.png 2560w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-3-scaled-600x400.png 600w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-3-300x200.png 300w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-3-1024x683.png 1024w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-3-768x512.png 768w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-3-1536x1024.png 1536w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-3-2048x1365.png 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" title=\"kadin 1 (3)\" loading=\"lazy\" decoding=\"async\" \/>    \n    <!-- Optional: overlay for darkening the image\/video -->\n    <div class=\"absolute inset-0\" style=\"z-index: 5; background: linear-gradient(180deg, rgba(28,23,24,0) 0%, rgba(28,23,24,0.7) 100%);\"><\/div>\n\n    <!-- Content wrapper -->\n    <div class=\"relative z-10 flex flex-col items-center justify-end h-full w-full text-center px-4 py-70\">\n        <div class=\"container\">\n                            <div class=\"text-3xl lg:text-56 font-medium font-wulkan-display text-primary-500 mb-4\">Vous voulez apprendre \u00e0 le faire ?<\/div>\n                                        <h1 class=\"text-40 lg:text-8xl leading-[1] font-wulkan-display font-bold text-primary-700\">\n                    Les ateliers !                <\/h1>\n                    <\/div>\n    <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ Elementor-style video cover calculation\n    function resizeVideoEmbeds() {\n        const vimeoEmbeds = document.querySelectorAll('.vimeo-embed-cover');\n        const youtubeEmbeds = document.querySelectorAll('.youtube-embed-cover');\n        \n        [...vimeoEmbeds, ...youtubeEmbeds].forEach((iframe) => {\n            const containerId = iframe.getAttribute('data-container-id');\n            const container = document.getElementById(containerId);\n            \n            if (container) {\n                const containerRect = container.getBoundingClientRect();\n                const containerWidth = containerRect.width;\n                const containerHeight = containerRect.height;\n                \n                \/\/ Elementor-style: Use exact large dimensions like Elementor does\n                let iframeWidth = containerWidth * 1.77;\n                let iframeHeight = containerHeight * 3.1;\n                \n                \/\/ Apply calculated dimensions (Elementor-style)\n                iframe.style.width = iframeWidth + 'px';\n                iframe.style.height = iframeHeight + 'px';\n                iframe.style.position = 'absolute';\n                iframe.style.zIndex = '0';\n                iframe.style.insetBlockStart = '50%';\n                iframe.style.insetInlineStart = '50%';\n                iframe.style.transform = 'translate(-50%, -50%)';\n                iframe.style.objectFit = 'cover';\n            }\n        });\n    }\n    \n    \/\/ Resize on load and window resize\n    resizeVideoEmbeds();\n    window.addEventListener('resize', resizeVideoEmbeds);\n    \n    \/\/ Also resize after a short delay to ensure iframes are loaded\n    setTimeout(resizeVideoEmbeds, 1000);\n\n    \/\/ Hide thumbnail fallback once video\/iframe loads\n    document.querySelectorAll('.js-bg-video').forEach((video) => {\n        const container = video.parentElement;\n        if (!container) return;\n        const thumb = container.querySelector('.js-video-thumb');\n        if (!thumb) return;\n        video.muted = true;\n        video.setAttribute('muted', '');\n        video.playsInline = true;\n        video.setAttribute('playsinline', '');\n        video.setAttribute('webkit-playsinline', '');\n\n        const attemptPlay = () => {\n            const p = video.play();\n            if (p && typeof p.catch === 'function') p.catch(() => {});\n        };\n\n        const swapLayers = () => {\n            video.style.zIndex = '1';\n            thumb.style.zIndex = '0';\n        };\n\n        let hidden = false;\n        const maybeSwapLayers = () => {\n            if (hidden) return;\n            if (video.currentTime > 0 || (!video.paused && video.readyState >= 2)) {\n                hidden = true;\n                swapLayers();\n            }\n        };\n\n        if (typeof video.requestVideoFrameCallback === 'function') {\n            video.requestVideoFrameCallback(() => {\n                hidden = true;\n                swapLayers();\n            });\n        } else {\n            video.addEventListener('playing', maybeSwapLayers, { once: true });\n            video.addEventListener('timeupdate', maybeSwapLayers, { once: true });\n            video.addEventListener('loadeddata', maybeSwapLayers);\n            video.addEventListener('canplay', maybeSwapLayers);\n            setTimeout(maybeSwapLayers, 1200);\n        }\n\n        attemptPlay();\n        const onFirstInteraction = () => {\n            attemptPlay();\n            document.removeEventListener('touchstart', onFirstInteraction);\n            document.removeEventListener('click', onFirstInteraction);\n        };\n        document.addEventListener('touchstart', onFirstInteraction, { passive: true, once: true });\n        document.addEventListener('click', onFirstInteraction, { once: true });\n    });\n\n    document.querySelectorAll('.vimeo-embed-cover, .youtube-embed-cover').forEach((iframe) => {\n        const containerId = iframe.getAttribute('data-container-id');\n        const container = containerId ? document.getElementById(containerId) : iframe.parentElement;\n        if (!container) return;\n        const thumb = container.querySelector('.js-video-thumb');\n        if (!thumb) return;\n        iframe.addEventListener('load', () => {\n            iframe.style.zIndex = '1';\n            thumb.style.zIndex = '0';\n        }, { once: true });\n    });\n});\n<\/script>\n\n\n<section-slideshow class=\"relative w-full block py-60 lg:py-100 lg:pb-0 text-center\">\n    <div class=\"container px-0 sm:px-5\">\n                    <h2 class=\"text-[36px] lg:text-7xl leading-[1] font-wulkan-display font-bold text-primary-700 lg:mb-10\">Voici \u00e0 quoi ressemblent nos ateliers !<\/h2>\n        \n        \n        <div class=\"hidden lg:block\">\n                    <\/div>\n\n        <div class=\"max-w-550 relative mx-auto\">\n            <div class=\"swiper relative z-10 group\"\n                data-swiper-options='{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:30,&quot;loop&quot;:true,&quot;effect&quot;:&quot;slide&quot;,&quot;lazy&quot;:true,&quot;speed&quot;:600,&quot;navigation&quot;:{&quot;nextEl&quot;:&quot;.swiper-button-next&quot;,&quot;prevEl&quot;:&quot;.swiper-button-prev&quot;},&quot;pagination&quot;:{&quot;el&quot;:&quot;.swiper-pagination&quot;,&quot;clickable&quot;:true,&quot;type&quot;:&quot;bullets&quot;},&quot;breakpoints&quot;:{&quot;640&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:30},&quot;1024&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:30}}}'>\n                <div class=\"swiper-wrapper\">\n                                            <div class=\"swiper-slide relative w-full h-full px-25 sm:px-56 pb-70 sm:pb-0 pt-56\">\n                                                            <div class=\"bg-primary-700 relative shadow-[0px_20px_64px_#F7A6B5] rounded-36 sm:rounded-[36px_36px_0px_0px] overflow-hidden\">\n                                    <img loading=\"lazy\" width=\"976\" height=\"1352\" src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1.png\" class=\"rounded-36 sm:rounded-[36px_36px_0px_0px] w-full h-auto\" alt=\"ChatGPT Image Apr 26, 2025, 10_04_09 PM 1\" data-src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1.png\" loading=\"lazy\" srcset=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1.png 976w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-600x831.png 600w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-217x300.png 217w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-739x1024.png 739w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-768x1064.png 768w\" sizes=\"auto, (max-width: 976px) 100vw, 976px\" title=\"ChatGPT Image Apr 26, 2025, 10_04_09 PM 1\" decoding=\"async\" \/>                                                                            <div class=\"absolute bottom-0 left-0 w-full h-full z-0 rounded-36 sm:rounded-[36px_36px_0px_0px]\" style=\"background: linear-gradient(180deg, rgba(28, 23, 24, 0) 0%, rgba(28, 23, 24, 0.8) 100%);\"><\/div>\n                                        <div class=\"absolute bottom-0 z-10 p-5 pb-85 left-0 w-full flex-grow h-full flex flex-col justify-end\">\n                                            <h3 class=\"text-white text-2xl font-wulkan-display font-bold leading-[1]\">\n                                                Atelier d&#039;avril, Anvers                                            <\/h3>\n                                        <\/div>\n                                                                    <\/div>\n                                                    <\/div>\n                                            <div class=\"swiper-slide relative w-full h-full px-25 sm:px-56 pb-70 sm:pb-0 pt-56\">\n                                                            <a href=\"#\" class=\"block\">\n                                                            <div class=\"bg-primary-700 relative shadow-[0px_20px_64px_#F7A6B5] rounded-36 sm:rounded-[36px_36px_0px_0px] overflow-hidden\">\n                                    <img loading=\"lazy\" width=\"976\" height=\"1352\" src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1.png\" class=\"rounded-36 sm:rounded-[36px_36px_0px_0px] w-full h-auto\" alt=\"ChatGPT Image Apr 26, 2025, 10_04_09 PM 1\" data-src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1.png\" loading=\"lazy\" srcset=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1.png 976w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-600x831.png 600w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-217x300.png 217w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-739x1024.png 739w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-768x1064.png 768w\" sizes=\"auto, (max-width: 976px) 100vw, 976px\" title=\"ChatGPT Image Apr 26, 2025, 10_04_09 PM 1\" decoding=\"async\" \/>                                                                            <div class=\"absolute bottom-0 left-0 w-full h-full z-0 rounded-36 sm:rounded-[36px_36px_0px_0px]\" style=\"background: linear-gradient(180deg, rgba(28, 23, 24, 0) 0%, rgba(28, 23, 24, 0.8) 100%);\"><\/div>\n                                        <div class=\"absolute bottom-0 z-10 p-5 pb-85 left-0 w-full flex-grow h-full flex flex-col justify-end\">\n                                            <h3 class=\"text-white text-2xl font-wulkan-display font-bold leading-[1]\">\n                                                Atelier d&#039;avril, Anvers                                            <\/h3>\n                                        <\/div>\n                                                                    <\/div>\n                                                            <\/a>\n                                                    <\/div>\n                                            <div class=\"swiper-slide relative w-full h-full px-25 sm:px-56 pb-70 sm:pb-0 pt-56\">\n                                                            <div class=\"bg-primary-700 relative shadow-[0px_20px_64px_#F7A6B5] rounded-36 sm:rounded-[36px_36px_0px_0px] overflow-hidden\">\n                                    <img loading=\"lazy\" width=\"976\" height=\"1352\" src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1.png\" class=\"rounded-36 sm:rounded-[36px_36px_0px_0px] w-full h-auto\" alt=\"ChatGPT Image Apr 26, 2025, 10_04_09 PM 1\" data-src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1.png\" loading=\"lazy\" srcset=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1.png 976w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-600x831.png 600w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-217x300.png 217w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-739x1024.png 739w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Apr-26-2025-10_04_09-PM-1-768x1064.png 768w\" sizes=\"auto, (max-width: 976px) 100vw, 976px\" title=\"ChatGPT Image Apr 26, 2025, 10_04_09 PM 1\" decoding=\"async\" \/>                                                                            <div class=\"absolute bottom-0 left-0 w-full h-full z-0 rounded-36 sm:rounded-[36px_36px_0px_0px]\" style=\"background: linear-gradient(180deg, rgba(28, 23, 24, 0) 0%, rgba(28, 23, 24, 0.8) 100%);\"><\/div>\n                                        <div class=\"absolute bottom-0 z-10 p-5 pb-85 left-0 w-full flex-grow h-full flex flex-col justify-end\">\n                                            <h3 class=\"text-white text-2xl font-wulkan-display font-bold leading-[1]\">\n                                                Atelier d&#039;avril, Anvers                                            <\/h3>\n                                        <\/div>\n                                                                    <\/div>\n                                                    <\/div>\n                                    <\/div>\n                \n                <!-- Navigation -->\n                <div class=\"swiper-button-prev w-10 h-10 rounded-full border-4 bg-primary-700 border-white absolute top-1\/2 left-0 -translate-y-1\/2 z-20 sm:opacity-0 sm:pointer-events-none sm:-translate-x-[100%] sm:group-hover:opacity-100 sm:group-hover:pointer-events-auto sm:group-hover:translate-x-0 transition-all duration-300 text-gray-700\" style=\"--swiper-navigation-size: 0.7rem;\"><\/div>\n                <div class=\"swiper-button-next w-10 h-10 rounded-full border-4 bg-primary-700 border-white absolute top-1\/2 right-0 -translate-y-1\/2 z-20 sm:opacity-0 sm:pointer-events-none sm:translate-x-[100%] sm:group-hover:opacity-100 sm:group-hover:pointer-events-auto sm:group-hover:translate-x-0 transition-all duration-300 text-gray-700\" style=\"--swiper-navigation-size: 0.7rem;\"><\/div>\n               \n                <!-- Pagination -->\n                <div class=\"swiper-pagination swiper-pagination--default border-4 border-white inline-flex items-center justify-center max-w-[fit-content] mx-auto !left-1\/2 -translate-x-1\/2 !bottom-52 sm:!bottom-5 h-38 bg-primary-200 rounded-full px-2 [&#038;_.swiper-pagination-bullet]:!mx-0.5 [&#038;_.swiper-pagination-bullet]:bg-primary-500 [&#038;_.swiper-pagination-bullet-active]:!bg-primary-700 [&#038;_.swiper-pagination-bullet]:opacity-100\n                \"><\/div>\n            <\/div>\n\n            <div class=\"absolute -top-[15%] sm:top-[16%] [&#038;_svg]:max-w-[20vw] start-[1rem] md:-start-[6rem] z-0 [&#038;_svg]:h-auto parallax-anim\" data-y-percent=\"-10\" data-x-percent=\"0\" data-scrub=\"0.5\">\n                <svg width=\"175\" height=\"393\" viewBox=\"0 0 175 393\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M79.5406 40.1211C71.8012 40.2659 65.5622 43.6487 60.3236 48.4924C57.6253 48.3476 54.7954 49.5849 53.0843 52.3358C54.2294 38.4627 52.1498 24.1157 45.7529 11.9669C42.3306 5.46465 36.5655 -0.129347 28.7734 0.00227674C20.9813 0.1339 14.3606 5.85953 10.0697 11.8879C-1.03933 27.459 -1.48685 49.6639 1.75109 67.7489C3.47535 77.4101 6.47637 86.7817 10.1487 95.9164C9.89858 96.5877 9.63534 97.2458 9.38525 97.9171C7.77945 102.221 11.0832 105.854 14.9266 106.946C16.2428 109.79 17.5854 112.606 18.9675 115.41C17.8355 115.449 16.8615 116.608 16.7167 117.74C16.5719 118.845 16.5719 119.925 16.6509 120.991C16.4534 121.359 16.2692 121.741 16.0586 122.096C14.308 125.242 12.5837 128.401 10.8463 131.56C10.096 132.916 10.82 134.311 12.1757 134.837C15.5847 136.141 26.9044 139.405 30.0765 136.351C33.6435 132.903 29.471 121.017 27.9573 117.055C31.7744 127.045 66.4178 106.552 70.1164 103.866C82.5285 94.8239 94.9406 81.4773 99.2842 66.38C103.391 52.1384 94.4931 39.8447 79.5275 40.1343L79.5406 40.1211ZM68.7343 47.7685C70.8403 46.5575 73.1042 45.6493 75.5656 45.136C74.0388 45.5572 72.5909 46.3469 71.4326 47.4394C70.5244 47.3999 69.6031 47.5052 68.7212 47.7685H68.7343ZM25.6408 6.87303C25.2064 6.32021 24.7062 5.89901 24.1271 5.59628C25.575 5.01714 26.9833 4.71441 28.3391 4.67492C27.4177 5.38569 26.5226 6.12277 25.6408 6.88619V6.87303ZM10.3461 74.804C10.5041 74.8961 10.662 74.9751 10.82 75.0541C10.9911 75.133 11.149 75.2252 11.3201 75.291C11.4254 75.3305 11.5307 75.3699 11.6492 75.4094C11.8203 75.4752 12.0046 75.541 12.1757 75.5937C11.5702 77.9892 10.9516 80.3716 10.3461 82.7672C9.13517 79.0686 8.06902 75.3436 7.18714 71.6055C7.87158 72.9481 9.00354 74.0537 10.3329 74.8171L10.3461 74.804ZM46.5558 110.158C47.2007 108.868 47.8062 107.591 48.3985 106.288C48.7539 106.473 49.1092 106.617 49.491 106.749C50.5966 107.578 51.8865 108.157 53.2159 108.434C50.7545 109.566 48.2405 110.592 45.6739 111.487C46.0029 111.093 46.3057 110.658 46.5558 110.145V110.158ZM63.5352 99.0754C63.6273 99.0754 63.7195 99.049 63.8116 99.0227C65.2463 99.6413 66.9311 99.7072 68.5764 99.3386C66.2335 101.089 63.7853 102.708 61.2713 104.196C62.0742 102.484 62.8244 100.786 63.522 99.0622L63.5352 99.0754ZM83.3972 82.2802C85.7006 81.5036 87.6881 79.7925 88.57 77.1995C88.8201 77.1205 89.057 77.0152 89.3071 76.9231C87.0169 80.6086 84.437 84.0966 81.594 87.3477C82.2784 85.6497 82.897 83.965 83.3972 82.267V82.2802ZM46.174 66.2747C46.0293 66.3274 45.8976 66.3801 45.7529 66.4327C47.7667 57.7719 48.8987 48.9531 48.6749 39.8974C49.3067 48.782 48.3853 57.785 46.174 66.2747ZM42.5939 15.7444C44.8841 20.6277 46.5031 25.7873 47.5298 31.0918C46.3057 28.6041 43.9233 27.2352 41.4619 27.1299C41.3829 25.8532 40.9354 24.7607 40.2378 23.8525C41.5541 18.3111 37.5132 15.0995 33.3276 15.2048C34.0384 14.5204 34.7491 13.8359 35.5257 13.1778C37.1973 11.7563 37.4737 9.78191 36.9341 7.97866C39.2506 9.97934 41.1723 12.7171 42.5807 15.7313L42.5939 15.7444ZM14.3606 13.7175C14.1105 15.9945 13.8605 18.2716 13.6235 20.5487C9.60901 26.6429 6.64748 33.382 5.068 40.3976C5.59449 35.975 6.47637 31.5393 7.88475 27.0904C9.35893 22.4309 11.4254 17.7188 14.3738 13.7175H14.3606ZM16.0322 131.389C16.822 129.941 17.6249 128.48 18.4146 127.032C19.5334 129.165 21.1261 131.034 23.0609 132.508C20.6786 132.429 18.3357 132.047 16.0191 131.389H16.0322ZM23.8244 114.883C23.2452 113.672 22.6661 112.461 22.0869 111.237C22.8767 111.606 23.6927 111.843 24.522 111.948C24.4035 112.146 24.2982 112.356 24.2456 112.633C24.1008 113.383 23.9691 114.133 23.8244 114.883ZM94.4404 66.9197C94.8353 60.8255 93.4664 55.3105 89.4782 49.9534C87.5302 47.3341 84.7792 46.1627 82.1599 46.2153C80.8569 45.1755 79.2247 44.7411 77.54 44.8201C78.1981 44.7411 78.8562 44.6622 79.5406 44.649C85.9375 44.4779 92.8346 47.2946 95.1512 53.6915C96.7175 58.0088 96.0331 62.5893 94.4404 66.9329V66.9197Z\" fill=\"#EEBFC1\"\/>\n<path d=\"M173.77 384.132C161.911 387.41 149.696 391.714 137.218 389.687C132.374 388.897 127.61 387.133 123.635 384.396C128.926 382.026 133.875 378.973 137.824 374.721C143.194 368.943 146.261 360.059 140.732 353.254C136.297 347.804 128.004 346.567 121.673 349.002C114.105 351.911 110.498 360.032 111.051 367.798C111.499 373.997 114.289 379.473 118.541 383.632C116.514 384.396 114.474 385.067 112.512 385.686C102.009 388.963 90.9787 390.674 79.975 390.371C58.9152 389.779 38.3293 381.197 25.7724 363.81C14.7818 348.581 10.4251 327.758 18.7963 310.344C27.3519 292.575 49.7279 276.28 44.5814 254.167C44.2523 252.746 43.7785 251.324 43.1993 249.942C53.0579 232.212 49.8595 209.731 44.3445 191.133C37.4737 167.927 25.7592 145.749 24.8378 121.122C24.6009 114.831 25.2064 108.578 26.7069 102.458C26.878 101.747 25.7987 101.444 25.6013 102.155C18.928 125.979 27.8389 150.119 35.96 172.39C43.8969 194.16 52.3209 219.208 44.2787 242.176C43.6732 243.887 42.9098 245.704 42.0016 247.494C39.198 242.466 34.6833 238.359 28.9313 237.254C21.7973 235.885 14.7686 240.544 12.1493 247.125C9.35892 254.128 13.2813 261.196 20.5338 262.999C29.1551 265.145 36.8156 259.827 41.4093 252.891C41.5277 252.719 41.633 252.535 41.7383 252.364C42.5544 254.72 43.0151 257.142 43.0282 259.38C43.1599 271.634 35.3414 282.164 28.3127 291.483C21.85 300.064 15.4004 308.817 13.0575 319.505C11.1885 328.074 11.7281 337.038 14.1237 345.448C19.2702 363.468 32.393 378.604 49.4778 386.238C68.9581 394.939 91.4526 394.636 111.657 388.647C114.684 387.752 117.764 386.752 120.765 385.554C122.305 386.765 123.964 387.831 125.754 388.726C135.257 393.478 146.129 393.465 156.343 391.411C162.503 390.174 168.426 388.213 174.31 386.028C175.494 385.58 175.047 383.751 173.783 384.093L173.77 384.132ZM19.8362 260.617C8.12165 256.418 14.3211 241.373 24.0613 239.36C31.5901 237.806 37.6053 243.243 40.7117 249.876C36.2233 257.458 29.0235 263.907 19.823 260.617H19.8362ZM114.184 371.049C111.933 361.533 116.843 350.897 127.478 350.437C137.652 350.002 144.365 359.348 139.153 368.601C135.349 375.353 128.465 379.578 121.265 382.566C117.869 379.605 115.316 375.774 114.197 371.049H114.184Z\" fill=\"#EEBFC1\"\/>\n<\/svg>\n            <\/div>\n        <\/div>\n        \n\n        <div class=\"sm:hidden\">\n                    <\/div>\n\n    <\/div>\n<\/section-slideshow>\n<section class=\"section-fluent-form py-50 lg:py-100 scheme--primaire\">\n    <div class=\"container max-w-840\">\n        <div class=\"grid grid-cols-1 md:grid-cols-[1fr_var(--fluid-space-336)] gap-x-9 gap-y-8\">\n            <div class=\"col-span-1\">\n                                <h2 class=\"text-4xl leading-[1.3] lg:text-7xl lg:leading-[1] font-wulkan-display font-semibold\">\n                    Vous souhaitez participer \u00e0 nos ateliers ?                <\/h2>\n                            <\/div>\n            <div class=\"col-span-1\">\n                <div class='fluentform ff-default fluentform_wrapper_4 ffs_default_wrap'><form data-form_id=\"4\" id=\"fluentform_4\" class=\"frm-fluent-form fluent_form_4 ff-el-form-top ff_form_instance_4_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_4_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Faq Contact Form<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='486' \/><input type=\"hidden\" id=\"_fluentform_4_fluentformnonce\" name=\"_fluentform_4_fluentformnonce\" value=\"7990107e80\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/fr\/wp-json\/wp\/v2\/pages\/486\" \/><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_names_first_name_' id='label_ff_4_names_first_name_' >Full Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_4_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"Enter Your First Name\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_email' id='label_ff_4_email' aria-label=\"Email address\">Email address<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_4_email\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_phone' id='label_ff_4_phone' aria-label=\"Phone number\">Phone number<\/label><\/div><div class='ff-el-input--content'><input name=\"phone\" class=\"ff-el-form-control ff-el-phone\" type=\"tel\" placeholder=\"Phone number\" data-name=\"phone\" id=\"ff_4_phone\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_4_description' id='label_ff_4_description' aria-label=\"Message\">Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_4_description\" name=\"description\" id=\"ff_4_description\" class=\"ff-el-form-control\" placeholder=\"Tell us what you have in your mind :)\" rows=\"3\" cols=\"2\" data-name=\"description\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-text-center ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\"  aria-label=\"Submit\">Submit<\/button><\/div><\/fieldset><\/form><div id='fluentform_4_errors' class='ff-errors-in-stack ff_form_instance_4_1 ff-form-loading_errors ff_form_instance_4_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_4_1 = {\"id\":\"4\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"asteriskPlacement\":\"asterisk-right\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_4_1\",\"form_id_selector\":\"fluentform_4\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global_message\":\"This field must contain a valid email\",\"global\":true}},\"phone\":{\"required\":{\"value\":true,\"global\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":false,\"global\":true,\"message\":\"Phone number is not valid\",\"global_message\":\"Phone number is not valid\"}},\"description\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}}},\"debounce_time\":300};\n                            <\/script>\n                        <\/div>\n        <\/div>\n    <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-486","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/pages\/486","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/comments?post=486"}],"version-history":[{"count":1,"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/pages\/486\/revisions"}],"predecessor-version":[{"id":487,"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/pages\/486\/revisions\/487"}],"wp:attachment":[{"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/media?parent=486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}