.pdf {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 25px;
    display: inline-block;
    width: 200px; 
}

.picto_png {
    height:30px;
    float: left;
    margin-right: 10px;
}

.poids {
    font-size: 12px;
}

.titreAnnee{
    border-bottom:2px solid #009cb4;
    font-weight: 800;
}

.contenuEdition{
    margin-left: 20px;
    margin-right:20px;
}

.edition{
    color:#555555;
    font-family: var(--fontParagraphe);
    font-size: 15px;
}

.edition:hover{
    color: #009cb4;
}