.section-separateur::before {
  content: '';
  display: block;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/yatatheme/img/separateur.svg);
  background-position: center bottom;
}
@media (max-width: 1400px) {
  .section-separateur:before {
    height: 255px;
  }
}
@media (max-width: 1199px) {
  .section-separateur:before {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .section-separateur:before {
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .section-separateur:before {
    height: 140px;
  }
}
@media (max-width: 500px) {
  .section-separateur:before {
    height: 90px;
  }
}
