*{
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-color);
    color: #f09367;
    font-family: "Asul";
    line-height: 1.6;
    font-size: 0.95rem;
}

.subtitle {
    display: block;
    font-family: "Asul";
    font-style: italic;
    color: black;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.subtitle.centered {
    text-align: center;
    margin-bottom: 3rem;
}

.text-accent {
    color: #f09367;
}

/* --- BOUTONS --- */
.btn-primary {
    display: inline-block;
    background-color: #797d53;
    color: #fff;
    padding: 0.8rem 1.8rem;
    text-decoration: none;
    border-radius: 30px;
    font-size: 0.9rem;
    transition: 0.3s ease;
}
.btn-primary:hover { background-color: #53593f; }

/* --- NAVBAR --- */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
}
.logo { font-size: 1.6rem; letter-spacing: 1px; }
.logo span { display: block; font-size: 0.7rem; font-family: var(--font-sans); text-transform: uppercase; margin-top: -5px; color: var(--accent-orange);}

.navbar nav a {
    text-decoration: none;
    color: var(--text-dark);
    margin: 0 1.2rem;
    font-size: 0.9rem;
}
.navbar nav a.active {
    border-bottom: 1px solid var(--accent-orange);
    padding-bottom: 3px;
}
.btn-contact-nav {
    border: 1px solid var(--accent-green);
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    color: var(--text-dark);
    text-decoration: none;
    font-size: 0.9rem;
}

/* --- HERO SECTION --- */
.hero {
    display: flex;
    align-items: center;
    padding: 4rem 5%;
    gap: 4rem;
}
.hero-content { flex: 1; }
.hero-content p { margin-bottom: 2rem; color: #554d45; max-width: 500px;}
.hero-image { flex: 1; text-align: right; }
.hero-image img { width: 100%; max-width: 550px; border-radius: 4px; }

/* --- STORY & TIMELINE --- */
.story-timeline {
    display: flex;
    padding: 6rem 5%;
    gap: 5rem;
    align-items: flex-start;
}
.story-image img { width: 100%; max-width: 400px; border-radius: 4px; }
.story-content { flex: 1; }
.story-content p { margin-bottom: 1.5rem; color: #554d45; }

.timeline-box {
    background-color: var(--box-bg);
    padding: 2rem;
    border-radius: 8px;
    margin-top: 2.5rem;
}
.subtitle-small {
    font-family: var(--font-serif);
    color: var(--accent-orange);
    display: block;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}
.timeline-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}
.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 20px;
    bottom: -20px;
    width: 1px;
    background-color: var(--accent-orange);
}
.dot {
    width: 15px;
    height: 15px;
    background-color: var(--accent-orange);
    border-radius: 50%;
    margin-top: 4px;
}
.dot.star {
    background: none;
    color: var(--accent-orange);
    font-size: 1.2rem;
    margin-top: -3px;
    margin-left: -2px;
}
.time-text strong { display: block; font-size: 0.95rem; margin-bottom: 0.2rem; }
.time-text p { margin: 0; font-size: 0.9rem; }


/* --- INSPIRATIONS --- */
.inspirations { 
    padding: 4rem 5% 6rem 5%; 
    padding-top: 50px;
}
.grid-inspi {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}
.inspi-card { text-align: center; }
.inspi-card img { 
    width: 100%; 
    height: auto; 
    border-radius: 15px; 
    margin-bottom: 1rem; 
    object-fit: cover;
}
.inspi-card h5 { 
    font-size: 0.9rem; 
    letter-spacing: 1px; 
    margin-bottom: 0.5rem; 
}
.inspi-card p { 
    font-size: 0.8rem; 
    color: #665f57; 
    padding: 0 5px; 
}

/* --- CTA SECTION --- */
.cta-section {
    padding: 2rem 5% 5rem 5%;
}
.cta-box {
    background-color: #797d53;
    color: #fff;
    text-align: center;
    padding: 5rem 2rem;
    border-radius: 8px;
}
.cta-box h2 { font-size: 3rem; margin-bottom: 1rem; }
.cta-box p { margin-bottom: 2rem; font-size: 1.1rem; max-width: 600px; margin-left: auto; margin-right: auto; opacity: 0.9; }
.btn-white {
    display: inline-block;
    background-color: #fff;
    color: #f09367;
    padding: 0.8rem 2rem;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
}

/* --- RESPONSIVE (MOBILE) --- */
@media (max-width: 768px) {
    .navbar, .hero, .story-timeline, .provence-banner, .footer-grid {
        flex-direction: column;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-content p { max-width: 100%; }
    .grid-method { grid-template-columns: 1fr 1fr; }
    .grid-inspi { grid-template-columns: 1fr 1fr; }
    .navbar nav { margin: 1rem 0; }
}


@import url('https://fonts.googleapis.com/css2?family=Asul:wght@400;700&family=Poppins:wght@300;400;500;600&family=Caveat:wght@400;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.about-page {
  background: #fbf7ef;
  color: #343227;
  font-family: "Asul";
  overflow: hidden;
}

.about-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 90px 10% 70px;
  position: relative;
}

.about-hero::before {
  content: "";
  position: absolute;
  top: 35px;
  left: -40px;
  width: 190px;
  height: 190px;
  background: url("images/branche-olivier.png") center/contain no-repeat;
  opacity: 0.22;
}

.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.badge {
  position: absolute;
  left: -55px;
  bottom: -35px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: #dd835d;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 500;
}

.label {
  font-family: "Asul";
  color: #d87550;
  font-size: 31px;
  margin-bottom: 10px;
}

.about-content h1,
.bottom-text h2,
.cta-card h2 {
  font-family: 'Asul', serif;
  font-weight: 400;
}

.about-content h1 {
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 22px;
}

.about-content h1 span {
  color: #817a56;
}

.decor-line,
.small-decor {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #817a56;
  margin-bottom: 28px;
}

.decor-line span {
  width: 120px;
  height: 1px;
  background: rgba(129, 122, 86, 0.28);
}

.about-content p,
.bottom-text p {
  font-size: 16px;
  line-height: 1.85;
  color: #4d4a3f;
  margin-bottom: 18px;
}

.signature {
  font-family: "Asul";
  color: #d87550 !important;
  font-size: 32px !important;
  margin-top: 28px;
}

.values-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 45px 10%;
  background: rgba(244, 237, 224, 0.9);
}

.value-item {
  padding: 0 34px;
  border-right: 1px solid rgba(129, 122, 86, 0.22);
}

.value-item:last-child {
  border-right: none;
}

.icon {
  color: #817a56;
  font-size: 35px;
  margin-bottom: 14px;
}

.value-item h3 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #343227;
  margin-bottom: 10px;
}

.value-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #5c594c;
}

.about-bottom {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 55px;
  align-items: center;
  padding: 70px 10% 90px;
}

.small-decor {
  margin-bottom: 22px;
}

.small-decor span {
  width: 65px;
  height: 1px;
  background: rgba(129, 122, 86, 0.25);
}

.bottom-text h2 {
  font-size: 34px;
  margin-bottom: 28px;
}

.bottom-image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 16px;
}

.cta-card {
  border: 1px solid rgba(216, 117, 80, 0.35);
  border-radius: 16px;
  padding: 48px 36px;
  text-align: center;
  background: rgba(255, 252, 247, 0.7);
}

.cta-card h2 {
  font-size: 31px;
  line-height: 1.35;
  color: #817a56;
  margin-bottom: 30px;
}

.cta-card a {
  display: inline-block;
  padding: 14px 32px;
  background: #d87550;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 15px;
  transition: 0.3s ease;
}

.cta-card a:hover {
  background: #bf6747;
  transform: translateY(-2px);
}

@media screen and (max-width: 1000px) {
  .about-hero,
  .about-bottom {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .values-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .value-item {
    border-right: none;
  }

  .badge {
    left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .about-hero,
  .about-bottom,
  .values-strip {
    padding-left: 7%;
    padding-right: 7%;
  }

  .about-content h1 {
    font-size: 36px;
  }

  .about-image img {
    height: 360px;
  }

  .values-strip {
    grid-template-columns: 1fr;
  }

  .cta-card h2 {
    font-size: 26px;
  }
}