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 {
    list-style: none;
    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;
    text-align: center;
    margin-left: 14%;
    margin-right: 14%;
    margin-bottom: 5%;
}

.title {
    border-top: 3px solid #58554A;
    border-bottom: 5px solid #58554A;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
}

.videos div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 3%;
}

.journaux {
    margin-top: 3%;
    margin-bottom: 2%;
}

.journaux div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3%;
}

.journaux iframe {
    width: 400px;
    height: 450px;
}

h3 {
    color: rgb(245, 95, 41);
    font-weight: bold;
}

.others ul {
    list-style: none;
}

/* ------------ 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;
    }

    .navbar {
        flex-direction: column;
    }

    ul {
        padding: 0;
    }

    li {
        margin: 1%;
    }

    #corps {
        margin: 0;
    }

    iframe {
        width: 300px;
        height: auto;
        margin-bottom: 7%;
        margin-left: auto;
        margin-right: auto;
    }

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

    .journaux {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    .journaux iframe {
        width: auto;
        height: 250px;
    }

    .journaux div {
        flex-direction: column;
        margin-top: 3%;
        margin-bottom: 3%;
    }

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

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