@charset "UTF-8";
/* *********************************************** */
/* Projet : Gabarit de cours adaptatif HTML5       */
/* Fichier CSS global                              */
/* Derni├¿res modifications : 25 mai 2016           */
/* Auteur : Ann├®lie Gagnon                         */
/*                                                 */
/* *********************************************** */
/* *********************************************** */
/* NORMALIZE                                       */
/* ----------------------------------------------- */
/* ! normalize.css v3.0.3                          */
/* MIT License                                     */
/* github.com/necolas/normalize.css                */
/*                                                 */
/* Modifie par Annelie Gagnon pour fonctionner     */
/* avec la methode indentee en Sass                */
/*                                                 */
/* *********************************************** */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic,600,600italic,300,300italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:500,500italic,700);
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,700i,900");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* *********************************************** */
/* FONTS                                           */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Open Sans                                     */
/* - Ubuntu                                        */
/* - Roboto                                        */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Open Sans :                                     */
/*                                                 */
/* - Light 300                                     */
/* - Light 300 italic                              */
/* - Normal 400                                    */
/* - Normal 400 italic                             */
/* - Semi-bold 600                                 */
/* - Semi-bold 600 italic                          */
/* - Bold 700                                      */
/* - Bold 700 italic                               */
/* ----------------------------------------------- */
/* =============================================== */
/* Ubuntu :                                        */
/*                                                 */
/* - Medium 500                                    */
/* - Medium 500 italic                             */
/* - Bold 700                                      */
/* ----------------------------------------------- */
/* =============================================== */
/* Roboto :                                        */
/*                                                 */
/* - Light 300                                     */
/* - Normal 400                                    */
/* - Normal 400 italic                             */
/* - Bold 700                                      */
/* - Bold 700 italic                               */
/* - Black 900                                     */
/* ----------------------------------------------- */
/* *********************************************** */
/* VARIABLES                                       */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Grille                                        */
/* - Breakpoints                                   */
/* - Couleurs                                      */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Grille                                          */
/* ----------------------------------------------- */
/* Indiquez ici le nombre de colonnes de la        */
/* grille utilisee, leur padding (s'il y a lieu)   */
/* ainsi que la largeur des goutieres.             */
/* ----------------------------------------------- */
/* =============================================== */
/* Breakpoints                                     */
/* ----------------------------------------------- */
/* Indiquez ici les differents breakpoints de      */
/* votre grille responsive. Vous pouvez en ajouter, */
/* en enlever et en modifier selon vos besoins.    */
/* ----------------------------------------------- */
/* =============================================== */
/* Couleurs                                        */
/* ----------------------------------------------- */
/* Indiquez ici toutes couleurs (texte, bordure,   */
/* background...) que vous comptez reutiliser a    */
/* plusieurs reprises dans votre site. Vous pouvez */
/* en ajouter, en enlever et en modifier selon     */
/* vos besoins.                                    */
/* ----------------------------------------------- */
/* Background */
/* Texte */
/* Hyperlien */
/* Bordure */
/* =============================================== */
/* Fontes                                          */
/* ----------------------------------------------- */
/* Fonte de base                                   */
/* vos besoins.                                    */
/* ----------------------------------------------- */
/* Police */
/* *********************************************** */
/* MIXINS                                          */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Media queries                                 */
/* - Layout                                        */
/* - Texte                                         */
/* - Animations et transformations                 */
/* - Visibilite et opacite                         */
/* - Borders                                       */
/* - Autres                                        */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Media queries                                   */
/* ----------------------------------------------- */
/* =============================================== */
/* Layout                                          */
/* ----------------------------------------------- */
/* Applique les styles pour creer une colonne responsive a partir de sa largeur (en nombre de colonnes) par rapport au nombre maximal de colonnes. */
/* Applique un retrait a gauche en remplacement de colonnes vides. */
/* Applique une largeur de 100% sur toutes les colonnes. */
/* Applique une largeur de 50% sur toutes les colonnes sauf celles qui sont deja pleine largeur. */
/* Appele le mixin col avec les bons parametres pour toutes les classes "merge" et "offset". */
/* =============================================== */
/* Texte                                           */
/* ----------------------------------------------- */
/* Calcul du font-size en rem et son fallback en px. */
/* Calcul du line-height en rem et son fallback en px. */
/* Selection de texte avec les differents prefixes necessaires. */
/* =============================================== */
/* Animations et transformations                   */
/* ----------------------------------------------- */
/* =============================================== */
/* Visibilite et opacite                           */
/* ----------------------------------------------- */
/* Cache un element visuellement seulement pour qu'il reste disponible pour les lecteurs d'ecran. */
/* Cache un element completement. */
/* Remplace un texte par une image. */
/* Applique une opacite avec son fallback pour internet explorer. */
/* Applique une couleur rgba avec opacite et une couleur fallback solide correspondante. */
/* =============================================== */
/* Borders                                         */
/* ----------------------------------------------- */
/* Applique des coins arrondis de plusieurs grandeurs. */
/* Applique une bordure de plusieurs couleurs. */
/* =============================================== */
/* Autres                                          */
/* ----------------------------------------------- */
/* Centre un element verticalement. */
/* Calcul le ratio d'un element avec une image de background dont on veut changer la taille. */
/* Cree un triangle en css seulement. */
/* *********************************************** */
/* FUNCTIONS                                       */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* *********************************************** */
/* Retourne un pourcentage en fonction de la largeur d'un element par rapport a son conteneur. */
/* Retourne une couleur solide a partir d'une couleur rgba avec opacite et une couleur d'arriere-plan */
/* *********************************************** */
/* COMMUN                                          */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Base                                          */
/* - Outils                                        */
/* - Grille                                        */
/* - Boutons                                       */
/* - Recherche                                     */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Base                                            */
/* ----------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
* ::-moz-selection {
  color: #fff;
  background: #000;
}
* ::selection {
  color: #fff;
  background: #000;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: normal;
  background-color: #050506;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  /* jPushMenu */
}
body.customize-support {
  margin-top: 32px;
}
body.cbp-spmenu-push {
  position: relative;
  overflow-x: hidden;
  left: 0;
  transition: left 0.5s ease;
}
body.cbp-spmenu-push-toright {
  left: 250px;
  /* Min-width 480px */
  /* Min-width 768px */
}
@media screen and (min-width: 480px) {
  body.cbp-spmenu-push-toright {
    left: 400px;
  }
}
@media screen and (min-width: 768px) {
  body.cbp-spmenu-push-toright {
    left: 0;
  }
}

#wrapper {
  background-color: #fff;
  /* Min-width 768px */
}
@media screen and (min-width: 768px) {
  #wrapper {
    min-height: 100% !important;
  }
}

#main {
  z-index: 0;
  background: url(../../img/structure/image_fond_essai.png) no-repeat top center;
  background-size: 100% auto;
}

a {
  color: #2980ba;
}
a:hover, a:focus {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

input, textarea {
  border: none;
  border-radius: 0;
  padding: 5px;
}

/* =============================================== */
/* Outils                                          */
/* ----------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.visuallyHidden {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.visuallyHidden.focusable:active, .visuallyHidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}

.print, .hidden {
  display: none !important;
  visibility: hidden;
}

.imgReplaceText {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.imgReplaceText:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.invisible {
  visibility: hidden;
}

.alignGauche {
  text-align: left;
}

.alignCentre {
  text-align: center;
}

.alignDroite {
  text-align: right;
}

/* =============================================== */
/* Grille                                          */
/* ----------------------------------------------- */
.container {
  min-width: 240px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}

.col {
  float: left;
  border: 0px solid transparent;
  min-height: 1px;
  zoom: 1;
  background-clip: padding-box !important;
  box-sizing: border-box;
  /* Min-width 768px */
}
.col.merge1 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col.merge2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col.merge3 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col.merge4 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col.merge5 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col.merge6 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col.merge7 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col.merge8 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col.merge9 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col.merge10 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col.merge11 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col.merge12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .col.merge1 {
    width: 8.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset1 {
    margin-left: 8.33333%;
  }
  .col.merge2 {
    width: 16.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset2 {
    margin-left: 16.66667%;
  }
  .col.merge3 {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset3 {
    margin-left: 25%;
  }
  .col.merge4 {
    width: 33.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset4 {
    margin-left: 33.33333%;
  }
  .col.merge5 {
    width: 41.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset5 {
    margin-left: 41.66667%;
  }
  .col.merge6 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset6 {
    margin-left: 50%;
  }
  .col.merge7 {
    width: 58.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset7 {
    margin-left: 58.33333%;
  }
  .col.merge8 {
    width: 66.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset8 {
    margin-left: 66.66667%;
  }
  .col.merge9 {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset9 {
    margin-left: 75%;
  }
  .col.merge10 {
    width: 83.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset10 {
    margin-left: 83.33333%;
  }
  .col.merge11 {
    width: 91.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset11 {
    margin-left: 91.66667%;
  }
  .col.merge12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.offset12 {
    margin-left: 100%;
  }
}

/* Permet d'afficher une grille en semi-transparence par dessus le site pour faire des tests durant la conception. */
#grille {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#grille .container, #grille .row, #grille .col {
  height: 100%;
}
#grille .col {
  background-color: #d9d9d9;
  background-color: rgba(0, 0, 0, 0.15);
}
#grille .col.merge1 {
  width: 8.33333%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset1 {
  margin-left: 8.33333%;
}
#grille .col.merge2 {
  width: 16.66667%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset2 {
  margin-left: 16.66667%;
}
#grille .col.merge3 {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset3 {
  margin-left: 25%;
}
#grille .col.merge4 {
  width: 33.33333%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset4 {
  margin-left: 33.33333%;
}
#grille .col.merge5 {
  width: 41.66667%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset5 {
  margin-left: 41.66667%;
}
#grille .col.merge6 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset6 {
  margin-left: 50%;
}
#grille .col.merge7 {
  width: 58.33333%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset7 {
  margin-left: 58.33333%;
}
#grille .col.merge8 {
  width: 66.66667%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset8 {
  margin-left: 66.66667%;
}
#grille .col.merge9 {
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset9 {
  margin-left: 75%;
}
#grille .col.merge10 {
  width: 83.33333%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset10 {
  margin-left: 83.33333%;
}
#grille .col.merge11 {
  width: 91.66667%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset11 {
  margin-left: 91.66667%;
}
#grille .col.merge12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#grille .col.offset12 {
  margin-left: 100%;
}

/* =============================================== */
/* Boutons                                         */
/* ----------------------------------------------- */
.bouton {
  display: inline-block;
  color: #fff;
  background-color: #d24332;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 0.2s ease;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15.6px;
  line-height: 1.56rem;
}
.bouton:hover, .bouton:focus {
  background-color: #ab3425;
}

/* =============================================== */
/* Recherche                                       */
/* ----------------------------------------------- */
#contenu .statusRecherche {
  background-color: #ccc;
  padding: 10px;
}
#contenu #lstResultatsRecherche {
  margin: 30px 0;
}
#contenu #lstResultatsRecherche > div {
  border-bottom: solid 1px #ccc;
}
#contenu #lstResultatsRecherche > div h3 {
  margin: 15px 0 5px 0;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
#contenu #lstResultatsRecherche mark {
  background-color: #ccc;
}
#contenu #navResultatsRecherche ul {
  margin-left: 0;
}
#contenu #navResultatsRecherche ul li {
  list-style: none;
}

/* *********************************************** */
/* HEADER                                          */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Base                                          */
/* - Zone utilisateur                              */
/* - Zone identitaire                              */
/* - Zone menu                                     */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Base                                            */
/* ----------------------------------------------- */
#header {
  position: relative;
  z-index: 1;
  background-color: #1c1d38;
  position: relative;
  /* Min-width 768px */
}
#header * {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #header {
    background: url(../../img/structure/fili_education_essai.png) #1c1d38 no-repeat center 48px;
    min-height: 177px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header {
    background-size: contain;
  }
}

/* =============================================== */
/* Zone utilisateur                                */
/* ----------------------------------------------- */
#zoneLogo {
  background-color: #000;
}
#zoneLogo .blocTitre {
  margin-right: 30px;
  display: none;
  margin-top: 5px;
  /* Min-width 768px */
}
#zoneLogo .blocTitre .essai, #zoneLogo .blocTitre .edu {
  text-transform: uppercase;
}
#zoneLogo .blocTitre .essai {
  font-weight: 900;
  margin-right: 8px;
}
#zoneLogo .blocTitre .edu {
  font-style: italic;
}
@media screen and (min-width: 768px) {
  #zoneLogo {
    height: 46px;
  }
  #zoneLogo .blocTitre {
    margin-top: 14px;
    display: inline-block;
  }
  #zoneLogo .blocTitre:last-of-type {
    margin-right: 0;
  }
}

/* =============================================== */
/* Zone utilisateur                                */
/* ----------------------------------------------- */
#zoneUtilisateur {
  z-index: 3;
  display: none;
  width: 100%;
  position: absolute;
  right: 7px;
  /* Min-width 480px */
  /* Min-width 768px */
  /* Min-width 992px */
}
#zoneUtilisateur p {
  text-align: right;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-size: 1.2rem;
}
#zoneUtilisateur p a:hover {
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  #zoneUtilisateur {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #zoneUtilisateur p {
    height: 30px;
    line-height: 30px;
  }
}

/* =============================================== */
/* Zone identitaire                                */
/* ----------------------------------------------- */
#zoneIdentitaire {
  z-index: 2;
  display: inline-block;
  width: 100%;
  /* Min-width 480px */
  /* Min-width 768px */
}
#zoneIdentitaire a {
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  #zoneIdentitaire {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  #zoneIdentitaire {
    padding-top: 8px;
  }
}

/* Logo ------------------------------------------ */
#logo {
  display: block;
  float: right;
  margin: 5px 0;
  background-image: url("https://www.teluq.ca/logo_teluq/logo_teluq_nb_xs.svg");
  background-size: 35px auto;
  width: 35px;
  height: 38.04348px;
  /* Min-width 480px */
  /* Min-width 768px */
  /* Min-width 992px */
}
@media screen and (min-width: 480px) {
  #logo {
    margin: 0;
    background-size: 40px auto;
    width: 40px;
    height: 43.47826px;
  }
}
@media screen and (min-width: 768px) {
  #logo {
    background-image: url("https://www.teluq.ca/logo_teluq/logo_teluq_nb.svg");
    background-size: 100px auto;
    width: 100px;
    height: 34.7561px;
  }
}
@media screen and (min-width: 992px) {
  #logo {
    background-size: 126px auto;
    width: 126px;
    height: 43.79268px;
  }
}

.no-backgroundsize #logo {
  width: 46px;
  height: 50px;
  /* Min-width 768px */
}
@media screen and (min-width: 768px) {
  .no-backgroundsize #logo {
    width: 164px;
    height: 89px;
  }
}

/* Sigle et titre du cours ----------------------- */
#sigleCours {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 700;
  margin-top: 12px;
  /* Min-width 480px */
  /* Min-width 768px */
  /* Min-width 992px */
}
@media screen and (min-width: 480px) {
  #sigleCours {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #sigleCours {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16.8px;
    line-height: 1.68rem;
  }
}
@media screen and (min-width: 992px) {
  #sigleCours {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19.2px;
    line-height: 1.92rem;
  }
}

#titreCours {
  font-weight: 400;
  margin: 0;
  width: 40%;
  max-width: 180px;
  /* Min-width 480px */
  /* Min-width 768px */
  /* Min-width 992px */
}
#titreCours img {
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 480px) {
  #titreCours {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 21.6px;
    line-height: 2.16rem;
  }
}
@media screen and (min-width: 768px) {
  #titreCours {
    width: 75%;
    margin-top: 13px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 27.6px;
    line-height: 2.76rem;
  }
  #titreCours img {
    margin-top: -5px;
  }
}
@media screen and (min-width: 992px) {
  #titreCours {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

/* =============================================== */
/* Zone menu                                       */
/* ----------------------------------------------- */
#zoneMenu {
  height: 48px;
  /* Min-width 768px */
}
@media screen and (min-width: 768px) {
  #zoneMenu {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: auto;
    padding: 15px 0;
    padding: 0;
  }
}

/* Menu principal -------------------------------- */
#menuPrincipal {
  margin-top: 12px;
  /* Min-width 768px */
  /* Min-width 992px */
  /* Toggle */
  /* jPushMenu */
  /* Liste */
}
@media screen and (min-width: 768px) {
  #menuPrincipal {
    margin-top: 2px;
  }
}
@media screen and (min-width: 992px) {
  #menuPrincipal {
    margin-top: 10px;
  }
}
#menuPrincipal .toggle-menu {
  display: block;
  float: left;
  height: 19px;
  width: 19px;
  padding: 0;
  background: transparent;
  border: none;
  margin-top: 2px;
  /* Min-width 768px */
}
#menuPrincipal .toggle-menu > span {
  display: block;
  height: 19px;
  width: 19px;
  vertical-align: middle;
  background-image: url("../../img/icones/ico_menu_ouvrir.svg");
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #menuPrincipal .toggle-menu {
    display: none;
  }
}
#menuPrincipal .cbp-spmenu {
  position: absolute;
  min-height: auto;
  background-color: #050506;
  transition: left 0.5s ease, width 0.5s ease;
  /* Min-width 768px */
}
#menuPrincipal .cbp-spmenu .container {
  min-width: auto;
}
#menuPrincipal .cbp-spmenu .toggle-menu {
  float: right;
  margin: 12px 20px 0 0;
}
#menuPrincipal .cbp-spmenu .toggle-menu > span {
  background-image: url("../../img/icones/ico_menu_fermer.svg");
}
@media screen and (min-width: 768px) {
  #menuPrincipal .cbp-spmenu {
    display: block !important;
    min-height: auto !important;
    float: left;
    position: static;
    background-color: transparent;
  }
}
#menuPrincipal .cbp-spmenu-vertical {
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 1000;
  overflow-y: hidden;
  /* Min-width 480px */
  /* Min-width 768px */
}
@media screen and (min-width: 480px) {
  #menuPrincipal .cbp-spmenu-vertical {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  #menuPrincipal .cbp-spmenu-vertical {
    width: auto;
  }
}
#menuPrincipal .cbp-spmenu-left {
  left: -250px;
  /* Min-width 480px */
}
@media screen and (min-width: 480px) {
  #menuPrincipal .cbp-spmenu-left {
    left: -400px;
  }
}
#menuPrincipal .lstMenuPrincipal {
  padding-top: 47px;
  /* Niveau 1 */
  /* Niveaux 2-3 */
  /* Min-width 480px */
  /* Min-width 768px */
  /* Min-width 1400px */
}
#menuPrincipal .lstMenuPrincipal li {
  display: block;
}
#menuPrincipal .lstMenuPrincipal li a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 0;
}
#menuPrincipal .lstMenuPrincipal li.active {
  padding-bottom: 6px;
}
#menuPrincipal .lstMenuPrincipal > li {
  padding: 0 20px;
  border-bottom: solid 1px #444;
}
#menuPrincipal .lstMenuPrincipal > li:first-child {
  border-top: solid 1px #444;
}
#menuPrincipal .lstMenuPrincipal > li > a {
  display: block;
  padding: 14px 0;
  background-color: #050506;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
}
#menuPrincipal .lstMenuPrincipal > li.parent > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
  height: 0;
  width: 0;
}
#menuPrincipal .lstMenuPrincipal > li.parent.active > a:after {
  border: 4px solid transparent;
  border-top: 8px solid #000;
  border-bottom: 0;
  height: 0;
  width: 0;
}
@media screen and (max-width: 768px) {
  #menuPrincipal .lstMenuPrincipal > li.parent.active > a:after {
    border: 4px solid transparent;
    border-top: 8px solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
}
#menuPrincipal .lstMenuPrincipal .sub .row {
  margin-left: -40px;
  padding-left: 20px;
  /* Min-width 768px */
}
@media screen and (min-width: 768px) {
  #menuPrincipal .lstMenuPrincipal .sub .row {
    margin-left: -30px;
  }
  #menuPrincipal .lstMenuPrincipal .sub .row > ul {
    margin-right: 30px;
  }
}
#menuPrincipal .lstMenuPrincipal .sub ul li.itemActif a {
  text-decoration: underline;
}
#menuPrincipal .lstMenuPrincipal .sub ul li.itemActif a:after {
  bottom: 5px;
}
#menuPrincipal .lstMenuPrincipal .sub ul li a {
  font-size: 16px;
  font-size: 1.6rem;
}
#menuPrincipal .lstMenuPrincipal .sub ul li a:after {
  bottom: 5px;
}
#menuPrincipal .lstMenuPrincipal .sub ul li a:hover {
  text-decoration: underline;
}
#menuPrincipal .lstMenuPrincipal .sub ul li ul li {
  margin-left: 20px;
}
#menuPrincipal .lstMenuPrincipal .sub ul li ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  #menuPrincipal .lstMenuPrincipal {
    padding-top: 79px;
  }
}
@media screen and (min-width: 768px) {
  #menuPrincipal .lstMenuPrincipal {
    padding-top: 0;
    /* Niveau 1 */
    /* Niveaux 2-3 */
  }
  #menuPrincipal .lstMenuPrincipal li a {
    padding: 5px 0;
  }
  #menuPrincipal .lstMenuPrincipal li.active {
    padding-bottom: 0;
  }
  #menuPrincipal .lstMenuPrincipal > li {
    float: left;
    padding: 0;
    border-bottom: none;
  }
  #menuPrincipal .lstMenuPrincipal > li:first-child {
    border-top: none;
  }
  #menuPrincipal .lstMenuPrincipal > li > a {
    padding: 7px 10px;
    margin: 0 5px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-size: 9px;
    font-size: 0.9rem;
  }
  #menuPrincipal .lstMenuPrincipal > li > a:first-child {
    margin-left: 0;
  }
  #menuPrincipal .lstMenuPrincipal > li.parent > a:after {
    border: 4px solid transparent;
    border-top: 8px solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  #menuPrincipal .lstMenuPrincipal > li:hover > a, #menuPrincipal .lstMenuPrincipal > li:focus > a, #menuPrincipal .lstMenuPrincipal > li.active > a {
    background-color: #aeaeae;
    color: #000;
  }
  #menuPrincipal .lstMenuPrincipal > li:hover > a:after, #menuPrincipal .lstMenuPrincipal > li:focus > a:after, #menuPrincipal .lstMenuPrincipal > li.active > a:after {
    border: 4px solid transparent;
    border-top: 8px solid #000;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  #menuPrincipal .lstMenuPrincipal > li.itemActif > a {
    background-color: #dadada;
    color: #000;
  }
  #menuPrincipal .lstMenuPrincipal > li.itemActif > a:after {
    border: 4px solid transparent;
    border-top: 8px solid #000;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  #menuPrincipal .lstMenuPrincipal .sub {
    display: none;
    background: #050506;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 20px;
  }
  #menuPrincipal .lstMenuPrincipal .sub ul li a {
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  #menuPrincipal .lstMenuPrincipal .sub ul li ul li {
    margin-left: 10px;
  }
  #menuPrincipal .lstMenuPrincipal .sub ul li ul li a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 860px) {
  #menuPrincipal .lstMenuPrincipal {
    /* Niveau 1 */
  }
  #menuPrincipal .lstMenuPrincipal > li > a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1005px) {
  #menuPrincipal .lstMenuPrincipal {
    /* Niveau 1 */
  }
  #menuPrincipal .lstMenuPrincipal > li > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1400px) {
  #menuPrincipal .lstMenuPrincipal .sub .row {
    margin-left: -20px;
  }
}

/* Body filter ----------------------------------- */
.bodyFilter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.cbp-spmenu-push-toright .bodyFilter {
  display: block;
  /* Min-width 768px */
}
@media screen and (min-width: 768px) {
  .cbp-spmenu-push-toright .bodyFilter {
    display: none;
  }
}

/* Outils de recherche --------------------------- */
#outilsRecherche {
  float: right;
  /* Toggle */
  /* Champ et bouton de recherche */
}
#outilsRecherche .toggleRecherche {
  display: block;
  height: 24px;
  width: 24px;
  padding: 0;
  line-height: 1;
  margin-top: 13px;
  border: none;
  background: transparent;
  /* Min-width 768px */
}
#outilsRecherche .toggleRecherche > span {
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 1;
  vertical-align: middle;
  background: url("../../img/icones/ico_recherche.svg") no-repeat 0 0;
  background-size: 24px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #outilsRecherche .toggleRecherche {
    display: none;
  }
}
#outilsRecherche form {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: solid 1px #b2b2b2;
  box-sizing: border-box;
  /* Min-width 768px */
}
#outilsRecherche form .triangle {
  display: block;
  position: absolute;
  right: 28px;
  top: -9px;
  border: 6px solid transparent;
  border-bottom: 9px solid #fff;
  border-top: 0;
  height: 0;
  width: 0;
}
#outilsRecherche form input[type="text"] {
  width: 100%;
  position: relative;
  z-index: 4;
  height: 30px;
  padding: 0px 100px 0 10px;
  color: #333333;
  border: solid 1px #dadada;
  box-sizing: border-box;
}
#outilsRecherche form button[type="submit"] {
  float: right;
  position: relative;
  z-index: 5;
  margin-top: -30px;
  padding: 5px 10px;
  background-color: #292e33;
  border: none;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#outilsRecherche form button[type="submit"]:hover, #outilsRecherche form button[type="submit"]:focus {
  background-color: #d24332;
}
@media screen and (min-width: 768px) {
  #outilsRecherche form {
    display: table-cell !important;
    vertical-align: middle;
    background-color: transparent;
    position: static;
    padding: 0;
    border-bottom: none;
  }
  #outilsRecherche form .triangle {
    display: none;
  }
  #outilsRecherche form input[type="text"] {
    float: left;
    width: 175px;
    height: 30px;
    margin: auto 0px auto 0px;
    padding: 0px 5px 0px 5px;
    background-image: none;
    border: none;
  }
  #outilsRecherche form button[type="submit"] {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url("../../img/icones/ico_recherche.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.ie #outilsRecherche form button[type="submit"] {
  position: absolute;
  top: 10px;
  right: 20px;
  margin: 0;
  /* Min-width 768px */
}
@media screen and (min-width: 768px) {
  .ie #outilsRecherche form button[type="submit"] {
    position: static;
  }
}

/* *********************************************** */
/* FOOTER                                          */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Base                                          */
/* - Menu footer                                   */
/* - Medias sociaux                                */
/* - Copyright                                     */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Base                                            */
/* ----------------------------------------------- */
#footer {
  background-color: #28201e;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
}
#footer * {
  color: #fff;
}
#footer .row:first-child .col {
  /* Min-width 768px */
}
#footer .row:first-child .col.merge1 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
#footer .row:first-child .col.merge2 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
#footer .row:first-child .col.merge3 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
#footer .row:first-child .col.merge4 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
#footer .row:first-child .col.merge5 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
#footer .row:first-child .col.merge6 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
#footer .row:first-child .col.merge7 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
#footer .row:first-child .col.merge8 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
#footer .row:first-child .col.merge9 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
#footer .row:first-child .col.merge10 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
#footer .row:first-child .col.merge11 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  #footer .row:first-child .col.merge1 {
    width: 8.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset1 {
    margin-left: 8.33333%;
  }
  #footer .row:first-child .col.merge2 {
    width: 16.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset2 {
    margin-left: 16.66667%;
  }
  #footer .row:first-child .col.merge3 {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset3 {
    margin-left: 25%;
  }
  #footer .row:first-child .col.merge4 {
    width: 33.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset4 {
    margin-left: 33.33333%;
  }
  #footer .row:first-child .col.merge5 {
    width: 41.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset5 {
    margin-left: 41.66667%;
  }
  #footer .row:first-child .col.merge6 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset6 {
    margin-left: 50%;
  }
  #footer .row:first-child .col.merge7 {
    width: 58.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset7 {
    margin-left: 58.33333%;
  }
  #footer .row:first-child .col.merge8 {
    width: 66.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset8 {
    margin-left: 66.66667%;
  }
  #footer .row:first-child .col.merge9 {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset9 {
    margin-left: 75%;
  }
  #footer .row:first-child .col.merge10 {
    width: 83.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset10 {
    margin-left: 83.33333%;
  }
  #footer .row:first-child .col.merge11 {
    width: 91.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset11 {
    margin-left: 91.66667%;
  }
  #footer .row:first-child .col.merge12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row:first-child .col.offset12 {
    margin-left: 100%;
  }
}

/* =============================================== */
/* Menu footer                                     */
/* ----------------------------------------------- */
#menuFooter {
  margin: 10px 0;
  max-width: 150px;
  *zoom: 1;
  /* Min-width 768px */
  /* Min-width 768px */
}
#menuFooter:before, #menuFooter:after {
  display: table;
  content: "";
}
#menuFooter:after {
  clear: both;
}
#menuFooter li {
  float: left;
  margin-right: 20px;
}
#menuFooter li.current_page_item a {
  text-decoration: underline;
}
#menuFooter a {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#menuFooter a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #menuFooter {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #menuFooter li {
    width: 100%;
    margin-bottom: 5px;
  }
}

/* =============================================== */
/* Medias sociaux                                  */
/* ----------------------------------------------- */
#mediasSociaux {
  float: right;
  margin: 10px 0 5px 0;
  /* Min-width 768px */
}
#mediasSociaux span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: top;
  margin: 0 0 10px 10px;
}
#mediasSociaux a {
  display: inline-block;
  margin: 0 0 0 10px;
  background: #000;
  width: 40px;
  height: 40px;
}
#mediasSociaux a img {
  width: 40px;
  height: 40px;
  transition: opacity 0.2s ease;
}
#mediasSociaux a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media screen and (min-width: 768px) {
  #mediasSociaux {
    text-align: right;
  }
  #mediasSociaux span {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  #mediasSociaux a {
    margin: 0 0 0 5px;
    width: 20px;
    height: 20px;
  }
  #mediasSociaux a img {
    width: 20px;
    height: 20px;
  }
}

/* =============================================== */
/* Copyright                                       */
/* ----------------------------------------------- */
#copyright {
  text-align: center;
  border-top: solid 1px #666;
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}

/* *********************************************** */
/* ACCUEIL                                         */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Intro                                         */
/* - Outils                                        */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Intro                                           */
/* ----------------------------------------------- */
#intro {
  color: #000;
  padding: 20px 0 0 0;
  background-color: #f0f0f0;
  position: relative;
  /* Min-width 480px */
  /* Min-width 768px */
  /* Min-width 992px */
}
#intro p {
  margin-bottom: 15px;
}
#intro.avecPlus .row:first-child {
  max-height: 234px;
  overflow: hidden;
  transition: max-height 1s ease;
}
#intro.avecPlus .plus {
  text-align: center;
  padding-top: 15px;
  border-top: solid 1px #dadada;
}
#intro.avecPlus .plus a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
#intro.avecPlus .plus a .triangle {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 5px;
  border: 6px solid transparent;
  border-top: 7px solid #b2b2b2;
  border-bottom: 0;
  height: 0;
  width: 0;
}
#intro.avecPlus #boutonIntro {
  background-color: #fff;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 0;
}
#intro.avecPlus.ouvert .row:first-child {
  max-height: 800px;
}
#intro.avecPlus.ouvert .plus a .triangle {
  border: 6px solid transparent;
  border-bottom: 7px solid #b2b2b2;
  border-top: 0;
  height: 0;
  width: 0;
}
@media screen and (min-width: 480px) {
  #intro.avecPlus .row:first-child {
    max-height: none;
  }
  #intro.avecPlus .plus {
    display: none;
  }
  #intro.avecPlus #boutonIntro {
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #intro {
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #intro.avecPhoto, #intro.avecVignette, #intro.avecVideo {
    padding: 40px 0 !important;
  }
}

/* Avec photo ------------------------------------ */
#intro.avecPhoto {
  /* Max-width 480px */
  /* Min-width 480px */
  /* Min-width 992px */
}
@media screen and (max-width: 480px) {
  #intro.avecPhoto {
    background-image: none !important;
  }
}
@media screen and (min-width: 480px) {
  #intro.avecPhoto {
    padding: 20px 0;
    background-position: 80% center;
    background-size: cover;
  }
  #intro.avecPhoto .col.merge1 {
    width: 8.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset1 {
    margin-left: 8.33333%;
  }
  #intro.avecPhoto .col.merge2 {
    width: 16.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset2 {
    margin-left: 16.66667%;
  }
  #intro.avecPhoto .col.merge3 {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset3 {
    margin-left: 25%;
  }
  #intro.avecPhoto .col.merge4 {
    width: 33.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset4 {
    margin-left: 33.33333%;
  }
  #intro.avecPhoto .col.merge5 {
    width: 41.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset5 {
    margin-left: 41.66667%;
  }
  #intro.avecPhoto .col.merge6 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset6 {
    margin-left: 50%;
  }
  #intro.avecPhoto .col.merge7 {
    width: 58.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset7 {
    margin-left: 58.33333%;
  }
  #intro.avecPhoto .col.merge8 {
    width: 66.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset8 {
    margin-left: 66.66667%;
  }
  #intro.avecPhoto .col.merge9 {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset9 {
    margin-left: 75%;
  }
  #intro.avecPhoto .col.merge10 {
    width: 83.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset10 {
    margin-left: 83.33333%;
  }
  #intro.avecPhoto .col.merge11 {
    width: 91.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset11 {
    margin-left: 91.66667%;
  }
  #intro.avecPhoto .col.merge12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.offset12 {
    margin-left: 100%;
  }
  #intro.avecPhoto .blocTexte {
    background: #fff;
    padding: 15px 20px 1px 20px;
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 992px) {
  #intro.avecPhoto {
    background-position: right center;
  }
  #intro.avecPhoto .col.merge1 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.merge2 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.merge3 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.merge4 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.merge5 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.merge6 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.merge7 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.merge8 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.merge9 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.merge10 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecPhoto .col.merge11 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Avec vignette --------------------------------- */
#intro.avecVignette {
  /* Min-width 480px */
  /* Min-width 768px */
  /* Min-width 480px / Max-width 992px */
  /* Min-width 992px */
}
#intro.avecVignette .vignette img {
  max-width: 100%;
}
#intro.avecVignette .vignette p {
  text-align: right;
}
@media screen and (min-width: 480px) {
  #intro.avecVignette #boutonIntro {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #intro.avecVignette {
    padding: 20px 0 50px 0;
  }
  #intro.avecVignette #boutonIntro {
    right: auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  #intro.avecVignette .row:first-child .col.merge9 {
    width: 58.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVignette .row:first-child .col.merge3 {
    width: 41.66667%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #intro.avecVignette #boutonIntro {
    bottom: 40px;
  }
}

/* Avec video ------------------------------------ */
#intro.avecVideo {
  /* Min-width 480px */
  /* Min-width 768px */
  /* Min-width 992px */
}
#intro.avecVideo .zoneVideo {
  padding-bottom: 20px;
}
#intro.avecVideo .blocTexte, #intro.avecVideo #boutonIntro {
  background-color: #fff;
  margin-left: -20px;
  margin-right: -20px;
}
#intro.avecVideo .blocTexte {
  padding: 20px 0 5px 0;
}
#intro.avecVideo .blocTexte p {
  margin-left: 20px;
  margin-right: 20px;
}
#intro.avecVideo #boutonIntro {
  text-align: center;
  margin-bottom: 0;
  padding: 0 0 20px 0;
}
@media screen and (min-width: 480px) {
  #intro.avecVideo .col.merge1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge5 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge7 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge8 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge9 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge10 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge11 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #intro.avecVideo {
    padding: 20px 0;
  }
  #intro.avecVideo .col.merge1 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge2 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge3 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge4 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge5 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge6 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge7 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge8 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge9 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge10 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.merge11 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .zoneVideo {
    padding-bottom: 0;
    padding-right: 20px;
  }
  #intro.avecVideo .blocTexte, #intro.avecVideo #boutonIntro {
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  #intro.avecVideo .blocTexte p {
    margin-left: 0;
    margin-right: 0;
  }
  #intro.avecVideo #boutonIntro {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  #intro.avecVideo .col.merge1 {
    width: 8.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset1 {
    margin-left: 8.33333%;
  }
  #intro.avecVideo .col.merge2 {
    width: 16.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset2 {
    margin-left: 16.66667%;
  }
  #intro.avecVideo .col.merge3 {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset3 {
    margin-left: 25%;
  }
  #intro.avecVideo .col.merge4 {
    width: 33.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset4 {
    margin-left: 33.33333%;
  }
  #intro.avecVideo .col.merge5 {
    width: 41.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset5 {
    margin-left: 41.66667%;
  }
  #intro.avecVideo .col.merge6 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset6 {
    margin-left: 50%;
  }
  #intro.avecVideo .col.merge7 {
    width: 58.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset7 {
    margin-left: 58.33333%;
  }
  #intro.avecVideo .col.merge8 {
    width: 66.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset8 {
    margin-left: 66.66667%;
  }
  #intro.avecVideo .col.merge9 {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset9 {
    margin-left: 75%;
  }
  #intro.avecVideo .col.merge10 {
    width: 83.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset10 {
    margin-left: 83.33333%;
  }
  #intro.avecVideo .col.merge11 {
    width: 91.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset11 {
    margin-left: 91.66667%;
  }
  #intro.avecVideo .col.merge12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #intro.avecVideo .col.offset12 {
    margin-left: 100%;
  }
}

/* =============================================== */
/* Outils                                          */
/* ----------------------------------------------- */
#outils {
  padding: 5px 0 0 0;
  /* Min-width 480px */
  /* Min-width 992px */
  /* Colonnes */
  /* Contenu */
}
@media screen and (min-width: 480px) {
  #outils {
    padding: 20px 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  #outils {
    padding: 40px 0 0 0;
  }
}
#outils .col {
  text-align: center;
  padding-bottom: 5px;
  /* Max-width 768px */
  /* Min-width 992px */
}
@media screen and (max-width: 767px) {
  #outils .col.merge1 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #outils .col.merge2 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #outils .col.merge3 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #outils .col.merge4 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #outils .col.merge5 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #outils .col.merge6 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #outils .col.merge7 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #outils .col.merge8 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #outils .col.merge9 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #outils .col.merge10 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #outils .col.merge11 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #outils .col:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 992px) {
  #outils .col {
    padding-bottom: 25px;
  }
}
#outils a {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
  /* Min-width 480px */
  /* Min-width 768px */
  /* Min-width 992px */
}
#outils a img {
  transition: transform 0.2s ease;
  width: 55px;
}
#outils a h2 {
  font-weight: 600;
  margin: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
#outils a p {
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
}
#outils a:hover img, #outils a:focus img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#outils a:hover h2, #outils a:focus h2 {
  text-decoration: underline;
  color: #347e81;
}
@media screen and (min-width: 480px) {
  #outils a img {
    width: 65px;
  }
}
@media screen and (min-width: 768px) {
  #outils a img {
    width: 55px;
  }
}
@media screen and (min-width: 992px) {
  #outils a img {
    width: 65px;
  }
  #outils a h2 {
    margin: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #outils a p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

/* *********************************************** */
/* CONTENU                                         */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - General                                       */
/* - Titres                                        */
/* - Tableaux                                      */
/* - schemas (figure)                              */
/* - Listes                                        */
/* - Boites                                        */
/* - Accordeons                                    */
/* - Commentaires                                  */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* General                                         */
/* ----------------------------------------------- */
#contenu {
  padding: 30px 15px;
  margin-top: 70px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  /* source speciale pour la page outils m├®thos */
  /* Min-width 768px / Max-width 992px */
}
#contenu p, #contenu ul, #contenu ol {
  margin-bottom: 15px;
  line-height: 23px;
  line-height: 2.3rem;
  font-size: 15px;
  font-size: 1.5rem;
}
#contenu .source {
  font-weight: 300;
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
#contenu .source sup.chiffre {
  position: absolute;
  left: 0;
  margin-left: 0;
}
#contenu div.outils {
  /* Min-width 768px */
}
#contenu div.outils li {
  margin-bottom: 15px;
}
#contenu div.outils .source {
  padding-left: 0;
  display: block;
}
#contenu div.outils .numeroOutil {
  vertical-align: top;
}
#contenu div.outils .titreOutil {
  display: block;
}
@media screen and (min-width: 768px) {
  #contenu div.outils .titreOutil {
    display: inline-block;
    width: 67%;
  }
}
@media screen and (min-width: 768px) {
  #contenu {
    padding: 30px 20px;
  }
  #contenu.merge2 {
    width: 8.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  #contenu.merge8 {
    width: 83.33333%;
    padding-left: 70px;
    padding-right: 70px;
    margin-left: 8.33333%;
  }
}
@media screen and (min-width: 992px) {
  #contenu.merge8 {
    width: 66.66667%;
    padding-left: 70px;
    padding-right: 70px;
    margin-left: 16.66667%;
  }
}
#contenu .exemple {
  padding: 25px;
  margin: 40px 0;
  background-color: #e1e4ed;
  color: #50507e;
}
#contenu .exemple .interTitre {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 900;
}
#contenu .exemple *:last-child {
  margin-bottom: 0;
}
#contenu .note {
  margin-top: 30px;
  margin-left: 15px;
  margin-bottom: 45px;
  padding-left: 23px;
  padding-right: 15px;
  border-left: 2px solid #353966;
  position: relative;
  /* Min-width 768px */
}
#contenu .note .interTitre {
  text-transform: uppercase;
  color: #353966;
  font-weight: 900;
  float: left;
  margin-right: 17px;
  font-size: 16px;
  font-size: 1.6rem;
}
#contenu .note p:first-of-type {
  width: 98%;
}
#contenu .note *:last-child {
  margin-bottom: 0;
}
#contenu .note:after {
  content: "";
  display: block;
  width: 35px;
  height: 33px;
  position: absolute;
  left: -19px;
  top: 20px;
  background: url(../../img/icones/picto_note.svg) no-repeat center center;
}
#contenu .note.middle-icon:after {
  top: 17%;
}
@media screen and (min-width: 768px) {
  #contenu .note {
    margin-left: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#contenu .sansMarge {
  margin-bottom: 5px;
}
#contenu .sansMargeTop {
  margin-top: 10px;
}
#contenu sup.chiffre {
  font-weight: 700;
  position: relative;
  z-index: 600;
  color: #56597e;
  display: inline-block;
  margin-left: 5px;
  margin-right: 4px;
  text-align: center;
  top: -1px;
  width: 20px;
  line-height: 20px;
  line-height: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
}
#contenu sup.chiffre:after {
  content: "";
  background-color: #c9cad6;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.visuallyhidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  border: 0;
  overflow: hidden;
}

/* =============================================== */
/* Titres                                          */
/* ----------------------------------------------- */
#contenu {
  /* Min-width 480px */
  /* Min-width 992px */
}
#contenu h1, #contenu h2, #contenu h3, #contenu h4, #contenu h5, #contenu h6 {
  font-family: "Roboto", "Open Sans", sans-serif;
  color: #000;
}
#contenu h2, #contenu h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}
#contenu h4, #contenu h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}
#contenu h1, #contenu h2 {
  line-height: 29px;
  line-height: 2.9rem;
}
#contenu h1 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
}
#contenu h2 {
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
}
#contenu h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 5px;
  font-weight: bold;
}
#contenu h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
}
#contenu h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
}
#contenu h6 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
}
@media screen and (min-width: 480px) {
  #contenu h3 {
    line-height: 26px;
    line-height: 2.6rem;
  }
  #contenu h4 {
    line-height: 24px;
    line-height: 2.4rem;
  }
  #contenu h5 {
    line-height: 20px;
    line-height: 2rem;
  }
  #contenu h6 {
    line-height: 18px;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  #contenu h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* =============================================== */
/* Tableaux                                        */
/* ----------------------------------------------- */
/* Intertitre ------------------------------------ */
#contenu .interTitre.tableau1, #contenu .interTitre.tableau2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  /* Min-width 992px */
}
@media screen and (min-width: 992px) {
  #contenu .interTitre.tableau1, #contenu .interTitre.tableau2 {
    line-height: 18px;
    line-height: 1.8rem;
  }
}
#contenu .interTitre.tableau1 {
  color: #383b68;
}
#contenu .interTitre.tableau2 {
  color: #2c3e50;
}

/* Tableau par d├®faut ---------------------------- */
#contenu .tableau {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}
#contenu .tableau table {
  width: 100%;
}
#contenu .tableau th, #contenu .tableau td {
  padding: 5px 10px;
  vertical-align: top;
}
#contenu .tableau th {
  font-weight: 700;
  /* Min-width 992px */
}
@media screen and (min-width: 992px) {
  #contenu .tableau th {
    line-height: 18px;
    line-height: 1.8rem;
  }
}
#contenu .tableau th.demi {
  width: 50%;
}
#contenu .tableau th.tier {
  width: 33.33333%;
}
#contenu .tableau th.quart {
  width: 25%;
}
#contenu .tableau tr {
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  background-color: rga(0, 0, 0, 0);
}
#contenu .tableau tbody tr:hover {
  background-color: #f0f0f0;
}
#contenu .tableau.style1 table {
  border: solid 1px #383b68;
}
#contenu .tableau.style1 thead {
  background-color: #a4a4bc;
}
#contenu .tableau.style1 th {
  border: solid 1px #383b68;
  border-top: none;
  color: #fff;
  padding: 10px;
}
#contenu .tableau.style1 td {
  border: solid 1px #383b68;
}
#contenu .tableau.style1 tr th:first-child, #contenu .tableau.style1 tr td:first-child {
  border-left: none;
}
#contenu .tableau.style1 tr th:last-child, #contenu .tableau.style1 tr td:last-child {
  border-right: none;
}
#contenu .tableau.style1 tr:last-child td {
  border-bottom: none;
}
#contenu .tableau.style2 th {
  background-color: #2c3e50;
  color: #fff;
  text-align: left;
}
#contenu .tableau.style2 tbody tr:nth-child(odd) {
  background-color: #e2ecef;
}

/* Tableau flip ---------------------------------- */
/* Change la position de l'entete en taille mobile. Si flexbox ne fonctionne pas, le tableau garde ses styles par d├®faut. */
.flexbox #contenu .tableau.flip {
  /* Max-width 768px */
}
@media screen and (max-width: 767px) {
  .flexbox #contenu .tableau.flip table {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
    display: flex;
    overflow: hidden;
    background: none;
  }
  .flexbox #contenu .tableau.flip thead {
    display: flex;
    flex-shrink: 0;
    min-width: min-content;
  }
  .flexbox #contenu .tableau.flip tbody {
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .flexbox #contenu .tableau.flip tr {
    display: flex;
    flex-direction: column;
    min-width: min-content;
    flex-shrink: 0;
  }
  .flexbox #contenu .tableau.flip td, .flexbox #contenu .tableau.flip th {
    display: block;
  }
  .flexbox #contenu .tableau.flip th.demi, .flexbox #contenu .tableau.flip th.tier, .flexbox #contenu .tableau.flip th.quart {
    width: auto;
  }
  .flexbox #contenu .tableau.flip td {
    border-left: none !important;
  }
  .flexbox #contenu .tableau.flip td:not(:last-child) {
    border-bottom: none !important;
  }
  .flexbox #contenu .tableau.flip tbody tr:last-child td {
    border-right: none !important;
  }
  .flexbox #contenu .tableau.flip.style1 {
    border: none;
  }
  .flexbox #contenu .tableau.flip.style1 tbody {
    border-top: solid 1px #383b68;
    border-bottom: solid 1px #383b68;
    border-right: solid 1px #383b68;
  }
  .flexbox #contenu .tableau.flip.style1 tr th:first-child {
    border-left: solid 1px #383b68;
  }
  .flexbox #contenu .tableau.flip.style1 tr th:last-child, .flexbox #contenu .tableau.flip.style1 tr td:last-child {
    border-right: solid 1px #383b68;
  }
  .flexbox #contenu .tableau.flip.style1 tr td:first-child {
    border-top: none;
  }
  .flexbox #contenu .tableau.flip.style1 tr td:last-child {
    border-bottom: none;
  }
  .flexbox #contenu .tableau.flip.style2 tbody {
    border-top: solid 1px #e2ecef;
    border-bottom: solid 1px #e2ecef;
    border-right: solid 1px #e2ecef;
  }
}

/* =============================================== */
/* schemas (figure)                                */
/* ----------------------------------------------- */
#contenu figure.graphique {
  margin: 40px 0;
  border: solid 1px #383b68;
  line-height: 24px;
  line-height: 2.4rem;
  /* Min-width 768px */
}
#contenu figure.graphique figcaption {
  background-color: #a4a4bc;
  padding: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
#contenu figure.graphique figcaption .titre {
  color: #383b68;
  margin-right: 15px;
  display: block;
}
#contenu figure.graphique img {
  padding: 15px;
  width: 100%;
  height: auto;
  max-width: 700px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  margin: 0 auto;
}
#contenu figure.graphique.pdf a {
  display: block;
  position: relative;
}
#contenu figure.graphique.pdf a:before, #contenu figure.graphique.pdf a:after {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  background-size: cover;
}
#contenu figure.graphique.pdf a:before {
  background: url("../../img/icones/ico_telechargement.svg") no-repeat center center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#contenu figure.graphique.pdf a:after {
  background: url("../../img/icones/ico_telechargement_fleche.svg") no-repeat center center;
}
@-webkit-keyframes mvt-vertical {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes mvt-vertical {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes mvt-vertical {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes mvt-vertical {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#contenu figure.graphique.pdf a:hover:after {
  -webkit-animation: mvt-vertical .5s 2, 1;
  -moz-animation: mvt-vertical .5s 2, 1;
  -o-animation: mvt-vertical .5s 2, 1;
  animation: mvt-vertical .5s 2, 1;
}
#contenu figure.graphique.pdf a:hover:before {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (min-width: 768px) {
  #contenu figure.graphique figcaption {
    padding: 10px 15px;
  }
  #contenu figure.graphique figcaption .titre {
    display: inline;
  }
  #contenu figure.graphique img {
    padding: 30px;
  }
}

/* Schema special info-general > cadre pedago ---- */
#contenu .interTitre.schema {
  font-weight: 700;
  margin-bottom: 0;
  color: #383b68;
}
#contenu .sous-interTitre {
  border-bottom: 1px solid #383b68;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #383b68;
}
#contenu .bloc-schema {
  margin: 40px 0;
}
#contenu .schema {
  margin-bottom: 15px;
}
#contenu .schema .section {
  display: block;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 10px;
}
#contenu .schema .section p {
  margin-bottom: 0;
  line-height: 18px;
  line-height: 1.8rem;
}
#contenu .schema .section .blocDemi {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#contenu .schema .section .blocDemi .box {
  border: 1px solid #383b68;
  padding: 10px;
}
#contenu .schema .section .blocDemi:first-child .box {
  background-color: #a4a4bc;
  margin-bottom: 8px;
}
@media screen and (min-width: 630px) {
  #contenu .schema .section {
    overflow: hidden;
  }
  #contenu .schema .section .blocDemi {
    width: 50%;
    float: left;
  }
  #contenu .schema .section .blocDemi:first-child {
    padding-right: 6px;
  }
  #contenu .schema .section .blocDemi:first-child .box {
    margin-bottom: 0;
  }
  #contenu .schema .section .blocDemi:last-child {
    padding-left: 6px;
  }
}

/* =============================================== */
/* Listes                                          */
/* ----------------------------------------------- */
#contenu ul:not(.sansPuce) {
  margin-left: 12px;
  padding-left: 9px;
}
#contenu ul:not(.sansPuce) > li {
  margin-bottom: 5px;
  position: relative;
}
#contenu ul:not(.sansPuce) > li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background-color: #333333;
  position: absolute;
  top: 9px;
  left: -18px;
}
#contenu ul:not(.sansPuce) > li > ul > li:after {
  content: "-";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background: none;
  position: absolute;
  top: 0px;
  left: -16px;
}
#contenu ul.qNbr li {
  position: relative;
  padding-left: 36px;
}
#contenu ul.qNbr li span:first-of-type {
  position: absolute;
  left: 0;
}
#contenu ol {
  margin-left: 17px;
}
#contenu ol > li {
  list-style: decimal;
  margin-bottom: 5px;
  padding-left: 3px;
}
#contenu ol.listeLettre > li {
  list-style: lower-alpha;
}

/* =============================================== */
/* Boites                                          */
/* ----------------------------------------------- */
#contenu .boite {
  position: relative;
  padding: 10px 10px 10px 70px;
  margin-bottom: 20px;
}
#contenu .boite p {
  margin-bottom: 5px;
}
#contenu .boite .interTitre {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  line-height: 16px;
  line-height: 1.6rem;
  /* Min-width 992px */
}
@media screen and (min-width: 992px) {
  #contenu .boite .interTitre {
    line-height: 18px;
    line-height: 1.8rem;
  }
}
#contenu .boite .couleur {
  width: 60px;
  background-position: center 10px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#contenu .boite.lecture {
  border: solid 1px #f5992b;
}
#contenu .boite.lecture .couleur {
  background-color: #f5992b;
  background-image: url("../../img/icones/ico_lecture.svg");
}
#contenu .boite.astuce {
  border: solid 1px #2980ba;
}
#contenu .boite.astuce .couleur {
  background-color: #2980ba;
  background-image: url("../../img/icones/ico_astuce.svg");
  background-repeat: no-repeat;
}
#contenu .boite.astuce .couleur .icone {
  background-position: center 10px;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

/* =============================================== */
/* Accordeons                                      */
/* ----------------------------------------------- */
#contenu .accordeon {
  margin-bottom: 20px;
  /* Min-width 992px */
}
#contenu .accordeon .toggler {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 7px 25px 7px 10px;
  background-color: #dadada;
  cursor: pointer;
  line-height: 16px;
  line-height: 1.6rem;
}
#contenu .accordeon .toggler:first-child {
  margin-top: 0;
}
#contenu .accordeon .toggler .icone {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  padding: 0px 20px 0px 0px;
  height: 20px;
  line-height: 20px;
  line-height: 2rem;
  background: url("../../img/icones/ico_accordeon.svg") no-repeat top right;
  background-size: 20px;
  color: #000000;
}
#contenu .accordeon .toggler.active {
  background-color: #347e81;
  color: #ffffff;
  transition: all 0.3s ease;
}
#contenu .accordeon .toggler.active .icone {
  background-position: right -20px;
  color: #ffffff;
}
#contenu .accordeon > div {
  background-color: #f0f0f0;
  padding: 15px 15px 1px 15px;
}
@media screen and (min-width: 992px) {
  #contenu .accordeon .toggler {
    padding: 5px 21px 5px 10px;
  }
  #contenu .accordeon .toggler .icone {
    padding: 0px 16px 0px 0px;
    height: 16px;
    background-size: 16px;
    line-height: 16px;
    line-height: 1.6rem;
  }
  #contenu .accordeon .toggler.active .icone {
    background-position: right -16px;
  }
}

/* =============================================== */
/* Commentaires                                    */
/* ----------------------------------------------- */
/* Liste ----------------------------------------- */
#commentaires {
  margin-top: 20px;
}
#commentaires ol {
  margin-left: 0;
  margin-bottom: 0;
  /* Max-width 480px */
}
#commentaires ol li {
  list-style: none;
  border-top: solid 1px #e54c3b;
  padding-top: 2px;
  *zoom: 1;
}
#commentaires ol li:before, #commentaires ol li:after {
  display: table;
  content: "";
}
#commentaires ol li:after {
  clear: both;
}
#commentaires ol li article .avatar {
  float: left;
  margin-top: 3px;
}
#commentaires ol li article div {
  margin-left: 60px;
}
#commentaires ol li article header {
  margin-bottom: 15px;
}
#commentaires ol li article h2 {
  display: inline;
  border-bottom: none;
  margin-top: 0;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}
#commentaires ol li article .date {
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}
#commentaires ol ol {
  margin-left: 60px;
}
@media screen and (max-width: 480px) {
  #commentaires ol li article .avatar {
    width: 30px;
    height: 30px;
  }
  #commentaires ol li article div {
    margin-left: 40px;
  }
  #commentaires ol ol {
    margin-left: 40px;
  }
}

/* Formulaire ------------------------------------ */
#respond {
  background-color: #f0f0f0;
  padding: 10px 10px 0 10px;
  margin-bottom: 15px;
}
#respond h2 {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  /* Min-width 992px */
}
@media screen and (min-width: 992px) {
  #respond h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#respond fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#respond .utilisateur {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-top: -15px;
}
#respond input {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #b2b2b2;
}
#respond label {
  display: block;
  margin-bottom: 5px;
}
#respond textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #b2b2b2;
}
#respond .cancel-comment-reply {
  display: inline-block;
  margin: 5px 15px 0 0;
}
#respond .bouton {
  border: none;
  width: auto;
}

#commentaires #respond {
  margin-left: 60px;
  /* Max-width 480px */
}
@media screen and (max-width: 480px) {
  #commentaires #respond {
    margin-left: 40px;
  }
}

/* *********************************************** */
/* SIDEBAR                                         */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - General                                       */
/* - Documents                                     */
/* - Consignes                                     */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* General                                         */
/* ----------------------------------------------- */
#sidebar {
  padding-bottom: 15px;
  /* Min-width 480px */
  /* Min-width 768px */
}
#sidebar h1 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: solid 1px #f0f0f0;
  padding-bottom: 2px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  #sidebar .col.merge1 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge2 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge3 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge4 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge5 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge6 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge7 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge8 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge9 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge10 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge11 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #sidebar {
    padding-top: 30px;
  }
  #sidebar .col.merge1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge5 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge7 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge8 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge9 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge10 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge11 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #sidebar .col.merge12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* =============================================== */
/* Documents                                       */
/* ----------------------------------------------- */
#sidebar .documents {
  margin-bottom: 30px;
}
#sidebar .documents li {
  margin-bottom: 10px;
  padding-left: 60px;
  min-height: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  /* Min-width 480px / Max-width 992px */
}
#sidebar .documents li a {
  font-weight: 600;
  display: block;
  line-height: 18px;
  line-height: 1.8rem;
}
#sidebar .documents li.pdf {
  background-image: url("../../img/icones/ico_pdf.svg");
}
#sidebar .documents li.doc {
  background-image: url("../../img/icones/ico_doc.svg");
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  #sidebar .documents li {
    padding-left: 50px;
    min-height: 40px;
    background-size: 40px;
  }
}

/* =============================================== */
/* Consignes                                       */
/* ----------------------------------------------- */
#sidebar .consigne {
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 18px;
  line-height: 1.8rem;
}
#sidebar .consigne > span {
  display: table-cell;
}
#sidebar .consigne > span.triangle span {
  display: inline-block;
  border: 5px solid transparent;
  border-left: 10px solid #347e81;
  border-right: 0;
  height: 0;
  width: 0;
}
#sidebar .consigne > span.texte {
  padding-left: 15px;
}

/* *********************************************** */
/* NAVPAGE "Navigation pr├®c├®dent/suivant           */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - General                                       */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* General                                         */
/* ----------------------------------------------- */
#navPageForm {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  /* Min-width 992px */
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #navPageForm {
    padding: 30px 20px;
  }
  #navPageForm.merge8 {
    width: 83.33333%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 8.33333%;
  }
}
@media screen and (min-width: 992px) {
  #navPageForm {
    padding: 40px 20px;
  }
}
#navPageForm ul {
  margin: 0;
  padding: 0;
}
#navPageForm ul li {
  position: relative;
  float: left;
  width: 33.33333%;
  height: 18px;
  margin: 0;
  color: #333;
}
#navPageForm ul li.alignGauche {
  text-align: left;
}
#navPageForm ul li.itemPrec a {
  padding: 0 0 0 30px;
  background: url(../../img/icones/ico_pagePrecedent_15x36.svg) 10% top no-repeat;
  -webkit-transition: background-position-x 500ms ease;
  -moz-transition: background-position-x 500ms ease;
  transition: background-position-x 500ms ease;
}
#navPageForm ul li.itemPrec a:hover {
  background-position: 0% -18px;
}
#navPageForm ul li.alignCentre a span {
  position: relative;
}
#navPageForm ul li.alignCentre a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
  background: #767676;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#navPageForm ul li.alignCentre a span:hover:before, #navPageForm ul li.alignCentre a span:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}
#navPageForm ul li.alignDroite {
  text-align: right;
}
#navPageForm ul li.itemSuiv a {
  padding: 0 30px 0 0;
  background: url(../../img/icones/ico_pageSuivant_15x36.svg) 90% top no-repeat;
  -webkit-transition: background-position-x 500ms ease;
  -moz-transition: background-position-x 500ms ease;
  transition: background-position-x 500ms ease;
}
#navPageForm ul li.itemSuiv a:hover {
  background-position: 100% -18px;
}
#navPageForm ul li a:link, #navPageForm ul li a:visited {
  display: inline-block;
  height: 18px;
  text-transform: lowercase;
  text-decoration: none;
  color: #333;
}
#navPageForm ul li a:hover span {
  color: #767676;
  -webkit-transition: color 500ms ease-out;
  -moz-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
}
#navPageForm ul li span {
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.37462;
  display: block;
  vertical-align: middle;
  height: 18px;
}

/* *********************************************** */
/* No SVG                                          */
/* ----------------------------------------------- */
/* Indiquer les images svg a remplacer par un png. */
/*                                                 */
/* *********************************************** */
.no-svg #logo {
  background-image: url("https://www.teluq.ca/libimg/logo/logo_teluq_nb_xs.png");
  /* Min-width 768px */
}
@media screen and (min-width: 768px) {
  .no-svg #logo {
    background-image: url("https://www.teluq.ca/libimg/logo/logo_teluq_nb.png");
  }
}
.no-svg #menuPrincipal .cbp-spmenu .toggle-menu > span {
  background-image: url("../../img/icones/png/ico_menu_fermer.png");
}
.no-svg #menuPrincipal .toggle-menu > span {
  background-image: url("../../img/icones/png/ico_menu_ouvrir.png");
}
.no-svg #outilsRecherche .toggleRecherche > span {
  background-image: url("../../img/icones/png/ico_recherche_24x24.png");
}
@media screen and (min-width: 768px) {
  .no-svg #outilsRecherche form button[type="submit"] {
    background-image: url("../../img/icones/png/ico_recherche_20x20.png");
  }
}
.no-svg #contenu .boite.lecture .couleur {
  background-image: url("../../img/icones/png/ico_lecture.png");
}
.no-svg #contenu .boite.astuce .couleur {
  background-image: url("../../img/icones/png/ico_astuce.png");
}
.no-svg #contenu .accordeon .toggler .icone {
  background-image: url("../../img/icones/png/ico_accordeon_20x20.png");
  /* Min-width 992px */
}
@media screen and (min-width: 992px) {
  .no-svg #contenu .accordeon .toggler .icone {
    background-image: url("../../img/icones/png/ico_accordeon_16x16.png");
  }
}
.no-svg #sidebar .documents li.pdf {
  background-image: url("../../img/icones/png/ico_pdf.png");
}
.no-svg #sidebar .documents li.doc {
  background-image: url("../../img/icones/png/ico_doc.png");
}
.no-svg #navPageForm ul li.itemPrec a {
  background: url("../../img/icones/png/ico_pagePrecedent_15x36.png");
}
.no-svg #navPageForm ul li.itemSuiv a {
  background: url("../../img/icones/png/ico_pageSuivant_15x36.png");
}
.no-svg figure.graphique.pdf a:before {
  background: url("../../img/icones/png/ico_telechargement.png") no-repeat center center;
}
.no-svg figure.graphique.pdf a:after {
  background: none;
}
.no-svg figure.graphique.pdf a:hover:before {
  -webkit-animation: scale .5s 1 forwards, 1;
  -moz-animation: scale .5s 1 forwards, 1;
  -o-animation: scale .5s 1 forwards, 1;
  animation: scale .5s 1 forwards, 1;
}
@-webkit-keyframes scale {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes scale {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-o-keyframes scale {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scale {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
