@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: #1A1A1A;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0.3125rem;
}
.vb-landing h3 {
  color: #1A1A1A;
  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--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--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.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: 1.3125rem 1.875rem 1.875rem 1.3125rem;
    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: 28.75rem) {
  .vb-landing .vb-ldg--head {
    background: url("head-mobile.png") no-repeat center top;
    background-size: 24.375rem auto;
  }
}

.vb-ldg--summary {
  margin: 0 auto 0.625rem;
  max-width: 60.625rem;
  padding: 0 0.625rem;
  width: 100%;
}
.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 2.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%;
}
.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;
}
.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;
  }
  .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;
  }
}
.ouverture {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ouverture .ouverture--titremobile {
  display: none;
}
.ouverture .ouverture--titremobile h3 {
  font: normal normal bold 26px/33px Muli;
}
.ouverture .ouverture--blocpresentation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  max-width: 455px;
}
.ouverture .ouverture--blocpresentation h3 {
  font: normal normal bold 26px/33px Muli;
}
.ouverture .ouverture--blocpresentation p {
  font: normal normal normal 14px/18px Muli;
  margin: 6px 0 24px 0;
  color: #2D2A29;
}
.ouverture .ouverture--blocpresentation a {
  color: #2D2A29;
  font: normal normal bold 14px/18px Muli;
}
.ouverture .ouverture--blocvisuel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 614px;
}
.ouverture .ouverture--blocvisuel img {
  max-width: 100%;
  height: auto;
}

.ouverture-naissance .ouverture--blocpresentation {
  padding: 0 62px 0 0;
}
.ouverture-americaine {
  margin-top: 48px;
}
.ouverture-americaine .ouverture--blocpresentation {
  padding: 0 0px 0 60px;
}
@media only screen and (max-width: 30rem) {
  .ouverture-naissance, .ouverture-americaine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ouverture-naissance .ouverture--titremobile, .ouverture-americaine .ouverture--titremobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 0 21px 0 31px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ouverture-naissance .ouverture--blocvisuel, .ouverture-americaine .ouverture--blocvisuel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .ouverture-naissance .ouverture--blocpresentation, .ouverture-americaine .ouverture--blocpresentation {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    max-width: 100%;
    padding: 0 21px 0 17px;
  }
  .ouverture-naissance .ouverture--blocpresentation h3, .ouverture-americaine .ouverture--blocpresentation h3 {
    display: none;
  }
}

.body-ouverture-container {
  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;
  margin-top: 55px;
}
.body-ouverture-container .body-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.body-ouverture-container .body-col .ouverture--blocvisuel {
  width: 100%;
}
.body-ouverture-container .body-col .ouverture--blocpresentation {
  width: 100%;
}
.body-ouverture-container .ouverture-dos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 39px;
}
.body-ouverture-container .ouverture-dos .ouverture--blocvisuel {
  width: 100%;
}
.body-ouverture-container .ouverture-dos .ouverture--blocpresentation {
  width: 100%;
}
@media only screen and (max-width: 48.0625rem) {
  .body-ouverture-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  .body-ouverture-container .body-col, .body-ouverture-container .ouverture-dos {
    max-width: 513px;
  }
  .body-ouverture-container .ouverture-dos {
    margin-left: auto;
    margin-top: 44px;
  }
}
@media only screen and (max-width: 30rem) {
  .body-ouverture-container {
    padding: 0;
  }
  .body-ouverture-container .body-col .ouverture--titremobile, .body-ouverture-container .ouverture-dos .ouverture--titremobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 0 21px 0 31px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .body-ouverture-container .body-col .ouverture--blocvisuel, .body-ouverture-container .ouverture-dos .ouverture--blocvisuel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .body-ouverture-container .body-col .ouverture--blocpresentation, .body-ouverture-container .ouverture-dos .ouverture--blocpresentation {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    max-width: 100%;
    padding: 0 21px 0 17px;
  }
  .body-ouverture-container .body-col .ouverture--blocpresentation h3, .body-ouverture-container .ouverture-dos .ouverture--blocpresentation h3 {
    display: none;
  }
}

.vb-ldg--bonasavoir {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.vb-ldg--bonasavoir .bonasavoir-titremobile {
  display: none;
  margin-bottom: 21px;
  text-align: center;
}
.vb-ldg--bonasavoir .bonasavoir-titremobile h3 {
  font: normal normal bold 26px/33px Muli;
  color: #7DBC8E;
}
.vb-ldg--bonasavoir .bonasavoir-visuel {
  max-width: 295px;
}
.vb-ldg--bonasavoir .bonasavoir-visuel img {
  max-width: 100%;
  height: auto;
}
.vb-ldg--bonasavoir .bonasavoir-texte {
  padding: 25px 60px 0 73px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 772px;
}
.vb-ldg--bonasavoir .bonasavoir-texte h3 {
  font: normal normal bold 26px/33px Muli;
  color: #7DBC8E;
}
.vb-ldg--bonasavoir .bonasavoir-texte ul li {
  height: 90px;
  font: normal normal normal 14px/18px Muli;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2D2A29;
}
.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 a {
  font: normal normal bold 14px/18px Muli;
}
@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-texte {
    padding-right: 18px;
  }
  .vb-ldg--bonasavoir .bonasavoir-texte h3 {
    display: none;
  }
  .vb-ldg--bonasavoir .bonasavoir-texte ul li {
    height: auto;
    margin-top: 19px;
  }
  .vb-ldg--bonasavoir .bonasavoir-texte ul li p {
    margin-bottom: 19px;
  }
}

.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: 43px;
}
.vb-ldg--adapter h3 {
  font: normal normal bold 26px/33px Muli;
  letter-spacing: 0px;
  color: #1A1A1A;
}
.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 {
  max-width: 200px;
  min-width: 200px;
  margin-right: 14px;
}
.vb-ldg--adapter .adapter-content .adapter-visuel img {
  max-width: 100%;
  height: auto;
}
.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;
  color: var(--unnamed-color-333333);
  text-align: left;
  font: normal normal normal 14px/18px Muli;
}
.vb-ldg--adapter .adapter-content .adapter-textuel p a {
  font: normal normal bold 14px/18px Muli;
}
@media only screen and (max-width: 48.0625rem) {
  .vb-ldg--adapter {
    margin-left: 20px;
    margin-right: 20px;
  }
  .vb-ldg--adapter h3 {
    margin-bottom: 15px;
  }
  .vb-ldg--adapter .adapter-content .adapter-visuel {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 30rem) {
  .vb-ldg--adapter {
    margin-left: 21px;
    margin-right: 14px;
  }
  .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;
  max-width: 61.25rem;
  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;
  }
}
@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;
}