/*
Theme Name: Dot-Lab
Theme URI: http://dot-lab.teluq.ca/
Author: Andy Harvey
Author URI: https://www.teluq.ca/
Description: Thème pour le site Dot-Lab
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: Dot-Lab
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.

Dot-Lab 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: 'Open Sans', 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:disc; }
li { margin:0.2em 0 0.5em 0; }

ul.sansPuce { list-style: none; list-style-image: none; padding: 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;
	display: block;
	font-size: 1.176470588235294em; /* 20/17 */
	line-height:1.25em; /* 25/20 */
	font-weight: 700;
	color:#007683;
	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/icone_accordeon.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 {
	transform:rotate(45deg);
}

.accordeon > div { padding: 10px; }
.accordeon > div > *:first-child { margin-top:0; }
.accordeon > div > *:last-child  { margin-bottom:0; }



/*
 * 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-family: 'Muli', sans-serif; 
	font-weight:700;
}

h2 {
	font-family: 'Muli', sans-serif; 
	font-size:2.352941176470588em; /* 40/17 */
	line-height:1.1;
	font-weight:700;
	color:#4b544c;
	margin:2em 0 0.8em 0;
}
h2.alt {
	font-size:1.764705882352941em; /* 30/17 */
}

h3 {
	font-family: 'Muli', sans-serif; 
	font-size:1.647058823529412em; /* 28/17 */
	line-height:1.071428571428571; /* 30/28 */
	font-weight:400;
	color:#007683;
	margin:1.2em 0 0.3em 0;
	text-transform:uppercase;
}
h3.alt {
	font-size:1.294117647058824em; /* 22/17 */
	line-height:1.181818181818182em; /* 26/22 */
}

h4 {
	font-family: 'Muli', sans-serif; 
	font-weight:700;
	font-size: 1.076923em;
	line-height: 1.285714em;
	margin:1.2em 0 0.3em 0;
	color:#007683;
}

h5 {
	font-family: 'Muli', sans-serif; 
	font-size:1em; /* 17/17 */
	line-height:1.176470588235294em; /* 20/17 */
	margin: 15px 0 5px 0;
	
}

h6 {
	font-family: 'Muli', sans-serif; 
	font-size: 1em;
	line-height: 1.307692em;
	margin: 10px 0 5px 0;
	color:#2e8804;
}



/*
 * 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% }



/*--------------------------------------------------------------
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, border-color .2s;
	border:1px solid #000;
	color:#000;
	padding: 15px;
	display: inline-block;
	cursor: pointer;
	text-align:center;
	font-weight:700;
	line-height: normal;
	text-decoration:none;
	text-transform:uppercase;
	width:100%;
	max-width:200px;
	border-radius:0;
	background:none;
}

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-color:#2f8c8d;
	border-color:#2f8c8d;
}

.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: #007582;
}
a:focus {
	outline:1px dotted;
	outline-color:inherit;
}



/* Toutes les nouveautés (accueil) */
a.lienSuivant {
	position:relative;
	display:inline-block;
	font-weight:600;
	padding:0 35px 0 0;
}
a.lienSuivant:after {
	content:"";
	position:absolute;
	top:50%;
	right:0;
	width:24px;
	height:18px;
	margin-top:-9px;
	background:url(img/ico_fleche.svg) center right no-repeat;
}


/* Liens de pagination */
a.boutonLien,
a.boutonLienRetour {
	font-family: 'Muli', sans-serif;
	color: #4d4d4f;
	line-height:1;
	font-weight:400;
	
	position:relative;
	display:inline-block;
	padding:15px 65px 15px 25px;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid #4d4d4f;
}
a.boutonLienRetour {
	padding:15px 25px 15px 65px;
}
a.boutonLien:after,
a.boutonLienRetour:before {
	content:"";
	position:absolute;
	top:50%;
	right:20px;
	width:24px;
	height:18px;
	margin-top:-9px;
	background:url(img/ico_fleche.svg) center right no-repeat;
}
a.boutonLienRetour:before {
	left:20px;
	right:auto;
	background:url(img/ico_fleche_retour.svg) center left no-repeat;
}
a.boutonLien:focus:after,
a.boutonLien:hover:after {
	animation: bounceH .5s infinite alternate;
    -webkit-animation: bounceH .5s infinite alternate;
}
@keyframes bounceH {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(3px);
	}
}
@-webkit-keyframes bounceH {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(3px);
	}
}

a.boutonLienRetour:focus:before,
a.boutonLienRetour:hover:before {
	animation: bounceHreverse .5s infinite alternate;
    -webkit-animation: bounceHreverse .5s infinite alternate;
}
@keyframes bounceHreverse {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-3px);
	}
}
@-webkit-keyframes bounceHreverse {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-3px);
	}
}




/*--------------------------------------------------------------
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: 3em 0 0 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.4.0 - 2020-12-28
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */
.pushy {
	font-family: 'Muli', sans-serif;
	position: fixed;
	width: 350px;
	height: 100%;
	top: 0;
	z-index: 9999;
	background: #fff;
	overflow: auto;
	-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 #007582;
}
.pushy li:last-child {
	border-bottom:0;
}
.pushy.pushy a {
	display: block;
	font-weight:700;
	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.pushy a:focus,
.pushy.pushy a:hover {
	color: #007582;
}
/*.pushy-submenu > a:focus {
	outline:1px dotted #000;
}*/
.current-menu-parent.pushy-submenu > a {
	color: #007582;
}
.pushy.pushy .current-menu-item > a {
	color: #007582;
	font-weight:700;
}

.pushy ul:first-child {
	margin-top: 10px;
}

.pushy.pushy-left {
	left: 0;
}

.pushy.pushy-right {
	right: 0;
}

.pushy-content {
	visibility: hidden;
}

/* 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);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
	visibility: visible;
}

/* Menu Transitions */
#Page,
.pushy,
.push {
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
	transition: visibility 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 Buttons */
	/* Submenu Icon */
}
.pushy-submenu > ul {
	transition: max-height 0.2s ease-in-out, visibility 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 button {
	width: 100%;
	color: #b3b3b1;
	padding: 15px 30px;
	text-align: left;
	background: transparent;
	border: 0;
}

.pushy-submenu button:hover {
	color: #FFF;
}

.pushy-submenu > a,
.pushy-submenu > button {
	position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	right: 0;
	top: 13px;
	background: url("img/menus/menu_sub_ferme.svg") no-repeat;
	/*-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: transform 0.2s;*/
}

.pushy .pushy-submenu ul a {
	font-weight:400;
	font-size:1.058823529411765em; /* 18/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 .pushy-submenu ul a:focus,
.pushy .pushy-submenu ul a:hover {
	color: #fff;
	background: #007582;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
	opacity: 0;
}

.pushy-submenu-open {
	/* Submenu Icon */
}

.pushy-submenu-open > ul {
	max-height: 1000px;
	visibility: visible;
}

.pushy-submenu-open .pushy-link {
	opacity: 1;
}

.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
	background: url("img/menus/menu_sub_ouvert.svg") no-repeat;
	
	/*-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);*/
}


/*******************************/
/* 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 */
.bandeNoire {
	background-color:#000;
	padding:6px 0;
}
.bandeNoire .logoTELUQ {
	margin:0;
	padding-left:20px;
}
.enteteSite {
	background-color:#fff;
	font-family: 'Muli', sans-serif;
}
.enteteSite .cssTable {
	padding:0 20px;
}
.enteteSite .logoDotLab {
	padding-right:20px;
	padding-top:13px;
	padding-bottom:13px;
}
.enteteSite .menuLangue,
.enteteSite .menuToggle.menuToggle {
	font-size:1.176470588235294em; /* 20/17 */
	font-weight:800;
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
	vertical-align: bottom;
	padding-bottom:13px;
	/*height: 63px;*/
	text-align: center;
}
.enteteSite .menuLangue {
	width:50px;
}
.enteteSite .menuLangue:hover,
.enteteSite .menuLangue:focus,
.enteteSite .menuLangue.current-lang,
.enteteSite .menuToggle.menuToggle:hover,
.enteteSite .menuToggle.menuToggle:focus {
	color:#9a999a;
}
.enteteSite .menuToggle.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:none;
}
.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:420px;
	color:#fff;
	display:flex;
	align-items:center;
	height:100px; /* Pour IE11 (Flex) */
}
.enteteSite .enteteImage.accueil {
	background-image:url(img/bandeaux/entete_accueil_large.jpg);
	min-height:480px;
}
.enteteSite .enteteImage.secondaire {
	display:flex;
	align-items:center;
	background-image: url(img/bandeaux/entete_secondaire_theme1_large.jpg); /* Par défaut, si aucun thème défini */
}
.enteteSite .zoneNomPage {
	overflow:hidden;
	flex-grow:1;
}
.enteteSite .enteteImage.accueil .zoneNomPage,
.enteteSite .enteteImage.avecAccroche .zoneNomPage {
	padding:0 0 75px 0;
}
.enteteSite .enteteImage h1.titrePage {
	margin:0;
	color:#fff;
	font-size:3.647058823529412em; /* 62/17 */
	line-height:0.9230769230769231em; /* 60/65 */
	font-weight:700;
	text-transform:none;
}
.home .enteteSite .enteteImage h1.titrePage {
	color:#a7d2d0;
}
.enteteSite .enteteImage h1.titrePage > .sousTitre {
	display:block;
	color:#fff;
	font-size:0.4em; /* 26/65 */
	line-height:1.4;
	margin-top:10px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;
}


/* Accroche (chapeau) */
.sAccroche {
	padding:25px 0 0 0;
}
.home .sAccroche {
	background-color:#e9e9e9;
}
#main .sAccroche .contenuPrincipal {
	padding:20px;
}
.sAccroche p {
    line-height: 1.5;
}
.sAccroche .fondTexte {
	position:relative;
	padding:0;
	margin:-100px 0 0 0;
	background-color:#d34f4f;
	color:#fff;
}
.sAccroche .fondTexte p {
	font-family: 'Muli', sans-serif;
	font-size:1.529411764705882em; /* 26/17 */
	line-height:1.346153846153846; /* 35/26 */
	font-weight:300;
}
.sAccroche .fondTexte p:last-child {
	margin-bottom:0;
}
.sAccroche .fondTexte a {
	color:#fff!important;
}
.sAccroche .fondTexte a.savoirPlus {
	text-decoration:underline;
	/*font-size:20px;*/
}
.sAccroche .fondTexte a.savoirPlus:focus,
.sAccroche .fondTexte a.savoirPlus:hover {
	text-decoration:underline;
	/*outline:0;*/
}



/* Corps de la page */
.contenuPrincipal {
	position:relative;
	padding:20px;
}
#main .contenuPrincipal {
	padding:40px 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;
	font-weight:400;
}
h2.titrePage a {
	text-decoration:none;
	color:#4d4d4f;
}
h2.titrePage a:hover,
h2.titrePage a:focus {
	text-decoration:underline;
	color:#000;
}

article.post + article.post,
article.page + article.page,
article.post + article.page,
article.page + article.post {
	margin-top:3em;
}

.contenuPrincipal > .content {
	position:relative;
}
.contenuPrincipal > .content > *:first-child {
	margin-top:0;
}

/* Chapo en début de pages */
.contenuPrincipal .chapo {
	font-size:1.529411764705882em; /* 26/17 */
	line-height:1.230769230769231; /* 32/26 */
	font-weight:300;
	
	margin:1.5em 0!important;
}
.contenuPrincipal > .chapo > *:first-child {
	margin-top:0;
}
.contenuPrincipal > .chapo > *:last-child {
	margin-bottom:0;
}




.basPage {
	background:#4d4d4f;
	color:#fff;
	padding:20px 0 0 0;
}
.basPage .ligne1 {
	display:flex;
	flex-flow: row nowrap;
	/*justify-content: space-between;*/
	/*padding-bottom:20px;
	border-bottom:2px solid #000;*/
}
.basPage .logos {
	width:275px;
}
.basPage .logos > p {
	margin:0;
}
.basPage .logos > p + p {
	margin-top:30px;
}
.basPage .coordonnees p {
	font-size:0.8235294117647059em; /* 14/17 */
	line-height:1.428571428571429em; /* 20/14 */
	margin-bottom:10px;
}
.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 .copyrights {
	font-size:0.8235294117647059em; /* 14/17 */
	margin:20px 0 0 0;
}



/**********************************/
/* Strates pour la page d'accueil */
/**********************************/
h1.titreStrateAccueil {
	font-family: 'Muli', sans-serif;
	margin:0 0 10px 0;
	color:#4d4d4f;
	font-size:2.764705882352941em; /* 47/17 */
	line-height:1;
	position:relative;
}
h1.titreStrateAccueil:after {
	content:"";
	display:inline-block;
	margin:0 0 7px 15px;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#4d4d4f;
}


/* Strate des nouvelles */
.sNouvelles {
	background-color:#e9e9e9;
	/*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:400;
}
.sNouvelles h2 > a {
	color:inherit;
	text-decoration:none;
	color:#4d4d4f;
}*/
.sNouvelles h2 > a:hover,
.sNouvelles h2 > a:focus {
	/*color:#000;
	text-decoration:underline;*/
	outline:0;
}
.colonneNouvelles {
	/*margin:0 auto;*/
}

.lesNouvelles {
	list-style:none;
	padding:0;
	margin:0 0 2em 0;
	overflow:hidden;
}
.lesNouvelles li {
	margin:0;
	padding:2em 0;
	overflow:hidden;
	border-bottom:1px dotted #000;
}
.lesNouvelles li:last-child {
	padding-bottom:0;
	border-bottom:0;
}
.lesNouvelles .category a,
.entry-header .category a {
	text-transform:uppercase;
	font-weight:700;
	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,
.projetAnnees {
	display:inline-block;
	background-color:#2f8c8d;
	color:#fff;
	font-size:1.058823529411765em; /* 18/17 */
	line-height:1;
	padding:5px;
	font-weight:700;
}

.projetAnnees {
	background-color:#0057A2;
}
.lesNouvelles .imageNouvelle {
	/* On n'affiche plus les images de nouvelles */
	width:25%;
	float:left;
	padding-right:1em;
}
.lesNouvelles .texteNouvelle {
	/*width:75%;*/
	width:100%;
	float:left;
}
.lesNouvelles .texteNouvelle > *:last-child {
	margin-bottom:0;
}



/*.sPartenaires {
	padding:25px 0;
}*/
.sPartenaires h2 {
	font-size:1.647058823529412em; /* 28/17 */
	line-height:1.071428571428571; /* 30/28 */
	margin-top:0;
	text-transform:uppercase;
	font-weight:400;
}
.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 (chercheurs) */
.equipe { overflow:hidden; margin:0; }
.equipe + .equipe { margin-top:4em; }

.equipe figcaption > *:first-child {
	margin-top:0;
}
.equipe figcaption > *:last-child {
	margin-bottom:0;
}
.equipe img {
	float:left;
	margin:0 2em 1em 0;
	/*max-width:185px; /* Taille de l'image */
}
.equipe figcaption {
	font-size:1em;
}
.equipe h3 {
	text-transform:none;
	margin:0 0 1em 0;
}
.equipe h3 a {
	text-decoration:none;
	color:inherit;
}
.equipe h3 a:hover,
.equipe h3 a:focus {
	text-decoration:underline;
}



/* Les thèmes */
.boiteTheme {
	background-color:#fff;
	padding:30px;
	display:flex;
	align-items:center;
	width:100%;
}
.boiteTheme + .boiteTheme {
	margin-top:50px;
}
.boiteTheme > .image {
	width:250px;
	padding-right:15px;
	flex-shrink:0;
	text-align:center;
}
.boiteTheme > .texte {
	padding-left:15px;
}
.boiteTheme > .texte > *:first-child {
	margin-top:0;
}
.boiteTheme > .texte > *:last-child {
	margin-bottom:0;
}


/********************/
/* 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;
}


/*******************************/
/* Personnalisation des thèmes */
/*******************************/

.theme1 .enteteSite .enteteImage { background-image: url("img/bandeaux/entete_secondaire_theme1_large.jpg"); }
.theme1 .sAccroche, .theme1 .sfondTheme { background-color:#e9e9e9; }
.theme1 .sAccroche .fondTexte { background-color:#007683; }

.theme2 .enteteSite .enteteImage { background-image: url("img/bandeaux/entete_secondaire_theme2_large.jpg"); }
.theme2 .sAccroche .fondTexte { background-color:#b5394f; }
.theme2 h3, .theme2 h4 { color: #874061; }
.theme2 a:active, .theme2 a:hover, .theme2 a:focus { color: #874061; }
.theme2 a.button:hover,
.theme2 button:hover,
.theme2 input[type="submit"]:hover,
.theme2 input[type="reset"]:hover,
.theme2 input[type="button"]:hover,
.theme2 a.button:focus,
.theme2 button:focus,
.theme2 input[type="submit"]:focus,
.theme2 input[type="reset"]:focus,
.theme2 input[type="button"]:focus { color:#fff; background-color:#874061; border-color:#874061; }
.theme2 button.subtil { color:#874061; background-color:transparent; border:inherit; }
.theme2 .accordeon .toggler { color:#874061; }
.theme2 .accordeon .toggler > button.subtil .icone { background-image: url(img/icone_accordeon_rouge.svg); }

.theme3 .enteteSite .enteteImage { background-image: url("img/bandeaux/entete_secondaire_theme3_large.jpg"); }
.theme3 .sAccroche .fondTexte { background-color:#305e9c; }
/*.theme3 h3, .theme3 h4 { color: #007683; }*/

.theme4 .enteteSite .enteteImage { background-image: url("img/bandeaux/entete_secondaire_theme4_large.jpg"); }
.theme4 .sAccroche .fondTexte { background-color:#305e9c; }
/*.theme4 h3, .theme4 h4 { color: #007683; }*/


/* Listing des articles avec fond gris (comme sNouvelles à l'accueil) */
body.archive .site-main { background-color:#e9e9e9; }


/*--------------------------------------------------------------
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;
}

@media only screen and (max-width: 1280px){
	.enteteSite .enteteImage.accueil {
		background-image:url(img/bandeaux/entete_accueil.jpg);
	}
	.theme1 .enteteSite .enteteImage {
		background-image: url("img/bandeaux/entete_secondaire_theme1.jpg");
	}
	.theme2 .enteteSite .enteteImage {
		background-image: url("img/bandeaux/entete_secondaire_theme2.jpg");
	}
	.theme3 .enteteSite .enteteImage {
		background-image: url("img/bandeaux/entete_secondaire_theme3.jpg");
	}
	.theme4 .enteteSite .enteteImage {
		background-image: url("img/bandeaux/entete_secondaire_theme4.jpg");
	}
}

/* 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){
	.enteteSite .zoneNomPage {
		padding:75px 0!important;
	}
	.enteteSite .enteteImage {
		height:auto!important;
		min-height:1px!important;
	}
	.sAccroche {
		padding-top:0;
	}
	.sAccroche .fondTexte {
		margin:0;
	}
}

/* Mobile portrait/paysage (320px à 767px) */
@media only screen and (max-width: 767px){
	.enteteSite .logoDotLab {
		padding-right:5px;
	}
	.enteteSite .menuToggle.menuToggle {
		width:105px;
		padding-right:0;
	}

	/*.enteteSite .enteteImage.secondaire {
		min-height:250px;
		height:auto;
	}*/
	
	h1.titrePage {
		font-size:2.352941176470588em; /* 40/17 */
	}
	.enteteSite .enteteImage h1.titrePage {
		font-size:3.529411764705882em; /* 60 / 17 */
	}
	
	h2 {
		font-size:1.764705882352941em; /* 30/17 */
		margin-top:1.5em;
	}
	
	
	/* Strate des nouvelles */
	.colonneNouvelles {
		margin-bottom:1em;
	}
		
	
	/*.lesPartenaires {
		list-style:none;
		padding:25px 0;
		margin:0 0 20px 0;
		overflow:hidden;
	}*/
	.lesPartenaires li {
		width:33.33333333%;
	}
	
	
	
	.basPage .ligne1 {
		display:block;
	}
	.basPage .coordonnees {
		width:auto;
		margin-top:30px;
	}
	.basPage .coordonnees p {
		margin-bottom:5px;
	}
	
	
	
	/* Les thèmes */
	.boiteTheme {
		padding:30px;
		display:block;
	}
	.boiteTheme + .boiteTheme {
		margin-top:30px;
	}
	.boiteTheme > .image {
		width:100%;
		padding-right:0;
		text-align:center;
	}
	.boiteTheme > .texte {
		margin-top:30px;
		padding-left:0;
		text-align:center;
	}
}

@media only screen and (max-width: 599px){
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom:10px;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	
	/* Les thèmes */
	.boiteTheme {
		padding:20px;
	}
	.boiteTheme + .boiteTheme {
		margin-top:20px;
	}
	.boiteTheme > .texte {
		margin-top:20px;
	}
	
	.lesPartenaires li {
		width:50%;
	}	
	
	/* L'équipe */
	.equipe img {
		display:block;
		float:none;
		/*margin:0 auto 28px auto;*/
		margin-bottom:28px;
	}
	.equipe h3 {
		/*text-align:center;*/
	}
	.equipe {
		overflow:auto;
	}
	.equipe + .equipe {
		margin-top:2em;
		padding-top:2em;
		border-top:1px solid #000;
	}
}

@media only screen and (max-width: 575px){
	.enteteSite .zoneNomPage {
		padding:30px 0!important;
	}
	.enteteSite .enteteImage {
		background-position:top left!important;
	}
	.sAccroche .fondTexte p {
		/*font-size:1.294117647058824em; /* 22/17 */
		font-size:1.411764705882353em; /* 24/17 */
	}
}

/* Mobile portrait (320px) */
@media only screen and (max-width: 479px){
	
	/*body {
		font-size:15px;
	}*/
	/*.enteteSite .enteteImage {
		min-height:1px;
	}*/
	
	h1.titrePage {
		font-size:1.764705882352941em; /* 30/17 */
	}
	.enteteSite .enteteImage h1.titrePage {
		font-size:2.941176470588235em; /* 50 / 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;
	}
	
	
}
