@charset "UTF-8";
@-webkit-keyframes animGauche {
  from {
    transform: translateX(-3em);
  }
  /* Point de départ */
  to {
    transform: translateX(60vw) translateY(200%);
  }
  /* Déplacement de 100px vers la droite */
}
@keyframes animGauche {
  from {
    transform: translateX(-3em);
  }
  /* Point de départ */
  to {
    transform: translateX(60vw) translateY(200%);
  }
  /* Déplacement de 100px vers la droite */
}
@-webkit-keyframes animDroit {
  from {
    transform: translateX(60vw);
  }
  /* Point de départ */
  to {
    transform: translateX(-3vw) translateY(200%);
  }
  /* Déplacement de 100px vers la droite */
}
@keyframes animDroit {
  from {
    transform: translateX(60vw);
  }
  /* Point de départ */
  to {
    transform: translateX(-3vw) translateY(200%);
  }
  /* Déplacement de 100px vers la droite */
}
body {
  font-family: "Liter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #040f48;
  background-color: #ffe4c4;
  margin: 1.7em 2em;
}

body::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: #ffc66b;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  filter: blur(3rem);
  z-index: -1;
  position: fixed;
  -webkit-animation: animGauche 5s forwards infinite alternate;
          animation: animGauche 5s forwards infinite alternate;
}

body::before {
  content: "";
  display: block;
  position: absolute;
  top: 3em;
  background: #6bf8ff;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  filter: blur(3rem);
  z-index: -1;
  position: fixed;
  -webkit-animation: animDroit 3s forwards infinite alternate;
          animation: animDroit 3s forwards infinite alternate;
}

.liter-regular {
  font-family: "Liter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bungee-regular {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.title {
  line-height: 1.2;
}

.title--H1 {
  font-family: "Bungee", sans-serif;
  font-size: 83px;
  margin-bottom: 83px;
  line-height: 1;
}

.title--H2 {
  font-size: 48px;
  margin-bottom: 83px;
  text-wrap: balance;
}

.title--H3 {
  font-size: 28px;
  margin-bottom: 28px;
}

.parag {
  margin-bottom: 83px;
}

.lien {
  text-decoration: none;
  color: #040f48;
  font-weight: 300;
  font-style: italic;
}

.popup__btn {
  padding: 1em 2em;
  background-color: #040f48;
  color: #ffe4c4;
  border-style: none;
  box-shadow: 3px 5px 0.5em #ffffff;
  border-radius: 10px;
}

.popup__btn--fermer {
  font-size: 28px;
  padding: 0px;
  background-color: transparent;
  color: #040f48;
  box-shadow: none;
  border-radius: 0px;
  margin-left: auto;
  display: flex;
}

.popup__vue {
  display: none;
}

.popup__style {
  position: fixed;
  background-color: #ffe4c4;
  border: 2px solid #040f48;
  border-radius: 10px;
  padding: 16px;
  top: 50%;
  left: 10%;
  right: 10%;
  z-index: 10;
}

.popup__parag {
  margin-bottom: 1.7em;
}

@media (min-width: 600px) {
  @-webkit-keyframes animGauche {
    from {
      transform: translateX(-10em);
    }
    /* Point de départ */
  }
  @keyframes animGauche {
    from {
      transform: translateX(-10em);
    }
    /* Point de départ */
  }
  body {
    font-size: 18px;
    margin: 1.7em 5em;
  }

  .title--H1 {
    font-size: 94px;
    margin-bottom: 94px;
  }

  .title--H2 {
    font-size: 54px;
    margin-bottom: 94px;
    text-wrap: balance;
  }

  .title--H3 {
    font-size: 31px;
    margin-bottom: 31px;
  }

  .parag {
    margin-bottom: 94px;
  }

  .popup__style {
    padding: 18px;
    top: 35%;
    left: 15%;
    right: 15%;
    padding: 18px;
  }

  .popup__btn {
    font-size: 18px;
  }

  .popup__parag {
    margin-bottom: 1.7em;
  }
}
@media (min-width: 950px) {
  @-webkit-keyframes animGauche {
    from {
      transform: translateX(-13em);
    }
    /* Point de départ */
    to {
      transform: translateX(60vw) translateY(220%);
    }
    /* Déplacement de 100px vers la droite */
  }
  @keyframes animGauche {
    from {
      transform: translateX(-13em);
    }
    /* Point de départ */
    to {
      transform: translateX(60vw) translateY(220%);
    }
    /* Déplacement de 100px vers la droite */
  }
  @-webkit-keyframes animDroit {
    from {
      transform: translateX(60vw);
    }
    /* Point de départ */
    to {
      transform: translateX(-13vw) translateY(220%);
    }
    /* Déplacement de 100px vers la droite */
  }
  @keyframes animDroit {
    from {
      transform: translateX(60vw);
    }
    /* Point de départ */
    to {
      transform: translateX(-13vw) translateY(220%);
    }
    /* Déplacement de 100px vers la droite */
  }
  body {
    font-family: "Liter", sans-serif;
    font-size: 21px;
    line-height: 1.7;
    color: #040f48;
    margin: 1.7em 20vw;
  }

  .liter-regular {
    font-family: "Liter", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .title--H1 {
    font-size: 109px;
    margin-bottom: 109px;
  }

  .title--H2 {
    font-size: 63px;
    margin-bottom: 109px;
    text-wrap: balance;
  }

  .title--H3 {
    font-size: 36px;
    margin-bottom: 36px;
  }

  .parag {
    margin-bottom: 109px;
  }

  .lien {
    text-decoration: none;
    color: #040f48;
    font-weight: 300;
    font-style: italic;
  }
  .lien:hover {
    text-decoration: underline;
  }

  .popup__style {
    top: 25%;
    padding: 21px;
    left: 25%;
    right: 25%;
  }

  .popup__btn {
    font-size: 21px;
  }
  .popup__btn:hover {
    box-shadow: none;
  }

  .popup__parag {
    margin-bottom: 1.7em;
  }
}

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