.container {
  top: calc(150px * var(--ssw-desktop-scale, 1));
}

.logo_top {
  width: 635px;
  height: 341px;

  position: absolute;
  left: -20px;
  top: -175px;
}

/* section1 */

.section1_LSW {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}

.section1_LSW h1 {
  font: var(--inter-title);
  text-align: center;
  font-size: 130px;
  line-height: 100%;
  z-index: 2;
}

.section1_LSW h1 span {
  font-size: 130px;
}

.section1_LSW picture,
.section1_LSW img {
  display: block;
  margin-top: -35px;
  z-index: 1;
}

/* section2 */

.section2_LSW {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 300px;
  flex-direction: column;
}

.section2_LSW h2 {
  font: var(--inter-title);
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.section2_LSW p:nth-child(2) {
  font-size: 185px;
  font-weight: 700;
}

.section2_LSW p:nth-child(3) {
  font-size: 30px;
  margin-top: 20px;
}

/* section3 */

.section3_LSW {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 300px;
  flex-direction: column;
}

.section3_LSW h2 {
  font: var(--inter-title);
  text-align: center;
  font-size: 95px;
}

.section3_LSW h2 span {
  font-size: 100px;
}

.section3_LSW p {
  font-size: 37px;
  opacity: 40%;
  margin-top: 20px;
}

/* stacking sticky cards */

.cards-stack {
  padding-top: 15dvh;
  padding-bottom: 15dvh;
}

.cards-stack--wide {
  padding-bottom: 0;
}

.cards-stack__container {
  max-width: 90em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.cards-stack--wide .cards-stack__container {
  max-width: 100%;
}

.cards-stack__list {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: min(100%, 1500px);
  display: flex;
  color: black !important;
  z-index: 1;
}

.cards-stack--wide .cards-stack__list {
  width: 1500px;
  max-width: 1500px;
}

.cards-stack__item {
  flex: none;
  width: 100%;
  max-width: 25em;
  position: sticky;
  top: 5em;
}

.cards-stack__item.is--wide {
  width: min(100%, 1500px);
  max-width: 1500px;
  display: flex;
  justify-content: center;
}

.cards-stack-card {
  aspect-ratio: 2 / 3;
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  border-radius: 2em;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 2.5em;
  display: flex;
}

.cards-stack-card.is--sand h3 {
  font-size: 80px;
}

.cards-stack-card.is--wide {
  width: 1500px;
  max-width: 1500px;
  height: 735px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.cards-stack-card__number {
  font-size: 6.75em;
  font-weight: 500;
  line-height: 0.95;
  grid-area: 1 / 1;
  opacity: 0.3;
}

.cards-stack-card__start {
  display: inline-grid;
}

.cards-stack-card__number--accent {
  opacity: 1;
  font-weight: 400;
  transform: translate(4px, 29px);
}

.cards-stack-card__h {
  letter-spacing: 0%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 92px;
  font-weight: 700;
  line-height: 0.95;
}

.cards-stack-card__h.is--wide {
  font-size: 4.5em;
}

.cards-stack-card__services {
  flex-flow: column;
  justify-content: flex-end;
  min-height: 11em;
  display: flex;
}

.cards-stack-card__services-p {
  letter-spacing: 0%;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 136%;
}

@media screen and (max-width: 991px) {
  .cards-stack-card.is--wide {
    aspect-ratio: 5 / 4;
  }
}

@media screen and (max-width: 767px) {
  .cards-stack__item.is--wide {
    max-width: 25em;
  }

  .cards-stack-card {
    font-size: 0.8em;
  }

  .cards-stack-card.is--wide {
    aspect-ratio: 2 / 3;
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .cards-stack-card__h.is--wide {
    font-size: 3.375em;
  }
}

/* IMAGES GAUCHE */

.images_gauche {
  position: absolute;
  top: 1800px;
  left: 120px;
  width: 500px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 200px;
  z-index: 0;
}

.images_gauche img {
  width: 485px;
  height: 610px;
  border-radius: 25px;
}

@media screen and (max-width: 1919px) {
  .cards-stack:not(.cards-stack--wide) {
    margin-top: 40px;
    padding-top: 0;
  }

  .cards-stack:not(.cards-stack--wide) .cards-stack__container {
    max-width: 1690px;
    padding-left: 0;
    padding-right: 0;
    align-items: flex-start;
  }

  .cards-stack:not(.cards-stack--wide) .cards-stack__list {
    width: 1690px;
    max-width: 1690px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
  }

  .cards-stack:not(.cards-stack--wide) .cards-stack__item {
    width: 400px;
    max-width: 400px;
    position: static;
    top: auto;
  }

  .cards-stack:not(.cards-stack--wide) .cards-stack-card {
    transform: none !important;
  }
}

/* ---------------------------------------------- MOBILE --------------------------------------- */
/* ---------------------------------------------- MOBILE --------------------------------------- */
/* ---------------------------------------------- MOBILE --------------------------------------- */

@media screen and (max-width: 500px) {
  html[data-ssw-layout="mobile"]
    .page-shell[data-barba-namespace="street-workout"] {
    min-height: auto;
  }

  .page-shell[data-barba-namespace="street-workout"] .container {
    height: auto;
    overflow: visible;
  }

  .page-shell[data-barba-namespace="street-workout"] .logo_top {
    display: none;
  }

  .section1_LSW {
    width: 100%;
    padding: 0 20px;
    margin-top: 74px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    text-align: center;
  }

  .section1_LSW h1 {
    width: 100%;
    margin: 0;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .section1_LSW h1 span {
    font-size: 55px;
    font-weight: 500;
    font-style: italic;
  }

  .section1_LSW picture {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: -60px 0 0 0;
  }

  .section1_LSW img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    border-radius: 11px;
    margin: 0;
  }

  .section2_LSW {
    width: 100%;
    margin-top: 88px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    text-align: center;
  }

  .section2_LSW h2 {
    margin: 0;
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }

  .section2_LSW p:nth-child(2) {
    margin: 0 0 0;
    font-size: 96px;
    line-height: 0.84;
    font-weight: 700;
    letter-spacing: 0;
  }

  .section2_LSW p:nth-child(3) {
    margin: 0;
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
  }

  .section3_LSW {
    width: 100%;
    margin-top: 88px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    text-align: center;
  }

  .section3_LSW h2 {
    width: 100%;
    margin: 0;
    font-size: 51px;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .section3_LSW h2 span {
    font-size: 54px;
  }

  .section3_LSW p {
    width: 100%;
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    opacity: 0.4;
  }

  /* Cards Stack */

  .cards-stack-card__number--accent {
    opacity: 1;
    font-weight: 400;
    transform: translate(4px, 13px);
  }

  .cards-stack {
    position: relative;
    left: auto;
    width: 100%;
    margin: 72px 0 0;
    padding: 0 20px;
  }

  .cards-stack:not(.cards-stack--wide) {
    margin-top: 56px;
  }

  .cards-stack__container,
  .cards-stack--wide .cards-stack__container {
    width: 100%;
    max-width: none;
    padding: 0;
    display: flex;
  }

  .cards-stack__collection,
  .cards-stack__list,
  .cards-stack--wide .cards-stack__list {
    position: relative;
    display: flex;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .cards-stack:not(.cards-stack--wide) .cards-stack__item {
    position: static !important;
    top: auto !important;
    width: 100%;
    max-width: none;
    transform: none !important;
  }

  .cards-stack:not(.cards-stack--wide) .cards-stack__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
  }

  .cards-stack:not(.cards-stack--wide) .cards-stack-card {
    width: 100%;
    min-height: 220px;
    height: 100%;
    padding: 18px 16px;
    border: 4px solid #fff;
    border-radius: 18px;
    box-shadow: 2px 2px 43px rgba(0, 0, 0, 0.25);
  }

  .cards-stack:not(.cards-stack--wide)
    .cards-stack__item:nth-child(1)
    .cards-stack-card {
    transform: rotate(-2deg) !important;
  }

  .cards-stack:not(.cards-stack--wide)
    .cards-stack__item:nth-child(2)
    .cards-stack-card {
    transform: rotate(-1deg) !important;
  }

  .cards-stack:not(.cards-stack--wide)
    .cards-stack__item:nth-child(3)
    .cards-stack-card {
    transform: rotate(1deg) !important;
  }

  .cards-stack:not(.cards-stack--wide)
    .cards-stack__item:nth-child(4)
    .cards-stack-card {
    transform: rotate(2deg) !important;
  }

  .cards-stack:not(.cards-stack--wide) .cards-stack-card__number {
    font-size: 84px;
    line-height: 1;
  }

  .cards-stack:not(.cards-stack--wide) .cards-stack-card__h {
    font-size: 52px;
    line-height: 1.05;
  }

  .cards-stack:not(.cards-stack--wide) .cards-stack-card.is--sand h3 {
    font-size: 45px;
  }

  .cards-stack--wide {
    margin-top: 72px;
  }

  .cards-stack--wide .cards-stack__item.is--wide {
    position: static !important;
    width: 100%;
    max-width: none;
    display: block;
    transform: none !important;
  }

  .cards-stack--wide .cards-stack__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .cards-stack--wide .cards-stack__item:nth-child(2) .cards-stack-card {
    transform: rotate(-1deg) !important;
  }

  .cards-stack--wide .cards-stack__item:nth-child(3) .cards-stack-card {
    transform: rotate(0.5deg) !important;
  }

  .cards-stack--wide .cards-stack__item:nth-child(4) .cards-stack-card {
    transform: rotate(-1deg) !important;
  }

  .cards-stack--wide .cards-stack-card.is--wide {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    padding: 24px 18px 28px;
    border: 3px solid #fff;
    border-radius: 14px;
    box-shadow: 1px 1px 29px rgba(0, 0, 0, 0.25);
  }

  .cards-stack--wide .cards-stack__item:nth-child(1) .cards-stack-card {
    min-height: 0;
  }

  .cards-stack--wide .cards-stack-card__number {
    font-size: 56px;
    line-height: 1;
  }

  .cards-stack-card__h.is--wide,
  .cards-stack--wide .cards-stack-card.is--sand h3 {
    margin-top: 20px;
    font-size: 56px;
    line-height: 1.05;
  }

  .cards-stack-card__services {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
  }

  .cards-stack-card__services-p {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .cards-stack-card__services-p br {
    display: none;
  }

  .cards-stack--wide > .footer {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    width: 100%;
    height: auto;
    margin: 64px 0 0;
    padding: 0 20px 32px;
    gap: 28px;
  }

  .cards-stack--wide > .footer .titre_footer {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    gap: 12px;
  }

  .cards-stack--wide > .footer .titre_footer h2 {
    font-size: 46px;
    line-height: 1.1;
    white-space: normal;
    text-align: center;
  }

  .cards-stack--wide > .footer .titre_footer h2 span {
    margin-left: 6px;
    font-size: 50px;
  }

  .cards-stack--wide > .footer .titre_footer h2 .mini_h2 {
    font-size: 34px;
  }

  .cards-stack--wide > .footer .titre_footer p {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.35;
  }

  .cards-stack--wide > .footer .bas_footer {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 28px 24px;
    border-radius: 16px;
    background-size: cover;
  }

  .cards-stack--wide > .footer .bas_footer h2 {
    width: 100%;
    font-size: 34px;
    line-height: 1;
  }

  .cards-stack--wide > .footer .bas_footer h2 span {
    margin-left: 0;
    font-size: 36px;
  }

  .cards-stack--wide > .footer .bas_footer p {
    width: 100%;
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.35;
  }

  .cards-stack--wide > .footer .bas_footer .box_inscription {
    width: 100%;
    height: auto;
    margin-top: 28px;
    border-radius: 9px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 10px;
    gap: 10px;
  }

  .cards-stack--wide > .footer .bas_footer .box_inscription input {
    width: 100%;
    height: 46px;
    padding: 0 18px;
    border-radius: 9px;
    font-size: 12px;
  }

  .cards-stack--wide > .footer .bas_footer .box_inscription button {
    width: 100%;
    height: 42px;
    margin-right: 0;
    border-radius: 7px;
    font-size: 15px;
  }

  .cards-stack--wide > .footer .deco_footer {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }

  .cards-stack--wide > .footer .deco_footer img:first-child {
    width: 33%;
  }

  .cards-stack--wide > .footer .deco_footer img:last-child {
    width: 41%;
  }

  .section2_LSW p:nth-child(2)::before {
    content: none;
  }
}
