/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #formeEnregistrer{
       margin-left: 5px;
        float: right;
    }
    #formeAnnuler{
        margin-left: 5px;
        float: right;
    }
    #Téléchargement_article, #Importation_fichier, #th_produit_image,#forme_produit_voir{
        display: none;
    }
    #boutonAjout{
        margin-bottom: 20px;
    }

    #th_produit_nom,#th_produit_stock {
        font-size: 0;
    }
    #th_produit_nom::before {
        content: "Article";
        font-size: initial;
    }
    #th_produit_stock::before {
        content: "Stock";
        font-size: initial;
    }
    #th_produit_prix{
        font-size: 8px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    #formeEnregistrer{
        width: 33%!important;
        float: right;

    }
    #formeAnnuler{
        width: 33%!important;
        float: right;
    }
    #formeReset{
        width: 33%!important;
        float: right;

    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #formeEnregistrer{
        width: 33%!important;
        margin: auto;
    }
    #formeAnnuler{
        width: 33%!important;
        margin: auto;
    }
    #formeReset{
        width: 33%!important;
        margin: auto;
    }
    #formContenue{
        width: 65%!important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #formeEnregistrer{
        width: 33%!important;
        margin: auto;
    }
    #formeAnnuler{
        width: 33%!important;
        margin: auto;
    }
    #formeReset{
        width: 33%!important;
        margin: auto;
    }
    #formContenue{
        width: 65%!important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #formeEnregistrer{
        width: 33%!important;
        margin: auto;
    }
    #formeAnnuler{
        width: 33%!important;
        margin: auto;
    }
    #formeReset{
        width: 33%!important;
        margin: auto;
    }
    #formContenue{
        width: 65%!important;
    }

}

#card-header{
    margin:auto;
}
#logo_lynx{
    width: 90%;
}
#inscription{
    width: 70%;
    margin:auto;
}
#formeReset{
   display: none;
}