.entete{
    background-color: #e0a458;
    
}

.boutonProduit{
    color: black;
    background-color: blue;
}

.modaleImage{
    height: 3.5em;
}

.imageCard{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  background-color: black;
  margin-bottom: auto;
}

.filtre{
    color: black;
    text-decoration:none;
}

.piedPage{
    background-color: #e0a458;
    text-align: center;
}

