var/cache/dev/twig/a5/a55da682954eb564a428f3ce93ac4435.php line 52

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. /* security/login.html.twig */
  15. class __TwigTemplate_d4b73932e2f26f4dc776c7f9479f7e86 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""security/login.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""security/login.html.twig"));
  42.         $this->parent $this->loadTemplate("pages/baseNoFooter.html.twig""security/login.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("Login"), "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=\"height: 100vh;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: 15vh;\">
  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\">Bienvenue sur Bookoach</span><br>Connectez vous</h2>
  133.                     <h2 class=\"xl:text-2xl text-xl my-10 mb-12  text-start normal-case w-3/4\">Équipez-vous de Bookoach pour gagner en confort de travail. La solution pour <span class=\"font-bold  text-white  \"> améliorer le quotidien des coachs</span>
  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\"> Réservation simple et rapide.
  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\"> La meilleurs séléction de Coachs.
  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 la communauté Bookoach. 
  153.                         </h4>
  154.                     </div>
  155.                 </div>
  156.                 <div class=\"col-md col-sm-12 relative\">
  157.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;left: 6%;top: -20%;\">
  158.                         <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>
  159.                     </div>
  160.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;right: 24%;bottom: -10%;\">
  161.                         <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>
  162.                     </div>
  163.                     <img src=\"";
  164.         // line 68
  165.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/left-fill.svg"), "html"nulltrue);
  166.         yield "\" class=\"absolute z-0\" style=\"right: 9px;top: -97px;\">
  167.                         <div class=\"w-full bg-white rounded-lg shadow dark:border md:mt-0 normal-case   xl:p-0 dark:bg-gray-800 dark:border-gray-700\">
  168.                             <div class=\"p-6 space-y-4 md:space-y-6 sm:p-8 z-10 relative\">
  169.                                 <h1 class=\"text-base text-left font-semi-bold leading-tight tracking-tight text-gray-900 mt-3  md:text-lg dark:text-white\">
  170.                                     Saisissez vos identifiants <br><span style=\"color: #ffaa00;\" class=\" text-2xl md:text-3xl text-gray-900 tracking-wide\"> Connexion\t\t\t\t\t\t\t\t</span> 
  171.                                 </h1>
  172.                                 <form class=\"space-y-3 md:space-y-5 text-start\" action=\"#\">
  173.                                     <div class=\"form-floating mb-3\">
  174.                                         <input type=\"email\"
  175.                                                class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500\"
  176.                                                id=\"floatingInput\" placeholder=\"name@example.com\">
  177.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingInput\">Email
  178.                                                 address</label>
  179.                                     </div>
  180.                                     <div class=\"form-floating\">
  181.                                         <input type=\"password\"
  182.                                                class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500\"
  183.                                                id=\"floatingPassword\" placeholder=\"Password\">
  184.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingPassword\">Mot de
  185.                                                 passe</label>
  186.                                     </div>
  187.                                     <div class=\"flex items-center justify-between \">
  188.                                         <div class=\"flex items-center h-5\">
  189.                                             <input id=\"terms\" aria-describedby=\"terms\" type=\"checkbox\" class=\"w-3 h-3 border border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-primary-300 dark:bg-gray-700 dark:border-gray-600 dark:focus:ring-primary-600 dark:ring-offset-gray-800\" required=\"\">
  190.                                                 <div class=\"ml-2 text-xs\">
  191.                                                     <label for=\"terms\" class=\"font-light text-gray-500  dark:text-gray-300\">Enregistrer </label>
  192.                                                 </div>
  193.                                         </div>
  194.                                         <div>
  195.                                             <a href=\"\"><label for=\"terms\" class=\"font-light text-gray-500 text-xs \">Mot de passe oublié ? </label>
  196.                                             </a>
  197.                                         </div>
  198.                                     </div>
  199.                                     <button type=\"submit\" style=\" background: #ffaa00;\" class=\"w-full 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\">Se connecter</button>
  200.                                     <p class=\"text-xs text-center font-light text-gray-500 dark:text-gray-400\">
  201.                                         Déjà un compte ? <a href=\"#\" class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\">Connectez-vous ici</a>
  202.                                     </p>
  203.                                 </form>
  204.                                 <div class=\"row socials\">
  205.                                     <div class=\"relative flex  items-center\">
  206.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  207.                                         <span class=\"flex-shrink mx-2 text-gray-300\">ou</span>
  208.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  209.                                     </div>
  210.                                     <div class=\"col-md-6 my-2 \">
  211.                                         <a href=\"#\"
  212.                                            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\">
  213.                                             <img src=\"";
  214.         // line 118
  215.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/google-logo.png"), "html"nulltrue);
  216.         yield "\" class=\"ps-2 object-fill\"
  217.                                                  style=\"height: 20px;/* width: 80px; *//* object-fit: cover; */\">
  218.                                                 <div class=\"text-left rtl:text-right \">
  219.                                                     <div class=\"mt-1 ms-1 white  text-sm font-semibold whitespace-nowrap\">Se connecter</div>
  220.                                                 </div>
  221.                                         </a>
  222.                                     </div>
  223.                                     <div class=\"col-md-6 my-2\">
  224.                                         <a href=\"#\"
  225.                                            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\">
  226.                                             <img src=\"";
  227.         // line 129
  228.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/apple-logo-2.svg"), "html"nulltrue);
  229.         yield "\" class=\"ps-2 object-fill\"
  230.                                                  style=\"height: 30px;/* width: 80px; *//* object-fit: cover; */\">
  231.                                                 <div class=\"text-left rtl:text-right \">
  232.                                                     <div class=\"mt-1 ms-1 white  text-sm font-semibold whitespace-nowrap\">Se connecter </div>
  233.                                                 </div>
  234.                                         </a>
  235.                                     </div>
  236.                                 </div>
  237.                             </div>
  238.                         </div>
  239.                 </div>
  240.             </div>       
  241.         </section>
  242.     </main>
  243.     <!-- End main -->
  244. ";
  245.         
  246.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  247.         
  248.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  249.         return; yield '';
  250.     }
  251.     // line 152
  252.     public function block_javascripts($context, array $blocks = [])
  253.     {
  254.         $macros $this->macros;
  255.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  256.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  257.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  258.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  259.         // line 153
  260.         yield "
  261.     <script src=\"";
  262.         // line 154
  263.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/hicon.min.js"), "html"nulltrue);
  264.         yield "\"></script>
  265.     <script> hicon.replace();</script>
  266.     <script src=\"";
  267.         // line 157
  268.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/signin-coach.js"), "html"nulltrue);
  269.         yield "\" type=\"module\"></script>
  270.     <script src=\"";
  271.         // line 158
  272.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/home.js"), "html"nulltrue);
  273.         yield "\" type=\"module\"></script>
  274.     <script src=\"";
  275.         // line 160
  276.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/feather.min.js"), "html"nulltrue);
  277.         yield "\">  feather.replace();</script>
  278.     <script src=\"";
  279.         // line 161
  280.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/datepicker.min.js"), "html"nulltrue);
  281.         yield "\"></script>   
  282.     <!-- Card Validator format --> 
  283.     <!--Validate forms jquery-->
  284.     <script src=\"";
  285.         // line 165
  286.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/jquery.validate.min.js"), "html"nulltrue);
  287.         yield "\"></script>
  288.     <script src=\"";
  289.         // line 166
  290.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/forms.js"), "html"nulltrue);
  291.         yield "\" type=\"module\"></script>
  292.     <script src=\"";
  293.         // line 169
  294.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/payments.js"), "html"nulltrue);
  295.         yield "\"></script>    
  296. ";
  297.         
  298.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  299.         
  300.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  301.         return; yield '';
  302.     }
  303.     /**
  304.      * @codeCoverageIgnore
  305.      */
  306.     public function getTemplateName()
  307.     {
  308.         return "security/login.html.twig";
  309.     }
  310.     /**
  311.      * @codeCoverageIgnore
  312.      */
  313.     public function isTraitable()
  314.     {
  315.         return false;
  316.     }
  317.     /**
  318.      * @codeCoverageIgnore
  319.      */
  320.     public function getDebugInfo()
  321.     {
  322.         return array (  350 => 169,  344 => 166,  340 => 165,  333 => 161,  329 => 160,  324 => 158,  320 => 157,  314 => 154,  311 => 153,  301 => 152,  267 => 129,  253 => 118,  200 => 68,  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,);
  323.     }
  324.     public function getSourceContext()
  325.     {
  326.         return new Source("{% extends 'pages/baseNoFooter.html.twig' %}
  327. {% block stylesheets %}
  328.     <!-- CUSTOM CSS -->
  329.     <link href=\"{{ asset('dev/css/tailwind.min.css')}}\" rel=\"stylesheet\" />
  330.     <link href=\"{{ asset('dev/css/pages/home.css')}}\" rel=\"stylesheet\" />
  331.     <link href=\"{{ asset('dev/css/pages/payments.css')}}\" rel=\"stylesheet\" />
  332.     <link href=\"{{ asset('dev/css/header2.css')}}\" rel=\"stylesheet\" />
  333.     <link href=\"{{ asset('dev/css/forms.css')}}\" rel=\"stylesheet\" />
  334.     <link href=\"{{ asset('dev/css/pages/signin-coach.css')}}\" rel=\"stylesheet\" />
  335.     <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('dev/css/select2.min.css') }}\" />
  336.     <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('dev/css/intlTelInput.css') }}\" />
  337.     <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css\" />
  338.     <!-- Font Awesome fr icons -->
  339.     <script src=\"https://kit.fontawesome.com/620b294e78.js\" crossorigin=\"anonymous\"></script>
  340. {% endblock %}
  341. {% block title %}{{\"Login\"|trans }}{% endblock %} 
  342. {% block content %}
  343.     <main >
  344.         <section id=\"hero\" class=\"background-image\"  >
  345.             <div class=\"opacity-mask\"  style=\"height: 100vh;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%);\">
  346.             </div>
  347.             <div class=\"container py-15 row relative z-10 \" style=\"margin-top: 15vh;\">
  348.                 <div class=\"col-md-8 normal-case  flex lg:flex-col lg:items-start lg:justify-center side-highlight  hidden lg:flex  \">
  349.                     <h2 class=\"xl:text-7xl text-4xl font-extrabold  text-start me-4 \">
  350.                         <span class=\"text-white  text-3xl font-medium\">Bienvenue sur Bookoach</span><br>Connectez vous</h2>
  351.                     <h2 class=\"xl:text-2xl text-xl my-10 mb-12  text-start normal-case w-3/4\">Équipez-vous de Bookoach pour gagner en confort de travail. La solution pour <span class=\"font-bold  text-white  \"> améliorer le quotidien des coachs</span>
  352.                     </h2>
  353.                     <div class=\"flex items-center py-2\">
  354.                         <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>
  355.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\"> Réservation simple et rapide.
  356.                         </h4>
  357.                     </div>
  358.                     <div class=\"flex items-center py-2\">
  359.                         <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>
  360.                         <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.
  361.                         </h4>
  362.                     </div>
  363.                     <div class=\"flex items-center py-2\">
  364.                         <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>
  365.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\"> La meilleurs séléction de Coachs.
  366.                         </h4>
  367.                     </div>
  368.                     <div class=\"flex items-center py-2\">
  369.                         <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>
  370.                         <h4 class=\"xl:text-lg  text-base ps-2 text-white font-semibold text-start\">Rejoignez la communauté Bookoach. 
  371.                         </h4>
  372.                     </div>
  373.                 </div>
  374.                 <div class=\"col-md col-sm-12 relative\">
  375.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;left: 6%;top: -20%;\">
  376.                         <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>
  377.                     </div>
  378.                     <div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;right: 24%;bottom: -10%;\">
  379.                         <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>
  380.                     </div>
  381.                     <img src=\"{{ asset('dev/img/left-fill.svg') }}\" class=\"absolute z-0\" style=\"right: 9px;top: -97px;\">
  382.                         <div class=\"w-full bg-white rounded-lg shadow dark:border md:mt-0 normal-case   xl:p-0 dark:bg-gray-800 dark:border-gray-700\">
  383.                             <div class=\"p-6 space-y-4 md:space-y-6 sm:p-8 z-10 relative\">
  384.                                 <h1 class=\"text-base text-left font-semi-bold leading-tight tracking-tight text-gray-900 mt-3  md:text-lg dark:text-white\">
  385.                                     Saisissez vos identifiants <br><span style=\"color: #ffaa00;\" class=\" text-2xl md:text-3xl text-gray-900 tracking-wide\"> Connexion\t\t\t\t\t\t\t\t</span> 
  386.                                 </h1>
  387.                                 <form class=\"space-y-3 md:space-y-5 text-start\" action=\"#\">
  388.                                     <div class=\"form-floating mb-3\">
  389.                                         <input type=\"email\"
  390.                                                class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500\"
  391.                                                id=\"floatingInput\" placeholder=\"name@example.com\">
  392.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingInput\">Email
  393.                                                 address</label>
  394.                                     </div>
  395.                                     <div class=\"form-floating\">
  396.                                         <input type=\"password\"
  397.                                                class=\"form-control bsm:text-sm rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500\"
  398.                                                id=\"floatingPassword\" placeholder=\"Password\">
  399.                                             <label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingPassword\">Mot de
  400.                                                 passe</label>
  401.                                     </div>
  402.                                     <div class=\"flex items-center justify-between \">
  403.                                         <div class=\"flex items-center h-5\">
  404.                                             <input id=\"terms\" aria-describedby=\"terms\" type=\"checkbox\" class=\"w-3 h-3 border border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-primary-300 dark:bg-gray-700 dark:border-gray-600 dark:focus:ring-primary-600 dark:ring-offset-gray-800\" required=\"\">
  405.                                                 <div class=\"ml-2 text-xs\">
  406.                                                     <label for=\"terms\" class=\"font-light text-gray-500  dark:text-gray-300\">Enregistrer </label>
  407.                                                 </div>
  408.                                         </div>
  409.                                         <div>
  410.                                             <a href=\"\"><label for=\"terms\" class=\"font-light text-gray-500 text-xs \">Mot de passe oublié ? </label>
  411.                                             </a>
  412.                                         </div>
  413.                                     </div>
  414.                                     <button type=\"submit\" style=\" background: #ffaa00;\" class=\"w-full 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\">Se connecter</button>
  415.                                     <p class=\"text-xs text-center font-light text-gray-500 dark:text-gray-400\">
  416.                                         Déjà un compte ? <a href=\"#\" class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\">Connectez-vous ici</a>
  417.                                     </p>
  418.                                 </form>
  419.                                 <div class=\"row socials\">
  420.                                     <div class=\"relative flex  items-center\">
  421.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  422.                                         <span class=\"flex-shrink mx-2 text-gray-300\">ou</span>
  423.                                         <div class=\"flex-grow border-t border-gray-300\"></div>
  424.                                     </div>
  425.                                     <div class=\"col-md-6 my-2 \">
  426.                                         <a href=\"#\"
  427.                                            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\">
  428.                                             <img src=\"{{ asset('dev/img/google-logo.png') }}\" class=\"ps-2 object-fill\"
  429.                                                  style=\"height: 20px;/* width: 80px; *//* object-fit: cover; */\">
  430.                                                 <div class=\"text-left rtl:text-right \">
  431.                                                     <div class=\"mt-1 ms-1 white  text-sm font-semibold whitespace-nowrap\">Se connecter</div>
  432.                                                 </div>
  433.                                         </a>
  434.                                     </div>
  435.                                     <div class=\"col-md-6 my-2\">
  436.                                         <a href=\"#\"
  437.                                            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\">
  438.                                             <img src=\"{{ asset('dev/img/apple-logo-2.svg') }}\" class=\"ps-2 object-fill\"
  439.                                                  style=\"height: 30px;/* width: 80px; *//* object-fit: cover; */\">
  440.                                                 <div class=\"text-left rtl:text-right \">
  441.                                                     <div class=\"mt-1 ms-1 white  text-sm font-semibold whitespace-nowrap\">Se connecter </div>
  442.                                                 </div>
  443.                                         </a>
  444.                                     </div>
  445.                                 </div>
  446.                             </div>
  447.                         </div>
  448.                 </div>
  449.             </div>       
  450.         </section>
  451.     </main>
  452.     <!-- End main -->
  453. {% endblock %}
  454. {% block javascripts %}
  455.     <script src=\"{{ asset('dev/js/hicon.min.js')}}\"></script>
  456.     <script> hicon.replace();</script>
  457.     <script src=\"{{ asset('dev/js/signin-coach.js')}}\" type=\"module\"></script>
  458.     <script src=\"{{ asset('dev/js/home.js')}}\" type=\"module\"></script>
  459.     <script src=\"{{ asset('dev/js/feather.min.js')}}\">  feather.replace();</script>
  460.     <script src=\"{{ asset('dev/js/datepicker.min.js')}}\"></script>   
  461.     <!-- Card Validator format --> 
  462.     <!--Validate forms jquery-->
  463.     <script src=\"{{ asset('dev/js/jquery.validate.min.js') }}\"></script>
  464.     <script src=\"{{ asset('dev/js/forms.js') }}\" type=\"module\"></script>
  465.     <script src=\"{{ asset('dev/js/payments.js') }}\"></script>    
  466. {% endblock %}""security/login.html.twig""/home/bookoachroot/public_html/templates/security/login.html.twig");
  467.     }
  468. }