var/cache/dev/twig/7d/7d17c9bbb645edd2de928d64b49e7729.php line 50
<?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/pages/meeting-room.html.twig */
class __TwigTemplate_9dc528eaf2d9f39f0e9e246ab7700e79 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'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/pages/meeting-room.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/pages/meeting-room.html.twig"));
$this->parent = $this->loadTemplate("@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig", "@Flexy/FrontBundle/Themes/CoWorking/templates/pages/meeting-room.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 4
public function block_stylesheets($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", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 5
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
<link rel=\"stylesheet\" href=\"";
// line 6
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/css/reservation.css"), "html", null, true);
echo "\" />
";
// line 9
echo "<style>
.fs-5{
font-size: 18px !important;
}
.title {
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size: 12px;
padding-bottom: 0px;
margin-top: 0px;color:black;
}
.modal-backdrop.fade.show {
display: none;
}
i.fa-solid.fa-users {
font-size: 24px;
}
.col-md-12.col-lg-12.col-sm-12.d-flex.justify-content-end.align-items-end.mb-3 {
flex: 0 0 86%;
}
i.fa.fa-users {
font-size: 22px;
}
@media only screen and (max-width: 600px) {
html, body {
overflow-x: hidden !important;
}
body {
position: relative !important;
}
.multistep-container .active-button li {
display: inline-block;
width: 89px;
}
.multistep-container .mutistep-form-area .form-box {
position: relative;
top: 35px;
}
.col-sm-8.reservation-steeps {
padding:0px;
}
.multistep-container .active-button li:not(:first-child) .round-btn:before {
left: -114px;
}
.smlstyl{
margin-right:2%;
}
.col-sm-6 a{
margin-right:2%;
}
.panel-sticky {
padding:2px;
}
a#seeDetails {
margin-bottom: -11%;
}
a#seePrice {
float: right;
margin-right: 22%;
}
.col-md-4.float-right{
margin-right: 25% !important;
}
}
#seePrice {
font-weight: 400 !important;
width: 170px !important;
}
.titre-page{
margin-top:10px;
font-size: 20px;
line-height:45.29px;
color: #000000;
}
.imageForMobile{
display:none;
}
.imageForDesktop{
display:block;
}
@media (max-width:767px) {
.imageForDesktop{
display:none;
}
.imageForMobile{
display:block;
}
.col-sm-8.reservation-steeps{
top: 0px
}
.divCardsForMobile{
top: 0px !important;
}
.multistep-container .mutistep-form-area{
margin-top: 25px !important;
}
.titre-page{
padding-left: 10px;
font-size: 15px !important;
line-height: 23.29px !important;
margin-top: 0px !important;
}
.forMobile{
margin-top: 5% !important;
}
#btnTarifs{
padding: 5px !important;
font-size: 12px !important;
}
#btnInformation{
width: 170px !important;
font-size: 10px !important;
}
#btnReservation{
font-size: 10px !important;
width: 100px!important;
}
.bureaux-desc{
padding: 15px!important;
}
.close{
width:25px !important;
}
}
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 164
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 165
echo "
<img loading=\"lazy\" src=\"";
// line 171
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/front/images/background_SALLEDEREU.png"), "html", null, true);
echo "\" style=\"width: 100%;height: 520px;\" class=\"img-fluid imageForDesktop\" />
<img loading=\"lazy\" src=\"";
// line 172
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uploads/front-images/bgSalle-reunionMobile.png"), "html", null, true);
echo "\" style=\"width: 100%;\" class=\"img-fluid imageForMobile\" />
<div class=\"container\">
<div class=\"row\">
<div class=\"col-sm-8 reservation-steeps\" style=\"overflow: hidden;\">
<div class=\"row\">
<div class=\"forMobile\" style=\"display: inline-flex;\">
<div class=\"col-sm-6\">
<h6 class=\"titre-page\">";
// line 185
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Réservation Salles de réunion", [], "front"), "html", null, true);
echo "</h6>
</div>
<div class=\"col-sm-6\" >
";
// line 189
echo "
<a href=\"/themes/coworking/front/images/GRILLEUPDATEDSITEMeetingRooms.pdf\" class=\"btn-res text-center text-light text-uppercase bg-dark\" id=\"btnTarifs\" style=\"float: right;padding: 8px;border-radius: 6px;font-size:13px;\" target=\"_blank\" > Afficher nos tarifs</a>
</div>
</div>
</div>
";
// line 200
echo " <div class=\"container\">
<div class=\"row\">
<div class=\"container d-flex justify-content-center align-items-center\">
";
// line 207
echo "\t\t\t\t";
// line 208
echo " ";
// line 209
echo " ";
// line 210
echo "\t\t\t\t";
// line 211
echo "\t\t\t\t";
// line 212
echo "\t\t\t\t";
// line 213
echo "
\t\t\t\t";
// line 216
echo " </div>
<div class=\"col-xl-12 divCardsForMobile\" style=\"top: 60px;\" >
<div class=\"multistep-container\">
<div class=\"mutistep-form-area\">
<!-- -->
<!-- <div class=\"form-box\">
<ul class=\"active-button\">
<li class=\"active\">
<span class=\"round-btn\">1</span>
</li>
<li>
<span class=\"round-btn\">2</span>
</li>
<li>
<span class=\"round-btn\">3</span>
</li>
</ul>
<!-- -->
<div class=\"container\" style=\"margin-top:40px;\">
<div class=\"panel\">
";
// line 248
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["products"]) || array_key_exists("products", $context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.', 248, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["salle"]) {
// line 249
echo " <div class=\"card-brx row mt-3 panel\" style=\"width:auto; border: none; border-radius:17px; box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);\">
<div class=\"col-md-6 col-lg-6 col-sm-12\">
<img loading=\"lazy\" class=\"img-fluid\" src=\"";
// line 251
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/coworking/shop/products/" . twig_get_attribute($this->env, $this->source, $context["salle"], "image", [], "any", false, false, false, 251))), "html", null, true);
echo "\" style=\"width:100%; border-radius:6px;margin-top: 10px;\" />
</div>
<div class=\"bureaux-desc col-md-6 col-lg-6 col-sm-12 mt-3\" style=\"font-family:'Roboto',sans-serif; line-height:24px;\">
<div>
<div style=\"float: right;\">
";
// line 258
echo " ";
// line 259
echo " ";
// line 260
echo " <i class=\"fa fa-users\" style=\"color:black;font-size: 15px;color: black;\"></i>
</div>
<p class=\"fs-5 title\" >";
// line 264
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["salle"], "name", [], "any", false, false, false, 264), "html", null, true);
echo "</p>
<small style=\" font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 12px;
padding-bottom: 0px;
margin-top: 0px;
color: black;\">Capacité maximum ";
// line 270
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["salle"], "valueReduction", [], "any", false, false, false, 270), "html", null, true);
echo "</small>
<a class=\"float-left\" href=\"#\" id=\"seePrice\" style=\"white-space:nowrap;padding-top: 10px;padding-right: 10px;text-decoration:none;font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;color: #020202;font-weight: 800;\">À partir de<br> ";
// line 271
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["salle"], "price", [], "any", false, false, false, 271), "html", null, true);
echo "* MAD TTC /
";
// line 273
if ((twig_get_attribute($this->env, $this->source, $context["salle"], "price", [], "any", false, false, false, 273) < 121)) {
echo " Heure ";
} else {
echo " Demi-journée ";
}
// line 274
echo "
</a>
<br><br><br><br>
<a href=\"#\" data-toggle=\"modal\" id=\"seeDetails\" data-target=\"#aynModal";
// line 278
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["salle"], "id", [], "any", false, false, false, 278), "html", null, true);
echo "\"style=\"padding: 10px;text-decoration: none;width: 129px;font-size: 13px;font-family: 'PT Sans', sans-serif;letter-spacing: 2px;/* float: right; */color: #020202;text-decoration: underline;margin-right: 10px;margin-right: 10px;font-weight: 800;\"><u>Voir Details</u></a>
<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"";
// line 279
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationMeetingstep1", ["id" => twig_get_attribute($this->env, $this->source, $context["salle"], "id", [], "any", false, false, false, 279)]), "html", null, true);
echo "\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\"> Réserver </a>
<span class=\"title\" style=\"float: right;text-align: center;\" > </span>
<div style=\"color:rgba(107, 111, 123, 1); line-height:20px; font-size:13px; font-weight:400;\">
<!--<p style=\"padding-top: 0px;\">";
// line 284
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["salle"], "description", [], "any", false, false, false, 284), "html", null, true);
echo "</p>-->
</div>
</div>
</div>
<div class=\"col-md-12 col-lg-12 col-sm-12 d-flex justify-content-end align-items-end mb-3\">
<div class=\"row\">
";
// line 294
echo " ";
// line 295
echo " ";
// line 296
echo " ";
// line 297
echo " ";
// line 298
echo " ";
// line 299
echo " ";
// line 300
echo " ";
// line 301
echo " ";
// line 302
echo "
";
// line 304
echo " ";
// line 305
echo " ";
// line 306
echo " </div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['salle'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 311
echo "
</div>
</div>
</form>
</div>
<!-- -->
<!-- -->
</div>
</div>
</div>
</div>
</div>
";
// line 335
echo " ";
// line 336
echo " ";
// line 337
echo " ";
// line 338
echo " ";
// line 339
echo "
";
// line 341
echo " ";
// line 342
echo " ";
// line 343
echo " ";
// line 344
echo " ";
// line 345
echo " ";
// line 346
echo "
";
// line 348
echo " ";
// line 349
echo " ";
// line 350
echo " ";
// line 351
echo " ";
// line 352
echo " ";
// line 353
echo " \t\t\t\t\t\t\t\t\t\t\t";
// line 354
echo " \t\t\t\t\t\t\t\t\t\t\t";
// line 355
echo " \t\t\t\t\t\t\t\t\t\t\t";
// line 356
echo " \t\t\t\t\t\t\t\t\t\t\t";
// line 357
echo " \t\t\t\t\t\t\t\t\t\t\t";
// line 358
echo " ";
// line 359
echo " \t\t\t\t\t\t\t\t\t\t
";
// line 361
echo " \t\t\t\t\t\t\t\t\t
";
// line 363
echo " \t\t\t\t\t\t\t\t\t\t
";
// line 365
echo " ";
// line 366
echo " ";
// line 367
echo " ";
// line 368
echo "
";
// line 370
echo " ";
// line 371
echo " ";
// line 372
echo " \t\t\t\t\t\t\t\t\t\t
";
// line 375
echo " \t\t\t\t\t\t\t\t\t\t\t\t";
// line 376
echo " \t\t\t\t\t\t\t\t\t\t\t\t";
// line 377
echo " \t\t\t\t\t\t\t\t\t\t\t\t";
// line 378
echo " \t\t\t\t\t\t\t\t\t\t\t\t";
// line 379
echo " \t\t\t\t\t\t\t\t\t\t\t\t";
// line 380
echo " \t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 382
echo " \t\t\t\t\t\t\t\t\t\t\t\t";
// line 383
echo " ";
// line 384
echo " ";
// line 385
echo " ";
// line 386
echo " ";
// line 387
echo " ";
// line 388
echo " ";
// line 389
echo " ";
// line 390
echo " ";
// line 391
echo " ";
// line 392
echo " ";
// line 393
echo " ";
// line 394
echo " ";
// line 395
echo " ";
// line 396
echo " ";
// line 397
echo " ";
// line 398
echo " ";
// line 399
echo " ";
// line 400
echo " ";
// line 401
echo " ";
// line 402
echo " ";
// line 403
echo " ";
// line 404
echo " \t\t\t\t\t\t\t\t\t\t\t
";
// line 406
echo " ";
// line 407
echo " \t\t\t\t\t\t\t\t\t\t\t\t\t
";
// line 409
echo " ";
// line 410
echo " ";
// line 411
echo " \t\t\t\t\t\t\t\t\t\t\t\t\t
";
// line 413
echo " ";
// line 414
echo " ";
// line 415
echo " \t\t\t\t\t\t\t\t\t\t\t\t
";
// line 417
echo " ";
// line 418
echo " ";
// line 419
echo "
";
// line 422
echo " ";
// line 423
echo " ";
// line 424
echo " ";
// line 425
echo " ";
// line 426
echo "
";
// line 428
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["products"]) || array_key_exists("products", $context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.', 428, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["salle"]) {
// line 429
echo " <div class=\"modal fade\" id=\"aynModal";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["salle"], "id", [], "any", false, false, false, 429), "html", null, true);
echo "\">
\t\t\t\t\t\t\t<div class=\"modal-dialog modal-lg\">
\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\tclass=\"modal-content\">
\t\t\t\t\t\t\t\t\t<!-- Modal Header -->
\t\t\t\t\t\t\t\t\t<div class=\"modal-header\" style=\"justify-content: end;\">
\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" style=\"background: #ffffff;font-size: 27px;width:30px;border: 1px solid #878787;\">×</button>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"container\">
\t\t\t\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t<h2 style=\"font-size:25px;font-wight:bold;margin-top:5%;\">";
// line 442
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["salle"], "name", [], "any", false, false, false, 442), "html", null, true);
echo "</h2>
\t\t\t\t\t\t\t\t\t\t <p class=\"text-muted mt-3\"><small>";
// line 443
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["salle"], "shortDescription", [], "any", false, false, false, 443), "html", null, true);
echo "</small></p>
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t";
// line 447
echo "\t\t\t\t\t\t\t\t\t\t\t";
// line 448
echo "\t\t\t\t\t\t\t\t\t\t\t";
// line 449
echo "\t\t\t\t\t\t\t\t\t\t\t";
// line 450
echo "\t\t\t\t\t\t\t\t\t\t\t";
// line 451
echo "\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<!-- Modal body -->
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t<div class=\"modal-body\">
\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t <img loading=\"lazy\" src=\"";
// line 457
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/coworking/shop/products/" . twig_get_attribute($this->env, $this->source, $context["salle"], "image", [], "any", false, false, false, 457))), "html", null, true);
echo "\" id=\"main\">
<div id=\"thumbnails\">
";
// line 459
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["salle"], "images", [], "any", false, false, false, 459));
foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
echo "
<img loading=\"lazy\" src=\"/uploads/coworking/detail/";
// line 460
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["image"], "path", [], "any", false, false, false, 460), "html", null, true);
echo "\">
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['image'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 463
echo " <img loading=\"lazy\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/coworking/shop/products/" . twig_get_attribute($this->env, $this->source, $context["salle"], "image", [], "any", false, false, false, 463))), "html", null, true);
echo "\">
</div>
\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"margin-top:5%;\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 469
echo "\t\t\t\t\t\t\t\t\t\t\t\t";
// line 470
echo "\t\t\t\t\t\t\t\t\t\t\t\t";
// line 471
echo "\t\t\t\t\t\t\t\t\t\t\t\t";
// line 472
echo "\t\t\t\t\t\t\t\t\t\t\t\t";
// line 473
echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 475
echo "\t\t\t\t\t\t\t\t\t\t\t\t";
// line 476
echo "\t\t\t\t\t\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">Services</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><b>Restaurant Melliber :</b> Dans une atmosphère conviviale et accueillante, notre restaurant partage gracieusement un bouquet de saveurs, du petit déjeuner au dîner</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Hammam & Spa :</b> Notre spa offre un refuge tranquille avec une variété de soins relaxants. Profitez de massages apaisants, de hammams revigorants et d'autres thérapies régénérantes conçues pour revitaliser votre corps et votre esprit</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Salon de coiffure et de bien-être :</b> Notre salon de beauté et de bien-être propose des services experts de manucure, pédicure et coiffure pour hommes et femmes. C'est l'endroit idéal pour être au meilleur de sa forme.</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Parking :</b> Notre établissement dispose également d'un vaste parking, garantissant un stationnement pratique et sécurisé pour tous nos membres et invités</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Events & Exhibition : </b>Le Cowork&Live by Melliber propose régulièrement des événements variés, allant des concours de cuisine aux séminaires en comptabilité, en passant par des expositions de peinture. Nous créons ainsi un environnement dynamique qui allie travail, apprentissage et culture pour enrichir vos expériences.</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>2 kitchenettes :</b> Nos kitchenettes sont entièrement équipées, y compris des minibars et d'autres commodités, offrant à nos membres tout ce dont ils ont besoin pour une expérience culinaire pratique et agréable</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Salle de Fitness :</b> Notre centre de fitness est équipé d'installations de premier ordre et propose diverses options d'entraînement pour répondre à tous les besoins et préférences.</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Espace gaming :</b> Notre espace de jeux comprend des jeux d'arcade, un baby-foot et une table de billard américain, offrant divertissement et détente à tous nos membres.</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Services suplémetaires :</b> Options additionnelles permettant aux clients de personnaliser leur expérience avec des équipements techniques et des services, pour répondre à des besoins spécifiques lors de la location de salles ou de bureaux</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\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<div class=\"row\">
\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-12\">
\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/themes/coworking/front/images/GRILLEUPDATEDSITEMeetingRooms.pdf\" target=\"_blank\" class=\"\" id=\"btnInformation\" style=\"padding:10px; text-decoration:none; width:200px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:left;margin-top:5%; margin-bottom:5%;font-size: 13px;text-decoration: underline;font-weight: 800;color:black !important;\">
\t\t\t\t\t\t\t\t\t\t\t\t Plus d'information
\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"";
// line 501
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reservationMeetingstep1", ["id" => twig_get_attribute($this->env, $this->source, $context["salle"], "id", [], "any", false, false, false, 501)]), "html", null, true);
echo "\" id=\"btnReservation\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 502
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\t\t\t\t\t\t</a>
\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</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['salle'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 515
echo "
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 528
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 529
echo " <!-- MAIN CONTENT -->
<script src=\"https://code.jquery.com/jquery-3.4.1.min.js\" integrity=\"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=\" crossorigin=\"anonymous\"></script>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
<script type=\"text/javascript\" src=\"chosen/chosen.jquery.min.js\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.jquery.js\"></script>
<script>
\$(document).ready(function () {
\$(\"#seeDetails\").click(function(){
\$(\".panel-sticky\").css('z-index','0');
});
\$(\".close\").click(function(){
\$(\".panel-sticky\").css('z-index','9999999');
});
\$(\"#selectAdon\").chosen();
\$('.multistep-container .form-box .button-row .next').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').next().fadeIn('fast')
})
\$('.multistep-container .form-box .button-row .previous').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').prev().fadeIn('fast')
})
\$('.ReserveNext').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').next().fadeIn('fast')
})
\$('.ReservePrevious').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').prev().fadeIn('fast')
})
/**/
var stickyHeaders = (function() {
var \$window = \$(window),
\$stickies;
var load = function(stickies) {
if (typeof stickies === \"object\" && stickies instanceof jQuery && stickies.length > 0) {
\$stickies = stickies.each(function() {
var \$thisSticky = \$(this).wrap('<div class=\"followWrap\" />');
\$thisSticky
.data('originalPosition', \$thisSticky.offset().top)
.data('originalHeight', \$thisSticky.outerHeight())
.parent()
.height(\$thisSticky.outerHeight()); \t\t\t
});
\$window.off(\"scroll.stickies\").on(\"scroll.stickies\", function() {
\t\t _whenScrolling();\t\t
});
}
};
var _whenScrolling = function() {
\$stickies.each(function(i) {\t\t\t
var \$thisSticky = \$(this),
\$stickyPosition = \$thisSticky.data('originalPosition');
console.log(\$thisSticky.data('num') + ' is at' + \$stickyPosition);
if (\$stickyPosition <= \$window.scrollTop()) {
var \$nextSticky = \$stickies.eq(i + 1),
\$nextStickyPosition = \$nextSticky.data('originalPosition') - \$thisSticky.data('originalHeight');
\$thisSticky.addClass(\"fixed\");
if (\$nextSticky.length > 0 && \$thisSticky.offset().top >= \$nextStickyPosition) {
\$thisSticky.addClass(\"absolute\").css(\"top\", \$nextStickyPosition);
}
} else {
var \$prevSticky = \$stickies.eq(i - 1);
\$thisSticky.removeClass(\"fixed\");
if (\$prevSticky.length > 0 && \$window.scrollTop() <= \$thisSticky.data('originalPosition') - \$thisSticky.data('originalHeight')) {
\$prevSticky.removeClass(\"absolute\").removeAttr(\"style\");
}
}
});
};
return {
load: load
};
})();
\$(function() {
stickyHeaders.load(\$(\".followMeBar\"));
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@Flexy/FrontBundle/Themes/CoWorking/templates/pages/meeting-room.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 833 => 529, 823 => 528, 807 => 515, 788 => 502, 784 => 501, 757 => 476, 755 => 475, 752 => 473, 750 => 472, 748 => 471, 746 => 470, 744 => 469, 735 => 463, 726 => 460, 720 => 459, 715 => 457, 707 => 451, 705 => 450, 703 => 449, 701 => 448, 699 => 447, 693 => 443, 689 => 442, 672 => 429, 668 => 428, 664 => 426, 662 => 425, 660 => 424, 658 => 423, 656 => 422, 652 => 419, 650 => 418, 648 => 417, 645 => 415, 643 => 414, 641 => 413, 638 => 411, 636 => 410, 634 => 409, 631 => 407, 629 => 406, 626 => 404, 624 => 403, 622 => 402, 620 => 401, 618 => 400, 616 => 399, 614 => 398, 612 => 397, 610 => 396, 608 => 395, 606 => 394, 604 => 393, 602 => 392, 600 => 391, 598 => 390, 596 => 389, 594 => 388, 592 => 387, 590 => 386, 588 => 385, 586 => 384, 584 => 383, 582 => 382, 579 => 380, 577 => 379, 575 => 378, 573 => 377, 571 => 376, 569 => 375, 565 => 372, 563 => 371, 561 => 370, 558 => 368, 556 => 367, 554 => 366, 552 => 365, 549 => 363, 546 => 361, 543 => 359, 541 => 358, 539 => 357, 537 => 356, 535 => 355, 533 => 354, 531 => 353, 529 => 352, 527 => 351, 525 => 350, 523 => 349, 521 => 348, 518 => 346, 516 => 345, 514 => 344, 512 => 343, 510 => 342, 508 => 341, 505 => 339, 503 => 338, 501 => 337, 499 => 336, 497 => 335, 472 => 311, 461 => 306, 459 => 305, 457 => 304, 454 => 302, 452 => 301, 450 => 300, 448 => 299, 446 => 298, 444 => 297, 442 => 296, 440 => 295, 438 => 294, 426 => 284, 418 => 279, 414 => 278, 408 => 274, 402 => 273, 397 => 271, 393 => 270, 384 => 264, 378 => 260, 376 => 259, 374 => 258, 365 => 251, 361 => 249, 357 => 248, 323 => 216, 319 => 213, 317 => 212, 315 => 211, 313 => 210, 311 => 209, 309 => 208, 307 => 207, 299 => 200, 287 => 189, 281 => 185, 265 => 172, 261 => 171, 253 => 165, 243 => 164, 79 => 9, 74 => 6, 70 => 5, 60 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends '@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig' %}
{% block stylesheets %}
{{ parent() }}
<link rel=\"stylesheet\" href=\"{{ asset('themes/coworking/css/reservation.css') }}\" />
{#<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.css\" />#}
<style>
.fs-5{
font-size: 18px !important;
}
.title {
font-family: 'Montserrat', sans-serif;
font-weight:bold;
font-size: 12px;
padding-bottom: 0px;
margin-top: 0px;color:black;
}
.modal-backdrop.fade.show {
display: none;
}
i.fa-solid.fa-users {
font-size: 24px;
}
.col-md-12.col-lg-12.col-sm-12.d-flex.justify-content-end.align-items-end.mb-3 {
flex: 0 0 86%;
}
i.fa.fa-users {
font-size: 22px;
}
@media only screen and (max-width: 600px) {
html, body {
overflow-x: hidden !important;
}
body {
position: relative !important;
}
.multistep-container .active-button li {
display: inline-block;
width: 89px;
}
.multistep-container .mutistep-form-area .form-box {
position: relative;
top: 35px;
}
.col-sm-8.reservation-steeps {
padding:0px;
}
.multistep-container .active-button li:not(:first-child) .round-btn:before {
left: -114px;
}
.smlstyl{
margin-right:2%;
}
.col-sm-6 a{
margin-right:2%;
}
.panel-sticky {
padding:2px;
}
a#seeDetails {
margin-bottom: -11%;
}
a#seePrice {
float: right;
margin-right: 22%;
}
.col-md-4.float-right{
margin-right: 25% !important;
}
}
#seePrice {
font-weight: 400 !important;
width: 170px !important;
}
.titre-page{
margin-top:10px;
font-size: 20px;
line-height:45.29px;
color: #000000;
}
.imageForMobile{
display:none;
}
.imageForDesktop{
display:block;
}
@media (max-width:767px) {
.imageForDesktop{
display:none;
}
.imageForMobile{
display:block;
}
.col-sm-8.reservation-steeps{
top: 0px
}
.divCardsForMobile{
top: 0px !important;
}
.multistep-container .mutistep-form-area{
margin-top: 25px !important;
}
.titre-page{
padding-left: 10px;
font-size: 15px !important;
line-height: 23.29px !important;
margin-top: 0px !important;
}
.forMobile{
margin-top: 5% !important;
}
#btnTarifs{
padding: 5px !important;
font-size: 12px !important;
}
#btnInformation{
width: 170px !important;
font-size: 10px !important;
}
#btnReservation{
font-size: 10px !important;
width: 100px!important;
}
.bureaux-desc{
padding: 15px!important;
}
.close{
width:25px !important;
}
}
</style>
{% endblock %}
{% block body %}
<img loading=\"lazy\" src=\"{{asset('themes/coworking/front/images/background_SALLEDEREU.png')}}\" style=\"width: 100%;height: 520px;\" class=\"img-fluid imageForDesktop\" />
<img loading=\"lazy\" src=\"{{asset('uploads/front-images/bgSalle-reunionMobile.png')}}\" style=\"width: 100%;\" class=\"img-fluid imageForMobile\" />
<div class=\"container\">
<div class=\"row\">
<div class=\"col-sm-8 reservation-steeps\" style=\"overflow: hidden;\">
<div class=\"row\">
<div class=\"forMobile\" style=\"display: inline-flex;\">
<div class=\"col-sm-6\">
<h6 class=\"titre-page\">{{ \"Réservation Salles de réunion\"|trans({},\"front\") }}</h6>
</div>
<div class=\"col-sm-6\" >
{#<a href=\"/themes/coworking/front/images/prixSalles.pdf\" class=\"btn-res text-center text-light text-uppercase bg-dark\" id=\"btnTarifs\" style=\"float: right;padding: 8px;border-radius: 6px;font-size:13px;\" target=\"_blank\" > Afficher nos tarifs</a>#}
<a href=\"/themes/coworking/front/images/GRILLEUPDATEDSITEMeetingRooms.pdf\" class=\"btn-res text-center text-light text-uppercase bg-dark\" id=\"btnTarifs\" style=\"float: right;padding: 8px;border-radius: 6px;font-size:13px;\" target=\"_blank\" > Afficher nos tarifs</a>
</div>
</div>
</div>
{# #}
<div class=\"container\">
<div class=\"row\">
<div class=\"container d-flex justify-content-center align-items-center\">
{# <ul id=\"progressbar\">#}
\t\t\t\t{#\t<li class=\"active\"> #}
{# <span> Etape 1 : <br> Choix de Salle </span>#}
{# </li>#}
\t\t\t\t{#\t<li ></li>#}
\t\t\t\t{#\t<li> </li>#}
\t\t\t\t{#\t\t<li> </li>#}
\t\t\t\t{#</ul>#}
</div>
<div class=\"col-xl-12 divCardsForMobile\" style=\"top: 60px;\" >
<div class=\"multistep-container\">
<div class=\"mutistep-form-area\">
<!-- -->
<!-- <div class=\"form-box\">
<ul class=\"active-button\">
<li class=\"active\">
<span class=\"round-btn\">1</span>
</li>
<li>
<span class=\"round-btn\">2</span>
</li>
<li>
<span class=\"round-btn\">3</span>
</li>
</ul>
<!-- -->
<div class=\"container\" style=\"margin-top:40px;\">
<div class=\"panel\">
{% for salle in products %}
<div class=\"card-brx row mt-3 panel\" style=\"width:auto; border: none; border-radius:17px; box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);\">
<div class=\"col-md-6 col-lg-6 col-sm-12\">
<img loading=\"lazy\" class=\"img-fluid\" src=\"{{ asset('uploads/coworking/shop/products/' ~ salle.image) }}\" style=\"width:100%; border-radius:6px;margin-top: 10px;\" />
</div>
<div class=\"bureaux-desc col-md-6 col-lg-6 col-sm-12 mt-3\" style=\"font-family:'Roboto',sans-serif; line-height:24px;\">
<div>
<div style=\"float: right;\">
{#{% if salle.valueReduction %}#}
{#<b style=\"color: black;\">{{ salle.valueReduction }} </b>#}
{#{% endif %}#}
<i class=\"fa fa-users\" style=\"color:black;font-size: 15px;color: black;\"></i>
</div>
<p class=\"fs-5 title\" >{{ salle.name }}</p>
<small style=\" font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 12px;
padding-bottom: 0px;
margin-top: 0px;
color: black;\">Capacité maximum {{ salle.valueReduction }}</small>
<a class=\"float-left\" href=\"#\" id=\"seePrice\" style=\"white-space:nowrap;padding-top: 10px;padding-right: 10px;text-decoration:none;font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;color: #020202;font-weight: 800;\">À partir de<br> {{salle.price}}* MAD TTC /
{% if salle.price < 121 %} Heure {% else %} Demi-journée {% endif %}
</a>
<br><br><br><br>
<a href=\"#\" data-toggle=\"modal\" id=\"seeDetails\" data-target=\"#aynModal{{ salle.id }}\"style=\"padding: 10px;text-decoration: none;width: 129px;font-size: 13px;font-family: 'PT Sans', sans-serif;letter-spacing: 2px;/* float: right; */color: #020202;text-decoration: underline;margin-right: 10px;margin-right: 10px;font-weight: 800;\"><u>Voir Details</u></a>
<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"{{path(\"reservationMeetingstep1\",{id:salle.id})}}\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\"> Réserver </a>
<span class=\"title\" style=\"float: right;text-align: center;\" > </span>
<div style=\"color:rgba(107, 111, 123, 1); line-height:20px; font-size:13px; font-weight:400;\">
<!--<p style=\"padding-top: 0px;\">{{ salle.description }}</p>-->
</div>
</div>
</div>
<div class=\"col-md-12 col-lg-12 col-sm-12 d-flex justify-content-end align-items-end mb-3\">
<div class=\"row\">
{#<div class=\"col-md-4\">#}
{# <a class=\"float-right\" href=\"#\" id=\"seePrice\" style=\"padding-top: 10px;padding-right: 10px;text-decoration:none;font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;color: #020202;font-weight: 800;\">*À partir de<br> {{salle.price}} MAD TTC / J</a>#}
{#</div> #}
{# <div class=\"col-md-4\">#}
{# <a class=\"float-right\" href=\"#\" data-toggle=\"modal\" id=\"seeDetails\" data-target=\"#aynModal{{ salle.id }}\" style=\"padding:10px; text-decoration:none; width:129px; font-size:13px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;color: #020202;font-weight: 800;\"><u>{{ \"Voir Details\"|trans({},\"front\") }}</u></a>#}
{#</div> #}
{# <div class=\"col-md-4\">#}
{# <a href=\"{{path(\"reservationMeetingstep1\",{id:salle.id})}}\" class=\"btn-res text-center text-light text-uppercase bg-dark ReserveNext_\" style=\"padding:10px; text-decoration:none; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;\">Réserver</a>#}
{#</div> #}
{# <div class=\"col-md-4\">#}
{# <a href=\"{{path(\"confirmation_reservation_room\")}}\" class=\"btn-res text-center text-light text-uppercase bg-dark ReserveNext__\" style=\"padding:10px; text-decoration:none; width:230px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;\">{{ \"Réserver\"|trans({},\"front\") }}</a>#}
{#</div> #}
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</form>
</div>
<!-- -->
<!-- -->
</div>
</div>
</div>
</div>
</div>
{# {% for salle in products %}#}
{# <div class=\"modal fade\" id=\"aynModal{{salle.id}}\">#}
{#\t\t\t\t\t\t\t<div class=\"modal-dialog modal-lg\">#}
{#\t\t\t\t\t\t\t\t<div#}
{#\t\t\t\t\t\t\t\t\tclass=\"modal-content\">#}
{#\t\t\t\t\t\t\t\t\t<!-- Modal Header -->#}
{#\t\t\t\t\t\t\t\t\t<div class=\"modal-header\" style=\"justify-content: end;\">#}
{#\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" style=\"background: #ffffff;font-size: 27px;width:30px;border: 1px solid #878787;\">×</button>#}
{#\t\t\t\t\t\t\t\t\t</div>#}
{#\t\t\t\t\t\t\t\t\t<div class=\"container\">#}
{#\t\t\t\t\t\t\t\t\t\t<div class=\"row\">#}
{#\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">#}
{#\t\t\t\t\t\t\t\t\t\t\t\t<h2 style=\"font-size:25px;font-wight:bold;margin-top:5%;\">{{salle.name}}</h2>#}
{#\t\t\t\t\t\t\t\t\t\t\t</div>#}
{#\t\t\t\t\t\t\t\t\t\t\t<small>#}
{#\t\t\t\t\t\t\t\t\t\t\t{{salle.shortDescription}} #}
{#\t\t\t\t\t\t\t\t\t\t\t</small>#}
\t\t\t\t\t\t\t\t\t\t\t{#<div class=\"col-sm-6\">#}
\t\t\t\t\t\t\t\t\t\t\t{#\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"#\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%;\">#}
\t\t\t\t\t\t\t\t\t\t\t{#\t\tRéserver#}
\t\t\t\t\t\t\t\t\t\t\t{#\t</a>#}
\t\t\t\t\t\t\t\t\t\t\t{#</div>#}
{#\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<!-- Modal body -->#}
\t\t\t\t\t\t\t\t\t
{#\t\t\t\t\t\t\t\t\t\t<div class=\"modal-body\">#}
\t\t\t\t\t\t\t\t\t\t
{#\t\t\t\t\t\t\t\t\t\t <img loading=\"lazy\" src=\"{{ asset('uploads/coworking/shop/products/' ~ salle.image) }}\" id=\"main\">#}
{# <div id=\"thumbnails\">#}
{# {% for image in salle.images %} #}
{# <img loading=\"lazy\" src=\"/uploads/coworking/detail/{{image.path}}\">#}
{# {% endfor %}#}
{# <img loading=\"lazy\" src=\"{{ asset('uploads/coworking/shop/products/' ~ salle.image) }}\">#}
{# </div>#}
\t\t\t\t\t\t\t\t\t\t
{#\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"margin-top:5%;\">#}
\t\t\t\t\t\t\t\t\t\t\t\t{#<div class=\"col-sm-6\">#}
\t\t\t\t\t\t\t\t\t\t\t\t{#\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">#}
\t\t\t\t\t\t\t\t\t\t\t\t{#\t\tÉquipements</p>#}
\t\t\t\t\t\t\t\t\t\t\t\t{#\t<ul style=\"font-size:12px;\">#}
\t\t\t\t\t\t\t\t\t\t\t\t{#\t\t<li>{{ salle.description|nl2br|raw }}</li>#}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t{#\t</ul>#}
\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<div class=\"col-sm-6\">#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">Services</p>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>Accès internet wifi haut débit ( Gratuit )</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Accès internet par cable</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Parking</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Restaurants</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Fitness et vestiaires</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace gaming</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Nap room</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Centre de beauté</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Espace kitchenette</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Salle de réunion#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Free work</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Photocopie#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\">Secrétariat</li>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>#}
{#\t\t\t\t\t\t\t\t\t\t\t\t</div>#}
{#\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<div class=\"row\">#}
{#\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-12\">#}
\t\t\t\t\t\t\t\t\t\t\t\t\t
{#\t\t\t\t\t\t\t\t\t\t\t\t\t \t<a href=\"/themes/coworking/front/images/prixSalles.pdf\" target=\"_blank\" class=\"\" id=\"btnInformation\" style=\"padding:10px; text-decoration:none; width:200px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:left;margin-top:5%; margin-bottom:5%;font-size: 13px;text-decoration: underline;font-weight: 800;color:black !important;\">#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t Plus d'information#}
{#\t\t\t\t\t\t\t\t\t\t\t\t\t\t </a>#}
\t\t\t\t\t\t\t\t\t\t\t\t\t
{# \t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"{{path(\"reservationMeetingstep1\",{id:salle.id})}}\" id=\"btnReservation\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\">#}
{# \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ \"Réserver\"|trans({},\"front\") }}#}
{# \t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>#}
\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</div>#}
{#\t\t\t\t\t\t\t\t\t\t</div>#}
{#\t\t\t\t\t\t\t\t\t</div>#}
{#\t\t\t\t\t\t\t\t</div>#}
{#\t\t\t\t\t\t\t</div>#}
{#\t\t\t\t\t\t</div>#}
{#{% endfor %}#}
{% for salle in products %}
<div class=\"modal fade\" id=\"aynModal{{salle.id}}\">
\t\t\t\t\t\t\t<div class=\"modal-dialog modal-lg\">
\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\tclass=\"modal-content\">
\t\t\t\t\t\t\t\t\t<!-- Modal Header -->
\t\t\t\t\t\t\t\t\t<div class=\"modal-header\" style=\"justify-content: end;\">
\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" style=\"background: #ffffff;font-size: 27px;width:30px;border: 1px solid #878787;\">×</button>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"container\">
\t\t\t\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t<h2 style=\"font-size:25px;font-wight:bold;margin-top:5%;\">{{salle.name}}</h2>
\t\t\t\t\t\t\t\t\t\t <p class=\"text-muted mt-3\"><small>{{ salle.shortDescription }}</small></p>
\t\t\t\t\t\t\t\t\t\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 class=\"col-sm-6\">#}
\t\t\t\t\t\t\t\t\t\t\t{#\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"#\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%;\">#}
\t\t\t\t\t\t\t\t\t\t\t{#\t\tRéserver#}
\t\t\t\t\t\t\t\t\t\t\t{#\t</a>#}
\t\t\t\t\t\t\t\t\t\t\t{#</div>#}
\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<!-- Modal body -->
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t<div class=\"modal-body\">
\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t <img loading=\"lazy\" src=\"{{ asset('uploads/coworking/shop/products/' ~ salle.image) }}\" id=\"main\">
<div id=\"thumbnails\">
{% for image in salle.images %}
<img loading=\"lazy\" src=\"/uploads/coworking/detail/{{image.path}}\">
{% endfor %}
<img loading=\"lazy\" src=\"{{ asset('uploads/coworking/shop/products/' ~ salle.image) }}\">
</div>
\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"margin-top:5%;\">
\t\t\t\t\t\t\t\t\t\t\t\t{#<div class=\"col-sm-6\">#}
\t\t\t\t\t\t\t\t\t\t\t\t{#\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">#}
\t\t\t\t\t\t\t\t\t\t\t\t{#\t\tÉquipements</p>#}
\t\t\t\t\t\t\t\t\t\t\t\t{#\t<ul style=\"font-size:12px;\">#}
\t\t\t\t\t\t\t\t\t\t\t\t{#\t\t<li>{{ freework.description|nl2br|raw }}</li>#}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t{#\t</ul>#}
\t\t\t\t\t\t\t\t\t\t\t\t{#</div>#}
\t\t\t\t\t\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"m-1 fs-6\" style=\"font-weight:bold;\">Services</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t<ul style=\"font-size:12px;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><b>Restaurant Melliber :</b> Dans une atmosphère conviviale et accueillante, notre restaurant partage gracieusement un bouquet de saveurs, du petit déjeuner au dîner</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Hammam & Spa :</b> Notre spa offre un refuge tranquille avec une variété de soins relaxants. Profitez de massages apaisants, de hammams revigorants et d'autres thérapies régénérantes conçues pour revitaliser votre corps et votre esprit</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Salon de coiffure et de bien-être :</b> Notre salon de beauté et de bien-être propose des services experts de manucure, pédicure et coiffure pour hommes et femmes. C'est l'endroit idéal pour être au meilleur de sa forme.</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Parking :</b> Notre établissement dispose également d'un vaste parking, garantissant un stationnement pratique et sécurisé pour tous nos membres et invités</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Events & Exhibition : </b>Le Cowork&Live by Melliber propose régulièrement des événements variés, allant des concours de cuisine aux séminaires en comptabilité, en passant par des expositions de peinture. Nous créons ainsi un environnement dynamique qui allie travail, apprentissage et culture pour enrichir vos expériences.</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>2 kitchenettes :</b> Nos kitchenettes sont entièrement équipées, y compris des minibars et d'autres commodités, offrant à nos membres tout ce dont ils ont besoin pour une expérience culinaire pratique et agréable</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Salle de Fitness :</b> Notre centre de fitness est équipé d'installations de premier ordre et propose diverses options d'entraînement pour répondre à tous les besoins et préférences.</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Espace gaming :</b> Notre espace de jeux comprend des jeux d'arcade, un baby-foot et une table de billard américain, offrant divertissement et détente à tous nos membres.</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"souligne\"><b>Services suplémetaires :</b> Options additionnelles permettant aux clients de personnaliser leur expérience avec des équipements techniques et des services, pour répondre à des besoins spécifiques lors de la location de salles ou de bureaux</li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t\t</div>
\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<div class=\"row\">
\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-12\">
\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"/themes/coworking/front/images/GRILLEUPDATEDSITEMeetingRooms.pdf\" target=\"_blank\" class=\"\" id=\"btnInformation\" style=\"padding:10px; text-decoration:none; width:200px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:left;margin-top:5%; margin-bottom:5%;font-size: 13px;text-decoration: underline;font-weight: 800;color:black !important;\">
\t\t\t\t\t\t\t\t\t\t\t\t Plus d'information
\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"btn-res text-center text-light text-uppercase bg-dark\" href=\"{{path(\"reservationMeetingstep1\",{id:salle.id})}}\" id=\"btnReservation\" style=\"padding:10px; text-decoration:none; width:129px; font-size:12px; font-family:'PT Sans', sans-serif; letter-spacing:2px;float:right;margin-top:5%; margin-bottom:5%;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ \"Réserver\"|trans({},\"front\") }}
\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\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</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
{% endfor %}
</div>
</div>
{% endblock %}
{% block javascripts %}
<!-- MAIN CONTENT -->
<script src=\"https://code.jquery.com/jquery-3.4.1.min.js\" integrity=\"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=\" crossorigin=\"anonymous\"></script>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
<script type=\"text/javascript\" src=\"chosen/chosen.jquery.min.js\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.jquery.js\"></script>
<script>
\$(document).ready(function () {
\$(\"#seeDetails\").click(function(){
\$(\".panel-sticky\").css('z-index','0');
});
\$(\".close\").click(function(){
\$(\".panel-sticky\").css('z-index','9999999');
});
\$(\"#selectAdon\").chosen();
\$('.multistep-container .form-box .button-row .next').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').next().fadeIn('fast')
})
\$('.multistep-container .form-box .button-row .previous').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').prev().fadeIn('fast')
})
\$('.ReserveNext').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').next().fadeIn('fast')
})
\$('.ReservePrevious').click(function () {
\$(this).parents('.form-box').fadeOut('fast')
\$(this).parents('.form-box').prev().fadeIn('fast')
})
/**/
var stickyHeaders = (function() {
var \$window = \$(window),
\$stickies;
var load = function(stickies) {
if (typeof stickies === \"object\" && stickies instanceof jQuery && stickies.length > 0) {
\$stickies = stickies.each(function() {
var \$thisSticky = \$(this).wrap('<div class=\"followWrap\" />');
\$thisSticky
.data('originalPosition', \$thisSticky.offset().top)
.data('originalHeight', \$thisSticky.outerHeight())
.parent()
.height(\$thisSticky.outerHeight()); \t\t\t
});
\$window.off(\"scroll.stickies\").on(\"scroll.stickies\", function() {
\t\t _whenScrolling();\t\t
});
}
};
var _whenScrolling = function() {
\$stickies.each(function(i) {\t\t\t
var \$thisSticky = \$(this),
\$stickyPosition = \$thisSticky.data('originalPosition');
console.log(\$thisSticky.data('num') + ' is at' + \$stickyPosition);
if (\$stickyPosition <= \$window.scrollTop()) {
var \$nextSticky = \$stickies.eq(i + 1),
\$nextStickyPosition = \$nextSticky.data('originalPosition') - \$thisSticky.data('originalHeight');
\$thisSticky.addClass(\"fixed\");
if (\$nextSticky.length > 0 && \$thisSticky.offset().top >= \$nextStickyPosition) {
\$thisSticky.addClass(\"absolute\").css(\"top\", \$nextStickyPosition);
}
} else {
var \$prevSticky = \$stickies.eq(i - 1);
\$thisSticky.removeClass(\"fixed\");
if (\$prevSticky.length > 0 && \$window.scrollTop() <= \$thisSticky.data('originalPosition') - \$thisSticky.data('originalHeight')) {
\$prevSticky.removeClass(\"absolute\").removeAttr(\"style\");
}
}
});
};
return {
load: load
};
})();
\$(function() {
stickyHeaders.load(\$(\".followMeBar\"));
});
</script>
{% endblock %}
", "@Flexy/FrontBundle/Themes/CoWorking/templates/pages/meeting-room.html.twig", "/home/gebcloud/public_html/cowork.gebanalysis.cloud/src/Flexy/FrontBundle/Themes/CoWorking/templates/pages/meeting-room.html.twig");
}
}