@charset "utf-8";
/* CSS Document */
.video {
    font-size: 62.5%;
	margin-left: auto;
	margin-right: auto;
	
}

.wrap-vid
{
	width:   100%;
	min-width: 1500px;
	min-height:   600px;
	margin-top: 30px;
	padding: 10px;
	position: relative;
	
}
#titre-video
{
	
	text-align: left;
	margin-left: 120px;
	width: 700px;
	font-size: 1.6em;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	
}
.player {
    background: #f5a100;
    box-sizing: border-box;
    border-radius: 5px;
    height: 35px;
    float: left;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5px 0;
    bottom: 70px;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s ease-in;
    user-select: none;
}
 
.video {
    position: relative;
	width: 100%;
	height: auto;
	float: left;
	
	
	
}
 
.video:hover .player {
    opacity: 1;
}
 
.player .progress {
    width: 85%;
    height: 5px;
    border-radius: 0px;
    background: #676767;
    box-shadow: inset 0 -5px 10px rgba(0,0,0,0.1);
    float: left;
    cursor: pointer;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative;
}
 
.player .progress-bar {
    background: #8cc63f;
    box-shadow: inset -30px 0px 69px -20px #89f6f5;
    border-radius: 0px;
    height: 100%;
    position: relative;
    z-index: 999;
    width: 0;
}
 
.player .button-holder {
    position: relative;
    left: 10px;
}
 
.player .progress-button {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    border-radius: 30px;
    width: 3px;
    height: 16px;
    position: absolute;
    left: -25px;
	top:-5px;
    text-decoration: overline;
}
 
 
.player [class^="buffered"] {
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
}
 
.player .play-pause {
    display: inline-block;
    font-size: 2em;
    float: left;
    text-shadow: 0 0 0 #fff;
    color: rgba(255,255,255,0.8);
    width: 8%;
    padding: 0px 0 0 0;
    cursor: pointer;
    font-variant: small-caps;
}
 
.player .play, .player .pause-button {
    -webkit-transition: all 0.2s ease-out;
}
 
.player .play .pause-button, .player .pause .play-button {
    display: none;
}
 
.player .pause-button {
    padding: 7px 2px 0 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 34px;
}
 
.player .pause-button span {
    background: #fff;
    width: 3px;
    height: 10px;
    float: left;
    display: block;
}
 
.player .pause-button span:first-of-type {
    margin: 0 4px 0 0;
}
 
.player .time {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: 17px;
}
 
.player .stime, .ttime {
    color: #8cc63f;
}
.player .play:hover {
    text-shadow: 0 0 5px #fff;
}
 
.player .play:active, .pause-button:active span {
    text-shadow: 0 0 7px #fff;
}
 
 
.player .pause-button:hover span {
    box-shadow: 0 0 5px #fff;
} .player .pause-button:active span {
    box-shadow: 0 0 7px #fff;
}
 
 
.player .volume {
    position: relative;
    float: left;
    width: 8%;
    margin: 0 0 0 4%;
    height: 100%;
}
 
.player .volume-icon {
    padding: 1.5%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
}
 
.player .volume-icon-hover {
    background-color: #4f4f4f;
}
 
.player .volume-holder {
    height: 100px;
    width: 100%;
    background: black;
    position: absolute;
    display: none;
    background: #4f4f4f;
    left: 0;
    border-radius: 5px 5px 0 0;
    top: -100px;
}
 
.player .volume-bar-holder {
    background: #333;
    width: 5px;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
    margin: 15px auto;
    height: 80px;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
}
 
.player .volume-button {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    border-radius: 30px;
    width: 10px;
    height: 10px;
}
 
.player .volume-button-holder {
    position: relative;
    top: -5px;
	left: -2.5px;
}
 
.player .volume-bar {
    background-color: #8cc63f;
    box-shadow: inset -30px 0px 69px -20px #89f6f5;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}
 
.player .fullscreen {
    width: 8%;
    cursor: pointer;
    float: right;
    height: 100%;
}
 
.player .fullscreen a {
    width: 25px;
    height: 24px;
    
    background-image: url(../images/fullscreen.svg);
	background-size: cover;
    display: block;
    position: relative;
    top: 12px;
    margin: 0px auto;
}
 
.player .volume-icon span {
    width: 30%;
    height: 41%;
    background-image: url(../images/volume.svg);
	background-size: cover;
    display: block;
    position: relative;
    z-index: 1;
    font-weight: bold;
    top: 20%;
    color: #fff;
    left: 22%;
}
 
.player .volume-icon span:before,
.player .volume-icon span:after {
    content: '';
    position: absolute;
}
/*.player .volume-icon span:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: -2px;
    left: 10%;
    margin-top: -44%;
}*/
.player .volume-icon span:after {
	
    width: 16px;
    height: 18px;
	left:130%;
	top:0px;
	background-size: cover;
    
 }

.player .v-change-11 span:after { background-image: url(../images/son5.svg); }
.player .v-change-10 span:after { background-image: url(../images/son5.svg); }
.player .v-change-9 span:after { background-image: url(../images/son4.svg); }
.player .v-change-8 span:after { background-image: url(../images/son4.svg); }
.player .v-change-7 span:after { background-image: url(../images/son4.svg); }
.player .v-change-6 span:after { background-image: url(../images/son3.svg); }
.player .v-change-5 span:after { background-image: url(../images/son3.svg); }
.player .v-change-4 span:after { background-image: url(../images/son2.svg); }
.player .v-change-3 span:after { background-image: url(../images/son2.svg); }
.player .v-change-2 span:after { background-image: url(../images/son1.svg); }
.player .v-change-1 span:after {  }
 
.player .v-change-1 span:after {
    content: '+';
    -webkit-transform: rotate(45deg);
    font-size: 20px;
    top: -6px;
    left: 25px;
}
video
{
	margin: auto;
}
.info-vid
{
	float: left;
	margin-top: 30px;
	margin-left: 100px;
	width: 40%;
	height: 400px;
	/*border:solid white 1px;*/
	text-align: left;
}
#table-infos
{
	height: 100%;
}
