/* navbar */
.container .menu a.accueilCouleur {
  color: #c5c5c5;
}

/* header */
section.header {
  background-image: url('../img/bg1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  min-height: 720px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

section.header h4 {
  font-size: 36px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  width: 25%;
  border-radius: 10px;
  color: rgb(99, 99, 98);
  line-height: 1.5;
}

section.header p {
  font-size: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  width: 30%;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  line-height: 2;
}

/* section content */
section.content {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.column {
  flex: 1;
  padding: 60px 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.column h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.column p {
  font-size: 20px;
  line-height: 1.9;
  max-width: 450px;
  margin: 0 auto;
}

.green {
  background: #c8df69;
  color: white;
}

.grey {
  background: #cfcfcf;
  color: #ffffff;
}

/* banner */
.banner {
  width: 100%;
  padding: 25px 0;
  background: linear-gradient(to right, #f1f5e1, #d8ef79);
}

.banner p {
  margin: 0;
  font-size: 30px;
  color: #4c4c4c;
  font-family: "Georgia", serif;
  text-align: center;
  color: #43641F;
}

/* intro */
.nutrition {
  padding: 120px 20px;
}

.nutrition h1 {
  font-size: 50px;
  font-weight: bold;
  color: #a7c947;
  margin-bottom: 50px;
  line-height: 1.2;
  font-family: "Georgia", serif;
  text-align: center;
}

.intro {
  font-size: 25px;
  line-height: 1.8;
  color: #4e4e4e;
  font-family: "Georgia", serif;
  text-align: center;
  color: #43641F;
}

/* ------- SECTION GLOBAL ------- */
.about-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #cfdcd7, #d4f7e8, #bfd566);
}

/* ------- CONTAINER IMAGE + TEXTE ------- */
.about-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  padding: 50px;
  justify-content: center;
}

.about-photo img {
  width: 360px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

.about-text {
  background: #f2f2f2;
  padding: 60px;
  font-family: "Georgia", serif;
  font-size: 1.6rem;
  color: #4e4e4e;
  line-height: 1.8;
  max-width: 600px;
  border-radius: 3px;
}

.cta-container {
  text-align: center;
  margin-top: 60px;
}

.cta-button {
  background: #2e6842;
  color: white;
  padding: 28px 70px;
  display: inline-block;
  font-size: 1.8rem;
  font-family: "Georgia", serif;
  border-radius: 60px;
  text-decoration: none;
  letter-spacing: 0.2rem;
  transition: 0.3s;
}

.cta-button:hover {
  background: #245735;
}

/* citation */
.quote-block {
  background: #aecd37;
  padding: 40px 30px;
  text-align: center;
  max-width: 650px;
  margin: 50px auto 0;
  border-radius: 3px;
}

.quote-block .quote {
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 20px;
  color: white;
  font-family: "Georgia", serif;
}

.quote-block .author {
  font-size: 1.8rem;
  color: white;
  font-weight: bold;
  font-family: "Georgia", serif;
}


@media (max-width: 910px) {
  .content {
    flex-direction: column;
  }

  section.header h4 {
    font-size: 27px;
  }

  section.header p {
    font-size: 21px;
  }
}

@media (max-width: 850px) {
  section.header {
    flex-direction: column;
  }

  section.header h4 {
    width: 47%;
  }

  section.header p {
    line-height: 1.5;
    width: 65%;
  }

  .content {
    min-height: 50vh;
  }

  .about-section {
    padding: 50px 15px;
  }

  .about-container {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .about-photo img {
    width: 80%;
    max-width: 300px;
  }

  .about-text {
    padding: 35px 25px;
    font-size: 1.4rem;
    line-height: 1.7;
    max-width: 100%;
    text-align: left;
  }

  .banner p {
    font-size: 25px;
  }

  .cta-button {
    width: 50%;
    padding: 22px 20px;
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
  }

  .quote-block {
    max-width: 100%;
    padding: 30px 20px;
  }

  .quote-block .quote {
    font-size: 1.6rem;
  }

  .quote-block .author {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {

  section.header h4 {
    font-size: 24px;
  }

  .about-photo img {
    width: 95%;
  }

  .about-text {
    font-size: 1.3rem;
    padding: 28px 20px;
  }

  .cta-button {
    font-size: 18px;
    padding: 18px 15px;
    border-radius: 50px;
  }

  .quote-block .quote {
    font-size: 1.4rem;
  }

  .quote-block .author {
    font-size: 1.3rem;
  }
}