<!DOCTYPE html>
{% set route = app.request.attributes.get('_route') %}
{% set AppelTonEC = null %}
<html lang="fr">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>{% block title %}{% endblock %}</title>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Agence Digitale Expert-comptable",
"image": "{{ asset('/assets/images/favicon-32x32.png') }}",
"description": "Agence digitale pour les Experts-comptables : communication spécialisée pour les cabinets. Maximisez votre impact et développez votre clientèle.",
"brand": "l'agence des Experts-comptables",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"ratingCount": "55"
}
}
</script>
{% block scriptLocal %}{% endblock %}
<!-- favicons Icons -->
{% block favicon %}
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('/assets/images/favicon-32x32.png') }}"/>
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('/assets/images/favicon-32x32.png') }}"/>
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('/assets/images/favicon-32x32.png') }}"/>
<link rel="manifest" href="{{ asset('/assets/images/favicon-32x32.png') }}"/>
{% endblock %}
<meta
name="description" content="{% block description %} {% endblock %}"/>
{% block seo %}{% endblock %}
<meta name="google-site-verification" content="b1fMRTEV_TUmTmcRwOcX0l_bB3UaLl3emNBfdusW85E"/>
{% block meta_noindex %}
{% endblock %}
<!-- fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui@4.0/dist/fancybox.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/bootstrap/css/bootstrap.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/css/sabi.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/css/sabi-responsive.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/animate/animate.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/animate/custom-animate.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/fontawesome/css/all.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/jarallax/jarallax.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/jquery-magnific-popup/jquery.magnific-popup.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/nouislider/nouislider.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/nouislider/nouislider.pips.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/odometer/odometer.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/swiper/swiper.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/icomoon-icons/style.css') }}">
<link rel="stylesheet" href="{{ asset('/assets/vendors/tiny-slider/tiny-slider.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/reey-font/stylesheet.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/owl-carousel/owl.carousel.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/owl-carousel/owl.theme.default.min.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/vendors/twentytwenty/twentytwenty.css') }}"/>
<link rel="stylesheet" href="{{ asset('/assets/css/swiper-bundle.css') }}"/>
{{ encore_entry_link_tags('footer') }}
{{ encore_entry_link_tags('avis-client') }}
{# {{ encore_entry_link_tags('header') }} #}
{{ encore_entry_link_tags('videoAgence') }}
{{ encore_entry_link_tags('agexv4') }}
{% block stylesheets %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
<style>
@media screen and (max-width: 1300px) {
.logo-google-responsive {
max-width: 190px;
}
}
@media screen and (max-width: 1200px) {
.badge-new {
margin: 10px 0 0;
}
}
.logo-google-phone {
display: none;
}
@media screen and (max-width: 767px) {
.logo-google-phone {
display: block;
}
}
.tour:hover > a {
color: var(--thm-base) !important;
}
.color-custom {
color: var(--green-agence) !important;
}
.rating {
display: inline-block;
}
.star {
color: rgb(252, 102, 32);
}
.quote-wrapper span {
color: var(--thm-base) !important;
}
.logo img,
.logo-google-responsive {
z-index: 999999;
position: relative;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: transparent !important;
}
/* Désactiver les mega menus en haut de page */
.menu-disabled-at-top .dropdown:hover > ul {
opacity: 0 !important;
visibility: hidden !important;
transform: translateY(-10px) !important;
pointer-events: none !important;
}
/* Désactiver TOUS les liens à l'intérieur des mega menus */
.menu-disabled-at-top .dropdown > ul,
.menu-disabled-at-top .dropdown > ul *,
.menu-disabled-at-top .dropdown > ul a {
pointer-events: none !important;
}
/* S'assurer que les liens principaux restent cliquables */
.menu-disabled-at-top .dropdown > a {
pointer-events: auto !important;
}
</style>
{% endblock %}{% block javascripts %}
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () {
(c[a].q = c[a].q || []).push(arguments)
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "kti6djxpsz");
</script>
{% endblock %}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K3ZM2MGSRB"></script>
<script> window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-K3ZM2MGSRB');
</script>
</head>
<body>
<div class="page-wrapper" data-controller="global">
<header class="main-header main-header--one clearfix" data-controller="header">
<div class="top-bar-agex">
<div class="top-links">
<a href="{{ path('reference') }}">
<dotlottie-wc
src="https://lottie.host/2544ee55-cc57-4fb0-a72c-8d75dc642a67/BI33DkLbHi.lottie"
style="width:20px; height:20px; display:inline-block; transform:scale(6)"
speed="1"
autoplay
loop
></dotlottie-wc>
Références
</a>
<a href="{{ path('agence') }}">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.552 19H11.7837C12.4844 19 13.0358 18.4187 12.8962 17.732C12.5107 15.836 11.2516 12.4828 7.16784 12.4828C3.08409 12.4828 1.82501 15.836 1.43948 17.732C1.29984 18.4187 1.85124 19 2.552 19Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.9265 12.4828C17.5071 12.4828 18.564 15.1491 18.9907 17.0709C19.2211 18.1087 18.3816 19 17.3185 19H16.1679" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.16785 7.82759C9.05324 7.82759 10.5816 6.29918 10.5816 4.41379C10.5816 2.52841 9.05324 1 7.16785 1C5.28247 1 3.75406 2.52841 3.75406 4.41379C3.75406 6.29918 5.28247 7.82759 7.16785 7.82759Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.6852 7.82759C15.5706 7.82759 16.7886 6.29917 16.7886 4.41379C16.7886 2.52841 15.5706 1 13.6852 1" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
Agence
</a>
<a href="{{ path('tour-de-france') }}">
<svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.6842 8.82759C15.6842 13.5172 8.35658 18.5 8.35658 18.5C8.35658 18.5 1.02899 13.5172 1.02899 8.82759C1.02899 4.72414 4.47154 1.5 8.35658 1.5C12.2416 1.5 15.6842 4.72414 15.6842 8.82759Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.35662 11.4655C9.81351 11.4655 10.9946 10.2845 10.9946 8.8276C10.9946 7.37071 9.81351 6.18967 8.35662 6.18967C6.89973 6.18967 5.71869 7.37071 5.71869 8.8276C5.71869 10.2845 6.89973 11.4655 8.35662 11.4655Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
Tour de France
</a>
{% if webinairePromote is defined %}
{% if webinairePromote %}
<a href="/webinaire/{{ webinairePromote.id }}">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.68417 3.84483C1.68417 2.54981 2.73399 1.5 4.029 1.5H16.3393C17.6344 1.5 18.6842 2.54981 18.6842 3.84483V12.6379C18.6842 13.933 17.6344 14.9828 16.3393 14.9828H4.029C2.73399 14.9828 1.68417 13.933 1.68417 12.6379V3.84483Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.9948 18.5L10.1845 16.1552L6.37411 18.5" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
Webinaire
</a>
{% endif %}
{% endif %}
<a href="{{ path('place_expert_comptable') }}">
<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 14.8947V10.1579C20 5.10013 15.8999 1 10.8421 1C5.78434 1 1.6842 5.10013 1.6842 10.1579V14.8947" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1.6842 14.2C1.6842 12.3164 3.21115 10.7895 5.09473 10.7895C6.35045 10.7895 7.36841 11.8075 7.36841 13.0632V16.7263C7.36841 17.982 6.35045 19 5.09473 19C3.21115 19 1.6842 17.4731 1.6842 15.5895V14.2Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.3158 13.0632C14.3158 11.8075 15.3338 10.7895 16.5895 10.7895C18.4731 10.7895 20 12.3164 20 14.2V15.5895C20 17.4731 18.4731 19 16.5895 19C15.3338 19 14.3158 17.982 14.3158 16.7263V13.0632Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
Place à l’Expert-comptable
</a>
</div>
</div>
<div class="main-header--one__wrapper">
<div class="text-center">
{{ include('admin/admin_home/layouts/partials/_flash_messages.html.twig') }}
</div>
<div class="main-header--one__inner">
<div class="main-header--one__left">
<div class="logo">
<a href="{{ path('home') }}"><img src="{{ asset('/assets/images/logo-lagence.png') }}"
srcset="{{ asset('/assets/images/logo-lagence.webp') }}"
alt="logo-lagence-expert"/></a>
</div>
</div>
<nav class="main-menu main-menu--1">
<div class="main-menu__inner">
<a href="#" class="mobile-nav__toggler">
<i class="fa fa-bars"></i>
</a>
<div class="stricky-one-logo">
<div class="logo">
<a href="{{ path('home') }}"><img
src="{{ asset('/assets/images/logo-lagence.png') }}"
srcset="{{ asset('/assets/images/logo-lagence.webp') }}"
alt="logo-lagence-expert"></a>
</div>
</div>
<div class="middle">
<ul class="main-menu__list ">
<li class="dropdown has-mega-menu {{ route == 'communiquer' or route == 'nom_commercial' or route == 'site-internet' or route == 'identite-visuelle' or route == 'profil_linkedin' ? 'current' : '' }}">
<a href="{{ path('communiquer') }}">
Je crée mon cab’
<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_6401_6536)">
<path d="M12 3.53847L6.5 9.46155L1 3.53847" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_6401_6536">
<rect width="12" height="12" fill="white" transform="translate(0.5 0.5)"/>
</clipPath>
</defs>
</svg>
</a>
<ul class="mega-menu">
<div class="logo-bg">
<picture>
<source srcset="{{ asset('assets/images/header/logo-bg.webp') }}" type="image/webp">
<img src="{{ asset('assets/images/header/logo-bg.png') }}" alt="logo en fond">
</picture>
</div>
<div class="container-mega">
<div class="row d-flex justify-content-center align-items-start">
<div class="col-xl-3 d-none d-xl-flex flex-xl-column">
<span class="spantitle">Je crée mon cab’</span>
<p>Vous êtes jeunes diplômés ? Vous souhaitez créer votre
cabinet ? Nous vous accompagnons dans votre communication
globale à 360° à votre rythme étape par étape. </p>
</div>
<div class="col-xl-6 d-flex flex-column gap-2 gap-xl-2">
<div class="d-flex flex-column flex-xl-row gap-2 gap-xl-2">
<li>
<a href="{{ path('nom_commercial') }}" class="item">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="14" fill="#7CD325"/>
<g clip-path="url(#clip0_607_12766)">
<path d="M7.20006 20.8L11.1884 19.8616L20.5251 10.5248C20.8917 10.1583 20.8917 9.56415 20.5251 9.19766L18.8024 7.47488C18.4359 7.10839 17.8417 7.10839 17.4752 7.47488L8.1385 16.8116L7.20006 20.8Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.9026 9.34076L18.7179 12.1561" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12766">
<rect width="16" height="16" fill="white" transform="translate(6 6)"/>
</clipPath>
</defs>
</svg>
<div class="right">
<div class="title">
Nom commercial
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Nous trouvons le nom idéal pour votre cabinet
</p>
</div>
</div>
</a>
</li>
<li>
<a href="{{ path('site-internet') }}" class="item">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="14" fill="#7CD325"/>
<path d="M10.0138 9.54484V9.07587C10.0138 8.82712 10.1126 8.58855 10.2885 8.41265C10.4644 8.23676 10.703 8.13794 10.9517 8.13794H19.8621C20.1108 8.13794 20.3494 8.23676 20.5253 8.41265C20.7012 8.58855 20.8 8.82712 20.8 9.07587V18.9241C20.8 19.1729 20.7012 19.4115 20.5253 19.5874C20.3494 19.7633 20.1108 19.8621 19.8621 19.8621H14.7034M7.2 18.9241V12.8276C7.2 12.5788 7.29881 12.3403 7.47471 12.1644C7.65061 11.9885 7.88917 11.8897 8.13793 11.8897H11.4207C11.6694 11.8897 11.908 11.9885 12.0839 12.1644C12.2598 12.3403 12.3586 12.5788 12.3586 12.8276V18.9241C12.3586 19.1729 12.2598 19.4115 12.0839 19.5874C11.908 19.7633 11.6694 19.8621 11.4207 19.8621H8.13793C7.88917 19.8621 7.65061 19.7633 7.47471 19.5874C7.29881 19.4115 7.2 19.1729 7.2 18.9241Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<div class="right">
<div class="title">
Site internet
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Site vitrine, portail d’information, commercial
</p>
</div>
</div>
</a>
</li>
</div>
<div class="d-flex flex-column flex-xl-row gap-2 gap-xl-2 mb-5 mb-xl-0">
<li>
<a href="{{ path('identite-visuelle') }}" class="item">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="14" fill="#7CD325"/>
<path d="M8.13789 14.9379L10.0138 20.8H17.9862L19.862 14.9379L14 7.20001L8.13789 14.9379Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.13789 20.8H19.862" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.9998 7.20001V14.2345" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<div class="right">
<div class="title">
Identité visuelle
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Logo, carte de visite, en-tête de lettre, signature de mail...
</p>
</div>
</div>
</a>
</li>
<li>
<a href="{{ path('profil_linkedin') }}" class="item">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="14" fill="#7CD325"/>
<g clip-path="url(#clip0_607_12802)">
<path d="M7.2001 13.2964L12.3587 8.13782" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.13803 20.8001H8.607C9.12501 20.8001 9.54493 20.3802 9.54493 19.8622V17.5172C9.54493 16.9991 9.12501 16.5792 8.607 16.5792H8.13803C7.62003 16.5792 7.2001 16.9991 7.2001 17.5172V19.8622C7.2001 20.3802 7.62003 20.8001 8.13803 20.8001Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.7656 20.8001H14.2345C14.7525 20.8001 15.1724 20.3801 15.1724 19.8621V14.7033C15.1724 14.1853 14.7525 13.7654 14.2345 13.7654H13.7656C13.2475 13.7654 12.8276 14.1853 12.8276 14.7033V19.8621C12.8276 20.3801 13.2475 20.8001 13.7656 20.8001Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19.3931 20.8001H19.862C20.3801 20.8001 20.8 20.3802 20.8 19.8621V8.13782C20.8 7.61982 20.3801 7.19989 19.862 7.19989H19.3931C18.8751 7.19989 18.4551 7.61982 18.4551 8.13782V19.8621C18.4551 20.3802 18.8751 20.8001 19.3931 20.8001Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.2966 10.4826V7.19989H10.0139" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12802">
<rect width="16" height="16" fill="white" transform="translate(6 6)"/>
</clipPath>
</defs>
</svg>
<div class="right">
<div class="title">
Optimisation Linkedin
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Améliorer votre image auprès de vos clients et prospects
</p>
</div>
</div>
</a>
</li>
</div>
</div>
<div class="col-xl-3 d-none d-xl-flex">
<div class="offre">
<img class="image-offre-header"
src="{{ asset('/assets/images/header/offre-speciale-createur.png') }}"
srcset="{{ asset('/assets/images/header/offre-speciale-createur.webp') }}"
alt="logo"/>
</div>
</div>
</div>
</div>
</ul>
</li>
<li class="dropdown has-mega-menu {{ route == 'developper' or route == 'visibilite' or route == 'linkedin-non-client' or route == 'fiche_gmb' or route == 'commerciale' ? 'current' : '' }}">
<a href="{{ path('developper') }}">
Je développe mon cab’
<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_6401_6536)">
<path d="M12 3.53847L6.5 9.46155L1 3.53847" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_6401_6536">
<rect width="12" height="12" fill="white" transform="translate(0.5 0.5)"/>
</clipPath>
</defs>
</svg>
</a>
<ul class="mega-menu">
<div class="logo-bg">
<picture>
<source srcset="{{ asset('assets/images/header/logo-bg.webp') }}" type="image/webp">
<img src="{{ asset('assets/images/header/logo-bg.png') }}" alt="logo en fond">
</picture>
</div>
<div class="container-mega">
<div class="row d-flex justify-content-center align-items-start">
<div class="col-xl-3 d-none d-xl-flex flex-xl-column">
<span class="spantitle">Je développe mon cab’</span>
<p>Le développement de votre cabinet passe par une visibilité
optimale et contrôlée. Nous avons développé des services
pour vous accompagner dans cette amélioration. <br>Découvrez-les.
</p>
</div>
<div class="col-xl-6 d-flex flex-column gap-2 gap-xl-2">
<div class="d-flex flex-column flex-xl-row gap-2 gap-xl-2">
<li>
<a href="{{ path('site-internet') }}" class="item">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="14" fill="#7CD325"/>
<path d="M10.0138 9.54484V9.07587C10.0138 8.82712 10.1126 8.58855 10.2885 8.41265C10.4644 8.23676 10.703 8.13794 10.9517 8.13794H19.8621C20.1108 8.13794 20.3494 8.23676 20.5253 8.41265C20.7012 8.58855 20.8 8.82712 20.8 9.07587V18.9241C20.8 19.1729 20.7012 19.4115 20.5253 19.5874C20.3494 19.7633 20.1108 19.8621 19.8621 19.8621H14.7034M7.2 18.9241V12.8276C7.2 12.5788 7.29881 12.3403 7.47471 12.1644C7.65061 11.9885 7.88917 11.8897 8.13793 11.8897H11.4207C11.6694 11.8897 11.908 11.9885 12.0839 12.1644C12.2598 12.3403 12.3586 12.5788 12.3586 12.8276V18.9241C12.3586 19.1729 12.2598 19.4115 12.0839 19.5874C11.908 19.7633 11.6694 19.8621 11.4207 19.8621H8.13793C7.88917 19.8621 7.65061 19.7633 7.47471 19.5874C7.29881 19.4115 7.2 19.1729 7.2 18.9241Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<div class="right">
<div class="title">
Site internet
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Nous créons votre site à l’image de votre cabinet
</p>
</div>
</div>
</a>
</li>
<li>
<a href="{{ path('visibilite') }}" class="item">
<svg class="icon" width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" rx="16" fill="#7CD325"/>
<g clip-path="url(#clip0_607_12842)">
<path d="M16 24.5C20.6944 24.5 24.5 20.6944 24.5 16C24.5 11.3056 20.6944 7.5 16 7.5C11.3056 7.5 7.5 11.3056 7.5 16C7.5 20.6944 11.3056 24.5 16 24.5Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19.8106 16C19.8106 21.2759 17.4571 24.5 16.0003 24.5C14.5434 24.5 12.1899 21.2759 12.1899 16C12.1899 10.7241 14.5434 7.5 16.0003 7.5C17.4571 7.5 19.8106 10.7241 19.8106 16Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.7926 16H15.9995H24.2064" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12842">
<rect width="20" height="20" fill="white" transform="translate(6 6)"/>
</clipPath>
</defs>
</svg>
<div class="right">
<div class="title">
Référencement Google
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Nous optimisons naturellement votre visibilité sur Google
</p>
</div>
</div>
</a>
</li>
</div>
<div class="d-flex flex-column flex-xl-row gap-2 gap-xl-2 mb-2 mb-xl-0">
<li>
<a href="{{ path('fiche_gmb') }}" class="item">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="14" fill="#7CD325"/>
<g clip-path="url(#clip0_607_12851)">
<path d="M8.98991 20.8H19.0108C20.065 20.8 20.9195 19.9454 20.9195 18.8912V10.2379C20.9195 9.96546 20.8612 9.69614 20.7485 9.44808L20.2352 8.31885C19.9254 7.63745 19.246 7.19995 18.4975 7.19995H9.5032C8.75469 7.19995 8.07527 7.63745 7.76554 8.31886L7.25225 9.44808C7.1395 9.69614 7.08116 9.96546 7.08116 10.2379V18.8912C7.08116 19.9454 7.93574 20.8 8.98991 20.8Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.614 9.82446C11.614 11.0104 10.6597 12.2104 9.2281 12.2104C7.79654 12.2104 7.08076 11.0104 7.08076 9.82446" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20.9188 9.82446C20.9188 11.0104 20.203 12.2104 18.7715 12.2104C17.3399 12.2104 16.3855 11.0104 16.3855 9.82446" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.3861 9.82446C16.3861 11.0104 15.4317 12.2104 14.0002 12.2104C12.5686 12.2104 11.6142 11.0104 11.6142 9.82446" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.8516 17.4588C11.8516 16.4046 12.7063 15.55 13.7604 15.55H14.2375C15.2917 15.55 16.1463 16.4046 16.1463 17.4588V20.7991H11.8516V17.4588Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12851">
<rect width="16" height="16" fill="white" transform="translate(6 6)"/>
</clipPath>
</defs>
</svg>
<div class="right">
<div class="title">
Animation GMB
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Nous développons la visibilité naturelle de votre cabinet sur Google My Business
</p>
</div>
</div>
</a>
</li>
<li>
<a href="{{ path('profil_linkedin') }}" class="item">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="14" fill="#7CD325"/>
<g clip-path="url(#clip0_607_12859)">
<path d="M7.2001 13.2966L12.3587 8.13794" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.13803 20.8001H8.607C9.12501 20.8001 9.54493 20.3802 9.54493 19.8622V17.5172C9.54493 16.9991 9.12501 16.5792 8.607 16.5792H8.13803C7.62003 16.5792 7.2001 16.9991 7.2001 17.5172V19.8622C7.2001 20.3802 7.62003 20.8001 8.13803 20.8001Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.7656 20.8002H14.2345C14.7525 20.8002 15.1724 20.3803 15.1724 19.8622V14.7034C15.1724 14.1854 14.7525 13.7655 14.2345 13.7655H13.7656C13.2475 13.7655 12.8276 14.1854 12.8276 14.7034V19.8622C12.8276 20.3803 13.2475 20.8002 13.7656 20.8002Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19.3931 20.8001H19.862C20.3801 20.8001 20.8 20.3802 20.8 19.8622V8.13788C20.8 7.61988 20.3801 7.19995 19.862 7.19995H19.3931C18.8751 7.19995 18.4551 7.61988 18.4551 8.13788V19.8622C18.4551 20.3802 18.8751 20.8001 19.3931 20.8001Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.2966 10.4827V7.19995H10.0139" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12859">
<rect width="16" height="16" fill="white" transform="translate(6 6)"/>
</clipPath>
</defs>
</svg>
<div class="right">
<div class="title">
Optimisation Linkedin
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Améliorer votre image auprès de vos clients et prospects
</p>
</div>
</div>
</a>
</li>
</div>
<div class="d-flex flex-column flex-xl-row gap-2 gap-xl-2 mb-2 mb-xl-0">
<li>
<a href="{{ path('linkedin-non-client') }}" class="item">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="14" fill="#7CD325"/>
<g clip-path="url(#clip0_607_12908)">
<path d="M10.0135 7.19995H17.9859V13.062C17.9859 15.2635 16.2012 17.0482 13.9997 17.0482C11.7982 17.0482 10.0135 15.2635 10.0135 13.062V7.19995Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.2206 9.07581H18.3178C19.6886 9.07581 20.7999 10.1871 20.7999 11.5579C20.7999 12.6017 20.1469 13.534 19.166 13.8907L18.2206 14.2344" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9.77941 9.07581H9.68223C8.31139 9.07581 7.2001 10.1871 7.2001 11.5579C7.2001 12.6017 7.85307 13.534 8.83399 13.8907L9.77941 14.2344" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.0001 17.2827V20.5655" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.9519 20.7999H17.0484" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12908">
<rect width="16" height="16" fill="white" transform="translate(6 6)"/>
</clipPath>
</defs>
</svg>
<div class="right">
<div class="title">
Animation Linkedin
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Nous développons votre réseau avec des posts à forte valeur ajoutée
</p>
</div>
</div>
</a>
</li>
<li>
<a href="{{ path('commerciale') }}" class="item">
<svg class="icon" width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" rx="16" fill="#7CD325"/>
<g clip-path="url(#clip0_607_12916)">
<path d="M22.3274 22.4004C25.8622 18.9059 25.8949 13.2075 22.4004 9.67266C18.9059 6.13783 13.2075 6.10515 9.67265 9.59965C6.13783 13.0941 6.10515 18.7925 9.59965 22.3274C13.0941 25.8622 18.7925 25.8949 22.3274 22.4004Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.9499 24.7776L15.9751 20.3887" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M24.7777 16.0504L20.3888 16.0253" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.6113 15.9746L7.22246 15.9495" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.0251 11.6112L16.0503 7.22233" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12916">
<rect width="20" height="20" fill="white" transform="translate(6 6)"/>
</clipPath>
</defs>
</svg>
<div class="right">
<div class="title">
Stratégie commerciale
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Nous vous accompagnons dans la mise en place d’une stratégie globale et commerciale
</p>
</div>
</div>
</a>
</li>
</div>
</div>
<div class="col-xl-3 d-none d-xl-flex">
<div class="offre">
<img class="image-offre-header"
src="{{ asset('/assets/images/header/offre-speciale-referencement.png') }}"
srcset="{{ asset('/assets/images/header/offre-speciale-referencement.webp') }}"
alt="logo"/>
</div>
</div>
</div>
</div>
</ul>
</li>
<li class="dropdown has-mega-menu {{ route == 'dynamiser' or route == 'appel-ton-ec' or route == 'newsletter-actu' or route == 'simulateur' or route == 'pal-offre' or route == 'emailing' ? 'current' : '' }}">
<a href="{{ path('dynamiser') }}">
Je booste mon site
<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_6401_6536)">
<path d="M12 3.53847L6.5 9.46155L1 3.53847" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_6401_6536">
<rect width="12" height="12" fill="white" transform="translate(0.5 0.5)"/>
</clipPath>
</defs>
</svg>
</a>
<ul class="mega-menu">
<div class="logo-bg">
<picture>
<source srcset="{{ asset('assets/images/header/logo-bg.webp') }}" type="image/webp">
<img src="{{ asset('assets/images/header/logo-bg.png') }}" alt="logo en fond">
</picture>
</div>
<div class="container-mega">
<div class="row d-flex justify-content-center align-items-start">
<div class="col-xl-3 d-none d-xl-flex flex-xl-column">
<span class="spantitle">Je booste mon site</span>
<p>Vous souhaitez dynamiser votre site Internet au travers de
services à forte valeur ajoutée pour vos clients ?
Ces services vous permettent d’atteindre vos objectifs :
informer, accompagner et montrer votre vrai rôle <br>d’Expert-comptable.
</p>
</div>
<div class="col-xl-6 d-flex flex-column gap-0 gap-xl-2">
<div class="d-flex flex-column flex-xl-row gap-0 gap-xl-2">
<li>
<a href="{{ path('appel-ton-ec') }}" class="item">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="14" fill="#7CD325"/>
<path d="M11.4286 8H9.09091C8.48842 8 8 8.48842 8 9.09091C8 15.1158 12.8842 20 18.9091 20C19.5116 20 20 19.5116 20 18.9091V16.5714L17.4286 14.8571L16.0952 16.1905C15.8636 16.4221 15.5175 16.4941 15.2266 16.3438C14.7331 16.0888 13.9322 15.6098 13.1429 14.8571C12.3346 14.0865 11.8611 13.2561 11.6234 12.7537C11.4902 12.472 11.5673 12.147 11.7876 11.9267L13.1429 10.5714L11.4286 8Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<div class="right">
<div class="title">
Appelle ton Expert-comptable
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Pour montrer le vrai rôle de l’Expert-comptable
</p>
</div>
</div>
</a>
</li>
<li>
<a href="{{ path('newsletter-actu') }}" class="item">
<svg class="icon" width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" rx="16" fill="#7CD325"/>
<g clip-path="url(#clip0_607_13703)">
<path d="M16 24.5C20.6944 24.5 24.5 20.6944 24.5 16C24.5 11.3056 20.6944 7.5 16 7.5C11.3056 7.5 7.5 11.3056 7.5 16C7.5 20.6944 11.3056 24.5 16 24.5Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19.8106 16C19.8106 21.2759 17.4571 24.5 16.0003 24.5C14.5434 24.5 12.1899 21.2759 12.1899 16C12.1899 10.7241 14.5434 7.5 16.0003 7.5C17.4571 7.5 19.8106 10.7241 19.8106 16Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.7926 16H15.9995H24.2064" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_13703">
<rect width="20" height="20" fill="white" transform="translate(6 6)"/>
</clipPath>
</defs>
</svg>
<div class="right">
<div class="title">
L’actualité du mois
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Pour améliorer le quotidien de vos clients entrepreneurs
</p>
</div>
</div>
</a>
</li>
</div>
<div class="d-flex flex-column flex-xl-row gap-0 gap-xl-2">
<li>
<a href="{{ path('aides-aux-entreprises') }}" class="item">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="14" fill="#7CD325"/>
<g clip-path="url(#clip0_607_13712)">
<path d="M13.0625 18.9241C16.3 18.9241 18.9245 16.2996 18.9245 13.062C18.9245 9.82449 16.3 7.19995 13.0625 7.19995C9.82493 7.19995 7.20039 9.82449 7.20039 13.062C7.20039 16.2996 9.82493 18.9241 13.0625 18.9241Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17.2829 17.2827L20.8002 20.8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_13712">
<rect width="16" height="16" fill="white" transform="translate(6 6)"/>
</clipPath>
</defs>
</svg>
<div class="right">
<div class="title">
Aide aux entreprises
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Pour aider vos clients à trouver des aides financières
</p>
</div>
</div>
</a>
</li>
<li>
<a href="{{ path('simulateur') }}" class="item">
<svg class="icon" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="14" fill="#7CD325"/>
<path d="M7.2 10.2483H9.54482" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.7035 10.2483H20.8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.2 17.7517H14.2345" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19.393 17.7517H20.7999" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.1243 12.3586C13.2898 12.3586 14.2347 11.4138 14.2347 10.2483C14.2347 9.08277 13.2898 8.13794 12.1243 8.13794C10.9588 8.13794 10.014 9.08277 10.014 10.2483C10.014 11.4138 10.9588 12.3586 12.1243 12.3586Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.8138 19.862C17.9793 19.862 18.9242 18.9172 18.9242 17.7517C18.9242 16.5862 17.9793 15.6414 16.8138 15.6414C15.6483 15.6414 14.7035 16.5862 14.7035 17.7517C14.7035 18.9172 15.6483 19.862 16.8138 19.862Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<div class="right">
<div class="title">
Simulateur
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_607_12769)">
<path d="M5.04366 3.37219L12.8083 3.19162L12.6277 10.9562" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5178 3.3551L3.12805 12.7449" stroke="#042F35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_607_12769">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<div class="description">
<p>
Pour accompagner vos clients dans leur choix
</p>
</div>
</div>
</a>
</li>
</div>
</div>
<div class="col-xl-3 d-none d-xl-flex">
<div class="offre">
<img class="image-offre-header"
src="{{ asset('/assets/images/header/offre-speciale-widget.png') }}"
srcset="{{ asset('/assets/images/header/offre-speciale-widget.webp') }}"
alt="logo"/>
</div>
</div>
</div>
</div>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="main-header--one__right">
<div class="login-box">
<div class="text">
<a href="https://www.google.com/search?sca_esv=b96c0f9f157b9df3&sxsrf=AHTn8zpE4_Gz_Frj2Y1usPvhjIYIs9he2w:1739441797571&uds=ABqPDvztZD_Nu18FR6tNPw2cK_RR7ikD94Qga_KzuDbjgocVt7sf895ZF4REyJTxXW582NG5hvObUtiAF8vg6l-9lMG1Pz3Uk0tkbjvkXu0QBYUGzZprMDwA0SVk41DcMf4b1mRf7feUIttKDWI_hyxC_jA28KK7og&si=APYL9btvhO6SAb8jF9HqTZMMa7vs_teLnZaEVrJZwRKFIIKjoU0Ez8jqZB0mHEtT3nRJBf-K1l6OsTsC80_jiccbwCCX7e79xCWPkQdL3N1ooS4HtXeGoWw%3D&q=L%27agence+des+Experts-comptables+Avis&sa=X&ved=2ahUKEwjYnc7TtcCLAxU6T6QEHfaQAQoQ3PALegQIXBAF&biw=1920&bih=919&dpr=1"
target="_blank" class="avisHeader" aria-label="4,9/5 Avis Google">
<img class="logo-google-responsive"
src="{{ asset('/assets/images/lagence-site-avis-google-2025-1.png') }}"
srcset="{{ asset('/assets/images/lagence-site-avis-google-2025-1.webp') }}"
style="max-height: 65px;" alt="lagence expert" loading="lazy">
</a>
</div>
</div>
<div class="btn-box btn-header-box">
<div class="notification-btn-container">
<a href="{{ path('contact') }}" class="btn secondary regular notification-btn">
<span>Audit OFFERT</span>
</a>
<span class="notificationAudit">1</span>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="stricky-header stricked-menu main-menu">
<div class="sticky-header__content"></div>
<!-- /.sticky-header__content -->
</div>
<!-- /.stricky-header -->
{% block body %}{% endblock %}
<footer class="footer-area">
<div class="footer-top">
<div class="row">
<div class="col-lg-4 col-md-4 col-12">
<div class="footer-top__item">
<span class="footer-top__item__title">
Un projet à nous partager ?
</span>
<a href="{{ path('contact') }}" class="regular btn secondary">
<span>
Prenez un rendez-vous
<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.71777 0.821289L10.0331 4.9405L5.71777 9.05971" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.0328 4.94043L1.63281 4.94043" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="footer-top__item">
<span class="footer-top__item__title">
Suivre nos dernières actualités ?
</span>
<a href="{{ path('home') }}#blogs" class="regular btn transparent">
<span>
Parcourir nos articles
<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.71777 0.821289L10.0331 4.9405L5.71777 9.05971" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.0328 4.94043L1.63281 4.94043" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="footer-top__item">
<span class="footer-top__item__title">
Voir nos dernières réalisations ?
</span>
<a href="{{ path('reference') }}" class="regular btn transparent">
<span>
Voir nos dernières réalisations
<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.71777 0.821289L10.0331 4.9405L5.71777 9.05971" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.0328 4.94043L1.63281 4.94043" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="footer-bottom bg-secondary-light">
<div class="container">
<div class="row">
<div class="col-12 col-lg-4">
<div class="footer-bottom__left">
<h2 class="title d-block d-lg-none">
Montrons aux entreprises le vrai rôle de l’
<span class="text-green text-underline">
Expert-comptable
<svg width="242" height="12" viewBox="0 0 242 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.5 9.44043C109.5 -0.0595703 142.994 4.01364 239.5 2.44043" stroke="#7CD325" stroke-width="4" stroke-linecap="round"/>
</svg>
</span>
<span class="shape rocket">
<picture>
<source srcset="{{ asset('assets/images/agexv4/shapes/rocket.webp') }}" type="image/webp">
<img src="{{ asset('assets/images/agexv4/shapes/rocket.png') }}" alt="Fusée">
</picture>
</span>
<p>Depuis 2008, l’agence des Experts-comptables accompagne et conseille les Experts-comptables dans une communication à 360° de leur cabinet.</p>
</h2>
<h2 class="title">
Tous les mois, nous allons à la rencontre de
<span class="text-orange text-underline">
nos clients
<svg width="143" height="9" viewBox="0 0 143 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.62012 6.44043C102.5 2.44043 49.3205 4.01364 140.379 2.44043" stroke="#FC6F1F" stroke-width="4" stroke-linecap="round"/>
</svg>
</span>
!
</h2>
<a href="{{ path('tour-de-france') }}" class="btn regular secondary">
<span>
Découvrez notre Tour de France
<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.88477 2.32129L10.2001 6.4405L5.88477 10.5597" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.1998 6.44043L1.7998 6.44043" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</a>
<picture>
<source srcset="{{ asset('assets/images/agexv4/footer/footer_tour_de_france.webp') }}" type="image/webp">
<img src="{{ asset('assets/images/agexv4/footer/footer_tour_de_france.png') }}" alt="illustration tour de France">
</picture>
</div>
</div>
<div class="col-12 col-lg-8">
<div class="footer-bottom__right">
<div class="title">
<h2 class="title d-none d-lg-block">
Montrons aux entreprises le vrai rôle de l’
<span class="text-green text-underline">
Expert-comptable
<svg width="242" height="12" viewBox="0 0 242 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.5 9.44043C109.5 -0.0595703 142.994 4.01364 239.5 2.44043" stroke="#7CD325" stroke-width="4" stroke-linecap="round"/>
</svg>
</span>
<span class="shape rocket">
<picture>
<source srcset="{{ asset('assets/images/agexv4/shapes/rocket.webp') }}" type="image/webp">
<img src="{{ asset('assets/images/agexv4/shapes/rocket.png') }}" alt="Fusée">
</picture>
</span>
<p>Depuis 2008, l’agence des Experts-comptables accompagne et conseille les Experts-comptables dans une communication à 360° de leur cabinet.</p>
</h2>
<div class="row">
<div class="col-12 col-lg-4">
<div class="footer-bottom__right__item">
<h3>Je créé mon cab’</h3>
<ul class="footer-bottom__right__item__list">
<li><a href="{{ path('nom_commercial') }}">Nom commercial</a></li>
<li><a href="{{ path('identite-visuelle') }}">Identité visuelle</a></li>
<li><a href="{{ path('site-internet') }}">Site Internet</a></li>
<li><a href="{{ path('profil_linkedin') }}">Optimisation LinkedIn</a></li>
</ul>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="footer-bottom__right__item">
<h3>Je développe mon cab’</h3>
<ul class="footer-bottom__right__item__list">
<li><a href="{{ path('visibilite') }}">Référencement Google</a></li>
<li><a href="{{ path('linkedin-non-client') }}">Animation LinkedIn</a></li>
<li><a href="{{ path('fiche_gmb') }}">Animation GMB</a></li>
<li><a href="{{ path('commerciale') }}">Stratégie commerciale</a></li>
</ul>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="footer-bottom__right__item">
<h3>Je booste mon site</h3>
<ul class="footer-bottom__right__item__list">
<li><a href="{{ path('appel-ton-ec') }}">Appelle ton Expert-comptable</a></li>
<li><a href="{{ path('newsletter-actu') }}">L’actualité du mois</a></li>
<li><a href="{{ path('simulateur') }}">Simulateur</a></li>
<li><a href="{{ path('pal-offre') }}">Place à l'Expert</a></li>
</ul>
</div>
</div>
</div>
<div class="container-img">
<a href="https://www.linkedin.com/in/rudy-brovelli/" target="_blank">
<picture>
<source srcset="{{ asset('assets/images/agexv4/footer/linkedin.webp') }}" type="image/webp">
<img src="{{ asset('assets/images/agexv4/footer/linkedin.png') }}" alt="linkedin">
</picture>
</a>
<a href="https://www.google.com/search?sca_esv=b96c0f9f157b9df3&sxsrf=AE3TifNoArI2dGUNarrA9n-cZqrm6TLuKw:1748530212263&si=AMgyJEuzsz2NflaaWzrzdpjxXXRaJ2hfdMsbe_mSWso6src8s8wsh6U0VJxNw7GfBnqYToR9VUyDJOPmhqnTK9ZFZy6eQNdJJLuvADfinJgJkSc013etEjT5xkzxfYbHiTd3unbXWXgnhnpnnGGFYhxrlefaxO97BA%3D%3D&q=L%27agence+des+Experts-comptables+Avis&sa=X&ved=2ahUKEwi-_rjR9siNAxVAUqQEHVjJCQAQ0bkNegQIKRAE&biw=1511&bih=1286&dpr=1" target="_blank">
<picture>
<source srcset="{{ asset('assets/images/agexv4/footer/gmb.webp') }}" type="image/webp">
<img src="{{ asset('assets/images/agexv4/footer/gmb.png') }}" alt="linkedin">
</picture>
</a>
</div>
<div class="copyright">
<p>© Copyright {{ "now"|date("Y") }} - lagence.expert</p>
<div class="legal-pages">
<a href="{{ path('mentionsLegales') }}">Mentions légales</a>
<a href="{{ path('politiqueConfidentialite') }}">Politique de confidentialité</a>
<a href="https://clients.lagence.expert">Accès client</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- /.page-wrapper -->
<div class="mobile-nav__wrapper">
<div class="mobile-nav__overlay mobile-nav__toggler"></div>
<!-- /.mobile-nav__overlay -->
<div class="mobile-nav__content">
<span class="mobile-nav__close mobile-nav__toggler">
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.958374 1L25 25.0416" stroke="#FC6F1F" stroke-width="2"/>
<path d="M0.958374 25L25 0.95837" stroke="#FC6F1F" stroke-width="2"/>
</svg>
</span>
<div class="logo-box">
<a href="{{ path('home') }}" aria-label="logo image"><img
src="{{ asset('/assets/images/logo-lagence.png') }}"
srcset="{{ asset('/assets/images/logo-lagence.webp') }}" alt="logo-lagence.expert"/></a>
</div>
<!-- /.logo-box -->
<div class="mobile-nav__container"></div>
<!-- /.mobile-nav__container -->
<ul class="mobile-nav__contact list-unstyled">
<li>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.13427 19H11.3659C12.0667 19 12.6181 18.4187 12.4785 17.732C12.093 15.836 10.8339 12.4828 6.75012 12.4828C2.66636 12.4828 1.40728 15.836 1.02176 17.732C0.882116 18.4187 1.43351 19 2.13427 19Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.5088 12.4828C17.0894 12.4828 18.1463 15.1491 18.5729 17.0709C18.8033 18.1087 17.9639 19 16.9008 19H15.7502" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6.7501 7.82759C8.63548 7.82759 10.1639 6.29918 10.1639 4.41379C10.1639 2.52841 8.63548 1 6.7501 1C4.86471 1 3.3363 2.52841 3.3363 4.41379C3.3363 6.29918 4.86471 7.82759 6.7501 7.82759Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.2675 7.82759C15.1529 7.82759 16.3709 6.29917 16.3709 4.41379C16.3709 2.52841 15.1529 1 13.2675 1" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<a href="{{ path('agence') }}"> Agence</a>
</li>
<li>
<svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.6552 8.82759C15.6552 13.5172 8.32759 18.5 8.32759 18.5C8.32759 18.5 1 13.5172 1 8.82759C1 4.72414 4.44255 1.5 8.32759 1.5C12.2126 1.5 15.6552 4.72414 15.6552 8.82759Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.32763 11.4655C9.78452 11.4655 10.9656 10.2845 10.9656 8.82757C10.9656 7.37068 9.78452 6.18964 8.32763 6.18964C6.87074 6.18964 5.6897 7.37068 5.6897 8.82757C5.6897 10.2845 6.87074 11.4655 8.32763 11.4655Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<a href="{{ path('tour-de-france') }}"> Tour de France</a>
</li>
<li>
<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 3.84483C1 2.54981 2.04981 1.5 3.34483 1.5H15.6552C16.9502 1.5 18 2.54981 18 3.84483V12.6379C18 13.933 16.9502 14.9828 15.6552 14.9828H3.34483C2.04981 14.9828 1 13.933 1 12.6379V3.84483Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.3106 18.5L9.50029 16.1552L5.68994 18.5" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<a href="{{ path('place_expert_comptable') }}"> Place à l’Expert-comptable</a>
</li>
{% if webinairePromote is defined %}
{% if webinairePromote %}
<li>
<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.3158 14.8947V10.1579C19.3158 5.10013 15.2157 1 10.1579 1C5.10014 1 1 5.10013 1 10.1579V14.8947" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1 14.2C1 12.3163 2.52694 10.7894 4.41053 10.7894C5.66624 10.7894 6.68421 11.8074 6.68421 13.0631V16.7263C6.68421 17.982 5.66624 19 4.41053 19C2.52694 19 1 17.473 1 15.5894V14.2Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.6316 13.0631C13.6316 11.8074 14.6496 10.7894 15.9053 10.7894C17.7889 10.7894 19.3158 12.3163 19.3158 14.2V15.5894C19.3158 17.473 17.7889 19 15.9053 19C14.6496 19 13.6316 17.982 13.6316 16.7263V13.0631Z" stroke="#FC6F1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<a href="/webinaire/{{ webinairePromote.id }}"> Webinaire</a>
</li>
{% endif %}
{% endif %}
</ul>
<div class="btn-box btn-header-box mb-5 m-4">
<div class="notification-btn-container">
<a href="{{ path('contact') }}" class="btn secondary regular notification-btn d-flex align-items-center justify-content-center gap-3">
<span>Audit OFFERT</span><svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.88452 1.88074L10.1999 5.99995L5.88452 10.1192" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.1999 6L1.79993 6" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
<span class="notificationAudit">1</span>
</div>
</div>
<div class="text">
<a href="https://www.google.com/search?q=lagence+expert+avis+&client=firefox-b-d&biw=1920&bih=919&sxsrf=AJOqlzV-BdfEW7fMTkGh2zMWa3pFOebmfQ%3A1674488045810&ei=7ajOY4qWMe-kkdUPjpibiAg&ved=0ahUKEwjKwJqJgt78AhVvUqQEHQ7MBoEQ4dUDCA4&uact=5&oq=lagence+expert+avis+&gs_lcp=Cgxnd3Mtd2l6LXNlcnAQAzIHCCEQoAEQCjIHCCEQoAEQCjIHCCEQoAEQCjIHCCEQoAEQCjoKCAAQRxDWBBCwAzoHCCMQsAIQJzoJCAAQHhANEPEEOgYIABAWEB46BQgAEKIESgQIQRgASgQIRhgAUPoDWPALYNoNaAFwAXgAgAFfiAHSA5IBATaYAQCgAQHIAQLAAQE&sclient=gws-wiz-serp#lrd=0x12b1359a0256a341:0x967275d393326d22,1,,,,"
target="_blank" class="avisHeader">
<img class="logo-google-responsive"
src="{{ asset('/assets/images/lagence-site-avis-google-vf1.webp') }}" style="max-height: 65px;"
alt="avis-client">
</a>
</div>
<!-- /.mobile-nav__top -->
</div>
<!-- /.mobile-nav__content -->
</div>
<!-- /.mobile-nav__wrapper -->
<div class="search-popup">
<div class="search-popup__overlay search-toggler"></div>
<!-- /.search-popup__overlay -->
<div class="search-popup__content">
<form action="#">
<label for="search" class="sr-only">search here</label>
<!-- /.sr-only -->
<input type="text" id="search" placeholder="Search Here..."/>
<button type="submit" aria-label="search submit" class="thm-btn2">
<i class="fa fa-search" aria-hidden="true"></i>
</button>
</form>
</div>
<!-- /.search-popup__content -->
</div>
<!-- /.search-popup -->
<a href="#" data-target="html" class="scroll-to-target scroll-to-top">
<i class="fa fa-angle-up"></i>
</a>
</body>
{{ encore_entry_script_tags('app') }}
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/ui@4.0/dist/fancybox.umd.js"></script>
<script src="{{ asset('/assets/vendors/jquery/jquery-3.5.1.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/bootstrap/js/bootstrap.bundle.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/jarallax/jarallax.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/jquery-ajaxchimp/jquery.ajaxchimp.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/jquery-appear/jquery.appear.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/jquery-magnific-popup/jquery.magnific-popup.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/jquery-validate/jquery.validate.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/nouislider/nouislider.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/odometer/odometer.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/swiper/swiper.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/tiny-slider/tiny-slider.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/wnumb/wNumb.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/wow/wow.js') }}"></script>
<script src="{{ asset('/assets/vendors/isotope/isotope.js') }}"></script>
<script src="{{ asset('/assets/vendors/countdown/countdown.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/owl-carousel/owl.carousel.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/twentytwenty/twentytwenty.js') }}"></script>
<script src="{{ asset('/assets/vendors/twentytwenty/jquery.event.move.js') }}"></script>
<script src="{{ asset('/assets/vendors/parallax/parallax.min.js') }}"></script>
<script src="{{ asset('/assets/vendors/tilt.js/tilt.jquery.js') }}"></script>
{# <script src="http://maps.google.com/maps/api/js?key=AIzaSyATY4Rxc8jNvDpsK8ZetC7JyN4PFVYGCGM"></script><!-- template js --> #}
<script src="{{ asset('/assets/js/swiper-bundle.js') }}"></script>
<script src="{{ asset('/assets/js/swiper-bundle.min.js') }}"></script>
<script src="{{ asset('/assets/js/sabi.js') }}"></script>
<script src="{{ asset('/assets/js/custom.js') }}"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/fa.js"></script>
<script src="assets/js/appelTonEC.js"></script>
<script src="assets/js/avis.js"></script>
{{ encore_entry_script_tags('ghostInputs') }}
<script>
function disableMegaMenusAtTop() {
// Cibler votre menu principal
const mainMenu = document.querySelector('.stricky-header');
if (!mainMenu) {
console.warn('Menu principal non trouvé');
return;
}
let isScrolling = false;
function updateMenuState() {
const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
if (scrollTop <= 0) {
// En haut de page - désactiver les mega menus
mainMenu.classList.add('menu-disabled-at-top');
} else {
// Pas en haut - activer les mega menus
mainMenu.classList.remove('menu-disabled-at-top');
}
isScrolling = false;
}
function handleScroll() {
if (!isScrolling) {
window.requestAnimationFrame(updateMenuState);
isScrolling = true;
}
}
// Initialisation
updateMenuState();
// Écouter les événements
window.addEventListener('scroll', handleScroll, { passive: true });
window.addEventListener('resize', updateMenuState);
console.log('✅ Mega menus désactivés en haut de page');
}
// Démarrer le script
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', disableMegaMenusAtTop);
} else {
disableMegaMenusAtTop();
}
</script>
<script
src="https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/dotlottie-wc.js"
type="module"
></script>
{% block js %}{% endblock %}
</html>