@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,300,800,700,400|Anton");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.menu-bar {
    background-color: #323232;
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    font-family: 'Raleway', sans-serif
}

.menu-bar nav ul {
    padding: 0;
    list-style-type: none;
    width: 100%;
    text-align: center
}

.menu-bar nav ul li {
    display: inline-block;
    margin: 0 20px;
    color: white
}

.menu-bar nav ul li a:hover {
    background-color: #444444;
    -webkit-transition: 0.7s all linear;
    -o-transition: 0.7s all linear;
    transition: 0.7s all linear;
    height: 100%
}

.menu-bar .langage_selection {
    position: absolute;
    top: 11px;
    right: 0px;
}

.menu-bar .langage_selection .langage_flag_img {
    height: 25px;
    width: 45px;
    margin-right: 11px;
    border-radius: 12px;
}

.menu-bar .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    left: -100%;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.menu-bar .overlay span {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.menu-bar .overlay span:hover {
    color: #f1f1f1
}

.menu-bar .overlay .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu-bar .overlay .overlay-content ul {
    padding: 0
}

.menu-bar .overlay .overlay-content li {
    margin-top: 20px;
    margin-bottom: 20px
}

.menu-bar .overlay .overlay-content .nav-title {
    color: white;
    font-size: 30px;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    text-align: center
}

.menu-bar .overlay #closebtn {
    position: absolute;
    /* top: 20px; */
    right: 45px;
    font-size: 60px
}

.menu-bar .overlay *,
.menu-bar .overlay *:after,
.menu-bar .overlay *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.menu-bar .overlay nav a {
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1.35em
}

.menu-bar .overlay nav a:hover,
.menu-bar .overlay nav a:focus {
    outline: none
}

.menu-bar .overlay .menu-chevron a::before,
.menu-bar .overlay .menu-chevron a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s
}

.menu-bar .overlay .menu-chevron a::before {
    margin-right: 10px;
    content: '<';
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.menu-bar .overlay .menu-chevron a::after {
    margin-left: 10px;
    content: '/>';
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.menu-bar .overlay .menu-chevron a:hover::before,
.menu-bar .overlay .menu-chevron a:hover::after,
.menu-bar .overlay .menu-chevron a:focus::before,
.menu-bar .overlay .menu-chevron a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

@media screen and (max-height: 450px) {
    .menu-bar .overlay span {
        font-size: 20px
    }
    .menu-bar .overlay #closebtn {
        font-size: 40px;
        /* top: 15px; */
        right: 35px
    }
}

@media screen and (max-height: 660px) {
    .menu-bar .overlay .overlay-content {
        top: 10%
    }
}

@media screen and (max-height: 550px) {
    .menu-bar .overlay .overlay-content .nav-title {
        font-size: 20px
    }
}

.menu-bar #nav-collapse {
    width: 50px;
    height: 50px
}

.meter {
    height: 10px;
    position: relative;
    margin: 0px 0 20px 0;
    background: #555;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px
}

.meter>span {
    display: block;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #2bc253;
    position: relative;
    overflow: hidden
}

.meter>span:after,
.animate>span>span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden
}

.animate>span:after {
    display: none
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 50px 50px
    }
}

.yellow>span {
    background-color: #face61
}

.red>span {
    background-color: #ee6055
}

.green>span {
    background-color: #a8d064
}

.blue>span {
    background-color: #4b9cd3
}

.darkblue>span {
    background-color: #317cb3
}

.purple>span {
    background-color: #8789c0
}

.orange>span {
    background-color: #d97634
}

.nostripes>span>span,
.nostripes>span:after {
    -webkit-animation: none;
    animation: none;
    background-image: none
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: white;
    position: absolute;
    display: none;
    content: ''
}

#nav-toggle {
    margin-top: 10px;
    margin-left: 20px;
    height: 35px;
    width: 35px;
    cursor: pointer
}

#nav-toggle span {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px)
}

#nav-toggle span:before {
    top: -10px
}

#nav-toggle span:after {
    bottom: -10px
}

@media screen and (max-width: 1100px) {
    .nav-bar-not-collapse {
        display: none
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        display: block
    }
}

html,
body {
    padding: 0;
    margin: 0;
    
}


body:not(.en) :lang(en), 
body:not(.it) :lang(it), 
body:not(.fr) :lang(fr) { 
    display: none; 
}





html a:link,
body a:link {
    color: white;
    text-decoration: none
}

html a:visited,
body a:visited {
    color: white;
    text-decoration: none
}

html a:hover,
body a:hover {
    color: aliceblue;
    text-decoration: none
}

html a:active,
body a:active {
    color: white;
    text-decoration: none
}

#home-screen {
    position: relative;
    background-color: #4D4D4D;
    height: 100vh;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding-top: 0
}

#home-screen .home-sreen-title {
    margin-top: 50vh;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#home-screen .home-sreen-title .main-title {
    color: white;
    font-size: 100px;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0
}

#home-screen .home-sreen-title .separator {
    width: 50%;
    height: 6px;
    margin: 15px auto 15px auto;
    background-color: white;
}

#home-screen .home-sreen-title .subtitle {
    color: white;
    font-size: 40px;
    background-color: transparent;
    
    font-weight: bold;
    margin: 0
}

#home-screen .symbol {
    -webkit-transition: top 3s ease, left 3s ease, bottom 3s ease, right 3s ease, opacity 3s ease;
    -o-transition: top 3s ease, left 3s ease, bottom 3s ease, right 3s ease, opacity 3s ease;
    transition: top 3s ease, left 3s ease, bottom 3s ease, right 3s ease, opacity 3s ease;
    opacity: 0;
    position: absolute;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

#home-screen .symbol.symbol-round {
    background-color: #707070;
    border-radius: 50%;
    width: 10px;
    height: 10px
}

#home-screen .symbol.symbol-round.round-top-left {
    top: 0;
    left: 0
}

#home-screen .symbol.symbol-round.round-bottom-left {
    bottom: 70px;
    left: 0
}

#home-screen .symbol.symbol-round.round-top-middle {
    top: 0;
    left: 50%
}

#home-screen .symbol.symbol-triangle {
    border-radius: 1px;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    border: 4px solid #707070;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    
}

#home-screen .symbol.symbol-triangle.triangle-bottom-left {
    left: 0;
    top: 70%;
    
}

#home-screen .symbol.symbol-triangle.triangle-bottom-right {
    right: 0;
    bottom: 15%
}

#home-screen .symbol.symbol-little-triangle {
    border-radius: 1px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #707070;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg)
}

#home-screen .symbol.symbol-little-triangle.triangle-bottom-left {
    left: 0;
    top: 70%
}

#home-screen .symbol.symbol-little-triangle.triangle-bottom-right {
    right: 0;
    bottom: 15%
}

#home-screen .symbol.symbol-circle {
    border-radius: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 4px solid #707070
}

#home-screen .symbol.symbol-circle.circle-bottom-right {
    right: 0;
    bottom: 25%
}

#home-screen .symbol.symbol-circle.circle-top-middle {
    top: 0;
    left: 25%
}

#home-screen .symbol.symbol-cross {
    width: 10px;
    height: 10px
}

#home-screen .symbol.symbol-cross:before,
#home-screen .symbol.symbol-cross:after {
    border-radius: 10px;
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 5px;
    background-color: #707070
}

#home-screen .symbol.symbol-cross:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#home-screen .symbol.symbol-cross:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#home-screen .symbol.symbol-cross.cross-top-middle {
    top: 0;
    left: 35%
}

#home-screen .symbol.symbol-cross.cross-middle-right {
    right: 0;
    top: 50%
}

#home-screen .symbol.symbol-code {
    -webkit-animation-name: symbol-float;
    animation-name: symbol-float;
    top: 50%;
    right: 0;
    width: 100px;
    height: 100px
}

#home-screen .symbol.symbol-server {
    -webkit-animation-name: symbol-float;
    animation-name: symbol-float;
    left: 20%;
    bottom: 0;
    width: 100px;
    height: 100px
}

#home-screen .symbol.symbol-network {
    -webkit-animation-name: symbol-float;
    animation-name: symbol-float;
    left: 0;
    bottom: 20%;
    width: 100px;
    height: 100px
}

#home-screen.symbol-show .symbol {
    opacity: 1
}

#home-screen.symbol-show .symbol.symbol-round.round-top-left {
    top: 300px;
    left: 10%
}

#home-screen.symbol-show .symbol.symbol-round.round-bottom-left {
    bottom: 100px;
    left: 30%
}

#home-screen.symbol-show .symbol.symbol-round.round-top-middle {
    top: 150px;
    left: 50%
}

#home-screen.symbol-show .symbol.symbol-triangle.triangle-bottom-left {
    left: 20%
}

#home-screen.symbol-show .symbol.symbol-triangle.triangle-bottom-right {
    right: 20%
}

#home-screen.symbol-show .symbol.symbol-circle.circle-bottom-right {
    right: 35%
}

#home-screen.symbol-show .symbol.symbol-circle.circle-top-middle {
    top: 10%
}

#home-screen.symbol-show .symbol.symbol-cross.cross-top-middle {
    top: 25%
}

#home-screen.symbol-show .symbol.symbol-cross.cross-middle-right {
    right: 10%;
    top: 65%
}

#home-screen.symbol-show .symbol.symbol-code {
    top: 20%;
    right: 20%
}

#home-screen.symbol-show .symbol.symbol-server {
    bottom: 75px;
    left: 52%
}

#home-screen.symbol-show .symbol.symbol-network {
    bottom: 37%;
    left: 10%
}

@-webkit-keyframes symbol-float {
    0% {}
    100% {
        -webkit-transform: translate(0px, 20px);
        transform: translate(0px, 20px)
    }
}

@keyframes symbol-float {
    0% {}
    100% {
        -webkit-transform: translate(0px, 20px);
        transform: translate(0px, 20px)
    }
}

@media screen and (max-width: 1500px) {
    #home-screen.symbol-show .symbol.symbol-network {
        bottom: 15%;
        left: 7%
    }
}

@media screen and (max-width: 930px) {
    #home-screen.symbol-show .symbol.symbol-code {
        top: 10%;
        right: 20%
    }
}

@media screen and (max-width: 770px) {
    #home-screen.symbol-show .symbol.symbol-cross.cross-middle-right {
        right: 10%;
        top: 70%
    }
}

@media screen and (max-width: 770px) {
    #home-screen.symbol-show .symbol.symbol-round.round-top-left {
        top: 250px;
        left: 10%
    }
}

@media screen and (max-width: 600px) {
    #home-screen .home-sreen-title {
        margin-top: 50vh;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #home-screen .home-sreen-title .main-title {
        font-size: 80px
    }
    #home-screen .home-sreen-title .separator {
        height: 5px
    }
    #home-screen .home-sreen-title .subtitle {
        color: white;
        font-size: 30px
    }
    #home-screen .symbol.symbol-code {
        width: 60px;
        height: 60px
    }
    #home-screen .symbol.symbol-server {
        width: 60px;
        height: 60px
    }
    #home-screen .symbol.symbol-network {
        width: 60px;
        height: 60px
    }
}

@media screen and (max-width: 500px) {
    #home-screen .home-sreen-title {
        margin-top: 50vh;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #home-screen .home-sreen-title .main-title {
        font-size: 60px
    }
    #home-screen .home-sreen-title .separator {
        height: 4px
    }
    #home-screen .home-sreen-title .subtitle {
        color: white;
        font-size: 20px
    }
}

@media screen and (max-height: 620px) {
    #home-screen .home-sreen-title {
        margin-top: 50vh;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #home-screen .home-sreen-title .main-title {
        font-size: 60px
    }
    #home-screen .home-sreen-title .separator {
        height: 4px
    }
    #home-screen .home-sreen-title .subtitle {
        color: white;
        font-size: 20px
    }
}

section {
    width: 100%;
    overflow: hidden;
    padding-top: 50px
}

section .main-title {
    color: white;
    font-size: 40px;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin: 0
}

.no-scroll {
    overflow: hidden
}

#about {
    padding-bottom: 50px;
    background-color: #face61
}

#about h2 {
    color: white;
    font-size: 40px;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin: 0;
    padding-bottom: 30px
}

#about #about_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#about #about_container #about_image_container {
    opacity: 0;
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
    text-align: center
}

#about #about_container #about_image_container #about_image {
    margin-left: 20px;
    margin-bottom: 20px;
    height: 250px;
    width: auto;
    border-radius: 50%;
    border: 10px solid #707070;
    border-radius: 500px
}

#about #about_container #about_text {
    min-width: 500px;
    margin: 0 50px 0 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: white;
    font-size: 20px;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    text-align: justify
}

#about #about_container #about_text p {
    color: #3e3e3e;
    font-weight: bold
}

#about #about_container .bounce {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 450ms;
    animation-duration: 450ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 0.9;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(0.89);
        transform: scale(0.89)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 0.9;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(0.89);
        transform: scale(0.89)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (max-width: 600px) {
    #about #about_container #about_image_container #about_image {
        margin-left: 0
    }
    #about #about_container #about_text {
        min-width: 300px;
        margin: 0 10px 0 10px;
        font-size: 17px
    }
}

@media screen and (max-width: 906px) {
    #about #about_container #about_image_container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

#skills {
    background-color: #404040;
    padding-bottom: 50px
}

#skills h2 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: white;
    font-size: 40px;
    background-color: transparent;
    margin: 0 0 30px 0;
    /* z-index: 99999 */
}

#skills .competences_bloc {
    margin-top: 60px;
    min-width: 680px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: block;
}

#skills .competences_separator {
    background-color: #7D7D7D;
    width: 7px;
    margin-left: 45px;
    margin-right: 45px;
    margin-top: 13%;
    border-radius: 4px;
    height: auto;
}

#skills .competences_bloc h2 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: white;
    font-size: 35px;
    background-color: transparent
}

#skills .competences_bloc .technology_bloc {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px
}


#skills .competences_bloc .skills_picture {
    margin:auto;
    height: 150px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px
}

#skills .competences_bloc .projects-container {
    
    margin: auto;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

#skills .competences_bloc .projects-container .project-block {
    cursor: default;
    height: 210px;
    width: 170px;
    min-height: 210px;
    min-width: 170px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: background-color 0.30s ease-out, margin 0.7s ease-out, transform 0.7s ease-out;
    -o-transition: background-color 0.30s ease-out, margin 0.7s ease-out, transform 0.7s ease-out;
    transition: background-color 0.30s ease-out, margin 0.7s ease-out, transform 0.7s ease-out, font-size ease-out;
    margin-top: 2px;
    padding-bottom: 3px;
}

#skills .competences_bloc .projects-container .project-block .project-block-logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px
}

#skills .competences_bloc .projects-container .project-block .project-block-logo .project-logo-test {
    height: 70px;
    width: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.30s ease-out;
    transition: -webkit-filter 0.30s ease-out;
    -o-transition: filter 0.30s ease-out;
    transition: filter 0.30s ease-out, -webkit-filter 0.30s ease-out, height 0.7s ease-out
}

#skills .competences_bloc .projects-container .project-block .project-block-title {
    -webkit-transition: color 0.30s ease-out;
    -o-transition: color 0.30s ease-out;
    transition: color 0.30s ease-out;
    margin-top: 9px;
    color: white;
    font-size: 26px;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: bold;
    transition: font-size ease-out;
}

#skills .competences_bloc .projects-container .project-block .project-block-subtitle {
    margin: auto;
}

#skills .competences_bloc .projects-container .project-block .project-subtitle {
    -webkit-transition: color 0.30s ease-out;
    -o-transition: color 0.30s ease-out;
    transition: color 0.30s ease-out;
    margin:auto;
    color: #404040;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: bold;
    visibility: hidden;
    margin-block-end: 0.4em;
}

#skills .competences_bloc .projects-container .project-block .project-block-button {  
    cursor: pointer;
    height: 11%;
    width: 65%;
    background-color: #404040;
    border-radius: 5px;
    text-align: center;
    opacity:0;
    transition:visibility 0.4s ease-out,opacity 0.4s ease-out;  
    margin: auto;
    display: flex;
    box-shadow: 0px 3px 0px 0px #646464;
}

#skills .competences_bloc .projects-container .project-block .project-block-button .project-button-title {
    background-color: #343434;
    width: 70%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display:flex;
    align-items: center;
    justify-content: center;
}

#skills .competences_bloc .projects-container .project-block .project-block-button .project-button-title h4{
    font-weight: normal;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    opacity:0;
    transition:visibility 0.4s ease-out,opacity 0.4s ease-out;
    margin: 0;
}

#skills .competences_bloc .projects-container .project-block .project-block-button .project-button-img{
    background-color: #404040;
    width: 30%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display:flex;
    align-items: center;
    justify-content: center;
}

#skills .competences_bloc .projects-container .project-block .project-block-button .project-button-img .button-img{
    height: auto;
    width: 55%;
}



#skills .competences_bloc .projects-container .project-block .project-block-button:hover > .project-button-title{    
    /* background-color: #505050;     */
    background-color: #D97634;
}
#skills .competences_bloc .projects-container .project-block .project-block-button:hover > .project-button-img{    
    /* background-color: #606060;     */
    background-color: #D97634;
}
#skills .competences_bloc .projects-container .project-block .project-block-button:hover{    
    box-shadow: #606060; 
} 
#skills .competences_bloc .projects-container .project-block .project-block-button:active {    
    transform: translateY(3px);  
    box-shadow: none;
}




#skills .competences_bloc .projects-container .project-block.move-to-right {
    background-color: #C8C8C8; 
    z-index: 1;
    transform: scale(1.7) translateX(23%);
    opacity: 100%;
}

#skills .competences_bloc .projects-container .project-block.move-to-left {
    background-color: #C8C8C8; 
    z-index: 1;
    transform: scale(1.7) translateX(-23%);
    opacity: 100%;
} 

#skills .competences_bloc .projects-container .project-block.move-to-face {
    background-color: #C8C8C8; 
    z-index: 1;
    transform: scale(1.7);
    opacity: 100%;
} 


.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }


#skills .competences_bloc .projects-container .project-block:hover .project-block-logo .project-logo-test {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    height: 35px
}

#skills .competences_bloc .projects-container .project-block:hover .project-block-title {
    color: #404040;
    font-size: 20px;
}

#skills .competences_bloc .projects-container .project-block:hover .project-subtitle {
    color: #404040;
    visibility: visible
}

#skills .competences_bloc .projects-container .project-block:hover .project-block-button {
    /* visibility:visible; */
    opacity:1;
}

#skills .competences_bloc .projects-container .project-block:hover .project-block-button .project-button {
    /* visibility: visible; */
    opacity:1;
} 

#skills #competences-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 700px) {
    #skills .competences_bloc .skills_picture {
        /* display: none */
        height: 80px;
    }
    #skills .competences_bloc {
        min-width: 100px
    }
    #skills #competences-sections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 1473px) {
    #skills .competences_separator {
        background-color: #404040
    }
}
@media screen and (max-width: 1370px) {
    #skills .competences_separator {
        display: none
    }
}

#experiences {
    background-color: #343434
}

#experiences h2 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: white;
    font-size: 40px;
    background-color: transparent;
    margin: 0 0 30px 0;
    z-index: 99999;
    padding-bottom: 40px
}

#experiences .experiences-timeline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 1000px
}

#experiences .experiences-timeline-container .experiences-timeline-date {
    width: 91px;
    min-height: 349px;
    margin-right: 20px
}

#experiences .experiences-timeline-container .experiences-timeline-date .experiences-element-date {
    min-width: 349px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg) translateY(-349px);
    -ms-transform: rotate(-90deg) translateY(-349px);
    transform: rotate(-90deg) translateY(-349px);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    text-align: end;
    font-family: 'Anton', sans-serif;
    color: #555;
    font-size: 60px;
    background-color: transparent;
    z-index: 99999
}

#experiences .experiences-timeline-container .experiences-timeline-element {
    margin-right: 15px;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3
}

#experiences .experiences-timeline-container .experiences-timeline-element .experiences-element-description {
    color: white;
    font-size: 19px;
    background-color: transparent;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
}

#experiences .experiences-timeline-container .experiences-timeline-element .experiences-element-description li{
    margin-bottom: 10px;
}

#experiences .experiences-timeline-container .experiences-timeline-element .experiences-element-description .experiences-facultative-highlighted-description {
    font-weight: bold;

}

#experiences .experiences-timeline-container .experiences-timeline-element .experiences-logo-name-enterprise {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#experiences .experiences-timeline-container .experiences-timeline-element .experiences-logo-name-enterprise .experiences-enterprise-picture {
    height: 70px;
    width: auto;
    margin-bottom: 10px;
}

#experiences .experiences-timeline-container .experiences-timeline-element .experiences-job-name {
    color: white;
    font-size: 30px;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    width: auto
}

#experiences .experiences-timeline-container .experiences-timeline-element .experiences-job-line {
    width: 100%;
    height: 2px;
    background-color: white;
    margin-bottom: 15px
}

@media screen and (max-width: 665px) {
    #experiences .experiences-timeline-container {
        margin-bottom: 40px
    }
    #experiences .experiences-timeline-container .experiences-timeline-element .experiences-element-description {
        text-align: start;
    }
}

@media screen and (max-width: 360px) {
    #experiences .experiences-timeline-container .experiences-timeline-date {
        margin-right: 0;
        width: 64px
    }
    #experiences .experiences-timeline-container .experiences-timeline-date .experiences-element-date {
        font-size: 42px;
        -webkit-transform: rotate(-90deg) translateY(-349px);
        -ms-transform: rotate(-90deg) translateY(-349px);
        transform: rotate(-90deg) translateY(-349px)
    }
}



#contact {
    /* background-color: #555; */
    background-color: #6DBE5D;
    height: 40vh
}

#contact #contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#contact #contact-container #contact-subtitle {
    padding-top: 20px;
    /* color: #858585; */
    color: white;
    font-size: 25px;
    margin-top: 35px;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    text-align: center
}

#contact #contact-container #contact-button-mailto {
    padding-top: 0px;
    /* color: #858585; */
    color: white;
    font-size: 25px;
    margin-top: 35px;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: bold;
    text-decoration: underline
}

#contact #contact-container #contact-button-mailto #contact-image-mailto
{
    height: 120px;
}

@media screen and (max-height: 800px) {
    #contact #contact-container #contact-button-mailto {
        padding-top: 0;
        margin-top: 0
    }
}

@media screen and (max-height: 680px) {
    #contact #contact-container #contact-subtitle {
        padding-top: 0;
        margin-top: 20px
    }
}

@media screen and (max-height: 550px) {
    #contact #contact-container #contact-subtitle {
        font-size: 20px
    }
    #contact #contact-container #contact-button-mailto {
        font-size: 20px
    }
}

#formations {
    background-color: #383838;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#formations .main-title {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: white;
    font-size: 40px;
    background-color: transparent;
    margin: 0 0 30px 0;
    z-index: 1
}

#formations .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

#formations .timeline:after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: grey;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px
}

#formations .timeline .date {
    width: 50%;
    white-space: nowrap;
    font-family: 'Anton', sans-serif;
    color: #555;
    margin-top: auto;
    font-size: 25px;
    margin-bottom: auto;
    background-color: transparent;
    z-index: 2;
    text-align: end;
    -webkit-transition: color 0.40s ease;
    -o-transition: color 0.40s ease;
    transition: color 0.40s ease
}

#formations .timeline .date .timeline-container-date {
    font-size: 80px;
    margin-right: 100px
}

#formations .timeline-degree-container {
    position: relative;
    width: 35%;
    padding-top: 9px
}

#formations .timeline-degree-container::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 2px 8px #383838;
    box-shadow: 0px 0px 2px 8px #383838;
    left: -4px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#formations .timeline-degree-container::before {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1;
    left: 25px;
    border: medium solid #555;
    border-width: 15px 15px 15px 0;
    border-color: transparent #555 transparent transparent;
    -webkit-transition: border 0.40s ease;
    -o-transition: border 0.40s ease;
    transition: border 0.40s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#formations .timeline-school {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    bottom: 4px;
    background-color: #555;
    position: relative;
    border-radius: 5px;
    -webkit-transition: background-color 0.40s ease;
    -o-transition: background-color 0.40s ease;
    transition: background-color 0.40s ease
}

#formations .timeline-school h2,
#formations .timeline-school h3,
#formations .timeline-school h4,
#formations .timeline-school h5 {
    margin: 0
}

#formations .timeline-school .timeline-school-title {
    padding-top: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 25px
}

#formations .timeline-school .timeline-school-informations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#formations .timeline-school .timeline-school-informations .timeline-school-logo {
    background-color: #888;
    height: 60px;
    width: 60px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-transition: background-color 0.40s ease;
    -o-transition: background-color 0.40s ease;
    transition: background-color 0.40s ease
}

#formations .timeline-school .timeline-school-informations .timeline-school-logo .timeline-school-picture {
    margin-left: 5px;
    margin-top: 5px;
    height: auto;
    width: 50px
}

#formations .timeline-school .timeline-school-informations .timeline-school-description {
    margin-left: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#formations .timeline-school .timeline-school-informations .timeline-school-description .timeline-school-name {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 25px
}

#formations .timeline-school .timeline-school-informations .timeline-school-description .timeline-school-degree {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 20px
}

#formations .timeline:hover .timeline-degree-yellow .timeline-school {
    background-color: #C49F42
}

#formations .timeline:hover .timeline-degree-blue .timeline-school {
    background-color: #317cb3
}

#formations .timeline:hover .timeline-degree-red .timeline-school {
    background-color: #BC4B43
}

#formations .timeline:hover .timeline-degree-blue::before {
    border: medium solid #317cb3;
    border-width: 15px 15px 15px 0;
    border-color: transparent #317cb3 transparent transparent
}

#formations .timeline:hover .timeline-degree-yellow::before {
    border: medium solid #C49F42;
    border-width: 15px 15px 15px 0;
    border-color: transparent #C49F42 transparent transparent
}

#formations .timeline:hover .timeline-degree-red::before {
    border: medium solid #BC4B43;
    border-width: 15px 15px 15px 0;
    border-color: transparent #BC4B43 transparent transparent
}

#formations .timeline:hover .timeline-blue-date {
    color: #317cb3
}

#formations .timeline:hover .timeline-yellow-date {
    color: #C49F42
}

#formations .timeline:hover .timeline-red-date {
    color: #BC4B43
}

#formations .timeline:hover .timeline-logo-blue {
    background-color: #7FBEEB
}

#formations .timeline:hover .timeline-logo-yellow {
    background-color: #face61
}

#formations .timeline:hover .timeline-logo-red {
    background-color: #ee6055
}

@media screen and (max-width: 1010px) {
    #formations .timeline-degree-container {
        position: relative;
        width: 45%;
        padding-top: 9px
    }
}

@media screen and (max-width: 750px) {
    #formations .timeline {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    #formations .timeline:after {
        z-index: 0
    }
    #formations .timeline .date {
        width: 0%;
        margin-top: 0;
        margin-bottom: 0
    }
    #formations .timeline .date .timeline-container-date {
        font-size: 50px
    }
    #formations .timeline-school {
        margin-top: 60px;
        margin-left: 0;
        z-index: 1
    }
    #formations .timeline-degree-container::after {
        content: initial
    }
    #formations .timeline-degree-container::before {
        content: initial
    }
    #formations .timeline-degree-container {
        width: 80%
    }
}

#footer {
    background-color: #525252;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
}

#footer #footer-text {
    color: white;
    font-size: 18px;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    font-weight: bold
}


.project-description {
    z-index: 10;
    height: 100%;
    width: 100%;
    position: fixed;
    /* left: -100%;
    top: 0; */
    left: 0;
    top: 150%;
    background-color: white;
    opacity: 0;
    overflow-x: hidden;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.project-description span {
    cursor: pointer;
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

 .project-description span:hover {
    color: #555;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

 .project-description .project-overlay-content {
    position: relative;
    width: 100%
}

 .project-description .project-overlay-content .project-container-main-title {
    height: 20vh;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

 .project-description .project-overlay-content .project-container-main-title.project-container-perso {
    background-color: #4b9cd3
}

 .project-description .project-overlay-content .project-container-main-title.project-container-pro {
    background-color: #ee6055
}

 .project-description .project-overlay-content .project-container-main-title.project-container-school {
    background-color: #8789c0
}

 .project-description .project-overlay-content .project-container-main-title .project-main-title {
    text-align: center;
    color: white;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    margin: 0
}

 .project-description .project-overlay-content .project-container-main-title .project-title-separator {
    height: 3px;
    width: 150px;
    background-color: white;
    border-radius: 1px;
    margin-top: 10px;
    margin-bottom: 10px
}

 .project-description .project-overlay-content .project-container-main-title .project-description-subtitle {
    color: white;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    margin: 0
}

 .project-description .project-overlay-content .project-container-description {
    width: 50vw;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

 .project-description .project-overlay-content .project-container-description .project-img {
    max-width: 750px;
    width: 40vw;
    height: auto
}

 .project-description .project-overlay-content .project-container-description .project-img-screenshot {
    -webkit-transform: translateX(-9vw);
    -ms-transform: translateX(-9vw);
    transform: translateX(-9vw);
    max-width: 1100px;
    width: 70vw
}

 .project-description .project-overlay-content .project-container-description .project-img-screenshot-li {
    -webkit-transform: translateX(-13vw);
    -ms-transform: translateX(-13vw);
    transform: translateX(-13vw);
    max-width: 1100px;
    width: 70vw;
    margin-bottom: 30px
}

 .project-description .project-overlay-content .project-container-description .project-technology {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

 .project-description .project-overlay-content .project-container-description .project-technology .project-technology-title {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
    margin-left: 10px
}

 .project-description .project-overlay-content .project-container-description .project-technology-separator {
    width: 100%;
    height: 1px;
    border-radius: 1px
}

 .project-description .project-overlay-content .project-container-description.project-description-pro .project-technology .project-technology-title {
    color: #ee6055
}

 .project-description .project-overlay-content .project-container-description.project-description-pro .project-technology-separator {
    background-color: #ee6055
}

 .project-description .project-overlay-content .project-container-description.project-description-perso .project-technology .project-technology-title {
    color: #4b9cd3
}

 .project-description .project-overlay-content .project-container-description.project-description-perso .project-technology-separator {
    background-color: #4b9cd3
}

 .project-description .project-overlay-content .project-container-description.project-description-school .project-technology .project-technology-title {
    color: #8789c0
}

 .project-description .project-overlay-content .project-container-description.project-description-school .project-technology-separator {
    background-color: #8789c0
}

 .project-description .project-overlay-content .project-container-description .project-section-title {
    color: #555;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    margin-top: 30px;
    font-weight: bold
}

 .project-description .project-overlay-content .project-container-description .project-section-text {
    color: #555;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
    font-weight: bold;
    text-align: justify
}

 .project-description .project-overlay-content .project-container-description .project-section-text .project-section-text-title {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline
}

 .project-description .project-overlay-content .project-container-description .project-section-text .project-section-text-content {
    margin-bottom: 20px;
    margin-top: 3px
}

 .project-description .project-closebtn {
    z-index: 11;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 60px
}

 .modal-appear-opacity {
    opacity: 1
}

@media screen and (max-height: 450px) {
     .project-description span {
        font-size: 20px
    }
     .project-description .project-closebtn {
        font-size: 40px;
        /* top: 15px; */
        right: 35px
    }
}

@media screen and (max-height: 550px) {
     .project-description .project-overlay-content .project-container-main-title .project-title-separator {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 900px) {
     .project-description .project-overlay-content .project-container-description {
        width: 70vw
    }
     .project-description .project-overlay-content .project-container-description .project-img {
        width: 70vw
    }
     .project-description .project-overlay-content .project-container-description .project-img-screenshot {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 70vw
    }
     .project-description .project-overlay-content .project-container-description .project-img-screenshot-li {
        -webkit-transform: translateX(-9vw);
        -ms-transform: translateX(-9vw);
        transform: translateX(-9vw);
        width: 70vw
    }
}

@media screen and (max-width: 500px) {
     .project-description .project-overlay-content .project-container-description {
        width: 90vw
    }
     .project-description .project-overlay-content .project-container-description .project-img {
        width: 90vw
    }
     .project-description .project-overlay-content .project-container-description .project-img-screenshot {
        display: none
    }
     .project-description .project-overlay-content .project-container-description .project-img-screenshot-li {
        display: none
    }
}
