.stepbystep {
  margin-bottom: 3rem;
}
.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;
}

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

.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;
  margin-left: 0.75rem;
}
.stepbystep .messages {
  list-style: disc inside;
  background-color: #ECF5F9;
  color: #3E3A2C;
  padding: 15px;
  margin: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.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;
}



.order-list-selector{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.order-list-items {
  background-color: #cee3ec;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px;
  height: 8vh;
  border-radius: 10px;
  width: 30%;
  cursor: pointer;
}

form#orderForm {
  text-align: center;
}

span.material-symbols-outlined.order-item-icon {
  font-size: xx-large;
}

.order-list-product-col2{
  font-size: medium;
}

.selected{
  background-color: #0875A1;
  color: #fff;
}

.stepbystep__order-id.h3{
  text-align: center;
  text-transform: none !important;
  background-color: #cee3ec;
  padding: 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.legendes h5{
  text-align: center;
}

section.legends {
  display: flex;
  justify-content: space-around;
  border-radius: 15px;
  background-color: aliceblue;
  padding: 20px;
}

.legend {
  display: flex;
  align-items: center;
  gap: 10px;
}

.legend p{
  margin: 0;
}

img#emptystepbystep{
  width: -webkit-fill-available;
}

@media(max-width: 780px) {

  select#orderId {
    border-radius: 5px;
    background-color: transparent;
    width: -webkit-fill-available;
    display: flex;
    border: 2px solid #E8EAED;
    flex-direction: row;
  }

  section.legends{
    flex-direction: column;
    gap: 10px;
  }
}