﻿main{
	margin:20px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	min-height:550px;
}

/* CONFIGURATION DES MENUS */
nav{
	display:flex;
}
nav>a
{
	display:block;
	width:400px;
	text-align:center;
	box-sizing:border-box;
	padding:20px;
	margin:1px;
	text-decoration:none;
	transition:all 0.3s ease;
}
nav>a:hover
{
	transition:all 0.3s ease;
}
#ch{
	display:none;	
}
/* VISUEL DU BOUTON SUR ECRAN ETROIT (NOIR SUR FOND PALE) */
#lab{
	width:30px;
	height:30px;
	margin:4px;
	display:none;
}

@media all and (max-width: 960px)
{
	nav{
		display:block;
		position:absolute;
		left:0;
		right:0;
		transform:translate(-1000px,0);
		transition:all 0.5s ease;
	}
	nav>a
	{
		width:auto;
		text-align:left;
	}
	#ch:checked+nav
	{
		transform:translate(0px,0);
		transition:all 0.5s ease;
	}
	#lab{
		display:block;	
	}

	ul{
		float:none;
		width:auto;
		display:block;
		left:0;
		right:0;
		margin-top:300px;
	}
}

nav>a
{
	display:block;
	width:400px;
	text-align:center;
	box-sizing:border-box;
	padding:20px;
	margin:1px;
	text-decoration:none;
	transition:all 0.3s ease;
}


/* CONFIGURATION DES BLOCS */
@media (min-width: 480px) and (max-width: 780px)
{
	#bloc_livre{
		width:95%;
		margin:10px;
		padding:10px;
		float:left;
		border-radius: 10px;
		}	
	#bloc_comm{
		width:95%;
		margin:10px;
		padding:10px;
		float:left;
		border-radius: 10px;
		}	
}
@media (min-width: 780px) and (max-width: 1400px)
{
	#bloc_livre{
		width:45%;
		margin:10px;
		padding:10px;
		float:left;
		border-radius: 10px;
		height:250px;
	}
	#bloc_comm{
		width:20%;
		margin:10px;#
		padding:10px;
		float:left;
		border-radius: 10px;
		height:250px;
	}
}
/* section de bas de page */
footer{
	background-color:rgba(0, 0, 0, 0.70);
	color:#fff;
	width:100%;
	position:fixed;
	bottom:0;
	padding-top:10px;
	height:40px;
	font-size: .8em;
}
#rsociaux{
	float:right;
	padding-right:10px;
	text-align:center;
}

#bloc_vide{
/*	background-color:rgba(0, 0, 0, 0.1); */
	width:100%;
	margin:20px;
	float:left;
}
	#bloc_roman
	{
		width:90%;
		margin:10px;
		padding:10px;
		float:center;
		border-radius: 10px;
	}
/*

@media all and (max-width: 480px)
{
	#bloc{
		width:100%;
		max-width:480px;
		margin:auto;
		margin-top:10px;
		}	
	#detail{
		width:100%;
		max-width:480px;
		margin:auto;
		margin-top:10px;
		}	
	#promo{
		width:100%;
		max-width:480px;
		margin:auto;
		margin-top:10px;
		}	
}
@media (min-width: 480px) and (max-width: 780px)
{
	#bloc{
		width:100%;
		max-width:700px;
		margin:auto;
		margin-top:10px;
		}	
	#detail{
		width:100%;
		max-width:700px;
		margin:auto;
		margin-top:10px;
		}	
	#promo{
		width:100%;
		max-width:700px;
		margin:auto;
		margin-top:10px;
		}	
}
@media (min-width: 780px) and (max-width: 1400px)
{
	#bloc{
		width:100%;
		max-width:1000px;
		margin:auto;
		margin-top:10px;
		}	
	#detail{
		width:40%;
		float:left;
		max-width:1000px;
		margin:auto;
		margin-top:10px;
		}	
	#promo{
		width:59%;
		float:left;
		max-width:1000px;
		margin:auto;
		margin-top:10px;
		}	
}

*/
/*
	img.livre{
		float:none;
	}

	img.promo
	{
		width: 100%;
		height:auto;
	}	
	video.promo
	{
		width: 100%;
		height:auto;
	}	
*/




p{
	text-align:justify;
	font-size: .90em;
	margin:10px;
}
p.livre{
	text-align:justify;
	font-size: .80em;
	margin-bottom:10px;
}
p.slogan{
	text-align:left;
	font-size: .90em;
	margin-bottom:10px;
	font-style: italic;
	margin:10px;
}
p.edition{
	text-align:center;
	font-size: .80em;
	margin-bottom:0px;
}


img.roman
{
	float:left;
	margin:10px;
}
img.auteure
{
		float:none;
		border:1px solid black;	
		border-radius: 20px;
}




