.tematik_renvoi--image {
  position: relative;
  display: block;
  color: #fff;
  z-index: 0;
}

.tematik_renvoi--image .tematik_renvoi-contenu {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.tematik_renvoi--image .tematik_renvoi-image {
  position: relative;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.tematik_renvoi--image .tematik_renvoi-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151515;
  opacity: 0.2;
  z-index: -1;
  -webkit-transition: opacity 0.4s, background-color 0.4s;
  -moz-transition: opacity 0.4s, background-color 0.4s;
  transition: opacity 0.4s, background-color 0.4s;
}

.tematik_renvoi--image .tematik_renvoi-image:before {
  opacity: 0.3;
}

.tematik_renvoi--image .tematik_renvoi-texte {
  display: block;
  line-height: 1.2;
  padding: 2rem;
}

.tematik_renvoi--image .tematik_renvoi-texte strong {
  margin-bottom: 1rem;
  line-height: 1;
  color: inherit;
  font-family: "Decalotype", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-size: 1.0625rem;
  display: block;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .tematik_renvoi--image .tematik_renvoi-texte strong {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .tematik_renvoi--image .tematik_renvoi-texte strong {
    font-size: 1.25rem;
  }
}

.tematik_renvoi--image .tematik_renvoi-texte small {
  display: inline-block;
  color: #808080;
  font-family: "Decalotype", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
  opacity: 0.6;
}

.tematik_renvoi--image:hover {
  background-color: #D31B21;
  color: #fff;
}

.tematik_renvoi--image:hover .tematik_renvoi-image:before {
  background-color: #D31B21;
  opacity: 0.8;
}
