/* COLORS */
/** shades of grey **/
/** basics colors **/
/** backgrounds colors **/
/** texts colors **/
/** overlays colors **/
/** specifics colors **/
/* overrides materializecss color */
/* FONTS */
/*** MARGINS AND PADDINGS ***/
/**** BORDER RADIUS ****/
/**** CUSTOM ****/
/**** SHADOWS ****/
/***** MEDIA QUERIES ******/
/*** font color depending on bg color ***/
/*
@mixin gradientSass () {
  background-color: rgba(252,240,244,1);
  background: @include filter-gradient(#fcf0f4, #6b418f, horizontal);
  // IE9 SVG, needs conditional override of 'filter' to 'none'
  $experimental-support-for-svg: true;
  background: @include background-image(linear-gradient(left, rgba(252,240,244,1) 0%, rgba(252,240,244,1) 14%, rgba(217,193,219,1) 14%, rgba(217,193,219,1) 28%, rgba(198,168,204,1) 28%, rgba(198,168,204,1) 42%, rgba(183,147,191,1) 42%, rgba(183,147,191,1) 56%, rgba(151,120,179,1) 56%, rgba(151,120,179,1) 70%, rgba(130,89,155,1) 70%, rgba(130,89,155,1) 85%, rgba(107,65,143,1) 85%, rgba(107,65,143,1) 100%));
}
*/
.banner.full.hub-odb {
  margin: 0;
}
.banner.full.hub-odb > .content {
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .banner.full.hub-odb > .content {
    align-items: flex-start;
    padding: 36px 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.hub-odb > .content .hub-odb--title {
    align-items: flex-start !important;
  }
}
.banner.full.hub-odb > .content .hub-odb--title .primary-separator {
  margin: 0 0 44px 0;
}
@media screen and (max-width: 960px) {
  .banner.full.hub-odb > .content .hub-odb--title .primary-separator {
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.hub-odb > .content .hub-odb--title .primary-separator {
    margin: 0 0 32px 20px;
  }
}
.banner.full.hub-odb > .content .hub-odb--title .h1 {
  margin-bottom: 12px;
  text-align: center;
  max-width: 80%;
}
@media screen and (max-width: 960px) {
  .banner.full.hub-odb > .content .hub-odb--title .h1 {
    text-align: left;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.hub-odb > .content .hub-odb--title .h1 {
    max-width: 100%;
  }
}
.banner.full.hub-odb > .content .hub-odb--title .sub-title {
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 72px;
  max-width: 80%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .banner.full.hub-odb > .content .hub-odb--title .sub-title {
    padding: 0 20px 36px 20px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.hub-odb > .content .hub-odb--title .sub-title {
    max-width: 100%;
    text-align: left;
    padding: 0 20px 24px 20px;
  }
}
.banner.full.hub-odb .hub-odb--content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  gap: 20px;
}
.banner.full.hub-odb .hub-odb--content .odb-content:hover {
  color: inherit;
}
.banner.full.hub-odb .hub-odb--content .odb-content:hover .odb-title {
  color: #008859;
}
.banner.full.hub-odb .hub-odb--content .odb-content a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner.full.hub-odb .hub-odb--content .odb-title-wrapper {
  display: flex;
  flex-direction: column;
  font-family: "BNPPSans", "Open Sans";
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .banner.full.hub-odb .hub-odb--content {
    display: block;
    overflow: hidden;
    height: 100%;
  }
  .banner.full.hub-odb .hub-odb--content:not(.slick-initialized) {
    flex-wrap: unset;
    margin-left: 20px;
  }
  .banner.full.hub-odb .hub-odb--content > .slick-list > .slick-track > .slick-slide > div {
    margin-left: 20px !important;
  }
  .banner.full.hub-odb .hub-odb--content > .odb:nth-child(n+4) {
    display: none !important;
  }
  .banner.full.hub-odb .hub-odb--content > .odb .js-link {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    width: 100%;
  }
  .banner.full.hub-odb .hub-odb--content > .odb .js-link img {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.hub-odb .hub-odb--content:not(.slick-initialized) {
    width: 180%;
  }
  .banner.full.hub-odb .hub-odb--content > .slick-list > .slick-track > .slick-slide > div {
    margin-left: 20px !important;
    width: calc(100% - 40px);
  }
  .banner.full.hub-odb .hub-odb--content > .odb {
    width: 80% !important;
  }
  .banner.full.hub-odb .hub-odb--content > .odb:nth-child(n+3) {
    display: none !important;
  }
}
.banner.full.hub-odb .hub-odb--content a {
  color: #1C2D37;
}
.banner.full.hub-odb .hub-odb--content a:hover, .banner.full.hub-odb .hub-odb--content a:focus, .banner.full.hub-odb .hub-odb--content a:active {
  color: #008859;
}
.banner.full.hub-odb .hub-odb--content .odb {
  border-top: unset;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 7px 3px rgba(19, 20, 51, 0.1);
  border-radius: 6px;
}
.banner.full.hub-odb .hub-odb--content .odb:hover {
  box-shadow: 0px 0px 7px 3px rgba(19, 20, 51, 0.4);
}
@media screen and (max-width: 767px) {
  .banner.full.hub-odb .hub-odb--content .odb {
    background: none;
  }
}
.banner.full.hub-odb .hub-odb--content .odb .odb-content--header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.banner.full.hub-odb .hub-odb--content .odb-content {
  padding: 12px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .banner.full.hub-odb .hub-odb--content .odb-content {
    padding: 16px 12px;
  }
}
@media screen and (max-width: 960px) {
  .banner.full.hub-odb .hub-odb--content .odb-content {
    padding: 16px !important;
  }
}
.banner.full.hub-odb .hub-odb--content .odb-title {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .banner.full.hub-odb .hub-odb--content .odb-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.hub-odb .hub-odb--content .odb-title {
    font-size: 20px;
  }
}
.banner.full.hub-odb .hub-odb--content .odb-adress {
  font-family: "BNPPSans-Light", "Open Sans";
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.banner.full.hub-odb .hub-odb--content .odb-surface {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 24px;
  font-weight: bold;
  color: #1C2D37;
  line-height: 34px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #D6DBDE;
}
@media screen and (max-width: 767px) {
  .banner.full.hub-odb .hub-odb--content .odb-surface {
    font-size: 18px;
  }
}
.banner.full.hub-odb .hub-odb--content .odb-surface .divisible {
  font-size: 12px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #434F57;
}
.banner.full.hub-odb .hub-odb--content .odb-price {
  font-family: BNPPSans;
  font-size: 14px;
  color: #1C2D37;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner.full.hub-odb .hub-odb--content .odb-price .odb-price-value {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #008859;
}
.banner.full.hub-odb .hub-odb--content .odb-price .starting-price {
  font-size: 14px;
  font-weight: 400;
  color: #008859;
  margin-right: 4px;
}
.banner.full.hub-odb .hub-odb--content .odb-price .no-price {
  line-height: 36px;
}
.banner.full.hub-odb .hub-odb--content .image-block {
  position: relative;
}
.banner.full.hub-odb .hub-odb--content .image-block .odb-img {
  display: flex;
  overflow: hidden;
  border: 1px solid #D6DBDE;
  height: 180px;
}
.banner.full.hub-odb .hub-odb--content .image-block .odb-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner.full.hub-odb .hub-odb--content .image-block .line.badges {
  position: absolute;
  bottom: 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.banner.full.hub-odb .hub-odb--content .image-block .line.badges .badge {
  display: inline;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  padding: 5px;
  border-radius: 3px;
  z-index: 2;
  font-size: 15px;
  margin: 0 2px;
  font-family: "BNPPSans", "Open Sans";
  font-weight: 300;
}
.banner.full.hub-odb .cta a,
.banner.full.hub-odb .cta .js-link {
  border: 2px solid #008859 !important;
  color: #008859 !important;
  font-family: "BNPPSans-Light", "Open Sans" !important;
  font-size: 17px !important;
  font-weight: bold !important;
  height: 44Px !important;
  line-height: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 14px 0 !important;
}
@media screen and (min-width: 1175px) {
  .banner.full.hub-odb .cta a:hover,
  .banner.full.hub-odb .cta .js-link:hover {
    background-color: #008859 !important;
    color: #FFF !important;
    border-color: #008859 !important;
  }
}
.banner.full.hub-odb .cta a:active, .banner.full.hub-odb .cta a:focus,
.banner.full.hub-odb .cta .js-link:active,
.banner.full.hub-odb .cta .js-link:focus {
  background-color: #008859 !important;
  color: #FFF !important;
  border-color: #008859 !important;
}
@media screen and (max-width: 767px) {
  .banner.full.hub-odb .cta a,
  .banner.full.hub-odb .cta .js-link {
    display: flex;
    justify-content: center;
  }
}
.banner.full.hub-odb .offer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.banner.full.hub-odb .offer-tags .tag {
  padding: 0 14px;
  line-height: 1.6;
  padding: 2px 8px;
  border: 1px solid #D6DBDE;
  font-size: 12px;
  font-family: "Open Sans";
  color: #434F57;
  border-radius: 16px;
}
/*# sourceMappingURL=maps/slice-hub-odb.css.map */
