/* * */
h1,
h2,
h3,
h4 {
  padding-bottom: 1rem;
}

.title {
  margin: 3rem 0.8rem 1rem 0.8rem;
  text-align: center;
  font-weight: 300;
  font-size: 1.8rem;
}

/* header */

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

/* nav */

.myNav {
  display: none;
}

nav li {
  font-weight: 700;
}

.sous-menu {
  display: block;
}

.sous-menu-prest {
  display: block;
}

.sous-div {
  font-weight: 400;
  padding-left: 0.6rem;
  padding-top: 0;
  padding-bottom: 0.2rem;
}
.sous-div-prest {
  font-weight: 400;
  padding-left: 0.2rem;
  padding-top: 0;
  padding-bottom: 0.2rem;
}

nav > ul li:hover {
  border-top: 0;
}

nav ul li:hover .sous-menu {
  margin: 0;
  border: 0;
}

nav ul li:hover .sous-menu-prest {
  margin: 0;
  border: 0;
}

/* citation */

.citation {
  background: url(../img/sunset.webp) center center/cover;
}
/* bouton */

.openBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}
.openBtn span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 3px 0;
  border-radius: 4px;
}
/* citation */

.citation {
  font-size: 1.2rem;
}
.entreprises {
  font-size: 1.5rem;
}

.particuliers {
  font-size: 1.3rem;
}

/* about */

.about {
  margin: 1rem;
}

.about-content-bis {
  flex-direction: column;
}

.about-p {
  margin-top: -1rem;
}
.about-p-reverse {
  margin-bottom: -1rem;
}

/* vp */

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

/* contact */

.contact-block {
  flex-direction: column;
  padding-bottom: 0.8rem;
}

.contact-block a {
  padding: 1rem;
}


/* footer */

footer h3 {
  padding-bottom: 0px;
}

/* copyright */

.copyright {
  flex-direction: column;
}

.copyright a {
  padding: 1rem;
}

/* prestations photos */

.price-container-photos {
  display: flex;
  flex-direction: column;
  /* min-height: 500px; */
}

.propo-mariage {
  display: block;
  margin: auto;
  padding: 0.6rem 1rem;
}

.separator-xl {
  margin: 1em auto;
  height: 2px;
  width: 200px;
  background: #333;
}

.iframe-titre iframe {
  max-width: 400px;
}

.offre {
  margin-bottom: 2rem;
}
