footer .banner-cta .cta-lien {
  position: fixed;
  top: auto;
  right: 44px;
  bottom: 44px;
  z-index: 1;
  transition: opacity 0.4s ease;
}
footer .banner-cta .cta-lien.hide {
  display: none;
}

.front-page .banner.top.home-banner-top {
  height: auto;
  overflow: hidden;
}
.front-page .banner.top.home-banner-top .video-wrapper {
  height: 100vh;
}
.front-page
  .banner.top.home-banner-top
  .video-wrapper
  .video-container.video-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.front-page .banner.top.home-banner-top .banner-content {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
}
.front-page .banner.top.home-banner-top .content {
  flex-wrap: wrap;
}
.front-page .banner.top.home-banner-top .content .texts-container {
  /* margin: 245px 0px 0px 0px; */
}
.front-page .banner.top.home-banner-top .content .texts-container .title {
  font-size: 69px;
  line-height: 66px;
  letter-spacing: -1.38px;
  max-width: 790px;
  margin-bottom: 13px;
}
.front-page .banner.top.home-banner-top .content .texts-container .in-cont {
  max-width: 522px;
  margin: 0px auto;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 34px;
  letter-spacing: -0.54px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
.introductory-block {
  margin: 0px 0px 103px 0px;
  width: 100%;
  position: relative;
  z-index: 20;
}
.introductory-block .intro-content .in-cont p {
  max-width: 437px;
  margin: 0px auto;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 34px;
  letter-spacing: -0.54px;
  color: #000000;
  text-align: center;
}
.introductory-block::after,
.front-page .banner.top.home-banner-top .content .texts-container::after {
  content: "";
  width: 2px;
  height: 75px;
  background-color: #000;
  margin: 36px auto 0px;
  display: block;
}
.front-page .banner.top.home-banner-top .content .texts-container::after {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.page.contact
  .banner.medium
  .infos-container
  .contact-person-container
  span.person-email
  a,
.page.contact
  .banner.medium
  .infos-container
  .contact-person-container
  span.person-phone-no
  a {
  margin: 0px;
}

@media screen and (min-width: 1141px) {
  .front-page .banner.key-numbers.video-fixed-removed {
    padding-top: 143px;
  }
}

@media screen and (max-width: 1140px) {
  .front-page .banner.top.home-banner-top .content .texts-container {
    /* margin: 301px 0px 0px 0px; */
  }
  .introductory-block {
    margin: 0px 0px 198px 0px;
  }
  .front-page .banner.top.home-banner-top .content .texts-container .title {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.84px;
    max-width: 482px;
    margin-bottom: 10px;
  }
  .front-page .banner.top.home-banner-top .content .texts-container .in-cont {
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.5px;
    max-width: 400px;
  }
  .introductory-block .intro-content .in-cont p {
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.5px;
    max-width: 405px;
  }
  .introductory-block::after,
  .front-page .banner.top.home-banner-top .content .texts-container::after {
    margin: 20px auto 0px;
  }
  footer .banner-cta .cta-lien {
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .front-page .banner.top.home-banner-top .content .texts-container {
    /* margin: 198px 0px 0px 0px; */
  }
  .introductory-block {
    margin: 0px 0px 226px 0px;
  }
  .front-page .banner.top.home-banner-top .content .texts-container .title {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.44px;
    max-width: 252px;
    margin-bottom: 10px;
  }
  .front-page .banner.top.home-banner-top .content .texts-container .in-cont {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.34px;
    max-width: 283px;
  }

  .introductory-block .intro-content .in-cont p {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.34px;
    max-width: 283px;
  }
  .introductory-block::after,
  .front-page .banner.top.home-banner-top .content .texts-container::after {
    width: 1px;
    height: 45px;
  }
  footer .banner-cta .cta-lien {
    right: 17px;
    bottom: 20px;
  }
 .front-page .banner.top.home-banner-top .video-wrapper{
    height: 100dvh;
  }
  .front-page .banner.top.home-banner-top .content .texts-container{
            margin-top: -50px;
  }
}
