/* --------- general -------------*/
html, body {
	height:100%;
	overflow:hidden;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 14px;
}

.page-header{
	margin:30px 0 10px;
	border-bottom:none;
}


/* --------- gravitation -------------*/

.link {
	fill: none;
	stroke: #666;
	stroke-width: 1.5px;
}

#licensing {
	fill: green;
}

.link.licensing {
	stroke: green;
}

.link.resolved {
	stroke-dasharray: 0,2 1;
	stroke: green;
}

/* --------- SVG -------------*/

.containersvg{
	width:950px;/*950px;*/
	margin:0 auto;
	height:1500px;
	position:relative;
}
#mySvg {
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

#searchSvg {
	width:280px;
	height:280px;
	position: fixed;
	top: 80px;
	left:10px;
	background:#FFFFFF;
}
/* --------- Accueil -------------*/
#bigTitle{
	font-size: 48px;
	font-weight: bold;
	position:absolute;
	top:400px;
	left:0px;
	display: table;/*table;*/
	text-align: center;
	width:100%;
	/*height:100%;
	cursor:pointer;*/

}
.bigTitleRow{
	display:table-row;
	width:100%;
	height:100%;
}
.bigTitleCell{
	display:table-cell;
	/*width:100%;
	height:100%;*/
	vertical-align: middle;
}
.subtitle{
	font-size: 18px;
	font-variant: small-caps;
}


/* --------- menu -------------*/
.menuTable {
	display: table;
	width:100%;
	height:100%;

}
.menuRow {
	display: table-row;
	width:100%;
	height:100%;

}
.menuCell1 {
	display: none;
	width:300px;/*220px;*/
	height:100%;
	vertical-align: top;
	padding-top:15px;
	padding-left:10px;
	background:#000000;
	color:#FFFFFF;
	font-weight: bold;
	position:fixed;
	top:0px;
	left:0px;

}
.menuCell2 {
	display: table-cell;
	/*
	position:absolute;*/
	top:0px;
	left:300px;


	height:100%;

}
.titleG{
	position:fixed;
	top:15px;
	width:300px;/*220px;*/
}
.menuTitle{
	font-size: 18px;
}
.menuSubtitle{
	font-size: 12px;
	/*font-variant: small-caps;*/
}
.menuSearch{
	color:#000000;
	font-weight: normal;
	position: absolute;
	top: 200px;
	left: 75px;
	display:none;
	width:150px;
}
#tagsAuteurs{
}
#tagsNotions{
	top: 230px;

}
.clickable{
	cursor:pointer;
}
#startStop{
	font-size: 10px;
	position: absolute;
	top: 340px;
	left: 235px;
	text-align: right;
	cursor: pointer;
	color: #c1c1c1;
	/*width: 285px;*/
}
/*--------- sound ------------------*/
.soundTable{
	display: table;
	position:fixed;
	width:299px;/*219px*/
	/*top:600px;*/
	left:0px;
	bottom:0px;
	background-color: #FFFFFF;
	display:none;
}
.soundRow{
	display: table-row;
}
.soundCell1{
	display: table-cell;
	padding:10px;
}
.soundCell2{
	display: table-cell;
	padding:10px;
}
.soundCell3{
	 display: table-cell;
	 padding:10px;
	padding-bottom:0px;
 }
#btnPlayPause{
	background: url("../assets/img/player_play.png");
	width:30px;
	height:30px;
	cursor:pointer;
	background-size: cover;
}
#btnVolume{
	background: url("../assets/img/son4.png");
	width:28px;
	height:23px;
	cursor:pointer;
	background-size: cover;
}
.slider{
	width:188px;/*108px*/
	vertical-align: bottom;
	bottom: 6px;
}
#loading{
	font-size:14px;
}
#survol{
	position:absolute;
	top: 0px;
	left:-100px;
	height:83px;
	background: url("../assets/img/pointe_survol.png");
	background-repeat: no-repeat;
	padding:10px;
	color:#FFFFFF;
}
#plus{
	 position:fixed;
	 bottom: 60px;
	 right:10px;
	 height:50px;
	 width:50px;
	 background: url("../assets/img/plus.png");
	 background-repeat: no-repeat;
	display:none;
	cursor:pointer;

 }
#moins{
	position:fixed;
	bottom: 5px;
	right:10px;
	height:50px;
	width:50px;
	background: url("../assets/img/moins.png");
	background-repeat: no-repeat;
	display:none;
	cursor:pointer;

}
#consigne{
	color:#000000;
	position:fixed;
	top:10px;
	left:820px;
	color:#000000;
	background-color: #FFFFFF;
	display:none;

}
#soundinfo{
	color:#000000;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	width:280px;
}
#soundDuration{
	color:#000000;
	font-size:10px;
	text-align:right;
	width:100%;
	padding-right:20px;
	position: relative;
	top: -15px;
}
#soundTrack{
	color:#000000;
	font-size:10px;
	text-align:left;
	width:100%;
}
/*------------ details conference -------*/
.detailConf{
	position:fixed;
	top: 80px;
	width:280px;/*200px;*/
	padding:10px;
	font-weight: bold;
	background-color: #2b2b2b;
	display:none;
	min-height:500px;
}
.detailConfitem1 {
	padding: 10px;
	width: 260px;/*180px;*/
	font-size:12px;
	font-weight: normal;
	background-color:#323232;
}
.detailConfitem2 {
	padding: 10px;
	width: 260px;/*180px;*/
	font-size:12px;
	font-weight: normal;
	background-color:#525252;
}
.detailConfitem3 {
	padding: 10px;
	width: 260px;/*180px;*/
	font-size:12px;
	font-weight: normal;
	background-color:#92d3ce;
}
.infosEtrait{
	background-color:#000000;
	color:#FFFFFF;
	line-height:2em;
	font-weight: bold;
	position:fixed;
	top:200px;
	left:300px;
	width:600px;
	padding-left:50px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:30px;



	display:none;
}
.infosEtrait a{
	color:#92d3ce;
}
.infosCredits{
	background-color:#000000;
	color:#FFFFFF;
	line-height:1.5em;
	font-weight: bold;
	position:fixed;
	bottom:0px;
	left:-1500px;
	width:600px;
	padding-left:50px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;

}

.closeW{

	background: url("../assets/img/close.png");
	background-repeat: no-repeat;
	background-size: cover;
	width:45px;
	height:45px;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;

}
.closeW2 {
	background: url("../assets/img/close.png");
	background-repeat: repeat;
	background-size: auto auto;
	background-repeat: no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
/* The animation code */
@keyframes apparait {
	from {left: -1000px;}
	to {left: 300px;}
}
#copyAPDH{
	position:fixed;
	color:#FFFFFF;
	bottom:10px;
	left: 140px;
	font-size: 24px;
	cursor:pointer;
}
#copyPage{
}
.copyLight{
	font-weight: normal;
}