.auteurs-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;margin-top:30px}
.auteur-card{text-align:center}
.auteur-photo{width:100%;max-width:170px;aspect-ratio:28/36;margin:0 auto 12px;border-radius:50%;overflow:hidden}
.auteur-photo img{width:100%;height:100%;object-fit:cover}
.auteur-nom{font-weight:700;color:#ffffff}
.auteur-info{font-size:.85em;font-weight:700;color:#000000;margin-top:4px}
.auteur-badge{font-size:.85em;font-weight:700;color:#000000;margin-top:4px}
.auteur-card--annule .auteur-nom{text-decoration:line-through;text-decoration-color:#000000}
.auteur-lien{text-decoration:none;color:inherit}
@media(max-width:768px){.auteurs-grid{grid-template-columns:repeat(2,1fr)}}
