.elementor-77 .elementor-element.elementor-element-5f02ae9{--display:flex;--min-height:645px;--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;--justify-content:center;--overlay-opacity:0.5;}.elementor-77 .elementor-element.elementor-element-5f02ae9:not(.elementor-motion-effects-element-type-background), .elementor-77 .elementor-element.elementor-element-5f02ae9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;background-image:url("https://pureos.fr/wp-content/uploads/2025/06/mortem-2.png");}.elementor-77 .elementor-element.elementor-element-5f02ae9::before, .elementor-77 .elementor-element.elementor-element-5f02ae9 > .elementor-background-video-container::before, .elementor-77 .elementor-element.elementor-element-5f02ae9 > .e-con-inner > .elementor-background-video-container::before, .elementor-77 .elementor-element.elementor-element-5f02ae9 > .elementor-background-slideshow::before, .elementor-77 .elementor-element.elementor-element-5f02ae9 > .e-con-inner > .elementor-background-slideshow::before, .elementor-77 .elementor-element.elementor-element-5f02ae9 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#020202;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-77 .elementor-element.elementor-element-19a0a38{width:100%;max-width:100%;text-align:center;}.elementor-77 .elementor-element.elementor-element-19a0a38 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:82px;font-weight:500;text-transform:uppercase;color:#FFFFFF;}.elementor-77 .elementor-element.elementor-element-1e10595{--display:flex;}.elementor-77 .elementor-element.elementor-element-7235093{--display:flex;}.elementor-77 .elementor-element.elementor-element-dc63696{--display:flex;}body.elementor-page-77:not(.elementor-motion-effects-element-type-background), body.elementor-page-77 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F7F6;}@media(max-width:767px){.elementor-77 .elementor-element.elementor-element-19a0a38 .elementor-heading-title{font-size:56px;}}/* Start custom CSS for html, class: .elementor-element-4015608 *//* 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 */