.m005 .main_container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.m005 .main_container::before {
    content: '';
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    /*background-color: #6732ba;*/
    opacity: 1;
}

.m005 .main_container::after {
    content: '';
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: url(https://f.hubspotusercontent40.net/hubfs/4812490/logos_jlo/motif.png);
    opacity: .05;
}

.m005 .swiper-container {
  overflow: visible !important; }

.m005 .thematics-slider {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 100px 20px;
  z-index: 10;
  display: flex;
  align-items: stretch;
  flex-direction: row; }

.m005 .thematics-slider__description {
  padding-right: 30px;
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .m005 .thematics-slider__description h2 {
    color: white;
    width: 100%;
    max-width: 850px;
    margin-bottom: 40px; }
  .m005 .thematics-slider__description p {
    color: white;
    width: 100%;
    max-width: 850px;
    margin-bottom: 40px; }
  .m005 .thematics-slider__description .buttons a {
    padding: 15px;
    background-color: #ff2f89;
    display: inline-block;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    line-height: 16px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
    margin-right: 20px; }
    .m005 .thematics-slider__description .buttons a i {
      width: 18px;
      height: 18px;
      color:#ffffff;
      font-size: 16px;
      line-height: 16px;
      text-align: center; }

.m005 .thematics-slider__list {
  height: auto;
  display: flex;
  width: 70%;
  justify-content: space-evenly;
  position: relative;
  clip-path: inset(0 -100vw -100vw 0%);
  transition: all .25s ease-in-out; }

.m005 .thematics-slider__list-items {
  height: auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  transition: all 0.5s ease-in-out; }

.m005 .thematics-slider__list-items .item {
  width: 400px;
  height: auto;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #ffffff;
  overflow: hidden;
  padding: 0px;
  position: relative;
  box-shadow: 0 1.6px 2px rgba(0, 0, 0, 0.02), 0 3.8px 4.7px rgba(0, 0, 0, 0.028), 0 7.1px 8.9px rgba(0, 0, 0, 0.035), 0 12.7px 15.9px rgba(0, 0, 0, 0.042), 0 23.8px 29.7px rgba(0, 0, 0, 0.05), 0 57px 71px rgba(0, 0, 0, 0.07); }
  .m005 .thematics-slider__list-items .item .img {
    width: 100%;
    height: 250px;
    background: url("https://via.placeholder.com/500x400");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: solid 8px #6732ba; }
  .m005 .thematics-slider__list-items .item .content {
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
    .m005 .thematics-slider__list-items .item .content h4 {
      margin-bottom: 20px; }
    .m005 .thematics-slider__list-items .item .content p {
      color: #696969;
      margin-bottom: 20px; }
    .m005 .thematics-slider__list-items .item .content a {
      position: absolute;
      left: 30px;
      bottom: 30px;
      z-index: 15;
      display: flex;
      align-items: center;
      color: #6732ba;
      margin-top: auto;
      transition: all .25s ease-in-out;
font-weight:bold;text-decoration:none;}
      .m005 .thematics-slider__list-items .item .content a:hover {
        color: #ff2f89; }
      .m005 .thematics-slider__list-items .item .content a i {
        margin-right: 15px;
        font-size: 20px; }

@media (max-width: 950px) {
  .m005 .thematics-slider {
    padding: 100px 20px;
    z-index: 10;
    display: flex;
    align-items: stretch;
    flex-direction: column; }
    .m005 .thematics-slider .thematics-slider__description {
      padding-right: 0px;
      width: 100%;
      display: flex;
      margin-bottom: 50px; }
    .m005 .thematics-slider .thematics-slider__list-items .item {
      width: calc(100vw - 40px); }
      .m005 .thematics-slider .thematics-slider__list-items .item .img {
        height: 180px; } }

@media (max-width:1300px) {
  .m005 .thematics-slider__list {
    width: 100% !important;
  }
