/* 
Theme Name: OnZeWeb
Theme URI: https://onze-web.com/
Description: OnZeWeb by OnZeWeb - thème enfant pour hello elementor
Author: OnZeWeb
Author URI: https://onze-web.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.col-membre > div {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
    padding: 15px !important;
    margin: 8px !important;
}
.col-membre .elementor-widget-image {
	overflow:hidden;
}
.col-membre img {
    transition: .5s ease;
}
.col-membre:hover img {
	scale: 1.1;
}