
.containerprod{
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: center;
    gap: 1rem;
}

.productions{
    background-color: black;
    padding: 0.5rem;
    border-radius: 20px;
    margin-left: 2rem;
    margin-right: 2rem;
    width: 250px;
}

.productions h3{
    color: white;
    text-align: center;
    list-style: none;
    border: none;
}

@media (max-width: 500px){

    .soustitre{
        padding: 1rem;
    }

}

@media (501px <= width <= 1024px) {


}

@media (min-width: 1025px){


}