var/cache/dev/twig/32/32384c8f304484debcdbe9a15e25d293bc0b22badaad60da3b2497ff9f6d04de.php line 43

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* FrontBundle/Page/reservation-tunnel.html.twig */
  14. class __TwigTemplate_854a4df90df5b8732645d589770e3d3224b199d35c2ef927f53272ab6013aeaf extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'description' => [$this'block_description'],
  25.             'extra_class' => [$this'block_extra_class'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'body' => [$this'block_body'],
  28.             'javascripts' => [$this'block_javascripts'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "FrontBundle/layout.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""FrontBundle/Page/reservation-tunnel.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""FrontBundle/Page/reservation-tunnel.html.twig"));
  43.         $this->parent $this->loadTemplate("FrontBundle/layout.html.twig""FrontBundle/Page/reservation-tunnel.html.twig"1);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 3
  51.     public function block_title($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  58.         echo twig_escape_filter($this->env, (isset($context["app_sitename"]) || array_key_exists("app_sitename"$context) ? $context["app_sitename"] : (function () { throw new RuntimeError('Variable "app_sitename" does not exist.'3$this->source); })()), "html"nulltrue);
  59.         echo " - ";
  60.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'3$this->source); })()), "metaTitle", [], "any"falsefalsefalse3), "html"nulltrue);
  61.         
  62.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  63.         
  64.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  65.     }
  66.     // line 4
  67.     public function block_description($context, array $blocks = [])
  68.     {
  69.         $macros $this->macros;
  70.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  71.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  72.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  74.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'4$this->source); })()), "metaDescription", [], "any"falsefalsefalse4), "html"nulltrue);
  75.         
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  77.         
  78.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  79.     }
  80.     // line 8
  81.     public function block_extra_class($context, array $blocks = [])
  82.     {
  83.         $macros $this->macros;
  84.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extra_class"));
  86.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  87.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extra_class"));
  88.         echo "stack fixed visible";
  89.         
  90.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  91.         
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  93.     }
  94.     // line 10
  95.     public function block_stylesheets($context, array $blocks = [])
  96.     {
  97.         $macros $this->macros;
  98.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  99.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  100.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  101.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  102.         // line 11
  103.         echo "  <link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
  104.   <link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
  105.   <style>
  106.     .resto_full {
  107.       filter: grayscale(100%);
  108.       pointer-events: none !important;
  109.     }
  110.     .resto_full_banner {
  111.       position: absolute;
  112.       width: 80%;
  113.       background-color: rgba(255,255,255,0.08);
  114.       backdrop-filter: blur(15px);
  115.       -webkit-backdrop-filter: blur(15px);
  116.       border-radius: 15px;
  117.       height: 40px;
  118.       line-height: 40px;
  119.       text-align: center;
  120.       top: calc(50% - 20px);
  121.       left: calc(50% - 40%);
  122.       font-weight: 400;
  123.       font-size: 20px;
  124.       pointer-events: none !important;
  125.     }
  126.     .page_reservation-tunnel .resto .resto_full .cover:hover {
  127.       scale: 1;
  128.     }
  129.     .place_full {
  130.       filter: grayscale(100%);
  131.       pointer-events: none !important;
  132.     }
  133.     .place_full .sel {
  134.       visibility: hidden;
  135.     }
  136.     .ms_full {
  137.       filter: grayscale(100%);
  138.       pointer-events: none !important;
  139.     }
  140.     .ms_full .qty {
  141.       visibility: hidden;
  142.     }
  143.     .form-signup a.fw-semibold{
  144.       transition: transform ease-in 2s;
  145.     }
  146.     .form-signup a.fw-semibold:hover{
  147.       background: #9e1212;
  148.       color: #ffffff !important;
  149.     }
  150.     .menu.ss .boisson {
  151.       color: var(--red) !important;
  152.     }
  153.     .menu.ss .gold .boisson {
  154.       color: var(--gold) !important;
  155.     }
  156.   </style>
  157. ";
  158.         
  159.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  160.         
  161.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  162.     }
  163.     // line 78
  164.     public function block_body($context, array $blocks = [])
  165.     {
  166.         $macros $this->macros;
  167.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  168.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  169.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  170.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  171.         // line 79
  172.         echo "
  173.     ";
  174.         // line 81
  175.         $this->loadTemplate("FrontBundle/Partial/loader.html.twig""FrontBundle/Page/reservation-tunnel.html.twig"81)->display($context);
  176.         // line 82
  177.         echo "
  178.     <div class=\"tunnel-bg\"></div>
  179. ";
  180.         // line 85
  181.         echo "    <section class=\"espace-content third mt-5 pt-5\">
  182.       <div class=\"row mt-5\">
  183.         <div class=\"col-md-12 relative tpmen\">    
  184.           <h1 id=\"\" class=\"no-bar\">";
  185.         // line 88
  186.         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); })())));
  187.         echo "<span class=\"full-bar black thin\"></span></h1>
  188.           <ul class=\"bar-menu\">
  189.             <li class=\"active visited\" data-step=\"1\"><a href=\"#\">";
  190.         // line 90
  191.         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); })())));
  192.         echo "</a></li>
  193.             <li data-step=\"2\"><a href=\"#\">";
  194.         // line 91
  195.         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); })())));
  196.         echo "</a></li>
  197.             <li data-step=\"3\"><a href=\"#\">";
  198.         // line 92
  199.         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); })())));
  200.         echo "</a></li>
  201.             <li data-step=\"4\"><a href=\"#\">";
  202.         // line 93
  203.         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); })())));
  204.         echo "</a></li>
  205.             <li data-step=\"5\" style=\"display: none;\"><a href=\"#\">";
  206.         // line 94
  207.         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); })())));
  208.         echo "</a></li>
  209.           </ul>
  210.         </div>
  211.       </div>
  212.     </section>
  213.     <section id=\"section1\" class=\"espace-content third thin mt-5 pt-4\">
  214.       <div class=\"row\" style=\"display:none;\">
  215.         <div class=\"col-md-8 relative group\">   
  216.           <div>";
  217.         // line 104
  218.         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); })())));
  219.         echo "<span class=\"text-red error\">*</span><span class=\"sidetitle error\">";
  220.         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); })()));
  221.         echo "</span></div>
  222.           <span class=\"subtitle\">";
  223.         // line 105
  224.         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); })()));
  225.         echo "</span>
  226.           <div class=\"mt-3\">
  227.             <a href=\"#\" class=\"btn-primary btn-sm\" data-group=\"individuel\">";
  228.         // line 108
  229.         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); })()));
  230.         echo "</a>
  231.             <a href=\"#\" class=\"btn-primary btn-sm m-4\" data-group=\"groupe\">";
  232.         // line 109
  233.         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); })()));
  234.         echo "</a>
  235.           </div>
  236.         </div>
  237.       </div>
  238.       <div class=\"row\">
  239.         <div class=\"col-md-8 relative number mb-5\">   
  240.           <h2>";
  241.         // line 115
  242.         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); })())));
  243.         echo "<span class=\"text-red error\">*</span><span class=\"sidetitle error\">";
  244.         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); })()));
  245.         echo "</span></h2>
  246.           <span class=\"subtitle\">";
  247.         // line 116
  248.         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); })()));
  249.         echo "</span>
  250.           <div class=\"mt-3\">
  251.             <a href=\"#\" class=\"number-minus\">-</a>
  252.             <input type=\"text\" class=\"number-val\" value=\"1\" />
  253.             <a href=\"#\" class=\"number-plus\">+</a>
  254.           </div>
  255.         </div>
  256.       </div>
  257.       <div class=\"row mt-3\">
  258.         <div class=\"col-md-8 relative formula\">   
  259.           <h2>";
  260.         // line 128
  261.         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); })())));
  262.         echo "<span class=\"text-red error\">*</span><span class=\"sidetitle error\">";
  263.         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); })()));
  264.         echo "</span></h2>
  265.           <div class=\"mt-3 row\">
  266.             <div class=\"col-12\">
  267.               <a href=\"#\" class=\"btn-primary btn-sm text-center\" data-formula=\"avecrepas\">";
  268.         // line 132
  269.         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); })()));
  270.         echo " <span class=\"heart\"></span> <label class=\"best-formula\">";
  271.         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); })()));
  272.         echo "</label></a>
  273.               <a href=\"#\" class=\"btn-primary btn-sm m-4\" data-formula=\"sansrepas\">";
  274.         // line 133
  275.         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); })()));
  276.         echo "</a>
  277.             </div>
  278.           </div>
  279.           <p class=\"p-0 mt-4 ms-2 parfum hide\">";
  280.         // line 137
  281.         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"nulltrue);
  282.         echo ".</p>
  283.         </div>
  284.       </div>
  285.     </section>
  286.     <section id=\"section2\" class=\"espace-content third thin mt-5 pt-4 hide\">
  287.       <div class=\"row\">
  288.         <div class=\"col-md-8 relative\">   
  289.           <h2>";
  290.         // line 147
  291.         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); })())));
  292.         echo "<span class=\"text-red error\">*</span><span class=\"sidetitle error\">";
  293.         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); })()));
  294.         echo "</span></h2>
  295.           <span class=\"subtitle\">";
  296.         // line 148
  297.         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); })()));
  298.         echo "</span>
  299.           <div class=\"mt-3 row resto\">
  300.             <div class=\"col-md-6 ";
  301.         // line 151
  302.         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"falsefalsefalse151)) ? ("resto_full") : (""));
  303.         echo "\" data-resto=\"majestic\">
  304.               <a href=\"#\" class=\"cover\" style=\"background-image: url('/front/img/resa_majestic.jpg');\">
  305.                 <span>LE MAJESTIC</span>
  306.                 ";
  307.         // line 154
  308.         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"falsefalsefalse154)) {
  309.             // line 155
  310.             echo "                <div class=\"resto_full_banner\">";
  311.             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); })())));
  312.             echo "</div>
  313.                 ";
  314.         }
  315.         // line 157
  316.         echo "              </a>
  317.               <p class=\"desc\">";
  318.         // line 158
  319.         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); })()));
  320.         echo "</p>
  321.               <a href=\"#\" class=\"arrow majestic-arrow\" data-resto=\"majestic\"><img src=\"/front/img/resa_resto_arrow.svg\" alt=\"next\"></a>
  322.             </div>
  323.             <div class=\"col-md-6 ";
  324.         // line 161
  325.         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"falsefalsefalse161)) ? ("resto_full") : (""));
  326.         echo "\" data-resto=\"versailles\">
  327.               <a href=\"#\" class=\"cover\" style=\"background-image: url('/front/img/resa_versailles.jpg');\">
  328.                 <span class=\"gold\">LE VERSAILLES</span>
  329.                 ";
  330.         // line 164
  331.         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"falsefalsefalse164)) {
  332.             // line 165
  333.             echo "                <div class=\"resto_full_banner\">";
  334.             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); })())));
  335.             echo "</div>
  336.                 ";
  337.         }
  338.         // line 167
  339.         echo "              </a>
  340.               <p class=\"desc\">";
  341.         // line 168
  342.         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); })()));
  343.         echo "</p>
  344.               <a href=\"#\" class=\"arrow versailles-arrow\" data-resto=\"versailles\"><img src=\"/front/img/resa_resto_arrow.svg\" alt=\"next\"></a>
  345.             </div>
  346.             
  347.           </div>
  348.           <div class=\"mt-5 mb-5 row menu majestic hide ss\">
  349.             <div class=\"col-md-6 offset-md-3 col mss\">
  350.               <label class=\"title\">";
  351.         // line 177
  352.         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); })())));
  353.         echo "</label>
  354.               <div class=\"content pb-0\" style=\"min-height: 471px;\">
  355.                 ";
  356.         // line 179
  357.         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); })()));
  358.         echo "
  359.               </div>
  360.               <span class=\"price\" style=\"border-top: 0px;\"></span>
  361.             </div>
  362.           </div>
  363.           ";
  364.         // line 190
  365.         echo "          <div class=\"mt-5 row menu majestic hide show-first\">
  366.             <div class=\"col-md-3 col m1\">
  367.               <label class=\"title\">";
  368.         // line 193
  369.         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); })())));
  370.         echo " PLAISIR</label>
  371.               <div class=\"content\" style=\"min-height: 629px;\">
  372.                 ";
  373.         // line 196
  374.         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); })()));
  375.         echo "
  376.               </div>
  377.               <span class=\"price\"><i>0</i>,00€</span>
  378.               <div class=\"qty\" data-ref=\"mj-m1\">
  379.                 <span>";
  380.         // line 201
  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.'201$this->source); })()));
  382.         echo "  :</span>
  383.                 <div class=\"controls\">
  384.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  385.                   <span class=\"nbr\">0</span>
  386.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  387.                 </div>
  388.               </div>
  389.             </div>
  390.             <div class=\"col-md-3 col m2\">
  391.               <label class=\"title\">";
  392.         // line 211
  393.         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); })())));
  394.         echo " FESTIVAL</label>
  395.               <div class=\"content\" style=\"min-height: 629px;\">
  396.                 ";
  397.         // line 214
  398.         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); })()));
  399.         echo "
  400.               </div>
  401.               <span class=\"price\"><i>0</i>,00€</span>
  402.               <div class=\"qty\" data-ref=\"mj-m2\">
  403.                 <span>";
  404.         // line 219
  405.         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); })()));
  406.         echo "  :</span>
  407.                 <div class=\"controls\">
  408.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  409.                   <span class=\"nbr\">0</span>
  410.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  411.                 </div>
  412.               </div>
  413.             </div>
  414. ";
  415.         // line 251
  416.         echo "
  417.             <div class=\"col-md-3 col m3\">
  418.               <label class=\"title\">";
  419.         // line 255
  420.         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); })())));
  421.         echo "</label>
  422.               <div class=\"content\" style=\"min-height: 471px;\">
  423.                 <div class=\"selector hide\">
  424.                   <input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
  425.                   <label for=\"mj-m4\">";
  426.         // line 261
  427.         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); })())));
  428.         echo "</label>
  429.                 </div>
  430.                 ";
  431.         // line 264
  432.         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); })()));
  433.         echo "
  434.               </div>
  435.               <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>
  436.               <div class=\"qty\" data-ref=\"mj-m3\" style=\"bottom: 100px;\">
  437.                 <span class=\"intermenu\">";
  438.         // line 269
  439.         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); })()));
  440.         echo "</span>
  441.                 <span>";
  442.         // line 270
  443.         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); })()));
  444.         echo " :</span>
  445.                 <div class=\"controls\">
  446.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  447.                   <span class=\"nbr\">0</span>
  448.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  449.                 </div>
  450.               </div>
  451.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  452.               <div class=\"qty\" data-ref=\"mj-m4\">
  453.                 <span class=\"intermenu\">";
  454.         // line 279
  455.         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); })()));
  456.         echo "</span>
  457.                 <span>";
  458.         // line 280
  459.         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); })()));
  460.         echo " :</span>
  461.                 <div class=\"controls\">
  462.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  463.                   <span class=\"nbr\">0</span>
  464.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  465.                 </div>
  466.               </div>
  467.             </div>
  468.             <div class=\"col-md-3 col me\">
  469.               <label class=\"title\">";
  470.         // line 292
  471.         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); })())));
  472.         echo "</label>
  473.               <div class=\"content\" style=\"min-height: 629px;\">
  474.                 ";
  475.         // line 295
  476.         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); })()));
  477.         echo "
  478.               </div>
  479.               <span class=\"price\"><i>0</i>,00€</span>
  480.               <div class=\"qty\" data-ref=\"mj-me\">
  481.                 <span>";
  482.         // line 300
  483.         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); })()));
  484.         echo " :</span>
  485.                 <div class=\"controls\">
  486.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  487.                   <span class=\"nbr\">0</span>
  488.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  489.                 </div>
  490.               </div>
  491.             </div>
  492.             <div class=\"col-md-12\">
  493.               <p class=\"notice hide\">";
  494.         // line 310
  495.         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); })()));
  496.         echo "</p>
  497.             </div>
  498.           </div>
  499.           ";
  500.         // line 314
  501.         echo "
  502.           ";
  503.         // line 316
  504.         echo "          <div class=\"mt-5 row menu majestic hide show-second\">
  505.             <div class=\"col-md-3 col m1\">
  506.               <label class=\"title\">";
  507.         // line 319
  508.         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); })())));
  509.         echo " PLAISIR</label>
  510.               <div class=\"content\" style=\"min-height: 629px;\">
  511.                 ";
  512.         // line 322
  513.         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); })()));
  514.         echo "
  515.               
  516.               </div>
  517.               <span class=\"price\"><i>0</i>,00€</span>
  518.               <div class=\"qty\" data-ref=\"mj-m1\">
  519.                 <span>";
  520.         // line 327
  521.         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); })()));
  522.         echo " :</span>
  523.                 <div class=\"controls\">
  524.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  525.                   <span class=\"nbr\">0</span>
  526.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  527.                 </div>
  528.               </div>
  529.             </div>
  530.             <div class=\"col-md-3 col m2\">
  531.               <label class=\"title\">";
  532.         // line 337
  533.         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); })())));
  534.         echo " FESTIVAL</label>
  535.               <div class=\"content\" style=\"min-height: 629px;\">
  536.                 ";
  537.         // line 340
  538.         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); })()));
  539.         echo "
  540.               </div>
  541.               <span class=\"price\"><i>0</i>,00€</span>
  542.               <div class=\"qty\" data-ref=\"mj-m2\">
  543.                 <span>";
  544.         // line 345
  545.         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); })()));
  546.         echo " :</span>
  547.                 <div class=\"controls\">
  548.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  549.                   <span class=\"nbr\">0</span>
  550.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  551.                 </div>
  552.               </div>
  553.             </div>
  554.             <div class=\"col-md-3 col m3\">
  555.               <label class=\"title\">";
  556.         // line 356
  557.         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); })())));
  558.         echo "</label>
  559.               <div class=\"content\" style=\"min-height: 471px;\">
  560.                 <div class=\"selector hide\">
  561.                   <input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
  562.                   <label for=\"mj-m4\">";
  563.         // line 362
  564.         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); })())));
  565.         echo "</label>
  566.                 </div>
  567.                 
  568.                 ";
  569.         // line 365
  570.         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); })()));
  571.         echo "
  572.               </div>
  573.               <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>
  574.               <div class=\"qty\" data-ref=\"mj-m3\" style=\"bottom: 100px;\">
  575.                 <span class=\"intermenu\">";
  576.         // line 370
  577.         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); })()));
  578.         echo "</span>
  579.                 <span>";
  580.         // line 371
  581.         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); })()));
  582.         echo " :</span>
  583.                 <div class=\"controls\">
  584.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  585.                   <span class=\"nbr\">0</span>
  586.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  587.                 </div>
  588.               </div>
  589.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  590.               <div class=\"qty\" data-ref=\"mj-m4\">
  591.                 <span class=\"intermenu\">";
  592.         // line 380
  593.         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); })()));
  594.         echo "</span>
  595.                 <span>";
  596.         // line 381
  597.         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); })()));
  598.         echo " :</span>
  599.                 <div class=\"controls\">
  600.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  601.                   <span class=\"nbr\">0</span>
  602.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  603.                 </div>
  604.               </div>
  605.             </div>
  606.             <div class=\"col-md-3 col me\">
  607.               <label class=\"title\">";
  608.         // line 392
  609.         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); })())));
  610.         echo "</label>
  611.               <div class=\"content\" style=\"min-height: 629px;\">
  612.                 
  613.                 ";
  614.         // line 395
  615.         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); })()));
  616.         echo "
  617.               </div>
  618.               <span class=\"price\"><i>0</i>,00€</span>
  619.               <div class=\"qty\" data-ref=\"mj-me\">
  620.                 <span>";
  621.         // line 400
  622.         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); })()));
  623.         echo " :</span>
  624.                 <div class=\"controls\">
  625.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  626.                   <span class=\"nbr\">0</span>
  627.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  628.                 </div>
  629.               </div>
  630.             </div>
  631.             <div class=\"col-md-12\">
  632.               <p class=\"notice hide\">";
  633.         // line 410
  634.         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); })()));
  635.         echo "</p>
  636.             </div>
  637.           </div>
  638.           ";
  639.         // line 414
  640.         echo "
  641.           ";
  642.         // line 417
  643.         echo "          <div class=\"mt-5 row menu versailles hide show-first\">
  644.             <div class=\"col-md-3 col gold m1\">
  645.               <label class=\"title\">";
  646.         // line 420
  647.         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); })())));
  648.         echo " Élégance</label>
  649.               <div class=\"content\" style=\"min-height: 748px;\">
  650.                 ";
  651.         // line 423
  652.         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); })()));
  653.         echo "
  654.               </div>
  655.               <span class=\"price\"><i>0</i>,00€</span>
  656.               <div class=\"qty\" data-ref=\"ve-m1\">
  657.                 <span>";
  658.         // line 428
  659.         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); })()));
  660.         echo " :</span>
  661.                 <div class=\"controls\">
  662.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  663.                   <span class=\"nbr\">0</span>
  664.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  665.                 </div>
  666.               </div>
  667.             </div>
  668.             <div class=\"col-md-3 col gold m2\">
  669.               <label class=\"title\">";
  670.         // line 438
  671.         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); })())));
  672.         echo " ROYAL</label>
  673.               <div class=\"content\" style=\"min-height: 748px;\">
  674.                 ";
  675.         // line 441
  676.         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); })()));
  677.         echo "
  678.               </div>
  679.               <span class=\"price\"><i>0</i>,00€</span>
  680.               <div class=\"qty\" data-ref=\"ve-m2\">
  681.                 <span>";
  682.         // line 446
  683.         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); })()));
  684.         echo " :</span>
  685.                 <div class=\"controls\">
  686.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  687.                   <span class=\"nbr\">0</span>
  688.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  689.                 </div>
  690.               </div>
  691.             </div>
  692. ";
  693.         // line 478
  694.         echo "
  695.             <div class=\"col-md-3 col gold m3\">
  696.               <label class=\"title\">";
  697.         // line 480
  698.         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); })())));
  699.         echo "</label>
  700.               <div class=\"content\" style=\"min-height: 589px;\">
  701.                 <div class=\"selector hide\">
  702.                   <input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
  703.                   <label for=\"ve-m4\">";
  704.         // line 485
  705.         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); })()));
  706.         echo "</label>
  707.                 </div>
  708.                 ";
  709.         // line 489
  710.         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); })()));
  711.         echo "
  712.               </div>
  713.               <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>
  714.               <div class=\"qty\" data-ref=\"ve-m3\" style=\"bottom: 100px;\">
  715.                 <span class=\"intermenu\">";
  716.         // line 494
  717.         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); })()));
  718.         echo "</span>
  719.                 <span>";
  720.         // line 495
  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.'495$this->source); })()));
  722.         echo " :</span>
  723.                 <div class=\"controls\">
  724.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  725.                   <span class=\"nbr\">0</span>
  726.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  727.                 </div>
  728.               </div>
  729.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  730.               <div class=\"qty\" data-ref=\"ve-m4\">
  731.                 <span class=\"intermenu\">";
  732.         // line 504
  733.         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); })()));
  734.         echo "</span>
  735.                 <span>";
  736.         // line 505
  737.         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); })()));
  738.         echo " :</span>
  739.                 <div class=\"controls\">
  740.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  741.                   <span class=\"nbr\">0</span>
  742.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  743.                 </div>
  744.               </div>
  745.             </div>
  746.             <div class=\"col-md-3 col gold me\">
  747.               <label class=\"title\">";
  748.         // line 516
  749.         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); })())));
  750.         echo "</label>
  751.               <div class=\"content\" style=\"min-height: 748px;\">
  752.                 
  753.                 ";
  754.         // line 519
  755.         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); })()));
  756.         echo "
  757.               </div>
  758.               <span class=\"price\"><i>0</i>,00€</span>
  759.               <div class=\"qty\" data-ref=\"ve-me\">
  760.                 <span>";
  761.         // line 524
  762.         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); })()));
  763.         echo " :</span>
  764.                 <div class=\"controls\">
  765.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  766.                   <span class=\"nbr\">0</span>
  767.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  768.                 </div>
  769.               </div>
  770.             </div>
  771.             <div class=\"col-md-12\">
  772.               <p class=\"notice hide\">";
  773.         // line 534
  774.         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); })()));
  775.         echo "</p>
  776.             </div>
  777.           </div>
  778.           ";
  779.         // line 538
  780.         echo "
  781.           ";
  782.         // line 543
  783.         echo "          <div class=\"mt-5 row menu versailles hide show-second\">
  784.             <div class=\"col-md-3 col gold m1\">
  785.               <label class=\"title\">";
  786.         // line 546
  787.         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); })())));
  788.         echo " Élégance</label>
  789.               <div class=\"content\" style=\"min-height: 748px;\">
  790.                 ";
  791.         // line 549
  792.         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); })()));
  793.         echo "
  794.               </div>
  795.               <span class=\"price\"><i>0</i>,00€</span>
  796.               <div class=\"qty\" data-ref=\"ve-m1\">
  797.                 <span>";
  798.         // line 554
  799.         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); })()));
  800.         echo " :</span>
  801.                 <div class=\"controls\">
  802.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  803.                   <span class=\"nbr\">0</span>
  804.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  805.                 </div>
  806.               </div>
  807.             </div>
  808.             <div class=\"col-md-3 col gold m2\">
  809.               <label class=\"title\">";
  810.         // line 564
  811.         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); })())));
  812.         echo " ROYAL</label>
  813.               <div class=\"content\" style=\"min-height: 748px;\">
  814.                 ";
  815.         // line 567
  816.         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); })()));
  817.         echo "
  818.               </div>
  819.               <span class=\"price\"><i>0</i>,00€</span>
  820.               <div class=\"qty\" data-ref=\"ve-m2\">
  821.                 <span>";
  822.         // line 572
  823.         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); })()));
  824.         echo " :</span>
  825.                 <div class=\"controls\">
  826.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  827.                   <span class=\"nbr\">0</span>
  828.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  829.                 </div>
  830.               </div>
  831.             </div>
  832.             <div class=\"col-md-3 col gold m3\">
  833.               <label class=\"title\">";
  834.         // line 583
  835.         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); })())));
  836.         echo "</label>
  837.               <div class=\"content\" style=\"min-height: 589px;\">
  838.               <div class=\"selector hide\">
  839.                 <input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
  840.                 <label for=\"ve-m4\">";
  841.         // line 588
  842.         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); })()));
  843.         echo "</label>
  844.               </div>
  845.                 ";
  846.         // line 592
  847.         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); })()));
  848.         echo "
  849.               </div>
  850.               <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>
  851.               <div class=\"qty\" data-ref=\"ve-m3\" style=\"bottom: 100px;\">
  852.                 <span class=\"intermenu\">";
  853.         // line 597
  854.         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); })()));
  855.         echo "</span>
  856.                 <span>";
  857.         // line 598
  858.         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); })()));
  859.         echo " :</span>
  860.                 <div class=\"controls\">
  861.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  862.                   <span class=\"nbr\">0</span>
  863.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  864.                 </div>
  865.               </div>
  866.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  867.               <div class=\"qty\" data-ref=\"ve-m4\">
  868.                 <span class=\"intermenu\">";
  869.         // line 607
  870.         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); })()));
  871.         echo "</span>
  872.                 <span>";
  873.         // line 608
  874.         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); })()));
  875.         echo " :</span>
  876.                 <div class=\"controls\">
  877.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  878.                   <span class=\"nbr\">0</span>
  879.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  880.                 </div>
  881.               </div>
  882.             </div>
  883.             <div class=\"col-md-3 col gold me\">
  884.               <label class=\"title\">";
  885.         // line 619
  886.         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); })())));
  887.         echo "</label>
  888.               <div class=\"content\" style=\"min-height: 748px;\">
  889.                 
  890.                 ";
  891.         // line 622
  892.         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); })()));
  893.         echo "
  894.               </div>
  895.               <span class=\"price\"><i>0</i>,00€</span>
  896.               <div class=\"qty\" data-ref=\"ve-me\">
  897.                 <span>";
  898.         // line 627
  899.         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); })()));
  900.         echo " :</span>
  901.                 <div class=\"controls\">
  902.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  903.                   <span class=\"nbr\">0</span>
  904.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  905.                 </div>
  906.               </div>
  907.             </div>
  908.             <div class=\"col-md-12\">
  909.               <p class=\"notice hide\">";
  910.         // line 637
  911.         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); })()));
  912.         echo "</p>
  913.             </div>
  914.           </div>
  915.           ";
  916.         // line 641
  917.         echo "
  918.         </div>
  919.       </div>
  920.     </section>
  921.     <section id=\"section22\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
  922.       <div class=\"row\">
  923.         <div class=\"col-md-8 relative\">   
  924.           <div class=\"mt-5 pt-5 row menu\">
  925.             <div class=\"col-md-6 col offset-md-3 okm\">
  926.               <label class=\"title\">";
  927.         // line 656
  928.         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); })()));
  929.         echo "</label>
  930.               <div class=\"content pb-0\">
  931.                 ";
  932.         // line 658
  933.         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); })()));
  934.         echo "
  935.               </div>
  936.               <span class=\"price\" style=\"border-top: 0px;\"></span>
  937. ";
  938.         // line 670
  939.         echo "            </div>
  940.           </div>
  941.         </div>
  942.       </div>
  943.     </section>
  944.     <section id=\"section23\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
  945.       <div class=\"row\">
  946.         <div class=\"col-md-8 relative\">   
  947.           <div class=\"mt-5 pt-5 row menu\">
  948.             <div class=\"col-md-6 col offset-md-3 pam\">
  949.               <label class=\"title\">";
  950.         // line 686
  951.         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); })()));
  952.         echo "</label>
  953.               <div class=\"content\">
  954.                 ";
  955.         // line 688
  956.         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); })()));
  957.         echo "
  958.               </div>
  959.               <span class=\"price\"><i>0</i>,00€</span>
  960.               <div class=\"qty\" data-ref=\"pam\">
  961.                 <span>";
  962.         // line 692
  963.         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); })()));
  964.         echo " :</span>
  965.                 <div class=\"controls\">
  966.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  967.                   <span class=\"nbr\">0</span>
  968.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  969.                 </div>
  970.               </div>
  971.             </div>
  972.           </div>
  973.         </div>
  974.       </div>
  975.     </section>
  976.     <section id=\"section24\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
  977.       <div class=\"row\">
  978.         <div class=\"col-md-8 relative\">
  979.           <div class=\"mt-5 pt-5 row menu\">
  980.             <div class=\"col-md-6 col offset-md-3 hhm\">
  981.               <label class=\"title\">";
  982.         // line 715
  983.         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); })()));
  984.         echo "</label>
  985.               <div class=\"content\">
  986.                 ";
  987.         // line 717
  988.         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); })()));
  989.         echo "
  990.               </div>
  991.               <span class=\"price\"><i>0</i>,00€</span>
  992.               <div class=\"qty\" data-ref=\"hhm\">
  993.                 <span>";
  994.         // line 721
  995.         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); })()));
  996.         echo " :</span>
  997.                 <div class=\"controls\">
  998.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  999.                   <span class=\"nbr\">0</span>
  1000.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1001.                 </div>
  1002.               </div>
  1003.             </div>
  1004.           </div>
  1005.         </div>
  1006.       </div>
  1007.     </section>
  1008.     <section id=\"section3\" class=\"espace-content third thin mt-5 pt-4 hide\">
  1009.       <div class=\"row\">
  1010.         <div class=\"col-md-8 relative\">   
  1011.           <h2>";
  1012.         // line 740
  1013.         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); })()));
  1014.         echo "</h2>
  1015.           <span class=\"subtitle\">";
  1016.         // line 741
  1017.         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); })()));
  1018.         echo "</span>
  1019.           <div class=\"mt-5 pt-5 row menu\">
  1020.             <div class=\"col-md-3 col offset-md-3 sp1\">
  1021.               <label class=\"title\">";
  1022.         // line 748
  1023.         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); })())));
  1024.         echo "</label>
  1025.               <div class=\"content\" style=\"min-height: 96px;\">
  1026.                 <p>
  1027.                   ";
  1028.         // line 751
  1029.         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); })()));
  1030.         echo "
  1031.                 </p>
  1032.               </div>
  1033.               <span class=\"price\"><i>0</i>,00€</span>
  1034.               <div class=\"qty\" data-ref=\"sp1\">
  1035.                 <span>";
  1036.         // line 756
  1037.         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); })()));
  1038.         echo " :</span>
  1039.                 <div class=\"controls\">
  1040.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1041.                   <span class=\"nbr\">0</span>
  1042.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1043.                 </div>
  1044.               </div>
  1045.             </div>
  1046.             <div class=\"col-md-3 col sp2\">
  1047.               <label class=\"title\">";
  1048.         // line 766
  1049.         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); })())));
  1050.         echo "</label>
  1051.               <div class=\"content\" style=\"min-height: 96px;\">
  1052.                 <p>
  1053.                   ";
  1054.         // line 769
  1055.         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); })()));
  1056.         echo "
  1057.                 </p>
  1058.               </div>
  1059.               <span class=\"price\"><i>0</i>,00€</span>
  1060.               <div class=\"qty\" data-ref=\"sp2\">
  1061.                 <span>";
  1062.         // line 774
  1063.         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); })()));
  1064.         echo " :</span>
  1065.                 <div class=\"controls\">
  1066.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1067.                   <span class=\"nbr\">0</span>
  1068.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1069.                 </div>
  1070.               </div>
  1071.             </div>
  1072.           </div>
  1073.         </div>
  1074.       </div>
  1075.     </section>
  1076.     <section id=\"section4\" class=\"espace-content third thin mt-5 pt-4 hide\">
  1077. ";
  1078.         // line 797
  1079.         echo "      <div class=\"row show-first\">
  1080.         <div class=\"col-md-8 relative\">   
  1081.           <h2>";
  1082.         // line 799
  1083.         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); })())));
  1084.         echo " <span class=\"sidetitle error\">";
  1085.         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); })()));
  1086.         echo "</span></h2>
  1087.           <span class=\"subtitle\">";
  1088.         // line 800
  1089.         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); })()));
  1090.         echo "</span>
  1091.           <div class=\"mt-5 pt-5 row menu individuel hide\">
  1092.             <div class=\"col-md-3 col offset-md-3 b1\">
  1093.               <label class=\"title\">";
  1094.         // line 805
  1095.         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); })())));
  1096.         echo " DUO</label>
  1097.               <div class=\"content\" style=\"min-height: 386px;\">
  1098.                 ";
  1099.         // line 808
  1100.         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); })()));
  1101.         echo "
  1102.               </div>
  1103.               <span class=\"price\"><i>0</i>,00€</span>
  1104.               <div class=\"qty\" data-ref=\"in-b1\">
  1105.                 <span>";
  1106.         // line 813
  1107.         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); })()));
  1108.         echo " :</span>
  1109.                 <div class=\"controls\">
  1110.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1111.                   <span class=\"nbr\">0</span>
  1112.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1113.                 </div>
  1114.               </div>
  1115.             </div>
  1116.             <div class=\"col-md-3 col b2\">
  1117.               <label class=\"title\">";
  1118.         // line 823
  1119.         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); })())));
  1120.         echo " PRESTIGO</label>
  1121.               <div class=\"content\" style=\"min-height: 386px;\">
  1122.                 ";
  1123.         // line 826
  1124.         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); })()));
  1125.         echo "
  1126.               </div>
  1127.               <span class=\"price\"><i>0</i>,00€</span>
  1128.               <div class=\"qty\" data-ref=\"in-b2\">
  1129.                 <span>";
  1130.         // line 831
  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.'831$this->source); })()));
  1132.         echo " :</span>
  1133.                 <div class=\"controls\">
  1134.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1135.                   <span class=\"nbr\">0</span>
  1136.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1137.                 </div>
  1138.               </div>
  1139.             </div>
  1140.           </div>
  1141.           <div class=\"mt-5 pt-5 row menu groupe hide\">
  1142.             <div class=\"col-md-3 col  b1\">
  1143.               <label class=\"title\">";
  1144.         // line 848
  1145.         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); })())));
  1146.         echo " n°1</label>
  1147.               <div class=\"content\" style=\"min-height: 368px;\">
  1148.                 ";
  1149.         // line 850
  1150.         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); })()));
  1151.         echo "
  1152.               </div>
  1153.               <span class=\"price\"><i>0</i>,00€</span>
  1154.               <div class=\"qty\" data-ref=\"gr-b1\">
  1155.                 <span>";
  1156.         // line 854
  1157.         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); })()));
  1158.         echo " :</span>
  1159.                 <div class=\"controls\">
  1160.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1161.                   <span class=\"nbr\">0</span>
  1162.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1163.                 </div>
  1164.               </div>
  1165.             </div>
  1166.             <div class=\"col-md-3 col b2\">
  1167.               <label class=\"title\">";
  1168.         // line 864
  1169.         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); })())));
  1170.         echo " n°2</label>
  1171.               <div class=\"content\" style=\"min-height: 368px;\">
  1172.                 ";
  1173.         // line 866
  1174.         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); })()));
  1175.         echo "
  1176.               </div>
  1177.               <span class=\"price\"><i>0</i>,00€</span>
  1178.               <div class=\"qty\" data-ref=\"gr-b2\">
  1179.                 <span>";
  1180.         // line 870
  1181.         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); })()));
  1182.         echo " :</span>
  1183.                 <div class=\"controls\">
  1184.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1185.                   <span class=\"nbr\">0</span>
  1186.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1187.                 </div>
  1188.               </div>
  1189.             </div>
  1190.             <div class=\"col-md-3 col b3\">
  1191.               <label class=\"title\">";
  1192.         // line 880
  1193.         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); })())));
  1194.         echo " n°3</label>
  1195.               <div class=\"content\" style=\"min-height: 368px;\">
  1196.                 ";
  1197.         // line 882
  1198.         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); })()));
  1199.         echo "
  1200.               </div>
  1201.               <span class=\"price\"><i>0</i>,00€</span>
  1202.               <div class=\"qty\" data-ref=\"gr-b3\">
  1203.                 <span>";
  1204.         // line 886
  1205.         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); })()));
  1206.         echo " :</span>
  1207.                 <div class=\"controls\">
  1208.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1209.                   <span class=\"nbr\">0</span>
  1210.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1211.                 </div>
  1212.               </div>
  1213.             </div>
  1214.             <div class=\"col-md-3 col b4\">
  1215.               <label class=\"title\">";
  1216.         // line 896
  1217.         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); })())));
  1218.         echo " n°4</label>
  1219.               <div class=\"content\" style=\"min-height: 368px;\">
  1220.                 ";
  1221.         // line 898
  1222.         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); })()));
  1223.         echo "
  1224.               </div>
  1225.               <span class=\"price\"><i>0</i>,00€</span>
  1226.               <div class=\"qty\" data-ref=\"gr-b4\">
  1227.                 <span>";
  1228.         // line 902
  1229.         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); })()));
  1230.         echo " :</span>
  1231.                 <div class=\"controls\">
  1232.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1233.                   <span class=\"nbr\">0</span>
  1234.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1235.                 </div>
  1236.               </div>
  1237.             </div>
  1238.           </div>
  1239. ";
  1240.         // line 951
  1241.         echo "
  1242.         </div>
  1243.       </div>
  1244. ";
  1245.         // line 955
  1246.         echo "
  1247. ";
  1248.         // line 957
  1249.         echo "      <div class=\"row show-second\">
  1250.         <div class=\"col-md-8 relative\">   
  1251.           <h2>";
  1252.         // line 959
  1253.         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); })())));
  1254.         echo " <span class=\"sidetitle error\">";
  1255.         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); })()));
  1256.         echo "</span></h2>
  1257.           <span class=\"subtitle\">";
  1258.         // line 960
  1259.         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); })()));
  1260.         echo "</span>
  1261.           <div class=\"mt-5 pt-5 row menu individuel hide\">
  1262.             <div class=\"col-md-3 col offset-md-3 b1\">
  1263.               <label class=\"title\">";
  1264.         // line 965
  1265.         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); })())));
  1266.         echo " DUO</label>
  1267.               <div class=\"content\" style=\"min-height: 404px;\">
  1268.                 ";
  1269.         // line 968
  1270.         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); })()));
  1271.         echo "
  1272.               
  1273.               </div>
  1274.               <span class=\"price\"><i>0</i>,00€</span>
  1275.               <div class=\"qty\" data-ref=\"in-b1\">
  1276.                 <span>";
  1277.         // line 973
  1278.         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); })()));
  1279.         echo " :</span>
  1280.                 <div class=\"controls\">
  1281.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1282.                   <span class=\"nbr\">0</span>
  1283.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1284.                 </div>
  1285.               </div>
  1286.             </div>
  1287.             <div class=\"col-md-3 col b2\">
  1288.               <label class=\"title\">";
  1289.         // line 983
  1290.         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); })())));
  1291.         echo " PRESTIGO</label>
  1292.               <div class=\"content\" style=\"min-height: 404px;\">
  1293.                 ";
  1294.         // line 986
  1295.         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); })()));
  1296.         echo "
  1297.               </div>
  1298.               <span class=\"price\"><i>0</i>,00€</span>
  1299.               <div class=\"qty\" data-ref=\"in-b2\">
  1300.                 <span>";
  1301.         // line 991
  1302.         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); })()));
  1303.         echo " :</span>
  1304.                 <div class=\"controls\">
  1305.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1306.                   <span class=\"nbr\">0</span>
  1307.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1308.                 </div>
  1309.               </div>
  1310.             </div>
  1311.           </div>
  1312.           <div class=\"mt-5 pt-5 row menu groupe hide\">
  1313.             <div class=\"col-md-3 col offset-md-1-5 b1\">
  1314.               <label class=\"title\">";
  1315.         // line 1008
  1316.         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); })())));
  1317.         echo " n°1</label>
  1318.               <div class=\"content\" style=\"min-height: 368px;\">
  1319.                 ";
  1320.         // line 1011
  1321.         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); })()));
  1322.         echo "
  1323.               </div>
  1324.               <span class=\"price\"><i>0</i>,00€</span>
  1325.               <div class=\"qty\" data-ref=\"gr-b1\">
  1326.                 <span>";
  1327.         // line 1016
  1328.         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); })()));
  1329.         echo " :</span>
  1330.                 <div class=\"controls\">
  1331.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1332.                   <span class=\"nbr\">0</span>
  1333.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1334.                 </div>
  1335.               </div>
  1336.             </div>
  1337.             <div class=\"col-md-3 col b2\">
  1338.               <label class=\"title\">";
  1339.         // line 1026
  1340.         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); })())));
  1341.         echo " n°2</label>
  1342.               <div class=\"content\" style=\"min-height: 368px;\">
  1343.                 
  1344.                 ";
  1345.         // line 1029
  1346.         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); })()));
  1347.         echo "
  1348.               </div>
  1349.               <span class=\"price\"><i>0</i>,00€</span>
  1350.               <div class=\"qty\" data-ref=\"gr-b2\">
  1351.                 <span>";
  1352.         // line 1034
  1353.         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); })()));
  1354.         echo " :</span>
  1355.                 <div class=\"controls\">
  1356.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1357.                   <span class=\"nbr\">0</span>
  1358.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1359.                 </div>
  1360.               </div>
  1361.             </div>
  1362.             <div class=\"col-md-3 col b3\">
  1363.               <label class=\"title\">";
  1364.         // line 1044
  1365.         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); })())));
  1366.         echo " n°3</label>
  1367.               <div class=\"content\" style=\"min-height: 368px;\">
  1368.                 
  1369.                 ";
  1370.         // line 1047
  1371.         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); })()));
  1372.         echo "
  1373.               </div>
  1374.               <span class=\"price\"><i>0</i>,00€</span>
  1375.               <div class=\"qty\" data-ref=\"gr-b3\">
  1376.                 <span>";
  1377.         // line 1052
  1378.         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); })()));
  1379.         echo " :</span>
  1380.                 <div class=\"controls\">
  1381.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1382.                   <span class=\"nbr\">0</span>
  1383.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1384.                 </div>
  1385.               </div>
  1386.             </div>
  1387.           </div>
  1388.           <div class=\"mt-5 pt-5 row menu groupe hide\">
  1389.             <div class=\"col-md-3 col offset-md-3 b4\">
  1390.               <label class=\"title\">";
  1391.         // line 1069
  1392.         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); })())));
  1393.         echo " n°4</label>
  1394.               <div class=\"content\" style=\"min-height: 368px;\">
  1395.                 ";
  1396.         // line 1072
  1397.         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); })()));
  1398.         echo "
  1399.               </div>
  1400.               <span class=\"price\"><i>0</i>,00€</span>
  1401.               <div class=\"qty\" data-ref=\"gr-b4\">
  1402.                 <span>";
  1403.         // line 1077
  1404.         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); })()));
  1405.         echo " :</span>
  1406.                 <div class=\"controls\">
  1407.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1408.                   <span class=\"nbr\">0</span>
  1409.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1410.                 </div>
  1411.               </div>
  1412.             </div>
  1413. ";
  1414.         // line 1103
  1415.         echo "
  1416.           </div>
  1417.         </div>
  1418.       </div>
  1419. ";
  1420.         // line 1109
  1421.         echo "
  1422.     </section>
  1423.     <section id=\"section5\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1424.       <div class=\"row\">
  1425.         <div class=\"col-md-8 relative\">   
  1426.           <h2>";
  1427.         // line 1117
  1428.         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); })()));
  1429.         echo "<span class=\"text-red\">";
  1430.         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); })()));
  1431.         echo "</span></h2>
  1432.           <span class=\"subtitle\">";
  1433.         // line 1118
  1434.         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); })()));
  1435.         echo " </span>
  1436.           <div class=\"mt-5 pt-5 row menu\">
  1437.             <div class=\"col-md-3 col offset-md-1-5\">
  1438.               <label class=\"title\">";
  1439.         // line 1123
  1440.         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); })()));
  1441.         echo " 5€</label>
  1442.               <div class=\"content\" style=\"min-height: 132px;\">
  1443.               
  1444.                 ";
  1445.         // line 1126
  1446.         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); })()));
  1447.         echo "
  1448.               
  1449.               </div>
  1450.               <span class=\"price\">5,00€</span>
  1451.               <div class=\"qty\" data-ref=\"tk5\">
  1452.                 <span>";
  1453.         // line 1131
  1454.         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); })()));
  1455.         echo " :</span>
  1456.                 <div class=\"controls\">
  1457.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1458.                   <span class=\"nbr\">0</span>
  1459.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1460.                 </div>
  1461.               </div>
  1462.             </div>
  1463.             <div class=\"col-md-3 col\">
  1464.               <label class=\"title\">";
  1465.         // line 1143
  1466.         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); })()));
  1467.         echo " 8€</label>
  1468.               <div class=\"content\" style=\"min-height: 132px;\">
  1469.                 ";
  1470.         // line 1146
  1471.         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); })()));
  1472.         echo "
  1473.               </div>
  1474.               <span class=\"price\">8,00€</span>
  1475.               <div class=\"qty\" data-ref=\"tk8\">
  1476.                 <span>";
  1477.         // line 1151
  1478.         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); })()));
  1479.         echo " :</span>
  1480.                 <div class=\"controls\">
  1481.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1482.                   <span class=\"nbr\">0</span>
  1483.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1484.                 </div>
  1485.               </div>
  1486.             </div>
  1487.             <div class=\"col-md-3 col\">
  1488.               <label class=\"title\">";
  1489.         // line 1163
  1490.         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); })()));
  1491.         echo " 10€</label>
  1492.               <div class=\"content\" style=\"min-height: 132px;\">
  1493.                 ";
  1494.         // line 1166
  1495.         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); })()));
  1496.         echo "
  1497.               </div>
  1498.               <span class=\"price\">10,00€</span>
  1499.               <div class=\"qty\" data-ref=\"tk10\">
  1500.                 <span>";
  1501.         // line 1171
  1502.         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); })()));
  1503.         echo " :</span>
  1504.                 <div class=\"controls\">
  1505.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1506.                   <span class=\"nbr\">0</span>
  1507.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1508.                 </div>
  1509.               </div>
  1510.             </div>
  1511.           </div>
  1512.         </div>
  1513.       </div>
  1514.     </section>
  1515.     <section id=\"section6\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1516.       <div class=\"row\">
  1517.         <div class=\"col-md-8 relative\">   
  1518.           <h2>";
  1519.         // line 1192
  1520.         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); })()));
  1521.         echo " <span class=\"sidetitle error\">";
  1522.         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); })()));
  1523.         echo "</span></h2>
  1524.           <span class=\"subtitle\">";
  1525.         // line 1193
  1526.         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); })()));
  1527.         echo "</span>
  1528.           <div class=\"mt-5 pt-5 row menu\">
  1529.           
  1530.             <div class=\"col-md-4 col pn ";
  1531.         // line 1197
  1532.         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"falsefalsefalse1197)) ? ("place_full") : (""));
  1533.         echo "\">
  1534.               <label class=\"title\">";
  1535.         // line 1198
  1536.         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); })()));
  1537.         echo "</label>
  1538.               ";
  1539.         // line 1199
  1540.         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"falsefalsefalse1199)) {
  1541.             // line 1200
  1542.             echo "              <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
  1543.             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); })())));
  1544.             echo "</span>
  1545.               ";
  1546.         } else {
  1547.             // line 1202
  1548.             echo "              <span class=\"price\"><i>0</i>,00€</span>
  1549.               ";
  1550.         }
  1551.         // line 1204
  1552.         echo "              <div class=\"sel\" data-ref=\"pn\">
  1553.                 <span>";
  1554.         // line 1205
  1555.         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); })()));
  1556.         echo "</span>
  1557.               </div>
  1558.               <div class=\"qty\" data-ref=\"pn\">
  1559.                 <span>";
  1560.         // line 1208
  1561.         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); })()));
  1562.         echo " :</span>
  1563.                 <div class=\"controls\">
  1564.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1565.                   <span class=\"nbr\">0</span>
  1566.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1567.                 </div>
  1568.               </div>
  1569.             </div>
  1570.             <div class=\"col-md-4 col ph gold ";
  1571.         // line 1217
  1572.         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"falsefalsefalse1217)) ? ("place_full") : (""));
  1573.         echo "\">
  1574.               <label class=\"title\">";
  1575.         // line 1218
  1576.         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); })()));
  1577.         echo "</label>
  1578.               ";
  1579.         // line 1219
  1580.         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"falsefalsefalse1219)) {
  1581.             // line 1220
  1582.             echo "              <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
  1583.             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); })())));
  1584.             echo "</span>
  1585.               ";
  1586.         } else {
  1587.             // line 1222
  1588.             echo "              <span class=\"price\"><i>0</i>,00€</span>
  1589.               ";
  1590.         }
  1591.         // line 1224
  1592.         echo "              <div class=\"sel\" data-ref=\"ph\">
  1593.                 <span>";
  1594.         // line 1225
  1595.         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); })()));
  1596.         echo "</span>
  1597.               </div>
  1598.               <div class=\"qty\" data-ref=\"ph\">
  1599.                 <span>";
  1600.         // line 1228
  1601.         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); })()));
  1602.         echo " :</span>
  1603.                 <div class=\"controls\">
  1604.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1605.                   <span class=\"nbr\">0</span>
  1606.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1607.                 </div>
  1608.               </div>
  1609.             </div>
  1610.             <div class=\"col-md-4 col vip ";
  1611.         // line 1237
  1612.         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"falsefalsefalse1237)) ? ("place_full") : (""));
  1613.         echo "\">
  1614.               <label class=\"title\">";
  1615.         // line 1238
  1616.         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); })())));
  1617.         echo "</label>
  1618.               ";
  1619.         // line 1239
  1620.         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"falsefalsefalse1239)) {
  1621.             // line 1240
  1622.             echo "              <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
  1623.             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); })())));
  1624.             echo "</span>
  1625.               ";
  1626.         } else {
  1627.             // line 1242
  1628.             echo "              <span class=\"price\"><i>0</i>,00€</span>
  1629.               ";
  1630.         }
  1631.         // line 1244
  1632.         echo "              <div class=\"sel\" data-ref=\"vip\">
  1633.                 <span>";
  1634.         // line 1245
  1635.         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); })()));
  1636.         echo "</span>
  1637.               </div>
  1638.             </div>
  1639.           </div>
  1640.           <div class=\"mt-5 pt-5 row no-mobile\">
  1641.             <a href=\"#\" class=\"btn-primary btn-sm plan\">";
  1642.         // line 1253
  1643.         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); })()));
  1644.         echo " <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>
  1645.           </div>
  1646.         </div>
  1647.       </div>
  1648.     </section>
  1649.     <section id=\"section62\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1650.       <div class=\"row\">
  1651.         <div class=\"col-md-8 relative\">   
  1652.           <h2>";
  1653.         // line 1265
  1654.         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); })())));
  1655.         echo "</h2>
  1656.           <div class=\"mt-5 pt-5 row menu\">
  1657.             <div class=\"col-md-6 offset-md-3 col ok\">
  1658.               <label class=\"title\">";
  1659.         // line 1270
  1660.         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); })()));
  1661.         echo "</label>
  1662.               <span class=\"price\"><i>0</i>,00€</span>
  1663.               <div class=\"sel\" data-ref=\"ok\">
  1664.                 <span>";
  1665.         // line 1273
  1666.         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); })()));
  1667.         echo "</span>
  1668.               </div>
  1669.               <div class=\"qty hide\" data-ref=\"ok\">
  1670.                 <span>";
  1671.         // line 1276
  1672.         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); })()));
  1673.         echo " :</span>
  1674.                 <div class=\"controls\">
  1675.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1676.                   <span class=\"nbr\">0</span>
  1677.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1678.                 </div>
  1679.               </div>
  1680.             </div>
  1681.           </div>
  1682.         </div>
  1683.       </div>
  1684.     </section>
  1685.     <section id=\"section63\" class=\"espace-content third thin mt-5 pt-4 hide\">
  1686.       <div class=\"row\">
  1687.         <div class=\"col-md-8 relative\">   
  1688.           <h2>";
  1689.         // line 1294
  1690.         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); })())));
  1691.         echo "</h2>
  1692.           <div class=\"mt-5 pt-5 row menu\">
  1693.             <div class=\"col-md-6 offset-md-3 col af\">
  1694.               <label class=\"title\">";
  1695.         // line 1299
  1696.         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); })()));
  1697.         echo "</label>
  1698.               <span class=\"price\"><i>0</i>,00€</span>
  1699.               <div class=\"sel\" data-ref=\"af\">
  1700.                 <span>";
  1701.         // line 1302
  1702.         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); })()));
  1703.         echo "</span>
  1704.               </div>
  1705.               <div class=\"qty\" data-ref=\"af\">
  1706.                 <span>";
  1707.         // line 1305
  1708.         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); })()));
  1709.         echo " :</span>
  1710.                 <div class=\"controls\">
  1711.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1712.                   <span class=\"nbr\">0</span>
  1713.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1714.                 </div>
  1715.               </div>
  1716.             </div>
  1717.           </div>
  1718.         </div>
  1719.       </div>
  1720.     </section>
  1721.     ";
  1722.         // line 1322
  1723.         echo "    <section id=\"section61\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1724.       <div class=\"row\">
  1725.         <div class=\"col-md-8 relative\">   
  1726.           <h2>";
  1727.         // line 1325
  1728.         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); })()));
  1729.         echo "</h2>
  1730.           <span class=\"subtitle\">";
  1731.         // line 1326
  1732.         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); })()));
  1733.         echo "</span>
  1734.           <div class=\"mt-5 pt-5 row menu\">
  1735.             <div class=\"col-md-6 offset-md-3 col no\">
  1736.               <label class=\"title\">";
  1737.         // line 1331
  1738.         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); })())));
  1739.         echo "</label>
  1740.               <div class=\"content no-avecrepas\">
  1741.                 ";
  1742.         // line 1335
  1743.         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); })()));
  1744.         echo "
  1745.               </div>
  1746.               <div class=\"content no-sansrepas\">
  1747.                 ";
  1748.         // line 1341
  1749.         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); })()));
  1750.         echo "
  1751.               </div>
  1752.               <span class=\"price\"><i>0</i>,00€</span>
  1753.               <div class=\"sel\" data-ref=\"no\">
  1754.                 <span>";
  1755.         // line 1347
  1756.         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); })()));
  1757.         echo "</span>
  1758.               </div>
  1759.               <div class=\"qty\" data-ref=\"no\">
  1760.                 <span>";
  1761.         // line 1350
  1762.         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); })()));
  1763.         echo " :</span>
  1764.                 <div class=\"controls\">
  1765.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1766.                   <span class=\"nbr\">0</span>
  1767.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1768.                 </div>
  1769.               </div>
  1770.             </div>
  1771.           </div>
  1772.         </div>
  1773.       </div>
  1774.     </section>
  1775.     <section id=\"section7\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1776.       <div class=\"row\">
  1777.         <div class=\"col-md-8 relative\">   
  1778.           <h2>";
  1779.         // line 1368
  1780.         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); })())));
  1781.         echo "</h2>
  1782.           <span class=\"subtitle\">";
  1783.         // line 1369
  1784.         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); })()));
  1785.         echo "</span>
  1786.           <div class=\"mt-5 pt-5 row menu ";
  1787.         // line 1371
  1788.         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"falsefalsefalse1371)) ? ("ms_full") : (""));
  1789.         echo "\">
  1790.             <div class=\"col-md-6 col ms offset-md-3\">
  1791.               <label class=\"title\">";
  1792.         // line 1374
  1793.         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); })())));
  1794.         echo "</label>
  1795.               <div class=\"content\">
  1796.                 ";
  1797.         // line 1377
  1798.         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); })()));
  1799.         echo "
  1800.               </div>
  1801.               ";
  1802.         // line 1380
  1803.         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"falsefalsefalse1380)) {
  1804.             // line 1381
  1805.             echo "              <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
  1806.             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); })())));
  1807.             echo "</span>
  1808.               ";
  1809.         } else {
  1810.             // line 1383
  1811.             echo "              <span class=\"price\"><i>0</i>,00€</span>
  1812.               ";
  1813.         }
  1814.         // line 1385
  1815.         echo "              
  1816.               <div class=\"qty nights active\" data-ref=\"ms\">
  1817.                 <span>";
  1818.         // line 1387
  1819.         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); })()));
  1820.         echo "</span>
  1821.                 <div class=\"controls\">
  1822.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1823.                   <span class=\"nbr\">0</span>
  1824.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1825.                 </div>
  1826.               </div>
  1827.             </div>
  1828.           </div>
  1829.           <div class=\"mt-5 row\">
  1830.             <a target=\"_blank\" href=\"/";
  1831.         // line 1399
  1832.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1399$this->source); })()), "request", [], "any"falsefalsefalse1399), "locale", [], "any"falsefalsefalse1399), "html"nulltrue);
  1833.         echo "/mini-suites\" class=\"mini-suites-link mb-4\">";
  1834.         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); })()));
  1835.         echo "</a>
  1836.             <a target=\"_blank\" href=\"#\" class=\"btn-primary btn-sm plan no-mini-suites\">";
  1837.         // line 1400
  1838.         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); })()));
  1839.         echo " <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>
  1840.           </div>
  1841.         </div>
  1842.       </div>
  1843.     </section>
  1844.     <section id=\"section8\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1845.       <div class=\"row\">
  1846.         <div class=\"col-md-8 relative\">   
  1847.           <h2>";
  1848.         // line 1412
  1849.         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); })())));
  1850.         echo "</h2>
  1851.           <span class=\"subtitle\">";
  1852.         // line 1413
  1853.         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); })()));
  1854.         echo "</span>
  1855.           <div class=\"mt-3 row\">
  1856.             <form class=\"m-0 row\" id=\"form-booking\">
  1857.             ";
  1858.         // line 1419
  1859.         if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1860.             // line 1420
  1861.             echo "              <div class=\"col-md-12 mb-5 form-login\">
  1862.                 <h6 class=\"text-center\">";
  1863.             // line 1421
  1864.             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); })()));
  1865.             echo "</h6>
  1866.               </div>
  1867.               <div class=\"col-md-6  form-login\">
  1868.                 <label>";
  1869.             // line 1427
  1870.             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); })()));
  1871.             echo "*</label>
  1872.                 <input type=\"email\" placeholder=\"";
  1873.             // line 1428
  1874.             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); })()));
  1875.             echo "*\" name=\"login_username\" value=\"";
  1876.             if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1877.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1428$this->source); })()), "user", [], "any"falsefalsefalse1428), "email", [], "any"falsefalsefalse1428), "html"nulltrue);
  1878.             }
  1879.             echo "\"  />
  1880.                 <label>";
  1881.             // line 1429
  1882.             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); })()));
  1883.             echo "*</label>
  1884.                 <input type=\"password\" name=\"login_password\" autocomplete=\"off\" placeholder=\"";
  1885.             // line 1430
  1886.             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); })()));
  1887.             echo "\" />
  1888.                 <p class=\"text-red login_message p-0\"></p>
  1889.                 <button id=\"kt_login_signin_submit\" class=\"btn-primary btn-sm text-center \">";
  1890.             // line 1433
  1891.             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); })()));
  1892.             echo "</button>
  1893.                 <p class=\"text-red p-0 mt-3\"><a href=\"/login?forgot=yes\" class=\"text-red link-forgot\">";
  1894.             // line 1435
  1895.             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); })()));
  1896.             echo "</a></p>
  1897.                 
  1898.                 <input type=\"hidden\" name=\"_target_path\" value=\"";
  1899.             // line 1437
  1900.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1437$this->source); })()), "request", [], "any"falsefalsefalse1437), "get", [=> "redirect_to"], "method"falsefalsefalse1437), "html"nulltrue);
  1901.             echo "\"/>
  1902.                 <input type=\"hidden\" name=\"_csrf_token\" value=\"";
  1903.             // line 1438
  1904.             echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  1905.             echo "\"/>
  1906.               </div>
  1907.               <div class=\"col-md-6 d-flex justify-content-center align-items-center  form-login\" style=\"flex-direction: column;\">
  1908.                 <button id=\"kt_login_signup\" class=\"btn-primary btn-sm text-center active \">";
  1909.             // line 1442
  1910.             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); })()));
  1911.             echo "*</button>
  1912.                 <p class=\"p-0 w-100 text-center mt-2\">* ";
  1913.             // line 1443
  1914.             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); })()));
  1915.             echo "</p>
  1916.               </div>
  1917.             ";
  1918.         }
  1919.         // line 1447
  1920.         echo "
  1921.               ";
  1922.         // line 1448
  1923.         if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1924.             // line 1449
  1925.             echo "              <div class=\"col-md-12 hide form-signup login-link\">
  1926.                 <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;\">";
  1927.             // line 1450
  1928.             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); })()));
  1929.             echo "</a>
  1930.               </div>
  1931.               ";
  1932.         }
  1933.         // line 1453
  1934.         echo "              <div class=\"col-md-6 hide form-signup\">
  1935.                 <label>";
  1936.         // line 1454
  1937.         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); })()));
  1938.         echo "*</label>
  1939.                 <input type=\"text\" placeholder=\"\" name=\"lastname\" value=\"";
  1940.         // line 1455
  1941.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1942.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1455$this->source); })()), "user", [], "any"falsefalsefalse1455), "info", [=> "lastname"], "method"falsefalsefalse1455), "html"nulltrue);
  1943.         }
  1944.         echo "\" />
  1945.                 <label>";
  1946.         // line 1456
  1947.         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); })()));
  1948.         echo "*</label>
  1949.                 <input type=\"text\" placeholder=\"\" name=\"firstname\" value=\"";
  1950.         // line 1457
  1951.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1952.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1457$this->source); })()), "user", [], "any"falsefalsefalse1457), "info", [=> "firstname"], "method"falsefalsefalse1457), "html"nulltrue);
  1953.         }
  1954.         echo "\"  />
  1955.                 <label>";
  1956.         // line 1458
  1957.         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); })()));
  1958.         echo "</label>
  1959.                 <input type=\"text\" placeholder=\"\" name=\"company\" value=\"";
  1960.         // line 1459
  1961.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1962.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1459$this->source); })()), "user", [], "any"falsefalsefalse1459), "info", [=> "company"], "method"falsefalsefalse1459), "html"nulltrue);
  1963.         }
  1964.         echo "\"  />
  1965.                 <label>";
  1966.         // line 1460
  1967.         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); })()));
  1968.         echo "*</label>
  1969.                 <input type=\"tel\" placeholder=\"\" name=\"phone\" value=\"";
  1970.         // line 1461
  1971.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1972.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1461$this->source); })()), "user", [], "any"falsefalsefalse1461), "info", [=> "phone"], "method"falsefalsefalse1461), "html"nulltrue);
  1973.         }
  1974.         echo "\"  />
  1975.                 <label class=\"signup\">";
  1976.         // line 1462
  1977.         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); })()));
  1978.         echo "*</label>
  1979.                 <input class=\"signup\" type=\"email\" placeholder=\"\" name=\"email\" value=\"";
  1980.         // line 1463
  1981.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1982.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1463$this->source); })()), "user", [], "any"falsefalsefalse1463), "email", [], "any"falsefalsefalse1463), "html"nulltrue);
  1983.         }
  1984.         echo "\"  />
  1985.                 <label class=\"signup\">";
  1986.         // line 1464
  1987.         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); })()));
  1988.         echo "*</label>
  1989.                 <input type=\"password\" placeholder=\"\" name=\"password\" value=\"\" class=\"signup\" />
  1990.                 <label class=\"signup\">";
  1991.         // line 1466
  1992.         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); })()));
  1993.         echo "*</label>
  1994.                 <input type=\"password\" placeholder=\"\" name=\"confirm\" value=\"\" class=\"signup\" />
  1995.               </div>
  1996.               <div class=\"col-md-6 hide form-signup\">
  1997.                 <label>";
  1998.         // line 1470
  1999.         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); })()));
  2000.         echo "*</label>
  2001.                 <input type=\"text\" placeholder=\"\" name=\"address\" value=\"";
  2002.         // line 1471
  2003.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  2004.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1471$this->source); })()), "user", [], "any"falsefalsefalse1471), "info", [=> "address1"], "method"falsefalsefalse1471), "html"nulltrue);
  2005.         }
  2006.         echo "\"  />
  2007.                 <label>";
  2008.         // line 1472
  2009.         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); })()));
  2010.         echo "*</label>
  2011.                 <input type=\"text\" placeholder=\"\" name=\"zipcode\" value=\"";
  2012.         // line 1473
  2013.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  2014.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1473$this->source); })()), "user", [], "any"falsefalsefalse1473), "info", [=> "zipcode"], "method"falsefalsefalse1473), "html"nulltrue);
  2015.         }
  2016.         echo "\"  />
  2017.                 <label>";
  2018.         // line 1474
  2019.         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); })()));
  2020.         echo "*</label>
  2021.                 <input type=\"text\" placeholder=\"\" name=\"city\" value=\"";
  2022.         // line 1475
  2023.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  2024.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1475$this->source); })()), "user", [], "any"falsefalsefalse1475), "info", [=> "city"], "method"falsefalsefalse1475), "html"nulltrue);
  2025.         }
  2026.         echo "\"  />
  2027.                 <label>";
  2028.         // line 1476
  2029.         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); })()));
  2030.         echo "*</label>
  2031.                 <input type=\"hidden\" name=\"country_code\" value=\"";
  2032.         // line 1477
  2033.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  2034.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1477$this->source); })()), "user", [], "any"falsefalsefalse1477), "info", [=> "country_code"], "method"falsefalsefalse1477), "html"nulltrue);
  2035.         }
  2036.         echo "\">
  2037.                                   <select name=\"country\" required class=\"form-control country\">
  2038.                                     <option value=\"AF\">Afghanistan</option>
  2039.                                     <option value=\"AX\">Åland Islands</option>
  2040.                                     <option value=\"AL\">Albania</option>
  2041.                                     <option value=\"DZ\">Algeria</option>
  2042.                                     <option value=\"AS\">American Samoa</option>
  2043.                                     <option value=\"AD\">Andorra</option>
  2044.                                     <option value=\"AO\">Angola</option>
  2045.                                     <option value=\"AI\">Anguilla</option>
  2046.                                     <option value=\"AQ\">Antarctica</option>
  2047.                                     <option value=\"AG\">Antigua and Barbuda</option>
  2048.                                     <option value=\"AR\">Argentina</option>
  2049.                                     <option value=\"AM\">Armenia</option>
  2050.                                     <option value=\"AW\">Aruba</option>
  2051.                                     <option value=\"AU\">Australia</option>
  2052.                                     <option value=\"AT\">Austria</option>
  2053.                                     <option value=\"AZ\">Azerbaijan</option>
  2054.                                     <option value=\"BS\">Bahamas</option>
  2055.                                     <option value=\"BH\">Bahrain</option>
  2056.                                     <option value=\"BD\">Bangladesh</option>
  2057.                                     <option value=\"BB\">Barbados</option>
  2058.                                     <option value=\"BY\">Belarus</option>
  2059.                                     <option value=\"BE\">Belgium</option>
  2060.                                     <option value=\"BZ\">Belize</option>
  2061.                                     <option value=\"BJ\">Benin</option>
  2062.                                     <option value=\"BM\">Bermuda</option>
  2063.                                     <option value=\"BT\">Bhutan</option>
  2064.                                     <option value=\"BO\">Bolivia, Plurinational State of</option>
  2065.                                     <option value=\"BQ\">Bonaire, Sint Eustatius and Saba</option>
  2066.                                     <option value=\"BA\">Bosnia and Herzegovina</option>
  2067.                                     <option value=\"BW\">Botswana</option>
  2068.                                     <option value=\"BV\">Bouvet Island</option>
  2069.                                     <option value=\"BR\">Brazil</option>
  2070.                                     <option value=\"IO\">British Indian Ocean Territory</option>
  2071.                                     <option value=\"BN\">Brunei Darussalam</option>
  2072.                                     <option value=\"BG\">Bulgaria</option>
  2073.                                     <option value=\"BF\">Burkina Faso</option>
  2074.                                     <option value=\"BI\">Burundi</option>
  2075.                                     <option value=\"KH\">Cambodia</option>
  2076.                                     <option value=\"CM\">Cameroon</option>
  2077.                                     <option value=\"CA\">Canada</option>
  2078.                                     <option value=\"CV\">Cape Verde</option>
  2079.                                     <option value=\"KY\">Cayman Islands</option>
  2080.                                     <option value=\"CF\">Central African Republic</option>
  2081.                                     <option value=\"TD\">Chad</option>
  2082.                                     <option value=\"CL\">Chile</option>
  2083.                                     <option value=\"CN\">China</option>
  2084.                                     <option value=\"CX\">Christmas Island</option>
  2085.                                     <option value=\"CC\">Cocos (Keeling) Islands</option>
  2086.                                     <option value=\"CO\">Colombia</option>
  2087.                                     <option value=\"KM\">Comoros</option>
  2088.                                     <option value=\"CG\">Congo</option>
  2089.                                     <option value=\"CD\">Congo, the Democratic Republic of the</option>
  2090.                                     <option value=\"CK\">Cook Islands</option>
  2091.                                     <option value=\"CR\">Costa Rica</option>
  2092.                                     <option value=\"CI\">Côte d'Ivoire</option>
  2093.                                     <option value=\"HR\">Croatia</option>
  2094.                                     <option value=\"CU\">Cuba</option>
  2095.                                     <option value=\"CW\">Curaçao</option>
  2096.                                     <option value=\"CY\">Cyprus</option>
  2097.                                     <option value=\"CZ\">Czech Republic</option>
  2098.                                     <option value=\"DK\">Denmark</option>
  2099.                                     <option value=\"DJ\">Djibouti</option>
  2100.                                     <option value=\"DM\">Dominica</option>
  2101.                                     <option value=\"DO\">Dominican Republic</option>
  2102.                                     <option value=\"EC\">Ecuador</option>
  2103.                                     <option value=\"EG\">Egypt</option>
  2104.                                     <option value=\"SV\">El Salvador</option>
  2105.                                     <option value=\"GQ\">Equatorial Guinea</option>
  2106.                                     <option value=\"ER\">Eritrea</option>
  2107.                                     <option value=\"EE\">Estonia</option>
  2108.                                     <option value=\"ET\">Ethiopia</option>
  2109.                                     <option value=\"FK\">Falkland Islands (Malvinas)</option>
  2110.                                     <option value=\"FO\">Faroe Islands</option>
  2111.                                     <option value=\"FJ\">Fiji</option>
  2112.                                     <option value=\"FI\">Finland</option>
  2113.                                     <option value=\"FR\" ";
  2114.         // line 1554
  2115.         if (!twig_in_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1554$this->source); })()), "request", [], "any"falsefalsefalse1554), "locale", [], "any"falsefalsefalse1554), [=> "de"])) {
  2116.             echo "selected";
  2117.         }
  2118.         echo ">France</option>
  2119.                                     <option value=\"GF\">French Guiana</option>
  2120.                                     <option value=\"PF\">French Polynesia</option>
  2121.                                     <option value=\"TF\">French Southern Territories</option>
  2122.                                     <option value=\"GA\">Gabon</option>
  2123.                                     <option value=\"GM\">Gambia</option>
  2124.                                     <option value=\"GE\">Georgia</option>
  2125.                                     <option value=\"DE\" ";
  2126.         // line 1561
  2127.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1561$this->source); })()), "request", [], "any"falsefalsefalse1561), "locale", [], "any"falsefalsefalse1561), "de"))) {
  2128.             echo "selected";
  2129.         }
  2130.         echo ">Germany</option>
  2131.                                     <option value=\"GH\">Ghana</option>
  2132.                                     <option value=\"GI\">Gibraltar</option>
  2133.                                     <option value=\"GR\">Greece</option>
  2134.                                     <option value=\"GL\">Greenland</option>
  2135.                                     <option value=\"GD\">Grenada</option>
  2136.                                     <option value=\"GP\">Guadeloupe</option>
  2137.                                     <option value=\"GU\">Guam</option>
  2138.                                     <option value=\"GT\">Guatemala</option>
  2139.                                     <option value=\"GG\">Guernsey</option>
  2140.                                     <option value=\"GN\">Guinea</option>
  2141.                                     <option value=\"GW\">Guinea-Bissau</option>
  2142.                                     <option value=\"GY\">Guyana</option>
  2143.                                     <option value=\"HT\">Haiti</option>
  2144.                                     <option value=\"HM\">Heard Island and McDonald Islands</option>
  2145.                                     <option value=\"VA\">Holy See (Vatican City State)</option>
  2146.                                     <option value=\"HN\">Honduras</option>
  2147.                                     <option value=\"HK\">Hong Kong</option>
  2148.                                     <option value=\"HU\">Hungary</option>
  2149.                                     <option value=\"IS\">Iceland</option>
  2150.                                     <option value=\"IN\">India</option>
  2151.                                     <option value=\"ID\">Indonesia</option>
  2152.                                     <option value=\"IR\">Iran, Islamic Republic of</option>
  2153.                                     <option value=\"IQ\">Iraq</option>
  2154.                                     <option value=\"IE\">Ireland</option>
  2155.                                     <option value=\"IM\">Isle of Man</option>
  2156.                                     <option value=\"IL\">Israel</option>
  2157.                                     <option value=\"IT\">Italy</option>
  2158.                                     <option value=\"JM\">Jamaica</option>
  2159.                                     <option value=\"JP\">Japan</option>
  2160.                                     <option value=\"JE\">Jersey</option>
  2161.                                     <option value=\"JO\">Jordan</option>
  2162.                                     <option value=\"KZ\">Kazakhstan</option>
  2163.                                     <option value=\"KE\">Kenya</option>
  2164.                                     <option value=\"KI\">Kiribati</option>
  2165.                                     <option value=\"KP\">Korea, Democratic People's Republic of</option>
  2166.                                     <option value=\"KR\">Korea, Republic of</option>
  2167.                                     <option value=\"KW\">Kuwait</option>
  2168.                                     <option value=\"KG\">Kyrgyzstan</option>
  2169.                                     <option value=\"LA\">Lao People's Democratic Republic</option>
  2170.                                     <option value=\"LV\">Latvia</option>
  2171.                                     <option value=\"LB\">Lebanon</option>
  2172.                                     <option value=\"LS\">Lesotho</option>
  2173.                                     <option value=\"LR\">Liberia</option>
  2174.                                     <option value=\"LY\">Libya</option>
  2175.                                     <option value=\"LI\">Liechtenstein</option>
  2176.                                     <option value=\"LT\">Lithuania</option>
  2177.                                     <option value=\"LU\">Luxembourg</option>
  2178.                                     <option value=\"MO\">Macao</option>
  2179.                                     <option value=\"MK\">Macedonia, the former Yugoslav Republic of</option>
  2180.                                     <option value=\"MG\">Madagascar</option>
  2181.                                     <option value=\"MW\">Malawi</option>
  2182.                                     <option value=\"MY\">Malaysia</option>
  2183.                                     <option value=\"MV\">Maldives</option>
  2184.                                     <option value=\"ML\">Mali</option>
  2185.                                     <option value=\"MT\">Malta</option>
  2186.                                     <option value=\"MH\">Marshall Islands</option>
  2187.                                     <option value=\"MQ\">Martinique</option>
  2188.                                     <option value=\"MR\">Mauritania</option>
  2189.                                     <option value=\"MU\">Mauritius</option>
  2190.                                     <option value=\"YT\">Mayotte</option>
  2191.                                     <option value=\"MX\">Mexico</option>
  2192.                                     <option value=\"FM\">Micronesia, Federated States of</option>
  2193.                                     <option value=\"MD\">Moldova, Republic of</option>
  2194.                                     <option value=\"MC\">Monaco</option>
  2195.                                     <option value=\"MN\">Mongolia</option>
  2196.                                     <option value=\"ME\">Montenegro</option>
  2197.                                     <option value=\"MS\">Montserrat</option>
  2198.                                     <option value=\"MA\">Morocco</option>
  2199.                                     <option value=\"MZ\">Mozambique</option>
  2200.                                     <option value=\"MM\">Myanmar</option>
  2201.                                     <option value=\"NA\">Namibia</option>
  2202.                                     <option value=\"NR\">Nauru</option>
  2203.                                     <option value=\"NP\">Nepal</option>
  2204.                                     <option value=\"NL\">Netherlands</option>
  2205.                                     <option value=\"NC\">New Caledonia</option>
  2206.                                     <option value=\"NZ\">New Zealand</option>
  2207.                                     <option value=\"NI\">Nicaragua</option>
  2208.                                     <option value=\"NE\">Niger</option>
  2209.                                     <option value=\"NG\">Nigeria</option>
  2210.                                     <option value=\"NU\">Niue</option>
  2211.                                     <option value=\"NF\">Norfolk Island</option>
  2212.                                     <option value=\"MP\">Northern Mariana Islands</option>
  2213.                                     <option value=\"NO\">Norway</option>
  2214.                                     <option value=\"OM\">Oman</option>
  2215.                                     <option value=\"PK\">Pakistan</option>
  2216.                                     <option value=\"PW\">Palau</option>
  2217.                                     <option value=\"PS\">Palestinian Territory, Occupied</option>
  2218.                                     <option value=\"PA\">Panama</option>
  2219.                                     <option value=\"PG\">Papua New Guinea</option>
  2220.                                     <option value=\"PY\">Paraguay</option>
  2221.                                     <option value=\"PE\">Peru</option>
  2222.                                     <option value=\"PH\">Philippines</option>
  2223.                                     <option value=\"PN\">Pitcairn</option>
  2224.                                     <option value=\"PL\">Poland</option>
  2225.                                     <option value=\"PT\">Portugal</option>
  2226.                                     <option value=\"PR\">Puerto Rico</option>
  2227.                                     <option value=\"QA\">Qatar</option>
  2228.                                     <option value=\"RE\">Réunion</option>
  2229.                                     <option value=\"RO\">Romania</option>
  2230.                                     <option value=\"RU\">Russian Federation</option>
  2231.                                     <option value=\"RW\">Rwanda</option>
  2232.                                     <option value=\"BL\">Saint Barthélemy</option>
  2233.                                     <option value=\"SH\">Saint Helena, Ascension and Tristan da Cunha</option>
  2234.                                     <option value=\"KN\">Saint Kitts and Nevis</option>
  2235.                                     <option value=\"LC\">Saint Lucia</option>
  2236.                                     <option value=\"MF\">Saint Martin (French part)</option>
  2237.                                     <option value=\"PM\">Saint Pierre and Miquelon</option>
  2238.                                     <option value=\"VC\">Saint Vincent and the Grenadines</option>
  2239.                                     <option value=\"WS\">Samoa</option>
  2240.                                     <option value=\"SM\">San Marino</option>
  2241.                                     <option value=\"ST\">Sao Tome and Principe</option>
  2242.                                     <option value=\"SA\">Saudi Arabia</option>
  2243.                                     <option value=\"SN\">Senegal</option>
  2244.                                     <option value=\"RS\">Serbia</option>
  2245.                                     <option value=\"SC\">Seychelles</option>
  2246.                                     <option value=\"SL\">Sierra Leone</option>
  2247.                                     <option value=\"SG\">Singapore</option>
  2248.                                     <option value=\"SX\">Sint Maarten (Dutch part)</option>
  2249.                                     <option value=\"SK\">Slovakia</option>
  2250.                                     <option value=\"SI\">Slovenia</option>
  2251.                                     <option value=\"SB\">Solomon Islands</option>
  2252.                                     <option value=\"SO\">Somalia</option>
  2253.                                     <option value=\"ZA\">South Africa</option>
  2254.                                     <option value=\"GS\">South Georgia and the South Sandwich Islands</option>
  2255.                                     <option value=\"SS\">South Sudan</option>
  2256.                                     <option value=\"ES\">Spain</option>
  2257.                                     <option value=\"LK\">Sri Lanka</option>
  2258.                                     <option value=\"SD\">Sudan</option>
  2259.                                     <option value=\"SR\">Suriname</option>
  2260.                                     <option value=\"SJ\">Svalbard and Jan Mayen</option>
  2261.                                     <option value=\"SZ\">Swaziland</option>
  2262.                                     <option value=\"SE\">Sweden</option>
  2263.                                     <option value=\"CH\">Switzerland</option>
  2264.                                     <option value=\"SY\">Syrian Arab Republic</option>
  2265.                                     <option value=\"TW\">Taiwan, Province of China</option>
  2266.                                     <option value=\"TJ\">Tajikistan</option>
  2267.                                     <option value=\"TZ\">Tanzania, United Republic of</option>
  2268.                                     <option value=\"TH\">Thailand</option>
  2269.                                     <option value=\"TL\">Timor-Leste</option>
  2270.                                     <option value=\"TG\">Togo</option>
  2271.                                     <option value=\"TK\">Tokelau</option>
  2272.                                     <option value=\"TO\">Tonga</option>
  2273.                                     <option value=\"TT\">Trinidad and Tobago</option>
  2274.                                     <option value=\"TN\">Tunisia</option>
  2275.                                     <option value=\"TR\">Turkey</option>
  2276.                                     <option value=\"TM\">Turkmenistan</option>
  2277.                                     <option value=\"TC\">Turks and Caicos Islands</option>
  2278.                                     <option value=\"TV\">Tuvalu</option>
  2279.                                     <option value=\"UG\">Uganda</option>
  2280.                                     <option value=\"UA\">Ukraine</option>
  2281.                                     <option value=\"AE\">United Arab Emirates</option>
  2282.                                     <option value=\"GB\">United Kingdom</option>
  2283.                                     <option value=\"US\">United States</option>
  2284.                                     <option value=\"UM\">United States Minor Outlying Islands</option>
  2285.                                     <option value=\"UY\">Uruguay</option>
  2286.                                     <option value=\"UZ\">Uzbekistan</option>
  2287.                                     <option value=\"VU\">Vanuatu</option>
  2288.                                     <option value=\"VE\">Venezuela, Bolivarian Republic of</option>
  2289.                                     <option value=\"VN\">Viet Nam</option>
  2290.                                     <option value=\"VG\">Virgin Islands, British</option>
  2291.                                     <option value=\"VI\">Virgin Islands, U.S.</option>
  2292.                                     <option value=\"WF\">Wallis and Futuna</option>
  2293.                                     <option value=\"EH\">Western Sahara</option>
  2294.                                     <option value=\"YE\">Yemen</option>
  2295.                                     <option value=\"ZM\">Zambia</option>
  2296.                                     <option value=\"ZW\">Zimbabwe</option>
  2297.                                   </select>
  2298.                 <div class=\"form-message text-start\">
  2299.                   <label>";
  2300.         // line 1730
  2301.         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); })()));
  2302.         echo "</label>
  2303.                   <textarea placeholder=\"\" name=\"message\"></textarea>
  2304.                 </div>
  2305.               </div>
  2306.               <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\">
  2307.                 <div style=\"width: fit-content;\">
  2308.                   <input type=\"checkbox\" id=\"pmr\" class=\"apple-switch\" >
  2309.                   <label for=\"pmr\">";
  2310.         // line 1737
  2311.         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); })()));
  2312.         echo "</label>
  2313.                 </div>
  2314.                 <div style=\"width: fit-content;\">
  2315.                   <svg width=\"18\" height=\"18\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2316.                     <g clip-path=\"url(#clip0_299_17)\">
  2317.                       <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\"/>
  2318.                       <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\"/>
  2319.                     </g>
  2320.                     <defs>
  2321.                       <clipPath id=\"clip0_299_17\">
  2322.                         <rect width=\"36\" height=\"36\" fill=\"white\"/>
  2323.                       </clipPath>
  2324.                     </defs>
  2325.                   </svg>
  2326.                 </div>
  2327.                 ";
  2328.         // line 1754
  2329.         echo "              </div>
  2330.               <div class=\"col-md-12 form-cgu hide mt-3 text-center\">
  2331.                 <input type=\"checkbox\" id=\"agree\" class=\"apple-switch\" >
  2332.                 <label for=\"agree\">";
  2333.         // line 1758
  2334.         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); })()));
  2335.         echo "</label>
  2336.               </div>
  2337.               <div class=\"col-md-12\">
  2338.                 <p class=\"text-red booking_message text-center mb-0 mt-3 p-0\"></p>
  2339.               </div>
  2340.               <button class=\"send hide\">";
  2341.         // line 1764
  2342.         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); })()));
  2343.         echo "</button>
  2344.               <button class=\"edit-booking hide\">";
  2345.         // line 1765
  2346.         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); })()));
  2347.         echo "</button>
  2348.               <input type=\"hidden\" id=\"form_mode\" value=\"\" />
  2349.               <input type=\"hidden\" id=\"booking_id\" value=\"\" />
  2350.             </form>
  2351.           </div>
  2352.           <div class=\"mt-5 row text-center gift-block\">
  2353.               <div class=\"col-12 mt-4\">
  2354.                 <input type=\"checkbox\" id=\"gift\" class=\"apple-switch\" >
  2355.                 <label for=\"gift\">";
  2356.         // line 1776
  2357.         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); })()));
  2358.         echo "</label>
  2359.                 <div class=\"form-group gift mt-4\">
  2360.                   <label>";
  2361.         // line 1778
  2362.         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); })()));
  2363.         echo "*</label>
  2364.                   <input type=\"text\" placeholder=\"\" class=\"form-control\" name=\"gift-user\">
  2365.                 </div>
  2366.               </div>
  2367.           </div>
  2368.         </div>
  2369.       </div>
  2370.     </section>
  2371.     <div class=\"plan-salle\">
  2372.       <div class=\"plan-salle-container\">
  2373.         <img id=\"plan-salle1\" alt=\"plan-salle\" class=\"pls\" src=\"/front/img/plan-salle1.jpg?v=2\" />
  2374.         <img id=\"plan-salle2\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle2.jpg?v=2\" />
  2375.         <img id=\"plan-salle3\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle3.jpg?v=2\" />
  2376.         <span class=\"plan-close\"><img alt=\"close\" src=\"/front/img/calendar-cross.svg\"></span>
  2377.         <p class=\"text-xs text-center mb-0\">";
  2378.         // line 1799
  2379.         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); })()));
  2380.         echo "</p>
  2381.       </div>
  2382.     </div>
  2383.     ";
  2384.         // line 1805
  2385.         $this->loadTemplate("FrontBundle/Partial/resa.html.twig""FrontBundle/Page/reservation-tunnel.html.twig"1805)->display($context);
  2386.         // line 1806
  2387.         echo "
  2388.     ";
  2389.         // line 1807
  2390.         $this->loadTemplate("FrontBundle/Partial/footer.html.twig""FrontBundle/Page/reservation-tunnel.html.twig"1807)->display($context);
  2391.         // line 1808
  2392.         echo "
  2393. ";
  2394.         
  2395.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  2396.         
  2397.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  2398.     }
  2399.     // line 1811
  2400.     public function block_javascripts($context, array $blocks = [])
  2401.     {
  2402.         $macros $this->macros;
  2403.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2404.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2405.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2406.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2407.         // line 1812
  2408.         echo "
  2409.   <script src=\"/front/js/owl.carousel.min.js\"></script>
  2410.   <script type=\"text/javascript\">
  2411.     sended = false;
  2412.     \$(document).ready(function() {
  2413.       if( window.innerWidth <= 414 ){
  2414.         \$('.majestic.show-first .m1 .content').css('min-height', '350px');
  2415.         \$('.majestic.show-first .m2 .content').css('min-height', '350px');
  2416.         \$('.majestic.show-first .m3 .content').css('min-height', '295px');
  2417.         \$('.majestic.show-first .me .content').css('min-height', '295px');
  2418.         \$('.b1 .content').css('min-height', '246px');
  2419.         \$('.b2 .content').css('min-height', '246px');
  2420.         \$('.versailles.show-first .m1 .content').css('min-height', '400px');
  2421.         \$('.versailles.show-first .m2 .content').css('min-height', '400px');
  2422.         \$('.versailles.show-first .m3 .content').css('min-height', '362px');
  2423.         \$('.versailles.show-first .me .content').css('min-height', '362px');
  2424.         \$('.majestic.show-second .m1 .content').css('min-height', '378px');
  2425.         \$('.majestic.show-second .m2 .content').css('min-height', '378px');
  2426.         \$('.majestic.show-second .m3 .content').css('min-height', '252px');
  2427.         \$('.majestic.show-second .me .content').css('min-height', '252px');
  2428.         \$('.b1 .content').css('min-height', '246px');
  2429.         \$('.b2 .content').css('min-height', '246px');
  2430.         \$('.versailles.show-second .m1 .content').css('min-height', '400px');
  2431.         \$('.versailles.show-second .m2 .content').css('min-height', '400px');
  2432.         \$('.versailles.show-second .m3 .content').css('min-height', '362px');
  2433.         \$('.versailles.show-second .me .content').css('min-height', '362px');
  2434.       }
  2435. ";
  2436.         // line 1850
  2437.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  2438.             // line 1851
  2439.             echo "      \$('.form-login').addClass('hide');
  2440.       \$('.form-signup').removeClass('hide');
  2441.       \$('.form-signup .signup').addClass('hide');
  2442.       \$('.to-form-message').prepend(\$('.form-message'));
  2443.       \$('#form_mode').val('logged');
  2444.       \$('.send').removeClass('hide');
  2445.       \$('.form-cgu').addClass('hide');
  2446. ";
  2447.         }
  2448.         // line 1859
  2449.         echo "
  2450.       \$('#kt_login_signup').on('click', function (e) {
  2451.           e.preventDefault();
  2452.           \$('.form-login').addClass('hide');
  2453.           \$('.form-signup').removeClass('hide');
  2454.           \$('#form_mode').val('register');
  2455.           \$('.send').removeClass('hide');
  2456.           \$('.form-cgu').removeClass('hide');
  2457.       });
  2458.       \$('.return-login').on('click', function (e) {
  2459.           e.preventDefault();
  2460.           \$('.form-login').removeClass('hide');
  2461.           \$('.form-signup').addClass('hide');
  2462.           \$('.form-cgu').addClass('hide');
  2463.       });
  2464.       \$('#kt_login_signin_submit').on('click', function (e) {
  2465.           e.preventDefault();
  2466.           var form = {
  2467.             email: \$('input[name=\"login_username\"]').val(),
  2468.             password: \$('input[name=\"login_password\"]').val(),
  2469.           };
  2470.           \$.post('/tunnel/credentials/check/";
  2471.         // line 1885
  2472.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1885$this->source); })()), "request", [], "any"falsefalsefalse1885), "locale", [], "any"falsefalsefalse1885), "html"nulltrue);
  2473.         echo "', form, function( data ) {
  2474.             console.log(data);
  2475.             \$('.login_message').hide();
  2476.             if(data.success == true){
  2477.               \$('.form-signup input[name=\"lastname\"]').val(data.user.infos.lastname);
  2478.               \$('.form-signup input[name=\"firstname\"]').val(data.user.infos.firstname);
  2479.               \$('.form-signup input[name=\"company\"]').val(data.user.infos.company);
  2480.               \$('.form-signup input[name=\"phone\"]').val(data.user.infos.phone);
  2481.               \$('.form-signup input[name=\"email\"]').val(data.user.email);
  2482.               \$('.form-signup input[name=\"email\"]').attr('disabled','disabled');
  2483.               \$('.form-signup input[name=\"address\"]').val(data.user.infos.address);
  2484.               \$('.form-signup input[name=\"zipcode\"]').val(data.user.infos.zipcode);
  2485.               \$('.form-signup input[name=\"city\"]').val(data.user.infos.city);
  2486.               if(data.user.country_code != ''){
  2487.                 \$('.form-signup [name=\"country_code\"]').val(data.user.infos.country_code);
  2488.                 \$('.form-signup [name=\"country\"]').val(data.user.infos.country_code);
  2489.               }
  2490.               \$('.form-login').addClass('hide');
  2491.               \$('.form-signup').removeClass('hide');
  2492.               \$('.form-signup .signup').addClass('hide');
  2493.               \$('.to-form-message').prepend(\$('.form-message'));
  2494.               \$('#form_mode').val('logged');
  2495.               \$('.send').removeClass('hide');
  2496.               \$('.login-link').addClass('hide');
  2497.               \$('.form-cgu').addClass('hide');
  2498.             } else {
  2499.               \$('.login_message').show();
  2500.               \$('.login_message').text(data.error);
  2501.             }
  2502.           }, \"json\");
  2503.       });
  2504.       \$('.send').on('click', function (e) {
  2505.           e.preventDefault();
  2506.           var infos = {
  2507.             form_mode: \$('#form_mode').val(),
  2508.             lastname: \$('#form-booking input[name=\"lastname\"]').val(),
  2509.             firstname: \$('#form-booking input[name=\"firstname\"]').val(),
  2510.             company: \$('#form-booking input[name=\"company\"]').val(),
  2511.             phone: \$('#form-booking input[name=\"phone\"]').val(),
  2512.             email: \$('#form-booking input[name=\"email\"]').val(),
  2513.             password: \$('#form-booking input[name=\"password\"]').val(),
  2514.             confirm: \$('#form-booking input[name=\"confirm\"]').val(),
  2515.             address: \$('#form-booking input[name=\"address\"]').val(),
  2516.             zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
  2517.             city: \$('#form-booking input[name=\"city\"]').val(),
  2518.             country: \$('#form-booking select[name=\"country\"] option:selected').text(),
  2519.             country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
  2520.             message: \$('#form-booking textarea[name=\"message\"]').val(),
  2521.             pmr: \$('#pmr').prop('checked'),
  2522.             gift: \$('#gift').prop('checked'),
  2523.             agree: \$('#agree').prop('checked'),
  2524.             gift_user: \$('input[name=\"gift-user\"]').val(),
  2525.           };
  2526.           var form = {
  2527.             palace_resa: palace_resa,
  2528.             infos: infos,
  2529.             email: \$('#form-booking input[name=\"email\"]').val(),
  2530.             password: \$('#form-booking input[name=\"password\"]').val(),
  2531.           };
  2532.           if(sended == false){
  2533.             \$.post('/tunnel/booking/send/";
  2534.         // line 1958
  2535.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1958$this->source); })()), "request", [], "any"falsefalsefalse1958), "locale", [], "any"falsefalsefalse1958), "html"nulltrue);
  2536.         echo "', form, function( data ) {
  2537.               sended = false;
  2538.               console.log(form);
  2539.               console.log(data);
  2540.               \$('.booking_message').hide();
  2541.               if(data.success == true){
  2542.                 \$('.send').remove();
  2543.                 \$('.gift-block').hide();
  2544.                 \$('.bar-menu').hide();
  2545.                 var confirm_message = '<div class=\"text-center pt-3\">\\
  2546.                   <h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
  2547.                   <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>\\
  2548.                   <a href=\"";
  2549.         // line 1972
  2550.         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->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1972$this->source); })()), "request", [], "any"falsefalsefalse1972), "locale", [], "any"falsefalsefalse1972)]), "html"nulltrue);
  2551.         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>\\
  2552.                   </div>\\
  2553.                 ';
  2554.                 if( \$('html').attr('lang') == 'de' ){
  2555.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  2556.                   <h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
  2557.                   <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>\\
  2558.                   <a href=\"";
  2559.         // line 1980
  2560.         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->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1980$this->source); })()), "request", [], "any"falsefalsefalse1980), "locale", [], "any"falsefalsefalse1980)]), "html"nulltrue);
  2561.         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>\\
  2562.                   </div>\\
  2563.                 ';
  2564.                 }
  2565.                 if( \$('html').attr('lang') == 'en' ){
  2566.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  2567.                   <h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
  2568.                   <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>\\
  2569.                   <a href=\"";
  2570.         // line 1989
  2571.         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->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1989$this->source); })()), "request", [], "any"falsefalsefalse1989), "locale", [], "any"falsefalsefalse1989)]), "html"nulltrue);
  2572.         echo "\" class=\"btn-primary btn-sm text active\">Reservation tracking <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
  2573.                   </div>\\
  2574.                 ';
  2575.                 }
  2576.                 \$('#form-booking').html(confirm_message);
  2577.   //EFFACER LA RESA
  2578.   localStorage.setItem(\"palace_resa\", null);
  2579.               } else {
  2580.                 \$('.booking_message').show();
  2581.                 \$('.booking_message').text(data.error);
  2582.               }
  2583.             }, \"json\");
  2584.             sended = true;
  2585.           }
  2586.           
  2587.       });
  2588.       \$('.edit-booking').on('click', function (e) {
  2589.           e.preventDefault();
  2590.           var infos = {
  2591.             form_mode: \$('#form_mode').val(),
  2592.             lastname: \$('#form-booking input[name=\"lastname\"]').val(),
  2593.             firstname: \$('#form-booking input[name=\"firstname\"]').val(),
  2594.             company: \$('#form-booking input[name=\"company\"]').val(),
  2595.             phone: \$('#form-booking input[name=\"phone\"]').val(),
  2596.             email: \$('#form-booking input[name=\"email\"]').val(),
  2597.             password: \$('#form-booking input[name=\"password\"]').val(),
  2598.             confirm: \$('#form-booking input[name=\"confirm\"]').val(),
  2599.             address: \$('#form-booking input[name=\"address\"]').val(),
  2600.             zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
  2601.             city: \$('#form-booking input[name=\"city\"]').val(),
  2602.             country: \$('#form-booking select[name=\"country\"] option:selected').text(),
  2603.             country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
  2604.             message: \$('#form-booking textarea[name=\"message\"]').val(),
  2605.             pmr: \$('#pmr').prop('checked'),
  2606.             gift: \$('#gift').prop('checked'),
  2607.             agree: \$('#agree').prop('checked'),
  2608.             gift_user: \$('input[name=\"gift-user\"]').val(),
  2609.           };
  2610.           var form = {
  2611.             booking_id: \$('#booking_id').val(),
  2612.             palace_resa: palace_resa,
  2613.             infos: infos,
  2614.             email: \$('#form-booking input[name=\"email\"]').val(),
  2615.             password: \$('#form-booking input[name=\"password\"]').val(),
  2616.           };
  2617.           if(sended == false){
  2618.             \$.post('/tunnel/booking/resend/";
  2619.         // line 2047
  2620.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2047$this->source); })()), "request", [], "any"falsefalsefalse2047), "locale", [], "any"falsefalsefalse2047), "html"nulltrue);
  2621.         echo "', form, function( data ) {
  2622.               sended = false;
  2623.               console.log(form);
  2624.               console.log(data);
  2625.               \$('.booking_message').hide();
  2626.               if(data.success == true){
  2627.                 \$('.send').remove();
  2628.                 \$('.edit-booking').remove();
  2629.                 \$('.gift-block').hide();
  2630.                 \$('.bar-menu').hide();
  2631.                 var confirm_message = '<div class=\"text-center pt-3\">\\
  2632.                   <h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
  2633.                   <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>\\
  2634.                   <a href=\"";
  2635.         // line 2062
  2636.         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->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2062$this->source); })()), "request", [], "any"falsefalsefalse2062), "locale", [], "any"falsefalsefalse2062)]), "html"nulltrue);
  2637.         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>\\
  2638.                   </div>\\
  2639.                 ';
  2640.                 if( \$('html').attr('lang') == 'de' ){
  2641.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  2642.                   <h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
  2643.                   <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>\\
  2644.                   <a href=\"";
  2645.         // line 2070
  2646.         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->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2070$this->source); })()), "request", [], "any"falsefalsefalse2070), "locale", [], "any"falsefalsefalse2070)]), "html"nulltrue);
  2647.         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>\\
  2648.                   </div>\\
  2649.                 ';
  2650.                 }
  2651.                 if( \$('html').attr('lang') == 'en' ){
  2652.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  2653.                   <h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
  2654.                   <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>\\
  2655.                   <a href=\"";
  2656.         // line 2079
  2657.         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->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2079$this->source); })()), "request", [], "any"falsefalsefalse2079), "locale", [], "any"falsefalsefalse2079)]), "html"nulltrue);
  2658.         echo "\" class=\"btn-primary btn-sm text active\">Reservation tracking <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
  2659.                   </div>\\
  2660.                 ';
  2661.                 }
  2662.                 \$('#form-booking').html(confirm_message);
  2663.   //EFFACER LA RESA
  2664.   localStorage.setItem(\"palace_resa\", null);
  2665.               } else {
  2666.                 \$('.booking_message').show();
  2667.                 \$('.booking_message').text(data.error);
  2668.               }
  2669.             }, \"json\");
  2670.             sended = true;
  2671.           }
  2672.           
  2673.       });
  2674.       /* RESPONSIVE */
  2675.       if( \$( window ).width() <= 1440 ){
  2676.         \$('.espace-content.third .col-md-8').addClass('col-md-7');
  2677.         \$('.espace-content.third .col-md-8').removeClass('col-md-8');
  2678.       }
  2679.     });
  2680.   </script>
  2681.   <script type=\"text/javascript\">
  2682.     \$(document).ready(function() {
  2683.       // ";
  2684.         // line 2119
  2685.         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"falsefalsefalse2119)) {
  2686.             // line 2120
  2687.             echo "      //   setTimeout(() => {
  2688.       //     if( !\$('[data-resto=\"versailles\"]').hasClass('active') ){
  2689.       //       \$('[data-resto=\"versailles\"]').click();
  2690.       //     }
  2691.       //   }, 3000);
  2692.       // ";
  2693.         }
  2694.         // line 2126
  2695.         echo "
  2696.       // ";
  2697.         // line 2127
  2698.         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"falsefalsefalse2127)) {
  2699.             // line 2128
  2700.             echo "      //   setTimeout(() => {
  2701.       //     if( !\$('[data-resto=\"majestic\"]').hasClass('active') ){
  2702.       //       \$('[data-resto=\"majestic\"]').click();
  2703.       //     }
  2704.       //   }, 3000);
  2705.       // ";
  2706.         }
  2707.         // line 2134
  2708.         echo "
  2709.       ";
  2710.         // line 2135
  2711.         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"falsefalsefalse2135)) {
  2712.             // line 2136
  2713.             echo "        setTimeout(() => {
  2714.           if( \$('#section6 .pn .sel').hasClass('active') ){
  2715.             \$('#section6 .ph .sel').click();
  2716.           }
  2717.         }, 3000);
  2718.       ";
  2719.         }
  2720.         // line 2142
  2721.         echo "      
  2722.       ";
  2723.         // line 2143
  2724.         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"falsefalsefalse2143)) {
  2725.             // line 2144
  2726.             echo "        setTimeout(() => {
  2727.           if( \$('#section6 .ph .sel').hasClass('active') ){
  2728.             \$('#section6 .pn .sel').click();
  2729.           }
  2730.         }, 3000);
  2731.       ";
  2732.         }
  2733.         // line 2150
  2734.         echo "
  2735.       ";
  2736.         // line 2151
  2737.         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"falsefalsefalse2151)) {
  2738.             // line 2152
  2739.             echo "        setTimeout(() => {
  2740.           if( \$('#section6 .vip .sel').hasClass('active') ){
  2741.             \$('#section6 .ph .sel').click();
  2742.             \$('#section6 .pn .sel').click();
  2743.           }
  2744.         }, 3000);
  2745.       ";
  2746.         }
  2747.         // line 2159
  2748.         echo "
  2749.       ";
  2750.         // line 2160
  2751.         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"falsefalsefalse2160)) {
  2752.             // line 2161
  2753.             echo "        setTimeout(() => {
  2754.           if( parseInt(\$('#section7 .nbr').text()) > 0 ){
  2755.             \$('.step2[data-ref=\"ms\"] a').click();
  2756.             \$('.bar-menu li[data-step=\"1\"] a').click();
  2757.           }
  2758.         }, 3000);
  2759.       ";
  2760.         }
  2761.         // line 2168
  2762.         echo "
  2763.     });
  2764.   </script>
  2765. ";
  2766.         
  2767.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  2768.         
  2769.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  2770.     }
  2771.     public function getTemplateName()
  2772.     {
  2773.         return "FrontBundle/Page/reservation-tunnel.html.twig";
  2774.     }
  2775.     public function isTraitable()
  2776.     {
  2777.         return false;
  2778.     }
  2779.     public function getDebugInfo()
  2780.     {
  2781.         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,);
  2782.     }
  2783.     public function getSourceContext()
  2784.     {
  2785.         return new Source("{% extends 'FrontBundle/layout.html.twig' %}
  2786. {% block title %}{{ app_sitename }} - {{ page.metaTitle }}{% endblock %}
  2787. {% block description %}{{ page.metaDescription }}{% endblock %}
  2788. {% block extra_class %}stack fixed visible{% endblock %}
  2789. {% block stylesheets %}
  2790.   <link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
  2791.   <link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
  2792.   <style>
  2793.     .resto_full {
  2794.       filter: grayscale(100%);
  2795.       pointer-events: none !important;
  2796.     }
  2797.     .resto_full_banner {
  2798.       position: absolute;
  2799.       width: 80%;
  2800.       background-color: rgba(255,255,255,0.08);
  2801.       backdrop-filter: blur(15px);
  2802.       -webkit-backdrop-filter: blur(15px);
  2803.       border-radius: 15px;
  2804.       height: 40px;
  2805.       line-height: 40px;
  2806.       text-align: center;
  2807.       top: calc(50% - 20px);
  2808.       left: calc(50% - 40%);
  2809.       font-weight: 400;
  2810.       font-size: 20px;
  2811.       pointer-events: none !important;
  2812.     }
  2813.     .page_reservation-tunnel .resto .resto_full .cover:hover {
  2814.       scale: 1;
  2815.     }
  2816.     .place_full {
  2817.       filter: grayscale(100%);
  2818.       pointer-events: none !important;
  2819.     }
  2820.     .place_full .sel {
  2821.       visibility: hidden;
  2822.     }
  2823.     .ms_full {
  2824.       filter: grayscale(100%);
  2825.       pointer-events: none !important;
  2826.     }
  2827.     .ms_full .qty {
  2828.       visibility: hidden;
  2829.     }
  2830.     .form-signup a.fw-semibold{
  2831.       transition: transform ease-in 2s;
  2832.     }
  2833.     .form-signup a.fw-semibold:hover{
  2834.       background: #9e1212;
  2835.       color: #ffffff !important;
  2836.     }
  2837.     .menu.ss .boisson {
  2838.       color: var(--red) !important;
  2839.     }
  2840.     .menu.ss .gold .boisson {
  2841.       color: var(--gold) !important;
  2842.     }
  2843.   </style>
  2844. {% endblock %}
  2845. {% block body %}
  2846.     {% include 'FrontBundle/Partial/loader.html.twig' %}
  2847.     <div class=\"tunnel-bg\"></div>
  2848. {# {{ dump(places) }} #}
  2849.     <section class=\"espace-content third mt-5 pt-5\">
  2850.       <div class=\"row mt-5\">
  2851.         <div class=\"col-md-12 relative tpmen\">    
  2852.           <h1 id=\"\" class=\"no-bar\">{{ 'tunnel_title'|tr(tr)|upper|raw }}<span class=\"full-bar black thin\"></span></h1>
  2853.           <ul class=\"bar-menu\">
  2854.             <li class=\"active visited\" data-step=\"1\"><a href=\"#\">{{ 'tunnel_menu1'|tr(tr)|upper|raw }}</a></li>
  2855.             <li data-step=\"2\"><a href=\"#\">{{ 'tunnel_menu2'|tr(tr)|upper|raw }}</a></li>
  2856.             <li data-step=\"3\"><a href=\"#\">{{ 'tunnel_menu3'|tr(tr)|upper|raw }}</a></li>
  2857.             <li data-step=\"4\"><a href=\"#\">{{ 'tunnel_menu4'|tr(tr)|upper|raw }}</a></li>
  2858.             <li data-step=\"5\" style=\"display: none;\"><a href=\"#\">{{ 'tunnel_menu5'|tr(tr)|upper|raw }}</a></li>
  2859.           </ul>
  2860.         </div>
  2861.       </div>
  2862.     </section>
  2863.     <section id=\"section1\" class=\"espace-content third thin mt-5 pt-4\">
  2864.       <div class=\"row\" style=\"display:none;\">
  2865.         <div class=\"col-md-8 relative group\">   
  2866.           <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>
  2867.           <span class=\"subtitle\">{{ 'tunnel_section1_gr_subtitle'|tr(tr)|raw }}</span>
  2868.           <div class=\"mt-3\">
  2869.             <a href=\"#\" class=\"btn-primary btn-sm\" data-group=\"individuel\">{{ 'tunnel_section1_in'|tr(tr)|raw }}</a>
  2870.             <a href=\"#\" class=\"btn-primary btn-sm m-4\" data-group=\"groupe\">{{ 'tunnel_section1_gr'|tr(tr)|raw }}</a>
  2871.           </div>
  2872.         </div>
  2873.       </div>
  2874.       <div class=\"row\">
  2875.         <div class=\"col-md-8 relative number mb-5\">   
  2876.           <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>
  2877.           <span class=\"subtitle\">{{ 'tunnel_section1_gr_subtitle'|tr(tr)|raw }}</span>
  2878.           <div class=\"mt-3\">
  2879.             <a href=\"#\" class=\"number-minus\">-</a>
  2880.             <input type=\"text\" class=\"number-val\" value=\"1\" />
  2881.             <a href=\"#\" class=\"number-plus\">+</a>
  2882.           </div>
  2883.         </div>
  2884.       </div>
  2885.       <div class=\"row mt-3\">
  2886.         <div class=\"col-md-8 relative formula\">   
  2887.           <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>
  2888.           <div class=\"mt-3 row\">
  2889.             <div class=\"col-12\">
  2890.               <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>
  2891.               <a href=\"#\" class=\"btn-primary btn-sm m-4\" data-formula=\"sansrepas\">{{ 'tunnel_section1_formula_sr'|tr(tr)|raw }}</a>
  2892.             </div>
  2893.           </div>
  2894.           <p class=\"p-0 mt-4 ms-2 parfum hide\">{{ 'menus_tarifs_inclu3'|tr(tr) }}.</p>
  2895.         </div>
  2896.       </div>
  2897.     </section>
  2898.     <section id=\"section2\" class=\"espace-content third thin mt-5 pt-4 hide\">
  2899.       <div class=\"row\">
  2900.         <div class=\"col-md-8 relative\">   
  2901.           <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>
  2902.           <span class=\"subtitle\">{{ 'tunnel_section2_choose'|tr(tr)|raw }}</span>
  2903.           <div class=\"mt-3 row resto\">
  2904.             <div class=\"col-md-6 {{ (places.isIsMajesicFull) ? 'resto_full' : '' }}\" data-resto=\"majestic\">
  2905.               <a href=\"#\" class=\"cover\" style=\"background-image: url('/front/img/resa_majestic.jpg');\">
  2906.                 <span>LE MAJESTIC</span>
  2907.                 {% if places.isIsMajesicFull %}
  2908.                 <div class=\"resto_full_banner\">{{ 'general_full'|tr(tr)|upper|raw }}</div>
  2909.                 {% endif %}
  2910.               </a>
  2911.               <p class=\"desc\">{{ 'tunnel_section2_mj'|tr(tr)|raw }}</p>
  2912.               <a href=\"#\" class=\"arrow majestic-arrow\" data-resto=\"majestic\"><img src=\"/front/img/resa_resto_arrow.svg\" alt=\"next\"></a>
  2913.             </div>
  2914.             <div class=\"col-md-6 {{ (places.isIsVersaillesFull) ? 'resto_full' : '' }}\" data-resto=\"versailles\">
  2915.               <a href=\"#\" class=\"cover\" style=\"background-image: url('/front/img/resa_versailles.jpg');\">
  2916.                 <span class=\"gold\">LE VERSAILLES</span>
  2917.                 {% if places.isIsVersaillesFull %}
  2918.                 <div class=\"resto_full_banner\">{{ 'general_full'|tr(tr)|upper|raw }}</div>
  2919.                 {% endif %}
  2920.               </a>
  2921.               <p class=\"desc\">{{ 'tunnel_section2_ve'|tr(tr)|raw }}</p>
  2922.               <a href=\"#\" class=\"arrow versailles-arrow\" data-resto=\"versailles\"><img src=\"/front/img/resa_resto_arrow.svg\" alt=\"next\"></a>
  2923.             </div>
  2924.             
  2925.           </div>
  2926.           <div class=\"mt-5 mb-5 row menu majestic hide ss\">
  2927.             <div class=\"col-md-6 offset-md-3 col mss\">
  2928.               <label class=\"title\">{{ 'menus_tarifs_ss_title'|tr(tr)|upper|raw }}</label>
  2929.               <div class=\"content pb-0\" style=\"min-height: 471px;\">
  2930.                 {{ 'menus_tarifs_ss'|tr(tr)|raw }}
  2931.               </div>
  2932.               <span class=\"price\" style=\"border-top: 0px;\"></span>
  2933.             </div>
  2934.           </div>
  2935.           {# MAJESTIC #}
  2936.           <div class=\"mt-5 row menu majestic hide show-first\">
  2937.             <div class=\"col-md-3 col m1\">
  2938.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} PLAISIR</label>
  2939.               <div class=\"content\" style=\"min-height: 629px;\">
  2940.                 {{ 'menus_tarifs_mjm1'|tr(tr)|raw }}
  2941.               </div>
  2942.               <span class=\"price\"><i>0</i>,00€</span>
  2943.               <div class=\"qty\" data-ref=\"mj-m1\">
  2944.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }}  :</span>
  2945.                 <div class=\"controls\">
  2946.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  2947.                   <span class=\"nbr\">0</span>
  2948.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  2949.                 </div>
  2950.               </div>
  2951.             </div>
  2952.             <div class=\"col-md-3 col m2\">
  2953.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} FESTIVAL</label>
  2954.               <div class=\"content\" style=\"min-height: 629px;\">
  2955.                 {{ 'menus_tarifs_mjm2'|tr(tr)|raw }}
  2956.               </div>
  2957.               <span class=\"price\"><i>0</i>,00€</span>
  2958.               <div class=\"qty\" data-ref=\"mj-m2\">
  2959.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }}  :</span>
  2960.                 <div class=\"controls\">
  2961.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  2962.                   <span class=\"nbr\">0</span>
  2963.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  2964.                 </div>
  2965.               </div>
  2966.             </div>
  2967. {#            <div class=\"col-md-3 col m3\">
  2968.               <label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  2969.               <div class=\"content\" style=\"min-height: 471px;\">
  2970.                 <div class=\"selector\">
  2971.                   <input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
  2972.                   <label for=\"mj-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
  2973.                 </div>
  2974.                 {{ 'menus_tarifs_mjm3'|tr(tr)|raw }}
  2975.               </div>
  2976.               <span class=\"price\"><i>0</i>,00€</span>
  2977.               <div class=\"qty\" data-ref=\"mj-m3\">
  2978.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  2979.                 <div class=\"controls\">
  2980.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  2981.                   <span class=\"nbr\">0</span>
  2982.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  2983.                 </div>
  2984.               </div>
  2985.             </div>#}
  2986.             <div class=\"col-md-3 col m3\">
  2987.               <label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  2988.               <div class=\"content\" style=\"min-height: 471px;\">
  2989.                 <div class=\"selector hide\">
  2990.                   <input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
  2991.                   <label for=\"mj-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
  2992.                 </div>
  2993.                 {{ 'menus_tarifs_mjm3'|tr(tr)|raw }}
  2994.               </div>
  2995.               <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>
  2996.               <div class=\"qty\" data-ref=\"mj-m3\" style=\"bottom: 100px;\">
  2997.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  2998.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  2999.                 <div class=\"controls\">
  3000.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3001.                   <span class=\"nbr\">0</span>
  3002.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3003.                 </div>
  3004.               </div>
  3005.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  3006.               <div class=\"qty\" data-ref=\"mj-m4\">
  3007.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  3008.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3009.                 <div class=\"controls\">
  3010.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3011.                   <span class=\"nbr\">0</span>
  3012.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3013.                 </div>
  3014.               </div>
  3015.             </div>
  3016.             <div class=\"col-md-3 col me\">
  3017.               <label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  3018.               <div class=\"content\" style=\"min-height: 629px;\">
  3019.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  3020.               </div>
  3021.               <span class=\"price\"><i>0</i>,00€</span>
  3022.               <div class=\"qty\" data-ref=\"mj-me\">
  3023.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3024.                 <div class=\"controls\">
  3025.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3026.                   <span class=\"nbr\">0</span>
  3027.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3028.                 </div>
  3029.               </div>
  3030.             </div>
  3031.             <div class=\"col-md-12\">
  3032.               <p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  3033.             </div>
  3034.           </div>
  3035.           {# END MAJESTIC #}
  3036.           {# MAJESTIC SECOND #}
  3037.           <div class=\"mt-5 row menu majestic hide show-second\">
  3038.             <div class=\"col-md-3 col m1\">
  3039.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} PLAISIR</label>
  3040.               <div class=\"content\" style=\"min-height: 629px;\">
  3041.                 {{ 'menus_tarifs_mjm12'|tr(tr)|raw }}
  3042.               
  3043.               </div>
  3044.               <span class=\"price\"><i>0</i>,00€</span>
  3045.               <div class=\"qty\" data-ref=\"mj-m1\">
  3046.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3047.                 <div class=\"controls\">
  3048.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3049.                   <span class=\"nbr\">0</span>
  3050.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3051.                 </div>
  3052.               </div>
  3053.             </div>
  3054.             <div class=\"col-md-3 col m2\">
  3055.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} FESTIVAL</label>
  3056.               <div class=\"content\" style=\"min-height: 629px;\">
  3057.                 {{ 'menus_tarifs_mjm22'|tr(tr)|raw }}
  3058.               </div>
  3059.               <span class=\"price\"><i>0</i>,00€</span>
  3060.               <div class=\"qty\" data-ref=\"mj-m2\">
  3061.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3062.                 <div class=\"controls\">
  3063.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3064.                   <span class=\"nbr\">0</span>
  3065.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3066.                 </div>
  3067.               </div>
  3068.             </div>
  3069.             <div class=\"col-md-3 col m3\">
  3070.               <label class=\"title\">{{ 'menus_tarifs_menuvegan2'|tr(tr)|upper|raw }}</label>
  3071.               <div class=\"content\" style=\"min-height: 471px;\">
  3072.                 <div class=\"selector hide\">
  3073.                   <input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
  3074.                   <label for=\"mj-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
  3075.                 </div>
  3076.                 
  3077.                 {{ 'menus_tarifs_mjm32'|tr(tr)|raw }}
  3078.               </div>
  3079.               <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>
  3080.               <div class=\"qty\" data-ref=\"mj-m3\" style=\"bottom: 100px;\">
  3081.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  3082.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3083.                 <div class=\"controls\">
  3084.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3085.                   <span class=\"nbr\">0</span>
  3086.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3087.                 </div>
  3088.               </div>
  3089.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  3090.               <div class=\"qty\" data-ref=\"mj-m4\">
  3091.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  3092.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3093.                 <div class=\"controls\">
  3094.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3095.                   <span class=\"nbr\">0</span>
  3096.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3097.                 </div>
  3098.               </div>
  3099.             </div>
  3100.             <div class=\"col-md-3 col me\">
  3101.               <label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  3102.               <div class=\"content\" style=\"min-height: 629px;\">
  3103.                 
  3104.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  3105.               </div>
  3106.               <span class=\"price\"><i>0</i>,00€</span>
  3107.               <div class=\"qty\" data-ref=\"mj-me\">
  3108.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3109.                 <div class=\"controls\">
  3110.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3111.                   <span class=\"nbr\">0</span>
  3112.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3113.                 </div>
  3114.               </div>
  3115.             </div>
  3116.             <div class=\"col-md-12\">
  3117.               <p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  3118.             </div>
  3119.           </div>
  3120.           {# END MAJESTIC SECOND #}
  3121.           {# VERSAILLES #}
  3122.           <div class=\"mt-5 row menu versailles hide show-first\">
  3123.             <div class=\"col-md-3 col gold m1\">
  3124.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} Élégance</label>
  3125.               <div class=\"content\" style=\"min-height: 748px;\">
  3126.                 {{ 'menus_tarifs_vem1'|tr(tr)|raw }}
  3127.               </div>
  3128.               <span class=\"price\"><i>0</i>,00€</span>
  3129.               <div class=\"qty\" data-ref=\"ve-m1\">
  3130.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3131.                 <div class=\"controls\">
  3132.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3133.                   <span class=\"nbr\">0</span>
  3134.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3135.                 </div>
  3136.               </div>
  3137.             </div>
  3138.             <div class=\"col-md-3 col gold m2\">
  3139.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} ROYAL</label>
  3140.               <div class=\"content\" style=\"min-height: 748px;\">
  3141.                 {{ 'menus_tarifs_vem2'|tr(tr)|raw }}
  3142.               </div>
  3143.               <span class=\"price\"><i>0</i>,00€</span>
  3144.               <div class=\"qty\" data-ref=\"ve-m2\">
  3145.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3146.                 <div class=\"controls\">
  3147.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3148.                   <span class=\"nbr\">0</span>
  3149.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3150.                 </div>
  3151.               </div>
  3152.             </div>
  3153. {#            <div class=\"col-md-3 col gold m3\">
  3154.               <label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  3155.               <div class=\"content\" style=\"min-height: 589px;\">
  3156.               <div class=\"selector\">
  3157.                 <input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
  3158.                 <label for=\"ve-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
  3159.               </div>
  3160.                 {{ 'menus_tarifs_vem3'|tr(tr)|raw }}
  3161.               </div>
  3162.               <span class=\"price\"><i>0</i>,00€</span>
  3163.               <div class=\"qty\" data-ref=\"ve-m3\">
  3164.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3165.                 <div class=\"controls\">
  3166.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3167.                   <span class=\"nbr\">0</span>
  3168.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3169.                 </div>
  3170.               </div>
  3171.             </div>#}
  3172.             <div class=\"col-md-3 col gold m3\">
  3173.               <label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  3174.               <div class=\"content\" style=\"min-height: 589px;\">
  3175.                 <div class=\"selector hide\">
  3176.                   <input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
  3177.                   <label for=\"ve-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
  3178.                 </div>
  3179.                 {{ 'menus_tarifs_vem3'|tr(tr)|raw }}
  3180.               </div>
  3181.               <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>
  3182.               <div class=\"qty\" data-ref=\"ve-m3\" style=\"bottom: 100px;\">
  3183.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  3184.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3185.                 <div class=\"controls\">
  3186.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3187.                   <span class=\"nbr\">0</span>
  3188.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3189.                 </div>
  3190.               </div>
  3191.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  3192.               <div class=\"qty\" data-ref=\"ve-m4\">
  3193.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  3194.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3195.                 <div class=\"controls\">
  3196.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3197.                   <span class=\"nbr\">0</span>
  3198.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3199.                 </div>
  3200.               </div>
  3201.             </div>
  3202.             <div class=\"col-md-3 col gold me\">
  3203.               <label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  3204.               <div class=\"content\" style=\"min-height: 748px;\">
  3205.                 
  3206.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  3207.               </div>
  3208.               <span class=\"price\"><i>0</i>,00€</span>
  3209.               <div class=\"qty\" data-ref=\"ve-me\">
  3210.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3211.                 <div class=\"controls\">
  3212.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3213.                   <span class=\"nbr\">0</span>
  3214.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3215.                 </div>
  3216.               </div>
  3217.             </div>
  3218.             <div class=\"col-md-12\">
  3219.               <p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  3220.             </div>
  3221.           </div>
  3222.           {# END VERSAILLES #}
  3223.           {# VERSAILLES SECOND #}
  3224.           <div class=\"mt-5 row menu versailles hide show-second\">
  3225.             <div class=\"col-md-3 col gold m1\">
  3226.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} Élégance</label>
  3227.               <div class=\"content\" style=\"min-height: 748px;\">
  3228.                 {{ 'menus_tarifs_vem12'|tr(tr)|raw }}
  3229.               </div>
  3230.               <span class=\"price\"><i>0</i>,00€</span>
  3231.               <div class=\"qty\" data-ref=\"ve-m1\">
  3232.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3233.                 <div class=\"controls\">
  3234.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3235.                   <span class=\"nbr\">0</span>
  3236.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3237.                 </div>
  3238.               </div>
  3239.             </div>
  3240.             <div class=\"col-md-3 col gold m2\">
  3241.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} ROYAL</label>
  3242.               <div class=\"content\" style=\"min-height: 748px;\">
  3243.                 {{ 'menus_tarifs_vem22'|tr(tr)|raw }}
  3244.               </div>
  3245.               <span class=\"price\"><i>0</i>,00€</span>
  3246.               <div class=\"qty\" data-ref=\"ve-m2\">
  3247.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3248.                 <div class=\"controls\">
  3249.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3250.                   <span class=\"nbr\">0</span>
  3251.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3252.                 </div>
  3253.               </div>
  3254.             </div>
  3255.             <div class=\"col-md-3 col gold m3\">
  3256.               <label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  3257.               <div class=\"content\" style=\"min-height: 589px;\">
  3258.               <div class=\"selector hide\">
  3259.                 <input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
  3260.                 <label for=\"ve-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
  3261.               </div>
  3262.                 {{ 'menus_tarifs_vem32'|tr(tr)|raw }}
  3263.               </div>
  3264.               <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>
  3265.               <div class=\"qty\" data-ref=\"ve-m3\" style=\"bottom: 100px;\">
  3266.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  3267.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3268.                 <div class=\"controls\">
  3269.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3270.                   <span class=\"nbr\">0</span>
  3271.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3272.                 </div>
  3273.               </div>
  3274.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  3275.               <div class=\"qty\" data-ref=\"ve-m4\">
  3276.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  3277.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3278.                 <div class=\"controls\">
  3279.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3280.                   <span class=\"nbr\">0</span>
  3281.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3282.                 </div>
  3283.               </div>
  3284.             </div>
  3285.             <div class=\"col-md-3 col gold me\">
  3286.               <label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  3287.               <div class=\"content\" style=\"min-height: 748px;\">
  3288.                 
  3289.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  3290.               </div>
  3291.               <span class=\"price\"><i>0</i>,00€</span>
  3292.               <div class=\"qty\" data-ref=\"ve-me\">
  3293.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3294.                 <div class=\"controls\">
  3295.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3296.                   <span class=\"nbr\">0</span>
  3297.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3298.                 </div>
  3299.               </div>
  3300.             </div>
  3301.             <div class=\"col-md-12\">
  3302.               <p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  3303.             </div>
  3304.           </div>
  3305.           {# END VERSAILLES SECOND #}
  3306.         </div>
  3307.       </div>
  3308.     </section>
  3309.     <section id=\"section22\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
  3310.       <div class=\"row\">
  3311.         <div class=\"col-md-8 relative\">   
  3312.           <div class=\"mt-5 pt-5 row menu\">
  3313.             <div class=\"col-md-6 col offset-md-3 okm\">
  3314.               <label class=\"title\">{{ 'menus_tarifs_ok_title'|tr(tr)|raw }}</label>
  3315.               <div class=\"content pb-0\">
  3316.                 {{ 'menus_tarifs_ok'|tr(tr)|raw }}
  3317.               </div>
  3318.               <span class=\"price\" style=\"border-top: 0px;\"></span>
  3319. {#              <span class=\"price\"><i>0</i>,00€</span>
  3320.               <div class=\"qty\" data-ref=\"okm\">
  3321.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3322.                 <div class=\"controls\">
  3323.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3324.                   <span class=\"nbr\">0</span>
  3325.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3326.                 </div>
  3327.               </div>#}
  3328.             </div>
  3329.           </div>
  3330.         </div>
  3331.       </div>
  3332.     </section>
  3333.     <section id=\"section23\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
  3334.       <div class=\"row\">
  3335.         <div class=\"col-md-8 relative\">   
  3336.           <div class=\"mt-5 pt-5 row menu\">
  3337.             <div class=\"col-md-6 col offset-md-3 pam\">
  3338.               <label class=\"title\">{{ 'menus_tarifs_pa_title'|tr(tr)|raw }}</label>
  3339.               <div class=\"content\">
  3340.                 {{ 'menus_tarifs_pa'|tr(tr)|raw }}
  3341.               </div>
  3342.               <span class=\"price\"><i>0</i>,00€</span>
  3343.               <div class=\"qty\" data-ref=\"pam\">
  3344.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3345.                 <div class=\"controls\">
  3346.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3347.                   <span class=\"nbr\">0</span>
  3348.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3349.                 </div>
  3350.               </div>
  3351.             </div>
  3352.           </div>
  3353.         </div>
  3354.       </div>
  3355.     </section>
  3356.     <section id=\"section24\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
  3357.       <div class=\"row\">
  3358.         <div class=\"col-md-8 relative\">
  3359.           <div class=\"mt-5 pt-5 row menu\">
  3360.             <div class=\"col-md-6 col offset-md-3 hhm\">
  3361.               <label class=\"title\">{{ 'menus_tarifs_ok_title'|tr(tr)|raw }}</label>
  3362.               <div class=\"content\">
  3363.                 {{ 'menus_tarifs_hh'|tr(tr)|raw }}
  3364.               </div>
  3365.               <span class=\"price\"><i>0</i>,00€</span>
  3366.               <div class=\"qty\" data-ref=\"hhm\">
  3367.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3368.                 <div class=\"controls\">
  3369.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3370.                   <span class=\"nbr\">0</span>
  3371.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3372.                 </div>
  3373.               </div>
  3374.             </div>
  3375.           </div>
  3376.         </div>
  3377.       </div>
  3378.     </section>
  3379.     <section id=\"section3\" class=\"espace-content third thin mt-5 pt-4 hide\">
  3380.       <div class=\"row\">
  3381.         <div class=\"col-md-8 relative\">   
  3382.           <h2>{{ 'tunnel_section3_title'|tr(tr)|raw }}</h2>
  3383.           <span class=\"subtitle\">{{ 'tunnel_section3_subtitle'|tr(tr)|raw }}</span>
  3384.           <div class=\"mt-5 pt-5 row menu\">
  3385.             <div class=\"col-md-3 col offset-md-3 sp1\">
  3386.               <label class=\"title\">{{ 'tunnel_section3_sp1_title'|tr(tr)|upper|raw }}</label>
  3387.               <div class=\"content\" style=\"min-height: 96px;\">
  3388.                 <p>
  3389.                   {{ 'tunnel_section3_sp1'|tr(tr)|raw }}
  3390.                 </p>
  3391.               </div>
  3392.               <span class=\"price\"><i>0</i>,00€</span>
  3393.               <div class=\"qty\" data-ref=\"sp1\">
  3394.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3395.                 <div class=\"controls\">
  3396.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3397.                   <span class=\"nbr\">0</span>
  3398.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3399.                 </div>
  3400.               </div>
  3401.             </div>
  3402.             <div class=\"col-md-3 col sp2\">
  3403.               <label class=\"title\">{{ 'tunnel_section3_sp2_title'|tr(tr)|upper|raw }}</label>
  3404.               <div class=\"content\" style=\"min-height: 96px;\">
  3405.                 <p>
  3406.                   {{ 'tunnel_section3_sp2'|tr(tr)|raw }}
  3407.                 </p>
  3408.               </div>
  3409.               <span class=\"price\"><i>0</i>,00€</span>
  3410.               <div class=\"qty\" data-ref=\"sp2\">
  3411.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3412.                 <div class=\"controls\">
  3413.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3414.                   <span class=\"nbr\">0</span>
  3415.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3416.                 </div>
  3417.               </div>
  3418.             </div>
  3419.           </div>
  3420.         </div>
  3421.       </div>
  3422.     </section>
  3423.     <section id=\"section4\" class=\"espace-content third thin mt-5 pt-4 hide\">
  3424. {# BOISSONS SHOW FIRST #}
  3425.       <div class=\"row show-first\">
  3426.         <div class=\"col-md-8 relative\">   
  3427.           <h2>{{ 'tunnel_section4_title'|tr(tr)|upper|raw }} <span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
  3428.           <span class=\"subtitle\">{{ 'tunnel_section4_subtitle'|tr(tr)|raw }}</span>
  3429.           <div class=\"mt-5 pt-5 row menu individuel hide\">
  3430.             <div class=\"col-md-3 col offset-md-3 b1\">
  3431.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} DUO</label>
  3432.               <div class=\"content\" style=\"min-height: 386px;\">
  3433.                 {{ 'menus_tarifs_duo'|tr(tr)|raw }}
  3434.               </div>
  3435.               <span class=\"price\"><i>0</i>,00€</span>
  3436.               <div class=\"qty\" data-ref=\"in-b1\">
  3437.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3438.                 <div class=\"controls\">
  3439.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3440.                   <span class=\"nbr\">0</span>
  3441.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3442.                 </div>
  3443.               </div>
  3444.             </div>
  3445.             <div class=\"col-md-3 col b2\">
  3446.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} PRESTIGO</label>
  3447.               <div class=\"content\" style=\"min-height: 386px;\">
  3448.                 {{ 'menus_tarifs_prestigo'|tr(tr)|raw }}
  3449.               </div>
  3450.               <span class=\"price\"><i>0</i>,00€</span>
  3451.               <div class=\"qty\" data-ref=\"in-b2\">
  3452.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3453.                 <div class=\"controls\">
  3454.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3455.                   <span class=\"nbr\">0</span>
  3456.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3457.                 </div>
  3458.               </div>
  3459.             </div>
  3460.           </div>
  3461.           <div class=\"mt-5 pt-5 row menu groupe hide\">
  3462.             <div class=\"col-md-3 col  b1\">
  3463.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°1</label>
  3464.               <div class=\"content\" style=\"min-height: 368px;\">
  3465.                 {{ 'menus_tarifs_b1'|tr(tr)|raw }}
  3466.               </div>
  3467.               <span class=\"price\"><i>0</i>,00€</span>
  3468.               <div class=\"qty\" data-ref=\"gr-b1\">
  3469.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3470.                 <div class=\"controls\">
  3471.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3472.                   <span class=\"nbr\">0</span>
  3473.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3474.                 </div>
  3475.               </div>
  3476.             </div>
  3477.             <div class=\"col-md-3 col b2\">
  3478.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°2</label>
  3479.               <div class=\"content\" style=\"min-height: 368px;\">
  3480.                 {{ 'menus_tarifs_b2'|tr(tr)|raw }}
  3481.               </div>
  3482.               <span class=\"price\"><i>0</i>,00€</span>
  3483.               <div class=\"qty\" data-ref=\"gr-b2\">
  3484.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3485.                 <div class=\"controls\">
  3486.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3487.                   <span class=\"nbr\">0</span>
  3488.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3489.                 </div>
  3490.               </div>
  3491.             </div>
  3492.             <div class=\"col-md-3 col b3\">
  3493.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°3</label>
  3494.               <div class=\"content\" style=\"min-height: 368px;\">
  3495.                 {{ 'menus_tarifs_b3'|tr(tr)|raw }}
  3496.               </div>
  3497.               <span class=\"price\"><i>0</i>,00€</span>
  3498.               <div class=\"qty\" data-ref=\"gr-b3\">
  3499.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3500.                 <div class=\"controls\">
  3501.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3502.                   <span class=\"nbr\">0</span>
  3503.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3504.                 </div>
  3505.               </div>
  3506.             </div>
  3507.             <div class=\"col-md-3 col b4\">
  3508.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
  3509.               <div class=\"content\" style=\"min-height: 368px;\">
  3510.                 {{ 'menus_tarifs_b4'|tr(tr)|raw }}
  3511.               </div>
  3512.               <span class=\"price\"><i>0</i>,00€</span>
  3513.               <div class=\"qty\" data-ref=\"gr-b4\">
  3514.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3515.                 <div class=\"controls\">
  3516.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3517.                   <span class=\"nbr\">0</span>
  3518.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3519.                 </div>
  3520.               </div>
  3521.             </div>
  3522.           </div>
  3523. {#          <div class=\"mt-5 pt-5 row menu groupe hide\">
  3524.             <div class=\"col-md-3 col offset-md-3 b4 hide\">
  3525.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
  3526.               <div class=\"content\" style=\"min-height: 368px;\">
  3527.                 {{ 'menus_tarifs_b4'|tr(tr)|raw }}
  3528.               </div>
  3529.               <span class=\"price\"><i>0</i>,00€</span>
  3530.               <div class=\"qty\" data-ref=\"gr-b4\">
  3531.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3532.                 <div class=\"controls\">
  3533.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3534.                   <span class=\"nbr\">0</span>
  3535.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3536.                 </div>
  3537.               </div>
  3538.             </div>
  3539.             <div class=\"col-md-3 col b5 hide\">
  3540.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°5</label>
  3541.               <div class=\"content\" style=\"min-height: 368px;\">
  3542.                 {{ 'menus_tarifs_b5'|tr(tr)|raw }}
  3543.               </div>
  3544.               <span class=\"price\"><i>0</i>,00€</span>
  3545.               <div class=\"qty\" data-ref=\"gr-b5\">
  3546.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3547.                 <div class=\"controls\">
  3548.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3549.                   <span class=\"nbr\">0</span>
  3550.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3551.                 </div>
  3552.               </div>
  3553.             </div>
  3554.           </div>#}
  3555.         </div>
  3556.       </div>
  3557. {# BOISSONS SHOW FIRST END #}
  3558. {# BOISSONS SHOW SECOND  #}
  3559.       <div class=\"row show-second\">
  3560.         <div class=\"col-md-8 relative\">   
  3561.           <h2>{{ 'tunnel_section4_title'|tr(tr)|upper|raw }} <span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
  3562.           <span class=\"subtitle\">{{ 'tunnel_section4_subtitle2'|tr(tr)|raw }}</span>
  3563.           <div class=\"mt-5 pt-5 row menu individuel hide\">
  3564.             <div class=\"col-md-3 col offset-md-3 b1\">
  3565.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} DUO</label>
  3566.               <div class=\"content\" style=\"min-height: 404px;\">
  3567.                 {{ 'menus_tarifs_duo2'|tr(tr)|raw }}
  3568.               
  3569.               </div>
  3570.               <span class=\"price\"><i>0</i>,00€</span>
  3571.               <div class=\"qty\" data-ref=\"in-b1\">
  3572.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3573.                 <div class=\"controls\">
  3574.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3575.                   <span class=\"nbr\">0</span>
  3576.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3577.                 </div>
  3578.               </div>
  3579.             </div>
  3580.             <div class=\"col-md-3 col b2\">
  3581.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} PRESTIGO</label>
  3582.               <div class=\"content\" style=\"min-height: 404px;\">
  3583.                 {{ 'menus_tarifs_prestigo2'|tr(tr)|raw }}
  3584.               </div>
  3585.               <span class=\"price\"><i>0</i>,00€</span>
  3586.               <div class=\"qty\" data-ref=\"in-b2\">
  3587.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3588.                 <div class=\"controls\">
  3589.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3590.                   <span class=\"nbr\">0</span>
  3591.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3592.                 </div>
  3593.               </div>
  3594.             </div>
  3595.           </div>
  3596.           <div class=\"mt-5 pt-5 row menu groupe hide\">
  3597.             <div class=\"col-md-3 col offset-md-1-5 b1\">
  3598.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°1</label>
  3599.               <div class=\"content\" style=\"min-height: 368px;\">
  3600.                 {{ 'menus_tarifs_b12'|tr(tr)|raw }}
  3601.               </div>
  3602.               <span class=\"price\"><i>0</i>,00€</span>
  3603.               <div class=\"qty\" data-ref=\"gr-b1\">
  3604.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3605.                 <div class=\"controls\">
  3606.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3607.                   <span class=\"nbr\">0</span>
  3608.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3609.                 </div>
  3610.               </div>
  3611.             </div>
  3612.             <div class=\"col-md-3 col b2\">
  3613.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°2</label>
  3614.               <div class=\"content\" style=\"min-height: 368px;\">
  3615.                 
  3616.                 {{ 'menus_tarifs_b22'|tr(tr)|raw }}
  3617.               </div>
  3618.               <span class=\"price\"><i>0</i>,00€</span>
  3619.               <div class=\"qty\" data-ref=\"gr-b2\">
  3620.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3621.                 <div class=\"controls\">
  3622.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3623.                   <span class=\"nbr\">0</span>
  3624.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3625.                 </div>
  3626.               </div>
  3627.             </div>
  3628.             <div class=\"col-md-3 col b3\">
  3629.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°3</label>
  3630.               <div class=\"content\" style=\"min-height: 368px;\">
  3631.                 
  3632.                 {{ 'menus_tarifs_b32'|tr(tr)|raw }}
  3633.               </div>
  3634.               <span class=\"price\"><i>0</i>,00€</span>
  3635.               <div class=\"qty\" data-ref=\"gr-b3\">
  3636.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3637.                 <div class=\"controls\">
  3638.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3639.                   <span class=\"nbr\">0</span>
  3640.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3641.                 </div>
  3642.               </div>
  3643.             </div>
  3644.           </div>
  3645.           <div class=\"mt-5 pt-5 row menu groupe hide\">
  3646.             <div class=\"col-md-3 col offset-md-3 b4\">
  3647.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
  3648.               <div class=\"content\" style=\"min-height: 368px;\">
  3649.                 {{ 'menus_tarifs_b42'|tr(tr)|raw }}
  3650.               </div>
  3651.               <span class=\"price\"><i>0</i>,00€</span>
  3652.               <div class=\"qty\" data-ref=\"gr-b4\">
  3653.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3654.                 <div class=\"controls\">
  3655.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3656.                   <span class=\"nbr\">0</span>
  3657.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3658.                 </div>
  3659.               </div>
  3660.             </div>
  3661. {#            <div class=\"col-md-3 col b5\">
  3662.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°5</label>
  3663.               <div class=\"content\" style=\"min-height: 368px;\">
  3664.                 
  3665.                 {{ 'menus_tarifs_b52'|tr(tr)|raw }}
  3666.               </div>
  3667.               <span class=\"price\"><i>0</i>,00€</span>
  3668.               <div class=\"qty\" data-ref=\"gr-b5\">
  3669.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3670.                 <div class=\"controls\">
  3671.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3672.                   <span class=\"nbr\">0</span>
  3673.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3674.                 </div>
  3675.               </div>
  3676.             </div>#}
  3677.           </div>
  3678.         </div>
  3679.       </div>
  3680. {# BOISSONS SHOW SECOND END #}
  3681.     </section>
  3682.     <section id=\"section5\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3683.       <div class=\"row\">
  3684.         <div class=\"col-md-8 relative\">   
  3685.           <h2>{{ 'tunnel_section5_title'|tr(tr)|raw }}<span class=\"text-red\">{{ 'tunnel_section5_title2'|tr(tr)|raw }}</span></h2>
  3686.           <span class=\"subtitle\">{{ 'tunnel_section5_subtitle'|tr(tr)|raw }} </span>
  3687.           <div class=\"mt-5 pt-5 row menu\">
  3688.             <div class=\"col-md-3 col offset-md-1-5\">
  3689.               <label class=\"title\">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 5€</label>
  3690.               <div class=\"content\" style=\"min-height: 132px;\">
  3691.               
  3692.                 {{ 'tunnel_section5_ticket1'|tr(tr)|raw }}
  3693.               
  3694.               </div>
  3695.               <span class=\"price\">5,00€</span>
  3696.               <div class=\"qty\" data-ref=\"tk5\">
  3697.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3698.                 <div class=\"controls\">
  3699.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3700.                   <span class=\"nbr\">0</span>
  3701.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3702.                 </div>
  3703.               </div>
  3704.             </div>
  3705.             <div class=\"col-md-3 col\">
  3706.               <label class=\"title\">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 8€</label>
  3707.               <div class=\"content\" style=\"min-height: 132px;\">
  3708.                 {{ 'tunnel_section5_ticket2'|tr(tr)|raw }}
  3709.               </div>
  3710.               <span class=\"price\">8,00€</span>
  3711.               <div class=\"qty\" data-ref=\"tk8\">
  3712.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3713.                 <div class=\"controls\">
  3714.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3715.                   <span class=\"nbr\">0</span>
  3716.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3717.                 </div>
  3718.               </div>
  3719.             </div>
  3720.             <div class=\"col-md-3 col\">
  3721.               <label class=\"title\">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 10€</label>
  3722.               <div class=\"content\" style=\"min-height: 132px;\">
  3723.                 {{ 'tunnel_section5_ticket3'|tr(tr)|raw }}
  3724.               </div>
  3725.               <span class=\"price\">10,00€</span>
  3726.               <div class=\"qty\" data-ref=\"tk10\">
  3727.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3728.                 <div class=\"controls\">
  3729.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3730.                   <span class=\"nbr\">0</span>
  3731.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3732.                 </div>
  3733.               </div>
  3734.             </div>
  3735.           </div>
  3736.         </div>
  3737.       </div>
  3738.     </section>
  3739.     <section id=\"section6\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3740.       <div class=\"row\">
  3741.         <div class=\"col-md-8 relative\">   
  3742.           <h2>{{ 'tunnel_section6_title'|tr(tr)|raw }} <span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
  3743.           <span class=\"subtitle\">{{ 'tunnel_section6_subtitle'|tr(tr)|raw }}</span>
  3744.           <div class=\"mt-5 pt-5 row menu\">
  3745.           
  3746.             <div class=\"col-md-4 col pn {{ (places.isIsPlaceNormal) ? 'place_full' : '' }}\">
  3747.               <label class=\"title\">{{ 'menus_tarifs_spectacle_pn'|tr(tr)|raw }}</label>
  3748.               {% if places.isIsPlaceNormal %}
  3749.               <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  3750.               {% else %}
  3751.               <span class=\"price\"><i>0</i>,00€</span>
  3752.               {% endif %}
  3753.               <div class=\"sel\" data-ref=\"pn\">
  3754.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3755.               </div>
  3756.               <div class=\"qty\" data-ref=\"pn\">
  3757.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3758.                 <div class=\"controls\">
  3759.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3760.                   <span class=\"nbr\">0</span>
  3761.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3762.                 </div>
  3763.               </div>
  3764.             </div>
  3765.             <div class=\"col-md-4 col ph gold {{ (places.isIsPlaceHonneur) ? 'place_full' : '' }}\">
  3766.               <label class=\"title\">{{ 'menus_tarifs_spectacle_ph'|tr(tr)|raw }}</label>
  3767.               {% if places.isIsPlaceHonneur %}
  3768.               <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  3769.               {% else %}
  3770.               <span class=\"price\"><i>0</i>,00€</span>
  3771.               {% endif %}
  3772.               <div class=\"sel\" data-ref=\"ph\">
  3773.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3774.               </div>
  3775.               <div class=\"qty\" data-ref=\"ph\">
  3776.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3777.                 <div class=\"controls\">
  3778.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3779.                   <span class=\"nbr\">0</span>
  3780.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3781.                 </div>
  3782.               </div>
  3783.             </div>
  3784.             <div class=\"col-md-4 col vip {{ (places.isIsPlaceVip) ? 'place_full' : '' }}\">
  3785.               <label class=\"title\">{{ 'menus_tarifs_spectacle_vip'|tr(tr)|upper|raw }}</label>
  3786.               {% if places.isIsPlaceVip %}
  3787.               <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  3788.               {% else %}
  3789.               <span class=\"price\"><i>0</i>,00€</span>
  3790.               {% endif %}
  3791.               <div class=\"sel\" data-ref=\"vip\">
  3792.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3793.               </div>
  3794.             </div>
  3795.           </div>
  3796.           <div class=\"mt-5 pt-5 row no-mobile\">
  3797.             <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>
  3798.           </div>
  3799.         </div>
  3800.       </div>
  3801.     </section>
  3802.     <section id=\"section62\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3803.       <div class=\"row\">
  3804.         <div class=\"col-md-8 relative\">   
  3805.           <h2>{{ 'tunnel_section62_title'|tr(tr)|upper|raw }}</h2>
  3806.           <div class=\"mt-5 pt-5 row menu\">
  3807.             <div class=\"col-md-6 offset-md-3 col ok\">
  3808.               <label class=\"title\">{{ 'tunnel_section62_entrees'|tr(tr)|raw }}</label>
  3809.               <span class=\"price\"><i>0</i>,00€</span>
  3810.               <div class=\"sel\" data-ref=\"ok\">
  3811.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3812.               </div>
  3813.               <div class=\"qty hide\" data-ref=\"ok\">
  3814.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3815.                 <div class=\"controls\">
  3816.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3817.                   <span class=\"nbr\">0</span>
  3818.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3819.                 </div>
  3820.               </div>
  3821.             </div>
  3822.           </div>
  3823.         </div>
  3824.       </div>
  3825.     </section>
  3826.     <section id=\"section63\" class=\"espace-content third thin mt-5 pt-4 hide\">
  3827.       <div class=\"row\">
  3828.         <div class=\"col-md-8 relative\">   
  3829.           <h2>{{ 'tunnel_section63_title'|tr(tr)|upper|raw }}</h2>
  3830.           <div class=\"mt-5 pt-5 row menu\">
  3831.             <div class=\"col-md-6 offset-md-3 col af\">
  3832.               <label class=\"title\">{{ 'tunnel_section63_entrees'|tr(tr)|raw }}</label>
  3833.               <span class=\"price\"><i>0</i>,00€</span>
  3834.               <div class=\"sel\" data-ref=\"af\">
  3835.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3836.               </div>
  3837.               <div class=\"qty\" data-ref=\"af\">
  3838.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3839.                 <div class=\"controls\">
  3840.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3841.                   <span class=\"nbr\">0</span>
  3842.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3843.                 </div>
  3844.               </div>
  3845.             </div>
  3846.           </div>
  3847.         </div>
  3848.       </div>
  3849.     </section>
  3850.     {# NOEL DES ENFANTS #}
  3851.     <section id=\"section61\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3852.       <div class=\"row\">
  3853.         <div class=\"col-md-8 relative\">   
  3854.           <h2>{{ 'tunnel_section61_title'|tr(tr)|raw }}</h2>
  3855.           <span class=\"subtitle\">{{ 'tunnel_section61_subtitle'|tr(tr)|raw }}</span>
  3856.           <div class=\"mt-5 pt-5 row menu\">
  3857.             <div class=\"col-md-6 offset-md-3 col no\">
  3858.               <label class=\"title\">{{ 'tunnel_menu3'|tr(tr)|upper|raw }}</label>
  3859.               <div class=\"content no-avecrepas\">
  3860.                 {{ 'tunnel_section61_ar'|tr(tr)|raw }}
  3861.               </div>
  3862.               <div class=\"content no-sansrepas\">
  3863.                 {{ 'tunnel_section61_sr'|tr(tr)|raw }}
  3864.               </div>
  3865.               <span class=\"price\"><i>0</i>,00€</span>
  3866.               <div class=\"sel\" data-ref=\"no\">
  3867.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3868.               </div>
  3869.               <div class=\"qty\" data-ref=\"no\">
  3870.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3871.                 <div class=\"controls\">
  3872.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3873.                   <span class=\"nbr\">0</span>
  3874.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3875.                 </div>
  3876.               </div>
  3877.             </div>
  3878.           </div>
  3879.         </div>
  3880.       </div>
  3881.     </section>
  3882.     <section id=\"section7\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3883.       <div class=\"row\">
  3884.         <div class=\"col-md-8 relative\">   
  3885.           <h2>{{ 'tunnel_section7_title'|tr(tr)|upper|raw }}</h2>
  3886.           <span class=\"subtitle\">{{ 'tunnel_section7_subtitle'|tr(tr)|raw }}</span>
  3887.           <div class=\"mt-5 pt-5 row menu {{ (places.isIsMiniSuiteFull) ? 'ms_full' : '' }}\">
  3888.             <div class=\"col-md-6 col ms offset-md-3\">
  3889.               <label class=\"title\">{{ 'infos_menu2'|tr(tr)|upper|raw }}</label>
  3890.               <div class=\"content\">
  3891.                 {{ 'tunnel_section7_n1'|tr(tr)|raw }}
  3892.               </div>
  3893.               {% if places.isIsMiniSuiteFull %}
  3894.               <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  3895.               {% else %}
  3896.               <span class=\"price\"><i>0</i>,00€</span>
  3897.               {% endif %}
  3898.               
  3899.               <div class=\"qty nights active\" data-ref=\"ms\">
  3900.                 <span>{{ 'tunnel_section7_n2'|tr(tr)|raw }}</span>
  3901.                 <div class=\"controls\">
  3902.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3903.                   <span class=\"nbr\">0</span>
  3904.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3905.                 </div>
  3906.               </div>
  3907.             </div>
  3908.           </div>
  3909.           <div class=\"mt-5 row\">
  3910.             <a target=\"_blank\" href=\"/{{app.request.locale }}/mini-suites\" class=\"mini-suites-link mb-4\">{{ 'tunnel_section7_n3'|tr(tr)|raw }}</a>
  3911.             <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>
  3912.           </div>
  3913.         </div>
  3914.       </div>
  3915.     </section>
  3916.     <section id=\"section8\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3917.       <div class=\"row\">
  3918.         <div class=\"col-md-8 relative\">   
  3919.           <h2>{{ 'tunnel_section8_title'|tr(tr)|upper|raw }}</h2>
  3920.           <span class=\"subtitle\">{{ 'tunnel_section8_subtitle'|tr(tr)|raw }}</span>
  3921.           <div class=\"mt-3 row\">
  3922.             <form class=\"m-0 row\" id=\"form-booking\">
  3923.             {% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  3924.               <div class=\"col-md-12 mb-5 form-login\">
  3925.                 <h6 class=\"text-center\">{{ 'signup_title'|tr(tr)|raw }}</h6>
  3926.               </div>
  3927.               <div class=\"col-md-6  form-login\">
  3928.                 <label>{{ 'contact_email'|tr(tr)|raw }}*</label>
  3929.                 <input type=\"email\" placeholder=\"{{ 'contact_email'|tr(tr)|raw  }}*\" name=\"login_username\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\"  />
  3930.                 <label>{{ 'signup_password'|tr(tr)|raw }}*</label>
  3931.                 <input type=\"password\" name=\"login_password\" autocomplete=\"off\" placeholder=\"{{ 'signup_password'|tr(tr)|raw }}\" />
  3932.                 <p class=\"text-red login_message p-0\"></p>
  3933.                 <button id=\"kt_login_signin_submit\" class=\"btn-primary btn-sm text-center \">{{ 'signup_connexion'|tr(tr)|raw }}</button>
  3934.                 <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>
  3935.                 
  3936.                 <input type=\"hidden\" name=\"_target_path\" value=\"{{ app.request.get('redirect_to') }}\"/>
  3937.                 <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\"/>
  3938.               </div>
  3939.               <div class=\"col-md-6 d-flex justify-content-center align-items-center  form-login\" style=\"flex-direction: column;\">
  3940.                 <button id=\"kt_login_signup\" class=\"btn-primary btn-sm text-center active \">{{ 'signup_create'|tr(tr)|raw }}*</button>
  3941.                 <p class=\"p-0 w-100 text-center mt-2\">* {{ 'signup_create2'|tr(tr)|raw }}</p>
  3942.               </div>
  3943.             {% endif %}
  3944.               {% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  3945.               <div class=\"col-md-12 hide form-signup login-link\">
  3946.                 <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>
  3947.               </div>
  3948.               {% endif %}
  3949.               <div class=\"col-md-6 hide form-signup\">
  3950.                 <label>{{ 'contact_nom'|tr(tr)|raw  }}*</label>
  3951.                 <input type=\"text\" placeholder=\"\" name=\"lastname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('lastname') }}{% endif %}\" />
  3952.                 <label>{{ 'contact_prenom'|tr(tr)|raw  }}*</label>
  3953.                 <input type=\"text\" placeholder=\"\" name=\"firstname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('firstname') }}{% endif %}\"  />
  3954.                 <label>{{ 'contact_societe'|tr(tr)|raw  }}</label>
  3955.                 <input type=\"text\" placeholder=\"\" name=\"company\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('company') }}{% endif %}\"  />
  3956.                 <label>{{ 'contact_tel'|tr(tr)|raw  }}*</label>
  3957.                 <input type=\"tel\" placeholder=\"\" name=\"phone\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('phone') }}{% endif %}\"  />
  3958.                 <label class=\"signup\">{{ 'contact_email'|tr(tr)|raw  }}*</label>
  3959.                 <input class=\"signup\" type=\"email\" placeholder=\"\" name=\"email\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\"  />
  3960.                 <label class=\"signup\">{{ 'signup_password'|tr(tr)|raw }}*</label>
  3961.                 <input type=\"password\" placeholder=\"\" name=\"password\" value=\"\" class=\"signup\" />
  3962.                 <label class=\"signup\">{{ 'signup_confirm'|tr(tr)|raw }}*</label>
  3963.                 <input type=\"password\" placeholder=\"\" name=\"confirm\" value=\"\" class=\"signup\" />
  3964.               </div>
  3965.               <div class=\"col-md-6 hide form-signup\">
  3966.                 <label>{{ 'contact_adresse'|tr(tr)|raw  }}*</label>
  3967.                 <input type=\"text\" placeholder=\"\" name=\"address\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('address1') }}{% endif %}\"  />
  3968.                 <label>{{ 'contact_code'|tr(tr)|raw  }}*</label>
  3969.                 <input type=\"text\" placeholder=\"\" name=\"zipcode\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('zipcode') }}{% endif %}\"  />
  3970.                 <label>{{ 'contact_ville'|tr(tr)|raw  }}*</label>
  3971.                 <input type=\"text\" placeholder=\"\" name=\"city\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('city') }}{% endif %}\"  />
  3972.                 <label>{{ 'contact_pays'|tr(tr)|raw  }}*</label>
  3973.                 <input type=\"hidden\" name=\"country_code\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('country_code') }}{% endif %}\">
  3974.                                   <select name=\"country\" required class=\"form-control country\">
  3975.                                     <option value=\"AF\">Afghanistan</option>
  3976.                                     <option value=\"AX\">Åland Islands</option>
  3977.                                     <option value=\"AL\">Albania</option>
  3978.                                     <option value=\"DZ\">Algeria</option>
  3979.                                     <option value=\"AS\">American Samoa</option>
  3980.                                     <option value=\"AD\">Andorra</option>
  3981.                                     <option value=\"AO\">Angola</option>
  3982.                                     <option value=\"AI\">Anguilla</option>
  3983.                                     <option value=\"AQ\">Antarctica</option>
  3984.                                     <option value=\"AG\">Antigua and Barbuda</option>
  3985.                                     <option value=\"AR\">Argentina</option>
  3986.                                     <option value=\"AM\">Armenia</option>
  3987.                                     <option value=\"AW\">Aruba</option>
  3988.                                     <option value=\"AU\">Australia</option>
  3989.                                     <option value=\"AT\">Austria</option>
  3990.                                     <option value=\"AZ\">Azerbaijan</option>
  3991.                                     <option value=\"BS\">Bahamas</option>
  3992.                                     <option value=\"BH\">Bahrain</option>
  3993.                                     <option value=\"BD\">Bangladesh</option>
  3994.                                     <option value=\"BB\">Barbados</option>
  3995.                                     <option value=\"BY\">Belarus</option>
  3996.                                     <option value=\"BE\">Belgium</option>
  3997.                                     <option value=\"BZ\">Belize</option>
  3998.                                     <option value=\"BJ\">Benin</option>
  3999.                                     <option value=\"BM\">Bermuda</option>
  4000.                                     <option value=\"BT\">Bhutan</option>
  4001.                                     <option value=\"BO\">Bolivia, Plurinational State of</option>
  4002.                                     <option value=\"BQ\">Bonaire, Sint Eustatius and Saba</option>
  4003.                                     <option value=\"BA\">Bosnia and Herzegovina</option>
  4004.                                     <option value=\"BW\">Botswana</option>
  4005.                                     <option value=\"BV\">Bouvet Island</option>
  4006.                                     <option value=\"BR\">Brazil</option>
  4007.                                     <option value=\"IO\">British Indian Ocean Territory</option>
  4008.                                     <option value=\"BN\">Brunei Darussalam</option>
  4009.                                     <option value=\"BG\">Bulgaria</option>
  4010.                                     <option value=\"BF\">Burkina Faso</option>
  4011.                                     <option value=\"BI\">Burundi</option>
  4012.                                     <option value=\"KH\">Cambodia</option>
  4013.                                     <option value=\"CM\">Cameroon</option>
  4014.                                     <option value=\"CA\">Canada</option>
  4015.                                     <option value=\"CV\">Cape Verde</option>
  4016.                                     <option value=\"KY\">Cayman Islands</option>
  4017.                                     <option value=\"CF\">Central African Republic</option>
  4018.                                     <option value=\"TD\">Chad</option>
  4019.                                     <option value=\"CL\">Chile</option>
  4020.                                     <option value=\"CN\">China</option>
  4021.                                     <option value=\"CX\">Christmas Island</option>
  4022.                                     <option value=\"CC\">Cocos (Keeling) Islands</option>
  4023.                                     <option value=\"CO\">Colombia</option>
  4024.                                     <option value=\"KM\">Comoros</option>
  4025.                                     <option value=\"CG\">Congo</option>
  4026.                                     <option value=\"CD\">Congo, the Democratic Republic of the</option>
  4027.                                     <option value=\"CK\">Cook Islands</option>
  4028.                                     <option value=\"CR\">Costa Rica</option>
  4029.                                     <option value=\"CI\">Côte d'Ivoire</option>
  4030.                                     <option value=\"HR\">Croatia</option>
  4031.                                     <option value=\"CU\">Cuba</option>
  4032.                                     <option value=\"CW\">Curaçao</option>
  4033.                                     <option value=\"CY\">Cyprus</option>
  4034.                                     <option value=\"CZ\">Czech Republic</option>
  4035.                                     <option value=\"DK\">Denmark</option>
  4036.                                     <option value=\"DJ\">Djibouti</option>
  4037.                                     <option value=\"DM\">Dominica</option>
  4038.                                     <option value=\"DO\">Dominican Republic</option>
  4039.                                     <option value=\"EC\">Ecuador</option>
  4040.                                     <option value=\"EG\">Egypt</option>
  4041.                                     <option value=\"SV\">El Salvador</option>
  4042.                                     <option value=\"GQ\">Equatorial Guinea</option>
  4043.                                     <option value=\"ER\">Eritrea</option>
  4044.                                     <option value=\"EE\">Estonia</option>
  4045.                                     <option value=\"ET\">Ethiopia</option>
  4046.                                     <option value=\"FK\">Falkland Islands (Malvinas)</option>
  4047.                                     <option value=\"FO\">Faroe Islands</option>
  4048.                                     <option value=\"FJ\">Fiji</option>
  4049.                                     <option value=\"FI\">Finland</option>
  4050.                                     <option value=\"FR\" {% if app.request.locale not in ['de'] %}selected{% endif %}>France</option>
  4051.                                     <option value=\"GF\">French Guiana</option>
  4052.                                     <option value=\"PF\">French Polynesia</option>
  4053.                                     <option value=\"TF\">French Southern Territories</option>
  4054.                                     <option value=\"GA\">Gabon</option>
  4055.                                     <option value=\"GM\">Gambia</option>
  4056.                                     <option value=\"GE\">Georgia</option>
  4057.                                     <option value=\"DE\" {% if app.request.locale == 'de' %}selected{% endif %}>Germany</option>
  4058.                                     <option value=\"GH\">Ghana</option>
  4059.                                     <option value=\"GI\">Gibraltar</option>
  4060.                                     <option value=\"GR\">Greece</option>
  4061.                                     <option value=\"GL\">Greenland</option>
  4062.                                     <option value=\"GD\">Grenada</option>
  4063.                                     <option value=\"GP\">Guadeloupe</option>
  4064.                                     <option value=\"GU\">Guam</option>
  4065.                                     <option value=\"GT\">Guatemala</option>
  4066.                                     <option value=\"GG\">Guernsey</option>
  4067.                                     <option value=\"GN\">Guinea</option>
  4068.                                     <option value=\"GW\">Guinea-Bissau</option>
  4069.                                     <option value=\"GY\">Guyana</option>
  4070.                                     <option value=\"HT\">Haiti</option>
  4071.                                     <option value=\"HM\">Heard Island and McDonald Islands</option>
  4072.                                     <option value=\"VA\">Holy See (Vatican City State)</option>
  4073.                                     <option value=\"HN\">Honduras</option>
  4074.                                     <option value=\"HK\">Hong Kong</option>
  4075.                                     <option value=\"HU\">Hungary</option>
  4076.                                     <option value=\"IS\">Iceland</option>
  4077.                                     <option value=\"IN\">India</option>
  4078.                                     <option value=\"ID\">Indonesia</option>
  4079.                                     <option value=\"IR\">Iran, Islamic Republic of</option>
  4080.                                     <option value=\"IQ\">Iraq</option>
  4081.                                     <option value=\"IE\">Ireland</option>
  4082.                                     <option value=\"IM\">Isle of Man</option>
  4083.                                     <option value=\"IL\">Israel</option>
  4084.                                     <option value=\"IT\">Italy</option>
  4085.                                     <option value=\"JM\">Jamaica</option>
  4086.                                     <option value=\"JP\">Japan</option>
  4087.                                     <option value=\"JE\">Jersey</option>
  4088.                                     <option value=\"JO\">Jordan</option>
  4089.                                     <option value=\"KZ\">Kazakhstan</option>
  4090.                                     <option value=\"KE\">Kenya</option>
  4091.                                     <option value=\"KI\">Kiribati</option>
  4092.                                     <option value=\"KP\">Korea, Democratic People's Republic of</option>
  4093.                                     <option value=\"KR\">Korea, Republic of</option>
  4094.                                     <option value=\"KW\">Kuwait</option>
  4095.                                     <option value=\"KG\">Kyrgyzstan</option>
  4096.                                     <option value=\"LA\">Lao People's Democratic Republic</option>
  4097.                                     <option value=\"LV\">Latvia</option>
  4098.                                     <option value=\"LB\">Lebanon</option>
  4099.                                     <option value=\"LS\">Lesotho</option>
  4100.                                     <option value=\"LR\">Liberia</option>
  4101.                                     <option value=\"LY\">Libya</option>
  4102.                                     <option value=\"LI\">Liechtenstein</option>
  4103.                                     <option value=\"LT\">Lithuania</option>
  4104.                                     <option value=\"LU\">Luxembourg</option>
  4105.                                     <option value=\"MO\">Macao</option>
  4106.                                     <option value=\"MK\">Macedonia, the former Yugoslav Republic of</option>
  4107.                                     <option value=\"MG\">Madagascar</option>
  4108.                                     <option value=\"MW\">Malawi</option>
  4109.                                     <option value=\"MY\">Malaysia</option>
  4110.                                     <option value=\"MV\">Maldives</option>
  4111.                                     <option value=\"ML\">Mali</option>
  4112.                                     <option value=\"MT\">Malta</option>
  4113.                                     <option value=\"MH\">Marshall Islands</option>
  4114.                                     <option value=\"MQ\">Martinique</option>
  4115.                                     <option value=\"MR\">Mauritania</option>
  4116.                                     <option value=\"MU\">Mauritius</option>
  4117.                                     <option value=\"YT\">Mayotte</option>
  4118.                                     <option value=\"MX\">Mexico</option>
  4119.                                     <option value=\"FM\">Micronesia, Federated States of</option>
  4120.                                     <option value=\"MD\">Moldova, Republic of</option>
  4121.                                     <option value=\"MC\">Monaco</option>
  4122.                                     <option value=\"MN\">Mongolia</option>
  4123.                                     <option value=\"ME\">Montenegro</option>
  4124.                                     <option value=\"MS\">Montserrat</option>
  4125.                                     <option value=\"MA\">Morocco</option>
  4126.                                     <option value=\"MZ\">Mozambique</option>
  4127.                                     <option value=\"MM\">Myanmar</option>
  4128.                                     <option value=\"NA\">Namibia</option>
  4129.                                     <option value=\"NR\">Nauru</option>
  4130.                                     <option value=\"NP\">Nepal</option>
  4131.                                     <option value=\"NL\">Netherlands</option>
  4132.                                     <option value=\"NC\">New Caledonia</option>
  4133.                                     <option value=\"NZ\">New Zealand</option>
  4134.                                     <option value=\"NI\">Nicaragua</option>
  4135.                                     <option value=\"NE\">Niger</option>
  4136.                                     <option value=\"NG\">Nigeria</option>
  4137.                                     <option value=\"NU\">Niue</option>
  4138.                                     <option value=\"NF\">Norfolk Island</option>
  4139.                                     <option value=\"MP\">Northern Mariana Islands</option>
  4140.                                     <option value=\"NO\">Norway</option>
  4141.                                     <option value=\"OM\">Oman</option>
  4142.                                     <option value=\"PK\">Pakistan</option>
  4143.                                     <option value=\"PW\">Palau</option>
  4144.                                     <option value=\"PS\">Palestinian Territory, Occupied</option>
  4145.                                     <option value=\"PA\">Panama</option>
  4146.                                     <option value=\"PG\">Papua New Guinea</option>
  4147.                                     <option value=\"PY\">Paraguay</option>
  4148.                                     <option value=\"PE\">Peru</option>
  4149.                                     <option value=\"PH\">Philippines</option>
  4150.                                     <option value=\"PN\">Pitcairn</option>
  4151.                                     <option value=\"PL\">Poland</option>
  4152.                                     <option value=\"PT\">Portugal</option>
  4153.                                     <option value=\"PR\">Puerto Rico</option>
  4154.                                     <option value=\"QA\">Qatar</option>
  4155.                                     <option value=\"RE\">Réunion</option>
  4156.                                     <option value=\"RO\">Romania</option>
  4157.                                     <option value=\"RU\">Russian Federation</option>
  4158.                                     <option value=\"RW\">Rwanda</option>
  4159.                                     <option value=\"BL\">Saint Barthélemy</option>
  4160.                                     <option value=\"SH\">Saint Helena, Ascension and Tristan da Cunha</option>
  4161.                                     <option value=\"KN\">Saint Kitts and Nevis</option>
  4162.                                     <option value=\"LC\">Saint Lucia</option>
  4163.                                     <option value=\"MF\">Saint Martin (French part)</option>
  4164.                                     <option value=\"PM\">Saint Pierre and Miquelon</option>
  4165.                                     <option value=\"VC\">Saint Vincent and the Grenadines</option>
  4166.                                     <option value=\"WS\">Samoa</option>
  4167.                                     <option value=\"SM\">San Marino</option>
  4168.                                     <option value=\"ST\">Sao Tome and Principe</option>
  4169.                                     <option value=\"SA\">Saudi Arabia</option>
  4170.                                     <option value=\"SN\">Senegal</option>
  4171.                                     <option value=\"RS\">Serbia</option>
  4172.                                     <option value=\"SC\">Seychelles</option>
  4173.                                     <option value=\"SL\">Sierra Leone</option>
  4174.                                     <option value=\"SG\">Singapore</option>
  4175.                                     <option value=\"SX\">Sint Maarten (Dutch part)</option>
  4176.                                     <option value=\"SK\">Slovakia</option>
  4177.                                     <option value=\"SI\">Slovenia</option>
  4178.                                     <option value=\"SB\">Solomon Islands</option>
  4179.                                     <option value=\"SO\">Somalia</option>
  4180.                                     <option value=\"ZA\">South Africa</option>
  4181.                                     <option value=\"GS\">South Georgia and the South Sandwich Islands</option>
  4182.                                     <option value=\"SS\">South Sudan</option>
  4183.                                     <option value=\"ES\">Spain</option>
  4184.                                     <option value=\"LK\">Sri Lanka</option>
  4185.                                     <option value=\"SD\">Sudan</option>
  4186.                                     <option value=\"SR\">Suriname</option>
  4187.                                     <option value=\"SJ\">Svalbard and Jan Mayen</option>
  4188.                                     <option value=\"SZ\">Swaziland</option>
  4189.                                     <option value=\"SE\">Sweden</option>
  4190.                                     <option value=\"CH\">Switzerland</option>
  4191.                                     <option value=\"SY\">Syrian Arab Republic</option>
  4192.                                     <option value=\"TW\">Taiwan, Province of China</option>
  4193.                                     <option value=\"TJ\">Tajikistan</option>
  4194.                                     <option value=\"TZ\">Tanzania, United Republic of</option>
  4195.                                     <option value=\"TH\">Thailand</option>
  4196.                                     <option value=\"TL\">Timor-Leste</option>
  4197.                                     <option value=\"TG\">Togo</option>
  4198.                                     <option value=\"TK\">Tokelau</option>
  4199.                                     <option value=\"TO\">Tonga</option>
  4200.                                     <option value=\"TT\">Trinidad and Tobago</option>
  4201.                                     <option value=\"TN\">Tunisia</option>
  4202.                                     <option value=\"TR\">Turkey</option>
  4203.                                     <option value=\"TM\">Turkmenistan</option>
  4204.                                     <option value=\"TC\">Turks and Caicos Islands</option>
  4205.                                     <option value=\"TV\">Tuvalu</option>
  4206.                                     <option value=\"UG\">Uganda</option>
  4207.                                     <option value=\"UA\">Ukraine</option>
  4208.                                     <option value=\"AE\">United Arab Emirates</option>
  4209.                                     <option value=\"GB\">United Kingdom</option>
  4210.                                     <option value=\"US\">United States</option>
  4211.                                     <option value=\"UM\">United States Minor Outlying Islands</option>
  4212.                                     <option value=\"UY\">Uruguay</option>
  4213.                                     <option value=\"UZ\">Uzbekistan</option>
  4214.                                     <option value=\"VU\">Vanuatu</option>
  4215.                                     <option value=\"VE\">Venezuela, Bolivarian Republic of</option>
  4216.                                     <option value=\"VN\">Viet Nam</option>
  4217.                                     <option value=\"VG\">Virgin Islands, British</option>
  4218.                                     <option value=\"VI\">Virgin Islands, U.S.</option>
  4219.                                     <option value=\"WF\">Wallis and Futuna</option>
  4220.                                     <option value=\"EH\">Western Sahara</option>
  4221.                                     <option value=\"YE\">Yemen</option>
  4222.                                     <option value=\"ZM\">Zambia</option>
  4223.                                     <option value=\"ZW\">Zimbabwe</option>
  4224.                                   </select>
  4225.                 <div class=\"form-message text-start\">
  4226.                   <label>{{ 'contact_message_full'|tr(tr)|raw  }}</label>
  4227.                   <textarea placeholder=\"\" name=\"message\"></textarea>
  4228.                 </div>
  4229.               </div>
  4230.               <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\">
  4231.                 <div style=\"width: fit-content;\">
  4232.                   <input type=\"checkbox\" id=\"pmr\" class=\"apple-switch\" >
  4233.                   <label for=\"pmr\">{{ 'tunnel_section8_pmr'|tr(tr)|raw  }}</label>
  4234.                 </div>
  4235.                 <div style=\"width: fit-content;\">
  4236.                   <svg width=\"18\" height=\"18\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4237.                     <g clip-path=\"url(#clip0_299_17)\">
  4238.                       <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\"/>
  4239.                       <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\"/>
  4240.                     </g>
  4241.                     <defs>
  4242.                       <clipPath id=\"clip0_299_17\">
  4243.                         <rect width=\"36\" height=\"36\" fill=\"white\"/>
  4244.                       </clipPath>
  4245.                     </defs>
  4246.                   </svg>
  4247.                 </div>
  4248.                 {# <label for=\"pmr\" class=\"checkbox\"><input type=\"checkbox\" id=\"pmr\" />Une ou plusieurs personnes disposent d'un fauteuil roulant (PMR)</label> #}
  4249.               </div>
  4250.               <div class=\"col-md-12 form-cgu hide mt-3 text-center\">
  4251.                 <input type=\"checkbox\" id=\"agree\" class=\"apple-switch\" >
  4252.                 <label for=\"agree\">{{ 'signup_agree'|tr(tr)|raw  }}</label>
  4253.               </div>
  4254.               <div class=\"col-md-12\">
  4255.                 <p class=\"text-red booking_message text-center mb-0 mt-3 p-0\"></p>
  4256.               </div>
  4257.               <button class=\"send hide\">{{ 'contact_envoyer'|tr(tr)|raw  }}</button>
  4258.               <button class=\"edit-booking hide\">{{ 'account_edit_btn'|tr(tr)|raw  }}</button>
  4259.               <input type=\"hidden\" id=\"form_mode\" value=\"\" />
  4260.               <input type=\"hidden\" id=\"booking_id\" value=\"\" />
  4261.             </form>
  4262.           </div>
  4263.           <div class=\"mt-5 row text-center gift-block\">
  4264.               <div class=\"col-12 mt-4\">
  4265.                 <input type=\"checkbox\" id=\"gift\" class=\"apple-switch\" >
  4266.                 <label for=\"gift\">{{ 'tunnel_section8_gift'|tr(tr)|raw  }}</label>
  4267.                 <div class=\"form-group gift mt-4\">
  4268.                   <label>{{ 'tunnel_section8_for'|tr(tr)|raw  }}*</label>
  4269.                   <input type=\"text\" placeholder=\"\" class=\"form-control\" name=\"gift-user\">
  4270.                 </div>
  4271.               </div>
  4272.           </div>
  4273.         </div>
  4274.       </div>
  4275.     </section>
  4276.     <div class=\"plan-salle\">
  4277.       <div class=\"plan-salle-container\">
  4278.         <img id=\"plan-salle1\" alt=\"plan-salle\" class=\"pls\" src=\"/front/img/plan-salle1.jpg?v=2\" />
  4279.         <img id=\"plan-salle2\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle2.jpg?v=2\" />
  4280.         <img id=\"plan-salle3\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle3.jpg?v=2\" />
  4281.         <span class=\"plan-close\"><img alt=\"close\" src=\"/front/img/calendar-cross.svg\"></span>
  4282.         <p class=\"text-xs text-center mb-0\">{{ 'tunnel_section6_plan2'|tr(tr)|raw }}</p>
  4283.       </div>
  4284.     </div>
  4285.     {% include 'FrontBundle/Partial/resa.html.twig' %}
  4286.     {% include 'FrontBundle/Partial/footer.html.twig' %}
  4287. {% endblock %}
  4288. {% block javascripts %}
  4289.   <script src=\"/front/js/owl.carousel.min.js\"></script>
  4290.   <script type=\"text/javascript\">
  4291.     sended = false;
  4292.     \$(document).ready(function() {
  4293.       if( window.innerWidth <= 414 ){
  4294.         \$('.majestic.show-first .m1 .content').css('min-height', '350px');
  4295.         \$('.majestic.show-first .m2 .content').css('min-height', '350px');
  4296.         \$('.majestic.show-first .m3 .content').css('min-height', '295px');
  4297.         \$('.majestic.show-first .me .content').css('min-height', '295px');
  4298.         \$('.b1 .content').css('min-height', '246px');
  4299.         \$('.b2 .content').css('min-height', '246px');
  4300.         \$('.versailles.show-first .m1 .content').css('min-height', '400px');
  4301.         \$('.versailles.show-first .m2 .content').css('min-height', '400px');
  4302.         \$('.versailles.show-first .m3 .content').css('min-height', '362px');
  4303.         \$('.versailles.show-first .me .content').css('min-height', '362px');
  4304.         \$('.majestic.show-second .m1 .content').css('min-height', '378px');
  4305.         \$('.majestic.show-second .m2 .content').css('min-height', '378px');
  4306.         \$('.majestic.show-second .m3 .content').css('min-height', '252px');
  4307.         \$('.majestic.show-second .me .content').css('min-height', '252px');
  4308.         \$('.b1 .content').css('min-height', '246px');
  4309.         \$('.b2 .content').css('min-height', '246px');
  4310.         \$('.versailles.show-second .m1 .content').css('min-height', '400px');
  4311.         \$('.versailles.show-second .m2 .content').css('min-height', '400px');
  4312.         \$('.versailles.show-second .m3 .content').css('min-height', '362px');
  4313.         \$('.versailles.show-second .me .content').css('min-height', '362px');
  4314.       }
  4315. {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  4316.       \$('.form-login').addClass('hide');
  4317.       \$('.form-signup').removeClass('hide');
  4318.       \$('.form-signup .signup').addClass('hide');
  4319.       \$('.to-form-message').prepend(\$('.form-message'));
  4320.       \$('#form_mode').val('logged');
  4321.       \$('.send').removeClass('hide');
  4322.       \$('.form-cgu').addClass('hide');
  4323. {% endif %}
  4324.       \$('#kt_login_signup').on('click', function (e) {
  4325.           e.preventDefault();
  4326.           \$('.form-login').addClass('hide');
  4327.           \$('.form-signup').removeClass('hide');
  4328.           \$('#form_mode').val('register');
  4329.           \$('.send').removeClass('hide');
  4330.           \$('.form-cgu').removeClass('hide');
  4331.       });
  4332.       \$('.return-login').on('click', function (e) {
  4333.           e.preventDefault();
  4334.           \$('.form-login').removeClass('hide');
  4335.           \$('.form-signup').addClass('hide');
  4336.           \$('.form-cgu').addClass('hide');
  4337.       });
  4338.       \$('#kt_login_signin_submit').on('click', function (e) {
  4339.           e.preventDefault();
  4340.           var form = {
  4341.             email: \$('input[name=\"login_username\"]').val(),
  4342.             password: \$('input[name=\"login_password\"]').val(),
  4343.           };
  4344.           \$.post('/tunnel/credentials/check/{{app.request.locale}}', form, function( data ) {
  4345.             console.log(data);
  4346.             \$('.login_message').hide();
  4347.             if(data.success == true){
  4348.               \$('.form-signup input[name=\"lastname\"]').val(data.user.infos.lastname);
  4349.               \$('.form-signup input[name=\"firstname\"]').val(data.user.infos.firstname);
  4350.               \$('.form-signup input[name=\"company\"]').val(data.user.infos.company);
  4351.               \$('.form-signup input[name=\"phone\"]').val(data.user.infos.phone);
  4352.               \$('.form-signup input[name=\"email\"]').val(data.user.email);
  4353.               \$('.form-signup input[name=\"email\"]').attr('disabled','disabled');
  4354.               \$('.form-signup input[name=\"address\"]').val(data.user.infos.address);
  4355.               \$('.form-signup input[name=\"zipcode\"]').val(data.user.infos.zipcode);
  4356.               \$('.form-signup input[name=\"city\"]').val(data.user.infos.city);
  4357.               if(data.user.country_code != ''){
  4358.                 \$('.form-signup [name=\"country_code\"]').val(data.user.infos.country_code);
  4359.                 \$('.form-signup [name=\"country\"]').val(data.user.infos.country_code);
  4360.               }
  4361.               \$('.form-login').addClass('hide');
  4362.               \$('.form-signup').removeClass('hide');
  4363.               \$('.form-signup .signup').addClass('hide');
  4364.               \$('.to-form-message').prepend(\$('.form-message'));
  4365.               \$('#form_mode').val('logged');
  4366.               \$('.send').removeClass('hide');
  4367.               \$('.login-link').addClass('hide');
  4368.               \$('.form-cgu').addClass('hide');
  4369.             } else {
  4370.               \$('.login_message').show();
  4371.               \$('.login_message').text(data.error);
  4372.             }
  4373.           }, \"json\");
  4374.       });
  4375.       \$('.send').on('click', function (e) {
  4376.           e.preventDefault();
  4377.           var infos = {
  4378.             form_mode: \$('#form_mode').val(),
  4379.             lastname: \$('#form-booking input[name=\"lastname\"]').val(),
  4380.             firstname: \$('#form-booking input[name=\"firstname\"]').val(),
  4381.             company: \$('#form-booking input[name=\"company\"]').val(),
  4382.             phone: \$('#form-booking input[name=\"phone\"]').val(),
  4383.             email: \$('#form-booking input[name=\"email\"]').val(),
  4384.             password: \$('#form-booking input[name=\"password\"]').val(),
  4385.             confirm: \$('#form-booking input[name=\"confirm\"]').val(),
  4386.             address: \$('#form-booking input[name=\"address\"]').val(),
  4387.             zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
  4388.             city: \$('#form-booking input[name=\"city\"]').val(),
  4389.             country: \$('#form-booking select[name=\"country\"] option:selected').text(),
  4390.             country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
  4391.             message: \$('#form-booking textarea[name=\"message\"]').val(),
  4392.             pmr: \$('#pmr').prop('checked'),
  4393.             gift: \$('#gift').prop('checked'),
  4394.             agree: \$('#agree').prop('checked'),
  4395.             gift_user: \$('input[name=\"gift-user\"]').val(),
  4396.           };
  4397.           var form = {
  4398.             palace_resa: palace_resa,
  4399.             infos: infos,
  4400.             email: \$('#form-booking input[name=\"email\"]').val(),
  4401.             password: \$('#form-booking input[name=\"password\"]').val(),
  4402.           };
  4403.           if(sended == false){
  4404.             \$.post('/tunnel/booking/send/{{app.request.locale}}', form, function( data ) {
  4405.               sended = false;
  4406.               console.log(form);
  4407.               console.log(data);
  4408.               \$('.booking_message').hide();
  4409.               if(data.success == true){
  4410.                 \$('.send').remove();
  4411.                 \$('.gift-block').hide();
  4412.                 \$('.bar-menu').hide();
  4413.                 var confirm_message = '<div class=\"text-center pt-3\">\\
  4414.                   <h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
  4415.                   <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>\\
  4416.                   <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>\\
  4417.                   </div>\\
  4418.                 ';
  4419.                 if( \$('html').attr('lang') == 'de' ){
  4420.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  4421.                   <h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
  4422.                   <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>\\
  4423.                   <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>\\
  4424.                   </div>\\
  4425.                 ';
  4426.                 }
  4427.                 if( \$('html').attr('lang') == 'en' ){
  4428.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  4429.                   <h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
  4430.                   <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>\\
  4431.                   <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>\\
  4432.                   </div>\\
  4433.                 ';
  4434.                 }
  4435.                 \$('#form-booking').html(confirm_message);
  4436.   //EFFACER LA RESA
  4437.   localStorage.setItem(\"palace_resa\", null);
  4438.               } else {
  4439.                 \$('.booking_message').show();
  4440.                 \$('.booking_message').text(data.error);
  4441.               }
  4442.             }, \"json\");
  4443.             sended = true;
  4444.           }
  4445.           
  4446.       });
  4447.       \$('.edit-booking').on('click', function (e) {
  4448.           e.preventDefault();
  4449.           var infos = {
  4450.             form_mode: \$('#form_mode').val(),
  4451.             lastname: \$('#form-booking input[name=\"lastname\"]').val(),
  4452.             firstname: \$('#form-booking input[name=\"firstname\"]').val(),
  4453.             company: \$('#form-booking input[name=\"company\"]').val(),
  4454.             phone: \$('#form-booking input[name=\"phone\"]').val(),
  4455.             email: \$('#form-booking input[name=\"email\"]').val(),
  4456.             password: \$('#form-booking input[name=\"password\"]').val(),
  4457.             confirm: \$('#form-booking input[name=\"confirm\"]').val(),
  4458.             address: \$('#form-booking input[name=\"address\"]').val(),
  4459.             zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
  4460.             city: \$('#form-booking input[name=\"city\"]').val(),
  4461.             country: \$('#form-booking select[name=\"country\"] option:selected').text(),
  4462.             country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
  4463.             message: \$('#form-booking textarea[name=\"message\"]').val(),
  4464.             pmr: \$('#pmr').prop('checked'),
  4465.             gift: \$('#gift').prop('checked'),
  4466.             agree: \$('#agree').prop('checked'),
  4467.             gift_user: \$('input[name=\"gift-user\"]').val(),
  4468.           };
  4469.           var form = {
  4470.             booking_id: \$('#booking_id').val(),
  4471.             palace_resa: palace_resa,
  4472.             infos: infos,
  4473.             email: \$('#form-booking input[name=\"email\"]').val(),
  4474.             password: \$('#form-booking input[name=\"password\"]').val(),
  4475.           };
  4476.           if(sended == false){
  4477.             \$.post('/tunnel/booking/resend/{{app.request.locale}}', form, function( data ) {
  4478.               sended = false;
  4479.               console.log(form);
  4480.               console.log(data);
  4481.               \$('.booking_message').hide();
  4482.               if(data.success == true){
  4483.                 \$('.send').remove();
  4484.                 \$('.edit-booking').remove();
  4485.                 \$('.gift-block').hide();
  4486.                 \$('.bar-menu').hide();
  4487.                 var confirm_message = '<div class=\"text-center pt-3\">\\
  4488.                   <h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
  4489.                   <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>\\
  4490.                   <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>\\
  4491.                   </div>\\
  4492.                 ';
  4493.                 if( \$('html').attr('lang') == 'de' ){
  4494.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  4495.                   <h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
  4496.                   <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>\\
  4497.                   <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>\\
  4498.                   </div>\\
  4499.                 ';
  4500.                 }
  4501.                 if( \$('html').attr('lang') == 'en' ){
  4502.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  4503.                   <h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
  4504.                   <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>\\
  4505.                   <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>\\
  4506.                   </div>\\
  4507.                 ';
  4508.                 }
  4509.                 \$('#form-booking').html(confirm_message);
  4510.   //EFFACER LA RESA
  4511.   localStorage.setItem(\"palace_resa\", null);
  4512.               } else {
  4513.                 \$('.booking_message').show();
  4514.                 \$('.booking_message').text(data.error);
  4515.               }
  4516.             }, \"json\");
  4517.             sended = true;
  4518.           }
  4519.           
  4520.       });
  4521.       /* RESPONSIVE */
  4522.       if( \$( window ).width() <= 1440 ){
  4523.         \$('.espace-content.third .col-md-8').addClass('col-md-7');
  4524.         \$('.espace-content.third .col-md-8').removeClass('col-md-8');
  4525.       }
  4526.     });
  4527.   </script>
  4528.   <script type=\"text/javascript\">
  4529.     \$(document).ready(function() {
  4530.       // {% if places.isIsMajesicFull %}
  4531.       //   setTimeout(() => {
  4532.       //     if( !\$('[data-resto=\"versailles\"]').hasClass('active') ){
  4533.       //       \$('[data-resto=\"versailles\"]').click();
  4534.       //     }
  4535.       //   }, 3000);
  4536.       // {% endif %}
  4537.       // {% if places.isIsVersaillesFull %}
  4538.       //   setTimeout(() => {
  4539.       //     if( !\$('[data-resto=\"majestic\"]').hasClass('active') ){
  4540.       //       \$('[data-resto=\"majestic\"]').click();
  4541.       //     }
  4542.       //   }, 3000);
  4543.       // {% endif %}
  4544.       {% if places.isIsPlaceNormal %}
  4545.         setTimeout(() => {
  4546.           if( \$('#section6 .pn .sel').hasClass('active') ){
  4547.             \$('#section6 .ph .sel').click();
  4548.           }
  4549.         }, 3000);
  4550.       {% endif %}
  4551.       
  4552.       {% if places.isIsPlaceHonneur %}
  4553.         setTimeout(() => {
  4554.           if( \$('#section6 .ph .sel').hasClass('active') ){
  4555.             \$('#section6 .pn .sel').click();
  4556.           }
  4557.         }, 3000);
  4558.       {% endif %}
  4559.       {% if places.isIsPlaceVip %}
  4560.         setTimeout(() => {
  4561.           if( \$('#section6 .vip .sel').hasClass('active') ){
  4562.             \$('#section6 .ph .sel').click();
  4563.             \$('#section6 .pn .sel').click();
  4564.           }
  4565.         }, 3000);
  4566.       {% endif %}
  4567.       {% if places.isIsMiniSuiteFull %}
  4568.         setTimeout(() => {
  4569.           if( parseInt(\$('#section7 .nbr').text()) > 0 ){
  4570.             \$('.step2[data-ref=\"ms\"] a').click();
  4571.             \$('.bar-menu li[data-step=\"1\"] a').click();
  4572.           }
  4573.         }, 3000);
  4574.       {% endif %}
  4575.     });
  4576.   </script>
  4577. {% endblock %}
  4578. ""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");
  4579.     }
  4580. }