
.imageshop
{
    height: 187px;
    width: 187px;  
    border-radius: 50px;
}
.nomproduit
{
    width: 187px;
    height: 30px;
    font-size: 22px;
    color: white;
    font-weight :bold;
}
.descriptionproduit
{
    height:143px;
    width: 187px;
    font-size: 14px;
    color: white;
}
.prixproduit
{
    width: 187px;
    height: 30px;
    font-size: 40px; 
    color: white;
    display:contents;
    float: left;
    position: relative;

}
.boutonachat
{
    width: 187px;
    height: 30px;
    font-size: 22px; 
}
.Article
{
    position : relative;
    width: auto;
    height: auto;
    float: left;
    margin: 50px
}
.logobingoshop
{
    position: absolute;
    border-radius: 50px;
    color: white;
    height : 170px;
    width: 250px;
    left :50%;
    margin-left: -125px;
}
.logoshop
{
    height: 170px;
    width: 100%;
}
.shopbody
{
    height: auto;
    width: 100%;
}
.boutonachatd
  {
    position: relative;
    border-radius: 50px;
    color: white;
    background-color: #6C1077;
    height : 55px;
    width: 187px;
    left :50%;
    margin-left: -93px;
    font-size: 2vw;
    line-height :0px;
    font-family: "FeelingGood";
  }