@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;800&display=swap");
main #index {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: auto;
}

@media screen and (min-width: 415px) {
  main #index {
    height: 100%;
  }
}

main #index .container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  main #index .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 742.797px;
  }
}

main #index .container .background_megaphone {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  main #index .container .background_megaphone {
    width: 60%;
    right: 0;
  }
}

@media screen and (min-width: 1400px) {
  main #index .container .background_megaphone {
    width: 70%;
  }
}

main #index .container .background_megaphone img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  main #index .container .background_megaphone img {
    width: 100%;
    max-width: 600px;
  }
}

main #index .container .affiche {
  width: 90%;
  height: 90%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

@media screen and (min-width: 1024px) {
  main #index .container .affiche {
    width: 40%;
    height: 100%;
    position: relative;
  }
}

@media screen and (min-width: 1400px) {
  main #index .container .affiche {
    width: 40%;
  }
}

main #index .container .affiche .mobile {
  width: 100%;
  height: 100%;
  max-width: 396px;
  max-height: 600px;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (min-width: 415px) {
  main #index .container .affiche .mobile {
    width: 50vh;
  }
}

@media screen and (min-width: 1024px) {
  main #index .container .affiche .mobile {
    display: none;
  }
}

main #index .container .affiche .desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  main #index .container .affiche .desktop {
    display: block;
    width: 100%;
    height: 100%;
  }
}

main #index .container #main_title {
  display: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (min-width: 415px) {
  main #index .container #main_title {
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  main #index .container #main_title {
    display: block;
    width: 60%;
  }
}

@media screen and (min-width: 1400px) {
  main #index .container #main_title {
    width: 70%;
  }
}

main #index .container #main_title h1 {
  height: 55%;
  margin-left: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white-color);
  font-family: 'Inter';
  font-size: clamp(5rem, 6.6vw, 6.7rem);
}

@media screen and (min-width: 1400px) {
  main #index .container #main_title h1 {
    position: relative;
    top: 2vw;
  }
}

main #index .container #main_title #waveform_illustration {
  height: 45%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 415px) {
  main #index .container #main_title #waveform_illustration {
    height: 34%;
    position: absolute;
    bottom: 0;
  }
}

main #index .container #main_title #waveform_illustration img {
  width: 100%;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main #index .container .waveform_half_bottom_illustration {
  width: 100%;
  height: 7vh;
  position: absolute;
  bottom: 0;
  display: none;
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  main #index .container .waveform_half_bottom_illustration {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  main #index .container .waveform_half_bottom_illustration {
    display: none;
  }
}

main #index .container .waveform_half_bottom_illustration img {
  width: 100%;
  height: 100%;
}

main #index .container .waveform_bottom_mobile_illustration {
  width: 100vw;
  height: 7vh;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

@media screen and (min-width: 415px) {
  main #index .container .waveform_bottom_mobile_illustration {
    height: 56px;
  }
}

@media screen and (min-width: 640px) {
  main #index .container .waveform_bottom_mobile_illustration {
    display: none;
  }
}

main #index .container .waveform_bottom_mobile_illustration img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */