* {
    font-family: 'League Spartan';
    font-weight: 400;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background-color: white;
    color: black;
    margin: 0;
    padding: 0;
}

/*BARRE*/

.barre {
    width: 55%;
    height: 2px;
    background-color: black;
    display: flex;
    margin: auto;
}

/*HEADER*/

.header {
    width: 100%;
    min-height: 250px;
    display: block;
}

.head-content {
    width: 100%;
    min-height: 250px;
    background-image: url(../img/HOME_BACKGROUND_FEASTS_SEASONS_1920x1080.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.head-more {
    width: 100%;
    min-height: 250px;
    display: flex;
    margin: auto auto 0 auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.head-button {
    margin: auto auto 10px auto;
    width: 200px;
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid white;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

/*A PROPOS*/

.about {
    width: 100%;
    display: block;
    margin-top: 50px;
}

.about-head {
    width: 100%;
    display: block;
}

.about-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.about-description {
    width: 90%;
    position: relative;
}

.about-description p {
    padding-left: 10px;
    padding-right: 30px;
    color: #4A4A4A;
}

.about-img {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.about-img img {
    width: 50%;
    padding-left: 50%;
}

/*BLOG*/

.blog-content {
    width: 100%;
    margin-top: 30px;
    transition: .5s;
}

.blog-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.blog-container {
    display: flex;
    width: 100%;
}

.blog-posts {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    margin-top: 50px;
}

.post {
    overflow: hidden;
    margin: 10px 10px;
    width: 150px;
    height: 370px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.post-image {
    width: 100%;
    height: 100px;
}

.post-image img {
    width: 100%;
    height: auto;
}

.post-content {
    padding: 0 10px;
    height: 210px;
}

.post-title {
    text-transform: uppercase;
    font-size: 20px;
}

.post-description {
    color: #4A4A4A;
}

.post-link-button {
    background-color: #0084FF;
    border-radius: 46px;
    border: none;
    width: 30px;
    height: 30px;
    margin-left: 70%;
    cursor: pointer;
}

.post-link-button img {
    width: 13px;
    display: flex;
    margin-left: 20%;
    margin-right: 20%;
}

.blog-more-content {
    margin-top: 50px;
    width: 100%;
}

.blog-button-more {
    display: block;
    margin: auto;
    width: 200px;
    height: 40px;
    text-align: center;
    background-color: #0084FF;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

/*DOWNLOAD*/

.download-content {
    width: 100%;
}

.download-title {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.download-container {
    width: 90%;
    /* height: 300px; */
    display: block;
    margin: 30px auto 0 auto;
    background-color: white;
    box-shadow: 0px 0px 49px rgba(0, 0, 0, 0.25);
}

.download-image {
    width: 100%;
}

.download-image img {
    width: 100%;
    height: 100%;
}

.download-infos {
    width: 100%;
}

.download-store {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.download-playstore {
    width: 50%;
}

.download-playstore-button {
    width: 100%;
    background-color: transparent;
    border: none;
    display: flex;
    margin: 20px auto;
}

.download-playstore-button img {
    width: 100%;
}

.download-socialapp-button {
    width: 90%;
    background: #0084FF;
    border-radius: 50px;
    border: none;
    display: flex;
    margin: 20px auto;
}

.download-socialapp-button img {
    width: 80%;
    display: flex;
    margin: auto;
}

@media only screen and (min-width: 1220px) {
    /*BARRE*/

    .barre {
        width: 15%;
        height: 2px;
        background-color: black;
        display: flex;
        margin: auto;
    }

    /*HEADER*/

    .header {
        width: 100%;
        min-height: 450px;
        display: block;
    }

    .head-content {
        width: 100%;
        min-height: 450px;
        background-image: url(../img/HOME_BACKGROUND_FEASTS_SEASONS_1920x1080.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .head-more {
        width: 100%;
        min-height: 450px;
        display: flex;
        margin: auto auto 0 auto;
    }

    .head-button {
        margin: auto auto 20px 70px;
        width: 230px;
        border-radius: 20px;
        background-color: transparent;
        border: 2px solid white;
        height: 40px;
        cursor: pointer;
        text-decoration: none;
        color: white;
        font-weight: bold;
    }

    /*A PROPOS*/

    .about {
        width: 100%;
        display: block;
        margin-top: 50px;
    }

    .about-head {
        width: 100%;
        display: block;
    }

    .about-title {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
    }

    .about-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .about-description {
        width: 100%;
        position: static;
    }

    .about-description p {
        padding-left: 100px;
        padding-right: 700px;
        text-align: left;
    }

    .about-img {
        width: 100%;
        z-index: 0;
    }

    .about-img img {
        min-width: 20%;
        max-width: 20%;
        float: right;
    }

    /*BLOG*/

    .blog-content {
        width: 100%;
        margin-top: 30px;
        transition: .5s;
    }

    .blog-title {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
    }

    .blog-container {
        display: flex;
        width: 100%;
    }

    .blog-posts {
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
        margin-top: 50px;
    }

    .post {
        overflow: hidden;
        margin: 10px 10px;
        width: 250px;
        height: 400px;
        border-radius: 29px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    }

    .post-image {
        width: 100%;
        height: 150px;
    }

    .post-image img {
        width: 100%;
        height: 90%;
    }

    .post-content {
        padding: 0 10px;
        height: 180px;
    }

    .post-title {
        text-transform: uppercase;
        font-size: 25px;
    }

    .post-description {
        color: #4A4A4A;
    }

    .post-link-button {
        background-color: #0084FF;
        border-radius: 46px;
        border: none;
        width: 30px;
        height: 30px;
        margin-left: 80%;
        cursor: pointer;
    }

    .post-link-button img {
        width: 13px;
        display: flex;
        margin-left: 20%;
        margin-right: 20%;
    }

    .blog-more-content {
        margin-top: 50px;
        width: 100%;
    }

    .blog-button-more {
        display: block;
        margin: auto;
        width: 200px;
        height: 40px;
        text-align: center;
        background-color: #0084FF;
        border: 3px solid #FFFFFF;
        box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.25);
        border-radius: 50px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 700;
        cursor: pointer;
    }

    /*DOWNLOAD*/

    .download-content {
        width: 100%;
    }

    .download-title {
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        font-size: 25px;
    }

    .download-container {
        width: 1300px;
        /* height: 100%; */
        display: flex;
        margin: 30px auto 0 auto;
        background-color: white;
        box-shadow: 0px 0px 49px rgba(0, 0, 0, 0.25);
    }

    .download-image {
        width: 50%;
    }

    .download-image img {
        width: 100%;
        height: 100%;
    }

    .download-infos {
        width: 50%;
        min-height: 100%;
    }

    .download-store {
        display: flex;
        width: 100%;
        height: 80%;
    }

    .download-playstore {
        width: 30%;
        display: flex;
        margin: auto auto 0 auto;
    }

    .download-playstore-button {
        width: 100%;
        background-color: transparent;
        border: none;
        display: flex;
        margin: 20px auto;
    }

    .download-playstore-button img {
        width: 100%;
    }

    .download-socialapp-button {
        width: 40%;
        height: 40px;
        background: #0084FF;
        border-radius: 50px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
    }

    .download-socialapp-button img {
        width: 40px;
        display: flex;
        margin: auto 10px;
    }

    .download-socialapp-button p {
        color: white;
        text-transform: uppercase;
    }
}