@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;
	background-image: url("../images/bete6.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	position:relative;
}

.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;
}
strong{
	font-weight: normal;
}
.contenu{
	border-top-style: solid;
	border-width: 1px;
	padding-top: 30px;
	visibility: hidden;
}
.poesie{
	font-size: 14px;
	font-family: "Palatino Linotype", serif;
	line-height: 20px;
	font-style: italic;
}
#citation1{
	display: flex;
	flex-direction: column;	
	align-items: center;
	padding: 90px 15% 110px 15%;
}
#citation2{
	display: flex;
	flex-direction: column;	
	align-items: center;
	padding: 400px 0 100px 32%;
}
#wrapper{
	width: 500px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-size: 14px;
}
#bleu{
	color: #5B82FF;
}
.image{
	padding: 3% 0 1% 0;
	text-align: center;
}
img{
	max-width: 100%;
	height: auto;
}
.audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin: 1em 0;
    padding: 0 24px;
    width: 100%;
    height: 66px;
    align-items: center;
    border: 1px solid #DDE2E6;
    border-radius: 4px;
    background: #fff;
}
.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: rgba(91, 130, 255, 0);
    border: 1px solid #5B82FF;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
    background: rgba(91, 130, 255, 0.1);
}
.audioplayer-playing .audioplayer-playpause {
    background: rgba(253, 79, 26, 0);
    border: 1px solid #FD4F1A;
}
.audioplayer-playing .audioplayer-playpause:hover {
    background: rgba(235, 79, 26, 0.1);
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: '';
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #0059FF;
}
.audioplayer-playing .audioplayer-playpause a {
    content: '';
    display: flex;
    justify-content: space-between;
    width: 12px;
    height: 14px;
}
.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    content: '';
    width: 4px;
    height: 14px;
    background-color: #FD4F1A;
}
.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content:center;
    font-size: 12px;
    color: rgba(51, 51 ,51, .6)
}
.audioplayer-time-current {
    margin-left: 24px;
}
.audioplayer-time-duration {
    margin-right: 24px;
}
.audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 12px;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer;
}
.audioplayer-bar::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 100%;
    height: 2px;
    background-color: #DDE2E6;
}
.audioplayer-bar > div {
    position: absolute;
    left: 0;
    top: 5px;
}
.audioplayer-bar-loaded {
    z-index: 1;
    height: 2px;
    background: #BEC8D2;
}
.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 2px;
    background: -webkit-linear-gradient(left,#0059FF,#09B1FA);
}
.audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -5px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}
.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #0059FF;
}
.audioplayer-volume {
    display: flex;
    align-items: center;
}
.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.audioplayer-volume-button a {
    display: flex;
    width: 6px;
    height: 8px;
    background-color: #9A9FB0;
    position: relative;
}
.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}
.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 9px solid #9A9FB0;
    border-bottom: 8px solid transparent;
    border-left: none;
    top: -4px;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    left: 10px;
    top: -2px;
    width: 6px;
    height: 6px;
    border: 6px double #9A9FB0;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg);
}
.audioplayer-mute .audioplayer-volume-button a {
    background-color: #FD4F1A;
}
.audioplayer-mute .audioplayer-volume-button a:before {
    border-right: 9px solid #FD4F1A;
}
.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.audioplayer-volume-adjust > div {
    position: relative;
    display: flex;
    width: 60px;
    height: 2px;
    cursor: pointer;
    background-color: #BEC8D2;
}
.audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #0059FF;
}
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;
}
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: 1850px){
	#citation1{
	padding: 85px 15% 110px 15%;
	}
	#citation2{
	padding: 360px 0 90px 32%;
	}
}
@media screen and (max-width: 1800px){
	#citation1{
	padding: 80px 15% 110px 15%;
	}
	#citation2{
	padding: 340px 0 80px 32%;
	}
}
@media screen and (max-width: 1730px){
	#citation1{
	padding: 70px 15% 110px 15%;
	}
	#citation2{
	padding: 300px 0 70px 32%;
	}
}
@media screen and (max-width: 1660px){
	#citation1{
	padding: 60px 15% 110px 15%;
	}
	#citation2{
	padding: 280px 0 70px 32%;
	}
}
@media screen and (max-width: 1600px){
	#citation1{
	padding: 55px 15% 110px 15%;
	}
	#citation2{
	padding: 250px 0 60px 32%;
	}
}
@media screen and (max-width: 1530px){
	#citation1{
	padding: 40px 15% 110px 15%;
	}
	#citation2{
	padding: 220px 0 60px 32%;
	}
}
@media screen and (max-width: 1450px){
	#citation1{
	padding: 30px 15% 110px 15%;
	}
	#citation2{
	padding: 200px 0 60px 32%;
	}
}
@media screen and (max-width: 1380px){
	#citation1{
	padding: 22px 15% 110px 15%;
	}
	#citation2{
	padding: 170px 0 60px 32%;
	}
}
@media screen and (max-width: 1380px){
	#citation1{
	padding: 18px 15% 110px 15%;
	}
	#citation2{
	padding: 150px 0 55px 32%;
	}
}
@media screen and (max-width: 1300px){
	#citation1{
	padding: 14px 15% 340px 15%;
	}
	#citation2{
	display: none;
	}
	body{
	background-repeat: repeat;
	}
}
@media screen and (max-width: 1200px){
	#citation1{
	padding: 14px 15% 300px 15%;
	}
}
@media screen and (max-width: 1100px){
	#citation1{
	padding: 14px 15% 270px 15%;
	}
}
@media screen and (max-width: 850px){
		#citation1{
	padding: 14px 15% 190px 15%;
	}
	#wrapper{
	width: 400px;
	}
}
@media screen and (max-width: 600px){
		#citation1{
	padding: 14px 15% 150px 15%;
	}
	#wrapper{
	width: 400px;
	}
}
@media screen and (max-width: 450px){
	#wrapper{
	width: 320px;
	}
	.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    border: none;
	}
	.audioplayer-playing .audioplayer-playpause {
    border: none;
	}
	.audioplayer-time {
    display: none;
	}
}
@media screen and (max-width: 380px){
	#wrapper{
	width: 300px;
	}
}
@media screen and (max-width: 340px){
	#wrapper{
	width: 280px;
	}
}
@media screen and (max-width: 310px){
	#wrapper{
	width: 260px;
	}
}
@media screen and (max-width: 290px){
	#wrapper{
	width: 240px;
	}
}
@media screen and (max-width: 270px){
	#wrapper{
	width: 220px;
	}
}


