* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat";
  background: #eee;
  color: #333;
}

p {
  margin-bottom: 0.8rem;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 1rem;
}

a {
  color: #333;
  text-decoration: none;
}

.vp-logo a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
strong {
  color: #fd6602;
  font-weight: 700;
}
em {
  color: #555;
}
/*Class*/
.container {
  margin: auto;
  max-width: 1200px;
  display: block;
}

.margeTop {
  margin-top: 7rem;
}
.title {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.bold {
  font-weight: 700;
}
.bg-dark {
  background: #00004f !important;
  color: white;
}
/*VP + header*/

.vp-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
header {
  padding: 1rem 2rem;
  background: #00004f;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: fixed;
  width: 100vw;
  opacity: 0.9;
  height: 5rem;
  box-shadow: 0px 10px 10px 0px rgba(20, 20, 21, 0.4);
}

header ul {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
}

header ul li {
  padding: 1rem;
}
header ul li a:hover {
  color: #fd6602;
}
header a {
  color: #fd6602;
}
.vp-logo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  /* font-family: "Liu Jian Mao Cao"; */
}
/*Panier*/
.vp-sold {
  display: flex;
  flex-flow: row nowrap;

  align-items: center;
  margin-bottom: 0;
}
.vp-sold i {
  color: #00004f;
  font-size: 3rem;
  margin-left: 2rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}
.vp-sold a {
  font-size: 1rem;
  font-weight: 700;
}

.vp-logo i {
  color: #fd6602;
  font-size: 1.5rem;
  margin-right: 0.8rem;
  line-height: 1.8rem;
}
.vp-logo a {
  font-size: 3rem;
  font-weight: 700;
}
.vp {
  background: purple;
  flex: auto;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/frame.jpg) center center/cover;
}
.vp-content {
  max-width: 800px;
  text-align: center;
  color: white;
  padding: 4rem 1rem;
}
.vp-content h1 {
  font-size: 3.2rem;
  font-weight: 700;
}
.vp-content p {
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

header form {
  display: flex;
  flex-direction: row;
  width: 100%;
}
header form input {
  background: rgb(245, 245, 245);
  border: 0;
  border-bottom: 1px solid #555;
  border-radius: 5px;
  padding: 1rem;
  margin-top: 0.6rem;
  font-size: 1rem;
  color: #555;
  outline: 0;
  margin-bottom: 0rem;
  height: 25px;
  width: 148px;
}
header form button {
  margin: 0rem 0 0 1rem;
  padding: 1rem 1rem;
  border: 0;
  background: #fd6602;
  border-radius: 30px;
  font-weight: 700;
  color: white;
  font-size: 1.3rem;
  line-height: 1.3rem;
  cursor: pointer;
}
form button:hover {
  background: #fff;
  color: #fd6602;
  border-color: #fd6602;
}

/*Offers*/
.offer {
  padding: 7rem 1rem 7rem 1rem;
}

.offer-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.offer-list-all {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.offer-elem {
  border: solid 1px #ddd;
  background: white;
  margin: 1rem;
  flex: 1;
}
.offer-elem-all {
  border: solid 1px #ddd;
  background: white;
  margin: 1rem;
  width: 30%;
  overflow: hidden;
}

.offer-elem-img {
  width: 100%;
  transition: all 1s;
}
.offer-elem-img img {
  width: 100% !important;
  height: 100% !important;
}
.offer-elem-img:hover {
  width: 100%;
  z-index: -1;
  /*transform: translateY(-3px);*/
}
.offer-elem-text {
  padding: 2rem;
  text-align: center;
}

.offer-separator {
  height: 2px;
  width: 50px;
  margin: 1rem auto;
  background: #333;
}
/*Photo detail*/

.container-photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 14%;
}
.container-photos p {
  width: 21vw;
}
.container-photos img {
  width: 30vw !important;
  height: auto !important;
  margin: 1rem;
  border-radius: 5px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}
.container-photos a {
  pointer-events: none;
  cursor: default;
}
.zoombox {
  width: 46vw;
}
.zoombox img {
}
/*Who*/
.who {
  display: flex;
  flex-flow: row nowrap;
  min-height: 600px;
}
.who-content-img {
  flex: 1;
  min-height: 300px;
  background: url(../images/boutique.jpg) center center/cover;
}
.who-content-img-map {
  flex: 1;
  min-height: 300px;
}
.marginContact {
  margin: 7rem 0;
  padding: 3rem 0 0 5rem;
}
.who-content-text {
  flex: 1;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.who-content-text h2 {
  margin-bottom: 2rem;
}
.who-content-text p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

/*Testimonials*/
.testimonials {
  padding: 5rem 1rem 5rem 1rem;
}

.testimonials-content {
  display: flex;
  flex-direction: column;
}

.testimonials-elem {
  flex: 1;
  background: white;
  border-radius: 5px;
  padding: 2rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.testimonials-elem-text {
  padding: 0rem 2rem;
}
.testimonials-elem-text p i {
  margin: 0.2rem;
}

.testimonials-elem-profil p {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.testimonials-elem-profil img {
  width: 50px;
  border-radius: 50px;
  margin-bottom: 0.5rem;
}
/*Contact*/
.contact {
  padding: 7rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
input {
  background: rgb(245, 245, 245);
  border: 0;
  border-bottom: 1px solid #555;
  padding: 1rem;
  font-size: 1.3rem;
  color: #555;
  outline: 0;
  margin-bottom: 1rem;
}
button {
  display: block;
  margin: 3rem auto;
  padding: 1rem 2rem;
  border: 0;
  background: #fd6602;
  border-radius: 30px;
  font-weight: 700;
  color: white;
  font-size: 1.3rem;
  cursor: pointer;
  transition: 0.5s;
}

/*Footer*/
footer {
  background: #00004f !important;
  padding: 3rem 1rem;
  color: white;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
footer img {
  border-radius: 5px;
  margin: 0 2rem 0 0;
  width: 20%;
}
footer p {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
}
