
.viewer-element .page-content-front {
    width: 1200px !important;}

/*masque la date dans le logo*/
path.logo-date {
    display: none;
}

.viewer-element .collection-numbers .collection-numbers-content {
    font-size: 3.5em !important;
}

.articles-list-element {
  margin: 10px auto !important;
  padding-bottom: 50px !important;
}

.articles-list-element.articles-list-element--first {
    width: 100%;
}
.viewer-element .article-element.article-element--small .article-element-image{
	display:none;
}


.topic-detail .button, .topic-commments-header .topic-commments-button{
	display:none !important;
}

.viewer-element .bordered table tr td {
    border: 1pt #000 solid !important;
    padding: 10px !important;
}


@media screen and (min-width: 768px){
    .articles-list-element {
        width: 50%;
    }
    .viewer-element .article-element.article-element--big .article-element-media{
        width: 50% !important;
    }
    .viewer-element .article-element.article-element--big .article-element-image {
        padding-top: 75% !important;
    }
    .viewer-element .article-element.article-element--big .article-element-content {
      padding-right: 90px !important;
    }
}