.elementor-kit-8{--e-global-color-primary:#222222;--e-global-color-secondary:#FFC527;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{text-decoration:underline;}.elementor-kit-8 h3{font-family:"Outfit", Sans-serif;font-size:20px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:1.3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Style du bouton fixe en bas */
.bouton-appel-mobile {
  position: fixed !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 999 !important;
  display: none; /* Caché par défaut */
}

/* Script pour afficher le bouton au scroll */
</style>
<script>
document.addEventListener('DOMContentLoaded', function() {
  // Vérifier si on est sur mobile
  if (window.innerWidth < 768) {
    // Trouver le bouton
    var bouton = document.querySelector('.bouton-appel-mobile');
    if (bouton) {
      // Afficher au premier scroll
      window.addEventListener('scroll', function() {
        bouton.style.display = 'block';
      }, {once: true});
    }
  }
});
</script>
<style>
/* Cette ligne vide est nécessaire pour que le code fonctionne *//* End custom CSS */