<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RespFRCoffeePLP_BannerManager-CSS
Industrialisation des banniÃ¨res - Version 1.0.0 */


    /*
    Masquage de la banniÃ¨re lors de l'affichage des blocs Ã©vÃ©nementiels
     */
    /*#bannercontainer {*/
    /*    display: none;*/
    /*}*/

    /*#bannercontainer, .background-white {*/
    /*    background:white !important;*/
    /*}*/

    /*
     * bug correction : on iphone this link is displayed in blue on mobile
     */
    .Banner__lightbox-link {
        color: black;
    }

    #bannerskeleton {
        min-height: 150px !important;
        max-width:996px !important;
        background: #f5f5f5 !important;
        margin: auto;
        /*border-top: 15px solid white; !* bordure blanche entre la banniÃ¨re et le header *!*/
    }

    /*Pour supprimer le fond blanc qui masque le bannerskeleton sur les banniÃ¨res statiques 
    #bannerskeleton .PromotionBanner {
        background-color: #f5f5f5 !important;
    }*/

    /* hide top horizontal by default */
    /*.PromotionBanner .ResponsiveContainer {*/
    [id^=RespFRCoffeePLPOriginalTopHorizontalBanner], [id^=RespFRCoffeePLPVertuoTopHorizontalBanner]{
        display: none;
    }

    div.show .PromotionBanner .ResponsiveContainer,
    .dp-container.show .ResponsiveContainer {
        display: block;
    }

    .DynamicBanner .ResponsiveContainer {
        margin: 0 auto;
        background-color: #f5f5f5 !important;
    }

    .DynamicBanner {
        margin: 0 auto;
        padding-top: 0 !important;
        background-color: #f5f5f5 !important;
    }

    div#idz_btn {
        display : none;
    }

    .PromotionBanner .ResponsiveContainer .Banner__lightbox-link {
        font-size: 11px;
        bottom: 4px;
    }
</pre></body></html>