/* 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 */
.hero__boutons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.25rem;
}
.hero__boutons .btn {
  margin-top: 0;
}

.bandeau {
  background-color: #472C18;
  padding: 0.875rem 0;
  overflow: hidden;
  border-top: 3px solid #EA7E3E;
  border-bottom: 3px solid #EA7E3E;
}
.bandeau__track {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: -moz-max-content;
  width: max-content;
  animation: bandeau-scroll 28s linear infinite;
}
.bandeau__track:hover {
  animation-play-state: paused;
}
.bandeau__mot {
  color: #FFFDF7;
  white-space: nowrap;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
}
@media (min-width: 1188px) {
  .bandeau__mot {
    font-size: 1.1rem;
  }
}
.bandeau__separateur {
  color: #FECC4F;
  flex-shrink: 0;
  font-size: 0.75rem;
}

@keyframes bandeau-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.menu {
  background: radial-gradient(ellipse at 15% 100%, rgba(234, 126, 62, 0.25) 0%, transparent 55%), radial-gradient(ellipse at 85% 100%, rgba(254, 204, 79, 0.2) 0%, transparent 55%), #FFFDF7;
  align-items: flex-start;
}
.menu__texte {
  margin-top: 0.75rem;
  line-height: 1.6;
}
.menu__carte {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .menu__carte {
    flex-direction: row;
  }
}

.carte-item {
  background-color: #FFFDF7;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 0 20px rgba(71, 44, 24, 0.1);
  flex: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.carte-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(71, 44, 24, 0.12);
}
.carte-item__image {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
@media (min-width: 1188px) {
  .carte-item__image {
    width: 120px;
    height: 120px;
  }
}
.carte-item__titre {
  font-size: 1.5rem;
  font-family: "Memories Note", sans-serif;
  margin-bottom: 0.5rem;
  color: #EA7E3E;
}
.carte-item__texte {
  color: rgba(71, 44, 24, 0.8);
}

.histoire {
  background: radial-gradient(ellipse at 10% 70%, rgba(255, 219, 139, 0.5) 0%, transparent 50%), #FFFDF7;
  align-items: center;
}
@media (min-width: 1188px) {
  .histoire {
    position: relative;
  }
  .histoire::after {
    content: url("../img/menthe.png");
    position: absolute;
    left: 35%;
    top: -2rem;
  }
}
.histoire__texte {
  margin-top: 0.75rem;
}
.histoire__texte em {
  color: #EA7E3E;
  margin: 1.25rem 0 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid #EA7E3E;
  display: block;
  font-family: "Memories Note", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.histoire__image {
  width: 100%;
  max-width: 340px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1188px) {
  .histoire__image {
    max-width: 360px;
  }
}

.foodtruck {
  background: radial-gradient(ellipse at 15% 80%, rgba(255, 253, 247, 0.35) 0%, transparent 50%), radial-gradient(ellipse at 90% 60%, rgba(234, 126, 62, 0.45) 0%, transparent 55%), #FFDB8B;
  align-items: center;
}
.foodtruck__texte {
  margin-top: 0.75rem;
  line-height: 1.6;
}
.foodtruck__texte ul {
  padding: 0;
  margin-top: 0.5rem;
}
.foodtruck__texte ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.foodtruck__texte ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  background-color: #EA7E3E;
  border-radius: 50%;
  flex-shrink: 0;
}
.foodtruck__image {
  width: 100%;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
@media (min-width: 1188px) {
  .foodtruck__image {
    max-width: 480px;
  }
}

.emplacements {
  background: linear-gradient(to bottom, rgba(255, 219, 139, 0.4), #FFFDF7);
}
.emplacements__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 1188px) {
  .emplacements__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .emplacements__header .btn {
    margin-top: 0;
    flex-shrink: 0;
  }
}
.emplacements__liste {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .emplacements__liste {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}

.emplacement {
  background-color: #FFFDF7;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 0 20px rgba(71, 44, 24, 0.1);
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.emplacement:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(71, 44, 24, 0.12);
}
.emplacement__jour {
  font-family: "Memories Note", sans-serif;
  font-size: 1.5rem;
  color: #EA7E3E;
}
.emplacement__adresse {
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.875rem;
}
.emplacement__adresse::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.emplacement__adresse p {
  margin: 0;
}
.emplacement__adresse p:first-child {
  font-weight: 700;
  color: #472C18;
}
.emplacement__adresse p:not(:first-child) {
  color: rgba(71, 44, 24, 0.6);
}
.emplacement__horaires {
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 1.5rem;
  position: relative;
  margin-top: auto;
  padding-top: 0.5rem;
}
.emplacement__horaires::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/horloge.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.emplacement__texte {
  font-size: 0.875rem;
  line-height: 1.55;
}
.emplacement__texte p {
  margin: 0 0 0.4rem;
}
.emplacement__texte p:first-child {
  font-weight: 700;
  font-size: 0.95rem;
  color: #472C18;
}
.emplacement__texte p:not(:first-child) {
  color: rgba(71, 44, 24, 0.7);
}
.emplacement__texte a {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.4rem 1.1rem;
  border: 1.5px solid #EA7E3E;
  border-radius: 2rem;
  color: #EA7E3E;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.emplacement__texte a:hover {
  background-color: #EA7E3E;
  color: #FFFDF7;
}

.truck-me {
  background: radial-gradient(ellipse at 85% 25%, rgba(255, 253, 247, 0.2) 0%, transparent 50%), #EA7E3E;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 1188px) {
  .truck-me {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
  }
}
.truck-me__logo {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media (min-width: 1188px) {
  .truck-me__logo {
    width: 150px;
    height: 150px;
  }
}
.truck-me__contenu {
  flex: 1;
}
.truck-me__titre {
  color: #FFFDF7;
  margin-bottom: 0.75rem;
  font-family: "Memories Note", sans-serif;
}
.truck-me__texte {
  color: rgba(255, 253, 247, 0.9);
}
.truck-me__appli {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.truck-me__telecharger {
  color: #FFFDF7;
  margin-bottom: 1rem;
  font-family: "Memories Note", sans-serif;
}
.truck-me__liens {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 1188px) {
  .truck-me__liens {
    flex-direction: row;
  }
}
.truck-me__lien {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #FFFDF7;
  color: #472C18;
  border-radius: 2rem;
  padding: 0.55rem 1.25rem;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.truck-me__lien img {
  width: 1.1rem;
  height: 1.1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.truck-me__lien:hover {
  background-color: rgba(255, 253, 247, 0.85);
}

.temoignages {
  background: radial-gradient(ellipse at 20% 80%, rgba(255, 219, 139, 0.55) 0%, transparent 50%), #FFFDF7;
}
.temoignages__titre {
  margin-bottom: 2rem;
}