var/cache/website/dev/twig/9c/9c83dab7f2bfd1d177f7cf06bfa730449237b9ede0611d5ada586f67e362409e.php line 54

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. use Twig\TemplateWrapper;
  15. /* client/register.html.twig */
  16. class __TwigTemplate_17fbd85753661f490f4ce9ad39fa4fa24aead388703df31dfe3a717084b6d498 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'contentBody' => [$this'block_contentBody'],
  29.             'javascripts' => [$this'block_javascripts'],
  30.         ];
  31.     }
  32.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  33.     {
  34.         // line 1
  35.         return "layout.html.twig";
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = []): iterable
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""client/register.html.twig"));
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""client/register.html.twig"));
  44.         $this->parent $this->loadTemplate("layout.html.twig""client/register.html.twig"1);
  45.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  48.         
  49.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  50.     }
  51.     // line 3
  52.     /**
  53.      * @return iterable<null|scalar|\Stringable>
  54.      */
  55.     public function block_contentBody(array $context, array $blocks = []): iterable
  56.     {
  57.         $macros $this->macros;
  58.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  59.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contentBody"));
  60.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  61.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contentBody"));
  62.         // line 4
  63.         yield "    ";
  64.         $context["title"] = ((CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "title", [], "any"truetruefalse4)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env$this->source, ($context["content"] ?? null), "title", [], "any"falsefalsefalse4))) : (""));
  65.         // line 5
  66.         yield "    <!-- Main content -->
  67.     <div class=\"content container mt-5\">
  68.         <div class=\"row justify-content-center d-flex\">
  69.             <!-- Signup Section -->
  70.             <div class=\"col-md-7 d-flex align-items-stretch\">
  71.                 <div class=\"form-container p-4 bg-white shadow-sm\">
  72.                     <h2 class=\"header-text text-center\">Inscrivez-vous</h2>
  73.                     <div id=\"id_notification\"></div>
  74.                     ";
  75.         // line 13
  76.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'13$this->source); })()), 'form_start');
  77.         yield "
  78.                         <div class=\"row\">
  79.                             <div class=\"col-md-12\">
  80.                                 ";
  81.         // line 16
  82.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'16$this->source); })()), "civ", [], "any"falsefalsefalse16), 'row');
  83.         yield "
  84.                             </div>
  85.                             <div class=\"col-md-6\">
  86.                                 ";
  87.         // line 19
  88.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'19$this->source); })()), "nom", [], "any"falsefalsefalse19), 'row');
  89.         yield "
  90.                             </div>
  91.                             <div class=\"col-md-6\">
  92.                                 ";
  93.         // line 22
  94.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'22$this->source); })()), "prenom", [], "any"falsefalsefalse22), 'row');
  95.         yield "
  96.                             </div>
  97.                             <div class=\"col-md-6\">
  98.                                 <div class=\"form-group\">
  99.                                     ";
  100.         // line 26
  101.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'26$this->source); })()), "email", [], "any"falsefalsefalse26), 'widget');
  102.         yield "
  103.                                     <span class=\"text-danger text-left\" data-page=\"1\">";
  104.         // line 27
  105.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'27$this->source); })()), "email", [], "any"falsefalsefalse27), 'errors');
  106.         yield "</span>
  107.                                 </div>
  108.                             </div>
  109.                             <div class=\"col-md-6\">
  110.                                 ";
  111.         // line 31
  112.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'31$this->source); })()), "telephone", [], "any"falsefalsefalse31), 'row');
  113.         yield "
  114.                             </div>
  115.                             <div class=\"col-md-6\">
  116.                                 ";
  117.         // line 34
  118.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'34$this->source); })()), "password", [], "any"falsefalsefalse34), 'row');
  119.         yield "
  120.                             </div>
  121.                             <div class=\"col-md-6\">
  122.                                 ";
  123.         // line 37
  124.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'37$this->source); })()), "confirm_password", [], "any"falsefalsefalse37), 'row');
  125.         yield "
  126.                             </div>
  127.                             <div class=\"col-md-6\">
  128.                                 ";
  129.         // line 40
  130.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'40$this->source); })()), "adresse1", [], "any"falsefalsefalse40), 'row');
  131.         yield "
  132.                             </div>
  133.                             <div class=\"col-md-6\">
  134.                                 ";
  135.         // line 43
  136.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'43$this->source); })()), "adresse2", [], "any"falsefalsefalse43), 'row');
  137.         yield "
  138.                             </div>
  139.                             ";
  140.         // line 56
  141.         yield "                            <div class=\"col-md-6\">
  142.                                 ";
  143.         // line 57
  144.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'57$this->source); })()), "ville", [], "any"falsefalsefalse57), 'row');
  145.         yield "
  146.                             </div>
  147.                             <div class=\"col-md-6\">
  148.                                 ";
  149.         // line 60
  150.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'60$this->source); })()), "cp", [], "any"falsefalsefalse60), 'row');
  151.         yield "
  152.                             </div>
  153.                             <div class=\"col-md-6\">
  154.                                 ";
  155.         // line 63
  156.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'63$this->source); })()), "raison_social", [], "any"falsefalsefalse63), 'row');
  157.         yield "
  158.                             </div>
  159.                         </div>
  160.                         ";
  161.         // line 69
  162.         yield "
  163.                         <div class=\"text-center no-padding-top\">
  164.                             ";
  165.         // line 71
  166.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'71$this->source); })()), "recaptcha_token", [], "any"falsefalsefalse71), 'row');
  167.         yield "
  168.                             <script src=\"https://www.google.com/recaptcha/api.js?render=";
  169.         // line 72
  170.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["google_recaptcha_site_key"]) || array_key_exists("google_recaptcha_site_key"$context) ? $context["google_recaptcha_site_key"] : (function () { throw new RuntimeError('Variable "google_recaptcha_site_key" does not exist.'72$this->source); })()), "html"nulltrue);
  171.         yield "\"></script>
  172.                             <script>
  173.                             document.addEventListener(\"DOMContentLoaded\", function() {
  174.                                 grecaptcha.ready(function() {
  175.                                     grecaptcha.execute(\"";
  176.         // line 76
  177.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["google_recaptcha_site_key"]) || array_key_exists("google_recaptcha_site_key"$context) ? $context["google_recaptcha_site_key"] : (function () { throw new RuntimeError('Variable "google_recaptcha_site_key" does not exist.'76$this->source); })()), "html"nulltrue);
  178.         yield "\", {action: 'registration'})
  179.                                         .then(function(token) {
  180.                                             document.getElementById(\"";
  181.         // line 78
  182.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "recaptcha_token", [], "any"falsefalsefalse78), "vars", [], "any"falsefalsefalse78), "id", [], "any"falsefalsefalse78), "html"nulltrue);
  183.         yield "\").value = token;
  184.                                         });
  185.                                 });
  186.                             });
  187.                             </script>
  188.                             <button class=\"btn btn-kl-form-input btn-custom mt-4\" type=\"button\" id=\"id_saveClient\">Créer mon compte</button>
  189.                             <small class=\"form-text text-muted\"><em>*Champs obligatoires</em></small>
  190.                         </div>
  191.                     ";
  192.         // line 86
  193.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'86$this->source); })()), 'form_end');
  194.         yield "
  195.                 </div>
  196.             </div>
  197.         </div>
  198.     </div>
  199.     <style type=\"text/css\">
  200.         .no-padding-top {
  201.             padding-top: 0 !important;
  202.             margin-top: 0 !important;
  203.         }
  204.         /* Background image styling */
  205.         body {
  206.             background-image: url('/media/69/download/coworking-space-in-gurgaon-5485822_1280.jpg?v=1');
  207.             background-repeat: no-repeat;
  208.             background-size: cover; /* Fait en sorte que l'image remplisse tout l'écran */
  209.             background-position: center; /* Centre l'image pour éviter les décalages */
  210.             background-attachment: fixed; /* Fixe l'image en place lors du défilement */
  211.         }
  212.         .big-wrapper {
  213.             background: linear-gradient(to bottom, rgba(255, 255, 255, 1.9), rgba(255, 255, 255, 0)); /* Dégradé du haut (opaque) vers le bas (transparent) */
  214.         }
  215.     </style>
  216.     ";
  217.         // line 110
  218.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  219.         
  220.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  221.         
  222.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  223.         yield from [];
  224.     }
  225.     /**
  226.      * @return iterable<null|scalar|\Stringable>
  227.      */
  228.     public function block_javascripts(array $context, array $blocks = []): iterable
  229.     {
  230.         $macros $this->macros;
  231.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  232.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  233.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  234.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  235.         // line 111
  236.         yield "        ";
  237.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  238.         yield "
  239.     ";
  240.         
  241.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  242.         
  243.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  244.         yield from [];
  245.     }
  246.     /**
  247.      * @codeCoverageIgnore
  248.      */
  249.     public function getTemplateName(): string
  250.     {
  251.         return "client/register.html.twig";
  252.     }
  253.     /**
  254.      * @codeCoverageIgnore
  255.      */
  256.     public function isTraitable(): bool
  257.     {
  258.         return false;
  259.     }
  260.     /**
  261.      * @codeCoverageIgnore
  262.      */
  263.     public function getDebugInfo(): array
  264.     {
  265.         return array (  257 => 111,  234 => 110,  207 => 86,  196 => 78,  191 => 76,  184 => 72,  180 => 71,  176 => 69,  170 => 63,  164 => 60,  158 => 57,  155 => 56,  150 => 43,  144 => 40,  138 => 37,  132 => 34,  126 => 31,  119 => 27,  115 => 26,  108 => 22,  102 => 19,  96 => 16,  90 => 13,  80 => 5,  77 => 4,  64 => 3,  41 => 1,);
  266.     }
  267.     public function getSourceContext(): Source
  268.     {
  269.         return new Source("{% extends \"layout.html.twig\" %}
  270. {% block contentBody %}
  271.     {% set title = content.title|default %}
  272.     <!-- Main content -->
  273.     <div class=\"content container mt-5\">
  274.         <div class=\"row justify-content-center d-flex\">
  275.             <!-- Signup Section -->
  276.             <div class=\"col-md-7 d-flex align-items-stretch\">
  277.                 <div class=\"form-container p-4 bg-white shadow-sm\">
  278.                     <h2 class=\"header-text text-center\">Inscrivez-vous</h2>
  279.                     <div id=\"id_notification\"></div>
  280.                     {{ form_start(form) }}
  281.                         <div class=\"row\">
  282.                             <div class=\"col-md-12\">
  283.                                 {{ form_row(form.civ) }}
  284.                             </div>
  285.                             <div class=\"col-md-6\">
  286.                                 {{ form_row(form.nom) }}
  287.                             </div>
  288.                             <div class=\"col-md-6\">
  289.                                 {{ form_row(form.prenom) }}
  290.                             </div>
  291.                             <div class=\"col-md-6\">
  292.                                 <div class=\"form-group\">
  293.                                     {{ form_widget(form.email) }}
  294.                                     <span class=\"text-danger text-left\" data-page=\"1\">{{ form_errors(form.email) }}</span>
  295.                                 </div>
  296.                             </div>
  297.                             <div class=\"col-md-6\">
  298.                                 {{ form_row(form.telephone) }}
  299.                             </div>
  300.                             <div class=\"col-md-6\">
  301.                                 {{ form_row(form.password) }}
  302.                             </div>
  303.                             <div class=\"col-md-6\">
  304.                                 {{ form_row(form.confirm_password) }}
  305.                             </div>
  306.                             <div class=\"col-md-6\">
  307.                                 {{ form_row(form.adresse1) }}
  308.                             </div>
  309.                             <div class=\"col-md-6\">
  310.                                 {{ form_row(form.adresse2) }}
  311.                             </div>
  312.                             {# div class=\"col-md-6\">
  313.                                 <div>
  314.                                     <div class=\"form-group\">
  315.                                         <select class=\"custom-select form-control kl-form-input login\" id=\"pays\" name=\"client[pays]\">
  316.                                         {% for paysid, value in pays %}
  317.                                             <option value=\"{{ paysid }}\" {{ paysid == 57 ? 'selected=\"selelected\"' : '' }} >{{ value }}</option>
  318.                                         {% endfor %}
  319.                                         </select>
  320.                                     </div>
  321.                                 </div>
  322.                             </div>#}
  323.                             <div class=\"col-md-6\">
  324.                                 {{ form_row(form.ville) }}
  325.                             </div>
  326.                             <div class=\"col-md-6\">
  327.                                 {{ form_row(form.cp) }}
  328.                             </div>
  329.                             <div class=\"col-md-6\">
  330.                                 {{ form_row(form.raison_social) }}
  331.                             </div>
  332.                         </div>
  333.                         {# <div class=\"row\">
  334.                             <div class=\"col-md-12\">{{ form_row(form.recevoir_offre) }}</div>
  335.                         </div> #}
  336.                         <div class=\"text-center no-padding-top\">
  337.                             {{ form_row(form.recaptcha_token) }}
  338.                             <script src=\"https://www.google.com/recaptcha/api.js?render={{ google_recaptcha_site_key }}\"></script>
  339.                             <script>
  340.                             document.addEventListener(\"DOMContentLoaded\", function() {
  341.                                 grecaptcha.ready(function() {
  342.                                     grecaptcha.execute(\"{{ google_recaptcha_site_key }}\", {action: 'registration'})
  343.                                         .then(function(token) {
  344.                                             document.getElementById(\"{{ form.recaptcha_token.vars.id }}\").value = token;
  345.                                         });
  346.                                 });
  347.                             });
  348.                             </script>
  349.                             <button class=\"btn btn-kl-form-input btn-custom mt-4\" type=\"button\" id=\"id_saveClient\">Créer mon compte</button>
  350.                             <small class=\"form-text text-muted\"><em>*Champs obligatoires</em></small>
  351.                         </div>
  352.                     {{ form_end(form) }}
  353.                 </div>
  354.             </div>
  355.         </div>
  356.     </div>
  357.     <style type=\"text/css\">
  358.         .no-padding-top {
  359.             padding-top: 0 !important;
  360.             margin-top: 0 !important;
  361.         }
  362.         /* Background image styling */
  363.         body {
  364.             background-image: url('/media/69/download/coworking-space-in-gurgaon-5485822_1280.jpg?v=1');
  365.             background-repeat: no-repeat;
  366.             background-size: cover; /* Fait en sorte que l'image remplisse tout l'écran */
  367.             background-position: center; /* Centre l'image pour éviter les décalages */
  368.             background-attachment: fixed; /* Fixe l'image en place lors du défilement */
  369.         }
  370.         .big-wrapper {
  371.             background: linear-gradient(to bottom, rgba(255, 255, 255, 1.9), rgba(255, 255, 255, 0)); /* Dégradé du haut (opaque) vers le bas (transparent) */
  372.         }
  373.     </style>
  374.     {% block javascripts %}
  375.         {{ parent() }}
  376.     {% endblock %}
  377. {% endblock %}
  378. ""client/register.html.twig""/home/coworking/www_preprod/templates/client/register.html.twig");
  379.     }
  380. }