@font-face {
    font-family: 'HelveticaNeue';
    src: url('../assets/font/HelveticaNeue-Light.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../assets/font/HelveticaNeue-Medium.woff') format('woff');
    font-weight: bold;
}

* {
    font-family: 'HelveticaNeue';
}

body {
    margin: 0px;
}

.bloc-page {
    display: flex;
    width: 100%;
}

aside {
    display: flex;
    flex-direction: column;
    width: 33%;
}

aside, .small-line, .line {
    background-color: #B2DFDB;
}

main { 
    width: 67%;
    padding: 0 5%;
}

header {
    margin-bottom: 65px;
}

h1 {
    font-size: 3.4em;
    margin-top: 70px;
    margin-bottom: 10px;
}

h1 {
    font-weight: normal;
}

h2 {
    font-size: 1.7em;
    margin: 0;
}

h3 {
    background-color: #424242;
    color: #B2DFDB;
    font-size: 1.6em;
    text-align: center;
    padding: 10px 0 5px 0;
    margin: 0;
}

h4 {
    font-size: 1.1em;
    margin: 0;
    margin-bottom: 15px;
}

p {
    color: #616161;
}

.side-section:nth-of-type(1) {
    flex: 1;
}

.side-section:nth-of-type(2) {
    flex: 1;
}

.side-section:nth-of-type(3) {
    flex: 3;
}

.picture {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.my-picture {
    border-radius: 100%;
    border: 4px rgba(117, 117, 117, 0.3) solid;
    width: 200px;
    height: 200px;
}

.main-section {
    padding-top: 40px;
}

.last-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

a, a:visited {
    text-decoration: none;
    color: #757575;
}

a:hover {
    text-decoration: underline;
}

.job, .description-box, .my-info, .about-me, .side-icon {
    color : #424242;
}

.my-info, .hobbies, .first-name, .job, .date-and-place-box {
    font-weight: bold;
}

.icon, .small-icon, .first-name, .link-icon {
    color: #B2DFDB;
}

.small-line {
    display: block;
    width : 65px;
    height : 2px;
    margin-bottom: 50px;
}

.line {
    display: block;
    width : 100%;
    height : 2px;
}

.icon {
    font-size: 1.9em;
    width: 30px;
    padding-right: 15px;
}

.small-icon {
    padding-right: 10px;
}

.link-icon {
    padding-left: 10px;
}

.side-icon {
    border: 3px solid #424242;
    border-radius: 50%;
    font-size: 1.9em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.my-info, .languages {
    padding: 20px 40px 30px 40px;
}

.about-me {
    text-align: justify;
    padding: 20px 40px;
}

.hobbies {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px 40px 50px;
    margin-top: 1em; 
}

.job {
    font-size: 1.5em;
}

.category-title {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.description-box {
    display: flex;
    margin-top: 40px;
}

.description {
    flex: 3;
    padding-left: 10px;
}

.description p {
    text-align: justify;
}

.description-box-skills {
    padding-top: 20px;
}

.date-and-place-box {
    display: flex;
    flex: 1;
}

.skill {
    display: flex;
    align-items: center;
}

.one-skill {
    margin: 10px 0 10px 0;
}

.subtext {
    font-weight: normal;
    color: #757575;
}
