var/cache/dev/twig/93/93f3fb66d32d93a76d4e080d5ff0ca29.php line 69

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* Default/base.html.twig */
  14. class __TwigTemplate_350a741b4f49c3fab0086efa8e6146cc extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'html' => [$this'block_html'],
  24.             'css' => [$this'block_css'],
  25.             'container' => [$this'block_container'],
  26.             'header' => [$this'block_header'],
  27.             'menu' => [$this'block_menu'],
  28.             'banner' => [$this'block_banner'],
  29.             'titlebox' => [$this'block_titlebox'],
  30.             'title' => [$this'block_title'],
  31.             'body' => [$this'block_body'],
  32.             'content' => [$this'block_content'],
  33.             'footer' => [$this'block_footer'],
  34.             'js' => [$this'block_js'],
  35.         ];
  36.     }
  37.     protected function doGetParent(array $context)
  38.     {
  39.         // line 1
  40.         return "Default/parameters.html.twig";
  41.     }
  42.     protected function doDisplay(array $context, array $blocks = [])
  43.     {
  44.         $macros $this->macros;
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Default/base.html.twig"));
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Default/base.html.twig"));
  49.         $this->parent $this->loadTemplate("Default/parameters.html.twig""Default/base.html.twig"1);
  50.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  51.         
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  53.         
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  55.     }
  56.     // line 2
  57.     public function block_html($context, array $blocks = [])
  58.     {
  59.         $macros $this->macros;
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""html"));
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""html"));
  64.         // line 3
  65.         echo "<!doctype html>
  66. <html lang='fr' class='";
  67.         // line 4
  68.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("adapt"), "html"nulltrue);
  69.         echo "'>
  70.     <head>
  71.         <title>";
  72.         // line 6
  73.         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"nulltrue);
  74.         echo "</title>
  75.         <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
  76.         <meta name='description' content='";
  77.         // line 8
  78.         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"nulltrue);
  79.         echo "' />
  80.         <meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />
  81.         <meta property='fb:app_id' content='798097520521275' />
  82.         <meta property='og:url' content='";
  83.         // line 11
  84.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse11), "uri", [], "any"falsefalsefalse11), "html"nulltrue);
  85.         echo "' />
  86.         <meta property='og:type' content='article' />
  87.         <meta property='og:title' content='";
  88.         // line 13
  89.         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"nulltrue);
  90.         echo "' data-dynamic='true' />
  91.         <meta property='og:description' content='";
  92.         // line 14
  93.         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"nulltrue);
  94.         echo "' data-dynamic='true' />
  95.         <meta property='og:image' content='";
  96.         // line 15
  97.         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"nulltrue);
  98.         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"nulltrue);
  99.         echo "?v=001' data-dynamic='true' />
  100.         <meta property='og:image:width' content='";
  101.         // line 16
  102.         echo twig_escape_filter($this->envtwig_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"falsefalsefalse16), "html"nulltrue);
  103.         echo "' data-dynamic='true'>
  104.         <meta property='og:image:height' content='";
  105.         // line 17
  106.         echo twig_escape_filter($this->envtwig_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"falsefalsefalse17), "html"nulltrue);
  107.         echo "' data-dynamic='true'>
  108.         <meta property='og:locale' content='fr_FR' />
  109.         <meta property='og:site_name' content='";
  110.         // line 19
  111.         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"nulltrue);
  112.         echo "' />
  113.         <meta property='twitter:url' content='";
  114.         // line 20
  115.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse20), "uri", [], "any"falsefalsefalse20), "html"nulltrue);
  116.         echo "' />
  117.         <meta property='twitter:card' content='summary' />
  118.         <meta property='twitter:title' content='";
  119.         // line 22
  120.         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"nulltrue);
  121.         echo "' />
  122.         <meta property='twitter:description' content='";
  123.         // line 23
  124.         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"nulltrue);
  125.         echo "' />
  126.         <meta property='twitter:image' content='";
  127.         // line 24
  128.         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"nulltrue);
  129.         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"nulltrue);
  130.         echo "' />
  131.         <link rel=\"icon\" href=\"";
  132.         // line 25
  133.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/favicon.ico"), "html"nulltrue);
  134.         echo "\">
  135.         <link type='text/css' rel='stylesheet' href='";
  136.         // line 26
  137.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/os-style.css"), "html"nulltrue);
  138.         echo "' />
  139.         <link type='text/css' rel='stylesheet' href='";
  140.         // line 27
  141.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/style.css"), "html"nulltrue);
  142.         echo "' />
  143.         <link type='text/css' rel='stylesheet' href='";
  144.         // line 28
  145.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/os-anim.css"), "html"nulltrue);
  146.         echo "' />
  147.         <script src=\"https://kit.fontawesome.com/6451c614e6.js\" crossorigin=\"anonymous\"></script>
  148.         ";
  149.         // line 31
  150.         echo "        ";
  151.         $this->displayBlock('css'$context$blocks);
  152.         // line 33
  153.         echo "    </head>
  154.     <body class=''>
  155. \t\t";
  156.         // line 35
  157.         $this->displayBlock('container'$context$blocks);
  158.         // line 237
  159.         echo "
  160.         <div id='searchBox' class='anim-display anim-show vfill fixed top left'>
  161.             <i class=\"block bg-success transparent fill absolute top left\"></i>
  162.     \t\t<div class='hpadding fill flex row center middle'>
  163.     \t\t\t<div class='relative shadow ";
  164.         // line 242
  165.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("half_80 vt-80-in hz-80-in"), "html"nulltrue);
  166.         echo " ";
  167.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("vt-20-in hz-20-in"), "html"nulltrue);
  168.         echo " bg-white'>
  169.                     <div class='absolute top right bg-warning-alt padding-10'>
  170.                         <span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
  171.                     </div>
  172.     \t\t\t\t<div class='w100 flex col around'>
  173.     \t\t\t\t\t<div class='flex col middle top-20'>
  174.                             <h2 class='h3 success'>Faire une recherche</h2>
  175.     \t\t\t\t\t\t<p class='h6 upper text-left top-20 bottom-20'>Actualités, Projets, opportunités, etc.</p>
  176.     \t\t\t\t\t\t<div class='flex row'>
  177.     \t\t\t\t\t\t\t<div class='bg-gray w100'>
  178.     \t\t\t\t\t\t\t\t<input id='searchInput' data-action='";
  179.         // line 252
  180.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("search", ["keywords" => ":keywords"]);
  181.         echo "' type='search' class='os-search block nobg border border-gray noradius h4 black vt-20-in ";
  182.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("hz-40-in"), "html"nulltrue);
  183.         echo " ";
  184.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-20-in"), "html"nulltrue);
  185.         echo " block w100' placeholder='Saisissez votre recherche ici'>
  186.     \t\t\t\t\t\t\t</div>
  187.     \t\t\t\t\t\t\t<div class='relative flex col middle center ";
  188.         // line 254
  189.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  190.         echo " ";
  191.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  192.         echo " vt-10-in hz-20-in bg-success'>
  193.     \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>
  194.     \t\t\t\t\t\t\t</div>
  195.     \t\t\t\t\t\t</div>
  196.     \t\t\t\t\t</div>
  197.     \t\t\t\t</div>
  198.     \t\t\t</div>
  199.     \t\t</div>
  200.     \t</div>
  201.     ";
  202.         // line 264
  203.         $context["notices"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse264), "flashBag", [], "any"falsefalsefalse264), "get", [=> "notice"], "method"falsefalsefalse264);
  204.         // line 265
  205.         echo "    ";
  206.         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); })()))) {
  207.             // line 266
  208.             echo "        <div class='popup show gpadding flex col middle center'>
  209.         \t<span class='icon contain close os-close filter-white absolute top right'></span>
  210.         \t";
  211.             // line 268
  212.             $context['_parent'] = $context;
  213.             $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); })()));
  214.             foreach ($context['_seq'] as $context["_key"] => $context["notice"]) {
  215.                 // line 269
  216.                 echo "        \t<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
  217.         \t\t<div class='flex row  success text-left'>
  218.         \t\t\t<i class='fa fa-thumbs-up fa-3x top-5  right-20'></i>
  219.         \t\t\t<p class='h4  black'>";
  220.                 // line 272
  221.                 echo $context["notice"];
  222.                 echo "</p>
  223.         \t\t</div>
  224.         \t</div>
  225.         \t";
  226.             }
  227.             $_parent $context['_parent'];
  228.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['notice'], $context['_parent'], $context['loop']);
  229.             $context array_intersect_key($context$_parent) + $_parent;
  230.             // line 276
  231.             echo "        </div>
  232.     ";
  233.         }
  234.         // line 278
  235.         echo "
  236.         ";
  237.         // line 279
  238.         if ((twig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse279), "schemeAndHttpHost", [], "method"falsefalsefalse279) != "http://localhost")) {
  239.             // line 280
  240.             echo "
  241.         ";
  242.         }
  243.         // line 282
  244.         echo "        <script src='";
  245.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery-3.6.0.min.js"), "html"nulltrue);
  246.         echo "'></script>
  247.         <script src='";
  248.         // line 283
  249.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/os-script.js"), "html"nulltrue);
  250.         echo "?v=004'></script>
  251.         <script src='";
  252.         // line 284
  253.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/script.js"), "html"nulltrue);
  254.         echo "?v=004'></script>
  255.         ";
  256.         // line 285
  257.         $this->displayBlock('js'$context$blocks);
  258.         // line 287
  259.         echo "    </body>
  260. </html>
  261. ";
  262.         
  263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  264.         
  265.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  266.     }
  267.     // line 31
  268.     public function block_css($context, array $blocks = [])
  269.     {
  270.         $macros $this->macros;
  271.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  272.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""css"));
  273.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  274.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""css"));
  275.         // line 32
  276.         echo "        ";
  277.         
  278.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  279.         
  280.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  281.     }
  282.     // line 35
  283.     public function block_container($context, array $blocks = [])
  284.     {
  285.         $macros $this->macros;
  286.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  287.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""container"));
  288.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  289.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""container"));
  290.         // line 36
  291.         echo "        <div id='container' class='container relative w100 hoverflow'>
  292. \t\t\t<header id='header' class='w100 fixed left top transition-alt bg-white '>
  293. \t\t\t";
  294.         // line 38
  295.         $this->displayBlock('header'$context$blocks);
  296.         // line 76
  297.         echo "\t\t\t</header>
  298. \t\t\t";
  299.         // line 77
  300.         $this->displayBlock('banner'$context$blocks);
  301.         // line 102
  302.         echo "
  303.             ";
  304.         // line 104
  305.         $this->displayBlock('body'$context$blocks);
  306.         // line 110
  307.         echo "
  308.            ";
  309.         // line 126
  310.         echo "
  311. \t\t\t";
  312.         // line 127
  313.         $this->displayBlock('footer'$context$blocks);
  314.         // line 235
  315.         echo "        </div>
  316. \t";
  317.         
  318.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  319.         
  320.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  321.     }
  322.     // line 38
  323.     public function block_header($context, array $blocks = [])
  324.     {
  325.         $macros $this->macros;
  326.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  327.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  328.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  329.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  330.         // line 39
  331.         echo "\t\t\t\t<div class=\"flex row space hheight w100 top transition-alt ";
  332.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("gleft-in border noborder border-1x border-gray border-bottom"), "html"nulltrue);
  333.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("gpadding"), "html"nulltrue);
  334.         echo "\">
  335. \t\t\t\t\t<div class='relative flex row space fill transition-alt ";
  336.         // line 40
  337.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  338.         echo " ";
  339.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  340.         echo "'>
  341. \t\t\t\t\t\t\t<a  href='";
  342.         // line 41
  343.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  344.         echo "' class='h100 relative ";
  345.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("vt-5-in"), "html"nulltrue);
  346.         echo " ";
  347.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("vt-5-in"), "html"nulltrue);
  348.         echo "'>
  349. \t\t\t\t\t\t\t\t<img src=\"";
  350.         // line 42
  351.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->env->getFunction('os_param')->getCallable()("logo")), "html"nulltrue);
  352.         echo "\" class='block h100'>
  353. \t\t\t\t\t\t\t</a>
  354. \t\t\t\t\t\t";
  355.         // line 45
  356.         $this->displayBlock('menu'$context$blocks);
  357.         // line 73
  358.         echo "\t\t\t\t\t</div>
  359. \t\t\t\t</div>
  360. \t\t\t";
  361.         
  362.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  363.         
  364.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  365.     }
  366.     // line 45
  367.     public function block_menu($context, array $blocks = [])
  368.     {
  369.         $macros $this->macros;
  370.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  371.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  372.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  373.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  374.         // line 46
  375.         echo "\t\t\t\t\t\t<div class=\"flex row middle space relative ";
  376.         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"nulltrue);
  377.         echo "\">
  378. \t\t\t\t\t\t\t<menu id='menu' class='fill flex row middle transition-alt ";
  379.         // line 47
  380.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h100 left-10 left-1-in right-80 right-80-in"), "html"nulltrue);
  381.         echo " ";
  382.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("bg-success fixed top left htop w100"), "html"nulltrue);
  383.         echo "'>
  384. \t\t\t\t\t\t\t\t";
  385.         // line 48
  386.         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); })())) : (""))]));
  387.         echo "
  388. \t\t\t\t\t\t\t</menu>
  389. \t\t\t\t\t\t\t<div class=\"flex row middle ";
  390.         // line 50
  391.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h100 left-80 left-25-in"), "html"nulltrue);
  392.         echo " ";
  393.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  394.         echo "\">
  395. \t\t\t\t\t\t\t\t<div class=\"flex row middle  ";
  396.         // line 52
  397.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h100 left-3"), "html"nulltrue);
  398.         echo " ";
  399.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  400.         echo "\">
  401.                                     ";
  402.         // line 53
  403.         if ($this->env->getFunction('isDesktop')->getCallable()()) {
  404.             // line 54
  405.             echo "\t\t\t\t\t\t\t\t\t<div class=\"flex row middle white  ";
  406.             echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("vt-8-in hz-25-in radius-30"), "html"nulltrue);
  407.             echo " ";
  408.             echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("right-8"), "html"nulltrue);
  409.             echo "\">
  410. \t\t\t\t\t\t\t\t\t\t<a class='flex row middle center h4 ";
  411.             // line 55
  412.             echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("left-10"), "html"nulltrue);
  413.             echo " ";
  414.             echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("left-5"), "html"nulltrue);
  415.             echo "' href='";
  416.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$this->env->getFunction('os_param')->getCallable()("socialmedia"), "twitter", [], "array"falsefalsefalse55), "html"nulltrue);
  417.             echo "' target=\"_blank\" title=\"Compte twitter\"><i class=\"fab fa-twitter success\"></i></a>
  418. \t\t\t\t\t\t\t\t\t\t<a class='flex row middle center h4 ";
  419.             // line 56
  420.             echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("left-10"), "html"nulltrue);
  421.             echo " ";
  422.             echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("left-5"), "html"nulltrue);
  423.             echo "' href='";
  424.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$this->env->getFunction('os_param')->getCallable()("socialmedia"), "youtube", [], "array"falsefalsefalse56), "html"nulltrue);
  425.             echo "' target=\"_blank\" title=\"Compte youtube\"><i class=\"fab fa-youtube success\"></i></a>
  426. \t\t\t\t\t\t\t\t\t\t<a class='flex row middle center h4 ";
  427.             // line 57
  428.             echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("left-10"), "html"nulltrue);
  429.             echo " ";
  430.             echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("left-5"), "html"nulltrue);
  431.             echo "' href='";
  432.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$this->env->getFunction('os_param')->getCallable()("socialmedia"), "flickr", [], "array"falsefalsefalse57), "html"nulltrue);
  433.             echo "' target=\"_blank\" title=\"Compte flickr\"><i class=\"fab fa-flickr success\"></i></a>
  434. \t\t\t\t\t\t\t\t\t</div>
  435.                                     ";
  436.         }
  437.         // line 60
  438.         echo "\t\t\t\t\t\t\t\t\t<i class='os-click pointer flex row bg-success center middle ";
  439.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h100 left-10 hz-40-in"), "html"nulltrue);
  440.         echo " ";
  441.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("padding-5"), "html"nulltrue);
  442.         echo "' data-target=\"#searchBox\" >
  443. \t\t\t\t\t\t\t\t\t\t<i class='block fa fa-search white ";
  444.         // line 61
  445.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h4"), "html"nulltrue);
  446.         echo " ";
  447.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("p"), "html"nulltrue);
  448.         echo "'></i>
  449. \t\t\t\t\t\t\t\t\t\t<span class='left-10 white ";
  450.         // line 62
  451.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("p"), "html"nulltrue);
  452.         echo " ";
  453.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("p-alt"), "html"nulltrue);
  454.         echo "'>Recherche</span>
  455. \t\t\t\t\t\t\t\t\t</i>
  456. \t\t\t\t\t\t\t\t</div>
  457. \t\t\t\t\t\t\t</div>
  458. \t\t\t\t\t\t\t";
  459.         // line 66
  460.         if ($this->env->getFunction('isMobile')->getCallable()()) {
  461.             // line 67
  462.             echo "\t\t\t\t\t\t\t<div id='btn-menu' class='left-10 flex col middle os-click' data-target='#menu'>
  463. \t\t\t\t\t\t\t\t<i class='fa fa-bars h1 warning'></i>
  464. \t\t\t\t\t\t\t</div>
  465. \t\t\t\t\t\t\t";
  466.         }
  467.         // line 71
  468.         echo "\t\t\t\t\t\t</div>
  469. \t\t\t\t\t\t";
  470.         
  471.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  472.         
  473.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  474.     }
  475.     // line 77
  476.     public function block_banner($context, array $blocks = [])
  477.     {
  478.         $macros $this->macros;
  479.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  480.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""banner"));
  481.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  482.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""banner"));
  483.         // line 78
  484.         echo "\t\t\t\t<div id='' class='banner relative htop ";
  485.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(" bottom-20-in"), "html"nulltrue);
  486.         echo " ";
  487.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  488.         echo "' ";
  489.         if (array_key_exists("bgColor"$context)) {
  490.             echo " style=\"background : ";
  491.             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"nulltrue);
  492.             echo ";\" ";
  493.         }
  494.         echo ">
  495. \t\t\t\t\t<div class='";
  496.         // line 79
  497.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  498.         echo " ";
  499.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("vt-40-in"), "html"nulltrue);
  500.         echo "'>
  501. \t\t\t\t\t\t<div class='relative ";
  502.         // line 80
  503.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  504.         echo " ";
  505.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  506.         echo "'>
  507. \t\t\t\t\t\t\t";
  508.         // line 81
  509.         $this->displayBlock('titlebox'$context$blocks);
  510.         // line 98
  511.         echo "\t\t\t\t\t\t</div>
  512. \t\t\t\t\t</div>
  513. \t\t\t\t</div>
  514. \t\t\t";
  515.         
  516.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  517.         
  518.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  519.     }
  520.     // line 81
  521.     public function block_titlebox($context, array $blocks = [])
  522.     {
  523.         $macros $this->macros;
  524.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  525.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""titlebox"));
  526.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  527.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""titlebox"));
  528.         // line 82
  529.         echo "\t\t\t\t\t\t\t<div class='w100 relative flex col center ";
  530.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("vt-40-in"), "html"nulltrue);
  531.         echo " ";
  532.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  533.         echo "'>
  534. \t\t\t\t\t\t\t\t";
  535.         // line 83
  536.         $this->displayBlock('title'$context$blocks);
  537.         // line 91
  538.         echo "\t\t\t\t\t\t\t\t";
  539.         if ((array_key_exists("desc"$context) || array_key_exists("subtitle"$context))) {
  540.             // line 92
  541.             echo "\t\t\t\t\t\t\t\t<p class=\"h4 semibold black ";
  542.             echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("top-20"), "html"nulltrue);
  543.             echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("top-10"), "html"nulltrue);
  544.             echo "\">
  545. \t\t\t\t\t\t\t\t";
  546.             // line 93
  547.             ((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"nulltrue)))) : (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"nulltrue))));
  548.             echo "
  549. \t\t\t\t\t\t\t\t</p>
  550. \t\t\t\t\t\t\t\t";
  551.         }
  552.         // line 96
  553.         echo "\t\t\t\t\t\t\t</div>
  554. \t\t\t\t\t\t\t";
  555.         
  556.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  557.         
  558.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  559.     }
  560.     // line 83
  561.     public function block_title($context, array $blocks = [])
  562.     {
  563.         $macros $this->macros;
  564.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  565.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  566.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  567.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  568.         // line 84
  569.         echo "\t\t\t\t\t\t\t\t<div class=\"flex row center middle ";
  570.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  571.         echo " ";
  572.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("bottom-15"), "html"nulltrue);
  573.         echo "\">
  574.                                     <icon class=\"icon medium contain relative\">
  575.                                         <img src=\"";
  576.         // line 86
  577.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/title-icon.png"), "html"nulltrue);
  578.         echo "\" class=\"contain\">
  579.                                     </icon>
  580. \t\t\t\t\t\t\t\t\t<h1 class=\"flex row aquawax extrabold ";
  581.         // line 88
  582.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("title"), "html"nulltrue);
  583.         echo "\" style=\"color: ";
  584.         ((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"nulltrue))) : (print ("var(--success-color)")));
  585.         echo ";\">";
  586.         ((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"nulltrue))) : (print ("")));
  587.         echo "</h1>
  588. \t\t\t\t\t\t\t\t</div>
  589. \t\t\t\t\t\t\t\t";
  590.         
  591.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  592.         
  593.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  594.     }
  595.     // line 104
  596.     public function block_body($context, array $blocks = [])
  597.     {
  598.         $macros $this->macros;
  599.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  600.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  601.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  602.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  603.         // line 105
  604.         echo "            <div id='content' class='bg-white content relative'>
  605.     \t\t\t";
  606.         // line 106
  607.         $this->displayBlock('content'$context$blocks);
  608.         // line 108
  609.         echo "            </div>
  610.             ";
  611.         
  612.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  613.         
  614.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  615.     }
  616.     // line 106
  617.     public function block_content($context, array $blocks = [])
  618.     {
  619.         $macros $this->macros;
  620.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  621.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  622.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  623.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  624.         // line 107
  625.         echo "                ";
  626.         
  627.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  628.         
  629.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  630.     }
  631.     // line 127
  632.     public function block_footer($context, array $blocks = [])
  633.     {
  634.         $macros $this->macros;
  635.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  636.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  637.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  638.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  639.         // line 128
  640.         echo "            <footer id=\"footer\" class=\"w100 ";
  641.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  642.         echo " ";
  643.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  644.         echo "\">
  645. \t\t\t\t<div class=\"w100 border border-success relative ";
  646.         // line 129
  647.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  648.         echo " ";
  649.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  650.         echo "\">
  651. \t\t\t\t\t<figure class=\"absolute top left fill ";
  652.         // line 130
  653.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  654.         echo " ";
  655.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  656.         echo "\">
  657. \t\t\t\t\t\t<img src='";
  658.         // line 131
  659.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/utile.jpg"), "html"nulltrue);
  660.         echo "' class=\"cover\">
  661. \t\t\t\t\t\t<div class=\"relative fill bg-success\"></div>
  662. \t\t\t\t\t</figure>
  663. \t\t\t\t\t<div class=\"relative fill ";
  664.         // line 134
  665.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("gpadding top-80 top-80-in bottom-80 bottom-80-in"), "html"nulltrue);
  666.         echo " ";
  667.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-20-in vt-40-in"), "html"nulltrue);
  668.         echo "\">
  669. \t\t\t\t\t\t<div class=\"lien-utile w100 flex row ";
  670.         // line 135
  671.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("top-30 top-6-in bottom-30 bottom-2-in"), "html"nulltrue);
  672.         echo " ";
  673.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  674.         echo "\">
  675. \t\t\t\t\t\t\t<div class=\"";
  676.         // line 136
  677.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("right-40 right-7-in"), "html"nulltrue);
  678.         echo " ";
  679.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  680.         echo "\">
  681. \t\t\t\t\t\t\t\t<h2 class=\"flex row aquawax extrabold white ";
  682.         // line 137
  683.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h1"), "html"nulltrue);
  684.         echo "\" style=\"writing-mode: vertical-rl;text-orientation: mixed; transform:rotate(180deg)\">Liens utiles</h2>
  685. \t\t\t\t\t\t\t</div>
  686. \t\t\t\t\t\t\t<div class=\"w100 ";
  687.         // line 139
  688.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  689.         echo " ";
  690.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  691.         echo "\">
  692. \t\t\t\t\t\t\t\t<div class=\"w100 flex row ";
  693.         // line 140
  694.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  695.         echo " ";
  696.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  697.         echo "\">
  698. \t\t\t\t\t\t\t\t\t<a href=\"https://www.gouv.bj/\" target=\"_blank\" class=\"gouv-utile block relative h100 ";
  699.         // line 141
  700.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  701.         echo " ";
  702.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("w100"), "html"nulltrue);
  703.         echo "\">
  704. \t\t\t\t\t\t\t\t\t\t<figure class=\"fill absolute left top ";
  705.         // line 142
  706.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  707.         echo " ";
  708.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  709.         echo "\">
  710. \t\t\t\t\t\t\t\t\t\t\t<img src='";
  711.         // line 143
  712.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/bg-gouv.jpg"), "html"nulltrue);
  713.         echo "' class=\"cover\">
  714. \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>
  715. \t\t\t\t\t\t\t\t\t\t</figure>
  716. \t\t\t\t\t\t\t\t\t\t<div class=\"relative fill  {desktop('')}} ";
  717.         // line 146
  718.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  719.         echo "\">
  720. \t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center ";
  721.         // line 147
  722.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  723.         echo " ";
  724.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  725.         echo "\">
  726. \t\t\t\t\t\t\t\t\t\t\t\t<img src='";
  727.         // line 148
  728.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/gouv.png"), "html"nulltrue);
  729.         echo "' class=\"contain ";
  730.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("hz-70-in"), "html"nulltrue);
  731.         echo " ";
  732.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-30-in"), "html"nulltrue);
  733.         echo "\">
  734. \t\t\t\t\t\t\t\t\t\t\t</figure>
  735. \t\t\t\t\t\t\t\t\t\t</div>
  736. \t\t\t\t\t\t\t\t\t</a>
  737. \t\t\t\t\t\t\t\t\t<div class=\"fill lien-utile1  ";
  738.         // line 152
  739.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("flex row"), "html"nulltrue);
  740.         echo " ";
  741.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  742.         echo "\">
  743. \t\t\t\t\t\t\t\t\t\t<div class=\"w100 ";
  744.         // line 153
  745.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  746.         echo " ";
  747.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  748.         echo "\">
  749. \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 ";
  750.         // line 154
  751.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  752.         echo " ";
  753.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  754.         echo "\">
  755. \t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow ";
  756.         // line 155
  757.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  758.         echo " ";
  759.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  760.         echo "\">
  761. \t\t\t\t\t\t\t\t\t\t\t\t\t<img src='";
  762.         // line 156
  763.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/numerique.png"), "html"nulltrue);
  764.         echo "' class=\"contain ";
  765.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  766.         echo " ";
  767.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-30-in"), "html"nulltrue);
  768.         echo "\">
  769. \t\t\t\t\t\t\t\t\t\t\t\t</figure>
  770. \t\t\t\t\t\t\t\t\t\t\t</a>
  771. \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 ";
  772.         // line 159
  773.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  774.         echo " ";
  775.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  776.         echo "\" style=\"background: #1A588F;\">
  777. \t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow ";
  778.         // line 160
  779.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  780.         echo " ";
  781.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  782.         echo "\">
  783. \t\t\t\t\t\t\t\t\t\t\t\t\t<img src='";
  784.         // line 161
  785.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/finance.png"), "html"nulltrue);
  786.         echo "' class=\"contain ";
  787.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  788.         echo " ";
  789.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-30-in"), "html"nulltrue);
  790.         echo "\">
  791. \t\t\t\t\t\t\t\t\t\t\t\t</figure>
  792. \t\t\t\t\t\t\t\t\t\t\t</a>
  793. \t\t\t\t\t\t\t\t\t\t</div>
  794. \t\t\t\t\t\t\t\t\t\t<div class=\"";
  795.         // line 165
  796.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  797.         echo " ";
  798.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  799.         echo "\">
  800. \t\t\t\t\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" class=\"arcep-utile fill relative block\" style=\"background: #1A588F;\">
  801. \t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow ";
  802.         // line 167
  803.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  804.         echo " ";
  805.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  806.         echo "\">
  807. \t\t\t\t\t\t\t\t\t\t\t\t\t<img src='";
  808.         // line 168
  809.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/arcep.png"), "html"nulltrue);
  810.         echo "' class=\"contain ";
  811.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("hz-50-in"), "html"nulltrue);
  812.         echo " ";
  813.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-25-in"), "html"nulltrue);
  814.         echo "\">
  815. \t\t\t\t\t\t\t\t\t\t\t\t</figure>
  816. \t\t\t\t\t\t\t\t\t\t\t</a>
  817. \t\t\t\t\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" class=\"fill relative bg-white block\">
  818. \t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow ";
  819.         // line 172
  820.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  821.         echo " ";
  822.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  823.         echo "\">
  824. \t\t\t\t\t\t\t\t\t\t\t\t\t<img src='";
  825.         // line 173
  826.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/apdp.png"), "html"nulltrue);
  827.         echo "' class=\"contain ";
  828.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("hz-50-in"), "html"nulltrue);
  829.         echo " ";
  830.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-25-in"), "html"nulltrue);
  831.         echo "\">
  832. \t\t\t\t\t\t\t\t\t\t\t\t</figure>
  833. \t\t\t\t\t\t\t\t\t\t\t</a>
  834. \t\t\t\t\t\t\t\t\t\t</div>
  835. \t\t\t\t\t\t\t\t\t</div>
  836. \t\t\t\t\t\t\t\t</div>
  837. \t\t\t\t\t\t\t</div>
  838. \t\t\t\t\t\t</div>
  839. \t\t\t\t\t</div>
  840. \t\t\t\t</div>
  841. \t\t\t\t<div class='bg-white relative w100 ";
  842.         // line 183
  843.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("gright-in"), "html"nulltrue);
  844.         echo " ";
  845.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("hz-20-in"), "html"nulltrue);
  846.         echo "' ";
  847.         if ($this->env->getFunction('isDesktop')->getCallable()()) {
  848.             echo " style=\"padding-left : calc(var(--content-margin) + var(--50px) + var(--4px) + var(--h1-size));\" ";
  849.         }
  850.         echo ">
  851. \t\t\t\t\t<div class=\"absolute left top w100 bg-success ";
  852.         // line 184
  853.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("vt-50-in"), "html"nulltrue);
  854.         echo " ";
  855.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  856.         echo "\"></div>
  857. \t\t\t\t\t<div class='relative w100 ";
  858.         // line 185
  859.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  860.         echo " ";
  861.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  862.         echo "'>
  863. \t\t\t\t\t\t<figure class=\"fill absolute left top ";
  864.         // line 186
  865.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  866.         echo " ";
  867.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  868.         echo "\">
  869. \t\t\t\t\t\t\t<img src='";
  870.         // line 187
  871.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/newsletter.jpg"), "html"nulltrue);
  872.         echo "' class=\"cover\">
  873. \t\t\t\t\t\t\t<div class=\"relative newsletter-mask fill\" style=\"opacity: .92;\"></div>
  874. \t\t\t\t\t\t</figure>
  875. \t\t\t\t\t\t<div class='w100 relative ";
  876.         // line 190
  877.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("top-60-in left-80-in bottom-60-in"), "html"nulltrue);
  878.         echo " ";
  879.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("vt-30-in"), "html"nulltrue);
  880.         echo "'>
  881. \t\t\t\t\t\t\t<div id=\"newsletter\" class='";
  882.         // line 191
  883.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("top-7 left-20 left-2-in bottom-4"), "html"nulltrue);
  884.         echo " ";
  885.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  886.         echo " '>
  887. \t\t\t\t\t\t\t\t<div class=\"flex col space\">
  888. \t\t\t\t\t\t\t\t\t<h1 class='white aquawax ";
  889.         // line 193
  890.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("extrabold"), "html"nulltrue);
  891.         echo " ";
  892.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("h2"), "html"nulltrue);
  893.         echo "'>
  894. \t\t\t\t\t\t\t\t\t\tLa newsletter
  895. \t\t\t\t\t\t\t\t\t</h1>
  896. \t\t\t\t\t\t\t\t</div>
  897. \t\t\t\t\t\t\t\t<p class='white semibold ";
  898.         // line 197
  899.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h4 top-30 top-7-in"), "html"nulltrue);
  900.         echo " ";
  901.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("p top-20"), "html"nulltrue);
  902.         echo "'>Abonnez-vous à notre newsletter afin de vous tenir au courant</p>
  903. \t\t\t\t\t\t\t\t<div class=\"";
  904.         // line 198
  905.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("top-30 top-8-in"), "html"nulltrue);
  906.         echo " ";
  907.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("top-20"), "html"nulltrue);
  908.         echo "\">
  909. \t\t\t\t\t\t\t\t\t\t";
  910.         // line 199
  911.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Front\\SubscribersFrontController::form", []));
  912.         echo "
  913. \t\t\t\t\t\t\t\t</div>
  914. \t\t\t\t\t\t\t</div>
  915. \t\t\t\t\t\t</div>
  916. \t\t\t\t\t</div>
  917. \t\t\t\t</div>
  918. \t\t\t\t
  919. \t\t\t\t ";
  920.         // line 211
  921.         echo "\t\t\t\t<div class=\"w100 bg-white ";
  922.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("hz-50-in top-10 top-80-in"), "html"nulltrue);
  923.         echo " ";
  924.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("vt-20-in"), "html"nulltrue);
  925.         echo "\">
  926. \t\t\t\t\t<div class=\"";
  927.         // line 212
  928.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("bottom-30 bottom-7-in"), "html"nulltrue);
  929.         echo " ";
  930.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  931.         echo "\">
  932. \t\t\t\t\t\t<figure class=\"flex row center gheight relative hoverflow ";
  933.         // line 213
  934.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()(""), "html"nulltrue);
  935.         echo " ";
  936.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  937.         echo "\">
  938. \t\t\t\t\t\t\t<img src=\"";
  939.         // line 214
  940.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->env->getFunction('os_param')->getCallable()("logo")), "html"nulltrue);
  941.         echo "\" class=\"h100\">
  942. \t\t\t\t\t\t</figure>
  943. \t\t\t\t\t</div>
  944. \t\t\t\t\t<div class=\"gpadding ";
  945.         // line 217
  946.         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"nulltrue);
  947.         echo " ";
  948.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("vt-30-in"), "html"nulltrue);
  949.         echo "\">
  950. \t\t\t\t\t\t<div class=\"flex row middle space ";
  951.         // line 218
  952.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("top-3"), "html"nulltrue);
  953.         echo " ";
  954.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()("wrap center"), "html"nulltrue);
  955.         echo "\">
  956. \t\t\t\t\t\t\t<p class=\"medium success ";
  957.         // line 219
  958.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h4"), "html"nulltrue);
  959.         echo " ";
  960.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  961.         echo "\">© Agence des Systèmes d'Information et du Numérique - 2023</p>
  962. \t\t\t\t\t\t\t<p class=\"medium success ";
  963.         // line 220
  964.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("h4"), "html"nulltrue);
  965.         echo twig_escape_filter($this->env$this->env->getFunction('mobile')->getCallable()(""), "html"nulltrue);
  966.         echo "\"><a href='";
  967.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("page", ["slug" => "politique-confidentialite"]);
  968.         echo "'>Mentions légales et gestions des cookies</a></p>
  969. \t\t\t\t\t\t</div>
  970. \t\t\t\t\t</div>
  971.                 </div>
  972.                 <div class='bg-white w100 flex row center'>
  973.                     <div class='";
  974.         // line 225
  975.         echo twig_escape_filter($this->env$this->env->getFunction('desktop')->getCallable()("half"), "html"nulltrue);
  976.         echo "'>
  977.                         <div class='flex flag flex-1 block-center w100'>
  978.                             <i></i>
  979.                             <i></i>
  980.                             <i></i>
  981.                         </div>
  982.                     </div>
  983.                 </div>
  984.             </footer>
  985.             ";
  986.         
  987.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  988.         
  989.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  990.     }
  991.     // line 285
  992.     public function block_js($context, array $blocks = [])
  993.     {
  994.         $macros $this->macros;
  995.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  996.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js"));
  997.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  998.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js"));
  999.         // line 286
  1000.         echo "        ";
  1001.         
  1002.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1003.         
  1004.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1005.     }
  1006.     public function getTemplateName()
  1007.     {
  1008.         return "Default/base.html.twig";
  1009.     }
  1010.     public function isTraitable()
  1011.     {
  1012.         return false;
  1013.     }
  1014.     public function getDebugInfo()
  1015.     {
  1016.         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,);
  1017.     }
  1018.     public function getSourceContext()
  1019.     {
  1020.         return new Source("{% extends 'Default/parameters.html.twig' %}
  1021. {% block html %}
  1022. <!doctype html>
  1023. <html lang='fr' class='{{desktop(\"adapt\")}}'>
  1024.     <head>
  1025.         <title>{{t}}</title>
  1026.         <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
  1027.         <meta name='description' content='{{d}}' />
  1028.         <meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />
  1029.         <meta property='fb:app_id' content='798097520521275' />
  1030.         <meta property='og:url' content='{{app.request.uri}}' />
  1031.         <meta property='og:type' content='article' />
  1032.         <meta property='og:title' content='{{t}}' data-dynamic='true' />
  1033.         <meta property='og:description' content='{{d}}' data-dynamic='true' />
  1034.         <meta property='og:image' content='{{w}}{{thumb}}?v=001' data-dynamic='true' />
  1035.         <meta property='og:image:width' content='{{thumbnailSize.width}}' data-dynamic='true'>
  1036.         <meta property='og:image:height' content='{{thumbnailSize.height}}' data-dynamic='true'>
  1037.         <meta property='og:locale' content='fr_FR' />
  1038.         <meta property='og:site_name' content='{{sitename}}' />
  1039.         <meta property='twitter:url' content='{{app.request.uri}}' />
  1040.         <meta property='twitter:card' content='summary' />
  1041.         <meta property='twitter:title' content='{{t}}' />
  1042.         <meta property='twitter:description' content='{{d}}' />
  1043.         <meta property='twitter:image' content='{{w}}{{thumb}}' />
  1044.         <link rel=\"icon\" href=\"{{asset('images/favicon.ico')}}\">
  1045.         <link type='text/css' rel='stylesheet' href='{{asset(\"css/os-style.css\")}}' />
  1046.         <link type='text/css' rel='stylesheet' href='{{asset(\"css/style.css\")}}' />
  1047.         <link type='text/css' rel='stylesheet' href='{{asset(\"css/os-anim.css\")}}' />
  1048.         <script src=\"https://kit.fontawesome.com/6451c614e6.js\" crossorigin=\"anonymous\"></script>
  1049.         {# <link type='text/css' rel='stylesheet' href='{{asset(\"fonts/fa/css/all.min.css\")}}' /> #}
  1050.         {% block css %}
  1051.         {% endblock %}
  1052.     </head>
  1053.     <body class=''>
  1054. \t\t{% block container %}
  1055.         <div id='container' class='container relative w100 hoverflow'>
  1056. \t\t\t<header id='header' class='w100 fixed left top transition-alt bg-white '>
  1057. \t\t\t{% block header %}
  1058. \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')}}\">
  1059. \t\t\t\t\t<div class='relative flex row space fill transition-alt {{desktop(\"\")}} {{mobile(\"\")}}'>
  1060. \t\t\t\t\t\t\t<a  href='{{path(\"home\")}}' class='h100 relative {{desktop(\"vt-5-in\")}} {{mobile(\"vt-5-in\")}}'>
  1061. \t\t\t\t\t\t\t\t<img src=\"{{asset(os_param('logo'))}}\" class='block h100'>
  1062. \t\t\t\t\t\t\t</a>
  1063. \t\t\t\t\t\t{% block menu %}
  1064. \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')}}\">
  1065. \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\")}}'>
  1066. \t\t\t\t\t\t\t\t{{render(controller('App\\\\Controller\\\\DefaultController::menu',{activeMenu:(menu is defined ? menu)}))}}
  1067. \t\t\t\t\t\t\t</menu>
  1068. \t\t\t\t\t\t\t<div class=\"flex row middle {{desktop('h100 left-80 left-25-in')}} {{mobile('')}}\">
  1069. \t\t\t\t\t\t\t\t<div class=\"flex row middle  {{desktop('h100 left-3')}} {{mobile('')}}\">
  1070.                                     {% if isDesktop() %}
  1071. \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')}}\">
  1072. \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>
  1073. \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>
  1074. \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>
  1075. \t\t\t\t\t\t\t\t\t</div>
  1076.                                     {% endif %}
  1077. \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\" >
  1078. \t\t\t\t\t\t\t\t\t\t<i class='block fa fa-search white {{desktop(\"h4\")}} {{mobile(\"p\")}}'></i>
  1079. \t\t\t\t\t\t\t\t\t\t<span class='left-10 white {{desktop(\"p\")}} {{mobile(\"p-alt\")}}'>Recherche</span>
  1080. \t\t\t\t\t\t\t\t\t</i>
  1081. \t\t\t\t\t\t\t\t</div>
  1082. \t\t\t\t\t\t\t</div>
  1083. \t\t\t\t\t\t\t{% if isMobile() %}
  1084. \t\t\t\t\t\t\t<div id='btn-menu' class='left-10 flex col middle os-click' data-target='#menu'>
  1085. \t\t\t\t\t\t\t\t<i class='fa fa-bars h1 warning'></i>
  1086. \t\t\t\t\t\t\t</div>
  1087. \t\t\t\t\t\t\t{% endif %}
  1088. \t\t\t\t\t\t</div>
  1089. \t\t\t\t\t\t{% endblock %}
  1090. \t\t\t\t\t</div>
  1091. \t\t\t\t</div>
  1092. \t\t\t{% endblock header %}
  1093. \t\t\t</header>
  1094. \t\t\t{% block banner %}
  1095. \t\t\t\t<div id='' class='banner relative htop {{desktop(\" bottom-20-in\")}} {{mobile(\"\")}}' {% if bgColor is defined %} style=\"background : {{bgColor}};\" {%endif%}>
  1096. \t\t\t\t\t<div class='{{desktop(\"\")}} {{mobile(\"vt-40-in\")}}'>
  1097. \t\t\t\t\t\t<div class='relative {{desktop(\"\")}} {{mobile(\"\")}}'>
  1098. \t\t\t\t\t\t\t{% block titlebox %}
  1099. \t\t\t\t\t\t\t<div class='w100 relative flex col center {{desktop(\"vt-40-in\")}} {{mobile(\"\")}}'>
  1100. \t\t\t\t\t\t\t\t{% block title %}
  1101. \t\t\t\t\t\t\t\t<div class=\"flex row center middle {{desktop('')}} {{mobile('bottom-15')}}\">
  1102.                                     <icon class=\"icon medium contain relative\">
  1103.                                         <img src=\"{{asset('images/title-icon.png')}}\" class=\"contain\">
  1104.                                     </icon>
  1105. \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>
  1106. \t\t\t\t\t\t\t\t</div>
  1107. \t\t\t\t\t\t\t\t{% endblock title %}
  1108. \t\t\t\t\t\t\t\t{% if desc is defined or subtitle is defined %}
  1109. \t\t\t\t\t\t\t\t<p class=\"h4 semibold black {{desktop('top-20')}}{{mobile('top-10')}}\">
  1110. \t\t\t\t\t\t\t\t{{desc is defined ? desc|nl2br : subtitle}}
  1111. \t\t\t\t\t\t\t\t</p>
  1112. \t\t\t\t\t\t\t\t{% endif %}
  1113. \t\t\t\t\t\t\t</div>
  1114. \t\t\t\t\t\t\t{% endblock %}
  1115. \t\t\t\t\t\t</div>
  1116. \t\t\t\t\t</div>
  1117. \t\t\t\t</div>
  1118. \t\t\t{% endblock banner %}
  1119.             {% block body %}
  1120.             <div id='content' class='bg-white content relative'>
  1121.     \t\t\t{% block content %}
  1122.                 {% endblock content %}
  1123.             </div>
  1124.             {% endblock body %}
  1125.            {# {% if isMobile() and not home and noShare is not defined %}
  1126. \t\t\t<div class=\"flex row middle space  bg-gray sharing-box gpadding {{desktop('vt-40-in')}} {{mobile('vt-20-in')}}\">
  1127. \t\t\t\t<h2 class='h6 success-alt upper vt-8-in font-alt bold'>Partager cette page</h2>
  1128. \t\t\t\t<div class='flex row middle success-alt'>
  1129.                     {% set link = app.request.uri %}
  1130.                     {% if title is not defined %}{% set title = \"Site web du \"~sitename %} {% endif %}
  1131.                     {% set class = \"iflex col middle center h2 \"~ desktop('left-20')~ mobile('left-8') %}
  1132. \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>
  1133. \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>
  1134. \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>
  1135. \t\t\t\t\t<a class='{{class}}' title='Envoyer par mail' target='_blank' href='mailto:?subject={{title}}&amp;body=Je vous invite à lire cette page :  {{link}}.'><i class='transition fa fa-envelope'></i></a>
  1136. \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>
  1137. \t\t\t\t</div>
  1138. \t\t\t</div>
  1139.             {% endif %} #}
  1140. \t\t\t{% block footer %}
  1141.             <footer id=\"footer\" class=\"w100 {{desktop('')}} {{mobile('')}}\">
  1142. \t\t\t\t<div class=\"w100 border border-success relative {{desktop('')}} {{mobile('')}}\">
  1143. \t\t\t\t\t<figure class=\"absolute top left fill {{desktop('')}} {{mobile('')}}\">
  1144. \t\t\t\t\t\t<img src='{{asset(\"images/utile.jpg\")}}' class=\"cover\">
  1145. \t\t\t\t\t\t<div class=\"relative fill bg-success\"></div>
  1146. \t\t\t\t\t</figure>
  1147. \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')}}\">
  1148. \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('')}}\">
  1149. \t\t\t\t\t\t\t<div class=\"{{desktop('right-40 right-7-in')}} {{mobile('')}}\">
  1150. \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>
  1151. \t\t\t\t\t\t\t</div>
  1152. \t\t\t\t\t\t\t<div class=\"w100 {{desktop('')}} {{mobile('')}}\">
  1153. \t\t\t\t\t\t\t\t<div class=\"w100 flex row {{desktop('')}} {{mobile('')}}\">
  1154. \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')}}\">
  1155. \t\t\t\t\t\t\t\t\t\t<figure class=\"fill absolute left top {{desktop('')}} {{mobile('')}}\">
  1156. \t\t\t\t\t\t\t\t\t\t\t<img src='{{asset(\"images/bg-gouv.jpg\")}}' class=\"cover\">
  1157. \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>
  1158. \t\t\t\t\t\t\t\t\t\t</figure>
  1159. \t\t\t\t\t\t\t\t\t\t<div class=\"relative fill  {desktop('')}} {{mobile('')}}\">
  1160. \t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center {{desktop('')}} {{mobile('')}}\">
  1161. \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')}}\">
  1162. \t\t\t\t\t\t\t\t\t\t\t</figure>
  1163. \t\t\t\t\t\t\t\t\t\t</div>
  1164. \t\t\t\t\t\t\t\t\t</a>
  1165. \t\t\t\t\t\t\t\t\t<div class=\"fill lien-utile1  {{desktop('flex row')}} {{mobile('')}}\">
  1166. \t\t\t\t\t\t\t\t\t\t<div class=\"w100 {{desktop('')}} {{mobile('')}}\">
  1167. \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('')}}\">
  1168. \t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}\">
  1169. \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')}}\">
  1170. \t\t\t\t\t\t\t\t\t\t\t\t</figure>
  1171. \t\t\t\t\t\t\t\t\t\t\t</a>
  1172. \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;\">
  1173. \t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}\">
  1174. \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')}}\">
  1175. \t\t\t\t\t\t\t\t\t\t\t\t</figure>
  1176. \t\t\t\t\t\t\t\t\t\t\t</a>
  1177. \t\t\t\t\t\t\t\t\t\t</div>
  1178. \t\t\t\t\t\t\t\t\t\t<div class=\"{{desktop('')}} {{mobile('')}}\">
  1179. \t\t\t\t\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" class=\"arcep-utile fill relative block\" style=\"background: #1A588F;\">
  1180. \t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}\">
  1181. \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')}}\">
  1182. \t\t\t\t\t\t\t\t\t\t\t\t</figure>
  1183. \t\t\t\t\t\t\t\t\t\t\t</a>
  1184. \t\t\t\t\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" class=\"fill relative bg-white block\">
  1185. \t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"fill relative flex row center hoverflow {{desktop('')}} {{mobile('')}}\">
  1186. \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')}}\">
  1187. \t\t\t\t\t\t\t\t\t\t\t\t</figure>
  1188. \t\t\t\t\t\t\t\t\t\t\t</a>
  1189. \t\t\t\t\t\t\t\t\t\t</div>
  1190. \t\t\t\t\t\t\t\t\t</div>
  1191. \t\t\t\t\t\t\t\t</div>
  1192. \t\t\t\t\t\t\t</div>
  1193. \t\t\t\t\t\t</div>
  1194. \t\t\t\t\t</div>
  1195. \t\t\t\t</div>
  1196. \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%}>
  1197. \t\t\t\t\t<div class=\"absolute left top w100 bg-success {{desktop('vt-50-in')}} {{mobile('')}}\"></div>
  1198. \t\t\t\t\t<div class='relative w100 {{desktop(\"\")}} {{mobile(\"\")}}'>
  1199. \t\t\t\t\t\t<figure class=\"fill absolute left top {{desktop('')}} {{mobile('')}}\">
  1200. \t\t\t\t\t\t\t<img src='{{asset(\"images/newsletter.jpg\")}}' class=\"cover\">
  1201. \t\t\t\t\t\t\t<div class=\"relative newsletter-mask fill\" style=\"opacity: .92;\"></div>
  1202. \t\t\t\t\t\t</figure>
  1203. \t\t\t\t\t\t<div class='w100 relative {{desktop(\"top-60-in left-80-in bottom-60-in\")}} {{mobile(\"vt-30-in\")}}'>
  1204. \t\t\t\t\t\t\t<div id=\"newsletter\" class='{{desktop(\"top-7 left-20 left-2-in bottom-4\")}} {{mobile(\"\")}} '>
  1205. \t\t\t\t\t\t\t\t<div class=\"flex col space\">
  1206. \t\t\t\t\t\t\t\t\t<h1 class='white aquawax {{desktop(\"extrabold\")}} {{mobile(\"h2\")}}'>
  1207. \t\t\t\t\t\t\t\t\t\tLa newsletter
  1208. \t\t\t\t\t\t\t\t\t</h1>
  1209. \t\t\t\t\t\t\t\t</div>
  1210. \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>
  1211. \t\t\t\t\t\t\t\t<div class=\"{{desktop('top-30 top-8-in')}} {{mobile('top-20')}}\">
  1212. \t\t\t\t\t\t\t\t\t\t{{render(controller('App\\\\Controller\\\\Front\\\\SubscribersFrontController::form',{}))}}
  1213. \t\t\t\t\t\t\t\t</div>
  1214. \t\t\t\t\t\t\t</div>
  1215. \t\t\t\t\t\t</div>
  1216. \t\t\t\t\t</div>
  1217. \t\t\t\t</div>
  1218. \t\t\t\t
  1219. \t\t\t\t {#<div class=\"bg-success-alt {{desktop('hz-30-in top-80-in bottom-40-in')}} {{mobile('vt-25-in')}}\">
  1220. \t\t\t\t\t<div class=\"gpadding flex row middle space  {{desktop('')}} {{mobile(' wrap center')}}\">
  1221.                    {{render(controller('App\\\\Controller\\\\DefaultController::menu',{isFooter:1}))}}
  1222. \t\t\t\t\t</div>
  1223.                 </div>#}
  1224. \t\t\t\t<div class=\"w100 bg-white {{desktop('hz-50-in top-10 top-80-in')}} {{mobile('vt-20-in')}}\">
  1225. \t\t\t\t\t<div class=\"{{desktop('bottom-30 bottom-7-in')}} {{mobile('')}}\">
  1226. \t\t\t\t\t\t<figure class=\"flex row center gheight relative hoverflow {{desktop('')}} {{mobile('')}}\">
  1227. \t\t\t\t\t\t\t<img src=\"{{asset(os_param('logo'))}}\" class=\"h100\">
  1228. \t\t\t\t\t\t</figure>
  1229. \t\t\t\t\t</div>
  1230. \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')}}\">
  1231. \t\t\t\t\t\t<div class=\"flex row middle space {{desktop('top-3')}} {{mobile('wrap center')}}\">
  1232. \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>
  1233. \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>
  1234. \t\t\t\t\t\t</div>
  1235. \t\t\t\t\t</div>
  1236.                 </div>
  1237.                 <div class='bg-white w100 flex row center'>
  1238.                     <div class='{{desktop(\"half\")}}'>
  1239.                         <div class='flex flag flex-1 block-center w100'>
  1240.                             <i></i>
  1241.                             <i></i>
  1242.                             <i></i>
  1243.                         </div>
  1244.                     </div>
  1245.                 </div>
  1246.             </footer>
  1247.             {% endblock footer %}
  1248.         </div>
  1249. \t{% endblock container %}
  1250.         <div id='searchBox' class='anim-display anim-show vfill fixed top left'>
  1251.             <i class=\"block bg-success transparent fill absolute top left\"></i>
  1252.     \t\t<div class='hpadding fill flex row center middle'>
  1253.     \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'>
  1254.                     <div class='absolute top right bg-warning-alt padding-10'>
  1255.                         <span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
  1256.                     </div>
  1257.     \t\t\t\t<div class='w100 flex col around'>
  1258.     \t\t\t\t\t<div class='flex col middle top-20'>
  1259.                             <h2 class='h3 success'>Faire une recherche</h2>
  1260.     \t\t\t\t\t\t<p class='h6 upper text-left top-20 bottom-20'>Actualités, Projets, opportunités, etc.</p>
  1261.     \t\t\t\t\t\t<div class='flex row'>
  1262.     \t\t\t\t\t\t\t<div class='bg-gray w100'>
  1263.     \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'>
  1264.     \t\t\t\t\t\t\t</div>
  1265.     \t\t\t\t\t\t\t<div class='relative flex col middle center {{desktop(\"\")}} {{mobile(\"\")}} vt-10-in hz-20-in bg-success'>
  1266.     \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>
  1267.     \t\t\t\t\t\t\t</div>
  1268.     \t\t\t\t\t\t</div>
  1269.     \t\t\t\t\t</div>
  1270.     \t\t\t\t</div>
  1271.     \t\t\t</div>
  1272.     \t\t</div>
  1273.     \t</div>
  1274.     {% set notices = app.session.flashBag.get('notice') %}
  1275.     {% if notices|length %}
  1276.         <div class='popup show gpadding flex col middle center'>
  1277.         \t<span class='icon contain close os-close filter-white absolute top right'></span>
  1278.         \t{% for notice in notices %}
  1279.         \t<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
  1280.         \t\t<div class='flex row  success text-left'>
  1281.         \t\t\t<i class='fa fa-thumbs-up fa-3x top-5  right-20'></i>
  1282.         \t\t\t<p class='h4  black'>{{notice|raw}}</p>
  1283.         \t\t</div>
  1284.         \t</div>
  1285.         \t{% endfor %}
  1286.         </div>
  1287.     {% endif %}
  1288.         {% if app.request.schemeAndHttpHost() != 'http://localhost' %}
  1289.         {% endif %}
  1290.         <script src='{{asset(\"js/jquery-3.6.0.min.js\")}}'></script>
  1291.         <script src='{{asset(\"js/os-script.js\")}}?v=004'></script>
  1292.         <script src='{{asset(\"js/script.js\")}}?v=004'></script>
  1293.         {% block js %}
  1294.         {% endblock %}
  1295.     </body>
  1296. </html>
  1297. {% endblock %}
  1298. ""Default/base.html.twig""/home/olasoftnka/asin/templates/Default/base.html.twig");
  1299.     }
  1300. }