@font-face {
  font-family: "Quicksand";
  src: url("Quicksand/Quicksand-Regular.ttf");
}
@font-face {
  font-family: "Quicksand";
  src: url("Quicksand/Quicksand-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Quicksand-Light";
  src: url("Quicksand/Quicksand-Light.ttf");
}
* {
  margin: 0;
  padding: 0;
  font-family: "quicksand",Verdana, sans-serif;
  font-size: 1.02em;
}

body {
  max-width: 1200px;
  margin: auto;
  background-color: white;
  background: url(../images/topAccueil.png) no-repeat 0px 0px;
  background-position-x: center;
}

svg.bi{
  position: relative;
  top: 2px;
  margin-right: 5px;
}
/* Page accueil/login */
#connexion {
  max-width: 50%;
  margin: 5% auto;
}
#div-connexion{
  background-image: url('../images/connexion.png');
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
}
/*footer{
    background: url(images/ligneBackground.png) no-repeat; 
    min-height: 117px;
    margin-top: 30px;
    padding-top : 105px;
}*/
.block-contact {
  background-size: cover;
  height: 250px;
  font-family: 'Quicksand', sans-serif;
  width: 100%;
  margin-left: 0px;
}

.block-contact .titreContact {
  font-family: 'Quicksand-Bold', sans-serif;
  color: white;
  position: relative;
}

.contactFooter {
  border: 1px solid white;
  margin-top: 15px;
}

.block-contact .marginTitreContact {
  margin-top: 90px;
}

.block-contact .ligneContact {
  width: 50px;
  text-align: center;
  position: absolute;
  border-bottom: 3px solid white;
  right: 50%;
  margin-right: -25px;
}

.contactFooter {
  border: 1px solid white !important;
  margin-top: 15px;
}
/*
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: white; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
*/
h1 {
  font-size: 2em;
  color: white;
  margin-top: 5px;
}
h2 {
  font-size: 1.8em;
  color: #222;
  /*text-shadow: 2px 2px 3px #000;*/
}

h5 {
  font-size: 2.0rem;
}
textarea {
  font-size: 14pt;
}
.lignePrincipalInformer {
  width: 50px;
  text-align: center;
  position: absolute;
  border-bottom: 3px solid white;
  right: 50%;
  margin: 15px -25px 15px 0px;
}

.icone {
  height: 15px;
}

.leftNav li {
  background-color: #36636E;
  color: white;
  list-style-type: none;
  padding: 5px 15px;
  margin-top: 5px;
  border-radius: 5px;
}

.leftNav li:hover {
  background-color: #4c98ab;
}

.leftNav a {
  color: white;
}

.leftNav a:hover {
  text-decoration: none;
}

.menuBas {
  text-align: center;
}

.menuBas li, .menuBas ul {
  display: inline;
}

.menuBas li::after {
  content: ' - ';
  font-size: 12px;
  color: #36636E;
}

.menuBas li:last-child::after {
  content: '';
}

.breadcrumb {
  color: black;
  background: none;
  margin-top: 95px;
  margin-bottom: 20px;
}

.breadcrumb > a {
  color: black;
}

.adresse {
  margin-left: 30%;
  margin-top: 15px;
  margin-bottom: 50px;
  border-left: 2px #36636E solid;
  padding: 0;
  padding-left: 10px;
}

.breadcrumb > span {
  color: black;
  text-decoration: none !important;
  font-weight: bold;
  border-bottom: 2px solid #36636E;
}

.chapitre, .chapitreDG, .navVerticale {
  font-size: 1.2em;
  background-color: #37636e;
  padding: 3%;
  margin-top: 1%;
  transition-duration: 0.5s;
  border: 1px solid white;
  color: white;
  margin-left: 5px;
  margin-right: 5px;
  list-style-type: none;
  min-height: 40px !important;
  border-radius: 5px;
}
/*
.btn-impression a:hover, .btn-impression a:active {
  color: #ffffff !important;
  text-decoration: underline !important; }
*/
.boutonModule, .boutonModule1 {
  background-color: white !important;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 280px;
}

.chapit {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding-left: 15px;
}

.chapitre:hover {
  background-color: #4c98ab;
  color: white;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 0px;
}

.chapitreDG:hover {
  background-color: #4c98ab;
  color: white;
}

.listeChapitre:hover, .retour:hover {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #37636e;
}

.listeChapitre {
  min-height: 20px;
}

.chapitre a {
  color: white;
}

.chapitre a:hover {
  color: white;
  text-decoration: none;
}

.navVerticale:hover {
  background-color: #4c98ab;
  color: white;
  text-decoration: none;
}

.activeChap {
  font-weight: bold;
  color: white;
  background-color: #4c98ab;
  margin-left: 15px;
  margin-right: 0px;
}

.list-group ul {
  width: 100%;
  list-style: none;
}

.list-group a{
  vertical-align: middle;
}
.bouton-navbar a {
  color: white !important;
  vertical-align: middle;
}
.list-group a:hover, .bouton-navbar a:hover {
  text-decoration: none;
}

.bouton-navbar {
  background-color: #36636E;
  border-radius: 6px;
  color: white;
  padding: 2px;
  /*margin: 3px;*/
  text-align: center;
  border: 2px solid white;
  font-size: 1.2em;
  min-height: 33px;
  vertical-align: middle;
}

#cadre {
  background-color: white;
  border: 1px solid lightgray;
  overflow: hidden;
}

.iframeCours {
  height: 650px;
}

#frameCours {
  width: 100% !important;
  height: 100% !important;
  border: 0px;
}

.boutons {
  background-color: white;
  height: 40px;
  text-align: center;
  vertical-align: central;
  border-width: none !important;
  padding: 5px;
}

.login {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border: 2px solid lightgray;
  border-radius: 5px;
}

.presentation {
  font-size: 1.1em;
  padding-top: 10px;
  margin-bottom: 10px;
}
.box-info {
  background-color: #D9EDF7;
  padding: 0.7em;
  border-radius: 0 25px 0 25px;
  font-size: 1.1em;
}
.box-danger {
  background-color: #F2DEDE;
  padding: 0.7em;
  border-radius: 0 25px 0 25px;
  font-size: 1.1em;
}
.accompli {
  text-align: center;
  font-size: 1em;
}

.progress {
  background-color: #e2e2e2;
  margin: 12px 0px;
}

.titreTuile {
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 1.2em;
  background: url(images/ligneAllTitre.png) no-repeat 20px bottom;
}

.navbar {
  background-color: #fff;
  border-radius: 0px;
}

.navbar-default {
  border: none;
}

.navbar-toggle {
  float: left;
  border: none;
  height: 50px;
  width: 71px;
  background-color: #36636E !important;
  border: 3px solid #055 !important;
  border-radius: 3px !important;
}

.icon-bar {
  display: block;
  width: 45px !important;
  height: 6 !important;
  border-radius: 1px;
  margin-top: 3px !important;
  padding-top: 3px;
}

.module-panel {
  color: #36636E;
  text-align: center;
  cursor: pointer;
  min-height: 270px;
  font-size: 1.3em;
}

.module-panel button {
  background-color: rgba(59, 99, 110, 0);
}

.module-panel:hover {
  /*    box-shadow: 3px 3px 5px #aeaeae;*/
  /*border : 1px dotted $couleurBouton1;*/ }

.module-panel1 {
  /*background-color: #e7e7e7;*/
  /*border: 1px solid white;*/
  color: #36636E;
  text-align: center;
  cursor: pointer;
  min-height: 90px;
  font-size: 1.3em;
}

.module-panel1 button {
  background-color: rgba(59, 99, 110, 0);
  min-height: 90px;
  padding-top: 5px;
}

.icone {
  opacity: 1;
  width: 20px !important;
  height: 20px !important;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  cursor: pointer;
}

.icone:hover {
  opacity: 1;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.3));
}

main {
  margin: auto;
  margin-top: -20px;
  overflow: visible;
}

.background-cover {
  width: 1500px;
  height: 324px;
  position: absolute;
  left: 0;
  top: 50px;
}

.eAfaq {
  width: 80px;
  height: 75px;
}

.afaqISO {
  width: 81px;
  height: 75px;
}

.cofrac {
  width: 117px;
  height: 75px;
}

#blockAccreditations, #blockLiens {
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

#menuBas {
  padding-top: 3px;
  border-top: 1px solid white;
}

.footer {
  background-image: linear-gradient(to right, #36636e, #57b3ca);
  color: white;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer a:hover {
  color: lightblue;
  cursor: pointer;
}

.footer a {
  color: white;
  cursor: pointer;
  text-decoration: underline dotted;
}

.liensLCD a {
  text-decoration: none;
}

.badges {
  margin: auto;
}
.tuile {
  margin-top: 28px;
  min-height: 262px;
}

.tuile:first-of-class, .tuile1:first-of-class {
  margin-top: 0px;
}

.tuile1 {
  margin-top: 2px;
  margin-bottom: 20px;
  /*min-height: 262px;*/ }

/*The Modal (background)*/
/*.modal {
  display: none;
      padding-top: 148px; 
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5); }*/

/*.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    height: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 0px;
    border: 1px solid #0071bc;
    overflow: hidden;
    
}*/
/*.close {
  color: red;
  float: right;
  font-size: 3em;
  font-weight: bold;
  padding-right: 20px;
  margin-right: 20px !important; }

.close:hover,
.close:focus {
  color: #800;
  text-decoration: none;
  cursor: pointer; }*/

/*.modal-header {
  border-bottom: 0px solid #e9ecef;
  margin: 5px 20px;
  padding: 0px;
  padding-left: 20px; }*/

.title-blue {
  color: #36636E;
  border-bottom: 2px solid #36636E;
  font-size: 1.3em;
  font-weight: bold;
}

.titreh1 {
  text-align: center;
  height: 100px;
  color: white;
  margin-bottom: 20px;
  position: relative;
  font-size: 26px;
  margin-top: 50px;
}

/*.modal-footer {
  position: relative;
  bottom: 10px;
  height: 15%; }

.modal-body {
  padding: 2px 16px;
  height: 70%; }*/
#evalNav .btnQuest{
  margin-bottom: 0.5em;
}
label#labelQuest, p#question{
  font-size: large;
}
.question {
  border: 1px solid lightgray;
  border-radius: 5px;
  margin: 5px 20px;
  padding: 10px;
  height: 70px;
}

.reponse {
  border-top: 1px solid grey;
  height: 20%;
  width: 100%;
  text-align: right;
}

/* Evaluation finale */
.panel-question {
  width: 80%;
  margin: 20px auto 20px auto;
}
label.label-question{
  font-size: 1.3em;
}
.valider {
  font-weight: bold;
  background-color: #36636E;
  color: white;
  border-radius: 3px;
  cursor: pointer;
}
.menu-evaluation{
  margin-top: 20px;
}
/*
.btn, .btn1 {
  border: none;
  outline: none;
  background-color: #5ba4d8;
  cursor: pointer;
  color: white;
  border-radius: 0px;
  transition-duration: 0.6s;
  border-radius: 5px; }

.btn1 {
  padding: 5px 10px; }
*/
.disabledbtn1 {
  border: none;
  outline: none;
  background-color: #005522;
  cursor: pointer;
  color: white;
  border-radius: 0px;
  transition-duration: 0.6s;
  padding: 5px 10px;
}

.petitEcran {
  display: none;
}

/*Style the active class (and buttons on mouse-over)*/
/*.active, .btn:hover, .btn1:hover {
  background-color: #0071BC;
  color: white;
  z-index: 1; }
*/
width
::-webkit-scrollbar {
  width: 10px;
}

Track
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

Handle
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

Handle on hover
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*
.medical1{
        padding-right: 15px;
}

.technic{
        padding-right: 7px;
        padding-left: 7px;
}

.reglementaire{
        padding-left: 15px;
}

.cerah{
        padding-right: 15px;
}

.eval-final{
        padding-right: 7px;
        padding-left: 7px;
}*/
.erreur {
  background-color: lightpink;
  color: red;
  border: 1px solid red;
  padding: 10px 30px;
  border-radius: 3px;
}

.icone-tuile {
  height: 128px;
}

.medical {
  background-image: url("images/medical.svg");
  height: 128px;
  background-position: center;
  background-repeat: no-repeat;
}

.technique {
  background-image: url("images/technique.svg");
  height: 128px;
  background-position: center;
  background-repeat: no-repeat;
}

.droit {
  background-image: url("images/reglementaire.svg");
  height: 128px;
  background-position: center;
  background-repeat: no-repeat;
}

header {
  max-width: 1140px;
  margin: auto;
}

.noview {
  display: none;
}

.titreQuestion {
  width: 100%;
  background-color: #ccc;
  text-align: justify;
  color: #36636E;
}

.questionNumero {
  width: 100%;
  height: auto;
  min-height: 30px;
  text-align: justify;
  border: 1px solid #999;
  padding: 0px 20px;
}

.questionNumero:focus {
  border: 1px solid #55B;
}

.entete {
  margin-bottom: 30px;
}

.logoCerahtec {
  text-align: left;
}

@media (max-width: 1198px) {
  * { font-size: 1em; }
  .boutons { height: 40px; }
}
@media (max-width: 991px) {
  #connexion { max-width: 100%; margin: auto; }
  body { background: none; }
  .titreh1 {
    color: #36636E;
    height: auto;
  }
  .entete { margin-bottom: 0px; }
  .boutons { height: 60px; }
  .logoCerahtec { text-align: center; }
  .breadcrumb {
    color: black;
    background: none;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .activeChap {
    font-weight: bold;
    color: white;
    background-color: #4c98ab;
    margin-left: 0px;
  }
  .fleche { color: black; }
  .icone { width: 75%; order: 1; }
  .icone1 { width: 20%; }
  .question { margin: 5% 0 0 0; }
  .cours { margin-top: 20px; }

  #logout {
    order: 2;
    position: absolute;
    top: -5px;
    right: 0px;
    width: 64px;
    background-color: transparent;
  }

  .badges {
    padding: 10px 0;
  }

  .sommaire {
    margin-top: 25px;
  }

  .medical1 {
    padding-right: 14px;
  }

  .technic {
    padding-right: 0px;
    padding-left: 14px;
  }

  .reglementaire {
    padding-left: 0px;
    padding-right: 14px;
  }

  .cerah {
    padding-left: 14px;
    padding-right: 0px;
  }

  .eval-final {
    padding-right: 14px;
    padding-left: 0px;
  }

  .module, .moduletitre {
    order: 3;
  }
}
@media (max-width: 768px) {
  a.formation-class img.img-thumbnail { display:none; }
}
@media (max-width: 576px) {
  #connexion { max-width: 100%; margin: auto; }
  .col { display: none; }
  .boutons { font-size: 1em; height: 100px; }
  .icone { width: 50%; }
  .cours {
    border-top: 2px solid #E6E6E6;
    border-bottom: 2px solid #E6E6E6;
    border-right: none;
    border-left: none;
  }
  .medical1 { padding-right: 0px; }
  .technic { padding-right: 0px; padding-left: 0px; }
  .reglementaire { padding-left: 0px; padding-right: 0px; }
  .cerah { padding-left: 0px; padding-right: 0px; }
  .eval-final { padding-right: 0px; padding-left: 0px; }
}
@media (max-width: 500px) {
  #connexion { max-width: 100%; margin: auto; }
  .grandEcran { display: none; }
  .petitEcran { display: block; }
  .boutons { height: 80px; }
  .chapitre { font-size: 1.3em; }
}

