/* Images de profil en cercle pour la team */
.profile-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 2.5px solid #a67c52;
  box-shadow: 0 2px 8px rgba(166, 124, 82, 0.12);
  margin-bottom: 0.7rem;
  background: #fff8ed;
  display: block;
}
/* Box premium pour chaque section principale */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 2rem 0;
}

.section-box {
  background: #fff8ed;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(80, 60, 30, 0.10), 0 1.5px 0 #e2c9a5;
  border: 1.5px solid #e2c9a5;
  padding: 2.5rem 2rem;
  margin: 0 auto;
  max-width: 900px;
  font-family: 'EB Garamond', serif;
  transition: box-shadow 0.2s;
}
.section-box:hover {
  box-shadow: 0 8px 32px rgba(80, 60, 30, 0.18), 0 2px 0 #e2c9a5;
}

.section-box h2 {
  font-family: 'Pacifico', cursive;
  font-size: 2.45rem;
  color: #a67c52;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}
.section-box p, .section-box .team-members, .section-box .chiffres-blocks {
  font-size: 1.22rem;
  color: #4d3a1e;
}

.histoire-chiffres .chiffres-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
}
.chiffre-item {
  background: #f7e6d3;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(166, 124, 82, 0.08);
  text-align: center;
  min-width: 120px;
}
.chiffre {
  font-size: 2rem;
  font-weight: bold;
  color: #a67c52;
}
.plus {
  font-size: 1.2rem;
  color: #a67c52;
}

.team-members {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.member {
  background: #f7e6d3;
  border-radius: 10px;
  padding: 1.2rem 1.7rem;
  box-shadow: 0 2px 8px rgba(166, 124, 82, 0.08);
  min-width: 170px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.18rem;
}

.histoire-contact .contact-details {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.contact-details div {
  background: #f7e6d3;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 8px rgba(166, 124, 82, 0.08);
  min-width: 150px;
  text-align: center;
}

.avis-box {
  background: #fff8ed;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(80, 60, 30, 0.10), 0 1.5px 0 #e2c9a5;
  border: 1.5px solid #e2c9a5;
  padding: 2.5rem 2rem;
  margin: 0 auto;
  max-width: 900px;
}
.avis-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.avis-card {
  background: #f7e6d3;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(166, 124, 82, 0.10);
  border: 1px solid #e2c9a5;
  padding: 1.5rem 1.2rem;
  font-family: 'EB Garamond', serif;
  color: #4d3a1e;
}
.avis-card blockquote {
  margin: 0;
  padding: 0;
}
.avis-card footer {
  margin-top: 1rem;
  font-size: 1rem;
  color: #a67c52;
  font-family: 'Pacifico', cursive;
}
body {
  margin: 0;
  font-family: 'EB Garamond', 'Montserrat', Arial, serif;
  background: #f3ecd7 url('https://www.transparenttextures.com/patterns/wood-pattern.png');
  color: #4b3f2a;
  min-height: 100vh;
  font-size: 1.18rem;
}
.navbar {
  background: #7c6f57;
  padding: 0.7rem 0;
  box-shadow: 0 2px 12px #7c6f5722;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 4px double #bfa77a;
}
.navbar ul {
  list-style: none;
  display: flex;
  gap: 2.2rem;
  margin: 0;
  padding: 0;
}
.navbar a {
  color: #bfa77a;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 0.5px;
  transition: color 0.2s;
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  font-family: 'Pacifico', cursive;
}
.navbar a:hover {
  color: #fffbe6;
  background: #bfa77a33;
}
.hero {
  background: #e9dec3 url('https://www.transparenttextures.com/patterns/paper-fibers.png');
  text-align: center;
  padding: 3.2rem 1rem 2.2rem 1rem;
  box-shadow: 0 4px 32px #bfa77a44;
  border-bottom: 6px double #bfa77a;
}
.hero-title {
  font-family: 'Great Vibes', 'Pacifico', cursive;
  font-size: 3.2rem;
  color: #7c6f57;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px #bfa77a55;
}
.hero-slogan {
  font-size: 1.35rem;
  color: #4b3f2a;
  margin-bottom: 1.2rem;
  font-style: italic;
  font-family: 'Pacifico', cursive;
}
.hero-desc {
  font-size: 1.15rem;
  color: #4b3f2a;
  margin-bottom: 1.2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'EB Garamond', serif;
}
.section-separator {
  width: 120px;
  height: 6px;
  background: repeating-linear-gradient(90deg,#bfa77a 0 20px,#e9dec3 20px 40px);
  border-radius: 3px;
  margin: 2rem auto 2rem auto;
  opacity: 0.8;
  border: 2px solid #bfa77a;
}
.main-sections {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}
.section {
  background: #f8f4e6 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
  border-radius: 18px;
  box-shadow: 0 2px 12px #bfa77a33;
  padding: 2rem 2.2rem;
  margin-bottom: 2.2rem;
  border: 2px solid #bfa77a;
  font-family: 'EB Garamond', serif;
}
.section h2 {
  font-family: 'Pacifico', 'Great Vibes', cursive;
  font-size: 2.1rem;
  color: #7c6f57;
  margin-bottom: 0.7rem;
  text-shadow: 0 2px 8px #bfa77a33;
}
.section p, .section ul {
  font-size: 1.13rem;
  color: #4b3f2a;
  line-height: 1.7;
}
.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 1.2rem;
}
.service-card {
  background: #f3ecd7 url('https://www.transparenttextures.com/patterns/wood-pattern.png');
  border-radius: 14px;
  box-shadow: 0 2px 12px #bfa77a22;
  padding: 1.2rem 2rem;
  min-width: 220px;
  text-align: center;
  transition: transform 0.2s;
  margin-bottom: 1rem;
  border: 1.5px solid #bfa77a;
}
.service-card h3 {
  color: #7c6f57;
  margin-bottom: 0.5rem;
  font-family: 'Pacifico', cursive;
  font-size: 1.18rem;
}
.service-card p {
  color: #4b3f2a;
  font-size: 1.05rem;
  font-family: 'EB Garamond', serif;
}
.contact-section {
  background: #f8f4e6 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
  border-radius: 16px;
  box-shadow: 0 2px 12px #bfa77a22;
  max-width: 700px;
  margin: 2.2rem auto 2.2rem auto;
  padding: 1.5rem 2rem;
  text-align: center;
  border: 2px solid #bfa77a;
}
.contact-section h2 {
  color: #7c6f57;
  margin-bottom: 0.7rem;
  font-family: 'Pacifico', cursive;
}
.contact-section p {
  font-size: 1.08rem;
  color: #4b3f2a;
  margin-bottom: 0.5rem;
  font-family: 'EB Garamond', serif;
}
.contact-info {
  margin-top: 1.2rem;
  font-size: 1.05rem;
  color: #4b3f2a;
  font-family: 'EB Garamond', serif;
}
.footer {
  text-align: center;
  color: #7c6f57;
  font-size: 1rem;
  margin: 2rem 0 1rem 0;
  background: #e9dec3 url('https://www.transparenttextures.com/patterns/paper-fibers.png');
  border-top: 4px double #bfa77a;
  padding-top: 1.2rem;
}
.footer-links {
  margin-top: 0.7rem;
  font-size: 0.98em;
  color: #7c6f57;
  opacity: 0.8;
}
.footer-links a {
  color: #bfa77a;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0.7rem;
  font-family: 'Pacifico', cursive;
}

    .contact-section.contact-section-wide {
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
    }
    .contact-info-flex {
      display: flex;
      gap: 2.2rem;
      align-items: flex-start;
      justify-content: center;
      margin-top: 1.2rem;
      font-size: 1.05rem;
      color: #4b3f2a;
      font-family: 'EB Garamond', serif;
      width: 100%;
      box-sizing: border-box;
    }
    .contact-details {
      flex: 1 1 320px;
      text-align: left;
      min-width: 220px;
      max-width: 320px;
    }
    .contact-map {
      flex: 1 1 260px;
      min-width: 260px;
      max-width: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .contact-map iframe {
      width: 100%;
      height: 220px;
      min-width: 260px;
      max-width: 400px;
    }
    @media (max-width: 900px) {
      .contact-info-flex {
        flex-direction: column;
        gap: 1.2rem;
      }
      .contact-details, .contact-map {
        max-width: 100%;
        min-width: 0;
      }
      .contact-map iframe {
        max-width: 100%;
        min-width: 0;
      }
    }

       .section h2 {
      text-align: center;
    }

        .prestation-card h3 {
      text-align: center;
      width: 100%;
    }
 
