/* FONT FACE */
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-900-normal.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-300-normal.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/sarabun/sarabun-latin-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Memories Note";
  src: url("../fonts/Memories Note.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SpiderBrush";
  src: url("../fonts/SpiderBrush.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
/* VARIABLES */
@media (min-width: 1188px) {
  .hero::after {
    right: 3%;
  }
}
.histoire {
  position: relative;
}
.histoire--pale {
  background: linear-gradient(to bottom, rgba(255, 219, 139, 0.5), #FFFDF7);
}
.histoire--citron {
  background: radial-gradient(ellipse at 10% 20%, rgba(254, 204, 79, 0.3) 0%, transparent 55%), radial-gradient(ellipse at 98% 78%, rgba(234, 126, 62, 0.2) 0%, transparent 65%), rgba(255, 219, 139, 0.1);
}
.histoire__titre {
  font-family: "Memories Note", sans-serif;
  color: #9D9A39;
  font-size: 1.5rem;
}
@media (min-width: 1188px) {
  .histoire__titre {
    font-size: 2rem;
  }
}
.histoire__texte {
  line-height: 1.65;
}
.histoire .histoire__image {
  width: 100%;
  max-width: 320px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media (min-width: 1188px) {
  .histoire .histoire__image {
    max-width: 420px;
    height: 300px;
  }
}
.histoire--menthe .histoire__image {
  -o-object-fit: contain;
     object-fit: contain;
}
.histoire--citron::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: 5%;
  width: 5rem;
  height: 5rem;
  background-image: url("../img/citron.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 1188px) {
  .histoire--citron::before {
    width: 7rem;
    height: 7rem;
    top: -2rem;
    right: 8%;
  }
}
.histoire--menthe::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 3%;
  width: 4.5rem;
  height: 4.5rem;
  background-image: url("../img/menthe.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 1188px) {
  .histoire--menthe::before {
    width: 7rem;
    height: 7rem;
    top: 2rem;
    left: 5%;
  }
}

.foodtruck-cta {
  background-color: #FECC4F;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foodtruck-cta__titre {
  font-family: "Memories Note", sans-serif;
  color: #472C18;
  font-size: 1.75rem;
  font-weight: 400;
}
@media (min-width: 1188px) {
  .foodtruck-cta__titre {
    font-size: 2.25rem;
  }
}
.foodtruck-cta__texte {
  max-width: 40rem;
}
.foodtruck-cta__boutons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 530px) {
  .foodtruck-cta__boutons {
    flex-direction: row;
    justify-content: center;
  }
}
.foodtruck-cta__boutons .btn {
  margin-top: 0;
}