@font-face
{
	font-family: "specialelite";
		src:	url("../polices/Specialelite.ttf"),
				url("../polices/Specialelite.woff"),
				url("../polices/Specialelite.woff2");
}
@font-face {
    font-family: 'Commune_Nuit_Debout';
    src:    url('../polices/NuitDebout/Commune-Nuit_Debout_web.eot');
    src:    url('../polices/NuitDebout/Commune-Nuit_Debout_web.eot?#iefix') format('embedded-opentype'),
            url('../polices/NuitDebout/Commune-Nuit_Debout_web.woff') format('woff'),
            url('../polices/NuitDebout/Commune-Nuit_Debout_web.woff2') format('woff2'),
            url('../polices/NuitDebout/Commune-Nuit_Debout_web.ttf') format('truetype'),
            url('../polices/NuitDebout/Commune-Nuit_Debout_web.svg#svgFontName') format('svg');
    font-weight: normal;
}

*{
	box-sizing: border-box;
}	

body{
	padding: 20px;
	font-family: "Palatino Linotype", serif;
	overflow-x:hidden;
}

.main{
	max-width: 800px;
	margin: auto;
	margin-bottom: 60px;
}
header{
	visibility: hidden;
}

h2 {
	display:none;
}

h1 {
	font-family: "Palatino Linotype", serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 50px 0px 50px 0px;
	margin-bottom: 40px;
	line-height: 20px;
	border-bottom-style: solid;
	border-width: 1px;
}
h1 span{
	display: inline-block;
}
article{
	visibility: hidden;
}

h3{
	text-align: left;
	line-height: 20px;
}
h3 .titre{
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}
h3 .auteur{
	font-size: 13px;
	font-weight: normal;
}
h3 a{
	color: black;
	text-decoration: none;
}
h3 a:hover{
	text-decoration: underline;
}
h3 #lou a:hover {
	color: rgb(0, 51, 153);
}
h3 #aragon a:hover {
	color: #B51616;
}
h3 #tubiana a:hover{
	color:#12526b;
}
.contenu{
	padding-bottom: 40px;
}
.une{
	position: relative;
}

img{
	width:400px;
	height: auto;
}

figure{
	margin:0;
}

.une figcaption{
	font-family: "Palatino Linotype", serif;
	font-size: 13px;
	line-height: 18px;
}
.citation{
	font-size: 14px;
	font-family: specialelite, "Calibri Light";
}
#texte1{
	width: 0px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: 230px;
	left: 113px;
	color: rgb(0, 51, 153);
}

#texte2{
	width: 0px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: 170px;
	left: 115px;
	color: #B51616;
}

#texte3{
	width: 0px;
	height: 227px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 217px;
}
#texte3 img{
	height: 194px;
	width: auto;
}

#texte4{
	width: 0px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: 170px;
	left: 270px;
	color: black;
}

#texte5{
	width: 0px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: 110px;
	left: 101px;
	color: #12526b;
}

#texte6{
	width: 0px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: 230px;
	left: 167px;
	color: #661902;
}

#barracuda a{
	text-decoration: none;
	color: black;
}
#barracuda a:hover{
	text-decoration: underline;
	color: #231e8a;
}
#troglodyte a{
	text-decoration: none;
	color: black;
}
#troglodyte a:hover{
	text-decoration: underline;
	color: #231e8a;
}
#fragment a{
	text-decoration: none;
	color: black;
}
#fragment a:hover{
	text-decoration: underline;
	color: #12526b;
}

strong{
	font-weight: normal;
}

em{
	font-style: normal;
}
cite{
	font-style: italic;
}
nav{
	position: fixed;
	top:0;
	left:0;
	font-family: "Commune_Nuit_Debout";
	font-size:30px;
	z-index:2;
}
nav a{
	color:#404245;
	text-decoration:none;
	transition-delay: 2s;
	background-color:white;
}
nav ul{
	padding:0px;
	margin:20px;
}
nav li{
	list-style: none;
	margin:20px;
	opacity: 0;
}
.bouton{
	border-bottom:solid transparent 1px;
	display: inline;
	transition-duration:500ms;
}
.bouton:hover{
	border-bottom: solid black 1px;
	transition-delay: 100ms;
	transition-duration:500ms;
}

/* Responsive */
@media screen and (max-width: 860px){
	img{
	width:100%;
	}
	.citation{
	display:none;
	}
}
@media screen and (max-width: 300px){
	h3{
		line-height: 17px;
	}
	h3 .titre{
	font-size: 13px;
	}
	h3 .auteur{
	font-size: 11px;
	}
	.une figcaption{
	font-size: 11px;
	}
}


