/*Ouais salut ici c'est le css*/
/*CSS qui veut dire : C'est Super Soféstiqué*/

body {
    font-family: Arial, Helvetica, sans-serif;
    /*Flex*/
}

header {
    height: 500px;
    background-color: #056E54;
    background-image: url("assets/tree.png");
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    /*Flex*/
    display: flex;
    justify-content: center;
    flex-direction: column;
}

nav {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
    margin-top: 50px;
    /*Flex*/
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
a {
    color: white;
    padding: 10px;
    text-transform: uppercase;
    user-select: none;
}
a:hover {
    color: #056E54 !important;
    border-radius: 5px;
    background-color: white;
}
a:visited {
    color: white;
    text-decoration: underline;
}
a.active {
    color: #056E54 !important;
    background-color: white;
    border-radius: 5px;
    text-decoration: none !important;
}
}

a:hover {
    color: black;
    text-decoration: underline;
}

.titre {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 350px;
    text-align: center;
    color: white;
    font-size: 45px;
}

section {
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
iframe {
    margin: auto;
}
h1 {
    color: grey;
    font-size: 45px;
    text-spacing-trim: 4px;
    text-decoration:solid;
}
p {
    color: grey;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
}

footer {
    margin: 10px;
    height: 40px;
    background-color: #056E54;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    /*Flex*/
    display: flex;
    justify-content: center;
    align-items: center;
p {
    color: white;
}
}