/* ============================================================
   TAB NOUS AVONS AIME  (mobile-first)
============================================================ */
.aime-section {
  background-color: #efece9;
  padding: 60px 0;
}

.aime-bloc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.aime-bloc__list {
  flex: 1;
  min-width: 0;
}

.aime-list {
  list-style: disc;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.aime-list li {
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 40px;
  color: #0f1b24;
  list-style: disc!important;
}

.aime-bloc__image {
  width: 100%;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.aime-bloc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   TAB AIME  – Desktop
============================================================ */
@media (min-width: 769px) {
  .aime-bloc {
    flex-direction: row;
    gap: 40px;
  }

  .aime-bloc__image {
    width: 764px;
    height: 510px;
  }
}
