body {
    --CouleurFond: rgb(192, 225, 246);
    --CouleurBandeauHaut: rgb(192, 225, 246);
    --CouleurBandeauBas: rgb(192, 225, 246);
    --Ombres: rgb(46, 46, 54) 5px 5px 20px;
}

.body {
    margin: 0;
    background-color: var(--CouleurFond);
}

.Page {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
}

.BandeauHaut {
    z-index: 2;
    position: fixed;
    display: flex;
    width: 100%;
    height: 120px;
    align-items: center;
    justify-content: space-around;
    background-color: var(--CouleurBandeauHaut);
}

.BandeauChoix {
    text-decoration: none;
    color: black;
    font-size: 32px;
    font-weight: bold;
    text-shadow: grey 10px 10px 5px;
}

.Contenu {
    display: solid;
    width: 80%;

    justify-content: center;
    background-color: var(--CouleurFond);

    margin-top: 0px;
    margin-bottom: 120px;

    color: black;

    font-family: cursive;
    font-size: 20px;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(0, 0, 0);
    font-size: 18px;
    align-self: center;
    margin: auto;
}

td,
th {
    border: 1px solid rgb(0, 0, 0);
    padding: 10px 20px;
}

th {
    background-color: var(--CouleurFond);
}

td {
    text-align: center;
}

tr:nth-child(even) td {
    background-color: var(--CouleurFond);  
}

tr:nth-child(odd) td {
    background-color: var(--CouleurFond);
}

.BandeauBas {

    z-index: 2;
    position: fixed;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 120px;
    align-items: center;
    justify-content: space-around;
    background-color: var(--CouleurBandeauHaut);
}

.PhotoLogo {
    width: 15%;
    filter: drop-shadow(10px 10px 5px grey);
}
.Home {
    width: 50%;
    filter: drop-shadow(10px 10px 5px grey);
}

.Titre {
    color: rgb(0, 0, 0);
    font-family: cursive;
    font-size: 24px;
    text-align-last: center;
    text-shadow: var(--Ombres);
}

.Texte {
    width: 80%;
    margin-left: 60px;
    display: block;
    text-align: justify;
    margin-bottom: 60px;
}


.Dessous {
    margin: 60px;
    width: 80%;
    color: black;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.Dessus {
    width: 100%;
    color: black;
    font-family: cursive;
    font-size: 48px;
    text-shadow: var(--Ombres);
    text-align: center;
}
.Corps {
    width: 100%;
    color: black;
    font-family: cursive;
    font-size: 36px;
    text-shadow: var(--Ombres);
    text-align: center;
}

.H1 {
    width: 100%;
    margin-top: 150px;
    color: black;
    font-family: cursive;
    font-size: 30px;
    line-height: 0.5em;
    text-align: center;
    text-shadow: var(--Ombres);
}

.H2 {
    width: 100%;
    margin-left: 10%;
    margin-top: 10px;
    color: black;
    font-family: cursive;
    font-size: 20px;
    text-align: justify;
}

.H3 {
    width: 100%;
    margin-left: 10%;
    margin-top: 10px;
    color: black;
    font-family: cursive;
    font-weight: normal;
    font-size: 20px;
    text-align: justify;
}

.Vignette {
    z-index: 1;
    width: 20%;
    filter: drop-shadow(10px 10px 5px black);
}