body {
  background-color: rgb(245, 245, 244);
  font-family: Montserrat;
  font-weight: 400;
  margin: 0;
  color: rgb(0, 0, 0);
}

.container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 200px;
  align-items: center;
  margin-bottom: 50px;
}
.left-side {
  justify-self: start;
  margin-left: 20px;
  width: 180px;
}

.logo-page {
  width: 180px;
  cursor: pointer;
}

.center-page {
  text-align: center;
  max-width: 600px;
  font-size: 15px;
}

.presentation-bougies-texte {
  line-height: 1.8;
  font-style: italic;
  margin: 0;
}

.container-bougies-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 50px auto;
  max-width: 1100px;
}

.fiche-produit {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  text-align: center;
  max-width: 250px; 
}

.titre-bougies {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 10px;
}

.image-bougies {
  width: 200px; 
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin: 10px 0;
  cursor:pointer;
  
}



.prix-bougies {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgb(51, 51, 51);}

.pied-de-page{
  display: block;
  margin-top: 450px;
  color:grey;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;

}