<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Default/base.html.twig */
class __TwigTemplate_f529c04542c5d1380d4c476666859b4d34ec80cf7241f83d2b30c121b91e5587 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'html' => [$this, 'block_html'],
'css' => [$this, 'block_css'],
'container' => [$this, 'block_container'],
'header' => [$this, 'block_header'],
'menu' => [$this, 'block_menu'],
'banner' => [$this, 'block_banner'],
'titlebox' => [$this, 'block_titlebox'],
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
'content' => [$this, 'block_content'],
'footer' => [$this, 'block_footer'],
'js' => [$this, 'block_js'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "Default/parameters.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Default/base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Default/base.html.twig"));
$this->parent = $this->loadTemplate("Default/parameters.html.twig", "Default/base.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 2
public function block_html($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "html"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "html"));
// line 3
echo "<!doctype html>
<html lang='fr' class='";
// line 4
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["adapt"]), "html", null, true);
echo "'>
<head>
<title>";
// line 6
echo twig_escape_filter($this->env, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 6, $this->source); })()), "html", null, true);
echo "</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta name='description' content='";
// line 8
echo twig_escape_filter($this->env, (isset($context["d"]) || array_key_exists("d", $context) ? $context["d"] : (function () { throw new RuntimeError('Variable "d" does not exist.', 8, $this->source); })()), "html", null, true);
echo "' />
<meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />
<meta property='fb:app_id' content='798097520521275' />
<meta property='og:url' content='";
// line 11
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 11, $this->source); })()), "request", [], "any", false, false, false, 11), "uri", [], "any", false, false, false, 11), "html", null, true);
echo "' />
<meta property='og:type' content='article' />
<meta property='og:title' content='";
// line 13
echo twig_escape_filter($this->env, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 13, $this->source); })()), "html", null, true);
echo "' data-dynamic='true' />
<meta property='og:description' content='";
// line 14
echo twig_escape_filter($this->env, (isset($context["d"]) || array_key_exists("d", $context) ? $context["d"] : (function () { throw new RuntimeError('Variable "d" does not exist.', 14, $this->source); })()), "html", null, true);
echo "' data-dynamic='true' />
<meta property='og:image' content='";
// line 15
echo twig_escape_filter($this->env, (isset($context["w"]) || array_key_exists("w", $context) ? $context["w"] : (function () { throw new RuntimeError('Variable "w" does not exist.', 15, $this->source); })()), "html", null, true);
echo twig_escape_filter($this->env, (isset($context["thumb"]) || array_key_exists("thumb", $context) ? $context["thumb"] : (function () { throw new RuntimeError('Variable "thumb" does not exist.', 15, $this->source); })()), "html", null, true);
echo "?v=001' data-dynamic='true' />
<meta property='og:image:width' content='";
// line 16
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["thumbnailSize"]) || array_key_exists("thumbnailSize", $context) ? $context["thumbnailSize"] : (function () { throw new RuntimeError('Variable "thumbnailSize" does not exist.', 16, $this->source); })()), "width", [], "any", false, false, false, 16), "html", null, true);
echo "' data-dynamic='true'>
<meta property='og:image:height' content='";
// line 17
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["thumbnailSize"]) || array_key_exists("thumbnailSize", $context) ? $context["thumbnailSize"] : (function () { throw new RuntimeError('Variable "thumbnailSize" does not exist.', 17, $this->source); })()), "height", [], "any", false, false, false, 17), "html", null, true);
echo "' data-dynamic='true'>
<meta property='og:locale' content='fr_FR' />
<meta property='og:site_name' content='";
// line 19
echo twig_escape_filter($this->env, (isset($context["sitename"]) || array_key_exists("sitename", $context) ? $context["sitename"] : (function () { throw new RuntimeError('Variable "sitename" does not exist.', 19, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:url' content='";
// line 20
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 20, $this->source); })()), "request", [], "any", false, false, false, 20), "uri", [], "any", false, false, false, 20), "html", null, true);
echo "' />
<meta property='twitter:card' content='summary' />
<meta property='twitter:title' content='";
// line 22
echo twig_escape_filter($this->env, (isset($context["t"]) || array_key_exists("t", $context) ? $context["t"] : (function () { throw new RuntimeError('Variable "t" does not exist.', 22, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:description' content='";
// line 23
echo twig_escape_filter($this->env, (isset($context["d"]) || array_key_exists("d", $context) ? $context["d"] : (function () { throw new RuntimeError('Variable "d" does not exist.', 23, $this->source); })()), "html", null, true);
echo "' />
<meta property='twitter:image' content='";
// line 24
echo twig_escape_filter($this->env, (isset($context["w"]) || array_key_exists("w", $context) ? $context["w"] : (function () { throw new RuntimeError('Variable "w" does not exist.', 24, $this->source); })()), "html", null, true);
echo twig_escape_filter($this->env, (isset($context["thumb"]) || array_key_exists("thumb", $context) ? $context["thumb"] : (function () { throw new RuntimeError('Variable "thumb" does not exist.', 24, $this->source); })()), "html", null, true);
echo "' />
<link rel=\"icon\" href=\"";
// line 25
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logo-alt.svg"), "html", null, true);
echo "\">
<link type='text/css' rel='stylesheet' href='";
// line 26
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/os-style.css"), "html", null, true);
echo "' />
<link type='text/css' rel='stylesheet' href='";
// line 27
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/style.css"), "html", null, true);
echo "' />
<link type='text/css' rel='stylesheet' href='";
// line 28
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/os-anim.css"), "html", null, true);
echo "' />
";
// line 30
echo " <link type='text/css' rel='stylesheet' href='";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fonts/fa/css/all.min.css"), "html", null, true);
echo "' />
";
// line 31
$this->displayBlock('css', $context, $blocks);
// line 33
echo " </head>
<body class='";
// line 34
(((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", null, true))) : (print ("bg-white")));
echo "'>
\t\t";
// line 35
$this->displayBlock('container', $context, $blocks);
// line 158
echo "
<div id='searchBox' class='anim-display anim-show vfill fixed top left'>
<i class=\"block bg-success transparent fill absolute top left\"></i>
\t\t<div class='hpadding fill flex row center middle'>
\t\t\t<div class='relative shadow ";
// line 163
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["half_80 vt-80-in hz-80-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["vt-20-in hz-20-in"]), "html", null, true);
echo " bg-white'>
<div class='absolute top right bg-error padding-10'>
<span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
</div>
\t\t\t\t<div class='w100 flex col around'>
\t\t\t\t\t<div class='flex col middle top-20'>
<h2 class='h3 success'>Faire une recherche</h2>
\t\t\t\t\t\t<p class='h6 upper text-left top-20 bottom-20'>Actualités, formations, documents, pages, etc.</p>
\t\t\t\t\t\t<div class='flex row'>
\t\t\t\t\t\t\t<div class='bg-gray w100'>
\t\t\t\t\t\t\t\t<input id='searchInput' data-action='";
// line 173
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("search", ["keywords" => ":keywords"]);
echo "' type='search' class='os-search block nobg border border-gray noradius h4 black vt-20-in ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hz-40-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["hz-20-in"]), "html", null, true);
echo " block w100' placeholder='Saisissez votre recherche ici'>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class='relative flex col middle center ";
// line 175
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo " vt-10-in hz-20-in bg-success'>
\t\t\t\t\t\t\t\t<span class='block icon small search contain filter-white os-search-btn pointer' data-target='#searchInput'></span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
";
// line 185
$context["notices"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 185, $this->source); })()), "session", [], "any", false, false, false, 185), "flashBag", [], "any", false, false, false, 185), "get", [0 => "notice"], "method", false, false, false, 185);
// line 186
echo " ";
if (twig_length_filter($this->env, (isset($context["notices"]) || array_key_exists("notices", $context) ? $context["notices"] : (function () { throw new RuntimeError('Variable "notices" does not exist.', 186, $this->source); })()))) {
// line 187
echo " <div class='popup show gpadding flex col middle center'>
\t<span class='icon contain close os-close filter-white absolute top right'></span>
\t";
// line 189
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["notices"]) || array_key_exists("notices", $context) ? $context["notices"] : (function () { throw new RuntimeError('Variable "notices" does not exist.', 189, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["notice"]) {
// line 190
echo " \t<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
\t\t<div class='flex row success text-left'>
\t\t\t<i class='fa fa-thumbs-up fa-3x top-5 right-20'></i>
\t\t\t<p class='h4 black'>";
// line 193
echo $context["notice"];
echo "</p>
\t\t</div>
\t</div>
\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['notice'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 197
echo " </div>
";
}
// line 199
echo "
";
// line 200
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 200, $this->source); })()), "request", [], "any", false, false, false, 200), "schemeAndHttpHost", [], "method", false, false, false, 200), "http://localhost"))) {
// line 201
echo "
";
}
// line 203
echo " <script src='";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery-3.6.0.min.js"), "html", null, true);
echo "'></script>
<script src='";
// line 204
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/os-script.js"), "html", null, true);
echo "?v=004'></script>
<script src='";
// line 205
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/script.js"), "html", null, true);
echo "?v=004'></script>
";
// line 206
$this->displayBlock('js', $context, $blocks);
// line 208
echo " </body>
</html>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 31
public function block_css($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
// line 32
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 35
public function block_container($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "container"));
// line 36
echo " <div id='container' class='container relative w100 hoverflow'>
<header id='header' class='bg-success fixed left top w100 hheight transition-alt ";
// line 37
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "'>
";
// line 38
$this->displayBlock('header', $context, $blocks);
// line 62
echo " </header>
<div id='' class='relative w100 ";
// line 63
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["flex row"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "'>
<div class=\"flex col hwidth relative htop-in\">
<div class=\"bg-success-alt flex col h4 white\">
<a class=\"hheight flex row middle center\" href=\"";
// line 66
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["socialmedia"]), "facebook", [], "any", false, false, false, 66), "html", null, true);
echo "\"><i class=\"fab fa-facebook-square\"></i></a>
<a class=\"hheight flex row middle center\" href=\"";
// line 67
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["socialmedia"]), "twitter", [], "any", false, false, false, 67), "html", null, true);
echo "\"><i class=\"fab fa-twitter\"></i></a>
<a class=\"hheight flex row middle center\" href=\"";
// line 68
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('os_param')->getCallable(), ["socialmedia"]), "youtube", [], "any", false, false, false, 68), "html", null, true);
echo "\"><i class=\"fab fa-youtube\"></i></a>
<span class=\"os-click bg-success white hheight flex row middle center\" data-target=\"#searchBox\"><i class=\"fa fa-search\"></i></span>
</div>
</div>
";
// line 72
$this->displayBlock('banner', $context, $blocks);
// line 82
echo " </div>
";
// line 83
$this->displayBlock('titlebox', $context, $blocks);
// line 98
echo " ";
$this->displayBlock('body', $context, $blocks);
// line 104
echo "
";
// line 105
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))) {
// line 106
echo "\t\t\t<div class='flex row middle space bg-gray sharing-box gpadding ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["vt-40-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["vt-20-in"]), "html", null, true);
echo "'>
\t\t\t\t<h2 class='h6 success-alt upper vt-8-in font-alt bold'>Partager cette page</h2>
\t\t\t\t<div class='flex row middle success-alt'>
";
// line 109
$context["link"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 109, $this->source); })()), "request", [], "any", false, false, false, 109), "uri", [], "any", false, false, false, 109);
// line 110
echo " ";
if ( !array_key_exists("title", $context)) {
$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); })()));
echo " ";
}
// line 111
echo " ";
$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"]));
// line 112
echo "\t\t\t\t\t<a class='";
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", null, true);
echo "' title='Partager via WhatsApp' target='_blank' href='whatsapp://send?text=";
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", null, true);
echo " => ";
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", null, true);
echo "'><i class='transition fab fa-whatsapp'></i></a>
\t\t\t\t\t<a class='";
// line 113
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", null, true);
echo "' title='Partager sur Facebook' target='_blank' href='https://www.facebook.com/sharer/sharer.php?u=";
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", null, true);
echo "&t=";
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", null, true);
echo "'><i class='transition fab fa-facebook-square'></i></a>
\t\t\t\t\t<a class='";
// line 114
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", null, true);
echo "' title='Partager sur Twitter' target='_blank' href='https://twitter.com/intent/tweet?text=";
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", null, true);
echo "&url=";
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", null, true);
echo "'><i class='transition fab fa-twitter'></i></a>
\t\t\t\t\t<a class='";
// line 115
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", null, true);
echo "' title='Envoyer par mail' target='_blank' href='mailto:?subject=";
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", null, true);
echo "&body=Je vous invite à lire cette page : ";
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", null, true);
echo ".'><i class='transition fa fa-envelope'></i></a>
\t\t\t\t\t<a class='";
// line 116
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", null, true);
echo "' title='Partager sur LinkedIn' target='_blank' href='https://www.linkedin.com/shareArticle?mini=true&url=";
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", null, true);
echo "&title=";
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", null, true);
echo "'><i class='transition fab fa-linkedin'></i></a>
\t\t\t\t</div>
\t\t\t</div>
";
}
// line 120
echo "
";
// line 135
echo "
\t\t\t";
// line 136
$this->displayBlock('footer', $context, $blocks);
// line 156
echo " </div>
\t";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 38
public function block_header($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
// line 39
echo " <div class='relative flex row fill transition-alt ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo "'>
<a id='logo' href='";
// line 40
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
echo "' class='bg-white hwidth flex col ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-10"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "'>
<span class=\"fill relative\">
<img src=\"";
// line 42
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", null, true);
echo "\" class='block relative contain'>
</span>
</a>
\t\t\t";
// line 46
$this->displayBlock('menu', $context, $blocks);
// line 60
echo " </div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 46
public function block_menu($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
// line 47
echo " <div class=\"flex row middle around ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["w100"]), "html", null, true);
echo "\">
\t\t\t\t<menu id='menu' class='transition-alt upper ";
// line 48
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["h100"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["bg-success fixed top left htop w100"]), "html", null, true);
echo "'>
";
// line 49
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); })())) : (""))]));
echo "
\t\t\t\t</menu>
";
// line 51
if (call_user_func_array($this->env->getFunction('isMobile')->getCallable(), [])) {
// line 52
echo " <div id='btn-menu' class='left-25 flex col middle os-click' data-target='#menu'>
<i class='fa fa-bars h1 white'></i>
</div>
";
} else {
// line 56
echo " <a class=\"bg-success-alt vt-10-in hz-25-in white radius-5 upper nowrap\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("registration");
echo "\">Pré-inscription</a>
";
}
// line 58
echo " </div>
\t\t\t";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 72
public function block_banner($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "banner"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "banner"));
// line 73
echo " \t<div id='' class='banner relative w100 ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["htop-in"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "'>
\t\t<div class='relative flex col fill ";
// line 74
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "'>
<figure class=\"fill relative hoverflow\">
<img src=\"";
// line 76
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", null, true);
echo "\" class=\"cover\">
</figure>
<i class=\"hheight\"></i>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 83
public function block_titlebox($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "titlebox"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "titlebox"));
// line 84
echo " ";
if ( !(isset($context["home"]) || array_key_exists("home", $context) ? $context["home"] : (function () { throw new RuntimeError('Variable "home" does not exist.', 84, $this->source); })())) {
// line 85
echo " <div class='relative w100 flex col gpadding ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "'>
";
// line 86
$this->displayBlock('title', $context, $blocks);
// line 90
echo " ";
if ((array_key_exists("description", $context) || array_key_exists("subtitle", $context))) {
// line 91
echo " <p class=\"h4 semibold\">
";
// line 92
((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", null, true)))) : (print (twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 92, $this->source); })()), "html", null, true))));
echo "
</p>
";
}
// line 95
echo " </div>
";
}
// line 97
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 86
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 87
echo " <i class=\"vt-5-in bg-gray quarter-80 radius-5\"></i>
<h1 class='success h2'>";
// line 88
((array_key_exists("title", $context)) ? (print (twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 88, $this->source); })()), "html", null, true))) : (print ("")));
echo "</h1>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 98
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 99
echo " <div id='content' class='bg-white content relative'>
\t\t\t";
// line 100
$this->displayBlock('content', $context, $blocks);
// line 102
echo " </div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 100
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 101
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 136
public function block_footer($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 137
echo " <footer id=\"footer\" class=\"bg-success relative gpadding flex col center ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["vt-60-in op-40"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [" text-center vt-40-in"]), "html", null, true);
echo "\">
<figure class=\"relative hoverflow ";
// line 138
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["gheight gwidth"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["icon medium"]), "html", null, true);
echo "\">
<img src=\"";
// line 139
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", null, true);
echo "\" class=\"block contain\">
</figure>
<div class=\"relative flex row center text-center ";
// line 141
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["gpadding top-20"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "\">
<p class=\"white\">
© Copyright ";
// line 143
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true);
echo "
<br>";
// line 144
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", null, true);
echo "
</p>
</div>
</footer>
<div class='bg-success w100 flex flag flex-1 w100 gpadding'>
<div class='w100 flex flag flex-1 block-center half'>
<i class=\"\"></i>
<i></i>
<i></i>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 206
public function block_js($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js"));
// line 207
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Default/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'Default/parameters.html.twig' %}
{% block html %}
<!doctype html>
<html lang='fr' class='{{desktop(\"adapt\")}}'>
<head>
<title>{{t}}</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<meta name='description' content='{{d}}' />
<meta name='viewport' content='width=device-width, user-scalable=no, initial-scale=1' />
<meta property='fb:app_id' content='798097520521275' />
<meta property='og:url' content='{{app.request.uri}}' />
<meta property='og:type' content='article' />
<meta property='og:title' content='{{t}}' data-dynamic='true' />
<meta property='og:description' content='{{d}}' data-dynamic='true' />
<meta property='og:image' content='{{w}}{{thumb}}?v=001' data-dynamic='true' />
<meta property='og:image:width' content='{{thumbnailSize.width}}' data-dynamic='true'>
<meta property='og:image:height' content='{{thumbnailSize.height}}' data-dynamic='true'>
<meta property='og:locale' content='fr_FR' />
<meta property='og:site_name' content='{{sitename}}' />
<meta property='twitter:url' content='{{app.request.uri}}' />
<meta property='twitter:card' content='summary' />
<meta property='twitter:title' content='{{t}}' />
<meta property='twitter:description' content='{{d}}' />
<meta property='twitter:image' content='{{w}}{{thumb}}' />
<link rel=\"icon\" href=\"{{asset('images/logo-alt.svg')}}\">
<link type='text/css' rel='stylesheet' href='{{asset(\"css/os-style.css\")}}' />
<link type='text/css' rel='stylesheet' href='{{asset(\"css/style.css\")}}' />
<link type='text/css' rel='stylesheet' href='{{asset(\"css/os-anim.css\")}}' />
{# <script src=\"https://kit.fontawesome.com/5c0ab7f24a.js\" crossorigin=\"anonymous\"></script>#}
<link type='text/css' rel='stylesheet' href='{{asset(\"fonts/fa/css/all.min.css\")}}' />
{% block css %}
{% endblock %}
</head>
<body class='{{bgcolor ?? \"bg-white\"}}'>
\t\t{% block container %}
<div id='container' class='container relative w100 hoverflow'>
<header id='header' class='bg-success fixed left top w100 hheight transition-alt {{desktop(\"\")}} {{mobile(\"\")}}'>
{% block header %}
<div class='relative flex row fill transition-alt {{desktop(\"\")}}'>
<a id='logo' href='{{path(\"home\")}}' class='bg-white hwidth flex col {{desktop(\"padding-10\")}} {{mobile(\"\")}}'>
<span class=\"fill relative\">
<img src=\"{{asset(os_param('logo'))}}\" class='block relative contain'>
</span>
</a>
\t\t\t{% block menu %}
<div class=\"flex row middle around {{desktop('w100')}}\">
\t\t\t\t<menu id='menu' class='transition-alt upper {{desktop(\"h100\")}} {{mobile(\"bg-success fixed top left htop w100\")}}'>
{{render(controller('App\\\\Controller\\\\DefaultController::menu',{activeMenu:(menu is defined ? menu)}))}}
\t\t\t\t</menu>
{% if isMobile() %}
<div id='btn-menu' class='left-25 flex col middle os-click' data-target='#menu'>
<i class='fa fa-bars h1 white'></i>
</div>
{% else %}
<a class=\"bg-success-alt vt-10-in hz-25-in white radius-5 upper nowrap\" href=\"{{path('registration')}}\">Pré-inscription</a>
{% endif %}
</div>
\t\t\t{% endblock %}
</div>
{% endblock header %}
</header>
<div id='' class='relative w100 {{desktop(\"flex row\")}} {{mobile(\"\")}}'>
<div class=\"flex col hwidth relative htop-in\">
<div class=\"bg-success-alt flex col h4 white\">
<a class=\"hheight flex row middle center\" href=\"{{os_param('socialmedia').facebook}}\"><i class=\"fab fa-facebook-square\"></i></a>
<a class=\"hheight flex row middle center\" href=\"{{os_param('socialmedia').twitter}}\"><i class=\"fab fa-twitter\"></i></a>
<a class=\"hheight flex row middle center\" href=\"{{os_param('socialmedia').youtube}}\"><i class=\"fab fa-youtube\"></i></a>
<span class=\"os-click bg-success white hheight flex row middle center\" data-target=\"#searchBox\"><i class=\"fa fa-search\"></i></span>
</div>
</div>
{% block banner %}
\t<div id='' class='banner relative w100 {{desktop(\"htop-in\")}} {{mobile(\"\")}}'>
\t\t<div class='relative flex col fill {{desktop(\"\")}} {{mobile(\"\")}}'>
<figure class=\"fill relative hoverflow\">
<img src=\"{{b}}\" class=\"cover\">
</figure>
<i class=\"hheight\"></i>
</div>
</div>
{% endblock banner %}
</div>
{% block titlebox %}
{% if not home %}
<div class='relative w100 flex col gpadding {{desktop(\"\")}} {{mobile(\"\")}}'>
{% block title %}
<i class=\"vt-5-in bg-gray quarter-80 radius-5\"></i>
<h1 class='success h2'>{{title is defined ? title}}</h1>
{% endblock title %}
{% if description is defined or subtitle is defined %}
<p class=\"h4 semibold\">
{{description is defined ? description|nl2br : subtitle}}
</p>
{% endif %}
</div>
{% endif %}
{% endblock %}
{% block body %}
<div id='content' class='bg-white content relative'>
\t\t\t{% block content %}
{% endblock content %}
</div>
{% endblock body %}
{% if isMobile() and not home and noShare is not defined %}
\t\t\t<div class='flex row middle space bg-gray sharing-box gpadding {{desktop('vt-40-in')}} {{mobile('vt-20-in')}}'>
\t\t\t\t<h2 class='h6 success-alt upper vt-8-in font-alt bold'>Partager cette page</h2>
\t\t\t\t<div class='flex row middle success-alt'>
{% set link = app.request.uri %}
{% if title is not defined %}{% set title = \"Site web du \"~sitename %} {% endif %}
{% set class = \"iflex col middle center h2 \"~ desktop('left-20')~ mobile('left-8') %}
\t\t\t\t\t<a class='{{class}}' title='Partager via WhatsApp' target='_blank' href='whatsapp://send?text={{title}} => {{link}}'><i class='transition fab fa-whatsapp'></i></a>
\t\t\t\t\t<a class='{{class}}' title='Partager sur Facebook' target='_blank' href='https://www.facebook.com/sharer/sharer.php?u={{link}}&t={{title}}'><i class='transition fab fa-facebook-square'></i></a>
\t\t\t\t\t<a class='{{class}}' title='Partager sur Twitter' target='_blank' href='https://twitter.com/intent/tweet?text={{title}}&url={{link}}'><i class='transition fab fa-twitter'></i></a>
\t\t\t\t\t<a class='{{class}}' title='Envoyer par mail' target='_blank' href='mailto:?subject={{title}}&body=Je vous invite à lire cette page : {{link}}.'><i class='transition fa fa-envelope'></i></a>
\t\t\t\t\t<a class='{{class}}' title='Partager sur LinkedIn' target='_blank' href='https://www.linkedin.com/shareArticle?mini=true&url={{link}}&title={{title}}'><i class='transition fab fa-linkedin'></i></a>
\t\t\t\t</div>
\t\t\t</div>
{% endif %}
{# <div class='bg-warning gpadding relative w100 {{desktop(\"hpadding\")}} {{mobile(\"vt-30-in\")}}'>
<figure class=\"absolute top left fill transparent-alt\">
<img src=\"{{asset('images/newsletter.jpg')}}\" class=\"cover\">
</figure>
<div class=\"relative flex col middle {{desktop(\"center\")}} {{mobile(\"\")}}\">
<div class=\"flex col text-center {{desktop('center')}}\">
<h2 class=\"h1 white text-center upper extrabold {{desktop(\"\")}} {{mobile(\"bottom-20\")}}\">NEWSLETTER</h2>
<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>
</div>
<div class=\"flex row middle {{desktop('half-80 top-40')}} {{mobile('gpadding top-20')}}\">
{{render(controller('App\\\\Controller\\\\DefaultController::subscribers',{}))}}
</div>
</div>
</div> #}
\t\t\t{% block footer %}
<footer id=\"footer\" class=\"bg-success relative gpadding flex col center {{desktop('vt-60-in op-40')}} {{mobile(' text-center vt-40-in')}}\">
<figure class=\"relative hoverflow {{desktop('gheight gwidth')}} {{mobile('icon medium')}}\">
<img src=\"{{l}}\" class=\"block contain\">
</figure>
<div class=\"relative flex row center text-center {{desktop('gpadding top-20')}}{{mobile('')}}\">
<p class=\"white\">
© Copyright {{\"now\"|date('Y')}}
<br>{{sitename}}
</p>
</div>
</footer>
<div class='bg-success w100 flex flag flex-1 w100 gpadding'>
<div class='w100 flex flag flex-1 block-center half'>
<i class=\"\"></i>
<i></i>
<i></i>
</div>
</div>
{% endblock footer %}
</div>
\t{% endblock container %}
<div id='searchBox' class='anim-display anim-show vfill fixed top left'>
<i class=\"block bg-success transparent fill absolute top left\"></i>
\t\t<div class='hpadding fill flex row center middle'>
\t\t\t<div class='relative shadow {{desktop(\"half_80 vt-80-in hz-80-in\")}} {{mobile(\"vt-20-in hz-20-in\")}} bg-white'>
<div class='absolute top right bg-error padding-10'>
<span data-target='#searchBox' class='block icon close contain filter-white os-click'></span>
</div>
\t\t\t\t<div class='w100 flex col around'>
\t\t\t\t\t<div class='flex col middle top-20'>
<h2 class='h3 success'>Faire une recherche</h2>
\t\t\t\t\t\t<p class='h6 upper text-left top-20 bottom-20'>Actualités, formations, documents, pages, etc.</p>
\t\t\t\t\t\t<div class='flex row'>
\t\t\t\t\t\t\t<div class='bg-gray w100'>
\t\t\t\t\t\t\t\t<input id='searchInput' data-action='{{path(\"search\",{keywords:\":keywords\"})}}' type='search' class='os-search block nobg border border-gray noradius h4 black vt-20-in {{desktop(\"hz-40-in\")}} {{mobile(\"hz-20-in\")}} block w100' placeholder='Saisissez votre recherche ici'>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class='relative flex col middle center {{desktop(\"\")}} {{mobile(\"\")}} vt-10-in hz-20-in bg-success'>
\t\t\t\t\t\t\t\t<span class='block icon small search contain filter-white os-search-btn pointer' data-target='#searchInput'></span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
{% set notices = app.session.flashBag.get('notice') %}
{% if notices|length %}
<div class='popup show gpadding flex col middle center'>
\t<span class='icon contain close os-close filter-white absolute top right'></span>
\t{% for notice in notices %}
\t<div class='flex row middle center relative bg-white hz-40-in vt-20-in '>
\t\t<div class='flex row success text-left'>
\t\t\t<i class='fa fa-thumbs-up fa-3x top-5 right-20'></i>
\t\t\t<p class='h4 black'>{{notice|raw}}</p>
\t\t</div>
\t</div>
\t{% endfor %}
</div>
{% endif %}
{% if app.request.schemeAndHttpHost() != 'http://localhost' %}
{% endif %}
<script src='{{asset(\"js/jquery-3.6.0.min.js\")}}'></script>
<script src='{{asset(\"js/os-script.js\")}}?v=004'></script>
<script src='{{asset(\"js/script.js\")}}?v=004'></script>
{% block js %}
{% endblock %}
</body>
</html>
{% endblock %}
", "Default/base.html.twig", "/home/olasoftnka/cefal/templates/Default/base.html.twig");
}
}