/* Style the form */
#formulaire-medicale-test {
  background-color: #ffffff;
  position: relative; }

/*&  
  input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
  }
*/
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ff959542;
  border: 1px solid red; }

input.valid {
  background-color: #ffffff60;
  border: 1px solid blue; }

/* Hide all steps by default: */
.tab {
  display: none; }

/* Make circles that indicate the steps of the form: */
.step {
  height: 20px;
  width: 20px;
  margin: 0 -2.3px;
  background-color: #00bc71;
  border: none;
  display: inline-block;
  opacity: 0.1; }

/* Mark the active step: */
.step.active {
  opacity: 1; }

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #00bc70;
  opacity: 1;
  margin-right: -3px; }

button {
  background-color: #00bc70;
  color: #ffffff;
  border: none;
  font-family: CircularBook, sans-serif;
  border-radius: 2px;
  padding: 15px 5% 13px;
  font-size: 1.3rem;
  cursor: pointer; }

button:hover {
  opacity: 0.8; }

#prevBtn {
  background-color: #00bc70;
  margin-right: 20px; }

.button-pad {
  margin-top: 30px;
  margin-bottom: 120px; }

@media only screen and (max-width: 725px) {
  .bottom-float {
    position: relative;
    background: #ffffff; } }

.float-down {
  position: relative;
  background: white;
  width: 100%;
  bottom: 0;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #00bc70;
  padding: 48px 0 45px 0;
  text-align: center; }

.radius-left {
  border-radius: 20px 0 0 20px; }

.radius-right {
  border-radius: 0 20px 20px 0; }
