/* ---------------
        BODY 
   --------------- */

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.1em;
    background-color: #effef5;
}

/* ---------------
       HEADER 
   --------------- */

#header-div {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 30px;
}

#header-title {
    width: fit-content;
    font-size: 2em;
    margin: auto;
}

#header-subtitle {
    width: fit-content;
    font-size: 1em;
    margin: auto;
}

nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding-inline-start: 0;
}

nav a {
    display: flex;
    text-transform: uppercase;
    font-size: 1em;
    color: #ffffff;
    text-decoration: none;
    padding: 0px 30px;
}

nav {
    display: flex;
    justify-content: space-around;
    background-color: #056152;
}

nav a:hover {
    color: #97c4bc;
}

.a-invisible {
    text-decoration: none;
    color: black;
}

a {
    color: #042d13;
}

a:hover {
    color: #085624;
}

/* ---------------
      MAIN DIV 
   --------------- */

main {
    width: 60%;
    background-color: #ffffff;
    min-height: 50vh;
    margin: auto;
    padding: 60px 30px;
}

#welcome-title {
    font-size: 5em;
    margin: auto;
    padding: 70px 0px;
}

.page-title {
    border-bottom: #01211c 1px double;
    padding-bottom: 15px;
    font-size: 2em;
    margin: auto;
}

h2 {
    color: #042d13;
    display: inline-block;
    padding-top: 35px;
}

h3 {
    padding-top: 30px;
}

.p-padding {
    padding-left: 15px;
}

section {
    padding: 20px 30px 20px 30px;
}

.div-doc-dl-align-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 80px;
}

.doc-dl-align-right {
    max-height: 50px;
}

.div-doc-dl-align-center {
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 0px 20px;
}

.div-cadre {
    margin: 40px 10px;
    padding: 15px 30px;
    width: 90%;
    background-color: rgb(255, 255, 255);
    border: #999ca0;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.cv-exp-date {
    font-size: 0.8em;
    font-style: italic;
}

.div-infos-exp {
    display: none;
}

.btn-infos {
    width: 200px;
    height: 40px;
    background-color: #e3ffde;
    border: none;
}

.div-btn-infos {
    padding: 15px 0px;
    display: flex;
    justify-content: center;
}

.file-icon {
    width: 40px;
    height: 40px;
    margin: 0px 5px;
}

figure {
    padding: 20px 0px;
}

figure img {
    max-width: 700px;
    margin: auto;
}

figcaption {
    font-size: 0.8em;
    color: #3c3d3d;
}

/* ---------------
       FOOTER 
   --------------- */

footer {
    background-color: black;
    color: #d5f7f1;
    font-size: 0.8em;
    padding: 30px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}