img { max-width: 100%; height:auto; }
#popup-container > * {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
#popup-header { margin-bottom: 40px }
#popup-header > * { display:inline-block; vertical-align: bottom }
#popup-header h4 { margin:0; text-transform: uppercase; }
#popup-6play { position:absolute; width:100%; height:auto; min-height:100%; box-shadow:0 0 15px rgba(0,0,0,.8); clear:both; border-bottom:37px solid #333333;
    background-image: -webkit-gradient(linear, top 0%, top 20%, from(#dadbdd), to(#fff));
    background-image: -webkit-linear-gradient(top, #dadbdd 0%, #fff, 20%);
    background-image: -moz-linear-gradient(top, #dadbdd 0%, #fff 20%);
    background-image: -o-linear-gradient(top, #dadbdd 0%, #fff 20%);
    background-image: -ms-linear-gradient(top, #dadbdd 0%, #fff 20%);
    background-image: linear-gradient(to bottom, #dadbdd 0%, #fff 20%);
    background-repeat: repeat-x;
    background-image:url('img/bgIE.jpg');
    background-color:#fff;
}
#popup-6play img + img { margin-left:20px; }
#popup-6play > div > div  { float:left }
#popup-6play > div > div  + div{ margin-left:15px }
#popup-6play #popup-link { position:absolute; bottom:-25px; right:20px; color:#fff; font:normal 1em "helvetica"; text-decoration: none }

#popup-video { min-width: 57%; max-width: 58%; }

#popup-video h4 { margin:0; font:bold 1.1em "helvetica"; color:#202732 }
#popup-chaine { width:38%; text-align:left }
#popup-6play #popup-close { position:absolute; top:15px; right:10px; display:block; width:19px; height:18px; text-align:center; font-weight:bold; border:1px solid #b9babd; background:#f0f0f1; color:#82868c; text-decoration:none }

@media screen and (max-width: 840px) {
    #popup-chaine { padding-top:20px; width:100%; margin-left: 0 !important; text-align:center }
    #popup-video { max-width: 100%; width:100%; min-width: 100%; }
}
.player-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.player-video iframe, .player-video embed, .player-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
