<?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/informations-pratiques.html.twig */
class __TwigTemplate_2702c7b5eb2223b7b7dc3b08695b2a512cb32e0c9a5acc390fad8e4cbd4f7237 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_max' => [$this, 'block_menu_max'],
'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/informations-pratiques.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/informations-pratiques.html.twig"));
$this->parent = $this->loadTemplate("FrontBundle/layout.html.twig", "FrontBundle/Page/informations-pratiques.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 "stack";
$__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 "2636";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 25
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 26
echo " <link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 30
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 31
echo "
<section class=\"espace-content second info-top\">
<div class=\"row fluid-menu mb-5\">
<div class=\"nav-menu\">
<div class=\"nav-list\">
<div class=\"overlay\" style=\"top: 195px; height: 37px; width: 145.922px;\"></div>
<ul>
<li class=\"active hover\"><a href=\"/";
// line 41
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.', 41, $this->source); })()), "request", [], "any", false, false, false, 41), "locale", [], "any", false, false, false, 41), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("informations-pratiques", 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.', 41, $this->source); })()), "request", [], "any", false, false, false, 41), "locale", [], "any", false, false, false, 41)), "html", null, true);
echo "\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_menu1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 41, $this->source); })()));
echo "</a></li>
<li class=\"\"><a href=\"/";
// line 42
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.', 42, $this->source); })()), "request", [], "any", false, false, false, 42), "locale", [], "any", false, false, false, 42), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("mini-suites", 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.', 42, $this->source); })()), "request", [], "any", false, false, false, 42), "locale", [], "any", false, false, false, 42)), "html", null, true);
echo "\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_menu2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 42, $this->source); })()));
echo "</a></li>
<li class=\"\"><a href=\"/";
// line 43
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.', 43, $this->source); })()), "request", [], "any", false, false, false, 43), "locale", [], "any", false, false, false, 43), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("nos-partenaires", 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.', 43, $this->source); })()), "request", [], "any", false, false, false, 43), "locale", [], "any", false, false, false, 43)), "html", null, true);
echo "\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_menu3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 43, $this->source); })()));
echo "</a></li>
</ul>
</div>
</div>
</div>
<h1 class=\"text-center mb-4\">";
// line 49
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 49, $this->source); })()));
echo "</h1>
";
// line 51
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_desc", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 51, $this->source); })()));
echo "
<a href=\"#contact\" class=\"btn-primary btn-sm text mb-5 mt-4\">";
// line 52
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_title2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 52, $this->source); })()));
echo " <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\"></a>
</section>
<section class=\"espace-content full mt-0 grey-bg infos\">
<div class=\"content mt-5 pt-5\">
<h2 class=\"mb-5 no-bar voiture\">";
// line 58
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s1_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 58, $this->source); })()));
echo "</h2>
<div class=\"row pb-5\">
<div class=\"col-md-3\">
<p>
<strong class=\"mb-3\">";
// line 63
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s1_t1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 63, $this->source); })()));
echo "</strong><br>
– Strasbourg : 30mn<br>
– Baden Baden : 45mn<br>
– Bâle, Mulhouse : 1h30<br>
– Saarbrücken : 1h30
</p>
</div>
<div class=\"col-md-3\">
<p>
<strong class=\"mb-3\">";
// line 72
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s1_t2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 72, $this->source); })()));
echo "</strong><br>
– Paris-Strasbourg : TGV, 2h20<br>
– Strasbourg : 30mn<br>
– Saverne : 20mn<br>
– Obermodern : 5mn
</p>
</div>
<div class=\"col-md-3\">
<p>
<strong class=\"mb-3\">";
// line 81
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s1_t3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 81, $this->source); })()));
echo "</strong><br>
";
// line 82
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s1_t32", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 82, $this->source); })()));
echo "
</p>
<p class=\"mt-3\">
<strong class=\"mb-3\">";
// line 86
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s1_t4", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 86, $this->source); })()));
echo "</strong><br>
";
// line 87
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s1_t42", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 87, $this->source); })()));
echo "
</p>
</div>
<div class=\"col-md-3\">
<p>
</p>
</div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 infos\">
<div class=\"content mt-5 pt-4\">
<h2 class=\"mb-5 no-bar heure\">";
// line 101
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s2_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 101, $this->source); })()));
echo "</h2>
<div class=\"row pb-4\">
<div class=\"col-md-6\">
";
// line 105
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s2_1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 105, $this->source); })()));
echo "
</div>
<div class=\"col-md-6\">
";
// line 109
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s2_2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 109, $this->source); })()));
echo "
</div>
<div class=\"col-md-2\">
</div>
<div class=\"col-md-12\">
";
// line 116
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s2_3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 116, $this->source); })()));
echo "
";
// line 121
echo " </div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 grey-bg infos\">
<div class=\"content mt-5 pt-5\">
<h2 class=\"mb-5 no-bar ticket\">";
// line 129
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s3_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 129, $this->source); })()));
echo "</h2>
<div class=\"row pb-5\">
<div class=\"col-md-8\">
<p>
";
// line 134
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s3_desc", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 134, $this->source); })()));
echo "
</p>
</div>
<div class=\"col-md-4\">
<a href=\"/";
// line 138
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.', 138, $this->source); })()), "request", [], "any", false, false, false, 138), "locale", [], "any", false, false, false, 138), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("reservation", 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.', 138, $this->source); })()), "request", [], "any", false, false, false, 138), "locale", [], "any", false, false, false, 138)), "html", null, true);
echo "\" class=\"btn-primary btn-sm text\">";
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("general_reserver", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 138, $this->source); })())));
echo " <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\"></a>
</div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 infos\">
<div class=\"content mt-5 pt-4\">
<h2 class=\"mb-5 no-bar banque\">";
// line 147
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s4_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 147, $this->source); })()));
echo "</h2>
<div class=\"row pb-4\">
<div class=\"col-md-5\">
<p>
<strong class=\"mb-3\">STE ADAM MEYER :</strong><br>
BANQUE CCM DE BOUXWILLER ET ENVIRONS<br>
IBAN : FR76 10278 01670 00013429645 56<br>
BIC : CMCIFR2A
</p>
</div>
<div class=\"col-md-5\">
<p>
<strong class=\"mb-3\">ROYAL SHOW PRODUCTIONS :</strong><br>
BANQUE : CCM DE BOUXWILLER ET ENVIRONS<br>
IBAN : FR 76 10278 01670 00014697745 96<br>
BIC : CMCIFR2A
</p>
</div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 grey-bg infos\">
<div class=\"content mt-5 pt-5\">
<h2 class=\"mb-5 no-bar other\">";
// line 173
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s5_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 173, $this->source); })()));
echo "</h2>
<div class=\"row pb-5\">
<div class=\"col-md-4\">
";
// line 177
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s5_1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 177, $this->source); })()));
echo "
</div>
<div class=\"col-md-4\">
";
// line 181
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s5_2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 181, $this->source); })()));
echo "
";
// line 184
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s5_3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 184, $this->source); })()));
echo "
</div>
<div class=\"col-md-4\">
";
// line 189
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_s5_4", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 189, $this->source); })()));
echo "
</div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 infos\">
<div class=\"content mt-0 pt-4\">
<h2 class=\"mb-5 no-icon\"> </h2>
<div class=\"row pb-4\">
<div class=\"col-md-12\">
<i class=\"text-italic\">";
// line 202
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_pmr", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 202, $this->source); })()));
echo "</i>
</div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 infos contact\" id=\"contact\">
<div class=\"content\">
<h2 class=\"mb-5 mt-4 no-icon\">";
// line 211
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("infos_contact", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 211, $this->source); })()));
echo "</h2>
<div class=\"row pb-4\">
";
// line 243
echo "
<form class=\"form2\" id=\"contact\">
<div class=\"row\">
<div class=\"col-md-6\">
<input type=\"text\" placeholder=\"";
// line 249
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.', 249, $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.', 249, $this->source); })()), "user", [], "any", false, false, false, 249), "info", [0 => "lastname"], "method", false, false, false, 249), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 250
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.', 250, $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.', 250, $this->source); })()), "user", [], "any", false, false, false, 250), "info", [0 => "firstname"], "method", false, false, false, 250), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 251
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.', 251, $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.', 251, $this->source); })()), "user", [], "any", false, false, false, 251), "info", [0 => "company"], "method", false, false, false, 251), "html", null, true);
}
echo "\" />
<input type=\"tel\" placeholder=\"";
// line 252
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.', 252, $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.', 252, $this->source); })()), "user", [], "any", false, false, false, 252), "info", [0 => "phone"], "method", false, false, false, 252), "html", null, true);
}
echo "\" />
<input type=\"email\" placeholder=\"";
// line 253
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.', 253, $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.', 253, $this->source); })()), "user", [], "any", false, false, false, 253), "email", [], "any", false, false, false, 253), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 254
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.', 254, $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.', 254, $this->source); })()), "user", [], "any", false, false, false, 254), "info", [0 => "address1"], "method", false, false, false, 254), "html", null, true);
}
echo "\" />
</div>
<div class=\"col-md-6\">
<input type=\"text\" placeholder=\"";
// line 257
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.', 257, $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.', 257, $this->source); })()), "user", [], "any", false, false, false, 257), "info", [0 => "zipcode"], "method", false, false, false, 257), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 258
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.', 258, $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.', 258, $this->source); })()), "user", [], "any", false, false, false, 258), "info", [0 => "city"], "method", false, false, false, 258), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 259
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.', 259, $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.', 259, $this->source); })()), "user", [], "any", false, false, false, 259), "info", [0 => "country"], "method", false, false, false, 259), "html", null, true);
}
echo "\" />
<input type=\"text\" placeholder=\"";
// line 260
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.', 260, $this->source); })()));
echo "*\" name=\"subject\" />
<textarea placeholder=\"";
// line 261
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("contact_message_full", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 261, $this->source); })()));
echo "*\" name=\"message\"></textarea>
</div>
<div class=\"row contact-response\">
<p class=\"text-center mt-0 mb-0\"></p>
</div>
<button id=\"sendform\" class=\"send\">";
// line 268
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.', 268, $this->source); })()));
echo "</button>
</div>
</form>
</div>
</div>
</section>
<div class=\"infos-bg2\">
<div class=\"info-footer\">
";
// line 282
echo " </div>
</div>
";
// line 286
$this->loadTemplate("FrontBundle/Partial/footer.html.twig", "FrontBundle/Page/informations-pratiques.html.twig", 286)->display($context);
// line 287
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 290
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 291
echo "
<script src=\"https://www.google.com/recaptcha/api.js?render=";
// line 292
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.', 292, $this->source); })()), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\">
\$(document).ready(function() {
hoverList(document.querySelector('.nav-list ul li.active'));
\$(window).scrollTop(0);
\$('#sendform').on('click', function(e){
e.preventDefault();
grecaptcha.ready(function() {
grecaptcha.execute('";
// line 306
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.', 306, $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 324
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.', 324, $this->source); })()), "request", [], "any", false, false, false, 324), "locale", [], "any", false, false, false, 324), "html", null, true);
echo "', form, function( data ) {
\$('.contact-response').hide();
if(data.success == true){
\$('#sendform').hide();
\$('.contact-response').show();
\$('.contact-response p').html(\"";
// line 329
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("js_contact_merci", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 329, $this->source); })()));
echo "\");
} else {
\$('.contact-response').show();
\$('.contact-response p').text(data.error);
}
}, \"json\");
});
});
});
if( \$('.nav-list .overlay').length > 0 ){
const overlay = document.querySelector('.nav-list .overlay');
const nav_list = document.querySelectorAll('.nav-list ul li');
nav_list.forEach((list) => {
list.addEventListener('mouseover', () => {
let position = list.getBoundingClientRect();
overlay.classList.add('active');
overlay.style.left = position.x + 'px';
overlay.style.top = position.y + 'px';
overlay.style.height = position.height + 'px';
overlay.style.width = position.width + 'px';
});
list.addEventListener('mouseout', () => {
overlay.classList.remove('active');
});
});
}
});
function hoverList(list){
if( \$('.nav-list .overlay').length > 0 ){
const overlay = document.querySelector('.nav-list .overlay');
let position = list.getBoundingClientRect();
overlay.classList.add('active');
overlay.style.left = position.x + 'px';
// overlay.style.top = position.y + 'px';
overlay.style.top = \$('.nav-list').position().top + 20 + 'px';
overlay.style.height = position.height + 'px';
overlay.style.width = position.width + 'px';
}
}
\$('.nav-list ul li').on('mouseover', function(){
\$('.nav-list ul li').removeClass('hover');
\$(this).addClass('hover');
});
hoverList(document.querySelector('.nav-list ul li.active'));
setTimeout( function(){hoverList(document.querySelector('.nav-list ul li.active'));} , 500);
setTimeout( function(){hoverList(document.querySelector('.nav-list ul li.active'));} , 1000);
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "FrontBundle/Page/informations-pratiques.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 647 => 329, 639 => 324, 618 => 306, 601 => 292, 598 => 291, 588 => 290, 577 => 287, 575 => 286, 569 => 282, 554 => 268, 544 => 261, 540 => 260, 532 => 259, 524 => 258, 516 => 257, 506 => 254, 498 => 253, 490 => 252, 482 => 251, 474 => 250, 466 => 249, 458 => 243, 452 => 211, 440 => 202, 424 => 189, 416 => 184, 410 => 181, 403 => 177, 396 => 173, 367 => 147, 351 => 138, 344 => 134, 336 => 129, 326 => 121, 321 => 116, 311 => 109, 304 => 105, 297 => 101, 280 => 87, 276 => 86, 269 => 82, 265 => 81, 253 => 72, 241 => 63, 233 => 58, 224 => 52, 220 => 51, 215 => 49, 202 => 43, 194 => 42, 186 => 41, 174 => 31, 164 => 30, 152 => 26, 142 => 25, 123 => 10, 104 => 8, 85 => 4, 64 => 3, 41 => 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 %}stack{% endblock %}
{# {% block menu_min %}200{% endblock %} #}
{% block menu_max %}2636{% endblock %}
{# {% block sub_header %}
<div class=\"sub-header\">
<ul>
<li class=\"active\"><a href=\"/{{app.request.locale }}/informations-pratiques\">Informations</a></li>
<li><a href=\"/{{app.request.locale }}/mini-suites\">Mini-suites</a></li>
<li><a href=\"/{{app.request.locale }}/nos-partenaires\">Partenaires</a></li>
</ul>
</div>
{% endblock %} #}
{% block stylesheets %}
<link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
{% endblock %}
{% block body %}
<section class=\"espace-content second info-top\">
<div class=\"row fluid-menu mb-5\">
<div class=\"nav-menu\">
<div class=\"nav-list\">
<div class=\"overlay\" style=\"top: 195px; height: 37px; width: 145.922px;\"></div>
<ul>
<li class=\"active hover\"><a href=\"/{{app.request.locale }}/{{ 'informations-pratiques'|getUrl(app.request.locale) }}\">{{ 'infos_menu1'|tr(tr)|raw }}</a></li>
<li class=\"\"><a href=\"/{{app.request.locale }}/{{ 'mini-suites'|getUrl(app.request.locale) }}\">{{ 'infos_menu2'|tr(tr)|raw }}</a></li>
<li class=\"\"><a href=\"/{{app.request.locale }}/{{ 'nos-partenaires'|getUrl(app.request.locale) }}\">{{ 'infos_menu3'|tr(tr)|raw }}</a></li>
</ul>
</div>
</div>
</div>
<h1 class=\"text-center mb-4\">{{ 'infos_title'|tr(tr)|raw }}</h1>
{{ 'infos_desc'|tr(tr)|raw }}
<a href=\"#contact\" class=\"btn-primary btn-sm text mb-5 mt-4\">{{ 'contact_title2'|tr(tr)|raw }} <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\"></a>
</section>
<section class=\"espace-content full mt-0 grey-bg infos\">
<div class=\"content mt-5 pt-5\">
<h2 class=\"mb-5 no-bar voiture\">{{ 'infos_s1_title'|tr(tr)|raw }}</h2>
<div class=\"row pb-5\">
<div class=\"col-md-3\">
<p>
<strong class=\"mb-3\">{{ 'infos_s1_t1'|tr(tr)|raw }}</strong><br>
– Strasbourg : 30mn<br>
– Baden Baden : 45mn<br>
– Bâle, Mulhouse : 1h30<br>
– Saarbrücken : 1h30
</p>
</div>
<div class=\"col-md-3\">
<p>
<strong class=\"mb-3\">{{ 'infos_s1_t2'|tr(tr)|raw }}</strong><br>
– Paris-Strasbourg : TGV, 2h20<br>
– Strasbourg : 30mn<br>
– Saverne : 20mn<br>
– Obermodern : 5mn
</p>
</div>
<div class=\"col-md-3\">
<p>
<strong class=\"mb-3\">{{ 'infos_s1_t3'|tr(tr)|raw }}</strong><br>
{{ 'infos_s1_t32'|tr(tr)|raw }}
</p>
<p class=\"mt-3\">
<strong class=\"mb-3\">{{ 'infos_s1_t4'|tr(tr)|raw }}</strong><br>
{{ 'infos_s1_t42'|tr(tr)|raw }}
</p>
</div>
<div class=\"col-md-3\">
<p>
</p>
</div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 infos\">
<div class=\"content mt-5 pt-4\">
<h2 class=\"mb-5 no-bar heure\">{{ 'infos_s2_title'|tr(tr)|raw }}</h2>
<div class=\"row pb-4\">
<div class=\"col-md-6\">
{{ 'infos_s2_1'|tr(tr)|raw }}
</div>
<div class=\"col-md-6\">
{{ 'infos_s2_2'|tr(tr)|raw }}
</div>
<div class=\"col-md-2\">
</div>
<div class=\"col-md-12\">
{{ 'infos_s2_3'|tr(tr)|raw }}
{# <i class=\"mt-3\">
Nous conseillons à notre aimable clientèle de se présenter environ 20 minutes avant le début du dîner, du déjeuner ou du spectacle seul.
</i> #}
</div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 grey-bg infos\">
<div class=\"content mt-5 pt-5\">
<h2 class=\"mb-5 no-bar ticket\">{{ 'infos_s3_title'|tr(tr)|raw }}</h2>
<div class=\"row pb-5\">
<div class=\"col-md-8\">
<p>
{{ 'infos_s3_desc'|tr(tr)|raw }}
</p>
</div>
<div class=\"col-md-4\">
<a href=\"/{{app.request.locale }}/{{ 'reservation'|getUrl(app.request.locale) }}\" class=\"btn-primary btn-sm text\">{{ 'general_reserver'|tr(tr)|upper|raw }} <img src=\"/front/img/btn-primary-arrow-r.svg\" class=\"arrow\" alt=\"arrow\"></a>
</div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 infos\">
<div class=\"content mt-5 pt-4\">
<h2 class=\"mb-5 no-bar banque\">{{ 'infos_s4_title'|tr(tr)|raw }}</h2>
<div class=\"row pb-4\">
<div class=\"col-md-5\">
<p>
<strong class=\"mb-3\">STE ADAM MEYER :</strong><br>
BANQUE CCM DE BOUXWILLER ET ENVIRONS<br>
IBAN : FR76 10278 01670 00013429645 56<br>
BIC : CMCIFR2A
</p>
</div>
<div class=\"col-md-5\">
<p>
<strong class=\"mb-3\">ROYAL SHOW PRODUCTIONS :</strong><br>
BANQUE : CCM DE BOUXWILLER ET ENVIRONS<br>
IBAN : FR 76 10278 01670 00014697745 96<br>
BIC : CMCIFR2A
</p>
</div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 grey-bg infos\">
<div class=\"content mt-5 pt-5\">
<h2 class=\"mb-5 no-bar other\">{{ 'infos_s5_title'|tr(tr)|raw }}</h2>
<div class=\"row pb-5\">
<div class=\"col-md-4\">
{{ 'infos_s5_1'|tr(tr)|raw }}
</div>
<div class=\"col-md-4\">
{{ 'infos_s5_2'|tr(tr)|raw }}
{{ 'infos_s5_3'|tr(tr)|raw }}
</div>
<div class=\"col-md-4\">
{{ 'infos_s5_4'|tr(tr)|raw }}
</div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 infos\">
<div class=\"content mt-0 pt-4\">
<h2 class=\"mb-5 no-icon\"> </h2>
<div class=\"row pb-4\">
<div class=\"col-md-12\">
<i class=\"text-italic\">{{ 'infos_pmr'|tr(tr)|raw }}</i>
</div>
</div>
</div>
</section>
<section class=\"espace-content full mt-0 infos contact\" id=\"contact\">
<div class=\"content\">
<h2 class=\"mb-5 mt-4 no-icon\">{{ 'infos_contact'|tr(tr)|raw }}</h2>
<div class=\"row pb-4\">
{# <div class=\"col-md-12 text-center\">
<h4 class=\"mt-3 mb-4\">NOUS CONTACTER</h4>
<p class=\"text-center mb-5\" style=\"font-size: 20px;\">Vous avez besoin de renseignements, une question, ou toute autre demande ?<br>Alors n'hésitez pas à nous écrire.</p>
</div> #}
{#
<form>
<div class=\"row\">
<div class=\"col-md-6\">
<input type=\"text\" placeholder=\"Nom*\" name=\"lastname\" />
<input type=\"text\" placeholder=\"Prénom*\" name=\"firstname\" />
<input type=\"text\" placeholder=\"Société\" name=\"company\" />
<input type=\"tel\" placeholder=\"Téléphone*\" name=\"phone\" />
<input type=\"email\" placeholder=\"E-mail*\" name=\"email\" />
<input type=\"text\" placeholder=\"Adresse*\" name=\"address\" />
</div>
<div class=\"col-md-6\">
<input type=\"number\" placeholder=\"Code postal*\" name=\"zipcode\" />
<input type=\"text\" placeholder=\"Ville*\" name=\"city\" />
<input type=\"text\" placeholder=\"Pays*\" name=\"country\" />
<div class=\"select-wrapper\">
<select name=\"subject\">
<option value=\"0\">SUJET*</option>
</select>
</div>
<textarea placeholder=\"Message*\" name=\"message\"></textarea>
</div>
<button class=\"send\">Envoyer</button>
</div>
</form> #}
<form class=\"form2\" id=\"contact\">
<div class=\"row\">
<div class=\"col-md-6\">
<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 %}\" />
</div>
<div class=\"col-md-6\">
<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_full'|tr(tr)|raw }}*\" name=\"message\"></textarea>
</div>
<div class=\"row contact-response\">
<p class=\"text-center mt-0 mb-0\"></p>
</div>
<button id=\"sendform\" class=\"send\">{{ 'contact_envoyer'|tr(tr)|raw }}</button>
</div>
</form>
</div>
</div>
</section>
<div class=\"infos-bg2\">
<div class=\"info-footer\">
{# <img src=\"/front/img/grand-amour-w.svg\" alt=\"grand amour\" width=\"180px\" />
<a href=\"/{{app.request.locale }}/spectacle/grand-amour\">{{ 'footer_decouvrir'|tr(tr)|raw }}</a>#}
</div>
</div>
{% include 'FrontBundle/Partial/footer.html.twig' %}
{% endblock %}
{% block javascripts %}
<script src=\"https://www.google.com/recaptcha/api.js?render={{ recaptcha_public_key }}\"></script>
<script type=\"text/javascript\">
\$(document).ready(function() {
hoverList(document.querySelector('.nav-list ul li.active'));
\$(window).scrollTop(0);
\$('#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(\"{{ 'js_contact_merci'|tr(tr)|raw }}\");
} else {
\$('.contact-response').show();
\$('.contact-response p').text(data.error);
}
}, \"json\");
});
});
});
if( \$('.nav-list .overlay').length > 0 ){
const overlay = document.querySelector('.nav-list .overlay');
const nav_list = document.querySelectorAll('.nav-list ul li');
nav_list.forEach((list) => {
list.addEventListener('mouseover', () => {
let position = list.getBoundingClientRect();
overlay.classList.add('active');
overlay.style.left = position.x + 'px';
overlay.style.top = position.y + 'px';
overlay.style.height = position.height + 'px';
overlay.style.width = position.width + 'px';
});
list.addEventListener('mouseout', () => {
overlay.classList.remove('active');
});
});
}
});
function hoverList(list){
if( \$('.nav-list .overlay').length > 0 ){
const overlay = document.querySelector('.nav-list .overlay');
let position = list.getBoundingClientRect();
overlay.classList.add('active');
overlay.style.left = position.x + 'px';
// overlay.style.top = position.y + 'px';
overlay.style.top = \$('.nav-list').position().top + 20 + 'px';
overlay.style.height = position.height + 'px';
overlay.style.width = position.width + 'px';
}
}
\$('.nav-list ul li').on('mouseover', function(){
\$('.nav-list ul li').removeClass('hover');
\$(this).addClass('hover');
});
hoverList(document.querySelector('.nav-list ul li.active'));
setTimeout( function(){hoverList(document.querySelector('.nav-list ul li.active'));} , 500);
setTimeout( function(){hoverList(document.querySelector('.nav-list ul li.active'));} , 1000);
</script>
{% endblock %}
", "FrontBundle/Page/informations-pratiques.html.twig", "/home/clients/3cdd021c67ffcc8186b679e7845b2138/sites/api-royal-palace.dix-demo.fr/13_06_24/templates/FrontBundle/Page/informations-pratiques.html.twig");
}
}