@import url('https://fonts.googleapis.com/css2?family=Cantarell&family=Cormorant+Garamond:wght@300&family=Kavoon&family=Overpass:wght@100&family=Permanent+Marker&family=Roboto:wght@100&family=Rubik:wght@300&family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300&family=Cantarell&family=Cormorant+Garamond:wght@300&family=Kavoon&family=Overpass:wght@100&family=Permanent+Marker&family=Roboto:wght@100&family=Rubik:wght@300&family=Shadows+Into+Light&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #8c82ec;
    margin: 10px;
}

nav {

    display: flex;
    padding: 20px;
    justify-content: center;
    text-align: center;
}

nav a {
    font-size: 1rem;
    color: white;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
}

#presentation1 {
    font-size: 1.2rem;
    margin-top: 100px;
    margin-bottom: 10px;
    margin-left: 10px;
    color: black;
    font-family: 'Permanent Marker', cursive;
}

#presentation2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-left: 10px;
    color: black;
    font-family: 'Permanent Marker', cursive;
}

#presentation3 {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    color: white;
    height: fit-content;
    font-family: 'Be Vietnam Pro', sans-serif;
}

img {
    display: flex;
    width: 325px;
    margin-top: 20px;
    justify-content: center;
}

.container {
    justify-content: center;
}

#projet11 {
    font-size: 1.2rem;
    margin-top: 100px;
    margin-bottom: 10px;
    margin-left: 15px;
    color: black;
    font-family: 'Permanent Marker', cursive;
}

#projet12 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    text-align: center;
    color: white;
    height: fit-content;
    font-family: 'Be Vietnam Pro', sans-serif;
}

#projet21 {
    font-size: 1.2rem;
    margin-top: 100px;
    margin-bottom: 10px;
    margin-left: 15px;
    color: black;
    font-family: 'Permanent Marker', cursive;
}

#projet22 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    text-align: center;
    color: white;
    height: fit-content;
    font-family: 'Be Vietnam Pro', sans-serif;
}

address{
    color: rgb(0, 0, 0);
	font-size: 15px;
}
footer{
    color: rgb(255, 255, 255);
	font-size: 15px;
}

@media screen and (min-width: 640px) {

    #nav {
    display: flex;
    padding: 20px;
    }

    #test {
        display: flex;
        width: 100%;
    }

    #test2 {
        display: flex;
        justify-content: center;
    }

    img {
        justify-content: center;

    }

    #presentation3 {
        display: flex;
        width: 80%;
        margin: auto;
        text-align: center;
    }

    #presentation3 > p {
        font-size: large;
        align-items: center;
        padding-top: 250px;
    }

    #presentation3 > img {
        width: 600px;
    }

}