body {
  overflow-x: clip;
}

.page-template-t-secteur {
  background-color: #142636;

  .bleu {
    color: #0ccdb3;
  }

  .blanc {
    color: #ffffff;
  }

  .secteur-equipe,
  .secteur-realisation,
  .secteur-avis {
    color: #ffffff;
  }

  .equipe-entete,
  .equipe-mission,
  .realisation-titre,
  .realisation-list {
    max-width: 75%;
    width: 1600px;
    margin: auto;
  }

  @media (max-width: 767px) {
    .equipe-entete,
    .equipe-mission,
    .realisation-titre,
    .realisation-list {
      max-width: 85%;
      width: 1600px;
      margin: auto;
    }
  }

  /* INTRO */
  .secteur-intro {
    text-align: center;
    color: #ffffff;
    padding-top: 10vh;
  }

  .intro-entete {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    min-height: 80vh;
    max-width: 920px;
    padding: 0 20px;
    margin: 0 auto;
    text-wrap: balance;
  }

  .intro-h1 > h1 {
    font-weight: 500;
    font-size: 3.5rem;
  }

  .intro-parg > p {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .rounded-btn {
    background-color: none;
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 28px;
    border: #ffffff 1px solid;
    border-radius: 50px;
  }

  .intro-btn1 {
    background-color: #0ccdb3;
    color: #142636;
    border: none;
  }

  @media (max-width: 767px) {
    .secteur-intro {
      max-width: 75%;
      width: 1600px;
      margin: auto;
    }

    .intro-h1 > h1 {
      font-size: 2rem;
    }

    .intro-parg > p {
      font-size: 0.875rem;
    }

    .rounded-btn {
      font-size: 1rem;
    }

    .intro-btn {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  }

  .secteur-expertises {
    padding-top: 150px;
  }

  /* CATCHLINE */
  .secteur-catchline {
    background-color: #000;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .catchline-h2 {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    align-content: center;
    color: #ffffff;
    line-height: 110%;
    z-index: 1;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .catchline-img {
    width: 100vw;
    height: 90vh;
    object-fit: cover;
    opacity: 0.7;
  }

  @media (max-width: 767px) {
    .catchline-h2 {
      font-size: 1.875rem;
    }

    .catchline-img {
      height: 50vh;
    }
  }

  /* EQUIPE */
  .equipe-entete {
    margin-top: 120px;
  }

  .equipe-h2 > h2 {
    font-weight: 700;
    font-size: 3.5rem;
  }

  .equipe-parg > p {
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 30px;
  }

  .equipe-mission {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 7rem;
    margin-top: 50px;
  }

  .mission-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 40px;
  }

  .item-titre {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .item-desc {
    font-size: 1rem;
    font-weight: 400;
  }

  @media (max-width: 767px) {
    .equipe-h2 > h2 {
      font-size: 2.75rem;
    }

    .equipe-parg > p {
      font-size: 1.25rem;
      margin-top: 30px;
    }

    .equipe-mission {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .mission-item {
      gap: 5px;
      padding-right: 0;
    }

    .item-desc {
      font-size: 0.875rem;
    }
  }

  /* REALISATION */
  .realisation-titre {
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .realisation-titre > h3,
  .real-titre > h3 {
    font-size: 4.25rem;
    font-weight: 500;
  }

  .real-titre > h3 {
    display: inline;
  }

  .realisation-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12rem;
    /* row-gap: 7rem; */
  }

  /* .real-item:nth-child(even) {
    transform: translateY(10rem);
  } */

  .real-item:nth-child(even) {
    margin-top: 15rem;
  }

  /* .real-item:nth-child(odd) {
    margin-top: 0;
  } */

  .real-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
  }

  .real-item-thumb {
    position: relative;
    aspect-ratio: 480 / 520;
  }

  .real-item-thumb img {
    width: 100%;
    height: 100%;
    /* height: 500px; */
    object-fit: cover;
  }

  .type {
    font-size: 1rem;
    font-weight: 400;
  }

  .real-item > div > h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 12px;
  }

  .desc {
    font-size: 1.25rem;
    font-weight: 400;
  }

  @media (max-width: 767px) {
    .realisation-titre > h3,
    .real-titre > h3 {
      font-size: 3rem;
    }

    .realisation-list {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .real-item {
      gap: 12px;
    }

    .real-item:nth-child(even) {
      margin-top: 0;
    }

    .real-item > img {
      height: 300px;
    }

    .real-item > div {
      gap: 7px;
    }

    .type {
      font-size: 0.85rem;
    }

    .real-item > div > h4 {
      font-size: 1.25rem;
    }

    .desc {
      font-size: 0.875rem;
    }
  }

  /* AVIS */
  .secteur-avis {
    margin-top: 180px;
  }

  .avis-entete {
    text-align: center;
    margin-bottom: 80px;
    text-wrap: balance;
    max-width: 920px;
    margin-inline: auto;
  }

  .avis-entete > h2 {
    display: inline;
    font-size: 3.5rem;
    font-weight: 600;
  }

  .avis-list,
  .swiper-wrapper,
  .avis-fleches {
    max-width: 85%;
    width: 1600px;
    margin: auto;
  }

  .test {
    width: 100% !important;
    overflow: hidden;
  }

  .avis-item {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 70px;
    padding: 50px 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }

  .item-client {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-right: 50px;
    border-right: #efefef33 2px solid;
  }

  .item-citation {
    font-size: 2rem;
    font-weight: 600;
    line-height: 110%;
  }

  .item-nom {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 160%;
  }

  .item-societe-infos {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }

  .intitule {
    font-size: 0.875rem;
    font-weight: 400;
    opacity: 0.5;
  }

  .info {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
  }

  .avis-fleches {
    display: flex;
    gap: 15px;
  }

  @media (max-width: 767px) {
    .avis-entete {
      text-align: left;
      max-width: 85%;
      width: 1600px;
      margin: auto;
    }

    .avis-entete > h2 {
      font-size: 2.75rem;
    }

    .avis-item {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 40px 0;
    }

    .item-client {
      padding-right: 0;
      border-right: none;
      gap: 14px;
    }

    .item-citation {
      font-size: 1.25rem;
    }

    .item-avis {
      font-size: 0.875rem;
    }

    .item-nom {
      font-size: 1rem;
    }

    .item-societe-infos {
      flex-direction: row;
      gap: 40px;
    }
  }

  /* SLOGAN */
  [data-scroll-container] {
    height: 100%;
  }

  .secteur-slogan {
    margin-top: 150px;
    position: relative;
    /* height: 100vh; */
    /* margin-bottom: 300vh; */
  }

  .slogan {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }

  .slogan-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .slogan-item > h3 {
    position: absolute;
    font-size: 12vw;
    font-weight: 800;
    left: 3%;
    height: 100%;
    align-content: end;
    text-transform: uppercase;
    z-index: 2;
    margin: 0;
    color: white;
    padding-bottom: 20px;
  }

  .media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .slogan-item {
    clip-path: inset(100% 0 0 0);
    background: black;

    &:nth-child(1) {
      clip-path: inset(0 0 0 0);
    }
  }
}

[data-animation='marquee'] {
  position: relative;
  display: flex;
  width: max-content;
  white-space: nowrap;
  will-change: transform;

  [data-item] {
    display: inline-flex;
    align-items: center;
    gap: 50px;
    padding-right: 50px;
  }

  img {
    max-width: 200px;
    max-height: 85px;
    min-height: 30px;
    min-width: 56px;
    width: auto;
    height: auto;
  }
}

@media (max-width: 640px) {
  [data-animation='marquee'] {
    [data-item] {
      padding-right: 30px;
      gap: 30px;
    }

    img {
      max-width: 150px;
      max-height: 60px;
      min-height: 20px;
      min-width: 40px;
    }
  }
}

.clients__list {
  max-width: 1920px;
  margin: 0 auto 80px auto;
  overflow: hidden;
}

.p-cvr-media {
  &:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    z-index: 22;
    pointer-events: none;
  }
}
