.way-telechargement {
  margin-top: 1rem;
}

.way-download-category {
  margin-bottom: 2.5rem;
}

.way-download-category h2 {
  margin: 0 0 1.5rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid #20c4c8;
  color: #20c4c8;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
}

.way-download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 2.5rem 3rem;
  align-items: start;
}

.way-download-card {
  text-align: center;
}

.way-download-cover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 212px;
  margin-bottom: .75rem;
}

.way-download-cover img {
  max-width: 150px;
  max-height: 212px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .15s ease, opacity .15s ease;
}

.way-download-cover:hover img {
  transform: translateY(-2px);
  opacity: .9;
}

.way-download-title {
  display: block;
  color: #666;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  word-break: break-word;
}

.way-download-title:hover {
  text-decoration: underline;
}

.way-download-size {
  display: block;
  color: #666;
  font-size: .95rem;
}
