<?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/index.html.twig */
class __TwigTemplate_91682e4df06ff27da569a8632b24bcd7d7e0fab76fd6cc8daf017491dad727ac extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'banner' => [$this, 'block_banner'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "Default/base.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/index.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/index.html.twig"));
// line 2
$context["menu"] = "home";
// line 3
$context["home"] = true;
// line 4
$macros["macros"] = $this->macros["macros"] = $this->loadTemplate("Default/macros.html.twig", "Default/index.html.twig", 4)->unwrap();
// line 1
$this->parent = $this->loadTemplate("Default/base.html.twig", "Default/index.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 6
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 7
echo "<div id=\"banner\" class='relative w100 ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["vh100 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 "'>
";
// line 8
if ((isset($context["banner"]) || array_key_exists("banner", $context) ? $context["banner"] : (function () { throw new RuntimeError('Variable "banner" does not exist.', 8, $this->source); })())) {
// line 9
echo " <figure class='absolute top left fill hoverflow ";
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 "'>
<img src='";
// line 10
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, (isset($context["banner"]) || array_key_exists("banner", $context) ? $context["banner"] : (function () { throw new RuntimeError('Variable "banner" does not exist.', 10, $this->source); })()), "banner", [], "any", false, false, false, 10)), "html", null, true);
echo "' class='cover'>
<i class=\"gradient-banner-alt absolute top left fill\"></i>
</figure>
<div class=\"relative fill flex col space ";
// line 13
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hleft-in hright-in "]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["vt-25-in"]), "html", null, true);
echo "\">
<i></i>
<div class=\"flex row space\">
<i></i>
<div class=\"relative flex col left middle white ";
// line 17
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["half vt-30-in hz-40-in"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["hz-25-in"]), "html", null, true);
echo "\">
<i class=\"block fill absolute top left bg-wghite transparent-alt-2\"></i>
<div class=\"relative flex col left\">
<span class=\"warning\">À la une</span>
<span class=\"bg-gray-alt radius-10 top-15 vt-4-in half-40\"></span>
<h2 class=\"h3 regular white ";
// line 23
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["vt-30"]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["banner"]) || array_key_exists("banner", $context) ? $context["banner"] : (function () { throw new RuntimeError('Variable "banner" does not exist.', 23, $this->source); })()), "title", [], "any", false, false, false, 23), "html", null, true);
echo "</h2>
<div class=\"";
// line 24
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), [""]), "html", null, true);
echo "\">
<a class=\"flex row middle bg-success-alt white ";
// line 25
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["radius-10 vt-20-in hz-20-in"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["radius-5 vt-10-in hz-10-in top-8"]), "html", null, true);
echo "\" href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["banner"]) || array_key_exists("banner", $context) ? $context["banner"] : (function () { throw new RuntimeError('Variable "banner" does not exist.', 25, $this->source); })()), "link", [], "any", false, false, false, 25), "html", null, true);
echo "\">
<span class=\"upper bold\">Lire l'article</span>
</a>
</div>
</div>
</div>
</div>
</div>
";
}
// line 34
echo "</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 37
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 38
echo "<div class='hleft-in hright-in relative w100 ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["htop"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-25-in"]), "html", null, true);
echo "'>
<div class=\"relative fill hoverflow shadow ";
// line 39
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["flex row space"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["flex col"]), "html", null, true);
echo "\">
<div class=\"bg-error ";
// line 40
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-80"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["padding-25"]), "html", null, true);
echo "\">
<div class=\"flex col left ";
// line 41
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-20"]), "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=\"bg-warning radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"white ";
// line 43
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 "\">Le CeFAL en bref</h2>
<p class=\"article h5 white light ";
// line 44
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["vt-40"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["bottom-20"]), "html", null, true);
echo "\">
";
// line 45
echo twig_nl2br(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 45, $this->source); })()), "description", [], "any", false, false, false, 45), "html", null, true));
echo "
</p>
<a class=\"flex row middle bg-warning white ";
// line 47
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["radius-10 vt-20-in hz-20-in top-20"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["radius-5 vt-10-in hz-10-in top-8"]), "html", null, true);
echo "\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
echo "\">
<span class=\"upper bold\">En savoir plus</span>
</a>
</div>
</div>
<div class=\"third\">
<figure class='relative hoverflow transition ";
// line 53
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["fill"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["mrect"]), "html", null, true);
echo "'>
<img src='";
// line 54
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 54, $this->source); })()), "banner", [], "any", false, false, false, 54)), "html", null, true);
echo "' class='block cover'>
</figure>
</div>
</div>
</div>
<div class='hleft-in hright-in relative w100 ";
// line 59
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["htop"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-25-in"]), "html", null, true);
echo "'>
<div class=\"bg-success relative ";
// line 60
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-60 "]), "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 ";
// line 61
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-40"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["padding-25"]), "html", null, true);
echo "\">
<span class=\"bg-gray radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"gray\">Nos Prestations</h2>
<div class=\"flex row wrap space ";
// line 65
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 66
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["formations"]) || array_key_exists("formations", $context) ? $context["formations"] : (function () { throw new RuntimeError('Variable "formations" does not exist.', 66, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["o"]) {
// line 67
echo " <div class=\"flex row ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["half-60 top-60"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-25"]), "html", null, true);
echo "\">
<figure class=\"third-20 relative\">
<img class=\"cover\" src=\"";
// line 69
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(((twig_get_attribute($this->env, $this->source, $context["o"], "banner", [], "any", false, false, false, 69)) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["o"], "banner", [], "any", false, false, false, 69), "thumbnail", [], "any", false, false, false, 69)) : (""))), "html", null, true);
echo "\">
</figure>
<div class=\"w100 bg-white flex col space ";
// line 71
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hz-60-in vt-40-in"]), "html", null, true);
echo "\">
<h3 class=\"h6\">";
// line 72
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["o"], "label", [], "any", false, false, false, 72), "html", null, true);
echo "</h3>
<a class=\"success-alt semibold underline ";
// line 73
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["top-40"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-20"]), "html", null, true);
echo "\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("formation", ["id" => twig_get_attribute($this->env, $this->source, $context["o"], "id", [], "any", false, false, false, 73), "slug" => twig_get_attribute($this->env, $this->source, $context["o"], "slug", [], "any", false, false, false, 73)]), "html", null, true);
echo "\">En savoir plus</a>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['o'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 77
echo " </div>
</div>
</div>
</div>
<div class='hleft-in hright-in relative w100 ";
// line 81
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["htop"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-25-in"]), "html", null, true);
echo "'>
<div class=\"relative fill hoverflow shadow ";
// line 82
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["flex row space"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["flex col"]), "html", null, true);
echo "\">
<div class=\"bg-success-alt ";
// line 83
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-80"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["padding-25"]), "html", null, true);
echo "\">
<div class=\"flex col left ";
// line 84
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-20"]), "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=\"bg-success radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"white lh-1 ";
// line 86
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [" top-25"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-10"]), "html", null, true);
echo "\">Pré-inscription pour la formation continue</h2>
<p class=\"article h5 white light ";
// line 87
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["vt-40 half_40"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["bottom-20"]), "html", null, true);
echo "\">
Cliquez sur le bouton ci-dessous afin de faire une pré-inscription en ligne pour la formation continue.
</p>
<a class=\"flex row middle bg-success white ";
// line 90
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["radius-10 vt-20-in hz-20-in top-20"]), "html", null, true);
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["radius-5 vt-10-in hz-10-in top-8"]), "html", null, true);
echo "\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("registration");
echo "\">
<span class=\"upper bold\">Se pré-inscrire en ligne</span>
</a>
</div>
</div>
<div class=\"third\">
<figure class='relative hoverflow transition ";
// line 96
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["fill"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["mrect"]), "html", null, true);
echo "'>
<img src='";
// line 97
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/cefal.jpg"), "html", null, true);
echo "' class='block cover'>
</figure>
</div>
</div>
</div>
<div class='hleft-in hright-in relative w100 ";
// line 103
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["htop"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-25-in"]), "html", null, true);
echo "'>
<div class=\"relative ";
// line 104
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hz-60-in"]), "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 ";
// line 105
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(), ["padding-25"]), "html", null, true);
echo "\">
<span class=\"bg-gray radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"black-alt\">Notre actualité</h2>
<div class=\"flex row wrap space ";
// line 108
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 109
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["articles"]) || array_key_exists("articles", $context) ? $context["articles"] : (function () { throw new RuntimeError('Variable "articles" does not exist.', 109, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["o"]) {
// line 110
echo " ";
echo twig_call_macro($macros["macros"], "macro_article", [$context["o"]], 110, $context, $this->getSourceContext());
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['o'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 112
echo " </div>
</div>
</div>
</div>
<div class='hleft-in hright-in relative w100 ";
// line 117
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["htop"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-25-in"]), "html", null, true);
echo "'>
<div class=\"relative fill hoverflow shadow ";
// line 118
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(), ["flex col"]), "html", null, true);
echo "\">
<div class=\"bg-white flex row space ";
// line 119
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-80"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["padding-25"]), "html", null, true);
echo "\">
<div class=\"";
// line 120
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["third"]), "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 left ";
// line 121
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-20"]), "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=\"bg-warning radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"lh-1 ";
// line 123
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [" top-25 bottom-80"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-10 bottom-20"]), "html", null, true);
echo "\">Nous suivre</h2>
<ul class=\"flex row h2 list\">
<li>
<a href=\"\" class=\"hz-25-in fab fa-facebook-square\"></a>
</li>
<li>
<a href=\"\" class=\"hz-25-in fab fa-twitter\"></a>
</li>
<li>
<a href=\"\" class=\"hz-25-in fab fa-youtube\"></a>
</li>
</ul>
</div>
</div>
<i class=\"bg-white hz-1-in ";
// line 137
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["hz-80"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-20"]), "html", null, true);
echo "\"></i>
<div class=\"flex w100 ";
// line 138
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["row"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["col"]), "html", null, true);
echo "\">
<div class=\"";
// line 139
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [""]), "html", null, true);
echo "\">
<div class=\"flex col left ";
// line 140
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["padding-20"]), "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=\"bg-warning radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"lh-1 ";
// line 142
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), [" top-25 bottom-80"]), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('mobile')->getCallable(), ["top-10 bottom-20"]), "html", null, true);
echo "\">Newsletter</h2>
<div class=\"w100 ";
// line 143
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('desktop')->getCallable(), ["top-60-in right-80-in bottom-80-in"]), "html", null, true);
echo "\">
";
// line 144
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::subscribers", []));
echo "
</div>
</div>
</div>
";
// line 153
echo " </div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Default/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 504 => 153, 497 => 144, 493 => 143, 487 => 142, 480 => 140, 476 => 139, 470 => 138, 464 => 137, 445 => 123, 438 => 121, 432 => 120, 426 => 119, 420 => 118, 414 => 117, 407 => 112, 398 => 110, 394 => 109, 388 => 108, 380 => 105, 374 => 104, 368 => 103, 359 => 97, 353 => 96, 341 => 90, 334 => 87, 328 => 86, 321 => 84, 315 => 83, 309 => 82, 303 => 81, 297 => 77, 283 => 73, 279 => 72, 275 => 71, 270 => 69, 262 => 67, 258 => 66, 252 => 65, 243 => 61, 237 => 60, 231 => 59, 223 => 54, 217 => 53, 205 => 47, 200 => 45, 195 => 44, 189 => 43, 182 => 41, 176 => 40, 170 => 39, 163 => 38, 153 => 37, 142 => 34, 127 => 25, 122 => 24, 116 => 23, 106 => 17, 98 => 13, 92 => 10, 85 => 9, 83 => 8, 76 => 7, 66 => 6, 55 => 1, 53 => 4, 51 => 3, 49 => 2, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'Default/base.html.twig' %}
{% set menu = 'home' %}
{% set home = true %}
{% import \"Default/macros.html.twig\" as macros %}
{% block banner %}
<div id=\"banner\" class='relative w100 {{desktop(\"vh100 htop-in\")}} {{mobile(\"\")}}'>
{% if banner %}
<figure class='absolute top left fill hoverflow {{desktop(\"\")}} {{mobile(\"\")}}'>
<img src='{{asset(banner.banner)}}' class='cover'>
<i class=\"gradient-banner-alt absolute top left fill\"></i>
</figure>
<div class=\"relative fill flex col space {{desktop('hleft-in hright-in ')}}{{mobile('vt-25-in')}}\">
<i></i>
<div class=\"flex row space\">
<i></i>
<div class=\"relative flex col left middle white {{desktop('half vt-30-in hz-40-in')}}{{mobile('hz-25-in')}}\">
<i class=\"block fill absolute top left bg-wghite transparent-alt-2\"></i>
<div class=\"relative flex col left\">
<span class=\"warning\">À la une</span>
<span class=\"bg-gray-alt radius-10 top-15 vt-4-in half-40\"></span>
<h2 class=\"h3 regular white {{desktop('vt-30')}}\">{{banner.title}}</h2>
<div class=\"{{desktop('')}}{{mobile('')}}\">
<a class=\"flex row middle bg-success-alt white {{desktop('radius-10 vt-20-in hz-20-in')}}{{mobile('radius-5 vt-10-in hz-10-in top-8')}}\" href=\"{{banner.link}}\">
<span class=\"upper bold\">Lire l'article</span>
</a>
</div>
</div>
</div>
</div>
</div>
{% endif %}
</div>
{% endblock %}
{% block content %}
<div class='hleft-in hright-in relative w100 {{desktop(\"htop\")}} {{mobile(\"top-25-in\")}}'>
<div class=\"relative fill hoverflow shadow {{desktop(\"flex row space\")}} {{mobile(\"flex col\")}}\">
<div class=\"bg-error {{desktop(\"padding-80\")}} {{mobile(\"padding-25\")}}\">
<div class=\"flex col left {{desktop(\"padding-20\")}} {{mobile(\"\")}}\">
<span class=\"bg-warning radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"white {{desktop(\"\")}} {{mobile(\"\")}}\">Le CeFAL en bref</h2>
<p class=\"article h5 white light {{desktop('vt-40')}}{{mobile('bottom-20')}}\">
{{page.description|nl2br}}
</p>
<a class=\"flex row middle bg-warning white {{desktop('radius-10 vt-20-in hz-20-in top-20')}}{{mobile('radius-5 vt-10-in hz-10-in top-8')}}\" href=\"{{path('about')}}\">
<span class=\"upper bold\">En savoir plus</span>
</a>
</div>
</div>
<div class=\"third\">
<figure class='relative hoverflow transition {{desktop(\"fill\")}} {{mobile(\"mrect\")}}'>
<img src='{{asset(page.banner)}}' class='block cover'>
</figure>
</div>
</div>
</div>
<div class='hleft-in hright-in relative w100 {{desktop(\"htop\")}} {{mobile(\"top-25-in\")}}'>
<div class=\"bg-success relative {{desktop(\"padding-60 \")}} {{mobile(\"\")}}\">
<div class=\"flex col {{desktop(\"padding-40\")}} {{mobile(\"padding-25\")}}\">
<span class=\"bg-gray radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"gray\">Nos Prestations</h2>
<div class=\"flex row wrap space {{desktop(\"\")}} {{mobile(\"\")}}\">
{% for o in formations %}
<div class=\"flex row {{desktop(\"half-60 top-60\")}} {{mobile(\"top-25\")}}\">
<figure class=\"third-20 relative\">
<img class=\"cover\" src=\"{{asset(o.banner ? o.banner.thumbnail)}}\">
</figure>
<div class=\"w100 bg-white flex col space {{desktop('hz-60-in vt-40-in')}}\">
<h3 class=\"h6\">{{o.label}}</h3>
<a class=\"success-alt semibold underline {{desktop(\"top-40\")}} {{mobile(\"top-20\")}}\" href=\"{{path('formation',{id:o.id,slug:o.slug})}}\">En savoir plus</a>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
<div class='hleft-in hright-in relative w100 {{desktop(\"htop\")}} {{mobile(\"top-25-in\")}}'>
<div class=\"relative fill hoverflow shadow {{desktop(\"flex row space\")}} {{mobile(\"flex col\")}}\">
<div class=\"bg-success-alt {{desktop(\"padding-80\")}} {{mobile(\"padding-25\")}}\">
<div class=\"flex col left {{desktop(\"padding-20\")}} {{mobile(\"\")}}\">
<span class=\"bg-success radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"white lh-1 {{desktop(\" top-25\")}} {{mobile(\"top-10\")}}\">Pré-inscription pour la formation continue</h2>
<p class=\"article h5 white light {{desktop('vt-40 half_40')}}{{mobile('bottom-20')}}\">
Cliquez sur le bouton ci-dessous afin de faire une pré-inscription en ligne pour la formation continue.
</p>
<a class=\"flex row middle bg-success white {{desktop('radius-10 vt-20-in hz-20-in top-20')}}{{mobile('radius-5 vt-10-in hz-10-in top-8')}}\" href=\"{{path('registration')}}\">
<span class=\"upper bold\">Se pré-inscrire en ligne</span>
</a>
</div>
</div>
<div class=\"third\">
<figure class='relative hoverflow transition {{desktop(\"fill\")}} {{mobile(\"mrect\")}}'>
<img src='{{asset(\"images/cefal.jpg\")}}' class='block cover'>
</figure>
</div>
</div>
</div>
<div class='hleft-in hright-in relative w100 {{desktop(\"htop\")}} {{mobile(\"top-25-in\")}}'>
<div class=\"relative {{desktop(\"hz-60-in\")}} {{mobile(\"\")}}\">
<div class=\"flex col {{desktop(\"hz-40-in\")}} {{mobile(\"padding-25\")}}\">
<span class=\"bg-gray radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"black-alt\">Notre actualité</h2>
<div class=\"flex row wrap space {{desktop(\"\")}} {{mobile(\"\")}}\">
{% for o in articles %}
{{macros.article(o)}}
{% endfor %}
</div>
</div>
</div>
</div>
<div class='hleft-in hright-in relative w100 {{desktop(\"htop\")}} {{mobile(\"top-25-in\")}}'>
<div class=\"relative fill hoverflow shadow {{desktop(\"\")}} {{mobile(\"flex col\")}}\">
<div class=\"bg-white flex row space {{desktop(\"padding-80\")}} {{mobile(\"padding-25\")}}\">
<div class=\"{{desktop(\"third\")}} {{mobile(\"\")}}\">
<div class=\"flex col left {{desktop(\"padding-20\")}} {{mobile(\"\")}}\">
<span class=\"bg-warning radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"lh-1 {{desktop(\" top-25 bottom-80\")}} {{mobile(\"top-10 bottom-20\")}}\">Nous suivre</h2>
<ul class=\"flex row h2 list\">
<li>
<a href=\"\" class=\"hz-25-in fab fa-facebook-square\"></a>
</li>
<li>
<a href=\"\" class=\"hz-25-in fab fa-twitter\"></a>
</li>
<li>
<a href=\"\" class=\"hz-25-in fab fa-youtube\"></a>
</li>
</ul>
</div>
</div>
<i class=\"bg-white hz-1-in {{desktop('hz-80')}} {{mobile('top-20')}}\"></i>
<div class=\"flex w100 {{desktop(\"row\")}} {{mobile(\"col\")}}\">
<div class=\"{{desktop('')}}\">
<div class=\"flex col left {{desktop(\"padding-20\")}} {{mobile(\"\")}}\">
<span class=\"bg-warning radius-10 top-15 vt-4-in quarter-40\"></span>
<h2 class=\"lh-1 {{desktop(\" top-25 bottom-80\")}} {{mobile(\"top-10 bottom-20\")}}\">Newsletter</h2>
<div class=\"w100 {{desktop('top-60-in right-80-in bottom-80-in')}}\">
{{render(controller('App\\\\Controller\\\\DefaultController::subscribers',{}))}}
</div>
</div>
</div>
{# <div class=\"quarter\">
<figure class=\"relative fill\">
<img src=\"{{asset('images/newsletter.jpg')}}\" class=\"cover\">
</figure>
</div> #}
</div>
</div>
</div>
</div>
{% endblock content %}
", "Default/index.html.twig", "/home/olasoftnka/cefal/templates/Default/index.html.twig");
}
}