/* Styles pour la page "équipe" */

/* Reset simple local */
.equipes-page,
.nazan-team-section-pro,
.team-values,
.Agediom-ambitions-section {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #222;
}

.banner2 {
  padding-top: 83px;
}


.bann2 {
  background: url('/images/SE_ambassadeur_inde_bf.jpg') no-repeat center top/cover;
  color: white;
  padding: 150px 20px;
  padding-top: 260px;
  text-align: center;
}

.bann2 h1 {
  font-size: 2em;
  margin-bottom: 10px;
  background-color: #252525a6;
}

.banner2 h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 10px;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
  animation: slideInDown 0.6s ease;
}


/* SECTION HEADER (titre + sous-titres) */
.section-header-simple {
  text-align: center;
  padding: 40px 12px;
  max-width: 1100px;
  margin: 0 auto 28px;
}

.section-title {
  font-size: 2.0rem;
  font-weight: 700;
  color: #0f1724;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 56px;
  height: 4px;
  border-radius: 3px;
  background: linear-gradient(90deg, #007bff, #0056b3);
}

.section-subtitle,
.section-subtitle2 {
  color: #55606a;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0.5rem auto;
  padding: 0 8px;
}

/* BADGES / LISTE DE POINTS (section-subtitle1) */
.section-subtitle1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 12px auto;
  max-width: 720px;
}

.section-subtitle1 li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #f1f7ff;
  color: #054aa6;
  padding: 8px 14px;
  border-radius: 28px;
  font-weight: 600;
  font-size: 0.98rem;
  box-shadow: 0 6px 18px rgba(3, 102, 214, 0.06);
}

.section-subtitle1 li i {
  color: #007bff;
  min-width: 20px;
  font-size: 1.05rem;
}

/* LAYOUT général de la section équipe */
.nazan-team-section-pro {
  padding: 48px 0;
  background: #fff;
}

/* SECTION VALEURS (trois colonnes) */
.team-values {
  padding: 56px 0;
  background: linear-gradient(180deg, #fbfdff 0%, #f6f9ff 100%);
}

.team-values .section-titleee {
  font-size: 2rem;
  margin-bottom: 2.25rem;
  color: #0f1724;
}

.team-values .col-md-4 {
  padding: 0.75rem;
}

.icon-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(0, 123, 255, 0.08);
  color: #007bff;
  margin: 0 auto 14px;
  font-size: 2rem;
  transition: transform .28s ease, box-shadow .28s ease;
}

.col-md-4:hover .icon-value {
  transform: scale(1.06) rotate(6deg);
  box-shadow: 0 12px 30px rgba(3, 102, 214, 0.12);
}

.team-values h4 {
  margin: 10px 0 8px;
  font-size: 1.12rem;
  color: #0f1724;
  font-weight: 700;
}

.team-values p {
  color: #4b5563;
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0;
}

/* AMBITIONS (image + texte) */
.Agediom-ambitions-section {
  padding: 56px 0;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.Agediom-ambitions-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  padding: 0 12px;
}

.Agediom-ambitions-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(11, 35, 71, 0.06);
}

.Agediom-ambitions-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.Agediom-ambitions-image:hover img {
  transform: scale(1.03);
}

.Agediom-ambitions-text h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #0f1724;
}

.Agediom-impact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Agediom-impact-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.icon-bullet {
  color: #007bff;
  font-size: 1.25rem;
  min-width: 32px;
  margin-top: 4px;
}

/* QUOTE & ACTIONS */
.Agediom-quote {
  background: linear-gradient(90deg, #007bff, #0056b3);
  color: #fff;
  padding: 18px;
  border-radius: 10px;
  margin: 18px 0;
  box-shadow: 0 12px 30px rgba(3, 102, 214, 0.12);
  font-style: italic;
}

.Agediom-quote span {
  display: block;
  margin-top: 8px;
  font-weight: 600;
  text-align: right;
  color: rgba(255, 255, 255, 0.95);
  font-style: normal;
}

.Agediom-ambitions-actions {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.action-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all .22s ease;
  border: 2px solid transparent;
}

.action-button.primary {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

.action-button.primary:hover {
  background: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(3, 102, 214, 0.16);
}

.action-button.secondary {
  background: transparent;
  color: #007bff;
  border-color: #007bff;
}

.action-button.secondary:hover {
  background: #007bff;
  color: #fff;
  transform: translateY(-3px);
}

/* UTILITAIRES utilisés dans la page */
.text-center {
  text-align: center;
}

.max-w-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.auto-mx {
  margin-left: auto;
  margin-right: auto;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.bg-light {
  background-color: #f8f9fa !important;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .Agediom-ambitions-content {
    grid-template-columns: 1fr;
  }

  .team-values .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .banner2 .bann2 h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.4rem;
  }

  .section-subtitle,
  .section-subtitle2 {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .section-subtitle1 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .team-values .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .icon-value {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
  }

  .Agediom-ambitions-image {
    height: 220px;
  }

  .Agediom-impact-list li p {
    margin: 0;
  }
}

/* petites améliorations d'accessibilité */
[role="button"] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}