<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
use Twig\TemplateWrapper;
/* components/menu.html.twig */
class __TwigTemplate_0e12843b0fb96bf6e5510066999d0ef6 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/menu.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/menu.html.twig"));
// line 1
yield "<header id=\"header\" class=\" submenu-light header-always-fixed\" data-fullwidth=\"true\" ";
if ((array_key_exists("transparent", $context) && (isset($context["transparent"]) || array_key_exists("transparent", $context) ? $context["transparent"] : (function () { throw new RuntimeError('Variable "transparent" does not exist.', 1, $this->source); })()))) {
yield " data-transparent=\"true\" ";
}
yield ">
";
// line 2
$context["general"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["generalS"]) || array_key_exists("generalS", $context) ? $context["generalS"] : (function () { throw new RuntimeError('Variable "generalS" does not exist.', 2, $this->source); })()), "general", [], "any", false, false, false, 2);
// line 3
yield " <div class=\"header-inner\">
<div class=\"container-wide flex-row\">
<div class=\"mobile-action d-xl-none z-index-top ";
// line 5
yield (((($tmp = CoreExtension::getAttribute($this->env, $this->source, (isset($context["general"]) || array_key_exists("general", $context) ? $context["general"] : (function () { throw new RuntimeError('Variable "general" does not exist.', 5, $this->source); })()), "hidePhoneOnMobile", [], "any", false, false, false, 5)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("d-sm-none") : (""));
yield "\">
<a class=\"special btn btn-success text-light\" style=\"z-index: 10;\" href=\"";
// line 6
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
yield "\">";
yield $this->extensions['App\Twig\TransExtension']->trans("menu.contact");
yield "</a>
<h4 class=\" lh-0 pt-3\" style=\"z-index: 10;\" ><a style=\"color:#210e0e; font-size: 1em\" href=\"tel:";
// line 7
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["general"]) || array_key_exists("general", $context) ? $context["general"] : (function () { throw new RuntimeError('Variable "general" does not exist.', 7, $this->source); })()), "telephone", [], "any", false, false, false, 7), "html", null, true);
yield "\"> <span class=\"fa fa-mobile-alt\"></span> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::replace(CoreExtension::getAttribute($this->env, $this->source, (isset($context["general"]) || array_key_exists("general", $context) ? $context["general"] : (function () { throw new RuntimeError('Variable "general" does not exist.', 7, $this->source); })()), "telephone", [], "any", false, false, false, 7), [" " => "."]), "html", null, true);
yield " </a></h4>
</div>
<div id=\"logo\">
<a href=\"";
// line 10
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
yield "\" class=\"sm-relative\" style=\" top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); max-width: 65%\">
<span class=\"logo-default\"><img height=\"80\" width=\"250\" ";
// line 11
yield $this->extensions['App\Twig\ImageRenderExtension']->generateSrc($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/upload/logo-dark.png"));
yield " alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["general"]) || array_key_exists("general", $context) ? $context["general"] : (function () { throw new RuntimeError('Variable "general" does not exist.', 11, $this->source); })()), "nomEntreprise", [], "any", false, false, false, 11), "html", null, true);
yield "\" style=\"object-fit: contain\"></span>
<span class=\"logo-dark\"><img height=\"80\" width=\"250\" ";
// line 12
yield $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/upload/logo-light.png");
yield " alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["general"]) || array_key_exists("general", $context) ? $context["general"] : (function () { throw new RuntimeError('Variable "general" does not exist.', 12, $this->source); })()), "nomEntreprise", [], "any", false, false, false, 12), "html", null, true);
yield "\" style=\"object-fit: contain\"></span>
<span class=\"logo-responsive\"><img height=\"80\" width=\"250\" ";
// line 13
yield $this->extensions['App\Twig\ImageRenderExtension']->generateSrc($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/upload/logo-petit.png"));
yield " alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["general"]) || array_key_exists("general", $context) ? $context["general"] : (function () { throw new RuntimeError('Variable "general" does not exist.', 13, $this->source); })()), "nomEntreprise", [], "any", false, false, false, 13), "html", null, true);
yield "\" style=\"object-fit: contain\"></span>
</a>
</div>
<div id=\"mainMenu-trigger\">
<a class=\"lines-button x\"><span class=\"lines\"></span></a>
</div>
<div id=\"mainMenu\" class=\"menu-creative\">
<div class=\"container\">
<nav>
<ul>
";
// line 27
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["menuS"]) || array_key_exists("menuS", $context) ? $context["menuS"] : (function () { throw new RuntimeError('Variable "menuS" does not exist.', 27, $this->source); })()), "menu", [], "any", false, false, false, 27), "parDefaut", [], "any", false, false, false, 27)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 28
yield " <li><a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
yield "#presentation\" class=\"scroll-to\">";
yield $this->extensions['App\Twig\TransExtension']->trans("menu.entreprise");
yield "</a></li>
<li><a href=\"";
// line 29
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("realisations");
yield "\">";
yield $this->extensions['App\Twig\TransExtension']->trans("menu.realisations");
yield "</a></li>
<li><a href=\"";
// line 30
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("blogs");
yield "#presentation\" class=\"scroll-to\">";
yield $this->extensions['App\Twig\TransExtension']->trans("menu.blogs");
yield "</a></li>
<li><a href=\"";
// line 31
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("actualites");
yield "\">";
yield $this->extensions['App\Twig\TransExtension']->trans("menu.actualites");
yield "</a></li>
";
} else {
// line 34
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["menuS"]) || array_key_exists("menuS", $context) ? $context["menuS"] : (function () { throw new RuntimeError('Variable "menuS" does not exist.', 34, $this->source); })()), "menu", [], "any", false, false, false, 34), "elements", [], "any", false, false, false, 34));
foreach ($context['_seq'] as $context["_key"] => $context["menuElement"]) {
// line 35
yield " ";
if (($context["menuElement"] == "entreprise")) {
// line 36
yield " <li><a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
yield "#presentation\" class=\"scroll-to\">";
yield $this->extensions['App\Twig\TransExtension']->trans(("menu." . $context["menuElement"]));
yield "</a></li>
";
} elseif (( // line 37
$context["menuElement"] == "services")) {
// line 38
yield " <li class=\"dropdown\">
<a href=\"";
// line 39
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath($context["menuElement"]);
yield "\">";
yield $this->extensions['App\Twig\TransExtension']->trans(("menu." . $context["menuElement"]));
yield "</a>
<ul class=\"dropdown-menu\">
";
// line 41
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["menuS"]) || array_key_exists("menuS", $context) ? $context["menuS"] : (function () { throw new RuntimeError('Variable "menuS" does not exist.', 41, $this->source); })()), "services", [], "any", false, false, false, 41));
foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
// line 42
yield " <li>
<a href=\"";
// line 43
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("service", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["service"], "id", [], "any", false, false, false, 43)]), "html", null, true);
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["service"], "titre", [], "any", false, false, false, 43), "html", null, true);
yield "</a>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['service'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 46
yield " </ul>
</li>
";
} else {
// line 49
yield " <li><a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath($context["menuElement"]);
yield "\">";
yield $this->extensions['App\Twig\TransExtension']->trans(("menu." . $context["menuElement"]));
yield "</a></li>
";
}
// line 51
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['menuElement'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 52
yield " ";
}
// line 53
yield " ";
if ((($tmp = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 54
yield " <li><a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin");
yield "\">Back office</a></li>
<li><a href=\"";
// line 55
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cc");
yield "\"><i class=\"fa fa-refresh\"></i></a></li>
";
}
// line 57
yield " <li><a class=\"special btn btn-success text-light\" href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
yield "\">";
yield $this->extensions['App\Twig\TransExtension']->trans("menu.contact");
yield "</a></li>
";
// line 58
if (($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("acces_membre") != "acces_membre")) {
// line 59
yield " <li><a class=\"special btn btn-primary text-light\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("acces_membre"), "html", null, true);
yield "\">Accès membre</a></li>
";
}
// line 61
yield " </ul>
<div class=\"text-center telephone-button\">
<h4 class=\" lh-0\">
<a style=\"color:#210e0e\" href=\"tel:";
// line 64
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["general"]) || array_key_exists("general", $context) ? $context["general"] : (function () { throw new RuntimeError('Variable "general" does not exist.', 64, $this->source); })()), "telephone", [], "any", false, false, false, 64), "html", null, true);
yield "\">
<span class=\"fa fa-mobile-alt\"></span> ";
// line 65
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["general"]) || array_key_exists("general", $context) ? $context["general"] : (function () { throw new RuntimeError('Variable "general" does not exist.', 65, $this->source); })()), "telephone", [], "any", false, false, false, 65), "html", null, true);
yield "
</a>
";
// line 67
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, (isset($context["general"]) || array_key_exists("general", $context) ? $context["general"] : (function () { throw new RuntimeError('Variable "general" does not exist.', 67, $this->source); })()), "fixe", [], "any", false, false, false, 67)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 68
yield " |
<a style=\"color:#210e0e\" href=\"tel:";
// line 69
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["general"]) || array_key_exists("general", $context) ? $context["general"] : (function () { throw new RuntimeError('Variable "general" does not exist.', 69, $this->source); })()), "fixe", [], "any", false, false, false, 69), "html", null, true);
yield "\">
<span class=\"fa fa-phone\"></span> ";
// line 70
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["general"]) || array_key_exists("general", $context) ? $context["general"] : (function () { throw new RuntimeError('Variable "general" does not exist.', 70, $this->source); })()), "fixe", [], "any", false, false, false, 70), "html", null, true);
yield "
</a>
";
}
// line 73
yield " </h4>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<div class=\"container-xl\">
<div class=\"row justify-content-between\">
";
// line 85
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["menuS"]) || array_key_exists("menuS", $context) ? $context["menuS"] : (function () { throw new RuntimeError('Variable "menuS" does not exist.', 85, $this->source); })()), "menuActions", [], "any", false, false, false, 85));
foreach ($context['_seq'] as $context["_key"] => $context["menuAction"]) {
// line 86
yield " <div class=\"col-lg-3 col-sm-6\">
<a class=\"btn w-100 mb-0 rounded-0\" href=\"";
// line 87
yield (((CoreExtension::getAttribute($this->env, $this->source, $context["menuAction"], "lien", [], "any", true, true, false, 87) && !(null === CoreExtension::getAttribute($this->env, $this->source, $context["menuAction"], "lien", [], "any", false, false, false, 87)))) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["menuAction"], "lien", [], "any", false, false, false, 87), "html", null, true)) : ("#"));
yield "\" style=\"background-color: ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["menuAction"], "couleur", [], "any", false, false, false, 87), "html", null, true);
yield "; border-color: ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["menuAction"], "couleur", [], "any", false, false, false, 87), "html", null, true);
yield "; color : ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["menuAction"], "couleurTexte", [], "any", false, false, false, 87), "html", null, true);
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["menuAction"], "titre", [], "any", false, false, false, 87), "html", null, true);
yield "</a>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['menuAction'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 90
yield " </div>
</div>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "components/menu.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 305 => 90, 288 => 87, 285 => 86, 281 => 85, 267 => 73, 261 => 70, 257 => 69, 254 => 68, 252 => 67, 247 => 65, 243 => 64, 238 => 61, 232 => 59, 230 => 58, 223 => 57, 218 => 55, 213 => 54, 210 => 53, 207 => 52, 201 => 51, 193 => 49, 188 => 46, 177 => 43, 174 => 42, 170 => 41, 163 => 39, 160 => 38, 158 => 37, 151 => 36, 148 => 35, 143 => 34, 135 => 31, 129 => 30, 123 => 29, 116 => 28, 114 => 27, 95 => 13, 89 => 12, 83 => 11, 79 => 10, 71 => 7, 65 => 6, 61 => 5, 57 => 3, 55 => 2, 48 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<header id=\"header\" class=\" submenu-light header-always-fixed\" data-fullwidth=\"true\" {% if transparent is defined and transparent %} data-transparent=\"true\" {% endif %}>
{% set general = generalS.general %}
<div class=\"header-inner\">
<div class=\"container-wide flex-row\">
<div class=\"mobile-action d-xl-none z-index-top {{ general.hidePhoneOnMobile ? 'd-sm-none' : ''}}\">
<a class=\"special btn btn-success text-light\" style=\"z-index: 10;\" href=\"{{ path('contact') }}\">{{ 'menu.contact' | admintrans | raw }}</a>
<h4 class=\" lh-0 pt-3\" style=\"z-index: 10;\" ><a style=\"color:#210e0e; font-size: 1em\" href=\"tel:{{ general.telephone}}\"> <span class=\"fa fa-mobile-alt\"></span> {{ general.telephone | replace({' ' : '.'}) }} </a></h4>
</div>
<div id=\"logo\">
<a href=\"{{ path('home') }}\" class=\"sm-relative\" style=\" top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); max-width: 65%\">
<span class=\"logo-default\"><img height=\"80\" width=\"250\" {{ responsive_src(asset('images/upload/logo-dark.png')) | raw }} alt=\"{{ general.nomEntreprise }}\" style=\"object-fit: contain\"></span>
<span class=\"logo-dark\"><img height=\"80\" width=\"250\" {{ asset('images/upload/logo-light.png') | raw }} alt=\"{{ general.nomEntreprise }}\" style=\"object-fit: contain\"></span>
<span class=\"logo-responsive\"><img height=\"80\" width=\"250\" {{ responsive_src(asset('images/upload/logo-petit.png')) | raw }} alt=\"{{ general.nomEntreprise }}\" style=\"object-fit: contain\"></span>
</a>
</div>
<div id=\"mainMenu-trigger\">
<a class=\"lines-button x\"><span class=\"lines\"></span></a>
</div>
<div id=\"mainMenu\" class=\"menu-creative\">
<div class=\"container\">
<nav>
<ul>
{% if menuS.menu.parDefaut %}
<li><a href=\"{{ path('home') }}#presentation\" class=\"scroll-to\">{{ 'menu.entreprise' | admintrans | raw }}</a></li>
<li><a href=\"{{ path('realisations') }}\">{{ 'menu.realisations' | admintrans | raw }}</a></li>
<li><a href=\"{{ path('blogs') }}#presentation\" class=\"scroll-to\">{{ 'menu.blogs' | admintrans | raw }}</a></li>
<li><a href=\"{{ path('actualites') }}\">{{ 'menu.actualites' | admintrans | raw }}</a></li>
{% else %}
{% for menuElement in menuS.menu.elements %}
{% if menuElement == 'entreprise' %}
<li><a href=\"{{ path('home') }}#presentation\" class=\"scroll-to\">{{ ('menu.'~menuElement) | admintrans | raw }}</a></li>
{% elseif menuElement == 'services' %}
<li class=\"dropdown\">
<a href=\"{{ path(menuElement) }}\">{{ ('menu.'~menuElement) | admintrans | raw }}</a>
<ul class=\"dropdown-menu\">
{% for service in menuS.services %}
<li>
<a href=\"{{ path('service',{'id' : service.id}) }}\">{{ service.titre }}</a>
</li>
{% endfor %}
</ul>
</li>
{% else %}
<li><a href=\"{{ path(menuElement) }}\">{{ ('menu.'~menuElement) | admintrans | raw }}</a></li>
{% endif %}
{% endfor %}
{% endif %}
{% if is_granted('ROLE_ADMIN') %}
<li><a href=\"{{ path('admin') }}\">Back office</a></li>
<li><a href=\"{{ path('cc') }}\"><i class=\"fa fa-refresh\"></i></a></li>
{% endif %}
<li><a class=\"special btn btn-success text-light\" href=\"{{ path('contact') }}\">{{ 'menu.contact' | admintrans | raw }}</a></li>
{% if ('acces_membre' | trans) != 'acces_membre' %}
<li><a class=\"special btn btn-primary text-light\" href=\"{{ 'acces_membre' | trans }}\">Accès membre</a></li>
{% endif %}
</ul>
<div class=\"text-center telephone-button\">
<h4 class=\" lh-0\">
<a style=\"color:#210e0e\" href=\"tel:{{ general.telephone }}\">
<span class=\"fa fa-mobile-alt\"></span> {{ general.telephone }}
</a>
{% if general.fixe %}
|
<a style=\"color:#210e0e\" href=\"tel:{{ general.fixe }}\">
<span class=\"fa fa-phone\"></span> {{ general.fixe }}
</a>
{% endif %}
</h4>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<div class=\"container-xl\">
<div class=\"row justify-content-between\">
{% for menuAction in menuS.menuActions %}
<div class=\"col-lg-3 col-sm-6\">
<a class=\"btn w-100 mb-0 rounded-0\" href=\"{{ menuAction.lien ?? \"#\" }}\" style=\"background-color: {{ menuAction.couleur }}; border-color: {{ menuAction.couleur }}; color : {{ menuAction.couleurTexte }}\">{{ menuAction.titre }}</a>
</div>
{% endfor %}
</div>
</div>
", "components/menu.html.twig", "/app/templates/components/menu.html.twig");
}
}