@charset "UTF-8";
.vb-banner {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 76.25rem;
  max-width: 100vw;
}
.vb-banner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vb-banner-section {
  padding: 0 2.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 481px) and (max-width: 1080px) {
  .vb-banner-section {
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .vb-banner-section {
    padding: 0 0.625rem;
  }
}

.vb-banner-section-inside {
  max-width: 76.25rem;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) and (max-width: 1080px) {
  .vb-banner-section-inside {
    max-width: 38rem;
  }
}

.vb-banner-section-title {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.25;
  color: #333;
}
@media only screen and (min-width: 481px) and (max-width: 1080px) {
  .vb-banner-section-title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 480px) {
  .vb-banner-section-title {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
}

@media only screen and (max-width: 480px) {
  .vb-banner-section--inspirations {
    padding-left: 0;
    padding-right: 0;
  }
  .vb-banner-section--inspirations .vb-banner-section-title {
    margin-left: 0.625rem;
  }
}
.vb-banner-carousel {
  position: relative;
}
@media only screen and (max-width: 39.9375rem) and (pointer: coarse) {
  .vb-banner-carousel {
    max-height: 33.875rem;
    overflow: hidden;
  }
}

.vb-banner-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 0;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.vb-banner-carousel-btn:active {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.vb-banner-carousel-btn::-moz-focus-inner {
  border: none;
}
.vb-banner-carousel-btn::before {
  content: "";
  width: 0.5rem;
  height: 1rem;
  background: url(arrow.svg) no-repeat center center;
  background-size: contain;
}
.vb-banner-carousel-btn::after {
  content: "";
  position: absolute;
  left: -1.25rem;
  right: -1.25rem;
  top: -1.25rem;
  bottom: -1.25rem;
}
.vb-banner-carousel-btn[hidden] {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.vb-banner-carousel-slide {
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
@media only screen and (max-width: 39.9375rem) and (pointer: coarse) {
  .vb-banner-carousel-slide {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    padding-bottom: 2rem;
  }
  .vb-banner-carousel-slide .vb-banner-inspirations-item {
    scroll-snap-align: left;
  }
}

.vb-banner-carousel-btn--previous {
  left: 0.625rem;
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .vb-banner-carousel-btn--previous {
    left: -3.75rem;
  }
}
.vb-banner-carousel-btn--previous:active {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}

.vb-banner-carousel-btn--next {
  right: 0.625rem;
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .vb-banner-carousel-btn--next {
    right: -3.75rem;
  }
}
.vb-banner-carousel-btn--next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vb-banner-section--inspirations {
  position: relative;
}
@media only screen and (min-width: 40rem) {
  .vb-banner-section--inspirations {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }
}

.vb-banner-inspirations-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.vb-banner-inspirations-item {
  position: relative;
  width: 17.1875rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #425863;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1080px) {
  .vb-banner-inspirations-item {
    width: 14.375rem;
  }
}
.vb-banner-inspirations-item:nth-child(1) {
  background-color: #d3a149;
}
.vb-banner-inspirations-item:nth-child(2) {
  background-color: #babfb4;
}
.vb-banner-inspirations-item:nth-child(3) {
  background-color: #828f85;
}
.vb-banner-inspirations-item:nth-child(4) {
  background-color: #c78f66;
}
.vb-banner-inspirations-item:not(:last-child) {
  margin-right: 2.5rem;
}
@media only screen and (max-width: 1080px) {
  .vb-banner-inspirations-item:not(:last-child) {
    margin-right: 1.25rem;
  }
}

.vb-banner-inspirations-span {
  display: block;
  overflow: hidden;
}

.vb-banner-inspirations-img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
.vb-banner-inspirations-item:hover .vb-banner-inspirations-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .vb-banner-inspirations-img {
    height: 17rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.vb-banner-inspirations-infos {
  padding: 1.875rem 2.1875rem 1.875rem 4.0625rem;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1080px) {
  .vb-banner-inspirations-infos {
    padding-left: 2.1875rem;
    padding-right: 1.25rem;
  }
}

.vb-banner-inspirations-title {
  margin-right: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}

.vb-banner-inspirations-link {
  color: #fff;
  text-decoration: none;
}
.vb-banner-inspirations-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.vb-banner-inspirations-desc {
  margin: 1.25rem 0;
  font-size: 1rem;
  line-height: 1.25;
}

.vb-banner-inspirations-cta {
  margin-top: auto;
}
.vb-banner-inspirations-cta::after {
  content: "→";
  margin-left: 0.5em;
}