.sous_collection-wrapper {
    width: 100%;
    overflow-x: auto;
}

.sous_collection-container {
    width: max-content;
}
 
.sous_collection-link {
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
}

.sous_collection-link-active,
.sous_collection-link:hover {   
    background-image: linear-gradient(120deg,#f2dee5,#f2dee5);
    background-repeat: no-repeat;
    background-size: 100% 35%;
    background-position: 0 100%;
    text-decoration: none;
}