@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.content {
  height: 100vh;
  z-index: -101;
  display: block;
}

.image1 {
  display: flex;
  height: 100vh;
  width: auto;
  overflow: hidden;
  background-image: url(../images/accueil/1.jpg);
  background-size: cover;
  background-position: top;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.header-text {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: 50%;
  transform: translate(-50%, -50%);
  margin-left: 20%;
}

.header-text h1{
  font-family: 'montserrat', sans-serif;
  font-size: 80pt;
  font-weight: 900;
  color: white;
  text-align: center;
  vertical-align: middle;
  animation: wyzenix 3s cubic-bezier(0.12, 0.02, 0, 2.11);
}

@keyframes wyzenix {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.conteneur-pb {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: 50%;
  transform: translate(-50%, -50%);
  margin-top: -9%;
  margin-left: 30%;
  animation : pb 1s cubic-bezier(0.12, 0.02, 0, 2.11);
}

@keyframes pb {
  0% {
    opacity: 0;
    transform: translate(60px, -50px);
  }
  50% {
    opacity: 0;
    transform: translate(60px, -50px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.conteneur-pb img{
  position: absolute;
  width: 200px;
  height: auto;
}

.bouton-solution {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12%;
  animation: bouton 2s ease-in;
}

@keyframes bouton {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bouton-solution h2{
  font-family: 'montserrat', sans-serif;
  font-size: 15pt;
  font-weight: 700;
  color: #ff4dad;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #ff4dad;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-top-right-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bouton-solution h2:hover{
  color: white;
  background-color: #ff4dad;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: alias;
}




.content-tel {
  height: 100vh;
  z-index: -101;
  display: none;
}

.image1-tel {
  display: flex;
  height: 100vh;
  width: auto;
  overflow: hidden;
  background-image: url(../images/accueil/1-tel.jpg);
  background-size: cover;
  background-position: top;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.header-text-tel {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: 80vw;
}

.header-text-tel h1{
  font-family: 'montserrat', sans-serif;
  font-size: 13vw;
  font-weight: 900;
  color: white;
  text-align: center;
  vertical-align: middle;
  animation: wyzenix 3s cubic-bezier(0.12, 0.02, 0, 2.11);
}

@keyframes wyzenix {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.conteneur-pb-tel {
  position: absolute;
  top: 300px;
  left: 60vw;
  transform: translate(-50%, -50%);
  animation : pb 1s cubic-bezier(0.12, 0.02, 0, 2.11);
}

@keyframes pb {
  0% {
    opacity: 0;
    transform: translate(60px, -50px);
  }
  50% {
    opacity: 0;
    transform: translate(60px, -50px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.conteneur-pb-tel img{
  position: absolute;
  width: 25vw;
  height: auto;
}

.bouton-solution-tel {
  position: absolute;
  padding-top: 30vw;
  margin: 0 auto;
  animation: bouton 2s ease-in;
}

@keyframes bouton {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bouton-solution-tel h2{
  font-family: 'montserrat', sans-serif;
  font-size: 2vw;
  font-weight: 700;
  color: #ff4dad;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #ff4dad;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 6vw;
  padding-right: 6vw;
  border-top-right-radius: 4vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bouton-solution-tel h2:hover{
  color: white;
  background-color: #ff4dad;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: alias;
}






.last-video {
  position: relative;
  width: 100%;
  height: 70vh;
  background-image: url(../images/accueil/2.jpg);
  background-size: cover;
  z-index: -2;
  background-position: top;
}

.last-video-flex {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.last-video h3 {
  z-index: 30;
  font-family: 'Montserrat', sans-serif;
  font-size: 40pt;
  font-weight: 900;
  color: white;
  width: 392px;
}

.rectangle {
  position: absolute;
  z-index: -1;
  margin-top: -30px;
  margin-left: 50px;
  width: 190px;
  height: 35px;
  background-color: #409EFF;
}

.last-video-flex iframe {
  width: 450px;
  height: 253px;
}

@media screen and (max-width: 1200px) {
  @media screen and (orientation: portrait) {
    .content {
      display: none;
    }

    .content-tel {
      display: block;
    }

    .last-video-flex {
      flex-direction: column;
    }

    .last-video h3 {
      text-align: center;
      font-size: 55pt;
    }

    .rectangle {
      margin-left: 130px;
      width: 240px;
    }

    .last-video {
      height: 90vh;
    }

    .last-video-flex {
      height: 90vh;
    }

    .last-video-flex iframe {
      width: 80vw;
      height: 45vw;
    }
  }
}

.sponsors {
  display: flex;
  height: 20vh;
  align-items: center;
  flex-direction: column;
  padding-bottom: 15vh;
}

.sponsors h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5pt;
  font-weight: 300;
  text-align: center;
  color: white;
  padding: 5vh;
  text-align: center;
}

.croix {
  width: 30px;
  height: auto;
}

.sponsors-flex {
  display: flex;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  justify-content: space-evenly;
  align-items: center;
}

.sponsors-logos {
  height: 30px;
  width: auto;
}

@media screen and (min-width: 90ch) {
  .sponsors-flex {
    width: 95%;
    max-width: 120ch;
  }
}



.parallax {
    min-height: 400px;
    background: transparent;
}
