#production {
    margin-top: 1rem;
}
#production .title-see-more #voir-plus-block {
    display: none;
}

.notre-production {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 20px;    
}

.notre-production .card-with-hover {
    width: 160px;
}

.notre-production .main-image {
    height: 200px;
    object-fit: cover;
}

@media(min-width: 550px) {

    .notre-production .card-with-hover {
        width: 210px;
        min-width: 210px;
    }

    .notre-production .main-image {
        height: 250px;
    }
}

@media(min-width: 816px) {
    #production .title-see-more {
        margin-right: 5%;
    
    }    
    #production .title-see-more #voir-plus-block {
        display: flex;
        justify-content: flex-end;
        position: relative;
        top: 10px
    }

    .notre-production {
        gap: 25px;
    }

    .notre-production .card-with-hover {
        width: 300px;
        min-width: unset;
    }

    .notre-production .card-with-hover .image-wrapper > div:nth-child(1) {
        height: 400px;
        overflow: hidden;
        position: relative;        
    }    

    .notre-production .card-with-hover .image-wrapper .main-image {
        height: 100%;
        max-height: unset;
        width: auto;
        object-fit: cover;
        object-position: center center;
        display: block;
    }

    .notre-production .card-with-hover .hover-image {
        max-height: unset;
    }

    .notre-production .card-with-hover .hover-image .adduam-text-hover{
        font-size: 18px;
    }

}

@media(min-width: 998px) {
    #production .title-see-more {
        margin-right: 10%;
    
    }
    .notre-production {
        margin-right: -10%;
    }
}