/*
 Theme Name:     Bibliorama
 Theme URI:      https://bibliorama.org
 Description:    Thème de Bibliorama
 Author:         Thomas Mathey
 Theme URI:      https://www.levangile.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
#recent-comments-2 {
	display: none !important;
}
.et_pb_blog_grid .et_pb_image_container img {
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}
::-webkit-scrollbar {
    width: 5px
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 10px
}
::-webkit-scrollbar-thumb {
    background: #ee3324 ;
    border-radius: 10px
}
::-webkit-scrollbar-thumb:hover {
    background: #333
}
iframe::-webkit-scrollbar {
    width: 5px
}
iframe::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 10px
}
iframe::-webkit-scrollbar-thumb {
    background: #ee3324 ;
    border-radius: 10px
}
iframe::-webkit-scrollbar-thumb:hover {
    background: #333
}