.header-top #GTranslateDesktop #GTranslate .left-topbar:first-child {
    position: relative;
    /* Nécessaire pour positionner le pseudo-élément */
}

.header-top #GTranslateDesktop #GTranslate .left-topbar:first-child::before {
    content: "";
    position: absolute;
    left: -6px;
    /* Ajuste la position à gauche de l'icône */
    top: 50%;
    width: 2px;
    /* Épaisseur de la bordure */
    height: 50%;
    /* Plus petit que l'icône */
    background-color: white !important;
    transform: translateY(-50%);
}

.illustration-ads.ad-details-v1 {
    background: #0000004a;
}

.container.header-middle {
  max-width: 1200px !important;
  margin-top: 5px;
}

strong {
    color: black;
}

.header-top {
  display: none;
}

.swiper-clients .swiper-wrapper {
  justify-content: center !important;
}