
/* Centrage fluide adaptatif */
.main-wrapper {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem;
}
