.les-plus {
  position: relative;
  margin: 50px 0;
  padding: 45px 45px 30px;
  border-radius: 10px;
  width: 100%;
  background-image: linear-gradient(to right, #2464ac 0%, #009cd8 100%);
  background-blend-mode: color;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  line-height: 25px;
  color: white;
}
.les-plus:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 60%;
  background: url("../img/spirale-double-bg.png") no-repeat top left;
  opacity: 0.05;
}
.les-plus > div:first-child {
  display: block;
  font-size: 25px;
  font-weight: bold;
}
.les-plus > div:last-child {
  margin-bottom: 0;
  font-size: 20px;
  padding-left: 20px;
}
.les-plus p {
  position: relative;
  margin: 8px 0;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 500px) {
  .les-plus p {
    font-size: 15px;
  }
}
.les-plus p:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -20px;
  width: 11px;
  height: 13px;
  background-image: url("../img/o-liste.png");
  background-size: cover;
}
/*# sourceMappingURL=editor-les-plus.css.map */