/* ────────────────
   Custom Box – style du titre
   ──────────────── */
.plugin-custombox h2 {
  font-size: 1.3em;           /* un peu plus grand qu'avant */
  color: #e67e23;             /* couleur du site de Virginie */
  text-align: center;
  position: relative;
  margin: 1.4em 0 0.9em 0;
  padding: 0.2em 0;
  line-height: 1.3;
}

/* lignes décoratives à gauche et à droite du titre */
.plugin-custombox h2::before,
.plugin-custombox h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20%;                 /* plus court qu’avant, pour laisser de l’espace autour du texte */
  height: 2px;
  background-color: #e67e23;
  transform: translateY(-50%);
}

.plugin-custombox h2::before {
  left: 0;
}

.plugin-custombox h2::after {
  right: 0;
}

/* Texte sous la carte */
.plugin-custombox .map-caption {
  font-size: 0.7rem;
  line-height: 1.4;
  margin-top: 0.6em;
  text-align: left;
  text-align: justify; 
  color: #444;
}
