.bloc-secteur {
  border-left: 5px solid #0077cc;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.bloc-secteur h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #222;
  border-bottom: 2px solid #0077cc;
  padding-bottom: 0.3rem;
}

/* === FORMATIONS TREMPLINS === */
.bloc-tremplins {
  margin-bottom: 2rem;
}

.bloc-tremplins h3 {
  font-size: 1.2rem;
  color: #b3003a;
  border-bottom: 2px solid #b3003a;
  display: inline-block;
  margin-bottom: 1rem;
}

.bloc-tremplins p {
  margin: 0.3rem 0;
  font-size: 1rem;
  color: #444;
  padding-left: 1.5rem;
  position: relative;
}

.bloc-tremplins p::before {
  content: "🎓";
  position: absolute;
  left: 0;
}

/* === MÉTIERS COMPATIBLES === */
.bloc-metiers {
  margin-top: 1.5rem;
}

.bloc-metiers h3 {
  font-size: 1.2rem;
  color: #007744;
  border-bottom: 2px solid #007744;
  display: inline-block;
  margin-bottom: 1rem;
}

.metier {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f6f6f6;
  border-left: 4px solid #00aa88;
  border-radius: 6px;
}

.metier a {
  font-weight: bold;
  font-size: 1.05rem;
  color: #0057a0;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
}

.metier a:hover {
  text-decoration: underline;
  color: #003366;
}

/* === FORMATIONS AFFICHÉES PAR MÉTIER === */
.formation-metier {
  font-size: 0.95rem;
  color: #333;
  margin: 0.25rem 0;
  padding: 0.25rem 0.5rem;
  background-color: #f5f5f5;
  border-radius: 4px;
  display: block;
}

.formation-metier.alt {
  background-color: #e8e8e8;
}

/* Liens à l’intérieur de .formation-metier */
.formation-metier a {
  font-size: 1rem;
  display: inline;
  font-weight: 400;
  color: #005999;
  text-decoration: none;
}

.formation-metier a:hover {
  text-decoration: underline;
  color: #003366;
}

/* Préfixe flèche */
.formation-metier::before {
  content: "→ ";
  color: #888;
}

/* Forcer l’alignement gauche des <p> (précaution) */
p {
  text-align: left !important;
}

a.nom-metier {
  color :#222;
}
a.nom-metier:hover {
  color :#b3003a;
}