.elementor-2225 .elementor-element.elementor-element-d5728c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c7929bd *//* --- STYLE CORRIGÉ ET FINAL POUR LES BULLES DES COMMUNES --- */
.communes-list-pro { 
    text-align: left; 
    list-style: none; 
    padding: 0; 
    margin: 30px auto 0 auto; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 900px;
  }
  
  .communes-list-pro li {
    background-color: #F7F8FA;
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    transition: all 0.3s ease;
    display: inline-block;
  }
  
  .communes-list-pro li:hover {
    background-color: #F97316; /* Le fond de la bulle devient orange */
    border-color: #F97316;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
  }

  .communes-list-pro li a {
    color: #1D1D1F; /* Texte noir/gris foncé par défaut */
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    display: block; /* Important pour que le lien remplisse toute la bulle */
    transition: color 0.3s ease;
  }

  .communes-list-pro li:hover a {
    color: #FFFFFF; /* Le texte devient blanc au survol de la bulle */
  }
  
  
  .hero-depannage {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-2444 */.site-footer-final {
  font-family: 'Poppins', sans-serif !important;
  background-color: #1D1D1F !important;
  color: #A9A9A9 !important;
  width: 100% !important; /* <--- CETTE LIGNE EST LE PROBLÈME */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d5728c9 */.hero-depannage {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}/* End custom CSS */