clients/fjconseils.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.     {% if accountingFirm.parameters.favicon!=null %}
  7.         <link rel='icon' type='image/x-icon' href="{{ asset_client(accountingFirm,'/images/'~accountingFirm.parameters.favicon) }}">
  8.     {% endif %}
  9.     <!-- Google Fonts Css-->
  10.     <link rel="preconnect" href="https://fonts.googleapis.com">
  11.     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  12.     <link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet">
  13.     <!-- Bootstrap Css -->
  14.     <link href="{{ assets_client( accountingFirm,"css/bootstrap.min.css") }}" rel="stylesheet" media="screen">
  15.     <!-- SlickNav Css -->
  16.     <link href="{{ assets_client( accountingFirm,"css/slicknav.min.css") }}" rel="stylesheet">
  17.     <!-- Swiper Css -->
  18.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/swiper-bundle.min.css") }}">
  19.     <!-- Font Awesome Icon Css-->
  20.     <link href="{{ assets_client( accountingFirm,"css/all.min.css") }}" rel="stylesheet" media="screen">
  21.     <!-- Animated Css -->
  22.     <link href="{{ assets_client( accountingFirm,"css/animate.css") }}" rel="stylesheet">
  23.     <!-- Magnific Popup Core Css File -->
  24.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/magnific-popup.css") }}">
  25.     <!-- Mouse Cursor Css File -->
  26.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/mousecursor.css") }}">
  27.     <!-- Main Custom Css -->
  28.     <link href="{{ assets_client( accountingFirm,"css/custom.css") }}" rel="stylesheet" media="screen">
  29.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/fontawesome.css")}}">
  30.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/agex.css")}}">
  31.     <link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/agex_footer.css")}}">
  32. {% endblock %}
  33. {% block javascripts_recaptcha %}
  34. {%if accountingFirm.parameters.getGOOGLERECAPTCHASITEKEY!=null and accountingFirm.parameters.getGOOGLERECAPTCHASITEKEY!=null %}
  35.  <script type="text/javascript">
  36.      function onGoogleReCaptchaApiLoad() {
  37.             var widgets = document.querySelectorAll('[data-toggle="recaptcha"]');
  38.             for (var i = 0; i < widgets.length; i++) {
  39.                 renderReCaptcha(widgets[i]);
  40.             }
  41.         }
  42.                 /**
  43.                  * Get the submit buttons from the given form
  44.                  */
  45.                 function getSubmitButtons(form) {
  46.                     var buttons = form.querySelectorAll('button, input');
  47.                     var submitButtons = [];
  48.                     for (var i= 0; i < buttons.length; i++) {
  49.                         var button = buttons[i];
  50.                         if (button.getAttribute('type') == 'submit') {
  51.                             submitButtons.push(button);
  52.                         }
  53.                     }
  54.                     return submitButtons;
  55.                 }
  56.                 /**
  57.                  * Prevent the submit buttons from submitting a form
  58.                  * and invoke the challenge for the given widget id
  59.                  */
  60.                 function bindChallengeToSubmitButtons(form, reCaptchaId) {
  61.                     getSubmitButtons(form).forEach(function (button) {
  62.                         button.addEventListener('click', function (e) {
  63.                             e.preventDefault();
  64.                             grecaptcha.execute(reCaptchaId);
  65.                         });
  66.                     });
  67.                 }
  68.                 /**
  69.                  * Render a reCAPTCHA from the type
  70.                  */
  71.                 function renderReCaptcha(widget) {
  72.                     var form = widget.closest('form');
  73.                     var widgetType = widget.getAttribute('data-type');
  74.                     var widgetParameters = {
  75.                         'sitekey': '{{ accountingFirm.parameters.getGOOGLERECAPTCHASITEKEY }}'
  76.                     };
  77.                     if (widgetType == 'invisible') {
  78.                         widgetParameters['callback'] = function () {
  79.                             form.submit()
  80.                         };
  81.                         widgetParameters['size'] = "invisible";
  82.                     }
  83.                     var widgetId = grecaptcha.render(widget, widgetParameters);
  84.                     if (widgetType == 'invisible') {
  85.                         bindChallengeToSubmitButtons(form, widgetId)
  86.                     }
  87.                 }
  88.                 /**
  89.                  * The callback function executed
  90.                  * once all the Google dependencies have loaded
  91.                  */
  92.                 function onGoogleReCaptchaLoad() {
  93.                     var widgets = document.querySelectorAll('[data-toggle="recaptcha"]');
  94.                     for (var i = 0; i < widgets.length; i++) {
  95.                         renderReCaptcha(widgets[i]);
  96.                     }
  97.                 }
  98.             </script>
  99.     <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?onload=onGoogleReCaptchaApiLoad&render=explicit&hl={{app.request.locale}}" async defer></script>
  100.     {% endif %}
  101. {% endblock %}
  102. {% block header %}
  103.     <!-- Preloader Start -->
  104.     <div class="preloader">
  105.         <div class="loading-container">
  106.             <div class="loading"></div>
  107.             <div id="loading-icon"><img src="{{ assets_client( accountingFirm,"/images/fjconseils/icon-sub-heading.svg") }}" alt=""></div>
  108.         </div>
  109.     </div>
  110.     <!-- Preloader End -->
  111.     <a href="tel:0494331257" class="phone-bt-support-now phone-theme-btn">
  112.         <svg xmlns="http://www.w3.org/2000/svg" height="40" width="40" viewBox="0 0 512 512">
  113.             <!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.-->
  114.             <path
  115.                 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>
  116.         </svg>
  117.         <span>04 94 33 12 57</span>
  118.     </a>
  119.     <div class="header-top">
  120.         <div class="container-fluid">
  121.             <div class="d-flex justify-content-between align-items-center">
  122.                 <div class="container-actualite-defilante">
  123.                     {{ actualite_defilante(cabinet) }}
  124.                 </div>
  125.                 <div class="menu">
  126.                     <ul class="d-flex flex-nowrap">
  127.                         <li class="">
  128.                             <a href="{{ path('client') }}#cabinet">
  129.                                 <i class="fa-duotone fa-home"></i>
  130.                                 Cabinet
  131.                             </a>
  132.                         </li>
  133.                         <li class="">
  134.                             <a href="{{ path('client_custom_page', {'uri': 'facture-electronique'}) }}">
  135.                                 <i class="fa-duotone fa-file-invoice"></i>
  136.                                 Facture électronique
  137.                             </a>
  138.                         </li>
  139.                         <li class="menu-item-has-children position-relative">
  140.                             <a href="{{ path('client_widget_news_index') }}">
  141.                                 <i class="fa-duotone fa-newspaper"></i>
  142.                                 Actualités
  143.                             </a>
  144.                             <ul class="menu-subs">
  145.                                 {% for link in DynData["nav_actu"]["data"] %}
  146.                                     <li class="list-item">
  147.                                         <a href="{{ link["data"] }}" class="main">{{ link["titre"] }}</a>
  148.                                     </li>
  149.                                 {% endfor %}
  150.                             </ul>
  151.                         </li>
  152.                         <li class="">
  153.                             <a href="{{ path('client_custom_page', {'uri': 'aides-aux-entreprises'}) }}">
  154.                                 <i class="fa-duotone fa-info-circle"></i>
  155.                                 Aides aux entreprises
  156.                             </a>
  157.                         </li>
  158.                         <li class="menu-item-has-children position-relative">
  159.                             <a href="{{ path('simulateur_index') }}">
  160.                                 <i class="fa-duotone fa-calculator"></i>
  161.                                 Simulateurs
  162.                             </a>
  163.                             <ul class="menu-subs">
  164.                                 {% for link in DynData["nav_simu"]["data"] %}
  165.                                     <li class="list-item">
  166.                                         <a href="{{ link["data"] }}" class="main">{{ link["titre"] }}</a>
  167.                                     </li>
  168.                                 {% endfor %}
  169.                             </ul>
  170.                         </li>
  171.                         <li class="">
  172.                             <a href="#" target="_blank">
  173.                                 <i class="fa-duotone fa-calendar"></i>
  174.                                 RDV en ligne
  175.                             </a>
  176.                         </li>
  177.                         <li class="">
  178.                             <a href="https://app.pennylane.com/auth/login" target="_blank">
  179.                                 <i class="fa-duotone fa-users"></i>
  180.                                 Accès client
  181.                             </a>
  182.                         </li>
  183.                     </ul>
  184.                 </div>
  185.             </div>
  186.         </div>
  187.     </div>
  188.     <!-- Header Start -->
  189.     <header class="main-header">
  190.         <div class="header-sticky">
  191.             <nav class="navbar navbar-expand-lg">
  192.                 <div class="container-fluid">
  193.                     <!-- Logo Start -->
  194.                     <a class="navbar-brand" href="./">
  195.                         <img src="{{ assets_client( accountingFirm,"images/fjconseils/F&J-CONSEILS-header.svg") }}" alt="Logo">
  196.                     </a>
  197.                     <!-- Logo End -->
  198.                     <!-- Main Menu Start -->
  199.                     <div class="collapse navbar-collapse main-menu">
  200.                         <div class="nav-menu-wrapper">
  201.                             <ul class="navbar-nav mr-auto" id="menu">
  202.                                 <li class="nav-item"><a class="nav-link" href="{{ path('client') }}#createur">Je crée mon entreprise</a>
  203.                                 <li class="nav-item"><a class="nav-link" href="{{ path('client') }}#expertise">Je réussis mon développement</a></li>
  204.                                 <li class="nav-item"><a class="nav-link" href="{{ path('client') }}#pilotage">Je pilote mon activité</a></li>
  205.                                 <li class="nav-item"><a class="nav-link" href="{{ path('client') }}#dirigeant">J'optimise ma situation</a></li>
  206.                                 <li class="nav-item highlighted-menu"><a class="nav-link" href="{{ path('client') }}#contact">Contact</a></li>
  207.                             </ul>
  208.                         </div>
  209.                         <!-- Header Btn Start -->
  210.                         <div class="header-btn d-inline-flex">
  211.                             <a href="contact.html" class="btn-default btn-highlighted">contact</a>
  212.                         </div>
  213.                         <!-- Header Btn End -->
  214.                     </div>
  215.                     <!-- Main Menu End -->
  216.                     <div class="navbar-toggle"></div>
  217.                 </div>
  218.             </nav>
  219.             <div class="responsive-menu"></div>
  220.         </div>
  221.     </header>
  222.     <!-- Header End -->
  223. {% endblock %}
  224. {% block body %}{% endblock %}
  225.  {% block footer %}
  226.      <footer class="agex_footer">
  227.          <div class="container">
  228.              <div class="footer-top border-bottom">
  229.                  <div class="row">
  230.                      <div class="col-lg-9 col-12 pr-30 border-right">
  231.                          <div class="row align-items-center">
  232.                              <div class="col-md-4 col-12 col-sm-6">
  233.                                  <img src="{{ assets_client(accountingFirm, "images/fjconseils/F&J-CONSEILS-footer.svg") }}" class="img-fluid mb-3 mb-md-0" title="Insuba HTML Template"
  234.                                       width="212" alt="Insuba HTML Template">
  235.                              </div>
  236.                              <div class="col-md-4 col-12 col-sm-6">
  237.                                  <p>
  238.                                      <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
  239.                                          <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>
  240.                                      </svg>
  241.                                      114 Avenue Jean Monnet Le First  <br>
  242.                                      83190 Ollioules
  243.                                  </p>
  244.                              </div>
  245.                              <div class="col-md-4 col-12 col-sm-6 mt-5 mt-lg-0">
  246.                                  <p>
  247.                                      <svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
  248.                                          <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.-->
  249.                                          <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>
  250.                                      </svg>
  251.                                      Du lundi au vendredi<br>
  252.                                      9h00-17h30
  253.                                  </p>
  254.                              </div>
  255.                          </div>
  256.                      </div>
  257.                      <div class="col-lg-2 col-12 border-right">
  258.                          <div class="d-flex align-items-center justify-content-center h-100">
  259.                              <a class="agex_footer__contact-btn" href="{{ path('client') }}#contact">Contact</a>
  260.                          </div>
  261.                      </div>
  262.                      <div class="col-lg-1 col-12">
  263.                          <div class="d-flex align-items-center justify-content-end h-100">
  264.                              <a href="https://www.linkedin.com/" target="_blank" class="agex_footer__rs_link">
  265.                                  <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>
  266.                              </a>
  267.                          </div>
  268.                      </div>
  269.                  </div>
  270.              </div>
  271.              <div class="footer-middle">
  272.                  <div class="row">
  273.                      <div class="col-lg-10 col-12">
  274.                          <div class="row">
  275.                              <div class="col-lg-4 col-12 col-sm-6 mt-5 mt-lg-0">
  276.                                  <h4 class="footer_agex__title">
  277.                                      Développement
  278.                                  </h4>
  279.                                  <ul class="footer_agex__list-link">
  280.                                      <li>
  281.                                          <a href="{{ path('client') }}#expertise">Création entreprise</a>
  282.                                      </li>
  283.                                      <li>
  284.                                          <a href="{{ path('client') }}#expertise">Business plan</a>
  285.                                      </li>
  286.                                      <li>
  287.                                          <a href="{{ path('client') }}#expertise">Stratégie de croissance</a>
  288.                                      </li>
  289.                                      <li>
  290.                                          <a href="{{ path('client') }}#expertise">Suivi des performances</a>
  291.                                      </li>
  292.                                      <li>
  293.                                          <a href="{{ path('client') }}#expertise">Structuration d’entreprise</a>
  294.                                      </li>
  295.                                  </ul>
  296.                              </div>
  297.                              <div class="col-lg-4 col-12 col-sm-6 mt-5 mt-lg-0">
  298.                                  <h4 class="footer_agex__title">
  299.                                      Pilotage
  300.                                  </h4>
  301.                                  <ul class="footer_agex__list-link">
  302.                                      <li>
  303.                                          <a href="{{ path('client') }}#pilotage">Tableaux de bord</a>
  304.                                      </li>
  305.                                      <li>
  306.                                          <a href="{{ path('client') }}#pilotage">Analyse financière</a>
  307.                                      </li>
  308.                                      <li>
  309.                                          <a href="{{ path('client') }}#pilotage">Prévisionnel trésorerie</a>
  310.                                      </li>
  311.                                      <li>
  312.                                          <a href="{{ path('client') }}#pilotage">Situations intermédiaires</a>
  313.                                      </li>
  314.                                      <li>
  315.                                          <a href="{{ path('client') }}#pilotage">Ajustements stratégiques</a>
  316.                                      </li>
  317.                                  </ul>
  318.                              </div>
  319.                              <div class="col-lg-4 col-12 col-sm-6 mt-5 mt-lg-0">
  320.                                  <h4 class="footer_agex__title">
  321.                                      Optimisation
  322.                                  </h4>
  323.                                  <ul class="footer_agex__list-link">
  324.                                      <li>
  325.                                          <a href="{{ path('client') }}#dirigeant">Optimisation rémunération</a>
  326.                                      </li>
  327.                                      <li>
  328.                                          <a href="{{ path('client') }}#dirigeant">Réduction des coûts</a>
  329.                                      </li>
  330.                                      <li>
  331.                                          <a href="{{ path('client') }}#dirigeant">Épargne dirigeant</a>
  332.                                      </li>
  333.                                      <li>
  334.                                          <a href="{{ path('client') }}#dirigeant">Allègement fiscal</a>
  335.                                      </li>
  336.                                      <li>
  337.                                          <a href="{{ path('client') }}#dirigeant">Gestion de patrimoine</a>
  338.                                      </li>
  339.                                  </ul>
  340.                              </div>
  341.                          </div>
  342.                      </div>
  343.                      <div class="col-lg-2 col-12 border-left">
  344.                          <div class="row">
  345.                              <div class="col-12 d-flex justify-content-lg-end mt-5 mt-lg-0">
  346.                                  <ul class="footer_agex__list-link">
  347.                                      <li>
  348.                                          <a href="{{ path('client') }}#cabinet">
  349.                                              <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>
  350.                                              Cabinet
  351.                                          </a>
  352.                                          <a href="{{ path('client_custom_page', {'uri' : 'facture-electronique'}) }}">
  353.                                              <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>
  354.                                              Facture électronique
  355.                                          </a>
  356.                                          <a href="{{ path('client_widget_news_index') }}">
  357.                                              <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>
  358.                                              Actualités
  359.                                          </a>
  360.                                          <a href="{{ path('client_custom_page', {'uri': 'aides-aux-entreprises'}) }}">
  361.                                              <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>
  362.                                              Aides aux entreprises
  363.                                          </a>
  364.                                          <a href="{{ path('simulateur_index') }}">
  365.                                              <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>
  366.                                              Simulateurs
  367.                                          </a>
  368.                                          <a href="https://app.pennylane.com/auth/login" target="_blank">
  369.                                              <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>
  370.                                              Accès client
  371.                                          </a>
  372.                                          <a href="#">
  373.                                              <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>
  374.                                              RDV en ligne
  375.                                          </a>
  376.                                      </li>
  377.                                  </ul>
  378.                              </div>
  379.                          </div>
  380.                      </div>
  381.                  </div>
  382.              </div>
  383.          </div>
  384.          <div class="border-top">
  385.              <div class="container">
  386.                  <div class="footer-bottom">
  387.                      <div class="d-flex align-items-bottom justify-content-center justify-content-lg-between gap-1 gap-sm-4">
  388.                          <p>© {{ "now"|date('Y') }} {{ cabinet.name | capitalize }} |
  389.                              <a href="{{ path('client_legal_notice') }}">Mentions légales</a> |
  390.                              <a href="{{ path('client_privacy_policy') }}">Politique de confidentialité</a> |
  391.                              Réalisation de sites Internet, <a href="http://www.lagence.expert" target="_blank"> lagence.expert</a>
  392.                          </p>
  393.                          <a class="container-oec" href="" target="_blank">
  394.                              <img src="{{ assets_client( accountingFirm,"images/oec-logo.png") }}" alt="logo-img" class="footer-oec">
  395.                          </a>
  396.                      </div>
  397.                  </div>
  398.              </div>
  399.          </div>
  400.      </footer>
  401. {% endblock %}
  402. {% block javascripts %}
  403.     <!-- Jquery Library File -->
  404.     <script src="{{ assets_client( accountingFirm,"js/jquery-3.7.1.min.js")}}"></script>
  405.     <!-- Bootstrap js file -->
  406.     <script src="{{ assets_client( accountingFirm,"js/bootstrap.min.js")}}"></script>
  407.     <!-- Validator js file -->
  408.     <script src="{{ assets_client( accountingFirm,"js/validator.min.js")}}"></script>
  409.     <!-- SlickNav js file -->
  410.     <script src="{{ assets_client( accountingFirm,"js/jquery.slicknav.js")}}"></script>
  411.     <!-- Swiper js file -->
  412.     <script src="{{ assets_client( accountingFirm,"js/swiper-bundle.min.js")}}"></script>
  413.     <!-- Counter js file -->
  414.     <script src="{{ assets_client( accountingFirm,"js/jquery.waypoints.min.js")}}"></script>
  415.     <script src="{{ assets_client( accountingFirm,"js/jquery.counterup.min.js")}}"></script>
  416.     <!-- Magnific js file -->
  417.     <script src="{{ assets_client( accountingFirm,"js/jquery.magnific-popup.min.js")}}"></script>
  418.     <!-- SmoothScroll -->
  419.     <script src="{{ assets_client( accountingFirm,"js/SmoothScroll.js")}}"></script>
  420.     <!-- Parallax js -->
  421.     <script src="{{ assets_client( accountingFirm,"js/parallaxie.js")}}"></script>
  422.     <!-- MagicCursor js file -->
  423.     <script src="{{ assets_client( accountingFirm,"js/gsap.min.js")}}"></script>
  424.     <script src="{{ assets_client( accountingFirm,"js/magiccursor.js")}}"></script>
  425.     <!-- Text Effect js file -->
  426.     <script src="{{ assets_client( accountingFirm,"js/SplitText.js")}}"></script>
  427.     <script src="{{ assets_client( accountingFirm,"js/ScrollTrigger.min.js")}}"></script>
  428.     <!-- YTPlayer js File -->
  429.     <script src="{{ assets_client( accountingFirm,"js/jquery.mb.YTPlayer.min.js")}}"></script>
  430.     <!-- Wow js file -->
  431.     <script src="{{ assets_client( accountingFirm,"js/wow.min.js")}}"></script>
  432.     <!-- Main Custom js file -->
  433.     <script src="{{ assets_client( accountingFirm,"js/function.js")}}"></script>
  434. {% endblock %}