
.tout{
    max-width: 70%;
    text-align: center;
    margin: auto;
}

.mentions_legales_titre {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 90px;
}

.date_mentions {
    text-align: center;
    margin-bottom: 50px;


}

.textes_MT {
    width: 90%;
    text-align: justify;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
    font-size: 20px;
}


.titre_article {
    font-size: 24px;
    width: 90%;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;


}

body {
    margin: 0;
    padding: 0;
}

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;
}

footer {
    width: 100%;
    background-color: #0d3305;
    padding-top: 2%;
    padding-bottom: 2%;
}

footer a {
    color: white;
    margin-left: 15px;
    height: 15px;
}