.separateur {
    display: flex;
    justify-content: center;
    border: none;
    transform: rotateX(180deg);
}
.separateur::after {
    content: "";
    background: url(../../assets/img/blocs/separator.png) no-repeat;
    background-size: contain;
    height: 30px;
    width: 500px;
  }