<?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;
/* front/pages/homepage.html.twig */
class __TwigTemplate_15e5be9d42de4ef9eeef582f31826546 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "layouts/front.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/pages/homepage.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/pages/homepage.html.twig"));
$this->parent = $this->loadTemplate("layouts/front.html.twig", "front/pages/homepage.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 3
echo " <section class=\"slider\">
<div class=\"container\">
<div class=\"row\">
<div id=\"slide-home\" class=\"carousel slide\" data-ride=\"carousel\">
<div class=\"carousel-item carousel1\" style=\"height: 740px;background-color: #000;\">
";
// line 8
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["slides"]) || array_key_exists("slides", $context) ? $context["slides"] : (function () { throw new RuntimeError('Variable "slides" does not exist.', 8, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["slide"]) {
// line 9
echo " <div class=\"fond-item \" data-aos=\"fade-zoom-in\" data-aos-delay=\"1000\" style=\"background: url('";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/" . twig_get_attribute($this->env, $this->source, $context["slide"], "image", [], "any", false, false, false, 9))), "html", null, true);
echo "'); ";
if ( !twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 9)) {
echo "opacity: 0;";
}
echo " \">
<div class=\"item\">
<div class=\"titre_item\">";
// line 11
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["slide"], "title", [], "any", false, false, false, 11), "html", null, true);
echo "</div>
<div class=\"sperateur\"></div>
<div class=\"description_item\">";
// line 13
echo twig_get_attribute($this->env, $this->source, $context["slide"], "description", [], "any", false, false, false, 13);
echo "</div>
<div class=\"link_item\">
<a href=\"";
// line 15
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["slide"], "btnLink", [], "any", false, false, false, 15), "html", null, true);
echo "\" class=\"btn_slider\">
<i class=\"icon icon-left-arrow gly-rotate\"></i> ";
// line 16
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["slide"], "btnText", [], "any", false, false, false, 16), "html", null, true);
echo " </a>
</div>
</div>
</div>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['slide'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 21
echo " </div>
</div>
</div>
</div>
</section>
<section class=\"bloc1\">
<div class=\"container\">
<div class=\"row\">
<div class=\"blocs\">
<form id=\"filter\" action=\"\">
<div class=\"colf\">
<p class=\"title_filter\"> ";
// line 32
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 32, $this->source); })()), "accueil_bloc_search", [], "any", false, false, false, 32), "title", [], "any", false, false, false, 32), "html", null, true);
echo " </p>
";
// line 33
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 33, $this->source); })()), "accueil_bloc_search", [], "any", false, false, false, 33), "description", [], "any", false, false, false, 33);
echo "
</div>
<div class=\"colf\">
<input type=\"text\" class=\"input\" name=\"keywords\" placeholder=\"Mots clés..\">
</div>
<div class=\"colf\">
<select id=\"formation_type\">
<option value=\"\"> Type de formation</option>
<option value=\"";
// line 41
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_stage_academie");
echo "\"> Stage Academy</option>
<option value=\"";
// line 42
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_nos_formations_live");
echo "\"> Formation Live</option>
<option value=\"";
// line 43
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_nos_formations_coaching");
echo "\"> Formation Coaching</option>
</select>
</div>
<div class=\"colf\">
<button type=\"button\" class=\"submit\"/>
<i class=\"icon icon-left-arrow gly-rotate\"> </i> Rechercher</button>
</div>
</form>
<div id=\"formation_filter_error\" class=\"alert alert-danger\" style=\"display: none\">Veuillez
selectionner un type de formation
</div>
</div>
</div>
</div>
</section>
<section class=\"bloc2\">
<div class=\"container\">
<div class=\"row\">
<h1 class=\"title\"> ";
// line 61
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 61, $this->source); })()), "accueil_bloc_about", [], "any", false, false, false, 61), "title", [], "any", false, false, false, 61), "html", null, true);
echo " </h1>
<div class=\"sperateur\"></div>
</div>
<div class=\"row texte-saco\">
";
// line 65
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 65, $this->source); })()), "accueil_bloc_about", [], "any", false, false, false, 65), "description", [], "any", false, false, false, 65);
echo "
</div>
</div>
</section>
<section class=\"bloc2_after\">
<div class=\"container\" style=\"margin-bottom:2%;\">
<h2 class=\"title\"> ";
// line 72
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 72, $this->source); })()), "title_chiffre", [], "any", false, false, false, 72), "title", [], "any", false, false, false, 72), "html", null, true);
echo " </h2>
<div class=\"sperateur\"></div>
</div>
<div class=\"container\">
<div class=\"counter_bloc\">
<div class=\"number_counter\">";
// line 78
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 78, $this->source); })()), "chiffre_1", [], "any", false, false, false, 78), "description", [], "any", false, false, false, 78);
echo "</div>
<div class=\"text_counter\">
<span> ";
// line 80
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 80, $this->source); })()), "chiffre_1", [], "any", false, false, false, 80), "title", [], "any", false, false, false, 80), "html", null, true);
echo " </span>
<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"Mode_Isolation\" x=\"0px\" y=\"0px\" viewBox=\"0 0 25 25\" style=\"enable-background:new 0 0 25 25;\" xml:space=\"preserve\">
<g>
<path d=\"M7.9,8.54c0.45,1.31,1.03,2.56,1.58,3.82c0.13,0.31,0.26,0.61,0.4,0.92c0.11,0.23,0.25,0.46,0.47,0.54 c0.51,0.21,1.06-0.39,1.45-0.7c2.02-1.57,4.03-3.15,6.04-4.73c0.47-0.37,0.94-0.8,1.47-1.06c0.4-0.2,0.91-0.34,1.25,0.08 c0-0.12,0-0.25,0-0.37c-1.13,1.19-2.28,2.34-3.42,3.51c-1.15,1.18-2.29,2.36-3.44,3.55c-0.57,0.59-1.14,1.17-1.71,1.76 c-0.28,0.29-0.56,0.58-0.84,0.87c-0.27,0.28-0.53,0.58-0.81,0.82c-0.23,0.19-0.48,0.33-0.75,0.19c-0.24-0.13-0.43-0.4-0.59-0.65 c-0.45-0.69-0.88-1.4-1.32-2.09c-1.02-1.62-2.05-3.22-3.07-4.83c-0.03,0.15-0.07,0.31-0.1,0.46c1.05-0.9,2.18-1.67,3.38-2.26 C7.99,8.3,8.08,8.17,8.04,8c-0.03-0.14-0.17-0.26-0.29-0.2C6.5,8.39,5.31,9.13,4.21,10.03c-0.11,0.09-0.2,0.31-0.1,0.46 c0.95,1.49,1.89,2.98,2.85,4.47c0.48,0.74,0.96,1.48,1.44,2.23c0.36,0.55,0.79,1.23,1.44,1.22c0.33-0.01,0.62-0.21,0.88-0.45 c0.29-0.27,0.57-0.58,0.85-0.87c0.59-0.62,1.19-1.23,1.78-1.85c1.18-1.22,2.36-2.45,3.53-3.67c1.33-1.39,2.65-2.8,4-4.17 c0.09-0.09,0.08-0.27,0-0.37c-0.63-0.8-1.63-0.33-2.3,0.15c-1,0.73-1.97,1.54-2.95,2.31c-0.99,0.78-1.98,1.56-2.97,2.34 c-0.5,0.4-1,0.79-1.5,1.19c-0.18,0.14-0.46,0.43-0.69,0.32c-0.2-0.1-0.31-0.5-0.41-0.72c-0.62-1.41-1.22-2.85-1.95-4.18 C8.04,8.32,7.85,8.39,7.9,8.54L7.9,8.54z\"/>
</g>
</svg>
</div>
</div>
<div class=\"counter_bloc flex_b\">
<div class=\"number_counter\">";
// line 89
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 89, $this->source); })()), "chiffre_2", [], "any", false, false, false, 89), "description", [], "any", false, false, false, 89);
echo " % </div>
<div class=\"text_counter\">
<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"Mode_Isolation\" x=\"0px\" y=\"0px\" viewBox=\"0 0 25 25\" style=\"enable-background:new 0 0 25 25;\" xml:space=\"preserve\">
<style type=\"text/css\">
.st0{fill:url(#SVGID_1_);}
</style>
<radialGradient id=\"SVGID_1_\" cx=\"195.7171\" cy=\"-249.3641\" r=\"22.1756\" gradientTransform=\"matrix(0.3941 0 0 0.3516 -64.6391 100.1688)\" gradientUnits=\"userSpaceOnUse\">
<stop offset=\"0.5744\" style=\"stop-color:#161412\"/>
<stop offset=\"0.7977\" style=\"stop-color:#161412\"/>
<stop offset=\"1\" style=\"stop-color:#161412\"/>
</radialGradient>
<path class=\"st0\" d=\"M21.2,10.45c-0.03-0.03-0.05-0.05-0.08-0.08c-0.12-0.03-0.22-0.05-0.31-0.06c-0.51-0.05-1.03-0.07-1.53-0.08 c-0.5,0-1.04-0.01-1.71-0.01c-0.38,0-0.76,0-1.13,0c-0.38,0-0.75,0-1.13,0h-0.09l-0.04-0.08c-0.04-0.09-0.08-0.17-0.13-0.25 c-0.08-0.16-0.17-0.32-0.22-0.48c-0.22-0.59-0.43-1.2-0.64-1.78c-0.18-0.51-0.37-1.03-0.55-1.54c-0.07-0.2-0.15-0.39-0.23-0.59 c-0.07-0.17-0.14-0.34-0.2-0.51c-0.08-0.22-0.2-0.3-0.42-0.31c-0.02,0.03-0.04,0.07-0.06,0.1c-0.08,0.12-0.16,0.25-0.23,0.38 c-0.16,0.3-0.32,0.59-0.48,0.88c-0.61,1.12-1.24,2.28-1.84,3.43c-0.21,0.4-0.48,0.57-0.9,0.57c-0.03,0-0.07,0-0.11,0 C8.41,10,7.61,9.97,6.56,9.93C5.94,9.91,5.27,9.9,4.48,9.9H4.45c-0.11,0-0.25,0.03-0.42,0.09c-0.14,0.05-0.23,0.12-0.26,0.21 c-0.03,0.1,0.04,0.2,0.11,0.27C4,10.59,4.15,10.71,4.3,10.82c0.05,0.04,0.11,0.08,0.16,0.12c0.98,0.78,1.94,1.55,2.96,2.36 l0.91,0.73l0.06,0.05l-0.02,0.07l-0.19,0.86c-0.35,1.61-0.71,3.24-1.07,4.86c0,0,0,0.01,0,0.01c0.12,0.05,0.23,0.08,0.34,0.08 c0.24,0,0.44-0.13,0.65-0.26l0.02-0.01c1.1-0.7,2.22-1.41,3.31-2.11c0.4-0.26,0.8-0.51,1.21-0.77l0.08-0.05l0.08,0.04 c1,0.55,1.85,1.25,2.67,1.93c0.64,0.53,1.31,1.08,2.03,1.54c0.03,0.01,0.06,0.02,0.08,0.02c0.03,0,0.05-0.01,0.08-0.01 c0.01-0.01,0.03-0.02,0.04-0.04c0.01-0.01,0.01-0.03,0.02-0.04c0-0.01,0.01-0.02,0.01-0.03l0,0c0.02-0.04,0.03-0.09,0.05-0.13 c0.01-0.02,0.02-0.05,0.03-0.07c0-0.01,0.01-0.02,0.01-0.03c-0.01-0.1-0.02-0.19-0.04-0.28l-0.07-0.31 c-0.34-1.53-0.69-3.12-1.08-4.67c-0.13-0.51,0-0.83,0.45-1.12c1.19-0.78,2.42-1.61,3.89-2.62c0.06-0.04,0.12-0.1,0.18-0.16 c0.02-0.07,0.04-0.14,0.05-0.21c0-0.02,0.01-0.04,0.01-0.06c0-0.01-0.01-0.02-0.01-0.03C21.21,10.48,21.21,10.46,21.2,10.45z M19.66,11.14c-0.15,0.09-0.28,0.18-0.4,0.26c-0.23,0.15-0.43,0.28-0.63,0.4c-0.3,0.18-0.61,0.37-0.91,0.55 c-0.56,0.34-1.15,0.69-1.71,1.05c-0.29,0.19-0.42,0.28-0.45,0.37c-0.04,0.1,0.01,0.25,0.09,0.52c0.01,0.04,0.02,0.08,0.04,0.12 c0.28,0.98,0.54,1.96,0.81,3c0.12,0.44,0.24,0.9,0.36,1.38l0.11,0.41l-0.35-0.28c-0.15-0.12-0.27-0.23-0.4-0.33 c-0.24-0.2-0.44-0.36-0.65-0.53c-0.18-0.14-0.36-0.28-0.54-0.42c-0.52-0.41-1.06-0.83-1.61-1.21c-0.32-0.22-0.51-0.31-0.68-0.31 c-0.19,0-0.42,0.12-0.73,0.33c-0.83,0.56-1.68,1.13-2.5,1.68c-0.46,0.31-0.96,0.78-1.5,0.96c-0.02-0.27,0.08-0.53,0.14-0.79 c0.05-0.24,0.11-0.48,0.17-0.72c0.06-0.23,0.12-0.47,0.17-0.7c0.2-0.81,0.41-1.66,0.64-2.48c0.09-0.33,0.02-0.53-0.27-0.76 c-0.85-0.64-1.7-1.31-2.53-1.95c-0.26-0.21-0.53-0.41-0.79-0.62C5.45,11,5.37,10.93,5.26,10.84c-0.19-0.16-0.42-0.28-0.59-0.46 c0.78-0.11,1.67,0.06,2.45,0.11c0.86,0.06,1.75,0.12,2.62,0.17c0.06,0,0.12,0.01,0.17,0.01c0.5,0,0.63-0.14,0.86-0.67 c0.43-0.99,0.9-1.98,1.36-2.94c0.21-0.43,0.33-1.08,0.75-1.38c0.02-0.01,0.04-0.03,0.07-0.02c0.02,0,0.03,0.02,0.04,0.03 c0.1,0.12,0.08,0.32,0.12,0.46c0.05,0.17,0.12,0.35,0.17,0.52c0.09,0.26,0.18,0.53,0.27,0.79c0,0,1.02,3.06,1.02,3.06 c0.56,0.18,1.13,0.2,1.62,0.2c0.09,0,0.18,0,0.28,0c0.09,0,0.19,0,0.28,0c0.09,0,0.17,0,0.24,0c0.55,0.01,1.08,0.06,1.7,0.12 c0.29,0.03,0.58,0.06,0.9,0.08l0.38,0.03L19.66,11.14z\"/>
</svg>
<span> ";
// line 102
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 102, $this->source); })()), "chiffre_2", [], "any", false, false, false, 102), "title", [], "any", false, false, false, 102), "html", null, true);
echo " </span>
</div>
</div>
<div class=\"counter_bloc\">
<div class=\"number_counter\">";
// line 106
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 106, $this->source); })()), "chiffre_3", [], "any", false, false, false, 106), "description", [], "any", false, false, false, 106);
echo "</div>
<div class=\"text_counter\">
<span> ";
// line 108
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 108, $this->source); })()), "chiffre_3", [], "any", false, false, false, 108), "title", [], "any", false, false, false, 108), "html", null, true);
echo " </span>
<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"Mode_Isolation\" x=\"0px\" y=\"0px\" viewBox=\"0 0 25 25\" style=\"enable-background:new 0 0 25 25;\" xml:space=\"preserve\">
<g>
<path d=\"M7.9,8.54c0.45,1.31,1.03,2.56,1.58,3.82c0.13,0.31,0.26,0.61,0.4,0.92c0.11,0.23,0.25,0.46,0.47,0.54 c0.51,0.21,1.06-0.39,1.45-0.7c2.02-1.57,4.03-3.15,6.04-4.73c0.47-0.37,0.94-0.8,1.47-1.06c0.4-0.2,0.91-0.34,1.25,0.08 c0-0.12,0-0.25,0-0.37c-1.13,1.19-2.28,2.34-3.42,3.51c-1.15,1.18-2.29,2.36-3.44,3.55c-0.57,0.59-1.14,1.17-1.71,1.76 c-0.28,0.29-0.56,0.58-0.84,0.87c-0.27,0.28-0.53,0.58-0.81,0.82c-0.23,0.19-0.48,0.33-0.75,0.19c-0.24-0.13-0.43-0.4-0.59-0.65 c-0.45-0.69-0.88-1.4-1.32-2.09c-1.02-1.62-2.05-3.22-3.07-4.83c-0.03,0.15-0.07,0.31-0.1,0.46c1.05-0.9,2.18-1.67,3.38-2.26 C7.99,8.3,8.08,8.17,8.04,8c-0.03-0.14-0.17-0.26-0.29-0.2C6.5,8.39,5.31,9.13,4.21,10.03c-0.11,0.09-0.2,0.31-0.1,0.46 c0.95,1.49,1.89,2.98,2.85,4.47c0.48,0.74,0.96,1.48,1.44,2.23c0.36,0.55,0.79,1.23,1.44,1.22c0.33-0.01,0.62-0.21,0.88-0.45 c0.29-0.27,0.57-0.58,0.85-0.87c0.59-0.62,1.19-1.23,1.78-1.85c1.18-1.22,2.36-2.45,3.53-3.67c1.33-1.39,2.65-2.8,4-4.17 c0.09-0.09,0.08-0.27,0-0.37c-0.63-0.8-1.63-0.33-2.3,0.15c-1,0.73-1.97,1.54-2.95,2.31c-0.99,0.78-1.98,1.56-2.97,2.34 c-0.5,0.4-1,0.79-1.5,1.19c-0.18,0.14-0.46,0.43-0.69,0.32c-0.2-0.1-0.31-0.5-0.41-0.72c-0.62-1.41-1.22-2.85-1.95-4.18 C8.04,8.32,7.85,8.39,7.9,8.54L7.9,8.54z\"/>
</g>
</svg>
</div>
</div>
</div>
</section>
<section class=\"videos\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-6 col-sm-6 col-xs-12\">
<div class=\"list-video\">
";
// line 125
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["videos"]) || array_key_exists("videos", $context) ? $context["videos"] : (function () { throw new RuntimeError('Variable "videos" does not exist.', 125, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["video"]) {
// line 126
echo " <div class=\"video\"
style=\"background: url('";
// line 127
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/" . twig_get_attribute($this->env, $this->source, $context["video"], "image", [], "any", false, false, false, 127))), "html", null, true);
echo "');\">
<div class=\"titre-video\">
<p> ";
// line 129
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["video"], "title", [], "any", false, false, false, 129), "html", null, true);
echo " avec </p>
<span> ";
// line 130
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["video"], "coach", [], "any", false, false, false, 130), "html", null, true);
echo " </span>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['video'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 134
echo " </div>
</div>
<div class=\"col-md-6 col-sm-6 col-xs-12 capture\">
<div class=\"right-text\">
<h2> ";
// line 138
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 138, $this->source); })()), "accueil_bloc_abonnement", [], "any", false, false, false, 138), "title", [], "any", false, false, false, 138), "html", null, true);
echo " </h2>
<div class=\"sperateur\"></div>
<div class=\"texte-video\">
";
// line 141
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 141, $this->source); })()), "accueil_bloc_abonnement", [], "any", false, false, false, 141), "description", [], "any", false, false, false, 141);
echo "
</div>
<a href=\"";
// line 143
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_elearning");
echo "\" class=\"btn\"> <i
class=\"icon icon-left-arrow gly-rotate\"></i> Nos demos & vidéos </a>
</div>
</div>
</div>
</div>
</section>
<section class=\"formation\">
<div class=\"container\">
<div class=\"row section-head\">
<h2 class=\"title\"> ";
// line 153
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 153, $this->source); })()), "accueil_bloc_formation", [], "any", false, false, false, 153), "title", [], "any", false, false, false, 153), "html", null, true);
echo " </h2>
<div class=\"sperateur\"></div>
";
// line 155
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 155, $this->source); })()), "accueil_bloc_formation", [], "any", false, false, false, 155), "description", [], "any", false, false, false, 155);
echo "
</div>
<div class=\"row\">
<div class=\"list-formation\">
";
// line 159
$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.', 159, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["formation"]) {
// line 160
echo " <div class=\"forma\">
<div class=\"image\">
<a class=\"pointer_link\" href=\"";
// line 162
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_formation_live_single", ["slug" => twig_get_attribute($this->env, $this->source, $context["formation"], "slug", [], "any", false, false, false, 162)]), "html", null, true);
echo "\"> </a>
<img src=\"";
// line 163
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/" . twig_get_attribute($this->env, $this->source, $context["formation"], "image", [], "any", false, false, false, 163))), "html", null, true);
echo "\">
<div class=\"date\"> ";
// line 164
echo twig_escape_filter($this->env, $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env, twig_get_attribute($this->env, $this->source, $context["formation"], "date", [], "any", false, false, false, 164), "long", "short", "", null, "gregorian", "fr"), "html", null, true);
echo "</div>
<div class=\"inscri\"><a
href=\"";
// line 166
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_formation_live_single", ["slug" => twig_get_attribute($this->env, $this->source, $context["formation"], "slug", [], "any", false, false, false, 166)]), "html", null, true);
echo "\"
class=\"btn\"> <i class=\"icon icon-left-arrow gly-rotate\"></i> inscription
</a></div>
</div>
<div class=\"conten-formation\">
<div class=\"title-content-formation\"><a
href=\"";
// line 172
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_formation_live_single", ["slug" => twig_get_attribute($this->env, $this->source, $context["formation"], "slug", [], "any", false, false, false, 172)]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["formation"], "coach", [], "any", false, false, false, 172), "html", null, true);
echo "</a></div>
<div class=\"location\"> <a
href=\"";
// line 174
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_formation_live_single", ["slug" => twig_get_attribute($this->env, $this->source, $context["formation"], "slug", [], "any", false, false, false, 174)]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["formation"], "title", [], "any", false, false, false, 174), "html", null, true);
echo "</a></div>
<div class=\"sperateur\"></div>
<div class=\"expert\">";
// line 176
echo twig_escape_filter($this->env, $this->extensions['App\Twig\CmsExtension']->excerpt(twig_get_attribute($this->env, $this->source, $context["formation"], "description", [], "any", false, false, false, 176), 100), "html", null, true);
echo "</div>
<div class=\"deadline-formation\"><p> Encore <span> ";
// line 177
echo twig_escape_filter($this->env, $this->extensions['App\Twig\CmsExtension']->daysBetweenDates(twig_get_attribute($this->env, $this->source, $context["formation"], "date", [], "any", false, false, false, 177)), "html", null, true);
echo "
jours </span> pour vous inscrire ! </p>
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['formation'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 183
echo " </div>
</div>
<div class=\"row\">
<div class=\"link_formation\">
<a href=\"";
// line 187
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_nos_formations_live");
echo "\"> <i class=\"icon icon-left-arrow gly-rotate\"></i>
Toutes Nos formations </a>
</div>
</div>
</div>
</section>
<section class=\"logos\" style=\"padding-bottom: 2%;\" >
<div class=\"container\">
<div class=\"row section-head\">
<h2 class=\"title\"> ";
// line 196
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 196, $this->source); })()), "stage_academy_new_bloc", [], "any", false, false, false, 196), "title", [], "any", false, false, false, 196), "html", null, true);
echo " </h2>
<div class=\"sperateur\"></div>
</div>
<div class=\"row nb_sa\">
<div class=\"col-md-6 col-sm-12 col-xs-12\">
<img width=\"100%\" height=\"auto\" src=\"";
// line 202
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/" . twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 202, $this->source); })()), "stage_academy_new_bloc", [], "any", false, false, false, 202), "image", [], "any", false, false, false, 202))), "html", null, true);
echo "\">
</div>
<div class=\"col-md-6 col-sm-12 col-xs-12\">
";
// line 205
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 205, $this->source); })()), "stage_academy_new_bloc", [], "any", false, false, false, 205), "description", [], "any", false, false, false, 205);
echo "
</div>
</div>
</div>
</section>
<section class=\"logos\">
<div class=\"container\">
<div class=\"row section-head\">
<h2 class=\"title\"> Nos partenaires </h2>
<div class=\"sperateur\"></div>
</div>
<div class=\"row\">
<div class=\"lis_logos\">
";
// line 218
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["partners"]) || array_key_exists("partners", $context) ? $context["partners"] : (function () { throw new RuntimeError('Variable "partners" does not exist.', 218, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["partner"]) {
// line 219
echo " <a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partner"], "btnLink", [], "any", false, false, false, 219), "html", null, true);
echo "\" target=\"_blank\"> <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/" . twig_get_attribute($this->env, $this->source, $context["partner"], "image", [], "any", false, false, false, 219))), "html", null, true);
echo "\"> </a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['partner'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 221
echo " </div>
</div>
</div>
</section>
<section class=\"temoignage\">
<div class=\"container\">
<div class=\"row\">
<div class=\"rev\">
";
// line 229
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["temoignages"]) || array_key_exists("temoignages", $context) ? $context["temoignages"] : (function () { throw new RuntimeError('Variable "temoignages" does not exist.', 229, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["temoignage"]) {
// line 230
echo " <div class=\"item-rev\">
<div class=\"left-rev\">
<div class=\"titte-rev\">";
// line 232
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["temoignage"], "title", [], "any", false, false, false, 232), "html", null, true);
echo "</div>
<div class=\"description-rev\">
";
// line 234
echo twig_get_attribute($this->env, $this->source, $context["temoignage"], "description", [], "any", false, false, false, 234);
echo "
</div>
<div class=\"auteur\">";
// line 236
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["temoignage"], "name", [], "any", false, false, false, 236), "html", null, true);
echo "</div>
</div>
<div class=\"right-rev\"
style=\"background: url('";
// line 239
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/" . twig_get_attribute($this->env, $this->source, $context["temoignage"], "image", [], "any", false, false, false, 239))), "html", null, true);
echo "');\">
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['temoignage'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 244
echo " </div>
</div>
</div>
</section>
<section class=\"actualite\">
<div class=\"container\">
<div class=\"row section-head\">
<h2 class=\"title\"> ";
// line 251
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blocs"]) || array_key_exists("blocs", $context) ? $context["blocs"] : (function () { throw new RuntimeError('Variable "blocs" does not exist.', 251, $this->source); })()), "accueil_bloc_actualite", [], "any", false, false, false, 251), "title", [], "any", false, false, false, 251), "html", null, true);
echo " </h2>
<div class=\"sperateur\"></div>
</div>
<div class=\"row\">
<div class=\"list-actus\">
";
// line 256
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["posts"]) || array_key_exists("posts", $context) ? $context["posts"] : (function () { throw new RuntimeError('Variable "posts" does not exist.', 256, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["post"]) {
// line 257
echo " <div class=\"actus\">
<div class=\"actus-img\">
<a href=\"";
// line 259
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_blog_single", ["slug" => twig_get_attribute($this->env, $this->source, $context["post"], "slug", [], "any", false, false, false, 259)]), "html", null, true);
echo "\"><img
src=\"";
// line 260
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/" . twig_get_attribute($this->env, $this->source, $context["post"], "image", [], "any", false, false, false, 260))), "html", null, true);
echo "\"></a>
</div>
<div class=\"content-actus\">
<div class=\"titre\"><a
href=\"";
// line 264
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_blog_single", ["slug" => twig_get_attribute($this->env, $this->source, $context["post"], "slug", [], "any", false, false, false, 264)]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["post"], "title", [], "any", false, false, false, 264), "html", null, true);
echo "</a>
</div>
<div class=\"sous-titre\"><a href=\"";
// line 266
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_blog_single", ["slug" => twig_get_attribute($this->env, $this->source, $context["post"], "slug", [], "any", false, false, false, 266)]), "html", null, true);
echo "\">Publié
le : ";
// line 267
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, $context["post"], "publishAt", [], "any", false, false, false, 267), "d/m/Y"), "html", null, true);
echo "</a></div>
<div class=\"sperateur\"></div>
<div class=\"expert\">
";
// line 270
echo twig_escape_filter($this->env, $this->extensions['App\Twig\CmsExtension']->excerpt(twig_get_attribute($this->env, $this->source, $context["post"], "excerpt", [], "any", false, false, false, 270), 150), "html", null, true);
echo "
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['post'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 275
echo " </div>
</div>
<div class=\"row\">
<div class=\"link_actus\">
<a href=\"";
// line 279
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_blog");
echo "\"> <i class=\"icon icon-left-arrow gly-rotate\"></i> Toutes Nos
actualités </a>
</div>
</div>
</div>
</section>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "front/pages/homepage.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 590 => 279, 584 => 275, 573 => 270, 567 => 267, 563 => 266, 556 => 264, 549 => 260, 545 => 259, 541 => 257, 537 => 256, 529 => 251, 520 => 244, 509 => 239, 503 => 236, 498 => 234, 493 => 232, 489 => 230, 485 => 229, 475 => 221, 464 => 219, 460 => 218, 444 => 205, 438 => 202, 429 => 196, 417 => 187, 411 => 183, 399 => 177, 395 => 176, 388 => 174, 381 => 172, 372 => 166, 367 => 164, 363 => 163, 359 => 162, 355 => 160, 351 => 159, 344 => 155, 339 => 153, 326 => 143, 321 => 141, 315 => 138, 309 => 134, 299 => 130, 295 => 129, 290 => 127, 287 => 126, 283 => 125, 263 => 108, 258 => 106, 251 => 102, 235 => 89, 223 => 80, 218 => 78, 209 => 72, 199 => 65, 192 => 61, 171 => 43, 167 => 42, 163 => 41, 152 => 33, 148 => 32, 135 => 21, 116 => 16, 112 => 15, 107 => 13, 102 => 11, 92 => 9, 75 => 8, 68 => 3, 58 => 2, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'layouts/front.html.twig' %}
{% block content %}
<section class=\"slider\">
<div class=\"container\">
<div class=\"row\">
<div id=\"slide-home\" class=\"carousel slide\" data-ride=\"carousel\">
<div class=\"carousel-item carousel1\" style=\"height: 740px;background-color: #000;\">
{% for slide in slides %}
<div class=\"fond-item \" data-aos=\"fade-zoom-in\" data-aos-delay=\"1000\" style=\"background: url('{{ asset('uploads/'~slide.image) }}'); {% if not loop.first %}opacity: 0;{% endif %} \">
<div class=\"item\">
<div class=\"titre_item\">{{ slide.title }}</div>
<div class=\"sperateur\"></div>
<div class=\"description_item\">{{ slide.description|raw }}</div>
<div class=\"link_item\">
<a href=\"{{ slide.btnLink }}\" class=\"btn_slider\">
<i class=\"icon icon-left-arrow gly-rotate\"></i> {{ slide.btnText }} </a>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</section>
<section class=\"bloc1\">
<div class=\"container\">
<div class=\"row\">
<div class=\"blocs\">
<form id=\"filter\" action=\"\">
<div class=\"colf\">
<p class=\"title_filter\"> {{ blocs.accueil_bloc_search.title }} </p>
{{ blocs.accueil_bloc_search.description|raw }}
</div>
<div class=\"colf\">
<input type=\"text\" class=\"input\" name=\"keywords\" placeholder=\"Mots clés..\">
</div>
<div class=\"colf\">
<select id=\"formation_type\">
<option value=\"\"> Type de formation</option>
<option value=\"{{ path('page_stage_academie') }}\"> Stage Academy</option>
<option value=\"{{ path('page_nos_formations_live') }}\"> Formation Live</option>
<option value=\"{{ path('page_nos_formations_coaching') }}\"> Formation Coaching</option>
</select>
</div>
<div class=\"colf\">
<button type=\"button\" class=\"submit\"/>
<i class=\"icon icon-left-arrow gly-rotate\"> </i> Rechercher</button>
</div>
</form>
<div id=\"formation_filter_error\" class=\"alert alert-danger\" style=\"display: none\">Veuillez
selectionner un type de formation
</div>
</div>
</div>
</div>
</section>
<section class=\"bloc2\">
<div class=\"container\">
<div class=\"row\">
<h1 class=\"title\"> {{ blocs.accueil_bloc_about.title }} </h1>
<div class=\"sperateur\"></div>
</div>
<div class=\"row texte-saco\">
{{ blocs.accueil_bloc_about.description|raw }}
</div>
</div>
</section>
<section class=\"bloc2_after\">
<div class=\"container\" style=\"margin-bottom:2%;\">
<h2 class=\"title\"> {{ blocs.title_chiffre.title }} </h2>
<div class=\"sperateur\"></div>
</div>
<div class=\"container\">
<div class=\"counter_bloc\">
<div class=\"number_counter\">{{ blocs.chiffre_1.description|raw }}</div>
<div class=\"text_counter\">
<span> {{ blocs.chiffre_1.title }} </span>
<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"Mode_Isolation\" x=\"0px\" y=\"0px\" viewBox=\"0 0 25 25\" style=\"enable-background:new 0 0 25 25;\" xml:space=\"preserve\">
<g>
<path d=\"M7.9,8.54c0.45,1.31,1.03,2.56,1.58,3.82c0.13,0.31,0.26,0.61,0.4,0.92c0.11,0.23,0.25,0.46,0.47,0.54 c0.51,0.21,1.06-0.39,1.45-0.7c2.02-1.57,4.03-3.15,6.04-4.73c0.47-0.37,0.94-0.8,1.47-1.06c0.4-0.2,0.91-0.34,1.25,0.08 c0-0.12,0-0.25,0-0.37c-1.13,1.19-2.28,2.34-3.42,3.51c-1.15,1.18-2.29,2.36-3.44,3.55c-0.57,0.59-1.14,1.17-1.71,1.76 c-0.28,0.29-0.56,0.58-0.84,0.87c-0.27,0.28-0.53,0.58-0.81,0.82c-0.23,0.19-0.48,0.33-0.75,0.19c-0.24-0.13-0.43-0.4-0.59-0.65 c-0.45-0.69-0.88-1.4-1.32-2.09c-1.02-1.62-2.05-3.22-3.07-4.83c-0.03,0.15-0.07,0.31-0.1,0.46c1.05-0.9,2.18-1.67,3.38-2.26 C7.99,8.3,8.08,8.17,8.04,8c-0.03-0.14-0.17-0.26-0.29-0.2C6.5,8.39,5.31,9.13,4.21,10.03c-0.11,0.09-0.2,0.31-0.1,0.46 c0.95,1.49,1.89,2.98,2.85,4.47c0.48,0.74,0.96,1.48,1.44,2.23c0.36,0.55,0.79,1.23,1.44,1.22c0.33-0.01,0.62-0.21,0.88-0.45 c0.29-0.27,0.57-0.58,0.85-0.87c0.59-0.62,1.19-1.23,1.78-1.85c1.18-1.22,2.36-2.45,3.53-3.67c1.33-1.39,2.65-2.8,4-4.17 c0.09-0.09,0.08-0.27,0-0.37c-0.63-0.8-1.63-0.33-2.3,0.15c-1,0.73-1.97,1.54-2.95,2.31c-0.99,0.78-1.98,1.56-2.97,2.34 c-0.5,0.4-1,0.79-1.5,1.19c-0.18,0.14-0.46,0.43-0.69,0.32c-0.2-0.1-0.31-0.5-0.41-0.72c-0.62-1.41-1.22-2.85-1.95-4.18 C8.04,8.32,7.85,8.39,7.9,8.54L7.9,8.54z\"/>
</g>
</svg>
</div>
</div>
<div class=\"counter_bloc flex_b\">
<div class=\"number_counter\">{{ blocs.chiffre_2.description|raw }} % </div>
<div class=\"text_counter\">
<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"Mode_Isolation\" x=\"0px\" y=\"0px\" viewBox=\"0 0 25 25\" style=\"enable-background:new 0 0 25 25;\" xml:space=\"preserve\">
<style type=\"text/css\">
.st0{fill:url(#SVGID_1_);}
</style>
<radialGradient id=\"SVGID_1_\" cx=\"195.7171\" cy=\"-249.3641\" r=\"22.1756\" gradientTransform=\"matrix(0.3941 0 0 0.3516 -64.6391 100.1688)\" gradientUnits=\"userSpaceOnUse\">
<stop offset=\"0.5744\" style=\"stop-color:#161412\"/>
<stop offset=\"0.7977\" style=\"stop-color:#161412\"/>
<stop offset=\"1\" style=\"stop-color:#161412\"/>
</radialGradient>
<path class=\"st0\" d=\"M21.2,10.45c-0.03-0.03-0.05-0.05-0.08-0.08c-0.12-0.03-0.22-0.05-0.31-0.06c-0.51-0.05-1.03-0.07-1.53-0.08 c-0.5,0-1.04-0.01-1.71-0.01c-0.38,0-0.76,0-1.13,0c-0.38,0-0.75,0-1.13,0h-0.09l-0.04-0.08c-0.04-0.09-0.08-0.17-0.13-0.25 c-0.08-0.16-0.17-0.32-0.22-0.48c-0.22-0.59-0.43-1.2-0.64-1.78c-0.18-0.51-0.37-1.03-0.55-1.54c-0.07-0.2-0.15-0.39-0.23-0.59 c-0.07-0.17-0.14-0.34-0.2-0.51c-0.08-0.22-0.2-0.3-0.42-0.31c-0.02,0.03-0.04,0.07-0.06,0.1c-0.08,0.12-0.16,0.25-0.23,0.38 c-0.16,0.3-0.32,0.59-0.48,0.88c-0.61,1.12-1.24,2.28-1.84,3.43c-0.21,0.4-0.48,0.57-0.9,0.57c-0.03,0-0.07,0-0.11,0 C8.41,10,7.61,9.97,6.56,9.93C5.94,9.91,5.27,9.9,4.48,9.9H4.45c-0.11,0-0.25,0.03-0.42,0.09c-0.14,0.05-0.23,0.12-0.26,0.21 c-0.03,0.1,0.04,0.2,0.11,0.27C4,10.59,4.15,10.71,4.3,10.82c0.05,0.04,0.11,0.08,0.16,0.12c0.98,0.78,1.94,1.55,2.96,2.36 l0.91,0.73l0.06,0.05l-0.02,0.07l-0.19,0.86c-0.35,1.61-0.71,3.24-1.07,4.86c0,0,0,0.01,0,0.01c0.12,0.05,0.23,0.08,0.34,0.08 c0.24,0,0.44-0.13,0.65-0.26l0.02-0.01c1.1-0.7,2.22-1.41,3.31-2.11c0.4-0.26,0.8-0.51,1.21-0.77l0.08-0.05l0.08,0.04 c1,0.55,1.85,1.25,2.67,1.93c0.64,0.53,1.31,1.08,2.03,1.54c0.03,0.01,0.06,0.02,0.08,0.02c0.03,0,0.05-0.01,0.08-0.01 c0.01-0.01,0.03-0.02,0.04-0.04c0.01-0.01,0.01-0.03,0.02-0.04c0-0.01,0.01-0.02,0.01-0.03l0,0c0.02-0.04,0.03-0.09,0.05-0.13 c0.01-0.02,0.02-0.05,0.03-0.07c0-0.01,0.01-0.02,0.01-0.03c-0.01-0.1-0.02-0.19-0.04-0.28l-0.07-0.31 c-0.34-1.53-0.69-3.12-1.08-4.67c-0.13-0.51,0-0.83,0.45-1.12c1.19-0.78,2.42-1.61,3.89-2.62c0.06-0.04,0.12-0.1,0.18-0.16 c0.02-0.07,0.04-0.14,0.05-0.21c0-0.02,0.01-0.04,0.01-0.06c0-0.01-0.01-0.02-0.01-0.03C21.21,10.48,21.21,10.46,21.2,10.45z M19.66,11.14c-0.15,0.09-0.28,0.18-0.4,0.26c-0.23,0.15-0.43,0.28-0.63,0.4c-0.3,0.18-0.61,0.37-0.91,0.55 c-0.56,0.34-1.15,0.69-1.71,1.05c-0.29,0.19-0.42,0.28-0.45,0.37c-0.04,0.1,0.01,0.25,0.09,0.52c0.01,0.04,0.02,0.08,0.04,0.12 c0.28,0.98,0.54,1.96,0.81,3c0.12,0.44,0.24,0.9,0.36,1.38l0.11,0.41l-0.35-0.28c-0.15-0.12-0.27-0.23-0.4-0.33 c-0.24-0.2-0.44-0.36-0.65-0.53c-0.18-0.14-0.36-0.28-0.54-0.42c-0.52-0.41-1.06-0.83-1.61-1.21c-0.32-0.22-0.51-0.31-0.68-0.31 c-0.19,0-0.42,0.12-0.73,0.33c-0.83,0.56-1.68,1.13-2.5,1.68c-0.46,0.31-0.96,0.78-1.5,0.96c-0.02-0.27,0.08-0.53,0.14-0.79 c0.05-0.24,0.11-0.48,0.17-0.72c0.06-0.23,0.12-0.47,0.17-0.7c0.2-0.81,0.41-1.66,0.64-2.48c0.09-0.33,0.02-0.53-0.27-0.76 c-0.85-0.64-1.7-1.31-2.53-1.95c-0.26-0.21-0.53-0.41-0.79-0.62C5.45,11,5.37,10.93,5.26,10.84c-0.19-0.16-0.42-0.28-0.59-0.46 c0.78-0.11,1.67,0.06,2.45,0.11c0.86,0.06,1.75,0.12,2.62,0.17c0.06,0,0.12,0.01,0.17,0.01c0.5,0,0.63-0.14,0.86-0.67 c0.43-0.99,0.9-1.98,1.36-2.94c0.21-0.43,0.33-1.08,0.75-1.38c0.02-0.01,0.04-0.03,0.07-0.02c0.02,0,0.03,0.02,0.04,0.03 c0.1,0.12,0.08,0.32,0.12,0.46c0.05,0.17,0.12,0.35,0.17,0.52c0.09,0.26,0.18,0.53,0.27,0.79c0,0,1.02,3.06,1.02,3.06 c0.56,0.18,1.13,0.2,1.62,0.2c0.09,0,0.18,0,0.28,0c0.09,0,0.19,0,0.28,0c0.09,0,0.17,0,0.24,0c0.55,0.01,1.08,0.06,1.7,0.12 c0.29,0.03,0.58,0.06,0.9,0.08l0.38,0.03L19.66,11.14z\"/>
</svg>
<span> {{ blocs.chiffre_2.title }} </span>
</div>
</div>
<div class=\"counter_bloc\">
<div class=\"number_counter\">{{ blocs.chiffre_3.description|raw }}</div>
<div class=\"text_counter\">
<span> {{ blocs.chiffre_3.title }} </span>
<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"Mode_Isolation\" x=\"0px\" y=\"0px\" viewBox=\"0 0 25 25\" style=\"enable-background:new 0 0 25 25;\" xml:space=\"preserve\">
<g>
<path d=\"M7.9,8.54c0.45,1.31,1.03,2.56,1.58,3.82c0.13,0.31,0.26,0.61,0.4,0.92c0.11,0.23,0.25,0.46,0.47,0.54 c0.51,0.21,1.06-0.39,1.45-0.7c2.02-1.57,4.03-3.15,6.04-4.73c0.47-0.37,0.94-0.8,1.47-1.06c0.4-0.2,0.91-0.34,1.25,0.08 c0-0.12,0-0.25,0-0.37c-1.13,1.19-2.28,2.34-3.42,3.51c-1.15,1.18-2.29,2.36-3.44,3.55c-0.57,0.59-1.14,1.17-1.71,1.76 c-0.28,0.29-0.56,0.58-0.84,0.87c-0.27,0.28-0.53,0.58-0.81,0.82c-0.23,0.19-0.48,0.33-0.75,0.19c-0.24-0.13-0.43-0.4-0.59-0.65 c-0.45-0.69-0.88-1.4-1.32-2.09c-1.02-1.62-2.05-3.22-3.07-4.83c-0.03,0.15-0.07,0.31-0.1,0.46c1.05-0.9,2.18-1.67,3.38-2.26 C7.99,8.3,8.08,8.17,8.04,8c-0.03-0.14-0.17-0.26-0.29-0.2C6.5,8.39,5.31,9.13,4.21,10.03c-0.11,0.09-0.2,0.31-0.1,0.46 c0.95,1.49,1.89,2.98,2.85,4.47c0.48,0.74,0.96,1.48,1.44,2.23c0.36,0.55,0.79,1.23,1.44,1.22c0.33-0.01,0.62-0.21,0.88-0.45 c0.29-0.27,0.57-0.58,0.85-0.87c0.59-0.62,1.19-1.23,1.78-1.85c1.18-1.22,2.36-2.45,3.53-3.67c1.33-1.39,2.65-2.8,4-4.17 c0.09-0.09,0.08-0.27,0-0.37c-0.63-0.8-1.63-0.33-2.3,0.15c-1,0.73-1.97,1.54-2.95,2.31c-0.99,0.78-1.98,1.56-2.97,2.34 c-0.5,0.4-1,0.79-1.5,1.19c-0.18,0.14-0.46,0.43-0.69,0.32c-0.2-0.1-0.31-0.5-0.41-0.72c-0.62-1.41-1.22-2.85-1.95-4.18 C8.04,8.32,7.85,8.39,7.9,8.54L7.9,8.54z\"/>
</g>
</svg>
</div>
</div>
</div>
</section>
<section class=\"videos\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-6 col-sm-6 col-xs-12\">
<div class=\"list-video\">
{% for video in videos %}
<div class=\"video\"
style=\"background: url('{{ asset('uploads/'~video.image) }}');\">
<div class=\"titre-video\">
<p> {{ video.title }} avec </p>
<span> {{ video.coach }} </span>
</div>
</div>
{% endfor %}
</div>
</div>
<div class=\"col-md-6 col-sm-6 col-xs-12 capture\">
<div class=\"right-text\">
<h2> {{ blocs.accueil_bloc_abonnement.title }} </h2>
<div class=\"sperateur\"></div>
<div class=\"texte-video\">
{{ blocs.accueil_bloc_abonnement.description|raw }}
</div>
<a href=\"{{ path('page_elearning') }}\" class=\"btn\"> <i
class=\"icon icon-left-arrow gly-rotate\"></i> Nos demos & vidéos </a>
</div>
</div>
</div>
</div>
</section>
<section class=\"formation\">
<div class=\"container\">
<div class=\"row section-head\">
<h2 class=\"title\"> {{ blocs.accueil_bloc_formation.title }} </h2>
<div class=\"sperateur\"></div>
{{ blocs.accueil_bloc_formation.description|raw }}
</div>
<div class=\"row\">
<div class=\"list-formation\">
{% for formation in formations %}
<div class=\"forma\">
<div class=\"image\">
<a class=\"pointer_link\" href=\"{{ path('page_formation_live_single', {slug: formation.slug}) }}\"> </a>
<img src=\"{{ asset('uploads/'~formation.image) }}\">
<div class=\"date\"> {{ formation.date|format_datetime('long', 'short', locale='fr') }}</div>
<div class=\"inscri\"><a
href=\"{{ path('page_formation_live_single', {slug: formation.slug}) }}\"
class=\"btn\"> <i class=\"icon icon-left-arrow gly-rotate\"></i> inscription
</a></div>
</div>
<div class=\"conten-formation\">
<div class=\"title-content-formation\"><a
href=\"{{ path('page_formation_live_single', {slug: formation.slug}) }}\">{{ formation.coach }}</a></div>
<div class=\"location\"> <a
href=\"{{ path('page_formation_live_single', {slug: formation.slug}) }}\">{{ formation.title }}</a></div>
<div class=\"sperateur\"></div>
<div class=\"expert\">{{ formation.description|excerpt(100) }}</div>
<div class=\"deadline-formation\"><p> Encore <span> {{ formation.date|daysBetweenDates }}
jours </span> pour vous inscrire ! </p>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
<div class=\"row\">
<div class=\"link_formation\">
<a href=\"{{ path('page_nos_formations_live') }}\"> <i class=\"icon icon-left-arrow gly-rotate\"></i>
Toutes Nos formations </a>
</div>
</div>
</div>
</section>
<section class=\"logos\" style=\"padding-bottom: 2%;\" >
<div class=\"container\">
<div class=\"row section-head\">
<h2 class=\"title\"> {{ blocs.stage_academy_new_bloc.title }} </h2>
<div class=\"sperateur\"></div>
</div>
<div class=\"row nb_sa\">
<div class=\"col-md-6 col-sm-12 col-xs-12\">
<img width=\"100%\" height=\"auto\" src=\"{{ asset('uploads/'~blocs.stage_academy_new_bloc.image) }}\">
</div>
<div class=\"col-md-6 col-sm-12 col-xs-12\">
{{ blocs.stage_academy_new_bloc.description|raw }}
</div>
</div>
</div>
</section>
<section class=\"logos\">
<div class=\"container\">
<div class=\"row section-head\">
<h2 class=\"title\"> Nos partenaires </h2>
<div class=\"sperateur\"></div>
</div>
<div class=\"row\">
<div class=\"lis_logos\">
{% for partner in partners %}
<a href=\"{{ partner.btnLink }}\" target=\"_blank\"> <img src=\"{{ asset('uploads/'~partner.image) }}\"> </a>
{% endfor %}
</div>
</div>
</div>
</section>
<section class=\"temoignage\">
<div class=\"container\">
<div class=\"row\">
<div class=\"rev\">
{% for temoignage in temoignages %}
<div class=\"item-rev\">
<div class=\"left-rev\">
<div class=\"titte-rev\">{{ temoignage.title }}</div>
<div class=\"description-rev\">
{{ temoignage.description|raw }}
</div>
<div class=\"auteur\">{{ temoignage.name }}</div>
</div>
<div class=\"right-rev\"
style=\"background: url('{{ asset('uploads/'~temoignage.image) }}');\">
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<section class=\"actualite\">
<div class=\"container\">
<div class=\"row section-head\">
<h2 class=\"title\"> {{ blocs.accueil_bloc_actualite.title }} </h2>
<div class=\"sperateur\"></div>
</div>
<div class=\"row\">
<div class=\"list-actus\">
{% for post in posts %}
<div class=\"actus\">
<div class=\"actus-img\">
<a href=\"{{ path('page_blog_single', {slug: post.slug}) }}\"><img
src=\"{{ asset('uploads/'~post.image) }}\"></a>
</div>
<div class=\"content-actus\">
<div class=\"titre\"><a
href=\"{{ path('page_blog_single', {slug: post.slug}) }}\">{{ post.title }}</a>
</div>
<div class=\"sous-titre\"><a href=\"{{ path('page_blog_single', {slug: post.slug}) }}\">Publié
le : {{ post.publishAt|date('d/m/Y') }}</a></div>
<div class=\"sperateur\"></div>
<div class=\"expert\">
{{ post.excerpt|excerpt(150) }}
</div>
</div>
</div>
{% endfor %}
</div>
</div>
<div class=\"row\">
<div class=\"link_actus\">
<a href=\"{{ path('page_blog') }}\"> <i class=\"icon icon-left-arrow gly-rotate\"></i> Toutes Nos
actualités </a>
</div>
</div>
</div>
</section>
{% endblock %}", "front/pages/homepage.html.twig", "/home/saco/subdomains/preprod/templates/front/pages/homepage.html.twig");
}
}