.player-item{
    border:1px solid #1EB8C2;
    margin-bottom: 7px;
}

.player-item .icon {
    width : 40px;
    height: 40px;
    cursor: pointer;
    font-size: 15pt;
    border-right:1px solid #1EB8C2;
}

.player-item .icon:hover,
.player-item.active
{
    background: #ECECEC;
}

.player-titre{
    padding: 3px 10px;
    background-color: #1EB8C2;
    color:#F2FEFF;
}

.player-timer-current,
.player-progress-bar,
.player-timer-end
{
    padding-left: 10px;
    
}

.player-timer-current,
.player-timer-end
{
    width: 15%;    
}

.player-progress-bar
{
    width: 69%;    
}

.video-container
{
    width: 100%;
    margin-bottom: 20px;
}

.ytplayer
{    
    display: block;
    width: 100%;
}
