@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,700;12..96,800;12..96,900&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #111827;
  background: #ffffff;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}
* { max-width: 100%; }
a { color: #00b87a; }

/* NAV STICKY */
.page-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,46,26,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0 20px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.page-nav-logo {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px; font-weight: 900;
  color: white; text-decoration: none;
  flex-shrink: 0;
}
.page-nav-logo span { color: #7fffb4; }
.page-nav-back {
  color: rgba(255,255,255,0.75);
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  display: flex; align-items: center; gap: 6px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.1);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  white-space: nowrap;
}
.page-nav-back:hover { background: rgba(255,255,255,0.2); color: white; }

/* HERO */
.page-hero {
  background: linear-gradient(160deg, #0a2e1a 0%, #1a5c35 60%, #0d3d22 100%);
  padding: 48px 20px 40px;
  text-align: center;
  width: 100%;
}
.page-hero-pill {
  display: inline-block;
  background: rgba(127,255,180,0.15);
  border: 1px solid rgba(127,255,180,0.3);
  color: #7fffb4;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px;
  margin-bottom: 16px;
}
.page-hero h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 26px; font-weight: 900;
  color: white; line-height: 1.2;
  margin-bottom: 10px;
}
.page-hero h1 span { color: #7fffb4; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6; }

/* BODY CONTAINER */
.page-body {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

/* SECTIONS */
.page-section { margin-bottom: 36px; }
.page-section h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px; font-weight: 800;
  color: #0a2e1a; margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e6f9f1;
  display: flex; align-items: center; gap: 8px;
}
.page-section h2 .num {
  background: #0a2e1a; color: #7fffb4;
  font-size: 10px; font-weight: 800;
  padding: 2px 7px; border-radius: 20px;
}
.page-section p, .page-section li {
  font-size: 14px; line-height: 1.8;
  color: #374151; margin-bottom: 8px;
}
.page-section ul { padding-left: 18px; }

/* HIGHLIGHT */
.highlight-box {
  background: #f0fff8;
  border-left: 3px solid #00b87a;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin: 14px 0;
  font-size: 14px; color: #0a2e1a; line-height: 1.6;
}

/* TABLE */
.page-table {
  width: 100%; border-collapse: collapse;
  margin: 14px 0; font-size: 13px;
  display: block; overflow-x: auto;
}
.page-table th {
  background: #0a2e1a; color: white;
  padding: 10px 12px; text-align: left; font-weight: 700;
  white-space: nowrap;
}
.page-table td { padding: 9px 12px; border-bottom: 1px solid #e5e7eb; color: #374151; }
.page-table tr:nth-child(even) td { background: #f9fafb; }

/* CARDS GRILLES */
.cards-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0;
}
.info-card {
  background: #f9fafb; border: 1.5px solid #e5e7eb;
  border-radius: 12px; padding: 16px;
  display: flex; gap: 12px; align-items: flex-start;
}
.info-card-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.info-card-title { font-size: 13px; font-weight: 700; color: #0a2e1a; margin-bottom: 4px; }
.info-card-desc { font-size: 12px; color: #6b7280; line-height: 1.5; }

/* STATS */
.stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px; margin: 20px 0;
}
.stat-card {
  background: linear-gradient(135deg, #0a2e1a, #1a5c35);
  border-radius: 12px; padding: 16px 8px; text-align: center;
}
.stat-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px; font-weight: 900; color: #7fffb4;
  display: block; margin-bottom: 4px;
}
.stat-label { font-size: 10px; color: rgba(255,255,255,0.7); line-height: 1.4; }

/* METIERS */
.metier-item {
  display: flex; gap: 12px; align-items: flex-start;
  background: #f0fff8; border: 1.5px solid #b6f5d4;
  border-radius: 12px; padding: 14px 16px;
  margin-bottom: 10px;
}
.metier-emoji { font-size: 22px; flex-shrink: 0; }
.metier-name { font-size: 14px; font-weight: 700; color: #0a2e1a; }
.metier-desc { font-size: 12px; color: #1a5c35; margin-top: 2px; }

/* PALABRES CARD */
.palabres-card {
  background: linear-gradient(135deg, #0a2e1a, #1a5c35);
  border-radius: 16px; padding: 24px 20px;
  margin: 20px 0; color: white;
}
.palabres-card h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px; font-weight: 900;
  color: white; margin-bottom: 8px;
}
.palabres-card p { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 14px; }
.palabres-card a {
  display: inline-block; background: #7fffb4; color: #0a2e1a;
  font-weight: 700; font-size: 13px;
  padding: 9px 18px; border-radius: 20px; text-decoration: none;
}

/* TEAM */
.team-card {
  background: white; border: 1.5px solid #e5e7eb;
  border-radius: 14px; padding: 20px;
  display: flex; gap: 14px; align-items: flex-start;
  margin: 14px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.team-avatar {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, #0a2e1a, #1a5c35);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.team-name { font-size: 15px; font-weight: 700; color: #0a2e1a; margin-bottom: 3px; }
.team-role { font-size: 12px; color: #00b87a; font-weight: 600; margin-bottom: 6px; }
.team-bio { font-size: 13px; color: #6b7280; line-height: 1.6; }

/* VALEURS */
.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; margin: 16px 0;
}
.value-card {
  background: white; border: 1.5px solid #e5e7eb;
  border-radius: 12px; padding: 16px 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.value-icon { font-size: 24px; margin-bottom: 8px; }
.value-title { font-size: 13px; font-weight: 700; color: #0a2e1a; margin-bottom: 4px; }
.value-desc { font-size: 12px; color: #6b7280; line-height: 1.5; }

/* CONTACT */
.contact-channel {
  background: white; border: 1.5px solid #e5e7eb;
  border-radius: 14px; padding: 18px 16px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-decoration: none; margin-bottom: 12px;
}
.channel-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; flex-shrink: 0;
}
.icon-wa  { background: #dcfce7; }
.icon-mail { background: #eff6ff; }
.icon-map  { background: #fef3c7; }
.channel-label { font-size: 11px; font-weight: 700; color: #9ca3af; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 3px; }
.channel-value { font-size: 14px; font-weight: 700; color: #0a2e1a; }
.channel-sub { font-size: 12px; color: #6b7280; margin-top: 2px; }
.channel-arrow { margin-left: auto; color: #d1d5db; font-size: 16px; flex-shrink: 0; }

/* WHATSAPP CARD */
.wa-card {
  background: linear-gradient(135deg, #025c2b, #038c43);
  border-radius: 18px; padding: 24px 20px;
  margin-bottom: 28px; text-align: center;
}
.wa-card h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px; font-weight: 900;
  color: white; margin-bottom: 8px;
}
.wa-card p { color: rgba(255,255,255,0.8); font-size: 13px; line-height: 1.6; margin-bottom: 18px; }
.wa-btn {
  display: block; background: white; color: #025c2b;
  font-weight: 800; font-size: 14px;
  padding: 14px 20px; border-radius: 12px; text-decoration: none;
  margin-bottom: 14px;
}
.subjects { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.subject-chip {
  background: rgba(255,255,255,0.15); color: white;
  font-size: 12px; font-weight: 600;
  padding: 6px 12px; border-radius: 20px;
  text-decoration: none;
}

/* INFOS GRID */
.infos-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; margin: 16px 0;
}
.info-mini { background: #f9fafb; border-radius: 10px; padding: 14px; }
.info-mini-label { font-size: 10px; font-weight: 700; color: #9ca3af; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 5px; }
.info-mini-value { font-size: 13px; font-weight: 600; color: #0a2e1a; line-height: 1.5; }

/* MAP */
.map-wrap { border-radius: 14px; overflow: hidden; border: 1.5px solid #e5e7eb; margin-bottom: 12px; }
.map-wrap iframe { width: 100%; height: 260px; border: none; display: block; }
.map-dir {
  background: white; border: 1.5px solid #e5e7eb;
  border-radius: 12px; padding: 14px 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.map-dir-info { font-size: 13px; color: #374151; }
.map-dir-info strong { color: #0a2e1a; font-weight: 700; display: block; margin-bottom: 2px; }
.map-dir-btn {
  background: #0a2e1a; color: white;
  font-size: 12px; font-weight: 700;
  padding: 9px 14px; border-radius: 20px;
  text-decoration: none; white-space: nowrap; flex-shrink: 0;
}

/* FAQ */
.faq-item { border-bottom: 1px solid #e5e7eb; padding: 16px 0; }
.faq-q { font-size: 14px; font-weight: 700; color: #0a2e1a; margin-bottom: 6px; }
.faq-a { font-size: 13px; color: #6b7280; line-height: 1.7; }

/* CTA */
.page-cta {
  background: linear-gradient(135deg, #0a2e1a, #1a5c35);
  padding: 40px 20px; text-align: center;
}
.page-cta h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px; font-weight: 900;
  color: white; margin-bottom: 10px;
}
.page-cta p { color: rgba(255,255,255,0.7); font-size: 14px; margin-bottom: 20px; }
.cta-btns { display: flex; flex-direction: column; gap: 10px; max-width: 320px; margin: 0 auto; }
.btn-white {
  background: white; color: #0a2e1a;
  font-weight: 800; font-size: 15px;
  padding: 15px 20px; border-radius: 12px;
  text-decoration: none; display: block; text-align: center;
}
.btn-outline {
  background: transparent; color: rgba(255,255,255,0.8);
  border: 1.5px solid rgba(255,255,255,0.3);
  font-weight: 600; font-size: 14px;
  padding: 13px 20px; border-radius: 12px;
  text-decoration: none; display: block; text-align: center;
}

/* FOOTER */
.page-footer {
  background: #060f0a;
  padding: 20px;
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-size: 12px; line-height: 1.8;
}
.page-footer a { color: #7fffb4; text-decoration: none; }

/* RESPONSIVE */
@media (max-width: 480px) {
  .values-grid { grid-template-columns: 1fr; }
  .infos-grid  { grid-template-columns: 1fr; }
  .stats-row   { grid-template-columns: 1fr 1fr 1fr; }
  .team-card   { flex-direction: column; }
  .map-dir     { flex-direction: column; align-items: flex-start; }
  .map-dir-btn { width: 100%; text-align: center; }
}
/* ── À propos — tagline + subtitle ── */
.legal-tagline {
  background: #0a2e1a;
  color: #7fffb4;
  border-radius: 16px;
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  margin: 0 20px 28px;
}
.legal-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  margin-top: 4px;
}
