@charset "UTF-8";
html {
  height: 100%;
}

body {
  font-family: "GNElliot", sans-serif;
  background: linear-gradient(160deg, #8093B0 28.07%, #DCE3EC 73.98%, #ffffff 99.1%);
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.header-style {
  color: #ffffff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 clamp(1rem, 3vw, 3rem);
}
.header-style-h1 {
  font-size: clamp(2rem, 5vw, 6.5rem);
}
.header-style-h2 {
  font-size: clamp(1.8rem, 5vw, 5.5rem);
}

.text {
  color: #ffffff;
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 3.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.text-small {
  font-size: clamp(0.8rem, 2vw, 2.5rem);
}
.text-black {
  color: #000000;
}

@media (max-width: 1023px) and (orientation: portrait) {
  .header-style-h1 {
    font-size: clamp(2rem, 8vw, 6.5rem);
  }
  .text {
    font-size: clamp(1rem, 4.5vw, 3.5rem);
  }
}
.bg-spiral {
  background: url(../../assets/spiral.svg) center no-repeat;
  height: 100%;
  background-position: center bottom clamp(50px, 5vh, 165px);
}
.bg-spiral.disable {
  background: none;
}
.bg-spiral.position2 {
  background-position: center bottom clamp(200px, 30vh, 607px);
}
@media (max-width: 1023px) and (orientation: portrait) {
  .bg-spiral {
    background-position: center bottom clamp(50px, 5vh, 150px);
  }
  .bg-spiral.position2 {
    background-position: center bottom clamp(150px, 20vh, 400px);
  }
}
@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  .bg-spiral {
    background-position: center bottom -25vh;
  }
}

.bg-bottom {
  height: 100%;
  background: url(../../assets/bottom.svg) center no-repeat;
  background-position: center bottom;
}
@media (max-width: 1023px) and (orientation: portrait) {
  .bg-bottom {
    background-size: 100% auto;
  }
}
@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  .bg-bottom {
    background-size: 100% auto;
    height: 110%;
  }
}

@media (min-width: 1080px) and (min-height: 1500px) {
  .header-style {
    padding: 0 50px;
  }
  .header-style-h1 {
    font-size: 6.5rem;
  }
  .header-style-h2 {
    font-size: 5.5rem;
  }
  .text {
    font-size: 3.5rem;
  }
  .text-small {
    font-size: 2.5rem;
  }
}
@media (min-width: 1080px) and (min-height: 1500px) {
  .bg-spiral {
    background-position: center bottom 165px;
  }
  .bg-spiral.position2 {
    background-position: center bottom 607px;
  }
  .bg-bottom {
    background-position: center bottom;
  }
}
/* =========================
   Header / Branding
========================= */
/* Header principal avec l'arc et le logo */
.header-logo {
  position: relative;
  width: 100%;
  height: clamp(120px, 20vh, 220px);
  overflow: hidden;
}
@media (min-width: 1080px) and (min-height: 1500px) {
  .header-logo {
    height: 300px;
  }
}

.brand {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Taille du logo */
.brand-logo img {
  width: clamp(100px, 22vw, 200px);
  height: auto;
}
@media (min-width: 1080px) and (min-height: 1500px) {
  .brand-logo img {
    width: 308px;
    height: auto;
  }
}

.cta {
  color: #000000;
  text-align: center;
  font-size: clamp(1rem, 5vw, 3.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  padding: clamp(16px, 2vh, 32px) clamp(40px, 5vw, 88px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 500px;
  background: #FFD100;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease; /* Ajout transition fluide pour effet de pression */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(30px, 3vh, 45px);
  min-height: 44px;
}
.cta-round {
  width: clamp(120px, 18vw, 316px);
  height: clamp(120px, 18vw, 316px);
  border-radius: 50%;
}
.cta-white {
  background: #ffffff;
}
.cta-micro {
  background: url(../../assets/micro.svg) center/40% no-repeat, #FFD100;
}
@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  .cta-micro {
    background: url(../../assets/micro.svg) center/35% no-repeat, #FFD100;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .cta-micro {
    background: url(../../assets/micro.svg) center/35% no-repeat, #FFD100;
  }
}
.cta-create {
  background: url(../../assets/create.svg) center/40% no-repeat, #FFD100;
}
@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  .cta-create {
    background: url(../../assets/create.svg) center/35% no-repeat, #FFD100;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .cta-create {
    background: url(../../assets/create.svg) center/35% no-repeat, #FFD100;
  }
}
.cta-stop {
  background: url(../../assets/stop.svg) center/40% no-repeat, #ffffff;
  transition: transform 0.3s ease; /* Transition pour un zoom léger au survol */
  animation: zoomInOut 1.5s ease-in-out infinite; /* Animation de zoom en boucle */
}
@media (max-width: 1023px) and (orientation: portrait) {
  .cta-stop {
    animation: zoomInOutTablet 1.5s ease-in-out infinite;
  }
}

@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  .cta {
    font-size: clamp(1rem, 4vw, 3.5rem);
  }
  .step-prompt .cta-round {
    width: clamp(120px, 15vw, 316px);
    height: clamp(120px, 15vw, 316px);
  }
}
@media (min-width: 1080px) and (min-height: 1500px) {
  .cta-micro {
    padding: 130px;
  }
}
/* Animation du zoom */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomInOutTablet {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* Effet de pression au clic */
.cta:active {
  transform: scale(0.95); /* Réduit légèrement la taille */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ajoute une ombre */
}

.step {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.step.is-active {
  display: flex;
}

@media (min-width: 1080px) and (min-height: 1500px) {
  .step {
    display: none;
  }
  .step.is-active {
    display: flex;
  }
}
.fade-out {
  animation: fadeOut 0.3s forwards;
}

.fade-in {
  animation: fadeIn 0.3s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Style pour la div de texte du prompt */
#prompt-text, #prompt-text-valid {
  width: auto;
  height: 480px;
  overflow-y: auto;
  padding: 0 150px;
  font-size: 2.5rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0 1.5em, rgba(255, 255, 255, 0.5) 1.5em 3em, #ffffff 3em 100%);
  -webkit-background-clip: text;
  color: transparent;
}

@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  #prompt-text, #prompt-text-valid {
    height: 25vh;
    font-size: 2rem;
    line-height: 1.2;
  }
}
/* Ajout d'une petite marge en bas pour le texte qui dépasse */
#prompt-text::-webkit-scrollbar {
  width: 6px;
}

#prompt-text::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

#prompt-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.countchar {
  margin-top: 8px;
  font-size: 26px;
  color: #ffffff;
}

.countchar.exceeded {
  color: #c30000;
  font-weight: 600;
}

.pos1-content {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: clamp(20px, 3vh, 40px) auto;
  flex: 0 0 auto;
  text-align: center;
}

.pos1-subtitle {
  margin: clamp(1rem, 3vh, 4.5rem) 0;
}

.pos1-information {
  text-align: center;
  margin: clamp(20px, 3vh, 50px) 0 0 0;
  font-size: clamp(0.9rem, 1.5vw, 1.4rem);
}

@media (max-width: 1023px) and (orientation: portrait) {
  .pos1-content {
    margin-top: 17vh;
    max-width: none;
  }
  .pos1-information {
    font-size: clamp(0.9rem, 2vw, 1.4rem);
  }
}
@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  .pos1-content {
    max-width: 800px;
  }
}
@media (min-width: 1080px) and (min-height: 1500px) {
  .pos1-content {
    position: absolute;
    bottom: 620px;
    width: 100%;
    max-width: none;
    margin: 0;
    flex: none;
  }
  .pos1-subtitle {
    margin: 4.5rem 0;
  }
  .pos1-information {
    margin: 50px 0 0 0;
    font-size: 1.4rem;
  }
}
.pos2-content {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: auto 0;
  flex: 1 1 auto;
}

.pos2-heading {
  margin-bottom: clamp(100px, 5vh, 500px);
}

@media (max-width: 1023px) and (orientation: portrait) {
  .pos2-content {
    margin-top: 17vh;
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  .pos2-heading {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .step-prompt .pos2-content {
    margin-top: 5vh;
  }
  .pos2-content {
    max-width: 800px;
  }
  .pos2-content .cta {
    font-size: 3.5vw;
  }
}
@media (min-width: 1080px) and (min-height: 1500px) {
  .pos2-content {
    position: absolute;
    bottom: 328px;
    width: 100%;
    max-width: none;
    margin: 0;
    flex: none;
  }
  .pos2-heading {
    margin-bottom: 500px;
  }
}
.pos3-content {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: auto 0;
  flex: 1 1 auto;
}

.pos3-heading {
  margin-bottom: clamp(100px, 5vh, 500px);
}

@media (max-width: 1023px) and (orientation: portrait) {
  .pos3-content {
    max-width: none;
    flex: none;
  }
}
@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  .pos3-content {
    max-width: none;
  }
}
@media (min-width: 1080px) and (min-height: 1500px) {
  .pos3-content {
    position: absolute;
    bottom: 150px;
    width: 100%;
    max-width: none;
    margin: 0;
    flex: none;
  }
  .pos3-heading {
    margin-bottom: 500px;
  }
}
.pos4-content {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: auto 0;
  flex: 1 1 auto;
}

.pos4-heading {
  margin-bottom: clamp(100px, 5vh, 500px);
}

@media (max-width: 1023px) and (orientation: portrait) {
  .pos4-content {
    max-width: none;
    flex: none;
  }
}
@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  .pos4-heading {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .step-prompt .pos4-content {
    margin-top: 5vh;
  }
  .pos4-content {
    max-width: none;
  }
  .cover img {
    max-height: 30vh;
    width: auto;
    max-width: 30vh;
    margin-bottom: 16px;
  }
  .pos4-content .cta {
    font-size: 3.5vw;
  }
  .pos4-content #download {
    margin-top: 20vh;
  }
}
@media (min-width: 1080px) and (min-height: 1500px) {
  .pos4-content {
    position: absolute;
    bottom: 170px;
    width: 100%;
    max-width: none;
    margin: 0;
    flex: none;
  }
  .pos4-heading {
    margin-bottom: 500px;
  }
}
/* Overlay */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

/* Popup */
.popup {
  min-width: unset;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background: #fff;
  border-radius: 32px;
  width: calc(100% - 40px);
  max-width: 95%;
  max-height: 95vh;
  overflow-y: auto;
  padding: clamp(20px, 3vh, 60px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
  box-sizing: border-box;
}
@media (min-width: 1080px) and (min-height: 1500px) {
  .popup {
    min-width: 800px;
    max-height: none;
    overflow: visible;
    padding: 104px;
  }
}

/* Visible */
.popup.is-active,
.popup-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.popup.is-active {
  transform: translate(-50%, -50%) scale(1);
}

.popup-cta {
  padding-top: clamp(15px, 2vh, 35px);
}

.popup-title {
  font-size: clamp(1.5rem, 3vw, 5.5rem);
  margin: 0 0 12px;
  word-wrap: break-word;
}

/* Content */
.popup-content {
  font-size: clamp(0.9rem, 2vw, 3rem);
  line-height: 1.5;
}
.popup-content * {
  font-size: inherit !important;
}
.popup-content h3 {
  margin: 0 0 12px;
}
@media (max-width: 1023px) and (orientation: portrait) {
  .popup-content {
    font-size: clamp(0.9rem, 3.5vw, 3rem);
    line-height: 1.5;
  }
}
@media (min-width: 1080px) and (min-height: 1500px) {
  .popup-content {
    font-size: clamp(0.9rem, 2.5vw, 3rem);
    line-height: 1.5;
  }
  .popup-content *:not(.cta) {
    font-size: revert !important;
  }
}

.popup-qr img {
  margin: 16px auto;
  display: block;
}

#popup-svg {
  height: clamp(80px, 15vw, 137px);
  width: clamp(80px, 15vw, 137px);
  border-radius: 50%;
  margin-bottom: clamp(15px, 2vh, 32px);
  background: url(../../assets/info.svg) center no-repeat, #FFD100;
  background-size: 70% 70%, 100% 100%;
}

.divider {
  width: 100%;
  height: 2px;
  background-color: rgba(124, 146, 178, 0.5);
  margin: clamp(20px, 3vh, 64px) 0;
}

#qrcode {
  display: none;
}

.bg-spiral.position2 {
  background-position: center bottom clamp(200px, 30vh, 648px);
}
@media (max-width: 1023px) and (orientation: portrait) {
  .bg-spiral.position2 {
    background-position: center bottom clamp(100px, 15vh, 300px);
  }
}
@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  .bg-spiral.position2 {
    background-position: center bottom clamp(150px, 20vh, 350px);
  }
}

@media (max-width: 1023px) and (orientation: portrait) {
  .cover {
    margin-top: 17vh;
  }
}

#cover {
  border-radius: 50%;
  width: clamp(150px, 40vw, 622px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(100px, 10vh, 304px);
}

.pulse {
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 150, 255, 0.6);
  }
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 15px rgba(0, 150, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 150, 255, 0);
  }
}
.audio-player {
  width: 100%;
  display: none;
}

#audio-player {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: clamp(150px, 80vw, 600px);
  margin-top: clamp(20px, 2vh, 50px);
  margin-bottom: clamp(20px, 2vh, 50px);
  padding-bottom: clamp(50px, 10vh, 150px);
}

#qrcode {
  display: none;
  margin: 20px auto;
  text-align: center;
}
#qrcode img {
  width: clamp(150px, 30vw, 300px);
  height: auto;
}
@media (max-width: 1023px) and (orientation: portrait) {
  #qrcode img {
    width: clamp(120px, 50vw, 200px);
  }
}

.progress-container {
  width: clamp(200px, 80vw, 800px);
  height: clamp(30px, 4vh, 60px);
  background: #ffffff;
  border-radius: 500px;
  overflow: hidden;
  margin: clamp(15px, 2vh, 20px) auto;
}
@media (max-width: 1023px) and (orientation: portrait) {
  .progress-container {
    width: clamp(150px, 70vw, 500px);
    height: clamp(25px, 3vh, 45px);
  }
}
@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
  .progress-container {
    width: clamp(200px, 75vw, 600px);
    height: clamp(30px, 3vh, 50px);
  }
}
@media (min-width: 1080px) and (min-height: 1500px) {
  .progress-container {
    width: 800px;
    height: 60px;
    margin: 20px auto;
  }
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: #FFD100;
  transition: width 0.6s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@font-face {
  font-family: "GNElliot";
  src: url("../../assets/fonts/GNElliot-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GNElliot";
  src: url("../../assets/fonts/GNElliot-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

/*# sourceMappingURL=main.css.map */
