@charset "UTF-8";
@font-face {
  font-family: "Aspekta Variable";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  src: url("../assets/fonts/AspektaVF.woff2") format("woff2");
}
* {
  margin: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}

ul {
  list-style: none;
}

html, body {
  overflow-x: hidden;
  width: 100dvw;
}

body {
  font-family: "Aspekta Variable";
  font-weight: 400;
  background-color: #FFFAEB;
}

button {
  cursor: pointer;
}

button:hover {
  transition: all 0.3s cubic-bezier(0.14, 1.07, 0.66, 1);
}

.h2 {
  font-size: clamp(1.75rem, 1.158rem + 2.524vw, 4.188rem);
  margin: clamp(7rem, 5.301rem + 7.249vw, 14rem) 0 clamp(4rem, 3.029rem + 4.142vw, 8rem) 0;
  line-height: 160%;
  width: 100%;
  font-weight: 600;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header__menu {
  font-size: 21px;
  padding: clamp(0.5rem, 0.379rem + 0.518vw, 1rem) clamp(1rem, -0.699rem + 7.249dvw, 8rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFAEB;
}
.header .menu__list {
  width: 100dvw;
  height: 100dvh;
  background-color: #FFFAEB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  transform: translateX(100vw);
  transition: all 0.3s ease-out;
}
.header .menu__el {
  margin-bottom: 16px;
}
.header .menu__el a {
  color: #893E00;
}
.header .menu__el a:hover {
  color: #FFBA0A;
}
.header .menu__logo {
  width: clamp(2.5rem, 2.136rem + 1.553dvw, 4rem);
  height: clamp(2.5rem, 2.136rem + 1.553dvw, 4rem);
  z-index: 11;
}
.header .menu__btn {
  background-color: transparent;
  border: none;
  font-size: clamp(2.375rem, 2.178rem + 0.841dvw, 3.188rem);
  color: #140F00;
  min-width: 40px;
  min-height: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 100%;
  cursor: pointer;
  position: relative;
}
.header .menu__btn::before {
  content: "☰";
  width: 100%;
  height: 100%;
  display: block;
  color: #140F00;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
.header__menu.menu-open .menu__list {
  transform: translateX(0vw);
}
.header__menu.menu-open .menu__btn::before {
  content: "✕";
  color: #140F00;
}
.header--experience {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #FFFAEB;
}
.header--experience .header__menu--experience {
  padding: 8px 16px;
}
.header--experience .menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header--experience .menu__list .menu__btn--back, .header--experience .menu__list .menu__btn--end {
  font-size: 16px;
  font-family: "Aspekta Variable";
  color: #140F00;
}
.header--experience .menu__list .menu__btn--back {
  border: none;
  background-color: transparent;
  visibility: hidden;
}
.header--experience .menu__list .menu__btn--end {
  background-color: rgba(255, 186, 10, 0.4);
  border: 1px solid #FFBA0A;
  padding: 8px;
}
.header--experience .menu__list .menu__btn--end:hover {
  background-color: #FFBA0A;
}

.main .accueil {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh + clamp(3.5rem, 0.951rem + 10.874vw, 14rem));
  line-height: 140%;
}
.main .accueil__title {
  margin-top: clamp(5rem, 4.272rem + 3.107vw, 8rem);
}
.main .accueil__title .title__h1 {
  font-size: clamp(5.625rem, 4.563rem + 4.531vw, 10rem);
  line-height: 100%;
  text-align: center;
  font-weight: 500;
  overflow: hidden;
}
.main .accueil__title .title__p {
  text-align: center;
  line-height: 120%;
  font-size: clamp(1rem, 0.818rem + 0.777vw, 1.75rem);
  font-weight: 500;
  overflow: hidden;
}
.main .accueil__deco {
  width: 100%;
  height: auto;
  position: absolute;
  top: clamp(3.5rem, 0.951rem + 10.874vw, 14rem);
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-animation: decoSvg 0.3s linear 0.3s forwards;
          animation: decoSvg 0.3s linear 0.3s forwards;
}
.main .accueil__deco img {
  width: 100vw;
}
.main .fonctionnement, .main .avis, .main .experience, .main ~ .footer {
  padding: 0 16px;
}
.main .fonctionnement__title {
  margin-top: clamp(4rem, 3.272rem + 3.107vw, 7rem);
}
.main .fonctionnement__div {
  width: 100%;
}
.main .fonctionnement__p {
  font-size: clamp(1rem, 0.924rem + 0.324vw, 1.313rem);
}
.main .fonctionnement__p:first-of-type {
  margin-bottom: 16px;
}
.main .fonctionnement__details {
  margin-top: clamp(4rem, 2.092rem + 8.142vw, 6rem);
}
.main .fonctionnement__details .details__div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main .fonctionnement__details .details__el {
  margin-bottom: 2rem;
  max-width: 47%;
}
.main .fonctionnement__details .details__el .details__title {
  color: #893E00;
  font-size: 21px;
  margin-bottom: 1rem;
}
.main .fonctionnement__details .details__el .details__text {
  font-size: 16px;
}
.main .fonctionnement__details .details__el:nth-of-type(5), .main .fonctionnement__details .details__el:nth-of-type(6) {
  margin-bottom: 0;
}
.main .fonctionnement__visuel {
  margin-top: clamp(4rem, 2.092rem + 8.142vw, 6rem);
}
.main .avis__el {
  position: relative;
  margin-bottom: clamp(4rem, 2.092rem + 8.142vw, 6rem);
  max-width: 75%;
}
.main .avis__el .el__nom {
  font-size: clamp(1.313rem, 0.857rem + 1.942vw, 3.188rem);
}
.main .avis__el .el__fonction {
  font-size: clamp(0.75rem, 0.613rem + 0.583vw, 1.313rem);
}
.main .avis__el .el__fonction, .main .avis__el .el__nom {
  color: #893E00;
}
.main .avis__el .el__text {
  font-size: clamp(1rem, 0.924rem + 0.324vw, 1.313rem);
}
.main .avis__el::before {
  content: "";
  background-image: url("../assets/images/avis_symbol.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  top: 0;
  left: -80px;
}
.main .avis__professeurs .avis__el:last-of-type {
  margin-bottom: 0;
}
.main .avis__professeurs, .main .avis__eleves {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main .experience {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .experience__ctaText {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(1.313rem, 0.857rem + 1.942vw, 3.188rem);
  line-height: 120%;
}
.main .experience__ctaText .h3__span:last-of-type {
  color: #893E00;
}
.main .experience .btn {
  margin: 32px 0;
  width: 98%;
}

.footer {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__title {
  font-size: clamp(2.375rem, 1.6rem + 3.308vw, 3.188rem);
  display: inline;
  border-bottom: 1px solid #140F00;
  padding-right: 8px;
  line-height: normal;
}
.footer__menu {
  margin: 16px 0 clamp(2rem, 1.515rem + 2.071vw, 4rem) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
}
.footer__menu .menu__el {
  font-size: clamp(0.75rem, 0.511rem + 1.018vw, 1rem);
}
.footer__menu .menu__el a {
  color: #893E00;
}
.footer__menu .menu__el a:hover {
  color: #FFBA0A;
}
.footer__menu .menu__el:first-of-type {
  margin-bottom: 16px;
}
.footer__links {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(2rem, 1.515rem + 2.071vw, 4rem);
}
.footer__links .links__el {
  font-size: clamp(0.75rem, 0.511rem + 1.018vw, 1rem);
  color: #140F00;
}
.footer__links .links__el:hover {
  color: rgba(20, 15, 0, 0.25);
}
.footer--experience {
  padding: 0 clamp(1rem, -6.524rem + 32.104vw, 32rem);
  margin-top: 96px;
}

.btn {
  margin-top: 32px;
  width: 90%;
  height: auto;
  border: none;
  background-color: transparent;
  cursor: default;
}
.btn .cls-1 {
  stroke-miterlimit: 4;
  stroke-width: 1px;
}
.btn .cls-1, .btn .cls-2, .btn .cls-3, .btn .cls-5 {
  fill: none;
}
.btn .cls-1, .btn .cls-2, .btn .cls-3, .btn .cls-4 {
  stroke: #ffba0a;
}
.btn .cls-8 {
  font-family: "AspektaVariable_500.000wght_0ital", "Aspekta Variable";
  font-size: 16px;
  font-variation-settings: "wght" 500, "wdth" 0;
}
.btn .cls-2 {
  stroke-miterlimit: 4;
  stroke-width: 1px;
}
.btn .cls-4 {
  fill: rgba(255, 186, 10, 0.4);
}
.btn .cls-6, .btn .cls-7 {
  fill: #100700;
}
.btn .cls-7, .btn .cls-5 {
  isolation: isolate;
}
.btn .cls-7, .btn .cls-5, .btn .cls-6 {
  opacity: 0;
}
.btn .cls-5 {
  stroke: #100700;
  stroke-linecap: round;
  stroke-width: 8px;
}
.btn .cls-3.Hex {
  fill: rgba(255, 186, 10, 0);
}
.btn .cls-3.Hex.Hex-hover, .btn .cls-4.Hex.Hex-hover {
  fill: #FFBA0A;
  transition: fill 0.3s cubic-bezier(0.14, 1.07, 0.66, 1);
}
.btn #Hex1, .btn #Hex2, .btn #Hex3, .btn #Hex4, .btn #Hex5, .btn #Hex6, .btn #Hex1-2, .btn #Hex2-2, .btn #Hex3-2, .btn #Hex4-2, .btn #Hex5-2, .btn #Hex6-2 {
  transition: all 0.3s cubic-bezier(0.14, 1.07, 0.66, 1);
}
.btn #Btn, .btn #Btn-2 {
  cursor: pointer;
}
.btn #Btn text, .btn #Btn-2 text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.experience__h1 {
  visibility: hidden;
  height: 0;
}
.experience__h2 {
  text-align: center;
  font-size: 28px;
  margin-top: 32px;
  display: none;
}

.presentation {
  padding: 0 16px;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
}
.presentation__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 64px;
}
.presentation__form .presentation__label--name {
  margin-bottom: 8px;
}
.presentation__form .presentation__input--name {
  height: 16px;
  padding: 8px 8px;
  margin-bottom: 16px;
  border-radius: 0%;
  border: 1px solid #140F00;
}
.presentation__form .presentation__btn {
  width: 100%;
  height: 32px;
  border-radius: 0%;
  border: 1px solid #FFBA0A;
  background: rgba(255, 186, 10, 0.4);
  font-family: "Aspekta Variable";
  font-weight: 400;
  color: #140F00;
}
.presentation__form .presentation__btn:hover {
  background-color: #FFBA0A;
}

.classes {
  flex-direction: column;
  align-items: center;
  display: none;
  padding: 0 16px;
}
.classes__p {
  font-size: 12px;
}
.classes__svg {
  width: 100%;
  margin-top: 64px;
}
.classes__svg svg {
  width: 100%;
  height: 100%;
}
.classes__svg svg #classes__btn--id {
  cursor: pointer;
}
.classes__svg svg #classes__btn--id:hover .hex--fill {
  fill-opacity: 1;
  transition: all 0.3s cubic-bezier(0.14, 1.07, 0.66, 1);
}

.elevesListe {
  padding: 0 16px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.elevesListe__p {
  font-size: 12px;
}
.elevesListe__svg {
  width: 100%;
  margin-top: 64px;
}
.elevesListe__svg svg {
  width: 100%;
  height: 100%;
}
.elevesListe__svg svg #elevesListe__btn--id {
  cursor: pointer;
}
.elevesListe__svg svg #elevesListe__btn--id:hover .hex--fill {
  fill-opacity: 1;
  transition: all 0.3s cubic-bezier(0.14, 1.07, 0.66, 1);
}

.eleve {
  padding: 0 16px;
  display: none;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10%;
}
.eleve__p {
  font-size: 12px;
  max-width: 50ch;
  text-align: center;
}
.eleve__details .eleve__h3 {
  font-weight: 400;
  font-size: 28px;
  margin: 32px 0 16px 0;
}
.eleve__details .details__list {
  width: 100%;
  margin-bottom: 32px;
}
.eleve__details .eleve__h4 {
  font-size: 21px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 8px;
}
.eleve__details .eleve__h4:first-of-type {
  border-bottom: 0.5px solid rgba(20, 15, 0, 0.25);
}
.eleve__details .details__el {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #FFBA0A;
  padding: 8px 16px;
}
.eleve__details .details__el .el__btn {
  border: none;
  background: transparent;
  pointer-events: auto;
}
.eleve__details .details__el .el__btn:hover .btn > path:first-of-type {
  fill-opacity: 1;
  transition: all 0.3s cubic-bezier(0.14, 1.07, 0.66, 1);
}
.eleve__details .details__el .el__btn svg, .eleve__details .details__el .el__btn svg * {
  pointer-events: none;
}
.eleve__details .details__el:nth-of-type(1) {
  margin-bottom: 8px;
}
.eleve__details .details__el:nth-of-type(2) {
  background-color: rgba(132, 129, 117, 0.2);
  border-color: rgba(132, 129, 117, 0.7);
}
.eleve .commentaire__el--read {
  border: 1px solid #FFBA0A;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.eleve .commentaire__el--read .el__text--time {
  font-size: 12px;
  margin-top: 8px;
}
.eleve__commentaire--write {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.eleve__commentaire--write .eleve__h4 {
  font-size: 21px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 8px;
}
.eleve__commentaire--write .commentaire__el--write {
  border: 1px solid #FFBA0A;
  background-color: #FFFAEB;
  min-height: 80px;
  padding: 16px;
}
.eleve__commentaire--write .commentaire__btn {
  width: 100%;
  padding: 8px 0;
  margin-top: 8px;
  background-color: rgba(132, 129, 117, 0.2);
  border: 1px solid rgba(132, 129, 117, 0.7);
  font-size: 16px;
  font-family: "Aspekta Variable";
  color: #140F00;
}

.selectModule {
  padding: 0 16px;
  display: none;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFAEB;
  height: 100%;
}
.selectModule__h3 {
  text-align: center;
  font-size: clamp(1.313rem, 1.055rem + 1.1vw, 2.375rem);
  font-weight: 400;
  margin-top: 16px;
}
.selectModule--padding {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.selectModule__btn {
  border: none;
  background-color: transparent;
  cursor: default;
  width: 35%;
  margin-top: 32px;
}
.selectModule__btn svg {
  width: 100%;
  height: 100%;
}
.selectModule__btn--svg:hover {
  cursor: pointer;
}
.selectModule__btn--svg:hover > path {
  fill-opacity: 1;
}

.cours {
  padding: 0 16px;
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFAEB;
}
.cours--padding {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cours__h3 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 16px;
  border-bottom: 1px solid rgba(20, 15, 0, 0.25);
}
.cours__h4 {
  font-size: 21px;
  font-weight: 500;
  color: #893E00;
  margin: 32px 0 16px 0;
}
.cours__p {
  margin-bottom: 16px;
}
.cours__p:last-of-type {
  margin-bottom: 0;
}
.cours__img {
  width: 100%;
  margin-top: 16px;
}
.cours__btn {
  padding: 8px 0;
  font-family: "Aspekta Variable";
  font-size: 16px;
  border: 1px solid #FFBA0A;
  background-color: rgba(255, 186, 10, 0.4);
  margin: 32px 0;
  color: #140F00;
}
.cours__btn:hover {
  background-color: #FFBA0A;
}
.cours .reponses {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cours .reponses__el {
  border: 1px solid #FFBA0A;
  padding: 4px 8px;
  margin: 32px 0px;
  cursor: pointer;
}
.cours .reponses__el input {
  display: none;
}
.cours .reponses__el label {
  cursor: pointer;
}
.cours .reponses__el:has(input:checked) {
  background-color: rgba(255, 186, 10, 0.4);
}
.cours .reponses__el:has(input:checked).false {
  background-color: rgba(255, 10, 10, 0.4);
  border: 1px solid #FF0A0A;
}
.cours .reponses__el:has(input:checked).true {
  background-color: rgba(6, 97, 0, 0.4);
  border: 1px solid #066100;
}
.cours .reponses__el.false {
  background-color: rgba(255, 10, 10, 0.4);
  border: 1px solid #FF0A0A;
}
.cours .reponses__el.true {
  background-color: rgba(6, 97, 0, 0.4);
  border: 1px solid #066100;
}
.cours .reponses__btn, .cours .reponses__btn--end {
  margin: 0px 0px 32px 0px;
  padding: 8px 0;
  border: 1px solid #FFBA0A;
  background-color: rgba(255, 186, 10, 0.4);
  font-family: "Aspekta Variable";
  font-size: 16px;
  color: #140F00;
}
.cours .reponses__btn:hover, .cours .reponses__btn--end:hover {
  background-color: #FFBA0A;
}
.cours .reponses__btn--end {
  display: none;
}

.classes, .elevesListe, .presentation {
  margin-bottom: 256px;
}

.selectModule, .cours, .experience__h2 {
  padding-top: 64px;
}

.section__h2--hidden {
  display: none;
}

.displayed {
  display: flex;
}

@media (min-width: 768px) {
  .main .fonctionnement, .main .avis, .main .experience, .main ~ .footer {
    padding: 0 64px;
  }
  .main .avis__el .el__nom {
    font-size: 38px;
  }
  .main .avis__el .el__fonction {
    font-size: 16px;
  }
  .main .avis__el .el__text {
    font-size: 21px;
  }
  .main .avis__el::before {
    width: 112px;
    height: 112px;
    left: -144px;
  }
  .main .fonctionnement__details .details__el {
    max-width: 48%;
  }
  .main .btn {
    width: 70%;
  }
  .main .experience .btn {
    width: 84%;
  }

  .presentation__form {
    width: 70%;
  }

  .eleve {
    padding: 0 64px;
  }
  .eleve__details {
    width: 70%;
  }

  .cours, .selectModule {
    width: 100%;
    padding: 0;
    padding-top: 64px;
  }
  .cours--padding, .selectModule--padding {
    width: 70%;
  }

  .classes, .elevesListe {
    padding: 0 64px;
  }
  .classes__svg, .elevesListe__svg {
    width: 80%;
  }
}
@media (min-width: 1440px) {
  .main .fonctionnement, .main .avis, .main .experience {
    padding: 0 128px;
  }
  .main .fonctionnement {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .fonctionnement__p {
    margin-left: 64px;
  }
  .main .fonctionnement__p:last-of-type {
    max-width: 70ch;
  }
  .main .fonctionnement__details {
    max-width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 64px;
  }
  .main .fonctionnement__details .details__div .details__el {
    width: 50%;
  }
  .main .fonctionnement__visuel {
    max-width: 45%;
  }
  .main .avis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .avis__professeurs, .main .avis__eleves {
    max-width: 50%;
  }
  .main .avis__el .el__nom {
    font-size: 51px;
  }
  .main .avis__el .el__fonction {
    font-size: 21px;
  }
  .main .avis__el .el__text {
    font-size: 21px;
  }
  .main .avis__el::before {
    width: 112px;
    height: 112px;
    left: -144px;
  }
  .main .btn {
    width: 28%;
  }
  .main .experience .btn {
    width: 35%;
  }

  .footer {
    padding: 0 512px;
  }
  .footer .footer__menu {
    width: 45%;
  }
  .footer .footer__links {
    justify-content: space-around;
    width: 50%;
    margin: 0 auto clamp(2rem, 1.515rem + 2.071vw, 4rem) auto;
  }

  .presentation__form {
    width: 30%;
  }

  .eleve {
    padding: 0 128px;
  }
  .eleve__details {
    width: 30%;
  }

  .cours--padding, .selectModule--padding {
    width: 35%;
  }

  .selectModule__btn {
    width: 20%;
  }
  .selectModule--padding {
    width: 45%;
  }

  .classes, .elevesListe {
    padding: 0 128px;
  }
  .classes__svg, .elevesListe__svg {
    width: 30%;
  }
}
@-webkit-keyframes decoSvg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes decoSvg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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