/*
Theme Name: Renov
Description: Theme enfant de Renov
Author: Julien Albertini
Author URI: https://themeisle.com
Template:  neve
Version: 0.1.0
*/

/*  mon code css perso	*/
.wp-block-query a{ 
	color: #000;
    line-height: 38px;
    text-decoration: none !important;
}
.wp-block-query h2{
    font-size: 1.2em;
    font-weight: normal;
}
.wp-block-query figure a{ 
	height:350px; 
	position:relative; 
	display:inline-block;
}
.wp-block-query figure img{
	display: block;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.nv-sidebar-wrap{ display:none;}
.nv-single-post-wrap{ 
	width:100% !important;
	max-width: 100% !important;
}

.site-footer .component-wrap{ display:none !important;}
.site-footer #block-9{ padding:20px 0 10px; text-align: center; color:#fff;}
