/*
    Description : style css du catalogue 
    Auteur      : Noa Berrier
    Date        : 16.01.2026
*/
.container1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
h2 {
  border-style: solid;
  background-color: #969696;
  color: black;
}
.container11 {
  border-style: solid;
  width: 250px;
  display: flex;
  flex-direction: column;
  margin-top: 5%;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
}
img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
