/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.card-document figure {
  margin: 0;
  max-height: 50rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.card-document img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 35rem;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .card-document img {
    max-height: 22rem;
  }
}
.card-document__caption {
  min-height: 15rem;
  right: 5rem;
  padding: 2rem 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-document__title {
  color: #202243;
  line-height: 1.13;
  max-height: 8rem;
  overflow: hidden;
  max-width: 35rem;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .card-document__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 48em) {
  .card-document__title {
    font-size: 2rem;
  }
}
.card-document .inline-tags {
  margin-top: 0.5rem;
  max-width: 35rem;
}
/*# sourceMappingURL=app-card-document.css.map */
