.mostPopular a {
	text-decoration: none;
}


.categoryImageParent figure {
	text-align: left;
}

.categoryImageParent img {
	border-radius: 50%;
}


.categoryAdvises img{
border-radius : 0.5em ;
}
.inspirationCategory figure picture{
position : relative ;
height: 25em ;
width:25em ;
border-bottom : 0.08em solid var(--grey) ;
}
.inspirationCategory figure img{
position: absolute ;
left: 50%;
top: 50% ;
transform: translate(-50%,-50%) ;
max-height: 100% ;
max-width:100% ;
width:auto ;
}

.inspirationCategory figcaption{
margin :0.5em auto 0 ;
width:28em ;
}

@media ( max-width :800px) {
	.categoryImageParent, .categoryIntroParent {
		display: block;
		width: 100%;
	}
	
	.categoryIntroParent{padding:0}
	.categoryImageParent figure {
		text-align: center;
		margin-bottom: 2em ;
	}
	.categoryImageParent img {
		display: inline-block;
	}
	

	.categoryAdvises .d_ib, .faqGalery .w50{

	width:100%;
	padding : 1em 0 ;
}

.categoryAdvises .d_ib .chat_peinture{
position: relative;
height: 15em ;
overflow:hidden;
border-radius : 0.5em ;
}

.categoryAdvises .d_ib .chat_peinture img{
width:100%;
position: absolute; 
top:-40%;
}

}

@media ( max-width :500px) {
	.categoryAdvises .d_ib .chat_peinture{
height: auto ;

}
.categoryAdvises .d_ib .chat_peinture img{
position: relative;
top:auto ;
}
}