/*!
Theme Name: Marketing de contenu
Theme URI: http://jereussis.teluq.ca/
Author: Andy Harvey
Author URI: https://www.teluq.ca/
Description: Thème pour le site de marketing de contenu
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jereussis
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.

Marketing de contenu is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 700;
}
b.semi,strong.semi{
	font-weight:600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	/*font-size: 75%;*/
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	text-transform:none;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	clear: both;
	color:#000;
}

h1.titrePage {
	font-size:37px;
	line-height:1.1;
	margin:0 0 40px 0;
}
h2 {
	font-size:24px;
	line-height:1.1;
	margin:30px 0 10px 0;
	text-transform:uppercase;
}
h3 {
	font-size:22px;
	line-height:1.1;
	margin:20px 0 10px 0;
}
h4 {
	
}

p {
	margin:0 0 1em 0;
}
.txtAccroche {
	/*font-family: 'Roboto', sans-serif;
	font-weight:500;*/
}


dfn, cite, em, i {
	font-style: italic;
}


blockquote, blockquote p { font-style: italic; }
blockquote { margin: 0 0 1em; padding: 9px 20px 0 19px; border-left: 3px solid #ddd; }
blockquote cite { display: block; font-size: 0.9em; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.caps { text-transform:uppercase!important; }
span.block { display:block; }

.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 */
.add-t-top { margin-top: 3em !important; }		  /* Triple 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-t-bottom { margin-bottom: 3em !important; } /* Triple marge */


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

hr {
	display: block;
	border: solid #ffe05c;
	border-width: 1px 0 0;
	clear: both;
	margin: 1.5em 0;
	height: 0;
}

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
	list-style-position:outside;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin-bottom:0.25em;
}

li > ul,
li > ol {
	margin-top:0.25em;
	margin-bottom:0.5em;
}

/* Avec plus de marges (long texte en liste) */
.plusMarges > li {
	margin-bottom:0.75em;
}
.plusMarges > li > ul,
.plusMarges > li > ol {
	margin-top:0.25em;
	margin-bottom:1em;
}


ol.listeAlpha{
	counter-reset:listeArticle;
	list-style-type:none;
	padding:0;
}
ol.listeAlpha > li{
	padding-left:25px;
	position:relative;
}
ol.listeAlpha > li:before{
	counter-increment:listeArticle;
	content: counter(listeArticle) ". ";
	position:absolute;
	top:0;
	left:0;
	
	/* Styles de H2 */
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	line-height:1.1;
	font-weight:500;
	text-transform:uppercase;
}


dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}


/*
 * Tableaux
 */
table {
	border: 0;
	padding: 0;
	margin: 0 0 1.5em;
	border-collapse: collapse;
	width:100%;
}
th {
	padding: 5px; /* NOTE: th padding must be set explicitly in order to support IE */
	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; }

.tabData tbody td { border-top: 1px solid #E0E0E0; }
.tabData tbody tr:nth-child(2n) { background-color: #F7F7F7; }
.tabData tbody tr:hover { background-color: #eee; }

.tabData th.superTH {
	background-color:#323232;
}
.tabData th.bordureSeparateur {
	border-left:1px solid #fff;
}



/*
 * Accordéons
 */
.accordeon { margin:10px 0 20px 0; }

.accordeon .toggler {
	font-family: 'Open Sans', sans-serif;
	position:relative;
	/*transition: all .2s;*/
	padding: 4px 35px 4px 5px;
	color:#000;
	background-color:transparent;
	display: block;
	font-size: 1.142857142857143em; /* 16/14 */
	line-height:1.25em; /* 20/16 */
	font-weight: 700;
	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.alt { color:#2e8804; }
.accordeon .toggler.active { }


.accordeon .toggler .icone {
	background-image:url(img/plus_moins_sprite.png);
	background-position:0 0;
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	right:5px;
	bottom:5px;
}
.accordeon .toggler:hover .icone,
.accordeon .toggler:focus .icone {
	background-position:0 -25px;
}
.accordeon .toggler.active .icone {
	background-position:-25px 0;
}
.accordeon .toggler.active:hover .icone,
.accordeon .toggler.active:focus .icone {
	background-position:-25px -25px;
}

.accordeon > div { padding: 10px; }
.accordeon > div > *:first-child { margin-top:0; }
.accordeon > div > *:last-child  { margin-bottom:0; }




/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
 * Formulaires
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 0 15px 0;
	padding: 0.5em;
}

fieldset.subtil {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

form { margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea,
select {
	display: block;
	border:1px solid #9c9ea0;
	border-radius:0;
	padding: 7px;
	outline: none;
	margin: 0 0 15px 0;
	width:100%;
	max-width:250px;
	color:#000;
	background: #eaebec;
	box-shadow:none;
}
input.long {
	max-width:600px;
}

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="email"].input-inline,
input[type="search"].input-inline,
textarea.input-inline,
select.input-inline {
	display:inline;
}

input[type="text"].full-width,
input[type="password"].full-width,
input[type="tel"].full-width,
input[type="email"].full-width,
input[type="search"].full-width,
textarea.full-width,
select.full-width {
	width:100%;
	max-width:none;
}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus { border: 1px solid #4e4e50; }


input[type="checkbox"]:valid,
input[type="radio"]:valid,
input[type="text"]:valid,
input[type="password"]:valid,
input[type="tel"]:valid,
input[type="email"]:valid,
input[type="search"]:valid,
textarea:valid {  }

input[type="checkbox"]:invalid:focus,
input[type="radio"]:invalid:focus,
input[type="text"]:invalid:focus,
input[type="password"]:invalid:focus,
input[type="tel"]:invalid:focus,
input[type="email"]:invalid:focus,
input[type="search"]:invalid:focus,
textarea:invalid:focus,
select:invalid:focus,
input[type="checkbox"].invalide,
input[type="radio"].invalide,
input[type="text"].invalide,
input[type="password"].invalide,
input[type="tel"].invalide,
input[type="email"].invalide,
input[type="search"].invalide,
textarea.invalide,
select.invalide { border-color:red; color:red; box-shadow: none; }

select {
	text-transform:uppercase;
	display:inline-block;
	width:auto;
	margin-right:10px;
	padding:6px 12px;
}

textarea { min-height: 60px; }
input[type="checkbox"] { display: inline; }
legend, .faux-label, label { font-weight: 400; font-size: 1em; }
.faux-label, label { line-height:1.8; }

label.invalide { color:red; }
legend { font-weight: 700; }
fieldset.subtil legend, legend span { font-weight:400; }



/*
 * Boutons radio/checkbox
 */
input[type="radio"],
input[type="checkbox"] {
	display:none;
}
.ie8 input[type="radio"],
.ie8 input[type="checkbox"] {
	display:inline;
}
input[type=radio] + label,
input[type="checkbox"] + label {
	/*padding-left: 0;
	margin-right:15px;
	cursor: pointer;*/
}
input[type=radio] + label:before,
input[type="checkbox"] + label:before {
	content: '';
	height:21px;
	width:21px;
	display: inline-block;
	line-height: 21px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #9c9ea0;
	background:#eaebec;
	margin-right: 10px;
	margin-top:-2px; /* Pour 'centrer' */
	transition:background-color 0.2s ease;
}
input[type=radio] + label:before {
	border-radius:50%;
}
input[type=radio]:checked + label:before,
input[type="checkbox"]:checked + label:before {
	background: #4e4e50;
	border-color:#4e4e50;
}
input[type=radio][disabled] + label,
input[type="checkbox"][disabled] + label,
input[type=radio][disabled] + label:before,
input[type="checkbox"][disabled] + label:before {
	font-style:italic;
	cursor: default;
}


/*
 * Boutons
 */
a.button,
a.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	transition: all .2s;
	background:#2e8804;
	color: #fff;
	border:0;
	padding: 15px;
	display: inline-block;
	cursor: pointer;
	text-align:center;
	font-weight:700;
	line-height: normal;
	text-decoration:none;
	width:100%;
	max-width:200px;
	text-transform:uppercase;
	border-radius:0;
}

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color:#fff;
	background:#000;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width:100%;
	padding-left:5px !important;
	padding-right:5px !important;
	text-align:center;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover, a:focus, a:active {
	color: #333;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}



.lien_1:link, .lien_1:active, .lien_1:visited {
	position:relative;
	display:inline-block;
	font-size:0.9285714285714286em; /* 13/14 */
	line-height:32px;
	min-height:32px;
	padding:0 6px;
	color:#fff;
	background-color:#000;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
	transition:all ease 0.2s;
}
.lien_1:before {
	content:"";
	position:absolute;
	top:0;
	right:-20px;
	
	transform:scale(1.0001); /* Pour l'antialiasing (FF, Safari) */
	
	/* On dessine un triangle plein */
	/* http://apps.eky.hk/css-triangle-generator/ */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 20px;
	border-color: transparent transparent transparent #000000;
	transition:all ease 0.2s;
}

.lien_1:focus:before,
.lien_1:hover:before { border-color: transparent transparent transparent #2e8804; }
.lien_1:focus,
.lien_1:hover { background-color:#2e8804; }




/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Reset liste menus */
nav ul,
nav ol,
nav li {
	margin:0;
	padding:0;
	list-style-type:none;
}


/* Menu principal */
.site-header {
	background:#000;
	font-size:17px;
	font-weight:700;
	overflow:hidden;
	width:100%;
}
.site-header .cssTable {
	max-width:1200px;
	margin:0 auto;
	table-layout:fixed;
}
.site-header .logoTeluq {
	width:137px;
}
.site-header .site-title {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	vertical-align:middle;
	font-size:16px;
	line-height:1;
	font-weight:400;
	padding:10px 0 10px 35px;
}
.site-header .site-title a {
	color:#e4e4e4;
	text-decoration:none;
	transition:color 0.2s ease;
}
.site-header .site-title a:hover,
.site-header .site-title a:focus {
	color:#fff;
	/*text-decoration:underline;*/
}
.site-header a.menuToggle,
.site-header a.menuRechercher {
	vertical-align:middle;
	text-transform:uppercase;
	background-color:#000;
	color:#fff;
	height:81px;
	width:125px;
	text-align:center;
	text-decoration:none;
	transition:background-color 0.25s ease;
}
.site-header a.menuRechercher {
	width:100px;
}
.site-header a.menuToggle:hover,
.site-header a.menuToggle:focus,
.site-header a.menuToggle:active,
.site-header a.menuRechercher:hover,
.site-header a.menuRechercher:focus,
.site-header a.menuRechercher:active {
	background-color:#333;
}
.site-header a.menuToggle span {
	display:inline-block;
	margin:0 0 5px 5px;
	vertical-align:top;
	/*vertical-align:middle;
	background:url(img/menu-ferme.svg) 0px 0px no-repeat;*/
	width:18px;
	height:12px;
}

/* Animation SVG */
.site-header a.menuToggle svg .line {
	fill:none;
	stroke:#fff;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:1.28px;
	
	-webkit-transform: rotate(0) translateY(0) translateX(0);
	        transform: rotate(0) translateY(0) translateX(0);
	-webkit-transform-origin: top right;
	        transform-origin: top right;
	-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out, fill .2s ease-in-out;
	        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, fill .2s ease-in-out;
}
.site-header a.menuToggle svg .line:nth-of-type(2) {
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
}
.site-header a.menuToggle.active svg .line:nth-of-type(1) {
	-webkit-transform: rotate(-45deg) translateX(-3px) translateY(-5px);
	        transform: rotate(-45deg) translateX(-3px) translateY(-5px);
}
.site-header a.menuToggle.active svg .line:nth-of-type(2) {
	-webkit-transform: rotate(45deg) translateX(-3px) translateY(5px);
	        transform: rotate(45deg) translateX(-3px) translateY(5px);
}

/* Menu principal */
.main-navigation {
	border-top:1px solid #a8a8a8;
	background-color:#000;
	display:none;
	overflow:auto;
	width:100%;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	font-size:18px;
	line-height:1;
	font-weight:400;
	text-transform:uppercase;
	padding:20px 0 10px 0;
}
.main-navigation.active {
	display:block;
}
.main-navigation li {
	display:inline-block;
	margin:0 20px 10px 0;
}
.main-navigation li a,
.main-navigation li a:link,
.main-navigation li a:visited{
	color:#fff;
	text-decoration: none;
	/*outline:0;*/
}
.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation li a:active,
.main-navigation li a.active{
	text-decoration: underline;
}




/* Zone de recherche */
.main-search {
	border-top:1px solid #a8a8a8;
	background-color:#454545;
	display:none;
	overflow:auto;
	width:100%;
}
.main-search.active {
	display:block;
}
.main-search {
	padding:20px 0 10px 0;
}

.main-search .search-form {
	margin:0;
}
.main-search .search-field,
.main-search .search-field:focus {
	display: inline-block;
	background:#454545;
	color:#fff;
	border-color:#9c9ea0;
	margin:0 20px 10px 0;
	max-width:350px;
}
.main-search .search-submit {
	display: inline-block;
	background:#000;
	color:#fff;
	border-color:#fff;
	margin:0 0 10px 0;
	padding:0;
	height:40px;
	max-width: 150px;
	outline:0;
	font-size:15px;
	font-weight:600;
}
.main-search .search-submit:hover,
.main-search .search-submit:focus {
	background:#2e8804;
}



.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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;
}

.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; }

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.boite_1 {
	background-color:#F0F0F0;
	padding:10px;
}
.boite_1 > *:first-child { margin-top:0; }
.boite_1 > *:last-child { margin-bottom:0; }

.exergue {
	padding-left:20px;
	border-left:1px solid #666;
	font-size:1.3125em; /* 21/16 */
	font-style:italic;
	margin-left:50px;
	margin-right:150px;
}


/* Liens/boutons de partage des médias sociaux */
.wrapActionPartager{
	margin:30px 0 1em 0;
	/*padding-top:10px;
	border-top:2px solid #000;*/
}
.actionPartager{
	display:table;
	table-layout:fixed;
	/*width:100%;*/
}
.actionPartager > p{
	display:table-cell;
	vertical-align:middle;
	font-size:0.6666666666666667em; /* 12/18 */
	line-height:25px;
	color:#9a9a9a;
	font-weight:600;
}
.actionPartager .btnPartagerFB,
.actionPartager .btnPartagerT,
.actionPartager .btnPartagerGP,
.actionPartager .btnPartagerEmail{
	float:left;
	margin-left:10px;
}

.actionPartager .btnPartagerFB:first-child,
.actionPartager .btnPartagerT:first-child,
.actionPartager .btnPartagerGP:first-child,
.actionPartager .btnPartagerEmail:first-child{
	margin-left:0;
}
.btnPartagerFB,
.btnPartagerT,
.btnPartagerGP,
.btnPartagerEmail{
	display:inline-block;
	height:25px;
	width:25px;
	background:url(img/sociaux/ico_partage_facebook_sprite.png) no-repeat;
}
.btnPartagerFB:hover,
.btnPartagerT:hover,
.btnPartagerGP:hover,
.btnPartagerEmail:hover{
	background-position:0 -25px;
}
.btnPartagerT{
	background:url(img/sociaux/ico_partage_twitter_sprite.png) no-repeat;
}
.btnPartagerGP{
	background:url(img/sociaux/ico_partage_google_sprite.png) no-repeat;
}
.btnPartagerEmail{
	background:url(img/sociaux/ico_partage_email_sprite.png) no-repeat;
}


.ratingWrapper {
	overflow:hidden;
}
.ratingWrapper .txtQuestion {
	float:left;
	margin:3px 10px 5px 0;
	color:#333;
	font-size:14px;
	line-height:21px;
	text-transform:uppercase;
}

/* Thumbs Ratings */
.thumbs-rating-container{
	padding:0;
	font-size:0px;
	line-height:0;
	float:left;
}
.thumbs-rating-container span:before{
	content: "";
}
.thumbs-rating-container span:hover{
	color: #000;
}
.thumbs-rating-container .thumbs-rating-up,
.thumbs-rating-container .thumbs-rating-down{
	padding: 0;
	color:#fff;
	height:21px;
	width:24px;
	display:inline-block;
	
	/* Depuis la mise à jour du plugin, c'est un bouton */
	font-size:1px;
	color:transparent;
}
.thumbs-rating-container .thumbs-rating-up{	
	background:url(img/ui/ico_thumb_up_sprite.png) no-repeat;
	margin-right:10px;
}
.thumbs-rating-container .thumbs-rating-down{
	background:url(img/ui/ico_thumb_down_sprite.png) no-repeat;
}
.thumbs-rating-container .thumbs-rating-up.thumbs-rating-just-voted,
.thumbs-rating-container .thumbs-rating-up:hover,
.thumbs-rating-container .thumbs-rating-down.thumbs-rating-just-voted,
.thumbs-rating-container .thumbs-rating-down:hover{
	background-position:0 -21px;
}

.thumbs-rating-container .thumbs-rating-already-voted{
	padding-top:3px;
	font-size: 14px;
	line-height:21px;
	float:right;
	margin-left:21px;
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# 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. */
audio,
canvas,
embed,
video,
object {
	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%;
}


/*--------------------------------------------------------------
# Layout styles
--------------------------------------------------------------*/
.cssTable {
	display:table;
	table-layout:fixed;
	width:100%;
}
.cssTable > * {
	display:table-cell;
	vertical-align:middle;
}


/* #Fluide 960 Grid
*  http://grids.heroku.com/fluid_grid.css?column_amount=16
   http://paulirish.com/2012/box-sizing-border-box-ftw/
================================================== */
.container .columnf { 
	float:left;
	display:inline;
	padding-left: 1%;
	padding-right: 1%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


.columnf.first { margin-left:0!important; padding-left:0!important; }
.columnf.last  { margin-right:0!important; padding-right:0!important; }

/* Base Grid */
.container .g100.columnf { width: 100.0%;  }
.container .g1-2.columnf { width: 50.0%;  }
.container .g1-3.columnf { width: 33.33%; }
.container .g2-3.columnf { width: 66.66%; }
.container .g1-4.columnf { width: 25.0%;  }
.container .g2-4.columnf { width: 50.0%;  }
.container .g3-4.columnf { width: 75.0%;  }
.container .g1-5.columnf { width: 20.0%;  }
.container .g1-5.columnf { width: 20.0%;  }
.container .g2-5.columnf { width: 40.0%;  }
.container .g3-5.columnf { width: 60.0%;  }
.container .g4-5.columnf { width: 80.0%;  }


/*************************************************
	Les grandes sections globales du site et son
	affichage en une colonne ou 2 (avec sidebar)
*************************************************/
.contentWrap,
.site-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.contentWrap {
	position: relative;
}
.contentWrap.etroit {
	max-width: 860px;
	padding:0;
}
.site-content {
	padding-top:50px;
	padding-bottom:30px;
	display:table;
}
.home .site-content {
	/*padding-top:50px;*/
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	max-width: none;
	display:block; /* Correction bogue resize slider avec ce qui suit :  body:not(.home)  */
}
body:not(.home) .site-content > * {
	display:table-cell;
	vertical-align:top;
}
.content-area {
	padding-right:40px;
}
.no-sidebar .content-area {
	padding-right:0;
}
.site-content .widget-area {
	width:300px;
}
.site-footer {
	clear: both;
	width: 100%;
	background-color:#000;
	color:#fff;
	font-size:15px;
}
.site-footer a {
	color:#fff;
}
.site-footer .zoneTxtFooter {
	background-color:#000;
}
.site-footer .coteTxtFooter {
	padding:60px 0 60px 0;
	background:url(img/ui/bg_footer_ico.png) bottom right no-repeat;
}
.site-footer .coteTxtFooter p {
	max-width:450px;
}
.site-footer .coteInfolettre {
	width:45%;
	padding:60px 0 60px 80px;
	text-align:center;
	/*border-left:1px solid #fff;*/
}
.site-footer .coteInfolettre h2 {
	font-size:33px;
	margin:0 0 15px 0;
	text-transform:uppercase;
	color:#fff;
}
.site-footer .coteInfolettre a.button:hover,
.site-footer .coteInfolettre a.button:focus {
	background-color:#333;
}
.site-footer .zoneCourriel {
	background-color:#454545;
	padding:20px 0;
	line-height:20px;
}
/*.site-footer .coteCourriel {
	text-align:center;
}
.site-footer .coteCourriel a {
	font-size:18px;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.site-footer .coteCourriel a:hover,
.site-footer .coteCourriel a:focus {
	text-decoration:underline;
}*/
.site-footer #Copyrights {
	background-color:#2e8804;
	padding:10px 0;
}



/* Zone "À découvrir" de la sidebar */
.sidebarDecouvrir .titreDecouvrir {
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	line-height:1;
	font-weight:600;
	padding:5px 10px;
	margin:0 0 20px 0;
	text-transform:uppercase;
	background-color:#000;
	color:#fff;
}


/* Listing des articles (utilisé dans la sidebar + archives et recherche) */
ul.lstArticles {
	padding:0;
	margin:0;
	list-style:none;
}
.lstArticles li {
	display:table;
	table-layout:fixed;
	width:100%;
	margin: 0 0 18px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #000;
}
.sidebarDecouvrir .lstArticles li:last-child {
	margin-bottom:0;
}
.lstArticles li > * {
	display:table-cell;
	vertical-align:middle;
}
.lstArticles a.post-thumbnail {
	position:relative;
	line-height:0;
}
.lstArticles a.post-thumbnail:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:50;
	background-color:#000;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.25s ease;
	mix-blend-mode: multiply;
}
.lstArticles a.post-thumbnail:hover:after,
.lstArticles a.post-thumbnail:focus:after {
	visibility:visible;
	opacity:1;
}
.no-backgroundblendmode .lstArticles a.post-thumbnail:hover:after,
.no-backgroundblendmode .lstArticles a.post-thumbnail:focus:after {
	opacity:0.7;
}
.lstArticles .formation-a-distance a.post-thumbnail:after { background-color:#ea5539; }
.lstArticles .travail a.post-thumbnail:after { background-color:#009fe3; }
.lstArticles .extra a.post-thumbnail:after { background-color:#274d91; }
.lstArticles .etudes a.post-thumbnail:after { background-color:#76b82a; }

.sidebarDecouvrir .post-thumbnail {
	width:108px;
}
.lstArticles .coteInfos {
	padding-left:15px;
}
.lstArticles .titreArticle {
	font-size:16px;
	line-height:1.2;
	font-weight:400;
	margin-top:0;
}
.lstArticles .titreArticle a {
	color:inherit;
	text-decoration:none;
}
.lstArticles .titreArticle a:hover,
.lstArticles .titreArticle a:focus {
	text-decoration:underline;
}


/* Ajustements, page des archives et la page des résultats de recherche */
.archive .extrait {
	display:none;
}
.archive .post-thumbnail,
.search-results .post-thumbnail {
	width:346px;
}
.archive .titreArticle,
.search-results .titreArticle {
	font-size:18px;
	font-weight:500;
	text-transform:none;
}
.archive .lstArticles .coteInfos,
.search-results .lstArticles .coteInfos {
	padding-left:50px;
}




/*
 * Ajax Load More
 * http://wordpress.org/plugins/ajax-load-more/
 *
 * Copié et modifié de :
 * https://jereussis.teluq.ca/wp-content/plugins/ajax-load-more/core/dist/css/ajax-load-more.css
*/
.alm-btn-wrap .alm-load-more-btn {
  font-size: 15px;
  font-weight: 600;
  width: auto;
  height: 42px;
  line-height: 42px;
  background: #ed7070;
  color: #fff;
  border: none;
  border-radius: 3px;
  margin: 0 0 4px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  /* Loading */
  /* Loaded / Done */
  /* Loading Icon */
  /* Loading :before */ }
  .alm-btn-wrap .alm-load-more-btn:hover {
    background-color: #e06464;
    color: #fff;
    text-decoration: none; }
  .alm-btn-wrap .alm-load-more-btn:active {
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none; }
  .alm-btn-wrap .alm-load-more-btn:focus, .alm-btn-wrap .alm-load-more-btn:active {
    outline: none; }
  .alm-btn-wrap .alm-load-more-btn.loading {
    padding-left: 44px; }
  .alm-btn-wrap .alm-load-more-btn.done {
    cursor: default;
    opacity: 0.2;
    background-color: #ed7070;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .alm-btn-wrap .alm-load-more-btn:before, .alm-btn-wrap .alm-load-more-btn.done:before {
    background: none;
    width: 0; }
  .alm-btn-wrap .alm-load-more-btn.loading:before {
    background: #fff url("https://jereussis.teluq.ca/wp-content/plugins/ajax-load-more/core/img/ajax-loader.gif") no-repeat center center;
    width: 30px;
    height: 30px;
    margin: 6px;
    border-radius: 2px;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out; }

.alm-masonry,
.alm-btn-wrap {
  display: block;
  overflow: hidden;
  clear: both; }

.alm-btn-wrap {
  text-align: center;
  padding: 10px 0 25px; }

/* Blue */
.ajax-load-more-wrap.blue .alm-load-more-btn {
  background-color: #0081bf; }
  .ajax-load-more-wrap.blue .alm-load-more-btn:hover, .ajax-load-more-wrap.blue .alm-load-more-btn.done {
    background-color: #0073aa; }

/* green */
.ajax-load-more-wrap.green .alm-load-more-btn {
  background-color: #6fca68; }
  .ajax-load-more-wrap.green .alm-load-more-btn:hover, .ajax-load-more-wrap.green .alm-load-more-btn.done {
    background-color: #64b95e; }

/* red */
.ajax-load-more-wrap.red .alm-load-more-btn {
  background-color: #ca4b4b; }
  .ajax-load-more-wrap.red .alm-load-more-btn:hover, .ajax-load-more-wrap.red .alm-load-more-btn.done {
    background-color: #b13b3b; }

/* purple */
.ajax-load-more-wrap.purple .alm-load-more-btn {
  background-color: #a86bb9; }
  .ajax-load-more-wrap.purple .alm-load-more-btn:hover, .ajax-load-more-wrap.purple .alm-load-more-btn.done {
    background-color: #9963a8; }

/* grey */
.ajax-load-more-wrap.grey .alm-load-more-btn {
  background-color: #888; }
  .ajax-load-more-wrap.grey .alm-load-more-btn:hover, .ajax-load-more-wrap.grey .alm-load-more-btn.done {
    background-color: #777; }

/* white */
.ajax-load-more-wrap.white .alm-load-more-btn {
  background-color: #fff;
  color: #666;
  border: 1px solid #efefef; }
  .ajax-load-more-wrap.white .alm-load-more-btn:hover, .ajax-load-more-wrap.white .alm-load-more-btn.done {
    background-color: #efefef;
    color: #333; }
  .ajax-load-more-wrap.white .alm-load-more-btn.done {
    border-color: #fff; }

/* Infinite */
.ajax-load-more-wrap.infinite .alm-load-more-btn {
  width: 100%;
  background-color: transparent !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://jereussis.teluq.ca/wp-content/plugins/ajax-load-more/core/img/spinner.gif");
  border: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: hidden;
  text-indent: -9999px;
  cursor: default !important;
  outline: none !important; }
  .ajax-load-more-wrap.infinite .alm-load-more-btn:before {
    display: none !important; }
  .ajax-load-more-wrap.infinite .alm-load-more-btn:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .ajax-load-more-wrap.infinite .alm-load-more-btn.done {
    opacity: 0; }
  .ajax-load-more-wrap.infinite .alm-load-more-btn.loading {
    opacity: 1; }

.ajax-load-more-wrap.infinite.skype .alm-load-more-btn {
  background-image: url("https://jereussis.teluq.ca/wp-content/plugins/ajax-load-more/core/img/spinner-skype.gif"); }

.ajax-load-more-wrap.infinite.ring .alm-load-more-btn {
  background-image: url("https://jereussis.teluq.ca/wp-content/plugins/ajax-load-more/core/img/spinner-ring.gif"); }

.ajax-load-more-wrap.infinite.fading-blocks .alm-load-more-btn {
  background-image: url("https://jereussis.teluq.ca/wp-content/plugins/ajax-load-more/core/img/loader-fading-blocks.gif"); }

.ajax-load-more-wrap.infinite.fading-circles .alm-load-more-btn {
  background-image: url("https://jereussis.teluq.ca/wp-content/plugins/ajax-load-more/core/img/loader-fading-circles.gif"); }

.ajax-load-more-wrap.infinite.chasing-arrows .alm-load-more-btn {
  background-image: url("https://jereussis.teluq.ca/wp-content/plugins/ajax-load-more/core/img/spinner-chasing-arrows.gif"); }









/* Styles de base pour l'affichage de la catégorie */
.titrePage.category,
.category > a {
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:18px;
	color:inherit;
	line-height:1;
	text-transform:uppercase;
	display:inline-block;
	text-decoration:none;
	padding-bottom:3px;
	border-bottom:4px solid #000;
}
.titrePage.category{
	border-bottom:6px solid #000;
}
/* Style alternatif */
.titrePage.category.alt,
.category.alt > a {
	position:relative;
	padding-bottom:8px;
	border-bottom:0;
}
.titrePage.category.alt {
	padding-bottom:14px;
}

.titrePage.category,
.titrePage.category.alt {
	font-size:40px;
	font-weight:400;
}

.titrePage.category.alt:after,
.category.alt > a:after {
	content:"";
	position:absolute;
	border-bottom:4px solid #000;
	height:4px;
	width:45px;
	bottom:0;
	left:0;
}
.titrePage.category.alt:after{
	border-bottom:7px solid #000;
	height:7px;
	width:75px;
}
/* Les couleurs par catégorie */
.category.formation-a-distance > a,
.category.formation-a-distance.alt > a:after,
.titrePage.category.formation-a-distance,
.titrePage.category.formation-a-distance.alt:after { border-bottom-color:#ea5539; }

.category.travail > a,
.category.travail.alt > a:after,
.titrePage.category.travail,
.titrePage.category.travail.alt:after { border-bottom-color:#009fe3; }

.category.extra > a,
.category.extra.alt > a:after,
.titrePage.category.extra,
.titrePage.category.extra.alt:after { border-bottom-color:#274d91; }

.category.etudes > a,
.category.etudes.alt > a:after,
.titrePage.category.etudes,
.titrePage.category.etudes.alt:after { border-bottom-color:#76b82a; }


/* Rend invisible les liens sur les titres d'article */
.titreArticle > a {
	color:inherit;
	text-decoration:none;
}



/*************************************************
	Styles de la page d'accueil
*************************************************/

.titrePageAccueil {
	display:table;
	width:100%;
	table-layout:fixed;
	margin:0 0 35px 0;
	
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:40px;
	line-height:1;
	color:#000;
	text-transform:uppercase;
}
.titrePageAccueil .ligne {
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
.titrePageAccueil .ligne:before {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color:#000;
}
.titrePageAccueil .texte {
	display:table-cell;
	vertical-align:middle;
	white-space:nowrap;
	width:660px;
	text-align:center;
}


.frontPage1 {
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:16px;
}
.frontPage1 .imgPixel {
	width:100%;
}
.frontPage1 .contenu {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:20px 15px;
	z-index:10;
	background:#000;
	background:rgba(0,0,0,0.6);
}

.frontPage1 .category {
	margin-bottom:10px;
}
.frontPage1 .category > a {
	color:#fff;
	font-size:16px;
}
.frontPage1 .titreArticle {
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:45px;
	line-height:1;
	color:#fff;
	margin:0;
	text-transform:none;
}
.frontPage1 a.lienInvisible {
	color:inherit;
	text-decoration:none;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:50;
}

.frontPage2,
.frontPage3 {
	float:left;
	width:50%;
}
.frontPage2 { padding-right:8px; }
.frontPage3 { padding-left:8px; }

.frontPage2 .category,
.frontPage3 .category {
	margin:5px 0 10px 0;
}
.frontPage2 .category > a,
.frontPage3 .category > a {
	color:#000;
	font-size:16px;
}
.frontPage2 .titreArticle,
.frontPage3 .titreArticle {
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:25px;
	line-height:1;
	color:#000;
	margin:0;
	text-transform:none;
}


.frontPage2 a.post-thumbnail,
.frontPage3 a.post-thumbnail {
	display:block;
	position:relative;
	line-height:0;
}
.frontPage2 a.post-thumbnail:after,
.frontPage3 a.post-thumbnail:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:50;
	background-color:#000;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.25s ease;
	mix-blend-mode: multiply;
}
.frontPage2 a.post-thumbnail:hover:after,
.frontPage2 a.post-thumbnail:focus:after,
.frontPage3 a.post-thumbnail:hover:after,
.frontPage3 a.post-thumbnail:focus:after {
	visibility:visible;
	opacity:1;
}
.no-backgroundblendmode .frontPage2 a.post-thumbnail:hover:after,
.no-backgroundblendmode .frontPage2 a.post-thumbnail:focus:after,
.no-backgroundblendmode .frontPage3 a.post-thumbnail:hover:after,
.no-backgroundblendmode .frontPage3 a.post-thumbnail:focus:after {
	opacity:0.7;
}

.frontPage2.formation-a-distance a.post-thumbnail:after,
.frontPage3.formation-a-distance a.post-thumbnail:after { background-color:#ea5539; }
.frontPage2.travail a.post-thumbnail:after,
.frontPage3.travail a.post-thumbnail:after { background-color:#009fe3; }
.frontPage2.extra a.post-thumbnail:after,
.frontPage3.extra a.post-thumbnail:after { background-color:#274d91; }
.frontPage2.etudes a.post-thumbnail:after,
.frontPage3.etudes a.post-thumbnail:after { background-color:#76b82a; }






.strateCategories {
	overflow:hidden;
	background-color:#ebebec;
	margin-top:50px;
	padding:50px 0;
}
.strateCategories .category {
	margin:0;
}
.sliderArticle {
	padding-right:16px;
	overflow:hidden;
}
.sliderArticle img {
	/* Pour IE */
	width:100%;
	max-width:380px;
}
.strateCategories .category.alt > a {
	font-size:25px;
	padding-bottom:9px
}
.strateCategories .category.alt > a:after {
	border-bottom-width:6px;
	height:6px;
	width:65px;
}
.sliderArticle .titreArticle {
	font-weight:400;
	font-size:18px;
	line-height:1.1;
	color:#000;
	margin:10px 0 0 0;
	padding-bottom:1px; /* À cause du "g" tronqué dans le slider */
}
.sliderArticle a.post-thumbnail {
	display:inline-block;
	position:relative;
}
.sliderArticle a.post-thumbnail:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:50;
	background-color:#000;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.25s ease;
	mix-blend-mode: multiply;
}
.sliderArticle a.post-thumbnail:hover:after,
.sliderArticle a.post-thumbnail:focus:after {
	visibility:visible;
	opacity:1;
}
.no-backgroundblendmode .sliderArticle a.post-thumbnail:hover:after,
.no-backgroundblendmode .sliderArticle a.post-thumbnail:focus:after {
	opacity:0.7;
}

.sliderArticle.formation-a-distance a.post-thumbnail:after { background-color:#ea5539; }
.sliderArticle.travail a.post-thumbnail:after { background-color:#009fe3; }
.sliderArticle.extra a.post-thumbnail:after { background-color:#274d91; }
.sliderArticle.etudes a.post-thumbnail:after { background-color:#76b82a; }


/*--------------------------------------------------------------
# Helper classes
--------------------------------------------------------------*/
/* Textes/paragraphes */
.vsmall { font-size: 85%; line-height:1.5; }
.small { font-size: 90%; line-height:1.5; }
.big { font-size: 125%; }

/* Floats */
.floatG { float:left!important; }
.floatD { float:right!important; }

.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;
}
.print_only {
	display:none!important;
}
.screen_only {
	/* Rien à déclarer ici */
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.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 Queries for Responsive Design.
   ========================================================================== */

/* Moins de 1024px */
@media only screen and (max-width: 1023px) {
	.site-content .widget-area {
		width:250px;
	}
	
	.titrePageAccueil {
		font-size:27px;
	}
	.titrePageAccueil .texte {
		width:460px;
	}
	
	.frontPage1 .titreArticle {
		font-size: 35px;
	}
	
	.exergue {
		margin-right:50px;
	}
}


/* Moins de 768px */
@media only screen and (max-width: 767px) {
	.site-content {
		padding-top:20px;
		padding-bottom:20px;
		display:block;
	}
	body:not(.home) .site-content > * {
		display:block;
	}
	.content-area {
		padding-right:0;
	}
	.site-content .widget-area {
		width:auto;
	}
	
	.main-navigation li {
		display:block;
		margin:0 0 20px 0;
	}
	
	.titrePageAccueil {
		font-size:25px;
	}
	.titrePageAccueil .texte {
		width:420px;
	}
	
	
	.frontPage2,
	.frontPage3 {
		float:none;
		width:100%;
		padding-right:0;
		padding-left:0;
	}
	.frontPage2 { margin-bottom:16px; }
	
	
	
	/* Ajustements, page des archives et la page des résultats de recherche */
	.archive .post-thumbnail,
	.search-results .post-thumbnail {
		width:50%;
	}
	.archive .lstArticles .coteInfos,
	.search-results .lstArticles .coteInfos {
		padding-left:30px;
	}
	.search-results .post-thumbnail {
		vertical-align: top; /* À cause de l'extrait */
	}
	
	
	/* Footer */
	.site-footer .cssTable,
	.site-footer .cssTable > * {
		display:block;
	}
	.site-footer .coteTxtFooter {
		padding:30px 0 30px 0;
	}
	.site-footer .coteInfolettre {
		width:100%;
		padding:30px 0 30px 0;
		text-align:center;
	}
	.site-footer .coteInfolettre h2 {
		/*font-size:33px;*/
	}

	.site-footer .zoneCourriel {
		background-color:#454545;
		padding:20px 0;
		line-height:20px;
		text-align:center;
	}
	/*.site-footer .coteCourriel {
		margin-top:1em;
	}*/
	.site-footer #Copyrights p{
		text-align:center;
	}
	
	
	/* #Fluide Grid
	================================================== */
	.container .palm100.columnf { width: 100.0%; padding-left: 0; padding-right: 0; }
	.container .palm1-2.columnf { width: 50.0%;  }
	.container .palm1-3.columnf { width: 33.33%; }
	.container .palm2-3.columnf { width: 66.66%; }
	.container .palm1-4.columnf { width: 25.0%;  }
	.container .palm2-4.columnf { width: 50.0%;  }
	.container .palm3-4.columnf { width: 75.0%;  }
	
} /* FIN - Moins de 768px */


/* Moins de 600px */
@media only screen and (max-width: 599px) {
	.site-header .site-title {
		display:none;
	}
	.site-header .logoTeluq {
		width:auto;
	}
	.site-header > .contentWrap {
		padding-right:0;
	}
	.site-header a.menuToggle {
		width:100px;
	}
	.site-header a.menuRechercher {
		width:75px;
	}
	
	
	.titrePageAccueil .texte {
		width:180px;
		white-space: normal;
	}
	.frontPage1 {
		min-height:250px;
	}
	.frontPage1 .titreArticle {
		font-size:30px;
	}
	
	
	.sliderArticle {
		width: 100%;
		/*max-width:380px;*/
		margin:0 auto;
		padding-right: 0;
	}
	
	
	.search-results .extrait {
		display:none;
	}
	
	
	
} /* FIN - Moins de 600px */


/* Moins de 480px */
@media only screen and (max-width: 479px) {
	/* Accueil */
	.accCategories .floatG,
	.accCategories .floatD {
		float:none!important;
	}
	.accCategories .floatD {
		margin-top:10px;
	}
	
	/* Partage medias sociaux */
	.actionPartager > p{
		display:table;
	}
	.actionPartager .btnPartagerFB:first-child,
	.actionPartager .btnPartagerT:first-child,
	.actionPartager .btnPartagerGP:first-child,
	.actionPartager .btnPartagerEmail:first-child{
		margin-left:0;
	}
	
	.exergue {
		margin-left:25px;
		margin-right:25px;
	}
} /* FIN - Moins de 480px */


/* 768px et + */
@media only screen and (min-width: 768px) {
	/* Menu toujours ouvert */
	.site-header a.menuToggle {
		display:none!important;
	}
	.main-navigation {
		display:block!important;
	}
	
	.site-content .widget-area {
		position:relative;
	}
	/* Rentre sticky la sidebar découvrir */
	.sidebarDecouvrir.decouvrirSticky {
		position:fixed;
		z-index:1000;
		top:0;
		display:block;
		width:250px; /* Comme .widget-area */
	}
	
	.admin-bar .sidebarDecouvrir.decouvrirSticky {
		top:32px;
	}
	
	.sidebarDecouvrir.decouvrirSticky.stickBas,
	.admin-bar .sidebarDecouvrir.decouvrirSticky.stickBas {
		top:auto;
		bottom:0;
		position:absolute;
	}
	
} /* FIN - 768px et + */

/* 1024px et + */
@media only screen and (min-width: 1024px) {
	/* Rentre sticky la sidebar découvrir */
	.sidebarDecouvrir.decouvrirSticky {
		width:300px; /* Comme .widget-area */
	}
	
} /* FIN - 1024px et + */


/* 1200px et + */
@media only screen and (min-width: 1200px) {
	
	
} /* FIN - 1200px et + */


@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }
	
	a[href]:after { content: " (https://jereussis.teluq.ca" attr(href) ")"; text-transform:none; }
    a[href^="http://"]:after, a[href^="https://"]:after, a[href^="mailto:"]:after  { content: " (" attr(href) ")"; }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after,
	.ir a:after, a.nlp:after, a.post-thumbnail:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    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; }
	
	
	/* On cache certains éléments */
	#wpadminbar,
	.site-header,
	.main-navigation,
	.zoneTxtFooter,
	.zoneCourriel,
	.edit-link,
	.wrapActionPartager,
	.ratingWrapper,
	#ColonneSecondaire,
	#Copyrights p:last-child {
		display:none!important;
	}
	
	#Copyrights p.alignerTxtD {
		width:100%;
		float:none;
		text-align:center;
	}
	
	.print_only { display:block!important; visibility:visible!important; }
	.screen_only { display:none!important; }
}
