.node-type-news .col-right {
    padding-top: 35px;
}
.node-type-news h2 a {
    font-size: 25px;
    font-family: latoblack;
    text-transform: none;
}

.node-type-news .pane-node-content a {
    color: #6cb42a;
}
.node-type-news .extra-news-infos {
    color: #6cb42a;
    padding-left: 0px;
}


.node-type-news .extra-news-infos li.first::before {
    content: '[';
    padding-right: 3px;
}

.node-type-news .extra-news-infos li.last::before {
    content: "|";
    padding: 0 2px;
}
.node-type-news .extra-news-infos li.last::after {
    content: ']';
    padding-left: 3px;
}
.node-type-news .extra-news-infos li {
    list-style: none;
    display: inline-block;
}
.node-type-news .field-name-body p {
    font-family: latoregular;
    font-size: 15px;
}
.node-type-news .field-name-field-introduction p {
    font-family: latoblack;
    font-size: 15px;
}


.node-type-news .field-name-body{
    padding-bottom: 2em;
}