.auteurs-ressource{
    list-style: none;
    padding: 0;
    margin:0;
    display:inline-table;
}

.auteurs-ressource li {
    font-size: 18px;
    display: inline-flex;
    font-weight:500;
}
.auteurs-ressource li:first-child::before {
    content: 'Par :';
    font-size: 18px;
    font-weight: 700;
    display: flex;
    width: 40px;
    flex-wrap: wrap;
    
}
.auteurs-ressource li:last-child > span{
    display: none;
}

.auteurs-ressource li a:hover{
    text-decoration: underline;
    color:var(--wp--preset--color--accent-1);
}

.contenu .auteurs-ressource li a{
    font-family: var(--wp--preset--font-family--noka);
    font-weight:600;
    font-size:1.5rem;
    color:var(--wp--preset--color--accent-1);
    text-decoration: none;
}
.contenu .auteurs-ressource li a:hover{
    text-decoration: underline;
}
.contenu .auteurs-ressource li:first-child::before  {
    content:'';
    font-size: 18px;
    font-weight: 600;
    display: flex;
    width: 0px;
    flex-wrap: wrap;
}
