/* Liste d'annonces */
.conteneur-liste-annonces .punchline-annonces p
{
    font-family:"Poppins", Sans-Serif;
    font-weight:600; /* SemiBold */
    font-size:20px;
}

/* Titre "Annonces à la Une" */
.annonces-une-header {
  margin: 30px 0 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.annonces-une-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.annonces-une-header .filet-dore {
  height: 3px;
  background: #d8b26f;
  flex-grow: 1;
}