/* General characteristics */
body {
    background-color: #FBF6ED;
}

a {
    color: #1F4FD8;
}

.all_sections {
    margin-left: 3rem;
}

/* Characteristics of the menu */
.menu {
    position: fixed;
    top: 0px;
    right: 3rem;
    background-color: #F1E9DD;
}

.menu_cell1 {
    width: 150px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.menu_cell2 {
    width: 150px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.menu_list {
    list-style-position: inside;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

/* Characteristics of the introduction */
.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro_text {
    text-align: center;
}

.intro_list {
    margin-top: 0px;
    padding-top: 0px;
}

img {
    width: 12%;
}

figcaption {
    margin-top: 1rem;
}

/* Titles of the sections "Research", "Teaching", ...*/
h2 {
    margin-top: 3rem;
    color: #6B4F3B;
}

/* Titles inside the sections */
h3 {
    margin-top: 3rem;
}

/* Characteristics of the section "Contact details" */
.table_contact_details {
    margin-top: 3rem;
    text-align: left;
}

.table_contact_details_cells {
    width: 100px;
}

/* Characteristics of the section "Other" */
#citation {
    width: 700px;
}
