/* ========= Container =========== */
/* wideSize Json */
/* contentSize Json*/
/* ========= Container =========== */
/* ========= Breakpoint =========== */ /* -------------- Blocks Section Historique ----------------------- */
.mwp-historique {
  background-color: #EDF8EC;
  padding: 50px 0 0;
}
@media screen and (min-width: 976px) {
  .mwp-historique {
    padding: 100px 0 50px;
  }
}
.mwp-historique__container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 95%;
  max-width: 1050px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .mwp-historique__container {
    gap: 50px;
  }
}
.mwp-historique__header {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: center;
}
.mwp-historique__header .section__title {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .mwp-historique__header {
    gap: 25px;
    text-align: left;
  }
}
.mwp-historique__content {
  display: flex;
  flex-direction: column;
}
.mwp-historique__content .cart--title h2, .mwp-historique__content .cart--title h3, .mwp-historique__content .cart--title h4, .mwp-historique__content .cart--title p {
  font-weight: 700;
}
.mwp-historique__cart {
  display: flex;
  flex-direction: column;
  gap: 10%;
  padding: 15px 0 35px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .mwp-historique__cart {
    flex-direction: row;
    padding: 50px 0 75px;
  }
}
.mwp-historique__cart--date {
  background-color: #3ABE2F;
  color: #002138;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px 100px/120px;
  position: relative;
}
.mwp-historique__cart--date:after {
  content: "";
  position: absolute;
  height: 150%;
  border-left: 2px dashed #3ABE2F;
  left: 25px;
  top: 60%;
}
@media only screen and (min-width: 768px) {
  .mwp-historique__cart--date {
    padding: 25px;
    font-size: 25px;
  }
  .mwp-historique__cart--date:after {
    left: 55px;
  }
}
.mwp-historique__cart--text {
  width: 60%;
}
@media only screen and (min-width: 768px) {
  .mwp-historique__cart--text {
    width: 20%;
  }
}
.mwp-historique__cart--text img {
  border-radius: 10px;
}
.mwp-historique__cart--intitule {
  color: #002138;
}
.mwp-historique__cart--content {
  width: 100%;
  padding: 10px 0 10px 50px;
}
@media only screen and (min-width: 768px) {
  .mwp-historique__cart--content {
    width: 35%;
  }
}
.mwp-historique__cart--content ul {
  margin: 0;
}
.mwp-historique__cart--content li {
  list-style: none;
  padding: 5px 0;
}
.mwp-historique__cart--content li:before {
  background-image: url(/wp-content/themes/generatepress-child/images/check-green.svg);
  content: "";
  display: inline-block;
  margin: 0px 10px -3px 0;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mwp-historique__cart--img {
  width: 30%;
  overflow: hidden;
  margin: auto;
}
.mwp-historique__cart--img img {
  max-height: 200px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .mwp-comment__content :nth-child(2n).mwp-comment__cart .mwp-comment__cart--icon {
    order: 3 !important;
  }
}
.mwp-comment__cart:nth-last-child(1) {
  border-bottom: 0 !important;
}

/*# sourceMappingURL=mwp-historique.css.map */
