
.page_form{
    background-color: white;
    margin: 0;
    padding: 0;

}

.bloc_form{
    padding-top: 2vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 2vh;
}


#message_pec{
    color: red;
}

#message_sav{
    color: red;
}

/* ===============================================================\\INPUTS / TEXTE AREA / TITRE / IMAGE//============================================================== */
.saisie{
    width: 18vw;
    height: 3vh;
    margin-left: 1vw;
    margin-right: 1vw;
    font-family: verdana;
    font-size: x-small;
    align-content: center;
    text-align: center;
    border: solid black 1px;
}

.saisie_longue{
    width: 19vw;
    height: 3vh;
    margin-left: 3vw;
    margin-right: 2vw;
    font-family: verdana;
    font-size: x-small;
    align-content: center;
    text-align: center;
    border: solid black 1px;
}

textarea{
    border: solid black 1px;
}

.titre_info{
    font-size: medium;
}

.img_pc{
    width: 13vw;
    margin: 1vw;
    border: solid rgb(224, 11, 61) 2px;

}

/* ===============================================================\\HEADER//============================================================== */

.head_form{
    display: flex;
    justify-content: space-between;

}

.titre_form{
    font-size:3vw;
}

.info_boutique{
    font-size:x-small;    
}

#logo_form{
    width: 30vw ;
    height: 10vh;
    align-self: center;
}

/* ===============================================================\\RCS//============================================================== */

.rcs{
    text-align: center;
    font-size:medium;
}

/* ===============================================================\\BLOC DATE ET HEURE//================================================ */

.bloc_date{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1vh;
}

.date{
    width: 15vw;
    font-family: verdana;
    text-align: center;
    border: solid black 2px;
}

/* ===============================================================\\CLIENT//================================================ */

.client{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

/* ===============================================================\\INFO MACHINE//================================================ */

.bloc_entrer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bloc_prise{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* ===============================================================\\NUMEROS SERIE MACHINE + ETAT//================================================ */
.num_etat{
    display: flex;
    align-items: center;
}

.num_etat_text{
    width: 30vw;
    margin-left: 2vw;
}


/* =====================================================\\DESCRIPTION /PRODUIT + CLIENT //============================================== */

.description_small{
    align-items: center;
}

.description_client{
    width: 50vw;
    height: 10vh;
    margin: 2vw;
}

/* ========================================================\\INTERVENTION A REALISER//============================================== */

.intervention{
    display: flex;
    align-items: center;
}

.inter_rea{
    color: black;
    border: solid black 1px;
    font-size: small;
    padding: 1vh;
    margin: 1vh;
}

/* ===============================================================\\INFORMATION SYSTEME//================================================ */

#info_system{
    display: flex;
    flex-wrap: wrap;
}

.row_checkBox{
    display: flex;
    align-items: center;
    margin: 0 1vw 0 1vw;
}

.click{
    width: 1vw;
}

.label_check{
    font-size: small;
}

/* =========================================================\\MDP//================================================ */
.bloc_mdp{
    display: flex;
    align-items: center;
}

/* =========================================================\\BLOC FACTURE//================================================ */

.bloc_facture{
    display: flex;
    align-items: center;
    margin-top: 1vh;
}

/* ===============================================================\\CONDITION LEGALE//================================================ */

#text{
    font-size: small;
}

/* ===============================================================\\COMPTE RENDU + SIGNATURE/================================================ */

#bloc_compt_rendu{
    display: flex;
    flex-wrap: wrap;
}

.compt_rendu{
    border: solid black 1px;
    width: 90vw;
    height: 8vh;
    margin-bottom: 2vh;
}

.bloc_sign{
    display: flex;
    align-items: center;

}

#bloc_sign_e{
    display: flex;
    align-items: center;
}

#bloc_sign_s{
    display: flex;
    align-items: center;
}

.date_sortie{
    width: 8vw;
    font-size: xx-small;
    margin-left: 1vw;
}

#signature-pad-entree-pec{
    border: solid black 1px;
    width: 20vw;
    height: 20vh;
    margin-left: 1vw;
}

#clear-signature-entree-pec{
    margin-left: 1vw;
    height: 3vh;
}

#signature-pad-sortie-pec{
    border: solid black 1px;
    width: 20vw;
    height: 20vh;
    margin-left: 1vw;
}

#clear-signature-sortie-pec{
    margin-left: 1vw;
    height: 3vh;
}

#signature-pad-entree-sav{
    border: solid black 1px;
    width: 20vw;
    height: 20vh;
    margin-left: 1vw;
}

#clear-signature-entree-sav{
    margin-left: 1vw;
    height: 3vh;
}

#signature-pad-sortie-sav{
    border: solid black 1px;
    width: 20vw;
    height: 20vh;
    margin-left: 1vw;
}

#clear-signature-sortie-sav{
    margin-left: 1vw;
    height: 3vh;
}

/* ==================================================================================================================================== */
/* ==============================================================\\RESPONSIVE//======================================================== */


@media(max-width:900px){

    #logo_form{
        width: 40vw ;
        height: 7vh;
        align-self: center;
    }


    #signature-pad-entree-pec{
        border: solid black 1px;
        width: 40vw;
        height: 20vh;
    }

    #signature-pad-sortie-pec{
        border: solid black 1px;
        width: 40vw;
        height: 20vh;
    }

}


/* ==================================================================================================================================== */
/* ===============================================================\\FORMAT IMPRESSION//================================================ */
/* ==================================================================================================================================== */

@media print {
    @page{
        size: A4;
        margin: 1mm;
    }
/* =============================\\HEADER//========================= */
    .view_header{
        display: none;
    }

    #logo_form{
        width: 40vw;
        height: 7vh;
    }
    .titre_form{
        font-size:6vw;
    }

    #message_pec{
        display: none;
        color: black;
    }
    
    #message_sav{
        display: none;
        color: black;
    }

/* ==========================\\INPUTS / TEXTE AREA / TITRE//======================= */

    .saisie{
        width: 17vw;
        height: 2vh;
        margin-left: 2vw;
        font-family: verdana;
        text-align: center;
        border: solid black 1px;
    }
    .saisie_longue{
        width: 22vw;
        height: 2vh;
        margin-left: 3vw;
        margin-right: 2vw;
        font-family: verdana;
        text-align: center;
        border: solid black 1px;
    }

    .deroule{
        width: 15vw;
        height: 2vh;
        text-align: center;
        border: solid black 2px;
    }

    .deroule_machine{
        width: 20vw;
        font-family: verdana;
        font-size: xx-small;
        text-align: center;
        border: solid black 2px;
    }

    .hr{
        display: none;
    }

    .btn_envoie{
        display: none;
    }

/* =============================\\RCS//========================= */
    .rcs{
        text-align: center;
        font-size: small;
    }
/* =============================\\INFO MACHINE//========================= */
    .machine{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

/*=======================\\DESCRIPTION PANNE CLIENT + INTERVENTION A REALISER//======================= */
    .description_client{
        width: 60vw;
        height: 10vh;
        margin: 2vw;
    }

/* ===================================\\INTERVENTION A REALISER//========================================== */

    .intervention{
        display: none;
    }

/* =====================================\\CONDITION LEGALE//================================================ */

    #text{
        font-size: medium;
    }
/* =====================================\\COMPTE RENDU + SIGNATURE//================================================ */

    #bloc_sign_e{
        margin-left: 1vw;
        align-items: center;
    }

    #signature-pad-entree-pec{
        border: solid black 1px;
        margin-top: 1vh;
        margin-bottom: 1vh;
        width: 30vw;
        height: 10vh;
        margin-left: 2vw;
    }

    #clear-signature-entree-pec{
        display: none;
    }

    .compt_rendu{
        height: 30vh;
    }

    .date_sortie{
        width: 11vw;
        font-size: x-small;
        margin-left: 1vw;
    }

    #bloc_sign_s{
        margin-left: 1vw;
        align-items: center;
    }

    #signature-pad-sortie-sortie{
        border: solid black 1px;
        margin-top: 1vh;
        margin-bottom: 1vh;
        width: 30vw;
        height: 10vh;
        margin-left: 2vw;
    }

    #clear-signature-sortie-pec{
        display: none;
    }

}

/* ===========================================================\\RESPONSIVE//======================================================= */

@media(max-width:400px){

    .titre_info{
        font-size: x-small;
    }

    .saisie{
        width: 25vw;
        font-family: verdana;
        text-align: center;
        border: solid black 1px;
    }


}