.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%);
}

.logo-footer img {
  height: auto;
  width: 240px;
  border-radius: 10px;
}

.text-white.BFW-silver-actu-V02-2 .bloc-title,
.text-white.BFW-silver-actu-V02-2 .content,
.text-white.BFW-silver-actu-V02-2 .news-v2 .inner-team .title-actu{
  color: white;
}
.text-white.BFW-silver-actu-V02-2 .bloc-title-container .line{
  background-color: white;
}
.text-white.BFW-silver-actu-V02-2 .all-actus{
  color: var(--main-color);
  background: white;
}
.text-white.BFW-silver-actu-V02-2 .all-actus:hover{
  color: white;
  background: var(--main-hover);
}

.dateACTU{
  background: black !important;
  border-color: black !important;
}

.dateACTU:hover{
  background: #a09373 !important;
  border-color: #a09373 !important;
}

html body main#content div.content-space-t-2 div#formulaireV02.dark-filter.FormContactV02 div.sectionDePage div.container{
  background:#0000006e;
}