/*Aron Jacquet-Lagreze   le 09/01/2026*/
footer {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    background-color: black;
    color: white;
}

body::before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 1000%;
    height: 1000%;
    background-color: rgba(0, 0, 0, 0.6);
}

body nav,
header,
div,
footer,
h1,
hr {
    position: relative;
    z-index: 1;
}

body {
    background-size: auto;
    background-image: url(../img/imageFond.jpeg);
}

header {
    text-align: center;
    margin-top: 10px;
    color: white;
}

hr {
    background: white;
    width: 80%;
    border: none;
    height: 2px;
    margin-bottom: 25px;
}

.contenu {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 40px;
}

nav a:hover {
    background: #eebebe;
}

nav a {
    color: black;

}

h2 {
    color: white;
    font-size: 22px;
    margin-bottom: 12px;
}

h1 {
    color: white;
    font-size: 32px;
    text-align: center;
}

section {
    display: flex;
    gap: 20px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #bbb;
    padding: 15px;
    margin-bottom: 22px;
}

img {
    width: 100%;
    min-width: 300px;
}