body {
    background-color: #ede4d8;
    font-family: "Roboto",sans-serif;
    color: #58554A;
    width: 100%;
}

/* ------------ DEBUT DU HEADER ------------ */

header {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
	margin-top: 1%;
    padding: 0;
    border: 0;
    font-size: 100%;
}

.bigContent1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: space-between;
}

.content1 {
    margin-left: 30%;
}

.content2 {
    margin-left: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.english img {
    width: 70x;
    max-width: 70px;
    max-height: 70px;
}

.logo {
    display: block;
    width: 260px;
    max-width: 260px;
    max-height: 120px;
    margin-top: 2%;
}

.slogan {
    text-align: center;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style-type: none;
	font-size: 1.70em;
}

li a {
    text-decoration: none;
    color: #58554A;
}

li a:hover{
    color: #fd8037;
}

/* ------------ FIN DU HEADER ------------ */

#corps {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin-top: 5%;
}

#corps img {
    width: auto;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 5%;
    box-shadow: 0px 0px 9px 7px rgba(253,128,55,0.56);
}

/* ------------ DEBUT DU FOOTER ------------ */

footer {
    background-color: #575550;
    color: white;
    padding: 3%;
    position: relative;
}

footer .reseau a {
    color: #ede4d8;
    margin-right: 15%;
}

footer .reseau a:hover {
    color: #fd8037;
}

footer h3 {
    border-bottom: 2px solid rgb(245, 95, 41);
}

.foot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin-left: 5%;
    margin-right: 10%;
}

.contact span {
    font-size: larger;
}

.autre {
    margin-top: 6%;
}

.autre a {
    font-size: larger;
    text-decoration: none;
    color: #ede4d8;
}

.autre a:hover {
    color: #fd8037;
}

/* ------------ FIN DU FOOTER ------------ */

@media (max-width: 576px) {
    body {
        max-width: 576px;
    }

    .bigContent1 {
        flex-direction: column;
        justify-content: center;
    }

    .content1 {
        margin-left: auto;
        margin-right: auto;
    }

    #donation {
        width: 150px;
        height: auto;
    }

    .content2{
        flex-direction: row;
        justify-content: space-evenly;
        margin-left: 0;
        margin-right: 0;
    }

    ul {
        padding: 0;
    }

    .navbar {
        flex-direction: column;
    }

    li {
        margin: 1%;
    }

    .foot {
        flex-direction: column;
        text-align: center;
        margin-left: 10%;
        margin-right: 10%;
    }

    .reseau {
        margin-bottom: 15%;
    }
}