.vos_ordonnances h1 {
  font-size: 44px;
  font-weight: 500;
  color: #063859;
}

.vos_ordonnances .top-div {
  padding: 45px 0;
  background: #F5F5F5;
}

.vos_ordonnances .top-div p {
  font-size: 20px;
  letter-spacing: 0.65px;
  padding-bottom: 10px;
}

.vos_ordonnances .steps {
  margin-bottom: 45px;
  height: 180px;
  width: 100%;
  background-color: #fff;
  background-size: 85% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.vos_ordonnances .step-des h5 {
  color: #20A952;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}

.vos_ordonnances .step-des p {
  font-size: 17px;
}

.vos_ordonnances .link-ordonnances {
  background: #20A952;
  padding: 26px 0px 26px 45px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.vos_ordonnances .plus {
  padding: 22px 41px 25px 41px;
  margin-left: 40px;
  font-size: 20px;
  background-color: #4e5558;
}

.vos_ordonnances .link-ordonnances:hover {
  background: #20A952;
  text-decoration: none;
}

.vos_ordonnances .plus:hover {
  background-color: #282530;
}

#ordonnance .add-files {
  background-color: #efefef;
  color: #666;
}

#ordonnance .add-files .drop-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#ordonnance .add-files .drop-area .add-circle {
  font-size: 2.5em;
  width: 1.5em;
  height: 1.5em;
  min-height: 1.5em;
  min-width: 1.5em;
  display: flex;
}

#ordonnance .add-files .drop-area .circled {
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ordonnance .add-files .drop-area .circled.gradiant {
  background: #72d54a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#ordonnance .add-files input[type=file] {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 180px;
  cursor: default;
}

#ordonnance #prescription_submit {
  border-radius: 10px;
  background-color: #1fa952;
  color: white;
}

@media (max-width: 600px) {
  .ordonnances .link-ordonnances {
    padding: 15px 0px 15px 40px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 10px;
  }

  .ordonnances .plus {
    padding: 11px 41px 12px 41px;
    margin-left: 30px;
    font-size: 16px;
  }

  .ordonnances .steps {
    margin-bottom: 0;
    height: 130px;
  }
}

