src/Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig line 1

  1. {% extends '@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig' %}
  2. {% block body %}
  3.     <link rel="shortcut icon" href="{{asset("themes/coworking/images/logo-black.png")}}" />
  4.     <link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet">
  5.     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
  6.     <link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
  7.  <style>
  8.  
  9. .cardsMobile {
  10.        display: none;
  11. }
  12. .cardsDesktop {
  13.        display: block;
  14. }
  15.  
  16.             .img-container{
  17.             padding-top:12px;
  18.         }
  19.         .img-bureaux{
  20.             object-fit:cover;
  21.             width:100%;
  22.             height:100%;
  23.         }
  24.         
  25.      
  26.         
  27.         .block-bureaux{
  28.             width:270px; 
  29.             height:140px; 
  30.             background-image:url('themes/coworking/front/images/Screenshot__30__1-removebg-preview 3.png');
  31.             background-position:bottom; 
  32.             background-repeat:no-repeat; 
  33.             background-size:40%;
  34.         }
  35.         .block-bureaux img{
  36.             width:70%;
  37.         }
  38.         .block-bureaux p{
  39.             font-family:'Lato', sans-serif;
  40.             font-weight: 600; 
  41.             letter-spacing:8px; 
  42.             text-transform: uppercase; 
  43.             font-size: 13px;
  44.              
  45.         }
  46.         select:required:invalid {
  47.            color: #666;
  48.            background-color:rgba(232, 232, 234, 1);
  49.         }
  50.         option[value=""][disabled] {
  51.             display: none;
  52.         }
  53.         option {
  54.             color: #000;
  55.             
  56.         }
  57.         .image-for-brx{
  58.             z-index:0; 
  59.             margin-left:-50px; 
  60.         }
  61.         .text-for-brx{
  62.             z-index:1; 
  63.             padding:27px 30px 30px 40px; 
  64.             margin-left:70px; 
  65.             background-color:white; 
  66.             filter:drop-shadow(0 12px 33px rgba(0, 0, 0, 0.05));
  67.         }
  68.         .card-brx{
  69.             padding: 18px 5px 18px 5px;
  70.         }
  71.     
  72.         @media(max-width:991px){
  73.             .text-for-brx{
  74.                 margin-left:0; 
  75.             }
  76.             .image-for-brx{
  77.                 margin:auto;
  78.             }
  79.         }
  80.         @media only screen and (max-width: 1200px) {
  81.             .img-container{
  82.                 height:70vh;
  83.                 width:100%;
  84.                 padding:0;
  85.             }
  86.             
  87.             .block-bureaux{
  88.                 width:220px;
  89.                 height:130px;
  90.                 display:none;
  91.             }
  92.             .block-bureaux img{
  93.                 width:60%;
  94.             }
  95.             .block-bureaux p{
  96.                 font-size:10px;
  97.             }
  98.         }
  99.         
  100.         button.btn.btn-formulaire {
  101.             background: #FCD46B;
  102.             color: white;
  103.             font-weight: 500;
  104.             border-radius: 0px;
  105.             text-transform: uppercase;
  106.             font-size: 13px;
  107.             padding-left: 20px;
  108.             padding-right: 25px;
  109.         }
  110.         
  111.         button.btn.btn-formulaire:hover{
  112.              background: #ffffff40;
  113.         }
  114.         button.btn.btn-date {
  115.             background: #ffffff40;
  116.             border: 1px solid white;
  117.             color: white;
  118.             font-weight: 500;
  119.             border-radius: 0px;
  120.             text-transform: uppercase;
  121.             font-size: 13px;
  122.            
  123.         }
  124.         
  125.           button.btn.btn-date:hover{
  126.             background: #ffd86e;
  127.         }
  128.        
  129.        
  130.           .divMobile{
  131.             display:none;
  132.         }
  133.         
  134.             .container.mobile-version{
  135.                 display: none;
  136.             }
  137.         
  138.             @media (max-width:767px) {
  139.                 
  140.                 .container.laptop-version {
  141.                     display: none;
  142.                 }
  143.                 .container.mobile-version{
  144.                     display: block !important;
  145.                 }
  146.                 html, body {
  147.                   overflow-x: hidden  !important;
  148.                 }
  149.                 body {
  150.                   position: relative !important;
  151.                 }
  152.              .bureaux-desc{
  153.                 display:flex;
  154.                 justify-content: center; 
  155.              }
  156.              .btn-res{
  157.                 margin-top: 10px;
  158.              }
  159.              /*img-fluid w-100 object-fit-cover{*/
  160.              /*    display:none;*/
  161.              /*}*/
  162.              
  163.                 .image-section{
  164.             display:inline;
  165.         }
  166.              .image-for-brx{
  167.                 margin:auto;
  168.             }
  169.             .text-for-brx{
  170.                 margin-left:0; 
  171.             }
  172.             
  173.             .w-75 {
  174.                 width:100% !important;
  175.             }
  176.             
  177.         .divDesktop{
  178.             display:none;
  179.         } 
  180.         .divMobile{
  181.             display:block;
  182.         }
  183.         
  184.         .cardsMobile {
  185.        display: block;
  186.         }
  187.         
  188.          .cardsDesktop {
  189.        display: none;
  190.         }
  191.         
  192.         .flip-card-inner {
  193.    
  194.             width: 170px;
  195.             height: 170px;
  196.         }
  197.         
  198.         button.btn.btn-formulaire {
  199.             background: #FCD46B;
  200.             color: white;
  201.             font-weight: 500;
  202.             border-radius: 0px;
  203.             text-transform: uppercase;
  204.             font-size: 13px;
  205.             padding-left: 20px;
  206.             padding-right: 25px;
  207.             position: relative;
  208.             top: -55px;
  209.         }
  210.       
  211.       .w-50{
  212.           width:80% !important;
  213.       }
  214.       iframe{
  215.           width:100% !important;
  216.           /*margin-right: 0px;*/
  217.           /*margin-left: -20px;*/
  218.       }
  219.       
  220.       .p-5 {
  221.           padding: 0rem!important;
  222.       }
  223.       .gmap_canvas{
  224.         width: 322px !important;
  225. }
  226.       }
  227.    
  228.         
  229.         
  230.     
  231.     /* GRID SYSTEM - CSS */
  232. @font-face {
  233.   
  234.   src: url(/public/fonts/DidactGothic-Regular.ttf);
  235. }
  236. .textPatchword{
  237.   /**/
  238.   font-family: "Montserrat", Sans-serif;
  239. }
  240. /* Grid System: Settings */
  241. .grid-settings {
  242.   position: fixed; 
  243.   width: 200px;
  244.   top: 80px;
  245.   right: 20px; 
  246.   z-index: 9999; 
  247. }
  248. /* Grid System: Grids */
  249. .grid-system {
  250.   text-align: center;
  251.   position: fixed;
  252.   right: 0;
  253.   left: 0; 
  254.   margin-right: auto;
  255.   margin-left: auto;
  256.   height: 100vh;
  257.   z-index: 1;
  258.   visibility: visible;
  259. }
  260. .grid-system div[class^="col-"] {
  261.     border-left: 1px dotted rgba(0, 0, 0, 0.2);
  262.     height: 100vh;
  263. }
  264. .grid-system div[class^="col-"]:last-child {
  265.     border-right: 1px dotted rgba(0, 0, 0, 0.2);
  266. }
  267. .grid-system .col-div {
  268.     background-color: rgba(0, 0, 0, 0.025);
  269.     border: none !important; 
  270.     padding-top: 15px; 
  271.     color: rgba(0, 0, 0, 0.3);
  272. }
  273. /* Grid System: Light Theme */
  274. .grid-system.light .col-div { 
  275.   background-color: rgba(255, 255, 255, 0.025); 
  276.   color: rgba(255, 255, 255, 0.3);
  277. }
  278. .grid-system.light div[class^="col-"], 
  279. .grid-system.light div[class^="col-"]:last-child { 
  280.   border-color: rgba(255, 255, 255, 0.2);
  281. }
  282. /* FOR DEMO PURPOSES ONLY: */
  283. .bg-dark h1, .bg-dark h2 {
  284.   color: #fff;
  285. }
  286. .bg-dark p {
  287.   color: rgba(255, 255, 255, .5);
  288. }
  289. .grid-settings .card-body p {
  290.   color: #212529;;
  291. }
  292.     
  293.  main{
  294.  /* background: #F6F4FE;*/
  295.       /*background: linear-gradient(#F6F4FE, #908f91);*/
  296.       /*background: linear-gradient(90deg, rgb(227 227 227) 0%, rgba(120,90,157,1) 53%, rgb(77 45 105) 100%);*/
  297.      
  298.  background-image: url(/public/images/fond.png);
  299.  background-size: cover;*/
  300.     background-repeat: no-repeat;
  301. }
  302.  main{
  303.  /* background: #F6F4FE;*/
  304.   padding-top: 1.5%;
  305.    padding-bottom: 2%;
  306.   
  307. }
  308. .fa-linkedin{
  309.   color: #1565C0;
  310.   font-size: 30px;
  311.  /* float:right; */
  312. }
  313. .btn-light{
  314.     background: white;
  315.     border-radius: 54px;
  316.     padding: 15px 30px;
  317.     width: 200px;
  318.     font-weight: 500;
  319. }
  320. #divBg {    
  321.    
  322.      background-position: right 5% bottom 50%;
  323.   /*background-image: url(/public/images/bgBackground.png);*/
  324.       background-size: cover;
  325.      /* position: absolute;*/
  326.       top: 0px;
  327.       right: 0px;
  328.       bottom: 0px;
  329.      
  330. }
  331. .Img{
  332.  width:600px;
  333.  height:200px;
  334. }
  335. .logo{
  336.    width: 30%;
  337. }
  338.  .btn-light{
  339.    position: relative;
  340.     top: 100%;
  341. }
  342. @media only screen and (max-width: 600px) {
  343.   .btn-light{
  344.     background: white;
  345.     border-radius: 54px;
  346.     padding: 15px 1px;
  347.     width: 150px;
  348.     font-weight: 500;
  349. }
  350. .Img{
  351.     width:100%;
  352. }
  353. .logo{
  354.     width:40%;
  355. }
  356. .btn-light{
  357.    position: relative;
  358.     top:0;
  359. }
  360.  
  361. }
  362.  @import url('https://fonts.cdnfonts.com/css/montserrat');
  363.  @import url('https://cdnjs.cloudflare.com/ajax/libs/iCheck/1.0.1/demo/css/montserrat-bold.ttf'); 
  364.  
  365.  p,button{  font-family: 'Montserrat', sans-serif;
  366. }
  367.  
  368. h1{  
  369.     font-family: 'Montserrat', sans-serif;
  370.     font-weight: 800;
  371. }
  372.  
  373. /* css For whatsap**/
  374. .wrapperX {
  375.   display: flex;
  376.   justify-content: space-between;
  377.   align-items: flex-start;
  378.   margin: auto;
  379.   max-width: 800px;
  380. }
  381. .titlePourQuoi:after {
  382.     content: '';
  383.     display: block;
  384.     width: 40px;
  385.     height: 5px;
  386.     background: #c6c9ce;
  387.     margin: 0;
  388.     margin-top: 15px;
  389.     border-radius: 3px;
  390.     
  391. }
  392. .bloc-text-a-propos-right {
  393.   position: relative;
  394.   right: 30px;
  395.   height: 185px;
  396. }
  397. /*.flip-card {*/
  398. /*  background-color: transparent;*/
  399. /*  width: 300px;*/
  400. /*  height: 300px;*/
  401. /*  perspective: 1000px;*/
  402. /*}*/
  403. /*.flip-card-inner {*/
  404. /*  position: relative;*/
  405. /*  width: 270px;*/
  406. /*  height: 215px;*/
  407. /*  text-align: center;*/
  408. /*  transition: transform 0.6s;*/
  409. /*  transform-style: preserve-3d;*/
  410. /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  411. /*  backface-visibility: hidden;*/
  412. /*  -moz-backface-visibility: hidden;*/
  413. /*}*/
  414. /*.flip-card:focus {*/
  415. /*    outline: 0;*/
  416. /*}*/
  417. /*.flip-card:hover .flip-card-inner,*/
  418. /*.flip-card:focus .flip-card-inner{*/
  419. /*  transform: rotateY(180deg);*/
  420. /*}*/
  421. /*.flip-card-front,*/
  422. /*.flip-card-back {*/
  423. /*  position: absolute;*/
  424. /*  width: 100%;*/
  425. /*  height: 100%;*/
  426. /*}*/
  427. /*.flip-card-front {*/
  428. /*  background-color: rgba(255, 255, 255, 1);*/
  429. /*  color: black;*/
  430. /*  z-index: 2;*/
  431.   /*display: flex;*/
  432. /*  justify-content: center;*/
  433. /*  align-items: center;*/
  434. /*}*/
  435. /*.flip-card-back {*/
  436. /*    background-color: rgba(255, 255, 255, 1); */
  437. /*      color: white;*/
  438. /*      transform: rotateY(180deg);*/
  439. /*      z-index: 1;*/
  440.       /*display: flex;*/
  441. /*      justify-content: center;*/
  442. /*      align-items: center;*/
  443. /*       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  444. /*}*/
  445.  @media (max-width:767px) {
  446.         
  447.         .flip-card-inner {
  448.    
  449.             width: 170px !important;
  450.             height: 240px!important;
  451.         }
  452.         
  453.         .flip-card {
  454.        
  455.         height: 250px;
  456.        
  457.         }
  458.    
  459.       }
  460.       
  461.       
  462. /***/
  463. .flip-card {
  464.   background-color: transparent;
  465.   width: 300px;
  466.   height: 300px;
  467.   perspective: 1000px;
  468. }
  469. .flip-card-inner {
  470.   position: relative;
  471.   width: 100%;
  472.   height: 100%;
  473.   text-align: center;
  474.   transition: transform 0.6s;
  475.   transform-style: preserve-3d;
  476.   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  477. }
  478. .flip-card:hover .flip-card-inner {
  479.   transform: rotateY(180deg);
  480. }
  481. .flip-card-front, .flip-card-back {
  482.   position: absolute;
  483.   width: 100%;
  484.   height: 100%;
  485.   -webkit-backface-visibility: hidden;
  486.   backface-visibility: hidden;
  487. }
  488. .flip-card-front {
  489.   background-color: rgba(255, 255, 255, 1);
  490.   color: black;
  491. }
  492. .flip-card-back {
  493.   background-color: #ffffff;
  494.   color: white;
  495.   transform: rotateY(180deg);
  496. }
  497. /** début carousel */
  498.     
  499.   
  500. #cCarousel {
  501.   position: relative;
  502.   max-width: 1300px;
  503.   margin: auto;
  504. }
  505. #cCarousel .arrow {
  506.   position: absolute;
  507.   top: 50%;
  508.   display: flex;
  509.   width: 45px;
  510.   height: 45px;
  511.   justify-content: center;
  512.   align-items: center;
  513.   border-radius: 50%;
  514.   z-index: 1;
  515.   font-size: 26px;
  516.   color: white;
  517.   background: #00000072;
  518.   cursor: pointer;
  519. }
  520. #cCarousel #prev {
  521.   left: 0px;
  522. }
  523. #cCarousel #next {
  524.   right: 0px;
  525. }
  526. #carousel-vp {
  527.   width: 940px;
  528.   height: 500px;
  529.   display: flex;
  530.   align-items: center;
  531.   position: relative;
  532.   overflow: hidden;
  533.   margin: auto;
  534. }
  535. @media (max-width: 770px) {
  536.   #carousel-vp {
  537.     width: 510px;
  538.   }
  539. }
  540. @media (max-width: 510px) {
  541.   #carousel-vp {
  542.     width: 250px;
  543.   }
  544. }
  545. #cCarousel #cCarousel-inner {
  546.   display: flex;
  547.   position: absolute;
  548.   transition: 0.3s ease-in-out;
  549.   gap: 40px;
  550.   left: 0px;
  551. }
  552. .cCarousel-item {
  553.   width: 280px;
  554.   /*height: 365px;*/
  555.   border: 2px solid white;
  556.   border-radius: 15px;
  557.   overflow: hidden;
  558.   display: flex;
  559.   flex-direction: column;
  560. }
  561. .cCarousel-item img {
  562.   width: 100%;
  563.   object-fit: cover;
  564.   min-height: 246px;
  565.   color: white;
  566. }
  567. .cCarousel-item .infos {
  568.   height: 100%;
  569.   display: flex;
  570.   flex-direction: column;
  571.   align-items: center;
  572.   justify-content: space-around;
  573.   background: white;
  574.   color: black;
  575. }
  576. .cCarousel-item .infos button {
  577.   background: #222;
  578.   padding: 10px 30px;
  579.   border-radius: 15px;
  580.   color: white;
  581.   font-size: 1rem;
  582.   font-weight: bold;
  583.   cursor: pointer;
  584. }
  585. article.cCarousel-item{
  586.     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  587.     padding: 4px;
  588. }
  589.     .lire-suite{
  590.         color: black;
  591.         text-decoration: underline;
  592.         font-weight: 600;
  593.     }
  594. .custom-hr {
  595.       width: 30px;
  596.       border: 0;
  597.       border-top: 2px solid black; 
  598.       margin: 10px auto; /* Center align the hr */
  599.     }
  600.  
  601.         /* General Styling */
  602.  @keyframes scroll {
  603.      0% {
  604.          transform: translateX(0);
  605.     }
  606.      100% {
  607.          transform: translateX(calc(-250px * 7));
  608.     }
  609. }
  610.  .slider {
  611.      background: white;
  612.      box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
  613.      height: 100px;
  614.      margin: auto;
  615.      overflow: hidden;
  616.      position: relative;
  617.     width: 100%;
  618. }
  619.  .slider::before, .slider::after {
  620.      background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  621.      content: "";
  622.      height: 100px;
  623.      position: absolute;
  624.      width: 200px;
  625.      z-index: 2;
  626. }
  627.  .slider::after {
  628.      right: 0;
  629.      top: 0;
  630.      transform: rotateZ(180deg);
  631. }
  632.  .slider::before {
  633.      left: 0;
  634.      top: 0;
  635. }
  636.  .slider .slide-track {
  637.      animation: scroll 25s linear infinite;
  638.      display: flex;
  639.      width: calc(250px * 14);
  640. }
  641.  .slider .slide {
  642.      height: 100px;
  643.      width: 250px;
  644. }
  645. /***/
  646. /* external css: flickity.css */
  647. * {
  648.   -webkit-box-sizing: border-box;
  649.   box-sizing: border-box;
  650. }
  651. body { font-family: sans-serif; }
  652. .gallery {
  653.   background: #EEE;
  654. }
  655. .gallery-cell {
  656.   width: 350px;
  657.   height: 200px;
  658.   margin-right: 10px;
  659.   /*background: #8C8;*/
  660.   /*counter-increment: gallery-cell;*/
  661. }
  662. /* cell number */
  663. .gallery-cell:before {
  664.   display: block;
  665.   text-align: center;
  666.   /*content: counter(gallery-cell);*/
  667.   line-height: 200px;
  668.   font-size: 80px;
  669.   color: white;
  670. }
  671. .flickity-enabled.is-draggable .flickity-viewport {
  672.     height: 270PX !important;
  673. }
  674. .flickity-page-dots{
  675.     display:none;
  676. }
  677. .fw-light p {
  678.    margin: 0px 0 0 0;
  679. }
  680.  .divReuninonWeb{
  681.                 
  682.                  background-image: url('{{ asset("uploads/front-images/picSalleReunion22.png") }}');
  683.                background-repeat: no-repeat;
  684.     background-size: 100% 100%;
  685.     height: 405px;
  686.             }
  687. </style>
  688.       <div class="row divDesktop">
  689.       <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;">
  690.       
  691.                                 <a href="{{path('reservationbureaux')}}" style="position: absolute;bottom: 20px;left: 40%;">
  692.                                     <button class="btn btn-formulaire">
  693.                                     {{"RÉSERVER"|trans({},"front")}}    
  694.                                     </button>
  695.                             </a>
  696.                     
  697.       </div>
  698.      <div class="col-sm-4 divReuninonWeb" >
  699.           
  700.                                 <a href="{{path('reservationsallereuninon')}}" style="position: absolute;bottom: 20px;left: 40%;">
  701.                                     <button class="btn btn-formulaire" >
  702.                                     {{"RÉSERVER"|trans({},"front")}}
  703.                                     </button>
  704.                             </a>
  705.                     
  706.       </div>
  707.       {#<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;">#}
  708.       
  709.             {#                    <a href="{{path('reservationfreework')}}" style="position: absolute;bottom: 20px;left: 40%;">#}
  710.       {#                              <button class="btn btn-formulaire">#}
  711.       {#                              {{"RÉSERVER"|trans({},"front")}}#}
  712.       {#                              </button>#}
  713.             {#                </a>#}
  714.                     
  715.       {#</div>#}
  716.       <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;">
  717.       
  718.                                 <a href="{{path('reservationfreework')}}" style="position: absolute;bottom: 20px;left: 40%;">
  719.                                     <button class="btn btn-formulaire">
  720.                                     {{"RÉSERVER"|trans({},"front")}}
  721.                                     </button>
  722.                             </a>
  723.                     
  724.       </div>
  725. </div>
  726.       <div class="divMobile">
  727.             <div>
  728.                 <div class="col-md-12"  id="divImagesHeaderMobile" style="padding: 0px;">
  729.                     
  730.                     
  731.                       <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%;">
  732.                           
  733.                          
  734.                        
  735.                          <a href="{{path('reservationbureaux')}}" class="btn btn-formulaire"  
  736.                      style="
  737.                             background: #FCD46B;
  738.                             color: white;
  739.                             font-weight: 500;
  740.                             border-radius: 0px;
  741.                             text-transform: uppercase;
  742.                             font-size: 13px;
  743.                             padding-left: 26px;
  744.                             padding-right: 26px;
  745.                             position: relative;
  746.                             bottom: -70px;">
  747.                          RÉSERVER
  748.                          </a>
  749.                     </div>
  750.                    
  751.                     
  752.                     
  753.                     
  754.                        <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%;">
  755.                       {#picFree2Mobile.png#}
  756.                       {#pictureSalleReunino2Mobile.png#}
  757.                            <a href="{{path('reservationsallereuninon')}}"  class="btn btn-formulaire"  style="
  758.                             background: #FCD46B;
  759.                             color: white;
  760.                             font-weight: 500;
  761.                             border-radius: 0px;
  762.                             text-transform: uppercase;
  763.                             font-size: 13px;
  764.                             padding-left: 26px;
  765.                             padding-right: 26px;
  766.                             position: relative;
  767.                             bottom: -70px;">RÉSERVER</a>
  768.                     </div>
  769.                    
  770.                     
  771.                     
  772.                        <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%;">
  773.                      
  774.                          <a href="{{path('reservationfreework')}}"   class="btn btn-formulaire" style="
  775.                             background: #FCD46B;
  776.                             color: white;
  777.                             font-weight: 500;
  778.                             border-radius: 0px;
  779.                             text-transform: uppercase;
  780.                             font-size: 13px;
  781.                             padding-left: 26px;
  782.                             padding-right: 26px;
  783.                             position: relative;
  784.                            bottom: -70px;">RÉSERVER</a>
  785.                     </div>
  786.                  
  787.                   
  788.                 </div>
  789.                 
  790.             </div>
  791.         </div>
  792.   
  793.   
  794.   
  795.   
  796.     <div class="container" style="margin-top:93px;" id="a-propos">
  797.                     <div class="row">
  798.                          <div class="col-lg-12" style="display: flex;background: #fbf9ed;padding: 30px;">
  799.                         
  800.                             <div class="col-lg-12">
  801.                                 <div>
  802.                                  <h1 style="font-size: 34px;color: black;margin-bottom:22px;" class="titlePourQuoi"> {{contentPageHome.firstTitleSection}} </h1>
  803.                                 
  804.                                     <div>
  805.                                         <i>
  806.                                             <p class="font-italic p-3" style="font-size:13px;">
  807.                                             {{contentPageHome.firstTextSection|raw()}}  
  808.                                 </i>
  809.                                     </div>
  810.                                 </div>
  811.     </div>
  812.         
  813.                                          
  814.                 </div>
  815.                     </div>
  816.                 </div>
  817.   
  818.    <!-- Flickity HTML init -->
  819.     <div class="gallery js-flickity" data-flickity-options='{ "wrapAround": true,"autoPlay": 1700 }' style="margin-top: 5%;">
  820.         {% for gallery in contentPageHome.gallerieHomes %}
  821.               <div class="gallery-cell">
  822.                       <img loading="lazy"  src="uploads/coworking/{{gallery.path}}" width="100%" alt="" />
  823.               </div>
  824.         {% endfor %}
  825.     </div>
  826.   
  827.         <div class="container-fluid" style="margin-top:93px;" id="nos-atouts">
  828.             {#<div style="height:2px; width:30px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;"></div>#}
  829.             <div class="text-center" style="padding-top: 20px;">
  830.                     <h1 style="font-size: 34px;color: black;margin-bottom:22px;">{{contentPageHome.secondTitleSection|raw()}} </h1>
  831.                 </div>
  832.       
  833.             
  834.             </div>
  835.  
  836.     
  837.     <div class="container-fluid pb-3 cardsDesktop">
  838.         <div class="row gy-3 gx-0 m-auto">
  839.             <div class="col-12 col-sm-6 col-md-3 text-center ">
  840.                 
  841.                 
  842.                 
  843.                 
  844.                 
  845.                 <div class="flip-card" tabIndex="0">
  846.                   <div class="flip-card-inner" >
  847.                     <div class="flip-card-front">
  848.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_247.png">
  849.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  850.                             {{contentPageHome.textCard1}} 
  851.                         </p>
  852.                     </div>
  853.                    
  854.                     <div class="flip-card-back" style="transform: rotateX(360deg) !important;">
  855.                         <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_247.png">
  856.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  857.                          {{contentPageHome.textFlipCard1|raw()}} 
  858.                     </p>
  859.                     </div>
  860.                   </div>
  861.                 </div>
  862.             </div>
  863.             
  864.             <div class="col-12 col-sm-6 col-md-3 text-center ">
  865.                 <div class="flip-card" tabIndex="0">
  866.                   <div class="flip-card-inner" >
  867.                     <div class="flip-card-front" >
  868.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"src="themes/coworking/front/images/icon_LOCALISATION.png">
  869.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  870.                              {{contentPageHome.textCard2}}
  871.                         </p>
  872.                     </div>
  873.                    
  874.                     <div class="flip-card-back">
  875.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_LOCALISATION.png">
  876.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  877.                       
  878.                             {{contentPageHome.textFlipCard2|raw()}}
  879.                     </p>
  880.                     </div>
  881.                   </div>
  882.                 </div>
  883.             </div>
  884.             <div class="col-12 col-sm-6 col-md-3 text-center ">
  885.                 <div class="flip-card" tabIndex="0">
  886.                   <div class="flip-card-inner" >
  887.                     <div class="flip-card-front" >
  888.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_NAPROOM.png">
  889.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  890.                          
  891.                              {{contentPageHome.textCard3}}
  892.                         </p>
  893.                     </div>
  894.                    
  895.                     <div class="flip-card-back">
  896.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_NAPROOM.png">
  897.                         
  898.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  899.                             {{contentPageHome.textFlipCard3|raw()}}
  900.                     </p>
  901.                     </div>
  902.                   </div>
  903.                 </div>
  904.             </div>
  905.             <div class="col-12 col-sm-6 col-md-3 text-center ">
  906.                 <div class="flip-card" tabIndex="0">
  907.                   <div class="flip-card-inner" >
  908.                     <div class="flip-card-front">
  909.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_PARKING.png">
  910.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  911.                            {{contentPageHome.textCard4}}
  912.                         </p>
  913.                     </div>
  914.                    
  915.                     <div class="flip-card-back">
  916.                           <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_PARKING.png">
  917.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  918.                          {{contentPageHome.textFlipCard4|raw()}}
  919.                     </p>
  920.                     </div>
  921.                   </div>
  922.                 </div>
  923.             </div>
  924.         </div>
  925.     </div>
  926.     <div class="container-fluid pb-3 cardsDesktop">
  927.         <div class="row gy-3 gx-0 m-auto">
  928.           <div class="col-12 col-sm-6 col-md-3 text-center ">
  929.                 <div class="flip-card" tabIndex="0">
  930.                   <div class="flip-card-inner" >
  931.                       
  932.                     <div class="flip-card-front" >
  933.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_FITNESS.png">
  934.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  935.                       {{contentPageHome.textCard5}}
  936.                         </p>
  937.                     </div>
  938.                    
  939.                     <div class="flip-card-back">
  940.                           <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_FITNESS.png">
  941.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  942.                         {{contentPageHome.textFlipCard5|raw()}}
  943.                     </p>
  944.                     </div>
  945.                   </div>
  946.                 </div>
  947.             </div>
  948.             <div class="col-12 col-sm-6 col-md-3 text-center ">
  949.                 <div class="flip-card" tabIndex="0">
  950.                   <div class="flip-card-inner" >
  951.                     <div class="flip-card-front" >
  952.                          <img loading="lazy"  class="img-fluid w-25 pt-3"  style="width: 40%!important;" src="themes/coworking/front/images/icon_RESTAURATION.png">
  953.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  954.                              {{contentPageHome.textCard6}}
  955.                         </p>
  956.                     </div>
  957.                    
  958.                     <div class="flip-card-back">
  959.                       <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_RESTAURATION.png">
  960.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  961.                           {{contentPageHome.textFlipCard6|raw()}}
  962.                         </p>
  963.                     </div>
  964.                   </div>
  965.                 </div>
  966.             </div>
  967.             <div class="col-12 col-sm-6 col-md-3 text-center ">
  968.                 <div class="flip-card" tabIndex="0">
  969.                   <div class="flip-card-inner" >
  970.                       
  971.                     <div class="flip-card-front">
  972.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_STAND.png">
  973.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  974.                          {{contentPageHome.textCard7}}
  975.                         </p>
  976.                     </div>
  977.                    
  978.                     <div class="flip-card-back">
  979.                         <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_STAND.png">
  980.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  981.                       {{contentPageHome.textFlipCard7|raw()}}
  982.                 </p>
  983.                     </div>
  984.                   </div>
  985.                 </div>
  986.             </div>
  987.             <div class="col-12 col-sm-6 col-md-3 text-center ">
  988.                 <div class="flip-card" tabIndex="0">
  989.                   <div class="flip-card-inner">
  990.                      
  991.                     <div class="flip-card-front" >
  992.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_MASSAGE.png">
  993.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  994.                          {{contentPageHome.textCard8}} 
  995.                         </p>
  996.                     </div>
  997.                    
  998.                     <div class="flip-card-back">
  999.                          <img loading="lazy"  class="img-fluid w-25 pt-3"style="width: 40%!important;"  src="themes/coworking/front/images/icon_MASSAGE.png">
  1000.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1001.                          {{contentPageHome.textFlipCard8|raw()}}
  1002.                     </p>
  1003.                     </div>
  1004.                   </div>
  1005.                 </div>
  1006.             </div>
  1007.             <!--<div class="w-100 d-none d-block "></div>-->
  1008.             
  1009.         </div>
  1010.     </div>
  1011.  {#    <div class="container-fluid pb-3 cardsMobile">#}
  1012.     {#    <div class="row gy-3 gx-0 m-auto">#}
  1013.     {#        <div class="col-12 col-sm-6 col-md-3 text-center ">#}
  1014.     {#            <div class="flip-card" tabIndex="0">#}
  1015.  {#                 <div class="flip-card-inner" >#}
  1016.  {#                   <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/icon247.png);">#}
  1017.  {#                        <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/247.jpg">#}
  1018.  {#                       <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1019.  {#                           Espace de travail accessible 24h/24 7j/7#}
  1020.  {#                       </p>#}
  1021.  {#                   </div>#}
  1022.                    
  1023.  {#                   <div class="flip-card-back">#}
  1024.  {#                       <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/247.jpg">#}
  1025.  {#                        <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1026.     {#                    Espace de travail accessible 24h/24 7j/7#}
  1027.     {#                </p>#}
  1028.  {#                   </div>#}
  1029.  {#                 </div>#}
  1030.  {#               </div>#}
  1031.     {#        </div>#}
  1032.             
  1033.     {#        <div class="col-12 col-sm-6 col-md-3 text-center ">#}
  1034.     {#            <div class="flip-card" tabIndex="0">#}
  1035.  {#                 <div class="flip-card-inner" >#}
  1036.  {#                   <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconLOCALISATION.png);">#}
  1037.  {#                        <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/LOCALISATION.jpg">#}
  1038.  {#                       <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1039.  {#                           Emplacement unique à Casablanca #}
  1040.  {#                       </p>#}
  1041.  {#                   </div>#}
  1042.                    
  1043.  {#                   <div class="flip-card-back">#}
  1044.  {#                        <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/LOCALISATION.jpg">#}
  1045.  {#                        <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1046.                       
  1047.  {#                           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.#}
  1048.     {#                </p>#}
  1049.  {#                   </div>#}
  1050.  {#                 </div>#}
  1051.  {#               </div>#}
  1052.     {#        </div>#}
  1053.     {#        <div class="col-12 col-sm-6 col-md-3 text-center ">#}
  1054.     {#            <div class="flip-card" tabIndex="0">#}
  1055.  {#                 <div class="flip-card-inner" >#}
  1056.  {#                   <div class="flip-card-front"  style="background-image: url(/themes/coworking/front/images/iconNAPROOM.png);">#}
  1057.  {#                        <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/NAPROOM.jpg">#}
  1058.  {#                       <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1059.                          
  1060.  {#                               Nap room#}
  1061.  {#                       </p>#}
  1062.  {#                   </div>#}
  1063.                    
  1064.  {#                   <div class="flip-card-back">#}
  1065.  {#                        <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/NAPROOM.jpg">#}
  1066.                         
  1067.  {#                        <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1068.     {#                    Nap room#}
  1069.     {#                </p>#}
  1070.  {#                   </div>#}
  1071.  {#                 </div>#}
  1072.  {#               </div>#}
  1073.     {#        </div>#}
  1074.     {#        <div class="col-12 col-sm-6 col-md-3 text-center ">#}
  1075.     {#            <div class="flip-card" tabIndex="0">#}
  1076.  {#                 <div class="flip-card-inner" >#}
  1077.  {#                   <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconPARKING.png);">#}
  1078.  {#                        <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/PARKING.jpg">#}
  1079.  {#                       <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1080.  {#                           L’accès au parking privé.#}
  1081.  {#                       </p>#}
  1082.  {#                   </div>#}
  1083.                    
  1084.  {#                   <div class="flip-card-back">#}
  1085.  {#                         <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/PARKING.jpg">#}
  1086.  {#                        <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1087.     {#                     L’accès au parking privé.#}
  1088.     {#                </p>#}
  1089.  {#                   </div>#}
  1090.  {#                 </div>#}
  1091.  {#               </div>#}
  1092.     {#        </div>#}
  1093.     {#    </div>#}
  1094.     {#</div>#}
  1095.     {#<div class="container-fluid pb-3 cardsMobile">#}
  1096.     {#    <div class="row gy-3 gx-0 m-auto">#}
  1097.     {#      <div class="col-12 col-sm-6 col-md-3 text-center ">#}
  1098.     {#            <div class="flip-card" tabIndex="0">#}
  1099.  {#                 <div class="flip-card-inner" >#}
  1100.                       
  1101.  {#                   <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconFITNESS.png);">#}
  1102.  {#                        <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/FITNESS.jpg">#}
  1103.  {#                       <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1104.  {#                          Gaming & Fitness#}
  1105.  {#                       </p>#}
  1106.  {#                   </div>#}
  1107.                    
  1108.  {#                   <div class="flip-card-back">#}
  1109.  {#                         <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/FITNESS.jpg">#}
  1110.  {#                        <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1111.     {#                    Gaming & Fitness#}
  1112.     {#                </p>#}
  1113.  {#                   </div>#}
  1114.  {#                 </div>#}
  1115.  {#               </div>#}
  1116.     {#        </div>#}
  1117.     {#        <div class="col-12 col-sm-6 col-md-3 text-center ">#}
  1118.     {#            <div class="flip-card" tabIndex="0">#}
  1119.  {#                 <div class="flip-card-inner" >#}
  1120.  {#                   <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconRESTAURATION.png);">#}
  1121.  {#                        <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/RESTAURATION.jpg">#}
  1122.  {#                       <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1123.  {#                          Restauration#}
  1124.  {#                       </p>#}
  1125.  {#                   </div>#}
  1126.                    
  1127.  {#                   <div class="flip-card-back">#}
  1128.  {#                     <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/RESTAURATION.jpg">#}
  1129.  {#                        <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1130.  {#                          Restauration#}
  1131.  {#                       </p>#}
  1132.  {#                   </div>#}
  1133.  {#                 </div>#}
  1134.  {#               </div>#}
  1135.     {#        </div>#}
  1136.     {#        <div class="col-12 col-sm-6 col-md-3 text-center ">#}
  1137.     {#            <div class="flip-card" tabIndex="0">#}
  1138.  {#                 <div class="flip-card-inner" >#}
  1139.                       
  1140.  {#                   <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconSTAND.png);">#}
  1141.  {#                        <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/STAND.jpg">#}
  1142.  {#                       <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1143.  {#                         Stands & pop up stores#}
  1144.  {#                       </p>#}
  1145.  {#                   </div>#}
  1146.                    
  1147.  {#                   <div class="flip-card-back">#}
  1148.  {#                       <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/STAND.jpg">#}
  1149.  {#                        <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1150.     {#                   Stands & pop up stores#}
  1151.     {#                </p>#}
  1152.  {#                   </div>#}
  1153.  {#                 </div>#}
  1154.  {#               </div>#}
  1155.     {#        </div>#}
  1156.     {#        <div class="col-12 col-sm-6 col-md-3 text-center ">#}
  1157.     {#            <div class="flip-card" tabIndex="0">#}
  1158.  {#                 <div class="flip-card-inner">#}
  1159.                      
  1160.  {#                   <div class="flip-card-front"  style="background-image: url(/themes/coworking/front/images/iconMASSAGE.png);">#}
  1161.  {#                        <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/MASSAGE.jpg">#}
  1162.  {#                       <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1163.  {#                           Centre de beauté et bien être.#}
  1164.  {#                       </p>#}
  1165.  {#                   </div>#}
  1166.                    
  1167.  {#                   <div class="flip-card-back">#}
  1168.  {#                        <img loading="lazy"  class="img-fluid w-25 pt-3" src="themes/coworking/front/images/MASSAGE.jpg">#}
  1169.  {#                        <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
  1170.     {#                    Centre de beauté et bien être.#}
  1171.     {#                </p>#}
  1172.  {#                   </div>#}
  1173.  {#                 </div>#}
  1174.  {#               </div>#}
  1175.     {#        </div>#}
  1176.     {#        <!--<div class="w-100 d-none d-block "></div>-->#}
  1177.             
  1178.     {#    </div>#}
  1179.     {#</div>#}
  1180.     
  1181.     
  1182.     
  1183.     
  1184.     <div class="col-sm-12 text-center mt-5 cardsMobile">
  1185.                 
  1186.                     <span class="divider-text mb-5"></span>
  1187.                     <div class="" style="background-color:rgba(178, 78, 69, 0.04)">
  1188.                         <div class="row text-center d-flex justify-content-center">
  1189.                             <div class="col-6">
  1190.                                   <div class="flip-card" tabIndex="0">
  1191.                   <div class="flip-card-inner" >
  1192.                     <div class="flip-card-front">
  1193.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_247.png">
  1194.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1195.                            {{contentPageHome.textCard1}}
  1196.                         </p>
  1197.                     </div>
  1198.                    
  1199.                     <div class="flip-card-back">
  1200.                         <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_247.png">
  1201.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1202.                         {{contentPageHome.textFlipCard1|raw()}}
  1203.                     </p>
  1204.                     </div>
  1205.                   </div>
  1206.                 </div>
  1207.                             </div>
  1208.                             <div class="col-6">
  1209.                                  <div class="flip-card" tabIndex="0">
  1210.                   <div class="flip-card-inner" >
  1211.                     <div class="flip-card-front" >
  1212.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"src="themes/coworking/front/images/icon_LOCALISATION.png">
  1213.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1214.                              {{contentPageHome.textCard2}}
  1215.                         </p>
  1216.                     </div>
  1217.                    
  1218.                     <div class="flip-card-back">
  1219.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_LOCALISATION.png">
  1220.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1221.                       
  1222.                         {{contentPageHome.textFlipCard2|raw()}}
  1223.                                    </p>
  1224.                     </div>
  1225.                   </div>
  1226.                 </div>
  1227.                             </div>
  1228.                                 <div class="col-6">
  1229.                                    <div class="flip-card" tabIndex="0">
  1230.                   <div class="flip-card-inner" >
  1231.                     <div class="flip-card-front" >
  1232.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_NAPROOM.png">
  1233.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1234.                          
  1235.                                     {{contentPageHome.textCard3}}
  1236.                         </p>
  1237.                     </div>
  1238.                    
  1239.                     <div class="flip-card-back">
  1240.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_NAPROOM.png">
  1241.                         
  1242.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1243.                              {{contentPageHome.textFlipCard3|raw()}}
  1244.                     </p>
  1245.                     </div>
  1246.                   </div>
  1247.                 </div>
  1248.                                    </div> 
  1249.                                         <div class="col-6">
  1250.                                              <div class="flip-card" tabIndex="0">
  1251.                   <div class="flip-card-inner" >
  1252.                     <div class="flip-card-front">
  1253.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_PARKING.png">
  1254.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1255.                              {{contentPageHome.textCard4}}
  1256.                         </p>
  1257.                     </div>
  1258.                    
  1259.                     <div class="flip-card-back">
  1260.                           <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_PARKING.png">
  1261.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1262.                             {{contentPageHome.textFlipCard4|raw()}}
  1263.                     </p>
  1264.                     </div>
  1265.                   </div>
  1266.                 </div>
  1267.                                     </div>        
  1268.                         
  1269.                         
  1270.                         </div>
  1271.                                                                                                                                                                                                                                                                                                                                                                     </div>
  1272.                                                                                                                                                                                                                                                                                                                                                                     </div>
  1273.         <div class="col-sm-12 text-center mt-2 cardsMobile">
  1274.                     
  1275.                     <span class="divider-text mb-5"></span>
  1276.                     <div class="" style="background-color:rgba(178, 78, 69, 0.04)">
  1277.                         <div class="row text-center d-flex justify-content-center">
  1278.                             <div class="col-6">
  1279.                                  <div class="flip-card" tabIndex="0">
  1280.                   <div class="flip-card-inner" >
  1281.                       
  1282.                     <div class="flip-card-front" >
  1283.                          <img loading="lazy"  class="img-fluid w-25 pt-3"  style="width: 40%!important;"  src="themes/coworking/front/images/icon_FITNESS.png">
  1284.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1285.                            {{contentPageHome.textCard5}}
  1286.                         </p>
  1287.                     </div>
  1288.                    
  1289.                     <div class="flip-card-back">
  1290.                           <img loading="lazy"  class="img-fluid w-25 pt-3"  style="width: 40%!important;"  src="themes/coworking/front/images/icon_FITNESS.png">
  1291.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1292.                          {{contentPageHome.textFlipCard5|raw()}}
  1293.                     </p>
  1294.                     </div>
  1295.                   </div>
  1296.                 </div>
  1297.                             </div>
  1298.                             <div class="col-6">
  1299.                                  <div class="flip-card" tabIndex="0">
  1300.                   <div class="flip-card-inner" >
  1301.                     <div class="flip-card-front" >
  1302.                          <img loading="lazy"  class="img-fluid w-25 pt-3"   style="width: 40%!important;"  src="themes/coworking/front/images/icon_RESTAURATION.png">
  1303.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1304.                             {{contentPageHome.textCard6}}
  1305.                         </p>
  1306.                     </div>
  1307.                    
  1308.                     <div class="flip-card-back">
  1309.                       <img loading="lazy"  class="img-fluid w-25 pt-3"  style="width: 40%!important;"  src="themes/coworking/front/images/icon_RESTAURATION.png">
  1310.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1311.                              {{contentPageHome.textFlipCard6|raw()}}
  1312.                         </p>
  1313.                     </div>
  1314.                   </div>
  1315.                 </div>
  1316.                             </div>
  1317.                             <div class="col-6">
  1318.                                  <div class="flip-card" tabIndex="0">
  1319.                   <div class="flip-card-inner" >
  1320.                       
  1321.                     <div class="flip-card-front">
  1322.                          <img loading="lazy"  class="img-fluid w-25 pt-3"  style="width: 40%!important;"  src="themes/coworking/front/images/icon_STAND.png">
  1323.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1324.                         {{contentPageHome.textCard7}}
  1325.                         </p>
  1326.                     </div>
  1327.                    
  1328.                     <div class="flip-card-back">
  1329.                         <img loading="lazy"  class="img-fluid w-25 pt-3"  style="width: 40%!important;"  src="themes/coworking/front/images/icon_STAND.png">
  1330.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1331.                           {{contentPageHome.textFlipCard7|raw()}}
  1332.                     </p>
  1333.                     </div>
  1334.                   </div>
  1335.                 </div>
  1336.                              </div> 
  1337.                             <div class="col-6">
  1338.                                  <div class="flip-card" tabIndex="0">
  1339.                   <div class="flip-card-inner">
  1340.                      
  1341.                     <div class="flip-card-front"  >
  1342.                          <img loading="lazy"  class="img-fluid w-25 pt-3" style="width: 40%!important;"  src="themes/coworking/front/images/icon_MASSAGE.png">
  1343.                         <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1344.                             {{contentPageHome.textCard8}}
  1345.                         </p>
  1346.                     </div>
  1347.                    
  1348.                     <div class="flip-card-back">
  1349.                          <img loading="lazy"  class="img-fluid w-25 pt-3"  style="width: 40%!important;"  src="themes/coworking/front/images/icon_MASSAGE.png">
  1350.                          <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
  1351.                          {{contentPageHome.textFlipCard8|raw()}} 
  1352.                     </p>
  1353.                     </div>
  1354.                   </div>
  1355.                 </div>
  1356.                             </div>        
  1357.                         
  1358.                         
  1359.                         </div>
  1360.                 </div>
  1361.             </div>                                                                                                                                                                                                                                                                                                                                                            
  1362.                                                                                                                                                                                                                                                                                                                                                                     
  1363.                 </div>
  1364. </div>
  1365.      
  1366.                  <div class="text-center" style="padding-top: 20px;">
  1367.                             <h1 style="font-size: 34px;color: black;margin-bottom:22px;"><a href="{{ path('news')}}" >Nos actualités</a></h1>
  1368.                         </div>
  1369.               
  1370.         
  1371.              <section>
  1372.           <div id="cCarousel">
  1373.             <div class="arrow" id="prev"><i class="fa-solid fa-chevron-left"></i></div>
  1374.             <div class="arrow" id="next"><i class="fa-solid fa-chevron-right"></i></div>
  1375.         
  1376.             <div id="carousel-vp">
  1377.               <div id="cCarousel-inner"> 
  1378.               {% for news in newsAnnonce %}     
  1379.               <article class="cCarousel-item">
  1380.                   <img loading="lazy"  src="/uploads/coworking/{{ news.image }}" alt="Moon">
  1381.                   <div class="infos">
  1382.                     <h3 style="font-size:22px;line-height: 40px;" class="title-article">{{ news.title }}  </h3>
  1383.                     <hr class="custom-hr">
  1384.                  <p>{{ news.description|slice(0, 100) ~ '...' }}</p>
  1385.                     <a href="{{path('actualite',{id:news.id})}}" class="lire-suite">Lire la suite</a>
  1386.                   </div>
  1387.                 </article>
  1388.                  {% endfor %}
  1389.                 
  1390.                 
  1391.                 
  1392.                 
  1393.               </div>
  1394.             </div>
  1395.           </div>
  1396.         </section>
  1397.     
  1398.  
  1399.     <div class="container-fluid p-5" style="margin-top:0px;  background-color:rgba(249, 249, 249, 1);">
  1400.              <div class="row align-items-center g-0 gap-3">
  1401.             <div class="container-fluid" style="margin-top:93px; background-color: rgba(249, 249, 249, 1); ">
  1402.             
  1403.                 <div class="text-center" style="padding-top: 40px;">
  1404.                      <h1  style=" color: black; margin-bottom:22px;">Découvrez notre univers</h1>
  1405.                     {#<div style="height:3px; width:30px; margin-top:22px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;"></div>#}
  1406.                     <div class="m-auto w-50">
  1407.                     {#<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    </p>#}
  1408.                         
  1409.                              
  1410.                     </div>
  1411.                     <div class="mt-5 w-100">
  1412.                      {#<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>#}
  1413.                      <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>
  1414.                 
  1415.                  
  1416.                                   </div>
  1417.                 </div>
  1418.             </div>
  1419.         </div>
  1420.     </div>
  1421.     
  1422.     
  1423.                 <div class="container laptop-version" style="margin-top:93px;" id="melliber-Appart">
  1424.                     <div class="row">
  1425.                      <a href="https://www.melliber-apparthotel.com" id="HotelAppart" target="_blank" style="color: #a5a5a5;">
  1426.                          <div class="col-lg-12 " style="display: flex;">
  1427.                                     
  1428.                                          
  1429.                                         
  1430.                                          <div class="col-lg-7 col-sm-12"> 
  1431.                                           <h1 style="font-size: 34px;color: black;margin-bottom:22px;" class="titlePourQuoi"> {{contentPageHome.thirdTitleSection}} </h1>
  1432.                                                 <p class="mt-3" style="text-align: justify;">
  1433.                                                     {{contentPageHome.thirdTextSection|raw()}} 
  1434.                                             </p>
  1435.                                          </div> 
  1436.                                           <div class="col-lg-5 col-sm-12">
  1437.                                            
  1438.                                             <img loading="lazy"  src="/themes/coworking/front/images/picture_Meliber.png" style="width: 100%;"> 
  1439.                                          </div> 
  1440.                 </div>
  1441.                     </a>
  1442.                     </div>
  1443.                 </div>
  1444.                 
  1445.                 
  1446.                 <div class="container mobile-version" style="margin-top:93px;" id="melliber" >
  1447.                     <div class="row">
  1448.                          <a href="https://www.melliber-apparthotel.com" id="HotelAppart" target="_blank" style="color: #a5a5a5;">
  1449.                          <div class="col-lg-12 ">
  1450.                                     
  1451.                                          
  1452.                                         <div class="col-lg-5 col-sm-12">
  1453.                                          <h1 style="font-size: 34px;color: black;margin-bottom:22px;" class="titlePourQuoi">  {{contentPageHome.thirdTitleSection}} </h1>
  1454.                                             <img loading="lazy"  src="/themes/coworking/front/images/picture_Meliber.png" style="width: 100%;"> 
  1455.                                          </div> 
  1456.                                          <div class="col-lg-7 col-sm-12"> 
  1457.                                                 <p class="mt-3" style="">
  1458.                                                     {{contentPageHome.thirdTextSection|raw()}} 
  1459.                                             </p>
  1460.                                          </div> 
  1461.                                           
  1462.                 </div>
  1463.                 </a>
  1464.                     </div>
  1465.                 </div>
  1466.                 
  1467.                 
  1468.                     
  1469.         <div class="text-center" style="padding-top: 4%;">
  1470.                     <h1 style="font-size: 34px;color: black;margin-bottom:22px;">Nos Réferences</h1>
  1471.                 </div>
  1472.       
  1473.      <section>
  1474.  
  1475.  
  1476.            <div class="slider">
  1477.     <div class="slide-track">
  1478.        {% for ref in reference %}   
  1479.         <div class="slide">
  1480.             <img loading="lazy"  src="/uploads/coworking/{{ ref.image }}" height="100" width="250" alt="" />
  1481.         </div>
  1482.       {% endfor  %}
  1483.         {% for ref in reference %}   
  1484.         <div class="slide">
  1485.             <img loading="lazy"  src="/uploads/coworking/{{ ref.image }}" height="100" width="250" alt="" />
  1486.         </div>
  1487.       {% endfor  %}  
  1488.         
  1489.         
  1490.     </div>
  1491.     </div>
  1492.   </section>
  1493.         <div class="container-fluid" style="margin-top:93px;" id="contactezNous">
  1494.             <div class="col-md-12" style=" background-color: rgba(240, 240, 240, 1);">
  1495.                 <div class="text-center" style="padding-top:70px;">
  1496.                     <h1 class="h2" style=" color: black;margin-bottom:22px;">Contactez-nous</h1>
  1497.                     {#<div style="height:3px; width:30px; margin-top:22px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;"></div>#}
  1498.                     <div class="m-auto w-50">
  1499.                     
  1500.                     </div>
  1501.                 </div>
  1502.                 <div class="row">
  1503.                     <div class="col-sm-6">
  1504.                 <form id="formForMobile" class="m-auto mt-4 p-3" style="width:64%;" action="{{path('sendEmailFromPageContact')}}" method="POST">
  1505.                             <div class="row gy-3 gx-5">
  1506.                                  <div class="col-md-12">
  1507.                                     {% for label, messages in app.flashes %}
  1508.                                         {% for message in messages %}
  1509.                                             <div class="alert alert-{{ label }} alert-dismissible fade show text-center" role="alert" style="font-size: 13px;">
  1510.                                                 {{ message }}
  1511.                                                 <button type="button" class="close" data-dismiss="alert" aria-label="Close">
  1512.                                                     <span aria-hidden="true">&times;</span>
  1513.                                                 </button>
  1514.                                             </div>
  1515.                                         {% endfor %}
  1516.                                     {% endfor %}
  1517.                                 </div>
  1518.                                 <div class="col-md-6">
  1519.                                     <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;
  1520.     border: 2px solid #ffffff !important;" required>
  1521.                                 </div>
  1522.                                 <div class="col-md-6">
  1523.                                     <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;
  1524.     border: 2px solid #ffffff !important;">
  1525.                                 </div>
  1526.                                 <div class="col-md-12">
  1527.                                     <input class="w-100" type="email" name="email"   placeholder="email@example.com" style="height:42px; border: none; outline: none; padding-inline: 9px;    background: #ffffff;
  1528.     border: 2px solid #ffffff !important;" required>
  1529.                                 </div>
  1530.                             </div>
  1531.                             <div class="mt-4">
  1532.                                 <textarea  name="message" class="form-control w-100 border-0 rounded-0" id="textAreaExample" rows="6"  required></textarea>
  1533.                             </div>
  1534.                             <div class="row py-3">
  1535.                                 <div class="col-12">
  1536.                                     <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;">
  1537.                                 </div>
  1538.                             </div>
  1539.                         
  1540.                         </form>
  1541.                     </div>
  1542.                     <div class="col-sm-6"> 
  1543.                         <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>
  1544.                     
  1545.                     {#<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>#}
  1546.                     
  1547.                     </div>
  1548.                 </div>
  1549.                 
  1550.             </div>
  1551.             
  1552.             
  1553.         </div>
  1554.         
  1555.     
  1556.         
  1557.         
  1558.         {#<div class="wrapperX">#}
  1559.   {#          <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>#}
  1560.   {#       </div>#}
  1561.   
  1562.   
  1563.           
  1564.         {#  <a href="https://api.whatsapp.com/send?phone=662135956&text=Bonjour" target=”_blank” class="whatsapp-btn">#}
  1565.         {#  <i class="bi bi-whatsapp"></i>#}
  1566.         {#</a>#}
  1567. {% endblock %}
  1568. {% block javascripts %}
  1569.  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
  1570. <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>
  1571. <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
  1572. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
  1573. <script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
  1574. <script>
  1575.   
  1576. function toggle(id) {
  1577.   a = document.getElementById('toggle_'+id);
  1578.   b = document.getElementById('display_'+id);
  1579.     if (a.style.display=='block') {
  1580.       a.style.display='none';
  1581.       b.innerHTML='En savoir plus';
  1582.     }
  1583.     else {
  1584.       a.style.display='block';
  1585.       b.innerHTML='Voir moins';
  1586.   }
  1587. }
  1588. const $prev = $("#prev");
  1589. const $next = $("#next");
  1590. let $carouselVp = $("#carousel-vp");
  1591. let $cCarouselInner = $("#cCarousel-inner");
  1592. let $cards = $(".cCarousel-item");
  1593. let carouselInnerWidth = $cCarouselInner[0].getBoundingClientRect().width;
  1594. let leftValue = 0;
  1595. // Variable used to set the carousel movement value (card's width + gap)
  1596. const totalMovementSize =
  1597.   parseFloat($cards[0].getBoundingClientRect().width) +
  1598.   parseFloat($cCarouselInner.css("gap"));
  1599. // Clone cards for infinite loop
  1600. $cards.each(function () {
  1601.   $(this).clone().appendTo($cCarouselInner);
  1602. });
  1603. // Update the new total width of the carousel
  1604. carouselInnerWidth = $cCarouselInner[0].getBoundingClientRect().width;
  1605. $prev.on("click", () => {
  1606.   if (leftValue === 0) {
  1607.     // Jump to the end of the carousel for seamless looping
  1608.     leftValue = -(
  1609.       carouselInnerWidth / 2 -
  1610.       $carouselVp[0].getBoundingClientRect().width
  1611.     );
  1612.     $cCarouselInner.css("left", leftValue + "px");
  1613.   } else {
  1614.     leftValue += totalMovementSize;
  1615.     $cCarouselInner.css("left", leftValue + "px");
  1616.   }
  1617. });
  1618. $next.on("click", () => {
  1619.   const carouselVpWidth = $carouselVp[0].getBoundingClientRect().width;
  1620.   if (carouselInnerWidth - Math.abs(leftValue) <= carouselVpWidth) {
  1621.     // Jump to the beginning of the carousel for seamless looping
  1622.     leftValue = 0;
  1623.     $cCarouselInner.css("left", leftValue + "px");
  1624.   } else {
  1625.     leftValue -= totalMovementSize;
  1626.     $cCarouselInner.css("left", leftValue + "px");
  1627.   }
  1628. });
  1629.   
  1630. $("#typed").typed({
  1631.           strings: ["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."],
  1632.           typeSpeed: 100,
  1633.           startDelay: 0,
  1634.           backSpeed: 60,
  1635.           backDelay: 2000,
  1636.           loop: true,
  1637.           cursorChar: "|",
  1638.           contentType: 'html'
  1639.       });
  1640. </script>
  1641. {% endblock %}