@font-face {
  font-family: Ronzino;
  src: url('../fonts/Ronzino-Oblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Ronzino;
  src: url('../fonts/Ronzino-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ronzino;
  src: url('../fonts/Ronzino-BoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ronzino;
  src: url('../fonts/Ronzino-MediumOblique.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Ronzino, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ronzino, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 120%;
}

.section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  height: 100vh;
}

.section.split.bottom-40 {
  margin-bottom: 40px;
}

.section.manifesto {
  background-color: #000;
  min-height: auto;
  padding: 15vh 25%;
}

._50 {
  flex: none;
  align-self: stretch;
  width: 50%;
  position: relative;
}

._50.copy-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

._50.max-560.auto {
  margin-left: auto;
  margin-right: auto;
}

._50.max-560.auto.center {
  text-align: center;
}

._50.photo-loop {
  overflow: hidden;
}

.absolute-content {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.absolute-content.photo-item {
  display: none;
}

.absolute-content.photo-item.is-active {
  display: block;
}

.object-fit {
  transform-origin: 0 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.object-fit.contain {
  object-fit: contain;
}

.product-container {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.infinite-slider {
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.product-card {
  color: #000;
  text-align: center;
  background-color: #fff;
  flex: 1;
  max-width: 400px;
  padding: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.button.inverted {
  color: #000;
  background-color: #fff;
}

.button.inverted.inline {
  display: inline-flex;
}

.button.inverted.bottom-20 {
  font-weight: 700;
}

.button.outline {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 1px;
}

.button.outline.inline {
  display: inline-flex;
}

.button.outline.bottom-20 {
  font-weight: 700;
}

.shirt-container {
  aspect-ratio: 8 / 9;
  width: 100%;
}

.shirt-container.photo-item {
  position: absolute;
}

._100 {
  width: 100%;
}

.kit-section {
  color: #fff;
  background-color: #000;
  padding: 40px;
}

.max-560 {
  width: 100%;
  max-width: 560px;
}

.max-560.bottom-80 {
  margin-bottom: 80px;
}

.photo-grip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bigheading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 6rem;
  font-style: italic;
  font-weight: 700;
  line-height: 90%;
}

.label {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: .875rem;
}

.footer {
  color: #fff;
  background-color: #000;
}

.pre-footer {
  background-image: url('../images/Logo.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: auto;
  padding-bottom: 480px;
  padding-left: 40px;
  padding-right: 40px;
}

.newsletter-container {
  background-color: red;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.no-bottom {
  margin-bottom: 0;
}

.fixed-page-thank-you {
  color: #fff;
  background-image: url('../images/BKG-TXT.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.bottom-40 {
  margin-bottom: 40px;
}

.bottom-20 {
  margin-bottom: 20px;
}

.footer-infos {
  text-align: center;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.main-headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 90%;
}

.pbig {
  font-size: 1.4rem;
  line-height: 120%;
}

.menu-link {
  color: #fff;
  text-transform: uppercase;
  border: 1px #000;
  padding: 0 4px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.footer-link {
  border: 1px solid #ffffff40;
  border-style: solid none;
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 1rem;
  line-height: 100%;
}

.main-tag {
  z-index: 5000;
  height: 64px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.chip-in-label {
  z-index: 10;
  opacity: 0;
  transform-origin: 100% 100%;
  color: #fff;
  text-transform: uppercase;
  background-color: red;
  padding: 3px 8px;
  font-size: .75rem;
  font-weight: 700;
  position: absolute;
  inset: 8px 8px auto auto;
}

.jersey-label {
  transform-origin: 0 100%;
  object-fit: cover;
  width: auto;
  height: 64px;
}

.jersey-label.contain {
  object-fit: contain;
}

.relative {
  position: relative;
}

.relative.center {
  text-align: center;
}

.hero-logo {
  height: 12rem;
}

.special-h1 {
  color: #fff;
  text-align: center;
  font-size: 4.4rem;
  line-height: 80%;
}

.hero-center-bloc {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.coordinate {
  height: 5vh;
  position: absolute;
  inset: 40px auto auto 40px;
}

.coordinate.bottom {
  inset: auto 40px 40px auto;
}

.asset-merchcontainr {
  aspect-ratio: 1 / 1.15;
  position: relative;
}

.nav-discover {
  z-index: 200;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 40px;
  display: flex;
  position: fixed;
}

.logo-menu {
  height: 24px;
}

@media screen and (max-width: 767px) {
  .section.split {
    flex-flow: column;
  }

  .section.split.bottom-40 {
    margin-bottom: 30px;
  }

  ._50 {
    flex: 1;
    width: 100%;
  }

  ._50.copy-content {
    order: 9999;
    margin-top: 30px;
    padding-right: 0;
  }

  ._50.product {
    order: 9999;
  }

  .button.inverted {
    text-align: center;
  }

  .kit-section {
    padding: 30px;
  }

  .photo-grip {
    grid-template-columns: 1fr 1fr;
  }

  .pre-footer {
    padding-bottom: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-infos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .footer-infos.menu {
    flex-flow: row;
  }

  .menu-link {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer-link.menu {
    display: none;
  }

  .footer-link.menu.mobile {
    border-top-style: none;
    border-bottom-style: none;
    order: 9999;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-center-bloc {
    padding-top: 20px;
  }

  .nav-discover {
    padding: 0 30px;
  }
}

@media screen and (max-width: 479px) {
  .section.split.bottom-40 {
    height: auto;
  }

  .section.manifesto {
    padding-left: 20px;
    padding-right: 15%;
  }

  .section.black {
    background-color: #000;
  }

  ._50 {
    flex: none;
  }

  ._50.copy-content {
    margin-top: 20px;
  }

  ._50.photo-loop {
    aspect-ratio: 1;
  }

  ._50.photo-loop.grower {
    flex: 1;
  }

  .kit-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-560.bottom-80 {
    margin-bottom: 20px;
  }

  .bigheading {
    font-size: 4rem;
  }

  .pre-footer {
    padding-bottom: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
    margin-bottom: 40px;
    padding: 32px;
  }

  .footer-link.menu.mobile {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .hero-logo {
    align-self: stretch;
    height: auto;
  }

  .hero-center-bloc {
    padding: 20px 20px 12vh;
  }

  .code-embed.black-90 {
    opacity: .9;
  }

  .coordinate {
    top: 20px;
    left: 20px;
  }

  .coordinate.bottom {
    bottom: 20px;
    right: 20px;
  }
}


@font-face {
  font-family: 'Ronzino';
  src: url('../fonts/Ronzino-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ronzino';
  src: url('../fonts/Ronzino-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ronzino';
  src: url('../fonts/Ronzino-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ronzino';
  src: url('../fonts/Ronzino-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ronzino';
  src: url('../fonts/Ronzino-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ronzino';
  src: url('../fonts/Ronzino-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}