/* 
.swiper-container {
    width: 100%;
    height: 100%; 
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%; 
    height: auto; 

}
.x-vids{
    width: 100%;
    height: auto;
    object-fit: cover;      
  } */




  
  .swiper-slide {
    position: relative;
    width: 50%;
    height: 50vh; /* Ajustez la hauteur selon vos besoins */
    background-position: center;
  }

  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  @media screen and (max-width: 1200px) {
    .swiper-slide {
      height: 80vh;
    }
  }

  @media screen and (max-width: 992px) {
    .swiper-slide {
      height: 70vh;
    }
  }

  @media screen and (max-width: 768px) {
    .swiper-slide {
      height: 60vh;
    }
  }

  @media screen and (max-width: 576px) {
    .swiper-slide {
      height: 50vh;
    }
  }

  .google-translate {
    display: inline-block;
    cursor: pointer;
  }

    /* Custom Google Translate Widget CSS */
    .goog-te-banner-frame.skiptranslate {
        display: none !important;
      }
      .goog-te-gadget img{
        display:none !important;
    }
    body > .skiptranslate {
        display: none;
    }
    body {
        top: 0px !important;
    }
  
    .lazyload {
      opacity: 0;
      transition: opacity 0.3s;
    }
    
    .lazyload.lazyloaded {
      opacity: 1;
    }
    