templates/vitrine/pages/franchise.html.twig line 1

Open in your IDE?
  1. {% extends 'vitrine/base.html.twig' %}
  2. {% import 'vitrine/macros/svg_illustration_macros.twig' as svg %}
  3. {% block title %}{% trans %}Franchise{% endtrans %}{% endblock %}
  4. {% block description %}{% trans %}Plongez avec nous dans l'aventure !{% endtrans %}{% endblock %}
  5. {% block stylesheets %}
  6.     {{ parent() }}
  7.     <link href="https://cdn.jsdelivr.net/npm/daisyui@4.12.10/dist/full.min.css" rel="stylesheet" type="text/css" />
  8. {% endblock %}
  9. {% block main %}
  10.     <section class="max-w-none relative h-max pt-28 overflow-hidden -z-50">
  11.         <div class="w-full h-[70vh] md:top-28 top-24 inset-0 z-0">
  12.             <img src="{{asset('/vitrine/images/heros/franchise.jpg')}}"
  13.                  class="w-full h-full object-cover image-brightness" alt="{% trans %}Equipe Taaka Strasbourg{% endtrans %}">
  14.             <div class="absolute w-full h-full top-0 pt-28 left-0 flex justify-center items-end">
  15.                 <div class="h-full p-4 mb-3 flex justify-center items-center flex-col gap-8">
  16.                     <h3
  17.                             class="animate-text lg:text-5xl md:text-4xl font-openSans text-3xl font-semibold text-center flexcol gap-2">
  18.                     <span class="text-center font-thin tracking-wider">
  19.                         {% trans %} Plongez avec nous {% endtrans %}<br>
  20.                     </span>
  21.                     <span>
  22.                         -
  23.                     </span>
  24.                     {% trans %}DANS L'AVENTURE{% endtrans %}
  25.                 </h3>
  26.             </div>
  27.         </div>
  28.     </div>
  29. </section>
  30. <div class="w-full flexcol gap-0 items-center z-10 relative ">
  31.     <section class="flexcol gap-20 md:mt-0 mt-8">
  32.         <div class="flex gap-6 sm:flex-row flex-col">
  33.             <h2 class="animate-text lg:text-5xl md:text-4xl text-3xl text-center md:text-left flexcol gap-0 flex-1">
  34.                 <span class="text-2xl font-thin tracking-wider ">
  35.                     {% trans %}Rejoignez{% endtrans %}
  36.                 </span>
  37.                 {% trans %}Le premier spa à la bière de France !{% endtrans %}
  38.             </h2>
  39.             <div class="bg-vitrineOrange animateBubble flex justify-around items-center flex-1 p-4">
  40.                 <div class="flexcol gap-0">
  41.                     <span class="font-semibold text-xl flex gap-2 items-center">
  42.                         4,9/5 
  43.                         <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
  44.                             <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
  45.                         </svg>
  46.                     </span>
  47.                     <p class="font-extralight">
  48.                         {% trans %}de satisfaction client{% endtrans %}
  49.                     </p>
  50.                 </div>
  51.                 <div class="flexcol gap-0">
  52.                     <span class="font-semibold text-xl">
  53.                         86%
  54.                     </span>
  55.                     <p class="font-extralight">
  56.                         {% trans %}de taux de remplissage{% endtrans %}
  57.                     </p>
  58.                 </div>
  59.             </div>
  60.         </div>
  61.         <div class="flexcol gap-6">
  62.             <div class="flex gap-6 flex-col md:flex-row">
  63.                 <div class="flex-1 border-in p-10 h-auto">
  64.                     <h4 class="text-xl mb-4">
  65.                         {% trans %}1. Premier SPA à la bière de France !{% endtrans %}
  66.                     </h4>
  67.                     <p>
  68.                         {% trans %}Ouvert en 2022, le Taaka Beer Spa est le premier établissement en son genre en France.{% endtrans %}
  69.                     </p>
  70.                 </div>
  71.                 <div class="flex-1 border-in p-10 h-auto">
  72.                     <h4 class="text-xl mb-4">
  73.                         {% trans %}2. Un concept atypique et novateur{% endtrans %}
  74.                     </h4>
  75.                     <p>
  76.                         {% trans %}Notre concept combine les bienfaits traditionnels des soins spa avec les propriétés naturelles de la bière. Cette expérience unique permet de se détendre tout en savourant des bières artisanales, offrant ainsi un moment de bien-être original.{% endtrans %}
  77.                     </p>
  78.                 </div>
  79.                 <div class="flex-1 border-in p-10 h-auto">
  80.                     <h4 class="text-xl mb-4">
  81.                         {% trans %}3. Un parcours privatif élaboré en 3 étapes{% endtrans %}
  82.                     </h4>
  83.                     <p>
  84.                         {% trans %}Chaque espace permet une bulle privative pour que le client s'y sente bien. Grâce à notre logiciel de réservation sur mesure, tous les espaces sont optimisés pour un meilleur rendement.{% endtrans %}
  85.                     </p>
  86.                 </div>
  87.             </div>
  88.             <div class="flex gap-6 flex-col md:flex-row">
  89.                 <div class="flex-1 border-in p-10 h-auto">
  90.                     <h4 class="text-xl mb-4">
  91.                         {% trans %}4. Des ingrédients naturels aux propriétés bénéfiques{% endtrans %}
  92.                     </h4>
  93.                     <p>
  94.                         {% trans %}Houblon, Malt et Levure de bière. Notre recette secrète, testée et approuvée, ravira vos clients.{% endtrans %}
  95.                     </p>
  96.                 </div>
  97.                 <div class="flex-1 border-in p-10 h-auto">
  98.                     <h4 class="text-xl mb-4">
  99.                         {% trans %}5. Des valeurs locales pour partager un moment convivial{% endtrans %}
  100.                     </h4>
  101.                     <p>
  102.                         {% trans %}Des planchettes de dégustation, aux bières artisanales proposées, faites découvrir des produits en circuit court qui sont gages de qualité.{% endtrans %}
  103.                     </p>
  104.                 </div>
  105.                 <div class="flex-1 border-in p-10 h-auto">
  106.                     <h4 class="text-xl mb-4">
  107.                         {% trans %}6. Une équipe chaleureuse et attentive{% endtrans %}
  108.                     </h4>
  109.                     <p>
  110.                         {% trans %}Construisons ensemble une bulle de bien-être dans votre ville, pour le plaisir des passionnés de détente et de convivialité.{% endtrans %}
  111.                     </p>
  112.                 </div>
  113.             </div>
  114.         </div>
  115.     </section>
  116.     <section class="relative h-[700px] overflow-hidden">
  117.         <img src="{{asset('/vitrine/images/global/franchise/franchise.jpg')}}"
  118.             class="w-full h-full object-cover image-brightness" alt="{% trans %}Personnes dans un bain{% endtrans %}">
  119.         <div class="absolute w-full h-full flex justify-center items-center top-0 left-0">
  120.             <img src="{{asset('/vitrine/logo/logo-k-white.png')}}" class="w-28 h-auto" alt="Logo K">
  121.         </div>
  122.     </section>
  123.     <section>
  124.         <ul class="timeline timeline-vertical ">
  125.             <li class="not-animate middle-target">
  126.                 <div class="timeline-middle p-2">
  127.                     <svg class="w-10 h-10" width="27" height="28" viewBox="0 0 27 28" fill="none"
  128.                         xmlns="http://www.w3.org/2000/svg">
  129.                         <path
  130.                             d="M0.228782 15.6781C1.02103 22.237 7.59757 27.6767 14.7366 26.9698C18.2767 26.6429 21.7844 24.8788 24.0934 21.9719C26.3641 18.9826 27.3861 15.1126 26.8678 11.3546C26.1727 7.62603 23.9756 4.25382 20.8802 2.15982C17.7702 0.11293 13.8825 -0.455483 10.422 0.354436C3.42722 1.96544 -1.09065 9.20464 0.228782 15.6781ZM13.1786 22.5226C13.1963 22.4961 13.2346 22.4461 13.2552 22.4431C17.9439 21.6833 21.4104 16.8738 20.677 12.2028C20.6652 12.138 20.677 12.0673 20.7448 12.0556C20.7889 12.0497 20.8184 12.0879 20.8449 12.1086L20.9009 12.1675C21.8374 13.213 22.3234 14.6709 22.2321 16.0639C22.2232 17.5335 21.6784 18.9089 20.8567 20.1282C19.9849 21.3092 18.8098 22.2694 17.4609 22.7347C16.1238 23.2678 14.61 23.2648 13.2965 22.6876L13.2258 22.6758C13.2022 22.6552 13.161 22.5492 13.1786 22.5226Z"
  131.                             fill="#FFFFFF" />
  132.                     </svg>
  133.                 </div>
  134.                 <div class="timeline-end my-10 timeline-box border-none bg-transparent w-full">
  135.                     <div class="flex justify-between md:gap-8 gap-2 sm:flex-row flex-col flex-1 mb-10">
  136.                         <h4 class=" md:text-2xl font-semibold text-3xl sm:w-1/3 text-center sm:text-left flexcol gap-0">
  137.                             {% trans %}Août 2021{% endtrans %}
  138.                             <span class="md:text-5xl text-4xl font-thin tracking-wider text-vitrineWhiteOpacity">
  139.                                 {% trans %}Création de la société{% endtrans %}
  140.                             </span>
  141.                         </h4>
  142.                         <p class="text-center sm:text-left text-white text-wrap max-w-96 w-full md:pt-8">
  143.                             {% trans %}Création juridique de la SAS <b>Taaka Beer Spa.</b>{% endtrans %}
  144.                         </p>
  145.                     </div>
  146.                 </div>
  147.                 <hr class="bg-white" />
  148.             </li>
  149.             <li class="not-animate middle-target">
  150.                 <hr class="bg-white" />
  151.                 <div class="timeline-middle p-2">
  152.                     <svg class="w-10 h-10" width="27" height="28" viewBox="0 0 27 28" fill="none"
  153.                         xmlns="http://www.w3.org/2000/svg">
  154.                         <path
  155.                             d="M0.228782 15.6781C1.02103 22.237 7.59757 27.6767 14.7366 26.9698C18.2767 26.6429 21.7844 24.8788 24.0934 21.9719C26.3641 18.9826 27.3861 15.1126 26.8678 11.3546C26.1727 7.62603 23.9756 4.25382 20.8802 2.15982C17.7702 0.11293 13.8825 -0.455483 10.422 0.354436C3.42722 1.96544 -1.09065 9.20464 0.228782 15.6781ZM13.1786 22.5226C13.1963 22.4961 13.2346 22.4461 13.2552 22.4431C17.9439 21.6833 21.4104 16.8738 20.677 12.2028C20.6652 12.138 20.677 12.0673 20.7448 12.0556C20.7889 12.0497 20.8184 12.0879 20.8449 12.1086L20.9009 12.1675C21.8374 13.213 22.3234 14.6709 22.2321 16.0639C22.2232 17.5335 21.6784 18.9089 20.8567 20.1282C19.9849 21.3092 18.8098 22.2694 17.4609 22.7347C16.1238 23.2678 14.61 23.2648 13.2965 22.6876L13.2258 22.6758C13.2022 22.6552 13.161 22.5492 13.1786 22.5226Z"
  156.                             fill="#FFFFFF" />
  157.                     </svg>
  158.                 </div>
  159.                 <div class="timeline-end my-10 timeline-box border-none bg-transparent w-full">
  160.                     <div class="flex justify-between md:gap-8 gap-2 flex-1 sm:flex-row flex-col mb-10">
  161.                         <h4 class=" md:text-2xl font-semibold text-3xl sm:w-1/3 text-center sm:text-left flexcol gap-0">
  162.                             {% trans %}Décembre 2021{% endtrans %}
  163.                             <span class="md:text-5xl text-4xl font-thin tracking-wider text-vitrineWhiteOpacity">
  164.                                 {% trans %}Campagne de Crowdfunding{% endtrans %}
  165.                             </span>
  166.                         </h4>
  167.                         <p class="text-center sm:text-left text-white text-wrap max-w-96 w-full md:pt-8 pt-4">
  168.                             {% trans %}Campagne réalisée avec un objectif de 3000€ qui se termine à 35 400€ soit 1180% de
  169.                             l'objectif. Cette campagne débouche sur une quarantaines d'articles web et presse, dont des
  170.                             interviews à la radio et TV.{% endtrans %}
  171.                         </p>
  172.                     </div>
  173.                 </div>
  174.                 <hr class="bg-white" />
  175.             </li>
  176.             <li class="not-animate middle-target">
  177.                 <hr class="bg-white" />
  178.                 <div class="timeline-middle p-2">
  179.                     <svg class="w-10 h-10" width="27" height="28" viewBox="0 0 27 28" fill="none"
  180.                         xmlns="http://www.w3.org/2000/svg">
  181.                         <path
  182.                             d="M0.228782 15.6781C1.02103 22.237 7.59757 27.6767 14.7366 26.9698C18.2767 26.6429 21.7844 24.8788 24.0934 21.9719C26.3641 18.9826 27.3861 15.1126 26.8678 11.3546C26.1727 7.62603 23.9756 4.25382 20.8802 2.15982C17.7702 0.11293 13.8825 -0.455483 10.422 0.354436C3.42722 1.96544 -1.09065 9.20464 0.228782 15.6781ZM13.1786 22.5226C13.1963 22.4961 13.2346 22.4461 13.2552 22.4431C17.9439 21.6833 21.4104 16.8738 20.677 12.2028C20.6652 12.138 20.677 12.0673 20.7448 12.0556C20.7889 12.0497 20.8184 12.0879 20.8449 12.1086L20.9009 12.1675C21.8374 13.213 22.3234 14.6709 22.2321 16.0639C22.2232 17.5335 21.6784 18.9089 20.8567 20.1282C19.9849 21.3092 18.8098 22.2694 17.4609 22.7347C16.1238 23.2678 14.61 23.2648 13.2965 22.6876L13.2258 22.6758C13.2022 22.6552 13.161 22.5492 13.1786 22.5226Z"
  183.                             fill="#FFFFFF" />
  184.                     </svg>
  185.                 </div>
  186.                 <div class="timeline-end my-10 timeline-box border-none bg-transparent w-full">
  187.                     <div class="flex justify-between md:gap-8 gap-2 flex-1 sm:flex-row flex-col mb-10">
  188.                         <h4 class=" md:text-2xl font-semibold text-3xl sm:w-1/3 text-center sm:text-left flexcol gap-0">
  189.                             {% trans %}Février 2022{% endtrans %}
  190.                             <span class="md:text-5xl text-4xl font-thin tracking-wider text-vitrineWhiteOpacity">
  191.                                {% trans %} Ouverture du Taaka Beer Spa{% endtrans %}
  192.                             </span>
  193.                         </h4>
  194.                         <p class="text-center sm:text-left text-white text-wrap max-w-96 w-full md:pt-8">
  195.                             {% trans %}Après plusieurs mois de travaux, le spa ouvre ses portes le 10 février 2022.{% endtrans %}
  196.                         </p>
  197.                     </div>
  198.                 </div>
  199.                 <hr class="bg-white" />
  200.             </li>
  201.             <li class="not-animate middle-target">
  202.                 <hr class="bg-white" />
  203.                 <div class="timeline-middle p-2">
  204.                     <svg class="w-10 h-10" width="27" height="28" viewBox="0 0 27 28" fill="none"
  205.                         xmlns="http://www.w3.org/2000/svg">
  206.                         <path
  207.                             d="M0.228782 15.6781C1.02103 22.237 7.59757 27.6767 14.7366 26.9698C18.2767 26.6429 21.7844 24.8788 24.0934 21.9719C26.3641 18.9826 27.3861 15.1126 26.8678 11.3546C26.1727 7.62603 23.9756 4.25382 20.8802 2.15982C17.7702 0.11293 13.8825 -0.455483 10.422 0.354436C3.42722 1.96544 -1.09065 9.20464 0.228782 15.6781ZM13.1786 22.5226C13.1963 22.4961 13.2346 22.4461 13.2552 22.4431C17.9439 21.6833 21.4104 16.8738 20.677 12.2028C20.6652 12.138 20.677 12.0673 20.7448 12.0556C20.7889 12.0497 20.8184 12.0879 20.8449 12.1086L20.9009 12.1675C21.8374 13.213 22.3234 14.6709 22.2321 16.0639C22.2232 17.5335 21.6784 18.9089 20.8567 20.1282C19.9849 21.3092 18.8098 22.2694 17.4609 22.7347C16.1238 23.2678 14.61 23.2648 13.2965 22.6876L13.2258 22.6758C13.2022 22.6552 13.161 22.5492 13.1786 22.5226Z"
  208.                             fill="#FFFFFF" />
  209.                     </svg>
  210.                 </div>
  211.                 <div class="timeline-end my-10 timeline-box border-none bg-transparent w-full">
  212.                     <div class="flex justify-between md:gap-8 gap-2 flex-1 sm:flex-row flex-col mb-10">
  213.                         <h4 class=" md:text-2xl font-semibold text-3xl sm:w-1/3 text-center sm:text-left flexcol gap-0">
  214.                             {% trans %}Juillet 2022{% endtrans %}
  215.                             <span class="md:text-5xl text-4xl font-thin tracking-wider text-vitrineWhiteOpacity">
  216.                                {% trans %} Prix Commerce Design{% endtrans %}
  217.                             </span>
  218.                         </h4>
  219.                         <p class="text-center sm:text-left text-white text-wrap max-w-96 w-full md:pt-8">
  220.                             {% trans %}Le Taaka Beer Spa remporte le prix commerce design de l'Eurométropole de Strasbourg pour les
  221.                             rénovations réalisées au sein de son établissement.{% endtrans %}
  222.                         </p>
  223.                     </div>
  224.                 </div>
  225.                 <hr class="bg-white" />
  226.             </li>
  227.             <li class="not-animate middle-target">
  228.                 <hr class="bg-white" />
  229.                 <div class="timeline-middle p-2">
  230.                     <svg class="w-10 h-10" width="27" height="28" viewBox="0 0 27 28" fill="none"
  231.                         xmlns="http://www.w3.org/2000/svg">
  232.                         <path
  233.                             d="M0.228782 15.6781C1.02103 22.237 7.59757 27.6767 14.7366 26.9698C18.2767 26.6429 21.7844 24.8788 24.0934 21.9719C26.3641 18.9826 27.3861 15.1126 26.8678 11.3546C26.1727 7.62603 23.9756 4.25382 20.8802 2.15982C17.7702 0.11293 13.8825 -0.455483 10.422 0.354436C3.42722 1.96544 -1.09065 9.20464 0.228782 15.6781ZM13.1786 22.5226C13.1963 22.4961 13.2346 22.4461 13.2552 22.4431C17.9439 21.6833 21.4104 16.8738 20.677 12.2028C20.6652 12.138 20.677 12.0673 20.7448 12.0556C20.7889 12.0497 20.8184 12.0879 20.8449 12.1086L20.9009 12.1675C21.8374 13.213 22.3234 14.6709 22.2321 16.0639C22.2232 17.5335 21.6784 18.9089 20.8567 20.1282C19.9849 21.3092 18.8098 22.2694 17.4609 22.7347C16.1238 23.2678 14.61 23.2648 13.2965 22.6876L13.2258 22.6758C13.2022 22.6552 13.161 22.5492 13.1786 22.5226Z"
  234.                             fill="#FFFFFF" />
  235.                     </svg>
  236.                 </div>
  237.                 <div class="timeline-end my-10 timeline-box border-none bg-transparent w-full">
  238.                     <div class="flex justify-between md:gap-8 gap-2 flex-1 sm:flex-row flex-col mb-10">
  239.                         <h4 class=" md:text-2xl font-semibold text-3xl sm:w-1/3 text-center sm:text-left flexcol gap-0">
  240.                             {% trans %}Octobre 2022{% endtrans %}
  241.                             <span class="md:text-5xl text-4xl font-thin tracking-wider text-vitrineWhiteOpacity">
  242.                                 {% trans %}Constitution de l'équipe{% endtrans %}
  243.                             </span>
  244.                         </h4>
  245.                         <p class="text-center sm:text-left text-white text-wrap max-w-96 w-full md:pt-8">
  246.                             {% trans %}Après la fin de contrat des stagiaires, Naomie et
  247.                             Paul décident de constituer l'équipe Taaka en recrutant deux CDD.{% endtrans %}
  248.                         </p>
  249.                     </div>
  250.                 </div>
  251.                 <hr class="bg-white" />
  252.             </li>
  253.             <li class="not-animate middle-target">
  254.                 <hr class="bg-white" />
  255.                 <div class="timeline-middle p-2">
  256.                     <svg class="w-10 h-10" width="27" height="28" viewBox="0 0 27 28" fill="none"
  257.                         xmlns="http://www.w3.org/2000/svg">
  258.                         <path
  259.                             d="M0.228782 15.6781C1.02103 22.237 7.59757 27.6767 14.7366 26.9698C18.2767 26.6429 21.7844 24.8788 24.0934 21.9719C26.3641 18.9826 27.3861 15.1126 26.8678 11.3546C26.1727 7.62603 23.9756 4.25382 20.8802 2.15982C17.7702 0.11293 13.8825 -0.455483 10.422 0.354436C3.42722 1.96544 -1.09065 9.20464 0.228782 15.6781ZM13.1786 22.5226C13.1963 22.4961 13.2346 22.4461 13.2552 22.4431C17.9439 21.6833 21.4104 16.8738 20.677 12.2028C20.6652 12.138 20.677 12.0673 20.7448 12.0556C20.7889 12.0497 20.8184 12.0879 20.8449 12.1086L20.9009 12.1675C21.8374 13.213 22.3234 14.6709 22.2321 16.0639C22.2232 17.5335 21.6784 18.9089 20.8567 20.1282C19.9849 21.3092 18.8098 22.2694 17.4609 22.7347C16.1238 23.2678 14.61 23.2648 13.2965 22.6876L13.2258 22.6758C13.2022 22.6552 13.161 22.5492 13.1786 22.5226Z"
  260.                             fill="#FFFFFF" />
  261.                     </svg>
  262.                 </div>
  263.                 <div class="timeline-end my-10 timeline-box border-none bg-transparent w-full">
  264.                     <div class="flex justify-between md:gap-8 gap-2 flex-1 sm:flex-row flex-col mb-10">
  265.                         <h4 class=" md:text-2xl font-semibold text-3xl sm:w-1/3 text-center sm:text-left flexcol gap-0">
  266.                             {% trans %}Novembre 2022{% endtrans %}
  267.                             <span class="md:text-5xl text-4xl font-thin tracking-wider text-vitrineWhiteOpacity">
  268.                                 {% trans %}Reportage 50min Inside{% endtrans %}
  269.                             </span>
  270.                         </h4>
  271.                         <p class="text-center sm:text-left text-white text-wrap max-w-96 w-full md:pt-8">
  272.                            {% trans %} Après plusieurs mois de travaux, le spa ouvre ses portes le 10 février 2022.{% endtrans %}
  273.                         </p>
  274.                     </div>
  275.                 </div>
  276.                 <hr class="bg-white" />
  277.             </li>
  278.             <li class="not-animate middle-target">
  279.                 <hr class="bg-white" />
  280.                 <div class="timeline-middle p-2">
  281.                     <svg class="w-10 h-10" width="27" height="28" viewBox="0 0 27 28" fill="none"
  282.                         xmlns="http://www.w3.org/2000/svg">
  283.                         <path
  284.                             d="M0.228782 15.6781C1.02103 22.237 7.59757 27.6767 14.7366 26.9698C18.2767 26.6429 21.7844 24.8788 24.0934 21.9719C26.3641 18.9826 27.3861 15.1126 26.8678 11.3546C26.1727 7.62603 23.9756 4.25382 20.8802 2.15982C17.7702 0.11293 13.8825 -0.455483 10.422 0.354436C3.42722 1.96544 -1.09065 9.20464 0.228782 15.6781ZM13.1786 22.5226C13.1963 22.4961 13.2346 22.4461 13.2552 22.4431C17.9439 21.6833 21.4104 16.8738 20.677 12.2028C20.6652 12.138 20.677 12.0673 20.7448 12.0556C20.7889 12.0497 20.8184 12.0879 20.8449 12.1086L20.9009 12.1675C21.8374 13.213 22.3234 14.6709 22.2321 16.0639C22.2232 17.5335 21.6784 18.9089 20.8567 20.1282C19.9849 21.3092 18.8098 22.2694 17.4609 22.7347C16.1238 23.2678 14.61 23.2648 13.2965 22.6876L13.2258 22.6758C13.2022 22.6552 13.161 22.5492 13.1786 22.5226Z"
  285.                             fill="#FFFFFF" />
  286.                     </svg>
  287.                 </div>
  288.                 <div class="timeline-end my-10 timeline-box border-none bg-transparent w-full">
  289.                     <div class="flex justify-between md:gap-8 gap-2 flex-1 sm:flex-row flex-col mb-10">
  290.                         <h4 class=" md:text-2xl font-semibold text-3xl sm:w-1/3 text-center sm:text-left flexcol gap-0">
  291.                             {% trans %}Mars 2023{% endtrans %}
  292.                             <span class="md:text-5xl text-4xl font-thin tracking-wider text-vitrineWhiteOpacity">
  293.                                 {% trans %}Kick off Franchise{% endtrans %}
  294.                             </span>
  295.                         </h4>
  296.                         <p class="text-center sm:text-left text-white text-wrap max-w-96 w-full md:pt-8">
  297.                             {% trans %}Naomie et Paul décident de se faire accompagner dans la création un réseau de franchise par
  298.                             le cabinet spécialisé Franchise Management. Ils entament une première étape décisive: Un
  299.                             audit pour évaluer si Taaka Beer Spa est prêt pour se lancer en réseau.{% endtrans %}
  300.                         </p>
  301.                     </div>
  302.                 </div>
  303.                 <hr class="bg-white" />
  304.             </li>
  305.             <li class="not-animate middle-target">
  306.                 <hr class="bg-white" />
  307.                 <div class="timeline-middle p-2">
  308.                     <svg class="w-10 h-10" width="27" height="28" viewBox="0 0 27 28" fill="none"
  309.                         xmlns="http://www.w3.org/2000/svg">
  310.                         <path
  311.                             d="M0.228782 15.6781C1.02103 22.237 7.59757 27.6767 14.7366 26.9698C18.2767 26.6429 21.7844 24.8788 24.0934 21.9719C26.3641 18.9826 27.3861 15.1126 26.8678 11.3546C26.1727 7.62603 23.9756 4.25382 20.8802 2.15982C17.7702 0.11293 13.8825 -0.455483 10.422 0.354436C3.42722 1.96544 -1.09065 9.20464 0.228782 15.6781ZM13.1786 22.5226C13.1963 22.4961 13.2346 22.4461 13.2552 22.4431C17.9439 21.6833 21.4104 16.8738 20.677 12.2028C20.6652 12.138 20.677 12.0673 20.7448 12.0556C20.7889 12.0497 20.8184 12.0879 20.8449 12.1086L20.9009 12.1675C21.8374 13.213 22.3234 14.6709 22.2321 16.0639C22.2232 17.5335 21.6784 18.9089 20.8567 20.1282C19.9849 21.3092 18.8098 22.2694 17.4609 22.7347C16.1238 23.2678 14.61 23.2648 13.2965 22.6876L13.2258 22.6758C13.2022 22.6552 13.161 22.5492 13.1786 22.5226Z"
  312.                             fill="#FFFFFF" />
  313.                     </svg>
  314.                 </div>
  315.                 <div class="timeline-end my-10 timeline-box border-none bg-transparent w-full">
  316.                     <div class="flex justify-between md:gap-8 gap-2 flex-1 sm:flex-row flex-col mb-10">
  317.                         <h4 class=" md:text-2xl font-semibold text-3xl sm:w-1/3 text-center sm:text-left flexcol gap-0">
  318.                             {% trans %}Avril 2023{% endtrans %}
  319.                             <span class="md:text-5xl text-4xl font-thin tracking-wider text-vitrineWhiteOpacity">
  320.                                {% trans %} Premiers CDI{% endtrans %}
  321.                             </span>
  322.                         </h4>
  323.                         <p class="text-center sm:text-left text-white text-wrap max-w-96 w-full md:pt-8">
  324.                             {% trans %}Après 6 mois de CDD, Adylene Schmidt et Lucas Schmidt signent leur CDI au Taaka Beer Spa.{% endtrans %}
  325.                         </p>
  326.                     </div>
  327.                 </div>
  328.                 <hr class="bg-white" />
  329.             </li>
  330.             <li class="not-animate middle-target">
  331.                 <hr class="bg-white" />
  332.                 <div class="timeline-middle p-2">
  333.                     <svg class="w-10 h-10" width="27" height="28" viewBox="0 0 27 28" fill="none"
  334.                         xmlns="http://www.w3.org/2000/svg">
  335.                         <path
  336.                             d="M0.228782 15.6781C1.02103 22.237 7.59757 27.6767 14.7366 26.9698C18.2767 26.6429 21.7844 24.8788 24.0934 21.9719C26.3641 18.9826 27.3861 15.1126 26.8678 11.3546C26.1727 7.62603 23.9756 4.25382 20.8802 2.15982C17.7702 0.11293 13.8825 -0.455483 10.422 0.354436C3.42722 1.96544 -1.09065 9.20464 0.228782 15.6781ZM13.1786 22.5226C13.1963 22.4961 13.2346 22.4461 13.2552 22.4431C17.9439 21.6833 21.4104 16.8738 20.677 12.2028C20.6652 12.138 20.677 12.0673 20.7448 12.0556C20.7889 12.0497 20.8184 12.0879 20.8449 12.1086L20.9009 12.1675C21.8374 13.213 22.3234 14.6709 22.2321 16.0639C22.2232 17.5335 21.6784 18.9089 20.8567 20.1282C19.9849 21.3092 18.8098 22.2694 17.4609 22.7347C16.1238 23.2678 14.61 23.2648 13.2965 22.6876L13.2258 22.6758C13.2022 22.6552 13.161 22.5492 13.1786 22.5226Z"
  337.                             fill="#FFFFFF" />
  338.                     </svg>
  339.                 </div>
  340.                 <div class="timeline-end my-10 timeline-box border-none bg-transparent w-full">
  341.                     <div class="flex justify-between md:gap-8 gap-2 flex-1 sm:flex-row flex-col mb-10">
  342.                         <h4 class=" md:text-2xl font-semibold text-3xl sm:w-1/3 text-center sm:text-left flexcol gap-0">
  343.                             {% trans %}Novembre 2023{% endtrans %}
  344.                             <span class="md:text-5xl text-4xl font-thin tracking-wider text-vitrineWhiteOpacity">
  345.                                 {% trans %}Création de Taaka Development{% endtrans %}
  346.                             </span>
  347.                         </h4>
  348.                         <p class="text-center sm:text-left text-white text-wrap max-w-96 w-full md:pt-8">
  349.                             {% trans %}Création juridique de la société encadrant la nouvelle activité de franchiseur.{% endtrans %}
  350.                         </p>
  351.                     </div>
  352.                 </div>
  353.                 <hr class="bg-white" />
  354.             </li>
  355.             <li class="not-animate middle-target">
  356.                 <hr class="bg-white" />
  357.                 <div class="timeline-middle p-2">
  358.                     <svg class="w-10 h-10" width="27" height="28" viewBox="0 0 27 28" fill="none"
  359.                         xmlns="http://www.w3.org/2000/svg">
  360.                         <path
  361.                             d="M0.228782 15.6781C1.02103 22.237 7.59757 27.6767 14.7366 26.9698C18.2767 26.6429 21.7844 24.8788 24.0934 21.9719C26.3641 18.9826 27.3861 15.1126 26.8678 11.3546C26.1727 7.62603 23.9756 4.25382 20.8802 2.15982C17.7702 0.11293 13.8825 -0.455483 10.422 0.354436C3.42722 1.96544 -1.09065 9.20464 0.228782 15.6781ZM13.1786 22.5226C13.1963 22.4961 13.2346 22.4461 13.2552 22.4431C17.9439 21.6833 21.4104 16.8738 20.677 12.2028C20.6652 12.138 20.677 12.0673 20.7448 12.0556C20.7889 12.0497 20.8184 12.0879 20.8449 12.1086L20.9009 12.1675C21.8374 13.213 22.3234 14.6709 22.2321 16.0639C22.2232 17.5335 21.6784 18.9089 20.8567 20.1282C19.9849 21.3092 18.8098 22.2694 17.4609 22.7347C16.1238 23.2678 14.61 23.2648 13.2965 22.6876L13.2258 22.6758C13.2022 22.6552 13.161 22.5492 13.1786 22.5226Z"
  362.                             fill="#FFFFFF" />
  363.                     </svg>
  364.                 </div>
  365.                 <div class="timeline-end my-10 timeline-box border-none bg-transparent w-full">
  366.                     <div class="flex justify-between md:gap-8 gap-2 flex-1 sm:flex-row flex-col mb-10">
  367.                         <h4 class=" md:text-2xl font-semibold text-3xl sm:w-1/3 text-center sm:text-left flexcol gap-0">
  368.                             {% trans %}Septembre 2024{% endtrans %}
  369.                             <span class="md:text-5xl text-4xl font-thin tracking-wider text-vitrineWhiteOpacity">
  370.                                {% trans %}Refonte de la charte{% endtrans %}
  371.                             </span>
  372.                         </h4>
  373.                         <p class="text-center sm:text-left text-white text-wrap max-w-96 w-full md:pt-8">
  374.                             {% trans %}Taaka Beer Spa fait peau neuve pour son lancement en réseau de franchise ET REFONT COMPLETEMENT SA CHARTE GRAPHIQUE.{% endtrans %}
  375.                         </p>
  376.                     </div>
  377.                 </div>
  378.             </li>
  379.         </ul>
  380.     </section>
  381.     <section class="flexcol gap-8">
  382.         <h2 class="animate-text md:text-2xl font-semibold text-3xl sm:text-left flexcol gap-0">
  383.             {% trans %}Chiffres{% endtrans %}
  384.             <span class="md:text-5xl text-4xl font-thin tracking-wider">
  385.                 {% trans %}Quelques Chiffres{% endtrans %}
  386.             </span>
  387.         </h2>
  388.         <div class="bg-vitrineOrange animateBubble flex justify-around items-center flex-1">
  389.             <div class="flexcol p-8 w-full">
  390.                 <h3 class="md:text-3xl text-2xl md:mb-0 mb-8 text-center font-thin text-vitrineWhiteOpacity">
  391.                     {% trans %}Une franchise innovante : <b>Le spa à la bière qui fait mousse !</b>{% endtrans %}
  392.                 </h3>
  393.                 <div class="flexcol w-full sm:p-6 p-0 md:gap-16 gap-8">
  394.                     <div class="flex md:gap-6 gap-4 md:justify-between flex-wrap justify-center">
  395.                         <div class="flexcol gap-0 sm:text-left text-center">
  396.                             <span class="font-semibold text-2xl">
  397.                                 305 000+
  398.                             </span>
  399.                             <p class="font-extralight xl">
  400.                                 {% trans %}De chiffre d'affaires atteignable <br> la 1ère année{% endtrans %}
  401.                             </p>
  402.                         </div>
  403.                         <div class="flexcol gap-0 sm:text-left text-center">
  404.                             <span class="font-semibold text-2xl">
  405.                                 400 000+
  406.                             </span>
  407.                             <p class="font-extralight xl">
  408.                                 {% trans %}De chiffre d'affaires réalisable <br> dès la 2ème année{% endtrans %}
  409.                             </p>
  410.                         </div>
  411.                         <div class="flexcol gap-0 sm:text-left text-center">
  412.                             <span class="font-semibold text-2xl">
  413.                                 83%
  414.                             </span>
  415.                             <p class="font-extralight xl">
  416.                                 {% trans %}De marge brute{% endtrans %}
  417.                             </p>
  418.                         </div>
  419.                         <div class="flexcol gap-0 sm:text-left text-center">
  420.                             <span class="font-semibold text-2xl">
  421.                                 23,85%
  422.                             </span>
  423.                             <p class="font-extralight xl">
  424.                                 {% trans %}De Ratio Brut d'Exploitation{% endtrans %}
  425.                             </p>
  426.                         </div>
  427.                     </div>
  428.                     <div class="flex md:gap-6 gap-4 md:justify-between flex-wrap justify-center">
  429.                         <div class="flexcol gap-0 sm:text-left text-center">
  430.                             <span class="font-semibold text-2xl">
  431.                                 21%
  432.                             </span>
  433.                             <p class="font-extralight xl">
  434.                                 {% trans %}De clients reviennent <br> ou achètent un bon cadeau{% endtrans %}
  435.                             </p>
  436.                         </div>
  437.                         <div class="flexcol gap-0 sm:text-left text-center">
  438.                             <span class="font-semibold text-2xl">
  439.                                 23488+
  440.                             </span>
  441.                             <p class="font-extralight xl">
  442.                                 {% trans %}Participants depuis l'ouverture{% endtrans %}
  443.                             </p>
  444.                         </div>
  445.                         <div class="flexcol gap-0 sm:text-left text-center">
  446.                             <span class="font-semibold text-2xl">
  447.                                 12855+
  448.                             </span>
  449.                             <p class="font-extralight xl">
  450.                                 {% trans %}Baignoires remplies{% endtrans %}
  451.                             </p>
  452.                         </div>
  453.                         <div class="flexcol gap-0 sm:text-left text-center">
  454.                             <span class="font-semibold text-2xl">
  455.                                 6161+
  456.                             </span>
  457.                             <p class="font-extralight xl">
  458.                                 {% trans %}Planchettes servies{% endtrans %}
  459.                             </p>
  460.                         </div>
  461.                     </div>
  462.                 </div>
  463.             </div>
  464.         </div>
  465.     </section>
  466.     <section class="flexcol gap-12">
  467.         <h2 class="animate-text md:text-2xl font-semibold text-3xl sm:text-left flexcol gap-0">
  468.             {% trans %}Nous rejoindre{% endtrans %}
  469.             <span class="md:text-5xl text-4xl font-thin tracking-wider">
  470.                 {% trans %}Conditions d'accès{% endtrans %}
  471.             </span>
  472.         </h2>
  473.         <div class="flexcol gap-12 items-center">
  474.             <div class="md:w-5/6 flex flex-col items-center">
  475.                 <hr class="border border-white horizontal-hr">
  476.                 <div class="flex gap-6 md:justify-between flex-wrap justify-center p-6 md:w-5/6">
  477.                     <div class="flexcol gap-0 sm:text-left text-center">
  478.                         <span class="font-semibold text-2xl text-center">
  479.                             300 000€
  480.                         </span>
  481.                         <p class="font-extralight xl">
  482.                             {% trans %}Investissement global{% endtrans %}
  483.                         </p>
  484.                     </div>
  485.                     <div class="flexcol gap-0 sm:text-left text-center">
  486.                         <span class="font-semibold text-2xl text-center">
  487.                             20 000€
  488.                         </span>
  489.                         <p class="font-extralight xl">
  490.                             {% trans %}Droit d'entrée{% endtrans %}
  491.                         </p>
  492.                     </div>
  493.                     <div class="flexcol gap-0 sm:text-left text-center">
  494.                         <span class="font-semibold text-2xl text-center">
  495.                             60 000€
  496.                         </span>
  497.                         <p class="font-extralight xl">
  498.                             {% trans %}Apport minimum{% endtrans %}
  499.                         </p>
  500.                     </div>
  501.                     <div class="flexcol gap-0 sm:text-left text-center">
  502.                         <span class="font-semibold text-2xl text-center">
  503.                             120m²
  504.                         </span>
  505.                         <p class="font-extralight xl">
  506.                             {% trans %}Minimum pour les locaux{% endtrans %}
  507.                         </p>
  508.                     </div>
  509.                 </div>
  510.                 <hr class="border border-white horizontal-hr">
  511.             </div>
  512.             <div class="md:w-5/6 flex flex-col items-center">
  513.                 <hr class="border border-white horizontal-hr">
  514.                 <div class="flex gap-6 md:justify-around flex-wrap justify-center p-6 md:w-5/6">
  515.                     <div class="flexcol gap-0 sm:text-left text-center">
  516.                         <span class="font-semibold text-2xl text-center">
  517.                             6%
  518.                         </span>
  519.                         <p class="font-extralight xl">
  520.                             {% trans %}Redevance de marque{% endtrans %}
  521.                         </p>
  522.                     </div>
  523.                     <div class="flexcol gap-0 sm:text-left text-center">
  524.                         <span class="font-semibold text-2xl text-center">
  525.                             2%
  526.                         </span>
  527.                         <p class="font-extralight xl">
  528.                             {% trans %}Redevance de communication{% endtrans %}
  529.                         </p>
  530.                     </div>
  531.                     <div class="flexcol gap-0 sm:text-left text-center">
  532.                         <span class="font-semibold text-2xl text-center">
  533.                             7 ans
  534.                         </span>
  535.                         <p class="font-extralight xl">
  536.                             {% trans %}Durée du contrat{% endtrans %}
  537.                         </p>
  538.                     </div>
  539.                 </div>
  540.                 <hr class="border border-white horizontal-hr">
  541.             </div>
  542.         </div>
  543.     </section>
  544.     <section  class="flexcol gap-12">
  545.         <h2 class="animate-text md:text-2xl font-semibold text-3xl sm:text-left flexcol gap-0">
  546.             {% trans %}Processus{% endtrans %}
  547.             <span class="md:text-5xl text-4xl font-thin tracking-wider">
  548.                 {% trans %}Notre offre{% endtrans %}
  549.             </span>
  550.         </h2>
  551.         <div id="processus-container">
  552.             <div id="processus" class="h-[calc(100vh-96px)]">
  553.                 <div id="processus-svg-container" class="h-2/4">
  554.                     {{ svg.illustration('processus') }}
  555.                 </div>
  556.                 <div class="flex justify-center h-2/3">
  557.                     <div class="flex justify-start -mt-20 gap-4 w-full max-w-[950px]">
  558.                         <div id="concassage" class="flexcol gap-2 flex-1 md:max-w-60 w-full">
  559.                             <div class="flexcol gap-2 w-max">
  560.                             <span class="text-2xl font-poppins">
  561.                                 O1
  562.                             </span>
  563.                                 <hr class="border-t-2 border-vitrineOrange ">
  564.                             </div>
  565.     
  566.                             <h3 class="text-vitrineOrange font-bold text-2xl">
  567.                                 {% trans %}Concassage{% endtrans %}
  568.                             </h3>
  569.                             <div class="border p-6 flexcol gap-2 items-center max-h-64 h-full overflow-y-scroll no-scrollbar">
  570.                                 <p class="text-center not-animate">
  571.                                     {% trans %}Prise d'informations sur notre site internet via le formulaire{% endtrans %}
  572.                                 </p>
  573.                                 <hr class="w-16 border-t border-vitrineWhiteOpacity">
  574.                                 <p class="text-center not-animate">
  575.                                     {% trans %}On se recontacte en visio ou par téléphone{% endtrans %}
  576.                                 </p>
  577.                             </div>
  578.                         </div>
  579.                         <div id="empatage" class="flexcol gap-2 flex-1 hidden md:max-w-60 w-full">
  580.                             <div class="flexcol gap-2 w-max">
  581.                             <span class="text-2xl font-poppins">
  582.                                 O2
  583.                             </span>
  584.                                 <hr class="border-t-2 border-vitrineOrange ">
  585.                             </div>
  586.     
  587.                             <h3 class="text-vitrineOrange font-bold text-2xl">
  588.                                 {% trans %}Empatage{% endtrans %}
  589.                             </h3>
  590.                             <div class="border p-6 flexcol gap-2 items-center max-h-64 h-full overflow-y-scroll no-scrollbar">
  591.                                 <p class="text-center not-animate">
  592.                                     {% trans %}Première rencontre{% endtrans %}
  593.                                 </p>
  594.                                 <hr class="w-16 border-t border-vitrineWhiteOpacity">
  595.                                 <p class="text-center not-animate">
  596.                                     {% trans %}Notre équipe analyse la faisabilité de votre dossier{% endtrans %}
  597.                                 </p>
  598.                                 <hr class="w-16 border-t border-vitrineWhiteOpacity">
  599.                                 <p class="text-center not-animate">
  600.                                     {% trans %}On organise une journée de découverte au spa et on fait le point{% endtrans %}
  601.                                 </p>
  602.                             </div>
  603.                         </div>
  604.                         <div id="ebullition" class="flexcol gap-2 flex-1 hidden md:max-w-60 w-full">
  605.                             <div class="flexcol gap-2 w-max">
  606.                             <span class="text-2xl font-poppins">
  607.                                 O3
  608.                             </span>
  609.                                 <hr class="border-t-2 border-vitrineOrange ">
  610.                             </div>
  611.     
  612.                             <h3 class="text-vitrineOrange font-bold text-2xl">
  613.                                 {% trans %}Ebullition{% endtrans %}
  614.                             </h3>
  615.                             <div class="border p-6 flexcol gap-2 items-center max-h-64 h-full overflow-y-scroll no-scrollbar">
  616.                                 <p class="text-center not-animate">
  617.                                     {% trans %}On valide votre candidature et on signe le DIP{% endtrans %}
  618.                                 </p>
  619.                                 <hr class="w-16 border-t border-vitrineWhiteOpacity">
  620.                                 <p class="text-center not-animate">
  621.                                     {% trans %}Recherche de locaux pour créer une nouvelle bulle dans votre région{% endtrans %}
  622.                                 </p>
  623.                                 <hr class="w-16 border-t border-vitrineWhiteOpacity">
  624.                                 <p class="text-center not-animate">
  625.                                     {% trans %}On vous accompagne pendant la période de travaux{% endtrans %}
  626.                                 </p>
  627.                             </div>
  628.                         </div>
  629.                         <div id="fermentation" class="flexcol gap-2 flex-1 hidden md:max-w-60 w-full">
  630.                             <div class="flexcol gap-2 w-max">
  631.                             <span class="text-2xl font-poppins">
  632.                                 O4
  633.                             </span>
  634.                                 <hr class="border-t-2 border-vitrineOrange ">
  635.                             </div>
  636.     
  637.                             <h3 class="text-vitrineOrange font-bold text-2xl">
  638.                                 {% trans %}Fermentation{% endtrans %}
  639.                             </h3>
  640.                             <div class="border p-6 flexcol gap-2 items-center max-h-64 h-full overflow-y-scroll no-scrollbar">
  641.                                 <p class="text-center not-animate">
  642.                                     {% trans %}La période de formation démarre pour vous et vos équipes{% endtrans %}
  643.                                 </p>
  644.                                 <hr class="w-16 border-t border-vitrineWhiteOpacity">
  645.                                 <p class="text-center not-animate">
  646.                                     {% trans %}Sélection de vos futurs partenaires et préparation de l’ouverture du spa{% endtrans %}
  647.                                 </p>
  648.                                 <hr class="w-16 border-t border-vitrineWhiteOpacity">
  649.                                 <p class="text-center not-animate">
  650.                                     {% trans %}On s’ouvre une bière à votre inauguration{% endtrans %}
  651.                                 </p>
  652.                             </div>
  653.                         </div>
  654.                     </div>
  655.                 </div>
  656.             </div>
  657.         </div>
  658.     </section>
  659.     <section class="flexcol gap-12">
  660.         <h2 class="animate-text md:text-2xl font-semibold text-3xl sm:text-left flexcol gap-0">
  661.             {% trans %}Première prise de contact{% endtrans %}
  662.             <span class="md:text-5xl text-4xl font-thin tracking-wider">
  663.             {% trans %}Dites-nous tout !{% endtrans %}
  664.         </span>
  665.         </h2>
  666.         <form action="{{path('franchise_form')}}" method="POST" class="flexcol gap-8">
  667.             <div class="bg-vitrineOrange animateBubble flexcol gap-6 justify-around items-center flex-1 py-16 md:px-16 px-4">
  668.                 <div class="flex gap-6 w-full flex-wrap justify-evenly">
  669.                     <input required type="text" name="lastname" placeholder="{% trans %}Nom (obligatoire){% endtrans %}" class="bg-transparent border-b py-2 outline-none placeholder:text-white placeholder:opacity-60 flex-1 min-w-56 max-w-96">
  670.                     <input required type="text" name="firstname" placeholder="{% trans %}Prénom (obligatoire){% endtrans %}" class="bg-transparent border-b py-2 outline-none placeholder:text-white placeholder:opacity-60 flex-1 min-w-56 max-w-96">
  671.                 </div>
  672.                 <div class="flex gap-6 w-full flex-wrap justify-evenly">
  673.                     <input required type="text" name="city" placeholder="{% trans %}Ville (obligatoire){% endtrans %}" class="bg-transparent border-b py-2 outline-none placeholder:text-white placeholder:opacity-60 flex-1 min-w-56 max-w-96">
  674.                     <input required type="text" name="postal_code" placeholder="{% trans %}Code postal (obligatoire){% endtrans %}" class="bg-transparent border-b py-2 outline-none placeholder:text-white placeholder:opacity-60 flex-1 min-w-56 max-w-96">
  675.                 </div>
  676.                 <div class="flex gap-6 w-full flex-wrap justify-evenly">
  677.                     <input required type="email" name="email" placeholder="{% trans %}Email (obligatoire){% endtrans %}" class="bg-transparent border-b py-2 outline-none placeholder:text-white placeholder:opacity-60 flex-1 min-w-56 max-w-96">
  678.                     <input required type="tel" name="phone" placeholder="{% trans %}Téléphone (obligatoire){% endtrans %}" class="bg-transparent border-b py-2 outline-none placeholder:text-white placeholder:opacity-60 flex-1 min-w-56 max-w-96">
  679.                 </div>
  680.             </div>
  681.             <div class="flexcol items-start gap-6">
  682.                 <div class="w-full flexcol justify-end relative">
  683.                     <label for="favorite" class="flex items-center gap-2">
  684.                         <span class="text-white bg-vitrineOrange rounded-full flex items-center justify-center p-1 w-5 h-5">
  685.                             1
  686.                         </span>
  687.                         {% trans %}Aimez-vous plus la bière ou le spa ?{% endtrans %}
  688.                     </label>
  689.                     <select name="favorite" class="custom-select">
  690.                         <option value="">{% trans %}--Choisir--{% endtrans %}</option>
  691.                         <option value="aucun">{% trans %}Aucun des deux{% endtrans %}</option>
  692.                         <option value="biere">{% trans %}Bière{% endtrans %}</option>
  693.                         <option value="spa">{% trans %}Spa{% endtrans %}</option>
  694.                         <option value="biere">{% trans %}Les deux !!!{% endtrans %}</option>
  695.                     </select>
  696.                 </div>
  697.                 <div class="w-full flexcol justify-end relative">
  698.                     <label for="source" class="flex items-center gap-2">
  699.                         <span class="text-white bg-vitrineOrange rounded-full flex items-center justify-center p-1 w-5 h-5">
  700.                             2
  701.                         </span>
  702.                         {% trans %}Comment avez-vous connu Taaka Beer Spa ?{% endtrans %}
  703.                     </label>
  704.                     <select name="source" class="custom-select">
  705.                         <option value="">{% trans %}--Choisir--{% endtrans %}</option>
  706.                         <option value="bouche à oreille">{% trans %}Bouche à oreille{% endtrans %}</option>
  707.                         <option value="instagram">{% trans %}Instagram{% endtrans %}</option>
  708.                         <option value="linkedin">{% trans %}Linkedin{% endtrans %}</option>
  709.                         <option value="facebook">{% trans %}Facebook{% endtrans %}</option>
  710.                         <option value="portail franchise">{% trans %}Portail Franchise{% endtrans %}</option>
  711.                         <option value="trip advisor">{% trans %}Trip Advisor{% endtrans %}</option>
  712.                         <option value="office du tourisme">{% trans %}Office du tourisme{% endtrans %}</option>
  713.                         <option value="google">{% trans %}Google{% endtrans %}</option>
  714.                         <option value="autre">{% trans %}Autre{% endtrans %}</option>
  715.                     </select>
  716.                 </div>
  717.                 <div class="w-full flexcol justify-end relative">
  718.                     <label for="invest" class="flex items-center gap-2">
  719.                         <span class="text-white bg-vitrineOrange rounded-full flex items-center justify-center p-1 w-5 h-5">
  720.                             3
  721.                         </span>
  722.                         {% trans %}Quel apport personnel êtes-vous prêt à investir ?{% endtrans %}
  723.                     </label>
  724.                     <select name="invest" class="custom-select">
  725.                         <option value="">{% trans %}--Choisir--{% endtrans %}</option>
  726.                         <option value="-50k">{% trans %}-50K{% endtrans %}</option>
  727.                         <option value="50k-100k">{% trans %}50K - 100k{% endtrans %}</option>
  728.                         <option value="100k-150k">{% trans %}100K - 150K{% endtrans %}</option>
  729.                         <option value="+150k">{% trans %}+150K{% endtrans %}</option>
  730.                     </select>
  731.                 </div>
  732.                 <div class="w-full flexcol justify-end relative">
  733.                     <label for="location" class="flex items-center gap-2">
  734.                         <span class="text-white bg-vitrineOrange rounded-full flex items-center justify-center p-1 w-5 h-5">
  735.                             4
  736.                         </span>
  737.                         {% trans %}Où souhaitez-vous ouvrir votre Taaka Beer Spa ?{% endtrans %}
  738.                     </label>
  739.                     <input name="location" class="bg-vitrineBlackOpacity border-none outline-none focus:outline-none px-4 py-4 w-full" placeholder="{% trans %}Strasbourg, Colmar ...{% endtrans %}">
  740.                 </div>
  741.                 <div class="w-full flexcol justify-end relative">
  742.                     <label for="date" class="flex items-center gap-2">
  743.                         <span class="text-white bg-vitrineOrange rounded-full flex items-center justify-center p-1 w-5 h-5">
  744.                             5
  745.                         </span>
  746.                         {% trans %}Quand envisagez-vous de démarrer votre projet entrepreneurial ?{% endtrans %}
  747.                     </label>
  748.                     <input name="date" class="bg-vitrineBlackOpacity border-none outline-none focus:outline-none px-4 py-4 w-full" placeholder="{% trans %}Dans 1 an, le 20/04/2025 ...{% endtrans %}">
  749.                 </div>
  750.                 <div class="w-full flexcol justify-end relative">
  751.                     <label for="operative" class="flex items-center gap-2">
  752.                         <span class="text-white bg-vitrineOrange rounded-full flex items-center justify-center p-1 w-5 h-5">
  753.                             6
  754.                         </span>
  755.                         {% trans %}Serez-vous opérationnel dans votre Spa ?{% endtrans %}
  756.                     </label>
  757.                     <select name="operative" class="custom-select">
  758.                         <option value="">{% trans %}--Choisir--{% endtrans %}</option>
  759.                         <option value="oui">{% trans %}oui{% endtrans %}</option>
  760.                         <option value="non">{% trans %}non{% endtrans %}</option>
  761.                     </select>
  762.                 </div>
  763.                 <div class="w-full flexcol justify-end relative">
  764.                     <label for="partner" class="flex items-center gap-2">
  765.                         <span class="text-white bg-vitrineOrange rounded-full flex items-center justify-center p-1 w-5 h-5">
  766.                             7
  767.                         </span>
  768.                         {% trans %}Avez-vous des partenaires pour monter ce projet ?{% endtrans %}
  769.                     </label>
  770.                     <select name="partner" class="custom-select">
  771.                         <option value="">{% trans %}--Choisir--{% endtrans %}</option>
  772.                         <option value="oui avec un ou plusieurs">{% trans %}Oui avec un ou plusieurs{% endtrans %}</option>
  773.                         <option value="avec votre conjoint associé(e)s">{% trans %}Avec votre conjoint associé(e)s{% endtrans %}</option>
  774.                         <option value="non">{% trans %}non{% endtrans %}</option>
  775.                     </select>
  776.                 </div>
  777.                 <div class="w-full flexcol justify-end relative">
  778.                     <label for="textwhy" class="flex items-center gap-2">
  779.                         <span class="text-white bg-vitrineOrange rounded-full flex items-center justify-center p-1 w-5 h-5">
  780.                             8
  781.                         </span>
  782.                         {% trans %}Pourquoi Taaka Beer Spa ?{% endtrans %}
  783.                     </label>
  784.                     <textarea name="textwhy" class="bg-vitrineBlackOpacity border-none outline-none focus:outline-none px-4 py-4 w-full resize-none" placeholder="{% trans %}Parce que ...{% endtrans %}"></textarea>
  785.                 </div>
  786.                 <div class="w-full flexcol justify-end relative">
  787.                     <label for="textabout" class="flex items-center gap-2">
  788.                         <span class="text-white bg-vitrineOrange rounded-full flex items-center justify-center p-1 w-5 h-5">
  789.                             9
  790.                         </span>
  791.                         {% trans %}À propos de vous ?{% endtrans %}
  792.                     </label>
  793.                     <textarea name="textabout" class="bg-vitrineBlackOpacity border-none outline-none focus:outline-none px-4 py-4 w-full resize-none" placeholder="{% trans %}À propos de moi ...{% endtrans %}"></textarea>
  794.                 </div>
  795.             </div>
  796.             <label for="confidentiality" class="flex gap-2 text-white">
  797.                 <input type="checkbox" name="confidentiality" class="accent-vitrineOrange" required>
  798.                 <p class="">{% trans %}Oui, j'ai bien pris connaissance de la {% endtrans %}<a onclick='window.open("{{ path('privacy-policy') }}");return false;' href="#" class="underline clickable">{% trans %} politique de confidentialité{% endtrans %}</a> {% trans %}légale et j'accepte que mes données soient collectées et traitées conformément à celle-ci.{% endtrans %}</p>
  799.             </label>
  800.             <div class="h-captcha" data-sitekey="{{siteKeyHcaptcha}}"></div>
  801.             <input type="hidden" name="_token" value="{{ csrf_token('franchise_form') }}">
  802.             {% include 'form/components/rgpd.html.twig' with {'sujet': 'demande'} %}
  803.             <button type="submit" class="bg-vitrineOrange px-12 py-3 font-semibold text-sm w-max hover:opacity-100 hover:bg-white hover:text-vitrineOrange relative fade-in">
  804.                 {% trans %}Envoyer{% endtrans %}
  805.             </button>
  806.         </form>
  807.     </section>
  808.     {% include "vitrine/layout/footer.html.twig" %}
  809. </div>
  810. <script src="https://hcaptcha.com/1/api.js" async defer></script>
  811. <script type="module" src="{{asset('js/vitrine/processusAnimation.js')}}"></script>
  812. {% endblock %}