.blog-post {
  background-color: #141414;
  min-width: 320px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.blog-post img {
  width: 100%;
  max-width: 680px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog-post iframe {
  width: 100%;
  max-width: 680px;
  height: 360px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog-post h2 {
  font-family: "rift-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 38px;
  text-align: center;
}

.blog-post .entry {
  width: 100%;
  max-width: 880px;
  line-height: 2;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post .entry p {
  line-height: 2;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: justify;
}

.blog-post .entry p.credit {
  line-height: 2;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 24px;
  margin-top: -16px;
  text-align: justify;
  text-align: center;
  color: #cc6a80;
}

.blog-post a {
  color: #cc6a80;
  font-weight: 600;
}

.blog-post a.link-hih {
  display: flex;
  justify-content: center;
  width: 256px;
  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;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}

.blog-post b {
  color: #cecece;
  font-weight: 600;
}

.post-tag {
  display: block;
  text-align: center;
}

.post-tag span {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
}

.blog-post p s {
  text-decoration: line-through;
}

html
  body
  main.post-blogging
  section.blog-post-container
  div.content
  div.blog-post
  div.entry
  div.blog-content-art
  p
  strike {
  text-decoration: line-through;
}

.post-date {
  display: block;
  text-align: center;
  margin-top: 8px;
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.high-posts {
  min-width: 320px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.high-posts h3 {
  padding-left: 24px;
  padding-right: 24px;
}

.inner-prev,
.inner-next {
  display: flex;
  flex-wrap: wrap;
}

a .next-post,
a .prev-post {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  width: 260px;
  background-color: #141414;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

a .next-post h4,
a .prev-post h4 {
  font-weight: 400;
  margin-top: 14px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 44px;
  color: #ffffff;
}

.next-post img,
.prev-post img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.entry .center {
  text-align: center;
}

.entry .center p {
  text-align: center;
}

.entry .title-post {
  font-family: "rift-soft", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  text-align: center;
}

.high-posts h3 {
  font-family: "rift-soft", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 16px;
  color: #cc6a80;
}

.high-posts p {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 16px;
}

a .next-post:hover,
a .prev-post:hover {
  background-color: #323232;
}

.blog-post-container {
  margin-bottom: 48px;
}

.blog-post-container .all-dates {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
}

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

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

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

  a .next-post,
  a .prev-post {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    margin-bottom: 24px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .high-prec {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .high-prec h3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .high-posts img {
    display: none;
  }

  a .next-post h4,
  a .prev-post h4 {
    font-weight: 400;
    margin-top: 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    color: #ffffff;
  }
}

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

@media only screen and (min-width: 481px) and (max-width: 600px) {
  /* General */
  /* ------------------------------------------------------------------------ */
  a .next-post,
  a .prev-post {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    width: 448px;
    margin-left: auto;
    margin-right: auto;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    margin-bottom: 24px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .high-prec {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .high-prec h3 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .high-posts img {
    display: none;
  }

  a .next-post h4,
  a .prev-post h4 {
    font-weight: 400;
    margin-top: 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    color: #ffffff;
  }
}

@media only screen and (min-width: 601px) and (max-width: 801px) {
  /* General */
  /* ------------------------------------------------------------------------ */
  a .next-post,
  a .prev-post {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    width: 268px;
    margin-left: auto;
    margin-right: auto;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    margin-bottom: 24px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .high-posts {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
  }

  .high-prec h3 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .high-posts img {
    display: none;
  }

  a .next-post h4,
  a .prev-post h4 {
    font-weight: 400;
    margin-top: 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    color: #ffffff;
  }
}

/* Tablette paysage */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 801px) and (max-width: 960px) {
  /* General */
  /* ------------------------------------------------------------------------ */
  a .next-post,
  a .prev-post {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    margin-bottom: 24px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .high-posts {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
  }

  .high-prec h3 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .high-posts img {
    height: 80px;
    width: 100%;
  }

  a .next-post h4,
  a .prev-post h4 {
    display: none;
  }
}

/* Petit écran */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 961px) and (max-width: 1279px) {
  /* General */
  /* ------------------------------------------------------------------------ */

  a .next-post,
  a .prev-post {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    margin-bottom: 24px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .high-posts {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
  }

  .high-prec h3 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .high-posts img {
    height: 120px;
    width: 100%;
  }

  a .next-post h4,
  a .prev-post h4 {
    display: none;
  }
}
