.pdf {
    background: #fff url(https://cdn.tanguay.ca/images/assets/ftp/refonte2021/icon-pdf.svg);
    background-repeat: no-repeat;
    background-position: center left 0px;
    background-size: contain;
    height: auto;
    padding: 4px 20px 4px 35px;
    color: var(--dark_grey);
    font-weight: 700;
    text-decoration: underline;
    width: 100%;
}