body {
    margin: 0 auto;
    padding: auto;
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.navigation_desktop {
    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: black;
    padding: 5px;
    transition: 0.5s;

    ul {
        list-style-type: none;
        position: relative;
        right: 25px;

        li {
            display: inline-block;

            a {
                text-decoration: none;
                color: white;
                font-weight: 300;
                transition: 0.5s;
            }

            a:hover {
                border-bottom: 2px solid #ffce00;
                font-weight: bold;
                letter-spacing: 2px;
                color: #ffce00;
                transition: 0.5s;
            }
        }
    }

    .listItem {
        padding-left: 50px;
    }
}

.openMenu {
    text-decoration: none;
    color: black;
    padding: 20px;
    display: none;
}

/*****************navigation_mobile***********************/
.navigation_mobile {
    padding: 5px;
    position: fixed;
    width: 100%;
    height: 100%;
    left: -105%;
    z-index: 1;
    background-color: black;
    transition: 0.5s;

    ul {
        list-style-type: none;

        li {
            display: block;
            padding-top: 20px;

            a {
                text-decoration: none;
                color: white;
                display: block;
                font-weight: 200;
            }
        }
    }

    .closeMenu {
        float: right;
        padding-right: 30px;
    }
}

.navigation_mobileJs {
    left: -0;
}

/*******************fond accueil*******************/
.fondAccueil {
    text-align: center;
    color: white;
    word-wrap: break-word;

    h1 {
        font-size: 105px;
    }
}

.font1 {
    padding: 15px;
    background-image: url("https://images.unsplash.com/photo-1523803326055-9729b9e02e5a?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8ZWdsaXNlJTIwYWZyaWNhaW58ZW58MHx8MHx8fDA%3D");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.font2 {
    padding: 15px;
    background-image: url("https://images.unsplash.com/photo-1581291519163-a10965fbff8f?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDQ4fHx8ZW58MHx8fHx8");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.font3 {
    padding: 15px;
    background-image: url("https://images.unsplash.com/photo-1583090318293-ebd145b2c63f?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDExfHx8ZW58MHx8fHx8");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/***************************main**************/
main {
    margin-top: 100px;
    font-weight: 300;

    div {
        width: 80%;
        margin: auto;

        h4 {
            font-size: 30px;
        }
    }
}

@media screen and (max-width:1000px) {
    .fondAccueil {
        h1 {
            font-size: 70px;
        }
    }
}

/******************section***************************/
section {
    text-align: center;
    margin-top: 100px;

    img {
        width: 90%;
        object-fit: cover;
        height: 300px;
        cursor: pointer;
    }

    img:hover {
        width: 95%;
        transition: 0.5s;
    }
}

/***********************artcle*********************************/
article {
    margin: auto;
    width: 80%;
    margin-top: 100px;
    font-weight: 300;

    h4 {
        font-size: 30px;
    }

    p {
        color: #ffce00;
        font-size: 20px;
        font-weight: bold;
    }
}

/*****************************evenement********************/
.evenement {
    margin-top: 100px;
    padding: 5px;
    text-align: center;
    background-image: url("https://images.unsplash.com/photo-1552587154-0291006dedbd?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    font-weight: 300;

    h4 {
        font-size: 100px;
    }
}

/*****************************aside*****************/
aside {
    margin: auto;
    width: 80%;
    margin-top: 100px;
    font-weight: 300;

    h4 {
        font-size: 30px;
    }

    ul li {
        padding-top: 10px;
    }
}

/*************************footer**********************/
footer {
    margin-top: 100px;
    background-color: black;
    color: white;
    padding: 2px;
    font-weight: bold;

    .footerBox {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;

        div {
            flex-basis: 40%;

            h4,
            h1 {
                font-size: 30px;
                text-transform: uppercase;
                color: #ffce00;
            }

            a {
                text-decoration: none;
                color: white;
            }

            a:hover {
                letter-spacing: 2px;
                transition: 0.5s;
            }
        }

        ul {
            list-style-type: none;
            position: relative;
            right: 60px;

            li {
                display: inline-block;
                padding: 20px
            }

            ;
        }
    }
}

.copy {
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    font-size: small;
}

@media screen and (max-width:700px) {
    .navigation_desktop {
        display: none;
    }

    .openMenu {
        color: white;
        display: block;
        background-color: black;
    }

    .fondAccueil {
        h1 {
            font-size: 50px;
        }
    }

    .font1 {
        padding: 5px;
    }

    .font2 {
        padding: 5px;
    }

    .font3 {
        padding: 5px;
    }

    main {
        margin-top: 50px;

        div {
            width: 85%;
        }
    }

    section {
        margin-top: 50px;
    }

    article {
        margin-top: 50px;
        width: 85%;
    }

    .evenement {
        margin-top: 50px;

        h4 {
            font-size: 50px;
        }
    }

    aside {
        margin-top: 50px;
        width: 85%;
    }

    footer {
        margin-top: 50px;

        .footerBox div {
            flex-basis: 85%;

        }
    }

}