/*
Theme Name: CCharbonnel
Author: Cédric Charbonnel
Description: Perso basé sur Twenty Fifteen
Text Domain: ccharbonnel
*/


@import url('css/style.standard.css') screen;

@import url('css/style.woocommerce.css') screen;

@import url('css/style.mobile.css') screen and (max-width: 767px);

/*@import url('css/style.tablette.css') screen and  (min-width: 768px) and (max-width: 1023px);*/

/**
 * Ecran 1024px +
 */

@media screen and (min-width: 1024px) {


#main-roman-fleche > button, #blog-menu-small {
	display:none !important;
}


}

/**
 * Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
}

}
