@charset "UTF-8";
/*! CSS */
/* Variables =============== */
/* Base */
/* Colors */
/* Forms */
/* Mixins =============== */
/* Normaliser les styles =============== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.5;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

a {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover {
    color: #565859;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a > abbr[title] {
    border-bottom: none;
}

b, strong {
    font-weight: 700;
}

b.semi, strong.semi {
    font-weight: 600;
}

i, em {
    font-style: italic;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #aaa;
    padding: 0;
    clear: both;
    margin: 20px 0;
    height: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 90%;
    line-height: 1.5;
}

big {
    font-size: 125%;
}

sub, sup {
    font-size: 85%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    text-transform: none;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
    list-style-position: outside;
}

ul ul, ol ol, ul ol, ol ul {
    margin-top: 0;
}

li {
    margin: 4px 0;
}

nav ul, nav li {
    margin: 0;
    padding: 0;
    list-style-image: none;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol, ul.noliste, ul.no_liste {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
    max-width: 100%;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* Reset =============== */
/* http://css-tricks.com/snippets/html/responsive-meta-tag/ */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

body {
    background-color: white;
}

/* Base =============== */
html {
    font: 14px/19px "Open Sans", sans-serif;
    color: #000;
}

/* Typographie */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 700;
}

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: 2.14286em;
    line-height: 1.333333em;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
}

h2 {
    font-size: 1.42857em;
    line-height: 1.285714em;
    margin: 30px 0 10px 0;
}

h3 {
    font-size: 1.21429em;
    line-height: 1.285714em;
    margin: 20px 0 8px 0;
    color: #2e8804;
}

h4 {
    font-size: 1.21429em;
    line-height: 1.285714em;
    margin: 15px 0 5px 0;
    font-weight: 600;
}

h5 {
    font-size: 1.07143em;
    line-height: 1.285714em;
    margin: 15px 0 5px 0;
    text-transform: uppercase;
}

h6 {
    font-size: 1em;
    line-height: 1.307692em;
    margin: 10px 0 5px 0;
}

h1.titrePage {
    position: relative;
    font-size: 2.85714em;
    line-height: 1.3em;
    text-transform: none;
    margin: 50px 0 30px 0;
    padding-bottom: 10px;
    font-weight: 600;
}

h1.titrePage.visuallyhidden {
    margin: -1px;
    padding: 0;
}

h1.titrePage:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #000;
    height: 5px;
    width: 80px;
    bottom: 0;
    left: 0;
}

h1.titrePage.verysmall {
    font-size: 1.42857em;
    padding-bottom: 0;
}

h1.titrePage.verysmall:after {
    display: none;
}

h1.titrePage.small {
    font-size: 2.57143em;
    line-height: 1.1;
}

h1.titrePage.big {
    font-size: 3.57143em;
    line-height: 1.1;
}

h1.titrePage.verybig {
    font-size: 4.28571em;
    line-height: 1.1;
}

h1.titrePage.veryverybig {
    font-size: 5.71429em;
    line-height: 1.1;
}

.sousTitre {
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

/* H2 général */
h2 {
    color: #000;
    text-transform: uppercase;
}

h2 a:link, h2 a:visited, h2 a:hover {
    color: #000;
    text-decoration: none;
}

h2 sub, h2 sup {
    font-size: 75%;
}

/* 1er cycle "déborde" */
/* H2 alternatif */
h2.alt {
    color: #2e8804;
}

h2.alt a:link, h2.alt a:visited, h2.alt a:hover {
    color: #2e8804;
    text-decoration: none;
}

h2.alt2 {
    font-size: 1.384615em; /* 18px */
    font-weight: normal;
    color: #58595B;
    background-color: transparent;
    display: block;
    padding: 0;
    text-transform: none;
}

/* Mêmes styles pour h2 (un événement) et h3 (liste prg/crs) */
h2.alt3, h3.alt {
    display: inline-block;
    font-size: 0.92857em;
    font-weight: 600;
    background-color: #dadada;
    color: #000;
    padding: 3px 5px;
    text-transform: uppercase;
    margin: 5px 0;
}

p {
    margin: 0 0 10px 0;
}

p img {
    margin: 0;
}

blockquote {
    font-size: 1.07143em;
    line-height: 1.7em;
    color: #565859;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
}

blockquote cite {
    display: block;
    font-size: 0.85714em;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:link, blockquote cite a:visited {
    color: #555;
}

ul {
    list-style-type: square;
}

hr.alt {
    border: 0;
    position: relative;
    height: 5px;
}

hr.alt:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #1F8288;
    height: 5px;
    width: 55px;
    bottom: 0;
    left: 50%;
    margin-left: -27px;
}

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    /* .container = width de 280px */
    /* Taille réduite du titre principal, pour mobile */
    h1.titrePage {
        font-size: 1.78571em;
    }

    h1.titrePage.small, h1.titrePage.big, h1.titrePage.verybig, h1.titrePage.veryverybig {
        font-size: 2.14286em;
    }

    h1.titrePage:after {
        height: 3px;
        width: 50px;
    }

    .lien_3:link, .lien_3:active, .lien_3:visited {
        font-size: 1.28571em;
    }
}

/* Skeleton V1.1 Skeleton.css CSS du site de la TÉLUQ 2015 Grille CSS de base modifiée avec des % (fluide) Programmeur : Andy Harvey */
/* #Base 960 Grid
================================================== */
.container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.contentWrap {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}

.container .column {
    float: left;
    display: inline;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}

.row {
    margin-bottom: 10px;
}

/* Nested column Classes */
.column.first {
    margin-left: 0;
}

.column.last {
    margin-right: 0;
}

/* Base Grid */
.container .g1.column {
    width: 4.25%;
}

.container .g2.column {
    width: 10.5%;
}

.container .g3.column {
    width: 16.75%;
}

.container .g4.column {
    width: 23.0%;
}

.container .g5.column {
    width: 29.25%;
}

.container .g6.column {
    width: 35.5%;
}

.container .g7.column {
    width: 41.75%;
}

.container .g8.column {
    width: 48.0%;
}

.container .g9.column {
    width: 54.25%;
}

.container .g10.column {
    width: 60.5%;
}

.container .g11.column {
    width: 66.75%;
}

.container .g12.column {
    width: 73.0%;
}

.container .g13.column {
    width: 79.25%;
}

.container .g14.column {
    width: 85.5%;
}

.container .g15.column {
    width: 91.75%;
}

.container .g16.column {
    width: 98.0%;
}

.container .g1-3.column {
    width: 31.33333333%;
}

.container .g2-3.column {
    width: 64.66666666%;
}

/* Offsets */
.container .offset-by-1 {
    padding-left: 60px;
}

.container .offset-by-2 {
    padding-left: 120px;
}

.container .offset-by-3 {
    padding-left: 180px;
}

.container .offset-by-4 {
    padding-left: 240px;
}

.container .offset-by-5 {
    padding-left: 300px;
}

.container .offset-by-6 {
    padding-left: 360px;
}

.container .offset-by-7 {
    padding-left: 420px;
}

.container .offset-by-8 {
    padding-left: 480px;
}

.container .offset-by-9 {
    padding-left: 540px;
}

.container .offset-by-10 {
    padding-left: 600px;
}

.container .offset-by-11 {
    padding-left: 660px;
}

.container .offset-by-12 {
    padding-left: 720px;
}

.container .offset-by-13 {
    padding-left: 780px;
}

.container .offset-by-14 {
    padding-left: 840px;
}

.container .offset-by-15 {
    padding-left: 900px;
}

/* #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 .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%;
}

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after, .contentWrap:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after {
    clear: both;
}

.row {
    zoom: 1;
}

/* #Split en CSS avec fallback plugin
================================================== */
/* Les classes pour séparer le contenu en 2 ou 3 colonnes */
.split2columns, .split3columns {
    list-style-position: inside; /* Pour voir la puce dans Chrome qui disparaît avec les multi-colonnes */
    column-count: 2;
    column-gap: 20px;
    column-rule: 0px solid #000;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-rule: 0px solid #000;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-rule: 0px solid #000;
}

.split2columns ul, .split2columns ol, .split3columns ul, .split3columns ol {
    text-align: left;
}

.split2columns li, .split2columns li, .split3columns li, .split3columns li { /* Éviter de couper un même élément de liste */
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
}

.split3columns {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .split3columns {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
    }

    .container .column {
        margin: 0 3%;
    }

    .contentWrap { /*max-width:95%; /* Toujours une certaine marge */
    }

    .container .g1.column, .container .g2.column, .container .g3.column, .container .g4.column, .container .g5.column, .container .g6.column, .container .g7.column, .container .g8.column, .container .g9.column, .container .g10.column, .container .g11.column, .container .g12.column, .container .g13.column, .container .g14.column, .container .g15.column, .container .g16.column, .container .g1-3.column, .container .g2-3.column {
        width: 94%;
    }

    /* Offsets */
    .container .offset-by-1, .container .offset-by-2, .container .offset-by-3, .container .offset-by-4, .container .offset-by-5, .container .offset-by-6, .container .offset-by-7, .container .offset-by-8, .container .offset-by-9, .container .offset-by-10, .container .offset-by-11, .container .offset-by-12, .container .offset-by-13, .container .offset-by-14, .container .offset-by-15 {
        padding-left: 0;
    }

    /* #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%;
    }

    /* Styles pour mobiles (tout en une colonne) */
    .split2columns, .split3columns {
        text-align: left;
        list-style-position: outside; /* Reset la position outside */
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
}

/* Styles d'impression */
@media print {
    /* Grid Layout ajustements */
    .container, .row, .column {
        float: none !important;
        display: block !important;
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .container .columnf {
        padding-left: 2%;
        padding-right: 2%;
    }
}

/* Helpers =============== */
/* Base de grille Flex */
.cssFlex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

/* 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;
}

.rouge {
    color: #942428 !important;
}

.vert {
    color: #2E8804 !important;
}

.caps, .ucase {
    text-transform: uppercase !important;
}

.block {
    display: block;
}

/* <span> changement de ligne */
.fond_vert {
    background-color: #2E8804 !important;
}

/* Images */
/*img.scale-with-grid { max-width:100%; height:auto; width:auto; }*/
.alignerImgG {
    margin-bottom: 15px;
    float: left;
    margin-right: 20px;
}

.alignerImgD {
    margin-bottom: 15px;
    float: right;
    margin-left: 20px;
}

/* Marges haut/bas */
.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 */
.add-t-top {
    margin-top: 30px !important;
}

/* Triple 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 */
.add-t-bottom {
    margin-bottom: 30px !important;
}

/* Triple marge */
/* Floats */
.floatG {
    float: left !important;
}

.floatD {
    float: right !important;
}

/* For image replacement */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Affichage à l'impression seulement */
.print_only {
    display: none;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Accordéons =============== */
.accordeon {
    margin: 10px 0 20px 0;
}

.accordeon .toggler {
    position: relative;
    color: #000;
    background-color: transparent;
    display: block;
    font-size: 1.14286em;
    line-height: 1.25em; /* 20/16 */
    font-weight: 700;
    text-decoration: none;
    margin: 20px 0 0 0;
    padding: 0;
    border: 0;
    text-transform: none;
}

.accordeon .toggler.alt {
    color: #2e8804;
}

.accordeon .toggler > button.subtil {
    width: 100%;
    ms-user-select: auto;
    user-select: auto; /* Styles anciennement sur le .toggler */
    position: relative;
    padding: 4px 30px 4px 5px;
    border-bottom: 1px solid #666;
    cursor: pointer;
}

.accordeon .toggler > button.subtil:hover .icone, .accordeon .toggler > button.subtil:focus .icone {
    background-position: 0 -22px;
    will-transform: rotate;
    transition: transform 0.2s ease-in-out;
}

.accordeon .toggler.active > button.subtil .icone {
    transform: rotate(45deg);
}

/*.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;
}

/* Styles d'impression */
@media print {
    .accordeon .toggler > button.subtil {
        border-bottom: 0;
    }

    .accordeon > div {
        display: block !important;
    }

    .accordeon .hidden {
        display: block !important;
        visibility: visible !important;
    }
}

/* Layout =============== */
/* Menu du haut et plan du site */
.bgLogoHeader {
    background-color: #000;
    overflow: hidden; /* Pour le nouvel affichage des avis importants (accueil + jeDonne) */
}

.bgLogoHeader > .contentWrap {
    display: table;
}

#LogoTeluq {
    display: table-cell;
    vertical-align: middle;
    width: 152px;
    height: 81px; /* Plus haut que l'image */
    z-index: 150;
    margin: 0;
    padding-left: 15px;
}

#LogoTeluq a:focus {
    display: block;
    outline: 1px dotted #fff;
}

#Page > .contentWrap {
    background-color: #fff;
    position: relative;
    padding-bottom: 50px;
}

#Page > .contentWrap.sansBas {
    padding-bottom: 0;
}

/* Header alternatif avec image à 100% */
.pageEntete {
    display: flex;
    align-items: center;
    background: url(../img/entete_page_large-min.png) #000;
    background-size: cover;
    height: 400px;
    padding: 30px 0; /*margin-bottom:30px;*/
    margin-bottom: 0;
}

.pageEntete h1.titrePage {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.pageEntete h1.titrePage:after {
    display: none;
}

.pageEntete .sousTitre {
    font-size: 2.28571em;
    line-height: 1.5;
    color: #fff;
    margin: 10px 0 0 0;
    text-transform: none;
    font-weight: 400;
}

.pageEntete .sousTitre > span.fond {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1px 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

/* Après l'image en entête, parfois une phrase d'accroche */
.accrocheEntete {
    background: #E3E3E3;
    padding: 30px 0;
}

.accrocheEntete p {
    font-size: 1.42857em;
    font-weight: 600;
    margin-bottom: 0;
}

/* Strate du webinaire (temporaire) */
.sSeanceInfos {
    padding: 45px 0 45px 0;
    background-color: #555555;
    color: #fff;
    text-align: center;
}

.sSeanceInfos .icoFleche {
    margin-bottom: 25px;
}

.sSeanceInfos .titre {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.285714285714286em; /* 32px / 14px */
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.sSeanceInfos a {
    color: #fff;
}

/* #Page Styles
================================================== */
.strate {
    padding: 40px 0;
}

.strate .column > *:first-child {
    margin-top: 0;
}

.strate .column > *:last-child {
    margin-bottom: 0;
}

.cssTable {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.cssTable > * {
    display: table-cell;
}

.strate .titreStrate {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.28571em;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 30px 0;
    position: relative;
}

.strate .titreStrate.avecBarre {
    padding-bottom: 10px;
}

.strate .titreStrate.avecBarre:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #005296;
    height: 5px;
    width: 55px;
    bottom: 0;
    left: 0;
}

/* Strate des infos du portail */
.sPortail {
    position: relative; /*background-color:#F2F2F1;*/
    padding: 0;
}

.sPortail .flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.sPortail .colTexte {
    display: flex;
    align-self: center;
    width: 50%;
    padding: 60px 20px 60px 0;
}

.sPortail .colTexte .contentWrap {
    max-width: 430px;
    margin: 0 25px 0 auto;
}

.sPortail .colImg {
    display: flex;
    flex-grow: 1;
    background: url(../img/virus.png) top center no-repeat;
    background-size: cover;
}

.sPortail .colImg img {
    width: 100%;
    height: auto;
}

/* Strate roue */
.sRoue {
    position: relative;
    background-color: #FFC33E !important;
}

.sRoue .flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.sRoue .colTexte { /*display:flex;*/
    align-self: center;
    width: 50%;
    padding: 50px 0 50px 40px;
}

.sRoue .colImg {
    width: 50%;
    text-align: center;
}

.sRoue .colImg img {
    max-width: 100%;
    height: auto;
}

.sRoue .lienDownload {
    position: relative;
    font-size: 1.28571em;
    font-weight: 600;
    display: inline-block;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px 10px 50px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.sRoue .lienDownload:hover, .sRoue .lienDownload:focus {
    background-color: #fff;
    background-color: white;
    color: #000;
}

.sRoue .lienDownload:hover:before, .sRoue .lienDownload:focus:before {
    background-position: 0 -23px;
}

/* Strate infos de la formation */
.sInfos {
    padding: 50px 0;
    background: linear-gradient(#fff, #fff) 0 0, linear-gradient(#f0f0f0, #f0f0f0) top right;
    background-size: 50%;
    background-repeat: repeat-y;
}

.sInfos .flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sInfos .colTexte {
    width: 50%; /*padding: 60px 20px;*/
    padding-right: 20px;
}

.sInfos .colResume { /*padding: 60px 20px;*/
    padding-left: 40px;
    width: 50%;
}

.colResume .cssTable {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #808080;
}

.colResume .titre {
    text-transform: uppercase;
    vertical-align: middle;
}

.colResume .valeur {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: right;
    vertical-align: bottom;
}

.colResume a.button {
    margin-top: 30px;
    max-width: 295px;
}

.colResume a.button:focus, .colResume a.button:hover {
    background-color: #000;
}

/* Strate des avantages */
.sAvantages {
    background: #333;
    padding: 40px 0;
    text-align: center;
}

.sAvantages p, .sAvantages li, .sAvantages a {
    color: #fff;
}

.sAvantages h2 {
    color: #fff;
}

.sAvantages h3 {
    color: #fff;
    margin: 20px 0 5px;
}

.sAvantages ul {
    padding: 0;
}

.sAvantages li {
    list-style: none;
    list-style-image: none;
}

.sAvantages .tableAvantages {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    margin: 0;
}

.sAvantages .tableAvantages > li {
    display: table-cell;
    width: 50%;
    border-right: 1px solid #fff;
    padding: 0 40px;
    margin: 0;
    text-align: center;
}

.sAvantages .tableAvantages > li:last-child {
    border-right: 0;
    padding-bottom: 0;
}

/* Strate Contenu */
.sContenu {
    background-color: #e8e8e8;
}

.sContenu .cssTable {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.sContenu .cssTable > * {
    vertical-align: bottom;
}

.sContenu .accordeon .toggler {
    font-weight: 600;
    font-size: 1.28571em;
    text-transform: none;
}

.sContenu .module {
    text-transform: uppercase;
}

/* Strate Offerte par */
.sOfferte .lesLogos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sOfferte .lesLogos > li {
    margin: 0;
}

/* Strate Boutons */
.sBoutons {
    background: #202020;
    color: #fff;
}

.sBoutons .lesBoutons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 auto;
    justify-content: space-between;
}

.sBoutons .lesBoutons li {
    margin: 0;
    width: 47%;
    display: flex; /*align-items: center;*/
    border: 1px #707070 solid;
}

.sBoutons .lesBoutons a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.14286em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sBoutons .lesBoutons a img {
    transform: translateX(-20px);
    transition: transform 0.2s ease;
}

.sBoutons .lesBoutons a:hover, .sBoutons .lesBoutons a:focus {
    color: #e8b84f;
}

.sBoutons .lesBoutons a:hover img, .sBoutons .lesBoutons a:focus img {
    transform: translateX(-15px);
}

.sEquipe .boite {
    background-color: #fff;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 25px;
}

.sEquipe h2.titreStrate:not(:first-child) {
    margin-top: 50px;
}

.sEquipe .IsabelleSavard p, .sEquipe .lstEquipeTravail p {
    font-size: 1.14286em;
    margin-bottom: 0.2em;
}

.sEquipe .nom {
    font-weight: 600;
}

.sEquipe .titre {
    font-size: 1em;
}

.sEquipe .IsabelleSavard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 130px;
    min-height: 110px;
    background: url(../img/equipe/isabelle-savard.jpg) 0 0 no-repeat;
}

.lstEquipeTravail {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.lstEquipeTravail li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    width: 50%;
    padding-left: 150px;
    min-height: 110px;
    background: 20px 0 no-repeat;
    margin: 0 0 25px 0;
}

.lstEquipeTravail li:first-child, .lstEquipeTravail li:nth-child(2n+1) {
    background-position: 0 0;
    padding-right: 20px;
    padding-left: 130px;
    clear: left;
}

.lstEquipeTravail li.sansPhoto {
    padding-left: 0;
    min-height: 1px;
}

.lstEquipeTravail li.NicolasBouletLavoie {
    background-image: url(../img/equipe/nicolas.png);
}

.lstEquipeTravail li.GustavoAnguloMendoza {
    background-image: url(../img/equipe/gustavo.png);
}

.lstEquipeTravail li.PatrickPlante {
    background-image: url(../img/equipe/patrick.png);
}

.lstEquipeTravail li.KarineLatullippe {
    background-image: url(../img/equipe/karine.png);
}

.lstEquipeTravail li.DanielLemire {
    background-image: url(../img/equipe/daniel.png);
}

.lstEquipeTravail li.JeanSebastienRoy {
    background-image: url(../img/equipe/jsroy.png);
}

.lstEquipeTravail li.NeilaMezghani {
    background-image: url(../img/equipe/neila.png);
}

.lstEquipeTravail li.LucCote {
    background-image: url(../img/equipe/luc.png);
}

.lstEquipeTravail li.AnnaKimLeveillee {
    background-image: url(../img/equipe/annakim.png);
}

.lstEquipeTravail li.TomHumeau {
    background-image: url(../img/equipe/tom.png);
}

.lstEquipeTravail li.AlexandreGellenKamel {
    background-image: url(../img/equipe/nopix.png);
}

.lstEquipeTravail li.TheoCorreaMoraes {
    background-image: url(../img/equipe/nopix.png);
}

.lstEquipeTravail li.LauraDellazizzo {
    background-image: url(../img/equipe/laura.png);
}

.lstEquipeTravail li.MarieChristineJuteau {
    background-image: url(../img/equipe/nopix.png);
}

/* Strate Soyez au courant */
/* Strate Témoignages */
.sTemoignages {
    background: #E8B84F;
}

.sTemoignages .contentWrap {
    display: flex;
    min-height: 170px;
    align-items: center;
}

.sTemoignages blockquote {
    font-size: 1.78571em;
    line-height: 1.4em;
    color: #000;
    text-align: center;
    font-style: normal;
    margin: 0;
}

.sTemoignages cite {
    font-size: 0.72em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    margin: 15px 0 0 0;
}

.sTemoignages cite:before {
    content: "";
}

.sTemoignages .slick-slider {
    position: relative;
    margin-bottom: 30px; /*padding:40px 100px;*/
    padding: 0 100px 40px 100px;
}

.sTemoignages .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button:before {
    color: #fff;
}

/* Footer des copyrights */
.strate.sFooter {
    background-color: #000;
    color: #fff;
}

.strate.sFooter {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; /*font-size:em(12px);*/
}

/* #Media Queries
================================================== */
/* Résolution de moins de 1280px */
@media only screen and (max-width: 1279px) {
    /*.pageEntete {
        background-image: url(../img/entete_page_large-min.png);
    }*/
    .sPortail .colTexte .contentWrap {
        margin: 0 auto;
    }
}

/* Résolution de moins de 1024px */
@media only screen and (max-width: 1023px) {
    /* Strate Boutons */
    .sBoutons .lesBoutons li {
        width: 49%;
    }

    .sBoutons .lesBoutons a {
        font-size: 1.78571em;
    }

    .sBoutons .lesBoutons a img {
        width: 30px;
    }
}

/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width: 768px) {
    .sPortail .colTexte .contentWrap {
        max-width: none;
    }
}

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    /*html { font-size:15px; line-height:21px; }*/
    #Page > .contentWrap {
        padding-bottom: 20px;
    }

    /* Styles pour mobiles (tout en une colonne) */
    #RightColumn {
        margin-top: 20px;
    }

    #LeftColumn {
        margin-bottom: 20px;
    }

    .pageEntete {
        height: auto;
        background-size: cover;
        padding: 40px 0;
    }

    .pageEntete .sousTitre {
        font-size: 1.28571em;
        margin: 10px 0 0 0; /*line-height:1.4;*/
    }

    /* Après l'image en entête, parfois une phrase d'accroche */
    .accrocheEntete p {
        font-size: 1.21429em;
        line-height: 1.4;
    }

    /**************************/
    /* Ajustement des strates */
    /**************************/
    .sPortail .colTexte {
        width: 100%;
        padding: 30px 0;
    }

    .sPortail ul, .sPortail ul li:last-child {
        margin-bottom: 0;
    }

    .sPortail .colImg {
        width: 100%;
    }

    .sRoue .colTexte {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .sRoue .colImg {
        width: 100%;
    }

    /* Strate infos de la formation */
    .sInfos {
        padding: 30px 0 0 0;
        background: none;
        overflow: hidden;
    }

    .sInfos .colTexte {
        background: #fff;
        padding: 0 0 30px 0;
        width: 100%;
    }

    .sInfos .colResume {
        position: relative;
        background: #f0f0f0;
        padding: 30px 0;
        width: 100%;
    }

    .sInfos .colResume:before {
        content: "";
        position: absolute;
        background: #f0f0f0;
        width: 100%;
        left: -50%;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .sInfos .colResume:after {
        content: "";
        position: absolute;
        background: #f0f0f0;
        width: 100%;
        right: -50%;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .sAvantages .tableAvantages {
        display: block;
    }

    .sAvantages .tableAvantages > li {
        display: block;
        width: 100%;
        border-right: 0;
        padding: 20px 0;
    }

    /* Strate Offerte par */
    .sOfferte .lesLogos {
        display: block;
        text-align: center;
    }

    .sOfferte .lesLogos > li + li {
        margin-top: 40px;
    }

    /* Strate Boutons */
    .sBoutons .lesBoutons li {
        margin: 0;
        width: 100%;
    }

    .sBoutons .lesBoutons li + li {
        margin-top: 20px;
    }

    /* Strate de l'équipe */
    .lstEquipeTravail li {
        float: none;
        width: 100%;
        padding-left: 130px;
        background-position: 0 0;
    }

    .lstEquipeTravail li:first-child, .lstEquipeTravail li:nth-child(2n+1) {
        padding-right: 0;
    }

    /* Strate Témoignages */
    .sTemoignages .slick-slider {
        padding: 0 50px 40px 50px;
    }

    .sTemoignages .slick-slider:before, .sTemoignages .slick-slider:after {
        width: 39px;
        background-size: 39px auto;
    }

    .sTemoignages blockquote {
        font-size: 1.57143em;
    }
}

/*  Entre 2 (mobile)
================================================== */
@media only screen and (max-width: 479px) {
    .sBoutons .lesBoutons a {
        font-size: 1.42857em;
    }

    /*.sEquipe { padding: 0; } .sEquipe .boite { margin: 0; }*/
}

/* Grande résolution */
@media only screen and (min-width: 1670px) {
    .pageEntete {
        background-image: url(../img/entete_page_large-min.png);
        background-size: cover;
    }
}

@media only screen and (min-width: 1800px) {
    .sPortail .colImg {
        min-height: 600px;
    }

    .sPortail .colImg img {
        display: none;
    }
}

/* Styles d'impression */
@media print {
    /* Black prints faster: h5bp.com/s */
    * {
        background: transparent !important;
        color: black !important;
        border-color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Liens */
    a, a:visited {
        text-decoration: underline !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* Don't show links for images, or javascript/internal links, ni les liens avec la classe "nlp" */
    .ir a:after, a.nlp:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "" !important;
    }

    /* Contenu */
    blockquote {
        border: 1px solid #000;
        margin: 10px 0;
        width: auto;
        page-break-inside: avoid;
    }

    fieldset {
        border: 1px solid #000;
        margin: 10px 0;
        width: auto;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 1cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    h2 {
        padding: 0;
        background-color: transparent;
    }

    /* Ajustements du layout/contenu */
    #Page {
        width: auto;
        margin: 0;
        padding: 0;
    }

    #Page > .contentWrap > header {
        width: 100%;
    }

    h1.titrePage {
        margin-top: 15px;
    }

    /* Taille réduite du titre principal, exactement comme pour mobile */
    h1.titrePage {
        font-size: 1.78571em;
        border-bottom: 0;
        margin-bottom: 30px; /*padding-bottom: 0;*/
    }

    h1.titrePage.big, h1.titrePage.verybig {
        font-size: 2.14286em;
    }

    /* On cache les zones non importantes à l'impression */
    #RetourTop, .navFooter {
        display: none !important;
    }

    .print_only {
        display: block !important;
        visibility: visible !important;
    }

    .screen_only {
        display: none !important;
    }

    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: 1em 0;
        padding: 0;
    }
}

/* Boutons =============== */
a.button, a.button:visited, button, input[type="submit"], input[type="reset"], input[type="button"] {
    transition: all .2s;
    background: #EC9809;
    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: 300px;
    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;
}

.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
    width: 100%;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center;
}

/* <Button> invisible, à utiliser pour l'accessibilité seulement */
/* https://css-tricks.com/overriding-default-button-styles/ */
button.subtil {
    font-size: 100%;
    line-height: inherit;
    font-family: inherit;
    padding: 0;
    border: 0;
    border-radius: 0; /* On doit annuler plusieurs styles spécifiés plus haut (pour normaliser les inputs) */
    background: none;
    color: inherit; /*display: inherit;*/
    cursor: inherit;
    text-align: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    width: auto;
    max-width: none;
    text-transform: inherit;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button.subtil:focus {
    color: inherit;
    background: inherit;
    outline: thin dotted;
}

/* Tables =============== */
/* 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%;
}

/* Permet un overflow scroll sur les tableaux en mobile */
/*  https://stackoverflow.com/questions/5533636/add-horizontal-scrollbar-to-html-table */
/*  https://adrianroselli.com/2020/11/under-engineered-responsive-tables.html */
table.overflowScroll {
    display: block;
    overflow-x: auto; /* Shadow démontrant que ça continue (seulement si scroll possible) */
    background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-position: 0 0, 100%, 0 0, 100%;
    background-attachment: local, local, scroll, scroll;
}

table.overflowScroll.noWrap {
    white-space: nowrap;
}

table.overflowScroll tbody {
    display: table;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    /* Table sizing (mobile) */
    .tpalm5 {
        width: 5%;
    }

    .tpalm10 {
        width: 10%;
    }

    .tpalm15 {
        width: 15%;
    }

    .tpalm20 {
        width: 20%;
    }

    .tpalm25 {
        width: 25%;
    }

    .tpalm30 {
        width: 30%;
    }

    .tpalm33 {
        width: 33.333%;
    }

    .tpalm35 {
        width: 35%;
    }

    .tpalm40 {
        width: 40%;
    }

    .tpalm50 {
        width: 50%;
    }

    .tpalm60 {
        width: 60%;
    }

    .tpalm65 {
        width: 65%;
    }

    .tpalm66 {
        width: 66.666%;
    }

    .tpalm70 {
        width: 70%;
    }

    .tpalm75 {
        width: 75%;
    }

    .tpalm80 {
        width: 80%;
    }

    .tpalm90 {
        width: 90%;
    }

    .tpalm100 {
        width: 100%;
    }
}