@font-face {
  font-family: 'OstrichHeavy';
  src: url('/wp-content/themes/yatatheme/fonts/OstrichSans-Heavy.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.bloc-home-intro {
  position: relative;
  margin: auto;
  max-height: 1000px;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bloc-home-intro .bgwrapper {
  width: 100%;
  padding-bottom: 230px;
}
.bloc-home-intro .bgwrapper::after {
  content: '';
  position: absolute;
  bottom: -130px;
  left: -15px;
  width: 3000px;
  height: 300px;
  background-image: url('/wp-content/themes/yatatheme-child/assets/images/double_vagues_transparentes_beige.svg');
  z-index: 2;
}
.bloc-home-intro .bgwrapper .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,#1e1e1e 0%,transparent 50%);
  z-index: 1;
}
.bloc-home-intro .content {
  position: relative;
  z-index: 3;
  width: 720px;
  margin-left: 180px;
  min-height: 839px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bloc-home-intro .content .title {
  text-align: left;
}
.bloc-home-intro .content .title h1 {
  margin-top: 51rem;
  color: #F7F4ED;
}
.bloc-home-intro .content .title h2 {
  color: #F7F4ED;
  font-size: 3rem;
  font-weight: 700;
  text-transform: unset;
  margin-bottom: 3.5rem;
}
.bloc-home-intro .boutons {
  display: flex;
  gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1800px) {
  .bloc-home-intro .bgwrapper .overlay {
    background: linear-gradient(to top,#1e1e1e 0%,transparent 77%);
  }
  .bloc-home-intro .content .title h1 {
    margin-top: 37rem;
  }
}
@media (max-width: 1111px) {
  .bloc-home-intro .content {
    align-items: center;
    margin: auto;
  }
  .bloc-home-intro .content .title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .bloc-home-intro {
    max-height: 750px;
  }
  .bloc-home-intro .bgwrapper .overlay {
    background: linear-gradient(to top,#1e1e1e 0%,transparent 100%);
  }
  .bloc-home-intro .content .title h1 {
    margin-top: 22rem;
  }
}
@media (max-width: 767px) {
  .bloc-home-intro {
    max-height: 650px;
  }
  .bloc-home-intro .bgwrapper::after {
    bottom: -30px;
    width: 1000px;
    height: 100px;
  }
  .bloc-home-intro .bgwrapper .overlay {
    background: linear-gradient(to bottom,rgba(30,30,30,0.5) 0%,transparent 70%);
  }
  .bloc-home-intro .content {
    width: 90%;
  }
  .bloc-home-intro .content .title h1 {
    margin-top: 4rem;
  }
}
