/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/bloc-introduction/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.bloc_introduction {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .bloc_introduction .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.bloc_introduction:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 234px;
  background: url(../images/placeholder-video.97ab2082.png) no-repeat center top;
  background-size: 100% 100%;
}
.bloc_introduction__wrapper {
  position: relative;
  padding-bottom: 300px;
}
.bloc_introduction .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  opacity: 0;
  transition: all 1s ease-out;
}
.bloc_introduction__wrapper {
  padding-top: 140px;
  margin-top: -130px;
}
.bloc_introduction .title {
  font-size: 40px;
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: center;
}
.bloc_introduction__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bloc_introduction__buttons {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.bloc_introduction__buttons .button-try {
  background: #1F163C;
  color: #fff;
}
.bloc_introduction__buttons .button-try:hover {
  background: unset;
  color: #1F163C;
}
.bloc_introduction .bloc_introduction__video {
  position: absolute;
  left: 0;
  right: 0;
  transition: all 1.5s ease-in-out;
  top: calc(100% - 265px);
}
.bloc_introduction .bloc_introduction__video .video {
  position: relative;
  height: 100%;
  border-radius: 48px;
  overflow: hidden;
}
.bloc_introduction .bloc_introduction__video .img {
  height: 542px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc_introduction .bloc_introduction__video .videoYoutube {
  display: none;
  position: relative;
  height: 100%;
}
.bloc_introduction .bloc_introduction__video .videoYoutube iframe {
  height: 542px;
}
.bloc_introduction .bloc_introduction__video .play {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 2;
}
.bloc_introduction.video_opening {
  overflow: unset;
}
.bloc_introduction.video_opening .close {
  opacity: 1;
}
.bloc_introduction.video_opening .bloc_introduction__wrapper {
  padding-top: 80px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .bloc_introduction.video_opening .bloc_introduction__wrapper {
    padding-top: 0;
  }
}
.bloc_introduction.video_opening .bloc_introduction__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 28px;
  overflow: hidden;
}
.bloc_introduction.video_opening .bloc_introduction__video .img {
  display: none;
}
.bloc_introduction.video_opening .bloc_introduction__video .videoYoutube {
  display: block;
}
.bloc_introduction.video_opening .bloc_introduction__video .play {
  top: 50%;
  transform: translateX(-50%, -50%);
}
.bloc_introduction.video_opening:after {
  display: none;
}
.bloc_introduction.no-video .bloc_introduction__wrapper {
  padding-bottom: unset;
}
.bloc_introduction.no-video:after {
  display: none;
}

/*# sourceMappingURL=style-index.css.map*/