.nos-clients-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 48px 0;
  /* background-color: #FAFAFA; */
  background-color: #f8f8f8;

}

.nos-clients-surtitre {
  font-size: 0.8rem;
  font-weight: 400;
  padding-bottom: 16px;
  color: black;
  margin: 0;
  position: relative;
  width: fit-content;
  padding: 0 24px 16px 24px;
}

.nos-clients-surtitre::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  bottom: 0;
  left: calc(50% - 25px);
  height: 2px;
  background-color: var(--main-red);
}

.nos-clients-titre {
  font-size: 28px;
  padding: 0 24px;
  margin-bottom: 18px;
}

.nos-clients-pagination {
  bottom: 0;
  top: unset !important;
  opacity: 1 !important;
}

.swiper-scrollbar-drag {
  background: var(--main-red);
  /* border-radius: 10px; */
}

#swiper-nav-container-clients {
  display: none
}

.nos-clients-liste-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nos-clients-liste-item img {
  border-radius: 100%;
  padding: 16px;
  background-color: white;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.nos-clients-swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 0 0 32px 0;
}

@media screen and (min-width: 1200px) {
  .nos-clients-liste-item img {
    width: 106px;
    height: 106px;
  }

  #swiper-nav-container-clients {
    display: flex;
    width: 98%;
    position: absolute;
    left: 12px;
    top: 20%
  }
}




@media screen and (min-width: 1600px) {
  .nos-clients-titre {
    font-size: 2.2rem;
  }

  .nos-clients-liste-item img {
    width: 126px;
    height: 126px;
  }
}