.m-cards {
  position: relative;

  .titre {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper {
    padding: 35px 57px;
    border-radius: 30px;
    background: rgba(251, 251, 251, 0.83);
    backdrop-filter: blur(14.600000381469727px);

    .m-cards__loop {
      margin-top: 50px;
    }
  }

  #half-circles {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 50%;
    height: auto;
  }

  &.is-style-cards {
    .wrapper {
      background-color: transparent;
      backdrop-filter: none;
    }
  }
}