header {
    text-align: center;
}

html {
    position: relative;
    min-height: 100%;
    font-family: Calibri, Arial, sans-serif;
    font-size: 12pt;
}

body {
    margin-top: 0px;
    margin-bottom: 90px;
}

#header {
    background-color: #f2f2f2;
}

#me {
    font-size: 16pt;
    color: #000000;
}

#study {
    font-size: 13pt;
    color: #000000;
}

#master {
    font-size: 11pt;
    color: #000000;
}

#header_div div {
    padding-top: 10px;
}

#description_th {
    width: 25%;
}

.hidden {
    visibility: hidden;
}

.collapser {
    color: black;
}

.collapser:hover {
    color: black;
}

.bordered_table, .bordered_table td, .bordered_table th {
    border: 1px solid black;
    border-collapse: separate;
}

.header_l3 {
    background-color: #c2d1f0;
    max-width: 25%;
    padding-left: 10px;
    font-weight: bold;
    font-size: 13pt;
}

.pres_div {
    margin-top: 30px;
}

.max_table {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

.periode {
    width: 10%;
}

.categorie {
    width: 13%;
}

.lien {
    width: 10%;
}

.participants {
    width: 15%;
}

#titre_docs {
    width: 52%;
}

.text_justify {
    text-align: justify;
}

.italique {
    font-style: italic;
}

.header_l3_div {
    padding-left: 20px;
}

.parcours_date {
    font-weight: bold;
    color: #2952a3;
}

.parcours_lieu {
    font-style: italic;
}

th, td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#presentation {
    padding-left: 30px;
    padding-top: 20px;
}

#footer {
    position: absolute;
    text-align: right;
    /* line-height: 500%; */
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #D9D9D9;
}

#contact {
    position: relative;
    top: 37%;
    padding-right: 10px;
}