/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.volumebar{
	display: none;	
	}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}

figure {
	max-width: 550px;
	width: auto;
	height: auto;
}
figcaption {
	display: block;
	font-size: 16px;/*font-size:1rem;*/
}
video {
	/*max-width:1024px;*/
	width: 100%;
	margin-bottom: -4px;
	-moz-height: 100%;
}
/* controls */

.controls {
	/*display: none;	
	position:absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-color: rgba(0, 0, 0, 0.75);
	*/
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: white;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	padding: 0px 0px;
	font-size: 0.8em;
	font-family: sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 1049;
}
.controls button {
	font-size: 100%;
	line-height: normal;
	text-transform: none;
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	vertical-align: middle;
	background-color: transparent;
	background: transparent;
	color: white;
	/*margin: 0 1%;*/
	outline: none;/*font-size: 1.2em;*/
}
.controls button:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}
/*.controls progress {
	display: block;
	border: 1px solid #aaa;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 20px;
	width: 100%;
}
.controls progress span {
	width:0%;
	height:100%;
	display:inline-block;
	background-color:#2a84cd;	
}*/

/* fullscreen */
html:-ms-fullscreen {
 width:100%;
height:100%;
}
:-webkit-full-screen {
 z-index: 2147483647;
 background-color:transparent;
}
/* hide controls on fullscreen with WebKit */
figure[data-fullscreen=true] video::-webkit-media-controls {
 display:none !important;
}
/*figure[data-fullscreen=true]*/
figure:-ms-fullscreen {
 max-width:none;
 margin:0px;
 padding:0px;
}
/*figure[data-fullscreen=true]*/
:-ms-fullscreen video {
 height:100%;
 width:100%;
}
/*figure[data-fullscreen=true]*/
:-ms-fullscreen figcaption {
 display:none;
}
:-ms-fullscreen .controls /*figure[data-fullscreen=true] .controls */
{
 position: absolute;
 bottom: 0px;
 width: 100%;
 z-index: 2147483647;
 font-size: 1.5em;
}
:-moz-full-screen .controls /*figure[data-fullscreen=true] .controls */
{
 position: absolute;
 bottom: 0px;
 width: 100%;
 z-index: 2147483647;
 font-size: 1.5em;
}
:-webkit-full-screen .controls {
 position: absolute;
 bottom: 0px;
 width: 100%;
 z-index: 2147483647;
 font-size: 1.5em;
}
 video::-webkit-media-controls {
 display:none !important;
}
 video::-webkit-media-controls-enclosure {
 display:none !important;
}

/*::-webkit-media-controls {
 display:none !important;
}*/
figure[data-fullscreen=true] .seeker {
	width: 100%;
}
/*figure[data-fullscreen=true]*/
:-ms-fullscreen .controls .seeker {
 width: 100%;
}

:-moz-full-screen .controls .seeker {
 width: 100%;
}

/*figure[data-fullscreen=true]*/
:-ms-fullscreen .controls .volumebar {
 width: 100px;
}
figure[data-fullscreen=true] #videolistxml {
	display: none;
}
@font-face {
	font-family: 'icomoon';
	src: url("../Font/icomoon.eot");
	src: url("../Font/icomoon.eot?#iefix") format("embedded-opentype"), url("../Font/icomoon.woff") format("woff"), url("../Font/icomoon.ttf") format("truetype"), url("../Font/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
.icon-fullscreen-alt, .icon-fullscreen-exit-alt, .icon-play, .icon-pause, .icon-stop, .icon-volume, .icon-volume-2, .icon-preview, .icon-next {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-fullscreen-alt, .icon-fullscreen-exit-alt {
	
padding-left: 30px;
}

.icon-fullscreen-alt:before {
	content: "\e901";
}
.icon-fullscreen-exit-alt:before {
	content: "\e902";
}
.icon-play:before {
	content: "\e905";
}
.icon-pause:before {
	content: "\e906";
}
.icon-stop:before {
	content: "\e907";
}
.icon-volume:before {
	content: "\e913";
}
.icon-volume-2:before {
	content: "\e90F";
}
.icon-preview:before {
	content: "\e90A";
}
.icon-next:before {
	content: "\e90B";
}

#videoContainer {
	position: relative;
	margin: 0 auto;
	/*width: 960px;
	height: 400px;*/
	/*background-color: white;*/
}
#videoContainer:hover .controls {
	opacity: .9;
}
#videoContainer ul {
	margin: 0px;
	padding: 0px;
}
#videoContainer ul li {
	/*display: flex;*/
}
div#video_controls_bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	/*padding:10px;*/
}
#curtimetext, #durtimetext {
	color: white;
	vertical-align: middle;
}
progress[value] {
	/* Reset the default appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Get rid of default border in Firefox. */
	border: none;
	/* Dimensions */
  /*width: 250px;*/
	height: 2px;
	top : 25px;
	/* For IE10 */
	color: transparent;
	vertical-align: middle;
}
#play_button {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	background: url(../images/play.png) no-repeat;
	margin: -25px 0 0 -25px;
}

.List {
	position: absolute;
	text-decoration: none;
	list-style-type : none;
	color: #eeeedd;
	background: #D7A9AB;
	padding: 5px;
	display: block;
	cursor: pointer;
	height: 300px;
	overflow: auto;
	border: 2px solid #010101;
}
.List a {
	text-decoration: none;
}
.List li {
	padding-bottom: 4px;
	border-bottom: 2px solid #B43E11;
}
.VideoActive {
	color: RED;
}
/*.VideoActive:after {content: " (video en cours)";}*/
/*.VideoActive img
{	
	background:url("../Images/encours.png");
}*/

.progressbar {
	position: absolute;
	height: 0px;
	pointer-events: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	vertical-align: middle;
}


 .progressbar::-moz-progress-bar {
 background: transparent;
 border-radius: 3px;
}
.progressbar::-webkit-progress-bar {
 -webkit-appearance: none;
 background: transparent;
 border-radius: 3px;
}
::-webkit-progress-value {
 background: transparent;
}
.seeker {
	position: relative;
	width: 100%;
	z-index: 0;
	display: inline-block;
	padding: 0 10px 0 10px;
	margin: 0 0px;
	background: transparent;
}

/* Modification de la hauteur de la barre de chargement sous Chrome, Mozilla lorqu'elle est hover*/
.seeker:hover > input[type=range]::-moz-range-track, .seeker:hover > input[type=range]::-moz-range-progress {
	height: 10px;
}

.seeker:hover > input[type=range]::-webkit-slider-thumb {
 height: 15px;
 width: 15px;
}
.seeker:hover > input[type=range]::-webkit-slider-runnable-track {
	height: 10px;
}
/*.seeker:hover input[type=range]::-moz-range-progress {
	height: 10px;
}*/
.seeker:hover input[type=range]::-moz-range-thumb{
	height: 20px;
	width: 20px;
}
.seekbar {
	z-index: 3;
	width: 100%;
	background-color: transparent !important;
}
.volumebar {
	width: 70px;
	/*margin: 0 1%;*/
}
/*input[type=range] {
  border-radius: 2px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(255, 255, 255, 0.7);
  height: 10px;
  border: none;
  cursor: pointer;
}*/
input[type=range] {
	cursor: pointer;
	-webkit-appearance: none;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

/*
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: red;
  border-radius: 12px;
}


// thumb 


*/
/* CSS barre de progression sous ie */
input[type=range]::-ms-track {
 height: 3px;
  
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
 border-width: 4px 4px;
	/*border-radius: 10px;*/
	
	padding:6px;
 margin:0px;
    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
 background: red;
 border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
 background: #666;
 border-radius: 10px;
}
 input[type=range]::-ms-thumb {
 margin:10px;
 border: none;
 height: 8px;
 width: 8px;
 border-radius: 50%;
 background: white;
}
input[type="range"]::-ms-tooltip {
 display: none;
}

/* Eclat du point de progression sous ie*/
input[type=range].light::-ms-thumb {
 box-shadow: 0 0 8px 2px white;
}
input[type=range]:focus::-ms-fill-lower {
/*background: orange;*/
}
input[type=range]:focus::-ms-fill-upper {
/*background: blue;*/
}
input[type=range]:focus {
	outline: none;/* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

/*input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 40px;
  height: 18px;
  border: none;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #529de1), color-stop(100%, #245e8f)); // android <= 2.2 
  background-image: -webkit-linear-gradient(top , #529de1 0, #245e8f 100%); // older mobile safari and android > 2.2 
  background-image: linear-gradient(to bottom, #529de1 0, #245e8f 100%); // W3C 
}*/

input[type=range]::-moz-range-thumb {
 border-radius: 50%;
 height: 8px;
 width: 8px;
 background-color: white;
 border: 0;
}

/* Temps restant ou volume restant ( Ce qui ce trouve a droite du point ) */
input[type=range]::-moz-range-track {
 vertical-align: middle;
 border-radius: 2px;
 -moz-appearance: none;
 background-color: white;
  /*background-color: rgba(255, 255, 255, 0.7);*/
  height: 2px;
 cursor: pointer;
}


/* Temps passer ou volume mis ( Ce qui ce trouve a gauche du point ) */
input[type=range]::-moz-range-progress {
 height: 4px;
 background:red;
 border: 0;
 margin-top: 0;
 border-radius: 2px;
}


/* Point de la barre de progression sous mozilla */
input[type=range]::-moz-range-thumb {
 border-radius: 50%;
 height: 8px;
 width: 8px;
 background-color: white;
 /* background-color: rgba(255, 255, 255, 0.7);*/
  border: 0;
}

/* Eclat du point de progression sous mozilla*/
input[type=range].light::-moz-range-thumb {
 box-shadow: 0 0 8px 2px white;
}



/* Barre de progression cliquer sous mozilla*/
input[type=range]:active::-moz-range-track {
 background: orange;
}

/* style pour chrome */

/* Applying base CSS styles for range */
input[type=range]::-webkit-slider-thumb {
 height: 9px;
 width: 9px;
 border-radius: 7px;
 margin-top: -3px;
 background: white;
 cursor: pointer;
 -webkit-appearance: none;
}

/* Styling the Thumb */
/* Eclat du point de progression sous chrome*/
input[type=range].light::-webkit-slider-thumb {
 box-shadow: 0 0 8px 2px white;
}

/* Styling the Track */ 
input[type=range]::-webkit-slider-runnable-track {
 -webkit-appearance: none;
 width: 100%;
 height: 3px;
 cursor: pointer;
 animate: 0.2s;
 background: red;
 border-radius: 25px;
}
 input[type=range]:focus::-webkit-slider-runnable-track {
 background: orange;
}
 input[type=range]:active::-webkit-range-track {
 background: orange;
}


/*input[type=range]::-moz-range-track {
  vertical-align: middle;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  -moz-appearance: none;
  background-color: white;
  height: 1px;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: white;
  border: 0;
}

input[type=range].light::-moz-range-thumb {
  box-shadow: 0 0 8px 2px white;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: white;
  border: 0;
}

input[type=range].light::-webkit-slider-thumb {
  box-shadow: 0 0 8px 2px white;
}

input[type=range]:active::-moz-range-track {
  background: orange;
}*/


.wrapper {
	display: block; /* IE fix */
	flex: 1 1 auto; /* occupe la hauteur restante */
	display: flex; /* crée un contexte flex pour ses enfants */
	flex-direction: row-reverse; /* affichage horizontal */
}
.ConteneurGeneral {
	display: block; /* IE fix */
	flex: 1 1 auto; /* occupe la hauteur restante */
	display: flex; /* crée un contexte flex pour ses enfants */
	flex-direction: row;/* affichage horizontal */
	/*width: 550px;*/
}
.titre {
	/*display: block; /* IE fix */
	flex: 1; /* occupe la largeur restante */
}
/* Decoration */
.duree, section, .descriptionvideo {
	padding: 5px;
	margin: 0;/*border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;*/
}
.duree {
/*background: orange;*/
}
section {
/*background: hotpink;*/
}
.descriptionvideo {
	/*background: olivedrab;*/
	text-align: left;
}
