@font-face {
  font-family: 'familiar_probold';
  src: url('Familiar_Pro-Bold-webfont.eot');
  src: url('Familiar_Pro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/Familiar_Pro-Bold-webfont.ttf') format('truetype'),
       url('Familiar_Pro-Bold-webfont.svg#familiar_probold') format('svg');
  font-weight: normal;
  font-style: normal;
}



body{
	width: 100%;
	height: 100%;
	/* line-height: 18pt; */
	background-color: none;
	font-family: "familiar_probold";
	color:white;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: none;
}

::-moz-selection {
	color: white;
	background: white;
}
::selection{
	color: white;
	background: white;
}

img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

h3 {
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 1em;
}

.active {
	color: white;
	background-color: none;
}
.selected {
}
.visited {
	color: white;
	background-color: white;
}
.visited:hover {
	background-color: transparent;
}

.hidden {
	visibility: hidden;
	display: none;
}

.red{color:red;background:white;}
.blue{color:blue;background:white;}


#balisevideo{
	position: fixed;
	top: 50%; left: 50%;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: black no-repeat;
	background-size: cover;
}

#background{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
	width: 100%;
	height: 100%;
}

#container{
	position: fixed;
	top: 15px;
	left: 15px;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: -moz-calc(100% - 30px);
	height: -o-calc(100% - 30px);
	height: calc(100% - 30px);
	background-color: none;
	z-index: 2;
}

#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 140px;
	background-color: none;
}
#menu{
	position: absolute;
	bottom: -13px;
	left: 0px;
	width: 100%;
	height: 35px;
	background-color: none;
}
.menuboutons{
	position: relative;
	bottom: -7px;
	display: inline-block;
	width: auto;
	/*height: 40px;*/
	/*background-color: transparent;*/
	cursor: pointer;
}
.menuboutons.separator{
	cursor: auto;
}

#boutonson {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	margin-bottom: -0.2em;
}
#boutonson img {
	width: 100%; height: 100%;
}
#boutonson .strike {
	display: none;
	background: white;
	width: 120%; height: 6px;
	position: absolute;
	top: 30%;
	left: -10%;

	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#boutonson.muted .strike {
	display: block;
}

/*	.menuboutons:hover{color: white;}*/
.tirets{
	background-color: white;
	font-family: "familiar_probold";
}


#textedepart{
	position: absolute;
	top: 65px;
	width: 100%;
	height: 200px;
	background-color: none;
}
.menuboutons2{
	position: relative;
	bottom:0px;
	display: inline-block;
	width: auto;
	height: auto;
	background-color: none;
	cursor: pointer;
}

#temoin{
	position: fixed;
	background-color: black;
	color: white;
	width: 50px;
	height: 50px;
	top: 10px;
	left: 10px;
	z-index: 200;
	visibility: hidden;
}



#board{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: -webkit-calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: -o-calc(100% - 100px);
	height: calc(100% - 100px);
	background-color: none;
	color:white;
}

.nomliste{
	position: relative;
	color:white;
	width: auto;
	font-size: 18pt;
	line-height: 18pt;
}



#board span{
	position: relative;
	display: inline-block;
	background:none;
	cursor:pointer;
}
#board span:hover{
	background:black;
	color: white;
}

.titreVideo {
	display: block;
	width: auto;
	/*height: 2em;*/
	/*line-height:2em;*/
}
.titreVideo:hover {
	cursor: pointer;
	color: whithe;
	background: white;
}

.titreAnnee {
	letter-spacing: 0.35em;
}
.titreAnnee:first-child {
	margin-top: 0;
}

.boutonspreview {
	position: absolute;
	text-align: center;
	top: 0px;
	right:0px;
	width: 24px;
	height: 24px;
	background-color: black;
	color: white;

	cursor: pointer;
	font-size: 24px;
}

.boutonspreview#exit{
	top: 3px;
	font-size: 18px;
}
.boutonspreview#previous{
	right:48px;
}
.boutonspreview#next{
	right:24px;
}

#titlevideo{
	position: absolute;
	top: -25px;
	left: 0px;
	width: 75%;
	height: 30px;
	font-size: 12pt;
	color: white;
	background-color: black;
}

.contenubalise{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: auto;
	background: none;
}

/* Description of video */
#contentvideo{
	position: absolute;
	top: 60px;
	left: 0px;
	width: 45%;
	height: auto;
	color: white;
}

/* Video player */
#video-container {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 50%;
	height: auto;
	color: white;
}

#video-container video {
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	color: white;
	background-color: black;
}

#video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
	opacity: 0;
	-webkit-transition: opacity .0s;
	-moz-transition: opacity .0s;
	-o-transition: opacity .0s;
	-ms-transition: opacity .0s;
	transition: opacity .1s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 1%, rgb(0,0,0) 10%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 1%, rgb(0,0,0) 10%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 1%, rgb(0,0,0) 10%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 1%, rgb(0,0,0) 10%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 1%, rgb(0,0,0) 10%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0., rgb(0,0,0)),
		color-stop(0, rgb(0,0,0))
	);
}

#video-container:hover #video-controls {
	opacity: .9;
}

#video-controls button {
	display: block;
	float: left;
	height: 100%;
	background: rgba(0,0,0,0);
	border: 0;
	color: #EEE;
}
#video-controls input {
	display: block;
	float: left;
	height: 100%;
}

#video-controls button:hover {
	cursor: pointer;
}

#video-controls .left {
	height: 100%;
	width: 50px;
	display: inline-block;
}
#video-controls .center {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50px;
	right: 220px;
}
#video-controls .right {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

#video-controls #play-pause {
}
#video-controls #seek-bar {
	width: 100%;
}

#video-controls #full-screen {
	width: 80px;
}
#video-controls #mute {
	width: 40px;
}
#video-controls #volume-bar {
	width: 80px;
}
