/*
 Theme Name:   Twenty Sixteen Child
 Description:  Twenty Sixteen Child Theme
 Template:     twentysixteen
 Version:      1.0.0
 Text Domain:  twenty-sixteen-child
*/

@import url(../twentysixteen/style.css);


/*
enleve propulse par wordpress
*/
.site-info {
   
    display: none;
}

/*
espace autour du logo
*/
.site-branding {
    margin: 0 auto 0 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.page .entry-header {
	display: none;
}
/*

enleve espace auo-dessus du header

.header-image {
    clear: both;
    margin: 0;
    	
}
*/

/*
enleve le titre DESCRIPTION

.entry-content h2, .entry-summary h2, .comment-content h2, .textwidget h2 {
    
    display: none;
}
*/



/*
change la fonte


body, button, input, select, textarea {
    color: #b32020;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
	background-color: #CCF8CE;
}
*/

/*
couleur de fond

.site {
    background-color: #F9F9E8;
}
*/

/*
edite les titres des pages et produits

.entry-title {
   font-family: Arial, Helvetica, sans-serif;          
}
*/

/*
fonte du menu principal

.main-navigation  a{
    font-family: Arial, Helvetica, sans-serif;
	color: #003702;
}
*/


/*
fonte du menu des widgets

.widget .widget-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase;
}
*/

/*
Change la couleur du nom des fleurs sur le widget liste 

a {
    color: #211db3;
    text-decoration: none;
}
*/



/*
Edite le titre des pages

.entry-title {
     font-size: 28px;
	 color: #211db3;
}
*/

/*
controle le h1 des pages

.entry-content h1{
    font-size: 24px;	
}
*/


/*
.bold {
font-weight: bold;
color: black;
}

.italique {
font-style: italic;
}
*/


/*
Enleve le titre de l'image widget

.widget .widget-title {
   display: none;
}

*/
/*
Enleve la légende de l'image widget

.wp-caption .wp-caption-text {
     display: none;
}
*/



/*
Enleve le sous-titre de l'image agrandie

.pswp__caption__center {
    display: none;
}
*/

/*
enleve les catégories sur la page produit

.posted_in{
   display: none;
}
*/


