/* ----------------- 
     UN PRODUIT
---------------------- */
body{
    font-size: 18px;
}
.titre {
    font-size: 20px;
}

.sousTitreProduit {
    margin: 0;
    padding-bottom: 25px;
}

.pourcentage {
    color: red;
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
}

.nouveauPrix {
    color: red;
    font-weight: bold;
}

.prix {
    display: flex;
    height: 0;
}

.reduc {
    padding-right: 15px;
    margin: 0;
}

.ajoutQuantite {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.quantity {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.quantity .btn {
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding: 0.5rem;
}

.quantity .btn:focus {
    outline: none;
}

.btn-minus,
.btn-plus {
    font-size: 1.2rem;
}

#quantiteInput {
    width: 4rem;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin: 0 0.5rem;
}

.ajPanier {
    background-color: #DBCEC4;
    color: black;
    border-radius: 0.25rem;
    padding: 5px 5px;
    border: none;
    cursor: pointer;
    margin-left: 300px;
}

.ajPanier:hover {
    border: 1px solid #000;
    background-color: transparent;
    color: black;
}

.accordion-button:hover {
    background-color: #dbcec44d;
    /* couleur de fond au survol */
    color: #333;
    /* couleur du texte au survol */
}

/* Bouton lorsqu'il est ouvert */
.accordion-button:not(.collapsed) {
    background-color: white;
    /* couleur de fond lorsque ouvert */
    box-shadow: none;
}

.accordion-button:focus {
    background-color: #dbcec44d;
    /* couleur de fond lorsque sélectionné */
    color: #333;
    /* couleur du texte lorsque sélectionné */
    box-shadow: none;
}
.accordion-body {
    font-size: 18px;
}

.filArianeunProduit {
    padding-left: 295px;
}

.filArianeunProduit li {
    padding-top: 200px;
}

.filArianeunProduit li a {
    color: black;
    font-weight: bold;
}
.produitUnique .victimeSucces{
    top: 300px;
    right: 65rem
}

/* CSS pour l'animation de disparition */
@keyframes fadeOut {
   

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/* Appliquer l'animation de disparition au message flash */
.flash-message {
    animation: fadeOut 4s forwards;
}

@media screen and (max-width: 480px) {
    .filArianeunProduit {
        padding-left: 20px;
        font-size: 15px;
    }
    .filArianeunProduit li {
        padding-top: 120px;
    }

    .unProduit {
        flex-direction: column;
    }

    .photo {
        width: 100%;
    }

    .info {
        width: 100%;
        margin-bottom: 20px;
        /* text-align: center; */
        padding-right: 25px;
    }
    .info .titre{
        text-align: center;
    }

    .ajPanier {
        margin-left: 60px;
        height: 45px;
        width: 150px;
    }

    .sousTitreProduit {
        padding-bottom: 15px;

    }
    .produitUnique .victimeSucces {
        top: 280px;
        right: 20px;
    }
    .accordion-body {
        font-size: 15px;
    }
    .quantity {
        font-size: 18px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .produitUnique .unProduit {
        flex-direction: column;
        align-items: center;
    }

    .produitUnique .unProduit .photo {
        order: -1;
        margin-bottom: 20px;
    }

    .filArianeunProduit {
        padding-left: 30px;
    }

    .ajoutQuantite {
        justify-content: space-between;
    }
    .ajPanier {
        padding: 15px 40px;
    }

    .accordion-button{
        font-size: 18px;
    }
    .info{
        width: 90%;
    }
    .photo{
        width: 90%;
    }
    .prix {
        justify-content: flex-start;
        height: 15px;
    }
    .produitUnique .victimeSucces {
        top: 300px;
        right: 80px;
    }
      
}

/* ----------------- 
     FIN UN PRODUIT
---------------------- */
main {
	background:red;
}
