.content {
	/*max-width: 1920px;*/
	/*font-family: 'Baloo Tamma', cursive;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Century Gothic', 'CenturyGothic', 'AppleGothic', 'Open Sans', sans-serif;
}
.twrapper {
	position: absolute; 
	width: 100%; 
}
.livreDetails {
	position: absolute;
	text-align: center;
	width: 100%;/*max-width: 1920px;*/
}
.livreDetails h2 {
	font-size: 6vw;
	font-weight: 900;
	line-height: 5vw;
	text-transform: uppercase;
	margin: 0 auto;
}
.livreDetails h1 {
	font-size: 3vw;
	color: #006401;
	margin-bottom: 3vw;
}
.livreDetails h3 {
	font-size: 2vw;
	float: left;
	width: 50%;
	margin-bottom: 4vw;
}
.livreDetails h3 strong {
	font-size: 2.5vw;
}
.livreDetails ul {
	margin-top: 2vw;
	margin-left: 0;
}
.livreDetails li {
	font-size: 1.8vw;
}
.menu-categories {
	background: rgba(255,255,255,0.7);
	border-radius: 1em;
	padding: 5px;
	font-weight: bold;
}
.imgcouverture {
	width: 100%; 
	z-index: -1;
}
.row {
	margin: 0!important;
}