#memo_fil_ariane,
.breadcrumb {
  display: none;
  margin-bottom: 0; }

.vb-landing {
  left: 50%;
  max-width: 100vw;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90rem;
  overflow: hidden; }

.resultslist-title {
	display: none;
}


.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%; }

#main.content .formatted-text.title {
  position: relative;
  color: #999;
  background: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  padding: 8px 32px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  z-index: 1; }
  #main.content .formatted-text.title:before {
    content: '';
    height: 100%;
    width: 100vw;
    background: #fafafa;
    position: absolute;
    top: -1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: -1;
    left: 0; }
  #main.content .formatted-text.title:after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    right: calc(1220px - 100vw);
    top: 0;
    z-index: -1;
    background: #fafafa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  #main.content .formatted-text.title H1 {
    display: inline-block;
    font-size: 1em;
    font-weight: 400; }
    #main.content .formatted-text.title H1:before {
      content: 'Accueil  >  ';
      font-weight: 700; }

.vb-brand--intro {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0 1.25rem;
  position: relative;
  z-index: 1; }
  .vb-brand--intro::after {
    background: #f5f5f5;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1; }
  .vb-brand--intro > picture img {
    width: 100%;
    max-width: 350px; }
	 @media only screen and (max-width: 80rem) {
	.vb-brand--intro > picture img {
    width: 100%;
    max-width: 600px; }
	 }
  .vb-brand--intro > div {
    padding-left: 3.125rem; }
    .vb-brand--intro > div .logo {
      padding-top: 0.25rem; }
      .vb-brand--intro > div .logo img {
        width: 100px;
        max-height: 40px; }
      .vb-brand--intro > div .logo::after {
        background: #7DBC8E;
        content: '';
        display: block;
        height: 0.1875rem;
        margin-top: 0.875rem;
        width: 4.375rem; }
    .vb-brand--intro > div p {
      color: #4a4a4a;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.5625rem;
      margin: 1.25rem 0;
      max-width: 50rem; }
      .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;
      -webkit-transition: color 0.4s ease;
      -o-transition: color 0.4s ease;
      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;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        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 {
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
          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 {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      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 .logo::after {
          margin: 1.875rem auto 0;
          width: 3.125rem; }
        .vb-brand--intro > div p {
          color: #333333;
          font-size: 0.9rem;
          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;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    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;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      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 {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        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: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .vb-brand--articles .product-content-container .picto1 {
    max-width: 145px !important;
    margin: 0 auto; }
  .vb-brand--articles .product-content-container .pricecontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .vb-brand--articles .product-content-container .pricecontainer .price-value.club-price,
    .vb-brand--articles .product-content-container .pricecontainer .price-value.public-price {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      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 {
      -ms-flex-item-align: baseline;
      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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    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%; }
