@charset "UTF-8";
/* *********************************************** */
/* Projet : modele TELUQ                           */
/* Fichier CSS global                              */
/* Dernieres modifications : Septembre 2017        */
/* Auteur : Alex Bourque                           */
/*                                                 */
/* *********************************************** */
/* *********************************************** */
/* FONTS                                           */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Exemple avec font-face                        */
/* - Roboto Slab                                   */
/* - Roboto                                        */
/* - Roboto Condensed                              */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Museo Sans (exemple) :                          */
/*                                                 */
/* - Light 300                                     */
/* - Light 300 italic                              */
/* - Normal 500                                    */
/* - Normal 500 italic                             */
/* ----------------------------------------------- */
/* Typographies Google Fonts (152 ko) */
/* ================================================== */
/* Open Sans - Normal - 400 (sans-serif) */
/* Open Sans - Normal Italic - 400 (sans-serif) */
/* Open Sans - Medium - 600 (sans-serif) */
/* Open Sans - Medium Italic - 600 (sans-serif) */
/* Open Sans - Bold - 700 (sans-serif) */
/* Open Sans - Bold Italic - 700 (sans-serif) */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic,700italic);
/* *********************************************** */
/* 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                */
/*                                                 */
/* *********************************************** */
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;
}

/* *********************************************** */
/* VARIABLES                                       */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Grille                                        */
/* - Breakpoints                                   */
/* - Couleurs                                      */
/* - Fontes                                        */
/* - Grosseur                                      */
/* - Autres                                        */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* 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                                          */
/* ----------------------------------------------- */
/* Indiquez ici les fontes                         */
/* que vous comptez reutiliser a                   */
/* plusieurs reprises dans votre site. Vous pouvez */
/* en ajouter, en enlever et en modifier selon     */
/* vos besoins.                                    */
/* ----------------------------------------------- */
/* =============================================== */
/* Grosseur                                        */
/* ----------------------------------------------- */
/* Indiquez ici les grosseurs                      */
/* que vous comptez reutiliser a                   */
/* plusieurs reprises dans votre site. Vous pouvez */
/* en ajouter, en enlever et en modifier selon     */
/* vos besoins.                                    */
/* ----------------------------------------------- */
/* =============================================== */
/* Autres                                          */
/* ----------------------------------------------- */
/* Variables divers                                */
/* ----------------------------------------------- */
/* Hauteur */
/* *********************************************** */
/* 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. */
/* Interdire la selection du texte avec les differents prefixes necessaires */
/* https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6 */
/* font-face */
/* =============================================== */
/* 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;
  box-sizing: border-box;
}
* ::-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: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background-color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 1.75rem;
  /* jPushMenu */
  /* Min-width 768px */
}
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;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

#wrapper {
  background-color: #fff;
  /* Min-width 768px */
}
@media screen and (min-width: 768px) {
  #wrapper {
    min-height: 100% !important;
  }
}

#main {
  z-index: 0;
}

a {
  color: #005d7b;
}
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: 320px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}

.row {
  *zoom: 1;
  height: 100%;
}
.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;
  height: 100%;
  /* Min-width 768px */
}
.col.col-right {
  float: right;
}
.col.merge1 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.col.merge2 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.col.merge3 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.col.merge4 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.col.merge5 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.col.merge6 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.col.merge7 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.col.merge8 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.col.merge9 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.col.merge10 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.col.merge11 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.col.merge12 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .col.merge1 {
    width: 8.33333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col.offset1 {
    margin-left: 8.33333%;
  }
  .col.merge2 {
    width: 16.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col.offset2 {
    margin-left: 16.66667%;
  }
  .col.merge3 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col.offset3 {
    margin-left: 25%;
  }
  .col.merge4 {
    width: 33.33333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col.offset4 {
    margin-left: 33.33333%;
  }
  .col.merge5 {
    width: 41.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col.offset5 {
    margin-left: 41.66667%;
  }
  .col.merge6 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col.offset6 {
    margin-left: 50%;
  }
  .col.merge7 {
    width: 58.33333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col.offset7 {
    margin-left: 58.33333%;
  }
  .col.merge8 {
    width: 66.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col.offset8 {
    margin-left: 66.66667%;
  }
  .col.merge9 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col.offset9 {
    margin-left: 75%;
  }
  .col.merge10 {
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col.offset10 {
    margin-left: 83.33333%;
  }
  .col.merge11 {
    width: 91.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col.offset11 {
    margin-left: 91.66667%;
  }
  .col.merge12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .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: 20px;
  padding-right: 20px;
}
#grille .col.offset1 {
  margin-left: 8.33333%;
}
#grille .col.merge2 {
  width: 16.66667%;
  padding-left: 20px;
  padding-right: 20px;
}
#grille .col.offset2 {
  margin-left: 16.66667%;
}
#grille .col.merge3 {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}
#grille .col.offset3 {
  margin-left: 25%;
}
#grille .col.merge4 {
  width: 33.33333%;
  padding-left: 20px;
  padding-right: 20px;
}
#grille .col.offset4 {
  margin-left: 33.33333%;
}
#grille .col.merge5 {
  width: 41.66667%;
  padding-left: 20px;
  padding-right: 20px;
}
#grille .col.offset5 {
  margin-left: 41.66667%;
}
#grille .col.merge6 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
#grille .col.offset6 {
  margin-left: 50%;
}
#grille .col.merge7 {
  width: 58.33333%;
  padding-left: 20px;
  padding-right: 20px;
}
#grille .col.offset7 {
  margin-left: 58.33333%;
}
#grille .col.merge8 {
  width: 66.66667%;
  padding-left: 20px;
  padding-right: 20px;
}
#grille .col.offset8 {
  margin-left: 66.66667%;
}
#grille .col.merge9 {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}
#grille .col.offset9 {
  margin-left: 75%;
}
#grille .col.merge10 {
  width: 83.33333%;
  padding-left: 20px;
  padding-right: 20px;
}
#grille .col.offset10 {
  margin-left: 83.33333%;
}
#grille .col.merge11 {
  width: 91.66667%;
  padding-left: 20px;
  padding-right: 20px;
}
#grille .col.offset11 {
  margin-left: 91.66667%;
}
#grille .col.merge12 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#grille .col.offset12 {
  margin-left: 100%;
}

/* =============================================== */
/* Boutons                                         */
/* ----------------------------------------------- */
#contenu .bouton {
  display: inline-block;
  color: #fff;
  background-color: #2e8804;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 0.2s ease;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}
#contenu .bouton:hover, #contenu .bouton:focus {
  background-color: #000;
}

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

/* =============================================== */
/* Quiz/Test                                       */
/* ----------------------------------------------- */
.quizattempt .continuebutton {
  display: none;
}

/* *********************************************** */
/* HEADER                                          */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Base                                          */
/* - Zone utilisateur                              */
/* - Zone identitaire                              */
/* - Zone menu (deplacer dans menu_principal.sass) */
/* - BodyFilter et autre                           */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Base                                            */
/* ----------------------------------------------- */
#header {
  position: relative;
  z-index: 2000;
  /* Min-width 992px */
}
#header * {
  color: #fff;
}
@media screen and (min-width: 992px) {
  #header .merge12 {
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 8.33333%;
  }
}

/* =============================================== */
/* Zone utilisateur                                */
/* ----------------------------------------------- */
#zoneUtilisateur {
  z-index: 3;
  display: block;
  background-color: #292e33;
  /* Min-width 992px */
}
#zoneUtilisateur * {
  color: #fff;
}
#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: 992px) {
  #zoneUtilisateur p {
    height: 30px;
    line-height: 30px;
  }
}

/* =============================================== */
/* Zone identitaire                                */
/* ----------------------------------------------- */
#zoneIdentitaire {
  z-index: 2;
  background-color: #000000;
  /* 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: 15px;
  }
}

/* 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;
  background-repeat: no-repeat;
  /* 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: 127px auto;
    width: 127px;
    height: 44.14024px;
  }
}

.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 ----------------------- */
#blocInfoCours {
  display: inline-block;
}

#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;
  display: none;
  margin-bottom: 10px;
  width: 100%;
  /* Min-width 480px */
  /* Min-width 768px */
  /* Min-width 992px */
}
@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 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 27.6px;
    line-height: 2.76rem;
  }
}
@media screen and (min-width: 992px) {
  #titreCours {
    margin-bottom: 0;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

/* Body filter ----------------------------------- */
.bodyFilter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.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: #2e8804;
}
@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;
  }
}

/* *********************************************** */
/* MENU PRINCIPAL                                  */
/* 2 types de menu                                 */
/* - header                                        */
/* - Sidebar                                       */
/* Choisir un des 2, mettre en commentaire l'autre */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Elements communs (des 2 types)                */
/* - Menu header                                   */
/* - Menu sidebar                                  */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Elements communs (des 2 types)                  */
/* ----------------------------------------------- */
#zoneMenu {
  height: 48px;
  background-color: #292e33;
  /* Min-width 768px */
  /* Min-width 992px */
}
@media screen and (min-width: 768px) {
  #zoneMenu {
    position: relative;
    height: auto;
    background-color: #000000;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  #zoneMenu .merge12 {
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 8.33333%;
  }
}

/* Toggle */
.toggle-menu {
  display: block;
  float: left;
  height: 19px;
  width: 19px;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-transition: translate(0, 13px);
  -moz-transition: translate(0, 13px);
  transform: translate(0, 13px);
  /* Min-width 768px */
}
.toggle-menu > span {
  display: block;
  height: 19px;
  width: 19px;
  vertical-align: middle;
  background: url("../img/icones/ico_menu_ouvrir.svg") center center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .toggle-menu {
    display: none;
  }
}

/* jPushMenu */
.cbp-spmenu {
  position: absolute;
  min-height: auto;
  transition: left 0.5s ease, width 0.5s ease;
  background-color: #000;
  /* Min-width 768px */
}
.cbp-spmenu .container {
  min-width: auto;
}
.cbp-spmenu .toggle-menu {
  float: right;
  margin: 2px 20px 0 0;
}
.cbp-spmenu .toggle-menu > span {
  background-image: url("../img/icones/ico_menu_fermer.svg");
}
@media screen and (min-width: 768px) {
  .cbp-spmenu {
    display: block !important;
    min-height: auto !important;
    float: left;
    position: static;
    background-color: transparent;
  }
  .cbp-spmenu .toggle-menu {
    margin-top: 12px;
  }
}

.cbp-spmenu-vertical {
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 3000;
  overflow-y: hidden;
  /* Min-width 480px */
  /* Min-width 768px */
}
@media screen and (min-width: 480px) {
  .cbp-spmenu-vertical {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .cbp-spmenu-vertical {
    width: auto;
  }
}

.cbp-spmenu-left {
  left: -250px;
  /* Min-width 480px */
}
@media screen and (min-width: 480px) {
  .cbp-spmenu-left {
    left: -400px;
  }
}

/* Menu principal -------------------------------- */
#menuPrincipal {
  /* Liste */
}
#menuPrincipal .lstMenuPrincipal {
  padding-top: 47px;
  /* Niveau 1 */
  /* Niveaux 2-3 */
  /* Min-width 480px */
}
#menuPrincipal .lstMenuPrincipal li {
  display: block;
}
#menuPrincipal .lstMenuPrincipal li a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 0;
  color: #fff;
}
#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;
  font-weight: 700;
  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 #fff;
  border-bottom: 0;
  height: 0;
  width: 0;
}
#menuPrincipal .lstMenuPrincipal .sub ul {
  padding-left: 0;
  padding-right: 0;
}
#menuPrincipal .lstMenuPrincipal .sub ul li a {
  font-size: 16px;
  font-size: 1.6rem;
}
#menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent).itemActif a {
  position: relative;
  color: white;
}
#menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent).itemActif a:after {
  content: "";
  display: block;
  visibility: visible;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  height: 1px;
}
#menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent).itemActif a:after {
  bottom: 5px;
}
#menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a {
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:after {
  content: "";
  display: block;
  visibility: visible;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  height: 1px;
}
#menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:after {
  visibility: hidden;
  width: 0%;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:hover, #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:focus {
  color: white;
}
#menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:hover:after, #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:focus:after {
  visibility: visible;
  width: 100%;
}
#menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:after {
  bottom: 5px;
}
#menuPrincipal .lstMenuPrincipal .sub ul li.parent > a {
  position: relative;
  font-weight: 700;
  cursor: default;
}
#menuPrincipal .lstMenuPrincipal .sub ul li.parent > a:after {
  content: "";
  background: url("../img/icones/ico_fleche_menu_niv2.svg") no-repeat center center;
  display: inline-block;
  position: absolute;
  top: 45%;
  right: -12px;
  width: 9px;
  height: 5px;
  border: none;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#menuPrincipal .lstMenuPrincipal .sub ul li.parent.itemActif > a:after {
  transform: rotate(-180deg);
}
#menuPrincipal .lstMenuPrincipal .sub ul li ul li {
  margin-left: 0px;
}
#menuPrincipal .lstMenuPrincipal .sub ul li ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}
#menuPrincipal .lstMenuPrincipal .sub ul li .sousSub li a {
  padding-left: 14px;
  position: relative;
}
#menuPrincipal .lstMenuPrincipal .sub ul li .sousSub li a:before {
  content: "-";
  position: absolute;
  display: block;
  left: 0;
}
@media screen and (min-width: 480px) {
  #menuPrincipal .lstMenuPrincipal {
    padding-top: 79px;
  }
}

/* =============================================== */
/* Menu Header                                     */
/* ----------------------------------------------- */
body[data-typemenu="header"] #menuPrincipal {
  /* Liste */
  /* Min-width 768px */
  /* Min-width 992px */
}
body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal {
  /* Min-width 768px */
}
@media screen and (min-width: 768px) {
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal {
    padding-top: 0;
    /* Niveau 1 */
    /* Niveaux 2-3 */
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal li a {
    padding: 5px 0;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal li.active {
    padding-bottom: 0;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal > li {
    float: left;
    padding: 0;
    border-bottom: none;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal > li:first-child {
    border-top: none;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal > li > a {
    padding: 13px 10px;
    margin: 0 5px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-size: 14px;
    font-size: 1.4rem;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal > li > a:first-child {
    margin-left: 0;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal > li.parent > a:after {
    border: 4px solid transparent;
    border-top: 8px solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal > li:hover > a, body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal > li:focus > a, body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal > li.active > a, body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal > li.itemActif:hover > a {
    background-color: #000;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal > li.itemActif > a {
    background-color: black;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal .sub {
    display: none;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 20px;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal .sub ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal .sub ul li a {
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  body[data-typemenu="header"] #menuPrincipal .lstMenuPrincipal .sub ul li a:before {
    left: -10px;
  }
  body[data-typemenu="header"] #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: 768px) {
  body[data-typemenu="header"] #menuPrincipal {
    margin-top: 2px;
  }
}
@media screen and (min-width: 992px) {
  body[data-typemenu="header"] #menuPrincipal {
    margin-top: 10px;
  }
}

/* =============================================== */
/* Menu Sidebar                                    */
/* ----------------------------------------------- */
body[data-typemenu="sidebar"] {
  /* Min-width 768px */
}
body[data-typemenu="sidebar"] #main .container {
  position: static;
}
body[data-typemenu="sidebar"] #main .container #sidebar.col {
  position: static;
}
body[data-typemenu="sidebar"] #menuPrincipal {
  /* Min-width 768px */
}
body[data-typemenu="sidebar"] #menuPrincipal .container {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  body[data-typemenu="sidebar"] #menuPrincipal {
    display: inline-block;
    margin-top: 0;
    /* Liste */
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge3 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge5 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge7 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge8 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge9 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge10 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge11 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .col.merge12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal {
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 15px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal li {
    border: none;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal li a {
    color: #333333;
  }
}
@media screen and (min-width: 768px) {
  body[data-typemenu="sidebar"] #menuPrincipal {
    margin: 20px 0 0;
    width: 100%;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .cbp-spmenu {
    margin-left: 0;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .cbp-spmenu-vertical {
    width: 100%;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal {
    padding-bottom: 0;
    margin-bottom: 20px;
    /* Niveau 1 */
    /* Niveaux 2-3 */
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li {
    padding: 0;
    margin-left: 0;
    border-bottom: none;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li:first-child {
    border-top: none;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li > a {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border: 4px solid transparent;
    border-left: 8px solid #333333;
    border-right: 0;
    height: 0;
    width: 0;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent.active > a:after {
    border: 4px solid transparent;
    border-top: 8px solid #333333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub .row {
    margin-left: -40px;
    padding-left: 20px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul {
    padding-left: 0;
    padding-right: 0;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li a {
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent).itemActif a {
    font-weight: 700;
    position: relative;
    color: #333333;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent).itemActif a:after {
    content: "";
    display: block;
    visibility: visible;
    width: 100%;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    height: 1px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent).itemActif a:after {
    bottom: 5px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a {
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:after {
    content: "";
    display: block;
    visibility: visible;
    width: 100%;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    height: 1px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:after {
    visibility: hidden;
    width: 0%;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:hover, body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:focus {
    color: #333333;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:hover:after, body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:focus:after {
    visibility: visible;
    width: 100%;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li:not(.parent) a:after {
    bottom: 5px;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li.parent > a {
    position: relative;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li.parent > a:after {
    content: "";
    background: url("../img/icones/ico_fleche_menu_niv2.svg") no-repeat center center;
    display: inline-block;
    position: absolute;
    top: 45%;
    right: -12px;
    width: 9px;
    height: 5px;
    border: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li.parent.itemActif > a:after {
    transform: rotate(-180deg);
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li .sousSub li a {
    padding-left: 14px;
    position: relative;
  }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li .sousSub li a:before {
    content: "-";
    position: absolute;
    display: block;
    left: 0;
  }
}

/* *********************************************** */
/* FOOTER                                          */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Base                                          */
/* - Menu footer                                   */
/* - Copyright                                     */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Base                                            */
/* ----------------------------------------------- */
#footer {
  background-color: #2E8804;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  /* Min-width 992px */
}
#footer * {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  #footer .merge12 {
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 8.33333%;
  }
}

/* =============================================== */
/* Menu footer                                     */
/* ----------------------------------------------- */
#footer #menu_footer, #footer #menuFooter {
  margin: 10px 0;
  max-width: 150px;
  *zoom: 1;
  /* Min-width 768px */
  /* Min-width 768px */
}
#footer #menu_footer:before, #footer #menu_footer:after, #footer #menuFooter:before, #footer #menuFooter:after {
  display: table;
  content: "";
}
#footer #menu_footer:after, #footer #menuFooter:after {
  clear: both;
}
#footer #menu_footer ul, #footer #menuFooter ul {
  list-style: none;
  padding-left: 0;
}
#footer #menu_footer ul li, #footer #menuFooter ul li {
  float: left;
  margin-right: 20px;
}
#footer #menu_footer ul li a, #footer #menuFooter ul li a {
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 1.75rem;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#footer #menu_footer ul li a:after, #footer #menuFooter ul li a:after {
  content: "";
  display: block;
  visibility: visible;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  height: 1px;
}
#footer #menu_footer ul li a:after, #footer #menuFooter ul li a:after {
  visibility: hidden;
  width: 0%;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#footer #menu_footer ul li a:hover, #footer #menu_footer ul li a:focus, #footer #menuFooter ul li a:hover, #footer #menuFooter ul li a:focus {
  color: #ffffff;
}
#footer #menu_footer ul li a:hover:after, #footer #menu_footer ul li a:focus:after, #footer #menuFooter ul li a:hover:after, #footer #menuFooter ul li a:focus:after {
  visibility: visible;
  width: 100%;
}
#footer #menu_footer ul li.itemActif a, #footer #menu_footer ul li.current-page-item a, #footer #menuFooter ul li.itemActif a, #footer #menuFooter ul li.current-page-item a {
  position: relative;
  color: #ffffff;
}
#footer #menu_footer ul li.itemActif a:after, #footer #menu_footer ul li.current-page-item a:after, #footer #menuFooter ul li.itemActif a:after, #footer #menuFooter ul li.current-page-item a:after {
  content: "";
  display: block;
  visibility: visible;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  height: 1px;
}
@media screen and (min-width: 768px) {
  #footer #menu_footer, #footer #menuFooter {
    max-width: none;
  }
  #footer #menu_footer ul, #footer #menuFooter ul {
    list-style: none;
    padding-left: 0;
  }
  #footer #menu_footer ul li, #footer #menuFooter ul li {
    float: left;
    margin-right: 20px;
  }
  #footer #menu_footer ul li a, #footer #menuFooter ul li a {
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #footer #menu_footer li, #footer #menuFooter li {
    width: 100%;
    margin-bottom: 5px;
  }
}

/* =============================================== */
/* Copyright                                       */
/* ----------------------------------------------- */
#footer #copyright {
  text-align: center;
  margin: 0;
  border-top: solid 1px #666666;
  padding: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}

/* *********************************************** */
/* SIDEBAR                                         */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - General                                       */
/* - Documents                                     */
/* - Consignes                                     */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* General                                         */
/* ----------------------------------------------- */
#sidebar {
  padding-right: 20px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  /* Min-width 768px */
}
@media screen and (min-width: 768px) {
  #sidebar.merge3 {
    padding-right: 0;
  }
  #sidebar.merge3.col-right {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  #sidebar.merge3 {
    margin-left: 8.33333%;
  }
  #sidebar.merge3.col-right {
    margin-left: 0%;
    margin-right: 8.33333%;
  }
}

/* *********************************************** */
/* ACCUEIL                                         */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Intro                                         */
/* - Outils                                        */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Intro                                           */
/* ----------------------------------------------- */
/* 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: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.offset1 {
    margin-left: 8.33333%;
  }
  #intro.avecPhoto .col.merge2 {
    width: 16.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.offset2 {
    margin-left: 16.66667%;
  }
  #intro.avecPhoto .col.merge3 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.offset3 {
    margin-left: 25%;
  }
  #intro.avecPhoto .col.merge4 {
    width: 33.33333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.offset4 {
    margin-left: 33.33333%;
  }
  #intro.avecPhoto .col.merge5 {
    width: 41.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.offset5 {
    margin-left: 41.66667%;
  }
  #intro.avecPhoto .col.merge6 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.offset6 {
    margin-left: 50%;
  }
  #intro.avecPhoto .col.merge7 {
    width: 58.33333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.offset7 {
    margin-left: 58.33333%;
  }
  #intro.avecPhoto .col.merge8 {
    width: 66.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.offset8 {
    margin-left: 66.66667%;
  }
  #intro.avecPhoto .col.merge9 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.offset9 {
    margin-left: 75%;
  }
  #intro.avecPhoto .col.merge10 {
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.offset10 {
    margin-left: 83.33333%;
  }
  #intro.avecPhoto .col.merge11 {
    width: 91.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.offset11 {
    margin-left: 91.66667%;
  }
  #intro.avecPhoto .col.merge12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #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: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.merge2 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.merge3 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.merge4 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.merge5 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.merge6 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.merge7 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.merge8 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.merge9 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.merge10 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecPhoto .col.merge11 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 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: 20px;
    padding-right: 20px;
  }
  #intro.avecVignette .row:first-child .col.merge3 {
    width: 41.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@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: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge3 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge5 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge7 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge8 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge9 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge10 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge11 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #intro.avecVideo {
    padding: 20px 0;
  }
  #intro.avecVideo .col.merge1 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge2 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge3 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge4 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge5 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge6 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge7 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge8 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge9 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge10 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.merge11 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #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: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.offset1 {
    margin-left: 8.33333%;
  }
  #intro.avecVideo .col.merge2 {
    width: 16.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.offset2 {
    margin-left: 16.66667%;
  }
  #intro.avecVideo .col.merge3 {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.offset3 {
    margin-left: 25%;
  }
  #intro.avecVideo .col.merge4 {
    width: 33.33333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.offset4 {
    margin-left: 33.33333%;
  }
  #intro.avecVideo .col.merge5 {
    width: 41.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.offset5 {
    margin-left: 41.66667%;
  }
  #intro.avecVideo .col.merge6 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.offset6 {
    margin-left: 50%;
  }
  #intro.avecVideo .col.merge7 {
    width: 58.33333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.offset7 {
    margin-left: 58.33333%;
  }
  #intro.avecVideo .col.merge8 {
    width: 66.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.offset8 {
    margin-left: 66.66667%;
  }
  #intro.avecVideo .col.merge9 {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.offset9 {
    margin-left: 75%;
  }
  #intro.avecVideo .col.merge10 {
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.offset10 {
    margin-left: 83.33333%;
  }
  #intro.avecVideo .col.merge11 {
    width: 91.66667%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #intro.avecVideo .col.offset11 {
    margin-left: 91.66667%;
  }
  #intro.avecVideo .col.merge12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #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: 20px;
    padding-right: 20px;
  }
  #outils .col.merge2 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #outils .col.merge3 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #outils .col.merge4 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #outils .col.merge5 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #outils .col.merge6 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #outils .col.merge7 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #outils .col.merge8 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #outils .col.merge9 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #outils .col.merge10 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #outils .col.merge11 {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #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 {
  transform: scale(1.1);
}
#outils a:hover h2, #outils a:focus h2 {
  text-decoration: underline;
  color: #ff6969;
}
@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 :                            */
/*                                                 */
/* - Base                                          */
/* - Titres                                        */
/* - fil ariane                                    */
/* - Tableaux                                      */
/* - Listes                                        */
/* - Panneau d'onglets                             */
/* - Accordeons                                    */
/* - video jwplayer                                */
/* - Commentaires                                  */
/* - Plan du site                                  */
/* - Table                                         */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Base                                            */
/* ----------------------------------------------- */
#main {
  background: url("../img/structure/img_background.jpg") no-repeat top left;
  background-size: 100% auto;
}
#main .container {
  position: relative;
}
#main .container .col {
  position: relative;
}

#contenu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fff;
  background-color: white;
  background-color: white;
}
#contenu p {
  margin-bottom: 15px;
}
#contenu .note, #contenu .source {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
}
#contenu sup.rond, #contenu .source.rond {
  position: relative;
  padding-left: 25px;
}
#contenu sup.rond > a, #contenu .source.rond > a {
  font-weight: 700;
  position: absolute;
  text-decoration: none;
  z-index: 600;
  color: #56597e;
  display: inline-block;
  text-align: center;
  top: -1px;
  left: 0;
  width: 20px;
  line-height: 20px;
  line-height: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
}
#contenu sup.rond > a:after, #contenu .source.rond > a:after {
  content: "";
  background-color: #c9cad6;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#contenu sup.rond > a {
  top: 1px;
  left: 2px;
}
#contenu p img, #contenu figure img {
  width: 100%;
}
#contenu figure {
  margin: 0 0 35px;
}
#contenu a {
  text-decoration: underline;
}
#contenu .sansMarge {
  margin-bottom: 5px;
}

#contenu, .contenu_entete {
  /* Min-width 992px */
}
@media screen and (min-width: 992px) {
  #contenu.merge10, .contenu_entete.merge10 {
    width: 66.66667%;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 16.66667%;
  }
  #contenu.merge9, .contenu_entete.merge9 {
    width: 58.33333%;
    padding-left: 40px;
    padding-right: 40px;
  }
  #contenu.merge9.sidebar-right, .contenu_entete.merge9.sidebar-right {
    margin-left: 8.33333%;
  }
}

/* Animation keyframe */
@-webkit-keyframes skeleton {
  0% {
    background-position: 15% 0%;
  }
  50% {
    background-position: 86% 100%;
  }
  100% {
    background-position: 15% 0%;
  }
}
@-moz-keyframes skeleton {
  0% {
    background-position: 15% 0%;
  }
  50% {
    background-position: 86% 100%;
  }
  100% {
    background-position: 15% 0%;
  }
}
@-o-keyframes skeleton {
  0% {
    background-position: 15% 0%;
  }
  50% {
    background-position: 86% 100%;
  }
  100% {
    background-position: 15% 0%;
  }
}
@keyframes skeleton {
  0% {
    background-position: 15% 0%;
  }
  50% {
    background-position: 86% 100%;
  }
  100% {
    background-position: 15% 0%;
  }
}
/* =============================================== */
/* Titres                                          */
/* ----------------------------------------------- */
#contenu {
  /* Min-width 480px */
  /* Min-width 992px */
}
#contenu h1, #contenu h2, #contenu h3, #contenu h4, #contenu h5, #contenu h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#contenu h1, #contenu h2, #contenu h3, #contenu h4, #contenu h5 {
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
}
#contenu h1, #contenu h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
}
#contenu h1 {
  margin-top: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #d24332;
  line-height: 2.8rem;
}
#contenu h2 {
  border-bottom: solid 1px #f0f0f0;
}
#contenu h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
#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;
}
#contenu .interTitre {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@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, #contenu h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* =============================================== */
/* fil ariane                                      */
/* ----------------------------------------------- */
#main {
  /* Min-width 768 */
}
#main #filAriane {
  background-color: #fff;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
#main #filAriane .separator {
  margin: 0 5px;
}
#main #filAriane li {
  list-style-type: none;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 1.75rem;
}
#main #filAriane li a {
  color: #333333;
  font-weight: 300;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  #main #filAriane {
    padding-top: 26px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  #main #filAriane .merge12 {
    width: 83.33333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 8.33333%;
  }
}

/* =============================================== */
/* Tableaux                                        */
/* ----------------------------------------------- */
/* Intertitre ------------------------------------ */
#contenu .interTitre.tableau1, #contenu .interTitre.tableau2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 1.75rem;
  /* 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: #333333;
}
#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%;
  min-width: 575px;
}
#contenu .tableau th, #contenu .tableau td {
  padding: 5px 10px;
  vertical-align: top;
}
#contenu .tableau th > *:first-child, #contenu .tableau td > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
#contenu .tableau th > *:last-child, #contenu .tableau td > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#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 tr:hover {
  background-color: #f0f0f0;
}
#contenu .tableau.style1 {
  border: solid 1px #a6a7a8;
}
#contenu .tableau.style1 th {
  border: solid 1px #a6a7a8;
  border-top: none;
  background-color: #333333;
  color: #fff;
}
#contenu .tableau.style1 td {
  border: solid 1px #a6a7a8;
}
#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: #b4c5d6;
}

/* 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 #a6a7a8;
    border-bottom: solid 1px #a6a7a8;
    border-right: solid 1px #a6a7a8;
  }
  .flexbox #contenu .tableau.flip.style1 tr th:first-child {
    border-left: solid 1px #a6a7a8;
  }
  .flexbox #contenu .tableau.flip.style1 tr th:last-child, .flexbox #contenu .tableau.flip.style1 tr td:last-child {
    border-right: solid 1px #a6a7a8;
  }
  .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 #b4c5d6;
    border-bottom: solid 1px #b4c5d6;
    border-right: solid 1px #b4c5d6;
  }
}

/* =============================================== */
/* Listes                                          */
/* ----------------------------------------------- */
#contenu ul, #contenu ol {
  margin: 0 0 15px 15px;
}
#contenu ul > li, #contenu ol > li {
  margin-bottom: 5px;
}
#contenu ul > li > ul, #contenu ul > li > ol, #contenu ol > li > ul, #contenu ol > li > ol {
  margin-bottom: 15px;
}
#contenu ol > li {
  list-style: decimal;
}
#contenu ol.listeLettre > li {
  list-style: lower-alpha;
}
#contenu ul > li {
  list-style: none;
  position: relative;
}
#contenu ul > li:before {
  content: ".";
  font-size: 35px;
  font-size: 3.5rem;
  vertical-align: middle;
  position: absolute;
  top: -10px;
  left: -15px;
}
#contenu ul > li > ul > li {
  list-style: none;
  position: relative;
}
#contenu ul > li > ul > li:before {
  content: "-";
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
  position: absolute;
  top: -1px;
  left: -15px;
}
#contenu ul.sansPuce {
  margin: 0 0 15px 0;
}
#contenu ul.sansPuce > li:before {
  display: none;
}
#contenu ul.sansPuce > li > ol, #contenu ul.sansPuce > li > ul:not(.sansPuce) {
  margin: 0 0 15px 30px;
}

/* =============================================== */
/* Panneau d'onglets                               */
/* ----------------------------------------------- */
#contenu .panneauOnglets {
  margin-bottom: 30px;
  position: relative;
  /*carre logique = panneau onglets a 2 onglets */
}
#contenu .panneauOnglets .onglets {
  margin: 0;
  padding: 0;
  *zoom: 1;
  background-color: white;
}
#contenu .panneauOnglets .onglets:before, #contenu .panneauOnglets .onglets:after {
  display: table;
  content: "";
}
#contenu .panneauOnglets .onglets:after {
  clear: both;
}
#contenu .panneauOnglets .onglets li {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  display: none;
}
#contenu .panneauOnglets .onglets li:before {
  content: "";
  position: static;
}
#contenu .panneauOnglets .onglets li a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 7px 0;
  position: relative;
  color: #333333;
  border-bottom: 7px solid #497e7d;
  outline: none;
}
#contenu .panneauOnglets .onglets li a span.visite {
  background-color: #ccf3e8;
}
#contenu .panneauOnglets .onglets li a span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}
#contenu .panneauOnglets .onglets li a.desactive {
  cursor: text;
}
#contenu .panneauOnglets .onglets li a.desactive span {
  color: #5a5a5a;
  color: rgba(0, 0, 0, 0.3);
}
#contenu .panneauOnglets .onglets li a.desactive:hover {
  text-decoration: none;
}
#contenu .panneauOnglets .onglets li.ui-tabs-active a {
  font-weight: bold;
  border-bottom: 7px solid #56d8b4;
}
#contenu .panneauOnglets .onglets li.ui-tabs-active a:hover {
  text-decoration: underline;
}
#contenu .panneauOnglets .onglets li.ui-tabs-active a span {
  font-weight: bold;
}
#contenu .panneauOnglets .onglets li.ui-tabs-active a span.visite {
  background-color: transparent;
}
#contenu .panneauOnglets > div {
  padding-top: 10px;
}
#contenu .panneauOnglets > div h1:first-child:not(.visuallyHidden), #contenu .panneauOnglets > div h2:first-child:not(.visuallyHidden), #contenu .panneauOnglets > div h3:first-child:not(.visuallyHidden), #contenu .panneauOnglets > div h4:first-child:not(.visuallyHidden), #contenu .panneauOnglets > div h5:first-child:not(.visuallyHidden), #contenu .panneauOnglets > div h6:first-child:not(.visuallyHidden) {
  margin-top: 0;
}
#contenu .panneauOnglets > div .boite {
  background-color: #f0f3f1;
  margin-left: -10px;
  margin-right: -10px;
  padding: 20px 10px;
}
#contenu .panneauOnglets > div .boite *:last-child {
  margin-bottom: 0;
}
#contenu .panneauOnglets.carreLogique {
  margin-bottom: 30px;
  position: relative;
  /* Min-width 768px */
}
#contenu .panneauOnglets.carreLogique .onglets.main-nav-scrolled {
  position: fixed;
  top: 0;
  z-index: 10;
}
#contenu .panneauOnglets.carreLogique .onglets li {
  width: 50%;
  display: inline-block;
  text-align: center;
  float: left;
}
#contenu .panneauOnglets.carreLogique .onglets li:after {
  content: "";
}
#contenu .panneauOnglets.carreLogique .onglets li:first-child {
  padding-right: 2px;
}
#contenu .panneauOnglets.carreLogique .onglets li:last-child {
  padding-left: 2px;
}
#contenu .panneauOnglets.carreLogique .onglets li a {
  min-height: 40px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #dddad5;
  font-weight: 300;
  padding: 9px 0;
  text-transform: none;
  border-bottom: 5px solid #fff;
}
#contenu .panneauOnglets.carreLogique .onglets li a span.visite {
  background-color: #ccf3e8;
}
#contenu .panneauOnglets.carreLogique .onglets li a:hover {
  font-weight: 700;
  text-decoration: none;
}
#contenu .panneauOnglets.carreLogique .onglets li.ui-tabs-active a {
  font-weight: 700;
  text-decoration: none;
  background-color: #f3f0ed;
  border-bottom: 5px solid #f3f0ed;
}
#contenu .panneauOnglets.carreLogique .onglets li.ui-tabs-active a:hover {
  font-weight: 700;
  text-decoration: none;
}
#contenu .panneauOnglets.carreLogique > div {
  background-color: #f3f0ed;
  border-left: none;
  padding: 10px;
  /*accordeons dans le carre logique */
}
#contenu .panneauOnglets.carreLogique > div .accordeon {
  margin-bottom: 0;
}
#contenu .panneauOnglets.carreLogique > div .accordeon .toggler {
  background-color: #d2dbd3;
}
#contenu .panneauOnglets.carreLogique > div .accordeon .toggler.active {
  background-color: #333333;
}
#contenu .panneauOnglets.carreLogique > div .accordeon > div {
  background-color: none;
  border-left: 2px solid #333333;
}
@media screen and (min-width: 768px) {
  #contenu .panneauOnglets.carreLogique .onglets li {
    width: auto;
  }
  #contenu .panneauOnglets.carreLogique .onglets li a {
    padding: 10px;
  }
}
@media screen and (max-width: 549px) {
  #contenu .panneauOnglets:not(.carreLogique) > div {
    display: block !important;
  }
}
@media screen and (min-width: 550px) {
  #contenu .panneauOnglets .onglets.main-nav-scrolled {
    position: fixed;
    top: 0;
    z-index: 10;
  }
  #contenu .panneauOnglets .onglets li {
    position: relative;
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 0;
  }
  #contenu .panneauOnglets .onglets li:after {
    position: absolute;
    top: 50%;
    right: -2px;
    margin-top: -16px;
    content: "|";
  }
  #contenu .panneauOnglets .onglets li:last-child:after {
    content: "";
  }
  #contenu .panneauOnglets > div {
    border-left: 1px dotted #56d8b4;
    padding: 25px 10px;
    position: relative;
    z-index: 1;
  }
  #contenu .panneauOnglets > div h1:first-child:not(.visuallyHidden), #contenu .panneauOnglets > div h2:first-child:not(.visuallyHidden), #contenu .panneauOnglets > div h3:first-child:not(.visuallyHidden), #contenu .panneauOnglets > div h4:first-child:not(.visuallyHidden), #contenu .panneauOnglets > div h5:first-child:not(.visuallyHidden), #contenu .panneauOnglets > div h6:first-child:not(.visuallyHidden) {
    margin-top: 0;
  }
  #contenu .panneauOnglets > div > .interTitre.general:first-child {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  #contenu .panneauOnglets > div > .interTitre.general:first-child.focusable:active, #contenu .panneauOnglets > div > .interTitre.general:first-child.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible;
  }
  #contenu .panneauOnglets > div > h3 {
    text-transform: uppercase;
  }
  #contenu .panneauOnglets > div > h3.titreIco {
    text-transform: none;
  }
  #contenu .panneauOnglets > div > h3 + h4 {
    margin-top: 0;
  }
  #contenu .panneauOnglets > div > :first-child, #contenu .panneauOnglets > div > span.interTitre.general.visuallyHidden:first-child + * {
    margin-top: 0;
    padding-top: 0;
  }
  #contenu .panneauOnglets > div > :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* =============================================== */
/* Accordeons                                      */
/* ----------------------------------------------- */
#contenu .accordeon {
  margin-bottom: 20px;
  /* Accordéons : avec image */
  /* Min-width 480px */
  /* Min-width 768px */
  /* Min-width 992px */
}
#contenu .accordeon .toggler {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 7px 30px 7px 10px;
  background-color: #dadada;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
#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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#contenu .accordeon .toggler.active .icone {
  background-position: right -20px;
  color: #ffffff;
}
#contenu .accordeon > div {
  background-color: #f0f0f0;
  padding: 15px;
}
#contenu .accordeon > div > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
#contenu .accordeon > div > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#contenu .accordeon.image .toggler {
  font-size: 100%;
  line-height: 100%;
}
#contenu .accordeon.image .toggler:before {
  display: none;
  content: "";
  background: url("../img/structure/img_accordeon_image.png");
  position: absolute;
  top: 0;
  left: 0;
  max-width: 140px;
  width: 100%;
  max-height: 60px;
  height: 100%;
  border-right: 5px solid #fff;
}
#contenu .accordeon.image .toggler span.interTitre {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  margin-left: 0;
  display: inline-block;
}
#contenu .accordeon.image .toggler.active span.interTitre {
  color: #ffffff;
}
#contenu .accordeon.image .toggler .icone {
  top: 10px;
  bottom: auto;
}
#contenu .accordeon.image > div p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
}
@media screen and (min-width: 480px) {
  #contenu .accordeon.image .toggler {
    min-height: 60px;
  }
  #contenu .accordeon.image .toggler:before {
    display: block;
  }
  #contenu .accordeon.image .toggler span.interTitre {
    margin-left: 140px;
  }
}
@media screen and (min-width: 768px) {
  #contenu .accordeon .toggler {
    padding: 7px 78px 7px 10px !important;
  }
  #contenu .accordeon .toggler .icone {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #contenu .accordeon .toggler .icone:before {
    content: "Ouvrir";
    position: relative;
    left: -8px;
  }
  #contenu .accordeon .toggler.active .icone:before {
    content: "Fermer";
  }
}
@media screen and (min-width: 992px) {
  #contenu .accordeon .toggler {
    padding: 5px 78px 5px 10px !important;
  }
  #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;
  }
}

/* =============================================== */
/* Video jwplayer                                  */
/* ----------------------------------------------- */
#contenu .animVideoPlaylist ul.jw-rightclick-list li.jw-rightclick-item:before, #contenu .animAudioPlaylist ul.jw-rightclick-list li.jw-rightclick-item:before {
  display: none;
}
#contenu .animVideoPlaylist ul.jw-rightclick-list li.jw-rightclick-item.jw-featured, #contenu .animAudioPlaylist ul.jw-rightclick-list li.jw-rightclick-item.jw-featured {
  display: none;
}
#contenu .animVideoPlaylist figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.23%;
}
#contenu .animVideoPlaylist figure .boiteAnimVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #b6b6b6, #dadada, #ffffff);
  background-size: 600% 600%;
  -webkit-animation: skeleton 3s infinite, 1;
  -moz-animation: skeleton 3s infinite, 1;
  -o-animation: skeleton 3s infinite, 1;
  animation: skeleton 3s infinite, 1;
}
#contenu .animVideoPlaylist video {
  background-color: #fff;
}
#contenu .animVideoPlaylist.visionneuse figure {
  margin-bottom: 7px;
}
#contenu .animVideoPlaylist.visionneuse ul.listeOnglets {
  width: 100%;
  margin-left: 0px;
}
#contenu .animVideoPlaylist.visionneuse ul.listeOnglets li {
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding-right: 0px;
}
#contenu .animVideoPlaylist.visionneuse ul.listeOnglets li:nth-child(3n) {
  padding-right: 0px;
}
#contenu .animVideoPlaylist.visionneuse ul.listeOnglets li:before {
  content: none;
}
#contenu .animVideoPlaylist.visionneuse ul.listeOnglets li a {
  display: block;
  padding: 13px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: white;
  width: 100%;
  height: 100%;
  font-weight: 300;
  background-color: #00676d;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 17px;
  line-height: 1.7rem;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
#contenu .animVideoPlaylist.visionneuse ul.listeOnglets li a:active, #contenu .animVideoPlaylist.visionneuse ul.listeOnglets li a.active {
  background-color: #3d3d3d;
}
#contenu .animVideoPlaylist.visionneuse ul.listeOnglets li a:hover {
  background-color: #6c6b6a;
}
@media screen and (min-width: 470px) {
  #contenu .animVideoPlaylist.visionneuse ul.listeOnglets li {
    float: left;
    width: 50%;
    padding-right: 6px;
  }
  #contenu .animVideoPlaylist.visionneuse ul.listeOnglets li:nth-child(3n) {
    padding-right: 6px;
  }
  #contenu .animVideoPlaylist.visionneuse ul.listeOnglets li:nth-child(2n) {
    padding-right: 0px;
  }
  #contenu .animVideoPlaylist.visionneuse ul.listeOnglets li a .temps {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 610px) {
  #contenu .animVideoPlaylist.visionneuse ul.listeOnglets li:not(.demi) {
    width: calc(100%/3);
    margin-bottom: 6px;
    padding-right: 6px;
  }
  #contenu .animVideoPlaylist.visionneuse ul.listeOnglets li:not(.demi):nth-child(3n) {
    padding-right: 0px;
  }
  #contenu .animVideoPlaylist.visionneuse ul.listeOnglets li:not(.demi):nth-child(2n) {
    padding-right: 6px;
  }
}

.-ms- #contenu .animVideoPlaylist.visionneuse ul.listeOnglets li {
  width: 100%;
}
@media screen and (min-width: 470px) {
  .-ms- #contenu .animVideoPlaylist.visionneuse ul.listeOnglets li {
    width: 50%;
  }
}
@media screen and (min-width: 610px) {
  .-ms- #contenu .animVideoPlaylist.visionneuse ul.listeOnglets li:not(.demi) {
    width: 33.33%;
  }
}

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

/* =============================================== */
/* Plan du site                                    */
/* ----------------------------------------------- */
#contenu.planSite h1 {
  margin-bottom: 0px;
}
#contenu.planSite .lstPlanSite ul {
  margin-left: 0;
}
#contenu.planSite .lstPlanSite ul li:before {
  display: none;
}
#contenu.planSite .lstPlanSite ul li .sub {
  margin-top: 15px;
}
#contenu.planSite .lstPlanSite ul li .sub.visuallyHidden {
  overflow: visible;
  position: static;
  height: auto;
  width: auto;
  margin: 0px;
  clip: auto;
}
#contenu.planSite .lstPlanSite ul li.parent > a {
  cursor: default;
  text-decoration: none;
  color: #333333;
  font-weight: 700;
}
#contenu.planSite .lstPlanSite > ul > li {
  margin-bottom: 20px;
}
#contenu.planSite .lstPlanSite > ul > li > a {
  text-transform: uppercase;
}
#contenu.planSite .lstPlanSite > ul > li .sub {
  margin-bottom: 20px;
}
#contenu.planSite .lstPlanSite > ul > li .sub .row {
  margin: 0;
}
#contenu.planSite .lstPlanSite > ul > li .sub ul {
  margin-bottom: 0;
}
#contenu.planSite .lstPlanSite > ul > li .sub > div {
  padding: 0;
}

/* =============================================== */
/* Table                                           */
/* ----------------------------------------------- */
[role="main"] .discussion-list {
  display: block !important;
  overflow-x: scroll !important;
}

/* *********************************************** */
/* QUIZ MOODLE                                     */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - General 	                                   */
/* - Navigation/Pages                              */
/* - Descriptions                                  */
/* - Questions                                     */
/* - Boutons                                       */
/* - Feedback                                      */
/* - Fin quiz                                      */
/*                                                 */
/* *********************************************** */
/* General */
body[class*="quiz"] #contenu .box.quizinfo.p-y-1 {
  display: none !important;
  visibility: hidden;
}
body[class*="quiz"] #contenu .que .formulation {
  color: #333333;
}

/* Navigation/Pages */
#sidebar #mod_quiz_navblock h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 1.75rem;
}
#sidebar #mod_quiz_navblock .thispageholder {
  border-radius: 0px;
}
#sidebar #mod_quiz_navblock .endtestlink, #sidebar #mod_quiz_navblock .othernav a {
  display: block;
  max-width: 150px;
  width: 100%;
  color: #fff;
  background-color: #2e8804;
  border: 2px solid #2e8804;
  padding: 15px 20px;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16.1px;
  font-size: 1.61rem;
  line-height: 21.735px;
  line-height: 2.1735rem;
  text-transform: none;
  font-weight: 700;
}
#sidebar #mod_quiz_navblock .endtestlink:hover, #sidebar #mod_quiz_navblock .othernav a:hover {
  background: none;
  color: #000;
}
#sidebar #mod_quiz_navblock .othernav a {
  max-width: 200px;
  width: 100%;
}

/* Descriptions */
body[class*="quiz"] #contenu .description .info {
  display: none !important;
  visibility: hidden;
}
body[class*="quiz"] #contenu .description .content {
  margin-left: 0;
}
body[class*="quiz"] #contenu .description .content .formulation {
  background-color: #E1E1E1;
  border: none;
}
body[class*="quiz"] #contenu .description .content h2 {
  margin-top: 10px;
}
body[class*="quiz"] #contenu .description .content h2 .interTitre {
  color: #333;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  font-size: 16.1px;
  font-size: 1.61rem;
  line-height: 20.125px;
  line-height: 2.0125rem;
  /* Min-width 992px */
}
@media screen and (min-width: 992px) {
  body[class*="quiz"] #contenu .description .content h2 .interTitre {
    font-size: 17.36px;
    font-size: 1.736rem;
    line-height: 21.7px;
    line-height: 2.17rem;
  }
}
body[class*="quiz"] #contenu .description .content h3 {
  font-size: 1em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Questions */
body[class*="quiz"] #contenu .que .formulation, body[class*="quiz"] #contenu .que .info {
  background: none;
  border: none;
}
body[class*="quiz"] #contenu .que .info h3, body[class*="quiz"] #contenu .que .info .qno, body[class*="quiz"] #contenu .que .formulation .qtext {
  font-size: 16.1px;
  font-size: 1.61rem;
  line-height: 17.5px;
  line-height: 1.75rem;
}
body[class*="quiz"] #contenu .que .info h3 {
  padding-top: 4px;
}
body[class*="quiz"] #contenu .que.multichoice .formulation .answer div[class^="r"] {
  text-indent:  0;
  padding-left: 0;
}
body[class*="quiz"] #contenu .que .tableau table {
  min-width: 455px;
}
body[class*="quiz"] #contenu .que .tableau table th {
  background-color: #e2dfcf;
  color: #000;
}
body[class*="quiz"] #contenu .que .interTitre.tableau1 {
  color: #000;
}

/* Boutons */
body[class*="quiz"]:not(.pagelayout-admin) #contenu .submitbtns {
  *zoom: 1;
}
body[class*="quiz"]:not(.pagelayout-admin) #contenu .submitbtns:before, body[class*="quiz"]:not(.pagelayout-admin) #contenu .submitbtns:after {
  display: table;
  content: "";
}
body[class*="quiz"]:not(.pagelayout-admin) #contenu .submitbtns:after {
  clear: both;
}
body[class*="quiz"]:not(.pagelayout-admin) #contenu .btn:not(.p-a-0), body[class*="quiz"]:not(.pagelayout-admin) #contenu .submitbtns a, body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0;
  color: #fff;
  background-color: #54544D;
  border: none;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16.1px;
  font-size: 1.61rem;
  line-height: 21.735px;
  line-height: 2.1735rem;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  /* Min-width 480px */
  /* Min-width 768px */
}
body[class*="quiz"]:not(.pagelayout-admin) #contenu .btn:not(.p-a-0):hover, body[class*="quiz"]:not(.pagelayout-admin) #contenu .btn:not(.p-a-0):focus, body[class*="quiz"]:not(.pagelayout-admin) #contenu .submitbtns a:hover, body[class*="quiz"]:not(.pagelayout-admin) #contenu .submitbtns a:focus, body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button:hover, body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button:focus {
  background-color: #78786e;
}
@media screen and (min-width: 480px) {
  body[class*="quiz"]:not(.pagelayout-admin) #contenu .btn:not(.p-a-0), body[class*="quiz"]:not(.pagelayout-admin) #contenu .submitbtns a, body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button {
    padding: 15px 30px;
  }
}
@media screen and (min-width: 768px) {
  body[class*="quiz"]:not(.pagelayout-admin) #contenu .btn:not(.p-a-0), body[class*="quiz"]:not(.pagelayout-admin) #contenu .submitbtns a, body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button {
    min-width: 160px;
  }
}
body[class*="quiz"]:not(.pagelayout-admin) #contenu .que .btn, body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button {
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px solid #222222;
  float: right;
  *zoom: 1;
}
body[class*="quiz"]:not(.pagelayout-admin) #contenu .que .btn:before, body[class*="quiz"]:not(.pagelayout-admin) #contenu .que .btn:after, body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button:before, body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button:after {
  display: table;
  content: "";
}
body[class*="quiz"]:not(.pagelayout-admin) #contenu .que .btn:after, body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button:after {
  clear: both;
}
body[class*="quiz"]:not(.pagelayout-admin) #contenu .que .btn:hover, body[class*="quiz"]:not(.pagelayout-admin) #contenu .que .btn:focus, body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button:hover, body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button:focus {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
body[class*="quiz"]:not(.pagelayout-admin) #contenu .mod_quiz-redo_question_button {
  display: none;
}

/* Feedbacks */
body[class*="quiz"] #contenu .outcome {
  background-color: #E1E1E1;
  border: none;
  color: #333333;
}

/* Fin quiz */
body[class*="quiz"] #contenu table.quizsummaryofattempt, body[class*="quiz"] #contenu table.quizattemptsummary {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  /* Min-width 768px */
}
body[class*="quiz"] #contenu table.quizsummaryofattempt th, body[class*="quiz"] #contenu table.quizsummaryofattempt td, body[class*="quiz"] #contenu table.quizattemptsummary th, body[class*="quiz"] #contenu table.quizattemptsummary td {
  border: none;
  border-bottom: 1px solid #a6a7a8;
  padding: 5px 10px;
  text-align: center !important;
}
body[class*="quiz"] #contenu table.quizsummaryofattempt th, body[class*="quiz"] #contenu table.quizattemptsummary th {
  background: #333333;
}
body[class*="quiz"] #contenu table.quizsummaryofattempt td, body[class*="quiz"] #contenu table.quizattemptsummary td {
  background: #fff;
}
@media screen and (min-width: 768px) {
  body[class*="quiz"] #contenu table.quizsummaryofattempt, body[class*="quiz"] #contenu table.quizattemptsummary {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}
body[class*="quiz"] #contenu .history {
  border: none;
}
body[class*="quiz"] #contenu .history table th, body[class*="quiz"] #contenu .history table td {
  border: none;
  border-bottom: 1px solid #a6a7a8;
  padding: 5px 10px;
}
body[class*="quiz"] #contenu .history table th {
  background: #333333;
}

/* *********************************************** */
/* Bouton retour vers le haut de page              */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - General                                       */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* General                                         */
/* ----------------------------------------------- */
#lienHautPage {
  position: fixed;
  bottom: -40px;
  right: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #000;
  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
#lienHautPage:after {
  content: "";
  display: inline-block;
  margin-top: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
#lienHautPage.show {
  bottom: 20px;
}

/* Media Queries---------------------------------- */
@media screen and (min-width: 768px) {
  #lienHautPage {
    width: 25px;
    height: 25px;
  }
  #lienHautPage:after {
    margin-top: 10px;
  }
}
/* *********************************************** */
/* QUIZ                                            */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - General                                       */
/* - Titres                                        */
/* - Tableaux                                      */
/* - Listes                                        */
/* - Boites                                        */
/* - Accordeons                                    */
/* - Commentaires                                  */
/*                                                 */
/* *********************************************** */
/* Boîte : questions */
#contenu .boiteQuiz {
  margin: 0px 0px 15px 0px;
  padding: 10px 10px 10px 10px;
  background-color: #dde4e7;
  /* Boîte : questions : texte */
  /* Boîte : questions : choix de réponses */
  /* Boîte : questions : choix de réponses (ordre) */
  /* Boîte : questions : choix de réponses (associations) */
  /* Boîte : questions répondues */
  /* Boîte : questions : contrôles */
  /* Boîte : questions : rétroactions */
  /* Boîte : questions : états */
}
#contenu .boiteQuiz .lstQuestions, #contenu .boiteQuiz .lstChReponses, #contenu .boiteQuiz .controles .navigation ul, #contenu .boiteQuiz .lstQuestions > li, #contenu .boiteQuiz .lstChReponses > li {
  padding-left: 0px;
  list-style-type: none;
}
#contenu .boiteQuiz .lstQuestions {
  margin: 0px 0px 30px 0px;
}
#contenu .boiteQuiz .lstQuestions li {
  position: relative;
}
#contenu .boiteQuiz .lstQuestions li:before, #contenu .boiteQuiz .lstQuestions li:after {
  content: none;
}
#contenu .boiteQuiz .txtQuestion {
  padding-left: 25px;
}
#contenu .boiteQuiz .txtQuestion:before {
  position: absolute;
  left: 0;
  content: attr(data-numero) ".";
  font-weight: 500;
}
#contenu .boiteQuiz .txtQuestion p, #contenu .boiteQuiz .txtQuestion span, #contenu .boiteQuiz .txtQuestion ul, #contenu .boiteQuiz .txtQuestion ol {
  font-weight: 500;
}
#contenu .boiteQuiz .txtQuestion .miseSituationExt p, #contenu .boiteQuiz .txtQuestion .miseSituationExt ul, #contenu .boiteQuiz .txtQuestion .miseSituationExt ol {
  font-weight: 300;
}
#contenu .boiteQuiz .txtQuestion table p, #contenu .boiteQuiz .txtQuestion table span, #contenu .boiteQuiz .txtQuestion table ul, #contenu .boiteQuiz .txtQuestion table ol {
  font-weight: 300;
}
#contenu .boiteQuiz .txtQuestion > ul, #contenu .boiteQuiz .txtQuestion > ol, #contenu .boiteQuiz .txtQuestion div > ul, #contenu .boiteQuiz .txtQuestion div > ol {
  margin-bottom: 15px;
}
#contenu .boiteQuiz .txtQuestion.imgPosDroite {
  min-height: 175px;
  padding-right: 190px;
  margin-bottom: 15px;
}
#contenu .boiteQuiz .txtQuestion .posDroite {
  position: absolute;
  top: 0;
  right: 0;
}
#contenu .boiteQuiz .txtQuestion .miseEnSituation {
  padding-right: 25px;
}
#contenu .boiteQuiz .txtQuestion .miseEnSituation p, #contenu .boiteQuiz .txtQuestion .miseEnSituation ul, #contenu .boiteQuiz .txtQuestion .miseEnSituation ol {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#contenu .boiteQuiz .lstChReponses li {
  margin: 15px 0px 0px 0px;
  padding-left: 26px;
}
#contenu .boiteQuiz .lstChReponses li:first-child {
  margin-top: 0px;
}
#contenu .boiteQuiz .lstChReponses li:before, #contenu .boiteQuiz .lstChReponses li:after {
  content: none;
}
#contenu .boiteQuiz .lstChReponses .retro {
  margin-top: 15px;
}
#contenu .boiteQuiz .lstChReponses > li.showAnswer > label:after {
  content: "";
  display: block;
  background: url("../img/icones/ico_quizretro_correct.svg") no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
#contenu .boiteQuiz input.custom[type="checkbox"], #contenu .boiteQuiz input.custom[type="radio"] {
  display: none;
}
#contenu .boiteQuiz input.custom[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #959595;
}
#contenu .boiteQuiz input.custom[type="checkbox"]:checked + label:before {
  background-color: #959595;
  background: url("../img/icones/ico_crochet.svg") center center #ffffff no-repeat;
}
#contenu .boiteQuiz input.custom[type="radio"] + label:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #959595;
}
#contenu .boiteQuiz input.custom[type="radio"]:checked + label:before {
  border: 3px solid #ffffff;
  background-color: #959595;
  left: -2px;
  top: 0;
}
#contenu .boiteQuiz label {
  cursor: pointer;
}
#contenu .boiteQuiz .ordre li {
  display: block;
  width: 75%;
  padding: 0px 15px 0px 15px;
  background-color: #d6cace;
  border: solid 1px #959595;
  cursor: pointer;
}
#contenu .boiteQuiz .ordre li:before, #contenu .boiteQuiz .ordre li:after {
  content: none;
}
#contenu .boiteQuiz .ordre p {
  margin: 5px 0px 5px 0px;
}
#contenu .boiteQuiz li.placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
#contenu .boiteQuiz li.placeholder:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: 0px;
  left: -6px;
  top: 1px;
  border: 6px solid transparent;
  border-left-color: #333333;
}
#contenu .boiteQuiz li.placeholder:first-child:before {
  top: -14px;
}
#contenu .boiteQuiz li.dragged:first-child + li.placeholder:before {
  top: -14px;
}
#contenu .boiteQuiz li.dragged {
  position: absolute;
  background-color: #ebe7e9;
  z-index: 2000;
}
#contenu .boiteQuiz .associations > div {
  float: left;
  width: 50%;
}
#contenu .boiteQuiz .associations > div > p strong {
  text-align: center;
  display: block;
  padding: 5px 15px;
  background-color: #333;
  color: #fff;
}
#contenu .boiteQuiz .associations > div:first-child > p strong {
  margin-right: 5px;
}
#contenu .boiteQuiz .associations ol {
  padding: 0;
  margin-left: 0;
}
#contenu .boiteQuiz .associations ol li {
  display: block;
  padding: 0px 15px 0px 15px;
  list-style: none;
}
#contenu .boiteQuiz .associations ol li p {
  margin: 5px 0px 5px 0px;
}
#contenu .boiteQuiz .associations .lstIndices li {
  border: solid 1px #ccc;
  margin: 15px 5px 0px 0px;
}
#contenu .boiteQuiz .associations .lstChReponses li {
  background-color: #d6cace;
  border: solid 1px #959595;
  cursor: pointer;
}
#contenu .boiteQuiz .associations .lstChReponses li:first-child {
  margin: 15px 0px 0px 0px;
}
#contenu .boiteQuiz .associations .lstChReponses li.placeholder {
  border: none;
}
#contenu .boiteQuiz .associations .lstChReponses li.bonneReponse {
  border-color: #5d756a;
  background-color: #dee8e3;
}
#contenu .boiteQuiz .associations .lstChReponses li.mauvaiseReponse {
  border-color: #b92025;
  background-color: #efcece;
}
#contenu .boiteQuiz .qRepondue .lstChReponses {
  opacity: 0.8;
}
#contenu .boiteQuiz .qRepondue input.custom[type="checkbox"] + label:before, #contenu .boiteQuiz .qRepondue input.custom[type="radio"] + label:before, #contenu .boiteQuiz .qRepondue label {
  cursor: default;
}
#contenu .boiteQuiz .qRepondue .ordre li {
  cursor: default;
}
#contenu .boiteQuiz .qRepondue .ordre li:before, #contenu .boiteQuiz .qRepondue .ordre li:after {
  content: none;
}
#contenu .boiteQuiz .controles {
  display: table;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
#contenu .boiteQuiz .controles > div {
  display: table-cell;
  vertical-align: bottom;
}
#contenu .boiteQuiz .controles div > * {
  margin: 0px;
}
#contenu .boiteQuiz .validation {
  text-align: left;
  width: 35%;
}
#contenu .boiteQuiz .validation button {
  display: block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 4px;
  padding: 0px 15px 0px 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  background-color: #555555;
  color: #ffffff;
}
#contenu .boiteQuiz .validation button:hover {
  background-color: #005d7b;
  transition: all 0.3s ease-out;
}
#contenu .boiteQuiz .validation button:focus {
  outline: none;
}
#contenu .boiteQuiz .status {
  text-align: center;
}
#contenu .boiteQuiz .status p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #828282;
}
#contenu .boiteQuiz .navigation {
  text-align: right;
  width: 35%;
}
#contenu .boiteQuiz .navigation li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0px;
  padding: 0px;
}
#contenu .boiteQuiz .navigation li:before, #contenu .boiteQuiz .navigation li:after {
  content: none;
}
#contenu .boiteQuiz .navigation li.prec a {
  background-image: url("../img/icones/ico_quizbt_prec.svg");
}
#contenu .boiteQuiz .navigation li.suiv a {
  background-image: url("../img/icones/ico_quizbt_suiv.svg");
}
#contenu .boiteQuiz .navigation a:link, #contenu .boiteQuiz .navigation a:visited {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #555555;
  background-position: center center;
  background-repeat: no-repeat;
}
#contenu .boiteQuiz .navigation a:hover, #contenu .boiteQuiz .navigation a:active, #contenu .boiteQuiz .navigation a:focus {
  background-color: #005d7b;
  transition: all 0.3s ease-out;
}
#contenu .boiteQuiz .retro {
  margin: 15px 0px 0px 0px;
  padding: 10px 10px 0px 40px;
  background-color: #ffffff;
}
#contenu .boiteQuiz .retro * {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#contenu .boiteQuiz .retro th, #contenu .boiteQuiz .retro strong {
  font-weight: 600;
}
#contenu .boiteQuiz .retro > ul, #contenu .boiteQuiz .retro > ol, #contenu .boiteQuiz .retro div > ul, #contenu .boiteQuiz .retro div > ol {
  margin-bottom: 15px;
}
#contenu .boiteQuiz .retro > ul li, #contenu .boiteQuiz .retro > ol li, #contenu .boiteQuiz .retro > ul p, #contenu .boiteQuiz .retro > ol p {
  margin: 0px 0px 5px 0px;
}
#contenu .boiteQuiz .retro .lib {
  display: block;
}
#contenu .boiteQuiz .retro.correcte {
  border: solid 1px #5d756a;
  background-image: url("../img/icones/ico_quizretro_correct.svg");
  background-repeat: no-repeat;
  background-position: top left;
}
#contenu .boiteQuiz .retro.correcte .lib {
  color: #5d756a;
}
#contenu .boiteQuiz .retro.incorrecte {
  border: solid 1px #b92025;
  background-image: url("../img/icones/ico_quizretro_incorrect.svg");
  background-repeat: no-repeat;
  background-position: top left;
}
#contenu .boiteQuiz .retro.incorrecte .lib {
  color: #b92025;
}
#contenu .boiteQuiz .retro.neutre {
  border: solid 1px #5f5b7b;
  background-image: url("../img/icones/ico_quizretro_neutre.svg");
  background-repeat: no-repeat;
  background-position: top left;
}
#contenu .boiteQuiz .retro.neutre .lib {
  color: #5f5b7b;
}
#contenu .boiteQuiz .retro .interTitre.figure {
  font-size: 17px;
  font-size: 1.7rem;
}
#contenu .boiteQuiz .retro ul {
  list-style-type: none;
}
#contenu .boiteQuiz .retro ul > li {
  position: relative;
}
#contenu .boiteQuiz .retro ul > li:before {
  content: ".";
  font-size: 38px;
  vertical-align: middle;
  position: absolute;
  top: -10px;
  left: -15px;
}
#contenu .boiteQuiz .retro ul ul {
  list-style-type: none;
}
#contenu .boiteQuiz .retro ul ul li {
  text-indent: -15px;
}
#contenu .boiteQuiz .retro ul ul li:before {
  position: inherit;
  top: -2px;
  font-size: 26px;
  content: "-";
  left: 0;
  margin-right: 5px;
  text-indent: -2px;
}
#contenu .boiteQuiz .etats {
  margin: 0;
  padding: 0;
  text-align: center;
}
#contenu .boiteQuiz ul.msg {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 500;
}
#contenu .boiteQuiz ul.msg.erreur {
  color: #ba2025;
}
#contenu .boiteQuiz ul.msg.erreur > li:after {
  display: none;
}
#contenu .boiteQuiz ul.msg li {
  margin: 5px 0px 0px 0px;
}
#contenu .boiteQuiz ul.msg li:before {
  content: "";
  position: static;
}

/* *********************************************** */
/* NAVPAGE "Navigation précédent/suivant           */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - General                                       */
/*                                                 */
/* *********************************************** */
#contenu #navPageForm ul {
  margin: 0;
}

/* =============================================== */
/* General                                         */
/* ----------------------------------------------- */
#navPageForm {
  padding: 30px 0 10px;
  margin-top: 30px;
  clear: both;
  border-top: solid 1px #b7b7b7;
}
#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:before {
  display: none !important;
  visibility: hidden;
}
#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 #menuPrincipal .toggle-menu > span {
  background: url("../img/icones/png/ico_menu_ouvrir.png") center center;
}
.no-svg #menuPrincipal .cbp-spmenu .toggle-menu > span {
  background-image: url("../img/icones/png/ico_menu_fermer.png");
}
.no-svg #contenu .boiteQuiz .navigation li.prec a {
  background-image: url("../img/icones/png/ico_quizbt_prec.png");
}
.no-svg #contenu .boiteQuiz .navigation li.suiv a {
  background-image: url("../img/icones/png/ico_quizbt_suiv.png");
}
.no-svg #contenu .boiteQuiz input.custom[type="checkbox"]:checked + label:before {
  background-image: url("../img/icones/png/ico_crochet.png");
}
.no-svg #contenu .boiteQuiz .retro.correcte {
  background-image: url("../img/icones/png/ico_quizretro_correct.png");
}
.no-svg #contenu .boiteQuiz .retro.incorrecte {
  background-image: url("../img/icones/png/ico_quizretro_incorrect.png");
}
.no-svg #contenu .boiteQuiz .retro.neutre {
  background-image: url("../img/icones/png/ico_quizretro_neutre.png");
}
.no-svg #contenu .schemaInteractif .nav {
  background-image: url("../img/icones/png/ico_slider.png");
}
.no-svg #contenu .accordeon .toggler .icone {
  background: url("../img/icones/png/ico_accordeon.png") no-repeat top right;
}
.no-svg #contenu #ligneDuTemps .slick-arrow {
  background-image: url("../img/icones/png/ico_slider.png");
}
.no-svg #navPageForm ul li.itemPrec a {
  background: url("../img/icones/png/ico_pagePrecedent_15x36.svg") 10% top no-repeat;
}
.no-svg #navPageForm ul li.itemSuiv a {
  background: url("../img/icones/png/ico_pageSuivant_15x36.svg") 90% top no-repeat;
}
