/* Cette page est dédié à la personnalisation de votre CSS LivresFP */
/* This page is for your LivresFP CSS */

.com-livresfp.categories {
	display: grid;
    grid-gap: 1rem;
}
.livresfp .catitem {
	background-image:linear-gradient(#ddd, #fff);
	clear: both;
}

.livresfp-cadre-img {
	height: 120px;
	width: 160px;
	float: left;
	text-align: center;
    padding: 5px;
}
.element-invisible {
	display: none;
}
.livresfp li {
	list-style: none;
	background-image: linear-gradient(#ddd, #fff);
}
.livresfp-cadre-img img{
	height:100%;
}
.livresfp-category .list-title img,
.com-livresfp-item img
 {
	height: 200px;
	width: auto;
}
.livresfp-category .list-title figure {
	margin: 0;
}
.livrefp-about{
    padding: 30px;
    width: 50%;
    color: #fff;
}
.livrefp-about-container{
    overflow: auto;
    height: 450px;
	position: relative;
	z-index: 2;
}
.livrefp-about .thumbnail{
    border: none;
}
.livrefp-about .thumbnail img{
    height: 150px;
	margin: 0;
}
.df-book-wrapper.left {
	left: 0 !important;
}
.df-ui-wrapper.df-ui-controls {
    bottom: 0;
    width: 100%;
    display: block;
}
.livrefp .textLayerDiv {
	display:none;
}