@font-face {
  font-family: Bourgeois;
  src: url('../fonts/Bourgeois-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bourgeois;
  src: url('../fonts/Bourgeois-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0d0d0d;
  --yellow: #d2aa62;
  --light-050: #ffffff80;
  --blanc: #fff;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--black);
  color: #fff;
  text-transform: uppercase;
  font-family: Bourgeois, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .9375rem;
  line-height: 1.25;
}

a {
  color: #fff;
  text-decoration: none;
}

.link {
  color: #fff;
}

.sg-hero__title {
  text-align: left;
  letter-spacing: -.4rem;
  font-size: 7.5rem;
  line-height: .9;
}

.sg-hero__title.text--large {
  text-align: center;
}

.sg__placeholder {
  text-transform: uppercase;
  background-color: #ffffff1a;
  justify-content: center;
  align-items: center;
  height: 8rem;
  padding: 1.8rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.cookie__text {
  color: #0d0d0d;
  text-transform: none;
  margin-right: 2rem;
  font-weight: 500;
}

.sg__title-wrapper {
  border-bottom: 1px solid #ffffff80;
  justify-content: space-between;
  padding-bottom: 2rem;
  display: flex;
}

.main {
  overflow: visible;
}

.form {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.title--5 {
  font-size: .75rem;
  line-height: 1.2;
}

.sg-item__color-title {
  font-weight: 700;
}

.form__col {
  border: 1px solid #0000001a;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 20.375rem;
  padding: 1.125rem 1.5rem;
  display: flex;
}

.link__divider {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #000;
  width: 100%;
  height: 1px;
}

.button {
  background-color: #fff;
  border-radius: .125rem;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  display: flex;
}

.button.button--tertiary {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  padding: .3125rem .625rem .3125rem .3125rem;
  display: flex;
}

.button.button--secondary {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  padding-left: 0;
}

.button.is--secondary {
  background-color: #fff0;
  padding-right: 1.5rem;
}

.button.is--secondary.is--yes {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.button.is--secondary.is--no {
  padding-left: 0;
  padding-right: 0;
}

.button.is--main {
  display: none;
}

.sg-item__color-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form__error-wrapper {
  background-color: #0000;
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.sg-item__color-text {
  font-size: .75rem;
}

.cookie__text-wrapper {
  display: flex;
}

.link__text {
  letter-spacing: 0;
  -webkit-text-stroke-color: #0c0c0c;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.4;
}

.text--grey {
  color: #ffffff4d;
}

.col {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-10 {
  flex: 83.3333%;
  max-width: 83.3333%;
}

.col.col-lg-1 {
  flex: 8.333%;
  max-width: 8.333%;
}

.col.col-lg-7 {
  flex: 58.3333%;
  max-width: 58.3333%;
}

.col.col-lg-11 {
  flex: 91.6667%;
  max-width: 91.6667%;
}

.col.col-lg-5 {
  flex: 41.6667%;
  max-width: 41.6667%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.col-lg-8 {
  flex: 66.6667%;
  max-width: 66.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-2 {
  flex: 16.6667%;
  max-width: 16.6667%;
}

.col.col-lg-6 {
  flex: 50%;
  max-width: 50%;
}

.col.col-lg-4 {
  flex: 33.3333%;
  max-width: 33.3333%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  flex: 75%;
  max-width: 75%;
}

.col.col-lg-12 {
  flex: 100%;
  max-width: 100%;
}

.col.col-lg-3 {
  flex: 25%;
  max-width: 25%;
}

.sg-item__text-wrapper {
  width: 50%;
}

.title--2 {
  letter-spacing: -.1rem;
  text-transform: uppercase;
  font-size: 3.3125rem;
  line-height: .8;
}

.button__text {
  color: #131313;
  font-size: .9375rem;
  font-weight: 700;
}

.button__text.is--secondary {
  color: #878787;
  font-weight: 500;
  position: absolute;
}

.form__label {
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
}

.section.is--intro {
  height: 100vh;
  margin-top: -40vh;
}

.section.is--tracker {
  width: 100%;
}

.section.is--section {
  width: 100%;
  height: 100vh;
  display: none;
}

.section.is--groupe, .section.is--personnes, .section.is--compare {
  width: 100%;
  height: 100vh;
}

.section.is--timeline {
  width: 100%;
}

.section.is--map {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.section.is--achat {
  padding-bottom: 10rem;
}

.section.is--form {
  min-height: 100dvh;
  position: relative;
}

.section.is--fields {
  height: 100dvh;
  min-height: 100dvh;
  position: relative;
}

.cookie__wrapper {
  background-color: #fff;
  padding: .8125rem 1.25rem;
  display: inline-block;
}

.sg-hero__wrapper {
  padding-top: 18.75rem;
  padding-bottom: 11.25rem;
}

.title--1 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 18ch;
  font-size: 3.75rem;
  line-height: .93;
}

.sg__title--large {
  font-size: 1.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.form__button {
  color: #0d0d0d;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  flex: none;
}

.form__sucess-wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .625rem;
}

.cookie__link {
  color: #0d0d0d;
  text-transform: none;
  font-weight: 500;
}

.cookie__link.cookie__link--accept {
  margin-right: 1rem;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

.row.justify-center {
  justify-content: center;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-between {
  justify-content: space-between;
}

.row.justify-between.is--sections, .row.justify-between.is--groupe {
  justify-content: space-between;
  align-items: flex-start;
}

.row.align-stretch {
  align-items: stretch;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.align-end {
  align-items: flex-end;
}

.row.flex-end {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 7%;
}

.row.flex-start {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.row.is--center {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sg-item__title {
  margin-right: 5rem;
  font-size: 1rem;
}

.sg-hero__text {
  text-transform: none;
  font-size: 2rem;
}

.sg-title__wrapper {
  padding-top: 10rem;
  padding-bottom: 3.75rem;
}

.container {
  width: 100%;
  max-width: 85.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container.is--hero {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100dvh;
  margin-top: 0;
  padding-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.is--header {
  justify-content: flex-end;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.container.is--intro {
  justify-content: center;
  align-items: flex-end;
  padding-top: 24rem;
  padding-bottom: 15rem;
  position: relative;
  overflow: hidden;
}

.container.is--tracker {
  border-top: 1px solid #ffffff1c;
  padding-top: 3rem;
  position: relative;
  overflow: hidden;
}

.container.is--section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.container.is--section.is--timeline {
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: visible;
}

.container.is--second {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 10%;
  display: flex;
}

.container.is--fourth {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 7%;
  display: flex;
}

.container.is--third {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 7%;
  padding-bottom: 7%;
  display: flex;
}

.container.is--fifth {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 7%;
  padding-bottom: 7%;
  display: flex;
}

.container.is--map {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.is--achat {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.container.is--faq {
  border-top: 1px solid #ffffff26;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 10rem;
  display: flex;
}

.container.is--form, .container.is--fields {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100dvh;
  display: flex;
  position: relative;
}

.form__field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  height: 1rem;
  margin-bottom: 0;
  padding: 0;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field:focus {
  border-color: #fff;
}

.form__field::placeholder {
  color: #00000080;
}

.sg-item__color {
  width: 100%;
  height: 15.625rem;
}

.sg-item__color.sg-item__color--dark {
  background-color: #000;
  border: 1px solid #000;
}

.sg-item__color.sg-item__color--support {
  background-color: #f5f3f3;
  border: 1px solid #000;
}

.sg-item__color.sg-item__color--light {
  background-color: #fff;
  border: 1px solid #000;
}

.text--small {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.4rem;
}

.cookie__content {
  align-items: center;
  display: flex;
}

.sg__wrapper {
  padding-top: 6.25rem;
}

.sg-card__wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding: .625rem .625rem 1rem;
  display: flex;
}

.sg-card__wrapper.sg-card__wrapper--grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: stretch;
}

.sg-card__wrapper.sg-card__wrapper--color {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .625rem;
  padding-bottom: 3.125rem;
}

.sg-card__wrapper.sg-card__wrapper--button {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: center;
  align-items: center;
  height: 14.0625rem;
}

.button__image {
  border-radius: .125rem;
  width: 1.625rem;
  height: 1.625rem;
}

.link__text-wrapper {
  position: relative;
  overflow: clip;
}

.title--3 {
  letter-spacing: -.05rem;
  text-transform: none;
  font-size: 1.3125rem;
  line-height: .9;
}

.text--large {
  letter-spacing: -.25rem;
  text-transform: uppercase;
  font-size: 8rem;
  font-weight: 900;
  line-height: .8;
}

.form__wrapper {
  margin-bottom: 0;
}

.sg-item__title-wrapper {
  border-bottom: 1px solid #0000001a;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.title--6 {
  letter-spacing: -.02rem;
  font-size: .75rem;
  line-height: .9;
}

.title--4 {
  letter-spacing: -.02rem;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: .9;
}

.css-embed {
  display: none;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.p-hero {
  text-align: center;
  max-width: 41ch;
  font-size: 1rem;
}

.hero-copy-desktop {
  display: none;
}

.hero-mobile-direct-access,
.hero-mobile-discover {
  display: none;
}

@media screen and (min-width: 768px) {
  .container.is--tracker {
    border-top: 0;
    overflow: visible;
  }

  .text-wrapper-map .t-title-network,
  .text-wrapper-spotify .t-title,
  .text-wrapper-barca .t-title {
    letter-spacing: -.02em;
    font-size: 3.5rem;
    line-height: .9;
  }

  .text-wrapper-map .desktop-network-comma {
    display: inline;
  }

  .timeline-panel.is--1.is--desktop-merged-preparation {
    padding-top: 5rem;
  }

  .section.is--fields.is--terminal-offers .link-container {
    width: min(100%, 28rem);
    max-width: 28rem;
    gap: .75rem;
    display: flex;
  }

  .section.is--fields.is--terminal-offers
  .link-container .link-pay {
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 0;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    width: auto;
    height: auto;
    min-height: min-content;
    padding: 1.75rem 1rem;
    display: flex;
    overflow: hidden;
  }

  .section.is--fields.is--terminal-offers
  .link-container .link-pay::before {
    left: -100%;
    transition: none;
    animation: none;
  }

  .section.is--fields.is--terminal-offers
  .link-container .link-pay:hover::before {
    left: -100%;
    animation: desktop-offer-card-sweep .55s ease-out forwards;
  }

  @keyframes desktop-offer-card-sweep {
    from {
      left: -100%;
    }

    to {
      left: 100%;
    }
  }

  .section.is--fields.is--terminal-offers
  .link-container .link-pay__icon {
    color: rgba(210, 170, 98, .9);
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
  }

  .section.is--fields.is--terminal-offers
  .link-container .link-pay__icon svg {
    width: 100%;
    height: 100%;
  }

  .section.is--fields.is--terminal-offers
  .link-container .link-pay__icon.is--group {
    width: 3.65rem;
  }

  .section.is--fields.is--terminal-offers
  .link-container .link-pay__label {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 1rem;
    font-weight: 600;
    display: block;
  }

  .section.is--fields.is--terminal-offers
  .link-container .link-pay__divider {
    background-color: rgba(255, 255, 255, .25);
    width: 2.5rem;
    height: 1px;
    margin: .35rem 0;
    display: block;
  }

  .section.is--fields.is--terminal-offers
  .link-container .link-pay__meta {
    color: var(--light-050);
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .75rem;
    display: block;
  }

  .section.is--tracker .big-title-section,
  .section.is--tracker .wrapper-p {
    position: relative;
    top: -5rem;
  }

  .barcelona-mobile-details {
    z-index: 100;
    pointer-events: none;
    flex-direction: column;
    align-items: flex-start;
    width: 27rem;
    max-height: none;
    padding: 0;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .barcelona-mobile-immersions-intro {
    width: 100%;
    margin: 0;
    font-size: .875rem;
    line-height: 1.45;
  }

  .barcelona-mobile-immersions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    width: 100%;
    margin-top: .85rem;
    display: grid;
  }

  .barcelona-mobile-immersion {
    color: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .12);
    border-left-color: rgba(210, 170, 98, .78);
    background: rgba(18, 18, 18, .72);
    min-height: 2.8rem;
    padding: .62rem .7rem;
    font-size: .75rem;
    line-height: 1.15;
    display: flex;
    align-items: center;
    gap: .6rem;
  }

  .barcelona-mobile-immersion__pictogram {
    color: #d2aa62;
    width: 1.3rem;
    height: 1.3rem;
    flex: none;
    display: block;
  }

  .barcelona-mobile-immersion__pictogram svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
    overflow: visible;
  }

  .barcelona-mobile-immersion__label {
    min-width: 0;
  }

  body .text-wrapper-date.is--date-card .paragraph:first-of-type {
    width: auto;
    font-size: 1.1rem;
    text-align: center;
    white-space: nowrap;
  }

  body .text-wrapper-date.is--date-card .paragraph:last-of-type {
    width: auto;
    font-size: 1rem;
    text-align: center;
    white-space: nowrap;
  }

  body .text-wrapper-date.is--date-card {
    justify-content: center;
    text-align: center;
    /* Temporary desktop-only hide; keep the card intact for later reuse. */
    display: none !important;
  }

  body .text-wrapper-date.is--date-card .lineInner {
    width: 100%;
    text-align: center !important;
  }

  .container.is--hero .hero-content {
    width: 100%;
    text-align: center;
  }

  .container.is--hero .hero-content .title--1,
  .container.is--hero .hero-content .p-hero {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .container.is--hero .hero-copy-desktop {
    display: block;
  }

  .container.is--hero .hero-copy-mobile {
    display: none;
  }

  .container.is--hero .hero-copy-desktop .lineInner-mask,
  .container.is--hero .hero-copy-desktop .lineInner {
    display: block;
    text-align: center;
  }

  .container.is--hero .hero-copy-desktop .lineInner-mask {
    overflow: clip;
  }

  .container.is--hero .hero-copy-desktop .lineInner {
    position: relative;
  }

  .hero-mobile-direct-access {
    z-index: 12;
    color: rgba(255, 255, 255, .82);
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: .3rem;
    background: rgba(13, 13, 13, .22);
    text-transform: none;
    letter-spacing: .01em;
    white-space: nowrap;
    align-items: center;
    gap: .5rem;
    padding: .65rem .8rem;
    font-family: Arial, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 2rem;
    right: 2rem;
    transition:
      color .25s ease,
      border-color .25s ease,
      background-color .25s ease;
    backdrop-filter: blur(.35rem);
    -webkit-backdrop-filter: blur(.35rem);
  }

  .hero-mobile-direct-access:hover {
    color: #fff;
    border-color: rgba(210, 170, 98, .72);
    background: rgba(210, 170, 98, .08);
  }

  .hero-mobile-direct-access svg {
    width: 1rem;
    height: 1rem;
    flex: none;
  }

  .hero-mobile-discover {
    z-index: 2;
    color: rgba(255, 255, 255, .9);
    visibility: hidden;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .055em;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1;
    display: block;
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .container.is--hero .svg-16 {
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    width: 2.5rem;
    height: 2.5rem;
    bottom: 2.8rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    overflow: visible;
  }

  .container.is--hero .svg-16 .scroll-arrow {
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.4);
  }
}

@media screen and (min-width: 992px) {
  .container.is--hero .hero-content {
    margin-top: 17.5rem;
  }
}

.button-arrow__container {
  border-left: 1px solid #0003;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1.25rem;
  display: flex;
}

.svg {
  width: .4rem;
  position: relative;
}

.image {
  z-index: -1;
  width: 100vw;
  height: 100dvh;
  position: absolute;
}

.header {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding-top: 0;
  display: flex;
  position: absolute;
}

.logo {
  width: 14rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-left-container {
  width: 20px;
  height: 12px;
  position: relative;
}

.button-bullet {
  background-color: #fff;
  border-radius: 999px;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-brackets {
  line-height: 0;
}

.hero-arrow-container {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.svg-3 {
  width: .75rem;
}

.hero-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15rem;
  display: flex;
}

.chart-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.baseline {
  justify-content: space-between;
  align-items: flex-end;
  width: 60.75rem;
  display: flex;
  position: relative;
}

.bar {
  background-color: #fff;
  width: 2px;
  height: 12px;
}

.bar.is--2 {
  height: 21px;
}

.bar.is--3 {
  height: 37px;
}

.bar.is--4 {
  height: 70px;
}

.bar.is--5 {
  height: 110px;
}

.bar.is--6 {
  height: 170px;
}

.bar.is--7 {
  height: 230px;
}

.bar.is--8 {
  height: 290px;
}

.bars {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.ici-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 14rem;
  display: flex;
  position: absolute;
  bottom: -5.5rem;
  left: 40.8rem;
}

.ici-wrapper-text {
  text-transform: uppercase;
  font-size: 1rem;
}

.svg-4 {
  width: .8125rem;
}

.header-section {
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.header-section.is--sections {
  margin-bottom: 1rem;
}

.header-section.is--sections.spe {
  border-top-style: none;
}

.header-section.is--groupe {
  margin-bottom: 1rem;
}

.header-section.is--groupe.spe {
  opacity: 0;
}

.header-section.is--tracker {
  border-top: 1px solid #ffffff26;
  position: relative;
}

.header-section.is--personnes {
  opacity: 0;
  margin-bottom: 1rem;
}

.header-section.is--compare {
  margin-bottom: 1rem;
}

.header-section.is--timeline {
  width: 100%;
  position: absolute;
}

.header-number.hidden {
  opacity: 0;
}

.header-title {
  color: #ffffff80;
}

.header-title.hidden {
  opacity: 0;
}

.header-subtitle {
  color: #ffffff80;
}

.header-wrapper-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.big-title-section {
  letter-spacing: -.02em;
  max-width: 35ch;
  margin-top: 2rem;
  font-size: 3.5rem;
  line-height: .9;
}

.big-title-section.is--sections, .big-title-section.is--groupe {
  max-width: 17ch;
  margin-top: -.8rem;
}

.big-title-section.is--personnes {
  margin-top: -.8rem;
  padding-top: 0;
}

.big-title-section.is--compare {
  margin-top: -.8rem;
}

.big-title-section.is--faq {
  text-align: center;
  max-width: 16ch;
}

.big-title-section.is--timeline {
  margin-top: 0;
  font-size: 2.8rem;
}

.big-title-section.is--timeline.materiel {
  margin-top: -1rem;
}

.big-title-section.is--timeline.materiel.is--mobile, .big-title-section.is--timeline.is--mobile {
  display: none;
}

.text-section {
  color: #fff;
  max-width: 46ch;
  margin-top: 0;
  padding-bottom: 0;
}

.text-section.is--sections, .text-section.is--personnes, .text-section.is--groupe {
  max-width: 44ch;
  margin-top: 0;
}

.text-section.is--groupe.is--second {
  border: 1px solid #fff;
  padding: .6rem;
}

.text-section.is--groupe.is--first {
  padding: .6rem;
}

.text-section.is--compare {
  max-width: 44ch;
  margin-top: 0;
}

.color {
  color: var(--yellow);
  padding-left: .2em;
  padding-right: .2em;
}

.tracker-container {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-left: 29rem;
  display: flex;
}

.tracker-wrapper {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.tracker-header {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 15.625rem repeat(7, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.day {
  color: #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.4rem;
  display: flex;
}

.day.is--first {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 11rem;
  font-size: 1rem;
}

.day.is-purge {
  color: var(--light-050);
}

.day.the-day {
  color: #fff;
}

.day.is--mobile {
  display: none;
}

.tracker-row {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  border-bottom: 1px solid #ffffff26;
  padding-bottom: 1.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.tracker-checkbox {
  border: 1px solid #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.tracker-checkbox.is--last {
  display: none;
}

.tracker-checkbox.is--button {
  background-color: #2f2f2f;
  border-color: #fff0;
}

.tracker-checkbox.is--mobile {
  display: none;
}

.tracker-checkbox-inside {
  background-color: #ffffff4d;
  width: .6875rem;
  height: .6875rem;
}

.tracker-checkbox-inside.is--button {
  opacity: 0;
  background-color: #fff;
}

.tracker-pompes {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -5rem;
  right: 1rem;
}

.wait-message {
  color: #adadad80;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-left: 29rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.tracker-highlight {
  pointer-events: none;
  border: 1px solid #fff;
  position: absolute;
  inset: -2rem 3.45rem -2rem 21rem;
}

.purgatoire-message {
  position: absolute;
  top: -5rem;
  right: 1rem;
}

.tree-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.tree-wrapper.is--compare {
  flex-flow: row;
  width: 51.6rem;
}

.line {
  background-color: #5f5f5f;
  width: 2px;
  height: 2.5rem;
}

.line.is--vertical {
  min-width: 2px;
  height: 10rem;
  position: relative;
}

.line.is--compare {
  z-index: 1;
  width: 2.5rem;
  height: 2px;
  position: relative;
  right: -2px;
}

.line.is--uwant {
  width: 3rem;
  height: 2px;
}

.line.is--reallywant {
  width: 35rem;
  height: 2px;
}

.tree-header-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tree-horizontal-line {
  background-color: #5f5f5f;
  width: 50rem;
  height: 2px;
}

.tree-wrapper-lower {
  justify-content: space-between;
  width: 50rem;
  display: flex;
}

.tree-child-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.label {
  white-space: nowrap;
  position: absolute;
  bottom: -2rem;
}

.label.is--header {
  margin-bottom: .5rem;
  position: static;
}

.label.color {
  color: var(--yellow);
}

.label.color.is--compare {
  position: static;
}

.label.is--compare {
  top: 50%;
  bottom: 0;
}

.label.is--compare2 {
  top: 50%;
  bottom: auto;
  left: 4rem;
  transform: translate(0, -50%);
}

.label.is--compare3 {
  top: 50%;
  bottom: auto;
  left: 36rem;
  transform: translate(0, -50%);
}

.label.is--last {
  border: 1px solid #0000;
  border-radius: 1px;
  padding: .3rem .5rem .4rem;
  bottom: -2.5rem;
}

.tree-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.tree-container.is--first, .tree-container.is--second, .tree-container.is--three {
  height: 8.625rem;
  position: absolute;
  top: 21rem;
}

@media screen and (min-width: 768px) {
  .section.is--personnes {
    display: none !important;
  }

  .section.is--groupe.is--network-redesign
  .text-section.is--groupe.is--first {
    max-width: 48ch;
  }

  .tree-container.is--second.is--network-redesign {
    height: 11rem;
    top: 20.5rem;
  }

  .tree-container.is--three {
    top: 19.3rem;
  }

  .tree-container.is--second.is--network-redesign .tree-wrapper {
    margin-top: 0;
  }

  .tree-container.is--second.is--network-redesign .tree-header-wrapper .line,
  .tree-container.is--second.is--network-redesign
  .tree-child-wrapper .line {
    width: 1px;
    background-color: rgba(255, 255, 255, .72);
  }

  .tree-container.is--second.is--network-redesign
  .tree-header-wrapper .line {
    height: 3.15rem;
  }

  .tree-container.is--second.is--network-redesign .tree-horizontal-line,
  .tree-container.is--second.is--network-redesign .tree-wrapper-lower {
    width: min(70vw, 46rem);
  }

  .tree-container.is--second.is--network-redesign .tree-horizontal-line {
    height: 1px;
    background-color: rgba(255, 255, 255, .72);
  }

  .tree-container.is--second.is--network-redesign
  .tree-child-wrapper.is--two,
  .tree-container.is--second.is--network-redesign
  .tree-child-wrapper.is--four {
    display: none;
  }

  .tree-container.is--second.is--network-redesign
  .tree-child-wrapper .line {
    height: 2.5rem;
  }

  .tree-container.is--second.is--network-redesign
  .tree-child-wrapper.is--three .line {
    height: 3.7rem;
  }

  .tree-container.is--second.is--network-redesign
  .tree-child-wrapper .label {
    top: 3rem;
    bottom: auto;
    line-height: 1.2;
    letter-spacing: .025em;
    text-align: center;
  }

  .tree-container.is--second.is--network-redesign
  .tree-child-wrapper.is--three .label {
    top: 4.2rem;
  }

  .tree-container.is--second.is--network-redesign
  .network-section-prefix,
  .tree-container.is--second.is--network-redesign
  .network-section-name {
    display: block;
  }

  .tree-container.is--second.is--network-redesign
  .network-section-prefix {
    color: rgba(255, 255, 255, .9);
  }

  .tree-container.is--second.is--network-redesign
  .network-section-name {
    color: #fff;
  }

  .desktop-formula-copy {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 4;
    inset: 0;
    display: flex;
    flex-wrap: wrap;
    place-content: stretch space-between;
    pointer-events: none;
  }

  .desktop-formula-copy__title {
    margin-top: -.8rem;
  }

  .desktop-formula-copy__texts {
    display: flex;
    width: min(44ch, 47%);
    flex-direction: column;
    gap: .75rem;
  }

  .desktop-formula-copy__text {
    width: 100%;
    margin: 0;
    padding: .6rem;
    text-transform: uppercase;
  }

  .desktop-formula-copy__label {
    color: var(--yellow);
  }

  .desktop-formula-branches {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 5.7rem;
    left: 50%;
    width: min(46vw, 36rem);
    height: 14rem;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .desktop-formula-branches__line {
    position: absolute;
    display: block;
    background-color: rgba(255, 255, 255, .72);
  }

  .desktop-formula-branches__line.is--trunk {
    top: 0;
    left: 50%;
    width: 1px;
    height: 2.75rem;
  }

  .desktop-formula-branches__line.is--horizontal {
    top: 2.75rem;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .desktop-formula-branches__line.is--leg {
    top: 2.75rem;
    width: 1px;
    height: 2.5rem;
  }

  .desktop-formula-branches__line.is--leg.is--left {
    left: 0;
  }

  .desktop-formula-branches__line.is--leg.is--right {
    right: 0;
  }

  .desktop-formula-branches__label {
    position: absolute;
    top: 5.65rem;
    line-height: 1.2;
    letter-spacing: .025em;
    white-space: nowrap;
  }

  .desktop-formula-branches__label.is--left {
    left: 0;
    transform: translateX(-50%);
  }

  .desktop-formula-branches__label.is--right {
    right: 0;
    transform: translateX(50%);
  }

  .desktop-group-members {
    position: absolute;
    top: 7.25rem;
    left: 0;
    width: min(25vw, 20rem);
    height: 6rem;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .desktop-group-members__line {
    position: absolute;
    display: block;
    background-color: rgba(255, 255, 255, .62);
  }

  .desktop-group-members__line.is--trunk {
    top: 0;
    left: 50%;
    width: 1px;
    height: 1.5rem;
  }

  .desktop-group-members__line.is--horizontal {
    top: 1.5rem;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .desktop-group-members__line.is--leg {
    top: 1.5rem;
    width: 1px;
    height: 1.45rem;
  }

  .desktop-group-members__line.is--leg.is--one,
  .desktop-group-members__label.is--one {
    left: 0;
  }

  .desktop-group-members__line.is--leg.is--two,
  .desktop-group-members__label.is--two {
    left: 33.333%;
  }

  .desktop-group-members__line.is--leg.is--three,
  .desktop-group-members__label.is--three {
    left: 66.667%;
  }

  .desktop-group-members__line.is--leg.is--four,
  .desktop-group-members__label.is--four {
    left: 100%;
  }

  .desktop-group-members__label {
    position: absolute;
    top: 3.25rem;
    line-height: 1.2;
    letter-spacing: .025em;
    white-space: nowrap;
    transform: translateX(-50%);
  }
}

.tree-container.is--compare {
  height: 8.625rem;
  position: absolute;
  top: 25.8rem;
}

.tree-container.is--timeline {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  position: relative;
}

.parent-section {
  position: relative;
  overflow: hidden;
}

.header-pres {
  flex-wrap: wrap;
  place-content: stretch space-between;
  margin-top: 4rem;
  display: flex;
}

.header-pres.align-start {
  align-items: flex-start;
  line-height: 1;
}

.header-pres.align-center {
  align-items: center;
}

.header-pres.justify-center {
  justify-content: center;
}

.header-pres.justify-around {
  justify-content: space-around;
}

.header-pres.justify-between {
  justify-content: space-between;
}

.header-pres.justify-between.is--sections, .header-pres.justify-between.is--groupe {
  justify-content: space-between;
  align-items: flex-start;
}

.header-pres.align-stretch {
  align-items: stretch;
}

.header-pres.justify-end {
  justify-content: flex-end;
}

.header-pres.align-end {
  align-items: flex-end;
}

.header-pres.is--groupe {
  position: relative;
}

.header-pres.is--compare {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.tree-left-side {
  z-index: 22;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.tree-right-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 20rem;
  display: flex;
}

.line-wrapper-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  display: flex;
  position: relative;
}

.line-wrapper-bottom {
  z-index: 1;
  position: relative;
}

.line-clr {
  z-index: 22;
  background-color: #fff;
  position: absolute;
  inset: 0;
}

.line-vertical-clr {
  z-index: 22;
  background-color: #fff;
  width: 2px;
  height: 10rem;
  position: absolute;
  right: 0;
}

.dot-wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.dot-wrapper.is--timeline {
  display: none;
}

.dot {
  background-color: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
  position: relative;
}

.dot-bg {
  background-color: #ffffff7a;
  border-radius: 9999px;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.inscription-rc {
  text-wrap: nowrap;
  position: absolute;
  top: 2.5rem;
  left: -5.5rem;
}

.timeline-wrapper {
  opacity: 0;
  background-color: #575757;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
}

.white-line {
  background-color: #fff;
  position: absolute;
  inset: 0;
}

.achievement.is--top {
  position: absolute;
  top: 20%;
  left: 20%;
}

.achievement.is--bottom {
  position: absolute;
  bottom: 20%;
  left: 40%;
}

.inner-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.panel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.panel.is--first {
  position: relative;
}

.div-block {
  margin-top: 10rem;
}

.text-block {
  text-align: right;
}

.text-block.fade-in {
  text-align: left;
  margin-top: 10rem;
}

.text-block.fade-in.is--second {
  text-align: right;
}

.text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  flex-flow: column;
  max-width: 45ch;
  display: flex;
}

.text-wrapper.is--first, .text-wrapper.is--second, .text-wrapper.is--third, .text-wrapper.is--sixth {
  max-width: none;
}

.t-eyebrow {
  color: #ffffff80;
  font-size: .9375rem;
}

.t-title {
  font-size: 1.75rem;
  line-height: 100%;
}

.t-p {
  color: #ffffff80;
  text-wrap: pretty;
  pointer-events: all;
}

.t-inner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 27rem;
  display: flex;
}

.t-inner-wrapper.is--spec {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 40rem;
}

.t-lower-wrapper {
  border-bottom: 1px solid #ffffff26;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.t-line-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: flex;
}

.t-left-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 16rem;
  height: fit-content;
  display: flex;
}

.t-right-wrapper {
  color: #ffffff80;
  font-size: .875rem;
  line-height: 110%;
}

.t-left-wrapper-text {
  text-wrap: nowrap;
  border: 1px solid #ffffff26;
  border-radius: 9999px;
  padding: .5rem 1rem;
  font-size: .875rem;
}

.map-wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.mask {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.text-wrapper-map {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  flex-flow: column;
  max-width: 45ch;
  margin-top: 5rem;
  display: flex;
}

.svg-5 {
  width: auto;
  height: 100vh;
  position: absolute;
  left: 280px;
}

.map-svg {
  pointer-events: none;
  width: 100vw;
  height: 100%;
  position: relative;
}

.dot-video {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.dot-video.is--timeline {
  display: none;
}

.dot-video.is--1 {
  top: 55%;
  left: 28%;
}

.dot-video.is--2 {
  top: 50%;
  left: 42%;
}

.dot-video.is--3 {
  top: 58%;
  left: 54%;
}

.dot-video.is--101 {
  top: 41%;
  left: 41%;
}

.map-container {
  pointer-events: none;
  position: relative;
}

.dot-normal {
  position: absolute;
  top: 62%;
  left: 32%;
  transform: translate(-50%, -50%);
}

.dot-normal.is--timeline {
  display: none;
}

.dot-normal.is--2 {
  top: 56%;
  left: 35%;
}

.dot-normal.is--1 {
  top: 51%;
  left: 42%;
}

.dot-normal.is--3 {
  top: 59%;
  left: 26%;
}

.dot-normal.is--4 {
  top: 68%;
  left: 40%;
}

.dot-normal.is--5 {
  top: 59%;
  left: 50%;
}

.dot-normal.is--6 {
  top: 38%;
  left: 41%;
}

.dot-normal.is--7 {
  top: 70%;
  left: 36%;
}

.dot-normal.is--8 {
  top: 67%;
  left: 29%;
}

.dot-normal.is--9 {
  top: 43%;
  left: 37%;
}

.dot-normal.is--10 {
  top: 57%;
  left: 51%;
}

.dot-normal.is--11 {
  top: 40%;
  left: 44%;
}

.dot-normal.is--12 {
  top: 61%;
  left: 40%;
}

.dot-normal.is--13 {
  top: 48%;
  left: 33%;
}

.mask-2 {
  display: none;
}

.dot-barcelona {
  opacity: 1;
  background-color: #fff0;
  border-radius: 999px;
  justify-content: center;
  align-items: flex-start;
  width: .7rem;
  height: .7rem;
  display: flex;
  position: absolute;
  top: 80%;
  left: 29%;
}

.text-wrapper-barca {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  pointer-events: none;
  text-align: left;
  flex-flow: column;
  max-width: 45ch;
  margin-top: 5rem;
  display: flex;
}

.scroll-arrow {
  position: absolute;
  top: -100%;
}

.hero-video {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.video {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
}

.overlay-load {
  z-index: 100;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0;
}

.overlay-text-wrapper {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.overlay-text {
  letter-spacing: -.02em;
  font-size: 1.6rem;
  line-height: 100%;
}

.overlay-logo {
  width: 24rem;
}

.overlay-button-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.overlay-logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.logo-number {
  color: #ffffff80;
  text-align: center;
}

.wrapper-logo {
  position: relative;
}

.overlay-logo-div {
  background-color: #0d0d0d80;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.tracker-wrapper-mobile {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  display: flex;
}

.overlay-line {
  background-color: #ffffff26;
  width: 100%;
  max-width: 20rem;
  height: 1px;
}

.arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.svg-2 {
  width: .4rem;
  position: absolute;
  left: -3em;
}

.div-block-2 {
  display: none;
}

.tracker-row-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.header-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}

.video-modal {
  z-index: 100;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.video-wrapper {
  z-index: 1;
  background-color: #1b1b1b;
  border-radius: 4px;
  width: fit-content;
  padding: 1rem;
  position: relative;
}

.video-2 {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 17rem;
  height: 26rem;
  display: flex;
  overflow: hidden;
}

.video-lower-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.svg-play {
  width: .75rem;
  height: .75rem;
}

.the-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-modal-bg {
  cursor: pointer;
  background-color: #00000030;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button-2 {
  background-color: #efefef00;
}

.play-button {
  background-color: #efefef00;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.svg-pause {
  width: .75rem;
  height: .75rem;
  position: absolute;
}

.text-block-2 {
  position: absolute;
}

.video-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.close-button {
  text-transform: uppercase;
  background-color: #1b1b1b;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 5.3rem;
  padding-top: .3rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  display: flex;
  position: absolute;
  top: -10%;
}

.text-block-3 {
  line-height: 100%;
}

.barca-video-wrapper {
  background-color: #202020;
  width: 15rem;
  height: 9rem;
  padding: .5rem;
  position: absolute;
  transform: translate(0, 41px);
}

.video-barca {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.click-me {
  text-wrap: nowrap;
  position: absolute;
  transform: translate(0, -150%);
}

.hero-arrow-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.wait-message-span.is--glow {
  color: #adadad80;
}

.hero-arrow-svg-2 {
  position: absolute;
  top: -100%;
  left: 0;
}

.timeline-marker {
  background-color: red;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.achat-left-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: sticky;
  top: 0;
}

.achat-right-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 50%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.h2-achat {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.875rem;
  line-height: 90%;
}

.achat-video-wrapper {
  background-color: #181818;
  width: 23rem;
  height: 15rem;
}

.achat-intro-wraper {
  border-left: 1px solid #fff;
  padding-left: 2rem;
}

.achat-intro-title {
  display: block;
}

.achat-intro-description {
  color: var(--light-050);
  line-height: 108%;
  display: block;
}

.achat-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.achat-block-label {
  border-left: 1px solid var(--yellow);
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.achat-line {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
}

.form-achat {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.span {
  color: var(--light-050);
  font-weight: 500;
}

.input-span {
  margin-right: 1rem;
  font-weight: 500;
}

.label-checkbox {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: flex;
}

.checkbox {
  background-color: #fff0;
  margin-right: 2rem;
}

.radio {
  margin-right: 2rem;
}

.achat-outro-wrapper {
  margin-top: 3rem;
}

.p-achat {
  color: var(--light-050);
  font-size: 1rem;
}

.achat-engagement {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.achat-total-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.total-value {
  font-size: 2.9375rem;
  line-height: 100%;
}

.button-3 {
  color: var(--black);
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
  font-size: 1.75rem;
  line-height: 100%;
  display: flex;
}

.faq-chat-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 39rem;
  margin-top: 5rem;
  display: flex;
}

.chat-bubble {
  background-color: #2e2e2e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: fit-content;
  margin-right: 0;
  padding: .9375rem 1.3125rem;
  line-height: 120%;
}

.chat-bubble.is--secondary {
  width: 70%;
  color: var(--black);
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
}

.chat-bubble-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.chat-bubble-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.svg-6 {
  width: .7rem;
}

.chat-pp {
  color: #686868;
  border: 1px solid #5a5a5a;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.label-radio {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: flex;
}

.iphone-svg {
  width: 100%;
  min-width: 100%;
  height: auto;
}

.iphone-wrapper {
  position: absolute;
  top: -16rem;
  left: -3rem;
  right: -3rem;
}

.iphone {
  opacity: .05;
  border: 5px solid #fff;
  border-radius: 110px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 62.5rem;
  padding-top: 1.3rem;
  display: none;
}

.iphone-island {
  background-color: #fff;
  border-radius: 999px;
  width: 8rem;
  height: 2rem;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
}

.image-3 {
  width: 100%;
}

.svg-7, .svg-8 {
  width: 10rem;
}

.svg-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  bottom: 4rem;
}

.text-span {
  color: var(--yellow);
}

.timeline-container {
  position: relative;
  overflow: hidden;
}

.timeline-panels-wrapper {
  flex-flow: column;
  display: flex;
}

.timeline-panel {
  min-width: 100vw;
  min-height: 100vh;
}

.timeline-panel.is--1 {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  padding-top: 7rem;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.timeline-panel.is--2 {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  padding-bottom: 11rem;
  display: flex;
}

.timeline-panel.is--2.is--fixed {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  padding-bottom: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.timeline-panel.is--3 {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  padding-top: 7rem;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.timeline-panel.is--4.is--fixed {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.timeline-panel.is--5 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
  position: relative;
}

.timeline-panel.is--6, .timeline-panel.is--7, .timeline-panel.is--8 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.timeline-panel.is--9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.text-block-4 {
  width: 40ch;
  color: var(--light-050);
  font-size: .8rem;
}

.text-block-4.is--label {
  margin-bottom: -1rem;
}

.text-block-4.is--short {
  width: 55ch;
}

.text-block-4.is--long {
  width: 80ch;
}

.structure-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.structure-title {
  font-size: 1.1rem;
}

.structure-text {
  font-size: .8rem;
  line-height: 140%;
}

.structure-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #ffffff1f;
  flex-flow: column;
  width: 47ch;
  padding-bottom: .7rem;
  display: flex;
}

.text-span-2 {
  color: var(--blanc);
}

.bold-text, .bold-text-2 {
  font-weight: 500;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  margin-right: auto;
  font-weight: 500;
}

.bold-text-6 {
  font-weight: 500;
}

.stat {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  border: 1px #000;
  border-bottom-color: #ffffff29;
  justify-content: flex-start;
  width: 22rem;
  padding-top: .3rem;
  padding-bottom: .7rem;
  font-size: .9rem;
  display: flex;
}

.structure-day {
  color: var(--light-050);
}

.gif-container {
  border: 2px solid #313131;
  width: 29rem;
}

.gif-container.is--mobile {
  display: none;
}

.image-4 {
  filter: grayscale();
  display: none;
}

.separator-line {
  color: #fff;
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  min-height: 1px;
}

.lower-block {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  width: 18rem;
  margin-top: 1.9rem;
  display: flex;
}

.stat-text {
  width: 13.6rem;
}

.stat-right {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  font-size: .9rem;
  display: flex;
}

.stat-valuetext {
  padding-bottom: 0;
  padding-right: 0;
}

.start-element {
  z-index: 100;
  background-color: #fff;
  width: 2px;
  height: 1rem;
  position: absolute;
  top: 49%;
  left: 0;
  transform: translate(0, -50%);
}

.title-intro {
  max-width: 14ch;
  font-size: 4rem;
  line-height: 88%;
  position: absolute;
  top: 9rem;
  left: 16.9rem;
}

.text-span-4 {
  color: var(--yellow);
}

.module-line {
  background-color: #6d6d6d;
  width: 9rem;
  height: 1px;
  margin-bottom: 1rem;
}

.module-container {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.line-vertical-wrapper {
  width: 2px;
  min-width: 2px;
  height: 20rem;
  position: relative;
}

.svg-9 {
  color: #636363;
  width: 1.9rem;
  display: none;
}

.stat-title {
  border-bottom: 1px solid #ffffff1f;
  margin-bottom: 1.4rem;
  padding-bottom: .4rem;
  font-size: 1.1rem;
}

.stats-inner {
  border: 1px solid #313131;
  padding: 1rem;
}

.text-span-5 {
  color: var(--yellow);
}

.text-wrapper-spotify {
  z-index: 100;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  flex-flow: column;
  max-width: 45ch;
  margin-top: 5rem;
  display: flex;
  position: relative;
}

.image-wrapper {
  border: 1px solid #313131;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-spotify {
  width: 13.6rem;
  position: absolute;
}

.img-spotify.is--first {
  position: relative;
}

.lower-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 2rem;
  display: flex;
}

.spotify-svg {
  width: 8rem;
}

.h2-form {
  margin-top: 0;
  margin-bottom: 3.1rem;
  font-size: 3.875rem;
  line-height: 90%;
}

.text-block-5 {
  text-align: center;
  max-width: 67ch;
  font-size: .9375rem;
  line-height: 190%;
}

.form-field {
  width: 100%;
  position: relative;
}

.form-submit {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.form-notification-p {
  color: inherit;
  font-size: .9rem;
  font-weight: 500;
}

.form-group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
  display: none;
}

.form-input {
  outline-offset: 0px;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #252525;
  border: 1px solid #ffffff0d;
  border-radius: 0;
  outline: 0 #0000;
  height: auto;
  margin-bottom: 0;
  padding: 1.2rem 3.5em 1.2rem 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 #0000;
}

.form-input:focus {
  border-color: #cbc8c5;
}

.form-input::placeholder {
  color: #1313134d;
  background-color: #efeeec;
}

.form-input.is--textarea {
  resize: vertical;
  min-height: 9em;
}

.form-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-label {
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
}

.form-field-icon {
  opacity: 0;
  pointer-events: none;
  color: #cbc8c5;
  border-radius: .375em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  max-height: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

.form-field-icon.is--error {
  color: #ff4c24;
}

.form-notification-bg {
  opacity: .1;
  pointer-events: none;
  color: inherit;
  background-color: currentColor;
  border-radius: calc(.375rem - 2px);
  display: flex;
  position: absolute;
  inset: 0;
}

.form-field-group {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-notifcation {
  outline-offset: 0px;
  width: 100%;
  min-height: 17rem;
  color: var(--yellow);
  text-align: left;
  border-color: inherit;
  background-color: #fff0;
  outline: 0 #0000;
  padding: 0;
  font-size: 1em;
  position: relative;
}

.form-notifcation.is--error {
  color: #ff4c24;
  border-radius: 0;
  margin-top: 0;
  padding-right: 3.5em;
}

.form-notification-icon {
  pointer-events: none;
  width: 3.5em;
  color: inherit;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.form-submit-btn-p {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
}

.form-required {
  color: #ff4c24;
}

.form-divider {
  opacity: .15;
  background-color: #131313;
  width: 100%;
  height: 1px;
}

.form-submit-btn {
  outline-offset: 0px;
  color: #efeeec;
  cursor: pointer;
  background-color: #131313;
  border: 1px solid #ffffff0d;
  border-radius: 0;
  outline: 0 #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.005em 1.125em;
  font-size: .9rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 #0000;
}

.form-submit-btn:focus {
  outline-offset: 0px;
  border-width: 1px;
  border-color: #cbc8c5;
  outline-color: #131313;
}

.accept-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.text-checkbox {
  border: 1px solid #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.text-checkbox.is--last {
  display: none;
}

.text-checkbox.is--button {
  background-color: #2f2f2f;
  border-color: #fff0;
}

.text-checkbox.is--mobile {
  display: none;
}

.row-form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  display: flex;
}

.form-field-group-2 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.form-label-2 {
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
}

.form-input-2 {
  outline-offset: 0px;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #242424;
  border-radius: .328125em;
  outline: 0 #0000;
  height: auto;
  margin-bottom: 0;
  padding: .9em 3.5em .9em 1em;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 #0000;
}

.form-input-2:focus {
  border-color: #cbc8c5;
}

.form-input-2::placeholder {
  color: #1313134d;
  background-color: #efeeec;
}

.form-field-group-3 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.p-fields {
  width: 50ch;
  color: var(--light-050);
  text-align: center;
  margin-bottom: 2rem;
}

.form-step {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-6 {
  color: var(--yellow);
}

.div {
  color: var(--light-050);
  text-align: center;
  margin-bottom: 1rem;
}

.div-2 {
  text-align: center;
  margin-bottom: 2rem;
}

.radio-button-field {
  padding-left: 0;
}

.barca-gif {
  display: none;
}

.barcelona-mobile-details,
.barcelona-mobile-photo {
  display: none;
}

.footer-section {
  border-bottom: 1px solid #e4ebf3;
  padding-bottom: 2rem;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #333;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.svg-10 {
  color: #fff;
}

.svg-11 {
  color: #fff;
  width: 2rem;
}

.svg-12 {
  width: 2rem;
  height: 2rem;
}

.svg-13 {
  width: 1rem;
}

.links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-14 {
  width: 1.5rem;
}

.svg-15 {
  width: 1rem;
}

.spotify-count {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.spotify-number {
  align-self: auto;
  font-size: 3rem;
  display: block;
}

.inner-wrap {
  border: 1px solid var(--yellow);
  padding: 1.1rem;
  position: relative;
}

.accordion-css__item-bottom {
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-bottom-content {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.accordion-css__list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.accordion-css__item-bottom-wrap {
  flex-flow: column;
  height: 100000%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-icon-svg {
  width: 1em;
}

.accordion-css__item-icon {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  transform: rotate(180deg);
}

.accordion-css__item-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  display: flex;
}

.accordion-css {
  max-width: 45rem;
  margin-top: 5rem;
  position: relative;
}

.accordion-css__item {
  border-bottom: 1px solid #ffffff1a;
  list-style: none;
  position: relative;
}

.accordion-css__item-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.accordion-css__item-p {
  color: var(--light-050);
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.5;
}

.footer-copyright-center-copy {
  opacity: .49;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.bottom-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
}

.italic-text {
  font-style: normal;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  color: var(--yellow);
}

.color-2 {
  color: #fc0;
  padding-left: .2em;
  padding-right: .2em;
}

.wrapper-p {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 3rem;
  display: flex;
}

.indicatif {
  color: var(--light-050);
}

.niveaux {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.5rem;
  display: flex;
  position: absolute;
  top: -9rem;
  left: 1rem;
}

.text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21 {
  color: var(--yellow);
}

.text-wrapper-voie {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: none;
}

.text-span-22 {
  color: var(--yellow);
}

.t-title-network__line {
  display: block;
  white-space: nowrap;
}

.desktop-network-comma {
  display: none;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34 {
  color: var(--blanc);
}

.text-span-35, .text-span-36, .text-span-37, .text-span-38 {
  color: var(--yellow);
}

.svg-16 {
  width: 2rem;
  position: absolute;
  bottom: 32px;
}

.text-wrapper-date {
  z-index: 100;
  color: inherit;
  text-decoration: none;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45ch;
  max-width: 45ch;
  margin-top: 17rem;
  margin-left: 2rem;
  display: flex;
}

.barcelona-map-connector-line {
  display: none;
}

.paragraph {
  text-align: center;
  width: 17ch;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.text-span-39 {
  color: var(--yellow);
}

.radio-button-label, .radio-label {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.text-span-40, .text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45 {
  color: var(--yellow);
}

.text-span-46 {
  color: var(--blanc);
}

.text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52 {
  color: var(--yellow);
}

.video-timeline {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-span-53, .text-span-54, .text-span-55, .text-span-56 {
  color: var(--yellow);
}

.text-span-57, .text-span-58 {
  color: var(--blanc);
}

.link-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 350px;
  display: flex;
}

.link-pay {
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 10px 20px;
}

/* Card-only markup (icon/divider/price, plus the "not final" note)
   added for the mobile card redesign below - hidden here so desktop's
   existing plain button look is completely unaffected. */
.link-pay__icon,
.link-pay__divider,
.link-pay__meta,
.offers-note {
  display: none;
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-right: 2rem;
  display: flex;
}

.text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67 {
  color: var(--yellow);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .text-wrapper-map .t-title-network,
  .text-wrapper-spotify .t-title,
  .text-wrapper-barca .t-title {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 991px) {
  .sg-hero__title {
    font-size: 5rem;
  }

  .col.col-md-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-md-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-md-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-md-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.col-md-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-md-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-md-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-md-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-md-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-md-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-md-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .title--1 {
    letter-spacing: -.15rem;
    font-size: 3.2rem;
  }

  .container.is--tracker {
    max-width: 85rem;
  }

  .md--hide {
    display: none;
  }

  .baseline {
    width: 43rem;
  }

  .ici-wrapper {
    left: 27rem;
  }

  .big-title-section {
    font-size: 3.1rem;
  }

  .tracker-container {
    margin-top: 10rem;
    padding-left: 14rem;
  }

  .wait-message {
    margin-left: 14rem;
  }

  .tree-horizontal-line, .tree-wrapper-lower {
    width: 40rem;
  }

  .header-pres.is--sections {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .header-pres.is--groupe {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .map-container {
    left: 4.2rem;
  }

  .image-3 {
    opacity: .71;
  }

  .svg-wrapper {
    margin-top: 2rem;
    position: static;
  }

  .structure-text {
    width: 43ch;
  }

  .structure-wrapper {
    width: 39ch;
  }

  .stat {
    width: 15rem;
  }

  .title-intro {
    left: 4.5rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .text-wrapper-date {
    margin-top: 6rem;
    margin-left: 0;
  }

  .paragraph {
    font-size: .9375rem;
  }
}

@media screen and (max-width: 767px) {
  .sm--hide {
    display: none;
  }

  .hero-mobile-direct-access {
    z-index: 12;
    color: rgba(255, 255, 255, .78);
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: .3rem;
    text-transform: none;
    letter-spacing: -.015em;
    white-space: nowrap;
    align-items: center;
    gap: .3rem;
    padding: .42rem .55rem;
    font-family: Arial, sans-serif;
    font-size: .56rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 2.05rem;
    right: 1.25rem;
    transition: color .25s ease, border-color .25s ease;
  }

  .hero-mobile-direct-access:active {
    color: #fff;
    border-color: rgba(255, 255, 255, .42);
  }

  .hero-mobile-direct-access svg {
    width: .75rem;
    height: .75rem;
    flex: none;
  }

  .hero-mobile-discover {
    z-index: 2;
    color: rgba(255, 255, 255, .88);
    visibility: hidden;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .035em;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 1;
    display: block;
    position: absolute;
    bottom: 6.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .container.is--hero .svg-16 {
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    width: 1.74rem;
    height: 1.74rem;
    bottom: 3.75rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    overflow: visible;
  }

  .container.is--hero .svg-16 .scroll-arrow {
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.5);
  }

  .container.is--hero .hero-video .video {
    transform: translateY(-5%);
  }

  /* "Quelle formule te parle le plus" as two big cards instead of plain
     buttons - mobile only, desktop keeps its existing button look
     untouched (see the unscoped display:none rule above). Every
     selector here is the ".link-container .link-pay..." descendant
     form (not bare ".link-pay...") specifically to out-rank the
     pre-existing unscoped ".link-pay" button rule (a fixed height:4rem/
     3.5rem, overflow:hidden button with a hover "shine" sweep, defined
     in index.html's own inline <style> tag, which loads after this
     stylesheet - so on equal specificity it would otherwise win). */
  .link-container {
    width: 100%;
    max-width: 22rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .link-container .link-pay {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    /* Matches the un-rounded corners the plain button had before this
       card redesign (see the pre-existing ".link-pay" rule above). */
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    height: auto;
    padding: 1.75rem 1rem;
    display: flex;
    /* Per the flexbox spec, a flex item's automatic minimum size is its
       content size UNLESS overflow isn't visible, in which case it's 0 -
       so with the inherited overflow:hidden (see above) this card was
       collapsing to just its own padding and every child (icon/label/
       divider/price) rendered outside it instead of sizing it.
       min-height explicitly forces the same content-based sizing without
       needing overflow:visible to do it - which otherwise let the
       inherited hover-shine sweep (".link-pay:before", also from the
       pre-existing rule above) escape this card's bounds and cross into
       its sibling and the gap between them, instead of staying clipped
       to the one card it belongs to. */
    min-height: min-content;
    overflow: hidden;
  }

  .link-container .link-pay::before {
    left: -100%;
    transition: none;
    animation: none;
  }

  .link-container .link-pay:hover::before {
    left: -100%;
    animation: offer-card-sweep .55s ease-out forwards;
  }

  @keyframes offer-card-sweep {
    from {
      left: -100%;
    }

    to {
      left: 100%;
    }
  }

  .link-container .link-pay__icon {
    width: 2.75rem;
    height: 2.75rem;
    color: rgba(210, 170, 98, .9);
    display: flex;
  }

  .link-container .link-pay__icon svg {
    width: 100%;
    height: 100%;
  }

  .link-container .link-pay__icon.is--group {
    width: 3.65rem;
  }

  .link-container .link-pay__label {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 1rem;
    font-weight: 600;
    display: block;
  }

  .link-container .link-pay__divider {
    width: 2.5rem;
    height: 1px;
    background-color: rgba(255, 255, 255, .25);
    margin: .35rem 0;
    display: block;
  }

  .link-container .link-pay__meta {
    color: var(--light-050);
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .75rem;
    display: block;
  }

  .offers-note {
    color: var(--light-050);
    align-items: center;
    justify-content: center;
    gap: .4rem;
    width: 100%;
    max-width: 22rem;
    margin-top: 1.25rem;
    font-size: .8125rem;
    display: flex;
  }

  .offers-note svg {
    width: 1rem;
    height: 1rem;
    flex: none;
  }

  .section.is--compare {
    overflow: hidden;
  }

  .section.is--timeline {
    height: auto;
  }

  .section.is--placeholder {
    height: 100vh;
  }

  .title--1 {
    letter-spacing: -.1rem;
    font-size: 2.2rem;
  }

  .row.flex-end {
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .row.flex-start {
    margin-left: auto;
    margin-right: auto;
  }

  .container.is--hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is--intro {
    padding-top: 19rem;
  }

  .container.is--tracker {
    padding-top: 2rem;
  }

  .container.is--section.is--timeline {
    height: auto;
    padding-top: 40vh;
    padding-left: 0;
    padding-right: 0;
  }

  .container.is--second {
    padding-bottom: 0%;
  }

  .container.is--fourth {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0%;
  }

  .container.is--third {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .container.is--fifth {
    padding-bottom: 0%;
  }

  .container.is--map {
    flex-flow: column;
  }

  /* Keep the complete map screen hidden until the timeline dot reaches its
     lowest endpoint and JS explicitly arms the fixed hand-off. */
  .section.is--map:not([data-mobile-handoff-state]) .container.is--map {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  /* At the timeline hand-off, the map is already in its final screen
     position and only its opacity changes. The section itself stays in the
     document flow so its own ScrollTrigger geometry remains intact. */
  .section.is--map.is--mobile-handoff-overlay {
    z-index: 35;
    position: relative;
    overflow: visible;
  }

  .section.is--map.is--mobile-handoff-overlay .container.is--map {
    z-index: 35;
    width: 100vw;
    height: 100svh;
    position: fixed;
    inset: 0;
  }

  /* During the timeline-to-map crossfade JS temporarily places the real
     container directly under <body>. This avoids the transformed/pinned
     ancestors that make position: fixed behave like an element in the
     scrolling section on mobile Safari. */
  .container.is--map.is--mobile-fixed-map-container {
    z-index: 2147482000;
    width: 100vw;
    height: 100svh;
    margin: 0 !important;
    position: fixed !important;
    inset: 0 !important;
  }

  .logo {
    width: 8rem;
  }

  .hero-content {
    margin-top: 12rem;
  }

  .chart-wrapper {
    margin-top: -5rem;
  }

  .baseline {
    width: 20rem;
  }

  .bar.is--1 {
    height: 14px;
  }

  .bar.mobile {
    display: none;
  }

  .ici-wrapper {
    left: 50%;
    transform: translate(-50%);
  }

  .header-section.is--sections.spe.is--special, .header-subtitle {
    display: none;
  }

  .header-wrapper-left {
    justify-content: space-between;
    width: 100%;
  }

  .big-title-section {
    font-size: 2.5rem;
  }

  .big-title-section.is--timeline {
    font-size: 2rem;
  }

  .big-title-section.is--timeline.materiel.is--mobile {
    display: block;
  }

  .big-title-section.is--timeline.materiel.is--desktop, .big-title-section.is--timeline.is--desktop {
    display: none;
  }

  .big-title-section.is--timeline.is--mobile {
    display: block;
  }

  .tracker-container {
    margin-top: 13rem;
    padding-left: 0;
  }

  .day.is--first {
    z-index: 1;
    text-wrap: nowrap;
    width: 5.2rem;
    position: relative;
  }

  .day.is--mobile, .tracker-checkbox.is--mobile {
    display: none;
  }

  .tracker-pompes {
    text-align: center;
  }

  .wait-message {
    margin-left: 0;
  }

  .tracker-highlight {
    inset: -2rem 3.45rem -2rem 15.3rem;
  }

  .tree-wrapper.is--compare {
    flex-flow: column;
    margin-top: 6rem;
  }

  .line {
    width: 2px;
  }

  .line.is--vertical {
    width: 90%;
    height: 2px;
  }

  .line.is--vertical.is--top {
    width: 50%;
  }

  .line.is--vertical.is--bottom {
    width: 30%;
  }

  .line.is--compare {
    width: 2px;
    height: 2.5rem;
  }

  .line.is--uwant {
    width: 2px;
    height: 3rem;
  }

  .line.is--reallywant {
    width: 2px;
    height: 18rem;
  }

  .tree-horizontal-line {
    width: 23rem;
    height: 2px;
  }

  .tree-wrapper-lower {
    width: 23rem;
  }

  .tree-child-wrapper.is--one {
    order: 1;
  }

  .tree-child-wrapper.is--one.is--toi {
    order: 2;
  }

  .tree-child-wrapper.is--two, .tree-child-wrapper.is--four {
    display: none;
  }

  .tree-child-wrapper.is--five {
    order: 3;
  }

  .tree-child-wrapper.is--three {
    order: 1;
  }

  .label.is--compare2 {
    text-align: center;
    min-width: 6ch;
    max-width: 10ch;
    white-space: wrap;
    top: 4rem;
    left: 50%;
    transform: translate(-50%);
  }

  .label.is--compare3 {
    text-align: left;
    min-width: 11ch;
    max-width: 30ch;
    white-space: wrap;
    top: 19rem;
    left: 3rem;
    transform: translate(-50%);
  }

  .tree-container.is--second, .tree-container.is--three {
    top: 19rem;
  }

  .tree-container.is--compare {
    top: 17rem;
  }

  .tree-container.is--timeline {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
  }

  .header-pres.is--groupe, .header-pres.is--personnes {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
  }

  .header-pres.is--compare {
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
  }

  .tree-left-side {
    flex-flow: column;
  }

  .tree-right-wrapper {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    height: auto;
  }

  .line-wrapper-top {
    right: 20%;
  }

  .line-vertical-clr {
    width: 15.7rem;
    height: 2px;
    bottom: -2px;
    left: auto;
    right: 0;
  }

  .dot-wrapper.is--timeline {
    display: block;
    position: absolute;
    left: 1px;
  }

  .inscription-rc {
    text-wrap: wrap;
    min-width: 12ch;
    max-width: 12ch;
    line-height: 100%;
    top: -5rem;
    bottom: 0;
    left: 0;
  }

  .timeline-wrapper {
    z-index: 1;
    opacity: 100;
    width: 2px;
    height: 100%;
    top: 0%;
    left: 1rem;
  }

  .white-line {
    width: 2px;
    height: 40vh;
    transform: translate(0, -100%);
  }

  .panel {
    height: auto;
    min-height: auto;
    overflow: hidden;
  }

  .panel.is--fourth {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-wrapper.is--first, .text-wrapper.is--second, .text-wrapper.is--third, .text-wrapper.is--fifth {
    max-width: none;
  }

  .t-eyebrow {
    font-size: .875rem;
  }

  .t-title {
    font-size: 1.25rem;
  }

  .t-p {
    font-size: .875rem;
  }

  .t-inner-wrapper {
    z-index: 10;
    width: auto;
    position: relative;
  }

  .t-inner-wrapper.is--spec {
    width: auto;
  }

  .t-lower-wrapper {
    flex-flow: column;
  }

  .t-line-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .placeholder {
    width: 100%;
    height: 40vh;
    display: none;
  }

  .map-wrapper {
    overflow: hidden;
  }

  .text-wrapper-map {
    width: 100%;
    max-width: none;
  }

  .text-wrapper-map.is--first, .text-wrapper-map.is--second, .text-wrapper-map.is--third, .text-wrapper-map.is--fifth {
    max-width: none;
  }

  .dot-video.is--timeline {
    display: block;
    position: absolute;
    left: 1px;
  }

  .map-container {
    margin-top: 17vh;
    left: 2.3rem;
  }

  .dot-normal.is--timeline {
    display: block;
    position: absolute;
    left: 1px;
  }

  .dot-normal.is--2, .dot-normal.is--1, .dot-normal.is--3, .dot-normal.is--4, .dot-normal.is--5, .dot-normal.is--10, .dot-normal.is--11, .dot-normal.is--13 {
    display: none;
  }

  /* Mobile map points stay plain and identical. Video points contain a
     legacy .dot-bg pulse layer; removing it at layout level prevents an
     older GSAP callback from briefly restoring a halo while scrolling. */
  .map-container .dot-bg {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
  }

  .map-container .dot,
  .mobile-timeline-handoff-dot {
    filter: none !important;
    box-shadow: none !important;
  }

  .dot-barcelona {
    top: 79%;
    left: 28%;
  }

  .text-wrapper-barca {
    left: 0%;
  }

  .text-wrapper-barca.is--first, .text-wrapper-barca.is--second, .text-wrapper-barca.is--third, .text-wrapper-barca.is--fifth {
    max-width: none;
  }

  .master-section {
    position: relative;
  }

  .overlay-logo {
    width: 17rem;
  }

  .tracker-wrapper-mobile {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
    display: flex;
  }

  .overlay-line {
    width: 80%;
  }

  .barca-video-wrapper {
    width: 6.5rem;
    height: 2.85rem;
    padding: .2rem;
    /* This sits inside .dot-barcelona, itself a child of the heavily
       scaled (~2.6x) .map-container - a local px offset here renders
       roughly 2.6x larger on screen, so 165px lands the photo much
       closer to the middle of the empty space below it instead of near
       the top of it. */
    transform: translate(0, 165px);
  }

  .video-barca {
    display: none;
  }

  .click-me {
    font-size: .8125rem;
    transform: translate(0, -110%);
  }

  .faq-chat-container {
    width: 100%;
  }

  .chat-bubble, .chat-bubble.is--secondary {
    font-size: .9rem;
  }

  .iphone-wrapper {
    display: none;
  }

  .svg-7, .svg-8 {
    width: 8rem;
  }

  .timeline-container {
    overflow: visible;
  }

  .timeline-panels-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 70vh;
    position: relative;
  }

  .timeline-panel.is--1 {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 1rem;
    padding-left: 5rem;
  }

  .timeline-panel.is--2.is--fixed {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 1rem;
    padding-left: 5rem;
  }

  .timeline-panel.is--3 {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    margin-bottom: 8rem;
    padding-top: 3rem;
    padding-left: 5rem;
  }

  .timeline-panel.is--4.is--fixed {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    flex: 0 auto;
    order: 9999;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    margin-top: 20rem;
    padding-top: 3rem;
    padding-left: 5rem;
  }

  .timeline-panel.is--5, .timeline-panel.is--6, .timeline-panel.is--7, .timeline-panel.is--8, .timeline-panel.is--9 {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 1rem;
    padding-left: 5rem;
  }

  .div-block-3 {
    max-width: 100%;
  }

  .text-block-4, .text-block-4.is--short {
    width: auto;
    max-width: 100%;
  }

  .text-block-4.is--long {
    width: auto;
  }

  .stats-container {
    width: 88%;
    margin-left: 2.1rem;
    position: absolute;
    top: 0;
    left: 0;
  }

  .stats-wrapper {
    padding: 1.5rem 1rem 4rem 1.5rem;
  }

  .stat {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .7rem;
  }

  .gif-container {
    max-width: 100%;
    display: none;
  }

  .gif-container.is--mobile {
    order: 0;
    margin-top: 1rem;
    display: block;
  }

  .image-4 {
    display: inline-block;
  }

  .image-4.is--mobile {
    padding-top: 0;
  }

  .stat-right {
    font-size: .7rem;
  }

  .stackspacer {
    position: relative;
  }

  .title-intro {
    font-size: 2.4rem;
    top: 8rem;
  }

  .line-container {
    width: 90%;
    height: 34dvh;
    position: absolute;
    top: 0;
    /* This whole system (.line-container/.line-new/.dot-wrapper-new) is
       superseded on mobile by the compare dot + .mobile-access-rise-line/
       -notch, which now stay pinned and visible for the entire timeline
       scroll (see initTreeDiagram in main.js). .line-new was never
       actually hidden before - only .grey-line-new was - so it kept
       rendering its own, separately-positioned (CSS left:5%, not the
       dot's real X) growing white bar the whole time, independently of
       the real one. visibility (not display) so the still-existing
       .line-container pin ScrollTrigger keeps a real box to measure. */
    visibility: hidden;
  }

  .line-new {
    background-color: #fff;
    width: 2px;
    height: 100%;
  }

  .dot-wrapper-new {
    background-color: #fff;
    border-radius: 20px;
    width: 12px;
    height: 12px;
    position: relative;
    bottom: 0;
    left: -5px;
    display: none;
  }

  .grey-line-new {
    color: #000;
    background-color: #707070;
    width: 2px;
    height: 81%;
    position: absolute;
    top: 34.8dvh;
    left: 5%;
    /* Also superseded on mobile (see .line-container above) by
       .mobile-timeline-grey-line, which tracks the real dot and fades
       correctly on its own. Its is--pending-reveal/is-hidden/is-visible
       toggling (main.js) and the "timelineExit" scrub tween that fades it
       are no longer in sync with that newer dot-descent sequence, so
       relying on those to keep it hidden let this solid, non-fading bar
       show through once the real line started fading near the last
       Sunday - permanently hidden here instead, the same unconditional
       fix already applied to .line-container. visibility (not display)
       so the ScrollTrigger pinned to it still has a real box to measure. */
    visibility: hidden !important;
  }

  .line-vertical-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 2px;
    min-height: 2px;
    display: flex;
  }

  .svg-9 {
    width: 1.6rem;
  }

  .stat-title {
    margin-bottom: .6rem;
    font-size: .8rem;
  }

  .stats-inner {
    border: 1px solid #313131;
    padding: .5rem 1rem 2rem;
  }

  .text-wrapper-spotify {
    width: 100%;
    max-width: none;
  }

  .text-wrapper-spotify.is--first, .text-wrapper-spotify.is--second, .text-wrapper-spotify.is--third, .text-wrapper-spotify.is--fifth {
    max-width: none;
  }

  .img-spotify {
    width: 9rem;
  }

  .lower-wrapper {
    margin-top: 3rem;
  }

  .spotify-svg {
    width: 6rem;
  }

  .h2-form {
    margin-bottom: 1.5rem;
    font-size: 3rem;
  }

  .text-block-5 {
    font-size: .8rem;
  }

  .form-group {
    width: 100%;
  }

  .form-notifcation {
    min-height: 13rem;
  }

  .text-checkbox.is--mobile {
    display: none;
  }

  .p-fields {
    width: 100%;
  }

  .barca-gif {
    display: block;
  }

  .footer-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .links-wrapper {
    justify-content: center;
    align-items: center;
  }

  .link-footer.is--spotify {
    margin-bottom: -2px;
  }

  .niveaux {
    text-align: center;
    font-size: 1.3rem;
    top: -8rem;
  }

  .text-wrapper-date {
    margin-top: 2rem;
    left: 0%;
  }

  .text-wrapper-date.is--first, .text-wrapper-date.is--second, .text-wrapper-date.is--third, .text-wrapper-date.is--fifth {
    max-width: none;
  }

  .video-timeline {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .sg-hero__title {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .sg__placeholder {
    height: 5rem;
  }

  .cookie__text {
    font-size: .75rem;
  }

  .form {
    width: 100%;
  }

  .form__col {
    flex: 1;
    width: auto;
  }

  .xs--hide {
    display: none;
  }

  .cookie__text-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .col.mr-2-col {
    margin-right: 0%;
  }

  .col.col-xs-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-xs-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-xs-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-xs-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-xs-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-xs-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.mr-1-col {
    margin-right: 0%;
  }

  .col.ml-1-col {
    margin-left: 0%;
  }

  .col.col-xs-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-xs-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-xs-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-xs-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-xs-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.ml-2-col {
    margin-left: 0%;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .section.is--intro {
    height: 100svh;
  }

  .sg-hero__wrapper {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
  }

  .title--1 {
    letter-spacing: -.1rem;
    font-size: 2.3125rem;
    line-height: .94;
  }

  .form__button {
    font-size: .875rem;
  }

  .cookie__link {
    font-size: .75rem;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .sg-hero__text {
    text-align: center;
    margin-top: 3.125rem;
    font-size: 1.4rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is--hero {
    height: 100svh;
  }

  .container.is--header {
    padding-right: 1rem;
  }

  .container.is--intro {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.is--tracker {
    flex-flow: column;
    display: flex;
  }

  .container.is--choice {
    height: 100vh;
  }

  .container.is--second, .container.is--fourth, .container.is--third, .container.is--fifth, .container.is--first {
    padding-left: 2.5rem;
  }

  .container.is--form {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .sg-item__color {
    height: 13rem;
  }

  .cookie__content {
    flex-flow: column;
  }

  .sg__wrapper {
    padding-top: 3.125rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .text--large {
    font-size: 6rem;
  }

  .form__wrapper {
    width: 100%;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .sg-hero__title--small.title--4 {
    text-align: center;
    margin-bottom: 6.25rem;
  }

  .p-hero {
    max-width: 30ch;
  }

  .logo {
    width: 8.4rem;
    top: 7.3rem;
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 15rem;
  }

  .baseline {
    width: 100%;
  }

  .text-section.is--groupe.is--second {
    color: #fff;
  }

  .tracker-container {
    order: 3;
    margin-top: 8.1rem;
  }

  .tracker-pompes {
    font-size: 1.4rem;
  }

  .wait-message {
    order: 5;
    margin-top: 0;
  }

  .tree-wrapper.is--compare {
    margin-top: 8rem;
  }

  .line.is--reallywant {
    height: 15rem;
  }

  .tree-horizontal-line, .tree-wrapper-lower {
    width: 16rem;
  }

  .label.is--compare3 {
    top: 16rem;
  }

  .label.is--last {
    bottom: -2.5rem;
  }

  .tree-container.is--first {
    margin-top: 0;
  }

  .tree-container.is--second, .tree-container.is--three {
    margin-top: 0;
    top: 17rem;
  }

  .tree-container.is--compare {
    top: 17rem;
  }

  .line-vertical-clr {
    width: 11.2rem;
  }

  .dot-wrapper.is--timeline {
    left: 2px;
  }

  .t-title {
    font-size: 2rem;
  }

  .t-p.is--barca {
    pointer-events: none;
  }

  .t-inner-wrapper {
    pointer-events: all;
  }

  .t-inner-wrapper.is--barca {
    pointer-events: none;
  }

  .white-line-wrapper {
    width: 2px;
    height: 100%;
    position: relative;
    overflow: visible;
  }

  .overlay-timeline {
    z-index: 100;
    pointer-events: auto;
    background-color: red;
    width: 100%;
    height: 40vh;
    position: sticky;
  }

  .text-wrapper-map {
    z-index: 40;
    position: relative;
  }

  .dot-video.is--timeline {
    left: 2px;
  }

  .dot-video.is--2 {
    z-index: 1000;
  }

  .dot-normal.is--timeline {
    left: 2px;
  }

  .dot-normal.is--9 {
    top: 54%;
    left: 42%;
  }

  .text-wrapper-barca {
    z-index: 40;
    pointer-events: none;
  }

  .overlay-text {
    font-size: 1.5rem;
  }

  .overlay-logo {
    width: 15rem;
  }

  .barca-video-wrapper {
    width: 6.5rem;
  }

  .chat-bubble.is--secondary {
    line-height: 109%;
  }

  .svg-7, .svg-8 {
    width: 6rem;
  }

  .svg-wrapper {
    flex-flow: row;
    order: 4;
    margin-top: 3rem;
  }

  .timeline-panels-wrapper {
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .timeline-panel.is--1 {
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 0;
  }

  .timeline-panel.is--2.is--fixed {
    padding-left: 3rem;
  }

  .timeline-panel.is--3 {
    padding-left: 3rem;
    padding-right: 2rem;
  }

  .timeline-panel.is--4.is--fixed {
    width: 100%;
    min-width: auto;
    padding-left: 3rem;
    padding-right: 2rem;
  }

  .timeline-panel.is--5, .timeline-panel.is--6, .timeline-panel.is--7, .timeline-panel.is--8, .timeline-panel.is--9 {
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 2rem;
  }

  .div-block-3 {
    width: 100%;
    padding-right: 2rem;
  }

  .text-block-4 {
    width: 100%;
  }

  .structure-container {
    max-width: 100%;
  }

  .structure-text {
    width: auto;
    font-size: .8rem;
  }

  .structure-wrapper {
    width: 100%;
  }

  .stats-wrapper {
    padding-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stat {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    font-size: .6rem;
  }

  .stat.is--fierte {
    display: none;
  }

  .gif-container {
    order: 9999;
  }

  .stat-text {
    width: 12.7rem;
  }

  .stat-right {
    font-size: .67rem;
  }

  .title-intro {
    left: 1.5rem;
  }

  .line-container {
    z-index: 100;
    height: 39dvh;
  }

  .dot-wrapper-new {
    left: -6px;
  }

  .grey-line-new {
    height: 77.6%;
    top: 40dvh;
  }

  .stat-title {
    margin-bottom: .4rem;
    padding-bottom: .2rem;
    font-size: .6rem;
  }

  .stats-inner {
    border-style: none;
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 2rem;
  }

  .text-wrapper-spotify {
    z-index: 40;
    position: relative;
  }

  .lower-wrapper {
    margin-top: 2rem;
  }

  .h2-form {
    font-size: 2rem;
  }

  .text-block-5 {
    margin-top: .2rem;
    margin-bottom: -1rem;
    font-size: .875rem;
    line-height: 160%;
  }

  .form-input {
    height: 3.5rem;
  }

  .form-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .form-notifcation {
    min-height: auto;
  }

  .accept-wrapper {
    justify-content: center;
    align-items: center;
  }

  .row-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 100%;
  }

  .row-form.is--radio {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .p-fields {
    margin-bottom: 0;
    font-size: .9rem;
  }

  .div {
    margin-bottom: 2rem;
    font-size: .8rem;
  }

  .div-2 {
    color: #fff;
    margin-bottom: 2rem;
    font-size: .9rem;
  }

  .span-2 {
    font-size: .9rem;
  }

  .container-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    max-width: none;
  }

  .link-footer.is--spotify {
    margin-bottom: 0;
  }

  .inner-wrap, .wrapper-p {
    margin-top: 2rem;
  }

  .niveaux {
    font-size: 1.4rem;
    top: -2.3rem;
  }

  .text-wrapper-date {
    z-index: 40;
    pointer-events: none;
    cursor: default;
    width: auto;
    margin-top: 5.04rem;
  }

  .barcelona-map-connector-line {
    z-index: 39;
    pointer-events: none;
    width: 2rem;
    height: 1px;
    background: rgba(255, 255, 255, .9);
    display: block;
    position: absolute;
    transform: scaleX(0);
  }

  body .text-wrapper-date.is--date-card .paragraph:first-of-type {
    font-size: .63rem;
  }

  body .text-wrapper-date.is--date-card .paragraph:last-of-type {
    color: rgba(255, 255, 255, .96);
    font-size: .54rem;
  }

  body .text-wrapper-date.is--date-card .paragraph:last-of-type .text-span-39 {
    color: rgba(255, 255, 255, .96);
  }

  .barca-video-wrapper {
    display: none !important;
  }

  .barcelona-mobile-details {
    z-index: 45;
    pointer-events: auto;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 2rem);
    max-height: calc(100svh - 22.5rem);
    display: flex;
    position: absolute;
    top: 21.5rem;
    left: 1rem;
    padding-bottom: .5rem;
    overflow-y: auto;
    scrollbar-width: none;
  }

  .barcelona-mobile-photo {
    display: none !important;
  }

  .barcelona-mobile-immersions-intro {
    width: 100%;
    margin: 5.25rem 0 0;
  }

  .barcelona-mobile-immersions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .4rem;
    width: 100%;
    margin-top: .7rem;
    display: grid;
  }

  .barcelona-mobile-immersion {
    color: rgba(255, 255, 255, .76);
    border: 1px solid rgba(255, 255, 255, .12);
    border-left-color: rgba(210, 170, 98, .78);
    background: rgba(18, 18, 18, .66);
    min-height: 2.25rem;
    padding: .48rem .55rem;
    font-size: .65rem;
    line-height: 1.15;
    display: flex;
    align-items: center;
    gap: .48rem;
  }

  .barcelona-mobile-immersion__pictogram {
    color: #d2aa62;
    width: 1.12rem;
    height: 1.12rem;
    flex: none;
    display: block;
  }

  .barcelona-mobile-immersion__pictogram svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
  }

  .barcelona-mobile-immersion__label {
    min-width: 0;
  }

  .paragraph {
    width: auto;
    margin-bottom: 0;
    font-size: .875rem;
  }
}

@media screen and (min-width: 768px) {
  /* The timeline point is a fixed white position marker. Keep the legacy
     pulse layer and any residual glow styles from changing it mid-scroll. */
  .tree-container.is--compare
  .line-wrapper-bottom > .dot-wrapper .dot {
    background: #fff !important;
    box-shadow: none !important;
    filter: none !important;
    animation: none !important;
  }

  .tree-container.is--compare
  .line-wrapper-bottom > .dot-wrapper .dot .dot-bg {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
  }

  .desktop-timeline-handoff-dot {
    background: #fff !important;
    box-shadow: none !important;
    filter: none !important;
    animation: none !important;
  }
}


@font-face {
  font-family: 'Bourgeois';
  src: url('../fonts/Bourgeois-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bourgeois';
  src: url('../fonts/Bourgeois-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
