clients/generationdexpert.fr/templates/base.html.twig line 1

Open in your IDE?
  1. {% extends 'superbase.html.twig' %}
  2. {% block meta_description %}{% endblock %}
  3. {% block title %}Bonjour {{ accountingFirm.name }}{% endblock %}
  4. {% block author %}{{ cabinet.name | capitalize }}{% endblock %}
  5. {% block stylesheets %}
  6.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/bootstrap.min.css")}}">
  7.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/swiper-bundle.min.css")}}">
  8.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/scrollcue.min.css")}}">
  9.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/remixicon.css")}}">
  10.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/header.css")}}">
  11.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/style.css")}}">
  12.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/footer.css")}}">
  13.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/responsive.css")}}">
  14.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/dark-theme.css")}}">
  15.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/custom.css")}}">
  16.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/fontawesome.css")}}">
  17.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/agex_footer.css")}}">
  18. {% endblock %}
  19. {% block javascripts_recaptcha %}
  20. {%if accountingFirm.parameters.getGOOGLERECAPTCHASITEKEY!=null and accountingFirm.parameters.getGOOGLERECAPTCHASITEKEY!=null %}
  21.  <script type="text/javascript">
  22.      function onGoogleReCaptchaApiLoad() {
  23.             var widgets = document.querySelectorAll('[data-toggle="recaptcha"]');
  24.             for (var i = 0; i < widgets.length; i++) {
  25.                 renderReCaptcha(widgets[i]);
  26.             }
  27.         }
  28.                 /**
  29.                  * Get the submit buttons from the given form
  30.                  */
  31.                 function getSubmitButtons(form) {
  32.                     var buttons = form.querySelectorAll('button, input');
  33.                     var submitButtons = [];
  34.                     for (var i= 0; i < buttons.length; i++) {
  35.                         var button = buttons[i];
  36.                         if (button.getAttribute('type') == 'submit') {
  37.                             submitButtons.push(button);
  38.                         }
  39.                     }
  40.                     return submitButtons;
  41.                 }
  42.                 /**
  43.                  * Prevent the submit buttons from submitting a form
  44.                  * and invoke the challenge for the given widget id
  45.                  */
  46.                 function bindChallengeToSubmitButtons(form, reCaptchaId) {
  47.                     getSubmitButtons(form).forEach(function (button) {
  48.                         button.addEventListener('click', function (e) {
  49.                             e.preventDefault();
  50.                             grecaptcha.execute(reCaptchaId);
  51.                         });
  52.                     });
  53.                 }
  54.                 /**
  55.                  * Render a reCAPTCHA from the type
  56.                  */
  57.                 function renderReCaptcha(widget) {
  58.                     var form = widget.closest('form');
  59.                     var widgetType = widget.getAttribute('data-type');
  60.                     var widgetParameters = {
  61.                         'sitekey': '{{ accountingFirm.parameters.getGOOGLERECAPTCHASITEKEY }}'
  62.                     };
  63.                     if (widgetType == 'invisible') {
  64.                         widgetParameters['callback'] = function () {
  65.                             form.submit()
  66.                         };
  67.                         widgetParameters['size'] = "invisible";
  68.                     }
  69.                     var widgetId = grecaptcha.render(widget, widgetParameters);
  70.                     if (widgetType == 'invisible') {
  71.                         bindChallengeToSubmitButtons(form, widgetId)
  72.                     }
  73.                 }
  74.                 /**
  75.                  * The callback function executed
  76.                  * once all the Google dependencies have loaded
  77.                  */
  78.                 function onGoogleReCaptchaLoad() {
  79.                     var widgets = document.querySelectorAll('[data-toggle="recaptcha"]');
  80.                     for (var i = 0; i < widgets.length; i++) {
  81.                         renderReCaptcha(widgets[i]);
  82.                     }
  83.                 }
  84.             </script>
  85.     <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?onload=onGoogleReCaptchaApiLoad&render=explicit&hl={{app.request.locale}}" async defer></script>
  86.     {% endif %}
  87. {% endblock %}
  88. {% block header %}
  89.     <!--  Preloader Start -->
  90.     <div class="preloader-area" id="preloader">
  91.         <svg class="svg-loader" version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 -0.017756848134865777 764.16069439694 264.01775684813487" width="765" height="265">
  92.             <style>
  93.                 .s0 { fill: #00a099 }
  94.                 .s1 { fill: #009dcf }
  95.                 .s2 { fill: #d21323 }
  96.                 .s3 { fill: #ffda00 }
  97.             </style>
  98.             <g id="Calque 1">
  99.                 <path id="&lt;Path&gt;" class="s0" d="m321.26 32.79c0 0-1.97 25.42 20.97 30.54 22.94 5.12 53.22-1.85 74.39-8.36l8.72 16.49c0 0-29.33 12.75-67.44 10.67-36.93-2.03-42.9-33.6-36.64-49.34z"/>
  100.                 <path id="&lt;Path&gt;" class="s1" d="m315.7 52.76c0 0 3.68 28.17 29.86 34.57 46.23 11.31 90.01-11.64 111.18-18.15l8.72 16.49c0 0-48.77 23.55-100.98 20.68-41.51-2.28-51.69-30.97-48.78-53.59z"/>
  101.                 <path id="&lt;Path&gt;" class="s2" d="m317.09 83.22c0 0 17.95 48.53 99.59 28.56l5.81 16.68c0 0-87.2 21.24-105.4-45.24z"/>
  102.                 <path id="&lt;Path&gt;" class="s3" d="m432.35 36.96l-7.87-17.34c0 0-64.64 34.02-85.4 14.81-11.82-13.2 21.15-28.21 21.67-28.68-2.9 0.81-21.68 4.25-31.53 17.06-10.52 13.07 5.06 29.95 16.55 32.27 6.5 1.32 31.48 7.41 86.58-18.12z"/>
  103.                 <path id="&lt;Path&gt;" class="s3" d="m432.92 14.02l20.38-10.14 9.57 18.67-20 9.48z"/>
  104.                 <path id="&lt;Path&gt;" class="s0" d="m425.34 50.43l9.19 16.49 19.05-6.83-8.34-18.48z"/>
  105.                 <path id="&lt;Path&gt;" class="s1" d="m465.46 61.92l9.74 18.07 19.58-9.03-10.11-19.02z"/>
  106.                 <path id="&lt;Path&gt;" class="s2" d="m426.92 109.85l7.08 16.46 20.22-5.56-7.58-17.82z"/>
  107.                 <g class="title" id="&lt;Group&gt;">
  108.                     <path id="&lt;Compound Path&gt;" class="s2" d="m29.79 207.16c-3.32 0-6.52-0.65-9.48-1.95-2.91-1.19-5.51-2.96-7.77-5.22-2.25-2.19-3.97-4.8-5.21-7.64-1.31-3.03-1.9-6.17-1.9-9.37 0-3.26 0.65-6.4 1.9-9.36 1.24-2.85 3.02-5.46 5.27-7.65 2.25-2.25 4.92-3.97 7.83-5.22 3.02-1.24 6.22-1.89 9.48-1.89 5.04 0 9.78 1.54 13.81 4.39 1.36 0.94 1.66 2.78 0.71 4.14-0.95 1.31-2.79 1.66-4.15 0.72-3.02-2.2-6.58-3.32-10.37-3.32-2.49 0-4.92 0.47-7.23 1.48-2.19 0.89-4.21 2.25-5.87 3.91-1.72 1.72-3.08 3.62-4.03 5.81q-1.42 3.36-1.42 6.99c0 2.43 0.47 4.8 1.42 7 0.95 2.19 2.25 4.15 3.97 5.8 3.5 3.5 8.12 5.46 13.04 5.46 2.61 0 5.16-0.54 7.47-1.6 1.89-0.89 3.67-2.08 5.15-3.56v-12.33c0-1.66 1.31-2.96 2.97-2.96 1.66 0 2.96 1.3 2.96 2.96v13.58c0 0.71-0.29 1.42-0.77 1.95-2.25 2.43-4.86 4.39-7.88 5.75-3.08 1.42-6.46 2.13-9.9 2.13z"/>
  109.                     <path id="&lt;Compound Path&gt;" class="s2" d="m87.35 203.08c0 1.65-1.31 2.96-2.97 2.96h-28.33c-1.6 0-2.96-1.31-2.96-2.96v-40.61c0-1.66 1.36-2.96 2.96-2.96h27.74c1.66 0 2.96 1.3 2.96 2.96 0 1.66-1.3 2.97-2.96 2.97h-24.77v16.98h21.93c1.65 0 2.96 1.36 2.96 2.96 0 1.66-1.31 2.97-2.96 2.97h-21.93v11.76h25.36c1.66 0 2.97 1.31 2.97 2.97z"/>
  110.                     <path id="&lt;Path&gt;" class="s2" d="m81.51 150.48h-7.96l-6.16 9.16h6.88z"/>
  111.                     <path id="&lt;Compound Path&gt;" class="s2" d="m128.96 206.28c-0.89 0-1.72-0.42-2.31-1.07l-28.63-34.44v32.48c0 1.66-1.3 2.97-2.96 2.97-1.66 0-2.97-1.31-2.97-2.97v-40.66c0-1.24 0.77-2.37 1.96-2.78 1.18-0.42 2.49-0.06 3.26 0.89l28.69 34.37v-32.42c0-1.66 1.3-2.96 2.96-2.96 1.6 0 2.96 1.3 2.96 2.96v40.66c0 1.25-0.83 2.31-1.95 2.79q-0.55 0.18-1.01 0.18z"/>
  112.                     <path id="&lt;Compound Path&gt;" class="s2" d="m170.93 203.08c0 1.65-1.31 2.96-2.97 2.96h-28.33c-1.6 0-2.96-1.31-2.96-2.96v-40.61c0-1.66 1.36-2.96 2.96-2.96h27.74c1.66 0 2.96 1.3 2.96 2.96 0 1.66-1.3 2.97-2.96 2.97h-24.77v16.98h21.93c1.66 0 2.96 1.36 2.96 2.96 0 1.66-1.3 2.97-2.96 2.97h-21.93v11.76h25.36c1.66 0 2.97 1.31 2.97 2.97z"/>
  113.                     <path id="&lt;Path&gt;" class="s2" d="m164.55 150.48h-7.96l-6.17 9.16h6.88z"/>
  114.                     <path id="&lt;Compound Path&gt;" class="s2" d="m178.63 206.1c-1.65 0-2.96-1.37-2.96-2.97v-40.66c0-1.66 1.31-2.96 2.96-2.96h17.61c0.24 0 1.66 0 3.5 0.48 2.6 0.65 4.92 1.95 6.63 3.67 1.37 1.3 2.38 2.9 3.09 4.74 0.83 2.02 1.18 4.33 1.18 6.88 0 5.57-2.37 9.9-6.82 12.44-1.06 0.6-2.25 1.13-3.55 1.49 2.55 2.19 4.86 4.97 6.7 8.23 1.54 2.61 3.2 2.61 3.43 2.61 1.61-0.18 3.09 0.89 3.32 2.49 0.24 1.6-0.89 3.14-2.49 3.38-0.41 0.06-1.77 0.18-3.61-0.41-1.6-0.6-3.91-1.9-5.75-5.1-2.07-3.56-4.62-6.34-7.59-8.24-2.07-1.36-3.61-1.78-3.73-1.78-1.54-0.3-2.55-1.66-2.37-3.2 0.12-1.54 1.42-2.67 2.96-2.67q6.31 0 9.78-1.95c2.61-1.48 3.79-3.8 3.79-7.29q0.02-3.56-1.3-5.87c-0.65-1.13-1.54-2.02-2.73-2.73-2.07-1.18-4.26-1.24-4.44-1.24h-14.64v37.69c0 1.6-1.3 2.97-2.97 2.97z"/>
  115.                     <path id="&lt;Compound Path&gt;" class="s2" d="m221.2 206.1c-0.6 0-1.25-0.18-1.78-0.59-1.13-0.83-1.54-2.38-0.89-3.68l19.74-40.66c0.53-1.01 1.54-1.66 2.66-1.66 1.13 0 2.2 0.65 2.67 1.66l19.86 40.6c0.71 1.42 0.11 3.2-1.37 3.91-1.48 0.77-3.26 0.12-3.97-1.3l-4.62-9.54q-4.61-1.34-9.84-0.36-4.89 0.87-10.13 3.62c-6.05 3.2-10.26 7.11-10.32 7.17-0.53 0.53-1.3 0.83-2.01 0.83zm19.73-36.87l-11.91 24.6q0.78-0.44 1.66-0.89c3.97-2.13 8-3.56 11.85-4.27 2.67-0.47 5.22-0.65 7.71-0.41z"/>
  116.                     <path id="&lt;Compound Path&gt;" class="s2" d="m296.59 162.47c0 1.66-1.3 2.97-2.96 2.97h-12.98v37.69c0 1.66-1.36 2.97-2.96 2.97-1.66 0-2.97-1.31-2.97-2.97v-37.69h-13.04c-1.66 0-2.96-1.31-2.96-2.97 0-1.66 1.3-2.96 2.96-2.96h31.95c1.66 0 2.96 1.3 2.96 2.96z"/>
  117.                     <path id="&lt;Compound Path&gt;" class="s2" d="m304.6 206.1c-1.6 0-2.96-1.31-2.96-2.97v-40.66c0-1.6 1.36-2.96 2.96-2.96 1.66 0 2.96 1.36 2.96 2.96v40.66c0 1.66-1.3 2.97-2.96 2.97z"/>
  118.                     <path id="&lt;Compound Path&gt;" class="s2" d="m336.67 207.11c-3.26 0-6.46-0.66-9.49-1.96-2.9-1.25-5.51-2.96-7.76-5.22-2.19-2.25-3.97-4.8-5.22-7.7-1.24-2.97-1.89-6.11-1.89-9.31q0-4.9 1.95-9.36c1.25-2.85 3.02-5.45 5.28-7.65 2.25-2.25 4.86-3.97 7.76-5.21 3.02-1.25 6.22-1.9 9.54-1.9 6.47 0 12.51 2.55 17.01 7.17 2.2 2.19 3.86 4.8 5.04 7.65 1.25 2.96 1.84 6.1 1.84 9.3 0 3.26-0.59 6.4-1.84 9.31-1.18 2.9-2.9 5.51-5.09 7.7-4.57 4.63-10.61 7.18-17.13 7.18zm0.17-42.38q-3.74 0-7.23 1.42c-2.25 0.95-4.21 2.25-5.92 3.97-1.72 1.66-3.09 3.62-3.98 5.81-1 2.19-1.48 4.56-1.48 6.99q0 3.63 1.43 7c0.94 2.19 2.25 4.15 3.97 5.81 3.49 3.49 8.12 5.45 13.04 5.45 4.92 0 9.48-1.96 12.92-5.4 1.66-1.65 2.9-3.61 3.85-5.8 0.89-2.26 1.36-4.63 1.36-7.06 0-4.86-1.83-9.42-5.15-12.8-3.38-3.5-7.95-5.39-12.81-5.39z"/>
  119.                     <path id="&lt;Compound Path&gt;" class="s2" d="m402.05 206.28c-0.89 0-1.72-0.42-2.31-1.07l-28.63-34.44v32.48c0 1.66-1.31 2.97-2.97 2.97-1.66 0-2.96-1.31-2.96-2.97v-40.66c0-1.24 0.77-2.37 1.96-2.78 1.18-0.42 2.49-0.06 3.26 0.89l28.68 34.37v-32.42c0-1.66 1.31-2.96 2.97-2.96 1.6 0 2.96 1.3 2.96 2.96v40.66c0 1.25-0.83 2.31-1.96 2.79q-0.54 0.18-1 0.18z"/>
  120.                     <path id="&lt;Compound Path&gt;" class="s2" d="m461.61 158.8c-1.55 0-2.8 1.26-2.8 2.81v13.93c-3.33-3.23-7.85-5.23-12.84-5.23-10.18 0-18.46 8.28-18.46 18.45 0 10.18 8.28 18.46 18.46 18.46 10.17 0 18.45-8.28 18.45-18.46v-27.15c0-1.55-1.26-2.81-2.81-2.81zm-15.64 42.8c-7.08 0-12.84-5.76-12.84-12.84 0-7.08 5.76-12.84 12.84-12.84 7.08 0 12.84 5.76 12.84 12.84 0 7.08-5.76 12.84-12.84 12.84z"/>
  121.                     <path id="&lt;Compound Path&gt;" class="s2" d="m473.94 161.17h7.11l-4.5 18.79h-6.16z"/>
  122.                     <path id="&lt;Compound Path&gt;" class="s2" d="m521.06 203.08c0 1.65-1.3 2.96-2.96 2.96h-28.33c-1.6 0-2.97-1.31-2.97-2.96v-40.61c0-1.66 1.37-2.96 2.97-2.96h27.74c1.66 0 2.96 1.3 2.96 2.96 0 1.66-1.3 2.97-2.96 2.97h-24.78v16.98h21.93c1.66 0 2.96 1.36 2.96 2.96 0 1.66-1.3 2.97-2.96 2.97h-21.93v11.76h25.37c1.66 0 2.96 1.31 2.96 2.97z"/>
  123.                     <path id="&lt;Compound Path&gt;" class="s2" d="m560.66 205.56q-0.8 0.54-1.78 0.54c-0.89 0-1.78-0.42-2.37-1.19l-12.62-17.54-12.69 17.54c-0.59 0.77-1.48 1.19-2.43 1.19q-0.9 0-1.72-0.54c-1.36-0.94-1.66-2.78-0.65-4.14l13.81-19.15-13.04-18.02c-1.01-1.36-0.71-3.2 0.65-4.15 1.31-0.94 3.15-0.65 4.15 0.65l11.92 16.48 11.85-16.48c0.95-1.3 2.79-1.59 4.15-0.65 1.3 0.95 1.6 2.79 0.65 4.15l-13.04 18.02 13.81 19.15c0.95 1.36 0.65 3.2-0.65 4.14z"/>
  124.                     <path id="&lt;Compound Path&gt;" class="s2" d="m569.55 206.1c-1.6 0-2.96-1.31-2.96-2.97v-40.66c0-1.66 1.36-2.96 2.96-2.96h17.61c0.23 0 1.66 0 3.49 0.48 2.61 0.65 4.92 1.95 6.7 3.67 1.31 1.3 2.37 2.9 3.08 4.74 0.77 2.02 1.19 4.33 1.19 6.88 0 5.63-2.37 9.9-6.82 12.44-3.2 1.84-7.46 2.73-12.74 2.73-1.6 0-2.96-1.3-2.96-2.96 0-1.66 1.36-2.97 2.96-2.97 4.21 0 7.53-0.65 9.78-1.95 2.61-1.48 3.85-3.8 3.85-7.29 0-2.37-0.47-4.33-1.3-5.81-0.65-1.19-1.6-2.08-2.73-2.73-2.13-1.24-4.32-1.3-4.5-1.3h-14.64v37.69c0 1.66-1.31 2.97-2.97 2.97z"/>
  125.                     <path id="&lt;Compound Path&gt;" class="s2" d="m640.62 203.08c0 1.65-1.3 2.96-2.96 2.96h-28.33c-1.6 0-2.97-1.31-2.97-2.96v-40.61c0-1.66 1.37-2.96 2.97-2.96h27.74c1.66 0 2.96 1.3 2.96 2.96 0 1.66-1.3 2.97-2.96 2.97h-24.78v16.98h21.93c1.66 0 2.96 1.36 2.96 2.96 0 1.66-1.3 2.97-2.96 2.97h-21.93v11.76h25.37c1.66 0 2.96 1.31 2.96 2.97z"/>
  126.                     <path id="&lt;Compound Path&gt;" class="s2" d="m648.33 206.1c-1.66 0-2.96-1.37-2.96-2.97v-40.66c0-1.66 1.3-2.96 2.96-2.96h17.61c0.23 0 1.66 0 3.49 0.48 2.61 0.65 4.92 1.95 6.64 3.67 1.36 1.3 2.37 2.9 3.08 4.74 0.83 2.02 1.19 4.33 1.19 6.88 0 5.57-2.37 9.9-6.82 12.44-1.06 0.6-2.25 1.13-3.55 1.49 2.54 2.19 4.86 4.97 6.69 8.23 1.54 2.61 3.2 2.61 3.44 2.61 1.6-0.18 3.08 0.89 3.32 2.49 0.24 1.6-0.89 3.14-2.49 3.38-0.41 0.06-1.78 0.18-3.61-0.41-1.6-0.6-3.92-1.9-5.75-5.1-2.08-3.56-4.63-6.34-7.59-8.24-2.07-1.36-3.62-1.78-3.73-1.78-1.55-0.3-2.55-1.66-2.38-3.2 0.12-1.54 1.43-2.67 2.97-2.67q6.31 0 9.78-1.95c2.61-1.48 3.79-3.8 3.79-7.29q0.02-3.56-1.3-5.87c-0.65-1.13-1.54-2.02-2.73-2.73-2.07-1.18-4.27-1.24-4.44-1.24h-14.64v37.69c0 1.6-1.31 2.97-2.97 2.97z"/>
  127.                     <path id="&lt;Compound Path&gt;" class="s2" d="m722.54 162.47c0 1.66-1.3 2.97-2.96 2.97h-12.98v37.69c0 1.66-1.36 2.97-2.96 2.97-1.66 0-2.97-1.31-2.97-2.97v-37.69h-13.04c-1.66 0-2.96-1.31-2.96-2.97 0-1.66 1.3-2.96 2.96-2.96h31.95c1.66 0 2.96 1.3 2.96 2.96z"/>
  128.                     <path id="&lt;Compound Path&gt;" class="s2" d="m757.81 197.86c-0.77 2.13-2.01 3.97-3.73 5.39-3.44 2.73-7.82 3.91-12.45 3.44-2.55-0.3-5.03-1.13-7.35-2.31-2.31-1.25-4.32-2.96-5.87-4.92-1-1.3-0.82-3.14 0.48-4.15 1.24-1.01 3.14-0.77 4.15 0.47 2.13 2.73 5.63 4.63 9.25 5.04 3.02 0.3 5.92-0.47 8.06-2.19 1.71-1.36 2.54-3.85 2.07-5.99-1.01-4.15-4.8-5.51-10.96-7.23-2.02-0.53-4.15-1.12-5.99-1.95q-0.62-0.25-1.25-0.6c-0.05-0.06-0.17-0.06-0.23-0.11q-2.4-1.41-3.91-3.26c-1.19-1.43-2.02-3.15-2.43-5.04-0.54-2.14-0.42-4.39 0.35-6.52 0.71-2.14 2.02-4.03 3.73-5.4 3.38-2.72 7.83-3.97 12.45-3.43 2.49 0.29 5.04 1.06 7.29 2.31 2.31 1.24 4.33 2.96 5.93 4.92 1.01 1.24 0.77 3.08-0.47 4.15-1.31 1-3.15 0.77-4.15-0.54-2.2-2.72-5.63-4.56-9.25-4.98-3.08-0.35-5.93 0.42-8.12 2.14-1.72 1.42-2.55 3.85-2.02 5.98 0.95 4.15 4.75 5.52 10.91 7.24 2.07 0.59 4.15 1.18 6.05 1.95 0.41 0.24 0.82 0.42 1.18 0.59l0.3 0.18c1.54 0.89 2.84 1.96 3.85 3.26q1.79 2.14 2.43 4.98c0.53 2.13 0.42 4.45-0.3 6.58z"/>
  129.                 </g>
  130.                 <g class="subtitle" id="&lt;Group&gt;">
  131.                     <path id="&lt;Compound Path&gt;" class="s1" d="m106.05 246.22c-1.71 2.54-4.28 3.59-7.26 3.59-5.11 0-8.49-3.67-8.49-8.85 0-5.01 3.49-8.78 8.38-8.78 5.15 0 7.87 3.95 7.87 7.83v1.53h-14.07c0 1.81 1.27 6.31 6.35 6.31 2.21 0 4.53-1.16 5.62-2.98zm-1.67-6.63c0-2.98-2.57-5.44-5.8-5.44-4.75 0-6.1 4.57-6.1 5.44z"/>
  132.                     <path id="&lt;Compound Path&gt;" class="s1" d="m125.11 240.3l-5.98-7.69h2.79l4.65 6.35 4.6-6.35h2.72l-5.91 7.69 7.18 9.07h-2.83l-5.84-7.58-5.73 7.58h-2.61z"/>
  133.                     <path id="&lt;Compound Path&gt;" class="s1" d="m147.23 232.61h2.18v2.94h0.07c1.34-2.32 4.21-3.37 6.71-3.37 5.15 0 8.81 3.7 8.81 8.81 0 5.12-3.66 8.82-8.81 8.82-2.5 0-5.37-1.05-6.71-3.38h-0.07v11.21h-2.18zm8.96 15.24c4.1 0 6.64-3.09 6.64-6.86 0-3.77-2.54-6.86-6.64-6.86-3.95 0-7 3.09-7 6.86 0 3.77 3.05 6.86 7 6.86z"/>
  134.                     <path id="&lt;Compound Path&gt;" class="s1" d="m194.08 246.22c-1.7 2.54-4.28 3.59-7.25 3.59-5.11 0-8.49-3.67-8.49-8.85 0-5.01 3.48-8.78 8.38-8.78 5.15 0 7.87 3.95 7.87 7.83v1.53h-14.07c0 1.81 1.27 6.31 6.35 6.31 2.21 0 4.53-1.16 5.62-2.98zm-1.67-6.63c0-2.98-2.58-5.44-5.8-5.44-4.75 0-6.1 4.57-6.1 5.44z"/>
  135.                     <path id="&lt;Compound Path&gt;" class="s1" d="m208.87 237.33c0-1.23-0.18-3.85-0.18-4.72h2.18c0.04 1.24 0.07 2.62 0.14 2.94 1.09-1.96 2.83-3.37 5.34-3.37 0.43 0 0.83 0.07 1.27 0.18l-0.26 2.14q-0.5-0.15-0.83-0.15c-3.78 0-5.48 2.62-5.48 5.88v9.14h-2.18z"/>
  136.                     <path id="&lt;Compound Path&gt;" class="s1" d="m238.57 234.57h-4.79v10.92c0 1.49 0.87 2.36 2.32 2.36 0.84 0 1.71-0.26 2.47-0.58l0.18 1.96c-0.79 0.29-1.99 0.58-2.83 0.58-3.12 0-4.31-1.92-4.31-4.32v-10.92h-3.63v-1.96h3.63v-4.82h2.17v4.82h4.79z"/>
  137.                     <path id="&lt;Compound Path&gt;" class="s1" d="m253.33 224.34c0.9 0 1.63 0.73 1.63 1.64 0 0.9-0.73 1.63-1.63 1.63-0.91 0-1.63-0.73-1.63-1.63 0-0.91 0.72-1.64 1.63-1.64zm-1.09 8.27h2.18v16.76h-2.18z"/>
  138.                     <path id="&lt;Compound Path&gt;" class="s1" d="m270.04 245.09c0.91 1.78 2.9 2.76 4.86 2.76 1.89 0 3.85-1.16 3.85-3.08 0-4.61-9.94-1.38-9.94-7.77 0-3.26 2.97-4.82 5.73-4.82 2.72 0 4.82 1.01 5.91 3.15l-1.96 1.17c-0.83-1.53-1.99-2.36-3.95-2.36-1.56 0-3.55 0.94-3.55 2.68 0 4.54 9.93 1.02 9.93 7.8 0 3.45-2.86 5.19-6.05 5.19-2.87 0-5.44-1.09-6.75-3.41z"/>
  139.                     <path id="&lt;Compound Path&gt;" class="s1" d="m309.68 246.22c-1.71 2.54-4.28 3.59-7.26 3.59-5.11 0-8.48-3.67-8.48-8.85 0-5.01 3.48-8.78 8.38-8.78 5.15 0 7.87 3.95 7.87 7.83v1.53h-14.08c0 1.81 1.27 6.31 6.35 6.31 2.21 0 4.54-1.16 5.62-2.98zm-1.67-6.63c0-2.98-2.57-5.44-5.8-5.44-4.75 0-6.09 4.57-6.09 5.44z"/>
  140.                     <path id="&lt;Compound Path&gt;" class="s1" d="m347.93 246.9c-1.63 1.96-3.77 2.91-6.16 2.91-5.15 0-8.82-3.7-8.82-8.82 0-5.11 3.67-8.81 8.82-8.81 2.43 0 4.6 1.05 6.24 2.9l-1.74 1.31c-1.28-1.38-2.76-2.25-4.5-2.25-4.1 0-6.64 3.08-6.64 6.85 0 3.78 2.54 6.86 6.64 6.86 1.81 0 3.37-0.95 4.5-2.32z"/>
  141.                     <path id="&lt;Compound Path&gt;" class="s1" d="m368.63 232.18c5.16 0 8.82 3.7 8.82 8.81 0 5.12-3.66 8.82-8.82 8.82-5.15 0-8.81-3.7-8.81-8.82 0-5.11 3.66-8.81 8.81-8.81zm0 15.67c4.1 0 6.64-3.08 6.64-6.86 0-3.77-2.54-6.85-6.64-6.85-4.09 0-6.63 3.08-6.63 6.85 0 3.78 2.54 6.86 6.63 6.86z"/>
  142.                     <path id="&lt;Compound Path&gt;" class="s1" d="m391.73 237.33c0-1.23-0.18-3.85-0.18-4.72h2.17c0.04 1.24 0.08 2.62 0.15 2.94h0.11c0.87-1.85 3.01-3.37 5.73-3.37 2.21 0 4.24 1.09 5.04 3.63 1.05-2.51 3.37-3.63 5.7-3.63 5.22 0 6.38 3.55 6.38 7.22v9.97h-2.18v-9.86c0-2.72-0.76-5.37-4.2-5.37-4.03 0-5.08 3.41-5.08 5.8v9.43h-2.18v-10.08c0-3.08-1.12-5.15-3.48-5.15-3.23 0-5.8 2.25-5.8 6.85v8.38h-2.18z"/>
  143.                     <path id="&lt;Compound Path&gt;" class="s1" d="m431.58 232.61h2.17v2.94h0.08c1.34-2.32 4.2-3.37 6.71-3.37 5.15 0 8.81 3.7 8.81 8.81 0 5.12-3.66 8.82-8.81 8.82-2.51 0-5.37-1.05-6.71-3.38h-0.08v11.21h-2.17zm8.96 15.24c4.1 0 6.63-3.09 6.63-6.86 0-3.77-2.53-6.86-6.63-6.86-3.96 0-7 3.09-7 6.86 0 3.77 3.04 6.86 7 6.86z"/>
  144.                     <path id="&lt;Compound Path&gt;" class="s1" d="m471.83 234.57h-4.79v10.92c0 1.49 0.87 2.36 2.32 2.36 0.84 0 1.71-0.26 2.47-0.58l0.18 1.96c-0.8 0.29-1.99 0.58-2.83 0.58-3.12 0-4.31-1.92-4.31-4.32v-10.92h-3.63v-1.96h3.63v-4.82h2.17v4.82h4.79z"/>
  145.                     <path id="&lt;Compound Path&gt;" class="s1" d="m498.16 242.34c0 3.26 0.07 5.11 0.32 7.03h-2.03c-0.14-0.83-0.22-1.78-0.22-2.72h-0.07c-1.23 2.14-3.05 3.16-5.87 3.16-2.87 0-5.92-1.42-5.92-4.97 0-5.12 5.99-5.62 9.29-5.62h2.54v-1.02c0-2.9-2.03-4.06-4.72-4.06-1.96 0-3.63 0.61-5.11 1.88l-1.27-1.48c1.59-1.53 4.21-2.36 6.38-2.36 4.06 0 6.68 1.81 6.68 6.06zm-4.36-1.38c-3.62 0-7.25 0.9-7.25 3.77 0 2.07 1.99 3.12 3.81 3.12 4.64 0 5.84-2.98 5.84-5.77v-1.12z"/>
  146.                     <path id="&lt;Compound Path&gt;" class="s1" d="m512.91 221.95h2.17v13.6h0.08c1.34-2.32 4.2-3.37 6.71-3.37 5.15 0 8.81 3.7 8.81 8.81 0 5.12-3.66 8.82-8.81 8.82-2.51 0-5.37-1.05-6.71-3.38h-0.08v2.94h-2.17zm8.96 25.9c4.1 0 6.63-3.08 6.63-6.86 0-3.77-2.53-6.85-6.63-6.85-3.96 0-7 3.08-7 6.85 0 3.78 3.04 6.86 7 6.86z"/>
  147.                     <path id="&lt;Compound Path&gt;" class="s1" d="m545.33 221.95h2.17v27.42h-2.17z"/>
  148.                     <path id="&lt;Compound Path&gt;" class="s1" d="m577.89 246.22c-1.71 2.54-4.28 3.59-7.25 3.59-5.12 0-8.49-3.67-8.49-8.85 0-5.01 3.48-8.78 8.38-8.78 5.15 0 7.87 3.95 7.87 7.83v1.53h-14.08c0 1.81 1.27 6.31 6.35 6.31 2.21 0 4.54-1.16 5.62-2.98zm-1.66-6.63c0-2.98-2.58-5.44-5.81-5.44-4.75 0-6.09 4.57-6.09 5.44z"/>
  149.                     <path id="&lt;Path&gt;" class="s1" d="m598.58 240.78c0 1.94-1.57 3.51-3.51 3.51-1.94 0-3.52-1.57-3.52-3.51 0-1.95 1.58-3.52 3.52-3.52 1.94 0 3.51 1.57 3.51 3.52z"/>
  150.                     <g class="sub-title" id="&lt;Group&gt;">
  151.                         <path id="&lt;Compound Path&gt;" class="s1" d="m611.92 237.33c0-1.23-0.19-3.85-0.19-4.72h2.18c0.04 1.24 0.07 2.62 0.15 2.94 1.08-1.96 2.83-3.37 5.33-3.37 0.43 0 0.83 0.07 1.27 0.18l-0.26 2.14q-0.5-0.15-0.83-0.15c-3.77 0-5.48 2.62-5.48 5.88v9.14h-2.17z"/>
  152.                         <path id="&lt;Compound Path&gt;" class="s1" d="m633.42 221.95h2.17v13.6h0.08c0.87-1.85 3.01-3.37 5.73-3.37 5.22 0 6.38 3.55 6.38 7.22v9.97h-2.18v-9.86c0-2.72-0.76-5.37-4.2-5.37-3.23 0-5.81 2.25-5.81 6.85v8.38h-2.17z"/>
  153.                     </g>
  154.                 </g>
  155.             </g>
  156.         </svg>
  157.     </div>
  158.     <!--  Preloader End -->
  159.     <a href="tel:0606060606" class="phone-bt-support-now phone-theme-btn">
  160.         <svg xmlns="http://www.w3.org/2000/svg" height="40" width="40" viewBox="0 0 512 512">
  161.             <!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.-->
  162.             <path
  163.                 d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"></path>
  164.         </svg>
  165.         <span>06 06 06 06 06</span>
  166.     </a>
  167.     <div id="smooth-wrapper">
  168.         <div id="smooth-content">
  169.             <div class=" position-relative z-1">
  170.                 <!-- Navbar To Start -->
  171.                 <div class="navbar-top style-one bg_primary">
  172.                     <div class="container style-two">
  173.                         <div class="row">
  174.                             <div class="col-md-2 mb-sm-6">
  175.                                 {{ actualite_defilante(cabinet) }}
  176.                             </div>
  177.                             <div class="col-md-10">
  178.                                 <div class="d-flex align-items-center justify-content-end h-100">
  179.                                     <div class="menu">
  180.                                         <ul class="d-flex flex-nowrap">
  181.                                             <li class="position-relative">
  182.                                                 <a href="{{ path('client_custom_page', {'uri' : 'cabinet'}) }}">
  183.                                                     <i class="fa-duotone fa-home"></i>
  184.                                                     Cabinet
  185.                                                 </a>
  186.                                                 <ul class="menu-subs">
  187.                                                     <li class="list-item">
  188.                                                         <a href="{{ path('client_custom_page', {'uri' : 'cabinet-toulouse'}) }}" class="main"> Toulouse</a>
  189.                                                     </li>
  190.                                                     <li class="list-item">
  191.                                                         <a href="{{ path('client_custom_page', {'uri' : 'cabinet-canals'}) }}" class="main"> Canals</a>
  192.                                                     </li>
  193.                                                 </ul>
  194.                                             </li>
  195.                                             <li class="">
  196.                                                 <a href="{{ path('client_custom_page', {'uri' : 'outils-digitaux'}) }}">
  197.                                                     <i class="fa-duotone fa-tools"></i>
  198.                                                     Outils digitaux
  199.                                                 </a>
  200.                                             </li>
  201.                                             <li class="">
  202.                                                 <a href="{{ path('client_announcement_index') }}">
  203.                                                     <i class="fa-duotone fa-briefcase"></i>
  204.                                                     Recrutement
  205.                                                 </a>
  206.                                             </li>
  207.                                             <li class="">
  208.                                                 <a href="{{ path('client_custom_page', {'uri': 'facture-electronique'}) }}">
  209.                                                     <i class="fa-duotone fa-file-invoice"></i>
  210.                                                     Facture électronique
  211.                                                 </a>
  212.                                             </li>
  213.                                             <li class="">
  214.                                                 <a href="{{ path('client_custom_page', {'uri': 'aides-aux-entreprises'}) }}">
  215.                                                     <i class="fa-duotone fa-info-circle"></i>
  216.                                                     Aides aux entreprises
  217.                                                 </a>
  218.                                             </li>
  219.                                             <li class="menu-item-has-children position-relative">
  220.                                                 <a href="{{ path('client_widget_news_index') }}">
  221.                                                     <i class="fa-duotone fa-newspaper"></i>
  222.                                                     Actualités
  223.                                                 </a>
  224.                                                 <ul class="menu-subs">
  225.                                                     {% for link in DynData["nav_actu"]["data"] %}
  226.                                                         <li class="list-item">
  227.                                                             <a href="{{ link["data"] }}" class="main">{{ link["titre"] }}</a>
  228.                                                         </li>
  229.                                                     {% endfor %}
  230.                                                 </ul>
  231.                                             </li>
  232.                                             <li class="menu-item-has-children position-relative">
  233.                                                 <a href="{{ path('simulateur_index') }}">
  234.                                                     <i class="fa-duotone fa-calculator"></i>
  235.                                                     Simulateurs
  236.                                                 </a>
  237.                                                 <ul class="menu-subs">
  238.                                                     {% for link in DynData["nav_simu"]["data"] %}
  239.                                                         <li class="list-item">
  240.                                                             <a href="{{ link["data"] }}" class="main">{{ link["titre"] }}</a>
  241.                                                         </li>
  242.                                                     {% endfor %}
  243.                                                 </ul>
  244.                                             </li>
  245.                                             <li class="">
  246.                                                 <a href="https://app.myunisoft.fr/" target="_blank">
  247.                                                     <i class="fa-duotone fa-users"></i>
  248.                                                     Accès client
  249.                                                 </a>
  250.                                             </li>
  251.                                         </ul>
  252.                                     </div>
  253.                                 </div>
  254.                             </div>
  255.                         </div>
  256.                     </div>
  257.                 </div>
  258.                 <!-- Navbar Top End -->
  259.                 <!-- Navbar Area Start -->
  260.                 <div class="navbar-area style-three position-relative z-2" id="navbar">
  261.                     <div class="container style-two">
  262.                         <div class="navbar-wrapper d-flex justify-content-between align-items-center">
  263.                             <a href="{{ path('client') }}" class="navbar-brand">
  264.                                 <img src="{{ assets_client( accountingFirm,"img/logo.png")}}" alt="Logo" class="logo-light">
  265.                             </a>
  266.                             <div class="menu-area mx-auto">
  267.                                 <div class="overlay"></div>
  268.                                 <nav class="menu">
  269.                                     <div class="menu-mobile-header">
  270.                                         <button type="button" class="menu-mobile-arrow bg-transparent border-0"><i class="ri-arrow-left-s-line"></i></button>
  271.                                         <div class="menu-mobile-title"></div>
  272.                                         <button type="button" class="menu-mobile-close bg-transparent border-0"><i class="ri-close-line"></i></button>
  273.                                     </div>
  274.                                     <ul class="menu-section p-0 mb-0 lh-1">
  275.                                         <li><a href="{{ path('client_custom_page', {'uri': 'createur'}) }}">Je crée mon entreprise</a></li>
  276.                                         <li class="menu-item-has-children">
  277.                                             <a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Je réussis mon développement<i class="ri-arrow-down-s-line"></i></a>
  278.                                             <ul class="menu-subs menu-column-1">
  279.                                                 <li class="list-item">
  280.                                                     <a href="{{ path('client_custom_page', {'uri': 'expertise-fiscalite'}) }}">Comptabilité & fiscalité</a>
  281.                                                 </li>
  282.                                                 <li class="list-item">
  283.                                                     <a href="{{ path('client_custom_page', {'uri': 'expertise-juridique'}) }}">Juridique</a>
  284.                                                 </li>
  285.                                                 <li class="list-item">
  286.                                                     <a href="{{ path('client_custom_page', {'uri': 'expertise-social'}) }}">Social/RH</a>
  287.                                                 </li>
  288.                                                 <li class="list-item">
  289.                                                     <a href="{{ path('client_custom_page', {'uri': 'expertise-pilotage'}) }}">Administratif & pilotage</a>
  290.                                                 </li>
  291.                                                 <li class="list-item">
  292.                                                     <a href="{{ path('client_custom_page', {'uri': 'expertise-formation'}) }}">Formation</a>
  293.                                                 </li>
  294.                                             </ul>
  295.                                         </li>
  296.                                         <li><a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Je pilote mon activité</a></li>
  297.                                         <li><a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">J'optimise ma situation</a></li>
  298.                                     </ul>
  299.                                 </nav>
  300.                             </div>
  301.                             <div class="other-options d-flex flex-wrap align-items-center justify-content-end">
  302.                                 <div class="option-item d-lg-block d-none">
  303.                                     <a href="{{ path('client_contact') }}" class="btn style-green d-inline-flex align-items-center">
  304.                                         <span class="btn-icon-one d-flex flex-column align-items-center justify-content-center rounded-circle transition"><img src="{{ assets_client( accountingFirm,"img/icons/right-arrow.svg")}}" alt="Icon"></span>
  305.                                         <span class="btn-text fw-bold d-flex flex-column align-items-center justify-content-center transition">Contact</span>
  306.                                         <span class="btn-icon-two d-flex flex-column align-items-center justify-content-center rounded-circle transition"><img src="{{ assets_client( accountingFirm,"img/icons/right-arrow.svg")}}" alt="Icon"></span>
  307.                                     </a>
  308.                                 </div>
  309.                                 <div class="option-item position-relative d-flex align-items-center">
  310.                                     <div class="mobile-options position-relative d-lg-none me-3">
  311.                                         <button class="dropdown-toggle  text-center bg-transparent border-0 p-0 transition" type="button" data-bs-toggle="dropdown" aria-expanded="true">
  312.                                             <i class="ri-more-fill"></i>
  313.                                         </button>
  314.                                         <div class="dropdown-menu dropdown-menu-centered mobile-option-list top-1 border-0" data-bs-popper="static">
  315.                                             <a href="appointment.html" class="btn style-one d-inline-flex align-items-center">
  316.                                                 <span class="btn-icon-one d-flex flex-column align-items-center justify-content-center rounded-circle transition"><img src="{{ assets_client( accountingFirm,"img/icons/right-arrow.svg")}}" alt="Icon"></span>
  317.                                                 <span class="btn-text fw-bold d-flex flex-column align-items-center justify-content-center transition">Get A Free Consultation</span>
  318.                                                 <span class="btn-icon-two d-flex flex-column align-items-center justify-content-center rounded-circle transition"><img src="{{ assets_client( accountingFirm,"img/icons/right-arrow.svg")}}" alt="Icon"></span>
  319.                                             </a>
  320.                                         </div>
  321.                                     </div>
  322.                                 </div>
  323.                                 <div class="option-item d-lg-none">
  324.                                     <button type="button" class="menu-mobile-trigger">
  325.                                         <span></span>
  326.                                         <span></span>
  327.                                         <span></span>
  328.                                         <span></span>
  329.                                     </button>
  330.                                 </div>
  331.                             </div>
  332.                         </div>
  333.                     </div>
  334.                 </div>
  335.                 <!-- Navbar Area End -->
  336. {% endblock %}
  337. {% block body %}{% endblock %}
  338.  {% block footer %}
  339.     </div>
  340.             <footer class="agex_footer">
  341.                 <div class="container">
  342.                     <div class="footer-top border-bottom">
  343.                         <div class="row">
  344.                             <div class="col-lg-9 col-12 pr-30 border-right">
  345.                                 <div class="row align-items-center">
  346.                                     <div class="col-md-4 col-12 col-sm-6">
  347.                                         <img src="{{ assets_client(accountingFirm, "img/logo.png") }}" class="img-fluid mb-3 mb-md-0" title="Insuba HTML Template"
  348.                                              width="212" alt="Insuba HTML Template">
  349.                                     </div>
  350.                                     <div class="col-md-4 col-12 col-sm-6">
  351.                                         <p>
  352.                                             <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  353.                                                 <path d="M7.50079 0C4.50533 0 2.06836 2.43697 2.06836 5.4324C2.06836 9.14982 6.92985 14.6072 7.13684 14.8377C7.33125 15.0543 7.67068 15.0539 7.86475 14.8377C8.07173 14.6072 12.9332 9.14982 12.9332 5.4324C12.9332 2.43697 10.4962 0 7.50079 0ZM7.50079 8.1656C5.9937 8.1656 4.76763 6.93949 4.76763 5.4324C4.76763 3.92531 5.99373 2.69924 7.50079 2.69924C9.00785 2.69924 10.2339 3.92534 10.2339 5.43243C10.2339 6.93952 9.00785 8.1656 7.50079 8.1656Z" fill="black"></path>
  354.                                             </svg>
  355.                                             Adresse  <br>
  356.                                             00000 Ville
  357.                                         </p>
  358.                                     </div>
  359.                                     <div class="col-md-4 col-12 col-sm-6 mt-5 mt-lg-0">
  360.                                         <p>
  361.                                             <svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
  362.                                                 <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.-->
  363.                                                 <path fill="black" d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"></path>
  364.                                             </svg>
  365.                                             Du lundi au vendredi<br>
  366.                                             Sur rendez-vous
  367.                                         </p>
  368.                                     </div>
  369.                                 </div>
  370.                             </div>
  371.                             <div class="col-lg-2 col-12 border-right">
  372.                                 <div class="d-flex align-items-center justify-content-center h-100">
  373.                                     <a class="agex_footer__contact-btn" href="{{ path('client_contact') }}">Contact</a>
  374.                                 </div>
  375.                             </div>
  376.                             <div class="col-lg-1 col-12">
  377.                                 <div class="d-flex align-items-center justify-content-end h-100">
  378.                                     <a href="https://www.linkedin.com/" target="_blank" class="agex_footer__rs_link">
  379.                                         <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z"/></svg>
  380.                                     </a>
  381.                                 </div>
  382.                             </div>
  383.                         </div>
  384.                     </div>
  385.                     <div class="footer-middle">
  386.                         <div class="row">
  387.                             <div class="col-lg-10 col-12">
  388.                                 <div class="row">
  389.                                     <div class="col-lg-4 col-12 col-sm-6 mt-5 mt-lg-0">
  390.                                         <h4 class="footer_agex__title">
  391.                                             Développement
  392.                                         </h4>
  393.                                         <ul class="footer_agex__list-link">
  394.                                             <li>
  395.                                                 <a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Stratégie de croissance</a>
  396.                                             </li>
  397.                                             <li>
  398.                                                 <a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Gestion des risques</a>
  399.                                             </li>
  400.                                             <li>
  401.                                                 <a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Suivi des performances</a>
  402.                                             </li>
  403.                                             <li>
  404.                                                 <a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Structuration d’entreprise</a>
  405.                                             </li>
  406.                                             <li>
  407.                                                 <a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Recrutements clés</a>
  408.                                             </li>
  409.                                         </ul>
  410.                                     </div>
  411.                                     <div class="col-lg-4 col-12 col-sm-6 mt-5 mt-lg-0">
  412.                                         <h4 class="footer_agex__title">
  413.                                             Pilotage
  414.                                         </h4>
  415.                                         <ul class="footer_agex__list-link">
  416.                                             <li>
  417.                                                 <a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Tableaux de bord</a>
  418.                                             </li>
  419.                                             <li>
  420.                                                 <a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Analyse financière</a>
  421.                                             </li>
  422.                                             <li>
  423.                                                 <a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Prévisionnel trésorerie</a>
  424.                                             </li>
  425.                                             <li>
  426.                                                 <a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Situations intermédiaires</a>
  427.                                             </li>
  428.                                             <li>
  429.                                                 <a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Ajustements stratégiques</a>
  430.                                             </li>
  431.                                         </ul>
  432.                                     </div>
  433.                                     <div class="col-lg-4 col-12 col-sm-6 mt-5 mt-lg-0">
  434.                                         <h4 class="footer_agex__title">
  435.                                             Optimisation
  436.                                         </h4>
  437.                                         <ul class="footer_agex__list-link">
  438.                                             <li>
  439.                                                 <a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Optimisation rémunération</a>
  440.                                             </li>
  441.                                             <li>
  442.                                                 <a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Réduction des coûts</a>
  443.                                             </li>
  444.                                             <li>
  445.                                                 <a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Épargne dirigeant</a>
  446.                                             </li>
  447.                                             <li>
  448.                                                 <a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Allègement fiscal</a>
  449.                                             </li>
  450.                                             <li>
  451.                                                 <a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Processus simplifiés</a>
  452.                                             </li>
  453.                                         </ul>
  454.                                     </div>
  455.                                 </div>
  456.                             </div>
  457.                             <div class="col-lg-2 col-12 border-left">
  458.                                 <div class="row">
  459.                                     <div class="col-12 d-flex justify-content-lg-end mt-5 mt-lg-0">
  460.                                         <ul class="footer_agex__list-link">
  461.                                             <li>
  462.                                                 <a href="{{ path('client_custom_page', {'uri': 'cabinet'}) }}">
  463.                                                     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"></path></svg>
  464.                                                     Cabinet
  465.                                                 </a>
  466.                                                 <a href="{{ path('client_custom_page', {'uri' : 'outils-digitaux'}) }}">
  467.                                                     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"></path></svg>
  468.                                                     Outils digitaux
  469.                                                 </a>
  470.                                                 <a href="{{ path('client_announcement_index') }}">
  471.                                                     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"></path></svg>
  472.                                                     Recrutement
  473.                                                 </a>
  474.                                                 <a href="#">
  475.                                                     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"></path></svg>
  476.                                                     Facture électronique
  477.                                                 </a>
  478.                                                 <a href="{{ path('client_custom_page', {'uri': 'aides-aux-entreprises'}) }}">
  479.                                                     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"></path></svg>
  480.                                                     Aides aux entreprises
  481.                                                 </a>
  482.                                                 <a href="{{ path('client_widget_news_index') }}">
  483.                                                     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"></path></svg>
  484.                                                     Actualités
  485.                                                 </a>
  486.                                                 <a href="{{ path('simulateur_index') }}">
  487.                                                     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"></path></svg>
  488.                                                     Simulateurs
  489.                                                 </a>
  490.                                                 <a href="https://app.myunisoft.fr">
  491.                                                     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"></path></svg>
  492.                                                     Accès client
  493.                                                 </a>
  494.                                             </li>
  495.                                         </ul>
  496.                                     </div>
  497.                                 </div>
  498.                             </div>
  499.                         </div>
  500.                     </div>
  501.                 </div>
  502.                 <div class="border-top">
  503.                     <div class="container">
  504.                         <div class="footer-bottom">
  505.                             <div class="d-flex align-items-bottom justify-content-center justify-content-lg-between gap-1 gap-sm-4">
  506.                                 <p>© {{ "now"|date('Y') }} {{ cabinet.name | capitalize }} |
  507.                                     <a href="{{ path('client_legal_notice') }}">Mentions légales</a> |
  508.                                     <a href="{{ path('client_privacy_policy') }}">Politique de confidentialité</a> |
  509.                                     Réalisation de sites Internet, <a href="http://www.lagence.expert" target="_blank"> lagence.expert</a>
  510.                                 </p>
  511.                                 <a class="container-oec" href="" target="_blank">
  512.                                     <img src="{{ assets_client( accountingFirm,"img/oec-logo.png") }}" alt="logo-img" class="footer-oec">
  513.                                 </a>
  514.                             </div>
  515.                         </div>
  516.                     </div>
  517.                 </div>
  518.             </footer>
  519.     </div>
  520. </div>
  521. <!-- Back to Top -->
  522. <div id="progress-wrap" class="progress-wrap style-one">
  523.     <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
  524.         <path id="progress-path" d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98"/>
  525.     </svg>
  526. </div>
  527.     <agex_appelle_ton_ec token="mvs1jq83r8re8acifc65tsqc0588l2pfrwhtyqwt"></agex_appelle_ton_ec>
  528.     <script src="https://widget-appelle-ton-ec.lagence.expert/embed"></script>
  529. {% endblock %}
  530. {% block javascripts %}
  531.     <script src="{{ assets_client( accountingFirm,"js/bootstrap.bundle.min.js")}}"></script>
  532.     <script src="{{ assets_client( accountingFirm,"js/megamenu.js")}}"></script>
  533.     <script src="{{ assets_client( accountingFirm,"js/swiper-bundle.min.js")}}"></script>
  534.     <script src="{{ assets_client( accountingFirm,"js/fslightbox.js")}}"></script>
  535.     <script src="{{ assets_client( accountingFirm,"js/gsap.min.js")}}"></script>
  536.     <script src="{{ assets_client( accountingFirm,"js/scrollTrigger.min.js")}}"></script>
  537.     <script src="{{ assets_client( accountingFirm,"js/lenis.min.js")}}"></script>
  538.     <script src="{{ assets_client( accountingFirm,"js/scrollToPlugin.js")}}"></script>
  539.     <script src="{{ assets_client( accountingFirm,"js/SplitText.min.js")}}"></script>
  540.     <script src="{{ assets_client( accountingFirm,"js/customEase.js")}}"></script>
  541.     <script src="{{ assets_client( accountingFirm,"js/scrollcue.min.js")}}"></script>
  542.     <script src="{{ assets_client( accountingFirm,"js/main.js")}}"></script>
  543.     <script src="{{ assets_client( accountingFirm,"js/fontawesome.js") }}"></script>
  544. {% endblock %}