<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .layer_cmp {
        position:relative;
        text-align: center;
        color: white;
        display: none;
        vertical-align: middle;
        background-color: rgba(1, 0, 53, 0.7);
        padding: 5% 15%;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
    }

    iframe.player, .bs-player {
        border:0px !important;
        background: transparent url('/static/Particuliers/rcwb/assets/img/visu-player_sans-controles.jpg') no-repeat 50% 50% !important;
        background-size: cover !important;
    }

    @media (min-width: 640px) {

        .layer_cmp&gt;svg {
            margin-bottom: 1rem;
        }

        .layer_cmp h3 {
            font-size: 20px;
            line-height: 24px;
            color: white;
            z-index:10;
        }

        .layer_cmp .dsg_a_text {
            font-size: 16px;
            line-height: 24px;
            color: white;
            z-index:10;
        }

        .layer_cmp .-dsg_secondaire {
            color: white !important;
            text-decoration: underline;
            z-index:10;
        }

        .layer_cmp .-dsg_secondaire:after {
            display: none !important;
            z-index:10;
        }

    }

    @media (max-width: 639px) {
        
        iframe.player, .bs-player {
            height: 100% !important;
            width: 100% !important;
            min-height: 246px;
        }

        .layer_cmp {
            padding: 1rem 1rem;
            min-height: 246px;
        }

        .layer_cmp&gt;svg,
        .layer_cmp .-dsg_secondaire {
            display: none;
        }

        .layer_cmp h3 {
            font-size: 16px;
            line-height: 24px;
            color: white !important;
        }

        .layer_cmp .dsg_a_text {
            font-size: 14px;
            line-height: 20px;
            color: white !important;
        }

        .layer_cmp button {
            width: 121px;
            height: 36px;
            line-height: 36px;
            padding: 0;
            font-weight: 600;
            font-size: 14px;
            margin-top: .75rem !important;
        }
        .container-youtube{
            overflow: visible !important;
        }
    }</pre></body></html>