/*
Theme Name: child-newsmatic
Description: Theme enfant base
Author: Theme enfant
Author URI: https://www.wordpress.com
Template: newsmatic
Version: 0.1.0
*/

.commentaires{
	margin-top:60px;
}

.commentaires ul {
	border:0!important;
}

.commentaires ul li {
  list-style: none;
  border-bottom: 1px solid #e1e1e1!important;
  margin-bottom: 10px;
  padding: 10px;
}

.category {
  color: #333;
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 600;
}

.featured-post.is-sticky .post-element span {
  margin: 25px 0 15px;
  font-size: calc(var(--post-title-size)*1.6);
  font-weight: 700;
  color: var(--white-text);
  width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-comment {
  display:none!important;
}