.object-fit-cover {
    -o-object-fit: cover!important;
    object-fit: cover !important;
}

.footer-main{
    background-position: right 60px bottom 45px !important;
    background-size: 150px !important;
}

@media (max-width:767px){
    .footer-main{
    background-position: right 60px bottom 50px !important;
    background-size: 80px !important;
    }
}


 @media (min-width: 768px) {
    .col-options {
        width: 500px;
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .table-responsive-stack table, 
    .table-responsive-stack thead, 
    .table-responsive-stack tbody, 
    .table-responsive-stack th, 
    .table-responsive-stack td, 
    .table-responsive-stack tr { 
        display: block; 
    }
    
/* tableau des prix responsive */
    .table-responsive-stack thead tr { 
        display: none;
    }
    
    .table-responsive-stack tr {
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
    }

    .table-responsive-stack th[scope="row"] {
        background-color: #f8f9fa;
        
        font-size: 1.6rem;
        border: none;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid #eee;
    }

    .table-responsive-stack td { 
        text-align: left !important;
        padding-left: 50%; 
        position: relative;
        border: none;
    }

    
    .table-responsive-stack td:before { 
        position: absolute;
        left: 10px;
        font-size: 1.4rem;
        color:#938484;
        width: 45%; 
        font-weight: bold;
        content: attr(data-label); /* Utilise l'attribut HTML data-label */
    }
}