.project-info {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 15px;
}

.project {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.project-categorie {
  padding-left: 16px;
}

h1.project-title {
  font-size: 27px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.project-onedata {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 10px;
}

.project-onedata .offre-title {
  padding-left: 20px;
  padding-top: 20px;
  margin: 0;
}

.project-onedata.other-data {
  padding: 17px;
  margin-top: 20px;
}

.project-onedata.other-data div {
  margin-bottom: 10px;
}

.project-onedata.other-data .flex-other {
  display: flex;
}

.project-onedata.other-data .flex-other div {
  margin-right: 10px;
}

.project-onedata h1.title {
  font-size: 18px;
}

.project-data {
  width: 60%;
  margin-right: 40px;
}

.other-data-image {
  display: flex;
  justify-content: start;
}

.other-data-image img {
  width: 150px;
}

.other-data-file i.fas.fa-file {
  font-size: 100px;
}

.project-sim {
  width: 40%;
}

.project-price {
  width: 200px;
}

.project-total-price {
  font-size: 17px;
  padding-bottom: 40px;
  padding-top: 8px;
  font-weight: 700;
  color: #c80000;
}

.project-reference {
  color: #3498db;
  font-size: 13px;
}

span.project-one-categorie {
  border: 1px solid;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 18px;
}

.project-description {
  padding: 15px;
  margin-top: 30px;
}

.project-client,
.project-similar,
.project-client-similar {
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 7px;
}

h1.project-client-title,
.project-similar h1,
.project-client-similar h1 {
  font-size: 20px;
}

span.one-project-cate {
  border: 1px solid;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 14px;
  font-size: 13px;
}

.one-project .separator {
  margin-top: 15px;
  margin-bottom: 15px;
}

.project-date {
    font-size: 11px;
}

span.project-status {
  background: #c80000;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 14px;
  margin-right: 13px;
}

hr.separator {
  border: 1px solid #c80000;
  width: 25%;
  text-align: left !important;
  display: flex;
  justify-content: start !important;
  margin-left: 0;
  margin-right: auto;
}
.offre-price {
  font-size: 16px;
  color: #c80000;
  font-weight: 600;
}

hr.separator.offre {
    margin-left: 20px;
    margin-top: 15px;
}

.project-similar-wrapper {
  height: 300px;
  /* à adapter selon ta hauteur souhaitée */
  overflow: hidden;
  position: relative;
}

.project-similar-inner {
  display: flex;
  flex-direction: column;
  animation: scroll-up 20s linear infinite;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.offre-presta {
  display: flex;
  justify-content: start;
  padding: 20px;
}

.img-prestataire {
  width: 75px;
  margin-right: 15px;
}

.presta-head {
  display: flex;
  justify-content: space-between;
}

p.presta-msg {
  font-size: 12px;
  margin: 0;
}

.presta-info {
  width: 100%;
}

p.date {
  font-size: 10px;
}