.miniature-image-window {
  height: 175px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.miniature-label {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 70px;
  padding: 7px 14px;
}

.job .miniature-label {
  background: #444871;
}

.miniature-titre {
  font-family: Marianne;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: white;
}

.job .miniature-titre {
  font-size: 14px !important;
}

.miniature-date {
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    text-align: left;
    margin-bottom: 0;
}

.miniature-source {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 200;
    text-align: left;
    font-style: italic;
    margin-bottom: 0;
}

.miniature-corpus {
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    text-align: left;
    font-style: italic;
    margin-bottom: 0;
}
