
/*-- VueJS --*/
[v-cloak] {
  display: none;
}
/*-- /VueJS --*/
#app{
  margin-bottom:150px;
}

.list-input-grid li {
  display: block;
  float: left;
}

.list-input-col-1 li {
  width: 100%;
  clear:both;
  float: initial;
}

.list-input-col-2 li {
  width: 50%;
}

.list-input-col-3 li {
  width: 33%;
}

.list-input-col-4 li {
  width: 25%;
}
/*
legend{
  background-color: #ccc;
  padding: 5px;
}
fieldset{
  border: 1px solid #ccc;
  padding: 5px;
}
*/

/*************
**************/
.answer{
  color:#333;
}
.answer.is_correct_1{
  /*color:green;*/
}

.badge{
  font-size: 11px;
}

.nav.nav-tabs {
  margin:20px 0;
}

.answer.is_correct_1:before{
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  color:green;
  margin-right: 5px;
}

.answer.is_correct_0:before{
  font-family: 'Glyphicons Halflings';
  content: "\e014";
  color:red;
  margin-right: 5px;
}



dt{
  font-size: 1.5rem;
}

.meta{
  display: block;
  color:#595959;
  font-size: 1.2rem;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #000;
  border-bottom: 2px solid red;
}

.bloc_qst hr{
  border: 5px dotted pink !important;
  height: 10px;
}

#content h3, #content h2 {
  font-weight:bold;
}

#content h2{
  font-size: 25px;
}
#content h3{
  font-size: 20px;
}


.status:before{
  font-family: 'Glyphicons Halflings';
  content: "\e019";
  color: orange
}

.status.validated:before{
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  color: green
}

