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

.courgette-regular {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
}

.oxanium-regular {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.hind-vadodara-regular {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 16px;
  line-height: 1.5;
  background-color: #FFFFF7;
  font-family: "Hind Vadodara", sans-serif;
  margin: 0;
}

.page {
  max-width: 1200px;
  padding: 0 30px;
}

.section {
  margin-bottom: 30px;
}

.section--jeune {
  padding: 30px;
  background-color: #080808;
  color: #FFFFF7;
}
.section--jeune .sous--titre {
  color: #FFFFF7;
}

.titre {
  color: #080808;
  font-family: "Courgette", cursive;
}

.grand--titre {
  font-size: 56px;
  margin-top: 105px;
}

.sous--titre {
  font-size: 30px;
  margin-top: 30px;
}

p {
  margin-top: 16px;
}

.burger {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0%;
}

nav,
footer {
  background-color: #080808;
  color: #FFFFF7;
  padding: 1rem 0;
}
nav .titre,
footer .titre {
  color: #FFFFF7;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s ease;
  background-color: #080808;
}

nav.hide {
  top: -100px;
}

.section--footer {
  margin-bottom: 0;
}

.nav--ul {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav--ul li {
  font-size: 30px;
  margin-top: 1rem;
}
.nav--ul li a {
  text-decoration: none;
  color: #FFFFF7;
}
.nav--ul li a.active {
  background-color: #FFFFF7;
  color: #080808;
  border-radius: 10px;
  padding: 5px;
}
.nav--ul.active {
  display: flex;
}

.note {
  font-family: "Courgette", cursive;
}

.copy {
  color: #FFFFF7;
  text-decoration: none;
  font-family: "Blinker", sans-serif;
}

.copy--small {
  margin-top: 56px;
  margin-bottom: 30px;
}

.image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 700px) {
  body {
    font-size: 18px;
  }

  .page {
    padding: 0 77px;
  }

  .section--jeune {
    padding: 63px;
  }

  .grand--titre {
    font-size: 77px;
    margin-top: 145px;
    margin-bottom: 77px;
  }

  .sous--titre {
    font-size: 41px;
    margin-top: 0px;
    margin-bottom: 0;
  }

  p {
    margin-top: 41px;
  }

  nav,
footer {
    padding: 1em 0;
  }

  .nav--ul li {
    font-size: 33px;
    margin-top: 18px;
  }

  .copy--small {
    margin-top: 63px;
    margin-bottom: 33px;
  }

  .section {
    display: grid;
    grid-template-columns: 3.5em 1fr 3.5em;
    -moz-column-gap: 1em;
         column-gap: 1em;
    margin-bottom: 63px;
  }

  .section--footer {
    margin-bottom: 0;
  }

  .section > * {
    grid-column: 1/-1;
  }

  .image--sara {
    grid-column: 2/-2;
  }

  .text--decaler {
    grid-column: 2/-2;
  }

  .logo--neon {
    grid-column: 2/-2;
  }
}
@media (min-width: 1000px) {
  body {
    font-size: 22px;
  }

  .section {
    display: grid;
    grid-template-columns: 55px 655px 1fr;
    -moz-column-gap: 1em;
         column-gap: 1em;
    margin-bottom: 77px;
  }

  .section--footer {
    margin-bottom: 0;
  }

  .section--diff,
.section--header {
    display: grid;
    grid-template-columns: 55px 655px 1fr;
    grid-template-areas: ". h1 ." ". h2 ." ". p1 img" ". p2 img";
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 1em;
  }

  .grid--placmentimg1 {
    grid-area: p1;
  }

  .grid--placmentimg2 {
    grid-area: p2;
  }

  .grid--placmentimgTitre {
    grid-area: h1;
  }

  .grid--placmentimg1Sous {
    grid-area: h2;
  }

  .grid--pc {
    grid-column-end: -2;
  }

  .logo--neon,
.image--sara {
    grid-area: img;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    align-self: start;
  }

  .text--decaler {
    grid-column: 2/-2;
  }

  .burger {
    display: none;
  }

  .nav--ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2em;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .nav--ul li {
    font-size: 22px;
    margin-top: 1em;
  }
  .nav--ul li a {
    text-decoration: none;
    color: #FFFFF7;
  }
  .nav--ul li a:hover {
    border: 2px solid #FFFFF7;
    border-radius: 10px;
    padding: 5px;
  }
}
.imposteur {
  background: #3A2074;
  font-family: "Blinker", sans-serif;
  color: #FFFFF7;
}

.imposteur .titre {
  font-family: "Oxanium", sans-serif;
  color: #FFFFF7;
}

.shadow {
  text-shadow: 0 0 2px rgb(230, 68, 187), 0 0 5px rgba(230, 68, 187, 0.9), 0 0 10px rgba(230, 68, 187, 0.8), 0 0 20px rgba(230, 68, 187, 0.7);
}

.shadow .burger svg {
  filter: drop-shadow(0 0 2px rgb(230, 68, 187)) drop-shadow(0 0 5px rgba(230, 68, 187, 0.8)) drop-shadow(0 0 10px rgba(230, 68, 187, 0.7)) drop-shadow(0 0 20px rgba(230, 68, 187, 0.6));
  transition: filter 0.3s ease;
}

body.imposteur .nav--ul a.active {
  background-color: transparent;
  color: rgb(244, 238, 242);
}

.impo {
  position: relative;
}
.impo .image--imposteur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80%;
  background-image: url("../assets/images/image_imosteure.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
  display: none;
  transition: opacity 0.5s ease-in-out;
}
.impo h1, .impo h2, .impo p {
  position: relative;
  z-index: 1;
}

.back--neon {
  box-shadow: 0 0 8px #fff, inset 0 0 8px #fff, 0 0 16px #E644BB, inset 0 0 16px #E644BB, 0 0 32px #E644BB, inset 0 0 32px #E644BB;
  padding: 16px;
  border-radius: 10px;
}

@media (min-width: 1000px) {
  .imposteur .nav--ul a:hover {
    background-color: transparent;
    border: transparent;
    color: rgb(230, 68, 187);
    text-shadow: 0 0 2px rgb(248, 211, 236), 0 0 5px rgba(255, 231, 243, 0.9), 0 0 10px rgba(251, 246, 250, 0.8), 0 0 20px rgba(255, 250, 254, 0.7);
  }

  .neonrose:hover {
    content: url("../assets/images/logo_neon_blanc.svg");
  }
}
.btn--date {
  border: none;
  border-left: 5px solid #080808;
  background: none;
  margin: 0;
  padding: 0;
  padding: 16px;
  font-size: 30px;
  color: #080808;
}

.btn--date.visible {
  margin-left: 16px;
  margin-top: 30px;
}
.btn--date.visible .date--chifre {
  margin-top: 0;
}

.travaille {
  display: none;
  transition: all 0.3s ease;
}

.travaille.visible {
  display: block;
}

.titre--travaille {
  margin-bottom: 30px;
}

@media (min-width: 700px) {
  .btn--date {
    padding: 18px;
    font-size: 34px;
  }

  .btn--date.visible {
    margin-left: 18px;
    margin-top: 34px;
  }

  .date--travaille {
    display: grid;
    grid-template-columns: 3.5em 1fr 3.5em;
    -moz-column-gap: 1em;
         column-gap: 1em;
    margin-bottom: 0px;
  }

  .date--travaille > * {
    grid-column: 1/-1;
  }

  .travaille {
    grid-column: 2/-2;
  }

  .titre--travaille {
    margin-bottom: 34px;
  }
}
@media (min-width: 700px) {
  .btn--date {
    padding: 12px;
    font-size: 22px;
  }
  .btn--date:hover {
    border-left: 7px solid #080808;
    font-weight: 700;
  }

  .titre--travaille {
    margin-bottom: 41px;
  }
}

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