/*
Theme Name: Réseau Reboisement et Ligniculture Québec
Theme URI: http://2rlq.teluq.ca/
Author: Andy Harvey
Author URI: https://www.teluq.ca/
Description: Thème pour le site Réseau Reboisement et Ligniculture Québec (2RLQ)
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Réseau Reboisement et Ligniculture Québec (2RLQ)
Tags:

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.

2RLQ is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | https://github.com/necolas/normalize.css */
/* http://csscompressor.com/ */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,
figcaption,figure,footer,header,main,
menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}
audio:not([controls]){display:none;height:0}
progress{vertical-align:baseline}
template,
[hidden]{display:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:inherit;font-weight:bolder}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}
optgroup{font-weight:700}
button,input{overflow:visible}
button,select{text-transform:none}
button,html [type="button"],
[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

hr {
	display: block;
	border: solid #aaa;
	border-width: 1px 0 0;
	clear: both;
	margin: 1.5em 0;
	height: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
	max-width:100%;
	height:auto;
}
iframe {
	max-width:100%;
}


/*
 https://wordpress.stackexchange.com/questions/119547/oembed-youtube-video-aspect-ratio#138553
*/
.videoWrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
	margin-bottom:1em;
}
.videoWrapper:before {
    content: "";
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    display: block;
    overflow: hidden;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}

blockquote, blockquote p { font-size: 1.076923em; /*14px*/ line-height: 1.7em; color: #565859; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

*,
*:before,
*:after,
a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html,
button,
input,
select,
textarea {
	color: #000;
}
html {
	font-size: 1em;
	line-height: 1.4;
}
body {
    font-family: 'Yantramanav', sans-serif;
	font-size:17px; /* Taille de base pour le texte courant */
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
hr {
	display: block;
	border: solid #aaa;
	border-width: 1px 0 0;
	clear: both;
	margin: 1.5em 0;
	height: 0;
}

b, strong {
	font-weight:700;
}
ol, ul {
	margin:0.5em 0 1em 0;
	padding-left:18px;
}
ul { list-style-type:square; }
li { margin:0.2em 0 0.5em 0; }

nav ul, nav ol, ul.noliste, ul.no_liste { list-style: none; list-style-image: none; margin: 0; padding: 0; }
ul.noliste > li, ul.no_liste > li { display:block; } /* Règle petit prob. d'aff. IE8+ */
.ie8 ul.noliste > li, .ie8 ul.no_liste > li { display:list-item; } /* Annule pour IE8 (cause autre bogue) */

blockquote, blockquote p { font-size: 1.076923em; /*14px*/ line-height: 1.7em; color: #565859; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

figure{
	margin:1em 0;
}
figcaption{
	font-size:0.7647058823529412em; /* 13 / 17 */
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small,
.small {
	font-size: 75%;
}
big,
.big {
	font-size: 125%;
}
.vsmall { font-size: 60%; line-height:1.5; }

.alignerTxtG { text-align:left; }
.alignerTxtD { text-align:right; }
.alignerTxtC { text-align:center; }

.alignerImgG { margin-bottom:15px; float:left; margin-right:20px; }
.alignerImgD { margin-bottom:15px; float:right; margin-left:20px; }

figure.alignerImgG,
figure.alignerImgD { margin-top:0; }


p { margin: 0 0 1em 0; }
p img { margin: 0; }

.remove-top { margin-top: 0 !important; }
.add-top { margin-top: 1em !important; }		  /* Même valeur que la marge du <p> */
.half-top { margin-top: 0.5em !important; }
.add-d-top { margin-top: 2em !important; }		  /* Double marge */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 0.5em !important; }
.add-bottom { margin-bottom: 1em !important; }   /* Même valeur que la marge du <p> */
.add-d-bottom { margin-bottom: 2em !important; } /* Double marge */

/* Floats */
.floatG { float:left!important; }
.floatD { float:right!important; }

.block { display:block; }

.cssTable {
	display:table;
	width:100%;
	table-layout:fixed;
}
.cssTable > * {
	display:table-cell;
}


/*
 * Accordéons
 */
.accordeon { margin:10px 0 20px 0; }

.accordeon .toggler {
	position:relative;
	transition: all .2s;
	color:#000;
	display: block;
	font-size: 1.176470588235294em; /* 20/17 */
	line-height:1.25em; /* 25/20 */
	font-weight: 700;
	color:#2e8804;
	text-decoration: none;
	margin:20px 0 0 0;
	padding:0;
	border:0;
	text-transform:none;
	
	/* Empêche la sélection sur l'élément */
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}
.accordeon .toggler:after { display:none; }

.accordeon .toggler > button.subtil {
	width:100%;

	/* Styles anciennement sur le .toggler */
	position:relative;
	padding: 4px 35px 4px 5px;
	border-bottom:1px solid #666;
	cursor: pointer;
}

.accordeon .toggler > button.subtil .icone {
	background-image:url(img/accordeon_ouvrir.svg);
	background-position:center center;
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	right:5px;
	bottom:5px;
	transition:all ease 0.2s;
}
.accordeon .toggler.active > button.subtil .icone {
	/*background-image:url(img/accordeon_fermer.svg);*/
	transform:rotate(45deg);
}

.accordeon > div { padding: 10px; }
.accordeon > div > *:first-child { margin-top:0; }
.accordeon > div > *:last-child  { margin-bottom:0; }


/* Styles pour les thèmes H2 */
.accordeon.themes .toggler {
	/* Comme H2 */
	font-size:1.882352941176471em; /* 32/17 */
	line-height:1.1;
	color:#4b544c;
	margin:1em 0 0.5em 0;
	text-transform:uppercase;
}
.accordeon.themes .toggler > button.subtil {
	border-bottom:1px dotted #666;
}



/*
 * Typographie
 */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup { text-transform:none; }

h1 {
	font-weight:700;
	text-transform:uppercase;
}

h2 {
	font-size:2.352941176470588em; /* 40/17 */
	line-height:1.1;
	font-weight:700;
	color:#4b544c;
	margin:2em 0 0.8em 0;
	text-transform:uppercase;
	
	position:relative;
	padding-bottom:10px;
}
h2:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #2e8804;
	height:5px;
	width:50px;
	bottom:0;
	left:0;
}
h2.sansBarre { padding-bottom:0; }
h2.sansBarre:after { display:none; }


h2.alt {
	padding-bottom:0;
	text-transform:none;
	font-size:1.764705882352941em; /* 30/17 */
}
h2.alt:after {
	display:none;
}


h3 {
	font-size:1.294117647058824em; /* 22/17 */
	line-height:1.181818181818182em; /* 26/22 */
	font-weight:500;
	color:#58594b;
	margin:1.2em 0 0.3em 0;
}

h4 {
	font-weight:700;
	font-size:1em; /* 17/17 */
	line-height:1.176470588235294em; /* 20/17 */
	color:#2e8804;
	margin:1.2em 0 0.3em 0;
}



h5 { 
	font-size: 1.076923em;
	line-height: 1.285714em;
	margin: 15px 0 5px 0;
}
h6 { 
	font-size: 1em;
	line-height: 1.307692em;
	margin: 10px 0 5px 0;
}



/*
 * Tableaux
 */
table {
	border: 0;
	padding: 0;
	margin: 10px 0 15px 0;
	border-collapse: collapse;
	width:100%;
}
th {
	padding: 5px;
	text-align: left;
	line-height: 1.5em;
	background-color: #555;
	color: #fff;
	text-transform: none;
	font-weight:700;
}
th a:link, th a:visited, th a:hover { color:#fff; }
tbody td { padding: 5px; }
td p:last-child, th p:last-child { margin-bottom:0; }


/* Table sizing */
.t5  { width:5% }
.t10 { width:10% }
.t15 { width:14% }
.t20 { width:20% }
.t25 { width:25% }
.t30 { width:30% }
.t33 { width:33.333% }
.t35 { width:35% }
.t40 { width:40% }
.t45 { width:45% }
.t50 { width:50% }
.t55 { width:55% }
.t60 { width:60% }
.t65 { width:65% }
.t66 { width:66.666% }
.t70 { width:70% }
.t75 { width:75% }
.t80 { width:80% }
.t90 { width:90% }


/* Page thèmes */
.responsable {
	/* Comme H3 */
	font-size:1.294117647058824em; /* 22/17 */
	line-height:1.181818181818182em; /* 26/22 */
	font-weight:500;
	color:#58594b;
	margin:0 0 0.3em 0;	
}
.cssTable .texte {
	width:100%;
	vertical-align:top;
	padding-right:50px;
}
.cssTable .images {
	width:300px;
	vertical-align:top;
}
.cssTable .images figure {
	margin-top:0;
}
.cssTable .images p {
	margin:0 0 .5em 0;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 0 15px 0;
    padding: 0.5em;
}

form { margin-bottom: 15px; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="search"],
textarea,
select {
	border: 1px solid #999;
	padding: 3px 3px;
	outline: none;
	border-radius: 2px;
	margin: 0;
	display: block;
	max-width: 100%;
	width: 250px;
	margin-bottom: 15px;
	background: #fff;
}
textarea {
	width:400px;
}

form input[disabled],
form textarea[disabled],
form select[disabled] { background:#d3d3d3!important; }

label.disabled { font-style:italic; cursor:default; }


input[type="text"].input-inline,
input[type="password"].input-inline,
input[type="tel"].input-inline,
input[type="url"].input-inline,
input[type="email"].input-inline,
input[type="search"].input-inline,
textarea.full-width,
select.input-inline {
	display:inline;
}

input[type="text"].full-width,
input[type="password"].full-width,
input[type="tel"].full-width,
input[type="url"].full-width,
input[type="email"].full-width,
input[type="search"].full-width,
textarea.full-width,
select.full-width {
	width:100%;
}

textarea { min-height: 60px; }
input[type="checkbox"] { display: inline; }
legend, label { font-weight: 400; font-size: 1em; }
label.invalide { font-style:italic; }
legend { font-weight: 700; }
legend span { font-weight: 400; }



/*
 * Boutons
 */
a.button,
a.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	transition: background-color .2s;
	background:#2e8804;
	color: #fff;
	border:0;
	padding: 15px;
	display: inline-block;
	cursor: pointer;
	text-align:center;
	font-weight:700;
	line-height: normal;
	text-decoration:none;
	width:100%;
	max-width:200px;
	text-transform:uppercase;
	border-radius:0;
}

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color:#fff;
	background:#000;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width:100%;
	padding-left:5px !important;
	padding-right:5px !important;
	text-align:center;
}


/* <Button> invisible, à utiliser pour l'accessibilité seulement */
/* https://css-tricks.com/overriding-default-button-styles/ */
button.subtil {
	font-size:100%;
	line-height: inherit;
	font-family:inherit;
	padding:0;
	border:0;
	border-radius:0;
	
	/* On doit annuler plusieurs styles spécifiés plus haut (pour normaliser les inputs) */
	background:none;
	color:inherit;
	/*display: inherit;*/
	cursor: inherit;
	text-align:inherit;
	font-weight:inherit;
	text-decoration:inherit;
	width:auto;
	max-width:none;
	text-transform:inherit;
	transition:none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
button.subtil:focus {
	color:inherit;
	background:inherit;
	outline: thin dotted;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #000;
}
a:active,
a:hover,
a:focus {
	color: #308a38;
}
a:focus {
	outline:1px dotted;
	outline-color:inherit;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 1.5em 0 1.5em 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/


/* ==========================================================================
   Pushy - v1.0.0 - 2016-3-1
   Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
   https://github.com/christophery/pushy/
   ========================================================================== */

/* Menu Appearance */
.pushy {
	position: fixed;
	width: 350px;
	height: 100%;
	top: 0;
	z-index: 9999;
	background: #fff;
	overflow: auto;
	visibility: hidden;
	-webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
	padding:15px;
}
.pushy li {
	margin:0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #308a38;
}
.pushy li:last-child {
	border-bottom:0;
}
.pushy a {
	display: block;
	font-weight:500;
	color:#000;
	padding: 10px 20px 0 5px;
	text-decoration: none;
	text-transform:none;
	outline: 0;
	transition: color 0.2s ease;
	font-size:1.294117647058824em; /* 22/17 */
}
.pushy a:focus,
.pushy a:hover {
	color: #308a38;
}
.pushy .current-menu-item > a {
	color: #308a38;
	font-weight:700;
}
.pushy ul:first-child {
	margin-top: 10px;
}
.pushy.pushy-left {
	left: 0;
}
.pushy.pushy-right {
	right: 0;
}

/* Menu Movement */
.pushy-left {
	-webkit-transform: translate3d(-350px, 0, 0);
	-ms-transform: translate3d(-350px, 0, 0);
	transform: translate3d(-350px, 0, 0);
}

.pushy-open-left #Page,
.pushy-open-left .push {
	-webkit-transform: translate3d(350px, 0, 0);
	-ms-transform: translate3d(350px, 0, 0);
	transform: translate3d(350px, 0, 0);
}

.pushy-right {
	-webkit-transform: translate3d(350px, 0, 0);
	-ms-transform: translate3d(350px, 0, 0);
	transform: translate3d(350px, 0, 0);
}

.pushy-open-right #Page,
.pushy-open-right .push {
	-webkit-transform: translate3d(-350px, 0, 0);
	-ms-transform: translate3d(-350px, 0, 0);
	transform: translate3d(-350px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#Page,
.pushy,
.push {
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
	display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-animation: fade 500ms;
	animation: fade 500ms;
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Submenu Appearance */
.pushy-submenu {
	/* Submenu Icon */
}
.pushy-submenu ul {
	transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul li {
	border-bottom:0;
	padding-bottom:0;
	margin:7px 0;
}
.pushy-submenu ul .pushy-link {
	transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
	position: relative;
}
.pushy-submenu > a:after {
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	background: url("img/menus/menu_sub_ferme.svg") no-repeat;
	right: 0;
	top: 13px;
}
.pushy-submenu ul a {
	font-weight:500;
	font-size:1em; /* 17/17 */
	line-height:1.25;
	text-transform:uppercase;
	color: #000;
	padding:2px 5px;
	display:inline-block;
	transition: color 0.2s ease, background-color 0.2s ease;
}
.pushy-submenu ul a:focus,
.pushy-submenu ul a:hover {
	color: #fff;
	background: #333;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
	max-height: 0;
	overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
	opacity: 0;
}

.pushy-submenu-open {
	/* Submenu Icon */
}
.pushy-submenu-open ul {
	max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
	opacity: 1;
}
.pushy-submenu-open a:after {
	background: url("img/menus/menu_sub_ouvert.svg") no-repeat;
}

.no-csstransforms3d .pushy-submenu-closed ul {
	max-height: none;
	display: none;
}

/*******************************/
/* Les autres éléments ajoutés */
/*******************************/
.pushy a.icoFermer {
	display:block;
	background:url(img/menus/menu_fermer.svg) no-repeat right center;
	height:34px;
	width:100%;
	padding:0;
}
.pushy .zoneRecherche {
	margin:20px 0;
	padding-left:5px;
}
.pushy input[type="search"] {
	border:0;
	width:100%;
	background:url(img/menus/loupe.svg) no-repeat #ccc;
	background-position:98% 4px;
	height:42px;
	padding-right:45px;
	padding-left:10px;
	margin:0;
	font-size:0.8235294117647059em; /* 14/17 */
}
.pushy p.courriel {
	margin-bottom:5px;
}
.pushy p.courriel a {
	padding:0 0 0 5px;
	text-decoration:none;
	text-transform:none;
	color:#000;
}
.pushy p.courriel a:focus,
.pushy p.courriel a:hover {
	text-decoration:underline;
	outline:0;
}

/* ==========================================================================
   Styles custom pour ce site
   ========================================================================== */
.contentWrap {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.contentWrap.contentPage {
	background-color:#fff;
	padding:10px 15px;
}


/* Entete */
.enteteSite {
	background-color:#fff;
}
.enteteSite .cssTable {
	
}
.enteteSite .logo2RLQ {
	padding-left:20px;
	padding-top:13px;
	padding-bottom:13px;
}
.enteteSite .mediasSociaux,
.enteteSite .menuToggle {
	font-size:1.058823529411765em; /* 18/17 */
	font-weight:700;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	height: 63px;
	text-align: center;
}
.enteteSite .mediasSociaux {
	width: 50px;
}
.enteteSite .mediasSociaux img {
	margin-bottom:10px;
}
.enteteSite .menuToggle {
	font-size:1.058823529411765em; /* 18/17 */
	font-weight:700;
	/*background-color:#ef3828;*/
	color: #000;
	width: 170px;
	text-align:right;
	padding-right:20px;
	text-transform: uppercase;
}
.enteteSite .menuToggle span {
	background: url(img/menus/menu_ouvrir.svg) no-repeat;
	display: inline-block;
	height: 22px;
	margin: 0 0 5px 10px;
	vertical-align: middle;
	width: 32px;
}
.enteteSite .enteteImage {
	background:top center no-repeat #000;
	background-size:cover;
	min-height:370px;
	color:#fff;
}
.enteteSite .enteteImage.accueil {
	background-image:url(img/bandeaux/entete_accueil.jpg);
	min-height:620px;
}
.enteteSite .enteteImage.secondaire {
	display:flex;
	align-items: center;
	height:100px /* Pour IE11 (Flex) */
}
body.page-id-17 .enteteSite .enteteImage {
	background-image:url(img/bandeaux/entete_reseau.jpg);
}
body.page-id-19 .enteteSite .enteteImage {
	background-image:url(img/bandeaux/entete_equipe.jpg);
}
body.page-id-21 .enteteSite .enteteImage {
	background-image:url(img/bandeaux/entete_partenaires.jpg);
}
body.page-id-27 .enteteSite .enteteImage {
	background-image:url(img/bandeaux/entete_themes.jpg);
}
body.page-id-29 .enteteSite .enteteImage {
	background-image:url(img/bandeaux/entete_nousjoindre.jpg);
}
body.page-id-31 .enteteSite .enteteImage {
	background-image:url(img/bandeaux/entete_publications.jpg);
}
body.page-id-33 .enteteSite .enteteImage {
	background-image:url(img/bandeaux/entete_nousjoindre.jpg);
}
body.page-id-496 .enteteSite .enteteImage {
	background-image:url(img/bandeaux/entete_webinaires.jpg);
}
body.page-id-498 .enteteSite .enteteImage {
	background-image:url(img/bandeaux/entete_articles_vulgarise.jpg);
}
body.category-nouvelle .enteteSite .enteteImage,
.enteteSite .enteteImage.secondaire.nouvelle,
body.category-news .enteteSite .enteteImage,
.enteteSite .enteteImage.secondaire.news {
	background-image:url(img/bandeaux/entete_nouvelle.jpg);
}
body.category-evenement .enteteSite .enteteImage,
.enteteSite .enteteImage.secondaire.evenement,
body.category-events .enteteSite .enteteImage,
.enteteSite .enteteImage.secondaire.events {
	background-image:url(img/bandeaux/entete_evenement.jpg);
}

/* Choix des bandeaux, remplace ceux automatiques au-dessus */
body.bandeau1 .enteteSite .enteteImage { background-image:url(img/bandeaux/entete_reseau.jpg); }
body.bandeau2 .enteteSite .enteteImage { background-image:url(img/bandeaux/entete_equipe.jpg); }
body.bandeau3 .enteteSite .enteteImage { background-image:url(img/bandeaux/entete_partenaires.jpg); }
body.bandeau4 .enteteSite .enteteImage { background-image:url(img/bandeaux/entete_themes.jpg); }
body.bandeau5 .enteteSite .enteteImage { background-image:url(img/bandeaux/entete_site.jpg); }
body.bandeau6 .enteteSite .enteteImage { background-image:url(img/bandeaux/entete_publications.jpg); }
body.bandeau7 .enteteSite .enteteImage { background-image:url(img/bandeaux/entete_nousjoindre.jpg); }
body.bandeau8 .enteteSite .enteteImage { background-image:url(img/bandeaux/entete_webinaires.jpg); }
body.bandeau9 .enteteSite .enteteImage { background-image:url(img/bandeaux/entete_articles_vulgarise.jpg); }


.enteteSite .enteteImage h1.titrePage {
	padding:30px 0;
	margin:0;
	color:#fff;
	font-size:4.705882352941176em; /* 80/17 */
	font-weight:400;
}
.enteteSite .logoAccueil {
	padding:75px 0;
	overflow:hidden;
}
.enteteSite .logoAccueil img {
	display:block;
}
.enteteSite .fondIntro {
	padding:25px 0;
	background-color:#308a38;
	background-color:rgba(48,138,56,0.8);
	color:#fff;
}
.enteteSite .fondIntro p {
	font-size:24px;
	line-height:30px;
	font-weight:300;
}
.enteteSite .fondIntro p:last-child {
	margin-bottom:0;
}
.enteteSite .fondIntro a.savoirPlus {
	text-transform:uppercase;
	text-decoration:underline;
	color:#fff;
	font-size:20px;
}
.enteteSite .fondIntro a.savoirPlus:focus,
.enteteSite .fondIntro a.savoirPlus:hover {
	text-decoration:underline;
	/*outline:0;*/
}



/* Corps de la page */
.contenuPrincipal {
	position:relative;
	padding:20px;

}
.imageEntete {
	margin-bottom:1em;
}
h1.titrePage,
h1.titrePageNouvelle {
	margin:10px 0 30px 0;
	color:#4b544c;
	font-size:2.352941176470588em; /* 40/17 */
	line-height:1;
}
h1.titrePageNouvelle {
	text-transform:none;
}
h2.titrePage {
	margin:0 0 10px 0;
}
h2.titrePage a {
	text-decoration:none;
}
h2.titrePage a:hover,
h2.titrePage a:focus {
	text-decoration:underline;
	color:#555;
}

article.post + article.post {
	margin-top:2em;
}

.contenuPrincipal > .content {
	position:relative;
}
.contenuPrincipal > .content > *:first-child {
	margin-top:0;
}

/* Chapo en début de pages */
.contenuPrincipal .chapo {
	font-size:24px;
	line-height:30px;
	font-weight:300;
	
	margin:1.5em 0!important;
}
.contenuPrincipal > .chapo > *:first-child {
	margin-top:0;
}
.contenuPrincipal > .chapo > *:last-child {
	margin-bottom:0;
}




.basPage {
	background:#333;
	color:#fff;
	padding:20px 0 0 0;
}
.basPage .ligne1 {
	display:flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	padding-bottom:20px;
	border-bottom:2px solid #000;
}
.basPage .coordonnees {
	width:210px;
}
.basPage .coordonnees p {
	font-size:0.8235294117647059em; /* 14/17 */
	line-height:1.142857142857143em; /* 16/14 */
	margin-bottom:5px;
}
.basPage .coordonnees a {
	color:#fff;
	text-decoration:none;
	display:inline-block;
}
.basPage .coordonnees a:focus,
.basPage .coordonnees a:hover {
	outline:0;
	text-decoration:underline;
}
.basPage .mediasSociaux {
	align-self: flex-end;
	padding-right:25px;
}
.basPage .mediasSociaux a {
	display:inline-block;
	margin:0 7px 7px 7px;
}
.basPage .mediasSociaux a:last-child{
	margin-right:0;
}

.basPage .ligne2 {
	display:flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	padding-top:20px;
	border-bottom:2px solid #000;
}
.basPage .ligne2 .libelle {
	width:100px;
}
.basPage .ligne2 p {
	font-size:0.8235294117647059em; /* 14/17 */
	line-height:1.142857142857143em; /* 16/14 */
	margin-bottom:20px;
}

.basPage .copyrights {
	font-size:0.8235294117647059em; /* 14/17 */
	margin:20px 0 0 0;
}



/**********************************/
/* Strates pour la page d'accueil */
/**********************************/
h1.titreStrateAccueil {
	margin:0 0 10px 0;
	color:#4b544c;
	font-size:2.352941176470588em; /* 40/17 */
	line-height:1;
}


/* Strate des nouvelles */
.sNouvelles {
	padding:25px 0;
}
.sNouvelles .contenuPrincipal {
	overflow:hidden;
}
.sNouvelles h2 {
	font-size:1.647058823529412em; /* 28/17 */
	line-height:1.071428571428571; /* 30/28 */
	margin-top:0;
	text-transform:none;
	font-weight:500;
}
.sNouvelles h2 > a{
	color:inherit;
	text-decoration:none;
}
.sNouvelles h2 > a:hover,
.sNouvelles h2 > a:focus {
	color:#000;
	text-decoration:underline;
	outline:0;
}
.colonneNouvelles {
	float:left;
	width:70%;
	padding-right:50px;
}
.colonneTwitter {
	float:left;
	width:30%;
}

.lesNouvelles {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
.lesNouvelles li {
	margin:0 0 1em 0;
	overflow:hidden;
}
.lesNouvelles .category a,
.entry-header .category a {
	text-transform:uppercase;
	font-weight:500;
	text-decoration:none;
	color:#df2717;
}
.lesNouvelles .category a:focus,
.lesNouvelles .category a:hover,
.entry-header .category a:focus,
.entry-header .category a:hover {
	text-decoration:underline;
	outline:0;
}
.entry-date {
	display:inline-block;
	background-color:#308a38;
	color:#fff;
	font-size:1.058823529411765em; /* 18/17 */
	line-height:1;
	padding:5px;
	font-weight:500;
}

.lesNouvelles .imageNouvelle {
	width:45%;
	float:left;
	/*margin-bottom:1em;*/
	padding-right:1em;
}
.lesNouvelles .extrait {
	width:55%;
	float:left;
}
.lesNouvelles .extrait > *:last-child {
	margin-bottom:0;
}

.colonneTwitter h2 {
	margin-top:10px;
}

/* Les thèmes/expertise */
.sThemes {
	background-color: #e6e6e7;
	padding:25px 0;
}
.lesThemes {
	list-style:none;
	padding:0;
	margin:0;
	font-size:1.235294117647059em; /* 21/17 */
	line-height:1.047619047619048em; /* 22/21 */
	
	display: block;
	float:left;
	width:33.33333333%;
}
.lesThemes li {
	margin:0 auto 30px auto;
	padding-right:30px;
	max-width:323px; /*(293 + 30px)*/
}
.lesThemes li:last-child {
	margin:0;
}
.lesThemes li > a {
	display:block;
	text-decoration:none;
}
.lesThemes li a .txt {
	display:block;
	background-color:#fff;
	padding:20px 10px;
	text-align:center;
}


/* GRID */
/*.lesThemes {
	list-style:none;
	padding:0;
	margin:0;
	
	display: grid;
    grid-gap: 30px;
}
.lesThemes li {
	margin:0;
}
.lesThemes li:nth-child(1) { grid-column: 1; grid-row: 1/3; }
.lesThemes li:nth-child(2) { grid-column: 2; grid-row: 1; }
.lesThemes li:nth-child(3) { grid-column: 3; grid-row: 1; }
.lesThemes li:nth-child(4) { grid-column: 1; grid-row: 3; }
.lesThemes li:nth-child(5) { grid-column: 2; grid-row: 2/4; }
.lesThemes li:nth-child(6) { grid-column: 3; grid-row: 2; }
.lesThemes li:nth-child(7) { grid-column: 3; grid-row: 3; }
.lesThemes li > a {
	display:flex;
	flex-direction:column;
	text-decoration:none;
}
.lesThemes li a .txt {
	background-color:#fff;
	padding:20px;
}*/


.sPartenaires {
	padding:25px 0;
}
.lesPartenaires {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	
	list-style:none;
	padding:40px 0 0 0;
	margin:0 0 20px 0;
}
.lesPartenaires li {
	margin:0 0 60px 0;
	width:25%;
	text-align:center;
}



/* L'équipe */
.equipe > *:first-child {
	margin-top:0;
}
.equipe .bio > *:last-child {
	margin-bottom:0;
}
.equipe img {
	float:left;
	margin:0 1.5em 0.5em 0;
	max-width:185px; /* Taille de l'image */
}
.equipe .bio {
	overflow:hidden;
}
.equipe h3 {
	margin:0;
}
.equipe a {
	color:#2e8804;
}
.equipe a[href^="mailto:"] {
	color:inherit;
	text-decoration:none;
}
.equipe a[href^="mailto:"]:hover,
.equipe a[href^="mailto:"]:focus {
	text-decoration:underline;
}


/* Liens PDF */
a.pdf {
	text-decoration:none;
	padding-right: 30px;
	background: transparent url(img/lien_pdf.png) no-repeat right center;
}
a.pdf:hover,
a.pdf:focus {
	text-decoration:underline;
}


/********************/
/* Les commentaires */
/********************/
.comments-area .comments-title {
	margin-top:0;
}
.comment-list,
.comment-list .children {
	list-style-type:none;
}
.comment-form #submit {
	max-width:100%;
	width:auto;
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/*.hentry {
	margin: 0 0 1.5em;
}*/

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* http://css-tricks.com/snippets/html/responsive-meta-tag/ */
@-ms-viewport{
	width: device-width;
}

/* Tablette portrait (1023px et moins) */
@media only screen and (max-width: 1023px){

}

/* Strict minimum pour desktop (960px et moins) */
@media only screen and (max-width: 960px){
	
}

/* Mobile portrait/paysage (320px à 767px) */
@media only screen and (max-width: 767px){
	.enteteSite .menuToggle {
		width:120px;
	}
	.enteteSite .enteteImage.secondaire {
		min-height:250px;
	}
	
	h1.titrePage {
		font-size:2.352941176470588em; /* 40/17 */
	}
	.enteteSite .enteteImage h1.titrePage {
		font-size:3.529411764705882em; /* 60 / 17 */
	}
	
	h2,
	.accordeon.themes .toggler {
		font-size:1.764705882352941em; /* 30/17 */
	}
	
	
	/* Strate des nouvelles */
	.colonneNouvelles,
	.colonneTwitter {
		float:none;
		clear:both;
		width:100%;
		padding-right:0;
	}
	.colonneNouvelles {
		margin-bottom:1em;
	}
	
	.lesThemes {
		float:none;
		width:100%;
	}
	.lesThemes li,
	.lesThemes li:last-child {
		margin:0 auto 30px auto;
		padding-right:0;
		max-width:293px;
	}
	
	.lesThemes:last-child li:last-child {
		margin-bottom:0;
	}
	
	
	/*.lesPartenaires {
		list-style:none;
		padding:25px 0;
		margin:0 0 20px 0;
		overflow:hidden;
	}*/
	.lesPartenaires li {
		width:33.33333333%;
	}
	

	/* Page thèmes */
	.accordeon.themes .block { display:inline; }
	
	.accordeon.themes .cssTable,
	.accordeon.themes .cssTable .texte,
	.accordeon.themes .cssTable .images {
		display:block;
		width:100%;
		padding-right:0;
	}
	
	
	.basPage .ligne1 {
		display:block;
	}
	.basPage .coordonnees {
		width:auto;
		margin-bottom:20px;
	}
	.basPage .coordonnees p {
		margin-bottom:5px;
	}
	.basPage .mediasSociaux {
		padding-right:0;
		margin-bottom:0;
	}
	
	
	.basPage .ligne2 {
		display:block;
		overflow:hidden;
	}
	.basPage .ligne2 .libelle {
		clear:left;
	}
	.basPage .ligne2 p {
		float:left;
	}
	.basPage .ligne2 .logoTeluq {
		margin-right:15px;
	}
	
}

@media only screen and (max-width: 599px){
	.lesPartenaires li {
		width:50%;
	}	
	
	/* L'équipe */
	.equipe img {
		float:none;
		margin:0;
	}
	.equipe .bio {
		overflow:auto;
	}
}

@media only screen and (max-width: 575px){
	.enteteSite .logoAccueil {
		padding:30px 0;
	}	
}

/* Mobile portrait (320px) */
@media only screen and (max-width: 479px){
	
	/*body {
		font-size:15px;
	}*/
	.enteteSite .mediasSociaux {
		display:none;
	}
	.enteteSite .enteteImage {
		min-height:1px;
	}
	
	h1.titrePage {
		font-size:1.764705882352941em; /* 30/17 */
	}
	
	.lesPartenaires li {
		width:100%;
	}
	
	
	/**************************************/
	/* PUSHY.JS                           */
	/* Occupe presque la toute la largeur */
	/**************************************/
	.pushy{
		width: 100%;
	}
	
	.pushy-left{
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%,0,0);
	}
	
	.pushy-open-left #Page,
	.pushy-open-left .push {
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	.pushy-right {
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	.pushy-open-right #Page,
	.pushy-open-right .push {
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

/* Grand écran (1050px et +) */
@media only screen and (min-width: 1050px){


}

/* Grand écran (1680px et +) */
@media only screen and (min-width: 1680px){
	/*html {
		font-size: 16px;
	}
	body {
		padding:30px 0;
	}
	.wrapper {
		max-width: 1200px;
		padding: 30px;
	}*/
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	
	/* Accordeon */
	.accordeon .toggler { border-bottom: 0; }
	.accordeon > div { display:block!important; }
	.accordeon .visuallyhidden { clip:auto; height:auto; margin:auto; overflow:auto; position:inherit; width: auto; }
	
	
	/**********************/
	/* Contenu de la page */
	/**********************/
	
	html {
		margin-top:0 !important;
	}
	
	/* On cache certains éléments */
	#wpadminbar {
		display:none!important;
	}
	
	
}
