var/cache/dev/twig/c9/c9b9365ab13f635b5978447508261bab2b54117e3f4c4da817d17dcfc3ae2ea6.php line 224

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. /* FrontBundle/Page/espace-entreprises.html.twig */
  14. class __TwigTemplate_2c35cc47ee7af7e02be97857cc7a8c34be9f6447ea19ae7876330204ea2bbf1c 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.             'description' => [$this'block_description'],
  25.             'extra_class' => [$this'block_extra_class'],
  26.             'menu_min' => [$this'block_menu_min'],
  27.             'menu_max' => [$this'block_menu_max'],
  28.             'sub_header' => [$this'block_sub_header'],
  29.             'stylesheets' => [$this'block_stylesheets'],
  30.             'body' => [$this'block_body'],
  31.             'javascripts' => [$this'block_javascripts'],
  32.         ];
  33.     }
  34.     protected function doGetParent(array $context)
  35.     {
  36.         // line 1
  37.         return "FrontBundle/layout.html.twig";
  38.     }
  39.     protected function doDisplay(array $context, array $blocks = [])
  40.     {
  41.         $macros $this->macros;
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""FrontBundle/Page/espace-entreprises.html.twig"));
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""FrontBundle/Page/espace-entreprises.html.twig"));
  46.         $this->parent $this->loadTemplate("FrontBundle/layout.html.twig""FrontBundle/Page/espace-entreprises.html.twig"1);
  47.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  48.         
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  50.         
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  52.     }
  53.     // line 3
  54.     public function block_title($context, array $blocks = [])
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  59.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  61.         echo twig_escape_filter($this->env, (isset($context["app_sitename"]) || array_key_exists("app_sitename"$context) ? $context["app_sitename"] : (function () { throw new RuntimeError('Variable "app_sitename" does not exist.'3$this->source); })()), "html"nulltrue);
  62.         echo " - ";
  63.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'3$this->source); })()), "metaTitle", [], "any"falsefalsefalse3), "html"nulltrue);
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.     }
  69.     // line 4
  70.     public function block_description($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  77.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'4$this->source); })()), "metaDescription", [], "any"falsefalsefalse4), "html"nulltrue);
  78.         
  79.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  80.         
  81.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  82.     }
  83.     // line 8
  84.     public function block_extra_class($context, array $blocks = [])
  85.     {
  86.         $macros $this->macros;
  87.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  88.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extra_class"));
  89.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  90.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extra_class"));
  91.         echo "native";
  92.         
  93.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  94.         
  95.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  96.     }
  97.     // line 9
  98.     public function block_menu_min($context, array $blocks = [])
  99.     {
  100.         $macros $this->macros;
  101.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  102.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu_min"));
  103.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  104.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu_min"));
  105.         echo "700";
  106.         
  107.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  108.         
  109.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  110.     }
  111.     // line 10
  112.     public function block_menu_max($context, array $blocks = [])
  113.     {
  114.         $macros $this->macros;
  115.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  116.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu_max"));
  117.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  118.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu_max"));
  119.         echo "4127";
  120.         
  121.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  122.         
  123.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  124.     }
  125.     // line 12
  126.     public function block_sub_header($context, array $blocks = [])
  127.     {
  128.         $macros $this->macros;
  129.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  130.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sub_header"));
  131.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  132.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sub_header"));
  133.         // line 13
  134.         echo "
  135. \t<div class=\"sub-header anchor\">
  136.     <ul>
  137.     \t<li><a href=\"#menu_min\">";
  138.         // line 16
  139.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("espaces_salle", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'16$this->source); })())));
  140.         echo "</a></li>
  141.       \t<li><a href=\"#restauration\">";
  142.         // line 17
  143.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("menu_restauration", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'17$this->source); })())));
  144.         echo "</a></li>
  145.       \t<li><a href=\"#lounge-club\">Lounge club</a></li>
  146.       \t<li ><a href=\"#contact\">";
  147.         // line 19
  148.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("menu_contact", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'19$this->source); })())));
  149.         echo "</a></li>
  150.     </ul>
  151.   </div>
  152. ";
  153.         
  154.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  155.         
  156.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  157.     }
  158.     // line 28
  159.     public function block_stylesheets($context, array $blocks = [])
  160.     {
  161.         $macros $this->macros;
  162.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  163.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  164.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  165.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  166.         // line 29
  167.         echo "\t<link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
  168. \t<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
  169. ";
  170.         
  171.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  172.         
  173.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  174.     }
  175.     // line 33
  176.     public function block_body($context, array $blocks = [])
  177.     {
  178.         $macros $this->macros;
  179.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  180.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  181.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  182.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  183.         // line 34
  184.         echo "
  185.     <section class=\"espace-header\" style=\"background-image: url('/front/img/entreprise-slider0.jpg');\">
  186.       <div class=\"shadow-60\"></div>
  187. \t    <div class=\"container\">
  188. \t      <h1>";
  189.         // line 39
  190.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'39$this->source); })())));
  191.         echo "</h1>
  192. \t      <p>";
  193.         // line 40
  194.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_subtitle", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'40$this->source); })()));
  195.         echo "</p>
  196. \t    </div>
  197.       <ul class=\"anchor\">
  198.       \t<li><a href=\"#salle\">";
  199.         // line 44
  200.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("espaces_salle", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'44$this->source); })())));
  201.         echo "</a></li>
  202.       \t<li><a href=\"#restauration\">";
  203.         // line 45
  204.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("menu_restauration", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'45$this->source); })())));
  205.         echo "</a></li>
  206.       \t<li><a href=\"#lounge-club\">Lounge club</a></li>
  207.       \t<li ><a href=\"#contact\">";
  208.         // line 47
  209.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("menu_contact", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'47$this->source); })())));
  210.         echo "</a></li>
  211.       </ul>
  212.     </section>
  213.     <section class=\"espace-content\" id=\"salle\">
  214. \t\t\t<div class=\"owl-carousel esp lounge\">
  215.         ";
  216.         // line 54
  217.         $context['_parent'] = $context;
  218.         $context['_seq'] = twig_ensure_traversable(range(08));
  219.         foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  220.             // line 55
  221.             echo "\t\t\t    <div class=\"item\"><img src=\"/front/img/entreprise-slider";
  222.             echo twig_escape_filter($this->env$context["i"], "html"nulltrue);
  223.             echo ".jpg\" alt=\"entreprise ";
  224.             echo twig_escape_filter($this->env$context["i"], "html"nulltrue);
  225.             echo "\" /></div>
  226. \t\t\t  ";
  227.         }
  228.         $_parent $context['_parent'];
  229.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  230.         $context array_intersect_key($context$_parent) + $_parent;
  231.         // line 57
  232.         echo "\t\t\t</div>
  233.       <div class=\"horizontal-bar-container\">
  234.         <div class=\"horizontal-bar\"></div>
  235.         <div class=\"horizontal-bar-ctrl purple\"></div>
  236.       </div>
  237. \t\t\t<a href=\"#next\" class=\"next-arrow\"><img src=\"/front/img/espaces-arrow-b-l.svg\" alt=\"suivant\" /></a>
  238. \t\t\t<h2 id=\"next\" class=\"no-bar\">";
  239.         // line 66
  240.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s1_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'66$this->source); })())));
  241.         echo "<span class=\"full-bar\"></span></h2>
  242. \t\t\t<p class=\"text-dark pl-0 pr-0\">";
  243.         // line 68
  244.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s1", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'68$this->source); })()));
  245.         echo "</p>
  246. \t\t</section>
  247. \t\t<section class=\"espace-content mt-5 no-mobile\">
  248.       <div class=\" entreprise-mod\">
  249.   \t\t\t<div class=\"mod\" id=\"mod1\">
  250.   \t\t\t\t<div class=\"ctr\">
  251.   \t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">";
  252.         // line 75
  253.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod1_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'75$this->source); })())));
  254.         echo "</span> ";
  255.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod1", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'75$this->source); })()));
  256.         echo " </p>
  257.   \t\t\t\t\t<span class=\"title\">";
  258.         // line 76
  259.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod1_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'76$this->source); })())));
  260.         echo "</span>
  261.   \t\t\t\t</div>
  262.   \t\t\t</div>
  263.   \t\t\t<div class=\"mod\" id=\"mod2\">
  264.   \t\t\t\t<div class=\"ctr\">
  265.   \t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">";
  266.         // line 81
  267.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod2_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'81$this->source); })())));
  268.         echo "</span>  ";
  269.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod2", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'81$this->source); })()));
  270.         echo "</p>
  271.   \t\t\t\t\t<span class=\"title\">";
  272.         // line 82
  273.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod2_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'82$this->source); })())));
  274.         echo "</span>
  275.   \t\t\t\t</div>
  276.   \t\t\t</div>
  277.   \t\t\t<div class=\"mod\" id=\"mod3\">
  278.   \t\t\t\t<div class=\"ctr\">
  279.   \t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">";
  280.         // line 87
  281.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod3_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'87$this->source); })())));
  282.         echo "</span> ";
  283.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod3", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'87$this->source); })()));
  284.         echo "</p>
  285.   \t\t\t\t\t<span class=\"title\">";
  286.         // line 88
  287.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod3_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'88$this->source); })())));
  288.         echo "</span>
  289.   \t\t\t\t</div>
  290.   \t\t\t</div>
  291.   \t\t\t<div class=\"mod\" id=\"mod4\">
  292.   \t\t\t\t<div class=\"ctr\">
  293.   \t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">";
  294.         // line 93
  295.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod4_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'93$this->source); })())));
  296.         echo "</span> ";
  297.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod4", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'93$this->source); })()));
  298.         echo "</p>
  299.   \t\t\t\t\t<span class=\"title\">";
  300.         // line 94
  301.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod4_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'94$this->source); })())));
  302.         echo "</span>
  303.   \t\t\t\t</div>
  304.   \t\t\t</div>
  305.   \t\t\t<div class=\"mod\" id=\"mod5\">
  306.   \t\t\t\t<div class=\"ctr\">
  307.   \t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">";
  308.         // line 99
  309.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod5_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'99$this->source); })())));
  310.         echo "</span> ";
  311.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod5", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'99$this->source); })()));
  312.         echo "</p>
  313.   \t\t\t\t\t<span class=\"title\">";
  314.         // line 100
  315.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod5_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'100$this->source); })())));
  316.         echo "</span>
  317.   \t\t\t\t</div>
  318.   \t\t\t</div>
  319.       </div>
  320. \t\t</section>
  321.     <section class=\"espace-content second entreprise-restauration\" id=\"restauration\">
  322. \t\t\t<h2 id=\"\" class=\"no-bar\">";
  323.         // line 109
  324.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s2_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'109$this->source); })())));
  325.         echo "<span class=\"full-bar\"></span></h2>
  326. \t\t\t<p class=\"text-black\">";
  327.         // line 111
  328.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s2", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'111$this->source); })()));
  329.         echo "</p>
  330. \t\t</section>
  331.     <div class=\"row histoire-restauration-links\">
  332.       <div class=\"col\">
  333.         <div class=\"bg\">
  334.           <a href=\"/";
  335.         // line 119
  336.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'119$this->source); })()), "request", [], "any"falsefalsefalse119), "locale", [], "any"falsefalsefalse119), "html"nulltrue);
  337.         echo "/le-majestic\" class=\"link\">LE MAJESTIC <img src=\"/front/img/message-arrow-single.svg\" alt=\"majestic\"></a>
  338.         </div>
  339.         <p class=\"desc\">";
  340.         // line 121
  341.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mj", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'121$this->source); })()));
  342.         echo "</p>
  343.       </div>
  344.       <div class=\"col\">
  345.         <div class=\"bg\">
  346.           <a href=\"/";
  347.         // line 125
  348.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'125$this->source); })()), "request", [], "any"falsefalsefalse125), "locale", [], "any"falsefalsefalse125), "html"nulltrue);
  349.         echo "/le-versailles\" class=\"link\">LE VERSAILLES <img src=\"/front/img/message-arrow-single.svg\" alt=\"majestic\"></a>
  350.         </div>
  351.         <p class=\"desc\">";
  352.         // line 127
  353.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_ve", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'127$this->source); })()));
  354.         echo "</p>
  355.       </div>
  356.     </div>
  357. ";
  358.         // line 146
  359.         echo "
  360. ";
  361.         // line 158
  362.         echo "
  363.     <section class=\"espace-content second entreprise-lounge mt-5 pt-5\" id=\"lounge-club\">
  364. \t\t\t<h2 id=\"\" class=\"no-bar\">";
  365.         // line 160
  366.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s3_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'160$this->source); })())));
  367.         echo "<span class=\"full-bar\"></span></h2>
  368. \t\t\t<p class=\"text-black\">";
  369.         // line 162
  370.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s3", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'162$this->source); })()));
  371.         echo "</p>
  372. \t\t</section>
  373. \t\t<section class=\"entreprise-lounge-bg\" style=\"background-image: url('/front/img/espaces-lounge-club.jpg');\">
  374. \t\t\t<div class=\"container\">
  375. \t\t\t</div>
  376. \t\t</section>
  377.     <section class=\"espace-content\" style=\"margin: -66px auto 0 auto;\">
  378. \t\t\t<div class=\"owl-carousel lounge esp2\">
  379.           <div class=\"item\"><img src=\"/front/img/lounge-slider0.jpg\" alt=\"lounge\" /></div>
  380.           <div class=\"item\"><img src=\"/front/img/lounge-slider1.jpg\" alt=\"lounge\" /></div>
  381.           <div class=\"item\"><img src=\"/front/img/lounge-slider2.jpg\" alt=\"lounge\" /></div>
  382.           <div class=\"item\"><img src=\"/front/img/lounge-slider4.jpg\" alt=\"lounge\" /></div>
  383. \t\t\t</div>
  384. \t\t</section>
  385.     <section class=\"espace-content entreprise-contact second\" id=\"contact\">
  386. \t\t\t<h2 id=\"\" class=\"no-bar\">";
  387.         // line 183
  388.         echo twig_upper_filter($this->env$this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s4_title", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'183$this->source); })())));
  389.         echo "<span class=\"full-bar\"></span></h2>
  390. \t\t\t<p class=\"text-black\">";
  391.         // line 185
  392.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s4", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'185$this->source); })()));
  393.         echo "</p>
  394. \t\t\t<form class=\"form2\">
  395.       \t<div class=\"row\">
  396. \t      \t<div class=\"col-md-6\">
  397. \t      \t\t<input type=\"text\" placeholder=\"";
  398.         // line 190
  399.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_nom", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'190$this->source); })()));
  400.         echo "*\" name=\"lastname\" value=\"";
  401.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  402.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'190$this->source); })()), "user", [], "any"falsefalsefalse190), "info", [=> "lastname"], "method"falsefalsefalse190), "html"nulltrue);
  403.         }
  404.         echo "\" />
  405.             <input type=\"text\" placeholder=\"";
  406.         // line 191
  407.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_prenom", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'191$this->source); })()));
  408.         echo "*\" name=\"firstname\" value=\"";
  409.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  410.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'191$this->source); })()), "user", [], "any"falsefalsefalse191), "info", [=> "firstname"], "method"falsefalsefalse191), "html"nulltrue);
  411.         }
  412.         echo "\"  />
  413.             <input type=\"text\" placeholder=\"";
  414.         // line 192
  415.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_societe", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'192$this->source); })()));
  416.         echo "\" name=\"company\" value=\"";
  417.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  418.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'192$this->source); })()), "user", [], "any"falsefalsefalse192), "info", [=> "company"], "method"falsefalsefalse192), "html"nulltrue);
  419.         }
  420.         echo "\"  />
  421.             <input type=\"tel\" placeholder=\"";
  422.         // line 193
  423.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_tel", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'193$this->source); })()));
  424.         echo "*\" name=\"phone\" value=\"";
  425.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  426.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'193$this->source); })()), "user", [], "any"falsefalsefalse193), "info", [=> "phone"], "method"falsefalsefalse193), "html"nulltrue);
  427.         }
  428.         echo "\"  />
  429.             <input type=\"email\" placeholder=\"";
  430.         // line 194
  431.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_email", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'194$this->source); })()));
  432.         echo "*\" name=\"email\" value=\"";
  433.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  434.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'194$this->source); })()), "user", [], "any"falsefalsefalse194), "email", [], "any"falsefalsefalse194), "html"nulltrue);
  435.         }
  436.         echo "\"  />
  437.             <input type=\"text\" placeholder=\"";
  438.         // line 195
  439.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_adresse", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'195$this->source); })()));
  440.         echo "*\" name=\"address\" value=\"";
  441.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  442.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'195$this->source); })()), "user", [], "any"falsefalsefalse195), "info", [=> "address1"], "method"falsefalsefalse195), "html"nulltrue);
  443.         }
  444.         echo "\"  />
  445. \t      \t</div>
  446. \t      \t<div class=\"col-md-6\">
  447. \t      \t\t<input type=\"text\" placeholder=\"";
  448.         // line 198
  449.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_code", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'198$this->source); })()));
  450.         echo "*\" name=\"zipcode\" value=\"";
  451.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  452.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'198$this->source); })()), "user", [], "any"falsefalsefalse198), "info", [=> "zipcode"], "method"falsefalsefalse198), "html"nulltrue);
  453.         }
  454.         echo "\"  />
  455.             <input type=\"text\" placeholder=\"";
  456.         // line 199
  457.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_ville", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'199$this->source); })()));
  458.         echo "*\" name=\"city\" value=\"";
  459.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  460.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'199$this->source); })()), "user", [], "any"falsefalsefalse199), "info", [=> "city"], "method"falsefalsefalse199), "html"nulltrue);
  461.         }
  462.         echo "\"  />
  463.             <input type=\"text\" placeholder=\"";
  464.         // line 200
  465.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_pays", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'200$this->source); })()));
  466.         echo "*\" name=\"country\" value=\"";
  467.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  468.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'200$this->source); })()), "user", [], "any"falsefalsefalse200), "info", [=> "country"], "method"falsefalsefalse200), "html"nulltrue);
  469.         }
  470.         echo "\"  />
  471.             <input type=\"text\" placeholder=\"";
  472.         // line 201
  473.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_sujet", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'201$this->source); })()));
  474.         echo "*\" name=\"subject\" />
  475.             <textarea placeholder=\"";
  476.         // line 202
  477.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_message", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'202$this->source); })()));
  478.         echo "*\" name=\"message\"></textarea>
  479. \t      \t</div>
  480.           <div class=\"col-md-12 contact-response\">
  481.             <p class=\"text-center mt-0 p-0 mb-2\"></p>
  482.           </div>
  483. \t      \t<button id=\"sendform\" class=\"send\">";
  484.         // line 211
  485.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_envoyer", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'211$this->source); })()));
  486.         echo "</button>
  487.       \t</div>
  488.       </form>
  489. \t\t</section>
  490. \t\t<div class=\"entreprise-bg2\">
  491. \t\t\t<p class=\"title\">ROYAL PALACE</p>
  492. \t\t\t<p class=\"address\">20 Rue de Hochfelden, 67330 KIRRWILLER - FRANCE</p>
  493. \t\t\t<a href=\"tel:+33 (0)3 88 70 71 8\" class=\"phone\">+33 (0)3 88 70 71 81</a>
  494. \t\t</div>
  495. \t\t";
  496.         // line 225
  497.         $this->loadTemplate("FrontBundle/Partial/footer.html.twig""FrontBundle/Page/espace-entreprises.html.twig"225)->display($context);
  498.         // line 226
  499.         echo "
  500. ";
  501.         
  502.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  503.         
  504.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  505.     }
  506.     // line 229
  507.     public function block_javascripts($context, array $blocks = [])
  508.     {
  509.         $macros $this->macros;
  510.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  511.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  512.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  513.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  514.         // line 230
  515.         echo "
  516.   <script src=\"https://www.google.com/recaptcha/api.js?render=";
  517.         // line 232
  518.         echo twig_escape_filter($this->env, (isset($context["recaptcha_public_key"]) || array_key_exists("recaptcha_public_key"$context) ? $context["recaptcha_public_key"] : (function () { throw new RuntimeError('Variable "recaptcha_public_key" does not exist.'232$this->source); })()), "html"nulltrue);
  519.         echo "\"></script>
  520.   <script src=\"/front/js/owl.carousel.min.js\"></script>
  521.   <script type=\"text/javascript\">
  522.     \$( document ).ready(function() {
  523.       \$('.entreprise-mod .mod .title').on('click', function(e){
  524.       \te.preventDefault();
  525.         var id = \$(this).parents('.mod').attr('id');
  526.         \$('.title').show();
  527.         \$(this).hide();
  528.         \$('.info').hide();
  529.         \$('#'+id+' .info').fadeIn();
  530.       });
  531.       \$('.entreprise-mod .mod .close').on('click', function(e){
  532.       \te.preventDefault();
  533.         var id = \$(this).parents('.mod').attr('id');
  534.         \$('#'+id+' .info').hide();
  535.         \$('#'+id+' .title').fadeIn();
  536.       });
  537.     });
  538.     var owl = \$('.owl-carousel.esp');
  539.     owl.owlCarousel({
  540.       loop:false,
  541.       margin:30,
  542.       nav:true,
  543.       responsive:{
  544.           0:{
  545.               items:1
  546.           },
  547.           600:{
  548.               items:3
  549.           },
  550.           1920:{
  551.               items:3
  552.           }
  553.       }
  554.     });
  555.     var owl2 = \$('.owl-carousel.esp2');
  556.     owl2.owlCarousel({
  557.       loop:false,
  558.       margin:30,
  559.       nav:true,
  560.       responsive:{
  561.           0:{
  562.               items:1
  563.           },
  564.           600:{
  565.               items:4
  566.           },
  567.           1920:{
  568.               items:4
  569.           }
  570.       }
  571.     });
  572.     // HEADER IMAGE SWITCH
  573.     carouselIndex = 0;
  574.     \$('.owl-carousel.esp img').mousedown(function() {
  575.       setTimeout(function() { carouselIndex = owl.data()['owl.carousel']._current }, 220);
  576.     });
  577.     \$('.owl-carousel.esp img').on('click', function(e){
  578.       e.preventDefault();
  579.       if( carouselIndex == owl.data()['owl.carousel']._current ){
  580.         \$('.espace-header').attr('style', 'background-image: url(\"'+\$(this).attr('src')+'\");') ;
  581.       }
  582.     });
  583.     // END HEADER IMAGE SWITCH
  584.     // // HEADER IMAGE SWITCH LOUNGE
  585.     // carouselIndex = 0;
  586.     // \$('.owl-carousel.esp2 img').mousedown(function() {
  587.     //   setTimeout(function() { carouselIndex = owl2.data()['owl.carousel']._current }, 220);
  588.     // });
  589.     // \$('.owl-carousel.esp2 img').on('click', function(e){
  590.     //   e.preventDefault();
  591.     //   if( carouselIndex == owl.data()['owl.carousel']._current ){
  592.     //     \$('.entreprise-lounge-bg').attr('style', 'background-image: url(\"'+\$(this).attr('src')+'\");') ;
  593.     //   }
  594.     // });
  595.     // // END HEADER IMAGE SWITCH LOUNGE
  596.     if( \$('.project-bar-ctrl').length >0 ) {
  597.       offset = \$('.project-bar-ctrl').offset().top;
  598.       \$('.gallery-container').scroll(function(){
  599.         var pos = \$('.gallery-container').scrollTop();
  600.         var top = pos * 706 / 1790;
  601.         \$('.project-bar-ctrl').css('top', top+'px');
  602.       });
  603.     }
  604.     owl.on('changed.owl.carousel', function(event) {
  605.       var itemsNbr = owl.data()['owl.carousel'].settings.items;
  606.       var itemsTotal = event.item.count;
  607.       var itemsIndex = event.item.index;
  608.       var pagesNbr = itemsTotal - itemsNbr;
  609.       var horizontalBar = \$('.horizontal-bar').outerWidth();
  610.       var horizontalBarCtrl = \$('.horizontal-bar-ctrl').outerWidth();
  611.       var courseLength = \$('.horizontal-bar').outerWidth() - \$('.horizontal-bar-ctrl').outerWidth();
  612.       var left = itemsIndex * 100 / pagesNbr; // percent
  613.       left = left * courseLength / 100;
  614.       \$('.horizontal-bar-ctrl').css('left', left+'px');
  615.       
  616.     });
  617. \t</script>
  618.   <script type=\"text/javascript\">
  619.     \$(document).ready(function() {
  620.       \$('#sendform').on('click', function(e){
  621.         e.preventDefault();
  622.           grecaptcha.ready(function() {
  623.             grecaptcha.execute('";
  624.         // line 368
  625.         echo twig_escape_filter($this->env, (isset($context["recaptcha_public_key"]) || array_key_exists("recaptcha_public_key"$context) ? $context["recaptcha_public_key"] : (function () { throw new RuntimeError('Variable "recaptcha_public_key" does not exist.'368$this->source); })()), "html"nulltrue);
  626.         echo "', {action: 'submit'}).then(function(token) {
  627.           var form = {
  628.             token: token,
  629.             firstname: \$('#contact [name=\"firstname\"').val(),
  630.             lastname: \$('#contact [name=\"lastname\"').val(),
  631.             company: \$('#contact [name=\"company\"').val(),
  632.             phone: \$('#contact [name=\"phone\"').val(),
  633.             email: \$('#contact [name=\"email\"').val(),
  634.             address: \$('#contact [name=\"address\"').val(),
  635.             zipcode: \$('#contact [name=\"zipcode\"').val(),
  636.             city: \$('#contact [name=\"city\"').val(),
  637.             country: \$('#contact [name=\"country\"').val(),
  638.             subject: \$('#contact [name=\"subject\"').val(),
  639.             message: \$('#contact [name=\"message\"').val(),
  640.           };
  641.           \$.post('/contact/send/";
  642.         // line 385
  643.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'385$this->source); })()), "request", [], "any"falsefalsefalse385), "locale", [], "any"falsefalsefalse385), "html"nulltrue);
  644.         echo "', form, function( data ) {
  645.             \$('.contact-response').hide();
  646.             if(data.success == true){
  647.               \$('#sendform').hide();
  648.               \$('.contact-response').show();
  649.               \$('.contact-response p').html('Merci pour votre message. <br> Nous vous répondrons dans les plus brefs délais.');
  650.             } else {
  651.               \$('.contact-response').show();
  652.               \$('.contact-response p').text(data.error);
  653.             }
  654.           }, \"json\");
  655.             });
  656.           });
  657.       });
  658.     });
  659.   </script>
  660. ";
  661.         
  662.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  663.         
  664.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  665.     }
  666.     public function getTemplateName()
  667.     {
  668.         return "FrontBundle/Page/espace-entreprises.html.twig";
  669.     }
  670.     public function isTraitable()
  671.     {
  672.         return false;
  673.     }
  674.     public function getDebugInfo()
  675.     {
  676.         return array (  769 => 385,  749 => 368,  610 => 232,  606 => 230,  596 => 229,  585 => 226,  583 => 225,  566 => 211,  554 => 202,  550 => 201,  542 => 200,  534 => 199,  526 => 198,  516 => 195,  508 => 194,  500 => 193,  492 => 192,  484 => 191,  476 => 190,  468 => 185,  463 => 183,  439 => 162,  434 => 160,  430 => 158,  427 => 146,  419 => 127,  414 => 125,  407 => 121,  402 => 119,  391 => 111,  386 => 109,  374 => 100,  368 => 99,  360 => 94,  354 => 93,  346 => 88,  340 => 87,  332 => 82,  326 => 81,  318 => 76,  312 => 75,  302 => 68,  297 => 66,  286 => 57,  275 => 55,  271 => 54,  261 => 47,  256 => 45,  252 => 44,  245 => 40,  241 => 39,  234 => 34,  224 => 33,  212 => 29,  202 => 28,  187 => 19,  182 => 17,  178 => 16,  173 => 13,  163 => 12,  144 => 10,  125 => 9,  106 => 8,  87 => 4,  66 => 3,  43 => 1,);
  677.     }
  678.     public function getSourceContext()
  679.     {
  680.         return new Source("{% extends 'FrontBundle/layout.html.twig' %}
  681. {% block title %}{{ app_sitename }} - {{ page.metaTitle }}{% endblock %}
  682. {% block description %}{{ page.metaDescription }}{% endblock %}
  683. {% block extra_class %}native{% endblock %}
  684. {% block menu_min %}700{% endblock %}
  685. {% block menu_max %}4127{% endblock %}
  686. {% block sub_header %}
  687. \t<div class=\"sub-header anchor\">
  688.     <ul>
  689.     \t<li><a href=\"#menu_min\">{{ 'espaces_salle'|tr(tr)|upper|raw }}</a></li>
  690.       \t<li><a href=\"#restauration\">{{ 'menu_restauration'|tr(tr)|upper|raw }}</a></li>
  691.       \t<li><a href=\"#lounge-club\">Lounge club</a></li>
  692.       \t<li ><a href=\"#contact\">{{ 'menu_contact'|tr(tr)|upper|raw }}</a></li>
  693.     </ul>
  694.   </div>
  695. {% endblock %}
  696. {% block stylesheets %}
  697. \t<link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
  698. \t<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
  699. {% endblock %}
  700. {% block body %}
  701.     <section class=\"espace-header\" style=\"background-image: url('/front/img/entreprise-slider0.jpg');\">
  702.       <div class=\"shadow-60\"></div>
  703. \t    <div class=\"container\">
  704. \t      <h1>{{ 'entreprise_title'|tr(tr)|upper|raw }}</h1>
  705. \t      <p>{{ 'entreprise_subtitle'|tr(tr)|raw }}</p>
  706. \t    </div>
  707.       <ul class=\"anchor\">
  708.       \t<li><a href=\"#salle\">{{ 'espaces_salle'|tr(tr)|upper|raw }}</a></li>
  709.       \t<li><a href=\"#restauration\">{{ 'menu_restauration'|tr(tr)|upper|raw }}</a></li>
  710.       \t<li><a href=\"#lounge-club\">Lounge club</a></li>
  711.       \t<li ><a href=\"#contact\">{{ 'menu_contact'|tr(tr)|upper|raw }}</a></li>
  712.       </ul>
  713.     </section>
  714.     <section class=\"espace-content\" id=\"salle\">
  715. \t\t\t<div class=\"owl-carousel esp lounge\">
  716.         {% for i in 0..8 %}
  717. \t\t\t    <div class=\"item\"><img src=\"/front/img/entreprise-slider{{i}}.jpg\" alt=\"entreprise {{i}}\" /></div>
  718. \t\t\t  {% endfor %}
  719. \t\t\t</div>
  720.       <div class=\"horizontal-bar-container\">
  721.         <div class=\"horizontal-bar\"></div>
  722.         <div class=\"horizontal-bar-ctrl purple\"></div>
  723.       </div>
  724. \t\t\t<a href=\"#next\" class=\"next-arrow\"><img src=\"/front/img/espaces-arrow-b-l.svg\" alt=\"suivant\" /></a>
  725. \t\t\t<h2 id=\"next\" class=\"no-bar\">{{ 'entreprise_s1_title'|tr(tr)|upper|raw }}<span class=\"full-bar\"></span></h2>
  726. \t\t\t<p class=\"text-dark pl-0 pr-0\">{{ 'entreprise_s1'|tr(tr)|raw }}</p>
  727. \t\t</section>
  728. \t\t<section class=\"espace-content mt-5 no-mobile\">
  729.       <div class=\" entreprise-mod\">
  730.   \t\t\t<div class=\"mod\" id=\"mod1\">
  731.   \t\t\t\t<div class=\"ctr\">
  732.   \t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">{{ 'entreprise_mod1_title'|tr(tr)|upper|raw }}</span> {{ 'entreprise_mod1'|tr(tr)|raw }} </p>
  733.   \t\t\t\t\t<span class=\"title\">{{ 'entreprise_mod1_title'|tr(tr)|upper|raw }}</span>
  734.   \t\t\t\t</div>
  735.   \t\t\t</div>
  736.   \t\t\t<div class=\"mod\" id=\"mod2\">
  737.   \t\t\t\t<div class=\"ctr\">
  738.   \t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">{{ 'entreprise_mod2_title'|tr(tr)|upper|raw }}</span>  {{ 'entreprise_mod2'|tr(tr)|raw }}</p>
  739.   \t\t\t\t\t<span class=\"title\">{{ 'entreprise_mod2_title'|tr(tr)|upper|raw }}</span>
  740.   \t\t\t\t</div>
  741.   \t\t\t</div>
  742.   \t\t\t<div class=\"mod\" id=\"mod3\">
  743.   \t\t\t\t<div class=\"ctr\">
  744.   \t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">{{ 'entreprise_mod3_title'|tr(tr)|upper|raw }}</span> {{ 'entreprise_mod3'|tr(tr)|raw }}</p>
  745.   \t\t\t\t\t<span class=\"title\">{{ 'entreprise_mod3_title'|tr(tr)|upper|raw }}</span>
  746.   \t\t\t\t</div>
  747.   \t\t\t</div>
  748.   \t\t\t<div class=\"mod\" id=\"mod4\">
  749.   \t\t\t\t<div class=\"ctr\">
  750.   \t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">{{ 'entreprise_mod4_title'|tr(tr)|upper|raw }}</span> {{ 'entreprise_mod4'|tr(tr)|raw }}</p>
  751.   \t\t\t\t\t<span class=\"title\">{{ 'entreprise_mod4_title'|tr(tr)|upper|raw }}</span>
  752.   \t\t\t\t</div>
  753.   \t\t\t</div>
  754.   \t\t\t<div class=\"mod\" id=\"mod5\">
  755.   \t\t\t\t<div class=\"ctr\">
  756.   \t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">{{ 'entreprise_mod5_title'|tr(tr)|upper|raw }}</span> {{ 'entreprise_mod5'|tr(tr)|raw }}</p>
  757.   \t\t\t\t\t<span class=\"title\">{{ 'entreprise_mod5_title'|tr(tr)|upper|raw }}</span>
  758.   \t\t\t\t</div>
  759.   \t\t\t</div>
  760.       </div>
  761. \t\t</section>
  762.     <section class=\"espace-content second entreprise-restauration\" id=\"restauration\">
  763. \t\t\t<h2 id=\"\" class=\"no-bar\">{{ 'entreprise_s2_title'|tr(tr)|upper|raw }}<span class=\"full-bar\"></span></h2>
  764. \t\t\t<p class=\"text-black\">{{ 'entreprise_s2'|tr(tr)|raw }}</p>
  765. \t\t</section>
  766.     <div class=\"row histoire-restauration-links\">
  767.       <div class=\"col\">
  768.         <div class=\"bg\">
  769.           <a href=\"/{{app.request.locale }}/le-majestic\" class=\"link\">LE MAJESTIC <img src=\"/front/img/message-arrow-single.svg\" alt=\"majestic\"></a>
  770.         </div>
  771.         <p class=\"desc\">{{ 'entreprise_mj'|tr(tr)|raw }}</p>
  772.       </div>
  773.       <div class=\"col\">
  774.         <div class=\"bg\">
  775.           <a href=\"/{{app.request.locale }}/le-versailles\" class=\"link\">LE VERSAILLES <img src=\"/front/img/message-arrow-single.svg\" alt=\"majestic\"></a>
  776.         </div>
  777.         <p class=\"desc\">{{ 'entreprise_ve'|tr(tr)|raw }}</p>
  778.       </div>
  779.     </div>
  780. {# \t\t<div class=\"row entreprise-restauration-links\">
  781. \t\t\t<div class=\"col\">
  782. \t\t\t\t<div class=\"bg\">
  783. \t\t\t\t\t
  784. \t\t\t\t</div>
  785. \t\t\t\t<a href=\"/{{app.request.locale }}/le-majestic\" class=\"link\">DÉCOUVRIR L'ESPACE <img src=\"/front/img/message-arrow.svg\" alt=\"majestic\"></a>
  786. \t\t\t</div>
  787. \t\t\t<div class=\"col\">
  788. \t\t\t\t<div class=\"bg\">
  789. \t\t\t\t\t
  790. \t\t\t\t</div>
  791. \t\t\t\t<a href=\"/{{app.request.locale }}/le-versailles\" class=\"link\">DÉCOUVRIR L'ESPACE <img src=\"/front/img/message-arrow.svg\" alt=\"majestic\"></a>
  792. \t\t\t</div>
  793. \t\t</div> #}
  794. {# \t\t<div class=\"row entreprise-restauration-desc\">
  795. \t\t\t<div class=\"col\">
  796. \t\t\t\t<p class=\"title\">LE MAJESTIC</p>
  797. \t\t\t\t<p class=\"desc\">Ambiance plus cosy, menu gastronomique et repas<br>dansant animé par un orchestre.<br> Capable d'accueillir 800 couverts.</p>
  798. \t\t\t</div>
  799. \t\t\t<div class=\"col\">
  800. \t\t\t\t<p class=\"title\">LE VERSAILLES</p>
  801. \t\t\t\t<p class=\"desc\">Ambiance plus intimiste, menu gastronomique<br> sans orchestre.<br> Capable d'accueillir 150 couverts.</p>
  802. \t\t\t</div>
  803. \t\t</div>
  804.  #}
  805.     <section class=\"espace-content second entreprise-lounge mt-5 pt-5\" id=\"lounge-club\">
  806. \t\t\t<h2 id=\"\" class=\"no-bar\">{{ 'entreprise_s3_title'|tr(tr)|upper|raw }}<span class=\"full-bar\"></span></h2>
  807. \t\t\t<p class=\"text-black\">{{ 'entreprise_s3'|tr(tr)|raw }}</p>
  808. \t\t</section>
  809. \t\t<section class=\"entreprise-lounge-bg\" style=\"background-image: url('/front/img/espaces-lounge-club.jpg');\">
  810. \t\t\t<div class=\"container\">
  811. \t\t\t</div>
  812. \t\t</section>
  813.     <section class=\"espace-content\" style=\"margin: -66px auto 0 auto;\">
  814. \t\t\t<div class=\"owl-carousel lounge esp2\">
  815.           <div class=\"item\"><img src=\"/front/img/lounge-slider0.jpg\" alt=\"lounge\" /></div>
  816.           <div class=\"item\"><img src=\"/front/img/lounge-slider1.jpg\" alt=\"lounge\" /></div>
  817.           <div class=\"item\"><img src=\"/front/img/lounge-slider2.jpg\" alt=\"lounge\" /></div>
  818.           <div class=\"item\"><img src=\"/front/img/lounge-slider4.jpg\" alt=\"lounge\" /></div>
  819. \t\t\t</div>
  820. \t\t</section>
  821.     <section class=\"espace-content entreprise-contact second\" id=\"contact\">
  822. \t\t\t<h2 id=\"\" class=\"no-bar\">{{ 'entreprise_s4_title'|tr(tr)|upper|raw }}<span class=\"full-bar\"></span></h2>
  823. \t\t\t<p class=\"text-black\">{{ 'entreprise_s4'|tr(tr)|raw }}</p>
  824. \t\t\t<form class=\"form2\">
  825.       \t<div class=\"row\">
  826. \t      \t<div class=\"col-md-6\">
  827. \t      \t\t<input type=\"text\" placeholder=\"{{ 'contact_nom'|tr(tr)|raw  }}*\" name=\"lastname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('lastname') }}{% endif %}\" />
  828.             <input type=\"text\" placeholder=\"{{ 'contact_prenom'|tr(tr)|raw  }}*\" name=\"firstname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('firstname') }}{% endif %}\"  />
  829.             <input type=\"text\" placeholder=\"{{ 'contact_societe'|tr(tr)|raw  }}\" name=\"company\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('company') }}{% endif %}\"  />
  830.             <input type=\"tel\" placeholder=\"{{ 'contact_tel'|tr(tr)|raw  }}*\" name=\"phone\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('phone') }}{% endif %}\"  />
  831.             <input type=\"email\" placeholder=\"{{ 'contact_email'|tr(tr)|raw  }}*\" name=\"email\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\"  />
  832.             <input type=\"text\" placeholder=\"{{ 'contact_adresse'|tr(tr)|raw  }}*\" name=\"address\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('address1') }}{% endif %}\"  />
  833. \t      \t</div>
  834. \t      \t<div class=\"col-md-6\">
  835. \t      \t\t<input type=\"text\" placeholder=\"{{ 'contact_code'|tr(tr)|raw  }}*\" name=\"zipcode\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('zipcode') }}{% endif %}\"  />
  836.             <input type=\"text\" placeholder=\"{{ 'contact_ville'|tr(tr)|raw  }}*\" name=\"city\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('city') }}{% endif %}\"  />
  837.             <input type=\"text\" placeholder=\"{{ 'contact_pays'|tr(tr)|raw  }}*\" name=\"country\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('country') }}{% endif %}\"  />
  838.             <input type=\"text\" placeholder=\"{{ 'contact_sujet'|tr(tr)|raw  }}*\" name=\"subject\" />
  839.             <textarea placeholder=\"{{ 'contact_message'|tr(tr)|raw  }}*\" name=\"message\"></textarea>
  840. \t      \t</div>
  841.           <div class=\"col-md-12 contact-response\">
  842.             <p class=\"text-center mt-0 p-0 mb-2\"></p>
  843.           </div>
  844. \t      \t<button id=\"sendform\" class=\"send\">{{ 'contact_envoyer'|tr(tr)|raw }}</button>
  845.       \t</div>
  846.       </form>
  847. \t\t</section>
  848. \t\t<div class=\"entreprise-bg2\">
  849. \t\t\t<p class=\"title\">ROYAL PALACE</p>
  850. \t\t\t<p class=\"address\">20 Rue de Hochfelden, 67330 KIRRWILLER - FRANCE</p>
  851. \t\t\t<a href=\"tel:+33 (0)3 88 70 71 8\" class=\"phone\">+33 (0)3 88 70 71 81</a>
  852. \t\t</div>
  853. \t\t{% include 'FrontBundle/Partial/footer.html.twig' %}
  854. {% endblock %}
  855. {% block javascripts %}
  856.   <script src=\"https://www.google.com/recaptcha/api.js?render={{ recaptcha_public_key }}\"></script>
  857.   <script src=\"/front/js/owl.carousel.min.js\"></script>
  858.   <script type=\"text/javascript\">
  859.     \$( document ).ready(function() {
  860.       \$('.entreprise-mod .mod .title').on('click', function(e){
  861.       \te.preventDefault();
  862.         var id = \$(this).parents('.mod').attr('id');
  863.         \$('.title').show();
  864.         \$(this).hide();
  865.         \$('.info').hide();
  866.         \$('#'+id+' .info').fadeIn();
  867.       });
  868.       \$('.entreprise-mod .mod .close').on('click', function(e){
  869.       \te.preventDefault();
  870.         var id = \$(this).parents('.mod').attr('id');
  871.         \$('#'+id+' .info').hide();
  872.         \$('#'+id+' .title').fadeIn();
  873.       });
  874.     });
  875.     var owl = \$('.owl-carousel.esp');
  876.     owl.owlCarousel({
  877.       loop:false,
  878.       margin:30,
  879.       nav:true,
  880.       responsive:{
  881.           0:{
  882.               items:1
  883.           },
  884.           600:{
  885.               items:3
  886.           },
  887.           1920:{
  888.               items:3
  889.           }
  890.       }
  891.     });
  892.     var owl2 = \$('.owl-carousel.esp2');
  893.     owl2.owlCarousel({
  894.       loop:false,
  895.       margin:30,
  896.       nav:true,
  897.       responsive:{
  898.           0:{
  899.               items:1
  900.           },
  901.           600:{
  902.               items:4
  903.           },
  904.           1920:{
  905.               items:4
  906.           }
  907.       }
  908.     });
  909.     // HEADER IMAGE SWITCH
  910.     carouselIndex = 0;
  911.     \$('.owl-carousel.esp img').mousedown(function() {
  912.       setTimeout(function() { carouselIndex = owl.data()['owl.carousel']._current }, 220);
  913.     });
  914.     \$('.owl-carousel.esp img').on('click', function(e){
  915.       e.preventDefault();
  916.       if( carouselIndex == owl.data()['owl.carousel']._current ){
  917.         \$('.espace-header').attr('style', 'background-image: url(\"'+\$(this).attr('src')+'\");') ;
  918.       }
  919.     });
  920.     // END HEADER IMAGE SWITCH
  921.     // // HEADER IMAGE SWITCH LOUNGE
  922.     // carouselIndex = 0;
  923.     // \$('.owl-carousel.esp2 img').mousedown(function() {
  924.     //   setTimeout(function() { carouselIndex = owl2.data()['owl.carousel']._current }, 220);
  925.     // });
  926.     // \$('.owl-carousel.esp2 img').on('click', function(e){
  927.     //   e.preventDefault();
  928.     //   if( carouselIndex == owl.data()['owl.carousel']._current ){
  929.     //     \$('.entreprise-lounge-bg').attr('style', 'background-image: url(\"'+\$(this).attr('src')+'\");') ;
  930.     //   }
  931.     // });
  932.     // // END HEADER IMAGE SWITCH LOUNGE
  933.     if( \$('.project-bar-ctrl').length >0 ) {
  934.       offset = \$('.project-bar-ctrl').offset().top;
  935.       \$('.gallery-container').scroll(function(){
  936.         var pos = \$('.gallery-container').scrollTop();
  937.         var top = pos * 706 / 1790;
  938.         \$('.project-bar-ctrl').css('top', top+'px');
  939.       });
  940.     }
  941.     owl.on('changed.owl.carousel', function(event) {
  942.       var itemsNbr = owl.data()['owl.carousel'].settings.items;
  943.       var itemsTotal = event.item.count;
  944.       var itemsIndex = event.item.index;
  945.       var pagesNbr = itemsTotal - itemsNbr;
  946.       var horizontalBar = \$('.horizontal-bar').outerWidth();
  947.       var horizontalBarCtrl = \$('.horizontal-bar-ctrl').outerWidth();
  948.       var courseLength = \$('.horizontal-bar').outerWidth() - \$('.horizontal-bar-ctrl').outerWidth();
  949.       var left = itemsIndex * 100 / pagesNbr; // percent
  950.       left = left * courseLength / 100;
  951.       \$('.horizontal-bar-ctrl').css('left', left+'px');
  952.       
  953.     });
  954. \t</script>
  955.   <script type=\"text/javascript\">
  956.     \$(document).ready(function() {
  957.       \$('#sendform').on('click', function(e){
  958.         e.preventDefault();
  959.           grecaptcha.ready(function() {
  960.             grecaptcha.execute('{{ recaptcha_public_key }}', {action: 'submit'}).then(function(token) {
  961.           var form = {
  962.             token: token,
  963.             firstname: \$('#contact [name=\"firstname\"').val(),
  964.             lastname: \$('#contact [name=\"lastname\"').val(),
  965.             company: \$('#contact [name=\"company\"').val(),
  966.             phone: \$('#contact [name=\"phone\"').val(),
  967.             email: \$('#contact [name=\"email\"').val(),
  968.             address: \$('#contact [name=\"address\"').val(),
  969.             zipcode: \$('#contact [name=\"zipcode\"').val(),
  970.             city: \$('#contact [name=\"city\"').val(),
  971.             country: \$('#contact [name=\"country\"').val(),
  972.             subject: \$('#contact [name=\"subject\"').val(),
  973.             message: \$('#contact [name=\"message\"').val(),
  974.           };
  975.           \$.post('/contact/send/{{app.request.locale}}', form, function( data ) {
  976.             \$('.contact-response').hide();
  977.             if(data.success == true){
  978.               \$('#sendform').hide();
  979.               \$('.contact-response').show();
  980.               \$('.contact-response p').html('Merci pour votre message. <br> Nous vous répondrons dans les plus brefs délais.');
  981.             } else {
  982.               \$('.contact-response').show();
  983.               \$('.contact-response p').text(data.error);
  984.             }
  985.           }, \"json\");
  986.             });
  987.           });
  988.       });
  989.     });
  990.   </script>
  991. {% endblock %}
  992. ""FrontBundle/Page/espace-entreprises.html.twig""/home/clients/3cdd021c67ffcc8186b679e7845b2138/sites/api-royal-palace.dix-demo.fr/13_06_24/templates/FrontBundle/Page/espace-entreprises.html.twig");
  993.     }
  994. }