body {
    margin: 0%;
}

body {
    background-image: url("../assets/image/escrime2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

header {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #EAEAEA;
    h1 {
        margin: 10px;
    }

    a, h1 {
        color: #000000;
        text-decoration: none;
    }

    nav {
        margin: 20px;
        img {
            margin: 10px;
        }
    }
}


.block {
    width: 800px;
    margin: 50px auto;
    display: flex;
    background-color: #E8E8E8;
    border-radius: 8px;
    box-shadow: 0 4px 8px #000000, 0 6px 20px 0 #000000;
}

.gauche {
    width: 200px;
    border-right: 1px solid #000000;
    padding: 20px;
}

.gauche {
    a {
        display: block;
        margin-bottom: 15px;
        color: #000000;
        text-decoration: none;
    }
}

.gauche a.active {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #000000;
}


.contenue {
    flex: 1;
    padding: 30px;
}

label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

input, select {
    width: 100%;
    padding: 8px;
    border: 1px solid #000000;
    border-radius: 4px;
}

.profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile {
    img {
        width: 100px;
        height: 120px;
        border-radius: 10px;
    }
}

.profile {
    a {
        padding: 6px 12px;
        border: none;
        background-color: #223260;
        color: #ffffff;
        border-radius: 5px;
        text-decoration: none;
    }
}

.theme {
    margin-top: 10px;
}

.deconnecter {
    a {
        text-decoration: none;
        color: #8C0000;
    }
}

.supprimer {
    a {
        text-decoration: none;
        color: #8C0000;
    }
}

.bas {
    text-align: center;
    margin-top: 120px;
    background-color: #0b0f42;
    padding: 5px;
    p {
        color: #BDB8B8;
    }
}