.slide-2 {
  width: 33% !important;
  height: auto !important;
  margin-right: 1.5rem !important;
  position: static !important;
}
.contact_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.w-form-done-lk {
  display: none;
  padding: 20px;
  text-align: center;
}
.w-form-fail-lk {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #0000;
}
.footer_input:hover,
.footer_input:focus {
  background-color: #ffffff !important;
}
.slider-blogs_card-image {
  overflow: hidden !important;
  padding-top: 56.25% !important;
}
.slider-blogs_card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-wrap {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
}
.faq-question {
  align-items: flex-start !important;
  height: auto !important;
  font-size: 18px !important;
  flex-wrap: wrap !important;
}
.faq-plus-wrap {
  margin-right: 15px !important;
}
.faq-q-text {
  flex: 1 !important;
}
.faq-answer p {
  color: #ffffff !important;
}
.carousel-container1103 {
  display: flex;
  padding: 15px 0 !important;
  position: relative;
}
.logo-container1103 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-width: max-content;
}
.logo-image1103 {
  height: 100px;
  margin: 0 8px;
  flex-shrink: 0;
}
.text-lg-copy {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
.text-lg-copy.text-color-secondary {
  margin-bottom: 0;
}
.text-5xl.is-product-price {
  color: var(--bg-color--bg-alternate);
  font-weight: 500;
  position: relative;
  z-index: 5;
  margin-top: -1rem;
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #fb4d18;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.8;
  z-index: 1000;
}
.scroll-to-top svg {
  width: 24px;
  height: 24px;
}
.lk_widget_content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.lk_widget_content > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}
.lk_widget_card {
  flex: 0 0 calc(33.33% - 1.5rem);
  display: flex;
  border-radius: 8px;
}
.lk_widget_content-wrapper {
  background-color: var(--brand--primary);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  border: 1px solid #ffffff80;
  border-radius: 15px;
  padding: 1.5rem;
  width: 100%; /* Assurez-vous que cela prend toute la largeur disponible */
}
.lk_widget_card .lk_widget_content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 1520px) {
  .slide-2 {
    width: 50% !important;
  }
}
@media screen and (max-width: 1230px) {
  .nav_wrap {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1160px) {
  .slide-2 {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .lk_widget_card {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media screen and (max-width: 767px) {
  .team_grid {
    grid-column-gap: 1rem !important;
    grid-row-gap: 1rem !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
  .contact_grid {
    grid-template-columns: 1fr !important;
  }
  .w-embed,
  .w-script {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .w-embed:before,
  .w-embed:after {
    display: none;
  }
  .overview_visual-one,
  .overview_visual-two {
    width: 100% !important;
  }
  .lk_widget_card {
    flex: 0 0 100%;
  }
}
@media (max-width: 594px) {
  .logo-image1103 {
    margin: 0 4px;
  }
}
@media screen and (max-width: 479px) {
  .overview_card-visual-wrap {
    grid-template-columns: 1fr !important;
  }
  .overview_visual-one,
  .overview_visual-two,
  .overview_visual-three-wrap,
  .overview_visual-four-wrap {
    width: 100% !important;
  }
  .team_grid {
    width: 100% !important;
  }
  .text-6xl-copy {
    font-size: 1.5rem !important;
  }
}
