var/cache/dev/twig/de/debd468e1738e5a8529d35d5d355545140ea934c65b3d995847d08343b79333c.php line 489

Open in your IDE?
  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_f529c04542c5d1380d4c476666859b4d34ec80cf7241f83d2b30c121b91e5587 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Default/base.html.twig"));
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  53.         
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  55.     }
  56.     // line 2
  57.     public function block_html($context, array $blocks = [])
  58.     {
  59.         $macros $this->macros;
  60.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  61.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""html"));
  62.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  63.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_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->envcall_user_func_array($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/logo-alt.svg"), "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.        ";
  148.         // line 30
  149.         echo "         <link type='text/css' rel='stylesheet' href='";
  150.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fonts/fa/css/all.min.css"), "html"nulltrue);
  151.         echo "' /> 
  152.         ";
  153.         // line 31
  154.         $this->displayBlock('css'$context$blocks);
  155.         // line 33
  156.         echo "    </head>
  157.     <body class='";
  158.         // line 34
  159.         (((array_key_exists("bgcolor"$context) &&  !(null === (isset($context["bgcolor"]) || array_key_exists("bgcolor"$context) ? $context["bgcolor"] : (function () { throw new RuntimeError('Variable "bgcolor" does not exist.'34$this->source); })())))) ? (print (twig_escape_filter($this->env, (isset($context["bgcolor"]) || array_key_exists("bgcolor"$context) ? $context["bgcolor"] : (function () { throw new RuntimeError('Variable "bgcolor" does not exist.'34$this->source); })()), "html"nulltrue))) : (print ("bg-white")));
  160.         echo "'>
  161. \t\t";
  162.         // line 35
  163.         $this->displayBlock('container'$context$blocks);
  164.         // line 158
  165.         echo "
  166.         <div id='searchBox' class='anim-display anim-show vfill fixed top left'>
  167.             <i class=\"block bg-success transparent fill absolute top left\"></i>
  168.     \t\t<div class='hpadding fill flex row center middle'>
  169.     \t\t\t<div class='relative shadow ";
  170.         // line 163
  171.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), ["half_80 vt-80-in hz-80-in"]), "html"nulltrue);
  172.         echo " ";
  173.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), ["vt-20-in hz-20-in"]), "html"nulltrue);
  174.         echo " bg-white'>
  175.                     <div class='absolute top right bg-error padding-10'>
  176.                         <span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
  177.                     </div>
  178.     \t\t\t\t<div class='w100 flex col around'>
  179.     \t\t\t\t\t<div class='flex col middle top-20'>
  180.                             <h2 class='h3 success'>Faire une recherche</h2>
  181.     \t\t\t\t\t\t<p class='h6 upper text-left top-20 bottom-20'>Actualités, formations, documents, pages, etc.</p>
  182.     \t\t\t\t\t\t<div class='flex row'>
  183.     \t\t\t\t\t\t\t<div class='bg-gray w100'>
  184.     \t\t\t\t\t\t\t\t<input id='searchInput' data-action='";
  185.         // line 173
  186.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("search", ["keywords" => ":keywords"]);
  187.         echo "' type='search' class='os-search block nobg border border-gray noradius h4 black vt-20-in ";
  188.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hz-40-in"]), "html"nulltrue);
  189.         echo " ";
  190.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), ["hz-20-in"]), "html"nulltrue);
  191.         echo " block w100' placeholder='Saisissez votre recherche ici'>
  192.     \t\t\t\t\t\t\t</div>
  193.     \t\t\t\t\t\t\t<div class='relative flex col middle center ";
  194.         // line 175
  195.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html"nulltrue);
  196.         echo " ";
  197.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html"nulltrue);
  198.         echo " vt-10-in hz-20-in bg-success'>
  199.     \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>
  200.     \t\t\t\t\t\t\t</div>
  201.     \t\t\t\t\t\t</div>
  202.     \t\t\t\t\t</div>
  203.     \t\t\t\t</div>
  204.     \t\t\t</div>
  205.     \t\t</div>
  206.     \t</div>
  207.     ";
  208.         // line 185
  209.         $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.'185$this->source); })()), "session", [], "any"falsefalsefalse185), "flashBag", [], "any"falsefalsefalse185), "get", [=> "notice"], "method"falsefalsefalse185);
  210.         // line 186
  211.         echo "    ";
  212.         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.'186$this->source); })()))) {
  213.             // line 187
  214.             echo "        <div class='popup show gpadding flex col middle center'>
  215.         \t<span class='icon contain close os-close filter-white absolute top right'></span>
  216.         \t";
  217.             // line 189
  218.             $context['_parent'] = $context;
  219.             $context['_seq'] = twig_ensure_traversable((isset($context["notices"]) || array_key_exists("notices"$context) ? $context["notices"] : (function () { throw new RuntimeError('Variable "notices" does not exist.'189$this->source); })()));
  220.             foreach ($context['_seq'] as $context["_key"] => $context["notice"]) {
  221.                 // line 190
  222.                 echo "        \t<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
  223.         \t\t<div class='flex row  success text-left'>
  224.         \t\t\t<i class='fa fa-thumbs-up fa-3x top-5  right-20'></i>
  225.         \t\t\t<p class='h4  black'>";
  226.                 // line 193
  227.                 echo $context["notice"];
  228.                 echo "</p>
  229.         \t\t</div>
  230.         \t</div>
  231.         \t";
  232.             }
  233.             $_parent $context['_parent'];
  234.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['notice'], $context['_parent'], $context['loop']);
  235.             $context array_intersect_key($context$_parent) + $_parent;
  236.             // line 197
  237.             echo "        </div>
  238.     ";
  239.         }
  240.         // line 199
  241.         echo "
  242.         ";
  243.         // line 200
  244.         if ((!== twig_compare(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.'200$this->source); })()), "request", [], "any"falsefalsefalse200), "schemeAndHttpHost", [], "method"falsefalsefalse200), "http://localhost"))) {
  245.             // line 201
  246.             echo "
  247.         ";
  248.         }
  249.         // line 203
  250.         echo "        <script src='";
  251.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery-3.6.0.min.js"), "html"nulltrue);
  252.         echo "'></script>
  253.         <script src='";
  254.         // line 204
  255.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/os-script.js"), "html"nulltrue);
  256.         echo "?v=004'></script>
  257.         <script src='";
  258.         // line 205
  259.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/script.js"), "html"nulltrue);
  260.         echo "?v=004'></script>
  261.         ";
  262.         // line 206
  263.         $this->displayBlock('js'$context$blocks);
  264.         // line 208
  265.         echo "    </body>
  266. </html>
  267. ";
  268.         
  269.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  270.         
  271.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  272.     }
  273.     // line 31
  274.     public function block_css($context, array $blocks = [])
  275.     {
  276.         $macros $this->macros;
  277.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  278.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""css"));
  279.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  280.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""css"));
  281.         // line 32
  282.         echo "        ";
  283.         
  284.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  285.         
  286.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  287.     }
  288.     // line 35
  289.     public function block_container($context, array $blocks = [])
  290.     {
  291.         $macros $this->macros;
  292.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  293.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""container"));
  294.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  295.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""container"));
  296.         // line 36
  297.         echo "        <div id='container' class='container relative w100 hoverflow'>
  298.             <header id='header' class='bg-success fixed left top w100 hheight transition-alt ";
  299.         // line 37
  300.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html"nulltrue);
  301.         echo " ";
  302.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html"nulltrue);
  303.         echo "'>
  304.             ";
  305.         // line 38
  306.         $this->displayBlock('header'$context$blocks);
  307.         // line 62
  308.         echo "            </header>
  309.             <div id='' class='relative w100 ";
  310.         // line 63
  311.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), ["flex row"]), "html"nulltrue);
  312.         echo " ";
  313.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html"nulltrue);
  314.         echo "'>
  315.                 <div class=\"flex col hwidth relative htop-in\">
  316.                     <div class=\"bg-success-alt flex col h4 white\">
  317.                         <a class=\"hheight flex row middle center\" href=\"";
  318.         // line 66
  319.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcecall_user_func_array($this->env->getFunction('os_param')->getCallable(), ["socialmedia"]), "facebook", [], "any"falsefalsefalse66), "html"nulltrue);
  320.         echo "\"><i class=\"fab fa-facebook-square\"></i></a>
  321.                         <a class=\"hheight flex row middle center\" href=\"";
  322.         // line 67
  323.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcecall_user_func_array($this->env->getFunction('os_param')->getCallable(), ["socialmedia"]), "twitter", [], "any"falsefalsefalse67), "html"nulltrue);
  324.         echo "\"><i class=\"fab fa-twitter\"></i></a>
  325.                         <a class=\"hheight flex row middle center\" href=\"";
  326.         // line 68
  327.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcecall_user_func_array($this->env->getFunction('os_param')->getCallable(), ["socialmedia"]), "youtube", [], "any"falsefalsefalse68), "html"nulltrue);
  328.         echo "\"><i class=\"fab fa-youtube\"></i></a>
  329.                         <span class=\"os-click bg-success white hheight flex row middle center\" data-target=\"#searchBox\"><i class=\"fa fa-search\"></i></span>
  330.                     </div>
  331.                 </div>
  332.                 ";
  333.         // line 72
  334.         $this->displayBlock('banner'$context$blocks);
  335.         // line 82
  336.         echo "            </div>
  337.             ";
  338.         // line 83
  339.         $this->displayBlock('titlebox'$context$blocks);
  340.         // line 98
  341.         echo "            ";
  342.         $this->displayBlock('body'$context$blocks);
  343.         // line 104
  344.         echo "
  345.             ";
  346.         // line 105
  347.         if (((call_user_func_array($this->env->getFunction('isMobile')->getCallable(), []) &&  !(isset($context["home"]) || array_key_exists("home"$context) ? $context["home"] : (function () { throw new RuntimeError('Variable "home" does not exist.'105$this->source); })())) &&  !array_key_exists("noShare"$context))) {
  348.             // line 106
  349.             echo "\t\t\t<div class='flex row middle space  bg-gray sharing-box gpadding ";
  350.             echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), ["vt-40-in"]), "html"nulltrue);
  351.             echo " ";
  352.             echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), ["vt-20-in"]), "html"nulltrue);
  353.             echo "'>
  354. \t\t\t\t<h2 class='h6 success-alt upper vt-8-in font-alt bold'>Partager cette page</h2>
  355. \t\t\t\t<div class='flex row middle success-alt'>
  356.                     ";
  357.             // line 109
  358.             $context["link"] = 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.'109$this->source); })()), "request", [], "any"falsefalsefalse109), "uri", [], "any"falsefalsefalse109);
  359.             // line 110
  360.             echo "                    ";
  361.             if ( !array_key_exists("title"$context)) {
  362.                 $context["title"] = ("Site web du " . (isset($context["sitename"]) || array_key_exists("sitename"$context) ? $context["sitename"] : (function () { throw new RuntimeError('Variable "sitename" does not exist.'110$this->source); })()));
  363.                 echo " ";
  364.             }
  365.             // line 111
  366.             echo "                    ";
  367.             $context["class"] = (("iflex col middle center h2 " call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["left-20"])) . call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["left-8"]));
  368.             // line 112
  369.             echo "\t\t\t\t\t<a class='";
  370.             echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class"$context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.'112$this->source); })()), "html"nulltrue);
  371.             echo "' title='Partager via WhatsApp' target='_blank' href='whatsapp://send?text=";
  372.             echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'112$this->source); })()), "html"nulltrue);
  373.             echo " => ";
  374.             echo twig_escape_filter($this->env, (isset($context["link"]) || array_key_exists("link"$context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.'112$this->source); })()), "html"nulltrue);
  375.             echo "'><i class='transition fab fa-whatsapp'></i></a>
  376. \t\t\t\t\t<a class='";
  377.             // line 113
  378.             echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class"$context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.'113$this->source); })()), "html"nulltrue);
  379.             echo "' title='Partager sur Facebook' target='_blank' href='https://www.facebook.com/sharer/sharer.php?u=";
  380.             echo twig_escape_filter($this->env, (isset($context["link"]) || array_key_exists("link"$context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.'113$this->source); })()), "html"nulltrue);
  381.             echo "&t=";
  382.             echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'113$this->source); })()), "html"nulltrue);
  383.             echo "'><i class='transition fab fa-facebook-square'></i></a>
  384. \t\t\t\t\t<a class='";
  385.             // line 114
  386.             echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class"$context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.'114$this->source); })()), "html"nulltrue);
  387.             echo "' title='Partager sur Twitter' target='_blank' href='https://twitter.com/intent/tweet?text=";
  388.             echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'114$this->source); })()), "html"nulltrue);
  389.             echo "&url=";
  390.             echo twig_escape_filter($this->env, (isset($context["link"]) || array_key_exists("link"$context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.'114$this->source); })()), "html"nulltrue);
  391.             echo "'><i class='transition fab fa-twitter'></i></a>
  392. \t\t\t\t\t<a class='";
  393.             // line 115
  394.             echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class"$context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.'115$this->source); })()), "html"nulltrue);
  395.             echo "' title='Envoyer par mail' target='_blank' href='mailto:?subject=";
  396.             echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'115$this->source); })()), "html"nulltrue);
  397.             echo "&amp;body=Je vous invite à lire cette page :  ";
  398.             echo twig_escape_filter($this->env, (isset($context["link"]) || array_key_exists("link"$context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.'115$this->source); })()), "html"nulltrue);
  399.             echo ".'><i class='transition fa fa-envelope'></i></a>
  400. \t\t\t\t\t<a class='";
  401.             // line 116
  402.             echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class"$context) ? $context["class"] : (function () { throw new RuntimeError('Variable "class" does not exist.'116$this->source); })()), "html"nulltrue);
  403.             echo "' title='Partager sur LinkedIn' target='_blank' href='https://www.linkedin.com/shareArticle?mini=true&url=";
  404.             echo twig_escape_filter($this->env, (isset($context["link"]) || array_key_exists("link"$context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.'116$this->source); })()), "html"nulltrue);
  405.             echo "&title=";
  406.             echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'116$this->source); })()), "html"nulltrue);
  407.             echo "'><i class='transition fab fa-linkedin'></i></a>
  408. \t\t\t\t</div>
  409. \t\t\t</div>
  410.             ";
  411.         }
  412.         // line 120
  413.         echo "
  414.             ";
  415.         // line 135
  416.         echo "
  417. \t\t\t";
  418.         // line 136
  419.         $this->displayBlock('footer'$context$blocks);
  420.         // line 156
  421.         echo "        </div>
  422. \t";
  423.         
  424.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  425.         
  426.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  427.     }
  428.     // line 38
  429.     public function block_header($context, array $blocks = [])
  430.     {
  431.         $macros $this->macros;
  432.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  433.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  434.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  435.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  436.         // line 39
  437.         echo "                <div class='relative flex row fill transition-alt ";
  438.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html"nulltrue);
  439.         echo "'>
  440.                     <a id='logo' href='";
  441.         // line 40
  442.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  443.         echo "' class='bg-white hwidth flex col ";
  444.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-10"]), "html"nulltrue);
  445.         echo " ";
  446.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html"nulltrue);
  447.         echo "'>
  448.                         <span class=\"fill relative\">
  449.                             <img src=\"";
  450.         // line 42
  451.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["logo"])), "html"nulltrue);
  452.         echo "\" class='block relative contain'>
  453.                         </span>
  454.                     </a>
  455.         \t\t\t";
  456.         // line 46
  457.         $this->displayBlock('menu'$context$blocks);
  458.         // line 60
  459.         echo "                </div>
  460.             ";
  461.         
  462.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  463.         
  464.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  465.     }
  466.     // line 46
  467.     public function block_menu($context, array $blocks = [])
  468.     {
  469.         $macros $this->macros;
  470.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  471.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  472.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  473.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  474.         // line 47
  475.         echo "                    <div class=\"flex row middle around ";
  476.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), ["w100"]), "html"nulltrue);
  477.         echo "\">
  478.         \t\t\t\t<menu id='menu' class='transition-alt upper ";
  479.         // line 48
  480.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), ["h100"]), "html"nulltrue);
  481.         echo " ";
  482.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), ["bg-success fixed top left htop w100"]), "html"nulltrue);
  483.         echo "'>
  484.                             ";
  485.         // line 49
  486.         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.'49$this->source); })())) : (""))]));
  487.         echo "
  488.         \t\t\t\t</menu>
  489.                         ";
  490.         // line 51
  491.         if (call_user_func_array($this->env->getFunction('isMobile')->getCallable(), [])) {
  492.             // line 52
  493.             echo "                        <div id='btn-menu' class='left-25 flex col middle os-click' data-target='#menu'>
  494.                             <i class='fa fa-bars h1 white'></i>
  495.                         </div>
  496.                         ";
  497.         } else {
  498.             // line 56
  499.             echo "                        <a class=\"bg-success-alt vt-10-in hz-25-in white radius-5 upper nowrap\" href=\"";
  500.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("registration");
  501.             echo "\">Pré-inscription</a>
  502.                         ";
  503.         }
  504.         // line 58
  505.         echo "                    </div>
  506.         \t\t\t";
  507.         
  508.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  509.         
  510.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  511.     }
  512.     // line 72
  513.     public function block_banner($context, array $blocks = [])
  514.     {
  515.         $macros $this->macros;
  516.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  517.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""banner"));
  518.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  519.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""banner"));
  520.         // line 73
  521.         echo "            \t<div id='' class='banner relative w100 ";
  522.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), ["htop-in"]), "html"nulltrue);
  523.         echo " ";
  524.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html"nulltrue);
  525.         echo "'>
  526.             \t\t<div class='relative flex col fill ";
  527.         // line 74
  528.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html"nulltrue);
  529.         echo " ";
  530.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html"nulltrue);
  531.         echo "'>
  532.                         <figure class=\"fill relative hoverflow\">
  533.                             <img src=\"";
  534.         // line 76
  535.         echo twig_escape_filter($this->env, (isset($context["b"]) || array_key_exists("b"$context) ? $context["b"] : (function () { throw new RuntimeError('Variable "b" does not exist.'76$this->source); })()), "html"nulltrue);
  536.         echo "\" class=\"cover\">
  537.                         </figure>
  538.                         <i class=\"hheight\"></i>
  539.                     </div>
  540.                 </div>
  541.                 ";
  542.         
  543.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  544.         
  545.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  546.     }
  547.     // line 83
  548.     public function block_titlebox($context, array $blocks = [])
  549.     {
  550.         $macros $this->macros;
  551.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  552.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""titlebox"));
  553.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  554.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""titlebox"));
  555.         // line 84
  556.         echo "            ";
  557.         if ( !(isset($context["home"]) || array_key_exists("home"$context) ? $context["home"] : (function () { throw new RuntimeError('Variable "home" does not exist.'84$this->source); })())) {
  558.             // line 85
  559.             echo "            <div class='relative w100 flex col gpadding ";
  560.             echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html"nulltrue);
  561.             echo " ";
  562.             echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html"nulltrue);
  563.             echo "'>
  564.                 ";
  565.             // line 86
  566.             $this->displayBlock('title'$context$blocks);
  567.             // line 90
  568.             echo "                ";
  569.             if ((array_key_exists("description"$context) || array_key_exists("subtitle"$context))) {
  570.                 // line 91
  571.                 echo "                <p class=\"h4 semibold\">
  572.                 ";
  573.                 // line 92
  574.                 ((array_key_exists("description"$context)) ? (print (twig_nl2br(twig_escape_filter($this->env, (isset($context["description"]) || array_key_exists("description"$context) ? $context["description"] : (function () { throw new RuntimeError('Variable "description" does not exist.'92$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.'92$this->source); })()), "html"nulltrue))));
  575.                 echo "
  576.                 </p>
  577.                 ";
  578.             }
  579.             // line 95
  580.             echo "            </div>
  581.             ";
  582.         }
  583.         // line 97
  584.         echo "            ";
  585.         
  586.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  587.         
  588.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  589.     }
  590.     // line 86
  591.     public function block_title($context, array $blocks = [])
  592.     {
  593.         $macros $this->macros;
  594.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  595.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  596.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  597.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  598.         // line 87
  599.         echo "                <i class=\"vt-5-in bg-gray quarter-80 radius-5\"></i>
  600.                 <h1 class='success h2'>";
  601.         // line 88
  602.         ((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 ("")));
  603.         echo "</h1>
  604.                 ";
  605.         
  606.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  607.         
  608.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  609.     }
  610.     // line 98
  611.     public function block_body($context, array $blocks = [])
  612.     {
  613.         $macros $this->macros;
  614.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  615.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  616.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  617.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  618.         // line 99
  619.         echo "            <div id='content' class='bg-white content relative'>
  620.     \t\t\t";
  621.         // line 100
  622.         $this->displayBlock('content'$context$blocks);
  623.         // line 102
  624.         echo "            </div>
  625.             ";
  626.         
  627.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  628.         
  629.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  630.     }
  631.     // line 100
  632.     public function block_content($context, array $blocks = [])
  633.     {
  634.         $macros $this->macros;
  635.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  636.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  637.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  638.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  639.         // line 101
  640.         echo "                ";
  641.         
  642.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  643.         
  644.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  645.     }
  646.     // line 136
  647.     public function block_footer($context, array $blocks = [])
  648.     {
  649.         $macros $this->macros;
  650.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  651.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  652.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  653.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  654.         // line 137
  655.         echo "            <footer id=\"footer\" class=\"bg-success relative gpadding flex col center ";
  656.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), ["vt-60-in op-40"]), "html"nulltrue);
  657.         echo " ";
  658.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), [" text-center vt-40-in"]), "html"nulltrue);
  659.         echo "\">
  660.                 <figure class=\"relative hoverflow ";
  661.         // line 138
  662.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), ["gheight gwidth"]), "html"nulltrue);
  663.         echo " ";
  664.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), ["icon medium"]), "html"nulltrue);
  665.         echo "\">
  666.                     <img src=\"";
  667.         // line 139
  668.         echo twig_escape_filter($this->env, (isset($context["l"]) || array_key_exists("l"$context) ? $context["l"] : (function () { throw new RuntimeError('Variable "l" does not exist.'139$this->source); })()), "html"nulltrue);
  669.         echo "\" class=\"block contain\">
  670.                 </figure>
  671.                 <div class=\"relative flex row center text-center ";
  672.         // line 141
  673.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('desktop')->getCallable(), ["gpadding top-20"]), "html"nulltrue);
  674.         echo twig_escape_filter($this->envcall_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html"nulltrue);
  675.         echo "\">
  676.                     <p class=\"white\">
  677.                         © Copyright ";
  678.         // line 143
  679.         echo twig_escape_filter($this->envtwig_date_format_filter($this->env"now""Y"), "html"nulltrue);
  680.         echo "
  681.                         <br>";
  682.         // line 144
  683.         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.'144$this->source); })()), "html"nulltrue);
  684.         echo "
  685.                     </p>
  686.                 </div>
  687.             </footer>
  688.             <div class='bg-success w100 flex flag flex-1 w100 gpadding'>
  689.                 <div class='w100 flex flag flex-1 block-center half'>
  690.                     <i class=\"\"></i>
  691.                     <i></i>
  692.                     <i></i>
  693.                 </div>
  694.             </div>
  695.             ";
  696.         
  697.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  698.         
  699.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  700.     }
  701.     // line 206
  702.     public function block_js($context, array $blocks = [])
  703.     {
  704.         $macros $this->macros;
  705.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  706.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js"));
  707.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  708.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js"));
  709.         // line 207
  710.         echo "        ";
  711.         
  712.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  713.         
  714.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  715.     }
  716.     public function getTemplateName()
  717.     {
  718.         return "Default/base.html.twig";
  719.     }
  720.     public function isTraitable()
  721.     {
  722.         return false;
  723.     }
  724.     public function getDebugInfo()
  725.     {
  726.         return array (  782 => 207,  772 => 206,  750 => 144,  746 => 143,  740 => 141,  735 => 139,  729 => 138,  722 => 137,  712 => 136,  702 => 101,  692 => 100,  681 => 102,  679 => 100,  676 => 99,  666 => 98,  654 => 88,  651 => 87,  641 => 86,  631 => 97,  627 => 95,  621 => 92,  618 => 91,  615 => 90,  613 => 86,  606 => 85,  603 => 84,  593 => 83,  577 => 76,  570 => 74,  563 => 73,  553 => 72,  542 => 58,  536 => 56,  530 => 52,  528 => 51,  523 => 49,  517 => 48,  512 => 47,  502 => 46,  491 => 60,  489 => 46,  482 => 42,  473 => 40,  468 => 39,  458 => 38,  447 => 156,  445 => 136,  442 => 135,  439 => 120,  428 => 116,  420 => 115,  412 => 114,  404 => 113,  395 => 112,  392 => 111,  386 => 110,  384 => 109,  375 => 106,  373 => 105,  370 => 104,  367 => 98,  365 => 83,  362 => 82,  360 => 72,  353 => 68,  349 => 67,  345 => 66,  337 => 63,  334 => 62,  332 => 38,  326 => 37,  323 => 36,  313 => 35,  303 => 32,  293 => 31,  281 => 208,  279 => 206,  275 => 205,  271 => 204,  266 => 203,  262 => 201,  260 => 200,  257 => 199,  253 => 197,  243 => 193,  238 => 190,  234 => 189,  230 => 187,  227 => 186,  225 => 185,  210 => 175,  201 => 173,  186 => 163,  179 => 158,  177 => 35,  173 => 34,  170 => 33,  168 => 31,  163 => 30,  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,);
  727.     }
  728.     public function getSourceContext()
  729.     {
  730.         return new Source("{% extends 'Default/parameters.html.twig' %}
  731. {% block html %}
  732. <!doctype html>
  733. <html lang='fr' class='{{desktop(\"adapt\")}}'>
  734.     <head>
  735.         <title>{{t}}</title>
  736.         <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
  737.         <meta name='description' content='{{d}}' />
  738.         <meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />
  739.         <meta property='fb:app_id' content='798097520521275' />
  740.         <meta property='og:url' content='{{app.request.uri}}' />
  741.         <meta property='og:type' content='article' />
  742.         <meta property='og:title' content='{{t}}' data-dynamic='true' />
  743.         <meta property='og:description' content='{{d}}' data-dynamic='true' />
  744.         <meta property='og:image' content='{{w}}{{thumb}}?v=001' data-dynamic='true' />
  745.         <meta property='og:image:width' content='{{thumbnailSize.width}}' data-dynamic='true'>
  746.         <meta property='og:image:height' content='{{thumbnailSize.height}}' data-dynamic='true'>
  747.         <meta property='og:locale' content='fr_FR' />
  748.         <meta property='og:site_name' content='{{sitename}}' />
  749.         <meta property='twitter:url' content='{{app.request.uri}}' />
  750.         <meta property='twitter:card' content='summary' />
  751.         <meta property='twitter:title' content='{{t}}' />
  752.         <meta property='twitter:description' content='{{d}}' />
  753.         <meta property='twitter:image' content='{{w}}{{thumb}}' />
  754.         <link rel=\"icon\" href=\"{{asset('images/logo-alt.svg')}}\">
  755.         <link type='text/css' rel='stylesheet' href='{{asset(\"css/os-style.css\")}}' />
  756.         <link type='text/css' rel='stylesheet' href='{{asset(\"css/style.css\")}}' />
  757.         <link type='text/css' rel='stylesheet' href='{{asset(\"css/os-anim.css\")}}' />
  758.        {# <script src=\"https://kit.fontawesome.com/5c0ab7f24a.js\" crossorigin=\"anonymous\"></script>#}
  759.          <link type='text/css' rel='stylesheet' href='{{asset(\"fonts/fa/css/all.min.css\")}}' /> 
  760.         {% block css %}
  761.         {% endblock %}
  762.     </head>
  763.     <body class='{{bgcolor ?? \"bg-white\"}}'>
  764. \t\t{% block container %}
  765.         <div id='container' class='container relative w100 hoverflow'>
  766.             <header id='header' class='bg-success fixed left top w100 hheight transition-alt {{desktop(\"\")}} {{mobile(\"\")}}'>
  767.             {% block header %}
  768.                 <div class='relative flex row fill transition-alt {{desktop(\"\")}}'>
  769.                     <a id='logo' href='{{path(\"home\")}}' class='bg-white hwidth flex col {{desktop(\"padding-10\")}} {{mobile(\"\")}}'>
  770.                         <span class=\"fill relative\">
  771.                             <img src=\"{{asset(os_param('logo'))}}\" class='block relative contain'>
  772.                         </span>
  773.                     </a>
  774.         \t\t\t{% block menu %}
  775.                     <div class=\"flex row middle around {{desktop('w100')}}\">
  776.         \t\t\t\t<menu id='menu' class='transition-alt upper {{desktop(\"h100\")}} {{mobile(\"bg-success fixed top left htop w100\")}}'>
  777.                             {{render(controller('App\\\\Controller\\\\DefaultController::menu',{activeMenu:(menu is defined ? menu)}))}}
  778.         \t\t\t\t</menu>
  779.                         {% if isMobile() %}
  780.                         <div id='btn-menu' class='left-25 flex col middle os-click' data-target='#menu'>
  781.                             <i class='fa fa-bars h1 white'></i>
  782.                         </div>
  783.                         {% else %}
  784.                         <a class=\"bg-success-alt vt-10-in hz-25-in white radius-5 upper nowrap\" href=\"{{path('registration')}}\">Pré-inscription</a>
  785.                         {% endif %}
  786.                     </div>
  787.         \t\t\t{% endblock %}
  788.                 </div>
  789.             {% endblock header %}
  790.             </header>
  791.             <div id='' class='relative w100 {{desktop(\"flex row\")}} {{mobile(\"\")}}'>
  792.                 <div class=\"flex col hwidth relative htop-in\">
  793.                     <div class=\"bg-success-alt flex col h4 white\">
  794.                         <a class=\"hheight flex row middle center\" href=\"{{os_param('socialmedia').facebook}}\"><i class=\"fab fa-facebook-square\"></i></a>
  795.                         <a class=\"hheight flex row middle center\" href=\"{{os_param('socialmedia').twitter}}\"><i class=\"fab fa-twitter\"></i></a>
  796.                         <a class=\"hheight flex row middle center\" href=\"{{os_param('socialmedia').youtube}}\"><i class=\"fab fa-youtube\"></i></a>
  797.                         <span class=\"os-click bg-success white hheight flex row middle center\" data-target=\"#searchBox\"><i class=\"fa fa-search\"></i></span>
  798.                     </div>
  799.                 </div>
  800.                 {% block banner %}
  801.             \t<div id='' class='banner relative w100 {{desktop(\"htop-in\")}} {{mobile(\"\")}}'>
  802.             \t\t<div class='relative flex col fill {{desktop(\"\")}} {{mobile(\"\")}}'>
  803.                         <figure class=\"fill relative hoverflow\">
  804.                             <img src=\"{{b}}\" class=\"cover\">
  805.                         </figure>
  806.                         <i class=\"hheight\"></i>
  807.                     </div>
  808.                 </div>
  809.                 {% endblock banner %}
  810.             </div>
  811.             {% block titlebox %}
  812.             {% if not home %}
  813.             <div class='relative w100 flex col gpadding {{desktop(\"\")}} {{mobile(\"\")}}'>
  814.                 {% block title %}
  815.                 <i class=\"vt-5-in bg-gray quarter-80 radius-5\"></i>
  816.                 <h1 class='success h2'>{{title is defined ? title}}</h1>
  817.                 {% endblock title %}
  818.                 {% if description is defined or subtitle is defined %}
  819.                 <p class=\"h4 semibold\">
  820.                 {{description is defined ? description|nl2br : subtitle}}
  821.                 </p>
  822.                 {% endif %}
  823.             </div>
  824.             {% endif %}
  825.             {% endblock %}
  826.             {% block body %}
  827.             <div id='content' class='bg-white content relative'>
  828.     \t\t\t{% block content %}
  829.                 {% endblock content %}
  830.             </div>
  831.             {% endblock body %}
  832.             {% if isMobile() and not home and noShare is not defined %}
  833. \t\t\t<div class='flex row middle space  bg-gray sharing-box gpadding {{desktop('vt-40-in')}} {{mobile('vt-20-in')}}'>
  834. \t\t\t\t<h2 class='h6 success-alt upper vt-8-in font-alt bold'>Partager cette page</h2>
  835. \t\t\t\t<div class='flex row middle success-alt'>
  836.                     {% set link = app.request.uri %}
  837.                     {% if title is not defined %}{% set title = \"Site web du \"~sitename %} {% endif %}
  838.                     {% set class = \"iflex col middle center h2 \"~ desktop('left-20')~ mobile('left-8') %}
  839. \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>
  840. \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>
  841. \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>
  842. \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>
  843. \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>
  844. \t\t\t\t</div>
  845. \t\t\t</div>
  846.             {% endif %}
  847.             {# <div class='bg-warning gpadding relative w100 {{desktop(\"hpadding\")}} {{mobile(\"vt-30-in\")}}'>
  848.                 <figure class=\"absolute top left fill transparent-alt\">
  849.                     <img src=\"{{asset('images/newsletter.jpg')}}\" class=\"cover\">
  850.                 </figure>
  851.                 <div class=\"relative flex col middle {{desktop(\"center\")}} {{mobile(\"\")}}\">
  852.                     <div class=\"flex col text-center {{desktop('center')}}\">
  853.                         <h2 class=\"h1 white text-center upper extrabold {{desktop(\"\")}} {{mobile(\"bottom-20\")}}\">NEWSLETTER</h2>
  854.                         <p class=\"white medium {{desktop('half_80')}}\">Inscrivez-vous pour recevoir régulièrement les dernières nouvelles sur l'avancée du Programme d'Actions du Gouvernement.</p>
  855.                     </div>
  856.                     <div class=\"flex row middle {{desktop('half-80 top-40')}} {{mobile('gpadding top-20')}}\">
  857.                     {{render(controller('App\\\\Controller\\\\DefaultController::subscribers',{}))}}
  858.                     </div>
  859.                 </div>
  860.             </div> #}
  861. \t\t\t{% block footer %}
  862.             <footer id=\"footer\" class=\"bg-success relative gpadding flex col center {{desktop('vt-60-in op-40')}} {{mobile(' text-center vt-40-in')}}\">
  863.                 <figure class=\"relative hoverflow {{desktop('gheight gwidth')}} {{mobile('icon medium')}}\">
  864.                     <img src=\"{{l}}\" class=\"block contain\">
  865.                 </figure>
  866.                 <div class=\"relative flex row center text-center {{desktop('gpadding top-20')}}{{mobile('')}}\">
  867.                     <p class=\"white\">
  868.                         © Copyright {{\"now\"|date('Y')}}
  869.                         <br>{{sitename}}
  870.                     </p>
  871.                 </div>
  872.             </footer>
  873.             <div class='bg-success w100 flex flag flex-1 w100 gpadding'>
  874.                 <div class='w100 flex flag flex-1 block-center half'>
  875.                     <i class=\"\"></i>
  876.                     <i></i>
  877.                     <i></i>
  878.                 </div>
  879.             </div>
  880.             {% endblock footer %}
  881.         </div>
  882. \t{% endblock container %}
  883.         <div id='searchBox' class='anim-display anim-show vfill fixed top left'>
  884.             <i class=\"block bg-success transparent fill absolute top left\"></i>
  885.     \t\t<div class='hpadding fill flex row center middle'>
  886.     \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'>
  887.                     <div class='absolute top right bg-error padding-10'>
  888.                         <span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
  889.                     </div>
  890.     \t\t\t\t<div class='w100 flex col around'>
  891.     \t\t\t\t\t<div class='flex col middle top-20'>
  892.                             <h2 class='h3 success'>Faire une recherche</h2>
  893.     \t\t\t\t\t\t<p class='h6 upper text-left top-20 bottom-20'>Actualités, formations, documents, pages, etc.</p>
  894.     \t\t\t\t\t\t<div class='flex row'>
  895.     \t\t\t\t\t\t\t<div class='bg-gray w100'>
  896.     \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'>
  897.     \t\t\t\t\t\t\t</div>
  898.     \t\t\t\t\t\t\t<div class='relative flex col middle center {{desktop(\"\")}} {{mobile(\"\")}} vt-10-in hz-20-in bg-success'>
  899.     \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>
  900.     \t\t\t\t\t\t\t</div>
  901.     \t\t\t\t\t\t</div>
  902.     \t\t\t\t\t</div>
  903.     \t\t\t\t</div>
  904.     \t\t\t</div>
  905.     \t\t</div>
  906.     \t</div>
  907.     {% set notices = app.session.flashBag.get('notice') %}
  908.     {% if notices|length %}
  909.         <div class='popup show gpadding flex col middle center'>
  910.         \t<span class='icon contain close os-close filter-white absolute top right'></span>
  911.         \t{% for notice in notices %}
  912.         \t<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
  913.         \t\t<div class='flex row  success text-left'>
  914.         \t\t\t<i class='fa fa-thumbs-up fa-3x top-5  right-20'></i>
  915.         \t\t\t<p class='h4  black'>{{notice|raw}}</p>
  916.         \t\t</div>
  917.         \t</div>
  918.         \t{% endfor %}
  919.         </div>
  920.     {% endif %}
  921.         {% if app.request.schemeAndHttpHost() != 'http://localhost' %}
  922.         {% endif %}
  923.         <script src='{{asset(\"js/jquery-3.6.0.min.js\")}}'></script>
  924.         <script src='{{asset(\"js/os-script.js\")}}?v=004'></script>
  925.         <script src='{{asset(\"js/script.js\")}}?v=004'></script>
  926.         {% block js %}
  927.         {% endblock %}
  928.     </body>
  929. </html>
  930. {% endblock %}
  931. ""Default/base.html.twig""/home/olasoftnka/cefal/templates/Default/base.html.twig");
  932.     }
  933. }