/* 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%));
}
*/
.node--type-offer .node__content .offer-hero .row {
  height: 100%;
}
.node--type-offer .node__content .offer-hero .row .offer-hero--left,
.node--type-offer .node__content .offer-hero .row .offer-hero--right {
  height: 100%;
  min-height: 536px !important;
}
@media screen and (max-width: 1024px) {
  .node--type-offer .node__content .offer-hero .row .offer-hero--left,
  .node--type-offer .node__content .offer-hero .row .offer-hero--right {
    min-height: unset !important;
  }
}
.node--type-offer .node__content .offer-hero .row .offer-hero--left {
  display: flex !important;
  flex-direction: column !important;
}
.node--type-offer .node__content .offer-content > .row {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .node--type-offer nav.odb-sticky .buttons-list li {
    height: 36px !important;
  }
}
@media screen and (max-width: 767px) {
  .node--type-offer nav.odb-sticky .table-of-contents-title {
    display: flex;
    white-space: nowrap;
  }
  .node--type-offer nav.odb-sticky .table-of-contents-title p {
    font-size: 16px;
    font-family: "BNPPSans", "Open Sans";
    font-weight: 700;
  }
  .node--type-offer nav.odb-sticky .table-of-contents-title p:first-child {
    padding-right: 6px;
    padding-top: 3px;
  }
  .node--type-offer nav.odb-sticky .table-of-contents-title .last {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .node--type-offer nav.odb-sticky .table-of-contents-title .last p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .node--type-offer nav.odb-sticky .buttons-list {
    width: auto;
    padding-left: 5px;
  }
  .node--type-offer nav.odb-sticky .buttons-list:not(.share-open) {
    padding-left: 20px;
  }
  .node--type-offer nav.odb-sticky .buttons-list.share-open .share-list {
    width: 120px !important;
  }
  .node--type-offer nav.odb-sticky .buttons-list #share-list-menu-sticky {
    background: #FFF;
  }
  .node--type-offer nav.odb-sticky .buttons-list #share-list-menu-sticky a {
    padding-bottom: 8px;
  }
  .node--type-offer nav.odb-sticky .buttons-list .share-list-menu-sticky--container {
    position: relative;
    padding-top: 4px;
  }
  .node--type-offer nav.odb-sticky .buttons-list li button.btn-tertiary {
    width: auto;
    margin-bottom: 0;
    border: none;
    padding: 0;
  }
  .node--type-offer nav.odb-sticky .buttons-list li button.btn-tertiary i {
    margin: 0;
  }
  .node--type-offer nav.odb-sticky .buttons-list li button.btn-tertiary i:before {
    font-size: 18px;
    margin: 0;
  }
  .node--type-offer nav.odb-sticky .buttons-list li button.btn-tertiary span {
    display: none;
  }
  .node--type-offer nav.odb-sticky .buttons-list li button.btn-tertiary svg {
    width: 42px;
  }
  .node--type-offer nav.odb-sticky .buttons-list li button.btn-tertiary[data-target=share-list-menu-sticky]:before {
    color: #727579;
    margin-top: -5px;
  }
}
.node--type-offer .sticky-mobile-contact {
  position: sticky;
  bottom: 20px;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 40px;
}
.node--type-offer .sticky-mobile-contact button {
  width: 39%;
}
.node--type-offer .sticky-mobile-contact button .icon-phone {
  color: #00915A;
}
.node--type-offer .sticky-mobile-contact button:last-child {
  border: 2px solid #008859;
  color: #008859;
}
.node--type-offer .sticky-mobile-contact button:last-child:focus, .node--type-offer .sticky-mobile-contact button:last-child:active {
  border: 2px solid #017F4F;
  color: #017F4F;
}

.banner.full.odb-liees .odb-liees--header,
.banner.full.odb-liees .profile-user-favorite--header,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header {
  position: relative;
  padding-bottom: 8px;
  display: flex !important;
  flex-flow: row wrap !important;
}
@media screen and (max-width: 1024px) {
  .banner.full.odb-liees .odb-liees--header,
  .banner.full.odb-liees .profile-user-favorite--header,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header {
    padding-bottom: 44Px;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.odb-liees .odb-liees--header,
  .banner.full.odb-liees .profile-user-favorite--header,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header {
    padding-bottom: 28Px;
  }
}
.banner.full.odb-liees .odb-liees--header h2,
.banner.full.odb-liees .odb-liees--header > .column-mobile,
.banner.full.odb-liees .profile-user-favorite--header h2,
.banner.full.odb-liees .profile-user-favorite--header > .column-mobile,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header h2,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header > .column-mobile,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header h2,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header > .column-mobile {
  padding-bottom: 16px;
}
@media screen and (min-width: 1175px) {
  .banner.full.odb-liees .odb-liees--header h2,
  .banner.full.odb-liees .profile-user-favorite--header h2,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header h2,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header h2 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 960px) {
  .banner.full.odb-liees .odb-liees--header > .column-mobile,
  .banner.full.odb-liees .profile-user-favorite--header > .column-mobile,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header > .column-mobile,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header > .column-mobile {
    margin-right: 100px;
  }
}
.banner.full.odb-liees .odb-liees--header .filters button,
.banner.full.odb-liees .profile-user-favorite--header .filters button,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .filters button,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .filters button {
  margin-left: 12px;
  background: #FFF;
  border: 2px solid #727579;
  color: #727579;
  font-size: 14px;
  font-family: "BNPPSans", "Open Sans";
  font-weight: bold;
  padding: 10px 12px 8px;
  height: 36px;
}
.banner.full.odb-liees .odb-liees--header .filters button.active,
.banner.full.odb-liees .profile-user-favorite--header .filters button.active,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .filters button.active,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .filters button.active {
  background: #434F57;
  border: 2px solid #434F57;
  color: #FFF;
}
@media screen and (min-width: 1175px) {
  .banner.full.odb-liees .odb-liees--header .filters button:hover,
  .banner.full.odb-liees .profile-user-favorite--header .filters button:hover,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .filters button:hover,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .filters button:hover {
    background: #434F57;
    border: 2px solid #434F57;
    color: #FFF;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.odb-liees .odb-liees--header .filters button,
  .banner.full.odb-liees .profile-user-favorite--header .filters button,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .filters button,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .filters button {
    margin-left: 0;
    margin-right: 4px;
    padding: 10px 10px 8px;
    height: 45px;
    line-height: 1.13;
  }
  .banner.full.odb-liees .odb-liees--header .filters button:last-child,
  .banner.full.odb-liees .profile-user-favorite--header .filters button:last-child,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .filters button:last-child,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .filters button:last-child {
    margin-right: 0;
  }
}
.banner.full.odb-liees .odb-liees--header .slider-nav-top--nav,
.banner.full.odb-liees .profile-user-favorite--header .slider-nav-top--nav,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slider-nav-top--nav,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slider-nav-top--nav {
  padding-left: 36px;
  position: absolute;
  right: 0;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .banner.full.odb-liees .odb-liees--header .slider-nav-top--nav,
  .banner.full.odb-liees .profile-user-favorite--header .slider-nav-top--nav,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slider-nav-top--nav,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slider-nav-top--nav {
    display: none;
  }
}
.banner.full.odb-liees .odb-liees--header .slick-arrow.slide-next,
.banner.full.odb-liees .odb-liees--header .slick-arrow.slide-prev,
.banner.full.odb-liees .profile-user-favorite--header .slick-arrow.slide-next,
.banner.full.odb-liees .profile-user-favorite--header .slick-arrow.slide-prev,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slick-arrow.slide-next,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slick-arrow.slide-prev,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slick-arrow.slide-next,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slick-arrow.slide-prev {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color ease-out 0.3s;
}
.banner.full.odb-liees .odb-liees--header .slick-arrow.slide-next:hover, .banner.full.odb-liees .odb-liees--header .slick-arrow.slide-next:active,
.banner.full.odb-liees .odb-liees--header .slick-arrow.slide-prev:hover,
.banner.full.odb-liees .odb-liees--header .slick-arrow.slide-prev:active,
.banner.full.odb-liees .profile-user-favorite--header .slick-arrow.slide-next:hover,
.banner.full.odb-liees .profile-user-favorite--header .slick-arrow.slide-next:active,
.banner.full.odb-liees .profile-user-favorite--header .slick-arrow.slide-prev:hover,
.banner.full.odb-liees .profile-user-favorite--header .slick-arrow.slide-prev:active,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slick-arrow.slide-next:hover,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slick-arrow.slide-next:active,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slick-arrow.slide-prev:hover,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slick-arrow.slide-prev:active,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slick-arrow.slide-next:hover,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slick-arrow.slide-next:active,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slick-arrow.slide-prev:hover,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slick-arrow.slide-prev:active {
  background-color: #008859;
}
.banner.full.odb-liees .odb-liees--header .slick-arrow.slide-next:hover::before, .banner.full.odb-liees .odb-liees--header .slick-arrow.slide-next:active::before,
.banner.full.odb-liees .odb-liees--header .slick-arrow.slide-prev:hover::before,
.banner.full.odb-liees .odb-liees--header .slick-arrow.slide-prev:active::before,
.banner.full.odb-liees .profile-user-favorite--header .slick-arrow.slide-next:hover::before,
.banner.full.odb-liees .profile-user-favorite--header .slick-arrow.slide-next:active::before,
.banner.full.odb-liees .profile-user-favorite--header .slick-arrow.slide-prev:hover::before,
.banner.full.odb-liees .profile-user-favorite--header .slick-arrow.slide-prev:active::before,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slick-arrow.slide-next:hover::before,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slick-arrow.slide-next:active::before,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slick-arrow.slide-prev:hover::before,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slick-arrow.slide-prev:active::before,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slick-arrow.slide-next:hover::before,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slick-arrow.slide-next:active::before,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slick-arrow.slide-prev:hover::before,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slick-arrow.slide-prev:active::before {
  color: white;
}
.banner.full.odb-liees .odb-liees--header .slick-arrow.slide-next,
.banner.full.odb-liees .profile-user-favorite--header .slick-arrow.slide-next,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--header .slick-arrow.slide-next,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--header .slick-arrow.slide-next {
  margin-left: 12px;
}
.banner.full.odb-liees .odb-liees--content > .slider,
.banner.full.odb-liees .profile-user-favorite--content > .slider,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content > .slider,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content > .slider {
  width: calc(100% - 134px);
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .banner.full.odb-liees .odb-liees--content > .slider,
  .banner.full.odb-liees .profile-user-favorite--content > .slider,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content > .slider,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content > .slider {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}
.banner.full.odb-liees .odb-liees--content > .slider > .slick-list,
.banner.full.odb-liees .profile-user-favorite--content > .slider > .slick-list,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content > .slider > .slick-list,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content > .slider > .slick-list {
  height: 100% !important;
}
.banner.full.odb-liees .odb-liees--content > .slider > .slick-list > .slick-track,
.banner.full.odb-liees .profile-user-favorite--content > .slider > .slick-list > .slick-track,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content > .slider > .slick-list > .slick-track,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content > .slider > .slick-list > .slick-track {
  display: flex;
  min-width: 100%;
}
.banner.full.odb-liees .odb-liees--content > .slider > .slick-list > .slick-track > .slick-slide,
.banner.full.odb-liees .profile-user-favorite--content > .slider > .slick-list > .slick-track > .slick-slide,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content > .slider > .slick-list > .slick-track > .slick-slide,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content > .slider > .slick-list > .slick-track > .slick-slide {
  height: auto !important;
}
.banner.full.odb-liees .odb-liees--content > .slider > .slick-list > .slick-track > .slick-slide > div,
.banner.full.odb-liees .profile-user-favorite--content > .slider > .slick-list > .slick-track > .slick-slide > div,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content > .slider > .slick-list > .slick-track > .slick-slide > div,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content > .slider > .slick-list > .slick-track > .slick-slide > div {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .banner.full.odb-liees .odb-liees--content .odb,
  .banner.full.odb-liees .profile-user-favorite--content .odb,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.banner.full.odb-liees .odb-liees--content .odb .odb-content .odb-title-wrapper:hover,
.banner.full.odb-liees .profile-user-favorite--content .odb .odb-content .odb-title-wrapper:hover,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb .odb-content .odb-title-wrapper:hover,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb .odb-content .odb-title-wrapper:hover {
  color: inherit;
}
.banner.full.odb-liees .odb-liees--content .odb .odb-content .odb-title-wrapper:hover .odb-title,
.banner.full.odb-liees .profile-user-favorite--content .odb .odb-content .odb-title-wrapper:hover .odb-title,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb .odb-content .odb-title-wrapper:hover .odb-title,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb .odb-content .odb-title-wrapper:hover .odb-title {
  color: #008859;
}
.banner.full.odb-liees .odb-liees--content .odb .odb-content .odb-title-wrapper:after,
.banner.full.odb-liees .profile-user-favorite--content .odb .odb-content .odb-title-wrapper:after,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb .odb-content .odb-title-wrapper:after,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb .odb-content .odb-title-wrapper:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  left: 24px;
  bottom: 24px;
}
.banner.full.odb-liees .odb-liees--content .odb .slider,
.banner.full.odb-liees .profile-user-favorite--content .odb .slider,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb .slider,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb .slider {
  height: 236px !important;
}
@media screen and (max-width: 1024px) {
  .banner.full.odb-liees .odb-liees--content .odb .slider,
  .banner.full.odb-liees .profile-user-favorite--content .odb .slider,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb .slider,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb .slider {
    height: 185px !important;
  }
}
.banner.full.odb-liees .odb-liees--content .odb-img,
.banner.full.odb-liees .profile-user-favorite--content .odb-img,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-img,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-img {
  border: 1px solid #D6DBDE;
}
.banner.full.odb-liees .odb-liees--content .odb-img img,
.banner.full.odb-liees .profile-user-favorite--content .odb-img img,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-img img,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-img img {
  width: 100%;
}
.banner.full.odb-liees .odb-liees--content .odb-img .slick-list,
.banner.full.odb-liees .profile-user-favorite--content .odb-img .slick-list,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-img .slick-list,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-img .slick-list {
  height: 100%;
}
.banner.full.odb-liees .odb-liees--content .odb-img .slick-list .slick-track,
.banner.full.odb-liees .profile-user-favorite--content .odb-img .slick-list .slick-track,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-img .slick-list .slick-track,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-img .slick-list .slick-track {
  height: 100%;
}
.banner.full.odb-liees .odb-liees--content .odb-img .slick-list .slick-track .slick-slide,
.banner.full.odb-liees .profile-user-favorite--content .odb-img .slick-list .slick-track .slick-slide,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-img .slick-list .slick-track .slick-slide,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-img .slick-list .slick-track .slick-slide {
  position: relative;
}
.banner.full.odb-liees .odb-liees--content .odb-img .slick-list .slick-track .slick-slide > div,
.banner.full.odb-liees .profile-user-favorite--content .odb-img .slick-list .slick-track .slick-slide > div,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-img .slick-list .slick-track .slick-slide > div,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-img .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.banner.full.odb-liees .odb-liees--content .odb-img .slick-list .slick-track .slick-slide .js-link,
.banner.full.odb-liees .odb-liees--content .odb-img .slick-list .slick-track .slick-slide a,
.banner.full.odb-liees .profile-user-favorite--content .odb-img .slick-list .slick-track .slick-slide .js-link,
.banner.full.odb-liees .profile-user-favorite--content .odb-img .slick-list .slick-track .slick-slide a,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-img .slick-list .slick-track .slick-slide .js-link,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-img .slick-list .slick-track .slick-slide a,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-img .slick-list .slick-track .slick-slide .js-link,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-img .slick-list .slick-track .slick-slide a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner.full.odb-liees .odb-liees--content .odb-img .slick-list .slick-track .slick-slide .img-bck,
.banner.full.odb-liees .profile-user-favorite--content .odb-img .slick-list .slick-track .slick-slide .img-bck,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-img .slick-list .slick-track .slick-slide .img-bck,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-img .slick-list .slick-track .slick-slide .img-bck {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .banner.full.odb-liees .odb-liees--content .odb-content,
  .banner.full.odb-liees .profile-user-favorite--content .odb-content,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-content,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-content {
    padding: 16px !important;
  }
}
.banner.full.odb-liees .odb-liees--content .odb-content a,
.banner.full.odb-liees .profile-user-favorite--content .odb-content a,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-content a,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-content a {
  color: #1C2D37;
}
.banner.full.odb-liees .odb-liees--content .odb-content a:hover,
.banner.full.odb-liees .profile-user-favorite--content .odb-content a:hover,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-content a:hover,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-content a:hover {
  color: #008859;
}
.banner.full.odb-liees .odb-liees--content .odb-content a:focus,
.banner.full.odb-liees .profile-user-favorite--content .odb-content a:focus,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-content a:focus,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-content a:focus {
  outline: none;
}
.banner.full.odb-liees .odb-liees--content .odb-titles,
.banner.full.odb-liees .profile-user-favorite--content .odb-titles,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-titles,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-titles {
  padding-bottom: 12px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .banner.full.odb-liees .odb-liees--content .odb-titles,
  .banner.full.odb-liees .profile-user-favorite--content .odb-titles,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-titles,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-titles {
    padding-right: 8px;
    padding-bottom: 12px;
  }
}
.banner.full.odb-liees .odb-liees--content .odb-adress a,
.banner.full.odb-liees .profile-user-favorite--content .odb-adress a,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb-adress a,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb-adress a {
  font-family: "BNPPSans-Light", "Open Sans";
  font-size: 15px;
  line-height: 24px;
}
.banner.full.odb-liees .odb-liees--content .odb.button-other-search,
.banner.full.odb-liees .profile-user-favorite--content .odb.button-other-search,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb.button-other-search,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb.button-other-search {
  display: flex !important;
  justify-content: center;
}
.banner.full.odb-liees .odb-liees--content .odb.button-other-search a,
.banner.full.odb-liees .profile-user-favorite--content .odb.button-other-search a,
.profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb.button-other-search a,
.profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb.button-other-search a {
  min-height: 46px;
  height: auto;
  text-align: center;
  line-height: 1.2;
  padding: 8px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .banner.full.odb-liees .odb-liees--content .odb.button-other-search a,
  .banner.full.odb-liees .profile-user-favorite--content .odb.button-other-search a,
  .profile.banner .profile-data--step[data-name=profile-favorite] .odb-liees--content .odb.button-other-search a,
  .profile.banner .profile-data--step[data-name=profile-favorite] .profile-user-favorite--content .odb.button-other-search a {
    height: 75px;
  }
}

.banner.full.odb-liees {
  padding: 67px 0;
}
.banner.full.odb-liees .slick-track {
  margin-bottom: 6px;
}
.banner.full.odb-liees .slick-slide > div {
  height: 100%;
}
.banner.full.odb-liees .slick-slide + .slick-slide {
  margin-left: 20px;
}
.banner.full.odb-liees > .content .odb.card {
  padding: 0;
  box-shadow: 0px 0px 7px 3px rgba(19, 20, 51, 0.1);
  min-height: 100%;
  border-top: none;
  display: flex !important;
  flex-direction: column;
  border-radius: 6px;
}
.banner.full.odb-liees > .content .odb.card:hover {
  box-shadow: 0px 0px 7px 3px rgba(19, 20, 51, 0.4);
}
.banner.full.odb-liees > .content .odb.card .odb-img {
  height: 180px;
}
.banner.full.odb-liees > .content .odb.card .odb-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner.full.odb-liees > .content .odb.card .odb-content {
  padding: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.banner.full.odb-liees > .content .odb.card .odb-content .odb-title-wrapper {
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .banner.full.odb-liees .odb-liees--content .odb .slider {
    height: 214px !important;
  }
}
.banner.full.odb-liees .odb-liees--content .offer-tags {
  margin-bottom: 12px;
}
.banner.full.odb-liees .odb-liees--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;
}
.banner.full.odb-liees .odb-liees--content .odb-surface .divisible {
  font-size: 12px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #434F57;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .banner.full.odb-liees .odb-liees--content .odb-surface {
    flex-direction: column;
  }
  .banner.full.odb-liees .odb-liees--content .odb-surface .odb-surface {
    font-size: 20px;
  }
}
.banner.full.odb-liees .odb-liees--content .odb-price {
  font-family: BNPPSans;
  font-size: 14px;
  color: #1C2D37;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner.full.odb-liees .odb-liees--content .odb-price .odb-price-value {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #008859;
  line-height: 1;
}
.banner.full.odb-liees .odb-liees--content .odb-price .starting-price {
  font-size: 14px;
  font-weight: 400;
  color: #008859;
  margin-right: 4px;
}
.banner.full.odb-liees .odb-liees--content .odb-price .no-price {
  line-height: 36px;
}
.banner.full.odb-liees .odb-liees--content .odb-price .price-unit {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .banner.full.odb-liees .odb-liees--content .odb-price {
    align-items: flex-start;
    flex-direction: column;
  }
  .banner.full.odb-liees .odb-liees--content .odb-price .odb-price-value {
    font-size: 20px;
  }
  .banner.full.odb-liees .odb-liees--content .odb-price .price-unit {
    font-size: 12px;
  }
}
.banner.full.odb-liees:not(.load-js) .odb-liees--content.price {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .banner.full.odb-liees:not(.load-js) .odb-liees--content.price {
    overflow: hidden;
  }
}
.banner.full.odb-liees:not(.load-js) .odb-liees--content.price .slider:not(.slick-initialized) {
  display: flex;
}
@media screen and (max-width: 767px) {
  .banner.full.odb-liees:not(.load-js) .odb-liees--content.price .slider:not(.slick-initialized) {
    width: 170%;
  }
}
.banner.full.odb-liees:not(.load-js) .odb-liees--content.price .slider:not(.slick-initialized) li:nth-child(n+4) {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .banner.full.odb-liees:not(.load-js) .odb-liees--content.price .slider:not(.slick-initialized) li:nth-child(n+3) {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.odb-liees:not(.load-js) .odb-liees--content.price .slider:not(.slick-initialized) li {
    margin-left: 20px;
  }
}
.banner.full.odb-liees:not(.load-js) .odb-liees--content.price .slider:not(.slick-initialized) li .odb-img.slider .js-link {
  display: none;
}
.banner.full.odb-liees:not(.load-js) .odb-liees--content.price .slider:not(.slick-initialized) li .odb-img.slider .js-link:first-child {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.banner.full.odb-liees:not(.load-js) .odb-liees--content.price .slider:not(.slick-initialized) li .odb-img.slider .js-link:first-child img {
  position: absolute;
  z-index: 2;
  height: 100%;
}
.banner.full.odb-liees .line.badges {
  position: absolute;
  bottom: 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.banner.full.odb-liees .line.badges .badge {
  display: flex;
  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;
}
/*# sourceMappingURL=maps/slice-linked-odb.css.map */
