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: 250px;
  align-items: center;
  margin-bottom: 50px;
 background: #bd7373;
background: radial-gradient(circle,rgba(189, 115, 115, 0.77) 43%, rgba(237, 171, 171, 0.7) 80%);
}
.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-fondant-texte {
  line-height: 1.8;
  font-style: italic;
  margin: 0;
}
.container-fondant-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-fondant {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 10px;
}

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

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

}

