﻿/* BLOG HEADER */

.blog-header-banner {
  background-size: cover;
  background-position: center;
  height: 200px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.blog-header-avatar {
  position: relative;
  margin: -75px auto 0;
  width: 150px;
  background-size: cover;
  overflow: hidden;
  height: 150px;
  background-color: #fff;
}

.blog-header-overlay {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.blog-header-overlay:hover {
  opacity: 1;
}

.blog-header-overlay > p {
  text-align: center;
  position: absolute;
  top: 50%;
  color: white;
  width: 100%;
  padding: 0;
  margin: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-header-loader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.blog-header-loader-inner {
  display: table-cell;
  vertical-align: middle;
}

.blog-header-content > div {
  min-height: 75px;
  vertical-align: middle;
}

.blog-header-title,
.blog-header-stats {
  text-align: center;
  padding-top: 25px;
}

.blog-header-collaborative .blog-header-title {
  text-align: left;
}

.blog-header-subscribe-action {
  text-align: center;
  padding-top: 20px;
}

/* BLOG POSTLIST FRAME */

.blog-postlist-post {
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  display: table;
  height: 150px;
  width: 100%;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.blog-postlist-post:hover {
  -webkit-box-shadow: -1px 3px 8px 0 rgba(0, 1, 1, 0.2);
  box-shadow: -1px 3px 8px 0 rgba(0, 1, 1, 0.2);
}

.blog-postlist-post > div {
  display: table-cell;
}

.blog-postlist-post-featured-image {
  width: 200px;
  height: 157px;
  background-color: #000;
  vertical-align: middle;
}

.frame .blog-postlist-post-featured-image img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}

.blog-postlist-post .blog-post-counters {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: table;
  margin: 0;
}

.blog-postlist-post .blog-post-counters > li {
  display: table-cell;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .blog-postlist-post-featured-image {
    width: auto;
    max-width: 80px;
    overflow: hidden;
  }
  .frame .blog-postlist-post-featured-image img {
    max-width: none;
    width: auto;
  }
}

.blog-postlist-post-content {
  padding: 15px 15px 40px;
}

.blog-postlist .blog-post-date {
  font-size: 11px;
  margin: 5px 0;
}

.blog-postlist-pagination {
  text-align: center;
}
.blog-postlist-pagination-top {
  margin-bottom: 10px;
}
.blog-postlist-pagination-bottom {
  margin-top: 10px;
}

/* BLOG POST INFO FRAME */

.blog-post-featured-image {
  text-align: center;
}

.blog-post-featured-image img {
  max-height: 150px;
}

.blog-post-counters {
  margin: 10px 0;
}

.blog-post-counters a {
  color: inherit;
}

.blog-post-counters a:hover {
  text-decoration: none;
}

.blog-post-counters .glyphicon {
  vertical-align: middle;
  margin-right: 5px;
}

.blog-post-subscribe-action {
  margin-top: 10px;
}

#criteres_recherche {
  margin-bottom: 10px !important;
  padding-left: 10px !important;
}
.navigation-page {
  padding-left: 10px !important;
}

.blogPost-stamps-short {
  position: absolute;
  overflow: hidden;
  height: 30px;
  padding: 0;
}

.blogPost-stamps-detail {
  padding: 0;
  margin-bottom: 10px;
}

.blogPost-stamps-detail > li {
  margin-bottom: 5px;
}

a.blog-post-category,
a.blog-post-tag {
  text-decoration: underline;
}

.frame-blogpostcontentdisplay .blog-post-tags {
  margin-top: 30px;
}

.blog-postlist .blog-post-tags {
  position: absolute;
  bottom: 3px;
}

#portal .frame-blogpostlistdisplay .panel-body {
  padding: 0;
}

#portal .frame-blogposttagsdisplay .panel-body {
  padding: 0;
}
