.intervenant-card {
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 10px;
}

.intervenant-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intervenant-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.intervenant-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #e5e7eb;
}

.intervenant-meta {
  display: flex;
  flex-direction: column;
}

.intervenant-name {
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
}

.intervenant-role-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}


.intervenant-actions button {
  margin-left: 4px;
}

.intervenant-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.intervenant-info {
  font-size: 12px;
  color: #374151;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.intervenant-badge {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  font-weight: 500;
}

.badge-interne {
  background: rgba(34,197,94,0.12);
  color: #15803d;
}

.badge-partenaire {
  background: rgba(59,130,246,0.12);
  color: #1d4ed8;
}
.intervenant-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  font-size: 0.85rem;
  color: #6c757d;
}

.intervenant-info {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.intervenant-cachet {
  font-weight: 600;
  color: #2e7d32; /* vert discret */
}
