
/* Cacher le titre au-dessus du bandeau sur les pages archives */
.archive .fusion-page-title-bar-none,
.category .fusion-page-title-bar-none {
    display: none !important;
}

/* Cacher le titre orphelin au-dessus du bandeau sur les archives/catégories */
.archive .thetitle,
.category .thetitle,
.archive > .fusion-page-title-bar-none .fusion-page-title-captions,
body.category #wrapper .fusion-page-title-bar-none {
    display: none !important;
}


/* Cacher le titre au-dessus du bandeau */
.archive .fusion-page-title-bar-none,
.category .fusion-page-title-bar-none {
    display: none !important;
}

/* Image de fond pour le bandeau titre sur les archives/catégories */
.archive .fusion-page-title-bar,
.category .fusion-page-title-bar,
.tag .fusion-page-title-bar {
    background-image: url('https://www.biomasssilosystems.fr/wp-content/uploads/2016/09/InternalPageHeader.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 200px !important;
}

/* Cacher le titre orphelin au-dessus */
.archive .thetitle,
.category .thetitle {
    display: none !important;
}
