.elementor-7998 .elementor-element.elementor-element-067dcc7{--display:flex;}body.elementor-page-7998:not(.elementor-motion-effects-element-type-background), body.elementor-page-7998 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F7F6;}/* Start custom CSS for html, class: .elementor-element-5a18213 *//* Bouton appel */
#bouton-appel-flottant {
  position: fixed;
  bottom: 90px; /* au-dessus du bouton devis */
  right: 20px;
  background-color: #0073e6;
  color: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: transform 0.2s, background-color 0.3s;
}

/* Bouton devis */
#bouton-devis-flottant {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0073e6;
  color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: transform 0.2s, background-color 0.3s;
}

/* Hover */
#bouton-appel-flottant:hover,
#bouton-devis-flottant:hover {
  transform: translateY(-3px);
}/* End custom CSS */