<?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;
/* FrontBundle/Page/espace-entreprises.html.twig */
class __TwigTemplate_2c35cc47ee7af7e02be97857cc7a8c34be9f6447ea19ae7876330204ea2bbf1c extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'description' => [$this, 'block_description'],
'extra_class' => [$this, 'block_extra_class'],
'menu_min' => [$this, 'block_menu_min'],
'menu_max' => [$this, 'block_menu_max'],
'sub_header' => [$this, 'block_sub_header'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "FrontBundle/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "FrontBundle/Page/espace-entreprises.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "FrontBundle/Page/espace-entreprises.html.twig"));
$this->parent = $this->loadTemplate("FrontBundle/layout.html.twig", "FrontBundle/Page/espace-entreprises.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo twig_escape_filter($this->env, (isset($context["app_sitename"]) || array_key_exists("app_sitename", $context) ? $context["app_sitename"] : (function () { throw new RuntimeError('Variable "app_sitename" does not exist.', 3, $this->source); })()), "html", null, true);
echo " - ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 3, $this->source); })()), "metaTitle", [], "any", false, false, false, 3), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 4
public function block_description($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 4, $this->source); })()), "metaDescription", [], "any", false, false, false, 4), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 8
public function block_extra_class($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_class"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_class"));
echo "native";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 9
public function block_menu_min($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_min"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_min"));
echo "700";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 10
public function block_menu_max($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_max"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_max"));
echo "4127";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 12
public function block_sub_header($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sub_header"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sub_header"));
// line 13
echo "
\t<div class=\"sub-header anchor\">
<ul>
\t<li><a href=\"#menu_min\">";
// line 16
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("espaces_salle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 16, $this->source); })())));
echo "</a></li>
\t<li><a href=\"#restauration\">";
// line 17
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menu_restauration", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 17, $this->source); })())));
echo "</a></li>
\t<li><a href=\"#lounge-club\">Lounge club</a></li>
\t<li ><a href=\"#contact\">";
// line 19
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menu_contact", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 19, $this->source); })())));
echo "</a></li>
</ul>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 28
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 29
echo "\t<link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
\t<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 33
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 34
echo "
<section class=\"espace-header\" style=\"background-image: url('/front/img/entreprise-slider0.jpg');\">
<div class=\"shadow-60\"></div>
\t <div class=\"container\">
\t <h1>";
// line 39
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 39, $this->source); })())));
echo "</h1>
\t <p>";
// line 40
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 40, $this->source); })()));
echo "</p>
\t </div>
<ul class=\"anchor\">
\t<li><a href=\"#salle\">";
// line 44
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("espaces_salle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 44, $this->source); })())));
echo "</a></li>
\t<li><a href=\"#restauration\">";
// line 45
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menu_restauration", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 45, $this->source); })())));
echo "</a></li>
\t<li><a href=\"#lounge-club\">Lounge club</a></li>
\t<li ><a href=\"#contact\">";
// line 47
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menu_contact", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 47, $this->source); })())));
echo "</a></li>
</ul>
</section>
<section class=\"espace-content\" id=\"salle\">
\t\t\t<div class=\"owl-carousel esp lounge\">
";
// line 54
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(range(0, 8));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 55
echo "\t\t\t <div class=\"item\"><img src=\"/front/img/entreprise-slider";
echo twig_escape_filter($this->env, $context["i"], "html", null, true);
echo ".jpg\" alt=\"entreprise ";
echo twig_escape_filter($this->env, $context["i"], "html", null, true);
echo "\" /></div>
\t\t\t ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 57
echo "\t\t\t</div>
<div class=\"horizontal-bar-container\">
<div class=\"horizontal-bar\"></div>
<div class=\"horizontal-bar-ctrl purple\"></div>
</div>
\t\t\t<a href=\"#next\" class=\"next-arrow\"><img src=\"/front/img/espaces-arrow-b-l.svg\" alt=\"suivant\" /></a>
\t\t\t<h2 id=\"next\" class=\"no-bar\">";
// line 66
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s1_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 66, $this->source); })())));
echo "<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"text-dark pl-0 pr-0\">";
// line 68
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 68, $this->source); })()));
echo "</p>
\t\t</section>
\t\t<section class=\"espace-content mt-5 no-mobile\">
<div class=\" entreprise-mod\">
\t\t\t<div class=\"mod\" id=\"mod1\">
\t\t\t\t<div class=\"ctr\">
\t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">";
// line 75
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod1_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 75, $this->source); })())));
echo "</span> ";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 75, $this->source); })()));
echo " </p>
\t\t\t\t\t<span class=\"title\">";
// line 76
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod1_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 76, $this->source); })())));
echo "</span>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"mod\" id=\"mod2\">
\t\t\t\t<div class=\"ctr\">
\t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">";
// line 81
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod2_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 81, $this->source); })())));
echo "</span> ";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 81, $this->source); })()));
echo "</p>
\t\t\t\t\t<span class=\"title\">";
// line 82
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod2_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 82, $this->source); })())));
echo "</span>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"mod\" id=\"mod3\">
\t\t\t\t<div class=\"ctr\">
\t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">";
// line 87
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod3_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 87, $this->source); })())));
echo "</span> ";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 87, $this->source); })()));
echo "</p>
\t\t\t\t\t<span class=\"title\">";
// line 88
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod3_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 88, $this->source); })())));
echo "</span>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"mod\" id=\"mod4\">
\t\t\t\t<div class=\"ctr\">
\t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">";
// line 93
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod4_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 93, $this->source); })())));
echo "</span> ";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod4", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 93, $this->source); })()));
echo "</p>
\t\t\t\t\t<span class=\"title\">";
// line 94
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod4_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 94, $this->source); })())));
echo "</span>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"mod\" id=\"mod5\">
\t\t\t\t<div class=\"ctr\">
\t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">";
// line 99
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod5_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 99, $this->source); })())));
echo "</span> ";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod5", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 99, $this->source); })()));
echo "</p>
\t\t\t\t\t<span class=\"title\">";
// line 100
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mod5_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 100, $this->source); })())));
echo "</span>
\t\t\t\t</div>
\t\t\t</div>
</div>
\t\t</section>
<section class=\"espace-content second entreprise-restauration\" id=\"restauration\">
\t\t\t<h2 id=\"\" class=\"no-bar\">";
// line 109
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s2_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 109, $this->source); })())));
echo "<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"text-black\">";
// line 111
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 111, $this->source); })()));
echo "</p>
\t\t</section>
<div class=\"row histoire-restauration-links\">
<div class=\"col\">
<div class=\"bg\">
<a href=\"/";
// line 119
echo twig_escape_filter($this->env, 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.', 119, $this->source); })()), "request", [], "any", false, false, false, 119), "locale", [], "any", false, false, false, 119), "html", null, true);
echo "/le-majestic\" class=\"link\">LE MAJESTIC <img src=\"/front/img/message-arrow-single.svg\" alt=\"majestic\"></a>
</div>
<p class=\"desc\">";
// line 121
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_mj", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 121, $this->source); })()));
echo "</p>
</div>
<div class=\"col\">
<div class=\"bg\">
<a href=\"/";
// line 125
echo twig_escape_filter($this->env, 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.', 125, $this->source); })()), "request", [], "any", false, false, false, 125), "locale", [], "any", false, false, false, 125), "html", null, true);
echo "/le-versailles\" class=\"link\">LE VERSAILLES <img src=\"/front/img/message-arrow-single.svg\" alt=\"majestic\"></a>
</div>
<p class=\"desc\">";
// line 127
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_ve", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 127, $this->source); })()));
echo "</p>
</div>
</div>
";
// line 146
echo "
";
// line 158
echo "
<section class=\"espace-content second entreprise-lounge mt-5 pt-5\" id=\"lounge-club\">
\t\t\t<h2 id=\"\" class=\"no-bar\">";
// line 160
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s3_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 160, $this->source); })())));
echo "<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"text-black\">";
// line 162
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 162, $this->source); })()));
echo "</p>
\t\t</section>
\t\t<section class=\"entreprise-lounge-bg\" style=\"background-image: url('/front/img/espaces-lounge-club.jpg');\">
\t\t\t<div class=\"container\">
\t\t\t</div>
\t\t</section>
<section class=\"espace-content\" style=\"margin: -66px auto 0 auto;\">
\t\t\t<div class=\"owl-carousel lounge esp2\">
<div class=\"item\"><img src=\"/front/img/lounge-slider0.jpg\" alt=\"lounge\" /></div>
<div class=\"item\"><img src=\"/front/img/lounge-slider1.jpg\" alt=\"lounge\" /></div>
<div class=\"item\"><img src=\"/front/img/lounge-slider2.jpg\" alt=\"lounge\" /></div>
<div class=\"item\"><img src=\"/front/img/lounge-slider4.jpg\" alt=\"lounge\" /></div>
\t\t\t</div>
\t\t</section>
<section class=\"espace-content entreprise-contact second\" id=\"contact\">
\t\t\t<h2 id=\"\" class=\"no-bar\">";
// line 183
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s4_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 183, $this->source); })())));
echo "<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"text-black\">";
// line 185
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("entreprise_s4", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 185, $this->source); })()));
echo "</p>
\t\t\t<form class=\"form2\">
\t<div class=\"row\">
\t \t<div class=\"col-md-6\">
\t \t\t<input type=\"text\" placeholder=\"";
// line 190
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_nom", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 190, $this->source); })()));
echo "*\" name=\"lastname\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, 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.', 190, $this->source); })()), "user", [], "any", false, false, false, 190), "info", [0 => "lastname"], "method", false, false, false, 190), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 191
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_prenom", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 191, $this->source); })()));
echo "*\" name=\"firstname\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, 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.', 191, $this->source); })()), "user", [], "any", false, false, false, 191), "info", [0 => "firstname"], "method", false, false, false, 191), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 192
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_societe", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 192, $this->source); })()));
echo "\" name=\"company\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, 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.', 192, $this->source); })()), "user", [], "any", false, false, false, 192), "info", [0 => "company"], "method", false, false, false, 192), "html", null, true);
}
echo "\" />
<input type=\"tel\" placeholder=\"";
// line 193
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_tel", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 193, $this->source); })()));
echo "*\" name=\"phone\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, 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.', 193, $this->source); })()), "user", [], "any", false, false, false, 193), "info", [0 => "phone"], "method", false, false, false, 193), "html", null, true);
}
echo "\" />
<input type=\"email\" placeholder=\"";
// line 194
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_email", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 194, $this->source); })()));
echo "*\" name=\"email\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, 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.', 194, $this->source); })()), "user", [], "any", false, false, false, 194), "email", [], "any", false, false, false, 194), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 195
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_adresse", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 195, $this->source); })()));
echo "*\" name=\"address\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, 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.', 195, $this->source); })()), "user", [], "any", false, false, false, 195), "info", [0 => "address1"], "method", false, false, false, 195), "html", null, true);
}
echo "\" />
\t \t</div>
\t \t<div class=\"col-md-6\">
\t \t\t<input type=\"text\" placeholder=\"";
// line 198
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_code", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 198, $this->source); })()));
echo "*\" name=\"zipcode\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, 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.', 198, $this->source); })()), "user", [], "any", false, false, false, 198), "info", [0 => "zipcode"], "method", false, false, false, 198), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 199
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_ville", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 199, $this->source); })()));
echo "*\" name=\"city\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, 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.', 199, $this->source); })()), "user", [], "any", false, false, false, 199), "info", [0 => "city"], "method", false, false, false, 199), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 200
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_pays", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 200, $this->source); })()));
echo "*\" name=\"country\" value=\"";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
echo twig_escape_filter($this->env, 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.', 200, $this->source); })()), "user", [], "any", false, false, false, 200), "info", [0 => "country"], "method", false, false, false, 200), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 201
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_sujet", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 201, $this->source); })()));
echo "*\" name=\"subject\" />
<textarea placeholder=\"";
// line 202
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_message", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 202, $this->source); })()));
echo "*\" name=\"message\"></textarea>
\t \t</div>
<div class=\"col-md-12 contact-response\">
<p class=\"text-center mt-0 p-0 mb-2\"></p>
</div>
\t \t<button id=\"sendform\" class=\"send\">";
// line 211
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_envoyer", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 211, $this->source); })()));
echo "</button>
\t</div>
</form>
\t\t</section>
\t\t<div class=\"entreprise-bg2\">
\t\t\t<p class=\"title\">ROYAL PALACE</p>
\t\t\t<p class=\"address\">20 Rue de Hochfelden, 67330 KIRRWILLER - FRANCE</p>
\t\t\t<a href=\"tel:+33 (0)3 88 70 71 8\" class=\"phone\">+33 (0)3 88 70 71 81</a>
\t\t</div>
\t\t";
// line 225
$this->loadTemplate("FrontBundle/Partial/footer.html.twig", "FrontBundle/Page/espace-entreprises.html.twig", 225)->display($context);
// line 226
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 229
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 230
echo "
<script src=\"https://www.google.com/recaptcha/api.js?render=";
// line 232
echo twig_escape_filter($this->env, (isset($context["recaptcha_public_key"]) || array_key_exists("recaptcha_public_key", $context) ? $context["recaptcha_public_key"] : (function () { throw new RuntimeError('Variable "recaptcha_public_key" does not exist.', 232, $this->source); })()), "html", null, true);
echo "\"></script>
<script src=\"/front/js/owl.carousel.min.js\"></script>
<script type=\"text/javascript\">
\$( document ).ready(function() {
\$('.entreprise-mod .mod .title').on('click', function(e){
\te.preventDefault();
var id = \$(this).parents('.mod').attr('id');
\$('.title').show();
\$(this).hide();
\$('.info').hide();
\$('#'+id+' .info').fadeIn();
});
\$('.entreprise-mod .mod .close').on('click', function(e){
\te.preventDefault();
var id = \$(this).parents('.mod').attr('id');
\$('#'+id+' .info').hide();
\$('#'+id+' .title').fadeIn();
});
});
var owl = \$('.owl-carousel.esp');
owl.owlCarousel({
loop:false,
margin:30,
nav:true,
responsive:{
0:{
items:1
},
600:{
items:3
},
1920:{
items:3
}
}
});
var owl2 = \$('.owl-carousel.esp2');
owl2.owlCarousel({
loop:false,
margin:30,
nav:true,
responsive:{
0:{
items:1
},
600:{
items:4
},
1920:{
items:4
}
}
});
// HEADER IMAGE SWITCH
carouselIndex = 0;
\$('.owl-carousel.esp img').mousedown(function() {
setTimeout(function() { carouselIndex = owl.data()['owl.carousel']._current }, 220);
});
\$('.owl-carousel.esp img').on('click', function(e){
e.preventDefault();
if( carouselIndex == owl.data()['owl.carousel']._current ){
\$('.espace-header').attr('style', 'background-image: url(\"'+\$(this).attr('src')+'\");') ;
}
});
// END HEADER IMAGE SWITCH
// // HEADER IMAGE SWITCH LOUNGE
// carouselIndex = 0;
// \$('.owl-carousel.esp2 img').mousedown(function() {
// setTimeout(function() { carouselIndex = owl2.data()['owl.carousel']._current }, 220);
// });
// \$('.owl-carousel.esp2 img').on('click', function(e){
// e.preventDefault();
// if( carouselIndex == owl.data()['owl.carousel']._current ){
// \$('.entreprise-lounge-bg').attr('style', 'background-image: url(\"'+\$(this).attr('src')+'\");') ;
// }
// });
// // END HEADER IMAGE SWITCH LOUNGE
if( \$('.project-bar-ctrl').length >0 ) {
offset = \$('.project-bar-ctrl').offset().top;
\$('.gallery-container').scroll(function(){
var pos = \$('.gallery-container').scrollTop();
var top = pos * 706 / 1790;
\$('.project-bar-ctrl').css('top', top+'px');
});
}
owl.on('changed.owl.carousel', function(event) {
var itemsNbr = owl.data()['owl.carousel'].settings.items;
var itemsTotal = event.item.count;
var itemsIndex = event.item.index;
var pagesNbr = itemsTotal - itemsNbr;
var horizontalBar = \$('.horizontal-bar').outerWidth();
var horizontalBarCtrl = \$('.horizontal-bar-ctrl').outerWidth();
var courseLength = \$('.horizontal-bar').outerWidth() - \$('.horizontal-bar-ctrl').outerWidth();
var left = itemsIndex * 100 / pagesNbr; // percent
left = left * courseLength / 100;
\$('.horizontal-bar-ctrl').css('left', left+'px');
});
\t</script>
<script type=\"text/javascript\">
\$(document).ready(function() {
\$('#sendform').on('click', function(e){
e.preventDefault();
grecaptcha.ready(function() {
grecaptcha.execute('";
// line 368
echo twig_escape_filter($this->env, (isset($context["recaptcha_public_key"]) || array_key_exists("recaptcha_public_key", $context) ? $context["recaptcha_public_key"] : (function () { throw new RuntimeError('Variable "recaptcha_public_key" does not exist.', 368, $this->source); })()), "html", null, true);
echo "', {action: 'submit'}).then(function(token) {
var form = {
token: token,
firstname: \$('#contact [name=\"firstname\"').val(),
lastname: \$('#contact [name=\"lastname\"').val(),
company: \$('#contact [name=\"company\"').val(),
phone: \$('#contact [name=\"phone\"').val(),
email: \$('#contact [name=\"email\"').val(),
address: \$('#contact [name=\"address\"').val(),
zipcode: \$('#contact [name=\"zipcode\"').val(),
city: \$('#contact [name=\"city\"').val(),
country: \$('#contact [name=\"country\"').val(),
subject: \$('#contact [name=\"subject\"').val(),
message: \$('#contact [name=\"message\"').val(),
};
\$.post('/contact/send/";
// line 385
echo twig_escape_filter($this->env, 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.', 385, $this->source); })()), "request", [], "any", false, false, false, 385), "locale", [], "any", false, false, false, 385), "html", null, true);
echo "', form, function( data ) {
\$('.contact-response').hide();
if(data.success == true){
\$('#sendform').hide();
\$('.contact-response').show();
\$('.contact-response p').html('Merci pour votre message. <br> Nous vous répondrons dans les plus brefs délais.');
} else {
\$('.contact-response').show();
\$('.contact-response p').text(data.error);
}
}, \"json\");
});
});
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "FrontBundle/Page/espace-entreprises.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 769 => 385, 749 => 368, 610 => 232, 606 => 230, 596 => 229, 585 => 226, 583 => 225, 566 => 211, 554 => 202, 550 => 201, 542 => 200, 534 => 199, 526 => 198, 516 => 195, 508 => 194, 500 => 193, 492 => 192, 484 => 191, 476 => 190, 468 => 185, 463 => 183, 439 => 162, 434 => 160, 430 => 158, 427 => 146, 419 => 127, 414 => 125, 407 => 121, 402 => 119, 391 => 111, 386 => 109, 374 => 100, 368 => 99, 360 => 94, 354 => 93, 346 => 88, 340 => 87, 332 => 82, 326 => 81, 318 => 76, 312 => 75, 302 => 68, 297 => 66, 286 => 57, 275 => 55, 271 => 54, 261 => 47, 256 => 45, 252 => 44, 245 => 40, 241 => 39, 234 => 34, 224 => 33, 212 => 29, 202 => 28, 187 => 19, 182 => 17, 178 => 16, 173 => 13, 163 => 12, 144 => 10, 125 => 9, 106 => 8, 87 => 4, 66 => 3, 43 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'FrontBundle/layout.html.twig' %}
{% block title %}{{ app_sitename }} - {{ page.metaTitle }}{% endblock %}
{% block description %}{{ page.metaDescription }}{% endblock %}
{% block extra_class %}native{% endblock %}
{% block menu_min %}700{% endblock %}
{% block menu_max %}4127{% endblock %}
{% block sub_header %}
\t<div class=\"sub-header anchor\">
<ul>
\t<li><a href=\"#menu_min\">{{ 'espaces_salle'|tr(tr)|upper|raw }}</a></li>
\t<li><a href=\"#restauration\">{{ 'menu_restauration'|tr(tr)|upper|raw }}</a></li>
\t<li><a href=\"#lounge-club\">Lounge club</a></li>
\t<li ><a href=\"#contact\">{{ 'menu_contact'|tr(tr)|upper|raw }}</a></li>
</ul>
</div>
{% endblock %}
{% block stylesheets %}
\t<link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
\t<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
{% endblock %}
{% block body %}
<section class=\"espace-header\" style=\"background-image: url('/front/img/entreprise-slider0.jpg');\">
<div class=\"shadow-60\"></div>
\t <div class=\"container\">
\t <h1>{{ 'entreprise_title'|tr(tr)|upper|raw }}</h1>
\t <p>{{ 'entreprise_subtitle'|tr(tr)|raw }}</p>
\t </div>
<ul class=\"anchor\">
\t<li><a href=\"#salle\">{{ 'espaces_salle'|tr(tr)|upper|raw }}</a></li>
\t<li><a href=\"#restauration\">{{ 'menu_restauration'|tr(tr)|upper|raw }}</a></li>
\t<li><a href=\"#lounge-club\">Lounge club</a></li>
\t<li ><a href=\"#contact\">{{ 'menu_contact'|tr(tr)|upper|raw }}</a></li>
</ul>
</section>
<section class=\"espace-content\" id=\"salle\">
\t\t\t<div class=\"owl-carousel esp lounge\">
{% for i in 0..8 %}
\t\t\t <div class=\"item\"><img src=\"/front/img/entreprise-slider{{i}}.jpg\" alt=\"entreprise {{i}}\" /></div>
\t\t\t {% endfor %}
\t\t\t</div>
<div class=\"horizontal-bar-container\">
<div class=\"horizontal-bar\"></div>
<div class=\"horizontal-bar-ctrl purple\"></div>
</div>
\t\t\t<a href=\"#next\" class=\"next-arrow\"><img src=\"/front/img/espaces-arrow-b-l.svg\" alt=\"suivant\" /></a>
\t\t\t<h2 id=\"next\" class=\"no-bar\">{{ 'entreprise_s1_title'|tr(tr)|upper|raw }}<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"text-dark pl-0 pr-0\">{{ 'entreprise_s1'|tr(tr)|raw }}</p>
\t\t</section>
\t\t<section class=\"espace-content mt-5 no-mobile\">
<div class=\" entreprise-mod\">
\t\t\t<div class=\"mod\" id=\"mod1\">
\t\t\t\t<div class=\"ctr\">
\t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">{{ 'entreprise_mod1_title'|tr(tr)|upper|raw }}</span> {{ 'entreprise_mod1'|tr(tr)|raw }} </p>
\t\t\t\t\t<span class=\"title\">{{ 'entreprise_mod1_title'|tr(tr)|upper|raw }}</span>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"mod\" id=\"mod2\">
\t\t\t\t<div class=\"ctr\">
\t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">{{ 'entreprise_mod2_title'|tr(tr)|upper|raw }}</span> {{ 'entreprise_mod2'|tr(tr)|raw }}</p>
\t\t\t\t\t<span class=\"title\">{{ 'entreprise_mod2_title'|tr(tr)|upper|raw }}</span>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"mod\" id=\"mod3\">
\t\t\t\t<div class=\"ctr\">
\t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">{{ 'entreprise_mod3_title'|tr(tr)|upper|raw }}</span> {{ 'entreprise_mod3'|tr(tr)|raw }}</p>
\t\t\t\t\t<span class=\"title\">{{ 'entreprise_mod3_title'|tr(tr)|upper|raw }}</span>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"mod\" id=\"mod4\">
\t\t\t\t<div class=\"ctr\">
\t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">{{ 'entreprise_mod4_title'|tr(tr)|upper|raw }}</span> {{ 'entreprise_mod4'|tr(tr)|raw }}</p>
\t\t\t\t\t<span class=\"title\">{{ 'entreprise_mod4_title'|tr(tr)|upper|raw }}</span>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"mod\" id=\"mod5\">
\t\t\t\t<div class=\"ctr\">
\t\t\t\t\t<p class=\"info\"><a href=\"#\" class=\"close\"><img src=\"/front/img/entreprise-cross.svg\" alt=\"close\" /></a><span class=\"label\">{{ 'entreprise_mod5_title'|tr(tr)|upper|raw }}</span> {{ 'entreprise_mod5'|tr(tr)|raw }}</p>
\t\t\t\t\t<span class=\"title\">{{ 'entreprise_mod5_title'|tr(tr)|upper|raw }}</span>
\t\t\t\t</div>
\t\t\t</div>
</div>
\t\t</section>
<section class=\"espace-content second entreprise-restauration\" id=\"restauration\">
\t\t\t<h2 id=\"\" class=\"no-bar\">{{ 'entreprise_s2_title'|tr(tr)|upper|raw }}<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"text-black\">{{ 'entreprise_s2'|tr(tr)|raw }}</p>
\t\t</section>
<div class=\"row histoire-restauration-links\">
<div class=\"col\">
<div class=\"bg\">
<a href=\"/{{app.request.locale }}/le-majestic\" class=\"link\">LE MAJESTIC <img src=\"/front/img/message-arrow-single.svg\" alt=\"majestic\"></a>
</div>
<p class=\"desc\">{{ 'entreprise_mj'|tr(tr)|raw }}</p>
</div>
<div class=\"col\">
<div class=\"bg\">
<a href=\"/{{app.request.locale }}/le-versailles\" class=\"link\">LE VERSAILLES <img src=\"/front/img/message-arrow-single.svg\" alt=\"majestic\"></a>
</div>
<p class=\"desc\">{{ 'entreprise_ve'|tr(tr)|raw }}</p>
</div>
</div>
{# \t\t<div class=\"row entreprise-restauration-links\">
\t\t\t<div class=\"col\">
\t\t\t\t<div class=\"bg\">
\t\t\t\t\t
\t\t\t\t</div>
\t\t\t\t<a href=\"/{{app.request.locale }}/le-majestic\" class=\"link\">DÉCOUVRIR L'ESPACE <img src=\"/front/img/message-arrow.svg\" alt=\"majestic\"></a>
\t\t\t</div>
\t\t\t<div class=\"col\">
\t\t\t\t<div class=\"bg\">
\t\t\t\t\t
\t\t\t\t</div>
\t\t\t\t<a href=\"/{{app.request.locale }}/le-versailles\" class=\"link\">DÉCOUVRIR L'ESPACE <img src=\"/front/img/message-arrow.svg\" alt=\"majestic\"></a>
\t\t\t</div>
\t\t</div> #}
{# \t\t<div class=\"row entreprise-restauration-desc\">
\t\t\t<div class=\"col\">
\t\t\t\t<p class=\"title\">LE MAJESTIC</p>
\t\t\t\t<p class=\"desc\">Ambiance plus cosy, menu gastronomique et repas<br>dansant animé par un orchestre.<br> Capable d'accueillir 800 couverts.</p>
\t\t\t</div>
\t\t\t<div class=\"col\">
\t\t\t\t<p class=\"title\">LE VERSAILLES</p>
\t\t\t\t<p class=\"desc\">Ambiance plus intimiste, menu gastronomique<br> sans orchestre.<br> Capable d'accueillir 150 couverts.</p>
\t\t\t</div>
\t\t</div>
#}
<section class=\"espace-content second entreprise-lounge mt-5 pt-5\" id=\"lounge-club\">
\t\t\t<h2 id=\"\" class=\"no-bar\">{{ 'entreprise_s3_title'|tr(tr)|upper|raw }}<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"text-black\">{{ 'entreprise_s3'|tr(tr)|raw }}</p>
\t\t</section>
\t\t<section class=\"entreprise-lounge-bg\" style=\"background-image: url('/front/img/espaces-lounge-club.jpg');\">
\t\t\t<div class=\"container\">
\t\t\t</div>
\t\t</section>
<section class=\"espace-content\" style=\"margin: -66px auto 0 auto;\">
\t\t\t<div class=\"owl-carousel lounge esp2\">
<div class=\"item\"><img src=\"/front/img/lounge-slider0.jpg\" alt=\"lounge\" /></div>
<div class=\"item\"><img src=\"/front/img/lounge-slider1.jpg\" alt=\"lounge\" /></div>
<div class=\"item\"><img src=\"/front/img/lounge-slider2.jpg\" alt=\"lounge\" /></div>
<div class=\"item\"><img src=\"/front/img/lounge-slider4.jpg\" alt=\"lounge\" /></div>
\t\t\t</div>
\t\t</section>
<section class=\"espace-content entreprise-contact second\" id=\"contact\">
\t\t\t<h2 id=\"\" class=\"no-bar\">{{ 'entreprise_s4_title'|tr(tr)|upper|raw }}<span class=\"full-bar\"></span></h2>
\t\t\t<p class=\"text-black\">{{ 'entreprise_s4'|tr(tr)|raw }}</p>
\t\t\t<form class=\"form2\">
\t<div class=\"row\">
\t \t<div class=\"col-md-6\">
\t \t\t<input type=\"text\" placeholder=\"{{ 'contact_nom'|tr(tr)|raw }}*\" name=\"lastname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('lastname') }}{% endif %}\" />
<input type=\"text\" placeholder=\"{{ 'contact_prenom'|tr(tr)|raw }}*\" name=\"firstname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('firstname') }}{% endif %}\" />
<input type=\"text\" placeholder=\"{{ 'contact_societe'|tr(tr)|raw }}\" name=\"company\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('company') }}{% endif %}\" />
<input type=\"tel\" placeholder=\"{{ 'contact_tel'|tr(tr)|raw }}*\" name=\"phone\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('phone') }}{% endif %}\" />
<input type=\"email\" placeholder=\"{{ 'contact_email'|tr(tr)|raw }}*\" name=\"email\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\" />
<input type=\"text\" placeholder=\"{{ 'contact_adresse'|tr(tr)|raw }}*\" name=\"address\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('address1') }}{% endif %}\" />
\t \t</div>
\t \t<div class=\"col-md-6\">
\t \t\t<input type=\"text\" placeholder=\"{{ 'contact_code'|tr(tr)|raw }}*\" name=\"zipcode\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('zipcode') }}{% endif %}\" />
<input type=\"text\" placeholder=\"{{ 'contact_ville'|tr(tr)|raw }}*\" name=\"city\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('city') }}{% endif %}\" />
<input type=\"text\" placeholder=\"{{ 'contact_pays'|tr(tr)|raw }}*\" name=\"country\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('country') }}{% endif %}\" />
<input type=\"text\" placeholder=\"{{ 'contact_sujet'|tr(tr)|raw }}*\" name=\"subject\" />
<textarea placeholder=\"{{ 'contact_message'|tr(tr)|raw }}*\" name=\"message\"></textarea>
\t \t</div>
<div class=\"col-md-12 contact-response\">
<p class=\"text-center mt-0 p-0 mb-2\"></p>
</div>
\t \t<button id=\"sendform\" class=\"send\">{{ 'contact_envoyer'|tr(tr)|raw }}</button>
\t</div>
</form>
\t\t</section>
\t\t<div class=\"entreprise-bg2\">
\t\t\t<p class=\"title\">ROYAL PALACE</p>
\t\t\t<p class=\"address\">20 Rue de Hochfelden, 67330 KIRRWILLER - FRANCE</p>
\t\t\t<a href=\"tel:+33 (0)3 88 70 71 8\" class=\"phone\">+33 (0)3 88 70 71 81</a>
\t\t</div>
\t\t{% include 'FrontBundle/Partial/footer.html.twig' %}
{% endblock %}
{% block javascripts %}
<script src=\"https://www.google.com/recaptcha/api.js?render={{ recaptcha_public_key }}\"></script>
<script src=\"/front/js/owl.carousel.min.js\"></script>
<script type=\"text/javascript\">
\$( document ).ready(function() {
\$('.entreprise-mod .mod .title').on('click', function(e){
\te.preventDefault();
var id = \$(this).parents('.mod').attr('id');
\$('.title').show();
\$(this).hide();
\$('.info').hide();
\$('#'+id+' .info').fadeIn();
});
\$('.entreprise-mod .mod .close').on('click', function(e){
\te.preventDefault();
var id = \$(this).parents('.mod').attr('id');
\$('#'+id+' .info').hide();
\$('#'+id+' .title').fadeIn();
});
});
var owl = \$('.owl-carousel.esp');
owl.owlCarousel({
loop:false,
margin:30,
nav:true,
responsive:{
0:{
items:1
},
600:{
items:3
},
1920:{
items:3
}
}
});
var owl2 = \$('.owl-carousel.esp2');
owl2.owlCarousel({
loop:false,
margin:30,
nav:true,
responsive:{
0:{
items:1
},
600:{
items:4
},
1920:{
items:4
}
}
});
// HEADER IMAGE SWITCH
carouselIndex = 0;
\$('.owl-carousel.esp img').mousedown(function() {
setTimeout(function() { carouselIndex = owl.data()['owl.carousel']._current }, 220);
});
\$('.owl-carousel.esp img').on('click', function(e){
e.preventDefault();
if( carouselIndex == owl.data()['owl.carousel']._current ){
\$('.espace-header').attr('style', 'background-image: url(\"'+\$(this).attr('src')+'\");') ;
}
});
// END HEADER IMAGE SWITCH
// // HEADER IMAGE SWITCH LOUNGE
// carouselIndex = 0;
// \$('.owl-carousel.esp2 img').mousedown(function() {
// setTimeout(function() { carouselIndex = owl2.data()['owl.carousel']._current }, 220);
// });
// \$('.owl-carousel.esp2 img').on('click', function(e){
// e.preventDefault();
// if( carouselIndex == owl.data()['owl.carousel']._current ){
// \$('.entreprise-lounge-bg').attr('style', 'background-image: url(\"'+\$(this).attr('src')+'\");') ;
// }
// });
// // END HEADER IMAGE SWITCH LOUNGE
if( \$('.project-bar-ctrl').length >0 ) {
offset = \$('.project-bar-ctrl').offset().top;
\$('.gallery-container').scroll(function(){
var pos = \$('.gallery-container').scrollTop();
var top = pos * 706 / 1790;
\$('.project-bar-ctrl').css('top', top+'px');
});
}
owl.on('changed.owl.carousel', function(event) {
var itemsNbr = owl.data()['owl.carousel'].settings.items;
var itemsTotal = event.item.count;
var itemsIndex = event.item.index;
var pagesNbr = itemsTotal - itemsNbr;
var horizontalBar = \$('.horizontal-bar').outerWidth();
var horizontalBarCtrl = \$('.horizontal-bar-ctrl').outerWidth();
var courseLength = \$('.horizontal-bar').outerWidth() - \$('.horizontal-bar-ctrl').outerWidth();
var left = itemsIndex * 100 / pagesNbr; // percent
left = left * courseLength / 100;
\$('.horizontal-bar-ctrl').css('left', left+'px');
});
\t</script>
<script type=\"text/javascript\">
\$(document).ready(function() {
\$('#sendform').on('click', function(e){
e.preventDefault();
grecaptcha.ready(function() {
grecaptcha.execute('{{ recaptcha_public_key }}', {action: 'submit'}).then(function(token) {
var form = {
token: token,
firstname: \$('#contact [name=\"firstname\"').val(),
lastname: \$('#contact [name=\"lastname\"').val(),
company: \$('#contact [name=\"company\"').val(),
phone: \$('#contact [name=\"phone\"').val(),
email: \$('#contact [name=\"email\"').val(),
address: \$('#contact [name=\"address\"').val(),
zipcode: \$('#contact [name=\"zipcode\"').val(),
city: \$('#contact [name=\"city\"').val(),
country: \$('#contact [name=\"country\"').val(),
subject: \$('#contact [name=\"subject\"').val(),
message: \$('#contact [name=\"message\"').val(),
};
\$.post('/contact/send/{{app.request.locale}}', form, function( data ) {
\$('.contact-response').hide();
if(data.success == true){
\$('#sendform').hide();
\$('.contact-response').show();
\$('.contact-response p').html('Merci pour votre message. <br> Nous vous répondrons dans les plus brefs délais.');
} else {
\$('.contact-response').show();
\$('.contact-response p').text(data.error);
}
}, \"json\");
});
});
});
});
</script>
{% endblock %}
", "FrontBundle/Page/espace-entreprises.html.twig", "/home/clients/3cdd021c67ffcc8186b679e7845b2138/sites/api-royal-palace.dix-demo.fr/13_06_24/templates/FrontBundle/Page/espace-entreprises.html.twig");
}
}