.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #333 !important;
    border: 1px solid var(--main-color-fourth);
    background-color: var(--main-color-fourth);
    background: var(--main-color-fourth) !important;
    padding: 0px 10px;
    margin: 0px 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid var(--main-color-fourth);
    background-color: #333;
    background: var(--main-color-fourth) !important;
    padding: 0px 10px;
    margin: 0px 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: var(--main-color-fourth);
    background: var(--main-color-fourth) !important;
    box-shadow: inset 0 0 3px var(--main-color-fourth);
}
.dataTables_paginate{
    margin-top: 10px !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    content: none !important;
}
table.dataTable thead .sorting:before{
    content: none !important;
}
table.dataTable, table.dataTable th, table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: default;
}
table.dataTable thead th, table.dataTable thead td{
    padding: 5px 5px;
    border-radius: unset;
    border-top: 1px solid black;
}
table.dataTable.row-all thead th{
    border-right: 1px solid #bdbaba;
}
table.dataTable.row-all thead th:first-child{
    border-left: 1px solid #bdbaba;
}
table.dataTable.row-all tbody td{
    border-right: 1px solid #bdbaba;
}
table.dataTable.row-all tbody td:first-child{
    border-left: 1px solid #bdbaba;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    padding: 0px 10px;
    margin: 0px 5px;
    color: #a9a9a9 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0px 10px;
    margin: 0px 5px;
}
table.dataTable{
    font-size: 13px;
    line-height: 15px;
    margin: 0 !important;
    width: 100% !important;
}
table.dataTable td.td_padding_perso {
    padding: 2px 2px 0px 2px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 5px;
}
table.dataTable tbody td p{
    font-size: 13px;
}

.dataTables_filter label{
    font-size: 14px;
    color: #333;
    text-decoration: underline;
}
.dataTables_filter input{
    height: 25px !important;
    width: auto !important;
}
.dataTables_filter input:focus{
    border-bottom: 1px solid var(--main-color-fifth) !important;
    box-shadow: 0 1px 0 0 var(--main-color-fifth) !important;
}
.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 15px;
}
table.dataTable tr.dtrg-group td{
    background-color: #ececec;
    border-bottom: #585858 1px solid;
    border-top: #585858 1px solid;
}

/* Bouton Export */
.dt-buttons{
    float: right !important;
}
.dt-button{
    background-color: transparent  !important;
    background-image: unset !important;
    border: none !important;
    color: var(--main-color-fifth) !important;
    padding: 2px 5px!important;
    margin-right: 0 !important;
    line-height: 0.6 !important;
}