body {
    margin: 0;
}

/* Header */
header {
    height: 20rem;
    background-image: url(/uploads/images/img_header.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -1%;
}

.sectionHeader {
    display: flex;
}

/* divTitreHeader */
.divTitreHeader {
    margin: auto;
}

.divTitreHeader h1 {
    color: white;
    font-size: 5rem;
    font-family: Didot;
    margin-bottom: 20px;
}

.divTitreHeader p {
    color: white;
    font-family: Copperplate, Comic Sans MS, Verdana;
    font-size: x-large;
    text-align: center;
    margin-top: 0;
}

.et {
    color: brown;
}

/* divLiensHeader */
.divLogo {
    margin: 15px;
    display: flex;
    gap: 10px;
}

.divLiensHeader {
    position: absolute;
    margin-left: 90%;
    margin-top: 30px;
}

.deconnexion {
    text-decoration: none;
    border: 1px solid black;
    padding: 5px;
    border-radius: 10% 35%;
    background-image: url("/uploads/images/img_navbar.png");
    color: white;
    transition: 500ms;
}

.deconnexion:hover {
    text-shadow: #ffffff 1px 0 10px;
    transition: 500ms;
}