@media(max-width:1024px){.nav-links{gap:1.2rem}.nav-links>li>a{font-size:.8rem}}
@media(max-width:900px){.nav-links{display:none!important}.hamburger{display:flex}.mobile-overlay{display:flex}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}}
@media(max-width:650px){.footer-top{grid-template-columns:1fr}}
@media(max-width:480px){.footer-bottom{flex-direction:column;align-items:center;text-align:center}}

@keyframes fadeInUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes scrollDown{0%{top:-100%}100%{top:100%}}

/* ══════════════════════════════════════
   PAGE NOTRE ÉQUIPE
══════════════════════════════════════ */
.equipe-page { }

/* ── Hero ── */
.team-hero {
  height: 56vh;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.team-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0b0a0b 0%, #1d1b1c 50%, #100f10 100%);
  z-index: 0;
}
.team-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 25% 60%, rgba(255,255,255,0.02) 0%, transparent 45%),
    radial-gradient(circle at 75% 25%, rgba(255,255,255,0.018) 0%, transparent 45%);
}
.team-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 2rem;
  max-width: 660px;
  width: 100%;
}
.team-hero-eyebrow {
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1.1rem;
  opacity: 0;
  animation: fadeInUp .8s ease-out .3s forwards;
}
.team-hero-eyebrow::before,
.team-hero-eyebrow::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(255,255,255,.2);
}
.team-hero-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
  opacity: 0;
  animation: fadeInUp .8s ease-out .5s forwards;
}
.team-hero-divider {
  width: 34px;
  height: 1px;
  background: rgba(255,255,255,.22);
  margin: 0 auto 1.1rem;
  opacity: 0;
  animation: fadeInUp .8s ease-out .65s forwards;
}
.team-hero-desc {
  font-size: .97rem;
  color: rgba(255,255,255,.5);
  line-height: 1.8;
  font-weight: 300;
  max-width: 520px;
  margin: 0 auto;
  opacity: 0;
  animation: fadeInUp .8s ease-out .8s forwards;
}
/* Stats en bas du hero */
.team-hero-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex;
  justify-content: center;
  opacity: 0;
  animation: fadeInUp .8s ease-out 1.1s forwards;
}
.team-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 1rem 3rem;
  border-right: 1px solid rgba(255,255,255,.06);
}
.team-hero-stat:last-child { border-right: none; }
.team-hero-stat-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: rgba(255,255,255,.45);
  line-height: 1;
}
.team-hero-stat-label {
  font-size: .58rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.2);
}

/* ── Breadcrumb ── */
.breadcrumb-bar {
  background: var(--section1);
  border-bottom: 1px solid var(--border);
  padding: .7rem 0;
}
.breadcrumb-inner {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  color: var(--text-secondary);
}
.breadcrumb-inner a { color: var(--text-secondary); text-decoration: none; transition: .18s; }
.breadcrumb-inner a:hover { color: var(--text-primary); }
.breadcrumb-sep { opacity: .4; font-size: .7rem; }
.breadcrumb-current { color: var(--text-primary); font-weight: 500; }

/* ── Sections équipe ── */
.team-section {
  padding: 5rem 0;
  border-bottom: 1px solid var(--border);
  background: var(--section2);
  transition: background .3s;
}
.team-section.alt { background: var(--section1); }

.team-container { max-width: 90%; margin: 0 auto; }

/* En-tête de section */
.team-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.team-section-eyebrow {
  font-size: .65rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: .4rem;
}
.team-section-eyebrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: currentColor;
  opacity: .5;
}
.team-section-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--sectiontitlecolor);
  letter-spacing: -.01em;
}
.team-count-badge {
  font-size: .78rem;
  color: var(--text-secondary);
  background: var(--section2);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 5px 14px;
  white-space: nowrap;
}
.team-section.alt .team-count-badge { background: var(--section1); }

/* ── Grille ── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.4rem;
}

/* ── Carte membre ── */
.team-card {
  background: var(--section2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  transition: transform .3s ease, box-shadow .3s ease;
  opacity: 0;
  animation: fadeIn .5s ease-out forwards;
}
.team-section.alt .team-card { background: var(--section2); }
.team-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.team-card:nth-child(1){animation-delay:.05s}
.team-card:nth-child(2){animation-delay:.1s}
.team-card:nth-child(3){animation-delay:.15s}
.team-card:nth-child(4){animation-delay:.2s}
.team-card:nth-child(5){animation-delay:.25s}

/* Header de la carte */
.member-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.3rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--border);
}

/* Avatar initiales */
.member-avatar {
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .92rem;
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: .02em;
}
body.dark-mode .member-avatar { background: rgba(255,255,255,.08); border: 1px solid var(--border); }

.member-info {}
.member-info h3 {
  font-size: .98rem;
  font-weight: 700;
  color: var(--griditemcolorh2);
  margin-bottom: .3rem;
  line-height: 1.3;
}

/* Badge de rôle */
.member-role {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .7rem;
  color: var(--text-secondary);
  letter-spacing: .04em;
}
.member-role-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
  opacity: .5;
  flex-shrink: 0;
}
body.dark-mode .member-role-dot { background: rgba(255,255,255,.3); }

/* Contacts */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .84rem;
  color: var(--text-secondary);
}
.contact-item-icon {
  width: 28px;
  height: 28px;
  background: var(--section1);
  border: 1px solid var(--border);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: .7rem;
  color: var(--primary);
  transition: background .2s;
}
body.dark-mode .contact-item-icon { background: rgba(255,255,255,.04); color: rgba(255,255,255,.5); }
.team-card:hover .contact-item-icon { background: var(--primary); color: #fff; border-color: var(--primary); }
body.dark-mode .team-card:hover .contact-item-icon { background: rgba(255,255,255,.1); border-color: transparent; color: #fff; }
.contact-item a { color: var(--conctactinfoA); text-decoration: none; transition: .15s; }
.contact-item a:hover { color: var(--conctactinfoAHOVER); }
.contact-item span { color: var(--text-secondary); font-style: italic; opacity: .7; }

/* ── Bloc versets entre les deux sections ── */
.team-verse-divider {
  background: var(--primary);
  padding: 2.8rem 0;
  text-align: center;
}
.team-verse-divider blockquote {
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(255,255,255,.68);
  line-height: 1.75;
  max-width: 90%;
  margin: 0 auto .6rem;
  font-weight: 300;
}
.team-verse-divider cite {
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  font-style: normal;
}

@media(max-width:900px){
  .team-hero-stats { display: none; }
  .team-section-header { flex-direction: column; align-items: flex-start; }
}
@media(max-width:600px){
  .team-grid { grid-template-columns: 1fr; }
  .team-section { padding: 3.5rem 0; }
}