.page-secteurs {
  padding: 4rem 2rem;
  background-color: #f9f9f9;
  max-width: 1100px;
  margin: auto;
}

.titre-page {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--bleu, #2c3e50);
}

.secteur {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  padding: 2rem;
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.secteur .icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--bleu-clair, #3498db);
  text-align: center;
}

.secteur h2 {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  text-align: center;
}

.secteur p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  text-align: justify;
}
