.team__name {
  background-image: url('/wp-content/themes/mediapilote/img/charte/team-background.svg');
  padding: 30px 0 50px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
  z-index: 1;
  position: relative;
}

.team__picture {
  aspect-ratio: 1 / 1;
}

.team__name-title {
  font-size: 2.8rem;
  font-weight: var(--light);
  color: var(--white);
  margin-bottom: 0;
  line-height: 1;
}

.team__name-fonction {
  font-size: 1.6rem;
  font-weight: var(--bold);
  color: var(--white);
  text-transform: uppercase;
  line-height: 175%;
  margin-bottom: 0;
}

.team__item {
  padding: 0 8px;
  margin-bottom: 16px;
}
