<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* FrontBundle/Page/lounge-club.html.twig */
class __TwigTemplate_312bd0b50c13947aa9fe2495a0a1a060fa3a35724ba2f536e9910a66ee2be3bd extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'description' => [$this, 'block_description'],
'extra_class' => [$this, 'block_extra_class'],
'menu_max' => [$this, 'block_menu_max'],
'sub_header' => [$this, 'block_sub_header'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "FrontBundle/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "FrontBundle/Page/lounge-club.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "FrontBundle/Page/lounge-club.html.twig"));
$this->parent = $this->loadTemplate("FrontBundle/layout.html.twig", "FrontBundle/Page/lounge-club.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
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", null, true);
echo " - ";
echo twig_escape_filter($this->env, twig_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", false, false, false, 3), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 4
public function block_description($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
echo twig_escape_filter($this->env, twig_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", false, false, false, 4), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 8
public function block_extra_class($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_class"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_class"));
echo "native";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 10
public function block_menu_max($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_max"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_max"));
echo "2252";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 13
public function block_sub_header($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sub_header"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sub_header"));
// line 14
echo "
\t<div class=\"sub-header\">
<ul>
\t<li><a href=\"/";
// line 17
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 17, $this->source); })()), "request", [], "any", false, false, false, 17), "locale", [], "any", false, false, false, 17), "html", null, true);
echo "/le-majestic\">Le Majestic</a></li>
\t<li class=\"versailles\"><a href=\"/";
// line 18
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 18, $this->source); })()), "request", [], "any", false, false, false, 18), "locale", [], "any", false, false, false, 18), "html", null, true);
echo "/le-versailles\">Le Versailles</a></li>
\t<li><a href=\"/";
// line 19
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 19, $this->source); })()), "request", [], "any", false, false, false, 19), "locale", [], "any", false, false, false, 19), "html", null, true);
echo "/la-salle\">";
echo $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.', 19, $this->source); })()));
echo "</a></li>
\t<li class=\"lounge active\"><a href=\"/";
// line 20
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 20, $this->source); })()), "request", [], "any", false, false, false, 20), "locale", [], "any", false, false, false, 20), "html", null, true);
echo "/lounge-club\">Lounge club</a></li>
</ul>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 27
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 28
echo "\t<link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
\t<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 32
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 33
echo "
<section class=\"info-header\">
<ul>
\t<li><a href=\"/";
// line 36
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 36, $this->source); })()), "request", [], "any", false, false, false, 36), "locale", [], "any", false, false, false, 36), "html", null, true);
echo "/le-majestic\">Le Majestic</a></li>
\t<li><a href=\"/";
// line 37
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 37, $this->source); })()), "request", [], "any", false, false, false, 37), "locale", [], "any", false, false, false, 37), "html", null, true);
echo "/le-versailles\">Le Versailles</a></li>
\t<li><a href=\"/";
// line 38
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 38, $this->source); })()), "request", [], "any", false, false, false, 38), "locale", [], "any", false, false, false, 38), "html", null, true);
echo "/la-salle\">";
echo $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.', 38, $this->source); })()));
echo "</a></li>
\t<li class=\"active purple\"><a href=\"/";
// line 39
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 39, $this->source); })()), "request", [], "any", false, false, false, 39), "locale", [], "any", false, false, false, 39), "html", null, true);
echo "/lounge-club\">Lounge club</a></li>
</ul>
</section>
<section class=\"espace-header\" style=\"background-image: url('/front/img/lounge-slider0.jpg');\">
\t<div class=\"shadow-60\"></div>
\t <div class=\"container\">
\t <h1>Lounge club</h1>
\t <p>";
// line 47
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_desc", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 47, $this->source); })()));
echo "</p>
\t </div>
<a href=\"/";
// line 49
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 49, $this->source); })()), "request", [], "any", false, false, false, 49), "locale", [], "any", false, false, false, 49), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("reservation", twig_get_attribute($this->env, $this->source, twig_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.', 49, $this->source); })()), "request", [], "any", false, false, false, 49), "locale", [], "any", false, false, false, 49)), "html", null, true);
echo "\" class=\"order-btn-link\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("general_reserver", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 49, $this->source); })()));
echo "</a>
<ul>
\t<li><a href=\"/";
// line 52
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 52, $this->source); })()), "request", [], "any", false, false, false, 52), "locale", [], "any", false, false, false, 52), "html", null, true);
echo "/le-majestic\">Le Majestic</a></li>
\t<li><a href=\"/";
// line 53
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 53, $this->source); })()), "request", [], "any", false, false, false, 53), "locale", [], "any", false, false, false, 53), "html", null, true);
echo "/le-versailles\">Le versailles</a></li>
\t<li><a href=\"/";
// line 54
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 54, $this->source); })()), "request", [], "any", false, false, false, 54), "locale", [], "any", false, false, false, 54), "html", null, true);
echo "/la-salle\">";
echo $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.', 54, $this->source); })()));
echo "</a></li>
\t<li class=\"active\"><a href=\"/";
// line 55
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 55, $this->source); })()), "request", [], "any", false, false, false, 55), "locale", [], "any", false, false, false, 55), "html", null, true);
echo "/lounge-club\">Lounge club</a></li>
</ul>
</section>
<section class=\"espace-content\">
\t\t\t<div class=\"owl-carousel lounge esp\">
\t\t\t <div class=\"item\"><img src=\"/front/img/lounge-slider0.jpg\" alt=\"lounge\" /></div>
<div class=\"item\"><img src=\"/front/img/lounge-slider1.jpg\" alt=\"lounge\" /></div>
\t\t\t <div class=\"item\"><img src=\"/front/img/lounge-slider2.jpg\" alt=\"lounge\" /></div>
\t\t\t <div class=\"item\"><img src=\"/front/img/lounge-slider4.jpg\" alt=\"lounge\" /></div>
\t\t\t</div>
\t\t\t<div class=\"horizontal-bar-container\">
\t\t\t\t<div class=\"horizontal-bar\"></div>
\t\t\t\t<div class=\"horizontal-bar-ctrl purple\"></div>
\t\t\t</div>
\t\t\t<a href=\"#next\" class=\"next-arrow\"><img src=\"/front/img/espaces-arrow-b-l.svg\" alt=\"suivant\" /></a>
\t\t\t<h2 id=\"next\" class=\"no-bar\" style=\"padding-top: 160px;\">";
// line 75
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_s1_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 75, $this->source); })()));
echo "<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"quote pt-0 mt-5\">";
// line 77
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_s1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 77, $this->source); })()));
echo "</p>
\t\t</section>
\t\t<section class=\"espace-tarifs salle\" style=\"background-image: url('/front/img/espaces-lounge-club.jpg');\">
\t\t\t<div class=\"container\">
\t\t\t</div>
\t\t</section>
<section class=\"espace-content second\">
\t\t\t<h2 id=\"\" class=\"no-bar\">";
// line 91
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_s2_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 91, $this->source); })()));
echo "<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"pt-0 mt-5\">";
// line 93
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_s2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 93, $this->source); })()));
echo "</p>
\t\t\t<div class=\"owl-carousel lounge-icons\">
\t\t\t <div class=\"item\"><div class=\"icon\"><img src=\"/front/img/lounge-icon1.svg\" alt=\"lounge\" /></div><span>";
// line 96
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_s2_1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 96, $this->source); })()));
echo "</span></div>
\t\t\t <div class=\"item\"><div class=\"icon\"><img src=\"/front/img/lounge-icon2.svg\" alt=\"lounge\" /></div><span>";
// line 97
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_s2_2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 97, $this->source); })()));
echo "</span></div>
\t\t\t <div class=\"item\"><div class=\"icon\"><img src=\"/front/img/lounge-icon3.svg\" alt=\"lounge\" /></div><span>";
// line 98
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_s2_3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 98, $this->source); })()));
echo "</span></div>
\t\t\t <div class=\"item\"><div class=\"icon\"><img src=\"/front/img/lounge-icon4.svg\" alt=\"lounge\" /></div><span>";
// line 99
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_s2_4", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 99, $this->source); })()));
echo "</span></div>
\t\t\t <div class=\"item\"><div class=\"icon\"><img src=\"/front/img/lounge-icon5.svg\" alt=\"lounge\" /></div><span>";
// line 100
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_s2_5", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 100, $this->source); })()));
echo "</span></div>
\t\t\t</div>
\t\t</section>
<section class=\"espace-content second\" style=\"margin-bottom: 2px;\">
\t\t\t<h2 id=\"\">";
// line 108
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_s3_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 108, $this->source); })()));
echo "</h2>
\t\t\t<p class=\"text-black text-center\">";
// line 110
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("lounge_s3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 110, $this->source); })()));
echo "</p>
<form class=\"form2\" id=\"contact\">
\t<div class=\"row\">
\t \t<div class=\"col-md-6\">
<input type=\"text\" placeholder=\"";
// line 115
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.', 115, $this->source); })()));
echo "*\" name=\"lastname\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 115, $this->source); })()), "user", [], "any", false, false, false, 115), "info", [0 => "lastname"], "method", false, false, false, 115), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 116
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.', 116, $this->source); })()));
echo "*\" name=\"firstname\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 116, $this->source); })()), "user", [], "any", false, false, false, 116), "info", [0 => "firstname"], "method", false, false, false, 116), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 117
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.', 117, $this->source); })()));
echo "\" name=\"company\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 117, $this->source); })()), "user", [], "any", false, false, false, 117), "info", [0 => "company"], "method", false, false, false, 117), "html", null, true);
}
echo "\" />
<input type=\"tel\" placeholder=\"";
// line 118
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.', 118, $this->source); })()));
echo "*\" name=\"phone\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 118, $this->source); })()), "user", [], "any", false, false, false, 118), "info", [0 => "phone"], "method", false, false, false, 118), "html", null, true);
}
echo "\" />
<input type=\"email\" placeholder=\"";
// line 119
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.', 119, $this->source); })()));
echo "*\" name=\"email\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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); })()), "user", [], "any", false, false, false, 119), "email", [], "any", false, false, false, 119), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 120
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.', 120, $this->source); })()));
echo "*\" name=\"address\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 120, $this->source); })()), "user", [], "any", false, false, false, 120), "info", [0 => "address1"], "method", false, false, false, 120), "html", null, true);
}
echo "\" />
</div>
<div class=\"col-md-6\">
<input type=\"text\" placeholder=\"";
// line 123
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.', 123, $this->source); })()));
echo "*\" name=\"zipcode\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 123, $this->source); })()), "user", [], "any", false, false, false, 123), "info", [0 => "zipcode"], "method", false, false, false, 123), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 124
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.', 124, $this->source); })()));
echo "*\" name=\"city\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 124, $this->source); })()), "user", [], "any", false, false, false, 124), "info", [0 => "city"], "method", false, false, false, 124), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 125
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.', 125, $this->source); })()));
echo "*\" name=\"country\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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); })()), "user", [], "any", false, false, false, 125), "info", [0 => "country"], "method", false, false, false, 125), "html", null, true);
}
echo "\" />
\t \t\t<input type=\"text\" placeholder=\"Sujet*\" name=\"subject\" />
\t \t\t<textarea placeholder=\"Message*\" name=\"message\"></textarea>
\t \t</div>
<div class=\"contact-response\">
<p class=\"text-center p-0 mt-0 mb-2\"></p>
</div>
\t \t<button id=\"sendform\" class=\"send\">";
// line 134
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.', 134, $this->source); })()));
echo "</button>
\t</div>
\t<div class=\"lounge-info\">
\t\t<p class=\"title\">";
// line 137
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("general_royal_palace", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 137, $this->source); })()));
echo "</p>
\t\t<p class=\"address\">20 Rue de Hochfelden,<br>67330 KIRRWILLER<br>FRANCE</p>
\t\t<a href=\"tel:+33 (0)3 88 70 71 81\" class=\"phone\">+33 (0)3 88 70 71 81</a>
\t\t<a href=\"mailto:pmeyer@royal-palace.com\" class=\"email\">pmeyer@royal-palace.com</a>
\t</div>
</form>
\t\t</section>
\t\t<div class=\"lounge-bg3\"></div>
\t
\t\t";
// line 150
$this->loadTemplate("FrontBundle/Partial/footer.html.twig", "FrontBundle/Page/lounge-club.html.twig", 150)->display($context);
// line 151
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 154
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 155
echo "
<script src=\"https://www.google.com/recaptcha/api.js?render=";
// line 156
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.', 156, $this->source); })()), "html", null, true);
echo "\"></script>
<script src=\"/front/js/owl.carousel.min.js\"></script>
<script type=\"text/javascript\">
\$(document).ready(function() {
\$('#sendform').on('click', function(e){
e.preventDefault();
grecaptcha.ready(function() {
grecaptcha.execute('";
// line 169
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.', 169, $this->source); })()), "html", null, true);
echo "', {action: 'submit'}).then(function(token) {
var form = {
token: token,
firstname: \$('#contact [name=\"firstname\"').val(),
lastname: \$('#contact [name=\"lastname\"').val(),
company: \$('#contact [name=\"company\"').val(),
phone: \$('#contact [name=\"phone\"').val(),
email: \$('#contact [name=\"email\"').val(),
address: \$('#contact [name=\"address\"').val(),
zipcode: \$('#contact [name=\"zipcode\"').val(),
city: \$('#contact [name=\"city\"').val(),
country: \$('#contact [name=\"country\"').val(),
subject: \$('#contact [name=\"subject\"').val(),
message: \$('#contact [name=\"message\"').val(),
};
\$.post('/contact/send/";
// line 186
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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.', 186, $this->source); })()), "request", [], "any", false, false, false, 186), "locale", [], "any", false, false, false, 186), "html", null, true);
echo "', form, function( data ) {
\$('.contact-response').hide();
if(data.success == true){
\$('#sendform').hide();
\$('.contact-response').show();
\$('.contact-response p').html(\"";
// line 191
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("js_contact_merci", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 191, $this->source); })()));
echo "\");
} else {
\$('.contact-response').show();
\$('.contact-response p').text(data.error);
}
}, \"json\");
});
});
});
});
\tvar owl = \$('.owl-carousel.lounge');
owl.owlCarousel({
\t loop:false,
\t margin:30,
\t nav:true,
\t responsive:{
\t 0:{
\t items:1
\t },
\t 600:{
\t items:3
\t },
\t 1920:{
\t items:3
\t }
\t }
\t\t});
var owl2 = \$('.owl-carousel.lounge-icons');
owl2.owlCarousel({
loop:false,
margin:30,
nav:true,
responsive:{
0:{
items:1
},
600:{
items:5
},
1920:{
items:5
}
}
});
\t\t// HEADER IMAGE SWITCH
carouselIndex = 0;
\$('.owl-carousel.esp img').mousedown(function() {
\tsetTimeout(function() { carouselIndex = owl.data()['owl.carousel']._current }, 220);
});
\$('.owl-carousel.esp img').on('click', function(e){
e.preventDefault();
if( carouselIndex == owl.data()['owl.carousel']._current ){
\t\$('.espace-header').attr('style', 'background-image: url(\"'+\$(this).attr('src')+'\");') ;
}
});
// END HEADER IMAGE SWITCH
if( \$('.project-bar-ctrl').length >0 ) {
offset = \$('.project-bar-ctrl').offset().top;
\$('.gallery-container').scroll(function(){
var pos = \$('.gallery-container').scrollTop();
var top = pos * 706 / 1823;
\$('.project-bar-ctrl').css('top', top+'px');
});
}
owl.on('changed.owl.carousel', function(event) {
var itemsNbr = owl.data()['owl.carousel'].settings.items;
var itemsTotal = event.item.count;
var itemsIndex = event.item.index;
var pagesNbr = itemsTotal - itemsNbr;
\t\t\tvar horizontalBar = \$('.horizontal-bar').outerWidth();
\t\t\tvar horizontalBarCtrl = \$('.horizontal-bar-ctrl').outerWidth();
\t\t\tvar courseLength = \$('.horizontal-bar').outerWidth() - \$('.horizontal-bar-ctrl').outerWidth();
\t\t\tvar left = itemsIndex * 100 / pagesNbr; // percent
\t\t\tleft = left * courseLength / 100;
\$('.horizontal-bar-ctrl').css('left', left+'px');
});
\t</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "FrontBundle/Page/lounge-club.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 548 => 191, 540 => 186, 520 => 169, 504 => 156, 501 => 155, 491 => 154, 480 => 151, 478 => 150, 462 => 137, 456 => 134, 440 => 125, 432 => 124, 424 => 123, 414 => 120, 406 => 119, 398 => 118, 390 => 117, 382 => 116, 374 => 115, 366 => 110, 361 => 108, 350 => 100, 346 => 99, 342 => 98, 338 => 97, 334 => 96, 328 => 93, 323 => 91, 306 => 77, 301 => 75, 278 => 55, 272 => 54, 268 => 53, 264 => 52, 254 => 49, 249 => 47, 238 => 39, 232 => 38, 228 => 37, 224 => 36, 219 => 33, 209 => 32, 197 => 28, 187 => 27, 172 => 20, 166 => 19, 162 => 18, 158 => 17, 153 => 14, 143 => 13, 124 => 10, 105 => 8, 86 => 4, 65 => 3, 42 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'FrontBundle/layout.html.twig' %}
{% block title %}{{ app_sitename }} - {{ page.metaTitle }}{% endblock %}
{% block description %}{{ page.metaDescription }}{% endblock %}
{% block extra_class %}native{% endblock %}
{# {% block menu_min %}200{% endblock %} #}
{% block menu_max %}2252{% endblock %}
{% block sub_header %}
\t<div class=\"sub-header\">
<ul>
\t<li><a href=\"/{{app.request.locale }}/le-majestic\">Le Majestic</a></li>
\t<li class=\"versailles\"><a href=\"/{{app.request.locale }}/le-versailles\">Le Versailles</a></li>
\t<li><a href=\"/{{app.request.locale }}/la-salle\">{{ 'espaces_salle'|tr(tr)|raw }}</a></li>
\t<li class=\"lounge active\"><a href=\"/{{app.request.locale }}/lounge-club\">Lounge club</a></li>
</ul>
</div>
{% endblock %}
{% block stylesheets %}
\t<link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
\t<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
{% endblock %}
{% block body %}
<section class=\"info-header\">
<ul>
\t<li><a href=\"/{{app.request.locale }}/le-majestic\">Le Majestic</a></li>
\t<li><a href=\"/{{app.request.locale }}/le-versailles\">Le Versailles</a></li>
\t<li><a href=\"/{{app.request.locale }}/la-salle\">{{ 'espaces_salle'|tr(tr)|raw }}</a></li>
\t<li class=\"active purple\"><a href=\"/{{app.request.locale }}/lounge-club\">Lounge club</a></li>
</ul>
</section>
<section class=\"espace-header\" style=\"background-image: url('/front/img/lounge-slider0.jpg');\">
\t<div class=\"shadow-60\"></div>
\t <div class=\"container\">
\t <h1>Lounge club</h1>
\t <p>{{ 'lounge_desc'|tr(tr)|raw }}</p>
\t </div>
<a href=\"/{{app.request.locale }}/{{ 'reservation'|getUrl(app.request.locale) }}\" class=\"order-btn-link\">{{ 'general_reserver'|tr(tr)|raw }}</a>
<ul>
\t<li><a href=\"/{{app.request.locale }}/le-majestic\">Le Majestic</a></li>
\t<li><a href=\"/{{app.request.locale }}/le-versailles\">Le versailles</a></li>
\t<li><a href=\"/{{app.request.locale }}/la-salle\">{{ 'espaces_salle'|tr(tr)|raw }}</a></li>
\t<li class=\"active\"><a href=\"/{{app.request.locale }}/lounge-club\">Lounge club</a></li>
</ul>
</section>
<section class=\"espace-content\">
\t\t\t<div class=\"owl-carousel lounge esp\">
\t\t\t <div class=\"item\"><img src=\"/front/img/lounge-slider0.jpg\" alt=\"lounge\" /></div>
<div class=\"item\"><img src=\"/front/img/lounge-slider1.jpg\" alt=\"lounge\" /></div>
\t\t\t <div class=\"item\"><img src=\"/front/img/lounge-slider2.jpg\" alt=\"lounge\" /></div>
\t\t\t <div class=\"item\"><img src=\"/front/img/lounge-slider4.jpg\" alt=\"lounge\" /></div>
\t\t\t</div>
\t\t\t<div class=\"horizontal-bar-container\">
\t\t\t\t<div class=\"horizontal-bar\"></div>
\t\t\t\t<div class=\"horizontal-bar-ctrl purple\"></div>
\t\t\t</div>
\t\t\t<a href=\"#next\" class=\"next-arrow\"><img src=\"/front/img/espaces-arrow-b-l.svg\" alt=\"suivant\" /></a>
\t\t\t<h2 id=\"next\" class=\"no-bar\" style=\"padding-top: 160px;\">{{ 'lounge_s1_title'|tr(tr)|raw }}<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"quote pt-0 mt-5\">{{ 'lounge_s1'|tr(tr)|raw }}</p>
\t\t</section>
\t\t<section class=\"espace-tarifs salle\" style=\"background-image: url('/front/img/espaces-lounge-club.jpg');\">
\t\t\t<div class=\"container\">
\t\t\t</div>
\t\t</section>
<section class=\"espace-content second\">
\t\t\t<h2 id=\"\" class=\"no-bar\">{{ 'lounge_s2_title'|tr(tr)|raw }}<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"pt-0 mt-5\">{{ 'lounge_s2'|tr(tr)|raw }}</p>
\t\t\t<div class=\"owl-carousel lounge-icons\">
\t\t\t <div class=\"item\"><div class=\"icon\"><img src=\"/front/img/lounge-icon1.svg\" alt=\"lounge\" /></div><span>{{ 'lounge_s2_1'|tr(tr)|raw }}</span></div>
\t\t\t <div class=\"item\"><div class=\"icon\"><img src=\"/front/img/lounge-icon2.svg\" alt=\"lounge\" /></div><span>{{ 'lounge_s2_2'|tr(tr)|raw }}</span></div>
\t\t\t <div class=\"item\"><div class=\"icon\"><img src=\"/front/img/lounge-icon3.svg\" alt=\"lounge\" /></div><span>{{ 'lounge_s2_3'|tr(tr)|raw }}</span></div>
\t\t\t <div class=\"item\"><div class=\"icon\"><img src=\"/front/img/lounge-icon4.svg\" alt=\"lounge\" /></div><span>{{ 'lounge_s2_4'|tr(tr)|raw }}</span></div>
\t\t\t <div class=\"item\"><div class=\"icon\"><img src=\"/front/img/lounge-icon5.svg\" alt=\"lounge\" /></div><span>{{ 'lounge_s2_5'|tr(tr)|raw }}</span></div>
\t\t\t</div>
\t\t</section>
<section class=\"espace-content second\" style=\"margin-bottom: 2px;\">
\t\t\t<h2 id=\"\">{{ 'lounge_s3_title'|tr(tr)|raw }}</h2>
\t\t\t<p class=\"text-black text-center\">{{ 'lounge_s3'|tr(tr)|raw }}</p>
<form class=\"form2\" id=\"contact\">
\t<div class=\"row\">
\t \t<div class=\"col-md-6\">
<input type=\"text\" placeholder=\"{{ 'contact_nom'|tr(tr)|raw }}*\" name=\"lastname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('lastname') }}{% endif %}\" />
<input type=\"text\" placeholder=\"{{ 'contact_prenom'|tr(tr)|raw }}*\" name=\"firstname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('firstname') }}{% endif %}\" />
<input type=\"text\" placeholder=\"{{ 'contact_societe'|tr(tr)|raw }}\" name=\"company\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('company') }}{% endif %}\" />
<input type=\"tel\" placeholder=\"{{ 'contact_tel'|tr(tr)|raw }}*\" name=\"phone\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('phone') }}{% endif %}\" />
<input type=\"email\" placeholder=\"{{ 'contact_email'|tr(tr)|raw }}*\" name=\"email\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\" />
<input type=\"text\" placeholder=\"{{ 'contact_adresse'|tr(tr)|raw }}*\" name=\"address\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('address1') }}{% endif %}\" />
</div>
<div class=\"col-md-6\">
<input type=\"text\" placeholder=\"{{ 'contact_code'|tr(tr)|raw }}*\" name=\"zipcode\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('zipcode') }}{% endif %}\" />
<input type=\"text\" placeholder=\"{{ 'contact_ville'|tr(tr)|raw }}*\" name=\"city\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('city') }}{% endif %}\" />
<input type=\"text\" placeholder=\"{{ 'contact_pays'|tr(tr)|raw }}*\" name=\"country\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('country') }}{% endif %}\" />
\t \t\t<input type=\"text\" placeholder=\"Sujet*\" name=\"subject\" />
\t \t\t<textarea placeholder=\"Message*\" name=\"message\"></textarea>
\t \t</div>
<div class=\"contact-response\">
<p class=\"text-center p-0 mt-0 mb-2\"></p>
</div>
\t \t<button id=\"sendform\" class=\"send\">{{ 'contact_envoyer'|tr(tr)|raw }}</button>
\t</div>
\t<div class=\"lounge-info\">
\t\t<p class=\"title\">{{ 'general_royal_palace'|tr(tr)|raw }}</p>
\t\t<p class=\"address\">20 Rue de Hochfelden,<br>67330 KIRRWILLER<br>FRANCE</p>
\t\t<a href=\"tel:+33 (0)3 88 70 71 81\" class=\"phone\">+33 (0)3 88 70 71 81</a>
\t\t<a href=\"mailto:pmeyer@royal-palace.com\" class=\"email\">pmeyer@royal-palace.com</a>
\t</div>
</form>
\t\t</section>
\t\t<div class=\"lounge-bg3\"></div>
\t
\t\t{% include 'FrontBundle/Partial/footer.html.twig' %}
{% endblock %}
{% block javascripts %}
<script src=\"https://www.google.com/recaptcha/api.js?render={{ recaptcha_public_key }}\"></script>
<script src=\"/front/js/owl.carousel.min.js\"></script>
<script type=\"text/javascript\">
\$(document).ready(function() {
\$('#sendform').on('click', function(e){
e.preventDefault();
grecaptcha.ready(function() {
grecaptcha.execute('{{ recaptcha_public_key }}', {action: 'submit'}).then(function(token) {
var form = {
token: token,
firstname: \$('#contact [name=\"firstname\"').val(),
lastname: \$('#contact [name=\"lastname\"').val(),
company: \$('#contact [name=\"company\"').val(),
phone: \$('#contact [name=\"phone\"').val(),
email: \$('#contact [name=\"email\"').val(),
address: \$('#contact [name=\"address\"').val(),
zipcode: \$('#contact [name=\"zipcode\"').val(),
city: \$('#contact [name=\"city\"').val(),
country: \$('#contact [name=\"country\"').val(),
subject: \$('#contact [name=\"subject\"').val(),
message: \$('#contact [name=\"message\"').val(),
};
\$.post('/contact/send/{{app.request.locale}}', form, function( data ) {
\$('.contact-response').hide();
if(data.success == true){
\$('#sendform').hide();
\$('.contact-response').show();
\$('.contact-response p').html(\"{{ 'js_contact_merci'|tr(tr)|raw }}\");
} else {
\$('.contact-response').show();
\$('.contact-response p').text(data.error);
}
}, \"json\");
});
});
});
});
\tvar owl = \$('.owl-carousel.lounge');
owl.owlCarousel({
\t loop:false,
\t margin:30,
\t nav:true,
\t responsive:{
\t 0:{
\t items:1
\t },
\t 600:{
\t items:3
\t },
\t 1920:{
\t items:3
\t }
\t }
\t\t});
var owl2 = \$('.owl-carousel.lounge-icons');
owl2.owlCarousel({
loop:false,
margin:30,
nav:true,
responsive:{
0:{
items:1
},
600:{
items:5
},
1920:{
items:5
}
}
});
\t\t// HEADER IMAGE SWITCH
carouselIndex = 0;
\$('.owl-carousel.esp img').mousedown(function() {
\tsetTimeout(function() { carouselIndex = owl.data()['owl.carousel']._current }, 220);
});
\$('.owl-carousel.esp img').on('click', function(e){
e.preventDefault();
if( carouselIndex == owl.data()['owl.carousel']._current ){
\t\$('.espace-header').attr('style', 'background-image: url(\"'+\$(this).attr('src')+'\");') ;
}
});
// END HEADER IMAGE SWITCH
if( \$('.project-bar-ctrl').length >0 ) {
offset = \$('.project-bar-ctrl').offset().top;
\$('.gallery-container').scroll(function(){
var pos = \$('.gallery-container').scrollTop();
var top = pos * 706 / 1823;
\$('.project-bar-ctrl').css('top', top+'px');
});
}
owl.on('changed.owl.carousel', function(event) {
var itemsNbr = owl.data()['owl.carousel'].settings.items;
var itemsTotal = event.item.count;
var itemsIndex = event.item.index;
var pagesNbr = itemsTotal - itemsNbr;
\t\t\tvar horizontalBar = \$('.horizontal-bar').outerWidth();
\t\t\tvar horizontalBarCtrl = \$('.horizontal-bar-ctrl').outerWidth();
\t\t\tvar courseLength = \$('.horizontal-bar').outerWidth() - \$('.horizontal-bar-ctrl').outerWidth();
\t\t\tvar left = itemsIndex * 100 / pagesNbr; // percent
\t\t\tleft = left * courseLength / 100;
\$('.horizontal-bar-ctrl').css('left', left+'px');
});
\t</script>
{% endblock %}
", "FrontBundle/Page/lounge-club.html.twig", "/home/clients/3cdd021c67ffcc8186b679e7845b2138/sites/api-royal-palace.dix-demo.fr/13_06_24/templates/FrontBundle/Page/lounge-club.html.twig");
}
}