@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;
	display: flex;
	flex-direction: column;
}
header {
	visibility: hidden;
}
h2 {
	display:none;
}
h1 {
	font-family: "Calibri Light";
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 50px 0px 25px 0px;
	margin-bottom: 20px;
	line-height: 20px;
}
h1 cite{
	font-family: "Calibri Light";
	font-size: 20px;
}
strong{
	font-weight: normal;
}
em{
	font-style: normal;
}
cite{
	font-style: italic;
}

h1 a{
	color: black;
	text-decoration: none;
	padding-bottom: 10px;
	visibility: hidden;
}

.contenu{
	border-top-style: solid;
	border-width: 1px;
	padding-top: 30px;
	visibility: hidden;
}
.image{
	width:100%;
	padding-top:1rem;
}
.image img{
	width:100%;
}
	
.texte{
	text-align: justify;
	font-size: 14px;
	font-family: "Palatino Linotype", serif;
	line-height: 20px;
}
.texte a {
	color: black;
	text-decoration: none;
}

.poesie{
	font-size: 14px;
	font-family: "Palatino Linotype", serif;
	line-height: 20px;
	font-style: italic;
	display: flex;
	flex-direction: column;	
	align-items: center;
	padding: 30px 15% 20px 15%;
}
.blank{
	padding-right: 2rem;
}

.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;
}
.legende{
	padding-top:0.5rem;
	font-family: "Calibri Light";
	font-size: 12px;
	line-height: 18px;
}
.legende a{
	font-style:normal;
}

.news1{
	width: 100%;
	height:auto;
	display:flex;
	padding-top: 4rem;
	font-size: 14px;
}
.news2, .news3{
	padding-top: 2rem;
	font-size: 14px;
}
.news1 a, .news2 a{
	text-decoration: none;
	color: black;
}
.column {
  float: left;
  width: 50%;
}

.vignette{
	width:45%;
	box-shadow: 2px 1px 8px rgb(109, 116, 140);
	display:table;
}
.vignette img{
	width:100%;
}

.description{
	width:55%;
	padding:10%;
	height:100%;
	display: table;
	color:black;
}
.description span{
	vertical-align:middle;
	display: table-cell;
	color:black;
	font-size: 14px;
	font-family: "Palatino Linotype", serif;
}

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: 660px) {
	.news1{
		display:block;
	}
	.column {
	  float: none;
	  width: 100%;
	}

	.vignette{
		width:100%;
	}
	.description{
		width:80%;
		display: block;
		padding-bottom:6rem;
	}
	.description span{
		text-align:left;
		display: block;
		color:black;
	}
}
@media screen and (max-width: 560px) {
	.vignette{
		width:90%;
	}
	.description{
		width:90%;
	}
}
