.page {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: lightgrey;
    border-radius: 20px;
    max-width: 1300px;
}

h1 {
    text-align: center;
}

.liste_article {
    margin-top: 20px;
    flex-direction: row;
    background-color: white;
    padding: 20px;
    padding-bottom: 0px;
    border-radius: 20px;
    overflow-x: auto;
}

table {
    width: 100%;
}

td, th {
    font-size: 20px;
    border-bottom: 1px solid lightgrey;
    padding: 10px;
}

.article {
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
    background-color: grey;
}

.image_article {

}

.img_article{
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin-right: 2%;
}

.nom_article {
    font-size: 30px;
    padding: 10px;
}

.prix_article {
    font-size: 30px;
    padding: 10px;
}

.taille_article {
    font-size: 30px;
    padding: 10px;
}

.quantite_article {
    font-size: 30px;
    padding: 10px;
}

.img_supprimer {
    width:40px;
    height:40px;
}

.nom_article {

}

.total {
    font-size: 40px;
    font-weight: bold;
    padding: 15px 10px 5px 10px;
}

.bouton_valider {
    color: black;
    border-radius: 20px;
    padding: 8px;
    border: none;
    font-size: 30px;
    text-align: left;
    font-style: oblique;
    transition: all 300ms ease-out;
    background-color: #FFA500;
}

.bouton_valider:hover,
.bouton_valider:focus {
    background-color: black;
    color: white;
}

.bouton_choice {
    color: white;
    border-radius: 20px;
    padding: 8px;
    border: none;
    margin: 10px;
    font-size: 15px;
    text-align: left;
    font-style: oblique;
    transition: all 300ms ease-out;
    background-color: black;
}

.bouton_choice:hover,
.bouton_choice:focus {
    background-color: #FFA500;
    color: black;
}

.bouton1 {
    text-align: center;
    margin-top: 20px;
}

.bouton2 {
    margin-top: 10px;
    text-align: center;
}


.panier_vide {
    text-align: center;
    font-size: 30px;
    color: black;
    margin-bottom: 20px;
}

.div_bouton_retour {
    text-align: center;
}

.bouton_retour {
    color: white;
    border-radius: 20px;
    padding: 8px;
    margin-bottom: 20px;
    border: none;
    font-size: 20px;
    text-align: left;
    font-style: oblique;
    transition: all 300ms ease-out;
    background-color: black;
}

.bouton_retour:hover,
.bouton_retour:focus {
    background-color: #FFA500;
    color: black;
}