/* ===== MUTUELLE SANTÉ PAGE ===== */

/* Section Hero de la page Mutuelle Santé */
.mutuelle-sante-hero-section {
  background-color: var(--color-white);
  padding: 80px 0;
}

.mutuelle-sante-hero-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Responsive de la section hero */
@media (max-width: 1024px) {
  .mutuelle-sante-hero-section {
    padding: 60px 0;
  }
  
  .mutuelle-sante-hero-section__container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .mutuelle-sante-hero-section {
    padding: 50px 0;
  }
  
  .mutuelle-sante-hero-section__container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .mutuelle-sante-hero-section {
    padding: 40px 0;
  }
  
  .mutuelle-sante-hero-section__container {
    padding: 0 15px;
  }
}
