@charset "UTF-8";

h1 {
	color: #3b8ac2;
}
h3 {
	max-width:1000px;
}




.vignette-livre {
    float: left;
	width: 20%;
	height: auto;
	margin-right: 4%;
	margin-top: 37px;
	margin-bottom: 10px;
			-webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
	}

.content-description-livre {
	padding: 12px 0px 0px 0px;
    float: left;
	width: 76%;
	height: auto;
	margin-bottom: 20px;
	}

.icon_quebec{
width: 25px;
	height: auto;
	margin-bottom: 10px;
}

	
	
	@media screen and (max-width: 963px) {
		
.content-description-livre {
	margin-bottom: 10px;
	}

	}
	
	
@media screen and (max-width: 767px) {
	
	
			.vignette-livre {
    float: none;
	width: 100%;
	max-width: 220px;
	height: auto;
	margin-right: 0px;
	margin-top: 20px;	
				margin-bottom: -5px;
	}

.content-description-livre {
    float: none;
	width: 100%;
	margin-top:0px;
	margin-bottom: 27px;
	}
	

	}


