var/cache/dev/twig/17/17d35df1117b5d422fa70c834c4c6e4e.php line 49
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig */
class __TwigTemplate_818c4250355f0f350b9742d44abddf77 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig"));
$this->parent = $this->loadTemplate("@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig", "@Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 4
echo " <link rel=\"shortcut icon\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/images/logo-black.png"), "html", null, true);
echo "\" />
<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;
}
\t .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 {
\t 0% {
\t\t transform: translateX(0);
\t}
\t 100% {
\t\t transform: translateX(calc(-250px * 7));
\t}
}
.slider {
\t background: white;
\t box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
\t height: 100px;
\t margin: auto;
\t overflow: hidden;
\t position: relative;
width: 100%;
}
.slider::before, .slider::after {
\t background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
\t content: \"\";
\t height: 100px;
\t position: absolute;
\t width: 200px;
\t z-index: 2;
}
.slider::after {
\t right: 0;
\t top: 0;
\t transform: rotateZ(180deg);
}
.slider::before {
\t left: 0;
\t top: 0;
}
.slider .slide-track {
\t animation: scroll 25s linear infinite;
\t display: flex;
\t width: calc(250px * 14);
}
.slider .slide {
\t height: 100px;
\t 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('";
// line 760
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/picSalleReunion22.png"), "html", null, true);
echo "');
background-repeat: no-repeat;
background-size: 100% 100%;
height: 405px;
}
</style>
\t <div class=\"row divDesktop\">
<div class=\"col-sm-4\" style=\"background-image:url(";
// line 768
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/pictureBureaux2.png"), "html", null, true);
echo ");background-repeat: no-repeat;background-size: 100% 100%;height: 405px;\">
\t\t\t\t\t \t<a href=\"";
// line 770
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationbureaux");
echo "\" style=\"position: absolute;bottom: 20px;left: 40%;\">
\t\t\t\t\t\t<button class=\"btn btn-formulaire\">
\t\t\t\t\t\t";
// line 772
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("RÉSERVER", [], "front"), "html", null, true);
echo "\t
\t\t\t\t\t\t</button>
\t\t\t\t\t\t</a>
\t\t\t\t
</div>
<div class=\"col-sm-4 divReuninonWeb\" >
\t
\t\t\t\t\t \t<a href=\"";
// line 779
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationsallereuninon");
echo "\" style=\"position: absolute;bottom: 20px;left: 40%;\">
\t\t\t\t\t\t<button class=\"btn btn-formulaire\" >
\t\t\t\t\t\t";
// line 781
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("RÉSERVER", [], "front"), "html", null, true);
echo "
\t\t\t\t\t\t</button>
\t\t\t\t\t\t</a>
\t\t\t\t
</div>
";
// line 787
echo "
\t\t";
// line 789
echo " ";
// line 790
echo " ";
// line 791
echo " ";
// line 792
echo " \t\t";
// line 793
echo " \t\t\t\t
";
// line 795
echo " <div class=\"col-sm-4\" style=\"background-image:url(";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/picFreework2.png"), "html", null, true);
echo ");background-repeat: no-repeat;background-size: 100% 100%;height: 405px;\">
\t\t\t\t\t \t<a href=\"";
// line 797
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationfreework");
echo "\" style=\"position: absolute;bottom: 20px;left: 40%;\">
\t\t\t\t\t\t<button class=\"btn btn-formulaire\">
\t\t\t\t\t\t";
// line 799
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("RÉSERVER", [], "front"), "html", null, true);
echo "
\t\t\t\t\t\t</button>
\t\t\t\t\t\t</a>
\t\t\t\t
</div>
</div>
\t<div class=\"divMobile\">
\t <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(";
// line 814
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/picBureax2Mobile.png"), "html", null, true);
echo ");height:215px;background-size: 100% 100%;\">
<a href=\"";
// line 819
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationbureaux");
echo "\" 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(";
// line 838
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/pictureSalleReunino2Mobile.png"), "html", null, true);
echo ");height:215px;background-size: 100% 100%;\">
";
// line 840
echo " ";
// line 841
echo "
<a href=\"";
// line 843
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationsallereuninon");
echo "\" 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(";
// line 858
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/picFree2Mobile.png"), "html", null, true);
echo ");height:215px;background-size: 100% 100%;\">
<a href=\"";
// line 860
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationfreework");
echo "\" 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\">
\t <div class=\"col-lg-12\" style=\"display: flex;background: #fbf9ed;padding: 30px;\">
\t\t\t
\t\t\t\t<div class=\"col-lg-12\">
\t\t\t\t\t<div>
\t\t\t\t\t <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\"> ";
// line 889
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 889, $this->source); })()), "firstTitleSection", [], "any", false, false, false, 889), "html", null, true);
echo " </h1>
\t\t\t\t\t
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t<i>
\t\t\t\t\t\t\t\t<p class=\"font-italic p-3\" style=\"font-size:13px;\">
\t\t\t\t\t\t\t ";
// line 894
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 894, $this->source); })()), "firstTextSection", [], "any", false, false, false, 894);
echo "
\t</i>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
</div>
\t\t
\t \t\t
</div>
\t\t\t </div>
\t\t </div>
<!-- Flickity HTML init -->
<div class=\"gallery js-flickity\" data-flickity-options='{ \"wrapAround\": true,\"autoPlay\": 1700 }' style=\"margin-top: 5%;\">
";
// line 908
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 908, $this->source); })()), "gallerieHomes", [], "any", false, false, false, 908));
foreach ($context['_seq'] as $context["_key"] => $context["gallery"]) {
// line 909
echo " <div class=\"gallery-cell\">
\t<img loading=\"lazy\" src=\"uploads/coworking/";
// line 910
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["gallery"], "path", [], "any", false, false, false, 910), "html", null, true);
echo "\" width=\"100%\" alt=\"\" />
</div>
\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['gallery'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 913
echo " </div>
\t\t<div class=\"container-fluid\" style=\"margin-top:93px;\" id=\"nos-atouts\">
\t \t";
// line 919
echo "\t \t<div class=\"text-center\" style=\"padding-top: 20px;\">
\t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\">";
// line 920
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 920, $this->source); })()), "secondTitleSection", [], "any", false, false, false, 920);
echo " </h1>
\t\t\t\t</div>
\t
\t\t\t
\t\t\t</div>
\t
<div class=\"container-fluid pb-3 cardsDesktop\">
\t\t<div class=\"row gy-3 gx-0 m-auto\">
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t
\t\t\t
\t\t\t
\t\t\t
\t\t\t
\t\t\t <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);\">
\t\t\t\t\t ";
// line 942
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 942, $this->source); })()), "textCard1", [], "any", false, false, false, 942), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 949
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 949, $this->source); })()), "textFlipCard1", [], "any", false, false, false, 949);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t ";
// line 962
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 962, $this->source); })()), "textCard2", [], "any", false, false, false, 962), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t
";
// line 972
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 972, $this->source); })()), "textFlipCard2", [], "any", false, false, false, 972);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t
";
// line 985
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 985, $this->source); })()), "textCard3", [], "any", false, false, false, 985), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 994
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 994, $this->source); })()), "textFlipCard3", [], "any", false, false, false, 994);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t ";
// line 1006
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1006, $this->source); })()), "textCard4", [], "any", false, false, false, 1006), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1013
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1013, $this->source); })()), "textFlipCard4", [], "any", false, false, false, 1013);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t</div>
\t</div>
\t<div class=\"container-fluid pb-3 cardsDesktop\">
\t\t<div class=\"row gy-3 gx-0 m-auto\">
\t\t <div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t ";
// line 1031
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1031, $this->source); })()), "textCard5", [], "any", false, false, false, 1031), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1038
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1038, $this->source); })()), "textFlipCard5", [], "any", false, false, false, 1038);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t ";
// line 1050
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1050, $this->source); })()), "textCard6", [], "any", false, false, false, 1050), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1057
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1057, $this->source); })()), "textFlipCard6", [], "any", false, false, false, 1057);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t ";
// line 1070
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1070, $this->source); })()), "textCard7", [], "any", false, false, false, 1070), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1077
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1077, $this->source); })()), "textFlipCard7", [], "any", false, false, false, 1077);
echo "
\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t ";
// line 1090
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1090, $this->source); })()), "textCard8", [], "any", false, false, false, 1090), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1097
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1097, $this->source); })()), "textFlipCard8", [], "any", false, false, false, 1097);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<!--<div class=\"w-100 d-none d-block \"></div>-->
\t\t\t
\t\t</div>
\t</div>
";
// line 1110
echo "\t";
// line 1111
echo "\t";
// line 1112
echo "\t";
// line 1113
echo " ";
// line 1114
echo " ";
// line 1115
echo " ";
// line 1116
echo " ";
// line 1117
echo " ";
// line 1118
echo " ";
// line 1119
echo " ";
// line 1120
echo "
";
// line 1122
echo " ";
// line 1123
echo " ";
// line 1124
echo "\t";
// line 1125
echo "\t";
// line 1126
echo " ";
// line 1127
echo " ";
// line 1128
echo " ";
// line 1129
echo "\t";
// line 1130
echo "\t\t\t
\t";
// line 1132
echo "\t";
// line 1133
echo " ";
// line 1134
echo " ";
// line 1135
echo " ";
// line 1136
echo " ";
// line 1137
echo " ";
// line 1138
echo "
";
// line 1141
echo " ";
// line 1142
echo "
";
// line 1144
echo " ";
// line 1145
echo " ";
// line 1146
echo "\t\t\t\t\t
";
// line 1148
echo "\t";
// line 1149
echo " ";
// line 1150
echo " ";
// line 1151
echo " ";
// line 1152
echo "\t";
// line 1153
echo "\t";
// line 1154
echo "\t";
// line 1155
echo " ";
// line 1156
echo " ";
// line 1157
echo " ";
// line 1158
echo " ";
// line 1159
echo " \t\t\t\t\t
";
// line 1161
echo "
";
// line 1163
echo " ";
// line 1164
echo "
";
// line 1166
echo " ";
// line 1167
echo "
";
// line 1169
echo "\t";
// line 1170
echo "
\t";
// line 1173
echo " ";
// line 1174
echo " ";
// line 1175
echo " ";
// line 1176
echo "\t";
// line 1177
echo "\t";
// line 1178
echo "\t";
// line 1179
echo " ";
// line 1180
echo " ";
// line 1181
echo " ";
// line 1182
echo " ";
// line 1183
echo " ";
// line 1184
echo " ";
// line 1185
echo " ";
// line 1186
echo "
";
// line 1188
echo " ";
// line 1189
echo " ";
// line 1190
echo "\t";
// line 1191
echo "\t";
// line 1192
echo " ";
// line 1193
echo " ";
// line 1194
echo " ";
// line 1195
echo "\t";
// line 1196
echo "\t";
// line 1197
echo "
\t";
// line 1199
echo "\t";
// line 1200
echo "\t";
// line 1201
echo "\t";
// line 1202
echo "\t";
// line 1203
echo " ";
// line 1204
echo "
";
// line 1206
echo " ";
// line 1207
echo " ";
// line 1208
echo " ";
// line 1209
echo " ";
// line 1210
echo " ";
// line 1211
echo "
";
// line 1213
echo " ";
// line 1214
echo " ";
// line 1215
echo "\t";
// line 1216
echo "\t";
// line 1217
echo " ";
// line 1218
echo " ";
// line 1219
echo " ";
// line 1220
echo "\t";
// line 1221
echo "\t";
// line 1222
echo "\t";
// line 1223
echo " ";
// line 1224
echo " ";
// line 1225
echo " ";
// line 1226
echo " ";
// line 1227
echo " ";
// line 1228
echo " ";
// line 1229
echo " ";
// line 1230
echo "
";
// line 1232
echo " ";
// line 1233
echo " ";
// line 1234
echo " ";
// line 1235
echo " ";
// line 1236
echo " ";
// line 1237
echo " ";
// line 1238
echo " ";
// line 1239
echo "\t";
// line 1240
echo "\t";
// line 1241
echo "\t";
// line 1242
echo " ";
// line 1243
echo "
";
// line 1245
echo " ";
// line 1246
echo " ";
// line 1247
echo " ";
// line 1248
echo " ";
// line 1249
echo " ";
// line 1250
echo "
";
// line 1252
echo " ";
// line 1253
echo " ";
// line 1254
echo "\t";
// line 1255
echo "\t";
// line 1256
echo " ";
// line 1257
echo " ";
// line 1258
echo " ";
// line 1259
echo "\t";
// line 1260
echo "\t";
// line 1261
echo "\t";
// line 1262
echo " ";
// line 1263
echo "
";
// line 1265
echo " ";
// line 1266
echo " ";
// line 1267
echo " ";
// line 1268
echo " ";
// line 1269
echo " ";
// line 1270
echo "
";
// line 1272
echo " ";
// line 1273
echo " ";
// line 1274
echo "\t";
// line 1275
echo "\t";
// line 1276
echo " ";
// line 1277
echo " ";
// line 1278
echo " ";
// line 1279
echo "\t";
// line 1280
echo "\t";
// line 1281
echo "\t\t\t
\t";
// line 1283
echo "
\t";
// line 1285
echo "\t
\t
\t
\t
\t<div class=\"col-sm-12 text-center mt-5 cardsMobile\">
\t\t\t\t
\t\t\t\t\t<span class=\"divider-text mb-5\"></span>
\t\t\t\t\t<div class=\"\" style=\"background-color:rgba(178, 78, 69, 0.04)\">
\t\t\t\t\t\t<div class=\"row text-center d-flex justify-content-center\">
\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t ";
// line 1300
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1300, $this->source); })()), "textCard1", [], "any", false, false, false, 1300), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1307
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1307, $this->source); })()), "textFlipCard1", [], "any", false, false, false, 1307);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t ";
// line 1319
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1319, $this->source); })()), "textCard2", [], "any", false, false, false, 1319), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t
";
// line 1329
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1329, $this->source); })()), "textFlipCard2", [], "any", false, false, false, 1329);
echo "
\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t
";
// line 1342
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1342, $this->source); })()), "textCard3", [], "any", false, false, false, 1342), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1351
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1351, $this->source); })()), "textFlipCard3", [], "any", false, false, false, 1351);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t\t </div>
\t\t\t\t\t\t\t\t \t<div class=\"col-6\">
\t\t\t\t\t\t\t\t \t <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);\">
\t\t\t\t\t ";
// line 1363
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1363, $this->source); })()), "textCard4", [], "any", false, false, false, 1363), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1370
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1370, $this->source); })()), "textFlipCard4", [], "any", false, false, false, 1370);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t\t </div>\t
\t\t\t\t\t\t
\t\t\t\t\t\t
\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t<div class=\"col-sm-12 text-center mt-2 cardsMobile\">
\t\t\t\t\t
\t\t\t\t\t<span class=\"divider-text mb-5\"></span>
\t\t\t\t\t<div class=\"\" style=\"background-color:rgba(178, 78, 69, 0.04)\">
\t\t\t\t\t\t<div class=\"row text-center d-flex justify-content-center\">
\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t ";
// line 1393
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1393, $this->source); })()), "textCard5", [], "any", false, false, false, 1393), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1400
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1400, $this->source); })()), "textFlipCard5", [], "any", false, false, false, 1400);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t ";
// line 1413
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1413, $this->source); })()), "textCard6", [], "any", false, false, false, 1413), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1420
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1420, $this->source); })()), "textFlipCard6", [], "any", false, false, false, 1420);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t";
// line 1433
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1433, $this->source); })()), "textCard7", [], "any", false, false, false, 1433), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1440
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1440, $this->source); })()), "textFlipCard7", [], "any", false, false, false, 1440);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t </div>
\t\t\t\t\t \t<div class=\"col-6\">
\t\t\t\t\t \t <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);\">
\t\t\t\t\t ";
// line 1454
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1454, $this->source); })()), "textCard8", [], "any", false, false, false, 1454), "html", null, true);
echo "
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t ";
// line 1461
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1461, $this->source); })()), "textFlipCard8", [], "any", false, false, false, 1461);
echo "
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t </div>\t
\t\t\t\t\t\t
\t\t\t\t\t\t
\t\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t</div>
</div>
\t
\t \t<div class=\"text-center\" style=\"padding-top: 20px;\">
\t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\"><a href=\"";
// line 1480
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("news");
echo "\" >Nos actualités</a></h1>
\t\t\t\t</div>
\t
\t <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\">
";
// line 1491
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["newsAnnonce"]) || array_key_exists("newsAnnonce", $context) ? $context["newsAnnonce"] : (function () { throw new RuntimeError('Variable "newsAnnonce" does not exist.', 1491, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["news"]) {
echo "
<article class=\"cCarousel-item\">
<img loading=\"lazy\" src=\"/uploads/coworking/";
// line 1493
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["news"], "image", [], "any", false, false, false, 1493), "html", null, true);
echo "\" alt=\"Moon\">
<div class=\"infos\">
<h3 style=\"font-size:22px;line-height: 40px;\" class=\"title-article\">";
// line 1495
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["news"], "title", [], "any", false, false, false, 1495), "html", null, true);
echo " </h3>
<hr class=\"custom-hr\">
<p>";
// line 1497
echo twig_escape_filter($this->env, (twig_slice($this->env, twig_get_attribute($this->env, $this->source, $context["news"], "description", [], "any", false, false, false, 1497), 0, 100) . "..."), "html", null, true);
echo "</p>
<a href=\"";
// line 1498
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actualite", ["id" => twig_get_attribute($this->env, $this->source, $context["news"], "id", [], "any", false, false, false, 1498)]), "html", null, true);
echo "\" class=\"lire-suite\">Lire la suite</a>
</div>
</article>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['news'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1502
echo "
</div>
</div>
</div>
</section>
\t<div class=\"container-fluid p-5\" style=\"margin-top:0px; background-color:rgba(249, 249, 249, 1);\">
\t\t \t<div class=\"row align-items-center g-0 gap-3\">
\t\t\t<div class=\"container-fluid\" style=\"margin-top:93px; background-color: rgba(249, 249, 249, 1); \">
\t\t\t
\t\t\t\t<div class=\"text-center\" style=\"padding-top: 40px;\">
\t\t\t\t \t<h1 style=\" color: black; margin-bottom:22px;\">Découvrez notre univers</h1>
\t\t\t\t\t";
// line 1525
echo "\t\t\t\t\t<div class=\"m-auto w-50\">
\t\t\t \t";
// line 1527
echo "\t\t\t\t\t\t
\t\t\t\t\t\t\t
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"mt-5 w-100\">
\t\t\t\t\t ";
// line 1532
echo "\t\t\t\t \t<iframe width=\"560\" height=\"315\" src=\" ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1532, $this->source); })()), "linkYoutube", [], "any", false, false, false, 1532), "html", null, true);
echo "\" style=\"width:80%; height:400px;\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
\t\t\t\t
\t\t\t\t
\t\t\t\t\t\t \t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</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;\">
\t <div class=\"col-lg-12 \" style=\"display: flex;\">
\t \t
\t \t\t
\t \t\t
\t \t\t <div class=\"col-lg-7 col-sm-12\">
\t \t\t <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\"> ";
// line 1552
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1552, $this->source); })()), "thirdTitleSection", [], "any", false, false, false, 1552), "html", null, true);
echo " </h1>
\t \t\t \t<p class=\"mt-3\" style=\"text-align: justify;\">
\t\t\t\t\t";
// line 1554
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1554, $this->source); })()), "thirdTextSection", [], "any", false, false, false, 1554);
echo "
\t</p>
\t \t\t </div>
\t \t\t <div class=\"col-lg-5 col-sm-12\">
\t \t\t
\t \t\t <img loading=\"lazy\" src=\"/themes/coworking/front/images/picture_Meliber.png\" style=\"width: 100%;\">
\t \t\t </div>
</div>
</a>
\t\t\t </div>
\t\t </div>
\t\t
\t\t
\t\t <div class=\"container mobile-version\" style=\"margin-top:93px;\" id=\"melliber\" >
<div class=\"row\">
\t <a href=\"https://www.melliber-apparthotel.com\" id=\"HotelAppart\" target=\"_blank\" style=\"color: #a5a5a5;\">
\t <div class=\"col-lg-12 \">
\t \t
\t \t\t
\t \t\t<div class=\"col-lg-5 col-sm-12\">
\t \t\t <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\"> ";
// line 1574
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1574, $this->source); })()), "thirdTitleSection", [], "any", false, false, false, 1574), "html", null, true);
echo " </h1>
\t \t\t <img loading=\"lazy\" src=\"/themes/coworking/front/images/picture_Meliber.png\" style=\"width: 100%;\">
\t \t\t </div>
\t \t\t <div class=\"col-lg-7 col-sm-12\">
\t \t\t \t<p class=\"mt-3\" style=\"\">
\t\t\t\t\t";
// line 1580
echo twig_get_attribute($this->env, $this->source, (isset($context["contentPageHome"]) || array_key_exists("contentPageHome", $context) ? $context["contentPageHome"] : (function () { throw new RuntimeError('Variable "contentPageHome" does not exist.', 1580, $this->source); })()), "thirdTextSection", [], "any", false, false, false, 1580);
echo "
\t</p>
\t \t\t </div>
\t \t\t
</div>
</a>
\t\t\t </div>
\t\t </div>
\t\t
\t\t
\t\t
<div class=\"text-center\" style=\"padding-top: 4%;\">
\t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\">Nos Réferences</h1>
\t\t\t\t</div>
\t
\t <section>
<div class=\"slider\">
\t<div class=\"slide-track\">
\t ";
// line 1600
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["reference"]) || array_key_exists("reference", $context) ? $context["reference"] : (function () { throw new RuntimeError('Variable "reference" does not exist.', 1600, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["ref"]) {
echo "
\t\t<div class=\"slide\">
\t\t\t<img loading=\"lazy\" src=\"/uploads/coworking/";
// line 1602
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["ref"], "image", [], "any", false, false, false, 1602), "html", null, true);
echo "\" height=\"100\" width=\"250\" alt=\"\" />
\t\t</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ref'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1605
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["reference"]) || array_key_exists("reference", $context) ? $context["reference"] : (function () { throw new RuntimeError('Variable "reference" does not exist.', 1605, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["ref"]) {
echo "
\t\t<div class=\"slide\">
\t\t\t<img loading=\"lazy\" src=\"/uploads/coworking/";
// line 1607
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["ref"], "image", [], "any", false, false, false, 1607), "html", null, true);
echo "\" height=\"100\" width=\"250\" alt=\"\" />
\t\t</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ref'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1609
echo "
\t\t
\t\t
\t</div>
\t</div>
</section>
\t\t<div class=\"container-fluid\" style=\"margin-top:93px;\" id=\"contactezNous\">
\t\t\t<div class=\"col-md-12\" style=\" background-color: rgba(240, 240, 240, 1);\">
\t\t\t\t<div class=\"text-center\" style=\"padding-top:70px;\">
\t\t\t\t\t<h1 class=\"h2\" style=\" color: black;margin-bottom:22px;\">Contactez-nous</h1>
\t\t\t\t\t";
// line 1621
echo "\t\t\t\t\t<div class=\"m-auto w-50\">
\t\t\t\t\t
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-sm-6\">
\t\t\t\t<form id=\"formForMobile\" class=\"m-auto mt-4 p-3\" style=\"width:64%;\" action=\"";
// line 1627
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sendEmailFromPageContact");
echo "\" method=\"POST\">
\t\t\t\t\t\t\t<div class=\"row gy-3 gx-5\">
\t\t\t\t\t\t\t <div class=\"col-md-12\">
\t\t\t\t\t\t\t ";
// line 1630
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 1630, $this->source); })()), "flashes", [], "any", false, false, false, 1630));
foreach ($context['_seq'] as $context["label"] => $context["messages"]) {
// line 1631
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["messages"]);
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 1632
echo " <div class=\"alert alert-";
echo twig_escape_filter($this->env, $context["label"], "html", null, true);
echo " alert-dismissible fade show text-center\" role=\"alert\" style=\"font-size: 13px;\">
";
// line 1633
echo twig_escape_filter($this->env, $context["message"], "html", null, true);
echo "
<button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1639
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['label'], $context['messages'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1640
echo " </div>
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"text\" name=\"fullName\" ";
// line 1642
$context["searchString"] = "/en";
echo " ";
if (twig_in_filter((isset($context["searchString"]) || array_key_exists("searchString", $context) ? $context["searchString"] : (function () { throw new RuntimeError('Variable "searchString" does not exist.', 1642, $this->source); })()), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 1642, $this->source); })()), "request", [], "any", false, false, false, 1642), "uri", [], "any", false, false, false, 1642))) {
echo " placeholder=\"Full name\" ";
} else {
echo " placeholder=\"Nom complet\" ";
}
echo " style=\"height:42px; border: none; outline: none; padding-inline: 9px; background: #ffffff;
border: 2px solid #ffffff !important;\" required>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"text\" name=\"phone\" ";
// line 1646
$context["searchString"] = "/en";
echo " ";
if (twig_in_filter((isset($context["searchString"]) || array_key_exists("searchString", $context) ? $context["searchString"] : (function () { throw new RuntimeError('Variable "searchString" does not exist.', 1646, $this->source); })()), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 1646, $this->source); })()), "request", [], "any", false, false, false, 1646), "uri", [], "any", false, false, false, 1646))) {
echo " placeholder=\"Phone\" ";
} else {
echo " placeholder=\"Téléphone\" ";
}
echo " style=\"height:42px; border: none; outline: none; padding-inline: 9px; background: #ffffff;
border: 2px solid #ffffff !important;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"email\" name=\"email\" placeholder=\"email@example.com\" style=\"height:42px; border: none; outline: none; padding-inline: 9px; background: #ffffff;
border: 2px solid #ffffff !important;\" required>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"mt-4\">
\t\t\t\t\t\t\t\t<textarea name=\"message\" class=\"form-control w-100 border-0 rounded-0\" id=\"textAreaExample\" rows=\"6\" required></textarea>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"row py-3\">
\t\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t\t<input class=\"float-end\" type=\"submit\" ";
// line 1659
$context["searchString"] = "/en";
echo " ";
if (twig_in_filter((isset($context["searchString"]) || array_key_exists("searchString", $context) ? $context["searchString"] : (function () { throw new RuntimeError('Variable "searchString" does not exist.', 1659, $this->source); })()), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 1659, $this->source); })()), "request", [], "any", false, false, false, 1659), "uri", [], "any", false, false, false, 1659))) {
echo " value=\"Send\" ";
} else {
echo " value=\"envoyer\" ";
}
echo "style=\"border: none; background-color: rgba(0, 0, 0, 1); color: rgba(255, 255, 255, 1); text-transform:uppercase; letter-spacing:3px; font-size:12px; font-family:'PT Sans', sans-serif; height: 45px; width: 180px;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t
\t\t\t\t\t\t</form>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-sm-6\">
\t\t\t\t\t\t<div class=\"mapouter\"><div class=\"gmap_canvas\"><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13292.106768506852!2d-7.633346!3d33.6046119!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xda7d30e93c2d56f%3A0xcc3100e8f00d75d2!2sCOWORK%26LIVE!5e0!3m2!1sen!2sma!4v1698228599408!5m2!1sen!2sma\" frameborder=\"0\" scrolling=\"no\" style=\"width: 430px; height: 400px;\"></iframe><style>.mapouter{position:relative;height:400px;width:430px}.gmap_canvas{overflow:hidden;height:400px;width:430px}.gmap_canvas iframe{position:relative;z-index:2}.gmap_canvas a{top:0;z-index:0}</style><a href=\"https://www.eireportingonline.com\">ei reporting</a></div></div>
\t\t\t\t\t
\t\t\t\t\t";
// line 1669
echo "\t\t\t\t\t
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t
\t\t\t</div>
\t\t\t
\t\t\t
\t\t</div>
\t\t
\t
\t\t
\t\t
\t\t";
// line 1684
echo " ";
// line 1685
echo " ";
// line 1686
echo "
";
// line 1690
echo " ";
// line 1691
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 1694
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 1695
echo " <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({
\t\tstrings: [\"Emplacement à 2 pas de la mosquée Hassan 2 ,\", \"en face de la foire d’exposition de Casablanca\", \"proche du centre ville et du centre d’affaire Marina.\"],
\t\ttypeSpeed: 100,
\t\tstartDelay: 0,
\t\tbackSpeed: 60,
\t\tbackDelay: 2000,
\t\tloop: true,
\t\tcursorChar: \"|\",
\t\tcontentType: 'html'
\t});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 2232 => 1695, 2222 => 1694, 2212 => 1691, 2210 => 1690, 2205 => 1686, 2203 => 1685, 2201 => 1684, 2185 => 1669, 2167 => 1659, 2145 => 1646, 2132 => 1642, 2128 => 1640, 2122 => 1639, 2110 => 1633, 2105 => 1632, 2100 => 1631, 2096 => 1630, 2090 => 1627, 2082 => 1621, 2069 => 1609, 2060 => 1607, 2052 => 1605, 2043 => 1602, 2036 => 1600, 2013 => 1580, 2004 => 1574, 1981 => 1554, 1976 => 1552, 1952 => 1532, 1946 => 1527, 1943 => 1525, 1919 => 1502, 1909 => 1498, 1905 => 1497, 1900 => 1495, 1895 => 1493, 1888 => 1491, 1874 => 1480, 1852 => 1461, 1842 => 1454, 1825 => 1440, 1815 => 1433, 1799 => 1420, 1789 => 1413, 1773 => 1400, 1763 => 1393, 1737 => 1370, 1727 => 1363, 1712 => 1351, 1700 => 1342, 1684 => 1329, 1671 => 1319, 1656 => 1307, 1646 => 1300, 1629 => 1285, 1626 => 1283, 1623 => 1281, 1621 => 1280, 1619 => 1279, 1617 => 1278, 1615 => 1277, 1613 => 1276, 1611 => 1275, 1609 => 1274, 1607 => 1273, 1605 => 1272, 1602 => 1270, 1600 => 1269, 1598 => 1268, 1596 => 1267, 1594 => 1266, 1592 => 1265, 1589 => 1263, 1587 => 1262, 1585 => 1261, 1583 => 1260, 1581 => 1259, 1579 => 1258, 1577 => 1257, 1575 => 1256, 1573 => 1255, 1571 => 1254, 1569 => 1253, 1567 => 1252, 1564 => 1250, 1562 => 1249, 1560 => 1248, 1558 => 1247, 1556 => 1246, 1554 => 1245, 1551 => 1243, 1549 => 1242, 1547 => 1241, 1545 => 1240, 1543 => 1239, 1541 => 1238, 1539 => 1237, 1537 => 1236, 1535 => 1235, 1533 => 1234, 1531 => 1233, 1529 => 1232, 1526 => 1230, 1524 => 1229, 1522 => 1228, 1520 => 1227, 1518 => 1226, 1516 => 1225, 1514 => 1224, 1512 => 1223, 1510 => 1222, 1508 => 1221, 1506 => 1220, 1504 => 1219, 1502 => 1218, 1500 => 1217, 1498 => 1216, 1496 => 1215, 1494 => 1214, 1492 => 1213, 1489 => 1211, 1487 => 1210, 1485 => 1209, 1483 => 1208, 1481 => 1207, 1479 => 1206, 1476 => 1204, 1474 => 1203, 1472 => 1202, 1470 => 1201, 1468 => 1200, 1466 => 1199, 1463 => 1197, 1461 => 1196, 1459 => 1195, 1457 => 1194, 1455 => 1193, 1453 => 1192, 1451 => 1191, 1449 => 1190, 1447 => 1189, 1445 => 1188, 1442 => 1186, 1440 => 1185, 1438 => 1184, 1436 => 1183, 1434 => 1182, 1432 => 1181, 1430 => 1180, 1428 => 1179, 1426 => 1178, 1424 => 1177, 1422 => 1176, 1420 => 1175, 1418 => 1174, 1416 => 1173, 1412 => 1170, 1410 => 1169, 1407 => 1167, 1405 => 1166, 1402 => 1164, 1400 => 1163, 1397 => 1161, 1394 => 1159, 1392 => 1158, 1390 => 1157, 1388 => 1156, 1386 => 1155, 1384 => 1154, 1382 => 1153, 1380 => 1152, 1378 => 1151, 1376 => 1150, 1374 => 1149, 1372 => 1148, 1369 => 1146, 1367 => 1145, 1365 => 1144, 1362 => 1142, 1360 => 1141, 1356 => 1138, 1354 => 1137, 1352 => 1136, 1350 => 1135, 1348 => 1134, 1346 => 1133, 1344 => 1132, 1341 => 1130, 1339 => 1129, 1337 => 1128, 1335 => 1127, 1333 => 1126, 1331 => 1125, 1329 => 1124, 1327 => 1123, 1325 => 1122, 1322 => 1120, 1320 => 1119, 1318 => 1118, 1316 => 1117, 1314 => 1116, 1312 => 1115, 1310 => 1114, 1308 => 1113, 1306 => 1112, 1304 => 1111, 1302 => 1110, 1287 => 1097, 1277 => 1090, 1261 => 1077, 1251 => 1070, 1235 => 1057, 1225 => 1050, 1210 => 1038, 1200 => 1031, 1179 => 1013, 1169 => 1006, 1154 => 994, 1142 => 985, 1126 => 972, 1113 => 962, 1097 => 949, 1087 => 942, 1062 => 920, 1059 => 919, 1052 => 913, 1043 => 910, 1040 => 909, 1036 => 908, 1019 => 894, 1011 => 889, 979 => 860, 974 => 858, 956 => 843, 952 => 841, 950 => 840, 946 => 838, 924 => 819, 916 => 814, 898 => 799, 893 => 797, 887 => 795, 884 => 793, 882 => 792, 880 => 791, 878 => 790, 876 => 789, 873 => 787, 865 => 781, 860 => 779, 850 => 772, 845 => 770, 840 => 768, 829 => 760, 69 => 4, 59 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% 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;
}
\t .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 {
\t 0% {
\t\t transform: translateX(0);
\t}
\t 100% {
\t\t transform: translateX(calc(-250px * 7));
\t}
}
.slider {
\t background: white;
\t box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
\t height: 100px;
\t margin: auto;
\t overflow: hidden;
\t position: relative;
width: 100%;
}
.slider::before, .slider::after {
\t background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
\t content: \"\";
\t height: 100px;
\t position: absolute;
\t width: 200px;
\t z-index: 2;
}
.slider::after {
\t right: 0;
\t top: 0;
\t transform: rotateZ(180deg);
}
.slider::before {
\t left: 0;
\t top: 0;
}
.slider .slide-track {
\t animation: scroll 25s linear infinite;
\t display: flex;
\t width: calc(250px * 14);
}
.slider .slide {
\t height: 100px;
\t 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>
\t <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;\">
\t\t\t\t\t \t<a href=\"{{path('reservationbureaux')}}\" style=\"position: absolute;bottom: 20px;left: 40%;\">
\t\t\t\t\t\t<button class=\"btn btn-formulaire\">
\t\t\t\t\t\t{{\"RÉSERVER\"|trans({},\"front\")}}\t
\t\t\t\t\t\t</button>
\t\t\t\t\t\t</a>
\t\t\t\t
</div>
<div class=\"col-sm-4 divReuninonWeb\" >
\t
\t\t\t\t\t \t<a href=\"{{path('reservationsallereuninon')}}\" style=\"position: absolute;bottom: 20px;left: 40%;\">
\t\t\t\t\t\t<button class=\"btn btn-formulaire\" >
\t\t\t\t\t\t{{\"RÉSERVER\"|trans({},\"front\")}}
\t\t\t\t\t\t</button>
\t\t\t\t\t\t</a>
\t\t\t\t
</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;\">#}
\t\t{#\t\t\t \t<a href=\"{{path('reservationfreework')}}\" style=\"position: absolute;bottom: 20px;left: 40%;\">#}
{# \t\t\t\t\t\t<button class=\"btn btn-formulaire\">#}
{# \t\t\t\t\t\t{{\"RÉSERVER\"|trans({},\"front\")}}#}
{# \t\t\t\t\t\t</button>#}
\t\t{#\t\t\t\t</a>#}
\t\t\t\t
{#</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;\">
\t\t\t\t\t \t<a href=\"{{path('reservationfreework')}}\" style=\"position: absolute;bottom: 20px;left: 40%;\">
\t\t\t\t\t\t<button class=\"btn btn-formulaire\">
\t\t\t\t\t\t{{\"RÉSERVER\"|trans({},\"front\")}}
\t\t\t\t\t\t</button>
\t\t\t\t\t\t</a>
\t\t\t\t
</div>
</div>
\t<div class=\"divMobile\">
\t <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\">
\t <div class=\"col-lg-12\" style=\"display: flex;background: #fbf9ed;padding: 30px;\">
\t\t\t
\t\t\t\t<div class=\"col-lg-12\">
\t\t\t\t\t<div>
\t\t\t\t\t <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\"> {{contentPageHome.firstTitleSection}} </h1>
\t\t\t\t\t
\t\t\t\t\t\t<div>
\t\t\t\t\t\t\t<i>
\t\t\t\t\t\t\t\t<p class=\"font-italic p-3\" style=\"font-size:13px;\">
\t\t\t\t\t\t\t {{contentPageHome.firstTextSection|raw()}}
\t</i>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
</div>
\t\t
\t \t\t
</div>
\t\t\t </div>
\t\t </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\">
\t<img loading=\"lazy\" src=\"uploads/coworking/{{gallery.path}}\" width=\"100%\" alt=\"\" />
</div>
\t{% endfor %}
</div>
\t\t<div class=\"container-fluid\" style=\"margin-top:93px;\" id=\"nos-atouts\">
\t \t{#<div style=\"height:2px; width:30px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;\"></div>#}
\t \t<div class=\"text-center\" style=\"padding-top: 20px;\">
\t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\">{{contentPageHome.secondTitleSection|raw()}} </h1>
\t\t\t\t</div>
\t
\t\t\t
\t\t\t</div>
\t
<div class=\"container-fluid pb-3 cardsDesktop\">
\t\t<div class=\"row gy-3 gx-0 m-auto\">
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t
\t\t\t
\t\t\t
\t\t\t
\t\t\t
\t\t\t <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);\">
\t\t\t\t\t {{contentPageHome.textCard1}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard1|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t {{contentPageHome.textCard2}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t
{{contentPageHome.textFlipCard2|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t
{{contentPageHome.textCard3}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard3|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t {{contentPageHome.textCard4}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard4|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t</div>
\t</div>
\t<div class=\"container-fluid pb-3 cardsDesktop\">
\t\t<div class=\"row gy-3 gx-0 m-auto\">
\t\t <div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t {{contentPageHome.textCard5}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard5|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t {{contentPageHome.textCard6}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard6|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t {{contentPageHome.textCard7}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard7|raw()}}
\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">
\t\t\t <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);\">
\t\t\t\t\t {{contentPageHome.textCard8}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard8|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t</div>
\t\t\t<!--<div class=\"w-100 d-none d-block \"></div>-->
\t\t\t
\t\t</div>
\t</div>
{# <div class=\"container-fluid pb-3 cardsMobile\">#}
\t{#\t<div class=\"row gy-3 gx-0 m-auto\">#}
\t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
\t{#\t\t <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);\">#}
{# \t\t\t\t\t Espace de travail accessible 24h/24 7j/7#}
{# \t\t\t\t\t</p>#}
{# </div>#}
{# <div class=\"flip-card-back\">#}
{# <img loading=\"lazy\" class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/247.jpg\">#}
{# \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
\t{#\t\t\t\t Espace de travail accessible 24h/24 7j/7#}
\t{#\t\t\t\t</p>#}
{# </div>#}
{# </div>#}
{# </div>#}
\t{#\t\t</div>#}
\t\t\t
\t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
\t{#\t\t <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);\">#}
{# \t\t\t\t\t Emplacement unique à Casablanca #}
{# \t\t\t\t\t</p>#}
{# </div>#}
{# <div class=\"flip-card-back\">#}
{# <img loading=\"lazy\" class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/LOCALISATION.jpg\">#}
{# \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
\t\t\t\t\t
{# 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.#}
\t{#\t\t\t\t</p>#}
{# </div>#}
{# </div>#}
{# </div>#}
\t{#\t\t</div>#}
\t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
\t{#\t\t <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);\">#}
\t\t\t\t\t
{# Nap room#}
{# \t\t\t\t\t</p>#}
{# </div>#}
{# <div class=\"flip-card-back\">#}
{# <img loading=\"lazy\" class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/NAPROOM.jpg\">#}
{# \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
\t{#\t\t\t\t Nap room#}
\t{#\t\t\t\t</p>#}
{# </div>#}
{# </div>#}
{# </div>#}
\t{#\t\t</div>#}
\t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
\t{#\t\t <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);\">#}
{# \t\t\t\t\t L’accès au parking privé.#}
{# \t\t\t\t\t</p>#}
{# </div>#}
{# <div class=\"flip-card-back\">#}
{# <img loading=\"lazy\" class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/PARKING.jpg\">#}
{# \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
\t{#\t\t\t\t L’accès au parking privé.#}
\t{#\t\t\t\t</p>#}
{# </div>#}
{# </div>#}
{# </div>#}
\t{#\t\t</div>#}
\t{#\t</div>#}
\t{#</div>#}
\t{#<div class=\"container-fluid pb-3 cardsMobile\">#}
\t{#\t<div class=\"row gy-3 gx-0 m-auto\">#}
\t{#\t <div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
\t{#\t\t <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);\">#}
{# \t\t\t\t\t Gaming & Fitness#}
{# \t\t\t\t\t</p>#}
{# </div>#}
{# <div class=\"flip-card-back\">#}
{# <img loading=\"lazy\" class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/FITNESS.jpg\">#}
{# \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
\t{#\t\t\t\t Gaming & Fitness#}
\t{#\t\t\t\t</p>#}
{# </div>#}
{# </div>#}
{# </div>#}
\t{#\t\t</div>#}
\t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
\t{#\t\t <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);\">#}
{# \t\t\t\t\t Restauration#}
{# \t\t\t\t\t</p>#}
{# </div>#}
{# <div class=\"flip-card-back\">#}
{# <img loading=\"lazy\" class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/RESTAURATION.jpg\">#}
{# \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
{# \t\t\t\t\t Restauration#}
{# \t\t\t\t\t</p>#}
{# </div>#}
{# </div>#}
{# </div>#}
\t{#\t\t</div>#}
\t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
\t{#\t\t <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);\">#}
{# \t\t\t\t\t Stands & pop up stores#}
{# \t\t\t\t\t</p>#}
{# </div>#}
{# <div class=\"flip-card-back\">#}
{# <img loading=\"lazy\" class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/STAND.jpg\">#}
{# \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
\t{#\t\t\t\t Stands & pop up stores#}
\t{#\t\t\t\t</p>#}
{# </div>#}
{# </div>#}
{# </div>#}
\t{#\t\t</div>#}
\t{#\t\t<div class=\"col-12 col-sm-6 col-md-3 text-center \">#}
\t{#\t\t <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);\">#}
{# \t\t\t\t\t Centre de beauté et bien être.#}
{# \t\t\t\t\t</p>#}
{# </div>#}
{# <div class=\"flip-card-back\">#}
{# <img loading=\"lazy\" class=\"img-fluid w-25 pt-3\" src=\"themes/coworking/front/images/MASSAGE.jpg\">#}
{# \t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">#}
\t{#\t\t\t\t Centre de beauté et bien être.#}
\t{#\t\t\t\t</p>#}
{# </div>#}
{# </div>#}
{# </div>#}
\t{#\t\t</div>#}
\t{#\t\t<!--<div class=\"w-100 d-none d-block \"></div>-->#}
\t\t\t
\t{#\t</div>#}
\t{#</div>#}
\t
\t
\t
\t
\t<div class=\"col-sm-12 text-center mt-5 cardsMobile\">
\t\t\t\t
\t\t\t\t\t<span class=\"divider-text mb-5\"></span>
\t\t\t\t\t<div class=\"\" style=\"background-color:rgba(178, 78, 69, 0.04)\">
\t\t\t\t\t\t<div class=\"row text-center d-flex justify-content-center\">
\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t {{contentPageHome.textCard1}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard1|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t {{contentPageHome.textCard2}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t
{{contentPageHome.textFlipCard2|raw()}}
\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t
{{contentPageHome.textCard3}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard3|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t\t </div>
\t\t\t\t\t\t\t\t \t<div class=\"col-6\">
\t\t\t\t\t\t\t\t \t <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);\">
\t\t\t\t\t {{contentPageHome.textCard4}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard4|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t\t </div>\t
\t\t\t\t\t\t
\t\t\t\t\t\t
\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t<div class=\"col-sm-12 text-center mt-2 cardsMobile\">
\t\t\t\t\t
\t\t\t\t\t<span class=\"divider-text mb-5\"></span>
\t\t\t\t\t<div class=\"\" style=\"background-color:rgba(178, 78, 69, 0.04)\">
\t\t\t\t\t\t<div class=\"row text-center d-flex justify-content-center\">
\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t {{contentPageHome.textCard5}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard5|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t {{contentPageHome.textCard6}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard6|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-6\">
\t\t\t\t\t\t\t <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);\">
\t\t\t\t\t{{contentPageHome.textCard7}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard7|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t\t\t </div>
\t\t\t\t\t \t<div class=\"col-6\">
\t\t\t\t\t \t <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);\">
\t\t\t\t\t {{contentPageHome.textCard8}}
\t\t\t\t\t</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\">
\t<p class=\"mt-3\" style=\"font-weight:500; font-size:12px; line-height:25px; color:rgba(94, 116, 136, 1);\">
\t\t\t\t\t {{contentPageHome.textFlipCard8|raw()}}
\t\t\t\t\t</p>
</div>
</div>
</div>
\t\t\t\t\t </div>\t
\t\t\t\t\t\t
\t\t\t\t\t\t
\t\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t</div>
</div>
\t
\t \t<div class=\"text-center\" style=\"padding-top: 20px;\">
\t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\"><a href=\"{{ path('news')}}\" >Nos actualités</a></h1>
\t\t\t\t</div>
\t
\t <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>
\t<div class=\"container-fluid p-5\" style=\"margin-top:0px; background-color:rgba(249, 249, 249, 1);\">
\t\t \t<div class=\"row align-items-center g-0 gap-3\">
\t\t\t<div class=\"container-fluid\" style=\"margin-top:93px; background-color: rgba(249, 249, 249, 1); \">
\t\t\t
\t\t\t\t<div class=\"text-center\" style=\"padding-top: 40px;\">
\t\t\t\t \t<h1 style=\" color: black; margin-bottom:22px;\">Découvrez notre univers</h1>
\t\t\t\t\t{#<div style=\"height:3px; width:30px; margin-top:22px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;\"></div>#}
\t\t\t\t\t<div class=\"m-auto w-50\">
\t\t\t \t{#<p style=\"width:80%; margin:auto;padding-bottom:10%;font-family: 'Archivo', sans-serif; line-height:27px; font-weight:400;font-size: 14px; color: rgba(17, 17, 17, 0.8);\"> Découvrez notre espace de co-working en 3D\t</p>#}
\t\t\t\t\t\t
\t\t\t\t\t\t\t
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"mt-5 w-100\">
\t\t\t\t\t {#<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/GeKD5d88QjM?si=Vi9zBFTXmrPXAHzx\" style=\"width:80%; height:350px;\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>#}
\t\t\t\t \t<iframe width=\"560\" height=\"315\" src=\" {{contentPageHome.linkYoutube}}\" style=\"width:80%; height:400px;\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>
\t\t\t\t
\t\t\t\t
\t\t\t\t\t\t \t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</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;\">
\t <div class=\"col-lg-12 \" style=\"display: flex;\">
\t \t
\t \t\t
\t \t\t
\t \t\t <div class=\"col-lg-7 col-sm-12\">
\t \t\t <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\"> {{contentPageHome.thirdTitleSection}} </h1>
\t \t\t \t<p class=\"mt-3\" style=\"text-align: justify;\">
\t\t\t\t\t{{contentPageHome.thirdTextSection|raw()}}
\t</p>
\t \t\t </div>
\t \t\t <div class=\"col-lg-5 col-sm-12\">
\t \t\t
\t \t\t <img loading=\"lazy\" src=\"/themes/coworking/front/images/picture_Meliber.png\" style=\"width: 100%;\">
\t \t\t </div>
</div>
</a>
\t\t\t </div>
\t\t </div>
\t\t
\t\t
\t\t <div class=\"container mobile-version\" style=\"margin-top:93px;\" id=\"melliber\" >
<div class=\"row\">
\t <a href=\"https://www.melliber-apparthotel.com\" id=\"HotelAppart\" target=\"_blank\" style=\"color: #a5a5a5;\">
\t <div class=\"col-lg-12 \">
\t \t
\t \t\t
\t \t\t<div class=\"col-lg-5 col-sm-12\">
\t \t\t <h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\" class=\"titlePourQuoi\"> {{contentPageHome.thirdTitleSection}} </h1>
\t \t\t <img loading=\"lazy\" src=\"/themes/coworking/front/images/picture_Meliber.png\" style=\"width: 100%;\">
\t \t\t </div>
\t \t\t <div class=\"col-lg-7 col-sm-12\">
\t \t\t \t<p class=\"mt-3\" style=\"\">
\t\t\t\t\t{{contentPageHome.thirdTextSection|raw()}}
\t</p>
\t \t\t </div>
\t \t\t
</div>
</a>
\t\t\t </div>
\t\t </div>
\t\t
\t\t
\t\t
<div class=\"text-center\" style=\"padding-top: 4%;\">
\t\t\t\t\t<h1 style=\"font-size: 34px;color: black;margin-bottom:22px;\">Nos Réferences</h1>
\t\t\t\t</div>
\t
\t <section>
<div class=\"slider\">
\t<div class=\"slide-track\">
\t {% for ref in reference %}
\t\t<div class=\"slide\">
\t\t\t<img loading=\"lazy\" src=\"/uploads/coworking/{{ ref.image }}\" height=\"100\" width=\"250\" alt=\"\" />
\t\t</div>
{% endfor %}
{% for ref in reference %}
\t\t<div class=\"slide\">
\t\t\t<img loading=\"lazy\" src=\"/uploads/coworking/{{ ref.image }}\" height=\"100\" width=\"250\" alt=\"\" />
\t\t</div>
{% endfor %}
\t\t
\t\t
\t</div>
\t</div>
</section>
\t\t<div class=\"container-fluid\" style=\"margin-top:93px;\" id=\"contactezNous\">
\t\t\t<div class=\"col-md-12\" style=\" background-color: rgba(240, 240, 240, 1);\">
\t\t\t\t<div class=\"text-center\" style=\"padding-top:70px;\">
\t\t\t\t\t<h1 class=\"h2\" style=\" color: black;margin-bottom:22px;\">Contactez-nous</h1>
\t\t\t\t\t{#<div style=\"height:3px; width:30px; margin-top:22px; background-color: rgba(0, 0, 143, 1); margin-left: auto; margin-right: auto;\"></div>#}
\t\t\t\t\t<div class=\"m-auto w-50\">
\t\t\t\t\t
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-sm-6\">
\t\t\t\t<form id=\"formForMobile\" class=\"m-auto mt-4 p-3\" style=\"width:64%;\" action=\"{{path('sendEmailFromPageContact')}}\" method=\"POST\">
\t\t\t\t\t\t\t<div class=\"row gy-3 gx-5\">
\t\t\t\t\t\t\t <div class=\"col-md-12\">
\t\t\t\t\t\t\t {% 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>
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"text\" name=\"fullName\" {% set searchString = '/en' %} {% if searchString in app.request.uri %} placeholder=\"Full name\" {% else %} placeholder=\"Nom complet\" {% endif %} style=\"height:42px; border: none; outline: none; padding-inline: 9px; background: #ffffff;
border: 2px solid #ffffff !important;\" required>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-md-6\">
\t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"text\" name=\"phone\" {% set searchString = '/en' %} {% if searchString in app.request.uri %} placeholder=\"Phone\" {% else %} placeholder=\"Téléphone\" {% endif %} style=\"height:42px; border: none; outline: none; padding-inline: 9px; background: #ffffff;
border: 2px solid #ffffff !important;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t\t\t\t\t<input class=\"w-100\" type=\"email\" name=\"email\" placeholder=\"email@example.com\" style=\"height:42px; border: none; outline: none; padding-inline: 9px; background: #ffffff;
border: 2px solid #ffffff !important;\" required>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"mt-4\">
\t\t\t\t\t\t\t\t<textarea name=\"message\" class=\"form-control w-100 border-0 rounded-0\" id=\"textAreaExample\" rows=\"6\" required></textarea>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"row py-3\">
\t\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t\t<input class=\"float-end\" type=\"submit\" {% set searchString = '/en' %} {% if searchString in app.request.uri %} value=\"Send\" {% else %} value=\"envoyer\" {% endif %}style=\"border: none; background-color: rgba(0, 0, 0, 1); color: rgba(255, 255, 255, 1); text-transform:uppercase; letter-spacing:3px; font-size:12px; font-family:'PT Sans', sans-serif; height: 45px; width: 180px;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t
\t\t\t\t\t\t</form>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-sm-6\">
\t\t\t\t\t\t<div class=\"mapouter\"><div class=\"gmap_canvas\"><iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13292.106768506852!2d-7.633346!3d33.6046119!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xda7d30e93c2d56f%3A0xcc3100e8f00d75d2!2sCOWORK%26LIVE!5e0!3m2!1sen!2sma!4v1698228599408!5m2!1sen!2sma\" frameborder=\"0\" scrolling=\"no\" style=\"width: 430px; height: 400px;\"></iframe><style>.mapouter{position:relative;height:400px;width:430px}.gmap_canvas{overflow:hidden;height:400px;width:430px}.gmap_canvas iframe{position:relative;z-index:2}.gmap_canvas a{top:0;z-index:0}</style><a href=\"https://www.eireportingonline.com\">ei reporting</a></div></div>
\t\t\t\t\t
\t\t\t\t\t{#<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13292.106768506852!2d-7.633346!3d33.6046119!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xda7d30e93c2d56f%3A0xcc3100e8f00d75d2!2sCOWORK%26LIVE!5e0!3m2!1sen!2sma!4v1698228599408!5m2!1sen!2sma\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>#}
\t\t\t\t\t
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t
\t\t\t</div>
\t\t\t
\t\t\t
\t\t</div>
\t\t
\t
\t\t
\t\t
\t\t{#<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({
\t\tstrings: [\"Emplacement à 2 pas de la mosquée Hassan 2 ,\", \"en face de la foire d’exposition de Casablanca\", \"proche du centre ville et du centre d’affaire Marina.\"],
\t\ttypeSpeed: 100,
\t\tstartDelay: 0,
\t\tbackSpeed: 60,
\t\tbackDelay: 2000,
\t\tloop: true,
\t\tcursorChar: \"|\",
\t\tcontentType: 'html'
\t});
</script>
{% endblock %}
", "@Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig", "/home/gebcloud/public_html/cowork.gebanalysis.cloud/src/Flexy/FrontBundle/Themes/CoWorking/templates/home/index.html.twig");
}
}