<?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;
/* layouts/base.html.twig */
class __TwigTemplate_f284598db145ad4408f5303c1ddaa20eb46e4b87eeb29ca64686b20388dd1afd extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'main' => [$this, 'block_main'],
'javascripts' => [$this, 'block_javascripts'],
];
}
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", "layouts/base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "layouts/base.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<!-- Required meta tags -->
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<title>";
// line 9
$this->displayBlock('title', $context, $blocks);
echo "</title>
<!-- Bootstrap CSS -->
<link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU\" crossorigin=\"anonymous\">
<link href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker3.min.css\" rel=\"stylesheet\" />
<!-- SELECT2 CSS -->
<link href=\"https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.2/css/select2.min.css\" rel=\"stylesheet\" />
<!-- Custom CSS -->
<link href=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html", null, true);
echo "\" rel=\"stylesheet\">
<!-- COOKIE CSS -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css\" />
<style>
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #000;
}
</style>
";
// line 30
$this->displayBlock('stylesheets', $context, $blocks);
// line 33
echo "
<script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ\" crossorigin=\"anonymous\"></script>
<script src=\"https://code.jquery.com/jquery-3.6.0.min.js\"></script>
<script src=\"";
// line 36
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/custom.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 37
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/custom2.js"), "html", null, true);
echo "\"></script>
</head>
<!-- Alert messages -->
";
// line 41
echo twig_include($this->env, $context, "includes/alerts.html.twig");
echo "
<!-- / Alert messages -->
<body>
<div class=\"d-flex justify-content-center\">
<div class=\"card border-secondary shadow-lg p-3 mb-5 bg-white rounded\" style=\"width: 75rem; text-align: center; margin-top: 50px;\">
<div class=\"card-body no-padding-mobile\">
<nav class=\"navbar navbar-expand-lg navbar-light bg-white d-xl-flex justify-content-xl-center ml-5\">
<div class=\"col-lg-2 logo-header\" >
<a class=\"col-1 \" target=\"_blank\" href=\"https://www.lunii.com\" >
<img src=\"";
// line 51
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/LUNII_logo-horizontal.png"), "html", null, true);
echo "\" alt=\"bannière principale du site\">
</a>
</div>
<div class=\"col-lg-9 menu-right-block\">
<button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
<span class=\"navbar-toggler-icon\"></span>
</button>
<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">
<ul class=\"navbar-nav me-auto mb-2 mb-lg-0 d-md-flex justify-content-center\">
<li class=\"nav-item me-4 ms-4\">
";
// line 61
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.', 61, $this->source); })()), "request", [], "any", false, false, false, 61), "pathinfo", [], "any", false, false, false, 61), "/"))) {
// line 62
echo " <a class=\"nav-link text-md-center me-4 pe-0 ps-0 active\" aria-current=\"page\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
echo "\">Je profite de l'offre</a>
";
} else {
// line 64
echo " <a class=\"nav-link text-md-center me-4 pe-0 ps-0\" aria-current=\"page\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
echo "\">Je profite de l'offre</a>
";
}
// line 66
echo " </li>
<li class=\"nav-item me-4 ms-4\">
<a class=\"nav-link text-md-center me-4 pe-0 ps-0\" target=\"_blank\" href=\"";
// line 68
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/documents/Réglement-ODR-Lunii-VF.PDF"), "html", null, true);
echo "\">Voir le règlement</a>
</li>
<li class=\"nav-item me-4 ms-4\">
";
// line 71
if (twig_in_filter("purchase_status", 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.', 71, $this->source); })()), "request", [], "any", false, false, false, 71), "pathinfo", [], "any", false, false, false, 71))) {
// line 72
echo " <a class=\"nav-link text-md-center me-4 pe-0 ps-0 active\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("purchase_status", ["oid" => twig_get_attribute($this->env, $this->source, (isset($context["operation"]) || array_key_exists("operation", $context) ? $context["operation"] : (function () { throw new RuntimeError('Variable "operation" does not exist.', 72, $this->source); })()), "id", [], "any", false, false, false, 72)]), "html", null, true);
echo "\">Suivre mon dossier</a>
";
} else {
// line 74
echo " <a class=\"nav-link text-md-center me-4 pe-0 ps-0\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("purchase_status", ["oid" => twig_get_attribute($this->env, $this->source, (isset($context["operation"]) || array_key_exists("operation", $context) ? $context["operation"] : (function () { throw new RuntimeError('Variable "operation" does not exist.', 74, $this->source); })()), "id", [], "any", false, false, false, 74)]), "html", null, true);
echo "\">Suivre mon dossier</a>
";
}
// line 76
echo " </li>
<li class=\"nav-item me-4 ms-4\">
";
// line 78
if (twig_in_filter("je-participe", 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.', 78, $this->source); })()), "request", [], "any", false, false, false, 78), "pathinfo", [], "any", false, false, false, 78))) {
// line 79
echo " <a class=\"nav-link text-md-center me-4 pe-0 ps-0 active\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
echo "\">Nous contacter</a>
";
} else {
// line 81
echo " <a class=\"nav-link text-md-center me-4 pe-0 ps-0\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
echo "\">Nous contacter</a>
";
}
// line 83
echo " </li>
</ul>
</div>
</div>
</nav>
<div class=\"row d-lg-flex justify-content-center\">
<div class=\"mt-3 rounded mx-auto d-block\">
<img src=\"";
// line 90
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/images/banniere-minisite-ODR.jpg"), "html", null, true);
echo "\" class=\"img-fluid\"/>
</div>
</div>
";
// line 93
$this->displayBlock('main', $context, $blocks);
// line 94
echo " </div>
<!-- FOOTER BLOCK -->
<footer class=\"container mt-4\">
<div class=\"row d-flex justify-content-between\">
<div class=\"col-lg-12 navbar d-flex justify-content-between d-none d-md-block\">
<ul class=\"p-0 d-flex justify-content-between\">
<li>
<a class=\"text-center nav-link\">Copyright 2022. Tous droits réservés</a>
</li>
<li>
<a class=\"text-center nav-link\" target=\"_blank\" href=\"";
// line 104
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/documents/LUNII_FR_2_Conditions_generales_d_utilisation_du_site_internet.pdf"), "html", null, true);
echo "\">Mentions légales</a>
</li>
<li>
<a class=\"text-center nav-link\" target=\"_blank\" href=\"";
// line 107
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/documents/LUNII_FR_6_Politique_de_confidentialite_Lunii.pdf"), "html", null, true);
echo "\">Cookies et confidentialité</a>
</li>
</ul>
</div>
</div>
</footer>
<!-- FOOTER BLOCK END -->
</div>
</div>
</body>
<!-- SELECT2 JS -->
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js\" integrity=\"sha512-2ImtlRlf2VVmiGZsjm9bEyhjGW4dU7B6TNwh/hx/iSByxNENtj3WVE6o/9Lj4TJeVXPi4bnOIMXFIJJAeufa0A==\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/js/bootstrap-datepicker.min.js\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/locales/bootstrap-datepicker.fr.min.js\"></script>
<!--<script src=\"https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js\" data-cfasync=\"false\"></script>-->
<script>
\$(\".select-multiple\").select2({
});
\$(document).on('select2:open', () => {
document.querySelector('.select2-search__field').focus();
});
</script>
<!-- COOKIE BLOCK END -->
<!-- <script src=\"https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js\" data-cfasync=\"false\"></script>-->
";
// line 140
$this->displayBlock('javascripts', $context, $blocks);
// line 141
echo " ";
// line 142
echo " <!--<script>
window.axeptioSettings = {
clientId: \"6163ee686dbf0468b65fee10\",
cookiesVersion: \"Lunii-base\",
};
(function(d, s) {
var t = d.getElementsByTagName(s)[0], e = d.createElement(s);
e.async = true; e.src = \"//static.axept.io/sdk.js\";
t.parentNode.insertBefore(e, t);
})(document, \"script\");
</script>-->
<!--<script>
\$(document).ready(function(){
jQuery(function(){
\$(\"#axeptio_btn_dismiss\").click(function() {
console.log('clicked');
\$(\"axeptio_btn_acceptAll\").css(\"display\",\"none!important;\");
});
});
});-->
</script>
";
// line 186
echo " <script src=\"https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js\" integrity=\"sha512-2ImtlRlf2VVmiGZsjm9bEyhjGW4dU7B6TNwh/hx/iSByxNENtj3WVE6o/9Lj4TJeVXPi4bnOIMXFIJJAeufa0A==\" crossorigin=\"anonymous\"></script>
<script>
/*\$(\".select-multiple\").select2({
placeholder: 'Sélectionnez un lieu*'
});
*/
\$(document).ready(function(){
jQuery(function(){
if (\$(\".nav-link\").hasClass('active')) {
\$(\".active\").css({'border-bottom': '2px solid'});
};
});
});
/* CHANGED THE TEXT OF COOKIE BUTTON */
\$('.cc-allow').text('Accepter');
/* ADD THE AUTOMATICAL SLASHES TO THE DATE */
\$( document ).ready(function() {
\$('#user_form_purchases___name___purchasedAt').bind('keyup','keydown', function(event) {
var inputLength = event.target.value.length;
if (event.keyCode != 8){
if(inputLength === 2 || inputLength === 5){
var thisVal = event.target.value;
thisVal += '/';
\$(event.target).val(thisVal);
}
}
})
});
</script>
</html>";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 9
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 "Lunii";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 30
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 31
echo " ";
// line 32
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 93
public function block_main($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", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 140
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"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "layouts/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 387 => 140, 369 => 93, 359 => 32, 357 => 31, 347 => 30, 328 => 9, 284 => 186, 259 => 142, 257 => 141, 255 => 140, 219 => 107, 213 => 104, 201 => 94, 199 => 93, 193 => 90, 184 => 83, 178 => 81, 172 => 79, 170 => 78, 166 => 76, 160 => 74, 154 => 72, 152 => 71, 146 => 68, 142 => 66, 136 => 64, 130 => 62, 128 => 61, 115 => 51, 102 => 41, 95 => 37, 91 => 36, 86 => 33, 84 => 30, 70 => 19, 57 => 9, 47 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<!-- Required meta tags -->
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<title>{% block title %}Lunii{% endblock %}</title>
<!-- Bootstrap CSS -->
<link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU\" crossorigin=\"anonymous\">
<link href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker3.min.css\" rel=\"stylesheet\" />
<!-- SELECT2 CSS -->
<link href=\"https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.2/css/select2.min.css\" rel=\"stylesheet\" />
<!-- Custom CSS -->
<link href=\"{{ asset('assets/css/style.css') }}\" rel=\"stylesheet\">
<!-- COOKIE CSS -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css\" />
<style>
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #000;
}
</style>
{% block stylesheets %}
{#{{ encore_entry_link_tags('app') }}#}
{% endblock %}
<script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ\" crossorigin=\"anonymous\"></script>
<script src=\"https://code.jquery.com/jquery-3.6.0.min.js\"></script>
<script src=\"{{ asset('assets/js/custom.js') }}\"></script>
<script src=\"{{ asset('assets/js/custom2.js') }}\"></script>
</head>
<!-- Alert messages -->
{{ include('includes/alerts.html.twig') }}
<!-- / Alert messages -->
<body>
<div class=\"d-flex justify-content-center\">
<div class=\"card border-secondary shadow-lg p-3 mb-5 bg-white rounded\" style=\"width: 75rem; text-align: center; margin-top: 50px;\">
<div class=\"card-body no-padding-mobile\">
<nav class=\"navbar navbar-expand-lg navbar-light bg-white d-xl-flex justify-content-xl-center ml-5\">
<div class=\"col-lg-2 logo-header\" >
<a class=\"col-1 \" target=\"_blank\" href=\"https://www.lunii.com\" >
<img src=\"{{ asset('assets/images/LUNII_logo-horizontal.png') }}\" alt=\"bannière principale du site\">
</a>
</div>
<div class=\"col-lg-9 menu-right-block\">
<button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
<span class=\"navbar-toggler-icon\"></span>
</button>
<div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">
<ul class=\"navbar-nav me-auto mb-2 mb-lg-0 d-md-flex justify-content-center\">
<li class=\"nav-item me-4 ms-4\">
{% if app.request.pathinfo == '/' %}
<a class=\"nav-link text-md-center me-4 pe-0 ps-0 active\" aria-current=\"page\" href=\"{{ path('home') }}\">Je profite de l'offre</a>
{% else %}
<a class=\"nav-link text-md-center me-4 pe-0 ps-0\" aria-current=\"page\" href=\"{{ path('home') }}\">Je profite de l'offre</a>
{% endif %}
</li>
<li class=\"nav-item me-4 ms-4\">
<a class=\"nav-link text-md-center me-4 pe-0 ps-0\" target=\"_blank\" href=\"{{ asset('assets/documents/Réglement-ODR-Lunii-VF.PDF') }}\">Voir le règlement</a>
</li>
<li class=\"nav-item me-4 ms-4\">
{% if 'purchase_status' in app.request.pathinfo %}
<a class=\"nav-link text-md-center me-4 pe-0 ps-0 active\" href=\"{{ path('purchase_status', {'oid': operation.id }) }}\">Suivre mon dossier</a>
{% else %}
<a class=\"nav-link text-md-center me-4 pe-0 ps-0\" href=\"{{ path('purchase_status', {'oid': operation.id }) }}\">Suivre mon dossier</a>
{% endif %}
</li>
<li class=\"nav-item me-4 ms-4\">
{% if 'je-participe' in app.request.pathinfo %}
<a class=\"nav-link text-md-center me-4 pe-0 ps-0 active\" href=\"{{ path('contact') }}\">Nous contacter</a>
{% else %}
<a class=\"nav-link text-md-center me-4 pe-0 ps-0\" href=\"{{ path('contact') }}\">Nous contacter</a>
{% endif %}
</li>
</ul>
</div>
</div>
</nav>
<div class=\"row d-lg-flex justify-content-center\">
<div class=\"mt-3 rounded mx-auto d-block\">
<img src=\"{{ asset('/assets/images/banniere-minisite-ODR.jpg') }}\" class=\"img-fluid\"/>
</div>
</div>
{% block main %}{% endblock %}
</div>
<!-- FOOTER BLOCK -->
<footer class=\"container mt-4\">
<div class=\"row d-flex justify-content-between\">
<div class=\"col-lg-12 navbar d-flex justify-content-between d-none d-md-block\">
<ul class=\"p-0 d-flex justify-content-between\">
<li>
<a class=\"text-center nav-link\">Copyright 2022. Tous droits réservés</a>
</li>
<li>
<a class=\"text-center nav-link\" target=\"_blank\" href=\"{{ asset('assets/documents/LUNII_FR_2_Conditions_generales_d_utilisation_du_site_internet.pdf') }}\">Mentions légales</a>
</li>
<li>
<a class=\"text-center nav-link\" target=\"_blank\" href=\"{{ asset('assets/documents/LUNII_FR_6_Politique_de_confidentialite_Lunii.pdf') }}\">Cookies et confidentialité</a>
</li>
</ul>
</div>
</div>
</footer>
<!-- FOOTER BLOCK END -->
</div>
</div>
</body>
<!-- SELECT2 JS -->
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js\" integrity=\"sha512-2ImtlRlf2VVmiGZsjm9bEyhjGW4dU7B6TNwh/hx/iSByxNENtj3WVE6o/9Lj4TJeVXPi4bnOIMXFIJJAeufa0A==\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/js/bootstrap-datepicker.min.js\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/locales/bootstrap-datepicker.fr.min.js\"></script>
<!--<script src=\"https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js\" data-cfasync=\"false\"></script>-->
<script>
\$(\".select-multiple\").select2({
});
\$(document).on('select2:open', () => {
document.querySelector('.select2-search__field').focus();
});
</script>
<!-- COOKIE BLOCK END -->
<!-- <script src=\"https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js\" data-cfasync=\"false\"></script>-->
{% block javascripts %}{% endblock %}
{# COOKIE #}
<!--<script>
window.axeptioSettings = {
clientId: \"6163ee686dbf0468b65fee10\",
cookiesVersion: \"Lunii-base\",
};
(function(d, s) {
var t = d.getElementsByTagName(s)[0], e = d.createElement(s);
e.async = true; e.src = \"//static.axept.io/sdk.js\";
t.parentNode.insertBefore(e, t);
})(document, \"script\");
</script>-->
<!--<script>
\$(document).ready(function(){
jQuery(function(){
\$(\"#axeptio_btn_dismiss\").click(function() {
console.log('clicked');
\$(\"axeptio_btn_acceptAll\").css(\"display\",\"none!important;\");
});
});
});-->
</script>
{# <script>
window.cookieconsent.initialise({
\"palette\": {
\"popup\": {
\"background\": \"#000\",
\"text\": \"#ffffff\"
},
\"button\": {
\"background\": \"#ffffff\"
}
},
\"showLink\": false,
\"theme\": \"classic\",
\"type\": \"opt-out\",
\"content\": {
\"message\": \"Notre site utilise des cookies, en poursuivant votre navigation vous acceptez l'utilisation de cookies pour vous proposer des contenus et services adaptés à vos centres d'intérêt.\",
\"dismiss\": \"Authoriser\",
\"deny\": \"Refuser\"
}
});
</script>#}
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js\" integrity=\"sha512-2ImtlRlf2VVmiGZsjm9bEyhjGW4dU7B6TNwh/hx/iSByxNENtj3WVE6o/9Lj4TJeVXPi4bnOIMXFIJJAeufa0A==\" crossorigin=\"anonymous\"></script>
<script>
/*\$(\".select-multiple\").select2({
placeholder: 'Sélectionnez un lieu*'
});
*/
\$(document).ready(function(){
jQuery(function(){
if (\$(\".nav-link\").hasClass('active')) {
\$(\".active\").css({'border-bottom': '2px solid'});
};
});
});
/* CHANGED THE TEXT OF COOKIE BUTTON */
\$('.cc-allow').text('Accepter');
/* ADD THE AUTOMATICAL SLASHES TO THE DATE */
\$( document ).ready(function() {
\$('#user_form_purchases___name___purchasedAt').bind('keyup','keydown', function(event) {
var inputLength = event.target.value.length;
if (event.keyCode != 8){
if(inputLength === 2 || inputLength === 5){
var thisVal = event.target.value;
thisVal += '/';
\$(event.target).val(thisVal);
}
}
})
});
</script>
</html>", "layouts/base.html.twig", "/var/www/vhosts/beelabs.io/luni.beelabs.io/templates/layouts/base.html.twig");
}
}