/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Un thème spécialement conçu pour le Studio ICAN
 Author:       Ferlito Gervais
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/




/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */

@import "../../../../fonts.googleapis.com/css.96bcdfa7";

healthcheck{ display: none; visibility: hidden; }

body {
	background: #444;
	font-family: "Titillium Web", Arial;
}
.sidebar {
	background: #f7f7f7;
}
.site-title {
	background: url("logo-studio-ican.svg") left top no-repeat;
}
.site-title a {
	padding: 50px 0 0 0;
	display: block;
	text-indent: -10000px;
}
.site-description {
	display: none;
}
.site-footer {
	display: none;
}

/* Modifs Nicolas ;) */

.page-title {
font-family: "Titillium Web", Arial;
}

 .widget select, .widget textarea  {
font-family: "Titillium Web", Arial;
}

.cat-item {
font-weight: 600;
}

.cat-item-6, .cat-item-17, .cat-item-7, .cat-item-19, .cat-item-21, .cat-item-22, .cat-item-38, .cat-item-44 , .cat-item-46, .cat-item-48, .cat-item-53, .cat-item-55, .cat-item-69, .cat-item-118, .cat-item-318,.cat-item-75, .cat-item-238, .cat-item-288, .cat-item-319, .cat-item-320, .cat-item-340, .cat-item-348, .cat-item-349, .cat-item-350, .cat-item-23, .cat-item-29, .cat-item-42, .cat-item-99, .cat-item-2, .cat-item-5, .cat-item-25, .cat-item-27, .cat-item-12 {
font-weight: normal;
}

body::before {
    background-color: #333;
}

.entry-title {
    font-size: 3.2rem;
    line-height: 1.2308;
     font-weight: 600;
}

.entry-content h2, h3, h1 {
font-family: "Titillium Web", Arial;
font-weight: 600;
}

.entry-content {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
font-size: 1.7rem;

}