@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--scroll {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.vb-landing .vb-ldg--scroll::-webkit-scrollbar {
  display: none;
}
.vb-landing h2 {
  color: #2D2A29;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0.3125rem;
}
.vb-landing h3 {
  color: #2D2A29;
  font-size: 1.625rem;
  line-height: 2.0625rem;
  margin-bottom: 1.125rem;
}
.vb-landing p {
  color: #2D2A29;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-bottom: 1.125rem;
}
.vb-landing p a {
  color: #2D2A29;
  font-size: 1.125rem;
  text-decoration: underline;
}
.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: 0.875rem;
  font-weight: 700;
  height: 2.5rem;
  -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--price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7DBC8E;
  border-radius: 0.3125rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.125rem;
  font-size: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.75rem;
  max-width: 20.25rem;
  min-width: 18.75rem;
  padding: 0;
}
.vb-landing .vb-ldg--price img {
  height: 3rem;
  width: 3rem;
}
.vb-landing .vb-ldg--price strong {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1em;
  margin-left: 0.3125rem;
}
.vb-landing .vb-ldg--goodToKnow-container {
  margin: 0 auto 1.25rem;
  max-width: 37.8125rem;
  position: relative;
  z-index: 10;
}
.vb-landing .vb-ldg--goodToKnow-container .vb-ldg--goodToKnow {
  background: #FFFFFF;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  position: relative;
  width: 100%;
  z-index: 2;
}
.vb-landing .vb-ldg--goodToKnow-container .vb-ldg--goodToKnow > strong {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7DBC8E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.375rem;
  font-weight: 700;
  height: 3.625rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5625rem;
  padding: 0 2.8125rem 0 3.4375rem;
  position: relative;
}
.vb-landing .vb-ldg--goodToKnow-container .vb-ldg--goodToKnow > strong::before, .vb-landing .vb-ldg--goodToKnow-container .vb-ldg--goodToKnow > strong::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vb-landing .vb-ldg--goodToKnow-container .vb-ldg--goodToKnow > strong::before {
  background: url("picto-info.svg") no-repeat center center;
  height: 1.5625rem;
  left: 0.9375rem;
  width: 1.5625rem;
}
.vb-landing .vb-ldg--goodToKnow-container .vb-ldg--goodToKnow > strong::after {
  background: url("picto-close.svg") no-repeat center center;
  height: 3rem;
  right: 0.5625rem;
  width: 3rem;
}
.vb-landing .vb-ldg--goodToKnow-container .vb-ldg--goodToKnow p {
  color: #2D2A29;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0 0.9375rem 0.9375rem;
  text-align: left;
}
.vb-landing .vb-ldg--goodToKnow-container .vb-ldg--goodToKnow p i {
  color: #2D2A29;
  font-size: 0.875rem;
  display: block;
  margin-top: 0.5rem;
}
.vb-landing .vb-ldg--goodToKnow-container .vb-ldg--goodToKnow[data-closed=true] > strong::after {
  background: url("picto-open.svg") no-repeat center center;
}
.vb-landing .vb-ldg--goodToKnow-container .vb-ldg--goodToKnow[data-closed=true] p {
  display: none;
}
@media only screen and (min-width: 43.8125rem) {
  .vb-landing .vb-ldg--goodToKnow-container {
    height: 3.625rem;
  }
  .vb-landing .vb-ldg--goodToKnow-container .vb-ldg--goodToKnow {
    position: absolute;
    top: 0;
  }
}
.vb-landing .vb-carousel {
  position: relative;
}
.vb-landing .vb-carousel .vb-carousel-nav .vb-carousel-nav--prev,
.vb-landing .vb-carousel .vb-carousel-nav .vb-carousel-nav--next {
  cursor: pointer;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  width: 1.5625rem;
}
.vb-landing .vb-carousel .vb-carousel-nav .vb-carousel-nav--prev span,
.vb-landing .vb-carousel .vb-carousel-nav .vb-carousel-nav--next span {
  border-bottom: 0.125rem solid #000;
  display: inline-block;
  height: 0.9375rem;
  margin-top: 6.25rem;
  width: 0.9375rem;
}
.vb-landing .vb-carousel .vb-carousel-nav .vb-carousel-nav--prev[disabled],
.vb-landing .vb-carousel .vb-carousel-nav .vb-carousel-nav--next[disabled] {
  opacity: 0;
  pointer-events: none;
}
.vb-landing .vb-carousel .vb-carousel-nav .vb-carousel-nav--prev {
  left: 0;
}
.vb-landing .vb-carousel .vb-carousel-nav .vb-carousel-nav--prev span {
  border-left: 0.125rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.vb-landing .vb-carousel .vb-carousel-nav .vb-carousel-nav--next {
  right: 0;
}
.vb-landing .vb-carousel .vb-carousel-nav .vb-carousel-nav--next span {
  border-right: 0.125rem solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.vb-landing .vb-ldg--head {
  background: url("head.png") 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.125rem;
  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: 3.125rem;
  margin: 0 0 1rem;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container p {
  color: #2D2A29;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  max-width: 29.6875rem;
  margin: 0;
}
.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: 37.5rem;
    margin-bottom: 4.0625rem;
    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.png") no-repeat center top;
    background-size: 20rem auto;
  }
}

.vb-ldg--summary {
  margin: 0 auto 1.875rem;
  max-width: 60.625rem;
  padding: 0 0.625rem;
  width: 100%;
}
.vb-ldg--summary ul {
  margin: 1rem 0;
}
.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: bold;
}
.vb-ldg--summary p {
  color: #2D2A29;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25rem;
}
@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: 64.375rem;
  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%;
  padding: 0 0.9375rem;
}
.vb-ldg--nav ul li {
  width: 7.5rem;
}
.vb-ldg--nav ul li:not(:last-child) {
  margin-right: 1.6875rem;
}
.vb-ldg--nav ul li a {
  text-decoration: none;
}
.vb-ldg--nav ul li a img {
  border: 0.1875rem solid #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.29);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.29);
  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;
  min-height: 3.125rem;
  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 img {
    border: 0.1875rem solid #7DBC8E;
  }
  .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--sections {
  margin-top: 1.25rem;
}
.vb-ldg--sections section {
  display: none;
  position: relative;
  z-index: 1;
}
.vb-ldg--sections section::after {
  content: "";
  background: #FAFAFA;
  border-radius: 0.625rem;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 48rem) {
  .vb-ldg--sections section::after {
    height: 100%;
    width: calc(100% - 5.3125rem);
  }
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg--sections section {
    margin: 0 0.625rem;
  }
  .vb-ldg--sections section::after {
    height: calc(100% - 13.125rem);
    width: 100%;
  }
}

.vb-ldg-section--informations {
  padding: 0 0.625rem;
  z-index: 2 !important;
}
.vb-ldg-section--informations::after {
  display: none;
}
.vb-ldg-section--informations h2 {
  margin-bottom: 2.125rem;
  text-align: center;
}
.vb-ldg-section--informations .vb-ldg--criteria {
  margin: 0 auto 1.25rem;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1.5625rem;
  padding: 0.4375rem 0;
  position: relative;
  z-index: 1;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::before, .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::after {
  border-radius: 0.125rem;
  content: "";
  position: absolute;
  left: calc(50% - 0.125rem);
  top: 0;
  -webkit-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
  width: 0.25rem;
  z-index: -1;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::before {
  background: #d3d3d3;
  height: 100%;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::after {
  background: #7DBC8E;
  height: 0%;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D3D3D3;
  border-radius: 50%;
  border: 0.25rem solid #d3d3d3;
  color: #FFFFFF;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.9375rem auto;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  width: 2.5rem;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items {
  background: #FFFFFF;
  border-radius: 0.625rem;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  overflow: auto;
  pointer-events: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items::-webkit-scrollbar {
  display: none;
  width: 0;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items .vb-ldg--criteria-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  scroll-snap-align: center;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items .vb-ldg--criteria-item h3 span {
  color: #7DBC8E;
  display: block;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items .vb-ldg--criteria-item p a {
  pointer-events: auto;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav {
  font-size: 0;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav button[data-criteria=prev],
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav button[data-criteria=next] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #7DBC8E;
  border: none;
  border-radius: 0.3125rem;
  color: #FFFFFF;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
}
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav button[data-criteria=prev]:focus, .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav button[data-criteria=prev]:hover,
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav button[data-criteria=next]:focus,
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav button[data-criteria=next]:hover {
  background: #619370;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="1"] ol li[data-criteria="1"] {
  background: #FFFFFF;
  border-color: #7DBC8E;
  color: #2D2A29;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="2"] ol li[data-criteria="2"] {
  background: #FFFFFF;
  border-color: #7DBC8E;
  color: #2D2A29;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="2"] ol li[data-criteria="1"] {
  background: #7DBC8E;
  border-color: #7DBC8E;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="3"] ol li[data-criteria="3"] {
  background: #FFFFFF;
  border-color: #7DBC8E;
  color: #2D2A29;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="3"] ol li[data-criteria="1"] {
  background: #7DBC8E;
  border-color: #7DBC8E;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="3"] ol li[data-criteria="2"] {
  background: #7DBC8E;
  border-color: #7DBC8E;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="4"] ol li[data-criteria="4"] {
  background: #FFFFFF;
  border-color: #7DBC8E;
  color: #2D2A29;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="4"] ol li[data-criteria="1"] {
  background: #7DBC8E;
  border-color: #7DBC8E;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="4"] ol li[data-criteria="2"] {
  background: #7DBC8E;
  border-color: #7DBC8E;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="4"] ol li[data-criteria="3"] {
  background: #7DBC8E;
  border-color: #7DBC8E;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="1"] button[data-criteria=prev] {
  display: none;
}
.vb-ldg-section--informations .vb-ldg--criteria[data-criteria="4"] button[data-criteria=next] {
  display: none;
}
@media only screen and (min-width: 35.0625rem) {
  .vb-ldg-section--informations .vb-ldg--criteria {
    background: #F5F5F5;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.29);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.29);
    max-width: 37.8125rem;
    padding: 2.5rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 1.5625rem;
    padding: 0.4375rem 0;
    position: relative;
    z-index: 1;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::before, .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::after {
    border-radius: 0.125rem;
    content: "";
    position: absolute;
    left: calc(50% - 0.125rem);
    top: 0;
    -webkit-transition: height 0.1s ease-in;
    transition: height 0.1s ease-in;
    width: 0.25rem;
    z-index: -1;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::before {
    background: #d3d3d3;
    height: 100%;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::after {
    background: #7DBC8E;
    height: 0%;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #D3D3D3;
    border-radius: 50%;
    border: 0.25rem solid #d3d3d3;
    color: #FFFFFF;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    height: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.9375rem auto;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    width: 2.5rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items {
    height: 18.5rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items .vb-ldg--criteria-item {
    padding: 0 2.5rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items .vb-ldg--criteria-item h3 span {
    font-size: 1.125rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items .vb-ldg--criteria-item p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items .vb-ldg--criteria-item p a {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav {
    padding-left: 4.0625rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav button[data-criteria=prev],
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav button[data-criteria=next] {
    margin-right: 1.25rem;
    width: 10.625rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria[data-criteria="1"] ol::after {
    height: 20%;
  }
  .vb-ldg-section--informations .vb-ldg--criteria[data-criteria="2"] ol::after {
    height: 40%;
  }
  .vb-ldg-section--informations .vb-ldg--criteria[data-criteria="3"] ol::after {
    height: 60%;
  }
  .vb-ldg-section--informations .vb-ldg--criteria[data-criteria="4"] ol::after {
    height: 80%;
  }
}
@media only screen and (max-width: 35rem) {
  .vb-ldg-section--informations {
    margin: 0 auto !important;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container {
    background: #F5F5F5;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.29);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.29);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
    padding: 0.625rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0.75rem auto 0.625rem;
    max-width: 11.875rem;
    padding: 0 0.4375rem;
    position: relative;
    z-index: 1;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::before, .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::after {
    border-radius: 0.125rem;
    content: "";
    height: 0.25rem;
    position: absolute;
    left: 0;
    top: calc(50% - 0.125rem);
    -webkit-transition: height 0.1s ease-in;
    transition: height 0.1s ease-in;
    z-index: -1;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::before {
    background: #d3d3d3;
    width: 100%;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol::after {
    background: #7DBC8E;
    width: 0%;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container ol li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #D3D3D3;
    border-radius: 50%;
    border: 0.25rem solid #d3d3d3;
    color: #FFFFFF;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    height: 2.1875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0.3125rem;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    width: 2.1875rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items {
    height: 26.25rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items .vb-ldg--criteria-item {
    padding: 0 1.25rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items .vb-ldg--criteria-item h3 span {
    font-size: 1.25rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items .vb-ldg--criteria-item p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-container .vb-ldg--criteria-items .vb-ldg--criteria-item p a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav {
    padding-bottom: 1.25rem;
    text-align: center;
  }
  .vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav button[data-criteria=prev],
.vb-ldg-section--informations .vb-ldg--criteria .vb-ldg--criteria-nav button[data-criteria=next] {
    margin: 0 0.3125rem;
    width: 7.5rem;
  }
  .vb-ldg-section--informations .vb-ldg--criteria[data-criteria="1"] ol::after {
    width: 20%;
  }
  .vb-ldg-section--informations .vb-ldg--criteria[data-criteria="2"] ol::after {
    width: 40%;
  }
  .vb-ldg-section--informations .vb-ldg--criteria[data-criteria="3"] ol::after {
    width: 60%;
  }
  .vb-ldg-section--informations .vb-ldg--criteria[data-criteria="4"] ol::after {
    width: 80%;
  }
}

.vb-ldg-section--wood,
.vb-ldg-section--plastic,
.vb-ldg-section--evolutive {
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 48rem) {
  .vb-ldg-section--wood,
.vb-ldg-section--plastic,
.vb-ldg-section--evolutive {
    max-width: 64.375rem;
    padding: 4rem 0 3rem 4.5rem;
    width: 100%;
  }
  .vb-ldg-section--wood .vb-ldg-section--content,
.vb-ldg-section--plastic .vb-ldg-section--content,
.vb-ldg-section--evolutive .vb-ldg-section--content {
    max-width: 30rem;
  }
  .vb-ldg-section--wood .vb-ldg-section--content h3,
.vb-ldg-section--plastic .vb-ldg-section--content h3,
.vb-ldg-section--evolutive .vb-ldg-section--content h3 {
    max-width: 23.75rem;
  }
  .vb-ldg-section--wood .vb-ldg-section--content > img,
.vb-ldg-section--plastic .vb-ldg-section--content > img,
.vb-ldg-section--evolutive .vb-ldg-section--content > img {
    display: none;
  }
  .vb-ldg-section--wood .vb-ldg-section--content .vb-ldg--cta,
.vb-ldg-section--plastic .vb-ldg-section--content .vb-ldg--cta,
.vb-ldg-section--evolutive .vb-ldg-section--content .vb-ldg--cta {
    max-width: 10.75rem;
  }
  .vb-ldg-section--wood .vb-ldg-section--picture,
.vb-ldg-section--plastic .vb-ldg-section--picture,
.vb-ldg-section--evolutive .vb-ldg-section--picture {
    margin-left: 1.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .vb-ldg-section--wood .vb-ldg-section--picture img,
.vb-ldg-section--plastic .vb-ldg-section--picture img,
.vb-ldg-section--evolutive .vb-ldg-section--picture img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg-section--wood,
.vb-ldg-section--plastic,
.vb-ldg-section--evolutive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.625rem;
    max-width: calc(100% - 1.25rem);
  }
  .vb-ldg-section--wood .vb-ldg-section--content,
.vb-ldg-section--plastic .vb-ldg-section--content,
.vb-ldg-section--evolutive .vb-ldg-section--content {
    max-width: 100%;
  }
  .vb-ldg-section--wood .vb-ldg-section--content .vb-ldg--price,
.vb-ldg-section--plastic .vb-ldg-section--content .vb-ldg--price,
.vb-ldg-section--evolutive .vb-ldg-section--content .vb-ldg--price {
    margin: 0 auto 1.25rem;
  }
  .vb-ldg-section--wood .vb-ldg-section--content > img,
.vb-ldg-section--plastic .vb-ldg-section--content > img,
.vb-ldg-section--evolutive .vb-ldg-section--content > img {
    display: block;
    margin: 0 auto 1.25rem;
  }
  .vb-ldg-section--wood .vb-ldg-section--content .vb-ldg--cta,
.vb-ldg-section--plastic .vb-ldg-section--content .vb-ldg--cta,
.vb-ldg-section--evolutive .vb-ldg-section--content .vb-ldg--cta {
    margin: 0 auto;
    max-width: 10.75rem;
  }
  .vb-ldg-section--wood .vb-ldg-section--picture,
.vb-ldg-section--plastic .vb-ldg-section--picture,
.vb-ldg-section--evolutive .vb-ldg-section--picture {
    display: none;
  }
}
@media only screen and (max-width: 21.25rem) {
  .vb-ldg-section--wood .vb-ldg-section--content .vb-ldg--price,
.vb-ldg-section--plastic .vb-ldg-section--content .vb-ldg--price,
.vb-ldg-section--evolutive .vb-ldg-section--content .vb-ldg--price {
    margin: 0 -0.625rem 1.25rem;
  }
}

.vb-ldg-section--accessories {
  margin: 0 auto;
  max-width: 66.25rem;
  padding: 3.125rem 3.4375rem;
}
.vb-ldg-section--accessories::after {
  width: 100% !important;
}
.vb-ldg-section--accessories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.vb-ldg-section--accessories ul::-webkit-scrollbar {
  display: none;
  width: 0;
}
.vb-ldg-section--accessories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.9375rem;
  max-width: 16.875rem;
}
.vb-ldg-section--accessories ul li picture {
  margin-bottom: 1.5rem;
}
.vb-ldg-section--accessories ul li strong {
  display: block;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
  padding: 0 0.625rem;
}
.vb-ldg-section--accessories ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0 0.625rem;
}
.vb-ldg-section--accessories ul li .vb-ldg--cta {
  max-width: 13.25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg-section--accessories {
    padding: 1.25rem 0.625rem;
  }
}

.vb-landing[data-section=informations] .vb-ldg--sections section[data-section=informations] {
  display: block;
}

.vb-landing[data-section=wood] .vb-ldg--sections section[data-section=wood] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vb-landing[data-section=plastic] .vb-ldg--sections section[data-section=plastic] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vb-landing[data-section=evolutive] .vb-ldg--sections section[data-section=evolutive] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vb-landing[data-section=accessories] .vb-ldg--sections section[data-section=accessories] {
  display: block;
}

.vb-ldg--discover {
  margin: 3.75rem auto 0;
  padding: 0 0.9375rem;
  width: 100%;
}
.vb-ldg--discover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1.5625rem 0 0;
}
.vb-ldg--discover ul li {
  background: #FFFFFF;
  border: 0.125rem solid #FFFFFF;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 1.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.125rem 1.5rem rgba(0, 0, 0, 0.16);
  padding: 0;
  position: relative;
  margin: 0;
  max-width: 18.125rem;
  text-align: left;
  -webkit-transition: border 0.1s linear;
  transition: border 0.1s linear;
  width: 100%;
}
.vb-ldg--discover ul li:not(:last-child) {
  margin-right: 3.125rem;
}
.vb-ldg--discover ul li:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7DBC8E;
  border-radius: 0 0.375rem 0.375rem 0;
  color: #FFFFFF;
  content: "Conseil";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -0.125rem;
  position: absolute;
  text-transform: uppercase;
  top: 1.25rem;
  width: 4.375rem;
}
.vb-ldg--discover ul li img {
  border-radius: 0.5rem 0.5rem 0 0;
  max-width: calc(100% + 0.25rem);
  margin: -0.125rem;
}
.vb-ldg--discover ul li p {
  color: #2D2A29;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.125rem;
  padding: 0.8125rem 0.625rem 0.8125rem 1.25rem;
}
.vb-ldg--discover ul li p a {
  display: block;
  color: #7DBC8E;
  font-weight: 300;
  margin-top: 0.1875rem;
  position: relative;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  z-index: 1;
}
.vb-ldg--discover ul li p a:hover {
  color: #619370;
}
.vb-ldg--discover ul li:hover {
  border: 0.125rem solid #7DBC8E;
}
.vb-ldg--discover ul li > a {
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 40.625rem) {
  .vb-ldg--discover ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .vb-ldg--discover ul li {
    margin-bottom: 2.1875rem;
    margin-right: 0 !important;
  }
  .vb-ldg--discover ul li p a {
    font-weight: 700;
  }
}

.vb-ldg--brands {
  margin: 2.8125rem auto 0;
  max-width: 61.25rem;
  padding: 0 0.9375rem;
  width: 100%;
}
.vb-ldg--brands .vb-ldg--brands-items {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.625rem;
  margin: 0.625rem 0 1.5625rem;
  padding: 0.625rem 0;
}
.vb-ldg--brands .vb-ldg--brands-items .vb-ldg--brands-item {
  background: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
  width: 4.375rem;
  min-width: 4.375rem;
  height: 4.375rem;
  border: 2px solid #ededed;
  border-radius: 15px;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  z-index: 9;
  overflow: hidden;
  margin: 0 0.625rem;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(197, 197, 197, 0.5);
          box-shadow: 0px 0px 14px 2px rgba(197, 197, 197, 0.5);
}
.vb-ldg--brands .vb-ldg--brands-items .vb-ldg--brands-item:hover {
  border: solid 2px #7DBC8E;
}
.vb-ldg--brands .vb-ldg--brands-items .vb-ldg--brands-item img {
  max-width: 3.75rem;
}
@media only screen and (max-width: 48rem) {
  .vb-ldg--brands h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 30rem) {
  .vb-ldg--brands {
    margin: 0.625rem auto 0;
  }
}

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