/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.card-news {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.card-news img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.card-news__loader {
  width: 100%;
}
.card-news__caption {
  min-height: 15rem;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 5rem;
  padding: 2rem 2rem 0 0;
}
.card-news__title {
  color: #202243;
  line-height: 1.4;
  max-height: 8rem;
  overflow: hidden;
  max-width: 35rem;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .card-news__title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 48em) {
  .card-news__title {
    font-size: 1.7rem;
  }
}
.card-news .inline-tags {
  margin-top: 0.5rem;
  max-width: 35rem;
}
.card-news--big {
  max-height: 61rem;
}
.card-news--inline img {
  height: 35rem;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .card-news--inline img {
    height: 22rem;
  }
}
.card-news--inline .card-news__caption {
  position: static;
  background: transparent;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .card-news--banner {
    height: 36rem;
  }
}
.card-news--banner .card-news__caption {
  background: unset;
  padding-left: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .card-news--banner .card-news__caption {
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.card-news--banner .card-news__infos__category,
.card-news--banner .card-news__infos__date,
.card-news--banner .card-news__title {
  color: white;
}
.card-news--banner .card-news__title {
  max-height: unset;
  font-size: 3.4rem;
  max-width: 50rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .card-news--banner .card-news__title {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=app-card-news.css.map */
