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: 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: 13.125rem;
  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: 2.5rem;
  position: relative;
  width: 100%;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container {
  background: #FFFFFF;
  border-radius: 0.5rem;
  left: 0;
  max-width: 33.4375rem;
  padding: 1.875rem 1.5625rem 1.875rem;
  position: absolute;
  top: 2.5rem;
  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 1.25rem;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container h1 span {
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: block;
  font-weight: 700;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container p {
  color: #2D2A29;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  max-width: 30rem;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container p a {
  color: #2D2A29;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 59.375rem) {
  .vb-landing .vb-ldg--head {
    background: url("head-tablet.jpg") 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;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .vb-landing .vb-ldg--head {
    background: url("head-tablet.jpg") no-repeat center top;
    background-size: auto 23.4375rem;
    height: 40rem;
    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.1875rem;
    margin-bottom: 0.625rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container h1 span {
    font-size: 1.6875rem;
    line-height: 2.1875rem;
  }
  .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;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container p a {
    font-size: 1rem;
  }
}
@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--nav {
  background: #FFFFFF;
  margin: 0 auto;
  overflow: auto;
  padding: 0.625rem;
  position: sticky;
  top: 5.4375rem;
  text-align: center;
  width: 100%;
  z-index: 10;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.vb-ldg--nav::-webkit-scrollbar {
  display: none;
}
.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%;
}
.vb-ldg--nav ul li {
  width: 7.5rem;
}
.vb-ldg--nav ul li:not(:last-child) {
  margin-right: 1.25rem;
}
.vb-ldg--nav ul li a {
  text-decoration: none;
}
.vb-ldg--nav ul li a img {
  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 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;
  }
}

@media only screen and (max-width: 67.5rem) {
  body.fixed-nav.hidden-nav .vb-landing .vb-ldg--nav {
    top: 0;
  }
}
.vb-ldg--categories {
  margin: 3.125rem auto 3.75rem;
}
.vb-ldg--categories .vb-ldg--category {
  display: none;
}
.vb-ldg--categories[data-category=ldg-category--berceau] .vb-ldg--category#ldg-category--berceau, .vb-ldg--categories[data-category=ldg-category--lit-bebe] .vb-ldg--category#ldg-category--lit-bebe, .vb-ldg--categories[data-category=ldg-category--lit-evolutif] .vb-ldg--category#ldg-category--lit-evolutif, .vb-ldg--categories[data-category=ldg-category--lit-simple] .vb-ldg--category#ldg-category--lit-simple, .vb-ldg--categories[data-category=ldg-category--lit-double] .vb-ldg--category#ldg-category--lit-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vb-ldg--category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(1) h2 {
  color: #2D2A29;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem;
  text-align: center;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(1) picture {
  width: 100%;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(1) picture img {
  width: 100%;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4.1875rem;
  position: relative;
  z-index: 1;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2)::before {
  bottom: -1.875rem;
  content: "";
  background: #efefef;
  height: 18.125rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) p {
  color: #2D2A29;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 2.1875rem;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) table {
  border-collapse: collapse;
  height: 10rem;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody tr:not(:last-child) {
  margin-right: 0.625rem;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody tr th,
.vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody tr td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.375rem;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody tr th {
  background: #619370;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody tr th span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody tr td {
  background: #FFFFFF;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody tr td span {
  color: #2D2A29;
  font-size: 1.125rem;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody tr td span:not(:first-child) {
  border-top: 0.0625rem solid #2D2A29;
  padding-top: 0.0625rem;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody tr td.empty {
  background: #ddd;
}
.vb-ldg--category .vb-ldg--category-column:nth-child(2) .vb-ldg--cta {
  margin-top: 2.1875rem;
}
@media only screen and (max-width: 56.25rem) {
  .vb-ldg--category .vb-ldg--category-column:nth-child(1) {
    width: 16.875rem;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(2) {
    padding-left: 0.9375rem;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(2)::before {
    bottom: -1.25rem;
    height: 17.1875rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg--category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(1) {
    width: 20rem;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(1) h2 {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    margin-bottom: 0.625rem;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(2) {
    background: #efefef;
    padding: 0.625rem 0.625rem 1.25rem;
    width: 20rem;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(2)::before {
    display: none;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(2) p {
    margin-bottom: 0.625rem;
    text-align: center;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(2) table {
    height: auto;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(2) table tbody tr:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
  .vb-ldg--category .vb-ldg--category-column:nth-child(2) .vb-ldg--cta {
    margin-top: 1.25rem;
    width: 18.75rem;
  }
}

/*! INSTAGRAM */
.vb-homebas-ugc {
  display: block;
  margin: 20px 0;
}

@media only screen and (min-width: 481px) {
  .vb-homebas-ugc {
    display: block;
  }
}

.vb-homebas-ugc * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vb-homebas-ugc-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-bottom: 14px;
  max-width: unset;
}

.vb-homebas-ugc-container h3 {
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  padding: 10px;
}

.vb-homebas-ugc-container h3 img {
  padding-bottom: 4px;
  display: inline-block;
  width: 104px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.vb-homebas-ugc-container .jeMinspire {
  width: 100%;
  max-width: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: #7dbc8e;
  border-radius: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: #7dbc8e solid 1px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.vb-homebas-ugc-container .jeMinspire:before {
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #447a53;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.vb-homebas-ugc-container .jeMinspire.desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vb-homebas-ugc-container .jeMinspire.mob {
  display: none;
}

@media screen and (max-width: 480px) {
  .vb-homebas-ugc-container .jeMinspire {
    margin: 10px auto 0;
  }

  .vb-homebas-ugc-container .jeMinspire.desk {
    display: none;
  }

  .vb-homebas-ugc-container .jeMinspire.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.vb-homebas-ugc-container .jeMinspire:hover {
  color: #fff;
}

.vb-homebas-ugc-container .jeMinspire:hover:before {
  right: 0;
}


.bzfy-feed-load-more-button {
    padding: 0 20px !important;
    line-height: 40px !important;
    background-color: #7dbc8e !important;
    border-radius: 5px !important;
    width: 180px;
}