#livre_blancs_message {
	display: none;
}
.messageLivres {
	display: none;
}
#livres h2{
	font-size: 24px;
	font-family: "Gotham-Book";
}

#livres {
	padding: 10vh 0;
}
.jumbotron-livres{
	margin-bottom: 0;
}

#livres .card-text{
	font-family: Gotham-Medium;
	width: 65%;
	font-size: 2.25rem;
	margin:1px 0;
}

#livres .card-body{
	padding: 24px 0 !important;
	text-align: left;
	border-top: 6px solid #fda418;
	min-height: unset;
	max-width: unset;
	min-width: unset;
}

#livres .card-img-top{
	padding: unset !important;
	max-height: unset !important;
	max-width: unset !important;
	min-height: unset !important;
	object-fit: unset !important;

}

#livres .card-title{
font-size: 16px;
line-height: 30px;
text-transform: none;
margin:0;
}

#livres .btn-float {
margin: 0 0 54px 0;
z-index: 0;
position: relative;
}
#livres .snapp_btn_download {
padding: 13px 25px;
border-radius: 30px;
background-color: #fda418;
font-size: 15px;
line-height: 1;
width: auto;
}
#livres .btn-warning:hover{
border-color: transparent;
}
/*#livres .btn_contact{
width: auto;
}*/
#livres .snapp_imagen_download {
	width: 15px;
	height: 15px;
} 

#livres .page-item .page-link {
    z-index: 1;
    font-family: Gotham-Medium;
    color: #BEBEBE;
    background-color: transparent;
    border-color: transparent;
    font-size:13px;
}

#livres .page-item.active .page-link {
    z-index: 1;
    font-family: Gotham-Bold;
    color: #4F526D;
    background-color: transparent;
    border-color: transparent;
}

.page-item:not(:last-child) .page-link::after{
    content: '';
    background: #18181824;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 41%;
    right: -3px;
}

.snapp_section_livre{
	padding-top: 8vh;
}

.snapp_section_livre_block{
	margin-bottom: 80px;
}


@media screen and (max-width: 1000px){
	#livres h2{
	font-size: 1.5rem;
	}
	#livres .filling-white .section-pt10{
		margin-left: 0!important;
	}
}

@media screen and (max-width: 991px){
	.modal-dialog {
    	max-width: 90%;
	}
}

@media screen and (max-width: 768px){
	#livres .card-text{
		width: 100%;
		
	}
}

@media screen and (max-width: 576px){
	.modal-dialog {
    	max-width: 100%;
	}
}
/*Add By TAG*/
.snapp_section_livre .snapp_section_livre_block:nth-child(7){display:none;}
.actualites_pagination{margin-top:100px}