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