.tematik_fichier {
  display: inline-block;
  border-radius: 0;
}

.tematik_fichier-icone {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  font-size: 1.5rem;
  color: #AD00D2;
  z-index: 1;
}

@media (min-width: 576px) {
  .tematik_fichier-icone {
    left: 0;
  }
}

.tematik_fichier-icone::before, .tematik_fichier-icone::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

.tematik_fichier-icone::before {
  width: 4.75rem;
  height: 4.75rem;
  border: 0.125rem solid #AD00D2;
  background: #fff;
}

.tematik_fichier-icone::after {
  width: 4rem;
  height: 4rem;
  border: 0.0625rem solid #F12958;
}

.tematik_fichier-texte {
  position: relative;
  padding: 3.5rem 3rem 2rem;
  background: transparent;
  line-height: 1.2;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}

@media (min-width: 576px) {
  .tematik_fichier-texte {
    padding: 2rem 3rem;
  }
}

.tematik_fichier-texte::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_fichier-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;
  margin-bottom: 0.5rem;
}

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

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

.tematik_fichier-texte small {
  display: block;
  font-size: 0.875rem;
  color: #fff;
}

.tematik_fichier:hover .tematik_fichier-texte {
  background: #AD00D2;
}
