body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 25px;
}

* {
    box-sizing: border-box;
}

main, .bloc__footer {
    width: 90%;
}

body, .navbar__mini, .article__posted .article__date, .pagination, .recent, header, .logo, .container, article, .blog, .search, footer {
    display: flex;
}

header, .logo, .container, article, .blog, .search, footer {
    flex-direction: column;
}

header, .logo, .navbar__mini, .container, article, .blog, .recent, .search, footer {
    align-items: center;
}

.banner__title, .arg .arg__title, .article__date, .recent__subtitle, .recentposts__title, .search__title {
    font-weight: normal;
} 

header, .logo__image, .navbar__mini, .banner, .banner__image, .banner__text, .article__image, .blog__image, footer {
    width: 100%;
}

.arg .arg__title, .article__posted .article__date, .pagination .pagination--active, .recentposts__title, .search__title{
    background-color: #FFFFFF;
}

.article__button, .pagenumber , footer {
    background-color: #000000;
}

.banner__text, .article__button, .pagenumber , footer {
    color: #FFFFFF;
}

.banner, .arg, .arg .arg__title, .recentposts, .search  {
    position: relative;
}

.banner__text, .article__posted .article__date, .recentposts__title, .search__title {
    position: absolute;
}

.banner__text, .arg, .pagenumber , .blog, .recentposts__title, .search__title, .foot__description {
    text-align: center;
}

.arg, article, .article__button, .pagination--active, .pagenumber , .blog, .recentposts, .search, input {
    border: 1px solid #000000;
}

.arg, article, .blog, .recentposts, .search {
    padding: 25px;
}

.arg .arg__title, .article__posted .article__date, .recentposts__title{
    padding: 0px 17px 0px;
}

.recentposts__title, .search__title, .arg .arg__title {
    left: 50%;
    transform: translate(-50%, -230%);
}

/*HEADER*/

.logo {
    width: 95%;
}

.logo__image {
    margin-top: -30px;
    margin-bottom: -0px;
}

.navbar__mini {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5%;
}

.navbar__mini__image {
    width: 20px;
    height: 20px;
    margin-left: 5%;
}

.navbar__mini__menu {
    margin-right: 5%;
}

.navbar__falsescrolling {
    width: 15px;
    height: 15px;
}

.navbar {
    display: none;
}

/*BANNER*/

.banner {
    margin: 0px 0px 30px;
}

.banner__image {
    height: auto;
}

.banner__image__2 {
    display: none;
}

.banner__text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner__title {
    font-size: 28px;
}  

/*ARGUMENTS*/

.arg {
    margin: 0px 0px 30px;
}

.arg--middle .arg__title {
    width: 250px;
}

.arg--left .arg__title, .arg--right .arg__title {
    width: 200px;
}

.arg__description {
    margin-top: -50px;
}

/*ARTICLES*/

article {
    margin: 0px 0px 30px;
}

.article__title {
    font-family: 'Merriweather', serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 50px;
}

.article__posted .article__date {
    width: 250px;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -120%);
    font-size: 15px;
}

.article__description {
    color: #7A7A7A;
    font-size: 14px;
}

.article__button {
    width: 120px;
    height: 50px;
    padding: 12px;
}

.article__button, .pagenumber{
    text-decoration: none;
}

.pagination {
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
}

.pagination--active{
    color: #000000;
}

.pagination--two, .pagination--three {
    display: none;
}

.pagination--next:hover {
background-color: #FFFFFF;
color: #000000;
}

.pagination--active, .pagination--two, .pagination--three {
    width: 45px;
    height: 45px;
}

.pagination--next {
    width: 70px;
    height: 45px;
}

.pagenumber {
    margin-right: 12px;
    margin-bottom: 50px;
    padding: 10px 15px;
    transition: all 0.2s;
}

/*ASIDE*/

.blog, .recentposts, .search {
    margin: 0px 0px 30px;
}

.blog .blog__sign{
    width: 130px;
}

.blog__description{
    font-size: 15px;
}

.recent {
    justify-content: start;
    border-bottom: 1px solid #CCCCCC;
}

.recent:nth-child(6) {
    border-bottom: none;
    margin-bottom: -15px;
}

.recent__image {
    margin-right: 20px;
}

.recent__subtitle {
    font-size: 14px;
}

.recent__date {
    font-size: 12px;
    color: #CCCCCC;
}

.recentposts__title {
    width: 250px;
}

.recent__subtitle {
    margin-bottom: -5px;
}

.recent__date {
    margin-top: -5px;
}

.search__title {
    width: 335px;
}

.search__bar {
    width: 90%;
    height: 35px;
    border-radius: 3px;
    text-indent: 10px;
}

/*FOOTER*/

.bloc__footer {
    border-bottom: 1px solid #FFFFFF;
}

.foot {
    margin: 30px 0px;
}

.foot__description {
    color:#7A7A7A;
    text-align: initial;
    font-size: 14px;
}

.foot__title {
    font-size: 18px;
    font-weight: 500;
}

.bloc__footer em {
    font-style: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #7A7A7A;
}

.foot__description {
    padding: 20px 0px;
}

.madeby {
    padding: 5px;
}

@media screen and (min-width:1300px) {
    .container {
        max-width: 1300px;
        height: auto;
    }
}

@media screen and (min-width:400px) {
    .logo__image {
        width: 400px;
    }
}

@media screen and (min-width:1024px) {
    .navbar {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        width: 90%;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

    .navbar__page {
        text-decoration: none;
        color: #000000;
        padding: 20px;
    }

    .navbar__mini {
        display: none;
    }
}

@media screen and (min-width:700px) {
    .banner__image {
        display: none;
    }

    .banner__image__2 {
        display: block;
        width: 100%;
        height: auto;
    }

    .banner__title {
        font-size: 55px;
    }  

    .banner__description {
        font-size: 18px;
    }
}

@media screen and (min-width: 900px) {
    .arguments {
        display: flex;
        justify-content: space-between;
    }

    .arg {
        width: 32%;
    }
}

@media screen and (min-width:460px) {
    .article__posted .article__date {
        width: 350px;
    }

    .article__posted {
        border-bottom: 1px solid #000000;
        position: relative;
        margin-bottom: 20px;
        width: 65%;
    }
}

@media screen and (min-width:699px) {
    .article__posted .article__date {
        width: 400px;
        font-size: 17px;
    }

    .article__title {
        font-size: 30px;
    }

    .article__description {
        font-size: 16px;
    }
}

@media screen and (min-width:990px) {
    .content {
        display: flex;
        justify-content: space-between;
    }

    .articles {
        width: 67%;
    }

    aside {
        width: 30%;
    }
}

@media screen and (min-width:650px) {
    .pagination--two {
        display: block;
    }

    .pagination--two:hover {
        background-color: #FFFFFF;
        color: #000000;
    }
}

@media screen and (min-width:900px) {
    .pagination--three {
        display: block;
    }

    .pagination--three:hover {
        background-color: #FFFFFF;
        color: #000000;
    }
}

@media screen and (min-width:900px) {
    .bloc__footer {
        display: flex;
    }

    .foot {
        padding: 10px;
    }
}

@media screen and (min-width:1300px) {
    .bloc__footer {
        width: 1200px;
    }
}