/* GENERIC */

.title {
  text-align: center;
}

/* VP + HEADER */

header {
  flex-direction: column;
}

header ul {
  flex-direction: column;
  text-align: center;
}

header ul li {
  margin-top: 1.5rem;
  padding: 0.5rem;
  border-bottom: 1px dotted #dddddd;
}

.vp-content h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.vp-container p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2rem;
}

/* OFFER */

.offer {
  padding: 5rem 1rem;
  text-align: center;
}

.offer-list {
  flex-direction: column;
}

/* WHO */

.who {
  flex-direction: column-reverse;
}

.who-content-img {
  min-height: 300px;
}

.who-content-text {
  padding: 1.5rem;
}

/* TESTIMONIALS */

.testimonials-elem {
  flex-direction: column;
}

.testimonials-elem-reverse {
  flex-direction: column-reverse;
}

.testimonial-elem-profil-text {
  text-align: center;
}

.testimonial-elem-profil img {
  display: block;
  margin: 2rem auto;
}

/* CONTACT */

.contact {
  padding: 5rem 1rem 5rem 1rem;
}

.contact-form button {
  margin: 3rem auto 0 auto;
}
