/*  Theme Name: Thème enfant hello-elementor
Theme URI:    https://www.commandes.mats-deschamps.com/
Description:  Description de mon thème enfant 
Author:       Francis  
Author URI:   https://wpmarmite.com 
Template:     hello-elementor  
Version:      0.1.0 */

/* zoom sur images */
.zoom{overflow:hidden;}
.zoom img {transition: transform 0.5s ease;}
.zoom img:hover {transform: scale(1.5);
}
#cache p {
    display: none;
}
@media(max-width:767px){
	#voir-plus {
	margin-left: 13px;
    margin-top: -8px;
	margin-bottom: 10px;
	}
	#wpfront-scroll-top-container img {
    width: 35px !important;
    height: 35px !important;
}
}
@media(min-width:768px){
.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px !important;
	margin-right: -50px !important;
}
}
.elementor .e-d5e9be5-7e8597d {
    align-self: center;
    margin: auto;
}