.tabs .nav-tabs {
    border-bottom: 3px solid #000 !important;
}
.tabs .nav-tabs .active {
    border-bottom: solid 2px #000 !important;
}

/* Onglets produit */
.tabs .nav-tabs .nav-link {
    background: transparent;
    font-weight: 400 !important;
    color: #000 !important;
    padding: 12px 30px;

}
.tabs .nav-tabs .nav-link.active {
    background: #000;
    color: #fff !important;
    border: 0;
    border-bottom: inherit !important;
}
.tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: inherit !important;
}