html,
body {
  font-size: 14px;
  font-family: 'Open Sans' !important;
}
* {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
.container-fluid {
  padding: 0px;
}
@media (max-width: 575.98px) {
  .container {
    min-width: 100%;
  }
}
.badge {
  font-family: 'Open Sans';
}
.badge.badge-light {
  background-color: lightgray;
  color: white;
}
.tarifs-spectacle {
  font-weight: bold;
}
.tarifs-representation {
  font-size: 14px;
}
.choose-representation {
  border-bottom: dashed 1px #ccc;
  cursor: pointer;
}
.choose-representation .disabled {
  opacity: 0.6;
  cursor: default;
}
.choose-representation:hover {
  background-color: #f6f6f6;
}
.vee-error-message {
  font-size: 90%;
  color: tomato;
}
.alert-danger {
  border: 0;
  background-color: tomato;
  color: white;
}
.alert-danger:before {
  font-family: FontAwesome;
  content: '\F06A   ';
  display: inline;
}
#choose-representations .choose-representation {
  display: block;
}
#bar .bar-item {
  border-right: solid 2px white;
}
#bar .bar-item:last-child {
  border: 0;
}
#bar .bar-item span {
  display: block;
}
@media (max-width: 575px) {
  #bar .bar-item span {
    font-size: 12px;
  }
}
#bar .zone {
  text-align: center;
  background-color: #f8f9fa;
  color: lightgray;
}
#bar .zone span {
  position: relative;
}
#bar .zone span .position-keeper {
  visibility: hidden;
  width: 0;
}
#bar .zone span i {
  position: absolute;
  color: lightgray;
}
#bar .zone.reachable {
  background-color: #e9e9e9;
  color: #333;
}
#steps {
  border-top: dashed 1px #ccc;
}
#gift {
  background-color: #dae0e5;
  cursor: pointer;
}
#gift .promotional-code-usage {
  font-size: 80%;
}
button.half-baked {
  color: #ccc;
}
#billetterie {
  background-color: #e9e9e9;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#loi {
  background-color: #f8f9fa;
}
#tarifs .tarifs-headers {
  color: dimgray;
  margin-top: 4px;
  margin-bottom: 4px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
#tarifs .tarifs-total {
  font-weight: bold;
}
#tarifs .tarif {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
#tarifs .tarif .tarif-name {
  font-weight: 400;
}
#tarifs .tarif .tarif-quantity .fa {
  padding: 4px;
  border-radius: 100px;
}
#tarifs .tarif .tarif-quantity .fa:hover {
  background-color: #ccc;
  color: white;
}
#tarifs .conditions {
  font-size: 80%;
}
#tarifs .conditions br:last-child {
  content: ' ';
}
#tarifs .degressivity {
  font-size: 80%;
}
#tarifs select.form-control {
  width: auto;
  display: inline-block;
}
#coordonnees label.label-conditions {
  color: inherit;
  font-size: 100%;
}
#tickets .tarif:last-child .ticket:last-child {
  border: 0;
}
#tickets .tarif:last-child .ticket:last-child.pb-5 {
  padding-bottom: 0 !important;
}
#tickets .tarif .ticket {
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
}
#tickets .tarif .ticket .numero {
  font-weight: bold;
}
#recapitulatif-client .list-item-value {
  font-weight: 500;
}
label {
  font-size: 80%;
  color: #bababa;
}
#timer {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 64px;
}
#timer div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  animation: timer 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
#timer div:nth-child(1) {
  left: 6px;
  animation-delay: -0.6s;
}
#timer div:nth-child(2) {
  left: 26px;
  animation-delay: -0.48s;
}
#timer div:nth-child(3) {
  left: 46px;
  animation-delay: -0.36s;
}
#timer div:nth-child(4) {
  left: 66px;
  animation-delay: -0.24s;
}
#timer div:nth-child(5) {
  left: 86px;
  animation-delay: -0.12s;
}
#timer div:nth-child(6) {
  left: 106px;
  animation-delay: 0;
}
@keyframes timer {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

