.is-style-separator3 {
  margin-top: 200px;
  height: 104px;
  width: 100% !important;
  border: 0 !important;
  margin: 30px 0;
}
.is-style-separator3:before {
  content: "";
  background-image: url(img/fond-before-villa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  width: 756px;
  max-width: 100%;
  height: 145px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}