.accueil-container .bloc-head {
  position: relative;
  overflow: hidden;
  height: 85vh;
}
.accueil-container .bloc-head .txt-head-container {
  position: absolute;
  right: 45px;
  top: 50%;
  right: 75px;
  text-align: right;
  z-index: 300;
}
.accueil-container .bloc-head .txt-head-container h1 {
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
}
.accueil-container .bloc-head .txt-head-container .sub-title {
  position: relative;
  display: inline-block;
}
.accueil-container .bloc-head img {
  display: inline-block;
  min-width: 100%;
  width: auto;
  height: auto;
  min-height: 100%;
}

@media (max-width: 1440px) {
  .accueil-container .bloc-head {
    height: 50vh;
  }
  .accueil-container .bloc-head:after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8));
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: 200;
  }
  .accueil-container .bloc-head .txt-head-container {
    top: auto;
    bottom: 15px;
    right: 15px;
  }
  .accueil-container .bloc-head .txt-head-container h1 {
    font-size: 4rem;
  }
}
@media (max-width: 660px) {
  .accueil-container .bloc-head .txt-head-container h1 {
    font-size: 3.5rem;
  }
  .accueil-container .bloc-head img {
    margin-left: -210px;
    transform: translateX(25vw);
  }
}
@media (max-width: 540px) {
  .accueil-container .bloc-head img {
    margin-left: -250px;
    transform: translateX(25vw);
  }
}
.accueil-container .bloc-infos {
  font-size: 0;
}
.accueil-container .bloc-infos img {
  width: 50%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.accueil-container .bloc-infos .txt {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  font-size: 1rem;
  padding: 25px;
  text-align: justify;
}
.accueil-container .bloc-infos .txt h2 {
  font-size: 2.8rem;
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
  position: relative;
}
.accueil-container .bloc-infos .txt h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, black, transparent);
  height: 1px;
  width: 80%;
}
.accueil-container .bloc-infos .txt .btn-container {
  text-align: right;
  margin-top: 45px;
  margin-right: 25px;
}
@media (max-width: 1440px) {
  .accueil-container .bloc-infos {
    position: relative;
    max-height: 70vh;
    overflow: hidden;
  }
  .accueil-container .bloc-infos img {
    width: 100%;
  }
  .accueil-container .bloc-infos .txt {
    position: absolute;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    z-index: 200;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
}
@media (max-width: 940px) {
  .accueil-container .bloc-infos .txt {
    right: 25px;
    left: auto;
    width: 75%;
  }
}
@media (max-width: 770px) {
  .accueil-container .bloc-infos {
    max-height: none;
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
  .accueil-container .bloc-infos img {
    order: 2;
    display: block;
    width: 100%;
    transform: translateY(0);
  }
  .accueil-container .bloc-infos .txt {
    order: 1;
    display: block;
    position: inherit;
    right: auto;
    width: 100%;
    transform: translateY(0);
    background-color: transparent;
    color: black;
  }
}

.accueil-container .bloc-gallerie {
  margin-top: 55px;
  padding: 0 50px;
  font-size: 0;
}
.accueil-container .bloc-gallerie .txt {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  font-size: 1rem;
  padding: 25px;
  text-align: justify;
}
.accueil-container .bloc-gallerie .txt h2 {
  font-size: 2.8rem;
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
  position: relative;
}
.accueil-container .bloc-gallerie .txt h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, black, transparent);
  height: 1px;
  width: 80%;
}
.accueil-container .bloc-gallerie .txt .btn-container {
  text-align: right;
  margin-top: 45px;
  margin-right: 25px;
}
.accueil-container .bloc-gallerie .extrait-gallerie {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 65%;
  max-height: 60vh;
  overflow: hidden;
}
.accueil-container .bloc-gallerie .extrait-gallerie:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(transparent, white);
}
@media (max-width: 940px) {
  .accueil-container .bloc-gallerie {
    padding: 0 15px;
  }
}
@media (max-width: 770px) {
  .accueil-container .bloc-gallerie {
    position: relative;
  }
  .accueil-container .bloc-gallerie .txt, .accueil-container .bloc-gallerie .extrait-gallerie {
    width: 100%;
  }
  .accueil-container .bloc-gallerie .txt .btn-container, .accueil-container .bloc-gallerie .extrait-gallerie .btn-container {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
  }
  .accueil-container .bloc-gallerie .extrait-gallerie {
    max-height: 50vh;
  }
}

.bloc-citation .parallax-window {
  min-height: 75vh;
  background: transparent;
  position: relative;
}
.bloc-citation .parallax-window .txt-citation {
  color: white;
  font-size: 5rem;
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 45px;
}
.bloc-citation .parallax-window .txt-deux-citation {
  color: white;
  font-size: 5rem;
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: absolute;
  right: 45px;
  bottom: 20%;
}
@media (max-width: 770px) {
  .bloc-citation .parallax-window {
    min-height: 50vh;
  }
  .bloc-citation .parallax-window .txt-citation {
    left: 15px;
  }
  .bloc-citation .parallax-window .txt-deux-citation {
    right: 15px;
  }
  .bloc-citation .parallax-window .txt-citation, .bloc-citation .parallax-window .txt-deux-citation {
    font-size: 2.5rem;
  }
}

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