.groupfeature-title{
    font-family: inherit;
    margin: 30px 0px 5px;
    padding: 8px 10px;
    word-break: break-word;
    font-weight: bold;
    font-size: 16px;
}
.product-features dl.data-sheet{
    margin-bottom: 0.2rem;
}
.product-features{
    margin-bottom: 30px;
}
.product-features pre {
    margin-bottom: 0;
}
.empty-title{
   margin-bottom: 0;
}
.feat-name span{
    display: none;
}
#sld-characteristics tr td{
   vertical-align: top;
}
.groupe-features-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #00306D;
    cursor: pointer;
}
.groupe-features-title .material-icons {
    transition: .3s transform;
}
.groupe-features-title.collapsed .material-icons {
    transform: rotate(180deg);
}
#sld-characteristics .table-responsive{
    font-size: 15px;
    margin-bottom: 0;
}
#sld-characteristics tbody{
    display: inline-table;
    width: 100%;
}
#sld-characteristics tbody th{
    width: 50%;
}
#sld-characteristics tbody th,
#sld-characteristics tbody td {
    border-top: none;
    padding: 4px;
}
#sld-characteristics tbody td {
    text-align: right;
}
#sld-characteristics tbody tr:hover {
    background-color: #F7F7F7;
}