.facettes-links{
    display:flex;
    margin-bottom:10px;
}
.facettes-links .more{
    color: #FA7C04;
    margin-right:5px;
    min-width: 60px;
    align-self: flex-start;
    font-weight:bold;
}

.facettes-links .links{
    display:flex;
    flex-wrap: wrap;
    align-self: flex-start;
}

.facettes-links .links a{
    padding-bottom: 10px;
    margin-bottom: 14px;
    margin-left: 14px;
    position:relative;
}

.facettes-links .links a::after{
    position: absolute;
    content: "";
    background-color: rgb(231, 231, 231);
    height: 4px;
    width: 100%;
    bottom: 0;
    left:0;
}

.facettes-links .links a:hover{
    color: #06B;
}

.facettes-links .links a:hover::after{
    background-color: #06B;
}