{% extends 'superbase.html.twig' %}
{% block meta_description %}{% endblock %}
{% block title %}Bonjour {{ accountingFirm.name }}{% endblock %}
{% block author %}{{ cabinet.name | capitalize }}{% endblock %}
{% block stylesheets %}
{% if accountingFirm.parameters.favicon!=null %}
<link rel='icon' type='image/x-icon' href="{{ asset_client(accountingFirm,'/images/'~accountingFirm.parameters.favicon) }}">
{% endif %}
<!-- bootstrap css -->
<link rel="stylesheet" href="{{ assets_client(accountingFirm, 'css/plugins/bootstrap.min.css') }}">
<!-- swiper css -->
<link rel="stylesheet" href="{{ assets_client(accountingFirm, 'css/plugins/swiper-bundle.min.css') }}">
<!-- nice-select css -->
<link rel="stylesheet" href="{{ assets_client(accountingFirm, 'css/plugins/nice-select.css') }}">
<!-- fontawesome css -->
<link rel="stylesheet" href="{{ assets_client(accountingFirm, 'css/plugins/all.css') }}">
<!-- magnific-popup css -->
<link rel="stylesheet" href="{{ assets_client(accountingFirm, 'css/plugins/magnific-popup.css') }}">
<!-- sal css -->
<link rel="stylesheet" href="{{ assets_client(accountingFirm, 'css/plugins/sal.css') }}">
<!-- jarallax -->
<link rel="stylesheet" href="{{ assets_client(accountingFirm, 'css/plugins/jarallax.min.css') }}">
<!-- style css -->
<link rel="stylesheet" href="{{ assets_client(accountingFirm, 'css/style.css') }}">
<link rel="stylesheet" href="{{ assets_client(accountingFirm, "css/agex.css") }}">
<link rel="stylesheet" href="{{ assets_client(accountingFirm, "css/agex_footer.css") }}">
<link rel="stylesheet" href="{{ assets_client(accountingFirm, "css/fontawesome.css") }}">
<style>
:root {
--agex-primary: #3e66f3;
--agex-secondary: #0a1834;
}
</style>
{% 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]);
}
}
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;
}
function bindChallengeToSubmitButtons(form, reCaptchaId) {
getSubmitButtons(form).forEach(function (button) {
button.addEventListener('click', function (e) {
e.preventDefault();
grecaptcha.execute(reCaptchaId);
});
});
}
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)
}
}
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 -->
<div class="preloader">
<div class="loading-container">
<div class="loading"></div>
<div id="loading-icon"><img class="img-fluid" src="{{ assets_client(accountingFirm, 'img/AMBS/AMBS-favicon.svg') }}" alt=""></div>
</div>
</div>
<a href="tel:0688754494" 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 88 75 44 94</span>
</a>
<div class="header-top">
<div class="container-fluid">
<div class="d-flex justify-content-between align-items-center">
<div class="container-actualite-defilante">
{{ actualite_defilante(cabinet) }}
</div>
<div class="menu">
<ul class="d-xl-flex flex-nowrap d-none">
<li class="">
<a href="{{ path('client_custom_page', {'uri': 'cabinet'}) }}">
<i class="fa-duotone fa-home"></i>
Cabinet
</a>
</li>
<li class="">
<a href="{{ path('client_custom_page', {'uri': 'facture-electronique'}) }}">
<i class="fa-duotone fa-file-invoice"></i>
Facturation électronique
</a>
</li>
<li class="">
<a href="" onclick="" target="_blank">
<i class="fa-duotone fa-calendar"></i>
RDV en ligne
</a>
</li>
<li class="">
<a href="" target="_blank">
<i class="fa-duotone fa-users"></i>
Accès client
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--================= Header section start =================-->
<header>
<div id="vl-header-sticky" class="vl-header-area vl-header-area-3 vl-transparent-header">
<div class="container-fluid header-bg-3 vkl-gray-bg-4">
<div class="d-flex justify-content-between align-items-center gap-2">
<div class="">
<div class="vl-logo">
<a href="{{ path('client') }}"><img src="{{ assets_client( accountingFirm,"img/AMBS/AMBS_header.svg")}}" alt=""></a>
</div>
</div>
<div class="d-none d-xl-block">
<div class="vl-main-menu text-center">
<nav class="vl-mobile-menu-active">
<ul>
<li><a href="{{ path('client_custom_page', {'uri': 'createur'}) }}">JE CRÉE MON ENTREPRISE</a></li>
<li class="has-dropdown">
<a href="{{ path('client_custom_page', {'uri': 'expertises'}) }}">JE RÉUSSIS MON DÉVELOPPEMENT <span class="downarrow"><i class="fa-solid fa-angle-down"></i></span></a>
<ul class="sub-menu">
<li><a href="{{ path('client_custom_page', {'uri': 'expertise-comptabilite'}) }}">Comptabilité</a></li>
<li><a href="{{ path('client_custom_page', {'uri': 'expertise-fiscal'}) }}">Fiscalité</a></li>
<li><a href="{{ path('client_custom_page', {'uri': 'expertise-social'}) }}">Sociale</a></li>
<li><a href="{{ path('client_custom_page', {'uri': 'expertise-juridique'}) }}">Juridique</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>
<li><a href="{{ path('client_custom_page', {'uri': 'international'}) }}">International</a></li>
</ul>
</nav>
</div>
</div>
<div class="">
<div class="vl-header-right">
<!-- header btn -->
<div class="vl-header-btn-2 d-none d-xl-block">
<a href="{{ path('client_contact') }}" class="vl-primary-btn vl-primary-btn">Contact</a>
</div>
</div>
<!-- action btn -->
<div class="vl-header-action-item d-block d-xl-none">
<button type="button" class="vl-offcanvas-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="16" viewBox="0 0 30 16">
<rect x="10" width="20" height="2" fill="currentColor"></rect>
<rect x="5" y="7" width="25" height="2" fill="currentColor"></rect>
<rect x="10" y="14" width="20" height="2" fill="currentColor"></rect>
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- offcanvas menu start -->
<div class="vl-offcanvas">
<div class="vl-offcanvas-wrapper">
<div class="vl-offcanvas-header d-flex justify-content-between align-items-center mb-50">
<div class="vl-offcanvas-logo">
<a href="{{ path('client') }}"><img src="{{ assets_client(accountingFirm, 'img/AMBS/AMBS_header.svg') }}" alt=""></a>
</div>
<div class="vl-offcanvas-close">
<button class="vl-offcanvas-close-toggle"><i class="fal fa-times"></i></button>
</div>
</div>
<div class="vl-offcanvas-menu d-lg-block mb-40">
<nav></nav>
</div>
<div class="vl-offcanvas-header-top d-flex d-xl-none flex-column mb-40">
<a href="{{ path('client_custom_page', {'uri': 'cabinet'}) }}">
<i class="fa-duotone fa-home"></i> CABINET
</a>
<a href="{{ path('client_custom_page', {'uri': 'facture-electronique'}) }}">
<i class="fa-duotone fa-file-invoice"></i> FACTURATION ÉLECTRONIQUE
</a>
<a href="" onclick="" target="_blank">
<i class="fa-duotone fa-calendar"></i> RDV EN LIGNE
</a>
<a href="" target="_blank">
<i class="fa-duotone fa-users"></i> ACCÈS CLIENT
</a>
</div>
</div>
</div>
<div class="vl-offcanvas-overlay"></div>
<!-- offcanvas menu end -->
<!--================= Header section End =================-->
{% endblock %}
{% block body %}{% endblock %}
{% block footer %}
<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/AMBS/AMBS_footer.svg') }}" 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>
29 rue de Colisée <br>
75008 Paris
</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>
De 8h30-12h et 14h00-19h00
</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">
Création et Structuration
</h4>
<ul class="footer_agex__list-link">
<li><a href="{{ path('client_custom_page', {'uri': 'createur'}) }}">Création d’entreprise</a></li>
<li><a href="{{ path('client_custom_page', {'uri': 'createur'}) }}">Business plan</a></li>
<li><a href="{{ path('client_custom_page', {'uri': 'createur'}) }}">Choix de structure</a></li>
<li><a href="{{ path('client_custom_page', {'uri': 'createur'}) }}">Organisation financière</a></li>
<li><a href="{{ path('client_custom_page', {'uri': 'createur'}) }}">Mise en place des outils</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 et Décision
</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 de 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'}) }}">Aide à la décision</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 et Performance
</h4>
<ul class="footer_agex__list-link">
<li><a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Optimisation de la 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'}) }}">Optimisation fiscale</a></li>
<li><a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Stratégie patrimoniale</a></li>
<li><a href="{{ path('client_custom_page', {'uri': 'dirigeant'}) }}">Structuration de la croissance</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') }}#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': 'facture-electronique'}) }}">
<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="" target="_blank">
<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>
<a href="#" onclick="">
<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>
RDV en ligne
</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 flex-column flex-lg-row 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>
<div class="d-flex gap-3">
<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>
</div>
</footer>
<agex_appelle_ton_ec token="wqd5et5662uq4qiq928xmdz2bnqju78hligvkeav"></agex_appelle_ton_ec>
<script src="https://widget-appelle-ton-ec.lagence.expert/embed"></script>
<div class="paginacontainer">
<div class="progress-wrap">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
</div>
{% endblock %}
{% block javascripts %}
<!-- jquery js-->
<script src="{{ assets_client(accountingFirm, 'js/plugins/jquery-3.7.1.min.js') }}"></script>
<!-- bootstrap js -->
<script src="{{ assets_client(accountingFirm, 'js/plugins/bootstrap.min.js') }}"></script>
<!-- gsap js-->
<script src="{{ assets_client(accountingFirm, 'js/plugins/gsap.min.js') }}"></script>
<!-- scrollTrigger js-->
<script src="{{ assets_client(accountingFirm, 'js/plugins/ScrollTrigger.min.js') }}"></script>
<!-- swiper js -->
<script src="{{ assets_client(accountingFirm, 'js/plugins/swiper-bundle.min.js') }}"></script>
<!-- nice select js -->
<script src="{{ assets_client(accountingFirm, 'js/plugins/nice-select.js') }}"></script>
<!-- fontawesome -->
<script src="{{ assets_client(accountingFirm, 'js/plugins/fontawesome.min.js') }}"></script>
<!-- magnific-popup js -->
<script src="{{ assets_client(accountingFirm, 'js/plugins/magnific-popup.js') }}"></script>
<!-- counter js -->
<script src="{{ assets_client(accountingFirm, 'js/plugins/jquery.counterup.min.js') }}"></script>
<!-- waypoints js-->
<script src="{{ assets_client(accountingFirm, 'js/plugins/waypoints.js') }}"></script>
<!-- sal js-->
<script src="{{ assets_client(accountingFirm, 'js/plugins/sal.min.js') }}"></script>
<!-- ScrollSmoother js -->
<script src="{{ assets_client(accountingFirm, 'js/plugins/SmoothScroll.js') }}"></script>
<!-- SplitText js -->
<script src="{{ assets_client(accountingFirm, 'js/plugins/SplitText.min.js') }}"></script>
<script src="{{ assets_client(accountingFirm, 'js/plugins/jarallax.min.js') }}"></script>
<!-- Custom js -->
<script src="{{ assets_client(accountingFirm, 'js/cat.js') }}"></script>
<script src="{{ assets_client(accountingFirm, 'js/main.js') }}"></script>
{% endblock %}