/* RÈGLE ULTRA-FORTE POUR FORCER EN COLONNE */
.competence-grid {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 2.5rem !important;
  width: 100% !important;
}

.competence-item {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
  display: block !important;
}
