body {
  font-family: arial, helvetica, verdana, tahoma, sans-serif;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 90%;
}


p::selection {
  background: rgba(0, 0, 0, 0)
}

#up {
  padding-top: 1.5rem;
}

.sectFlex {
  display: flex;
  justify-content: end;
}

#Question {
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

#Question::before {
  content: "";
  position: absolute;
  background: black;
  height: .01rem;
  bottom: 0;
  transition: all .2s;
  opacity: 0.7;
  width: 60%;
  left: 20%;
}

#rmqTitle {
  margin-left: .5rem;
  font-weight: 900;
}

#rmqq {
  margin-right: .5rem;
  margin-left: .5rem;
}

#valButton {
  margin: .5rem;
}

.col {
  display: inline;
}

.tableDisp {
  display: inline-table;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: .2rem;
  cursor: pointer;
}

.holderButton {
  border-radius: 15px;
  border: solid .01rem black;
  display: flex;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: .2rem;
  padding-right: 0px;
}

.holderButton:hover {
  box-shadow: 2px 3px 3px;
}

.labQCM {
  text-align: center;
  position: relative;
  top: -.1rem;
  margin-left: .4rem;
  border-radius: 15px;
  padding: .2rem;
  flex-basis: 95%;
}

.regular-checkbox {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #e9ecee;
  border: 1px solid #cacece;
  padding: .5rem;
  height: 75%;
  flex-basis: 5%;
  align-self: center;
  border-bottom-left-radius: 11px;
  border-top-left-radius: 11px;
}

.regular-checkbox:active,
.regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked {
  background-color: #3172af;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

#imgQCM {
  width: 35%;
}

@media only screen and (max-width: 768px) {

  #quizErreurSignal {
    padding-bottom: 2.5rem;
  }
}