.real-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 20px 0;
}

/* Bloc fixe à gauche */
.real-header {
  width: 264px;
  height: 376px;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: transparent linear-gradient(325deg, #23a0da 0%, #291f6d 100%) 0%
    0% no-repeat padding-box;
}

.real-header .subtitle {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1.4px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.real-header .title {
  font-size: 35px !important;
  line-height: 40px !important;
  color: #fff !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.real-header .carousel-nav {
  display: flex;
  gap: 10px;
}

/* Carrousel */
.real-carousel {
  flex-grow: 1;
  overflow: hidden;
}

.real-card {
  height: 376px;
  width: 376px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.real-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.real-card img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px !important;
}

.real-card:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 376px;
  margin: auto;
  border-radius: 10px;
  background: transparent linear-gradient(180deg, #1b1d2100 70%, #1b1d21 100%)
    0% 0% no-repeat padding-box;
}

.real-card .post_resume {
  position: absolute;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  bottom: 30px;
}

@media (max-width: 767px) {
  .real-wrapper {
    flex-direction: column;
    align-items: stretch;
    min-height: 680px;
    padding: 0;
    background: transparent linear-gradient(325deg, #23a0da 0%, #291f6d 100%) 0%
      0% no-repeat padding-box;
  }

  .real-header {
    width: 100%;
    height: auto;
    padding: 75px 0 0 0;
    margin-bottom: 0px;
    background: none;
  }

  .real-carousel .swiper-wrapper {
    overflow: visible !important;
    height: 395px !important;
  }

  .real-carousel .swiper-slide {
    justify-content: center;
  }

  .real-header .title {
    font-size: 30px !important;
    line-height: 35px !important;
    margin-bottom: 30px !important;
  }

  .real-header .carousel-nav {
    position: absolute;
    bottom: 30px;
  }
}
