@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. */
/* Calcul du line-height en rem et son fallback en px. */
/* 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);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900);
/* *********************************************** */
/* COMMUN                                          */
/* ----------------------------------------------- */
/* Table des matieres :                            */
/*                                                 */
/* - Base                                          */
/* - Grille simplifiée                             */
/* - Contenu spécifique au cours                   */
/*                                                 */
/* *********************************************** */
/* =============================================== */
/* Base                                            */
/* ----------------------------------------------- */
/* =============================================== */
/* Grille et conteneurs                            */
/* ----------------------------------------------- */
.container {
  max-width: 120rem;
  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: 120rem; } }
@media screen and (min-width: 480px) {
  #page-mod-quiz-attempt .container, body[data-typemenu="sidebar"] .container, body[data-typemenu="sidebar"] #main .container {
    max-width: 120rem; } }
@media screen and (min-width: 120rem) {
  body[data-typemenu="sidebar"] #main .container, body[data-typemenu="sidebar"] #main .container, #page-mod-quiz-attempt .container {
    max-width: 120rem; } }
@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: 120rem; } }

@media screen and (min-width: 1200px) {
  body[data-typemenu="sidebar"] #zoneIdentitaire > .container {
    max-width: 120rem; }
    body[data-typemenu="sidebar"] #zoneIdentitaire > .container > .row {
      display: flex; } }

#header #zoneUtilisateur .container,
#header .nav-teluq .container,
#zoneIdentitaire .container {
  max-width: 120rem; }

#main #filAriane .container {
  max-width: 120rem !important; }
#main .container {
  max-width: 120rem !important; }

/* =============================================== */
/* Contenu spécifique au cours                     */
/* ----------------------------------------------- */
/* Header */
#zoneIdentitaire {
  min-height: 0 !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../img/bandeau_mobile.svg");
  background-size: 100%; }
  @media screen and (min-width: 768px) {
    #zoneIdentitaire {
      background-image: url("../img/bandeau.svg"); } }
  @media screen and (min-width: 1200px) {
    #zoneIdentitaire {
      background-size: none; } }

#main {
  background-image: none; }
  #main #filAriane {
    margin-bottom: 0; }

#blocInfoCours {
  margin-top: 10px; }

#sigleCours {
  font-size: 14px;
  font-size: 1.4rem;
  color: #707070;
  max-width: 500px;
  font-family: "Poppins", sans-serif;
  margin: 0; }

#titreCours {
  font-size: 24px;
  font-size: 2.4rem;
  max-width: 450px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #354870; }

@media screen and (min-width: 1200px) {
  #blocInfoCours {
    margin: 45px;
    text-align: right; }

  #sigleCours {
    font-size: 20px;
    font-size: 2rem; }

  #titreCours {
    font-size: 58px;
    font-size: 5.8rem;
    line-height: 65px;
    line-height: 6.5rem; } }
/* Menu */
#menuPrincipal .lstMenuPrincipal > li.parent > a:after {
  content: "";
  display: inline-block;
  float: right;
  margin-top: 10px;
  border: 5px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  height: 0;
  width: 0; }
#menuPrincipal .lstMenuPrincipal > li.parent.active > a:after {
  border: 5px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  height: 0;
  width: 0; }

@media screen and (min-width: 1200px) {
  body[data-typemenu="sidebar"] #main #page > .row {
    column-gap: 0; }
  body[data-typemenu="sidebar"] #menuPrincipal .container {
    padding-left: 10px;
    padding-top: 10px; }
  body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal {
    margin-top: 0;
    padding: 10px 0 100px;
    border-right: 1px solid #B7B7B7; }
    body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li {
      border: none; }
      body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li > a {
        margin-top: 20px;
        padding: 2px 0;
        border-bottom: 1px solid #B7B7B7;
        text-transform: none;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        padding-left: 5px; }
      body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.itemActif > a {
        background-color: #354870;
        color: #fff; }
    body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent > a:after {
      content: "";
      display: inline-block;
      float: right;
      margin: 5px 10px 0 0;
      border: 5px solid transparent;
      border-left: 8px solid #707070;
      border-right: 0;
      height: 0;
      width: 0; }
    body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent.itemActif > a:after {
      border-left: 8px solid #fff; }
    body[data-typemenu="sidebar"] #menuPrincipal .lstMenuPrincipal > li.parent.itemActif.active > a:after {
      border-top: 8px solid #fff;
      border-left: 0.4rem solid transparent; } }
/* Contenu */
#contenu {
  /* Titres */
  /* Accordeons */ }
  #contenu a[target="_blank"]:not(a[href*="pluginfile.php"]).special::after {
    filter: invert(1); }
  #contenu .moduleTitre {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    color: #354870;
    border-bottom: 1px solid #354870; }
  #contenu .moduleTitrePartie {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem; }
  #contenu h1, #contenu h2, #contenu h3, #contenu h4, #contenu h5 {
    margin-bottom: 15px; }
  #contenu h1 {
    font-family: Roboto Light;
    font-size: 17px;
    font-size: 1.7rem;
    color: #000; }
  #contenu h2 {
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 8px solid #f8c231;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem; }
  #contenu h3 {
    font-family: Roboto;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 23px;
    line-height: 2.3rem;
    color: #354870; }
  #contenu h4 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    line-height: 2.3rem; }
  #contenu h5 {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    line-height: 2.3rem; }
  #contenu ul > li:before {
    top: -25px; }
  #contenu a {
    color: #BF490B; }
  #contenu .lienmanquant {
    background-color: #E9ECEF; }
  #contenu .accordeon {
    margin-bottom: 20px;
    border: 1px solid #B8B8B8; }
    #contenu .accordeon > div {
      background-color: #fff; }
    #contenu .accordeon .toggler {
      position: relative;
      margin-top: 15px;
      margin-bottom: 0;
      padding: 10px 30px 10px 10px;
      background-color: #fff;
      cursor: pointer;
      font-family: "Open Sans";
      font-weight: 600;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 28px;
      line-height: 2.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;
        font-family: "Open Sans";
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2rem;
        background: none;
        background-size: 20px;
        color: #000000; }
        #contenu .accordeon .toggler .icone:before {
          content: "Ouvrir";
          text-transform: uppercase;
          position: relative;
          left: 8px; }
        #contenu .accordeon .toggler .icone:after {
          content: "▼";
          color: #707070;
          position: relative;
          left: 15px;
          font-size: 15px; }
      #contenu .accordeon .toggler.active {
        background-color: #fff;
        color: #000;
        border-bottom: 1px solid #B8B8B8;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #contenu .accordeon .toggler.active .icone {
          color: #000;
          background-position: right -20px; }
          #contenu .accordeon .toggler.active .icone:before {
            content: "Fermer"; }
          #contenu .accordeon .toggler.active .icone:after {
            content: "▲"; }
  #contenu .boiteSommaire {
    border: 1px solid #000000;
    border-left: 8px solid #f8c231;
    padding: 20px 20px 0; }
    #contenu .boiteSommaire a {
      text-transform: uppercase;
      text-decoration: none;
      color: #000; }
      #contenu .boiteSommaire a:hover, #contenu .boiteSommaire a:focus-visible {
        text-decoration: underline; }
  #contenu .boiteObjectifs {
    background-color: rgba(53, 72, 112, 0.4);
    background-image: url("../img/filet_boite_objectifs.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 40px 30px 20px;
    margin: 40px 0; }
    #contenu .boiteObjectifs .boiteObjectifsTitre {
      font-weight: bold;
      font-size: 17px;
      font-size: 1.7rem; }
  #contenu .boiteCapsule {
    background-color: rgba(218, 212, 184, 0.26);
    background-image: url("../img/capsule.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 40px;
    text-align: center;
    margin: 20px 0 40px; }
    #contenu .boiteCapsule img {
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25); }
    #contenu .boiteCapsule .source {
      width: 50%;
      margin: 10px auto 20px; }
  #contenu .boiteExercice {
    background-color: rgba(53, 72, 112, 0.15);
    padding: 40px 30px 20px;
    margin: 80px 0 40px; }
    #contenu .boiteExercice .boiteExerciceTitre {
      color: #354870;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem;
      font-weight: 500;
      text-align: center;
      position: relative;
      margin-top: 20px;
      padding-top: 35px; }
      #contenu .boiteExercice .boiteExerciceTitre::before {
        background-image: url("../img/icones/iconeIA.svg");
        position: absolute;
        content: "";
        width: 150px;
        height: 150px;
        top: -116px;
        left: 50%;
        transform: translateX(-50%); }
  #contenu .boiteEncadre {
    border: 1px solid #354870;
    padding: 50px 30px 30px;
    position: relative;
    margin: 50px 0 35px; }
    #contenu .boiteEncadre .boiteEncadreTitre {
      font-family: Roboto Light;
      color: #707070;
      font-size: 18px;
      font-size: 1.8rem;
      position: absolute;
      top: -25px;
      background-color: white;
      padding: 0 20px; }
      #contenu .boiteEncadre .boiteEncadreTitre::before {
        content: "";
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-right: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle; }
  #contenu .boiteLecture .boiteEncadreTitre::before {
    background-image: url("../img/icones/icone_lecture.svg"); }
  #contenu .boiteQuestionnaire .boiteEncadreTitre::before {
    background-image: url("../img/icones/icone_exercice.svg"); }
  #contenu .boiteJournal .boiteEncadreTitre::before {
    background-image: url("../img/icones/icone_journal.svg"); }
  #contenu .boitePosture {
    position: relative;
    margin: 100px 0 0;
    padding-top: 80px; }
    #contenu .boitePosture::before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 200px;
      height: 170px;
      top: -85px;
      background-color: white;
      margin-right: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      vertical-align: middle;
      background-image: url("../img/icones/icone_posture.svg"); }
  #contenu .boiteBleu {
    background-color: #354870;
    color: #fff;
    padding: 20px 20px 5px;
    margin-bottom: 15px; }
    #contenu .boiteBleu a {
      color: #fff; }
  #contenu .animVideoPlaylist figure {
    margin-bottom: 0; }

/*# sourceMappingURL=screen.css.map */
