/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen-child/
Author: Initiatives
Author URI: https://www.initiatives.fr/
Description: Twenty Sixteen Child Theme
Template: twentysixteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 701px
 * 15.0 - Print
 */


html {
    font-size: 12px;
}

section[role="mainblog"] { 
    padding-top: 0;
}

.site-content .fildariane {
    padding: 20px 0;
}

.titre_h1 {
    border-bottom: 1px solid #E43432;
    color: #E43432;
    font-size: 1.25em; /* 20px/16px */
    font-weight: bold;
    padding: 20px 0 2px;
    text-transform: uppercase;
    width: 100%;
}

#primary h1 {
    border-bottom: 1px solid #76452f;
    color: #76452f;
    font-family: "asap",sans-serif;
    font-size: 1.66667em;
    padding: 0 0 10px;
    text-transform: none;
    width: 100%;
}


#primary #main h2, 
.site-content .stitle, 
.site-content .soustitre {
    color: #76452f;
    font-family: "asap",sans-serif;
    font-size: 1.2em;
    padding: 0 0;
}

.content-area h3 {
    color: #76452f;
    font-family: "asap",sans-serif;
}

#primary .button {
    font-size: 0.8em;
}

#primary .button .fleche {
    font-size: 1.6em;
}

#primary .separateur {
    border-bottom: 1px solid #cccccc;
    height: 10px;
}

.site-content .surbrillance {
    background-color: #76452f;
}

.site-content .encadre {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #76452f;
    color: #76452f;
}



#secondary h2 {
    border-bottom: 1px solid #f0532a;
    color: #f0532a;
    font-family: "asap",sans-serif;
    font-size: 1.166em;
    margin: 0;
    padding: 20px 0 0;
    text-transform: none;
    width: 100%;
}

#secondary .widget .menu, 
#secondary .widget .textwidget, 
#secondary .widget .menu-articles-favoris-container, 
#secondary .widget_recent_entries ul, 
#secondary .widget_recent_entries ul li {
    border-top: none;
}

#secondary .widget ul.menu{
    padding-left: 16px;
} 

#secondary .widget:first-child, 
#secondary .widget:first-child h2 {
    padding-top: 0;
}

#secondary .widget .menu-menu-saveurs-container{
    padding-top : 8px;
}



@media screen and (min-width: 701px) {
    .site-content {
    	width: 960px; 
    }

}