var/cache/dev/twig/7d/7d17c9bbb645edd2de928d64b49e7729.php line 50

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @Flexy/FrontBundle/Themes/CoWorking/templates/pages/meeting-room.html.twig */
  14. class __TwigTemplate_9dc528eaf2d9f39f0e9e246ab7700e79 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheets' => [$this'block_stylesheets'],
  24.             'body' => [$this'block_body'],
  25.             'javascripts' => [$this'block_javascripts'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Flexy/FrontBundle/Themes/CoWorking/templates/pages/meeting-room.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Flexy/FrontBundle/Themes/CoWorking/templates/pages/meeting-room.html.twig"));
  40.         $this->parent $this->loadTemplate("@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig""@Flexy/FrontBundle/Themes/CoWorking/templates/pages/meeting-room.html.twig"1);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 4
  48.     public function block_stylesheets($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  55.         // line 5
  56.         $this->displayParentBlock("stylesheets"$context$blocks);
  57.         echo "
  58.  <link rel=\"stylesheet\" href=\"";
  59.         // line 6
  60.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/css/reservation.css"), "html"nulltrue);
  61.         echo "\" />
  62.  
  63. ";
  64.         // line 9
  65.         echo "<style>
  66. .fs-5{
  67.   font-size: 18px !important;
  68. }
  69. .title {
  70. font-family: 'Montserrat', sans-serif;
  71. font-weight:bold;
  72. font-size: 12px;
  73. padding-bottom: 0px;
  74. margin-top: 0px;color:black;
  75. }
  76.   .modal-backdrop.fade.show {
  77.         display: none;
  78. }
  79. i.fa-solid.fa-users {
  80.     font-size: 24px;
  81. }
  82. .col-md-12.col-lg-12.col-sm-12.d-flex.justify-content-end.align-items-end.mb-3 {
  83.     flex: 0 0 86%;
  84. }
  85. i.fa.fa-users {
  86.   font-size: 22px;
  87. }
  88.  
  89.  @media only screen and (max-width: 600px) {
  90.     
  91.       html, body {
  92.                   overflow-x: hidden  !important;
  93.                 }
  94.                 body {
  95.                   position: relative !important;
  96.                 }
  97.     
  98.      .multistep-container .active-button li {
  99.         display: inline-block;
  100.         width: 89px;
  101.      }
  102.     .multistep-container .mutistep-form-area .form-box {
  103.         position: relative;
  104.         top: 35px;
  105.     }
  106.     .col-sm-8.reservation-steeps {
  107.         padding:0px;
  108.     }
  109.     .multistep-container .active-button li:not(:first-child) .round-btn:before {
  110.             left: -114px;
  111.     }
  112.     .smlstyl{
  113.         margin-right:2%;
  114.     }
  115.     .col-sm-6 a{
  116.         margin-right:2%;
  117.     }
  118.     .panel-sticky {
  119.         padding:2px;
  120.     }
  121.     
  122.     
  123.             a#seeDetails {
  124.                 margin-bottom: -11%;
  125.             }
  126.             a#seePrice {
  127.                 float: right;
  128.                 margin-right: 22%;
  129.             }
  130.             
  131.             .col-md-4.float-right{
  132.                 margin-right: 25% !important;
  133.             }
  134.          
  135.     
  136.            
  137. }
  138. #seePrice {
  139.     font-weight: 400 !important;
  140.     width: 170px !important;
  141. }
  142. .titre-page{
  143. margin-top:10px;
  144. font-size: 20px;
  145. line-height:45.29px;
  146. color: #000000;
  147. }
  148.     .imageForMobile{
  149.         display:none;
  150.     } 
  151.     .imageForDesktop{
  152.         display:block;
  153.     }
  154.     
  155.     @media (max-width:767px) {
  156.                 
  157.         .imageForDesktop{
  158.             display:none;
  159.         } 
  160.         .imageForMobile{
  161.             display:block;
  162.         }
  163.         
  164.         .col-sm-8.reservation-steeps{
  165.                 top: 0px
  166.         }
  167.         .divCardsForMobile{
  168.             top: 0px !important;
  169.         }
  170.         .multistep-container .mutistep-form-area{
  171.             margin-top: 25px !important;
  172.         }
  173.         
  174.         
  175.         .titre-page{
  176.               padding-left: 10px;
  177.               font-size: 15px !important;
  178.               line-height: 23.29px !important;
  179.               margin-top: 0px !important;
  180.         }
  181.          .forMobile{
  182.                 margin-top: 5% !important;
  183.         }
  184.         #btnTarifs{
  185.                 padding: 5px  !important;
  186.                 font-size: 12px !important;
  187.         }
  188.         
  189.          #btnInformation{
  190.                    width: 170px !important;
  191.                     font-size: 10px !important;
  192.         }
  193.         #btnReservation{
  194.                 font-size: 10px !important;
  195.                 width: 100px!important;
  196.         }
  197.         .bureaux-desc{
  198.             padding: 15px!important;
  199.         }
  200.        
  201.         .close{
  202.           width:25px !important;
  203.       }
  204.         
  205.       }
  206.     
  207. </style>
  208.   
  209. ";
  210.         
  211.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  212.         
  213.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  214.     }
  215.     // line 164
  216.     public function block_body($context, array $blocks = [])
  217.     {
  218.         $macros $this->macros;
  219.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  220.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  221.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  222.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  223.         // line 165
  224.         echo 
  225.  
  226.  
  227.  
  228.   <img loading=\"lazy\" src=\"";
  229.         // line 171
  230.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/background_SALLEDEREU.png"), "html"nulltrue);
  231.         echo "\" style=\"width: 100%;height: 520px;\" class=\"img-fluid imageForDesktop\" />
  232.       <img loading=\"lazy\" src=\"";
  233.         // line 172
  234.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/bgSalle-reunionMobile.png"), "html"nulltrue);
  235.         echo "\" style=\"width: 100%;\" class=\"img-fluid imageForMobile\" />
  236.   
  237.   <div class=\"container\">
  238.     <div class=\"row\">
  239.       
  240.       <div class=\"col-sm-8 reservation-steeps\" style=\"overflow: hidden;\">
  241.            <div class=\"row\">
  242.                 <div class=\"forMobile\" style=\"display: inline-flex;\">
  243.                   <div class=\"col-sm-6\">
  244.                     <h6 class=\"titre-page\">";
  245.         // line 185
  246.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Réservation Salles de réunion", [], "front"), "html"nulltrue);
  247.         echo "</h6>
  248.                   </div>
  249.                   <div class=\"col-sm-6\" >
  250.                     ";
  251.         // line 189
  252.         echo "                  
  253.                    <a href=\"/themes/coworking/front/images/GRILLEUPDATEDSITEMeetingRooms.pdf\" class=\"btn-res text-center text-light text-uppercase bg-dark\"  id=\"btnTarifs\" style=\"float: right;padding: 8px;border-radius: 6px;font-size:13px;\" target=\"_blank\" > Afficher nos tarifs</a>
  254.                   
  255.                   
  256.                   </div>
  257.                 </div>
  258.             </div>
  259.         
  260.        
  261.         ";
  262.         // line 200
  263.         echo "        <div class=\"container\">
  264.           <div class=\"row\">
  265.              <div class=\"container d-flex justify-content-center align-items-center\">
  266.          
  267.          
  268.     ";
  269.         // line 207
  270.         echo "\t\t\t\t";
  271.         // line 208
  272.         echo "    ";
  273.         // line 209
  274.         echo "    ";
  275.         // line 210
  276.         echo "\t\t\t\t";
  277.         // line 211
  278.         echo "\t\t\t\t";
  279.         // line 212
  280.         echo "\t\t\t\t";
  281.         // line 213
  282.         echo "           
  283.           
  284. \t\t\t\t";
  285.         // line 216
  286.         echo "        </div>
  287.             <div class=\"col-xl-12 divCardsForMobile\" style=\"top: 60px;\" >
  288.               <div class=\"multistep-container\">
  289.                 <div class=\"mutistep-form-area\">
  290.                   <!--  -->
  291.                      <!--  <div class=\"form-box\">
  292.                    
  293.                     <ul class=\"active-button\">
  294.                       <li class=\"active\">
  295.                         <span class=\"round-btn\">1</span>
  296.                       </li>
  297.                       <li>
  298.                         <span class=\"round-btn\">2</span>
  299.                       </li>
  300.                       <li>
  301.                         <span class=\"round-btn\">3</span>
  302.                       </li>
  303.                     </ul>
  304.                     <!--  -->
  305.                   
  306.                        
  307.                             <div class=\"container\" style=\"margin-top:40px;\">
  308.                     
  309.                                 <div class=\"panel\">
  310.                                    
  311.                                      
  312.                                  
  313.                                       
  314.                                              ";
  315.         // line 248
  316.         $context['_parent'] = $context;
  317.         $context['_seq'] = twig_ensure_traversable((isset($context["products"]) || array_key_exists("products"$context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.'248$this->source); })()));
  318.         foreach ($context['_seq'] as $context["_key"] => $context["salle"]) {
  319.             // line 249
  320.             echo "                                          <div class=\"card-brx row mt-3 panel\" style=\"width:auto; border: none; border-radius:17px; box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);\">
  321.                                             <div class=\"col-md-6 col-lg-6 col-sm-12\">
  322.                                               <img loading=\"lazy\" class=\"img-fluid\" src=\"";
  323.             // line 251
  324.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/coworking/shop/products/" twig_get_attribute($this->env$this->source$context["salle"], "image", [], "any"falsefalsefalse251))), "html"nulltrue);
  325.             echo "\" style=\"width:100%; border-radius:6px;margin-top: 10px;\" />
  326.                                             </div>
  327.                 
  328.                                             <div class=\"bureaux-desc col-md-6 col-lg-6 col-sm-12 mt-3\" style=\"font-family:'Roboto',sans-serif; line-height:24px;\">
  329.                                               <div>
  330.                                                    <div style=\"float: right;\">
  331.                                                  ";
  332.             // line 258
  333.             echo "                                                 ";
  334.             // line 259
  335.             echo "                                                 ";
  336.             // line 260
  337.             echo "                                                 <i class=\"fa fa-users\" style=\"color:black;font-size: 15px;color: black;\"></i> 
  338.                                                    </div>
  339.                                                
  340.                                                
  341.                                                 <p class=\"fs-5 title\" >";
  342.             // line 264
  343.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["salle"], "name", [], "any"falsefalsefalse264), "html"nulltrue);
  344.             echo "</p>
  345.                                                 <small style=\" font-family: 'Montserrat', sans-serif;
  346.     font-weight: 600;
  347.     font-size: 12px;
  348.     padding-bottom: 0px;
  349.     margin-top: 0px;
  350.     color: black;\">Capacité maximum ";
  351.             // line 270
  352.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["salle"], "valueReduction", [], "any"falsefalsefalse270), "html"nulltrue);
  353.             echo "</small>
  354.                                                            <a class=\"float-left\" href=\"#\"  id=\"seePrice\" style=\"white-space:nowrap;padding-top: 10px;padding-right: 10px;text-decoration:none;font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;color: #020202;font-weight: 800;\">À partir de<br> ";
  355.             // line 271
  356.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["salle"], "price", [], "any"falsefalsefalse271), "html"nulltrue);
  357.             echo "* MAD TTC / 
  358.                                                            
  359.                                                         ";
  360.             // line 273
  361.             if ((twig_get_attribute($this->env$this->source$context["salle"], "price", [], "any"falsefalsefalse273) < 121)) {
  362.                 echo " Heure ";
  363.             } else {
  364.                 echo " Demi-journée ";
  365.             }
  366.             // line 274
  367.             echo "                                                           
  368.                                                            </a>
  369.                                                        <br><br><br><br>
  370.                                                       
  371.                                                         <a  href=\"#\" data-toggle=\"modal\" id=\"seeDetails\" data-target=\"#aynModal";
  372.             // line 278
  373.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["salle"], "id", [], "any"falsefalsefalse278), "html"nulltrue);
  374.             echo "\"style=\"padding: 10px;text-decoration: none;width: 129px;font-size: 13px;font-family: 'PT Sans', sans-serif;letter-spacing: 2px;/* float: right; */color: #020202;text-decoration: underline;margin-right: 10px;margin-right: 10px;font-weight: 800;\"><u>Voir Details</u></a>
  375.                                                        <a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"";
  376.             // line 279
  377.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationMeetingstep1", ["id" => twig_get_attribute($this->env$this->source$context["salle"], "id", [], "any"falsefalsefalse279)]), "html"nulltrue);
  378.             echo "\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\"> Réserver </a>
  379.                                                         
  380.                                                <span class=\"title\" style=\"float: right;text-align: center;\" > </span>
  381.                                            
  382.                                                 <div style=\"color:rgba(107, 111, 123, 1); line-height:20px; font-size:13px; font-weight:400;\">
  383.                                                   <!--<p style=\"padding-top: 0px;\">";
  384.             // line 284
  385.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["salle"], "description", [], "any"falsefalsefalse284), "html"nulltrue);
  386.             echo "</p>-->
  387.                                                  
  388.                                                 </div>
  389.                                               </div>
  390.                                             </div>
  391.                 
  392.                                              <div class=\"col-md-12 col-lg-12 col-sm-12 d-flex justify-content-end align-items-end mb-3\">
  393.                                                
  394.                                                  <div class=\"row\">
  395.                                                         ";
  396.             // line 294
  397.             echo "                                                        ";
  398.             // line 295
  399.             echo "                                                        ";
  400.             // line 296
  401.             echo "                                                        ";
  402.             // line 297
  403.             echo "                                                        ";
  404.             // line 298
  405.             echo "                                                        ";
  406.             // line 299
  407.             echo "                                                        ";
  408.             // line 300
  409.             echo "                                                        ";
  410.             // line 301
  411.             echo "                                                        ";
  412.             // line 302
  413.             echo "                                                        
  414.                                                         ";
  415.             // line 304
  416.             echo "                                                        ";
  417.             // line 305
  418.             echo "                                                        ";
  419.             // line 306
  420.             echo "                                                </div>
  421.                                             </div>
  422.                                           </div>
  423.                                   
  424.                                    
  425.                                 ";
  426.         }
  427.         $_parent $context['_parent'];
  428.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['salle'], $context['_parent'], $context['loop']);
  429.         $context array_intersect_key($context$_parent) + $_parent;
  430.         // line 311
  431.         echo 
  432.                                 </div>
  433.                                 
  434.                             </div>
  435.                             
  436.                            
  437.                      
  438.  
  439.                     </form>
  440.                   </div>
  441.                   <!--  -->
  442.                   
  443.                  
  444.                   <!--  -->
  445.                 </div>
  446.               </div>
  447.             </div>
  448.           </div>
  449.         </div>
  450.         
  451.     ";
  452.         // line 335
  453.         echo "    ";
  454.         // line 336
  455.         echo "    ";
  456.         // line 337
  457.         echo "    ";
  458.         // line 338
  459.         echo "    ";
  460.         // line 339
  461.         echo "    
  462.     ";
  463.         // line 341
  464.         echo "    ";
  465.         // line 342
  466.         echo "    ";
  467.         // line 343
  468.         echo "    ";
  469.         // line 344
  470.         echo "    ";
  471.         // line 345
  472.         echo "    ";
  473.         // line 346
  474.         echo "    
  475.     ";
  476.         // line 348
  477.         echo "    ";
  478.         // line 349
  479.         echo "    ";
  480.         // line 350
  481.         echo "    ";
  482.         // line 351
  483.         echo "    ";
  484.         // line 352
  485.         echo "    ";
  486.         // line 353
  487.         echo "    \t\t\t\t\t\t\t\t\t\t\t";
  488.         // line 354
  489.         echo "    \t\t\t\t\t\t\t\t\t\t\t";
  490.         // line 355
  491.         echo "    \t\t\t\t\t\t\t\t\t\t\t";
  492.         // line 356
  493.         echo "    \t\t\t\t\t\t\t\t\t\t\t";
  494.         // line 357
  495.         echo "    \t\t\t\t\t\t\t\t\t\t\t";
  496.         // line 358
  497.         echo "    ";
  498.         // line 359
  499.         echo "    \t\t\t\t\t\t\t\t\t\t
  500.     ";
  501.         // line 361
  502.         echo "    \t\t\t\t\t\t\t\t\t
  503.     ";
  504.         // line 363
  505.         echo "    \t\t\t\t\t\t\t\t\t\t    
  506.     ";
  507.         // line 365
  508.         echo "    ";
  509.         // line 366
  510.         echo "    ";
  511.         // line 367
  512.         echo "    ";
  513.         // line 368
  514.         echo "                       
  515.     ";
  516.         // line 370
  517.         echo "    ";
  518.         // line 371
  519.         echo "    ";
  520.         // line 372
  521.         echo "    \t\t\t\t\t\t\t\t\t\t   
  522.     
  523.     ";
  524.         // line 375
  525.         echo "    \t\t\t\t\t\t\t\t\t\t\t\t";
  526.         // line 376
  527.         echo "    \t\t\t\t\t\t\t\t\t\t\t\t";
  528.         // line 377
  529.         echo "    \t\t\t\t\t\t\t\t\t\t\t\t";
  530.         // line 378
  531.         echo "    \t\t\t\t\t\t\t\t\t\t\t\t";
  532.         // line 379
  533.         echo "    \t\t\t\t\t\t\t\t\t\t\t\t";
  534.         // line 380
  535.         echo "    \t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  536.     \t\t\t\t\t\t\t\t\t\t\t\t";
  537.         // line 382
  538.         echo "    \t\t\t\t\t\t\t\t\t\t\t\t";
  539.         // line 383
  540.         echo "    ";
  541.         // line 384
  542.         echo "    ";
  543.         // line 385
  544.         echo "    ";
  545.         // line 386
  546.         echo "    ";
  547.         // line 387
  548.         echo "    ";
  549.         // line 388
  550.         echo "    ";
  551.         // line 389
  552.         echo "    ";
  553.         // line 390
  554.         echo "    ";
  555.         // line 391
  556.         echo "    ";
  557.         // line 392
  558.         echo "    ";
  559.         // line 393
  560.         echo "    ";
  561.         // line 394
  562.         echo "    ";
  563.         // line 395
  564.         echo "    ";
  565.         // line 396
  566.         echo "    ";
  567.         // line 397
  568.         echo "    ";
  569.         // line 398
  570.         echo "    ";
  571.         // line 399
  572.         echo "    ";
  573.         // line 400
  574.         echo "    ";
  575.         // line 401
  576.         echo "    ";
  577.         // line 402
  578.         echo "    ";
  579.         // line 403
  580.         echo "    ";
  581.         // line 404
  582.         echo "    \t\t\t\t\t\t\t\t\t\t\t
  583.     ";
  584.         // line 406
  585.         echo "    ";
  586.         // line 407
  587.         echo "    \t\t\t\t\t\t\t\t\t\t\t\t\t
  588.     ";
  589.         // line 409
  590.         echo "    ";
  591.         // line 410
  592.         echo "    ";
  593.         // line 411
  594.         echo "    \t\t\t\t\t\t\t\t\t\t\t\t\t    
  595.     ";
  596.         // line 413
  597.         echo "    ";
  598.         // line 414
  599.         echo "    ";
  600.         // line 415
  601.         echo "    \t\t\t\t\t\t\t\t\t\t\t\t
  602.     ";
  603.         // line 417
  604.         echo "    ";
  605.         // line 418
  606.         echo "    ";
  607.         // line 419
  608.         echo "    
  609.     
  610.     ";
  611.         // line 422
  612.         echo "    ";
  613.         // line 423
  614.         echo "    ";
  615.         // line 424
  616.         echo "    ";
  617.         // line 425
  618.         echo "    ";
  619.         // line 426
  620.         echo "
  621. ";
  622.         // line 428
  623.         $context['_parent'] = $context;
  624.         $context['_seq'] = twig_ensure_traversable((isset($context["products"]) || array_key_exists("products"$context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.'428$this->source); })()));
  625.         foreach ($context['_seq'] as $context["_key"] => $context["salle"]) {
  626.             // line 429
  627.             echo "    <div class=\"modal fade\" id=\"aynModal";
  628.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["salle"], "id", [], "any"falsefalsefalse429), "html"nulltrue);
  629.             echo "\">
  630. \t\t\t\t\t\t\t<div class=\"modal-dialog modal-lg\">
  631. \t\t\t\t\t\t\t\t<div
  632. \t\t\t\t\t\t\t\t\tclass=\"modal-content\">
  633. \t\t\t\t\t\t\t\t\t<!-- Modal Header -->
  634. \t\t\t\t\t\t\t\t\t<div class=\"modal-header\" style=\"justify-content: end;\">
  635. \t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" style=\"background: #ffffff;font-size: 27px;width:30px;border: 1px solid #878787;\">&times;</button>
  636. \t\t\t\t\t\t\t\t\t</div>
  637. \t\t\t\t\t\t\t\t\t<div class=\"container\">
  638. \t\t\t\t\t\t\t\t\t\t<div class=\"row\">
  639. \t\t\t\t\t\t\t\t\t\t\t 
  640. \t\t\t\t\t\t\t\t\t\t\t\t<h2 style=\"font-size:25px;font-wight:bold;margin-top:5%;\">";
  641.             // line 442
  642.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["salle"], "name", [], "any"falsefalsefalse442), "html"nulltrue);
  643.             echo "</h2>
  644. \t\t\t\t\t\t\t\t\t\t <p class=\"text-muted mt-3\"><small>";
  645.             // line 443
  646.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["salle"], "shortDescription", [], "any"falsefalsefalse443), "html"nulltrue);
  647.             echo "</small></p>
  648. \t\t\t\t\t\t\t\t\t\t\t
  649. \t\t\t\t\t\t\t\t\t\t\t
  650. \t\t\t\t\t\t\t\t\t\t\t";
  651.             // line 447
  652.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  653.             // line 448
  654.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  655.             // line 449
  656.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  657.             // line 450
  658.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  659.             // line 451
  660.             echo "\t\t\t\t\t\t\t\t\t\t</div>
  661. \t\t\t\t\t\t\t\t\t\t
  662. \t\t\t\t\t\t\t\t\t\t<!-- Modal body -->
  663. \t\t\t\t\t\t\t\t\t
  664. \t\t\t\t\t\t\t\t\t\t<div class=\"modal-body\">
  665. \t\t\t\t\t\t\t\t\t\t    
  666. \t\t\t\t\t\t\t\t\t\t   <img loading=\"lazy\" src=\"";
  667.             // line 457
  668.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/coworking/shop/products/" twig_get_attribute($this->env$this->source$context["salle"], "image", [], "any"falsefalsefalse457))), "html"nulltrue);
  669.             echo "\"  id=\"main\">
  670.                                             <div id=\"thumbnails\">
  671.                                                  ";
  672.             // line 459
  673.             $context['_parent'] = $context;
  674.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["salle"], "images", [], "any"falsefalsefalse459));
  675.             foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  676.                 echo 
  677.                                               <img loading=\"lazy\" src=\"/uploads/coworking/detail/";
  678.                 // line 460
  679.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["image"], "path", [], "any"falsefalsefalse460), "html"nulltrue);
  680.                 echo "\">
  681.                    
  682.                                             ";
  683.             }
  684.             $_parent $context['_parent'];
  685.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['image'], $context['_parent'], $context['loop']);
  686.             $context array_intersect_key($context$_parent) + $_parent;
  687.             // line 463
  688.             echo "                                             <img loading=\"lazy\" src=\"";
  689.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/coworking/shop/products/" twig_get_attribute($this->env$this->source$context["salle"], "image", [], "any"falsefalsefalse463))), "html"nulltrue);
  690.             echo "\">
  691.                                             </div>
  692.                                             \t\t\t\t\t\t\t\t\t\t   
  693.                                             
  694. \t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"margin-top:5%;\">
  695. \t\t\t\t\t\t\t\t\t\t\t\t";
  696.             // line 469
  697.             echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  698.             // line 470
  699.             echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  700.             // line 471
  701.             echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  702.             // line 472
  703.             echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  704.             // line 473
  705.             echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  706. \t\t\t\t\t\t\t\t\t\t\t\t";
  707.             // line 475
  708.             echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  709.             // line 476
  710.             echo "\t\t\t\t\t\t\t\t\t<div class=\"col-md-12\">
  711.     \t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">Services</p>
  712.     \t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
  713. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><b>Restaurant Melliber :</b> Dans une atmosphère conviviale et accueillante, notre restaurant partage gracieusement un bouquet de saveurs, du petit déjeuner au dîner</li>
  714. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Hammam & Spa :</b> Notre spa offre un refuge tranquille avec une variété de soins relaxants. Profitez de massages apaisants, de hammams revigorants et d'autres thérapies régénérantes conçues pour revitaliser votre corps et votre esprit</li>
  715. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Salon de coiffure et de bien-être :</b> Notre salon de beauté et de bien-être propose des services experts de manucure, pédicure et coiffure pour hommes et femmes. C'est l'endroit idéal pour être au meilleur de sa forme.</li>
  716. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Parking :</b> Notre établissement dispose également d'un vaste parking, garantissant un stationnement pratique et sécurisé pour tous nos membres et invités</li>
  717. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Events & Exhibition : </b>Le Cowork&Live by Melliber propose régulièrement des événements variés, allant des concours de cuisine aux séminaires en comptabilité, en passant par des expositions de peinture. Nous créons ainsi un environnement dynamique qui allie travail, apprentissage et culture pour enrichir vos expériences.</li>
  718. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>2 kitchenettes :</b> Nos kitchenettes sont entièrement équipées, y compris des minibars et d'autres commodités, offrant à nos membres tout ce dont ils ont besoin pour une expérience culinaire pratique et agréable</li>
  719. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Salle de Fitness :</b> Notre centre de fitness est équipé d'installations de premier ordre et propose diverses options d'entraînement pour répondre à tous les besoins et préférences.</li>
  720. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Espace gaming :</b> Notre espace de jeux comprend des jeux d'arcade, un baby-foot et une table de billard américain, offrant divertissement et détente à tous nos membres.</li>
  721. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Services suplémetaires :</b> Options additionnelles permettant aux clients de personnaliser leur expérience avec des équipements techniques et des services, pour répondre à des besoins spécifiques lors de la location de salles ou de bureaux</li>
  722. \t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  723. \t\t\t\t\t\t\t\t\t\t\t\t\t 
  724. \t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
  725.     \t\t\t\t\t\t\t\t\t\t\t\t</div>
  726. \t\t\t\t\t\t\t\t\t\t\t</div>
  727. \t\t\t\t\t\t\t\t\t\t\t
  728. \t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">
  729. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-12\">
  730. \t\t\t\t\t\t\t\t\t\t\t\t    
  731. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/themes/coworking/front/images/GRILLEUPDATEDSITEMeetingRooms.pdf\" target=\"_blank\" class=\"\"  id=\"btnInformation\" style=\"padding:10px; text-decoration:none; width:200px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:left;margin-top:5%; margin-bottom:5%;font-size: 13px;text-decoration: underline;font-weight: 800;color:black !important;\">
  732.     \t\t\t\t\t\t\t\t\t\t\t\t     Plus d'information
  733.     \t\t\t\t\t\t\t\t\t\t\t\t</a>
  734.     \t\t\t\t\t\t\t\t\t\t\t\t\t    
  735. \t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"";
  736.             // line 501
  737.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationMeetingstep1", ["id" => twig_get_attribute($this->env$this->source$context["salle"], "id", [], "any"falsefalsefalse501)]), "html"nulltrue);
  738.             echo "\" id=\"btnReservation\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\">
  739. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  740.             // line 502
  741.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Réserver", [], "front"), "html"nulltrue);
  742.             echo "
  743. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  744. \t\t\t\t\t\t\t\t\t\t\t\t
  745. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  746. \t\t\t\t\t\t\t\t\t\t\t</div>
  747. \t\t\t\t\t\t\t\t\t\t</div>
  748. \t\t\t\t\t\t\t\t\t</div>
  749. \t\t\t\t\t\t\t\t</div>
  750. \t\t\t\t\t\t\t</div>
  751. \t\t\t\t\t\t</div>
  752. ";
  753.         }
  754.         $_parent $context['_parent'];
  755.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['salle'], $context['_parent'], $context['loop']);
  756.         $context array_intersect_key($context$_parent) + $_parent;
  757.         // line 515
  758.         echo "
  759.       </div>
  760.     </div>
  761.   
  762. ";
  763.         
  764.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  765.         
  766.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  767.     }
  768.     // line 528
  769.     public function block_javascripts($context, array $blocks = [])
  770.     {
  771.         $macros $this->macros;
  772.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  773.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  774.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  775.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  776.         // line 529
  777.         echo "  <!-- MAIN CONTENT -->
  778. <script src=\"https://code.jquery.com/jquery-3.4.1.min.js\" integrity=\"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=\" crossorigin=\"anonymous\"></script>
  779. <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
  780. <script type=\"text/javascript\" src=\"chosen/chosen.jquery.min.js\"></script>
  781. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.jquery.js\"></script>
  782.   <script>
  783.        \$(document).ready(function () {
  784.         
  785.         
  786.              
  787.       \$(\"#seeDetails\").click(function(){
  788.           \$(\".panel-sticky\").css('z-index','0');
  789.       });
  790.        \$(\".close\").click(function(){
  791.           \$(\".panel-sticky\").css('z-index','9999999');
  792.       });
  793.       \$(\"#selectAdon\").chosen();
  794.       \$('.multistep-container .form-box .button-row .next').click(function () {
  795.         \$(this).parents('.form-box').fadeOut('fast')
  796.         \$(this).parents('.form-box').next().fadeIn('fast')
  797.       })
  798.       \$('.multistep-container .form-box .button-row .previous').click(function () {
  799.         \$(this).parents('.form-box').fadeOut('fast')
  800.         \$(this).parents('.form-box').prev().fadeIn('fast')
  801.       })
  802.       
  803.     
  804.       
  805.       \$('.ReserveNext').click(function () {
  806.         \$(this).parents('.form-box').fadeOut('fast')
  807.         \$(this).parents('.form-box').next().fadeIn('fast')
  808.       })
  809.       \$('.ReservePrevious').click(function () {
  810.         \$(this).parents('.form-box').fadeOut('fast')
  811.         \$(this).parents('.form-box').prev().fadeIn('fast')
  812.       })
  813.     
  814.     
  815.      
  816.     
  817.     
  818.     
  819.     
  820.     
  821.     
  822.     /**/
  823.       var stickyHeaders = (function() {
  824.   var \$window = \$(window),
  825.       \$stickies;
  826.   var load = function(stickies) {
  827.     if (typeof stickies === \"object\" && stickies instanceof jQuery && stickies.length > 0) {
  828.       \$stickies = stickies.each(function() {
  829.         var \$thisSticky = \$(this).wrap('<div class=\"followWrap\" />');
  830.   
  831.         \$thisSticky
  832.             .data('originalPosition', \$thisSticky.offset().top)
  833.             .data('originalHeight', \$thisSticky.outerHeight())
  834.               .parent()
  835.               .height(\$thisSticky.outerHeight()); \t\t\t  
  836.       });
  837.       \$window.off(\"scroll.stickies\").on(\"scroll.stickies\", function() {
  838. \t\t  _whenScrolling();\t\t
  839.       });
  840.     }
  841.   };
  842.   var _whenScrolling = function() {
  843.     \$stickies.each(function(i) {\t\t\t
  844.       var \$thisSticky = \$(this),
  845.           \$stickyPosition = \$thisSticky.data('originalPosition');
  846.       
  847.       console.log(\$thisSticky.data('num') + ' is at' + \$stickyPosition);
  848.       if (\$stickyPosition <= \$window.scrollTop()) {        
  849.         
  850.         var \$nextSticky = \$stickies.eq(i + 1),
  851.             \$nextStickyPosition = \$nextSticky.data('originalPosition') - \$thisSticky.data('originalHeight');
  852.         \$thisSticky.addClass(\"fixed\");
  853.         if (\$nextSticky.length > 0 && \$thisSticky.offset().top >= \$nextStickyPosition) {
  854.           \$thisSticky.addClass(\"absolute\").css(\"top\", \$nextStickyPosition);
  855.         }
  856.       } else {
  857.         
  858.         var \$prevSticky = \$stickies.eq(i - 1);
  859.         \$thisSticky.removeClass(\"fixed\");
  860.         if (\$prevSticky.length > 0 && \$window.scrollTop() <= \$thisSticky.data('originalPosition') - \$thisSticky.data('originalHeight')) {
  861.           \$prevSticky.removeClass(\"absolute\").removeAttr(\"style\");
  862.         }
  863.       }
  864.     });
  865.   };
  866.   return {
  867.     load: load
  868.   };
  869. })();
  870. \$(function() {
  871.   stickyHeaders.load(\$(\".followMeBar\"));
  872. });
  873.   </script>
  874. ";
  875.         
  876.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  877.         
  878.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  879.     }
  880.     public function getTemplateName()
  881.     {
  882.         return "@Flexy/FrontBundle/Themes/CoWorking/templates/pages/meeting-room.html.twig";
  883.     }
  884.     public function isTraitable()
  885.     {
  886.         return false;
  887.     }
  888.     public function getDebugInfo()
  889.     {
  890.         return array (  833 => 529,  823 => 528,  807 => 515,  788 => 502,  784 => 501,  757 => 476,  755 => 475,  752 => 473,  750 => 472,  748 => 471,  746 => 470,  744 => 469,  735 => 463,  726 => 460,  720 => 459,  715 => 457,  707 => 451,  705 => 450,  703 => 449,  701 => 448,  699 => 447,  693 => 443,  689 => 442,  672 => 429,  668 => 428,  664 => 426,  662 => 425,  660 => 424,  658 => 423,  656 => 422,  652 => 419,  650 => 418,  648 => 417,  645 => 415,  643 => 414,  641 => 413,  638 => 411,  636 => 410,  634 => 409,  631 => 407,  629 => 406,  626 => 404,  624 => 403,  622 => 402,  620 => 401,  618 => 400,  616 => 399,  614 => 398,  612 => 397,  610 => 396,  608 => 395,  606 => 394,  604 => 393,  602 => 392,  600 => 391,  598 => 390,  596 => 389,  594 => 388,  592 => 387,  590 => 386,  588 => 385,  586 => 384,  584 => 383,  582 => 382,  579 => 380,  577 => 379,  575 => 378,  573 => 377,  571 => 376,  569 => 375,  565 => 372,  563 => 371,  561 => 370,  558 => 368,  556 => 367,  554 => 366,  552 => 365,  549 => 363,  546 => 361,  543 => 359,  541 => 358,  539 => 357,  537 => 356,  535 => 355,  533 => 354,  531 => 353,  529 => 352,  527 => 351,  525 => 350,  523 => 349,  521 => 348,  518 => 346,  516 => 345,  514 => 344,  512 => 343,  510 => 342,  508 => 341,  505 => 339,  503 => 338,  501 => 337,  499 => 336,  497 => 335,  472 => 311,  461 => 306,  459 => 305,  457 => 304,  454 => 302,  452 => 301,  450 => 300,  448 => 299,  446 => 298,  444 => 297,  442 => 296,  440 => 295,  438 => 294,  426 => 284,  418 => 279,  414 => 278,  408 => 274,  402 => 273,  397 => 271,  393 => 270,  384 => 264,  378 => 260,  376 => 259,  374 => 258,  365 => 251,  361 => 249,  357 => 248,  323 => 216,  319 => 213,  317 => 212,  315 => 211,  313 => 210,  311 => 209,  309 => 208,  307 => 207,  299 => 200,  287 => 189,  281 => 185,  265 => 172,  261 => 171,  253 => 165,  243 => 164,  79 => 9,  74 => 6,  70 => 5,  60 => 4,  37 => 1,);
  891.     }
  892.     public function getSourceContext()
  893.     {
  894.         return new Source("{% extends '@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig' %}
  895.  {% block stylesheets %}
  896. {{ parent() }}
  897.  <link rel=\"stylesheet\" href=\"{{ asset('themes/coworking/css/reservation.css') }}\" />
  898.  
  899. {#<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.css\" />#}
  900. <style>
  901. .fs-5{
  902.   font-size: 18px !important;
  903. }
  904. .title {
  905. font-family: 'Montserrat', sans-serif;
  906. font-weight:bold;
  907. font-size: 12px;
  908. padding-bottom: 0px;
  909. margin-top: 0px;color:black;
  910. }
  911.   .modal-backdrop.fade.show {
  912.         display: none;
  913. }
  914. i.fa-solid.fa-users {
  915.     font-size: 24px;
  916. }
  917. .col-md-12.col-lg-12.col-sm-12.d-flex.justify-content-end.align-items-end.mb-3 {
  918.     flex: 0 0 86%;
  919. }
  920. i.fa.fa-users {
  921.   font-size: 22px;
  922. }
  923.  
  924.  @media only screen and (max-width: 600px) {
  925.     
  926.       html, body {
  927.                   overflow-x: hidden  !important;
  928.                 }
  929.                 body {
  930.                   position: relative !important;
  931.                 }
  932.     
  933.      .multistep-container .active-button li {
  934.         display: inline-block;
  935.         width: 89px;
  936.      }
  937.     .multistep-container .mutistep-form-area .form-box {
  938.         position: relative;
  939.         top: 35px;
  940.     }
  941.     .col-sm-8.reservation-steeps {
  942.         padding:0px;
  943.     }
  944.     .multistep-container .active-button li:not(:first-child) .round-btn:before {
  945.             left: -114px;
  946.     }
  947.     .smlstyl{
  948.         margin-right:2%;
  949.     }
  950.     .col-sm-6 a{
  951.         margin-right:2%;
  952.     }
  953.     .panel-sticky {
  954.         padding:2px;
  955.     }
  956.     
  957.     
  958.             a#seeDetails {
  959.                 margin-bottom: -11%;
  960.             }
  961.             a#seePrice {
  962.                 float: right;
  963.                 margin-right: 22%;
  964.             }
  965.             
  966.             .col-md-4.float-right{
  967.                 margin-right: 25% !important;
  968.             }
  969.          
  970.     
  971.            
  972. }
  973. #seePrice {
  974.     font-weight: 400 !important;
  975.     width: 170px !important;
  976. }
  977. .titre-page{
  978. margin-top:10px;
  979. font-size: 20px;
  980. line-height:45.29px;
  981. color: #000000;
  982. }
  983.     .imageForMobile{
  984.         display:none;
  985.     } 
  986.     .imageForDesktop{
  987.         display:block;
  988.     }
  989.     
  990.     @media (max-width:767px) {
  991.                 
  992.         .imageForDesktop{
  993.             display:none;
  994.         } 
  995.         .imageForMobile{
  996.             display:block;
  997.         }
  998.         
  999.         .col-sm-8.reservation-steeps{
  1000.                 top: 0px
  1001.         }
  1002.         .divCardsForMobile{
  1003.             top: 0px !important;
  1004.         }
  1005.         .multistep-container .mutistep-form-area{
  1006.             margin-top: 25px !important;
  1007.         }
  1008.         
  1009.         
  1010.         .titre-page{
  1011.               padding-left: 10px;
  1012.               font-size: 15px !important;
  1013.               line-height: 23.29px !important;
  1014.               margin-top: 0px !important;
  1015.         }
  1016.          .forMobile{
  1017.                 margin-top: 5% !important;
  1018.         }
  1019.         #btnTarifs{
  1020.                 padding: 5px  !important;
  1021.                 font-size: 12px !important;
  1022.         }
  1023.         
  1024.          #btnInformation{
  1025.                    width: 170px !important;
  1026.                     font-size: 10px !important;
  1027.         }
  1028.         #btnReservation{
  1029.                 font-size: 10px !important;
  1030.                 width: 100px!important;
  1031.         }
  1032.         .bureaux-desc{
  1033.             padding: 15px!important;
  1034.         }
  1035.        
  1036.         .close{
  1037.           width:25px !important;
  1038.       }
  1039.         
  1040.       }
  1041.     
  1042. </style>
  1043.   
  1044. {% endblock  %}
  1045.  {% block body %}
  1046.  
  1047.  
  1048.  
  1049.  
  1050.   <img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/background_SALLEDEREU.png')}}\" style=\"width: 100%;height: 520px;\" class=\"img-fluid imageForDesktop\" />
  1051.       <img loading=\"lazy\" src=\"{{asset('uploads/front-images/bgSalle-reunionMobile.png')}}\" style=\"width: 100%;\" class=\"img-fluid imageForMobile\" />
  1052.   
  1053.   <div class=\"container\">
  1054.     <div class=\"row\">
  1055.       
  1056.       <div class=\"col-sm-8 reservation-steeps\" style=\"overflow: hidden;\">
  1057.            <div class=\"row\">
  1058.                 <div class=\"forMobile\" style=\"display: inline-flex;\">
  1059.                   <div class=\"col-sm-6\">
  1060.                     <h6 class=\"titre-page\">{{ \"Réservation Salles de réunion\"|trans({},\"front\") }}</h6>
  1061.                   </div>
  1062.                   <div class=\"col-sm-6\" >
  1063.                     {#<a href=\"/themes/coworking/front/images/prixSalles.pdf\" class=\"btn-res text-center text-light text-uppercase bg-dark\"  id=\"btnTarifs\" style=\"float: right;padding: 8px;border-radius: 6px;font-size:13px;\" target=\"_blank\" > Afficher nos tarifs</a>#}
  1064.                   
  1065.                    <a href=\"/themes/coworking/front/images/GRILLEUPDATEDSITEMeetingRooms.pdf\" class=\"btn-res text-center text-light text-uppercase bg-dark\"  id=\"btnTarifs\" style=\"float: right;padding: 8px;border-radius: 6px;font-size:13px;\" target=\"_blank\" > Afficher nos tarifs</a>
  1066.                   
  1067.                   
  1068.                   </div>
  1069.                 </div>
  1070.             </div>
  1071.         
  1072.        
  1073.         {#  #}
  1074.         <div class=\"container\">
  1075.           <div class=\"row\">
  1076.              <div class=\"container d-flex justify-content-center align-items-center\">
  1077.          
  1078.          
  1079.     {#      <ul id=\"progressbar\">#}
  1080. \t\t\t\t{#\t<li class=\"active\"> #}
  1081.     {#         <span> Etape 1 : <br> Choix de Salle </span>#}
  1082.     {#         </li>#}
  1083. \t\t\t\t{#\t<li  ></li>#}
  1084. \t\t\t\t{#\t<li> </li>#}
  1085. \t\t\t\t{#\t\t<li> </li>#}
  1086.            
  1087.           
  1088. \t\t\t\t{#</ul>#}
  1089.         </div>
  1090.             <div class=\"col-xl-12 divCardsForMobile\" style=\"top: 60px;\" >
  1091.               <div class=\"multistep-container\">
  1092.                 <div class=\"mutistep-form-area\">
  1093.                   <!--  -->
  1094.                      <!--  <div class=\"form-box\">
  1095.                    
  1096.                     <ul class=\"active-button\">
  1097.                       <li class=\"active\">
  1098.                         <span class=\"round-btn\">1</span>
  1099.                       </li>
  1100.                       <li>
  1101.                         <span class=\"round-btn\">2</span>
  1102.                       </li>
  1103.                       <li>
  1104.                         <span class=\"round-btn\">3</span>
  1105.                       </li>
  1106.                     </ul>
  1107.                     <!--  -->
  1108.                   
  1109.                        
  1110.                             <div class=\"container\" style=\"margin-top:40px;\">
  1111.                     
  1112.                                 <div class=\"panel\">
  1113.                                    
  1114.                                      
  1115.                                  
  1116.                                       
  1117.                                              {% for salle in products   %}
  1118.                                           <div class=\"card-brx row mt-3 panel\" style=\"width:auto; border: none; border-radius:17px; box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);\">
  1119.                                             <div class=\"col-md-6 col-lg-6 col-sm-12\">
  1120.                                               <img loading=\"lazy\" class=\"img-fluid\" src=\"{{ asset('uploads/coworking/shop/products/' ~ salle.image) }}\" style=\"width:100%; border-radius:6px;margin-top: 10px;\" />
  1121.                                             </div>
  1122.                 
  1123.                                             <div class=\"bureaux-desc col-md-6 col-lg-6 col-sm-12 mt-3\" style=\"font-family:'Roboto',sans-serif; line-height:24px;\">
  1124.                                               <div>
  1125.                                                    <div style=\"float: right;\">
  1126.                                                  {#{% if salle.valueReduction %}#}
  1127.                                                  {#<b style=\"color: black;\">{{ salle.valueReduction }} </b>#}
  1128.                                                  {#{% endif %}#}
  1129.                                                  <i class=\"fa fa-users\" style=\"color:black;font-size: 15px;color: black;\"></i> 
  1130.                                                    </div>
  1131.                                                
  1132.                                                
  1133.                                                 <p class=\"fs-5 title\" >{{ salle.name }}</p>
  1134.                                                 <small style=\" font-family: 'Montserrat', sans-serif;
  1135.     font-weight: 600;
  1136.     font-size: 12px;
  1137.     padding-bottom: 0px;
  1138.     margin-top: 0px;
  1139.     color: black;\">Capacité maximum {{ salle.valueReduction }}</small>
  1140.                                                            <a class=\"float-left\" href=\"#\"  id=\"seePrice\" style=\"white-space:nowrap;padding-top: 10px;padding-right: 10px;text-decoration:none;font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;color: #020202;font-weight: 800;\">À partir de<br> {{salle.price}}* MAD TTC / 
  1141.                                                            
  1142.                                                         {% if salle.price < 121 %} Heure {% else %} Demi-journée {% endif  %}
  1143.                                                            
  1144.                                                            </a>
  1145.                                                        <br><br><br><br>
  1146.                                                       
  1147.                                                         <a  href=\"#\" data-toggle=\"modal\" id=\"seeDetails\" data-target=\"#aynModal{{ salle.id }}\"style=\"padding: 10px;text-decoration: none;width: 129px;font-size: 13px;font-family: 'PT Sans', sans-serif;letter-spacing: 2px;/* float: right; */color: #020202;text-decoration: underline;margin-right: 10px;margin-right: 10px;font-weight: 800;\"><u>Voir Details</u></a>
  1148.                                                        <a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"{{path(\"reservationMeetingstep1\",{id:salle.id})}}\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\"> Réserver </a>
  1149.                                                         
  1150.                                                <span class=\"title\" style=\"float: right;text-align: center;\" > </span>
  1151.                                            
  1152.                                                 <div style=\"color:rgba(107, 111, 123, 1); line-height:20px; font-size:13px; font-weight:400;\">
  1153.                                                   <!--<p style=\"padding-top: 0px;\">{{ salle.description }}</p>-->
  1154.                                                  
  1155.                                                 </div>
  1156.                                               </div>
  1157.                                             </div>
  1158.                 
  1159.                                              <div class=\"col-md-12 col-lg-12 col-sm-12 d-flex justify-content-end align-items-end mb-3\">
  1160.                                                
  1161.                                                  <div class=\"row\">
  1162.                                                         {#<div class=\"col-md-4\">#}
  1163.                                                         {#   <a class=\"float-right\" href=\"#\"  id=\"seePrice\" style=\"padding-top: 10px;padding-right: 10px;text-decoration:none;font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;color: #020202;font-weight: 800;\">*À partir de<br> {{salle.price}} MAD TTC / J</a>#}
  1164.                                                         {#</div> #}
  1165.                                                         {# <div class=\"col-md-4\">#}
  1166.                                                         {#   <a class=\"float-right\" href=\"#\" data-toggle=\"modal\" id=\"seeDetails\" data-target=\"#aynModal{{ salle.id }}\" style=\"padding:10px; text-decoration:none; width:129px; font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;color: #020202;font-weight: 800;\"><u>{{ \"Voir Details\"|trans({},\"front\") }}</u></a>#}
  1167.                                                         {#</div> #}
  1168.                                                         {# <div class=\"col-md-4\">#}
  1169.                                                         {#   <a href=\"{{path(\"reservationMeetingstep1\",{id:salle.id})}}\"  class=\"btn-res text-center text-light text-uppercase bg-dark ReserveNext_\"   style=\"padding:10px; text-decoration:none; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;\">Réserver</a>#}
  1170.                                                         {#</div> #}
  1171.                                                         
  1172.                                                         {# <div class=\"col-md-4\">#}
  1173.                                                         {#    <a href=\"{{path(\"confirmation_reservation_room\")}}\" class=\"btn-res text-center text-light text-uppercase bg-dark ReserveNext__\"   style=\"padding:10px; text-decoration:none; width:230px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;\">{{ \"Réserver\"|trans({},\"front\") }}</a>#}
  1174.                                                         {#</div> #}
  1175.                                                 </div>
  1176.                                             </div>
  1177.                                           </div>
  1178.                                   
  1179.                                    
  1180.                                 {% endfor %} 
  1181.                                 </div>
  1182.                                 
  1183.                             </div>
  1184.                             
  1185.                            
  1186.                      
  1187.  
  1188.                     </form>
  1189.                   </div>
  1190.                   <!--  -->
  1191.                   
  1192.                  
  1193.                   <!--  -->
  1194.                 </div>
  1195.               </div>
  1196.             </div>
  1197.           </div>
  1198.         </div>
  1199.         
  1200.     {# {% for salle in products %}#}
  1201.     {#    <div class=\"modal fade\" id=\"aynModal{{salle.id}}\">#}
  1202.     {#\t\t\t\t\t\t\t<div class=\"modal-dialog modal-lg\">#}
  1203.     {#\t\t\t\t\t\t\t\t<div#}
  1204.     {#\t\t\t\t\t\t\t\t\tclass=\"modal-content\">#}
  1205.     
  1206.     {#\t\t\t\t\t\t\t\t\t<!-- Modal Header -->#}
  1207.     {#\t\t\t\t\t\t\t\t\t<div class=\"modal-header\" style=\"justify-content: end;\">#}
  1208.     {#\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" style=\"background: #ffffff;font-size: 27px;width:30px;border: 1px solid #878787;\">&times;</button>#}
  1209.     {#\t\t\t\t\t\t\t\t\t</div>#}
  1210.     {#\t\t\t\t\t\t\t\t\t<div class=\"container\">#}
  1211.     {#\t\t\t\t\t\t\t\t\t\t<div class=\"row\">#}
  1212.     
  1213.     {#\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">#}
  1214.     {#\t\t\t\t\t\t\t\t\t\t\t\t<h2 style=\"font-size:25px;font-wight:bold;margin-top:5%;\">{{salle.name}}</h2>#}
  1215.     {#\t\t\t\t\t\t\t\t\t\t\t</div>#}
  1216.     {#\t\t\t\t\t\t\t\t\t\t\t<small>#}
  1217.     {#\t\t\t\t\t\t\t\t\t\t\t{{salle.shortDescription}}    #}
  1218.     {#\t\t\t\t\t\t\t\t\t\t\t</small>#}
  1219.     \t\t\t\t\t\t\t\t\t\t\t{#<div class=\"col-sm-6\">#}
  1220.     \t\t\t\t\t\t\t\t\t\t\t{#\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"#\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%;\">#}
  1221.     \t\t\t\t\t\t\t\t\t\t\t{#\t\tRéserver#}
  1222.     \t\t\t\t\t\t\t\t\t\t\t{#\t</a>#}
  1223.     \t\t\t\t\t\t\t\t\t\t\t{#</div>#}
  1224.     {#\t\t\t\t\t\t\t\t\t\t</div>#}
  1225.     \t\t\t\t\t\t\t\t\t\t
  1226.     {#\t\t\t\t\t\t\t\t\t\t<!-- Modal body -->#}
  1227.     \t\t\t\t\t\t\t\t\t
  1228.     {#\t\t\t\t\t\t\t\t\t\t<div class=\"modal-body\">#}
  1229.     \t\t\t\t\t\t\t\t\t\t    
  1230.     {#\t\t\t\t\t\t\t\t\t\t   <img loading=\"lazy\" src=\"{{ asset('uploads/coworking/shop/products/' ~ salle.image) }}\"  id=\"main\">#}
  1231.     {#                                            <div id=\"thumbnails\">#}
  1232.     {#                                                 {% for image in salle.images  %} #}
  1233.     {#                                              <img loading=\"lazy\" src=\"/uploads/coworking/detail/{{image.path}}\">#}
  1234.                        
  1235.     {#                                            {% endfor %}#}
  1236.     {#                                              <img loading=\"lazy\" src=\"{{ asset('uploads/coworking/shop/products/' ~ salle.image) }}\">#}
  1237.     {#                                            </div>#}
  1238.     \t\t\t\t\t\t\t\t\t\t   
  1239.     
  1240.     {#\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"margin-top:5%;\">#}
  1241.     \t\t\t\t\t\t\t\t\t\t\t\t{#<div class=\"col-sm-6\">#}
  1242.     \t\t\t\t\t\t\t\t\t\t\t\t{#\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">#}
  1243.     \t\t\t\t\t\t\t\t\t\t\t\t{#\t\tÉquipements</p>#}
  1244.     \t\t\t\t\t\t\t\t\t\t\t\t{#\t<ul style=\"font-size:12px;\">#}
  1245.     \t\t\t\t\t\t\t\t\t\t\t\t{#\t\t<li>{{ salle.description|nl2br|raw }}</li>#}
  1246.     \t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  1247.     \t\t\t\t\t\t\t\t\t\t\t\t{#\t</ul>#}
  1248.     \t\t\t\t\t\t\t\t\t\t\t\t{#</div>#}
  1249.     {#\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">#}
  1250.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">Services</p>#}
  1251.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">#}
  1252.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>Accès internet wifi haut débit ( Gratuit )</li>#}
  1253.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Accès internet par cable</li>#}
  1254.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Parking</li>#}
  1255.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Restaurants</li>#}
  1256.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Fitness et vestiaires</li>#}
  1257.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace gaming</li>#}
  1258.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Nap room</li>#}
  1259.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Centre de beauté</li>#}
  1260.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace kitchenette</li>#}
  1261.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Salle de réunion#}
  1262.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t</li>#}
  1263.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Free work</li>#}
  1264.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Photocopie#}
  1265.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t</li>#}
  1266.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Secrétariat</li>#}
  1267.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>#}
  1268.     {#\t\t\t\t\t\t\t\t\t\t\t\t</div>#}
  1269.     {#\t\t\t\t\t\t\t\t\t\t\t</div>#}
  1270.     \t\t\t\t\t\t\t\t\t\t\t
  1271.     {#\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">#}
  1272.     {#\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-12\">#}
  1273.     \t\t\t\t\t\t\t\t\t\t\t\t\t
  1274.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t    \t<a href=\"/themes/coworking/front/images/prixSalles.pdf\" target=\"_blank\" class=\"\"  id=\"btnInformation\" style=\"padding:10px; text-decoration:none; width:200px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:left;margin-top:5%; margin-bottom:5%;font-size: 13px;text-decoration: underline;font-weight: 800;color:black !important;\">#}
  1275.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t    Plus d'information#}
  1276.     {#\t\t\t\t\t\t\t\t\t\t\t\t\t\t    </a>#}
  1277.     \t\t\t\t\t\t\t\t\t\t\t\t\t    
  1278.     {#    \t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"{{path(\"reservationMeetingstep1\",{id:salle.id})}}\" id=\"btnReservation\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\">#}
  1279.     {#    \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ \"Réserver\"|trans({},\"front\") }}#}
  1280.     {#    \t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>#}
  1281.     \t\t\t\t\t\t\t\t\t\t\t\t
  1282.     {#\t\t\t\t\t\t\t\t\t\t\t\t</div>#}
  1283.     {#\t\t\t\t\t\t\t\t\t\t\t</div>#}
  1284.     {#\t\t\t\t\t\t\t\t\t\t</div>#}
  1285.     
  1286.     
  1287.     {#\t\t\t\t\t\t\t\t\t</div>#}
  1288.     {#\t\t\t\t\t\t\t\t</div>#}
  1289.     {#\t\t\t\t\t\t\t</div>#}
  1290.     {#\t\t\t\t\t\t</div>#}
  1291.     {#{%  endfor  %}#}
  1292. {% for salle in products %}
  1293.     <div class=\"modal fade\" id=\"aynModal{{salle.id}}\">
  1294. \t\t\t\t\t\t\t<div class=\"modal-dialog modal-lg\">
  1295. \t\t\t\t\t\t\t\t<div
  1296. \t\t\t\t\t\t\t\t\tclass=\"modal-content\">
  1297. \t\t\t\t\t\t\t\t\t<!-- Modal Header -->
  1298. \t\t\t\t\t\t\t\t\t<div class=\"modal-header\" style=\"justify-content: end;\">
  1299. \t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" style=\"background: #ffffff;font-size: 27px;width:30px;border: 1px solid #878787;\">&times;</button>
  1300. \t\t\t\t\t\t\t\t\t</div>
  1301. \t\t\t\t\t\t\t\t\t<div class=\"container\">
  1302. \t\t\t\t\t\t\t\t\t\t<div class=\"row\">
  1303. \t\t\t\t\t\t\t\t\t\t\t 
  1304. \t\t\t\t\t\t\t\t\t\t\t\t<h2 style=\"font-size:25px;font-wight:bold;margin-top:5%;\">{{salle.name}}</h2>
  1305. \t\t\t\t\t\t\t\t\t\t <p class=\"text-muted mt-3\"><small>{{ salle.shortDescription }}</small></p>
  1306. \t\t\t\t\t\t\t\t\t\t\t
  1307. \t\t\t\t\t\t\t\t\t\t\t
  1308. \t\t\t\t\t\t\t\t\t\t\t{#<div class=\"col-sm-6\">#}
  1309. \t\t\t\t\t\t\t\t\t\t\t{#\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"#\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%;\">#}
  1310. \t\t\t\t\t\t\t\t\t\t\t{#\t\tRéserver#}
  1311. \t\t\t\t\t\t\t\t\t\t\t{#\t</a>#}
  1312. \t\t\t\t\t\t\t\t\t\t\t{#</div>#}
  1313. \t\t\t\t\t\t\t\t\t\t</div>
  1314. \t\t\t\t\t\t\t\t\t\t
  1315. \t\t\t\t\t\t\t\t\t\t<!-- Modal body -->
  1316. \t\t\t\t\t\t\t\t\t
  1317. \t\t\t\t\t\t\t\t\t\t<div class=\"modal-body\">
  1318. \t\t\t\t\t\t\t\t\t\t    
  1319. \t\t\t\t\t\t\t\t\t\t   <img loading=\"lazy\" src=\"{{ asset('uploads/coworking/shop/products/' ~ salle.image) }}\"  id=\"main\">
  1320.                                             <div id=\"thumbnails\">
  1321.                                                  {% for image in salle.images  %} 
  1322.                                               <img loading=\"lazy\" src=\"/uploads/coworking/detail/{{image.path}}\">
  1323.                    
  1324.                                             {% endfor %}
  1325.                                              <img loading=\"lazy\" src=\"{{ asset('uploads/coworking/shop/products/' ~ salle.image) }}\">
  1326.                                             </div>
  1327.                                             \t\t\t\t\t\t\t\t\t\t   
  1328.                                             
  1329. \t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"margin-top:5%;\">
  1330. \t\t\t\t\t\t\t\t\t\t\t\t{#<div class=\"col-sm-6\">#}
  1331. \t\t\t\t\t\t\t\t\t\t\t\t{#\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">#}
  1332. \t\t\t\t\t\t\t\t\t\t\t\t{#\t\tÉquipements</p>#}
  1333. \t\t\t\t\t\t\t\t\t\t\t\t{#\t<ul style=\"font-size:12px;\">#}
  1334. \t\t\t\t\t\t\t\t\t\t\t\t{#\t\t<li>{{ freework.description|nl2br|raw }}</li>#}
  1335. \t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  1336. \t\t\t\t\t\t\t\t\t\t\t\t{#\t</ul>#}
  1337. \t\t\t\t\t\t\t\t\t\t\t\t{#</div>#}
  1338. \t\t\t\t\t\t\t\t\t<div class=\"col-md-12\">
  1339.     \t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">Services</p>
  1340.     \t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
  1341. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><b>Restaurant Melliber :</b> Dans une atmosphère conviviale et accueillante, notre restaurant partage gracieusement un bouquet de saveurs, du petit déjeuner au dîner</li>
  1342. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Hammam & Spa :</b> Notre spa offre un refuge tranquille avec une variété de soins relaxants. Profitez de massages apaisants, de hammams revigorants et d'autres thérapies régénérantes conçues pour revitaliser votre corps et votre esprit</li>
  1343. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Salon de coiffure et de bien-être :</b> Notre salon de beauté et de bien-être propose des services experts de manucure, pédicure et coiffure pour hommes et femmes. C'est l'endroit idéal pour être au meilleur de sa forme.</li>
  1344. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Parking :</b> Notre établissement dispose également d'un vaste parking, garantissant un stationnement pratique et sécurisé pour tous nos membres et invités</li>
  1345. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Events & Exhibition : </b>Le Cowork&Live by Melliber propose régulièrement des événements variés, allant des concours de cuisine aux séminaires en comptabilité, en passant par des expositions de peinture. Nous créons ainsi un environnement dynamique qui allie travail, apprentissage et culture pour enrichir vos expériences.</li>
  1346. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>2 kitchenettes :</b> Nos kitchenettes sont entièrement équipées, y compris des minibars et d'autres commodités, offrant à nos membres tout ce dont ils ont besoin pour une expérience culinaire pratique et agréable</li>
  1347. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Salle de Fitness :</b> Notre centre de fitness est équipé d'installations de premier ordre et propose diverses options d'entraînement pour répondre à tous les besoins et préférences.</li>
  1348. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Espace gaming :</b> Notre espace de jeux comprend des jeux d'arcade, un baby-foot et une table de billard américain, offrant divertissement et détente à tous nos membres.</li>
  1349. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Services suplémetaires :</b> Options additionnelles permettant aux clients de personnaliser leur expérience avec des équipements techniques et des services, pour répondre à des besoins spécifiques lors de la location de salles ou de bureaux</li>
  1350. \t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  1351. \t\t\t\t\t\t\t\t\t\t\t\t\t 
  1352. \t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
  1353.     \t\t\t\t\t\t\t\t\t\t\t\t</div>
  1354. \t\t\t\t\t\t\t\t\t\t\t</div>
  1355. \t\t\t\t\t\t\t\t\t\t\t
  1356. \t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">
  1357. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-12\">
  1358. \t\t\t\t\t\t\t\t\t\t\t\t    
  1359. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/themes/coworking/front/images/GRILLEUPDATEDSITEMeetingRooms.pdf\" target=\"_blank\" class=\"\"  id=\"btnInformation\" style=\"padding:10px; text-decoration:none; width:200px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:left;margin-top:5%; margin-bottom:5%;font-size: 13px;text-decoration: underline;font-weight: 800;color:black !important;\">
  1360.     \t\t\t\t\t\t\t\t\t\t\t\t     Plus d'information
  1361.     \t\t\t\t\t\t\t\t\t\t\t\t</a>
  1362.     \t\t\t\t\t\t\t\t\t\t\t\t\t    
  1363. \t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"{{path(\"reservationMeetingstep1\",{id:salle.id})}}\" id=\"btnReservation\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\">
  1364. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ \"Réserver\"|trans({},\"front\") }}
  1365. \t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  1366. \t\t\t\t\t\t\t\t\t\t\t\t
  1367. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  1368. \t\t\t\t\t\t\t\t\t\t\t</div>
  1369. \t\t\t\t\t\t\t\t\t\t</div>
  1370. \t\t\t\t\t\t\t\t\t</div>
  1371. \t\t\t\t\t\t\t\t</div>
  1372. \t\t\t\t\t\t\t</div>
  1373. \t\t\t\t\t\t</div>
  1374. {%  endfor  %}
  1375.       </div>
  1376.     </div>
  1377.   
  1378. {% endblock %}
  1379. {% block javascripts %}
  1380.   <!-- MAIN CONTENT -->
  1381. <script src=\"https://code.jquery.com/jquery-3.4.1.min.js\" integrity=\"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=\" crossorigin=\"anonymous\"></script>
  1382. <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
  1383. <script type=\"text/javascript\" src=\"chosen/chosen.jquery.min.js\"></script>
  1384. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.jquery.js\"></script>
  1385.   <script>
  1386.        \$(document).ready(function () {
  1387.         
  1388.         
  1389.              
  1390.       \$(\"#seeDetails\").click(function(){
  1391.           \$(\".panel-sticky\").css('z-index','0');
  1392.       });
  1393.        \$(\".close\").click(function(){
  1394.           \$(\".panel-sticky\").css('z-index','9999999');
  1395.       });
  1396.       \$(\"#selectAdon\").chosen();
  1397.       \$('.multistep-container .form-box .button-row .next').click(function () {
  1398.         \$(this).parents('.form-box').fadeOut('fast')
  1399.         \$(this).parents('.form-box').next().fadeIn('fast')
  1400.       })
  1401.       \$('.multistep-container .form-box .button-row .previous').click(function () {
  1402.         \$(this).parents('.form-box').fadeOut('fast')
  1403.         \$(this).parents('.form-box').prev().fadeIn('fast')
  1404.       })
  1405.       
  1406.     
  1407.       
  1408.       \$('.ReserveNext').click(function () {
  1409.         \$(this).parents('.form-box').fadeOut('fast')
  1410.         \$(this).parents('.form-box').next().fadeIn('fast')
  1411.       })
  1412.       \$('.ReservePrevious').click(function () {
  1413.         \$(this).parents('.form-box').fadeOut('fast')
  1414.         \$(this).parents('.form-box').prev().fadeIn('fast')
  1415.       })
  1416.     
  1417.     
  1418.      
  1419.     
  1420.     
  1421.     
  1422.     
  1423.     
  1424.     
  1425.     /**/
  1426.       var stickyHeaders = (function() {
  1427.   var \$window = \$(window),
  1428.       \$stickies;
  1429.   var load = function(stickies) {
  1430.     if (typeof stickies === \"object\" && stickies instanceof jQuery && stickies.length > 0) {
  1431.       \$stickies = stickies.each(function() {
  1432.         var \$thisSticky = \$(this).wrap('<div class=\"followWrap\" />');
  1433.   
  1434.         \$thisSticky
  1435.             .data('originalPosition', \$thisSticky.offset().top)
  1436.             .data('originalHeight', \$thisSticky.outerHeight())
  1437.               .parent()
  1438.               .height(\$thisSticky.outerHeight()); \t\t\t  
  1439.       });
  1440.       \$window.off(\"scroll.stickies\").on(\"scroll.stickies\", function() {
  1441. \t\t  _whenScrolling();\t\t
  1442.       });
  1443.     }
  1444.   };
  1445.   var _whenScrolling = function() {
  1446.     \$stickies.each(function(i) {\t\t\t
  1447.       var \$thisSticky = \$(this),
  1448.           \$stickyPosition = \$thisSticky.data('originalPosition');
  1449.       
  1450.       console.log(\$thisSticky.data('num') + ' is at' + \$stickyPosition);
  1451.       if (\$stickyPosition <= \$window.scrollTop()) {        
  1452.         
  1453.         var \$nextSticky = \$stickies.eq(i + 1),
  1454.             \$nextStickyPosition = \$nextSticky.data('originalPosition') - \$thisSticky.data('originalHeight');
  1455.         \$thisSticky.addClass(\"fixed\");
  1456.         if (\$nextSticky.length > 0 && \$thisSticky.offset().top >= \$nextStickyPosition) {
  1457.           \$thisSticky.addClass(\"absolute\").css(\"top\", \$nextStickyPosition);
  1458.         }
  1459.       } else {
  1460.         
  1461.         var \$prevSticky = \$stickies.eq(i - 1);
  1462.         \$thisSticky.removeClass(\"fixed\");
  1463.         if (\$prevSticky.length > 0 && \$window.scrollTop() <= \$thisSticky.data('originalPosition') - \$thisSticky.data('originalHeight')) {
  1464.           \$prevSticky.removeClass(\"absolute\").removeAttr(\"style\");
  1465.         }
  1466.       }
  1467.     });
  1468.   };
  1469.   return {
  1470.     load: load
  1471.   };
  1472. })();
  1473. \$(function() {
  1474.   stickyHeaders.load(\$(\".followMeBar\"));
  1475. });
  1476.   </script>
  1477. {% endblock %}
  1478. ""@Flexy/FrontBundle/Themes/CoWorking/templates/pages/meeting-room.html.twig""/home/gebcloud/public_html/cowork.gebanalysis.cloud/src/Flexy/FrontBundle/Themes/CoWorking/templates/pages/meeting-room.html.twig");
  1479.     }
  1480. }