@charset "UTF-8";
/*
$level0 : 16px;
$level1 : 22px;
$level2 : 31px;
$level3 : 44px;
$level4 : 62px;
*/
body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.title {
  color: #e41612;
}

@font-face {
  font-family: figtree;
  src: url(../assets/fonts/Figtree-SemiBold.ttf);
}
@font-face {
  font-family: SuperDream;
  src: url(../assets/fonts/Super\ Dream.ttf);
}
body {
  color: #532314;
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: figtree;
  font-size: clamp(0.9375rem, 0.8845rem + 0.2825vw, 1.5625rem);
  background-color: #ffe8c4;
}

.hidden {
  display: none;
}

.accueil {
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: SuperDream;
  background-color: #ffdca3;
  position: absolute;
  z-index: 98;
}
.accueil .accueil__title {
  margin: 0;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  font-size: clamp(2.6504rem, 2.5007rem + 0.7986vw, 4.4174rem);
}
.accueil .accueil__subtitle {
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: clamp(1.8744rem, 1.7685rem + 0.5648vw, 3.1241rem);
}
.accueil .accueil__texte {
  padding: 2.5em 2.5em 5em 2.5em;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 24px;
}
.accueil .accueil__texte p {
  margin: 24px;
  font-family: figtree;
  max-width: 60ch;
  padding-right: 2.5em;
}
.accueil .accueil__divbtn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
}
.accueil .accueil__divbtn button {
  width: 572px;
  height: 90px;
  border: none;
  border-radius: 40px;
  background-color: #82a33e;
  cursor: pointer;
  color: #FFD44D;
  font-family: SuperDream;
  font-size: clamp(0.9375rem, 0.8845rem + 0.2825vw, 1.5625rem);
}
.accueil .accueil__divbtn button:hover, .accueil .accueil__divbtn button:focus {
  background-color: #27742D;
  transition: all 0.3s ease-in-out;
}
.accueil .accueil__divbtn button:active {
  background-color: #27742D;
  color: #532314;
}
.accueil .accueil__graph {
  padding-top: 80px;
}
.accueil .accueil__graph .accueil__txtgraph {
  margin: 0;
  padding-left: 80px;
  display: flex;
  justify-content: center;
  font-size: clamp(1.8744rem, 1.7685rem + 0.5648vw, 3.1241rem);
}
.accueil .accueil__graph .accueil__imggraph {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.accueil .accueil__graph .accueil__imggraph img {
  width: clamp(35.75rem, 9.7647rem + 33.5294vw, 50rem);
  height: auto;
}
@media (max-width: 1190px) {
  .accueil .accueil__title {
    font-size: 45.23px;
  }
  .accueil .accueil__subtitle {
    padding-left: 40px;
    font-size: 31.99px;
  }
  .accueil .accueil__texte {
    padding: 1.25em 2.5em;
    flex-direction: column;
    font-size: 16px;
  }
  .accueil .accueil__texte img {
    width: clamp(11.125rem, 4.1365rem + 34.9425vw, 30.125rem);
  }
  .accueil .accueil__divbtn button {
    width: clamp(17.875rem, 11.6576rem + 31.087vw, 35.75rem);
    height: 40px;
  }
  .accueil .accueil__graph .accueil__txtgraph {
    padding-left: 40px;
    font-size: 31.99px;
  }
  .accueil .accueil__graph .accueil__imggraph {
    padding: 1.25em 2.5em;
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .accueil .accueil__graph .accueil__imggraph img {
    width: clamp(17.875rem, 11.6576rem + 31.087vw, 35.75rem);
    height: auto;
  }
}

h2 {
  margin: 1% 0 4% 0;
}

.title {
  font-family: SuperDream;
  color: #82a33e;
  font-size: clamp(3.7477rem, 3.536rem + 1.1293vw, 6.2462rem);
}

.subtitle {
  font-family: SuperDream;
  font-size: clamp(1.8744rem, 1.7685rem + 0.5648vw, 3.1241rem);
}

.textIntro {
  color: #532314;
  font-weight: bold;
  /* margin: 0; */
  max-width: 75%;
}

.navigation {
  position: relative;
  display: flex;
  justify-content: center;
  height: 50px;
  z-index: 99;
  padding: clamp(0.3125rem, 0.2038rem + 0.5435vw, 0.625rem) clamp(0.875rem, 0.7446rem + 0.6522vw, 1.25rem);
  background-color: #27742D;
}
.navigation__logo {
  width: clamp(3.375rem, 2.8098rem + 2.8261vw, 5rem);
}

.intro {
  position: absolute;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: -1;
}

.textIntro {
  margin: 1%;
}

.ticket, .ticketingrédient {
  position: absolute;
  right: 31px;
  bottom: 9vh;
  background-color: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: rotate(-5deg);
  padding: clamp(0.875rem, 0.7446rem + 0.6522vw, 1.25rem);
  box-shadow: -16px 16px 0px rgba(83, 35, 20, 0.2);
}
.ticket__textexplicatif, .ticketingrédient__textexplicatif {
  padding-bottom: clamp(0.875rem, 0.7446rem + 0.6522vw, 1.25rem);
  width: 80%;
  margin-bottom: 0;
}
.ticket__line, .ticketingrédient__line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ticket__line p, .ticketingrédient__line p {
  margin: clamp(0.3125rem, 0.2038rem + 0.5435vw, 0.625rem);
}
.ticket__listeprix, .ticketingrédient__listeprix {
  border-top: solid #532314;
  margin-top: 0;
}
.ticket__burgersDiv, .ticketingrédient__burgersDiv {
  display: grid;
  grid-template-columns: -webkit-max-content repeat(2, 1fr);
  grid-template-columns: max-content repeat(2, 1fr);
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ticket__initialburger, .ticket__placeholderburger, .ticketingrédient__initialburger, .ticketingrédient__placeholderburger {
  height: 200px;
}
.ticket__initialburger img, .ticket__placeholderburger img, .ticketingrédient__initialburger img, .ticketingrédient__placeholderburger img {
  height: 100%;
}
.ticket__equal, .ticketingrédient__equal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket__equalLetter, .ticketingrédient__equalLetter {
  font-size: clamp(5.2993rem, 4.9999rem + 1.5968vw, 8.8322rem);
  margin: 0;
}
.ticket__compareDate, .ticketingrédient__compareDate {
  align-self: end;
}
.ticket__miniburgers, .ticketingrédient__miniburgers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger__compare {
  align-self: end;
}

.ticketingrédient {
  transform: rotate(5deg);
  z-index: -1;
}

.timeline {
  position: fixed;
  top: 0;
  left: 0;
  /* si tu veux la mettre à droite, par exemple */
  width: 15vw;
  height: 100vh;
  /* toute la hauteur de la fenêtre */
  overflow-y: auto;
  /* active la scrollbar verticale */
  overflow-x: hidden;
  /* évite le scroll horizontal */
  background-color: #ffdca3;
  /* supprime le flex-wrap si tu souhaites un simple flux vertical */
  display: flex;
  flex-direction: column;
  padding: 0;
}
.timeline__titrexplicatif {
  text-align: center;
  margin-top: 60px;
  /* margin-bottom: auto; */
}
.timeline__btns {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.timeline__année {
  font-size: clamp(3.7477rem, 3.536rem + 1.1293vw, 6.2462rem);
  color: #532314;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px;
  box-sizing: border-box;
  border: none;
  background: #ffdca3;
  cursor: pointer;
}
.timeline__année:hover, .timeline__année:focus {
  background-color: #82a33e;
  transition: all 0.1s ease-out;
}
.timeline__switch {
  position: fixed;
  top: 7%;
  left: 15vw;
  font-family: SuperDream;
  font-size: clamp(0.9375rem, 0.8845rem + 0.2825vw, 1.5625rem);
  background-color: #82a33e;
  border: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: clamp(0.3125rem, 0.2038rem + 0.5435vw, 0.625rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  align-self: center;
  margin: 22px;
}
.timeline__switch:hover {
  cursor: pointer;
  background-color: #27742D;
  color: #fff8c4;
  transition: 0.2s;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

@media (max-width: 1921px) {
  body {
    font-size: clamp(0.9375rem, 0.8845rem + 0.2825vw, 1.5625rem);
  }

  .title {
    font-size: clamp(2.6504rem, 2.5007rem + 0.7986vw, 4.4174rem);
  }

  .subtitle {
    font-size: clamp(1.3256rem, 1.2507rem + 0.3994vw, 2.2094rem);
  }

  .timeline__année {
    font-size: clamp(2.6504rem, 2.5007rem + 0.7986vw, 4.4174rem);
  }
  .timeline__switch {
    left: 15vw;
  }

  .ticket__initialburger, .ticket__placeholderburger, .ticketingrédient__initialburger, .ticketingrédient__placeholderburger {
    height: 100px;
  }
}
@media (max-width: 1250px) {
  body {
    font-size: clamp(0.863rem, 0.8256rem + 0.1998vw, 1.305rem);
  }

  .title {
    font-size: clamp(1.8744rem, 1.7685rem + 0.5648vw, 3.1241rem);
  }

  .subtitle {
    font-size: clamp(0.9375rem, 0.8845rem + 0.2825vw, 1.5625rem);
  }

  .timeline {
    width: 20vw;
  }
  .timeline__année {
    font-size: clamp(1.8744rem, 1.7685rem + 0.5648vw, 3.1241rem);
  }
  .timeline__switch {
    left: 20vw;
  }

  .ticket, .ticketingrédient {
    bottom: 2.5vh;
  }
}
@media (max-width: 800px) {
  body {
    font-size: clamp(0.6689rem, 0.6424rem + 0.1413vw, 0.9815rem);
  }

  .title {
    font-size: clamp(1.8744rem, 1.7685rem + 0.5648vw, 3.1241rem);
  }

  .subtitle {
    font-size: clamp(0.9375rem, 0.8845rem + 0.2825vw, 1.5625rem);
  }

  .timeline__année {
    font-size: clamp(1.8744rem, 1.7685rem + 0.5648vw, 3.1241rem);
  }
}
@media (max-width: 700px) {
  .timeline {
    top: clamp(2.5625rem, 1.6712rem + 4.4565vw, 5.125rem);
    margin: 0;
    justify-content: space-evenly;
    flex-flow: row wrap;
    height: 10%;
    width: 100vw;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .timeline__switch {
    position: fixed;
    align-self: end;
    top: 14%;
    margin: 0;
    left: 40vw;
    /* margin-bottom: 10px; */
  }
  .timeline__ingredient {
    display: flex;
  }
  .timeline__titrexplicatif {
    display: none;
  }
  .timeline__btns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .textIntro {
    margin: auto;
  }

  .intro {
    margin-top: 10vh;
  }

  .ticket__titrexplicatif {
    margin: 5px 0 5px 0;
  }
}
@media (max-height: 750px) {
  .ticket__initialburger, .ticket__placeholderburger, .ticketingrédient__initialburger, .ticketingrédient__placeholderburger {
    height: 90px;
  }

  body {
    font-size: 9px;
  }

  .ticket__titrexplicatif {
    margin: 0;
  }
}
@media (max-height: 500px) {
  .timeline__switch {
    top: 16%;
  }
}

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