@charset "UTF-8";
/* *********************************************** */
/* Projet : Gabarit de de cours Moodle 4           */
/* Fichier CSS global                              */
/* Dernieres modifications : Janvier 2024          */
/* Auteurs : Simon Gaudreau, Jonathan Collard et Alex Bourque  */
/* *********************************************** */
/* *********************************************** */
/* 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. */
/* et calcul du line-height (par un multiplicatif relatif au font-size) */
/* en rem et son fallback en px. */
/* https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6 */
/* font-face */
/* =============================================== */
/* Animation                      				   */
/* ----------------------------------------------- */
/* Cree un triangle en css seulement. */
/* =============================================== */
/* 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. */
/* =============================================== */
/* Autres                                          */
/* ----------------------------------------------- */
/* Calcul le ratio d'un element avec une image de background dont on veut changer la taille. */
/* *********************************************** */
/* 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 */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700,100italic,300italic,400italic,500italic,700italic,900|Roboto+Condensed:300,400,700,300italic,400italic,700italic|Open+Sans:300,400,600,700|Playfair+Display:400,500,600,700,800,900|Great+Vibes:400);
/* *********************************************** */
/* COMMUN                                          */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Base                                          */
/* - Grille simplifiée                             */
/* - Contenu spécifique au cours                   */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Base                                            */
/* ----------------------------------------------- */
/* =============================================== */
/* Grille et conteneurs                            */
/* ----------------------------------------------- */
.container {
  max-width: 860px;
  height: 100%;
  margin: 0 auto; }

@media screen and (min-width: 480px) {
  body[data-typemenu="header"] #zoneIdentitaire .container, body[data-typemenu="header"] #zoneMenu .container, body[data-typemenu="header"] #main .container {
    max-width: 1000px; } }
@media screen and (min-width: 480px) {
  #page-mod-quiz-attempt .container, body[data-typemenu="sidebar"] .container, body[data-typemenu="sidebar"] #main .container {
    max-width: 860px; } }
@media screen and (min-width: 860px) {
  body[data-typemenu="sidebar"] #main .container, body[data-typemenu="sidebar"] #main .container, #page-mod-quiz-attempt .container {
    max-width: 860px; } }
@media screen and (min-width: 1200px) {
  body[data-typemenu="sidebar"] #main .container, body[data-typemenu="sidebar"] #main .container, #page-mod-quiz-attempt .container {
    max-width: 860px; } }

/* =============================================== */
/* Contenu spécifique au cours                     */
/* ----------------------------------------------- */
#main {
  background-image: none; }
  #main #contenu {
    padding-top: 0 !important;
    margin-top: -15px; }
    #main #contenu a[target="_blank"]:not(a[href*="pluginfile.php"])::after,
    #main #contenu a.obstacle::after {
      top: 2px; }
    #main #contenu a[target="_blank"].videoExterne::after {
      background: transparent !important; }
    #main #contenu .videoExterne figure {
      margin-bottom: 10px !important; }
    #main #contenu .width60 {
      width: 60% !important; }
    #main #contenu .tableau.style1.photo tr td:not(.tier) {
      width: 75%; }
    #main #contenu .tableau.style1.photo tr td.tier {
      width: 25% !important; }

/* ============================ HEADER- ZoneIdentitaire =============================== */
#zoneIdentitaire {
  height: 230px;
  background-image: url("../img/bandeau.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0%;
  border-bottom: 10px solid #A3B90D;
  margin-top: 10px; }
  @media screen and (min-width: 700px) {
    #zoneIdentitaire {
      background-size: contain;
      background-position: 125%; } }
  #zoneIdentitaire .merge12 {
    width: 80% !important; }

#blocInfoCours {
  display: block;
  height: 200px;
  width: 320px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-top: -20px;
  background-image: url("../img/titre_cours.svg");
  background-color: rgba(255, 255, 255, 0.7); }
  @media screen and (min-width: 700px) {
    #blocInfoCours {
      background-color: rgba(255, 255, 255, 0); } }
  #blocInfoCours #sigleCours {
    color: #BB4930;
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem;
    text-indent: 0 !important;
    text-indent: -9999px !important; }
  #blocInfoCours #titreCours {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 4rem !important;
    margin-top: 10px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
    color: #0C5A2A;
    text-indent: -9999px; }

body[data-typemenu="sidebar"] #zoneIdentitaire > .container > .row .col.merge12 {
  width: 50%; }

@media screen and (min-width: 740px) {
  #zoneIdentitaire {
    background-position: 100%; } }
@media screen and (min-width: 955px) {
  #zoneIdentitaire {
    background-position: 65%; } }
@media screen and (min-width: 1200px) {
  body[data-typemenu="sidebar"] #zoneIdentitaire > .container {
    max-width: 950px; }

  body[data-typemenu="sidebar"] #zoneIdentitaire > .container > .row .col.merge12 {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 6; }

  #titreCours {
    margin-top: 25px; } }
/* ========================= FIL ARIANE ============================ */
#filAriane .merge12 {
  padding: 0 2px !important; }

/* ============================ MENU =============================== */
@media screen and (min-width: 1200px) {
  body[data-typemenu="sidebar"] #main .container #sidebar.col {
    min-width: 225px;
    padding: 0 !important; }

  body[data-typemenu="sidebar"] #menuPrincipal {
    border-right: 1px solid #70707080; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li > a,
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li > a:hover,
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.itemActif > a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: initial;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 1.75rem;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.active > a {
    margin-bottom: 5px; }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li > a {
    margin-bottom: 15px; }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li .sub {
    margin-bottom: 25px; }

  #menuPrincipal .lstMenuPrincipal li a {
    padding: 8px 0 0 0; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li > a {
    background-color: #fff;
    color: #0B5B2A;
    border-bottom: 1px solid #70707080; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent > a:after {
    border: 0.4rem solid transparent;
    border-top: 0.8rem solid #707070;
    border-bottom: 0;
    height: 0;
    width: 0; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li > a:hover,
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.itemActif > a {
    background-color: #0B5B2A;
    color: #fff; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent.active > a:after {
    border: 0.4rem solid transparent;
    border-bottom: 0.8rem solid #707070;
    border-top: 0;
    height: 0;
    width: 0; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent.active:hover > a:after,
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent:hover > a:after {
    border: 0.4rem solid transparent;
    border-top: 0.8rem solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent.itemActif.active:hover > a:after {
    border: 0.4rem solid transparent;
    border-bottom: 0.8rem solid #fff;
    border-top: 0;
    height: 0;
    width: 0; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent.itemActif.active > a:after,
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent.active:hover > a:after {
    border: 0.4rem solid transparent;
    border-bottom: 0.8rem solid #fff;
    border-top: 0;
    height: 0;
    width: 0; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent.itemActif:hover > a:after,
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent.itemActif > a:after {
    border: 0.4rem solid transparent;
    border-top: 0.8rem solid #fff;
    border-bottom: 0; }

  /* ==================== SOUS SOUS-MENU ======================== */
  #menuPrincipal .lstMenuPrincipal .sub ul li.parent > a {
    font-weight: 600;
    color: #0A5C2A !important;
    border: 1px solid #70707080 !important;
    border-right: none !important;
    width: 100% !important;
    padding: 3px;
    margin-top: 2px !important;
    margin-bottom: 3px !important; }

  #menuPrincipal .lstMenuPrincipal .sub ul li.type_label > a {
    width: calc(100% + 20px) !important;
    margin: 0 -10px;
    padding: 3px 10px; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li.toggler > a:after,
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li.toggler.active > a:after {
    display: none; }

  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal .sub ul li .sousSub .container {
    padding: 0; }

  body[data-typemenu="sidebar"] #main .container {
    padding: 0 10px; }

  #menuPrincipal .lstMenuPrincipal .sub ul li .sousSub ul > li > a {
    padding: 0 0 0 12px; }

  #menuPrincipal .lstMenuPrincipal .sub ul li .sousSub ul > li > a:before {
    content: "•";
    left: 0 !important; } }
/* ============================ NOTE STP =============================== */
#contenu .noteSTP {
  color: red;
  font-weight: bold; }

/* ============================ CONTENU =============================== */
#contenu {
  /*-- H1 -- */
  /*-- H2 -- */
  /*-- H3 -- */
  /*-- H4 -- */
  /*-- Signature -- */
  /*-- Titles -- */
  /*-- ACCORDEON -- */
  /*-- TABLEAU -- */
  /*-- ENCADRE OBJECTIF + QUESTION -- */
  /*-- BLOC NOTE + EXCLAMATION -- */
  /*-- ICONE JOURNAL DE BORD -- */
  /*-- ---------- BLOCS colorBG ---------- -- */ }
  #contenu h1 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    border: 1px solid #707070D0;
    padding: 5px 15px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 21.25px;
    line-height: 2.125rem;
    color: #707070;
    margin-bottom: 25px; }
  #contenu h2 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 21.25px;
    line-height: 2.125rem;
    color: #707070;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin-top: 30px;
    margin-bottom: 15px; }
  #contenu h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18.75px;
    line-height: 1.875rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 10px; }
  #contenu h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18.75px;
    line-height: 1.875rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #707070;
    margin-top: 20px;
    margin-bottom: 15px; }
  #contenu p,
  #contenu ul > li,
  #contenu ol > li {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300; }
  #contenu ul,
  #contenu ol {
    margin-left: 15px; }
    #contenu ul.exemplePlusEspace > li,
    #contenu ol.exemplePlusEspace > li {
      margin-bottom: 35px; }
  #contenu p {
    margin-bottom: 15px; }
    #contenu p.titreEspace {
      margin-top: 20px;
      margin-bottom: 10px; }
  #contenu .sansMarge {
    margin-bottom: 5px !important; }
  #contenu .marginTop0 {
    margin-top: 0 !important; }
  #contenu .marginTop10 {
    margin-top: 10px !important; }
  #contenu .marginTop20 {
    margin-top: 20px !important; }
  #contenu .marginTopM10 {
    margin-top: -12px !important; }
  #contenu .signature {
    font-family: "Great Vibes", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-size: 3rem; }
  #contenu .pageTitle,
  #contenu .weekTitle {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 5px; }
    #contenu .pageTitle span, #contenu .pageTitle h1,
    #contenu .weekTitle span,
    #contenu .weekTitle h1 {
      align-self: center;
      margin: 0 !important;
      text-transform: uppercase; }
    #contenu .pageTitle span,
    #contenu .weekTitle span {
      font-weight: 300;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem;
      padding: 7px 25px 7px 0;
      border-right: 4px solid #0A5C2A; }
    #contenu .pageTitle .h1,
    #contenu .weekTitle .h1 {
      margin-left: 23px !important;
      padding: 0 !important;
      color: #333;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22.5px;
      line-height: 2.25rem;
      border: none; }
  #contenu .pageTitle {
    margin-bottom: 25px; }
  #contenu .source {
    margin-top: -25px;
    margin-bottom: 35px; }
  #contenu .accordeon.transcription {
    border: 1px solid #707070; }
    #contenu .accordeon.transcription .toggler {
      background-color: #fff;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 600;
      padding: 10px 25px !important;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 18.75px;
      line-height: 1.875rem; }
      #contenu .accordeon.transcription .toggler.active {
        color: #333; }
    #contenu .accordeon.transcription div {
      background-color: #fff;
      padding: 25px; }
      #contenu .accordeon.transcription div.tableau.style1 {
        padding: 0 !important; }
    #contenu .accordeon.transcription.accPlaylist {
      margin-bottom: 10px; }
  #contenu .tableau.style1 {
    margin-bottom: 35px; }
    #contenu .tableau.style1 table {
      min-width: 500px; }
    #contenu .tableau.style1 th {
      color: #000;
      background-color: #A4B43B;
      border: 1px solid #A4B43B;
      border-right: 1px solid #A4B43B;
      padding: 10px;
      line-height: 1.25; }
      #contenu .tableau.style1 th:last-child {
        border-right: 1px solid #A4B43B !important; }
    #contenu .tableau.style1 td {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 18.75px;
      line-height: 1.875rem;
      background-color: #fff; }
      #contenu .tableau.style1 td ul {
        margin-left: 15px;
        margin-left: 1.5rem; }
    #contenu .tableau.style1 th,
    #contenu .tableau.style1 td {
      padding: 15px; }
    #contenu .tableau.style1 ul.listeCustomTableau {
      margin-left: 2rem !important; }
      #contenu .tableau.style1 ul.listeCustomTableau > li {
        font-weight: 500; }
        #contenu .tableau.style1 ul.listeCustomTableau > li::before {
          font-size: 14px;
          font-size: 1.4rem;
          top: 1px !important;
          left: -20px !important; }
      #contenu .tableau.style1 ul.listeCustomTableau.custom1 > li::before {
        content: "1." !important; }
      #contenu .tableau.style1 ul.listeCustomTableau.custom2 > li::before {
        content: "2." !important; }
      #contenu .tableau.style1 ul.listeCustomTableau.custom3 > li::before {
        content: "3." !important; }
      #contenu .tableau.style1 ul.listeCustomTableau.custom4 > li::before {
        content: "4." !important; }
    #contenu .tableau.style1.sem56Fig1 td.tier {
      width: 150px !important;
      text-align: center;
      padding: 10px; }
    #contenu .tableau.style1.sem56Fig1 td {
      vertical-align: middle; }
  #contenu .encadreObjectifs,
  #contenu .encadreQuestions {
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 20px 30px;
    margin-top: 70px;
    margin-bottom: 40px; }
    #contenu .encadreObjectifs ul,
    #contenu .encadreQuestions ul {
      margin-left: 1.5rem !important; }
    #contenu .encadreObjectifs h2,
    #contenu .encadreQuestions h2 {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      background-color: #fff;
      font-weight: 300;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22.5px;
      line-height: 2.25rem;
      padding: 5px 10px 0 15px;
      color: #707070;
      display: flex;
      align-items: center;
      width: fit-content;
      margin-top: -65px;
      margin-left: -17px; }
      #contenu .encadreObjectifs h2::before,
      #contenu .encadreQuestions h2::before {
        content: " ";
        display: inline-block;
        width: 70px;
        height: 70px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 5px; }
  #contenu .encadreObjectifs h2::before {
    background-image: url("../img/icone/icon_objectifs.png"); }
  #contenu .encadreQuestions h2::before {
    background-image: url("../img/icone/icon_questions.png"); }
  #contenu .blocNote,
  #contenu .blocExclamation {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    margin: 35px 0 45px 0;
    border: 2px solid #0B5B2A; }
    #contenu .blocNote .content,
    #contenu .blocExclamation .content {
      padding: 20px 20px 5px 20px;
      border-left: 2px solid #0B5B2A;
      margin-left: 80px; }
    #contenu .blocNote .icon,
    #contenu .blocExclamation .icon {
      padding: 0;
      position: absolute;
      content: " ";
      display: block;
      width: 75px;
      height: 100%;
      background-color: #fff;
      background-origin: content-box;
      background-repeat: no-repeat;
      background-position: center 30px;
      background-size: contain;
      border: 0;
      margin-left: 0; }
  #contenu .blocNote .icon {
    width: 45px;
    padding: 0 17px;
    background-position: center center !important;
    background-image: url("../img/icone/icon_bloc-note.png"); }
  #contenu .blocExclamation .titreVert {
    font-weight: 700;
    color: #0A5C2A; }
  #contenu .blocExclamation .icon {
    width: 20px;
    padding: 0 27px;
    background-image: url("../img/icone/icon_bloc-exclamation.png"); }
  #contenu .journalBord {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: flex-start;
    position: relative; }
    #contenu .journalBord:before {
      display: block;
      align-self: center;
      content: " ";
      width: 50px;
      height: 61px;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../img/icone/im_journal_bord.png");
      margin-right: 15px; }
    #contenu .journalBord div {
      align-self: center; }
      #contenu .journalBord div p {
        font-weight: 500; }
        #contenu .journalBord div p:last-child {
          margin-bottom: 0 !important; }
  #contenu .colorBG {
    position: relative;
    background-color: #F3F5E7;
    padding: 30px;
    margin: 45px 0;
    /* Exemple */
    /* Information + Définition + Attention */ }
    #contenu .colorBG.exemple {
      color: #707070;
      padding: 50px 25px 25px 25px;
      margin-top: 35px; }
      #contenu .colorBG.exemple h2, #contenu .colorBG.exemple h3 {
        font-family: "Roboto", Arial, Helvetica, sans-serif; }
      #contenu .colorBG.exemple h2 {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 20px;
        font-size: 2rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        width: 100%;
        display: block;
        background-color: #BC4C31;
        margin-top: 0;
        padding: 8px 25px; }
      #contenu .colorBG.exemple h3 {
        font-weight: 600;
        font-size: 16px;
        font-size: 1.6rem;
        color: #707070; }
      #contenu .colorBG.exemple p:last-child {
        margin-bottom: 0 !important; }
    #contenu .colorBG.information h3, #contenu .colorBG.definition h3, #contenu .colorBG.attention h3 {
      display: block;
      margin-top: 0;
      margin-bottom: 20px;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 300;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      padding-bottom: 5px;
      border-bottom: 1px solid #707070; }
    #contenu .colorBG.information:before, #contenu .colorBG.definition:before, #contenu .colorBG.attention:before {
      display: inline-block;
      content: " ";
      align-self: stretch;
      width: calc(100vw - 115px);
      height: 50px;
      margin-top: -5px;
      margin-bottom: 15px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    #contenu .colorBG.information p:last-child, #contenu .colorBG.definition p:last-child, #contenu .colorBG.attention p:last-child {
      margin-bottom: 0 !important; }
    #contenu .colorBG.information p,
    #contenu .colorBG.information blockquote, #contenu .colorBG.definition p,
    #contenu .colorBG.definition blockquote, #contenu .colorBG.attention p,
    #contenu .colorBG.attention blockquote {
      display: inline-block; }
    #contenu .colorBG.information blockquote, #contenu .colorBG.definition blockquote, #contenu .colorBG.attention blockquote {
      margin-left: 50px; }
    #contenu .colorBG.information:before {
      background-image: url("../img/icone/information.png"); }
    #contenu .colorBG.definition:before {
      background-image: url("../img/icone/definition.png"); }
    #contenu .colorBG.attention:before {
      background-image: url("../img/icone/attention.png"); }

@media screen and (min-width: 550px) {
  #contenu .colorBG.information, #contenu .colorBG.definition, #contenu .colorBG.attention {
    padding-left: 85px; }
    #contenu .colorBG.information h3, #contenu .colorBG.definition h3, #contenu .colorBG.attention h3 {
      text-align: left; }
    #contenu .colorBG.information:before, #contenu .colorBG.definition:before, #contenu .colorBG.attention:before {
      position: absolute;
      left: 15px;
      width: 50px;
      margin-bottom: 0;
      margin-right: 15px; }

  /*-- LISTE UL -- */ }
#contenu {
  /*-- LISTE OL -- */
  /*-- FIGURE -- */
  /*-- IMAGE/PARAGRAPHE SIDE BY SIDE --*/¸ */
  /*-- ---------- BLOCKQUOTES ---------- -- */ }
  #contenu ul li::before {
    top: -25px; }
  #contenu table ul li::before {
    top: -10px; }
  #contenu ol.listeRomain > li {
    list-style-type: lower-roman; }
  #contenu .titreFigure {
    margin-top: 25px; }
    #contenu .titreFigure .figure {
      text-transform: uppercase;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 18.75px;
      line-height: 1.875rem;
      font-weight: 300; }
    #contenu .titreFigure p {
      font-weight: 600; }
  #contenu figure {
    text-align: center;
    margin: 0 0 35px 0 !important; }
  #contenu .imgSBS {
    border: 1px solid #707070;
    padding: 25px 25px 15px 25px;
    margin: 25px 0; }
    #contenu .imgSBS img {
      float: left;
      width: 111px;
      margin-right: 20px;
      margin-bottom: 15px; }
    #contenu .imgSBS.sem4 img {
      width: 68px;
      margin-right: 10px;
      margin-bottom: 5px; }
    #contenu .imgSBS.sem56 img {
      width: 30px;
      margin-right: 10px;
      margin-bottom: 5px;
      margin-top: -7px; }
  #contenu blockquote {
    position: relative;
    padding-left: 18px;
    border-left: 5px solid #0A5C2A;
    margin-left: 70px;
    margin-bottom: 25px;
    margin-top: 25px; }
    #contenu blockquote::before {
      position: absolute;
      left: -65px;
      top: 5px;
      content: "«";
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 72px;
      font-size: 7.2rem;
      line-height: 24px;
      font-weight: 500;
      color: #0A5C2A;
      text-align: center;
      align-self: stretch;
      width: 50px;
      height: 50px; }
    #contenu blockquote.enRetrait {
      margin-left: 30px; }
      #contenu blockquote.enRetrait::before {
        display: none; }

/* ============================ FEUILLE DE ROUTE =============================== */
#feuilleRoute h2,
#feuilleRoute h3 {
  padding: 5px 13px;
  font-family: "Roboto", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif !important;
  margin-bottom: 5px !important; }
#feuilleRoute h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  background-color: #A3B90D; }
#feuilleRoute h3 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  background-color: #D6DCAF; }
#feuilleRoute .marginTop0 {
  margin-top: 0 !important; }
#feuilleRoute .tableau.style1 {
  border: none !important; }
  #feuilleRoute .tableau.style1 th,
  #feuilleRoute .tableau.style1 td {
    border: 1px solid #000 !important;
    padding: 13px; }
    #feuilleRoute .tableau.style1 th ul,
    #feuilleRoute .tableau.style1 td ul {
      margin-left: 13px; }
  #feuilleRoute .tableau.style1 th {
    background-color: #fff !important;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem; }

/* ============================ SCHÉMA CUSTOM =============================== */
.schemaCustom {
  background-color: #F3F5E7;
  padding: 5px 25px;
  margin-bottom: 25px; }
  .schemaCustom .titreSchema {
    text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .schemaCustom .titreSchema:before {
      content: " ";
      width: 125px;
      height: 100px;
      margin-right: 15px; }
  .schemaCustom.mondeNumerique .titreSchema:before, .schemaCustom.mondeReel .titreSchema:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .schemaCustom.mondeNumerique .titreSchema:before {
    background-image: url("../img/icone/Mod2_Sem7-8_Fig7.1.png"); }
  .schemaCustom.mondeReel .titreSchema:before {
    background-image: url("../img/icone/Mod2_Sem7-8_Fig7.2.png"); }
  .schemaCustom .elements {
    /* stratégie de fabrication */
    /* La conception de processus */
    /* La planification de production */
    /* L'exécution de la production */
    /* Le suivi de production */
    /* L'optimisation de processus */
    /* --- fin element -- */ }
    .schemaCustom .elements .boitePrimaire {
      background-color: #fff;
      padding: 25px; }
      .schemaCustom .elements .boitePrimaire p:last-child {
        margin-bottom: 0 !important; }
      .schemaCustom .elements .boitePrimaire .titreElement {
        padding: 3px;
        margin: -25px -25px 20px -25px; }
        .schemaCustom .elements .boitePrimaire .titreElement span {
          display: flex;
          align-items: center;
          color: #fff;
          font-weight: 500; }
          .schemaCustom .elements .boitePrimaire .titreElement span:before {
            content: " ";
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-size: 2.4rem;
            background-color: #fff;
            width: 30px;
            height: 30px;
            margin-right: 12px; }
    .schemaCustom .elements.element1 .boitePrimaire {
      border: 1px solid #FAB333; }
      .schemaCustom .elements.element1 .boitePrimaire .titreElement {
        background-color: #FAB333; }
        .schemaCustom .elements.element1 .boitePrimaire .titreElement span:before {
          content: "1";
          color: #FAB333; }
    .schemaCustom .elements.element2 .boitePrimaire {
      border: 1px solid #F73F5E; }
      .schemaCustom .elements.element2 .boitePrimaire .titreElement {
        background-color: #F73F5E; }
        .schemaCustom .elements.element2 .boitePrimaire .titreElement span:before {
          content: "2";
          color: #F73F5E; }
    .schemaCustom .elements.element3 .boitePrimaire {
      border: 1px solid #018396; }
      .schemaCustom .elements.element3 .boitePrimaire .titreElement {
        background-color: #018396; }
        .schemaCustom .elements.element3 .boitePrimaire .titreElement span:before {
          content: "3";
          color: #018396; }
    .schemaCustom .elements.element4 .boitePrimaire {
      border: 1px solid #03B198; }
      .schemaCustom .elements.element4 .boitePrimaire .titreElement {
        background-color: #03B198; }
        .schemaCustom .elements.element4 .boitePrimaire .titreElement span:before {
          content: "4";
          color: #03B198; }
    .schemaCustom .elements.element5 .boitePrimaire {
      border: 1px solid #6F625B; }
      .schemaCustom .elements.element5 .boitePrimaire .titreElement {
        background-color: #6F625B; }
        .schemaCustom .elements.element5 .boitePrimaire .titreElement span:before {
          content: "5";
          color: #6F625B; }
    .schemaCustom .elements.element6 .boitePrimaire {
      border: 1px solid #2098D6; }
      .schemaCustom .elements.element6 .boitePrimaire .titreElement {
        background-color: #2098D6; }
        .schemaCustom .elements.element6 .boitePrimaire .titreElement span:before {
          content: "6";
          color: #2098D6; }
    .schemaCustom .elements .infoSupp {
      margin-top: -30px;
      margin-bottom: 25px; }
      .schemaCustom .elements .infoSupp .card {
        border: none;
        border-radius: 0;
        background-color: transparent; }
        .schemaCustom .elements .infoSupp .card .card-header {
          width: 30px;
          height: 30px;
          padding: 0;
          background-color: #4A4A49;
          border-radius: 0 !important;
          margin-left: auto;
          margin-right: 1px; }
          .schemaCustom .elements .infoSupp .card .card-header button {
            color: #fff;
            font-size: 24px;
            font-size: 2.4rem;
            font-weight: 500;
            line-height: 0.7;
            text-decoration: none; }
            .schemaCustom .elements .infoSupp .card .card-header button:hover, .schemaCustom .elements .infoSupp .card .card-header button:active, .schemaCustom .elements .infoSupp .card .card-header button:visited, .schemaCustom .elements .infoSupp .card .card-header button:focus {
              text-decoration: none; }
            .schemaCustom .elements .infoSupp .card .card-header button.btn {
              box-shadow: none !important; }
        .schemaCustom .elements .infoSupp .card .card-body {
          padding: 25px; }
          .schemaCustom .elements .infoSupp .card .card-body ul {
            margin-left: 15px !important;
            margin-left: 1.5rem !important; }
        .schemaCustom .elements .infoSupp .card .collapse,
        .schemaCustom .elements .infoSupp .card .collapsing {
          background-color: #E4E8CA;
          border: 1px solid #C8CBBC;
          transition-delay: 0; }

/* ============================ Video player =============================== */
.animVideoPlaylist.visionneuse .titreFigure p {
  margin-bottom: 0 !important; }
.animVideoPlaylist.visionneuse .interTitre {
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-weight: 300 !important; }
.animVideoPlaylist.visionneuse figure {
  margin-bottom: 0 !important; }
.animVideoPlaylist.visionneuse .listeOnglets a {
  font-family: "Roboto", Arial, Helvetica, sans-serif !important; }
  .animVideoPlaylist.visionneuse .listeOnglets a.itemPlaylist {
    background-color: #D6DCAF !important;
    color: #000 !important; }
    .animVideoPlaylist.visionneuse .listeOnglets a.itemPlaylist.active {
      color: #fff !important;
      background-color: #3d3d3d !important; }

/*# sourceMappingURL=screen.css.map */
