@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');
body {
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    font-family: 'Roboto', Helvetica, sans-serif;
}

a {
    color: #333333;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', Helvetica, sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 1.5em;
    margin: 0;
}

h3 {
    display: inline-block;
    border-bottom: #ff9d8e 2px solid;
}

.titresection {
    margin-bottom: 30px;
    margin-top: 0;
    border-bottom: #eee 1px solid;
    padding-bottom: 10px;
}

.italique {
    font-style: italic;
}

main {
    height: 100%;
    margin-left: 175px;
}

section {
    margin-bottom: 15px;
}

.blockblanc {
    background-color: white;
    padding: 40px 70px 40px 70px;
}

p,
ul {
    font-family: 'Poppins', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.85em;
    color: #666;
}

.nonsouligne {
    border-bottom: 0;
}


/* ----- header ------- */

header {
    position: fixed;
    background-color: white;
    height: 100%;
    width: 160px;
}

.photoheader {
    margin: 22px;
    width: 116px;
}

.nomheader {
    font-family: 'Poppins', Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
}

.sousnomheader {
    font-family: 'Poppins', Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.blockmenu {
    padding: 0;
}

.blockmenu li {
    margin: 0;
    border-top: 1px solid #f5f5f5;
    list-style-type: none;
    text-align: center;
}

.blockmenu a {
    display: block;
    padding: 10px;
}

.blockmenu li:last-child {
    border-bottom: 1px solid #f5f5f5;
}

.blockmenu li:hover {
    background-color: #fcfcfc;
}

header p {
    position: absolute;
    bottom: 0;
    margin-left: 26px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
}


/* ----- picture ------- */

#picture {
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-image: url(fond.png);
    background-size: cover;
}

#picture h1 {
    color: black;
    font-size: 84px;
    font-weight: 600;
    margin-right: 80px;
    margin-bottom: 30px;
    width: 500px;
}

#picture h2 {
    color: black;
    font-size: 21px;
    font-weight: 300;
}


/* ----- about ------- */

.coteacote {
    display: flex;
}

.coteacote div {
    margin: 30px;
    margin-left: 0;
    flex: 1;
}

.soulignecouleur {
    font-weight: 600;
    margin-right: 15px;
    border-bottom: #ff9d8e 2px solid;
}

.espacesoulignecouleur {
    line-height: 30px;
}

.centre {
    text-align: center;
}

.picto {
    font-size: 50px;
    color: #666
}


/* ----- CV ------- */

.coteacote3-4 {
    display: flex;
}

.coteacote3-4 .left {
    flex: 3;
    margin: 20px;
    margin-left: 0;
}

.coteacote3-4 .right {
    flex: 1;
    margin: 20px;
    margin-left: 0;
}

.timeline {
    display: flex;
    margin-top: 30px;
}

.timelineleft {
    flex: 1;
    text-align: right;
    margin-right: 60px;
}

.timelineright {
    flex: 3;
}

.timelinedate {
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4em;
}

.timelinelieu {
    color: #aaa;
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1.45em;
    color: #ff9d8e;
}

.timelineposte {
    font-family: 'Poppins', Helvetica, sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 1.5em;
    margin: 0;
    font-size: 16px;
}

.timelinedescriptif {
    margin-top: 0;
    font-family: 'Poppins', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.85em;
    color: #666;
}

.outilscatégorie {
    color: #ff9d8e;
    font-weight: 600;
    margin-bottom: 5px;
}

.outilsliste {
    color: #ff9d8e;
    line-height: 20px;
    margin-left: 22px;
    margin-top: 0;
}

.whatilike {
    margin-top: 60px;
}

.erasmus {
    border: #b4b4b4 2px solid;
    border-radius: 10px;
    padding: 12px;
    width: 570px;
}

.erasmustitre {
    color: #b4b4b4;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
}

.erasmusdescription {
    color: #b4b4b4;
    margin: 0;
    line-height: 20px;
}


/* ----- Portfolio ------- */

.photoportfolio {
    height: 230px;
    width: 345px;
    margin: 20px;
}

.legende {
    display: none;
    position: absolute;
    margin: 30px;
    background-color: white;
    padding: 5px;
    color: black;
    font-family: 'Poppins', Helvetica, sans-serif;
    font-weight: 600;
    color: #333333;
}

.datelegende {
    display: none;
    position: absolute;
    margin-top: 220px;
    margin-left: 30px;
    padding: 5px;
    color: black;
    font-family: 'Poppins', Helvetica, sans-serif;
    color: #333333;
}

#portfolio a:hover .legende {
    display: inline;
}

#portfolio a:hover .datelegende {
    display: inline;
}

.portfolioblock {
    display: inline-block;
}