/*
 Theme Name:   miteri_child
 Theme URI:    bof
 Description:  Miteri Child Theme
 Author:       John Doe
 Author URI:   bof
 Template:     miteri
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         bof
 Text Domain:  miteri_child 
*/

body, input, select, textarea {
	color: #366bac;
}
.top-header {
  background: #366bac; 
}
.main-navbar {
    background: #366bac; 
}
.site-footer {
  background-color: #366bac;
}
/*supprimer "non classé avant le titre des articles" */
div.entry-meta.entry-category span.cat-links {
	display:none  
}

/* test pour supprimer "CATÉGORIE:NON CLASSÉ" */
header.page-header .page-header-wrapper {
  display: none;
}
