.breve-archive__grid,
.fr-pagination__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* Centrer la pagination */
.fr-pagination {
    display: flex;
    justify-content: center;
}

.fr-pagination__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem;
}

/* -------------------------------------------------------
   fr-tag catégorie sur l'image — fond blanc transparent + texte bleu
------------------------------------------------------- */
.breve-tag-categorie {
    background-color: rgba(255, 255, 255, 0.82) !important;
    color: #000091 !important;
    border: none !important;
    box-shadow: none !important;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.breve-tag-categorie:hover {
    background-color: rgba(255, 255, 255, 0.95) !important;
    color: #000091 !important;
}

/* -------------------------------------------------------
   Badge À la une — étoile + texte
------------------------------------------------------- */
.breve-badge-une {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

/* Supprimer l'icône foudre native du fr-badge--new */
.breve-badge-une::before {
    display: none !important;
}

.breve-archive__row-une {
    margin-left: 0.3rem;
    margin-right: -0.5rem;
}

.breve-archive__row-une>[class*="fr-col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* Hauteur pleine sur la carte une */
.breve-archive__card--une {
    height: 100%;
}

.breve-archive__card .fr-card__img {
    min-height: 120px;
    background-color: #eeeeee;
}

.breve-archive__card .fr-card__header {
    position: relative;
}

.breve-archive__card .fr-card__header .fr-tags-group {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
}

.breve-archive__card .fr-card__title a {
    font-family: "Karma", Arial, sans-serif;
    font-weight: 300;
    color: var(--text-title-grey);
    font-size: 1.2rem;
}

.fr-select {
  background-color: #f7f7f7;
}