templates/FrontBundle/Page/reservation-tunnel.html.twig line 1417

Open in your IDE?
  1. {% extends 'FrontBundle/layout.html.twig' %}
  2. {% block title %}{{ app_sitename }} - {{ page.metaTitle }}{% endblock %}
  3. {% block description %}{{ page.metaDescription }}{% endblock %}
  4. {% block extra_class %}stack fixed visible{% endblock %}
  5. {% block stylesheets %}
  6.   <link href="/front/css/owl.carousel.min.css" rel="stylesheet">
  7.   <link href="/front/css/owl.theme.default.min.css" rel="stylesheet">
  8.   <style>
  9.     .resto_full {
  10.       filter: grayscale(100%);
  11.       pointer-events: none !important;
  12.     }
  13.     .resto_full_banner {
  14.       position: absolute;
  15.       width: 80%;
  16.       background-color: rgba(255,255,255,0.08);
  17.       backdrop-filter: blur(15px);
  18.       -webkit-backdrop-filter: blur(15px);
  19.       border-radius: 15px;
  20.       height: 40px;
  21.       line-height: 40px;
  22.       text-align: center;
  23.       top: calc(50% - 20px);
  24.       left: calc(50% - 40%);
  25.       font-weight: 400;
  26.       font-size: 20px;
  27.       pointer-events: none !important;
  28.     }
  29.     .page_reservation-tunnel .resto .resto_full .cover:hover {
  30.       scale: 1;
  31.     }
  32.     .place_full {
  33.       filter: grayscale(100%);
  34.       pointer-events: none !important;
  35.     }
  36.     .place_full .sel {
  37.       visibility: hidden;
  38.     }
  39.     .ms_full {
  40.       filter: grayscale(100%);
  41.       pointer-events: none !important;
  42.     }
  43.     .ms_full .qty {
  44.       visibility: hidden;
  45.     }
  46.     .form-signup a.fw-semibold{
  47.       transition: transform ease-in 2s;
  48.     }
  49.     .form-signup a.fw-semibold:hover{
  50.       background: #9e1212;
  51.       color: #ffffff !important;
  52.     }
  53.     .menu.ss .boisson {
  54.       color: var(--red) !important;
  55.     }
  56.     .menu.ss .gold .boisson {
  57.       color: var(--gold) !important;
  58.     }
  59.   </style>
  60. {% endblock %}
  61. {% block body %}
  62.     {% include 'FrontBundle/Partial/loader.html.twig' %}
  63.     <div class="tunnel-bg"></div>
  64. {# {{ dump(places) }} #}
  65.     <section class="espace-content third mt-5 pt-5">
  66.       <div class="row mt-5">
  67.         <div class="col-md-12 relative tpmen">    
  68.           <h1 id="" class="no-bar">{{ 'tunnel_title'|tr(tr)|upper|raw }}<span class="full-bar black thin"></span></h1>
  69.           <ul class="bar-menu">
  70.             <li class="active visited" data-step="1"><a href="#">{{ 'tunnel_menu1'|tr(tr)|upper|raw }}</a></li>
  71.             <li data-step="2"><a href="#">{{ 'tunnel_menu2'|tr(tr)|upper|raw }}</a></li>
  72.             <li data-step="3"><a href="#">{{ 'tunnel_menu3'|tr(tr)|upper|raw }}</a></li>
  73.             <li data-step="4"><a href="#">{{ 'tunnel_menu4'|tr(tr)|upper|raw }}</a></li>
  74.             <li data-step="5" style="display: none;"><a href="#">{{ 'tunnel_menu5'|tr(tr)|upper|raw }}</a></li>
  75.           </ul>
  76.         </div>
  77.       </div>
  78.     </section>
  79.     <section id="section1" class="espace-content third thin mt-5 pt-4">
  80.       <div class="row" style="display:none;">
  81.         <div class="col-md-8 relative group">   
  82.           <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>
  83.           <span class="subtitle">{{ 'tunnel_section1_gr_subtitle'|tr(tr)|raw }}</span>
  84.           <div class="mt-3">
  85.             <a href="#" class="btn-primary btn-sm" data-group="individuel">{{ 'tunnel_section1_in'|tr(tr)|raw }}</a>
  86.             <a href="#" class="btn-primary btn-sm m-4" data-group="groupe">{{ 'tunnel_section1_gr'|tr(tr)|raw }}</a>
  87.           </div>
  88.         </div>
  89.       </div>
  90.       <div class="row">
  91.         <div class="col-md-8 relative number mb-5">   
  92.           <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>
  93.           <span class="subtitle">{{ 'tunnel_section1_gr_subtitle'|tr(tr)|raw }}</span>
  94.           <div class="mt-3">
  95.             <a href="#" class="number-minus">-</a>
  96.             <input type="text" class="number-val" value="1" />
  97.             <a href="#" class="number-plus">+</a>
  98.           </div>
  99.         </div>
  100.       </div>
  101.       <div class="row mt-3">
  102.         <div class="col-md-8 relative formula">   
  103.           <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>
  104.           <div class="mt-3 row">
  105.             <div class="col-12">
  106.               <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>
  107.               <a href="#" class="btn-primary btn-sm m-4" data-formula="sansrepas">{{ 'tunnel_section1_formula_sr'|tr(tr)|raw }}</a>
  108.             </div>
  109.           </div>
  110.           <p class="p-0 mt-4 ms-2 parfum hide">{{ 'menus_tarifs_inclu3'|tr(tr) }}.</p>
  111.         </div>
  112.       </div>
  113.     </section>
  114.     <section id="section2" class="espace-content third thin mt-5 pt-4 hide">
  115.       <div class="row">
  116.         <div class="col-md-8 relative">   
  117.           <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>
  118.           <span class="subtitle">{{ 'tunnel_section2_choose'|tr(tr)|raw }}</span>
  119.           <div class="mt-3 row resto">
  120.             <div class="col-md-6 {{ (places.isIsMajesicFull) ? 'resto_full' : '' }}" data-resto="majestic">
  121.               <a href="#" class="cover" style="background-image: url('/front/img/resa_majestic.jpg');">
  122.                 <span>LE MAJESTIC</span>
  123.                 {% if places.isIsMajesicFull %}
  124.                 <div class="resto_full_banner">{{ 'general_full'|tr(tr)|upper|raw }}</div>
  125.                 {% endif %}
  126.               </a>
  127.               <p class="desc">{{ 'tunnel_section2_mj'|tr(tr)|raw }}</p>
  128.               <a href="#" class="arrow majestic-arrow" data-resto="majestic"><img src="/front/img/resa_resto_arrow.svg" alt="next"></a>
  129.             </div>
  130.             <div class="col-md-6 {{ (places.isIsVersaillesFull) ? 'resto_full' : '' }}" data-resto="versailles">
  131.               <a href="#" class="cover" style="background-image: url('/front/img/resa_versailles.jpg');">
  132.                 <span class="gold">LE VERSAILLES</span>
  133.                 {% if places.isIsVersaillesFull %}
  134.                 <div class="resto_full_banner">{{ 'general_full'|tr(tr)|upper|raw }}</div>
  135.                 {% endif %}
  136.               </a>
  137.               <p class="desc">{{ 'tunnel_section2_ve'|tr(tr)|raw }}</p>
  138.               <a href="#" class="arrow versailles-arrow" data-resto="versailles"><img src="/front/img/resa_resto_arrow.svg" alt="next"></a>
  139.             </div>
  140.             
  141.           </div>
  142.           <div class="mt-5 mb-5 row menu majestic hide ss">
  143.             <div class="col-md-6 offset-md-3 col mss">
  144.               <label class="title">{{ 'menus_tarifs_ss_title'|tr(tr)|upper|raw }}</label>
  145.               <div class="content pb-0" style="min-height: 471px;">
  146.                 {{ 'menus_tarifs_ss'|tr(tr)|raw }}
  147.               </div>
  148.               <span class="price" style="border-top: 0px;"></span>
  149.             </div>
  150.           </div>
  151.           {# MAJESTIC #}
  152.           <div class="mt-5 row menu majestic hide show-first">
  153.             <div class="col-md-3 col m1">
  154.               <label class="title">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} PLAISIR</label>
  155.               <div class="content" style="min-height: 629px;">
  156.                 {{ 'menus_tarifs_mjm1'|tr(tr)|raw }}
  157.               </div>
  158.               <span class="price"><i>0</i>,00€</span>
  159.               <div class="qty" data-ref="mj-m1">
  160.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }}  :</span>
  161.                 <div class="controls">
  162.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  163.                   <span class="nbr">0</span>
  164.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  165.                 </div>
  166.               </div>
  167.             </div>
  168.             <div class="col-md-3 col m2">
  169.               <label class="title">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} FESTIVAL</label>
  170.               <div class="content" style="min-height: 629px;">
  171.                 {{ 'menus_tarifs_mjm2'|tr(tr)|raw }}
  172.               </div>
  173.               <span class="price"><i>0</i>,00€</span>
  174.               <div class="qty" data-ref="mj-m2">
  175.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }}  :</span>
  176.                 <div class="controls">
  177.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  178.                   <span class="nbr">0</span>
  179.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  180.                 </div>
  181.               </div>
  182.             </div>
  183. {#            <div class="col-md-3 col m3">
  184.               <label class="title">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  185.               <div class="content" style="min-height: 471px;">
  186.                 <div class="selector">
  187.                   <input type="checkbox" id="mj-m4" class="apple-switch" checked="checked" />
  188.                   <label for="mj-m4">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
  189.                 </div>
  190.                 {{ 'menus_tarifs_mjm3'|tr(tr)|raw }}
  191.               </div>
  192.               <span class="price"><i>0</i>,00€</span>
  193.               <div class="qty" data-ref="mj-m3">
  194.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  195.                 <div class="controls">
  196.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  197.                   <span class="nbr">0</span>
  198.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  199.                 </div>
  200.               </div>
  201.             </div>#}
  202.             <div class="col-md-3 col m3">
  203.               <label class="title">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  204.               <div class="content" style="min-height: 471px;">
  205.                 <div class="selector hide">
  206.                   <input type="checkbox" id="mj-m4" class="apple-switch" checked="checked" />
  207.                   <label for="mj-m4">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
  208.                 </div>
  209.                 {{ 'menus_tarifs_mjm3'|tr(tr)|raw }}
  210.               </div>
  211.               <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>
  212.               <div class="qty" data-ref="mj-m3" style="bottom: 100px;">
  213.                 <span class="intermenu">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  214.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  215.                 <div class="controls">
  216.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  217.                   <span class="nbr">0</span>
  218.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  219.                 </div>
  220.               </div>
  221.               <span class="price price-m4" style="padding-top: 52px;"><i>0</i>,00€</span>
  222.               <div class="qty" data-ref="mj-m4">
  223.                 <span class="intermenu">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  224.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  225.                 <div class="controls">
  226.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  227.                   <span class="nbr">0</span>
  228.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  229.                 </div>
  230.               </div>
  231.             </div>
  232.             <div class="col-md-3 col me">
  233.               <label class="title">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  234.               <div class="content" style="min-height: 629px;">
  235.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  236.               </div>
  237.               <span class="price"><i>0</i>,00€</span>
  238.               <div class="qty" data-ref="mj-me">
  239.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  240.                 <div class="controls">
  241.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  242.                   <span class="nbr">0</span>
  243.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  244.                 </div>
  245.               </div>
  246.             </div>
  247.             <div class="col-md-12">
  248.               <p class="notice hide">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  249.             </div>
  250.           </div>
  251.           {# END MAJESTIC #}
  252.           {# MAJESTIC SECOND #}
  253.           <div class="mt-5 row menu majestic hide show-second">
  254.             <div class="col-md-3 col m1">
  255.               <label class="title">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} PLAISIR</label>
  256.               <div class="content" style="min-height: 629px;">
  257.                 {{ 'menus_tarifs_mjm12'|tr(tr)|raw }}
  258.               
  259.               </div>
  260.               <span class="price"><i>0</i>,00€</span>
  261.               <div class="qty" data-ref="mj-m1">
  262.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  263.                 <div class="controls">
  264.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  265.                   <span class="nbr">0</span>
  266.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  267.                 </div>
  268.               </div>
  269.             </div>
  270.             <div class="col-md-3 col m2">
  271.               <label class="title">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} FESTIVAL</label>
  272.               <div class="content" style="min-height: 629px;">
  273.                 {{ 'menus_tarifs_mjm22'|tr(tr)|raw }}
  274.               </div>
  275.               <span class="price"><i>0</i>,00€</span>
  276.               <div class="qty" data-ref="mj-m2">
  277.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  278.                 <div class="controls">
  279.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  280.                   <span class="nbr">0</span>
  281.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  282.                 </div>
  283.               </div>
  284.             </div>
  285.             <div class="col-md-3 col m3">
  286.               <label class="title">{{ 'menus_tarifs_menuvegan2'|tr(tr)|upper|raw }}</label>
  287.               <div class="content" style="min-height: 471px;">
  288.                 <div class="selector hide">
  289.                   <input type="checkbox" id="mj-m4" class="apple-switch" checked="checked" />
  290.                   <label for="mj-m4">{{ 'menus_tarifs_mjmap'|tr(tr)|title|raw }}</label>
  291.                 </div>
  292.                 
  293.                 {{ 'menus_tarifs_mjm32'|tr(tr)|raw }}
  294.               </div>
  295.               <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>
  296.               <div class="qty" data-ref="mj-m3" style="bottom: 100px;">
  297.                 <span class="intermenu">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  298.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  299.                 <div class="controls">
  300.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  301.                   <span class="nbr">0</span>
  302.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  303.                 </div>
  304.               </div>
  305.               <span class="price price-m4" style="padding-top: 52px;"><i>0</i>,00€</span>
  306.               <div class="qty" data-ref="mj-m4">
  307.                 <span class="intermenu">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  308.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  309.                 <div class="controls">
  310.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  311.                   <span class="nbr">0</span>
  312.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  313.                 </div>
  314.               </div>
  315.             </div>
  316.             <div class="col-md-3 col me">
  317.               <label class="title">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  318.               <div class="content" style="min-height: 629px;">
  319.                 
  320.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  321.               </div>
  322.               <span class="price"><i>0</i>,00€</span>
  323.               <div class="qty" data-ref="mj-me">
  324.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  325.                 <div class="controls">
  326.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  327.                   <span class="nbr">0</span>
  328.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  329.                 </div>
  330.               </div>
  331.             </div>
  332.             <div class="col-md-12">
  333.               <p class="notice hide">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  334.             </div>
  335.           </div>
  336.           {# END MAJESTIC SECOND #}
  337.           {# VERSAILLES #}
  338.           <div class="mt-5 row menu versailles hide show-first">
  339.             <div class="col-md-3 col gold m1">
  340.               <label class="title">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} Élégance</label>
  341.               <div class="content" style="min-height: 748px;">
  342.                 {{ 'menus_tarifs_vem1'|tr(tr)|raw }}
  343.               </div>
  344.               <span class="price"><i>0</i>,00€</span>
  345.               <div class="qty" data-ref="ve-m1">
  346.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  347.                 <div class="controls">
  348.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  349.                   <span class="nbr">0</span>
  350.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  351.                 </div>
  352.               </div>
  353.             </div>
  354.             <div class="col-md-3 col gold m2">
  355.               <label class="title">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} ROYAL</label>
  356.               <div class="content" style="min-height: 748px;">
  357.                 {{ 'menus_tarifs_vem2'|tr(tr)|raw }}
  358.               </div>
  359.               <span class="price"><i>0</i>,00€</span>
  360.               <div class="qty" data-ref="ve-m2">
  361.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  362.                 <div class="controls">
  363.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  364.                   <span class="nbr">0</span>
  365.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  366.                 </div>
  367.               </div>
  368.             </div>
  369. {#            <div class="col-md-3 col gold m3">
  370.               <label class="title">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  371.               <div class="content" style="min-height: 589px;">
  372.               <div class="selector">
  373.                 <input type="checkbox" id="ve-m4" class="apple-switch" checked="checked" />
  374.                 <label for="ve-m4">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
  375.               </div>
  376.                 {{ 'menus_tarifs_vem3'|tr(tr)|raw }}
  377.               </div>
  378.               <span class="price"><i>0</i>,00€</span>
  379.               <div class="qty" data-ref="ve-m3">
  380.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  381.                 <div class="controls">
  382.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  383.                   <span class="nbr">0</span>
  384.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  385.                 </div>
  386.               </div>
  387.             </div>#}
  388.             <div class="col-md-3 col gold m3">
  389.               <label class="title">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  390.               <div class="content" style="min-height: 589px;">
  391.                 <div class="selector hide">
  392.                   <input type="checkbox" id="ve-m4" class="apple-switch" checked="checked" />
  393.                   <label for="ve-m4">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
  394.                 </div>
  395.                 {{ 'menus_tarifs_vem3'|tr(tr)|raw }}
  396.               </div>
  397.               <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>
  398.               <div class="qty" data-ref="ve-m3" style="bottom: 100px;">
  399.                 <span class="intermenu">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  400.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  401.                 <div class="controls">
  402.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  403.                   <span class="nbr">0</span>
  404.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  405.                 </div>
  406.               </div>
  407.               <span class="price price-m4" style="padding-top: 52px;"><i>0</i>,00€</span>
  408.               <div class="qty" data-ref="ve-m4">
  409.                 <span class="intermenu">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  410.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  411.                 <div class="controls">
  412.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  413.                   <span class="nbr">0</span>
  414.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  415.                 </div>
  416.               </div>
  417.             </div>
  418.             <div class="col-md-3 col gold me">
  419.               <label class="title">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  420.               <div class="content" style="min-height: 748px;">
  421.                 
  422.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  423.               </div>
  424.               <span class="price"><i>0</i>,00€</span>
  425.               <div class="qty" data-ref="ve-me">
  426.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  427.                 <div class="controls">
  428.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  429.                   <span class="nbr">0</span>
  430.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  431.                 </div>
  432.               </div>
  433.             </div>
  434.             <div class="col-md-12">
  435.               <p class="notice hide">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  436.             </div>
  437.           </div>
  438.           {# END VERSAILLES #}
  439.           {# VERSAILLES SECOND #}
  440.           <div class="mt-5 row menu versailles hide show-second">
  441.             <div class="col-md-3 col gold m1">
  442.               <label class="title">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} Élégance</label>
  443.               <div class="content" style="min-height: 748px;">
  444.                 {{ 'menus_tarifs_vem12'|tr(tr)|raw }}
  445.               </div>
  446.               <span class="price"><i>0</i>,00€</span>
  447.               <div class="qty" data-ref="ve-m1">
  448.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  449.                 <div class="controls">
  450.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  451.                   <span class="nbr">0</span>
  452.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  453.                 </div>
  454.               </div>
  455.             </div>
  456.             <div class="col-md-3 col gold m2">
  457.               <label class="title">{{ 'menus_tarifs_menu'|tr(tr)|upper|raw }} ROYAL</label>
  458.               <div class="content" style="min-height: 748px;">
  459.                 {{ 'menus_tarifs_vem22'|tr(tr)|raw }}
  460.               </div>
  461.               <span class="price"><i>0</i>,00€</span>
  462.               <div class="qty" data-ref="ve-m2">
  463.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  464.                 <div class="controls">
  465.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  466.                   <span class="nbr">0</span>
  467.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  468.                 </div>
  469.               </div>
  470.             </div>
  471.             <div class="col-md-3 col gold m3">
  472.               <label class="title">{{ 'menus_tarifs_menuvege2'|tr(tr)|upper|raw }}</label>
  473.               <div class="content" style="min-height: 589px;">
  474.               <div class="selector hide">
  475.                 <input type="checkbox" id="ve-m4" class="apple-switch" checked="checked" />
  476.                 <label for="ve-m4">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</label>
  477.               </div>
  478.                 {{ 'menus_tarifs_vem32'|tr(tr)|raw }}
  479.               </div>
  480.               <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>
  481.               <div class="qty" data-ref="ve-m3" style="bottom: 100px;">
  482.                 <span class="intermenu">{{ 'menus_tarifs_mjmap'|tr(tr)|raw }}</span>
  483.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  484.                 <div class="controls">
  485.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  486.                   <span class="nbr">0</span>
  487.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  488.                 </div>
  489.               </div>
  490.               <span class="price price-m4" style="padding-top: 52px;"><i>0</i>,00€</span>
  491.               <div class="qty" data-ref="ve-m4">
  492.                 <span class="intermenu">{{ 'menus_tarifs_mjmsp'|tr(tr)|raw }}</span>
  493.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  494.                 <div class="controls">
  495.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  496.                   <span class="nbr">0</span>
  497.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  498.                 </div>
  499.               </div>
  500.             </div>
  501.             <div class="col-md-3 col gold me">
  502.               <label class="title">{{ 'menus_tarifs_menuenfant2'|tr(tr)|upper|raw }}</label>
  503.               <div class="content" style="min-height: 748px;">
  504.                 
  505.                 {{ 'menus_tarifs_me'|tr(tr)|raw }}
  506.               </div>
  507.               <span class="price"><i>0</i>,00€</span>
  508.               <div class="qty" data-ref="ve-me">
  509.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  510.                 <div class="controls">
  511.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  512.                   <span class="nbr">0</span>
  513.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  514.                 </div>
  515.               </div>
  516.             </div>
  517.             <div class="col-md-12">
  518.               <p class="notice hide">{{ 'tunnel_section2_info'|tr(tr)|raw }}</p>
  519.             </div>
  520.           </div>
  521.           {# END VERSAILLES SECOND #}
  522.         </div>
  523.       </div>
  524.     </section>
  525.     <section id="section22" class="espace-content third thin mt-0 pt-0 hide" style="margin-bottom: 180px;">
  526.       <div class="row">
  527.         <div class="col-md-8 relative">   
  528.           <div class="mt-5 pt-5 row menu">
  529.             <div class="col-md-6 col offset-md-3 okm">
  530.               <label class="title">{{ 'menus_tarifs_ok_title'|tr(tr)|raw }}</label>
  531.               <div class="content pb-0">
  532.                 {{ 'menus_tarifs_ok'|tr(tr)|raw }}
  533.               </div>
  534.               <span class="price" style="border-top: 0px;"></span>
  535. {#              <span class="price"><i>0</i>,00€</span>
  536.               <div class="qty" data-ref="okm">
  537.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  538.                 <div class="controls">
  539.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  540.                   <span class="nbr">0</span>
  541.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  542.                 </div>
  543.               </div>#}
  544.             </div>
  545.           </div>
  546.         </div>
  547.       </div>
  548.     </section>
  549.     <section id="section23" class="espace-content third thin mt-0 pt-0 hide" style="margin-bottom: 180px;">
  550.       <div class="row">
  551.         <div class="col-md-8 relative">   
  552.           <div class="mt-5 pt-5 row menu">
  553.             <div class="col-md-6 col offset-md-3 pam">
  554.               <label class="title">{{ 'menus_tarifs_pa_title'|tr(tr)|raw }}</label>
  555.               <div class="content">
  556.                 {{ 'menus_tarifs_pa'|tr(tr)|raw }}
  557.               </div>
  558.               <span class="price"><i>0</i>,00€</span>
  559.               <div class="qty" data-ref="pam">
  560.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  561.                 <div class="controls">
  562.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  563.                   <span class="nbr">0</span>
  564.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  565.                 </div>
  566.               </div>
  567.             </div>
  568.           </div>
  569.         </div>
  570.       </div>
  571.     </section>
  572.     <section id="section24" class="espace-content third thin mt-0 pt-0 hide" style="margin-bottom: 180px;">
  573.       <div class="row">
  574.         <div class="col-md-8 relative">
  575.           <div class="mt-5 pt-5 row menu">
  576.             <div class="col-md-6 col offset-md-3 hhm">
  577.               <label class="title">{{ 'menus_tarifs_ok_title'|tr(tr)|raw }}</label>
  578.               <div class="content">
  579.                 {{ 'menus_tarifs_hh'|tr(tr)|raw }}
  580.               </div>
  581.               <span class="price"><i>0</i>,00€</span>
  582.               <div class="qty" data-ref="hhm">
  583.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  584.                 <div class="controls">
  585.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  586.                   <span class="nbr">0</span>
  587.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  588.                 </div>
  589.               </div>
  590.             </div>
  591.           </div>
  592.         </div>
  593.       </div>
  594.     </section>
  595.     <section id="section3" class="espace-content third thin mt-5 pt-4 hide">
  596.       <div class="row">
  597.         <div class="col-md-8 relative">   
  598.           <h2>{{ 'tunnel_section3_title'|tr(tr)|raw }}</h2>
  599.           <span class="subtitle">{{ 'tunnel_section3_subtitle'|tr(tr)|raw }}</span>
  600.           <div class="mt-5 pt-5 row menu">
  601.             <div class="col-md-3 col offset-md-3 sp1">
  602.               <label class="title">{{ 'tunnel_section3_sp1_title'|tr(tr)|upper|raw }}</label>
  603.               <div class="content" style="min-height: 96px;">
  604.                 <p>
  605.                   {{ 'tunnel_section3_sp1'|tr(tr)|raw }}
  606.                 </p>
  607.               </div>
  608.               <span class="price"><i>0</i>,00€</span>
  609.               <div class="qty" data-ref="sp1">
  610.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  611.                 <div class="controls">
  612.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  613.                   <span class="nbr">0</span>
  614.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  615.                 </div>
  616.               </div>
  617.             </div>
  618.             <div class="col-md-3 col sp2">
  619.               <label class="title">{{ 'tunnel_section3_sp2_title'|tr(tr)|upper|raw }}</label>
  620.               <div class="content" style="min-height: 96px;">
  621.                 <p>
  622.                   {{ 'tunnel_section3_sp2'|tr(tr)|raw }}
  623.                 </p>
  624.               </div>
  625.               <span class="price"><i>0</i>,00€</span>
  626.               <div class="qty" data-ref="sp2">
  627.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  628.                 <div class="controls">
  629.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  630.                   <span class="nbr">0</span>
  631.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  632.                 </div>
  633.               </div>
  634.             </div>
  635.           </div>
  636.         </div>
  637.       </div>
  638.     </section>
  639.     <section id="section4" class="espace-content third thin mt-5 pt-4 hide">
  640. {# BOISSONS SHOW FIRST #}
  641.       <div class="row show-first">
  642.         <div class="col-md-8 relative">   
  643.           <h2>{{ 'tunnel_section4_title'|tr(tr)|upper|raw }} <span class="sidetitle error">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
  644.           <span class="subtitle">{{ 'tunnel_section4_subtitle'|tr(tr)|raw }}</span>
  645.           <div class="mt-5 pt-5 row menu individuel hide">
  646.             <div class="col-md-3 col offset-md-3 b1">
  647.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} DUO</label>
  648.               <div class="content" style="min-height: 386px;">
  649.                 {{ 'menus_tarifs_duo'|tr(tr)|raw }}
  650.               </div>
  651.               <span class="price"><i>0</i>,00€</span>
  652.               <div class="qty" data-ref="in-b1">
  653.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  654.                 <div class="controls">
  655.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  656.                   <span class="nbr">0</span>
  657.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  658.                 </div>
  659.               </div>
  660.             </div>
  661.             <div class="col-md-3 col b2">
  662.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} PRESTIGO</label>
  663.               <div class="content" style="min-height: 386px;">
  664.                 {{ 'menus_tarifs_prestigo'|tr(tr)|raw }}
  665.               </div>
  666.               <span class="price"><i>0</i>,00€</span>
  667.               <div class="qty" data-ref="in-b2">
  668.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  669.                 <div class="controls">
  670.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  671.                   <span class="nbr">0</span>
  672.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  673.                 </div>
  674.               </div>
  675.             </div>
  676.           </div>
  677.           <div class="mt-5 pt-5 row menu groupe hide">
  678.             <div class="col-md-3 col  b1">
  679.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°1</label>
  680.               <div class="content" style="min-height: 368px;">
  681.                 {{ 'menus_tarifs_b1'|tr(tr)|raw }}
  682.               </div>
  683.               <span class="price"><i>0</i>,00€</span>
  684.               <div class="qty" data-ref="gr-b1">
  685.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  686.                 <div class="controls">
  687.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  688.                   <span class="nbr">0</span>
  689.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  690.                 </div>
  691.               </div>
  692.             </div>
  693.             <div class="col-md-3 col b2">
  694.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°2</label>
  695.               <div class="content" style="min-height: 368px;">
  696.                 {{ 'menus_tarifs_b2'|tr(tr)|raw }}
  697.               </div>
  698.               <span class="price"><i>0</i>,00€</span>
  699.               <div class="qty" data-ref="gr-b2">
  700.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  701.                 <div class="controls">
  702.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  703.                   <span class="nbr">0</span>
  704.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  705.                 </div>
  706.               </div>
  707.             </div>
  708.             <div class="col-md-3 col b3">
  709.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°3</label>
  710.               <div class="content" style="min-height: 368px;">
  711.                 {{ 'menus_tarifs_b3'|tr(tr)|raw }}
  712.               </div>
  713.               <span class="price"><i>0</i>,00€</span>
  714.               <div class="qty" data-ref="gr-b3">
  715.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  716.                 <div class="controls">
  717.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  718.                   <span class="nbr">0</span>
  719.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  720.                 </div>
  721.               </div>
  722.             </div>
  723.             <div class="col-md-3 col b4">
  724.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
  725.               <div class="content" style="min-height: 368px;">
  726.                 {{ 'menus_tarifs_b4'|tr(tr)|raw }}
  727.               </div>
  728.               <span class="price"><i>0</i>,00€</span>
  729.               <div class="qty" data-ref="gr-b4">
  730.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  731.                 <div class="controls">
  732.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  733.                   <span class="nbr">0</span>
  734.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  735.                 </div>
  736.               </div>
  737.             </div>
  738.           </div>
  739. {#          <div class="mt-5 pt-5 row menu groupe hide">
  740.             <div class="col-md-3 col offset-md-3 b4 hide">
  741.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
  742.               <div class="content" style="min-height: 368px;">
  743.                 {{ 'menus_tarifs_b4'|tr(tr)|raw }}
  744.               </div>
  745.               <span class="price"><i>0</i>,00€</span>
  746.               <div class="qty" data-ref="gr-b4">
  747.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  748.                 <div class="controls">
  749.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  750.                   <span class="nbr">0</span>
  751.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  752.                 </div>
  753.               </div>
  754.             </div>
  755.             <div class="col-md-3 col b5 hide">
  756.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°5</label>
  757.               <div class="content" style="min-height: 368px;">
  758.                 {{ 'menus_tarifs_b5'|tr(tr)|raw }}
  759.               </div>
  760.               <span class="price"><i>0</i>,00€</span>
  761.               <div class="qty" data-ref="gr-b5">
  762.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  763.                 <div class="controls">
  764.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  765.                   <span class="nbr">0</span>
  766.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  767.                 </div>
  768.               </div>
  769.             </div>
  770.           </div>#}
  771.         </div>
  772.       </div>
  773. {# BOISSONS SHOW FIRST END #}
  774. {# BOISSONS SHOW SECOND  #}
  775.       <div class="row show-second">
  776.         <div class="col-md-8 relative">   
  777.           <h2>{{ 'tunnel_section4_title'|tr(tr)|upper|raw }} <span class="sidetitle error">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
  778.           <span class="subtitle">{{ 'tunnel_section4_subtitle2'|tr(tr)|raw }}</span>
  779.           <div class="mt-5 pt-5 row menu individuel hide">
  780.             <div class="col-md-3 col offset-md-3 b1">
  781.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} DUO</label>
  782.               <div class="content" style="min-height: 404px;">
  783.                 {{ 'menus_tarifs_duo2'|tr(tr)|raw }}
  784.               
  785.               </div>
  786.               <span class="price"><i>0</i>,00€</span>
  787.               <div class="qty" data-ref="in-b1">
  788.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  789.                 <div class="controls">
  790.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  791.                   <span class="nbr">0</span>
  792.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  793.                 </div>
  794.               </div>
  795.             </div>
  796.             <div class="col-md-3 col b2">
  797.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} PRESTIGO</label>
  798.               <div class="content" style="min-height: 404px;">
  799.                 {{ 'menus_tarifs_prestigo2'|tr(tr)|raw }}
  800.               </div>
  801.               <span class="price"><i>0</i>,00€</span>
  802.               <div class="qty" data-ref="in-b2">
  803.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  804.                 <div class="controls">
  805.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  806.                   <span class="nbr">0</span>
  807.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  808.                 </div>
  809.               </div>
  810.             </div>
  811.           </div>
  812.           <div class="mt-5 pt-5 row menu groupe hide">
  813.             <div class="col-md-3 col offset-md-1-5 b1">
  814.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°1</label>
  815.               <div class="content" style="min-height: 368px;">
  816.                 {{ 'menus_tarifs_b12'|tr(tr)|raw }}
  817.               </div>
  818.               <span class="price"><i>0</i>,00€</span>
  819.               <div class="qty" data-ref="gr-b1">
  820.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  821.                 <div class="controls">
  822.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  823.                   <span class="nbr">0</span>
  824.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  825.                 </div>
  826.               </div>
  827.             </div>
  828.             <div class="col-md-3 col b2">
  829.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°2</label>
  830.               <div class="content" style="min-height: 368px;">
  831.                 
  832.                 {{ 'menus_tarifs_b22'|tr(tr)|raw }}
  833.               </div>
  834.               <span class="price"><i>0</i>,00€</span>
  835.               <div class="qty" data-ref="gr-b2">
  836.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  837.                 <div class="controls">
  838.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  839.                   <span class="nbr">0</span>
  840.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  841.                 </div>
  842.               </div>
  843.             </div>
  844.             <div class="col-md-3 col b3">
  845.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°3</label>
  846.               <div class="content" style="min-height: 368px;">
  847.                 
  848.                 {{ 'menus_tarifs_b32'|tr(tr)|raw }}
  849.               </div>
  850.               <span class="price"><i>0</i>,00€</span>
  851.               <div class="qty" data-ref="gr-b3">
  852.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  853.                 <div class="controls">
  854.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  855.                   <span class="nbr">0</span>
  856.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  857.                 </div>
  858.               </div>
  859.             </div>
  860.           </div>
  861.           <div class="mt-5 pt-5 row menu groupe hide">
  862.             <div class="col-md-3 col offset-md-3 b4">
  863.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°4</label>
  864.               <div class="content" style="min-height: 368px;">
  865.                 {{ 'menus_tarifs_b42'|tr(tr)|raw }}
  866.               </div>
  867.               <span class="price"><i>0</i>,00€</span>
  868.               <div class="qty" data-ref="gr-b4">
  869.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  870.                 <div class="controls">
  871.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  872.                   <span class="nbr">0</span>
  873.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  874.                 </div>
  875.               </div>
  876.             </div>
  877. {#            <div class="col-md-3 col b5">
  878.               <label class="title">{{ 'menus_tarifs_forfait'|tr(tr)|upper|raw }} n°5</label>
  879.               <div class="content" style="min-height: 368px;">
  880.                 
  881.                 {{ 'menus_tarifs_b52'|tr(tr)|raw }}
  882.               </div>
  883.               <span class="price"><i>0</i>,00€</span>
  884.               <div class="qty" data-ref="gr-b5">
  885.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  886.                 <div class="controls">
  887.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  888.                   <span class="nbr">0</span>
  889.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  890.                 </div>
  891.               </div>
  892.             </div>#}
  893.           </div>
  894.         </div>
  895.       </div>
  896. {# BOISSONS SHOW SECOND END #}
  897.     </section>
  898.     <section id="section5" class="espace-content third thin mt-5 pt-4 hide" style="margin-bottom: 180px;">
  899.       <div class="row">
  900.         <div class="col-md-8 relative">   
  901.           <h2>{{ 'tunnel_section5_title'|tr(tr)|raw }}<span class="text-red">{{ 'tunnel_section5_title2'|tr(tr)|raw }}</span></h2>
  902.           <span class="subtitle">{{ 'tunnel_section5_subtitle'|tr(tr)|raw }} </span>
  903.           <div class="mt-5 pt-5 row menu">
  904.             <div class="col-md-3 col offset-md-1-5">
  905.               <label class="title">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 5€</label>
  906.               <div class="content" style="min-height: 132px;">
  907.               
  908.                 {{ 'tunnel_section5_ticket1'|tr(tr)|raw }}
  909.               
  910.               </div>
  911.               <span class="price">5,00€</span>
  912.               <div class="qty" data-ref="tk5">
  913.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  914.                 <div class="controls">
  915.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  916.                   <span class="nbr">0</span>
  917.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  918.                 </div>
  919.               </div>
  920.             </div>
  921.             <div class="col-md-3 col">
  922.               <label class="title">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 8€</label>
  923.               <div class="content" style="min-height: 132px;">
  924.                 {{ 'tunnel_section5_ticket2'|tr(tr)|raw }}
  925.               </div>
  926.               <span class="price">8,00€</span>
  927.               <div class="qty" data-ref="tk8">
  928.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  929.                 <div class="controls">
  930.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  931.                   <span class="nbr">0</span>
  932.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  933.                 </div>
  934.               </div>
  935.             </div>
  936.             <div class="col-md-3 col">
  937.               <label class="title">{{ 'tunnel_section5_ticket'|tr(tr)|raw }} 10€</label>
  938.               <div class="content" style="min-height: 132px;">
  939.                 {{ 'tunnel_section5_ticket3'|tr(tr)|raw }}
  940.               </div>
  941.               <span class="price">10,00€</span>
  942.               <div class="qty" data-ref="tk10">
  943.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  944.                 <div class="controls">
  945.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  946.                   <span class="nbr">0</span>
  947.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  948.                 </div>
  949.               </div>
  950.             </div>
  951.           </div>
  952.         </div>
  953.       </div>
  954.     </section>
  955.     <section id="section6" class="espace-content third thin mt-5 pt-4 hide" style="margin-bottom: 180px;">
  956.       <div class="row">
  957.         <div class="col-md-8 relative">   
  958.           <h2>{{ 'tunnel_section6_title'|tr(tr)|raw }} <span class="sidetitle error">{{ 'tunnel_section1_error'|tr(tr)|raw }}</span></h2>
  959.           <span class="subtitle">{{ 'tunnel_section6_subtitle'|tr(tr)|raw }}</span>
  960.           <div class="mt-5 pt-5 row menu">
  961.           
  962.             <div class="col-md-4 col pn {{ (places.isIsPlaceNormal) ? 'place_full' : '' }}">
  963.               <label class="title">{{ 'menus_tarifs_spectacle_pn'|tr(tr)|raw }}</label>
  964.               {% if places.isIsPlaceNormal %}
  965.               <span class="price" style="font-size: 18px; letter-spacing: 2px;">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  966.               {% else %}
  967.               <span class="price"><i>0</i>,00€</span>
  968.               {% endif %}
  969.               <div class="sel" data-ref="pn">
  970.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  971.               </div>
  972.               <div class="qty" data-ref="pn">
  973.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  974.                 <div class="controls">
  975.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  976.                   <span class="nbr">0</span>
  977.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  978.                 </div>
  979.               </div>
  980.             </div>
  981.             <div class="col-md-4 col ph gold {{ (places.isIsPlaceHonneur) ? 'place_full' : '' }}">
  982.               <label class="title">{{ 'menus_tarifs_spectacle_ph'|tr(tr)|raw }}</label>
  983.               {% if places.isIsPlaceHonneur %}
  984.               <span class="price" style="font-size: 18px; letter-spacing: 2px;">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  985.               {% else %}
  986.               <span class="price"><i>0</i>,00€</span>
  987.               {% endif %}
  988.               <div class="sel" data-ref="ph">
  989.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  990.               </div>
  991.               <div class="qty" data-ref="ph">
  992.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  993.                 <div class="controls">
  994.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  995.                   <span class="nbr">0</span>
  996.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  997.                 </div>
  998.               </div>
  999.             </div>
  1000.             <div class="col-md-4 col vip {{ (places.isIsPlaceVip) ? 'place_full' : '' }}">
  1001.               <label class="title">{{ 'menus_tarifs_spectacle_vip'|tr(tr)|upper|raw }}</label>
  1002.               {% if places.isIsPlaceVip %}
  1003.               <span class="price" style="font-size: 18px; letter-spacing: 2px;">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  1004.               {% else %}
  1005.               <span class="price"><i>0</i>,00€</span>
  1006.               {% endif %}
  1007.               <div class="sel" data-ref="vip">
  1008.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  1009.               </div>
  1010.             </div>
  1011.           </div>
  1012.           <div class="mt-5 pt-5 row no-mobile">
  1013.             <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>
  1014.           </div>
  1015.         </div>
  1016.       </div>
  1017.     </section>
  1018.     <section id="section62" class="espace-content third thin mt-5 pt-4 hide" style="margin-bottom: 180px;">
  1019.       <div class="row">
  1020.         <div class="col-md-8 relative">   
  1021.           <h2>{{ 'tunnel_section62_title'|tr(tr)|upper|raw }}</h2>
  1022.           <div class="mt-5 pt-5 row menu">
  1023.             <div class="col-md-6 offset-md-3 col ok">
  1024.               <label class="title">{{ 'tunnel_section62_entrees'|tr(tr)|raw }}</label>
  1025.               <span class="price"><i>0</i>,00€</span>
  1026.               <div class="sel" data-ref="ok">
  1027.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  1028.               </div>
  1029.               <div class="qty hide" data-ref="ok">
  1030.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  1031.                 <div class="controls">
  1032.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  1033.                   <span class="nbr">0</span>
  1034.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  1035.                 </div>
  1036.               </div>
  1037.             </div>
  1038.           </div>
  1039.         </div>
  1040.       </div>
  1041.     </section>
  1042.     <section id="section63" class="espace-content third thin mt-5 pt-4 hide">
  1043.       <div class="row">
  1044.         <div class="col-md-8 relative">   
  1045.           <h2>{{ 'tunnel_section63_title'|tr(tr)|upper|raw }}</h2>
  1046.           <div class="mt-5 pt-5 row menu">
  1047.             <div class="col-md-6 offset-md-3 col af">
  1048.               <label class="title">{{ 'tunnel_section63_entrees'|tr(tr)|raw }}</label>
  1049.               <span class="price"><i>0</i>,00€</span>
  1050.               <div class="sel" data-ref="af">
  1051.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  1052.               </div>
  1053.               <div class="qty" data-ref="af">
  1054.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  1055.                 <div class="controls">
  1056.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  1057.                   <span class="nbr">0</span>
  1058.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  1059.                 </div>
  1060.               </div>
  1061.             </div>
  1062.           </div>
  1063.         </div>
  1064.       </div>
  1065.     </section>
  1066.     {# NOEL DES ENFANTS #}
  1067.     <section id="section61" class="espace-content third thin mt-5 pt-4 hide" style="margin-bottom: 180px;">
  1068.       <div class="row">
  1069.         <div class="col-md-8 relative">   
  1070.           <h2>{{ 'tunnel_section61_title'|tr(tr)|raw }}</h2>
  1071.           <span class="subtitle">{{ 'tunnel_section61_subtitle'|tr(tr)|raw }}</span>
  1072.           <div class="mt-5 pt-5 row menu">
  1073.             <div class="col-md-6 offset-md-3 col no">
  1074.               <label class="title">{{ 'tunnel_menu3'|tr(tr)|upper|raw }}</label>
  1075.               <div class="content no-avecrepas">
  1076.                 {{ 'tunnel_section61_ar'|tr(tr)|raw }}
  1077.               </div>
  1078.               <div class="content no-sansrepas">
  1079.                 {{ 'tunnel_section61_sr'|tr(tr)|raw }}
  1080.               </div>
  1081.               <span class="price"><i>0</i>,00€</span>
  1082.               <div class="sel" data-ref="no">
  1083.                 <span>{{ 'general_select'|tr(tr)|raw }}</span>
  1084.               </div>
  1085.               <div class="qty" data-ref="no">
  1086.                 <span>{{ 'shop_cart_qty'|tr(tr)|raw }} :</span>
  1087.                 <div class="controls">
  1088.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  1089.                   <span class="nbr">0</span>
  1090.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  1091.                 </div>
  1092.               </div>
  1093.             </div>
  1094.           </div>
  1095.         </div>
  1096.       </div>
  1097.     </section>
  1098.     <section id="section7" class="espace-content third thin mt-5 pt-4 hide" style="margin-bottom: 180px;">
  1099.       <div class="row">
  1100.         <div class="col-md-8 relative">   
  1101.           <h2>{{ 'tunnel_section7_title'|tr(tr)|upper|raw }}</h2>
  1102.           <span class="subtitle">{{ 'tunnel_section7_subtitle'|tr(tr)|raw }}</span>
  1103.           <div class="mt-5 pt-5 row menu {{ (places.isIsMiniSuiteFull) ? 'ms_full' : '' }}">
  1104.             <div class="col-md-6 col ms offset-md-3">
  1105.               <label class="title">{{ 'infos_menu2'|tr(tr)|upper|raw }}</label>
  1106.               <div class="content">
  1107.                 {{ 'tunnel_section7_n1'|tr(tr)|raw }}
  1108.               </div>
  1109.               {% if places.isIsMiniSuiteFull %}
  1110.               <span class="price" style="font-size: 18px; letter-spacing: 2px;">{{ 'general_full'|tr(tr)|upper|raw }}</span>
  1111.               {% else %}
  1112.               <span class="price"><i>0</i>,00€</span>
  1113.               {% endif %}
  1114.               
  1115.               <div class="qty nights active" data-ref="ms">
  1116.                 <span>{{ 'tunnel_section7_n2'|tr(tr)|raw }}</span>
  1117.                 <div class="controls">
  1118.                   <a href="#" class="minus"><img src="/front/img/resa_menu_minus.svg" alt="-" /></a>
  1119.                   <span class="nbr">0</span>
  1120.                   <a href="#" class="plus"><img src="/front/img/resa_menu_plus.svg" alt="+" /></a>
  1121.                 </div>
  1122.               </div>
  1123.             </div>
  1124.           </div>
  1125.           <div class="mt-5 row">
  1126.             <a target="_blank" href="/{{app.request.locale }}/mini-suites" class="mini-suites-link mb-4">{{ 'tunnel_section7_n3'|tr(tr)|raw }}</a>
  1127.             <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>
  1128.           </div>
  1129.         </div>
  1130.       </div>
  1131.     </section>
  1132.     <section id="section8" class="espace-content third thin mt-5 pt-4 hide" style="margin-bottom: 180px;">
  1133.       <div class="row">
  1134.         <div class="col-md-8 relative">   
  1135.           <h2>{{ 'tunnel_section8_title'|tr(tr)|upper|raw }}</h2>
  1136.           <span class="subtitle">{{ 'tunnel_section8_subtitle'|tr(tr)|raw }}</span>
  1137.           <div class="mt-3 row">
  1138.             <form class="m-0 row" id="form-booking">
  1139.             {% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  1140.               <div class="col-md-12 mb-5 form-login">
  1141.                 <h6 class="text-center">{{ 'signup_title'|tr(tr)|raw }}</h6>
  1142.               </div>
  1143.               <div class="col-md-6  form-login">
  1144.                 <label>{{ 'contact_email'|tr(tr)|raw }}*</label>
  1145.                 <input type="email" placeholder="{{ 'contact_email'|tr(tr)|raw  }}*" name="login_username" value="{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}"  />
  1146.                 <label>{{ 'signup_password'|tr(tr)|raw }}*</label>
  1147.                 <input type="password" name="login_password" autocomplete="off" placeholder="{{ 'signup_password'|tr(tr)|raw }}" />
  1148.                 <p class="text-red login_message p-0"></p>
  1149.                 <button id="kt_login_signin_submit" class="btn-primary btn-sm text-center ">{{ 'signup_connexion'|tr(tr)|raw }}</button>
  1150.                 <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>
  1151.                 
  1152.                 <input type="hidden" name="_target_path" value="{{ app.request.get('redirect_to') }}"/>
  1153.                 <input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}"/>
  1154.               </div>
  1155.               <div class="col-md-6 d-flex justify-content-center align-items-center  form-login" style="flex-direction: column;">
  1156.                 <button id="kt_login_signup" class="btn-primary btn-sm text-center active ">{{ 'signup_create'|tr(tr)|raw }}*</button>
  1157.                 <p class="p-0 w-100 text-center mt-2">* {{ 'signup_create2'|tr(tr)|raw }}</p>
  1158.               </div>
  1159.             {% endif %}
  1160.               {% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  1161.               <div class="col-md-12 hide form-signup login-link">
  1162.                 <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>
  1163.               </div>
  1164.               {% endif %}
  1165.               <div class="col-md-6 hide form-signup">
  1166.                 <label>{{ 'contact_nom'|tr(tr)|raw  }}*</label>
  1167.                 <input type="text" placeholder="" name="lastname" value="{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('lastname') }}{% endif %}" />
  1168.                 <label>{{ 'contact_prenom'|tr(tr)|raw  }}*</label>
  1169.                 <input type="text" placeholder="" name="firstname" value="{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('firstname') }}{% endif %}"  />
  1170.                 <label>{{ 'contact_societe'|tr(tr)|raw  }}</label>
  1171.                 <input type="text" placeholder="" name="company" value="{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('company') }}{% endif %}"  />
  1172.                 <label>{{ 'contact_tel'|tr(tr)|raw  }}*</label>
  1173.                 <input type="tel" placeholder="" name="phone" value="{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('phone') }}{% endif %}"  />
  1174.                 <label class="signup">{{ 'contact_email'|tr(tr)|raw  }}*</label>
  1175.                 <input class="signup" type="email" placeholder="" name="email" value="{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}"  />
  1176.                 <label class="signup">{{ 'signup_password'|tr(tr)|raw }}*</label>
  1177.                 <input type="password" placeholder="" name="password" value="" class="signup" />
  1178.                 <label class="signup">{{ 'signup_confirm'|tr(tr)|raw }}*</label>
  1179.                 <input type="password" placeholder="" name="confirm" value="" class="signup" />
  1180.               </div>
  1181.               <div class="col-md-6 hide form-signup">
  1182.                 <label>{{ 'contact_adresse'|tr(tr)|raw  }}*</label>
  1183.                 <input type="text" placeholder="" name="address" value="{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('address1') }}{% endif %}"  />
  1184.                 <label>{{ 'contact_code'|tr(tr)|raw  }}*</label>
  1185.                 <input type="text" placeholder="" name="zipcode" value="{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('zipcode') }}{% endif %}"  />
  1186.                 <label>{{ 'contact_ville'|tr(tr)|raw  }}*</label>
  1187.                 <input type="text" placeholder="" name="city" value="{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('city') }}{% endif %}"  />
  1188.                 <label>{{ 'contact_pays'|tr(tr)|raw  }}*</label>
  1189.                 <input type="hidden" name="country_code" value="{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('country_code') }}{% endif %}">
  1190.                                   <select name="country" required class="form-control country">
  1191.                                     <option value="AF">Afghanistan</option>
  1192.                                     <option value="AX">Åland Islands</option>
  1193.                                     <option value="AL">Albania</option>
  1194.                                     <option value="DZ">Algeria</option>
  1195.                                     <option value="AS">American Samoa</option>
  1196.                                     <option value="AD">Andorra</option>
  1197.                                     <option value="AO">Angola</option>
  1198.                                     <option value="AI">Anguilla</option>
  1199.                                     <option value="AQ">Antarctica</option>
  1200.                                     <option value="AG">Antigua and Barbuda</option>
  1201.                                     <option value="AR">Argentina</option>
  1202.                                     <option value="AM">Armenia</option>
  1203.                                     <option value="AW">Aruba</option>
  1204.                                     <option value="AU">Australia</option>
  1205.                                     <option value="AT">Austria</option>
  1206.                                     <option value="AZ">Azerbaijan</option>
  1207.                                     <option value="BS">Bahamas</option>
  1208.                                     <option value="BH">Bahrain</option>
  1209.                                     <option value="BD">Bangladesh</option>
  1210.                                     <option value="BB">Barbados</option>
  1211.                                     <option value="BY">Belarus</option>
  1212.                                     <option value="BE">Belgium</option>
  1213.                                     <option value="BZ">Belize</option>
  1214.                                     <option value="BJ">Benin</option>
  1215.                                     <option value="BM">Bermuda</option>
  1216.                                     <option value="BT">Bhutan</option>
  1217.                                     <option value="BO">Bolivia, Plurinational State of</option>
  1218.                                     <option value="BQ">Bonaire, Sint Eustatius and Saba</option>
  1219.                                     <option value="BA">Bosnia and Herzegovina</option>
  1220.                                     <option value="BW">Botswana</option>
  1221.                                     <option value="BV">Bouvet Island</option>
  1222.                                     <option value="BR">Brazil</option>
  1223.                                     <option value="IO">British Indian Ocean Territory</option>
  1224.                                     <option value="BN">Brunei Darussalam</option>
  1225.                                     <option value="BG">Bulgaria</option>
  1226.                                     <option value="BF">Burkina Faso</option>
  1227.                                     <option value="BI">Burundi</option>
  1228.                                     <option value="KH">Cambodia</option>
  1229.                                     <option value="CM">Cameroon</option>
  1230.                                     <option value="CA">Canada</option>
  1231.                                     <option value="CV">Cape Verde</option>
  1232.                                     <option value="KY">Cayman Islands</option>
  1233.                                     <option value="CF">Central African Republic</option>
  1234.                                     <option value="TD">Chad</option>
  1235.                                     <option value="CL">Chile</option>
  1236.                                     <option value="CN">China</option>
  1237.                                     <option value="CX">Christmas Island</option>
  1238.                                     <option value="CC">Cocos (Keeling) Islands</option>
  1239.                                     <option value="CO">Colombia</option>
  1240.                                     <option value="KM">Comoros</option>
  1241.                                     <option value="CG">Congo</option>
  1242.                                     <option value="CD">Congo, the Democratic Republic of the</option>
  1243.                                     <option value="CK">Cook Islands</option>
  1244.                                     <option value="CR">Costa Rica</option>
  1245.                                     <option value="CI">Côte d'Ivoire</option>
  1246.                                     <option value="HR">Croatia</option>
  1247.                                     <option value="CU">Cuba</option>
  1248.                                     <option value="CW">Curaçao</option>
  1249.                                     <option value="CY">Cyprus</option>
  1250.                                     <option value="CZ">Czech Republic</option>
  1251.                                     <option value="DK">Denmark</option>
  1252.                                     <option value="DJ">Djibouti</option>
  1253.                                     <option value="DM">Dominica</option>
  1254.                                     <option value="DO">Dominican Republic</option>
  1255.                                     <option value="EC">Ecuador</option>
  1256.                                     <option value="EG">Egypt</option>
  1257.                                     <option value="SV">El Salvador</option>
  1258.                                     <option value="GQ">Equatorial Guinea</option>
  1259.                                     <option value="ER">Eritrea</option>
  1260.                                     <option value="EE">Estonia</option>
  1261.                                     <option value="ET">Ethiopia</option>
  1262.                                     <option value="FK">Falkland Islands (Malvinas)</option>
  1263.                                     <option value="FO">Faroe Islands</option>
  1264.                                     <option value="FJ">Fiji</option>
  1265.                                     <option value="FI">Finland</option>
  1266.                                     <option value="FR" {% if app.request.locale not in ['de'] %}selected{% endif %}>France</option>
  1267.                                     <option value="GF">French Guiana</option>
  1268.                                     <option value="PF">French Polynesia</option>
  1269.                                     <option value="TF">French Southern Territories</option>
  1270.                                     <option value="GA">Gabon</option>
  1271.                                     <option value="GM">Gambia</option>
  1272.                                     <option value="GE">Georgia</option>
  1273.                                     <option value="DE" {% if app.request.locale == 'de' %}selected{% endif %}>Germany</option>
  1274.                                     <option value="GH">Ghana</option>
  1275.                                     <option value="GI">Gibraltar</option>
  1276.                                     <option value="GR">Greece</option>
  1277.                                     <option value="GL">Greenland</option>
  1278.                                     <option value="GD">Grenada</option>
  1279.                                     <option value="GP">Guadeloupe</option>
  1280.                                     <option value="GU">Guam</option>
  1281.                                     <option value="GT">Guatemala</option>
  1282.                                     <option value="GG">Guernsey</option>
  1283.                                     <option value="GN">Guinea</option>
  1284.                                     <option value="GW">Guinea-Bissau</option>
  1285.                                     <option value="GY">Guyana</option>
  1286.                                     <option value="HT">Haiti</option>
  1287.                                     <option value="HM">Heard Island and McDonald Islands</option>
  1288.                                     <option value="VA">Holy See (Vatican City State)</option>
  1289.                                     <option value="HN">Honduras</option>
  1290.                                     <option value="HK">Hong Kong</option>
  1291.                                     <option value="HU">Hungary</option>
  1292.                                     <option value="IS">Iceland</option>
  1293.                                     <option value="IN">India</option>
  1294.                                     <option value="ID">Indonesia</option>
  1295.                                     <option value="IR">Iran, Islamic Republic of</option>
  1296.                                     <option value="IQ">Iraq</option>
  1297.                                     <option value="IE">Ireland</option>
  1298.                                     <option value="IM">Isle of Man</option>
  1299.                                     <option value="IL">Israel</option>
  1300.                                     <option value="IT">Italy</option>
  1301.                                     <option value="JM">Jamaica</option>
  1302.                                     <option value="JP">Japan</option>
  1303.                                     <option value="JE">Jersey</option>
  1304.                                     <option value="JO">Jordan</option>
  1305.                                     <option value="KZ">Kazakhstan</option>
  1306.                                     <option value="KE">Kenya</option>
  1307.                                     <option value="KI">Kiribati</option>
  1308.                                     <option value="KP">Korea, Democratic People's Republic of</option>
  1309.                                     <option value="KR">Korea, Republic of</option>
  1310.                                     <option value="KW">Kuwait</option>
  1311.                                     <option value="KG">Kyrgyzstan</option>
  1312.                                     <option value="LA">Lao People's Democratic Republic</option>
  1313.                                     <option value="LV">Latvia</option>
  1314.                                     <option value="LB">Lebanon</option>
  1315.                                     <option value="LS">Lesotho</option>
  1316.                                     <option value="LR">Liberia</option>
  1317.                                     <option value="LY">Libya</option>
  1318.                                     <option value="LI">Liechtenstein</option>
  1319.                                     <option value="LT">Lithuania</option>
  1320.                                     <option value="LU">Luxembourg</option>
  1321.                                     <option value="MO">Macao</option>
  1322.                                     <option value="MK">Macedonia, the former Yugoslav Republic of</option>
  1323.                                     <option value="MG">Madagascar</option>
  1324.                                     <option value="MW">Malawi</option>
  1325.                                     <option value="MY">Malaysia</option>
  1326.                                     <option value="MV">Maldives</option>
  1327.                                     <option value="ML">Mali</option>
  1328.                                     <option value="MT">Malta</option>
  1329.                                     <option value="MH">Marshall Islands</option>
  1330.                                     <option value="MQ">Martinique</option>
  1331.                                     <option value="MR">Mauritania</option>
  1332.                                     <option value="MU">Mauritius</option>
  1333.                                     <option value="YT">Mayotte</option>
  1334.                                     <option value="MX">Mexico</option>
  1335.                                     <option value="FM">Micronesia, Federated States of</option>
  1336.                                     <option value="MD">Moldova, Republic of</option>
  1337.                                     <option value="MC">Monaco</option>
  1338.                                     <option value="MN">Mongolia</option>
  1339.                                     <option value="ME">Montenegro</option>
  1340.                                     <option value="MS">Montserrat</option>
  1341.                                     <option value="MA">Morocco</option>
  1342.                                     <option value="MZ">Mozambique</option>
  1343.                                     <option value="MM">Myanmar</option>
  1344.                                     <option value="NA">Namibia</option>
  1345.                                     <option value="NR">Nauru</option>
  1346.                                     <option value="NP">Nepal</option>
  1347.                                     <option value="NL">Netherlands</option>
  1348.                                     <option value="NC">New Caledonia</option>
  1349.                                     <option value="NZ">New Zealand</option>
  1350.                                     <option value="NI">Nicaragua</option>
  1351.                                     <option value="NE">Niger</option>
  1352.                                     <option value="NG">Nigeria</option>
  1353.                                     <option value="NU">Niue</option>
  1354.                                     <option value="NF">Norfolk Island</option>
  1355.                                     <option value="MP">Northern Mariana Islands</option>
  1356.                                     <option value="NO">Norway</option>
  1357.                                     <option value="OM">Oman</option>
  1358.                                     <option value="PK">Pakistan</option>
  1359.                                     <option value="PW">Palau</option>
  1360.                                     <option value="PS">Palestinian Territory, Occupied</option>
  1361.                                     <option value="PA">Panama</option>
  1362.                                     <option value="PG">Papua New Guinea</option>
  1363.                                     <option value="PY">Paraguay</option>
  1364.                                     <option value="PE">Peru</option>
  1365.                                     <option value="PH">Philippines</option>
  1366.                                     <option value="PN">Pitcairn</option>
  1367.                                     <option value="PL">Poland</option>
  1368.                                     <option value="PT">Portugal</option>
  1369.                                     <option value="PR">Puerto Rico</option>
  1370.                                     <option value="QA">Qatar</option>
  1371.                                     <option value="RE">Réunion</option>
  1372.                                     <option value="RO">Romania</option>
  1373.                                     <option value="RU">Russian Federation</option>
  1374.                                     <option value="RW">Rwanda</option>
  1375.                                     <option value="BL">Saint Barthélemy</option>
  1376.                                     <option value="SH">Saint Helena, Ascension and Tristan da Cunha</option>
  1377.                                     <option value="KN">Saint Kitts and Nevis</option>
  1378.                                     <option value="LC">Saint Lucia</option>
  1379.                                     <option value="MF">Saint Martin (French part)</option>
  1380.                                     <option value="PM">Saint Pierre and Miquelon</option>
  1381.                                     <option value="VC">Saint Vincent and the Grenadines</option>
  1382.                                     <option value="WS">Samoa</option>
  1383.                                     <option value="SM">San Marino</option>
  1384.                                     <option value="ST">Sao Tome and Principe</option>
  1385.                                     <option value="SA">Saudi Arabia</option>
  1386.                                     <option value="SN">Senegal</option>
  1387.                                     <option value="RS">Serbia</option>
  1388.                                     <option value="SC">Seychelles</option>
  1389.                                     <option value="SL">Sierra Leone</option>
  1390.                                     <option value="SG">Singapore</option>
  1391.                                     <option value="SX">Sint Maarten (Dutch part)</option>
  1392.                                     <option value="SK">Slovakia</option>
  1393.                                     <option value="SI">Slovenia</option>
  1394.                                     <option value="SB">Solomon Islands</option>
  1395.                                     <option value="SO">Somalia</option>
  1396.                                     <option value="ZA">South Africa</option>
  1397.                                     <option value="GS">South Georgia and the South Sandwich Islands</option>
  1398.                                     <option value="SS">South Sudan</option>
  1399.                                     <option value="ES">Spain</option>
  1400.                                     <option value="LK">Sri Lanka</option>
  1401.                                     <option value="SD">Sudan</option>
  1402.                                     <option value="SR">Suriname</option>
  1403.                                     <option value="SJ">Svalbard and Jan Mayen</option>
  1404.                                     <option value="SZ">Swaziland</option>
  1405.                                     <option value="SE">Sweden</option>
  1406.                                     <option value="CH">Switzerland</option>
  1407.                                     <option value="SY">Syrian Arab Republic</option>
  1408.                                     <option value="TW">Taiwan, Province of China</option>
  1409.                                     <option value="TJ">Tajikistan</option>
  1410.                                     <option value="TZ">Tanzania, United Republic of</option>
  1411.                                     <option value="TH">Thailand</option>
  1412.                                     <option value="TL">Timor-Leste</option>
  1413.                                     <option value="TG">Togo</option>
  1414.                                     <option value="TK">Tokelau</option>
  1415.                                     <option value="TO">Tonga</option>
  1416.                                     <option value="TT">Trinidad and Tobago</option>
  1417.                                     <option value="TN">Tunisia</option>
  1418.                                     <option value="TR">Turkey</option>
  1419.                                     <option value="TM">Turkmenistan</option>
  1420.                                     <option value="TC">Turks and Caicos Islands</option>
  1421.                                     <option value="TV">Tuvalu</option>
  1422.                                     <option value="UG">Uganda</option>
  1423.                                     <option value="UA">Ukraine</option>
  1424.                                     <option value="AE">United Arab Emirates</option>
  1425.                                     <option value="GB">United Kingdom</option>
  1426.                                     <option value="US">United States</option>
  1427.                                     <option value="UM">United States Minor Outlying Islands</option>
  1428.                                     <option value="UY">Uruguay</option>
  1429.                                     <option value="UZ">Uzbekistan</option>
  1430.                                     <option value="VU">Vanuatu</option>
  1431.                                     <option value="VE">Venezuela, Bolivarian Republic of</option>
  1432.                                     <option value="VN">Viet Nam</option>
  1433.                                     <option value="VG">Virgin Islands, British</option>
  1434.                                     <option value="VI">Virgin Islands, U.S.</option>
  1435.                                     <option value="WF">Wallis and Futuna</option>
  1436.                                     <option value="EH">Western Sahara</option>
  1437.                                     <option value="YE">Yemen</option>
  1438.                                     <option value="ZM">Zambia</option>
  1439.                                     <option value="ZW">Zimbabwe</option>
  1440.                                   </select>
  1441.                 <div class="form-message text-start">
  1442.                   <label>{{ 'contact_message_full'|tr(tr)|raw  }}</label>
  1443.                   <textarea placeholder="" name="message"></textarea>
  1444.                 </div>
  1445.               </div>
  1446.               <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">
  1447.                 <div style="width: fit-content;">
  1448.                   <input type="checkbox" id="pmr" class="apple-switch" >
  1449.                   <label for="pmr">{{ 'tunnel_section8_pmr'|tr(tr)|raw  }}</label>
  1450.                 </div>
  1451.                 <div style="width: fit-content;">
  1452.                   <svg width="18" height="18" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
  1453.                     <g clip-path="url(#clip0_299_17)">
  1454.                       <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"/>
  1455.                       <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"/>
  1456.                     </g>
  1457.                     <defs>
  1458.                       <clipPath id="clip0_299_17">
  1459.                         <rect width="36" height="36" fill="white"/>
  1460.                       </clipPath>
  1461.                     </defs>
  1462.                   </svg>
  1463.                 </div>
  1464.                 {# <label for="pmr" class="checkbox"><input type="checkbox" id="pmr" />Une ou plusieurs personnes disposent d'un fauteuil roulant (PMR)</label> #}
  1465.               </div>
  1466.               <div class="col-md-12 form-cgu hide mt-3 text-center">
  1467.                 <input type="checkbox" id="agree" class="apple-switch" >
  1468.                 <label for="agree">{{ 'signup_agree'|tr(tr)|raw  }}</label>
  1469.               </div>
  1470.               <div class="col-md-12">
  1471.                 <p class="text-red booking_message text-center mb-0 mt-3 p-0"></p>
  1472.               </div>
  1473.               <button class="send hide">{{ 'contact_envoyer'|tr(tr)|raw  }}</button>
  1474.               <button class="edit-booking hide">{{ 'account_edit_btn'|tr(tr)|raw  }}</button>
  1475.               <input type="hidden" id="form_mode" value="" />
  1476.               <input type="hidden" id="booking_id" value="" />
  1477.             </form>
  1478.           </div>
  1479.           <div class="mt-5 row text-center gift-block">
  1480.               <div class="col-12 mt-4">
  1481.                 <input type="checkbox" id="gift" class="apple-switch" >
  1482.                 <label for="gift">{{ 'tunnel_section8_gift'|tr(tr)|raw  }}</label>
  1483.                 <div class="form-group gift mt-4">
  1484.                   <label>{{ 'tunnel_section8_for'|tr(tr)|raw  }}*</label>
  1485.                   <input type="text" placeholder="" class="form-control" name="gift-user">
  1486.                 </div>
  1487.               </div>
  1488.           </div>
  1489.         </div>
  1490.       </div>
  1491.     </section>
  1492.     <div class="plan-salle">
  1493.       <div class="plan-salle-container">
  1494.         <img id="plan-salle1" alt="plan-salle" class="pls" src="/front/img/plan-salle1.jpg?v=2" />
  1495.         <img id="plan-salle2" alt="plan-salle" class="pls hide" src="/front/img/plan-salle2.jpg?v=2" />
  1496.         <img id="plan-salle3" alt="plan-salle" class="pls hide" src="/front/img/plan-salle3.jpg?v=2" />
  1497.         <span class="plan-close"><img alt="close" src="/front/img/calendar-cross.svg"></span>
  1498.         <p class="text-xs text-center mb-0">{{ 'tunnel_section6_plan2'|tr(tr)|raw }}</p>
  1499.       </div>
  1500.     </div>
  1501.     {% include 'FrontBundle/Partial/resa.html.twig' %}
  1502.     {% include 'FrontBundle/Partial/footer.html.twig' %}
  1503. {% endblock %}
  1504. {% block javascripts %}
  1505.   <script src="/front/js/owl.carousel.min.js"></script>
  1506.   <script type="text/javascript">
  1507.     sended = false;
  1508.     $(document).ready(function() {
  1509.       if( window.innerWidth <= 414 ){
  1510.         $('.majestic.show-first .m1 .content').css('min-height', '350px');
  1511.         $('.majestic.show-first .m2 .content').css('min-height', '350px');
  1512.         $('.majestic.show-first .m3 .content').css('min-height', '295px');
  1513.         $('.majestic.show-first .me .content').css('min-height', '295px');
  1514.         $('.b1 .content').css('min-height', '246px');
  1515.         $('.b2 .content').css('min-height', '246px');
  1516.         $('.versailles.show-first .m1 .content').css('min-height', '400px');
  1517.         $('.versailles.show-first .m2 .content').css('min-height', '400px');
  1518.         $('.versailles.show-first .m3 .content').css('min-height', '362px');
  1519.         $('.versailles.show-first .me .content').css('min-height', '362px');
  1520.         $('.majestic.show-second .m1 .content').css('min-height', '378px');
  1521.         $('.majestic.show-second .m2 .content').css('min-height', '378px');
  1522.         $('.majestic.show-second .m3 .content').css('min-height', '252px');
  1523.         $('.majestic.show-second .me .content').css('min-height', '252px');
  1524.         $('.b1 .content').css('min-height', '246px');
  1525.         $('.b2 .content').css('min-height', '246px');
  1526.         $('.versailles.show-second .m1 .content').css('min-height', '400px');
  1527.         $('.versailles.show-second .m2 .content').css('min-height', '400px');
  1528.         $('.versailles.show-second .m3 .content').css('min-height', '362px');
  1529.         $('.versailles.show-second .me .content').css('min-height', '362px');
  1530.       }
  1531. {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  1532.       $('.form-login').addClass('hide');
  1533.       $('.form-signup').removeClass('hide');
  1534.       $('.form-signup .signup').addClass('hide');
  1535.       $('.to-form-message').prepend($('.form-message'));
  1536.       $('#form_mode').val('logged');
  1537.       $('.send').removeClass('hide');
  1538.       $('.form-cgu').addClass('hide');
  1539. {% endif %}
  1540.       $('#kt_login_signup').on('click', function (e) {
  1541.           e.preventDefault();
  1542.           $('.form-login').addClass('hide');
  1543.           $('.form-signup').removeClass('hide');
  1544.           $('#form_mode').val('register');
  1545.           $('.send').removeClass('hide');
  1546.           $('.form-cgu').removeClass('hide');
  1547.       });
  1548.       $('.return-login').on('click', function (e) {
  1549.           e.preventDefault();
  1550.           $('.form-login').removeClass('hide');
  1551.           $('.form-signup').addClass('hide');
  1552.           $('.form-cgu').addClass('hide');
  1553.       });
  1554.       $('#kt_login_signin_submit').on('click', function (e) {
  1555.           e.preventDefault();
  1556.           var form = {
  1557.             email: $('input[name="login_username"]').val(),
  1558.             password: $('input[name="login_password"]').val(),
  1559.           };
  1560.           $.post('/tunnel/credentials/check/{{app.request.locale}}', form, function( data ) {
  1561.             console.log(data);
  1562.             $('.login_message').hide();
  1563.             if(data.success == true){
  1564.               $('.form-signup input[name="lastname"]').val(data.user.infos.lastname);
  1565.               $('.form-signup input[name="firstname"]').val(data.user.infos.firstname);
  1566.               $('.form-signup input[name="company"]').val(data.user.infos.company);
  1567.               $('.form-signup input[name="phone"]').val(data.user.infos.phone);
  1568.               $('.form-signup input[name="email"]').val(data.user.email);
  1569.               $('.form-signup input[name="email"]').attr('disabled','disabled');
  1570.               $('.form-signup input[name="address"]').val(data.user.infos.address);
  1571.               $('.form-signup input[name="zipcode"]').val(data.user.infos.zipcode);
  1572.               $('.form-signup input[name="city"]').val(data.user.infos.city);
  1573.               if(data.user.country_code != ''){
  1574.                 $('.form-signup [name="country_code"]').val(data.user.infos.country_code);
  1575.                 $('.form-signup [name="country"]').val(data.user.infos.country_code);
  1576.               }
  1577.               $('.form-login').addClass('hide');
  1578.               $('.form-signup').removeClass('hide');
  1579.               $('.form-signup .signup').addClass('hide');
  1580.               $('.to-form-message').prepend($('.form-message'));
  1581.               $('#form_mode').val('logged');
  1582.               $('.send').removeClass('hide');
  1583.               $('.login-link').addClass('hide');
  1584.               $('.form-cgu').addClass('hide');
  1585.             } else {
  1586.               $('.login_message').show();
  1587.               $('.login_message').text(data.error);
  1588.             }
  1589.           }, "json");
  1590.       });
  1591.       $('.send').on('click', function (e) {
  1592.           e.preventDefault();
  1593.           var infos = {
  1594.             form_mode: $('#form_mode').val(),
  1595.             lastname: $('#form-booking input[name="lastname"]').val(),
  1596.             firstname: $('#form-booking input[name="firstname"]').val(),
  1597.             company: $('#form-booking input[name="company"]').val(),
  1598.             phone: $('#form-booking input[name="phone"]').val(),
  1599.             email: $('#form-booking input[name="email"]').val(),
  1600.             password: $('#form-booking input[name="password"]').val(),
  1601.             confirm: $('#form-booking input[name="confirm"]').val(),
  1602.             address: $('#form-booking input[name="address"]').val(),
  1603.             zipcode: $('#form-booking input[name="zipcode"]').val(),
  1604.             city: $('#form-booking input[name="city"]').val(),
  1605.             country: $('#form-booking select[name="country"] option:selected').text(),
  1606.             country_code: $('#form-booking select[name="country"] option:selected').val(),
  1607.             message: $('#form-booking textarea[name="message"]').val(),
  1608.             pmr: $('#pmr').prop('checked'),
  1609.             gift: $('#gift').prop('checked'),
  1610.             agree: $('#agree').prop('checked'),
  1611.             gift_user: $('input[name="gift-user"]').val(),
  1612.           };
  1613.           var form = {
  1614.             palace_resa: palace_resa,
  1615.             infos: infos,
  1616.             email: $('#form-booking input[name="email"]').val(),
  1617.             password: $('#form-booking input[name="password"]').val(),
  1618.           };
  1619.           if(sended == false){
  1620.             $.post('/tunnel/booking/send/{{app.request.locale}}', form, function( data ) {
  1621.               sended = false;
  1622.               console.log(form);
  1623.               console.log(data);
  1624.               $('.booking_message').hide();
  1625.               if(data.success == true){
  1626.                 $('.send').remove();
  1627.                 $('.gift-block').hide();
  1628.                 $('.bar-menu').hide();
  1629.                 var confirm_message = '<div class="text-center pt-3">\
  1630.                   <h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\
  1631.                   <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>\
  1632.                   <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>\
  1633.                   </div>\
  1634.                 ';
  1635.                 if( $('html').attr('lang') == 'de' ){
  1636.                   var confirm_message = '<div class="text-center pt-3">\
  1637.                   <h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\
  1638.                   <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>\
  1639.                   <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>\
  1640.                   </div>\
  1641.                 ';
  1642.                 }
  1643.                 if( $('html').attr('lang') == 'en' ){
  1644.                   var confirm_message = '<div class="text-center pt-3">\
  1645.                   <h5>Thank you for your interest! Your reservation request has been processed.</h5>\
  1646.                   <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>\
  1647.                   <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>\
  1648.                   </div>\
  1649.                 ';
  1650.                 }
  1651.                 $('#form-booking').html(confirm_message);
  1652.   //EFFACER LA RESA
  1653.   localStorage.setItem("palace_resa", null);
  1654.               } else {
  1655.                 $('.booking_message').show();
  1656.                 $('.booking_message').text(data.error);
  1657.               }
  1658.             }, "json");
  1659.             sended = true;
  1660.           }
  1661.           
  1662.       });
  1663.       $('.edit-booking').on('click', function (e) {
  1664.           e.preventDefault();
  1665.           var infos = {
  1666.             form_mode: $('#form_mode').val(),
  1667.             lastname: $('#form-booking input[name="lastname"]').val(),
  1668.             firstname: $('#form-booking input[name="firstname"]').val(),
  1669.             company: $('#form-booking input[name="company"]').val(),
  1670.             phone: $('#form-booking input[name="phone"]').val(),
  1671.             email: $('#form-booking input[name="email"]').val(),
  1672.             password: $('#form-booking input[name="password"]').val(),
  1673.             confirm: $('#form-booking input[name="confirm"]').val(),
  1674.             address: $('#form-booking input[name="address"]').val(),
  1675.             zipcode: $('#form-booking input[name="zipcode"]').val(),
  1676.             city: $('#form-booking input[name="city"]').val(),
  1677.             country: $('#form-booking select[name="country"] option:selected').text(),
  1678.             country_code: $('#form-booking select[name="country"] option:selected').val(),
  1679.             message: $('#form-booking textarea[name="message"]').val(),
  1680.             pmr: $('#pmr').prop('checked'),
  1681.             gift: $('#gift').prop('checked'),
  1682.             agree: $('#agree').prop('checked'),
  1683.             gift_user: $('input[name="gift-user"]').val(),
  1684.           };
  1685.           var form = {
  1686.             booking_id: $('#booking_id').val(),
  1687.             palace_resa: palace_resa,
  1688.             infos: infos,
  1689.             email: $('#form-booking input[name="email"]').val(),
  1690.             password: $('#form-booking input[name="password"]').val(),
  1691.           };
  1692.           if(sended == false){
  1693.             $.post('/tunnel/booking/resend/{{app.request.locale}}', form, function( data ) {
  1694.               sended = false;
  1695.               console.log(form);
  1696.               console.log(data);
  1697.               $('.booking_message').hide();
  1698.               if(data.success == true){
  1699.                 $('.send').remove();
  1700.                 $('.edit-booking').remove();
  1701.                 $('.gift-block').hide();
  1702.                 $('.bar-menu').hide();
  1703.                 var confirm_message = '<div class="text-center pt-3">\
  1704.                   <h5>Merci ! Votre demande de réservation à bien été prise en compte.</h5>\
  1705.                   <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>\
  1706.                   <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>\
  1707.                   </div>\
  1708.                 ';
  1709.                 if( $('html').attr('lang') == 'de' ){
  1710.                   var confirm_message = '<div class="text-center pt-3">\
  1711.                   <h5>Vielen Dank! Ihre Buchungsanfrage wurde berücksichtigt.</h5>\
  1712.                   <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>\
  1713.                   <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>\
  1714.                   </div>\
  1715.                 ';
  1716.                 }
  1717.                 if( $('html').attr('lang') == 'en' ){
  1718.                   var confirm_message = '<div class="text-center pt-3">\
  1719.                   <h5>Thank you for your interest! Your reservation request has been processed.</h5>\
  1720.                   <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>\
  1721.                   <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>\
  1722.                   </div>\
  1723.                 ';
  1724.                 }
  1725.                 $('#form-booking').html(confirm_message);
  1726.   //EFFACER LA RESA
  1727.   localStorage.setItem("palace_resa", null);
  1728.               } else {
  1729.                 $('.booking_message').show();
  1730.                 $('.booking_message').text(data.error);
  1731.               }
  1732.             }, "json");
  1733.             sended = true;
  1734.           }
  1735.           
  1736.       });
  1737.       /* RESPONSIVE */
  1738.       if( $( window ).width() <= 1440 ){
  1739.         $('.espace-content.third .col-md-8').addClass('col-md-7');
  1740.         $('.espace-content.third .col-md-8').removeClass('col-md-8');
  1741.       }
  1742.     });
  1743.   </script>
  1744.   <script type="text/javascript">
  1745.     $(document).ready(function() {
  1746.       // {% if places.isIsMajesicFull %}
  1747.       //   setTimeout(() => {
  1748.       //     if( !$('[data-resto="versailles"]').hasClass('active') ){
  1749.       //       $('[data-resto="versailles"]').click();
  1750.       //     }
  1751.       //   }, 3000);
  1752.       // {% endif %}
  1753.       // {% if places.isIsVersaillesFull %}
  1754.       //   setTimeout(() => {
  1755.       //     if( !$('[data-resto="majestic"]').hasClass('active') ){
  1756.       //       $('[data-resto="majestic"]').click();
  1757.       //     }
  1758.       //   }, 3000);
  1759.       // {% endif %}
  1760.       {% if places.isIsPlaceNormal %}
  1761.         setTimeout(() => {
  1762.           if( $('#section6 .pn .sel').hasClass('active') ){
  1763.             $('#section6 .ph .sel').click();
  1764.           }
  1765.         }, 3000);
  1766.       {% endif %}
  1767.       
  1768.       {% if places.isIsPlaceHonneur %}
  1769.         setTimeout(() => {
  1770.           if( $('#section6 .ph .sel').hasClass('active') ){
  1771.             $('#section6 .pn .sel').click();
  1772.           }
  1773.         }, 3000);
  1774.       {% endif %}
  1775.       {% if places.isIsPlaceVip %}
  1776.         setTimeout(() => {
  1777.           if( $('#section6 .vip .sel').hasClass('active') ){
  1778.             $('#section6 .ph .sel').click();
  1779.             $('#section6 .pn .sel').click();
  1780.           }
  1781.         }, 3000);
  1782.       {% endif %}
  1783.       {% if places.isIsMiniSuiteFull %}
  1784.         setTimeout(() => {
  1785.           if( parseInt($('#section7 .nbr').text()) > 0 ){
  1786.             $('.step2[data-ref="ms"] a').click();
  1787.             $('.bar-menu li[data-step="1"] a').click();
  1788.           }
  1789.         }, 3000);
  1790.       {% endif %}
  1791.     });
  1792.   </script>
  1793. {% endblock %}