@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    60% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}
@keyframes growUp {
    100% {
        transform: scaleY(0)
    }
    60% {
        transform: scaleY(1.1)
    }
    0% {
        transform: scaleY(1)
    }
}

#menu
{
	float: left;
    width: 250px;
    height: 2000px;
    border-right: 1px solid grey;
    margin-right: 15px;;
}

#ajout
{
	 border: none;
     background: url('apercu/ajout.jpg') 12px no-repeat;
	 background-size: 15px;
	 background-origin: content-box;
	 width : 35px;
	 height: 20px;
}

#largeur
{
	width: 350px;
}

#voir
{
    border: none;
    background: url('apercu/oeil.png') 12px no-repeat;
    background-size: 25px;
    background-origin: content-box;
    width : 45px;
    height: 20px;
}

#archiver
{
    border: none;
    background: url('apercu/archiver.png') 12px no-repeat;
    background-size: 25px;
    background-origin: content-box;
    width : 55px;
    height: 20px;
}

#dupliquer
{
    border: none;
    background: url('apercu/dupliquer.png') 12px no-repeat;
    background-size: 25px;
    background-origin: content-box;
    width : 55px;
    height: 20px;
}

#longueur
{
	width: 350px;
}

textarea
{
	width: 120px;
	height: 13px;
}

#modifier
{
    border: none;
    background: url('apercu/modif.jpg') 12px no-repeat;
    background-size: 15px;
    background-origin: content-box;
    width : 35px;
    height: 20px;
}

#supprimer
{
	 border: none;
     background: url('apercu/supp.jpg') 12px no-repeat;
	 background-size: 15px;
	 background-origin: content-box;
	 width : 35px;
	 height: 20px;
}

#fleche
{
    border: none;
    background: url('apercu/fleche.jpeg') 12px no-repeat;
    background-size: 15px;
    background-origin: content-box;
    width : 35px;
    height: 20px;
}

td,th
{
    border: 1px solid rgb(190, 190, 190);
    padding: 3px;
	text-align: center;
}

table
{
    margin-top: 1em;
    border-collapse: collapse;
	border: 2px solid rgb(200, 200, 200);
}

#table
{
	width:100px;
}

#ajout
{
	 border: none;
     background: url('apercu/ajout.jpg') 12px no-repeat;
	 background-size: 15px;
	 background-origin: content-box;
	 width : 35px;
	 height: 20px;
}

#cloture_impossible
{
    color: red;
}
.designation
{
    width: 150px;
}

table.grey tr:hover td
{
    background-color: lightgrey;
}

#add_adr
{
    border: solid 1px black;
    margin-left: 255px;
    padding: 5px;
    width: 400px;
}

.menu_bl_btn
{
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 5px;
    color: white;
}
.menu_bl_btn:hover
{
    color: blue;
}
#btn_en_cours_bl
{
    font-weight: bold;
    color: black;
}
#menu_admin_bl
{
    display: flex;
    background-color: rgb(100, 100, 100);
}
.onglet_en_cours_bl
{
    width: 200px;
    border-radius: 5px 5px 0px 0px;
    background-color: white;
    margin-bottom: 0px;
}
.onglet_pas_en_cours_bl
{
    width: 200px;
    height: 10px;
}
#fond_bl
{
    background-color: white;
    margin-left: 16em;
    padding-top: 1px;
}

.menu_com_btn
{
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 5px;
    color: white;
}
.menu_com_btn:hover
{
    color: blue;
}
#btn_en_cours_com
{
    font-weight: bold;
    color: black;
}
#menu_admin_com
{
    display: flex;
    background-color: rgb(100, 100, 100);
}
.onglet_en_cours_com
{
    width: 250px;
    border-radius: 5px 5px 0px 0px;
    background-color: white;
    margin-bottom: 0px;
}
.onglet_pas_en_cours_com
{
    width: 250px;
    height: 10px;
}
#fond_com
{
    background-color: white;
    margin-left: 16em;
    padding-top: 1px;
}



.menu_recep_btn
{
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 5px;
    color: white;
}
.menu_recep_btn:hover
{
    color: blue;
}
#btn_en_cours_recep
{
    font-weight: bold;
    color: black;
}
#menu_admin_recep
{
    display: flex;
    background-color: rgb(100, 100, 100);
}
.onglet_en_cours_recep
{
    width: 250px;
    border-radius: 5px 5px 0px 0px;
    background-color: white;
    margin-bottom: 0px;
}
.onglet_pas_en_cours_recep
{
    width: 250px;
    height: 10px;
}
#fond_recep
{
    background-color: white;
    margin-left: 16em;
    padding-top: 1px;
}

#infos_commande_cl
{
    display: flex;
    position: relative;
    width: 50em;
}
.info_commande_cl
{
    display: flex;
    position: relative;
    font-size: 18px;
    margin: auto;
    width: 25em;
}
#historique_commande_cl
{
    margin: auto;
    margin-top: 0px;
    text-align: center;
    margin-left: 2em;
}
#titre_historique
{
    height: 3em;
    min-width: 20em;
    margin: auto;
}
.tete_tableau_haut
{
    height: 3em;
}
#contenu_commande_cl
{
    display: flex;
    position: relative;
    max-width: 70em;
    margin-top: 1.5em;
}
#recherche_commande_cl
{
    margin-top: 10em;
    margin-bottom: 1em;
}
#articles_commande_cl
{
    display: flex;
    position: relative;
}
#page_commande_cl
{
    display: flex;
}
.inline 
{
    display: inline;
    margin-left: 1em;
}
#retour_maj
{
    margin-top: 2em;
    display: flex;
}
.infos_fact_cl
{
    display: inline;
    margin-right: 2em;
}

.infos_regl
{
    display: inline;
    margin: 1em;
}
.input_regl
{
    border: 1px solid black;
    width: 100px;
    height: 25px;
    text-align: center;
    font-size: 14px;
}
#montant_regl
{
    margin-left: 5em;
}
#facture_regl
{
    margin-top: 3em;
    margin-left: 5em;
}
.num_fa_regl
{
    width: 100px;
    text-align: center;
}
.prix_fa_regl
{
    width: 100px;
    text-align: center;
}
#prix2_fa_regl
{
    width: 125px;
    text-align: center;
}
.montant_regl
{
    width: 150px;
    text-align: center;
}
#aff_fa_regl
{
    width: 60px;
    text-align: center;
}
#regl_num
{
    width: 150px;
    text-align: center;
}
#regl_montant
{
    width: 150px;
    text-align: center;
}
#regl_client
{
    width: 350px;
    text-align: center;
}
#regl_date
{
    width: 150px;
    text-align: center;
}
#regl_banque
{
    width: 150px;
    text-align: center;
}
#regl_moyen
{
    width: 150px;
    text-align: center;
}
#regl_fact
{
    width: 150px;
    text-align: center;
}
#tr_regl
{
    height: 30px;
}

#nom_banque
{
    width: 150px;
}
#compta_banque
{
    width: 200px;
}
#iban_banque
{
    width: 300px;
}
#lcr_num
{
    width: 100px;
}
#lcr_client
{
    width: 275px;
}
#lcr_moyen
{
    width: 75px;
}
#lcr_montant
{  
    width: 100px;
}
#lcr_remise
{
    width: 75px;
}
#lcr_datemax
{
    width: 150px;
}
#lcr_fact
{
    width: 350px;
}
#regl_re
{
    width: 125px;
}

#table_avoir{
    display: inline;
    position: absolute;
    top: 150px;
    left: 575px;
}
#col_num_avoir{
    width: 100px;
}
#col_sku_avoir{
    width: 120px;
}
#col_date_avoir{
    width: 75px;
}
#select_annee{
    margin-top: 40px;
    border: 0px;
    background-color: white;
    font-size: xx-large;
    font-weight: Bold;
    width: 150px;
}
.inline{
    display: inline;
}

/*Mise en forme bouton avec lien*/
.AddButton{
}
.AddButton a{
    text-decoration: none;
    color: black;
}

/*Mise en forme div Error pour afficher les différentes erreurs*/
.Error{
    text-align: center;
    color: darkred;
    font-size: large;
}

.teteRetroactif{
    background-color: #f1f1f1;
}
.hiddenAnimation{
    animation: growUp 600ms ease-in-out;
    transform-origin: top center;
    display: none !important;
}
.visibleAnimation{
    display: flex;
    animation: growDown 600ms ease-in-out;
    transform-origin: top center;
}

.btns_listeSalaries{
    padding: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.4em;
}