var/cache/dev/twig/17/17d35df1117b5d422fa70c834c4c6e4e.php line 39

  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/home/index.html.twig */
  14. class __TwigTemplate_818c4250355f0f350b9742d44abddf77 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.             'body' => [$this'block_body'],
  24.             'javascripts' => [$this'block_javascripts'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig"));
  39.         $this->parent $this->loadTemplate("@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig""@Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45.     }
  46.     // line 3
  47.     public function block_body($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  54.         // line 4
  55.         echo "    <link rel=\"shortcut icon\" href=\"";
  56.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/images/logo-black.png"), "html"nulltrue);
  57.         echo "\" />
  58.     <link href=\"https://fonts.cdnfonts.com/css/montserrat\" rel=\"stylesheet\">
  59.     <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css\">
  60.     <link rel=\"stylesheet\" href=\"https://unpkg.com/flickity@2/dist/flickity.min.css\">
  61.  <style>
  62.  
  63. .cardsMobile {
  64.        display: none;
  65. }
  66. .cardsDesktop {
  67.        display: block;
  68. }
  69.  
  70. \t        .img-container{
  71.             padding-top:12px;
  72.         }
  73.         .img-bureaux{
  74.             object-fit:cover;
  75.             width:100%;
  76.             height:100%;
  77.         }
  78.         
  79.      
  80.         
  81.         .block-bureaux{
  82.             width:270px; 
  83.             height:140px; 
  84.             background-image:url('themes/coworking/front/images/Screenshot__30__1-removebg-preview 3.png');
  85.             background-position:bottom; 
  86.             background-repeat:no-repeat; 
  87.             background-size:40%;
  88.         }
  89.         .block-bureaux img{
  90.             width:70%;
  91.         }
  92.         .block-bureaux p{
  93.             font-family:'Lato', sans-serif;
  94.             font-weight: 600; 
  95.             letter-spacing:8px; 
  96.             text-transform: uppercase; 
  97.             font-size: 13px;
  98.              
  99.         }
  100.         select:required:invalid {
  101.            color: #666;
  102.            background-color:rgba(232, 232, 234, 1);
  103.         }
  104.         option[value=\"\"][disabled] {
  105.             display: none;
  106.         }
  107.         option {
  108.             color: #000;
  109.             
  110.         }
  111.         .image-for-brx{
  112.             z-index:0; 
  113.             margin-left:-50px; 
  114.         }
  115.         .text-for-brx{
  116.             z-index:1; 
  117.             padding:27px 30px 30px 40px; 
  118.             margin-left:70px; 
  119.             background-color:white; 
  120.             filter:drop-shadow(0 12px 33px rgba(0, 0, 0, 0.05));
  121.         }
  122.         .card-brx{
  123.             padding: 18px 5px 18px 5px;
  124.         }
  125.     
  126.         @media(max-width:991px){
  127.             .text-for-brx{
  128.                 margin-left:0; 
  129.             }
  130.             .image-for-brx{
  131.                 margin:auto;
  132.             }
  133.         }
  134.         @media only screen and (max-width: 1200px) {
  135.             .img-container{
  136.                 height:70vh;
  137.                 width:100%;
  138.                 padding:0;
  139.             }
  140.             
  141.             .block-bureaux{
  142.                 width:220px;
  143.                 height:130px;
  144.                 display:none;
  145.             }
  146.             .block-bureaux img{
  147.                 width:60%;
  148.             }
  149.             .block-bureaux p{
  150.                 font-size:10px;
  151.             }
  152.         }
  153.         
  154.         button.btn.btn-formulaire {
  155.             background: #FCD46B;
  156.             color: white;
  157.             font-weight: 500;
  158.             border-radius: 0px;
  159.             text-transform: uppercase;
  160.             font-size: 13px;
  161.             padding-left: 20px;
  162.             padding-right: 25px;
  163.         }
  164.         
  165.         button.btn.btn-formulaire:hover{
  166.              background: #ffffff40;
  167.         }
  168.         button.btn.btn-date {
  169.             background: #ffffff40;
  170.             border: 1px solid white;
  171.             color: white;
  172.             font-weight: 500;
  173.             border-radius: 0px;
  174.             text-transform: uppercase;
  175.             font-size: 13px;
  176.            
  177.         }
  178.         
  179.           button.btn.btn-date:hover{
  180.             background: #ffd86e;
  181.         }
  182.        
  183.        
  184.           .divMobile{
  185.             display:none;
  186.         }
  187.         
  188.             .container.mobile-version{
  189.                 display: none;
  190.             }
  191.         
  192.             @media (max-width:767px) {
  193.                 
  194.                 .container.laptop-version {
  195.                     display: none;
  196.                 }
  197.                 .container.mobile-version{
  198.                     display: block !important;
  199.                 }
  200.                 html, body {
  201.                   overflow-x: hidden  !important;
  202.                 }
  203.                 body {
  204.                   position: relative !important;
  205.                 }
  206.              .bureaux-desc{
  207.                 display:flex;
  208.                 justify-content: center; 
  209.              }
  210.              .btn-res{
  211.                 margin-top: 10px;
  212.              }
  213.              /*img-fluid w-100 object-fit-cover{*/
  214.              /*    display:none;*/
  215.              /*}*/
  216.              
  217.                 .image-section{
  218.             display:inline;
  219.         }
  220.              .image-for-brx{
  221.                 margin:auto;
  222.             }
  223.             .text-for-brx{
  224.                 margin-left:0; 
  225.             }
  226.             
  227.             .w-75 {
  228.                 width:100% !important;
  229.             }
  230.             
  231.         .divDesktop{
  232.             display:none;
  233.         } 
  234.         .divMobile{
  235.             display:block;
  236.         }
  237.         
  238.         .cardsMobile {
  239.        display: block;
  240.         }
  241.         
  242.          .cardsDesktop {
  243.        display: none;
  244.         }
  245.         
  246.         .flip-card-inner {
  247.    
  248.             width: 170px;
  249.             height: 170px;
  250.         }
  251.         
  252.         button.btn.btn-formulaire {
  253.             background: #FCD46B;
  254.             color: white;
  255.             font-weight: 500;
  256.             border-radius: 0px;
  257.             text-transform: uppercase;
  258.             font-size: 13px;
  259.             padding-left: 20px;
  260.             padding-right: 25px;
  261.             position: relative;
  262.             top: -55px;
  263.         }
  264.       
  265.       .w-50{
  266.           width:80% !important;
  267.       }
  268.       iframe{
  269.           width:100% !important;
  270.           /*margin-right: 0px;*/
  271.           /*margin-left: -20px;*/
  272.       }
  273.       
  274.       .p-5 {
  275.           padding: 0rem!important;
  276.       }
  277.       .gmap_canvas{
  278.         width: 322px !important;
  279. }
  280.       }
  281.    
  282.         
  283.         
  284.     
  285.     /* GRID SYSTEM - CSS */
  286. @font-face {
  287.   
  288.   src: url(/public/fonts/DidactGothic-Regular.ttf);
  289. }
  290. .textPatchword{
  291.   /**/
  292.   font-family: \"Montserrat\", Sans-serif;
  293. }
  294. /* Grid System: Settings */
  295. .grid-settings {
  296.   position: fixed; 
  297.   width: 200px;
  298.   top: 80px;
  299.   right: 20px; 
  300.   z-index: 9999; 
  301. }
  302. /* Grid System: Grids */
  303. .grid-system {
  304.   text-align: center;
  305.   position: fixed;
  306.   right: 0;
  307.   left: 0; 
  308.   margin-right: auto;
  309.   margin-left: auto;
  310.   height: 100vh;
  311.   z-index: 1;
  312.   visibility: visible;
  313. }
  314. .grid-system div[class^=\"col-\"] {
  315.     border-left: 1px dotted rgba(0, 0, 0, 0.2);
  316.     height: 100vh;
  317. }
  318. .grid-system div[class^=\"col-\"]:last-child {
  319.     border-right: 1px dotted rgba(0, 0, 0, 0.2);
  320. }
  321. .grid-system .col-div {
  322.     background-color: rgba(0, 0, 0, 0.025);
  323.     border: none !important; 
  324.     padding-top: 15px; 
  325.     color: rgba(0, 0, 0, 0.3);
  326. }
  327. /* Grid System: Light Theme */
  328. .grid-system.light .col-div { 
  329.   background-color: rgba(255, 255, 255, 0.025); 
  330.   color: rgba(255, 255, 255, 0.3);
  331. }
  332. .grid-system.light div[class^=\"col-\"], 
  333. .grid-system.light div[class^=\"col-\"]:last-child { 
  334.   border-color: rgba(255, 255, 255, 0.2);
  335. }
  336. /* FOR DEMO PURPOSES ONLY: */
  337. .bg-dark h1, .bg-dark h2 {
  338.   color: #fff;
  339. }
  340. .bg-dark p {
  341.   color: rgba(255, 255, 255, .5);
  342. }
  343. .grid-settings .card-body p {
  344.   color: #212529;;
  345. }
  346.     
  347.  main{
  348.  /* background: #F6F4FE;*/
  349.       /*background: linear-gradient(#F6F4FE, #908f91);*/
  350.       /*background: linear-gradient(90deg, rgb(227 227 227) 0%, rgba(120,90,157,1) 53%, rgb(77 45 105) 100%);*/
  351.      
  352.  background-image: url(/public/images/fond.png);
  353.  background-size: cover;*/
  354.     background-repeat: no-repeat;
  355. }
  356.  main{
  357.  /* background: #F6F4FE;*/
  358.   padding-top: 1.5%;
  359.    padding-bottom: 2%;
  360.   
  361. }
  362. .fa-linkedin{
  363.   color: #1565C0;
  364.   font-size: 30px;
  365.  /* float:right; */
  366. }
  367. .btn-light{
  368.     background: white;
  369.     border-radius: 54px;
  370.     padding: 15px 30px;
  371.     width: 200px;
  372.     font-weight: 500;
  373. }
  374. #divBg {    
  375.    
  376.      background-position: right 5% bottom 50%;
  377.   /*background-image: url(/public/images/bgBackground.png);*/
  378.       background-size: cover;
  379.      /* position: absolute;*/
  380.       top: 0px;
  381.       right: 0px;
  382.       bottom: 0px;
  383.      
  384. }
  385. .Img{
  386.  width:600px;
  387.  height:200px;
  388. }
  389. .logo{
  390.    width: 30%;
  391. }
  392.  .btn-light{
  393.    position: relative;
  394.     top: 100%;
  395. }
  396. @media only screen and (max-width: 600px) {
  397.   .btn-light{
  398.     background: white;
  399.     border-radius: 54px;
  400.     padding: 15px 1px;
  401.     width: 150px;
  402.     font-weight: 500;
  403. }
  404. .Img{
  405.     width:100%;
  406. }
  407. .logo{
  408.     width:40%;
  409. }
  410. .btn-light{
  411.    position: relative;
  412.     top:0;
  413. }
  414.  
  415. }
  416.  @import url('https://fonts.cdnfonts.com/css/montserrat');
  417.  @import url('https://cdnjs.cloudflare.com/ajax/libs/iCheck/1.0.1/demo/css/montserrat-bold.ttf'); 
  418.  
  419.  p,button{  font-family: 'Montserrat', sans-serif;
  420. }
  421.  
  422. h1{  
  423.     font-family: 'Montserrat', sans-serif;
  424.     font-weight: 800;
  425. }
  426.  
  427. /* css For whatsap**/
  428. .wrapperX {
  429.   display: flex;
  430.   justify-content: space-between;
  431.   align-items: flex-start;
  432.   margin: auto;
  433.   max-width: 800px;
  434. }
  435. .titlePourQuoi:after {
  436.     content: '';
  437.     display: block;
  438.     width: 40px;
  439.     height: 5px;
  440.     background: #c6c9ce;
  441.     margin: 0;
  442.     margin-top: 15px;
  443.     border-radius: 3px;
  444.     
  445. }
  446. .bloc-text-a-propos-right {
  447.   position: relative;
  448.   right: 30px;
  449.   height: 185px;
  450. }
  451. /*.flip-card {*/
  452. /*  background-color: transparent;*/
  453. /*  width: 300px;*/
  454. /*  height: 300px;*/
  455. /*  perspective: 1000px;*/
  456. /*}*/
  457. /*.flip-card-inner {*/
  458. /*  position: relative;*/
  459. /*  width: 270px;*/
  460. /*  height: 215px;*/
  461. /*  text-align: center;*/
  462. /*  transition: transform 0.6s;*/
  463. /*  transform-style: preserve-3d;*/
  464. /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  465. /*  backface-visibility: hidden;*/
  466. /*  -moz-backface-visibility: hidden;*/
  467. /*}*/
  468. /*.flip-card:focus {*/
  469. /*    outline: 0;*/
  470. /*}*/
  471. /*.flip-card:hover .flip-card-inner,*/
  472. /*.flip-card:focus .flip-card-inner{*/
  473. /*  transform: rotateY(180deg);*/
  474. /*}*/
  475. /*.flip-card-front,*/
  476. /*.flip-card-back {*/
  477. /*  position: absolute;*/
  478. /*  width: 100%;*/
  479. /*  height: 100%;*/
  480. /*}*/
  481. /*.flip-card-front {*/
  482. /*  background-color: rgba(255, 255, 255, 1);*/
  483. /*  color: black;*/
  484. /*  z-index: 2;*/
  485.   /*display: flex;*/
  486. /*  justify-content: center;*/
  487. /*  align-items: center;*/
  488. /*}*/
  489. /*.flip-card-back {*/
  490. /*    background-color: rgba(255, 255, 255, 1); */
  491. /*      color: white;*/
  492. /*      transform: rotateY(180deg);*/
  493. /*      z-index: 1;*/
  494.       /*display: flex;*/
  495. /*      justify-content: center;*/
  496. /*      align-items: center;*/
  497. /*       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  498. /*}*/
  499.  @media (max-width:767px) {
  500.         
  501.         .flip-card-inner {
  502.    
  503.             width: 170px !important;
  504.             height: 240px!important;
  505.         }
  506.         
  507.         .flip-card {
  508.        
  509.         height: 250px;
  510.        
  511.         }
  512.    
  513.       }
  514.       
  515.       
  516. /***/
  517. .flip-card {
  518.   background-color: transparent;
  519.   width: 300px;
  520.   height: 300px;
  521.   perspective: 1000px;
  522. }
  523. .flip-card-inner {
  524.   position: relative;
  525.   width: 100%;
  526.   height: 100%;
  527.   text-align: center;
  528.   transition: transform 0.6s;
  529.   transform-style: preserve-3d;
  530.   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  531. }
  532. .flip-card:hover .flip-card-inner {
  533.   transform: rotateY(180deg);
  534. }
  535. .flip-card-front, .flip-card-back {
  536.   position: absolute;
  537.   width: 100%;
  538.   height: 100%;
  539.   -webkit-backface-visibility: hidden;
  540.   backface-visibility: hidden;
  541. }
  542. .flip-card-front {
  543.   background-color: rgba(255, 255, 255, 1);
  544.   color: black;
  545. }
  546. .flip-card-back {
  547.   background-color: #ffffff;
  548.   color: white;
  549.   transform: rotateY(180deg);
  550. }
  551. /** début carousel */
  552.     
  553.   
  554. #cCarousel {
  555.   position: relative;
  556.   max-width: 1300px;
  557.   margin: auto;
  558. }
  559. #cCarousel .arrow {
  560.   position: absolute;
  561.   top: 50%;
  562.   display: flex;
  563.   width: 45px;
  564.   height: 45px;
  565.   justify-content: center;
  566.   align-items: center;
  567.   border-radius: 50%;
  568.   z-index: 1;
  569.   font-size: 26px;
  570.   color: white;
  571.   background: #00000072;
  572.   cursor: pointer;
  573. }
  574. #cCarousel #prev {
  575.   left: 0px;
  576. }
  577. #cCarousel #next {
  578.   right: 0px;
  579. }
  580. #carousel-vp {
  581.   width: 940px;
  582.   height: 500px;
  583.   display: flex;
  584.   align-items: center;
  585.   position: relative;
  586.   overflow: hidden;
  587.   margin: auto;
  588. }
  589. @media (max-width: 770px) {
  590.   #carousel-vp {
  591.     width: 510px;
  592.   }
  593. }
  594. @media (max-width: 510px) {
  595.   #carousel-vp {
  596.     width: 250px;
  597.   }
  598. }
  599. #cCarousel #cCarousel-inner {
  600.   display: flex;
  601.   position: absolute;
  602.   transition: 0.3s ease-in-out;
  603.   gap: 40px;
  604.   left: 0px;
  605. }
  606. .cCarousel-item {
  607.   width: 280px;
  608.   /*height: 365px;*/
  609.   border: 2px solid white;
  610.   border-radius: 15px;
  611.   overflow: hidden;
  612.   display: flex;
  613.   flex-direction: column;
  614. }
  615. .cCarousel-item img {
  616.   width: 100%;
  617.   object-fit: cover;
  618.   min-height: 246px;
  619.   color: white;
  620. }
  621. .cCarousel-item .infos {
  622.   height: 100%;
  623.   display: flex;
  624.   flex-direction: column;
  625.   align-items: center;
  626.   justify-content: space-around;
  627.   background: white;
  628.   color: black;
  629. }
  630. .cCarousel-item .infos button {
  631.   background: #222;
  632.   padding: 10px 30px;
  633.   border-radius: 15px;
  634.   color: white;
  635.   font-size: 1rem;
  636.   font-weight: bold;
  637.   cursor: pointer;
  638. }
  639. article.cCarousel-item{
  640.     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  641.     padding: 4px;
  642. }
  643.     .lire-suite{
  644.         color: black;
  645.         text-decoration: underline;
  646.         font-weight: 600;
  647.     }
  648. .custom-hr {
  649.       width: 30px;
  650.       border: 0;
  651.       border-top: 2px solid black; 
  652.       margin: 10px auto; /* Center align the hr */
  653.     }
  654.  
  655.         /* General Styling */
  656.  @keyframes scroll {
  657. \t 0% {
  658. \t\t transform: translateX(0);
  659. \t}
  660. \t 100% {
  661. \t\t transform: translateX(calc(-250px * 7));
  662. \t}
  663. }
  664.  .slider {
  665. \t background: white;
  666. \t box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
  667. \t height: 100px;
  668. \t margin: auto;
  669. \t overflow: hidden;
  670. \t position: relative;
  671.     width: 100%;
  672. }
  673.  .slider::before, .slider::after {
  674. \t background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  675. \t content: \"\";
  676. \t height: 100px;
  677. \t position: absolute;
  678. \t width: 200px;
  679. \t z-index: 2;
  680. }
  681.  .slider::after {
  682. \t right: 0;
  683. \t top: 0;
  684. \t transform: rotateZ(180deg);
  685. }
  686.  .slider::before {
  687. \t left: 0;
  688. \t top: 0;
  689. }
  690.  .slider .slide-track {
  691. \t animation: scroll 25s linear infinite;
  692. \t display: flex;
  693. \t width: calc(250px * 14);
  694. }
  695.  .slider .slide {
  696. \t height: 100px;
  697. \t width: 250px;
  698. }
  699. /***/
  700. /* external css: flickity.css */
  701. * {
  702.   -webkit-box-sizing: border-box;
  703.   box-sizing: border-box;
  704. }
  705. body { font-family: sans-serif; }
  706. .gallery {
  707.   background: #EEE;
  708. }
  709. .gallery-cell {
  710.   width: 350px;
  711.   height: 200px;
  712.   margin-right: 10px;
  713.   /*background: #8C8;*/
  714.   /*counter-increment: gallery-cell;*/
  715. }
  716. /* cell number */
  717. .gallery-cell:before {
  718.   display: block;
  719.   text-align: center;
  720.   /*content: counter(gallery-cell);*/
  721.   line-height: 200px;
  722.   font-size: 80px;
  723.   color: white;
  724. }
  725. .flickity-enabled.is-draggable .flickity-viewport {
  726.     height: 270PX !important;
  727. }
  728. .flickity-page-dots{
  729.     display:none;
  730. }
  731. .fw-light p {
  732.    margin: 0px 0 0 0;
  733. }
  734.  .divReuninonWeb{
  735.                 
  736.                  background-image: url('";
  737.         // line 760
  738.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/picSalleReunion22.png"), "html"nulltrue);
  739.         echo "');
  740.                background-repeat: no-repeat;
  741.     background-size: 100% 100%;
  742.     height: 405px;
  743.             }
  744. </style>
  745. \t  <div class=\"row divDesktop\">
  746.       <div class=\"col-sm-4\" style=\"background-image:url(";
  747.         // line 768
  748.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/pictureBureaux2.png"), "html"nulltrue);
  749.         echo ");background-repeat: no-repeat;background-size: 100% 100%;height: 405px;\">
  750.       
  751.     \t\t\t\t\t    \t<a href=\"";
  752.         // line 770
  753.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationbureaux");
  754.         echo "\" style=\"position: absolute;bottom: 20px;left: 40%;\">
  755.             \t\t\t\t\t\t<button class=\"btn btn-formulaire\">
  756.             \t\t\t\t\t\t";
  757.         // line 772
  758.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("RÉSERVER", [], "front"), "html"nulltrue);
  759.         echo "\t
  760.             \t\t\t\t\t\t</button>
  761.     \t\t\t\t\t\t</a>
  762.     \t\t\t\t
  763.       </div>
  764.      <div class=\"col-sm-4 divReuninonWeb\" >
  765.       \t
  766.     \t\t\t\t\t    \t<a href=\"";
  767.         // line 779
  768.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationsallereuninon");
  769.         echo "\" style=\"position: absolute;bottom: 20px;left: 40%;\">
  770.             \t\t\t\t\t\t<button class=\"btn btn-formulaire\" >
  771.             \t\t\t\t\t\t";
  772.         // line 781
  773.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("RÉSERVER", [], "front"), "html"nulltrue);
  774.         echo "
  775.             \t\t\t\t\t\t</button>
  776.     \t\t\t\t\t\t</a>
  777.     \t\t\t\t
  778.       </div>
  779.       ";
  780.         // line 787
  781.         echo "      
  782.     \t\t";
  783.         // line 789
  784.         echo "      ";
  785.         // line 790
  786.         echo "      ";
  787.         // line 791
  788.         echo "      ";
  789.         // line 792
  790.         echo "    \t\t";
  791.         // line 793
  792.         echo "    \t\t\t\t
  793.       ";
  794.         // line 795
  795.         echo "      <div class=\"col-sm-4\" style=\"background-image:url(";
  796.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/picFreework2.png"), "html"nulltrue);
  797.         echo ");background-repeat: no-repeat;background-size: 100% 100%;height:  405px;\">
  798.       
  799.     \t\t\t\t\t    \t<a href=\"";
  800.         // line 797
  801.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationfreework");
  802.         echo "\" style=\"position: absolute;bottom: 20px;left: 40%;\">
  803.             \t\t\t\t\t\t<button class=\"btn btn-formulaire\">
  804.             \t\t\t\t\t\t";
  805.         // line 799
  806.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("RÉSERVER", [], "front"), "html"nulltrue);
  807.         echo "
  808.             \t\t\t\t\t\t</button>
  809.     \t\t\t\t\t\t</a>
  810.     \t\t\t\t
  811.       </div>
  812. </div>
  813.   \t<div class=\"divMobile\">
  814. \t        <div>
  815.                 <div class=\"col-md-12\"  id=\"divImagesHeaderMobile\" style=\"padding: 0px;\">
  816.                     
  817.                     
  818.                       <div class=\"d-flex align-items-center justify-content-center\" style=\"background-image:url(";
  819.         // line 814
  820.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/picBureax2Mobile.png"), "html"nulltrue);
  821.         echo ");height:215px;background-size: 100% 100%;\">
  822.                           
  823.                          
  824.                        
  825.                          <a href=\"";
  826.         // line 819
  827.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationbureaux");
  828.         echo "\" class=\"btn btn-formulaire\"  
  829.                      style=\"
  830.                             background: #FCD46B;
  831.                             color: white;
  832.                             font-weight: 500;
  833.                             border-radius: 0px;
  834.                             text-transform: uppercase;
  835.                             font-size: 13px;
  836.                             padding-left: 26px;
  837.                             padding-right: 26px;
  838.                             position: relative;
  839.                             bottom: -70px;\">
  840.                          RÉSERVER
  841.                          </a>
  842.                     </div>
  843.                    
  844.                     
  845.                     
  846.                     
  847.                        <div class=\"d-flex align-items-center justify-content-center\"  style=\"background-image:url(";
  848.         // line 838
  849.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/pictureSalleReunino2Mobile.png"), "html"nulltrue);
  850.         echo ");height:215px;background-size: 100% 100%;\">
  851.                       ";
  852.         // line 840
  853.         echo "                      ";
  854.         // line 841
  855.         echo "
  856.                            <a href=\"";
  857.         // line 843
  858.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationsallereuninon");
  859.         echo "\"  class=\"btn btn-formulaire\"  style=\"
  860.                             background: #FCD46B;
  861.                             color: white;
  862.                             font-weight: 500;
  863.                             border-radius: 0px;
  864.                             text-transform: uppercase;
  865.                             font-size: 13px;
  866.                             padding-left: 26px;
  867.                             padding-right: 26px;
  868.                             position: relative;
  869.                             bottom: -70px;\">RÉSERVER</a>
  870.                     </div>
  871.                    
  872.                     
  873.                     
  874.                        <div class=\"d-flex align-items-center justify-content-center\"  style=\"background-image:url(";
  875.         // line 858
  876.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/picFree2Mobile.png"), "html"nulltrue);
  877.         echo ");height:215px;background-size: 100% 100%;\">
  878.                      
  879.                          <a href=\"";
  880.         // line 860
  881.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationfreework");
  882.         echo "\"   class=\"btn btn-formulaire\" style=\"
  883.                             background: #FCD46B;
  884.                             color: white;
  885.                             font-weight: 500;
  886.                             border-radius: 0px;
  887.                             text-transform: uppercase;
  888.                             font-size: 13px;
  889.                             padding-left: 26px;
  890.                             padding-right: 26px;
  891.                             position: relative;
  892.                            bottom: -70px;\">RÉSERVER</a>
  893.                     </div>
  894.                  
  895.                   
  896.                 </div>
  897.                 
  898.             </div>
  899.         </div>
  900.   
  901.   
  902.   
  903.   
  904.     <div class=\"container\" style=\"margin-top:93px;\" id=\"a-propos\">
  905.                     <div class=\"row\">
  906.                 \t     <div class=\"col-lg-12\" style=\"display: flex;background: #fbf9ed;padding: 30px;\">
  907.             \t\t\t
  908.             \t\t\t\t<div class=\"col-lg-12\">
  909.             \t\t\t\t\t<div>
  910.             \t\t\t\t\t <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\"> ";
  911.         // line 889
  912.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'889$this->source); })()), "firstTitleSection", [], "any"falsefalsefalse889), "html"nulltrue);
  913.         echo " </h1>
  914.             \t\t\t\t\t
  915.             \t\t\t\t\t\t<div>
  916.             \t\t\t\t\t\t\t<i>
  917.             \t\t\t\t\t\t\t\t<p class=\"font-italic p-3\" style=\"font-size:13px;\">
  918.             \t\t\t\t\t\t\t    ";
  919.         // line 894
  920.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'894$this->source); })()), "firstTextSection", [], "any"falsefalsefalse894);
  921.         echo "  
  922.                             \t</i>
  923.             \t\t\t\t\t\t</div>
  924.             \t\t\t\t\t</div>
  925.     </div>
  926. \t\t
  927.                         \t    \t\t 
  928.                 </div>
  929. \t\t\t        </div>
  930. \t\t        </div>
  931.   
  932.    <!-- Flickity HTML init -->
  933.     <div class=\"gallery js-flickity\" data-flickity-options='{ \"wrapAround\": true,\"autoPlay\": 1700 }' style=\"margin-top: 5%;\">
  934.         ";
  935.         // line 908
  936.         $context['_parent'] = $context;
  937.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'908$this->source); })()), "gallerieHomes", [], "any"falsefalsefalse908));
  938.         foreach ($context['_seq'] as $context["_key"] => $context["gallery"]) {
  939.             // line 909
  940.             echo "              <div class=\"gallery-cell\">
  941.                   \t<img loading=\"lazy\"  src=\"uploads/coworking/";
  942.             // line 910
  943.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["gallery"], "path", [], "any"falsefalsefalse910), "html"nulltrue);
  944.             echo "\" width=\"100%\" alt=\"\" />
  945.               </div>
  946.     \t";
  947.         }
  948.         $_parent $context['_parent'];
  949.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['gallery'], $context['_parent'], $context['loop']);
  950.         $context array_intersect_key($context$_parent) + $_parent;
  951.         // line 913
  952.         echo "    </div>
  953.   
  954. \t\t<div class=\"container-fluid\" style=\"margin-top:93px;\" id=\"nos-atouts\">
  955. \t    \t";
  956.         // line 919
  957.         echo "\t    \t<div class=\"text-center\" style=\"padding-top: 20px;\">
  958. \t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\">";
  959.         // line 920
  960.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'920$this->source); })()), "secondTitleSection", [], "any"falsefalsefalse920);
  961.         echo " </h1>
  962. \t\t\t\t</div>
  963. \t  
  964. \t\t\t
  965. \t\t\t</div>
  966.  
  967. \t
  968.     <div class=\"container-fluid pb-3 cardsDesktop\">
  969. \t\t<div class=\"row gy-3 gx-0 m-auto\">
  970. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  971. \t\t\t    
  972. \t\t\t    
  973. \t\t\t    
  974. \t\t\t    
  975. \t\t\t    
  976. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  977.                   <div class=\"flip-card-inner\" >
  978.                     <div class=\"flip-card-front\">
  979.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_247.png\">
  980.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  981.     \t\t\t\t\t    ";
  982.         // line 942
  983.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'942$this->source); })()), "textCard1", [], "any"falsefalsefalse942), "html"nulltrue);
  984.         echo 
  985.     \t\t\t\t\t</p>
  986.                     </div>
  987.                    
  988.                     <div class=\"flip-card-back\" style=\"transform: rotateX(360deg) !important;\">
  989.                         <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_247.png\">
  990.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  991. \t\t\t\t\t     ";
  992.         // line 949
  993.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'949$this->source); })()), "textFlipCard1", [], "any"falsefalsefalse949);
  994.         echo 
  995. \t\t\t\t\t</p>
  996.                     </div>
  997.                   </div>
  998.                 </div>
  999. \t\t\t</div>
  1000. \t\t\t
  1001. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  1002. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  1003.                   <div class=\"flip-card-inner\" >
  1004.                     <div class=\"flip-card-front\" >
  1005.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"src=\"themes/coworking/front/images/icon_LOCALISATION.png\">
  1006.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1007.     \t\t\t\t\t     ";
  1008.         // line 962
  1009.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'962$this->source); })()), "textCard2", [], "any"falsefalsefalse962), "html"nulltrue);
  1010.         echo "
  1011.     \t\t\t\t\t</p>
  1012.                     </div>
  1013.                    
  1014.                     <div class=\"flip-card-back\">
  1015.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_LOCALISATION.png\">
  1016.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1017. \t\t\t\t\t  
  1018.                             ";
  1019.         // line 972
  1020.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'972$this->source); })()), "textFlipCard2", [], "any"falsefalsefalse972);
  1021.         echo "
  1022. \t\t\t\t\t</p>
  1023.                     </div>
  1024.                   </div>
  1025.                 </div>
  1026. \t\t\t</div>
  1027. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  1028. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  1029.                   <div class=\"flip-card-inner\" >
  1030.                     <div class=\"flip-card-front\" >
  1031.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_NAPROOM.png\">
  1032.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1033.     \t\t\t\t\t 
  1034.                              ";
  1035.         // line 985
  1036.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'985$this->source); })()), "textCard3", [], "any"falsefalsefalse985), "html"nulltrue);
  1037.         echo "
  1038.     \t\t\t\t\t</p>
  1039.                     </div>
  1040.                    
  1041.                     <div class=\"flip-card-back\">
  1042.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_NAPROOM.png\">
  1043.                         
  1044.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1045. \t\t\t\t\t        ";
  1046.         // line 994
  1047.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'994$this->source); })()), "textFlipCard3", [], "any"falsefalsefalse994);
  1048.         echo "
  1049. \t\t\t\t\t</p>
  1050.                     </div>
  1051.                   </div>
  1052.                 </div>
  1053. \t\t\t</div>
  1054. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  1055. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  1056.                   <div class=\"flip-card-inner\" >
  1057.                     <div class=\"flip-card-front\">
  1058.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_PARKING.png\">
  1059.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1060.     \t\t\t\t\t   ";
  1061.         // line 1006
  1062.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1006$this->source); })()), "textCard4", [], "any"falsefalsefalse1006), "html"nulltrue);
  1063.         echo "
  1064.     \t\t\t\t\t</p>
  1065.                     </div>
  1066.                    
  1067.                     <div class=\"flip-card-back\">
  1068.                           <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_PARKING.png\">
  1069.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1070. \t\t\t\t\t     ";
  1071.         // line 1013
  1072.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1013$this->source); })()), "textFlipCard4", [], "any"falsefalsefalse1013);
  1073.         echo "
  1074. \t\t\t\t\t</p>
  1075.                     </div>
  1076.                   </div>
  1077.                 </div>
  1078. \t\t\t</div>
  1079. \t\t</div>
  1080. \t</div>
  1081. \t<div class=\"container-fluid pb-3 cardsDesktop\">
  1082. \t\t<div class=\"row gy-3 gx-0 m-auto\">
  1083. \t\t  <div class=\"col-12 col-sm-6 col-md-3 text-center \">
  1084. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  1085.                   <div class=\"flip-card-inner\" >
  1086.                       
  1087.                     <div class=\"flip-card-front\" >
  1088.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_FITNESS.png\">
  1089.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1090.     \t\t\t\t  ";
  1091.         // line 1031
  1092.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1031$this->source); })()), "textCard5", [], "any"falsefalsefalse1031), "html"nulltrue);
  1093.         echo "
  1094.     \t\t\t\t\t</p>
  1095.                     </div>
  1096.                    
  1097.                     <div class=\"flip-card-back\">
  1098.                           <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_FITNESS.png\">
  1099.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1100. \t\t\t\t\t    ";
  1101.         // line 1038
  1102.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1038$this->source); })()), "textFlipCard5", [], "any"falsefalsefalse1038);
  1103.         echo "
  1104. \t\t\t\t\t</p>
  1105.                     </div>
  1106.                   </div>
  1107.                 </div>
  1108. \t\t\t</div>
  1109. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  1110. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  1111.                   <div class=\"flip-card-inner\" >
  1112.                     <div class=\"flip-card-front\" >
  1113.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_RESTAURATION.png\">
  1114.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1115.     \t\t\t\t\t     ";
  1116.         // line 1050
  1117.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1050$this->source); })()), "textCard6", [], "any"falsefalsefalse1050), "html"nulltrue);
  1118.         echo "
  1119.     \t\t\t\t\t</p>
  1120.                     </div>
  1121.                    
  1122.                     <div class=\"flip-card-back\">
  1123.                       <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_RESTAURATION.png\">
  1124.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1125.     \t\t\t\t\t  ";
  1126.         // line 1057
  1127.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1057$this->source); })()), "textFlipCard6", [], "any"falsefalsefalse1057);
  1128.         echo "
  1129.     \t\t\t\t\t</p>
  1130.                     </div>
  1131.                   </div>
  1132.                 </div>
  1133. \t\t\t</div>
  1134. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  1135. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  1136.                   <div class=\"flip-card-inner\" >
  1137.                       
  1138.                     <div class=\"flip-card-front\">
  1139.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_STAND.png\">
  1140.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1141.     \t\t\t\t\t ";
  1142.         // line 1070
  1143.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1070$this->source); })()), "textCard7", [], "any"falsefalsefalse1070), "html"nulltrue);
  1144.         echo "
  1145.     \t\t\t\t\t</p>
  1146.                     </div>
  1147.                    
  1148.                     <div class=\"flip-card-back\">
  1149.                         <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_STAND.png\">
  1150.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1151. \t\t\t\t\t  ";
  1152.         // line 1077
  1153.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1077$this->source); })()), "textFlipCard7", [], "any"falsefalsefalse1077);
  1154.         echo "
  1155.             \t</p>
  1156.                     </div>
  1157.                   </div>
  1158.                 </div>
  1159. \t\t\t</div>
  1160. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  1161. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  1162.                   <div class=\"flip-card-inner\">
  1163.                      
  1164.                     <div class=\"flip-card-front\" >
  1165.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_MASSAGE.png\">
  1166.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1167.     \t\t\t\t\t ";
  1168.         // line 1090
  1169.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1090$this->source); })()), "textCard8", [], "any"falsefalsefalse1090), "html"nulltrue);
  1170.         echo 
  1171.     \t\t\t\t\t</p>
  1172.                     </div>
  1173.                    
  1174.                     <div class=\"flip-card-back\">
  1175.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_MASSAGE.png\">
  1176.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1177. \t\t\t\t\t     ";
  1178.         // line 1097
  1179.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1097$this->source); })()), "textFlipCard8", [], "any"falsefalsefalse1097);
  1180.         echo "
  1181. \t\t\t\t\t</p>
  1182.                     </div>
  1183.                   </div>
  1184.                 </div>
  1185. \t\t\t</div>
  1186. \t\t\t<!--<div class=\"w-100 d-none d-block \"></div>-->
  1187. \t\t\t
  1188. \t\t</div>
  1189. \t</div>
  1190.  ";
  1191.         // line 1110
  1192.         echo "\t";
  1193.         // line 1111
  1194.         echo "\t";
  1195.         // line 1112
  1196.         echo "\t";
  1197.         // line 1113
  1198.         echo " ";
  1199.         // line 1114
  1200.         echo " ";
  1201.         // line 1115
  1202.         echo " ";
  1203.         // line 1116
  1204.         echo " ";
  1205.         // line 1117
  1206.         echo " ";
  1207.         // line 1118
  1208.         echo " ";
  1209.         // line 1119
  1210.         echo " ";
  1211.         // line 1120
  1212.         echo "                   
  1213.  ";
  1214.         // line 1122
  1215.         echo " ";
  1216.         // line 1123
  1217.         echo " ";
  1218.         // line 1124
  1219.         echo "\t";
  1220.         // line 1125
  1221.         echo "\t";
  1222.         // line 1126
  1223.         echo " ";
  1224.         // line 1127
  1225.         echo " ";
  1226.         // line 1128
  1227.         echo " ";
  1228.         // line 1129
  1229.         echo "\t";
  1230.         // line 1130
  1231.         echo "\t\t\t
  1232. \t";
  1233.         // line 1132
  1234.         echo "\t";
  1235.         // line 1133
  1236.         echo " ";
  1237.         // line 1134
  1238.         echo " ";
  1239.         // line 1135
  1240.         echo " ";
  1241.         // line 1136
  1242.         echo " ";
  1243.         // line 1137
  1244.         echo " ";
  1245.         // line 1138
  1246.         echo "
  1247.  ";
  1248.         // line 1141
  1249.         echo " ";
  1250.         // line 1142
  1251.         echo "                   
  1252.  ";
  1253.         // line 1144
  1254.         echo " ";
  1255.         // line 1145
  1256.         echo " ";
  1257.         // line 1146
  1258.         echo "\t\t\t\t\t  
  1259.  ";
  1260.         // line 1148
  1261.         echo "\t";
  1262.         // line 1149
  1263.         echo " ";
  1264.         // line 1150
  1265.         echo " ";
  1266.         // line 1151
  1267.         echo " ";
  1268.         // line 1152
  1269.         echo "\t";
  1270.         // line 1153
  1271.         echo "\t";
  1272.         // line 1154
  1273.         echo "\t";
  1274.         // line 1155
  1275.         echo " ";
  1276.         // line 1156
  1277.         echo " ";
  1278.         // line 1157
  1279.         echo " ";
  1280.         // line 1158
  1281.         echo " ";
  1282.         // line 1159
  1283.         echo "    \t\t\t\t\t 
  1284.  ";
  1285.         // line 1161
  1286.         echo "
  1287.  ";
  1288.         // line 1163
  1289.         echo " ";
  1290.         // line 1164
  1291.         echo "                   
  1292.  ";
  1293.         // line 1166
  1294.         echo " ";
  1295.         // line 1167
  1296.         echo "                        
  1297.  ";
  1298.         // line 1169
  1299.         echo "\t";
  1300.         // line 1170
  1301.         echo "
  1302. \t";
  1303.         // line 1173
  1304.         echo " ";
  1305.         // line 1174
  1306.         echo " ";
  1307.         // line 1175
  1308.         echo " ";
  1309.         // line 1176
  1310.         echo "\t";
  1311.         // line 1177
  1312.         echo "\t";
  1313.         // line 1178
  1314.         echo "\t";
  1315.         // line 1179
  1316.         echo " ";
  1317.         // line 1180
  1318.         echo " ";
  1319.         // line 1181
  1320.         echo " ";
  1321.         // line 1182
  1322.         echo " ";
  1323.         // line 1183
  1324.         echo " ";
  1325.         // line 1184
  1326.         echo " ";
  1327.         // line 1185
  1328.         echo " ";
  1329.         // line 1186
  1330.         echo "                   
  1331.  ";
  1332.         // line 1188
  1333.         echo " ";
  1334.         // line 1189
  1335.         echo " ";
  1336.         // line 1190
  1337.         echo "\t";
  1338.         // line 1191
  1339.         echo "\t";
  1340.         // line 1192
  1341.         echo " ";
  1342.         // line 1193
  1343.         echo " ";
  1344.         // line 1194
  1345.         echo " ";
  1346.         // line 1195
  1347.         echo "\t";
  1348.         // line 1196
  1349.         echo "\t";
  1350.         // line 1197
  1351.         echo "
  1352. \t";
  1353.         // line 1199
  1354.         echo "\t";
  1355.         // line 1200
  1356.         echo "\t";
  1357.         // line 1201
  1358.         echo "\t";
  1359.         // line 1202
  1360.         echo "\t";
  1361.         // line 1203
  1362.         echo " ";
  1363.         // line 1204
  1364.         echo "                      
  1365.  ";
  1366.         // line 1206
  1367.         echo " ";
  1368.         // line 1207
  1369.         echo " ";
  1370.         // line 1208
  1371.         echo " ";
  1372.         // line 1209
  1373.         echo " ";
  1374.         // line 1210
  1375.         echo " ";
  1376.         // line 1211
  1377.         echo "                   
  1378.  ";
  1379.         // line 1213
  1380.         echo " ";
  1381.         // line 1214
  1382.         echo " ";
  1383.         // line 1215
  1384.         echo "\t";
  1385.         // line 1216
  1386.         echo "\t";
  1387.         // line 1217
  1388.         echo " ";
  1389.         // line 1218
  1390.         echo " ";
  1391.         // line 1219
  1392.         echo " ";
  1393.         // line 1220
  1394.         echo "\t";
  1395.         // line 1221
  1396.         echo "\t";
  1397.         // line 1222
  1398.         echo "\t";
  1399.         // line 1223
  1400.         echo " ";
  1401.         // line 1224
  1402.         echo " ";
  1403.         // line 1225
  1404.         echo " ";
  1405.         // line 1226
  1406.         echo " ";
  1407.         // line 1227
  1408.         echo " ";
  1409.         // line 1228
  1410.         echo " ";
  1411.         // line 1229
  1412.         echo " ";
  1413.         // line 1230
  1414.         echo "                   
  1415.  ";
  1416.         // line 1232
  1417.         echo " ";
  1418.         // line 1233
  1419.         echo " ";
  1420.         // line 1234
  1421.         echo " ";
  1422.         // line 1235
  1423.         echo " ";
  1424.         // line 1236
  1425.         echo " ";
  1426.         // line 1237
  1427.         echo " ";
  1428.         // line 1238
  1429.         echo " ";
  1430.         // line 1239
  1431.         echo "\t";
  1432.         // line 1240
  1433.         echo "\t";
  1434.         // line 1241
  1435.         echo "\t";
  1436.         // line 1242
  1437.         echo " ";
  1438.         // line 1243
  1439.         echo "                      
  1440.  ";
  1441.         // line 1245
  1442.         echo " ";
  1443.         // line 1246
  1444.         echo " ";
  1445.         // line 1247
  1446.         echo " ";
  1447.         // line 1248
  1448.         echo " ";
  1449.         // line 1249
  1450.         echo " ";
  1451.         // line 1250
  1452.         echo "                   
  1453.  ";
  1454.         // line 1252
  1455.         echo " ";
  1456.         // line 1253
  1457.         echo " ";
  1458.         // line 1254
  1459.         echo "\t";
  1460.         // line 1255
  1461.         echo "\t";
  1462.         // line 1256
  1463.         echo " ";
  1464.         // line 1257
  1465.         echo " ";
  1466.         // line 1258
  1467.         echo " ";
  1468.         // line 1259
  1469.         echo "\t";
  1470.         // line 1260
  1471.         echo "\t";
  1472.         // line 1261
  1473.         echo "\t";
  1474.         // line 1262
  1475.         echo " ";
  1476.         // line 1263
  1477.         echo "                     
  1478.  ";
  1479.         // line 1265
  1480.         echo " ";
  1481.         // line 1266
  1482.         echo " ";
  1483.         // line 1267
  1484.         echo " ";
  1485.         // line 1268
  1486.         echo " ";
  1487.         // line 1269
  1488.         echo " ";
  1489.         // line 1270
  1490.         echo "                   
  1491.  ";
  1492.         // line 1272
  1493.         echo " ";
  1494.         // line 1273
  1495.         echo " ";
  1496.         // line 1274
  1497.         echo "\t";
  1498.         // line 1275
  1499.         echo "\t";
  1500.         // line 1276
  1501.         echo " ";
  1502.         // line 1277
  1503.         echo " ";
  1504.         // line 1278
  1505.         echo " ";
  1506.         // line 1279
  1507.         echo "\t";
  1508.         // line 1280
  1509.         echo "\t";
  1510.         // line 1281
  1511.         echo "\t\t\t
  1512. \t";
  1513.         // line 1283
  1514.         echo "
  1515. \t";
  1516.         // line 1285
  1517.         echo "\t
  1518. \t
  1519. \t
  1520. \t
  1521. \t<div class=\"col-sm-12 text-center mt-5 cardsMobile\">
  1522. \t\t\t\t
  1523. \t\t\t\t\t<span class=\"divider-text mb-5\"></span>
  1524. \t\t\t\t\t<div class=\"\" style=\"background-color:rgba(178, 78, 69, 0.04)\">
  1525. \t\t\t\t\t\t<div class=\"row text-center d-flex justify-content-center\">
  1526. \t\t\t\t\t\t\t<div class=\"col-6\">
  1527. \t\t\t\t\t\t\t\t  <div class=\"flip-card\" tabIndex=\"0\">
  1528.                   <div class=\"flip-card-inner\" >
  1529.                     <div class=\"flip-card-front\">
  1530.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_247.png\">
  1531.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1532.     \t\t\t\t\t   ";
  1533.         // line 1300
  1534.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1300$this->source); })()), "textCard1", [], "any"falsefalsefalse1300), "html"nulltrue);
  1535.         echo "
  1536.     \t\t\t\t\t</p>
  1537.                     </div>
  1538.                    
  1539.                     <div class=\"flip-card-back\">
  1540.                         <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_247.png\">
  1541.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1542. \t\t\t\t\t    ";
  1543.         // line 1307
  1544.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1307$this->source); })()), "textFlipCard1", [], "any"falsefalsefalse1307);
  1545.         echo "
  1546. \t\t\t\t\t</p>
  1547.                     </div>
  1548.                   </div>
  1549.                 </div>
  1550. \t\t\t\t\t\t\t</div>
  1551. \t\t\t\t\t\t\t<div class=\"col-6\">
  1552. \t\t\t\t\t\t\t     <div class=\"flip-card\" tabIndex=\"0\">
  1553.                   <div class=\"flip-card-inner\" >
  1554.                     <div class=\"flip-card-front\" >
  1555.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"src=\"themes/coworking/front/images/icon_LOCALISATION.png\">
  1556.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1557.     \t\t\t\t\t     ";
  1558.         // line 1319
  1559.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1319$this->source); })()), "textCard2", [], "any"falsefalsefalse1319), "html"nulltrue);
  1560.         echo "
  1561.     \t\t\t\t\t</p>
  1562.                     </div>
  1563.                    
  1564.                     <div class=\"flip-card-back\">
  1565.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_LOCALISATION.png\">
  1566.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1567. \t\t\t\t\t  
  1568.                         ";
  1569.         // line 1329
  1570.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1329$this->source); })()), "textFlipCard2", [], "any"falsefalsefalse1329);
  1571.         echo "
  1572.                            \t\t</p>
  1573.                     </div>
  1574.                   </div>
  1575.                 </div>
  1576. \t\t\t\t\t\t\t</div>
  1577. \t\t\t\t\t\t\t\t<div class=\"col-6\">
  1578. \t\t\t\t\t\t\t\t   <div class=\"flip-card\" tabIndex=\"0\">
  1579.                   <div class=\"flip-card-inner\" >
  1580.                     <div class=\"flip-card-front\" >
  1581.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_NAPROOM.png\">
  1582.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1583.     \t\t\t\t\t 
  1584.                                     ";
  1585.         // line 1342
  1586.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1342$this->source); })()), "textCard3", [], "any"falsefalsefalse1342), "html"nulltrue);
  1587.         echo "
  1588.     \t\t\t\t\t</p>
  1589.                     </div>
  1590.                    
  1591.                     <div class=\"flip-card-back\">
  1592.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_NAPROOM.png\">
  1593.                         
  1594.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1595. \t\t\t\t\t         ";
  1596.         // line 1351
  1597.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1351$this->source); })()), "textFlipCard3", [], "any"falsefalsefalse1351);
  1598.         echo "
  1599. \t\t\t\t\t</p>
  1600.                     </div>
  1601.                   </div>
  1602.                 </div>
  1603. \t\t\t\t\t\t\t\t   </div> 
  1604. \t\t\t\t\t\t\t\t    \t<div class=\"col-6\">
  1605. \t\t\t\t\t\t\t\t    \t     <div class=\"flip-card\" tabIndex=\"0\">
  1606.                   <div class=\"flip-card-inner\" >
  1607.                     <div class=\"flip-card-front\">
  1608.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_PARKING.png\">
  1609.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1610.     \t\t\t\t\t     ";
  1611.         // line 1363
  1612.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1363$this->source); })()), "textCard4", [], "any"falsefalsefalse1363), "html"nulltrue);
  1613.         echo "
  1614.     \t\t\t\t\t</p>
  1615.                     </div>
  1616.                    
  1617.                     <div class=\"flip-card-back\">
  1618.                           <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_PARKING.png\">
  1619.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1620. \t\t\t\t\t        ";
  1621.         // line 1370
  1622.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1370$this->source); })()), "textFlipCard4", [], "any"falsefalsefalse1370);
  1623.         echo "
  1624. \t\t\t\t\t</p>
  1625.                     </div>
  1626.                   </div>
  1627.                 </div>
  1628. \t\t\t\t\t\t\t\t    </div>\t    
  1629. \t\t\t\t\t\t
  1630. \t\t\t\t\t\t
  1631. \t\t\t\t\t\t</div>
  1632. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
  1633. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
  1634. \t\t<div class=\"col-sm-12 text-center mt-2 cardsMobile\">
  1635. \t\t\t\t\t
  1636. \t\t\t\t\t<span class=\"divider-text mb-5\"></span>
  1637. \t\t\t\t\t<div class=\"\" style=\"background-color:rgba(178, 78, 69, 0.04)\">
  1638. \t\t\t\t\t\t<div class=\"row text-center d-flex justify-content-center\">
  1639. \t\t\t\t\t\t\t<div class=\"col-6\">
  1640. \t\t\t\t\t\t\t\t <div class=\"flip-card\" tabIndex=\"0\">
  1641.                   <div class=\"flip-card-inner\" >
  1642.                       
  1643.                     <div class=\"flip-card-front\" >
  1644.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_FITNESS.png\">
  1645.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1646.     \t\t\t\t\t   ";
  1647.         // line 1393
  1648.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1393$this->source); })()), "textCard5", [], "any"falsefalsefalse1393), "html"nulltrue);
  1649.         echo "
  1650.     \t\t\t\t\t</p>
  1651.                     </div>
  1652.                    
  1653.                     <div class=\"flip-card-back\">
  1654.                           <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_FITNESS.png\">
  1655.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1656. \t\t\t\t\t     ";
  1657.         // line 1400
  1658.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1400$this->source); })()), "textFlipCard5", [], "any"falsefalsefalse1400);
  1659.         echo "
  1660. \t\t\t\t\t</p>
  1661.                     </div>
  1662.                   </div>
  1663.                 </div>
  1664. \t\t\t\t\t\t\t</div>
  1665. \t\t\t\t\t\t\t<div class=\"col-6\">
  1666. \t\t\t\t\t\t\t     <div class=\"flip-card\" tabIndex=\"0\">
  1667.                   <div class=\"flip-card-inner\" >
  1668.                     <div class=\"flip-card-front\" >
  1669.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"   style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_RESTAURATION.png\">
  1670.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1671.     \t\t\t\t\t    ";
  1672.         // line 1413
  1673.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1413$this->source); })()), "textCard6", [], "any"falsefalsefalse1413), "html"nulltrue);
  1674.         echo "
  1675.     \t\t\t\t\t</p>
  1676.                     </div>
  1677.                    
  1678.                     <div class=\"flip-card-back\">
  1679.                       <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_RESTAURATION.png\">
  1680.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1681.     \t\t\t\t\t     ";
  1682.         // line 1420
  1683.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1420$this->source); })()), "textFlipCard6", [], "any"falsefalsefalse1420);
  1684.         echo "
  1685.     \t\t\t\t\t</p>
  1686.                     </div>
  1687.                   </div>
  1688.                 </div>
  1689. \t\t\t\t\t\t\t</div>
  1690. \t\t\t\t\t\t\t<div class=\"col-6\">
  1691. \t\t\t\t\t\t\t     <div class=\"flip-card\" tabIndex=\"0\">
  1692.                   <div class=\"flip-card-inner\" >
  1693.                       
  1694.                     <div class=\"flip-card-front\">
  1695.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_STAND.png\">
  1696.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1697.     \t\t\t\t\t";
  1698.         // line 1433
  1699.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1433$this->source); })()), "textCard7", [], "any"falsefalsefalse1433), "html"nulltrue);
  1700.         echo "
  1701.     \t\t\t\t\t</p>
  1702.                     </div>
  1703.                    
  1704.                     <div class=\"flip-card-back\">
  1705.                         <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_STAND.png\">
  1706.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1707. \t\t\t\t\t      ";
  1708.         // line 1440
  1709.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1440$this->source); })()), "textFlipCard7", [], "any"falsefalsefalse1440);
  1710.         echo "
  1711. \t\t\t\t\t</p>
  1712.                     </div>
  1713.                   </div>
  1714.                 </div>
  1715. \t\t\t\t\t\t\t </div> 
  1716. \t\t\t\t\t    \t<div class=\"col-6\">
  1717. \t\t\t\t\t    \t     <div class=\"flip-card\" tabIndex=\"0\">
  1718.                   <div class=\"flip-card-inner\">
  1719.                      
  1720.                     <div class=\"flip-card-front\"  >
  1721.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_MASSAGE.png\">
  1722.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1723.     \t\t\t\t\t    ";
  1724.         // line 1454
  1725.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1454$this->source); })()), "textCard8", [], "any"falsefalsefalse1454), "html"nulltrue);
  1726.         echo "
  1727.     \t\t\t\t\t</p>
  1728.                     </div>
  1729.                    
  1730.                     <div class=\"flip-card-back\">
  1731.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_MASSAGE.png\">
  1732.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  1733. \t\t\t\t\t     ";
  1734.         // line 1461
  1735.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1461$this->source); })()), "textFlipCard8", [], "any"falsefalsefalse1461);
  1736.         echo 
  1737. \t\t\t\t\t</p>
  1738.                     </div>
  1739.                   </div>
  1740.                 </div>
  1741. \t\t\t\t\t        </div>\t    
  1742. \t\t\t\t\t\t
  1743. \t\t\t\t\t\t
  1744. \t\t\t\t\t\t</div>
  1745. \t\t\t\t</div>
  1746. \t\t\t</div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1747. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  1748. \t\t\t\t</div>
  1749. </div>
  1750. \t 
  1751.         \t \t<div class=\"text-center\" style=\"padding-top: 20px;\">
  1752.         \t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\"><a href=\"";
  1753.         // line 1480
  1754.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("news");
  1755.         echo "\" >Nos actualités</a></h1>
  1756.         \t\t\t\t</div>
  1757.         \t  
  1758.         
  1759.         \t <section>
  1760.           <div id=\"cCarousel\">
  1761.             <div class=\"arrow\" id=\"prev\"><i class=\"fa-solid fa-chevron-left\"></i></div>
  1762.             <div class=\"arrow\" id=\"next\"><i class=\"fa-solid fa-chevron-right\"></i></div>
  1763.         
  1764.             <div id=\"carousel-vp\">
  1765.               <div id=\"cCarousel-inner\"> 
  1766.               ";
  1767.         // line 1491
  1768.         $context['_parent'] = $context;
  1769.         $context['_seq'] = twig_ensure_traversable((isset($context["newsAnnonce"]) || array_key_exists("newsAnnonce"$context) ? $context["newsAnnonce"] : (function () { throw new RuntimeError('Variable "newsAnnonce" does not exist.'1491$this->source); })()));
  1770.         foreach ($context['_seq'] as $context["_key"] => $context["news"]) {
  1771.             echo "     
  1772.               <article class=\"cCarousel-item\">
  1773.                   <img loading=\"lazy\"  src=\"/uploads/coworking/";
  1774.             // line 1493
  1775.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["news"], "image", [], "any"falsefalsefalse1493), "html"nulltrue);
  1776.             echo "\" alt=\"Moon\">
  1777.                   <div class=\"infos\">
  1778.                     <h3 style=\"font-size:22px;line-height: 40px;\" class=\"title-article\">";
  1779.             // line 1495
  1780.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["news"], "title", [], "any"falsefalsefalse1495), "html"nulltrue);
  1781.             echo "  </h3>
  1782.                     <hr class=\"custom-hr\">
  1783.                  <p>";
  1784.             // line 1497
  1785.             echo twig_escape_filter($this->env, (twig_slice($this->envtwig_get_attribute($this->env$this->source$context["news"], "description", [], "any"falsefalsefalse1497), 0100) . "..."), "html"nulltrue);
  1786.             echo "</p>
  1787.                     <a href=\"";
  1788.             // line 1498
  1789.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actualite", ["id" => twig_get_attribute($this->env$this->source$context["news"], "id", [], "any"falsefalsefalse1498)]), "html"nulltrue);
  1790.             echo "\" class=\"lire-suite\">Lire la suite</a>
  1791.                   </div>
  1792.                 </article>
  1793.                  ";
  1794.         }
  1795.         $_parent $context['_parent'];
  1796.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['news'], $context['_parent'], $context['loop']);
  1797.         $context array_intersect_key($context$_parent) + $_parent;
  1798.         // line 1502
  1799.         echo "                
  1800.                 
  1801.                 
  1802.                 
  1803.               </div>
  1804.             </div>
  1805.           </div>
  1806.         </section>
  1807.     
  1808.  
  1809. \t<div class=\"container-fluid p-5\" style=\"margin-top:0px;  background-color:rgba(249, 249, 249, 1);\">
  1810. \t\t \t<div class=\"row align-items-center g-0 gap-3\">
  1811. \t\t\t<div class=\"container-fluid\" style=\"margin-top:93px; background-color: rgba(249, 249, 249, 1); \">
  1812. \t\t\t
  1813. \t\t\t\t<div class=\"text-center\" style=\"padding-top: 40px;\">
  1814. \t\t\t\t \t<h1  style=\" color: black; margin-bottom:22px;\">Découvrez notre univers</h1>
  1815. \t\t\t\t\t";
  1816.         // line 1525
  1817.         echo "\t\t\t\t\t<div class=\"m-auto w-50\">
  1818. \t\t\t    \t";
  1819.         // line 1527
  1820.         echo "\t\t\t\t\t\t
  1821. \t\t\t\t\t\t\t 
  1822. \t\t\t\t\t</div>
  1823. \t\t\t\t\t<div class=\"mt-5 w-100\">
  1824. \t\t\t\t\t ";
  1825.         // line 1532
  1826.         echo "\t\t\t\t \t<iframe width=\"560\" height=\"315\" src=\" ";
  1827.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1532$this->source); })()), "linkYoutube", [], "any"falsefalsefalse1532), "html"nulltrue);
  1828.         echo "\" style=\"width:80%; height:400px;\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
  1829. \t\t\t\t
  1830. \t\t\t\t 
  1831. \t\t\t\t\t\t  \t\t</div>
  1832. \t\t\t\t</div>
  1833. \t\t\t</div>
  1834. \t\t</div>
  1835.     </div>
  1836.     
  1837.     
  1838.                 <div class=\"container laptop-version\" style=\"margin-top:93px;\" id=\"melliber-Appart\">
  1839.                     <div class=\"row\">
  1840.                      <a href=\"https://www.melliber-apparthotel.com\" id=\"HotelAppart\" target=\"_blank\" style=\"color: #a5a5a5;\">
  1841.                 \t     <div class=\"col-lg-12 \" style=\"display: flex;\">
  1842.                         \t    \t
  1843.                         \t    \t\t 
  1844.                         \t    \t\t
  1845.                         \t    \t\t <div class=\"col-lg-7 col-sm-12\"> 
  1846.                         \t    \t\t  <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\"> ";
  1847.         // line 1552
  1848.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1552$this->source); })()), "thirdTitleSection", [], "any"falsefalsefalse1552), "html"nulltrue);
  1849.         echo " </h1>
  1850.                         \t    \t\t    \t<p class=\"mt-3\" style=\"text-align: justify;\">
  1851.                                 \t\t\t\t\t";
  1852.         // line 1554
  1853.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1554$this->source); })()), "thirdTextSection", [], "any"falsefalsefalse1554);
  1854.         echo 
  1855.                                         \t</p>
  1856.                         \t    \t\t </div> 
  1857.                         \t    \t\t  <div class=\"col-lg-5 col-sm-12\">
  1858.                         \t    \t\t   
  1859.                         \t    \t\t    <img loading=\"lazy\"  src=\"/themes/coworking/front/images/picture_Meliber.png\" style=\"width: 100%;\"> 
  1860.                         \t    \t\t </div> 
  1861.                 </div>
  1862.                     </a>
  1863. \t\t\t        </div>
  1864. \t\t        </div>
  1865. \t\t        
  1866. \t\t        
  1867. \t\t        <div class=\"container mobile-version\" style=\"margin-top:93px;\" id=\"melliber\" >
  1868.                     <div class=\"row\">
  1869.                     \t <a href=\"https://www.melliber-apparthotel.com\" id=\"HotelAppart\" target=\"_blank\" style=\"color: #a5a5a5;\">
  1870.                 \t     <div class=\"col-lg-12 \">
  1871.                         \t    \t
  1872.                         \t    \t\t 
  1873.                         \t    \t\t<div class=\"col-lg-5 col-sm-12\">
  1874.                         \t    \t\t <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\">  ";
  1875.         // line 1574
  1876.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1574$this->source); })()), "thirdTitleSection", [], "any"falsefalsefalse1574), "html"nulltrue);
  1877.         echo " </h1>
  1878.                         \t    \t\t    <img loading=\"lazy\"  src=\"/themes/coworking/front/images/picture_Meliber.png\" style=\"width: 100%;\"> 
  1879.                         \t    \t\t </div> 
  1880.                         \t    \t\t <div class=\"col-lg-7 col-sm-12\"> 
  1881.                         \t    \t\t    \t<p class=\"mt-3\" style=\"\">
  1882.                                 \t\t\t\t\t";
  1883.         // line 1580
  1884.         echo twig_get_attribute($this->env$this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome"$context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.'1580$this->source); })()), "thirdTextSection", [], "any"falsefalsefalse1580);
  1885.         echo 
  1886.                                         \t</p>
  1887.                         \t    \t\t </div> 
  1888.                         \t    \t\t  
  1889.                 </div>
  1890.                 </a>
  1891. \t\t\t        </div>
  1892. \t\t        </div>
  1893. \t\t        
  1894. \t\t        
  1895. \t\t            
  1896.         <div class=\"text-center\" style=\"padding-top: 4%;\">
  1897. \t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\">Nos Réferences</h1>
  1898. \t\t\t\t</div>
  1899. \t  
  1900. \t <section>
  1901.  
  1902.  
  1903.            <div class=\"slider\">
  1904. \t<div class=\"slide-track\">
  1905. \t   ";
  1906.         // line 1600
  1907.         $context['_parent'] = $context;
  1908.         $context['_seq'] = twig_ensure_traversable((isset($context["reference"]) || array_key_exists("reference"$context) ? $context["reference"] : (function () { throw new RuntimeError('Variable "reference" does not exist.'1600$this->source); })()));
  1909.         foreach ($context['_seq'] as $context["_key"] => $context["ref"]) {
  1910.             echo "   
  1911. \t\t<div class=\"slide\">
  1912. \t\t\t<img loading=\"lazy\"  src=\"/uploads/coworking/";
  1913.             // line 1602
  1914.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["ref"], "image", [], "any"falsefalsefalse1602), "html"nulltrue);
  1915.             echo "\" height=\"100\" width=\"250\" alt=\"\" />
  1916. \t\t</div>
  1917.       ";
  1918.         }
  1919.         $_parent $context['_parent'];
  1920.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ref'], $context['_parent'], $context['loop']);
  1921.         $context array_intersect_key($context$_parent) + $_parent;
  1922.         // line 1605
  1923.         echo "        ";
  1924.         $context['_parent'] = $context;
  1925.         $context['_seq'] = twig_ensure_traversable((isset($context["reference"]) || array_key_exists("reference"$context) ? $context["reference"] : (function () { throw new RuntimeError('Variable "reference" does not exist.'1605$this->source); })()));
  1926.         foreach ($context['_seq'] as $context["_key"] => $context["ref"]) {
  1927.             echo "   
  1928. \t\t<div class=\"slide\">
  1929. \t\t\t<img loading=\"lazy\"  src=\"/uploads/coworking/";
  1930.             // line 1607
  1931.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["ref"], "image", [], "any"falsefalsefalse1607), "html"nulltrue);
  1932.             echo "\" height=\"100\" width=\"250\" alt=\"\" />
  1933. \t\t</div>
  1934.       ";
  1935.         }
  1936.         $_parent $context['_parent'];
  1937.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ref'], $context['_parent'], $context['loop']);
  1938.         $context array_intersect_key($context$_parent) + $_parent;
  1939.         // line 1609
  1940.         echo "  
  1941. \t\t
  1942. \t\t
  1943. \t</div>
  1944. \t</div>
  1945.   </section>
  1946. \t\t<div class=\"container-fluid\" style=\"margin-top:93px;\" id=\"contactezNous\">
  1947. \t\t\t<div class=\"col-md-12\" style=\" background-color: rgba(240, 240, 240, 1);\">
  1948. \t\t\t\t<div class=\"text-center\" style=\"padding-top:70px;\">
  1949. \t\t\t\t\t<h1 class=\"h2\" style=\" color: black;margin-bottom:22px;\">Contactez-nous</h1>
  1950. \t\t\t\t\t";
  1951.         // line 1621
  1952.         echo "\t\t\t\t\t<div class=\"m-auto w-50\">
  1953. \t\t\t\t\t
  1954. \t\t\t\t\t</div>
  1955. \t\t\t\t</div>
  1956. \t\t\t\t<div class=\"row\">
  1957. \t\t\t\t\t<div class=\"col-sm-6\">
  1958. \t\t\t\t<form id=\"formForMobile\" class=\"m-auto mt-4 p-3\" style=\"width:64%;\" action=\"";
  1959.         // line 1627
  1960.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sendEmailFromPageContact");
  1961.         echo "\" method=\"POST\">
  1962. \t\t\t\t\t\t\t<div class=\"row gy-3 gx-5\">
  1963. \t\t\t\t\t\t\t     <div class=\"col-md-12\">
  1964. \t\t\t\t\t\t\t        ";
  1965.         // line 1630
  1966.         $context['_parent'] = $context;
  1967.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1630$this->source); })()), "flashes", [], "any"falsefalsefalse1630));
  1968.         foreach ($context['_seq'] as $context["label"] => $context["messages"]) {
  1969.             // line 1631
  1970.             echo "                                        ";
  1971.             $context['_parent'] = $context;
  1972.             $context['_seq'] = twig_ensure_traversable($context["messages"]);
  1973.             foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
  1974.                 // line 1632
  1975.                 echo "                                            <div class=\"alert alert-";
  1976.                 echo twig_escape_filter($this->env$context["label"], "html"nulltrue);
  1977.                 echo " alert-dismissible fade show text-center\" role=\"alert\" style=\"font-size: 13px;\">
  1978.                                                 ";
  1979.                 // line 1633
  1980.                 echo twig_escape_filter($this->env$context["message"], "html"nulltrue);
  1981.                 echo "
  1982.                                                 <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  1983.                                                     <span aria-hidden=\"true\">&times;</span>
  1984.                                                 </button>
  1985.                                             </div>
  1986.                                         ";
  1987.             }
  1988.             $_parent $context['_parent'];
  1989.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
  1990.             $context array_intersect_key($context$_parent) + $_parent;
  1991.             // line 1639
  1992.             echo "                                    ";
  1993.         }
  1994.         $_parent $context['_parent'];
  1995.         unset($context['_seq'], $context['_iterated'], $context['label'], $context['messages'], $context['_parent'], $context['loop']);
  1996.         $context array_intersect_key($context$_parent) + $_parent;
  1997.         // line 1640
  1998.         echo "                                </div>
  1999. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  2000. \t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"text\"  name=\"fullName\"    ";
  2001.         // line 1642
  2002.         $context["searchString"] = "/en";
  2003.         echo " ";
  2004.         if (twig_in_filter((isset($context["searchString"]) || array_key_exists("searchString"$context) ? $context["searchString"] : (function () { throw new RuntimeError('Variable "searchString" does not exist.'1642$this->source); })()), twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1642$this->source); })()), "request", [], "any"falsefalsefalse1642), "uri", [], "any"falsefalsefalse1642))) {
  2005.             echo " placeholder=\"Full name\" ";
  2006.         } else {
  2007.             echo " placeholder=\"Nom complet\" ";
  2008.         }
  2009.         echo " style=\"height:42px; border: none; outline: none; padding-inline: 9px;    background: #ffffff;
  2010.     border: 2px solid #ffffff !important;\" required>
  2011. \t\t\t\t\t\t\t\t</div>
  2012. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  2013. \t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"text\" name=\"phone\"     ";
  2014.         // line 1646
  2015.         $context["searchString"] = "/en";
  2016.         echo " ";
  2017.         if (twig_in_filter((isset($context["searchString"]) || array_key_exists("searchString"$context) ? $context["searchString"] : (function () { throw new RuntimeError('Variable "searchString" does not exist.'1646$this->source); })()), twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1646$this->source); })()), "request", [], "any"falsefalsefalse1646), "uri", [], "any"falsefalsefalse1646))) {
  2018.             echo " placeholder=\"Phone\" ";
  2019.         } else {
  2020.             echo " placeholder=\"Téléphone\" ";
  2021.         }
  2022.         echo " style=\"height:42px; border: none; outline: none; padding-inline: 9px;    background: #ffffff;
  2023.     border: 2px solid #ffffff !important;\">
  2024. \t\t\t\t\t\t\t\t</div>
  2025. \t\t\t\t\t\t\t\t<div class=\"col-md-12\">
  2026. \t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"email\" name=\"email\"   placeholder=\"email@example.com\" style=\"height:42px; border: none; outline: none; padding-inline: 9px;    background: #ffffff;
  2027.     border: 2px solid #ffffff !important;\" required>
  2028. \t\t\t\t\t\t\t\t</div>
  2029. \t\t\t\t\t\t\t</div>
  2030. \t\t\t\t\t\t\t<div class=\"mt-4\">
  2031. \t\t\t\t\t\t\t\t<textarea  name=\"message\" class=\"form-control w-100 border-0 rounded-0\" id=\"textAreaExample\" rows=\"6\"  required></textarea>
  2032. \t\t\t\t\t\t\t</div>
  2033. \t\t\t\t\t\t\t<div class=\"row py-3\">
  2034. \t\t\t\t\t\t\t\t<div class=\"col-12\">
  2035. \t\t\t\t\t\t\t\t\t<input class=\"float-end\" type=\"submit\"   ";
  2036.         // line 1659
  2037.         $context["searchString"] = "/en";
  2038.         echo " ";
  2039.         if (twig_in_filter((isset($context["searchString"]) || array_key_exists("searchString"$context) ? $context["searchString"] : (function () { throw new RuntimeError('Variable "searchString" does not exist.'1659$this->source); })()), twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1659$this->source); })()), "request", [], "any"falsefalsefalse1659), "uri", [], "any"falsefalsefalse1659))) {
  2040.             echo " value=\"Send\"  ";
  2041.         } else {
  2042.             echo " value=\"envoyer\" ";
  2043.         }
  2044.         echo "style=\"border: none; background-color: rgba(0, 0, 0, 1); color: rgba(255, 255, 255, 1); text-transform:uppercase; letter-spacing:3px; font-size:12px; font-family:'PT Sans', sans-serif; height: 45px; width: 180px;\">
  2045. \t\t\t\t\t\t\t\t</div>
  2046. \t\t\t\t\t\t\t</div>
  2047. \t\t\t\t\t\t
  2048. \t\t\t\t\t\t</form>
  2049. \t\t\t\t\t</div>
  2050. \t\t\t\t\t<div class=\"col-sm-6\"> 
  2051. \t\t\t\t\t\t<div class=\"mapouter\"><div class=\"gmap_canvas\"><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13292.106768506852!2d-7.633346!3d33.6046119!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xda7d30e93c2d56f%3A0xcc3100e8f00d75d2!2sCOWORK%26LIVE!5e0!3m2!1sen!2sma!4v1698228599408!5m2!1sen!2sma\" frameborder=\"0\" scrolling=\"no\" style=\"width: 430px; height: 400px;\"></iframe><style>.mapouter{position:relative;height:400px;width:430px}.gmap_canvas{overflow:hidden;height:400px;width:430px}.gmap_canvas iframe{position:relative;z-index:2}.gmap_canvas a{top:0;z-index:0}</style><a href=\"https://www.eireportingonline.com\">ei reporting</a></div></div>
  2052. \t\t\t\t\t
  2053. \t\t\t\t\t";
  2054.         // line 1669
  2055.         echo "\t\t\t\t\t
  2056. \t\t\t\t\t</div>
  2057. \t\t\t\t</div>
  2058. \t\t\t\t
  2059. \t\t\t</div>
  2060. \t\t\t
  2061. \t\t\t
  2062. \t\t</div>
  2063. \t\t
  2064. \t
  2065. \t\t
  2066. \t\t
  2067. \t\t";
  2068.         // line 1684
  2069.         echo "  ";
  2070.         // line 1685
  2071.         echo "  ";
  2072.         // line 1686
  2073.         echo "  
  2074.   
  2075.           
  2076.         ";
  2077.         // line 1690
  2078.         echo "        ";
  2079.         // line 1691
  2080.         echo "        ";
  2081.         
  2082.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2083.         
  2084.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2085.     }
  2086.     // line 1694
  2087.     public function block_javascripts($context, array $blocks = [])
  2088.     {
  2089.         $macros $this->macros;
  2090.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2091.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2092.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2093.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2094.         // line 1695
  2095.         echo " <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js\"></script>
  2096. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
  2097. <script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js\"></script>
  2098. <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js\"></script>
  2099. <script src=\"https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js\"></script>
  2100. <script>
  2101.   
  2102. function toggle(id) {
  2103.   a = document.getElementById('toggle_'+id);
  2104.   b = document.getElementById('display_'+id);
  2105.     if (a.style.display=='block') {
  2106.       a.style.display='none';
  2107.       b.innerHTML='En savoir plus';
  2108.     }
  2109.     else {
  2110.       a.style.display='block';
  2111.       b.innerHTML='Voir moins';
  2112.   }
  2113. }
  2114. const \$prev = \$(\"#prev\");
  2115. const \$next = \$(\"#next\");
  2116. let \$carouselVp = \$(\"#carousel-vp\");
  2117. let \$cCarouselInner = \$(\"#cCarousel-inner\");
  2118. let \$cards = \$(\".cCarousel-item\");
  2119. let carouselInnerWidth = \$cCarouselInner[0].getBoundingClientRect().width;
  2120. let leftValue = 0;
  2121. // Variable used to set the carousel movement value (card's width + gap)
  2122. const totalMovementSize =
  2123.   parseFloat(\$cards[0].getBoundingClientRect().width) +
  2124.   parseFloat(\$cCarouselInner.css(\"gap\"));
  2125. // Clone cards for infinite loop
  2126. \$cards.each(function () {
  2127.   \$(this).clone().appendTo(\$cCarouselInner);
  2128. });
  2129. // Update the new total width of the carousel
  2130. carouselInnerWidth = \$cCarouselInner[0].getBoundingClientRect().width;
  2131. \$prev.on(\"click\", () => {
  2132.   if (leftValue === 0) {
  2133.     // Jump to the end of the carousel for seamless looping
  2134.     leftValue = -(
  2135.       carouselInnerWidth / 2 -
  2136.       \$carouselVp[0].getBoundingClientRect().width
  2137.     );
  2138.     \$cCarouselInner.css(\"left\", leftValue + \"px\");
  2139.   } else {
  2140.     leftValue += totalMovementSize;
  2141.     \$cCarouselInner.css(\"left\", leftValue + \"px\");
  2142.   }
  2143. });
  2144. \$next.on(\"click\", () => {
  2145.   const carouselVpWidth = \$carouselVp[0].getBoundingClientRect().width;
  2146.   if (carouselInnerWidth - Math.abs(leftValue) <= carouselVpWidth) {
  2147.     // Jump to the beginning of the carousel for seamless looping
  2148.     leftValue = 0;
  2149.     \$cCarouselInner.css(\"left\", leftValue + \"px\");
  2150.   } else {
  2151.     leftValue -= totalMovementSize;
  2152.     \$cCarouselInner.css(\"left\", leftValue + \"px\");
  2153.   }
  2154. });
  2155.   
  2156. \$(\"#typed\").typed({
  2157.   \t\tstrings: [\"Emplacement à 2 pas de la mosquée Hassan 2 ,\", \"en face de la foire d’exposition de Casablanca\", \"proche du centre ville et du centre d’affaire Marina.\"],
  2158.   \t\ttypeSpeed: 100,
  2159.   \t\tstartDelay: 0,
  2160.   \t\tbackSpeed: 60,
  2161.   \t\tbackDelay: 2000,
  2162.   \t\tloop: true,
  2163.   \t\tcursorChar: \"|\",
  2164.   \t\tcontentType: 'html'
  2165.   \t});
  2166. </script>
  2167. ";
  2168.         
  2169.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2170.         
  2171.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2172.     }
  2173.     public function getTemplateName()
  2174.     {
  2175.         return "@Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig";
  2176.     }
  2177.     public function isTraitable()
  2178.     {
  2179.         return false;
  2180.     }
  2181.     public function getDebugInfo()
  2182.     {
  2183.         return array (  2232 => 1695,  2222 => 1694,  2212 => 1691,  2210 => 1690,  2205 => 1686,  2203 => 1685,  2201 => 1684,  2185 => 1669,  2167 => 1659,  2145 => 1646,  2132 => 1642,  2128 => 1640,  2122 => 1639,  2110 => 1633,  2105 => 1632,  2100 => 1631,  2096 => 1630,  2090 => 1627,  2082 => 1621,  2069 => 1609,  2060 => 1607,  2052 => 1605,  2043 => 1602,  2036 => 1600,  2013 => 1580,  2004 => 1574,  1981 => 1554,  1976 => 1552,  1952 => 1532,  1946 => 1527,  1943 => 1525,  1919 => 1502,  1909 => 1498,  1905 => 1497,  1900 => 1495,  1895 => 1493,  1888 => 1491,  1874 => 1480,  1852 => 1461,  1842 => 1454,  1825 => 1440,  1815 => 1433,  1799 => 1420,  1789 => 1413,  1773 => 1400,  1763 => 1393,  1737 => 1370,  1727 => 1363,  1712 => 1351,  1700 => 1342,  1684 => 1329,  1671 => 1319,  1656 => 1307,  1646 => 1300,  1629 => 1285,  1626 => 1283,  1623 => 1281,  1621 => 1280,  1619 => 1279,  1617 => 1278,  1615 => 1277,  1613 => 1276,  1611 => 1275,  1609 => 1274,  1607 => 1273,  1605 => 1272,  1602 => 1270,  1600 => 1269,  1598 => 1268,  1596 => 1267,  1594 => 1266,  1592 => 1265,  1589 => 1263,  1587 => 1262,  1585 => 1261,  1583 => 1260,  1581 => 1259,  1579 => 1258,  1577 => 1257,  1575 => 1256,  1573 => 1255,  1571 => 1254,  1569 => 1253,  1567 => 1252,  1564 => 1250,  1562 => 1249,  1560 => 1248,  1558 => 1247,  1556 => 1246,  1554 => 1245,  1551 => 1243,  1549 => 1242,  1547 => 1241,  1545 => 1240,  1543 => 1239,  1541 => 1238,  1539 => 1237,  1537 => 1236,  1535 => 1235,  1533 => 1234,  1531 => 1233,  1529 => 1232,  1526 => 1230,  1524 => 1229,  1522 => 1228,  1520 => 1227,  1518 => 1226,  1516 => 1225,  1514 => 1224,  1512 => 1223,  1510 => 1222,  1508 => 1221,  1506 => 1220,  1504 => 1219,  1502 => 1218,  1500 => 1217,  1498 => 1216,  1496 => 1215,  1494 => 1214,  1492 => 1213,  1489 => 1211,  1487 => 1210,  1485 => 1209,  1483 => 1208,  1481 => 1207,  1479 => 1206,  1476 => 1204,  1474 => 1203,  1472 => 1202,  1470 => 1201,  1468 => 1200,  1466 => 1199,  1463 => 1197,  1461 => 1196,  1459 => 1195,  1457 => 1194,  1455 => 1193,  1453 => 1192,  1451 => 1191,  1449 => 1190,  1447 => 1189,  1445 => 1188,  1442 => 1186,  1440 => 1185,  1438 => 1184,  1436 => 1183,  1434 => 1182,  1432 => 1181,  1430 => 1180,  1428 => 1179,  1426 => 1178,  1424 => 1177,  1422 => 1176,  1420 => 1175,  1418 => 1174,  1416 => 1173,  1412 => 1170,  1410 => 1169,  1407 => 1167,  1405 => 1166,  1402 => 1164,  1400 => 1163,  1397 => 1161,  1394 => 1159,  1392 => 1158,  1390 => 1157,  1388 => 1156,  1386 => 1155,  1384 => 1154,  1382 => 1153,  1380 => 1152,  1378 => 1151,  1376 => 1150,  1374 => 1149,  1372 => 1148,  1369 => 1146,  1367 => 1145,  1365 => 1144,  1362 => 1142,  1360 => 1141,  1356 => 1138,  1354 => 1137,  1352 => 1136,  1350 => 1135,  1348 => 1134,  1346 => 1133,  1344 => 1132,  1341 => 1130,  1339 => 1129,  1337 => 1128,  1335 => 1127,  1333 => 1126,  1331 => 1125,  1329 => 1124,  1327 => 1123,  1325 => 1122,  1322 => 1120,  1320 => 1119,  1318 => 1118,  1316 => 1117,  1314 => 1116,  1312 => 1115,  1310 => 1114,  1308 => 1113,  1306 => 1112,  1304 => 1111,  1302 => 1110,  1287 => 1097,  1277 => 1090,  1261 => 1077,  1251 => 1070,  1235 => 1057,  1225 => 1050,  1210 => 1038,  1200 => 1031,  1179 => 1013,  1169 => 1006,  1154 => 994,  1142 => 985,  1126 => 972,  1113 => 962,  1097 => 949,  1087 => 942,  1062 => 920,  1059 => 919,  1052 => 913,  1043 => 910,  1040 => 909,  1036 => 908,  1019 => 894,  1011 => 889,  979 => 860,  974 => 858,  956 => 843,  952 => 841,  950 => 840,  946 => 838,  924 => 819,  916 => 814,  898 => 799,  893 => 797,  887 => 795,  884 => 793,  882 => 792,  880 => 791,  878 => 790,  876 => 789,  873 => 787,  865 => 781,  860 => 779,  850 => 772,  845 => 770,  840 => 768,  829 => 760,  69 => 4,  59 => 3,  36 => 1,);
  2184.     }
  2185.     public function getSourceContext()
  2186.     {
  2187.         return new Source("{% extends '@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig' %}
  2188. {% block body %}
  2189.     <link rel=\"shortcut icon\" href=\"{{asset(\"themes/coworking/images/logo-black.png\")}}\" />
  2190.     <link href=\"https://fonts.cdnfonts.com/css/montserrat\" rel=\"stylesheet\">
  2191.     <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css\">
  2192.     <link rel=\"stylesheet\" href=\"https://unpkg.com/flickity@2/dist/flickity.min.css\">
  2193.  <style>
  2194.  
  2195. .cardsMobile {
  2196.        display: none;
  2197. }
  2198. .cardsDesktop {
  2199.        display: block;
  2200. }
  2201.  
  2202. \t        .img-container{
  2203.             padding-top:12px;
  2204.         }
  2205.         .img-bureaux{
  2206.             object-fit:cover;
  2207.             width:100%;
  2208.             height:100%;
  2209.         }
  2210.         
  2211.      
  2212.         
  2213.         .block-bureaux{
  2214.             width:270px; 
  2215.             height:140px; 
  2216.             background-image:url('themes/coworking/front/images/Screenshot__30__1-removebg-preview 3.png');
  2217.             background-position:bottom; 
  2218.             background-repeat:no-repeat; 
  2219.             background-size:40%;
  2220.         }
  2221.         .block-bureaux img{
  2222.             width:70%;
  2223.         }
  2224.         .block-bureaux p{
  2225.             font-family:'Lato', sans-serif;
  2226.             font-weight: 600; 
  2227.             letter-spacing:8px; 
  2228.             text-transform: uppercase; 
  2229.             font-size: 13px;
  2230.              
  2231.         }
  2232.         select:required:invalid {
  2233.            color: #666;
  2234.            background-color:rgba(232, 232, 234, 1);
  2235.         }
  2236.         option[value=\"\"][disabled] {
  2237.             display: none;
  2238.         }
  2239.         option {
  2240.             color: #000;
  2241.             
  2242.         }
  2243.         .image-for-brx{
  2244.             z-index:0; 
  2245.             margin-left:-50px; 
  2246.         }
  2247.         .text-for-brx{
  2248.             z-index:1; 
  2249.             padding:27px 30px 30px 40px; 
  2250.             margin-left:70px; 
  2251.             background-color:white; 
  2252.             filter:drop-shadow(0 12px 33px rgba(0, 0, 0, 0.05));
  2253.         }
  2254.         .card-brx{
  2255.             padding: 18px 5px 18px 5px;
  2256.         }
  2257.     
  2258.         @media(max-width:991px){
  2259.             .text-for-brx{
  2260.                 margin-left:0; 
  2261.             }
  2262.             .image-for-brx{
  2263.                 margin:auto;
  2264.             }
  2265.         }
  2266.         @media only screen and (max-width: 1200px) {
  2267.             .img-container{
  2268.                 height:70vh;
  2269.                 width:100%;
  2270.                 padding:0;
  2271.             }
  2272.             
  2273.             .block-bureaux{
  2274.                 width:220px;
  2275.                 height:130px;
  2276.                 display:none;
  2277.             }
  2278.             .block-bureaux img{
  2279.                 width:60%;
  2280.             }
  2281.             .block-bureaux p{
  2282.                 font-size:10px;
  2283.             }
  2284.         }
  2285.         
  2286.         button.btn.btn-formulaire {
  2287.             background: #FCD46B;
  2288.             color: white;
  2289.             font-weight: 500;
  2290.             border-radius: 0px;
  2291.             text-transform: uppercase;
  2292.             font-size: 13px;
  2293.             padding-left: 20px;
  2294.             padding-right: 25px;
  2295.         }
  2296.         
  2297.         button.btn.btn-formulaire:hover{
  2298.              background: #ffffff40;
  2299.         }
  2300.         button.btn.btn-date {
  2301.             background: #ffffff40;
  2302.             border: 1px solid white;
  2303.             color: white;
  2304.             font-weight: 500;
  2305.             border-radius: 0px;
  2306.             text-transform: uppercase;
  2307.             font-size: 13px;
  2308.            
  2309.         }
  2310.         
  2311.           button.btn.btn-date:hover{
  2312.             background: #ffd86e;
  2313.         }
  2314.        
  2315.        
  2316.           .divMobile{
  2317.             display:none;
  2318.         }
  2319.         
  2320.             .container.mobile-version{
  2321.                 display: none;
  2322.             }
  2323.         
  2324.             @media (max-width:767px) {
  2325.                 
  2326.                 .container.laptop-version {
  2327.                     display: none;
  2328.                 }
  2329.                 .container.mobile-version{
  2330.                     display: block !important;
  2331.                 }
  2332.                 html, body {
  2333.                   overflow-x: hidden  !important;
  2334.                 }
  2335.                 body {
  2336.                   position: relative !important;
  2337.                 }
  2338.              .bureaux-desc{
  2339.                 display:flex;
  2340.                 justify-content: center; 
  2341.              }
  2342.              .btn-res{
  2343.                 margin-top: 10px;
  2344.              }
  2345.              /*img-fluid w-100 object-fit-cover{*/
  2346.              /*    display:none;*/
  2347.              /*}*/
  2348.              
  2349.                 .image-section{
  2350.             display:inline;
  2351.         }
  2352.              .image-for-brx{
  2353.                 margin:auto;
  2354.             }
  2355.             .text-for-brx{
  2356.                 margin-left:0; 
  2357.             }
  2358.             
  2359.             .w-75 {
  2360.                 width:100% !important;
  2361.             }
  2362.             
  2363.         .divDesktop{
  2364.             display:none;
  2365.         } 
  2366.         .divMobile{
  2367.             display:block;
  2368.         }
  2369.         
  2370.         .cardsMobile {
  2371.        display: block;
  2372.         }
  2373.         
  2374.          .cardsDesktop {
  2375.        display: none;
  2376.         }
  2377.         
  2378.         .flip-card-inner {
  2379.    
  2380.             width: 170px;
  2381.             height: 170px;
  2382.         }
  2383.         
  2384.         button.btn.btn-formulaire {
  2385.             background: #FCD46B;
  2386.             color: white;
  2387.             font-weight: 500;
  2388.             border-radius: 0px;
  2389.             text-transform: uppercase;
  2390.             font-size: 13px;
  2391.             padding-left: 20px;
  2392.             padding-right: 25px;
  2393.             position: relative;
  2394.             top: -55px;
  2395.         }
  2396.       
  2397.       .w-50{
  2398.           width:80% !important;
  2399.       }
  2400.       iframe{
  2401.           width:100% !important;
  2402.           /*margin-right: 0px;*/
  2403.           /*margin-left: -20px;*/
  2404.       }
  2405.       
  2406.       .p-5 {
  2407.           padding: 0rem!important;
  2408.       }
  2409.       .gmap_canvas{
  2410.         width: 322px !important;
  2411. }
  2412.       }
  2413.    
  2414.         
  2415.         
  2416.     
  2417.     /* GRID SYSTEM - CSS */
  2418. @font-face {
  2419.   
  2420.   src: url(/public/fonts/DidactGothic-Regular.ttf);
  2421. }
  2422. .textPatchword{
  2423.   /**/
  2424.   font-family: \"Montserrat\", Sans-serif;
  2425. }
  2426. /* Grid System: Settings */
  2427. .grid-settings {
  2428.   position: fixed; 
  2429.   width: 200px;
  2430.   top: 80px;
  2431.   right: 20px; 
  2432.   z-index: 9999; 
  2433. }
  2434. /* Grid System: Grids */
  2435. .grid-system {
  2436.   text-align: center;
  2437.   position: fixed;
  2438.   right: 0;
  2439.   left: 0; 
  2440.   margin-right: auto;
  2441.   margin-left: auto;
  2442.   height: 100vh;
  2443.   z-index: 1;
  2444.   visibility: visible;
  2445. }
  2446. .grid-system div[class^=\"col-\"] {
  2447.     border-left: 1px dotted rgba(0, 0, 0, 0.2);
  2448.     height: 100vh;
  2449. }
  2450. .grid-system div[class^=\"col-\"]:last-child {
  2451.     border-right: 1px dotted rgba(0, 0, 0, 0.2);
  2452. }
  2453. .grid-system .col-div {
  2454.     background-color: rgba(0, 0, 0, 0.025);
  2455.     border: none !important; 
  2456.     padding-top: 15px; 
  2457.     color: rgba(0, 0, 0, 0.3);
  2458. }
  2459. /* Grid System: Light Theme */
  2460. .grid-system.light .col-div { 
  2461.   background-color: rgba(255, 255, 255, 0.025); 
  2462.   color: rgba(255, 255, 255, 0.3);
  2463. }
  2464. .grid-system.light div[class^=\"col-\"], 
  2465. .grid-system.light div[class^=\"col-\"]:last-child { 
  2466.   border-color: rgba(255, 255, 255, 0.2);
  2467. }
  2468. /* FOR DEMO PURPOSES ONLY: */
  2469. .bg-dark h1, .bg-dark h2 {
  2470.   color: #fff;
  2471. }
  2472. .bg-dark p {
  2473.   color: rgba(255, 255, 255, .5);
  2474. }
  2475. .grid-settings .card-body p {
  2476.   color: #212529;;
  2477. }
  2478.     
  2479.  main{
  2480.  /* background: #F6F4FE;*/
  2481.       /*background: linear-gradient(#F6F4FE, #908f91);*/
  2482.       /*background: linear-gradient(90deg, rgb(227 227 227) 0%, rgba(120,90,157,1) 53%, rgb(77 45 105) 100%);*/
  2483.      
  2484.  background-image: url(/public/images/fond.png);
  2485.  background-size: cover;*/
  2486.     background-repeat: no-repeat;
  2487. }
  2488.  main{
  2489.  /* background: #F6F4FE;*/
  2490.   padding-top: 1.5%;
  2491.    padding-bottom: 2%;
  2492.   
  2493. }
  2494. .fa-linkedin{
  2495.   color: #1565C0;
  2496.   font-size: 30px;
  2497.  /* float:right; */
  2498. }
  2499. .btn-light{
  2500.     background: white;
  2501.     border-radius: 54px;
  2502.     padding: 15px 30px;
  2503.     width: 200px;
  2504.     font-weight: 500;
  2505. }
  2506. #divBg {    
  2507.    
  2508.      background-position: right 5% bottom 50%;
  2509.   /*background-image: url(/public/images/bgBackground.png);*/
  2510.       background-size: cover;
  2511.      /* position: absolute;*/
  2512.       top: 0px;
  2513.       right: 0px;
  2514.       bottom: 0px;
  2515.      
  2516. }
  2517. .Img{
  2518.  width:600px;
  2519.  height:200px;
  2520. }
  2521. .logo{
  2522.    width: 30%;
  2523. }
  2524.  .btn-light{
  2525.    position: relative;
  2526.     top: 100%;
  2527. }
  2528. @media only screen and (max-width: 600px) {
  2529.   .btn-light{
  2530.     background: white;
  2531.     border-radius: 54px;
  2532.     padding: 15px 1px;
  2533.     width: 150px;
  2534.     font-weight: 500;
  2535. }
  2536. .Img{
  2537.     width:100%;
  2538. }
  2539. .logo{
  2540.     width:40%;
  2541. }
  2542. .btn-light{
  2543.    position: relative;
  2544.     top:0;
  2545. }
  2546.  
  2547. }
  2548.  @import url('https://fonts.cdnfonts.com/css/montserrat');
  2549.  @import url('https://cdnjs.cloudflare.com/ajax/libs/iCheck/1.0.1/demo/css/montserrat-bold.ttf'); 
  2550.  
  2551.  p,button{  font-family: 'Montserrat', sans-serif;
  2552. }
  2553.  
  2554. h1{  
  2555.     font-family: 'Montserrat', sans-serif;
  2556.     font-weight: 800;
  2557. }
  2558.  
  2559. /* css For whatsap**/
  2560. .wrapperX {
  2561.   display: flex;
  2562.   justify-content: space-between;
  2563.   align-items: flex-start;
  2564.   margin: auto;
  2565.   max-width: 800px;
  2566. }
  2567. .titlePourQuoi:after {
  2568.     content: '';
  2569.     display: block;
  2570.     width: 40px;
  2571.     height: 5px;
  2572.     background: #c6c9ce;
  2573.     margin: 0;
  2574.     margin-top: 15px;
  2575.     border-radius: 3px;
  2576.     
  2577. }
  2578. .bloc-text-a-propos-right {
  2579.   position: relative;
  2580.   right: 30px;
  2581.   height: 185px;
  2582. }
  2583. /*.flip-card {*/
  2584. /*  background-color: transparent;*/
  2585. /*  width: 300px;*/
  2586. /*  height: 300px;*/
  2587. /*  perspective: 1000px;*/
  2588. /*}*/
  2589. /*.flip-card-inner {*/
  2590. /*  position: relative;*/
  2591. /*  width: 270px;*/
  2592. /*  height: 215px;*/
  2593. /*  text-align: center;*/
  2594. /*  transition: transform 0.6s;*/
  2595. /*  transform-style: preserve-3d;*/
  2596. /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  2597. /*  backface-visibility: hidden;*/
  2598. /*  -moz-backface-visibility: hidden;*/
  2599. /*}*/
  2600. /*.flip-card:focus {*/
  2601. /*    outline: 0;*/
  2602. /*}*/
  2603. /*.flip-card:hover .flip-card-inner,*/
  2604. /*.flip-card:focus .flip-card-inner{*/
  2605. /*  transform: rotateY(180deg);*/
  2606. /*}*/
  2607. /*.flip-card-front,*/
  2608. /*.flip-card-back {*/
  2609. /*  position: absolute;*/
  2610. /*  width: 100%;*/
  2611. /*  height: 100%;*/
  2612. /*}*/
  2613. /*.flip-card-front {*/
  2614. /*  background-color: rgba(255, 255, 255, 1);*/
  2615. /*  color: black;*/
  2616. /*  z-index: 2;*/
  2617.   /*display: flex;*/
  2618. /*  justify-content: center;*/
  2619. /*  align-items: center;*/
  2620. /*}*/
  2621. /*.flip-card-back {*/
  2622. /*    background-color: rgba(255, 255, 255, 1); */
  2623. /*      color: white;*/
  2624. /*      transform: rotateY(180deg);*/
  2625. /*      z-index: 1;*/
  2626.       /*display: flex;*/
  2627. /*      justify-content: center;*/
  2628. /*      align-items: center;*/
  2629. /*       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  2630. /*}*/
  2631.  @media (max-width:767px) {
  2632.         
  2633.         .flip-card-inner {
  2634.    
  2635.             width: 170px !important;
  2636.             height: 240px!important;
  2637.         }
  2638.         
  2639.         .flip-card {
  2640.        
  2641.         height: 250px;
  2642.        
  2643.         }
  2644.    
  2645.       }
  2646.       
  2647.       
  2648. /***/
  2649. .flip-card {
  2650.   background-color: transparent;
  2651.   width: 300px;
  2652.   height: 300px;
  2653.   perspective: 1000px;
  2654. }
  2655. .flip-card-inner {
  2656.   position: relative;
  2657.   width: 100%;
  2658.   height: 100%;
  2659.   text-align: center;
  2660.   transition: transform 0.6s;
  2661.   transform-style: preserve-3d;
  2662.   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  2663. }
  2664. .flip-card:hover .flip-card-inner {
  2665.   transform: rotateY(180deg);
  2666. }
  2667. .flip-card-front, .flip-card-back {
  2668.   position: absolute;
  2669.   width: 100%;
  2670.   height: 100%;
  2671.   -webkit-backface-visibility: hidden;
  2672.   backface-visibility: hidden;
  2673. }
  2674. .flip-card-front {
  2675.   background-color: rgba(255, 255, 255, 1);
  2676.   color: black;
  2677. }
  2678. .flip-card-back {
  2679.   background-color: #ffffff;
  2680.   color: white;
  2681.   transform: rotateY(180deg);
  2682. }
  2683. /** début carousel */
  2684.     
  2685.   
  2686. #cCarousel {
  2687.   position: relative;
  2688.   max-width: 1300px;
  2689.   margin: auto;
  2690. }
  2691. #cCarousel .arrow {
  2692.   position: absolute;
  2693.   top: 50%;
  2694.   display: flex;
  2695.   width: 45px;
  2696.   height: 45px;
  2697.   justify-content: center;
  2698.   align-items: center;
  2699.   border-radius: 50%;
  2700.   z-index: 1;
  2701.   font-size: 26px;
  2702.   color: white;
  2703.   background: #00000072;
  2704.   cursor: pointer;
  2705. }
  2706. #cCarousel #prev {
  2707.   left: 0px;
  2708. }
  2709. #cCarousel #next {
  2710.   right: 0px;
  2711. }
  2712. #carousel-vp {
  2713.   width: 940px;
  2714.   height: 500px;
  2715.   display: flex;
  2716.   align-items: center;
  2717.   position: relative;
  2718.   overflow: hidden;
  2719.   margin: auto;
  2720. }
  2721. @media (max-width: 770px) {
  2722.   #carousel-vp {
  2723.     width: 510px;
  2724.   }
  2725. }
  2726. @media (max-width: 510px) {
  2727.   #carousel-vp {
  2728.     width: 250px;
  2729.   }
  2730. }
  2731. #cCarousel #cCarousel-inner {
  2732.   display: flex;
  2733.   position: absolute;
  2734.   transition: 0.3s ease-in-out;
  2735.   gap: 40px;
  2736.   left: 0px;
  2737. }
  2738. .cCarousel-item {
  2739.   width: 280px;
  2740.   /*height: 365px;*/
  2741.   border: 2px solid white;
  2742.   border-radius: 15px;
  2743.   overflow: hidden;
  2744.   display: flex;
  2745.   flex-direction: column;
  2746. }
  2747. .cCarousel-item img {
  2748.   width: 100%;
  2749.   object-fit: cover;
  2750.   min-height: 246px;
  2751.   color: white;
  2752. }
  2753. .cCarousel-item .infos {
  2754.   height: 100%;
  2755.   display: flex;
  2756.   flex-direction: column;
  2757.   align-items: center;
  2758.   justify-content: space-around;
  2759.   background: white;
  2760.   color: black;
  2761. }
  2762. .cCarousel-item .infos button {
  2763.   background: #222;
  2764.   padding: 10px 30px;
  2765.   border-radius: 15px;
  2766.   color: white;
  2767.   font-size: 1rem;
  2768.   font-weight: bold;
  2769.   cursor: pointer;
  2770. }
  2771. article.cCarousel-item{
  2772.     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  2773.     padding: 4px;
  2774. }
  2775.     .lire-suite{
  2776.         color: black;
  2777.         text-decoration: underline;
  2778.         font-weight: 600;
  2779.     }
  2780. .custom-hr {
  2781.       width: 30px;
  2782.       border: 0;
  2783.       border-top: 2px solid black; 
  2784.       margin: 10px auto; /* Center align the hr */
  2785.     }
  2786.  
  2787.         /* General Styling */
  2788.  @keyframes scroll {
  2789. \t 0% {
  2790. \t\t transform: translateX(0);
  2791. \t}
  2792. \t 100% {
  2793. \t\t transform: translateX(calc(-250px * 7));
  2794. \t}
  2795. }
  2796.  .slider {
  2797. \t background: white;
  2798. \t box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
  2799. \t height: 100px;
  2800. \t margin: auto;
  2801. \t overflow: hidden;
  2802. \t position: relative;
  2803.     width: 100%;
  2804. }
  2805.  .slider::before, .slider::after {
  2806. \t background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  2807. \t content: \"\";
  2808. \t height: 100px;
  2809. \t position: absolute;
  2810. \t width: 200px;
  2811. \t z-index: 2;
  2812. }
  2813.  .slider::after {
  2814. \t right: 0;
  2815. \t top: 0;
  2816. \t transform: rotateZ(180deg);
  2817. }
  2818.  .slider::before {
  2819. \t left: 0;
  2820. \t top: 0;
  2821. }
  2822.  .slider .slide-track {
  2823. \t animation: scroll 25s linear infinite;
  2824. \t display: flex;
  2825. \t width: calc(250px * 14);
  2826. }
  2827.  .slider .slide {
  2828. \t height: 100px;
  2829. \t width: 250px;
  2830. }
  2831. /***/
  2832. /* external css: flickity.css */
  2833. * {
  2834.   -webkit-box-sizing: border-box;
  2835.   box-sizing: border-box;
  2836. }
  2837. body { font-family: sans-serif; }
  2838. .gallery {
  2839.   background: #EEE;
  2840. }
  2841. .gallery-cell {
  2842.   width: 350px;
  2843.   height: 200px;
  2844.   margin-right: 10px;
  2845.   /*background: #8C8;*/
  2846.   /*counter-increment: gallery-cell;*/
  2847. }
  2848. /* cell number */
  2849. .gallery-cell:before {
  2850.   display: block;
  2851.   text-align: center;
  2852.   /*content: counter(gallery-cell);*/
  2853.   line-height: 200px;
  2854.   font-size: 80px;
  2855.   color: white;
  2856. }
  2857. .flickity-enabled.is-draggable .flickity-viewport {
  2858.     height: 270PX !important;
  2859. }
  2860. .flickity-page-dots{
  2861.     display:none;
  2862. }
  2863. .fw-light p {
  2864.    margin: 0px 0 0 0;
  2865. }
  2866.  .divReuninonWeb{
  2867.                 
  2868.                  background-image: url('{{ asset(\"uploads/front-images/picSalleReunion22.png\") }}');
  2869.                background-repeat: no-repeat;
  2870.     background-size: 100% 100%;
  2871.     height: 405px;
  2872.             }
  2873. </style>
  2874. \t  <div class=\"row divDesktop\">
  2875.       <div class=\"col-sm-4\" style=\"background-image:url({{asset('uploads/front-images/pictureBureaux2.png')}});background-repeat: no-repeat;background-size: 100% 100%;height: 405px;\">
  2876.       
  2877.     \t\t\t\t\t    \t<a href=\"{{path('reservationbureaux')}}\" style=\"position: absolute;bottom: 20px;left: 40%;\">
  2878.             \t\t\t\t\t\t<button class=\"btn btn-formulaire\">
  2879.             \t\t\t\t\t\t{{\"RÉSERVER\"|trans({},\"front\")}}\t
  2880.             \t\t\t\t\t\t</button>
  2881.     \t\t\t\t\t\t</a>
  2882.     \t\t\t\t
  2883.       </div>
  2884.      <div class=\"col-sm-4 divReuninonWeb\" >
  2885.       \t
  2886.     \t\t\t\t\t    \t<a href=\"{{path('reservationsallereuninon')}}\" style=\"position: absolute;bottom: 20px;left: 40%;\">
  2887.             \t\t\t\t\t\t<button class=\"btn btn-formulaire\" >
  2888.             \t\t\t\t\t\t{{\"RÉSERVER\"|trans({},\"front\")}}
  2889.             \t\t\t\t\t\t</button>
  2890.     \t\t\t\t\t\t</a>
  2891.     \t\t\t\t
  2892.       </div>
  2893.       {#<div class=\"col-sm-4\" style=\"background-image:url({{asset('uploads/front-images/picFreework2Final.png')}});background-repeat: no-repeat;background-size: 100% 100%;height:  405px;\">#}
  2894.       
  2895.     \t\t{#\t\t\t    \t<a href=\"{{path('reservationfreework')}}\" style=\"position: absolute;bottom: 20px;left: 40%;\">#}
  2896.       {#      \t\t\t\t\t\t<button class=\"btn btn-formulaire\">#}
  2897.       {#      \t\t\t\t\t\t{{\"RÉSERVER\"|trans({},\"front\")}}#}
  2898.       {#      \t\t\t\t\t\t</button>#}
  2899.     \t\t{#\t\t\t\t</a>#}
  2900.     \t\t\t\t
  2901.       {#</div>#}
  2902.       <div class=\"col-sm-4\" style=\"background-image:url({{asset('uploads/front-images/picFreework2.png')}});background-repeat: no-repeat;background-size: 100% 100%;height:  405px;\">
  2903.       
  2904.     \t\t\t\t\t    \t<a href=\"{{path('reservationfreework')}}\" style=\"position: absolute;bottom: 20px;left: 40%;\">
  2905.             \t\t\t\t\t\t<button class=\"btn btn-formulaire\">
  2906.             \t\t\t\t\t\t{{\"RÉSERVER\"|trans({},\"front\")}}
  2907.             \t\t\t\t\t\t</button>
  2908.     \t\t\t\t\t\t</a>
  2909.     \t\t\t\t
  2910.       </div>
  2911. </div>
  2912.   \t<div class=\"divMobile\">
  2913. \t        <div>
  2914.                 <div class=\"col-md-12\"  id=\"divImagesHeaderMobile\" style=\"padding: 0px;\">
  2915.                     
  2916.                     
  2917.                       <div class=\"d-flex align-items-center justify-content-center\" style=\"background-image:url({{asset('uploads/front-images/picBureax2Mobile.png')}});height:215px;background-size: 100% 100%;\">
  2918.                           
  2919.                          
  2920.                        
  2921.                          <a href=\"{{path('reservationbureaux')}}\" class=\"btn btn-formulaire\"  
  2922.                      style=\"
  2923.                             background: #FCD46B;
  2924.                             color: white;
  2925.                             font-weight: 500;
  2926.                             border-radius: 0px;
  2927.                             text-transform: uppercase;
  2928.                             font-size: 13px;
  2929.                             padding-left: 26px;
  2930.                             padding-right: 26px;
  2931.                             position: relative;
  2932.                             bottom: -70px;\">
  2933.                          RÉSERVER
  2934.                          </a>
  2935.                     </div>
  2936.                    
  2937.                     
  2938.                     
  2939.                     
  2940.                        <div class=\"d-flex align-items-center justify-content-center\"  style=\"background-image:url({{asset('uploads/front-images/pictureSalleReunino2Mobile.png')}});height:215px;background-size: 100% 100%;\">
  2941.                       {#picFree2Mobile.png#}
  2942.                       {#pictureSalleReunino2Mobile.png#}
  2943.                            <a href=\"{{path('reservationsallereuninon')}}\"  class=\"btn btn-formulaire\"  style=\"
  2944.                             background: #FCD46B;
  2945.                             color: white;
  2946.                             font-weight: 500;
  2947.                             border-radius: 0px;
  2948.                             text-transform: uppercase;
  2949.                             font-size: 13px;
  2950.                             padding-left: 26px;
  2951.                             padding-right: 26px;
  2952.                             position: relative;
  2953.                             bottom: -70px;\">RÉSERVER</a>
  2954.                     </div>
  2955.                    
  2956.                     
  2957.                     
  2958.                        <div class=\"d-flex align-items-center justify-content-center\"  style=\"background-image:url({{asset('uploads/front-images/picFree2Mobile.png')}});height:215px;background-size: 100% 100%;\">
  2959.                      
  2960.                          <a href=\"{{path('reservationfreework')}}\"   class=\"btn btn-formulaire\" style=\"
  2961.                             background: #FCD46B;
  2962.                             color: white;
  2963.                             font-weight: 500;
  2964.                             border-radius: 0px;
  2965.                             text-transform: uppercase;
  2966.                             font-size: 13px;
  2967.                             padding-left: 26px;
  2968.                             padding-right: 26px;
  2969.                             position: relative;
  2970.                            bottom: -70px;\">RÉSERVER</a>
  2971.                     </div>
  2972.                  
  2973.                   
  2974.                 </div>
  2975.                 
  2976.             </div>
  2977.         </div>
  2978.   
  2979.   
  2980.   
  2981.   
  2982.     <div class=\"container\" style=\"margin-top:93px;\" id=\"a-propos\">
  2983.                     <div class=\"row\">
  2984.                 \t     <div class=\"col-lg-12\" style=\"display: flex;background: #fbf9ed;padding: 30px;\">
  2985.             \t\t\t
  2986.             \t\t\t\t<div class=\"col-lg-12\">
  2987.             \t\t\t\t\t<div>
  2988.             \t\t\t\t\t <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\"> {{contentPageHome.firstTitleSection}} </h1>
  2989.             \t\t\t\t\t
  2990.             \t\t\t\t\t\t<div>
  2991.             \t\t\t\t\t\t\t<i>
  2992.             \t\t\t\t\t\t\t\t<p class=\"font-italic p-3\" style=\"font-size:13px;\">
  2993.             \t\t\t\t\t\t\t    {{contentPageHome.firstTextSection|raw()}}  
  2994.                             \t</i>
  2995.             \t\t\t\t\t\t</div>
  2996.             \t\t\t\t\t</div>
  2997.     </div>
  2998. \t\t
  2999.                         \t    \t\t 
  3000.                 </div>
  3001. \t\t\t        </div>
  3002. \t\t        </div>
  3003.   
  3004.    <!-- Flickity HTML init -->
  3005.     <div class=\"gallery js-flickity\" data-flickity-options='{ \"wrapAround\": true,\"autoPlay\": 1700 }' style=\"margin-top: 5%;\">
  3006.         {% for gallery in contentPageHome.gallerieHomes %}
  3007.               <div class=\"gallery-cell\">
  3008.                   \t<img loading=\"lazy\"  src=\"uploads/coworking/{{gallery.path}}\" width=\"100%\" alt=\"\" />
  3009.               </div>
  3010.     \t{% endfor %}
  3011.     </div>
  3012.   
  3013. \t\t<div class=\"container-fluid\" style=\"margin-top:93px;\" id=\"nos-atouts\">
  3014. \t    \t{#<div style=\"height:2px; width:30px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;\"></div>#}
  3015. \t    \t<div class=\"text-center\" style=\"padding-top: 20px;\">
  3016. \t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\">{{contentPageHome.secondTitleSection|raw()}} </h1>
  3017. \t\t\t\t</div>
  3018. \t  
  3019. \t\t\t
  3020. \t\t\t</div>
  3021.  
  3022. \t
  3023.     <div class=\"container-fluid pb-3 cardsDesktop\">
  3024. \t\t<div class=\"row gy-3 gx-0 m-auto\">
  3025. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  3026. \t\t\t    
  3027. \t\t\t    
  3028. \t\t\t    
  3029. \t\t\t    
  3030. \t\t\t    
  3031. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  3032.                   <div class=\"flip-card-inner\" >
  3033.                     <div class=\"flip-card-front\">
  3034.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_247.png\">
  3035.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3036.     \t\t\t\t\t    {{contentPageHome.textCard1}} 
  3037.     \t\t\t\t\t</p>
  3038.                     </div>
  3039.                    
  3040.                     <div class=\"flip-card-back\" style=\"transform: rotateX(360deg) !important;\">
  3041.                         <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_247.png\">
  3042.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3043. \t\t\t\t\t     {{contentPageHome.textFlipCard1|raw()}} 
  3044. \t\t\t\t\t</p>
  3045.                     </div>
  3046.                   </div>
  3047.                 </div>
  3048. \t\t\t</div>
  3049. \t\t\t
  3050. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  3051. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  3052.                   <div class=\"flip-card-inner\" >
  3053.                     <div class=\"flip-card-front\" >
  3054.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"src=\"themes/coworking/front/images/icon_LOCALISATION.png\">
  3055.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3056.     \t\t\t\t\t     {{contentPageHome.textCard2}}
  3057.     \t\t\t\t\t</p>
  3058.                     </div>
  3059.                    
  3060.                     <div class=\"flip-card-back\">
  3061.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_LOCALISATION.png\">
  3062.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3063. \t\t\t\t\t  
  3064.                             {{contentPageHome.textFlipCard2|raw()}}
  3065. \t\t\t\t\t</p>
  3066.                     </div>
  3067.                   </div>
  3068.                 </div>
  3069. \t\t\t</div>
  3070. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  3071. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  3072.                   <div class=\"flip-card-inner\" >
  3073.                     <div class=\"flip-card-front\" >
  3074.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_NAPROOM.png\">
  3075.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3076.     \t\t\t\t\t 
  3077.                              {{contentPageHome.textCard3}}
  3078.     \t\t\t\t\t</p>
  3079.                     </div>
  3080.                    
  3081.                     <div class=\"flip-card-back\">
  3082.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_NAPROOM.png\">
  3083.                         
  3084.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3085. \t\t\t\t\t        {{contentPageHome.textFlipCard3|raw()}}
  3086. \t\t\t\t\t</p>
  3087.                     </div>
  3088.                   </div>
  3089.                 </div>
  3090. \t\t\t</div>
  3091. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  3092. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  3093.                   <div class=\"flip-card-inner\" >
  3094.                     <div class=\"flip-card-front\">
  3095.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_PARKING.png\">
  3096.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3097.     \t\t\t\t\t   {{contentPageHome.textCard4}}
  3098.     \t\t\t\t\t</p>
  3099.                     </div>
  3100.                    
  3101.                     <div class=\"flip-card-back\">
  3102.                           <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_PARKING.png\">
  3103.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3104. \t\t\t\t\t     {{contentPageHome.textFlipCard4|raw()}}
  3105. \t\t\t\t\t</p>
  3106.                     </div>
  3107.                   </div>
  3108.                 </div>
  3109. \t\t\t</div>
  3110. \t\t</div>
  3111. \t</div>
  3112. \t<div class=\"container-fluid pb-3 cardsDesktop\">
  3113. \t\t<div class=\"row gy-3 gx-0 m-auto\">
  3114. \t\t  <div class=\"col-12 col-sm-6 col-md-3 text-center \">
  3115. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  3116.                   <div class=\"flip-card-inner\" >
  3117.                       
  3118.                     <div class=\"flip-card-front\" >
  3119.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_FITNESS.png\">
  3120.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3121.     \t\t\t\t  {{contentPageHome.textCard5}}
  3122.     \t\t\t\t\t</p>
  3123.                     </div>
  3124.                    
  3125.                     <div class=\"flip-card-back\">
  3126.                           <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_FITNESS.png\">
  3127.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3128. \t\t\t\t\t    {{contentPageHome.textFlipCard5|raw()}}
  3129. \t\t\t\t\t</p>
  3130.                     </div>
  3131.                   </div>
  3132.                 </div>
  3133. \t\t\t</div>
  3134. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  3135. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  3136.                   <div class=\"flip-card-inner\" >
  3137.                     <div class=\"flip-card-front\" >
  3138.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_RESTAURATION.png\">
  3139.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3140.     \t\t\t\t\t     {{contentPageHome.textCard6}}
  3141.     \t\t\t\t\t</p>
  3142.                     </div>
  3143.                    
  3144.                     <div class=\"flip-card-back\">
  3145.                       <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_RESTAURATION.png\">
  3146.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3147.     \t\t\t\t\t  {{contentPageHome.textFlipCard6|raw()}}
  3148.     \t\t\t\t\t</p>
  3149.                     </div>
  3150.                   </div>
  3151.                 </div>
  3152. \t\t\t</div>
  3153. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  3154. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  3155.                   <div class=\"flip-card-inner\" >
  3156.                       
  3157.                     <div class=\"flip-card-front\">
  3158.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_STAND.png\">
  3159.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3160.     \t\t\t\t\t {{contentPageHome.textCard7}}
  3161.     \t\t\t\t\t</p>
  3162.                     </div>
  3163.                    
  3164.                     <div class=\"flip-card-back\">
  3165.                         <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_STAND.png\">
  3166.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3167. \t\t\t\t\t  {{contentPageHome.textFlipCard7|raw()}}
  3168.             \t</p>
  3169.                     </div>
  3170.                   </div>
  3171.                 </div>
  3172. \t\t\t</div>
  3173. \t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
  3174. \t\t\t    <div class=\"flip-card\" tabIndex=\"0\">
  3175.                   <div class=\"flip-card-inner\">
  3176.                      
  3177.                     <div class=\"flip-card-front\" >
  3178.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_MASSAGE.png\">
  3179.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3180.     \t\t\t\t\t {{contentPageHome.textCard8}} 
  3181.     \t\t\t\t\t</p>
  3182.                     </div>
  3183.                    
  3184.                     <div class=\"flip-card-back\">
  3185.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_MASSAGE.png\">
  3186.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3187. \t\t\t\t\t     {{contentPageHome.textFlipCard8|raw()}}
  3188. \t\t\t\t\t</p>
  3189.                     </div>
  3190.                   </div>
  3191.                 </div>
  3192. \t\t\t</div>
  3193. \t\t\t<!--<div class=\"w-100 d-none d-block \"></div>-->
  3194. \t\t\t
  3195. \t\t</div>
  3196. \t</div>
  3197.  {#    <div class=\"container-fluid pb-3 cardsMobile\">#}
  3198. \t{#\t<div class=\"row gy-3 gx-0 m-auto\">#}
  3199. \t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
  3200. \t{#\t\t    <div class=\"flip-card\" tabIndex=\"0\">#}
  3201.  {#                 <div class=\"flip-card-inner\" >#}
  3202.  {#                   <div class=\"flip-card-front\" style=\"background-image: url(/themes/coworking/front/images/icon247.png);\">#}
  3203.  {#                        <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/247.jpg\">#}
  3204.  {#                       <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3205.  {#   \t\t\t\t\t    Espace de travail accessible 24h/24 7j/7#}
  3206.  {#   \t\t\t\t\t</p>#}
  3207.  {#                   </div>#}
  3208.                    
  3209.  {#                   <div class=\"flip-card-back\">#}
  3210.  {#                       <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/247.jpg\">#}
  3211.  {#                    \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3212. \t{#\t\t\t\t    Espace de travail accessible 24h/24 7j/7#}
  3213. \t{#\t\t\t\t</p>#}
  3214.  {#                   </div>#}
  3215.  {#                 </div>#}
  3216.  {#               </div>#}
  3217. \t{#\t\t</div>#}
  3218. \t\t\t
  3219. \t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
  3220. \t{#\t\t    <div class=\"flip-card\" tabIndex=\"0\">#}
  3221.  {#                 <div class=\"flip-card-inner\" >#}
  3222.  {#                   <div class=\"flip-card-front\" style=\"background-image: url(/themes/coworking/front/images/iconLOCALISATION.png);\">#}
  3223.  {#                        <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/LOCALISATION.jpg\">#}
  3224.  {#                       <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3225.  {#   \t\t\t\t\t    Emplacement unique à Casablanca #}
  3226.  {#   \t\t\t\t\t</p>#}
  3227.  {#                   </div>#}
  3228.                    
  3229.  {#                   <div class=\"flip-card-back\">#}
  3230.  {#                        <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/LOCALISATION.jpg\">#}
  3231.  {#                    \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3232. \t\t\t\t\t  
  3233.  {#                           Emplacement à 2 pas de la mosquée Hassan 2 , en face de la foire d’exposition de Casablanca, proche du centre ville et du centre d’affaire Marina.#}
  3234. \t{#\t\t\t\t</p>#}
  3235.  {#                   </div>#}
  3236.  {#                 </div>#}
  3237.  {#               </div>#}
  3238. \t{#\t\t</div>#}
  3239. \t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
  3240. \t{#\t\t    <div class=\"flip-card\" tabIndex=\"0\">#}
  3241.  {#                 <div class=\"flip-card-inner\" >#}
  3242.  {#                   <div class=\"flip-card-front\"  style=\"background-image: url(/themes/coworking/front/images/iconNAPROOM.png);\">#}
  3243.  {#                        <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/NAPROOM.jpg\">#}
  3244.  {#                       <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3245.     \t\t\t\t\t 
  3246.  {#                               Nap room#}
  3247.  {#   \t\t\t\t\t</p>#}
  3248.  {#                   </div>#}
  3249.                    
  3250.  {#                   <div class=\"flip-card-back\">#}
  3251.  {#                        <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/NAPROOM.jpg\">#}
  3252.                         
  3253.  {#                    \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3254. \t{#\t\t\t\t    Nap room#}
  3255. \t{#\t\t\t\t</p>#}
  3256.  {#                   </div>#}
  3257.  {#                 </div>#}
  3258.  {#               </div>#}
  3259. \t{#\t\t</div>#}
  3260. \t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
  3261. \t{#\t\t    <div class=\"flip-card\" tabIndex=\"0\">#}
  3262.  {#                 <div class=\"flip-card-inner\" >#}
  3263.  {#                   <div class=\"flip-card-front\" style=\"background-image: url(/themes/coworking/front/images/iconPARKING.png);\">#}
  3264.  {#                        <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/PARKING.jpg\">#}
  3265.  {#                       <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3266.  {#   \t\t\t\t\t    L’accès au parking privé.#}
  3267.  {#   \t\t\t\t\t</p>#}
  3268.  {#                   </div>#}
  3269.                    
  3270.  {#                   <div class=\"flip-card-back\">#}
  3271.  {#                         <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/PARKING.jpg\">#}
  3272.  {#                    \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3273. \t{#\t\t\t\t     L’accès au parking privé.#}
  3274. \t{#\t\t\t\t</p>#}
  3275.  {#                   </div>#}
  3276.  {#                 </div>#}
  3277.  {#               </div>#}
  3278. \t{#\t\t</div>#}
  3279. \t{#\t</div>#}
  3280. \t{#</div>#}
  3281. \t{#<div class=\"container-fluid pb-3 cardsMobile\">#}
  3282. \t{#\t<div class=\"row gy-3 gx-0 m-auto\">#}
  3283. \t{#\t  <div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
  3284. \t{#\t\t    <div class=\"flip-card\" tabIndex=\"0\">#}
  3285.  {#                 <div class=\"flip-card-inner\" >#}
  3286.                       
  3287.  {#                   <div class=\"flip-card-front\" style=\"background-image: url(/themes/coworking/front/images/iconFITNESS.png);\">#}
  3288.  {#                        <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/FITNESS.jpg\">#}
  3289.  {#                       <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3290.  {#   \t\t\t\t\t   Gaming & Fitness#}
  3291.  {#   \t\t\t\t\t</p>#}
  3292.  {#                   </div>#}
  3293.                    
  3294.  {#                   <div class=\"flip-card-back\">#}
  3295.  {#                         <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/FITNESS.jpg\">#}
  3296.  {#                    \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3297. \t{#\t\t\t\t    Gaming & Fitness#}
  3298. \t{#\t\t\t\t</p>#}
  3299.  {#                   </div>#}
  3300.  {#                 </div>#}
  3301.  {#               </div>#}
  3302. \t{#\t\t</div>#}
  3303. \t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
  3304. \t{#\t\t    <div class=\"flip-card\" tabIndex=\"0\">#}
  3305.  {#                 <div class=\"flip-card-inner\" >#}
  3306.  {#                   <div class=\"flip-card-front\" style=\"background-image: url(/themes/coworking/front/images/iconRESTAURATION.png);\">#}
  3307.  {#                        <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/RESTAURATION.jpg\">#}
  3308.  {#                       <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3309.  {#   \t\t\t\t\t   Restauration#}
  3310.  {#   \t\t\t\t\t</p>#}
  3311.  {#                   </div>#}
  3312.                    
  3313.  {#                   <div class=\"flip-card-back\">#}
  3314.  {#                     <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/RESTAURATION.jpg\">#}
  3315.  {#                    \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3316.  {#   \t\t\t\t\t   Restauration#}
  3317.  {#   \t\t\t\t\t</p>#}
  3318.  {#                   </div>#}
  3319.  {#                 </div>#}
  3320.  {#               </div>#}
  3321. \t{#\t\t</div>#}
  3322. \t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
  3323. \t{#\t\t    <div class=\"flip-card\" tabIndex=\"0\">#}
  3324.  {#                 <div class=\"flip-card-inner\" >#}
  3325.                       
  3326.  {#                   <div class=\"flip-card-front\" style=\"background-image: url(/themes/coworking/front/images/iconSTAND.png);\">#}
  3327.  {#                        <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/STAND.jpg\">#}
  3328.  {#                       <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3329.  {#   \t\t\t\t\t  Stands & pop up stores#}
  3330.  {#   \t\t\t\t\t</p>#}
  3331.  {#                   </div>#}
  3332.                    
  3333.  {#                   <div class=\"flip-card-back\">#}
  3334.  {#                       <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/STAND.jpg\">#}
  3335.  {#                    \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3336. \t{#\t\t\t\t   Stands & pop up stores#}
  3337. \t{#\t\t\t\t</p>#}
  3338.  {#                   </div>#}
  3339.  {#                 </div>#}
  3340.  {#               </div>#}
  3341. \t{#\t\t</div>#}
  3342. \t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
  3343. \t{#\t\t    <div class=\"flip-card\" tabIndex=\"0\">#}
  3344.  {#                 <div class=\"flip-card-inner\">#}
  3345.                      
  3346.  {#                   <div class=\"flip-card-front\"  style=\"background-image: url(/themes/coworking/front/images/iconMASSAGE.png);\">#}
  3347.  {#                        <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/MASSAGE.jpg\">#}
  3348.  {#                       <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3349.  {#   \t\t\t\t\t    Centre de beauté et bien être.#}
  3350.  {#   \t\t\t\t\t</p>#}
  3351.  {#                   </div>#}
  3352.                    
  3353.  {#                   <div class=\"flip-card-back\">#}
  3354.  {#                        <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/MASSAGE.jpg\">#}
  3355.  {#                    \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
  3356. \t{#\t\t\t\t    Centre de beauté et bien être.#}
  3357. \t{#\t\t\t\t</p>#}
  3358.  {#                   </div>#}
  3359.  {#                 </div>#}
  3360.  {#               </div>#}
  3361. \t{#\t\t</div>#}
  3362. \t{#\t\t<!--<div class=\"w-100 d-none d-block \"></div>-->#}
  3363. \t\t\t
  3364. \t{#\t</div>#}
  3365. \t{#</div>#}
  3366. \t
  3367. \t
  3368. \t
  3369. \t
  3370. \t<div class=\"col-sm-12 text-center mt-5 cardsMobile\">
  3371. \t\t\t\t
  3372. \t\t\t\t\t<span class=\"divider-text mb-5\"></span>
  3373. \t\t\t\t\t<div class=\"\" style=\"background-color:rgba(178, 78, 69, 0.04)\">
  3374. \t\t\t\t\t\t<div class=\"row text-center d-flex justify-content-center\">
  3375. \t\t\t\t\t\t\t<div class=\"col-6\">
  3376. \t\t\t\t\t\t\t\t  <div class=\"flip-card\" tabIndex=\"0\">
  3377.                   <div class=\"flip-card-inner\" >
  3378.                     <div class=\"flip-card-front\">
  3379.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_247.png\">
  3380.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3381.     \t\t\t\t\t   {{contentPageHome.textCard1}}
  3382.     \t\t\t\t\t</p>
  3383.                     </div>
  3384.                    
  3385.                     <div class=\"flip-card-back\">
  3386.                         <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_247.png\">
  3387.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3388. \t\t\t\t\t    {{contentPageHome.textFlipCard1|raw()}}
  3389. \t\t\t\t\t</p>
  3390.                     </div>
  3391.                   </div>
  3392.                 </div>
  3393. \t\t\t\t\t\t\t</div>
  3394. \t\t\t\t\t\t\t<div class=\"col-6\">
  3395. \t\t\t\t\t\t\t     <div class=\"flip-card\" tabIndex=\"0\">
  3396.                   <div class=\"flip-card-inner\" >
  3397.                     <div class=\"flip-card-front\" >
  3398.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"src=\"themes/coworking/front/images/icon_LOCALISATION.png\">
  3399.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3400.     \t\t\t\t\t     {{contentPageHome.textCard2}}
  3401.     \t\t\t\t\t</p>
  3402.                     </div>
  3403.                    
  3404.                     <div class=\"flip-card-back\">
  3405.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_LOCALISATION.png\">
  3406.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3407. \t\t\t\t\t  
  3408.                         {{contentPageHome.textFlipCard2|raw()}}
  3409.                            \t\t</p>
  3410.                     </div>
  3411.                   </div>
  3412.                 </div>
  3413. \t\t\t\t\t\t\t</div>
  3414. \t\t\t\t\t\t\t\t<div class=\"col-6\">
  3415. \t\t\t\t\t\t\t\t   <div class=\"flip-card\" tabIndex=\"0\">
  3416.                   <div class=\"flip-card-inner\" >
  3417.                     <div class=\"flip-card-front\" >
  3418.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_NAPROOM.png\">
  3419.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3420.     \t\t\t\t\t 
  3421.                                     {{contentPageHome.textCard3}}
  3422.     \t\t\t\t\t</p>
  3423.                     </div>
  3424.                    
  3425.                     <div class=\"flip-card-back\">
  3426.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_NAPROOM.png\">
  3427.                         
  3428.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3429. \t\t\t\t\t         {{contentPageHome.textFlipCard3|raw()}}
  3430. \t\t\t\t\t</p>
  3431.                     </div>
  3432.                   </div>
  3433.                 </div>
  3434. \t\t\t\t\t\t\t\t   </div> 
  3435. \t\t\t\t\t\t\t\t    \t<div class=\"col-6\">
  3436. \t\t\t\t\t\t\t\t    \t     <div class=\"flip-card\" tabIndex=\"0\">
  3437.                   <div class=\"flip-card-inner\" >
  3438.                     <div class=\"flip-card-front\">
  3439.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\" src=\"themes/coworking/front/images/icon_PARKING.png\">
  3440.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3441.     \t\t\t\t\t     {{contentPageHome.textCard4}}
  3442.     \t\t\t\t\t</p>
  3443.                     </div>
  3444.                    
  3445.                     <div class=\"flip-card-back\">
  3446.                           <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_PARKING.png\">
  3447.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3448. \t\t\t\t\t        {{contentPageHome.textFlipCard4|raw()}}
  3449. \t\t\t\t\t</p>
  3450.                     </div>
  3451.                   </div>
  3452.                 </div>
  3453. \t\t\t\t\t\t\t\t    </div>\t    
  3454. \t\t\t\t\t\t
  3455. \t\t\t\t\t\t
  3456. \t\t\t\t\t\t</div>
  3457. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
  3458. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
  3459. \t\t<div class=\"col-sm-12 text-center mt-2 cardsMobile\">
  3460. \t\t\t\t\t
  3461. \t\t\t\t\t<span class=\"divider-text mb-5\"></span>
  3462. \t\t\t\t\t<div class=\"\" style=\"background-color:rgba(178, 78, 69, 0.04)\">
  3463. \t\t\t\t\t\t<div class=\"row text-center d-flex justify-content-center\">
  3464. \t\t\t\t\t\t\t<div class=\"col-6\">
  3465. \t\t\t\t\t\t\t\t <div class=\"flip-card\" tabIndex=\"0\">
  3466.                   <div class=\"flip-card-inner\" >
  3467.                       
  3468.                     <div class=\"flip-card-front\" >
  3469.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_FITNESS.png\">
  3470.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3471.     \t\t\t\t\t   {{contentPageHome.textCard5}}
  3472.     \t\t\t\t\t</p>
  3473.                     </div>
  3474.                    
  3475.                     <div class=\"flip-card-back\">
  3476.                           <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_FITNESS.png\">
  3477.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3478. \t\t\t\t\t     {{contentPageHome.textFlipCard5|raw()}}
  3479. \t\t\t\t\t</p>
  3480.                     </div>
  3481.                   </div>
  3482.                 </div>
  3483. \t\t\t\t\t\t\t</div>
  3484. \t\t\t\t\t\t\t<div class=\"col-6\">
  3485. \t\t\t\t\t\t\t     <div class=\"flip-card\" tabIndex=\"0\">
  3486.                   <div class=\"flip-card-inner\" >
  3487.                     <div class=\"flip-card-front\" >
  3488.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"   style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_RESTAURATION.png\">
  3489.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3490.     \t\t\t\t\t    {{contentPageHome.textCard6}}
  3491.     \t\t\t\t\t</p>
  3492.                     </div>
  3493.                    
  3494.                     <div class=\"flip-card-back\">
  3495.                       <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_RESTAURATION.png\">
  3496.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3497.     \t\t\t\t\t     {{contentPageHome.textFlipCard6|raw()}}
  3498.     \t\t\t\t\t</p>
  3499.                     </div>
  3500.                   </div>
  3501.                 </div>
  3502. \t\t\t\t\t\t\t</div>
  3503. \t\t\t\t\t\t\t<div class=\"col-6\">
  3504. \t\t\t\t\t\t\t     <div class=\"flip-card\" tabIndex=\"0\">
  3505.                   <div class=\"flip-card-inner\" >
  3506.                       
  3507.                     <div class=\"flip-card-front\">
  3508.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_STAND.png\">
  3509.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3510.     \t\t\t\t\t{{contentPageHome.textCard7}}
  3511.     \t\t\t\t\t</p>
  3512.                     </div>
  3513.                    
  3514.                     <div class=\"flip-card-back\">
  3515.                         <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_STAND.png\">
  3516.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3517. \t\t\t\t\t      {{contentPageHome.textFlipCard7|raw()}}
  3518. \t\t\t\t\t</p>
  3519.                     </div>
  3520.                   </div>
  3521.                 </div>
  3522. \t\t\t\t\t\t\t </div> 
  3523. \t\t\t\t\t    \t<div class=\"col-6\">
  3524. \t\t\t\t\t    \t     <div class=\"flip-card\" tabIndex=\"0\">
  3525.                   <div class=\"flip-card-inner\">
  3526.                      
  3527.                     <div class=\"flip-card-front\"  >
  3528.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\" style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_MASSAGE.png\">
  3529.                         <p class=\"\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3530.     \t\t\t\t\t    {{contentPageHome.textCard8}}
  3531.     \t\t\t\t\t</p>
  3532.                     </div>
  3533.                    
  3534.                     <div class=\"flip-card-back\">
  3535.                          <img loading=\"lazy\"  class=\"img-fluid w-25 pt-3\"  style=\"width: 40%!important;\"  src=\"themes/coworking/front/images/icon_MASSAGE.png\">
  3536.                      \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
  3537. \t\t\t\t\t     {{contentPageHome.textFlipCard8|raw()}} 
  3538. \t\t\t\t\t</p>
  3539.                     </div>
  3540.                   </div>
  3541.                 </div>
  3542. \t\t\t\t\t        </div>\t    
  3543. \t\t\t\t\t\t
  3544. \t\t\t\t\t\t
  3545. \t\t\t\t\t\t</div>
  3546. \t\t\t\t</div>
  3547. \t\t\t</div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  3548. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
  3549. \t\t\t\t</div>
  3550. </div>
  3551. \t 
  3552.         \t \t<div class=\"text-center\" style=\"padding-top: 20px;\">
  3553.         \t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\"><a href=\"{{ path('news')}}\" >Nos actualités</a></h1>
  3554.         \t\t\t\t</div>
  3555.         \t  
  3556.         
  3557.         \t <section>
  3558.           <div id=\"cCarousel\">
  3559.             <div class=\"arrow\" id=\"prev\"><i class=\"fa-solid fa-chevron-left\"></i></div>
  3560.             <div class=\"arrow\" id=\"next\"><i class=\"fa-solid fa-chevron-right\"></i></div>
  3561.         
  3562.             <div id=\"carousel-vp\">
  3563.               <div id=\"cCarousel-inner\"> 
  3564.               {% for news in newsAnnonce %}     
  3565.               <article class=\"cCarousel-item\">
  3566.                   <img loading=\"lazy\"  src=\"/uploads/coworking/{{ news.image }}\" alt=\"Moon\">
  3567.                   <div class=\"infos\">
  3568.                     <h3 style=\"font-size:22px;line-height: 40px;\" class=\"title-article\">{{ news.title }}  </h3>
  3569.                     <hr class=\"custom-hr\">
  3570.                  <p>{{ news.description|slice(0, 100) ~ '...' }}</p>
  3571.                     <a href=\"{{path('actualite',{id:news.id})}}\" class=\"lire-suite\">Lire la suite</a>
  3572.                   </div>
  3573.                 </article>
  3574.                  {% endfor %}
  3575.                 
  3576.                 
  3577.                 
  3578.                 
  3579.               </div>
  3580.             </div>
  3581.           </div>
  3582.         </section>
  3583.     
  3584.  
  3585. \t<div class=\"container-fluid p-5\" style=\"margin-top:0px;  background-color:rgba(249, 249, 249, 1);\">
  3586. \t\t \t<div class=\"row align-items-center g-0 gap-3\">
  3587. \t\t\t<div class=\"container-fluid\" style=\"margin-top:93px; background-color: rgba(249, 249, 249, 1); \">
  3588. \t\t\t
  3589. \t\t\t\t<div class=\"text-center\" style=\"padding-top: 40px;\">
  3590. \t\t\t\t \t<h1  style=\" color: black; margin-bottom:22px;\">Découvrez notre univers</h1>
  3591. \t\t\t\t\t{#<div style=\"height:3px; width:30px; margin-top:22px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;\"></div>#}
  3592. \t\t\t\t\t<div class=\"m-auto w-50\">
  3593. \t\t\t    \t{#<p style=\"width:80%; margin:auto;padding-bottom:10%;font-family: 'Archivo', sans-serif; line-height:27px; font-weight:400;font-size: 14px; color: rgba(17, 17, 17, 0.8);\"> Découvrez notre espace de co-working en 3D\t</p>#}
  3594. \t\t\t\t\t\t
  3595. \t\t\t\t\t\t\t 
  3596. \t\t\t\t\t</div>
  3597. \t\t\t\t\t<div class=\"mt-5 w-100\">
  3598. \t\t\t\t\t {#<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/GeKD5d88QjM?si=Vi9zBFTXmrPXAHzx\" style=\"width:80%; height:350px;\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>#}
  3599. \t\t\t\t \t<iframe width=\"560\" height=\"315\" src=\" {{contentPageHome.linkYoutube}}\" style=\"width:80%; height:400px;\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
  3600. \t\t\t\t
  3601. \t\t\t\t 
  3602. \t\t\t\t\t\t  \t\t</div>
  3603. \t\t\t\t</div>
  3604. \t\t\t</div>
  3605. \t\t</div>
  3606.     </div>
  3607.     
  3608.     
  3609.                 <div class=\"container laptop-version\" style=\"margin-top:93px;\" id=\"melliber-Appart\">
  3610.                     <div class=\"row\">
  3611.                      <a href=\"https://www.melliber-apparthotel.com\" id=\"HotelAppart\" target=\"_blank\" style=\"color: #a5a5a5;\">
  3612.                 \t     <div class=\"col-lg-12 \" style=\"display: flex;\">
  3613.                         \t    \t
  3614.                         \t    \t\t 
  3615.                         \t    \t\t
  3616.                         \t    \t\t <div class=\"col-lg-7 col-sm-12\"> 
  3617.                         \t    \t\t  <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\"> {{contentPageHome.thirdTitleSection}} </h1>
  3618.                         \t    \t\t    \t<p class=\"mt-3\" style=\"text-align: justify;\">
  3619.                                 \t\t\t\t\t{{contentPageHome.thirdTextSection|raw()}} 
  3620.                                         \t</p>
  3621.                         \t    \t\t </div> 
  3622.                         \t    \t\t  <div class=\"col-lg-5 col-sm-12\">
  3623.                         \t    \t\t   
  3624.                         \t    \t\t    <img loading=\"lazy\"  src=\"/themes/coworking/front/images/picture_Meliber.png\" style=\"width: 100%;\"> 
  3625.                         \t    \t\t </div> 
  3626.                 </div>
  3627.                     </a>
  3628. \t\t\t        </div>
  3629. \t\t        </div>
  3630. \t\t        
  3631. \t\t        
  3632. \t\t        <div class=\"container mobile-version\" style=\"margin-top:93px;\" id=\"melliber\" >
  3633.                     <div class=\"row\">
  3634.                     \t <a href=\"https://www.melliber-apparthotel.com\" id=\"HotelAppart\" target=\"_blank\" style=\"color: #a5a5a5;\">
  3635.                 \t     <div class=\"col-lg-12 \">
  3636.                         \t    \t
  3637.                         \t    \t\t 
  3638.                         \t    \t\t<div class=\"col-lg-5 col-sm-12\">
  3639.                         \t    \t\t <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\">  {{contentPageHome.thirdTitleSection}} </h1>
  3640.                         \t    \t\t    <img loading=\"lazy\"  src=\"/themes/coworking/front/images/picture_Meliber.png\" style=\"width: 100%;\"> 
  3641.                         \t    \t\t </div> 
  3642.                         \t    \t\t <div class=\"col-lg-7 col-sm-12\"> 
  3643.                         \t    \t\t    \t<p class=\"mt-3\" style=\"\">
  3644.                                 \t\t\t\t\t{{contentPageHome.thirdTextSection|raw()}} 
  3645.                                         \t</p>
  3646.                         \t    \t\t </div> 
  3647.                         \t    \t\t  
  3648.                 </div>
  3649.                 </a>
  3650. \t\t\t        </div>
  3651. \t\t        </div>
  3652. \t\t        
  3653. \t\t        
  3654. \t\t            
  3655.         <div class=\"text-center\" style=\"padding-top: 4%;\">
  3656. \t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\">Nos Réferences</h1>
  3657. \t\t\t\t</div>
  3658. \t  
  3659. \t <section>
  3660.  
  3661.  
  3662.            <div class=\"slider\">
  3663. \t<div class=\"slide-track\">
  3664. \t   {% for ref in reference %}   
  3665. \t\t<div class=\"slide\">
  3666. \t\t\t<img loading=\"lazy\"  src=\"/uploads/coworking/{{ ref.image }}\" height=\"100\" width=\"250\" alt=\"\" />
  3667. \t\t</div>
  3668.       {% endfor  %}
  3669.         {% for ref in reference %}   
  3670. \t\t<div class=\"slide\">
  3671. \t\t\t<img loading=\"lazy\"  src=\"/uploads/coworking/{{ ref.image }}\" height=\"100\" width=\"250\" alt=\"\" />
  3672. \t\t</div>
  3673.       {% endfor  %}  
  3674. \t\t
  3675. \t\t
  3676. \t</div>
  3677. \t</div>
  3678.   </section>
  3679. \t\t<div class=\"container-fluid\" style=\"margin-top:93px;\" id=\"contactezNous\">
  3680. \t\t\t<div class=\"col-md-12\" style=\" background-color: rgba(240, 240, 240, 1);\">
  3681. \t\t\t\t<div class=\"text-center\" style=\"padding-top:70px;\">
  3682. \t\t\t\t\t<h1 class=\"h2\" style=\" color: black;margin-bottom:22px;\">Contactez-nous</h1>
  3683. \t\t\t\t\t{#<div style=\"height:3px; width:30px; margin-top:22px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;\"></div>#}
  3684. \t\t\t\t\t<div class=\"m-auto w-50\">
  3685. \t\t\t\t\t
  3686. \t\t\t\t\t</div>
  3687. \t\t\t\t</div>
  3688. \t\t\t\t<div class=\"row\">
  3689. \t\t\t\t\t<div class=\"col-sm-6\">
  3690. \t\t\t\t<form id=\"formForMobile\" class=\"m-auto mt-4 p-3\" style=\"width:64%;\" action=\"{{path('sendEmailFromPageContact')}}\" method=\"POST\">
  3691. \t\t\t\t\t\t\t<div class=\"row gy-3 gx-5\">
  3692. \t\t\t\t\t\t\t     <div class=\"col-md-12\">
  3693. \t\t\t\t\t\t\t        {% for label, messages in app.flashes %}
  3694.                                         {% for message in messages %}
  3695.                                             <div class=\"alert alert-{{ label }} alert-dismissible fade show text-center\" role=\"alert\" style=\"font-size: 13px;\">
  3696.                                                 {{ message }}
  3697.                                                 <button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
  3698.                                                     <span aria-hidden=\"true\">&times;</span>
  3699.                                                 </button>
  3700.                                             </div>
  3701.                                         {% endfor %}
  3702.                                     {% endfor %}
  3703.                                 </div>
  3704. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  3705. \t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"text\"  name=\"fullName\"    {% set searchString = '/en' %} {% if searchString in app.request.uri %} placeholder=\"Full name\" {% else %} placeholder=\"Nom complet\" {% endif %} style=\"height:42px; border: none; outline: none; padding-inline: 9px;    background: #ffffff;
  3706.     border: 2px solid #ffffff !important;\" required>
  3707. \t\t\t\t\t\t\t\t</div>
  3708. \t\t\t\t\t\t\t\t<div class=\"col-md-6\">
  3709. \t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"text\" name=\"phone\"     {% set searchString = '/en' %} {% if searchString in app.request.uri %} placeholder=\"Phone\" {% else %} placeholder=\"Téléphone\" {% endif %} style=\"height:42px; border: none; outline: none; padding-inline: 9px;    background: #ffffff;
  3710.     border: 2px solid #ffffff !important;\">
  3711. \t\t\t\t\t\t\t\t</div>
  3712. \t\t\t\t\t\t\t\t<div class=\"col-md-12\">
  3713. \t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"email\" name=\"email\"   placeholder=\"email@example.com\" style=\"height:42px; border: none; outline: none; padding-inline: 9px;    background: #ffffff;
  3714.     border: 2px solid #ffffff !important;\" required>
  3715. \t\t\t\t\t\t\t\t</div>
  3716. \t\t\t\t\t\t\t</div>
  3717. \t\t\t\t\t\t\t<div class=\"mt-4\">
  3718. \t\t\t\t\t\t\t\t<textarea  name=\"message\" class=\"form-control w-100 border-0 rounded-0\" id=\"textAreaExample\" rows=\"6\"  required></textarea>
  3719. \t\t\t\t\t\t\t</div>
  3720. \t\t\t\t\t\t\t<div class=\"row py-3\">
  3721. \t\t\t\t\t\t\t\t<div class=\"col-12\">
  3722. \t\t\t\t\t\t\t\t\t<input class=\"float-end\" type=\"submit\"   {% set searchString = '/en' %} {% if searchString in app.request.uri %} value=\"Send\"  {% else %} value=\"envoyer\" {% endif %}style=\"border: none; background-color: rgba(0, 0, 0, 1); color: rgba(255, 255, 255, 1); text-transform:uppercase; letter-spacing:3px; font-size:12px; font-family:'PT Sans', sans-serif; height: 45px; width: 180px;\">
  3723. \t\t\t\t\t\t\t\t</div>
  3724. \t\t\t\t\t\t\t</div>
  3725. \t\t\t\t\t\t
  3726. \t\t\t\t\t\t</form>
  3727. \t\t\t\t\t</div>
  3728. \t\t\t\t\t<div class=\"col-sm-6\"> 
  3729. \t\t\t\t\t\t<div class=\"mapouter\"><div class=\"gmap_canvas\"><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13292.106768506852!2d-7.633346!3d33.6046119!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xda7d30e93c2d56f%3A0xcc3100e8f00d75d2!2sCOWORK%26LIVE!5e0!3m2!1sen!2sma!4v1698228599408!5m2!1sen!2sma\" frameborder=\"0\" scrolling=\"no\" style=\"width: 430px; height: 400px;\"></iframe><style>.mapouter{position:relative;height:400px;width:430px}.gmap_canvas{overflow:hidden;height:400px;width:430px}.gmap_canvas iframe{position:relative;z-index:2}.gmap_canvas a{top:0;z-index:0}</style><a href=\"https://www.eireportingonline.com\">ei reporting</a></div></div>
  3730. \t\t\t\t\t
  3731. \t\t\t\t\t{#<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13292.106768506852!2d-7.633346!3d33.6046119!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xda7d30e93c2d56f%3A0xcc3100e8f00d75d2!2sCOWORK%26LIVE!5e0!3m2!1sen!2sma!4v1698228599408!5m2!1sen!2sma\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>#}
  3732. \t\t\t\t\t
  3733. \t\t\t\t\t</div>
  3734. \t\t\t\t</div>
  3735. \t\t\t\t
  3736. \t\t\t</div>
  3737. \t\t\t
  3738. \t\t\t
  3739. \t\t</div>
  3740. \t\t
  3741. \t
  3742. \t\t
  3743. \t\t
  3744. \t\t{#<div class=\"wrapperX\">#}
  3745.   {#          <a target=\"_blank\" href=\"https://api.whatsapp.com/send?phone=&text=\" id=\"whatsapp-button\" style=\"position:fixed; bottom:10px; right:10px; width:50px; z-index:999;\"><img loading=\"lazy\"  style=\"width:100%;\" src=\"data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBhdGggc3R5bGU9ImZpbGw6I0VERURFRDsiIGQ9Ik0wLDUxMmwzNS4zMS0xMjhDMTIuMzU5LDM0NC4yNzYsMCwzMDAuMTM4LDAsMjU0LjIzNEMwLDExNC43NTksMTE0Ljc1OSwwLDI1NS4xMTcsMCAgUzUxMiwxMTQuNzU5LDUxMiwyNTQuMjM0UzM5NS40NzYsNTEyLDI1NS4xMTcsNTEyYy00NC4xMzgsMC04Ni41MS0xNC4xMjQtMTI0LjQ2OS0zNS4zMUwwLDUxMnoiLz4KPHBhdGggc3R5bGU9ImZpbGw6IzU1Q0Q2QzsiIGQ9Ik0xMzcuNzEsNDMwLjc4Nmw3Ljk0NSw0LjQxNGMzMi42NjIsMjAuMzAzLDcwLjYyMSwzMi42NjIsMTEwLjM0NSwzMi42NjIgIGMxMTUuNjQxLDAsMjExLjg2Mi05Ni4yMjEsMjExLjg2Mi0yMTMuNjI4UzM3MS42NDEsNDQuMTM4LDI1NS4xMTcsNDQuMTM4UzQ0LjEzOCwxMzcuNzEsNDQuMTM4LDI1NC4yMzQgIGMwLDQwLjYwNywxMS40NzYsODAuMzMxLDMyLjY2MiwxMTMuODc2bDUuMjk3LDcuOTQ1bC0yMC4zMDMsNzQuMTUyTDEzNy43MSw0MzAuNzg2eiIvPgo8cGF0aCBzdHlsZT0iZmlsbDojRkVGRUZFOyIgZD0iTTE4Ny4xNDUsMTM1Ljk0NWwtMTYuNzcyLTAuODgzYy01LjI5NywwLTEwLjU5MywxLjc2Ni0xNC4xMjQsNS4yOTcgIGMtNy45NDUsNy4wNjItMjEuMTg2LDIwLjMwMy0yNC43MTcsMzcuOTU5Yy02LjE3OSwyNi40ODMsMy41MzEsNTguMjYyLDI2LjQ4Myw5MC4wNDFzNjcuMDksODIuOTc5LDE0NC43NzIsMTA1LjA0OCAgYzI0LjcxNyw3LjA2Miw0NC4xMzgsMi42NDgsNjAuMDI4LTcuMDYyYzEyLjM1OS03Ljk0NSwyMC4zMDMtMjAuMzAzLDIyLjk1Mi0zMy41NDVsMi42NDgtMTIuMzU5ICBjMC44ODMtMy41MzEtMC44ODMtNy45NDUtNC40MTQtOS43MWwtNTUuNjE0LTI1LjZjLTMuNTMxLTEuNzY2LTcuOTQ1LTAuODgzLTEwLjU5MywyLjY0OGwtMjIuMDY5LDI4LjI0OCAgYy0xLjc2NiwxLjc2Ni00LjQxNCwyLjY0OC03LjA2MiwxLjc2NmMtMTUuMDA3LTUuMjk3LTY1LjMyNC0yNi40ODMtOTIuNjktNzkuNDQ4Yy0wLjg4My0yLjY0OC0wLjg4My01LjI5NywwLjg4My03LjA2MiAgbDIxLjE4Ni0yMy44MzRjMS43NjYtMi42NDgsMi42NDgtNi4xNzksMS43NjYtOC44MjhsLTI1LjYtNTcuMzc5QzE5My4zMjQsMTM4LjU5MywxOTAuNjc2LDEzNS45NDUsMTg3LjE0NSwxMzUuOTQ1Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=\" /></a>#}
  3746.   {#       </div>#}
  3747.   
  3748.   
  3749.           
  3750.         {#  <a href=\"https://api.whatsapp.com/send?phone=662135956&text=Bonjour\" target=”_blank” class=\"whatsapp-btn\">#}
  3751.         {#  <i class=\"bi bi-whatsapp\"></i>#}
  3752.         {#</a>#}
  3753. {% endblock %}
  3754. {% block javascripts %}
  3755.  <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js\"></script>
  3756. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
  3757. <script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js\"></script>
  3758. <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js\"></script>
  3759. <script src=\"https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js\"></script>
  3760. <script>
  3761.   
  3762. function toggle(id) {
  3763.   a = document.getElementById('toggle_'+id);
  3764.   b = document.getElementById('display_'+id);
  3765.     if (a.style.display=='block') {
  3766.       a.style.display='none';
  3767.       b.innerHTML='En savoir plus';
  3768.     }
  3769.     else {
  3770.       a.style.display='block';
  3771.       b.innerHTML='Voir moins';
  3772.   }
  3773. }
  3774. const \$prev = \$(\"#prev\");
  3775. const \$next = \$(\"#next\");
  3776. let \$carouselVp = \$(\"#carousel-vp\");
  3777. let \$cCarouselInner = \$(\"#cCarousel-inner\");
  3778. let \$cards = \$(\".cCarousel-item\");
  3779. let carouselInnerWidth = \$cCarouselInner[0].getBoundingClientRect().width;
  3780. let leftValue = 0;
  3781. // Variable used to set the carousel movement value (card's width + gap)
  3782. const totalMovementSize =
  3783.   parseFloat(\$cards[0].getBoundingClientRect().width) +
  3784.   parseFloat(\$cCarouselInner.css(\"gap\"));
  3785. // Clone cards for infinite loop
  3786. \$cards.each(function () {
  3787.   \$(this).clone().appendTo(\$cCarouselInner);
  3788. });
  3789. // Update the new total width of the carousel
  3790. carouselInnerWidth = \$cCarouselInner[0].getBoundingClientRect().width;
  3791. \$prev.on(\"click\", () => {
  3792.   if (leftValue === 0) {
  3793.     // Jump to the end of the carousel for seamless looping
  3794.     leftValue = -(
  3795.       carouselInnerWidth / 2 -
  3796.       \$carouselVp[0].getBoundingClientRect().width
  3797.     );
  3798.     \$cCarouselInner.css(\"left\", leftValue + \"px\");
  3799.   } else {
  3800.     leftValue += totalMovementSize;
  3801.     \$cCarouselInner.css(\"left\", leftValue + \"px\");
  3802.   }
  3803. });
  3804. \$next.on(\"click\", () => {
  3805.   const carouselVpWidth = \$carouselVp[0].getBoundingClientRect().width;
  3806.   if (carouselInnerWidth - Math.abs(leftValue) <= carouselVpWidth) {
  3807.     // Jump to the beginning of the carousel for seamless looping
  3808.     leftValue = 0;
  3809.     \$cCarouselInner.css(\"left\", leftValue + \"px\");
  3810.   } else {
  3811.     leftValue -= totalMovementSize;
  3812.     \$cCarouselInner.css(\"left\", leftValue + \"px\");
  3813.   }
  3814. });
  3815.   
  3816. \$(\"#typed\").typed({
  3817.   \t\tstrings: [\"Emplacement à 2 pas de la mosquée Hassan 2 ,\", \"en face de la foire d’exposition de Casablanca\", \"proche du centre ville et du centre d’affaire Marina.\"],
  3818.   \t\ttypeSpeed: 100,
  3819.   \t\tstartDelay: 0,
  3820.   \t\tbackSpeed: 60,
  3821.   \t\tbackDelay: 2000,
  3822.   \t\tloop: true,
  3823.   \t\tcursorChar: \"|\",
  3824.   \t\tcontentType: 'html'
  3825.   \t});
  3826. </script>
  3827. {% endblock %}
  3828. ""@Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig""/home/gebcloud/public_html/cowork.gebanalysis.cloud/src/Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig");
  3829.     }
  3830. }