.cards-list,
.fail-result {
  display: flex;
  flex-wrap: wrap;
  min-width: 320px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
  padding-left: 32px;
  padding-right: 32px;
}

.post-card {
  width: 30%;
  padding: 24px;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 24px;
  background-color: #141414;
  min-width: 256px;
}

.cards-list .post-card a {
  display: flex;
  width: 100%;
}

.post-card:hover {
  background-color: #2b2b2b;
}

.cards-list div .date h4 {
  font-weight: 300;
  text-align: center;
  font-size: 20px;
  color: #cecece;
}

.cards-list div .date h5 {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 8px;
  text-transform: uppercase;
}

.cards-list .date {
  margin-right: 12px;
}

.cards-list .ville {
  font-weight: 300;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 24px;
}

.cards-list .infos {
  font-weight: 500;
  font-size: 22px;
  color: #cecece;
  margin-top: 4px;
  color: #cc6a80;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 24px;
}

.cards-list .infos a i {
  color: #ffffff;
  font-size: 14px;
}

.cards-list .ticket {
  padding-right: 12px;
  padding-left: 12px;
}

.cards-list .infos a {
  color: #cc6a80;
  font-weight: 600;
}

.cards-list a .infos,
.cards-list a .ville,
.cards-list a h3 {
  color: #ffffff;
}

html
  body
  main
  section.news-feed
  div.cards-list
  a
  div.post-card
  div.ticket
  p.infos {
  color: #cc6a80;
}

html
  body
  main
  section.news-feed
  div.cards-list
  a
  div.post-card
  div.ticket
  p.infos {
  font-size: 22px;
  margin-bottom: 4px;
}

html
  body
  main
  section.news-feed
  div.cards-list
  div.post-card
  div.ticket
  p.ville
  a.post-tag {
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 24px;
  border-radius: 4px;
  background: rgb(195, 78, 104);
  background: linear-gradient(
    90deg,
    rgba(195, 78, 104, 1) 0%,
    rgba(118, 60, 127, 1) 100%
  );
  color: #ffffff;
}

.post-date {
  font-size: 16px;
}

.intro {
  color: #cecece;
  font-style: italic;
}

.cards-list img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.news-feed h2 {
  font-family: "rift-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  margin-top: 48px;
  margin-bottom: 48px;
  min-width: 320px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 44px;
  padding-right: 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #323232;
  padding-bottom: 32px;
  text-align: center;
  justify-content: center;
}

a.all-dates {
  display: flex;
  align-items: center;
  min-width: 320px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 44px;
  padding-right: 32px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 24px;
  justify-content: center;
}

a.all-dates span:hover {
  background: rgb(204, 106, 128);
  background: linear-gradient(
    90deg,
    rgba(204, 106, 128, 1) 0%,
    rgba(142, 78, 152, 1) 100%
  );
}

a.all-dates span {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 28px;
  background: rgb(195, 78, 104);
  background: linear-gradient(
    90deg,
    rgba(195, 78, 104, 1) 0%,
    rgba(118, 60, 127, 1) 100%
  );
  color: #ffffff;
}

.news-feed {
  margin-bottom: 48px;
}

.news-feed h2 i {
  color: #cc6a80;
  margin-right: 8px;
  font-size: 24px;
}

/* Media Queries */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

/* Mobile */
/* ------------------------------------------------------------------------ */

@media only screen and (min-width: 0px) and (max-width: 480px) {
  /* General */
  /* ------------------------------------------------------------------------ */

  .cards-list,
  .fail-result {
    justify-content: center;
  }

  .cards-list .post-card {
    width: 100%;
  }

  .cards-list .post-card .date {
    display: none;
  }

  .cards-list {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Tablette Portrait */
/* ------------------------------------------------------------------------ */

@media only screen and (min-width: 480px) and (max-width: 800px) {
  /* General */
  /* ------------------------------------------------------------------------ */
  .cards-list,
  .fail-result {
    justify-content: center;
  }

  .cards-list .post-card {
    width: 100%;
  }
}

/* Tablette paysage */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 800px) and (max-width: 960px) {
  /* General */
  /* ------------------------------------------------------------------------ */

  .cards-list .post-card {
    width: 48%;
    padding: 24px;
    font-size: 18px;
    min-width: 336px;
  }
}

/* Petit écran */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 961px) and (max-width: 1279px) {
  /* General */
  /* ------------------------------------------------------------------------ */
  .cards-list,
  .fail-result {
    justify-content: space-between;
  }

  .cards-list .date {
    margin-right: 12px;
    min-width: 60px;
  }

  .cards-list .post-card {
    width: 48%;
    padding: 24px;
    font-size: 18px;
    min-width: 416px;
  }
}
