html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


html, body{
	width: 100%;
	height: 100%;
	background-color: white ;
}

body {
	color: #4f4748;
	font-family: Georgia, serif;
	font-size: 1em;
	font-style:normal;
	font-weight:400;
	line-height:1.35;
	text-align:left;
	text-decoration:none;
	min-height: 100%;
	}

#container{
	background-color: white ;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 2em;
}

header{
	text-align: center;
	width: 100%;
	min-height:  100%;
	background: url("images/cover.png") center center no-repeat #f3f2f2;
	overflow: hidden;
	display:flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	z-index: -1;
	}


section{
	position: relative;
	width: 100%;
	max-width: 60em;
	margin: 0 auto;
	text-align: center;
	margin-top: 5em;
	background-color: white;
}

section#evi{
	margin-top: 100vh;
	padding-top: 2em;
}

section#mutz{
	margin-top: 10em;
	padding-top: 2em;
}
/*/	TITRAGE	 ////////////////////////////////////////////////////////////////////////////////*/

h1, h2{
	display: inline-block;
	vertical-align: middle;
	color:#c9c8c8;
	font-family:"acumin-pro-extra-condensed", sans-serif;
	font-weight:600;
	text-transform:uppercase;
	font-size: 5em;	
}

header h1{
	border: none;
}

header h1 a{
	display: block;
	color: white;
	border: 5px solid white;
	text-decoration: none;
	padding: 0 .3em .15em .3em;
}

section h1{
	border: 5px solid #c9c8c8;
	padding: 0 .3em .15em .3em;
}

section h1 span{
	color:#c60086;
}

h2{
	display: block;
	font-size: 2em;
	margin-top:2em;
	padding: 0;
}


/*/	IMAGE	 ////////////////////////////////////////////////////////////////////////////////*/
figure{
	padding: 0;
	margin: 2em 0;
	text-align: center;
}

img{
	display:  block;
	margin: 0 auto;
	max-width: 100%;
	
}

figcaption{
	display: block;
	font-size:1em;
	font-style:italic;
	max-width: 35em;
	margin: .5em auto;
	text-align: left;
}

figcaption span{
	border-top: 1px solid #c60086;
}


/*/	TEXTE	 ////////////////////////////////////////////////////////////////////////////////*/

p, ul{
	margin: 0 auto;
	max-width: 35em;
	text-align: left;
	padding: 0 .5em;
}

p.Texte-1, p.date{
	margin-top: 2em;
}

p.Texte-2{
	text-indent: 3em;
}

li{
	margin-left: 1em;
}

span.lettrine {
	color:#c60086;
	font-family:"acumin-pro-extra-condensed", sans-serif;
	font-weight:300;
	font-size:2em;
	line-height: 0;
	font-style:normal;
}

.exergue{
	display: block;
	color:#c60086;
	font-family:"acumin-pro-extra-condensed", sans-serif;
	font-weight:300;
	font-size: 3em;
	line-height: 1;
	text-transform: uppercase;
	margin: 1em auto;
	text-align: left;
	width: 100%;
}

span.fin-de-chapitre {
	color:#c60086;
	font-family:"acumin-pro-extra-condensed", sans-serif;
	font-weight:600;
	font-size:1em;
	line-height: 0;
}