.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.customers {
  padding: 155px 140px 140px 140px;
}
.customers .sous_titre {
  margin-bottom: 5px;
}
.customers .customers-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
.customers .customers-container .item {
  height: 80px;
  margin: 0 20px 65px 20px;
}
.customers .customers-container .item img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .customers {
    padding: 100px;
  }
  .customers .customers-container .item {
    height: 50px;
    margin: 0 20px 40px 20px;
  }
}
@media (max-width: 991.98px) {
  .customers {
    padding: 50px;
  }
  .customers .customers-container {
    margin-top: 45px;
  }
  .customers .customers-container .item {
    height: 35px;
    margin: 0 20px 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .customers .customers-container .item {
    height: 30px;
    margin: 0 15px 20px 15px;
  }
}
@media (max-width: 576px) {
  .customers {
    padding: 50px 10px;
  }
  .customers .customers-container {
    justify-content: center;
    margin-top: 35px;
  }
  .customers .customers-container .item {
    margin: 0 10px 20px 10px;
  }
}
