.tematik_fichier {
  display: block;
  color: #2c292a;
  text-align: center;
  border-radius: 1.5rem;
}

.tematik_fichier-icone {
  height: 6.5rem;
  width: 6.5rem;
  line-height: 6.5rem;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 0 2.78571rem;
  background-color: #ee7203;
  color: #fff;
  font-size: 2.5rem;
  -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;
}

.tematik_fichier-icone::before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93b";
}

.tematik_fichier-texte {
  display: block;
  padding: 1.5rem 1.5rem;
  background-color: #fff;
  -webkit-transition: border 0.4s, background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: border 0.4s, background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  -moz-transition: border 0.4s, background 0.4s, box-shadow 0.4s, color 0.4s;
  transition: border 0.4s, background 0.4s, box-shadow 0.4s, color 0.4s;
  transition: border 0.4s, background 0.4s, box-shadow 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  margin-top: -3.25rem;
  padding-top: 4.5rem;
  line-height: 1.2;
}

.tematik_fichier-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: 0.9rem;
  display: block;
}

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

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

.tematik_fichier-texte small {
  margin-top: 0.25rem;
  display: block;
  font-size: 0.875rem;
  opacity: 0.6;
}

.tematik_fichier:hover {
  color: #fff;
}

.tematik_fichier:hover .tematik_fichier-icone {
  background-color: #2c292a;
  color: #ee7203;
}

.tematik_fichier:hover .tematik_fichier-texte {
  background-color: #ee7203;
}

/*# sourceMappingURL=../../../sourcemaps/css/theme/blocs/tematik_fichier/view.css.map */
