/*************/
/* Variables */
/*************/
/****************************/
/* Page rubriques formation */
/****************************/
/* Container de la page*/
.rubriqueFormationContent {
  height: 100%;
  overflow-y: auto; }

/* intitule du haut de page */
p.rubriquesTitre {
  width: 100%;
  margin: 0 auto;
  padding: 18px 0;
  background-color: #fff;
  font-family: 'Open Sans' sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #482882;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

/* div container de chacune des rubriques presentes sur la page */
div.rubriqueFormation {
  height: 200px;
  width: 600px;
  background-color: #fff;
  margin: 30px auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  /* contient la presentation de la rubrique */ }
  div.rubriqueFormation div.rubriqueFormationPresentation {
    margin: 30px;
    display: inline-block;
    float: left; }
    div.rubriqueFormation div.rubriqueFormationPresentation p {
      margin: 10px 0; }
    div.rubriqueFormation div.rubriqueFormationPresentation input {
      margin-top: 15px; }
    div.rubriqueFormation div.rubriqueFormationPresentation p.rubriqueFormationTitre {
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #333333; }
    div.rubriqueFormation div.rubriqueFormationPresentation p.rubriqueFormationDescription {
      width: 320px;
      max-height: 100px;
      text-align: justify;
      overflow-y: auto;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #333333; }
    div.rubriqueFormation div.rubriqueFormationPresentation button.rubriqueFormationButton {
      padding: 5px 30px;
      background-color: #482882;
      border: none;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
  div.rubriqueFormation img.rubriqueFormationIllustration {
    height: 100%;
    max-width: 220px;
    float: left;
    display: inline-block; }

@media only screen and (max-width: 1400px) {
  div.rubriqueFormation div.rubriqueFormationPresentation p {
    margin: 4px 0; }
  div.rubriqueFormation div.rubriqueFormationPresentation {
    margin: 10px; }
  div.rubriqueFormation {
    height: 28%;
    width: 37%;
    display: flex;
    margin: 20px; } }

@media only screen and (max-width: 1600px) {
  div.rubriqueFormation div.rubriqueFormationPresentation {
    margin: 15px;
    display: inline-block;
    float: left; }
  div.rubriqueFormation {
    height: 25%;
    width: 40%;
    transform: translate(15%, 30%);
    float: left;
    margin: 30px; } }

/*******************************/
/* Page AutoFormation : global */
/*******************************/
div.autoFormationContent {
  position: relative; }

/* usage de !important pour que la couleur puisse etre utilisee pour n'importe quel texte */
.autoFormationGreenColor {
  color: #5DB747 !important; }

.autoFormationOrangeColor {
  color: #F49C10 !important; }

.autoFormationRedColor {
  color: #E21B1B !important; }

/*******************************/
/* Page AutoFormation : themes */
/*******************************/
/* Affichage par defaut des themes */
div.autoFormationThemesContainer {
  height: 100%;
  margin: 0 auto;
  overflow-y: auto; }

div#page_int div.autoFormationThemesContainer p.themesTitre {
  padding: 18px 0;
  padding-left: 25px;
  text-align: left; }

.autoFormationBandeauTop {
  height: 50px;
  width: 100%; }

p.autoFormationInfoPremiersPas {
  margin: 20px 35px 0 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #482882;
  display: inline-block; }

p.autoFormationInfoPremiersPas em {
  font-weight: 800;
  font-style: normal;
  color: #482882; }

p.autoFormationInfoPremiersPas i.fa-exclamation-circle {
  font-size: 20px;
  color: #482882; }

.autoFormationMoreInfoBtn {
  margin: 20px 35px 0 0;
  padding: 5px 20px;
  background-color: #482882;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  float: right;
  display: inline-block; }

.autoFormationMoreInfoBtn:hover {
  background: #fff;
  color: #482882; }

.autoFormationConteneurTheme {
  margin: 1%;
  overflow: hidden;
  display: inline-block; }

div.autoFormationTheme {
  width: 250px;
  height: 250px;
  margin: 20px 10px;
  padding: 40px;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  position: relative; }
  div.autoFormationTheme p {
    margin: 5px auto;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    color: #333; }

img.autoFormationPicture {
  margin: 5px auto;
  height: 65px;
  display: block; }

p.autoFormationThemeTitre {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }

p.autoFormationThemeDescription {
  font-size: 14px;
  font-weight: 400; }

div.autoFormationLineBreak {
  margin: 10px auto;
  width: 74px;
  height: 1px;
  background-color: #E0E0E0; }

button.autoFormationThemeButton {
  margin: 5px auto;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  border: none;
  background-color: #fff; }
  button.autoFormationThemeButton:hover {
    background-color: #482882;
    color: #fff; }

.autoFormationAvancement {
  width: 60%;
  position: absolute;
  top: -5px;
  right: -40%;
  z-index: 10; }

div.autoFormationThemeAcquis {
  width: 60%;
  position: absolute;
  top: -3px;
  right: -20%;
  z-index: 10; }

div.autoFormationThemeAcquis > img {
  height: 30px; }

/* Cas ou le theme est desactive */
p.autoFormationThemeTitre.autoFormationOff,
p.autoFormationNoAccess.autoFormationOff,
span.fa-lock.autoFormationOff,
p.autoFormationThemeDescription.autoFormationOff {
  color: #A1B5B3; }

button.autoFormationThemeButton.autoFormationOff {
  color: #A1B5B3;
  background-color: #F1F1F1;
  cursor: no-drop; }

div.autoFormationTheme.autoFormationOff {
  background: #F1F1F1; }

/* Pour les disques affichant l'avancement sur le theme */
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap; }

.single-chart {
  width: 33%;
  justify-content: space-around; }

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px; }

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8; }

.circle {
  fill: none;
  stroke-width: 3.8;
  animation: progress 1s ease-out forwards; }

@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }

.circular-chart.autoFormationOrange .circle {
  stroke: #ff9f00; }

.circular-chart.autoFormationGreen .circle {
  stroke: #5DB747; }

.circular-chart.autoFormationBlue .circle {
  stroke: #3c9ee5; }

.percentage {
  fill: #333;
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  text-anchor: middle; }

.percentage.autoFormationGreen {
  fill: #5DB747; }

/*************************************************/
/* Page AutoFormation : liste des questionnaires */
/*************************************************/
div.autoFormationQuestionnairesContainer {
  width: 70%;
  float: left; }

div.autoFormationThemeResumeContainer {
  min-width: 300px;
  width: 30%;
  float: right;
  height: auto !important; }

div.autoFormationConteneurQuest {
  overflow: hidden;
  display: inline-block; }

div.autoFormationQuest {
  width: 400px;
  height: 210px;
  margin: 20px 10px;
  padding: 22px;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative; }
  div.autoFormationQuest div.autoFormationLineBreak {
    width: 356px;
    position: absolute;
    bottom: 18%; }
  div.autoFormationQuest p.autoFormationQuestTitre {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase; }

div.autoFormationQuestData p {
  margin: 5px auto;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333; }

div.autoFormationQuestAvancement {
  width: 356px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  bottom: 5%; }
  div.autoFormationQuestAvancement p.autoFormationQuestAvancementText {
    padding: 5px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #482882; }

button.autoFormationQuestPlayBtn {
  float: right;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #482882;
  background-color: #fff;
  text-transform: uppercase;
  border: none; }
  button.autoFormationQuestPlayBtn:hover {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6); }

/* barre de progression dans le resume du theme */
div.autoFormationProgressBarContainer {
  width: 100%;
  padding-top: 2px; }
  div.autoFormationProgressBarContainer div.progressBar {
    height: 15px;
    background-color: #E0E0E0;
    width: 75%;
    display: inline-block; }
    div.autoFormationProgressBarContainer div.progressBar div {
      display: block;
      height: 100%;
      position: relative; }
    div.autoFormationProgressBarContainer div.progressBar .autoFormationGreenColor {
      background-color: #5DB747; }
    div.autoFormationProgressBarContainer div.progressBar .autoFormationOrangeColor {
      background-color: #F49C10; }
    div.autoFormationProgressBarContainer div.progressBar .autoFormationRedColor {
      background-color: #E21B1B; }
  div.autoFormationProgressBarContainer p {
    padding-left: 5px; }

/* box de resume du theme */
div.autoFormationResumeBox {
  margin: 20px 10px;
  padding: 22px;
  background-color: #fff;
  color: #333;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

div.autoFormationResumeBox p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline; }

div.autoFormationThemeResumeData > div {
  margin-bottom: 15px;
  clear: both; }

div.autoFormationThemeProgression {
  height: 20px; }
  div.autoFormationThemeProgression div.autoFormationThemeResumeDataName {
    float: left;
    width: 25%; }

div.autoFormationThemeResumeData div.autoFormationThemeResumeDataName {
  display: inline-block; }

div.autoFormationThemeProgression div.autoFormationThemeResumeDataContent {
  float: right;
  width: 75%; }

div.autoFormationThemeResumeData div.autoFormationThemeResumeDataContent,
div.autoFormationThemeResumeData > div > div.autoFormationThemeResumeDataContent > p {
  font-weight: 700;
  font-size: 14px;
  display: inline; }

div.autoFormationResumeBox div.autoFormationLineBreak {
  width: 100%; }

div.autoFormationResumeBox p.autoFormationThemeResumeTitle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }

/*****************************************************************/
/* Page AutoFormation : video de presentation d'un questionnaire */
/*****************************************************************/
div.autoFormationQuestionnaireVideo {
  margin: 20px auto;
  width: fit-content;
  padding: 0;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center; }
  div.autoFormationQuestionnaireVideo object {
    display: block;
    min-height: 60vh;
    min-width: 50vw; }
  div.autoFormationQuestionnaireVideo button {
    display: block;
    margin: 0;
    margin-top: 20px; }

/*******************************************/
/* Page AutoFormation: affichage questions */
/*******************************************/
#autoFormationCurrentAvancement,
#autoFormationCurrentQuestion {
  margin: 30px auto;
  padding: 23px;
  width: 75%;
  min-width: 600px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  overflow: hidden; }

/* barre d'avancement dans le questionnaire */
div#autoFormationCurrentAvancement div.autoFormationProgressBarContainer {
  width: 100%;
  padding: 0; }
  div#autoFormationCurrentAvancement div.autoFormationProgressBarContainer div.progressBar {
    width: 100%; }
    div#autoFormationCurrentAvancement div.autoFormationProgressBarContainer div.progressBar div {
      position: relative; }
    div#autoFormationCurrentAvancement div.autoFormationProgressBarContainer div.progressBar p {
      position: absolute;
      top: -20px;
      left: 100%;
      font-size: 16px;
      font-weight: 600;
      color: #5DB747;
      width: 100%;
      padding: 0; }
    div#autoFormationCurrentAvancement div.autoFormationProgressBarContainer div.progressBar p.placeTipLeft {
      left: auto;
      text-align: right; }

div.autoFormationReponsesContainer button.autoFormationReponseSelector {
  margin: 10px;
  background: #fff;
  border: 1px solid #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase; }

div.autoFormationReponsesContainer button.autoFormationReponseSelector.autoFormationSelected {
  color: #fff;
  background: #F49C10;
  border-color: #F49C10; }

div.autoFormationReponsesContainer button.autoFormationReponseSelector.autoFormationGoodAnswer {
  background-color: #5DB747;
  border-color: #5DB747;
  color: #fff; }

div.autoFormationReponsesContainer button.autoFormationReponseSelector.autoFormationWrongAnswer {
  background-color: #fff;
  border-color: #E21B1B;
  color: #E21B1B; }

div.autoFormationReponsesContainer p {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  vertical-align: middle; }

div.autoFormationReponsesContainer div.autoFormationImageContainer {
  margin: 0 auto;
  position: relative; }

#autoFormationCurrentQuestion {
  /* Question actuellement posee*/
  /* son explication */ }
  #autoFormationCurrentQuestion div.autoFormationLineBreak {
    width: 100%; }
  #autoFormationCurrentQuestion button.autoFormationMoreInfoBtn {
    display: inline-block; }
  #autoFormationCurrentQuestion p.autoFormationQuestionText {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #333; }
  #autoFormationCurrentQuestion p.autoFormationQuestionExplication {
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-style: italic; }

.autoFormationReponseMultipleSelector {
  height: 24px;
  width: 24px; }

.autoFormationReponseImage {
  margin: 0 auto;
  display: block;
  z-index: 10;
  width: 763px;
  height: 540px; }

#autoFormationCanvas {
  position: absolute;
  z-index: -5;
  top: 0;
  margin: 0 auto; }

/********************************/
/* Page AutoFormation: notation */
/********************************/
/* page de notation */
div#autoFormationCurrentQuestion img.autoFormationNotationPicture,
div#autoFormationCurrentQuestion p.autoFormatioNotationMessage,
div#autoFormationCurrentQuestion div.autoFormationNotationDetails {
  margin: 20px auto;
  display: block; }

img.autoFormationNotationPicture {
  height: 140px; }

p.autoFormationNotationMessage {
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase; }

p.autoFormationNotationScore {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase; }
  p.autoFormationNotationScore em {
    font-size: 22px;
    font-weight: 800; }

div.autoFormationNotationDetails {
  background: #F1F1F1;
  padding: 20px;
  max-width: 250px; }
  div.autoFormationNotationDetails div {
    margin-bottom: 10px; }

div.autoFormationNotationNiveau p.autoFormationNotationValue {
  text-transform: uppercase; }

p.autoFormationNotationKey,
p.autoFormationNotationValue {
  display: inline;
  font-size: 14px;
  font-weight: 400; }

p.autoFormationNotationKey {
  margin-right: 10px; }
  p.autoFormationNotationKey:after {
    content: " :"; }

p.autoFormationNotationValue {
  font-weight: 700; }

/*****************************************************/
/* Pop-up confirmation pour quitter un questionnaire */
/*****************************************************/
p.returnConfirmationVanillaDialogText {
  margin: 10px auto;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 1.4em;
  font-weight: 600; }

p.returnConfirmationVanillaDialogComplement {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 1.1em;
  font-weight: 400; }

.downloadErreurQcm i, .downloadErreurQcmByAdmin i {
  color: #482882;
  cursor: pointer; }

.downloadErreurQcmAll {
  background: #482882;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 3px 5px;
  display: block;
  width: 45px;
  margin: 0 auto;
  margin-top: 15px; }

.downloadErreurQcmByAdmin {
  font-size: 12px !important;
  cursor: pointer; }
