/*
 Theme Name:   Unik Studio
 Theme URI:    https://www.unikstudio.fr
 Description:  Thème Wordpress pour Unik Studio
 Author: Unik Studio
 Author URI: https://unikstudio.fr/
*/


/**
@media (min-width:992px) {
	.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) {
}