/*
Theme Name: Chaire de recherche du Canada en analyse de données biomédicales
Theme URI: https://chaire-biodatamining.teluq.ca/
Author: Andy Harvey
Author URI: http://www.teluq.ca/
Description: Thème pour la Chaire de recherche du Canada en analyse de données biomédicales
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: Chaire de recherche du Canada en analyse de données biomédicales
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.

BIODATAMINING 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%;
}
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.3125;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px; /* 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;
}
b.semi, strong.semi {
	font-weight:600;
}
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.8235294117647059em; /* 14 / 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 */
.add-small-bottom { margin-bottom:6px !important; }

/* 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;
	padding: 4px 35px 4px 5px;
	color:#000;
	/*background-color:transparent;*/
	display: block;
	font-size: 1.176470588235294em; /* 20/17 */
	line-height:1.25em; /* 25/20 */
	font-weight: 700;
	color:#df2717;
	text-decoration: none;
	cursor: pointer;
	margin:20px 0 0 0;
	border-bottom:1px solid #666;
	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.active { }

.accordeon .toggler .icone {
	background-image:url(img/plus_moins_sprite.png);
	background-position:0 0;
	display:block;
	width:24px;
	height:24px;
	position:absolute;
	right:5px;
	bottom:5px;
}
.accordeon .toggler.active .icone {
	background-position:0 -24px;
}

.accordeon > div { padding: 10px; }
.accordeon > div > *:first-child { margin-top:0; }
.accordeon > div > *:last-child  { margin-bottom:0; }


.boiteBlanche {
	background:#fff;
	padding:40px;
	margin-bottom:20px;
}
.boiteBlanche > *:first-child{
	margin-top:0;
}
.boiteBlanche > *:last-child{
	margin-bottom:0;
}

/* Présentation en 2 colonnes (titre à gauche et contenu dans la zone blanche à droite) */
.floatingTitle {
	overflow:hidden;
	margin:0 0 1em 0;
}
.floatingTitle .title {
	position:relative;
	float:left;
	width:25%;
	padding-right:15px;
	padding-bottom:10px;
	
	/* H3 */
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color:#000;
	font-size:1.0625em; /* 17/16 */
	line-height:1.235294117647059; /* 21/17 */
	text-transform:uppercase;
	margin:0 0 0.5em 0;
}
.floatingTitle .title:after {
	content:"";
	position: absolute;
	border-bottom: 4px solid #e61c37;
	height: 5px;
	width: 34px;
	bottom: 0;
	left: 0;
}
.floatingTitle .boiteBlanche {
	float:left;
	width:75%;
}
/* Page prix et distinctions */
.floatingTitle.prix .title { width:10%; }
.floatingTitle.prix .boiteBlanche { width:90%; }


/*
 * 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: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}

h2,
.commeH2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-size:2.5em; /* 40/16 */
	font-weight:700;
	color:#1e2c4c;
	margin:50px 0 20px 0;
}

h3,
.commeH3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:1.0625em; /* 17/16 */
	line-height:1.235294117647059em; /* 21/17 */
	color:#000;
	text-transform:uppercase;
	margin:1.2em 0 0.3em 0;
}
h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:1em; /* 17/17 */
	line-height:1.176470588235294em; /* 20/17 */
	color:#df2717;
	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;
}


.titreStrate {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.5em; /* 40/16 */
	font-weight:700;
	color:#1e2c4c;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
h1.titrePage,
.titrePage {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:4.125em; /* 66/16 */
	line-height:1;
	text-transform:uppercase;
	margin:0;
}
/*h2.titrePage {
	margin:0 0 10px 0;
}*/
.titreNouvelle {
	font-size:1.25em; /* 20/16 */
	line-height:1.25em; /* 25/20 */
	font-weight:700;
	text-transform:none;
	margin:0 0 10px 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% }


/*--------------------------------------------------------------
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"] {
	font-family: 'Open Sans', sans-serif;
	/*transition: background-color .2s;*/
	background:#d1d1d1;
	color: #1e2c4c;
	border:0;
	padding: 15px;
	display: inline-block;
	cursor: pointer;
	text-align:center;
	font-weight:600;
	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 {
	background:#1e2c4c;
	color: #fff;
}

.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;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #000;
}
a:active,
a:hover,
a:focus {
	color: #339999;
}
a:focus {
	outline:1px dotted #000;
}



/* Lien retour au haut de page */
#RetourTop {
	background-image:url(img/arrow_up.jpg);
	height:35px;
	width:35px;
	position:fixed; 
	visibility:hidden;
	opacity:0;
	bottom:-35px;
	right:10px;
	text-outline:none !important; 
	z-index:1000;
	
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;	
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
#RetourTop:focus { text-outline:none !important; }
#RetourTop.visible {
	visibility:visible;
	opacity:1;
	bottom:10px;
	/*right:10px;*/
}


/*--------------------------------------------------------------
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
--------------------------------------------------------------*/

/* ==========================================================================
   Slick (caroussel sur l'accueil)
   ========================================================================== */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*
 * Ajustements au plugin Slick Slider (styles des puces)
 */
.slick-dots {
	position: absolute;
	bottom: -33px;
	display: block;
	width: 100%;
	padding: 0;
	margin:0;
	list-style: none;
	text-align: center;
	line-height:10px;
}
.lesTemoignages .slick-dots {
	bottom: 15px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 14px;
	height: 14px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	background-color:#1e2c4c;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	content: "";
	text-align: center;
	background:#fff;
	border:2px solid #1e2c4c;
	border-radius:50%;
}
.slick-dots li.slick-active button:before {
	background-color:#1e2c4c;
}


/* ==========================================================================
   MeanMenu 2.0.6
   ========================================================================== */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: right;
	width: 100%;
	background: #fff;
	z-index: 999999;
	font-size: 15px;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	float:right;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background:#000;
	height:2px;
	margin-top:5px;
}

.mean-container .mean-nav {
	float:left;
	width:100%;
	background:#fff;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	margin:0;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #000;
	border-top: 1px solid #333;
	border-top: 1px solid rgba(0,0,0,0.5);
	text-decoration: none;
	/*text-transform: uppercase;*/
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #999;
	border-top: 1px solid rgba(0,0,0,0.25);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #d1d1d1;
	background: rgba(0,0,0,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 35px;
	height: 49px;
	line-height:49px;
	padding:0;
	/*padding: 12px !important;*/
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(0,0,0,0.1);
	border: none !important;
	border-left: 1px solid rgba(0,0,0,0.4) !important;
	border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #d1d1d1;
	background: rgba(0,0,0,0.1);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

/* CUSTOM CODE */
.mean-nav li.custom form {
	overflow:hidden;
	margin:0;
	padding:0 5% 1em 5%;
	width:90%;
}
.mean-nav li.custom a {
	/*float:none;
	display:inline;*/
	padding:0 5px 0 0;
	width:auto;
	border:0;
}

/* Champ de recherche */
.mean-bar .MobileRecherche {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	
	-webkit-appearance: none;
	width:100%;
	max-width:none;
	margin:0 auto;
	padding:0 10px;
	height:32px;
	line-height:32px;
	
	/*background:url(../img/menus/loupe.png) no-repeat 5px center #fff;*/
	border:0!important;
	background:#fff;
	border-radius:0;
	/*float:left;*/
}


/* ==========================================================================
   Styles custom pour ce site
   ========================================================================== */

/*html, body {
	overflow-x: hidden;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}*/

.contentWrap {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.contentWrap.contentPage {
	background-color:#fff;
	padding:10px 15px;
}


/* Entete */
.enteteSite {
	background-color:#000;
}
.enteteSite .bandeNoireLogo {
	overflow:hidden;
	display:table;
	width:100%;
}
.enteteSite .bandeNoireLogo > * {
	display:table-cell;
	vertical-align:middle;
}
.enteteSite .nomChaire {
	font-family: 'Open Sans', sans-serif;
	/*font-size:1.1875em; /* 19/16 */
	font-size:1em; /* 16/16 */
	line-height:1.210526315789474; /* 23/19 */
	text-transform:none;
	font-weight:400;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:0;
	/*width:360px;*/
}
.enteteSite .nomChaire,
.enteteSite .nomChaire a {
	color:#fff;
	text-decoration:none;
	transition:color 0.2s ease;
	/*max-width:360px;
	display: inline-block;*/
}
.enteteSite .nomChaire a:hover,
.enteteSite .nomChaire a:focus {
	color:#83d7d3;
}
.enteteSite .logoTeluq {
	width:196px;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:0;
}
.enteteSite .langue {
	font-size:1.058823529411765em; /* 18/17 */
	font-weight:700;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	height: 63px;
	text-align: center;
	width: 90px;
	text-transform: uppercase;
	padding: 7px;
	border: 1px solid #fff;
}
.enteteSite .langue:focus,
.enteteSite .langue:hover {
	background-color: #df2717;
	border-color: #df2717;
}

.enteteSite .menuPrincipal {
	background:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:0.8125em; /* 13/16 */
	text-transform:uppercase;
}
.home .enteteSite .menuPrincipal {
	background:transparent;
}
.enteteSite .menuPrincipal a {
	color:#000;
	text-decoration:none;
}
.enteteSite .menuPrincipal .menu {
	margin:0;
	padding:0;
	display:table;
	/*width:100%;*/
}
.enteteSite .menuPrincipal .menu > li {
	margin:0;
	padding:5px 20px 0 20px;
	white-space:nowrap;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.enteteSite .menuPrincipal .menu > li > a {
	margin:0;
	padding:8px 0 5px 0;
	display:table-cell;
	vertical-align:top;
	position:relative;
	border-bottom:4px solid transparent;
	outline:0;
}
.enteteSite .menuPrincipal .menu .menu-item-has-children > a:after {
	content:"";
	background-image:url(img/dropdown_sprite.png);
	display:inline-block;
	width:12px;
	height:7px;
	margin:0 0 1px 5px;
	background-position:0 -7px;
}
.enteteSite .menuPrincipal .menu .menu-item-has-children.opened > a:after {
	background-position:0 0;
}
.enteteSite .menuPrincipal .menu > li > a:focus,
.enteteSite .menuPrincipal .menu > li > a:hover {
	border-bottom-color:#35c9cc;
}
.enteteSite .menuPrincipal .menu .menu-item-has-children > a:focus,
.enteteSite .menuPrincipal .menu .menu-item-has-children > a:hover {
	border-bottom-color:transparent;
}
.enteteSite .menuPrincipal .sub-menu {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	z-index:1000;
	top:100%;
	left:20px;
	width:100%;
	min-width:150px;
	visibility:hidden;
	opacity:0;
	/*transition:opacity 0.2s ease;*/
}
.enteteSite .menuPrincipal .sub-menu.active {
	visibility:visible;
	opacity:1;
}
.enteteSite .menuPrincipal .sub-menu li {
	white-space:normal;
	padding:0;
	margin:0;
}
.enteteSite .menuPrincipal .sub-menu a {
	display:block;
	background-color:#35c9cc;
	border-top:1px solid #fff;
	padding:10px;
	text-transform:none;
	outline:0;
}
.enteteSite .menuPrincipal .sub-menu li:first-child a {
	border-top:0;
}
.enteteSite .menuPrincipal .sub-menu a:focus,
.enteteSite .menuPrincipal .sub-menu a:hover {
	color:#fff;
	background-color:#1e2c4c;
}

.enteteSite .enteteImage {
	background:url(img/bg_accueil.jpg) top center no-repeat #fff;
	/*background-size:cover;*/
	/*min-height:700px;*/
}
.enteteSite .logoChaire {
	padding:80px 20px 150px 20px;
	margin:0;
}


/* Corps de la page */
#main {
	background:#d1d1d1;
}
.home #main,
.single #main,
.archive #main,
.error404 #main,
.search #main {
	background:none;
}
.contenuPrincipal {
	position:relative;
	/*background-color:#fff;*/
	padding:40px 20px;

}

/* Pages secondaires */
.contenuPrincipal > .content > *:first-child {
	margin-top:0;
}
.contenuPrincipal > .content > *:last-child {
	margin-bottom:0;
}


/* Styles par défaut pages secondaires */
.enteteSite .enteteCouleur {
	background:url(img/bg_chaire.svg) #bee4e7 top center no-repeat;
	/*background-size:cover;*/
}
.no-svg .enteteSite .enteteCouleur {
	background-image:url(img/bg_chaire.png);
}
.enteteSite .enteteCouleur .titrePage {
	color:#20a4ad;
	padding:40px 0;
}
.enteteSite .enteteCouleur p.intro {
	color:#1e2c4c;
	margin:30px 0 0 0;
	font-family:'Roboto', sans-serif;
	font-size:1.625em; /* 26/16 */
	line-height:1.538461538461538; /* 40/26 */
}


/* Styles des pages avec une entête spéciale */
.enteteSite .enteteCouleur.page_9 .titrePage,
.enteteSite .enteteCouleur.page_106 .titrePage {
	padding-bottom:0!important;
}


.enteteSite .enteteCouleur.page_15,
.enteteSite .enteteCouleur.page_17,
.enteteSite .enteteCouleur.page_38 {
	background:url(img/bg_rech_innov.jpg) #000 top center no-repeat;
	background-size:cover;
	min-height:370px;
}
.enteteSite .enteteCouleur.page_15 .titrePage,
.enteteSite .enteteCouleur.page_17 .titrePage,
.enteteSite .enteteCouleur.page_38 .titrePage {
	color:#fff;
	padding:75px 0;
}


.enteteSite .enteteCouleur.page_11,
.enteteSite .enteteCouleur.page_108 {
	background:url(img/bg_equipe.jpg) #000 top center no-repeat;
	background-size:cover;
	min-height:370px;
}
.enteteSite .enteteCouleur.page_11 .titrePage,
.enteteSite .enteteCouleur.page_108 .titrePage {
	color:#fff;
	padding:112px 0;
}


.enteteSite .enteteCouleur.page_21,
.enteteSite .enteteCouleur.page_112 {
	background:url(img/bg_partenaires.svg) #0f98a5 top center no-repeat;
	background-size:cover;
	/*min-height:230px;*/
}
.no-svg .enteteSite .enteteCouleur.page_21,
.no-svg .enteteSite .enteteCouleur.page_112 {
	background-image:url(img/bg_partenaires.png);
}
.enteteSite .enteteCouleur.page_21 .titrePage,
.enteteSite .enteteCouleur.page_112 .titrePage {
	color:#fff;
	padding:40px 0;
}


.enteteSite .enteteCouleur.page_19,
.enteteSite .enteteCouleur.page_110 {
	background:url(img/bg_medias.svg) #e61c37 top center no-repeat;
	background-size:cover;
	/*min-height:230px;*/
}
.no-svg .enteteSite .enteteCouleur.page_19,
.no-svg .enteteSite .enteteCouleur.page_110 {
	background-image:url(img/bg_medias.png);
}
.enteteSite .enteteCouleur.page_19 .titrePage,
.enteteSite .enteteCouleur.page_110 .titrePage {
	color:#fff;
	padding:40px 0;
}

/* Page des partenaires */
.cssTable.lignePartenaires > * {
	vertical-align:middle;
	width:25%;
}
.cssTable.lignePartenaires.universitaire div:nth-child(1) {
	width:22%;
}

/* Page Équipe */
.nom {
	font-weight:600;
	color:#e61c37;
}
.post-11 p {
    margin-bottom:1.2em;
}



/* Page La Chaire */
.contenuChaire .texte {
	padding:40px;
	width:50%;
	vertical-align:middle;
	background-color:#fff;
}
.contenuChaire .fauxTitre {
	font-weight:700;
	text-transform:uppercase;
	font-size:1.1875em; /* 19/16 */
	color:#000;
}
.contenuChaire ul {
	list-style-type:square;
}
.contenuChaire ul ul {
	list-style-type:circle;
}
.contenuChaire ul li {
	margin:0 0 4px 0;
}
.contenuChaire .pxTransparent {
	width:100%;
	height:auto;
}
.contenuChaire .photo {
	background:url(img/image_chaire.jpg) top center;
	background-size:cover;
}


/*.sObjectifsChaire .contentWrap {
	max-width:1200px;
}*/
.sObjectifsChaire .lesObjectifs {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	display:block;
	width:100%;
}
.sObjectifsChaire .lesObjectifs > li {
	display:block;
	width:100%;
	margin:0 0 30px 0;
	overflow:hidden;
}
.sObjectifsChaire .coteTexte {
	float:left;
	width:30%;
	padding-right:30px;
}
.sObjectifsChaire .boiteBlanche {
	float:left;
	width:70%;
}
.sObjectifsChaire .lesObjectifs img {
	width:105px;
}
.sObjectifsChaire .lesObjectifs .nomObjectif {
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:1.125em; /* 18/16 */
	margin:0 0 30px 0;
}
.sObjectifsChaire .lesObjectifs .chiffre {
	color:#e61c37;
	display:block;
	margin:0 0 5px 0;
}



/* Footer */
.basPage {
	background:url(img/bg_footer.png) top center no-repeat #1e2c4c;
	background-size:cover;
	/*min-height:275px;*/
	color:#fff;
	padding:40px 15px;
}
.basPage .colGauche,
.basPage .colCentre,
.basPage .colDroite {
	/*width:33.33333333%;*/
	width:30%;
	vertical-align:top;
}
.basPage .colGauche {
	width:40%;
	padding-right:30px;
}
.basPage .colCentre {
	padding-right:15px;
}
.basPage h2 {
	/* ALT du logo */
    font-family:'Roboto', sans-serif;
	font-size:1.625em; /* 26/16 */
	line-height:1.076923076923077; /* 28/26 */
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 10px 0;
}
.basPage p,
.basPage h3 {
	font-size:0.875em; /* 14/16 */
	/*line-height:1.076923076923077; /* 28/26 */
	font-weight:400;
	text-transform:none;
	color:#fff;
	margin:0 0 10px 0;
}
.basPage h3 {
	color:#35c9cc;
	font-weight:700;
	margin:15px 0 10px 0;
}
.basPage h3 a {
	color:#35c9cc;
}
.basPage a {
	color:#fff;
	text-decoration:none;
}
.basPage a:focus,
.basPage a:hover {
	outline:0;
	text-decoration:underline;
}
.basPage .financeePar {
	width:122px;
	text-transform:uppercase;
	vertical-align:middle;
	margin:0;
}
.sepFooter {
	margin:25px 0 16px 0;
	border-color:#35c9cc;
}

/*********************************/
/* Styles pour la page d'accueil */
/*********************************/

/* Strate des objectifs */
.sObjectifs {
	background:#d1d1d1;
}
.sObjectifs .titreStrate{
	margin-bottom:40px;
}
.sObjectifs .lesObjectifs {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	display:table;
	table-layout:fixed;
	width:100%;
}
.sObjectifs .lesObjectifs li {
	display:table-cell;
	width:50%;
	margin:0;
	text-align:center;
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
}
.sObjectifs .lesObjectifs li:hover {
	background-color:#efefef;
}
.sObjectifs .lesObjectifs li:nth-child(2n+1) {
	border-left:0;
}
.sObjectifs .lesObjectifs.lastLine li {
	border-bottom:0;
}
.sObjectifs .lesObjectifs li > *:last-child {
	margin-bottom:0;
}
.sObjectifs .lesObjectifs img {
	margin-bottom:20px;
}
.sObjectifs .lesObjectifs .nomObjectif {
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:1.125em; /* 18/16 */
}
.sObjectifs .lesObjectifs .chiffre {
	color:#e61c37;
}
.sObjectifs .lesObjectifs .lien {
	text-decoration:none;
	display:block;
	padding:25px;
	padding:5.434782608695652%; /* 25/460*100 */
}
.sObjectifs .lesObjectifs .lien:focus,
.sObjectifs .lesObjectifs .lien:hover {
	background-color:#efefef;
	color:#000;
}


/* Strate des nouvelles */
.sNouvelles .contenuPrincipal {
	padding:50px 20px;
}
.lesNouvelles .texte {
	float:left;
	padding-right:50px;
	width:50%;
}
.lesNouvelles .img {
	float:left;
	width:50%;
	text-align:right;
}
.lesNouvelles .imageEntete {
	margin: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 {
	display:inline-block;
	background-color:#e61c37;
	color:#fff;
	font-weight:700;
	line-height:1;
	padding:5px 5px 5px 5px;
}

.lesNouvelles a.lienInvisible {
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration:none;
	font-weight:700;
	color:#1e2c4c;
	font-size:1.5em; /* 24/16 */
	line-height:1.25; /* 30/24 */
}
.lesNouvelles a.lienInvisible:focus,
.lesNouvelles a.lienInvisible:hover {
	text-decoration:underline;
	outline:0;
}



/* Strate de la présentation */
.sPresentation {
	background-color:#20a4ad;
	background-color:rgba(32,164,173,0.8);
}
.sPresentation .contentWrap {
	max-width:900px;
}
.sPresentation .entry-header {
	display:none;
}
.sPresentation .contenuPrincipal > .textwidget {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#fff;
	font-size:1.375em; /* 22/16 */
	line-height:1.409090909090909; /* 31/22 */
	text-transform:uppercase;
}
.sPresentation .contenuPrincipal > .textwidget > *:first-child {
	margin-top:0;
}
.sPresentation .contenuPrincipal > .textwidget > *:last-child {
	margin-bottom:0;
}
.sPresentation .savoirPlus:link,
.sPresentation .savoirPlus:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#1e2c4c;
	background-color:#fff;
	font-size:0.6363636363636364em; /* 14/22 */
	display:inline-block;
	padding:3px 10px;
	margin:0 auto;
	text-decoration:none;
	text-transform:uppercase;
}
.sPresentation .savoirPlus:focus,
.sPresentation .savoirPlus:hover {
	color:#fff;
	background-color:#1e2c4c;
}


/* Les témoignages (accueil) */
.sTemoignages {
	background-color:#e61c37;
}
.contenuTemoignage.cssTable.cssTable {
	display:table;
}
.contenuTemoignage .texte {
	padding:40px;
	width:66.66666666%;
	vertical-align:middle;
	background-color:#e61c37;
	color:#fff;
	line-height:1.6;
	text-align:center;
	font-size:1.125em; /* 18/16 */
}
.contenuTemoignage .titreStrate {
	color:#fff;
	text-align:center;
	margin-bottom:40px;
}
.contenuTemoignage .nomTemoin {
	text-transform:uppercase;
	font-size:0.7777777777777778em; /* 14/18 */
	margin-top:1.5em;
}
.contenuTemoignage .pxTransparent {
	width:100%;
	height:auto;
}
.contenuTemoignage .photoMobile {
	display:none;
	text-align:center;
}
.contenuTemoignage .photoMobile img {
	border-radius:50%;
	border:4px solid #fff;
	width:105px;
	margin:0 auto;
}
.contenuTemoignage.michelleLaflamme .photo {
	background:url(img/tem_michelle_laflamme.jpg) top right;
	background-size:cover;
}
.contenuTemoignage.jacquesDeGuise .photo {
	background:url(img/tem_jacques_deguise.jpg) top right;
	background-size:cover;
}


/********************/
/* 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){
	#RetourTop { right:5px; }
	#RetourTop.visible { bottom:5px; }

	/* Manque d'espace pour le lien Accueil */
	.enteteSite .menuPrincipal .menu li.accueil {
		display:none;
	}
}

/* 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){
	.menuPrincipal {
		display:none;
	}
	
	.enteteSite .enteteImage {
		background-image:url(img/bg_accueil_medium.jpg);
	}
	.enteteSite .logoChaire {
		padding: 40px 20px 80px 20px;
	}
	
	.contenuPrincipal {
		margin-top:0;
	}
	
	.logoChaire.cssTable > a {
		width:200px;
		padding-right:20px;
	}
	.logoChaire.cssTable .titrePage {
		vertical-align:bottom;
	}
	
	
	/* Strate des nouvelles */
	.lesNouvelles .texte {
		float:none;
		padding-right:0;
		width:100%;
	}
	.lesNouvelles .img {
		display:none;
	}


	/* Styles des témoignages */
	.contenuTemoignage.cssTable > * {
		display:block;
	}
	.contenuTemoignage .photoMobile {
		display:block;
	}
	.contenuTemoignage .photo {
		/*width:100%;
		height:1px;
		padding-bottom:75%;*/
		display:none;
	}
	.contenuTemoignage .pxTransparent {
		display:none;
	}
	.contenuTemoignage .texte {
		padding: 30px 15px;
		width:100%;
	}
	
	
	/* Pages secondaires */
	
	/* Page des partenaires */
	.cssTable.lignePartenaires,
	.cssTable.lignePartenaires > * {
		display:block;
		text-align:center;
		width:100%!important;
	}
	
	
	.floatingTitle .title {
		float:none;
		width:100%;
		padding-right:0;
	}
	.floatingTitle .boiteBlanche {
		float:none;
		width:100%;
	}
	
	
	
	
	.contenuChaire .texte,
	.contenuChaire .photo {
		display:block;
		width:100%;
	}
	.contenuChaire .texte {
		padding:20px;
	}
	
	.sObjectifsChaire .coteTexte {
		float:none;
		width:100%;
		padding-right:0;
		padding-bottom:30px;
		text-align:center;
	}
	.sObjectifsChaire .boiteBlanche {
		float:none;
		width:100%;
	}
	
	
	/* Footer */
	.basPage {
		/*text-align:center;*/
	}
	.basPage .cssTable > * {
		display:block;
		width:100%;
		padding:0;
	}
	.basPage .colGauche,
	.basPage .colCentre,
	.basPage .financeePar {
		padding-bottom:20px;
	}
}

/* Mobile landscape (480px) */
@media only screen and (max-width: 599px){
	.enteteSite .nomChaire {
		font-size:1em;
	}
	.enteteSite .logoChaire {
		margin:0;
	}
	.logoChaire.cssTable > a {
		display:block;
		width:auto;
		padding-right:0;
	}
	.logoChaire.cssTable .titrePage {
		display:block;
		margin:20px 0 0 0;
	}
	h1.titrePage,
	.titrePage {
		font-size:2.1875em; /* 35/16 */
	}
	h2, .commeH2 {
		font-size:1.5625em; /* 25/16 */
	}
	
	.enteteSite .enteteCouleur .titrePage.titrePage.titrePage {
		padding:40px 0;
	}
	.enteteSite .enteteCouleur p.intro {
		font-size:1.25em; /* 20/16 */
	}
	
	
	.enteteSite .enteteCouleur.page_15,
	.enteteSite .enteteCouleur.page_17,
	.enteteSite .enteteCouleur.page_38,
	.enteteSite .enteteCouleur.page_11 {
		min-height:1px;
	}
	
	
	.boiteBlanche {
		padding:20px;
	}
	
	
	/* Les axes à l'accueil */
	.sObjectifs .lesObjectifs,
	.sObjectifs .lesObjectifs li,
	.sObjectifs .lesObjectifs li:nth-child(2n+1),
	.sObjectifs .lesObjectifs.lastLine li {
		display:block;
		width: 100%;
		margin-left:auto;
		margin-right:auto;
	}
	.sObjectifs .lesObjectifs li,
	.sObjectifs .lesObjectifs li:nth-child(2n+1),
	.sObjectifs .lesObjectifs.lastLine li {
		border-left:0;
		border-bottom:2px solid #fff;
	}
	.sObjectifs .lesObjectifs.lastLine li:last-child {
		border-bottom:0;
	}
}

/* Mobile portrait (320px) */
@media only screen and (max-width: 479px){
	/*body {
		font-size:15px;
	}*/
	.enteteSite .logoTeluq {
		width:125px;
		padding-right:15px;
	}
	
	.enteteSite .langue {
		display:none;
	}
	.enteteSite .enteteImage {
		min-height:1px;
	}
	
	h1.titrePage .block,
	.titrePage .block {
		display:inline;
	}
}

/* Grand écran (1050px et +) */
@media only screen and (min-width: 1050px){


}

/* Grand écran (1680px et +) */
@media only screen and (min-width: 1680px){
	
}


/* ==========================================================================
   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; }
	
	
	#RetourTop {display:none!important;}
	
	
	/**********************/
	/* Contenu de la page */
	/**********************/
	
	html {
		margin-top:0 !important;
	}
	
	/* On cache certains éléments */
	#wpadminbar {
		display:none!important;
	}
	
	
}
