#gallerie{
    padding: 60px;
}

.row{
    padding: 40px;
}

.card-trace{
    height: 500px !important;
}

.card-img-top{
    height: 75% !important;
    object-fit: contain !important;
}

.trace-col{
    margin-bottom: 40px;
}

@media (max-width : 1100px){
    .card-trace{
        height: 350px !important;
    }
    .card-img-top{
        height: 60% !important;
        object-fit: contain !important;
    }
}
@media (max-width : 1000px){
    .card-trace{
        height: 250px !important;
    }
}

@media (max-width : 746px){
    .card-trace{
        height: auto !important;
    }
    .row{
        padding: 0;
    }
}
