.fluent_com {
    .fcom_top_menu .fhr_logo a img {
        max-height: 60px
    }

    position: relative;
    isolation: isolate;
    
    &::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("https://cequejenpense.fr/wp-content/uploads/2026/07/cqjp_logo_01_gris.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: min(55%, 600px);
        opacity: 0.04;
        pointer-events: none;
        z-index: -1;
        margin-left: 280px;
    }
    
    .feed_layout .feeds.fcom_single_layout {
        background-color: transparent;
    }
}
