/*AVIS*/

.avis-title{
  font-size: 16px;
  line-height: 19px;
  color: #969696;
  display: flex;
  align-items: center;
}

.avis-title i {
  font-size: 20px;
  margin-right: .5rem;
}

.avis-like i {
  color: #00B67A;
}

.avis-dislike i {
  color: #F22139;
}

.avis-like li::before {
  content: "■ ";
  color: #00B67A;
  margin-right: .5em;
}

.avis-dislike li::before {
  content: "■ ";
  color: #F22139;
  margin-right: .5em;
}

.avis-body a {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #3C3F41;
  padding-left: 2.5em;
}

.avis-body a:hover {
  color: #F2A000;
}

.avis-body li {
  padding-left: 1em;
  text-indent: -.7em;
  margin: 10px 0;
  font-weight: 300;
  font-size: 14px;
  color: #3C3F41;
  line-height: 18px;
}

.collapseLikeDislike {
  cursor: pointer;
}

.collapseLikeDislike .avis-title {
  height: 42px;
}


.blocPost .container-overlay {
  position: relative;
}

.blocPost .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all ease-in-out .3s;
  background-color: rgba(0, 0, 0, 0.5);
}

.blocPost .container-overlay :hover .overlay {
  opacity: 1;
}

.blocPost .text-overlay {
  color: #FFF;
  font-weight: 300;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: left;
}

.blocPost .overlay-name {
  font-weight: 400;
  text-transform: uppercase;
}

.blocPost .overlay-blog {
  display: block;
  font-weight: 400;
}

.blocPost .overlay-date {
  display: block;
}

.blocPost .overlay-type {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.blocPost .overlay-title {
  display: block;
  font-weight: 300;
  font-size: 21px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5)
}

#ONEBHTWO .blocPost .overlay-title {
  line-height: 24px;
}

#ONEBHFOUR .blocPost .overlay-title {
  line-height: 21px;
}

.blocPost .overlay-info {
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
