/*
Theme Name: exacto
Author: Rougevert
Tags: blog, custom-menu
Version: 1.0.0
Requires at least: 5.0.0
Tested up to: 5.8.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exacto
*/

/* MEDIAS QUERIES POUR LES DESKTOPS (SITE MOBILE FIRST) */
@media only screen and (min-width : 992px) {
	
	input#gform_submit_button_2 {width: 30% !important;}
	
	/* input#input_2_2, input#input_2_4 {width: 97%;} */
	
	.elementor-widget.elementor-widget-e_image_hover_effects {display: block;}

	
}