.tematik_renvoi {
  display: block;
  color: #343a40;
}

.tematik_renvoi .tematik_renvoi-contenu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}

.tematik_renvoi .tematik_renvoi-contenu::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(280deg, #F12958, #AD00D2);
  background: linear-gradient(170deg, #F12958, #AD00D2);
  z-index: -1;
}

.tematik_renvoi .tematik_renvoi-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: block;
  margin-bottom: 0;
  width: 7rem;
  min-height: 7rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tematik_renvoi .tematik_renvoi-texte {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.2;
  padding: 0.75rem 1.5rem;
}

.tematik_renvoi .tematik_renvoi-texte strong {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #fff;
  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 .tematik_renvoi-texte strong {
    font-size: 1.06875rem;
  }
}

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

.tematik_renvoi .tematik_renvoi-texte small {
  margin-top: 0.5rem;
  display: block;
  color: #fff;
  font-size: 0.875rem;
}

.tematik_renvoi:hover .tematik_renvoi-contenu {
  background: #AD00D2;
}
