body {
  background: url(/images/price/fond-prix-sitev2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow-x: hidden;
}

p, h3 {
  font-family: nulshock;
}


.offres {
  display: none;
}

.price {
  margin-top: 3rem;
}

.title-wrapper {
  margin-top: 6rem;
  margin-inline: 2rem;
}

.price-title {
  text-shadow: 0px 4px 4px rgb(0, 0, 0, 25%);
  max-width: 40rem;
}

.img-wrapper {
  position: relative;
}

.vague {
  position: absolute;
  width: 100vw;
  transform: translate(-50%,-50%);
  transform-origin: center;
  left: 50%;
  top: 50%;
  z-index: -1;
}

@media (min-width:768px) {
  .title-wrapper {
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .man {
    max-width: 400px;
  }

}

@media (min-width:992px) {
  .navbar-logo {
    left: 100px;
  }

  .man {
    max-width: 550px;
  }

  .offres {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 6rem;
  }
}

@media (min-width:1200px) {

  h3 {
    font-size: 3.25rem;
  }

  .title-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 5rem;
    align-items: center;
    justify-content: center;
    margin-inline: 8rem;
  }

  .price-title {
    max-width: 46rem;
    font-size: 3.5rem;
    position: relative;
    top: -70px;

  }

  .img-wrapper {
    position: static;
  }

  .man {
    max-width: 660px;
  }
}

@media (min-width: 1400px) {
  .man {
      max-width: 800px;
  }
}