@media (min-width: 1200px) {
    .w-xl-75 {
        width: 75% !important;
    }
}

@media (min-width: 1024px) {
    .navbar .navbar-nav > li {
        margin: 25px 8px !important;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .navbar-collapse {
        justify-content: space-between;
    }

    .last-arrival {
        display: block;
        background-color: var(--light-grey1);
        margin: 0 auto;
    }

    .carousel {
        display: none;
    }

    #technicalsheet .price-ttc {
        color: var(--mauffrey-red);
        font-size: 30px;
        font-weight: bold;
    }

    .footer1 {
        display: flex;
        flex-direction: row;
    }

    .footer2 {
        display: flex;
        justify-content: space-evenly;
    }

    .vehicule-search {
        display: flex;
    }

    .panel.panel-default.search {
        width: 80%;
    }

    .facet1 {
        max-height: 200px;
        overflow-y: auto;
        margin: 0 0 10px 0;
    }
}