/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-agency-team {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0;
  padding: 0;
  overflow: visible;
  pointer-events: none;
}
.s-agency-team__overlay {
  pointer-events: auto;
  position: fixed;
  inset: 0;
  z-index: 300;
  background: var(--wp--preset--color--white);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.s-agency-team__overlay::-webkit-scrollbar {
  display: none;
}
.s-agency-team__overlay[hidden] {
  display: none;
}
.s-agency-team__close {
  position: fixed;
  z-index: 310;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  color: var(--wp--preset--color--black);
  text-decoration: none;
  font-size: 1rem;
}
.s-agency-team__close-icon {
  position: relative;
  width: 1.25rem;
  height: 1rem;
}
.s-agency-team__close-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--wp--preset--color--black);
}
.s-agency-team__close-icon span:first-child {
  top: 7px;
  transform: rotate(45deg);
}
.s-agency-team__close-icon span:last-child {
  top: 7px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 639px) {
  .s-agency-team__close-icon {
    display: none;
  }
}
.s-agency-team__photo {
  position: fixed;
  top: 50%;
  left: 1rem;
  z-index: 50;
  width: calc(50% - 1rem);
  aspect-ratio: 720/1080;
  transform: translateY(-50%);
  border-radius: 0.5rem;
  overflow: hidden;
  pointer-events: none;
  background: var(--wp--preset--color--black);
}
.s-agency-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .s-agency-team__photo {
    left: 50%;
    width: 20rem;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
  }
}
.s-agency-team__scroller {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 639px) {
  .s-agency-team__scroller {
    padding-inline: 2rem;
    width: 100%;
  }
}
.s-agency-team__spacer {
  height: 40vh;
}
.s-agency-team__list {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 639px) {
  .s-agency-team__list {
    width: 100%;
  }
}
.s-agency-team__name {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 1rem 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: inherit;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .s-agency-team__name {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    width: 50%;
    margin-left: auto;
  }
}
.s-agency-team__fullname {
  font-size: 3.75rem;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  line-height: 1.1;
}
@media screen and (max-width: 1039px) {
  .s-agency-team__fullname {
    font-size: 1.5rem;
  }
}
.s-agency-team__poste {
  font-size: 0.875rem;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.5;
}
@media screen and (max-width: 1039px) {
  .s-agency-team__poste {
    font-size: 0.75rem;
  }
}