/* PX to REM */
/* Color */
/* Filter Color */
/* Wishlist */
/* Media Query */
/**
 * Media Querys
 *
 * Use : @media only screen and (max-width: mediaquery({key}))
 */
/**
 * Colors
 *
 * Use : color({key})
 */
/**
 * Filter Color
 *
 * Use : filterColor({key})
 */
/**
 * Wishlist
 *
 * Use : wishlist({key})
 */
 
 .resultslist-title {
	display: none;
}
 
#memo_fil_ariane,
.breadcrumb {
  display: none;
  margin-bottom: 0;
}

.vb-landing {
  left: 50%;
  max-width: 100vw;
  position: relative;
  transform: translateX(-50%);
  width: 90rem;
  overflow: hidden;
}

.formatted-text h2 {
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1875rem;
  margin: 2.5rem auto 1.5625rem;
  text-align: center;
  width: 100%;
}

.vb-brand--intro {
  background: #f5f5f5;
  display: flex;
  padding: 1.25rem 0 2.5rem;
  position: relative;
  z-index: 1;
}
.vb-brand--intro::after {
  background: #f5f5f5;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.vb-brand--intro > picture img {
  width: 100%;
  max-width: 600px;
}
.vb-brand--intro > div {
  padding-left: 3.125rem;
}
.vb-brand--intro > div .h1 {
  padding-top: 1.25rem;
}
.vb-brand--intro > div .h1 img {
  width: 206px;
}

.vb-brand--intro > div p {
  color: #4a4a4a;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  margin: 1.25rem 0;
  max-width: 33.75rem;
}
.vb-brand--intro > div p .vb-brand--intro-toggler {
  color: #4a4a4a;
  display: inline;
  font-size: 0.875rem;
  text-decoration: underline;
}
.vb-brand--intro > div p:not(.visible) span.hidden-desktop {
  display: none;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-brand--intro > div p:not(.visible) span.hidden-mobile {
    display: none;
  }
}
.vb-brand--intro > div p.visible .vb-brand--intro-toggler {
  display: none;
}
.vb-brand--intro > div .vb-brand--intro-cta {
  background: transparent;
  border: 0.0625rem solid #333333;
  border-radius: 0.3125rem;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.4s ease;
  width: 11.25rem;
  z-index: 1;
}
.vb-brand--intro > div .vb-brand--intro-cta::after {
  background: #333333;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.4s ease;
  transform: translateX(-100%);
  width: 100%;
  z-index: -1;
}
.vb-brand--intro > div .vb-brand--intro-cta:hover {
  color: #fff;
}
.vb-brand--intro > div .vb-brand--intro-cta:hover::after {
  transform: translateX(0%);
}
@media only screen and (max-width: 80rem) {
  .vb-brand--intro > picture {
    width: 49.2%;
  }
  .vb-brand--intro > div {
    width: 50.8%;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .vb-brand--intro {
    align-items: center;
    background: #fff;
    flex-direction: column;
    padding: 0;
  }
  .vb-brand--intro > picture {
    max-width: 100%;
    width: 100%;
  }
  .vb-brand--intro > div {
    background: #fff;
    border-radius: 0.5rem;
    padding: 0;
    margin: -5rem 1.25rem 0;
    max-width: 20.9375rem;
    text-align: center;
    width: calc(100% - 2.5rem);
  }
  .vb-brand--intro > div h1::after {
    margin: 1.875rem auto 0;
    width: 3.125rem;
  }
  .vb-brand--intro > div p {
    color: #333333;
    font-size: 1rem;
    padding: 0 1.5625rem;
  }
  .vb-brand--intro > div p .vb-brand--intro-toggler {
    color: #333333;
    display: inline-block;
    font-size: 1rem;
  }
  .vb-brand--intro > div p:not(.visible) span.hidden-mobile {
    display: none;
  }
}

.vb-brand--articles {
  padding-bottom: 4.0625rem;
  text-align: center;
}
.vb-brand--articles h2 {
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1875rem;
  margin: 3.125rem auto 0.9375rem;
  text-align: center;
}
.vb-brand--articles .vb-brand--articles-cta {
  background: transparent;
  border: 0.0625rem solid #333333;
  border-radius: 0.3125rem;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 0.4s ease;
  width: 15.3125rem;
  z-index: 1;
  margin-top: 30px;
}
.vb-brand--articles .vb-brand--articles-cta::after {
  background: #333333;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.4s ease;
  transform: translateX(-100%);
  width: 100%;
  z-index: -1;
}
.vb-brand--articles .vb-brand--articles-cta:hover {
  color: #fff;
}
.vb-brand--articles .vb-brand--articles-cta:hover::after {
  transform: translateX(0%);
}
@media only screen and (max-width: 47.9375rem) {
  .vb-brand--articles h2 {
    margin: 1.25rem auto;
  }
}

.vb-brand--texte-seo {
  padding-bottom: 4.0625rem;
  text-align: center;
}
.vb-brand--texte-seo h1, .vb-brand--texte-seo h2, .vb-brand--texte-seo a {
  color: #4a4a4a;
}
.vb-brand--texte-seo h1, .vb-brand--texte-seo h2 {
  text-align: center;
}
.vb-brand--texte-seo h1 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.375rem;
  margin: 3.125rem auto 0.9375rem;
}
.vb-brand--texte-seo h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1875rem;
  margin: 2.5rem auto 0.9375rem;
}

.vb-brand--articles div[id^="0OR3I9X8R13JYT"] {
  overflow: auto;
}
.vb-brand--articles .t2s_title {
  display: none !important;
}
.vb-brand--articles .product-content-container {
  width: 1000px;
  margin: 0 auto;
}
.vb-brand--articles .product-content-container .product-content.t2s {
  min-height: 450px;
}
.vb-brand--articles .product-content-container .product-content.t2s:nth-child(n+3) {
  display: flex;
}
.vb-brand--articles .product-content-container .picto1 {
  max-width: 145px !important;
  margin: 0 auto;
}
.vb-brand--articles .product-content-container .pricecontainer {
  display: flex;
  height: auto;
}
.vb-brand--articles .product-content-container .pricecontainer .price-value.public-price,
.vb-brand--articles .product-content-container .pricecontainer .price-value.was-price {
  order: 1;
}
.vb-brand--articles .product-content-container .pricecontainer .price-value.club-price,
.vb-brand--articles .product-content-container .pricecontainer .price-value.public-price {
  order: 3;
  padding-top: 0;
}
.vb-brand--articles .product-content-container .pricecontainer .club-discount-picto[data-discount-rate="0"] {
  display: none;
}
.vb-brand--articles .product-content-container .pricecontainer.default .club-discount-picto {
  align-self: baseline;
}

.resultslist.suggestions .t2s_title {
  display: none !important;
}
.resultslist.suggestions p.title:first-child {
  color: #555555;
  font-size: 1.125rem;
  font-weight: 700;
}
.resultslist.suggestions .products.t2s {
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 48.0625rem) {
  .resultslist.suggestions .products.t2s {
    padding: 0 !important;
    position: initial;
  }
}
.resultslist.suggestions .products.t2s:after {
  background: #d8d8d8;
  content: "";
  height: 10.625rem;
  left: 50%;
  position: absolute;
  top: 4.375rem;
  transform: translateX(-50%);
  width: 100vw;
}
@media only screen and (max-width: 48rem) {
  .resultslist.suggestions .products.t2s:after {
    display: none;
  }
}
.resultslist.suggestions .products.t2s .product {
  background: #FFFFFF;
  margin: 0 0.4375rem 1.25rem !important;
  min-width: 10.5rem;
  width: 10.5rem !important;
  z-index: 1;
}
.resultslist.suggestions .products.t2s .product:nth-child(n+6) {
  display: none;
}
.resultslist.suggestions .products.t2s .product .bv-rating-stars-container {
  display: none;
}
.resultslist.suggestions .products.t2s .vb-progress--container {
  top: 100%;
}