@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;
}
header{
	visibility: hidden;
}

h2 {
	display:none;
}
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;
}

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;
}

.contenu{
	padding-bottom: 20px;

}
h3{
	text-align: center;
}
h3 .titre{
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}
h3 .date{
	font-weight: normal;
	font-size: 16px;
}
h3 .auteur{
	font-size: 16px;
	font-weight: normal;
}
h3 a{
	color: black;
	text-decoration: none;
}
h3 a:hover{
	color: rgb(0, 51, 153);
	text-decoration: underline;
}

.contenu{
	display: flex;
	position: relative;
}
.contenu a{
	color: black;
	text-decoration: none;
}
	
.catalogue{
	width: 25%;
	z-index: 0;
	background-color: #B7C1C4;
	text-align: center;
	height: 880px;
	visibility: hidden;
}
.catalogue:hover{
	z-index: 1;
	opacity: 1;
	background-color: #E9EEF0;
}
.description1{
	width: 100%;
	font-weight: bold;
	/*
	position: absolute;
	bottom: 0px;
	padding-bottom: 2px;
	*/
}
.description2{
	display: flex;
	justify-content: center;
	width: 100%;
	font-weight: bold;
	/*
	position: absolute;
	bottom: 0px;
	padding-bottom: 2px;
	*/
}
.colonne{
	padding-right: 6px;
	padding-left: 6px;
}
#dix{
	position: absolute;
	top: 0;
	left: -5%;
	box-shadow: 3px 3px 8px black;
}
#neuf{
	position: absolute;
	top: 30px;
	left: 5%;
	box-shadow: 3px 3px 8px black;
}
#huit{
	position: absolute;
	top: 60px;
	left: 15%;
	box-shadow: 3px 3px 8px black;
}
#sept{
	position: absolute;
	top: 90px;
	left: 25%;
	box-shadow: 3px 3px 8px black;
}
#six{
	position: absolute;
	top: 120px;
	left: 35%;
	box-shadow: 3px 3px 8px black;
}
#cinq{
	position: absolute;
	top: 150px;
	left: 45%;
	box-shadow: 3px 3px 8px black;
}	
#quatre{
	position: absolute;
	top: 180px;
	left: 55%;
	box-shadow: 3px 3px 8px black;
}
#trois{
	position: absolute;
	top: 210px;
	left: 65%;
	box-shadow: 3px 3px 8px black;
}

#deux{
	position: absolute;
	top: 240px;
	left:75%;
	box-shadow: 3px 3px 8px black;
}
#une{
	position: absolute;
	top: 270px;
	left: 85%;
	box-shadow: 3px 3px 8px black;
}

img{
	width: 100%;
	padding-bottom: 20px;
}

/* Responsive */
@media screen and (max-width: 700px){
	.catalogue{
		height: 830px;
	}
}
@media screen and (max-width: 580px){
	.catalogue{
		height: 800px;
	}
}
@media screen and (max-width: 460px){
	.catalogue{
		height: 770px;
	}
}
@media screen and (max-width: 400px){
	.catalogue{
		height: 750px;
	}
}

