/*
Theme Name: ColorMag RCI/EOTA
Theme URI: http://themegrill.com/themes/colormag/
Template: colormag
Author: ThemeGrill
Author URI: http://themegrill.com
Description: ColorMag is a perfect responsive magazine style WordPress theme. Suitable for news, newspaper, magazine, publishing, business and any kind of sites. Get free support at http://themegrill.com/support-forum/ and check the demo at http://demo.themegrill.com/colormag/ - Version pour RCI/EOTA
Tags: one-column,two-columns,right-sidebar,left-sidebar,flexible-header,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,featured-images,theme-options,post-formats,footer-widgets,blog,e-commerce,news
Version: 2016-06-21 (1.1.4).1466531017
Updated: 2019-10-17+16:40:31

*/

@import url(fonts/radio-canada.css);

body {
	font-family: 'Radio-Canada', 'Open Sans', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Radio-Canada', 'Open Sans', Arial, Helvetica, sans-serif;
}


p {
	font-family: 'Radio-Canada', 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 16px;
}

blockquote p {
	font-family: 'Radio-Canada', 'Open Sans', Arial, Helvetica, sans-serif;
}

figure.wp-caption {
	border: none;
}

figure.wp-caption img[class*="wp-image-"] {
	margin: 0 auto;
	max-width: 100%;
}

figcaption.wp-caption-text {
	border-bottom: 1px solid lightgrey;
}

.entry-content li {
	line-height: inherit;
}

.main-navigation li {
	font-family: 'Radio-Canada', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.main-navigation a {
	font-weight: 300;
}

.menu-primary-container {
    padding-right: 70px;
}

@media screen and (max-width: 768px) {
	.menu-primary-container {
		padding-right: 0px;
	}
}

/* page & post builder templates */

.page-template-page-builder.no-sidebar-full-width.box-layout #main,
.post-template-post-builder.no-sidebar-full-width.box-layout #main 
{
	overflow: visible;
}

.page-template-page-builder #page,
.post-template-post-builder #page 
{
	max-width: none;
}

.page-template-page-builder .news-bar,
.post-template-post-builder .news-bar
{
	display: none;
}

/* mobile */
@media screen and (max-width: 1190px) {
	.page-template-page-builder #page,
	.post-template-post-builder #page {
		width: unset;
	}

}

/* page&post builder template */

.site-header .menu-toggle {
	font-family: 'Radio-Canada', 'Open Sans', Arial, Helvetica, sans-serif;
}

#site-navigation {
    z-index: 999999;
}

#site-description {
	font-family: 'Radio-Canada', 'Open Sans', Arial, Helvetica, sans-serif;
}

#content .post .article-content .below-entry-meta {
    padding-bottom: 0;
	/* line-height: 14px; */
}

#content .post .article-content .below-entry-meta .posted-on {
	font-size: 12px;
}

.widget_featured_posts figure img {
	margin-bottom: 0px;
}

.report-typo {
    background: #FFF;
    border: 1px solid #ccc;
    height: auto;
    margin: 20px 0 20px 0;
    overflow: auto;
    padding: 1%;
    width: 98%;
}