.menu{
    position: absolute;
    width: 45%;
    right: 2%;
    top: 0%;
    
}
.index{
    margin-left: 1.25rem;
    font-size: 20pxs;
}
h1{
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
}
.afficher{
    width: 5cm;
    border-radius: 15px;
    background-size: cover;
    height: 4cm;

}
.detail{
    height: 10cm;
    border-radius: 20px;
    margin-left: 6rem;
    background-size: cover;
}
.detail1{
    width: 3cm;
}
.contenue{
    width: 5cm;
    padding: 25px;
    margin-left: 1rem;
}
.achat{
    color:white;
    background-color: rgb(110, 110, 216);
    padding: 10px;
    border-radius: 25px;
}
.achat1{
    color: white;
    text-decoration: none;
    font-size: 25px;

}
.ajouter{
    border-radius: 25px;
    border: black solid 2px;
    text-decoration: none;
    padding: 10px;
    margin-top: 2rem;
}
.Retour{
    margin-left: 2rem;
    padding: 15px;
    font-size: 20px;
    color: white;
    background-color: black;
    text-decoration: none;
}
footer{
    background: linear-gradient(250deg,rgb(24, 22, 22),rgb(207, 117, 117));
    color: white;
    position: relative;
    bottom: 0%;
    height: 10rem;
    width: 100%;
}
.contenu{
    flex-wrap: wrap;
}
footer{
    position: absolute;
    bottom: 0%;
}
.clic,.nonclic{
    display: none;
    position: absolute;
    right: 5px;
}
@media screen  and (max-width:700px) {
    .menu{
        display:none;
        position: relative;
        width: fit-content;

    }
    .clic
    {
        display: block;
        width:0.7cm ;
        position: absolute;
        top: 0%;
    }
    .nonclic{
        display: none;
        width: 0.7cm;
        position: absolute;
        top: 0%;
    }
}