@charset "UTF-8";
/* ----------------------------- */
/* ==reset */
/* ----------------------------- */

/* base font-size corresponds to 10px and is adapted to rem unit */
html {
    font-size: 62.5%;
}
body {
    background-color: #fff;
    color: #000;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    font-size: 1.4em; /* equiv 14px */
    line-height: 1.5; /* adapt to your design */
}

/* font-sizing for content */
/* preserve vertical-rythm, thanks to http://soqr.fr/vertical-rhythm/ */
p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details, 
figure, 
hgroup {
    font-size: 1em; /* equiv 14px */
    line-height: 1.5;
    margin: 1.5em 0 0;
}
h1, .h1-like {
    font-size: 1.8571em; /* equiv 26px */
    font-weight: normal;
    line-height: 1.6154em;
    margin: .8077em 0 0 0;
}
h2, .h2-like {
    font-size: 1.7143em; /* equiv 24px */
    font-weight: normal;
    line-height: 1.75em;
    margin: .875em 0 0 0;
}
h3, .h3-like {
    font-size: 1.5714em; /* equiv 22px */
    font-weight: normal;
    line-height: 1.909em;
    margin: .9545em 0 0 0;
}
h4, .h4-like {
    font-size: 1.4286em; /* equiv 20px */
    font-weight: normal;
    line-height: 1.05em;
    margin:  1.05em 0 0 0;
}
h5, .h5-like {
    font-size: 1.2857em; /* equiv 18px */
    font-weight: normal;
    line-height: 1.1667em;
    margin:  1.1667em 0 0 0;
}
h6, .h6-like {
    font-size: 1.1429em; /* equiv 16px */
    font-weight: normal;
    line-height: 1.3125em;
    margin:  1.3125em 0 0 0;
}

/* alternate font-sizing */
.smaller {
    font-size: .7143em; /* equiv 10px */
    line-height: 2.1em;
}
.small {
    font-size: .8571em; /* equiv 12px */
    line-height: 1.75em;
}
.big {
    font-size: 1.1429em; /* equiv 16px */
    line-height: 1.3125em;
}
.bigger {
    font-size: 1.2857em; /* equiv 18px */
    line-height: 1.1667em;
}
.biggest {
    font-size: 1.4286em; /* equiv 20px */
    line-height: 1.05em;
}

/* soft reset */
html,
body,
textarea,
figure,
label {
    margin: 0;
    padding: 0;
}
ul,
ol {
    padding-left: 2em;
}
code, 
pre,
samp {
    white-space: pre-wrap;
    font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
}
code { line-height: 1em; }
table { margin-bottom: 1.5em; }

/* avoid top margins on first content element */
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li ul,
li ol {
    margin-top: 0;
    margin-bottom: 0;
}

/* HTML5 tags */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

/* max values */
img, table, td, blockquote, code, pre, textarea, input, video {
    max-width: 100%;
}

/* you shall not pass */
div, textarea, table, td, th, code, pre, samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

/* pictures */
img {
    width: auto;
    height: auto;
    vertical-align: middle;
}
a img { border: 0; }

/* scripts */
body > script {display: none !important;}

/* skip-links */
.skip-links {
    position: absolute;
}
.skip-links a {
    position: absolute;
    left: -9999px;
    padding: 0.5em;
    background: #000;
    color:#fff;
    text-decoration: none;
}
.skip-links a:focus {
    position: static;
}






/* CSS oriane-a.ch 2015 */


body {
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:3em;
	font-weight: 400;
	letter-spacing:0.05em;
}


h2 {
	font-family: 'Montserrat', sans-serif;
	font-size:1.4em;
	font-weight: 400;
	line-heith:1.2em;
	margin-bottom:20px;
}


h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:1em;
	line-height:1.4em;
	font-weight: 400;
	display:inline-block;
	margin-top:10px;
}


h4 {
	
	font-family: 'Montserrat', sans-serif;
	font-size:0.9em;
	font-weight: 400;
}


h5 {
	font-family: 'Montserrat', sans-serif;
	font-size:1.5em;
	font-weight: 400;
	padding:0px;
	margin:0px 0px 15px 0px;
	
}
hr {
	margin-top:60px;
	border:1px solid black;
	margin-bottom:30px;
}
img {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
.imgProjet {
	margin:90px;	
}
a {
	margin:0px;
	paggin:0px;
	height:auto;
}
a img {
	border:0px;
	margin-left:auto;
	margin-right:auto;
}

.logo_index {
    max-width: 120px;
    margin-top: 10px;
}

a:link,
a:visited {
	text-decoration:none;
	margin:0px;
	padding:0px;
	color:black;
}
a:hover,
a:active {
	text-decoration:none;
	color:#A10078;
	cursor:pointer;
	
}
p {
	font-family: 'Montserrat', sans-serif;
	font-size:1em;
	font-weight: 400;
	padding:0px;
	margin:0px 0px 15px 0px;	
}

#informations {
    background-color: white;
    border-top: 1px solid black;
    bottom:0;
    color: black;
    left: 0;
    margin-bottom: -340px;
    padding: 20px 20px 20px 20px;
    position: fixed;
    text-align: left;
    width: 100%;
	height:400px;
    z-index: 999;
}
#informations h2,
#informations h3 {
	margin:0px;
	padding:0px;
}

#titreProjet {
	margin: 0px 0px 40px 20px;
}
#close {
	position:absolute;
	top:19px;
	right:90px;
}
#infoTxt {
	max-width:600px;
	margin: 10px 70px 0px 20px;
}

#infoLink {
	position:fixed;
	bottom:26px;	
	right:50px;
	z-index:1000;
}

a.closeMenu {
	display:none;
}

#contener {
	margin-left:auto;
	margin-right:auto;
	margin-top:170px;
	margin-bottom:150px;
	pading:0px;
	width:98%;
	text-align:center;
}
#contenerProjet {
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	margin-bottom:150px;
	pading:0px;
	width:98%;
	text-align:center;
}
#nextP {
	position: fixed;
	top:45%;
	right:48px;
}
#prevP {
	position: fixed;
	top:45%;
	left:40px;
}
#projets {
	position:fixed;
	top:30px;
	right:40px;	
}
#apropos {
	position:fixed;
	top:30px;
	left:40px;	
}

.border {
    border-right: 1px solid grey;
	border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    
}

.txtTitre {
	width:300px;
	height:150px;
	float:left;
	text-align:left;
	background-color:#FFF;
	margin:10px 0px 10px 20px;
}

.txt {
	width:400px;
	height:150px;
	float:left;
	text-align:left;
	background-color:#FFF;
	margin:10px 10px 10px 20px;
}
.txtTitre h2 {
	margin: 0 0 0 0;
}

#titreOriane {
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	position:fixed;
	top:0px;
	padding-top:16px;
	padding-bottom:4px;
}
#titreOriane a:hover,
#titreOriane a:active {
	color:#A10078;
}


#about {
	position:fixed;
	left:0;
	top:30%;
	width:100%;
	text-align:center;
	padding-top:5px;
	padding-bottom:15px;
		
}



.image {
	height:150px;
	width:300px;
	display:inline-block;
	margin: 10px 10px 60px 10px;
}


.video {
	max-width: 960px;
	height: auto;
}
#text {
	width:300px;
	font-family: 'Montserrat', sans-serif;
	font-size:0.7em;
	font-weight: 400;
	margin: -40px 0px 70px 300px;
}
