var/cache/dev/twig/b0/b09dab2bd2cb6cc69b11323868d8717d.php line 38
<?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/layout.html.twig */
class __TwigTemplate_ce0d07cdf38a3e0c914c9fb26dea64b0 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'metas' => [$this, 'block_metas'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
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/layout.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/layout.html.twig"));
// line 1
echo "<!doctype html>
<html class=\"no-js\" lang=\"fr\">
<!-- index28:48-->
<head>
<title>";
// line 7
$this->displayBlock('title', $context, $blocks);
echo "</title>
";
// line 8
$this->displayBlock('metas', $context, $blocks);
// line 11
echo "
<link rel=\"shortcut icon\" href=\"";
// line 12
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/coworking/images/logo-black.png"), "html", null, true);
echo "\" />
<meta name=\"format-detection\" content=\"telephone=no\" />
<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css\">
<meta
name=\"viewport\"
content=\"width=device-width,initial-scale=1,shrink-to-fit=no,maximum-scale=1\"
/>
<meta charset=\"UTF-8\">
";
// line 24
$this->displayBlock('stylesheets', $context, $blocks);
// line 604
echo "
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-TSKN7LNV\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
";
// line 614
if ((twig_get_attribute($this->env, $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.', 614, $this->source); })()), "request", [], "any", false, false, false, 614), "attributes", [], "any", false, false, false, 614), "get", ["_route"], "method", false, false, false, 614) != "single_category_product")) {
// line 615
echo "
";
}
// line 617
echo "
";
// line 618
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_header"));
echo "
";
// line 623
$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.', 623, $this->source); })()), "flashes", [], "any", false, false, false, 623));
foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
// line 624
echo "\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["messages"]);
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 625
echo "
\t\t\t\t";
// line 626
if (($context["type"] == "successOrder")) {
// line 627
echo "
\t\t\t\t\t<!-- Dark Overlay -->
\t\t\t\t\t<div id=\"overlayOrderValid\" style=\"position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999998;\"></div>
\t\t\t\t\t<!-- Alert Modal -->
\t\t\t\t\t<div id=\"myAlertOrderValid\" class=\"alert alert-";
// line 632
echo twig_escape_filter($this->env, $context["type"], "html", null, true);
echo " text-center div-order-valid\" role=\"alert\" style=\"z-index: 9999999; position: absolute; top: 39%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 2%;\">
\t\t\t\t\t\t<div style=\"display: flex; justify-content: center; align-items: center;\">
\t\t\t\t\t\t\t<img class=\"img-order-valid\" src=\"";
// line 634
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/uploads/front-images/icon-valid-order.svg"), "html", null, true);
echo "\" style=\"margin-top: -5px;\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<h5 style=\"margin-top: 25px;margin-bottom: 25px;\">\tMerci !</h5>
\t\t\t\t\t\t<p style=\"font-size: 14px;\">
\t\t\t\t\t\t Vos informations ont été enregistrées avec succès.\t<br>
Nous vous remercions pour votre message et nous vous répondrons dans les plus brefs délais.\t<br>
Si vous avez des questions urgentes, n’hésitez pas à nous contacter directement par téléphone ou par e-mail.
\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t
\t\t\t\t\t\t
\t\t\t\t\t\t<button type=\"button\" class=\"close\" style=\"position: absolute; top: 0px; right: 5px;\" data-dismiss=\"alert\" id=\"btnClose\" aria-label=\"Close\">
\t\t\t\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t\t\t\t</button>
\t\t\t\t\t</div>
\t\t\t\t";
} else {
// line 652
echo "
\t\t\t\t\t<div id=\"myAlert\" class=\"alert alert-";
// line 653
echo twig_escape_filter($this->env, $context["type"], "html", null, true);
echo "\" role=\"alert\" style=\"z-index: 9999999;position: absolute; top: 22%; left: 50%; transform: translate(-50%, -50%);\">
\t\t\t\t\t\t<i class=\"fas fa-check-circle\"></i>
\t\t\t\t\t\t";
// line 655
echo $context["message"];
echo "
\t\t\t\t\t\t<button type=\"button\" class=\"close\" style=\"position: absolute;top: 0px;right: 5px;\" data-dismiss=\"alert\" id=\"btnClose\" aria-label=\"Close\">
\t\t\t\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t\t\t\t</button>
\t\t\t\t\t</div>
\t\t\t\t";
}
// line 664
echo "\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 665
echo "\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 666
echo "
<div style=\"min-height:700px;\" >
<div class=\"animate__animated animate__fadeIn\" data-turbo-cache=\"false\">
";
// line 674
$this->displayBlock('body', $context, $blocks);
// line 681
echo " </div>
</div>
";
// line 685
echo " ";
// line 686
echo " ";
// line 687
echo "
";
// line 689
echo "
";
// line 694
echo " ";
// line 695
echo " ";
// line 696
echo " ";
// line 697
echo " ";
// line 698
echo "
";
// line 700
echo "
<a class=\"user-btn\" style=\"background-color:#788c80;\" data-popup=\"popup-reg\" >
<i class=\"fa fa-user\"></i>
</a>
";
// line 708
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["doctrine"]) || array_key_exists("doctrine", $context) ? $context["doctrine"] : (function () { throw new RuntimeError('Variable "doctrine" does not exist.', 708, $this->source); })()), "repository", ["App\\Flexy\\ShopBundle\\Entity\\Order\\HomePage"], "method", false, false, false, 708), "findBy", [["id" => 1]], "method", false, false, false, 708));
foreach ($context['_seq'] as $context["_key"] => $context["home"]) {
// line 709
echo "
<a href=\"/uploads/coworking/brochure-pdf/";
// line 711
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["home"], "banner", [], "any", false, false, false, 711), "html", null, true);
echo "\" target=”_blank” class=\"pdf-btn\">
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['home'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 713
echo " <div>
<span id=\"brochure\" style=\"font-size: 10px;color: white;font-weight: 600;\">Brochure</span>
<i class=\"fa-regular fa-map\"></i>
</div>
</a>
";
// line 719
$context["textWhatsap"] = "Bonjour, est-ce que je pourrais avoir plus d’informations sur cowork&live ?";
// line 720
echo "
";
// line 722
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["doctrine"]) || array_key_exists("doctrine", $context) ? $context["doctrine"] : (function () { throw new RuntimeError('Variable "doctrine" does not exist.', 722, $this->source); })()), "repository", ["App\\Flexy\\ShopBundle\\Entity\\Order\\HomePage"], "method", false, false, false, 722), "findBy", [["id" => 1]], "method", false, false, false, 722));
foreach ($context['_seq'] as $context["_key"] => $context["home"]) {
// line 723
echo "
<a href=\"https://api.whatsapp.com/send?phone=";
// line 724
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["home"], "whatsapp", [], "any", false, false, false, 724), "html", null, true);
echo "&text=";
echo twig_escape_filter($this->env, (isset($context["textWhatsap"]) || array_key_exists("textWhatsap", $context) ? $context["textWhatsap"] : (function () { throw new RuntimeError('Variable "textWhatsap" does not exist.', 724, $this->source); })()), "html", null, true);
echo "\" target=”_blank” class=\"whatsapp-btn\">
<i class=\"bi bi-whatsapp\"></i>
</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['home'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 729
echo " <div>
<div id=\"popup-reg\" class=\"popup\">
<div class=\"popup-content\">
<div class=\"event-header\">
<h6>Écrivez-nous</h6>
</div>
<form id=\"send\" class=\"send-form\" action=\"";
// line 739
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sendEmailFromNewLead");
echo "\" method=\"POST\">
<div class=\"form-group\">
<label for=\"name\">
<i class=\"fa fa-user\" id=\"forPopup\"></i>
</label>
<input type=\"text\" placeholder=\"Nom complet ...\" id=\"name\" name=\"nom\" required=\"required\">
</div>
<div class=\"form-group\">
<label for=\"phone\">
<i class=\"fa fa-phone\"></i>
</label>
<input type=\"tel\" placeholder=\"Téléphone ...\" id=\"phone\" name=\"tel\" required=\"required\">
</div>
<div class=\"form-group\">
<label for=\"mail\">
<i class=\"fa fa-envelope\"></i>
</label>
<input type=\"email\" placeholder=\"Email ...\" id=\"mail\" name=\"email\" required=\"required\">
</div>
<div class=\"form-group\">
<label for=\"text\">
<i class=\"fa fa-commenting\"></i>
</label>
<textarea rows=\"4\" id=\"txtArea\" placeholder=\"Message ...\" name=\"message\" id=\"text\" required=\"required\"></textarea>
</div>
\t ";
// line 766
echo "
<div class=\"row\">
\t\t<div class=\"col-12\" style=\"text-align: center;\">
\t\t\t<input class=\"float\" type=\"submit\" value=\"Envoyer\" style=\"text-indent: 0px;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</div>
\t</div>
</form>
<span class=\"fade-out main-btn-circle\" style=\"font-weight:900;\">╳</span>
</div>
</div>
";
// line 785
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_footer"));
echo "
";
// line 787
$this->displayBlock('javascripts', $context, $blocks);
// line 795
echo "
<script>
\$(document).ready(function(){
\$('.user-btn').click(function(){
var popupBlock = \$('#'+\$(this).data('popup'));
popupBlock.addClass('active')
.find('.fade-out').click(function(){
popupBlock.css('opacity','0').find('.popup-content').css('margin-top','350px');
setTimeout(function(){
\$('.popup').removeClass('active');
popupBlock.css('opacity','').find('.popup-content').css('margin-top','');
}, 600);
});
});
\$(\"#btnClose\").click(function () {
\$(\"#myAlert\").fadeOut();
\$(\"#myAlertOrderValid\").fadeOut();
\$(\"#overlayOrderValid\").fadeOut();
});
});
function redirectToSelectedURL() {
\t
\tvar selectElement = document.getElementById(\"combo\");
\tvar selectedValue = selectElement.value;
\t// Check if a valid option is selected
\tif (selectedValue !== \"\") {
\t window.location.href = selectedValue;
\t}
}
</script>
</body>
</html>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 7
public function block_title($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", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Cowork & live";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 8
public function block_metas($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", "metas"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metas"));
// line 9
echo " ";
echo twig_join_filter(twig_get_attribute($this->env, $this->source, (isset($context["front"]) || array_key_exists("front", $context) ? $context["front"] : (function () { throw new RuntimeError('Variable "front" does not exist.', 9, $this->source); })()), "renderSeo", [], "any", false, false, false, 9));
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 24
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 25
echo " <style>
.fa-linkedin {
color: #ffffff !important;
font-size: 15px !important;
}
#brochure:hover{
text-decoration:underline;
}
.text-pdf-btn {
position: fixed;
bottom: 145px;
right: 8px;
z-index: 9999;
font-weight: 700;
font-size: 10px;
color:black;
}
#textForWhatsap {
position: fixed;
bottom: 40px;
right: 90px;
z-index: 9999;
font-weight: 700;
font-size: 10px;
color:black;
}
#textForWhatsap:hover{
color:#DFB150;
}
.text-pdf-btn:hover{
color:#DFB150;
}
.pdf-btn {
position: fixed;
bottom: 90px;
right: 20px;
z-index: 9999;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #DFB150;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
animation: breathePdf 2s ease-in-out infinite;
}
/*Estilos solo al icono whatsapp*/
.pdf-btn i {
color: #fff;
font-size: 24px;
animation: beatPdf 2s ease-in-out infinite;
text-decoration: none;
}
.whatsapp-btn {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #25D366;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
animation: breathe 2s ease-in-out infinite;
}
/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
color: #fff;
font-size: 24px;
animation: beat 2s ease-in-out infinite;
text-decoration: none;
}
/*Estilos con animation contorno respirando*/
@keyframes breathe {
0% {
box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
}
70% {
box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
/*Estilos de animacion del icono latiendo*/
@keyframes beat {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
/*Estilos con animation contorno respirando*/
@keyframes breathePdf {
0% {
/*box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);*/
box-shadow: 0 0 0 0 rgb(218 37 37);
}
70% {
/*box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);*/
box-shadow: 0 0 0 0 15px rgb(218 37 37);
}
100% {
/*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);*/
box-shadow: 0 0 0 0 rgb(218 37 37);
}
}
/*Estilos de animacion del icono latiendo*/
@keyframes beatPdf {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
.user-btn {
position: fixed;
bottom: 160px;
right: 20px;
z-index: 9999;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #25D366;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
animation: breatheUser 2s ease-in-out infinite;
}
/*Estilos solo al icono whatsapp*/
.user-btn i {
color: #fff;
font-size: 24px;
animation: beatUser 2s ease-in-out infinite;
text-decoration: none;
}
/*Estilos con animation contorno respirando*/
@keyframes breatheUser {
0% {
box-shadow: 0 0 0 0 rgba(128, 128, 128, 0.5); /* Grey */
}
70% {
box-shadow: 0 0 0 15px rgba(128, 128, 128, 0); /* Transition to grey, fading out */
}
100% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); /* Fully transparent */
}
}
/*Estilos de animacion del icono latiendo*/
@keyframes beatUser {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
#brochure{
padding-left: 7px!important;
}
i.fa-regular.fa-map
{
padding-left: 15px!important;
}
/*popup form*/
.popup-btn{
\tposition: absolute!important;
\ttop: 55%;
\tleft: 50%;
\ttransform: translate(-50%,-50%);
}
.main-btn-rect,
.main-btn-circle{
\tposition: relative;
\tmargin: 0;
\tfont-family: 'Roboto', sans-serif;
\tcolor: #e5c88a;
\t/*background-color: rgb(252, 79, 79);*/
\ttext-transform: uppercase;
\tfont-size: 25px;
\tletter-spacing: 1px;\t
\toutline: none;
\tcursor: pointer;
\t
\tz-index: 100;
}
.main-btn-rect {
\tpadding: 10px 80px;
\tline-height: 30px;
}
.main-btn-rect:before,
.main-btn-rect:after{
position: absolute;
content: '';
top:0;
width: 0%;
height: 100%;
background-color: rgba(255, 255, 240, 0.2);
-webkit-transition: width 0.3s;
-o-transition: width 0.3s;
transition: width 0.3s;
}
.main-btn-rect:before {
left: 0;
}
.main-btn-rect:after {
right: 0;
}
.main-btn-rect:hover:before,
.main-btn-rect:hover:after{
width: 50%;
}
.main-btn-circle{
\theight: 40px;
\twidth: 40px;
\t-webkit-border-radius: 50%;
\tborder-radius: 100%;
\tline-height: 40px;
-webkit-transition: box-shadow 0.3s;
-o-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
.main-btn-circle:hover{
-webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
-moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
position: fixed;
\ttop: 100%;
width: 100%;
height: 100%;
z-index: 10001;
}
.popup.active{
top:0;
background-color: rgba(3, 3, 3, 0.98);
transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
padding: 10px 100px;
}
.popup .popup-content{
position: absolute;
top: 50%;
left: 50%;
max-height: 568px;
min-width: 400px;
margin-top: 150px;
padding: 25px;
background-color: #FFFFF0;
color: #070000;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transition: margin .6s;
-webkit-transition: margin .6s;
-moz-transition: margin .6s;
-o-transition: margin .6s;
}
.popup.active .popup-content{
margin-top: 0px;
}
.popup-content h6{
display: table;
font-size: 16px;
text-align: center;
margin: 10px auto;
font-family: 'Roboto',sans-serif;
text-transform: uppercase;
font-weight: 100;
}
.form-group{
\tposition: relative;
\twidth: 90%;
\tmargin: 0px auto;
}
form#send input, form#send textarea{
\tposition: relative;
\tmargin-bottom: 5px;
\twidth: 100%;
\theight: 35px;
\tfont-family: 'RobotoLight', sans-serif;
\ttext-indent: 20px;
background-color: transparent;
\toutline: 0;
\tborder: none;
\tborder-bottom: 1px solid #070000;
\t-webkit-transition: border 0.6s;
\t-o-transition: border 0.6s;
\ttransition: border 0.6s;
\t font-size: 12px;
}
form#send input:focus,
form#send textarea:focus{
\tborder-bottom: 1px solid rgb(63, 173, 168);
}
form#send label{
\tposition: absolute;
\ttop: 18px;
\tline-height: 28px;
\t-webkit-transition: color .5s;
\t-o-transition: color .5s;
\ttransition: color .5s;
}
form#send input:focus + label,
form#send textarea:focus + label{
color: rgb(63, 173, 168);
}
form#send .txt{
\tline-height: 22px;
\tleft: 2px;
}
form#send .main-btn-rect {
position: relative;
display: block;
padding: 3px 20px;
margin: 0px auto;
font-size: 14px;
color: #dfb150;
border: 1px solid #dfb150;
}
form#send .main-btn-rect i {
\tmargin-right: 5px;
}
.popup .fade-out{
position: absolute;
top: -20px;
right: -20px;
text-align: center;
font-size: 15px;
}
.share-wrap{
\tposition: absolute;
display: inline-table;
\ttop: 67%;
\tleft: 50%;
\ttransform: translate(-50%, -50%);
padding: 15px;
text-align: center;
}
.share-btn{
color: #FFFFF0;
padding: 7px 25px;
text-decoration: none;
cursor: pointer;
font-weight: 100;
font-size: 14px;
font-family:'Lobster', sans-serif;
background-color: rgba(63, 173, 168, .8);
text-transform: uppercase;
border-radius: 5px;
transition: background-color .5s;
-webkit-transition: background-color .5s;
-moz-transition: background-color .5s;
-o-transition: background-color .5s;
}
.share-btn:hover{
color: #FFFFF0;
text-decoration: none;
background-color: rgba(63, 173, 168, 1.0);
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
display: inline-block
}
.resp-sharing-button__link {
text-decoration: none;
color: #fff;
margin: 2px;
}
.resp-sharing-button {
border-radius: 5px;
transition: 25ms ease-out;
padding: 6px 9px;
transition: background-color .5s;
-webkit-transition: background-color .5s;
-moz-transition: background-color .5s;
-o-transition: background-color .5s;
}
.resp-sharing-button__icon svg {
width: 1em;
height: 1em;
margin-right: 0.4em;
vertical-align: top
}
.resp-sharing-button--small svg {
margin: 0;
vertical-align: middle
}
.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
fill: #fff;
stroke: none
}
.resp-sharing-button--facebook {
background-color: #3b5998;
border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
background-color: #2d4373;
border-color: #2d4373;
}
.resp-sharing-button--twitter {
background-color: #55acee;
border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
background-color: #2795e9;
border-color: #2795e9;
}
.resp-sharing-button--linkedin {
background-color: #0077b5;
border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
background-color: #046293;
border-color: #046293;
}
@media only screen and (max-width: 768px){
form#send .main-btn-rect {padding: 7px 60px; font-size: 14px;}
.popup-btn{padding: 7px 60px; font-size: 14px;}
.fa-user:before {
font-size: 20px !important;
margin-top: 10px;
}
.popup .fade-out {
position: absolute;
top: -22px;
right: 5px;
text-align: center;
font-size: 27px;
}
}
.popup-content .form-group {
position: relative;
margin-bottom: 15px;
}
.popup-content label {
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
color: #999;
}
.popup-content input,
.popup-content textarea {
padding-left: 35px; /* Make room for the icon */
width: 100%;
box-sizing: border-box;
}
.popup-content textarea {
padding-top: 2px;
padding-left: 5px;
height: 65px!important;
}
#txtArea::placeholder {
font-size: 13px !important; /* Adjust the size as needed */
padding-left: 10px !important;
}
.popup-content input::placeholder,
.popup-content textarea::placeholder {
color: #ccc;
}
.popup-content input:focus + label i,
.popup-content textarea:focus + label i {
color: #333; /* Optional: Change icon color on focus */
}
.popup-content button {
display: flex;
align-items: center;
}
.popup-content button i {
margin-right: 5px;
}
/*popup form*/
</style>
";
// line 589
$this->loadTemplate("@Flexy/FrontBundle/Themes/CoWorking/templates/_head.html.twig", "@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig", 589)->display($context);
// line 590
echo "
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TSKN7LNV');</script>
<!-- End Google Tag Manager -->
";
// line 600
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("frontend");
echo "
";
// line 601
$this->loadTemplate("@Flexy/FrontBundle/Themes/CoWorking/templates/_stylesheets.html.twig", "@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig", 601)->display($context);
// line 602
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 674
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 675
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 787
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 788
echo "
";
// line 790
$this->loadTemplate("@Flexy/FrontBundle/Themes/CoWorking/templates/_javascripts.html.twig", "@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig", 790)->display($context);
// line 791
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1106 => 791, 1104 => 790, 1100 => 788, 1090 => 787, 1075 => 675, 1065 => 674, 1054 => 602, 1052 => 601, 1048 => 600, 1036 => 590, 1034 => 589, 468 => 25, 458 => 24, 445 => 9, 435 => 8, 416 => 7, 360 => 795, 358 => 787, 353 => 785, 332 => 766, 303 => 739, 291 => 729, 278 => 724, 275 => 723, 271 => 722, 267 => 720, 265 => 719, 257 => 713, 249 => 711, 245 => 709, 241 => 708, 231 => 700, 228 => 698, 226 => 697, 224 => 696, 222 => 695, 220 => 694, 214 => 689, 211 => 687, 209 => 686, 207 => 685, 202 => 681, 200 => 674, 190 => 666, 184 => 665, 178 => 664, 166 => 655, 161 => 653, 158 => 652, 137 => 634, 132 => 632, 125 => 627, 123 => 626, 120 => 625, 115 => 624, 111 => 623, 103 => 618, 100 => 617, 96 => 615, 94 => 614, 82 => 604, 80 => 24, 65 => 12, 62 => 11, 60 => 8, 56 => 7, 48 => 1,);
}
public function getSourceContext()
{
return new Source("<!doctype html>
<html class=\"no-js\" lang=\"fr\">
<!-- index28:48-->
<head>
<title>{% block title %}Cowork & live{% endblock %}</title>
{% block metas %}
{{front.renderSeo|join|raw}}
{% endblock %}
<link rel=\"shortcut icon\" href=\"{{asset(\"themes/coworking/images/logo-black.png\")}}\" />
<meta name=\"format-detection\" content=\"telephone=no\" />
<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css\">
<meta
name=\"viewport\"
content=\"width=device-width,initial-scale=1,shrink-to-fit=no,maximum-scale=1\"
/>
<meta charset=\"UTF-8\">
{% block stylesheets %}
<style>
.fa-linkedin {
color: #ffffff !important;
font-size: 15px !important;
}
#brochure:hover{
text-decoration:underline;
}
.text-pdf-btn {
position: fixed;
bottom: 145px;
right: 8px;
z-index: 9999;
font-weight: 700;
font-size: 10px;
color:black;
}
#textForWhatsap {
position: fixed;
bottom: 40px;
right: 90px;
z-index: 9999;
font-weight: 700;
font-size: 10px;
color:black;
}
#textForWhatsap:hover{
color:#DFB150;
}
.text-pdf-btn:hover{
color:#DFB150;
}
.pdf-btn {
position: fixed;
bottom: 90px;
right: 20px;
z-index: 9999;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #DFB150;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
animation: breathePdf 2s ease-in-out infinite;
}
/*Estilos solo al icono whatsapp*/
.pdf-btn i {
color: #fff;
font-size: 24px;
animation: beatPdf 2s ease-in-out infinite;
text-decoration: none;
}
.whatsapp-btn {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #25D366;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
animation: breathe 2s ease-in-out infinite;
}
/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
color: #fff;
font-size: 24px;
animation: beat 2s ease-in-out infinite;
text-decoration: none;
}
/*Estilos con animation contorno respirando*/
@keyframes breathe {
0% {
box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
}
70% {
box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
/*Estilos de animacion del icono latiendo*/
@keyframes beat {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
/*Estilos con animation contorno respirando*/
@keyframes breathePdf {
0% {
/*box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);*/
box-shadow: 0 0 0 0 rgb(218 37 37);
}
70% {
/*box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);*/
box-shadow: 0 0 0 0 15px rgb(218 37 37);
}
100% {
/*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);*/
box-shadow: 0 0 0 0 rgb(218 37 37);
}
}
/*Estilos de animacion del icono latiendo*/
@keyframes beatPdf {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
.user-btn {
position: fixed;
bottom: 160px;
right: 20px;
z-index: 9999;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #25D366;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
animation: breatheUser 2s ease-in-out infinite;
}
/*Estilos solo al icono whatsapp*/
.user-btn i {
color: #fff;
font-size: 24px;
animation: beatUser 2s ease-in-out infinite;
text-decoration: none;
}
/*Estilos con animation contorno respirando*/
@keyframes breatheUser {
0% {
box-shadow: 0 0 0 0 rgba(128, 128, 128, 0.5); /* Grey */
}
70% {
box-shadow: 0 0 0 15px rgba(128, 128, 128, 0); /* Transition to grey, fading out */
}
100% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); /* Fully transparent */
}
}
/*Estilos de animacion del icono latiendo*/
@keyframes beatUser {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
#brochure{
padding-left: 7px!important;
}
i.fa-regular.fa-map
{
padding-left: 15px!important;
}
/*popup form*/
.popup-btn{
\tposition: absolute!important;
\ttop: 55%;
\tleft: 50%;
\ttransform: translate(-50%,-50%);
}
.main-btn-rect,
.main-btn-circle{
\tposition: relative;
\tmargin: 0;
\tfont-family: 'Roboto', sans-serif;
\tcolor: #e5c88a;
\t/*background-color: rgb(252, 79, 79);*/
\ttext-transform: uppercase;
\tfont-size: 25px;
\tletter-spacing: 1px;\t
\toutline: none;
\tcursor: pointer;
\t
\tz-index: 100;
}
.main-btn-rect {
\tpadding: 10px 80px;
\tline-height: 30px;
}
.main-btn-rect:before,
.main-btn-rect:after{
position: absolute;
content: '';
top:0;
width: 0%;
height: 100%;
background-color: rgba(255, 255, 240, 0.2);
-webkit-transition: width 0.3s;
-o-transition: width 0.3s;
transition: width 0.3s;
}
.main-btn-rect:before {
left: 0;
}
.main-btn-rect:after {
right: 0;
}
.main-btn-rect:hover:before,
.main-btn-rect:hover:after{
width: 50%;
}
.main-btn-circle{
\theight: 40px;
\twidth: 40px;
\t-webkit-border-radius: 50%;
\tborder-radius: 100%;
\tline-height: 40px;
-webkit-transition: box-shadow 0.3s;
-o-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
.main-btn-circle:hover{
-webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
-moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
position: fixed;
\ttop: 100%;
width: 100%;
height: 100%;
z-index: 10001;
}
.popup.active{
top:0;
background-color: rgba(3, 3, 3, 0.98);
transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
padding: 10px 100px;
}
.popup .popup-content{
position: absolute;
top: 50%;
left: 50%;
max-height: 568px;
min-width: 400px;
margin-top: 150px;
padding: 25px;
background-color: #FFFFF0;
color: #070000;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transition: margin .6s;
-webkit-transition: margin .6s;
-moz-transition: margin .6s;
-o-transition: margin .6s;
}
.popup.active .popup-content{
margin-top: 0px;
}
.popup-content h6{
display: table;
font-size: 16px;
text-align: center;
margin: 10px auto;
font-family: 'Roboto',sans-serif;
text-transform: uppercase;
font-weight: 100;
}
.form-group{
\tposition: relative;
\twidth: 90%;
\tmargin: 0px auto;
}
form#send input, form#send textarea{
\tposition: relative;
\tmargin-bottom: 5px;
\twidth: 100%;
\theight: 35px;
\tfont-family: 'RobotoLight', sans-serif;
\ttext-indent: 20px;
background-color: transparent;
\toutline: 0;
\tborder: none;
\tborder-bottom: 1px solid #070000;
\t-webkit-transition: border 0.6s;
\t-o-transition: border 0.6s;
\ttransition: border 0.6s;
\t font-size: 12px;
}
form#send input:focus,
form#send textarea:focus{
\tborder-bottom: 1px solid rgb(63, 173, 168);
}
form#send label{
\tposition: absolute;
\ttop: 18px;
\tline-height: 28px;
\t-webkit-transition: color .5s;
\t-o-transition: color .5s;
\ttransition: color .5s;
}
form#send input:focus + label,
form#send textarea:focus + label{
color: rgb(63, 173, 168);
}
form#send .txt{
\tline-height: 22px;
\tleft: 2px;
}
form#send .main-btn-rect {
position: relative;
display: block;
padding: 3px 20px;
margin: 0px auto;
font-size: 14px;
color: #dfb150;
border: 1px solid #dfb150;
}
form#send .main-btn-rect i {
\tmargin-right: 5px;
}
.popup .fade-out{
position: absolute;
top: -20px;
right: -20px;
text-align: center;
font-size: 15px;
}
.share-wrap{
\tposition: absolute;
display: inline-table;
\ttop: 67%;
\tleft: 50%;
\ttransform: translate(-50%, -50%);
padding: 15px;
text-align: center;
}
.share-btn{
color: #FFFFF0;
padding: 7px 25px;
text-decoration: none;
cursor: pointer;
font-weight: 100;
font-size: 14px;
font-family:'Lobster', sans-serif;
background-color: rgba(63, 173, 168, .8);
text-transform: uppercase;
border-radius: 5px;
transition: background-color .5s;
-webkit-transition: background-color .5s;
-moz-transition: background-color .5s;
-o-transition: background-color .5s;
}
.share-btn:hover{
color: #FFFFF0;
text-decoration: none;
background-color: rgba(63, 173, 168, 1.0);
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
display: inline-block
}
.resp-sharing-button__link {
text-decoration: none;
color: #fff;
margin: 2px;
}
.resp-sharing-button {
border-radius: 5px;
transition: 25ms ease-out;
padding: 6px 9px;
transition: background-color .5s;
-webkit-transition: background-color .5s;
-moz-transition: background-color .5s;
-o-transition: background-color .5s;
}
.resp-sharing-button__icon svg {
width: 1em;
height: 1em;
margin-right: 0.4em;
vertical-align: top
}
.resp-sharing-button--small svg {
margin: 0;
vertical-align: middle
}
.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
fill: #fff;
stroke: none
}
.resp-sharing-button--facebook {
background-color: #3b5998;
border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
background-color: #2d4373;
border-color: #2d4373;
}
.resp-sharing-button--twitter {
background-color: #55acee;
border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
background-color: #2795e9;
border-color: #2795e9;
}
.resp-sharing-button--linkedin {
background-color: #0077b5;
border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
background-color: #046293;
border-color: #046293;
}
@media only screen and (max-width: 768px){
form#send .main-btn-rect {padding: 7px 60px; font-size: 14px;}
.popup-btn{padding: 7px 60px; font-size: 14px;}
.fa-user:before {
font-size: 20px !important;
margin-top: 10px;
}
.popup .fade-out {
position: absolute;
top: -22px;
right: 5px;
text-align: center;
font-size: 27px;
}
}
.popup-content .form-group {
position: relative;
margin-bottom: 15px;
}
.popup-content label {
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
color: #999;
}
.popup-content input,
.popup-content textarea {
padding-left: 35px; /* Make room for the icon */
width: 100%;
box-sizing: border-box;
}
.popup-content textarea {
padding-top: 2px;
padding-left: 5px;
height: 65px!important;
}
#txtArea::placeholder {
font-size: 13px !important; /* Adjust the size as needed */
padding-left: 10px !important;
}
.popup-content input::placeholder,
.popup-content textarea::placeholder {
color: #ccc;
}
.popup-content input:focus + label i,
.popup-content textarea:focus + label i {
color: #333; /* Optional: Change icon color on focus */
}
.popup-content button {
display: flex;
align-items: center;
}
.popup-content button i {
margin-right: 5px;
}
/*popup form*/
</style>
{% include \"@Flexy/FrontBundle/Themes/CoWorking/templates/_head.html.twig\" %}
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TSKN7LNV');</script>
<!-- End Google Tag Manager -->
{{ encore_entry_link_tags('frontend') }}
{% include \"@Flexy/FrontBundle/Themes/CoWorking/templates/_stylesheets.html.twig\" %}
{% endblock %}
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-TSKN7LNV\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% if app.request.attributes.get(\"_route\") != \"single_category_product\" %}
{% endif %}
{{ render(path('front_header')) }}
{% for type, messages in app.flashes %}
\t\t\t{% for message in messages %}
\t\t\t\t{% if type == \"successOrder\"%}
\t\t\t\t\t<!-- Dark Overlay -->
\t\t\t\t\t<div id=\"overlayOrderValid\" style=\"position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999998;\"></div>
\t\t\t\t\t<!-- Alert Modal -->
\t\t\t\t\t<div id=\"myAlertOrderValid\" class=\"alert alert-{{ type }} text-center div-order-valid\" role=\"alert\" style=\"z-index: 9999999; position: absolute; top: 39%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 2%;\">
\t\t\t\t\t\t<div style=\"display: flex; justify-content: center; align-items: center;\">
\t\t\t\t\t\t\t<img class=\"img-order-valid\" src=\"{{asset('/uploads/front-images/icon-valid-order.svg')}}\" style=\"margin-top: -5px;\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<h5 style=\"margin-top: 25px;margin-bottom: 25px;\">\tMerci !</h5>
\t\t\t\t\t\t<p style=\"font-size: 14px;\">
\t\t\t\t\t\t Vos informations ont été enregistrées avec succès.\t<br>
Nous vous remercions pour votre message et nous vous répondrons dans les plus brefs délais.\t<br>
Si vous avez des questions urgentes, n’hésitez pas à nous contacter directement par téléphone ou par e-mail.
\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t
\t\t\t\t\t\t
\t\t\t\t\t\t<button type=\"button\" class=\"close\" style=\"position: absolute; top: 0px; right: 5px;\" data-dismiss=\"alert\" id=\"btnClose\" aria-label=\"Close\">
\t\t\t\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t\t\t\t</button>
\t\t\t\t\t</div>
\t\t\t\t{% else %}
\t\t\t\t\t<div id=\"myAlert\" class=\"alert alert-{{ type }}\" role=\"alert\" style=\"z-index: 9999999;position: absolute; top: 22%; left: 50%; transform: translate(-50%, -50%);\">
\t\t\t\t\t\t<i class=\"fas fa-check-circle\"></i>
\t\t\t\t\t\t{{message | raw }}
\t\t\t\t\t\t<button type=\"button\" class=\"close\" style=\"position: absolute;top: 0px;right: 5px;\" data-dismiss=\"alert\" id=\"btnClose\" aria-label=\"Close\">
\t\t\t\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t\t\t\t</button>
\t\t\t\t\t</div>
\t\t\t\t{% endif %}
\t\t\t{% endfor %}
\t\t{% endfor %}
<div style=\"min-height:700px;\" >
<div class=\"animate__animated animate__fadeIn\" data-turbo-cache=\"false\">
{% block body %}
{% endblock %}
</div>
</div>
{#{% for home in doctrine.repository('App\\\\Flexy\\\\ShopBundle\\\\Entity\\\\Order\\\\HomePage').findBy({ id: 2 }) %}#}
{# <span>{{home.banner}}</span>#}
{#{% endfor %}#}
{#{% set brochureFrench = doctrine.repository('App\\\\Flexy\\\\ShopBundle\\\\Entity\\\\Order\\\\HomePage').findBy({ id: 1 }) %}#}
{#<a href=\"#\" target=”_blank” class=\"pdf-btn\" style=\"bottom: 130px !important;\"> #}
{# <div>#}
{# <span id=\"brochure\" style=\"font-size: 10px;color: white;font-weight: 600;\">Brochure</span>#}
{# <i class=\"fa-regular fa-masp\"></i>#}
{# </div>#}
{# </a>#}
<a class=\"user-btn\" style=\"background-color:#788c80;\" data-popup=\"popup-reg\" >
<i class=\"fa fa-user\"></i>
</a>
{% for home in doctrine.repository('App\\\\Flexy\\\\ShopBundle\\\\Entity\\\\Order\\\\HomePage').findBy({ id: 1 }) %}
<a href=\"/uploads/coworking/brochure-pdf/{{home.banner}}\" target=”_blank” class=\"pdf-btn\">
{% endfor %}
<div>
<span id=\"brochure\" style=\"font-size: 10px;color: white;font-weight: 600;\">Brochure</span>
<i class=\"fa-regular fa-map\"></i>
</div>
</a>
{% set textWhatsap =\"Bonjour, est-ce que je pourrais avoir plus d’informations sur cowork&live ?\" %}
{% for home in doctrine.repository('App\\\\Flexy\\\\ShopBundle\\\\Entity\\\\Order\\\\HomePage').findBy({ id: 1 }) %}
<a href=\"https://api.whatsapp.com/send?phone={{home.whatsapp}}&text={{textWhatsap}}\" target=”_blank” class=\"whatsapp-btn\">
<i class=\"bi bi-whatsapp\"></i>
</a>
{% endfor %}
<div>
<div id=\"popup-reg\" class=\"popup\">
<div class=\"popup-content\">
<div class=\"event-header\">
<h6>Écrivez-nous</h6>
</div>
<form id=\"send\" class=\"send-form\" action=\"{{path('sendEmailFromNewLead')}}\" method=\"POST\">
<div class=\"form-group\">
<label for=\"name\">
<i class=\"fa fa-user\" id=\"forPopup\"></i>
</label>
<input type=\"text\" placeholder=\"Nom complet ...\" id=\"name\" name=\"nom\" required=\"required\">
</div>
<div class=\"form-group\">
<label for=\"phone\">
<i class=\"fa fa-phone\"></i>
</label>
<input type=\"tel\" placeholder=\"Téléphone ...\" id=\"phone\" name=\"tel\" required=\"required\">
</div>
<div class=\"form-group\">
<label for=\"mail\">
<i class=\"fa fa-envelope\"></i>
</label>
<input type=\"email\" placeholder=\"Email ...\" id=\"mail\" name=\"email\" required=\"required\">
</div>
<div class=\"form-group\">
<label for=\"text\">
<i class=\"fa fa-commenting\"></i>
</label>
<textarea rows=\"4\" id=\"txtArea\" placeholder=\"Message ...\" name=\"message\" id=\"text\" required=\"required\"></textarea>
</div>
\t {#<i class=\"fa fa-paper-plane\"></i><input class=\"float\" type=\"submit\" class=\"main-btn-rect\" name=\"text\" value=\"Envoyer\">#}
<div class=\"row\">
\t\t<div class=\"col-12\" style=\"text-align: center;\">
\t\t\t<input class=\"float\" type=\"submit\" value=\"Envoyer\" style=\"text-indent: 0px;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</div>
\t</div>
</form>
<span class=\"fade-out main-btn-circle\" style=\"font-weight:900;\">╳</span>
</div>
</div>
{{ render(path('front_footer')) }}
{% block javascripts %}
{% include \"@Flexy/FrontBundle/Themes/CoWorking/templates/_javascripts.html.twig\" %}
{% endblock %}
<script>
\$(document).ready(function(){
\$('.user-btn').click(function(){
var popupBlock = \$('#'+\$(this).data('popup'));
popupBlock.addClass('active')
.find('.fade-out').click(function(){
popupBlock.css('opacity','0').find('.popup-content').css('margin-top','350px');
setTimeout(function(){
\$('.popup').removeClass('active');
popupBlock.css('opacity','').find('.popup-content').css('margin-top','');
}, 600);
});
});
\$(\"#btnClose\").click(function () {
\$(\"#myAlert\").fadeOut();
\$(\"#myAlertOrderValid\").fadeOut();
\$(\"#overlayOrderValid\").fadeOut();
});
});
function redirectToSelectedURL() {
\t
\tvar selectElement = document.getElementById(\"combo\");
\tvar selectedValue = selectElement.value;
\t// Check if a valid option is selected
\tif (selectedValue !== \"\") {
\t window.location.href = selectedValue;
\t}
}
</script>
</body>
</html>", "@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig", "/home/gebcloud/public_html/cowork.gebanalysis.cloud/src/Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig");
}
}