/*
* -------------------------------------------------
* ------------------- GLOBAL ----------------------
* -------------------------------------------------
*/
/* --- ARTICLE CATEGORIES --- */
.article-categories .article-category {
  background-color: #2f887f;
  text-decoration: none;
  transition: 0.3s;
}
.article-categories .article-category:hover {
  color: #FFFFFF;
  background-color: #1d665d;
}

/* --- ARTICLE SIDEBAR LIST --- */
ul.article-sidebar-list {
  padding-left: 0;
  list-style: none;
}
ul.article-sidebar-list .related-post-item {
  background-color: #FFFFFF;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
ul.article-sidebar-list .related-post-item .article-thumbnail {
  width: 35%;
}
ul.article-sidebar-list .related-post-item .article-title-container {
  width: 65%;
  padding: 10px;
}
ul.article-sidebar-list .related-post-item .article-title-container .article-title {
  font-size: 0.85rem;
}
ul.article-sidebar-list .related-post-item .article-title-container .article-title a {
  color: #1d665d;
  text-decoration: none;
}

/*
* -------------------------------------------------
* ---------------- ARCHIVE BLOG -------------------
* -------------------------------------------------
*/
body.archive,
body.blog {
  /* --- MENU CATEGORIES --- */
}
body.archive section#section-blog-categories-links .categories-container,
body.blog section#section-blog-categories-links .categories-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body.archive section#section-blog-categories-links .categories-container a.category-link,
body.blog section#section-blog-categories-links .categories-container a.category-link {
  display: inline-block;
  height: 50px;
  text-decoration: none;
  padding: 10px 25px;
  border-bottom: 1px solid #BEBEBE;
  transition: border 0s, font-weight 0.3s ease;
}
body.archive section#section-blog-categories-links .categories-container a.category-link:hover, body.archive section#section-blog-categories-links .categories-container a.category-link.active,
body.blog section#section-blog-categories-links .categories-container a.category-link:hover,
body.blog section#section-blog-categories-links .categories-container a.category-link.active {
  font-weight: 600;
  border-bottom: 2px solid #1d665d;
}

/*
* -------------------------------------------------
* --------------- SINGLE ARTICLE ------------------
* -------------------------------------------------
*/
.single-post section#section-bandeau-breadcrumb .bandeau-content-container {
  width: unset;
  padding: 30px;
}
.single-post section#section-bandeau-breadcrumb .bandeau-content-container .page-title {
  text-align: left;
}
.single-post section#section-bandeau-breadcrumb .bandeau-content-container nav.page-breadcrumb {
  text-align: left;
}
.single-post section#section-post-main .col-content .content-inner {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.single-post section#section-post-main .col-content .content-inner .post-thumbnail-container {
  width: 100%;
}
.single-post section#section-post-main .col-content .content-inner .post-thumbnail-container img {
  width: 100%;
  height: 450px;
}
.single-post section#section-post-main .col-content .content-inner .post-content-inner {
  padding: 20px;
}
.single-post section#section-post-main .col-content .content-inner .post-content-inner h2,
.single-post section#section-post-main .col-content .content-inner .post-content-inner h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.single-post section#section-post-main .col-content .content-inner .post-content-inner h2:not(:first-child),
.single-post section#section-post-main .col-content .content-inner .post-content-inner h3:not(:first-child) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E5E5E5;
}
.single-post section#section-post-main .col-content .content-inner .post-content-inner p:last-child {
  margin-bottom: 0;
}
.single-post section#section-post-main .col-sidebar .sidebar-inner .article-sidebar-section {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 25px;
}
.single-post section#section-post-main .col-sidebar .sidebar-inner .article-sidebar-section.article-metas i {
  vertical-align: middle;
}
.single-post section#section-post-main .col-sidebar .sidebar-inner .article-sidebar-section.article-metas .article-categories {
  margin-bottom: 5px;
}
.single-post section#section-post-main .col-sidebar .sidebar-inner .article-sidebar-section.article-metas .article-date i {
  font-weight: 400;
}
.single-post section#section-post-main .col-sidebar .sidebar-inner .article-sidebar-section.article-share .article-share-buttons {
  display: flex;
}
.single-post section#section-post-main .col-sidebar .sidebar-inner .article-sidebar-section.article-share .article-share-buttons a.share-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration: none;
  margin-right: 7px;
  background-color: #FFFFFF;
  color: #1d665d;
  width: 35px;
  height: 35px;
  border: 1px solid #1d665d;
  border-radius: 50%;
}
.single-post section#section-post-main .col-sidebar .sidebar-inner .article-sidebar-section.article-share .article-share-buttons a.share-button i {
  font-size: 20px;
  vertical-align: middle;
}
.single-post section#section-post-main .col-sidebar .sidebar-inner .article-sidebar-section.article-share .article-share-buttons a.share-button:hover {
  color: #FFFFFF;
  background-color: #1d665d;
}

@media (max-width: 768px) {
  .single-post section#section-post-main .col-content {
    margin-bottom: 30px;
  }
  .single-post section#section-post-main .col-content .content-inner .post-thumbnail-container img {
    width: 100%;
    height: auto;
    max-height: 500px;
  }
}
@media (max-width: 576px) {
  .single-post section#section-bandeau-breadcrumb .bandeau-content-container {
    padding: 0 15px;
  }
  .single-post section#section-post-main .col-content .content-inner .post-thumbnail-container img {
    max-height: 375px;
  }
}
@media (max-width: 400px) {
  .single-post section#section-bandeau-breadcrumb .bandeau-content-container {
    padding: 0 15px;
  }
  .single-post section#section-post-main .col-content .content-inner .post-thumbnail-container img {
    max-height: 275px;
  }
}
/*
* -------------------------------------------------
* ---------------- ARTICLE MINI -------------------
* -------------------------------------------------
*/
.article-item .article-link {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #E5E5E5;
}
.article-item .article-link .article-thumbnail {
  height: 250px;
  overflow: hidden;
}
.article-item .article-link .article-thumbnail img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.article-item .article-link .article-thumbnail:hover img {
  transform: scale(1.1);
}
.article-item .article-link .article-content {
  padding: 15px;
}
.article-item .article-link .article-content .article-title {
  font-size: 1rem;
  margin-bottom: 0;
}
.article-item .article-link .article-content .article-title a {
  text-decoration: none;
}
.article-item .article-link .article-content .article-categories {
  padding: 5px 0 10px 0;
}
.article-item .article-link .article-content .article-excerpt {
  font-size: 0.85rem;
  color: #0F332F;
  margin-bottom: 0;
}

/*# sourceMappingURL=blog.css.map */
