.stepbystep {
  margin-bottom: 6rem;
}
.stepbystep ol {
  display: flex;
  gap: .375rem;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  position: relative;
  align-items: center;
}
.stepbystep ol::after {
  content: "";
  top: 65px;
  left: 1rem;
  right: 1rem;
  background-color: #BDBDBD;
  height: 1px;
  position: absolute;
  z-index: -1;
}
.stepbystep ol > * {
  margin: 0.375rem;
  padding: 0;
  position: relative;
  font-size: 15px;
  text-align: center;
}
.stepbystep ol > li::before,
.stepbystep ol .special-group > li::before {
  display: block;
  content: "";
  background: #fff no-repeat url(../img/futur.svg) center / contain;
  width: 44px;
  height: 32px;
  margin: 0 auto 0.5rem;
}

.stepbystep ol > li{
  width: 12%;
  height: 100%;
}

.stepbystep ol .special-group{
  background-color: #fff;
  width: 230px;
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
}

.stepbystep ol .special-group > li:nth-child(2){
  margin-top: 20px;
}

.stepbystep .fait::before,
.stepbystep ol .special-group .fait::before {
  background-image: url(../img/fait.svg);
}
.stepbystep .a-faire::before,
.stepbystep ol .special-group .a-faire::before {
  background-image: url(../img/a-faire.svg);
}
.stepbystep .en-cours::before,
.stepbystep ol .special-group .en-cours::before {
  background-image: url(../img/en-cours.svg);
  width: 36px;
}
.stepbystep ol a {
  color: inherit;
  text-decoration: underline;
  font-size: calc(15 / 16 * 1rem) !important;
}

.stepbystep-header{
  margin-bottom: 1.5rem;
}
form .form-control-label.stepbystep__label {
  font-size: 1rem;
}
.stepbystep__order-id {
  margin-bottom: .75rem;
}
.stepbystep__order {
  border: 1px solid #0875A1;
  padding: 1.5rem .75rem 0;
}

.stepbystep h2,
.stepbystep h3 {
  text-align: center;
}
.stepbystep h2 {
  font-family: 'latoblack';
  font-size: 32px;
}
.stepbystep h3 {
  font-size: 1rem;
  line-height: 1.4;
}
.stepbystep h4 {
  margin: 3rem 0 0.75rem;
}
.stepbystep .messages {
  list-style: disc inside;
  background-color: #ECF5F9;
  color: #3E3A2C;
  padding: 15px;
  margin: 0;
}
.stepbystep .messages li p {
  margin-left: 1em;
  margin-bottom: 0.5rem;
}
.stepbystep .messages li a {
  display: inline-block;
  margin-left: 1em;
}
.stepbystep .btn-success,
.stepbystep .btn.btn-default {
  font-size: 14px;
  padding: 9px;
}
.stepbystep .messages li + li {
  margin-top: 1.5rem;
}