.single-post h1 {
  font-size: 55px;
  line-height: 62px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 990px) {
  .single-post h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.single-post h2 {
  font-size: 28px;
  line-height: 40px;
}
@media screen and (max-width: 1520px) {
  .single-post h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.single-post h2::before {
  content: "";
  position: absolute;
  background-color: #8965FF;
  width: 26px;
  height: 26px;
  left: -40px;
  top: 6px;
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 1520px) {
  .single-post h2::before {
    width: 18px;
    height: 18px;
    left: -28px;
    top: 4px;
  }
}
.single-post .page-head__container {
  display: flex;
  gap: 70px;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .single-post .page-head__container {
    flex-direction: column;
    gap: 30px;
  }
}
.single-post .page-head__container .page-head__left, .single-post .page-head__container .page-head__right {
  width: 50%;
}
@media screen and (max-width: 990px) {
  .single-post .page-head__container .page-head__left, .single-post .page-head__container .page-head__right {
    width: 100%;
  }
}
.single-post .page-head__container .categories a {
  padding: 7px 15px;
  border-radius: 20px;
  color: #fff;
  background: #5C4D5C;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-family: "GilroyB", Arial, Verdana, sans-serif;
  text-decoration: none;
}
.single-post .page-head__container .time-to-read {
  margin: 15px 0;
  text-align: right;
}
.single-post .blog__content {
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .single-post .blog__content {
    max-width: 1200px;
  }
}

.category h1 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 990px) {
  .category h1 {
    margin-bottom: 40px;
  }
}

.category .loop-entry, .blog .loop-entry {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  margin: 90px 0;
}
@media screen and (max-width: 990px) {
  .category .loop-entry, .blog .loop-entry {
    flex-direction: column;
    gap: 30px;
    margin: 40px 0;
  }
}
.category .loop-entry article, .blog .loop-entry article {
  width: calc(50% - 50px);
}
@media screen and (max-width: 990px) {
  .category .loop-entry article, .blog .loop-entry article {
    width: 100%;
  }
}
.category .loop-entry article:nth-child(even), .blog .loop-entry article:nth-child(even) {
  margin-top: 50px;
}
@media screen and (max-width: 990px) {
  .category .loop-entry article:nth-child(even), .blog .loop-entry article:nth-child(even) {
    margin-top: 0;
  }
}
.category .loop-entry article .categories, .blog .loop-entry article .categories {
  display: flex;
  align-items: center;
}
.category .loop-entry article .categories:after, .blog .loop-entry article .categories:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #5C4D5C;
}
.category .loop-entry article .categories ul, .blog .loop-entry article .categories ul {
  display: flex;
  gap: 10px;
  padding: 0;
  min-width: fit-content;
  margin: 0 15px 0 0;
}
.category .loop-entry article .categories ul li, .blog .loop-entry article .categories ul li {
  list-style-type: none;
  margin-left: 0;
}
.category .loop-entry article .categories ul li::before, .blog .loop-entry article .categories ul li::before {
  display: none;
}
.category .loop-entry article .categories ul li a, .blog .loop-entry article .categories ul li a {
  text-decoration: none;
  color: #8965FF;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 990px) {
  .category .loop-entry article .categories ul li a, .blog .loop-entry article .categories ul li a {
    font-size: 14px;
  }
}
.category .loop-entry article .title-link, .blog .loop-entry article .title-link {
  text-decoration: none;
  position: relative;
  display: block;
}
.category .loop-entry article .title-link h3, .blog .loop-entry article .title-link h3 {
  text-transform: none;
  font-size: 34px;
  margin: 15px 0;
}
@media screen and (max-width: 990px) {
  .category .loop-entry article .title-link h3, .blog .loop-entry article .title-link h3 {
    font-size: 20px;
  }
}
.category .loop-entry article .title-link:after, .blog .loop-entry article .title-link:after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url("../img/fleche.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -40px;
  right: 0;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.category .loop-entry article .title-link:hover:after, .blog .loop-entry article .title-link:hover:after {
  opacity: 1;
}
.category .loop-entry article .date, .blog .loop-entry article .date {
  font-size: 18px;
}
/*# sourceMappingURL=blog.css.map */
