var/cache/dev/twig/ac/ac584cf928a69953d2dc5cbda819f683.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/freework.html.twig */
  14. class __TwigTemplate_e2c96baa3646cc465db417e16e5b5a9c 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/freework.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/freework.html.twig"));
  40.         $this->parent $this->loadTemplate("@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig""@Flexy/FrontBundle/Themes/CoWorking/templates/pages/freework.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: 17px !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. .titre-page{
  89. margin-top:10px;
  90. font-size: 20px;
  91. line-height:45.29px;
  92. color: #000000;
  93. }
  94.     .imageForMobile{
  95.         display:none;
  96.     } 
  97.     .imageForDesktop{
  98.         display:block;
  99.     }
  100.     
  101.         
  102.  
  103.  
  104.     @media (max-width:767px) {
  105.                 
  106.         .imageForDesktop{
  107.             display:none;
  108.         } 
  109.         .imageForMobile{
  110.             display:block;
  111.         }
  112.         
  113.         .col-sm-8.reservation-steeps{
  114.                 top: 0px
  115.         }
  116.         .divCardsForMobile{
  117.             top: 0px !important;
  118.         }
  119.         .multistep-container .mutistep-form-area{
  120.             margin-top: 0px !important;
  121.         }  
  122.         
  123.           .titre-page{
  124.               padding-left: 10px;
  125.               font-size: 15px !important;
  126.               line-height: 23.29px !important;
  127.               margin-top: 0px !important;
  128.         }
  129.          .forMobile{
  130.                 margin-top: 5% !important;
  131.         }
  132.             #btnTarifs{
  133.                     padding: 5px !important;
  134.                     font-size: 12px !important;
  135.             }
  136.             
  137.              .forMobile .col-sm-6{
  138.                 padding-right: 0px !important;
  139.                 padding-left: 0px !important;
  140.              } 
  141.              
  142.               #btnInformation{
  143.                    width: 170px !important;
  144.                     font-size: 10px !important;
  145.         }
  146.         #btnReservation{
  147.                 font-size: 10px !important;
  148.                 width: 100px!important;
  149.         }
  150.         .bureaux-desc{
  151.             padding: 15px!important;
  152.         }
  153.          .close{
  154.           width:25px !important;
  155.       }
  156.         
  157.       }
  158.       
  159.        #btnTarifs:hover{
  160.             background: #dfb150 !important;
  161.             color: white !important;
  162.         }
  163. </style>
  164.   
  165. ";
  166.         
  167.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  168.         
  169.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  170.     }
  171.     // line 117
  172.     public function block_body($context, array $blocks = [])
  173.     {
  174.         $macros $this->macros;
  175.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  176.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  177.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  178.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  179.         // line 118
  180.         echo 
  181.  
  182.  
  183.  
  184.      <img loading=\"lazy\" src=\"";
  185.         // line 123
  186.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/background_FREEWORK.png"), "html"nulltrue);
  187.         echo "\" style=\"width: 100%;height: 520px;\" class=\"img-fluid imageForDesktop\" />
  188.     <img loading=\"lazy\" src=\"";
  189.         // line 124
  190.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/BgFreeworkMobile.png"), "html"nulltrue);
  191.         echo "\" style=\"width: 100%;\" class=\"img-fluid imageForMobile\" />
  192.   
  193.     <div class=\"container\">
  194.     <div class=\"row\">
  195.       
  196.       <div class=\"col-sm-8 reservation-steeps\">
  197.            <div class=\"row\">
  198.           <div class=\"col-sm-6\">
  199.             <h6 class=\"titre-page\">Réservation Freework</h6>
  200.           </div>
  201.           <div class=\"col-sm-6\" style=\"margin-top:10px;\">
  202.             <a href=\"/themes/coworking/front/images/FREEWORK.pdf\" class=\"btn-res text-center text-light text-uppercase bg-dark\" style=\"float: right;padding: 8px;border-radius: 6px;font-size:13px;\" target=\"_blank\"> NOS TARIFS</a>
  203.           </div>
  204.         </div>
  205.         
  206.        
  207.      
  208.         <div class=\"container\">
  209.              ";
  210.         // line 159
  211.         echo "
  212.              
  213.             <div class=\"col-xl-12\">
  214.               <div class=\"multistep-container\">
  215.                 <div class=\"mutistep-form-area\">
  216.                
  217.                        
  218.                             <div class=\"container\" style=\"margin-top:40px;\">
  219.                     
  220.                                 <div class=\"panel\">
  221.                                    
  222.                                      
  223.                                     ";
  224.         // line 174
  225.         $context['_parent'] = $context;
  226.         $context['_seq'] = twig_ensure_traversable((isset($context["products"]) || array_key_exists("products"$context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.'174$this->source); })()));
  227.         foreach ($context['_seq'] as $context["_key"] => $context["freework"]) {
  228.             // line 175
  229.             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);\">
  230.                                             <div class=\"col-md-6 col-lg-6 col-sm-12\">
  231.                                               <img loading=\"lazy\" class=\"img-fluid\" src=\"";
  232.             // line 177
  233.             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["freework"], "image", [], "any"falsefalsefalse177))), "html"nulltrue);
  234.             echo "\" style=\"width:90%; border-radius:6px;margin-top: 10px;\" />
  235.                                             </div>
  236.                 
  237.                                             <div class=\"bureaux-desc col-md-6 col-lg-6 col-sm-12 mt-3\" style=\"font-family:'Roboto',sans-serif; line-height:24px;\">
  238.                                               <div>
  239.                                                    <div style=\"float: right;\">
  240.                                                  <i class=\"fa fa-user\" style=\"color:black;\"></i> 
  241.                                                    </div>
  242.                                                
  243.                                                
  244.                                                 <p class=\"fs-5 title\" >";
  245.             // line 187
  246.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["freework"], "name", [], "any"falsefalsefalse187), "html"nulltrue);
  247.             echo "</p>
  248.                                                   <a class=\"float-left\" href=\"#\" id=\"seePrice\"  style=\"white-space:nowrap;padding-top: 10px;text-decoration:none;font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:left;color: #020202;font-weight: 500;width: 139px;\">À partir de<br> 80* MAD TTC / Journée</a>
  249.                                                
  250.                                                 <br><br><br><br>
  251.                                                       
  252.                                                         <a  href=\"#\" data-toggle=\"modal\" id=\"seeDetails\" data-target=\"#aynModal";
  253.             // line 192
  254.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["freework"], "id", [], "any"falsefalsefalse192), "html"nulltrue);
  255.             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>
  256.                                                         <a href=\"";
  257.             // line 193
  258.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationFreeworkstep1", ["id" => twig_get_attribute($this->env$this->source$context["freework"], "id", [], "any"falsefalsefalse193)]), "html"nulltrue);
  259.             echo "\" 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</a>
  260.                                                       
  261.                                                
  262.                                                
  263.                                                
  264.                                                 <div style=\"color:rgba(107, 111, 123, 1); line-height:20px; font-size:13px; font-weight:400;\">
  265.                                                  <!-- <p style=\"padding-top: 0px;\">";
  266.             // line 199
  267.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["freework"], "description", [], "any"falsefalsefalse199), "html"nulltrue);
  268.             echo "</p>-->
  269.                                                  
  270.                                                 </div>
  271.                                               </div>
  272.                                             </div>
  273.                 
  274.                                              <div class=\"col-md-12 col-lg-12 col-sm-12 d-flex justify-content-end align-items-end mb-3\">
  275.                                                 ";
  276.             // line 207
  277.             echo "                                                ";
  278.             // line 208
  279.             echo "                                                        
  280.                                                 ";
  281.             // line 210
  282.             echo "                                                ";
  283.             // line 211
  284.             echo "                                                ";
  285.             // line 212
  286.             echo "                                                ";
  287.             // line 213
  288.             echo "                                                ";
  289.             // line 214
  290.             echo "                                                ";
  291.             // line 215
  292.             echo "                                                ";
  293.             // line 216
  294.             echo "                                                ";
  295.             // line 217
  296.             echo "                                                
  297.                                             </div>
  298.                                             
  299.                                             
  300.                                             
  301.                                             
  302.                                             
  303.                                             
  304.                                             
  305.                                           </div>
  306.                                   
  307.                                    
  308.                                 ";
  309.         }
  310.         $_parent $context['_parent'];
  311.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['freework'], $context['_parent'], $context['loop']);
  312.         $context array_intersect_key($context$_parent) + $_parent;
  313.         // line 229
  314.         echo 
  315.                                       
  316.                                               
  317.                                 </div>
  318.                                 
  319.                             </div>
  320.                             
  321.                            
  322.                      
  323.  
  324.                     </form>
  325.                   </div>
  326.                   <!--  -->
  327.                   
  328.                  
  329.                   <!--  -->
  330.                 </div>
  331.               </div>
  332.              
  333.           </div>
  334.         </div>
  335.         
  336.     ";
  337.         // line 255
  338.         $context['_parent'] = $context;
  339.         $context['_seq'] = twig_ensure_traversable((isset($context["products"]) || array_key_exists("products"$context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.'255$this->source); })()));
  340.         foreach ($context['_seq'] as $context["_key"] => $context["freework"]) {
  341.             // line 256
  342.             echo "    <div class=\"modal fade\" id=\"aynModal";
  343.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["freework"], "id", [], "any"falsefalsefalse256), "html"nulltrue);
  344.             echo "\">
  345. \t\t\t\t\t\t\t<div class=\"modal-dialog modal-lg\">
  346. \t\t\t\t\t\t\t\t<div
  347. \t\t\t\t\t\t\t\t\tclass=\"modal-content\">
  348. \t\t\t\t\t\t\t\t\t<!-- Modal Header -->
  349. \t\t\t\t\t\t\t\t\t<div class=\"modal-header\" style=\"justify-content: end;\">
  350. \t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\">&times;</button>
  351. \t\t\t\t\t\t\t\t\t</div>
  352. \t\t\t\t\t\t\t\t\t<div class=\"container\">
  353. \t\t\t\t\t\t\t\t\t\t<div class=\"row\">
  354. \t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
  355. \t\t\t\t\t\t\t\t\t\t\t\t<h2 style=\"font-size:25px;font-wight:bold;margin-top:5%;\">";
  356.             // line 269
  357.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["freework"], "name", [], "any"falsefalsefalse269), "html"nulltrue);
  358.             echo "</h2>
  359. \t\t\t\t\t\t\t\t\t\t\t</div>
  360. \t\t\t\t\t\t\t\t\t\t\t<small>
  361. \t\t\t\t\t\t\t\t\t\t\t";
  362.             // line 272
  363.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["freework"], "shortDescription", [], "any"falsefalsefalse272), "html"nulltrue);
  364.             echo "    
  365. \t\t\t\t\t\t\t\t\t\t\t</small>
  366. \t\t\t\t\t\t\t\t\t\t\t";
  367.             // line 275
  368.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  369.             // line 276
  370.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  371.             // line 277
  372.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  373.             // line 278
  374.             echo "\t\t\t\t\t\t\t\t\t\t\t";
  375.             // line 279
  376.             echo "\t\t\t\t\t\t\t\t\t\t</div>
  377. \t\t\t\t\t\t\t\t\t\t
  378. \t\t\t\t\t\t\t\t\t\t<!-- Modal body -->
  379. \t\t\t\t\t\t\t\t\t
  380. \t\t\t\t\t\t\t\t\t\t<div class=\"modal-body\">
  381. \t\t\t\t\t\t\t\t\t\t    
  382. \t\t\t\t\t\t\t\t\t\t   <img loading=\"lazy\" src=\"";
  383.             // line 285
  384.             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["freework"], "image", [], "any"falsefalsefalse285))), "html"nulltrue);
  385.             echo "\"  id=\"main\">
  386.                                             <div id=\"thumbnails\">
  387.                                                  ";
  388.             // line 287
  389.             $context['_parent'] = $context;
  390.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["freework"], "images", [], "any"falsefalsefalse287));
  391.             foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  392.                 echo 
  393.                                               <img loading=\"lazy\" src=\"/uploads/coworking/detail/";
  394.                 // line 288
  395.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["image"], "path", [], "any"falsefalsefalse288), "html"nulltrue);
  396.                 echo "\">
  397.                    
  398.                                             ";
  399.             }
  400.             $_parent $context['_parent'];
  401.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['image'], $context['_parent'], $context['loop']);
  402.             $context array_intersect_key($context$_parent) + $_parent;
  403.             // line 291
  404.             echo "                                            </div>
  405. \t\t\t\t\t\t\t\t\t\t   
  406. <!--<img loading=\"lazy\" src=\"";
  407.             // line 294
  408.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/iimg6.png"), "html"nulltrue);
  409.             echo "\" id=\"main\">
  410. <div id=\"thumbnails\">
  411.   <img loading=\"lazy\" src=\"";
  412.             // line 296
  413.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/iimg6.png"), "html"nulltrue);
  414.             echo "\">
  415.   <img loading=\"lazy\" src=\"";
  416.             // line 297
  417.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/iimg1.png"), "html"nulltrue);
  418.             echo "\">
  419.   <img loading=\"lazy\" src=\"";
  420.             // line 298
  421.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/iimg2.png"), "html"nulltrue);
  422.             echo "\">
  423. </div>-->
  424. \t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"margin-top:5%;\">
  425. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
  426. \t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">
  427. \t\t\t\t\t\t\t\t\t\t\t\t\t\tÉquipements</p>
  428. \t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
  429. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>";
  430.             // line 305
  431.             echo twig_nl2br(twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["freework"], "description", [], "any"falsefalsefalse305), "html"nulltrue));
  432.             echo "</li>
  433. \t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  434. \t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
  435. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  436. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
  437. \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>
  438. \t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
  439. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>Accès internet wifi haut débit ( Gratuit )</li>
  440. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Accès internet par cable</li>
  441. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Parking</li>
  442. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Restaurants</li>
  443. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Fitness et vestiaires</li>
  444. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace gaming</li>
  445. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Nap room</li>
  446. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Centre de beauté</li>
  447. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace kitchenette</li>
  448. \t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  449. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Free work</li>
  450. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Photocopie
  451. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</li>
  452. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Secrétariat</li>
  453. \t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
  454. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  455. \t\t\t\t\t\t\t\t\t\t\t</div>
  456. \t\t\t\t\t\t\t\t\t\t\t
  457. \t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">
  458. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-12\">
  459. \t\t\t\t\t\t\t\t\t\t\t\t\t<div>
  460. \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=\"";
  461.             // line 333
  462.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationMeetingstep1", ["id" => twig_get_attribute($this->env$this->source$context["freework"], "id", [], "any"falsefalsefalse333)]), "html"nulltrue);
  463.             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%;\">
  464. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\tRéserver
  465. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  466. \t\t\t\t\t\t\t\t\t\t\t\t\t</div>
  467. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  468. \t\t\t\t\t\t\t\t\t\t\t</div>
  469. \t\t\t\t\t\t\t\t\t\t</div>
  470. \t\t\t\t\t\t\t\t\t</div>
  471. \t\t\t\t\t\t\t\t</div>
  472. \t\t\t\t\t\t\t</div>
  473. \t\t\t\t\t\t</div>
  474. ";
  475.         }
  476.         $_parent $context['_parent'];
  477.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['freework'], $context['_parent'], $context['loop']);
  478.         $context array_intersect_key($context$_parent) + $_parent;
  479.         // line 347
  480.         echo "
  481.       </div>
  482.     </div>
  483.   </div>
  484.   
  485.   
  486. ";
  487.         
  488.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  489.         
  490.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  491.     }
  492.     // line 363
  493.     public function block_javascripts($context, array $blocks = [])
  494.     {
  495.         $macros $this->macros;
  496.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  497.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  498.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  499.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  500.         // line 364
  501.         echo "  <!-- MAIN CONTENT -->
  502. <script src=\"https://code.jquery.com/jquery-3.4.1.min.js\" integrity=\"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=\" crossorigin=\"anonymous\"></script>
  503. <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
  504. <script type=\"text/javascript\" src=\"chosen/chosen.jquery.min.js\"></script>
  505. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.jquery.js\"></script>
  506.   <script>
  507.        \$(document).ready(function () {
  508.              
  509.       \$(\"#seeDetails\").click(function(){
  510.           \$(\".panel-sticky\").css('z-index','0');
  511.       });
  512.        \$(\".close\").click(function(){
  513.           \$(\".panel-sticky\").css('z-index','9999999');
  514.       });
  515.       \$(\"#selectAdon\").chosen();
  516.       \$('.multistep-container .form-box .button-row .next').click(function () {
  517.         \$(this).parents('.form-box').fadeOut('fast')
  518.         \$(this).parents('.form-box').next().fadeIn('fast')
  519.       })
  520.       \$('.multistep-container .form-box .button-row .previous').click(function () {
  521.         \$(this).parents('.form-box').fadeOut('fast')
  522.         \$(this).parents('.form-box').prev().fadeIn('fast')
  523.       })
  524.       
  525.     
  526.       
  527.       \$('.ReserveNext').click(function () {
  528.         \$(this).parents('.form-box').fadeOut('fast')
  529.         \$(this).parents('.form-box').next().fadeIn('fast')
  530.       })
  531.       \$('.ReservePrevious').click(function () {
  532.         \$(this).parents('.form-box').fadeOut('fast')
  533.         \$(this).parents('.form-box').prev().fadeIn('fast')
  534.       })
  535.     
  536.     
  537.     
  538.       
  539.     //   alert(\"frfr\");
  540.     var thumbnails = document.getElementById(\"thumbnails\")
  541. var imgs = thumbnails.getElementsByTagName(\"img\")
  542. var main = document.getElementById(\"main\")
  543. var counter=0;
  544. for(let i=0;i<imgs.length;i++){
  545.   let img=imgs[i]
  546.   
  547.   
  548.   img.addEventListener(\"click\",function(){
  549.   main.src=this.src
  550. })
  551.   
  552. }
  553.     });
  554.     
  555.     
  556.     
  557.     
  558.     
  559.     
  560.     /**/
  561.       var stickyHeaders = (function() {
  562.   var \$window = \$(window),
  563.       \$stickies;
  564.   var load = function(stickies) {
  565.     if (typeof stickies === \"object\" && stickies instanceof jQuery && stickies.length > 0) {
  566.       \$stickies = stickies.each(function() {
  567.         var \$thisSticky = \$(this).wrap('<div class=\"followWrap\" />');
  568.   
  569.         \$thisSticky
  570.             .data('originalPosition', \$thisSticky.offset().top)
  571.             .data('originalHeight', \$thisSticky.outerHeight())
  572.               .parent()
  573.               .height(\$thisSticky.outerHeight()); \t\t\t  
  574.       });
  575.       \$window.off(\"scroll.stickies\").on(\"scroll.stickies\", function() {
  576. \t\t  _whenScrolling();\t\t
  577.       });
  578.     }
  579.   };
  580.   var _whenScrolling = function() {
  581.     \$stickies.each(function(i) {\t\t\t
  582.       var \$thisSticky = \$(this),
  583.           \$stickyPosition = \$thisSticky.data('originalPosition');
  584.       
  585.       console.log(\$thisSticky.data('num') + ' is at' + \$stickyPosition);
  586.       if (\$stickyPosition <= \$window.scrollTop()) {        
  587.         
  588.         var \$nextSticky = \$stickies.eq(i + 1),
  589.             \$nextStickyPosition = \$nextSticky.data('originalPosition') - \$thisSticky.data('originalHeight');
  590.         \$thisSticky.addClass(\"fixed\");
  591.         if (\$nextSticky.length > 0 && \$thisSticky.offset().top >= \$nextStickyPosition) {
  592.           \$thisSticky.addClass(\"absolute\").css(\"top\", \$nextStickyPosition);
  593.         }
  594.       } else {
  595.         
  596.         var \$prevSticky = \$stickies.eq(i - 1);
  597.         \$thisSticky.removeClass(\"fixed\");
  598.         if (\$prevSticky.length > 0 && \$window.scrollTop() <= \$thisSticky.data('originalPosition') - \$thisSticky.data('originalHeight')) {
  599.           \$prevSticky.removeClass(\"absolute\").removeAttr(\"style\");
  600.         }
  601.       }
  602.     });
  603.   };
  604.   return {
  605.     load: load
  606.   };
  607. })();
  608. \$(function() {
  609.   stickyHeaders.load(\$(\".followMeBar\"));
  610. });
  611.   </script>
  612. ";
  613.         
  614.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  615.         
  616.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  617.     }
  618.     public function getTemplateName()
  619.     {
  620.         return "@Flexy/FrontBundle/Themes/CoWorking/templates/pages/freework.html.twig";
  621.     }
  622.     public function isTraitable()
  623.     {
  624.         return false;
  625.     }
  626.     public function getDebugInfo()
  627.     {
  628.         return array (  551 => 364,  541 => 363,  522 => 347,  502 => 333,  471 => 305,  461 => 298,  457 => 297,  453 => 296,  448 => 294,  443 => 291,  434 => 288,  428 => 287,  423 => 285,  415 => 279,  413 => 278,  411 => 277,  409 => 276,  407 => 275,  402 => 272,  396 => 269,  379 => 256,  375 => 255,  347 => 229,  329 => 217,  327 => 216,  325 => 215,  323 => 214,  321 => 213,  319 => 212,  317 => 211,  315 => 210,  312 => 208,  310 => 207,  300 => 199,  291 => 193,  287 => 192,  279 => 187,  266 => 177,  262 => 175,  258 => 174,  241 => 159,  217 => 124,  213 => 123,  206 => 118,  196 => 117,  79 => 9,  74 => 6,  70 => 5,  60 => 4,  37 => 1,);
  629.     }
  630.     public function getSourceContext()
  631.     {
  632.         return new Source("{% extends '@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig' %}
  633. {% block stylesheets %}
  634. {{ parent() }}
  635.  <link rel=\"stylesheet\" href=\"{{ asset('themes/coworking/css/reservation.css') }}\" />
  636.  
  637. {#<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.css\" />#}
  638. <style>
  639. .fs-5{
  640.   font-size: 17px !important;
  641. }
  642. .title {
  643. font-family: 'Montserrat', sans-serif;
  644. font-weight:bold;
  645. font-size: 12px;
  646. padding-bottom: 0px;
  647. margin-top: 0px;color:black;
  648. }
  649.   .modal-backdrop.fade.show {
  650.         display: none;
  651. }
  652. i.fa-solid.fa-users {
  653.     font-size: 24px;
  654. }
  655. .col-md-12.col-lg-12.col-sm-12.d-flex.justify-content-end.align-items-end.mb-3 {
  656.     flex: 0 0 86%;
  657. }
  658. i.fa.fa-users {
  659.   font-size: 22px;
  660. }
  661. .titre-page{
  662. margin-top:10px;
  663. font-size: 20px;
  664. line-height:45.29px;
  665. color: #000000;
  666. }
  667.     .imageForMobile{
  668.         display:none;
  669.     } 
  670.     .imageForDesktop{
  671.         display:block;
  672.     }
  673.     
  674.         
  675.  
  676.  
  677.     @media (max-width:767px) {
  678.                 
  679.         .imageForDesktop{
  680.             display:none;
  681.         } 
  682.         .imageForMobile{
  683.             display:block;
  684.         }
  685.         
  686.         .col-sm-8.reservation-steeps{
  687.                 top: 0px
  688.         }
  689.         .divCardsForMobile{
  690.             top: 0px !important;
  691.         }
  692.         .multistep-container .mutistep-form-area{
  693.             margin-top: 0px !important;
  694.         }  
  695.         
  696.           .titre-page{
  697.               padding-left: 10px;
  698.               font-size: 15px !important;
  699.               line-height: 23.29px !important;
  700.               margin-top: 0px !important;
  701.         }
  702.          .forMobile{
  703.                 margin-top: 5% !important;
  704.         }
  705.             #btnTarifs{
  706.                     padding: 5px !important;
  707.                     font-size: 12px !important;
  708.             }
  709.             
  710.              .forMobile .col-sm-6{
  711.                 padding-right: 0px !important;
  712.                 padding-left: 0px !important;
  713.              } 
  714.              
  715.               #btnInformation{
  716.                    width: 170px !important;
  717.                     font-size: 10px !important;
  718.         }
  719.         #btnReservation{
  720.                 font-size: 10px !important;
  721.                 width: 100px!important;
  722.         }
  723.         .bureaux-desc{
  724.             padding: 15px!important;
  725.         }
  726.          .close{
  727.           width:25px !important;
  728.       }
  729.         
  730.       }
  731.       
  732.        #btnTarifs:hover{
  733.             background: #dfb150 !important;
  734.             color: white !important;
  735.         }
  736. </style>
  737.   
  738. {% endblock  %}
  739. {% block body %}
  740.  
  741.  
  742.  
  743.  
  744.      <img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/background_FREEWORK.png')}}\" style=\"width: 100%;height: 520px;\" class=\"img-fluid imageForDesktop\" />
  745.     <img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/BgFreeworkMobile.png')}}\" style=\"width: 100%;\" class=\"img-fluid imageForMobile\" />
  746.   
  747.     <div class=\"container\">
  748.     <div class=\"row\">
  749.       
  750.       <div class=\"col-sm-8 reservation-steeps\">
  751.            <div class=\"row\">
  752.           <div class=\"col-sm-6\">
  753.             <h6 class=\"titre-page\">Réservation Freework</h6>
  754.           </div>
  755.           <div class=\"col-sm-6\" style=\"margin-top:10px;\">
  756.             <a href=\"/themes/coworking/front/images/FREEWORK.pdf\" class=\"btn-res text-center text-light text-uppercase bg-dark\" style=\"float: right;padding: 8px;border-radius: 6px;font-size:13px;\" target=\"_blank\"> NOS TARIFS</a>
  757.           </div>
  758.         </div>
  759.         
  760.        
  761.      
  762.         <div class=\"container\">
  763.              {#  <div class=\"container d-flex justify-content-center align-items-center\">
  764.          
  765.          
  766.           <ul id=\"progressbar\">
  767. \t\t\t\t\t<li class=\"active\"> 
  768.              <span>  Type </span>
  769.              </li>
  770.              <li>Formule</li>
  771. \t\t\t <li>Dates</li>
  772. \t\t\t <li>Confirmation</li>
  773.            
  774.           
  775. \t\t\t\t</ul>
  776.         </div> #}
  777.              
  778.             <div class=\"col-xl-12\">
  779.               <div class=\"multistep-container\">
  780.                 <div class=\"mutistep-form-area\">
  781.                
  782.                        
  783.                             <div class=\"container\" style=\"margin-top:40px;\">
  784.                     
  785.                                 <div class=\"panel\">
  786.                                    
  787.                                      
  788.                                     {% for freework in products   %}
  789.                                           <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);\">
  790.                                             <div class=\"col-md-6 col-lg-6 col-sm-12\">
  791.                                               <img loading=\"lazy\" class=\"img-fluid\" src=\"{{ asset('uploads/coworking/shop/products/' ~ freework.image) }}\" style=\"width:90%; border-radius:6px;margin-top: 10px;\" />
  792.                                             </div>
  793.                 
  794.                                             <div class=\"bureaux-desc col-md-6 col-lg-6 col-sm-12 mt-3\" style=\"font-family:'Roboto',sans-serif; line-height:24px;\">
  795.                                               <div>
  796.                                                    <div style=\"float: right;\">
  797.                                                  <i class=\"fa fa-user\" style=\"color:black;\"></i> 
  798.                                                    </div>
  799.                                                
  800.                                                
  801.                                                 <p class=\"fs-5 title\" >{{ freework.name }}</p>
  802.                                                   <a class=\"float-left\" href=\"#\" id=\"seePrice\"  style=\"white-space:nowrap;padding-top: 10px;text-decoration:none;font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:left;color: #020202;font-weight: 500;width: 139px;\">À partir de<br> 80* MAD TTC / Journée</a>
  803.                                                
  804.                                                 <br><br><br><br>
  805.                                                       
  806.                                                         <a  href=\"#\" data-toggle=\"modal\" id=\"seeDetails\" data-target=\"#aynModal{{ freework.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>
  807.                                                         <a href=\"{{path(\"reservationFreeworkstep1\",{id:freework.id})}}\" 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</a>
  808.                                                       
  809.                                                
  810.                                                
  811.                                                
  812.                                                 <div style=\"color:rgba(107, 111, 123, 1); line-height:20px; font-size:13px; font-weight:400;\">
  813.                                                  <!-- <p style=\"padding-top: 0px;\">{{ freework.description }}</p>-->
  814.                                                  
  815.                                                 </div>
  816.                                               </div>
  817.                                             </div>
  818.                 
  819.                                              <div class=\"col-md-12 col-lg-12 col-sm-12 d-flex justify-content-end align-items-end mb-3\">
  820.                                                 {# <div class=\"row\" id=\"forDesktop\">#}
  821.                                                 {#        <div class=\"col-md-4\">#}
  822.                                                         
  823.                                                 {#        </div> #}
  824.                                                 {#         <div class=\"col-md-4\">#}
  825.                                                 {#           <a class=\"float-right\" href=\"#\" data-toggle=\"modal\" id=\"seeDetails\"  data-target=\"#aynModal{{ freework.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</u></a>#}
  826.                                                 {#        </div>#}
  827.                                                 {#         <div class=\"col-md-4\">#}
  828.                                                 {#            <a href=\"{{path(\"reservationFreeworkstep1\",{id:freework.id})}}\" 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</a>#}
  829.                                                 {#        </div> #}
  830.                                                 {#</div>#}
  831.                                                 
  832.                                             </div>
  833.                                             
  834.                                             
  835.                                             
  836.                                             
  837.                                             
  838.                                             
  839.                                             
  840.                                           </div>
  841.                                   
  842.                                    
  843.                                 {% endfor %} 
  844.                                       
  845.                                               
  846.                                 </div>
  847.                                 
  848.                             </div>
  849.                             
  850.                            
  851.                      
  852.  
  853.                     </form>
  854.                   </div>
  855.                   <!--  -->
  856.                   
  857.                  
  858.                   <!--  -->
  859.                 </div>
  860.               </div>
  861.              
  862.           </div>
  863.         </div>
  864.         
  865.     {% for freework in products %}
  866.     <div class=\"modal fade\" id=\"aynModal{{freework.id}}\">
  867. \t\t\t\t\t\t\t<div class=\"modal-dialog modal-lg\">
  868. \t\t\t\t\t\t\t\t<div
  869. \t\t\t\t\t\t\t\t\tclass=\"modal-content\">
  870. \t\t\t\t\t\t\t\t\t<!-- Modal Header -->
  871. \t\t\t\t\t\t\t\t\t<div class=\"modal-header\" style=\"justify-content: end;\">
  872. \t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\">&times;</button>
  873. \t\t\t\t\t\t\t\t\t</div>
  874. \t\t\t\t\t\t\t\t\t<div class=\"container\">
  875. \t\t\t\t\t\t\t\t\t\t<div class=\"row\">
  876. \t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
  877. \t\t\t\t\t\t\t\t\t\t\t\t<h2 style=\"font-size:25px;font-wight:bold;margin-top:5%;\">{{freework.name}}</h2>
  878. \t\t\t\t\t\t\t\t\t\t\t</div>
  879. \t\t\t\t\t\t\t\t\t\t\t<small>
  880. \t\t\t\t\t\t\t\t\t\t\t{{freework.shortDescription}}    
  881. \t\t\t\t\t\t\t\t\t\t\t</small>
  882. \t\t\t\t\t\t\t\t\t\t\t{#<div class=\"col-sm-6\">#}
  883. \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%;\">#}
  884. \t\t\t\t\t\t\t\t\t\t\t{#\t\tRéserver#}
  885. \t\t\t\t\t\t\t\t\t\t\t{#\t</a>#}
  886. \t\t\t\t\t\t\t\t\t\t\t{#</div>#}
  887. \t\t\t\t\t\t\t\t\t\t</div>
  888. \t\t\t\t\t\t\t\t\t\t
  889. \t\t\t\t\t\t\t\t\t\t<!-- Modal body -->
  890. \t\t\t\t\t\t\t\t\t
  891. \t\t\t\t\t\t\t\t\t\t<div class=\"modal-body\">
  892. \t\t\t\t\t\t\t\t\t\t    
  893. \t\t\t\t\t\t\t\t\t\t   <img loading=\"lazy\" src=\"{{ asset('uploads/coworking/shop/products/' ~ freework.image) }}\"  id=\"main\">
  894.                                             <div id=\"thumbnails\">
  895.                                                  {% for image in freework.images  %} 
  896.                                               <img loading=\"lazy\" src=\"/uploads/coworking/detail/{{image.path}}\">
  897.                    
  898.                                             {% endfor %}
  899.                                             </div>
  900. \t\t\t\t\t\t\t\t\t\t   
  901. <!--<img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/iimg6.png')}}\" id=\"main\">
  902. <div id=\"thumbnails\">
  903.   <img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/iimg6.png')}}\">
  904.   <img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/iimg1.png')}}\">
  905.   <img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/iimg2.png')}}\">
  906. </div>-->
  907. \t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"margin-top:5%;\">
  908. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
  909. \t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">
  910. \t\t\t\t\t\t\t\t\t\t\t\t\t\tÉquipements</p>
  911. \t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
  912. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>{{ freework.description|nl2br|raw }}</li>
  913. \t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  914. \t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
  915. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  916. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
  917. \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>
  918. \t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
  919. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>Accès internet wifi haut débit ( Gratuit )</li>
  920. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Accès internet par cable</li>
  921. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Parking</li>
  922. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Restaurants</li>
  923. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Fitness et vestiaires</li>
  924. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace gaming</li>
  925. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Nap room</li>
  926. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Centre de beauté</li>
  927. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace kitchenette</li>
  928. \t\t\t\t\t\t\t\t\t\t\t\t\t\t 
  929. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Free work</li>
  930. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Photocopie
  931. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</li>
  932. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Secrétariat</li>
  933. \t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
  934. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  935. \t\t\t\t\t\t\t\t\t\t\t</div>
  936. \t\t\t\t\t\t\t\t\t\t\t
  937. \t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">
  938. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-12\">
  939. \t\t\t\t\t\t\t\t\t\t\t\t\t<div>
  940. \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:freework.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%;\">
  941. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\tRéserver
  942. \t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
  943. \t\t\t\t\t\t\t\t\t\t\t\t\t</div>
  944. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  945. \t\t\t\t\t\t\t\t\t\t\t</div>
  946. \t\t\t\t\t\t\t\t\t\t</div>
  947. \t\t\t\t\t\t\t\t\t</div>
  948. \t\t\t\t\t\t\t\t</div>
  949. \t\t\t\t\t\t\t</div>
  950. \t\t\t\t\t\t</div>
  951. {%  endfor  %}
  952.       </div>
  953.     </div>
  954.   </div>
  955.   
  956.   
  957. {% endblock %}
  958. {% block javascripts %}
  959.   <!-- MAIN CONTENT -->
  960. <script src=\"https://code.jquery.com/jquery-3.4.1.min.js\" integrity=\"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=\" crossorigin=\"anonymous\"></script>
  961. <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
  962. <script type=\"text/javascript\" src=\"chosen/chosen.jquery.min.js\"></script>
  963. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.jquery.js\"></script>
  964.   <script>
  965.        \$(document).ready(function () {
  966.              
  967.       \$(\"#seeDetails\").click(function(){
  968.           \$(\".panel-sticky\").css('z-index','0');
  969.       });
  970.        \$(\".close\").click(function(){
  971.           \$(\".panel-sticky\").css('z-index','9999999');
  972.       });
  973.       \$(\"#selectAdon\").chosen();
  974.       \$('.multistep-container .form-box .button-row .next').click(function () {
  975.         \$(this).parents('.form-box').fadeOut('fast')
  976.         \$(this).parents('.form-box').next().fadeIn('fast')
  977.       })
  978.       \$('.multistep-container .form-box .button-row .previous').click(function () {
  979.         \$(this).parents('.form-box').fadeOut('fast')
  980.         \$(this).parents('.form-box').prev().fadeIn('fast')
  981.       })
  982.       
  983.     
  984.       
  985.       \$('.ReserveNext').click(function () {
  986.         \$(this).parents('.form-box').fadeOut('fast')
  987.         \$(this).parents('.form-box').next().fadeIn('fast')
  988.       })
  989.       \$('.ReservePrevious').click(function () {
  990.         \$(this).parents('.form-box').fadeOut('fast')
  991.         \$(this).parents('.form-box').prev().fadeIn('fast')
  992.       })
  993.     
  994.     
  995.     
  996.       
  997.     //   alert(\"frfr\");
  998.     var thumbnails = document.getElementById(\"thumbnails\")
  999. var imgs = thumbnails.getElementsByTagName(\"img\")
  1000. var main = document.getElementById(\"main\")
  1001. var counter=0;
  1002. for(let i=0;i<imgs.length;i++){
  1003.   let img=imgs[i]
  1004.   
  1005.   
  1006.   img.addEventListener(\"click\",function(){
  1007.   main.src=this.src
  1008. })
  1009.   
  1010. }
  1011.     });
  1012.     
  1013.     
  1014.     
  1015.     
  1016.     
  1017.     
  1018.     /**/
  1019.       var stickyHeaders = (function() {
  1020.   var \$window = \$(window),
  1021.       \$stickies;
  1022.   var load = function(stickies) {
  1023.     if (typeof stickies === \"object\" && stickies instanceof jQuery && stickies.length > 0) {
  1024.       \$stickies = stickies.each(function() {
  1025.         var \$thisSticky = \$(this).wrap('<div class=\"followWrap\" />');
  1026.   
  1027.         \$thisSticky
  1028.             .data('originalPosition', \$thisSticky.offset().top)
  1029.             .data('originalHeight', \$thisSticky.outerHeight())
  1030.               .parent()
  1031.               .height(\$thisSticky.outerHeight()); \t\t\t  
  1032.       });
  1033.       \$window.off(\"scroll.stickies\").on(\"scroll.stickies\", function() {
  1034. \t\t  _whenScrolling();\t\t
  1035.       });
  1036.     }
  1037.   };
  1038.   var _whenScrolling = function() {
  1039.     \$stickies.each(function(i) {\t\t\t
  1040.       var \$thisSticky = \$(this),
  1041.           \$stickyPosition = \$thisSticky.data('originalPosition');
  1042.       
  1043.       console.log(\$thisSticky.data('num') + ' is at' + \$stickyPosition);
  1044.       if (\$stickyPosition <= \$window.scrollTop()) {        
  1045.         
  1046.         var \$nextSticky = \$stickies.eq(i + 1),
  1047.             \$nextStickyPosition = \$nextSticky.data('originalPosition') - \$thisSticky.data('originalHeight');
  1048.         \$thisSticky.addClass(\"fixed\");
  1049.         if (\$nextSticky.length > 0 && \$thisSticky.offset().top >= \$nextStickyPosition) {
  1050.           \$thisSticky.addClass(\"absolute\").css(\"top\", \$nextStickyPosition);
  1051.         }
  1052.       } else {
  1053.         
  1054.         var \$prevSticky = \$stickies.eq(i - 1);
  1055.         \$thisSticky.removeClass(\"fixed\");
  1056.         if (\$prevSticky.length > 0 && \$window.scrollTop() <= \$thisSticky.data('originalPosition') - \$thisSticky.data('originalHeight')) {
  1057.           \$prevSticky.removeClass(\"absolute\").removeAttr(\"style\");
  1058.         }
  1059.       }
  1060.     });
  1061.   };
  1062.   return {
  1063.     load: load
  1064.   };
  1065. })();
  1066. \$(function() {
  1067.   stickyHeaders.load(\$(\".followMeBar\"));
  1068. });
  1069.   </script>
  1070. {% endblock %}
  1071. ""@Flexy/FrontBundle/Themes/CoWorking/templates/pages/freework.html.twig""/home/gebcloud/public_html/cowork.gebanalysis.cloud/src/Flexy/FrontBundle/Themes/CoWorking/templates/pages/freework.html.twig");
  1072.     }
  1073. }