{% extends 'superbase.html.twig' %}
{% block meta_description %}{% endblock %}
{% block title %}Bonjour {{ accountingFirm.name }}{% endblock %}
{% block author %}{{ cabinet.name | capitalize }}{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/bootstrap.min.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/swiper-bundle.min.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/scrollcue.min.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/remixicon.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/header.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/style.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/footer.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/responsive.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/dark-theme.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/custom.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/fontawesome.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/agex_footer.css")}}">
{% endblock %}
{% block javascripts_recaptcha %}
{%if accountingFirm.parameters.getGOOGLERECAPTCHASITEKEY!=null and accountingFirm.parameters.getGOOGLERECAPTCHASITEKEY!=null %}
<script type="text/javascript">
function onGoogleReCaptchaApiLoad() {
var widgets = document.querySelectorAll('[data-toggle="recaptcha"]');
for (var i = 0; i < widgets.length; i++) {
renderReCaptcha(widgets[i]);
}
}
/**
* Get the submit buttons from the given form
*/
function getSubmitButtons(form) {
var buttons = form.querySelectorAll('button, input');
var submitButtons = [];
for (var i= 0; i < buttons.length; i++) {
var button = buttons[i];
if (button.getAttribute('type') == 'submit') {
submitButtons.push(button);
}
}
return submitButtons;
}
/**
* Prevent the submit buttons from submitting a form
* and invoke the challenge for the given widget id
*/
function bindChallengeToSubmitButtons(form, reCaptchaId) {
getSubmitButtons(form).forEach(function (button) {
button.addEventListener('click', function (e) {
e.preventDefault();
grecaptcha.execute(reCaptchaId);
});
});
}
/**
* Render a reCAPTCHA from the type
*/
function renderReCaptcha(widget) {
var form = widget.closest('form');
var widgetType = widget.getAttribute('data-type');
var widgetParameters = {
'sitekey': '{{ accountingFirm.parameters.getGOOGLERECAPTCHASITEKEY }}'
};
if (widgetType == 'invisible') {
widgetParameters['callback'] = function () {
form.submit()
};
widgetParameters['size'] = "invisible";
}
var widgetId = grecaptcha.render(widget, widgetParameters);
if (widgetType == 'invisible') {
bindChallengeToSubmitButtons(form, widgetId)
}
}
/**
* The callback function executed
* once all the Google dependencies have loaded
*/
function onGoogleReCaptchaLoad() {
var widgets = document.querySelectorAll('[data-toggle="recaptcha"]');
for (var i = 0; i < widgets.length; i++) {
renderReCaptcha(widgets[i]);
}
}
</script>
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?onload=onGoogleReCaptchaApiLoad&render=explicit&hl={{app.request.locale}}" async defer></script>
{% endif %}
{% endblock %}
{% block header %}
<!-- Preloader Start -->
<div class="preloader-area" id="preloader">
<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">
<style>
.s0 { fill: #00a099 }
.s1 { fill: #009dcf }
.s2 { fill: #d21323 }
.s3 { fill: #ffda00 }
</style>
<g id="Calque 1">
<path id="<Path>" 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"/>
<path id="<Path>" 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"/>
<path id="<Path>" 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"/>
<path id="<Path>" 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"/>
<path id="<Path>" class="s3" d="m432.92 14.02l20.38-10.14 9.57 18.67-20 9.48z"/>
<path id="<Path>" class="s0" d="m425.34 50.43l9.19 16.49 19.05-6.83-8.34-18.48z"/>
<path id="<Path>" class="s1" d="m465.46 61.92l9.74 18.07 19.58-9.03-10.11-19.02z"/>
<path id="<Path>" class="s2" d="m426.92 109.85l7.08 16.46 20.22-5.56-7.58-17.82z"/>
<g class="title" id="<Group>">
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Path>" class="s2" d="m81.51 150.48h-7.96l-6.16 9.16h6.88z"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Path>" class="s2" d="m164.55 150.48h-7.96l-6.17 9.16h6.88z"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" class="s2" d="m473.94 161.17h7.11l-4.5 18.79h-6.16z"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
</g>
<g class="subtitle" id="<Group>">
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" class="s1" d="m545.33 221.95h2.17v27.42h-2.17z"/>
<path id="<Compound Path>" 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"/>
<path id="<Path>" 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"/>
<g class="sub-title" id="<Group>">
<path id="<Compound Path>" 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"/>
<path id="<Compound Path>" 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"/>
</g>
</g>
</g>
</svg>
</div>
<!-- Preloader End -->
<a href="tel:0606060606" class="phone-bt-support-now phone-theme-btn">
<svg xmlns="http://www.w3.org/2000/svg" height="40" width="40" viewBox="0 0 512 512">
<!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.-->
<path
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>
</svg>
<span>06 06 06 06 06</span>
</a>
<div id="smooth-wrapper">
<div id="smooth-content">
<div class=" position-relative z-1">
<!-- Navbar To Start -->
<div class="navbar-top style-one bg_primary">
<div class="container style-two">
<div class="row">
<div class="col-md-2 mb-sm-6">
{{ actualite_defilante(cabinet) }}
</div>
<div class="col-md-10">
<div class="d-flex align-items-center justify-content-end h-100">
<div class="menu">
<ul class="d-flex flex-nowrap">
<li class="position-relative">
<a href="{{ path('client_custom_page', {'uri' : 'cabinet'}) }}">
<i class="fa-duotone fa-home"></i>
Cabinet
</a>
<ul class="menu-subs">
<li class="list-item">
<a href="{{ path('client_custom_page', {'uri' : 'cabinet-toulouse'}) }}" class="main"> Toulouse</a>
</li>
<li class="list-item">
<a href="{{ path('client_custom_page', {'uri' : 'cabinet-canals'}) }}" class="main"> Canals</a>
</li>
</ul>
</li>
<li class="">
<a href="{{ path('client_custom_page', {'uri' : 'outils-digitaux'}) }}">
<i class="fa-duotone fa-tools"></i>
Outils digitaux
</a>
</li>
<li class="">
<a href="{{ path('client_announcement_index') }}">
<i class="fa-duotone fa-briefcase"></i>
Recrutement
</a>
</li>
<li class="">
<a href="{{ path('client_custom_page', {'uri': 'facture-electronique'}) }}">
<i class="fa-duotone fa-file-invoice"></i>
Facture électronique
</a>
</li>
<li class="">
<a href="{{ path('client_custom_page', {'uri': 'aides-aux-entreprises'}) }}">
<i class="fa-duotone fa-info-circle"></i>
Aides aux entreprises
</a>
</li>
<li class="menu-item-has-children position-relative">
<a href="{{ path('client_widget_news_index') }}">
<i class="fa-duotone fa-newspaper"></i>
Actualités
</a>
<ul class="menu-subs">
{% for link in DynData["nav_actu"]["data"] %}
<li class="list-item">
<a href="{{ link["data"] }}" class="main">{{ link["titre"] }}</a>
</li>
{% endfor %}
</ul>
</li>
<li class="menu-item-has-children position-relative">
<a href="{{ path('simulateur_index') }}">
<i class="fa-duotone fa-calculator"></i>
Simulateurs
</a>
<ul class="menu-subs">
{% for link in DynData["nav_simu"]["data"] %}
<li class="list-item">
<a href="{{ link["data"] }}" class="main">{{ link["titre"] }}</a>
</li>
{% endfor %}
</ul>
</li>
<li class="">
<a href="https://app.myunisoft.fr/" target="_blank">
<i class="fa-duotone fa-users"></i>
Accès client
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Navbar Top End -->
<!-- Navbar Area Start -->
<div class="navbar-area style-three position-relative z-2" id="navbar">
<div class="container style-two">
<div class="navbar-wrapper d-flex justify-content-between align-items-center">
<a href="{{ path('client') }}" class="navbar-brand">
<img src="{{ assets_client( accountingFirm,"img/logo.png")}}" alt="Logo" class="logo-light">
</a>
<div class="menu-area mx-auto">
<div class="overlay"></div>
<nav class="menu">
<div class="menu-mobile-header">
<button type="button" class="menu-mobile-arrow bg-transparent border-0"><i class="ri-arrow-left-s-line"></i></button>
<div class="menu-mobile-title"></div>
<button type="button" class="menu-mobile-close bg-transparent border-0"><i class="ri-close-line"></i></button>
</div>
<ul class="menu-section p-0 mb-0 lh-1">
<li><a href="{{ path('client_custom_page', {'uri': 'createur'}) }}">Je crée mon entreprise</a></li>
<li class="menu-item-has-children">
<a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Je réussis mon développement<i class="ri-arrow-down-s-line"></i></a>
<ul class="menu-subs menu-column-1">
<li class="list-item">
<a href="{{ path('client_custom_page', {'uri': 'expertise-fiscalite'}) }}">Comptabilité & fiscalité</a>
</li>
<li class="list-item">
<a href="{{ path('client_custom_page', {'uri': 'expertise-juridique'}) }}">Juridique</a>
</li>
<li class="list-item">
<a href="{{ path('client_custom_page', {'uri': 'expertise-social'}) }}">Social/RH</a>
</li>
<li class="list-item">
<a href="{{ path('client_custom_page', {'uri': 'expertise-pilotage'}) }}">Administratif & pilotage</a>
</li>
<li class="list-item">
<a href="{{ path('client_custom_page', {'uri': 'expertise-formation'}) }}">Formation</a>
</li>
</ul>
</li>
<li><a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Je pilote mon activité</a></li>
<li><a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">J'optimise ma situation</a></li>
</ul>
</nav>
</div>
<div class="other-options d-flex flex-wrap align-items-center justify-content-end">
<div class="option-item d-lg-block d-none">
<a href="{{ path('client_contact') }}" class="btn style-green d-inline-flex align-items-center">
<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>
<span class="btn-text fw-bold d-flex flex-column align-items-center justify-content-center transition">Contact</span>
<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>
</a>
</div>
<div class="option-item position-relative d-flex align-items-center">
<div class="mobile-options position-relative d-lg-none me-3">
<button class="dropdown-toggle text-center bg-transparent border-0 p-0 transition" type="button" data-bs-toggle="dropdown" aria-expanded="true">
<i class="ri-more-fill"></i>
</button>
<div class="dropdown-menu dropdown-menu-centered mobile-option-list top-1 border-0" data-bs-popper="static">
<a href="appointment.html" class="btn style-one d-inline-flex align-items-center">
<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>
<span class="btn-text fw-bold d-flex flex-column align-items-center justify-content-center transition">Get A Free Consultation</span>
<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>
</a>
</div>
</div>
</div>
<div class="option-item d-lg-none">
<button type="button" class="menu-mobile-trigger">
<span></span>
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
</div>
</div>
</div>
<!-- Navbar Area End -->
{% endblock %}
{% block body %}{% endblock %}
{% block footer %}
</div>
<footer class="agex_footer">
<div class="container">
<div class="footer-top border-bottom">
<div class="row">
<div class="col-lg-9 col-12 pr-30 border-right">
<div class="row align-items-center">
<div class="col-md-4 col-12 col-sm-6">
<img src="{{ assets_client(accountingFirm, "img/logo.png") }}" class="img-fluid mb-3 mb-md-0" title="Insuba HTML Template"
width="212" alt="Insuba HTML Template">
</div>
<div class="col-md-4 col-12 col-sm-6">
<p>
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<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>
</svg>
Adresse <br>
00000 Ville
</p>
</div>
<div class="col-md-4 col-12 col-sm-6 mt-5 mt-lg-0">
<p>
<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.-->
<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>
</svg>
Du lundi au vendredi<br>
Sur rendez-vous
</p>
</div>
</div>
</div>
<div class="col-lg-2 col-12 border-right">
<div class="d-flex align-items-center justify-content-center h-100">
<a class="agex_footer__contact-btn" href="{{ path('client_contact') }}">Contact</a>
</div>
</div>
<div class="col-lg-1 col-12">
<div class="d-flex align-items-center justify-content-end h-100">
<a href="https://www.linkedin.com/" target="_blank" class="agex_footer__rs_link">
<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>
</a>
</div>
</div>
</div>
</div>
<div class="footer-middle">
<div class="row">
<div class="col-lg-10 col-12">
<div class="row">
<div class="col-lg-4 col-12 col-sm-6 mt-5 mt-lg-0">
<h4 class="footer_agex__title">
Développement
</h4>
<ul class="footer_agex__list-link">
<li>
<a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Stratégie de croissance</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Gestion des risques</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Suivi des performances</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Structuration d’entreprise</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">Recrutements clés</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-12 col-sm-6 mt-5 mt-lg-0">
<h4 class="footer_agex__title">
Pilotage
</h4>
<ul class="footer_agex__list-link">
<li>
<a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Tableaux de bord</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Analyse financière</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Prévisionnel trésorerie</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Situations intermédiaires</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'pilotage'}) }}">Ajustements stratégiques</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-12 col-sm-6 mt-5 mt-lg-0">
<h4 class="footer_agex__title">
Optimisation
</h4>
<ul class="footer_agex__list-link">
<li>
<a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Optimisation rémunération</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Réduction des coûts</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Épargne dirigeant</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Allègement fiscal</a>
</li>
<li>
<a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Processus simplifiés</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-2 col-12 border-left">
<div class="row">
<div class="col-12 d-flex justify-content-lg-end mt-5 mt-lg-0">
<ul class="footer_agex__list-link">
<li>
<a href="{{ path('client_custom_page', {'uri': 'cabinet'}) }}">
<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>
Cabinet
</a>
<a href="{{ path('client_custom_page', {'uri' : 'outils-digitaux'}) }}">
<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>
Outils digitaux
</a>
<a href="{{ path('client_announcement_index') }}">
<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>
Recrutement
</a>
<a href="#">
<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>
Facture électronique
</a>
<a href="{{ path('client_custom_page', {'uri': 'aides-aux-entreprises'}) }}">
<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>
Aides aux entreprises
</a>
<a href="{{ path('client_widget_news_index') }}">
<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>
Actualités
</a>
<a href="{{ path('simulateur_index') }}">
<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>
Simulateurs
</a>
<a href="https://app.myunisoft.fr">
<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>
Accès client
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="border-top">
<div class="container">
<div class="footer-bottom">
<div class="d-flex align-items-bottom justify-content-center justify-content-lg-between gap-1 gap-sm-4">
<p>© {{ "now"|date('Y') }} {{ cabinet.name | capitalize }} |
<a href="{{ path('client_legal_notice') }}">Mentions légales</a> |
<a href="{{ path('client_privacy_policy') }}">Politique de confidentialité</a> |
Réalisation de sites Internet, <a href="http://www.lagence.expert" target="_blank"> lagence.expert</a>
</p>
<a class="container-oec" href="" target="_blank">
<img src="{{ assets_client( accountingFirm,"img/oec-logo.png") }}" alt="logo-img" class="footer-oec">
</a>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
<!-- Back to Top -->
<div id="progress-wrap" class="progress-wrap style-one">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path id="progress-path" d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98"/>
</svg>
</div>
<agex_appelle_ton_ec token="mvs1jq83r8re8acifc65tsqc0588l2pfrwhtyqwt"></agex_appelle_ton_ec>
<script src="https://widget-appelle-ton-ec.lagence.expert/embed"></script>
{% endblock %}
{% block javascripts %}
<script src="{{ assets_client( accountingFirm,"js/bootstrap.bundle.min.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/megamenu.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/swiper-bundle.min.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/fslightbox.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/gsap.min.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/scrollTrigger.min.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/lenis.min.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/scrollToPlugin.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/SplitText.min.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/customEase.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/scrollcue.min.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/main.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/fontawesome.js") }}"></script>
{% endblock %}