



#presentation_prod{
  width: 100%;
  height:100svh;
  display: flex;
  margin-top: 15%;
}
#left_presentation{
  width: 40%;
  margin-left: 10%;
  height:100%;
  background-image: url('/static/images/cochet/a1.webp');
  background-size: cover;
}
#right_presentation{
  width: 50%;
  height:100%;
  padding-top: 7%;
  padding-left: 5%;
}
.div_titre{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.line_product{
  width: 100%;
  height:1px;
  background-color: rgba(0, 0, 0, 0.502);
}
.titre1_product{
  padding-bottom: 1.5%;
}
.titre2_product{
  margin-top: 2%;
}
.text_product{
  margin-top: -4%!important;
  width: 70%!important;
}

#ingr{
  width: 100%;
  height:fit-content;
  display: flex;
  gap:3%;
  flex-wrap: wrap;
  padding-bottom: 2%;
}
.ingr_item{
  padding-bottom: 3%;
}

