
.articlesintro {

}

.articlestitre {
    font-size: larger;
    font-weight: bolder;
    display: inline-block;
    position: relative;
}

.articlesde {
    text-align: right;
    float: right;
    font-style: italic;
}

.articlenew .articlesde {
    font-style: italic;
    text-align: left;
    float: none;
}

.articlenew {
    background-color: rgba(255,255,255,0.6);
    padding: 1rem;
    margin-bottom: 2rem;
    border: 1px solid var(--color-orange-a10);
    position: relative;
}

.articlestxt {
    border-bottom: 1px solid var(--color-orange-a50);
    margin-bottom: 1rem;
}

.articlenewcontent {
    height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

.articlestxtBtn {
    padding-bottom: 1.5rem;
}

.articlenew .articlestxtBtn {
    padding-bottom: unset;
}

.articlestxtMore {
    display: none;
}
.articlestxtSmall {

}

.schaCommentArt {
    font-size: 1.4rem;
    cursor: pointer;
    position: relative;
}

div.schaCommentArt>div {
    position: absolute;
    top: 0;
    font-size: 1rem;
}
.articlestitre a {
    color: var(--color-color);
}

.schaMore {
    position: relative;
}

.schaMore .articlestxtBtn {
    position: absolute;
    top: 0p;
    width: 100%;
}

.schaMore .articlestxtBtn .btn {
    width: 100%;
}