*{
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.btn_container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 15px;
}
.form_feucon, .bloc_filter_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
select{
    margin: 3px;
}
.bloc_filter{
    margin: 5px;
    display: flex;
    flex-direction: column;
}
.bottom{
    justify-content: end;
}
#input_client, #moisdeb,#moisfin,#anneefin,#anneedeb{
    width: 160px;
    height: 40px;
    margin: 3px;
    padding: 5px 10px;
    font-size: 15px;
}
.center{
    text-align: center;
}
.obligatoire{
    color: red;
    font-size: 20px;
}
/* .button{
    width: 200px;
    height: 40px;
    margin: 3px;
} */
.res_search{
    margin: 3px;
    width: 160px;
    max-height: 200px;
    overflow: auto;
}
.liste_clients{
    margin: 8px;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
}
.liste_clients:hover{
    background-color: rgb(232, 249, 255);
}
tbody td {
    padding: 10px;
    font-weight: 400;
}
tbody tr:nth-child(even){
    background-color: rgb(245, 245, 245);
}
tbody tr{
    background-color: rgb(230, 230, 230);
}
.left{
    text-align: end;
}
.res_feucon{
    position: relative;
}
.table_feucon{
    margin: 20px auto;
    margin-bottom: 50px;
}
table {
    position: relative;
    border-collapse: collapse; 
  }
th {
    position: sticky;
    top: 0;
  }
.table_feucon td:not(:first-child,:last-child){
    border-left: 2px solid white;
    border-right: 2px solid white;
}
thead{
    background-color: rgb(28, 28, 28);
    color: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
thead th {
    text-align: left;
    padding: 10px;
    position: sticky;
    top: 0px;
}
.displayNone{
    display: none;
}
.color_white{
    color: white;
}
.green{
    color: green;
}
.red{
    color: red;
}
.loading{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.fa-arrows-rotate{
    margin: 30px;
}
.animRot{
    animation: rot 10s linear infinite;
}
@keyframes rot {
    to{
        rotate: 3600deg;
    }
}
.tot{
    font-weight: 600;
    font-size: 18px;
}
.align_center{
    align-items: center;
    justify-content: center;
}
.h1custom{
    display: block;
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: fit-content;
    margin: 20px auto;
    padding: 20px;
}
.rot180{
    transform: rotate(180deg);
}
#scroll_top{
    position: absolute;
    top: 80px;
    right: 20px;
    font-size: 50px;
    cursor: pointer;
}
#gen_pdf{
    font-size: 40px;
    margin: 0px;
    cursor: pointer;
}