{"id":480,"date":"2025-06-23T20:09:40","date_gmt":"2025-06-23T20:09:40","guid":{"rendered":"https:\/\/chocotale.digitalfarmers.be\/franchise\/"},"modified":"2025-07-17T09:38:08","modified_gmt":"2025-07-17T09:38:08","slug":"franchise","status":"publish","type":"page","link":"https:\/\/chocotale.online\/fr\/franchise\/","title":{"rendered":"Franchise"},"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-5-scaled.png\" class=\"absolute inset-0 w-full h-full object-cover z-0\" alt=\"kadin 1 (5)\" srcset=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-scaled.png 2560w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-scaled-600x400.png 600w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-300x200.png 300w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-1024x683.png 1024w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-768x512.png 768w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-1536x1024.png 1536w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/kadin-1-5-2048x1365.png 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" title=\"kadin 1 (5)\" 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\">Franchise<\/div>\n                                        <h1 class=\"text-40 lg:text-8xl leading-[1] font-wulkan-display font-bold text-primary-700\">\n                    Soyez l&#039;un des n\u00f4tres.                <\/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<section class=\"section-store-map py-60 lg:py-100 text-center\">\n    <div class=\"container\">\n                    <h3 class=\"text-4xl lg:text-56 leading-[1.2] font-wulkan-display font-bold text-gray-950 mb-6 xl:mb-8\">Ce n&rsquo;est pas seulement une opportunit\u00e9, c&rsquo;est une beaut\u00e9.<\/h3>\n                            <div class=\"map-container max-w-590 mx-auto\">\n                \n                <div class=\"map-card relative w-full flex flex-col justify-end items-center rounded-32 overflow-hidden border-4 border-primary-700 bg-primary-100 aspect-[8\/7]\">\n                                            <img loading=\"lazy\" width=\"1776\" height=\"1500\" src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1.png\" class=\"w-full h-full object-cover\" alt=\"IMG_20220315_125551 1\" srcset=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1.png 1776w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1-600x507.png 600w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1-300x253.png 300w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1-1024x865.png 1024w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1-768x649.png 768w, https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/IMG_20220315_125551-1-1536x1297.png 1536w\" sizes=\"auto, (max-width: 1776px) 100vw, 1776px\" title=\"IMG_20220315_125551 1\" loading=\"lazy\" decoding=\"async\" \/>                        <div class=\"absolute inset-0 z-10\" style=\"background: linear-gradient(180deg, rgba(28,23,24,0) 0%, rgba(28,23,24,0.7) 100%);\"><\/div>\n                                        <div class=\"absolute z-20 w-full flex flex-col items-center p-6\">\n                                                    <div class=\"text-white text-2xl font-wulkan-display font-semibold mb-4 drop-shadow-lg\">Anvers, Belgique<\/div>\n                                                                            <a href=\"#\" class=\"btn btn-outline-primary w-234\">\n                                Afficher sur la carte                            <\/a>\n                                            <\/div>\n                <\/div>\n            <\/div>\n            <\/div>\n<\/section><section class=\"section-placement py-60 lg:py-100 text-center\">\n    <div class=\"container\">\n                    <h3 class=\"text-4xl lg:text-56 leading-[1.2] font-wulkan-display font-bold text-gray-950 mb-6 xl:mb-8\">O\u00f9 placeriez-vous votre magasin ?<\/h3>\n                            <div class=\"image-container max-w-700 mx-auto\">\n                <img loading=\"lazy\" width=\"703\" height=\"402\" src=\"https:\/\/chocotale.online\/wp-content\/uploads\/2025\/06\/Artboard-116-1.svg\" class=\"w-full h-auto\" alt=\"Artboard 116 1\" title=\"Artboard 116 1\" loading=\"lazy\" decoding=\"async\" \/>            <\/div>\n            <\/div>\n<\/section><section class=\"section-franchise-contact py-60 lg:py-100\">\n    <div class=\"container\">\n        <div class=\"flex flex-col-reverse lg:grid lg:grid-cols-[1fr_var(--fluid-space-495)] gap-56 xl:gap-x-100\">\n            <!-- LEFT COLUMN: title, content, form -->\n            <div class=\"grid__item flex flex-col space-y-18 xl:space-y-8\">\n                <h3 class=\"text-4xl lg:text-56 leading-[1.2] font-wulkan-display font-bold text-gray-950\">Nous vous remercions de l&rsquo;int\u00e9r\u00eat que vous portez \u00e0 la franchise Chocotale.<\/h3><div class=\"text-base leading-18 font-inter font-medium text-gray-500\"><p>Veuillez prendre connaissance des crit\u00e8res \u00e9num\u00e9r\u00e9s. Si votre entreprise r\u00e9pond \u00e0 toutes les exigences, n&rsquo;h\u00e9sitez pas \u00e0 soumettre votre demande. Si l&rsquo;un de ces crit\u00e8res n&rsquo;est pas rempli, nous vous demandons de bien vouloir vous abstenir de soumettre une demande, car nous ne serons pas en mesure d&rsquo;y r\u00e9pondre.<\/p>\n<\/div><div class=\"franchise-form\"><div class='fluentform ff-default fluentform_wrapper_8 ffs_default_wrap'><form data-form_id=\"8\" id=\"fluentform_8\" class=\"frm-fluent-form fluent_form_8 ff-el-form-top ff_form_instance_8_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_8_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;\">Franchise Contact Form<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='480' \/><input type=\"hidden\" id=\"_fluentform_8_fluentformnonce\" name=\"_fluentform_8_fluentformnonce\" value=\"645443d654\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/fr\/wp-json\/wp\/v2\/pages\/480\" \/><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_8_names_first_name_' id='label_ff_8_names_first_name_' >Full Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_8_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"Your name, chocolatier or dreamer? \ud83c\udf6b\" 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_8_email' id='label_ff_8_email' aria-label=\"Email address\">Email address<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_8_email\" class=\"ff-el-form-control\" placeholder=\"Where can we send sweet updates? \ud83d\udce9\" 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_8_' id='label_ff_8_' aria-label=\"Country\/ City of interest\">Country\/ City of interest<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" class=\"ff-el-form-control\" placeholder=\"Where do you dream of opening your Tucho store? \ud83c\udf0d\" id=\"ff_8_\"  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_8_phone' id='label_ff_8_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 ff_el_with_extended_validation\" type=\"tel\" placeholder=\"For faster connection \ud83d\udcde\" data-name=\"phone\" id=\"ff_8_phone\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group ff-el-form-hide_label hidden'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"Multi-Store Commitment\">Multi-Store Commitment<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='franchise_multi_store_commitment_217555d5f799548b4d44b4f8583f178b'><input  type=\"checkbox\" name=\"franchise_multi_store_commitment[]\" data-name=\"franchise_multi_store_commitment\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"Multi-Store Commitment\"  id='franchise_multi_store_commitment_217555d5f799548b4d44b4f8583f178b' aria-label='Multi-Store Commitment' aria-invalid='false' aria-required=true> <span>Multi-Store Commitment<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label hidden'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"Premium Level Readiness\">Premium Level Readiness<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='premium_competition_commitment_c8db2be12a2d29d432219122b1de57b9'><input  type=\"checkbox\" name=\"premium_competition_commitment[]\" data-name=\"premium_competition_commitment\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"Premium Level Readiness\"  id='premium_competition_commitment_c8db2be12a2d29d432219122b1de57b9' aria-label='Premium Level Readiness' aria-invalid='false' aria-required=true> <span>Premium Level Readiness<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label hidden'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"Passion &amp; Store Design\">Passion &amp; Store Design<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='brand_passion_commitment_793dbf77d911830a9ecff6c256d86a66'><input  type=\"checkbox\" name=\"brand_passion_commitment[]\" data-name=\"brand_passion_commitment\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"Passion &amp; Store Design\"  id='brand_passion_commitment_793dbf77d911830a9ecff6c256d86a66' aria-label='Passion &amp; Store Design' aria-invalid='false' aria-required=true> <span>Passion &amp; Store Design<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label hidden'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"Confidential Terms Acknowledged\">Confidential Terms Acknowledged<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='confidential_terms_acknowledgement_179245430cd7a5c7976cee0ea6afac08'><input  type=\"checkbox\" name=\"confidential_terms_acknowledgement[]\" data-name=\"confidential_terms_acknowledgement\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"Confidential Terms Acknowledged\"  id='confidential_terms_acknowledgement_179245430cd7a5c7976cee0ea6afac08' aria-label='Confidential Terms Acknowledged' aria-invalid='false' aria-required=true> <span>Confidential Terms Acknowledged<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label hidden'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"NDA &amp; Confidentiality\">NDA &amp; Confidentiality<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='nda_confidentiality_agreement_260c7705c3bfe5ce00573088e4a2ff3f'><input  type=\"checkbox\" name=\"nda_confidentiality_agreement[]\" data-name=\"nda_confidentiality_agreement\" class=\"ff-el-form-check-input ff-el-form-check-checkbox\" value=\"NDA &amp; Confidentiality\"  id='nda_confidentiality_agreement_260c7705c3bfe5ce00573088e4a2ff3f' aria-label='NDA &amp; Confidentiality' aria-invalid='false' aria-required=true> <span>NDA &amp; Confidentiality<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_8_tell_us_more_about_ideas' id='label_ff_8_tell_us_more_about_ideas' aria-label=\"Message\">Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_8_tell_us_more_about_ideas\" name=\"tell_us_more_about_ideas\" id=\"ff_8_tell_us_more_about_ideas\" class=\"ff-el-form-control\" placeholder=\"Tell us more about your ideas \u00a0\ud83d\udcad\" rows=\"3\" cols=\"2\" data-name=\"tell_us_more_about_ideas\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_8_tell_us_about_your_entrepreneurial_journey' id='label_ff_8_tell_us_about_your_entrepreneurial_journey' aria-label=\"Message\">Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_8_tell_us_about_your_entrepreneurial_journey\" name=\"tell_us_about_your_entrepreneurial_journey\" id=\"ff_8_tell_us_about_your_entrepreneurial_journey\" class=\"ff-el-form-control\" placeholder=\"Tell us about your entrepreneurial journey \ud83c\udfc6\" rows=\"3\" cols=\"2\" data-name=\"tell_us_about_your_entrepreneurial_journey\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_8_why_do_you_want_to_bring_Tucho_to_your_market' id='label_ff_8_why_do_you_want_to_bring_Tucho_to_your_market' aria-label=\"Message\">Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_8_why_do_you_want_to_bring_Tucho_to_your_market\" name=\"why_do_you_want_to_bring_Tucho_to_your_market\" id=\"ff_8_why_do_you_want_to_bring_Tucho_to_your_market\" class=\"ff-el-form-control\" placeholder=\"Why do you want to bring Tucho to your market? \u2764\ufe0f\" rows=\"3\" cols=\"2\" data-name=\"why_do_you_want_to_bring_Tucho_to_your_market\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_8_tell_us_more_about_your_ideas' id='label_ff_8_tell_us_more_about_your_ideas' aria-label=\"Message\">Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_8_tell_us_more_about_your_ideas\" name=\"tell_us_more_about_your_ideas\" id=\"ff_8_tell_us_more_about_your_ideas\" class=\"ff-el-form-control\" placeholder=\"Tell us more about your ideas \ud83e\udd0e\" rows=\"3\" cols=\"2\" data-name=\"tell_us_more_about_your_ideas\" ><\/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=\"Let\u2019s build something sweet together \ud83c\udf6b\">Let\u2019s build something sweet together \ud83c\udf6b<\/button><\/div><\/fieldset><\/form><div id='fluentform_8_errors' class='ff-errors-in-stack ff_form_instance_8_1 ff-form-loading_errors ff_form_instance_8_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_8_1 = {\"id\":\"8\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"asteriskPlacement\":\"asterisk-right\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_8_1\",\"form_id_selector\":\"fluentform_8\",\"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}},\"\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"phone\":{\"required\":{\"value\":true,\"global\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":true,\"global\":true,\"message\":\"Phone number is not valid\",\"global_message\":\"Phone number is not valid\"}},\"franchise_multi_store_commitment\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"premium_competition_commitment\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"brand_passion_commitment\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"confidential_terms_acknowledgement\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"nda_confidentiality_agreement\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"tell_us_more_about_ideas\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"tell_us_about_your_entrepreneurial_journey\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"why_do_you_want_to_bring_Tucho_to_your_market\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"tell_us_more_about_your_ideas\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}}},\"debounce_time\":300};\n                            <\/script>\n            <\/div>            <\/div>\n            <!-- RIGHT COLUMN: options (desktop), below form (mobile) -->\n            <div class=\"grid__item\">\n                    <div class=\"franchise-options form-check-options-widget space-y-3\">\n                <div class=\"relative form-check-item\">\n            <input\n                type=\"checkbox\"\n                id=\"option-0\"\n                name=\"franchise_option\"\n                value=\"option-1\"\n                class=\"peer sr-only form-check-input\n                    [&#038;:checked+label]:bg-primary-300\n                    [&#038;:checked+label_.checkmark]:bg-primary-700\n                    [&#038;:checked+label_.checkmark]:border-primary-700\n                    [&#038;:checked+label_.checkmark:after]:block\n                \"\n                data-is-required=\"yes\"\n                                data-target-selector=\"option-1\"\n                                            >\n            <label for=\"option-0\"\n                class=\"option-item flex justify-between w-full rounded-2xl p-18 cursor-pointer transition-all duration-300 select-none\n                    bg-primary-200 text-gray-600 font-inter font-medium -tracking-[0.03em]\">\n                <span class=\"option-text block pr-4 w-full\">\n                    <p>La franchise Chocotale est structur\u00e9e pour le d\u00e9veloppement d&rsquo;un pays entier, et pas seulement pour l&rsquo;ouverture d&rsquo;un ou deux magasins. Veuillez confirmer si vous disposez du budget et de l&rsquo;exp\u00e9rience commerciale n\u00e9cessaires pour soutenir l&rsquo;expansion de plusieurs magasins dans tout le pays. Si oui, veuillez cocher la case correspondante.<\/p>\n                <\/span>\n                <span class=\"checkmark w-6 h-6 min-w-18 min-h-18 border-2 border-gray-500 flex items-center justify-center transition-all duration-150 bg-white relative\n                    after:hidden after:absolute after:top-[2px] after:left-[7px] after:w-[6px] after:h-[12px] after:border-solid after:border-white after:border-t-0 after:border-l-0 after:border-r-2 after:border-b-2 after:rotate-45\">\n                <\/span>\n            <\/label>\n        <\/div>\n                <div class=\"relative form-check-item\">\n            <input\n                type=\"checkbox\"\n                id=\"option-1\"\n                name=\"franchise_option\"\n                value=\"option-2\"\n                class=\"peer sr-only form-check-input\n                    [&#038;:checked+label]:bg-primary-300\n                    [&#038;:checked+label_.checkmark]:bg-primary-700\n                    [&#038;:checked+label_.checkmark]:border-primary-700\n                    [&#038;:checked+label_.checkmark:after]:block\n                \"\n                data-is-required=\"yes\"\n                                data-target-selector=\"option-2\"\n                                            >\n            <label for=\"option-1\"\n                class=\"option-item flex justify-between w-full rounded-2xl p-18 cursor-pointer transition-all duration-300 select-none\n                    bg-primary-200 text-gray-600 font-inter font-medium -tracking-[0.03em]\">\n                <span class=\"option-text block pr-4 w-full\">\n                    <p>Chocotale vise \u00e0 s&rsquo;imposer comme la premi\u00e8re marque de chocolat et de dessert haut de gamme dans chaque pays en ouvrant des magasins embl\u00e9matiques dans des emplacements de premier choix. Nous comptons parmi nos concurrents des boutiques de chocolat artisanales locales et des cha\u00eenes internationales de desserts. Veuillez confirmer que vous disposez du budget et de l&rsquo;exp\u00e9rience commerciale n\u00e9cessaires pour concourir \u00e0 ce niveau. Si oui, veuillez cocher la case correspondante.<\/p>\n                <\/span>\n                <span class=\"checkmark w-6 h-6 min-w-18 min-h-18 border-2 border-gray-500 flex items-center justify-center transition-all duration-150 bg-white relative\n                    after:hidden after:absolute after:top-[2px] after:left-[7px] after:w-[6px] after:h-[12px] after:border-solid after:border-white after:border-t-0 after:border-l-0 after:border-r-2 after:border-b-2 after:rotate-45\">\n                <\/span>\n            <\/label>\n        <\/div>\n                <div class=\"relative form-check-item\">\n            <input\n                type=\"checkbox\"\n                id=\"option-2\"\n                name=\"franchise_option\"\n                value=\"option-3\"\n                class=\"peer sr-only form-check-input\n                    [&#038;:checked+label]:bg-primary-300\n                    [&#038;:checked+label_.checkmark]:bg-primary-700\n                    [&#038;:checked+label_.checkmark]:border-primary-700\n                    [&#038;:checked+label_.checkmark:after]:block\n                \"\n                data-is-required=\"yes\"\n                                data-target-selector=\"option-3\"\n                                            >\n            <label for=\"option-2\"\n                class=\"option-item flex justify-between w-full rounded-2xl p-18 cursor-pointer transition-all duration-300 select-none\n                    bg-primary-200 text-gray-600 font-inter font-medium -tracking-[0.03em]\">\n                <span class=\"option-text block pr-4 w-full\">\n                    <p>Chocotale est une marque qui se nourrit d&rsquo;une passion pour le chocolat, l&rsquo;artisanat et la cr\u00e9ativit\u00e9 mondiale. Chaque magasin est con\u00e7u de mani\u00e8re unique en collaboration avec des designers et des chocolatiers renomm\u00e9s, ce qui le diff\u00e9rencie des cha\u00eenes de desserts de masse. Veuillez confirmer si vous partagez cette vision et si vous vous engagez \u00e0 investir dans l&rsquo;am\u00e9nagement de magasins de haute qualit\u00e9 dans les principaux sites de votre pays. Si oui, veuillez cocher la case correspondante.<\/p>\n                <\/span>\n                <span class=\"checkmark w-6 h-6 min-w-18 min-h-18 border-2 border-gray-500 flex items-center justify-center transition-all duration-150 bg-white relative\n                    after:hidden after:absolute after:top-[2px] after:left-[7px] after:w-[6px] after:h-[12px] after:border-solid after:border-white after:border-t-0 after:border-l-0 after:border-r-2 after:border-b-2 after:rotate-45\">\n                <\/span>\n            <\/label>\n        <\/div>\n                <div class=\"relative form-check-item\">\n            <input\n                type=\"checkbox\"\n                id=\"option-3\"\n                name=\"franchise_option\"\n                value=\"option-4\"\n                class=\"peer sr-only form-check-input\n                    [&#038;:checked+label]:bg-primary-300\n                    [&#038;:checked+label_.checkmark]:bg-primary-700\n                    [&#038;:checked+label_.checkmark]:border-primary-700\n                    [&#038;:checked+label_.checkmark:after]:block\n                \"\n                data-is-required=\"yes\"\n                                data-target-selector=\"option-4\"\n                                            >\n            <label for=\"option-3\"\n                class=\"option-item flex justify-between w-full rounded-2xl p-18 cursor-pointer transition-all duration-300 select-none\n                    bg-primary-200 text-gray-600 font-inter font-medium -tracking-[0.03em]\">\n                <span class=\"option-text block pr-4 w-full\">\n                    <p>Chocotale ne divulguera pas les d\u00e9tails des conditions de franchise, les co\u00fbts d&rsquo;ouverture du magasin ou d&rsquo;autres informations connexes au cours de la phase d&rsquo;enqu\u00eate initiale. Ces informations ne seront communiqu\u00e9es que si vous \u00eates s\u00e9lectionn\u00e9 comme partenaire potentiel et apr\u00e8s signature d&rsquo;un accord de non-divulgation. Si vous comprenez parfaitement ce point, veuillez cocher la case.<\/p>\n                <\/span>\n                <span class=\"checkmark w-6 h-6 min-w-18 min-h-18 border-2 border-gray-500 flex items-center justify-center transition-all duration-150 bg-white relative\n                    after:hidden after:absolute after:top-[2px] after:left-[7px] after:w-[6px] after:h-[12px] after:border-solid after:border-white after:border-t-0 after:border-l-0 after:border-r-2 after:border-b-2 after:rotate-45\">\n                <\/span>\n            <\/label>\n        <\/div>\n                <div class=\"form-check-validation-error text-red-600 text-sm mt-2\" style=\"display: none;\">\n            Please check all required options.\n        <\/div>\n    <\/div>\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-480","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/pages\/480","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=480"}],"version-history":[{"count":1,"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/pages\/480\/revisions"}],"predecessor-version":[{"id":481,"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/pages\/480\/revisions\/481"}],"wp:attachment":[{"href":"https:\/\/chocotale.online\/fr\/wp-json\/wp\/v2\/media?parent=480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}