/* 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%));
}
*/
.suggestion-slider {
  height: auto;
}
.suggestion-slider .slick-track {
  min-width: 100%;
}
@media only screen and (max-width : 1080px) {
  .suggestion-slider .slick-list.draggable {
    padding-right: 20%;
  }
}
.suggestion-slider .slick-slide {
  padding-right: 36px;
}
.suggestion-slider .slick-slide > div {
  height: 100%;
}

.suggestion-recherche {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.suggestion-recherche > div:first-child {
  min-height: 96px;
}
.suggestion-recherche-block.banner.full {
  margin-bottom: 0;
  padding-top: 0;
}
@media only screen and (max-width : 1080px) {
  .suggestion-recherche-block.banner.full {
    margin-bottom: 36px;
  }
}
.suggestion-recherche-block.banner.full > .content {
  padding-top: 67px;
  padding-bottom: 80px;
}
@media only screen and (max-width : 1080px) {
  .suggestion-recherche-block.banner.full > .content.load-js {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .suggestion-recherche-block.banner.full > .content.load-js .suggestion-slider {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .suggestion-recherche-block.banner.full > .content {
    padding-right: 0;
    padding-bottom: 52px;
    overflow: hidden;
  }
  .suggestion-recherche-block.banner.full > .content .suggestion-slider {
    width: 150%;
  }
}
.suggestion-recherche-block.banner.full > .content h2 {
  margin: 0;
}
.suggestion-recherche-block.banner.full > .content:not(.padding-top-0) {
  padding-bottom: 54px;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .suggestion-recherche-block.banner.full > .content:not(.padding-top-0) {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .suggestion-recherche-block.banner.full > .content:not(.padding-top-0) {
    padding-bottom: 31px;
  }
}
.suggestion-recherche-block.banner.full > .content:not(.padding-top-0) .slider-nav-top--nav {
  padding-top: 5px;
}
.suggestion-recherche-block.banner.full > .content.suggestion-header {
  padding-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .suggestion-recherche-block.banner.full > .content.suggestion-header {
    padding-bottom: 5px;
  }
}
.suggestion-recherche-block.banner.full .suggestion-slider {
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width : 1080px) {
  .suggestion-recherche-block.banner.full .suggestion-slider {
    width: 100%;
  }
}
.suggestion-recherche-block.banner.full .suggestion-slider > li {
  width: 23%;
  margin-right: 2.66%;
}
.suggestion-recherche-block.banner.full .suggestion-slider > li:nth-child(n+5) {
  display: none !important;
}
.suggestion-recherche-block.banner.full .suggestion-slider > li:nth-child(4) {
  margin-right: 0;
}
.suggestion-recherche-block.banner.full .suggestion-slider > li > div:first-child {
  flex-grow: 1;
}
.suggestion-recherche-block.banner.full .suggestion-slider > li .js-link {
  color: #008859;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.89;
}
.suggestion-recherche-block.banner.full .suggestion-slider > li .js-link:hover {
  color: #04AF6E;
}
@media screen and (max-width: 1024px) {
  .suggestion-recherche-block.banner.full .suggestion-slider > li {
    width: 31%;
    margin-right: 3.5%;
  }
  .suggestion-recherche-block.banner.full .suggestion-slider > li:nth-child(n+4) {
    display: none !important;
  }
  .suggestion-recherche-block.banner.full .suggestion-slider > li:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .suggestion-recherche-block.banner.full .suggestion-slider > li {
    width: 47%;
    margin-right: 6%;
  }
  .suggestion-recherche-block.banner.full .suggestion-slider > li:nth-child(n+3) {
    display: none !important;
  }
  .suggestion-recherche-block.banner.full .suggestion-slider > li:nth-child(2) {
    margin-right: 0;
  }
}
.suggestion-recherche-block.banner.full .suggestion-slider .slick-list {
  width: 100%;
}
.suggestion-recherche .title > * {
  margin: 0;
}
.suggestion-recherche .title > * a {
  color: #1C2D37;
}
.suggestion-recherche .title > * a:hover {
  color: #04AF6E;
}
.suggestion-recherche img {
  width: 24px;
  margin: 0;
  margin-bottom: 16px;
}
.suggestion-recherche > .content:first-child {
  padding-bottom: 50px;
}
.suggestion-recherche .grey-separator {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #EBEDEF;
  left: 0;
  z-index: 1;
  margin: 24px 0 18px 0;
}
.suggestion-recherche .text a,
.suggestion-recherche .text .js-link {
  font-family: "BNPPSans", "Open Sans" !important;
  font-weight: bold;
  color: #008859 !important;
}
@media screen and (min-width: 1175px) {
  .suggestion-recherche .text a:hover,
  .suggestion-recherche .text .js-link:hover {
    color: #04AF6E !important;
  }
  .suggestion-recherche .text a:hover .icon,
  .suggestion-recherche .text .js-link:hover .icon {
    color: #04AF6E !important;
  }
}
.suggestion-recherche .text a:focus, .suggestion-recherche .text a:active,
.suggestion-recherche .text .js-link:focus,
.suggestion-recherche .text .js-link:active {
  color: #04AF6E !important;
}
.suggestion-recherche .text a:focus .icon, .suggestion-recherche .text a:active .icon,
.suggestion-recherche .text .js-link:focus .icon,
.suggestion-recherche .text .js-link:active .icon {
  color: #04AF6E !important;
}
@media screen and (max-width: 767px) {
  .suggestion-recherche .text a,
  .suggestion-recherche .text .js-link {
    font-size: 17px;
  }
}
.suggestion-recherche .text {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .suggestion-recherche .text {
    align-items: flex-start;
  }
}
.suggestion-recherche .text .icon {
  margin-left: 12px;
  line-height: 100%;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .suggestion-recherche .text .icon {
    padding-top: 7px;
  }
}
/*# sourceMappingURL=maps/slice-hub-suggestions.css.map */
