h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    margin: 0;
    padding: 0;
}
#header-logo {
    display: block;
    margin: 18px 0;
}
.breadcrumb {
    border-radius: 0;
    color: #676767;
    font-size: 11px;
    margin-bottom: 6px;
    padding: 0;
}
.btn {
    border-radius: 0;

}
.caret {
    display: inline-block;
    float: right;
    vertical-align: middle;
}
.pagination-ae .btn-sm {
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 25px;
}
.panel-sub-heading .pagination-ae .btn-sm {
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 25px;
}
div#all_models {
    display: none;
}
.vehicule-thumbnails .thumbnail {
    background: 0;
    padding: 0;
    margin-bottom: 14px;
    border: 0 none;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

/****Modération***/
.topic-list-modo .topic-list-heading {
    margin: 0 -15px;
}

.tab-content {
    position: relative;
    display: none;
}

/***** pub top/bottom *****/
#top-banner-new, #top-banner-new *, #bottom-banner, #bottom-banner * {
/*    max-width: 100%;
    margin-right: auto;
    margin-left: auto;*/
    text-align: center;
}
#bottom-banner{
    padding-bottom: 20px;
}
/**** pub allianz iframe****/
#main-content iframe#assurance {
    border: 0;
    width: 100%;
    height: 1178px;
    overflow: hidden;
    background-color: #fff;
}

/**** 404 ****/

#main-content .page-404 h1 {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
}



@media screen and (max-width: 767px) {
    #main-content{
        padding: 0 10px;
        margin-bottom: 10px;
    }

    #main-content .page-404 {
        text-align: center;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/images/sprites/img_404_min.jpg) no-repeat;
        min-height: 450px;
        background-size: cover;
        color: #FFF;
        padding-top: 60px;
    }

    #main-content .page-404 h1 {
        font-size: 50px;
    }

    #main-content .page-404 h1 span {
        display: block;
        font-size: 25px;
    }
}
@media screen and (min-width: 768px) {

    #main-content .page-404 {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/images/sprites/img_404.jpg) no-repeat center;
        min-height: 450px;
        background-size: cover;
        color: #FFF;
    }

    #main-content .page-404 h1 {
        font-size: 74px;
    }

    #main-content .page-404 h1 span {
        font-size: 16px;
    }

    #sub-content{
        margin-top: 20px;
    }


}

.mask{
    background: #000;
    display: block;
    height: 120px;
    background: #000;
    display: block;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.mask img{
    max-width: 100%;
    opacity: 0.8;
}

.mask span{
    position: absolute;
    display: block;
    top: 40%;
    left: 30%;
    text-align: center;
    FONT-SIZE: 23px;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;
}



@media screen and (min-width: 960px){
    #top-banner-wrapper {
        width: 960px !important;
        margin: auto;
    }
}