var/cache/dev/twig/bb/bba0def8a064b065325f511d1c53c59e.php line 42

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* pages/account/coach-registration.html.twig */
  15. class __TwigTemplate_18a09a8961e5d374354d8d3f29c9c0a9 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'stylesheets' => [$this'block_stylesheets'],
  25.             'title' => [$this'block_title'],
  26.             'content' => [$this'block_content'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return "pages/baseNoFooter.html.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""pages/account/coach-registration.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""pages/account/coach-registration.html.twig"));
  42.         $this->parent $this->loadTemplate("pages/baseNoFooter.html.twig""pages/account/coach-registration.html.twig"1);
  43.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 3
  50.     public function block_stylesheets($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  57.         // line 4
  58.         yield "    <!-- CUSTOM CSS -->
  59.     <link href=\"";
  60.         // line 5
  61.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/tailwind.min.css"), "html"nulltrue);
  62.         yield "\" rel=\"stylesheet\" />
  63.     <link href=\"";
  64.         // line 6
  65.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/pages/home.css"), "html"nulltrue);
  66.         yield "\" rel=\"stylesheet\" />
  67.     <link href=\"";
  68.         // line 7
  69.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/pages/payments.css"), "html"nulltrue);
  70.         yield "\" rel=\"stylesheet\" />
  71.     <link href=\"";
  72.         // line 8
  73.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/header2.css"), "html"nulltrue);
  74.         yield "\" rel=\"stylesheet\" />
  75.     <link href=\"";
  76.         // line 9
  77.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/forms.css"), "html"nulltrue);
  78.         yield "\" rel=\"stylesheet\" />
  79.     <link href=\"";
  80.         // line 10
  81.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/pages/signin-coach.css"), "html"nulltrue);
  82.         yield "\" rel=\"stylesheet\" />
  83.     <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  84.         // line 12
  85.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/select2.min.css"), "html"nulltrue);
  86.         yield "\" />
  87.     <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  88.         // line 13
  89.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/intlTelInput.css"), "html"nulltrue);
  90.         yield "\" />
  91.     <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css\" />
  92.     <!-- Font Awesome fr icons -->
  93.     <script src=\"https://kit.fontawesome.com/620b294e78.js\" crossorigin=\"anonymous\"></script>
  94. ";
  95.         
  96.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  97.         
  98.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  99.         return; yield '';
  100.     }
  101.     // line 20
  102.     public function block_title($context, array $blocks = [])
  103.     {
  104.         $macros $this->macros;
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  106.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  109.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Coach Registration"), "html"nulltrue);
  110.         
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  112.         
  113.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  114.         return; yield '';
  115.     }
  116.     // line 21
  117.     public function block_content($context, array $blocks = [])
  118.     {
  119.         $macros $this->macros;
  120.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  121.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  122.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  123.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  124.         // line 22
  125.         yield "    <main >
  126.         <section id=\"hero\" class=\"background-image\"  >
  127.             <div class=\"opacity-mask\"  style=\"background:linear-gradient(90deg, rgba(255, 123, 0, 1) 0%, rgba(255, 170, 0, 1) 20%, rgba(255, 169, 0, 1) 86%, rgba(255, 123, 0, 1) 100%);\">
  128.             </div>
  129.             <div class=\"container py-15 row relative z-10 \" style=\"margin-top: 100px;\">
  130.                 <div class=\"col-md-8 normal-case  flex lg:flex-col lg:items-start lg:justify-center side-highlight  hidden lg:flex  \">
  131.                     <h2 class=\"xl:text-7xl text-4xl font-extrabold  text-start me-4 \">
  132.                         <span class=\"text-white  text-3xl font-medium\">Devenir Coach Partenaire</span><br>La solution au service des Coach</h2>
  133.                     <h2 class=\"xl:text-2xl text-xl my-10 mb-12  text-start normal-case w-3/4\">Rejoignez la communauté Bookoach pour améliorer vos compétences.  <span class=\"font-bold  text-white  \">Bookoach facilite la mise en relation</span> entre les Coachs et les Bookers pour atteindre ses objectifs.
  134.                     </h2>
  135.                     <div class=\"flex items-center py-2\">
  136.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  137.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\"> Gagnez du temps au quotidien.
  138.                         </h4>
  139.                     </div>
  140.                     <div class=\"flex items-center py-2\">
  141.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  142.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\">Service client et centre d'aide en cas de besoin.
  143.                         </h4>
  144.                     </div>
  145.                     <div class=\"flex items-center py-2\">
  146.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  147.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\"> Gestion des réservation simple et intuitive.
  148.                         </h4>
  149.                     </div>
  150.                     <div class=\"flex items-center py-2\">
  151.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  152.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\">Rejoignez le réseau Bookoach et renforcez votre communication. 
  153.                         </h4>
  154.                     </div>
  155.                     <div class=\" mt-12\">
  156.                         <a href=\"";
  157.         // line 58
  158.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about_coach");
  159.         yield "\" class=\"flex  items-center text-end text-lg text-white font-semibold sm:my-5 sm:mt-4 mb-3 \">En savoir plus
  160.                             <i load-hicon=\"chevron-right\"></i>
  161.                         </a>    
  162.                     </div>
  163.                 </div>
  164.                 <div class=\"col-md col-sm-12 relative\">
  165.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;left: 6%;top: -20%;\">
  166.                         <svg width=\"392\" height=\"270\" fill=\"#fff\" class=\"shape\" viewBox=\"0 0 616 424\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M346.751 0.924061C101.721 21.2292 -62.6792 323.915 22.9113 410.013C93.3574 475.945 210.228 287.108 352.3 292.075C472.816 296.289 566.865 360.982 608.568 242.675C650.27 124.367 510.143 -12.5729 346.751 0.924061Z\"></path></svg>
  167.                     </div>
  168.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;right: 24%;bottom: -10%;\">
  169.                         <svg width=\"428\" height=\"520\" fill=\"#fff\" class=\"shape\" viewBox=\"0 0 448 544\" xmlns=\"http://www.w3.org/2000/svg\"><path clip-rule=\"evenodd\" d=\"m224.051.968819c79.066-9.550369 151.587 53.083981 196.505 118.388181 38.582 56.093 27.845 127.728 19.118 195.098-7.276 56.176-24.98 109.225-63.901 150.635-40.478 43.067-92.454 81.477-151.722 78.776-85.708-3.907-219.40107-145.439-223.878591-229.411-3.096849-58.079 36.117691-105.331 70.000391-152.775 44.7632-62.6808 77.0522-151.4315 153.8782-160.711181z\" fill-rule=\"evenodd\"></path></svg>
  170.                     </div>
  171.                     <img src=\"";
  172.         // line 72
  173.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/left-fill.svg"), "html"nulltrue);
  174.         yield "\" class=\"absolute z-0\" style=\"right: 9px;top: -97px;\">
  175.                         <div class=\"w-full bg-white rounded-lg shadow  md:mt-0 normal-case   xl:p-0 \">
  176.                             <div class=\"p-6 sm:p-8 z-10 relative\">
  177.                                 <h1 class=\"text-lg text-left font-bold leading-tight tracking-tight text-gray-900 mt-3  md:text-xl \">
  178.                                     Vous êtes Coach ? <br><span style=\"color: #ffaa00;\" class=\" text-2xl md:text-3xl text-gray-900\"> Inscrivez
  179.                                             vous</span>
  180.                                 </h1>
  181.                                 <form class=\"space-y-4 md:space-y-5 text-start mt-6\" id=\"myForm\" action=\"#\">
  182.                                     <div class=\"row\">
  183.                                         <div class=\"form-floating col-6\">
  184.                                             <input type=\"text\" name=\"nom\"
  185.                                                    class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5\"
  186.                                                    id=\"nom\" placeholder=\"John\" >
  187.                                                 <label class=\"mb-2 ps-4 text-sm font-medium text-gray-900 \" for=\"nom\">Nom</label>
  188.                                         </div>
  189.                                         <div class=\"form-floating col-6\">
  190.                                             <input type=\"text\" name=\"prenom\"
  191.                                                    class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5\"
  192.                                                    id=\"prenom\" placeholder=\"Doe\" >
  193.                                                 <label class=\"mb-2 ps-4 text-sm font-medium text-gray-900 \" for=\"prenom\">Prénom</label>
  194.                                         </div>
  195.                                     </div>
  196.                                     <div class=\"form-floating mb-3\">
  197.                                         <input type=\"email\" name=\"email\"
  198.                                                class=\"block font-medium form-control  p-2.5 rounded-lg sm:text-sm text-gray-900 w-full\"
  199.                                                id=\"email\" placeholder=\"name@example.com\" >
  200.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"email\">Email address</label>
  201.                                     </div>
  202.                                     <div class=\"form-floating relative password\">
  203.                                         <input type=\"password\" name=\"password\" style=\"height: 58px;\"
  204.                                                class=\"form-control bsm:text-sm rounded-lg font-medium text-gray-900 focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5 placeholder-gray-900\"
  205.                                                id=\"password\" placeholder=\"Mot de passe\" >
  206.                                     </div>
  207.                                     <div class=\"form-floating password\">
  208.                                         <input type=\"password\" name=\"confirm_password\"
  209.                                                class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5\"
  210.                                                id=\"confirm_password\" placeholder=\"Confirm Mot de passe\" >
  211.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"confirm_password\">Confirmer le mot de
  212.                                                 passe</label>
  213.                                     </div>
  214.                                     <div class=\"\" id=\"terms\">
  215.                                         <div class=\"flex items-center \">
  216.                                             <input aria-describedby=\"terms-error\" type=\"checkbox\" class=\"w-4 h-4 border border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-primary-300 is-invalid\" name=\"terms\" aria-required=\"true\">
  217.                                                 <label for=\"terms\" class=\"font-light text-gray-500 ml-3 text-sm \">J'accepte <a class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\" href=\"#\">les Termes et Conditions</a> et <a class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\" href=\"#\">la politique de confidentialité du service</a></label>
  218.                                         </div>
  219.                                     </div>
  220.                                     <button type=\"submit\" style=\" background: #ffaa00;\"class=\"bg-primary-600 font-medium hover:bg-primary-700 px-5 py-2.5 rounded-lg text-center text-sm text-white w-full\">S'inscrire</button>
  221.                                     <p class=\"text-xs text-center font-light text-gray-500 dark:text-gray-400\">Déjà un compte ? <a href=\"#\"
  222.                                                                                                                                    class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\">Connectez-vous ici</a></p>
  223.                                 </form>
  224.                                 <div class=\"row socials\">
  225.                                     <div class=\"relative flex  items-center\">
  226.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  227.                                         <span class=\"flex-shrink mx-2 text-gray-300\">ou</span>
  228.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  229.                                     </div>
  230.                                     <div class=\"col-md-12 my-2 \">
  231.                                         <a href=\"#\"
  232.                                            class=\"w-full h-full  hover:bg-gray-100 text-gray-900 hover:text-gray-900 rounded-lg inline-flex items-center justify-center px-3 py-2.5 border border-gray-300 border hover:border-gray-800\">
  233.                                             <img src=\"";
  234.         // line 140
  235.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/google-logo.png"), "html"nulltrue);
  236.         yield "\" class=\" object-fill\"
  237.                                                  style=\"height: 20px;\">
  238.                                                 <div class=\"text-left rtl:text-right \">
  239.                                                     <div class=\"mt-1 ms-1    text-sm font-semibold\">S'inscrire</div>
  240.                                                 </div>
  241.                                         </a>
  242.                                     </div>
  243.                                 </div>
  244.                             </div>
  245.                         </div>
  246.                 </div>
  247.             </div>       
  248.         </section>
  249.         <div class=\"row py-24  container  sm:flex sm:items-center sm:content-center\">
  250.             <div class=\"col-md-5 hidden md:flex   \">
  251.                 <img src=\"";
  252.         // line 160
  253.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/register/image12.png"), "html"nulltrue);
  254.         yield "\" style=\"max-height: 35vh;\">
  255.             </div>
  256.             <div class=\"col-md-7 ps-6\">
  257.                 <h4 class=\"text-3xl font-semibold mb-3\">Une question ou besoin d'aide ? Laissez-nous vous aider</h4>
  258.                 <div class=\"flex items-center py-2 \">
  259.                     <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">
  260.                         <clipPath id=\"a\">
  261.                             <path d=\"m0 0h32v16h-32z\"></path>
  262.                         </clipPath>
  263.                         <g clip-path=\"url(#a)\" fill=\"#ff7f00\">
  264.                             <path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\">
  265.                             </path>
  266.                             <path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\">
  267.                             </path>
  268.                         </g>
  269.                     </svg>
  270.                     <h4 class=\" text-base lg:text-lg ps-2  text-start\">Contactez nous et envoyer vos demandes d'information.</h4>
  271.                 </div>
  272.                 <div class=\"flex items-center py-2 \">
  273.                     <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">
  274.                         <clipPath id=\"a\">
  275.                             <path d=\"m0 0h32v16h-32z\"></path>
  276.                         </clipPath>
  277.                         <g clip-path=\"url(#a)\" fill=\"#ff7f00\">
  278.                             <path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\">
  279.                             </path>
  280.                             <path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\">
  281.                             </path>
  282.                         </g>
  283.                     </svg>
  284.                     <h4 class=\" text-base lg:text-lg ps-2  text-start\">Échanger avec nous ... un de nos conseillers vous recontacte.</h4>
  285.                 </div>
  286.                 <div class=\"flex justify-center\">
  287.                     <a href=\"";
  288.         // line 193
  289.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  290.         yield "\" style=\"background: #ff7f00;\" class=\"mt-6 text-white bg-primary-600 hover:bg-primary-700 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800\">
  291.                         Contactez Nous </a>
  292.                 </div>
  293.             </div>
  294.         </div>
  295.         <section class=\"container pb-32\">
  296.             <div class=\"row\">
  297.                 <div class=\"col-md-4 col-sm-6 my-4 my-sm-1\">
  298.                     <div
  299.                         class=\"card-ct d-flex flex-column align-items-center pt-5 h-full w-[365px] flex flex-col items-center justify-between border border-solid border-gray-200 rounded-3xl cursor-pointer lg:flex-1\">
  300.                         <div class=\"mb-4 icon-holder w-20 h-20 flex items-center justify-center rounded-full bg-[#F5F0FF]\"><img
  301.                                 alt=\"chat-icon\" loading=\"lazy\" width=\"25\" height=\"25\" class=\"w-10 h-10\" style=\"color:transparent\"
  302.                                 src=\"";
  303.         // line 206
  304.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/chat-icon.svg"), "html"nulltrue);
  305.         yield "\"></div>
  306.                         <span class=\"block mb-1 xl:text-2xl text-xl text-black font-bold\">Whatsapp </span>
  307.                         <span class=\"block mb-8 text-center text-gray-600 xl:px-9 px-6\">Parlez nous de votre besoin 
  308.                             <br>par Whatsapp
  309.                         </span>
  310.                         <div class=\"w-full banner-card py-5 flex justify-center items-center bg-gray-100 rounded-b-3xl\"><span
  311.                                 class=\"mr-2 text-black font-bold\">Accéder au chat </span><img alt=\"arrow-right\" loading=\"lazy\"
  312.                                 width=\"24\" height=\"24\" style=\"color:transparent\" src=\"";
  313.         // line 213
  314.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/arrow-right.svg"), "html"nulltrue);
  315.         yield "\">
  316.                         </div>
  317.                     </div>
  318.                 </div>
  319.                 <div class=\"col-md-4 col-sm-6 my-4 my-sm-1\">
  320.                     <div
  321.                         class=\"card-ct d-flex flex-column align-items-center pt-5 h-full w-[365px] flex flex-col items-center justify-between border border-solid border-gray-200 rounded-3xl cursor-pointer lg:flex-1\">
  322.                         <div class=\"mb-4 icon-holder w-20 h-20 flex items-center justify-center rounded-full bg-[#F5F0FF]\"><img
  323.                                 alt=\"chat-icon\" loading=\"lazy\" width=\"25\" height=\"25\" class=\"w-10 h-10\" style=\"color:transparent\"
  324.                                 src=\"";
  325.         // line 222
  326.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/email-icon.svg"), "html"nulltrue);
  327.         yield "\"></div>
  328.                         <span class=\"block mb-1 xl:text-2xl text-xl text-black font-bold\">Support par e-mail</span>
  329.                         <span class=\"block mb-8 text-center text-gray-600 xl:px-9 px-6\">Préférez-vous envoyer un e-mail ? <br>Nous
  330.                                 sommes là pour vous.
  331.                         </span>
  332.                         <div class=\"w-full banner-card py-5 flex justify-center items-center bg-gray-100 rounded-b-3xl\"><span
  333.                                 class=\"mr-2 text-black font-bold\">Envoyer un e-mail </span><img alt=\"arrow-right\" loading=\"lazy\"
  334.                                 width=\"24\" height=\"24\" style=\"color:transparent\" src=\"";
  335.         // line 229
  336.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/arrow-right.svg"), "html"nulltrue);
  337.         yield "\">
  338.                         </div>
  339.                     </div>
  340.                 </div>
  341.                 <div class=\"col-md-4 col-sm-6  my-4 my-sm-1\">
  342.                     <div
  343.                         class=\"card-ct d-flex flex-column align-items-center pt-5 h-full w-[365px] flex flex-col items-center justify-between border border-solid border-gray-200 rounded-3xl cursor-pointer lg:flex-1\">
  344.                         <div class=\"mb-4 icon-holder w-20 h-20 flex items-center justify-center rounded-full bg-[#F5F0FF]\"><img
  345.                                 alt=\"chat-icon\" loading=\"lazy\" width=\"25\" height=\"25\" class=\"w-10 h-10\" style=\"color:transparent\"
  346.                                 src=\"";
  347.         // line 238
  348.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/phone-icon.svg"), "html"nulltrue);
  349.         yield "\"></div>
  350.                         <span class=\"block mb-1 xl:text-2xl text-xl text-black font-bold\">Appelez nous</span>
  351.                         <span class=\"block mb-8 text-center text-gray-600 xl:px-9 px-6\">Passez un couo de fil <br> +212 666-123456</span>
  352.                         <div class=\"w-full banner-card py-5 flex justify-center items-center bg-gray-100 rounded-b-3xl\"><span
  353.                                 class=\"mr-2 text-black font-bold\">Appeler nous</span><img alt=\"arrow-right\" loading=\"lazy\"
  354.                                 width=\"24\" height=\"24\" style=\"color:transparent\" src=\"";
  355.         // line 243
  356.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/arrow-right.svg"), "html"nulltrue);
  357.         yield "\">
  358.                         </div>
  359.                     </div>
  360.                 </div>
  361.             </div>
  362.         </section>
  363.     </main>
  364.     <!-- End main -->
  365. ";
  366.         
  367.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  368.         
  369.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  370.         return; yield '';
  371.     }
  372.     // line 253
  373.     public function block_javascripts($context, array $blocks = [])
  374.     {
  375.         $macros $this->macros;
  376.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  377.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  378.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  379.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  380.         // line 254
  381.         yield "
  382.     <script src=\"";
  383.         // line 255
  384.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/hicon.min.js"), "html"nulltrue);
  385.         yield "\"></script>
  386.     <script> hicon.replace();</script>
  387.     <script src=\"";
  388.         // line 258
  389.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/signin-coach.js"), "html"nulltrue);
  390.         yield "\" type=\"module\"></script>
  391.     <script src=\"";
  392.         // line 259
  393.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/home.js"), "html"nulltrue);
  394.         yield "\" type=\"module\"></script>
  395.     <script src=\"";
  396.         // line 261
  397.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/feather.min.js"), "html"nulltrue);
  398.         yield "\">  feather.replace();</script>
  399.     <script src=\"";
  400.         // line 262
  401.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/datepicker.min.js"), "html"nulltrue);
  402.         yield "\"></script>   
  403.     <!-- Card Validator format --> 
  404.     <!--Validate forms jquery-->
  405.     <script src=\"";
  406.         // line 266
  407.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/jquery.validate.min.js"), "html"nulltrue);
  408.         yield "\"></script>
  409.     <script src=\"";
  410.         // line 267
  411.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/forms.js"), "html"nulltrue);
  412.         yield "\" type=\"module\"></script>
  413.     <script src=\"";
  414.         // line 270
  415.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/payments.js"), "html"nulltrue);
  416.         yield "\"></script>    
  417. ";
  418.         
  419.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  420.         
  421.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  422.         return; yield '';
  423.     }
  424.     /**
  425.      * @codeCoverageIgnore
  426.      */
  427.     public function getTemplateName()
  428.     {
  429.         return "pages/account/coach-registration.html.twig";
  430.     }
  431.     /**
  432.      * @codeCoverageIgnore
  433.      */
  434.     public function isTraitable()
  435.     {
  436.         return false;
  437.     }
  438.     /**
  439.      * @codeCoverageIgnore
  440.      */
  441.     public function getDebugInfo()
  442.     {
  443.         return array (  475 => 270,  469 => 267,  465 => 266,  458 => 262,  454 => 261,  449 => 259,  445 => 258,  439 => 255,  436 => 254,  426 => 253,  405 => 243,  397 => 238,  385 => 229,  375 => 222,  363 => 213,  353 => 206,  337 => 193,  301 => 160,  278 => 140,  207 => 72,  190 => 58,  152 => 22,  142 => 21,  122 => 20,  104 => 13,  100 => 12,  95 => 10,  91 => 9,  87 => 8,  83 => 7,  79 => 6,  75 => 5,  72 => 4,  62 => 3,  39 => 1,);
  444.     }
  445.     public function getSourceContext()
  446.     {
  447.         return new Source("{% extends 'pages/baseNoFooter.html.twig' %}
  448. {% block stylesheets %}
  449.     <!-- CUSTOM CSS -->
  450.     <link href=\"{{ asset('dev/css/tailwind.min.css')}}\" rel=\"stylesheet\" />
  451.     <link href=\"{{ asset('dev/css/pages/home.css')}}\" rel=\"stylesheet\" />
  452.     <link href=\"{{ asset('dev/css/pages/payments.css')}}\" rel=\"stylesheet\" />
  453.     <link href=\"{{ asset('dev/css/header2.css')}}\" rel=\"stylesheet\" />
  454.     <link href=\"{{ asset('dev/css/forms.css')}}\" rel=\"stylesheet\" />
  455.     <link href=\"{{ asset('dev/css/pages/signin-coach.css')}}\" rel=\"stylesheet\" />
  456.     <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('dev/css/select2.min.css') }}\" />
  457.     <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('dev/css/intlTelInput.css') }}\" />
  458.     <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css\" />
  459.     <!-- Font Awesome fr icons -->
  460.     <script src=\"https://kit.fontawesome.com/620b294e78.js\" crossorigin=\"anonymous\"></script>
  461. {% endblock %}
  462. {% block title %}{{\"Coach Registration\"|trans }}{% endblock %} 
  463. {% block content %}
  464.     <main >
  465.         <section id=\"hero\" class=\"background-image\"  >
  466.             <div class=\"opacity-mask\"  style=\"background:linear-gradient(90deg, rgba(255, 123, 0, 1) 0%, rgba(255, 170, 0, 1) 20%, rgba(255, 169, 0, 1) 86%, rgba(255, 123, 0, 1) 100%);\">
  467.             </div>
  468.             <div class=\"container py-15 row relative z-10 \" style=\"margin-top: 100px;\">
  469.                 <div class=\"col-md-8 normal-case  flex lg:flex-col lg:items-start lg:justify-center side-highlight  hidden lg:flex  \">
  470.                     <h2 class=\"xl:text-7xl text-4xl font-extrabold  text-start me-4 \">
  471.                         <span class=\"text-white  text-3xl font-medium\">Devenir Coach Partenaire</span><br>La solution au service des Coach</h2>
  472.                     <h2 class=\"xl:text-2xl text-xl my-10 mb-12  text-start normal-case w-3/4\">Rejoignez la communauté Bookoach pour améliorer vos compétences.  <span class=\"font-bold  text-white  \">Bookoach facilite la mise en relation</span> entre les Coachs et les Bookers pour atteindre ses objectifs.
  473.                     </h2>
  474.                     <div class=\"flex items-center py-2\">
  475.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  476.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\"> Gagnez du temps au quotidien.
  477.                         </h4>
  478.                     </div>
  479.                     <div class=\"flex items-center py-2\">
  480.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  481.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\">Service client et centre d'aide en cas de besoin.
  482.                         </h4>
  483.                     </div>
  484.                     <div class=\"flex items-center py-2\">
  485.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  486.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\"> Gestion des réservation simple et intuitive.
  487.                         </h4>
  488.                     </div>
  489.                     <div class=\"flex items-center py-2\">
  490.                         <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h32v16h-32z\"></path></clipPath><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\"></path><path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\"></path></g></svg>
  491.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\">Rejoignez le réseau Bookoach et renforcez votre communication. 
  492.                         </h4>
  493.                     </div>
  494.                     <div class=\" mt-12\">
  495.                         <a href=\"{{ path('about_coach') }}\" class=\"flex  items-center text-end text-lg text-white font-semibold sm:my-5 sm:mt-4 mb-3 \">En savoir plus
  496.                             <i load-hicon=\"chevron-right\"></i>
  497.                         </a>    
  498.                     </div>
  499.                 </div>
  500.                 <div class=\"col-md col-sm-12 relative\">
  501.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;left: 6%;top: -20%;\">
  502.                         <svg width=\"392\" height=\"270\" fill=\"#fff\" class=\"shape\" viewBox=\"0 0 616 424\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M346.751 0.924061C101.721 21.2292 -62.6792 323.915 22.9113 410.013C93.3574 475.945 210.228 287.108 352.3 292.075C472.816 296.289 566.865 360.982 608.568 242.675C650.27 124.367 510.143 -12.5729 346.751 0.924061Z\"></path></svg>
  503.                     </div>
  504.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;right: 24%;bottom: -10%;\">
  505.                         <svg width=\"428\" height=\"520\" fill=\"#fff\" class=\"shape\" viewBox=\"0 0 448 544\" xmlns=\"http://www.w3.org/2000/svg\"><path clip-rule=\"evenodd\" d=\"m224.051.968819c79.066-9.550369 151.587 53.083981 196.505 118.388181 38.582 56.093 27.845 127.728 19.118 195.098-7.276 56.176-24.98 109.225-63.901 150.635-40.478 43.067-92.454 81.477-151.722 78.776-85.708-3.907-219.40107-145.439-223.878591-229.411-3.096849-58.079 36.117691-105.331 70.000391-152.775 44.7632-62.6808 77.0522-151.4315 153.8782-160.711181z\" fill-rule=\"evenodd\"></path></svg>
  506.                     </div>
  507.                     <img src=\"{{ asset('dev/img/left-fill.svg') }}\" class=\"absolute z-0\" style=\"right: 9px;top: -97px;\">
  508.                         <div class=\"w-full bg-white rounded-lg shadow  md:mt-0 normal-case   xl:p-0 \">
  509.                             <div class=\"p-6 sm:p-8 z-10 relative\">
  510.                                 <h1 class=\"text-lg text-left font-bold leading-tight tracking-tight text-gray-900 mt-3  md:text-xl \">
  511.                                     Vous êtes Coach ? <br><span style=\"color: #ffaa00;\" class=\" text-2xl md:text-3xl text-gray-900\"> Inscrivez
  512.                                             vous</span>
  513.                                 </h1>
  514.                                 <form class=\"space-y-4 md:space-y-5 text-start mt-6\" id=\"myForm\" action=\"#\">
  515.                                     <div class=\"row\">
  516.                                         <div class=\"form-floating col-6\">
  517.                                             <input type=\"text\" name=\"nom\"
  518.                                                    class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5\"
  519.                                                    id=\"nom\" placeholder=\"John\" >
  520.                                                 <label class=\"mb-2 ps-4 text-sm font-medium text-gray-900 \" for=\"nom\">Nom</label>
  521.                                         </div>
  522.                                         <div class=\"form-floating col-6\">
  523.                                             <input type=\"text\" name=\"prenom\"
  524.                                                    class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5\"
  525.                                                    id=\"prenom\" placeholder=\"Doe\" >
  526.                                                 <label class=\"mb-2 ps-4 text-sm font-medium text-gray-900 \" for=\"prenom\">Prénom</label>
  527.                                         </div>
  528.                                     </div>
  529.                                     <div class=\"form-floating mb-3\">
  530.                                         <input type=\"email\" name=\"email\"
  531.                                                class=\"block font-medium form-control  p-2.5 rounded-lg sm:text-sm text-gray-900 w-full\"
  532.                                                id=\"email\" placeholder=\"name@example.com\" >
  533.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"email\">Email address</label>
  534.                                     </div>
  535.                                     <div class=\"form-floating relative password\">
  536.                                         <input type=\"password\" name=\"password\" style=\"height: 58px;\"
  537.                                                class=\"form-control bsm:text-sm rounded-lg font-medium text-gray-900 focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5 placeholder-gray-900\"
  538.                                                id=\"password\" placeholder=\"Mot de passe\" >
  539.                                     </div>
  540.                                     <div class=\"form-floating password\">
  541.                                         <input type=\"password\" name=\"confirm_password\"
  542.                                                class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5\"
  543.                                                id=\"confirm_password\" placeholder=\"Confirm Mot de passe\" >
  544.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"confirm_password\">Confirmer le mot de
  545.                                                 passe</label>
  546.                                     </div>
  547.                                     <div class=\"\" id=\"terms\">
  548.                                         <div class=\"flex items-center \">
  549.                                             <input aria-describedby=\"terms-error\" type=\"checkbox\" class=\"w-4 h-4 border border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-primary-300 is-invalid\" name=\"terms\" aria-required=\"true\">
  550.                                                 <label for=\"terms\" class=\"font-light text-gray-500 ml-3 text-sm \">J'accepte <a class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\" href=\"#\">les Termes et Conditions</a> et <a class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\" href=\"#\">la politique de confidentialité du service</a></label>
  551.                                         </div>
  552.                                     </div>
  553.                                     <button type=\"submit\" style=\" background: #ffaa00;\"class=\"bg-primary-600 font-medium hover:bg-primary-700 px-5 py-2.5 rounded-lg text-center text-sm text-white w-full\">S'inscrire</button>
  554.                                     <p class=\"text-xs text-center font-light text-gray-500 dark:text-gray-400\">Déjà un compte ? <a href=\"#\"
  555.                                                                                                                                    class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\">Connectez-vous ici</a></p>
  556.                                 </form>
  557.                                 <div class=\"row socials\">
  558.                                     <div class=\"relative flex  items-center\">
  559.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  560.                                         <span class=\"flex-shrink mx-2 text-gray-300\">ou</span>
  561.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  562.                                     </div>
  563.                                     <div class=\"col-md-12 my-2 \">
  564.                                         <a href=\"#\"
  565.                                            class=\"w-full h-full  hover:bg-gray-100 text-gray-900 hover:text-gray-900 rounded-lg inline-flex items-center justify-center px-3 py-2.5 border border-gray-300 border hover:border-gray-800\">
  566.                                             <img src=\"{{ asset('dev/img/google-logo.png') }}\" class=\" object-fill\"
  567.                                                  style=\"height: 20px;\">
  568.                                                 <div class=\"text-left rtl:text-right \">
  569.                                                     <div class=\"mt-1 ms-1    text-sm font-semibold\">S'inscrire</div>
  570.                                                 </div>
  571.                                         </a>
  572.                                     </div>
  573.                                 </div>
  574.                             </div>
  575.                         </div>
  576.                 </div>
  577.             </div>       
  578.         </section>
  579.         <div class=\"row py-24  container  sm:flex sm:items-center sm:content-center\">
  580.             <div class=\"col-md-5 hidden md:flex   \">
  581.                 <img src=\"{{ asset('dev/img/register/image12.png') }}\" style=\"max-height: 35vh;\">
  582.             </div>
  583.             <div class=\"col-md-7 ps-6\">
  584.                 <h4 class=\"text-3xl font-semibold mb-3\">Une question ou besoin d'aide ? Laissez-nous vous aider</h4>
  585.                 <div class=\"flex items-center py-2 \">
  586.                     <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">
  587.                         <clipPath id=\"a\">
  588.                             <path d=\"m0 0h32v16h-32z\"></path>
  589.                         </clipPath>
  590.                         <g clip-path=\"url(#a)\" fill=\"#ff7f00\">
  591.                             <path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\">
  592.                             </path>
  593.                             <path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\">
  594.                             </path>
  595.                         </g>
  596.                     </svg>
  597.                     <h4 class=\" text-base lg:text-lg ps-2  text-start\">Contactez nous et envoyer vos demandes d'information.</h4>
  598.                 </div>
  599.                 <div class=\"flex items-center py-2 \">
  600.                     <svg class=\"icon-text__icon\" fill=\"none\" height=\"16\" viewBox=\"0 0 32 16\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">
  601.                         <clipPath id=\"a\">
  602.                             <path d=\"m0 0h32v16h-32z\"></path>
  603.                         </clipPath>
  604.                         <g clip-path=\"url(#a)\" fill=\"#ff7f00\">
  605.                             <path d=\"m20.9684 8.43105c-4.9628 2.05265-10.286 3.29335-15.67372 3.35405-1.63908.0114-3.27816-.0986-4.886884-.4174-.3945932-.0796-.660185-.4477-.626037-.8499l.04553-.53493c.034147-.39459.356651-.70951.755039-.72848 3.354042-.15936 6.658762-.06071 9.997672-.40598 3.1036-.29215 6.2148-.82334 9.2046-1.73014l.6488-.17833.0379-.01138c.9676-.26939 1.4305 1.13825.4933 1.4987z\">
  606.                             </path>
  607.                             <path d=\"m16.5138.271664c.2467-.155562.6602.053118.9182.094854l.8803.223857c4.0483 1.028225 8.6393 2.200625 12.7977 3.300935.6754.17833.8992 1.02063.406 1.51767-3.5058 3.521-7.0117 7.07992-10.8969 10.17602-.368.2921-.8992.2504-1.2255-.0873l-.3149-.3301c-.2846-.2959-.296-.6488-.0911-.884 2.5194-2.914 5.3346-5.53953 8.1689-8.14613.3225-.29595.2049-.83472-.2125-.96752l-.4781-.15177c-2.4851-.81954-6.1389-2.02988-8.6165-2.84943l-.8613-.28456c-.019-.00759-.0379-.01518-.0569-.02277-.4515-.15556-.6905-.6488-.5578-1.107895z\">
  608.                             </path>
  609.                         </g>
  610.                     </svg>
  611.                     <h4 class=\" text-base lg:text-lg ps-2  text-start\">Échanger avec nous ... un de nos conseillers vous recontacte.</h4>
  612.                 </div>
  613.                 <div class=\"flex justify-center\">
  614.                     <a href=\"{{path('contact') }}\" style=\"background: #ff7f00;\" class=\"mt-6 text-white bg-primary-600 hover:bg-primary-700 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800\">
  615.                         Contactez Nous </a>
  616.                 </div>
  617.             </div>
  618.         </div>
  619.         <section class=\"container pb-32\">
  620.             <div class=\"row\">
  621.                 <div class=\"col-md-4 col-sm-6 my-4 my-sm-1\">
  622.                     <div
  623.                         class=\"card-ct d-flex flex-column align-items-center pt-5 h-full w-[365px] flex flex-col items-center justify-between border border-solid border-gray-200 rounded-3xl cursor-pointer lg:flex-1\">
  624.                         <div class=\"mb-4 icon-holder w-20 h-20 flex items-center justify-center rounded-full bg-[#F5F0FF]\"><img
  625.                                 alt=\"chat-icon\" loading=\"lazy\" width=\"25\" height=\"25\" class=\"w-10 h-10\" style=\"color:transparent\"
  626.                                 src=\"{{ asset('dev/img/chat-icon.svg') }}\"></div>
  627.                         <span class=\"block mb-1 xl:text-2xl text-xl text-black font-bold\">Whatsapp </span>
  628.                         <span class=\"block mb-8 text-center text-gray-600 xl:px-9 px-6\">Parlez nous de votre besoin 
  629.                             <br>par Whatsapp
  630.                         </span>
  631.                         <div class=\"w-full banner-card py-5 flex justify-center items-center bg-gray-100 rounded-b-3xl\"><span
  632.                                 class=\"mr-2 text-black font-bold\">Accéder au chat </span><img alt=\"arrow-right\" loading=\"lazy\"
  633.                                 width=\"24\" height=\"24\" style=\"color:transparent\" src=\"{{ asset('dev/img/arrow-right.svg') }}\">
  634.                         </div>
  635.                     </div>
  636.                 </div>
  637.                 <div class=\"col-md-4 col-sm-6 my-4 my-sm-1\">
  638.                     <div
  639.                         class=\"card-ct d-flex flex-column align-items-center pt-5 h-full w-[365px] flex flex-col items-center justify-between border border-solid border-gray-200 rounded-3xl cursor-pointer lg:flex-1\">
  640.                         <div class=\"mb-4 icon-holder w-20 h-20 flex items-center justify-center rounded-full bg-[#F5F0FF]\"><img
  641.                                 alt=\"chat-icon\" loading=\"lazy\" width=\"25\" height=\"25\" class=\"w-10 h-10\" style=\"color:transparent\"
  642.                                 src=\"{{ asset('dev/img/email-icon.svg') }}\"></div>
  643.                         <span class=\"block mb-1 xl:text-2xl text-xl text-black font-bold\">Support par e-mail</span>
  644.                         <span class=\"block mb-8 text-center text-gray-600 xl:px-9 px-6\">Préférez-vous envoyer un e-mail ? <br>Nous
  645.                                 sommes là pour vous.
  646.                         </span>
  647.                         <div class=\"w-full banner-card py-5 flex justify-center items-center bg-gray-100 rounded-b-3xl\"><span
  648.                                 class=\"mr-2 text-black font-bold\">Envoyer un e-mail </span><img alt=\"arrow-right\" loading=\"lazy\"
  649.                                 width=\"24\" height=\"24\" style=\"color:transparent\" src=\"{{ asset('dev/img/arrow-right.svg') }}\">
  650.                         </div>
  651.                     </div>
  652.                 </div>
  653.                 <div class=\"col-md-4 col-sm-6  my-4 my-sm-1\">
  654.                     <div
  655.                         class=\"card-ct d-flex flex-column align-items-center pt-5 h-full w-[365px] flex flex-col items-center justify-between border border-solid border-gray-200 rounded-3xl cursor-pointer lg:flex-1\">
  656.                         <div class=\"mb-4 icon-holder w-20 h-20 flex items-center justify-center rounded-full bg-[#F5F0FF]\"><img
  657.                                 alt=\"chat-icon\" loading=\"lazy\" width=\"25\" height=\"25\" class=\"w-10 h-10\" style=\"color:transparent\"
  658.                                 src=\"{{ asset('dev/img/phone-icon.svg') }}\"></div>
  659.                         <span class=\"block mb-1 xl:text-2xl text-xl text-black font-bold\">Appelez nous</span>
  660.                         <span class=\"block mb-8 text-center text-gray-600 xl:px-9 px-6\">Passez un couo de fil <br> +212 666-123456</span>
  661.                         <div class=\"w-full banner-card py-5 flex justify-center items-center bg-gray-100 rounded-b-3xl\"><span
  662.                                 class=\"mr-2 text-black font-bold\">Appeler nous</span><img alt=\"arrow-right\" loading=\"lazy\"
  663.                                 width=\"24\" height=\"24\" style=\"color:transparent\" src=\"{{ asset('dev/img/arrow-right.svg') }}\">
  664.                         </div>
  665.                     </div>
  666.                 </div>
  667.             </div>
  668.         </section>
  669.     </main>
  670.     <!-- End main -->
  671. {% endblock %}
  672. {% block javascripts %}
  673.     <script src=\"{{ asset('dev/js/hicon.min.js')}}\"></script>
  674.     <script> hicon.replace();</script>
  675.     <script src=\"{{ asset('dev/js/signin-coach.js')}}\" type=\"module\"></script>
  676.     <script src=\"{{ asset('dev/js/home.js')}}\" type=\"module\"></script>
  677.     <script src=\"{{ asset('dev/js/feather.min.js')}}\">  feather.replace();</script>
  678.     <script src=\"{{ asset('dev/js/datepicker.min.js')}}\"></script>   
  679.     <!-- Card Validator format --> 
  680.     <!--Validate forms jquery-->
  681.     <script src=\"{{ asset('dev/js/jquery.validate.min.js') }}\"></script>
  682.     <script src=\"{{ asset('dev/js/forms.js') }}\" type=\"module\"></script>
  683.     <script src=\"{{ asset('dev/js/payments.js') }}\"></script>    
  684. {% endblock %}""pages/account/coach-registration.html.twig""/home/bookoachroot/public_html/templates/pages/account/coach-registration.html.twig");
  685.     }
  686. }