src/Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig line 1
{% extends '@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig' %}
{% block body %}
<link rel="shortcut icon" href="{{asset("themes/coworking/images/logo-black.png")}}" />
<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<style>
.cardsMobile {
display: none;
}
.cardsDesktop {
display: block;
}
.img-container{
padding-top:12px;
}
.img-bureaux{
object-fit:cover;
width:100%;
height:100%;
}
.block-bureaux{
width:270px;
height:140px;
background-image:url('themes/coworking/front/images/Screenshot__30__1-removebg-preview 3.png');
background-position:bottom;
background-repeat:no-repeat;
background-size:40%;
}
.block-bureaux img{
width:70%;
}
.block-bureaux p{
font-family:'Lato', sans-serif;
font-weight: 600;
letter-spacing:8px;
text-transform: uppercase;
font-size: 13px;
}
select:required:invalid {
color: #666;
background-color:rgba(232, 232, 234, 1);
}
option[value=""][disabled] {
display: none;
}
option {
color: #000;
}
.image-for-brx{
z-index:0;
margin-left:-50px;
}
.text-for-brx{
z-index:1;
padding:27px 30px 30px 40px;
margin-left:70px;
background-color:white;
filter:drop-shadow(0 12px 33px rgba(0, 0, 0, 0.05));
}
.card-brx{
padding: 18px 5px 18px 5px;
}
@media(max-width:991px){
.text-for-brx{
margin-left:0;
}
.image-for-brx{
margin:auto;
}
}
@media only screen and (max-width: 1200px) {
.img-container{
height:70vh;
width:100%;
padding:0;
}
.block-bureaux{
width:220px;
height:130px;
display:none;
}
.block-bureaux img{
width:60%;
}
.block-bureaux p{
font-size:10px;
}
}
button.btn.btn-formulaire {
background: #FCD46B;
color: white;
font-weight: 500;
border-radius: 0px;
text-transform: uppercase;
font-size: 13px;
padding-left: 20px;
padding-right: 25px;
}
button.btn.btn-formulaire:hover{
background: #ffffff40;
}
button.btn.btn-date {
background: #ffffff40;
border: 1px solid white;
color: white;
font-weight: 500;
border-radius: 0px;
text-transform: uppercase;
font-size: 13px;
}
button.btn.btn-date:hover{
background: #ffd86e;
}
.divMobile{
display:none;
}
.container.mobile-version{
display: none;
}
@media (max-width:767px) {
.container.laptop-version {
display: none;
}
.container.mobile-version{
display: block !important;
}
html, body {
overflow-x: hidden !important;
}
body {
position: relative !important;
}
.bureaux-desc{
display:flex;
justify-content: center;
}
.btn-res{
margin-top: 10px;
}
/*img-fluid w-100 object-fit-cover{*/
/* display:none;*/
/*}*/
.image-section{
display:inline;
}
.image-for-brx{
margin:auto;
}
.text-for-brx{
margin-left:0;
}
.w-75 {
width:100% !important;
}
.divDesktop{
display:none;
}
.divMobile{
display:block;
}
.cardsMobile {
display: block;
}
.cardsDesktop {
display: none;
}
.flip-card-inner {
width: 170px;
height: 170px;
}
button.btn.btn-formulaire {
background: #FCD46B;
color: white;
font-weight: 500;
border-radius: 0px;
text-transform: uppercase;
font-size: 13px;
padding-left: 20px;
padding-right: 25px;
position: relative;
top: -55px;
}
.w-50{
width:80% !important;
}
iframe{
width:100% !important;
/*margin-right: 0px;*/
/*margin-left: -20px;*/
}
.p-5 {
padding: 0rem!important;
}
.gmap_canvas{
width: 322px !important;
}
}
/* GRID SYSTEM - CSS */
@font-face {
src: url(/public/fonts/DidactGothic-Regular.ttf);
}
.textPatchword{
/**/
font-family: "Montserrat", Sans-serif;
}
/* Grid System: Settings */
.grid-settings {
position: fixed;
width: 200px;
top: 80px;
right: 20px;
z-index: 9999;
}
/* Grid System: Grids */
.grid-system {
text-align: center;
position: fixed;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
height: 100vh;
z-index: 1;
visibility: visible;
}
.grid-system div[class^="col-"] {
border-left: 1px dotted rgba(0, 0, 0, 0.2);
height: 100vh;
}
.grid-system div[class^="col-"]:last-child {
border-right: 1px dotted rgba(0, 0, 0, 0.2);
}
.grid-system .col-div {
background-color: rgba(0, 0, 0, 0.025);
border: none !important;
padding-top: 15px;
color: rgba(0, 0, 0, 0.3);
}
/* Grid System: Light Theme */
.grid-system.light .col-div {
background-color: rgba(255, 255, 255, 0.025);
color: rgba(255, 255, 255, 0.3);
}
.grid-system.light div[class^="col-"],
.grid-system.light div[class^="col-"]:last-child {
border-color: rgba(255, 255, 255, 0.2);
}
/* FOR DEMO PURPOSES ONLY: */
.bg-dark h1, .bg-dark h2 {
color: #fff;
}
.bg-dark p {
color: rgba(255, 255, 255, .5);
}
.grid-settings .card-body p {
color: #212529;;
}
main{
/* background: #F6F4FE;*/
/*background: linear-gradient(#F6F4FE, #908f91);*/
/*background: linear-gradient(90deg, rgb(227 227 227) 0%, rgba(120,90,157,1) 53%, rgb(77 45 105) 100%);*/
background-image: url(/public/images/fond.png);
background-size: cover;*/
background-repeat: no-repeat;
}
main{
/* background: #F6F4FE;*/
padding-top: 1.5%;
padding-bottom: 2%;
}
.fa-linkedin{
color: #1565C0;
font-size: 30px;
/* float:right; */
}
.btn-light{
background: white;
border-radius: 54px;
padding: 15px 30px;
width: 200px;
font-weight: 500;
}
#divBg {
background-position: right 5% bottom 50%;
/*background-image: url(/public/images/bgBackground.png);*/
background-size: cover;
/* position: absolute;*/
top: 0px;
right: 0px;
bottom: 0px;
}
.Img{
width:600px;
height:200px;
}
.logo{
width: 30%;
}
.btn-light{
position: relative;
top: 100%;
}
@media only screen and (max-width: 600px) {
.btn-light{
background: white;
border-radius: 54px;
padding: 15px 1px;
width: 150px;
font-weight: 500;
}
.Img{
width:100%;
}
.logo{
width:40%;
}
.btn-light{
position: relative;
top:0;
}
}
@import url('https://fonts.cdnfonts.com/css/montserrat');
@import url('https://cdnjs.cloudflare.com/ajax/libs/iCheck/1.0.1/demo/css/montserrat-bold.ttf');
p,button{ font-family: 'Montserrat', sans-serif;
}
h1{
font-family: 'Montserrat', sans-serif;
font-weight: 800;
}
/* css For whatsap**/
.wrapperX {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin: auto;
max-width: 800px;
}
.titlePourQuoi:after {
content: '';
display: block;
width: 40px;
height: 5px;
background: #c6c9ce;
margin: 0;
margin-top: 15px;
border-radius: 3px;
}
.bloc-text-a-propos-right {
position: relative;
right: 30px;
height: 185px;
}
/*.flip-card {*/
/* background-color: transparent;*/
/* width: 300px;*/
/* height: 300px;*/
/* perspective: 1000px;*/
/*}*/
/*.flip-card-inner {*/
/* position: relative;*/
/* width: 270px;*/
/* height: 215px;*/
/* text-align: center;*/
/* transition: transform 0.6s;*/
/* transform-style: preserve-3d;*/
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
/* backface-visibility: hidden;*/
/* -moz-backface-visibility: hidden;*/
/*}*/
/*.flip-card:focus {*/
/* outline: 0;*/
/*}*/
/*.flip-card:hover .flip-card-inner,*/
/*.flip-card:focus .flip-card-inner{*/
/* transform: rotateY(180deg);*/
/*}*/
/*.flip-card-front,*/
/*.flip-card-back {*/
/* position: absolute;*/
/* width: 100%;*/
/* height: 100%;*/
/*}*/
/*.flip-card-front {*/
/* background-color: rgba(255, 255, 255, 1);*/
/* color: black;*/
/* z-index: 2;*/
/*display: flex;*/
/* justify-content: center;*/
/* align-items: center;*/
/*}*/
/*.flip-card-back {*/
/* background-color: rgba(255, 255, 255, 1); */
/* color: white;*/
/* transform: rotateY(180deg);*/
/* z-index: 1;*/
/*display: flex;*/
/* justify-content: center;*/
/* align-items: center;*/
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
/*}*/
@media (max-width:767px) {
.flip-card-inner {
width: 170px !important;
height: 240px!important;
}
.flip-card {
height: 250px;
}
}
/***/
.flip-card {
background-color: transparent;
width: 300px;
height: 300px;
perspective: 1000px;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-card-front {
background-color: rgba(255, 255, 255, 1);
color: black;
}
.flip-card-back {
background-color: #ffffff;
color: white;
transform: rotateY(180deg);
}
/** début carousel */
#cCarousel {
position: relative;
max-width: 1300px;
margin: auto;
}
#cCarousel .arrow {
position: absolute;
top: 50%;
display: flex;
width: 45px;
height: 45px;
justify-content: center;
align-items: center;
border-radius: 50%;
z-index: 1;
font-size: 26px;
color: white;
background: #00000072;
cursor: pointer;
}
#cCarousel #prev {
left: 0px;
}
#cCarousel #next {
right: 0px;
}
#carousel-vp {
width: 940px;
height: 500px;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
margin: auto;
}
@media (max-width: 770px) {
#carousel-vp {
width: 510px;
}
}
@media (max-width: 510px) {
#carousel-vp {
width: 250px;
}
}
#cCarousel #cCarousel-inner {
display: flex;
position: absolute;
transition: 0.3s ease-in-out;
gap: 40px;
left: 0px;
}
.cCarousel-item {
width: 280px;
/*height: 365px;*/
border: 2px solid white;
border-radius: 15px;
overflow: hidden;
display: flex;
flex-direction: column;
}
.cCarousel-item img {
width: 100%;
object-fit: cover;
min-height: 246px;
color: white;
}
.cCarousel-item .infos {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
background: white;
color: black;
}
.cCarousel-item .infos button {
background: #222;
padding: 10px 30px;
border-radius: 15px;
color: white;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
}
article.cCarousel-item{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 4px;
}
.lire-suite{
color: black;
text-decoration: underline;
font-weight: 600;
}
.custom-hr {
width: 30px;
border: 0;
border-top: 2px solid black;
margin: 10px auto; /* Center align the hr */
}
/* General Styling */
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-250px * 7));
}
}
.slider {
background: white;
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
height: 100px;
margin: auto;
overflow: hidden;
position: relative;
width: 100%;
}
.slider::before, .slider::after {
background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
content: "";
height: 100px;
position: absolute;
width: 200px;
z-index: 2;
}
.slider::after {
right: 0;
top: 0;
transform: rotateZ(180deg);
}
.slider::before {
left: 0;
top: 0;
}
.slider .slide-track {
animation: scroll 25s linear infinite;
display: flex;
width: calc(250px * 14);
}
.slider .slide {
height: 100px;
width: 250px;
}
/***/
/* external css: flickity.css */
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body { font-family: sans-serif; }
.gallery {
background: #EEE;
}
.gallery-cell {
width: 350px;
height: 200px;
margin-right: 10px;
/*background: #8C8;*/
/*counter-increment: gallery-cell;*/
}
/* cell number */
.gallery-cell:before {
display: block;
text-align: center;
/*content: counter(gallery-cell);*/
line-height: 200px;
font-size: 80px;
color: white;
}
.flickity-enabled.is-draggable .flickity-viewport {
height: 270PX !important;
}
.flickity-page-dots{
display:none;
}
.fw-light p {
margin: 0px 0 0 0;
}
.divReuninonWeb{
background-image: url('{{ asset("uploads/front-images/picSalleReunion22.png") }}');
background-repeat: no-repeat;
background-size: 100% 100%;
height: 405px;
}
</style>
<div class="row divDesktop">
<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;">
<a href="{{path('reservationbureaux')}}" style="position: absolute;bottom: 20px;left: 40%;">
<button class="btn btn-formulaire">
{{"RÉSERVER"|trans({},"front")}}
</button>
</a>
</div>
<div class="col-sm-4 divReuninonWeb" >
<a href="{{path('reservationsallereuninon')}}" style="position: absolute;bottom: 20px;left: 40%;">
<button class="btn btn-formulaire" >
{{"RÉSERVER"|trans({},"front")}}
</button>
</a>
</div>
{#<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;">#}
{# <a href="{{path('reservationfreework')}}" style="position: absolute;bottom: 20px;left: 40%;">#}
{# <button class="btn btn-formulaire">#}
{# {{"RÉSERVER"|trans({},"front")}}#}
{# </button>#}
{# </a>#}
{#</div>#}
<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;">
<a href="{{path('reservationfreework')}}" style="position: absolute;bottom: 20px;left: 40%;">
<button class="btn btn-formulaire">
{{"RÉSERVER"|trans({},"front")}}
</button>
</a>
</div>
</div>
<div class="divMobile">
<div>
<div class="col-md-12" id="divImagesHeaderMobile" style="padding: 0px;">
<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%;">
<a href="{{path('reservationbureaux')}}" class="btn btn-formulaire"
style="
background: #FCD46B;
color: white;
font-weight: 500;
border-radius: 0px;
text-transform: uppercase;
font-size: 13px;
padding-left: 26px;
padding-right: 26px;
position: relative;
bottom: -70px;">
RÉSERVER
</a>
</div>
<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%;">
{#picFree2Mobile.png#}
{#pictureSalleReunino2Mobile.png#}
<a href="{{path('reservationsallereuninon')}}" class="btn btn-formulaire" style="
background: #FCD46B;
color: white;
font-weight: 500;
border-radius: 0px;
text-transform: uppercase;
font-size: 13px;
padding-left: 26px;
padding-right: 26px;
position: relative;
bottom: -70px;">RÉSERVER</a>
</div>
<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%;">
<a href="{{path('reservationfreework')}}" class="btn btn-formulaire" style="
background: #FCD46B;
color: white;
font-weight: 500;
border-radius: 0px;
text-transform: uppercase;
font-size: 13px;
padding-left: 26px;
padding-right: 26px;
position: relative;
bottom: -70px;">RÉSERVER</a>
</div>
</div>
</div>
</div>
<div class="container" style="margin-top:93px;" id="a-propos">
<div class="row">
<div class="col-lg-12" style="display: flex;background: #fbf9ed;padding: 30px;">
<div class="col-lg-12">
<div>
<h1 style="font-size: 34px;color: black;margin-bottom:22px;" class="titlePourQuoi"> {{contentPageHome.firstTitleSection}} </h1>
<div>
<i>
<p class="font-italic p-3" style="font-size:13px;">
{{contentPageHome.firstTextSection|raw()}}
</i>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Flickity HTML init -->
<div class="gallery js-flickity" data-flickity-options='{ "wrapAround": true,"autoPlay": 1700 }' style="margin-top: 5%;">
{% for gallery in contentPageHome.gallerieHomes %}
<div class="gallery-cell">
<img loading="lazy" src="uploads/coworking/{{gallery.path}}" width="100%" alt="" />
</div>
{% endfor %}
</div>
<div class="container-fluid" style="margin-top:93px;" id="nos-atouts">
{#<div style="height:2px; width:30px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;"></div>#}
<div class="text-center" style="padding-top: 20px;">
<h1 style="font-size: 34px;color: black;margin-bottom:22px;">{{contentPageHome.secondTitleSection|raw()}} </h1>
</div>
</div>
<div class="container-fluid pb-3 cardsDesktop">
<div class="row gy-3 gx-0 m-auto">
<div class="col-12 col-sm-6 col-md-3 text-center ">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_247.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard1}}
</p>
</div>
<div class="flip-card-back" style="transform: rotateX(360deg) !important;">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_247.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard1|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 text-center ">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front" >
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;"src="themes/coworking/front/images/icon_LOCALISATION.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard2}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_LOCALISATION.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard2|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 text-center ">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front" >
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_NAPROOM.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard3}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_NAPROOM.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard3|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 text-center ">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_PARKING.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard4}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_PARKING.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard4|raw()}}
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid pb-3 cardsDesktop">
<div class="row gy-3 gx-0 m-auto">
<div class="col-12 col-sm-6 col-md-3 text-center ">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front" >
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_FITNESS.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard5}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_FITNESS.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard5|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 text-center ">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front" >
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_RESTAURATION.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard6}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_RESTAURATION.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard6|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 text-center ">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_STAND.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard7}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_STAND.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard7|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-3 text-center ">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner">
<div class="flip-card-front" >
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_MASSAGE.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard8}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3"style="width: 40%!important;" src="themes/coworking/front/images/icon_MASSAGE.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard8|raw()}}
</p>
</div>
</div>
</div>
</div>
<!--<div class="w-100 d-none d-block "></div>-->
</div>
</div>
{# <div class="container-fluid pb-3 cardsMobile">#}
{# <div class="row gy-3 gx-0 m-auto">#}
{# <div class="col-12 col-sm-6 col-md-3 text-center ">#}
{# <div class="flip-card" tabIndex="0">#}
{# <div class="flip-card-inner" >#}
{# <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/icon247.png);">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/247.jpg">#}
{# <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Espace de travail accessible 24h/24 7j/7#}
{# </p>#}
{# </div>#}
{# <div class="flip-card-back">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/247.jpg">#}
{# <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Espace de travail accessible 24h/24 7j/7#}
{# </p>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# <div class="col-12 col-sm-6 col-md-3 text-center ">#}
{# <div class="flip-card" tabIndex="0">#}
{# <div class="flip-card-inner" >#}
{# <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconLOCALISATION.png);">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/LOCALISATION.jpg">#}
{# <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Emplacement unique à Casablanca #}
{# </p>#}
{# </div>#}
{# <div class="flip-card-back">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/LOCALISATION.jpg">#}
{# <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# 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.#}
{# </p>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# <div class="col-12 col-sm-6 col-md-3 text-center ">#}
{# <div class="flip-card" tabIndex="0">#}
{# <div class="flip-card-inner" >#}
{# <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconNAPROOM.png);">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/NAPROOM.jpg">#}
{# <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Nap room#}
{# </p>#}
{# </div>#}
{# <div class="flip-card-back">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/NAPROOM.jpg">#}
{# <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Nap room#}
{# </p>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# <div class="col-12 col-sm-6 col-md-3 text-center ">#}
{# <div class="flip-card" tabIndex="0">#}
{# <div class="flip-card-inner" >#}
{# <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconPARKING.png);">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/PARKING.jpg">#}
{# <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# L’accès au parking privé.#}
{# </p>#}
{# </div>#}
{# <div class="flip-card-back">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/PARKING.jpg">#}
{# <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# L’accès au parking privé.#}
{# </p>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# </div>#}
{#</div>#}
{#<div class="container-fluid pb-3 cardsMobile">#}
{# <div class="row gy-3 gx-0 m-auto">#}
{# <div class="col-12 col-sm-6 col-md-3 text-center ">#}
{# <div class="flip-card" tabIndex="0">#}
{# <div class="flip-card-inner" >#}
{# <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconFITNESS.png);">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/FITNESS.jpg">#}
{# <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Gaming & Fitness#}
{# </p>#}
{# </div>#}
{# <div class="flip-card-back">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/FITNESS.jpg">#}
{# <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Gaming & Fitness#}
{# </p>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# <div class="col-12 col-sm-6 col-md-3 text-center ">#}
{# <div class="flip-card" tabIndex="0">#}
{# <div class="flip-card-inner" >#}
{# <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconRESTAURATION.png);">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/RESTAURATION.jpg">#}
{# <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Restauration#}
{# </p>#}
{# </div>#}
{# <div class="flip-card-back">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/RESTAURATION.jpg">#}
{# <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Restauration#}
{# </p>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# <div class="col-12 col-sm-6 col-md-3 text-center ">#}
{# <div class="flip-card" tabIndex="0">#}
{# <div class="flip-card-inner" >#}
{# <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconSTAND.png);">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/STAND.jpg">#}
{# <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Stands & pop up stores#}
{# </p>#}
{# </div>#}
{# <div class="flip-card-back">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/STAND.jpg">#}
{# <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Stands & pop up stores#}
{# </p>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# <div class="col-12 col-sm-6 col-md-3 text-center ">#}
{# <div class="flip-card" tabIndex="0">#}
{# <div class="flip-card-inner">#}
{# <div class="flip-card-front" style="background-image: url(/themes/coworking/front/images/iconMASSAGE.png);">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/MASSAGE.jpg">#}
{# <p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Centre de beauté et bien être.#}
{# </p>#}
{# </div>#}
{# <div class="flip-card-back">#}
{# <img loading="lazy" class="img-fluid w-25 pt-3" src="themes/coworking/front/images/MASSAGE.jpg">#}
{# <p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">#}
{# Centre de beauté et bien être.#}
{# </p>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# <!--<div class="w-100 d-none d-block "></div>-->#}
{# </div>#}
{#</div>#}
<div class="col-sm-12 text-center mt-5 cardsMobile">
<span class="divider-text mb-5"></span>
<div class="" style="background-color:rgba(178, 78, 69, 0.04)">
<div class="row text-center d-flex justify-content-center">
<div class="col-6">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_247.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard1}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_247.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard1|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-6">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front" >
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;"src="themes/coworking/front/images/icon_LOCALISATION.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard2}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_LOCALISATION.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard2|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-6">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front" >
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_NAPROOM.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard3}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_NAPROOM.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard3|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-6">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_PARKING.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard4}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_PARKING.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard4|raw()}}
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 text-center mt-2 cardsMobile">
<span class="divider-text mb-5"></span>
<div class="" style="background-color:rgba(178, 78, 69, 0.04)">
<div class="row text-center d-flex justify-content-center">
<div class="col-6">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front" >
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_FITNESS.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard5}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_FITNESS.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard5|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-6">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front" >
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_RESTAURATION.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard6}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_RESTAURATION.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard6|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-6">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner" >
<div class="flip-card-front">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_STAND.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard7}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_STAND.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard7|raw()}}
</p>
</div>
</div>
</div>
</div>
<div class="col-6">
<div class="flip-card" tabIndex="0">
<div class="flip-card-inner">
<div class="flip-card-front" >
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_MASSAGE.png">
<p class="" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textCard8}}
</p>
</div>
<div class="flip-card-back">
<img loading="lazy" class="img-fluid w-25 pt-3" style="width: 40%!important;" src="themes/coworking/front/images/icon_MASSAGE.png">
<p class="mt-3" style="font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);">
{{contentPageHome.textFlipCard8|raw()}}
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center" style="padding-top: 20px;">
<h1 style="font-size: 34px;color: black;margin-bottom:22px;"><a href="{{ path('news')}}" >Nos actualités</a></h1>
</div>
<section>
<div id="cCarousel">
<div class="arrow" id="prev"><i class="fa-solid fa-chevron-left"></i></div>
<div class="arrow" id="next"><i class="fa-solid fa-chevron-right"></i></div>
<div id="carousel-vp">
<div id="cCarousel-inner">
{% for news in newsAnnonce %}
<article class="cCarousel-item">
<img loading="lazy" src="/uploads/coworking/{{ news.image }}" alt="Moon">
<div class="infos">
<h3 style="font-size:22px;line-height: 40px;" class="title-article">{{ news.title }} </h3>
<hr class="custom-hr">
<p>{{ news.description|slice(0, 100) ~ '...' }}</p>
<a href="{{path('actualite',{id:news.id})}}" class="lire-suite">Lire la suite</a>
</div>
</article>
{% endfor %}
</div>
</div>
</div>
</section>
<div class="container-fluid p-5" style="margin-top:0px; background-color:rgba(249, 249, 249, 1);">
<div class="row align-items-center g-0 gap-3">
<div class="container-fluid" style="margin-top:93px; background-color: rgba(249, 249, 249, 1); ">
<div class="text-center" style="padding-top: 40px;">
<h1 style=" color: black; margin-bottom:22px;">Découvrez notre univers</h1>
{#<div style="height:3px; width:30px; margin-top:22px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;"></div>#}
<div class="m-auto w-50">
{#<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>#}
</div>
<div class="mt-5 w-100">
{#<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>#}
<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>
</div>
</div>
</div>
</div>
</div>
<div class="container laptop-version" style="margin-top:93px;" id="melliber-Appart">
<div class="row">
<a href="https://www.melliber-apparthotel.com" id="HotelAppart" target="_blank" style="color: #a5a5a5;">
<div class="col-lg-12 " style="display: flex;">
<div class="col-lg-7 col-sm-12">
<h1 style="font-size: 34px;color: black;margin-bottom:22px;" class="titlePourQuoi"> {{contentPageHome.thirdTitleSection}} </h1>
<p class="mt-3" style="text-align: justify;">
{{contentPageHome.thirdTextSection|raw()}}
</p>
</div>
<div class="col-lg-5 col-sm-12">
<img loading="lazy" src="/themes/coworking/front/images/picture_Meliber.png" style="width: 100%;">
</div>
</div>
</a>
</div>
</div>
<div class="container mobile-version" style="margin-top:93px;" id="melliber" >
<div class="row">
<a href="https://www.melliber-apparthotel.com" id="HotelAppart" target="_blank" style="color: #a5a5a5;">
<div class="col-lg-12 ">
<div class="col-lg-5 col-sm-12">
<h1 style="font-size: 34px;color: black;margin-bottom:22px;" class="titlePourQuoi"> {{contentPageHome.thirdTitleSection}} </h1>
<img loading="lazy" src="/themes/coworking/front/images/picture_Meliber.png" style="width: 100%;">
</div>
<div class="col-lg-7 col-sm-12">
<p class="mt-3" style="">
{{contentPageHome.thirdTextSection|raw()}}
</p>
</div>
</div>
</a>
</div>
</div>
<div class="text-center" style="padding-top: 4%;">
<h1 style="font-size: 34px;color: black;margin-bottom:22px;">Nos Réferences</h1>
</div>
<section>
<div class="slider">
<div class="slide-track">
{% for ref in reference %}
<div class="slide">
<img loading="lazy" src="/uploads/coworking/{{ ref.image }}" height="100" width="250" alt="" />
</div>
{% endfor %}
{% for ref in reference %}
<div class="slide">
<img loading="lazy" src="/uploads/coworking/{{ ref.image }}" height="100" width="250" alt="" />
</div>
{% endfor %}
</div>
</div>
</section>
<div class="container-fluid" style="margin-top:93px;" id="contactezNous">
<div class="col-md-12" style=" background-color: rgba(240, 240, 240, 1);">
<div class="text-center" style="padding-top:70px;">
<h1 class="h2" style=" color: black;margin-bottom:22px;">Contactez-nous</h1>
{#<div style="height:3px; width:30px; margin-top:22px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;"></div>#}
<div class="m-auto w-50">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<form id="formForMobile" class="m-auto mt-4 p-3" style="width:64%;" action="{{path('sendEmailFromPageContact')}}" method="POST">
<div class="row gy-3 gx-5">
<div class="col-md-12">
{% for label, messages in app.flashes %}
{% for message in messages %}
<div class="alert alert-{{ label }} alert-dismissible fade show text-center" role="alert" style="font-size: 13px;">
{{ message }}
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
{% endfor %}
{% endfor %}
</div>
<div class="col-md-6">
<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;
border: 2px solid #ffffff !important;" required>
</div>
<div class="col-md-6">
<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;
border: 2px solid #ffffff !important;">
</div>
<div class="col-md-12">
<input class="w-100" type="email" name="email" placeholder="email@example.com" style="height:42px; border: none; outline: none; padding-inline: 9px; background: #ffffff;
border: 2px solid #ffffff !important;" required>
</div>
</div>
<div class="mt-4">
<textarea name="message" class="form-control w-100 border-0 rounded-0" id="textAreaExample" rows="6" required></textarea>
</div>
<div class="row py-3">
<div class="col-12">
<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;">
</div>
</div>
</form>
</div>
<div class="col-sm-6">
<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>
{#<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>#}
</div>
</div>
</div>
</div>
{#<div class="wrapperX">#}
{# <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>#}
{# </div>#}
{# <a href="https://api.whatsapp.com/send?phone=662135956&text=Bonjour" target=”_blank” class="whatsapp-btn">#}
{# <i class="bi bi-whatsapp"></i>#}
{#</a>#}
{% endblock %}
{% block javascripts %}
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
<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>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script>
function toggle(id) {
a = document.getElementById('toggle_'+id);
b = document.getElementById('display_'+id);
if (a.style.display=='block') {
a.style.display='none';
b.innerHTML='En savoir plus';
}
else {
a.style.display='block';
b.innerHTML='Voir moins';
}
}
const $prev = $("#prev");
const $next = $("#next");
let $carouselVp = $("#carousel-vp");
let $cCarouselInner = $("#cCarousel-inner");
let $cards = $(".cCarousel-item");
let carouselInnerWidth = $cCarouselInner[0].getBoundingClientRect().width;
let leftValue = 0;
// Variable used to set the carousel movement value (card's width + gap)
const totalMovementSize =
parseFloat($cards[0].getBoundingClientRect().width) +
parseFloat($cCarouselInner.css("gap"));
// Clone cards for infinite loop
$cards.each(function () {
$(this).clone().appendTo($cCarouselInner);
});
// Update the new total width of the carousel
carouselInnerWidth = $cCarouselInner[0].getBoundingClientRect().width;
$prev.on("click", () => {
if (leftValue === 0) {
// Jump to the end of the carousel for seamless looping
leftValue = -(
carouselInnerWidth / 2 -
$carouselVp[0].getBoundingClientRect().width
);
$cCarouselInner.css("left", leftValue + "px");
} else {
leftValue += totalMovementSize;
$cCarouselInner.css("left", leftValue + "px");
}
});
$next.on("click", () => {
const carouselVpWidth = $carouselVp[0].getBoundingClientRect().width;
if (carouselInnerWidth - Math.abs(leftValue) <= carouselVpWidth) {
// Jump to the beginning of the carousel for seamless looping
leftValue = 0;
$cCarouselInner.css("left", leftValue + "px");
} else {
leftValue -= totalMovementSize;
$cCarouselInner.css("left", leftValue + "px");
}
});
$("#typed").typed({
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."],
typeSpeed: 100,
startDelay: 0,
backSpeed: 60,
backDelay: 2000,
loop: true,
cursorChar: "|",
contentType: 'html'
});
</script>
{% endblock %}