@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: Muli;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main,
form#aspnetForm {
  max-width: 78.75rem;
  padding: 0;
}

.vb-landing {
  position: relative;
  z-index: 1;
}
.vb-landing .vb-ldg--cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-radius: 0.3125rem;
  border: 1px solid #2D2A29;
  color: #2D2A29;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  height: 3.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0 0.3125rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: border 250ms ease, color 250ms ease;
  transition: border 250ms ease, color 250ms ease;
  width: 18.75rem;
  z-index: 1;
}
.vb-landing .vb-ldg--cta::before {
  background: #2D2A29;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: right 300ms ease;
  transition: right 300ms ease;
  width: 100%;
  z-index: -1;
}
.vb-landing .vb-ldg--cta:hover, .vb-landing .vb-ldg--cta:focus {
  color: #FFFFFF;
}
.vb-landing .vb-ldg--cta:hover::before, .vb-landing .vb-ldg--cta:focus::before {
  right: 0;
}
.vb-landing .vb-ldg--cta:focus {
  outline: none;
}

.vb-landing .vb-ldg--head {
  background: url("head.jpg") no-repeat left 17.375rem top;
  height: 25rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  position: relative;
  width: 100%;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container {
  background: #FFFFFF;
  border-radius: 0.5rem;
  left: 0;
  max-width: 35.625rem;
  padding: 3.125rem 1.25rem 3.75rem;
  position: absolute;
  top: 3.125rem;
  width: 100%;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container h1 {
  color: #2D2A29;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container h2 {
  color: #2D2A29;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.9375rem;
  margin: 0 0 0.9375rem;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container p {
  color: #2D2A29;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
  max-width: 23.4375rem;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container p a {
  color: #2D2A29;
  font-size: 1rem;
}
@media only screen and (max-width: 59.375rem) {
  .vb-landing .vb-ldg--head {
    background: url("head-tablet.png") no-repeat right top;
    background-size: 33.875rem auto;
    margin-bottom: 2.625rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container {
    max-width: 28.125rem;
    padding: 3.125rem 1.25rem 2.5rem;
    top: 3.125rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .vb-landing .vb-ldg--head {
    background: url("head-tablet.png") no-repeat center top;
    background-size: auto 23.4375rem;
    height: 36.5625rem;
    margin-bottom: 2rem;
    margin-top: 1.125rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container {
    border-radius: 0.5rem 0.5rem 0.5rem 0;
    left: 50%;
    max-width: 18.75rem;
    padding: 1.25rem 0.9375rem 0.625rem;
    top: 18.4375rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 1.25rem);
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container h2 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 20rem) {
  .vb-landing .vb-ldg--head {
    background: url("head-mobile.jpg") no-repeat center top;
    background-size: 20rem auto;
  }
}

.vb-ldg--summary {
  margin: 0 auto 0.625rem;
  max-width: 65.9375rem;
  padding: 0 0.625rem 1.875rem;
  width: 100%;
}
.vb-ldg--summary h2 {
  color: #2D2A29;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin: 1.5rem auto 0.625rem;
  text-align: left;
}
.vb-ldg--summary p {
  color: #2D2A29;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.vb-ldg--summary p strong {
  color: #2D2A29;
  font-weight: 700;
}
.vb-ldg--summary ul {
  margin: 0.3125rem 0 0.625rem;
}
.vb-ldg--summary ul li {
  color: #2D2A29;
  font-size: 1rem;
  line-height: 1.25rem;
}
.vb-ldg--summary ul li::before {
  content: "•";
  margin-right: 0.3125rem;
}
.vb-ldg--summary ul li strong {
  font-weight: 700;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg--summary h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 30rem) {
  .vb-ldg--summary {
    margin-bottom: 1.875rem;
    padding: 0 1.25rem;
  }
}

.vb-ldg--nav {
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 100%;
  padding: 0.625rem;
  position: sticky;
  top: 5.4375rem;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.vb-ldg--nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
  overflow: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.vb-ldg--nav ul::-webkit-scrollbar {
  display: none;
}
.vb-ldg--nav ul li {
  width: 7.5rem;
}
.vb-ldg--nav ul li:not(:last-child) {
  margin-right: 2.0625rem;
}
.vb-ldg--nav ul li:first-child {
  margin-left: 0.625rem;
}
.vb-ldg--nav ul li:last-child {
  margin-right: 0.625rem;
}
.vb-ldg--nav ul li a {
  text-decoration: none;
}
.vb-ldg--nav ul li a img {
  border-radius: 50%;
  border: 0.1875rem solid #FFFFFF;
  -webkit-box-shadow: 0 0.1875rem 0.375rem #00000029;
          box-shadow: 0 0.1875rem 0.375rem #00000029;
  height: 7.5rem;
  margin-bottom: 0.625rem;
  width: 7.5rem;
}
.vb-ldg--nav ul li a span {
  border-bottom: 0.1875rem solid transparent;
  color: #666;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0.625rem;
  text-align: center;
}
.vb-ldg--nav ul li a.current img {
  border: 0.1875rem solid #7DBC8E;
}
.vb-ldg--nav ul li a.current span {
  border-bottom: 0.1875rem solid #7DBC8E;
  color: #2D2A29;
  font-size: 1.125rem;
}
@media only screen and (min-width: 48.0625rem) {
  .vb-ldg--nav ul li a:hover span {
    border-bottom: 0.1875rem solid #7DBC8E;
    color: #2D2A29;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 30rem) {
  .vb-ldg--nav {
    padding: 0;
  }
  .vb-ldg--nav ul {
    padding: 0 0.625rem;
  }
  .vb-ldg--nav ul li:not(:last-child) {
    margin-right: 2.1875rem;
  }
}

@media only screen and (max-width: 67.5rem) {
  body.fixed-nav.hidden-nav .vb-landing .vb-ldg--nav {
    top: 0;
  }
}
.vb-ldg--type {
  display: none;
}
.vb-ldg--type > h2 {
  color: #2D2A29;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  margin: 1.875rem auto 0;
  text-align: center;
}
.vb-ldg--type > p {
  color: #2D2A29;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0.3125rem auto 1.5rem;
  max-width: 49.375rem;
  padding: 0 0.625rem;
  text-align: center;
  width: 100%;
}
.vb-ldg--type > picture {
  display: none;
}
.vb-ldg--type .vb-ldg--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 49.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.vb-ldg--type .vb-ldg--columns .vb-ldg--column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(50% - 1.125rem);
  width: 50%;
}
.vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(1) h3 {
  color: #2D2A29;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  margin: 0 auto 0.3125rem;
}
.vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(1) p {
  color: #2D2A29;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0 0 0.625rem;
}
.vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(1) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(1) ul li {
  color: #2D2A29;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  margin: 0 1.875rem 0.625rem 0;
}
.vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(1) ul li::before {
  content: "•";
  font-size: 0.75rem;
  margin-right: 0.3125rem;
}
.vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(1) .vb-ldg--cta {
  margin: 1.75rem auto;
}
.vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(2) .resultslist .products .product.display-normal {
  margin: 0;
  width: 100%;
}
.vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(2) .resultslist .products .product.display-normal .product-content .title .omnitureproductlink {
  display: block;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .vb-ldg--type > h2 {
    font-size: 1.25rem;
    margin: 1.5625rem auto 0;
    padding: 0 0.625rem;
    text-align: left;
  }
  .vb-ldg--type > p {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: left;
  }
  .vb-ldg--type > picture {
    display: inline-block;
    margin: 0 0.625rem 1.25rem;
    width: calc(100% - 1.25rem);
  }
  .vb-ldg--type > picture img {
    max-width: 100%;
  }
  .vb-ldg--type .vb-ldg--columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .vb-ldg--type .vb-ldg--columns .vb-ldg--column {
    max-width: 100%;
    padding: 0 0.625rem;
    width: 100%;
  }
  .vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(2) {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 1.875rem;
    max-width: 18.75rem;
    padding: 0;
  }
  .vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(1) h3 {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(1) p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .vb-ldg--type .vb-ldg--columns .vb-ldg--column:nth-child(1) picture {
    display: none;
  }
}

.vb-landing[data-type=ldg-classique] .vb-ldg--type#ldg-classique,
.vb-landing[data-type=ldg-video] .vb-ldg--type#ldg-video,
.vb-landing[data-type=ldg-connecte] .vb-ldg--type#ldg-connecte,
.vb-landing[data-type=ldg-multifonctions] .vb-ldg--type#ldg-multifonctions {
  display: block;
}

.vb-ldg--t2s {
  margin-top: 4.0625rem;
}
.vb-ldg--t2s h2 {
  color: #2D2A29;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  margin: 0 auto 1.25rem;
  text-align: center;
}
.vb-ldg--t2s .fieldset2 {
  border: 0;
  margin: 0;
  padding: 0;
}
.vb-ldg--t2s .fieldset2 legend.legend {
  display: none;
}
.vb-ldg--t2s .fieldset2 .product-content-container {
  background: transparent;
  margin: 0 auto;
  max-width: 62.5rem;
  position: relative;
}
.vb-ldg--t2s .fieldset2 .product-content-container::before {
  background: #efefef;
  content: "";
  height: 9.6875rem;
  left: 50%;
  max-width: 100vw;
  position: absolute;
  top: 33%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 76.25rem;
}
.vb-ldg--t2s .fieldset2 .product-content-container .product-content.t2s {
  max-width: 12rem;
}
.vb-ldg--t2s .fieldset2 .product-content-container .product-content.t2s .pricecontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vb-ldg--t2s .fieldset2 .product-content-container .product-content.t2s .pricecontainer .was-price {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.vb-ldg--t2s .fieldset2 .product-content-container .product-content.t2s .pricecontainer .public-price {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.vb-ldg--t2s .fieldset2 .product-content-container .product-content.t2s .pricecontainer .club-discount-picto {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.vb-ldg--t2s .fieldset2 .product-content-container .product-content.t2s .pricecontainer.default .club-discount-picto {
  display: none !important;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg--t2s .fieldset2 .product-content-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100vw;
    overflow: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .vb-ldg--t2s .fieldset2 .product-content-container .product-content.t2s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 12rem;
  }
}