.prestations-container {
  font-size: 0;
  margin-top: 75px;
}
.prestations-container .parallax-window {
  position: relative;
}
.prestations-container .parallax-window .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4470588235);
}
.prestations-container .parallax-window {
  color: white;
}
.prestations-container h1 {
  padding-top: 25px;
  position: relative;
  font-size: 3.5rem;
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
  text-align: center;
}
.prestations-container h1:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 80%;
  left: 10%;
  bottom: 0;
  background: linear-gradient(90deg, transparent, white, transparent);
}
.prestations-container .txt-intro {
  font-size: 1rem;
  width: 50%;
  padding-bottom: 25px;
  text-align: center;
  margin: auto;
  position: relative;
}
.prestations-container .jonction {
  position: relative;
  filter: invert(1);
}
.prestations-container .bloc-de-contenu {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.prestations-container .bloc-de-contenu .img-container,
.prestations-container .bloc-de-contenu .content-container {
  flex: 1;
}
.prestations-container .bloc-de-contenu .content-container {
  flex: 1;
  padding: 25px;
  text-align: justify;
}
.prestations-container .bloc-de-contenu .img-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prestations-container .bloc-de-contenu .img-container img {
  width: 100%;
  height: 100%;
  max-width: 500px;
  object-fit: contain;
}
.prestations-container .bloc-de-contenu.even {
  flex-direction: row-reverse;
  background-color: #171717;
  color: white;
}
.prestations-container .bloc-de-contenu.even .content-container h2:after {
  background: linear-gradient(90deg, white, transparent);
}
@media (max-width: 768px) {
  .prestations-container .bloc-de-contenu {
    flex-direction: column !important;
  }
  .prestations-container .bloc-de-contenu .img-container,
  .prestations-container .bloc-de-contenu .content-container {
    width: 100%;
  }
}
.prestations-container .content-container h2 {
  font-size: 2.8rem;
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
  position: relative;
}
.prestations-container .content-container h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, black, transparent);
  height: 1px;
  width: 80%;
}
.prestations-container .content-container .texte {
  font-size: 1rem;
}

/*# sourceMappingURL=prestations.css.map */
