/* Cartes téléchargement de fichiers */

.carte-fichier {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem 1rem 1rem !important;
  gap: 1rem;
  width: fit-content;
  text-decoration: none !important;
  border-radius: 1.125rem !important;
  background: #fff !important;
  box-shadow: 0 6px 21.6px 0 rgba(0, 0, 0, 0.1) !important;
}

.carte-fichier__icone {
  height: min-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carte-fichier__icone svg {
  width: 50px;
  height: 50px;
}

.carte-fichier__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.325rem;
  color: black;
}
