/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

@media (min-width: 768px) and (max-width: 991px) {
	#les-pratiques .media-body {
		height: 140px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#les-pratiques .media-body {
		height: 170px;
	}
        
        .text-hide-sm{
		display: none;
	}
}