@font-face {
    font-family: 'minimal_light';
    src: url('../type/minimal_v3.1-light-webfont.eot');
    src: url('../type/minimal_v3.1-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/minimal_v3.1-light-webfont.woff2') format('woff2'),
         url('../type/minimal_v3.1-light-webfont.woff') format('woff'),
         url('../type/minimal_v3.1-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'minimal';
    src: url('../type/minimal_v3.2-regular-webfont.eot');
    src: url('../type/minimal_v3.2-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/minimal_v3.2-regular-webfont.woff2') format('woff2'),
         url('../type/minimal_v3.2-regular-webfont.woff') format('woff'),
         url('../type/minimal_v3.2-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

html, body{
	margin: 0;
	padding: 0;
	color: black;
	font-family: 'minimal', Helvetica, Arial, sans-serif;
	font-size: 20px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: white;
}



/* --------------- menu ------------ */

.titre {
	font-size: 3vh;
	letter-spacing: 0rem;
	text-transform: uppercase;
}

#header {
	position:fixed;
	width:100%;
	padding:10px 20px;
	background:white;
	border-top:0.35vh solid black;
	border-bottom:0.35vh solid black;
	z-index:1000;
	top:0;
	
	'cipher3-regular'
}

#title {
	float:left;
	padding-right:30px;	
	display:inline-block;
    border-bottom:0px solid transparent;	
}


#menu {
	float:left;
	display:inline-block;
}


#footer {
	background:white;
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px 20px;
	border-top:0.35vh solid black;
	border-bottom:0.35vh solid black;
	overflow: hidden;
	z-index:999;
}

#col1 {
	display:inline-block;
	float:left;
}


#col2 {
	display:inline-block;
	float:right;
	margin-right:45px;
}

/* ---------------  ------------ */





p {
font-size:100%;
}

#wrapper {
	width:100%;
	margin: 0;
	padding: 0;
	background:white;
}



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

li {
	margin-left:2px;
	float:left; /*pour IE*/
}

ul li a {
	display:block;
	float:left;   
	width:auto;
	margin-right:30px;
	color:black;
	text-decoration:none;
	text-align:left;
    border-bottom:2px solid transparent;
}


a:link {
color: #000;
text-decoration:none;
border:none;
outline:none;
}

a:visited {
color: #000;
text-decoration:none;
border:none;
outline:none;
}

a:hover {
text-decoration:none;
border-bottom:0px solid black;
outline:none;
color:#0026FF;
}

a:active {
color: #000;
text-decoration:none;
border:none;
outline:none;
}

#container {
	width:100%;
	background:white;
	top:0;
	bottom:0;
}



#slider {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	max-width:1600px;
	min-height: 100vh;
	padding-top: 50px;
	float:left;
	background:#0026FF;
}





/* --------------- info / pres ------------ */

	
#contenu1, #contenu2  {
	z-index: 1000;
  	height: 100%;
  	width: 100%; 
  	overflow-y: auto;
  	position: fixed;
  	cursor: url(http://simonrenaud.fr/images/btn_close.png) 10 10, pointer;
	background-color: white; 
}


.infos {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	color: #000;
}

.infos .text1 {width: 90%; max-width:1000px; position:relative; height:auto;}

h1 {
	font-size: 3vh;
	letter-spacing: 0rem;
	text-transform: uppercase;
	font-weight: normal;
    font-style: normal;
	}
	
	
	
	

.text1 {
	float:left;
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	padding-left:20px;
	padding-top:80px;
	padding-bottom:10px;
	font-weight: normal;
    font-style: normal;
	}


.text1 a {border-bottom: 4px solid #000; text-decoration:none; color:#000;}
.text1 a:hover { border: none;color:#0000ff; }


/* --------------------------------- */





@media only screen and (max-device-width : 1390px)  {
#infos {
    padding-right: 20%;
}
}


@media screen and (max-width: 960px) {
.texthover {
width:50%;
}

#slider {
	width: 100%;
	min-height:100vh;
	border-right:none;
	margin-bottom:0;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height:50%;
}


}