.field-documents {
    margin: 24px 0;
}

.field-documents > div {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.file-link {
    padding: 24px;
    background: var(--secondary-gris-perle);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: var(--primary-noir);
}

.file-link__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.file-metadata {
    font-size: 14px;
    line-height: 141%;
}

.file-type {
    text-transform: uppercase;
}

.file-label {
    font-family: var(--title-font-family);
    font-size: 18px;
    /* 20px dans sidebar expertise... */
    font-weight: 700;
    line-height: 120%;
}