.columns-container {
    background: #f9f8f7;
    padding-top: 0;
    margin-top: 0;
}

.bbnew-nos-livres-photos {
    background-color: #f9f8f7;
    height: auto;
    width: 100%;
}

.product-list-header{
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.bbnew-nos-livres-photos .section-title {
   
    text-align: center;
    color: #2b317d;
    text-transform: uppercase;
    padding-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.bbnew-nos-livres-photos .section-title h1 {
    font-size: 2em;
    font-weight: inherit;
    padding: 0;
    margin: 0;
}

.section-sub-title p {
    font-size: 14px;
    color: #272157;
    text-align: center;
    padding-bottom: 34px;
}

.livres-photos-block {
    background-color: #ffffff;
    height: auto;
    width: 100%;
}

.banners-block {
    width: 1216px;
    height: auto;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 30px;
}

.banners-block a {
    text-decoration: none;
}

.single-banner {
    float: left;
    margin-bottom: 17px;
}

.single-banner {
    position: relative;
    height: 384px;
    width: 397px;
    margin-left: 12px;
}

.single-banner:nth-child(1),
.single-banner:nth-child(4),
.single-banner:nth-child(7),
.single-banner:nth-child(10),
.single-banner:nth-child(13),
.single-banner:nth-child(16),
.single-banner:nth-child(19),
.single-banner:nth-child(24) {
    margin-left: 0;
}

.single-banner {
    background-size: cover;
    background-position: center;
}


.single-banner-title {
    width: 100%;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 55px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    font-size: 18px;
    color: #da0043;
}

.single-banner-hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
    transition: 0.7s all;
}

.single-banner-hover.active {
    visibility: visible;
    opacity: 1;
}

.single-banner-hover-title {
    text-align: center;
    font-size: 18px;
    color: #da0043;
    padding-top: 110px;
}

.single-banner-hover-desc {
    font-size: 12px;
    line-height: 20px;
    color: #2a235a;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    padding-top: 22px;
}

.btn-je-decouvre {
    background-color: #da0043;
    display: block;
    color: #ffffff;
    width: 236px;
    height: 36px;
    border-radius: 100px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 15px;
    text-transform: uppercase;
}

.btn-je-decouvre:hover {
    color: #ffffff !important;
}

#page {
    background: #f9f8f7;
}
.content_sortPagiBar .sortPagiBar,
.content_scene_cat {
    display: none;
}


#columns {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 1200px) {
    .banners-block {
        width: 992px;
    }

    .single-banner {
        position: relative;
        height: 384px;
        width: 320px;

    }

    .section-sub-title {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 992px) {

    .bbnew-nos-livres-photos,
    .livres-photos-block {
        height: auto;
    }

    .banners-block {
        width: 90%;
    }

    .single-banner {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    .single-banner-2 {
        width: 48%;
        margin-left: 0;
    }

    .single-banner-3 {
        width: 48%;
        margin-left: 0;
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner {
        width: 100%;
    }

    .single-banner-2 {
        width: 100%;
        height: 384px;
    }

    .single-banner-3 {
        width: 100%;
        height: 384px;
    }
}