.logo{
    width: 64px;
}
.image_lateral{
    border-radius: 20px;
}
.form-control {
    max-width: 400px;
}
.container_presta_client{
    display: flex;
}
.menu_lateral_presta_client{
    width: 230px;
    margin: 10px;
}
.bloc_presta_client{  
    width: 100%;
}
.btn-presta{
    margin-bottom: 10px;
    width: 200px;
    text-align: left;
}
.form_label{
    margin-bottom: 0.8rem;
}
.container-password{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}
.img-password{
    max-width: 100%; 
    height: auto; 
    margin-bottom: 20px;
}   
.form-password{
    width: 100%;
}
.form-input{
    margin-bottom: 10px;
}
.form-items{
    display: flex;    
    justify-content: center;
}
.bar-title{
    border-bottom: 2px black solid;
}
.title-prestation{
    text-align: center;
    width: 600px;    
}
.title-tarif{
    text-align: center;
    width: 150px;    
}
.title-article,
.title-prix-article,
.title-quantite-article{  /***/
    text-align: center;
}
.size-article{  /***/
    width: 420px;
}
.size-prix-article{  /***/    
    /*width: 100px;*/
    width: 110px;
}
.size-quantite-article{
    width: 120px;
}
.size-article,
.size-prix-article,
.size-quantite-article{
    border: none;
    border-left: 1px #DADADA solid;
    border-right: 1px #DADADA solid;
}
.detail tr:nth-child(even){
    background-color: #f0f0f0;
}
.size-prestation{
    width: 600px;    
}
.size-tarif, 
.size-PT{
    text-align: right;
    width: 150px;    
}
.title{
    text-align: center;
    border-bottom: 2px #7D8793 solid;
}
.title-vente-article{
    width: 500px;
}

.title-date,
.title-date-sales{
    width: 100px;
}
.title-type,
.title-number{
    width: 70px;
}
.title-number-sales{
    width: 150px;
}
.title-etat{
    width: 150px;
}
.title-comment{
    width: 732px;
}
.title-comment-sales{
    width: 900px;
}
.title-price{
    width: 100px;
}
.title-price-sales{
    width: 150px;
}
.detail-order,
.size-prestation,
.size-tarif{
    border-left: 1px #DADADA solid;
    border-right: 1px #DADADA solid;
}
.border-tarif-prestation{
    border: 0px;
}
.detail-price{
    text-align: right;
}
.orders tr:nth-child(odd){
    background-color: #f0f0f0;
}
.lists-clients{
    max-height: 500px; 
    overflow-y: auto;
}
.lists-select{
   padding: 10px 0;
}

.spinner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.spinner-border{
    width: 3rem;
    height: 3rem;
}
.comment{
    overflow: auto;
    width: 100%;
}
#chartRepartition, #chartEvolution, #chartPrestations {
    max-width: 400px !important;
    max-height: 200px !important;
}