body > * {
  padding-inline: 9.5vw;
}

body.no-scroll {
  overflow: hidden;
}

.corps,
.corps * {
  color: var(--mColor);
  font-size: var(--fsCorps);
  line-height: var(--fsOther);
}
.corps {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.imgContainer {
  object-fit: cover;
  height: auto;
  position: relative;
  width: 100%;
}

.pastille {
  align-items: center;
  background-color: var(--white);
  border-radius: 0.625rem;
  color: var(--sColor);
  display: flex;
  font-family: var(--ffMXBo);
  font-size: var(--fsOther);
  letter-spacing: 0.2rem;
  line-height: var(--fsSubtitle);
  padding: 0.5625rem 1.25rem;
  text-transform: uppercase;
  width: fit-content;
}

.network {
  display: none;
}

.title {
  color: var(--mColor);
  font-family: var(--ffMXBo);
  font-size: var(--fsOtherMore);
  text-align: center;
  text-transform: uppercase;
}
.title--background {
  background-color: var(--sColor);
  color: var(--white);
  display: block;
  padding-block: 4vw 6.5vw;
  position: relative;
  width: 100%;
}
.title--backgroundGrey {
  background-color: var(--white);
  color: var(--sColor);
}
.title--background::after {
  background-image: url(../img/background/background.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 1.5vw;
  position: absolute;
  width: 100%;
}
.title--backgroundWhite {
  background-color: var(--grey);
  color: var(--sColor);
}
.title--subTop::after {
  bottom: unset;
  top: 0;
}
.title--vignette {
  font-size: var(--fsLittle);
  line-height: 1.0625rem;
  text-align: start;
}
.title--BlIt {
  font-family: var(--ffMBlIt);
  font-size: calc(var(--fsCorps) * 2);
  line-height: 2.375rem;
}

.hashtag {
  background-color: var(--whiteBis);
  color: var(--sColor);
  font-family: var(--ffSBook);
  font-size: 2.0313rem;
  letter-spacing: 0.125rem;
  line-height: 2.0313rem;
  text-align: center;
  text-transform: uppercase;
}
.hashtag--second {
  background-color: var(--sColor);
  color: var(--white);
}

@media (min-width: 575.98px) {
  .title--background {
    padding-block: 4vw 5.5vw;
  }
}

@media (min-width: 991.98px) {
  .network {
    background-color: var(--sColor);
    display: flex;
    flex-direction: column;
    gap: 1vw;
    position: absolute;
    padding: 1rem 0.75rem 1rem 0.5rem;
    right: 0;
    top: 39dvh;
  }
  .network::after {
    background-image: url(../img/background/backgroundVertical.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0vw;
    top: 0;
    width: 0.25rem;
  }
  .network__logo {
    height: 1.25rem;
    object-fit: contain;
    width: 1.25rem;
  }
  .title--background {
    display: block;
    padding-block: 1.5vw 2.5vw;
    position: relative;
    width: 100%;
  }
  .title--background::after {
    height: 1vw;
  }
  .corps {
    gap: 0.75rem;
  }
}

@media (min-width: 1199.98px) {
  .network {
    top: 40.5dvh;
  }
}

@media (min-width: 1399.98px) {
  body > *:not(.footer) {
    padding-inline: 10vw;
  }
  body > .network {
    padding: 1rem 0.75rem 1rem 0.5rem;
  }
}

@media (min-width: 1919.98px) {
  body > *:not(.footer) {
    padding-inline: 17.5vw;
  }
  .network {
    gap: 0.65vw;
  }
  .network__logo {
    height: 1.5rem;
    width: 1.5rem;
  }
  .network {
    top: 41.5dvh;
  }
  .title--background {
    padding-block: 1vw 1.75vw;
  }
  .title--background::after {
    height: 0.75vw;
  }
  body > .network {
    padding: 1rem 0.75rem 1rem 0.5rem;
  }
}
