@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;
}

.main{
	max-width: 800px;
	margin: auto;
}

.retour{
	display:none;
}

h1 {
	font-family: "Palatino Linotype", serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	visibility: hidden;
}

h1 a{
	color: black;
	text-decoration: none;
}
h2{
	font-family: "Palatino Linotype", serif;
	font-size: 16px;
	font-weight: normal;
}
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;
}
.reference{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 40px;
	border-bottom-style: solid;
	border-width: 1px;
	font-family: "Palatino Linotype", serif;
	visibility: hidden;
}
.reference a{
	text-decoration: none;
	color: black;
}

.texte{
	text-align: justify;
	font-size: 14px;
	font-family: "Palatino Linotype", serif;
	line-height: 20px;
	padding: 20px 10% 20px 10%;
	visibility: hidden;
}

.hyphens{
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.image{
	padding: 3% 0 3% 0;
	text-align: center;
}	
img{
	max-width: 100%;
	height: auto;
}
img.small{
	max-width: 50%;
}

figure{
	margin:0;
}

figcaption{
	font-family: "Calibri Light";
	font-size: 10px;
	line-height: 18px;
}

.livre{
	padding-top: 50px;
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
 
.livre iframe,
.livre object,
.livre embed{
padding-top: 40px;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border: none;
}

.description{
	padding-bottom: 20px;
	font-style: italic;
}
.description em{
	font-style: italic;
}

.video{
	padding-top: 50px;
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
 
.video iframe,
.video object,
.video embed{
padding-top: 40px;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border: none;
}

#antichambres{
	margin-left: 105px;
}
.space{
	padding-left: 35px;
}
/* p.exergue{
	text-align: right;
	margin-top: 50px;
	margin-bottom: 40px;
}
span.small{
	font-size: 11px;
} */
p.center{
	text-align: center;
	margin-top: 50px;
}
p.center a{
	color: black;
}
p.center a:hover{
	color: black;
	text-decoration: none;
}


/* Responsive */
@media screen and (max-width: 800px){
	.description{
	padding-bottom: 0px;
	}
	#antichambres{
		margin-left: 55px;
	}
	.space{
		padding-left: 35px;
	}
}
@media screen and (max-width: 700px){
	#antichambres{
		margin-left: 25px;
	}
}
@media screen and (max-width: 650px){
	#antichambres{
		margin-left: 0px;
	}
}