/*Class*/
.title {
  text-align: center;
}

/*VP + header*/
header {
  flex-direction: row-reverse;
  height: 5rem;
}
.vp-logo a {
  font-size: 1.5rem;
  font-weight: 400;
}
.vp-logo a:hover {
  text-decoration: none;
  color: #ececec;
}
.vp {
  margin-top: 5rem;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #eeeeee;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18185f;
}
.form-inline .form-control {
  display: inline-block;
  width: 100%;
  min-width: 180px;
  vertical-align: middle;
  margin: 0.5rem 1rem 1rem 1rem;
}

header ul li {
  margin-top: 0.1rem;
  padding: 0.1rem;
  border-bottom: 1px #ddd dotted;
}
.bg-light {
  width: 30%;
}

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

.vp-content h1 {
  font-size: 2rem;
}
.vp-content p {
  font-size: 1.5rem;
  letter-spacing: 0px;
  font-weight: 400;
}
.container {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
/*Offers*/
.offer {
  padding: 5rem 0.5rem 5rem 0.5rem;
  text-align: center;
}
.offer-list {
  flex-direction: column;
}
.offer-elem-all {
  margin: 1rem;
  width: 100%;
}
/*Who*/
.who {
  flex-direction: column;
} 
.who-content-img {
  min-height: 50vh;
}
.who-content-text {
  padding: 4rem 2rem;
}

/*Testimonials*/
.testimonials-elem {
  flex-direction: column;
}

 .testimonials-elem-reverse {
  flex-direction: column-reverse;
} 
.testimonials-elem-profil p {
  text-align: center;
}
.testimonials-elem-profil img {
  display: block;
  margin: auto;
}

/*Photo detail*/

.container-photos {
  display: flex;
  flex-direction: column;
}
.container-photos p {
  width: 100%;
  padding: 0 1rem;
}
.container-photos img {
  width: 115% !important;
  margin: 1rem;
  border-radius: 5px;
 
}
.container-photos a.disabled {
	pointer-events: none;
	cursor: default;
}
/*Contact*/
.contact {
  padding: 5rem 1rem;
}
.contact-form button {
  margin: 1rem auto 0 auto;
}

footer {
  flex-flow: column;
}
footer img {
  border-radius: 5px;
  margin: 1rem 1rem 0 1rem;
  width: 70%;
}
