.section-title {
  text-align: left;
  margin-bottom: 40px !important;
}

#activites {
  padding: 0 !important;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 0 0 20px 20px;
  width: 90%;
}

.activities-content {
  background-color: #FFFEFC;
  display: flex;
  flex-direction: column-reverse;
}

.activities-intro {
  width: 90%;
  margin: 0 auto;
}

.activities-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  display: block;
  margin-bottom: 16px;
}

.activities-buttons {
  align-items: center;
  text-align: center;
  padding: 0;
  padding-bottom: 18px;
}

.activities-buttons .btn {
  margin: 8px 10px;
  width: 130px;
}

.home-horse .cards {
  justify-content: center;
  gap: 60px;
}

.cards-mb {
  margin-bottom: 20px;
}

.voir-plus-wrapper {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.news-cards {
  display: flex;
  flex-direction: column;
}

.news-card {
  background: #FFFEFC;
  position: relative;
  overflow: visible;
  width: 90%;
  margin: 0 auto 40px auto;
  border-radius: 10px;
  padding-bottom: 60px;
}

.news-card .news-header {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.news-header {
  border-bottom: 4px solid #C6E6E0;
}

.news-date-block {
  background-color: #C6E6E0;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  word-break: break-word;
  position: absolute;
  left: -15px;
  padding: 10px 6px;
}

.news-date {
  font-weight: bold;
  font-size: 14px;
}

.news-month {
  font-weight: 600;
}

.news-title {
  font-weight: bold;
  margin: 0;
  color: #2D2216;
  flex: 1;
  padding: 20px 0;
  margin-left: 95px;
  font-size: 20px;
}

.news-img img {
  display: block;
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.news-excerpt {
  padding: 12px;
}

.news-card .btn {
  position: absolute;
  right: -15px;
  padding: 10px 6px;
  border-radius: 0 10px 10px 0;
  width: 110px;
}

@media (min-width: 768px) {
  #activites {
    border-radius: 16px;
    padding: 2rem 0;
    width: 100%;
    margin-bottom: 60px;
  }

  .activities-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 16px;
    box-sizing: border-box;
    height: 500px;
  }

  .activities-intro {
    width: 100%;
  }

  .activities-left {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 28px;
  }

  .activities-buttons {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 1.2rem;
    justify-content: center;
    flex-direction: row;
  }

  .activities-buttons .btn {
    margin: 0;
    width: 150px;
  }

  .activities-image {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .activities-image img {
    border-radius: 0 12px 12px 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .cards-mb {
    margin-bottom: 40px;
  }

  .voir-plus-wrapper {
    margin-bottom: 60px;
  }

  .news-card {
    max-width: 600px;
    padding-bottom: 70px;
  }

  .news-date {
    font-size: 16px;
  }

  .news-date-block {
    width: 110px;
    left: -25px;
  }

  .news-title {
    font-size: 24px;
  }

  .news-img img {
    max-height: 400px;
  }

  .news-excerpt {
    padding: 12px 18px;
  }

  .news-card .btn {
    width: 110px;
    right: -25px;
  }
}