body {
    margin: 0;
    padding: 0;
    position: absolute;

}

header {
    margin: 0;
    padding: 0;
}

nav ul {
    text-align: center;
    z-index: 1;
    position: relative;
    top: 0;


}

nav ul li {
    display: inline-block;
    margin: 20px;

}

nav ul li a {
    color: black;
    padding: 15px;
    color: white;

    font-size: 25px;
}

nav ul li :hover {
    background-color: rgba(255, 255, 255, 0.877);
    color: rgb(8, 80, 20);
    border-radius: 25px;

}

.rectangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #0d3305cb;
    margin-bottom: 5%;
}

.infos {
    text-align: center;
    font-size: 28px;
    margin-top: 3%;
}

.titre_p {
    text-align: justify;
    text-align: center;
    margin-top: 3%;

}

p {
    text-align: justify;
line-height: 150%;
    max-width: 80%;
    margin: auto;
}









footer {
    margin-top: 3%;
    width: 100%;
    background-color: #0d3305;
    padding-top: 2%;
    padding-bottom: 2%;
}

footer a {
    color: white;
    margin-left: 15px;
    height: 15px;
}