/*
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
*/

/* MEDIAS QUERIES POUR LES DESKTOPS (SITE MOBILE FIRST) */
@media only screen and (min-width : 992px) {
	
	
	
}

@media screen and (min-width: 1175px) and (max-width: 1358px) {
	#colonne_vide_header {
		width: 15%;
	}
	
	#colonne_menus_header {
		width: 70%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1175px) {
	#colonne_vide_header {
		width: 0%;
	}
	
	#colonne_menus_header {
		width: 85%;
	}
}