#bookList{
	display:none;
}

#bookListMobile{
	display: block;
}

p{
	color: #ffffff;
}

h1, h2, h4{
	color: #ffffff;
}

h3{
	color: #ffffff;
	font-family: "Andalus", Times, serif;
	text-align: justify;
    	text-justify: inter-word;
}

.texteMobile{
	font-size: 12;
}

.lienMobile{
	font-size: 20px;
}

.book1{

	text-align: center;
}

.book2{

	text-align: center;
}

.book3{

	text-align: center;
}

.books{
	width: 280px;
	display: block;
    margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	
}

.bookButton{
	max-width: 70px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 5px; 
}