.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: #AD00D2;
  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;
}

@supports (mix-blend-mode: multiply) or (-webkit-mix-blend-mode: multiply) {
  .tematik_renvoi--image .tematik_renvoi-image:before {
    opacity: 0.3;
    mix-blend-mode: multiply;
  }
}

.tematik_renvoi--image .tematik_renvoi-texte {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.2;
  padding: 2rem;
  background: -moz-linear-gradient(280deg, #F12958, #AD00D2);
  background: linear-gradient(170deg, #F12958, #AD00D2);
  opacity: 0.8;
}

.tematik_renvoi--image .tematik_renvoi-texte strong {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: inherit;
  font-family: "Anodina", 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.0125rem;
  letter-spacing: 0.15rem;
  display: block;
}

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

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

.tematik_renvoi--image .tematik_renvoi-texte small {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  opacity: 0.6;
}

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

.tematik_renvoi--image:hover .tematik_renvoi-image:before {
  background-color: #AD00D2;
  opacity: 0.6;
}
