@charset "UTF-8";

* {
	margin:0;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: 'IM Fell Double Pica', serif;
	color: #4D4B47;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.1em;
	background: url("../images/fond_papier.jpg") no-repeat center center fixed;;
	background-size:cover;
	margin: 0;
	min-width: 850px;
}

.parenthese_home {
	display: inline-block;
	position: relative;
}

.parenthese_home img {
	width:35px;
	height:105px;
}

.bloc_titre {
	display: inline-block;
	position: relative;
	left: 40px;
	top: 3px;
}

.titre_main {
	display: inline-block;
	position: relative;
	left:40px;
}

.titre1 {
	position: relative;
}

.titre2 {

	left: 115px;
	top:10px;
	position: relative;
}

.intro {
	margin-top: 40px;
	margin-left: 83px;
	line-height: 2em;
}

.liste_poemes {
	margin-left: 190px;
	margin-top: 60px;
}

.liste_poemes ul {
	margin:0;
	padding: 0;
}

.liste_poemes li {
	list-style-type: none;
	margin-top:25px;
}

.liste_poemes li:before {
	content:'';
	display:inline-block;
	height:19px;
	width:64px;
	background-size:contain;
	background: url('../images/before_poeme.svg') no-repeat;
	padding-left: 20px;
}

.liste_poemes a, .liste_poemes span {
	top: -6px;
	position: relative;
	border: none;
	letter-spacing: 0.1em;
}

.a_suivre {
	opacity: 0.3;
}

.date {
	position: absolute;
	right:15px;
	top:15px;
	color: #A5A5A5;
}

.retour {
	position: absolute;
	left:15px;
	top:15px;
}


.masque {
	display:none;
}

.main {
	padding-top:100px;
	margin-left:20%;

}

.main_home {
	padding-top:100px;
	margin-left:10%;
	width:90%;
	margin-bottom: 100px;
}

.retrait2 {
	margin-left:2em;
}

.retrait3 {
	margin-left:3em;
}

.retrait4 {
	margin-left:4em;
}

.retrait5 {
	margin-left:5em;
}

.retrait6 {
	margin-left:6em;
}

.retrait7 {
	margin-left:7em;
}

.retrait8 {
	margin-left:8em;
}

.retrait9 {
	margin-left:9em;
}

.retrait10 {
	margin-left:10em;
}

.retrait12 {
	margin-left:12em;
}

.retrait14 {
	margin-left:14em;
}

.retrait16 {
	margin-left:16em;
}

.retrait18 {
	margin-left:18em;
}

.retrait20 {
	margin-left:20em;
}

.retrait22 {
	margin-left:22em;
}

.retrait24 {
	margin-left:24em;
}

.retrait26 {
	margin-left:26em;
}

.parenthese {
	position:relative;
	float:left;
}

.poeme {
	position:relative;
	left:50px;
	float:left;
	padding-bottom: 180px;
	min-width:600px;
}

.header {
	top: 0;
	position: relative;
}

.footer {

	width: 100%;
	bottom: 0;
	position: fixed;
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0.07em;
	color: rgba(119,115,115,1.00);
	padding-top:5px;
	padding-bottom:5px;
	background-color: #EFEEEB;
}


.colonne_footer {
	margin-left: 10px;
	display:inline-block;
	height:15px;
}

.social {
	position: relative;
	top:4px;
}

.social a {
	border:none;
}

.p_social {
	position: relative;
	top:90px;
}

.p_social a {
	border:none;
	display: inline-block;
	margin-right: 20px;

}

.social_img {
	display: block;
}

h1, h2, h3 {
	font-style: italic;
	font-weight: 400;
	color:#232220;
}

h1 {
	font-size:1.6em;
	margin-bottom: 35px;
	margin-top: 27px;
}

h2 {
	
}

h3 {
	
}

a {
	border-width: 0 0 1px 0;
	border-style: dotted;
	text-decoration: none;
	color: #4D4B47;
}

p {
	margin-top:0.6em;
	margin-bottom: 0.6em;
}

.header a {
	border:none;
}

@media only screen and (max-device-width : 1024px) {

	html {
		min-width: 690px;
	}

	body{
		width:100%;
		min-width: 690px;
		background: #fefdfb none;
	}

	.main {

		display:block;
		padding-top:60px;
		margin-left:40px;
	}

	.main_home {

		padding-top:20px;
		margin-left:0;
		width:100%;
	}

	.header {
		display: block;
		height: 50px;
	}

	.parenthese {
		display:none;
	}

	.poeme {
		position:inherit;
		float:none;
	}

	.retour {
		left:25px;
	}

	.volume {
		left:100px;
	}

	.retour img {
		height:48px;
		width:48px;
	}

	#volume_btn {
		width:42px;
		height:48px;


	}
	.volume_off {
		background-position: 42px 0;
	}


}