/*
Binder
Author: Clement Valla
Version: 1.0
*/
@font-face {
  font-family: 'Bau-Bold';
  src: url('fonts/Bau-Bold.eot');
  src: url('fonts/Bau-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Bau-Bold.woff') format('woff'), url('fonts/Bau-Bold.ttf') format('truetype'), url('fonts/Bau-Bold.svg#webfont') format('svg');
}

*{
 	margin: 0;
	padding: 0;
 }
html {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
}

#background-site {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:1;
}

#background-site iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: scroll;
}

#menu {
  position: fixed;
  left: 10px;
  top: 33%;
  z-index: 10;
  padding: 13px;
  padding-right: 15px;
  font-size: 17px;
  letter-spacing: 0.6px;
  cursor: move;
  background-color: rgba(255, 255, 255, 0.5);
}

#logo {
  z-index: 20;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 300px;
}
    #logo-touch {
        display: none;
		position: absolute;
    left: 50%;
top: 0px;
margin-left: 90px;
width: 90px;
		margin: left:10%;
    }





#navigation {
	margin: 0;
	padding:0;
	list-style-type: none;
}

#navigation li{
	padding:0;
	width:auto;
}

#navigation a, div.about{
	color: black;
	padding: 0;
	text-decoration: none;
	padding: 1px;
}
#navigation a.active{
	color: #0d00ff;
}
#navigation a:hover{
	color: rgb(0, 0, 255);
}
#navigation .current_page_item a {
	color: red;
}

/*JAG css*/

#navigation .exposition a {
  font-family: 'Bau-Bold', sans-serif;
  background-color: #0d00ff;
  color: white;
  font-size: 20px;
  pointer-events: none;
}

#navigation .archives a {
  font-family: 'Bau-Bold', sans-serif;
  background-color: #0d00ff;
  font-size: 20px;
  color: white;
  pointer-events: none;

}

.archives {
  margin-top: 30px;
}

#navigation .introduction , .territoires , .économie , .chercheurs , .questionnaires   , .ailleurs , .credits a:link {
  font-family: 'Source Sans Pro', sans-serif;

}

#navigation .credits a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 700;

  background-color: #0d00ff;
  color: white;
}

.credits {
  margin-top: 30px;
}


.about{
	position: fixed;
	font-family: courier;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 19px;
    z-index: 100;
    color: rgba(0, 0.8);
	z-index: 90;
	max-width: 277px;
	right: 145px;
	top: 155px;
  display: none;
}

/* Psuedo mobile styles for wide touch devices */
    .touch-device #menu {
        position: fixed;
        font-size: 16px;
        line-height: 22px;
        padding: 10px;
        z-index:10;
        left: 2px;
        right: 2px;
        top: 2px;
    }

	.touch-device #logo{
        display: none;
	}
	.touch-device #logo-touch{
        display: block;
    }
	.touch-device #navigation{
		display: none;
		text-indent: -1.5em;
		margin-left:1.5em;
		margin-top: 20px;
	}
	.touch-device #menu-open{
		width: 30px;
		height: 35px;
		cursor: pointer;
	}
	.touch-device #menu-open div {
	    background-color: black;
	    border: 1px solid black;
	    border-radius: 2px 2px 2px 2px;
	    height: 15%;
	    margin-bottom: 15%;
	    width: 90%;
	}
	.touch-device .about{
		width: auto;
		display: none;
	}
/* Real mobile styles for smaller screens */
@media only screen and (max-width: 768px) {
	body, html{
	position: relative;
		width: 100%;
	}
	#background-site{
		-webkit-overflow-scrolling:touch;
		overflow:auto;
	}
	#background-site iframe{
		width: 100%;
		height: 5500px;
		overflow: hidden;
	}
	#menu {
		position: fixed;
		font-size: 16px;
		line-height: 22px;
		padding: 10px;
		z-index:10;
		left: 2px;
        right: 2px;
		top: 2px;
    background-color: rgba(255, 255, 255,0,8);
	}
	#logo{
        display: none;
	}
    #logo-touch {
        display: block;
    }
	#navigation{
		display: none;
		text-indent: -1.5em;
		margin-left:1.5em;
		margin-top: 20px;
	}
	#menu-open{
		width: 30px;
		height: 35px;
		cursor: pointer;
	}
	#menu-open div {
	    background-color: black;
	    border: 1px solid black;
	    border-radius: 2px 2px 2px 2px;
	    height: 15%;
	    margin-bottom: 15%;
	    width: 90%;
	}
	.about{
		width: auto;
		display: none;
	}
}
/* @end */
