/* 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%));
}
*/
.linked-news {
  padding-bottom: 20px;
}

.linked-news {
  overflow: hidden;
}
.linked-news h2 {
  margin-top: 0;
  margin-bottom: 44Px;
}
@media screen and (max-width: 767px) {
  .linked-news h2 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .linked-news > .content {
    padding-left: 0;
    padding-right: 0;
  }
  .linked-news > .content h2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .linked-news > .content .cta {
    padding: 0 20px;
  }
  .linked-news > .content .cta a {
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .linked-news .hub-contenu--content {
    padding: 0 !important;
  }
}
.linked-news .hub-contenu--content .contenu.card {
  width: 33.33%;
}
.linked-news .hub-contenu--content .contenu.card .contenu-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 218px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .linked-news .hub-contenu--content .contenu.card .contenu-img {
    height: 140px;
  }
}
.linked-news .hub-contenu--content .contenu.card .contenu-img img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .linked-news .hub-contenu--content .contenu.card .contenu-img img {
    padding-left: 0 !important;
  }
}
.linked-news .hub-contenu--content .contenu.card .img-bck {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 1175px) {
  .linked-news .hub-contenu--content .contenu.card .contenu-content {
    top: 51%;
    padding: 24px 32px;
  }
}
@media screen and (min-width: 1175px) {
  .linked-news .hub-contenu--content .contenu.card {
    height: 380px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .linked-news .hub-contenu--content .contenu.card {
    height: 330px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .linked-news .hub-contenu--content .contenu.card {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .linked-news .hub-contenu--content .contenu.card {
    padding-left: 20px !important;
    height: 370px;
    margin-bottom: 0;
  }
  .linked-news .hub-contenu--content .contenu.card .contenu-img img {
    padding-left: 20px;
  }
}
.linked-news .hub-contenu--content .contenu.card .cta {
  margin-top: 20px;
}
.linked-news .hub-contenu--content .contenu.card:hover .contenu-content {
  top: 36px;
  padding: 18px 18px 4px 18px;
}
@media screen and (min-width: 1175px) {
  .linked-news .hub-contenu--content .contenu.card:hover .contenu-content {
    padding: 24px 32px;
  }
}
@media screen and (max-width: 1400px) {
  .linked-news .hub-contenu--content .contenu.card:hover .contenu-content {
    padding: 24px 32px 4px 32px;
  }
}
@media screen and (max-width: 1175px) {
  .linked-news .hub-contenu--content .contenu.card:hover .contenu-content {
    padding: 18px 18px 4px 18px;
  }
}
@media screen and (max-width: 1024px) {
  .linked-news .hub-contenu--content .contenu.card:hover .contenu-content {
    top: unset;
  }
}
@media screen and (max-width: 767px) {
  .linked-news .hub-contenu--content .contenu-content {
    margin-top: 0 !important;
    max-width: 100%;
    width: 100%;
    padding: 18px 24px 18px 44px;
    text-align: center;
  }
  .linked-news .hub-contenu--content .slick-list {
    padding-right: 50px;
  }
  .linked-news .hub-contenu--content .slick-list .slick-slide {
    height: 100% !important;
  }
  .linked-news .hub-contenu--content .contenu-img {
    min-height: 204px;
  }
  .linked-news .hub-contenu--content img {
    height: auto;
    width: auto;
  }
  .linked-news .hub-contenu--content:not(.slick-initialized) {
    flex-wrap: nowrap;
    width: 170%;
  }
  .linked-news .hub-contenu--content:not(.slick-initialized) .contenu.card {
    width: 100%;
    min-height: 400px;
    padding: 0 !important;
    margin-left: 20px;
  }
  .linked-news .hub-contenu--content:not(.slick-initialized) .contenu.card:nth-child(n+3) {
    display: none !important;
  }
}
/*# sourceMappingURL=maps/slice-linked-news.css.map */
