.m005 .main_container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
.undertext:{font-size:16px;}
.m005 .main_container::before {
  content: '';
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  /*background-color: var(--purple)*/;
  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: white;
  display: inline-block;
  color: black;
  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: var(--purple);
  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: 15px;
  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-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: solid 1px #ececec;}

.m005 .thematics-slider__list-items .item .content {
  padding: 30px;
  box-sizing: border-box; }

.m005 .thematics-slider__list-items .item .content h3 {
  margin-bottom: 10px; }

.m005 .thematics-slider__list-items .item .content p {
  color: #696969;
  margin-bottom: 25px; }

.m005 .thematics-slider__list-items .item .content p strong {
  color: #1a1a1a;
  font-family:Nunito; }

.m005 .thematics-slider__list-items .item .content a {
  /*position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 15;
  display: flex;
  align-items: center;*/
  color: var(--purple);
  transition: all .25s ease-in-out;
margin-top:50px;}
.m005 .thematics-slider__list-items .item .content a:hover {
  color: var(--pink); }

.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; } }
