.files_block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.files_row {
    border: 0 solid #d9d9d9;
    border-top-width: 1px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 875px;
    padding: 10px 4px;
    text-decoration: none;
    display: flex;
}

.files_row-2 {
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 875px;
    padding: 10px 4px;
    text-decoration: none;
    display: flex;
}

.files_row-picto {
    grid-column-gap: 10px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 5px;
    text-decoration: none;
    display: flex;
    overflow: hidden;
}

.files_row-picto-2 {
    grid-column-gap: 10px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    text-decoration: none;
    display: flex;
    overflow: hidden;
}

.breadcrumb_link {
    grid-column-gap: 10px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.paragraph-3 {
    color: #404040;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
}

.breadcrumb_separator {
    object-fit: cover;
}