<?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 271
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 272
echo "
";
// line 274
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 295
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.', 295, $this->source); })())), "html", null, true);
echo "</h2>
<h5><span>";
// line 297
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.', 297, $this->source); })())), "html", null, true);
echo "</span></h5>
<p class=\"m-0\">";
// line 299
echo (isset($context["desc"]) || array_key_exists("desc", $context) ? $context["desc"] : (function () { throw new RuntimeError('Variable "desc" does not exist.', 299, $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 316
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.', 316, $this->source); })()), "request", [], "any", false, false, false, 316), "locale", [], "any", false, false, false, 316), "fr"))) {
// line 317
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 340
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 340, $this->source); })()), "request", [], "any", false, false, false, 340), "locale", [], "any", false, false, false, 340), "en"))) {
// line 341
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 363
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 363, $this->source); })()), "request", [], "any", false, false, false, 363), "locale", [], "any", false, false, false, 363), "de"))) {
// line 364
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 387
echo "
";
// line 395
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 403
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.', 403, $this->source); })())));
echo "</h2>
";
// line 405
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 422
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.', 422, $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 425
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.', 425, $this->source); })()), "html", null, true);
echo "</p>
<p class=\"desc p-0\">";
// line 426
echo (isset($context["desc"]) || array_key_exists("desc", $context) ? $context["desc"] : (function () { throw new RuntimeError('Variable "desc" does not exist.', 426, $this->source); })());
echo "</p>
<p class=\"date p-0\">";
// line 427
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.', 427, $this->source); })()), "html", null, true);
echo "</p>
<div class=\"price\">
<p class=\"p-0\">";
// line 431
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.', 431, $this->source); })())));
echo "</p>
<span><i>";
// line 432
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.', 432, $this->source); })()), "html", null, true);
echo "</i>,00€</span>
</div>
";
// line 437
echo " </div>
";
// line 444
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 466
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.', 466, $this->source); })())));
echo "</h2>
<span class=\"subtitle\">";
// line 467
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.', 467, $this->source); })()));
echo "</span>
<div class=\"mt-3 row\">
<form class=\"m-0 row\" id=\"form-booking\">
";
// line 473
if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 474
echo " <div class=\"col-md-12 mb-5 form-login\">
<h6 class=\"text-center\">";
// line 475
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.', 475, $this->source); })()));
echo "</h6>
</div>
<div class=\"col-md-6 form-login\">
<label>";
// line 481
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.', 481, $this->source); })()));
echo "*</label>
<input type=\"email\" placeholder=\"";
// line 482
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.', 482, $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.', 482, $this->source); })()), "user", [], "any", false, false, false, 482), "email", [], "any", false, false, false, 482), "html", null, true);
}
echo "\" />
<label>";
// line 483
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.', 483, $this->source); })()));
echo "*</label>
<input type=\"password\" name=\"login_password\" autocomplete=\"off\" placeholder=\"";
// line 484
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.', 484, $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 487
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.', 487, $this->source); })()));
echo "</button>
<p class=\"text-red p-0 mt-3\"><a href=\"/login?forgot=yes\" class=\"text-red link-forgot\">";
// line 489
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.', 489, $this->source); })()));
echo "</a></p>
<input type=\"hidden\" name=\"_target_path\" value=\"";
// line 491
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.', 491, $this->source); })()), "request", [], "any", false, false, false, 491), "get", [0 => "redirect_to"], "method", false, false, false, 491), "html", null, true);
echo "\"/>
<input type=\"hidden\" name=\"_csrf_token\" value=\"";
// line 492
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 496
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.', 496, $this->source); })()));
echo "*</button>
<p class=\"p-0 w-100 text-center mt-2\">* ";
// line 497
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.', 497, $this->source); })()));
echo "</p>
</div>
";
}
// line 501
echo "
";
// line 502
if ( !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 503
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 504
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.', 504, $this->source); })()));
echo "</a>
</div>
";
}
// line 507
echo " <div class=\"col-md-6 hide form-signup\">
<label>";
// line 508
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.', 508, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"lastname\" value=\"";
// line 509
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.', 509, $this->source); })()), "user", [], "any", false, false, false, 509), "info", [0 => "lastname"], "method", false, false, false, 509), "html", null, true);
}
echo "\" />
<label>";
// line 510
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.', 510, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"firstname\" value=\"";
// line 511
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.', 511, $this->source); })()), "user", [], "any", false, false, false, 511), "info", [0 => "firstname"], "method", false, false, false, 511), "html", null, true);
}
echo "\" />
<label>";
// line 512
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.', 512, $this->source); })()));
echo "</label>
<input type=\"text\" placeholder=\"\" name=\"company\" value=\"";
// line 513
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.', 513, $this->source); })()), "user", [], "any", false, false, false, 513), "info", [0 => "company"], "method", false, false, false, 513), "html", null, true);
}
echo "\" />
<label>";
// line 514
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.', 514, $this->source); })()));
echo "*</label>
<input type=\"tel\" placeholder=\"\" name=\"phone\" value=\"";
// line 515
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.', 515, $this->source); })()), "user", [], "any", false, false, false, 515), "info", [0 => "phone"], "method", false, false, false, 515), "html", null, true);
}
echo "\" />
<label class=\"signup\">";
// line 516
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.', 516, $this->source); })()));
echo "*</label>
<input class=\"signup\" type=\"email\" placeholder=\"\" name=\"email\" value=\"";
// line 517
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.', 517, $this->source); })()), "user", [], "any", false, false, false, 517), "email", [], "any", false, false, false, 517), "html", null, true);
}
echo "\" />
<label class=\"signup\">";
// line 518
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.', 518, $this->source); })()));
echo "*</label>
<input type=\"password\" placeholder=\"\" name=\"password\" value=\"\" class=\"signup\" />
<label class=\"signup\">";
// line 520
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.', 520, $this->source); })()));
echo "*</label>
<input type=\"password\" placeholder=\"\" name=\"confirm\" value=\"\" class=\"signup\" />
</div>
<div class=\"col-md-6 hide form-signup\">
<label>";
// line 524
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.', 524, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"address\" value=\"";
// line 525
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.', 525, $this->source); })()), "user", [], "any", false, false, false, 525), "info", [0 => "address1"], "method", false, false, false, 525), "html", null, true);
}
echo "\" />
<label>";
// line 526
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.', 526, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"zipcode\" value=\"";
// line 527
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.', 527, $this->source); })()), "user", [], "any", false, false, false, 527), "info", [0 => "zipcode"], "method", false, false, false, 527), "html", null, true);
}
echo "\" />
<label>";
// line 528
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.', 528, $this->source); })()));
echo "*</label>
<input type=\"text\" placeholder=\"\" name=\"city\" value=\"";
// line 529
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.', 529, $this->source); })()), "user", [], "any", false, false, false, 529), "info", [0 => "city"], "method", false, false, false, 529), "html", null, true);
}
echo "\" />
<label>";
// line 530
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.', 530, $this->source); })()));
echo "*</label>
<input type=\"hidden\" name=\"country_code\" value=\"";
// line 531
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.', 531, $this->source); })()), "user", [], "any", false, false, false, 531), "info", [0 => "country_code"], "method", false, false, false, 531), "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 608
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.', 608, $this->source); })()), "request", [], "any", false, false, false, 608), "locale", [], "any", false, false, false, 608), [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 615
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.', 615, $this->source); })()), "request", [], "any", false, false, false, 615), "locale", [], "any", false, false, false, 615), "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 784
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.', 784, $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 790
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.', 790, $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 795
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.', 795, $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 801
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.', 801, $this->source); })()));
echo "</button>
<input type=\"hidden\" id=\"form_mode\" value=\"\" />
</form>
</div>
";
// line 819
echo "
</div>
</div>
</section>
</div>
</div>
</section>
";
// line 834
$this->loadTemplate("FrontBundle/Partial/footer.html.twig", "FrontBundle/Page/miss-alsace.html.twig", 834)->display($context);
// line 835
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 840
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 841
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 881
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.', 881, $this->source); })()), "html", null, true);
echo "');
});
</script>
<script type=\"text/javascript\">
sended = false;
\$(document).ready(function() {
";
// line 897
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
// line 898
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 906
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 932
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.', 932, $this->source); })()), "request", [], "any", false, false, false, 932), "locale", [], "any", false, false, false, 932), "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 1045
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.', 1045, $this->source); })()), "request", [], "any", false, false, false, 1045), "locale", [], "any", false, false, false, 1045), "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 1054
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.', 1054, $this->source); })()), "request", [], "any", false, false, false, 1054), "locale", [], "any", false, false, false, 1054), "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 ( 1426 => 1054, 1414 => 1045, 1298 => 932, 1270 => 906, 1260 => 898, 1258 => 897, 1239 => 881, 1197 => 841, 1187 => 840, 1175 => 835, 1173 => 834, 1156 => 819, 1147 => 801, 1138 => 795, 1130 => 790, 1121 => 784, 947 => 615, 935 => 608, 853 => 531, 849 => 530, 843 => 529, 839 => 528, 833 => 527, 829 => 526, 823 => 525, 819 => 524, 812 => 520, 807 => 518, 801 => 517, 797 => 516, 791 => 515, 787 => 514, 781 => 513, 777 => 512, 771 => 511, 767 => 510, 761 => 509, 757 => 508, 754 => 507, 748 => 504, 745 => 503, 743 => 502, 740 => 501, 733 => 497, 729 => 496, 722 => 492, 718 => 491, 713 => 489, 708 => 487, 702 => 484, 698 => 483, 690 => 482, 686 => 481, 677 => 475, 674 => 474, 672 => 473, 663 => 467, 659 => 466, 635 => 444, 631 => 437, 624 => 432, 620 => 431, 613 => 427, 609 => 426, 605 => 425, 599 => 422, 580 => 405, 576 => 403, 566 => 395, 562 => 387, 537 => 364, 535 => 363, 511 => 341, 509 => 340, 484 => 317, 482 => 316, 462 => 299, 457 => 297, 452 => 295, 429 => 274, 426 => 272, 416 => 271, 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");
}
}