/*!
Theme Name: Sécurité 101
Theme URI: http://securite101.teluq.ca/
Author: Andy Harvey
Author URI: https://www.teluq.ca/
Description: Thème pour le blogue Sécurité 101 - journal interne
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: securite101
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Sécurité 101 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
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: bolder;
}

/**
 * 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;
}

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;
}



audio,
canvas,
embed,
img,
video,
object {
	vertical-align: middle;
	max-width:100%;
	height:auto;
}

/* Make sure embeds and iframes fit their containers. */
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%;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
}
html {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	font-weight:400;
}
::-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;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

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;
}

b, strong {
	font-weight:700;
}
ul, ol {
	margin:0 0 1.5em 0;
	padding-left:20px;
}
li { margin:7px 0; }

figure{
	margin:1em 0;
}
figcaption{
	font-size:0.8571428571428571em; /* 12 / 14 */
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

p { margin: 0 0 1em 0; }
p img { margin: 0; }

.block { display:block; }

.remove-top { margin-top: 0 !important; }
.add-top { margin-top: 10px !important; }		  /* Même valeur que la marge du <p> */
.half-top { margin-top: 5px !important; }
.add-d-top { margin-top: 20px !important; }		  /* Double marge */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 5px !important; }
.add-bottom { margin-bottom: 10px !important; }   /* Même valeur que la marge du <p> */
.add-d-bottom { margin-bottom: 20px !important; } /* Double marge */

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; }


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; }



/*
 * Typographie
 */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 600;
}
h4, h5, h6 { font-weight: 400; }
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-size: 1.571428571428571em; /* 22px / 14px */
	color:#333;
	line-height: 1.25; /* 25px / 20px */
	margin: 15px 0 10px 0;
}
h2 { 
	font-size: 1.285714285714286em; /* 18px / 14px */
	color:#333;
	line-height: 1.25; /* 25px / 20px */
	margin: 20px 0 10px 0;
	font-weight:600;
}
h3 { 
	font-size: 1.142857142857143em; /* 16/14 */
	line-height: 1.375em; /* 22/16 */
	margin: 20px 0 5px 0;
	color:#777;
}
h4 { 
	font-size: 1.076923em;
	line-height: 1.285714em;
	margin: 15px 0 5px 0;
	font-weight:600;
	color:#58595B;
}
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;
}

h1:focus,
h2:focus,
h3:focus {
	outline:0;
}


/*
 * Tableaux
 */
table {
	border: 0;
	padding: 0;
	margin: 10px 0 15px 0;
	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; }


/* 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% }


/* Textes/paragraphes */
.vsmall { font-size: 85%; line-height:1.5; }
.small { font-size: 90%; line-height:1.5; }
.big { font-size: 125%; }

.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; }
.bordure { border:1px solid #ccc; }

figure.alignerImgG,
figure.alignerImgD { margin-top:0; }

/* Marges */
.marge0  { margin-left:0 !important; }
.marge10 { margin-left:10px !important; }
.marge15 { margin-left:15px !important; }
.marge20 { margin-left:20px !important; }
.marge25 { margin-left:25px !important; }

/* Floats */
.floatG { float:left!important; }
.floatD { float:right!important; }

/*--------------------------------------------------------------
# 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;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul {
	list-style: square;
}
ul ul {
	list-style: disc;
}
ul ul ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
a.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	transition: all .2s;
	background:#555;
	color: #fff;
	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:250px;
	text-transform:uppercase;
	border-radius:0;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	white-space:pre-wrap;
}

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;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	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;
}
textarea { min-height: 60px; }

input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

/* <Button> invisible, à utiliser pour l'accessibilité seulement */
/* https://css-tricks.com/overriding-default-button-styles/ */
button.subtil {
	font-size:100%;
	line-height: inherit;
	font-family:inherit;
	padding:0;
	border:0;
	border-radius:0;
	
	/* On doit annuler plusieurs styles spécifiés plus haut (pour normaliser les inputs) */
	background:none;
	color:inherit;
	/*display: inherit;*/
	cursor: inherit;
	text-align:inherit;
	font-weight:inherit;
	text-decoration:inherit;
	width:auto;
	max-width:none;
	text-transform:inherit;
	transition:none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
button.subtil:focus {
	color:inherit;
	background:inherit;
	outline: thin dotted;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #000;
}
a:active,
a:hover,
a:focus {
	/*color: #007197;*/
	color: #4d4d4d;
}
a:focus {
	outline:1px dotted #000;
}
a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display:block;
	position: relative;
	margin:0 0 2px 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding:5px 5px 5px 10px;
	color:#fff;
	background-color:#000;
	text-transform:uppercase;
	transition:background-color 0.2s ease;
}
.main-navigation .articles a:focus,
.main-navigation .articles a:hover,
.main-navigation .articles.current-menu-item a,
.main-navigation .articles.current-menu-parent a {
	background-color:#007197;
}
.main-navigation .ressources a:focus,
.main-navigation .ressources a:hover,
.main-navigation .ressources.current-menu-item a {
	background-color:#2b8188;
}
.main-navigation .faq a:focus,
.main-navigation .faq a:hover,
.main-navigation .faq.current-menu-item a {
	background-color:#98291c;
}


.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;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/* ==========================================================================
   Styles custom pour ce site
   ========================================================================== */
body {
	
}


.bgLogoHeader {
	background-color:#000;
	color:#fff;
	border-bottom:5px solid #fff;
}
.bgLogoHeader > .contentWrap {
	display: table;
	width:100%;
}
#LogoTeluq {
	display: table-cell;
	vertical-align: middle;
	width: 152px;/*152px;*/
	height: 81px;
	z-index: 150;
	margin: 0;
}
.logoPrint {
	display:none;
}

#LogoTeluq a {
	display:block;
	width:137px; /* Largeur exacte du logo */
	color:#fff;
	text-decoration:none;
}
.site-title {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	font-size:1.571428571428571em; /* 22/14 */
	line-height:1.363636363636364em; /* 30/22 */
	font-weight:600;
	color:#fff;
	padding:0 0 0 26px;
}
.site-title:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 50px;
	top: 15px;
	left: 6px;
	background-color: #7a7a7a;
}
.site-title a {
	color:#fff;
	text-decoration:none;
}
.site-title a:focus,
.site-title a:hover {
	text-decoration:underline;
}

.pageEntete {
	background:#000 top center no-repeat;
	background-size:cover;
	color:#fff;
	display:table;
	width:100%;
}
.pageEntete h1 {
	color:#fff;
    font-size: 4.285714285714286em; /* 60/14 */
    line-height: 1.1;
	font-weight:600;
	text-transform:uppercase;
	display:table-cell;
	vertical-align:middle;
	height:200px;
}

/* Accueil */
.home .pageEntete {
	background-image:url(img/entetes/entete_accueil.png);
	background-color:#5faad1;
}
.home .pageEntete h1 {
	height:300px;
}

/* Articles (archives et posts) */
.category .pageEntete,
.single .pageEntete {
	background-image:url(img/entetes/entete_articles.png);
	background-color:#5faad1;
}

/* Page FAQ */
.page-id-11 .pageEntete {
	background-image:url(img/entetes/entete_faq.png);
	background-color:#EB5951;
}

/* Page Ressources */
.page-id-9 .pageEntete {
	background-image:url(img/entetes/entete_ressources.png);
	background-color:#68bfae;
}


.contentWrap {
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	padding:0 10px;
}


/*
 * Fil d'Ariane
 */
#FilAriane {
	margin:0 0 30px 0;
	padding:8px 0 0 0;
	text-transform:uppercase;
	color:#58585a;
	font-size:0.7857142857142857em;
}
#FilAriane ul,
#FilAriane li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#FilAriane li:last-child {
	font-weight:600;
}
#FilAriane li:before {
	content:" / ";
	display:inline;
	margin:0 3px;
	font-weight:400;
}
#FilAriane li:first-child:before {
	content:"";
	display:none;
}
#FilAriane a {
	color:#58585a;
	text-decoration:none;
}
#FilAriane a:hover {
	text-decoration:underline;
}


.contenuPrincipal {
	width:75%;
	float:left;
	padding-right:20px;
}

.contenuSidebar {
	width:220px;
	width:25%;
	float:right;
}

.contenuPrincipal > *:first-child,
.contenuSidebar > *:first-child {
	margin-top:0;
}
.contenuPrincipal > *:last-child,
.contenuSidebar > *:last-child {
	margin-bottom:0;
}

.search-form { margin:1.5em 0; }

.contenuSidebar .search-field {
	width:100%;
	border:1px solid #000;
	background:url(img/loupe_btn.png) no-repeat 98% center;
	padding:10px 35px 10px 10px;
	box-sizing: border-box;
}
.contenuSidebar .search-submit {
	position:absolute;
	opacity:0;
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}



/***********************/
/* Strates à l'accueil */
/***********************/
.sSlogan {
	background-color:#DAF1FD;
	padding:40px 0;
	font-weight:700;
}
.sSlogan p {
	margin:0;
}

.sMenu {
	background-color:#2E2F2D;
	color:#fff;
	padding:40px 0;
}
.sMenu ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	text-align:center;
}
.sMenu li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	width:33.33333333%;
	vertical-align:top;
}
.sMenu ul a {
	display:block;
	color:#fff;
	font-size: 1.142857142857143em; /* 16/14 */
	text-transform:uppercase;
	text-decoration:none;
}
.sMenu ul a:focus,
.sMenu ul a:hover {
	color:#47C1F1;
}
.sMenu ul .icone {
	display:block;
	margin:0 auto 10px auto;
	width:125px;
	height:110px;
}
.sMenu .articles .icone {
	background:url(img/icones/ico_articles.png) no-repeat top center;
}
.sMenu .ressources .icone {
	background:url(img/icones/ico_ressources.png) no-repeat top center;
}
.sMenu .faq .icone {
	background:url(img/icones/ico_faq.png) no-repeat top center;
}

.sIntro {
	padding:40px 0;
}
.sIntro .widget {
	margin:0;
}
.sIntro .widget h1 {
	margin-top:0;
	text-transform:uppercase;
	color:#333;
	font-size: 2.142857142857143em; /* 30/14 */
    line-height: 1.1;
	font-weight:600;
}
.sIntro .widget p {
	font-size: 1.142857142857143em; /* 16/14 */
    line-height: 1.4375; /* 23/16 */
}



/*********************/
/* Pages secondaires */
/*********************/
h1.page-title {
	position:relative;
	font-size:2.142857142857143em; /* 30/14 */
	color:#000;
	line-height:1.3em;
	text-transform:none;
	margin:0 0 30px 0;
	padding-bottom:10px;
	font-weight:600;
}
h1.page-title:after {
	content:"";
	position:absolute;
	border-bottom:5px solid #fdb400;
	height:5px;
	width:80px;
	bottom:0;
	left:0;
}


.unArticle {
	border-bottom:1px solid #aaa;
	padding-bottom:1.5em;
	margin-bottom:1.5em;
}
.unArticle:last-child {
	border-bottom:0;
	/*padding-bottom:0;*/
	margin-bottom:0;
}
.unArticle .entry-title{
	margin-top:0;
}
.unArticle .entry-title a{
	color:#007197;
}
.unArticle .posted-on{
	font-size:0.9285714285714286em; /* 13/14 */
	font-weight:700;
	text-transform:uppercase;
}
.unArticle .posted-on time{
	font-weight:400;
}
/*.unArticle .categorie{
	margin:5px 0 10px 0;
}
.unArticle .categorie a{
	text-decoration:none;
	font-weight:700;
	color:#000;
}
.unArticle .categorie a:active,
.unArticle .categorie a:focus,
.unArticle .categorie a:hover{
	text-decoration:underline;
}
.unArticle .categorie a:after{
	content:" //";
}
.unArticle .categorie.dg a{
	color:#333;
}
.unArticle .categorie.actualite a{
	color:#c91c23;
}
.unArticle .categorie.evenement a{
	color:#2e8804;
}
.unArticle .categorie.enseignement a{
	color:#0e265e;
}
.unArticle .categorie.recherche a{
	color:#005090;
}
.unArticle .categorie.collectivite a{
	color:#008dce;
}
.unArticle .categorie.entre-nous a{
	color:#fe8402;
}
.unArticle .categorie.srh a{
	color:#ff4500;
}
.unArticle .categorie.biblio a{
	color:#851c4d;
}

.unArticle .categorie time{
	white-space:nowrap;
}*/

.unArticle .post-edit-link{
	font-weight:700;
	color:#000;
}
.unArticle .post-edit-link:hover,
.unArticle .post-edit-link:focus{
	color:#007197;
}
.unArticle .wp-post-image{
	margin-bottom:15px;
}
.unArticle header > h1{
	margin-top:0;
}
h2.mois_archives {
	color:#71bf44;
	font-size:1.428571428571429em; /* 20/14 */
	font-weight:600;
	margin:10px 0 0 0;
}

.unArticle .content{
	overflow:hidden;
}

.unArticle > *:first-child,
.unArticle .content > *:first-child{
	margin-top:0;
}
.unArticle > *:last-child,
.unArticle .content > *:last-child{
	margin-bottom:0;

}


.site-footer {
	font-size:0.8571428571428571em; /* 12/14 */
	line-height:1.5em;
	background-color:#333;
	padding:20px 0;
}
.site-footer p,
.site-footer a {
	color:#fff;
	margin:0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}
body.page {
	margin-bottom:0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content {
	margin: 1.5em 0 0;
}
.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;
}

/*.comment-list li { margin-top:2em; }*/
.comment-list .reply { margin-bottom:2em; }
.comment-list .comment-reply-link { color:#007197; }
.comment-list .comment-edit-link { font-weight:700; }

.comments-area input[type="submit"] {
	background:url(img/fleche_btn.png) right center #555 no-repeat;
	border-right:10px solid #555;
	padding: 10px 28px 10px 10px;
	text-align:left;
	width:auto;
	max-width:100%;
}

.comments-area input[type="submit"]:hover,
.comments-area input[type="submit"]:focus {
	background-color:#000;
	border-right-color:#000;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}


/* Accordéons
  =============== */

.accordeon { margin:10px 0 20px 0; }

.accordeon .toggler {
	position:relative;
	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;
	margin:20px 0 0 0;
	padding:0;
	border:0;
	text-transform:none;
	
	/* Empêche la sélection sur l'élément */
	/*user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;*/
}
.accordeon .toggler.active { }


.accordeon .toggler > button.subtil {
	width:100%;

	/* Styles anciennement sur le .toggler */
	position:relative;
	padding: 4px 30px 4px 5px;
	border-bottom:1px solid #666;
	cursor: pointer;
}

.accordeon .toggler > button.subtil .icone {
	background-image:url(img/plus_moins_sprite.svg);
	background-position:0 0;
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	right:5px;
	bottom:5px;
}
.post-9 .accordeon .toggler > button.subtil .icone {
	background-image:url(img/plus_moins_sprite_ressources.svg);
}
.accordeon .toggler > button.subtil:hover .icone,
.accordeon .toggler > button.subtil:focus .icone {
	background-position:0 -22px;
}
.accordeon .toggler.active > button.subtil .icone {
	background-position:-22px 0;
}
.accordeon .toggler.active > button.subtil:hover .icone,
.accordeon .toggler.active > button.subtil:focus .icone {
	background-position:-22px -22px;
}

.accordeon > div { padding: 10px; }
.accordeon > div > *:first-child { margin-top:0; }
.accordeon > div > *:last-child  { margin-bottom:0; }




/* #Fluide 960 Grid
*  http://grids.heroku.com/fluid_grid.css?column_amount=16
*  Et ajustements : IE8+, et les autres supportant le box-sizing
   http://paulirish.com/2012/box-sizing-border-box-ftw/
================================================== */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.container .columnf { 
	float:left;
	display:inline;
	padding-left: 2%;
	padding-right: 2%;
	-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%;  }



/* ==========================================================================
   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){	
	.contenuPrincipal {
		width:70%;
	}
	.contenuSidebar {
		width:30%;
	}
}

/* Strict minimum pour desktop (960px et moins) */
@media only screen and (max-width: 960px){
	body {
		padding:0;
	}
	
	/* Menu des ancres et le toggler */
	a.togglerMenuAncres {
		top:15px;
		right:15px;
		margin-left:0;
		left:auto;
	}
	.admin-bar a.togglerMenuAncres {
		top:60px;
	}
	
	#txtRecherche {
		width:218px;
	}
}


/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}


/* Mobile portrait/paysage (320px à 767px) */
@media only screen and (max-width: 767px){
	.contenuPrincipal {
		width:100%;
		display:block;
		float:none;
		/*margin-bottom:20px;*/
	}
	.contenuSidebar {
		display:block;
		width:100%;
		/*max-width:400px;*/
		float:none;
	}
	.site-footer {
		padding:10px 0;
	}
	
	
	/* Taille réduite du titre principal, pour mobile */
	.pageEntete {
		background-size:cover;
		padding:40px 0;
	}
	.pageEntete h1,
	.home .pageEntete h1 {
		font-size:2.142857142857143em; /* 30/14 */
		height:auto;
	}
	h1.page-title {
		font-size:1.785714285714286em; /* 25/14 */
	}
	
	
	/* #Fluide 960 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%;  }
	
}

/* Mobile portrait (320px) */
@media only screen and (max-width: 479px){
	
}

/* Grand écran (1050px et +) */
@media only screen and (min-width: 1050px){


}

/* Grand écran (1680px et +) */
@media only screen and (min-width: 1680px){
	html {
		font-size: 16px;
	}
	.contentWrap {
		max-width: 1300px;
	}
}


/* ==========================================================================
   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;
    }
	
	/**********************/
	/* Contenu de la page */
	/**********************/
	
	html {
		margin-top:0 !important;
	}
	
	.logoPrint {
		display:inline-block;
	}
	.logoScreen {
		display:none;
	}
	
	/* On cache certains éléments */
	.contenuSidebar,
	#wpadminbar {
		display:none!important;
	}
	
	.contenuPrincipal{
		padding-right:0;
		width:100%;
	}
	
	.unArticle {
		border-bottom-color:#000;
	}
	
	.accordeon .toggler > button.subtil { border-bottom: 0; }
	.accordeon > div { display:block!important; }
	.accordeon .hidden { display:block!important; visibility:visible!important; }
	
}
