.listes {
  padding:25px 40px;
  border-radius: 25px;
  margin-bottom: 20px;
}

.liste {
  padding-left: 0px;
  padding-right: 0px;
}

.liste-content {
  transition: 0.2s ease-in-out;
}

/* .liste-content:hover {
      transform: scale(1.05);
      z-index: 10;
      background-color: var(--gray-300);
} */
@media (min-width:1200px) {
  .liste-content {
    font-size: 1.8rem;
  }
}

/* .liste-content::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
} */

.liste-inner a {
  width: 100%;
  height: 100%;
}

.liste-inner a,
.liste-inner {
  display: flex;
  align-items: center;
}

.liste-icon {
  height: 55px;
  width: 55px;
  margin-bottom: 10px;
}
.liste-icon img {
  max-height: 100%;
}