/* v2402.2 */

/*
--
-- variables
--
*/

:root {
    --cd-top-delta: .5em;
    --cd-top-delta1: .1em;
    --url-img-playerbkg169: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/5f1ccfa3d345e7c9b17d088edd6b68953cc2be3b/Background_169_540px.jpg);
    --url-img-playerbkg916: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/8ec752ae089538d3891e94e770848913143f3688/Background_916_540px.jpg);
    --url-img-prelive169: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/5a7f14fef9ad64b44fe205f824de5d2b12aef3bf/169_Transparent_Start_1080px.png);
    --url-img-prelive916: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/e25cfe1d2c1a4d20e71f92cbdfd0169ca41d4a52/916_Transparent_Start_1080px.png);
    --url-img-postlive169: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/619895d78a3503da462014b118ded07e3c7487ca/169_Transparent_Available-Soon_1080px.png);
    --url-img-postlive916: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/db5093b723cc562f1f61d4fe2eb15de70e87ec30/916_Transparent_Available-Soon_1080px.png);
    --url-img-interrupt169: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/a27b60a2f18a11c38b7b2df2e08d89481398bfed/169_Transparent_Back-Shortly_1080px.png);
    --url-img-interrupt916: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/17c258c0c9468dab9a990db94ab5a8c85300f3eb/916_Transparent_Back-Shortly_1080px.png);
    --url-img-replay169: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/f2efe00597891f6c8120d8948a8a7c83e241b2f8/169_Transparent_Replay_1080px.png);
    --url-img-replay916: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/3cf07155a834e4c04acc00f198b1d25601e58504/916_Transparent_Replay_1080px.png);
    --url-img-countdown169: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/7dcca9bed8036d0c2704fbe96a9638d448130070/169_Transparent_Countdown_1080px.png);
    --url-img-countdown916: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/b28a027dda6606fcf93cdf77f4069a050e160ee8/916_Transparent_Countdown_1080px.png);
    --url-icon-play: url("../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/000d0a21f30b90a57294c41c44b7acab695d1b46/player-icon-Play.svg");
    --url-icon-pause: url("../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/34e85dc80f82b3137e250954952e671c31351938/player-icon-Pause.svg");
    --url-icon-stop: url('../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/969e88d477e7121800142dbde691e83bbf92b9b3/player-icon-Stop.svg');
    --url-icon-vol0: url('../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/6dbcc081e0e47691a7e88172a46310845dd2412b/player-icon-Volume-0.svg');
    --url-icon-vol50: url('../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/292ae9d35bc5abd19f94d637debefab4bb5cb13e/player-icon-Volume-50.svg');
    --url-icon-vol100: url('../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/77074ec95f56ea077783739f7cd403202d335fa7/player-icon-Volume-100.svg');
    --url-icon-fullscreenOn: url('../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/848a133e73acd920f3dec2f771bf603aad57c24d/player-icon-Fullscreen.svg');
    --url-icon-fullscreenOff: url(../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/271d4afc216a0cc626f72793665f3d5d996d3b49/player-icon-BackScreen.svg);
}

/*
--
-- css player 16/9 compatibility
--
*/

#container #player {
    padding-bottom: 0;
}

#playerIframe {
    position: relative;
}

/*
--
-- custom-playback
----------------------------------------------------------------------------
*/

@font-face {
    font-family: 'CopperplateSL';
    src: url("../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/5404cab73b5e495d1dc1e28bd59d77def1796399/CopperplateSL-Regular.otf") format("opentype")
}

#container .wrap .left div#description {
    position: absolute;
    bottom: 0;
    left: 0;
}

.playback-btn {
    bottom: 17px;
    left: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

@media only screen and (max-width:767px) {
    #container .wrap .left div#description {
        top: 0;
        right: 0;
    }

    .playback-btn {
        top: 10px;
        right: 10px;
        bottom: auto;
        left: auto;
        width: 38px;
        height: 38px;
    }
}

#container .wrap .left div#description #descriptionScroll,
#container .wrap .left div#description {
    display: block;
    background: transparent;
    min-height: auto;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
}

body:not(.playback-btn-container) #container .wrap .left div#description,
body:not(.player-state-vod) #container .wrap .left div#description {
    display: none;
}

#playback {
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.playback-btn {
    z-index: 2000;
    position: absolute;
    border: none;
}

.playback-btn {
    opacity: 1;
    transition: opacity .5s ease-out;
}

.playback-btn-container .playback-btn[disabled] {
    opacity: .5;
}

/*
.playback-btn-container.playing .playback-btn[disabled],
.playback-btn-container.playing .playback-btn {
    opacity: 0;
}
*/
.playback-btn-container.active .playback-btn {
    opacity: 1;
}

.playback-btn {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: transparent;
    background-image: var(--url-icon-play);
}

.playback-btn-container.playing .playback-btn {
    background-size: 100%;
    background-image: var(--url-icon-pause);
}



/*
--
-- force embed mode
----------------------------------------------------------------------------
*/

#header,
#footer {
    display: none !important;
}

#container .wrap .left,
#container .wrap .right {
    padding: 0;
}

/*
--
-- lecteur a 100% de la frame - sans contrainte de ratio
----------------------------------------------------------------------------
*/
html.ee-html,
.ee-html body,
.ee-html body #container,
.ee-html body #content,
.ee-html body #block1,
.ee-html #container #playerWrap,
.ee-html #container #player {
    height: 100%;
    min-height: 100%;
}

#container {
    min-height: none;
    min-height: unset;
}

body.footer-sticky #container {
    padding-bottom: 0;
}

#container #playerWrap {
    display: flex;
    align-items: center;
}

#container #player {
    width: 100%;
    max-height: 100%;
}

body:not(.widgets) #container #content {
    max-width: none;
    max-width: unset;
}

#replayBody {
    display: flex;
    align-items: center;
}


/*
--
-- hide cookies banner in embed
----------------------------------------------------------------------------
*/
html.embedded .cookies_banner-container {
    display: none;
}

/*
--
-- animations
----------------------------------------------------------------------------
*/


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes expand-h72 {
    from {
        height: 0;
    }

    to {
        height: 72px;
    }
}


/*
--
-- icons transition
----------------------------------------------------------------------------
*/

/*
@@transition controlbar
*/

#playerObject .jw-controlbar,
#playerObject.jww-user-active .jw-controlbar {
    transition: top .75s cubic-bezier(0, 0, 0, 0.99) .1s, bottom .75s cubic-bezier(0, 0, 0, 0.99) .1s, opacity .5s .2s;
}

#playerObject.jw-flag-user-inactive.jw-state-playing:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .jw-controlbar,
#playerObject.jw-flag-user-inactive .jw-controlbar {
    transition: top .75s cubic-bezier(0, 0, 0, 0.69) .2s, bottom .75s cubic-bezier(0, 0, 0, 0.99) .2s, opacity .5s .2s;
}

#playerObject.jw-flag-user-inactive.jw-state-playing:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .jw-controlbar {
    visibility: visible
        /*@nativ hide override@*/
    ;
}


/*
@@transition volume
*/

#playerObject .jw-icon-volume,
#playerObject.jww-user-active .jw-icon-volume {
    transition: right .8s cubic-bezier(0, 0, 0, 0.89), opacity .55s .2s;
}

#playerObject.jw-flag-user-inactive .jw-icon-volume {
    transition: right .75s cubic-bezier(0, 0, 0, 0.89), opacity .55s;
}

.jw-icon-volume .jw-svg-icon,
.jw-icon-playback .jw-svg-icon {
    transition: opacity .4s;
}


/*
@@transition fullscreen
*/

#playerObject .jw-icon-fullscreen {
    transition: opacity 0.5s, transform .5s;
}

/*
@@transition slider-time
*/

#playerObject .jw-slider-time {
    transition: right .4s, left .1s, opacity .5s .1s;
}

/*
@@transition playback
*/

#playerObject .jw-icon-playback {
    transition: left .4s, width 0.5s cubic-bezier(0, 0, 0, 0.99), opacity 0.5s ease-out;
}

#playerObject.jw-flag-touch.jw-flag-user-inactive.jw-state-playing:not(.jw-orientation-portrait) .jw-controlbar .jw-icon.jw-icon-playback {
    transition: left .4s, width 0.5s cubic-bezier(0, 0, 0, 0.99), opacity 0.1s;
}


/*
@@transition time text
*/

#playerObject .jw-text-countdown,
#playerObject .jw-text-duration,
#playerObject .jw-text-elapsed {
    transition: opacity .5s linear .15s;
}

#playerObject.jww-user-active .jw-icon-inline.jw-text-live,
#playerObject .jw-icon-inline.jw-text-live {
    transition: padding 0.5s cubic-bezier(0, 0, 0, 0.99), opacity .5s cubic-bezier(0, 0, 0, 0.99) .3s .2s;
}

#playerObject.jw-flag-user-inactive .jw-icon-inline.jw-text-live,
#playerObject .jw-icon-inline.jw-text-live {
    transition: padding 0.5s cubic-bezier(0, 0, 0, 0.99) .2s, opacity .5s;
}


/*
@@central buttons
*/

#playerObject .jw-display {
    transition: opacity 0.5s;
}

/*
@@transition controls-backdrop
*/

#playerObject .jw-controls-backdrop {
    transition: opacity .6s;
}

/*@@*/

/*
-- controls fade effect
----------------------------------------------------------------------------
*/

/*
@@ctrls
*/

#playerObject.jw-flag-user-inactive.jw-state-playing .jw-slider-time,
#playerObject.jw-flag-user-inactive.jw-state-playing .jw-icon-tooltip,
#playerObject.jw-flag-user-inactive.jw-state-playing .jw-text-countdown,
#playerObject.jw-flag-user-inactive.jw-state-playing .jw-text-duration,
#playerObject.jw-flag-user-inactive.jw-state-playing .jw-text-elapsed,
#playerObject.jw-flag-user-inactive.jw-state-playing .jw-text-live,
#playerObject.jw-flag-user-inactive.jw-state-playing .jw-controlbar {
    opacity: 0;
}

#playerObject.jww-user-active.jw-state-playing .jw-slider-time,
#playerObject.jww-user-active.jw-state-playing .jw-icon-tooltip,
#playerObject.jww-user-active.jw-state-playing .jw-text-countdown,
#playerObject.jww-user-active.jw-state-playing .jw-text-duration,
#playerObject.jww-user-active.jw-state-playing .jw-text-elapsed,
#playerObject.jww-user-active.jw-state-playing .jw-text-live,
#playerObject.jww-user-active.jw-state-playing .jw-controlbar {
    opacity: 1;
}

#playerObject.jww-user-active.jw-state-playing .jw-text-duration {
    opacity: .5;
}

#playerObject.jw-flag-user-inactive.jw-state-playing.jw-flag-fullscreen .jw-controlbar,
#playerObject.jw-flag-user-inactive.jw-state-playing .jw-controlbar {
    top: auto;
    bottom: -72px;
}

#playerObject.jww-user-active.jw-state-playing .jw-controlbar {
    top: auto;
    bottom: 19px;
}

#playerObject.jww-user-active.jw-state-playing.jw-flag-fullscreen .jw-controlbar {
    top: auto;
    bottom: 29px;
}

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

    #playerObject.jw-flag-user-inactive.jw-state-playing.jw-orientation-portrait.jw-flag-fullscreen .jw-controlbar,
    #playerObject.jw-flag-user-inactive.jw-state-playing.jw-orientation-portrait .jw-controlbar {
        top: 11px
            /*-32px*/
        ;
        bottom: auto;
    }

    #playerObject.jww-user-active.jw-state-playing.jw-orientation-portrait .jw-controlbar {
        top: 11px;
        bottom: auto;
    }
}

/*
@@volume
*/

#playerObject .jw-icon-volume {
    right: 44px;
}

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

    #playerObject .jw-icon-volume,
    #playerObject.jww-user-active.jw-state-playing.jw-orientation-portrait .jw-icon-volume {
        right: 34px;
    }

    #playerObject.jw-flag-user-inactive.jw-state-playing.jw-orientation-portrait .jw-icon-volume {
        right: -3px;
        opacity: 0;
    }
}


/*
@@fullscreen
*/
@media only screen and (max-width:767px) {
    #playerObject.jw-flag-user-inactive.jw-state-playing.jw-orientation-portrait .jw-icon-fullscreen {
        opacity: 0;
        transform: scale(0);
    }
}

/*
-- controlbar
----------------------------------------------------------------------------
*/
#playerObject.jw-flag-fullscreen.jw-flag-user-inactive.jw-state-playing: not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .jw-controlbar {
    opacity: 0;
}


/*
-- fullscreen icon
----------------------------------------------------------------------------
*/


#playerObject.jw-flag-user-inactive.jw-orientation-portrait .jw-icon-fullscreen {
    opacity: 1;
}


/*
-- svg-icon icon
----------------------------------------------------------------------------
*/

.jw-icon-volume .jw-svg-icon,
#playerObject .jw-icon.jw-icon-playback .jw-svg-icon {
    z-index: 0;
    opacity: 0;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*
-- time text
----------------------------------------------------------------------------
*/

/*@live text@*/
#playerObject .jw-text-live.jw-dvr-live::before {
    opacity: 1;
}

/*@@*/

/*
-- playback icon
----------------------------------------------------------------------------
*/

#playerObject .jw-icon-playback {
    opacity: 1;
}

#playerObject.jw-state-playing .jw-icon.jw-icon-playback .jw-svg-icon-pause,
#playerObject.jw-state-paused .jw-icon.jw-icon-playback .jw-svg-icon-play,
#playerObject.jw-state-idle .jw-icon.jw-icon-playback .jw-svg-icon-play {
    opacity: 1;
    z-index: 1;
}

#playerObject.jw-state-buffering .jw-icon.jw-icon-playback .jw-svg-icon-play {
    opacity: .5;
}

#playerObject .jw-icon-inline.jw-icon-playback {
    margin-right: 25px
        /*40px*/
    ;
}

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

    #playerObject.jw-flag-small-player .jw-icon-inline.jw-icon-playback,
    #playerObject.jw-orientation-portrait .jw-icon-inline.jw-icon-playback {
        margin-right: 13px;
    }
}

#playerObject.jw-flag-small-player:not(.jw-flag-audio-player):not(.jw-flag-ads) .jw-controlbar .jw-button-container>.jw-icon-playback {
    display: flex;
}



/*
-- volume icon
----------------------------------------------------------------------------
*/

#playerObject .jw-icon-volume {
    position: absolute;
    z-index: 1;
}

.jw-icon-volume.jw-off .jw-svg-icon-volume-50,
.jw-icon-volume.jw-full .jw-svg-icon-volume-50 {
    opacity: 0;
}

.jw-icon-volume .jw-svg-icon-volume-50,
.jw-icon-volume.jw-off .jw-svg-icon-volume-0,
.jw-icon-volume.jw-full .jw-svg-icon-volume-100 {
    opacity: 1;
}






/*
--
-- player controls overlay (ctrls contrast)
----------------------------------------------------------------------------
*/


#playerObject .jw-controls-backdrop {
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1) 20%, transparent 40%);
}

#playerObject.jw-orientation-portrait .jw-controls-backdrop {
    background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1) 20%, transparent 40%);
    /*@v0@*/
    background: rgba(0, 0, 0, .3);
    background: -webkit-linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .3) calc(100% - 35px));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .3) calc(100% - 35px));
    /*@@*/
}

#playerObject.jw-state-idle .jw-controls-backdrop,
#playerObject.jw-flag-user-inactive:not(.jw-state-paused) .jw-controls-backdrop {
    opacity: 0;
}

#playerObject .jw-controls-backdrop {
    opacity: 1;
}



/*
--
-- player central controls
----------------------------------------------------------------------------
*/
#playerObject .jw-display-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

#playerObject .jw-display-icon-next,
#playerObject .jw-display-icon-rewind {
    display: none;
}

/*@@center play/pause - valign @*/

#playerObject .jw-display-icon-display {
    padding: 0;
    margin: 0;
}

#playerObject.jw-flag-small-player .jw-controls>.jw-display {
    padding: 0;
}

/*@@*/

/*@@central cover@*/

#playerObject:not(.jw-orientation-portrait) .jw-display-icon-display .jw-icon-display,
#playerObject:not(.jw-orientation-portrait) .jw-display-icon-display,
#playerObject:not(.jw-orientation-portrait) .jw-display-controls {
    width: 100%;
    height: 100%;
}

/*@@hide central button on desktop@*/
#playerObject:not(.jw-orientation-portrait):not(.jw-flag-small-player):not(.jw-state-buffering) .jw-icon-display {
    visibility: hidden;
}

#playerObject:not(.jw-state-buffering) .jw-display-icon-display .jw-svg-icon {
    width: 100%;
    height: 100%;
    contain: size;
}

#playerObject.jw-flag-small-player .jw-display-icon-display .jw-svg-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

#playerObject.jw-orientation-portrait .jw-display-icon-display .jw-svg-icon {
    width: 78px;
    height: 78px;
    line-height: 78px;
}




/*
--
-- central buttons
----------------------------------------------------------------------------
*/

#playerObject.jw-state-idle .jw-controls {
    background: transparent;
}

/*@ tap capture screen coverage @*/
/*@@v0@*--/

#playerObject.jw-state-paused.jw-flag-touch .jw-display-icon-display .jw-icon,
#playerObject.jw-state-playing.jw-flag-touch .jw-display-icon-display .jw-icon,
#playerObject.jw-state-idle .jw-display-icon-display .jw-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    opacity: 0;
    background: transparent;
}
#playerObject.jw-orientation-portrait.jw-state-paused .jw-display-icon-display .jw-icon,
#playerObject.jw-orientation-portrait.jw-state-playing .jw-display-icon-display .jw-icon {
    top: 48px;
    bottom: 48px;
}
/*@@*/

#playerObject.jw-orientation-portrait.jw-state-paused.jw-flag-touch .jw-display-icon-display .jw-icon,
#playerObject.jw-orientation-portrait.jw-state-playing.jw-flag-touch .jw-display-icon-display .jw-icon {
    opacity: 1;
}

/*
#playerObject:not(.jw-orientation-portrait):not(.jw-flag-user-inactive):not(.jw-state-idle) .jw-display-icon-display .jw-icon {
    opacity: 1;
}
*/


/*@center play/pause - fade @*/
#playerObject.jw-state-playing.jw-flag-user-inactive .jw-display,
#playerObject .jw-icon-display {
    visibility: visible;
}

#playerObject.jw-state-idle .jw-icon-display {
    visibility: hidden;
}

/*@@*/


/*
--
-- live button
----------------------------------------------------------------------------
*/

#playerObject .jw-text-live.jw-dvr-live {
    box-shadow: none;
}

/*
--
-- fix iphone display - loading player error
----------------------------------------------------------------------------
*/

#playerObject~a {
    display: none !important;
}

/*
--
-- right button menu
----------------------------------------------------------------------------
*/

#playerObject.jwplayer .jw-rightclick.jw-open {
    display: none;
}


/*
--
-- control bar display
----------------------------------------------------------------------------
*/

#playerObject.jw-flag-user-inactive.jw-state-playing:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .jw-controlbar {
    visibility: visible;
    opacity: 1;
    pointer-events: none;
}

#playerObject .jw-controlbar .jw-button-container {
    padding: 0;
}

/*@@ctrl-align@*/
#playerObject .jw-controlbar {
    bottom: 19px
        /*@x1@ icon bottom is 30px; 19 + ~11(icon bottom pad = (22(bar-h/2) - (13.25(svg-h/2) - 2.25=svg-mb)) */
    ;
    left: 8px
        /*@x0@ icon left is 20=  8+ ~12px icon left pad */
    ;
    right: 12px;
    width: auto;
}

#playerObject.jw-flag-fullscreen .jw-button-container {
    padding: 0;
}

#playerObject.jw-flag-fullscreen .jw-controlbar {
    bottom: 29px
        /*@x1@ icon bottom 40= 29+ ~11 icon bottom pad */
    ;
    left: 12px
        /*@x0@ icon left 30= 12+ ~18px icon left pad*/
    ;
    right: 22px;
    width: auto;
}

/*
--
-- seek bar
----------------------------------------------------------------------------
*/

#playerObject .jw-slider-horizontal .jw-slider-container {
    height: 2px;
}

#playerObject .jw-tooltip-time {
    display: none;
}

#playerObject .jw-slider-time .jw-knob {
    height: 10px;
    width: 10px;
    transform: translate(-50%, -50%) scale(1);
    box-shadow: none;
}

/*
-- hide knob at initialization time
*/
#playerObject .jw-slider-time .jw-knob {
    opacity: 0;
}

#playerObject.jw-state-buffering .jw-slider-time .jw-knob,
#playerObject.jw-state-paused .jw-slider-time .jw-knob,
#playerObject.jw-state-playing .jw-slider-time .jw-knob {
    opacity: 1;
}

#playerObject .jw-slider-time {
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    padding: 0 7px 0 14px;
    opacity: 1;
}

#playerObject.jw-flag-fullscreen .jw-slider-time {
    padding: 0 7px 0 20px;
}

/*@@smallplayer@@*--/
#playerObject.jw-flag-small-player .jw-slider-time {
    padding: 0 4px 0 0;
}
/*@@*/



/*
--
-- mobile - player-controls top position
----------------------------------------------------------------------------
*/

/*
@@--916--@@
@@*/

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

    /*
  @@seek bar
  */

    #playerObject.jw-orientation-portrait .jw-slider-time {
        position: absolute;
        padding: 0;
        left: 114px
            /*@x0@ live+dvr*/
        ;
        right: 86px;
        width: auto;
    }

    #playerObject.jw-orientation-portrait.jw-breakpoint-0 .jw-slider-time {
        left: 66px
            /*@x0@ pb live+dvr  */
        ;
    }

    #playerObject.jw-orientation-portrait.jww-live:not(.jww-dvr) .jw-slider-time {
        left: 60px
            /*@x0@ pb live+dvr  */
        ;
    }

    /*@@user-inactive @icon-fullscreen*/
    /*--
  #playerObject.jw-orientation-portrait.jw-flag-user-inactive .jw-slider-time {
      right: 43px;
  }

  #playerObject.jw-orientation-portrait.jw-breakpoint-0 .jw-slider-time {
      left: 52px;
  }
  */

    /*
  @@ttime text
  */


    #playerObject.jw-orientation-portrait .jw-text-live {
        margin-right: 4px
            /*@x0@ live+dvr*/
        ;
    }

    #playerObject.jw-orientation-portrait .jw-controlbar {
        top: 11px
            /*@x1:20 - (32 - (fontsize+2)) / 2 */
        ;
        bottom: auto;
        left: 8px;
        right: 13px;
    }

    #playerObject .jw-icon-volume>.jw-overlay {
        bottom: auto;
        top: calc(100% + 8px);
    }

    /*@portrait - hidden playback@*/
    #playerObject.jw-flag-small-player .jw-icon-inline.jw-icon-playback,
    #playerObject.jw-orientation-portrait.jw-flag-fullscreen .jw-icon-inline.jw-icon-playback,
    #playerObject.jw-orientation-portrait.jw-flag-user-inactive .jw-icon-inline.jw-icon-playback,
    #playerObject.jw-orientation-portrait .jw-icon-playback {
        width: 0;
        margin-right: 12px;
    }

    #playerObject .jw-text-countdown {
        justify-content: flex-start;
    }

    /*@portrait - hidden playback@*--/
  #playerObject.jw-orientation-portrait.jw-flag-fullscreen .jw-controlbar,
  #playerObject.jw-orientation-portrait .jw-controlbar {
      left: 20px;
      width: calc(100% - 37px);
  }
  /*@@*/
    /*@portrait - iso site ysl burger@*--/
  #playerObject.jw-orientation-portrait.jw-flag-fullscreen .jw-controlbar,
  #playerObject.jw-orientation-portrait .jw-controlbar {
      left: calc(5.333333vw - 12px);
      right: 5.333333vw;
      width: auto;
  }
  /*@@*/
}

#playerObject.jw-flag-touch.jw-flag-user-inactive.jw-state-playing:not(.jw-orientation-portrait) .jw-controlbar .jw-icon.jw-icon-fullscreen,
#playerObject.jw-flag-touch.jw-flag-user-inactive.jw-state-playing:not(.jw-orientation-portrait) .jw-controlbar .jw-icon.jw-icon-playback {
    opacity: 0;
}

/*@@--916--@@**/



/*
--
-- ctrls fonts
----------------------------------------------------------------------------
*/

.jw-reset {
    font-weight: 500 !important;
    font-size:
        /*13*/
        15px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.jw-reset.jw-text-elapsed,
.jw-reset.jw-text-duration,
.jw-reset.jw-text-countdown,
.jw-reset.jw-text-live {
    font-size: 12px !important;
}







/*
--
-- removed ctrls
----------------------------------------------------------------------------
*/
.jw-icon-rewind {
    visibility: hidden !important;
}

.jw-controlbar .jw-rightclick,
.jw-controlbar .jw-icon-rewind,
.jw-controlbar .jw-settings-submenu-button {
    display: none !important;
}

.unmute-cta-display .unmute-cta {
    display: none;
}

/*
--
-- icons
----------------------------------------------------------------------------
*/

.jw-icon-playback .jw-svg-icon,
.jw-icon-fullscreen .jw-svg-icon,
.jw-icon-volume .jw-svg-icon {
    color: transparent !important;
    fill: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.jw-controlbar .jw-tooltip.jw-open {
    display: none !important;
}





/*
--
-- icons sizes
----------------------------------------------------------------------------
*/
.jw-icon .jw-svg-icon {
    width: 100%;
    height: 100%;
}

.jw-icon {
    height: 34px;
}

.jw-icon-inline.jw-icon-fullscreen,
.jw-icon-inline.jw-icon-volume,
.jw-icon-tooltip.jw-icon-volume {
    width: 34px;
}

.jw-icon-inline.jw-icon-playback {
    width: 40px;
}

.jw-icon-inline.jw-text-live {
    /*width: 48px;*/
    /*padding: 0 0 0 26px ;*/
    color: #fff;
}

.jw-text-live::before {
    margin-top: 1px;
}

/*
@@icon size fullscreen
*/

#playerObject.jw-flag-fullscreen .jw-controlbar .jw-icon {
    height: 36px;
}

#playerObject.jw-flag-fullscreen .jw-icon-inline.jw-icon-fullscreen,
#playerObject.jw-flag-fullscreen .jw-icon-tooltip.jw-icon-volume {
    width: 36px;
}

#playerObject.jw-flag-fullscreen .jw-icon-inline.jw-icon-playback {
    width: 54px;
}

#playerObject.jw-flag-fullscreen .jw-icon-inline.jw-text-live {
    /*width: 59px;*/
    padding: 0 0 0 42px;
}

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

    #playerObject.jw-orientation-portrait .jw-controlbar .jw-icon {
        height: 32px;
    }

    .jw-icon-inline.jw-icon-fullscreen,
    .jw-icon-tooltip.jw-icon-volume {
        width: 32px;
    }

    .jw-icon-inline.jw-icon-playback {
        width: 40px;
    }

    .jw-icon-inline.jw-text-live {
        padding: 0;
    }

    /*@@ icon size fullscreen @@*/

    #playerObject.jw-flag-fullscreen .jw-controlbar .jw-icon {
        height: 34px;
    }

    #playerObject.jw-flag-fullscreen .jw-icon-inline.jw-icon-fullscreen,
    #playerObject.jw-flag-fullscreen .jw-icon-tooltip.jw-icon-volume {
        width: 34px;
    }

    #playerObject.jw-flag-fullscreen .jw-icon-inline.jw-icon-playback {
        width: 40px;
    }
}

/*@8.26.0@*/
#playerObject.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar {
    max-height: 70px;
}

#playerObject.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-inline:not(.jw-text-live) {
    width: 40px;
    height: 44px;
}

#playerObject.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-inline.jw-icon-fullscreen,
#playerObject.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-inline.jw-icon-volume,
#playerObject.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-tooltip.jw-icon-volume {
    width: 34px;
}

#playerObject.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-inline.jw-text-elapsed,
#playerObject.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-inline.jw-text-duration {
    width: fit-content;
}

#playerObject.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-volume .jw-overlay {
    padding-bottom: 0 !important;
}

#playerObject.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-inline:not(.jw-text-live) .jw-svg-icon,
#playerObject.jw-breakpoint-7:not(.jw-flag-audio-player) .jw-controlbar .jw-button-container .jw-icon-volume .jw-svg-icon {
    width: 100%;
    height: 100%;
}

/*
--
-- elapsed/duration text
----------------------------------------------------------------------------
*/

.jw-text-duration {
    opacity: .5;
}

/*
--
-- volume icons images
----------------------------------------------------------------------------
*/


.jw-off.jw-icon-volume .jw-svg-icon.jw-svg-icon-volume-0 {
    background-image: var(--url-icon-vol0);
}

.jw-icon-volume .jw-svg-icon.jw-svg-icon-volume-50 {
    background-image: var(--url-icon-vol50);
}

.jw-icon-volume .jw-svg-icon.jw-svg-icon-volume-100 {
    background-image: var(--url-icon-vol100);
}

/*
--
-- fullscreen icons images
----------------------------------------------------------------------------
*/

.jw-icon-fullscreen .jw-svg-icon.jw-svg-icon-fullscreen-on {
    background-image: var(--url-icon-fullscreenOn);
}

.jw-icon-fullscreen .jw-svg-icon.jw-svg-icon-fullscreen-off {
    background-image: var(--url-icon-fullscreenOff);
}

/*
--
-- playback icons images
----------------------------------------------------------------------------
*/

.jw-icon-playback .jw-svg-icon.jw-svg-icon-stop {
    background-image: var(--url-icon-stop);
}

.jw-icon-playback .jw-svg-icon.jw-svg-icon-pause {
    background-image: var(--url-icon-pause);
}

.jw-icon-playback .jw-svg-icon.jw-svg-icon-play {
    background-image: var(--url-icon-play);
}

/*
--
-- mobile
----------------------------------------------------------------------------
*/

@media only screen and (max-width:767px) {
    /*
  -- @@mobile landscape@
  */

    #playerObject.jw-orientation-portrait.jw-state-playing:not(.jw-flag-touch):not(.jw-flag-casting) .jw-display,
    #playerObject.jw-orientation-portrait.jw-state-paused:not(.jw-flag-touch):not(.jw-flag-casting):not(.jw-flag-play-rejected) .jw-display {
        display: flex
            /*table*/
        ;
    }

    #playerObject .jw-display-container {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    /*
   --
   -- hide volume bar (touch device only)
  *@@/
      #playerObject.jw-flag-small-player .jw-icon-volume:after,
    #playerObject.jw-flag-small-player .jw-icon-volume.jw-open .jw-overlay,
      #playerObject.jww-touch .jw-icon-volume.jw-open .jw-overlay,
      #playerObject.jw-flag-touch .jw-icon-volume.jw-open .jw-overlay {
          display: none;
      }
  /*@@*/
}

/*
 --
 -- hide volume bar (any device)
*/
#playerObject .jw-icon-volume:after,
#playerObject .jw-icon-volume.jw-open .jw-overlay {
    display: none;
}

/*
--
-- vod
----------------------------------------------------------------------------
*/

/*
@@--916 vod---mode-page
@@obsolete*/

.vod-mobile {
    display: none;
}

@media only screen and (max-width:767px) {
    .vod-desktop {
        display: none;
    }

    .vod-mobile {
        display: block;
    }
}

/*@@*/


/*
--
-- card contents
----------------------------------------------------------------------------
*/

.hidden {
    visibility: hidden;
}

.countdown,
.card-content #playerContainer {
    font-size: 56px
        /* /// =5.46*1024 - 5.46vw at max w=1024 /// */
    ;
}

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

    .countdown,
    .card-content #playerContainer {
        font-size: 5.5vw;
    }
}

.countdown,
.card-content #playerContainer {
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    background: transparent center no-repeat;
}

.card-text:before {
    content: '';
    background: transparent no-repeat center;
    background-size: contain;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.card-text {
    box-sizing: border-box;
    width: 55%
        /*50%*/
    ;
    max-width: 540px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    overflow: visible;
    position: relative;
    margin-top: 0
        /*-1.2em*/
    ;
}

.card-text .ysl-content {
    text-align: left;
    position: absolute;
    left: 41%;
}

.ysl-content .card-title {
    width: 400px;
}

.countdown .ysl-content .card-text1,
.ysl-content .card-title {
    font-size: .55em;
}

.ysl-content .card-text1 {
    line-height: 1.2em;
    white-space: nowrap;
}


/* -- mode-img  -- */

.card-mode-img.card-content #playerContainer {
    overflow: hidden;
}

.card-mode-img.card-content .card-img {
    width: auto;
}





/*
--
-- card contents
----------------------------------------------------------------------------
*/

/*@@--916--@@*/

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

    .card-text {
        width: 100%;
        max-width: none;
        max-width: unset;
    }

    .countdown .ysl-content .card-text1,
    .ysl-content .card-title {
        font-size: .8em;
    }

    .countdown-text,
    .card-content #playerContainer {
        background-size: cover;
        align-items: center;
    }

    .card-text:not(.countdown-card-text) .card-text1 {
        position: fixed;
        left: 0;
        width: 100%;
        margin-top: 10em;
        font-size: .5em;
        top: auto;
        justify-content: center;
        text-align: center;
    }
}

/*@@*/

/*
--
-- countdown
----------------------------------------------------------------------------
*/
#player.countdown-container .countdown,
.countdown-text {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* cdtitle text-img-1.0 */
.countdown-text {
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.countdown-text,
.countdown .text-end {
    transition: background-image .5s, opacity 1s;
}

.text-countdown,
.text-end {
    display: flex !important;
}

.countdown-cd {
    display: flex;
    position: absolute;
    font-size: 0.8em;
    font-weight: 400;
    font-family: CopperplateSL;
}

/* -- */

/* cdtitle text-html version *-/
.countdown-text .card-text1 {
    display: flex;
}
/* -- */

.countdown .cd-val {
    font-size: 1em;
}

.countdown .cd-days,
.countdown .cd-hours,
.countdown .cd-minutes,
.countdown .cd-seconds {
    flex-wrap: nowrap;
}

.countdown .cd-days,
.countdown .cd-hours,
.countdown .cd-minutes,
.countdown .cd-seconds {
    margin: 0;
}



/*
--
-- countdown - centré
----------------------------------------------------------------------------
*/

.modal-cover {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

/* cdtitle text-html version *-/
.card-text:before {
    background-image: url('../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/52c4806f912c6cf72d54e4b2a3b52b685a0de2dd/saintlaurent-logo-1.svg');
    height: 2.2em;
}

.card-text .ysl-content {
    top: 2.2em;
    left: 40.5%;
}

.ysl-content .card-text1 {
    font-size: .28em;
}
*/
/* cdtitle text-img version */
/* ... nothing ... */
/* -- */

@media only screen and (max-width:767px) {
    /* cdtitle text-html version *-/
    .card-text:before {
        height: 3em;
    }

    .card-text .ysl-content {
        top: 3em;
        left: 43%;
    }
  
    .ysl-content .card-text1 {
        font-size: .625em;
    }
  /* cdtitle text-img version */
    /* ... nothing ... */
    /**/
}

/*
@@LOGO2
@@*--/

.card-text:before {
    background-image: url('../../uploads/c12ffdf9ccc5b3024e6109d64d535500fb5c65ee/94ce73428f89bf86aad6c56aec3d4d6ba1aca5dd/saintlaurent-logo-2.svg');
    height: 1em;
}

.card-text .ysl-content {
    top: 1em;
}

.ysl-content .card-text1 {
    font-size: .35em;
}

#player.countdown-container .countdown {
    top: -10px;
}

/*
------------------------------------------------------------
*/

/*
--
-- CARTON BACKGROUNDS
------------------------------------------------------------
*/


.jwplayer .jw-preview:after,
.card-mode-img.card-interrupt #playerContainer:after,
.card-mode-img.card-postlive #playerContainer:after,
.card-mode-img.card-prelive #playerContainer:after {
    content: '';
    display: block;
    background: transparent center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.player-vod-custom .jwplayer .jw-preview:after {
    content: none;
}

/*
@@--169--prelive/postlive/interrupt
@@*/
/* -- */
/* card mode img - 1080 */
.jwplayer .jw-preview,
.card-content #playerContainer {
    background-image: var(--url-img-playerbkg169) !important;
}

.player-vod-custom.bkg-video .jwplayer .jw-preview {
    background-image: none !important;
}

.player-vod-custom .bkg-img.jwplayer .jw-preview {
    width: 100%;
    height: 100%;
    background: transparent center no-repeat;
}

.card-mode-img.card-prelive #playerContainer:after {
    background-image: var(--url-img-prelive169) !important;
}

.card-mode-img.card-postlive #playerContainer:after {
    background-image: var(--url-img-postlive169) !important;
}

.card-mode-img.card-interrupt #playerContainer:after {
    background-image: var(--url-img-interrupt169) !important;
}

.jwplayer .jw-preview:after {
    background-image: var(--url-img-replay169) !important;
}

.countdown-text {
    background-image: var(--url-img-countdown169) !important;
}

.countdown-text.text-end {
    background-image: var(--url-img-prelive169) !important;
}

/* -- */

/* cdtitle text-img-1.0 */
.countdown-cd {
    font-size: 4.8vh;
    top: calc(65.1% + var(--cd-top-delta));
    /* cd left alignment 45% when not cropping and when cropping (background in cover) : text left alignment is from (view center - N fonts width) (and fnt width is relative to view heigth) */
    /* left: calc(min(50vw - 9vh + 2px, 45.1%)); */
}

/* -- */

.card-mode-img .card-text:before {
    content: none;
}

br.r916 {
    display: none;
}

@media only screen and (max-width:767px) and (min-height:600px) {

    br.r916 {
        display: block;
    }

    /*
  @@--916--prelive/postlive/interrupt
  @@*/
    /* card mode img - 1080 */
    .jwplayer.jw-orientation-portrait .jw-preview,
    .player-vod-custom .jwplayer .jw-preview,
    .card-content #playerContainer {
        background-image: var(--url-img-playerbkg916) !important;
    }

    .player-vod-custom .jwplayer.jw-orientation-portrait .jw-preview {
        background-image: none !important;
    }

    .card-mode-img.card-prelive #playerContainer:after {
        background-image: var(--url-img-prelive916) !important;
    }

    .card-mode-img.card-postlive #playerContainer:after {
        background-image: var(--url-img-postlive916) !important;
    }

    .card-mode-img.card-interrupt #playerContainer:after {
        background-image: var(--url-img-interrupt916) !important;
    }

    .jwplayer.jw-orientation-portrait .jw-preview:after {
        background-image: var(--url-img-replay916) !important;
    }

    .countdown-text {
        background-image: var(--url-img-countdown916) !important;
    }

    .countdown-text.text-end {
        background-image: var(--url-img-prelive916) !important;
    }


    /* -- */

    /* cdtitle text-img-1.0 */
    .countdown-cd {
        font-size: calc(max(2.67vh, 4.8vw));
        top: calc(var(--cd-top-delta1) + 50vh + 2.625 * max(2.67vh, 4.8vw));
        /* left: calc(min(43%, 50vw - 3.8vh));  */
    }
}

.card-content #playerContainer {
    background-size: cover;
}

.jwplayer .jw-preview {
    background-size: cover !important;
}


/*
------------------------------------------------------------
*/
.nowrap {
    white-space: nowrap;
}


/*
--
-- dev rulers
----------------------------------------------------------------------------
*/
/*
@@dev rulers
@@*--/

#playerObject:before {
    content: '';
    display: block;
    width: auto;
    height: auto;
    border: 1px solid red;
    position: absolute;
    z-index: 2000;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 40px;
    z-index: 2000;
    pointer-events: none;
}

#playerObject:after {
    content: '';
    display: block;
    width: auto;
    height: auto;
    border: 1px solid red;
    position: absolute;
    z-index: 2000;
    right: 20px;
    left: 20px;
    top: 20px;
    bottom: 30px;
    z-index: 2000;
    pointer-events: none;
}
/*@@*/