@import "root.css";

main{
    padding: 200px 0 100px 0;
}

h2.name-category{
    font-family: Poppins;
    font-size: 45px;
    line-height: 37px;
    padding-left: 10%;

    color: var(--color-earth);

}

/* --------Card ---------- */

.list-item{
    display: flex;
    width: 100vw;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 100px;
}

.list-item li{
    height: 480px;
    width: 300px;
    margin-bottom: 80px;

}
/* Toutes les images sont libres de droits */
.list-item li img{
    width: 100%;
    height: 400px;
    background-size: 0%;

}

.containerUp h3 {
    font-weight: 500;
}

.information {
    width: 100%; 
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.5em;
}

.containerUp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    font-style: bold;
}