@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: 76.25rem;
  padding: 0;
}

.vb-landing {
  position: relative;
  z-index: 1;
}
.vb-landing h2 {
  color: #2D2A29;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
.vb-landing h3 {
  color: #2D2A29;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin-bottom: 0.625rem;
}
.vb-landing p {
  color: #2D2A29;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.vb-landing p a {
  color: #2D2A29;
  font-size: 0.875rem;
  text-decoration: underline;
}
.vb-landing .vb-ldg--scroll {
  overflow: auto;
  scroll-behavior: smooth;
}

.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: 0.75rem 1.25rem 0.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: 3.125rem;
  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.25rem;
  max-width: 29.6875rem;
}
.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.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;
    padding: 0.75rem 1.25rem 0.75rem;
    top: 3.125rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container h1 {
    line-height: 2.5rem;
  }
}
@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: 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%;
    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.5rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container h1 br {
    display: none;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container h2 {
    font-size: 1.5rem;
    line-height: 1.9375rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 28.75rem) {
  .vb-landing .vb-ldg--head {
    background: url("head-mobile.jpg") no-repeat center top;
    background-size: 24.375rem auto;
    height: 42.5rem;
    margin-bottom: 0;
  }
}

.vb-ldg--summary {
  margin: 0 auto 0.625rem;
  max-width: 60.625rem;
  padding: 0 0.625rem;
  width: 100%;
}
.vb-ldg--summary ul {
  margin: 0 auto 1.25rem;
}
.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--summary h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.vb-ldg--nav {
  background: #fff;
  margin: 0 auto 1.875rem;
  max-width: 100%;
  padding: 0.625rem 0.625rem 1.25rem;
  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%;
}
.vb-ldg--nav ul li {
  width: 7.5rem;
}
.vb-ldg--nav ul li:not(:last-child) {
  margin-right: 3.125rem;
}
.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;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  border: 3px solid #FFFFFF;
}
.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;
  border-radius: 50%;
}
.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--ouverture-item {
  margin-bottom: 5.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.vb-ldg--ouverture-item .ouverture--titremobile {
  display: none;
  width: 100%;
}
.vb-ldg--ouverture-item .ouverture--titremobile h3 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  color: #2D2A29;
  text-align: center;
  margin-bottom: 1.5625rem;
}
.vb-ldg--ouverture-item .ouverture--linkmobile {
  display: none;
}
.vb-ldg--ouverture-item video {
  border-radius: 0.875rem;
}
.vb-ldg--ouverture-item .ouverture--content {
  max-width: 28.75rem;
  padding-top: 1.5rem;
  min-height: 27rem;
  position: relative;
  width: 49%;
}
.vb-ldg--ouverture-item .ouverture--content h3 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  color: #2D2A29;
}
.vb-ldg--ouverture-item .ouverture--content p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.8125rem;
  font-weight: 400;
}
.vb-ldg--ouverture-item .ouverture--content p strong {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  display: block;
  margin-bottom: 0.3125rem;
}
.vb-ldg--ouverture-item .ouverture--content .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vb-ldg--ouverture-item .ouverture--content .more::before {
  width: 2.5rem;
  height: 3px;
  background-color: #7DBC8E;
  content: "";
  display: block;
  margin-bottom: 0.625rem;
}
.vb-ldg--ouverture-item .ouverture--content .more span {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #7DBC8E;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
.vb-ldg--ouverture-item .ouverture--content a {
  position: absolute;
  bottom: 0;
  font-weight: bold;
}
@media only screen and (max-width: 67.5rem) {
  .vb-ldg--ouverture-item {
    padding: 0 1.25rem;
  }
  .vb-ldg--ouverture-item.ouverture-naissance .ouverture--content, .vb-ldg--ouverture-item.ouverture-dos .ouverture--content {
    margin-right: 1.25rem;
  }
  .vb-ldg--ouverture-item.ouverture-pont .ouverture--content, .vb-ldg--ouverture-item.ouverture-zippee .ouverture--content {
    margin-left: 1.25rem;
  }
}
@media only screen and (max-width: 56.25rem) {
  .vb-ldg--ouverture-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vb-ldg--ouverture-item.ouverture-naissance .ouverture--content, .vb-ldg--ouverture-item.ouverture-dos .ouverture--content {
    margin-right: 0.625rem;
  }
  .vb-ldg--ouverture-item.ouverture-pont .ouverture--content, .vb-ldg--ouverture-item.ouverture-zippee .ouverture--content {
    margin-left: 0.625rem;
  }
  .vb-ldg--ouverture-item video,
.vb-ldg--ouverture-item img {
    width: 22.375rem;
    height: auto;
  }
  .vb-ldg--ouverture-item .ouverture--titremobile {
    display: block;
  }
  .vb-ldg--ouverture-item .ouverture--linkmobile {
    display: inline-block;
    margin: 0 auto;
    font-weight: bold;
  }
  .vb-ldg--ouverture-item .ouverture--content {
    min-height: 17.8125rem;
    margin-bottom: 1.5625rem;
  }
  .vb-ldg--ouverture-item .ouverture--content h3 {
    display: none;
  }
  .vb-ldg--ouverture-item .ouverture--content a {
    display: none;
  }
}
@media only screen and (max-width: 48rem) {
  .vb-ldg--ouverture-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 4.0625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vb-ldg--ouverture-item.ouverture-naissance .ouverture--titremobile, .vb-ldg--ouverture-item.ouverture-dos .ouverture--titremobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vb-ldg--ouverture-item.ouverture-naissance picture, .vb-ldg--ouverture-item.ouverture-dos picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vb-ldg--ouverture-item.ouverture-naissance .ouverture--content, .vb-ldg--ouverture-item.ouverture-dos .ouverture--content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vb-ldg--ouverture-item .ouverture--linkmobile {
    display: none;
  }
  .vb-ldg--ouverture-item .ouverture--titremobile {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .vb-ldg--ouverture-item .ouverture--content {
    width: 100%;
    min-height: auto;
    margin: 0 !important;
  }
  .vb-ldg--ouverture-item .ouverture--content p {
    line-height: 1.5625rem;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .vb-ldg--ouverture-item .ouverture--content p strong {
    font-size: 1.25rem;
  }
  .vb-ldg--ouverture-item .ouverture--content p.more span {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .vb-ldg--ouverture-item .ouverture--content a {
    display: inline-block;
    position: relative;
  }
}
@media only screen and (max-width: 30rem) {
  .vb-ldg--ouverture-item picture img {
    width: 100%;
  }
  .vb-ldg--ouverture-item video {
    width: 100%;
  }
}

.vb-ldg--materiales {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 67.5rem) {
  .vb-ldg--materiales {
    padding: 0 0.875rem;
  }
}
.vb-ldg--materiales h3 {
  font-size: 1.75rem;
  line-height: 2.1875rem;
  color: #2D2A29;
  margin-bottom: 1.125rem;
}
.vb-ldg--materiales section .title {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #2D2A29;
  margin-bottom: 0.1875rem;
  font-weight: bold;
}
.vb-ldg--materiales section p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1.375rem;
}
.vb-ldg--materiales section .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.375rem;
}
@media only screen and (max-width: 67.5rem) {
  .vb-ldg--materiales section .list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 48.125rem) {
  .vb-ldg--materiales section .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vb-ldg--materiales section .list .item-material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0.75rem 1.3125rem;
}
.vb-ldg--materiales section .list .item-material:nth-child(1) {
  margin-left: 0;
}
@media only screen and (max-width: 67.5rem) {
  .vb-ldg--materiales section .list .item-material {
    margin: 0 0.75rem 1.3125rem;
  }
}
@media only screen and (max-width: 64rem) {
  .vb-ldg--materiales section .list .item-material:nth-child(3) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 28.75rem) {
  .vb-ldg--materiales section .list .item-material {
    margin-right: 0;
    margin-left: 0;
  }
}
.vb-ldg--materiales section .list .item-material picture {
  max-width: 10rem;
}
.vb-ldg--materiales section .list .item-material picture img {
  width: 100%;
}
.vb-ldg--materiales section .list .item-material .item-material--description {
  background-color: #FAFAFA;
  padding: 0.4375rem 0.8125rem 0 0.625rem;
  width: 9.6875rem;
  max-height: 19.25rem;
  min-height: 18.625rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.vb-ldg--materiales section .list .item-material .item-material--description h4 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: bold;
  color: #7DBC8E;
  margin-bottom: 0.625rem;
}
.vb-ldg--materiales section .list .item-material .item-material--description p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.vb-ldg--bonasavoir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
}
.vb-ldg--bonasavoir .bonasavoir-titremobile {
  display: none;
  margin-bottom: 1.25rem;
  margin-top: 1.375rem;
  text-align: center;
}
.vb-ldg--bonasavoir .bonasavoir-titremobile h3 {
  font: normal normal bold 26px/35px Muli;
  color: #7DBC8E;
}
.vb-ldg--bonasavoir .bonasavoir-visuel {
  width: 18.4375rem;
}
.vb-ldg--bonasavoir .bonasavoir-visuel img {
  width: 18.4375rem;
  display: block;
}
.vb-ldg--bonasavoir .bonasavoir-texte {
  padding: 1.5625rem 2.5rem 0 4.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 48.25rem;
  width: 100%;
}
.vb-ldg--bonasavoir .bonasavoir-texte h3 {
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  color: #7DBC8E;
  text-align: center;
  margin-bottom: 2.0625rem;
}
.vb-ldg--bonasavoir .bonasavoir-texte ul li {
  height: 5.625rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2D2A29;
  font-size: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.vb-ldg--bonasavoir .bonasavoir-texte ul li:before {
  height: 24px;
  width: 24px;
  display: block;
  background: url(check.svg) 0 0 no-repeat;
  content: "";
  position: absolute;
  left: -42px;
}
.vb-ldg--bonasavoir .bonasavoir-texte ul li::after {
  content: "";
  border-bottom: solid 1px #ddd;
  display: block;
  width: calc(100% + 55px);
  margin-left: -45px;
}
.vb-ldg--bonasavoir .bonasavoir-texte ul li:last-child {
  height: 5rem;
}
.vb-ldg--bonasavoir .bonasavoir-texte ul li:last-child::after {
  display: none;
}
.vb-ldg--bonasavoir .bonasavoir-texte ul li span {
  line-height: 1.125rem;
}
.vb-ldg--bonasavoir .bonasavoir-texte ul li a {
  color: #2D2A29;
  font-weight: bold;
}
@media only screen and (min-width: 30.0625rem) and (max-width: 48.0625rem) {
  .vb-ldg--bonasavoir .bonasavoir-visuel {
    display: none;
  }
}
@media only screen and (max-width: 30rem) {
  .vb-ldg--bonasavoir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vb-ldg--bonasavoir .bonasavoir-titremobile {
    display: block;
  }
  .vb-ldg--bonasavoir .bonasavoir-visuel {
    width: 100%;
    max-width: 100%;
  }
  .vb-ldg--bonasavoir .bonasavoir-visuel img {
    width: 100%;
  }
  .vb-ldg--bonasavoir .bonasavoir-texte {
    padding-right: 1.125rem;
  }
  .vb-ldg--bonasavoir .bonasavoir-texte h3 {
    display: none;
  }
  .vb-ldg--bonasavoir .bonasavoir-texte ul {
    padding-bottom: 4.3125rem;
  }
  .vb-ldg--bonasavoir .bonasavoir-texte ul li {
    height: auto;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .vb-ldg--bonasavoir .bonasavoir-texte ul li::after {
    margin-bottom: 1.375rem;
  }
  .vb-ldg--bonasavoir .bonasavoir-texte ul li span {
    margin-bottom: 1.0625rem;
  }
}

.vb-ldg--adapter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top: 4rem;
}
.vb-ldg--adapter h3 {
  font-size: 1.625rem;
  line-height: 2.0625rem;
  margin-bottom: 0.9375rem;
}
.vb-ldg--adapter .adapter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.vb-ldg--adapter .adapter-content .adapter-visuel {
  margin: 3.5rem 2.375rem;
}
.vb-ldg--adapter .adapter-content .adapter-visuel img {
  width: 8.4375rem;
}
.vb-ldg--adapter .adapter-content .adapter-textuel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 744px;
}
.vb-ldg--adapter .adapter-content .adapter-textuel p {
  margin-bottom: 18px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.vb-ldg--adapter .adapter-content .adapter-textuel p a {
  font-weight: bold;
}
@media only screen and (max-width: 67.5rem) {
  .vb-ldg--adapter {
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width: 48rem) {
  .vb-ldg--adapter {
    margin: 4rem 0 0;
  }
  .vb-ldg--adapter h3 {
    margin-bottom: 0.9375rem;
  }
  .vb-ldg--adapter .adapter-content .adapter-textuel a,
.vb-ldg--adapter .adapter-content .adapter-textuel p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .vb-ldg--adapter .adapter-content .adapter-visuel {
    padding-top: 2rem;
    margin: 0 auto;
  }
  .vb-ldg--adapter .adapter-content .adapter-visuel img {
    max-width: 13.125rem;
  }
}
@media only screen and (max-width: 30rem) {
  .vb-ldg--adapter .adapter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vb-ldg--adapter .adapter-content .adapter-visuel {
    max-width: 100%;
  }
  .vb-ldg--adapter .adapter-content .adapter-visuel img {
    width: 100%;
  }
  .vb-ldg--adapter .adapter-content .adapter-textuel {
    margin-top: 30px;
  }
}

.vb-ldg--discover {
  margin: 5.3125rem 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: 20rem;
  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: 2.5rem;
}
.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 {
    margin: 3.125rem auto 0;
  }
  .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;
  }
}
@media only screen and (max-width: 30rem) {
  .vb-ldg--discover ul li {
    max-width: 100%;
  }
  .vb-ldg--discover ul li img {
    width: 102%;
  }
}

/*! 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;
}