@charset "UTF-8";

.stepper .nav-tabs {
  position: relative;
}

.stepper .nav-tabs>li {
  width: 20%;
  position: relative;
}

.stepper .nav-tabs>li:after {
  content: '';
  position: absolute;
  background: #c3baba;
  display: block;
  width: 100%;
  height: 5px;
  top: 30px;
  left: 50%;
  z-index: 1;
}

.stepper .nav-tabs>li.completed::after {
  background: #34bc9b;
}

.stepper .nav-tabs>li:last-child::after {
  background: transparent;
}

.stepper .nav-tabs>li.active:last-child .round-tab {
  background: #34bc9b;
}

.stepper .nav-tabs>li.active:last-child .round-tab::after {
  content: '✔';
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}

.stepper .nav-tabs [data-toggle='tab'] {
  width: 25px;
  height: 25px;
  margin: 20px auto;
  border-radius: 100%;
  border: none;
  padding: 0;
  color: #c3baba;
}

.stepper .nav-tabs [data-toggle='tab']:hover {
  background: transparent;
  border: none;
}

.stepper .nav-tabs>.active>[data-toggle='tab'],
.stepper .nav-tabs>.active>[data-toggle='tab']:hover,
.stepper .nav-tabs>.active>[data-toggle='tab']:focus {
  color: #34bc9b;
  cursor: default;
  border: none;
}

.stepper .tab-pane {
  position: relative;
  padding-top: 50px;
}

.stepper .round-tab {
  width: 25px;
  height: 25px;
  line-height: 22px;
  display: inline-block;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #34bc9b;
  color: #34bc9b;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 14px;
}

.stepper .completed .round-tab {
  background: #34bc9b;
}

.stepper .completed .round-tab::after {
  content: '✔';
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}

.stepper .active .round-tab {
  background: #fff;
  border: 2px solid #34bc9b;
}

.stepper .active .round-tab:hover {
  background: #fff;
  border: 2px solid #34bc9b;
}

.stepper .active .round-tab::after {
  display: none;
}

.stepper .disabled .round-tab {
  background: #fff;
  color: #c3baba;
  border-color: #f1f1f1;
}

.stepper .disabled .round-tab:hover {
  color: #4dd3b6;
  border: 2px solid #a6dfd3;
}

.stepper .disabled .round-tab::after {
  display: none;
}

.text_stepper {
  position: relative;
  top: 100%;
  font-weight: bold;
}

#helper {
  font-size: 18px;
  margin-top: 5px;
}

#helper_pa {
  font-size: 18px;
  position: relative;
  top: -10px;
  margin-left: 5px;
}

.form-horizontal .control-label {
  text-align: left;
}

.select_option_pa {
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-horizontal .checkbox.pa_options {
  width: 55%;
}

.option_tarif {
  float: right;
}

.pa_checkbox {
  position: relative;
  top: -1em;
}

ul.pa_list {
  margin-left: 4%;
}

ul.pa_total {
  margin-left: 15%;
  list-style: none;
  font-size: 18px;
}