/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/naaia-peoples/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Bloc naaia/peoples — Styles front-end
 *
 * BEM : .naaia-peoples > __inner, __header, __title, __description,
 *                         __grid, __card (--cta), __card-overlay, __tags,
 *                         __tag, __card-info, __card-name, __card-job,
 *                         __linkedin, __cta-text, __cta-footer, __cta-btn,
 *                         __cta-icon
 *
 * Référence Figma : 1440px desktop (node 453-9280).
 */
.naaia-peoples {
  overflow: hidden;
  margin-block-start: 0 !important;
  margin-top: -35px !important;
  position: relative;
}
.naaia-peoples::before {
  content: "";
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 304px;
  height: 405px;
  background: radial-gradient(ellipse at center, rgba(118, 192, 246, 0.5) 65%, rgba(118, 192, 246, 0.2) 45%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}
.naaia-peoples__inner {
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.naaia-peoples__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.naaia-peoples__title {
  font-size: 32px;
  font-weight: 300;
  color: #76C0F6;
  margin: 0;
  line-height: 46px;
}
.naaia-peoples__description {
  font-size: 16px;
  font-weight: 400;
  color: #F1F8FE;
  margin: 0;
  line-height: 1.6;
}
.naaia-peoples__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.naaia-peoples__card {
  position: relative;
  width: 100%;
  min-height: 300px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #171721;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.naaia-peoples__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(228.31deg, rgb(46, 163, 249) 2.056%, rgba(9, 16, 32, 0) 32.484%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.naaia-peoples__card:hover {
  border-color: rgba(255, 255, 255, 0.15);
}
.naaia-peoples__card:hover::after {
  opacity: 1;
}
.naaia-peoples__card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.naaia-peoples__card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.naaia-peoples__card-photo[src] {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.naaia-peoples__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(23, 23, 33, 0) 0%, rgba(23, 23, 33, 0) 45%, rgba(23, 23, 33, 0.6) 70%, rgba(23, 23, 33, 0.92) 100%);
  z-index: 1;
}
.naaia-peoples__tags {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.naaia-peoples__card-info {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.naaia-peoples__card-name {
  font-family: var(--wp--preset--font-family--host-grotesk);
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  color: #F1F8FE;
  margin: 0;
  white-space: nowrap;
}
.naaia-peoples__card-role {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.naaia-peoples__card-job {
  letter-spacing: 0.5px;
  color: #F1F8FE;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.naaia-peoples__linkedin {
  flex-shrink: 0;
  line-height: 0;
  transition: opacity 0.2s ease;
}
.naaia-peoples__linkedin img {
  display: block;
  width: 24px;
  height: 24px;
}
.naaia-peoples__linkedin:hover {
  opacity: 0.75;
}
.naaia-peoples__card--cta {
  background-image: none !important;
  background-color: #1d1d2a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: default;
}
.naaia-peoples__card--cta .naaia-peoples__card-overlay {
  display: none;
}
.naaia-peoples__cta-icon {
  display: block;
  line-height: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.naaia-peoples__cta-icon img {
  display: block;
  width: 32px;
  height: 32px;
  filter: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.naaia-peoples__cta-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.naaia-peoples__cta-title {
  color: #76C0F6;
  margin: 0;
  white-space: nowrap;
}
.naaia-peoples__cta-text {
  letter-spacing: 0.5px;
  color: #F1F8FE;
  margin: 0;
}
.naaia-peoples__card--cta:hover .naaia-peoples__cta-icon img {
  transform: rotate(-90deg);
  filter: none;
}
.naaia-peoples__card--cta:hover .naaia-peoples__cta-btn {
  background: #fff;
  border-color: #fff;
  color: #171721 !important;
}
.naaia-peoples__card--cta:hover .naaia-peoples__cta-btn .naaia-btn__label-text {
  color: #171721 !important;
}
.naaia-peoples__card--cta:hover .naaia-peoples__cta-btn .naaia-btn__label-text:first-child {
  transform: translateY(-100%);
}
.naaia-peoples__card--cta:hover .naaia-peoples__cta-btn .naaia-btn__label-text:last-child {
  transform: translateY(-100%);
}
.naaia-peoples__slider-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.naaia-peoples__header-tag {
  display: none;
}
.naaia-peoples__pagination {
  display: none;
}
@media (max-width: 768px) {
  .naaia-peoples::before {
    display: none;
  }
  .naaia-peoples__inner {
    padding: 80px 24px;
    gap: 40px;
  }
  .naaia-peoples__header {
    flex-direction: column;
    gap: 24px;
  }
  .naaia-peoples__title {
    font-size: 30px;
    line-height: 38px;
  }
  .naaia-peoples__header-tag {
    display: flex;
  }
  .naaia-peoples__grid {
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0;
  }
  .naaia-peoples__grid::-webkit-scrollbar {
    display: none;
  }
  .naaia-peoples__card {
    width: 100%;
    min-height: 361px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .naaia-peoples__card-photo img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  .naaia-peoples__pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 4px;
  }
  .naaia-peoples__pagination-arrow {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: #F1F8FE;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
  }
  .naaia-peoples__pagination-arrow svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .naaia-peoples__pagination-arrow--prev {
    justify-content: flex-start;
  }
  .naaia-peoples__pagination-arrow--next {
    justify-content: flex-end;
  }
  .naaia-peoples__pagination-arrow:disabled {
    opacity: 0.2;
    cursor: default;
  }
  .naaia-peoples__pagination-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
  }
  .naaia-peoples__pagination-dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(241, 248, 254, 0.25);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
  }
  .naaia-peoples__pagination-dot.is-active {
    background: #76C0F6;
    transform: scale(1.25);
  }
}
@media (min-width: 769px) {
  .naaia-peoples {
    margin-top: 2.4305555556vw;
  }
  .naaia-peoples::before {
    right: -13.8888888889vw;
    width: 21.1111111111vw;
    height: 28.125vw;
    filter: blur(4.1666666667vw);
  }
  .naaia-peoples__inner {
    padding: 8.3333333333vw 8.3333333333vw;
    gap: 4.4444444444vw;
  }
  .naaia-peoples__header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5.5555555556vw;
  }
  .naaia-peoples__title {
    font-size: 2.7777777778vw;
    flex: 0 0 auto;
  }
  .naaia-peoples__description {
    font-size: 1.1111111111vw;
    max-width: 27.7777777778vw;
  }
  .naaia-peoples__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3888888889vw;
  }
  .naaia-peoples__card {
    width: auto;
    min-height: 25.0694444444vw;
    padding: 1.3888888889vw;
  }
  .naaia-peoples__card--cta {
    width: auto;
  }
  .naaia-peoples__card-name {
    font-size: 1.9444444444vw;
  }
  .naaia-peoples__linkedin img {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .naaia-peoples__cta-icon img {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
  .naaia-peoples__cta-body {
    gap: 1.1111111111vw;
  }
}
