#nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px;
    position: relative;
    height: 70px;
    -webkit-box-shadow: 1px 0 8px 0 #000;
    box-shadow: 1px 0 8px 0 #000
}

#nav .img {
    height: 100%;
    width: 70px
}

#nav a {
    font-weight: 700
}

#nav #menu a {
    padding: 15px
}

li, li a, ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}

li a {
    padding: 5px;
    color: #888;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

li a:focus, li a:hover {
    background: #1abc9c;
    color: #fff
}

.hidden {
    visibility: hidden
}

button {
    cursor: pointer
}

button:focus {
    outline: 0
}

.burger-button {
    position: relative;
    height: 45px;
    width: 45px;
    display: block;
    z-index: 999;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    pointer-events: all;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.burger-bar {
    background-color: #fff6fc;
    position: absolute;
    top: 20px;
    right: 6px;
    left: 6px;
    height: 4px;
    border-radius: 20px;
    width: auto;
    -webkit-transition: opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.burger-bar--1 {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.burger-bar--2 {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(.8);
    transform: scaleX(.8);
    margin-top: 3px
}

.burger-button:hover .burger-bar--2 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    margin-top: 3px
}

.burger-button .burger-bar--3 {
    margin-top: 6px
}

.no-touchevents .burger-bar--2:hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#menu {
    display: none;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1
}

#menu.active {
    background: #063d60;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 100%
}

.burger-bar--3 {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

#burger.active .burger-button {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#burger.active .burger-bar {
    background-color: #fff
}

#burger.active .burger-bar--1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#burger.active .burger-bar--2 {
    opacity: 0
}

#burger.active .burger-bar--3 {
    margin-top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#direction-arrows {
    position: absolute;
    height: 90%;
    width: 100vw;
    top: 50px;
    left: 0;
    z-index: 0
}

.left {
    position: absolute;
    top: calc(50% - 10px);
    height: 20px;
    left: 50px;
    font-weight: 700;
    font-size: 2em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.left p, right p {
    font-size: .5em;
    margin-left: 10px
}

.left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.right {
    position: absolute;
    top: calc(50% - 10px);
    height: 20px;
    right: 50px;
    font-weight: 700;
    font-size: 2em
}

.right p {
    font-size: .5em;
    margin-right: 10px
}

.right a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-arrows {
    position: absolute;
    bottom: 20px;
    height: 20px;
    width: 20px;
    left: calc(50% - 10px);
    font-weight: 700;
    font-size: 2em
}

.bottom-arrows a, .top-arrows a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-arrows {
    position: absolute;
    top: 40px;
    height: 20px;
    width: 20px;
    left: calc(50% - 10px);
    font-weight: 700;
    font-size: 2em
}

.bottom-arrows a {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.bottom-arrows a, .top-arrows a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-arrows a {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bottom-arrows p, .top-arrows p {
    margin: 0;
    font-size: .7em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center
}

canvas {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 90px);
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.objet3d {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transition: 3s;
    transition: 3s;
    position: relative;
    width: 30%;
    height: 50%;
    background: transparent;
    z-index: 1
}

.objet3d > * {
    background: transparent !important
}

.home + .objet3d {
    -webkit-transition: 3s;
    transition: 3s;
    position: absolute
}

h1[data-v-7ce684d1] {
    text-align: left;
    text-transform: uppercase
}

#home {
    height: calc(100vh - 90px);
    padding: 0 100px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s
}

#home, .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    height: 50%
}

.list a {
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 20px;
    padding: 20px 10px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.list a:hover {
    background: var(--background-hover);
    color: var(--color-hover);
    font-weight: 700
}

#about {
    height: 80%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 40%;
    -webkit-transition: .3s;
    transition: .3s
}

.about-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#contact {
    height: 80%;
    width: 40%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.form-container, .validate {
    position: relative;
    z-index: 1;
    text-align: left;
    background: rgba(1, 7, 20, .31);
    padding: 20px;
    height: inherit
}

.validate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.validate p {
    font-size: 1.8em
}

.form-container .label-group {
    margin: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-container .label-group > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.form-container .label-group > input {
    background: transparent;
    border: none;
    border-bottom: 2px dashed #fff;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1.5em
}

.form-container .label-group > label {
    font-size: 1.5em
}

.form-container .label-group textarea {
    margin-top: 10px;
    background: rgba(1, 7, 20, .31);
    border: 1px solid rgba(0, 4, 10, .31);
    color: #fff;
    padding: 10px
}

.form-container .submit-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-container .submit-group .btn {
    margin: auto;
    padding: 20px 40px;
    background: rgba(1, 7, 20, .31);
    -webkit-transition: .3s;
    transition: .3s
}

.form-container .submit-group .btn, .form-container .submit-group .btn:hover {
    border: 1px solid rgba(0, 4, 10, .31);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: medium
}

.form-container .submit-group .btn:hover {
    cursor: pointer;
    background: var(--background)
}

#realisation {
    height: 80%;
    width: 40%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transition: .3s;
    transition: .3s
}

.experiences-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: inherit;
    overflow: auto;
    padding-right: 20px
}

.experience, .experiences-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.experience {
    position: relative;
    padding: 5px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    background: rgba(1, 7, 20, .31);
    -webkit-transition: .3s;
    transition: .3s
}

.experience img {
    width: 180px;
    height: 180px
}

.experience .experience-details {
    text-align: left;
    padding: 10px
}

.experience .experience-details h3 {
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 3px
}

.experience .experience-details span.date {
    position: absolute;
    top: 20px;
    right: 10px
}

#experiences {
    height: 80%;
    width: 40%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.experiences-container::-webkit-scrollbar {
    width: 5px
}

.experiences-container::-webkit-scrollbar-track {
    background: rgba(1, 7, 20, .31)
}

.experiences-container::-webkit-scrollbar-thumb {
    background: #fff
}

#competence {
    height: 80%;
    width: 40%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transition: .3s;
    transition: .3s
}

.competence canvas {
    z-index: 100000;
    position: relative
}

.competences-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.competences-container .competence {
    width: 40%;
    height: 200px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(1, 7, 20, .31)
}

.competences-container .competence h3 {
    margin-top: 0;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3px
}

.competences-container .competence label {
    margin: 0
}

.competences-container .competence .list {
    width: 100%;
    text-align: left;
    overflow: auto
}

.competences-container .competence .skill {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.competences-container .competence .list .level {
    width: 100px;
    height: 5px;
    background: rgba(1, 7, 20, .31);
    position: relative;
    border-radius: 20px
}

.competences-container .competence .list .level:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: 1;
    height: 5px;
    background: #fff
}

.level[data-level="5"]:after {
    width: 50px
}

.level[data-level="6"]:after {
    width: 60px
}

.level[data-level="7"]:after {
    width: 70px
}

.level[data-level="8"]:after {
    width: 80px
}

.level[data-level="9"]:after {
    width: 90px
}

.level[data-level="10"]:after {
    width: 100px
}

:root {
    --background: #063d60;
    --color-text: #fff;
    --background-hover: #fff;
    --color-hover: #063d60
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--style-text)
}

a, body {
    color: var(--color-text)
}

a {
    list-style: none;
    text-decoration: none
}

h1 {
    letter-spacing: 3px
}

#nav {
    background: var(--background)
}
