.bouton_panier {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 20px;
    margin-right: 3%;
}

.bouton_panier .indice_panier {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    font-size: 20px;
    padding: 2px 10px;
    border-radius: 15px;
}

.img_panier {
    height: 100px;
    width: 100px;
}

.titre_article {
    text-align: center;
    font-weight: bold;
}

.nom_article {
    padding-top: 10px;
    font-weight: bold;
}

.boutons_article {
    display: flex;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.boite {
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border: none;
    font-size: 20px;
    text-align: left;
    font-style: oblique;
    transition: all 300ms ease-out;
    background-color: orange;
}

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

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

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

.but1_article {
    flex: 1;
    text-align: center;
}

.but2_article {
    flex: 1;
    text-align: center;
}

.but3_article {
    flex: 1;
    text-align: center;
}

.but4_article {
    flex: 1;
    text-align: center;
}

.grille_article {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.case_article {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 1px;
    max-width: 400px;
    min-width: 400px;
    width: 40%;
    border-width: 1px;
    border-radius: 20px;
    background-color: lightgrey;
    text-align: center;
    position : relative;
    box-shadow: dimgrey 10px 10px 10px;
    z-index: 1;
}

.case_blanche_article {
    font-size: 17px;
    maw-width: 380px;
    width: 100%;
    padding-bottom: 3px;
    background-color: #fff;
    border-radius: 20px;
}


.vert_stock {
    color: green;
}
.orange_stock {
    color: orange;
}
.rouge_stock {
    color: red;
}

.case_noire_article {
    color: black;
    width: 100%;
    padding-bottom: 3px;
    background-color: #6B6B6B;
    border-radius: 20px 20px 20px 20px;
}

.case_img {
    margin:0 auto;
    height: 380px;
    width: 320px;
}

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

.active3 {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.padbot {
    margin-bottom: 10%;
}

.bigpadbot {
    margin-bottom: 35%;
}

@media (max-width: 980px) {
    .but1_article {
        flex: 1;
        text-align: center;
        visibility: hidden;
    }

    .but2_article {
        flex: 1;
        text-align: center;
        visibility: hidden;
    }

    .but3_article {
        flex: 1;
        text-align: center;
        visibility: hidden;
    }

    .but4_article {
        flex: 1;
        text-align: center;
        z-index: 1;
    }


    .grille_article {
        justify-content: center;
    }

    .case_article {
        flex: 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 60px;
        padding-bottom: 1px;
        max-width: 90%;
        min-width: 90%;
        width: 40%;
        border-width: 1px;
        border-radius: 20px;
        background-color: lightgrey;
        text-align: center;
        position : relative;
        box-shadow: dimgrey 10px 10px 10px;
    }

    .case_blanche_article {
        font-size: 40px;
        maw-width: 380px;
        width: 100%;
        padding-bottom: 3px;
        background-color: #fff;
        border-radius: 20px;
    }

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

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

    .nom_article {
        font-size: 60px;
        padding-top: 10px;
        font-weight: bold;
    }

    .case_img {
        margin:0 auto;
        height: 60%;
        width: 80%;
    }

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