/*  
Theme Name: Ambrin
Theme URI: https://ambrin.fr/
Description: Thème Wordpress pour Ambrin
Author: Unik Studio
Author URI: https://unikstudio.fr/
*/


@media (min-width:1200px) {
	.menu-responsive {
		display: none;
	}
	.menu-burger {
		display:none;
	}
}

/*** Responsive à l'envers **/

@media only screen and (max-width:1499px) {
}

@media only screen and (max-width:1199px) {
}

@media only screen and (max-width: 575px) {
}