.header {
  z-index: 10;
  background-color: #201c0b;
  justify-content: flex-end;
  width: 100%;
  height: 45px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
}

.nav-bar-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  height: 200px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
}

.main {
  background-color: #fffdf3;
  width: 100%;
  margin-top: 0;
  padding-top: 45px;
}

.main-container {
  border-right: 1px solid #000;
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  position: static;
}

.hero-wrapper {
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 10% 50px 20%;
  display: flex;
}

.nav-list {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #201c0b;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 60px;
  padding-left: 20px;
  font-family: lft-etica-mono, sans-serif;
  font-size: 13px;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.heading {
  color: #201c0b;
  font-family: larken, sans-serif;
  font-size: 50px;
}

.text-block {
  color: #201c0b;
  font-family: larken, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.info-wrapper {
  border-bottom: 1px solid #000;
  height: auto;
  padding: 80px 7% 80px 8%;
  display: flex;
}

.heading-2 {
  color: #201c0b;
  font-family: lft-etica-mono, sans-serif;
  font-size: 22px;
}

.paragraph {
  color: #201c0b;
  text-align: left;
  word-break: normal;
  font-family: lft-etica-mono, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.container-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 240px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.container-right {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  flex-flow: column;
  align-items: flex-end;
  width: 50%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.intro-img-container {
  width: 80%;
  height: auto;
  padding-left: 0%;
  padding-right: 0;
}

.sticky-text {
  flex-flow: column;
  width: 257px;
  display: flex;
  position: sticky;
  top: 35%;
}

.produit-wrapper {
  border-bottom: 1px solid #000;
  padding: 80px 8%;
  display: flex;
  position: static;
}

.heading-3 {
  color: #201c0b;
  font-family: lft-etica-mono, sans-serif;
  font-style: italic;
}

.footer-container {
  background-color: #fffdf3;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding-left: 4%;
  padding-right: 4%;
  font-size: 11px;
  display: flex;
}

.produit-wrapper-copy {
  border: 0 #000;
  padding: 80px 8%;
  display: flex;
}

.text-block-2 {
  color: #201c0b;
  font-family: lft-etica-mono, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.text-block-2-copy {
  color: #201c0b;
  font-family: lft-etica-mono, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}

.hero-image {
  width: 100%;
  height: auto;
  margin-top: 20px;
  overflow: visible;
}

.hero-image-mobile {
  display: none;
}

.title-text {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: static;
  top: 35%;
}

.heading-4 {
  color: #201c0b;
  font-family: lft-etica-mono, sans-serif;
}

.heading-5 {
  margin-bottom: 30px;
  font-family: lft-etica-mono, sans-serif;
  font-size: 16px;
}

.padding-content-copy {
  border-bottom: 1px #000;
  flex-flow: column;
  height: auto;
  padding: 80px 10% 80px 8%;
  display: flex;
}

.video-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  display: block;
}

.image-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.image-grid-container {
  flex-flow: wrap;
  width: 31%;
  padding-top: 0;
  padding-bottom: 30px;
  display: block;
}

.product-image, .div-block-3 {
  display: none;
}

.product-hover-wrapper {
  width: 60%;
}

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

.content-wrapper {
  width: 100%;
}

.filtre-produit-wrapper {
  z-index: 3;
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  background-color: #fffdf3;
  border-bottom: 1px solid #000;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 40px;
}

.bouton-selection {
  color: #201c0b;
  font-family: lft-etica-mono, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.bouton-selection.tout {
  color: #68655b;
  text-decoration: none;
}

.products-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
  margin-top: 0;
  display: grid;
}

.product-card {
  color: #1a1a1a;
  mix-blend-mode: normal;
  border: 1px #000;
  width: 100%;
  text-decoration: none;
}

.ratio-box {
  background-color: #f6181800;
  border: 1px #ff2727;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 145%;
  padding-right: 0;
  position: relative;
}

.contenu-card {
  background-color: #0000;
  border: 1px #000;
  flex-flow: column;
  max-width: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.text-block-5 {
  font-family: lft-etica-mono, sans-serif;
  font-size: 12px;
}

.text-produit {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #faf5e7;
  border: 1px #000;
  border-top: 1px solid #929292;
  justify-content: space-between;
  padding-top: 5px;
  font-family: lft-etica-mono, sans-serif;
  display: flex;
}

.products-grid-copy {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  margin-top: 50px;
  display: grid;
}

.product-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  margin: auto auto 0;
  padding-bottom: 200px;
  display: flex;
}

.colonne-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-style: none solid solid none;
  flex-flow: column;
  justify-content: flex-start;
  width: 50%;
  display: block;
  position: relative;
}

.product-main-image {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.product-label {
  width: 100%;
  padding-bottom: 10px;
}

.product-title {
  color: #201c0b;
  background-color: #ecf6e900;
  border-bottom: 1px solid #000;
  flex-flow: column;
  padding: 60px 50px 40px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #201c0b;
  justify-content: space-between;
  font-family: lft-etica-mono, sans-serif;
  font-weight: 700;
  display: flex;
}

.text-block-6 {
  background-color: #05050500;
  font-family: lft-etica-mono, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.product-bouton {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-7 {
  outline-offset: 0px;
  color: #1a1a1a;
  background-color: #3d3d3d00;
  outline: 1px #1a1a1a;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px 0 3px 10px;
  font-family: lft-etica-mono, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-7 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.colone-produit {
  border-bottom: 1px solid #000;
  flex-flow: column;
  width: 50%;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.mask {
  box-sizing: border-box;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.slide {
  box-sizing: border-box;
}

.link, .link-2, .link-3, .link-4 {
  color: #201c0b;
  text-decoration: none;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.nav-bar-mobile, .code-embed {
  display: none;
}

.image-9 {
  width: 120px;
}

.padding-content-copy-copy {
  border-bottom: 1px #000;
  flex-flow: column;
  height: auto;
  padding: 80px 10% 600px 8%;
  display: flex;
}

.link-5 {
  color: #201c0b;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-6 {
  color: #201c0b;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-7 {
  color: #201c0b;
  text-decoration: none;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  padding: 0 40px 0 0;
  font-family: lft-etica-mono, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.dropdown-list {
  background-color: #fff0;
  position: relative;
}

.guide-container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
}

.div-block-12 {
  color: #201c0b;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-9 {
  background-color: #fff0;
}

.code-embed-3 {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.image-10 {
  width: 100%;
}

.code-embed-4 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-11, .image-12, .image-13, .image-14, .image-15, .image-16 {
  width: 100%;
}

.text-block-10 {
  display: block;
}

.link-block-7 {
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .main-container {
    padding-bottom: 50px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .heading {
    font-size: 45px;
  }

  .padding-content-copy {
    border-bottom-style: none;
  }

  .product-page {
    flex-flow: column;
    padding-bottom: 0;
  }

  .colonne-image {
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .product-main-image {
    width: 60%;
  }

  .product-title {
    padding-left: 100px;
    padding-right: 100px;
  }

  .text-block-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .colone-produit {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-content-copy-copy {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 767px) {
  .filtre-produit-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .products-grid, .products-grid-copy, .products-grid-copy {
    grid-template-columns: 1fr 1fr;
  }

  .product-main-image {
    width: 70%;
  }

  .product-label {
    padding-left: 20px;
  }

  .product-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    text-overflow: clip;
    overflow-wrap: normal;
  }

  .colone-produit {
    padding-left: 20px;
  }

  .code-embed {
    display: block;
  }

  .code-embed-2 {
    display: none;
  }

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .header {
    z-index: 10;
    background-color: #151515;
    height: 60px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-bar-container {
    z-index: 0;
    background-color: #151515;
    width: 100%;
    height: 60px;
    padding-bottom: 0%;
    display: block;
  }

  .main {
    padding-top: 60px;
  }

  .main-container {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    align-items: flex-end;
    margin-bottom: 0;
    padding: 40px 0% 0;
    position: sticky;
  }

  .nav-list {
    background-color: #c9c9c9;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 45px;
    padding: 0 0 45px;
    font-size: 15px;
    line-height: 30px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .heading {
    margin-bottom: 0;
    padding-right: 8%;
    font-size: 40px;
  }

  .text-block {
    padding-bottom: 30px;
    padding-right: 8%;
  }

  .info-wrapper {
    flex-flow: column;
    padding: 50px 0% 0;
    position: sticky;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 50px;
    font-size: 11px;
  }

  .container-left {
    width: 100%;
    padding-top: 0;
    padding-left: 8%;
    padding-right: 7%;
    position: static;
  }

  .container-right {
    width: 100%;
  }

  .intro-img-container {
    display: none;
  }

  .sticky-text {
    width: 100%;
    position: static;
  }

  .produit-wrapper {
    flex-flow: column;
    padding: 50px 0% 0;
    position: sticky;
  }

  .heading-3 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 23px;
  }

  .produit-wrapper-copy {
    border-style: none none solid;
    border-bottom-width: 1px;
    flex-flow: column;
    padding: 50px 0% 0;
    position: sticky;
  }

  .text-block-2, .text-block-2-copy {
    font-size: 8px;
  }

  .hero-image {
    display: none;
  }

  .hero-image-mobile {
    width: 100%;
    display: block;
  }

  .nav-bar {
    position: relative;
  }

  .title-text {
    position: static;
  }

  .padding-content-copy {
    flex-flow: column;
    padding-top: 20px;
  }

  .image-grid-3 {
    flex-flow: wrap;
  }

  .image-grid-container {
    width: 48%;
  }

  .image-2 {
    width: 100%;
  }

  .product-image {
    opacity: 1;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .product-image:hover {
    opacity: 1;
    position: static;
  }

  .image-3, .image-4 {
    width: 50%;
  }

  .div-block-3 {
    display: block;
  }

  .product-hover-wrapper {
    width: 100%;
    position: relative;
  }

  .div-block-5 {
    z-index: 1;
    opacity: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .div-block-5:hover {
    opacity: 100;
  }

  .text-block-4 {
    z-index: 10;
    opacity: 1;
    color: #201c0b;
    mix-blend-mode: normal;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    padding: 5px;
    font-family: lft-etica-mono, sans-serif;
    font-weight: 500;
    position: absolute;
  }

  .div-block-7 {
    opacity: .32;
    background-color: #4d5663;
    position: absolute;
    inset: 0%;
  }

  .filtre-produit-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: space-between;
    align-items: stretch;
  }

  .bouton-selection, .bouton-selection.tout {
    font-size: 13px;
  }

  .products-grid {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .products-grid-copy {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .product-page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .colonne-image {
    width: 100%;
  }

  .product-main-image {
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
  }

  .product-label {
    z-index: 0;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    position: relative;
  }

  .product-title {
    z-index: 1;
    background-color: #fffdf3;
    border: 1px #000;
    border-bottom-style: solid;
    margin-top: 10px;
    padding: 20px 0 30px;
    position: sticky;
    inset: 45px 0% auto;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    padding-left: 20px;
  }

  .product-bouton {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-7 {
    outline-offset: 0px;
    outline: 1px #1a1a1a;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .image-7 {
    width: 100%;
  }

  .colone-produit {
    border-bottom-style: none;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
  }

  .link-block.w--current {
    flex-flow: column;
    display: flex;
  }

  .container {
    background-color: #0f0a0a00;
    justify-content: center;
    align-items: center;
    position: relative;
    display: block;
  }

  .brand {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    z-index: 100;
    object-fit: fill;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .brand.w--current {
    height: auto;
    overflow: visible;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #201c0b;
    background-clip: border-box;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100dvw;
    height: 100dvh;
    margin-top: 0;
    padding-top: 40%;
    display: flex;
    position: static;
  }

  .image-8 {
    box-sizing: content-box;
    width: 100px;
  }

  .icon {
    color: #fff;
    border: 1px #000;
    display: block;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    font-family: lft-etica-mono, sans-serif;
    font-size: 17px;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .menu-button, .menu-button.w--open {
    background-color: #201c0b;
  }

  .nav-bar-mobile {
    z-index: 1000;
    background-color: #201c0b;
    width: 100dvw;
    display: block;
    position: fixed;
  }

  .nav-bar-desktop {
    display: none;
  }

  .code-embed {
    display: block;
  }

  .code-embed-2 {
    display: none;
  }

  .padding-content-copy-copy {
    flex-flow: column;
    padding-top: 20px;
  }

  .guide-container {
    width: 100%;
    padding-right: 10px;
  }

  .div-block-12 {
    padding-left: 20px;
    padding-right: 10px;
  }
}


