- <?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/theme1/page_activite_secondaire.html.twig */
- class __TwigTemplate_b74e112534bd74793832c6ed7600d417 extends Template
- {
-     private $source;
-     private $macros = [];
-     public function __construct(Environment $env)
-     {
-         parent::__construct($env);
-         $this->source = $this->getSourceContext();
-         $this->blocks = [
-             'stylesheets' => [$this, 'block_stylesheets'],
-             'body' => [$this, 'block_body'],
-         ];
-     }
-     protected function doGetParent(array $context)
-     {
-         // line 1
-         return $this->loadTemplate((("front/" . twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 1, $this->source); })()), "request", [], "any", false, false, false, 1), "server", [], "any", false, false, false, 1), "get", [0 => "APP_THEME"], "method", false, false, false, 1)) . "/base.html.twig"), "front/theme1/page_activite_secondaire.html.twig", 1);
-     }
-     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/theme1/page_activite_secondaire.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/theme1/page_activite_secondaire.html.twig"));
-         $this->getParent($context)->display($context, array_merge($this->blocks, $blocks));
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-     }
-     // line 3
-     public function block_stylesheets($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", "stylesheets"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
-         // line 4
-         echo "      ";
-         $this->displayParentBlock("stylesheets", $context, $blocks);
-         echo "
- ";
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     // line 8
-     public function block_body($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", "body"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
-         // line 9
-         echo "         <div class=\"page_cms page_activite pt-5\">
-          
-                 <div class=\"breadcrumb-style-default\">
-                     <div class=\"container\">
-                         <div class=\"row\">
-                             <div class=\"col-lg-12\">
-                                 <div class=\"inner text-center\">
-                                     ";
-         // line 16
-         if ((array_key_exists("breadcrumb", $context) &&  !twig_test_empty((isset($context["breadcrumb"]) || array_key_exists("breadcrumb", $context) ? $context["breadcrumb"] : (function () { throw new RuntimeError('Variable "breadcrumb" does not exist.', 16, $this->source); })())))) {
-             // line 17
-             echo "                                        ";
-             echo twig_include($this->env, $context, (("front/" . twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 17, $this->source); })()), "request", [], "any", false, false, false, 17), "server", [], "any", false, false, false, 17), "get", [0 => "APP_THEME"], "method", false, false, false, 17)) . "/partials/breadcrumb.html.twig"));
-             echo "
-                                         <h1 class=\"page-title\">";
-             // line 18
-             echo twig_escape_filter($this->env, (isset($context["titre_activite"]) || array_key_exists("titre_activite", $context) ? $context["titre_activite"] : (function () { throw new RuntimeError('Variable "titre_activite" does not exist.', 18, $this->source); })()), "html", null, true);
-             echo "</h1>
-                                     ";
-         }
-         // line 20
-         echo "                                </div>
-                             </div>
-                         </div>
-                     </div>
-                 </div>
-                 <div class=\"container-fluid wrapper\">
-                     <div class=\"row\">
-                         <div class=\"col-sm-12\">
-                             <div class=\"text-center\"><h2>";
-         // line 30
-         echo twig_escape_filter($this->env, (isset($context["titre"]) || array_key_exists("titre", $context) ? $context["titre"] : (function () { throw new RuntimeError('Variable "titre" does not exist.', 30, $this->source); })()), "html", null, true);
-         echo "</h2></div>
-                             
-                             ";
-         // line 32
-         if (( !twig_test_empty((isset($context["texte"]) || array_key_exists("texte", $context) ? $context["texte"] : (function () { throw new RuntimeError('Variable "texte" does not exist.', 32, $this->source); })())) && ((isset($context["texte"]) || array_key_exists("texte", $context) ? $context["texte"] : (function () { throw new RuntimeError('Variable "texte" does not exist.', 32, $this->source); })()) != " "))) {
-             // line 33
-             echo "                                <div>";
-             echo (isset($context["texte"]) || array_key_exists("texte", $context) ? $context["texte"] : (function () { throw new RuntimeError('Variable "texte" does not exist.', 33, $this->source); })());
-             echo "</div>
-                             ";
-         }
-         // line 35
-         echo "                        </div>
-                     </div>
-                 </div>
-                 ";
-         // line 39
-         if ((array_key_exists("ref_pages", $context) &&  !twig_test_empty((isset($context["ref_pages"]) || array_key_exists("ref_pages", $context) ? $context["ref_pages"] : (function () { throw new RuntimeError('Variable "ref_pages" does not exist.', 39, $this->source); })())))) {
-             // line 40
-             echo "                    <div class=\"container-fluid wrapper mt-3\">
-                         <div class=\"row gx-5 py-2\">
-                             <div class=\"col-sm-12 text-center\">
-                                 <h2 class=\"sub-title wow\">Nos autres prestations autour de ";
-             // line 43
-             echo twig_escape_filter($this->env, (isset($context["titre"]) || array_key_exists("titre", $context) ? $context["titre"] : (function () { throw new RuntimeError('Variable "titre" does not exist.', 43, $this->source); })()), "html", null, true);
-             echo "</h2>
-                             </div>
-                             <div class=\"col-sm-12\">
-                                 <div class=\"list_blocs pos1\">
-                                     <div class=\"blocs\">
-                                         <section id=\"results\" class=\"results dynam-affichage affichage1 type_affiche3\">
-                                             ";
-             // line 49
-             $context['_parent'] = $context;
-             $context['_seq'] = twig_ensure_traversable((isset($context["ref_pages"]) || array_key_exists("ref_pages", $context) ? $context["ref_pages"] : (function () { throw new RuntimeError('Variable "ref_pages" does not exist.', 49, $this->source); })()));
-             foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
-                 // line 50
-                 echo "                                                ";
-                 $context["duree"] = 0.1;
-                 // line 51
-                 echo "                                                ";
-                 $context["image_item"] = (((twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 51) != null)) ? ($this->extensions['App\Twig\ImagesExtenstion']->AssetImageFunction(twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 51))) : (("uploads/images/" . twig_get_attribute($this->env, $this->source, (isset($context["parametre"]) || array_key_exists("parametre", $context) ? $context["parametre"] : (function () { throw new RuntimeError('Variable "parametre" does not exist.', 51, $this->source); })()), "imagevide", [], "any", false, false, false, 51))));
-                 // line 52
-                 echo "                                                <a class=\"article wow zoomIn animated\" data-wow-delay=\"";
-                 echo twig_escape_filter($this->env, (isset($context["duree"]) || array_key_exists("duree", $context) ? $context["duree"] : (function () { throw new RuntimeError('Variable "duree" does not exist.', 52, $this->source); })()), "html", null, true);
-                 echo "s\" href=\"";
-                 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page", ["slug" => twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 52)]), "html", null, true);
-                 echo "\" title=\"\" style=\"visibility: visible; animation-delay: 0.1s; animation-name: zoomIn;\">
-                                                     <span class=\"article-image lazyloaded\"  style=\"background-image: url(";
-                 // line 53
-                 echo twig_escape_filter($this->env, (isset($context["image_item"]) || array_key_exists("image_item", $context) ? $context["image_item"] : (function () { throw new RuntimeError('Variable "image_item" does not exist.', 53, $this->source); })()), "html", null, true);
-                 echo "); background-size: cover; background-position: center center; background-repeat: no-repeat;\"> </span>                 
-                                                     <span class=\"article-cnt\">
-                                                         <h3 class=\"article-titre\">";
-                 // line 55
-                 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, false, 55), "html", null, true);
-                 echo "</h3>
-                                                         <span class=\"article-txt\">
-                                                             ";
-                 // line 57
-                 if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["item"], "summary", [], "any", false, false, false, 57))) {
-                     // line 58
-                     echo "                                                                ";
-                     echo twig_get_attribute($this->env, $this->source, $context["item"], "summary", [], "any", false, false, false, 58);
-                     echo "
-                                                             ";
-                 } else {
-                     // line 60
-                     echo "                                                                ";
-                     echo $this->extensions['App\Twig\FunctionExtension']->cutTextFunction(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, false, 60));
-                     echo "
-                                                             ";
-                 }
-                 // line 62
-                 echo "                                                        </span>
-                                                         <span class=\"article-bts\">
-                                                             <span class=\"article-plus btn-fade\">En savoir plus</span>
-                                                         </span>
-                                                     </span>
-                                                 </a>
-                                                 ";
-                 // line 68
-                 $context["duree"] = ((isset($context["duree"]) || array_key_exists("duree", $context) ? $context["duree"] : (function () { throw new RuntimeError('Variable "duree" does not exist.', 68, $this->source); })()) + 0.2);
-                 // line 69
-                 echo "                                            ";
-             }
-             $_parent = $context['_parent'];
-             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
-             $context = array_intersect_key($context, $_parent) + $_parent;
-             // line 70
-             echo "                                        </section>
-                                     </div>
-                                 </div>
-                             </div>
-                         </div>
-                     </div>
-                 ";
-         }
-         // line 78
-         echo "
-                 ";
-         // line 79
-         if ((array_key_exists("actualites", $context) &&  !twig_test_empty((isset($context["actualites"]) || array_key_exists("actualites", $context) ? $context["actualites"] : (function () { throw new RuntimeError('Variable "actualites" does not exist.', 79, $this->source); })())))) {
-             // line 80
-             echo "                    <div class=\"container-fluid wrapper mt-3\">
-                         <div class=\"row gx-5 py-2\">
-                             <div class=\"col-sm-12 text-center\">
-                                 <h2 class=\"sub-title wow\">Nos offres / actualités liées</h2>
-                             </div>
-                             <div class=\"col-sm-12\">
-                                 <div class=\"list_blocs pos1\">
-                                     <div class=\"blocs\">
-                                         <section id=\"results\" class=\"results dynam-affichage affichage1 type_affiche3\">
-                                             ";
-             // line 89
-             $context['_parent'] = $context;
-             $context['_seq'] = twig_ensure_traversable((isset($context["actualites"]) || array_key_exists("actualites", $context) ? $context["actualites"] : (function () { throw new RuntimeError('Variable "actualites" does not exist.', 89, $this->source); })()));
-             foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
-                 // line 90
-                 echo "                                                ";
-                 $context["duree"] = 0.1;
-                 // line 91
-                 echo "                                                ";
-                 $context["image_item"] = (((twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 91) != null)) ? ($this->extensions['App\Twig\ImagesExtenstion']->AssetImageFunction(twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 91))) : (("uploads/images/" . twig_get_attribute($this->env, $this->source, (isset($context["parametre"]) || array_key_exists("parametre", $context) ? $context["parametre"] : (function () { throw new RuntimeError('Variable "parametre" does not exist.', 91, $this->source); })()), "imagevide", [], "any", false, false, false, 91))));
-                 // line 92
-                 echo "                                                <a class=\"article wow zoomIn animated\" data-wow-delay=\"";
-                 echo twig_escape_filter($this->env, (isset($context["duree"]) || array_key_exists("duree", $context) ? $context["duree"] : (function () { throw new RuntimeError('Variable "duree" does not exist.', 92, $this->source); })()), "html", null, true);
-                 echo "s\" href=\"";
-                 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page", ["slug" => twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 92)]), "html", null, true);
-                 echo "\" title=\"\" style=\"visibility: visible; animation-delay: 0.1s; animation-name: zoomIn;\">
-                                                     <span class=\"article-image lazyloaded\"  style=\"background-image: url(";
-                 // line 93
-                 echo twig_escape_filter($this->env, (isset($context["image_item"]) || array_key_exists("image_item", $context) ? $context["image_item"] : (function () { throw new RuntimeError('Variable "image_item" does not exist.', 93, $this->source); })()), "html", null, true);
-                 echo "); background-size: cover; background-position: center center; background-repeat: no-repeat;\"> </span>                 
-                                                     <span class=\"article-cnt\">
-                                                         <h3 class=\"article-titre\">";
-                 // line 95
-                 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, false, 95), "html", null, true);
-                 echo "</h3>
-                                                         <span class=\"article-txt\">
-                                                             ";
-                 // line 97
-                 if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["item"], "summary", [], "any", false, false, false, 97))) {
-                     // line 98
-                     echo "                                                                ";
-                     echo twig_get_attribute($this->env, $this->source, $context["item"], "summary", [], "any", false, false, false, 98);
-                     echo "
-                                                             ";
-                 } else {
-                     // line 100
-                     echo "                                                                ";
-                     echo $this->extensions['App\Twig\FunctionExtension']->cutTextFunction(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, false, 100));
-                     echo "
-                                                             ";
-                 }
-                 // line 102
-                 echo "                                                        </span>
-                                                         <span class=\"article-bts\">
-                                                             <span class=\"article-plus btn-fade\">En savoir plus</span>
-                                                         </span>
-                                                     </span>
-                                                 </a>
-                                                 ";
-                 // line 108
-                 $context["duree"] = ((isset($context["duree"]) || array_key_exists("duree", $context) ? $context["duree"] : (function () { throw new RuntimeError('Variable "duree" does not exist.', 108, $this->source); })()) + 0.2);
-                 // line 109
-                 echo "                                            ";
-             }
-             $_parent = $context['_parent'];
-             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
-             $context = array_intersect_key($context, $_parent) + $_parent;
-             // line 110
-             echo "                                        </section>
-                                     </div>
-                                 </div>
-                             </div>
-                         </div>
-                     </div>
-                 ";
-         }
-         // line 118
-         echo "
-                 ";
-         // line 119
-         if ((array_key_exists("secteurs", $context) &&  !twig_test_empty((isset($context["secteurs"]) || array_key_exists("secteurs", $context) ? $context["secteurs"] : (function () { throw new RuntimeError('Variable "secteurs" does not exist.', 119, $this->source); })())))) {
-             // line 120
-             echo "                    <div class=\"container-fluid wrapper mt-3\">
-                         <div class=\"row gx-5 py-2\">
-                             <div class=\"col-sm-12 text-center\">
-                                 <h2 class=\"sub-title wow\">Localités</h2>
-                             </div>
-                             <div class=\"col-sm-12\">
-                                 <div class=\"list_blocs pos1\">
-                                     <div class=\"blocs\">
-                                         <section id=\"results\" class=\"results dynam-affichage affichage1 type_affiche3\">
-                                             ";
-             // line 129
-             $context['_parent'] = $context;
-             $context['_seq'] = twig_ensure_traversable((isset($context["secteurs"]) || array_key_exists("secteurs", $context) ? $context["secteurs"] : (function () { throw new RuntimeError('Variable "secteurs" does not exist.', 129, $this->source); })()));
-             foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
-                 // line 130
-                 echo "                                                ";
-                 $context["duree"] = 0.1;
-                 // line 131
-                 echo "                                                ";
-                 $context["image_item"] = "uploads/images/place.jpg";
-                 // line 132
-                 echo "                                                <a class=\"article wow zoomIn animated\" data-wow-delay=\"";
-                 echo twig_escape_filter($this->env, (isset($context["duree"]) || array_key_exists("duree", $context) ? $context["duree"] : (function () { throw new RuntimeError('Variable "duree" does not exist.', 132, $this->source); })()), "html", null, true);
-                 echo "s\" href=\"";
-                 echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("page_details_localite", ["slug" => twig_get_attribute($this->env, $this->source, $context["item"], "libelleurl", [], "any", false, false, false, 132)]), "html", null, true);
-                 echo "\" title=\"";
-                 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "titresecteur", [], "any", false, false, false, 132), "html", null, true);
-                 echo "\" style=\"visibility: visible; animation-delay: 0.1s; animation-name: zoomIn;\">
-                                                     <span class=\"article-image lazyloaded\"  style=\"background-image: url(";
-                 // line 133
-                 echo twig_escape_filter($this->env, (isset($context["image_item"]) || array_key_exists("image_item", $context) ? $context["image_item"] : (function () { throw new RuntimeError('Variable "image_item" does not exist.', 133, $this->source); })()), "html", null, true);
-                 echo "); background-size: contain; background-position: center center; background-repeat: no-repeat;\"> </span> 
-                                                     <span class=\"article-cnt\">
-                                                         <h3 class=\"article-titre\">";
-                 // line 135
-                 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "titresecteur", [], "any", false, false, false, 135), "html", null, true);
-                 echo "</h3>
-                                                         <span class=\"article-txt\">
-                                                             ";
-                 // line 137
-                 if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["item"], "textgenerersecteurfinal", [], "any", false, false, false, 137))) {
-                     // line 138
-                     echo "                                                                ";
-                     echo $this->extensions['App\Twig\FunctionExtension']->cutTextFunction(twig_get_attribute($this->env, $this->source, $context["item"], "textgenerersecteurfinal", [], "any", false, false, false, 138));
-                     echo "
-                                                             ";
-                 }
-                 // line 140
-                 echo "                                                        </span>
-                                                         <span class=\"article-bts\">
-                                                             <span class=\"article-plus btn-fade\">En savoir plus</span>
-                                                         </span>
-                                                     </span>
-                                                 </a>
-                                                 ";
-                 // line 146
-                 $context["duree"] = ((isset($context["duree"]) || array_key_exists("duree", $context) ? $context["duree"] : (function () { throw new RuntimeError('Variable "duree" does not exist.', 146, $this->source); })()) + 0.2);
-                 // line 147
-                 echo "                                            ";
-             }
-             $_parent = $context['_parent'];
-             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
-             $context = array_intersect_key($context, $_parent) + $_parent;
-             // line 148
-             echo "                                        </section>
-                                     </div>
-                                 </div>
-                             </div>
-                         </div>
-                     </div>
-                 ";
-         }
-         // line 156
-         echo "
-          </div> 
- ";
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     public function getTemplateName()
-     {
-         return "front/theme1/page_activite_secondaire.html.twig";
-     }
-     public function isTraitable()
-     {
-         return false;
-     }
-     public function getDebugInfo()
-     {
-         return array (  388 => 156,  378 => 148,  372 => 147,  370 => 146,  362 => 140,  356 => 138,  354 => 137,  349 => 135,  344 => 133,  335 => 132,  332 => 131,  329 => 130,  325 => 129,  314 => 120,  312 => 119,  309 => 118,  299 => 110,  293 => 109,  291 => 108,  283 => 102,  277 => 100,  271 => 98,  269 => 97,  264 => 95,  259 => 93,  252 => 92,  249 => 91,  246 => 90,  242 => 89,  231 => 80,  229 => 79,  226 => 78,  216 => 70,  210 => 69,  208 => 68,  200 => 62,  194 => 60,  188 => 58,  186 => 57,  181 => 55,  176 => 53,  169 => 52,  166 => 51,  163 => 50,  159 => 49,  150 => 43,  145 => 40,  143 => 39,  137 => 35,  131 => 33,  129 => 32,  124 => 30,  112 => 20,  107 => 18,  102 => 17,  100 => 16,  91 => 9,  81 => 8,  68 => 4,  58 => 3,  36 => 1,);
-     }
-     public function getSourceContext()
-     {
-         return new Source("{% extends \"front/\"~ app.request.server.get('APP_THEME') ~\"/base.html.twig\" %}
- {% block stylesheets %}
-       {{parent()}}
- {% endblock %}
- {% block body %}
-          <div class=\"page_cms page_activite pt-5\">
-          
-                 <div class=\"breadcrumb-style-default\">
-                     <div class=\"container\">
-                         <div class=\"row\">
-                             <div class=\"col-lg-12\">
-                                 <div class=\"inner text-center\">
-                                     {% if breadcrumb is defined and breadcrumb is not empty %}
-                                         {{ include ('front/'~ app.request.server.get('APP_THEME') ~'/partials/breadcrumb.html.twig')}}
-                                         <h1 class=\"page-title\">{{titre_activite}}</h1>
-                                     {% endif %}
-                                 </div>
-                             </div>
-                         </div>
-                     </div>
-                 </div>
-                 <div class=\"container-fluid wrapper\">
-                     <div class=\"row\">
-                         <div class=\"col-sm-12\">
-                             <div class=\"text-center\"><h2>{{titre}}</h2></div>
-                             
-                             {% if texte is not empty and texte != \" \"  %}
-                                 <div>{{texte|raw}}</div>
-                             {% endif %}
-                         </div>
-                     </div>
-                 </div>
-                 {% if ref_pages is defined and ref_pages is not empty %}
-                     <div class=\"container-fluid wrapper mt-3\">
-                         <div class=\"row gx-5 py-2\">
-                             <div class=\"col-sm-12 text-center\">
-                                 <h2 class=\"sub-title wow\">Nos autres prestations autour de {{titre}}</h2>
-                             </div>
-                             <div class=\"col-sm-12\">
-                                 <div class=\"list_blocs pos1\">
-                                     <div class=\"blocs\">
-                                         <section id=\"results\" class=\"results dynam-affichage affichage1 type_affiche3\">
-                                             {% for item in ref_pages %}
-                                                 {% set duree = 0.1 %}
-                                                 {% set image_item = item.image != null? asset_image(item.image):'uploads/images/' ~ parametre.imagevide %}
-                                                 <a class=\"article wow zoomIn animated\" data-wow-delay=\"{{duree}}s\" href=\"{{path('page',{slug:item.slug})}}\" title=\"\" style=\"visibility: visible; animation-delay: 0.1s; animation-name: zoomIn;\">
-                                                     <span class=\"article-image lazyloaded\"  style=\"background-image: url({{image_item}}); background-size: cover; background-position: center center; background-repeat: no-repeat;\"> </span>                 
-                                                     <span class=\"article-cnt\">
-                                                         <h3 class=\"article-titre\">{{item.title}}</h3>
-                                                         <span class=\"article-txt\">
-                                                             {% if item.summary is not empty %}
-                                                                 {{item.summary|raw}}
-                                                             {% else %}
-                                                                 {{cutText(item.content)|raw}}
-                                                             {% endif %}
-                                                         </span>
-                                                         <span class=\"article-bts\">
-                                                             <span class=\"article-plus btn-fade\">En savoir plus</span>
-                                                         </span>
-                                                     </span>
-                                                 </a>
-                                                 {% set duree = duree + 0.2 %}
-                                             {% endfor %}
-                                         </section>
-                                     </div>
-                                 </div>
-                             </div>
-                         </div>
-                     </div>
-                 {% endif %}
-                 {% if actualites is defined and actualites is not empty %}
-                     <div class=\"container-fluid wrapper mt-3\">
-                         <div class=\"row gx-5 py-2\">
-                             <div class=\"col-sm-12 text-center\">
-                                 <h2 class=\"sub-title wow\">Nos offres / actualités liées</h2>
-                             </div>
-                             <div class=\"col-sm-12\">
-                                 <div class=\"list_blocs pos1\">
-                                     <div class=\"blocs\">
-                                         <section id=\"results\" class=\"results dynam-affichage affichage1 type_affiche3\">
-                                             {% for item in actualites %}
-                                                 {% set duree = 0.1 %}
-                                                 {% set image_item = item.image != null? asset_image(item.image):'uploads/images/' ~ parametre.imagevide %}
-                                                 <a class=\"article wow zoomIn animated\" data-wow-delay=\"{{duree}}s\" href=\"{{path('page',{slug:item.slug})}}\" title=\"\" style=\"visibility: visible; animation-delay: 0.1s; animation-name: zoomIn;\">
-                                                     <span class=\"article-image lazyloaded\"  style=\"background-image: url({{image_item}}); background-size: cover; background-position: center center; background-repeat: no-repeat;\"> </span>                 
-                                                     <span class=\"article-cnt\">
-                                                         <h3 class=\"article-titre\">{{item.title}}</h3>
-                                                         <span class=\"article-txt\">
-                                                             {% if item.summary is not empty %}
-                                                                 {{item.summary|raw}}
-                                                             {% else %}
-                                                                 {{cutText(item.content)|raw}}
-                                                             {% endif %}
-                                                         </span>
-                                                         <span class=\"article-bts\">
-                                                             <span class=\"article-plus btn-fade\">En savoir plus</span>
-                                                         </span>
-                                                     </span>
-                                                 </a>
-                                                 {% set duree = duree + 0.2 %}
-                                             {% endfor %}
-                                         </section>
-                                     </div>
-                                 </div>
-                             </div>
-                         </div>
-                     </div>
-                 {% endif %}
-                 {% if secteurs is defined and secteurs is not empty %}
-                     <div class=\"container-fluid wrapper mt-3\">
-                         <div class=\"row gx-5 py-2\">
-                             <div class=\"col-sm-12 text-center\">
-                                 <h2 class=\"sub-title wow\">Localités</h2>
-                             </div>
-                             <div class=\"col-sm-12\">
-                                 <div class=\"list_blocs pos1\">
-                                     <div class=\"blocs\">
-                                         <section id=\"results\" class=\"results dynam-affichage affichage1 type_affiche3\">
-                                             {% for item in secteurs %}
-                                                 {% set duree = 0.1 %}
-                                                 {% set image_item = 'uploads/images/place.jpg' %}
-                                                 <a class=\"article wow zoomIn animated\" data-wow-delay=\"{{duree}}s\" href=\"{{path('page_details_localite',{slug:item.libelleurl})}}\" title=\"{{item.titresecteur}}\" style=\"visibility: visible; animation-delay: 0.1s; animation-name: zoomIn;\">
-                                                     <span class=\"article-image lazyloaded\"  style=\"background-image: url({{image_item}}); background-size: contain; background-position: center center; background-repeat: no-repeat;\"> </span> 
-                                                     <span class=\"article-cnt\">
-                                                         <h3 class=\"article-titre\">{{item.titresecteur}}</h3>
-                                                         <span class=\"article-txt\">
-                                                             {% if item.textgenerersecteurfinal is not empty %}
-                                                                 {{cutText(item.textgenerersecteurfinal)|raw}}
-                                                             {% endif %}
-                                                         </span>
-                                                         <span class=\"article-bts\">
-                                                             <span class=\"article-plus btn-fade\">En savoir plus</span>
-                                                         </span>
-                                                     </span>
-                                                 </a>
-                                                 {% set duree = duree + 0.2 %}
-                                             {% endfor %}
-                                         </section>
-                                     </div>
-                                 </div>
-                             </div>
-                         </div>
-                     </div>
-                 {% endif %}
-          </div> 
- {% endblock %}
- ", "front/theme1/page_activite_secondaire.html.twig", "/var/www/vhosts/hrz.fr/new-site.hrz.fr/templates/front/theme1/page_activite_secondaire.html.twig");
-     }
- }
-