.onglet{
    color: #fff;
    font-size: 22px;
    background-color: rgb(176, 166, 224)!important;;
    height: 65px;
    padding: 5px 15px;
    padding-bottom: 5px;
    margin-right: 5px;
    margin-left: 10px;
    padding-bottom: 30px;
    vertical-align: top;
    top: 15px;
    position: relative;
    display: inline-block;
    box-shadow: 3px 6px 12px rgb(0 0 0 / 20%);
    z-index: 1;
    border: 3px solid #fff;
    text-decoration: none;
    border-radius: 6px;
    transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
}

.active a{
    background-color: rgb(113, 90, 226)!important;
}

.tabs-expand > ul.tabs-list > li.active {
    border: none;
}


table.dataTable tbody td {
    padding: 0px!important;    
}

table.dataTable tbody tr {      
    margin-bottom: 5px !important;
}


.removefavoris{
    background: url("../img/coeur-rouge.png");
    width: 30px;
    height:30px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
    vertical-align: middle;
}

.favoris{
    background: url("../img/coeur.png");
    width: 30px;
    height:30px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
    vertical-align: middle;
}

.tagsButton{
    background-color: #12a36c;
}