var/cache/dev/twig/93/93f3fb66d32d93a76d4e080d5ff0ca29.php line 69
<?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;
/* Default/base.html.twig */
class __TwigTemplate_350a741b4f49c3fab0086efa8e6146cc extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'html' => [$this, 'block_html'],
'css' => [$this, 'block_css'],
'container' => [$this, 'block_container'],
'header' => [$this, 'block_header'],
'menu' => [$this, 'block_menu'],
'banner' => [$this, 'block_banner'],
'titlebox' => [$this, 'block_titlebox'],
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
'content' => [$this, 'block_content'],
'footer' => [$this, 'block_footer'],
'js' => [$this, 'block_js'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "Default/parameters.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$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", "Default/base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Default/base.html.twig"));
$this->parent = $this->loadTemplate("Default/parameters.html.twig", "Default/base.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_html($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "html"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "html"));
// line 3
echo "<!doctype html>
<html lang='fr' class='";
// line 4
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("adapt"), "html", null, true);
echo "'>
<head>
<title>";
// line 6
echo twig_escape_filter($this->env, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 6, $this->source); })()), "html", null, true);
echo "</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta name='description' content='";
// line 8
echo twig_escape_filter($this->env, (isset($context["d"]) || array_key_exists("d", $context) ? $context["d"] : (function () { throw new RuntimeError('Variable "d" does not exist.', 8, $this->source); })()), "html", null, true);
echo "' />
<meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />
<meta property='fb:app_id' content='798097520521275' />
<meta property='og:url' content='";
// line 11
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.', 11, $this->source); })()), "request", [], "any", false, false, false, 11), "uri", [], "any", false, false, false, 11), "html", null, true);
echo "' />
<meta property='og:type' content='article' />
<meta property='og:title' content='";
// line 13
echo twig_escape_filter($this->env, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 13, $this->source); })()), "html", null, true);
echo "' data-dynamic='true' />
<meta property='og:description' content='";
// line 14
echo twig_escape_filter($this->env, (isset($context["d"]) || array_key_exists("d", $context) ? $context["d"] : (function () { throw new RuntimeError('Variable "d" does not exist.', 14, $this->source); })()), "html", null, true);
echo "' data-dynamic='true' />
<meta property='og:image' content='";
// line 15
echo twig_escape_filter($this->env, (isset($context["w"]) || array_key_exists("w", $context) ? $context["w"] : (function () { throw new RuntimeError('Variable "w" does not exist.', 15, $this->source); })()), "html", null, true);
echo twig_escape_filter($this->env, (isset($context["thumb"]) || array_key_exists("thumb", $context) ? $context["thumb"] : (function () { throw new RuntimeError('Variable "thumb" does not exist.', 15, $this->source); })()), "html", null, true);
echo "?v=001' data-dynamic='true' />
<meta property='og:image:width' content='";
// line 16
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["thumbnailSize"]) || array_key_exists("thumbnailSize", $context) ? $context["thumbnailSize"] : (function () { throw new RuntimeError('Variable "thumbnailSize" does not exist.', 16, $this->source); })()), "width", [], "any", false, false, false, 16), "html", null, true);
echo "' data-dynamic='true'>
<meta property='og:image:height' content='";
// line 17
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["thumbnailSize"]) || array_key_exists("thumbnailSize", $context) ? $context["thumbnailSize"] : (function () { throw new RuntimeError('Variable "thumbnailSize" does not exist.', 17, $this->source); })()), "height", [], "any", false, false, false, 17), "html", null, true);
echo "' data-dynamic='true'>
<meta property='og:locale' content='fr_FR' />
<meta property='og:site_name' content='";
// line 19
echo twig_escape_filter($this->env, (isset($context["sitename"]) || array_key_exists("sitename", $context) ? $context["sitename"] : (function () { throw new RuntimeError('Variable "sitename" does not exist.', 19, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:url' content='";
// line 20
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.', 20, $this->source); })()), "request", [], "any", false, false, false, 20), "uri", [], "any", false, false, false, 20), "html", null, true);
echo "' />
<meta property='twitter:card' content='summary' />
<meta property='twitter:title' content='";
// line 22
echo twig_escape_filter($this->env, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 22, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:description' content='";
// line 23
echo twig_escape_filter($this->env, (isset($context["d"]) || array_key_exists("d", $context) ? $context["d"] : (function () { throw new RuntimeError('Variable "d" does not exist.', 23, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:image' content='";
// line 24
echo twig_escape_filter($this->env, (isset($context["w"]) || array_key_exists("w", $context) ? $context["w"] : (function () { throw new RuntimeError('Variable "w" does not exist.', 24, $this->source); })()), "html", null, true);
echo twig_escape_filter($this->env, (isset($context["thumb"]) || array_key_exists("thumb", $context) ? $context["thumb"] : (function () { throw new RuntimeError('Variable "thumb" does not exist.', 24, $this->source); })()), "html", null, true);
echo "' />
<link rel=\"icon\" href=\"";
// line 25
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/favicon.ico"), "html", null, true);
echo "\">
<link type='text/css' rel='stylesheet' href='";
// line 26
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/os-style.css"), "html", null, true);
echo "' />
<link type='text/css' rel='stylesheet' href='";
// line 27
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/style.css"), "html", null, true);
echo "' />
<link type='text/css' rel='stylesheet' href='";
// line 28
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/os-anim.css"), "html", null, true);
echo "' />
<script src=\"https://kit.fontawesome.com/6451c614e6.js\" crossorigin=\"anonymous\"></script>
";
// line 31
echo " ";
$this->displayBlock('css', $context, $blocks);
// line 33
echo " </head>
<body class=''>
\t\t";
// line 35
$this->displayBlock('container', $context, $blocks);
// line 237
echo "
<div id='searchBox' class='anim-display anim-show vfill fixed top left'>
<i class=\"block bg-success transparent fill absolute top left\"></i>
\t\t<div class='hpadding fill flex row center middle'>
\t\t\t<div class='relative shadow ";
// line 242
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("half_80 vt-80-in hz-80-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-20-in hz-20-in"), "html", null, true);
echo " bg-white'>
<div class='absolute top right bg-warning-alt padding-10'>
<span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
</div>
\t\t\t\t<div class='w100 flex col around'>
\t\t\t\t\t<div class='flex col middle top-20'>
<h2 class='h3 success'>Faire une recherche</h2>
\t\t\t\t\t\t<p class='h6 upper text-left top-20 bottom-20'>Actualités, Projets, opportunités, etc.</p>
\t\t\t\t\t\t<div class='flex row'>
\t\t\t\t\t\t\t<div class='bg-gray w100'>
\t\t\t\t\t\t\t\t<input id='searchInput' data-action='";
// line 252
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("search", ["keywords" => ":keywords"]);
echo "' type='search' class='os-search block nobg border border-gray noradius h4 black vt-20-in ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("hz-40-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("hz-20-in"), "html", null, true);
echo " block w100' placeholder='Saisissez votre recherche ici'>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class='relative flex col middle center ";
// line 254
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo " vt-10-in hz-20-in bg-success'>
\t\t\t\t\t\t\t\t<span class='block icon small search contain filter-white os-search-btn pointer' data-target='#searchInput'></span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
";
// line 264
$context["notices"] = twig_get_attribute($this->env, $this->source, 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.', 264, $this->source); })()), "session", [], "any", false, false, false, 264), "flashBag", [], "any", false, false, false, 264), "get", [0 => "notice"], "method", false, false, false, 264);
// line 265
echo " ";
if (twig_length_filter($this->env, (isset($context["notices"]) || array_key_exists("notices", $context) ? $context["notices"] : (function () { throw new RuntimeError('Variable "notices" does not exist.', 265, $this->source); })()))) {
// line 266
echo " <div class='popup show gpadding flex col middle center'>
\t<span class='icon contain close os-close filter-white absolute top right'></span>
\t";
// line 268
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["notices"]) || array_key_exists("notices", $context) ? $context["notices"] : (function () { throw new RuntimeError('Variable "notices" does not exist.', 268, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["notice"]) {
// line 269
echo " \t<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
\t\t<div class='flex row success text-left'>
\t\t\t<i class='fa fa-thumbs-up fa-3x top-5 right-20'></i>
\t\t\t<p class='h4 black'>";
// line 272
echo $context["notice"];
echo "</p>
\t\t</div>
\t</div>
\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['notice'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 276
echo " </div>
";
}
// line 278
echo "
";
// line 279
if ((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.', 279, $this->source); })()), "request", [], "any", false, false, false, 279), "schemeAndHttpHost", [], "method", false, false, false, 279) != "http://localhost")) {
// line 280
echo "
";
}
// line 282
echo " <script src='";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery-3.6.0.min.js"), "html", null, true);
echo "'></script>
<script src='";
// line 283
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/os-script.js"), "html", null, true);
echo "?v=004'></script>
<script src='";
// line 284
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/script.js"), "html", null, true);
echo "?v=004'></script>
";
// line 285
$this->displayBlock('js', $context, $blocks);
// line 287
echo " </body>
</html>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 31
public function block_css($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
// line 32
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 35
public function block_container($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container"));
// line 36
echo " <div id='container' class='container relative w100 hoverflow'>
\t\t\t<header id='header' class='w100 fixed left top transition-alt bg-white '>
\t\t\t";
// line 38
$this->displayBlock('header', $context, $blocks);
// line 76
echo "\t\t\t</header>
\t\t\t";
// line 77
$this->displayBlock('banner', $context, $blocks);
// line 102
echo "
";
// line 104
$this->displayBlock('body', $context, $blocks);
// line 110
echo "
";
// line 126
echo "
\t\t\t";
// line 127
$this->displayBlock('footer', $context, $blocks);
// line 235
echo " </div>
\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 38
public function block_header($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
// line 39
echo "\t\t\t\t<div class=\"flex row space hheight w100 top transition-alt ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("gleft-in border noborder border-1x border-gray border-bottom"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("gpadding"), "html", null, true);
echo "\">
\t\t\t\t\t<div class='relative flex row space fill transition-alt ";
// line 40
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "'>
\t\t\t\t\t\t\t<a href='";
// line 41
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
echo "' class='h100 relative ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("vt-5-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-5-in"), "html", null, true);
echo "'>
\t\t\t\t\t\t\t\t<img src=\"";
// line 42
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->env->getFunction('os_param')->getCallable()("logo")), "html", null, true);
echo "\" class='block h100'>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t";
// line 45
$this->displayBlock('menu', $context, $blocks);
// line 73
echo "\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 45
public function block_menu($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
// line 46
echo "\t\t\t\t\t\t<div class=\"flex row middle space relative ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("left-30 left-80-in border noborder border-1x border-gray border-left w100"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t<menu id='menu' class='fill flex row middle transition-alt ";
// line 47
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("h100 left-10 left-1-in right-80 right-80-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("bg-success fixed top left htop w100"), "html", null, true);
echo "'>
\t\t\t\t\t\t\t\t";
// line 48
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::menu", ["activeMenu" => ((array_key_exists("menu", $context)) ? ((isset($context["menu"]) || array_key_exists("menu", $context) ? $context["menu"] : (function () { throw new RuntimeError('Variable "menu" does not exist.', 48, $this->source); })())) : (""))]));
echo "
\t\t\t\t\t\t\t</menu>
\t\t\t\t\t\t\t<div class=\"flex row middle ";
// line 50
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("h100 left-80 left-25-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t<div class=\"flex row middle ";
// line 52
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("h100 left-3"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
";
// line 53
if ($this->env->getFunction('isDesktop')->getCallable()()) {
// line 54
echo "\t\t\t\t\t\t\t\t\t<div class=\"flex row middle white ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("vt-8-in hz-25-in radius-30"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("right-8"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t<a class='flex row middle center h4 ";
// line 55
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("left-10"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("left-5"), "html", null, true);
echo "' href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $this->env->getFunction('os_param')->getCallable()("socialmedia"), "twitter", [], "array", false, false, false, 55), "html", null, true);
echo "' target=\"_blank\" title=\"Compte twitter\"><i class=\"fab fa-twitter success\"></i></a>
\t\t\t\t\t\t\t\t\t\t<a class='flex row middle center h4 ";
// line 56
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("left-10"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("left-5"), "html", null, true);
echo "' href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $this->env->getFunction('os_param')->getCallable()("socialmedia"), "youtube", [], "array", false, false, false, 56), "html", null, true);
echo "' target=\"_blank\" title=\"Compte youtube\"><i class=\"fab fa-youtube success\"></i></a>
\t\t\t\t\t\t\t\t\t\t<a class='flex row middle center h4 ";
// line 57
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("left-10"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("left-5"), "html", null, true);
echo "' href='";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $this->env->getFunction('os_param')->getCallable()("socialmedia"), "flickr", [], "array", false, false, false, 57), "html", null, true);
echo "' target=\"_blank\" title=\"Compte flickr\"><i class=\"fab fa-flickr success\"></i></a>
\t\t\t\t\t\t\t\t\t</div>
";
}
// line 60
echo "\t\t\t\t\t\t\t\t\t<i class='os-click pointer flex row bg-success center middle ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("h100 left-10 hz-40-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("padding-5"), "html", null, true);
echo "' data-target=\"#searchBox\" >
\t\t\t\t\t\t\t\t\t\t<i class='block fa fa-search white ";
// line 61
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("h4"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("p"), "html", null, true);
echo "'></i>
\t\t\t\t\t\t\t\t\t\t<span class='left-10 white ";
// line 62
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("p"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("p-alt"), "html", null, true);
echo "'>Recherche</span>
\t\t\t\t\t\t\t\t\t</i>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
// line 66
if ($this->env->getFunction('isMobile')->getCallable()()) {
// line 67
echo "\t\t\t\t\t\t\t<div id='btn-menu' class='left-10 flex col middle os-click' data-target='#menu'>
\t\t\t\t\t\t\t\t<i class='fa fa-bars h1 warning'></i>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
}
// line 71
echo "\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 77
public function block_banner($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "banner"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "banner"));
// line 78
echo "\t\t\t\t<div id='' class='banner relative htop ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(" bottom-20-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "' ";
if (array_key_exists("bgColor", $context)) {
echo " style=\"background : ";
echo twig_escape_filter($this->env, (isset($context["bgColor"]) || array_key_exists("bgColor", $context) ? $context["bgColor"] : (function () { throw new RuntimeError('Variable "bgColor" does not exist.', 78, $this->source); })()), "html", null, true);
echo ";\" ";
}
echo ">
\t\t\t\t\t<div class='";
// line 79
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-40-in"), "html", null, true);
echo "'>
\t\t\t\t\t\t<div class='relative ";
// line 80
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "'>
\t\t\t\t\t\t\t";
// line 81
$this->displayBlock('titlebox', $context, $blocks);
// line 98
echo "\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 81
public function block_titlebox($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "titlebox"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "titlebox"));
// line 82
echo "\t\t\t\t\t\t\t<div class='w100 relative flex col center ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("vt-40-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "'>
\t\t\t\t\t\t\t\t";
// line 83
$this->displayBlock('title', $context, $blocks);
// line 91
echo "\t\t\t\t\t\t\t\t";
if ((array_key_exists("desc", $context) || array_key_exists("subtitle", $context))) {
// line 92
echo "\t\t\t\t\t\t\t\t<p class=\"h4 semibold black ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("top-20"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("top-10"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t";
// line 93
((array_key_exists("desc", $context)) ? (print (twig_nl2br(twig_escape_filter($this->env, (isset($context["desc"]) || array_key_exists("desc", $context) ? $context["desc"] : (function () { throw new RuntimeError('Variable "desc" does not exist.', 93, $this->source); })()), "html", null, true)))) : (print (twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 93, $this->source); })()), "html", null, true))));
echo "
\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t";
}
// line 96
echo "\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 83
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 84
echo "\t\t\t\t\t\t\t\t<div class=\"flex row center middle ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("bottom-15"), "html", null, true);
echo "\">
<icon class=\"icon medium contain relative\">
<img src=\"";
// line 86
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/title-icon.png"), "html", null, true);
echo "\" class=\"contain\">
</icon>
\t\t\t\t\t\t\t\t\t<h1 class=\"flex row aquawax extrabold ";
// line 88
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("title"), "html", null, true);
echo "\" style=\"color: ";
((array_key_exists("titleColor", $context)) ? (print (twig_escape_filter($this->env, (isset($context["titleColor"]) || array_key_exists("titleColor", $context) ? $context["titleColor"] : (function () { throw new RuntimeError('Variable "titleColor" does not exist.', 88, $this->source); })()), "html", null, true))) : (print ("var(--success-color)")));
echo ";\">";
((array_key_exists("title", $context)) ? (print (twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 88, $this->source); })()), "html", null, true))) : (print ("")));
echo "</h1>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 104
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 105
echo " <div id='content' class='bg-white content relative'>
\t\t\t";
// line 106
$this->displayBlock('content', $context, $blocks);
// line 108
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 106
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 107
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 127
public function block_footer($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 128
echo " <footer id=\"footer\" class=\"w100 ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t<div class=\"w100 border border-success relative ";
// line 129
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t<figure class=\"absolute top left fill ";
// line 130
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t<img src='";
// line 131
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/utile.jpg"), "html", null, true);
echo "' class=\"cover\">
\t\t\t\t\t\t<div class=\"relative fill bg-success\"></div>
\t\t\t\t\t</figure>
\t\t\t\t\t<div class=\"relative fill ";
// line 134
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("gpadding top-80 top-80-in bottom-80 bottom-80-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("hz-20-in vt-40-in"), "html", null, true);
echo "\">
\t\t\t\t\t\t<div class=\"lien-utile w100 flex row ";
// line 135
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("top-30 top-6-in bottom-30 bottom-2-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t<div class=\"";
// line 136
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("right-40 right-7-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t<h2 class=\"flex row aquawax extrabold white ";
// line 137
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("h1"), "html", null, true);
echo "\" style=\"writing-mode: vertical-rl;text-orientation: mixed; transform:rotate(180deg)\">Liens utiles</h2>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"w100 ";
// line 139
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t<div class=\"w100 flex row ";
// line 140
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t<a href=\"https://www.gouv.bj/\" target=\"_blank\" class=\"gouv-utile block relative h100 ";
// line 141
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("w100"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t<figure class=\"fill absolute left top ";
// line 142
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t<img src='";
// line 143
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/bg-gouv.jpg"), "html", null, true);
echo "' class=\"cover\">
\t\t\t\t\t\t\t\t\t\t\t<div class=\"relative fill\" style=\"background: linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72))\"></div>
\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t<div class=\"relative fill {desktop('')}} ";
// line 146
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center ";
// line 147
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t\t<img src='";
// line 148
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/gouv.png"), "html", null, true);
echo "' class=\"contain ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("hz-70-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("hz-30-in"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t<div class=\"fill lien-utile1 ";
// line 152
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("flex row"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t<div class=\"w100 ";
// line 153
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://numerique.gouv.bj/\" target=\"_blank\" class=\"numerique-utile fill relative bg-warning block ";
// line 154
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow ";
// line 155
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<img src='";
// line 156
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/numerique.png"), "html", null, true);
echo "' class=\"contain ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("hz-30-in"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://finances.gouv.bj/\" target=\"_blank\" class=\"finance-utile fill relative block ";
// line 159
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\" style=\"background: #1A588F;\">
\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow ";
// line 160
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<img src='";
// line 161
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/finance.png"), "html", null, true);
echo "' class=\"contain ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("hz-30-in"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<div class=\"";
// line 165
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" class=\"arcep-utile fill relative block\" style=\"background: #1A588F;\">
\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow ";
// line 167
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<img src='";
// line 168
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/arcep.png"), "html", null, true);
echo "' class=\"contain ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("hz-50-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("hz-25-in"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" class=\"fill relative bg-white block\">
\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow ";
// line 172
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<img src='";
// line 173
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/apdp.png"), "html", null, true);
echo "' class=\"contain ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("hz-50-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("hz-25-in"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class='bg-white relative w100 ";
// line 183
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("gright-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("hz-20-in"), "html", null, true);
echo "' ";
if ($this->env->getFunction('isDesktop')->getCallable()()) {
echo " style=\"padding-left : calc(var(--content-margin) + var(--50px) + var(--4px) + var(--h1-size));\" ";
}
echo ">
\t\t\t\t\t<div class=\"absolute left top w100 bg-success ";
// line 184
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("vt-50-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\"></div>
\t\t\t\t\t<div class='relative w100 ";
// line 185
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "'>
\t\t\t\t\t\t<figure class=\"fill absolute left top ";
// line 186
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t<img src='";
// line 187
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/newsletter.jpg"), "html", null, true);
echo "' class=\"cover\">
\t\t\t\t\t\t\t<div class=\"relative newsletter-mask fill\" style=\"opacity: .92;\"></div>
\t\t\t\t\t\t</figure>
\t\t\t\t\t\t<div class='w100 relative ";
// line 190
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("top-60-in left-80-in bottom-60-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-30-in"), "html", null, true);
echo "'>
\t\t\t\t\t\t\t<div id=\"newsletter\" class='";
// line 191
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("top-7 left-20 left-2-in bottom-4"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo " '>
\t\t\t\t\t\t\t\t<div class=\"flex col space\">
\t\t\t\t\t\t\t\t\t<h1 class='white aquawax ";
// line 193
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("extrabold"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("h2"), "html", null, true);
echo "'>
\t\t\t\t\t\t\t\t\t\tLa newsletter
\t\t\t\t\t\t\t\t\t</h1>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<p class='white semibold ";
// line 197
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("h4 top-30 top-7-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("p top-20"), "html", null, true);
echo "'>Abonnez-vous à notre newsletter afin de vous tenir au courant</p>
\t\t\t\t\t\t\t\t<div class=\"";
// line 198
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("top-30 top-8-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("top-20"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t";
// line 199
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Front\\SubscribersFrontController::form", []));
echo "
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t
\t\t\t\t ";
// line 211
echo "\t\t\t\t<div class=\"w100 bg-white ";
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("hz-50-in top-10 top-80-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-20-in"), "html", null, true);
echo "\">
\t\t\t\t\t<div class=\"";
// line 212
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("bottom-30 bottom-7-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t<figure class=\"flex row center gheight relative hoverflow ";
// line 213
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()(""), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">
\t\t\t\t\t\t\t<img src=\"";
// line 214
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->env->getFunction('os_param')->getCallable()("logo")), "html", null, true);
echo "\" class=\"h100\">
\t\t\t\t\t\t</figure>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"gpadding ";
// line 217
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("border noborder border-1x border-top border-gray top-50-in bottom-70 bottom-1-in"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("vt-30-in"), "html", null, true);
echo "\">
\t\t\t\t\t\t<div class=\"flex row middle space ";
// line 218
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("top-3"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()("wrap center"), "html", null, true);
echo "\">
\t\t\t\t\t\t\t<p class=\"medium success ";
// line 219
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("h4"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\">© Agence des Systèmes d'Information et du Numérique - 2023</p>
\t\t\t\t\t\t\t<p class=\"medium success ";
// line 220
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("h4"), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('mobile')->getCallable()(""), "html", null, true);
echo "\"><a href='";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("page", ["slug" => "politique-confidentialite"]);
echo "'>Mentions légales et gestions des cookies</a></p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
</div>
<div class='bg-white w100 flex row center'>
<div class='";
// line 225
echo twig_escape_filter($this->env, $this->env->getFunction('desktop')->getCallable()("half"), "html", null, true);
echo "'>
<div class='flex flag flex-1 block-center w100'>
<i></i>
<i></i>
<i></i>
</div>
</div>
</div>
</footer>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 285
public function block_js($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js"));
// line 286
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Default/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1074 => 286, 1064 => 285, 1044 => 225, 1033 => 220, 1027 => 219, 1021 => 218, 1015 => 217, 1009 => 214, 1003 => 213, 997 => 212, 990 => 211, 980 => 199, 974 => 198, 968 => 197, 959 => 193, 952 => 191, 946 => 190, 940 => 187, 934 => 186, 928 => 185, 922 => 184, 912 => 183, 895 => 173, 889 => 172, 878 => 168, 872 => 167, 865 => 165, 854 => 161, 848 => 160, 842 => 159, 832 => 156, 826 => 155, 820 => 154, 814 => 153, 808 => 152, 797 => 148, 791 => 147, 787 => 146, 781 => 143, 775 => 142, 769 => 141, 763 => 140, 757 => 139, 752 => 137, 746 => 136, 740 => 135, 734 => 134, 728 => 131, 722 => 130, 716 => 129, 709 => 128, 699 => 127, 689 => 107, 679 => 106, 668 => 108, 666 => 106, 663 => 105, 653 => 104, 636 => 88, 631 => 86, 623 => 84, 613 => 83, 602 => 96, 596 => 93, 590 => 92, 587 => 91, 585 => 83, 578 => 82, 568 => 81, 555 => 98, 553 => 81, 547 => 80, 541 => 79, 528 => 78, 518 => 77, 507 => 71, 501 => 67, 499 => 66, 490 => 62, 484 => 61, 477 => 60, 467 => 57, 459 => 56, 451 => 55, 444 => 54, 442 => 53, 436 => 52, 429 => 50, 424 => 48, 418 => 47, 413 => 46, 403 => 45, 391 => 73, 389 => 45, 383 => 42, 375 => 41, 369 => 40, 363 => 39, 353 => 38, 342 => 235, 340 => 127, 337 => 126, 334 => 110, 332 => 104, 328 => 102, 326 => 77, 323 => 76, 321 => 38, 317 => 36, 307 => 35, 297 => 32, 287 => 31, 275 => 287, 273 => 285, 269 => 284, 265 => 283, 260 => 282, 256 => 280, 254 => 279, 251 => 278, 247 => 276, 237 => 272, 232 => 269, 228 => 268, 224 => 266, 221 => 265, 219 => 264, 204 => 254, 195 => 252, 180 => 242, 173 => 237, 171 => 35, 167 => 33, 164 => 31, 159 => 28, 155 => 27, 151 => 26, 147 => 25, 142 => 24, 138 => 23, 134 => 22, 129 => 20, 125 => 19, 120 => 17, 116 => 16, 111 => 15, 107 => 14, 103 => 13, 98 => 11, 92 => 8, 87 => 6, 82 => 4, 79 => 3, 69 => 2, 46 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'Default/parameters.html.twig' %}
{% block html %}
<!doctype html>
<html lang='fr' class='{{desktop(\"adapt\")}}'>
<head>
<title>{{t}}</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta name='description' content='{{d}}' />
<meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />
<meta property='fb:app_id' content='798097520521275' />
<meta property='og:url' content='{{app.request.uri}}' />
<meta property='og:type' content='article' />
<meta property='og:title' content='{{t}}' data-dynamic='true' />
<meta property='og:description' content='{{d}}' data-dynamic='true' />
<meta property='og:image' content='{{w}}{{thumb}}?v=001' data-dynamic='true' />
<meta property='og:image:width' content='{{thumbnailSize.width}}' data-dynamic='true'>
<meta property='og:image:height' content='{{thumbnailSize.height}}' data-dynamic='true'>
<meta property='og:locale' content='fr_FR' />
<meta property='og:site_name' content='{{sitename}}' />
<meta property='twitter:url' content='{{app.request.uri}}' />
<meta property='twitter:card' content='summary' />
<meta property='twitter:title' content='{{t}}' />
<meta property='twitter:description' content='{{d}}' />
<meta property='twitter:image' content='{{w}}{{thumb}}' />
<link rel=\"icon\" href=\"{{asset('images/favicon.ico')}}\">
<link type='text/css' rel='stylesheet' href='{{asset(\"css/os-style.css\")}}' />
<link type='text/css' rel='stylesheet' href='{{asset(\"css/style.css\")}}' />
<link type='text/css' rel='stylesheet' href='{{asset(\"css/os-anim.css\")}}' />
<script src=\"https://kit.fontawesome.com/6451c614e6.js\" crossorigin=\"anonymous\"></script>
{# <link type='text/css' rel='stylesheet' href='{{asset(\"fonts/fa/css/all.min.css\")}}' /> #}
{% block css %}
{% endblock %}
</head>
<body class=''>
\t\t{% block container %}
<div id='container' class='container relative w100 hoverflow'>
\t\t\t<header id='header' class='w100 fixed left top transition-alt bg-white '>
\t\t\t{% block header %}
\t\t\t\t<div class=\"flex row space hheight w100 top transition-alt {{desktop('gleft-in border noborder border-1x border-gray border-bottom')}}{{mobile('gpadding')}}\">
\t\t\t\t\t<div class='relative flex row space fill transition-alt {{desktop(\"\")}} {{mobile(\"\")}}'>
\t\t\t\t\t\t\t<a href='{{path(\"home\")}}' class='h100 relative {{desktop(\"vt-5-in\")}} {{mobile(\"vt-5-in\")}}'>
\t\t\t\t\t\t\t\t<img src=\"{{asset(os_param('logo'))}}\" class='block h100'>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t{% block menu %}
\t\t\t\t\t\t<div class=\"flex row middle space relative {{desktop('left-30 left-80-in border noborder border-1x border-gray border-left w100')}}\">
\t\t\t\t\t\t\t<menu id='menu' class='fill flex row middle transition-alt {{desktop(\"h100 left-10 left-1-in right-80 right-80-in\")}} {{mobile(\"bg-success fixed top left htop w100\")}}'>
\t\t\t\t\t\t\t\t{{render(controller('App\\\\Controller\\\\DefaultController::menu',{activeMenu:(menu is defined ? menu)}))}}
\t\t\t\t\t\t\t</menu>
\t\t\t\t\t\t\t<div class=\"flex row middle {{desktop('h100 left-80 left-25-in')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t<div class=\"flex row middle {{desktop('h100 left-3')}} {{mobile('')}}\">
{% if isDesktop() %}
\t\t\t\t\t\t\t\t\t<div class=\"flex row middle white {{desktop('vt-8-in hz-25-in radius-30')}} {{mobile('right-8')}}\">
\t\t\t\t\t\t\t\t\t\t<a class='flex row middle center h4 {{desktop(\"left-10\")}} {{mobile(\"left-5\")}}' href='{{os_param(\"socialmedia\")[\"twitter\"]}}' target=\"_blank\" title=\"Compte twitter\"><i class=\"fab fa-twitter success\"></i></a>
\t\t\t\t\t\t\t\t\t\t<a class='flex row middle center h4 {{desktop(\"left-10\")}} {{mobile(\"left-5\")}}' href='{{os_param(\"socialmedia\")[\"youtube\"]}}' target=\"_blank\" title=\"Compte youtube\"><i class=\"fab fa-youtube success\"></i></a>
\t\t\t\t\t\t\t\t\t\t<a class='flex row middle center h4 {{desktop(\"left-10\")}} {{mobile(\"left-5\")}}' href='{{os_param(\"socialmedia\")[\"flickr\"]}}' target=\"_blank\" title=\"Compte flickr\"><i class=\"fab fa-flickr success\"></i></a>
\t\t\t\t\t\t\t\t\t</div>
{% endif %}
\t\t\t\t\t\t\t\t\t<i class='os-click pointer flex row bg-success center middle {{desktop(\"h100 left-10 hz-40-in\")}} {{mobile(\"padding-5\")}}' data-target=\"#searchBox\" >
\t\t\t\t\t\t\t\t\t\t<i class='block fa fa-search white {{desktop(\"h4\")}} {{mobile(\"p\")}}'></i>
\t\t\t\t\t\t\t\t\t\t<span class='left-10 white {{desktop(\"p\")}} {{mobile(\"p-alt\")}}'>Recherche</span>
\t\t\t\t\t\t\t\t\t</i>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{% if isMobile() %}
\t\t\t\t\t\t\t<div id='btn-menu' class='left-10 flex col middle os-click' data-target='#menu'>
\t\t\t\t\t\t\t\t<i class='fa fa-bars h1 warning'></i>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% endblock %}
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t{% endblock header %}
\t\t\t</header>
\t\t\t{% block banner %}
\t\t\t\t<div id='' class='banner relative htop {{desktop(\" bottom-20-in\")}} {{mobile(\"\")}}' {% if bgColor is defined %} style=\"background : {{bgColor}};\" {%endif%}>
\t\t\t\t\t<div class='{{desktop(\"\")}} {{mobile(\"vt-40-in\")}}'>
\t\t\t\t\t\t<div class='relative {{desktop(\"\")}} {{mobile(\"\")}}'>
\t\t\t\t\t\t\t{% block titlebox %}
\t\t\t\t\t\t\t<div class='w100 relative flex col center {{desktop(\"vt-40-in\")}} {{mobile(\"\")}}'>
\t\t\t\t\t\t\t\t{% block title %}
\t\t\t\t\t\t\t\t<div class=\"flex row center middle {{desktop('')}} {{mobile('bottom-15')}}\">
<icon class=\"icon medium contain relative\">
<img src=\"{{asset('images/title-icon.png')}}\" class=\"contain\">
</icon>
\t\t\t\t\t\t\t\t\t<h1 class=\"flex row aquawax extrabold {{desktop('title')}}\" style=\"color: {{titleColor is defined ? titleColor : 'var(--success-color)'}};\">{{title is defined ? title}}</h1>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t{% endblock title %}
\t\t\t\t\t\t\t\t{% if desc is defined or subtitle is defined %}
\t\t\t\t\t\t\t\t<p class=\"h4 semibold black {{desktop('top-20')}}{{mobile('top-10')}}\">
\t\t\t\t\t\t\t\t{{desc is defined ? desc|nl2br : subtitle}}
\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{% endblock %}
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t{% endblock banner %}
{% block body %}
<div id='content' class='bg-white content relative'>
\t\t\t{% block content %}
{% endblock content %}
</div>
{% endblock body %}
{# {% if isMobile() and not home and noShare is not defined %}
\t\t\t<div class=\"flex row middle space bg-gray sharing-box gpadding {{desktop('vt-40-in')}} {{mobile('vt-20-in')}}\">
\t\t\t\t<h2 class='h6 success-alt upper vt-8-in font-alt bold'>Partager cette page</h2>
\t\t\t\t<div class='flex row middle success-alt'>
{% set link = app.request.uri %}
{% if title is not defined %}{% set title = \"Site web du \"~sitename %} {% endif %}
{% set class = \"iflex col middle center h2 \"~ desktop('left-20')~ mobile('left-8') %}
\t\t\t\t\t<a class='{{class}}' title='Partager via WhatsApp' target='_blank' href='whatsapp://send?text={{title}} => {{link}}'><i class='transition fab fa-whatsapp'></i></a>
\t\t\t\t\t<a class='{{class}}' title='Partager sur Facebook' target='_blank' href='https://www.facebook.com/sharer/sharer.php?u={{link}}&t={{title}}'><i class='transition fab fa-facebook-square'></i></a>
\t\t\t\t\t<a class='{{class}}' title='Partager sur Twitter' target='_blank' href='https://twitter.com/intent/tweet?text={{title}}&url={{link}}'><i class='transition fab fa-twitter'></i></a>
\t\t\t\t\t<a class='{{class}}' title='Envoyer par mail' target='_blank' href='mailto:?subject={{title}}&body=Je vous invite à lire cette page : {{link}}.'><i class='transition fa fa-envelope'></i></a>
\t\t\t\t\t<a class='{{class}}' title='Partager sur LinkedIn' target='_blank' href='https://www.linkedin.com/shareArticle?mini=true&url={{link}}&title={{title}}'><i class='transition fab fa-linkedin'></i></a>
\t\t\t\t</div>
\t\t\t</div>
{% endif %} #}
\t\t\t{% block footer %}
<footer id=\"footer\" class=\"w100 {{desktop('')}} {{mobile('')}}\">
\t\t\t\t<div class=\"w100 border border-success relative {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t<figure class=\"absolute top left fill {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t<img src='{{asset(\"images/utile.jpg\")}}' class=\"cover\">
\t\t\t\t\t\t<div class=\"relative fill bg-success\"></div>
\t\t\t\t\t</figure>
\t\t\t\t\t<div class=\"relative fill {{desktop('gpadding top-80 top-80-in bottom-80 bottom-80-in')}} {{mobile('hz-20-in vt-40-in')}}\">
\t\t\t\t\t\t<div class=\"lien-utile w100 flex row {{desktop('top-30 top-6-in bottom-30 bottom-2-in')}} {{mobile('')}}\">
\t\t\t\t\t\t\t<div class=\"{{desktop('right-40 right-7-in')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t<h2 class=\"flex row aquawax extrabold white {{desktop('h1')}}\" style=\"writing-mode: vertical-rl;text-orientation: mixed; transform:rotate(180deg)\">Liens utiles</h2>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"w100 {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t<div class=\"w100 flex row {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t<a href=\"https://www.gouv.bj/\" target=\"_blank\" class=\"gouv-utile block relative h100 {{desktop('')}} {{mobile('w100')}}\">
\t\t\t\t\t\t\t\t\t\t<figure class=\"fill absolute left top {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t\t\t<img src='{{asset(\"images/bg-gouv.jpg\")}}' class=\"cover\">
\t\t\t\t\t\t\t\t\t\t\t<div class=\"relative fill\" style=\"background: linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72))\"></div>
\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t<div class=\"relative fill {desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t\t\t\t<img src='{{asset(\"images/gouv.png\")}}' class=\"contain {{desktop('hz-70-in')}} {{mobile('hz-30-in')}}\">
\t\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t<div class=\"fill lien-utile1 {{desktop('flex row')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t\t<div class=\"w100 {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://numerique.gouv.bj/\" target=\"_blank\" class=\"numerique-utile fill relative bg-warning block {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<img src='{{asset(\"images/numerique.png\")}}' class=\"contain {{desktop('')}} {{mobile('hz-30-in')}}\">
\t\t\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://finances.gouv.bj/\" target=\"_blank\" class=\"finance-utile fill relative block {{desktop('')}} {{mobile('')}}\" style=\"background: #1A588F;\">
\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<img src='{{asset(\"images/finance.png\")}}' class=\"contain {{desktop('')}} {{mobile('hz-30-in')}}\">
\t\t\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<div class=\"{{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" class=\"arcep-utile fill relative block\" style=\"background: #1A588F;\">
\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<img src='{{asset(\"images/arcep.png\")}}' class=\"contain {{desktop('hz-50-in')}} {{mobile('hz-25-in')}}\">
\t\t\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" class=\"fill relative bg-white block\">
\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<img src='{{asset(\"images/apdp.png\")}}' class=\"contain {{desktop('hz-50-in')}} {{mobile('hz-25-in')}}\">
\t\t\t\t\t\t\t\t\t\t\t\t</figure>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class='bg-white relative w100 {{desktop(\"gright-in\")}} {{mobile(\"hz-20-in\")}}' {%if isDesktop() %} style=\"padding-left : calc(var(--content-margin) + var(--50px) + var(--4px) + var(--h1-size));\" {%endif%}>
\t\t\t\t\t<div class=\"absolute left top w100 bg-success {{desktop('vt-50-in')}} {{mobile('')}}\"></div>
\t\t\t\t\t<div class='relative w100 {{desktop(\"\")}} {{mobile(\"\")}}'>
\t\t\t\t\t\t<figure class=\"fill absolute left top {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t<img src='{{asset(\"images/newsletter.jpg\")}}' class=\"cover\">
\t\t\t\t\t\t\t<div class=\"relative newsletter-mask fill\" style=\"opacity: .92;\"></div>
\t\t\t\t\t\t</figure>
\t\t\t\t\t\t<div class='w100 relative {{desktop(\"top-60-in left-80-in bottom-60-in\")}} {{mobile(\"vt-30-in\")}}'>
\t\t\t\t\t\t\t<div id=\"newsletter\" class='{{desktop(\"top-7 left-20 left-2-in bottom-4\")}} {{mobile(\"\")}} '>
\t\t\t\t\t\t\t\t<div class=\"flex col space\">
\t\t\t\t\t\t\t\t\t<h1 class='white aquawax {{desktop(\"extrabold\")}} {{mobile(\"h2\")}}'>
\t\t\t\t\t\t\t\t\t\tLa newsletter
\t\t\t\t\t\t\t\t\t</h1>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<p class='white semibold {{desktop(\"h4 top-30 top-7-in\")}} {{mobile(\"p top-20\")}}'>Abonnez-vous à notre newsletter afin de vous tenir au courant</p>
\t\t\t\t\t\t\t\t<div class=\"{{desktop('top-30 top-8-in')}} {{mobile('top-20')}}\">
\t\t\t\t\t\t\t\t\t\t{{render(controller('App\\\\Controller\\\\Front\\\\SubscribersFrontController::form',{}))}}
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t
\t\t\t\t {#<div class=\"bg-success-alt {{desktop('hz-30-in top-80-in bottom-40-in')}} {{mobile('vt-25-in')}}\">
\t\t\t\t\t<div class=\"gpadding flex row middle space {{desktop('')}} {{mobile(' wrap center')}}\">
{{render(controller('App\\\\Controller\\\\DefaultController::menu',{isFooter:1}))}}
\t\t\t\t\t</div>
</div>#}
\t\t\t\t<div class=\"w100 bg-white {{desktop('hz-50-in top-10 top-80-in')}} {{mobile('vt-20-in')}}\">
\t\t\t\t\t<div class=\"{{desktop('bottom-30 bottom-7-in')}} {{mobile('')}}\">
\t\t\t\t\t\t<figure class=\"flex row center gheight relative hoverflow {{desktop('')}} {{mobile('')}}\">
\t\t\t\t\t\t\t<img src=\"{{asset(os_param('logo'))}}\" class=\"h100\">
\t\t\t\t\t\t</figure>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"gpadding {{desktop('border noborder border-1x border-top border-gray top-50-in bottom-70 bottom-1-in')}} {{mobile('vt-30-in')}}\">
\t\t\t\t\t\t<div class=\"flex row middle space {{desktop('top-3')}} {{mobile('wrap center')}}\">
\t\t\t\t\t\t\t<p class=\"medium success {{desktop('h4')}} {{mobile('')}}\">© Agence des Systèmes d'Information et du Numérique - 2023</p>
\t\t\t\t\t\t\t<p class=\"medium success {{desktop('h4')}}{{mobile('')}}\"><a href='{{url(\"page\",{\"slug\":\"politique-confidentialite\"})}}'>Mentions légales et gestions des cookies</a></p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
</div>
<div class='bg-white w100 flex row center'>
<div class='{{desktop(\"half\")}}'>
<div class='flex flag flex-1 block-center w100'>
<i></i>
<i></i>
<i></i>
</div>
</div>
</div>
</footer>
{% endblock footer %}
</div>
\t{% endblock container %}
<div id='searchBox' class='anim-display anim-show vfill fixed top left'>
<i class=\"block bg-success transparent fill absolute top left\"></i>
\t\t<div class='hpadding fill flex row center middle'>
\t\t\t<div class='relative shadow {{desktop(\"half_80 vt-80-in hz-80-in\")}} {{mobile(\"vt-20-in hz-20-in\")}} bg-white'>
<div class='absolute top right bg-warning-alt padding-10'>
<span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
</div>
\t\t\t\t<div class='w100 flex col around'>
\t\t\t\t\t<div class='flex col middle top-20'>
<h2 class='h3 success'>Faire une recherche</h2>
\t\t\t\t\t\t<p class='h6 upper text-left top-20 bottom-20'>Actualités, Projets, opportunités, etc.</p>
\t\t\t\t\t\t<div class='flex row'>
\t\t\t\t\t\t\t<div class='bg-gray w100'>
\t\t\t\t\t\t\t\t<input id='searchInput' data-action='{{path(\"search\",{keywords:\":keywords\"})}}' type='search' class='os-search block nobg border border-gray noradius h4 black vt-20-in {{desktop(\"hz-40-in\")}} {{mobile(\"hz-20-in\")}} block w100' placeholder='Saisissez votre recherche ici'>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class='relative flex col middle center {{desktop(\"\")}} {{mobile(\"\")}} vt-10-in hz-20-in bg-success'>
\t\t\t\t\t\t\t\t<span class='block icon small search contain filter-white os-search-btn pointer' data-target='#searchInput'></span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
{% set notices = app.session.flashBag.get('notice') %}
{% if notices|length %}
<div class='popup show gpadding flex col middle center'>
\t<span class='icon contain close os-close filter-white absolute top right'></span>
\t{% for notice in notices %}
\t<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
\t\t<div class='flex row success text-left'>
\t\t\t<i class='fa fa-thumbs-up fa-3x top-5 right-20'></i>
\t\t\t<p class='h4 black'>{{notice|raw}}</p>
\t\t</div>
\t</div>
\t{% endfor %}
</div>
{% endif %}
{% if app.request.schemeAndHttpHost() != 'http://localhost' %}
{% endif %}
<script src='{{asset(\"js/jquery-3.6.0.min.js\")}}'></script>
<script src='{{asset(\"js/os-script.js\")}}?v=004'></script>
<script src='{{asset(\"js/script.js\")}}?v=004'></script>
{% block js %}
{% endblock %}
</body>
</html>
{% endblock %}
", "Default/base.html.twig", "/home/olasoftnka/asin/templates/Default/base.html.twig");
}
}