.inaPlayerGlobal {
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* play overlay
 ------------------------------------------------------ */
.playoverlay {
    background: transparent url("//player.ina.fr/player/skinsprite.08ADDB.png") no-repeat 0 -84px;
    cursor: pointer;
    position: absolute;
    height: 70px;
    width: 70px;
    top: 40%;
    left: 45%;
    z-index: 980;
}

.playoverlay:hover, .playoverlay:active {
    background-position: 0 -156px;
}

/* POLICES
 ****************************************************** */

@font-face {
    font-family: DINWeb-Bold;
    src: url("//player.ina.fr/bundles/inaplayerplayer/polices/DINWeb-Bold.eot");
    src: url("//player.ina.fr/bundles/inaplayerplayer/polices/DINWeb-Bold.woff") format("woff");
}

@font-face {
    font-family: DINWeb-Medium;
    src: url("//player.ina.fr/bundles/inaplayerplayer/polices/DINWeb-Medium.eot");
    src: url("//player.ina.fr/bundles/inaplayerplayer/polices/DINWeb-Medium.woff") format("woff");
}

@font-face {
    font-family: DINWeb-Regular;
    src: url("//player.ina.fr/bundles/inaplayerplayer/polices/DINWeb.eot");
    src: url("//player.ina.fr/bundles/inaplayerplayer/polices/DINWeb.woff") format("woff");
}

@font-face {
    font-family: DINWeb-Light;
    src: url("//player.ina.fr/bundles/inaplayerplayer/polices/DINWeb-Light.eot");
    src: url("//player.ina.fr/bundles/inaplayerplayer/polices/DINWeb-Light.woff") format("woff");
}

/* SURCHARGE JWPLAYER */
/* fixe jwplayer components
 ------------------------------------------------------ */
.jwoverlay,
.jwdisplayIcon {
    z-index: 106;
}

.jwdisplayIcon {
    z-index: 100;
}

.jw-icon.undefined {
    padding: 0 10px;
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.undefined {
    width: 48px;
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.undefined .jw-button-image {
    background-size: 65px !important;
    max-height: 100% !important;
    background-position-y: 6px;
}

.jw-icon.undefined .jw-button-image:hover {
    box-shadow: inset 0 -3px 0 -1px currentColor;
}
/*
.jw-playlist-btn {
    display: none !important;
}
*/
/* BLOC SLIDESHOW PLAYLIST
 ****************************************************** */
.jwplayer .inaContenuSlide,
.inaContenuSlide {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 75px;
    color: #ccc;
    height: 100px;
    position: absolute;
    width: 100%;
}

/* titre
 ------------------------------------------------------ */
.jwplayer .inaContenuSlide > .inaTitlePlaylist,
.inaContenuSlide > .inaTitlePlaylist {
    color: #ccc;
    display: block;
    font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98%;
    line-height: 20px;
}

/* slideshow
 ------------------------------------------------------ */
.jwplayer .inaContenuSlide > .slideshow,
.inaContenuSlide > .slideshow {
    top: 18px;
    left: 0;
    position: absolute;
    width: 100%;
}

.jwplayer .slideshow .navigation,
.slideshow .navigation {
    background-image: url("//player.ina.fr/player/skinsprite.08ADDB.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}

.jwplayer .slideshow .navigation.leftControl,
.slideshow .navigation.leftControl,
.jwplayer .slideshow .navigation.rightControl,
.slideshow .navigation.rightControl {
    height: 79px;
    position: absolute;
    top: 1px;
    width: 43px;
}

.jwplayer .slideshow .navigation.leftControl,
.slideshow .navigation.leftControl {
    background-position: -71px -85px;
    left: 5px;
}

.jwplayer .slideshow .navigation.leftControl:hover,
.slideshow .navigation.leftControl:hover,
.jwplayer .slideshow .navigation.leftControl:active,
.slideshow .navigation.leftControl:active {
    background-position: -115px -85px;
}

.jwplayer .slideshow .navigation.rightControl,
.slideshow .navigation.rightControl {
    background-position: -71px -165px;
    right: 5px;
}

.jwplayer .slideshow .navigation.rightControl:hover,
.slideshow .navigation.rightControl:hover,
.jwplayer .slideshow .navigation.rightControl:active,
.slideshow .navigation.rightControl:active {
    background-position: -115px -165px;
}

.jwplayer .slideshow img,
.slideshow img {
    border: 1px solid #333;
    height: 77px;
    width: 102px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.jwplayer .inaContenuSlide > .slideshow > .navigation.leftControl.slick-disabled,
.inaContenuSlide > .slideshow > .navigation.leftControl.slick-disabled {
    background-position: -159px -85px;
}

.jwplayer .inaContenuSlide > .slideshow > .navigation.rightControl.slick-disabled,
.inaContenuSlide > .slideshow > .navigation.rightControl.slick-disabled {
    background-position: -159px -165px;
}

.jwplayer .inaContenuSlide > .slideshow > .slick-list,
.inaContenuSlide > .slideshow > .slick-list {
    margin-left: 45px;
    margin-right: 45px;
}

.jwplayer .inaContenuSlide > .slideshow > .slick-list > .slick-track,
.inaContenuSlide > .slideshow > .slick-list > .slick-track {
    height: 80px;
    overflow: hidden;
}

.jwplayer .inaContenuSlide > .slideshow > .slick-list > .slick-track > .slick-slide,
.inaContenuSlide > .slideshow > .slick-list > .slick-track > .slick-slide {
    margin-right: 2px;
    width: 104px;
}

.jwplayer .inaContenuSlide > .slideshow > .slick-list > .slick-track > div.slick-slide.encours img,
.inaContenuSlide > .slideshow > .slick-list > .slick-track > div.slick-slide.encours img,
.jwplayer .inaContenuSlide > .slideshow > .slick-list > .slick-track > div.slick-slide.hover img,
.inaContenuSlide > .slideshow > .slick-list > .slick-track > div.slick-slide.hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    border: solid 1px #08ADDB;
}

/* premium push
 ------------------------------------------------------ */
.jwplayer .pushPremium,
.pushPremium {
    background-color: rgba(0, 0, 0, .7);
    bottom: 190px;
    display: block;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.jwplayer .pushPremium .message,
.pushPremium .message {
    margin: 0 10px;
}

.jwplayer .pushPremium.end,
.pushPremium.end {
    bottom: 190px;
    height: 34px;
    padding: 15px 0;
    z-index: 110;
}

.jwplayer .pushPremium > .message > div,
.pushPremium > .message > div {
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #fff;
    font-family: "DINWeb-Regular", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    padding: 0 10px 10px 5px;
    text-transform: uppercase;
}

.jwplayer .pushPremium > .message > div > b,
.pushPremium > .message > div > b {
    font-family: "DINWeb-Bold", sans-serif;
    font-weight: 400;
}

.jwplayer .pushPremium > .ctnBtn,
.pushPremium > .ctnBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.jwplayer .pushPremium > .ctnBtn.center,
.pushPremium > .ctnBtn.center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jwplayer .pushPremium.end > .ctnBtn,
.pushPremium.end > .ctnBtn {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jwplayer .pushPremium > .ctnBtn > .btn-twice,
.pushPremium > .ctnBtn > .btn-twice {
    cursor: pointer;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.jwplayer .pushPremium > .ctnBtn > .btn-twice + .btn-twice,
.pushPremium > .ctnBtn > .btn-twice + .btn-twice {
    margin-left: 15px;
}

/* boite code d'export
 ------------------------------------------------------ */
.jwplayer .exportBox,
.exportBox {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    width: 100%;
    z-index: 110;
    text-align: center;
    height: 100%;
}

.jwplayer .exportBox > textarea,
.exportBox > textarea {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    display: block;
    font-family: monospace;
    font-size: 13px;
    height: 75px;
    min-height: 75px;
    max-height: 75px;
    line-height: initial;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    resize: none;
    width: 90%;
}

.jwplayer .exportBox > textarea:focus,
.exportBox > textarea:focus {
    outline: none;
    border-color: #999;
    box-shadow: none;
}

.jwplayer .exportBox > textarea::selection,
.exportBox > textarea::selection {
    color: #fff;
    background-color: #aaa;
}

.jwplayer .exportBox > .message,
.exportBox > .message {
    font-family: 'DINWeb-Medium', sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 15%;
}

.jwplayer .exportBox > .close,
.exportBox > .close {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwOGFkZGIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2ODZhYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #08addb 0%, #0686aa 100%);
    background-image: -moz-linear-gradient(top, #08addb 0%, #0686aa 100%);
    background-image: -o-linear-gradient(top, #08addb 0%, #0686aa 100%);
    background-image: linear-gradient(to bottom, #08addb 0%, #0686aa 100%);
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "DINWeb-Medium", sans-serif;
    font-size: 13px;
    font-weight: 400;
    float: none;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 10px 18px 8px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.jwplayer .exportBox > .close:hover,
.exportBox > .close:hover {
    background-color: #0682a5;
    background-image: none;
    color: #fff;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

/* barre titre
 ------------------------------------------------------ */
.jwplayer .inaPlayerVideoTitle,
.inaPlayerVideoTitle {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-family: 'DINWeb-Medium', sans-serif;
    font-size: 14px;
    height: initial;
    left: initial;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 40px;
    text-align: right;
    text-overflow: ellipsis;
    top: 15px;
    white-space: nowrap;
    width: 38%;
    z-index: 900;
    text-shadow: 0px 0px 5px #000;
}

.jwplayer .inaPlayerVideoTitle {
    top: 12px;
}

/* annee
 ------------------------------------------------------ */
.jwplayer .inaPlayerAnnee,
.inaPlayerAnnee {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    cursor: default;
    font-family: 'DINWeb-Bold', sans-serif;
    font-size: 18px;
    height: initial;
    left: 16px;
    position: absolute;
    top: 60px;
    width: initial;
    z-index: 1;
    text-shadow: 0px 0px 5px #000;
}

/* BOUTONS TWICE
======================================================= */

.jwplayer .btn-twice,
.btn-twice {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkYmMwODMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I0YTE2NyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #dbc083 0%, #b4a167 100%);
    background-image: -moz-linear-gradient(top, #dbc083 0%, #b4a167 100%);
    background-image: -o-linear-gradient(top, #dbc083 0%, #b4a167 100%);
    background-image: linear-gradient(to bottom, #dbc083 0%, #b4a167 100%);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    display: table;
    font-family: 'DINWeb-Medium', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.jwplayer .btn-twice__content,
.btn-twice__content {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2NTY1NjUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #656565 0%, #2d2d2d 100%);
    background-image: -moz-linear-gradient(top, #656565 0%, #2d2d2d 100%);
    background-image: -o-linear-gradient(top, #656565 0%, #2d2d2d 100%);
    background-image: linear-gradient(to bottom, #656565 0%, #2d2d2d 100%);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    color: #fff;
    padding: 14px 14px 11px;
    display: table-cell;
    vertical-align: top;
}

.jwplayer .btn-twice__content a,
.btn-twice__content a {
    color: #fff;
}

.jwplayer .btn-twice__content a:hover,
.btn-twice__content a:hover {
    text-decoration: none;
}

.jwplayer .btn-twice__content:hover,
.btn-twice__content:hover {
    text-decoration: none;
}

.jwplayer .btn-twice__content span:first-child,
.btn-twice__content span:first-child {
    font-family: 'DINWeb-Light', sans-serif;
}

.jwplayer .btn-twice__price,
.btn-twice__price {
    color: #fff;
    display: table-cell;
    line-height: .7;
    padding: 3px 20px 0;
    text-align: center;
    vertical-align: middle;
}

.jwplayer .btn-twice__price:hover,
.btn-twice__price:hover {
    text-decoration: none;
}

.jwplayer .btn-twice__price small,
.btn-twice__price small {
    font-size: 11px;
}

.jwplayer .btn-twice.disabled,
.btn-twice.disabled {
    background-image: none;
    background-color: #d8d8d8;
    cursor: default;
}

.jwplayer .btn-twice.disabled .btn-twice__content,
.btn-twice.disabled .btn-twice__content {
    background-image: none;
    background-color: #cccccc;
}

.jwplayer .btn-twice.btn--sm,
.btn-twice.btn--sm {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    font-size: 13px;
}

.jwplayer .btn-twice.btn--sm .btn-twice__content,
.btn-twice.btn--sm .btn-twice__content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    line-height: 1.25;
    padding: 10px 10px 8px !important;
}

.jwplayer .btn-twice.btn--sm .btn-twice__price,
.btn-twice.btn--sm .btn-twice__price {
    font-size: 14px;
    padding: 3px 10px 0 !important;
}

/* PLUGIN Quality toggling */
.jw-settings-menu {
    height: 140px !important;
    width: 185px !important;
    z-index: 1;
}

.qualite {
    float: left;
    width: 110px;
}

.qualite_disabled {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.8) !important;
    width: 100%;
    font-size: 12px !important;
    line-height: 1 !important;
    padding: 7px 0 7px 15px !important;
    cursor: unset;
}

.qualite_disabled .qualite {
    text-decoration: line-through;
}

.need-browser-updt {
    background: rgba(0,0,0,0.7);
    color: #fff;
    width: 70vw;
    padding: 10px;
    font-family: arial;
    height: 20vw;
    text-align: center;
}