@import url("//fonts.googleapis.com/css?family=Roboto:500");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"); /* Container for skill bars */
.containerSkill {
    width: 100%; /* Full width */
    background-color: #ddd; /* Grey background */
    border-radius: 30px;
}

.skills {
    text-align: right; /* Right-align text */
    padding-right: 20px; /* Add some right padding */
    line-height: 40px; /* Set the line-height to center the text inside the skill bar, and to expand the height of the container */
    color: black; /* White text color */
    width: 0%;
    border-radius: 30px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    transition: all 0.6s;
}
.fixed-top.open {
    top: 343px !important;
}

.progress-container {
    width: 100%;
    background-color: transparent;
    height: 5px;
    display: block;
}
.progress-bar {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
    width: 0%;
    display: block;
    height: inherit;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.barreOn {
    background-color: #2196f3;
    color: white;
}
body {
    margin: 0px;
    padding: 0px;
    color: #292b2c;
}
article {
    padding: 20px 15% 20px 15%;
    text-align: center;
}

.noPadding {
    padding: 20px 0px 20px 0px !important;
}

#Hobby.img {
    background: url("../Images/photo-montagne-vallee-blanche-chamonix-mont-blanc.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

#contact.img {
    background: url("../Images/contactusen.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

#Project.img {
    background: url("../Images/fond-min.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

#CV.img {
    background: url("../Images/CV.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

#study.img {
    background: url("../Images/CeremonieDiplome01.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

#skills.img {
    background: url("../Images/Softskills.webp") no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.hero {
    position: relative;
    background-size: cover;
    min-height: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.hero-black:after {
    border-left: 50vw solid #0a0908;
    border-right: 50vw solid #0a0908;
    border-top: 100px solid transparent;
}

.hero-white:after {
    border-left: 50vw solid white;
    border-right: 50vw solid white;
    border-top: 100px solid transparent;
}

.hero-beige:after {
    border-left: 50vw solid rgb(190, 190, 190);
    border-right: 50vw solid rgb(190, 190, 190);
    border-top: 100px solid transparent;
}

.hero-white-footer::after {
    border-left: 50vw solid #03061a;
    border-right: 50vw solid #03061a;
    border-top: 100px solid transparent;
}

.hero-white-imgMont::after {
    background: url("../Images/photo-montagne-vallee-blanche-chamonix-mont-blanc.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid white;
}

.hero-imgPro::after {
    background: url("../Images/fond-min.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid rgb(190, 190, 190);
}

.hero-imgCv::after {
    background: url("../Images/CV.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid white;
}

.hero-imgSchool::after {
    background: url("../Images/CeremonieDiplome01.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid rgb(190, 190, 190);
}

.hero-imgSkill::after {
    background: url("../Images/Softskills.webp") no-repeat;
    background-attachment: fixed;
    background-position: center center;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid white;
}

.hero-black-contact {
    padding-bottom: 100px !important;
}
.hero-black-contact::after {
    background: url("../Images/contactusen.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #0a0908;
}

article.img h2 {
    vertical-align: middle;
    line-height: 90px;
}

article:first-of-type {
    padding-top: 20px;
}
article h2 {
    margin-bottom: 10px;
    font-weight: bold;
}
footer {
    text-align: center;
    background: #1b1e21;
    color: white;
}
footer p:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 16px;
}
footer > span {
    font-size: 50px;
    margin-top: -40px;
}
ul.top {
    padding-top: 20px;
}
footer p:last-child {
    padding-bottom: 60px;
}

.decoration {
    font-weight: bold;
}
.beige {
    background: rgb(190, 190, 190);
}

.black {
    background: #0a0908;
}

#About img {
    border-radius: 5px;
}
#About .row {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#skill .row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.beige span {
    color: white;
}
#nav {
    position: fixed;
    z-index: 11; /* Sit on top */
    padding-top: 15%; /* Location of the box */
    left: 7%;
    top: 2%;
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    -moz-transition: -moz-transform 0.75s ease;
    -webkit-transition: -webkit-transform 0.75s ease;
    -ms-transition: -ms-transform 0.75s ease;
    transition: transform 0.75s ease;
}
#nav p,
#nav h3 {
    margin: 0px;
}
#nav li {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#nav li:hover {
    text-decoration: underline;
    font-size: 20px;
    opacity: 0.75;
}
.noActive {
    list-style: circle;
}
.Active {
    list-style: disc;
    font-size: 20px;
}
.white {
    color: #f9f3f4;
}
.suppr {
    display: none;
}
.loader_Step {
    padding: 30px;
    margin: 50px auto;
    font-size: 20px;
    box-shadow: 0 0 10px #000;
    max-width: 300px;
    min-width: 150px;
    width: 20vw;
}
.loader_Step img {
    max-width: 150px;
    min-width: 100px;
    width: 20vw;
}
.animateText {
    overflow: hidden;
    background: linear-gradient(90deg, #fff, #292b2c, #fff);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@keyframes animate {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
}
.slideNone {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}
a[title="Hosted on free web hosting 000webhost.com. Host your own website for FREE."] {
    display: none;
}
#Header_Mobile {
    position: fixed;
    cursor: pointer;
    text-align: center;
    background: rgba(250, 250, 250, 0.8);
    border-bottom: 1px solid rgba(200, 200, 200, 0.8);
    color: #292b2c;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-top: 5px;
    padding-bottom: 5px;
}
#Header_Mobile h3 {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline;
    height: 31px;
}
#mobile_Nav {
    display: none;
}
#mobile_Nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#mobile_Nav li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid rgba(200, 200, 200, 0.8);
}
#mobile_Nav p {
    margin: 0px;
}

.burger {
    position: absolute;
    top: 18px;
    left: 5px;
    width: 24px;
    height: 4px;
    background: #292b2c;
    display: inline;
}
.burger::before,
.burger::after {
    content: "";
    display: block;
}
.burger,
.burger::before,
.burger::after {
    position: absolute;
    width: 24px;
    height: 4px;
    background: #292b2c;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.burger::before {
    margin-top: -8px;
}
.burger::after {
    margin-top: 8px;
}
/* L'animation */
.burgerActive {
    /* L'opacite se propagerait aux pseudoelements, donc
     * on change la background-color
     */
    background: rgba(0, 0, 0, 0);
}
.burgerActive::before {
    margin-top: 0px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burgerActive::after {
    margin-top: 0px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slideHeader {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
#About > p {
    font-size: 1.2rem;
}

#About span {
    font-size: 1.2rem;
    margin-top: 0px;
    color: black;
}
#study h3 {
    margin-bottom: 6px;
}
#study p {
    margin-bottom: 0px;
}
.main {
    font-size: 40px;
    margin-bottom: 10px;
}
.SubTitle {
    font-size: 13px;
    font-weight: bold;
}
.Where {
    font-size: 20px;
}
.date {
    margin-top: 10px;
    padding-bottom: 12px;
    font-size: 12px;
}
#CV p {
    font-weight: bold;
    font-size: 22px;
}
.input_content input,
.input_content textarea {
    width: 100%;
}
.input_content textarea {
    height: 95px;
}
.input_content {
    margin-top: 30px;
}
.formpan {
    margin-bottom: 30px;
}
.formpan p {
    margin: 0px;
    text-align: left;
    position: relative;
    bottom: -25px;
    padding-left: 5px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slideP {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transform: translateY(-27px);
    -webkit-transform: translateY(-27px);
    -ms-transform: translateY(-27px);
    transform: translateY(-27px);
    opacity: 0.5;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 4px;
}
.redColor {
    color: blue;
}
.textError {
    color: red;
}
.Error {
    box-shadow: 0 4px 2px -2px red;
}
#name,
#mail,
#subject,
#corp {
    z-index: 2;
    border: 0;
    outline: 0;
    border-bottom: 2px solid #292b2c;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#name:focus,
#mail:focus,
#subject:focus,
#corp:focus {
    border: 0;
    outline: 0;
    border-bottom: 2px solid blue;
}
.formpan i {
    display: none;
}
.textError i {
    display: inline;
}
.g-recaptcha {
    margin-top: 30px;
}
#cap {
    display: none;
    color: red;
    opacity: 0.5;
    text-align: center;
}
.Right-side p {
    font-weight: bold;
    font-size: 17px;
}
#Hobby .row {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#swimming,
#ski,
#hiking,
#gaming {
    border-bottom: 1px dotted #292b2c;
}
#Hobby p {
    margin: 0px;
}
.left-side {
    text-align: left;
}
.left-side ul {
    margin-left: 30px;
}
.left-side li {
    font-size: 12px;
}
footer li {
    display: inline;
    list-style: none;
}
footer ul {
    margin: 0px;
    padding: 0px;
}
@media (min-width: 768px) {
    #contact .formpan {
        margin-left: 15%;
        margin-right: 15%;
    }
    #Header_Mobile {
        display: none;
    }
    #About img {
        width: 50%;
    }
    #About section:first-of-type p {
        margin-bottom: 0px;
        text-align: right;
    }
    #About .toLeft p {
        margin-bottom: 10px;
        text-align: left;
    }
    #skill p {
        text-align: right;
        margin: 0px;
    }
    .g-recaptcha {
        text-align: -moz-center;
    }
    .formpan i {
        margin-left: 15%;
    }
    .Right-side {
        text-align: right;
    }
    #myBtnContainer p {
        margin-top: 8px;
        margin-bottom: 8px;
        text-align: right;
    }
    .img {
        background-size: 100vw 100vh !important;
    }
    .hero::after {
        background-size: 100vw 100vh;
    }

    .maxWidth {
        max-width: 80vw;
    }
    .githubM {
        display: none;
    }
    .githubD {
        display: inline;
    }
}
/*mobile*/
@media (max-width: 767px) {
    .githubM {
        display: inline;
    }
    .fixed-top {
        top: 39px !important;
    }
    .githubD {
        display: none;
    }
    article h2 {
        margin: 0px 15vw 30px !important;
        line-height: inherit !important;
    }
    .img {
        background-size: 100vw !important;
        background-repeat: repeat !important;
    }
    .hero::after {
        background-size: 100vw !important;
        background-repeat: repeat !important;
    }
    #nav {
        display: none;
    }
    #langDesktop {
        display: none;
    }
    #About img {
        width: 100%;
    }
    #About section p {
        margin-bottom: 0px;
    }
    #skill p {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .g-recaptcha {
        margin-left: -15%;
    }
    #myBtnContainer p {
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
    #myBtnContainer select {
        height: 40px;
        text-align: center;
    }
}
/*bouton*/
#btnChose {
    padding: 64px 0;
    text-align: center;
    margin-top: -64px;
    margin-bottom: -64px;
    z-index: 1;
    position: relative;
    top: 30px;
}
#btnChose a:hover {
    text-decoration: none;
    color: #292b2c;
}
.face-button {
    height: 64px;
    display: inline-block;
    border: 3px solid #292b2c;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #292b2c;
    overflow: hidden;
}
.face-button .icon {
    margin-right: 6px;
}
.face-button .face-primary,
.face-button .face-secondary {
    display: block;
    padding: 0 32px;
    line-height: 64px;
    transition: margin 0.4s;
}
.face-secondary .icon {
    color: #292b2c;
}
.face-button .face-primary {
    background-color: #292b2c;
    color: #fff;
}
.face-button:hover .face-primary {
    margin-top: -64px;
}

#dev {
    position: fixed;
    top: 30px;
    transform: rotate(-45deg);
    width: 500px;
    left: -200px;
    background: rgba(125, 125, 125, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    z-index: 100000;
}
#dev p {
    color: white;
    margin: 5px 0px;
    text-align: center;
}

footer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #03061a;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.star {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(237, 205, 163, 0.8);
    box-shadow: 0 0 40px 0 rgba(237, 205, 163, 0.8), 0 0 20px 0 #ffffff;
    animation: glow 5s infinite;
}
.star--medium {
    width: 6px;
    height: 6px;
}
.star--big {
    width: 9px;
    height: 9px;
    box-shadow: 0 0 40px 0 #edcda3, 0 0 20px 0 #ffffff, inset 0 0 4px #ffffff;
}

.comet {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 40px 0 #edcda3, 0 0 20px 0 #ffffff, inset 0 0 8px rgba(255, 255, 255, 0.6);
    top: 0;
    left: 80%;
    opacity: 0.3;
    transform: rotate(-45deg) translate(0, -50px);
    animation: comet 6s infinite;
}
.comet:after {
    content: "";
    width: 20vw;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(237, 205, 163, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes glow {
    0% {
        opacity: 0.9;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.9;
    }
}
@keyframes comet {
    0% {
        transform: rotate(-45deg) translateX(0);
        opacity: 0.3;
    }
    10% {
        opacity: 1;
    }
    20% {
        transform: rotate(-45deg) translateX(-100vw);
        opacity: 0;
    }
    100% {
        transform: rotate(-45deg) translateX(-100vw);
        opacity: 0;
    }
}

#langDesktop {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 5px 15px 20px;
    border-radius: 0px 0px 0px 10px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 10000;
}

#langDesktop p {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#langDesktop img {
    width: 75px;
    cursor: pointer;
}

#langMobile p {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#langMobile img {
    width: 50px;
    cursor: pointer;
}

#langDesktop .frflag {
    margin-top: -37px !important;
}

#langMobile .frflag {
    margin-top: -27px !important;
}

.arrow a {
    color: white;
    text-decoration: none;
}
.arrow {
    text-align: center;
    /*margin: 4% 40vw;*/
    font-size: 3em;
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.fieldset {
    border: 2px groove threedface;
    border-top: none;
    padding: 0.5em;
    margin: 1em 2px;
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.2), inset 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fieldset > p {
    font: 1em normal;
    margin: -1em -0.5em 0;
}

.fieldset > p > a {
    float: right;
    padding: 2px 10px;
    background: #03061a;
    color: white;
}

.fieldset > p > a:hover {
    text-decoration: underline;
}

.fieldset > p:before {
    border-top: 2px groove threedface;
    content: " ";
    float: right;
    margin: 0.5em 2px 0 -1px;
    width: 0.75em;
}

.fieldset > p:after {
    border-top: 2px groove threedface;
    content: " ";
    display: block;
    height: 1.5em;
    left: 2px;
    margin: 0 1px 0 0;
    overflow: hidden;
    position: relative;
    top: 0.5em;
}
