/* Styles pour la section des partenaires */
.partners-section {
  padding: 3rem 0;
}

.partners-section .partners-intro {
  color: #000;
  margin-bottom: 0;
}

.partner-logo {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  max-height: 150px;
  max-width: 100%;
  object-fit: contain;
}

.partner-logo__img--ministry {
  max-height: 95px;
}

.partner-label {
  font-family: 'HK Grotesk', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  margin: 0.75rem auto 0;
  line-height: 1.4;
  max-width: 220px;
}

.partner-label--ministry {
  color: #006B3C;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .partner-logo {
    height: 125px;
    margin-bottom: 12px;
  }

  .partner-logo img {
    max-height: 115px;
  }

  .partner-logo__img--ministry {
    max-height: 75px;
  }

  .partner-label {
    font-size: 0.72rem;
    margin: 0.5rem auto 0;
    max-width: 160px;
  }
}
