section.header-bien{
    display: flex;
    grid-gap: 12.5px;
    align-items: center;
    margin-bottom: 10px;
}

section.header-bien a,
section.header-bien span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: flex-end;
    color: var(--noir);
}

section.header-bien span{
    font-weight: 600;
}