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

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.             <div class=\"col-md-3 col b5\">
  1414.               <label class=\"title\">";
  1415.         // line 1087
  1416.         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.'1087$this->source); })())));
  1417.         echo " n°5</label>
  1418.               <div class=\"content\" style=\"min-height: 368px;\">
  1419.                 
  1420.                 ";
  1421.         // line 1090
  1422.         echo $this->extensions['App\Framework\Twig\AppExtension']->tr("menus_tarifs_b52", (isset($context["tr"]) || array_key_exists("tr"$context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.'1090$this->source); })()));
  1423.         echo "
  1424.               </div>
  1425.               <span class=\"price\"><i>0</i>,00€</span>
  1426.               <div class=\"qty\" data-ref=\"gr-b5\">
  1427.                 <span>";
  1428.         // line 1095
  1429.         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.'1095$this->source); })()));
  1430.         echo " :</span>
  1431.                 <div class=\"controls\">
  1432.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1433.                   <span class=\"nbr\">0</span>
  1434.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1435.                 </div>
  1436.               </div>
  1437.             </div>
  1438.           </div>
  1439.         </div>
  1440.       </div>
  1441. ";
  1442.         // line 1109
  1443.         echo "
  1444.     </section>
  1445.     <section id=\"section5\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1446.       <div class=\"row\">
  1447.         <div class=\"col-md-8 relative\">   
  1448.           <h2>";
  1449.         // line 1117
  1450.         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); })()));
  1451.         echo "<span class=\"text-red\">";
  1452.         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); })()));
  1453.         echo "</span></h2>
  1454.           <span class=\"subtitle\">";
  1455.         // line 1118
  1456.         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); })()));
  1457.         echo " </span>
  1458.           <div class=\"mt-5 pt-5 row menu\">
  1459.             <div class=\"col-md-3 col offset-md-1-5\">
  1460.               <label class=\"title\">";
  1461.         // line 1123
  1462.         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); })()));
  1463.         echo " 5€</label>
  1464.               <div class=\"content\" style=\"min-height: 132px;\">
  1465.               
  1466.                 ";
  1467.         // line 1126
  1468.         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); })()));
  1469.         echo "
  1470.               
  1471.               </div>
  1472.               <span class=\"price\">5,00€</span>
  1473.               <div class=\"qty\" data-ref=\"tk5\">
  1474.                 <span>";
  1475.         // line 1131
  1476.         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); })()));
  1477.         echo " :</span>
  1478.                 <div class=\"controls\">
  1479.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1480.                   <span class=\"nbr\">0</span>
  1481.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1482.                 </div>
  1483.               </div>
  1484.             </div>
  1485.             <div class=\"col-md-3 col\">
  1486.               <label class=\"title\">";
  1487.         // line 1143
  1488.         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); })()));
  1489.         echo " 8€</label>
  1490.               <div class=\"content\" style=\"min-height: 132px;\">
  1491.                 ";
  1492.         // line 1146
  1493.         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); })()));
  1494.         echo "
  1495.               </div>
  1496.               <span class=\"price\">8,00€</span>
  1497.               <div class=\"qty\" data-ref=\"tk8\">
  1498.                 <span>";
  1499.         // line 1151
  1500.         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); })()));
  1501.         echo " :</span>
  1502.                 <div class=\"controls\">
  1503.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1504.                   <span class=\"nbr\">0</span>
  1505.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1506.                 </div>
  1507.               </div>
  1508.             </div>
  1509.             <div class=\"col-md-3 col\">
  1510.               <label class=\"title\">";
  1511.         // line 1163
  1512.         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); })()));
  1513.         echo " 10€</label>
  1514.               <div class=\"content\" style=\"min-height: 132px;\">
  1515.                 ";
  1516.         // line 1166
  1517.         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); })()));
  1518.         echo "
  1519.               </div>
  1520.               <span class=\"price\">10,00€</span>
  1521.               <div class=\"qty\" data-ref=\"tk10\">
  1522.                 <span>";
  1523.         // line 1171
  1524.         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); })()));
  1525.         echo " :</span>
  1526.                 <div class=\"controls\">
  1527.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1528.                   <span class=\"nbr\">0</span>
  1529.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1530.                 </div>
  1531.               </div>
  1532.             </div>
  1533.           </div>
  1534.         </div>
  1535.       </div>
  1536.     </section>
  1537.     <section id=\"section6\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1538.       <div class=\"row\">
  1539.         <div class=\"col-md-8 relative\">   
  1540.           <h2>";
  1541.         // line 1192
  1542.         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); })()));
  1543.         echo " <span class=\"sidetitle error\">";
  1544.         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); })()));
  1545.         echo "</span></h2>
  1546.           <span class=\"subtitle\">";
  1547.         // line 1193
  1548.         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); })()));
  1549.         echo "</span>
  1550.           <div class=\"mt-5 pt-5 row menu\">
  1551.           
  1552.             <div class=\"col-md-4 col pn ";
  1553.         // line 1197
  1554.         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") : (""));
  1555.         echo "\">
  1556.               <label class=\"title\">";
  1557.         // line 1198
  1558.         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); })()));
  1559.         echo "</label>
  1560.               ";
  1561.         // line 1199
  1562.         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)) {
  1563.             // line 1200
  1564.             echo "              <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
  1565.             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); })())));
  1566.             echo "</span>
  1567.               ";
  1568.         } else {
  1569.             // line 1202
  1570.             echo "              <span class=\"price\"><i>0</i>,00€</span>
  1571.               ";
  1572.         }
  1573.         // line 1204
  1574.         echo "              <div class=\"sel\" data-ref=\"pn\">
  1575.                 <span>";
  1576.         // line 1205
  1577.         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); })()));
  1578.         echo "</span>
  1579.               </div>
  1580.               <div class=\"qty\" data-ref=\"pn\">
  1581.                 <span>";
  1582.         // line 1208
  1583.         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); })()));
  1584.         echo " :</span>
  1585.                 <div class=\"controls\">
  1586.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1587.                   <span class=\"nbr\">0</span>
  1588.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1589.                 </div>
  1590.               </div>
  1591.             </div>
  1592.             <div class=\"col-md-4 col ph gold ";
  1593.         // line 1217
  1594.         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") : (""));
  1595.         echo "\">
  1596.               <label class=\"title\">";
  1597.         // line 1218
  1598.         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); })()));
  1599.         echo "</label>
  1600.               ";
  1601.         // line 1219
  1602.         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)) {
  1603.             // line 1220
  1604.             echo "              <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
  1605.             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); })())));
  1606.             echo "</span>
  1607.               ";
  1608.         } else {
  1609.             // line 1222
  1610.             echo "              <span class=\"price\"><i>0</i>,00€</span>
  1611.               ";
  1612.         }
  1613.         // line 1224
  1614.         echo "              <div class=\"sel\" data-ref=\"ph\">
  1615.                 <span>";
  1616.         // line 1225
  1617.         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); })()));
  1618.         echo "</span>
  1619.               </div>
  1620.               <div class=\"qty\" data-ref=\"ph\">
  1621.                 <span>";
  1622.         // line 1228
  1623.         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); })()));
  1624.         echo " :</span>
  1625.                 <div class=\"controls\">
  1626.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1627.                   <span class=\"nbr\">0</span>
  1628.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1629.                 </div>
  1630.               </div>
  1631.             </div>
  1632.             <div class=\"col-md-4 col vip ";
  1633.         // line 1237
  1634.         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") : (""));
  1635.         echo "\">
  1636.               <label class=\"title\">";
  1637.         // line 1238
  1638.         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); })())));
  1639.         echo "</label>
  1640.               ";
  1641.         // line 1239
  1642.         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)) {
  1643.             // line 1240
  1644.             echo "              <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
  1645.             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); })())));
  1646.             echo "</span>
  1647.               ";
  1648.         } else {
  1649.             // line 1242
  1650.             echo "              <span class=\"price\"><i>0</i>,00€</span>
  1651.               ";
  1652.         }
  1653.         // line 1244
  1654.         echo "              <div class=\"sel\" data-ref=\"vip\">
  1655.                 <span>";
  1656.         // line 1245
  1657.         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); })()));
  1658.         echo "</span>
  1659.               </div>
  1660.             </div>
  1661.           </div>
  1662.           <div class=\"mt-5 pt-5 row no-mobile\">
  1663.             <a href=\"#\" class=\"btn-primary btn-sm plan\">";
  1664.         // line 1253
  1665.         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); })()));
  1666.         echo " <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>
  1667.           </div>
  1668.         </div>
  1669.       </div>
  1670.     </section>
  1671.     <section id=\"section62\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1672.       <div class=\"row\">
  1673.         <div class=\"col-md-8 relative\">   
  1674.           <h2>";
  1675.         // line 1265
  1676.         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); })())));
  1677.         echo "</h2>
  1678.           <div class=\"mt-5 pt-5 row menu\">
  1679.             <div class=\"col-md-6 offset-md-3 col ok\">
  1680.               <label class=\"title\">";
  1681.         // line 1270
  1682.         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); })()));
  1683.         echo "</label>
  1684.               <span class=\"price\"><i>0</i>,00€</span>
  1685.               <div class=\"sel\" data-ref=\"ok\">
  1686.                 <span>";
  1687.         // line 1273
  1688.         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); })()));
  1689.         echo "</span>
  1690.               </div>
  1691.               <div class=\"qty hide\" data-ref=\"ok\">
  1692.                 <span>";
  1693.         // line 1276
  1694.         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); })()));
  1695.         echo " :</span>
  1696.                 <div class=\"controls\">
  1697.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1698.                   <span class=\"nbr\">0</span>
  1699.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1700.                 </div>
  1701.               </div>
  1702.             </div>
  1703.           </div>
  1704.         </div>
  1705.       </div>
  1706.     </section>
  1707.     <section id=\"section63\" class=\"espace-content third thin mt-5 pt-4 hide\">
  1708.       <div class=\"row\">
  1709.         <div class=\"col-md-8 relative\">   
  1710.           <h2>";
  1711.         // line 1294
  1712.         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); })())));
  1713.         echo "</h2>
  1714.           <div class=\"mt-5 pt-5 row menu\">
  1715.             <div class=\"col-md-6 offset-md-3 col af\">
  1716.               <label class=\"title\">";
  1717.         // line 1299
  1718.         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); })()));
  1719.         echo "</label>
  1720.               <span class=\"price\"><i>0</i>,00€</span>
  1721.               <div class=\"sel\" data-ref=\"af\">
  1722.                 <span>";
  1723.         // line 1302
  1724.         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); })()));
  1725.         echo "</span>
  1726.               </div>
  1727.               <div class=\"qty\" data-ref=\"af\">
  1728.                 <span>";
  1729.         // line 1305
  1730.         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); })()));
  1731.         echo " :</span>
  1732.                 <div class=\"controls\">
  1733.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1734.                   <span class=\"nbr\">0</span>
  1735.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1736.                 </div>
  1737.               </div>
  1738.             </div>
  1739.           </div>
  1740.         </div>
  1741.       </div>
  1742.     </section>
  1743.     ";
  1744.         // line 1322
  1745.         echo "    <section id=\"section61\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1746.       <div class=\"row\">
  1747.         <div class=\"col-md-8 relative\">   
  1748.           <h2>";
  1749.         // line 1325
  1750.         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); })()));
  1751.         echo "</h2>
  1752.           <span class=\"subtitle\">";
  1753.         // line 1326
  1754.         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); })()));
  1755.         echo "</span>
  1756.           <div class=\"mt-5 pt-5 row menu\">
  1757.             <div class=\"col-md-6 offset-md-3 col no\">
  1758.               <label class=\"title\">";
  1759.         // line 1331
  1760.         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); })())));
  1761.         echo "</label>
  1762.               <div class=\"content no-avecrepas\">
  1763.                 ";
  1764.         // line 1335
  1765.         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); })()));
  1766.         echo "
  1767.               </div>
  1768.               <div class=\"content no-sansrepas\">
  1769.                 ";
  1770.         // line 1341
  1771.         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); })()));
  1772.         echo "
  1773.               </div>
  1774.               <span class=\"price\"><i>0</i>,00€</span>
  1775.               <div class=\"sel\" data-ref=\"no\">
  1776.                 <span>";
  1777.         // line 1347
  1778.         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); })()));
  1779.         echo "</span>
  1780.               </div>
  1781.               <div class=\"qty\" data-ref=\"no\">
  1782.                 <span>";
  1783.         // line 1350
  1784.         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); })()));
  1785.         echo " :</span>
  1786.                 <div class=\"controls\">
  1787.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1788.                   <span class=\"nbr\">0</span>
  1789.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1790.                 </div>
  1791.               </div>
  1792.             </div>
  1793.           </div>
  1794.         </div>
  1795.       </div>
  1796.     </section>
  1797.     <section id=\"section7\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1798.       <div class=\"row\">
  1799.         <div class=\"col-md-8 relative\">   
  1800.           <h2>";
  1801.         // line 1368
  1802.         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); })())));
  1803.         echo "</h2>
  1804.           <span class=\"subtitle\">";
  1805.         // line 1369
  1806.         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); })()));
  1807.         echo "</span>
  1808.           <div class=\"mt-5 pt-5 row menu ";
  1809.         // line 1371
  1810.         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") : (""));
  1811.         echo "\">
  1812.             <div class=\"col-md-6 col ms offset-md-3\">
  1813.               <label class=\"title\">";
  1814.         // line 1374
  1815.         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); })())));
  1816.         echo "</label>
  1817.               <div class=\"content\">
  1818.                 ";
  1819.         // line 1377
  1820.         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); })()));
  1821.         echo "
  1822.               </div>
  1823.               ";
  1824.         // line 1380
  1825.         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)) {
  1826.             // line 1381
  1827.             echo "              <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">";
  1828.             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); })())));
  1829.             echo "</span>
  1830.               ";
  1831.         } else {
  1832.             // line 1383
  1833.             echo "              <span class=\"price\"><i>0</i>,00€</span>
  1834.               ";
  1835.         }
  1836.         // line 1385
  1837.         echo "              
  1838.               <div class=\"qty nights active\" data-ref=\"ms\">
  1839.                 <span>";
  1840.         // line 1387
  1841.         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); })()));
  1842.         echo "</span>
  1843.                 <div class=\"controls\">
  1844.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  1845.                   <span class=\"nbr\">0</span>
  1846.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  1847.                 </div>
  1848.               </div>
  1849.             </div>
  1850.           </div>
  1851.           <div class=\"mt-5 row\">
  1852.             <a target=\"_blank\" href=\"/";
  1853.         // line 1399
  1854.         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);
  1855.         echo "/mini-suites\" class=\"mini-suites-link mb-4\">";
  1856.         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); })()));
  1857.         echo "</a>
  1858.             <a target=\"_blank\" href=\"#\" class=\"btn-primary btn-sm plan no-mini-suites\">";
  1859.         // line 1400
  1860.         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); })()));
  1861.         echo " <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>
  1862.           </div>
  1863.         </div>
  1864.       </div>
  1865.     </section>
  1866.     <section id=\"section8\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  1867.       <div class=\"row\">
  1868.         <div class=\"col-md-8 relative\">   
  1869.           <h2>";
  1870.         // line 1412
  1871.         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); })())));
  1872.         echo "</h2>
  1873.           <span class=\"subtitle\">";
  1874.         // line 1413
  1875.         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); })()));
  1876.         echo "</span>
  1877.           <div class=\"mt-3 row\">
  1878.             <form class=\"m-0 row\" id=\"form-booking\">
  1879.             ";
  1880.         // line 1419
  1881.         if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1882.             // line 1420
  1883.             echo "              <div class=\"col-md-12 mb-5 form-login\">
  1884.                 <h6 class=\"text-center\">";
  1885.             // line 1421
  1886.             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); })()));
  1887.             echo "</h6>
  1888.               </div>
  1889.               <div class=\"col-md-6  form-login\">
  1890.                 <label>";
  1891.             // line 1427
  1892.             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); })()));
  1893.             echo "*</label>
  1894.                 <input type=\"email\" placeholder=\"";
  1895.             // line 1428
  1896.             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); })()));
  1897.             echo "*\" name=\"login_username\" value=\"";
  1898.             if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1899.                 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);
  1900.             }
  1901.             echo "\"  />
  1902.                 <label>";
  1903.             // line 1429
  1904.             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); })()));
  1905.             echo "*</label>
  1906.                 <input type=\"password\" name=\"login_password\" autocomplete=\"off\" placeholder=\"";
  1907.             // line 1430
  1908.             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); })()));
  1909.             echo "\" />
  1910.                 <p class=\"text-red login_message p-0\"></p>
  1911.                 <button id=\"kt_login_signin_submit\" class=\"btn-primary btn-sm text-center \">";
  1912.             // line 1433
  1913.             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); })()));
  1914.             echo "</button>
  1915.                 <p class=\"text-red p-0 mt-3\"><a href=\"/login?forgot=yes\" class=\"text-red link-forgot\">";
  1916.             // line 1435
  1917.             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); })()));
  1918.             echo "</a></p>
  1919.                 
  1920.                 <input type=\"hidden\" name=\"_target_path\" value=\"";
  1921.             // line 1437
  1922.             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);
  1923.             echo "\"/>
  1924.                 <input type=\"hidden\" name=\"_csrf_token\" value=\"";
  1925.             // line 1438
  1926.             echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  1927.             echo "\"/>
  1928.               </div>
  1929.               <div class=\"col-md-6 d-flex justify-content-center align-items-center  form-login\" style=\"flex-direction: column;\">
  1930.                 <button id=\"kt_login_signup\" class=\"btn-primary btn-sm text-center active \">";
  1931.             // line 1442
  1932.             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); })()));
  1933.             echo "*</button>
  1934.                 <p class=\"p-0 w-100 text-center mt-2\">* ";
  1935.             // line 1443
  1936.             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); })()));
  1937.             echo "</p>
  1938.               </div>
  1939.             ";
  1940.         }
  1941.         // line 1447
  1942.         echo "
  1943.               ";
  1944.         // line 1448
  1945.         if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1946.             // line 1449
  1947.             echo "              <div class=\"col-md-12 hide form-signup login-link\">
  1948.                 <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;\">";
  1949.             // line 1450
  1950.             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); })()));
  1951.             echo "</a>
  1952.               </div>
  1953.               ";
  1954.         }
  1955.         // line 1453
  1956.         echo "              <div class=\"col-md-6 hide form-signup\">
  1957.                 <label>";
  1958.         // line 1454
  1959.         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); })()));
  1960.         echo "*</label>
  1961.                 <input type=\"text\" placeholder=\"\" name=\"lastname\" value=\"";
  1962.         // line 1455
  1963.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1964.             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);
  1965.         }
  1966.         echo "\" />
  1967.                 <label>";
  1968.         // line 1456
  1969.         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); })()));
  1970.         echo "*</label>
  1971.                 <input type=\"text\" placeholder=\"\" name=\"firstname\" value=\"";
  1972.         // line 1457
  1973.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1974.             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);
  1975.         }
  1976.         echo "\"  />
  1977.                 <label>";
  1978.         // line 1458
  1979.         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); })()));
  1980.         echo "</label>
  1981.                 <input type=\"text\" placeholder=\"\" name=\"company\" value=\"";
  1982.         // line 1459
  1983.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1984.             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);
  1985.         }
  1986.         echo "\"  />
  1987.                 <label>";
  1988.         // line 1460
  1989.         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); })()));
  1990.         echo "*</label>
  1991.                 <input type=\"tel\" placeholder=\"\" name=\"phone\" value=\"";
  1992.         // line 1461
  1993.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  1994.             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);
  1995.         }
  1996.         echo "\"  />
  1997.                 <label class=\"signup\">";
  1998.         // line 1462
  1999.         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); })()));
  2000.         echo "*</label>
  2001.                 <input class=\"signup\" type=\"email\" placeholder=\"\" name=\"email\" value=\"";
  2002.         // line 1463
  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.'1463$this->source); })()), "user", [], "any"falsefalsefalse1463), "email", [], "any"falsefalsefalse1463), "html"nulltrue);
  2005.         }
  2006.         echo "\"  />
  2007.                 <label class=\"signup\">";
  2008.         // line 1464
  2009.         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); })()));
  2010.         echo "*</label>
  2011.                 <input type=\"password\" placeholder=\"\" name=\"password\" value=\"\" class=\"signup\" />
  2012.                 <label class=\"signup\">";
  2013.         // line 1466
  2014.         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); })()));
  2015.         echo "*</label>
  2016.                 <input type=\"password\" placeholder=\"\" name=\"confirm\" value=\"\" class=\"signup\" />
  2017.               </div>
  2018.               <div class=\"col-md-6 hide form-signup\">
  2019.                 <label>";
  2020.         // line 1470
  2021.         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); })()));
  2022.         echo "*</label>
  2023.                 <input type=\"text\" placeholder=\"\" name=\"address\" value=\"";
  2024.         // line 1471
  2025.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  2026.             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);
  2027.         }
  2028.         echo "\"  />
  2029.                 <label>";
  2030.         // line 1472
  2031.         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); })()));
  2032.         echo "*</label>
  2033.                 <input type=\"text\" placeholder=\"\" name=\"zipcode\" value=\"";
  2034.         // line 1473
  2035.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  2036.             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);
  2037.         }
  2038.         echo "\"  />
  2039.                 <label>";
  2040.         // line 1474
  2041.         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); })()));
  2042.         echo "*</label>
  2043.                 <input type=\"text\" placeholder=\"\" name=\"city\" value=\"";
  2044.         // line 1475
  2045.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  2046.             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);
  2047.         }
  2048.         echo "\"  />
  2049.                 <label>";
  2050.         // line 1476
  2051.         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); })()));
  2052.         echo "*</label>
  2053.                 <input type=\"hidden\" name=\"country_code\" value=\"";
  2054.         // line 1477
  2055.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  2056.             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);
  2057.         }
  2058.         echo "\">
  2059.                                   <select name=\"country\" required class=\"form-control country\">
  2060.                                     <option value=\"AF\">Afghanistan</option>
  2061.                                     <option value=\"AX\">Åland Islands</option>
  2062.                                     <option value=\"AL\">Albania</option>
  2063.                                     <option value=\"DZ\">Algeria</option>
  2064.                                     <option value=\"AS\">American Samoa</option>
  2065.                                     <option value=\"AD\">Andorra</option>
  2066.                                     <option value=\"AO\">Angola</option>
  2067.                                     <option value=\"AI\">Anguilla</option>
  2068.                                     <option value=\"AQ\">Antarctica</option>
  2069.                                     <option value=\"AG\">Antigua and Barbuda</option>
  2070.                                     <option value=\"AR\">Argentina</option>
  2071.                                     <option value=\"AM\">Armenia</option>
  2072.                                     <option value=\"AW\">Aruba</option>
  2073.                                     <option value=\"AU\">Australia</option>
  2074.                                     <option value=\"AT\">Austria</option>
  2075.                                     <option value=\"AZ\">Azerbaijan</option>
  2076.                                     <option value=\"BS\">Bahamas</option>
  2077.                                     <option value=\"BH\">Bahrain</option>
  2078.                                     <option value=\"BD\">Bangladesh</option>
  2079.                                     <option value=\"BB\">Barbados</option>
  2080.                                     <option value=\"BY\">Belarus</option>
  2081.                                     <option value=\"BE\">Belgium</option>
  2082.                                     <option value=\"BZ\">Belize</option>
  2083.                                     <option value=\"BJ\">Benin</option>
  2084.                                     <option value=\"BM\">Bermuda</option>
  2085.                                     <option value=\"BT\">Bhutan</option>
  2086.                                     <option value=\"BO\">Bolivia, Plurinational State of</option>
  2087.                                     <option value=\"BQ\">Bonaire, Sint Eustatius and Saba</option>
  2088.                                     <option value=\"BA\">Bosnia and Herzegovina</option>
  2089.                                     <option value=\"BW\">Botswana</option>
  2090.                                     <option value=\"BV\">Bouvet Island</option>
  2091.                                     <option value=\"BR\">Brazil</option>
  2092.                                     <option value=\"IO\">British Indian Ocean Territory</option>
  2093.                                     <option value=\"BN\">Brunei Darussalam</option>
  2094.                                     <option value=\"BG\">Bulgaria</option>
  2095.                                     <option value=\"BF\">Burkina Faso</option>
  2096.                                     <option value=\"BI\">Burundi</option>
  2097.                                     <option value=\"KH\">Cambodia</option>
  2098.                                     <option value=\"CM\">Cameroon</option>
  2099.                                     <option value=\"CA\">Canada</option>
  2100.                                     <option value=\"CV\">Cape Verde</option>
  2101.                                     <option value=\"KY\">Cayman Islands</option>
  2102.                                     <option value=\"CF\">Central African Republic</option>
  2103.                                     <option value=\"TD\">Chad</option>
  2104.                                     <option value=\"CL\">Chile</option>
  2105.                                     <option value=\"CN\">China</option>
  2106.                                     <option value=\"CX\">Christmas Island</option>
  2107.                                     <option value=\"CC\">Cocos (Keeling) Islands</option>
  2108.                                     <option value=\"CO\">Colombia</option>
  2109.                                     <option value=\"KM\">Comoros</option>
  2110.                                     <option value=\"CG\">Congo</option>
  2111.                                     <option value=\"CD\">Congo, the Democratic Republic of the</option>
  2112.                                     <option value=\"CK\">Cook Islands</option>
  2113.                                     <option value=\"CR\">Costa Rica</option>
  2114.                                     <option value=\"CI\">Côte d'Ivoire</option>
  2115.                                     <option value=\"HR\">Croatia</option>
  2116.                                     <option value=\"CU\">Cuba</option>
  2117.                                     <option value=\"CW\">Curaçao</option>
  2118.                                     <option value=\"CY\">Cyprus</option>
  2119.                                     <option value=\"CZ\">Czech Republic</option>
  2120.                                     <option value=\"DK\">Denmark</option>
  2121.                                     <option value=\"DJ\">Djibouti</option>
  2122.                                     <option value=\"DM\">Dominica</option>
  2123.                                     <option value=\"DO\">Dominican Republic</option>
  2124.                                     <option value=\"EC\">Ecuador</option>
  2125.                                     <option value=\"EG\">Egypt</option>
  2126.                                     <option value=\"SV\">El Salvador</option>
  2127.                                     <option value=\"GQ\">Equatorial Guinea</option>
  2128.                                     <option value=\"ER\">Eritrea</option>
  2129.                                     <option value=\"EE\">Estonia</option>
  2130.                                     <option value=\"ET\">Ethiopia</option>
  2131.                                     <option value=\"FK\">Falkland Islands (Malvinas)</option>
  2132.                                     <option value=\"FO\">Faroe Islands</option>
  2133.                                     <option value=\"FJ\">Fiji</option>
  2134.                                     <option value=\"FI\">Finland</option>
  2135.                                     <option value=\"FR\" ";
  2136.         // line 1554
  2137.         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"])) {
  2138.             echo "selected";
  2139.         }
  2140.         echo ">France</option>
  2141.                                     <option value=\"GF\">French Guiana</option>
  2142.                                     <option value=\"PF\">French Polynesia</option>
  2143.                                     <option value=\"TF\">French Southern Territories</option>
  2144.                                     <option value=\"GA\">Gabon</option>
  2145.                                     <option value=\"GM\">Gambia</option>
  2146.                                     <option value=\"GE\">Georgia</option>
  2147.                                     <option value=\"DE\" ";
  2148.         // line 1561
  2149.         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"))) {
  2150.             echo "selected";
  2151.         }
  2152.         echo ">Germany</option>
  2153.                                     <option value=\"GH\">Ghana</option>
  2154.                                     <option value=\"GI\">Gibraltar</option>
  2155.                                     <option value=\"GR\">Greece</option>
  2156.                                     <option value=\"GL\">Greenland</option>
  2157.                                     <option value=\"GD\">Grenada</option>
  2158.                                     <option value=\"GP\">Guadeloupe</option>
  2159.                                     <option value=\"GU\">Guam</option>
  2160.                                     <option value=\"GT\">Guatemala</option>
  2161.                                     <option value=\"GG\">Guernsey</option>
  2162.                                     <option value=\"GN\">Guinea</option>
  2163.                                     <option value=\"GW\">Guinea-Bissau</option>
  2164.                                     <option value=\"GY\">Guyana</option>
  2165.                                     <option value=\"HT\">Haiti</option>
  2166.                                     <option value=\"HM\">Heard Island and McDonald Islands</option>
  2167.                                     <option value=\"VA\">Holy See (Vatican City State)</option>
  2168.                                     <option value=\"HN\">Honduras</option>
  2169.                                     <option value=\"HK\">Hong Kong</option>
  2170.                                     <option value=\"HU\">Hungary</option>
  2171.                                     <option value=\"IS\">Iceland</option>
  2172.                                     <option value=\"IN\">India</option>
  2173.                                     <option value=\"ID\">Indonesia</option>
  2174.                                     <option value=\"IR\">Iran, Islamic Republic of</option>
  2175.                                     <option value=\"IQ\">Iraq</option>
  2176.                                     <option value=\"IE\">Ireland</option>
  2177.                                     <option value=\"IM\">Isle of Man</option>
  2178.                                     <option value=\"IL\">Israel</option>
  2179.                                     <option value=\"IT\">Italy</option>
  2180.                                     <option value=\"JM\">Jamaica</option>
  2181.                                     <option value=\"JP\">Japan</option>
  2182.                                     <option value=\"JE\">Jersey</option>
  2183.                                     <option value=\"JO\">Jordan</option>
  2184.                                     <option value=\"KZ\">Kazakhstan</option>
  2185.                                     <option value=\"KE\">Kenya</option>
  2186.                                     <option value=\"KI\">Kiribati</option>
  2187.                                     <option value=\"KP\">Korea, Democratic People's Republic of</option>
  2188.                                     <option value=\"KR\">Korea, Republic of</option>
  2189.                                     <option value=\"KW\">Kuwait</option>
  2190.                                     <option value=\"KG\">Kyrgyzstan</option>
  2191.                                     <option value=\"LA\">Lao People's Democratic Republic</option>
  2192.                                     <option value=\"LV\">Latvia</option>
  2193.                                     <option value=\"LB\">Lebanon</option>
  2194.                                     <option value=\"LS\">Lesotho</option>
  2195.                                     <option value=\"LR\">Liberia</option>
  2196.                                     <option value=\"LY\">Libya</option>
  2197.                                     <option value=\"LI\">Liechtenstein</option>
  2198.                                     <option value=\"LT\">Lithuania</option>
  2199.                                     <option value=\"LU\">Luxembourg</option>
  2200.                                     <option value=\"MO\">Macao</option>
  2201.                                     <option value=\"MK\">Macedonia, the former Yugoslav Republic of</option>
  2202.                                     <option value=\"MG\">Madagascar</option>
  2203.                                     <option value=\"MW\">Malawi</option>
  2204.                                     <option value=\"MY\">Malaysia</option>
  2205.                                     <option value=\"MV\">Maldives</option>
  2206.                                     <option value=\"ML\">Mali</option>
  2207.                                     <option value=\"MT\">Malta</option>
  2208.                                     <option value=\"MH\">Marshall Islands</option>
  2209.                                     <option value=\"MQ\">Martinique</option>
  2210.                                     <option value=\"MR\">Mauritania</option>
  2211.                                     <option value=\"MU\">Mauritius</option>
  2212.                                     <option value=\"YT\">Mayotte</option>
  2213.                                     <option value=\"MX\">Mexico</option>
  2214.                                     <option value=\"FM\">Micronesia, Federated States of</option>
  2215.                                     <option value=\"MD\">Moldova, Republic of</option>
  2216.                                     <option value=\"MC\">Monaco</option>
  2217.                                     <option value=\"MN\">Mongolia</option>
  2218.                                     <option value=\"ME\">Montenegro</option>
  2219.                                     <option value=\"MS\">Montserrat</option>
  2220.                                     <option value=\"MA\">Morocco</option>
  2221.                                     <option value=\"MZ\">Mozambique</option>
  2222.                                     <option value=\"MM\">Myanmar</option>
  2223.                                     <option value=\"NA\">Namibia</option>
  2224.                                     <option value=\"NR\">Nauru</option>
  2225.                                     <option value=\"NP\">Nepal</option>
  2226.                                     <option value=\"NL\">Netherlands</option>
  2227.                                     <option value=\"NC\">New Caledonia</option>
  2228.                                     <option value=\"NZ\">New Zealand</option>
  2229.                                     <option value=\"NI\">Nicaragua</option>
  2230.                                     <option value=\"NE\">Niger</option>
  2231.                                     <option value=\"NG\">Nigeria</option>
  2232.                                     <option value=\"NU\">Niue</option>
  2233.                                     <option value=\"NF\">Norfolk Island</option>
  2234.                                     <option value=\"MP\">Northern Mariana Islands</option>
  2235.                                     <option value=\"NO\">Norway</option>
  2236.                                     <option value=\"OM\">Oman</option>
  2237.                                     <option value=\"PK\">Pakistan</option>
  2238.                                     <option value=\"PW\">Palau</option>
  2239.                                     <option value=\"PS\">Palestinian Territory, Occupied</option>
  2240.                                     <option value=\"PA\">Panama</option>
  2241.                                     <option value=\"PG\">Papua New Guinea</option>
  2242.                                     <option value=\"PY\">Paraguay</option>
  2243.                                     <option value=\"PE\">Peru</option>
  2244.                                     <option value=\"PH\">Philippines</option>
  2245.                                     <option value=\"PN\">Pitcairn</option>
  2246.                                     <option value=\"PL\">Poland</option>
  2247.                                     <option value=\"PT\">Portugal</option>
  2248.                                     <option value=\"PR\">Puerto Rico</option>
  2249.                                     <option value=\"QA\">Qatar</option>
  2250.                                     <option value=\"RE\">Réunion</option>
  2251.                                     <option value=\"RO\">Romania</option>
  2252.                                     <option value=\"RU\">Russian Federation</option>
  2253.                                     <option value=\"RW\">Rwanda</option>
  2254.                                     <option value=\"BL\">Saint Barthélemy</option>
  2255.                                     <option value=\"SH\">Saint Helena, Ascension and Tristan da Cunha</option>
  2256.                                     <option value=\"KN\">Saint Kitts and Nevis</option>
  2257.                                     <option value=\"LC\">Saint Lucia</option>
  2258.                                     <option value=\"MF\">Saint Martin (French part)</option>
  2259.                                     <option value=\"PM\">Saint Pierre and Miquelon</option>
  2260.                                     <option value=\"VC\">Saint Vincent and the Grenadines</option>
  2261.                                     <option value=\"WS\">Samoa</option>
  2262.                                     <option value=\"SM\">San Marino</option>
  2263.                                     <option value=\"ST\">Sao Tome and Principe</option>
  2264.                                     <option value=\"SA\">Saudi Arabia</option>
  2265.                                     <option value=\"SN\">Senegal</option>
  2266.                                     <option value=\"RS\">Serbia</option>
  2267.                                     <option value=\"SC\">Seychelles</option>
  2268.                                     <option value=\"SL\">Sierra Leone</option>
  2269.                                     <option value=\"SG\">Singapore</option>
  2270.                                     <option value=\"SX\">Sint Maarten (Dutch part)</option>
  2271.                                     <option value=\"SK\">Slovakia</option>
  2272.                                     <option value=\"SI\">Slovenia</option>
  2273.                                     <option value=\"SB\">Solomon Islands</option>
  2274.                                     <option value=\"SO\">Somalia</option>
  2275.                                     <option value=\"ZA\">South Africa</option>
  2276.                                     <option value=\"GS\">South Georgia and the South Sandwich Islands</option>
  2277.                                     <option value=\"SS\">South Sudan</option>
  2278.                                     <option value=\"ES\">Spain</option>
  2279.                                     <option value=\"LK\">Sri Lanka</option>
  2280.                                     <option value=\"SD\">Sudan</option>
  2281.                                     <option value=\"SR\">Suriname</option>
  2282.                                     <option value=\"SJ\">Svalbard and Jan Mayen</option>
  2283.                                     <option value=\"SZ\">Swaziland</option>
  2284.                                     <option value=\"SE\">Sweden</option>
  2285.                                     <option value=\"CH\">Switzerland</option>
  2286.                                     <option value=\"SY\">Syrian Arab Republic</option>
  2287.                                     <option value=\"TW\">Taiwan, Province of China</option>
  2288.                                     <option value=\"TJ\">Tajikistan</option>
  2289.                                     <option value=\"TZ\">Tanzania, United Republic of</option>
  2290.                                     <option value=\"TH\">Thailand</option>
  2291.                                     <option value=\"TL\">Timor-Leste</option>
  2292.                                     <option value=\"TG\">Togo</option>
  2293.                                     <option value=\"TK\">Tokelau</option>
  2294.                                     <option value=\"TO\">Tonga</option>
  2295.                                     <option value=\"TT\">Trinidad and Tobago</option>
  2296.                                     <option value=\"TN\">Tunisia</option>
  2297.                                     <option value=\"TR\">Turkey</option>
  2298.                                     <option value=\"TM\">Turkmenistan</option>
  2299.                                     <option value=\"TC\">Turks and Caicos Islands</option>
  2300.                                     <option value=\"TV\">Tuvalu</option>
  2301.                                     <option value=\"UG\">Uganda</option>
  2302.                                     <option value=\"UA\">Ukraine</option>
  2303.                                     <option value=\"AE\">United Arab Emirates</option>
  2304.                                     <option value=\"GB\">United Kingdom</option>
  2305.                                     <option value=\"US\">United States</option>
  2306.                                     <option value=\"UM\">United States Minor Outlying Islands</option>
  2307.                                     <option value=\"UY\">Uruguay</option>
  2308.                                     <option value=\"UZ\">Uzbekistan</option>
  2309.                                     <option value=\"VU\">Vanuatu</option>
  2310.                                     <option value=\"VE\">Venezuela, Bolivarian Republic of</option>
  2311.                                     <option value=\"VN\">Viet Nam</option>
  2312.                                     <option value=\"VG\">Virgin Islands, British</option>
  2313.                                     <option value=\"VI\">Virgin Islands, U.S.</option>
  2314.                                     <option value=\"WF\">Wallis and Futuna</option>
  2315.                                     <option value=\"EH\">Western Sahara</option>
  2316.                                     <option value=\"YE\">Yemen</option>
  2317.                                     <option value=\"ZM\">Zambia</option>
  2318.                                     <option value=\"ZW\">Zimbabwe</option>
  2319.                                   </select>
  2320.                 <div class=\"form-message text-start\">
  2321.                   <label>";
  2322.         // line 1730
  2323.         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); })()));
  2324.         echo "</label>
  2325.                   <textarea placeholder=\"\" name=\"message\"></textarea>
  2326.                 </div>
  2327.               </div>
  2328.               <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\">
  2329.                 <div style=\"width: fit-content;\">
  2330.                   <input type=\"checkbox\" id=\"pmr\" class=\"apple-switch\" >
  2331.                   <label for=\"pmr\">";
  2332.         // line 1737
  2333.         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); })()));
  2334.         echo "</label>
  2335.                 </div>
  2336.                 <div style=\"width: fit-content;\">
  2337.                   <svg width=\"18\" height=\"18\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2338.                     <g clip-path=\"url(#clip0_299_17)\">
  2339.                       <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\"/>
  2340.                       <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\"/>
  2341.                     </g>
  2342.                     <defs>
  2343.                       <clipPath id=\"clip0_299_17\">
  2344.                         <rect width=\"36\" height=\"36\" fill=\"white\"/>
  2345.                       </clipPath>
  2346.                     </defs>
  2347.                   </svg>
  2348.                 </div>
  2349.                 ";
  2350.         // line 1754
  2351.         echo "              </div>
  2352.               <div class=\"col-md-12 form-cgu hide mt-3 text-center\">
  2353.                 <input type=\"checkbox\" id=\"agree\" class=\"apple-switch\" >
  2354.                 <label for=\"agree\">";
  2355.         // line 1758
  2356.         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); })()));
  2357.         echo "</label>
  2358.               </div>
  2359.               <div class=\"col-md-12\">
  2360.                 <p class=\"text-red booking_message text-center mb-0 mt-3 p-0\"></p>
  2361.               </div>
  2362.               <button class=\"send hide\">";
  2363.         // line 1764
  2364.         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); })()));
  2365.         echo "</button>
  2366.               <button class=\"edit-booking hide\">";
  2367.         // line 1765
  2368.         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); })()));
  2369.         echo "</button>
  2370.               <input type=\"hidden\" id=\"form_mode\" value=\"\" />
  2371.               <input type=\"hidden\" id=\"booking_id\" value=\"\" />
  2372.             </form>
  2373.           </div>
  2374.           <div class=\"mt-5 row text-center gift-block\">
  2375.               <div class=\"col-12 mt-4\">
  2376.                 <input type=\"checkbox\" id=\"gift\" class=\"apple-switch\" >
  2377.                 <label for=\"gift\">";
  2378.         // line 1776
  2379.         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); })()));
  2380.         echo "</label>
  2381.                 <div class=\"form-group gift mt-4\">
  2382.                   <label>";
  2383.         // line 1778
  2384.         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); })()));
  2385.         echo "*</label>
  2386.                   <input type=\"text\" placeholder=\"\" class=\"form-control\" name=\"gift-user\">
  2387.                 </div>
  2388.               </div>
  2389.           </div>
  2390.         </div>
  2391.       </div>
  2392.     </section>
  2393.     <div class=\"plan-salle\">
  2394.       <div class=\"plan-salle-container\">
  2395.         <img id=\"plan-salle1\" alt=\"plan-salle\" class=\"pls\" src=\"/front/img/plan-salle1.jpg?v=2\" />
  2396.         <img id=\"plan-salle2\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle2.jpg?v=2\" />
  2397.         <img id=\"plan-salle3\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle3.jpg?v=2\" />
  2398.         <span class=\"plan-close\"><img alt=\"close\" src=\"/front/img/calendar-cross.svg\"></span>
  2399.         <p class=\"text-xs text-center mb-0\">";
  2400.         // line 1799
  2401.         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); })()));
  2402.         echo "</p>
  2403.       </div>
  2404.     </div>
  2405.     ";
  2406.         // line 1805
  2407.         $this->loadTemplate("FrontBundle/Partial/resa.html.twig""FrontBundle/Page/reservation-tunnel.html.twig"1805)->display($context);
  2408.         // line 1806
  2409.         echo "
  2410.     ";
  2411.         // line 1807
  2412.         $this->loadTemplate("FrontBundle/Partial/footer.html.twig""FrontBundle/Page/reservation-tunnel.html.twig"1807)->display($context);
  2413.         // line 1808
  2414.         echo "
  2415. ";
  2416.         
  2417.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  2418.         
  2419.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  2420.     }
  2421.     // line 1811
  2422.     public function block_javascripts($context, array $blocks = [])
  2423.     {
  2424.         $macros $this->macros;
  2425.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2426.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2427.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2428.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2429.         // line 1812
  2430.         echo "
  2431.   <script src=\"/front/js/owl.carousel.min.js\"></script>
  2432.   <script type=\"text/javascript\">
  2433.     sended = false;
  2434.     \$(document).ready(function() {
  2435.       if( window.innerWidth <= 414 ){
  2436.         \$('.majestic.show-first .m1 .content').css('min-height', '350px');
  2437.         \$('.majestic.show-first .m2 .content').css('min-height', '350px');
  2438.         \$('.majestic.show-first .m3 .content').css('min-height', '295px');
  2439.         \$('.majestic.show-first .me .content').css('min-height', '295px');
  2440.         \$('.b1 .content').css('min-height', '246px');
  2441.         \$('.b2 .content').css('min-height', '246px');
  2442.         \$('.versailles.show-first .m1 .content').css('min-height', '400px');
  2443.         \$('.versailles.show-first .m2 .content').css('min-height', '400px');
  2444.         \$('.versailles.show-first .m3 .content').css('min-height', '362px');
  2445.         \$('.versailles.show-first .me .content').css('min-height', '362px');
  2446.         \$('.majestic.show-second .m1 .content').css('min-height', '378px');
  2447.         \$('.majestic.show-second .m2 .content').css('min-height', '378px');
  2448.         \$('.majestic.show-second .m3 .content').css('min-height', '252px');
  2449.         \$('.majestic.show-second .me .content').css('min-height', '252px');
  2450.         \$('.b1 .content').css('min-height', '246px');
  2451.         \$('.b2 .content').css('min-height', '246px');
  2452.         \$('.versailles.show-second .m1 .content').css('min-height', '400px');
  2453.         \$('.versailles.show-second .m2 .content').css('min-height', '400px');
  2454.         \$('.versailles.show-second .m3 .content').css('min-height', '362px');
  2455.         \$('.versailles.show-second .me .content').css('min-height', '362px');
  2456.       }
  2457. ";
  2458.         // line 1850
  2459.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  2460.             // line 1851
  2461.             echo "      \$('.form-login').addClass('hide');
  2462.       \$('.form-signup').removeClass('hide');
  2463.       \$('.form-signup .signup').addClass('hide');
  2464.       \$('.to-form-message').prepend(\$('.form-message'));
  2465.       \$('#form_mode').val('logged');
  2466.       \$('.send').removeClass('hide');
  2467.       \$('.form-cgu').addClass('hide');
  2468. ";
  2469.         }
  2470.         // line 1859
  2471.         echo "
  2472.       \$('#kt_login_signup').on('click', function (e) {
  2473.           e.preventDefault();
  2474.           \$('.form-login').addClass('hide');
  2475.           \$('.form-signup').removeClass('hide');
  2476.           \$('#form_mode').val('register');
  2477.           \$('.send').removeClass('hide');
  2478.           \$('.form-cgu').removeClass('hide');
  2479.       });
  2480.       \$('.return-login').on('click', function (e) {
  2481.           e.preventDefault();
  2482.           \$('.form-login').removeClass('hide');
  2483.           \$('.form-signup').addClass('hide');
  2484.           \$('.form-cgu').addClass('hide');
  2485.       });
  2486.       \$('#kt_login_signin_submit').on('click', function (e) {
  2487.           e.preventDefault();
  2488.           var form = {
  2489.             email: \$('input[name=\"login_username\"]').val(),
  2490.             password: \$('input[name=\"login_password\"]').val(),
  2491.           };
  2492.           \$.post('/tunnel/credentials/check/";
  2493.         // line 1885
  2494.         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);
  2495.         echo "', form, function( data ) {
  2496.             console.log(data);
  2497.             \$('.login_message').hide();
  2498.             if(data.success == true){
  2499.               \$('.form-signup input[name=\"lastname\"]').val(data.user.infos.lastname);
  2500.               \$('.form-signup input[name=\"firstname\"]').val(data.user.infos.firstname);
  2501.               \$('.form-signup input[name=\"company\"]').val(data.user.infos.company);
  2502.               \$('.form-signup input[name=\"phone\"]').val(data.user.infos.phone);
  2503.               \$('.form-signup input[name=\"email\"]').val(data.user.email);
  2504.               \$('.form-signup input[name=\"email\"]').attr('disabled','disabled');
  2505.               \$('.form-signup input[name=\"address\"]').val(data.user.infos.address);
  2506.               \$('.form-signup input[name=\"zipcode\"]').val(data.user.infos.zipcode);
  2507.               \$('.form-signup input[name=\"city\"]').val(data.user.infos.city);
  2508.               if(data.user.country_code != ''){
  2509.                 \$('.form-signup [name=\"country_code\"]').val(data.user.infos.country_code);
  2510.                 \$('.form-signup [name=\"country\"]').val(data.user.infos.country_code);
  2511.               }
  2512.               \$('.form-login').addClass('hide');
  2513.               \$('.form-signup').removeClass('hide');
  2514.               \$('.form-signup .signup').addClass('hide');
  2515.               \$('.to-form-message').prepend(\$('.form-message'));
  2516.               \$('#form_mode').val('logged');
  2517.               \$('.send').removeClass('hide');
  2518.               \$('.login-link').addClass('hide');
  2519.               \$('.form-cgu').addClass('hide');
  2520.             } else {
  2521.               \$('.login_message').show();
  2522.               \$('.login_message').text(data.error);
  2523.             }
  2524.           }, \"json\");
  2525.       });
  2526.       \$('.send').on('click', function (e) {
  2527.           e.preventDefault();
  2528.           var infos = {
  2529.             form_mode: \$('#form_mode').val(),
  2530.             lastname: \$('#form-booking input[name=\"lastname\"]').val(),
  2531.             firstname: \$('#form-booking input[name=\"firstname\"]').val(),
  2532.             company: \$('#form-booking input[name=\"company\"]').val(),
  2533.             phone: \$('#form-booking input[name=\"phone\"]').val(),
  2534.             email: \$('#form-booking input[name=\"email\"]').val(),
  2535.             password: \$('#form-booking input[name=\"password\"]').val(),
  2536.             confirm: \$('#form-booking input[name=\"confirm\"]').val(),
  2537.             address: \$('#form-booking input[name=\"address\"]').val(),
  2538.             zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
  2539.             city: \$('#form-booking input[name=\"city\"]').val(),
  2540.             country: \$('#form-booking select[name=\"country\"] option:selected').text(),
  2541.             country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
  2542.             message: \$('#form-booking textarea[name=\"message\"]').val(),
  2543.             pmr: \$('#pmr').prop('checked'),
  2544.             gift: \$('#gift').prop('checked'),
  2545.             agree: \$('#agree').prop('checked'),
  2546.             gift_user: \$('input[name=\"gift-user\"]').val(),
  2547.           };
  2548.           var form = {
  2549.             palace_resa: palace_resa,
  2550.             infos: infos,
  2551.             email: \$('#form-booking input[name=\"email\"]').val(),
  2552.             password: \$('#form-booking input[name=\"password\"]').val(),
  2553.           };
  2554.           if(sended == false){
  2555.             \$.post('/tunnel/booking/send/";
  2556.         // line 1958
  2557.         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);
  2558.         echo "', form, function( data ) {
  2559.               sended = false;
  2560.               console.log(form);
  2561.               console.log(data);
  2562.               \$('.booking_message').hide();
  2563.               if(data.success == true){
  2564.                 \$('.send').remove();
  2565.                 \$('.gift-block').hide();
  2566.                 \$('.bar-menu').hide();
  2567.                 var confirm_message = '<div class=\"text-center pt-3\">\\
  2568.                   <h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
  2569.                   <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>\\
  2570.                   <a href=\"";
  2571.         // line 1972
  2572.         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);
  2573.         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>\\
  2574.                   </div>\\
  2575.                 ';
  2576.                 if( \$('html').attr('lang') == 'de' ){
  2577.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  2578.                   <h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
  2579.                   <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>\\
  2580.                   <a href=\"";
  2581.         // line 1980
  2582.         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);
  2583.         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>\\
  2584.                   </div>\\
  2585.                 ';
  2586.                 }
  2587.                 if( \$('html').attr('lang') == 'en' ){
  2588.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  2589.                   <h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
  2590.                   <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>\\
  2591.                   <a href=\"";
  2592.         // line 1989
  2593.         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);
  2594.         echo "\" class=\"btn-primary btn-sm text active\">Reservation tracking <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
  2595.                   </div>\\
  2596.                 ';
  2597.                 }
  2598.                 \$('#form-booking').html(confirm_message);
  2599.   //EFFACER LA RESA
  2600.   localStorage.setItem(\"palace_resa\", null);
  2601.               } else {
  2602.                 \$('.booking_message').show();
  2603.                 \$('.booking_message').text(data.error);
  2604.               }
  2605.             }, \"json\");
  2606.             sended = true;
  2607.           }
  2608.           
  2609.       });
  2610.       \$('.edit-booking').on('click', function (e) {
  2611.           e.preventDefault();
  2612.           var infos = {
  2613.             form_mode: \$('#form_mode').val(),
  2614.             lastname: \$('#form-booking input[name=\"lastname\"]').val(),
  2615.             firstname: \$('#form-booking input[name=\"firstname\"]').val(),
  2616.             company: \$('#form-booking input[name=\"company\"]').val(),
  2617.             phone: \$('#form-booking input[name=\"phone\"]').val(),
  2618.             email: \$('#form-booking input[name=\"email\"]').val(),
  2619.             password: \$('#form-booking input[name=\"password\"]').val(),
  2620.             confirm: \$('#form-booking input[name=\"confirm\"]').val(),
  2621.             address: \$('#form-booking input[name=\"address\"]').val(),
  2622.             zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
  2623.             city: \$('#form-booking input[name=\"city\"]').val(),
  2624.             country: \$('#form-booking select[name=\"country\"] option:selected').text(),
  2625.             country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
  2626.             message: \$('#form-booking textarea[name=\"message\"]').val(),
  2627.             pmr: \$('#pmr').prop('checked'),
  2628.             gift: \$('#gift').prop('checked'),
  2629.             agree: \$('#agree').prop('checked'),
  2630.             gift_user: \$('input[name=\"gift-user\"]').val(),
  2631.           };
  2632.           var form = {
  2633.             booking_id: \$('#booking_id').val(),
  2634.             palace_resa: palace_resa,
  2635.             infos: infos,
  2636.             email: \$('#form-booking input[name=\"email\"]').val(),
  2637.             password: \$('#form-booking input[name=\"password\"]').val(),
  2638.           };
  2639.           if(sended == false){
  2640.             \$.post('/tunnel/booking/resend/";
  2641.         // line 2047
  2642.         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);
  2643.         echo "', form, function( data ) {
  2644.               sended = false;
  2645.               console.log(form);
  2646.               console.log(data);
  2647.               \$('.booking_message').hide();
  2648.               if(data.success == true){
  2649.                 \$('.send').remove();
  2650.                 \$('.edit-booking').remove();
  2651.                 \$('.gift-block').hide();
  2652.                 \$('.bar-menu').hide();
  2653.                 var confirm_message = '<div class=\"text-center pt-3\">\\
  2654.                   <h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
  2655.                   <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>\\
  2656.                   <a href=\"";
  2657.         // line 2062
  2658.         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);
  2659.         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>\\
  2660.                   </div>\\
  2661.                 ';
  2662.                 if( \$('html').attr('lang') == 'de' ){
  2663.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  2664.                   <h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
  2665.                   <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>\\
  2666.                   <a href=\"";
  2667.         // line 2070
  2668.         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);
  2669.         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>\\
  2670.                   </div>\\
  2671.                 ';
  2672.                 }
  2673.                 if( \$('html').attr('lang') == 'en' ){
  2674.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  2675.                   <h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
  2676.                   <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>\\
  2677.                   <a href=\"";
  2678.         // line 2079
  2679.         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);
  2680.         echo "\" class=\"btn-primary btn-sm text active\">Reservation tracking <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\" /></a>\\
  2681.                   </div>\\
  2682.                 ';
  2683.                 }
  2684.                 \$('#form-booking').html(confirm_message);
  2685.   //EFFACER LA RESA
  2686.   localStorage.setItem(\"palace_resa\", null);
  2687.               } else {
  2688.                 \$('.booking_message').show();
  2689.                 \$('.booking_message').text(data.error);
  2690.               }
  2691.             }, \"json\");
  2692.             sended = true;
  2693.           }
  2694.           
  2695.       });
  2696.       /* RESPONSIVE */
  2697.       if( \$( window ).width() <= 1440 ){
  2698.         \$('.espace-content.third .col-md-8').addClass('col-md-7');
  2699.         \$('.espace-content.third .col-md-8').removeClass('col-md-8');
  2700.       }
  2701.     });
  2702.   </script>
  2703.   <script type=\"text/javascript\">
  2704.     \$(document).ready(function() {
  2705.       // ";
  2706.         // line 2119
  2707.         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)) {
  2708.             // line 2120
  2709.             echo "      //   setTimeout(() => {
  2710.       //     if( !\$('[data-resto=\"versailles\"]').hasClass('active') ){
  2711.       //       \$('[data-resto=\"versailles\"]').click();
  2712.       //     }
  2713.       //   }, 3000);
  2714.       // ";
  2715.         }
  2716.         // line 2126
  2717.         echo "
  2718.       // ";
  2719.         // line 2127
  2720.         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)) {
  2721.             // line 2128
  2722.             echo "      //   setTimeout(() => {
  2723.       //     if( !\$('[data-resto=\"majestic\"]').hasClass('active') ){
  2724.       //       \$('[data-resto=\"majestic\"]').click();
  2725.       //     }
  2726.       //   }, 3000);
  2727.       // ";
  2728.         }
  2729.         // line 2134
  2730.         echo "
  2731.       ";
  2732.         // line 2135
  2733.         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)) {
  2734.             // line 2136
  2735.             echo "        setTimeout(() => {
  2736.           if( \$('#section6 .pn .sel').hasClass('active') ){
  2737.             \$('#section6 .ph .sel').click();
  2738.           }
  2739.         }, 3000);
  2740.       ";
  2741.         }
  2742.         // line 2142
  2743.         echo "      
  2744.       ";
  2745.         // line 2143
  2746.         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)) {
  2747.             // line 2144
  2748.             echo "        setTimeout(() => {
  2749.           if( \$('#section6 .ph .sel').hasClass('active') ){
  2750.             \$('#section6 .pn .sel').click();
  2751.           }
  2752.         }, 3000);
  2753.       ";
  2754.         }
  2755.         // line 2150
  2756.         echo "
  2757.       ";
  2758.         // line 2151
  2759.         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)) {
  2760.             // line 2152
  2761.             echo "        setTimeout(() => {
  2762.           if( \$('#section6 .vip .sel').hasClass('active') ){
  2763.             \$('#section6 .ph .sel').click();
  2764.             \$('#section6 .pn .sel').click();
  2765.           }
  2766.         }, 3000);
  2767.       ";
  2768.         }
  2769.         // line 2159
  2770.         echo "
  2771.       ";
  2772.         // line 2160
  2773.         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)) {
  2774.             // line 2161
  2775.             echo "        setTimeout(() => {
  2776.           if( parseInt(\$('#section7 .nbr').text()) > 0 ){
  2777.             \$('.step2[data-ref=\"ms\"] a').click();
  2778.             \$('.bar-menu li[data-step=\"1\"] a').click();
  2779.           }
  2780.         }, 3000);
  2781.       ";
  2782.         }
  2783.         // line 2168
  2784.         echo "
  2785.     });
  2786.   </script>
  2787. ";
  2788.         
  2789.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  2790.         
  2791.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  2792.     }
  2793.     public function getTemplateName()
  2794.     {
  2795.         return "FrontBundle/Page/reservation-tunnel.html.twig";
  2796.     }
  2797.     public function isTraitable()
  2798.     {
  2799.         return false;
  2800.     }
  2801.     public function getDebugInfo()
  2802.     {
  2803.         return array (  3164 => 2168,  3155 => 2161,  3153 => 2160,  3150 => 2159,  3141 => 2152,  3139 => 2151,  3136 => 2150,  3128 => 2144,  3126 => 2143,  3123 => 2142,  3115 => 2136,  3113 => 2135,  3110 => 2134,  3102 => 2128,  3100 => 2127,  3097 => 2126,  3089 => 2120,  3087 => 2119,  3044 => 2079,  3032 => 2070,  3021 => 2062,  3003 => 2047,  2942 => 1989,  2930 => 1980,  2919 => 1972,  2902 => 1958,  2826 => 1885,  2798 => 1859,  2788 => 1851,  2786 => 1850,  2746 => 1812,  2736 => 1811,  2725 => 1808,  2723 => 1807,  2720 => 1806,  2718 => 1805,  2709 => 1799,  2685 => 1778,  2680 => 1776,  2666 => 1765,  2662 => 1764,  2653 => 1758,  2647 => 1754,  2628 => 1737,  2618 => 1730,  2444 => 1561,  2432 => 1554,  2350 => 1477,  2346 => 1476,  2340 => 1475,  2336 => 1474,  2330 => 1473,  2326 => 1472,  2320 => 1471,  2316 => 1470,  2309 => 1466,  2304 => 1464,  2298 => 1463,  2294 => 1462,  2288 => 1461,  2284 => 1460,  2278 => 1459,  2274 => 1458,  2268 => 1457,  2264 => 1456,  2258 => 1455,  2254 => 1454,  2251 => 1453,  2245 => 1450,  2242 => 1449,  2240 => 1448,  2237 => 1447,  2230 => 1443,  2226 => 1442,  2219 => 1438,  2215 => 1437,  2210 => 1435,  2205 => 1433,  2199 => 1430,  2195 => 1429,  2187 => 1428,  2183 => 1427,  2174 => 1421,  2171 => 1420,  2169 => 1419,  2160 => 1413,  2156 => 1412,  2141 => 1400,  2135 => 1399,  2120 => 1387,  2116 => 1385,  2112 => 1383,  2106 => 1381,  2104 => 1380,  2098 => 1377,  2092 => 1374,  2086 => 1371,  2081 => 1369,  2077 => 1368,  2056 => 1350,  2050 => 1347,  2041 => 1341,  2032 => 1335,  2025 => 1331,  2017 => 1326,  2013 => 1325,  2008 => 1322,  1989 => 1305,  1983 => 1302,  1977 => 1299,  1969 => 1294,  1948 => 1276,  1942 => 1273,  1936 => 1270,  1928 => 1265,  1913 => 1253,  1902 => 1245,  1899 => 1244,  1895 => 1242,  1889 => 1240,  1887 => 1239,  1883 => 1238,  1879 => 1237,  1867 => 1228,  1861 => 1225,  1858 => 1224,  1854 => 1222,  1848 => 1220,  1846 => 1219,  1842 => 1218,  1838 => 1217,  1826 => 1208,  1820 => 1205,  1817 => 1204,  1813 => 1202,  1807 => 1200,  1805 => 1199,  1801 => 1198,  1797 => 1197,  1790 => 1193,  1784 => 1192,  1760 => 1171,  1752 => 1166,  1746 => 1163,  1731 => 1151,  1723 => 1146,  1717 => 1143,  1702 => 1131,  1694 => 1126,  1688 => 1123,  1680 => 1118,  1674 => 1117,  1664 => 1109,  1648 => 1095,  1640 => 1090,  1634 => 1087,  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,);
  2804.     }
  2805.     public function getSourceContext()
  2806.     {
  2807.         return new Source("{% extends 'FrontBundle/layout.html.twig' %}
  2808. {% block title %}{{ app_sitename }} - {{ page.metaTitle }}{% endblock %}
  2809. {% block description %}{{ page.metaDescription }}{% endblock %}
  2810. {% block extra_class %}stack fixed visible{% endblock %}
  2811. {% block stylesheets %}
  2812.   <link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
  2813.   <link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
  2814.   <style>
  2815.     .resto_full {
  2816.       filter: grayscale(100%);
  2817.       pointer-events: none !important;
  2818.     }
  2819.     .resto_full_banner {
  2820.       position: absolute;
  2821.       width: 80%;
  2822.       background-color: rgba(255,255,255,0.08);
  2823.       backdrop-filter: blur(15px);
  2824.       -webkit-backdrop-filter: blur(15px);
  2825.       border-radius: 15px;
  2826.       height: 40px;
  2827.       line-height: 40px;
  2828.       text-align: center;
  2829.       top: calc(50% - 20px);
  2830.       left: calc(50% - 40%);
  2831.       font-weight: 400;
  2832.       font-size: 20px;
  2833.       pointer-events: none !important;
  2834.     }
  2835.     .page_reservation-tunnel .resto .resto_full .cover:hover {
  2836.       scale: 1;
  2837.     }
  2838.     .place_full {
  2839.       filter: grayscale(100%);
  2840.       pointer-events: none !important;
  2841.     }
  2842.     .place_full .sel {
  2843.       visibility: hidden;
  2844.     }
  2845.     .ms_full {
  2846.       filter: grayscale(100%);
  2847.       pointer-events: none !important;
  2848.     }
  2849.     .ms_full .qty {
  2850.       visibility: hidden;
  2851.     }
  2852.     .form-signup a.fw-semibold{
  2853.       transition: transform ease-in 2s;
  2854.     }
  2855.     .form-signup a.fw-semibold:hover{
  2856.       background: #9e1212;
  2857.       color: #ffffff !important;
  2858.     }
  2859.     .menu.ss .boisson {
  2860.       color: var(--red) !important;
  2861.     }
  2862.     .menu.ss .gold .boisson {
  2863.       color: var(--gold) !important;
  2864.     }
  2865.   </style>
  2866. {% endblock %}
  2867. {% block body %}
  2868.     {% include 'FrontBundle/Partial/loader.html.twig' %}
  2869.     <div class=\"tunnel-bg\"></div>
  2870. {# {{ dump(places) }} #}
  2871.     <section class=\"espace-content third mt-5 pt-5\">
  2872.       <div class=\"row mt-5\">
  2873.         <div class=\"col-md-12 relative tpmen\">    
  2874.           <h1 id=\"\" class=\"no-bar\">{{ 'tunnel_title'|tr(tr)|upper|raw }}<span class=\"full-bar black thin\"></span></h1>
  2875.           <ul class=\"bar-menu\">
  2876.             <li class=\"active visited\" data-step=\"1\"><a href=\"#\">{{ 'tunnel_menu1'|tr(tr)|upper|raw }}</a></li>
  2877.             <li data-step=\"2\"><a href=\"#\">{{ 'tunnel_menu2'|tr(tr)|upper|raw }}</a></li>
  2878.             <li data-step=\"3\"><a href=\"#\">{{ 'tunnel_menu3'|tr(tr)|upper|raw }}</a></li>
  2879.             <li data-step=\"4\"><a href=\"#\">{{ 'tunnel_menu4'|tr(tr)|upper|raw }}</a></li>
  2880.             <li data-step=\"5\" style=\"display: none;\"><a href=\"#\">{{ 'tunnel_menu5'|tr(tr)|upper|raw }}</a></li>
  2881.           </ul>
  2882.         </div>
  2883.       </div>
  2884.     </section>
  2885.     <section id=\"section1\" class=\"espace-content third thin mt-5 pt-4\">
  2886.       <div class=\"row\" style=\"display:none;\">
  2887.         <div class=\"col-md-8 relative group\">   
  2888.           <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>
  2889.           <span class=\"subtitle\">{{ 'tunnel_section1_gr_subtitle'|tr(tr)|raw }}</span>
  2890.           <div class=\"mt-3\">
  2891.             <a href=\"#\" class=\"btn-primary btn-sm\" data-group=\"individuel\">{{ 'tunnel_section1_in'|tr(tr)|raw }}</a>
  2892.             <a href=\"#\" class=\"btn-primary btn-sm m-4\" data-group=\"groupe\">{{ 'tunnel_section1_gr'|tr(tr)|raw }}</a>
  2893.           </div>
  2894.         </div>
  2895.       </div>
  2896.       <div class=\"row\">
  2897.         <div class=\"col-md-8 relative number mb-5\">   
  2898.           <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>
  2899.           <span class=\"subtitle\">{{ 'tunnel_section1_gr_subtitle'|tr(tr)|raw }}</span>
  2900.           <div class=\"mt-3\">
  2901.             <a href=\"#\" class=\"number-minus\">-</a>
  2902.             <input type=\"text\" class=\"number-val\" value=\"1\" />
  2903.             <a href=\"#\" class=\"number-plus\">+</a>
  2904.           </div>
  2905.         </div>
  2906.       </div>
  2907.       <div class=\"row mt-3\">
  2908.         <div class=\"col-md-8 relative formula\">   
  2909.           <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>
  2910.           <div class=\"mt-3 row\">
  2911.             <div class=\"col-12\">
  2912.               <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>
  2913.               <a href=\"#\" class=\"btn-primary btn-sm m-4\" data-formula=\"sansrepas\">{{ 'tunnel_section1_formula_sr'|tr(tr)|raw }}</a>
  2914.             </div>
  2915.           </div>
  2916.           <p class=\"p-0 mt-4 ms-2 parfum hide\">{{ 'menus_tarifs_inclu3'|tr(tr) }}.</p>
  2917.         </div>
  2918.       </div>
  2919.     </section>
  2920.     <section id=\"section2\" class=\"espace-content third thin mt-5 pt-4 hide\">
  2921.       <div class=\"row\">
  2922.         <div class=\"col-md-8 relative\">   
  2923.           <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>
  2924.           <span class=\"subtitle\">{{ 'tunnel_section2_choose'|tr(tr)|raw }}</span>
  2925.           <div class=\"mt-3 row resto\">
  2926.             <div class=\"col-md-6 {{ (places.isIsMajesicFull) ? 'resto_full' : '' }}\" data-resto=\"majestic\">
  2927.               <a href=\"#\" class=\"cover\" style=\"background-image: url('/front/img/resa_majestic.jpg');\">
  2928.                 <span>LE MAJESTIC</span>
  2929.                 {% if places.isIsMajesicFull %}
  2930.                 <div class=\"resto_full_banner\">{{ 'general_full'|tr(tr)|upper|raw }}</div>
  2931.                 {% endif %}
  2932.               </a>
  2933.               <p class=\"desc\">{{ 'tunnel_section2_mj'|tr(tr)|raw }}</p>
  2934.               <a href=\"#\" class=\"arrow majestic-arrow\" data-resto=\"majestic\"><img src=\"/front/img/resa_resto_arrow.svg\" alt=\"next\"></a>
  2935.             </div>
  2936.             <div class=\"col-md-6 {{ (places.isIsVersaillesFull) ? 'resto_full' : '' }}\" data-resto=\"versailles\">
  2937.               <a href=\"#\" class=\"cover\" style=\"background-image: url('/front/img/resa_versailles.jpg');\">
  2938.                 <span class=\"gold\">LE VERSAILLES</span>
  2939.                 {% if places.isIsVersaillesFull %}
  2940.                 <div class=\"resto_full_banner\">{{ 'general_full'|tr(tr)|upper|raw }}</div>
  2941.                 {% endif %}
  2942.               </a>
  2943.               <p class=\"desc\">{{ 'tunnel_section2_ve'|tr(tr)|raw }}</p>
  2944.               <a href=\"#\" class=\"arrow versailles-arrow\" data-resto=\"versailles\"><img src=\"/front/img/resa_resto_arrow.svg\" alt=\"next\"></a>
  2945.             </div>
  2946.             
  2947.           </div>
  2948.           <div class=\"mt-5 mb-5 row menu majestic hide ss\">
  2949.             <div class=\"col-md-6 offset-md-3 col mss\">
  2950.               <label class=\"title\">{{ 'menus_tarifs_ss_title'|tr(tr)|upper|raw }}</label>
  2951.               <div class=\"content pb-0\" style=\"min-height: 471px;\">
  2952.                 {{ 'menus_tarifs_ss'|tr(tr)|raw }}
  2953.               </div>
  2954.               <span class=\"price\" style=\"border-top: 0px;\"></span>
  2955.             </div>
  2956.           </div>
  2957.           {# MAJESTIC #}
  2958.           <div class=\"mt-5 row menu majestic hide show-first\">
  2959.             <div class=\"col-md-3 col m1\">
  2960.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} PLAISIR</label>
  2961.               <div class=\"content\" style=\"min-height: 629px;\">
  2962.                 {{ 'menus_tarifs_mjm1'|tr(tr)|raw }}
  2963.               </div>
  2964.               <span class=\"price\"><i>0</i>,00€</span>
  2965.               <div class=\"qty\" data-ref=\"mj-m1\">
  2966.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }}  :</span>
  2967.                 <div class=\"controls\">
  2968.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  2969.                   <span class=\"nbr\">0</span>
  2970.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  2971.                 </div>
  2972.               </div>
  2973.             </div>
  2974.             <div class=\"col-md-3 col m2\">
  2975.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} FESTIVAL</label>
  2976.               <div class=\"content\" style=\"min-height: 629px;\">
  2977.                 {{ 'menus_tarifs_mjm2'|tr(tr)|raw }}
  2978.               </div>
  2979.               <span class=\"price\"><i>0</i>,00€</span>
  2980.               <div class=\"qty\" data-ref=\"mj-m2\">
  2981.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }}  :</span>
  2982.                 <div class=\"controls\">
  2983.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  2984.                   <span class=\"nbr\">0</span>
  2985.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  2986.                 </div>
  2987.               </div>
  2988.             </div>
  2989. {#            <div class=\"col-md-3 col m3\">
  2990.               <label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  2991.               <div class=\"content\" style=\"min-height: 471px;\">
  2992.                 <div class=\"selector\">
  2993.                   <input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
  2994.                   <label for=\"mj-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
  2995.                 </div>
  2996.                 {{ 'menus_tarifs_mjm3'|tr(tr)|raw }}
  2997.               </div>
  2998.               <span class=\"price\"><i>0</i>,00€</span>
  2999.               <div class=\"qty\" data-ref=\"mj-m3\">
  3000.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3001.                 <div class=\"controls\">
  3002.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3003.                   <span class=\"nbr\">0</span>
  3004.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3005.                 </div>
  3006.               </div>
  3007.             </div>#}
  3008.             <div class=\"col-md-3 col m3\">
  3009.               <label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  3010.               <div class=\"content\" style=\"min-height: 471px;\">
  3011.                 <div class=\"selector hide\">
  3012.                   <input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
  3013.                   <label for=\"mj-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
  3014.                 </div>
  3015.                 {{ 'menus_tarifs_mjm3'|tr(tr)|raw }}
  3016.               </div>
  3017.               <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>
  3018.               <div class=\"qty\" data-ref=\"mj-m3\" style=\"bottom: 100px;\">
  3019.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  3020.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3021.                 <div class=\"controls\">
  3022.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3023.                   <span class=\"nbr\">0</span>
  3024.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3025.                 </div>
  3026.               </div>
  3027.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  3028.               <div class=\"qty\" data-ref=\"mj-m4\">
  3029.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  3030.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3031.                 <div class=\"controls\">
  3032.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3033.                   <span class=\"nbr\">0</span>
  3034.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3035.                 </div>
  3036.               </div>
  3037.             </div>
  3038.             <div class=\"col-md-3 col me\">
  3039.               <label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  3040.               <div class=\"content\" style=\"min-height: 629px;\">
  3041.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  3042.               </div>
  3043.               <span class=\"price\"><i>0</i>,00€</span>
  3044.               <div class=\"qty\" data-ref=\"mj-me\">
  3045.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3046.                 <div class=\"controls\">
  3047.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3048.                   <span class=\"nbr\">0</span>
  3049.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3050.                 </div>
  3051.               </div>
  3052.             </div>
  3053.             <div class=\"col-md-12\">
  3054.               <p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  3055.             </div>
  3056.           </div>
  3057.           {# END MAJESTIC #}
  3058.           {# MAJESTIC SECOND #}
  3059.           <div class=\"mt-5 row menu majestic hide show-second\">
  3060.             <div class=\"col-md-3 col m1\">
  3061.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} PLAISIR</label>
  3062.               <div class=\"content\" style=\"min-height: 629px;\">
  3063.                 {{ 'menus_tarifs_mjm12'|tr(tr)|raw }}
  3064.               
  3065.               </div>
  3066.               <span class=\"price\"><i>0</i>,00€</span>
  3067.               <div class=\"qty\" data-ref=\"mj-m1\">
  3068.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3069.                 <div class=\"controls\">
  3070.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3071.                   <span class=\"nbr\">0</span>
  3072.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3073.                 </div>
  3074.               </div>
  3075.             </div>
  3076.             <div class=\"col-md-3 col m2\">
  3077.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} FESTIVAL</label>
  3078.               <div class=\"content\" style=\"min-height: 629px;\">
  3079.                 {{ 'menus_tarifs_mjm22'|tr(tr)|raw }}
  3080.               </div>
  3081.               <span class=\"price\"><i>0</i>,00€</span>
  3082.               <div class=\"qty\" data-ref=\"mj-m2\">
  3083.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3084.                 <div class=\"controls\">
  3085.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3086.                   <span class=\"nbr\">0</span>
  3087.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3088.                 </div>
  3089.               </div>
  3090.             </div>
  3091.             <div class=\"col-md-3 col m3\">
  3092.               <label class=\"title\">{{ 'menus_tarifs_menuvegan2'|tr(tr)|upper|raw }}</label>
  3093.               <div class=\"content\" style=\"min-height: 471px;\">
  3094.                 <div class=\"selector hide\">
  3095.                   <input type=\"checkbox\" id=\"mj-m4\" class=\"apple-switch\" checked=\"checked\" />
  3096.                   <label for=\"mj-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
  3097.                 </div>
  3098.                 
  3099.                 {{ 'menus_tarifs_mjm32'|tr(tr)|raw }}
  3100.               </div>
  3101.               <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>
  3102.               <div class=\"qty\" data-ref=\"mj-m3\" style=\"bottom: 100px;\">
  3103.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  3104.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3105.                 <div class=\"controls\">
  3106.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3107.                   <span class=\"nbr\">0</span>
  3108.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3109.                 </div>
  3110.               </div>
  3111.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  3112.               <div class=\"qty\" data-ref=\"mj-m4\">
  3113.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  3114.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3115.                 <div class=\"controls\">
  3116.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3117.                   <span class=\"nbr\">0</span>
  3118.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3119.                 </div>
  3120.               </div>
  3121.             </div>
  3122.             <div class=\"col-md-3 col me\">
  3123.               <label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  3124.               <div class=\"content\" style=\"min-height: 629px;\">
  3125.                 
  3126.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  3127.               </div>
  3128.               <span class=\"price\"><i>0</i>,00€</span>
  3129.               <div class=\"qty\" data-ref=\"mj-me\">
  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-12\">
  3139.               <p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  3140.             </div>
  3141.           </div>
  3142.           {# END MAJESTIC SECOND #}
  3143.           {# VERSAILLES #}
  3144.           <div class=\"mt-5 row menu versailles hide show-first\">
  3145.             <div class=\"col-md-3 col gold m1\">
  3146.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} Élégance</label>
  3147.               <div class=\"content\" style=\"min-height: 748px;\">
  3148.                 {{ 'menus_tarifs_vem1'|tr(tr)|raw }}
  3149.               </div>
  3150.               <span class=\"price\"><i>0</i>,00€</span>
  3151.               <div class=\"qty\" data-ref=\"ve-m1\">
  3152.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3153.                 <div class=\"controls\">
  3154.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3155.                   <span class=\"nbr\">0</span>
  3156.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3157.                 </div>
  3158.               </div>
  3159.             </div>
  3160.             <div class=\"col-md-3 col gold m2\">
  3161.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} ROYAL</label>
  3162.               <div class=\"content\" style=\"min-height: 748px;\">
  3163.                 {{ 'menus_tarifs_vem2'|tr(tr)|raw }}
  3164.               </div>
  3165.               <span class=\"price\"><i>0</i>,00€</span>
  3166.               <div class=\"qty\" data-ref=\"ve-m2\">
  3167.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3168.                 <div class=\"controls\">
  3169.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3170.                   <span class=\"nbr\">0</span>
  3171.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3172.                 </div>
  3173.               </div>
  3174.             </div>
  3175. {#            <div class=\"col-md-3 col gold m3\">
  3176.               <label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  3177.               <div class=\"content\" style=\"min-height: 589px;\">
  3178.               <div class=\"selector\">
  3179.                 <input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
  3180.                 <label for=\"ve-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
  3181.               </div>
  3182.                 {{ 'menus_tarifs_vem3'|tr(tr)|raw }}
  3183.               </div>
  3184.               <span class=\"price\"><i>0</i>,00€</span>
  3185.               <div class=\"qty\" data-ref=\"ve-m3\">
  3186.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3187.                 <div class=\"controls\">
  3188.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3189.                   <span class=\"nbr\">0</span>
  3190.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3191.                 </div>
  3192.               </div>
  3193.             </div>#}
  3194.             <div class=\"col-md-3 col gold m3\">
  3195.               <label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  3196.               <div class=\"content\" style=\"min-height: 589px;\">
  3197.                 <div class=\"selector hide\">
  3198.                   <input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
  3199.                   <label for=\"ve-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
  3200.                 </div>
  3201.                 {{ 'menus_tarifs_vem3'|tr(tr)|raw }}
  3202.               </div>
  3203.               <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>
  3204.               <div class=\"qty\" data-ref=\"ve-m3\" style=\"bottom: 100px;\">
  3205.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  3206.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3207.                 <div class=\"controls\">
  3208.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3209.                   <span class=\"nbr\">0</span>
  3210.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3211.                 </div>
  3212.               </div>
  3213.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  3214.               <div class=\"qty\" data-ref=\"ve-m4\">
  3215.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  3216.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3217.                 <div class=\"controls\">
  3218.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3219.                   <span class=\"nbr\">0</span>
  3220.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3221.                 </div>
  3222.               </div>
  3223.             </div>
  3224.             <div class=\"col-md-3 col gold me\">
  3225.               <label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  3226.               <div class=\"content\" style=\"min-height: 748px;\">
  3227.                 
  3228.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  3229.               </div>
  3230.               <span class=\"price\"><i>0</i>,00€</span>
  3231.               <div class=\"qty\" data-ref=\"ve-me\">
  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-12\">
  3241.               <p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  3242.             </div>
  3243.           </div>
  3244.           {# END VERSAILLES #}
  3245.           {# VERSAILLES SECOND #}
  3246.           <div class=\"mt-5 row menu versailles hide show-second\">
  3247.             <div class=\"col-md-3 col gold m1\">
  3248.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} Élégance</label>
  3249.               <div class=\"content\" style=\"min-height: 748px;\">
  3250.                 {{ 'menus_tarifs_vem12'|tr(tr)|raw }}
  3251.               </div>
  3252.               <span class=\"price\"><i>0</i>,00€</span>
  3253.               <div class=\"qty\" data-ref=\"ve-m1\">
  3254.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3255.                 <div class=\"controls\">
  3256.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3257.                   <span class=\"nbr\">0</span>
  3258.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3259.                 </div>
  3260.               </div>
  3261.             </div>
  3262.             <div class=\"col-md-3 col gold m2\">
  3263.               <label class=\"title\">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} ROYAL</label>
  3264.               <div class=\"content\" style=\"min-height: 748px;\">
  3265.                 {{ 'menus_tarifs_vem22'|tr(tr)|raw }}
  3266.               </div>
  3267.               <span class=\"price\"><i>0</i>,00€</span>
  3268.               <div class=\"qty\" data-ref=\"ve-m2\">
  3269.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3270.                 <div class=\"controls\">
  3271.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3272.                   <span class=\"nbr\">0</span>
  3273.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3274.                 </div>
  3275.               </div>
  3276.             </div>
  3277.             <div class=\"col-md-3 col gold m3\">
  3278.               <label class=\"title\">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  3279.               <div class=\"content\" style=\"min-height: 589px;\">
  3280.               <div class=\"selector hide\">
  3281.                 <input type=\"checkbox\" id=\"ve-m4\" class=\"apple-switch\" checked=\"checked\" />
  3282.                 <label for=\"ve-m4\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
  3283.               </div>
  3284.                 {{ 'menus_tarifs_vem32'|tr(tr)|raw }}
  3285.               </div>
  3286.               <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>
  3287.               <div class=\"qty\" data-ref=\"ve-m3\" style=\"bottom: 100px;\">
  3288.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  3289.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3290.                 <div class=\"controls\">
  3291.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3292.                   <span class=\"nbr\">0</span>
  3293.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3294.                 </div>
  3295.               </div>
  3296.               <span class=\"price price-m4\" style=\"padding-top: 52px;\"><i>0</i>,00€</span>
  3297.               <div class=\"qty\" data-ref=\"ve-m4\">
  3298.                 <span class=\"intermenu\">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  3299.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3300.                 <div class=\"controls\">
  3301.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3302.                   <span class=\"nbr\">0</span>
  3303.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3304.                 </div>
  3305.               </div>
  3306.             </div>
  3307.             <div class=\"col-md-3 col gold me\">
  3308.               <label class=\"title\">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  3309.               <div class=\"content\" style=\"min-height: 748px;\">
  3310.                 
  3311.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  3312.               </div>
  3313.               <span class=\"price\"><i>0</i>,00€</span>
  3314.               <div class=\"qty\" data-ref=\"ve-me\">
  3315.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3316.                 <div class=\"controls\">
  3317.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3318.                   <span class=\"nbr\">0</span>
  3319.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3320.                 </div>
  3321.               </div>
  3322.             </div>
  3323.             <div class=\"col-md-12\">
  3324.               <p class=\"notice hide\">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  3325.             </div>
  3326.           </div>
  3327.           {# END VERSAILLES SECOND #}
  3328.         </div>
  3329.       </div>
  3330.     </section>
  3331.     <section id=\"section22\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
  3332.       <div class=\"row\">
  3333.         <div class=\"col-md-8 relative\">   
  3334.           <div class=\"mt-5 pt-5 row menu\">
  3335.             <div class=\"col-md-6 col offset-md-3 okm\">
  3336.               <label class=\"title\">{{ 'menus_tarifs_ok_title'|tr(tr)|raw }}</label>
  3337.               <div class=\"content pb-0\">
  3338.                 {{ 'menus_tarifs_ok'|tr(tr)|raw }}
  3339.               </div>
  3340.               <span class=\"price\" style=\"border-top: 0px;\"></span>
  3341. {#              <span class=\"price\"><i>0</i>,00€</span>
  3342.               <div class=\"qty\" data-ref=\"okm\">
  3343.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3344.                 <div class=\"controls\">
  3345.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3346.                   <span class=\"nbr\">0</span>
  3347.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3348.                 </div>
  3349.               </div>#}
  3350.             </div>
  3351.           </div>
  3352.         </div>
  3353.       </div>
  3354.     </section>
  3355.     <section id=\"section23\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
  3356.       <div class=\"row\">
  3357.         <div class=\"col-md-8 relative\">   
  3358.           <div class=\"mt-5 pt-5 row menu\">
  3359.             <div class=\"col-md-6 col offset-md-3 pam\">
  3360.               <label class=\"title\">{{ 'menus_tarifs_pa_title'|tr(tr)|raw }}</label>
  3361.               <div class=\"content\">
  3362.                 {{ 'menus_tarifs_pa'|tr(tr)|raw }}
  3363.               </div>
  3364.               <span class=\"price\"><i>0</i>,00€</span>
  3365.               <div class=\"qty\" data-ref=\"pam\">
  3366.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3367.                 <div class=\"controls\">
  3368.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3369.                   <span class=\"nbr\">0</span>
  3370.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3371.                 </div>
  3372.               </div>
  3373.             </div>
  3374.           </div>
  3375.         </div>
  3376.       </div>
  3377.     </section>
  3378.     <section id=\"section24\" class=\"espace-content third thin mt-0 pt-0 hide\" style=\"margin-bottom: 180px;\">
  3379.       <div class=\"row\">
  3380.         <div class=\"col-md-8 relative\">
  3381.           <div class=\"mt-5 pt-5 row menu\">
  3382.             <div class=\"col-md-6 col offset-md-3 hhm\">
  3383.               <label class=\"title\">{{ 'menus_tarifs_ok_title'|tr(tr)|raw }}</label>
  3384.               <div class=\"content\">
  3385.                 {{ 'menus_tarifs_hh'|tr(tr)|raw }}
  3386.               </div>
  3387.               <span class=\"price\"><i>0</i>,00€</span>
  3388.               <div class=\"qty\" data-ref=\"hhm\">
  3389.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3390.                 <div class=\"controls\">
  3391.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3392.                   <span class=\"nbr\">0</span>
  3393.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3394.                 </div>
  3395.               </div>
  3396.             </div>
  3397.           </div>
  3398.         </div>
  3399.       </div>
  3400.     </section>
  3401.     <section id=\"section3\" class=\"espace-content third thin mt-5 pt-4 hide\">
  3402.       <div class=\"row\">
  3403.         <div class=\"col-md-8 relative\">   
  3404.           <h2>{{ 'tunnel_section3_title'|tr(tr)|raw }}</h2>
  3405.           <span class=\"subtitle\">{{ 'tunnel_section3_subtitle'|tr(tr)|raw }}</span>
  3406.           <div class=\"mt-5 pt-5 row menu\">
  3407.             <div class=\"col-md-3 col offset-md-3 sp1\">
  3408.               <label class=\"title\">{{ 'tunnel_section3_sp1_title'|tr(tr)|upper|raw }}</label>
  3409.               <div class=\"content\" style=\"min-height: 96px;\">
  3410.                 <p>
  3411.                   {{ 'tunnel_section3_sp1'|tr(tr)|raw }}
  3412.                 </p>
  3413.               </div>
  3414.               <span class=\"price\"><i>0</i>,00€</span>
  3415.               <div class=\"qty\" data-ref=\"sp1\">
  3416.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3417.                 <div class=\"controls\">
  3418.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3419.                   <span class=\"nbr\">0</span>
  3420.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3421.                 </div>
  3422.               </div>
  3423.             </div>
  3424.             <div class=\"col-md-3 col sp2\">
  3425.               <label class=\"title\">{{ 'tunnel_section3_sp2_title'|tr(tr)|upper|raw }}</label>
  3426.               <div class=\"content\" style=\"min-height: 96px;\">
  3427.                 <p>
  3428.                   {{ 'tunnel_section3_sp2'|tr(tr)|raw }}
  3429.                 </p>
  3430.               </div>
  3431.               <span class=\"price\"><i>0</i>,00€</span>
  3432.               <div class=\"qty\" data-ref=\"sp2\">
  3433.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3434.                 <div class=\"controls\">
  3435.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3436.                   <span class=\"nbr\">0</span>
  3437.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3438.                 </div>
  3439.               </div>
  3440.             </div>
  3441.           </div>
  3442.         </div>
  3443.       </div>
  3444.     </section>
  3445.     <section id=\"section4\" class=\"espace-content third thin mt-5 pt-4 hide\">
  3446. {# BOISSONS SHOW FIRST #}
  3447.       <div class=\"row show-first\">
  3448.         <div class=\"col-md-8 relative\">   
  3449.           <h2>{{ 'tunnel_section4_title'|tr(tr)|upper|raw }} <span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
  3450.           <span class=\"subtitle\">{{ 'tunnel_section4_subtitle'|tr(tr)|raw }}</span>
  3451.           <div class=\"mt-5 pt-5 row menu individuel hide\">
  3452.             <div class=\"col-md-3 col offset-md-3 b1\">
  3453.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} DUO</label>
  3454.               <div class=\"content\" style=\"min-height: 386px;\">
  3455.                 {{ 'menus_tarifs_duo'|tr(tr)|raw }}
  3456.               </div>
  3457.               <span class=\"price\"><i>0</i>,00€</span>
  3458.               <div class=\"qty\" data-ref=\"in-b1\">
  3459.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3460.                 <div class=\"controls\">
  3461.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3462.                   <span class=\"nbr\">0</span>
  3463.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3464.                 </div>
  3465.               </div>
  3466.             </div>
  3467.             <div class=\"col-md-3 col b2\">
  3468.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} PRESTIGO</label>
  3469.               <div class=\"content\" style=\"min-height: 386px;\">
  3470.                 {{ 'menus_tarifs_prestigo'|tr(tr)|raw }}
  3471.               </div>
  3472.               <span class=\"price\"><i>0</i>,00€</span>
  3473.               <div class=\"qty\" data-ref=\"in-b2\">
  3474.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3475.                 <div class=\"controls\">
  3476.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3477.                   <span class=\"nbr\">0</span>
  3478.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3479.                 </div>
  3480.               </div>
  3481.             </div>
  3482.           </div>
  3483.           <div class=\"mt-5 pt-5 row menu groupe hide\">
  3484.             <div class=\"col-md-3 col  b1\">
  3485.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°1</label>
  3486.               <div class=\"content\" style=\"min-height: 368px;\">
  3487.                 {{ 'menus_tarifs_b1'|tr(tr)|raw }}
  3488.               </div>
  3489.               <span class=\"price\"><i>0</i>,00€</span>
  3490.               <div class=\"qty\" data-ref=\"gr-b1\">
  3491.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3492.                 <div class=\"controls\">
  3493.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3494.                   <span class=\"nbr\">0</span>
  3495.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3496.                 </div>
  3497.               </div>
  3498.             </div>
  3499.             <div class=\"col-md-3 col b2\">
  3500.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°2</label>
  3501.               <div class=\"content\" style=\"min-height: 368px;\">
  3502.                 {{ 'menus_tarifs_b2'|tr(tr)|raw }}
  3503.               </div>
  3504.               <span class=\"price\"><i>0</i>,00€</span>
  3505.               <div class=\"qty\" data-ref=\"gr-b2\">
  3506.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3507.                 <div class=\"controls\">
  3508.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3509.                   <span class=\"nbr\">0</span>
  3510.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3511.                 </div>
  3512.               </div>
  3513.             </div>
  3514.             <div class=\"col-md-3 col b3\">
  3515.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°3</label>
  3516.               <div class=\"content\" style=\"min-height: 368px;\">
  3517.                 {{ 'menus_tarifs_b3'|tr(tr)|raw }}
  3518.               </div>
  3519.               <span class=\"price\"><i>0</i>,00€</span>
  3520.               <div class=\"qty\" data-ref=\"gr-b3\">
  3521.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3522.                 <div class=\"controls\">
  3523.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3524.                   <span class=\"nbr\">0</span>
  3525.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3526.                 </div>
  3527.               </div>
  3528.             </div>
  3529.             <div class=\"col-md-3 col b4\">
  3530.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
  3531.               <div class=\"content\" style=\"min-height: 368px;\">
  3532.                 {{ 'menus_tarifs_b4'|tr(tr)|raw }}
  3533.               </div>
  3534.               <span class=\"price\"><i>0</i>,00€</span>
  3535.               <div class=\"qty\" data-ref=\"gr-b4\">
  3536.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3537.                 <div class=\"controls\">
  3538.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3539.                   <span class=\"nbr\">0</span>
  3540.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3541.                 </div>
  3542.               </div>
  3543.             </div>
  3544.           </div>
  3545. {#          <div class=\"mt-5 pt-5 row menu groupe hide\">
  3546.             <div class=\"col-md-3 col offset-md-3 b4 hide\">
  3547.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
  3548.               <div class=\"content\" style=\"min-height: 368px;\">
  3549.                 {{ 'menus_tarifs_b4'|tr(tr)|raw }}
  3550.               </div>
  3551.               <span class=\"price\"><i>0</i>,00€</span>
  3552.               <div class=\"qty\" data-ref=\"gr-b4\">
  3553.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3554.                 <div class=\"controls\">
  3555.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3556.                   <span class=\"nbr\">0</span>
  3557.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3558.                 </div>
  3559.               </div>
  3560.             </div>
  3561.             <div class=\"col-md-3 col b5 hide\">
  3562.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°5</label>
  3563.               <div class=\"content\" style=\"min-height: 368px;\">
  3564.                 {{ 'menus_tarifs_b5'|tr(tr)|raw }}
  3565.               </div>
  3566.               <span class=\"price\"><i>0</i>,00€</span>
  3567.               <div class=\"qty\" data-ref=\"gr-b5\">
  3568.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3569.                 <div class=\"controls\">
  3570.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3571.                   <span class=\"nbr\">0</span>
  3572.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3573.                 </div>
  3574.               </div>
  3575.             </div>
  3576.           </div>#}
  3577.         </div>
  3578.       </div>
  3579. {# BOISSONS SHOW FIRST END #}
  3580. {# BOISSONS SHOW SECOND  #}
  3581.       <div class=\"row show-second\">
  3582.         <div class=\"col-md-8 relative\">   
  3583.           <h2>{{ 'tunnel_section4_title'|tr(tr)|upper|raw }} <span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
  3584.           <span class=\"subtitle\">{{ 'tunnel_section4_subtitle2'|tr(tr)|raw }}</span>
  3585.           <div class=\"mt-5 pt-5 row menu individuel hide\">
  3586.             <div class=\"col-md-3 col offset-md-3 b1\">
  3587.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} DUO</label>
  3588.               <div class=\"content\" style=\"min-height: 404px;\">
  3589.                 {{ 'menus_tarifs_duo2'|tr(tr)|raw }}
  3590.               
  3591.               </div>
  3592.               <span class=\"price\"><i>0</i>,00€</span>
  3593.               <div class=\"qty\" data-ref=\"in-b1\">
  3594.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3595.                 <div class=\"controls\">
  3596.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3597.                   <span class=\"nbr\">0</span>
  3598.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3599.                 </div>
  3600.               </div>
  3601.             </div>
  3602.             <div class=\"col-md-3 col b2\">
  3603.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} PRESTIGO</label>
  3604.               <div class=\"content\" style=\"min-height: 404px;\">
  3605.                 {{ 'menus_tarifs_prestigo2'|tr(tr)|raw }}
  3606.               </div>
  3607.               <span class=\"price\"><i>0</i>,00€</span>
  3608.               <div class=\"qty\" data-ref=\"in-b2\">
  3609.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3610.                 <div class=\"controls\">
  3611.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3612.                   <span class=\"nbr\">0</span>
  3613.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3614.                 </div>
  3615.               </div>
  3616.             </div>
  3617.           </div>
  3618.           <div class=\"mt-5 pt-5 row menu groupe hide\">
  3619.             <div class=\"col-md-3 col offset-md-1-5 b1\">
  3620.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°1</label>
  3621.               <div class=\"content\" style=\"min-height: 368px;\">
  3622.                 {{ 'menus_tarifs_b12'|tr(tr)|raw }}
  3623.               </div>
  3624.               <span class=\"price\"><i>0</i>,00€</span>
  3625.               <div class=\"qty\" data-ref=\"gr-b1\">
  3626.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3627.                 <div class=\"controls\">
  3628.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3629.                   <span class=\"nbr\">0</span>
  3630.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3631.                 </div>
  3632.               </div>
  3633.             </div>
  3634.             <div class=\"col-md-3 col b2\">
  3635.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°2</label>
  3636.               <div class=\"content\" style=\"min-height: 368px;\">
  3637.                 
  3638.                 {{ 'menus_tarifs_b22'|tr(tr)|raw }}
  3639.               </div>
  3640.               <span class=\"price\"><i>0</i>,00€</span>
  3641.               <div class=\"qty\" data-ref=\"gr-b2\">
  3642.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3643.                 <div class=\"controls\">
  3644.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3645.                   <span class=\"nbr\">0</span>
  3646.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3647.                 </div>
  3648.               </div>
  3649.             </div>
  3650.             <div class=\"col-md-3 col b3\">
  3651.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°3</label>
  3652.               <div class=\"content\" style=\"min-height: 368px;\">
  3653.                 
  3654.                 {{ 'menus_tarifs_b32'|tr(tr)|raw }}
  3655.               </div>
  3656.               <span class=\"price\"><i>0</i>,00€</span>
  3657.               <div class=\"qty\" data-ref=\"gr-b3\">
  3658.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3659.                 <div class=\"controls\">
  3660.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3661.                   <span class=\"nbr\">0</span>
  3662.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3663.                 </div>
  3664.               </div>
  3665.             </div>
  3666.           </div>
  3667.           <div class=\"mt-5 pt-5 row menu groupe hide\">
  3668.             <div class=\"col-md-3 col offset-md-3 b4\">
  3669.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
  3670.               <div class=\"content\" style=\"min-height: 368px;\">
  3671.                 {{ 'menus_tarifs_b42'|tr(tr)|raw }}
  3672.               </div>
  3673.               <span class=\"price\"><i>0</i>,00€</span>
  3674.               <div class=\"qty\" data-ref=\"gr-b4\">
  3675.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3676.                 <div class=\"controls\">
  3677.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3678.                   <span class=\"nbr\">0</span>
  3679.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3680.                 </div>
  3681.               </div>
  3682.             </div>
  3683.             <div class=\"col-md-3 col b5\">
  3684.               <label class=\"title\">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°5</label>
  3685.               <div class=\"content\" style=\"min-height: 368px;\">
  3686.                 
  3687.                 {{ 'menus_tarifs_b52'|tr(tr)|raw }}
  3688.               </div>
  3689.               <span class=\"price\"><i>0</i>,00€</span>
  3690.               <div class=\"qty\" data-ref=\"gr-b5\">
  3691.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3692.                 <div class=\"controls\">
  3693.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3694.                   <span class=\"nbr\">0</span>
  3695.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3696.                 </div>
  3697.               </div>
  3698.             </div>
  3699.           </div>
  3700.         </div>
  3701.       </div>
  3702. {# BOISSONS SHOW SECOND END #}
  3703.     </section>
  3704.     <section id=\"section5\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3705.       <div class=\"row\">
  3706.         <div class=\"col-md-8 relative\">   
  3707.           <h2>{{ 'tunnel_section5_title'|tr(tr)|raw }}<span class=\"text-red\">{{ 'tunnel_section5_title2'|tr(tr)|raw }}</span></h2>
  3708.           <span class=\"subtitle\">{{ 'tunnel_section5_subtitle'|tr(tr)|raw }} </span>
  3709.           <div class=\"mt-5 pt-5 row menu\">
  3710.             <div class=\"col-md-3 col offset-md-1-5\">
  3711.               <label class=\"title\">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 5€</label>
  3712.               <div class=\"content\" style=\"min-height: 132px;\">
  3713.               
  3714.                 {{ 'tunnel_section5_ticket1'|tr(tr)|raw }}
  3715.               
  3716.               </div>
  3717.               <span class=\"price\">5,00€</span>
  3718.               <div class=\"qty\" data-ref=\"tk5\">
  3719.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3720.                 <div class=\"controls\">
  3721.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3722.                   <span class=\"nbr\">0</span>
  3723.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3724.                 </div>
  3725.               </div>
  3726.             </div>
  3727.             <div class=\"col-md-3 col\">
  3728.               <label class=\"title\">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 8€</label>
  3729.               <div class=\"content\" style=\"min-height: 132px;\">
  3730.                 {{ 'tunnel_section5_ticket2'|tr(tr)|raw }}
  3731.               </div>
  3732.               <span class=\"price\">8,00€</span>
  3733.               <div class=\"qty\" data-ref=\"tk8\">
  3734.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3735.                 <div class=\"controls\">
  3736.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3737.                   <span class=\"nbr\">0</span>
  3738.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3739.                 </div>
  3740.               </div>
  3741.             </div>
  3742.             <div class=\"col-md-3 col\">
  3743.               <label class=\"title\">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 10€</label>
  3744.               <div class=\"content\" style=\"min-height: 132px;\">
  3745.                 {{ 'tunnel_section5_ticket3'|tr(tr)|raw }}
  3746.               </div>
  3747.               <span class=\"price\">10,00€</span>
  3748.               <div class=\"qty\" data-ref=\"tk10\">
  3749.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3750.                 <div class=\"controls\">
  3751.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3752.                   <span class=\"nbr\">0</span>
  3753.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3754.                 </div>
  3755.               </div>
  3756.             </div>
  3757.           </div>
  3758.         </div>
  3759.       </div>
  3760.     </section>
  3761.     <section id=\"section6\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3762.       <div class=\"row\">
  3763.         <div class=\"col-md-8 relative\">   
  3764.           <h2>{{ 'tunnel_section6_title'|tr(tr)|raw }} <span class=\"sidetitle error\">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
  3765.           <span class=\"subtitle\">{{ 'tunnel_section6_subtitle'|tr(tr)|raw }}</span>
  3766.           <div class=\"mt-5 pt-5 row menu\">
  3767.           
  3768.             <div class=\"col-md-4 col pn {{ (places.isIsPlaceNormal) ? 'place_full' : '' }}\">
  3769.               <label class=\"title\">{{ 'menus_tarifs_spectacle_pn'|tr(tr)|raw }}</label>
  3770.               {% if places.isIsPlaceNormal %}
  3771.               <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  3772.               {% else %}
  3773.               <span class=\"price\"><i>0</i>,00€</span>
  3774.               {% endif %}
  3775.               <div class=\"sel\" data-ref=\"pn\">
  3776.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3777.               </div>
  3778.               <div class=\"qty\" data-ref=\"pn\">
  3779.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3780.                 <div class=\"controls\">
  3781.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3782.                   <span class=\"nbr\">0</span>
  3783.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3784.                 </div>
  3785.               </div>
  3786.             </div>
  3787.             <div class=\"col-md-4 col ph gold {{ (places.isIsPlaceHonneur) ? 'place_full' : '' }}\">
  3788.               <label class=\"title\">{{ 'menus_tarifs_spectacle_ph'|tr(tr)|raw }}</label>
  3789.               {% if places.isIsPlaceHonneur %}
  3790.               <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  3791.               {% else %}
  3792.               <span class=\"price\"><i>0</i>,00€</span>
  3793.               {% endif %}
  3794.               <div class=\"sel\" data-ref=\"ph\">
  3795.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3796.               </div>
  3797.               <div class=\"qty\" data-ref=\"ph\">
  3798.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3799.                 <div class=\"controls\">
  3800.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3801.                   <span class=\"nbr\">0</span>
  3802.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3803.                 </div>
  3804.               </div>
  3805.             </div>
  3806.             <div class=\"col-md-4 col vip {{ (places.isIsPlaceVip) ? 'place_full' : '' }}\">
  3807.               <label class=\"title\">{{ 'menus_tarifs_spectacle_vip'|tr(tr)|upper|raw }}</label>
  3808.               {% if places.isIsPlaceVip %}
  3809.               <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  3810.               {% else %}
  3811.               <span class=\"price\"><i>0</i>,00€</span>
  3812.               {% endif %}
  3813.               <div class=\"sel\" data-ref=\"vip\">
  3814.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3815.               </div>
  3816.             </div>
  3817.           </div>
  3818.           <div class=\"mt-5 pt-5 row no-mobile\">
  3819.             <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>
  3820.           </div>
  3821.         </div>
  3822.       </div>
  3823.     </section>
  3824.     <section id=\"section62\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3825.       <div class=\"row\">
  3826.         <div class=\"col-md-8 relative\">   
  3827.           <h2>{{ 'tunnel_section62_title'|tr(tr)|upper|raw }}</h2>
  3828.           <div class=\"mt-5 pt-5 row menu\">
  3829.             <div class=\"col-md-6 offset-md-3 col ok\">
  3830.               <label class=\"title\">{{ 'tunnel_section62_entrees'|tr(tr)|raw }}</label>
  3831.               <span class=\"price\"><i>0</i>,00€</span>
  3832.               <div class=\"sel\" data-ref=\"ok\">
  3833.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3834.               </div>
  3835.               <div class=\"qty hide\" data-ref=\"ok\">
  3836.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3837.                 <div class=\"controls\">
  3838.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3839.                   <span class=\"nbr\">0</span>
  3840.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3841.                 </div>
  3842.               </div>
  3843.             </div>
  3844.           </div>
  3845.         </div>
  3846.       </div>
  3847.     </section>
  3848.     <section id=\"section63\" class=\"espace-content third thin mt-5 pt-4 hide\">
  3849.       <div class=\"row\">
  3850.         <div class=\"col-md-8 relative\">   
  3851.           <h2>{{ 'tunnel_section63_title'|tr(tr)|upper|raw }}</h2>
  3852.           <div class=\"mt-5 pt-5 row menu\">
  3853.             <div class=\"col-md-6 offset-md-3 col af\">
  3854.               <label class=\"title\">{{ 'tunnel_section63_entrees'|tr(tr)|raw }}</label>
  3855.               <span class=\"price\"><i>0</i>,00€</span>
  3856.               <div class=\"sel\" data-ref=\"af\">
  3857.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3858.               </div>
  3859.               <div class=\"qty\" data-ref=\"af\">
  3860.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3861.                 <div class=\"controls\">
  3862.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3863.                   <span class=\"nbr\">0</span>
  3864.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3865.                 </div>
  3866.               </div>
  3867.             </div>
  3868.           </div>
  3869.         </div>
  3870.       </div>
  3871.     </section>
  3872.     {# NOEL DES ENFANTS #}
  3873.     <section id=\"section61\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3874.       <div class=\"row\">
  3875.         <div class=\"col-md-8 relative\">   
  3876.           <h2>{{ 'tunnel_section61_title'|tr(tr)|raw }}</h2>
  3877.           <span class=\"subtitle\">{{ 'tunnel_section61_subtitle'|tr(tr)|raw }}</span>
  3878.           <div class=\"mt-5 pt-5 row menu\">
  3879.             <div class=\"col-md-6 offset-md-3 col no\">
  3880.               <label class=\"title\">{{ 'tunnel_menu3'|tr(tr)|upper|raw }}</label>
  3881.               <div class=\"content no-avecrepas\">
  3882.                 {{ 'tunnel_section61_ar'|tr(tr)|raw }}
  3883.               </div>
  3884.               <div class=\"content no-sansrepas\">
  3885.                 {{ 'tunnel_section61_sr'|tr(tr)|raw }}
  3886.               </div>
  3887.               <span class=\"price\"><i>0</i>,00€</span>
  3888.               <div class=\"sel\" data-ref=\"no\">
  3889.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  3890.               </div>
  3891.               <div class=\"qty\" data-ref=\"no\">
  3892.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  3893.                 <div class=\"controls\">
  3894.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3895.                   <span class=\"nbr\">0</span>
  3896.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3897.                 </div>
  3898.               </div>
  3899.             </div>
  3900.           </div>
  3901.         </div>
  3902.       </div>
  3903.     </section>
  3904.     <section id=\"section7\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3905.       <div class=\"row\">
  3906.         <div class=\"col-md-8 relative\">   
  3907.           <h2>{{ 'tunnel_section7_title'|tr(tr)|upper|raw }}</h2>
  3908.           <span class=\"subtitle\">{{ 'tunnel_section7_subtitle'|tr(tr)|raw }}</span>
  3909.           <div class=\"mt-5 pt-5 row menu {{ (places.isIsMiniSuiteFull) ? 'ms_full' : '' }}\">
  3910.             <div class=\"col-md-6 col ms offset-md-3\">
  3911.               <label class=\"title\">{{ 'infos_menu2'|tr(tr)|upper|raw }}</label>
  3912.               <div class=\"content\">
  3913.                 {{ 'tunnel_section7_n1'|tr(tr)|raw }}
  3914.               </div>
  3915.               {% if places.isIsMiniSuiteFull %}
  3916.               <span class=\"price\" style=\"font-size: 18px; letter-spacing: 2px;\">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  3917.               {% else %}
  3918.               <span class=\"price\"><i>0</i>,00€</span>
  3919.               {% endif %}
  3920.               
  3921.               <div class=\"qty nights active\" data-ref=\"ms\">
  3922.                 <span>{{ 'tunnel_section7_n2'|tr(tr)|raw }}</span>
  3923.                 <div class=\"controls\">
  3924.                   <a href=\"#\" class=\"minus\"><img src=\"/front/img/resa_menu_minus.svg\" alt=\"-\" /></a>
  3925.                   <span class=\"nbr\">0</span>
  3926.                   <a href=\"#\" class=\"plus\"><img src=\"/front/img/resa_menu_plus.svg\" alt=\"+\" /></a>
  3927.                 </div>
  3928.               </div>
  3929.             </div>
  3930.           </div>
  3931.           <div class=\"mt-5 row\">
  3932.             <a target=\"_blank\" href=\"/{{app.request.locale }}/mini-suites\" class=\"mini-suites-link mb-4\">{{ 'tunnel_section7_n3'|tr(tr)|raw }}</a>
  3933.             <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>
  3934.           </div>
  3935.         </div>
  3936.       </div>
  3937.     </section>
  3938.     <section id=\"section8\" class=\"espace-content third thin mt-5 pt-4 hide\" style=\"margin-bottom: 180px;\">
  3939.       <div class=\"row\">
  3940.         <div class=\"col-md-8 relative\">   
  3941.           <h2>{{ 'tunnel_section8_title'|tr(tr)|upper|raw }}</h2>
  3942.           <span class=\"subtitle\">{{ 'tunnel_section8_subtitle'|tr(tr)|raw }}</span>
  3943.           <div class=\"mt-3 row\">
  3944.             <form class=\"m-0 row\" id=\"form-booking\">
  3945.             {% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  3946.               <div class=\"col-md-12 mb-5 form-login\">
  3947.                 <h6 class=\"text-center\">{{ 'signup_title'|tr(tr)|raw }}</h6>
  3948.               </div>
  3949.               <div class=\"col-md-6  form-login\">
  3950.                 <label>{{ 'contact_email'|tr(tr)|raw }}*</label>
  3951.                 <input type=\"email\" placeholder=\"{{ 'contact_email'|tr(tr)|raw  }}*\" name=\"login_username\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\"  />
  3952.                 <label>{{ 'signup_password'|tr(tr)|raw }}*</label>
  3953.                 <input type=\"password\" name=\"login_password\" autocomplete=\"off\" placeholder=\"{{ 'signup_password'|tr(tr)|raw }}\" />
  3954.                 <p class=\"text-red login_message p-0\"></p>
  3955.                 <button id=\"kt_login_signin_submit\" class=\"btn-primary btn-sm text-center \">{{ 'signup_connexion'|tr(tr)|raw }}</button>
  3956.                 <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>
  3957.                 
  3958.                 <input type=\"hidden\" name=\"_target_path\" value=\"{{ app.request.get('redirect_to') }}\"/>
  3959.                 <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\"/>
  3960.               </div>
  3961.               <div class=\"col-md-6 d-flex justify-content-center align-items-center  form-login\" style=\"flex-direction: column;\">
  3962.                 <button id=\"kt_login_signup\" class=\"btn-primary btn-sm text-center active \">{{ 'signup_create'|tr(tr)|raw }}*</button>
  3963.                 <p class=\"p-0 w-100 text-center mt-2\">* {{ 'signup_create2'|tr(tr)|raw }}</p>
  3964.               </div>
  3965.             {% endif %}
  3966.               {% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  3967.               <div class=\"col-md-12 hide form-signup login-link\">
  3968.                 <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>
  3969.               </div>
  3970.               {% endif %}
  3971.               <div class=\"col-md-6 hide form-signup\">
  3972.                 <label>{{ 'contact_nom'|tr(tr)|raw  }}*</label>
  3973.                 <input type=\"text\" placeholder=\"\" name=\"lastname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('lastname') }}{% endif %}\" />
  3974.                 <label>{{ 'contact_prenom'|tr(tr)|raw  }}*</label>
  3975.                 <input type=\"text\" placeholder=\"\" name=\"firstname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('firstname') }}{% endif %}\"  />
  3976.                 <label>{{ 'contact_societe'|tr(tr)|raw  }}</label>
  3977.                 <input type=\"text\" placeholder=\"\" name=\"company\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('company') }}{% endif %}\"  />
  3978.                 <label>{{ 'contact_tel'|tr(tr)|raw  }}*</label>
  3979.                 <input type=\"tel\" placeholder=\"\" name=\"phone\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('phone') }}{% endif %}\"  />
  3980.                 <label class=\"signup\">{{ 'contact_email'|tr(tr)|raw  }}*</label>
  3981.                 <input class=\"signup\" type=\"email\" placeholder=\"\" name=\"email\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\"  />
  3982.                 <label class=\"signup\">{{ 'signup_password'|tr(tr)|raw }}*</label>
  3983.                 <input type=\"password\" placeholder=\"\" name=\"password\" value=\"\" class=\"signup\" />
  3984.                 <label class=\"signup\">{{ 'signup_confirm'|tr(tr)|raw }}*</label>
  3985.                 <input type=\"password\" placeholder=\"\" name=\"confirm\" value=\"\" class=\"signup\" />
  3986.               </div>
  3987.               <div class=\"col-md-6 hide form-signup\">
  3988.                 <label>{{ 'contact_adresse'|tr(tr)|raw  }}*</label>
  3989.                 <input type=\"text\" placeholder=\"\" name=\"address\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('address1') }}{% endif %}\"  />
  3990.                 <label>{{ 'contact_code'|tr(tr)|raw  }}*</label>
  3991.                 <input type=\"text\" placeholder=\"\" name=\"zipcode\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('zipcode') }}{% endif %}\"  />
  3992.                 <label>{{ 'contact_ville'|tr(tr)|raw  }}*</label>
  3993.                 <input type=\"text\" placeholder=\"\" name=\"city\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('city') }}{% endif %}\"  />
  3994.                 <label>{{ 'contact_pays'|tr(tr)|raw  }}*</label>
  3995.                 <input type=\"hidden\" name=\"country_code\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('country_code') }}{% endif %}\">
  3996.                                   <select name=\"country\" required class=\"form-control country\">
  3997.                                     <option value=\"AF\">Afghanistan</option>
  3998.                                     <option value=\"AX\">Åland Islands</option>
  3999.                                     <option value=\"AL\">Albania</option>
  4000.                                     <option value=\"DZ\">Algeria</option>
  4001.                                     <option value=\"AS\">American Samoa</option>
  4002.                                     <option value=\"AD\">Andorra</option>
  4003.                                     <option value=\"AO\">Angola</option>
  4004.                                     <option value=\"AI\">Anguilla</option>
  4005.                                     <option value=\"AQ\">Antarctica</option>
  4006.                                     <option value=\"AG\">Antigua and Barbuda</option>
  4007.                                     <option value=\"AR\">Argentina</option>
  4008.                                     <option value=\"AM\">Armenia</option>
  4009.                                     <option value=\"AW\">Aruba</option>
  4010.                                     <option value=\"AU\">Australia</option>
  4011.                                     <option value=\"AT\">Austria</option>
  4012.                                     <option value=\"AZ\">Azerbaijan</option>
  4013.                                     <option value=\"BS\">Bahamas</option>
  4014.                                     <option value=\"BH\">Bahrain</option>
  4015.                                     <option value=\"BD\">Bangladesh</option>
  4016.                                     <option value=\"BB\">Barbados</option>
  4017.                                     <option value=\"BY\">Belarus</option>
  4018.                                     <option value=\"BE\">Belgium</option>
  4019.                                     <option value=\"BZ\">Belize</option>
  4020.                                     <option value=\"BJ\">Benin</option>
  4021.                                     <option value=\"BM\">Bermuda</option>
  4022.                                     <option value=\"BT\">Bhutan</option>
  4023.                                     <option value=\"BO\">Bolivia, Plurinational State of</option>
  4024.                                     <option value=\"BQ\">Bonaire, Sint Eustatius and Saba</option>
  4025.                                     <option value=\"BA\">Bosnia and Herzegovina</option>
  4026.                                     <option value=\"BW\">Botswana</option>
  4027.                                     <option value=\"BV\">Bouvet Island</option>
  4028.                                     <option value=\"BR\">Brazil</option>
  4029.                                     <option value=\"IO\">British Indian Ocean Territory</option>
  4030.                                     <option value=\"BN\">Brunei Darussalam</option>
  4031.                                     <option value=\"BG\">Bulgaria</option>
  4032.                                     <option value=\"BF\">Burkina Faso</option>
  4033.                                     <option value=\"BI\">Burundi</option>
  4034.                                     <option value=\"KH\">Cambodia</option>
  4035.                                     <option value=\"CM\">Cameroon</option>
  4036.                                     <option value=\"CA\">Canada</option>
  4037.                                     <option value=\"CV\">Cape Verde</option>
  4038.                                     <option value=\"KY\">Cayman Islands</option>
  4039.                                     <option value=\"CF\">Central African Republic</option>
  4040.                                     <option value=\"TD\">Chad</option>
  4041.                                     <option value=\"CL\">Chile</option>
  4042.                                     <option value=\"CN\">China</option>
  4043.                                     <option value=\"CX\">Christmas Island</option>
  4044.                                     <option value=\"CC\">Cocos (Keeling) Islands</option>
  4045.                                     <option value=\"CO\">Colombia</option>
  4046.                                     <option value=\"KM\">Comoros</option>
  4047.                                     <option value=\"CG\">Congo</option>
  4048.                                     <option value=\"CD\">Congo, the Democratic Republic of the</option>
  4049.                                     <option value=\"CK\">Cook Islands</option>
  4050.                                     <option value=\"CR\">Costa Rica</option>
  4051.                                     <option value=\"CI\">Côte d'Ivoire</option>
  4052.                                     <option value=\"HR\">Croatia</option>
  4053.                                     <option value=\"CU\">Cuba</option>
  4054.                                     <option value=\"CW\">Curaçao</option>
  4055.                                     <option value=\"CY\">Cyprus</option>
  4056.                                     <option value=\"CZ\">Czech Republic</option>
  4057.                                     <option value=\"DK\">Denmark</option>
  4058.                                     <option value=\"DJ\">Djibouti</option>
  4059.                                     <option value=\"DM\">Dominica</option>
  4060.                                     <option value=\"DO\">Dominican Republic</option>
  4061.                                     <option value=\"EC\">Ecuador</option>
  4062.                                     <option value=\"EG\">Egypt</option>
  4063.                                     <option value=\"SV\">El Salvador</option>
  4064.                                     <option value=\"GQ\">Equatorial Guinea</option>
  4065.                                     <option value=\"ER\">Eritrea</option>
  4066.                                     <option value=\"EE\">Estonia</option>
  4067.                                     <option value=\"ET\">Ethiopia</option>
  4068.                                     <option value=\"FK\">Falkland Islands (Malvinas)</option>
  4069.                                     <option value=\"FO\">Faroe Islands</option>
  4070.                                     <option value=\"FJ\">Fiji</option>
  4071.                                     <option value=\"FI\">Finland</option>
  4072.                                     <option value=\"FR\" {% if app.request.locale not in ['de'] %}selected{% endif %}>France</option>
  4073.                                     <option value=\"GF\">French Guiana</option>
  4074.                                     <option value=\"PF\">French Polynesia</option>
  4075.                                     <option value=\"TF\">French Southern Territories</option>
  4076.                                     <option value=\"GA\">Gabon</option>
  4077.                                     <option value=\"GM\">Gambia</option>
  4078.                                     <option value=\"GE\">Georgia</option>
  4079.                                     <option value=\"DE\" {% if app.request.locale == 'de' %}selected{% endif %}>Germany</option>
  4080.                                     <option value=\"GH\">Ghana</option>
  4081.                                     <option value=\"GI\">Gibraltar</option>
  4082.                                     <option value=\"GR\">Greece</option>
  4083.                                     <option value=\"GL\">Greenland</option>
  4084.                                     <option value=\"GD\">Grenada</option>
  4085.                                     <option value=\"GP\">Guadeloupe</option>
  4086.                                     <option value=\"GU\">Guam</option>
  4087.                                     <option value=\"GT\">Guatemala</option>
  4088.                                     <option value=\"GG\">Guernsey</option>
  4089.                                     <option value=\"GN\">Guinea</option>
  4090.                                     <option value=\"GW\">Guinea-Bissau</option>
  4091.                                     <option value=\"GY\">Guyana</option>
  4092.                                     <option value=\"HT\">Haiti</option>
  4093.                                     <option value=\"HM\">Heard Island and McDonald Islands</option>
  4094.                                     <option value=\"VA\">Holy See (Vatican City State)</option>
  4095.                                     <option value=\"HN\">Honduras</option>
  4096.                                     <option value=\"HK\">Hong Kong</option>
  4097.                                     <option value=\"HU\">Hungary</option>
  4098.                                     <option value=\"IS\">Iceland</option>
  4099.                                     <option value=\"IN\">India</option>
  4100.                                     <option value=\"ID\">Indonesia</option>
  4101.                                     <option value=\"IR\">Iran, Islamic Republic of</option>
  4102.                                     <option value=\"IQ\">Iraq</option>
  4103.                                     <option value=\"IE\">Ireland</option>
  4104.                                     <option value=\"IM\">Isle of Man</option>
  4105.                                     <option value=\"IL\">Israel</option>
  4106.                                     <option value=\"IT\">Italy</option>
  4107.                                     <option value=\"JM\">Jamaica</option>
  4108.                                     <option value=\"JP\">Japan</option>
  4109.                                     <option value=\"JE\">Jersey</option>
  4110.                                     <option value=\"JO\">Jordan</option>
  4111.                                     <option value=\"KZ\">Kazakhstan</option>
  4112.                                     <option value=\"KE\">Kenya</option>
  4113.                                     <option value=\"KI\">Kiribati</option>
  4114.                                     <option value=\"KP\">Korea, Democratic People's Republic of</option>
  4115.                                     <option value=\"KR\">Korea, Republic of</option>
  4116.                                     <option value=\"KW\">Kuwait</option>
  4117.                                     <option value=\"KG\">Kyrgyzstan</option>
  4118.                                     <option value=\"LA\">Lao People's Democratic Republic</option>
  4119.                                     <option value=\"LV\">Latvia</option>
  4120.                                     <option value=\"LB\">Lebanon</option>
  4121.                                     <option value=\"LS\">Lesotho</option>
  4122.                                     <option value=\"LR\">Liberia</option>
  4123.                                     <option value=\"LY\">Libya</option>
  4124.                                     <option value=\"LI\">Liechtenstein</option>
  4125.                                     <option value=\"LT\">Lithuania</option>
  4126.                                     <option value=\"LU\">Luxembourg</option>
  4127.                                     <option value=\"MO\">Macao</option>
  4128.                                     <option value=\"MK\">Macedonia, the former Yugoslav Republic of</option>
  4129.                                     <option value=\"MG\">Madagascar</option>
  4130.                                     <option value=\"MW\">Malawi</option>
  4131.                                     <option value=\"MY\">Malaysia</option>
  4132.                                     <option value=\"MV\">Maldives</option>
  4133.                                     <option value=\"ML\">Mali</option>
  4134.                                     <option value=\"MT\">Malta</option>
  4135.                                     <option value=\"MH\">Marshall Islands</option>
  4136.                                     <option value=\"MQ\">Martinique</option>
  4137.                                     <option value=\"MR\">Mauritania</option>
  4138.                                     <option value=\"MU\">Mauritius</option>
  4139.                                     <option value=\"YT\">Mayotte</option>
  4140.                                     <option value=\"MX\">Mexico</option>
  4141.                                     <option value=\"FM\">Micronesia, Federated States of</option>
  4142.                                     <option value=\"MD\">Moldova, Republic of</option>
  4143.                                     <option value=\"MC\">Monaco</option>
  4144.                                     <option value=\"MN\">Mongolia</option>
  4145.                                     <option value=\"ME\">Montenegro</option>
  4146.                                     <option value=\"MS\">Montserrat</option>
  4147.                                     <option value=\"MA\">Morocco</option>
  4148.                                     <option value=\"MZ\">Mozambique</option>
  4149.                                     <option value=\"MM\">Myanmar</option>
  4150.                                     <option value=\"NA\">Namibia</option>
  4151.                                     <option value=\"NR\">Nauru</option>
  4152.                                     <option value=\"NP\">Nepal</option>
  4153.                                     <option value=\"NL\">Netherlands</option>
  4154.                                     <option value=\"NC\">New Caledonia</option>
  4155.                                     <option value=\"NZ\">New Zealand</option>
  4156.                                     <option value=\"NI\">Nicaragua</option>
  4157.                                     <option value=\"NE\">Niger</option>
  4158.                                     <option value=\"NG\">Nigeria</option>
  4159.                                     <option value=\"NU\">Niue</option>
  4160.                                     <option value=\"NF\">Norfolk Island</option>
  4161.                                     <option value=\"MP\">Northern Mariana Islands</option>
  4162.                                     <option value=\"NO\">Norway</option>
  4163.                                     <option value=\"OM\">Oman</option>
  4164.                                     <option value=\"PK\">Pakistan</option>
  4165.                                     <option value=\"PW\">Palau</option>
  4166.                                     <option value=\"PS\">Palestinian Territory, Occupied</option>
  4167.                                     <option value=\"PA\">Panama</option>
  4168.                                     <option value=\"PG\">Papua New Guinea</option>
  4169.                                     <option value=\"PY\">Paraguay</option>
  4170.                                     <option value=\"PE\">Peru</option>
  4171.                                     <option value=\"PH\">Philippines</option>
  4172.                                     <option value=\"PN\">Pitcairn</option>
  4173.                                     <option value=\"PL\">Poland</option>
  4174.                                     <option value=\"PT\">Portugal</option>
  4175.                                     <option value=\"PR\">Puerto Rico</option>
  4176.                                     <option value=\"QA\">Qatar</option>
  4177.                                     <option value=\"RE\">Réunion</option>
  4178.                                     <option value=\"RO\">Romania</option>
  4179.                                     <option value=\"RU\">Russian Federation</option>
  4180.                                     <option value=\"RW\">Rwanda</option>
  4181.                                     <option value=\"BL\">Saint Barthélemy</option>
  4182.                                     <option value=\"SH\">Saint Helena, Ascension and Tristan da Cunha</option>
  4183.                                     <option value=\"KN\">Saint Kitts and Nevis</option>
  4184.                                     <option value=\"LC\">Saint Lucia</option>
  4185.                                     <option value=\"MF\">Saint Martin (French part)</option>
  4186.                                     <option value=\"PM\">Saint Pierre and Miquelon</option>
  4187.                                     <option value=\"VC\">Saint Vincent and the Grenadines</option>
  4188.                                     <option value=\"WS\">Samoa</option>
  4189.                                     <option value=\"SM\">San Marino</option>
  4190.                                     <option value=\"ST\">Sao Tome and Principe</option>
  4191.                                     <option value=\"SA\">Saudi Arabia</option>
  4192.                                     <option value=\"SN\">Senegal</option>
  4193.                                     <option value=\"RS\">Serbia</option>
  4194.                                     <option value=\"SC\">Seychelles</option>
  4195.                                     <option value=\"SL\">Sierra Leone</option>
  4196.                                     <option value=\"SG\">Singapore</option>
  4197.                                     <option value=\"SX\">Sint Maarten (Dutch part)</option>
  4198.                                     <option value=\"SK\">Slovakia</option>
  4199.                                     <option value=\"SI\">Slovenia</option>
  4200.                                     <option value=\"SB\">Solomon Islands</option>
  4201.                                     <option value=\"SO\">Somalia</option>
  4202.                                     <option value=\"ZA\">South Africa</option>
  4203.                                     <option value=\"GS\">South Georgia and the South Sandwich Islands</option>
  4204.                                     <option value=\"SS\">South Sudan</option>
  4205.                                     <option value=\"ES\">Spain</option>
  4206.                                     <option value=\"LK\">Sri Lanka</option>
  4207.                                     <option value=\"SD\">Sudan</option>
  4208.                                     <option value=\"SR\">Suriname</option>
  4209.                                     <option value=\"SJ\">Svalbard and Jan Mayen</option>
  4210.                                     <option value=\"SZ\">Swaziland</option>
  4211.                                     <option value=\"SE\">Sweden</option>
  4212.                                     <option value=\"CH\">Switzerland</option>
  4213.                                     <option value=\"SY\">Syrian Arab Republic</option>
  4214.                                     <option value=\"TW\">Taiwan, Province of China</option>
  4215.                                     <option value=\"TJ\">Tajikistan</option>
  4216.                                     <option value=\"TZ\">Tanzania, United Republic of</option>
  4217.                                     <option value=\"TH\">Thailand</option>
  4218.                                     <option value=\"TL\">Timor-Leste</option>
  4219.                                     <option value=\"TG\">Togo</option>
  4220.                                     <option value=\"TK\">Tokelau</option>
  4221.                                     <option value=\"TO\">Tonga</option>
  4222.                                     <option value=\"TT\">Trinidad and Tobago</option>
  4223.                                     <option value=\"TN\">Tunisia</option>
  4224.                                     <option value=\"TR\">Turkey</option>
  4225.                                     <option value=\"TM\">Turkmenistan</option>
  4226.                                     <option value=\"TC\">Turks and Caicos Islands</option>
  4227.                                     <option value=\"TV\">Tuvalu</option>
  4228.                                     <option value=\"UG\">Uganda</option>
  4229.                                     <option value=\"UA\">Ukraine</option>
  4230.                                     <option value=\"AE\">United Arab Emirates</option>
  4231.                                     <option value=\"GB\">United Kingdom</option>
  4232.                                     <option value=\"US\">United States</option>
  4233.                                     <option value=\"UM\">United States Minor Outlying Islands</option>
  4234.                                     <option value=\"UY\">Uruguay</option>
  4235.                                     <option value=\"UZ\">Uzbekistan</option>
  4236.                                     <option value=\"VU\">Vanuatu</option>
  4237.                                     <option value=\"VE\">Venezuela, Bolivarian Republic of</option>
  4238.                                     <option value=\"VN\">Viet Nam</option>
  4239.                                     <option value=\"VG\">Virgin Islands, British</option>
  4240.                                     <option value=\"VI\">Virgin Islands, U.S.</option>
  4241.                                     <option value=\"WF\">Wallis and Futuna</option>
  4242.                                     <option value=\"EH\">Western Sahara</option>
  4243.                                     <option value=\"YE\">Yemen</option>
  4244.                                     <option value=\"ZM\">Zambia</option>
  4245.                                     <option value=\"ZW\">Zimbabwe</option>
  4246.                                   </select>
  4247.                 <div class=\"form-message text-start\">
  4248.                   <label>{{ 'contact_message_full'|tr(tr)|raw  }}</label>
  4249.                   <textarea placeholder=\"\" name=\"message\"></textarea>
  4250.                 </div>
  4251.               </div>
  4252.               <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\">
  4253.                 <div style=\"width: fit-content;\">
  4254.                   <input type=\"checkbox\" id=\"pmr\" class=\"apple-switch\" >
  4255.                   <label for=\"pmr\">{{ 'tunnel_section8_pmr'|tr(tr)|raw  }}</label>
  4256.                 </div>
  4257.                 <div style=\"width: fit-content;\">
  4258.                   <svg width=\"18\" height=\"18\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4259.                     <g clip-path=\"url(#clip0_299_17)\">
  4260.                       <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\"/>
  4261.                       <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\"/>
  4262.                     </g>
  4263.                     <defs>
  4264.                       <clipPath id=\"clip0_299_17\">
  4265.                         <rect width=\"36\" height=\"36\" fill=\"white\"/>
  4266.                       </clipPath>
  4267.                     </defs>
  4268.                   </svg>
  4269.                 </div>
  4270.                 {# <label for=\"pmr\" class=\"checkbox\"><input type=\"checkbox\" id=\"pmr\" />Une ou plusieurs personnes disposent d'un fauteuil roulant (PMR)</label> #}
  4271.               </div>
  4272.               <div class=\"col-md-12 form-cgu hide mt-3 text-center\">
  4273.                 <input type=\"checkbox\" id=\"agree\" class=\"apple-switch\" >
  4274.                 <label for=\"agree\">{{ 'signup_agree'|tr(tr)|raw  }}</label>
  4275.               </div>
  4276.               <div class=\"col-md-12\">
  4277.                 <p class=\"text-red booking_message text-center mb-0 mt-3 p-0\"></p>
  4278.               </div>
  4279.               <button class=\"send hide\">{{ 'contact_envoyer'|tr(tr)|raw  }}</button>
  4280.               <button class=\"edit-booking hide\">{{ 'account_edit_btn'|tr(tr)|raw  }}</button>
  4281.               <input type=\"hidden\" id=\"form_mode\" value=\"\" />
  4282.               <input type=\"hidden\" id=\"booking_id\" value=\"\" />
  4283.             </form>
  4284.           </div>
  4285.           <div class=\"mt-5 row text-center gift-block\">
  4286.               <div class=\"col-12 mt-4\">
  4287.                 <input type=\"checkbox\" id=\"gift\" class=\"apple-switch\" >
  4288.                 <label for=\"gift\">{{ 'tunnel_section8_gift'|tr(tr)|raw  }}</label>
  4289.                 <div class=\"form-group gift mt-4\">
  4290.                   <label>{{ 'tunnel_section8_for'|tr(tr)|raw  }}*</label>
  4291.                   <input type=\"text\" placeholder=\"\" class=\"form-control\" name=\"gift-user\">
  4292.                 </div>
  4293.               </div>
  4294.           </div>
  4295.         </div>
  4296.       </div>
  4297.     </section>
  4298.     <div class=\"plan-salle\">
  4299.       <div class=\"plan-salle-container\">
  4300.         <img id=\"plan-salle1\" alt=\"plan-salle\" class=\"pls\" src=\"/front/img/plan-salle1.jpg?v=2\" />
  4301.         <img id=\"plan-salle2\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle2.jpg?v=2\" />
  4302.         <img id=\"plan-salle3\" alt=\"plan-salle\" class=\"pls hide\" src=\"/front/img/plan-salle3.jpg?v=2\" />
  4303.         <span class=\"plan-close\"><img alt=\"close\" src=\"/front/img/calendar-cross.svg\"></span>
  4304.         <p class=\"text-xs text-center mb-0\">{{ 'tunnel_section6_plan2'|tr(tr)|raw }}</p>
  4305.       </div>
  4306.     </div>
  4307.     {% include 'FrontBundle/Partial/resa.html.twig' %}
  4308.     {% include 'FrontBundle/Partial/footer.html.twig' %}
  4309. {% endblock %}
  4310. {% block javascripts %}
  4311.   <script src=\"/front/js/owl.carousel.min.js\"></script>
  4312.   <script type=\"text/javascript\">
  4313.     sended = false;
  4314.     \$(document).ready(function() {
  4315.       if( window.innerWidth <= 414 ){
  4316.         \$('.majestic.show-first .m1 .content').css('min-height', '350px');
  4317.         \$('.majestic.show-first .m2 .content').css('min-height', '350px');
  4318.         \$('.majestic.show-first .m3 .content').css('min-height', '295px');
  4319.         \$('.majestic.show-first .me .content').css('min-height', '295px');
  4320.         \$('.b1 .content').css('min-height', '246px');
  4321.         \$('.b2 .content').css('min-height', '246px');
  4322.         \$('.versailles.show-first .m1 .content').css('min-height', '400px');
  4323.         \$('.versailles.show-first .m2 .content').css('min-height', '400px');
  4324.         \$('.versailles.show-first .m3 .content').css('min-height', '362px');
  4325.         \$('.versailles.show-first .me .content').css('min-height', '362px');
  4326.         \$('.majestic.show-second .m1 .content').css('min-height', '378px');
  4327.         \$('.majestic.show-second .m2 .content').css('min-height', '378px');
  4328.         \$('.majestic.show-second .m3 .content').css('min-height', '252px');
  4329.         \$('.majestic.show-second .me .content').css('min-height', '252px');
  4330.         \$('.b1 .content').css('min-height', '246px');
  4331.         \$('.b2 .content').css('min-height', '246px');
  4332.         \$('.versailles.show-second .m1 .content').css('min-height', '400px');
  4333.         \$('.versailles.show-second .m2 .content').css('min-height', '400px');
  4334.         \$('.versailles.show-second .m3 .content').css('min-height', '362px');
  4335.         \$('.versailles.show-second .me .content').css('min-height', '362px');
  4336.       }
  4337. {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  4338.       \$('.form-login').addClass('hide');
  4339.       \$('.form-signup').removeClass('hide');
  4340.       \$('.form-signup .signup').addClass('hide');
  4341.       \$('.to-form-message').prepend(\$('.form-message'));
  4342.       \$('#form_mode').val('logged');
  4343.       \$('.send').removeClass('hide');
  4344.       \$('.form-cgu').addClass('hide');
  4345. {% endif %}
  4346.       \$('#kt_login_signup').on('click', function (e) {
  4347.           e.preventDefault();
  4348.           \$('.form-login').addClass('hide');
  4349.           \$('.form-signup').removeClass('hide');
  4350.           \$('#form_mode').val('register');
  4351.           \$('.send').removeClass('hide');
  4352.           \$('.form-cgu').removeClass('hide');
  4353.       });
  4354.       \$('.return-login').on('click', function (e) {
  4355.           e.preventDefault();
  4356.           \$('.form-login').removeClass('hide');
  4357.           \$('.form-signup').addClass('hide');
  4358.           \$('.form-cgu').addClass('hide');
  4359.       });
  4360.       \$('#kt_login_signin_submit').on('click', function (e) {
  4361.           e.preventDefault();
  4362.           var form = {
  4363.             email: \$('input[name=\"login_username\"]').val(),
  4364.             password: \$('input[name=\"login_password\"]').val(),
  4365.           };
  4366.           \$.post('/tunnel/credentials/check/{{app.request.locale}}', form, function( data ) {
  4367.             console.log(data);
  4368.             \$('.login_message').hide();
  4369.             if(data.success == true){
  4370.               \$('.form-signup input[name=\"lastname\"]').val(data.user.infos.lastname);
  4371.               \$('.form-signup input[name=\"firstname\"]').val(data.user.infos.firstname);
  4372.               \$('.form-signup input[name=\"company\"]').val(data.user.infos.company);
  4373.               \$('.form-signup input[name=\"phone\"]').val(data.user.infos.phone);
  4374.               \$('.form-signup input[name=\"email\"]').val(data.user.email);
  4375.               \$('.form-signup input[name=\"email\"]').attr('disabled','disabled');
  4376.               \$('.form-signup input[name=\"address\"]').val(data.user.infos.address);
  4377.               \$('.form-signup input[name=\"zipcode\"]').val(data.user.infos.zipcode);
  4378.               \$('.form-signup input[name=\"city\"]').val(data.user.infos.city);
  4379.               if(data.user.country_code != ''){
  4380.                 \$('.form-signup [name=\"country_code\"]').val(data.user.infos.country_code);
  4381.                 \$('.form-signup [name=\"country\"]').val(data.user.infos.country_code);
  4382.               }
  4383.               \$('.form-login').addClass('hide');
  4384.               \$('.form-signup').removeClass('hide');
  4385.               \$('.form-signup .signup').addClass('hide');
  4386.               \$('.to-form-message').prepend(\$('.form-message'));
  4387.               \$('#form_mode').val('logged');
  4388.               \$('.send').removeClass('hide');
  4389.               \$('.login-link').addClass('hide');
  4390.               \$('.form-cgu').addClass('hide');
  4391.             } else {
  4392.               \$('.login_message').show();
  4393.               \$('.login_message').text(data.error);
  4394.             }
  4395.           }, \"json\");
  4396.       });
  4397.       \$('.send').on('click', function (e) {
  4398.           e.preventDefault();
  4399.           var infos = {
  4400.             form_mode: \$('#form_mode').val(),
  4401.             lastname: \$('#form-booking input[name=\"lastname\"]').val(),
  4402.             firstname: \$('#form-booking input[name=\"firstname\"]').val(),
  4403.             company: \$('#form-booking input[name=\"company\"]').val(),
  4404.             phone: \$('#form-booking input[name=\"phone\"]').val(),
  4405.             email: \$('#form-booking input[name=\"email\"]').val(),
  4406.             password: \$('#form-booking input[name=\"password\"]').val(),
  4407.             confirm: \$('#form-booking input[name=\"confirm\"]').val(),
  4408.             address: \$('#form-booking input[name=\"address\"]').val(),
  4409.             zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
  4410.             city: \$('#form-booking input[name=\"city\"]').val(),
  4411.             country: \$('#form-booking select[name=\"country\"] option:selected').text(),
  4412.             country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
  4413.             message: \$('#form-booking textarea[name=\"message\"]').val(),
  4414.             pmr: \$('#pmr').prop('checked'),
  4415.             gift: \$('#gift').prop('checked'),
  4416.             agree: \$('#agree').prop('checked'),
  4417.             gift_user: \$('input[name=\"gift-user\"]').val(),
  4418.           };
  4419.           var form = {
  4420.             palace_resa: palace_resa,
  4421.             infos: infos,
  4422.             email: \$('#form-booking input[name=\"email\"]').val(),
  4423.             password: \$('#form-booking input[name=\"password\"]').val(),
  4424.           };
  4425.           if(sended == false){
  4426.             \$.post('/tunnel/booking/send/{{app.request.locale}}', form, function( data ) {
  4427.               sended = false;
  4428.               console.log(form);
  4429.               console.log(data);
  4430.               \$('.booking_message').hide();
  4431.               if(data.success == true){
  4432.                 \$('.send').remove();
  4433.                 \$('.gift-block').hide();
  4434.                 \$('.bar-menu').hide();
  4435.                 var confirm_message = '<div class=\"text-center pt-3\">\\
  4436.                   <h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
  4437.                   <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>\\
  4438.                   <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>\\
  4439.                   </div>\\
  4440.                 ';
  4441.                 if( \$('html').attr('lang') == 'de' ){
  4442.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  4443.                   <h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
  4444.                   <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>\\
  4445.                   <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>\\
  4446.                   </div>\\
  4447.                 ';
  4448.                 }
  4449.                 if( \$('html').attr('lang') == 'en' ){
  4450.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  4451.                   <h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
  4452.                   <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>\\
  4453.                   <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>\\
  4454.                   </div>\\
  4455.                 ';
  4456.                 }
  4457.                 \$('#form-booking').html(confirm_message);
  4458.   //EFFACER LA RESA
  4459.   localStorage.setItem(\"palace_resa\", null);
  4460.               } else {
  4461.                 \$('.booking_message').show();
  4462.                 \$('.booking_message').text(data.error);
  4463.               }
  4464.             }, \"json\");
  4465.             sended = true;
  4466.           }
  4467.           
  4468.       });
  4469.       \$('.edit-booking').on('click', function (e) {
  4470.           e.preventDefault();
  4471.           var infos = {
  4472.             form_mode: \$('#form_mode').val(),
  4473.             lastname: \$('#form-booking input[name=\"lastname\"]').val(),
  4474.             firstname: \$('#form-booking input[name=\"firstname\"]').val(),
  4475.             company: \$('#form-booking input[name=\"company\"]').val(),
  4476.             phone: \$('#form-booking input[name=\"phone\"]').val(),
  4477.             email: \$('#form-booking input[name=\"email\"]').val(),
  4478.             password: \$('#form-booking input[name=\"password\"]').val(),
  4479.             confirm: \$('#form-booking input[name=\"confirm\"]').val(),
  4480.             address: \$('#form-booking input[name=\"address\"]').val(),
  4481.             zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
  4482.             city: \$('#form-booking input[name=\"city\"]').val(),
  4483.             country: \$('#form-booking select[name=\"country\"] option:selected').text(),
  4484.             country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
  4485.             message: \$('#form-booking textarea[name=\"message\"]').val(),
  4486.             pmr: \$('#pmr').prop('checked'),
  4487.             gift: \$('#gift').prop('checked'),
  4488.             agree: \$('#agree').prop('checked'),
  4489.             gift_user: \$('input[name=\"gift-user\"]').val(),
  4490.           };
  4491.           var form = {
  4492.             booking_id: \$('#booking_id').val(),
  4493.             palace_resa: palace_resa,
  4494.             infos: infos,
  4495.             email: \$('#form-booking input[name=\"email\"]').val(),
  4496.             password: \$('#form-booking input[name=\"password\"]').val(),
  4497.           };
  4498.           if(sended == false){
  4499.             \$.post('/tunnel/booking/resend/{{app.request.locale}}', form, function( data ) {
  4500.               sended = false;
  4501.               console.log(form);
  4502.               console.log(data);
  4503.               \$('.booking_message').hide();
  4504.               if(data.success == true){
  4505.                 \$('.send').remove();
  4506.                 \$('.edit-booking').remove();
  4507.                 \$('.gift-block').hide();
  4508.                 \$('.bar-menu').hide();
  4509.                 var confirm_message = '<div class=\"text-center pt-3\">\\
  4510.                   <h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\\
  4511.                   <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>\\
  4512.                   <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>\\
  4513.                   </div>\\
  4514.                 ';
  4515.                 if( \$('html').attr('lang') == 'de' ){
  4516.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  4517.                   <h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\\
  4518.                   <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>\\
  4519.                   <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>\\
  4520.                   </div>\\
  4521.                 ';
  4522.                 }
  4523.                 if( \$('html').attr('lang') == 'en' ){
  4524.                   var confirm_message = '<div class=\"text-center pt-3\">\\
  4525.                   <h5>Thank you for your interest! Your reservation request has been processed.</h5>\\
  4526.                   <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>\\
  4527.                   <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>\\
  4528.                   </div>\\
  4529.                 ';
  4530.                 }
  4531.                 \$('#form-booking').html(confirm_message);
  4532.   //EFFACER LA RESA
  4533.   localStorage.setItem(\"palace_resa\", null);
  4534.               } else {
  4535.                 \$('.booking_message').show();
  4536.                 \$('.booking_message').text(data.error);
  4537.               }
  4538.             }, \"json\");
  4539.             sended = true;
  4540.           }
  4541.           
  4542.       });
  4543.       /* RESPONSIVE */
  4544.       if( \$( window ).width() <= 1440 ){
  4545.         \$('.espace-content.third .col-md-8').addClass('col-md-7');
  4546.         \$('.espace-content.third .col-md-8').removeClass('col-md-8');
  4547.       }
  4548.     });
  4549.   </script>
  4550.   <script type=\"text/javascript\">
  4551.     \$(document).ready(function() {
  4552.       // {% if places.isIsMajesicFull %}
  4553.       //   setTimeout(() => {
  4554.       //     if( !\$('[data-resto=\"versailles\"]').hasClass('active') ){
  4555.       //       \$('[data-resto=\"versailles\"]').click();
  4556.       //     }
  4557.       //   }, 3000);
  4558.       // {% endif %}
  4559.       // {% if places.isIsVersaillesFull %}
  4560.       //   setTimeout(() => {
  4561.       //     if( !\$('[data-resto=\"majestic\"]').hasClass('active') ){
  4562.       //       \$('[data-resto=\"majestic\"]').click();
  4563.       //     }
  4564.       //   }, 3000);
  4565.       // {% endif %}
  4566.       {% if places.isIsPlaceNormal %}
  4567.         setTimeout(() => {
  4568.           if( \$('#section6 .pn .sel').hasClass('active') ){
  4569.             \$('#section6 .ph .sel').click();
  4570.           }
  4571.         }, 3000);
  4572.       {% endif %}
  4573.       
  4574.       {% if places.isIsPlaceHonneur %}
  4575.         setTimeout(() => {
  4576.           if( \$('#section6 .ph .sel').hasClass('active') ){
  4577.             \$('#section6 .pn .sel').click();
  4578.           }
  4579.         }, 3000);
  4580.       {% endif %}
  4581.       {% if places.isIsPlaceVip %}
  4582.         setTimeout(() => {
  4583.           if( \$('#section6 .vip .sel').hasClass('active') ){
  4584.             \$('#section6 .ph .sel').click();
  4585.             \$('#section6 .pn .sel').click();
  4586.           }
  4587.         }, 3000);
  4588.       {% endif %}
  4589.       {% if places.isIsMiniSuiteFull %}
  4590.         setTimeout(() => {
  4591.           if( parseInt(\$('#section7 .nbr').text()) > 0 ){
  4592.             \$('.step2[data-ref=\"ms\"] a').click();
  4593.             \$('.bar-menu li[data-step=\"1\"] a').click();
  4594.           }
  4595.         }, 3000);
  4596.       {% endif %}
  4597.     });
  4598.   </script>
  4599. {% endblock %}
  4600. ""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");
  4601.     }
  4602. }