table{
    border-collapse: collapse;
    border: 2px solid var(--bs-dark);
    font-family: sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
}
th,td{
    border: 1px solid var(--bs-dark);
}
td{
    text-align: right;
    font-weight: 600;
}
.Titre{
    background-color: var(--bs-orange) !important;
    color: var(--bs-white);
    text-align: left;
}
.SousTitre{
    text-align: left;
    font-weight: 800;
    font-size: 13px;
}
tr:hover{
    background-color: rgba(128, 128, 128, 0.151) !important;
}
.Nom{
    width: 8%;
}
li:hover{
    background-color: rgba(128, 128, 128, 0.336);
}
.burger-lines{
    background-color: #888;
}

@media screen and (min-width: 360px) and (max-width: 768px){
    #SideB1{
        width: 4.5rem !important;
        white-space: nowrap;
        overflow: hidden;
    }
    #HideSb2{
        visibility: hidden;
        overflow: hidden;
    }
    li{
        margin-left: -16px !important;
    }
    #LogoSb2{
        margin-left: -15px !important;
        display: block !important;
    }
    #SvgSb2{
        height: 25px;
    }
    #BtSb2{
        border-bottom:  1px solid var(--bs-gray) !important;
    }
    .BTopSb2{
        border-top:  1px solid var(--bs-gray) !important;
    }
    #Tab{
        width: calc(100% - 100px) !important;
    }
    #pict{
        width: 100%;
        margin-left: 7px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1400px){
    #SideB1{
        width: 4.5rem !important;
        white-space: nowrap;
        overflow: hidden;
    }
    #HideSb2{
        visibility: hidden;
        overflow: hidden;
    }
    li{
        margin-left: -16px !important;
    }
    #LogoSb2{
        margin-left: -15px !important;
    }
    #SvgSb2{
        height: 25px;
    }
    #BtSb2{
        border-bottom:  1px solid var(--bs-gray) !important;
    }
    .BTopSb2{
        border-top:  1px solid var(--bs-gray) !important;
    }
    #Tab{
        width: calc(100% - 100px) !important;
    }
}