@font-face {
    font-family: 'DenkOne-Regular';
    src: url('DenkOne-Regular.eot');
    src: url('DenkOne-Regular.eot?#iefix') format('embedded-opentype'), url('DenkOne-Regular.woff') format('woff'), url('DenkOne-Regular.ttf') format('truetype'), url('DenkOne-Regular.svg#DenkOne-Regular') format('svg');
}

@font-face {
    font-family: 'Marcellus-Regular';
    src: url('Marcellus-Regular.eot');
    src: url('Marcellus-Regular.eot?#iefix') format('embedded-opentype'), url('Marcellus-Regular.woff') format('woff'), url('Marcellus-Regular.ttf') format('truetype'), url('Marcellus-Regular.svg#Marcellus-Regular') format('svg');
}

@font-face {
    font-family: 'Frijole';
    src: url('Frijole-Regular.eot');
    src: url('Frijole-Regular.eot?#iefix') format('embedded-opentype'), url('Frijole-Regular.woff') format('woff'), url('Frijole-Regular.ttf') format('truetype'), url('Frijole-Regular.svg#Frijole') format('svg');
}

body {
    font-family: 'Marcellus-Regular', sans-serif;
}

a, a:hover, a:visited, a:focus {
    text-decoration: none;
    outline: none;
}

#portfolio {
    width: 100%;
}

#language {
    width: 100%;
}

nav {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 5000;
    display: block;
}

header {
    width: 100%;
    height: 30px;
    position: relative;
    margin: 0px auto;
    padding: 15px;
    background-color: #101010;
    box-shadow: 5px 5px 5px black;
}

li {
    list-style: none;
}

#menu {
    position: relative;
    width: 100%;
}

    #menu li {
        float: left;
        width: 16.5vw;
        text-align: center;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
    }

        #menu li:hover,
        #menu li.active {
            transform-origin: 50% 50%;
            transform: scale(1.5);
            -moz-transform: scale(1.5);
            -webkit-transform: scale(1.5);
        }

        #menu li a {
            font-style: italic;
            text-decoration: none;
            text-transform: uppercase;
            font-family: 'Marcellus-Regular',sans-serif;
            font-size: 20px;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            color: grey;
        }

            #menu li a:visited {
                text-decoration: none;
            }

            #menu li a:hover,
            #menu li.active a {
                color: white;
            }

#accueil {
    background: url(../../images/fond_contact.jpg) center 0 repeat fixed;
    height: 1000px;
}

#competences {
    background: url(../../images/fond_comp.jpg) center 0 repeat fixed;
    padding-bottom: 100px;
}

#real {
    background: url(../../images/fond_real.jpg) center 0 repeat fixed;
    padding-bottom: 100px;
}

#cv {
    background: url(../../images/fond_cv.jpg) center 0 repeat fixed;
    height: 200px;
}

#contact {
    background: url(../../images/fond_contact.jpg) center 0 repeat fixed;
    height: 1000px;
}

#accueil,
#competences,
#real,
#cv,
#contact {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding-top: 100px;
}

/*#competences,
#real,
#cv,
#contact {
    padding-top: 100px;
}*/

.bienvenue {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background: center 0 no-repeat fixed;
    background-size: cover;
}

#accueil .inside {
    width: 90%;
    margin: 0px auto;
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
}

.titre {
    text-align: center;
    font-family: 'Marcellus-Regular',sans-serif;
    margin-bottom: 100px;
}

#photo {
    margin:auto;
    width: 200px;
    height: 200px;
}

#resume {
    margin-top:100px;
    text-align: left;
    width: 70%;
    font-size: 1.5em;
    line-height: 1.5em;
}

.visite {
    font-size: 30px;
    font-family: 'DenkOne-Regular',sans-serif;
    margin: 100px auto;
    text-align: center;
}

#competences .inside {
    width: 90%;
    margin: 0px auto;
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
}

#competences label {
    font-weight: bold;
    font-size: 2em;
}

#competences ul {
    text-align: center;
    margin: 30px;
}

#competences li {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

    #competences li:hover {
        text-shadow: 0px 0px 20px black;
    }

    #competences li img {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
    }

progress {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 20px;
    padding: 3px 3px 2px 3px;
    background: #333;
    background: -webkit-linear-gradient(#2d2d2d,#444);
    background: -moz-linear-gradient(#2d2d2d,#444);
    background: linear-gradient(#2d2d2d,#444);
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 15px;
    box-shadow: 0 1px 0 rgba(255,255,255,.2);
}

    progress::-moz-progress-bar {
        border-radius: 10px;
        background: #09c;
        background: -moz-repeating-linear-gradient( 45deg, rgba(255,255,255,.2) 0, rgba(255,255,255,.2) 10px, rgba(255,255,255,0) 10px, rgba(255,255,255,0) 20px ), -moz-linear-gradient( rgba(255,255,255,.1) 50%, rgba(255,255,255,0) 60% ), #09c;
        background: repeating-linear-gradient( 45deg, rgba(255,255,255,.2) 0, rgba(255,255,255,.2) 10px, rgba(255,255,255,0) 10px, rgba(255,255,255,0) 20px ), linear-gradient( rgba(255,255,255,.1) 50%, rgba(255,255,255,0) 60% ), #09c;
        background-size: 300px 20px, auto, auto;
        background-position: -300px 0, top, top;
        background-position: top right, top, top;
        box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 -1px 0 rgba(0,0,0,.8) inset, 0 0 2px black;
    }
    /* Style de la barre pour Chrome*/
    progress::-webkit-progress-value {
        border-radius: 10px;
        background: #09c;
        background: -webkit-repeating-linear-gradient( 45deg, rgba(255,255,255,.2) 0, rgba(255,255,255,.2) 10px, rgba(255,255,255,0) 10px, rgba(255,255,255,0) 20px ), -moz-linear-gradient( rgba(255,255,255,.1) 50%, rgba(255,255,255,0) 60% ), #09c;
        background: repeating-linear-gradient( 45deg, rgba(255,255,255,.2) 0, rgba(255,255,255,.2) 10px, rgba(255,255,255,0) 10px, rgba(255,255,255,0) 20px ), linear-gradient( rgba(255,255,255,.1) 50%, rgba(255,255,255,0) 60% ), #09c;
        background-size: 300px 20px, auto, auto;
        background-position: -300px 0, top, top;
        background-position: top right, top, top;
        box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 -1px 0 rgba(0,0,0,.8) inset, 0 0 2px black;
    }

.pourcent {
    font-family: 'Frijole', sans-serif;
}

#images li {
    float: left;
    display: inline-block;
    margin: auto 15px;
}

#images div {
    box-shadow: 5px 5px 5px black;
    -moz-box-shadow: 5px 5px 5px black;
    -webkit-box-shadow: 5px 5px 5px black;
}

#real, #real label {
    font-size: 15px;
    color: black;
}

    #real .inside {
        width: 90%;
        margin: 0px auto;
        padding: 50px;
        background-color: rgba(255,255,255,0.7);
    }

    #real label {
        font-weight: bold;
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    #real ul {
        display: inline-block;
    }

    #real li a {
        color: #003bb3;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
    }

        #real li a:hover {
            color: black;
        }

#jeux li {
    width: 26vw;
    float: left;
    height: 550px;
    margin-right: 1.5vw;
    margin-left: 1.5vw;
}

#jeux .game-image {
    display: block;
    background-size: cover;
    background-position: 0 0;
    box-shadow: 2px 2px 1px black;
    margin: auto;
    width: 100%;
}

#jeux .title-game {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 10px;
}

#jeux .description {
    text-align: justify;
}

#jeux .partners {
    font-style: italic;
    font-size: 0.8em;
    text-align: justify;
}

#jeux .partner-name {
    text-transform: uppercase;
}

#real li.video {
    float: left;
    display: inline-block;
    margin: 20px;
}

    #real li.video img {
        position: absolute;
        width: 320px;
        height: 180px;
        box-shadow: 5px 5px 5px black;
        -moz-box-shadow: 5px 5px 5px black;
        -webkit-box-shadow: 5px 5px 5px black;
        z-index: 1;
    }

    #real li.video .overimg {
        display: block;
        position: relative;
        width: 320px;
        height: 180px;
        background-color: rgba(0,0,0,0);
        color: rgba(255,255,255,0);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        z-index: 10;
    }

        #real li.video .overimg p {
            text-align: center;
            vertical-align: middle;
            line-height: 180px;
            font-family: 'Marcellus',sans-serif;
            font-size: 20px;
        }

        #real li.video .overimg:hover {
            background-color: rgba(0,0,0,0.7);
            color: rgba(255,255,255,1);
        }

#cv .inside {
    width: 90%;
    margin: 0px auto;
}

#cv .titre {
    color: white;
}

.lien_cv {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

    .lien_cv:hover {
        color: white;
    }

#contact .inside {
    width: 80%;
    margin: 0px auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

#contact form {
    padding-left: 100px;
}

footer {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    text-shadow: 0px 0px 3px black;
    color: white
}
