<?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/miss-alsace.html.twig */
class __TwigTemplate_75b1e416c7ebeed669a76cc4f14b397cd9b45db7d704e2e68f24db4db4b79966 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'],
'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/miss-alsace.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/miss-alsace.html.twig"));
$this->parent = $this->loadTemplate("FrontBundle/layout.html.twig", "FrontBundle/Page/miss-alsace.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);
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 7
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.', 7, $this->source); })()), "metaDescription", [], "any", false, false, false, 7), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 10
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 11
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 "470";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 14
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 15
echo "
<style type=\"text/css\">
.resa-recap2 {
width: 516px;
position: absolute;
/* position: fixed;*/
right: 0;
padding: 0;
top: 0;
transition: 0.3s ease;
}
.resa-recap2 .pdf {
text-decoration: none;
color: #FFFFFF;
background-color: var(--red);
font-size: 13px;
height: 25px;
line-height: 25px;
width: fit-content;
padding: 0px 5px 0px 15px;
display: block;
border-radius: 13px;
transition: 0.3s ease;
}
.resa-recap2 .pdf:hover {
scale: 0.95;
}
.resa-recap2 .pdf img {
height: 17px;
margin-top: -3px;
margin-left: 5px;
}
.resa-recap2 .cover {
height: 215px;
width: 148px;
background-repeat: no-repeat;
background-size: cover;
float: left;
margin-right: 28px;
}
.resa-recap2 .infos {
width: 340px;
float: left;
}
.resa-recap2 h4 {
font-size: 18px;
letter-spacing: 5px;
color: #000000;
font-weight: 500;
position: relative;
margin-bottom: 23px;
}
.resa-recap2 h4::after {
margin-top: 10px;
height: 1px;
width: 100%;
display: block;
content: ' ';
background-color: #e3e3e3;
}
.resa-recap2 .infos .title {
font-size: 20px;
color: var(--red);
font-weight: 500;
}
.resa-recap2 .infos p {
margin-bottom: 10px;
}
.resa-recap2 .infos .desc {
font-size: 13px;
color: #707070;
font-weight: 300;
padding-right: 50px;
}
.resa-recap2 .infos .date {
font-size: 15px;
color: var(--red);
font-weight: 400;
}
.resa-recap2 .infos .options {
list-style: none;
padding: 0;
}
.resa-recap2 .infos .options li {
font-size: 13px;
color: #707070;
font-weight: 300;
}
.resa-recap2 .infos .options li a {
font-size: 10px;
color: #000000;
font-weight: 300;
text-decoration: none;
margin-left: 20px;
float: right;
padding-right: 50px;
margin-top: 3px;
}
.resa-recap2 .price {
width: 100%;
float: left;
margin-top: 40px;
/* padding-left: 60px;*/
}
.resa-recap2 .actions {
width: 100%;
float: left;
margin-top: 23px;
}
.resa-recap2 .actions a {
transition: 0.3s ease;
}
.resa-recap2 .actions a img {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.resa-recap2 .actions a:hover img {
cursor: pointer;
animation-name: bounce-h;
-moz-animation-name: bounce-h;
}
.resa-recap2 .price p {
float: right;
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
color: #000000;
letter-spacing: 4px;
margin: 0px 0px 10px 0px;
width: 100%;
text-align: center;
}
.resa-recap2 .price span {
float: left;
font-size: 22px;
font-weight: 500;
color: #FFFFFF;
letter-spacing: 4px;
background-color: var(--red);
height: 42px;
line-height: 42px;
border-radius: 34px;
width: 100%;
text-align: center;
}
.resa-recap2 .resa-error {
font-size: 15px;
position: absolute;
right: 0;
bottom: -80px;
text-align: center;
width: 387px;
display: none;
}
.resa-recap2 .price i {
font-style: initial;
}
#section8 .subtitle {
color: #707070;
font-size: 13px;
}
#section8 form {
max-width: 100%;
width: 100%;
padding: 40px 64px 60px 64px;
}
#section8 form .to-form-message textarea {
height: 98px;
}
#section8 form textarea {
height: 162px;
}
#section8 form .send {
background-color: var(--red);
color: #ffffff;
font-size: 19px;
border: 1px solid var(--red);
transition: 0.3s ease;
}
#section8 form .send:hover {
background-color: #ffffff;
color: var(--red);
}
#final {
margin-top: -220px;
}
@media (max-width: 1024px)
{
#final {
margin-top: 0px;
}
.miss_alsace_content {
padding-left: 0px;
}
}
@media (max-width: 430px)
{
#section8 form .send {
font-size: 14px;
}
.resa-recap2 {
transform: scale(0.75) translateX(-16%);
}
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 268
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 269
echo "
";
// line 271
echo "
<section class=\"espace-header menus-tarifs-callendar p-0\" style=\"background-image: url('/front/img/miss-bg-2025.jpg');\">
<div class=\"menus-tarifs-header-btn\">
</div>
</section>
<section class=\"menus-tarifs-prices p-0 \">
<div class=\"container\" style=\"position: inherit;\">
<div class=\"row tarifs-header\">
<div class=\"col-md-12\">
<h2>";
// line 292
echo twig_escape_filter($this->env, twig_upper_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 292, $this->source); })())), "html", null, true);
echo "</h2>
<h5><span>";
// line 294
echo twig_escape_filter($this->env, twig_upper_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 294, $this->source); })())), "html", null, true);
echo "</span></h5>
<p class=\"m-0\">";
// line 296
echo (isset($context["desc"]) || array_key_exists("desc", $context) ? $context["desc"] : (function () { throw new RuntimeError('Variable "desc" does not exist.', 296, $this->source); })());
echo "</p>
</div>
</div>
</div>
</section>
<section class=\"espace-content container third thin mt-5 pt-5\" style=\"padding-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-3\">
<img src=\"/front/img/miss-alsace-2025.jpg\" width=\"100%\" alt=\"Miss Alsace 2024\" class=\"pb-5\" />
</div>
<div class=\"col-md-9\">
";
// line 313
if ((0 === twig_compare(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.', 313, $this->source); })()), "request", [], "any", false, false, false, 313), "locale", [], "any", false, false, false, 313), "fr"))) {
// line 314
echo " <p class=\"p-0 pb-5 ps-3 miss_alsace_content\">
Le gala de Miss Alsace 2025 pour Miss France 2026 aura lieu le jeudi 26 juin 2025 au Royal Palace Kirrwiller !<br>
En présence d'Angélique Angarni-Filipon France 2025, d'Isabella Hebert Miss Alsace 2024 ainsi que de nombreuses Miss Alsace.<br>
<br>
L'ambassadrice élue sera notre représentante lors de l'élection de Miss France 2026 en décembre prochain !<br>
12 candidates se produiront sur scène lors d'un show incroyable pour tenter de décrocher la couronne et devenir notre ambassadrice de l'Alsace.<br>
<br>
<strong>Tarif : 85€ comprenant le repas au restaurant avec 50cl d'eau + l'apéritif, l'élection, des passages de la revue \"Déesses\" du Royal Palace et un accès VIP au Lounge Bar après l'élection. (Boissons non incluses)</strong><br>
<br>
<strong>Placement dans la salle de spectacle sur place par nos hôtesses ! (des tickets d'entrée avec numéros de siège à respecter vous seront envoyés par voie postale sous 3 semaines)
<br>Billet non remboursable après achat.</strong>
<br><br>
MENU PLAT DESSERT
<br>
Grenadin de veau, Mousseline Truffée<br>
Poêlée de légumes<br>
Jus au romarin<br>
****<br>
Parfait chocolat noir - framboise<br>
Glace vanille<br>
Incluant une coupe de crémant à l'apéritif, une bretzel fraîche et 50 cl d'eau minérale<br>
Toute autre boisson en sus.
</p>
";
} elseif ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 337
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 337, $this->source); })()), "request", [], "any", false, false, false, 337), "locale", [], "any", false, false, false, 337), "en"))) {
// line 338
echo " <p class=\"p-0 pb-5 ps-3 miss_alsace_content\">
The Miss Alsace 2025 Gala for Miss France 2026 will take place on Thursday, June 26, 2025, at the Royal Palace Kirrwiller!<br>
In the presence of Angélique Angarni-Filipon, Miss France 2025, Isabella Hebert, Miss Alsace 2024, as well as many former Miss Alsace winners.<br>
<br>
The elected ambassador will represent us at the Miss France 2026 election next December!<br>
Twelve candidates will perform on stage in an incredible show to compete for the crown and become our ambassador for Alsace.<br>
<br>
<strong>Price: €85 including a restaurant meal with 50cl of water + an aperitif, the election show, highlights from the \"Déesses\" revue of the Royal Palace, and VIP access to the Lounge Bar after the election. (Other drinks not included)</strong><br>
<br>
<strong>Seating in the show hall will be assigned on-site by our hostesses! (Entry tickets with assigned seat numbers will be sent to you by post within 3 weeks)
<br>Tickets are non-refundable after purchase.</strong>
<br><br>
MENU MAIN COURSE & DESSERT<br>
Veal medallion, truffle mousseline<br>
Sautéed vegetables<br>
Rosemary jus<br>
****<br>
Dark chocolate and raspberry parfait<br>
Vanilla ice cream<br>
Including a glass of crémant for the aperitif, a fresh pretzel, and 50cl of mineral water.<br>
Any other drinks are extra.
</p>
";
} elseif ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 360
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 360, $this->source); })()), "request", [], "any", false, false, false, 360), "locale", [], "any", false, false, false, 360), "de"))) {
// line 361
echo " <p class=\"p-0 pb-5 ps-3 miss_alsace_content\">
Das Miss Alsace 2025 Gala für Miss France 2026 findet am Donnerstag, den 26. Juni 2025, im Royal Palace Kirrwiller statt!<br>
In Anwesenheit von Angélique Angarni-Filipon, Miss France 2025, Isabella Hebert, Miss Alsace 2024 sowie zahlreicher ehemaliger Miss Alsace.<br>
<br>
Die gewählte Botschafterin wird uns bei der Wahl zur Miss France 2026 im kommenden Dezember vertreten!<br>
Zwölf Kandidatinnen treten auf der Bühne in einer spektakulären Show gegeneinander an, um die Krone zu gewinnen und Botschafterin des Elsass zu werden.<br>
<br>
<strong>Preis: 85 €, inklusive Abendessen im Restaurant mit 50 cl Wasser + Aperitif, Wahlshow, Ausschnitte aus der Revue \"Déesses\" des Royal Palace sowie VIP-Zugang zur Lounge Bar nach der Wahl. (Weitere Getränke nicht inbegriffen)</strong><br>
<br>
<strong>Die Platzvergabe im Theatersaal erfolgt vor Ort durch unsere Hostessen! (Eintrittskarten mit Sitzplatznummern werden innerhalb von 3 Wochen per Post zugeschickt)
<br>Tickets sind nach dem Kauf nicht erstattungsfähig.</strong>
<br><br>
MENÜ HAUPTGANG & DESSERT<br>
Kalbsmedaillon, Trüffelmousseline<br>
Gebratenes Gemüse<br>
Rosmarinjus<br>
****<br>
Parfait aus dunkler Schokolade und Himbeeren<br>
Vanilleeis<br>
Inklusive eines Glases Crémant zum Aperitif, einer frischen Brezel und 50 cl Mineralwasser.<br>
Alle weiteren Getränke sind kostenpflichtig.
</p>
";
}
// line 384
echo "
";
// line 392
echo " </div>
</div>
<div class=\"row\">
<div class=\"col-md-7\">
<div class=\"row\">
<div class=\"col-md-12 relative number mb-5\">
<h2>";
// line 400
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section1_gr_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 400, $this->source); })())));
echo "</h2>
";
// line 402
echo "
<div class=\"mt-3\">
<a href=\"#\" class=\"number-minus\">-</a>
<input type=\"text\" class=\"number-val\" value=\"1\" />
<a href=\"#\" class=\"number-plus\">+</a>
</div>
</div>
</div>
</div>
<div class=\"offset-xl-1 col-md-4\">
<section class=\"resa-recap2\" style=\"position:relative;\">
<div class=\"ps -5\">
<h4>";
// line 419
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("recap_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 419, $this->source); })())));
echo "</h4>
<div class=\"cover\" style=\"background-image: url(/front/img/miss-alsace-min-2025.jpg);\"> </div>
<div class=\"infos\">
<p class=\"title p-0\">";
// line 422
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 422, $this->source); })()), "html", null, true);
echo "</p>
<p class=\"desc p-0\">";
// line 423
echo (isset($context["desc"]) || array_key_exists("desc", $context) ? $context["desc"] : (function () { throw new RuntimeError('Variable "desc" does not exist.', 423, $this->source); })());
echo "</p>
<p class=\"date p-0\">";
// line 424
echo twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 424, $this->source); })()), "html", null, true);
echo "</p>
<div class=\"price\">
<p class=\"p-0\">";
// line 428
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_cart_total", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 428, $this->source); })())));
echo "</p>
<span><i>";
// line 429
echo twig_escape_filter($this->env, (isset($context["price"]) || array_key_exists("price", $context) ? $context["price"] : (function () { throw new RuntimeError('Variable "price" does not exist.', 429, $this->source); })()), "html", null, true);
echo "</i>,00€</span>
</div>
";
// line 434
echo " </div>
";
// line 441
echo " </div>
</section>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-7\" id=\"final\">
<section id=\"section8\" class=\"espace-content third thin mt-5 pt-4\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-12 relative\">
<h2>";
// line 463
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("miss_alsace_tunnel", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 463, $this->source); })())));
echo "</h2>
<span class=\"subtitle\">";
// line 464
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section8_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 464, $this->source); })()));
echo "</span>
<div class=\"mt-3 row\">
<form class=\"m-0 row\" id=\"form-booking\">
";
// line 470
if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 471
echo " <div class=\"col-md-12 mb-5 form-login\">
<h6 class=\"text-center\">";
// line 472
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 472, $this->source); })()));
echo "</h6>
</div>
<div class=\"col-md-6 form-login\">
<label>";
// line 478
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.', 478, $this->source); })()));
echo "*</label>
<input type=\"email\" placeholder=\"";
// line 479
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.', 479, $this->source); })()));
echo "*\" name=\"login_username\" 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.', 479, $this->source); })()), "user", [], "any", false, false, false, 479), "email", [], "any", false, false, false, 479), "html", null, true);
}
echo "\" />
<label>";
// line 480
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_password", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 480, $this->source); })()));
echo "*</label>
<input type=\"password\" name=\"login_password\" autocomplete=\"off\" placeholder=\"";
// line 481
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_password", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 481, $this->source); })()));
echo "\" />
<p class=\"text-red login_message p-0\"></p>
<button id=\"kt_login_signin_submit\" class=\"btn-primary btn-sm text-center \">";
// line 484
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_connexion", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 484, $this->source); })()));
echo "</button>
<p class=\"text-red p-0 mt-3\"><a href=\"/login?forgot=yes\" class=\"text-red link-forgot\">";
// line 486
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("login_forgot", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 486, $this->source); })()));
echo "</a></p>
<input type=\"hidden\" name=\"_target_path\" value=\"";
// line 488
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.', 488, $this->source); })()), "request", [], "any", false, false, false, 488), "get", [0 => "redirect_to"], "method", false, false, false, 488), "html", null, true);
echo "\"/>
<input type=\"hidden\" name=\"_csrf_token\" value=\"";
// line 489
echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
echo "\"/>
</div>
<div class=\"col-md-6 d-flex justify-content-center align-items-center form-login\" style=\"flex-direction: column;\">
<button id=\"kt_login_signup\" class=\"btn-primary btn-sm text-center active \">";
// line 493
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_create", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 493, $this->source); })()));
echo "*</button>
<p class=\"p-0 w-100 text-center mt-2\">* ";
// line 494
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_create3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 494, $this->source); })()));
echo "</p>
</div>
";
}
// line 498
echo "
";
// line 499
if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 500
echo " <div class=\"col-md-12 hide form-signup login-link\">
<a href=\"#\" class=\"text-center text-red return-login w-100 mb-4 float-left\">";
// line 501
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_deja", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 501, $this->source); })()));
echo "</a>
</div>
";
}
// line 504
echo " <div class=\"col-md-6 hide form-signup\">
<label>";
// line 505
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.', 505, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"lastname\" value=\"";
// line 506
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.', 506, $this->source); })()), "user", [], "any", false, false, false, 506), "info", [0 => "lastname"], "method", false, false, false, 506), "html", null, true);
}
echo "\" />
<label>";
// line 507
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.', 507, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"firstname\" value=\"";
// line 508
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.', 508, $this->source); })()), "user", [], "any", false, false, false, 508), "info", [0 => "firstname"], "method", false, false, false, 508), "html", null, true);
}
echo "\" />
<label>";
// line 509
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.', 509, $this->source); })()));
echo "</label>
<input type=\"text\" placeholder=\"\" name=\"company\" value=\"";
// line 510
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.', 510, $this->source); })()), "user", [], "any", false, false, false, 510), "info", [0 => "company"], "method", false, false, false, 510), "html", null, true);
}
echo "\" />
<label>";
// line 511
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.', 511, $this->source); })()));
echo "*</label>
<input type=\"tel\" placeholder=\"\" name=\"phone\" value=\"";
// line 512
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.', 512, $this->source); })()), "user", [], "any", false, false, false, 512), "info", [0 => "phone"], "method", false, false, false, 512), "html", null, true);
}
echo "\" />
<label class=\"signup\">";
// line 513
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.', 513, $this->source); })()));
echo "*</label>
<input class=\"signup\" type=\"email\" placeholder=\"\" name=\"email\" value=\"";
// line 514
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.', 514, $this->source); })()), "user", [], "any", false, false, false, 514), "email", [], "any", false, false, false, 514), "html", null, true);
}
echo "\" />
<label class=\"signup\">";
// line 515
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_password", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 515, $this->source); })()));
echo "*</label>
<input type=\"password\" placeholder=\"\" name=\"password\" value=\"\" class=\"signup\" />
<label class=\"signup\">";
// line 517
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_confirm", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 517, $this->source); })()));
echo "*</label>
<input type=\"password\" placeholder=\"\" name=\"confirm\" value=\"\" class=\"signup\" />
</div>
<div class=\"col-md-6 hide form-signup\">
<label>";
// line 521
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.', 521, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"address\" value=\"";
// line 522
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.', 522, $this->source); })()), "user", [], "any", false, false, false, 522), "info", [0 => "address1"], "method", false, false, false, 522), "html", null, true);
}
echo "\" />
<label>";
// line 523
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.', 523, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"zipcode\" value=\"";
// line 524
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.', 524, $this->source); })()), "user", [], "any", false, false, false, 524), "info", [0 => "zipcode"], "method", false, false, false, 524), "html", null, true);
}
echo "\" />
<label>";
// line 525
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.', 525, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"city\" value=\"";
// line 526
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.', 526, $this->source); })()), "user", [], "any", false, false, false, 526), "info", [0 => "city"], "method", false, false, false, 526), "html", null, true);
}
echo "\" />
<label>";
// line 527
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.', 527, $this->source); })()));
echo "*</label>
<input type=\"hidden\" name=\"country_code\" value=\"";
// line 528
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.', 528, $this->source); })()), "user", [], "any", false, false, false, 528), "info", [0 => "country_code"], "method", false, false, false, 528), "html", null, true);
}
echo "\">
<select name=\"country\" required class=\"form-control country\">
<option value=\"AF\">Afghanistan</option>
<option value=\"AX\">Åland Islands</option>
<option value=\"AL\">Albania</option>
<option value=\"DZ\">Algeria</option>
<option value=\"AS\">American Samoa</option>
<option value=\"AD\">Andorra</option>
<option value=\"AO\">Angola</option>
<option value=\"AI\">Anguilla</option>
<option value=\"AQ\">Antarctica</option>
<option value=\"AG\">Antigua and Barbuda</option>
<option value=\"AR\">Argentina</option>
<option value=\"AM\">Armenia</option>
<option value=\"AW\">Aruba</option>
<option value=\"AU\">Australia</option>
<option value=\"AT\">Austria</option>
<option value=\"AZ\">Azerbaijan</option>
<option value=\"BS\">Bahamas</option>
<option value=\"BH\">Bahrain</option>
<option value=\"BD\">Bangladesh</option>
<option value=\"BB\">Barbados</option>
<option value=\"BY\">Belarus</option>
<option value=\"BE\">Belgium</option>
<option value=\"BZ\">Belize</option>
<option value=\"BJ\">Benin</option>
<option value=\"BM\">Bermuda</option>
<option value=\"BT\">Bhutan</option>
<option value=\"BO\">Bolivia, Plurinational State of</option>
<option value=\"BQ\">Bonaire, Sint Eustatius and Saba</option>
<option value=\"BA\">Bosnia and Herzegovina</option>
<option value=\"BW\">Botswana</option>
<option value=\"BV\">Bouvet Island</option>
<option value=\"BR\">Brazil</option>
<option value=\"IO\">British Indian Ocean Territory</option>
<option value=\"BN\">Brunei Darussalam</option>
<option value=\"BG\">Bulgaria</option>
<option value=\"BF\">Burkina Faso</option>
<option value=\"BI\">Burundi</option>
<option value=\"KH\">Cambodia</option>
<option value=\"CM\">Cameroon</option>
<option value=\"CA\">Canada</option>
<option value=\"CV\">Cape Verde</option>
<option value=\"KY\">Cayman Islands</option>
<option value=\"CF\">Central African Republic</option>
<option value=\"TD\">Chad</option>
<option value=\"CL\">Chile</option>
<option value=\"CN\">China</option>
<option value=\"CX\">Christmas Island</option>
<option value=\"CC\">Cocos (Keeling) Islands</option>
<option value=\"CO\">Colombia</option>
<option value=\"KM\">Comoros</option>
<option value=\"CG\">Congo</option>
<option value=\"CD\">Congo, the Democratic Republic of the</option>
<option value=\"CK\">Cook Islands</option>
<option value=\"CR\">Costa Rica</option>
<option value=\"CI\">Côte d'Ivoire</option>
<option value=\"HR\">Croatia</option>
<option value=\"CU\">Cuba</option>
<option value=\"CW\">Curaçao</option>
<option value=\"CY\">Cyprus</option>
<option value=\"CZ\">Czech Republic</option>
<option value=\"DK\">Denmark</option>
<option value=\"DJ\">Djibouti</option>
<option value=\"DM\">Dominica</option>
<option value=\"DO\">Dominican Republic</option>
<option value=\"EC\">Ecuador</option>
<option value=\"EG\">Egypt</option>
<option value=\"SV\">El Salvador</option>
<option value=\"GQ\">Equatorial Guinea</option>
<option value=\"ER\">Eritrea</option>
<option value=\"EE\">Estonia</option>
<option value=\"ET\">Ethiopia</option>
<option value=\"FK\">Falkland Islands (Malvinas)</option>
<option value=\"FO\">Faroe Islands</option>
<option value=\"FJ\">Fiji</option>
<option value=\"FI\">Finland</option>
<option value=\"FR\" ";
// line 605
if (!twig_in_filter(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.', 605, $this->source); })()), "request", [], "any", false, false, false, 605), "locale", [], "any", false, false, false, 605), [0 => "de"])) {
echo "selected";
}
echo ">France</option>
<option value=\"GF\">French Guiana</option>
<option value=\"PF\">French Polynesia</option>
<option value=\"TF\">French Southern Territories</option>
<option value=\"GA\">Gabon</option>
<option value=\"GM\">Gambia</option>
<option value=\"GE\">Georgia</option>
<option value=\"DE\" ";
// line 612
if ((0 === twig_compare(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.', 612, $this->source); })()), "request", [], "any", false, false, false, 612), "locale", [], "any", false, false, false, 612), "de"))) {
echo "selected";
}
echo ">Germany</option>
<option value=\"GH\">Ghana</option>
<option value=\"GI\">Gibraltar</option>
<option value=\"GR\">Greece</option>
<option value=\"GL\">Greenland</option>
<option value=\"GD\">Grenada</option>
<option value=\"GP\">Guadeloupe</option>
<option value=\"GU\">Guam</option>
<option value=\"GT\">Guatemala</option>
<option value=\"GG\">Guernsey</option>
<option value=\"GN\">Guinea</option>
<option value=\"GW\">Guinea-Bissau</option>
<option value=\"GY\">Guyana</option>
<option value=\"HT\">Haiti</option>
<option value=\"HM\">Heard Island and McDonald Islands</option>
<option value=\"VA\">Holy See (Vatican City State)</option>
<option value=\"HN\">Honduras</option>
<option value=\"HK\">Hong Kong</option>
<option value=\"HU\">Hungary</option>
<option value=\"IS\">Iceland</option>
<option value=\"IN\">India</option>
<option value=\"ID\">Indonesia</option>
<option value=\"IR\">Iran, Islamic Republic of</option>
<option value=\"IQ\">Iraq</option>
<option value=\"IE\">Ireland</option>
<option value=\"IM\">Isle of Man</option>
<option value=\"IL\">Israel</option>
<option value=\"IT\">Italy</option>
<option value=\"JM\">Jamaica</option>
<option value=\"JP\">Japan</option>
<option value=\"JE\">Jersey</option>
<option value=\"JO\">Jordan</option>
<option value=\"KZ\">Kazakhstan</option>
<option value=\"KE\">Kenya</option>
<option value=\"KI\">Kiribati</option>
<option value=\"KP\">Korea, Democratic People's Republic of</option>
<option value=\"KR\">Korea, Republic of</option>
<option value=\"KW\">Kuwait</option>
<option value=\"KG\">Kyrgyzstan</option>
<option value=\"LA\">Lao People's Democratic Republic</option>
<option value=\"LV\">Latvia</option>
<option value=\"LB\">Lebanon</option>
<option value=\"LS\">Lesotho</option>
<option value=\"LR\">Liberia</option>
<option value=\"LY\">Libya</option>
<option value=\"LI\">Liechtenstein</option>
<option value=\"LT\">Lithuania</option>
<option value=\"LU\">Luxembourg</option>
<option value=\"MO\">Macao</option>
<option value=\"MK\">Macedonia, the former Yugoslav Republic of</option>
<option value=\"MG\">Madagascar</option>
<option value=\"MW\">Malawi</option>
<option value=\"MY\">Malaysia</option>
<option value=\"MV\">Maldives</option>
<option value=\"ML\">Mali</option>
<option value=\"MT\">Malta</option>
<option value=\"MH\">Marshall Islands</option>
<option value=\"MQ\">Martinique</option>
<option value=\"MR\">Mauritania</option>
<option value=\"MU\">Mauritius</option>
<option value=\"YT\">Mayotte</option>
<option value=\"MX\">Mexico</option>
<option value=\"FM\">Micronesia, Federated States of</option>
<option value=\"MD\">Moldova, Republic of</option>
<option value=\"MC\">Monaco</option>
<option value=\"MN\">Mongolia</option>
<option value=\"ME\">Montenegro</option>
<option value=\"MS\">Montserrat</option>
<option value=\"MA\">Morocco</option>
<option value=\"MZ\">Mozambique</option>
<option value=\"MM\">Myanmar</option>
<option value=\"NA\">Namibia</option>
<option value=\"NR\">Nauru</option>
<option value=\"NP\">Nepal</option>
<option value=\"NL\">Netherlands</option>
<option value=\"NC\">New Caledonia</option>
<option value=\"NZ\">New Zealand</option>
<option value=\"NI\">Nicaragua</option>
<option value=\"NE\">Niger</option>
<option value=\"NG\">Nigeria</option>
<option value=\"NU\">Niue</option>
<option value=\"NF\">Norfolk Island</option>
<option value=\"MP\">Northern Mariana Islands</option>
<option value=\"NO\">Norway</option>
<option value=\"OM\">Oman</option>
<option value=\"PK\">Pakistan</option>
<option value=\"PW\">Palau</option>
<option value=\"PS\">Palestinian Territory, Occupied</option>
<option value=\"PA\">Panama</option>
<option value=\"PG\">Papua New Guinea</option>
<option value=\"PY\">Paraguay</option>
<option value=\"PE\">Peru</option>
<option value=\"PH\">Philippines</option>
<option value=\"PN\">Pitcairn</option>
<option value=\"PL\">Poland</option>
<option value=\"PT\">Portugal</option>
<option value=\"PR\">Puerto Rico</option>
<option value=\"QA\">Qatar</option>
<option value=\"RE\">Réunion</option>
<option value=\"RO\">Romania</option>
<option value=\"RU\">Russian Federation</option>
<option value=\"RW\">Rwanda</option>
<option value=\"BL\">Saint Barthélemy</option>
<option value=\"SH\">Saint Helena, Ascension and Tristan da Cunha</option>
<option value=\"KN\">Saint Kitts and Nevis</option>
<option value=\"LC\">Saint Lucia</option>
<option value=\"MF\">Saint Martin (French part)</option>
<option value=\"PM\">Saint Pierre and Miquelon</option>
<option value=\"VC\">Saint Vincent and the Grenadines</option>
<option value=\"WS\">Samoa</option>
<option value=\"SM\">San Marino</option>
<option value=\"ST\">Sao Tome and Principe</option>
<option value=\"SA\">Saudi Arabia</option>
<option value=\"SN\">Senegal</option>
<option value=\"RS\">Serbia</option>
<option value=\"SC\">Seychelles</option>
<option value=\"SL\">Sierra Leone</option>
<option value=\"SG\">Singapore</option>
<option value=\"SX\">Sint Maarten (Dutch part)</option>
<option value=\"SK\">Slovakia</option>
<option value=\"SI\">Slovenia</option>
<option value=\"SB\">Solomon Islands</option>
<option value=\"SO\">Somalia</option>
<option value=\"ZA\">South Africa</option>
<option value=\"GS\">South Georgia and the South Sandwich Islands</option>
<option value=\"SS\">South Sudan</option>
<option value=\"ES\">Spain</option>
<option value=\"LK\">Sri Lanka</option>
<option value=\"SD\">Sudan</option>
<option value=\"SR\">Suriname</option>
<option value=\"SJ\">Svalbard and Jan Mayen</option>
<option value=\"SZ\">Swaziland</option>
<option value=\"SE\">Sweden</option>
<option value=\"CH\">Switzerland</option>
<option value=\"SY\">Syrian Arab Republic</option>
<option value=\"TW\">Taiwan, Province of China</option>
<option value=\"TJ\">Tajikistan</option>
<option value=\"TZ\">Tanzania, United Republic of</option>
<option value=\"TH\">Thailand</option>
<option value=\"TL\">Timor-Leste</option>
<option value=\"TG\">Togo</option>
<option value=\"TK\">Tokelau</option>
<option value=\"TO\">Tonga</option>
<option value=\"TT\">Trinidad and Tobago</option>
<option value=\"TN\">Tunisia</option>
<option value=\"TR\">Turkey</option>
<option value=\"TM\">Turkmenistan</option>
<option value=\"TC\">Turks and Caicos Islands</option>
<option value=\"TV\">Tuvalu</option>
<option value=\"UG\">Uganda</option>
<option value=\"UA\">Ukraine</option>
<option value=\"AE\">United Arab Emirates</option>
<option value=\"GB\">United Kingdom</option>
<option value=\"US\">United States</option>
<option value=\"UM\">United States Minor Outlying Islands</option>
<option value=\"UY\">Uruguay</option>
<option value=\"UZ\">Uzbekistan</option>
<option value=\"VU\">Vanuatu</option>
<option value=\"VE\">Venezuela, Bolivarian Republic of</option>
<option value=\"VN\">Viet Nam</option>
<option value=\"VG\">Virgin Islands, British</option>
<option value=\"VI\">Virgin Islands, U.S.</option>
<option value=\"WF\">Wallis and Futuna</option>
<option value=\"EH\">Western Sahara</option>
<option value=\"YE\">Yemen</option>
<option value=\"ZM\">Zambia</option>
<option value=\"ZW\">Zimbabwe</option>
</select>
<div class=\"form-message text-start\">
<label>";
// line 781
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.', 781, $this->source); })()));
echo "</label>
<textarea placeholder=\"\" name=\"message\"></textarea>
</div>
</div>
<div class=\"col-md-12 text-center to-form-message hide form-signup\">
<input type=\"checkbox\" id=\"pmr\" class=\"apple-switch\" >
<label for=\"pmr\">";
// line 787
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("tunnel_section8_pmr", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 787, $this->source); })()));
echo "</label>
</div>
<div class=\"col-md-12 form-cgu hide mt-3 text-center\">
<input type=\"checkbox\" id=\"agree\" class=\"apple-switch\" >
<label for=\"agree\">";
// line 792
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("signup_agree", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 792, $this->source); })()));
echo "</label>
</div>
<div class=\"col-md-12\">
<p class=\"text-red booking_message text-center mb-0 mt-3 p-0\"></p>
</div>
<button class=\"send hide\">";
// line 798
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("resa_topayment", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 798, $this->source); })()));
echo "</button>
<input type=\"hidden\" id=\"form_mode\" value=\"\" />
</form>
</div>
";
// line 816
echo "
</div>
</div>
</section>
</div>
</div>
</section>
";
// line 831
$this->loadTemplate("FrontBundle/Partial/footer.html.twig", "FrontBundle/Page/miss-alsace.html.twig", 831)->display($context);
// line 832
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 837
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 838
echo "
<script type=\"text/javascript\">
\$( document ).ready(function() {
\$('.number-minus').click(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
value = value - 1;
if(value < 1){
value = 1;
}
\$('.number-val').val(value);
\$('.price i').text( parseInt(value * price) );
});
\$('.number-plus').click(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
value = value + 1;
if(value > 4){
value = 4;
}
\$('.number-val').val(value);
\$('.price i').text( parseInt(value * price) );
});
\$('.number-val').change(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
if(value < 1){
value = 1;
}
if(value > 4){
value = 4;
}
\$('.number-val').val(value);
});
price = parseInt('";
// line 878
echo twig_escape_filter($this->env, (isset($context["price"]) || array_key_exists("price", $context) ? $context["price"] : (function () { throw new RuntimeError('Variable "price" does not exist.', 878, $this->source); })()), "html", null, true);
echo "');
});
</script>
<script type=\"text/javascript\">
sended = false;
\$(document).ready(function() {
";
// line 894
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 895
echo " \$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.form-cgu').addClass('hide');
";
}
// line 903
echo "
\$('#kt_login_signup').on('click', function (e) {
e.preventDefault();
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('#form_mode').val('register');
\$('.send').removeClass('hide');
\$('.form-cgu').removeClass('hide');
});
\$('.return-login').on('click', function (e) {
e.preventDefault();
\$('.form-login').removeClass('hide');
\$('.form-signup').addClass('hide');
\$('.form-cgu').addClass('hide');
});
\$('#kt_login_signin_submit').on('click', function (e) {
e.preventDefault();
var form = {
email: \$('input[name=\"login_username\"]').val(),
password: \$('input[name=\"login_password\"]').val(),
};
\$.post('/tunnel/credentials/check/";
// line 929
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.', 929, $this->source); })()), "request", [], "any", false, false, false, 929), "locale", [], "any", false, false, false, 929), "html", null, true);
echo "', form, function( data ) {
console.log(data);
\$('.login_message').hide();
if(data.success == true){
\$('.form-signup input[name=\"lastname\"]').val(data.user.infos.lastname);
\$('.form-signup input[name=\"firstname\"]').val(data.user.infos.firstname);
\$('.form-signup input[name=\"company\"]').val(data.user.infos.company);
\$('.form-signup input[name=\"phone\"]').val(data.user.infos.phone);
\$('.form-signup input[name=\"email\"]').val(data.user.email);
\$('.form-signup input[name=\"email\"]').attr('disabled','disabled');
\$('.form-signup input[name=\"address\"]').val(data.user.infos.address);
\$('.form-signup input[name=\"zipcode\"]').val(data.user.infos.zipcode);
\$('.form-signup input[name=\"city\"]').val(data.user.infos.city);
if(data.user.country_code != ''){
\$('.form-signup [name=\"country_code\"]').val(data.user.infos.country_code);
\$('.form-signup [name=\"country\"]').val(data.user.infos.country_code);
}
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.login-link').addClass('hide');
\$('.form-cgu').addClass('hide');
} else {
\$('.login_message').show();
\$('.login_message').text(data.error);
}
}, \"json\");
});
\$('.send').on('click', function (e) {
e.preventDefault();
var value = parseInt(\$('.number-val').val());
var palace_resa = {
resume: true,
show: {
id: 1951,
type: \"ma\",
season: 2025,
title: \"Miss Alsace\",
desc: \"\",
img: \"/front/img/miss-alsace-min-2025.jpg\",
date: \"2025-06-26\",
hour: \"18:00\",
day: \"d3\",
dateStr: \"Jeudi 26 Juin 2025 / 18H00\",
food: \"true\",
pn: value,
ph: 0,
vip: 0,
},
step1: {
group: 'individuel',
participants: value,
formula: \"avecrepas\",
gift: false,
},
step2: {
// resto: null,
resto: 'majestic',
selection: [],
},
step3: step3 = {
pn: value,
ph: 0,
vip: 0,
},
}
var infos = {
form_mode: \$('#form_mode').val(),
lastname: \$('#form-booking input[name=\"lastname\"]').val(),
firstname: \$('#form-booking input[name=\"firstname\"]').val(),
company: \$('#form-booking input[name=\"company\"]').val(),
phone: \$('#form-booking input[name=\"phone\"]').val(),
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
confirm: \$('#form-booking input[name=\"confirm\"]').val(),
address: \$('#form-booking input[name=\"address\"]').val(),
zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
city: \$('#form-booking input[name=\"city\"]').val(),
country: \$('#form-booking select[name=\"country\"] option:selected').text(),
country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
message: \$('#form-booking textarea[name=\"message\"]').val(),
pmr: \$('#pmr').prop('checked'),
gift: \$('#gift').prop('checked'),
agree: \$('#agree').prop('checked'),
gift_user: \$('input[name=\"gift-user\"]').val(),
};
var form = {
venue_id: 1951,
participants: value,
palace_resa: palace_resa,
infos: infos,
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
};
if(sended == false){
\$.post('/ticket/send/";
// line 1042
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.', 1042, $this->source); })()), "request", [], "any", false, false, false, 1042), "locale", [], "any", false, false, false, 1042), "html", null, true);
echo "', form, function( data ) {
sended = false;
console.log(form);
console.log(data);
\$('.booking_message').hide();
if(data.success == true){
\$('.send').remove();
window.location.href = \"/";
// line 1051
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.', 1051, $this->source); })()), "request", [], "any", false, false, false, 1051), "locale", [], "any", false, false, false, 1051), "html", null, true);
echo "/mon-compte/paiement/\"+data.token;
return 0;
} else {
\$('.booking_message').show();
\$('.booking_message').text(data.error);
}
}, \"json\");
sended = true;
}
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "FrontBundle/Page/miss-alsace.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1423 => 1051, 1411 => 1042, 1295 => 929, 1267 => 903, 1257 => 895, 1255 => 894, 1236 => 878, 1194 => 838, 1184 => 837, 1172 => 832, 1170 => 831, 1153 => 816, 1144 => 798, 1135 => 792, 1127 => 787, 1118 => 781, 944 => 612, 932 => 605, 850 => 528, 846 => 527, 840 => 526, 836 => 525, 830 => 524, 826 => 523, 820 => 522, 816 => 521, 809 => 517, 804 => 515, 798 => 514, 794 => 513, 788 => 512, 784 => 511, 778 => 510, 774 => 509, 768 => 508, 764 => 507, 758 => 506, 754 => 505, 751 => 504, 745 => 501, 742 => 500, 740 => 499, 737 => 498, 730 => 494, 726 => 493, 719 => 489, 715 => 488, 710 => 486, 705 => 484, 699 => 481, 695 => 480, 687 => 479, 683 => 478, 674 => 472, 671 => 471, 669 => 470, 660 => 464, 656 => 463, 632 => 441, 628 => 434, 621 => 429, 617 => 428, 610 => 424, 606 => 423, 602 => 422, 596 => 419, 577 => 402, 573 => 400, 563 => 392, 559 => 384, 534 => 361, 532 => 360, 508 => 338, 506 => 337, 481 => 314, 479 => 313, 459 => 296, 454 => 294, 449 => 292, 426 => 271, 423 => 269, 413 => 268, 153 => 15, 143 => 14, 124 => 11, 105 => 10, 86 => 7, 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 %}native{% endblock %}
{% block menu_min %}470{% endblock %}
{% block stylesheets %}
<style type=\"text/css\">
.resa-recap2 {
width: 516px;
position: absolute;
/* position: fixed;*/
right: 0;
padding: 0;
top: 0;
transition: 0.3s ease;
}
.resa-recap2 .pdf {
text-decoration: none;
color: #FFFFFF;
background-color: var(--red);
font-size: 13px;
height: 25px;
line-height: 25px;
width: fit-content;
padding: 0px 5px 0px 15px;
display: block;
border-radius: 13px;
transition: 0.3s ease;
}
.resa-recap2 .pdf:hover {
scale: 0.95;
}
.resa-recap2 .pdf img {
height: 17px;
margin-top: -3px;
margin-left: 5px;
}
.resa-recap2 .cover {
height: 215px;
width: 148px;
background-repeat: no-repeat;
background-size: cover;
float: left;
margin-right: 28px;
}
.resa-recap2 .infos {
width: 340px;
float: left;
}
.resa-recap2 h4 {
font-size: 18px;
letter-spacing: 5px;
color: #000000;
font-weight: 500;
position: relative;
margin-bottom: 23px;
}
.resa-recap2 h4::after {
margin-top: 10px;
height: 1px;
width: 100%;
display: block;
content: ' ';
background-color: #e3e3e3;
}
.resa-recap2 .infos .title {
font-size: 20px;
color: var(--red);
font-weight: 500;
}
.resa-recap2 .infos p {
margin-bottom: 10px;
}
.resa-recap2 .infos .desc {
font-size: 13px;
color: #707070;
font-weight: 300;
padding-right: 50px;
}
.resa-recap2 .infos .date {
font-size: 15px;
color: var(--red);
font-weight: 400;
}
.resa-recap2 .infos .options {
list-style: none;
padding: 0;
}
.resa-recap2 .infos .options li {
font-size: 13px;
color: #707070;
font-weight: 300;
}
.resa-recap2 .infos .options li a {
font-size: 10px;
color: #000000;
font-weight: 300;
text-decoration: none;
margin-left: 20px;
float: right;
padding-right: 50px;
margin-top: 3px;
}
.resa-recap2 .price {
width: 100%;
float: left;
margin-top: 40px;
/* padding-left: 60px;*/
}
.resa-recap2 .actions {
width: 100%;
float: left;
margin-top: 23px;
}
.resa-recap2 .actions a {
transition: 0.3s ease;
}
.resa-recap2 .actions a img {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.resa-recap2 .actions a:hover img {
cursor: pointer;
animation-name: bounce-h;
-moz-animation-name: bounce-h;
}
.resa-recap2 .price p {
float: right;
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
color: #000000;
letter-spacing: 4px;
margin: 0px 0px 10px 0px;
width: 100%;
text-align: center;
}
.resa-recap2 .price span {
float: left;
font-size: 22px;
font-weight: 500;
color: #FFFFFF;
letter-spacing: 4px;
background-color: var(--red);
height: 42px;
line-height: 42px;
border-radius: 34px;
width: 100%;
text-align: center;
}
.resa-recap2 .resa-error {
font-size: 15px;
position: absolute;
right: 0;
bottom: -80px;
text-align: center;
width: 387px;
display: none;
}
.resa-recap2 .price i {
font-style: initial;
}
#section8 .subtitle {
color: #707070;
font-size: 13px;
}
#section8 form {
max-width: 100%;
width: 100%;
padding: 40px 64px 60px 64px;
}
#section8 form .to-form-message textarea {
height: 98px;
}
#section8 form textarea {
height: 162px;
}
#section8 form .send {
background-color: var(--red);
color: #ffffff;
font-size: 19px;
border: 1px solid var(--red);
transition: 0.3s ease;
}
#section8 form .send:hover {
background-color: #ffffff;
color: var(--red);
}
#final {
margin-top: -220px;
}
@media (max-width: 1024px)
{
#final {
margin-top: 0px;
}
.miss_alsace_content {
padding-left: 0px;
}
}
@media (max-width: 430px)
{
#section8 form .send {
font-size: 14px;
}
.resa-recap2 {
transform: scale(0.75) translateX(-16%);
}
}
</style>
{% endblock %}
{% block body %}
{# <h1 class=\"h1top\">{{ h1|raw }}</h1> #}
<section class=\"espace-header menus-tarifs-callendar p-0\" style=\"background-image: url('/front/img/miss-bg-2025.jpg');\">
<div class=\"menus-tarifs-header-btn\">
</div>
</section>
<section class=\"menus-tarifs-prices p-0 \">
<div class=\"container\" style=\"position: inherit;\">
<div class=\"row tarifs-header\">
<div class=\"col-md-12\">
<h2>{{ title|upper }}</h2>
<h5><span>{{ subtitle|upper }}</span></h5>
<p class=\"m-0\">{{ desc|raw }}</p>
</div>
</div>
</div>
</section>
<section class=\"espace-content container third thin mt-5 pt-5\" style=\"padding-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-3\">
<img src=\"/front/img/miss-alsace-2025.jpg\" width=\"100%\" alt=\"Miss Alsace 2024\" class=\"pb-5\" />
</div>
<div class=\"col-md-9\">
{% if app.request.locale == 'fr' %}
<p class=\"p-0 pb-5 ps-3 miss_alsace_content\">
Le gala de Miss Alsace 2025 pour Miss France 2026 aura lieu le jeudi 26 juin 2025 au Royal Palace Kirrwiller !<br>
En présence d'Angélique Angarni-Filipon France 2025, d'Isabella Hebert Miss Alsace 2024 ainsi que de nombreuses Miss Alsace.<br>
<br>
L'ambassadrice élue sera notre représentante lors de l'élection de Miss France 2026 en décembre prochain !<br>
12 candidates se produiront sur scène lors d'un show incroyable pour tenter de décrocher la couronne et devenir notre ambassadrice de l'Alsace.<br>
<br>
<strong>Tarif : 85€ comprenant le repas au restaurant avec 50cl d'eau + l'apéritif, l'élection, des passages de la revue \"Déesses\" du Royal Palace et un accès VIP au Lounge Bar après l'élection. (Boissons non incluses)</strong><br>
<br>
<strong>Placement dans la salle de spectacle sur place par nos hôtesses ! (des tickets d'entrée avec numéros de siège à respecter vous seront envoyés par voie postale sous 3 semaines)
<br>Billet non remboursable après achat.</strong>
<br><br>
MENU PLAT DESSERT
<br>
Grenadin de veau, Mousseline Truffée<br>
Poêlée de légumes<br>
Jus au romarin<br>
****<br>
Parfait chocolat noir - framboise<br>
Glace vanille<br>
Incluant une coupe de crémant à l'apéritif, une bretzel fraîche et 50 cl d'eau minérale<br>
Toute autre boisson en sus.
</p>
{% elseif app.request.locale == 'en' %}
<p class=\"p-0 pb-5 ps-3 miss_alsace_content\">
The Miss Alsace 2025 Gala for Miss France 2026 will take place on Thursday, June 26, 2025, at the Royal Palace Kirrwiller!<br>
In the presence of Angélique Angarni-Filipon, Miss France 2025, Isabella Hebert, Miss Alsace 2024, as well as many former Miss Alsace winners.<br>
<br>
The elected ambassador will represent us at the Miss France 2026 election next December!<br>
Twelve candidates will perform on stage in an incredible show to compete for the crown and become our ambassador for Alsace.<br>
<br>
<strong>Price: €85 including a restaurant meal with 50cl of water + an aperitif, the election show, highlights from the \"Déesses\" revue of the Royal Palace, and VIP access to the Lounge Bar after the election. (Other drinks not included)</strong><br>
<br>
<strong>Seating in the show hall will be assigned on-site by our hostesses! (Entry tickets with assigned seat numbers will be sent to you by post within 3 weeks)
<br>Tickets are non-refundable after purchase.</strong>
<br><br>
MENU MAIN COURSE & DESSERT<br>
Veal medallion, truffle mousseline<br>
Sautéed vegetables<br>
Rosemary jus<br>
****<br>
Dark chocolate and raspberry parfait<br>
Vanilla ice cream<br>
Including a glass of crémant for the aperitif, a fresh pretzel, and 50cl of mineral water.<br>
Any other drinks are extra.
</p>
{% elseif app.request.locale == 'de' %}
<p class=\"p-0 pb-5 ps-3 miss_alsace_content\">
Das Miss Alsace 2025 Gala für Miss France 2026 findet am Donnerstag, den 26. Juni 2025, im Royal Palace Kirrwiller statt!<br>
In Anwesenheit von Angélique Angarni-Filipon, Miss France 2025, Isabella Hebert, Miss Alsace 2024 sowie zahlreicher ehemaliger Miss Alsace.<br>
<br>
Die gewählte Botschafterin wird uns bei der Wahl zur Miss France 2026 im kommenden Dezember vertreten!<br>
Zwölf Kandidatinnen treten auf der Bühne in einer spektakulären Show gegeneinander an, um die Krone zu gewinnen und Botschafterin des Elsass zu werden.<br>
<br>
<strong>Preis: 85 €, inklusive Abendessen im Restaurant mit 50 cl Wasser + Aperitif, Wahlshow, Ausschnitte aus der Revue \"Déesses\" des Royal Palace sowie VIP-Zugang zur Lounge Bar nach der Wahl. (Weitere Getränke nicht inbegriffen)</strong><br>
<br>
<strong>Die Platzvergabe im Theatersaal erfolgt vor Ort durch unsere Hostessen! (Eintrittskarten mit Sitzplatznummern werden innerhalb von 3 Wochen per Post zugeschickt)
<br>Tickets sind nach dem Kauf nicht erstattungsfähig.</strong>
<br><br>
MENÜ HAUPTGANG & DESSERT<br>
Kalbsmedaillon, Trüffelmousseline<br>
Gebratenes Gemüse<br>
Rosmarinjus<br>
****<br>
Parfait aus dunkler Schokolade und Himbeeren<br>
Vanilleeis<br>
Inklusive eines Glases Crémant zum Aperitif, einer frischen Brezel und 50 cl Mineralwasser.<br>
Alle weiteren Getränke sind kostenpflichtig.
</p>
{% endif %}
{#<hr>
<p>
{{ 'miss_alsace_content'|tr(tr)|raw }}
</p>#}
</div>
</div>
<div class=\"row\">
<div class=\"col-md-7\">
<div class=\"row\">
<div class=\"col-md-12 relative number mb-5\">
<h2>{{ 'tunnel_section1_gr_title'|tr(tr)|upper|raw }}</h2>
{# <span class=\"subtitle\">{{ 'tunnel_section1_gr_subtitle'|tr(tr)|raw }}</span> #}
<div class=\"mt-3\">
<a href=\"#\" class=\"number-minus\">-</a>
<input type=\"text\" class=\"number-val\" value=\"1\" />
<a href=\"#\" class=\"number-plus\">+</a>
</div>
</div>
</div>
</div>
<div class=\"offset-xl-1 col-md-4\">
<section class=\"resa-recap2\" style=\"position:relative;\">
<div class=\"ps -5\">
<h4>{{ 'recap_title'|tr(tr)|upper|raw }}</h4>
<div class=\"cover\" style=\"background-image: url(/front/img/miss-alsace-min-2025.jpg);\"> </div>
<div class=\"infos\">
<p class=\"title p-0\">{{ title }}</p>
<p class=\"desc p-0\">{{ desc|raw }}</p>
<p class=\"date p-0\">{{ subtitle }}</p>
<div class=\"price\">
<p class=\"p-0\">{{ 'shop_cart_total'|tr(tr)|upper|raw }}</p>
<span><i>{{ price }}</i>,00€</span>
</div>
{# <a href=\"/front/déroulement-spectacle.pdf\" target=\"_blank\" class=\"pdf\">Déroulement d'un événement <img src=\"/front/img/espaces-down-link.svg\" alt=\"Déroulement d'un évènement\"></a> #}
</div>
{# <div class=\"actions\">
<a href=\"#\" class=\"goNext btn-primary btn-next active hide next\">PASSER À L'ÉTAPE SUIVANTE <img src=\"/front/img/espaces-arrow-r-w.svg\" alt=\"arrow\"></a>
<a href=\"#\" class=\"selectOptions btn-primary btn-next active next\">SÉLECTIONNEZ VOS OPTIONS</a>
<span class=\"text-red resa-error\"></span>
</div> #}
</div>
</section>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-7\" id=\"final\">
<section id=\"section8\" class=\"espace-content third thin mt-5 pt-4\" style=\"margin-bottom: 180px;\">
<div class=\"row\">
<div class=\"col-md-12 relative\">
<h2>{{ 'miss_alsace_tunnel'|tr(tr)|upper|raw }}</h2>
<span class=\"subtitle\">{{ 'tunnel_section8_subtitle'|tr(tr)|raw }}</span>
<div class=\"mt-3 row\">
<form class=\"m-0 row\" id=\"form-booking\">
{% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<div class=\"col-md-12 mb-5 form-login\">
<h6 class=\"text-center\">{{ 'signup_title'|tr(tr)|raw }}</h6>
</div>
<div class=\"col-md-6 form-login\">
<label>{{ 'contact_email'|tr(tr)|raw }}*</label>
<input type=\"email\" placeholder=\"{{ 'contact_email'|tr(tr)|raw }}*\" name=\"login_username\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\" />
<label>{{ 'signup_password'|tr(tr)|raw }}*</label>
<input type=\"password\" name=\"login_password\" autocomplete=\"off\" placeholder=\"{{ 'signup_password'|tr(tr)|raw }}\" />
<p class=\"text-red login_message p-0\"></p>
<button id=\"kt_login_signin_submit\" class=\"btn-primary btn-sm text-center \">{{ 'signup_connexion'|tr(tr)|raw }}</button>
<p class=\"text-red p-0 mt-3\"><a href=\"/login?forgot=yes\" class=\"text-red link-forgot\">{{ 'login_forgot'|tr(tr)|raw }}</a></p>
<input type=\"hidden\" name=\"_target_path\" value=\"{{ app.request.get('redirect_to') }}\"/>
<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\"/>
</div>
<div class=\"col-md-6 d-flex justify-content-center align-items-center form-login\" style=\"flex-direction: column;\">
<button id=\"kt_login_signup\" class=\"btn-primary btn-sm text-center active \">{{ 'signup_create'|tr(tr)|raw }}*</button>
<p class=\"p-0 w-100 text-center mt-2\">* {{ 'signup_create3'|tr(tr)|raw }}</p>
</div>
{% endif %}
{% if not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<div class=\"col-md-12 hide form-signup login-link\">
<a href=\"#\" class=\"text-center text-red return-login w-100 mb-4 float-left\">{{ 'signup_deja'|tr(tr)|raw }}</a>
</div>
{% endif %}
<div class=\"col-md-6 hide form-signup\">
<label>{{ 'contact_nom'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"lastname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('lastname') }}{% endif %}\" />
<label>{{ 'contact_prenom'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"firstname\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('firstname') }}{% endif %}\" />
<label>{{ 'contact_societe'|tr(tr)|raw }}</label>
<input type=\"text\" placeholder=\"\" name=\"company\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('company') }}{% endif %}\" />
<label>{{ 'contact_tel'|tr(tr)|raw }}*</label>
<input type=\"tel\" placeholder=\"\" name=\"phone\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('phone') }}{% endif %}\" />
<label class=\"signup\">{{ 'contact_email'|tr(tr)|raw }}*</label>
<input class=\"signup\" type=\"email\" placeholder=\"\" name=\"email\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.email }}{% endif %}\" />
<label class=\"signup\">{{ 'signup_password'|tr(tr)|raw }}*</label>
<input type=\"password\" placeholder=\"\" name=\"password\" value=\"\" class=\"signup\" />
<label class=\"signup\">{{ 'signup_confirm'|tr(tr)|raw }}*</label>
<input type=\"password\" placeholder=\"\" name=\"confirm\" value=\"\" class=\"signup\" />
</div>
<div class=\"col-md-6 hide form-signup\">
<label>{{ 'contact_adresse'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"address\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('address1') }}{% endif %}\" />
<label>{{ 'contact_code'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"zipcode\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('zipcode') }}{% endif %}\" />
<label>{{ 'contact_ville'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" name=\"city\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('city') }}{% endif %}\" />
<label>{{ 'contact_pays'|tr(tr)|raw }}*</label>
<input type=\"hidden\" name=\"country_code\" value=\"{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}{{ app.user.info('country_code') }}{% endif %}\">
<select name=\"country\" required class=\"form-control country\">
<option value=\"AF\">Afghanistan</option>
<option value=\"AX\">Åland Islands</option>
<option value=\"AL\">Albania</option>
<option value=\"DZ\">Algeria</option>
<option value=\"AS\">American Samoa</option>
<option value=\"AD\">Andorra</option>
<option value=\"AO\">Angola</option>
<option value=\"AI\">Anguilla</option>
<option value=\"AQ\">Antarctica</option>
<option value=\"AG\">Antigua and Barbuda</option>
<option value=\"AR\">Argentina</option>
<option value=\"AM\">Armenia</option>
<option value=\"AW\">Aruba</option>
<option value=\"AU\">Australia</option>
<option value=\"AT\">Austria</option>
<option value=\"AZ\">Azerbaijan</option>
<option value=\"BS\">Bahamas</option>
<option value=\"BH\">Bahrain</option>
<option value=\"BD\">Bangladesh</option>
<option value=\"BB\">Barbados</option>
<option value=\"BY\">Belarus</option>
<option value=\"BE\">Belgium</option>
<option value=\"BZ\">Belize</option>
<option value=\"BJ\">Benin</option>
<option value=\"BM\">Bermuda</option>
<option value=\"BT\">Bhutan</option>
<option value=\"BO\">Bolivia, Plurinational State of</option>
<option value=\"BQ\">Bonaire, Sint Eustatius and Saba</option>
<option value=\"BA\">Bosnia and Herzegovina</option>
<option value=\"BW\">Botswana</option>
<option value=\"BV\">Bouvet Island</option>
<option value=\"BR\">Brazil</option>
<option value=\"IO\">British Indian Ocean Territory</option>
<option value=\"BN\">Brunei Darussalam</option>
<option value=\"BG\">Bulgaria</option>
<option value=\"BF\">Burkina Faso</option>
<option value=\"BI\">Burundi</option>
<option value=\"KH\">Cambodia</option>
<option value=\"CM\">Cameroon</option>
<option value=\"CA\">Canada</option>
<option value=\"CV\">Cape Verde</option>
<option value=\"KY\">Cayman Islands</option>
<option value=\"CF\">Central African Republic</option>
<option value=\"TD\">Chad</option>
<option value=\"CL\">Chile</option>
<option value=\"CN\">China</option>
<option value=\"CX\">Christmas Island</option>
<option value=\"CC\">Cocos (Keeling) Islands</option>
<option value=\"CO\">Colombia</option>
<option value=\"KM\">Comoros</option>
<option value=\"CG\">Congo</option>
<option value=\"CD\">Congo, the Democratic Republic of the</option>
<option value=\"CK\">Cook Islands</option>
<option value=\"CR\">Costa Rica</option>
<option value=\"CI\">Côte d'Ivoire</option>
<option value=\"HR\">Croatia</option>
<option value=\"CU\">Cuba</option>
<option value=\"CW\">Curaçao</option>
<option value=\"CY\">Cyprus</option>
<option value=\"CZ\">Czech Republic</option>
<option value=\"DK\">Denmark</option>
<option value=\"DJ\">Djibouti</option>
<option value=\"DM\">Dominica</option>
<option value=\"DO\">Dominican Republic</option>
<option value=\"EC\">Ecuador</option>
<option value=\"EG\">Egypt</option>
<option value=\"SV\">El Salvador</option>
<option value=\"GQ\">Equatorial Guinea</option>
<option value=\"ER\">Eritrea</option>
<option value=\"EE\">Estonia</option>
<option value=\"ET\">Ethiopia</option>
<option value=\"FK\">Falkland Islands (Malvinas)</option>
<option value=\"FO\">Faroe Islands</option>
<option value=\"FJ\">Fiji</option>
<option value=\"FI\">Finland</option>
<option value=\"FR\" {% if app.request.locale not in ['de'] %}selected{% endif %}>France</option>
<option value=\"GF\">French Guiana</option>
<option value=\"PF\">French Polynesia</option>
<option value=\"TF\">French Southern Territories</option>
<option value=\"GA\">Gabon</option>
<option value=\"GM\">Gambia</option>
<option value=\"GE\">Georgia</option>
<option value=\"DE\" {% if app.request.locale == 'de' %}selected{% endif %}>Germany</option>
<option value=\"GH\">Ghana</option>
<option value=\"GI\">Gibraltar</option>
<option value=\"GR\">Greece</option>
<option value=\"GL\">Greenland</option>
<option value=\"GD\">Grenada</option>
<option value=\"GP\">Guadeloupe</option>
<option value=\"GU\">Guam</option>
<option value=\"GT\">Guatemala</option>
<option value=\"GG\">Guernsey</option>
<option value=\"GN\">Guinea</option>
<option value=\"GW\">Guinea-Bissau</option>
<option value=\"GY\">Guyana</option>
<option value=\"HT\">Haiti</option>
<option value=\"HM\">Heard Island and McDonald Islands</option>
<option value=\"VA\">Holy See (Vatican City State)</option>
<option value=\"HN\">Honduras</option>
<option value=\"HK\">Hong Kong</option>
<option value=\"HU\">Hungary</option>
<option value=\"IS\">Iceland</option>
<option value=\"IN\">India</option>
<option value=\"ID\">Indonesia</option>
<option value=\"IR\">Iran, Islamic Republic of</option>
<option value=\"IQ\">Iraq</option>
<option value=\"IE\">Ireland</option>
<option value=\"IM\">Isle of Man</option>
<option value=\"IL\">Israel</option>
<option value=\"IT\">Italy</option>
<option value=\"JM\">Jamaica</option>
<option value=\"JP\">Japan</option>
<option value=\"JE\">Jersey</option>
<option value=\"JO\">Jordan</option>
<option value=\"KZ\">Kazakhstan</option>
<option value=\"KE\">Kenya</option>
<option value=\"KI\">Kiribati</option>
<option value=\"KP\">Korea, Democratic People's Republic of</option>
<option value=\"KR\">Korea, Republic of</option>
<option value=\"KW\">Kuwait</option>
<option value=\"KG\">Kyrgyzstan</option>
<option value=\"LA\">Lao People's Democratic Republic</option>
<option value=\"LV\">Latvia</option>
<option value=\"LB\">Lebanon</option>
<option value=\"LS\">Lesotho</option>
<option value=\"LR\">Liberia</option>
<option value=\"LY\">Libya</option>
<option value=\"LI\">Liechtenstein</option>
<option value=\"LT\">Lithuania</option>
<option value=\"LU\">Luxembourg</option>
<option value=\"MO\">Macao</option>
<option value=\"MK\">Macedonia, the former Yugoslav Republic of</option>
<option value=\"MG\">Madagascar</option>
<option value=\"MW\">Malawi</option>
<option value=\"MY\">Malaysia</option>
<option value=\"MV\">Maldives</option>
<option value=\"ML\">Mali</option>
<option value=\"MT\">Malta</option>
<option value=\"MH\">Marshall Islands</option>
<option value=\"MQ\">Martinique</option>
<option value=\"MR\">Mauritania</option>
<option value=\"MU\">Mauritius</option>
<option value=\"YT\">Mayotte</option>
<option value=\"MX\">Mexico</option>
<option value=\"FM\">Micronesia, Federated States of</option>
<option value=\"MD\">Moldova, Republic of</option>
<option value=\"MC\">Monaco</option>
<option value=\"MN\">Mongolia</option>
<option value=\"ME\">Montenegro</option>
<option value=\"MS\">Montserrat</option>
<option value=\"MA\">Morocco</option>
<option value=\"MZ\">Mozambique</option>
<option value=\"MM\">Myanmar</option>
<option value=\"NA\">Namibia</option>
<option value=\"NR\">Nauru</option>
<option value=\"NP\">Nepal</option>
<option value=\"NL\">Netherlands</option>
<option value=\"NC\">New Caledonia</option>
<option value=\"NZ\">New Zealand</option>
<option value=\"NI\">Nicaragua</option>
<option value=\"NE\">Niger</option>
<option value=\"NG\">Nigeria</option>
<option value=\"NU\">Niue</option>
<option value=\"NF\">Norfolk Island</option>
<option value=\"MP\">Northern Mariana Islands</option>
<option value=\"NO\">Norway</option>
<option value=\"OM\">Oman</option>
<option value=\"PK\">Pakistan</option>
<option value=\"PW\">Palau</option>
<option value=\"PS\">Palestinian Territory, Occupied</option>
<option value=\"PA\">Panama</option>
<option value=\"PG\">Papua New Guinea</option>
<option value=\"PY\">Paraguay</option>
<option value=\"PE\">Peru</option>
<option value=\"PH\">Philippines</option>
<option value=\"PN\">Pitcairn</option>
<option value=\"PL\">Poland</option>
<option value=\"PT\">Portugal</option>
<option value=\"PR\">Puerto Rico</option>
<option value=\"QA\">Qatar</option>
<option value=\"RE\">Réunion</option>
<option value=\"RO\">Romania</option>
<option value=\"RU\">Russian Federation</option>
<option value=\"RW\">Rwanda</option>
<option value=\"BL\">Saint Barthélemy</option>
<option value=\"SH\">Saint Helena, Ascension and Tristan da Cunha</option>
<option value=\"KN\">Saint Kitts and Nevis</option>
<option value=\"LC\">Saint Lucia</option>
<option value=\"MF\">Saint Martin (French part)</option>
<option value=\"PM\">Saint Pierre and Miquelon</option>
<option value=\"VC\">Saint Vincent and the Grenadines</option>
<option value=\"WS\">Samoa</option>
<option value=\"SM\">San Marino</option>
<option value=\"ST\">Sao Tome and Principe</option>
<option value=\"SA\">Saudi Arabia</option>
<option value=\"SN\">Senegal</option>
<option value=\"RS\">Serbia</option>
<option value=\"SC\">Seychelles</option>
<option value=\"SL\">Sierra Leone</option>
<option value=\"SG\">Singapore</option>
<option value=\"SX\">Sint Maarten (Dutch part)</option>
<option value=\"SK\">Slovakia</option>
<option value=\"SI\">Slovenia</option>
<option value=\"SB\">Solomon Islands</option>
<option value=\"SO\">Somalia</option>
<option value=\"ZA\">South Africa</option>
<option value=\"GS\">South Georgia and the South Sandwich Islands</option>
<option value=\"SS\">South Sudan</option>
<option value=\"ES\">Spain</option>
<option value=\"LK\">Sri Lanka</option>
<option value=\"SD\">Sudan</option>
<option value=\"SR\">Suriname</option>
<option value=\"SJ\">Svalbard and Jan Mayen</option>
<option value=\"SZ\">Swaziland</option>
<option value=\"SE\">Sweden</option>
<option value=\"CH\">Switzerland</option>
<option value=\"SY\">Syrian Arab Republic</option>
<option value=\"TW\">Taiwan, Province of China</option>
<option value=\"TJ\">Tajikistan</option>
<option value=\"TZ\">Tanzania, United Republic of</option>
<option value=\"TH\">Thailand</option>
<option value=\"TL\">Timor-Leste</option>
<option value=\"TG\">Togo</option>
<option value=\"TK\">Tokelau</option>
<option value=\"TO\">Tonga</option>
<option value=\"TT\">Trinidad and Tobago</option>
<option value=\"TN\">Tunisia</option>
<option value=\"TR\">Turkey</option>
<option value=\"TM\">Turkmenistan</option>
<option value=\"TC\">Turks and Caicos Islands</option>
<option value=\"TV\">Tuvalu</option>
<option value=\"UG\">Uganda</option>
<option value=\"UA\">Ukraine</option>
<option value=\"AE\">United Arab Emirates</option>
<option value=\"GB\">United Kingdom</option>
<option value=\"US\">United States</option>
<option value=\"UM\">United States Minor Outlying Islands</option>
<option value=\"UY\">Uruguay</option>
<option value=\"UZ\">Uzbekistan</option>
<option value=\"VU\">Vanuatu</option>
<option value=\"VE\">Venezuela, Bolivarian Republic of</option>
<option value=\"VN\">Viet Nam</option>
<option value=\"VG\">Virgin Islands, British</option>
<option value=\"VI\">Virgin Islands, U.S.</option>
<option value=\"WF\">Wallis and Futuna</option>
<option value=\"EH\">Western Sahara</option>
<option value=\"YE\">Yemen</option>
<option value=\"ZM\">Zambia</option>
<option value=\"ZW\">Zimbabwe</option>
</select>
<div class=\"form-message text-start\">
<label>{{ 'contact_message_full'|tr(tr)|raw }}</label>
<textarea placeholder=\"\" name=\"message\"></textarea>
</div>
</div>
<div class=\"col-md-12 text-center to-form-message hide form-signup\">
<input type=\"checkbox\" id=\"pmr\" class=\"apple-switch\" >
<label for=\"pmr\">{{ 'tunnel_section8_pmr'|tr(tr)|raw }}</label>
</div>
<div class=\"col-md-12 form-cgu hide mt-3 text-center\">
<input type=\"checkbox\" id=\"agree\" class=\"apple-switch\" >
<label for=\"agree\">{{ 'signup_agree'|tr(tr)|raw }}</label>
</div>
<div class=\"col-md-12\">
<p class=\"text-red booking_message text-center mb-0 mt-3 p-0\"></p>
</div>
<button class=\"send hide\">{{ 'resa_topayment'|tr(tr)|raw }}</button>
<input type=\"hidden\" id=\"form_mode\" value=\"\" />
</form>
</div>
{# <div class=\"mt-5 row text-center gift-block\">
<div class=\"col-12 mt-4\">
<input type=\"checkbox\" id=\"gift\" class=\"apple-switch\" >
<label for=\"gift\">{{ 'tunnel_section8_gift'|tr(tr)|raw }}</label>
<div class=\"form-group gift mt-4\">
<label>{{ 'tunnel_section8_for'|tr(tr)|raw }}*</label>
<input type=\"text\" placeholder=\"\" class=\"form-control\" name=\"gift-user\">
</div>
</div>
</div> #}
</div>
</div>
</section>
</div>
</div>
</section>
{% include 'FrontBundle/Partial/footer.html.twig' %}
{% endblock %}
{% block javascripts %}
<script type=\"text/javascript\">
\$( document ).ready(function() {
\$('.number-minus').click(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
value = value - 1;
if(value < 1){
value = 1;
}
\$('.number-val').val(value);
\$('.price i').text( parseInt(value * price) );
});
\$('.number-plus').click(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
value = value + 1;
if(value > 4){
value = 4;
}
\$('.number-val').val(value);
\$('.price i').text( parseInt(value * price) );
});
\$('.number-val').change(function(e){
e.preventDefault();
var value = parseInt(\$('.number-val').val());
if(value < 1){
value = 1;
}
if(value > 4){
value = 4;
}
\$('.number-val').val(value);
});
price = parseInt('{{ price }}');
});
</script>
<script type=\"text/javascript\">
sended = false;
\$(document).ready(function() {
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.form-cgu').addClass('hide');
{% endif %}
\$('#kt_login_signup').on('click', function (e) {
e.preventDefault();
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('#form_mode').val('register');
\$('.send').removeClass('hide');
\$('.form-cgu').removeClass('hide');
});
\$('.return-login').on('click', function (e) {
e.preventDefault();
\$('.form-login').removeClass('hide');
\$('.form-signup').addClass('hide');
\$('.form-cgu').addClass('hide');
});
\$('#kt_login_signin_submit').on('click', function (e) {
e.preventDefault();
var form = {
email: \$('input[name=\"login_username\"]').val(),
password: \$('input[name=\"login_password\"]').val(),
};
\$.post('/tunnel/credentials/check/{{app.request.locale}}', form, function( data ) {
console.log(data);
\$('.login_message').hide();
if(data.success == true){
\$('.form-signup input[name=\"lastname\"]').val(data.user.infos.lastname);
\$('.form-signup input[name=\"firstname\"]').val(data.user.infos.firstname);
\$('.form-signup input[name=\"company\"]').val(data.user.infos.company);
\$('.form-signup input[name=\"phone\"]').val(data.user.infos.phone);
\$('.form-signup input[name=\"email\"]').val(data.user.email);
\$('.form-signup input[name=\"email\"]').attr('disabled','disabled');
\$('.form-signup input[name=\"address\"]').val(data.user.infos.address);
\$('.form-signup input[name=\"zipcode\"]').val(data.user.infos.zipcode);
\$('.form-signup input[name=\"city\"]').val(data.user.infos.city);
if(data.user.country_code != ''){
\$('.form-signup [name=\"country_code\"]').val(data.user.infos.country_code);
\$('.form-signup [name=\"country\"]').val(data.user.infos.country_code);
}
\$('.form-login').addClass('hide');
\$('.form-signup').removeClass('hide');
\$('.form-signup .signup').addClass('hide');
\$('.to-form-message').prepend(\$('.form-message'));
\$('#form_mode').val('logged');
\$('.send').removeClass('hide');
\$('.login-link').addClass('hide');
\$('.form-cgu').addClass('hide');
} else {
\$('.login_message').show();
\$('.login_message').text(data.error);
}
}, \"json\");
});
\$('.send').on('click', function (e) {
e.preventDefault();
var value = parseInt(\$('.number-val').val());
var palace_resa = {
resume: true,
show: {
id: 1951,
type: \"ma\",
season: 2025,
title: \"Miss Alsace\",
desc: \"\",
img: \"/front/img/miss-alsace-min-2025.jpg\",
date: \"2025-06-26\",
hour: \"18:00\",
day: \"d3\",
dateStr: \"Jeudi 26 Juin 2025 / 18H00\",
food: \"true\",
pn: value,
ph: 0,
vip: 0,
},
step1: {
group: 'individuel',
participants: value,
formula: \"avecrepas\",
gift: false,
},
step2: {
// resto: null,
resto: 'majestic',
selection: [],
},
step3: step3 = {
pn: value,
ph: 0,
vip: 0,
},
}
var infos = {
form_mode: \$('#form_mode').val(),
lastname: \$('#form-booking input[name=\"lastname\"]').val(),
firstname: \$('#form-booking input[name=\"firstname\"]').val(),
company: \$('#form-booking input[name=\"company\"]').val(),
phone: \$('#form-booking input[name=\"phone\"]').val(),
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
confirm: \$('#form-booking input[name=\"confirm\"]').val(),
address: \$('#form-booking input[name=\"address\"]').val(),
zipcode: \$('#form-booking input[name=\"zipcode\"]').val(),
city: \$('#form-booking input[name=\"city\"]').val(),
country: \$('#form-booking select[name=\"country\"] option:selected').text(),
country_code: \$('#form-booking select[name=\"country\"] option:selected').val(),
message: \$('#form-booking textarea[name=\"message\"]').val(),
pmr: \$('#pmr').prop('checked'),
gift: \$('#gift').prop('checked'),
agree: \$('#agree').prop('checked'),
gift_user: \$('input[name=\"gift-user\"]').val(),
};
var form = {
venue_id: 1951,
participants: value,
palace_resa: palace_resa,
infos: infos,
email: \$('#form-booking input[name=\"email\"]').val(),
password: \$('#form-booking input[name=\"password\"]').val(),
};
if(sended == false){
\$.post('/ticket/send/{{app.request.locale}}', form, function( data ) {
sended = false;
console.log(form);
console.log(data);
\$('.booking_message').hide();
if(data.success == true){
\$('.send').remove();
window.location.href = \"/{{app.request.locale }}/mon-compte/paiement/\"+data.token;
return 0;
} else {
\$('.booking_message').show();
\$('.booking_message').text(data.error);
}
}, \"json\");
sended = true;
}
});
});
</script>
{% endblock %}", "FrontBundle/Page/miss-alsace.html.twig", "/home/clients/3cdd021c67ffcc8186b679e7845b2138/sites/api-royal-palace.dix-demo.fr/13_06_24/templates/FrontBundle/Page/miss-alsace.html.twig");
}
}