.contain-credit-and-debt{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;
    overflow: scroll;
}
.contain-credit-and-debt.active{
    transform: scale(1);
    transition: transform 1s ease;
}


/* ===================== ENCAISSEMENT CLIENT================== */

.contain-custumer-debt{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;
    overflow: scroll;
}
.contain-custumer-debt.active{
    transform: scale(1);
    transition: transform 1s ease;
}


.contain-pay-custumer{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;
    overflow: scroll;
}
.contain-pay-custumer.active{
    transform: scale(1);
    transition: transform 1s ease;
}

.form-pay-custumer{
    transform: scale(.7);
}


.pay-custumer
.form-pay-custumer
.group-designation, 
.group-compagny-close-casher{
    border: solid .8px rgba(193, 237, 245, 0.774);
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
}

.pay-custumer
  input, select{
    outline: none;
    border: none;
}

.pay-custumer
.form-pay-custumer
.fa-product-hunt, 
.fa-building  {
    display: inline-block;
    color: rgba(193, 237, 245, 0.774);
    padding: 2px ;
}

.pay-custumer
.form-pay-custumer
label{
    font-size: 15px;
    border: solid .8px rgba(193, 237, 245, 0.774);
    margin-bottom: 10px;
    max-width: 150px !important;
    display: inline-block;
    font-weight: bold;
    color: #fff;
}


.pay-custumer
.form-pay-custumer {
    width: 100%;
    max-width: 450px;
    background: #99bbe8;
    padding: 10px
}

.pay-custumer
.form-pay-custumer legend{
padding:0 5px;
color: #fff;
font-weight: bold;
}

.pay-custumer fieldset{
padding: 10px;
    border-color: #fff;
}

/* ===========AVANCE CLIENT=============== */

.contain-advance-custumer{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;
    overflow: scroll;
}
.contain-advance-custumer.active{
    transform: scale(1);
    transition: transform 1s ease;
}

/* ===========GESTION REGLEMENT FOURNISSEUR=============== */

.contain-provider-credit{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;
    overflow: scroll;
}

.contain-provider-credit.active{
    transform: scale(1);
    transition: transform 1s ease;
}

.contain-advance-provider{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;
    overflow: scroll;
}
.contain-advance-provider.active{
    transform: scale(1);
    transition: transform 1s ease;
}

.contain-pay-provider{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;
    overflow: scroll;
}
.contain-pay-provider.active{
    transform: scale(1);
    transition: transform 1s ease;
}

/* media queries */
@media screen and (max-width:500px){

    /* ============AJOUT IMMOBILISATION======== */
    .contain-custumer-debt{
        width: 600px;
        height: 1000px;
        display: flex;
        background: #fffb;
        position: absolute;
        top: 0;
        transform: scale(0);
        transition: transform 1s ease;
    }
    
    .contain-pay-custumer{
        width: 600px;
        height: 100%;
        display: block;
        background: #fffb;
        position: absolute;
        top: 0;
        transform: scale(0);
        transition: transform 1s ease;
    }      
    .contain-advance-provider{
        width: 600px;
        height: 100%;
        display: block;
        background: #fffb;
        position: absolute;
        top: 0;
        transform: scale(0);
        transition: transform 1s ease;
    }      
    .contain-pay-provider{
        width: 600px;
        height: 100%;
        display: block;
        background: #fffb;
        position: absolute;
        top: 0;
        transform: scale(0);
        transition: transform 1s ease;
    }      
    .contain-advance-custumer{
        width: 600px;
        height: 100%;
        display: block;
        background: #fffb;
        position: absolute;
        top: 0;
        transform: scale(0);
        transition: transform 1s ease;
    }      
}

/* =================== CONSULTATION SOLDE CLIENT ======================= */
.display-print-custumer{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;
    overflow: scroll;
}

.display-print-custumer.active{
    transform: scale(1);
    transition: transform 1s ease;
}

/* media queries */
@media screen and (max-width:500px){

    .display-print-custumer{
        width: 1000px;
        height: 100%;
        display: flex;
        background: #fffb;
        position: absolute;
        top: 0;
        transform: scale(0);
        transition: transform 1s ease;
    } 
    
    .display-print-custumer.active{
        transform: scale(1);
        transition: transform 1s ease;
    }
}

/* =================== CONSULTATION SOLDE FOURNISSEUR ======================= */
.display-print-provider{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;
    overflow: scroll;
}

.display-print-provider.active{
    transform: scale(1);
    transition: transform 1s ease;
}

/* media queries */
@media screen and (max-width:500px){

    .display-print-provider{
        width: 1000px;
        height: 100%;
        display: flex;
        background: #fffb;
        position: absolute;
        top: 0;
        transform: scale(0);
        transition: transform 1s ease;
    } 
    
    .display-print-provider.active{
        transform: scale(1);
        transition: transform 1s ease;
    }
}






