#enoraPicture {
    height: 256px;
    margin: auto;
}

table {
    margin: auto;
    background-color: #D5BDAF;
    padding: 10px;
    text-align: center;
}

.space {
    padding: 10px;

}

#download {
    text-decoration: none;
    color: #000000;
}

#download:hover {
    background-color: #E3D5CA;
}

h3 {
    font-size: medium;
    color: #463f3a;
}

.halfTable {
    width: 50%;
    vertical-align: top;
}

ul {
    text-align: justify;
}

.logoEcole {
    height: 40px;
}

.fakeTable {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
}

.fakeRow {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .fakeRow {
        flex-direction: column;
    }

    #enoraPicture {
        height: 200px;
    }

    .logoEcole {
        display: none;
    }

    #download {
        text-decoration: none;
        color: #000000;
        background-color: #E3D5CA;
    }

    .fakeTable {
        margin: 2%;
    }
}