/*
Theme Name: nom_du_theme
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: nom_du_theme
*/

/* IPAD HORIZONTAL */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    

	
}


/* DESKTOP PETIT ECRAN */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    #menu_header>.elementor-widget-container>nav.elementor-nav-menu--dropdown {
    	width: 100vw !important;
    	right: -3rem !important;
    	top: 56px !important;
    	left: auto !important;
    }	
}