html {
	height: 100%;
	cursor: default;
/*
	background-color: #6a8698;
	color: white;
*/
}
body {
	font-family: arial, helvetica, sans-serif;
	margin: 0 0 2em 0;
	color: #6a8698;
}
#page {
	position: relative;
	background-color: white;
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding: 2em 24px 0 24px;
/*
	border-radius: 16px;
	box-shadow: 0 0 20px #36454c; 
*/
}

div#graph {
	position: relative;
	height: 400px;
}
div#graph:before {
	content:'';
	display:block;
	box-shadow:inset 0 0 5px 5px white;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:none;
}
/*
div#graph.dz:after {
	transition: all 1s linear;
	content:'';
	display:block;
	border: 3px dashed #6a8698;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:none;
}
*/
div#graphDropZone {
	transition: all 1.2s ease;
	content:'';
	display:block;
	border: 3px dashed #6a8698;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:none;
	text-align: center;
	opacity: 0;
}

@font-face {
	font-family: "Klavika-light";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/KlavikaBasic-Light.otf") format("opentype");
}
@font-face {
	font-family: "Klavika";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/KlavikaBasic-Regular.otf") format("opentype");
}
/*
@font-face {
	font-family: "Klavika";
	font-style: italic;
	font-weight: normal;
	src: url("fonts/KlavikaBasic-RegularItalic.otf") format("opentype");
}
*/
@font-face {
	font-family: "Klavika-medium";
	font-style: normal;
	font-weight: medium;
	src: url("fonts/KlavikaBasic-Medium.otf") format("opentype");
}
@font-face {
	font-family: "Klavika-bold";
	font-style: normal;
	font-weight: bold;
	src: url("fonts/KlavikaBasic-Bold.otf") format("opentype");
}
h1, h2, h3, h4 {
	font-family: "Klavika";
}
h2, h3, h4 {
	margin-bottom: 0;
}
h1 {
	text-align: center;
}
h2 {
}
h3 {
}
p {
	line-height: 2em;
	text-align: justify;
}
h1+p, h2+p, h3+p {
	margin-top: 0;
}
a {
	color: #6a8698;
	font-family: "Klavika-medium";
	transition: all 70ms ease-in; 
}
.bu {
	border: 1px solid #6A8698;
/*
*/
	color: #6a8698;
/*
	border-radius: 10px;
*/
	padding: 10px;
	text-decoration: none;
	font-family: "Klavika-medium";
	transition: all 70ms ease-in; 
}
.bu:hover {
	background-color: #6a8698;
	color: white;
}
.caption {
	text-align: center;
	font-style: italic;
	font-size: 80%;
	display: block;
}

i.selected {
	color: #998f6b;
	font-size: 160% !important;
}

i.fa-circle {
	cursor: pointer;
	transition: all 100ms linear; 
	font-size: 140%;
}

i.fa-circle:hover {
	color: #996b6c;
	font-size: 160% !important;
}
i.fa-circle.selected:hover {
	color: #998f6b;
}

i.fa-circle.selected {
	cursor: default;
}
/*
svg {
	box-shadow: 0px 0px 8px black inset;
}
*/

.fa-youtube-play {
	transition: all 100ms ease; 
	
}
.fa-youtube-play:hover {
	color: red;
	cursor: pointer;
}
/*
hr {
    border: 0;
    height: 1px;
    background: #6a8698;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:      -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:         linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
}
*/

hr {
	margin: 2em 0 2em 0;
	border: 0;
	height: 1px;
	background: #6a8698;
	/*
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(106,134,152,0)), color-stop(50%,rgba(106,134,152,1)), color-stop(100%,rgba(106,134,152,0)));
	*/
	background: -webkit-linear-gradient(left, rgba(106,134,152,0) 0%, rgba(106,134,152,1) 5%, rgba(106,134,152,1) 95%, rgba(106,134,152,0) 100%);
	background:    -moz-linear-gradient(left, rgba(106,134,152,0) 0%, rgba(106,134,152,1) 5%, rgba(106,134,152,1) 95%, rgba(106,134,152,0) 100%);
	background:     -ms-linear-gradient(left, rgba(106,134,152,0) 0%, rgba(106,134,152,1) 5%, rgba(106,134,152,1) 95%, rgba(106,134,152,0) 100%);
	background:      -o-linear-gradient(left, rgba(106,134,152,0) 0%, rgba(106,134,152,1) 5%, rgba(106,134,152,1) 95%, rgba(106,134,152,0) 100%);
	background:         linear-gradient(left, rgba(106,134,152,0) 0%, rgba(106,134,152,1) 5%, rgba(106,134,152,1) 95%, rgba(106,134,152,0) 100%);
}

#legend {
	transition: all 200ms ease-in;
}
#legend.hidden {
	opacity: 0;
	transform: scale(1, -.5);
}

.menu {
	font-family: "Klavika";
}
.menu  a {
	text-decoration: none;
	color: #6a8698;
	transition: all 100ms ease-in; 
	padding: 0 1ex;
}
.menu  a:hover {
	color: white;
	background-color: #6a8698;
	transition: all 100ms ease-in; 
}

div.accordion {
	text-align: center;
	cursor: pointer;
	font-family: "Klavika-light";
	transition: all 1s ease-in;
}
div.accordion_body {
	max-height: 0;
	overflow-y: hidden;
/*
	transition: all 1s ease-in; 
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
*/
}
div.accordion img {
	transition: all 1s ease-in; 
	height: 2em;
	vertical-align: middle;
}

div.accordion:hover {
	color: red;
	text-shadow: 0px 0px 3px 3px black;
}
div.accordion:hover img {
/*
	animation:spin 4s linear infinite;
*/
 transform:rotate(360deg);
}

div.accordion_body.open {
	max-height: 3000px;
}

.feuillet img {
/*
	height: 128px;
*/
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);

/*
	transition: all 1s linear;
	opacity: 0;
*/
}

.lightbox img {
	max-width: 90%;
	max-height: 80% !important;
	margin-top: 2%;
/*
	opacity: 0;
	transition: all 1s linear;
*/
}

.lightbox:target {
	outline: none;
	display: block;
/*
	background: rgba(255,0,0,.8);
	opacity: 1;
*/
}
.lightbox:target img {
/*
	opacity: 1;
*/
}




/*
	UI
*/
.fillParent {
/*
	position: absolute;
	top: 0;
	left: 0;
*/
/*
	width: 100%;
	height: 100%;
*/
}
