var/cache/dev/twig/ac/ac121a56efdde58db6164d254fd18da2014502dee902d71d13474aa60e1d8b8c.php line 39

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* home.html.twig */
  14. class __TwigTemplate_2cd7ea8d7cac2abd7bb5dafba1c43b5537b3a69d0a167f187208c5272746580a extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'body' => [$this'block_body'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "base.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""home.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""home.html.twig"));
  39.         // line 2
  40.         $context["page"] = "homepage";
  41.         // line 1
  42.         $this->parent $this->loadTemplate("base.html.twig""home.html.twig"1);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  46.         
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  48.     }
  49.     // line 4
  50.     public function block_title($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  57.         echo "Accueil";
  58.         
  59.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  60.         
  61.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  62.     }
  63.     // line 6
  64.     public function block_body($context, array $blocks = [])
  65.     {
  66.         $macros $this->macros;
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  68.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  69.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  70.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  71.         // line 7
  72.         echo "
  73.     ";
  74.         // line 8
  75.         $context["headerContent"] = $this->extensions['App\Twig\ContentExtension']->Content("Home""Header");
  76.         // line 9
  77.         echo "
  78.     ";
  79.         // line 10
  80.         if ((twig_get_attribute($this->env$this->source, ($context["headerContent"] ?? null), "picture", [], "any"truetruefalse10) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["headerContent"]) || array_key_exists("headerContent"$context) ? $context["headerContent"] : (function () { throw new RuntimeError('Variable "headerContent" does not exist.'10$this->source); })()), "picture", [], "any"falsefalsefalse10)))) {
  81.             // line 11
  82.             echo "        ";
  83.             $context["backgroundImage"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["headerContent"]) || array_key_exists("headerContent"$context) ? $context["headerContent"] : (function () { throw new RuntimeError('Variable "headerContent" does not exist.'11$this->source); })()), "picture", [], "any"falsefalsefalse11), 0, [], "array"falsefalsefalse11), "path", [], "any"falsefalsefalse11);
  84.             // line 12
  85.             echo "    ";
  86.         } else {
  87.             // line 13
  88.             echo "        ";
  89.             $context["backgroundImage"] = "empty";
  90.             // line 14
  91.             echo "    ";
  92.         }
  93.         // line 15
  94.         echo "
  95.     <header class=\"header-home\" style=\"background-image:url(";
  96.         // line 16
  97.         if (twig_test_empty((isset($context["backgroundImage"]) || array_key_exists("backgroundImage"$context) ? $context["backgroundImage"] : (function () { throw new RuntimeError('Variable "backgroundImage" does not exist.'16$this->source); })()))) {
  98.             echo "'/uploads/images/";
  99.             echo twig_escape_filter($this->env, (isset($context["backgroundImage"]) || array_key_exists("backgroundImage"$context) ? $context["backgroundImage"] : (function () { throw new RuntimeError('Variable "backgroundImage" does not exist.'16$this->source); })()), "html"nulltrue);
  100.             echo "'";
  101.         } else {
  102.             echo "'https://tracol.lu/uploads/tracol.jpg'";
  103.         }
  104.         echo ")\">
  105.         <div class=\"container-fluid\">
  106.             <div class=\"px-4 py-5 text-center\">
  107.                 <div id=\"block-header-home\" class=\"col-lg-12\">
  108.                     ";
  109.         // line 20
  110.         if (twig_get_attribute($this->env$this->source, ($context["headerContent"] ?? null), "content", [], "any"truetruefalse20)) {
  111.             // line 21
  112.             echo "                        <div id=\"svg-header\" class=\"col-lg-8 div-svg-header \">
  113.                             <svg id=\"svg-home\" xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  114.                                 <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  115.                             </svg>
  116.                         </div>
  117.                         <div class=\"col-lg-8 div-svg-header home-p\">
  118.                             <p id=\"header-text-home\" class=\"header-text\">";
  119.             // line 27
  120.             echo twig_get_attribute($this->env$this->source, (isset($context["headerContent"]) || array_key_exists("headerContent"$context) ? $context["headerContent"] : (function () { throw new RuntimeError('Variable "headerContent" does not exist.'27$this->source); })()), "content", [], "any"falsefalsefalse27);
  121.             echo "</p>
  122.                         </div>
  123.                     ";
  124.         }
  125.         // line 30
  126.         echo "                    ";
  127.         // line 148
  128.         echo "
  129.                 </div>
  130.             </div>
  131.         </div>
  132.     </header>
  133.     <div class=\"container-fluid\">
  134.         <section class=\"project\">
  135.             ";
  136.         // line 156
  137.         $context["projectContent"] = $this->extensions['App\Twig\ContentExtension']->Content("Home""Projects");
  138.         // line 157
  139.         echo "            <div id=\"home-section\" class=\"col-lg-8 mx-auto div-svg-header pre-section\">
  140.                 <div class=\"home-section-title\" style=\"font-size: 2.3em;display: flex;flex-direction: column;\">
  141.                     <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\" style=\"margin-bottom: 10px\">
  142.                         <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  143.                     </svg>
  144.                     <h1 class=\"project-title\">";
  145.         // line 162
  146.         if (twig_get_attribute($this->env$this->source, ($context["projectContent"] ?? null), "name", [], "any"truetruefalse162)) {
  147.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["projectContent"]) || array_key_exists("projectContent"$context) ? $context["projectContent"] : (function () { throw new RuntimeError('Variable "projectContent" does not exist.'162$this->source); })()), "name", [], "any"falsefalsefalse162), "html"nulltrue);
  148.         } else {
  149.             echo "Nos projets";
  150.         }
  151.         echo "</h1>
  152.                 </div>
  153.                 <div class=\"separator\"></div>
  154.                 <div class=\"pre-section-content col-md-6\">
  155.                     ";
  156.         // line 166
  157.         if (twig_get_attribute($this->env$this->source, ($context["projectContent"] ?? null), "content", [], "any"truetruefalse166)) {
  158.             // line 167
  159.             echo "                        ";
  160.             echo twig_get_attribute($this->env$this->source, (isset($context["projectContent"]) || array_key_exists("projectContent"$context) ? $context["projectContent"] : (function () { throw new RuntimeError('Variable "projectContent" does not exist.'167$this->source); })()), "content", [], "any"falsefalsefalse167);
  161.             echo "
  162.                     ";
  163.         } else {
  164.             // line 169
  165.             echo "                        Dotées d’une architecture résolument contemporaine, associée à des matériaux de qualité, les maisons et les résidences Tracol Immobilier ne vous laisseront pas indifférent.
  166.                     ";
  167.         }
  168.         // line 171
  169.         echo "                </div>
  170.             </div>
  171.         </section>
  172.         <section class=\"properties\" style=\"margin-bottom: 40px\">
  173.             ";
  174.         // line 189
  175.         echo "
  176.             ";
  177.         // line 207
  178.         echo "
  179.             <div id=\"projects\" class=\"col-lg-8 mx-auto\" style=\"display: flex;  flex-wrap: wrap; justify-content: space-between\">
  180.                 ";
  181.         // line 209
  182.         $context['_parent'] = $context;
  183.         $context['_seq'] = twig_ensure_traversable(twig_slice($this->env, (isset($context["projects"]) || array_key_exists("projects"$context) ? $context["projects"] : (function () { throw new RuntimeError('Variable "projects" does not exist.'209$this->source); })()), 04));
  184.         foreach ($context['_seq'] as $context["_key"] => $context["project"]) {
  185.             // line 210
  186.             echo "                    <div onclick=\"location.href='";
  187.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("project-detail", ["id" => twig_get_attribute($this->env$this->source$context["project"], "id", [], "any"falsefalsefalse210)]), "html"nulltrue);
  188.             echo "'\" data-id=\"";
  189.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("project-detail", ["id" => twig_get_attribute($this->env$this->source$context["project"], "id", [], "any"falsefalsefalse210)]), "html"nulltrue);
  190.             echo "\" id=\"width-col-6-home\" class=\"col-lg-6 margin-top-30\" style=\"position: relative; cursor: pointer\">
  191.                         ";
  192.             // line 231
  193.             echo "                        <div class=\"tag-ref-projet-3\"><span class=\"text-tag-ref\">";
  194.             echo twig_escape_filter($this->env$this->extensions['App\Twig\ContentExtension']->typeProject(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["project"], "construction", [], "any"falsefalsefalse231), "construction_step", [], "any"falsefalsefalse231)), "html"nulltrue);
  195.             echo "</span></div>
  196.                         ";
  197.             // line 232
  198.             if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["project"], "pictures", [], "any"falsefalsefalse232))) {
  199.                 // line 233
  200.                 echo "                            ";
  201.                 $context['_parent'] = $context;
  202.                 $context['_seq'] = twig_ensure_traversable(twig_slice($this->envtwig_get_attribute($this->env$this->source$context["project"], "pictures", [], "any"falsefalsefalse233), 01));
  203.                 foreach ($context['_seq'] as $context["_key"] => $context["picture"]) {
  204.                     // line 234
  205.                     echo "                                <div class=\"img\" style=\"background-image: url('";
  206.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["picture"], "url", [], "any"falsefalsefalse234), "html"nulltrue);
  207.                     echo "'); margin: 0px;\">
  208.                                 </div>
  209.                             ";
  210.                 }
  211.                 $_parent $context['_parent'];
  212.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['picture'], $context['_parent'], $context['loop']);
  213.                 $context array_intersect_key($context$_parent) + $_parent;
  214.                 // line 237
  215.                 echo "                        ";
  216.             } else {
  217.                 // line 238
  218.                 echo "                            <div class=\"img\" style=\"background-image: url('";
  219.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/Maisons_H_R1.jpg"), "html"nulltrue);
  220.                 echo "'); margin: 0px;\"></div>
  221.                         ";
  222.             }
  223.             // line 240
  224.             echo "                        <p class=\"city\">";
  225.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["project"], "city", [], "any"falsefalsefalse240), "name", [], "any"falsefalsefalse240), "html"nulltrue);
  226.             echo "</p>
  227.                         <p class=\"project-name\">";
  228.             // line 241
  229.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["project"], "reference", [], "any"falsefalsefalse241), "html"nulltrue);
  230.             echo "</p>
  231.                     </div>
  232.                 ";
  233.         }
  234.         $_parent $context['_parent'];
  235.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['project'], $context['_parent'], $context['loop']);
  236.         $context array_intersect_key($context$_parent) + $_parent;
  237.         // line 244
  238.         echo "            </div>
  239.             <div class=\"col-lg-8 mx-auto projects-link-mobile\" style=\"display: none\">
  240.                 <a href=\"";
  241.         // line 246
  242.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("projects");
  243.         echo "\" class=\"property-span-arrow\">VOIR TOUS NOS PROJETS
  244.                     <i class=\"fas fa-arrow-right property-arrow\"></i>
  245.                 </a>
  246.             </div>
  247.             <div id=\"link-none\" class=\"col-lg-8 mx-auto div-svg-header d-flex justify-content-end\">
  248.                 <div>
  249.                     <a id=\"link-none-a d-flex\" class=\"property-span-arrow\" href=\"";
  250.         // line 252
  251.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("projects");
  252.         echo "\">Découvrir plus
  253.                         <svg class=\"svg-inline--fa fa-arrow-right fa-w-14 property-arrow\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"arrow-right\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg><!-- <i class=\"fas fa-arrow-right property-arrow\"></i> Font Awesome fontawesome.com -->
  254.                     </a>
  255.                 </div>
  256.             </div>
  257.         </section>
  258.         <section class=\"reference\">
  259.             ";
  260.         // line 260
  261.         $context["referenceContent"] = $this->extensions['App\Twig\ContentExtension']->Content("Home""References");
  262.         // line 261
  263.         echo "            <div class=\"col-lg-8 mx-auto div-svg-header\" style=\"display: flex; margin-top: 30px\">
  264.                 <div class=\"col-lg-5\">
  265.                     <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  266.                         <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  267.                     </svg>
  268.                     <h1 class=\"project-title\">
  269.                         ";
  270.         // line 267
  271.         if ((twig_get_attribute($this->env$this->source, ($context["referenceContent"] ?? null), "name", [], "any"truetruefalse267) && twig_get_attribute($this->env$this->source, (isset($context["referenceContent"]) || array_key_exists("referenceContent"$context) ? $context["referenceContent"] : (function () { throw new RuntimeError('Variable "referenceContent" does not exist.'267$this->source); })()), "name", [], "any"falsefalsefalse267))) {
  272.             // line 268
  273.             echo "                            ";
  274.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["referenceContent"]) || array_key_exists("referenceContent"$context) ? $context["referenceContent"] : (function () { throw new RuntimeError('Variable "referenceContent" does not exist.'268$this->source); })()), "name", [], "any"falsefalsefalse268), "html"nulltrue);
  275.             echo "
  276.                         ";
  277.         } else {
  278.             // line 270
  279.             echo "                            Nos références
  280.                         ";
  281.         }
  282.         // line 272
  283.         echo "                    </h1>
  284.                 </div>
  285.             </div>
  286.             ";
  287.         // line 307
  288.         echo "
  289.             <div id=\"references-home\" class=\"col-lg-8\">
  290.                 <div id=\"flick100\" class=\"flicking-viewport\">
  291.                     <div  class=\"flicking-camera\">
  292.                         <div class=\"col-lg-12 ref-container\" style=\"display: flex; flex-wrap: wrap;\">
  293.                             ";
  294.         // line 313
  295.         $context['_parent'] = $context;
  296.         $context['_seq'] = twig_ensure_traversable(twig_slice($this->env, (isset($context["properties"]) || array_key_exists("properties"$context) ? $context["properties"] : (function () { throw new RuntimeError('Variable "properties" does not exist.'313$this->source); })()), 04));
  297.         $context['loop'] = [
  298.           'parent' => $context['_parent'],
  299.           'index0' => 0,
  300.           'index'  => 1,
  301.           'first'  => true,
  302.         ];
  303.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  304.             $length count($context['_seq']);
  305.             $context['loop']['revindex0'] = $length 1;
  306.             $context['loop']['revindex'] = $length;
  307.             $context['loop']['length'] = $length;
  308.             $context['loop']['last'] = === $length;
  309.         }
  310.         foreach ($context['_seq'] as $context["key"] => $context["reference"]) {
  311.             // line 314
  312.             echo "
  313.                                 <a href=\"";
  314.             // line 315
  315.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("property-detail", ["id" => twig_get_attribute($this->env$this->source$context["reference"], "id", [], "any"falsefalsefalse315)]), "html"nulltrue);
  316.             echo "\" class=\"col-lg-6 col-md-12 ";
  317.             if ((=== twig_compare((twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse315) % 2), 0))) {
  318.                 echo "padd-to-left";
  319.             } else {
  320.                 echo "padd-to-right";
  321.             }
  322.             echo "\">
  323.                                     <div class=\"div-img-hover-2 ref-list\">
  324.                                         ";
  325.             // line 337
  326.             echo "
  327.                                         <div class=\"tag-ref\"><span class=\"text-tag-ref\">";
  328.             // line 338
  329.             echo twig_escape_filter($this->env$this->extensions['App\Twig\ContentExtension']->specialPropertyCategory(twig_get_attribute($this->env$this->source$context["reference"], "category", [], "any"falsefalsefalse338)), "html"nulltrue);
  330.             echo "</span></div>
  331.                                         ";
  332.             // line 340
  333.             if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["reference"], "pictures", [], "any"falsefalsefalse340))) {
  334.                 // line 341
  335.                 echo "                                            ";
  336.                 $context['_parent'] = $context;
  337.                 $context['_seq'] = twig_ensure_traversable(twig_slice($this->envtwig_get_attribute($this->env$this->source$context["reference"], "pictures", [], "any"falsefalsefalse341), 01));
  338.                 foreach ($context['_seq'] as $context["_key"] => $context["picture"]) {
  339.                     // line 342
  340.                     echo "                                                <div class=\"img-tmp\" style=\"background-image: url(";
  341.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["picture"], "url", [], "any"falsefalsefalse342), "html"nulltrue);
  342.                     echo ");\"></div>
  343.                                             ";
  344.                 }
  345.                 $_parent $context['_parent'];
  346.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['picture'], $context['_parent'], $context['loop']);
  347.                 $context array_intersect_key($context$_parent) + $_parent;
  348.                 // line 344
  349.                 echo "                                        ";
  350.             } else {
  351.                 // line 345
  352.                 echo "
  353.                                             <div class=\"img-tmp\" style=\"background-image: url('build/Hudson_Ontario2.png');\"></div>
  354.                                         ";
  355.             }
  356.             // line 348
  357.             echo "                                        <p class=\"city\">";
  358.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["reference"], "city", [], "any"falsefalsefalse348), "name", [], "any"falsefalsefalse348), "html"nulltrue);
  359.             echo "</p>
  360.                                         <p class=\"project-name\">";
  361.             // line 349
  362.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["reference"], "reference", [], "any"falsefalsefalse349), "html"nulltrue);
  363.             echo "</p>
  364.                                     </div>
  365.                                 </a>
  366.                                 <div class=\"lightbox\" id=\"modul-";
  367.             // line 354
  368.             echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  369.             echo "\">
  370.                                     <div class=\"closer\"></div>
  371.                                     <div class=\"arrows left\">&#8592;</div>
  372.                                     <div class=\"arrows right\">&#8594;</div>
  373.                                     <div class=\"counter\">1/1</div>
  374.                                     <ul class=\"items\">
  375.                                         ";
  376.             // line 360
  377.             $context['_parent'] = $context;
  378.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["reference"], "pictures", [], "any"falsefalsefalse360));
  379.             foreach ($context['_seq'] as $context["_key"] => $context["picture"]) {
  380.                 // line 361
  381.                 echo "                                            <li class=\"item\">
  382.                                                 <img class=\"img\" src=\"";
  383.                 // line 362
  384.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["picture"], "url", [], "any"falsefalsefalse362), "html"nulltrue);
  385.                 echo "\">
  386.                                             </li>
  387.                                         ";
  388.             }
  389.             $_parent $context['_parent'];
  390.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['picture'], $context['_parent'], $context['loop']);
  391.             $context array_intersect_key($context$_parent) + $_parent;
  392.             // line 365
  393.             echo "                                    </ul>
  394.                                 </div>
  395.                             ";
  396.             ++$context['loop']['index0'];
  397.             ++$context['loop']['index'];
  398.             $context['loop']['first'] = false;
  399.             if (isset($context['loop']['length'])) {
  400.                 --$context['loop']['revindex0'];
  401.                 --$context['loop']['revindex'];
  402.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  403.             }
  404.         }
  405.         $_parent $context['_parent'];
  406.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['reference'], $context['_parent'], $context['loop']);
  407.         $context array_intersect_key($context$_parent) + $_parent;
  408.         // line 369
  409.         echo "                        </div>
  410.                         <div id=\"link-none\" class=\"col-lg-12 mx-auto div-svg-header d-flex justify-content-end\">
  411.                             <div>
  412.                                 <a id=\"link-none-a d-flex\" class=\"property-span-arrow\" href=\"";
  413.         // line 372
  414.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reference");
  415.         echo "\">Découvrir plus
  416.                                     <svg class=\"svg-inline--fa fa-arrow-right fa-w-14 property-arrow\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"arrow-right\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg><!-- <i class=\"fas fa-arrow-right property-arrow\"></i> Font Awesome fontawesome.com -->
  417.                                 </a>
  418.                             </div>
  419.                         </div>
  420.                     </div>
  421.                 </div>
  422.             </div>
  423.         </section>
  424.         <section class=\"property-promotion\">
  425.             ";
  426.         // line 383
  427.         $context["propertyContent"] = $this->extensions['App\Twig\ContentExtension']->Content("Home""Biens");
  428.         // line 384
  429.         echo "            <div id=\"home-sale\" class=\"col-lg-8 mx-auto div-svg-header\" style=\"display: flex; justify-content: space-between\">
  430.                 <div id=\"property-content-p\" class=\"col-lg-5 property-content\" style=\"display: flex;flex-direction: column;justify-content:space-around\">
  431.                     <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  432.                         <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  433.                     </svg>
  434.                     <h1 class=\"property-name\">";
  435.         // line 389
  436.         if ((twig_get_attribute($this->env$this->source, ($context["propertyContent"] ?? null), "name", [], "any"truetruefalse389) && twig_get_attribute($this->env$this->source, (isset($context["propertyContent"]) || array_key_exists("propertyContent"$context) ? $context["propertyContent"] : (function () { throw new RuntimeError('Variable "propertyContent" does not exist.'389$this->source); })()), "name", [], "any"falsefalsefalse389))) {
  437.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["propertyContent"]) || array_key_exists("propertyContent"$context) ? $context["propertyContent"] : (function () { throw new RuntimeError('Variable "propertyContent" does not exist.'389$this->source); })()), "name", [], "any"falsefalsefalse389), "html"nulltrue);
  438.         } else {
  439.             echo "UN BIEN À vendre ?";
  440.         }
  441.         echo "</h1>
  442.                     ";
  443.         // line 390
  444.         if ((twig_get_attribute($this->env$this->source, ($context["propertyContent"] ?? null), "content", [], "any"truetruefalse390) && twig_get_attribute($this->env$this->source, (isset($context["propertyContent"]) || array_key_exists("propertyContent"$context) ? $context["propertyContent"] : (function () { throw new RuntimeError('Variable "propertyContent" does not exist.'390$this->source); })()), "content", [], "any"falsefalsefalse390))) {
  445.             // line 391
  446.             echo "                        ";
  447.             echo twig_get_attribute($this->env$this->source, (isset($context["propertyContent"]) || array_key_exists("propertyContent"$context) ? $context["propertyContent"] : (function () { throw new RuntimeError('Variable "propertyContent" does not exist.'391$this->source); })()), "content", [], "any"falsefalsefalse391);
  448.             echo "
  449.                     ";
  450.         } else {
  451.             // line 393
  452.             echo "                        Choisir de vendre votre terrain à un promoteur immobilier tel que Tracol Immobilier, c’est assurer la sécurité de votre transaction tout en profitant d’une expertise solide. Leur discrétion, leur réseau de contacts et leur accompagnement tout au long du processus sont autant de bonnes raisons de confier votre projet aux équipes développement de Tracol Immobilier pour le concrétiser rapidement , à des conditions idéales.
  453.                     ";
  454.         }
  455.         // line 395
  456.         echo "                    <div id=\"link-palyer\" class=\"div-svg-header\">
  457.                         <div class=\"see-video\" style=\"display: flex; align-content: center\">
  458.                             <a id=\"contact-link\" class=\"property-span-arrow\" href=\"";
  459.         // line 397
  460.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  461.         echo "\">CONTACTEZ-NOUS
  462.                                 <i class=\"fas fa-arrow-right property-arrow\"></i>
  463.                             </a>
  464.                         </div>
  465.                         <div class=\"movie-link\">
  466.                             <a id=\"movie\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"property-span-arrow\">VOIR LA VIDEO
  467.                                 <i class=\"fas fa-arrow-right property-arrow\"></i>
  468.                             </a>
  469.                             <a id=\"movie-mobile\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"property-span-arrow\">
  470.                                 <span class=\"video-span\" style=\"display: none\">VOIR LA VIDEO</span>
  471.                                 <i id=\"svg-video-mobile\" style=\"display: none\" class=\"fas fa-play\"></i>
  472.                             </a>
  473.                             <!-- Modal -->
  474.                             <div class=\"modal fade\" id=\"exampleModal\" tabindex=\"-1\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  475.                                 <div class=\"modal-dialog\">
  476.                                     <div class=\"modal-content\">
  477.                                         <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/8zFDrIoLoCQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>
  478.                                     </div>
  479.                                 </div>
  480.                             </div>
  481.                         </div>
  482.                     </div>
  483.                 </div>
  484.                 <div class=\"col-lg-3 see-video-mobile\" style=\"display: none\">
  485.                     <a  class=\"property-span-arrow\" href=\"";
  486.         // line 422
  487.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  488.         echo "\">CONTACTEZ-NOUS
  489.                         <i class=\"fas fa-arrow-right property-arrow\"></i>
  490.                     </a>
  491.                 </div>
  492.                 <div class=\"home-sale-img\" style=\"position: relative; background-image: url(";
  493.         // line 427
  494.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/2385888.png"), "html"nulltrue);
  495.         echo ")\";>
  496.                 </div>
  497.             </div>
  498.         </section>
  499.         <section class=\"numbers\" style=\"margin-bottom: 120px\">
  500.             ";
  501.         // line 434
  502.         $context["numbersContent1"] = $this->extensions['App\Twig\ContentExtension']->Content("Home""Chiffres-1");
  503.         // line 435
  504.         echo "            ";
  505.         $context["numbersContent2"] = $this->extensions['App\Twig\ContentExtension']->Content("Home""Chiffres-2");
  506.         // line 436
  507.         echo "            ";
  508.         $context["numbersContent3"] = $this->extensions['App\Twig\ContentExtension']->Content("Home""Chiffres-3");
  509.         // line 437
  510.         echo "            ";
  511.         $context["numbersContent4"] = $this->extensions['App\Twig\ContentExtension']->Content("Home""Chiffres-4");
  512.         // line 438
  513.         echo "
  514.             <div class=\"col-lg-8 mx-auto div-svg-header\" style=\"display: flex; margin-top: 30px\">
  515.                 <div class=\"col-lg-8\">
  516.                     <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  517.                         <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  518.                     </svg>
  519.                     ";
  520.         // line 444
  521.         if (twig_get_attribute($this->env$this->source, ($context["numbersContent1"] ?? null), "name", [], "any"truetruefalse444)) {
  522.             echo "<h1 class=\"property-name\">";
  523.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["numbersContent1"]) || array_key_exists("numbersContent1"$context) ? $context["numbersContent1"] : (function () { throw new RuntimeError('Variable "numbersContent1" does not exist.'444$this->source); })()), "name", [], "any"falsefalsefalse444), "html"nulltrue);
  524.             echo "</h1>";
  525.         } else {
  526.             echo "<h1 class=\"property-name\">wdr rd gdrgr dgr</h1>";
  527.         }
  528.         // line 445
  529.         echo "                </div>
  530.             </div>
  531.             <div class=\"col-lg-8 mx-auto div-svg-header\" style=\"display: flex; align-items: center\">
  532.                 <div id=\"flick1\" class=\"flicking-viewport\" style=\"display: flex; justify-content: center\">
  533.                     <div class=\"flicking-camera\" style=\"align-items: flex-start; justify-content: flex-start;\">
  534.                         ";
  535.         // line 450
  536.         if (twig_get_attribute($this->env$this->source, ($context["numbersContent1"] ?? null), "content", [], "any"truetruefalse450)) {
  537.             // line 451
  538.             echo "                            <div class=\"number-content constr\" style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  539.                                 ";
  540.             // line 452
  541.             echo twig_get_attribute($this->env$this->source, (isset($context["numbersContent1"]) || array_key_exists("numbersContent1"$context) ? $context["numbersContent1"] : (function () { throw new RuntimeError('Variable "numbersContent1" does not exist.'452$this->source); })()), "content", [], "any"falsefalsefalse452);
  542.             echo "
  543.                             </div>
  544.                         ";
  545.         } else {
  546.             // line 455
  547.             echo "                            <div class=\"separator\"></div>
  548.                             <div class=\"number-content comm\" style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  549.                                 <p>Environ</p>
  550.                                 <h2><strong class=\"count\">0</strong></h2>
  551.                                 <p>logements</p>
  552.                                 <p><strong>commercialisés </strong>(par an)</p>
  553.                             </div>
  554.                         ";
  555.         }
  556.         // line 463
  557.         echo "                        ";
  558.         if (twig_get_attribute($this->env$this->source, ($context["numbersContent1"] ?? null), "content", [], "any"truetruefalse463)) {
  559.             // line 464
  560.             echo "                            <div class=\"separator\"></div>
  561.                             <div class=\"number-content comm\"  style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  562.                                 ";
  563.             // line 466
  564.             echo twig_get_attribute($this->env$this->source, (isset($context["numbersContent2"]) || array_key_exists("numbersContent2"$context) ? $context["numbersContent2"] : (function () { throw new RuntimeError('Variable "numbersContent2" does not exist.'466$this->source); })()), "content", [], "any"falsefalsefalse466);
  565.             echo "
  566.                             </div>
  567.                         ";
  568.         } else {
  569.             // line 469
  570.             echo "                            <div class=\"separator\"></div>
  571.                             <div class=\"number-content comm\" style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  572.                                 <p>Environ</p>
  573.                                 <h2><strong class=\"count\">0</strong></h2>
  574.                                 <p>logements</p>
  575.                                 <p><strong>commercialisés </strong>(par an)</p>
  576.                             </div>
  577.                         ";
  578.         }
  579.         // line 477
  580.         echo "                        ";
  581.         if (twig_get_attribute($this->env$this->source, ($context["numbersContent1"] ?? null), "content", [], "any"truetruefalse477)) {
  582.             // line 478
  583.             echo "                            <div class=\"separator\"></div>
  584.                             <div class=\"number-content porte\"  style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  585.                                 ";
  586.             // line 480
  587.             echo twig_get_attribute($this->env$this->source, (isset($context["numbersContent3"]) || array_key_exists("numbersContent3"$context) ? $context["numbersContent3"] : (function () { throw new RuntimeError('Variable "numbersContent3" does not exist.'480$this->source); })()), "content", [], "any"falsefalsefalse480);
  588.             echo "
  589.                             </div>
  590.                         ";
  591.         } else {
  592.             // line 483
  593.             echo "                            <div class=\"separator\"></div>
  594.                             <div class=\"number-content comm\" style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  595.                                 <p>Environ</p>
  596.                                 <h2><strong class=\"count\">0</strong></h2>
  597.                                 <p>logements</p>
  598.                                 <p><strong>commercialisés </strong>(par an)</p>
  599.                             </div>
  600.                         ";
  601.         }
  602.         // line 491
  603.         echo "                        ";
  604.         if (twig_get_attribute($this->env$this->source, ($context["numbersContent1"] ?? null), "content", [], "any"truetruefalse491)) {
  605.             // line 492
  606.             echo "                            <div class=\"separator\"></div>
  607.                             <div class=\"number-content coll\"  style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  608.                                 ";
  609.             // line 494
  610.             echo twig_get_attribute($this->env$this->source, (isset($context["numbersContent4"]) || array_key_exists("numbersContent4"$context) ? $context["numbersContent4"] : (function () { throw new RuntimeError('Variable "numbersContent4" does not exist.'494$this->source); })()), "content", [], "any"falsefalsefalse494);
  611.             echo "
  612.                             </div>
  613.                         ";
  614.         } else {
  615.             // line 497
  616.             echo "                            <div class=\"separator\"></div>
  617.                             <div class=\"number-content comm\" style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  618.                                 <p>Environ</p>
  619.                                 <h2><strong class=\"count\">0</strong></h2>
  620.                                 <p>logements</p>
  621.                                 <p><strong>commercialisés </strong>(par an)</p>
  622.                             </div>
  623.                         ";
  624.         }
  625.         // line 505
  626.         echo "                    </div>
  627.                 </div>
  628.             </div>
  629.         </section>
  630.     </div>
  631.     <section class=\"newsletter\">
  632.         <div class=\"col-lg-8 row m-auto\">
  633.             <div class=\"col-lg-6\">
  634.                 <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  635.                     <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#fff\"/>
  636.                 </svg>
  637.                 <h1 class=\"property-name\">Inscrivez-vous à<br> notre newsletter</h1>
  638.             </div>
  639.             <div class=\"col-lg-4\">
  640.                 <div id=\"div-form-newsletter\">
  641.                     <span id=\"span-newsletter\">Restez informé ! Abonnez-vous à notre newsletter.</span>
  642.                     <form action=\"";
  643.         // line 522
  644.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mailchimp");
  645.         echo "\" id=\"form-newsletter\">
  646.                         <div class=\"input-group mt-2\">
  647.                             <input id=\"input-email\" class=\"form-control input-email\" type=\"email\" name=\"email\" placeholder=\"Votre adresse mail\">
  648.                             <button class=\"btn btn-primary button-newsletter\" type=\"submit\"><i class=\"fas fa-arrow-right\"></i></button>
  649.                         </div>
  650.                     </form>
  651.                 </div>
  652.             </div>
  653.         </div>
  654.     </section>
  655.     <!-- Modal HTML -->
  656.     <div id=\"video\" class=\"modal fade\">
  657.         <div class=\"modal-dialog\">
  658.             <div class=\"modal-content\">
  659.                 <div class=\"modal-header\">
  660.                     <button type=\"button\" class=\"close\" data-dismiss=\"modal\">&times;</button>
  661.                 </div>
  662.                 <div class=\"modal-body\">
  663.                     <div class=\"embed-responsive embed-responsive-16by9\">
  664.                         <iframe id=\"cartoonVideo\" class=\"embed-responsive-item\" width=\"560\" height=\"315\" src=\"https://youtu.be/8zFDrIoLoCQ\" allowfullscreen></iframe>
  665.                     </div>
  666.                 </div>
  667.             </div>
  668.         </div>
  669.     </div>
  670.     <!-- Modal -->
  671. ";
  672.         // line 553
  673.         echo "
  674. ";
  675.         // line 555
  676.         echo "
  677. ";
  678.         // line 567
  679.         echo "
  680. ";
  681.         // line 572
  682.         echo "
  683.     
  684. ";
  685.         
  686.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  687.         
  688.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  689.     }
  690.     public function getTemplateName()
  691.     {
  692.         return "home.html.twig";
  693.     }
  694.     public function isTraitable()
  695.     {
  696.         return false;
  697.     }
  698.     public function getDebugInfo()
  699.     {
  700.         return array (  719 => 572,  716 => 567,  713 => 555,  710 => 553,  679 => 522,  660 => 505,  650 => 497,  644 => 494,  640 => 492,  637 => 491,  627 => 483,  621 => 480,  617 => 478,  614 => 477,  604 => 469,  598 => 466,  594 => 464,  591 => 463,  581 => 455,  575 => 452,  572 => 451,  570 => 450,  563 => 445,  555 => 444,  547 => 438,  544 => 437,  541 => 436,  538 => 435,  536 => 434,  526 => 427,  518 => 422,  490 => 397,  486 => 395,  482 => 393,  476 => 391,  474 => 390,  466 => 389,  459 => 384,  457 => 383,  443 => 372,  438 => 369,  421 => 365,  412 => 362,  409 => 361,  405 => 360,  396 => 354,  388 => 349,  383 => 348,  378 => 345,  375 => 344,  366 => 342,  361 => 341,  359 => 340,  354 => 338,  351 => 337,  340 => 315,  337 => 314,  320 => 313,  312 => 307,  306 => 272,  302 => 270,  296 => 268,  294 => 267,  286 => 261,  284 => 260,  273 => 252,  264 => 246,  260 => 244,  251 => 241,  246 => 240,  240 => 238,  237 => 237,  227 => 234,  222 => 233,  220 => 232,  215 => 231,  208 => 210,  204 => 209,  200 => 207,  197 => 189,  189 => 171,  185 => 169,  179 => 167,  177 => 166,  166 => 162,  159 => 157,  157 => 156,  147 => 148,  145 => 30,  139 => 27,  131 => 21,  129 => 20,  116 => 16,  113 => 15,  110 => 14,  107 => 13,  104 => 12,  101 => 11,  99 => 10,  96 => 9,  94 => 8,  91 => 7,  81 => 6,  62 => 4,  51 => 1,  49 => 2,  36 => 1,);
  701.     }
  702.     public function getSourceContext()
  703.     {
  704.         return new Source("{% extends 'base.html.twig' %}
  705. {% set page = 'homepage' %}
  706. {% block title %}Accueil{% endblock %}
  707. {% block body %}
  708.     {% set headerContent = content('Home', 'Header') %}
  709.     {% if headerContent.picture is defined and headerContent.picture is not empty %}
  710.         {% set backgroundImage = headerContent.picture[0].path %}
  711.     {% else %}
  712.         {% set backgroundImage = 'empty' %}
  713.     {% endif %}
  714.     <header class=\"header-home\" style=\"background-image:url({% if backgroundImage is empty %}'/uploads/images/{{ backgroundImage }}'{% else %}'https://tracol.lu/uploads/tracol.jpg'{% endif %})\">
  715.         <div class=\"container-fluid\">
  716.             <div class=\"px-4 py-5 text-center\">
  717.                 <div id=\"block-header-home\" class=\"col-lg-12\">
  718.                     {% if headerContent.content is defined %}
  719.                         <div id=\"svg-header\" class=\"col-lg-8 div-svg-header \">
  720.                             <svg id=\"svg-home\" xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  721.                                 <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  722.                             </svg>
  723.                         </div>
  724.                         <div class=\"col-lg-8 div-svg-header home-p\">
  725.                             <p id=\"header-text-home\" class=\"header-text\">{{ headerContent.content|raw }}</p>
  726.                         </div>
  727.                     {% endif %}
  728.                     {#
  729.                     <div name=\"form-search-normal\" id=\"form-search-normal\" class=\"div-svg-header\">
  730.                         <form action=\"{{ path('results') }}\"  style=\"display: flex; align-items: center; width: 100%\">
  731.                             <div style=\"display: flex;flex-direction: column;justify-content: center; width: 66.666vw;\">
  732.                                 <div class=\"selectors\" style=\"display: flex; align-items: center; width: auto;\">
  733.                                     <div id=\"transaction-drop\" class=\"dropdown\">
  734.                                         <div class=\"undroped\">
  735.                                             <p class=\"undroped-header\">Type de transaction</p>
  736.                                             <p name=\"transaction-type\" class=\"undroped-subheader\">Achat ou Location</p>
  737.                                             <input type=\"hidden\" value=\"\" class=\"input-subheader\" name=\"transaction-type\">
  738.                                         </div>
  739.                                         <div class=\"droped\">
  740.                                             <div class=\"dropdown-header\">Type de transaction</div>
  741.                                             <ul id=\"transaction-li\" class=\"items\">
  742.                                                 <li class=\"item\" data-value =\"Vente\">Achat</li>
  743.                                                 <li class=\"item\" data-value =\"Location\">Location</li>
  744.                                                 <li class=\"item\" data-value =\"Location saisonnière\">Location saisonniere</li>
  745.                                                 <li class=\"item\" data-value =\"Programme\">Programme</li>
  746.                                                <li class=\"item\" data-value =\"Viager\">Viager</li>
  747.                                                                   <li class=\"item\" data-value =\"Enchere\">Enchère</li>
  748.                     </ul>
  749.                 </div>
  750.             </div>
  751.             <div id=\"property-drop\" class=\"dropdown\">
  752.                 <div class=\"undroped\">
  753.                     <p class=\"undroped-header\">Type de biens</p>
  754.                     <p name=\"property-type\" class=\"undroped-subheader\">Appartement, Bureau, ...</p>
  755.                     <input type=\"hidden\" value=\"\" class=\"input-subheader\" name=\"property-type\">
  756.                 </div>
  757.                 <div class=\"droped\">
  758.                     <div class=\"dropdown-header\">Type de biens</div>
  759.                     <ul id=\"property-li\" class=\"items\">
  760.                         <li class=\"item\" data-value =\"Appartement\">Appartements</li>
  761.                         <li class=\"item\" data-value =\"Bureaux\">Bureaux</li>
  762.                         <li class=\"item\" data-value =\"Maison\">Maisons</li>
  763.                         <li class=\"item\" data-value =\"Commerce\">Commerces</li>
  764.                         <li class=\"item\" data-value =\"Garage / Parking\">Garages / Parkings</li>
  765.                         <li class=\"item\" data-value =\"Immeuble\">Immeubles</li>
  766.                     </ul>
  767.                 </div>
  768.             </div>
  769.             <div id=\"location-drop\" class=\"dropdown\">
  770.                 <div class=\"undroped\">
  771.                     <p class=\"undroped-header\">Localisation</p>
  772.                     <p class=\"undroped-subheader\">Choissisez une ville</p>
  773.                     <input type=\"hidden\" value=\"\" class=\"input-subheader\" name=\"location\">
  774.                 </div>
  775.                 <div class=\"droped\">
  776.                     <div  class=\"dropdown-header\">Localisation</div>
  777.                     <ul id=\"location-li\" class=\"items\">
  778.                                                                         <li class=\"item\" data-value =\"Appartement\">Luxembourg-Ville</li>
  779.                                                                        <li class=\"item\" data-value =\"Bureaux\">Leudelange</li>
  780.                                                                        <li class=\"item\" data-value =\"Maison\">Esch-Sur-Alzette</li>
  781.                     </ul>
  782.                 </div>
  783.             </div>
  784.             <div class=\"div-form\">
  785.                 <button  id=\"search-detail\" class=\"btn btn-primary child search\">RECHERCHE AVANCEE</button>
  786.             </div>
  787.             <div>
  788.                 <button style=\"background-color: transparent;border-color: transparent;\" id=\"submit-search\" type=\"submit\">
  789.                     <svg class=\"search-button\" xmlns=\"http://www.w3.org/2000/svg\" width=\"55.982\" height=\"90.97\" viewBox=\"0 0 55.982 90.97\">
  790.                         <g id=\"Groupe_3817\" data-name=\"Groupe 3817\" transform=\"translate(-1528.861 -105)\">
  791.                             <path id=\"Tracé_95\" data-name=\"Tracé 95\" d=\"M729.651,232.441H673.669v90.97l55.982-11.894Z\" transform=\"translate(855.192 -127.441)\" fill=\"#f6a400\"/>
  792.                             <g id=\"Groupe_3794\" data-name=\"Groupe 3794\" transform=\"translate(1545.335 126.696)\">
  793.                                 <g id=\"np_search_1868241_000000\">
  794.                                     <path id=\"Tracé_92\" data-name=\"Tracé 92\" d=\"M8.287,17.368A8.662,8.662,0,1,1,14.4,14.813a8.679,8.679,0,0,1-6.109,2.555Zm0-15.055a6.36,6.36,0,1,0,4.477,1.881A6.377,6.377,0,0,0,8.287,2.313Z\" transform=\"translate(0.441 -0.012)\" fill=\"#fff\"/>
  795.                                     <path id=\"Tracé_93\" data-name=\"Tracé 93\" d=\"M57.82,59.567l1.626-1.633L67.4,65.852l-1.626,1.633Z\" transform=\"translate(-44.591 -44.782)\" fill=\"#fff\"/>
  796.                                 </g>
  797.                             </g>
  798.                         </g>
  799.                     </svg></button>
  800.                 <button class=\"btn btn-primary\" id=\"send\" type=\"submit\" style=\"display: none\">Envoyer</button>
  801.             </div>
  802.         </div>
  803.         <div id=\"sub-search-div\" class=\"sub-search-div\" style=\"display: none\">
  804.             <div class=\"col-lg-3 div-form\">
  805.                 <input class=\"sub-search-input\" name=\"budget\"  id=\"budget\" type=\"text\" placeholder=\"Budget max.\">
  806.             </div>
  807.             <div id=\"rooms-drop\" class=\"dropdown\">
  808.                 <div class=\"undroped\">
  809.                     <p class=\"undroped-header transparent-font\">Nombre de chambres</p>
  810.                     <p class=\"undroped-subheader good-place\"></p>
  811.                     <input type=\"hidden\" class=\"input-subheader\" name=\"rooms\">
  812.                 </div>
  813.                 <div class=\"droped\">
  814.                     <div class=\"dropdown-header\">Nombre de chambres</div>
  815.                     <ul id=\"rooms-li\" class=\"items\">
  816.                         <li class=\"item\" data-value =\"1\">1</li>
  817.                         <li class=\"item\" data-value =\"2\">2</li>
  818.                         <li class=\"item\" data-value =\"3\">3</li>
  819.                         <li class=\"item\" data-value =\"4\">4</li>
  820.                         <li class=\"item\" data-value =\"5\">5</li>
  821.                         <li class=\"item\" data-value =\"6\">6</li>
  822.                     </ul>
  823.                 </div>
  824.             </div>
  825.             <div class=\"col-lg-3 div-form\">
  826.                 <input class=\"sub-search-input\" id=\"area-minimumm\" name=\"area-minimumm\" type=\"text\" placeholder=\"Surface minimum.\">
  827.             </div>
  828.         </div>
  829.         </div>
  830.         </form>
  831.         </div>
  832.                     #}
  833.                 </div>
  834.             </div>
  835.         </div>
  836.     </header>
  837.     <div class=\"container-fluid\">
  838.         <section class=\"project\">
  839.             {% set projectContent = content('Home', 'Projects')  %}
  840.             <div id=\"home-section\" class=\"col-lg-8 mx-auto div-svg-header pre-section\">
  841.                 <div class=\"home-section-title\" style=\"font-size: 2.3em;display: flex;flex-direction: column;\">
  842.                     <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\" style=\"margin-bottom: 10px\">
  843.                         <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  844.                     </svg>
  845.                     <h1 class=\"project-title\">{% if projectContent.name is defined %}{{ projectContent.name }}{% else %}Nos projets{% endif %}</h1>
  846.                 </div>
  847.                 <div class=\"separator\"></div>
  848.                 <div class=\"pre-section-content col-md-6\">
  849.                     {% if projectContent.content is defined %}
  850.                         {{ projectContent.content|raw }}
  851.                     {% else %}
  852.                         Dotées d’une architecture résolument contemporaine, associée à des matériaux de qualité, les maisons et les résidences Tracol Immobilier ne vous laisseront pas indifférent.
  853.                     {% endif %}
  854.                 </div>
  855.             </div>
  856.         </section>
  857.         <section class=\"properties\" style=\"margin-bottom: 40px\">
  858.             {#
  859.             <div id=\"button-property\" class=\"col-lg-8 mx-auto div-svg-header\" style=\"display: flex; align-items: center\">
  860.                 <button data-id=\"all\" class=\"btn btn-primary all border-radius projectButton\"><span class=\"span-all\">TOUS</span></button>
  861.                 <button data-id=\"futur\" class=\"btn btn-primary come border-radius projectButton\"><span class=\"span-projects\">A VENIR</span></button>
  862.                 <button data-id=\"construction\" class=\"btn btn-primary come border-radius projectButton\"><span class=\"span-projects\">EN COURS</span></button>
  863.                 <div class=\"col-lg-6 projects-link\">
  864.                     <a href=\"{{ path('projects') }}\" class=\"property-span-arrow\">VOIR TOUS NOS PROJETS
  865.                         <i class=\"fas fa-arrow-right property-arrow\"></i>
  866.                     </a>
  867.                 </div>
  868.             </div>
  869.             #}
  870.             {#
  871.             <div id=\"button-property-mobile\" class=\"col-lg-8 mx-auto div-svg-header\" style=\"display: none; align-items: center\">
  872.                 <div id=\"flick2\" class=\"flicking-viewport\">
  873.                     <div class=\"flicking-camera\">
  874.                         <button data-id=\"all\" class=\"btn btn-primary all border-radius projectButton\"><span class=\"span-all\">TOUS</span></button>
  875.                         <button data-id=\"futur\" class=\"btn btn-primary come border-radius projectButton\"><span class=\"span-projects\">A VENIR</span></button>
  876.                         <button data-id=\"construction\" class=\"btn btn-primary come border-radius projectButton\"><span class=\"span-projects\">EN COURS</span></button>
  877.                     </div>
  878.                 </div>
  879.                 <div class=\"col-lg-8 projects-link\">
  880.                     <a href=\"{{ path('projects') }}\" class=\"property-span-arrow\">VOIR TOUS NOS PROJETS
  881.                         <i class=\"fas fa-arrow-right property-arrow\"></i>
  882.                     </a>
  883.                 </div>
  884.             </div>
  885.             #}
  886.             <div id=\"projects\" class=\"col-lg-8 mx-auto\" style=\"display: flex;  flex-wrap: wrap; justify-content: space-between\">
  887.                 {% for project in projects|slice(0,4) %}
  888.                     <div onclick=\"location.href='{{ path('project-detail', {'id': project.id}) }}'\" data-id=\"{{ path('project-detail', {'id': project.id}) }}\" id=\"width-col-6-home\" class=\"col-lg-6 margin-top-30\" style=\"position: relative; cursor: pointer\">
  889.                         {#
  890.                         <div class=\"div-hover\" id=\"div-hover\" style=\"\">
  891.                             {% if project.comments[0].comment is not empty %}
  892.                                 <p class=\"project-content\" style=\"visibility: hidden\">
  893.                                     {{ project.comments[0].comment|slice(0, 300) }}
  894.                                 </p>
  895.                                 <p class=\"project-arrow\">
  896.                                     <a style=\"\" href=\"{{ path('project-detail', {'id': project.id}) }}\" class=\"project-arrow-2\">
  897.                                         <span class=\"galerry-ref\"></span><i class=\"fas fa-arrow-right project-svg-arrow-2\"></i>
  898.                                     </a>
  899.                                 </p>
  900.                             {% else %}
  901.                                 <p class=\"project-arrow\">
  902.                                     <a style=\"margin-top: 180px\" href=\"{{ path('project-detail', {'id': project.id}) }}\" class=\"project-arrow-2\">
  903.                                         <span class=\"galerry-ref\"></span><i class=\"fas fa-arrow-right project-svg-arrow-2\"></i>
  904.                                     </a>
  905.                                 </p>
  906.                             {% endif %}
  907.                         </div>
  908.                         #}
  909.                         <div class=\"tag-ref-projet-3\"><span class=\"text-tag-ref\">{{ typeProject(project.construction.construction_step) }}</span></div>
  910.                         {% if project.pictures is not empty %}
  911.                             {% for picture in project.pictures|slice(0,1) %}
  912.                                 <div class=\"img\" style=\"background-image: url('{{ picture.url }}'); margin: 0px;\">
  913.                                 </div>
  914.                             {% endfor %}
  915.                         {% else %}
  916.                             <div class=\"img\" style=\"background-image: url('{{ asset('build/Maisons_H_R1.jpg') }}'); margin: 0px;\"></div>
  917.                         {% endif %}
  918.                         <p class=\"city\">{{ project.city.name }}</p>
  919.                         <p class=\"project-name\">{{ project.reference }}</p>
  920.                     </div>
  921.                 {% endfor %}
  922.             </div>
  923.             <div class=\"col-lg-8 mx-auto projects-link-mobile\" style=\"display: none\">
  924.                 <a href=\"{{ path('projects') }}\" class=\"property-span-arrow\">VOIR TOUS NOS PROJETS
  925.                     <i class=\"fas fa-arrow-right property-arrow\"></i>
  926.                 </a>
  927.             </div>
  928.             <div id=\"link-none\" class=\"col-lg-8 mx-auto div-svg-header d-flex justify-content-end\">
  929.                 <div>
  930.                     <a id=\"link-none-a d-flex\" class=\"property-span-arrow\" href=\"{{ path('projects') }}\">Découvrir plus
  931.                         <svg class=\"svg-inline--fa fa-arrow-right fa-w-14 property-arrow\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"arrow-right\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg><!-- <i class=\"fas fa-arrow-right property-arrow\"></i> Font Awesome fontawesome.com -->
  932.                     </a>
  933.                 </div>
  934.             </div>
  935.         </section>
  936.         <section class=\"reference\">
  937.             {% set referenceContent = content('Home', 'References') %}
  938.             <div class=\"col-lg-8 mx-auto div-svg-header\" style=\"display: flex; margin-top: 30px\">
  939.                 <div class=\"col-lg-5\">
  940.                     <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  941.                         <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  942.                     </svg>
  943.                     <h1 class=\"project-title\">
  944.                         {% if referenceContent.name is defined and referenceContent.name %}
  945.                             {{ referenceContent.name }}
  946.                         {% else %}
  947.                             Nos références
  948.                         {% endif %}
  949.                     </h1>
  950.                 </div>
  951.             </div>
  952.             {#
  953.             <div id=\"button-reference\" class=\"offset-lg-2 col-lg-8 div-svg-header\" style=\"display: flex; align-items: center\">
  954.                 <button data-id=\"all\" class=\"btn btn-primary all border-radius projectButtonref\"><span class=\"span-all\">TOUS</span></button>
  955.                 <button data-id=\"residences\" class=\"btn btn-primary come border-radius projectButtonref\"><span class=\"span-projects\">RÉSIDENCES</span></button>
  956.                 <button data-id=\"maisons\" class=\"btn btn-primary come border-radius projectButtonref\"><span class=\"span-projects\">MAISONS</span></button>
  957.                 <button data-id=\"commerces\" class=\"btn btn-primary come border-radius projectButtonref\"><span class=\"span-projects\">COMMERCES</span></button>
  958.                 <button data-id=\"bureaux\" class=\"btn btn-primary come border-radius projectButtonref\"><span class=\"span-projects\">BUREAUX</span></button>
  959.                 <div id=\"links-ref-home\" class=\"col-lg-3 projects-link\">
  960.                     <a href=\"{{ path('reference') }}\" class=\"property-span-arrow\">VOIR TOUTES NOS REFERENCES
  961.                         <i class=\"fas fa-arrow-right property-arrow\"></i>
  962.                     </a>
  963.                 </div>
  964.             </div>
  965.             <div id=\"button-reference-mobile\" class=\"offset-lg-2 col-lg-8 div-svg-header\" style=\"display: none; align-items: center\">
  966.                 <div id=\"flick\" class=\"flicking-viewport\">
  967.                     <div class=\"flicking-camera\">
  968.                         <button data-id=\"all\" class=\"btn btn-primary all border-radius projectButtonref\"><span class=\"span-all\">TOUS</span></button>
  969.                         <button data-id=\"residences\" class=\"btn btn-primary come border-radius projectButtonref\"><span class=\"span-projects\">RÉSIDENCES</span></button>
  970.                         <button data-id=\"maisons\" class=\"btn btn-primary come border-radius projectButtonref\"><span class=\"span-projects\">MAISONS</span></button>
  971.                         <button data-id=\"commerces\" class=\"btn btn-primary come border-radius projectButtonref\"><span class=\"span-projects\">COMMERCES</span></button>
  972.                         <button data-id=\"bureaux\" class=\"btn btn-primary come border-radius projectButtonref\"><span class=\"span-projects\">BUREAUX</span></button>
  973.                     </div>
  974.                 </div>
  975.                 <div class=\"col-lg-3 projects-link\">
  976.                     <a href=\"{{ path('reference') }}\" class=\"property-span-arrow\">VOIR TOUTES NOS REFERENCE
  977.                         <i class=\"fas fa-arrow-right property-arrow\"></i>
  978.                     </a>
  979.                 </div>
  980.             </div>
  981.             #}
  982.             <div id=\"references-home\" class=\"col-lg-8\">
  983.                 <div id=\"flick100\" class=\"flicking-viewport\">
  984.                     <div  class=\"flicking-camera\">
  985.                         <div class=\"col-lg-12 ref-container\" style=\"display: flex; flex-wrap: wrap;\">
  986.                             {% for key, reference in properties|slice(0,4) %}
  987.                                 <a href=\"{{ path('property-detail', {'id': reference.id}) }}\" class=\"col-lg-6 col-md-12 {% if loop.index % 2 == 0 %}padd-to-left{% else %}padd-to-right{% endif %}\">
  988.                                     <div class=\"div-img-hover-2 ref-list\">
  989.                                         {#
  990.                                         <div class=\"div-hover-2\" id=\"div-hover-2\" style=\"position: absolute; bottom: 5px; left: 5px; background-color: #242424; color: white; width: 291px; height: 85px\">
  991.                                             <p class=\"city\">{{ reference.city.name }}</p>
  992.                                             <p class=\"project-name\">{{ reference.reference }}</p>
  993.                                             <p class=\"date-ref\">{{ reference.updated_at|date(\"d/m/Y\") }}</p>
  994.                                             {% if reference.comments[0].comment is not empty %}
  995.                                                 <p class=\"project-content\" style=\"visibility: hidden\">
  996.                                                     {{ reference.comments[0].comment|slice(0, 250) }}
  997.                                                 </p>
  998.                                                 <a href=\"javascript:void(0);\" class=\"project-arrow-2 lightbox-on\"  data-id=\"modul-{{ key }}\">
  999.                                                     <span class=\"galerry-ref\">GALERIES PHOTOS</span><i class=\"fas fa-arrow-right project-svg-arrow-2\"></i>
  1000.                                                 </a>
  1001.                                             {% else %}
  1002.                                                 <a style=\"margin-top: 180px\" href=\"javascript:void(0);\" class=\"project-arrow-2 lightbox-on\"  data-bs-toggle=\"modul\"
  1003.                                                    data-bs-target=\"#exampleModulHomeRef{{ key }}\">
  1004.                                                     <span class=\"galerry-ref\">GALERIES PHOTOS</span><i class=\"fas fa-arrow-right project-svg-arrow-2\"></i>
  1005.                                                 </a>
  1006.                                             {% endif %}
  1007.                                         </div>
  1008.                                         #}
  1009.                                         <div class=\"tag-ref\"><span class=\"text-tag-ref\">{{ specialPropertyCategory(reference.category) }}</span></div>
  1010.                                         {% if reference.pictures is not empty %}
  1011.                                             {% for picture in reference.pictures|slice(0,1) %}
  1012.                                                 <div class=\"img-tmp\" style=\"background-image: url({{ picture.url }});\"></div>
  1013.                                             {% endfor %}
  1014.                                         {% else %}
  1015.                                             <div class=\"img-tmp\" style=\"background-image: url('build/Hudson_Ontario2.png');\"></div>
  1016.                                         {% endif %}
  1017.                                         <p class=\"city\">{{ reference.city.name }}</p>
  1018.                                         <p class=\"project-name\">{{ reference.reference }}</p>
  1019.                                     </div>
  1020.                                 </a>
  1021.                                 <div class=\"lightbox\" id=\"modul-{{ key }}\">
  1022.                                     <div class=\"closer\"></div>
  1023.                                     <div class=\"arrows left\">&#8592;</div>
  1024.                                     <div class=\"arrows right\">&#8594;</div>
  1025.                                     <div class=\"counter\">1/1</div>
  1026.                                     <ul class=\"items\">
  1027.                                         {% for picture in reference.pictures %}
  1028.                                             <li class=\"item\">
  1029.                                                 <img class=\"img\" src=\"{{ picture.url }}\">
  1030.                                             </li>
  1031.                                         {% endfor %}
  1032.                                     </ul>
  1033.                                 </div>
  1034.                             {% endfor %}
  1035.                         </div>
  1036.                         <div id=\"link-none\" class=\"col-lg-12 mx-auto div-svg-header d-flex justify-content-end\">
  1037.                             <div>
  1038.                                 <a id=\"link-none-a d-flex\" class=\"property-span-arrow\" href=\"{{ path('reference') }}\">Découvrir plus
  1039.                                     <svg class=\"svg-inline--fa fa-arrow-right fa-w-14 property-arrow\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"arrow-right\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" data-fa-i2svg=\"\"><path fill=\"currentColor\" d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg><!-- <i class=\"fas fa-arrow-right property-arrow\"></i> Font Awesome fontawesome.com -->
  1040.                                 </a>
  1041.                             </div>
  1042.                         </div>
  1043.                     </div>
  1044.                 </div>
  1045.             </div>
  1046.         </section>
  1047.         <section class=\"property-promotion\">
  1048.             {% set propertyContent = content('Home', 'Biens') %}
  1049.             <div id=\"home-sale\" class=\"col-lg-8 mx-auto div-svg-header\" style=\"display: flex; justify-content: space-between\">
  1050.                 <div id=\"property-content-p\" class=\"col-lg-5 property-content\" style=\"display: flex;flex-direction: column;justify-content:space-around\">
  1051.                     <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  1052.                         <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  1053.                     </svg>
  1054.                     <h1 class=\"property-name\">{% if propertyContent.name is defined and propertyContent.name %}{{ propertyContent.name }}{% else  %}UN BIEN À vendre ?{% endif %}</h1>
  1055.                     {% if propertyContent.content is defined and propertyContent.content %}
  1056.                         {{ propertyContent.content|raw }}
  1057.                     {% else %}
  1058.                         Choisir de vendre votre terrain à un promoteur immobilier tel que Tracol Immobilier, c’est assurer la sécurité de votre transaction tout en profitant d’une expertise solide. Leur discrétion, leur réseau de contacts et leur accompagnement tout au long du processus sont autant de bonnes raisons de confier votre projet aux équipes développement de Tracol Immobilier pour le concrétiser rapidement , à des conditions idéales.
  1059.                     {% endif %}
  1060.                     <div id=\"link-palyer\" class=\"div-svg-header\">
  1061.                         <div class=\"see-video\" style=\"display: flex; align-content: center\">
  1062.                             <a id=\"contact-link\" class=\"property-span-arrow\" href=\"{{ path('contact') }}\">CONTACTEZ-NOUS
  1063.                                 <i class=\"fas fa-arrow-right property-arrow\"></i>
  1064.                             </a>
  1065.                         </div>
  1066.                         <div class=\"movie-link\">
  1067.                             <a id=\"movie\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"property-span-arrow\">VOIR LA VIDEO
  1068.                                 <i class=\"fas fa-arrow-right property-arrow\"></i>
  1069.                             </a>
  1070.                             <a id=\"movie-mobile\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"property-span-arrow\">
  1071.                                 <span class=\"video-span\" style=\"display: none\">VOIR LA VIDEO</span>
  1072.                                 <i id=\"svg-video-mobile\" style=\"display: none\" class=\"fas fa-play\"></i>
  1073.                             </a>
  1074.                             <!-- Modal -->
  1075.                             <div class=\"modal fade\" id=\"exampleModal\" tabindex=\"-1\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  1076.                                 <div class=\"modal-dialog\">
  1077.                                     <div class=\"modal-content\">
  1078.                                         <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/8zFDrIoLoCQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>
  1079.                                     </div>
  1080.                                 </div>
  1081.                             </div>
  1082.                         </div>
  1083.                     </div>
  1084.                 </div>
  1085.                 <div class=\"col-lg-3 see-video-mobile\" style=\"display: none\">
  1086.                     <a  class=\"property-span-arrow\" href=\"{{ path('contact') }}\">CONTACTEZ-NOUS
  1087.                         <i class=\"fas fa-arrow-right property-arrow\"></i>
  1088.                     </a>
  1089.                 </div>
  1090.                 <div class=\"home-sale-img\" style=\"position: relative; background-image: url({{ asset('build/2385888.png') }})\";>
  1091.                 </div>
  1092.             </div>
  1093.         </section>
  1094.         <section class=\"numbers\" style=\"margin-bottom: 120px\">
  1095.             {% set numbersContent1 = content('Home', 'Chiffres-1') %}
  1096.             {% set numbersContent2 = content('Home', 'Chiffres-2') %}
  1097.             {% set numbersContent3 = content('Home', 'Chiffres-3') %}
  1098.             {% set numbersContent4 = content('Home', 'Chiffres-4') %}
  1099.             <div class=\"col-lg-8 mx-auto div-svg-header\" style=\"display: flex; margin-top: 30px\">
  1100.                 <div class=\"col-lg-8\">
  1101.                     <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  1102.                         <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  1103.                     </svg>
  1104.                     {% if numbersContent1.name is defined %}<h1 class=\"property-name\">{{ numbersContent1.name }}</h1>{% else %}<h1 class=\"property-name\">wdr rd gdrgr dgr</h1>{% endif %}
  1105.                 </div>
  1106.             </div>
  1107.             <div class=\"col-lg-8 mx-auto div-svg-header\" style=\"display: flex; align-items: center\">
  1108.                 <div id=\"flick1\" class=\"flicking-viewport\" style=\"display: flex; justify-content: center\">
  1109.                     <div class=\"flicking-camera\" style=\"align-items: flex-start; justify-content: flex-start;\">
  1110.                         {% if numbersContent1.content is defined %}
  1111.                             <div class=\"number-content constr\" style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  1112.                                 {{ numbersContent1.content|raw }}
  1113.                             </div>
  1114.                         {% else %}
  1115.                             <div class=\"separator\"></div>
  1116.                             <div class=\"number-content comm\" style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  1117.                                 <p>Environ</p>
  1118.                                 <h2><strong class=\"count\">0</strong></h2>
  1119.                                 <p>logements</p>
  1120.                                 <p><strong>commercialisés </strong>(par an)</p>
  1121.                             </div>
  1122.                         {% endif %}
  1123.                         {% if numbersContent1.content is defined %}
  1124.                             <div class=\"separator\"></div>
  1125.                             <div class=\"number-content comm\"  style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  1126.                                 {{ numbersContent2.content|raw }}
  1127.                             </div>
  1128.                         {% else %}
  1129.                             <div class=\"separator\"></div>
  1130.                             <div class=\"number-content comm\" style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  1131.                                 <p>Environ</p>
  1132.                                 <h2><strong class=\"count\">0</strong></h2>
  1133.                                 <p>logements</p>
  1134.                                 <p><strong>commercialisés </strong>(par an)</p>
  1135.                             </div>
  1136.                         {% endif %}
  1137.                         {% if numbersContent1.content is defined %}
  1138.                             <div class=\"separator\"></div>
  1139.                             <div class=\"number-content porte\"  style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  1140.                                 {{ numbersContent3.content|raw }}
  1141.                             </div>
  1142.                         {% else %}
  1143.                             <div class=\"separator\"></div>
  1144.                             <div class=\"number-content comm\" style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  1145.                                 <p>Environ</p>
  1146.                                 <h2><strong class=\"count\">0</strong></h2>
  1147.                                 <p>logements</p>
  1148.                                 <p><strong>commercialisés </strong>(par an)</p>
  1149.                             </div>
  1150.                         {% endif %}
  1151.                         {% if numbersContent1.content is defined %}
  1152.                             <div class=\"separator\"></div>
  1153.                             <div class=\"number-content coll\"  style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  1154.                                 {{ numbersContent4.content|raw }}
  1155.                             </div>
  1156.                         {% else %}
  1157.                             <div class=\"separator\"></div>
  1158.                             <div class=\"number-content comm\" style=\"display: flex; flex-direction: column; align-items: center; justify-content: center\">
  1159.                                 <p>Environ</p>
  1160.                                 <h2><strong class=\"count\">0</strong></h2>
  1161.                                 <p>logements</p>
  1162.                                 <p><strong>commercialisés </strong>(par an)</p>
  1163.                             </div>
  1164.                         {% endif %}
  1165.                     </div>
  1166.                 </div>
  1167.             </div>
  1168.         </section>
  1169.     </div>
  1170.     <section class=\"newsletter\">
  1171.         <div class=\"col-lg-8 row m-auto\">
  1172.             <div class=\"col-lg-6\">
  1173.                 <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  1174.                     <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#fff\"/>
  1175.                 </svg>
  1176.                 <h1 class=\"property-name\">Inscrivez-vous à<br> notre newsletter</h1>
  1177.             </div>
  1178.             <div class=\"col-lg-4\">
  1179.                 <div id=\"div-form-newsletter\">
  1180.                     <span id=\"span-newsletter\">Restez informé ! Abonnez-vous à notre newsletter.</span>
  1181.                     <form action=\"{{ path('mailchimp') }}\" id=\"form-newsletter\">
  1182.                         <div class=\"input-group mt-2\">
  1183.                             <input id=\"input-email\" class=\"form-control input-email\" type=\"email\" name=\"email\" placeholder=\"Votre adresse mail\">
  1184.                             <button class=\"btn btn-primary button-newsletter\" type=\"submit\"><i class=\"fas fa-arrow-right\"></i></button>
  1185.                         </div>
  1186.                     </form>
  1187.                 </div>
  1188.             </div>
  1189.         </div>
  1190.     </section>
  1191.     <!-- Modal HTML -->
  1192.     <div id=\"video\" class=\"modal fade\">
  1193.         <div class=\"modal-dialog\">
  1194.             <div class=\"modal-content\">
  1195.                 <div class=\"modal-header\">
  1196.                     <button type=\"button\" class=\"close\" data-dismiss=\"modal\">&times;</button>
  1197.                 </div>
  1198.                 <div class=\"modal-body\">
  1199.                     <div class=\"embed-responsive embed-responsive-16by9\">
  1200.                         <iframe id=\"cartoonVideo\" class=\"embed-responsive-item\" width=\"560\" height=\"315\" src=\"https://youtu.be/8zFDrIoLoCQ\" allowfullscreen></iframe>
  1201.                     </div>
  1202.                 </div>
  1203.             </div>
  1204.         </div>
  1205.     </div>
  1206.     <!-- Modal -->
  1207. {#    <div  class=\"modal fade\" id=\"popUpChristmas\" tabindex=\"-1\" aria-labelledby=\"popUpChristmas\" aria-hidden=\"true\">#}
  1208. {#        <div class=\"modal-dialog video-pop-up-dialog\">#}
  1209. {#            <div class=\"modal-content  video-pop-up-content\">#}
  1210. {#                <div class=\"modal-body\" style=\"position: relative\">#}
  1211. {#                    <button class=\"btn btn-primary\" id=\"closeModal\">&times;</button>#}
  1212. {#                    <button id=\"buttonVideoFour\" class=\"active\">#}
  1213. {#                        <i style=\"font-size: 65px; background-color: transparent;\" class=\"far fa-play-circle\"></i>#}
  1214. {#                    </button>#}
  1215. {#                    <video id=\"video1\" preload=\"auto\" width=\"100%\" height=\"100%\" poster=\"{{ asset('build/cover-xmas.png') }}\" controls>#}
  1216. {#                        <source type=\"video/mp4\" src=\"{{ asset('build/2021_09_12 Carte de voeux animée - Vidéo R4.mp4') }}\" />#}
  1217. {#                    </video>#}
  1218. {#                </div>#}
  1219. {#            </div>#}
  1220. {#        </div>#}
  1221. {#    </div>#}
  1222. {#    <script>#}
  1223. {#        let myVideo = document.getElementById(\"video1\");#}
  1224. {#        myVideo.controls = false#}
  1225. {#    </script>#}
  1226.     
  1227. {#    <script>#}
  1228. {#        \$('.slider-home-ref-detail').slick({#}
  1229. {#            dots: false,#}
  1230. {#            infinite: true,#}
  1231. {#            speed: 3000,#}
  1232. {#            slidesToShow: 1,#}
  1233. {#            slidesToScroll: 1,#}
  1234. {#            autoplay: true,#}
  1235. {#            responsive: [#}
  1236. {#                {#}
  1237. {#                    breakpoint: 576,#}
  1238. {#                    settings: {#}
  1239. {#                        slidesToShow: 1,#}
  1240. {#                        slidesToScroll: 1#}
  1241. {#                    }#}
  1242. {#                }#}
  1243. {#            ]#}
  1244. {#        });#}
  1245. {#    </script>#}
  1246. {% endblock %}
  1247. ""home.html.twig""/home/juca-stage/sites/sym/tracol/templates/home.html.twig");
  1248.     }
  1249. }