/* CSS Document */
/*
.lecteur_video 
{
  width: 95%;
  max-width: 750px;
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.video-container 
{
  width: 100%;
}

.controls__btn 
{
  background: none;
  border: 0;
  line-height: 1;
  color: red;
  text-align: center;
  outline: 0;
  padding: 0;
  cursor: pointer;
  max-width: 50px;
}

.progress 
{
  flex: 10;
  position: relative;
  display: flex;
  flex-basis: 100%;
  height: 5px;
  /* background: rgba(0,0,0,0.5); 
  background: rgba(255, 255, 255, 0.5);
  background: rgba(236, 136, 0, 0.5);
  cursor: pointer;
}
.progress__filled 
{
  width: 50%;
  background: #AA5500;
  flex: 0;
  flex-basis: 0%;
}
*/
