{% 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 %}
<!-- Google Fonts Css-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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">
<!-- Bootstrap Css -->
<link href="{{ assets_client( accountingFirm,"css/bootstrap.min.css") }}" rel="stylesheet" media="screen">
<!-- SlickNav Css -->
<link href="{{ assets_client( accountingFirm,"css/slicknav.min.css") }}" rel="stylesheet">
<!-- Swiper Css -->
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/swiper-bundle.min.css") }}">
<!-- Font Awesome Icon Css-->
<link href="{{ assets_client( accountingFirm,"css/all.min.css") }}" rel="stylesheet" media="screen">
<!-- Animated Css -->
<link href="{{ assets_client( accountingFirm,"css/animate.css") }}" rel="stylesheet">
<!-- Magnific Popup Core Css File -->
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/magnific-popup.css") }}">
<!-- Mouse Cursor Css File -->
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/mousecursor.css") }}">
<!-- Main Custom Css -->
<link href="{{ assets_client( accountingFirm,"css/custom.css") }}" rel="stylesheet" media="screen">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/fontawesome.css")}}">
<link rel="stylesheet" href="{{ assets_client( accountingFirm,"css/agex.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">
<div class="loading-container">
<div class="loading"></div>
<div id="loading-icon"><img src="{{ assets_client( accountingFirm,"/images/fjconseils/icon-sub-heading.svg") }}" alt=""></div>
</div>
</div>
<!-- Preloader End -->
<a href="tel:0494331257" 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>04 94 33 12 57</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-flex flex-nowrap">
<li class="">
<a href="{{ path('client') }}#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>
Facture électronique
</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="">
<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('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="#" target="_blank">
<i class="fa-duotone fa-calendar"></i>
RDV en ligne
</a>
</li>
<li class="">
<a href="https://app.pennylane.com/auth/login" target="_blank">
<i class="fa-duotone fa-users"></i>
Accès client
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Header Start -->
<header class="main-header">
<div class="header-sticky">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<!-- Logo Start -->
<a class="navbar-brand" href="./">
<img src="{{ assets_client( accountingFirm,"images/fjconseils/F&J-CONSEILS-header.svg") }}" alt="Logo">
</a>
<!-- Logo End -->
<!-- Main Menu Start -->
<div class="collapse navbar-collapse main-menu">
<div class="nav-menu-wrapper">
<ul class="navbar-nav mr-auto" id="menu">
<li class="nav-item"><a class="nav-link" href="{{ path('client') }}#createur">Je crée mon entreprise</a>
<li class="nav-item"><a class="nav-link" href="{{ path('client') }}#expertise">Je réussis mon développement</a></li>
<li class="nav-item"><a class="nav-link" href="{{ path('client') }}#pilotage">Je pilote mon activité</a></li>
<li class="nav-item"><a class="nav-link" href="{{ path('client') }}#dirigeant">J'optimise ma situation</a></li>
<li class="nav-item highlighted-menu"><a class="nav-link" href="{{ path('client') }}#contact">Contact</a></li>
</ul>
</div>
<!-- Header Btn Start -->
<div class="header-btn d-inline-flex">
<a href="contact.html" class="btn-default btn-highlighted">contact</a>
</div>
<!-- Header Btn End -->
</div>
<!-- Main Menu End -->
<div class="navbar-toggle"></div>
</div>
</nav>
<div class="responsive-menu"></div>
</div>
</header>
<!-- Header 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, "images/fjconseils/F&J-CONSEILS-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>
114 Avenue Jean Monnet Le First <br>
83190 Ollioules
</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>
9h00-17h30
</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') }}#expertise">Création entreprise</a>
</li>
<li>
<a href="{{ path('client') }}#expertise">Business plan</a>
</li>
<li>
<a href="{{ path('client') }}#expertise">Stratégie de croissance</a>
</li>
<li>
<a href="{{ path('client') }}#expertise">Suivi des performances</a>
</li>
<li>
<a href="{{ path('client') }}#expertise">Structuration d’entreprise</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') }}#pilotage">Tableaux de bord</a>
</li>
<li>
<a href="{{ path('client') }}#pilotage">Analyse financière</a>
</li>
<li>
<a href="{{ path('client') }}#pilotage">Prévisionnel trésorerie</a>
</li>
<li>
<a href="{{ path('client') }}#pilotage">Situations intermédiaires</a>
</li>
<li>
<a href="{{ path('client') }}#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') }}#dirigeant">Optimisation rémunération</a>
</li>
<li>
<a href="{{ path('client') }}#dirigeant">Réduction des coûts</a>
</li>
<li>
<a href="{{ path('client') }}#dirigeant">Épargne dirigeant</a>
</li>
<li>
<a href="{{ path('client') }}#dirigeant">Allègement fiscal</a>
</li>
<li>
<a href="{{ path('client') }}#dirigeant">Gestion de patrimoine</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="{{ 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('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('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.pennylane.com/auth/login" 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="#">
<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 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,"images/oec-logo.png") }}" alt="logo-img" class="footer-oec">
</a>
</div>
</div>
</div>
</div>
</footer>
{% endblock %}
{% block javascripts %}
<!-- Jquery Library File -->
<script src="{{ assets_client( accountingFirm,"js/jquery-3.7.1.min.js")}}"></script>
<!-- Bootstrap js file -->
<script src="{{ assets_client( accountingFirm,"js/bootstrap.min.js")}}"></script>
<!-- Validator js file -->
<script src="{{ assets_client( accountingFirm,"js/validator.min.js")}}"></script>
<!-- SlickNav js file -->
<script src="{{ assets_client( accountingFirm,"js/jquery.slicknav.js")}}"></script>
<!-- Swiper js file -->
<script src="{{ assets_client( accountingFirm,"js/swiper-bundle.min.js")}}"></script>
<!-- Counter js file -->
<script src="{{ assets_client( accountingFirm,"js/jquery.waypoints.min.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/jquery.counterup.min.js")}}"></script>
<!-- Magnific js file -->
<script src="{{ assets_client( accountingFirm,"js/jquery.magnific-popup.min.js")}}"></script>
<!-- SmoothScroll -->
<script src="{{ assets_client( accountingFirm,"js/SmoothScroll.js")}}"></script>
<!-- Parallax js -->
<script src="{{ assets_client( accountingFirm,"js/parallaxie.js")}}"></script>
<!-- MagicCursor js file -->
<script src="{{ assets_client( accountingFirm,"js/gsap.min.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/magiccursor.js")}}"></script>
<!-- Text Effect js file -->
<script src="{{ assets_client( accountingFirm,"js/SplitText.js")}}"></script>
<script src="{{ assets_client( accountingFirm,"js/ScrollTrigger.min.js")}}"></script>
<!-- YTPlayer js File -->
<script src="{{ assets_client( accountingFirm,"js/jquery.mb.YTPlayer.min.js")}}"></script>
<!-- Wow js file -->
<script src="{{ assets_client( accountingFirm,"js/wow.min.js")}}"></script>
<!-- Main Custom js file -->
<script src="{{ assets_client( accountingFirm,"js/function.js")}}"></script>
{% endblock %}