<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* security/login.html.twig */
class __TwigTemplate_d4b73932e2f26f4dc776c7f9479f7e86 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'title' => [$this, 'block_title'],
'content' => [$this, 'block_content'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "pages/baseNoFooter.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "security/login.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "security/login.html.twig"));
$this->parent = $this->loadTemplate("pages/baseNoFooter.html.twig", "security/login.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 4
yield " <!-- CUSTOM CSS -->
<link href=\"";
// line 5
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/tailwind.min.css"), "html", null, true);
yield "\" rel=\"stylesheet\" />
<link href=\"";
// line 6
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/pages/home.css"), "html", null, true);
yield "\" rel=\"stylesheet\" />
<link href=\"";
// line 7
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/pages/payments.css"), "html", null, true);
yield "\" rel=\"stylesheet\" />
<link href=\"";
// line 8
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/header2.css"), "html", null, true);
yield "\" rel=\"stylesheet\" />
<link href=\"";
// line 9
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/forms.css"), "html", null, true);
yield "\" rel=\"stylesheet\" />
<link href=\"";
// line 10
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/pages/signin-coach.css"), "html", null, true);
yield "\" rel=\"stylesheet\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 12
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/select2.min.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 13
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/intlTelInput.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css\" />
<!-- Font Awesome fr icons -->
<script src=\"https://kit.fontawesome.com/620b294e78.js\" crossorigin=\"anonymous\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 20
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Login"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 21
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 22
yield " <main >
<section id=\"hero\" class=\"background-image\" >
<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%);\">
</div>
<div class=\"container py-15 row relative z-10 \" style=\"margin-top: 15vh;\">
<div class=\"col-md-8 normal-case flex lg:flex-col lg:items-start lg:justify-center side-highlight hidden lg:flex \">
<h2 class=\"xl:text-7xl text-4xl font-extrabold text-start me-4 \">
<span class=\"text-white text-3xl font-medium\">Bienvenue sur Bookoach</span><br>Connectez vous</h2>
<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>
</h2>
<div class=\"flex items-center py-2\">
<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>
<h4 class=\"xl:text-lg text-base ps-2 text-white font-semibold text-start\"> Réservation simple et rapide.
</h4>
</div>
<div class=\"flex items-center py-2\">
<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>
<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.
</h4>
</div>
<div class=\"flex items-center py-2\">
<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>
<h4 class=\"xl:text-lg text-base ps-2 text-white font-semibold text-start\"> La meilleurs séléction de Coachs.
</h4>
</div>
<div class=\"flex items-center py-2\">
<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>
<h4 class=\"xl:text-lg text-base ps-2 text-white font-semibold text-start\">Rejoignez la communauté Bookoach.
</h4>
</div>
</div>
<div class=\"col-md col-sm-12 relative\">
<div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;left: 6%;top: -20%;\">
<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>
</div>
<div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;right: 24%;bottom: -10%;\">
<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>
</div>
<img src=\"";
// line 68
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/left-fill.svg"), "html", null, true);
yield "\" class=\"absolute z-0\" style=\"right: 9px;top: -97px;\">
<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\">
<div class=\"p-6 space-y-4 md:space-y-6 sm:p-8 z-10 relative\">
<h1 class=\"text-base text-left font-semi-bold leading-tight tracking-tight text-gray-900 mt-3 md:text-lg dark:text-white\">
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>
</h1>
<form class=\"space-y-3 md:space-y-5 text-start\" action=\"#\">
<div class=\"form-floating mb-3\">
<input type=\"email\"
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\"
id=\"floatingInput\" placeholder=\"name@example.com\">
<label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingInput\">Email
address</label>
</div>
<div class=\"form-floating\">
<input type=\"password\"
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\"
id=\"floatingPassword\" placeholder=\"Password\">
<label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingPassword\">Mot de
passe</label>
</div>
<div class=\"flex items-center justify-between \">
<div class=\"flex items-center h-5\">
<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=\"\">
<div class=\"ml-2 text-xs\">
<label for=\"terms\" class=\"font-light text-gray-500 dark:text-gray-300\">Enregistrer </label>
</div>
</div>
<div>
<a href=\"\"><label for=\"terms\" class=\"font-light text-gray-500 text-xs \">Mot de passe oublié ? </label>
</a>
</div>
</div>
<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>
<p class=\"text-xs text-center font-light text-gray-500 dark:text-gray-400\">
Déjà un compte ? <a href=\"#\" class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\">Connectez-vous ici</a>
</p>
</form>
<div class=\"row socials\">
<div class=\"relative flex items-center\">
<div class=\"flex-grow border-t border-gray-300\"></div>
<span class=\"flex-shrink mx-2 text-gray-300\">ou</span>
<div class=\"flex-grow border-t border-gray-300\"></div>
</div>
<div class=\"col-md-6 my-2 \">
<a href=\"#\"
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\">
<img src=\"";
// line 118
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/google-logo.png"), "html", null, true);
yield "\" class=\"ps-2 object-fill\"
style=\"height: 20px;/* width: 80px; *//* object-fit: cover; */\">
<div class=\"text-left rtl:text-right \">
<div class=\"mt-1 ms-1 white text-sm font-semibold whitespace-nowrap\">Se connecter</div>
</div>
</a>
</div>
<div class=\"col-md-6 my-2\">
<a href=\"#\"
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\">
<img src=\"";
// line 129
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/img/apple-logo-2.svg"), "html", null, true);
yield "\" class=\"ps-2 object-fill\"
style=\"height: 30px;/* width: 80px; *//* object-fit: cover; */\">
<div class=\"text-left rtl:text-right \">
<div class=\"mt-1 ms-1 white text-sm font-semibold whitespace-nowrap\">Se connecter </div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- End main -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 152
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 153
yield "
<script src=\"";
// line 154
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/hicon.min.js"), "html", null, true);
yield "\"></script>
<script> hicon.replace();</script>
<script src=\"";
// line 157
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/signin-coach.js"), "html", null, true);
yield "\" type=\"module\"></script>
<script src=\"";
// line 158
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/home.js"), "html", null, true);
yield "\" type=\"module\"></script>
<script src=\"";
// line 160
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/feather.min.js"), "html", null, true);
yield "\"> feather.replace();</script>
<script src=\"";
// line 161
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/datepicker.min.js"), "html", null, true);
yield "\"></script>
<!-- Card Validator format -->
<!--Validate forms jquery-->
<script src=\"";
// line 165
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/jquery.validate.min.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 166
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/forms.js"), "html", null, true);
yield "\" type=\"module\"></script>
<script src=\"";
// line 169
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/payments.js"), "html", null, true);
yield "\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "security/login.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'pages/baseNoFooter.html.twig' %}
{% block stylesheets %}
<!-- CUSTOM CSS -->
<link href=\"{{ asset('dev/css/tailwind.min.css')}}\" rel=\"stylesheet\" />
<link href=\"{{ asset('dev/css/pages/home.css')}}\" rel=\"stylesheet\" />
<link href=\"{{ asset('dev/css/pages/payments.css')}}\" rel=\"stylesheet\" />
<link href=\"{{ asset('dev/css/header2.css')}}\" rel=\"stylesheet\" />
<link href=\"{{ asset('dev/css/forms.css')}}\" rel=\"stylesheet\" />
<link href=\"{{ asset('dev/css/pages/signin-coach.css')}}\" rel=\"stylesheet\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('dev/css/select2.min.css') }}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('dev/css/intlTelInput.css') }}\" />
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css\" />
<!-- Font Awesome fr icons -->
<script src=\"https://kit.fontawesome.com/620b294e78.js\" crossorigin=\"anonymous\"></script>
{% endblock %}
{% block title %}{{\"Login\"|trans }}{% endblock %}
{% block content %}
<main >
<section id=\"hero\" class=\"background-image\" >
<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%);\">
</div>
<div class=\"container py-15 row relative z-10 \" style=\"margin-top: 15vh;\">
<div class=\"col-md-8 normal-case flex lg:flex-col lg:items-start lg:justify-center side-highlight hidden lg:flex \">
<h2 class=\"xl:text-7xl text-4xl font-extrabold text-start me-4 \">
<span class=\"text-white text-3xl font-medium\">Bienvenue sur Bookoach</span><br>Connectez vous</h2>
<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>
</h2>
<div class=\"flex items-center py-2\">
<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>
<h4 class=\"xl:text-lg text-base ps-2 text-white font-semibold text-start\"> Réservation simple et rapide.
</h4>
</div>
<div class=\"flex items-center py-2\">
<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>
<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.
</h4>
</div>
<div class=\"flex items-center py-2\">
<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>
<h4 class=\"xl:text-lg text-base ps-2 text-white font-semibold text-start\"> La meilleurs séléction de Coachs.
</h4>
</div>
<div class=\"flex items-center py-2\">
<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>
<h4 class=\"xl:text-lg text-base ps-2 text-white font-semibold text-start\">Rejoignez la communauté Bookoach.
</h4>
</div>
</div>
<div class=\"col-md col-sm-12 relative\">
<div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;left: 6%;top: -20%;\">
<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>
</div>
<div class=\"hidden xl:block\" style=\"position: absolute;z-index: -1;right: 24%;bottom: -10%;\">
<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>
</div>
<img src=\"{{ asset('dev/img/left-fill.svg') }}\" class=\"absolute z-0\" style=\"right: 9px;top: -97px;\">
<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\">
<div class=\"p-6 space-y-4 md:space-y-6 sm:p-8 z-10 relative\">
<h1 class=\"text-base text-left font-semi-bold leading-tight tracking-tight text-gray-900 mt-3 md:text-lg dark:text-white\">
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>
</h1>
<form class=\"space-y-3 md:space-y-5 text-start\" action=\"#\">
<div class=\"form-floating mb-3\">
<input type=\"email\"
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\"
id=\"floatingInput\" placeholder=\"name@example.com\">
<label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingInput\">Email
address</label>
</div>
<div class=\"form-floating\">
<input type=\"password\"
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\"
id=\"floatingPassword\" placeholder=\"Password\">
<label class=\"mb-2 text-sm font-medium text-gray-900 dark:text-white\" for=\"floatingPassword\">Mot de
passe</label>
</div>
<div class=\"flex items-center justify-between \">
<div class=\"flex items-center h-5\">
<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=\"\">
<div class=\"ml-2 text-xs\">
<label for=\"terms\" class=\"font-light text-gray-500 dark:text-gray-300\">Enregistrer </label>
</div>
</div>
<div>
<a href=\"\"><label for=\"terms\" class=\"font-light text-gray-500 text-xs \">Mot de passe oublié ? </label>
</a>
</div>
</div>
<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>
<p class=\"text-xs text-center font-light text-gray-500 dark:text-gray-400\">
Déjà un compte ? <a href=\"#\" class=\"font-medium text-primary-600 hover:underline dark:text-primary-500\">Connectez-vous ici</a>
</p>
</form>
<div class=\"row socials\">
<div class=\"relative flex items-center\">
<div class=\"flex-grow border-t border-gray-300\"></div>
<span class=\"flex-shrink mx-2 text-gray-300\">ou</span>
<div class=\"flex-grow border-t border-gray-300\"></div>
</div>
<div class=\"col-md-6 my-2 \">
<a href=\"#\"
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\">
<img src=\"{{ asset('dev/img/google-logo.png') }}\" class=\"ps-2 object-fill\"
style=\"height: 20px;/* width: 80px; *//* object-fit: cover; */\">
<div class=\"text-left rtl:text-right \">
<div class=\"mt-1 ms-1 white text-sm font-semibold whitespace-nowrap\">Se connecter</div>
</div>
</a>
</div>
<div class=\"col-md-6 my-2\">
<a href=\"#\"
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\">
<img src=\"{{ asset('dev/img/apple-logo-2.svg') }}\" class=\"ps-2 object-fill\"
style=\"height: 30px;/* width: 80px; *//* object-fit: cover; */\">
<div class=\"text-left rtl:text-right \">
<div class=\"mt-1 ms-1 white text-sm font-semibold whitespace-nowrap\">Se connecter </div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- End main -->
{% endblock %}
{% block javascripts %}
<script src=\"{{ asset('dev/js/hicon.min.js')}}\"></script>
<script> hicon.replace();</script>
<script src=\"{{ asset('dev/js/signin-coach.js')}}\" type=\"module\"></script>
<script src=\"{{ asset('dev/js/home.js')}}\" type=\"module\"></script>
<script src=\"{{ asset('dev/js/feather.min.js')}}\"> feather.replace();</script>
<script src=\"{{ asset('dev/js/datepicker.min.js')}}\"></script>
<!-- Card Validator format -->
<!--Validate forms jquery-->
<script src=\"{{ asset('dev/js/jquery.validate.min.js') }}\"></script>
<script src=\"{{ asset('dev/js/forms.js') }}\" type=\"module\"></script>
<script src=\"{{ asset('dev/js/payments.js') }}\"></script>
{% endblock %}", "security/login.html.twig", "/home/bookoachroot/public_html/templates/security/login.html.twig");
}
}