/* 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 */
.histoire {
  position: relative;
}
.histoire__image {
  width: 100%;
  max-width: 280px;
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1188px) {
  .histoire__image {
    max-width: 360px;
    max-height: 400px;
  }
}
.histoire__titre {
  font-family: "Memories Note", sans-serif;
  color: #9D9A39;
  font-size: 1.5rem;
}
@media (min-width: 1188px) {
  .histoire__titre {
    font-size: 2rem;
  }
}
.histoire--impair {
  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--pair {
  background: radial-gradient(ellipse at 25% 85%, rgba(255, 219, 139, 0.4) 0%, transparent 75%), #FFFDF7;
}
@media (min-width: 1188px) {
  .histoire--pair {
    background: radial-gradient(ellipse at 95% 40%, rgba(255, 219, 139, 0.5) 0%, transparent 55%), #FFFDF7;
  }
}
.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: 8rem;
    height: 8rem;
    top: -3rem;
    right: 5%;
  }
}
.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: 8rem;
    height: 8rem;
    top: -3rem;
    left: 5%;
  }
}
.histoire--coriandre::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: 5%;
  width: 5rem;
  height: 5rem;
  background-image: url("../img/coriandre.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 1188px) {
  .histoire--coriandre::before {
    width: 8rem;
    height: 8rem;
    top: 0;
    right: 5%;
  }
}
@media (min-width: 1500px) {
  .histoire--coriandre::before {
    width: 10rem;
    height: 10rem;
    top: 1rem;
    right: 8%;
  }
}

.merci {
  text-align: center;
}
.merci__titre {
  font-family: "Memories Note", sans-serif;
  color: #472C18;
  font-size: 1.75rem;
  font-weight: 400;
}
@media (min-width: 1188px) {
  .merci__titre {
    font-size: 2.25rem;
  }
}
.merci__texte {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.65;
}
.merci .btn {
  margin: 1.5rem auto 0;
}

.portrait {
  background: linear-gradient(to bottom, rgba(255, 219, 139, 0.4) 0%, #FFFDF7 70%);
  text-align: center;
}
.portrait__titre {
  margin-bottom: 2.5rem;
}
.portrait__mots {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .portrait__mots {
    flex-direction: row;
    justify-content: center;
  }
}
.portrait__texte {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.65;
  color: rgba(71, 44, 24, 0.8);
  font-style: italic;
}

.portrait-mot {
  background-color: #FFFDF7;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 3px 10px rgba(71, 44, 24, 0.1);
  flex: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.portrait-mot:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(71, 44, 24, 0.12);
}
.portrait-mot__mot {
  font-family: "SpiderBrush", sans-serif;
  color: #9D9A39;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.portrait-mot__description {
  color: rgba(71, 44, 24, 0.75);
  line-height: 1.5;
  margin: 0;
}

.citation {
  background-color: #FECC4F;
  text-align: center;
}
.citation__contenu {
  font-family: "Memories Note", sans-serif;
  font-size: 1.5rem;
}
.citation__contenu > p {
  max-width: 600px;
  margin: auto;
}
@media (min-width: 1188px) {
  .citation__contenu {
    font-size: 2rem;
  }
}