html, body {
  font-family: Lato,sans-serif;
  color: #303030;
}
.bnt-actif {
  color: #fff;
  background-color: #ffa500;
}
h2, h3, h4, h5 {
  color: #303030;
}
.color-titre {
  color: #303030;
}
.bnt-info-options {
  color: #303030;
}
.color-row0 {
  background-color: #f6f6f5;
}
.info-options {
  background-color: #f0efed;
}
.step-actif {
  background-color: #ffa500;
}
.criteres, .devis, .sauvegarde, .participant, .infos, .infoAssurance, .billet, .adresse-pay {
  background-color: #f6f6f5;
}
.resume, .devis.total {
  background-color: #f9f9f9;
}
.total, .sstotal {
  color: #303030;
}
html, body, input, select, textarea, a {
  color: #303030;
}
.etape4-confirmation {
  text-align: center;
}
button:disabled, input[type="submit"]:disabled, input[type="button"]:disabled {
  background-color: rgba(255, 165, 0, 0.5);
}