<?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/reservation-tunnel.html.twig */
class __TwigTemplate_854a4df90df5b8732645d589770e3d3224b199d35c2ef927f53272ab6013aeaf 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'],
'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/reservation-tunnel.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/reservation-tunnel.html.twig"));
$this->parent = $this->loadTemplate("FrontBundle/layout.html.twig", "FrontBundle/Page/reservation-tunnel.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 "stack fixed visible";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 10
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 11
echo " <link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
<style>
.resto_full {
filter: grayscale(100%);
pointer-events: none !important;
}
.resto_full_banner {
position: absolute;
width: 80%;
background-color: rgba(255,255,255,0.08);
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
border-radius: 15px;
height: 40px;
line-height: 40px;
text-align: center;
top: calc(50% - 20px);
left: calc(50% - 40%);
font-weight: 400;
font-size: 20px;
pointer-events: none !important;
}
.page_reservation-tunnel .resto .resto_full .cover:hover {
scale: 1;
}
.place_full {
filter: grayscale(100%);
pointer-events: none !important;
}
.place_full .sel {
visibility: hidden;
}
.ms_full {
filter: grayscale(100%);
pointer-events: none !important;
}
.ms_full .qty {
visibility: hidden;
}
.form-signup a.fw-semibold{
transition: transform ease-in 2s;
}
.form-signup a.fw-semibold:hover{
background: #9e1212;
color: #ffffff !important;
}
.menu.ss .boisson {
color: var(--red) !important;
}
.menu.ss .gold .boisson {
color: var(--gold) !important;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 78
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 79
echo "
";
// line 81
$this->loadTemplate("FrontBundle/Partial/loader.html.twig", "FrontBundle/Page/reservation-tunnel.html.twig", 81)->display($context);
// line 82
echo "
<div class=\"tunnel-bg\"></div>
";
// line 85
echo " <section class=\"espace-content third mt-5 pt-5\">
<div class=\"row mt-5\">
<div class=\"col-md-12 relative tpmen\">
<h1 id=\"\" class=\"no-bar\">";
// line 88
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 88, $this->source); })())));
echo "<span class=\"full-bar black thin\"></span></h1>
<ul class=\"bar-menu\">
<li class=\"active visited\" data-step=\"1\"><a href=\"#\">";
// line 90
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_menu1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 90, $this->source); })())));
echo "</a></li>
<li data-step=\"2\"><a href=\"#\">";
// line 91
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_menu2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 91, $this->source); })())));
echo "</a></li>
<li data-step=\"3\"><a href=\"#\">";
// line 92
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_menu3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 92, $this->source); })())));
echo "</a></li>
<li data-step=\"4\"><a href=\"#\">";
// line 93
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_menu4", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 93, $this->source); })())));
echo "</a></li>
<li data-step=\"5\" style=\"display: none;\"><a href=\"#\">";
// line 94
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_menu5", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 94, $this->source); })())));
echo "</a></li>
</ul>
</div>
</div>
</section>
<section id=\"section1\" class=\"espace-content third thin mt-5 pt-4\">
<div class=\"row\" style=\"display:none;\">
<div class=\"col-md-8 relative group\">
<div>";
// line 104
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_in_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 104, $this->source); })())));
echo "<span class=\"text-red error\">*</span><span class=\"sidetitle error\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_error", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 104, $this->source); })()));
echo "</span></div>
<span class=\"subtitle\">";
// line 105
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_gr_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 105, $this->source); })()));
echo "</span>
<div class=\"mt-3\">
<a href=\"#\" class=\"btn-primary btn-sm\" data-group=\"individuel\">";
// line 108
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_in", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 108, $this->source); })()));
echo "</a>
<a href=\"#\" class=\"btn-primary btn-sm m-4\" data-group=\"groupe\">";
// line 109
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_gr", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 109, $this->source); })()));
echo "</a>
</div>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-8 relative number mb-5\">
<h2>";
// line 115
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_gr_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 115, $this->source); })())));
echo "<span class=\"text-red error\">*</span><span class=\"sidetitle error\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_error", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 115, $this->source); })()));
echo "</span></h2>
<span class=\"subtitle\">";
// line 116
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_gr_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 116, $this->source); })()));
echo "</span>
<div class=\"mt-3\">
<a href=\"#\" class=\"number-minus\">-</a>
<input type=\"text\" class=\"number-val\" value=\"1\" />
<a href=\"#\" class=\"number-plus\">+</a>
</div>
</div>
</div>
<div class=\"row mt-3\">
<div class=\"col-md-8 relative formula\">
<h2>";
// line 128
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_formula_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 128, $this->source); })())));
echo "<span class=\"text-red error\">*</span><span class=\"sidetitle error\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_error", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 128, $this->source); })()));
echo "</span></h2>
<div class=\"mt-3 row\">
<div class=\"col-12\">
<a href=\"#\" class=\"btn-primary btn-sm text-center\" data-formula=\"avecrepas\">";
// line 132
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_formula_ar", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 132, $this->source); })()));
echo " <span class=\"heart\"></span> <label class=\"best-formula\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_formula_love", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 132, $this->source); })()));
echo "</label></a>
<a href=\"#\" class=\"btn-primary btn-sm m-4\" data-formula=\"sansrepas\">";
// line 133
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_formula_sr", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 133, $this->source); })()));
echo "</a>
</div>
</div>
<p class=\"p-0 mt-4 ms-2 parfum hide\">";
// line 137
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_inclu3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 137, $this->source); })())), "html", null, true);
echo ".</p>
</div>
</div>
</section>
<section id=\"section2\" class=\"espace-content third thin mt-5 pt-4 hide\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>";
// line 147
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_menu2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 147, $this->source); })())));
echo "<span class=\"text-red error\">*</span><span class=\"sidetitle error\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_error", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 147, $this->source); })()));
echo "</span></h2>
<span class=\"subtitle\">";
// line 148
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section2_choose", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 148, $this->source); })()));
echo "</span>
<div class=\"mt-3 row resto\">
<div class=\"col-md-6 ";
// line 151
echo ((twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 151, $this->source); })()), "isIsMajesicFull", [], "any", false, false, false, 151)) ? ("resto_full") : (""));
echo "\" data-resto=\"majestic\">
<a href=\"#\" class=\"cover\" style=\"background-image: url('/front/img/resa_majestic.jpg');\">
<span>LE MAJESTIC</span>
";
// line 154
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 154, $this->source); })()), "isIsMajesicFull", [], "any", false, false, false, 154)) {
// line 155
echo " <div class=\"resto_full_banner\">";
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("general_full", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 155, $this->source); })())));
echo "</div>
";
}
// line 157
echo " </a>
<p class=\"desc\">";
// line 158
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section2_mj", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 158, $this->source); })()));
echo "</p>
<a href=\"#\" class=\"arrow majestic-arrow\" data-resto=\"majestic\"><img src=\"/front/img/resa_resto_arrow.svg\" alt=\"next\"></a>
</div>
<div class=\"col-md-6 ";
// line 161
echo ((twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 161, $this->source); })()), "isIsVersaillesFull", [], "any", false, false, false, 161)) ? ("resto_full") : (""));
echo "\" data-resto=\"versailles\">
<a href=\"#\" class=\"cover\" style=\"background-image: url('/front/img/resa_versailles.jpg');\">
<span class=\"gold\">LE VERSAILLES</span>
";
// line 164
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 164, $this->source); })()), "isIsVersaillesFull", [], "any", false, false, false, 164)) {
// line 165
echo " <div class=\"resto_full_banner\">";
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("general_full", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 165, $this->source); })())));
echo "</div>
";
}
// line 167
echo " </a>
<p class=\"desc\">";
// line 168
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section2_ve", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 168, $this->source); })()));
echo "</p>
<a href=\"#\" class=\"arrow versailles-arrow\" data-resto=\"versailles\"><img src=\"/front/img/resa_resto_arrow.svg\" alt=\"next\"></a>
</div>
</div>
<div class=\"mt-5 mb-5 row menu majestic hide ss\">
<div class=\"col-md-6 offset-md-3 col mss\">
<label class=\"title\">";
// line 177
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_ss_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 177, $this->source); })())));
echo "</label>
<div class=\"content pb-0\" style=\"min-height: 471px;\">
";
// line 179
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_ss", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 179, $this->source); })()));
echo "
</div>
<span class=\"price\" style=\"border-top: 0px;\"></span>
</div>
</div>
";
// line 190
echo " <div class=\"mt-5 row menu majestic hide show-first\">
<div class=\"col-md-3 col m1\">
<label class=\"title\">";
// line 193
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menu", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 193, $this->source); })())));
echo " PLAISIR</label>
<div class=\"content\" style=\"min-height: 629px;\">
";
// line 196
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjm1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 196, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m1\">
<span>";
// line 201
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 201, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col m2\">
<label class=\"title\">";
// line 211
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menu", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 211, $this->source); })())));
echo " FESTIVAL</label>
<div class=\"content\" style=\"min-height: 629px;\">
";
// line 214
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjm2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 214, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m2\">
<span>";
// line 219
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 219, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
";
// line 251
echo "
<div class=\"col-md-3 col m3\">
<label class=\"title\">";
// line 255
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menuvege2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 255, $this->source); })())));
echo "</label>
<div class=\"content\" style=\"min-height: 471px;\">
<div class=\"selector hide\">
<input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"mj-m4\">";
// line 261
echo twig_title_string_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmap", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 261, $this->source); })())));
echo "</label>
</div>
";
// line 264
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjm3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 264, $this->source); })()));
echo "
</div>
<span class=\"price\" style=\"border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom: none; padding-top: 48px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m3\" style=\"bottom: 100px;\">
<span class=\"intermenu\">";
// line 269
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmap", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 269, $this->source); })()));
echo "</span>
<span>";
// line 270
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 270, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
<span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m4\">
<span class=\"intermenu\">";
// line 279
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmsp", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 279, $this->source); })()));
echo "</span>
<span>";
// line 280
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 280, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col me\">
<label class=\"title\">";
// line 292
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menuenfant2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 292, $this->source); })())));
echo "</label>
<div class=\"content\" style=\"min-height: 629px;\">
";
// line 295
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_me", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 295, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-me\">
<span>";
// line 300
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 300, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-12\">
<p class=\"notice hide\">";
// line 310
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section2_info", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 310, $this->source); })()));
echo "</p>
</div>
</div>
";
// line 314
echo "
";
// line 316
echo " <div class=\"mt-5 row menu majestic hide show-second\">
<div class=\"col-md-3 col m1\">
<label class=\"title\">";
// line 319
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menu", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 319, $this->source); })())));
echo " PLAISIR</label>
<div class=\"content\" style=\"min-height: 629px;\">
";
// line 322
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjm12", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 322, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m1\">
<span>";
// line 327
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 327, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col m2\">
<label class=\"title\">";
// line 337
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menu", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 337, $this->source); })())));
echo " FESTIVAL</label>
<div class=\"content\" style=\"min-height: 629px;\">
";
// line 340
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjm22", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 340, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m2\">
<span>";
// line 345
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 345, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col m3\">
<label class=\"title\">";
// line 356
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menuvegan2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 356, $this->source); })())));
echo "</label>
<div class=\"content\" style=\"min-height: 471px;\">
<div class=\"selector hide\">
<input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"mj-m4\">";
// line 362
echo twig_title_string_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmap", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 362, $this->source); })())));
echo "</label>
</div>
";
// line 365
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjm32", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 365, $this->source); })()));
echo "
</div>
<span class=\"price\" style=\"border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom: none; padding-top: 48px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m3\" style=\"bottom: 100px;\">
<span class=\"intermenu\">";
// line 370
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmap", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 370, $this->source); })()));
echo "</span>
<span>";
// line 371
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 371, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
<span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m4\">
<span class=\"intermenu\">";
// line 380
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmsp", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 380, $this->source); })()));
echo "</span>
<span>";
// line 381
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 381, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col me\">
<label class=\"title\">";
// line 392
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menuenfant2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 392, $this->source); })())));
echo "</label>
<div class=\"content\" style=\"min-height: 629px;\">
";
// line 395
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_me", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 395, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-me\">
<span>";
// line 400
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 400, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-12\">
<p class=\"notice hide\">";
// line 410
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section2_info", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 410, $this->source); })()));
echo "</p>
</div>
</div>
";
// line 414
echo "
";
// line 417
echo " <div class=\"mt-5 row menu versailles hide show-first\">
<div class=\"col-md-3 col gold m1\">
<label class=\"title\">";
// line 420
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menu", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 420, $this->source); })())));
echo " Élégance</label>
<div class=\"content\" style=\"min-height: 748px;\">
";
// line 423
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_vem1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 423, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m1\">
<span>";
// line 428
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 428, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col gold m2\">
<label class=\"title\">";
// line 438
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menu", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 438, $this->source); })())));
echo " ROYAL</label>
<div class=\"content\" style=\"min-height: 748px;\">
";
// line 441
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_vem2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 441, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m2\">
<span>";
// line 446
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 446, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
";
// line 478
echo "
<div class=\"col-md-3 col gold m3\">
<label class=\"title\">";
// line 480
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menuvege2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 480, $this->source); })())));
echo "</label>
<div class=\"content\" style=\"min-height: 589px;\">
<div class=\"selector hide\">
<input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"ve-m4\">";
// line 485
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmap", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 485, $this->source); })()));
echo "</label>
</div>
";
// line 489
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_vem3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 489, $this->source); })()));
echo "
</div>
<span class=\"price\" style=\"border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom: none; padding-top: 48px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m3\" style=\"bottom: 100px;\">
<span class=\"intermenu\">";
// line 494
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmap", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 494, $this->source); })()));
echo "</span>
<span>";
// line 495
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 495, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
<span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m4\">
<span class=\"intermenu\">";
// line 504
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmsp", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 504, $this->source); })()));
echo "</span>
<span>";
// line 505
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 505, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col gold me\">
<label class=\"title\">";
// line 516
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menuenfant2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 516, $this->source); })())));
echo "</label>
<div class=\"content\" style=\"min-height: 748px;\">
";
// line 519
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_me", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 519, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-me\">
<span>";
// line 524
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 524, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-12\">
<p class=\"notice hide\">";
// line 534
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section2_info", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 534, $this->source); })()));
echo "</p>
</div>
</div>
";
// line 538
echo "
";
// line 543
echo " <div class=\"mt-5 row menu versailles hide show-second\">
<div class=\"col-md-3 col gold m1\">
<label class=\"title\">";
// line 546
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menu", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 546, $this->source); })())));
echo " Élégance</label>
<div class=\"content\" style=\"min-height: 748px;\">
";
// line 549
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_vem12", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 549, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m1\">
<span>";
// line 554
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 554, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col gold m2\">
<label class=\"title\">";
// line 564
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menu", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 564, $this->source); })())));
echo " ROYAL</label>
<div class=\"content\" style=\"min-height: 748px;\">
";
// line 567
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_vem22", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 567, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m2\">
<span>";
// line 572
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 572, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col gold m3\">
<label class=\"title\">";
// line 583
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menuvege2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 583, $this->source); })())));
echo "</label>
<div class=\"content\" style=\"min-height: 589px;\">
<div class=\"selector hide\">
<input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"ve-m4\">";
// line 588
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmap", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 588, $this->source); })()));
echo "</label>
</div>
";
// line 592
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_vem32", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 592, $this->source); })()));
echo "
</div>
<span class=\"price\" style=\"border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom: none; padding-top: 48px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m3\" style=\"bottom: 100px;\">
<span class=\"intermenu\">";
// line 597
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmap", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 597, $this->source); })()));
echo "</span>
<span>";
// line 598
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 598, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
<span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m4\">
<span class=\"intermenu\">";
// line 607
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_mjmsp", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 607, $this->source); })()));
echo "</span>
<span>";
// line 608
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 608, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col gold me\">
<label class=\"title\">";
// line 619
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_menuenfant2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 619, $this->source); })())));
echo "</label>
<div class=\"content\" style=\"min-height: 748px;\">
";
// line 622
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_me", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 622, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-me\">
<span>";
// line 627
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 627, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-12\">
<p class=\"notice hide\">";
// line 637
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section2_info", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 637, $this->source); })()));
echo "</p>
</div>
</div>
";
// line 641
echo "
</div>
</div>
</section>
<section id=\"section22\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 col offset-md-3 okm\">
<label class=\"title\">";
// line 656
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_ok_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 656, $this->source); })()));
echo "</label>
<div class=\"content pb-0\">
";
// line 658
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_ok", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 658, $this->source); })()));
echo "
</div>
<span class=\"price\" style=\"border-top: 0px;\"></span>
";
// line 670
echo " </div>
</div>
</div>
</div>
</section>
<section id=\"section23\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 col offset-md-3 pam\">
<label class=\"title\">";
// line 686
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_pa_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 686, $this->source); })()));
echo "</label>
<div class=\"content\">
";
// line 688
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_pa", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 688, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"pam\">
<span>";
// line 692
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 692, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section24\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 col offset-md-3 hhm\">
<label class=\"title\">";
// line 715
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_ok_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 715, $this->source); })()));
echo "</label>
<div class=\"content\">
";
// line 717
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_hh", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 717, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"hhm\">
<span>";
// line 721
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 721, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section3\" class=\"espace-content third thin mt-5 pt-4 hide\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>";
// line 740
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section3_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 740, $this->source); })()));
echo "</h2>
<span class=\"subtitle\">";
// line 741
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section3_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 741, $this->source); })()));
echo "</span>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-3 col offset-md-3 sp1\">
<label class=\"title\">";
// line 748
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section3_sp1_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 748, $this->source); })())));
echo "</label>
<div class=\"content\" style=\"min-height: 96px;\">
<p>
";
// line 751
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section3_sp1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 751, $this->source); })()));
echo "
</p>
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"sp1\">
<span>";
// line 756
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 756, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col sp2\">
<label class=\"title\">";
// line 766
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section3_sp2_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 766, $this->source); })())));
echo "</label>
<div class=\"content\" style=\"min-height: 96px;\">
<p>
";
// line 769
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section3_sp2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 769, $this->source); })()));
echo "
</p>
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"sp2\">
<span>";
// line 774
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 774, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section4\" class=\"espace-content third thin mt-5 pt-4 hide\">
";
// line 797
echo " <div class=\"row show-first\">
<div class=\"col-md-8 relative\">
<h2>";
// line 799
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section4_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 799, $this->source); })())));
echo " <span class=\"sidetitle error\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_error", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 799, $this->source); })()));
echo "</span></h2>
<span class=\"subtitle\">";
// line 800
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section4_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 800, $this->source); })()));
echo "</span>
<div class=\"mt-5 pt-5 row menu individuel hide\">
<div class=\"col-md-3 col offset-md-3 b1\">
<label class=\"title\">";
// line 805
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 805, $this->source); })())));
echo " DUO</label>
<div class=\"content\" style=\"min-height: 386px;\">
";
// line 808
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_duo", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 808, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"in-b1\">
<span>";
// line 813
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 813, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b2\">
<label class=\"title\">";
// line 823
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 823, $this->source); })())));
echo " PRESTIGO</label>
<div class=\"content\" style=\"min-height: 386px;\">
";
// line 826
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_prestigo", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 826, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"in-b2\">
<span>";
// line 831
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 831, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
<div class=\"mt-5 pt-5 row menu groupe hide\">
<div class=\"col-md-3 col b1\">
<label class=\"title\">";
// line 848
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 848, $this->source); })())));
echo " n°1</label>
<div class=\"content\" style=\"min-height: 368px;\">
";
// line 850
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_b1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 850, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b1\">
<span>";
// line 854
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 854, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b2\">
<label class=\"title\">";
// line 864
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 864, $this->source); })())));
echo " n°2</label>
<div class=\"content\" style=\"min-height: 368px;\">
";
// line 866
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_b2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 866, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b2\">
<span>";
// line 870
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 870, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b3\">
<label class=\"title\">";
// line 880
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 880, $this->source); })())));
echo " n°3</label>
<div class=\"content\" style=\"min-height: 368px;\">
";
// line 882
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_b3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 882, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b3\">
<span>";
// line 886
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 886, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b4\">
<label class=\"title\">";
// line 896
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 896, $this->source); })())));
echo " n°4</label>
<div class=\"content\" style=\"min-height: 368px;\">
";
// line 898
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_b4", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 898, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b4\">
<span>";
// line 902
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 902, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
";
// line 951
echo "
</div>
</div>
";
// line 955
echo "
";
// line 957
echo " <div class=\"row show-second\">
<div class=\"col-md-8 relative\">
<h2>";
// line 959
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section4_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 959, $this->source); })())));
echo " <span class=\"sidetitle error\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_error", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 959, $this->source); })()));
echo "</span></h2>
<span class=\"subtitle\">";
// line 960
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section4_subtitle2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 960, $this->source); })()));
echo "</span>
<div class=\"mt-5 pt-5 row menu individuel hide\">
<div class=\"col-md-3 col offset-md-3 b1\">
<label class=\"title\">";
// line 965
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 965, $this->source); })())));
echo " DUO</label>
<div class=\"content\" style=\"min-height: 404px;\">
";
// line 968
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_duo2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 968, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"in-b1\">
<span>";
// line 973
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 973, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b2\">
<label class=\"title\">";
// line 983
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 983, $this->source); })())));
echo " PRESTIGO</label>
<div class=\"content\" style=\"min-height: 404px;\">
";
// line 986
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_prestigo2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 986, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"in-b2\">
<span>";
// line 991
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 991, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
<div class=\"mt-5 pt-5 row menu groupe hide\">
<div class=\"col-md-3 col offset-md-1-5 b1\">
<label class=\"title\">";
// line 1008
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1008, $this->source); })())));
echo " n°1</label>
<div class=\"content\" style=\"min-height: 368px;\">
";
// line 1011
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_b12", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1011, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b1\">
<span>";
// line 1016
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1016, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b2\">
<label class=\"title\">";
// line 1026
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1026, $this->source); })())));
echo " n°2</label>
<div class=\"content\" style=\"min-height: 368px;\">
";
// line 1029
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_b22", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1029, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b2\">
<span>";
// line 1034
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1034, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b3\">
<label class=\"title\">";
// line 1044
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1044, $this->source); })())));
echo " n°3</label>
<div class=\"content\" style=\"min-height: 368px;\">
";
// line 1047
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_b32", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1047, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b3\">
<span>";
// line 1052
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1052, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
<div class=\"mt-5 pt-5 row menu groupe hide\">
<div class=\"col-md-3 col offset-md-3 b4\">
<label class=\"title\">";
// line 1069
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_forfait", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1069, $this->source); })())));
echo " n°4</label>
<div class=\"content\" style=\"min-height: 368px;\">
";
// line 1072
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_b42", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1072, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b4\">
<span>";
// line 1077
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1077, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
";
// line 1103
echo "
</div>
</div>
</div>
";
// line 1109
echo "
</section>
<section id=\"section5\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>";
// line 1117
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section5_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1117, $this->source); })()));
echo "<span class=\"text-red\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section5_title2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1117, $this->source); })()));
echo "</span></h2>
<span class=\"subtitle\">";
// line 1118
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section5_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1118, $this->source); })()));
echo " </span>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-3 col offset-md-1-5\">
<label class=\"title\">";
// line 1123
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section5_ticket", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1123, $this->source); })()));
echo " 5€</label>
<div class=\"content\" style=\"min-height: 132px;\">
";
// line 1126
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section5_ticket1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1126, $this->source); })()));
echo "
</div>
<span class=\"price\">5,00€</span>
<div class=\"qty\" data-ref=\"tk5\">
<span>";
// line 1131
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1131, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col\">
<label class=\"title\">";
// line 1143
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section5_ticket", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1143, $this->source); })()));
echo " 8€</label>
<div class=\"content\" style=\"min-height: 132px;\">
";
// line 1146
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section5_ticket2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1146, $this->source); })()));
echo "
</div>
<span class=\"price\">8,00€</span>
<div class=\"qty\" data-ref=\"tk8\">
<span>";
// line 1151
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1151, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col\">
<label class=\"title\">";
// line 1163
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section5_ticket", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1163, $this->source); })()));
echo " 10€</label>
<div class=\"content\" style=\"min-height: 132px;\">
";
// line 1166
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section5_ticket3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1166, $this->source); })()));
echo "
</div>
<span class=\"price\">10,00€</span>
<div class=\"qty\" data-ref=\"tk10\">
<span>";
// line 1171
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1171, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section6\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>";
// line 1192
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section6_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1192, $this->source); })()));
echo " <span class=\"sidetitle error\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_error", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1192, $this->source); })()));
echo "</span></h2>
<span class=\"subtitle\">";
// line 1193
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section6_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1193, $this->source); })()));
echo "</span>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-4 col pn ";
// line 1197
echo ((twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 1197, $this->source); })()), "isIsPlaceNormal", [], "any", false, false, false, 1197)) ? ("place_full") : (""));
echo "\">
<label class=\"title\">";
// line 1198
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_spectacle_pn", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1198, $this->source); })()));
echo "</label>
";
// line 1199
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 1199, $this->source); })()), "isIsPlaceNormal", [], "any", false, false, false, 1199)) {
// line 1200
echo " <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("general_full", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1200, $this->source); })())));
echo "</span>
";
} else {
// line 1202
echo " <span class=\"price\"><i>0</i>,00€</span>
";
}
// line 1204
echo " <div class=\"sel\" data-ref=\"pn\">
<span>";
// line 1205
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("general_select", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1205, $this->source); })()));
echo "</span>
</div>
<div class=\"qty\" data-ref=\"pn\">
<span>";
// line 1208
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1208, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-4 col ph gold ";
// line 1217
echo ((twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 1217, $this->source); })()), "isIsPlaceHonneur", [], "any", false, false, false, 1217)) ? ("place_full") : (""));
echo "\">
<label class=\"title\">";
// line 1218
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_spectacle_ph", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1218, $this->source); })()));
echo "</label>
";
// line 1219
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 1219, $this->source); })()), "isIsPlaceHonneur", [], "any", false, false, false, 1219)) {
// line 1220
echo " <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("general_full", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1220, $this->source); })())));
echo "</span>
";
} else {
// line 1222
echo " <span class=\"price\"><i>0</i>,00€</span>
";
}
// line 1224
echo " <div class=\"sel\" data-ref=\"ph\">
<span>";
// line 1225
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("general_select", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1225, $this->source); })()));
echo "</span>
</div>
<div class=\"qty\" data-ref=\"ph\">
<span>";
// line 1228
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1228, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-4 col vip ";
// line 1237
echo ((twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 1237, $this->source); })()), "isIsPlaceVip", [], "any", false, false, false, 1237)) ? ("place_full") : (""));
echo "\">
<label class=\"title\">";
// line 1238
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_spectacle_vip", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1238, $this->source); })())));
echo "</label>
";
// line 1239
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 1239, $this->source); })()), "isIsPlaceVip", [], "any", false, false, false, 1239)) {
// line 1240
echo " <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("general_full", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1240, $this->source); })())));
echo "</span>
";
} else {
// line 1242
echo " <span class=\"price\"><i>0</i>,00€</span>
";
}
// line 1244
echo " <div class=\"sel\" data-ref=\"vip\">
<span>";
// line 1245
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("general_select", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1245, $this->source); })()));
echo "</span>
</div>
</div>
</div>
<div class=\"mt-5 pt-5 row no-mobile\">
<a href=\"#\" class=\"btn-primary btn-sm plan\">";
// line 1253
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section6_plan", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1253, $this->source); })()));
echo " <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>
</div>
</div>
</div>
</section>
<section id=\"section62\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>";
// line 1265
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section62_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1265, $this->source); })())));
echo "</h2>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 offset-md-3 col ok\">
<label class=\"title\">";
// line 1270
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section62_entrees", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1270, $this->source); })()));
echo "</label>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"sel\" data-ref=\"ok\">
<span>";
// line 1273
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("general_select", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1273, $this->source); })()));
echo "</span>
</div>
<div class=\"qty hide\" data-ref=\"ok\">
<span>";
// line 1276
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1276, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section63\" class=\"espace-content third thin mt-5 pt-4 hide\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>";
// line 1294
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section63_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1294, $this->source); })())));
echo "</h2>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 offset-md-3 col af\">
<label class=\"title\">";
// line 1299
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section63_entrees", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1299, $this->source); })()));
echo "</label>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"sel\" data-ref=\"af\">
<span>";
// line 1302
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("general_select", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1302, $this->source); })()));
echo "</span>
</div>
<div class=\"qty\" data-ref=\"af\">
<span>";
// line 1305
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1305, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
";
// line 1322
echo " <section id=\"section61\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>";
// line 1325
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section61_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1325, $this->source); })()));
echo "</h2>
<span class=\"subtitle\">";
// line 1326
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section61_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1326, $this->source); })()));
echo "</span>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 offset-md-3 col no\">
<label class=\"title\">";
// line 1331
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_menu3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1331, $this->source); })())));
echo "</label>
<div class=\"content no-avecrepas\">
";
// line 1335
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section61_ar", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1335, $this->source); })()));
echo "
</div>
<div class=\"content no-sansrepas\">
";
// line 1341
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section61_sr", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1341, $this->source); })()));
echo "
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"sel\" data-ref=\"no\">
<span>";
// line 1347
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("general_select", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1347, $this->source); })()));
echo "</span>
</div>
<div class=\"qty\" data-ref=\"no\">
<span>";
// line 1350
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_qty", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1350, $this->source); })()));
echo " :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section7\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>";
// line 1368
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section7_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1368, $this->source); })())));
echo "</h2>
<span class=\"subtitle\">";
// line 1369
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section7_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1369, $this->source); })()));
echo "</span>
<div class=\"mt-5 pt-5 row menu ";
// line 1371
echo ((twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 1371, $this->source); })()), "isIsMiniSuiteFull", [], "any", false, false, false, 1371)) ? ("ms_full") : (""));
echo "\">
<div class=\"col-md-6 col ms offset-md-3\">
<label class=\"title\">";
// line 1374
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_menu2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1374, $this->source); })())));
echo "</label>
<div class=\"content\">
";
// line 1377
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section7_n1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1377, $this->source); })()));
echo "
</div>
";
// line 1380
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 1380, $this->source); })()), "isIsMiniSuiteFull", [], "any", false, false, false, 1380)) {
// line 1381
echo " <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("general_full", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1381, $this->source); })())));
echo "</span>
";
} else {
// line 1383
echo " <span class=\"price\"><i>0</i>,00€</span>
";
}
// line 1385
echo "
<div class=\"qty nights active\" data-ref=\"ms\">
<span>";
// line 1387
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section7_n2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1387, $this->source); })()));
echo "</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
<div class=\"mt-5 row\">
<a target=\"_blank\" href=\"/";
// line 1399
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.', 1399, $this->source); })()), "request", [], "any", false, false, false, 1399), "locale", [], "any", false, false, false, 1399), "html", null, true);
echo "/mini-suites\" class=\"mini-suites-link mb-4\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section7_n3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1399, $this->source); })()));
echo "</a>
<a target=\"_blank\" href=\"#\" class=\"btn-primary btn-sm plan no-mini-suites\">";
// line 1400
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section7_n4", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1400, $this->source); })()));
echo " <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>
</div>
</div>
</div>
</section>
<section id=\"section8\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>";
// line 1412
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section8_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1412, $this->source); })())));
echo "</h2>
<span class=\"subtitle\">";
// line 1413
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section8_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1413, $this->source); })()));
echo "</span>
<div class=\"mt-3 row\">
<form class=\"m-0 row\" id=\"form-booking\">
";
// line 1419
if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 1420
echo " <div class=\"col-md-12 mb-5 form-login\">
<h6 class=\"text-center\">";
// line 1421
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1421, $this->source); })()));
echo "</h6>
</div>
<div class=\"col-md-6 form-login\">
<label>";
// line 1427
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.', 1427, $this->source); })()));
echo "*</label>
<input type=\"email\" placeholder=\"";
// line 1428
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.', 1428, $this->source); })()));
echo "*\" name=\"login_username\" 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.', 1428, $this->source); })()), "user", [], "any", false, false, false, 1428), "email", [], "any", false, false, false, 1428), "html", null, true);
}
echo "\" />
<label>";
// line 1429
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_password", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1429, $this->source); })()));
echo "*</label>
<input type=\"password\" name=\"login_password\" autocomplete=\"off\" placeholder=\"";
// line 1430
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_password", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1430, $this->source); })()));
echo "\" />
<p class=\"text-red login_message p-0\"></p>
<button id=\"kt_login_signin_submit\" class=\"btn-primary btn-sm text-center \">";
// line 1433
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_connexion", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1433, $this->source); })()));
echo "</button>
<p class=\"text-red p-0 mt-3\"><a href=\"/login?forgot=yes\" class=\"text-red link-forgot\">";
// line 1435
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("login_forgot", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1435, $this->source); })()));
echo "</a></p>
<input type=\"hidden\" name=\"_target_path\" value=\"";
// line 1437
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.', 1437, $this->source); })()), "request", [], "any", false, false, false, 1437), "get", [0 => "redirect_to"], "method", false, false, false, 1437), "html", null, true);
echo "\"/>
<input type=\"hidden\" name=\"_csrf_token\" value=\"";
// line 1438
echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
echo "\"/>
</div>
<div class=\"col-md-6 d-flex justify-content-center align-items-center form-login\" style=\"flex-direction: column;\">
<button id=\"kt_login_signup\" class=\"btn-primary btn-sm text-center active \">";
// line 1442
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_create", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1442, $this->source); })()));
echo "*</button>
<p class=\"p-0 w-100 text-center mt-2\">* ";
// line 1443
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_create2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1443, $this->source); })()));
echo "</p>
</div>
";
}
// line 1447
echo "
";
// line 1448
if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 1449
echo " <div class=\"col-md-12 hide form-signup login-link\">
<a href=\"#\" class=\"text-center text-decoration-none border-2 px-1 rounded-5 fw-semibold text-red return-login px-4 py-1 mx-auto mb-4 d-flex justify-content-center\" style=\"border: 2px solid #9e1212;width: fit-content;\">";
// line 1450
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_deja", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1450, $this->source); })()));
echo "</a>
</div>
";
}
// line 1453
echo " <div class=\"col-md-6 hide form-signup\">
<label>";
// line 1454
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.', 1454, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"lastname\" value=\"";
// line 1455
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.', 1455, $this->source); })()), "user", [], "any", false, false, false, 1455), "info", [0 => "lastname"], "method", false, false, false, 1455), "html", null, true);
}
echo "\" />
<label>";
// line 1456
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.', 1456, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"firstname\" value=\"";
// line 1457
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.', 1457, $this->source); })()), "user", [], "any", false, false, false, 1457), "info", [0 => "firstname"], "method", false, false, false, 1457), "html", null, true);
}
echo "\" />
<label>";
// line 1458
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.', 1458, $this->source); })()));
echo "</label>
<input type=\"text\" placeholder=\"\" name=\"company\" value=\"";
// line 1459
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.', 1459, $this->source); })()), "user", [], "any", false, false, false, 1459), "info", [0 => "company"], "method", false, false, false, 1459), "html", null, true);
}
echo "\" />
<label>";
// line 1460
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.', 1460, $this->source); })()));
echo "*</label>
<input type=\"tel\" placeholder=\"\" name=\"phone\" value=\"";
// line 1461
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.', 1461, $this->source); })()), "user", [], "any", false, false, false, 1461), "info", [0 => "phone"], "method", false, false, false, 1461), "html", null, true);
}
echo "\" />
<label class=\"signup\">";
// line 1462
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.', 1462, $this->source); })()));
echo "*</label>
<input class=\"signup\" type=\"email\" placeholder=\"\" name=\"email\" value=\"";
// line 1463
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.', 1463, $this->source); })()), "user", [], "any", false, false, false, 1463), "email", [], "any", false, false, false, 1463), "html", null, true);
}
echo "\" />
<label class=\"signup\">";
// line 1464
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_password", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1464, $this->source); })()));
echo "*</label>
<input type=\"password\" placeholder=\"\" name=\"password\" value=\"\" class=\"signup\" />
<label class=\"signup\">";
// line 1466
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_confirm", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1466, $this->source); })()));
echo "*</label>
<input type=\"password\" placeholder=\"\" name=\"confirm\" value=\"\" class=\"signup\" />
</div>
<div class=\"col-md-6 hide form-signup\">
<label>";
// line 1470
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.', 1470, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"address\" value=\"";
// line 1471
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.', 1471, $this->source); })()), "user", [], "any", false, false, false, 1471), "info", [0 => "address1"], "method", false, false, false, 1471), "html", null, true);
}
echo "\" />
<label>";
// line 1472
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.', 1472, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"zipcode\" value=\"";
// line 1473
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.', 1473, $this->source); })()), "user", [], "any", false, false, false, 1473), "info", [0 => "zipcode"], "method", false, false, false, 1473), "html", null, true);
}
echo "\" />
<label>";
// line 1474
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.', 1474, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"city\" value=\"";
// line 1475
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.', 1475, $this->source); })()), "user", [], "any", false, false, false, 1475), "info", [0 => "city"], "method", false, false, false, 1475), "html", null, true);
}
echo "\" />
<label>";
// line 1476
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.', 1476, $this->source); })()));
echo "*</label>
<input type=\"hidden\" name=\"country_code\" value=\"";
// line 1477
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.', 1477, $this->source); })()), "user", [], "any", false, false, false, 1477), "info", [0 => "country_code"], "method", false, false, false, 1477), "html", null, true);
}
echo "\">
<select name=\"country\" required class=\"form-control country\">
<option value=\"AF\">Afghanistan</option>
<option value=\"AX\">Åland Islands</option>
<option value=\"AL\">Albania</option>
<option value=\"DZ\">Algeria</option>
<option value=\"AS\">American Samoa</option>
<option value=\"AD\">Andorra</option>
<option value=\"AO\">Angola</option>
<option value=\"AI\">Anguilla</option>
<option value=\"AQ\">Antarctica</option>
<option value=\"AG\">Antigua and Barbuda</option>
<option value=\"AR\">Argentina</option>
<option value=\"AM\">Armenia</option>
<option value=\"AW\">Aruba</option>
<option value=\"AU\">Australia</option>
<option value=\"AT\">Austria</option>
<option value=\"AZ\">Azerbaijan</option>
<option value=\"BS\">Bahamas</option>
<option value=\"BH\">Bahrain</option>
<option value=\"BD\">Bangladesh</option>
<option value=\"BB\">Barbados</option>
<option value=\"BY\">Belarus</option>
<option value=\"BE\">Belgium</option>
<option value=\"BZ\">Belize</option>
<option value=\"BJ\">Benin</option>
<option value=\"BM\">Bermuda</option>
<option value=\"BT\">Bhutan</option>
<option value=\"BO\">Bolivia, Plurinational State of</option>
<option value=\"BQ\">Bonaire, Sint Eustatius and Saba</option>
<option value=\"BA\">Bosnia and Herzegovina</option>
<option value=\"BW\">Botswana</option>
<option value=\"BV\">Bouvet Island</option>
<option value=\"BR\">Brazil</option>
<option value=\"IO\">British Indian Ocean Territory</option>
<option value=\"BN\">Brunei Darussalam</option>
<option value=\"BG\">Bulgaria</option>
<option value=\"BF\">Burkina Faso</option>
<option value=\"BI\">Burundi</option>
<option value=\"KH\">Cambodia</option>
<option value=\"CM\">Cameroon</option>
<option value=\"CA\">Canada</option>
<option value=\"CV\">Cape Verde</option>
<option value=\"KY\">Cayman Islands</option>
<option value=\"CF\">Central African Republic</option>
<option value=\"TD\">Chad</option>
<option value=\"CL\">Chile</option>
<option value=\"CN\">China</option>
<option value=\"CX\">Christmas Island</option>
<option value=\"CC\">Cocos (Keeling) Islands</option>
<option value=\"CO\">Colombia</option>
<option value=\"KM\">Comoros</option>
<option value=\"CG\">Congo</option>
<option value=\"CD\">Congo, the Democratic Republic of the</option>
<option value=\"CK\">Cook Islands</option>
<option value=\"CR\">Costa Rica</option>
<option value=\"CI\">Côte d'Ivoire</option>
<option value=\"HR\">Croatia</option>
<option value=\"CU\">Cuba</option>
<option value=\"CW\">Curaçao</option>
<option value=\"CY\">Cyprus</option>
<option value=\"CZ\">Czech Republic</option>
<option value=\"DK\">Denmark</option>
<option value=\"DJ\">Djibouti</option>
<option value=\"DM\">Dominica</option>
<option value=\"DO\">Dominican Republic</option>
<option value=\"EC\">Ecuador</option>
<option value=\"EG\">Egypt</option>
<option value=\"SV\">El Salvador</option>
<option value=\"GQ\">Equatorial Guinea</option>
<option value=\"ER\">Eritrea</option>
<option value=\"EE\">Estonia</option>
<option value=\"ET\">Ethiopia</option>
<option value=\"FK\">Falkland Islands (Malvinas)</option>
<option value=\"FO\">Faroe Islands</option>
<option value=\"FJ\">Fiji</option>
<option value=\"FI\">Finland</option>
<option value=\"FR\" ";
// line 1554
if (!twig_in_filter(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.', 1554, $this->source); })()), "request", [], "any", false, false, false, 1554), "locale", [], "any", false, false, false, 1554), [0 => "de"])) {
echo "selected";
}
echo ">France</option>
<option value=\"GF\">French Guiana</option>
<option value=\"PF\">French Polynesia</option>
<option value=\"TF\">French Southern Territories</option>
<option value=\"GA\">Gabon</option>
<option value=\"GM\">Gambia</option>
<option value=\"GE\">Georgia</option>
<option value=\"DE\" ";
// line 1561
if ((0 === twig_compare(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.', 1561, $this->source); })()), "request", [], "any", false, false, false, 1561), "locale", [], "any", false, false, false, 1561), "de"))) {
echo "selected";
}
echo ">Germany</option>
<option value=\"GH\">Ghana</option>
<option value=\"GI\">Gibraltar</option>
<option value=\"GR\">Greece</option>
<option value=\"GL\">Greenland</option>
<option value=\"GD\">Grenada</option>
<option value=\"GP\">Guadeloupe</option>
<option value=\"GU\">Guam</option>
<option value=\"GT\">Guatemala</option>
<option value=\"GG\">Guernsey</option>
<option value=\"GN\">Guinea</option>
<option value=\"GW\">Guinea-Bissau</option>
<option value=\"GY\">Guyana</option>
<option value=\"HT\">Haiti</option>
<option value=\"HM\">Heard Island and McDonald Islands</option>
<option value=\"VA\">Holy See (Vatican City State)</option>
<option value=\"HN\">Honduras</option>
<option value=\"HK\">Hong Kong</option>
<option value=\"HU\">Hungary</option>
<option value=\"IS\">Iceland</option>
<option value=\"IN\">India</option>
<option value=\"ID\">Indonesia</option>
<option value=\"IR\">Iran, Islamic Republic of</option>
<option value=\"IQ\">Iraq</option>
<option value=\"IE\">Ireland</option>
<option value=\"IM\">Isle of Man</option>
<option value=\"IL\">Israel</option>
<option value=\"IT\">Italy</option>
<option value=\"JM\">Jamaica</option>
<option value=\"JP\">Japan</option>
<option value=\"JE\">Jersey</option>
<option value=\"JO\">Jordan</option>
<option value=\"KZ\">Kazakhstan</option>
<option value=\"KE\">Kenya</option>
<option value=\"KI\">Kiribati</option>
<option value=\"KP\">Korea, Democratic People's Republic of</option>
<option value=\"KR\">Korea, Republic of</option>
<option value=\"KW\">Kuwait</option>
<option value=\"KG\">Kyrgyzstan</option>
<option value=\"LA\">Lao People's Democratic Republic</option>
<option value=\"LV\">Latvia</option>
<option value=\"LB\">Lebanon</option>
<option value=\"LS\">Lesotho</option>
<option value=\"LR\">Liberia</option>
<option value=\"LY\">Libya</option>
<option value=\"LI\">Liechtenstein</option>
<option value=\"LT\">Lithuania</option>
<option value=\"LU\">Luxembourg</option>
<option value=\"MO\">Macao</option>
<option value=\"MK\">Macedonia, the former Yugoslav Republic of</option>
<option value=\"MG\">Madagascar</option>
<option value=\"MW\">Malawi</option>
<option value=\"MY\">Malaysia</option>
<option value=\"MV\">Maldives</option>
<option value=\"ML\">Mali</option>
<option value=\"MT\">Malta</option>
<option value=\"MH\">Marshall Islands</option>
<option value=\"MQ\">Martinique</option>
<option value=\"MR\">Mauritania</option>
<option value=\"MU\">Mauritius</option>
<option value=\"YT\">Mayotte</option>
<option value=\"MX\">Mexico</option>
<option value=\"FM\">Micronesia, Federated States of</option>
<option value=\"MD\">Moldova, Republic of</option>
<option value=\"MC\">Monaco</option>
<option value=\"MN\">Mongolia</option>
<option value=\"ME\">Montenegro</option>
<option value=\"MS\">Montserrat</option>
<option value=\"MA\">Morocco</option>
<option value=\"MZ\">Mozambique</option>
<option value=\"MM\">Myanmar</option>
<option value=\"NA\">Namibia</option>
<option value=\"NR\">Nauru</option>
<option value=\"NP\">Nepal</option>
<option value=\"NL\">Netherlands</option>
<option value=\"NC\">New Caledonia</option>
<option value=\"NZ\">New Zealand</option>
<option value=\"NI\">Nicaragua</option>
<option value=\"NE\">Niger</option>
<option value=\"NG\">Nigeria</option>
<option value=\"NU\">Niue</option>
<option value=\"NF\">Norfolk Island</option>
<option value=\"MP\">Northern Mariana Islands</option>
<option value=\"NO\">Norway</option>
<option value=\"OM\">Oman</option>
<option value=\"PK\">Pakistan</option>
<option value=\"PW\">Palau</option>
<option value=\"PS\">Palestinian Territory, Occupied</option>
<option value=\"PA\">Panama</option>
<option value=\"PG\">Papua New Guinea</option>
<option value=\"PY\">Paraguay</option>
<option value=\"PE\">Peru</option>
<option value=\"PH\">Philippines</option>
<option value=\"PN\">Pitcairn</option>
<option value=\"PL\">Poland</option>
<option value=\"PT\">Portugal</option>
<option value=\"PR\">Puerto Rico</option>
<option value=\"QA\">Qatar</option>
<option value=\"RE\">Réunion</option>
<option value=\"RO\">Romania</option>
<option value=\"RU\">Russian Federation</option>
<option value=\"RW\">Rwanda</option>
<option value=\"BL\">Saint Barthélemy</option>
<option value=\"SH\">Saint Helena, Ascension and Tristan da Cunha</option>
<option value=\"KN\">Saint Kitts and Nevis</option>
<option value=\"LC\">Saint Lucia</option>
<option value=\"MF\">Saint Martin (French part)</option>
<option value=\"PM\">Saint Pierre and Miquelon</option>
<option value=\"VC\">Saint Vincent and the Grenadines</option>
<option value=\"WS\">Samoa</option>
<option value=\"SM\">San Marino</option>
<option value=\"ST\">Sao Tome and Principe</option>
<option value=\"SA\">Saudi Arabia</option>
<option value=\"SN\">Senegal</option>
<option value=\"RS\">Serbia</option>
<option value=\"SC\">Seychelles</option>
<option value=\"SL\">Sierra Leone</option>
<option value=\"SG\">Singapore</option>
<option value=\"SX\">Sint Maarten (Dutch part)</option>
<option value=\"SK\">Slovakia</option>
<option value=\"SI\">Slovenia</option>
<option value=\"SB\">Solomon Islands</option>
<option value=\"SO\">Somalia</option>
<option value=\"ZA\">South Africa</option>
<option value=\"GS\">South Georgia and the South Sandwich Islands</option>
<option value=\"SS\">South Sudan</option>
<option value=\"ES\">Spain</option>
<option value=\"LK\">Sri Lanka</option>
<option value=\"SD\">Sudan</option>
<option value=\"SR\">Suriname</option>
<option value=\"SJ\">Svalbard and Jan Mayen</option>
<option value=\"SZ\">Swaziland</option>
<option value=\"SE\">Sweden</option>
<option value=\"CH\">Switzerland</option>
<option value=\"SY\">Syrian Arab Republic</option>
<option value=\"TW\">Taiwan, Province of China</option>
<option value=\"TJ\">Tajikistan</option>
<option value=\"TZ\">Tanzania, United Republic of</option>
<option value=\"TH\">Thailand</option>
<option value=\"TL\">Timor-Leste</option>
<option value=\"TG\">Togo</option>
<option value=\"TK\">Tokelau</option>
<option value=\"TO\">Tonga</option>
<option value=\"TT\">Trinidad and Tobago</option>
<option value=\"TN\">Tunisia</option>
<option value=\"TR\">Turkey</option>
<option value=\"TM\">Turkmenistan</option>
<option value=\"TC\">Turks and Caicos Islands</option>
<option value=\"TV\">Tuvalu</option>
<option value=\"UG\">Uganda</option>
<option value=\"UA\">Ukraine</option>
<option value=\"AE\">United Arab Emirates</option>
<option value=\"GB\">United Kingdom</option>
<option value=\"US\">United States</option>
<option value=\"UM\">United States Minor Outlying Islands</option>
<option value=\"UY\">Uruguay</option>
<option value=\"UZ\">Uzbekistan</option>
<option value=\"VU\">Vanuatu</option>
<option value=\"VE\">Venezuela, Bolivarian Republic of</option>
<option value=\"VN\">Viet Nam</option>
<option value=\"VG\">Virgin Islands, British</option>
<option value=\"VI\">Virgin Islands, U.S.</option>
<option value=\"WF\">Wallis and Futuna</option>
<option value=\"EH\">Western Sahara</option>
<option value=\"YE\">Yemen</option>
<option value=\"ZM\">Zambia</option>
<option value=\"ZW\">Zimbabwe</option>
</select>
<div class=\"form-message text-start\">
<label>";
// line 1730
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_message_full", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1730, $this->source); })()));
echo "</label>
<textarea placeholder=\"\" name=\"message\"></textarea>
</div>
</div>
<div class=\"col-md-12 d-flex flex-row-reverse gap-lg-3 gap-1 justify-content-center align-items-center text-center to-form-message hide form-signup\">
<div style=\"width: fit-content;\">
<input type=\"checkbox\" id=\"pmr\" class=\"apple-switch\" >
<label for=\"pmr\">";
// line 1737
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section8_pmr", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1737, $this->source); })()));
echo "</label>
</div>
<div style=\"width: fit-content;\">
<svg width=\"18\" height=\"18\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_299_17)\">
<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.166 29.0859C17.4533 31.446 14.6825 32.9994 11.6048 32.9994C6.68162 32.9994 2.82505 28.9917 2.99674 24.0542C3.08527 21.5062 4.22124 19.2043 5.97276 17.5579C6.25989 17.2878 6.56497 17.0357 6.88381 16.8028C7.5508 16.3154 7.69736 15.3755 7.21102 14.7062C6.72529 14.0358 5.78851 13.8881 5.12213 14.3761C4.70518 14.6822 4.30559 15.0123 3.92873 15.3683C1.6161 17.5399 0.123604 20.5849 0.00695593 23.9492C-0.224546 30.6015 4.97198 36.0006 11.6048 36.0006C15.6635 36.0006 19.3245 33.9658 21.5839 30.8524C22.0684 30.1831 21.9218 29.2438 21.2549 28.7564C20.5861 28.2684 19.6505 28.4173 19.166 29.0865V29.0859Z\" fill=\"#931517\"/>
<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.34105 8.98544L13.5302 24.3765C13.7085 25.029 14.2989 25.4822 14.9737 25.4822H23.1223L28.6436 33.7834C28.8931 34.1573 29.2956 34.3998 29.7413 34.4436C30.187 34.4886 30.6284 34.3296 30.9455 34.0114L35.5617 29.3795C36.1468 28.7942 36.1468 27.8429 35.5617 27.2576C34.9785 26.6724 34.0304 26.6724 33.4471 27.2576L30.1194 30.5967L25.1663 23.1479C24.8881 22.7307 24.4216 22.4816 23.9221 22.4816H16.1138L14.476 16.4631H17.9634C18.7889 16.4631 19.4589 15.7909 19.4589 14.9625C19.4589 14.1342 18.7889 13.462 17.9634 13.462H13.6594L12.2369 8.24116C13.4375 7.43265 14.2277 6.05812 14.2277 4.50173C14.2283 2.01677 12.2184 0 9.74184 0C7.26531 0 5.25537 2.01677 5.25537 4.50173C5.25537 6.85043 7.05175 8.78137 9.34105 8.98544ZM9.74184 3.00115C10.5673 3.00115 11.2373 3.67341 11.2373 4.50173C11.2373 5.33004 10.5673 6.0023 9.74184 6.0023C8.91633 6.0023 8.24635 5.32884 8.24635 4.50173C8.24635 3.67461 8.91633 3.00115 9.74184 3.00115Z\" fill=\"#931517\"/>
</g>
<defs>
<clipPath id=\"clip0_299_17\">
<rect width=\"36\" height=\"36\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
</div>
";
// line 1754
echo " </div>
<div class=\"col-md-12 form-cgu hide mt-3 text-center\">
<input type=\"checkbox\" id=\"agree\" class=\"apple-switch\" >
<label for=\"agree\">";
// line 1758
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_agree", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1758, $this->source); })()));
echo "</label>
</div>
<div class=\"col-md-12\">
<p class=\"text-red booking_message text-center mb-0 mt-3 p-0\"></p>
</div>
<button class=\"send hide\">";
// line 1764
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.', 1764, $this->source); })()));
echo "</button>
<button class=\"edit-booking hide\">";
// line 1765
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("account_edit_btn", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1765, $this->source); })()));
echo "</button>
<input type=\"hidden\" id=\"form_mode\" value=\"\" />
<input type=\"hidden\" id=\"booking_id\" value=\"\" />
</form>
</div>
<div class=\"mt-5 row text-center gift-block\">
<div class=\"col-12 mt-4\">
<input type=\"checkbox\" id=\"gift\" class=\"apple-switch\" >
<label for=\"gift\">";
// line 1776
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section8_gift", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1776, $this->source); })()));
echo "</label>
<div class=\"form-group gift mt-4\">
<label>";
// line 1778
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section8_for", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1778, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" class=\"form-control\" name=\"gift-user\">
</div>
</div>
</div>
</div>
</div>
</section>
<div class=\"plan-salle\">
<div class=\"plan-salle-container\">
<img id=\"plan-salle1\" alt=\"plan-salle\" class=\"pls\" src=\"/front/img/plan-salle1.jpg?v=2\" />
<img id=\"plan-salle2\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle2.jpg?v=2\" />
<img id=\"plan-salle3\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle3.jpg?v=2\" />
<span class=\"plan-close\"><img alt=\"close\" src=\"/front/img/calendar-cross.svg\"></span>
<p class=\"text-xs text-center mb-0\">";
// line 1799
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section6_plan2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1799, $this->source); })()));
echo "</p>
</div>
</div>
";
// line 1805
$this->loadTemplate("FrontBundle/Partial/resa.html.twig", "FrontBundle/Page/reservation-tunnel.html.twig", 1805)->display($context);
// line 1806
echo "
";
// line 1807
$this->loadTemplate("FrontBundle/Partial/footer.html.twig", "FrontBundle/Page/reservation-tunnel.html.twig", 1807)->display($context);
// line 1808
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 1811
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 1812
echo "
<script src=\"/front/js/owl.carousel.min.js\"></script>
<script type=\"text/javascript\">
sended = false;
\$(document).ready(function() {
if( window.innerWidth <= 414 ){
\$('.majestic.show-first .m1 .content').css('min-height', '350px');
\$('.majestic.show-first .m2 .content').css('min-height', '350px');
\$('.majestic.show-first .m3 .content').css('min-height', '295px');
\$('.majestic.show-first .me .content').css('min-height', '295px');
\$('.b1 .content').css('min-height', '246px');
\$('.b2 .content').css('min-height', '246px');
\$('.versailles.show-first .m1 .content').css('min-height', '400px');
\$('.versailles.show-first .m2 .content').css('min-height', '400px');
\$('.versailles.show-first .m3 .content').css('min-height', '362px');
\$('.versailles.show-first .me .content').css('min-height', '362px');
\$('.majestic.show-second .m1 .content').css('min-height', '378px');
\$('.majestic.show-second .m2 .content').css('min-height', '378px');
\$('.majestic.show-second .m3 .content').css('min-height', '252px');
\$('.majestic.show-second .me .content').css('min-height', '252px');
\$('.b1 .content').css('min-height', '246px');
\$('.b2 .content').css('min-height', '246px');
\$('.versailles.show-second .m1 .content').css('min-height', '400px');
\$('.versailles.show-second .m2 .content').css('min-height', '400px');
\$('.versailles.show-second .m3 .content').css('min-height', '362px');
\$('.versailles.show-second .me .content').css('min-height', '362px');
}
";
// line 1850
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 1851
echo " \$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.form-cgu').addClass('hide');
";
}
// line 1859
echo "
\$('#kt_login_signup').on('click', function (e) {
e.preventDefault();
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('#form_mode').val('register');
\$('.send').removeClass('hide');
\$('.form-cgu').removeClass('hide');
});
\$('.return-login').on('click', function (e) {
e.preventDefault();
\$('.form-login').removeClass('hide');
\$('.form-signup').addClass('hide');
\$('.form-cgu').addClass('hide');
});
\$('#kt_login_signin_submit').on('click', function (e) {
e.preventDefault();
var form = {
email: \$('input[name=\"login_username\"]').val(),
password: \$('input[name=\"login_password\"]').val(),
};
\$.post('/tunnel/credentials/check/";
// line 1885
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.', 1885, $this->source); })()), "request", [], "any", false, false, false, 1885), "locale", [], "any", false, false, false, 1885), "html", null, true);
echo "', form, function( data ) {
console.log(data);
\$('.login_message').hide();
if(data.success == true){
\$('.form-signup input[name=\"lastname\"]').val(data.user.infos.lastname);
\$('.form-signup input[name=\"firstname\"]').val(data.user.infos.firstname);
\$('.form-signup input[name=\"company\"]').val(data.user.infos.company);
\$('.form-signup input[name=\"phone\"]').val(data.user.infos.phone);
\$('.form-signup input[name=\"email\"]').val(data.user.email);
\$('.form-signup input[name=\"email\"]').attr('disabled','disabled');
\$('.form-signup input[name=\"address\"]').val(data.user.infos.address);
\$('.form-signup input[name=\"zipcode\"]').val(data.user.infos.zipcode);
\$('.form-signup input[name=\"city\"]').val(data.user.infos.city);
if(data.user.country_code != ''){
\$('.form-signup [name=\"country_code\"]').val(data.user.infos.country_code);
\$('.form-signup [name=\"country\"]').val(data.user.infos.country_code);
}
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.login-link').addClass('hide');
\$('.form-cgu').addClass('hide');
} else {
\$('.login_message').show();
\$('.login_message').text(data.error);
}
}, \"json\");
});
\$('.send').on('click', function (e) {
e.preventDefault();
var infos = {
form_mode: \$('#form_mode').val(),
lastname: \$('#form-booking input[name=\"lastname\"]').val(),
firstname: \$('#form-booking input[name=\"firstname\"]').val(),
company: \$('#form-booking input[name=\"company\"]').val(),
phone: \$('#form-booking input[name=\"phone\"]').val(),
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
confirm: \$('#form-booking input[name=\"confirm\"]').val(),
address: \$('#form-booking input[name=\"address\"]').val(),
zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
city: \$('#form-booking input[name=\"city\"]').val(),
country: \$('#form-booking select[name=\"country\"] option:selected').text(),
country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
message: \$('#form-booking textarea[name=\"message\"]').val(),
pmr: \$('#pmr').prop('checked'),
gift: \$('#gift').prop('checked'),
agree: \$('#agree').prop('checked'),
gift_user: \$('input[name=\"gift-user\"]').val(),
};
var form = {
palace_resa: palace_resa,
infos: infos,
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
};
if(sended == false){
\$.post('/tunnel/booking/send/";
// line 1958
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.', 1958, $this->source); })()), "request", [], "any", false, false, false, 1958), "locale", [], "any", false, false, false, 1958), "html", null, true);
echo "', form, function( data ) {
sended = false;
console.log(form);
console.log(data);
\$('.booking_message').hide();
if(data.success == true){
\$('.send').remove();
\$('.gift-block').hide();
\$('.bar-menu').hide();
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
<h6 class=\"mt-5 mb-5\">Nos équipes vérifient la disponibilité des prestations souhaitées et reviendrons vers vous par email sous 24 heures (hors dimanches et jours fériés). Un lien de paiement vous sera envoyé par mail et sera également disponible dans votre espace \"Mon Compte\".</h6>\\
<a href=\"";
// line 1972
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("framework_front_account_histo", ["locale" => 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.', 1972, $this->source); })()), "request", [], "any", false, false, false, 1972), "locale", [], "any", false, false, false, 1972)]), "html", null, true);
echo "\" class=\"btn-primary btn-sm text active\">Suivi de la réservation <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
if( \$('html').attr('lang') == 'de' ){
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
<h6 class=\"mt-5 mb-5\">Unsere Teams überprüfen die Verfügbarkeit der gewünschten Leistungen und melden sich innerhalb von 24 Stunden (außer an Sonn- und Feiertagen) per E-Mail bei Ihnen zurück. Ein Zahlungslink wird Ihnen per E-Mail zugeschickt und ist auch in Ihrem Bereich \"Mein Konto\" verfügbar.</h6>\\
<a href=\"";
// line 1980
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("framework_front_account_histo", ["locale" => 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.', 1980, $this->source); })()), "request", [], "any", false, false, false, 1980), "locale", [], "any", false, false, false, 1980)]), "html", null, true);
echo "\" class=\"btn-primary btn-sm text active\">Verfolgung der Buchung <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
}
if( \$('html').attr('lang') == 'en' ){
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
<h6 class=\"mt-5 mb-5\">Our teams will check the availability of the services you require and get back to you by email within 24 hours (excluding Sundays and public holidays). A payment link will be sent to you by e-mail and will also be available in your \"My Account\" area.</h6>\\
<a href=\"";
// line 1989
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("framework_front_account_histo", ["locale" => 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.', 1989, $this->source); })()), "request", [], "any", false, false, false, 1989), "locale", [], "any", false, false, false, 1989)]), "html", null, true);
echo "\" class=\"btn-primary btn-sm text active\">Reservation tracking <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
}
\$('#form-booking').html(confirm_message);
//EFFACER LA RESA
localStorage.setItem(\"palace_resa\", null);
} else {
\$('.booking_message').show();
\$('.booking_message').text(data.error);
}
}, \"json\");
sended = true;
}
});
\$('.edit-booking').on('click', function (e) {
e.preventDefault();
var infos = {
form_mode: \$('#form_mode').val(),
lastname: \$('#form-booking input[name=\"lastname\"]').val(),
firstname: \$('#form-booking input[name=\"firstname\"]').val(),
company: \$('#form-booking input[name=\"company\"]').val(),
phone: \$('#form-booking input[name=\"phone\"]').val(),
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
confirm: \$('#form-booking input[name=\"confirm\"]').val(),
address: \$('#form-booking input[name=\"address\"]').val(),
zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
city: \$('#form-booking input[name=\"city\"]').val(),
country: \$('#form-booking select[name=\"country\"] option:selected').text(),
country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
message: \$('#form-booking textarea[name=\"message\"]').val(),
pmr: \$('#pmr').prop('checked'),
gift: \$('#gift').prop('checked'),
agree: \$('#agree').prop('checked'),
gift_user: \$('input[name=\"gift-user\"]').val(),
};
var form = {
booking_id: \$('#booking_id').val(),
palace_resa: palace_resa,
infos: infos,
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
};
if(sended == false){
\$.post('/tunnel/booking/resend/";
// line 2047
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.', 2047, $this->source); })()), "request", [], "any", false, false, false, 2047), "locale", [], "any", false, false, false, 2047), "html", null, true);
echo "', form, function( data ) {
sended = false;
console.log(form);
console.log(data);
\$('.booking_message').hide();
if(data.success == true){
\$('.send').remove();
\$('.edit-booking').remove();
\$('.gift-block').hide();
\$('.bar-menu').hide();
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
<h6 class=\"mt-5 mb-5\">Nos équipes vérifient la disponibilité des prestations souhaitées et reviendrons vers vous par email sous 24 heures (hors dimanches et jours fériés). Un lien de paiement vous sera envoyé par mail et sera également disponible dans votre espace \"Mon Compte\".</h6>\\
<a href=\"";
// line 2062
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("framework_front_account_histo", ["locale" => 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.', 2062, $this->source); })()), "request", [], "any", false, false, false, 2062), "locale", [], "any", false, false, false, 2062)]), "html", null, true);
echo "\" class=\"btn-primary btn-sm text active\">Suivi de la réservation <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
if( \$('html').attr('lang') == 'de' ){
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
<h6 class=\"mt-5 mb-5\">Unsere Teams überprüfen die Verfügbarkeit der gewünschten Leistungen und melden sich innerhalb von 24 Stunden (außer an Sonn- und Feiertagen) per E-Mail bei Ihnen zurück. Ein Zahlungslink wird Ihnen per E-Mail zugeschickt und ist auch in Ihrem Bereich \"Mein Konto\" verfügbar.</h6>\\
<a href=\"";
// line 2070
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("framework_front_account_histo", ["locale" => 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.', 2070, $this->source); })()), "request", [], "any", false, false, false, 2070), "locale", [], "any", false, false, false, 2070)]), "html", null, true);
echo "\" class=\"btn-primary btn-sm text active\">Verfolgung der Buchung <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
}
if( \$('html').attr('lang') == 'en' ){
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
<h6 class=\"mt-5 mb-5\">Our teams will check the availability of the services you require and get back to you by email within 24 hours (excluding Sundays and public holidays). A payment link will be sent to you by e-mail and will also be available in your \"My Account\" area.</h6>\\
<a href=\"";
// line 2079
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("framework_front_account_histo", ["locale" => 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.', 2079, $this->source); })()), "request", [], "any", false, false, false, 2079), "locale", [], "any", false, false, false, 2079)]), "html", null, true);
echo "\" class=\"btn-primary btn-sm text active\">Reservation tracking <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
}
\$('#form-booking').html(confirm_message);
//EFFACER LA RESA
localStorage.setItem(\"palace_resa\", null);
} else {
\$('.booking_message').show();
\$('.booking_message').text(data.error);
}
}, \"json\");
sended = true;
}
});
/* RESPONSIVE */
if( \$( window ).width() <= 1440 ){
\$('.espace-content.third .col-md-8').addClass('col-md-7');
\$('.espace-content.third .col-md-8').removeClass('col-md-8');
}
});
</script>
<script type=\"text/javascript\">
\$(document).ready(function() {
// ";
// line 2119
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 2119, $this->source); })()), "isIsMajesicFull", [], "any", false, false, false, 2119)) {
// line 2120
echo " // setTimeout(() => {
// if( !\$('[data-resto=\"versailles\"]').hasClass('active') ){
// \$('[data-resto=\"versailles\"]').click();
// }
// }, 3000);
// ";
}
// line 2126
echo "
// ";
// line 2127
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 2127, $this->source); })()), "isIsVersaillesFull", [], "any", false, false, false, 2127)) {
// line 2128
echo " // setTimeout(() => {
// if( !\$('[data-resto=\"majestic\"]').hasClass('active') ){
// \$('[data-resto=\"majestic\"]').click();
// }
// }, 3000);
// ";
}
// line 2134
echo "
";
// line 2135
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 2135, $this->source); })()), "isIsPlaceNormal", [], "any", false, false, false, 2135)) {
// line 2136
echo " setTimeout(() => {
if( \$('#section6 .pn .sel').hasClass('active') ){
\$('#section6 .ph .sel').click();
}
}, 3000);
";
}
// line 2142
echo "
";
// line 2143
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 2143, $this->source); })()), "isIsPlaceHonneur", [], "any", false, false, false, 2143)) {
// line 2144
echo " setTimeout(() => {
if( \$('#section6 .ph .sel').hasClass('active') ){
\$('#section6 .pn .sel').click();
}
}, 3000);
";
}
// line 2150
echo "
";
// line 2151
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 2151, $this->source); })()), "isIsPlaceVip", [], "any", false, false, false, 2151)) {
// line 2152
echo " setTimeout(() => {
if( \$('#section6 .vip .sel').hasClass('active') ){
\$('#section6 .ph .sel').click();
\$('#section6 .pn .sel').click();
}
}, 3000);
";
}
// line 2159
echo "
";
// line 2160
if (twig_get_attribute($this->env, $this->source, (isset($context["places"]) || array_key_exists("places", $context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.', 2160, $this->source); })()), "isIsMiniSuiteFull", [], "any", false, false, false, 2160)) {
// line 2161
echo " setTimeout(() => {
if( parseInt(\$('#section7 .nbr').text()) > 0 ){
\$('.step2[data-ref=\"ms\"] a').click();
\$('.bar-menu li[data-step=\"1\"] a').click();
}
}, 3000);
";
}
// line 2168
echo "
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "FrontBundle/Page/reservation-tunnel.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 3140 => 2168, 3131 => 2161, 3129 => 2160, 3126 => 2159, 3117 => 2152, 3115 => 2151, 3112 => 2150, 3104 => 2144, 3102 => 2143, 3099 => 2142, 3091 => 2136, 3089 => 2135, 3086 => 2134, 3078 => 2128, 3076 => 2127, 3073 => 2126, 3065 => 2120, 3063 => 2119, 3020 => 2079, 3008 => 2070, 2997 => 2062, 2979 => 2047, 2918 => 1989, 2906 => 1980, 2895 => 1972, 2878 => 1958, 2802 => 1885, 2774 => 1859, 2764 => 1851, 2762 => 1850, 2722 => 1812, 2712 => 1811, 2701 => 1808, 2699 => 1807, 2696 => 1806, 2694 => 1805, 2685 => 1799, 2661 => 1778, 2656 => 1776, 2642 => 1765, 2638 => 1764, 2629 => 1758, 2623 => 1754, 2604 => 1737, 2594 => 1730, 2420 => 1561, 2408 => 1554, 2326 => 1477, 2322 => 1476, 2316 => 1475, 2312 => 1474, 2306 => 1473, 2302 => 1472, 2296 => 1471, 2292 => 1470, 2285 => 1466, 2280 => 1464, 2274 => 1463, 2270 => 1462, 2264 => 1461, 2260 => 1460, 2254 => 1459, 2250 => 1458, 2244 => 1457, 2240 => 1456, 2234 => 1455, 2230 => 1454, 2227 => 1453, 2221 => 1450, 2218 => 1449, 2216 => 1448, 2213 => 1447, 2206 => 1443, 2202 => 1442, 2195 => 1438, 2191 => 1437, 2186 => 1435, 2181 => 1433, 2175 => 1430, 2171 => 1429, 2163 => 1428, 2159 => 1427, 2150 => 1421, 2147 => 1420, 2145 => 1419, 2136 => 1413, 2132 => 1412, 2117 => 1400, 2111 => 1399, 2096 => 1387, 2092 => 1385, 2088 => 1383, 2082 => 1381, 2080 => 1380, 2074 => 1377, 2068 => 1374, 2062 => 1371, 2057 => 1369, 2053 => 1368, 2032 => 1350, 2026 => 1347, 2017 => 1341, 2008 => 1335, 2001 => 1331, 1993 => 1326, 1989 => 1325, 1984 => 1322, 1965 => 1305, 1959 => 1302, 1953 => 1299, 1945 => 1294, 1924 => 1276, 1918 => 1273, 1912 => 1270, 1904 => 1265, 1889 => 1253, 1878 => 1245, 1875 => 1244, 1871 => 1242, 1865 => 1240, 1863 => 1239, 1859 => 1238, 1855 => 1237, 1843 => 1228, 1837 => 1225, 1834 => 1224, 1830 => 1222, 1824 => 1220, 1822 => 1219, 1818 => 1218, 1814 => 1217, 1802 => 1208, 1796 => 1205, 1793 => 1204, 1789 => 1202, 1783 => 1200, 1781 => 1199, 1777 => 1198, 1773 => 1197, 1766 => 1193, 1760 => 1192, 1736 => 1171, 1728 => 1166, 1722 => 1163, 1707 => 1151, 1699 => 1146, 1693 => 1143, 1678 => 1131, 1670 => 1126, 1664 => 1123, 1656 => 1118, 1650 => 1117, 1640 => 1109, 1633 => 1103, 1621 => 1077, 1613 => 1072, 1607 => 1069, 1587 => 1052, 1579 => 1047, 1573 => 1044, 1560 => 1034, 1552 => 1029, 1546 => 1026, 1533 => 1016, 1525 => 1011, 1519 => 1008, 1499 => 991, 1491 => 986, 1485 => 983, 1472 => 973, 1464 => 968, 1458 => 965, 1450 => 960, 1444 => 959, 1440 => 957, 1437 => 955, 1432 => 951, 1415 => 902, 1408 => 898, 1403 => 896, 1390 => 886, 1383 => 882, 1378 => 880, 1365 => 870, 1358 => 866, 1353 => 864, 1340 => 854, 1333 => 850, 1328 => 848, 1308 => 831, 1300 => 826, 1294 => 823, 1281 => 813, 1273 => 808, 1267 => 805, 1259 => 800, 1253 => 799, 1249 => 797, 1224 => 774, 1216 => 769, 1210 => 766, 1197 => 756, 1189 => 751, 1183 => 748, 1173 => 741, 1169 => 740, 1147 => 721, 1140 => 717, 1135 => 715, 1109 => 692, 1102 => 688, 1097 => 686, 1079 => 670, 1073 => 658, 1068 => 656, 1051 => 641, 1045 => 637, 1032 => 627, 1024 => 622, 1018 => 619, 1004 => 608, 1000 => 607, 988 => 598, 984 => 597, 976 => 592, 969 => 588, 961 => 583, 947 => 572, 939 => 567, 933 => 564, 920 => 554, 912 => 549, 906 => 546, 901 => 543, 895 => 538, 889 => 534, 876 => 524, 868 => 519, 862 => 516, 848 => 505, 844 => 504, 832 => 495, 828 => 494, 820 => 489, 813 => 485, 805 => 480, 801 => 478, 788 => 446, 780 => 441, 774 => 438, 761 => 428, 753 => 423, 747 => 420, 742 => 417, 738 => 414, 732 => 410, 719 => 400, 711 => 395, 705 => 392, 691 => 381, 687 => 380, 675 => 371, 671 => 370, 663 => 365, 657 => 362, 648 => 356, 634 => 345, 626 => 340, 620 => 337, 607 => 327, 599 => 322, 593 => 319, 588 => 316, 585 => 314, 579 => 310, 566 => 300, 558 => 295, 552 => 292, 537 => 280, 533 => 279, 521 => 270, 517 => 269, 509 => 264, 503 => 261, 494 => 255, 488 => 251, 475 => 219, 467 => 214, 461 => 211, 448 => 201, 440 => 196, 434 => 193, 429 => 190, 416 => 179, 411 => 177, 399 => 168, 396 => 167, 390 => 165, 388 => 164, 382 => 161, 376 => 158, 373 => 157, 367 => 155, 365 => 154, 359 => 151, 353 => 148, 347 => 147, 334 => 137, 327 => 133, 321 => 132, 312 => 128, 297 => 116, 291 => 115, 282 => 109, 278 => 108, 272 => 105, 266 => 104, 253 => 94, 249 => 93, 245 => 92, 241 => 91, 237 => 90, 232 => 88, 227 => 85, 223 => 82, 221 => 81, 217 => 79, 207 => 78, 132 => 11, 122 => 10, 103 => 8, 84 => 4, 63 => 3, 40 => 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 %}stack fixed visible{% endblock %}
{% block stylesheets %}
<link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
<style>
.resto_full {
filter: grayscale(100%);
pointer-events: none !important;
}
.resto_full_banner {
position: absolute;
width: 80%;
background-color: rgba(255,255,255,0.08);
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
border-radius: 15px;
height: 40px;
line-height: 40px;
text-align: center;
top: calc(50% - 20px);
left: calc(50% - 40%);
font-weight: 400;
font-size: 20px;
pointer-events: none !important;
}
.page_reservation-tunnel .resto .resto_full .cover:hover {
scale: 1;
}
.place_full {
filter: grayscale(100%);
pointer-events: none !important;
}
.place_full .sel {
visibility: hidden;
}
.ms_full {
filter: grayscale(100%);
pointer-events: none !important;
}
.ms_full .qty {
visibility: hidden;
}
.form-signup a.fw-semibold{
transition: transform ease-in 2s;
}
.form-signup a.fw-semibold:hover{
background: #9e1212;
color: #ffffff !important;
}
.menu.ss .boisson {
color: var(--red) !important;
}
.menu.ss .gold .boisson {
color: var(--gold) !important;
}
</style>
{% endblock %}
{% block body %}
{% include 'FrontBundle/Partial/loader.html.twig' %}
<div class=\"tunnel-bg\"></div>
{# {{ dump(places) }} #}
<section class=\"espace-content third mt-5 pt-5\">
<div class=\"row mt-5\">
<div class=\"col-md-12 relative tpmen\">
<h1 id=\"\" class=\"no-bar\">{{ 'tunnel_title'|tr(tr)|upper|raw }}<span class=\"full-bar black thin\"></span></h1>
<ul class=\"bar-menu\">
<li class=\"active visited\" data-step=\"1\"><a href=\"#\">{{ 'tunnel_menu1'|tr(tr)|upper|raw }}</a></li>
<li data-step=\"2\"><a href=\"#\">{{ 'tunnel_menu2'|tr(tr)|upper|raw }}</a></li>
<li data-step=\"3\"><a href=\"#\">{{ 'tunnel_menu3'|tr(tr)|upper|raw }}</a></li>
<li data-step=\"4\"><a href=\"#\">{{ 'tunnel_menu4'|tr(tr)|upper|raw }}</a></li>
<li data-step=\"5\" style=\"display: none;\"><a href=\"#\">{{ 'tunnel_menu5'|tr(tr)|upper|raw }}</a></li>
</ul>
</div>
</div>
</section>
<section id=\"section1\" class=\"espace-content third thin mt-5 pt-4\">
<div class=\"row\" style=\"display:none;\">
<div class=\"col-md-8 relative group\">
<div>{{ 'tunnel_section1_in_title'|tr(tr)|upper|raw }}<span class=\"text-red error\">*</span><span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></div>
<span class=\"subtitle\">{{ 'tunnel_section1_gr_subtitle'|tr(tr)|raw }}</span>
<div class=\"mt-3\">
<a href=\"#\" class=\"btn-primary btn-sm\" data-group=\"individuel\">{{ 'tunnel_section1_in'|tr(tr)|raw }}</a>
<a href=\"#\" class=\"btn-primary btn-sm m-4\" data-group=\"groupe\">{{ 'tunnel_section1_gr'|tr(tr)|raw }}</a>
</div>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-8 relative number mb-5\">
<h2>{{ 'tunnel_section1_gr_title'|tr(tr)|upper|raw }}<span class=\"text-red error\">*</span><span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
<span class=\"subtitle\">{{ 'tunnel_section1_gr_subtitle'|tr(tr)|raw }}</span>
<div class=\"mt-3\">
<a href=\"#\" class=\"number-minus\">-</a>
<input type=\"text\" class=\"number-val\" value=\"1\" />
<a href=\"#\" class=\"number-plus\">+</a>
</div>
</div>
</div>
<div class=\"row mt-3\">
<div class=\"col-md-8 relative formula\">
<h2>{{ 'tunnel_section1_formula_title'|tr(tr)|upper|raw }}<span class=\"text-red error\">*</span><span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
<div class=\"mt-3 row\">
<div class=\"col-12\">
<a href=\"#\" class=\"btn-primary btn-sm text-center\" data-formula=\"avecrepas\">{{ 'tunnel_section1_formula_ar'|tr(tr)|raw }} <span class=\"heart\"></span> <label class=\"best-formula\">{{ 'tunnel_section1_formula_love'|tr(tr)|raw }}</label></a>
<a href=\"#\" class=\"btn-primary btn-sm m-4\" data-formula=\"sansrepas\">{{ 'tunnel_section1_formula_sr'|tr(tr)|raw }}</a>
</div>
</div>
<p class=\"p-0 mt-4 ms-2 parfum hide\">{{ 'menus_tarifs_inclu3'|tr(tr) }}.</p>
</div>
</div>
</section>
<section id=\"section2\" class=\"espace-content third thin mt-5 pt-4 hide\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>{{ 'tunnel_menu2'|tr(tr)|upper|raw }}<span class=\"text-red error\">*</span><span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
<span class=\"subtitle\">{{ 'tunnel_section2_choose'|tr(tr)|raw }}</span>
<div class=\"mt-3 row resto\">
<div class=\"col-md-6 {{ (places.isIsMajesicFull) ? 'resto_full' : '' }}\" data-resto=\"majestic\">
<a href=\"#\" class=\"cover\" style=\"background-image: url('/front/img/resa_majestic.jpg');\">
<span>LE MAJESTIC</span>
{% if places.isIsMajesicFull %}
<div class=\"resto_full_banner\">{{ 'general_full'|tr(tr)|upper|raw }}</div>
{% endif %}
</a>
<p class=\"desc\">{{ 'tunnel_section2_mj'|tr(tr)|raw }}</p>
<a href=\"#\" class=\"arrow majestic-arrow\" data-resto=\"majestic\"><img src=\"/front/img/resa_resto_arrow.svg\" alt=\"next\"></a>
</div>
<div class=\"col-md-6 {{ (places.isIsVersaillesFull) ? 'resto_full' : '' }}\" data-resto=\"versailles\">
<a href=\"#\" class=\"cover\" style=\"background-image: url('/front/img/resa_versailles.jpg');\">
<span class=\"gold\">LE VERSAILLES</span>
{% if places.isIsVersaillesFull %}
<div class=\"resto_full_banner\">{{ 'general_full'|tr(tr)|upper|raw }}</div>
{% endif %}
</a>
<p class=\"desc\">{{ 'tunnel_section2_ve'|tr(tr)|raw }}</p>
<a href=\"#\" class=\"arrow versailles-arrow\" data-resto=\"versailles\"><img src=\"/front/img/resa_resto_arrow.svg\" alt=\"next\"></a>
</div>
</div>
<div class=\"mt-5 mb-5 row menu majestic hide ss\">
<div class=\"col-md-6 offset-md-3 col mss\">
<label class=\"title\">{{ 'menus_tarifs_ss_title'|tr(tr)|upper|raw }}</label>
<div class=\"content pb-0\" style=\"min-height: 471px;\">
{{ 'menus_tarifs_ss'|tr(tr)|raw }}
</div>
<span class=\"price\" style=\"border-top: 0px;\"></span>
</div>
</div>
{# MAJESTIC #}
<div class=\"mt-5 row menu majestic hide show-first\">
<div class=\"col-md-3 col m1\">
<label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} PLAISIR</label>
<div class=\"content\" style=\"min-height: 629px;\">
{{ 'menus_tarifs_mjm1'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m1\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col m2\">
<label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} FESTIVAL</label>
<div class=\"content\" style=\"min-height: 629px;\">
{{ 'menus_tarifs_mjm2'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m2\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
{# <div class=\"col-md-3 col m3\">
<label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 471px;\">
<div class=\"selector\">
<input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"mj-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
</div>
{{ 'menus_tarifs_mjm3'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m3\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>#}
<div class=\"col-md-3 col m3\">
<label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 471px;\">
<div class=\"selector hide\">
<input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"mj-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
</div>
{{ 'menus_tarifs_mjm3'|tr(tr)|raw }}
</div>
<span class=\"price\" style=\"border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom: none; padding-top: 48px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m3\" style=\"bottom: 100px;\">
<span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
<span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m4\">
<span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col me\">
<label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 629px;\">
{{ 'menus_tarifs_me'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-me\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-12\">
<p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
</div>
</div>
{# END MAJESTIC #}
{# MAJESTIC SECOND #}
<div class=\"mt-5 row menu majestic hide show-second\">
<div class=\"col-md-3 col m1\">
<label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} PLAISIR</label>
<div class=\"content\" style=\"min-height: 629px;\">
{{ 'menus_tarifs_mjm12'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m1\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col m2\">
<label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} FESTIVAL</label>
<div class=\"content\" style=\"min-height: 629px;\">
{{ 'menus_tarifs_mjm22'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m2\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col m3\">
<label class=\"title\">{{ 'menus_tarifs_menuvegan2'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 471px;\">
<div class=\"selector hide\">
<input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"mj-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
</div>
{{ 'menus_tarifs_mjm32'|tr(tr)|raw }}
</div>
<span class=\"price\" style=\"border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom: none; padding-top: 48px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m3\" style=\"bottom: 100px;\">
<span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
<span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-m4\">
<span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col me\">
<label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 629px;\">
{{ 'menus_tarifs_me'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"mj-me\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-12\">
<p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
</div>
</div>
{# END MAJESTIC SECOND #}
{# VERSAILLES #}
<div class=\"mt-5 row menu versailles hide show-first\">
<div class=\"col-md-3 col gold m1\">
<label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} Élégance</label>
<div class=\"content\" style=\"min-height: 748px;\">
{{ 'menus_tarifs_vem1'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m1\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col gold m2\">
<label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} ROYAL</label>
<div class=\"content\" style=\"min-height: 748px;\">
{{ 'menus_tarifs_vem2'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m2\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
{# <div class=\"col-md-3 col gold m3\">
<label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 589px;\">
<div class=\"selector\">
<input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"ve-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
</div>
{{ 'menus_tarifs_vem3'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m3\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>#}
<div class=\"col-md-3 col gold m3\">
<label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 589px;\">
<div class=\"selector hide\">
<input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"ve-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
</div>
{{ 'menus_tarifs_vem3'|tr(tr)|raw }}
</div>
<span class=\"price\" style=\"border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom: none; padding-top: 48px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m3\" style=\"bottom: 100px;\">
<span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
<span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m4\">
<span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col gold me\">
<label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 748px;\">
{{ 'menus_tarifs_me'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-me\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-12\">
<p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
</div>
</div>
{# END VERSAILLES #}
{# VERSAILLES SECOND #}
<div class=\"mt-5 row menu versailles hide show-second\">
<div class=\"col-md-3 col gold m1\">
<label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} Élégance</label>
<div class=\"content\" style=\"min-height: 748px;\">
{{ 'menus_tarifs_vem12'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m1\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col gold m2\">
<label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} ROYAL</label>
<div class=\"content\" style=\"min-height: 748px;\">
{{ 'menus_tarifs_vem22'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m2\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col gold m3\">
<label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 589px;\">
<div class=\"selector hide\">
<input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"ve-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
</div>
{{ 'menus_tarifs_vem32'|tr(tr)|raw }}
</div>
<span class=\"price\" style=\"border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom: none; padding-top: 48px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m3\" style=\"bottom: 100px;\">
<span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
<span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-m4\">
<span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col gold me\">
<label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 748px;\">
{{ 'menus_tarifs_me'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"ve-me\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-12\">
<p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
</div>
</div>
{# END VERSAILLES SECOND #}
</div>
</div>
</section>
<section id=\"section22\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 col offset-md-3 okm\">
<label class=\"title\">{{ 'menus_tarifs_ok_title'|tr(tr)|raw }}</label>
<div class=\"content pb-0\">
{{ 'menus_tarifs_ok'|tr(tr)|raw }}
</div>
<span class=\"price\" style=\"border-top: 0px;\"></span>
{# <span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"okm\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>#}
</div>
</div>
</div>
</div>
</section>
<section id=\"section23\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 col offset-md-3 pam\">
<label class=\"title\">{{ 'menus_tarifs_pa_title'|tr(tr)|raw }}</label>
<div class=\"content\">
{{ 'menus_tarifs_pa'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"pam\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section24\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 col offset-md-3 hhm\">
<label class=\"title\">{{ 'menus_tarifs_ok_title'|tr(tr)|raw }}</label>
<div class=\"content\">
{{ 'menus_tarifs_hh'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"hhm\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section3\" class=\"espace-content third thin mt-5 pt-4 hide\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>{{ 'tunnel_section3_title'|tr(tr)|raw }}</h2>
<span class=\"subtitle\">{{ 'tunnel_section3_subtitle'|tr(tr)|raw }}</span>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-3 col offset-md-3 sp1\">
<label class=\"title\">{{ 'tunnel_section3_sp1_title'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 96px;\">
<p>
{{ 'tunnel_section3_sp1'|tr(tr)|raw }}
</p>
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"sp1\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col sp2\">
<label class=\"title\">{{ 'tunnel_section3_sp2_title'|tr(tr)|upper|raw }}</label>
<div class=\"content\" style=\"min-height: 96px;\">
<p>
{{ 'tunnel_section3_sp2'|tr(tr)|raw }}
</p>
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"sp2\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section4\" class=\"espace-content third thin mt-5 pt-4 hide\">
{# BOISSONS SHOW FIRST #}
<div class=\"row show-first\">
<div class=\"col-md-8 relative\">
<h2>{{ 'tunnel_section4_title'|tr(tr)|upper|raw }} <span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
<span class=\"subtitle\">{{ 'tunnel_section4_subtitle'|tr(tr)|raw }}</span>
<div class=\"mt-5 pt-5 row menu individuel hide\">
<div class=\"col-md-3 col offset-md-3 b1\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} DUO</label>
<div class=\"content\" style=\"min-height: 386px;\">
{{ 'menus_tarifs_duo'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"in-b1\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b2\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} PRESTIGO</label>
<div class=\"content\" style=\"min-height: 386px;\">
{{ 'menus_tarifs_prestigo'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"in-b2\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
<div class=\"mt-5 pt-5 row menu groupe hide\">
<div class=\"col-md-3 col b1\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°1</label>
<div class=\"content\" style=\"min-height: 368px;\">
{{ 'menus_tarifs_b1'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b1\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b2\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°2</label>
<div class=\"content\" style=\"min-height: 368px;\">
{{ 'menus_tarifs_b2'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b2\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b3\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°3</label>
<div class=\"content\" style=\"min-height: 368px;\">
{{ 'menus_tarifs_b3'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b3\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b4\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
<div class=\"content\" style=\"min-height: 368px;\">
{{ 'menus_tarifs_b4'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b4\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
{# <div class=\"mt-5 pt-5 row menu groupe hide\">
<div class=\"col-md-3 col offset-md-3 b4 hide\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
<div class=\"content\" style=\"min-height: 368px;\">
{{ 'menus_tarifs_b4'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b4\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b5 hide\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°5</label>
<div class=\"content\" style=\"min-height: 368px;\">
{{ 'menus_tarifs_b5'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b5\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>#}
</div>
</div>
{# BOISSONS SHOW FIRST END #}
{# BOISSONS SHOW SECOND #}
<div class=\"row show-second\">
<div class=\"col-md-8 relative\">
<h2>{{ 'tunnel_section4_title'|tr(tr)|upper|raw }} <span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
<span class=\"subtitle\">{{ 'tunnel_section4_subtitle2'|tr(tr)|raw }}</span>
<div class=\"mt-5 pt-5 row menu individuel hide\">
<div class=\"col-md-3 col offset-md-3 b1\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} DUO</label>
<div class=\"content\" style=\"min-height: 404px;\">
{{ 'menus_tarifs_duo2'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"in-b1\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b2\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} PRESTIGO</label>
<div class=\"content\" style=\"min-height: 404px;\">
{{ 'menus_tarifs_prestigo2'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"in-b2\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
<div class=\"mt-5 pt-5 row menu groupe hide\">
<div class=\"col-md-3 col offset-md-1-5 b1\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°1</label>
<div class=\"content\" style=\"min-height: 368px;\">
{{ 'menus_tarifs_b12'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b1\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b2\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°2</label>
<div class=\"content\" style=\"min-height: 368px;\">
{{ 'menus_tarifs_b22'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b2\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col b3\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°3</label>
<div class=\"content\" style=\"min-height: 368px;\">
{{ 'menus_tarifs_b32'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b3\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
<div class=\"mt-5 pt-5 row menu groupe hide\">
<div class=\"col-md-3 col offset-md-3 b4\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
<div class=\"content\" style=\"min-height: 368px;\">
{{ 'menus_tarifs_b42'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b4\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
{# <div class=\"col-md-3 col b5\">
<label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°5</label>
<div class=\"content\" style=\"min-height: 368px;\">
{{ 'menus_tarifs_b52'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"qty\" data-ref=\"gr-b5\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>#}
</div>
</div>
</div>
{# BOISSONS SHOW SECOND END #}
</section>
<section id=\"section5\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>{{ 'tunnel_section5_title'|tr(tr)|raw }}<span class=\"text-red\">{{ 'tunnel_section5_title2'|tr(tr)|raw }}</span></h2>
<span class=\"subtitle\">{{ 'tunnel_section5_subtitle'|tr(tr)|raw }} </span>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-3 col offset-md-1-5\">
<label class=\"title\">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 5€</label>
<div class=\"content\" style=\"min-height: 132px;\">
{{ 'tunnel_section5_ticket1'|tr(tr)|raw }}
</div>
<span class=\"price\">5,00€</span>
<div class=\"qty\" data-ref=\"tk5\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col\">
<label class=\"title\">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 8€</label>
<div class=\"content\" style=\"min-height: 132px;\">
{{ 'tunnel_section5_ticket2'|tr(tr)|raw }}
</div>
<span class=\"price\">8,00€</span>
<div class=\"qty\" data-ref=\"tk8\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-3 col\">
<label class=\"title\">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 10€</label>
<div class=\"content\" style=\"min-height: 132px;\">
{{ 'tunnel_section5_ticket3'|tr(tr)|raw }}
</div>
<span class=\"price\">10,00€</span>
<div class=\"qty\" data-ref=\"tk10\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section6\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>{{ 'tunnel_section6_title'|tr(tr)|raw }} <span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
<span class=\"subtitle\">{{ 'tunnel_section6_subtitle'|tr(tr)|raw }}</span>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-4 col pn {{ (places.isIsPlaceNormal) ? 'place_full' : '' }}\">
<label class=\"title\">{{ 'menus_tarifs_spectacle_pn'|tr(tr)|raw }}</label>
{% if places.isIsPlaceNormal %}
<span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
{% else %}
<span class=\"price\"><i>0</i>,00€</span>
{% endif %}
<div class=\"sel\" data-ref=\"pn\">
<span>{{ 'general_select'|tr(tr)|raw }}</span>
</div>
<div class=\"qty\" data-ref=\"pn\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-4 col ph gold {{ (places.isIsPlaceHonneur) ? 'place_full' : '' }}\">
<label class=\"title\">{{ 'menus_tarifs_spectacle_ph'|tr(tr)|raw }}</label>
{% if places.isIsPlaceHonneur %}
<span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
{% else %}
<span class=\"price\"><i>0</i>,00€</span>
{% endif %}
<div class=\"sel\" data-ref=\"ph\">
<span>{{ 'general_select'|tr(tr)|raw }}</span>
</div>
<div class=\"qty\" data-ref=\"ph\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
<div class=\"col-md-4 col vip {{ (places.isIsPlaceVip) ? 'place_full' : '' }}\">
<label class=\"title\">{{ 'menus_tarifs_spectacle_vip'|tr(tr)|upper|raw }}</label>
{% if places.isIsPlaceVip %}
<span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
{% else %}
<span class=\"price\"><i>0</i>,00€</span>
{% endif %}
<div class=\"sel\" data-ref=\"vip\">
<span>{{ 'general_select'|tr(tr)|raw }}</span>
</div>
</div>
</div>
<div class=\"mt-5 pt-5 row no-mobile\">
<a href=\"#\" class=\"btn-primary btn-sm plan\">{{ 'tunnel_section6_plan'|tr(tr)|raw }} <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>
</div>
</div>
</div>
</section>
<section id=\"section62\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>{{ 'tunnel_section62_title'|tr(tr)|upper|raw }}</h2>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 offset-md-3 col ok\">
<label class=\"title\">{{ 'tunnel_section62_entrees'|tr(tr)|raw }}</label>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"sel\" data-ref=\"ok\">
<span>{{ 'general_select'|tr(tr)|raw }}</span>
</div>
<div class=\"qty hide\" data-ref=\"ok\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section63\" class=\"espace-content third thin mt-5 pt-4 hide\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>{{ 'tunnel_section63_title'|tr(tr)|upper|raw }}</h2>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 offset-md-3 col af\">
<label class=\"title\">{{ 'tunnel_section63_entrees'|tr(tr)|raw }}</label>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"sel\" data-ref=\"af\">
<span>{{ 'general_select'|tr(tr)|raw }}</span>
</div>
<div class=\"qty\" data-ref=\"af\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{# NOEL DES ENFANTS #}
<section id=\"section61\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>{{ 'tunnel_section61_title'|tr(tr)|raw }}</h2>
<span class=\"subtitle\">{{ 'tunnel_section61_subtitle'|tr(tr)|raw }}</span>
<div class=\"mt-5 pt-5 row menu\">
<div class=\"col-md-6 offset-md-3 col no\">
<label class=\"title\">{{ 'tunnel_menu3'|tr(tr)|upper|raw }}</label>
<div class=\"content no-avecrepas\">
{{ 'tunnel_section61_ar'|tr(tr)|raw }}
</div>
<div class=\"content no-sansrepas\">
{{ 'tunnel_section61_sr'|tr(tr)|raw }}
</div>
<span class=\"price\"><i>0</i>,00€</span>
<div class=\"sel\" data-ref=\"no\">
<span>{{ 'general_select'|tr(tr)|raw }}</span>
</div>
<div class=\"qty\" data-ref=\"no\">
<span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=\"section7\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>{{ 'tunnel_section7_title'|tr(tr)|upper|raw }}</h2>
<span class=\"subtitle\">{{ 'tunnel_section7_subtitle'|tr(tr)|raw }}</span>
<div class=\"mt-5 pt-5 row menu {{ (places.isIsMiniSuiteFull) ? 'ms_full' : '' }}\">
<div class=\"col-md-6 col ms offset-md-3\">
<label class=\"title\">{{ 'infos_menu2'|tr(tr)|upper|raw }}</label>
<div class=\"content\">
{{ 'tunnel_section7_n1'|tr(tr)|raw }}
</div>
{% if places.isIsMiniSuiteFull %}
<span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
{% else %}
<span class=\"price\"><i>0</i>,00€</span>
{% endif %}
<div class=\"qty nights active\" data-ref=\"ms\">
<span>{{ 'tunnel_section7_n2'|tr(tr)|raw }}</span>
<div class=\"controls\">
<a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
<span class=\"nbr\">0</span>
<a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
</div>
</div>
</div>
</div>
<div class=\"mt-5 row\">
<a target=\"_blank\" href=\"/{{app.request.locale }}/mini-suites\" class=\"mini-suites-link mb-4\">{{ 'tunnel_section7_n3'|tr(tr)|raw }}</a>
<a target=\"_blank\" href=\"#\" class=\"btn-primary btn-sm plan no-mini-suites\">{{ 'tunnel_section7_n4'|tr(tr)|raw }} <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>
</div>
</div>
</div>
</section>
<section id=\"section8\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-8 relative\">
<h2>{{ 'tunnel_section8_title'|tr(tr)|upper|raw }}</h2>
<span class=\"subtitle\">{{ 'tunnel_section8_subtitle'|tr(tr)|raw }}</span>
<div class=\"mt-3 row\">
<form class=\"m-0 row\" id=\"form-booking\">
{% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<div class=\"col-md-12 mb-5 form-login\">
<h6 class=\"text-center\">{{ 'signup_title'|tr(tr)|raw }}</h6>
</div>
<div class=\"col-md-6 form-login\">
<label>{{ 'contact_email'|tr(tr)|raw }}*</label>
<input type=\"email\" placeholder=\"{{ 'contact_email'|tr(tr)|raw }}*\" name=\"login_username\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\" />
<label>{{ 'signup_password'|tr(tr)|raw }}*</label>
<input type=\"password\" name=\"login_password\" autocomplete=\"off\" placeholder=\"{{ 'signup_password'|tr(tr)|raw }}\" />
<p class=\"text-red login_message p-0\"></p>
<button id=\"kt_login_signin_submit\" class=\"btn-primary btn-sm text-center \">{{ 'signup_connexion'|tr(tr)|raw }}</button>
<p class=\"text-red p-0 mt-3\"><a href=\"/login?forgot=yes\" class=\"text-red link-forgot\">{{ 'login_forgot'|tr(tr)|raw }}</a></p>
<input type=\"hidden\" name=\"_target_path\" value=\"{{ app.request.get('redirect_to') }}\"/>
<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\"/>
</div>
<div class=\"col-md-6 d-flex justify-content-center align-items-center form-login\" style=\"flex-direction: column;\">
<button id=\"kt_login_signup\" class=\"btn-primary btn-sm text-center active \">{{ 'signup_create'|tr(tr)|raw }}*</button>
<p class=\"p-0 w-100 text-center mt-2\">* {{ 'signup_create2'|tr(tr)|raw }}</p>
</div>
{% endif %}
{% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<div class=\"col-md-12 hide form-signup login-link\">
<a href=\"#\" class=\"text-center text-decoration-none border-2 px-1 rounded-5 fw-semibold text-red return-login px-4 py-1 mx-auto mb-4 d-flex justify-content-center\" style=\"border: 2px solid #9e1212;width: fit-content;\">{{ 'signup_deja'|tr(tr)|raw }}</a>
</div>
{% endif %}
<div class=\"col-md-6 hide form-signup\">
<label>{{ 'contact_nom'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"lastname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('lastname') }}{% endif %}\" />
<label>{{ 'contact_prenom'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"firstname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('firstname') }}{% endif %}\" />
<label>{{ 'contact_societe'|tr(tr)|raw }}</label>
<input type=\"text\" placeholder=\"\" name=\"company\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('company') }}{% endif %}\" />
<label>{{ 'contact_tel'|tr(tr)|raw }}*</label>
<input type=\"tel\" placeholder=\"\" name=\"phone\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('phone') }}{% endif %}\" />
<label class=\"signup\">{{ 'contact_email'|tr(tr)|raw }}*</label>
<input class=\"signup\" type=\"email\" placeholder=\"\" name=\"email\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\" />
<label class=\"signup\">{{ 'signup_password'|tr(tr)|raw }}*</label>
<input type=\"password\" placeholder=\"\" name=\"password\" value=\"\" class=\"signup\" />
<label class=\"signup\">{{ 'signup_confirm'|tr(tr)|raw }}*</label>
<input type=\"password\" placeholder=\"\" name=\"confirm\" value=\"\" class=\"signup\" />
</div>
<div class=\"col-md-6 hide form-signup\">
<label>{{ 'contact_adresse'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"address\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('address1') }}{% endif %}\" />
<label>{{ 'contact_code'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"zipcode\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('zipcode') }}{% endif %}\" />
<label>{{ 'contact_ville'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"city\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('city') }}{% endif %}\" />
<label>{{ 'contact_pays'|tr(tr)|raw }}*</label>
<input type=\"hidden\" name=\"country_code\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('country_code') }}{% endif %}\">
<select name=\"country\" required class=\"form-control country\">
<option value=\"AF\">Afghanistan</option>
<option value=\"AX\">Åland Islands</option>
<option value=\"AL\">Albania</option>
<option value=\"DZ\">Algeria</option>
<option value=\"AS\">American Samoa</option>
<option value=\"AD\">Andorra</option>
<option value=\"AO\">Angola</option>
<option value=\"AI\">Anguilla</option>
<option value=\"AQ\">Antarctica</option>
<option value=\"AG\">Antigua and Barbuda</option>
<option value=\"AR\">Argentina</option>
<option value=\"AM\">Armenia</option>
<option value=\"AW\">Aruba</option>
<option value=\"AU\">Australia</option>
<option value=\"AT\">Austria</option>
<option value=\"AZ\">Azerbaijan</option>
<option value=\"BS\">Bahamas</option>
<option value=\"BH\">Bahrain</option>
<option value=\"BD\">Bangladesh</option>
<option value=\"BB\">Barbados</option>
<option value=\"BY\">Belarus</option>
<option value=\"BE\">Belgium</option>
<option value=\"BZ\">Belize</option>
<option value=\"BJ\">Benin</option>
<option value=\"BM\">Bermuda</option>
<option value=\"BT\">Bhutan</option>
<option value=\"BO\">Bolivia, Plurinational State of</option>
<option value=\"BQ\">Bonaire, Sint Eustatius and Saba</option>
<option value=\"BA\">Bosnia and Herzegovina</option>
<option value=\"BW\">Botswana</option>
<option value=\"BV\">Bouvet Island</option>
<option value=\"BR\">Brazil</option>
<option value=\"IO\">British Indian Ocean Territory</option>
<option value=\"BN\">Brunei Darussalam</option>
<option value=\"BG\">Bulgaria</option>
<option value=\"BF\">Burkina Faso</option>
<option value=\"BI\">Burundi</option>
<option value=\"KH\">Cambodia</option>
<option value=\"CM\">Cameroon</option>
<option value=\"CA\">Canada</option>
<option value=\"CV\">Cape Verde</option>
<option value=\"KY\">Cayman Islands</option>
<option value=\"CF\">Central African Republic</option>
<option value=\"TD\">Chad</option>
<option value=\"CL\">Chile</option>
<option value=\"CN\">China</option>
<option value=\"CX\">Christmas Island</option>
<option value=\"CC\">Cocos (Keeling) Islands</option>
<option value=\"CO\">Colombia</option>
<option value=\"KM\">Comoros</option>
<option value=\"CG\">Congo</option>
<option value=\"CD\">Congo, the Democratic Republic of the</option>
<option value=\"CK\">Cook Islands</option>
<option value=\"CR\">Costa Rica</option>
<option value=\"CI\">Côte d'Ivoire</option>
<option value=\"HR\">Croatia</option>
<option value=\"CU\">Cuba</option>
<option value=\"CW\">Curaçao</option>
<option value=\"CY\">Cyprus</option>
<option value=\"CZ\">Czech Republic</option>
<option value=\"DK\">Denmark</option>
<option value=\"DJ\">Djibouti</option>
<option value=\"DM\">Dominica</option>
<option value=\"DO\">Dominican Republic</option>
<option value=\"EC\">Ecuador</option>
<option value=\"EG\">Egypt</option>
<option value=\"SV\">El Salvador</option>
<option value=\"GQ\">Equatorial Guinea</option>
<option value=\"ER\">Eritrea</option>
<option value=\"EE\">Estonia</option>
<option value=\"ET\">Ethiopia</option>
<option value=\"FK\">Falkland Islands (Malvinas)</option>
<option value=\"FO\">Faroe Islands</option>
<option value=\"FJ\">Fiji</option>
<option value=\"FI\">Finland</option>
<option value=\"FR\" {% if app.request.locale not in ['de'] %}selected{% endif %}>France</option>
<option value=\"GF\">French Guiana</option>
<option value=\"PF\">French Polynesia</option>
<option value=\"TF\">French Southern Territories</option>
<option value=\"GA\">Gabon</option>
<option value=\"GM\">Gambia</option>
<option value=\"GE\">Georgia</option>
<option value=\"DE\" {% if app.request.locale == 'de' %}selected{% endif %}>Germany</option>
<option value=\"GH\">Ghana</option>
<option value=\"GI\">Gibraltar</option>
<option value=\"GR\">Greece</option>
<option value=\"GL\">Greenland</option>
<option value=\"GD\">Grenada</option>
<option value=\"GP\">Guadeloupe</option>
<option value=\"GU\">Guam</option>
<option value=\"GT\">Guatemala</option>
<option value=\"GG\">Guernsey</option>
<option value=\"GN\">Guinea</option>
<option value=\"GW\">Guinea-Bissau</option>
<option value=\"GY\">Guyana</option>
<option value=\"HT\">Haiti</option>
<option value=\"HM\">Heard Island and McDonald Islands</option>
<option value=\"VA\">Holy See (Vatican City State)</option>
<option value=\"HN\">Honduras</option>
<option value=\"HK\">Hong Kong</option>
<option value=\"HU\">Hungary</option>
<option value=\"IS\">Iceland</option>
<option value=\"IN\">India</option>
<option value=\"ID\">Indonesia</option>
<option value=\"IR\">Iran, Islamic Republic of</option>
<option value=\"IQ\">Iraq</option>
<option value=\"IE\">Ireland</option>
<option value=\"IM\">Isle of Man</option>
<option value=\"IL\">Israel</option>
<option value=\"IT\">Italy</option>
<option value=\"JM\">Jamaica</option>
<option value=\"JP\">Japan</option>
<option value=\"JE\">Jersey</option>
<option value=\"JO\">Jordan</option>
<option value=\"KZ\">Kazakhstan</option>
<option value=\"KE\">Kenya</option>
<option value=\"KI\">Kiribati</option>
<option value=\"KP\">Korea, Democratic People's Republic of</option>
<option value=\"KR\">Korea, Republic of</option>
<option value=\"KW\">Kuwait</option>
<option value=\"KG\">Kyrgyzstan</option>
<option value=\"LA\">Lao People's Democratic Republic</option>
<option value=\"LV\">Latvia</option>
<option value=\"LB\">Lebanon</option>
<option value=\"LS\">Lesotho</option>
<option value=\"LR\">Liberia</option>
<option value=\"LY\">Libya</option>
<option value=\"LI\">Liechtenstein</option>
<option value=\"LT\">Lithuania</option>
<option value=\"LU\">Luxembourg</option>
<option value=\"MO\">Macao</option>
<option value=\"MK\">Macedonia, the former Yugoslav Republic of</option>
<option value=\"MG\">Madagascar</option>
<option value=\"MW\">Malawi</option>
<option value=\"MY\">Malaysia</option>
<option value=\"MV\">Maldives</option>
<option value=\"ML\">Mali</option>
<option value=\"MT\">Malta</option>
<option value=\"MH\">Marshall Islands</option>
<option value=\"MQ\">Martinique</option>
<option value=\"MR\">Mauritania</option>
<option value=\"MU\">Mauritius</option>
<option value=\"YT\">Mayotte</option>
<option value=\"MX\">Mexico</option>
<option value=\"FM\">Micronesia, Federated States of</option>
<option value=\"MD\">Moldova, Republic of</option>
<option value=\"MC\">Monaco</option>
<option value=\"MN\">Mongolia</option>
<option value=\"ME\">Montenegro</option>
<option value=\"MS\">Montserrat</option>
<option value=\"MA\">Morocco</option>
<option value=\"MZ\">Mozambique</option>
<option value=\"MM\">Myanmar</option>
<option value=\"NA\">Namibia</option>
<option value=\"NR\">Nauru</option>
<option value=\"NP\">Nepal</option>
<option value=\"NL\">Netherlands</option>
<option value=\"NC\">New Caledonia</option>
<option value=\"NZ\">New Zealand</option>
<option value=\"NI\">Nicaragua</option>
<option value=\"NE\">Niger</option>
<option value=\"NG\">Nigeria</option>
<option value=\"NU\">Niue</option>
<option value=\"NF\">Norfolk Island</option>
<option value=\"MP\">Northern Mariana Islands</option>
<option value=\"NO\">Norway</option>
<option value=\"OM\">Oman</option>
<option value=\"PK\">Pakistan</option>
<option value=\"PW\">Palau</option>
<option value=\"PS\">Palestinian Territory, Occupied</option>
<option value=\"PA\">Panama</option>
<option value=\"PG\">Papua New Guinea</option>
<option value=\"PY\">Paraguay</option>
<option value=\"PE\">Peru</option>
<option value=\"PH\">Philippines</option>
<option value=\"PN\">Pitcairn</option>
<option value=\"PL\">Poland</option>
<option value=\"PT\">Portugal</option>
<option value=\"PR\">Puerto Rico</option>
<option value=\"QA\">Qatar</option>
<option value=\"RE\">Réunion</option>
<option value=\"RO\">Romania</option>
<option value=\"RU\">Russian Federation</option>
<option value=\"RW\">Rwanda</option>
<option value=\"BL\">Saint Barthélemy</option>
<option value=\"SH\">Saint Helena, Ascension and Tristan da Cunha</option>
<option value=\"KN\">Saint Kitts and Nevis</option>
<option value=\"LC\">Saint Lucia</option>
<option value=\"MF\">Saint Martin (French part)</option>
<option value=\"PM\">Saint Pierre and Miquelon</option>
<option value=\"VC\">Saint Vincent and the Grenadines</option>
<option value=\"WS\">Samoa</option>
<option value=\"SM\">San Marino</option>
<option value=\"ST\">Sao Tome and Principe</option>
<option value=\"SA\">Saudi Arabia</option>
<option value=\"SN\">Senegal</option>
<option value=\"RS\">Serbia</option>
<option value=\"SC\">Seychelles</option>
<option value=\"SL\">Sierra Leone</option>
<option value=\"SG\">Singapore</option>
<option value=\"SX\">Sint Maarten (Dutch part)</option>
<option value=\"SK\">Slovakia</option>
<option value=\"SI\">Slovenia</option>
<option value=\"SB\">Solomon Islands</option>
<option value=\"SO\">Somalia</option>
<option value=\"ZA\">South Africa</option>
<option value=\"GS\">South Georgia and the South Sandwich Islands</option>
<option value=\"SS\">South Sudan</option>
<option value=\"ES\">Spain</option>
<option value=\"LK\">Sri Lanka</option>
<option value=\"SD\">Sudan</option>
<option value=\"SR\">Suriname</option>
<option value=\"SJ\">Svalbard and Jan Mayen</option>
<option value=\"SZ\">Swaziland</option>
<option value=\"SE\">Sweden</option>
<option value=\"CH\">Switzerland</option>
<option value=\"SY\">Syrian Arab Republic</option>
<option value=\"TW\">Taiwan, Province of China</option>
<option value=\"TJ\">Tajikistan</option>
<option value=\"TZ\">Tanzania, United Republic of</option>
<option value=\"TH\">Thailand</option>
<option value=\"TL\">Timor-Leste</option>
<option value=\"TG\">Togo</option>
<option value=\"TK\">Tokelau</option>
<option value=\"TO\">Tonga</option>
<option value=\"TT\">Trinidad and Tobago</option>
<option value=\"TN\">Tunisia</option>
<option value=\"TR\">Turkey</option>
<option value=\"TM\">Turkmenistan</option>
<option value=\"TC\">Turks and Caicos Islands</option>
<option value=\"TV\">Tuvalu</option>
<option value=\"UG\">Uganda</option>
<option value=\"UA\">Ukraine</option>
<option value=\"AE\">United Arab Emirates</option>
<option value=\"GB\">United Kingdom</option>
<option value=\"US\">United States</option>
<option value=\"UM\">United States Minor Outlying Islands</option>
<option value=\"UY\">Uruguay</option>
<option value=\"UZ\">Uzbekistan</option>
<option value=\"VU\">Vanuatu</option>
<option value=\"VE\">Venezuela, Bolivarian Republic of</option>
<option value=\"VN\">Viet Nam</option>
<option value=\"VG\">Virgin Islands, British</option>
<option value=\"VI\">Virgin Islands, U.S.</option>
<option value=\"WF\">Wallis and Futuna</option>
<option value=\"EH\">Western Sahara</option>
<option value=\"YE\">Yemen</option>
<option value=\"ZM\">Zambia</option>
<option value=\"ZW\">Zimbabwe</option>
</select>
<div class=\"form-message text-start\">
<label>{{ 'contact_message_full'|tr(tr)|raw }}</label>
<textarea placeholder=\"\" name=\"message\"></textarea>
</div>
</div>
<div class=\"col-md-12 d-flex flex-row-reverse gap-lg-3 gap-1 justify-content-center align-items-center text-center to-form-message hide form-signup\">
<div style=\"width: fit-content;\">
<input type=\"checkbox\" id=\"pmr\" class=\"apple-switch\" >
<label for=\"pmr\">{{ 'tunnel_section8_pmr'|tr(tr)|raw }}</label>
</div>
<div style=\"width: fit-content;\">
<svg width=\"18\" height=\"18\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_299_17)\">
<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.166 29.0859C17.4533 31.446 14.6825 32.9994 11.6048 32.9994C6.68162 32.9994 2.82505 28.9917 2.99674 24.0542C3.08527 21.5062 4.22124 19.2043 5.97276 17.5579C6.25989 17.2878 6.56497 17.0357 6.88381 16.8028C7.5508 16.3154 7.69736 15.3755 7.21102 14.7062C6.72529 14.0358 5.78851 13.8881 5.12213 14.3761C4.70518 14.6822 4.30559 15.0123 3.92873 15.3683C1.6161 17.5399 0.123604 20.5849 0.00695593 23.9492C-0.224546 30.6015 4.97198 36.0006 11.6048 36.0006C15.6635 36.0006 19.3245 33.9658 21.5839 30.8524C22.0684 30.1831 21.9218 29.2438 21.2549 28.7564C20.5861 28.2684 19.6505 28.4173 19.166 29.0865V29.0859Z\" fill=\"#931517\"/>
<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.34105 8.98544L13.5302 24.3765C13.7085 25.029 14.2989 25.4822 14.9737 25.4822H23.1223L28.6436 33.7834C28.8931 34.1573 29.2956 34.3998 29.7413 34.4436C30.187 34.4886 30.6284 34.3296 30.9455 34.0114L35.5617 29.3795C36.1468 28.7942 36.1468 27.8429 35.5617 27.2576C34.9785 26.6724 34.0304 26.6724 33.4471 27.2576L30.1194 30.5967L25.1663 23.1479C24.8881 22.7307 24.4216 22.4816 23.9221 22.4816H16.1138L14.476 16.4631H17.9634C18.7889 16.4631 19.4589 15.7909 19.4589 14.9625C19.4589 14.1342 18.7889 13.462 17.9634 13.462H13.6594L12.2369 8.24116C13.4375 7.43265 14.2277 6.05812 14.2277 4.50173C14.2283 2.01677 12.2184 0 9.74184 0C7.26531 0 5.25537 2.01677 5.25537 4.50173C5.25537 6.85043 7.05175 8.78137 9.34105 8.98544ZM9.74184 3.00115C10.5673 3.00115 11.2373 3.67341 11.2373 4.50173C11.2373 5.33004 10.5673 6.0023 9.74184 6.0023C8.91633 6.0023 8.24635 5.32884 8.24635 4.50173C8.24635 3.67461 8.91633 3.00115 9.74184 3.00115Z\" fill=\"#931517\"/>
</g>
<defs>
<clipPath id=\"clip0_299_17\">
<rect width=\"36\" height=\"36\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
</div>
{# <label for=\"pmr\" class=\"checkbox\"><input type=\"checkbox\" id=\"pmr\" />Une ou plusieurs personnes disposent d'un fauteuil roulant (PMR)</label> #}
</div>
<div class=\"col-md-12 form-cgu hide mt-3 text-center\">
<input type=\"checkbox\" id=\"agree\" class=\"apple-switch\" >
<label for=\"agree\">{{ 'signup_agree'|tr(tr)|raw }}</label>
</div>
<div class=\"col-md-12\">
<p class=\"text-red booking_message text-center mb-0 mt-3 p-0\"></p>
</div>
<button class=\"send hide\">{{ 'contact_envoyer'|tr(tr)|raw }}</button>
<button class=\"edit-booking hide\">{{ 'account_edit_btn'|tr(tr)|raw }}</button>
<input type=\"hidden\" id=\"form_mode\" value=\"\" />
<input type=\"hidden\" id=\"booking_id\" value=\"\" />
</form>
</div>
<div class=\"mt-5 row text-center gift-block\">
<div class=\"col-12 mt-4\">
<input type=\"checkbox\" id=\"gift\" class=\"apple-switch\" >
<label for=\"gift\">{{ 'tunnel_section8_gift'|tr(tr)|raw }}</label>
<div class=\"form-group gift mt-4\">
<label>{{ 'tunnel_section8_for'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" class=\"form-control\" name=\"gift-user\">
</div>
</div>
</div>
</div>
</div>
</section>
<div class=\"plan-salle\">
<div class=\"plan-salle-container\">
<img id=\"plan-salle1\" alt=\"plan-salle\" class=\"pls\" src=\"/front/img/plan-salle1.jpg?v=2\" />
<img id=\"plan-salle2\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle2.jpg?v=2\" />
<img id=\"plan-salle3\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle3.jpg?v=2\" />
<span class=\"plan-close\"><img alt=\"close\" src=\"/front/img/calendar-cross.svg\"></span>
<p class=\"text-xs text-center mb-0\">{{ 'tunnel_section6_plan2'|tr(tr)|raw }}</p>
</div>
</div>
{% include 'FrontBundle/Partial/resa.html.twig' %}
{% include 'FrontBundle/Partial/footer.html.twig' %}
{% endblock %}
{% block javascripts %}
<script src=\"/front/js/owl.carousel.min.js\"></script>
<script type=\"text/javascript\">
sended = false;
\$(document).ready(function() {
if( window.innerWidth <= 414 ){
\$('.majestic.show-first .m1 .content').css('min-height', '350px');
\$('.majestic.show-first .m2 .content').css('min-height', '350px');
\$('.majestic.show-first .m3 .content').css('min-height', '295px');
\$('.majestic.show-first .me .content').css('min-height', '295px');
\$('.b1 .content').css('min-height', '246px');
\$('.b2 .content').css('min-height', '246px');
\$('.versailles.show-first .m1 .content').css('min-height', '400px');
\$('.versailles.show-first .m2 .content').css('min-height', '400px');
\$('.versailles.show-first .m3 .content').css('min-height', '362px');
\$('.versailles.show-first .me .content').css('min-height', '362px');
\$('.majestic.show-second .m1 .content').css('min-height', '378px');
\$('.majestic.show-second .m2 .content').css('min-height', '378px');
\$('.majestic.show-second .m3 .content').css('min-height', '252px');
\$('.majestic.show-second .me .content').css('min-height', '252px');
\$('.b1 .content').css('min-height', '246px');
\$('.b2 .content').css('min-height', '246px');
\$('.versailles.show-second .m1 .content').css('min-height', '400px');
\$('.versailles.show-second .m2 .content').css('min-height', '400px');
\$('.versailles.show-second .m3 .content').css('min-height', '362px');
\$('.versailles.show-second .me .content').css('min-height', '362px');
}
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.form-cgu').addClass('hide');
{% endif %}
\$('#kt_login_signup').on('click', function (e) {
e.preventDefault();
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('#form_mode').val('register');
\$('.send').removeClass('hide');
\$('.form-cgu').removeClass('hide');
});
\$('.return-login').on('click', function (e) {
e.preventDefault();
\$('.form-login').removeClass('hide');
\$('.form-signup').addClass('hide');
\$('.form-cgu').addClass('hide');
});
\$('#kt_login_signin_submit').on('click', function (e) {
e.preventDefault();
var form = {
email: \$('input[name=\"login_username\"]').val(),
password: \$('input[name=\"login_password\"]').val(),
};
\$.post('/tunnel/credentials/check/{{app.request.locale}}', form, function( data ) {
console.log(data);
\$('.login_message').hide();
if(data.success == true){
\$('.form-signup input[name=\"lastname\"]').val(data.user.infos.lastname);
\$('.form-signup input[name=\"firstname\"]').val(data.user.infos.firstname);
\$('.form-signup input[name=\"company\"]').val(data.user.infos.company);
\$('.form-signup input[name=\"phone\"]').val(data.user.infos.phone);
\$('.form-signup input[name=\"email\"]').val(data.user.email);
\$('.form-signup input[name=\"email\"]').attr('disabled','disabled');
\$('.form-signup input[name=\"address\"]').val(data.user.infos.address);
\$('.form-signup input[name=\"zipcode\"]').val(data.user.infos.zipcode);
\$('.form-signup input[name=\"city\"]').val(data.user.infos.city);
if(data.user.country_code != ''){
\$('.form-signup [name=\"country_code\"]').val(data.user.infos.country_code);
\$('.form-signup [name=\"country\"]').val(data.user.infos.country_code);
}
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.login-link').addClass('hide');
\$('.form-cgu').addClass('hide');
} else {
\$('.login_message').show();
\$('.login_message').text(data.error);
}
}, \"json\");
});
\$('.send').on('click', function (e) {
e.preventDefault();
var infos = {
form_mode: \$('#form_mode').val(),
lastname: \$('#form-booking input[name=\"lastname\"]').val(),
firstname: \$('#form-booking input[name=\"firstname\"]').val(),
company: \$('#form-booking input[name=\"company\"]').val(),
phone: \$('#form-booking input[name=\"phone\"]').val(),
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
confirm: \$('#form-booking input[name=\"confirm\"]').val(),
address: \$('#form-booking input[name=\"address\"]').val(),
zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
city: \$('#form-booking input[name=\"city\"]').val(),
country: \$('#form-booking select[name=\"country\"] option:selected').text(),
country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
message: \$('#form-booking textarea[name=\"message\"]').val(),
pmr: \$('#pmr').prop('checked'),
gift: \$('#gift').prop('checked'),
agree: \$('#agree').prop('checked'),
gift_user: \$('input[name=\"gift-user\"]').val(),
};
var form = {
palace_resa: palace_resa,
infos: infos,
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
};
if(sended == false){
\$.post('/tunnel/booking/send/{{app.request.locale}}', form, function( data ) {
sended = false;
console.log(form);
console.log(data);
\$('.booking_message').hide();
if(data.success == true){
\$('.send').remove();
\$('.gift-block').hide();
\$('.bar-menu').hide();
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
<h6 class=\"mt-5 mb-5\">Nos équipes vérifient la disponibilité des prestations souhaitées et reviendrons vers vous par email sous 24 heures (hors dimanches et jours fériés). Un lien de paiement vous sera envoyé par mail et sera également disponible dans votre espace \"Mon Compte\".</h6>\\
<a href=\"{{ path(\"framework_front_account_histo\", {\"locale\":app.request.locale}) }}\" class=\"btn-primary btn-sm text active\">Suivi de la réservation <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
if( \$('html').attr('lang') == 'de' ){
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
<h6 class=\"mt-5 mb-5\">Unsere Teams überprüfen die Verfügbarkeit der gewünschten Leistungen und melden sich innerhalb von 24 Stunden (außer an Sonn- und Feiertagen) per E-Mail bei Ihnen zurück. Ein Zahlungslink wird Ihnen per E-Mail zugeschickt und ist auch in Ihrem Bereich \"Mein Konto\" verfügbar.</h6>\\
<a href=\"{{ path(\"framework_front_account_histo\", {\"locale\":app.request.locale}) }}\" class=\"btn-primary btn-sm text active\">Verfolgung der Buchung <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
}
if( \$('html').attr('lang') == 'en' ){
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
<h6 class=\"mt-5 mb-5\">Our teams will check the availability of the services you require and get back to you by email within 24 hours (excluding Sundays and public holidays). A payment link will be sent to you by e-mail and will also be available in your \"My Account\" area.</h6>\\
<a href=\"{{ path(\"framework_front_account_histo\", {\"locale\":app.request.locale}) }}\" class=\"btn-primary btn-sm text active\">Reservation tracking <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
}
\$('#form-booking').html(confirm_message);
//EFFACER LA RESA
localStorage.setItem(\"palace_resa\", null);
} else {
\$('.booking_message').show();
\$('.booking_message').text(data.error);
}
}, \"json\");
sended = true;
}
});
\$('.edit-booking').on('click', function (e) {
e.preventDefault();
var infos = {
form_mode: \$('#form_mode').val(),
lastname: \$('#form-booking input[name=\"lastname\"]').val(),
firstname: \$('#form-booking input[name=\"firstname\"]').val(),
company: \$('#form-booking input[name=\"company\"]').val(),
phone: \$('#form-booking input[name=\"phone\"]').val(),
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
confirm: \$('#form-booking input[name=\"confirm\"]').val(),
address: \$('#form-booking input[name=\"address\"]').val(),
zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
city: \$('#form-booking input[name=\"city\"]').val(),
country: \$('#form-booking select[name=\"country\"] option:selected').text(),
country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
message: \$('#form-booking textarea[name=\"message\"]').val(),
pmr: \$('#pmr').prop('checked'),
gift: \$('#gift').prop('checked'),
agree: \$('#agree').prop('checked'),
gift_user: \$('input[name=\"gift-user\"]').val(),
};
var form = {
booking_id: \$('#booking_id').val(),
palace_resa: palace_resa,
infos: infos,
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
};
if(sended == false){
\$.post('/tunnel/booking/resend/{{app.request.locale}}', form, function( data ) {
sended = false;
console.log(form);
console.log(data);
\$('.booking_message').hide();
if(data.success == true){
\$('.send').remove();
\$('.edit-booking').remove();
\$('.gift-block').hide();
\$('.bar-menu').hide();
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
<h6 class=\"mt-5 mb-5\">Nos équipes vérifient la disponibilité des prestations souhaitées et reviendrons vers vous par email sous 24 heures (hors dimanches et jours fériés). Un lien de paiement vous sera envoyé par mail et sera également disponible dans votre espace \"Mon Compte\".</h6>\\
<a href=\"{{ path(\"framework_front_account_histo\", {\"locale\":app.request.locale}) }}\" class=\"btn-primary btn-sm text active\">Suivi de la réservation <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
if( \$('html').attr('lang') == 'de' ){
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
<h6 class=\"mt-5 mb-5\">Unsere Teams überprüfen die Verfügbarkeit der gewünschten Leistungen und melden sich innerhalb von 24 Stunden (außer an Sonn- und Feiertagen) per E-Mail bei Ihnen zurück. Ein Zahlungslink wird Ihnen per E-Mail zugeschickt und ist auch in Ihrem Bereich \"Mein Konto\" verfügbar.</h6>\\
<a href=\"{{ path(\"framework_front_account_histo\", {\"locale\":app.request.locale}) }}\" class=\"btn-primary btn-sm text active\">Verfolgung der Buchung <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
}
if( \$('html').attr('lang') == 'en' ){
var confirm_message = '<div class=\"text-center pt-3\">\\
<h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
<h6 class=\"mt-5 mb-5\">Our teams will check the availability of the services you require and get back to you by email within 24 hours (excluding Sundays and public holidays). A payment link will be sent to you by e-mail and will also be available in your \"My Account\" area.</h6>\\
<a href=\"{{ path(\"framework_front_account_histo\", {\"locale\":app.request.locale}) }}\" class=\"btn-primary btn-sm text active\">Reservation tracking <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
</div>\\
';
}
\$('#form-booking').html(confirm_message);
//EFFACER LA RESA
localStorage.setItem(\"palace_resa\", null);
} else {
\$('.booking_message').show();
\$('.booking_message').text(data.error);
}
}, \"json\");
sended = true;
}
});
/* RESPONSIVE */
if( \$( window ).width() <= 1440 ){
\$('.espace-content.third .col-md-8').addClass('col-md-7');
\$('.espace-content.third .col-md-8').removeClass('col-md-8');
}
});
</script>
<script type=\"text/javascript\">
\$(document).ready(function() {
// {% if places.isIsMajesicFull %}
// setTimeout(() => {
// if( !\$('[data-resto=\"versailles\"]').hasClass('active') ){
// \$('[data-resto=\"versailles\"]').click();
// }
// }, 3000);
// {% endif %}
// {% if places.isIsVersaillesFull %}
// setTimeout(() => {
// if( !\$('[data-resto=\"majestic\"]').hasClass('active') ){
// \$('[data-resto=\"majestic\"]').click();
// }
// }, 3000);
// {% endif %}
{% if places.isIsPlaceNormal %}
setTimeout(() => {
if( \$('#section6 .pn .sel').hasClass('active') ){
\$('#section6 .ph .sel').click();
}
}, 3000);
{% endif %}
{% if places.isIsPlaceHonneur %}
setTimeout(() => {
if( \$('#section6 .ph .sel').hasClass('active') ){
\$('#section6 .pn .sel').click();
}
}, 3000);
{% endif %}
{% if places.isIsPlaceVip %}
setTimeout(() => {
if( \$('#section6 .vip .sel').hasClass('active') ){
\$('#section6 .ph .sel').click();
\$('#section6 .pn .sel').click();
}
}, 3000);
{% endif %}
{% if places.isIsMiniSuiteFull %}
setTimeout(() => {
if( parseInt(\$('#section7 .nbr').text()) > 0 ){
\$('.step2[data-ref=\"ms\"] a').click();
\$('.bar-menu li[data-step=\"1\"] a').click();
}
}, 3000);
{% endif %}
});
</script>
{% endblock %}
", "FrontBundle/Page/reservation-tunnel.html.twig", "/home/clients/3cdd021c67ffcc8186b679e7845b2138/sites/api-royal-palace.dix-demo.fr/13_06_24/templates/FrontBundle/Page/reservation-tunnel.html.twig");
}
}