/************************************
***** CAROUSEL ARTICLE VIDEO *******
************************************/

.coeur-article-video .views p{
  color: rgba(60, 63, 65, 0.75);
}

.coeur-article-video .likes {
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
  color: #969696;
}

.coeur-article-video .likes span {
  font-size: 25px;
}

.coeur-article-video .likes .thumbdown span {
  transform: rotate(180deg);
}

.coeur-article-video .video-infos {
  border-bottom: 1px dotted #D1D1D1;
}

.coeur-article-video .video-text {
  border-top: 1px dotted #D1D1D1;
  border-bottom: 1px dotted #D1D1D1;
}

@media (max-width:599px) {
  #carousel-article .owl-theme .owl-nav {
    justify-content: space-between;
  }
}
