section.search .quick_search {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #dfe1e5;
    background-color: #ffffff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

section.search .quick_search .p_title {
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 65px;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}

section.search .quick_search .sp_title {
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    background-color: #f8f9fa;
    /*border-top: 1px solid #ffcf0f;*/
    /*border-bottom: 1px solid #ffcf0f;*/
    line-height: 31px;
}

section.search .quick_search .sp_title .sp_title_clic {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    cursor: pointer;
}

section.search .quick_search .sp_title span {
    font-weight: 600;
    padding-right: 10px;
    color: #0071e3;
    font-size: 18px;
    display: none;
}

section.search .quick_search ul {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}

section.search .quick_search ul li {
    padding-bottom: 2px;
}

section.search .quick_search ul li span.precision_vehicule {
    font-size: 13px;
    padding-left: 3px;
    color: #ec3b12;
    font-weight: 400;
}

section.search .quick_search ul li.li_modele {
    padding-left: 25px;
    padding-bottom: 8px;
    padding-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

section.search .quick_search ul li .m_plus {
    position: absolute;
    right: -30px;
    color: #ec3b12;
    font-weight: 600;
    padding: 0 5px;
}

section.search .quick_search ul li .m_plus:hover {
    cursor: pointer;
}



section.occasions {
    padding: 0 0 30px 0;
}

section.occasions .col_resultats {
    order: 1;
}

section.occasions .col_recherche {
    order: 2;
}

section.occasions #listing_r {
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    /* Firefox */
    -webkit-animation: fadein 1s;
    /* Safari et Chrome */
    -o-animation: fadein 1s;
    /* Opera */
}

section.occasions .esp_criteres .critere {
    border: 1px solid #dfe1e5;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0 10px 0 22px;
    background-color: #ffffff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    line-height: 25px;
}

section.occasions .esp_criteres .critere span.precision_vehicule {
    font-size: 13px;
    padding-left: 3px;
    color: #ec3b12;
    font-weight: 400;
}

section.occasions .esp_criteres .critere:hover {
    cursor: pointer;
    border: 1px solid #b1b1b1;
}

section.occasions .esp_criteres .critere::after {
    content: "x";
    position: absolute;
    top: -1px;
    left: 10px;
    color: #ec3b12;
    font-weight: 500;
}

section.occasions .esp_criteres .all_critere {
    padding: 0;
    background-color: #ec3b12;
    color: #ffffff;
}

section.occasions .esp_criteres .all_critere a {
    display: block;
    padding: 0 10px 0 22px;
    color: #ffffff;
}

section.occasions .esp_criteres .all_critere::after {
    color: #ffffff;
}

section.occasions .marge_criteres {
    padding-bottom: 0px;
}

section.occasions .marge_criteres_second {
    padding-bottom: 0;
}

section.occasions .marge_criteres_second .c_t_criteres {
    padding: 10px 0 0 0;
    border-top: 1px solid #dfe1e5;
    border-bottom: none;
}

section.occasions .c_t_criteres {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dfe1e5;
}

section.occasions .c_t_criteres .txt_resultat {
    padding-top: 6px;
    padding-left: 2px;
    float: left;
}

section.occasions .c_t_criteres .txt_resultat a {
    color: #ec3b12;
    font-weight: 500;
}

section.occasions .c_t_criteres .navig_p,
section.occasions .c_t_criteres .navigation {
    float: right;
}

section.occasions .c_t_criteres .navigation {
    padding-right: 15px;
}

section.occasions .order {
    padding-top: 10px;
    float: right;
}


section.occasions select.select_search {
    -webkit-appearance: none;
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 33px 0 10px;
    border: 1px solid #dfe1e5;
    height: 36px;
    box-shadow: none;
}

section.occasions select.select_search:focus {
    box-shadow: none;
    outline: none;
}

section.occasions .order select.select_search {
    width: 295px;
}

section.occasions .c_t_criteres .navig_p select.select_search {
    width: auto;
    /* width: 105px; */
}

section.occasions .c_t_criteres .navigation ul li {
    border: 1px solid #dfe1e5;
    background-color: #f8f9fa;
    color: #c5c5c5;
    border-left: none;
    float: left;
    text-align: center;
    width: 44px;
    line-height: 30px;
    padding-bottom: 4px;
}

section.occasions .c_t_criteres .navigation ul li.activ {
    background-color: #ffffff;
    color: #000000 !important;
}

section.occasions .c_t_criteres .navigation ul li.activ:hover {
    color: #ec3b12;
    cursor: pointer;
    font-weight: 700;
}

section.occasions .c_t_criteres .navigation ul li:first-child {
    border-left: 1px solid #dfe1e5;
}

section.occasions .c_t_criteres .navigation ul li:first-child {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

section.occasions .c_t_criteres .navigation ul li:last-child {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

section.occasions .c_vehicule {
    margin-bottom: 50px;
    background: #ffffff;
    transition: all 0.3s ease-in;
    position: relative;
}

section.occasions .c_vehicule .ancre_v {
    position: absolute;
    top: -110px;
    left: 0;
}

section.occasions a:hover {
    text-decoration: none;
}

section.occasions .c_vehicule::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #73737b;
    transition: all 0.2s linear;
}

section.occasions .c_vehicule .prix {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    background: #73737b;
    color: #ffffff;
    line-height: 32px;
    padding: 0 10px 0 18px;
    transition: all 0.2s linear;
}

section.occasions .c_vehicule .prix:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -8px;
    height: 100%;
    width: 15px;
    background-color: #73737b;
    transform: skew(-23deg, 0deg);
    transition: all 0.2s linear;
}

section.occasions .c_vehicule .prix span.prix_barre {
    font-size: 16px;
    text-decoration: line-through;
    margin: 0 3px 0 10px;
}

section.occasions .c_vehicule .prix span.tva {
    font-size: 12px;
    padding-left: 8px;
}


section.occasions .c_vehicule:hover .prix,
section.occasions .c_vehicule:hover .prix:after,
section.occasions .c_vehicule:hover::after {
    background: #ec3b12;
}

section.occasions .c_vehicule .ens_picture {
    position: relative;
}

section.occasions .c_vehicule .ens_picture .plus {
    position: absolute;
    top: 12px;
    right: -15px;
    background-color: #ffffff;
    line-height: 31px;
    width: 31px;
    text-align: center;
    color: #ec3b12;
    font-weight: 600;
    font-size: 20px;
    z-index: 1;
}

section.occasions .c_vehicule .picture {
    position: relative;
    /*overflow: hidden;*/
    display: block;
}

section.occasions .c_vehicule .picture .triangle {
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 0;
    width: 0;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #ffffff;
    z-index: 1;
}

section.occasions .c_vehicule .picture .nb-photos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    text-align: center;
    z-index: 2;
}

section.occasions .c_vehicule .picture:before {
    content: "";
    display: block;
    padding-top: calc(75% - 20px);
}

section.occasions .c_vehicule .picture img {
    /*max-width: 100%;
  vertical-align: top;*/
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    vertical-align: middle;
}

section.occasions .c_vehicule .picture_gris img {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.6;
}




section.occasions .c_vehicule .infos {
    padding: 0px 15px 35px 15px;
    position: relative;
}

section.occasions .c_vehicule .infos .title {
    padding: 15px 0 15px 0;
}

section.occasions .c_vehicule .infos .title span {
    font-weight: 500;
    font-size: 20px;
    padding-right: 5px;
    color: #ec3b12;
}

section.occasions .c_vehicule span.bull {
    padding-left: 10px;
    padding-right: 10px;
}

section.occasions .c_vehicule .infos i {
    padding-top: 2px;
    padding-left: 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fd2604;
    border: 1px solid #dfe1e5;
    margin-right: 10px;
    margin-top: 2px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    vertical-align: top;
}

section.occasions .c_vehicule .infos span.badge {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 2px 15px 4px 15px;
    margin-left: 15px;
    color: #ffffff;
}

section.occasions .c_vehicule .infos span.badge_reserve {
    background-color: #3485ca;
}

section.occasions .c_vehicule .infos span.badge_vendu {
    background-color: #d44857;
}


section.occasions .aucun_resultat {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
}

.modele-item {
    display: block !important;
    margin-top: 10px !important;
}

.modele-item.first-line {
    margin-top: 5px;
}

.mobile {
    display: none;
}

.no-mobile {
    display: block;
}

.messageOK {
    color: green;
}

.messageBAD {
    color: rgb(241 8 60);
}

@media (max-width: 991px) {
    .contenu_input {
        padding: 0 0 10px 0;
    }

    section.occasions .txt_resultat {
        padding: 0 0 15px 0;
    }

    section.occasions .aucun_resultat {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    section.occasions .order {
        padding-bottom: 20px;
    }

    section.occasions .col_resultats {
        order: 2;
    }

    section.occasions .col_recherche {
        order: 1;
    }

    section.search .quick_search {
        margin-bottom: 40px;
    }

    section.search .quick_search .sp_title {
        border-bottom: none;
    }

    section.search .quick_search ul {
        display: none;
    }

    section.search .quick_search .sp_title span {
        display: inline;
    }

    section.search .quick_search .sp_title .sp_title_clic {
        display: block;
    }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {

    section.occasions .c_t_criteres .navigation {
        padding-right: 0;
    }

    section.occasions .c_t_criteres .sep {
        clear: both;
    }

    section.occasions .c_vehicule .ens_picture .plus {
        display: none;
    }

    .mobile {
        display: block;
    }

    .no-mobile {
        display: none;
    }

}

@media (min-width: 991px) {

    section.search .quick_search ul {
        display: block !important;
    }
}