var/cache/dev/twig/39/39fd71722e54461de0d4dd30ac4c14d909c425c24407fb6f1ae5d9d5a2843b4b.php line 56

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. /* base.html.twig */
  14. class __TwigTemplate_28da4d6755b6cc9b54d8068260de9791fc0dbf500a2c22097a12175b326b4c8b 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->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'stylesheet' => [$this'block_stylesheet'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.             'body' => [$this'block_body'],
  28.         ];
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         // line 1
  38.         echo "<!DOCTYPE html>
  39. <html>
  40.     <head>
  41.         <meta charset=\"UTF-8\">
  42.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  43.         <!-- <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> -->
  44.         <title>";
  45.         // line 8
  46.         $this->displayBlock('title'$context$blocks);
  47.         echo "</title>
  48.         <link rel=\"icon\" href=\"";
  49.         // line 9
  50.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/favicon-16x16.png"), "html"nulltrue);
  51.         echo "\">
  52.         <link rel=\"stylesheet\" href=\"";
  53.         // line 10
  54.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/style.css"), "html"nulltrue);
  55.         echo "\">
  56.        <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9\" crossorigin=\"anonymous\">
  57.         <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/5.3.0/css/bootstrap.min.css\">
  58.         <link rel=\"stylesheet\" href=\"";
  59.         // line 13
  60.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("slick/slick.css"), "html"nulltrue);
  61.         echo "\">
  62.         <link rel=\"stylesheet\" href=\"";
  63.         // line 14
  64.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("slick/slick-theme.css"), "html"nulltrue);
  65.         echo "\">
  66.         <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css\">
  67.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  68.         <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\"  >
  69.         <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.5.0/css/all.css\" integrity=\"sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU\" crossorigin=\"anonymous\">
  70.         <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  71.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  72.         <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">
  73.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js\" integrity=\"sha512-3gJwYpMe3QewGELv8k/BX9vcqhryRdzRMxVfq6ngyWXwo03GFEzjsUm8Q7RZcHPHksttq7/GFoxjCVUjkjvPdw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
  74.         ";
  75.         // line 23
  76.         if (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.'23$this->source); })()), "user", [], "any"falsefalsefalse23)) {
  77.             // line 24
  78.             echo "        ";
  79.         } else {
  80.             // line 25
  81.             echo "        <link href=\"https://unpkg.com/aos@2.3.1/dist/aos.css\" rel=\"stylesheet\">
  82.         ";
  83.         }
  84.         // line 27
  85.         echo "        
  86.         <script src=\"https://kit.fontawesome.com/d2408fdc07.js\" crossorigin=\"anonymous\"></script>
  87.         ";
  88.         // line 30
  89.         $this->displayBlock('stylesheet'$context$blocks);
  90.         // line 33
  91.         echo "
  92.         ";
  93.         // line 34
  94.         $this->displayBlock('javascripts'$context$blocks);
  95.         // line 37
  96.         echo "
  97.         <!-- Google tag (gtag.js) --> <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-065YCH9G8X\"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-065YCH9G8X'); </script>
  98.       
  99.     </head>
  100.     <body>
  101.     <style>
  102.         @media (max-width: 1400px) { 
  103.             section{
  104.                 background-size:contain!important;
  105.             }
  106.         }
  107.         .joinUsResp {
  108.         border: white solid 2px!important; 
  109.     }
  110.         .formResp i {
  111.             left: -19px!important;
  112.             bottom: -8px!important;
  113.         }
  114.         .searchResp{
  115.             margin-right:45px!important;
  116.         }
  117.         </style>
  118. ";
  119.         // line 66
  120.         if (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.'66$this->source); })()), "user", [], "any"falsefalsefalse66)) {
  121.             // line 67
  122.             echo "    ";
  123.             $this->loadTemplate("cms.html.twig""base.html.twig"67)->display($context);
  124.         }
  125.         // line 69
  126.         echo "
  127.          <!-- effet flou  -->
  128.         <div class=\"side-bar-content bg-red\">
  129.             <div class=\"row\" style=\"width: 100%; height: 100%; margin: 0;\">
  130.                 <div class=\"col-2 blur\"></div>
  131.                 <div class=\"col-10 content\">
  132.                     <div class=\"d-flex justify-content-between align-items-center\" style=\"width:100%;height:50px;margin-top:20px;margin-bottom:32px;\">
  133.                         <a href=\"";
  134.         // line 77
  135.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_home");
  136.         echo "\">
  137.                             <img style=\"width:40%;margin-left:14px;\" src=\"";
  138.         // line 78
  139.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/accueil/Groupe 134.svg"), "html"nulltrue);
  140.         echo "\" alt=\"logo\" style=\"cursor:pointer;\">
  141.                         </a>     
  142.                     
  143.                         <i class=\"fa-regular fa-circle-xmark circlemark\" style=\"width:20px;height:20px;color:white;margin-right:20px;cursor:pointer;\"></i>
  144.                     </div>
  145.                      <div class=\"div d-flex\">
  146.                      <form style=\"margin-bottom:30px;\" action=\"";
  147.         // line 84
  148.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("resultatRecherche");
  149.         echo "\" class=\"formResp d-flex w-100\"method=\"post\" >
  150.                             <input type=\"search\" name=\"search\" class=\"searchResp\"  placeholder=\"";
  151.         // line 85
  152.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("tapez-votre-recherche", [], "messages");
  153.         echo "\">                            
  154.                             <i class=\"searchLink fa-solid fa-magnifying-glass\" style=\"color:white\"></i>
  155.                             <input type=\"submit\" hidden />
  156.                     </form> 
  157.   
  158.                     </div>
  159.                     
  160.                     <div class=\"nav-links\">
  161.                         <ul style=\"margin:0;padding:0;padding-right:20px;margin-left: 20px;\">
  162.                             <li>
  163.                                 
  164.                 
  165.                                 
  166.                                 <a class=\"nav-link ";
  167.         // line 99
  168.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'99$this->source); })()), "request", [], "any"falsefalsefalse99), "get", [=> "_route"], "method"falsefalsefalse99), "app_industrialisation"))) {
  169.             echo "active";
  170.         }
  171.         echo "\" aria-current=\"page\" href=\"";
  172.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_industrialisation", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'99$this->source); })()), "request", [], "any"falsefalsefalse99), "locale", [], "any"falsefalsefalse99)]), "html"nulltrue);
  173.         echo "\">";
  174.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-industrialisation", [], "messages");
  175.         echo "</a>
  176.                             </li>
  177.                             <hr>
  178.                             <li>
  179.                                 <a class=\"nav-link ";
  180.         // line 103
  181.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'103$this->source); })()), "request", [], "any"falsefalsefalse103), "get", [=> "_route"], "method"falsefalsefalse103), "formations"))) {
  182.             echo "active";
  183.         }
  184.         echo "\" href=\"";
  185.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("formations", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'103$this->source); })()), "request", [], "any"falsefalsefalse103), "locale", [], "any"falsefalsefalse103)]), "html"nulltrue);
  186.         echo "\" >";
  187.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-formation", [], "messages");
  188.         echo "</a>
  189.                             </li>
  190.                             <hr>
  191.                             <li>
  192.                                 <a class=\"nav-link ";
  193.         // line 107
  194.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'107$this->source); })()), "request", [], "any"falsefalsefalse107), "get", [=> "_route"], "method"falsefalsefalse107), "app_digitalManufacturingServices"))) {
  195.             echo "active";
  196.         }
  197.         echo "\" href=\"";
  198.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_digitalManufacturingServices", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'107$this->source); })()), "request", [], "any"falsefalsefalse107), "locale", [], "any"falsefalsefalse107)]), "html"nulltrue);
  199.         echo "\">";
  200.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-digital", [], "messages");
  201.         echo "</a>
  202.                             </li>
  203.                             <hr>
  204.                             ";
  205.         // line 110
  206.         if (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.'110$this->source); })()), "user", [], "any"falsefalsefalse110)) {
  207.             // line 111
  208.             echo "                           <div class=\"dropdown-text\">
  209.                             <a class=\"nav-link-text\" id=\"dropdown-toggle-text\">";
  210.             // line 112
  211.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-manufacturingerp", [], "messages");
  212.             echo "</a>
  213.                             </div>
  214.                         </li>
  215.                 <li>
  216.                  <div class=\"dropdown-text dropdown-content-text\">
  217.                         
  218.                         <a class=\"";
  219.             // line 118
  220.             if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'118$this->source); })()), "request", [], "any"falsefalsefalse118), "get", [=> "_route"], "method"falsefalsefalse118), "app_manufacturingERP"))) {
  221.                 echo "active";
  222.             }
  223.             echo "\" href=\"";
  224.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_manufacturingERP", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'118$this->source); })()), "request", [], "any"falsefalsefalse118), "locale", [], "any"falsefalsefalse118)]), "html"nulltrue);
  225.             echo "\" style=\"padding-top: 6px!important;padding-bottom: 6px!important;    color: #0C24B3;\">";
  226.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-erp-presentation", [], "messages");
  227.             echo "</a>
  228.                         <a class=\"";
  229.             // line 119
  230.             if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'119$this->source); })()), "request", [], "any"falsefalsefalse119), "get", [=> "_route"], "method"falsefalsefalse119), "presentationERP"))) {
  231.                 echo "active";
  232.             }
  233.             echo "\" href=\"";
  234.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("presentationERP", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'119$this->source); })()), "request", [], "any"falsefalsefalse119), "locale", [], "any"falsefalsefalse119)]), "html"nulltrue);
  235.             echo "\" style=\"padding-top: 6px!important;padding-bottom: 6px!important;    color: #0C24B3;\">";
  236.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-erp-fonctionnalites", [], "messages");
  237.             echo "</a>
  238.                     </div>
  239.               
  240.                     <script>
  241.                       document.addEventListener(\"DOMContentLoaded\", function() {
  242.                         const dropdownToggleText = document.getElementById(\"dropdown-toggle-text\");
  243.                         const dropdownContentText = document.querySelector(\".dropdown-content-text\");
  244.                         const marge = document.querySelector(\".testMarge\");  // Corrigé le ':' par un ';'
  245.                         dropdownToggleText.addEventListener(\"click\", function() {
  246.                             if (dropdownContentText.style.display === \"block\") {
  247.                                 dropdownContentText.style.display = \"none\";
  248.                                 marge.style.marginTop = \"0px\";  // Retire la marge
  249.                             } else {
  250.                                 dropdownContentText.style.display = \"block\";
  251.                                 marge.style.marginTop = \"98px\";  // Ajoute la marge
  252.                             }
  253.                         });
  254.                         document.addEventListener(\"click\", function(event) {
  255.                             if (!event.target.matches(\".nav-link-text\") && !event.target.matches(\".dropdown-content-text a\")) {
  256.                                 dropdownContentText.style.display = \"none\";
  257.                                 marge.style.marginTop = \"0px\";  // Retire la marge
  258.                             }
  259.                         });
  260.                     });
  261.                                         </script>
  262.                 </li>
  263.                 <hr>
  264.                  ";
  265.         }
  266.         // line 149
  267.         echo "                <li class=\"testMarge\">
  268.                     <a class=\"nav-link ";
  269.         // line 150
  270.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'150$this->source); })()), "request", [], "any"falsefalsefalse150), "get", [=> "_route"], "method"falsefalsefalse150), "app_baseOutils"))) {
  271.             echo "active";
  272.         }
  273.         echo "\" href=\"";
  274.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_baseOutils", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'150$this->source); })()), "request", [], "any"falsefalsefalse150), "locale", [], "any"falsefalsefalse150)]), "html"nulltrue);
  275.         echo "\">";
  276.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-baseoutils", [], "messages");
  277.         echo "</a>
  278.                 </li>
  279.                             <hr>
  280.                             <li>
  281.                                 <a class=\"nav-link ";
  282.         // line 154
  283.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'154$this->source); })()), "request", [], "any"falsefalsefalse154), "get", [=> "_route"], "method"falsefalsefalse154), "app_societe"))) {
  284.             echo "active";
  285.         }
  286.         echo "\" href=\"";
  287.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_societe", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'154$this->source); })()), "request", [], "any"falsefalsefalse154), "locale", [], "any"falsefalsefalse154)]), "html"nulltrue);
  288.         echo "\">";
  289.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-societe", [], "messages");
  290.         echo "</a>
  291.                             </li>
  292.                             <hr>
  293.                             <li>
  294.                                 <a class=\"nav-link ";
  295.         // line 158
  296.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'158$this->source); })()), "request", [], "any"falsefalsefalse158), "get", [=> "_route"], "method"falsefalsefalse158), "app_actualites"))) {
  297.             echo "active";
  298.         }
  299.         echo "\" href=\"";
  300.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_actualites", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'158$this->source); })()), "request", [], "any"falsefalsefalse158), "locale", [], "any"falsefalsefalse158)]), "html"nulltrue);
  301.         echo "\">";
  302.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-actu", [], "messages");
  303.         echo "</a>
  304.                             </li>
  305.                             <hr>
  306.                             <li>
  307.                                 <a class=\"nav-link ";
  308.         // line 162
  309.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'162$this->source); })()), "request", [], "any"falsefalsefalse162), "get", [=> "_route"], "method"falsefalsefalse162), "app_contact"))) {
  310.             echo "active";
  311.         }
  312.         echo "\" href=\"";
  313.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_contact", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'162$this->source); })()), "request", [], "any"falsefalsefalse162), "locale", [], "any"falsefalsefalse162)]), "html"nulltrue);
  314.         echo "\">";
  315.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-contact", [], "messages");
  316.         echo "</a>
  317.                             </li>
  318.                             <hr> 
  319.                            
  320.                            
  321.                             <div class=\"d-flex justify-content-between\" style=\"margin-top:16px\">
  322.                                 <div class=\"col-3 joinUs joinUsResp\">
  323.      
  324.                                     <li class=\"nav-item\">
  325.                                         <a class=\"nav-link ";
  326.         // line 172
  327.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'172$this->source); })()), "request", [], "any"falsefalsefalse172), "get", [=> "_route"], "method"falsefalsefalse172), "app_joinus"))) {
  328.             echo "active";
  329.         }
  330.         echo "\" href=\"";
  331.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_joinus", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'172$this->source); })()), "request", [], "any"falsefalsefalse172), "locale", [], "any"falsefalsefalse172)]), "html"nulltrue);
  332.         echo "\">JOIN US</a>
  333.                                     </li>
  334.                                 </div>
  335.                                 <li class=\"nav-item\">
  336.                             <a href=\"https://www.linkedin.com/company/cpi-luxembourg\" target=\"_blank\"><img class=\"img-fluid\" src=\"";
  337.         // line 176
  338.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/accueil/linkedIn.png"), "html"nulltrue);
  339.         echo "\" alt=\"linkedIn\"></a>
  340.                                 </li>
  341.                             </div>
  342.                                        
  343.                               
  344.                            
  345.                             <li>
  346.                                
  347.                                     <p style=\"font-size:8px!important;color:white;text-decoration:none;margin:0;padding:0;margin-top:15px;margin-bottom:25px;\"> <a href=\"";
  348.         // line 186
  349.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("politique", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'186$this->source); })()), "request", [], "any"falsefalsefalse186), "locale", [], "any"falsefalsefalse186)]), "html"nulltrue);
  350.         echo "\"  style=\"font-size:12px!important;\">";
  351.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("footer-text3", [], "messages");
  352.         echo "</a>  | <a href=\"";
  353.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cookies", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'186$this->source); })()), "request", [], "any"falsefalsefalse186), "locale", [], "any"falsefalsefalse186)]), "html"nulltrue);
  354.         echo "\"  style=\"font-size:12px!important;\">Cookies</a> </p>
  355.                                 
  356.                             </li>
  357.                             <li class=\"d-none\">
  358.                                 <p style=\"font-size:12px;font-weight:bold;color:#7393FA; margin-top:15px;margin-bottom: 0!important;\">";
  359.         // line 190
  360.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("footer-text2", [], "messages");
  361.         echo "</p>
  362.                                  <div class=\"d-flex justify-content-between\" style=\"margin:0;padding:0\">
  363.                                     <a href=\"https://www.wintool.com/en\" target=\"_blank\" style=\"text-decoration:none;\"><img src=\"";
  364.         // line 192
  365.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/accueil/wintool-ag-logo-vector-white.png"), "html"nulltrue);
  366.         echo "\" alt=\"\" style=\"margin:0;padding:0\"></a>
  367.                                     <a href=\"https://www.3ds.com/fr/\" target=\"_blank\" style=\"text-decoration:none;\"><img src=\"";
  368.         // line 193
  369.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/accueil/delmiaworks-logo.png"), "html"nulltrue);
  370.         echo "\" style=\"margin:0;padding:0;width:135px;margin-left: 15px;\" alt=\"\"></a>
  371.                                 </div>
  372.                             </li>
  373.                             
  374.                                
  375.                             
  376.                         </ul>
  377.                     </div>
  378.                     
  379.                 </div>
  380.             </div>
  381.         </div>
  382.         <div class=\"side-bar\">
  383.                 <a href=\"";
  384.         // line 208
  385.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_home");
  386.         echo "\">
  387.                     <img src=\"";
  388.         // line 209
  389.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/industrialisation/Groupe 287.svg"), "html"nulltrue);
  390.         echo "\" alt=\"logo\" style=\"cursor:pointer;\">
  391.                 </a>
  392.               
  393.                     
  394.                 <div class=\"d-flex\">
  395.                    
  396.                    <div class=\"radio-nav\" style=\"margin-right:15px;\">
  397.                                             <a href=\"";
  398.         // line 216
  399.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("changerLocale", ["locale" => "fr"]);
  400.         echo "\" style=\"color:black;text-decoration:none;\" class=\"";
  401.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'216$this->source); })()), "request", [], "any"falsefalsefalse216), "locale", [], "any"falsefalsefalse216), "fr"))) {
  402.             echo "radio-nav-active";
  403.         }
  404.         echo "\">FR</a>  
  405.                                             <a href=\"";
  406.         // line 217
  407.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("changerLocale", ["locale" => "en"]);
  408.         echo "\" style=\"color:black;text-decoration:none;\" class=\"";
  409.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'217$this->source); })()), "request", [], "any"falsefalsefalse217), "locale", [], "any"falsefalsefalse217), "en"))) {
  410.             echo "radio-nav-active";
  411.         }
  412.         echo "\">EN</a>
  413.                                         </div>
  414.                     <img src=\"";
  415.         // line 219
  416.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/burger-menu-svgrepo-com.svg"), "html"nulltrue);
  417.         echo "\" alt=\"menu burger logo\" class=\"menu-hamburger\" style=\"width: 30px!important;cursor:pointer;\">
  418.                 </div>    
  419.         </div>
  420.           
  421.         
  422.        
  423.         <script>
  424.             const menuHamburger = document.querySelector(\".menu-hamburger\");
  425.             const sideBarContent = document.querySelector(\".side-bar-content\");
  426.             let buttonClose = document.querySelector(\".circlemark\");
  427.                 menuHamburger.addEventListener('click', () => {
  428.                 if (sideBarContent.style.display === 'block') {
  429.                     sideBarContent.style.display = 'none';
  430.                   
  431.                 } else {
  432.                     sideBarContent.style.display = 'block';
  433.                    
  434.                 }
  435.                 });
  436.                 buttonClose.addEventListener('click', () => {
  437.                     if (sideBarContent.style.display === 'block') {
  438.                         sideBarContent.style.display = 'none';
  439.                       
  440.                     } else {
  441.                         sideBarContent.style.display = 'block';
  442.                        
  443.                     }
  444.                     });
  445.         </script>
  446.     <header>
  447.         
  448.         <div class=\"navigation-header container-fluid\" style=\"border-bottom: solid 2px blue;\">
  449.             <div class=\"row py-4 d-flex\" id=\"header\" style=\" margin-right:5%!important\">
  450.                 <div class=\" col-4 col-md-2 d-flex  align-items-center justify-content-center justify-content-md-end\"  id=\"logo-responsive\">
  451.                     <div class=\"logo\">
  452.                         <a href=\"";
  453.         // line 261
  454.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_home");
  455.         echo "\"><img class=\"d-block\" style=\"width:150px !important;\" src=\"";
  456.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/industrialisation/Groupe 287.svg"), "html"nulltrue);
  457.         echo "\" alt=\"accueil\" /></a>
  458.                     
  459.                     </div>
  460.                 </div>
  461.             
  462.                 <div class=\"col-10 d-flex justify-content-lg-end justify-content-center\" >
  463.                     <nav class=\"navbar navbar-expand-lg \">
  464.                         <div class=\"container-fluid\">
  465.                             <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarNav\" aria-controls=\"navbarNav\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  466.                                 <span class=\"navbar-toggler-icon\"></span>
  467.                             </button>
  468.                             <div class=\"collapse navbar-collapse \" id=\"navbarNav\">
  469.                                 <ul class=\"navbar-nav \" style=\"padding:0;position: relative;top: 14px;\">
  470.                                     <li class=\"nav-item nav-edit  d-flex flex-column align-items-center justify-content-between\" style=\"text-transform:uppercase\">
  471.                                         ";
  472.         // line 276
  473.         if (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.'276$this->source); })()), "user", [], "any"falsefalsefalse276)) {
  474.             echo "<a href=\"";
  475.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 1]);
  476.             echo "\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  477.         }
  478.         // line 277
  479.         echo "                                        <a class=\"nav-link ";
  480.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'277$this->source); })()), "request", [], "any"falsefalsefalse277), "get", [=> "_route"], "method"falsefalsefalse277), "app_industrialisation"))) {
  481.             echo "active";
  482.         }
  483.         echo "\" aria-current=\"page\" href=\"";
  484.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_industrialisation", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'277$this->source); })()), "request", [], "any"falsefalsefalse277), "locale", [], "any"falsefalsefalse277)]), "html"nulltrue);
  485.         echo "\">";
  486.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-industrialisation", [], "messages");
  487.         echo "</a>
  488.                                         <img class=\"circle-hover-nav\" src=\"";
  489.         // line 278
  490.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/iconizer-image-rond-bleu-2.svg"), "html"nulltrue);
  491.         echo "\" alt=\"\">
  492.                                     </li>
  493.                                     <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between\">
  494.                                         ";
  495.         // line 281
  496.         if (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.'281$this->source); })()), "user", [], "any"falsefalsefalse281)) {
  497.             echo "<a href=\"";
  498.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 2]);
  499.             echo "\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  500.         }
  501.         // line 282
  502.         echo "                                        <a class=\"nav-link ";
  503.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'282$this->source); })()), "request", [], "any"falsefalsefalse282), "get", [=> "_route"], "method"falsefalsefalse282), "formations"))) {
  504.             echo "active";
  505.         }
  506.         echo "\" href=\"";
  507.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("formations", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'282$this->source); })()), "request", [], "any"falsefalsefalse282), "locale", [], "any"falsefalsefalse282)]), "html"nulltrue);
  508.         echo "\" >";
  509.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-formation", [], "messages");
  510.         echo "</a>
  511.                                         <img class=\"circle-hover-nav\" src=\"";
  512.         // line 283
  513.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/iconizer-image-rond-bleu-2.svg"), "html"nulltrue);
  514.         echo "\" alt=\"\">
  515.                                     </li>
  516.                                     <li class=\"nav-item nav-edit  d-flex flex-column align-items-center justify-content-between\">
  517.                                         ";
  518.         // line 287
  519.         if (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.'287$this->source); })()), "user", [], "any"falsefalsefalse287)) {
  520.             echo "<a href=\"";
  521.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 53]);
  522.             echo "\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  523.         }
  524.         // line 288
  525.         echo "                                        <a class=\"nav-link ";
  526.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'288$this->source); })()), "request", [], "any"falsefalsefalse288), "get", [=> "_route"], "method"falsefalsefalse288), "app_digitalManufacturingServices"))) {
  527.             echo "active";
  528.         }
  529.         echo "\" href=\"";
  530.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_digitalManufacturingServices", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'288$this->source); })()), "request", [], "any"falsefalsefalse288), "locale", [], "any"falsefalsefalse288)]), "html"nulltrue);
  531.         echo "\">";
  532.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-digital", [], "messages");
  533.         echo "</a>
  534.                                         <img class=\"circle-hover-nav\" src=\"";
  535.         // line 289
  536.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/iconizer-image-rond-bleu-2.svg"), "html"nulltrue);
  537.         echo "\" alt=\"\">
  538.                                     </li>
  539.                                     ";
  540.         // line 291
  541.         if (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.'291$this->source); })()), "user", [], "any"falsefalsefalse291)) {
  542.             // line 292
  543.             echo "                                    <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between \">
  544.                                         ";
  545.             // line 293
  546.             if (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.'293$this->source); })()), "user", [], "any"falsefalsefalse293)) {
  547.                 echo "<a href=\"";
  548.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 60]);
  549.                 echo "\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  550.             }
  551.             // line 294
  552.             echo "                                        <div class=\"dropdown d-flex flex-column align-items-center justify-content-between\">
  553.                                             <a class=\"nav-link ";
  554.             // line 295
  555.             if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'295$this->source); })()), "request", [], "any"falsefalsefalse295), "get", [=> "_route"], "method"falsefalsefalse295), "app_manufacturingERP"))) {
  556.                 echo "active";
  557.             }
  558.             echo "\" style=\"cursor:pointer;margin-bottom:20px\">";
  559.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-manufacturingerp", [], "messages");
  560.             echo "</a>
  561.                                             <img class=\"circle-hover-nav\" src=\"";
  562.             // line 296
  563.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/iconizer-image-rond-bleu-2.svg"), "html"nulltrue);
  564.             echo "\" alt=\"\">
  565.                                             <div class=\"dropdown-content dropdown-base\">
  566.                                                 <a class=\"";
  567.             // line 299
  568.             if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'299$this->source); })()), "request", [], "any"falsefalsefalse299), "get", [=> "_route"], "method"falsefalsefalse299), "app_manufacturingERP"))) {
  569.                 echo "active";
  570.             }
  571.             echo "\" href=\"";
  572.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_manufacturingERP", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'299$this->source); })()), "request", [], "any"falsefalsefalse299), "locale", [], "any"falsefalsefalse299)]), "html"nulltrue);
  573.             echo "\">";
  574.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-erp-presentation", [], "messages");
  575.             if (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.'299$this->source); })()), "user", [], "any"falsefalsefalse299)) {
  576.                 echo "<a href=\"";
  577.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 54]);
  578.                 echo "\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  579.             }
  580.             echo "</a>
  581.                                                 <a class=\"";
  582.             // line 300
  583.             if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'300$this->source); })()), "request", [], "any"falsefalsefalse300), "get", [=> "_route"], "method"falsefalsefalse300), "presentationERP"))) {
  584.                 echo "active";
  585.             }
  586.             echo "\" href=\"";
  587.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("presentationERP", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'300$this->source); })()), "request", [], "any"falsefalsefalse300), "locale", [], "any"falsefalsefalse300)]), "html"nulltrue);
  588.             echo "\">";
  589.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-erp-fonctionnalites", [], "messages");
  590.             if (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.'300$this->source); })()), "user", [], "any"falsefalsefalse300)) {
  591.                 echo "<a href=\"";
  592.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 55]);
  593.                 echo "\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  594.             }
  595.             echo "</a>
  596.                                             </div>
  597. </div>
  598.                                                 <script>
  599.                                                     // Récupérez le lien MANUFACTURING et le menu déroulant
  600.                                                     const manufacturingLink = document.querySelector('.dropdown a');
  601.                                                     const dropdownContent = document.querySelector('.dropdown .dropdown-content');
  602.                                                     // Ajoutez un gestionnaire d'événement au lien
  603.                                                     manufacturingLink.addEventListener('click', function (e) {
  604.                                                         e.preventDefault(); // Empêche le lien de suivre le lien href
  605.                                                         // Vérifiez si le menu est actuellement caché
  606.                                                         if (dropdownContent.style.display === 'none' || !dropdownContent.style.display) {
  607.                                                             // Affichez le menu déroulant avec une hauteur adaptée au contenu
  608.                                                             dropdownContent.style.display = 'block';
  609.                                                             dropdownContent.style.height = 'auto';
  610.                                                             const height = dropdownContent.clientHeight + 'px';
  611.                                                             dropdownContent.style.height = '0'; // Réinitialisez la hauteur à 0
  612.                                                             setTimeout(() => {
  613.                                                                 dropdownContent.style.height = height; // Appliquez la hauteur réelle pour l'animation
  614.                                                             }, 0);
  615.                                                         } else {
  616.                                                             // Masquez le menu déroulant
  617.                                                             dropdownContent.style.height = '0';
  618.                                                             setTimeout(() => {
  619.                                                                 dropdownContent.style.display = 'none';
  620.                                                             }, 300); // Durée de l'animation CSS
  621.                                                         }
  622.                                                     });
  623.                                                 </script>
  624.                                     </li>
  625.                                     ";
  626.         }
  627.         // line 335
  628.         echo "                                    <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between\">
  629.                                         ";
  630.         // line 336
  631.         if (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.'336$this->source); })()), "user", [], "any"falsefalsefalse336)) {
  632.             echo "<a href=\"";
  633.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 56]);
  634.             echo "\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  635.         }
  636.         // line 337
  637.         echo "                                        <a class=\"nav-link ";
  638.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'337$this->source); })()), "request", [], "any"falsefalsefalse337), "get", [=> "_route"], "method"falsefalsefalse337), "app_baseOutils"))) {
  639.             echo "active";
  640.         }
  641.         echo "\" href=\"";
  642.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_baseOutils", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'337$this->source); })()), "request", [], "any"falsefalsefalse337), "locale", [], "any"falsefalsefalse337)]), "html"nulltrue);
  643.         echo "\">";
  644.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-baseoutils", [], "messages");
  645.         echo "</a>
  646.                                         <img class=\"circle-hover-nav\" src=\"";
  647.         // line 338
  648.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/iconizer-image-rond-bleu-2.svg"), "html"nulltrue);
  649.         echo "\" alt=\"\">
  650.                                     </li>
  651.                                     <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between\">
  652.                                         ";
  653.         // line 343
  654.         if (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.'343$this->source); })()), "user", [], "any"falsefalsefalse343)) {
  655.             echo "<a href=\"";
  656.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 57]);
  657.             echo "\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  658.         }
  659.         // line 344
  660.         echo "                                        <a class=\"nav-link ";
  661.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'344$this->source); })()), "request", [], "any"falsefalsefalse344), "get", [=> "_route"], "method"falsefalsefalse344), "app_societe"))) {
  662.             echo "active";
  663.         }
  664.         echo "\" href=\"";
  665.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_societe", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'344$this->source); })()), "request", [], "any"falsefalsefalse344), "locale", [], "any"falsefalsefalse344)]), "html"nulltrue);
  666.         echo "\">";
  667.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-societe", [], "messages");
  668.         echo "</a>
  669.                                         <img class=\"circle-hover-nav\" src=\"";
  670.         // line 345
  671.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/iconizer-image-rond-bleu-2.svg"), "html"nulltrue);
  672.         echo "\" alt=\"\">
  673.                                     </li>
  674.                                     <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between\">
  675.                                         ";
  676.         // line 349
  677.         if (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.'349$this->source); })()), "user", [], "any"falsefalsefalse349)) {
  678.             echo "<a href=\"";
  679.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 58]);
  680.             echo "\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  681.         }
  682.         // line 350
  683.         echo "                                        <a class=\"nav-link ";
  684.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'350$this->source); })()), "request", [], "any"falsefalsefalse350), "get", [=> "_route"], "method"falsefalsefalse350), "app_actualites"))) {
  685.             echo "active";
  686.         }
  687.         echo "\" href=\"";
  688.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_actualites", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'350$this->source); })()), "request", [], "any"falsefalsefalse350), "locale", [], "any"falsefalsefalse350)]), "html"nulltrue);
  689.         echo "\">";
  690.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-actu", [], "messages");
  691.         echo "</a>
  692.                                         <img class=\"circle-hover-nav\" src=\"";
  693.         // line 351
  694.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/iconizer-image-rond-bleu-2.svg"), "html"nulltrue);
  695.         echo "\" alt=\"\">
  696.                                     </li>
  697.                                     <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between\">
  698.                                         ";
  699.         // line 355
  700.         if (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.'355$this->source); })()), "user", [], "any"falsefalsefalse355)) {
  701.             echo "<a href=\"";
  702.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 59]);
  703.             echo "\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  704.         }
  705.         // line 356
  706.         echo "                                        <a class=\"nav-link ";
  707.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'356$this->source); })()), "request", [], "any"falsefalsefalse356), "get", [=> "_route"], "method"falsefalsefalse356), "app_contact"))) {
  708.             echo "active";
  709.         }
  710.         echo "\" href=\"";
  711.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_contact", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'356$this->source); })()), "request", [], "any"falsefalsefalse356), "locale", [], "any"falsefalsefalse356)]), "html"nulltrue);
  712.         echo "\">";
  713.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("navbar-menu-contact", [], "messages");
  714.         echo "</a>
  715.                                         <img class=\"circle-hover-nav\" src=\"";
  716.         // line 357
  717.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/iconizer-image-rond-bleu-2.svg"), "html"nulltrue);
  718.         echo "\" alt=\"\">
  719.                                     </li>
  720.                         
  721.                                     <div class=\"joinUs\">
  722.                                         <li class=\"nav-item\">
  723.                                             <a class=\"nav-link ";
  724.         // line 363
  725.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'363$this->source); })()), "request", [], "any"falsefalsefalse363), "get", [=> "_route"], "method"falsefalsefalse363), "app_joinus"))) {
  726.             echo "active";
  727.         }
  728.         echo "\" href=\"";
  729.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_joinus", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'363$this->source); })()), "request", [], "any"falsefalsefalse363), "locale", [], "any"falsefalsefalse363)]), "html"nulltrue);
  730.         echo "\">JOIN US</a>
  731.                                         </li>
  732.                                     </div>
  733.                                     
  734.                                         
  735.                                         <div class=\"radio-nav\">
  736.                                             <a href=\"";
  737.         // line 370
  738.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("changerLocale", ["locale" => "fr"]);
  739.         echo "\" style=\"color:black;text-decoration:none;\" class=\"";
  740.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'370$this->source); })()), "request", [], "any"falsefalsefalse370), "locale", [], "any"falsefalsefalse370), "fr"))) {
  741.             echo "radio-nav-active";
  742.         }
  743.         echo "\">FR</a>  
  744.                                             <a href=\"";
  745.         // line 371
  746.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("changerLocale", ["locale" => "en"]);
  747.         echo "\" style=\"color:black;text-decoration:none;\" class=\"";
  748.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'371$this->source); })()), "request", [], "any"falsefalsefalse371), "locale", [], "any"falsefalsefalse371), "en"))) {
  749.             echo "radio-nav-active";
  750.         }
  751.         echo "\">EN</a>
  752.                                         </div>
  753.                                         
  754.                                         <script>
  755.                                             document.querySelectorAll('input[name=\"language\"]').forEach(function(radio) {
  756.                                                 radio.addEventListener('change', function() {
  757.                                                     console.log(\"Langue du site:\", this.value); // Affiche la valeur dans la console
  758.                                                     document.getElementById('languageForm').submit();
  759.                                                 });
  760.                                             });
  761.                                         </script>
  762.                                    
  763.                                    <li id=\"search-icon\">
  764.                                                 <i class=\"searchLinkDesktop fa-solid fa-magnifying-glass\"></i>
  765.                                             </li>
  766.                                    
  767.                                 </ul>
  768.                             </div>
  769.                         </div>
  770.                     </nav>
  771.                 </div>
  772.             </div>
  773.         </div>
  774.         <div class=\"container-form\" id=\"search-container\">
  775.     <form action=\"";
  776.         // line 398
  777.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("resultatRecherche");
  778.         echo "\" method=\"post\">
  779.         <input type=\"search\" name=\"search\" placeholder=\"";
  780.         // line 399
  781.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("tapez-votre-recherche", [], "messages");
  782.         echo "\">
  783.         <input type=\"submit\" hidden />
  784.     </form>
  785. </div>
  786. <script>
  787. document.addEventListener(\"DOMContentLoaded\", function () {
  788.     const searchIcon = document.getElementById(\"search-icon\");
  789.     const searchContainer = document.getElementById(\"search-container\");
  790.     searchIcon.addEventListener(\"click\", function (event) {
  791.         // Empêcher la propagation du clic pour éviter la fermeture immédiate
  792.         event.stopPropagation();
  793.         if (searchContainer.style.height === \"0px\" || searchContainer.style.height === \"\") {
  794.             // Afficher le formulaire
  795.             searchContainer.style.height = \"90px\";
  796.             searchContainer.style.opacity = \"1\";
  797.             // Ajouter un gestionnaire d'événements de clic au document pour masquer le formulaire
  798.             document.addEventListener(\"click\", function closeSearchContainer() {
  799.                 // Masquer le formulaire
  800.                 searchContainer.style.height = \"0px\";
  801.                 searchContainer.style.opacity = \"0\";
  802.                 // Retirer le gestionnaire d'événements une fois le formulaire masqué
  803.                 document.removeEventListener(\"click\", closeSearchContainer);
  804.             });
  805.         } else {
  806.             // Masquer le formulaire
  807.             searchContainer.style.height = \"0px\";
  808.             searchContainer.style.opacity = \"0\";
  809.         }
  810.     });
  811.     // Empêcher la propagation du clic depuis le conteneur du formulaire
  812.     searchContainer.addEventListener(\"click\", function (event) {
  813.         event.stopPropagation();
  814.     });
  815. });
  816. </script>
  817.         ";
  818.         // line 445
  819.         if (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.'445$this->source); })()), "user", [], "any"falsefalsefalse445)) {
  820.             // line 446
  821.             echo "
  822.         ";
  823.         }
  824.         // line 448
  825.         echo "    
  826.     
  827.     
  828.     
  829. </header>
  830.         ";
  831.         // line 460
  832.         $this->displayBlock('body'$context$blocks);
  833.         // line 466
  834.         echo "
  835. <div class=\"footer \">
  836.     <div class=\"container\">
  837.                     <div class=\" row text\">
  838.                         <div class=\"d-md-block d-none col-xl-3 col-4 d-flex align-items-center justify-content-center justify-content-lg-start pictureFooter deleteResponsive deleteResponsiveTablet\">
  839.                             <a href =\"#\"><img class=\"d-md-block d-none w-75 img-fluid pictureFooter\" src=\"";
  840.         // line 472
  841.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/accueil/footer.png"), "html"nulltrue);
  842.         echo "\" alt=\"accueil\" /></a>    
  843.                         </div>
  844.                         <div class=\"col-xl-3 col-md-4 col-6 justify-content-center justify-content-lg-start \">
  845.                             <div class=\"txt1\">
  846.                                 <p>LUXEMBOURG</p>
  847.                             </div>
  848.                             <div class=\"d-flex flex-column\">                            
  849.                                 <p>21, rue de l'innovation,</p>
  850.                                 <p>1896 Kockelscheuer</p>
  851.                                 <p>Tél : +352 26 17 68 81</p>
  852.                                 <p>Email: info@cpi.lu</p>
  853.                             </div>
  854.                             <div class=\"row mt-4 deleteResponsiveTablet\">
  855.                                 <div class=\"suivez-nous\">
  856.                                     <p>";
  857.         // line 487
  858.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("footer-text1", [], "messages");
  859.         echo ":</p>
  860.                             
  861.                                     <a href=\"https://www.linkedin.com/company/cpi-luxembourg\" target=\"_blank\"><img class=\"img-fluid\" src=\"";
  862.         // line 489
  863.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/accueil/linkedIn.png"), "html"nulltrue);
  864.         echo "\" alt=\"linkedIn\"></a>
  865.                                 </div>
  866.                                 ";
  867.         // line 491
  868.         if (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.'491$this->source); })()), "user", [], "any"falsefalsefalse491)) {
  869.             echo "<a href=\"";
  870.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 80]);
  871.             echo "\"><button type=\"button\"  style=\"position:relative;top:20px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  872.         }
  873.         // line 492
  874.         echo "                            </div>
  875.                         
  876.                         </div>
  877.                     
  878.             
  879.                         <div class=\"col-xl-3 col-md-4 col-6  justify-content-center justify-content-lg-start \">
  880.                             <div class=\"txt2\">
  881.                                 <p>FRANCE</p>
  882.                             </div>
  883.                             <div class=\"d-flex flex-wrap flex-xl-column flex-row\"> 
  884.                                 <p>Buropole Services</p>
  885.                                 <p>478, rue de la Découverte</p>
  886.                                 <p>MiniParc 3 • CS 67624</p>
  887.                                 <p>31676 LABEGE</p><br>
  888.                                 <p>Tél.: +33 (0)5 81 91 90 42</p>
  889.                                 <p>Email: info@cpi.lu</p>
  890.                             </div>
  891.                         </div>
  892.                         
  893.                         <div class=\"col-md-3 deleteResponsive deleteResponsiveTablet\">
  894.                             <div class=\"txt2\">
  895.                                 <p>";
  896.         // line 515
  897.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("footer-text2", [], "messages");
  898.         if (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.'515$this->source); })()), "user", [], "any"falsefalsefalse515)) {
  899.             echo "<a href=\"";
  900.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_dictionnaire_edit", ["id" => 81]);
  901.             echo "\"><button type=\"button\"  style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>";
  902.         }
  903.         echo "</p>
  904.                                 
  905.                             </div>
  906.                             <div class=\"row\">
  907.                                 <div class=\"partenariat\">
  908.                                     <div class=\"col\">
  909.                                         <a href=\"#\"><img class=\"img-fluid\" src=\"";
  910.         // line 521
  911.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/societe/09-Logo Wintool Logo.png"), "html"nulltrue);
  912.         echo "\" alt=\"wintool\"></a>
  913.                                     </div>
  914.                                     
  915.                     
  916.                                 </div>
  917.                                 
  918.                             </div>
  919.                             <div class=\"row mt-5\">
  920.                                 <div class=\"partenariat\">
  921.                                     <div class=\"col\">
  922.                                         <a href=\"#\"><img class=\"img-fluid\" src=\"";
  923.         // line 531
  924.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/societe/03-logo dassault system-01.png"), "html"nulltrue);
  925.         echo "\" alt=\"delmia2\"></a>
  926.                                     </div>
  927.                                     
  928.                                     <br>
  929.                                 </div>
  930.                             </div>
  931.                         </div>
  932.                     </div>
  933.             
  934.  
  935.         
  936.     </div>
  937. </div>
  938. <div class=\"footer2\">
  939.     <div class=\"container \">
  940.         <div class=\"row pt-1 d-flex flex-column flex-md-row \" >
  941.             <div class=\"col-md-4 col-12  d-flex justify-content-center justify-content-md-start justify-content-xl-center\" >
  942.                 <p class=\"txt1\">EVAMILL S.A. -©2023 - All Rights Reserved</p>  
  943.             </div>
  944.             <div class=\"col-md-4 col-12 d-flex justify-content-center justify-content-md-start justify-content-xl-center deleteResponsive\" >
  945.             <style>
  946.                 .txt2 a:hover{
  947.                     opacity: 0.8;
  948.                 }
  949.             </style>
  950.                 <p class=\"txt2\" style=\"position:relative;bottom:3px;\"><a href=\"";
  951.         // line 559
  952.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("politique", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'559$this->source); })()), "request", [], "any"falsefalsefalse559), "locale", [], "any"falsefalsefalse559)]), "html"nulltrue);
  953.         echo "\">";
  954.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("footer-text3", [], "messages");
  955.         echo "</a> | <a href=\"";
  956.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cookies", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'559$this->source); })()), "request", [], "any"falsefalsefalse559), "locale", [], "any"falsefalsefalse559)]), "html"nulltrue);
  957.         echo "\" >Cookies</a></p>
  958.             </div>
  959.              
  960.             <div class=\"col-md-4 col-12 d-flex justify-content-center justify-content-md-start justify-content-xl-center\">
  961.                 <p class=\"txt3\" ><a href=\"https://www.piranha.lu/\" target=\"_blank\" style=\"text-decoration:none !important\">Designed by Piranha et Petits Poissons <span id=\"footerRouge\">Rouges</span></a></p>   
  962.             </div>
  963.         </div>
  964.     </div>
  965. </div>
  966.         <script src=\"";
  967.         // line 570
  968.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery-latest.min.js"), "html"nulltrue);
  969.         echo "\"></script>
  970.         <script src=\"";
  971.         // line 571
  972.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("slick/slick.js"), "html"nulltrue);
  973.         echo "\"></script>
  974.        
  975.         <!-- pour les  annimation de scroll -->
  976.         ";
  977.         // line 575
  978.         if (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.'575$this->source); })()), "user", [], "any"falsefalsefalse575)) {
  979.             // line 576
  980.             echo "        ";
  981.         } else {
  982.             // line 577
  983.             echo "        <script src=\"https://unpkg.com/aos@2.3.1/dist/aos.js\"></script>
  984.         ";
  985.         }
  986.         // line 579
  987.         echo "    <script src=\"https://cdn.ckeditor.com/ckeditor5/38.1.1/classic/ckeditor.js\"></script>
  988.        
  989.        <script type=\"text/javascript\" src=\"";
  990.         // line 587
  991.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("cookies/jquery.ihavecookies.js"), "html"nulltrue);
  992.         echo "\"></script>
  993.  <script type=\"text/javascript\">
  994.                     
  995. \t\t\tvar options = {
  996. \t\t\t\ttitle: '";
  997.         // line 592
  998.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'592$this->source); })()), "request", [], "any"falsefalsefalse592), "locale", [], "any"falsefalsefalse592), "fr"))) {
  999.             echo "Acceptation des cookies";
  1000.         } else {
  1001.             echo "Cookie Policy";
  1002.         }
  1003.         echo " ',
  1004. \t\t\t\tmessage: \"";
  1005.         // line 593
  1006.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'593$this->source); })()), "request", [], "any"falsefalsefalse593), "locale", [], "any"falsefalsefalse593), "fr"))) {
  1007.             echo "Nous utilisons des cookies nécessaires au fonctionnement de ce site Web et également des cookies nous permettant d'analyser notre trafic.";
  1008.         } else {
  1009.             echo "We use cookies that are required for the operation of this website, they are cookies that enable us to analyze the website traffic.";
  1010.         }
  1011.         echo "\",
  1012. \t\t\t\tdelay: 600,
  1013. \t\t\t\texpires: 1,
  1014. \t\t\t\tlink: \"";
  1015.         // line 596
  1016.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("politique", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'596$this->source); })()), "request", [], "any"falsefalsefalse596), "locale", [], "any"falsefalsefalse596)]), "html"nulltrue);
  1017.         echo "\",
  1018. \t\t\t\tonAccept: function(){
  1019. \t\t\t\t\tvar myPreferences = \$.fn.ihavecookies.cookie();
  1020. \t\t\t\t\tconsole.log('Yay! The following preferences were saved...');
  1021. \t\t\t\t\tconsole.log(myPreferences);
  1022. \t\t\t\t},
  1023. \t\t\t\tuncheckBoxes: true,
  1024. \t\t\t\tacceptBtnLabel: '";
  1025.         // line 603
  1026.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'603$this->source); })()), "request", [], "any"falsefalsefalse603), "locale", [], "any"falsefalsefalse603), "fr"))) {
  1027.             echo "Tout accepter";
  1028.         } else {
  1029.             echo "Accept all";
  1030.         }
  1031.         echo "',
  1032.                 refuseBtnLabel: '";
  1033.         // line 604
  1034.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'604$this->source); })()), "request", [], "any"falsefalsefalse604), "locale", [], "any"falsefalsefalse604), "fr"))) {
  1035.             echo "Tout refuser";
  1036.         } else {
  1037.             echo "Refuse all";
  1038.         }
  1039.         echo "',
  1040. \t\t\t\tadvancedBtnLabel: '";
  1041.         // line 605
  1042.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'605$this->source); })()), "request", [], "any"falsefalsefalse605), "locale", [], "any"falsefalsefalse605), "fr"))) {
  1043.             echo "Personnaliser";
  1044.         } else {
  1045.             echo "Customize";
  1046.         }
  1047.         echo "',
  1048. \t\t\t\tmoreInfoLabel: '";
  1049.         // line 606
  1050.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'606$this->source); })()), "request", [], "any"falsefalsefalse606), "locale", [], "any"falsefalsefalse606), "fr"))) {
  1051.             echo "En savoir plus";
  1052.         } else {
  1053.             echo "Read more";
  1054.         }
  1055.         echo "',
  1056. \t\t\t\tcookieTypesTitle: '";
  1057.         // line 607
  1058.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'607$this->source); })()), "request", [], "any"falsefalsefalse607), "locale", [], "any"falsefalsefalse607), "fr"))) {
  1059.             echo "Choisissez les cookies que vous souhaitez accepter";
  1060.         } else {
  1061.             echo "Choose the cookies you want to accept";
  1062.         }
  1063.         echo "',
  1064. \t\t\t\tfixedCookieTypeLabel: '";
  1065.         // line 608
  1066.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'608$this->source); })()), "request", [], "any"falsefalsefalse608), "locale", [], "any"falsefalsefalse608), "fr"))) {
  1067.             echo "Nécessaires";
  1068.         } else {
  1069.             echo "Required";
  1070.         }
  1071.         echo "',
  1072. \t\t\t\tfixedCookieTypeDesc: 'These are essential for the website to work correctly.',
  1073.             \tuncheckBoxes: true,
  1074.                 cookieTypes: [
  1075.                 
  1076.                 {
  1077.                     type: '";
  1078.         // line 614
  1079.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'614$this->source); })()), "request", [], "any"falsefalsefalse614), "locale", [], "any"falsefalsefalse614), "fr"))) {
  1080.             echo "Préférences";
  1081.         } else {
  1082.             echo "Preferences";
  1083.         }
  1084.         echo "',
  1085.                     value: 'préférences',
  1086.                     description: 'Cookies related to site visits, browser types, etc.'
  1087.                 },
  1088.                 {
  1089.                     type: '";
  1090.         // line 619
  1091.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'619$this->source); })()), "request", [], "any"falsefalsefalse619), "locale", [], "any"falsefalsefalse619), "fr"))) {
  1092.             echo "Fonctionnels";
  1093.         } else {
  1094.             echo "Functional";
  1095.         }
  1096.         echo "',
  1097.                     value: 'fonctionnels',
  1098.                     description: 'Cookies related to site visits, browser types, etc.'
  1099.                 },
  1100.                 {
  1101.                     type: '";
  1102.         // line 624
  1103.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'624$this->source); })()), "request", [], "any"falsefalsefalse624), "locale", [], "any"falsefalsefalse624), "fr"))) {
  1104.             echo "Marketing";
  1105.         } else {
  1106.             echo "Marketing";
  1107.         }
  1108.         echo "',
  1109.                     value: 'marketing',
  1110.                     description: 'Cookies related to site visits, browser types, etc.'
  1111.                 },
  1112.                 
  1113.             ],
  1114. \t\t\t}
  1115. \t\t\t\$(document).ready(function() {
  1116. \t\t\t\t\$('body').ihavecookies(options);
  1117. \t\t\t\tif (\$.fn.ihavecookies.preference('marketing') === true) {
  1118. \t\t\t\t\tconsole.log('This should run because marketing is accepted.');
  1119. \t\t\t\t}
  1120. \t\t\t\t\$('.ihavecookiesBtn').on('click', function(e){
  1121. \t\t\t\t\te.preventDefault()
  1122. \t\t\t\t\t\$('body').ihavecookies(options, 'reinit');
  1123. \t\t\t\t});
  1124. \t\t\t});
  1125.              // Toggle advanced cookie options
  1126.             \$('body').on('click', '#gdpr-cookie-advanced', function(){
  1127.                 // Uncheck all checkboxes except for the disabled 'necessary'
  1128.                 // one and set 'data-auto' to OFF for all. The user can now
  1129.                 // select the cookies they want to accept.
  1130.                 \$('input[name=\"gdpr[]\"]:not(:disabled)').attr('data-auto', 'off').prop('checked', false);
  1131.                 \$('#gdpr-cookie-types').slideDown('fast', function(){
  1132.                     \$('#gdpr-cookie-advanced').prop('disabled', true);
  1133.                     \$('#gdpr-cookie-advanced').hide();
  1134.                     \$('#gdpr-cookie-refuse').hide();
  1135.                     \$('#gdpr-cookie-accept').html('";
  1136.         // line 655
  1137.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'655$this->source); })()), "request", [], "any"falsefalsefalse655), "locale", [], "any"falsefalsefalse655), "fr"))) {
  1138.             echo "Accepter";
  1139.         } else {
  1140.             echo "Accept";
  1141.         }
  1142.         echo "');
  1143.                 });
  1144.             });
  1145. \t\t
  1146.         </script>
  1147.     <link href=\"";
  1148.         // line 667
  1149.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("cookies/cookies.css"), "html"nulltrue);
  1150.         echo "\" rel=\"stylesheet\">
  1151.         <script type=\"text/javascript\">
  1152.             \$(document).ready(function(){
  1153.                 \$('.slider-demo-formation').slick({
  1154.                     arrows: true,
  1155.                     infinite:true,
  1156.                     prevArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-prev\">Previous</button>',
  1157.                     nextArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-next\">Next</button>',
  1158.                     slidesToShow:4,
  1159.                     slidesToScroll:4,
  1160.                     responsive:[{
  1161.                         breakpoint:1024,
  1162.                         settings:{
  1163.                             slidesToShow:2,            
  1164.                         }
  1165.                     },{
  1166.                         breakpoint:900,
  1167.                         settings:{
  1168.                             slidesToShow:1,
  1169.                         }
  1170.                     }],
  1171.                 });
  1172.             });
  1173.             \$(document).ready(function(){
  1174.                 \$('.slider-demo-actu').slick({
  1175.                     arrows: true,
  1176.                     infinite:true,
  1177.                     prevArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-prev\">Previous</button>',
  1178.                     nextArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-next\">Next</button>',
  1179.                     slidesToShow:4,
  1180.                     slidesToScroll:4,
  1181.                     responsive:[{
  1182.                         breakpoint:1024,
  1183.                         settings:{
  1184.                             slidesToShow:2,            
  1185.                         }
  1186.                     },{
  1187.                         breakpoint:900,
  1188.                         settings:{
  1189.                             slidesToShow:1,
  1190.                         }
  1191.                     }],
  1192.                 });
  1193.             });
  1194.             \$(document).ready(function(){
  1195.                 \$('.slider-demo-partenaire').slick({
  1196.                     arrows: true,
  1197.                     infinite:true,
  1198.                     prevArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-prev\">Previous</button>',
  1199.                     nextArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-next\">Next</button>',
  1200.                     slidesToShow:4,
  1201.                     slidesToScroll:4,
  1202.                     responsive:[{
  1203.                         breakpoint:1024,
  1204.                         settings:{
  1205.                             slidesToShow:2,            
  1206.                         }
  1207.                     },{
  1208.                         breakpoint:900,
  1209.                         settings:{
  1210.                             slidesToShow:1,
  1211.                         }
  1212.                     }],
  1213.                 });
  1214.             });
  1215.         </script>
  1216.         <script type=\"text/javascript\">
  1217.             \$(document).ready(function() {
  1218.                 \$('.imgAnimee img').captall({
  1219.                     backgroundColor: 'rgba(0,0,255,0.5)',
  1220.                     animation: 'slide',
  1221.                     caption:'<button class=\"EnSavoirPlus\">En savoir plus</button>',
  1222.                     textAlign:'center',
  1223.                     slideTo:'center',
  1224.                     paddingTop:300,
  1225.                     paddingBottom:300,
  1226.                 });
  1227.             });
  1228.         </script>
  1229.         <script type=\"text/javascript\">
  1230.                 // Affiche flèche quand hover sur le paragraphe BOX 1
  1231.                 let box1 = document.querySelector('.box-doc-1');
  1232.                 let text1 = document.querySelector('.p1box');
  1233.                 let iconArrow1 = document.querySelector('.arrow1');
  1234.                 let box2 = document.querySelector('.box-doc-2');
  1235.                 let text2 = document.querySelector('.p2box');
  1236.                 let iconArrow2 = document.querySelector('.arrow2');
  1237.                 let box3 = document.querySelector('.box-doc-3');
  1238.                 let text3 = document.querySelector('.p3box');
  1239.                 let iconArrow3 = document.querySelector('.arrow3');
  1240.                 let box4 = document.querySelector('.box-doc-4');
  1241.                 let text4 = document.querySelector('.p4box');
  1242.                 let iconArrow4 = document.querySelector('.arrow4');
  1243.                 let box5 = document.querySelector('.box-doc-5');
  1244.                 let text5 = document.querySelector('.p5box');
  1245.                 let iconArrow5 = document.querySelector('.arrow5');
  1246.                 let box6 = document.querySelector('.box-doc-6');
  1247.                 let text6 = document.querySelector('.p6box');
  1248.                 let iconArrow6 = document.querySelector('.arrow6');
  1249.                 
  1250.                 box1.addEventListener('mouseenter', function() {
  1251.                     iconArrow1.style.visibility = 'visible';
  1252.                     text1.style.fontWeight = '500';
  1253.                     text1.style.color = '#fff';
  1254.                 });
  1255.                 box1.addEventListener('mouseleave', function() {    
  1256.                     iconArrow1.style.visibility = 'hidden';
  1257.                     text1.style.fontWeight = '300';
  1258.                     text1.style.color = 'rgba(255, 255, 255, 0.713)';
  1259.                 });
  1260.                 box2.addEventListener('mouseenter', function() {
  1261.                     iconArrow2.style.visibility = 'visible';
  1262.                     text2.style.fontWeight = '500';
  1263.                     text2.style.color = '#fff';
  1264.                 });
  1265.                 box2.addEventListener('mouseleave', function() {    
  1266.                     iconArrow2.style.visibility = 'hidden';
  1267.                     text2.style.fontWeight = '300';
  1268.                     text2.style.color = 'rgba(255, 255, 255, 0.713)';
  1269.                 });
  1270.                 box3.addEventListener('mouseenter', function() {
  1271.                     iconArrow3.style.visibility = 'visible';
  1272.                     text3.style.fontWeight = '500';
  1273.                     text3.style.color = '#fff';
  1274.                 });
  1275.                 box3.addEventListener('mouseleave', function() {    
  1276.                     iconArrow3.style.visibility = 'hidden';
  1277.                     text3.style.fontWeight = '300';
  1278.                     text3.style.color = 'rgba(255, 255, 255, 0.713)';
  1279.                 });
  1280.                 box4.addEventListener('mouseenter', function() {
  1281.                     iconArrow4.style.visibility = 'visible';
  1282.                     text4.style.fontWeight = '500';
  1283.                     text4.style.color = '#fff';
  1284.                 });
  1285.                 box4.addEventListener('mouseleave', function() {    
  1286.                     iconArrow4.style.visibility = 'hidden';
  1287.                     text4.style.fontWeight = '300';
  1288.                     text4.style.color = 'rgba(255, 255, 255, 0.713)';
  1289.                 });
  1290.                 box5.addEventListener('mouseenter', function() {
  1291.                     iconArrow5.style.visibility = 'visible';
  1292.                     text5.style.fontWeight = '500';
  1293.                     text5.style.color = '#fff';
  1294.                 });
  1295.                 box5.addEventListener('mouseleave', function() {    
  1296.                     iconArrow5.style.visibility = 'hidden';
  1297.                     text5.style.fontWeight = '300';
  1298.                     text5.style.color = 'rgba(255, 255, 255, 0.713)';
  1299.                 });
  1300.                 box6.addEventListener('mouseenter', function() {
  1301.                     iconArrow6.style.visibility = 'visible';
  1302.                     text6.style.fontWeight = '500';
  1303.                     text6.style.color = '#fff';
  1304.                 });
  1305.                 box6.addEventListener('mouseleave', function() {    
  1306.                     iconArrow6.style.visibility = 'hidden';
  1307.                     text6.style.fontWeight = '300';
  1308.                     text6.style.color = 'rgba(255, 255, 255, 0.713)';
  1309.                 });
  1310.                 // Affiche flèche quand hover sur le paragraphe BOX 2
  1311.                 let box12 = document.querySelector('.box-doc-1-2');
  1312.                 let text12 = document.querySelector('.p1box-2');
  1313.                 let iconArrow12 = document.querySelector('.arrow1-2');
  1314.                 let box22 = document.querySelector('.box-doc-2-2');
  1315.                 let text22 = document.querySelector('.p2box-2');
  1316.                 let iconArrow22 = document.querySelector('.arrow2-2');
  1317.                 let box32 = document.querySelector('.box-doc-3-2');
  1318.                 let text32 = document.querySelector('.p3box-2');
  1319.                 let iconArrow32 = document.querySelector('.arrow3-2');
  1320.                 let box42 = document.querySelector('.box-doc-4-2');
  1321.                 let text42 = document.querySelector('.p4box-2');
  1322.                 let iconArrow42 = document.querySelector('.arrow4-2');
  1323.                 let box52 = document.querySelector('.box-doc-5-2');
  1324.                 let text52 = document.querySelector('.p5box-2');
  1325.                 let iconArrow52 = document.querySelector('.arrow5-2');
  1326.                 let box62 = document.querySelector('.box-doc-6-2');
  1327.                 let text62 = document.querySelector('.p6box-2');
  1328.                 let iconArrow62 = document.querySelector('.arrow6-2');
  1329.                 
  1330.                 box12.addEventListener('mouseenter', function() {
  1331.                     iconArrow12.style.visibility = 'visible';
  1332.                     text12.style.fontWeight = '500';
  1333.                     text12.style.color = '#fff';
  1334.                 });
  1335.                 box12.addEventListener('mouseleave', function() {    
  1336.                     iconArrow12.style.visibility = 'hidden';
  1337.                     text12.style.fontWeight = '300';
  1338.                     text12.style.color = 'rgba(255, 255, 255, 0.713)';
  1339.                 });
  1340.                 box22.addEventListener('mouseenter', function() {
  1341.                     iconArrow22.style.visibility = 'visible';
  1342.                     text22.style.fontWeight = '500';
  1343.                     text22.style.color = '#fff';
  1344.                 });
  1345.                 box22.addEventListener('mouseleave', function() {    
  1346.                     iconArrow22.style.visibility = 'hidden';
  1347.                     text22.style.fontWeight = '300';
  1348.                     text22.style.color = 'rgba(255, 255, 255, 0.713)';
  1349.                 });
  1350.                 box32.addEventListener('mouseenter', function() {
  1351.                     iconArrow32.style.visibility = 'visible';
  1352.                     text32.style.fontWeight = '500';
  1353.                     text32.style.color = '#fff';
  1354.                 });
  1355.                 box32.addEventListener('mouseleave', function() {    
  1356.                     iconArrow32.style.visibility = 'hidden';
  1357.                     text32.style.fontWeight = '300';
  1358.                     text32.style.color = 'rgba(255, 255, 255, 0.713)';
  1359.                 });
  1360.                 box42.addEventListener('mouseenter', function() {
  1361.                     iconArrow42.style.visibility = 'visible';
  1362.                     text42.style.fontWeight = '500';
  1363.                     text42.style.color = '#fff';
  1364.                 });
  1365.                 box42.addEventListener('mouseleave', function() {    
  1366.                     iconArrow42.style.visibility = 'hidden';
  1367.                     text42.style.fontWeight = '300';
  1368.                     text42.style.color = 'rgba(255, 255, 255, 0.713)';
  1369.                 });
  1370.                 box52.addEventListener('mouseenter', function() {
  1371.                     iconArrow52.style.visibility = 'visible';
  1372.                     text52.style.fontWeight = '500';
  1373.                     text52.style.color = '#fff';
  1374.                 });
  1375.                 box52.addEventListener('mouseleave', function() {    
  1376.                     iconArrow52.style.visibility = 'hidden';
  1377.                     text52.style.fontWeight = '300';
  1378.                     text52.style.color = 'rgba(255, 255, 255, 0.713)';
  1379.                 });
  1380.                 box62.addEventListener('mouseenter', function() {
  1381.                     iconArrow62.style.visibility = 'visible';
  1382.                     text62.style.fontWeight = '500';
  1383.                     text62.style.color = '#fff';
  1384.                 });
  1385.                 box62.addEventListener('mouseleave', function() {    
  1386.                     iconArrow62.style.visibility = 'hidden';
  1387.                     text62.style.fontWeight = '300';
  1388.                     text62.style.color = 'rgba(255, 255, 255, 0.713)';
  1389.                 });
  1390.                 // Affiche flèche quand hover sur le paragraphe BOX 3
  1391.                 let box13 = document.querySelector('.box-doc-1-3');
  1392.                 let text13 = document.querySelector('.p1box-3');
  1393.                 let iconArrow13 = document.querySelector('.arrow1-3');
  1394.                 let box23 = document.querySelector('.box-doc-2-3');
  1395.                 let text23 = document.querySelector('.p2box-3');
  1396.                 let iconArrow23 = document.querySelector('.arrow2-3');
  1397.                 let box33 = document.querySelector('.box-doc-3-3');
  1398.                 let text33 = document.querySelector('.p3box-3');
  1399.                 let iconArrow33 = document.querySelector('.arrow3-3');
  1400.                 let box43 = document.querySelector('.box-doc-4-3');
  1401.                 let text43 = document.querySelector('.p4box-3');
  1402.                 let iconArrow43 = document.querySelector('.arrow4-3');
  1403.                 let box53 = document.querySelector('.box-doc-5-3');
  1404.                 let text53 = document.querySelector('.p5box-3');
  1405.                 let iconArrow53 = document.querySelector('.arrow5-3');
  1406.                 let box63 = document.querySelector('.box-doc-6-3');
  1407.                 let text63 = document.querySelector('.p6box-3');
  1408.                 let iconArrow63 = document.querySelector('.arrow6-3');
  1409.                 
  1410.                 box13.addEventListener('mouseenter', function() {
  1411.                     iconArrow13.style.visibility = 'visible';
  1412.                     text13.style.fontWeight = '500';
  1413.                     text13.style.color = '#fff';
  1414.                 });
  1415.                 box13.addEventListener('mouseleave', function() {    
  1416.                     iconArrow13.style.visibility = 'hidden';
  1417.                     text13.style.fontWeight = '300';
  1418.                     text13.style.color = 'rgba(255, 255, 255, 0.713)';
  1419.                 });
  1420.                 box23.addEventListener('mouseenter', function() {
  1421.                     iconArrow23.style.visibility = 'visible';
  1422.                     text23.style.fontWeight = '500';
  1423.                     text23.style.color = '#fff';
  1424.                 });
  1425.                 box23.addEventListener('mouseleave', function() {    
  1426.                     iconArrow23.style.visibility = 'hidden';
  1427.                     text23.style.fontWeight = '300';
  1428.                     text23.style.color = 'rgba(255, 255, 255, 0.713)';
  1429.                 });
  1430.                 box33.addEventListener('mouseenter', function() {
  1431.                     iconArrow33.style.visibility = 'visible';
  1432.                     text33.style.fontWeight = '500';
  1433.                     text33.style.color = '#fff';
  1434.                 });
  1435.                 box33.addEventListener('mouseleave', function() {    
  1436.                     iconArrow33.style.visibility = 'hidden';
  1437.                     text33.style.fontWeight = '300';
  1438.                     text33.style.color = 'rgba(255, 255, 255, 0.713)';
  1439.                 });
  1440.                 box43.addEventListener('mouseenter', function() {
  1441.                     iconArrow43.style.visibility = 'visible';
  1442.                     text43.style.fontWeight = '500';
  1443.                     text43.style.color = '#fff';
  1444.                 });
  1445.                 box43.addEventListener('mouseleave', function() {    
  1446.                     iconArrow43.style.visibility = 'hidden';
  1447.                     text43.style.fontWeight = '300';
  1448.                     text43.style.color = 'rgba(255, 255, 255, 0.713)';
  1449.                 });
  1450.                 box53.addEventListener('mouseenter', function() {
  1451.                     iconArrow53.style.visibility = 'visible';
  1452.                     text53.style.fontWeight = '500';
  1453.                     text53.style.color = '#fff';
  1454.                 });
  1455.                 box53.addEventListener('mouseleave', function() {    
  1456.                     iconArrow53.style.visibility = 'hidden';
  1457.                     text53.style.fontWeight = '300';
  1458.                     text53.style.color = 'rgba(255, 255, 255, 0.713)';
  1459.                 });
  1460.                 box63.addEventListener('mouseenter', function() {
  1461.                     iconArrow63.style.visibility = 'visible';
  1462.                     text63.style.fontWeight = '500';
  1463.                     text63.style.color = '#fff';
  1464.                 });
  1465.                 box63.addEventListener('mouseleave', function() {    
  1466.                     iconArrow63.style.visibility = 'hidden';
  1467.                     text63.style.fontWeight = '300';
  1468.                     text63.style.color = 'rgba(255, 255, 255, 0.713)';
  1469.                 });
  1470.                 // Affiche flèche quand hover sur le paragraphe BOX 4
  1471.                 let box14 = document.querySelector('.box-doc-1-4');
  1472.                 let text14 = document.querySelector('.p1box-4');
  1473.                 let iconArrow14 = document.querySelector('.arrow1-4');
  1474.                 let box24 = document.querySelector('.box-doc-2-4');
  1475.                 let text24 = document.querySelector('.p2box-4');
  1476.                 let iconArrow24 = document.querySelector('.arrow2-4');
  1477.                 let box34 = document.querySelector('.box-doc-3-4');
  1478.                 let text34 = document.querySelector('.p3box-4');
  1479.                 let iconArrow34 = document.querySelector('.arrow3-4');
  1480.                 let box44 = document.querySelector('.box-doc-4-4');
  1481.                 let text44 = document.querySelector('.p4box-4');
  1482.                 let iconArrow44 = document.querySelector('.arrow4-4');
  1483.                 let box54 = document.querySelector('.box-doc-5-4');
  1484.                 let text54 = document.querySelector('.p5box-4');
  1485.                 let iconArrow54 = document.querySelector('.arrow5-4');
  1486.                 let box64 = document.querySelector('.box-doc-6-4');
  1487.                 let text64 = document.querySelector('.p6box-4');
  1488.                 let iconArrow64 = document.querySelector('.arrow6-4');
  1489.                 
  1490.                 box14.addEventListener('mouseenter', function() {
  1491.                     iconArrow14.style.visibility = 'visible';
  1492.                     text14.style.fontWeight = '500';
  1493.                     text14.style.color = '#fff';
  1494.                 });
  1495.                 box14.addEventListener('mouseleave', function() {    
  1496.                     iconArrow14.style.visibility = 'hidden';
  1497.                     text14.style.fontWeight = '300';
  1498.                     text14.style.color = 'rgba(255, 255, 255, 0.713)';
  1499.                 });
  1500.                 box24.addEventListener('mouseenter', function() {
  1501.                     iconArrow24.style.visibility = 'visible';
  1502.                     text24.style.fontWeight = '500';
  1503.                     text24.style.color = '#fff';
  1504.                 });
  1505.                 box24.addEventListener('mouseleave', function() {    
  1506.                     iconArrow24.style.visibility = 'hidden';
  1507.                     text24.style.fontWeight = '300';
  1508.                     text24.style.color = 'rgba(255, 255, 255, 0.713)';
  1509.                 });
  1510.                 box34.addEventListener('mouseenter', function() {
  1511.                     iconArrow34.style.visibility = 'visible';
  1512.                     text34.style.fontWeight = '500';
  1513.                     text34.style.color = '#fff';
  1514.                 });
  1515.                 box34.addEventListener('mouseleave', function() {    
  1516.                     iconArrow34.style.visibility = 'hidden';
  1517.                     text34.style.fontWeight = '300';
  1518.                     text34.style.color = 'rgba(255, 255, 255, 0.713)';
  1519.                 });
  1520.                 box44.addEventListener('mouseenter', function() {
  1521.                     iconArrow44.style.visibility = 'visible';
  1522.                     text44.style.fontWeight = '500';
  1523.                     text44.style.color = '#fff';
  1524.                 });
  1525.                 box44.addEventListener('mouseleave', function() {    
  1526.                     iconArrow44.style.visibility = 'hidden';
  1527.                     text44.style.fontWeight = '300';
  1528.                     text44.style.color = 'rgba(255, 255, 255, 0.713)';
  1529.                 });
  1530.                 box54.addEventListener('mouseenter', function() {
  1531.                     iconArrow54.style.visibility = 'visible';
  1532.                     text54.style.fontWeight = '500';
  1533.                     text54.style.color = '#fff';
  1534.                 });
  1535.                 box54.addEventListener('mouseleave', function() {    
  1536.                     iconArrow54.style.visibility = 'hidden';
  1537.                     text54.style.fontWeight = '300';
  1538.                     text54.style.color = 'rgba(255, 255, 255, 0.713)';
  1539.                 });
  1540.                 box64.addEventListener('mouseenter', function() {
  1541.                     iconArrow64.style.visibility = 'visible';
  1542.                     text64.style.fontWeight = '500';
  1543.                     text64.style.color = '#fff';
  1544.                 });
  1545.                 box64.addEventListener('mouseleave', function() {    
  1546.                     iconArrow64.style.visibility = 'hidden';
  1547.                     text64.style.fontWeight = '300';
  1548.                     text64.style.color = 'rgba(255, 255, 255, 0.713)';
  1549.                 });
  1550.                  // Affiche flèche quand hover sur le paragraphe BOX 5
  1551.                 let box15 = document.querySelector('.box-doc-1-5');
  1552.                 let text15 = document.querySelector('.p1box-5');
  1553.                 let iconArrow15 = document.querySelector('.arrow1-5');
  1554.                 let box25 = document.querySelector('.box-doc-2-5');
  1555.                 let text25 = document.querySelector('.p2box-5');
  1556.                 let iconArrow25 = document.querySelector('.arrow2-5');
  1557.                 let box35 = document.querySelector('.box-doc-3-5');
  1558.                 let text35 = document.querySelector('.p3box-5');
  1559.                 let iconArrow35 = document.querySelector('.arrow3-5');
  1560.                 let box45 = document.querySelector('.box-doc-4-5');
  1561.                 let text45 = document.querySelector('.p4box-5');
  1562.                 let iconArrow45 = document.querySelector('.arrow4-5');
  1563.                 let box55 = document.querySelector('.box-doc-5-5');
  1564.                 let text55 = document.querySelector('.p5box-5');
  1565.                 let iconArrow55 = document.querySelector('.arrow5-5');
  1566.                 let box65 = document.querySelector('.box-doc-6-5');
  1567.                 let text65 = document.querySelector('.p6box-5');
  1568.                 let iconArrow65 = document.querySelector('.arrow6-5');
  1569.                 
  1570.                 box15.addEventListener('mouseenter', function() {
  1571.                     iconArrow15.style.visibility = 'visible';
  1572.                     text15.style.fontWeight = '500';
  1573.                     text15.style.color = '#fff';
  1574.                 });
  1575.                 box15.addEventListener('mouseleave', function() {    
  1576.                     iconArrow15.style.visibility = 'hidden';
  1577.                     text15.style.fontWeight = '300';
  1578.                     text15.style.color = 'rgba(255, 255, 255, 0.713)';
  1579.                 });
  1580.                 box25.addEventListener('mouseenter', function() {
  1581.                     iconArrow25.style.visibility = 'visible';
  1582.                     text25.style.fontWeight = '500';
  1583.                     text25.style.color = '#fff';
  1584.                 });
  1585.                 box25.addEventListener('mouseleave', function() {    
  1586.                     iconArrow25.style.visibility = 'hidden';
  1587.                     text25.style.fontWeight = '300';
  1588.                     text25.style.color = 'rgba(255, 255, 255, 0.713)';
  1589.                 });
  1590.                 box35.addEventListener('mouseenter', function() {
  1591.                     iconArrow35.style.visibility = 'visible';
  1592.                     text35.style.fontWeight = '500';
  1593.                     text35.style.color = '#fff';
  1594.                 });
  1595.                 box35.addEventListener('mouseleave', function() {    
  1596.                     iconArrow35.style.visibility = 'hidden';
  1597.                     text35.style.fontWeight = '300';
  1598.                     text35.style.color = 'rgba(255, 255, 255, 0.713)';
  1599.                 });
  1600.                 box45.addEventListener('mouseenter', function() {
  1601.                     iconArrow45.style.visibility = 'visible';
  1602.                     text45.style.fontWeight = '500';
  1603.                     text45.style.color = '#fff';
  1604.                 });
  1605.                 box45.addEventListener('mouseleave', function() {    
  1606.                     iconArrow45.style.visibility = 'hidden';
  1607.                     text45.style.fontWeight = '300';
  1608.                     text45.style.color = 'rgba(255, 255, 255, 0.713)';
  1609.                 });
  1610.                 box55.addEventListener('mouseenter', function() {
  1611.                     iconArrow55.style.visibility = 'visible';
  1612.                     text55.style.fontWeight = '500';
  1613.                     text55.style.color = '#fff';
  1614.                 });
  1615.                 box55.addEventListener('mouseleave', function() {    
  1616.                     iconArrow55.style.visibility = 'hidden';
  1617.                     text55.style.fontWeight = '300';
  1618.                     text55.style.color = 'rgba(255, 255, 255, 0.713)';
  1619.                 });
  1620.                 box65.addEventListener('mouseenter', function() {
  1621.                     iconArrow65.style.visibility = 'visible';
  1622.                     text65.style.fontWeight = '500';
  1623.                     text65.style.color = '#fff';
  1624.                 });
  1625.                 box65.addEventListener('mouseleave', function() {    
  1626.                     iconArrow65.style.visibility = 'hidden';
  1627.                     text65.style.fontWeight = '300';
  1628.                     text65.style.color = 'rgba(255, 255, 255, 0.713)';
  1629.                 });
  1630.                 // gère les différent catégorie challenge
  1631.                 
  1632.                 let buttonChallenge1 =  document.querySelector('.challenge-button-1'); 
  1633.                 let buttonChallenge2 =  document.querySelector('.challenge-button-2'); 
  1634.                 let buttonChallenge3 =  document.querySelector('.challenge-button-3'); 
  1635.                 let buttonChallenge4 =  document.querySelector('.challenge-button-4'); 
  1636.                 let buttonChallenge5 =  document.querySelector('.challenge-button-5'); 
  1637.                 let containerDoc1 =  document.querySelector('.container-document-1'); 
  1638.                 let containerDoc2 =  document.querySelector('.container-document-2'); 
  1639.                 let containerDoc3 =  document.querySelector('.container-document-3'); 
  1640.                 let containerDoc4 =  document.querySelector('.container-document-4'); 
  1641.                 let containerDoc5 =  document.querySelector('.container-document-5'); 
  1642.                 buttonChallenge1.addEventListener('click', function() {
  1643.                     containerDoc1.style.display = 'block';
  1644.                     containerDoc2.style.display = 'none';
  1645.                     containerDoc3.style.display = 'none';
  1646.                     containerDoc4.style.display = 'none';
  1647.                     containerDoc5.style.display = 'none';
  1648.                     buttonChallenge1.style.backgroundColor = '#2462FF';
  1649.                     buttonChallenge2.style.backgroundColor = 'transparent';
  1650.                     buttonChallenge3.style.backgroundColor = 'transparent';
  1651.                     buttonChallenge4.style.backgroundColor = 'transparent';
  1652.                     buttonChallenge5.style.backgroundColor = 'transparent';
  1653.                 });
  1654.                 buttonChallenge2.addEventListener('click', function() {
  1655.                     containerDoc2.style.display = 'block';
  1656.                     containerDoc1.style.display = 'none';
  1657.                     containerDoc3.style.display = 'none';
  1658.                     containerDoc4.style.display = 'none';
  1659.                     containerDoc5.style.display = 'none';
  1660.                     buttonChallenge1.style.backgroundColor = 'transparent';
  1661.                     buttonChallenge2.style.backgroundColor = '#2462FF';
  1662.                     buttonChallenge3.style.backgroundColor = 'transparent';
  1663.                     buttonChallenge4.style.backgroundColor = 'transparent';
  1664.                     buttonChallenge5.style.backgroundColor = 'transparent';
  1665.                     
  1666.                 });
  1667.                 buttonChallenge3.addEventListener('click', function() {
  1668.                     containerDoc3.style.display = 'block';
  1669.                     containerDoc1.style.display = 'none';
  1670.                     containerDoc2.style.display = 'none';
  1671.                     containerDoc4.style.display = 'none';
  1672.                     containerDoc5.style.display = 'none';
  1673.                     buttonChallenge1.style.backgroundColor = 'transparent';
  1674.                     buttonChallenge2.style.backgroundColor = 'transparent';
  1675.                     buttonChallenge3.style.backgroundColor = '#2462FF';
  1676.                     buttonChallenge4.style.backgroundColor = 'transparent';
  1677.                     buttonChallenge5.style.backgroundColor = 'transparent';
  1678.                 });
  1679.                 buttonChallenge4.addEventListener('click', function() {
  1680.                     containerDoc4.style.display = 'block';
  1681.                     containerDoc1.style.display = 'none';
  1682.                     containerDoc2.style.display = 'none';
  1683.                     containerDoc3.style.display = 'none';
  1684.                     containerDoc5.style.display = 'none';
  1685.                     buttonChallenge1.style.backgroundColor = 'transparent';
  1686.                     buttonChallenge2.style.backgroundColor = 'transparent';
  1687.                     buttonChallenge3.style.backgroundColor = 'transparent';
  1688.                     buttonChallenge4.style.backgroundColor = '#2462FF';
  1689.                     buttonChallenge5.style.backgroundColor = 'transparent';
  1690.                 });
  1691.                 buttonChallenge5.addEventListener('click', function() {
  1692.                     containerDoc5.style.display = 'block';
  1693.                     containerDoc1.style.display = 'none';
  1694.                     containerDoc2.style.display = 'none';
  1695.                     containerDoc3.style.display = 'none';
  1696.                     containerDoc4.style.display = 'none';
  1697.                     buttonChallenge1.style.backgroundColor = 'transparent';
  1698.                     buttonChallenge2.style.backgroundColor = 'transparent';
  1699.                     buttonChallenge3.style.backgroundColor = 'transparent';
  1700.                     buttonChallenge4.style.backgroundColor = 'transparent';
  1701.                     buttonChallenge5.style.backgroundColor = '#2462FF';
  1702.                 });
  1703.           
  1704.                 let circle2  =  document.querySelector('.circle-container-2'); 
  1705.                 let circle4  =  document.querySelector('.circle-container-4'); 
  1706.                 let circle5  =  document.querySelector('.circle-container-5'); 
  1707.                 let circle6  =  document.querySelector('.circle-container-6'); 
  1708.                 let imgCircle2 =  document.querySelector('.img-circle-2'); 
  1709.                 let imgCircle4 =  document.querySelector('.img-circle-4'); 
  1710.                 let imgCircle5 =  document.querySelector('.img-circle-5'); 
  1711.                 let imgCircle6 =  document.querySelector('.img-circle-6'); 
  1712.              
  1713.                 circle6.addEventListener(\"mouseenter\", function() {
  1714.                     imgCircle6.src = \"img/accueil/cpi-industrialisation-hover.svg\";
  1715.                     
  1716.                 });
  1717.                 circle6.addEventListener('mouseleave', function() {    
  1718.                     imgCircle6.src = \"img/accueil/cpi-industrialisation.svg\";
  1719.                 });
  1720.                 circle5.addEventListener(\"mouseenter\", function() {
  1721.                     imgCircle5.src = \"img/accueil/cpi-formation-hover.svg\";
  1722.                    
  1723.                 });
  1724.                 circle5.addEventListener('mouseleave', function() {    
  1725.                     imgCircle5.src = \"img/accueil/cpi-formation.svg\";
  1726.                 });
  1727.                 circle4.addEventListener(\"mouseenter\", function() {
  1728.                     imgCircle4.src = \"img/accueil/cpi-recrutement-hover.svg\";
  1729.                    
  1730.                 });
  1731.                 circle4.addEventListener('mouseleave', function() {    
  1732.                     imgCircle4.src = \"img/accueil/cpi-recrutement.svg\";
  1733.                 });
  1734.                 circle2.addEventListener(\"mouseenter\", function() {
  1735.                     imgCircle2.src = \"img/accueil/cpi-digital-services-hover.svg\";
  1736.                    
  1737.                 });
  1738.                 circle2.addEventListener('mouseleave', function() {    
  1739.                     imgCircle2.src = \"img/accueil/cpi-digital-services.svg\";
  1740.                 });
  1741.                 
  1742.                 
  1743.                 
  1744.         </script>
  1745.        
  1746.         </script>
  1747.    <script type=\"text/javascript\">
  1748.         \$(document).ready(function() {
  1749.             \$('.slider-demo-galerie').slick({
  1750.                     arrows: true,
  1751.                     infinite:true,
  1752.                     autoplay: true, // Ajout de l'option autoplay
  1753.                     autoplaySpeed: 4000, // Durée de chaque diapositive en millisecondes
  1754.                     slidesToShow:4,
  1755.                     slidesToScroll:4,
  1756.                     prevArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-prev\">Previous</button>',
  1757.                     nextArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-next\">Next</button>',
  1758.                         responsive:[{
  1759.                         breakpoint:1400,
  1760.                         settings:{
  1761.                             slidesToShow:3,  
  1762.                             slidesToScroll:3,            
  1763.                         }
  1764.                     },{
  1765.                         breakpoint:1200,
  1766.                         settings:{
  1767.                             slidesToShow:2,
  1768.                             slidesToScroll:2, 
  1769.                         }
  1770.                     },
  1771.                     {
  1772.                         breakpoint:769,
  1773.                         settings:{
  1774.                             slidesToShow:1,
  1775.                             slidesToScroll:1, 
  1776.                         }
  1777.                     }],
  1778.                 });
  1779.        
  1780.             \$('.slider-demo-actu').slick({
  1781.                 arrows: true,
  1782.                 infinite: true,
  1783.                 prevArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-prev\">Previous</button>',
  1784.                 nextArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-next\">Next</button>',
  1785.                 slidesToShow: 4,
  1786.                 slidesToScroll: 4,
  1787.                     responsive:[{
  1788.                         breakpoint:1400,
  1789.                         settings:{
  1790.                             slidesToShow:3,  
  1791.                             slidesToScroll:3,            
  1792.                         }
  1793.                     },{
  1794.                         breakpoint:1200,
  1795.                         settings:{
  1796.                             slidesToShow:2,
  1797.                             slidesToScroll:2, 
  1798.                         }
  1799.                     },
  1800.                     {
  1801.                         breakpoint:769,
  1802.                         settings:{
  1803.                             slidesToShow:1,
  1804.                             slidesToScroll:1, 
  1805.                         }
  1806.                     }],
  1807.             });
  1808.         });
  1809.     </script>
  1810.     ";
  1811.         // line 1487
  1812.         if (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.'1487$this->source); })()), "user", [], "any"falsefalsefalse1487)) {
  1813.             // line 1488
  1814.             echo "    ";
  1815.         } else {
  1816.             // line 1489
  1817.             echo "    <script>
  1818.         AOS.init();
  1819.       </script>
  1820.     ";
  1821.         }
  1822.         // line 1493
  1823.         echo "
  1824. <script>
  1825.     \$(document).ready(function(){
  1826.     \$('.carousel').slick({
  1827.         prevArrow: '<button type=\"button\" class=\"slick-prev\"><img src=\"";
  1828.         // line 1497
  1829.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/arrow-g.svg"), "html"nulltrue);
  1830.         echo "\"></button>',
  1831.         nextArrow: '<button type=\"button\" class=\"slick-next\"><img src=\"";
  1832.         // line 1498
  1833.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/arrow-d.svg"), "html"nulltrue);
  1834.         echo "\"></button>'
  1835.     });
  1836. });
  1837. </script>
  1838. <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm\" crossorigin=\"anonymous\"></script>
  1839.     
  1840.         
  1841.     </body>
  1842. </html>";
  1843.         
  1844.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1845.         
  1846.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1847.     }
  1848.     // line 8
  1849.     public function block_title($context, array $blocks = [])
  1850.     {
  1851.         $macros $this->macros;
  1852.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1853.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  1854.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1855.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  1856.         echo "Welcome!";
  1857.         
  1858.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1859.         
  1860.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1861.     }
  1862.     // line 30
  1863.     public function block_stylesheet($context, array $blocks = [])
  1864.     {
  1865.         $macros $this->macros;
  1866.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1867.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  1868.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1869.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  1870.         // line 31
  1871.         echo "           
  1872.         ";
  1873.         
  1874.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1875.         
  1876.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1877.     }
  1878.     // line 34
  1879.     public function block_javascripts($context, array $blocks = [])
  1880.     {
  1881.         $macros $this->macros;
  1882.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1883.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1884.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1885.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1886.         // line 35
  1887.         echo "         
  1888.         ";
  1889.         
  1890.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1891.         
  1892.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1893.     }
  1894.     // line 460
  1895.     public function block_body($context, array $blocks = [])
  1896.     {
  1897.         $macros $this->macros;
  1898.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1899.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1900.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1901.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1902.         // line 461
  1903.         echo "        
  1904.         
  1905.         
  1906.         ";
  1907.         
  1908.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1909.         
  1910.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1911.     }
  1912.     public function getTemplateName()
  1913.     {
  1914.         return "base.html.twig";
  1915.     }
  1916.     public function isTraitable()
  1917.     {
  1918.         return false;
  1919.     }
  1920.     public function getDebugInfo()
  1921.     {
  1922.         return array (  2187 => 461,  2177 => 460,  2166 => 35,  2156 => 34,  2145 => 31,  2135 => 30,  2116 => 8,  2089 => 1498,  2085 => 1497,  2079 => 1493,  2073 => 1489,  2070 => 1488,  2068 => 1487,  1245 => 667,  1226 => 655,  1188 => 624,  1176 => 619,  1164 => 614,  1151 => 608,  1143 => 607,  1135 => 606,  1127 => 605,  1119 => 604,  1111 => 603,  1101 => 596,  1091 => 593,  1083 => 592,  1075 => 587,  1065 => 579,  1061 => 577,  1058 => 576,  1056 => 575,  1049 => 571,  1045 => 570,  1027 => 559,  996 => 531,  983 => 521,  969 => 515,  944 => 492,  938 => 491,  933 => 489,  928 => 487,  910 => 472,  902 => 466,  900 => 460,  886 => 448,  882 => 446,  880 => 445,  831 => 399,  827 => 398,  793 => 371,  785 => 370,  771 => 363,  762 => 357,  751 => 356,  745 => 355,  738 => 351,  727 => 350,  721 => 349,  714 => 345,  703 => 344,  697 => 343,  689 => 338,  678 => 337,  672 => 336,  669 => 335,  620 => 300,  605 => 299,  599 => 296,  591 => 295,  588 => 294,  582 => 293,  579 => 292,  577 => 291,  572 => 289,  561 => 288,  555 => 287,  548 => 283,  537 => 282,  531 => 281,  525 => 278,  514 => 277,  508 => 276,  488 => 261,  443 => 219,  434 => 217,  426 => 216,  416 => 209,  412 => 208,  394 => 193,  390 => 192,  385 => 190,  374 => 186,  361 => 176,  350 => 172,  331 => 162,  318 => 158,  305 => 154,  292 => 150,  289 => 149,  250 => 119,  240 => 118,  231 => 112,  228 => 111,  226 => 110,  214 => 107,  201 => 103,  188 => 99,  171 => 85,  167 => 84,  158 => 78,  154 => 77,  144 => 69,  140 => 67,  138 => 66,  107 => 37,  105 => 34,  102 => 33,  100 => 30,  95 => 27,  91 => 25,  88 => 24,  86 => 23,  74 => 14,  70 => 13,  64 => 10,  60 => 9,  56 => 8,  47 => 1,);
  1923.     }
  1924.     public function getSourceContext()
  1925.     {
  1926.         return new Source("<!DOCTYPE html>
  1927. <html>
  1928.     <head>
  1929.         <meta charset=\"UTF-8\">
  1930.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  1931.         <!-- <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> -->
  1932.         <title>{% block title %}Welcome!{% endblock %}</title>
  1933.         <link rel=\"icon\" href=\"{{asset('img/favicon-16x16.png')}}\">
  1934.         <link rel=\"stylesheet\" href=\"{{ asset('css/style.css') }}\">
  1935.        <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9\" crossorigin=\"anonymous\">
  1936.         <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/5.3.0/css/bootstrap.min.css\">
  1937.         <link rel=\"stylesheet\" href=\"{{asset('slick/slick.css')}}\">
  1938.         <link rel=\"stylesheet\" href=\"{{asset('slick/slick-theme.css')}}\">
  1939.         <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css\">
  1940.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  1941.         <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\"  >
  1942.         <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.5.0/css/all.css\" integrity=\"sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU\" crossorigin=\"anonymous\">
  1943.         <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  1944.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  1945.         <link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">
  1946.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js\" integrity=\"sha512-3gJwYpMe3QewGELv8k/BX9vcqhryRdzRMxVfq6ngyWXwo03GFEzjsUm8Q7RZcHPHksttq7/GFoxjCVUjkjvPdw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
  1947.         {% if app.user%}
  1948.         {%else%}
  1949.         <link href=\"https://unpkg.com/aos@2.3.1/dist/aos.css\" rel=\"stylesheet\">
  1950.         {%endif%}
  1951.         
  1952.         <script src=\"https://kit.fontawesome.com/d2408fdc07.js\" crossorigin=\"anonymous\"></script>
  1953.         {% block stylesheet %}
  1954.            
  1955.         {% endblock %}
  1956.         {% block javascripts %}
  1957.          
  1958.         {% endblock %}
  1959.         <!-- Google tag (gtag.js) --> <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-065YCH9G8X\"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-065YCH9G8X'); </script>
  1960.       
  1961.     </head>
  1962.     <body>
  1963.     <style>
  1964.         @media (max-width: 1400px) { 
  1965.             section{
  1966.                 background-size:contain!important;
  1967.             }
  1968.         }
  1969.         .joinUsResp {
  1970.         border: white solid 2px!important; 
  1971.     }
  1972.         .formResp i {
  1973.             left: -19px!important;
  1974.             bottom: -8px!important;
  1975.         }
  1976.         .searchResp{
  1977.             margin-right:45px!important;
  1978.         }
  1979.         </style>
  1980. {% if app.user %}
  1981.     {% include 'cms.html.twig' %}
  1982. {% endif %}
  1983.          <!-- effet flou  -->
  1984.         <div class=\"side-bar-content bg-red\">
  1985.             <div class=\"row\" style=\"width: 100%; height: 100%; margin: 0;\">
  1986.                 <div class=\"col-2 blur\"></div>
  1987.                 <div class=\"col-10 content\">
  1988.                     <div class=\"d-flex justify-content-between align-items-center\" style=\"width:100%;height:50px;margin-top:20px;margin-bottom:32px;\">
  1989.                         <a href=\"{{path('app_home')}}\">
  1990.                             <img style=\"width:40%;margin-left:14px;\" src=\"{{asset('img/accueil/Groupe 134.svg')}}\" alt=\"logo\" style=\"cursor:pointer;\">
  1991.                         </a>     
  1992.                     
  1993.                         <i class=\"fa-regular fa-circle-xmark circlemark\" style=\"width:20px;height:20px;color:white;margin-right:20px;cursor:pointer;\"></i>
  1994.                     </div>
  1995.                      <div class=\"div d-flex\">
  1996.                      <form style=\"margin-bottom:30px;\" action=\"{{path('resultatRecherche')}}\" class=\"formResp d-flex w-100\"method=\"post\" >
  1997.                             <input type=\"search\" name=\"search\" class=\"searchResp\"  placeholder=\"{% trans %}tapez-votre-recherche{% endtrans %}\">                            
  1998.                             <i class=\"searchLink fa-solid fa-magnifying-glass\" style=\"color:white\"></i>
  1999.                             <input type=\"submit\" hidden />
  2000.                     </form> 
  2001.   
  2002.                     </div>
  2003.                     
  2004.                     <div class=\"nav-links\">
  2005.                         <ul style=\"margin:0;padding:0;padding-right:20px;margin-left: 20px;\">
  2006.                             <li>
  2007.                                 
  2008.                 
  2009.                                 
  2010.                                 <a class=\"nav-link {% if app.request.get('_route') == 'app_industrialisation' %}active{% endif %}\" aria-current=\"page\" href=\"{{path('app_industrialisation',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-industrialisation{% endtrans %}</a>
  2011.                             </li>
  2012.                             <hr>
  2013.                             <li>
  2014.                                 <a class=\"nav-link {% if app.request.get('_route') == 'formations' %}active{% endif %}\" href=\"{{path('formations',{'locale':app.request.locale})}}\" >{% trans %}navbar-menu-formation{% endtrans %}</a>
  2015.                             </li>
  2016.                             <hr>
  2017.                             <li>
  2018.                                 <a class=\"nav-link {% if app.request.get('_route') == 'app_digitalManufacturingServices' %}active{% endif %}\" href=\"{{path('app_digitalManufacturingServices',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-digital{% endtrans %}</a>
  2019.                             </li>
  2020.                             <hr>
  2021.                             {% if app.user %}
  2022.                            <div class=\"dropdown-text\">
  2023.                             <a class=\"nav-link-text\" id=\"dropdown-toggle-text\">{% trans %}navbar-manufacturingerp{% endtrans %}</a>
  2024.                             </div>
  2025.                         </li>
  2026.                 <li>
  2027.                  <div class=\"dropdown-text dropdown-content-text\">
  2028.                         
  2029.                         <a class=\"{% if app.request.get('_route') == 'app_manufacturingERP' %}active{% endif %}\" href=\"{{ path('app_manufacturingERP',{'locale':app.request.locale}) }}\" style=\"padding-top: 6px!important;padding-bottom: 6px!important;    color: #0C24B3;\">{% trans %}navbar-menu-erp-presentation{% endtrans %}</a>
  2030.                         <a class=\"{% if app.request.get('_route') == 'presentationERP' %}active{% endif %}\" href=\"{{ path('presentationERP',{'locale':app.request.locale}) }}\" style=\"padding-top: 6px!important;padding-bottom: 6px!important;    color: #0C24B3;\">{% trans %}navbar-menu-erp-fonctionnalites{% endtrans %}</a>
  2031.                     </div>
  2032.               
  2033.                     <script>
  2034.                       document.addEventListener(\"DOMContentLoaded\", function() {
  2035.                         const dropdownToggleText = document.getElementById(\"dropdown-toggle-text\");
  2036.                         const dropdownContentText = document.querySelector(\".dropdown-content-text\");
  2037.                         const marge = document.querySelector(\".testMarge\");  // Corrigé le ':' par un ';'
  2038.                         dropdownToggleText.addEventListener(\"click\", function() {
  2039.                             if (dropdownContentText.style.display === \"block\") {
  2040.                                 dropdownContentText.style.display = \"none\";
  2041.                                 marge.style.marginTop = \"0px\";  // Retire la marge
  2042.                             } else {
  2043.                                 dropdownContentText.style.display = \"block\";
  2044.                                 marge.style.marginTop = \"98px\";  // Ajoute la marge
  2045.                             }
  2046.                         });
  2047.                         document.addEventListener(\"click\", function(event) {
  2048.                             if (!event.target.matches(\".nav-link-text\") && !event.target.matches(\".dropdown-content-text a\")) {
  2049.                                 dropdownContentText.style.display = \"none\";
  2050.                                 marge.style.marginTop = \"0px\";  // Retire la marge
  2051.                             }
  2052.                         });
  2053.                     });
  2054.                                         </script>
  2055.                 </li>
  2056.                 <hr>
  2057.                  {% endif %}
  2058.                 <li class=\"testMarge\">
  2059.                     <a class=\"nav-link {% if app.request.get('_route') == 'app_baseOutils' %}active{% endif %}\" href=\"{{path('app_baseOutils',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-baseoutils{% endtrans %}</a>
  2060.                 </li>
  2061.                             <hr>
  2062.                             <li>
  2063.                                 <a class=\"nav-link {% if app.request.get('_route') == 'app_societe' %}active{% endif %}\" href=\"{{path('app_societe',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-societe{% endtrans %}</a>
  2064.                             </li>
  2065.                             <hr>
  2066.                             <li>
  2067.                                 <a class=\"nav-link {% if app.request.get('_route') == 'app_actualites' %}active{% endif %}\" href=\"{{path('app_actualites',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-actu{% endtrans %}</a>
  2068.                             </li>
  2069.                             <hr>
  2070.                             <li>
  2071.                                 <a class=\"nav-link {% if app.request.get('_route') == 'app_contact' %}active{% endif %}\" href=\"{{path('app_contact',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-contact{% endtrans %}</a>
  2072.                             </li>
  2073.                             <hr> 
  2074.                            
  2075.                            
  2076.                             <div class=\"d-flex justify-content-between\" style=\"margin-top:16px\">
  2077.                                 <div class=\"col-3 joinUs joinUsResp\">
  2078.      
  2079.                                     <li class=\"nav-item\">
  2080.                                         <a class=\"nav-link {% if app.request.get('_route') == 'app_joinus' %}active{% endif %}\" href=\"{{path('app_joinus',{'locale':app.request.locale})}}\">JOIN US</a>
  2081.                                     </li>
  2082.                                 </div>
  2083.                                 <li class=\"nav-item\">
  2084.                             <a href=\"https://www.linkedin.com/company/cpi-luxembourg\" target=\"_blank\"><img class=\"img-fluid\" src=\"{{asset('img/accueil/linkedIn.png')}}\" alt=\"linkedIn\"></a>
  2085.                                 </li>
  2086.                             </div>
  2087.                                        
  2088.                               
  2089.                            
  2090.                             <li>
  2091.                                
  2092.                                     <p style=\"font-size:8px!important;color:white;text-decoration:none;margin:0;padding:0;margin-top:15px;margin-bottom:25px;\"> <a href=\"{{ path('politique',{'locale':app.request.locale})}}\"  style=\"font-size:12px!important;\">{% trans %}footer-text3{% endtrans %}</a>  | <a href=\"{{ path('cookies',{'locale':app.request.locale})}}\"  style=\"font-size:12px!important;\">Cookies</a> </p>
  2093.                                 
  2094.                             </li>
  2095.                             <li class=\"d-none\">
  2096.                                 <p style=\"font-size:12px;font-weight:bold;color:#7393FA; margin-top:15px;margin-bottom: 0!important;\">{% trans %}footer-text2{% endtrans %}</p>
  2097.                                  <div class=\"d-flex justify-content-between\" style=\"margin:0;padding:0\">
  2098.                                     <a href=\"https://www.wintool.com/en\" target=\"_blank\" style=\"text-decoration:none;\"><img src=\"{{asset('img/accueil/wintool-ag-logo-vector-white.png')}}\" alt=\"\" style=\"margin:0;padding:0\"></a>
  2099.                                     <a href=\"https://www.3ds.com/fr/\" target=\"_blank\" style=\"text-decoration:none;\"><img src=\"{{asset('img/accueil/delmiaworks-logo.png')}}\" style=\"margin:0;padding:0;width:135px;margin-left: 15px;\" alt=\"\"></a>
  2100.                                 </div>
  2101.                             </li>
  2102.                             
  2103.                                
  2104.                             
  2105.                         </ul>
  2106.                     </div>
  2107.                     
  2108.                 </div>
  2109.             </div>
  2110.         </div>
  2111.         <div class=\"side-bar\">
  2112.                 <a href=\"{{path('app_home')}}\">
  2113.                     <img src=\"{{asset('img/industrialisation/Groupe 287.svg')}}\" alt=\"logo\" style=\"cursor:pointer;\">
  2114.                 </a>
  2115.               
  2116.                     
  2117.                 <div class=\"d-flex\">
  2118.                    
  2119.                    <div class=\"radio-nav\" style=\"margin-right:15px;\">
  2120.                                             <a href=\"{{path('changerLocale',{'locale':'fr'})}}\" style=\"color:black;text-decoration:none;\" class=\"{% if app.request.locale == 'fr' %}radio-nav-active{% endif %}\">FR</a>  
  2121.                                             <a href=\"{{path('changerLocale',{'locale':'en'})}}\" style=\"color:black;text-decoration:none;\" class=\"{% if app.request.locale == 'en' %}radio-nav-active{% endif %}\">EN</a>
  2122.                                         </div>
  2123.                     <img src=\"{{asset('img/burger-menu-svgrepo-com.svg')}}\" alt=\"menu burger logo\" class=\"menu-hamburger\" style=\"width: 30px!important;cursor:pointer;\">
  2124.                 </div>    
  2125.         </div>
  2126.           
  2127.         
  2128.        
  2129.         <script>
  2130.             const menuHamburger = document.querySelector(\".menu-hamburger\");
  2131.             const sideBarContent = document.querySelector(\".side-bar-content\");
  2132.             let buttonClose = document.querySelector(\".circlemark\");
  2133.                 menuHamburger.addEventListener('click', () => {
  2134.                 if (sideBarContent.style.display === 'block') {
  2135.                     sideBarContent.style.display = 'none';
  2136.                   
  2137.                 } else {
  2138.                     sideBarContent.style.display = 'block';
  2139.                    
  2140.                 }
  2141.                 });
  2142.                 buttonClose.addEventListener('click', () => {
  2143.                     if (sideBarContent.style.display === 'block') {
  2144.                         sideBarContent.style.display = 'none';
  2145.                       
  2146.                     } else {
  2147.                         sideBarContent.style.display = 'block';
  2148.                        
  2149.                     }
  2150.                     });
  2151.         </script>
  2152.     <header>
  2153.         
  2154.         <div class=\"navigation-header container-fluid\" style=\"border-bottom: solid 2px blue;\">
  2155.             <div class=\"row py-4 d-flex\" id=\"header\" style=\" margin-right:5%!important\">
  2156.                 <div class=\" col-4 col-md-2 d-flex  align-items-center justify-content-center justify-content-md-end\"  id=\"logo-responsive\">
  2157.                     <div class=\"logo\">
  2158.                         <a href=\"{{path('app_home')}}\"><img class=\"d-block\" style=\"width:150px !important;\" src=\"{{asset('img/industrialisation/Groupe 287.svg')}}\" alt=\"accueil\" /></a>
  2159.                     
  2160.                     </div>
  2161.                 </div>
  2162.             
  2163.                 <div class=\"col-10 d-flex justify-content-lg-end justify-content-center\" >
  2164.                     <nav class=\"navbar navbar-expand-lg \">
  2165.                         <div class=\"container-fluid\">
  2166.                             <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarNav\" aria-controls=\"navbarNav\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  2167.                                 <span class=\"navbar-toggler-icon\"></span>
  2168.                             </button>
  2169.                             <div class=\"collapse navbar-collapse \" id=\"navbarNav\">
  2170.                                 <ul class=\"navbar-nav \" style=\"padding:0;position: relative;top: 14px;\">
  2171.                                     <li class=\"nav-item nav-edit  d-flex flex-column align-items-center justify-content-between\" style=\"text-transform:uppercase\">
  2172.                                         {% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':1})}}\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}
  2173.                                         <a class=\"nav-link {% if app.request.get('_route') == 'app_industrialisation' %}active{% endif %}\" aria-current=\"page\" href=\"{{path('app_industrialisation',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-industrialisation{% endtrans %}</a>
  2174.                                         <img class=\"circle-hover-nav\" src=\"{{asset('img/iconizer-image-rond-bleu-2.svg')}}\" alt=\"\">
  2175.                                     </li>
  2176.                                     <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between\">
  2177.                                         {% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':2})}}\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}
  2178.                                         <a class=\"nav-link {% if app.request.get('_route') == 'formations' %}active{% endif %}\" href=\"{{path('formations',{'locale':app.request.locale})}}\" >{% trans %}navbar-menu-formation{% endtrans %}</a>
  2179.                                         <img class=\"circle-hover-nav\" src=\"{{asset('img/iconizer-image-rond-bleu-2.svg')}}\" alt=\"\">
  2180.                                     </li>
  2181.                                     <li class=\"nav-item nav-edit  d-flex flex-column align-items-center justify-content-between\">
  2182.                                         {% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':53})}}\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}
  2183.                                         <a class=\"nav-link {% if app.request.get('_route') == 'app_digitalManufacturingServices' %}active{% endif %}\" href=\"{{path('app_digitalManufacturingServices',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-digital{% endtrans %}</a>
  2184.                                         <img class=\"circle-hover-nav\" src=\"{{asset('img/iconizer-image-rond-bleu-2.svg')}}\" alt=\"\">
  2185.                                     </li>
  2186.                                     {% if app.user %}
  2187.                                     <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between \">
  2188.                                         {% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':60})}}\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}
  2189.                                         <div class=\"dropdown d-flex flex-column align-items-center justify-content-between\">
  2190.                                             <a class=\"nav-link {% if app.request.get('_route') == 'app_manufacturingERP' %}active{% endif %}\" style=\"cursor:pointer;margin-bottom:20px\">{% trans %}navbar-manufacturingerp{% endtrans %}</a>
  2191.                                             <img class=\"circle-hover-nav\" src=\"{{asset('img/iconizer-image-rond-bleu-2.svg')}}\" alt=\"\">
  2192.                                             <div class=\"dropdown-content dropdown-base\">
  2193.                                                 <a class=\"{% if app.request.get('_route') == 'app_manufacturingERP' %}active{% endif %}\" href=\"{{ path('app_manufacturingERP',{'locale':app.request.locale}) }}\">{% trans %}navbar-menu-erp-presentation{% endtrans %}{% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':54})}}\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}</a>
  2194.                                                 <a class=\"{% if app.request.get('_route') == 'presentationERP' %}active{% endif %}\" href=\"{{ path('presentationERP',{'locale':app.request.locale}) }}\">{% trans %}navbar-menu-erp-fonctionnalites{% endtrans %}{% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':55})}}\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}</a>
  2195.                                             </div>
  2196. </div>
  2197.                                                 <script>
  2198.                                                     // Récupérez le lien MANUFACTURING et le menu déroulant
  2199.                                                     const manufacturingLink = document.querySelector('.dropdown a');
  2200.                                                     const dropdownContent = document.querySelector('.dropdown .dropdown-content');
  2201.                                                     // Ajoutez un gestionnaire d'événement au lien
  2202.                                                     manufacturingLink.addEventListener('click', function (e) {
  2203.                                                         e.preventDefault(); // Empêche le lien de suivre le lien href
  2204.                                                         // Vérifiez si le menu est actuellement caché
  2205.                                                         if (dropdownContent.style.display === 'none' || !dropdownContent.style.display) {
  2206.                                                             // Affichez le menu déroulant avec une hauteur adaptée au contenu
  2207.                                                             dropdownContent.style.display = 'block';
  2208.                                                             dropdownContent.style.height = 'auto';
  2209.                                                             const height = dropdownContent.clientHeight + 'px';
  2210.                                                             dropdownContent.style.height = '0'; // Réinitialisez la hauteur à 0
  2211.                                                             setTimeout(() => {
  2212.                                                                 dropdownContent.style.height = height; // Appliquez la hauteur réelle pour l'animation
  2213.                                                             }, 0);
  2214.                                                         } else {
  2215.                                                             // Masquez le menu déroulant
  2216.                                                             dropdownContent.style.height = '0';
  2217.                                                             setTimeout(() => {
  2218.                                                                 dropdownContent.style.display = 'none';
  2219.                                                             }, 300); // Durée de l'animation CSS
  2220.                                                         }
  2221.                                                     });
  2222.                                                 </script>
  2223.                                     </li>
  2224.                                     {% endif %}
  2225.                                     <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between\">
  2226.                                         {% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':56})}}\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}
  2227.                                         <a class=\"nav-link {% if app.request.get('_route') == 'app_baseOutils' %}active{% endif %}\" href=\"{{path('app_baseOutils',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-baseoutils{% endtrans %}</a>
  2228.                                         <img class=\"circle-hover-nav\" src=\"{{asset('img/iconizer-image-rond-bleu-2.svg')}}\" alt=\"\">
  2229.                                     </li>
  2230.                                     <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between\">
  2231.                                         {% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':57})}}\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}
  2232.                                         <a class=\"nav-link {% if app.request.get('_route') == 'app_societe' %}active{% endif %}\" href=\"{{path('app_societe',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-societe{% endtrans %}</a>
  2233.                                         <img class=\"circle-hover-nav\" src=\"{{asset('img/iconizer-image-rond-bleu-2.svg')}}\" alt=\"\">
  2234.                                     </li>
  2235.                                     <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between\">
  2236.                                         {% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':58})}}\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}
  2237.                                         <a class=\"nav-link {% if app.request.get('_route') == 'app_actualites' %}active{% endif %}\" href=\"{{path('app_actualites',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-actu{% endtrans %}</a>
  2238.                                         <img class=\"circle-hover-nav\" src=\"{{asset('img/iconizer-image-rond-bleu-2.svg')}}\" alt=\"\">
  2239.                                     </li>
  2240.                                     <li class=\"nav-item nav-edit d-flex flex-column align-items-center justify-content-between\">
  2241.                                         {% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':59})}}\"><button type=\"button\"  style=\"\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}
  2242.                                         <a class=\"nav-link {% if app.request.get('_route') == 'app_contact' %}active{% endif %}\" href=\"{{path('app_contact',{'locale':app.request.locale})}}\">{% trans %}navbar-menu-contact{% endtrans %}</a>
  2243.                                         <img class=\"circle-hover-nav\" src=\"{{asset('img/iconizer-image-rond-bleu-2.svg')}}\" alt=\"\">
  2244.                                     </li>
  2245.                         
  2246.                                     <div class=\"joinUs\">
  2247.                                         <li class=\"nav-item\">
  2248.                                             <a class=\"nav-link {% if app.request.get('_route') == 'app_joinus' %}active{% endif %}\" href=\"{{path('app_joinus',{'locale':app.request.locale})}}\">JOIN US</a>
  2249.                                         </li>
  2250.                                     </div>
  2251.                                     
  2252.                                         
  2253.                                         <div class=\"radio-nav\">
  2254.                                             <a href=\"{{path('changerLocale',{'locale':'fr'})}}\" style=\"color:black;text-decoration:none;\" class=\"{% if app.request.locale == 'fr' %}radio-nav-active{% endif %}\">FR</a>  
  2255.                                             <a href=\"{{path('changerLocale',{'locale':'en'})}}\" style=\"color:black;text-decoration:none;\" class=\"{% if app.request.locale == 'en' %}radio-nav-active{% endif %}\">EN</a>
  2256.                                         </div>
  2257.                                         
  2258.                                         <script>
  2259.                                             document.querySelectorAll('input[name=\"language\"]').forEach(function(radio) {
  2260.                                                 radio.addEventListener('change', function() {
  2261.                                                     console.log(\"Langue du site:\", this.value); // Affiche la valeur dans la console
  2262.                                                     document.getElementById('languageForm').submit();
  2263.                                                 });
  2264.                                             });
  2265.                                         </script>
  2266.                                    
  2267.                                    <li id=\"search-icon\">
  2268.                                                 <i class=\"searchLinkDesktop fa-solid fa-magnifying-glass\"></i>
  2269.                                             </li>
  2270.                                    
  2271.                                 </ul>
  2272.                             </div>
  2273.                         </div>
  2274.                     </nav>
  2275.                 </div>
  2276.             </div>
  2277.         </div>
  2278.         <div class=\"container-form\" id=\"search-container\">
  2279.     <form action=\"{{path('resultatRecherche')}}\" method=\"post\">
  2280.         <input type=\"search\" name=\"search\" placeholder=\"{% trans %}tapez-votre-recherche{% endtrans %}\">
  2281.         <input type=\"submit\" hidden />
  2282.     </form>
  2283. </div>
  2284. <script>
  2285. document.addEventListener(\"DOMContentLoaded\", function () {
  2286.     const searchIcon = document.getElementById(\"search-icon\");
  2287.     const searchContainer = document.getElementById(\"search-container\");
  2288.     searchIcon.addEventListener(\"click\", function (event) {
  2289.         // Empêcher la propagation du clic pour éviter la fermeture immédiate
  2290.         event.stopPropagation();
  2291.         if (searchContainer.style.height === \"0px\" || searchContainer.style.height === \"\") {
  2292.             // Afficher le formulaire
  2293.             searchContainer.style.height = \"90px\";
  2294.             searchContainer.style.opacity = \"1\";
  2295.             // Ajouter un gestionnaire d'événements de clic au document pour masquer le formulaire
  2296.             document.addEventListener(\"click\", function closeSearchContainer() {
  2297.                 // Masquer le formulaire
  2298.                 searchContainer.style.height = \"0px\";
  2299.                 searchContainer.style.opacity = \"0\";
  2300.                 // Retirer le gestionnaire d'événements une fois le formulaire masqué
  2301.                 document.removeEventListener(\"click\", closeSearchContainer);
  2302.             });
  2303.         } else {
  2304.             // Masquer le formulaire
  2305.             searchContainer.style.height = \"0px\";
  2306.             searchContainer.style.opacity = \"0\";
  2307.         }
  2308.     });
  2309.     // Empêcher la propagation du clic depuis le conteneur du formulaire
  2310.     searchContainer.addEventListener(\"click\", function (event) {
  2311.         event.stopPropagation();
  2312.     });
  2313. });
  2314. </script>
  2315.         {% if app.user %}
  2316.         {% endif %}
  2317.     
  2318.     
  2319.     
  2320.     
  2321. </header>
  2322.         {% block body %}
  2323.         
  2324.         
  2325.         
  2326.         {% endblock %}
  2327. <div class=\"footer \">
  2328.     <div class=\"container\">
  2329.                     <div class=\" row text\">
  2330.                         <div class=\"d-md-block d-none col-xl-3 col-4 d-flex align-items-center justify-content-center justify-content-lg-start pictureFooter deleteResponsive deleteResponsiveTablet\">
  2331.                             <a href =\"#\"><img class=\"d-md-block d-none w-75 img-fluid pictureFooter\" src=\"{{asset('img/accueil/footer.png')}}\" alt=\"accueil\" /></a>    
  2332.                         </div>
  2333.                         <div class=\"col-xl-3 col-md-4 col-6 justify-content-center justify-content-lg-start \">
  2334.                             <div class=\"txt1\">
  2335.                                 <p>LUXEMBOURG</p>
  2336.                             </div>
  2337.                             <div class=\"d-flex flex-column\">                            
  2338.                                 <p>21, rue de l'innovation,</p>
  2339.                                 <p>1896 Kockelscheuer</p>
  2340.                                 <p>Tél : +352 26 17 68 81</p>
  2341.                                 <p>Email: info@cpi.lu</p>
  2342.                             </div>
  2343.                             <div class=\"row mt-4 deleteResponsiveTablet\">
  2344.                                 <div class=\"suivez-nous\">
  2345.                                     <p>{% trans %}footer-text1{% endtrans %}:</p>
  2346.                             
  2347.                                     <a href=\"https://www.linkedin.com/company/cpi-luxembourg\" target=\"_blank\"><img class=\"img-fluid\" src=\"{{asset('img/accueil/linkedIn.png')}}\" alt=\"linkedIn\"></a>
  2348.                                 </div>
  2349.                                 {% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':80})}}\"><button type=\"button\"  style=\"position:relative;top:20px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}
  2350.                             </div>
  2351.                         
  2352.                         </div>
  2353.                     
  2354.             
  2355.                         <div class=\"col-xl-3 col-md-4 col-6  justify-content-center justify-content-lg-start \">
  2356.                             <div class=\"txt2\">
  2357.                                 <p>FRANCE</p>
  2358.                             </div>
  2359.                             <div class=\"d-flex flex-wrap flex-xl-column flex-row\"> 
  2360.                                 <p>Buropole Services</p>
  2361.                                 <p>478, rue de la Découverte</p>
  2362.                                 <p>MiniParc 3 • CS 67624</p>
  2363.                                 <p>31676 LABEGE</p><br>
  2364.                                 <p>Tél.: +33 (0)5 81 91 90 42</p>
  2365.                                 <p>Email: info@cpi.lu</p>
  2366.                             </div>
  2367.                         </div>
  2368.                         
  2369.                         <div class=\"col-md-3 deleteResponsive deleteResponsiveTablet\">
  2370.                             <div class=\"txt2\">
  2371.                                 <p>{% trans %}footer-text2{% endtrans %}{% if app.user %}<a href=\"{{path('app_dictionnaire_edit',{'id':81})}}\"><button type=\"button\"  style=\"margin-left:10px\" class=\"btn btn-warning\"><i class=\"fa-solid fa-pen\"></i></button></a>{% endif %}</p>
  2372.                                 
  2373.                             </div>
  2374.                             <div class=\"row\">
  2375.                                 <div class=\"partenariat\">
  2376.                                     <div class=\"col\">
  2377.                                         <a href=\"#\"><img class=\"img-fluid\" src=\"{{asset('img/societe/09-Logo Wintool Logo.png')}}\" alt=\"wintool\"></a>
  2378.                                     </div>
  2379.                                     
  2380.                     
  2381.                                 </div>
  2382.                                 
  2383.                             </div>
  2384.                             <div class=\"row mt-5\">
  2385.                                 <div class=\"partenariat\">
  2386.                                     <div class=\"col\">
  2387.                                         <a href=\"#\"><img class=\"img-fluid\" src=\"{{asset('img/societe/03-logo dassault system-01.png')}}\" alt=\"delmia2\"></a>
  2388.                                     </div>
  2389.                                     
  2390.                                     <br>
  2391.                                 </div>
  2392.                             </div>
  2393.                         </div>
  2394.                     </div>
  2395.             
  2396.  
  2397.         
  2398.     </div>
  2399. </div>
  2400. <div class=\"footer2\">
  2401.     <div class=\"container \">
  2402.         <div class=\"row pt-1 d-flex flex-column flex-md-row \" >
  2403.             <div class=\"col-md-4 col-12  d-flex justify-content-center justify-content-md-start justify-content-xl-center\" >
  2404.                 <p class=\"txt1\">EVAMILL S.A. -©2023 - All Rights Reserved</p>  
  2405.             </div>
  2406.             <div class=\"col-md-4 col-12 d-flex justify-content-center justify-content-md-start justify-content-xl-center deleteResponsive\" >
  2407.             <style>
  2408.                 .txt2 a:hover{
  2409.                     opacity: 0.8;
  2410.                 }
  2411.             </style>
  2412.                 <p class=\"txt2\" style=\"position:relative;bottom:3px;\"><a href=\"{{ path('politique',{'locale':app.request.locale})}}\">{% trans %}footer-text3{% endtrans %}</a> | <a href=\"{{ path('cookies',{'locale':app.request.locale})}}\" >Cookies</a></p>
  2413.             </div>
  2414.              
  2415.             <div class=\"col-md-4 col-12 d-flex justify-content-center justify-content-md-start justify-content-xl-center\">
  2416.                 <p class=\"txt3\" ><a href=\"https://www.piranha.lu/\" target=\"_blank\" style=\"text-decoration:none !important\">Designed by Piranha et Petits Poissons <span id=\"footerRouge\">Rouges</span></a></p>   
  2417.             </div>
  2418.         </div>
  2419.     </div>
  2420. </div>
  2421.         <script src=\"{{ asset('js/jquery-latest.min.js')}}\"></script>
  2422.         <script src=\"{{asset('slick/slick.js')}}\"></script>
  2423.        
  2424.         <!-- pour les  annimation de scroll -->
  2425.         {% if app.user%}
  2426.         {%else%}
  2427.         <script src=\"https://unpkg.com/aos@2.3.1/dist/aos.js\"></script>
  2428.         {%endif%}
  2429.     <script src=\"https://cdn.ckeditor.com/ckeditor5/38.1.1/classic/ckeditor.js\"></script>
  2430.        
  2431.        <script type=\"text/javascript\" src=\"{{ asset('cookies/jquery.ihavecookies.js')}}\"></script>
  2432.  <script type=\"text/javascript\">
  2433.                     
  2434. \t\t\tvar options = {
  2435. \t\t\t\ttitle: '{% if app.request.locale == 'fr' %}Acceptation des cookies{% else %}Cookie Policy{% endif %} ',
  2436. \t\t\t\tmessage: \"{% if app.request.locale == 'fr' %}Nous utilisons des cookies nécessaires au fonctionnement de ce site Web et également des cookies nous permettant d'analyser notre trafic.{% else %}We use cookies that are required for the operation of this website, they are cookies that enable us to analyze the website traffic.{% endif %}\",
  2437. \t\t\t\tdelay: 600,
  2438. \t\t\t\texpires: 1,
  2439. \t\t\t\tlink: \"{{ path('politique',{'locale':app.request.locale})}}\",
  2440. \t\t\t\tonAccept: function(){
  2441. \t\t\t\t\tvar myPreferences = \$.fn.ihavecookies.cookie();
  2442. \t\t\t\t\tconsole.log('Yay! The following preferences were saved...');
  2443. \t\t\t\t\tconsole.log(myPreferences);
  2444. \t\t\t\t},
  2445. \t\t\t\tuncheckBoxes: true,
  2446. \t\t\t\tacceptBtnLabel: '{% if app.request.locale == 'fr' %}Tout accepter{% else %}Accept all{% endif %}',
  2447.                 refuseBtnLabel: '{% if app.request.locale == 'fr' %}Tout refuser{% else %}Refuse all{% endif %}',
  2448. \t\t\t\tadvancedBtnLabel: '{% if app.request.locale == 'fr' %}Personnaliser{% else %}Customize{% endif %}',
  2449. \t\t\t\tmoreInfoLabel: '{% if app.request.locale == 'fr' %}En savoir plus{% else %}Read more{% endif %}',
  2450. \t\t\t\tcookieTypesTitle: '{% if app.request.locale == 'fr' %}Choisissez les cookies que vous souhaitez accepter{% else %}Choose the cookies you want to accept{% endif %}',
  2451. \t\t\t\tfixedCookieTypeLabel: '{% if app.request.locale == 'fr' %}Nécessaires{% else %}Required{% endif %}',
  2452. \t\t\t\tfixedCookieTypeDesc: 'These are essential for the website to work correctly.',
  2453.             \tuncheckBoxes: true,
  2454.                 cookieTypes: [
  2455.                 
  2456.                 {
  2457.                     type: '{% if app.request.locale == 'fr' %}Préférences{% else %}Preferences{% endif %}',
  2458.                     value: 'préférences',
  2459.                     description: 'Cookies related to site visits, browser types, etc.'
  2460.                 },
  2461.                 {
  2462.                     type: '{% if app.request.locale == 'fr' %}Fonctionnels{% else %}Functional{% endif %}',
  2463.                     value: 'fonctionnels',
  2464.                     description: 'Cookies related to site visits, browser types, etc.'
  2465.                 },
  2466.                 {
  2467.                     type: '{% if app.request.locale == 'fr' %}Marketing{% else %}Marketing{% endif %}',
  2468.                     value: 'marketing',
  2469.                     description: 'Cookies related to site visits, browser types, etc.'
  2470.                 },
  2471.                 
  2472.             ],
  2473. \t\t\t}
  2474. \t\t\t\$(document).ready(function() {
  2475. \t\t\t\t\$('body').ihavecookies(options);
  2476. \t\t\t\tif (\$.fn.ihavecookies.preference('marketing') === true) {
  2477. \t\t\t\t\tconsole.log('This should run because marketing is accepted.');
  2478. \t\t\t\t}
  2479. \t\t\t\t\$('.ihavecookiesBtn').on('click', function(e){
  2480. \t\t\t\t\te.preventDefault()
  2481. \t\t\t\t\t\$('body').ihavecookies(options, 'reinit');
  2482. \t\t\t\t});
  2483. \t\t\t});
  2484.              // Toggle advanced cookie options
  2485.             \$('body').on('click', '#gdpr-cookie-advanced', function(){
  2486.                 // Uncheck all checkboxes except for the disabled 'necessary'
  2487.                 // one and set 'data-auto' to OFF for all. The user can now
  2488.                 // select the cookies they want to accept.
  2489.                 \$('input[name=\"gdpr[]\"]:not(:disabled)').attr('data-auto', 'off').prop('checked', false);
  2490.                 \$('#gdpr-cookie-types').slideDown('fast', function(){
  2491.                     \$('#gdpr-cookie-advanced').prop('disabled', true);
  2492.                     \$('#gdpr-cookie-advanced').hide();
  2493.                     \$('#gdpr-cookie-refuse').hide();
  2494.                     \$('#gdpr-cookie-accept').html('{% if app.request.locale == 'fr' %}Accepter{% else %}Accept{% endif %}');
  2495.                 });
  2496.             });
  2497. \t\t
  2498.         </script>
  2499.     <link href=\"{{ asset('cookies/cookies.css')}}\" rel=\"stylesheet\">
  2500.         <script type=\"text/javascript\">
  2501.             \$(document).ready(function(){
  2502.                 \$('.slider-demo-formation').slick({
  2503.                     arrows: true,
  2504.                     infinite:true,
  2505.                     prevArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-prev\">Previous</button>',
  2506.                     nextArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-next\">Next</button>',
  2507.                     slidesToShow:4,
  2508.                     slidesToScroll:4,
  2509.                     responsive:[{
  2510.                         breakpoint:1024,
  2511.                         settings:{
  2512.                             slidesToShow:2,            
  2513.                         }
  2514.                     },{
  2515.                         breakpoint:900,
  2516.                         settings:{
  2517.                             slidesToShow:1,
  2518.                         }
  2519.                     }],
  2520.                 });
  2521.             });
  2522.             \$(document).ready(function(){
  2523.                 \$('.slider-demo-actu').slick({
  2524.                     arrows: true,
  2525.                     infinite:true,
  2526.                     prevArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-prev\">Previous</button>',
  2527.                     nextArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-next\">Next</button>',
  2528.                     slidesToShow:4,
  2529.                     slidesToScroll:4,
  2530.                     responsive:[{
  2531.                         breakpoint:1024,
  2532.                         settings:{
  2533.                             slidesToShow:2,            
  2534.                         }
  2535.                     },{
  2536.                         breakpoint:900,
  2537.                         settings:{
  2538.                             slidesToShow:1,
  2539.                         }
  2540.                     }],
  2541.                 });
  2542.             });
  2543.             \$(document).ready(function(){
  2544.                 \$('.slider-demo-partenaire').slick({
  2545.                     arrows: true,
  2546.                     infinite:true,
  2547.                     prevArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-prev\">Previous</button>',
  2548.                     nextArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-next\">Next</button>',
  2549.                     slidesToShow:4,
  2550.                     slidesToScroll:4,
  2551.                     responsive:[{
  2552.                         breakpoint:1024,
  2553.                         settings:{
  2554.                             slidesToShow:2,            
  2555.                         }
  2556.                     },{
  2557.                         breakpoint:900,
  2558.                         settings:{
  2559.                             slidesToShow:1,
  2560.                         }
  2561.                     }],
  2562.                 });
  2563.             });
  2564.         </script>
  2565.         <script type=\"text/javascript\">
  2566.             \$(document).ready(function() {
  2567.                 \$('.imgAnimee img').captall({
  2568.                     backgroundColor: 'rgba(0,0,255,0.5)',
  2569.                     animation: 'slide',
  2570.                     caption:'<button class=\"EnSavoirPlus\">En savoir plus</button>',
  2571.                     textAlign:'center',
  2572.                     slideTo:'center',
  2573.                     paddingTop:300,
  2574.                     paddingBottom:300,
  2575.                 });
  2576.             });
  2577.         </script>
  2578.         <script type=\"text/javascript\">
  2579.                 // Affiche flèche quand hover sur le paragraphe BOX 1
  2580.                 let box1 = document.querySelector('.box-doc-1');
  2581.                 let text1 = document.querySelector('.p1box');
  2582.                 let iconArrow1 = document.querySelector('.arrow1');
  2583.                 let box2 = document.querySelector('.box-doc-2');
  2584.                 let text2 = document.querySelector('.p2box');
  2585.                 let iconArrow2 = document.querySelector('.arrow2');
  2586.                 let box3 = document.querySelector('.box-doc-3');
  2587.                 let text3 = document.querySelector('.p3box');
  2588.                 let iconArrow3 = document.querySelector('.arrow3');
  2589.                 let box4 = document.querySelector('.box-doc-4');
  2590.                 let text4 = document.querySelector('.p4box');
  2591.                 let iconArrow4 = document.querySelector('.arrow4');
  2592.                 let box5 = document.querySelector('.box-doc-5');
  2593.                 let text5 = document.querySelector('.p5box');
  2594.                 let iconArrow5 = document.querySelector('.arrow5');
  2595.                 let box6 = document.querySelector('.box-doc-6');
  2596.                 let text6 = document.querySelector('.p6box');
  2597.                 let iconArrow6 = document.querySelector('.arrow6');
  2598.                 
  2599.                 box1.addEventListener('mouseenter', function() {
  2600.                     iconArrow1.style.visibility = 'visible';
  2601.                     text1.style.fontWeight = '500';
  2602.                     text1.style.color = '#fff';
  2603.                 });
  2604.                 box1.addEventListener('mouseleave', function() {    
  2605.                     iconArrow1.style.visibility = 'hidden';
  2606.                     text1.style.fontWeight = '300';
  2607.                     text1.style.color = 'rgba(255, 255, 255, 0.713)';
  2608.                 });
  2609.                 box2.addEventListener('mouseenter', function() {
  2610.                     iconArrow2.style.visibility = 'visible';
  2611.                     text2.style.fontWeight = '500';
  2612.                     text2.style.color = '#fff';
  2613.                 });
  2614.                 box2.addEventListener('mouseleave', function() {    
  2615.                     iconArrow2.style.visibility = 'hidden';
  2616.                     text2.style.fontWeight = '300';
  2617.                     text2.style.color = 'rgba(255, 255, 255, 0.713)';
  2618.                 });
  2619.                 box3.addEventListener('mouseenter', function() {
  2620.                     iconArrow3.style.visibility = 'visible';
  2621.                     text3.style.fontWeight = '500';
  2622.                     text3.style.color = '#fff';
  2623.                 });
  2624.                 box3.addEventListener('mouseleave', function() {    
  2625.                     iconArrow3.style.visibility = 'hidden';
  2626.                     text3.style.fontWeight = '300';
  2627.                     text3.style.color = 'rgba(255, 255, 255, 0.713)';
  2628.                 });
  2629.                 box4.addEventListener('mouseenter', function() {
  2630.                     iconArrow4.style.visibility = 'visible';
  2631.                     text4.style.fontWeight = '500';
  2632.                     text4.style.color = '#fff';
  2633.                 });
  2634.                 box4.addEventListener('mouseleave', function() {    
  2635.                     iconArrow4.style.visibility = 'hidden';
  2636.                     text4.style.fontWeight = '300';
  2637.                     text4.style.color = 'rgba(255, 255, 255, 0.713)';
  2638.                 });
  2639.                 box5.addEventListener('mouseenter', function() {
  2640.                     iconArrow5.style.visibility = 'visible';
  2641.                     text5.style.fontWeight = '500';
  2642.                     text5.style.color = '#fff';
  2643.                 });
  2644.                 box5.addEventListener('mouseleave', function() {    
  2645.                     iconArrow5.style.visibility = 'hidden';
  2646.                     text5.style.fontWeight = '300';
  2647.                     text5.style.color = 'rgba(255, 255, 255, 0.713)';
  2648.                 });
  2649.                 box6.addEventListener('mouseenter', function() {
  2650.                     iconArrow6.style.visibility = 'visible';
  2651.                     text6.style.fontWeight = '500';
  2652.                     text6.style.color = '#fff';
  2653.                 });
  2654.                 box6.addEventListener('mouseleave', function() {    
  2655.                     iconArrow6.style.visibility = 'hidden';
  2656.                     text6.style.fontWeight = '300';
  2657.                     text6.style.color = 'rgba(255, 255, 255, 0.713)';
  2658.                 });
  2659.                 // Affiche flèche quand hover sur le paragraphe BOX 2
  2660.                 let box12 = document.querySelector('.box-doc-1-2');
  2661.                 let text12 = document.querySelector('.p1box-2');
  2662.                 let iconArrow12 = document.querySelector('.arrow1-2');
  2663.                 let box22 = document.querySelector('.box-doc-2-2');
  2664.                 let text22 = document.querySelector('.p2box-2');
  2665.                 let iconArrow22 = document.querySelector('.arrow2-2');
  2666.                 let box32 = document.querySelector('.box-doc-3-2');
  2667.                 let text32 = document.querySelector('.p3box-2');
  2668.                 let iconArrow32 = document.querySelector('.arrow3-2');
  2669.                 let box42 = document.querySelector('.box-doc-4-2');
  2670.                 let text42 = document.querySelector('.p4box-2');
  2671.                 let iconArrow42 = document.querySelector('.arrow4-2');
  2672.                 let box52 = document.querySelector('.box-doc-5-2');
  2673.                 let text52 = document.querySelector('.p5box-2');
  2674.                 let iconArrow52 = document.querySelector('.arrow5-2');
  2675.                 let box62 = document.querySelector('.box-doc-6-2');
  2676.                 let text62 = document.querySelector('.p6box-2');
  2677.                 let iconArrow62 = document.querySelector('.arrow6-2');
  2678.                 
  2679.                 box12.addEventListener('mouseenter', function() {
  2680.                     iconArrow12.style.visibility = 'visible';
  2681.                     text12.style.fontWeight = '500';
  2682.                     text12.style.color = '#fff';
  2683.                 });
  2684.                 box12.addEventListener('mouseleave', function() {    
  2685.                     iconArrow12.style.visibility = 'hidden';
  2686.                     text12.style.fontWeight = '300';
  2687.                     text12.style.color = 'rgba(255, 255, 255, 0.713)';
  2688.                 });
  2689.                 box22.addEventListener('mouseenter', function() {
  2690.                     iconArrow22.style.visibility = 'visible';
  2691.                     text22.style.fontWeight = '500';
  2692.                     text22.style.color = '#fff';
  2693.                 });
  2694.                 box22.addEventListener('mouseleave', function() {    
  2695.                     iconArrow22.style.visibility = 'hidden';
  2696.                     text22.style.fontWeight = '300';
  2697.                     text22.style.color = 'rgba(255, 255, 255, 0.713)';
  2698.                 });
  2699.                 box32.addEventListener('mouseenter', function() {
  2700.                     iconArrow32.style.visibility = 'visible';
  2701.                     text32.style.fontWeight = '500';
  2702.                     text32.style.color = '#fff';
  2703.                 });
  2704.                 box32.addEventListener('mouseleave', function() {    
  2705.                     iconArrow32.style.visibility = 'hidden';
  2706.                     text32.style.fontWeight = '300';
  2707.                     text32.style.color = 'rgba(255, 255, 255, 0.713)';
  2708.                 });
  2709.                 box42.addEventListener('mouseenter', function() {
  2710.                     iconArrow42.style.visibility = 'visible';
  2711.                     text42.style.fontWeight = '500';
  2712.                     text42.style.color = '#fff';
  2713.                 });
  2714.                 box42.addEventListener('mouseleave', function() {    
  2715.                     iconArrow42.style.visibility = 'hidden';
  2716.                     text42.style.fontWeight = '300';
  2717.                     text42.style.color = 'rgba(255, 255, 255, 0.713)';
  2718.                 });
  2719.                 box52.addEventListener('mouseenter', function() {
  2720.                     iconArrow52.style.visibility = 'visible';
  2721.                     text52.style.fontWeight = '500';
  2722.                     text52.style.color = '#fff';
  2723.                 });
  2724.                 box52.addEventListener('mouseleave', function() {    
  2725.                     iconArrow52.style.visibility = 'hidden';
  2726.                     text52.style.fontWeight = '300';
  2727.                     text52.style.color = 'rgba(255, 255, 255, 0.713)';
  2728.                 });
  2729.                 box62.addEventListener('mouseenter', function() {
  2730.                     iconArrow62.style.visibility = 'visible';
  2731.                     text62.style.fontWeight = '500';
  2732.                     text62.style.color = '#fff';
  2733.                 });
  2734.                 box62.addEventListener('mouseleave', function() {    
  2735.                     iconArrow62.style.visibility = 'hidden';
  2736.                     text62.style.fontWeight = '300';
  2737.                     text62.style.color = 'rgba(255, 255, 255, 0.713)';
  2738.                 });
  2739.                 // Affiche flèche quand hover sur le paragraphe BOX 3
  2740.                 let box13 = document.querySelector('.box-doc-1-3');
  2741.                 let text13 = document.querySelector('.p1box-3');
  2742.                 let iconArrow13 = document.querySelector('.arrow1-3');
  2743.                 let box23 = document.querySelector('.box-doc-2-3');
  2744.                 let text23 = document.querySelector('.p2box-3');
  2745.                 let iconArrow23 = document.querySelector('.arrow2-3');
  2746.                 let box33 = document.querySelector('.box-doc-3-3');
  2747.                 let text33 = document.querySelector('.p3box-3');
  2748.                 let iconArrow33 = document.querySelector('.arrow3-3');
  2749.                 let box43 = document.querySelector('.box-doc-4-3');
  2750.                 let text43 = document.querySelector('.p4box-3');
  2751.                 let iconArrow43 = document.querySelector('.arrow4-3');
  2752.                 let box53 = document.querySelector('.box-doc-5-3');
  2753.                 let text53 = document.querySelector('.p5box-3');
  2754.                 let iconArrow53 = document.querySelector('.arrow5-3');
  2755.                 let box63 = document.querySelector('.box-doc-6-3');
  2756.                 let text63 = document.querySelector('.p6box-3');
  2757.                 let iconArrow63 = document.querySelector('.arrow6-3');
  2758.                 
  2759.                 box13.addEventListener('mouseenter', function() {
  2760.                     iconArrow13.style.visibility = 'visible';
  2761.                     text13.style.fontWeight = '500';
  2762.                     text13.style.color = '#fff';
  2763.                 });
  2764.                 box13.addEventListener('mouseleave', function() {    
  2765.                     iconArrow13.style.visibility = 'hidden';
  2766.                     text13.style.fontWeight = '300';
  2767.                     text13.style.color = 'rgba(255, 255, 255, 0.713)';
  2768.                 });
  2769.                 box23.addEventListener('mouseenter', function() {
  2770.                     iconArrow23.style.visibility = 'visible';
  2771.                     text23.style.fontWeight = '500';
  2772.                     text23.style.color = '#fff';
  2773.                 });
  2774.                 box23.addEventListener('mouseleave', function() {    
  2775.                     iconArrow23.style.visibility = 'hidden';
  2776.                     text23.style.fontWeight = '300';
  2777.                     text23.style.color = 'rgba(255, 255, 255, 0.713)';
  2778.                 });
  2779.                 box33.addEventListener('mouseenter', function() {
  2780.                     iconArrow33.style.visibility = 'visible';
  2781.                     text33.style.fontWeight = '500';
  2782.                     text33.style.color = '#fff';
  2783.                 });
  2784.                 box33.addEventListener('mouseleave', function() {    
  2785.                     iconArrow33.style.visibility = 'hidden';
  2786.                     text33.style.fontWeight = '300';
  2787.                     text33.style.color = 'rgba(255, 255, 255, 0.713)';
  2788.                 });
  2789.                 box43.addEventListener('mouseenter', function() {
  2790.                     iconArrow43.style.visibility = 'visible';
  2791.                     text43.style.fontWeight = '500';
  2792.                     text43.style.color = '#fff';
  2793.                 });
  2794.                 box43.addEventListener('mouseleave', function() {    
  2795.                     iconArrow43.style.visibility = 'hidden';
  2796.                     text43.style.fontWeight = '300';
  2797.                     text43.style.color = 'rgba(255, 255, 255, 0.713)';
  2798.                 });
  2799.                 box53.addEventListener('mouseenter', function() {
  2800.                     iconArrow53.style.visibility = 'visible';
  2801.                     text53.style.fontWeight = '500';
  2802.                     text53.style.color = '#fff';
  2803.                 });
  2804.                 box53.addEventListener('mouseleave', function() {    
  2805.                     iconArrow53.style.visibility = 'hidden';
  2806.                     text53.style.fontWeight = '300';
  2807.                     text53.style.color = 'rgba(255, 255, 255, 0.713)';
  2808.                 });
  2809.                 box63.addEventListener('mouseenter', function() {
  2810.                     iconArrow63.style.visibility = 'visible';
  2811.                     text63.style.fontWeight = '500';
  2812.                     text63.style.color = '#fff';
  2813.                 });
  2814.                 box63.addEventListener('mouseleave', function() {    
  2815.                     iconArrow63.style.visibility = 'hidden';
  2816.                     text63.style.fontWeight = '300';
  2817.                     text63.style.color = 'rgba(255, 255, 255, 0.713)';
  2818.                 });
  2819.                 // Affiche flèche quand hover sur le paragraphe BOX 4
  2820.                 let box14 = document.querySelector('.box-doc-1-4');
  2821.                 let text14 = document.querySelector('.p1box-4');
  2822.                 let iconArrow14 = document.querySelector('.arrow1-4');
  2823.                 let box24 = document.querySelector('.box-doc-2-4');
  2824.                 let text24 = document.querySelector('.p2box-4');
  2825.                 let iconArrow24 = document.querySelector('.arrow2-4');
  2826.                 let box34 = document.querySelector('.box-doc-3-4');
  2827.                 let text34 = document.querySelector('.p3box-4');
  2828.                 let iconArrow34 = document.querySelector('.arrow3-4');
  2829.                 let box44 = document.querySelector('.box-doc-4-4');
  2830.                 let text44 = document.querySelector('.p4box-4');
  2831.                 let iconArrow44 = document.querySelector('.arrow4-4');
  2832.                 let box54 = document.querySelector('.box-doc-5-4');
  2833.                 let text54 = document.querySelector('.p5box-4');
  2834.                 let iconArrow54 = document.querySelector('.arrow5-4');
  2835.                 let box64 = document.querySelector('.box-doc-6-4');
  2836.                 let text64 = document.querySelector('.p6box-4');
  2837.                 let iconArrow64 = document.querySelector('.arrow6-4');
  2838.                 
  2839.                 box14.addEventListener('mouseenter', function() {
  2840.                     iconArrow14.style.visibility = 'visible';
  2841.                     text14.style.fontWeight = '500';
  2842.                     text14.style.color = '#fff';
  2843.                 });
  2844.                 box14.addEventListener('mouseleave', function() {    
  2845.                     iconArrow14.style.visibility = 'hidden';
  2846.                     text14.style.fontWeight = '300';
  2847.                     text14.style.color = 'rgba(255, 255, 255, 0.713)';
  2848.                 });
  2849.                 box24.addEventListener('mouseenter', function() {
  2850.                     iconArrow24.style.visibility = 'visible';
  2851.                     text24.style.fontWeight = '500';
  2852.                     text24.style.color = '#fff';
  2853.                 });
  2854.                 box24.addEventListener('mouseleave', function() {    
  2855.                     iconArrow24.style.visibility = 'hidden';
  2856.                     text24.style.fontWeight = '300';
  2857.                     text24.style.color = 'rgba(255, 255, 255, 0.713)';
  2858.                 });
  2859.                 box34.addEventListener('mouseenter', function() {
  2860.                     iconArrow34.style.visibility = 'visible';
  2861.                     text34.style.fontWeight = '500';
  2862.                     text34.style.color = '#fff';
  2863.                 });
  2864.                 box34.addEventListener('mouseleave', function() {    
  2865.                     iconArrow34.style.visibility = 'hidden';
  2866.                     text34.style.fontWeight = '300';
  2867.                     text34.style.color = 'rgba(255, 255, 255, 0.713)';
  2868.                 });
  2869.                 box44.addEventListener('mouseenter', function() {
  2870.                     iconArrow44.style.visibility = 'visible';
  2871.                     text44.style.fontWeight = '500';
  2872.                     text44.style.color = '#fff';
  2873.                 });
  2874.                 box44.addEventListener('mouseleave', function() {    
  2875.                     iconArrow44.style.visibility = 'hidden';
  2876.                     text44.style.fontWeight = '300';
  2877.                     text44.style.color = 'rgba(255, 255, 255, 0.713)';
  2878.                 });
  2879.                 box54.addEventListener('mouseenter', function() {
  2880.                     iconArrow54.style.visibility = 'visible';
  2881.                     text54.style.fontWeight = '500';
  2882.                     text54.style.color = '#fff';
  2883.                 });
  2884.                 box54.addEventListener('mouseleave', function() {    
  2885.                     iconArrow54.style.visibility = 'hidden';
  2886.                     text54.style.fontWeight = '300';
  2887.                     text54.style.color = 'rgba(255, 255, 255, 0.713)';
  2888.                 });
  2889.                 box64.addEventListener('mouseenter', function() {
  2890.                     iconArrow64.style.visibility = 'visible';
  2891.                     text64.style.fontWeight = '500';
  2892.                     text64.style.color = '#fff';
  2893.                 });
  2894.                 box64.addEventListener('mouseleave', function() {    
  2895.                     iconArrow64.style.visibility = 'hidden';
  2896.                     text64.style.fontWeight = '300';
  2897.                     text64.style.color = 'rgba(255, 255, 255, 0.713)';
  2898.                 });
  2899.                  // Affiche flèche quand hover sur le paragraphe BOX 5
  2900.                 let box15 = document.querySelector('.box-doc-1-5');
  2901.                 let text15 = document.querySelector('.p1box-5');
  2902.                 let iconArrow15 = document.querySelector('.arrow1-5');
  2903.                 let box25 = document.querySelector('.box-doc-2-5');
  2904.                 let text25 = document.querySelector('.p2box-5');
  2905.                 let iconArrow25 = document.querySelector('.arrow2-5');
  2906.                 let box35 = document.querySelector('.box-doc-3-5');
  2907.                 let text35 = document.querySelector('.p3box-5');
  2908.                 let iconArrow35 = document.querySelector('.arrow3-5');
  2909.                 let box45 = document.querySelector('.box-doc-4-5');
  2910.                 let text45 = document.querySelector('.p4box-5');
  2911.                 let iconArrow45 = document.querySelector('.arrow4-5');
  2912.                 let box55 = document.querySelector('.box-doc-5-5');
  2913.                 let text55 = document.querySelector('.p5box-5');
  2914.                 let iconArrow55 = document.querySelector('.arrow5-5');
  2915.                 let box65 = document.querySelector('.box-doc-6-5');
  2916.                 let text65 = document.querySelector('.p6box-5');
  2917.                 let iconArrow65 = document.querySelector('.arrow6-5');
  2918.                 
  2919.                 box15.addEventListener('mouseenter', function() {
  2920.                     iconArrow15.style.visibility = 'visible';
  2921.                     text15.style.fontWeight = '500';
  2922.                     text15.style.color = '#fff';
  2923.                 });
  2924.                 box15.addEventListener('mouseleave', function() {    
  2925.                     iconArrow15.style.visibility = 'hidden';
  2926.                     text15.style.fontWeight = '300';
  2927.                     text15.style.color = 'rgba(255, 255, 255, 0.713)';
  2928.                 });
  2929.                 box25.addEventListener('mouseenter', function() {
  2930.                     iconArrow25.style.visibility = 'visible';
  2931.                     text25.style.fontWeight = '500';
  2932.                     text25.style.color = '#fff';
  2933.                 });
  2934.                 box25.addEventListener('mouseleave', function() {    
  2935.                     iconArrow25.style.visibility = 'hidden';
  2936.                     text25.style.fontWeight = '300';
  2937.                     text25.style.color = 'rgba(255, 255, 255, 0.713)';
  2938.                 });
  2939.                 box35.addEventListener('mouseenter', function() {
  2940.                     iconArrow35.style.visibility = 'visible';
  2941.                     text35.style.fontWeight = '500';
  2942.                     text35.style.color = '#fff';
  2943.                 });
  2944.                 box35.addEventListener('mouseleave', function() {    
  2945.                     iconArrow35.style.visibility = 'hidden';
  2946.                     text35.style.fontWeight = '300';
  2947.                     text35.style.color = 'rgba(255, 255, 255, 0.713)';
  2948.                 });
  2949.                 box45.addEventListener('mouseenter', function() {
  2950.                     iconArrow45.style.visibility = 'visible';
  2951.                     text45.style.fontWeight = '500';
  2952.                     text45.style.color = '#fff';
  2953.                 });
  2954.                 box45.addEventListener('mouseleave', function() {    
  2955.                     iconArrow45.style.visibility = 'hidden';
  2956.                     text45.style.fontWeight = '300';
  2957.                     text45.style.color = 'rgba(255, 255, 255, 0.713)';
  2958.                 });
  2959.                 box55.addEventListener('mouseenter', function() {
  2960.                     iconArrow55.style.visibility = 'visible';
  2961.                     text55.style.fontWeight = '500';
  2962.                     text55.style.color = '#fff';
  2963.                 });
  2964.                 box55.addEventListener('mouseleave', function() {    
  2965.                     iconArrow55.style.visibility = 'hidden';
  2966.                     text55.style.fontWeight = '300';
  2967.                     text55.style.color = 'rgba(255, 255, 255, 0.713)';
  2968.                 });
  2969.                 box65.addEventListener('mouseenter', function() {
  2970.                     iconArrow65.style.visibility = 'visible';
  2971.                     text65.style.fontWeight = '500';
  2972.                     text65.style.color = '#fff';
  2973.                 });
  2974.                 box65.addEventListener('mouseleave', function() {    
  2975.                     iconArrow65.style.visibility = 'hidden';
  2976.                     text65.style.fontWeight = '300';
  2977.                     text65.style.color = 'rgba(255, 255, 255, 0.713)';
  2978.                 });
  2979.                 // gère les différent catégorie challenge
  2980.                 
  2981.                 let buttonChallenge1 =  document.querySelector('.challenge-button-1'); 
  2982.                 let buttonChallenge2 =  document.querySelector('.challenge-button-2'); 
  2983.                 let buttonChallenge3 =  document.querySelector('.challenge-button-3'); 
  2984.                 let buttonChallenge4 =  document.querySelector('.challenge-button-4'); 
  2985.                 let buttonChallenge5 =  document.querySelector('.challenge-button-5'); 
  2986.                 let containerDoc1 =  document.querySelector('.container-document-1'); 
  2987.                 let containerDoc2 =  document.querySelector('.container-document-2'); 
  2988.                 let containerDoc3 =  document.querySelector('.container-document-3'); 
  2989.                 let containerDoc4 =  document.querySelector('.container-document-4'); 
  2990.                 let containerDoc5 =  document.querySelector('.container-document-5'); 
  2991.                 buttonChallenge1.addEventListener('click', function() {
  2992.                     containerDoc1.style.display = 'block';
  2993.                     containerDoc2.style.display = 'none';
  2994.                     containerDoc3.style.display = 'none';
  2995.                     containerDoc4.style.display = 'none';
  2996.                     containerDoc5.style.display = 'none';
  2997.                     buttonChallenge1.style.backgroundColor = '#2462FF';
  2998.                     buttonChallenge2.style.backgroundColor = 'transparent';
  2999.                     buttonChallenge3.style.backgroundColor = 'transparent';
  3000.                     buttonChallenge4.style.backgroundColor = 'transparent';
  3001.                     buttonChallenge5.style.backgroundColor = 'transparent';
  3002.                 });
  3003.                 buttonChallenge2.addEventListener('click', function() {
  3004.                     containerDoc2.style.display = 'block';
  3005.                     containerDoc1.style.display = 'none';
  3006.                     containerDoc3.style.display = 'none';
  3007.                     containerDoc4.style.display = 'none';
  3008.                     containerDoc5.style.display = 'none';
  3009.                     buttonChallenge1.style.backgroundColor = 'transparent';
  3010.                     buttonChallenge2.style.backgroundColor = '#2462FF';
  3011.                     buttonChallenge3.style.backgroundColor = 'transparent';
  3012.                     buttonChallenge4.style.backgroundColor = 'transparent';
  3013.                     buttonChallenge5.style.backgroundColor = 'transparent';
  3014.                     
  3015.                 });
  3016.                 buttonChallenge3.addEventListener('click', function() {
  3017.                     containerDoc3.style.display = 'block';
  3018.                     containerDoc1.style.display = 'none';
  3019.                     containerDoc2.style.display = 'none';
  3020.                     containerDoc4.style.display = 'none';
  3021.                     containerDoc5.style.display = 'none';
  3022.                     buttonChallenge1.style.backgroundColor = 'transparent';
  3023.                     buttonChallenge2.style.backgroundColor = 'transparent';
  3024.                     buttonChallenge3.style.backgroundColor = '#2462FF';
  3025.                     buttonChallenge4.style.backgroundColor = 'transparent';
  3026.                     buttonChallenge5.style.backgroundColor = 'transparent';
  3027.                 });
  3028.                 buttonChallenge4.addEventListener('click', function() {
  3029.                     containerDoc4.style.display = 'block';
  3030.                     containerDoc1.style.display = 'none';
  3031.                     containerDoc2.style.display = 'none';
  3032.                     containerDoc3.style.display = 'none';
  3033.                     containerDoc5.style.display = 'none';
  3034.                     buttonChallenge1.style.backgroundColor = 'transparent';
  3035.                     buttonChallenge2.style.backgroundColor = 'transparent';
  3036.                     buttonChallenge3.style.backgroundColor = 'transparent';
  3037.                     buttonChallenge4.style.backgroundColor = '#2462FF';
  3038.                     buttonChallenge5.style.backgroundColor = 'transparent';
  3039.                 });
  3040.                 buttonChallenge5.addEventListener('click', function() {
  3041.                     containerDoc5.style.display = 'block';
  3042.                     containerDoc1.style.display = 'none';
  3043.                     containerDoc2.style.display = 'none';
  3044.                     containerDoc3.style.display = 'none';
  3045.                     containerDoc4.style.display = 'none';
  3046.                     buttonChallenge1.style.backgroundColor = 'transparent';
  3047.                     buttonChallenge2.style.backgroundColor = 'transparent';
  3048.                     buttonChallenge3.style.backgroundColor = 'transparent';
  3049.                     buttonChallenge4.style.backgroundColor = 'transparent';
  3050.                     buttonChallenge5.style.backgroundColor = '#2462FF';
  3051.                 });
  3052.           
  3053.                 let circle2  =  document.querySelector('.circle-container-2'); 
  3054.                 let circle4  =  document.querySelector('.circle-container-4'); 
  3055.                 let circle5  =  document.querySelector('.circle-container-5'); 
  3056.                 let circle6  =  document.querySelector('.circle-container-6'); 
  3057.                 let imgCircle2 =  document.querySelector('.img-circle-2'); 
  3058.                 let imgCircle4 =  document.querySelector('.img-circle-4'); 
  3059.                 let imgCircle5 =  document.querySelector('.img-circle-5'); 
  3060.                 let imgCircle6 =  document.querySelector('.img-circle-6'); 
  3061.              
  3062.                 circle6.addEventListener(\"mouseenter\", function() {
  3063.                     imgCircle6.src = \"img/accueil/cpi-industrialisation-hover.svg\";
  3064.                     
  3065.                 });
  3066.                 circle6.addEventListener('mouseleave', function() {    
  3067.                     imgCircle6.src = \"img/accueil/cpi-industrialisation.svg\";
  3068.                 });
  3069.                 circle5.addEventListener(\"mouseenter\", function() {
  3070.                     imgCircle5.src = \"img/accueil/cpi-formation-hover.svg\";
  3071.                    
  3072.                 });
  3073.                 circle5.addEventListener('mouseleave', function() {    
  3074.                     imgCircle5.src = \"img/accueil/cpi-formation.svg\";
  3075.                 });
  3076.                 circle4.addEventListener(\"mouseenter\", function() {
  3077.                     imgCircle4.src = \"img/accueil/cpi-recrutement-hover.svg\";
  3078.                    
  3079.                 });
  3080.                 circle4.addEventListener('mouseleave', function() {    
  3081.                     imgCircle4.src = \"img/accueil/cpi-recrutement.svg\";
  3082.                 });
  3083.                 circle2.addEventListener(\"mouseenter\", function() {
  3084.                     imgCircle2.src = \"img/accueil/cpi-digital-services-hover.svg\";
  3085.                    
  3086.                 });
  3087.                 circle2.addEventListener('mouseleave', function() {    
  3088.                     imgCircle2.src = \"img/accueil/cpi-digital-services.svg\";
  3089.                 });
  3090.                 
  3091.                 
  3092.                 
  3093.         </script>
  3094.        
  3095.         </script>
  3096.    <script type=\"text/javascript\">
  3097.         \$(document).ready(function() {
  3098.             \$('.slider-demo-galerie').slick({
  3099.                     arrows: true,
  3100.                     infinite:true,
  3101.                     autoplay: true, // Ajout de l'option autoplay
  3102.                     autoplaySpeed: 4000, // Durée de chaque diapositive en millisecondes
  3103.                     slidesToShow:4,
  3104.                     slidesToScroll:4,
  3105.                     prevArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-prev\">Previous</button>',
  3106.                     nextArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-next\">Next</button>',
  3107.                         responsive:[{
  3108.                         breakpoint:1400,
  3109.                         settings:{
  3110.                             slidesToShow:3,  
  3111.                             slidesToScroll:3,            
  3112.                         }
  3113.                     },{
  3114.                         breakpoint:1200,
  3115.                         settings:{
  3116.                             slidesToShow:2,
  3117.                             slidesToScroll:2, 
  3118.                         }
  3119.                     },
  3120.                     {
  3121.                         breakpoint:769,
  3122.                         settings:{
  3123.                             slidesToShow:1,
  3124.                             slidesToScroll:1, 
  3125.                         }
  3126.                     }],
  3127.                 });
  3128.        
  3129.             \$('.slider-demo-actu').slick({
  3130.                 arrows: true,
  3131.                 infinite: true,
  3132.                 prevArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-prev\">Previous</button>',
  3133.                 nextArrow: '<button type=\"button\" data-role=\"none\" class=\"slick-next\">Next</button>',
  3134.                 slidesToShow: 4,
  3135.                 slidesToScroll: 4,
  3136.                     responsive:[{
  3137.                         breakpoint:1400,
  3138.                         settings:{
  3139.                             slidesToShow:3,  
  3140.                             slidesToScroll:3,            
  3141.                         }
  3142.                     },{
  3143.                         breakpoint:1200,
  3144.                         settings:{
  3145.                             slidesToShow:2,
  3146.                             slidesToScroll:2, 
  3147.                         }
  3148.                     },
  3149.                     {
  3150.                         breakpoint:769,
  3151.                         settings:{
  3152.                             slidesToShow:1,
  3153.                             slidesToScroll:1, 
  3154.                         }
  3155.                     }],
  3156.             });
  3157.         });
  3158.     </script>
  3159.     {% if app.user%}
  3160.     {%else%}
  3161.     <script>
  3162.         AOS.init();
  3163.       </script>
  3164.     {%endif%}
  3165. <script>
  3166.     \$(document).ready(function(){
  3167.     \$('.carousel').slick({
  3168.         prevArrow: '<button type=\"button\" class=\"slick-prev\"><img src=\"{{asset('img/arrow-g.svg')}}\"></button>',
  3169.         nextArrow: '<button type=\"button\" class=\"slick-next\"><img src=\"{{asset('img/arrow-d.svg')}}\"></button>'
  3170.     });
  3171. });
  3172. </script>
  3173. <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm\" crossorigin=\"anonymous\"></script>
  3174.     
  3175.         
  3176.     </body>
  3177. </html>""base.html.twig""/var/www/vhosts/deamonerp.fr/httpdocs/cpi2/templates/base.html.twig");
  3178.     }
  3179. }