var/cache/dev/twig/62/627176cfff49e53ad60a33fe38d33913.php line 48

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* front/pages/homepage.html.twig */
  14. class __TwigTemplate_15e5be9d42de4ef9eeef582f31826546 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'content' => [$this'block_content'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "layouts/front.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/pages/homepage.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/pages/homepage.html.twig"));
  38.         $this->parent $this->loadTemplate("layouts/front.html.twig""front/pages/homepage.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 2
  46.     public function block_content($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  53.         // line 3
  54.         echo "    <section class=\"slider\">
  55.         <div class=\"container\">
  56.             <div class=\"row\">
  57.                 <div id=\"slide-home\" class=\"carousel slide\" data-ride=\"carousel\">
  58.                     <div class=\"carousel-item carousel1\" style=\"height: 740px;background-color: #000;\">
  59.                         ";
  60.         // line 8
  61.         $context['_parent'] = $context;
  62.         $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); })()));
  63.         $context['loop'] = [
  64.           'parent' => $context['_parent'],
  65.           'index0' => 0,
  66.           'index'  => 1,
  67.           'first'  => true,
  68.         ];
  69.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  70.             $length count($context['_seq']);
  71.             $context['loop']['revindex0'] = $length 1;
  72.             $context['loop']['revindex'] = $length;
  73.             $context['loop']['length'] = $length;
  74.             $context['loop']['last'] = === $length;
  75.         }
  76.         foreach ($context['_seq'] as $context["_key"] => $context["slide"]) {
  77.             // line 9
  78.             echo "                            <div class=\"fond-item \" data-aos=\"fade-zoom-in\" data-aos-delay=\"1000\" style=\"background: url('";
  79.             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"falsefalsefalse9))), "html"nulltrue);
  80.             echo "'); ";
  81.             if ( !twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse9)) {
  82.                 echo "opacity: 0;";
  83.             }
  84.             echo " \">
  85.                                 <div class=\"item\">
  86.                                     <div class=\"titre_item\">";
  87.             // line 11
  88.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["slide"], "title", [], "any"falsefalsefalse11), "html"nulltrue);
  89.             echo "</div>
  90.                                     <div class=\"sperateur\"></div>
  91.                                     <div class=\"description_item\">";
  92.             // line 13
  93.             echo twig_get_attribute($this->env$this->source$context["slide"], "description", [], "any"falsefalsefalse13);
  94.             echo "</div>
  95.                                     <div class=\"link_item\">
  96.                                         <a href=\"";
  97.             // line 15
  98.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["slide"], "btnLink", [], "any"falsefalsefalse15), "html"nulltrue);
  99.             echo "\" class=\"btn_slider\">
  100.                                             <i class=\"icon icon-left-arrow gly-rotate\"></i> ";
  101.             // line 16
  102.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["slide"], "btnText", [], "any"falsefalsefalse16), "html"nulltrue);
  103.             echo " </a>
  104.                                     </div>
  105.                                 </div>
  106.                             </div>
  107.                         ";
  108.             ++$context['loop']['index0'];
  109.             ++$context['loop']['index'];
  110.             $context['loop']['first'] = false;
  111.             if (isset($context['loop']['length'])) {
  112.                 --$context['loop']['revindex0'];
  113.                 --$context['loop']['revindex'];
  114.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  115.             }
  116.         }
  117.         $_parent $context['_parent'];
  118.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['slide'], $context['_parent'], $context['loop']);
  119.         $context array_intersect_key($context$_parent) + $_parent;
  120.         // line 21
  121.         echo "                    </div>
  122.                 </div>
  123.             </div>
  124.         </div>
  125.     </section>
  126.     <section class=\"bloc1\">
  127.         <div class=\"container\">
  128.             <div class=\"row\">
  129.                 <div class=\"blocs\">
  130.                     <form id=\"filter\" action=\"\">
  131.                         <div class=\"colf\">
  132.                             <p class=\"title_filter\"> ";
  133.         // line 32
  134.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse32), "title", [], "any"falsefalsefalse32), "html"nulltrue);
  135.         echo " </p>
  136.                             ";
  137.         // line 33
  138.         echo twig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse33), "description", [], "any"falsefalsefalse33);
  139.         echo "
  140.                         </div>
  141.                         <div class=\"colf\">
  142.                             <input type=\"text\" class=\"input\" name=\"keywords\" placeholder=\"Mots clés..\">
  143.                         </div>
  144.                         <div class=\"colf\">
  145.                             <select id=\"formation_type\">
  146.                                 <option value=\"\"> Type de formation</option>
  147.                                 <option value=\"";
  148.         // line 41
  149.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_stage_academie");
  150.         echo "\"> Stage Academy</option>
  151.                                 <option value=\"";
  152.         // line 42
  153.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_nos_formations_live");
  154.         echo "\"> Formation Live</option>
  155.                                 <option value=\"";
  156.         // line 43
  157.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_nos_formations_coaching");
  158.         echo "\"> Formation Coaching</option>
  159.                             </select>
  160.                         </div>
  161.                         <div class=\"colf\">
  162.                             <button type=\"button\" class=\"submit\"/>
  163.                             <i class=\"icon icon-left-arrow gly-rotate\"> </i> Rechercher</button>
  164.                         </div>
  165.                     </form>
  166.                     <div id=\"formation_filter_error\" class=\"alert alert-danger\" style=\"display: none\">Veuillez
  167.                         selectionner un type de formation
  168.                     </div>
  169.                 </div>
  170.             </div>
  171.         </div>
  172.     </section>
  173.     <section class=\"bloc2\">
  174.         <div class=\"container\">
  175.             <div class=\"row\">
  176.                 <h1 class=\"title\"> ";
  177.         // line 61
  178.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse61), "title", [], "any"falsefalsefalse61), "html"nulltrue);
  179.         echo " </h1>
  180.                 <div class=\"sperateur\"></div>
  181.             </div>
  182.             <div class=\"row texte-saco\">
  183.                 ";
  184.         // line 65
  185.         echo twig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse65), "description", [], "any"falsefalsefalse65);
  186.         echo "
  187.             </div>
  188.         </div>
  189.     </section>
  190.         <section class=\"bloc2_after\">
  191.         <div class=\"container\" style=\"margin-bottom:2%;\">
  192.             
  193.                 <h2 class=\"title\"> ";
  194.         // line 72
  195.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse72), "title", [], "any"falsefalsefalse72), "html"nulltrue);
  196.         echo " </h2>
  197.                 <div class=\"sperateur\"></div>
  198.             
  199.         </div>
  200.         <div class=\"container\">
  201.             <div class=\"counter_bloc\">
  202.                 <div class=\"number_counter\">";
  203.         // line 78
  204.         echo twig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse78), "description", [], "any"falsefalsefalse78);
  205.         echo "</div>
  206.                 <div class=\"text_counter\"> 
  207.                 <span> ";
  208.         // line 80
  209.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse80), "title", [], "any"falsefalsefalse80), "html"nulltrue);
  210.         echo "  </span> 
  211.                 <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\">
  212.                 <g>
  213.                     <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\"/>
  214.                 </g>
  215.                 </svg>
  216.                 </div>
  217.             </div>
  218.             <div class=\"counter_bloc flex_b\">
  219.                 <div class=\"number_counter\">";
  220.         // line 89
  221.         echo twig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse89), "description", [], "any"falsefalsefalse89);
  222.         echo " % </div>
  223.                 <div class=\"text_counter\"> 
  224.                 <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\">
  225.                 <style type=\"text/css\">
  226.                     .st0{fill:url(#SVGID_1_);}
  227.                 </style>
  228.                 <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\">
  229.                     <stop offset=\"0.5744\" style=\"stop-color:#161412\"/>
  230.                     <stop offset=\"0.7977\" style=\"stop-color:#161412\"/>
  231.                     <stop offset=\"1\" style=\"stop-color:#161412\"/>
  232.                 </radialGradient>
  233.                 <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\"/>
  234.                 </svg>
  235.                 <span> ";
  236.         // line 102
  237.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse102), "title", [], "any"falsefalsefalse102), "html"nulltrue);
  238.         echo "  </span> 
  239.                 </div>
  240.             </div>
  241.             <div class=\"counter_bloc\">
  242.                 <div class=\"number_counter\">";
  243.         // line 106
  244.         echo twig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse106), "description", [], "any"falsefalsefalse106);
  245.         echo "</div>
  246.                 <div class=\"text_counter\"> 
  247.                 <span> ";
  248.         // line 108
  249.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse108), "title", [], "any"falsefalsefalse108), "html"nulltrue);
  250.         echo " </span> 
  251.                 <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\">
  252.                 <g>
  253.                     <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\"/>
  254.                 </g>
  255.                 </svg>
  256.                 </div>
  257.             </div>
  258.         </div>
  259.     </section>
  260.     <section class=\"videos\">
  261.         <div class=\"container\">
  262.             <div class=\"row\">
  263.                 <div class=\"col-md-6 col-sm-6 col-xs-12\">
  264.                     <div class=\"list-video\">
  265.                         ";
  266.         // line 125
  267.         $context['_parent'] = $context;
  268.         $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); })()));
  269.         foreach ($context['_seq'] as $context["_key"] => $context["video"]) {
  270.             // line 126
  271.             echo "                            <div class=\"video\"
  272.                                  style=\"background: url('";
  273.             // line 127
  274.             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"falsefalsefalse127))), "html"nulltrue);
  275.             echo "');\">
  276.                                 <div class=\"titre-video\">
  277.                                     <p> ";
  278.             // line 129
  279.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["video"], "title", [], "any"falsefalsefalse129), "html"nulltrue);
  280.             echo " avec </p>
  281.                                     <span> ";
  282.             // line 130
  283.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["video"], "coach", [], "any"falsefalsefalse130), "html"nulltrue);
  284.             echo "  </span>
  285.                                 </div>
  286.                             </div>
  287.                         ";
  288.         }
  289.         $_parent $context['_parent'];
  290.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['video'], $context['_parent'], $context['loop']);
  291.         $context array_intersect_key($context$_parent) + $_parent;
  292.         // line 134
  293.         echo "                    </div>
  294.                 </div>
  295.                 <div class=\"col-md-6 col-sm-6 col-xs-12 capture\">
  296.                     <div class=\"right-text\">
  297.                         <h2> ";
  298.         // line 138
  299.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse138), "title", [], "any"falsefalsefalse138), "html"nulltrue);
  300.         echo " </h2>
  301.                         <div class=\"sperateur\"></div>
  302.                         <div class=\"texte-video\">
  303.                             ";
  304.         // line 141
  305.         echo twig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse141), "description", [], "any"falsefalsefalse141);
  306.         echo "
  307.                         </div>
  308.                         <a href=\"";
  309.         // line 143
  310.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_elearning");
  311.         echo "\" class=\"btn\"> <i
  312.                                     class=\"icon icon-left-arrow gly-rotate\"></i> Nos demos & vidéos </a>
  313.                     </div>
  314.                 </div>
  315.             </div>
  316.         </div>
  317.     </section>
  318.     <section class=\"formation\">
  319.         <div class=\"container\">
  320.             <div class=\"row section-head\">
  321.                 <h2 class=\"title\"> ";
  322.         // line 153
  323.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse153), "title", [], "any"falsefalsefalse153), "html"nulltrue);
  324.         echo " </h2>
  325.                 <div class=\"sperateur\"></div>
  326.                 ";
  327.         // line 155
  328.         echo twig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse155), "description", [], "any"falsefalsefalse155);
  329.         echo "
  330.             </div>
  331.             <div class=\"row\">
  332.                 <div class=\"list-formation\">
  333.                     ";
  334.         // line 159
  335.         $context['_parent'] = $context;
  336.         $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); })()));
  337.         foreach ($context['_seq'] as $context["_key"] => $context["formation"]) {
  338.             // line 160
  339.             echo "                        <div class=\"forma\">
  340.                             <div class=\"image\">
  341.                                 <a class=\"pointer_link\" href=\"";
  342.             // line 162
  343.             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"falsefalsefalse162)]), "html"nulltrue);
  344.             echo "\"> </a>
  345.                                 <img src=\"";
  346.             // line 163
  347.             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"falsefalsefalse163))), "html"nulltrue);
  348.             echo "\">
  349.                                 <div class=\"date\"> ";
  350.             // line 164
  351.             echo twig_escape_filter($this->env$this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->envtwig_get_attribute($this->env$this->source$context["formation"], "date", [], "any"falsefalsefalse164), "long""short"""null"gregorian""fr"), "html"nulltrue);
  352.             echo "</div>
  353.                                 <div class=\"inscri\"><a
  354.                                             href=\"";
  355.             // line 166
  356.             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"falsefalsefalse166)]), "html"nulltrue);
  357.             echo "\"
  358.                                             class=\"btn\"> <i class=\"icon icon-left-arrow gly-rotate\"></i> inscription
  359.                                     </a></div>
  360.                             </div>
  361.                             <div class=\"conten-formation\">
  362.                                 <div class=\"title-content-formation\"><a
  363.                                             href=\"";
  364.             // line 172
  365.             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"falsefalsefalse172)]), "html"nulltrue);
  366.             echo "\">";
  367.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["formation"], "coach", [], "any"falsefalsefalse172), "html"nulltrue);
  368.             echo "</a></div>
  369.                                 <div class=\"location\"> <a
  370.                                             href=\"";
  371.             // line 174
  372.             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"falsefalsefalse174)]), "html"nulltrue);
  373.             echo "\">";
  374.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["formation"], "title", [], "any"falsefalsefalse174), "html"nulltrue);
  375.             echo "</a></div>
  376.                                 <div class=\"sperateur\"></div>
  377.                                 <div class=\"expert\">";
  378.             // line 176
  379.             echo twig_escape_filter($this->env$this->extensions['App\Twig\CmsExtension']->excerpt(twig_get_attribute($this->env$this->source$context["formation"], "description", [], "any"falsefalsefalse176), 100), "html"nulltrue);
  380.             echo "</div>
  381.                                 <div class=\"deadline-formation\"><p> Encore <span> ";
  382.             // line 177
  383.             echo twig_escape_filter($this->env$this->extensions['App\Twig\CmsExtension']->daysBetweenDates(twig_get_attribute($this->env$this->source$context["formation"], "date", [], "any"falsefalsefalse177)), "html"nulltrue);
  384.             echo "
  385.                                             jours </span> pour vous inscrire ! </p>
  386.                                 </div>
  387.                             </div>
  388.                         </div>
  389.                     ";
  390.         }
  391.         $_parent $context['_parent'];
  392.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['formation'], $context['_parent'], $context['loop']);
  393.         $context array_intersect_key($context$_parent) + $_parent;
  394.         // line 183
  395.         echo "                </div>
  396.             </div>
  397.             <div class=\"row\">
  398.                 <div class=\"link_formation\">
  399.                     <a href=\"";
  400.         // line 187
  401.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_nos_formations_live");
  402.         echo "\"> <i class=\"icon icon-left-arrow gly-rotate\"></i>
  403.                         Toutes Nos formations </a>
  404.                 </div>
  405.             </div>
  406.         </div>
  407.     </section>
  408.     <section class=\"logos\"  style=\"padding-bottom: 2%;\" >
  409.         <div class=\"container\">
  410.             <div class=\"row section-head\">
  411.                 <h2 class=\"title\"> ";
  412.         // line 196
  413.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse196), "title", [], "any"falsefalsefalse196), "html"nulltrue);
  414.         echo " </h2>
  415.                 <div class=\"sperateur\"></div>   
  416.                
  417.             </div>
  418.             <div class=\"row nb_sa\">
  419.                 <div class=\"col-md-6 col-sm-12 col-xs-12\">
  420.                     <img width=\"100%\" height=\"auto\" src=\"";
  421.         // line 202
  422.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/" twig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse202), "image", [], "any"falsefalsefalse202))), "html"nulltrue);
  423.         echo "\">
  424.                 </div>
  425.                 <div class=\"col-md-6 col-sm-12 col-xs-12\">
  426.                     ";
  427.         // line 205
  428.         echo twig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse205), "description", [], "any"falsefalsefalse205);
  429.         echo "   
  430.                 </div>
  431.             </div>
  432.         </div>
  433.     </section>
  434.     <section class=\"logos\">
  435.         <div class=\"container\">
  436.             <div class=\"row section-head\">
  437.                 <h2 class=\"title\"> Nos partenaires </h2>
  438.                 <div class=\"sperateur\"></div>     
  439.             </div>
  440.             <div class=\"row\">
  441.                 <div class=\"lis_logos\">
  442.                     ";
  443.         // line 218
  444.         $context['_parent'] = $context;
  445.         $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); })()));
  446.         foreach ($context['_seq'] as $context["_key"] => $context["partner"]) {
  447.             // line 219
  448.             echo "                    <a href=\"";
  449.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["partner"], "btnLink", [], "any"falsefalsefalse219), "html"nulltrue);
  450.             echo "\" target=\"_blank\"> <img src=\"";
  451.             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"falsefalsefalse219))), "html"nulltrue);
  452.             echo "\"> </a>
  453.                     ";
  454.         }
  455.         $_parent $context['_parent'];
  456.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['partner'], $context['_parent'], $context['loop']);
  457.         $context array_intersect_key($context$_parent) + $_parent;
  458.         // line 221
  459.         echo "                </div>
  460.             </div>
  461.         </div>
  462.     </section>
  463.     <section class=\"temoignage\">
  464.         <div class=\"container\">
  465.             <div class=\"row\">
  466.                 <div class=\"rev\">
  467.                     ";
  468.         // line 229
  469.         $context['_parent'] = $context;
  470.         $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); })()));
  471.         foreach ($context['_seq'] as $context["_key"] => $context["temoignage"]) {
  472.             // line 230
  473.             echo "                        <div class=\"item-rev\">
  474.                             <div class=\"left-rev\">
  475.                                 <div class=\"titte-rev\">";
  476.             // line 232
  477.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["temoignage"], "title", [], "any"falsefalsefalse232), "html"nulltrue);
  478.             echo "</div>
  479.                                 <div class=\"description-rev\">
  480.                                     ";
  481.             // line 234
  482.             echo twig_get_attribute($this->env$this->source$context["temoignage"], "description", [], "any"falsefalsefalse234);
  483.             echo "
  484.                                 </div>
  485.                                 <div class=\"auteur\">";
  486.             // line 236
  487.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["temoignage"], "name", [], "any"falsefalsefalse236), "html"nulltrue);
  488.             echo "</div>
  489.                             </div>
  490.                             <div class=\"right-rev\"
  491.                                  style=\"background: url('";
  492.             // line 239
  493.             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"falsefalsefalse239))), "html"nulltrue);
  494.             echo "');\">
  495.                             </div>
  496.                         </div>
  497.                     ";
  498.         }
  499.         $_parent $context['_parent'];
  500.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['temoignage'], $context['_parent'], $context['loop']);
  501.         $context array_intersect_key($context$_parent) + $_parent;
  502.         // line 244
  503.         echo "                </div>
  504.             </div>
  505.         </div>
  506.     </section>
  507.     <section class=\"actualite\">
  508.         <div class=\"container\">
  509.             <div class=\"row section-head\">
  510.                 <h2 class=\"title\"> ";
  511.         // line 251
  512.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse251), "title", [], "any"falsefalsefalse251), "html"nulltrue);
  513.         echo " </h2>
  514.                 <div class=\"sperateur\"></div>
  515.             </div>
  516.             <div class=\"row\">
  517.                 <div class=\"list-actus\">
  518.                     ";
  519.         // line 256
  520.         $context['_parent'] = $context;
  521.         $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); })()));
  522.         foreach ($context['_seq'] as $context["_key"] => $context["post"]) {
  523.             // line 257
  524.             echo "                        <div class=\"actus\">
  525.                             <div class=\"actus-img\">
  526.                                 <a href=\"";
  527.             // line 259
  528.             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"falsefalsefalse259)]), "html"nulltrue);
  529.             echo "\"><img
  530.                                             src=\"";
  531.             // line 260
  532.             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"falsefalsefalse260))), "html"nulltrue);
  533.             echo "\"></a>
  534.                             </div>
  535.                             <div class=\"content-actus\">
  536.                                 <div class=\"titre\"><a
  537.                                             href=\"";
  538.             // line 264
  539.             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"falsefalsefalse264)]), "html"nulltrue);
  540.             echo "\">";
  541.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["post"], "title", [], "any"falsefalsefalse264), "html"nulltrue);
  542.             echo "</a>
  543.                                 </div>
  544.                                 <div class=\"sous-titre\"><a href=\"";
  545.             // line 266
  546.             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"falsefalsefalse266)]), "html"nulltrue);
  547.             echo "\">Publié
  548.                                         le : ";
  549.             // line 267
  550.             echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["post"], "publishAt", [], "any"falsefalsefalse267), "d/m/Y"), "html"nulltrue);
  551.             echo "</a></div>
  552.                                 <div class=\"sperateur\"></div>
  553.                                 <div class=\"expert\">
  554.                                     ";
  555.             // line 270
  556.             echo twig_escape_filter($this->env$this->extensions['App\Twig\CmsExtension']->excerpt(twig_get_attribute($this->env$this->source$context["post"], "excerpt", [], "any"falsefalsefalse270), 150), "html"nulltrue);
  557.             echo "
  558.                                 </div>
  559.                             </div>
  560.                         </div>
  561.                     ";
  562.         }
  563.         $_parent $context['_parent'];
  564.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['post'], $context['_parent'], $context['loop']);
  565.         $context array_intersect_key($context$_parent) + $_parent;
  566.         // line 275
  567.         echo "                </div>
  568.             </div>
  569.             <div class=\"row\">
  570.                 <div class=\"link_actus\">
  571.                     <a href=\"";
  572.         // line 279
  573.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_blog");
  574.         echo "\"> <i class=\"icon icon-left-arrow gly-rotate\"></i> Toutes Nos
  575.                         actualités </a>
  576.                 </div>
  577.             </div>
  578.         </div>
  579.     </section>
  580. ";
  581.         
  582.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  583.         
  584.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  585.     }
  586.     public function getTemplateName()
  587.     {
  588.         return "front/pages/homepage.html.twig";
  589.     }
  590.     public function isTraitable()
  591.     {
  592.         return false;
  593.     }
  594.     public function getDebugInfo()
  595.     {
  596.         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,);
  597.     }
  598.     public function getSourceContext()
  599.     {
  600.         return new Source("{% extends 'layouts/front.html.twig' %}
  601. {% block content %}
  602.     <section class=\"slider\">
  603.         <div class=\"container\">
  604.             <div class=\"row\">
  605.                 <div id=\"slide-home\" class=\"carousel slide\" data-ride=\"carousel\">
  606.                     <div class=\"carousel-item carousel1\" style=\"height: 740px;background-color: #000;\">
  607.                         {% for slide in slides %}
  608.                             <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 %} \">
  609.                                 <div class=\"item\">
  610.                                     <div class=\"titre_item\">{{ slide.title }}</div>
  611.                                     <div class=\"sperateur\"></div>
  612.                                     <div class=\"description_item\">{{ slide.description|raw }}</div>
  613.                                     <div class=\"link_item\">
  614.                                         <a href=\"{{ slide.btnLink }}\" class=\"btn_slider\">
  615.                                             <i class=\"icon icon-left-arrow gly-rotate\"></i> {{ slide.btnText }} </a>
  616.                                     </div>
  617.                                 </div>
  618.                             </div>
  619.                         {% endfor %}
  620.                     </div>
  621.                 </div>
  622.             </div>
  623.         </div>
  624.     </section>
  625.     <section class=\"bloc1\">
  626.         <div class=\"container\">
  627.             <div class=\"row\">
  628.                 <div class=\"blocs\">
  629.                     <form id=\"filter\" action=\"\">
  630.                         <div class=\"colf\">
  631.                             <p class=\"title_filter\"> {{ blocs.accueil_bloc_search.title }} </p>
  632.                             {{ blocs.accueil_bloc_search.description|raw }}
  633.                         </div>
  634.                         <div class=\"colf\">
  635.                             <input type=\"text\" class=\"input\" name=\"keywords\" placeholder=\"Mots clés..\">
  636.                         </div>
  637.                         <div class=\"colf\">
  638.                             <select id=\"formation_type\">
  639.                                 <option value=\"\"> Type de formation</option>
  640.                                 <option value=\"{{ path('page_stage_academie') }}\"> Stage Academy</option>
  641.                                 <option value=\"{{ path('page_nos_formations_live') }}\"> Formation Live</option>
  642.                                 <option value=\"{{ path('page_nos_formations_coaching') }}\"> Formation Coaching</option>
  643.                             </select>
  644.                         </div>
  645.                         <div class=\"colf\">
  646.                             <button type=\"button\" class=\"submit\"/>
  647.                             <i class=\"icon icon-left-arrow gly-rotate\"> </i> Rechercher</button>
  648.                         </div>
  649.                     </form>
  650.                     <div id=\"formation_filter_error\" class=\"alert alert-danger\" style=\"display: none\">Veuillez
  651.                         selectionner un type de formation
  652.                     </div>
  653.                 </div>
  654.             </div>
  655.         </div>
  656.     </section>
  657.     <section class=\"bloc2\">
  658.         <div class=\"container\">
  659.             <div class=\"row\">
  660.                 <h1 class=\"title\"> {{ blocs.accueil_bloc_about.title }} </h1>
  661.                 <div class=\"sperateur\"></div>
  662.             </div>
  663.             <div class=\"row texte-saco\">
  664.                 {{ blocs.accueil_bloc_about.description|raw }}
  665.             </div>
  666.         </div>
  667.     </section>
  668.         <section class=\"bloc2_after\">
  669.         <div class=\"container\" style=\"margin-bottom:2%;\">
  670.             
  671.                 <h2 class=\"title\"> {{ blocs.title_chiffre.title }} </h2>
  672.                 <div class=\"sperateur\"></div>
  673.             
  674.         </div>
  675.         <div class=\"container\">
  676.             <div class=\"counter_bloc\">
  677.                 <div class=\"number_counter\">{{ blocs.chiffre_1.description|raw }}</div>
  678.                 <div class=\"text_counter\"> 
  679.                 <span> {{ blocs.chiffre_1.title }}  </span> 
  680.                 <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\">
  681.                 <g>
  682.                     <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\"/>
  683.                 </g>
  684.                 </svg>
  685.                 </div>
  686.             </div>
  687.             <div class=\"counter_bloc flex_b\">
  688.                 <div class=\"number_counter\">{{ blocs.chiffre_2.description|raw }} % </div>
  689.                 <div class=\"text_counter\"> 
  690.                 <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\">
  691.                 <style type=\"text/css\">
  692.                     .st0{fill:url(#SVGID_1_);}
  693.                 </style>
  694.                 <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\">
  695.                     <stop offset=\"0.5744\" style=\"stop-color:#161412\"/>
  696.                     <stop offset=\"0.7977\" style=\"stop-color:#161412\"/>
  697.                     <stop offset=\"1\" style=\"stop-color:#161412\"/>
  698.                 </radialGradient>
  699.                 <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\"/>
  700.                 </svg>
  701.                 <span> {{ blocs.chiffre_2.title }}  </span> 
  702.                 </div>
  703.             </div>
  704.             <div class=\"counter_bloc\">
  705.                 <div class=\"number_counter\">{{ blocs.chiffre_3.description|raw }}</div>
  706.                 <div class=\"text_counter\"> 
  707.                 <span> {{ blocs.chiffre_3.title }} </span> 
  708.                 <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\">
  709.                 <g>
  710.                     <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\"/>
  711.                 </g>
  712.                 </svg>
  713.                 </div>
  714.             </div>
  715.         </div>
  716.     </section>
  717.     <section class=\"videos\">
  718.         <div class=\"container\">
  719.             <div class=\"row\">
  720.                 <div class=\"col-md-6 col-sm-6 col-xs-12\">
  721.                     <div class=\"list-video\">
  722.                         {% for video in videos %}
  723.                             <div class=\"video\"
  724.                                  style=\"background: url('{{ asset('uploads/'~video.image) }}');\">
  725.                                 <div class=\"titre-video\">
  726.                                     <p> {{ video.title }} avec </p>
  727.                                     <span> {{ video.coach }}  </span>
  728.                                 </div>
  729.                             </div>
  730.                         {% endfor %}
  731.                     </div>
  732.                 </div>
  733.                 <div class=\"col-md-6 col-sm-6 col-xs-12 capture\">
  734.                     <div class=\"right-text\">
  735.                         <h2> {{ blocs.accueil_bloc_abonnement.title }} </h2>
  736.                         <div class=\"sperateur\"></div>
  737.                         <div class=\"texte-video\">
  738.                             {{ blocs.accueil_bloc_abonnement.description|raw }}
  739.                         </div>
  740.                         <a href=\"{{ path('page_elearning') }}\" class=\"btn\"> <i
  741.                                     class=\"icon icon-left-arrow gly-rotate\"></i> Nos demos & vidéos </a>
  742.                     </div>
  743.                 </div>
  744.             </div>
  745.         </div>
  746.     </section>
  747.     <section class=\"formation\">
  748.         <div class=\"container\">
  749.             <div class=\"row section-head\">
  750.                 <h2 class=\"title\"> {{ blocs.accueil_bloc_formation.title }} </h2>
  751.                 <div class=\"sperateur\"></div>
  752.                 {{ blocs.accueil_bloc_formation.description|raw }}
  753.             </div>
  754.             <div class=\"row\">
  755.                 <div class=\"list-formation\">
  756.                     {% for formation in formations %}
  757.                         <div class=\"forma\">
  758.                             <div class=\"image\">
  759.                                 <a class=\"pointer_link\" href=\"{{ path('page_formation_live_single', {slug: formation.slug}) }}\"> </a>
  760.                                 <img src=\"{{ asset('uploads/'~formation.image) }}\">
  761.                                 <div class=\"date\"> {{ formation.date|format_datetime('long', 'short', locale='fr') }}</div>
  762.                                 <div class=\"inscri\"><a
  763.                                             href=\"{{ path('page_formation_live_single', {slug: formation.slug}) }}\"
  764.                                             class=\"btn\"> <i class=\"icon icon-left-arrow gly-rotate\"></i> inscription
  765.                                     </a></div>
  766.                             </div>
  767.                             <div class=\"conten-formation\">
  768.                                 <div class=\"title-content-formation\"><a
  769.                                             href=\"{{ path('page_formation_live_single', {slug: formation.slug}) }}\">{{ formation.coach }}</a></div>
  770.                                 <div class=\"location\"> <a
  771.                                             href=\"{{ path('page_formation_live_single', {slug: formation.slug}) }}\">{{ formation.title }}</a></div>
  772.                                 <div class=\"sperateur\"></div>
  773.                                 <div class=\"expert\">{{ formation.description|excerpt(100) }}</div>
  774.                                 <div class=\"deadline-formation\"><p> Encore <span> {{ formation.date|daysBetweenDates }}
  775.                                             jours </span> pour vous inscrire ! </p>
  776.                                 </div>
  777.                             </div>
  778.                         </div>
  779.                     {% endfor %}
  780.                 </div>
  781.             </div>
  782.             <div class=\"row\">
  783.                 <div class=\"link_formation\">
  784.                     <a href=\"{{ path('page_nos_formations_live') }}\"> <i class=\"icon icon-left-arrow gly-rotate\"></i>
  785.                         Toutes Nos formations </a>
  786.                 </div>
  787.             </div>
  788.         </div>
  789.     </section>
  790.     <section class=\"logos\"  style=\"padding-bottom: 2%;\" >
  791.         <div class=\"container\">
  792.             <div class=\"row section-head\">
  793.                 <h2 class=\"title\"> {{ blocs.stage_academy_new_bloc.title }} </h2>
  794.                 <div class=\"sperateur\"></div>   
  795.                
  796.             </div>
  797.             <div class=\"row nb_sa\">
  798.                 <div class=\"col-md-6 col-sm-12 col-xs-12\">
  799.                     <img width=\"100%\" height=\"auto\" src=\"{{ asset('uploads/'~blocs.stage_academy_new_bloc.image) }}\">
  800.                 </div>
  801.                 <div class=\"col-md-6 col-sm-12 col-xs-12\">
  802.                     {{ blocs.stage_academy_new_bloc.description|raw }}   
  803.                 </div>
  804.             </div>
  805.         </div>
  806.     </section>
  807.     <section class=\"logos\">
  808.         <div class=\"container\">
  809.             <div class=\"row section-head\">
  810.                 <h2 class=\"title\"> Nos partenaires </h2>
  811.                 <div class=\"sperateur\"></div>     
  812.             </div>
  813.             <div class=\"row\">
  814.                 <div class=\"lis_logos\">
  815.                     {% for partner in partners %}
  816.                     <a href=\"{{ partner.btnLink }}\" target=\"_blank\"> <img src=\"{{ asset('uploads/'~partner.image) }}\"> </a>
  817.                     {% endfor %}
  818.                 </div>
  819.             </div>
  820.         </div>
  821.     </section>
  822.     <section class=\"temoignage\">
  823.         <div class=\"container\">
  824.             <div class=\"row\">
  825.                 <div class=\"rev\">
  826.                     {% for temoignage in temoignages %}
  827.                         <div class=\"item-rev\">
  828.                             <div class=\"left-rev\">
  829.                                 <div class=\"titte-rev\">{{ temoignage.title }}</div>
  830.                                 <div class=\"description-rev\">
  831.                                     {{ temoignage.description|raw }}
  832.                                 </div>
  833.                                 <div class=\"auteur\">{{ temoignage.name }}</div>
  834.                             </div>
  835.                             <div class=\"right-rev\"
  836.                                  style=\"background: url('{{ asset('uploads/'~temoignage.image) }}');\">
  837.                             </div>
  838.                         </div>
  839.                     {% endfor %}
  840.                 </div>
  841.             </div>
  842.         </div>
  843.     </section>
  844.     <section class=\"actualite\">
  845.         <div class=\"container\">
  846.             <div class=\"row section-head\">
  847.                 <h2 class=\"title\"> {{ blocs.accueil_bloc_actualite.title }} </h2>
  848.                 <div class=\"sperateur\"></div>
  849.             </div>
  850.             <div class=\"row\">
  851.                 <div class=\"list-actus\">
  852.                     {% for post in posts %}
  853.                         <div class=\"actus\">
  854.                             <div class=\"actus-img\">
  855.                                 <a href=\"{{ path('page_blog_single', {slug: post.slug}) }}\"><img
  856.                                             src=\"{{ asset('uploads/'~post.image) }}\"></a>
  857.                             </div>
  858.                             <div class=\"content-actus\">
  859.                                 <div class=\"titre\"><a
  860.                                             href=\"{{ path('page_blog_single', {slug: post.slug}) }}\">{{ post.title }}</a>
  861.                                 </div>
  862.                                 <div class=\"sous-titre\"><a href=\"{{ path('page_blog_single', {slug: post.slug}) }}\">Publié
  863.                                         le : {{ post.publishAt|date('d/m/Y') }}</a></div>
  864.                                 <div class=\"sperateur\"></div>
  865.                                 <div class=\"expert\">
  866.                                     {{ post.excerpt|excerpt(150) }}
  867.                                 </div>
  868.                             </div>
  869.                         </div>
  870.                     {% endfor %}
  871.                 </div>
  872.             </div>
  873.             <div class=\"row\">
  874.                 <div class=\"link_actus\">
  875.                     <a href=\"{{ path('page_blog') }}\"> <i class=\"icon icon-left-arrow gly-rotate\"></i> Toutes Nos
  876.                         actualités </a>
  877.                 </div>
  878.             </div>
  879.         </div>
  880.     </section>
  881. {% endblock %}""front/pages/homepage.html.twig""/home/saco/subdomains/preprod/templates/front/pages/homepage.html.twig");
  882.     }
  883. }