.elementor-12 .elementor-element.elementor-element-a258781{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:0px;}.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-12 .elementor-element.elementor-element-5726661{z-index:9;}.elementor-12 .elementor-element.elementor-element-5726661 .elementor-heading-title{font-family:"Ubuntu", Sans-serif;font-size:75px;font-weight:800;color:#000000;}.elementor-12 .elementor-element.elementor-element-49cf778{width:var( --container-widget-width, 60% );max-width:60%;--container-widget-width:60%;--container-widget-flex-grow:0;z-index:9;}.elementor-12 .elementor-element.elementor-element-49cf778 .elementor-heading-title{font-family:"Ubuntu", Sans-serif;font-weight:300;line-height:28px;color:#000000;}/* Start custom CSS for container, class: .elementor-element-a258781 */.elementor-12 .elementor-element.elementor-element-a258781 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.elementor-12 .elementor-element.elementor-element-a258781::before,
.elementor-12 .elementor-element.elementor-element-a258781::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat;
  transition: opacity 3s ease-in-out;
}

.elementor-12 .elementor-element.elementor-element-a258781::before {
  background-image: url('https://www.preprod-btc.izylifydev.fr/wp-content/uploads/2025/04/Accueil-izylify-conception-web-new-final-3.png');
  opacity: 1;
  z-index: 1;
}

.elementor-12 .elementor-element.elementor-element-a258781::after {
  background-image: url('https://www.preprod-btc.izylifydev.fr/wp-content/uploads/2025/04/Accueil-izylify-conception-web-new-final-4.png');
  opacity: 0;
  z-index: 2;
  animation: crossfade 6s infinite;
}

@keyframes crossfade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}/* End custom CSS */