.container-articles{
    width: 60%;
    margin: auto;
}

.hidden{
    display: block;
    opacity: 0;
    height: 0!important;
    transform: rotateX(90deg);
    margin: 0!important;
}

.articles-title{
    font-size: 33px;
    text-align: center;
}

.article-block{
    display: flex;
    flex-grow: 2;
    margin-bottom: 42px;
    background-color: #fff;
    -webkit-box-shadow: 8px 8px 15px -10px rgba(0,0,0,1);
    -moz-box-shadow: 8px 8px 15px -10px rgba(0,0,0,1);
    box-shadow: 8px 8px 15px -10px rgba(0,0,0,1);
    -webkit-transition: transform .2s ease-in;
    -moz-transition: transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
}

@media screen and (max-width: 980px){
    .article-block{
        flex-direction: column;
    }
    .container-articles{
        width: 90%;
    }
    .article-genre{
        float: left !important;
    }
}
@media screen and (min-width: 980px){
    .article-block{
        flex-direction: row;
    }
    .article-img-container{
        max-height: 400px;
        max-width: 400px;
    }
    .article-text-container{
        width: 50%;
    }
}

.article-img-container>img{
    height: 100%;
    width: 100%;
}

.article-text-container{
    position: relative;
    min-height: 300px;
    height: 100%;
    vertical-align: top;
    padding: 13px;
    width: 100%;
}

.article-text-top{
    width: 100%;
}

.article-text-img{
    border-radius: 99px;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.article-top-name-container{
    display: inline-block;
    width: 70%;
}
.article-top-name{
    font-size: 18px;
    margin-bottom: 10px;
}
.article-top-date{
    font-size: 14px;
    margin-bottom: 10px;
    color: #a5a4a3;
}

.article-text-bottom{
    display: flex;
    width: 100%;
    font-size: 12px;
    color: #a5a4a3;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: bottom;
}

.article-text-view{
    display: inline-block;
    width: 50%;
}
.article-text-heart{
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-right: 18px;
}

.article-text-middle{
    padding-top: 22px;
    padding-bottom: 22px;
}

.article-text-middle-title{
    padding-left: 22px;
    font-size: 42px;
}
.article-text-middle-title>a{
    text-decoration: none;
    color: #000;
}
.article-text-middle-title>a:hover{
    text-decoration: underline;
    color: #128F8B;
}

.article-genre{
    color: #128F8B;
    float: right;
}

.article-genre-img{
    font-size: 16px;
    border-radius: 99px;
    color: #128F8B;
}

.article-text-middle-text{
    padding-top: 22px;
    padding-bottom: 22px;
}

.articles-menu{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    font-size: 18px;
    margin-bottom: 33px;
    margin-top: 33px;
}

.articles-menu-block:hover{
    cursor: pointer;
    color: rgb(92, 90, 90);;
}

.remonter{
    cursor: pointer;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
    border-radius: 999px;
    background-color: #128F8B;
}

.remonter>i{
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 33px;
    margin-top: 8px;
}

.article-text-comment{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.article-separator-bottom{
    width: 100%;
    margin: auto;
}
