.tematik_renvoi--basique {
  position: relative;
  display: block;
  color: #4a4546;
  z-index: 0;
}

.tematik_renvoi--basique .tematik_renvoi-contenu {
  width: 100%;
}

.tematik_renvoi--basique .tematik_renvoi-image {
  position: relative;
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .tematik_renvoi--basique .tematik_renvoi-image {
    height: 20rem;
    width: 20rem;
    line-height: 20rem;
    text-align: center;
  }
  .tematik_renvoi--basique .tematik_renvoi-image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
  }
}

.tematik_renvoi--basique .tematik_renvoi-texte {
  display: block;
  line-height: 1.2;
  margin-top: 1.5rem;
  text-align: center;
}

.tematik_renvoi--basique .tematik_renvoi-texte strong {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: inherit;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 900;
  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.125rem;
  display: block;
  text-align: center;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}

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

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

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

.tematik_renvoi--basique:hover {
  color: #4a4546;
}

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

.tematik_renvoi--basique:hover .tematik_renvoi-texte strong {
  color: #ee7203;
}
