/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 janv. 2014, 20:33:21
    Author     : Ludovic
*/

@font-face{
    font-family:"Pornstaracademy";
    src:url('font/pornstaracademy.TTF');
}
@font-face{
    font-family: "roboto";
    src: url('font/Roboto-Regular.ttf');
}
a{
    color:inherit;
    text-decoration:none;
}
.paper{
    width:1000px;
    margin:0 auto;
    position:relative;
}
body{
    width:100%;
    height:100%;
    background:url('images/background.png');
}
body *{
    /*transition*/
    -webkit-transition:ease-in-out 0.3s;
    -moz-transition:ease-in-out 0.3s;
    -o-transition:ease-in-out 0.3s;
    transition:ease-in-out 0.3s;
}
.text{
    margin:20px 0px;
}
header{
    background:url('images/background.png') !important;
    position:fixed;
    z-index:99;
    top:0;
    height:100px;
    width:100%;
}
.header{
    border-top:white solid;
    margin-top:10px;
    border-bottom:white solid;
    /*box-shadow*/
    -webkit-box-shadow:0 0 5px 5px rgba(0,0,0,1);
    -moz-box-shadow:0 0 5px 5px rgba(0,0,0,1);
    box-shadow:0 0 5px 5px rgba(0,0,0,1);
    width:100%;
    height:75px;
    background:url('images/background.png') !important;
}
.header h1{
    font-family:'Pornstaracademy';
    color:rgba(251,190,47,1);
    font-size:28px;
    clear:both;
    line-height:50px;
}
.logoPhoto{
    height:100px;
    /*transform*/
    -webkit-transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    transform:rotate(-10deg);
    border:4px solid rgba(255,255,255,1);
    /*box-shadow*/
    -webkit-box-shadow:0px 0px 10px 10px rgba(0,0,0,0.9);
    -moz-box-shadow:0px 0px 10px 10px rgba(0,0,0,0.9);
    box-shadow:0px 0px 10px 10px rgba(0,0,0,0.9);
    float:left;
}
.menu{
    float:left;
}
.menu li{
    position:relative;
    font-family:'Pornstaracademy';
    color:rgba(241,241,241,1);
    font-size:24px;
    line-height:75px;
    display:inline-block;
    padding:0 15px;
}
.menu li a{
    color:inherit;
    text-decoration:none;
}
.menu li .active{
    color:rgba(0,255,169,1);
    text-decoration:underline;
}
.contents{
    z-index:1;
    margin-top:50px;
    overflow:hidden;
    padding:0 10px;
}
/**/
.article{
    margin:100px 0 0 0;
}
.article h1{
    font-size:36px;
    font-family:'Pornstaracademy';
    color:rgba(241,241,241,1);
}
.article h2{
    font-size:24px;
    font-family:'Pornstaracademy';
    color:rgba(241,241,241,1);
    line-height:50px;
}
.article h3{
    font-size:22px;
    font-family:'Pornstaracademy';
    color:rgba(241,241,241,1);
    line-height:30px;
}
.row{
    clear:both;
    overflow:hidden;
    position:relative;
    margin:10px 0px;
}
.col{
    width:300px;
    margin-right:25px;
    float:left;
}
.col ul{
    background:rgba(0,0,0,0.1);
}
.col ul li{
    padding:15px 0px 15px 10px;
    border-bottom:1px solid rgba(241,241,241,0.5);
    /*transition*/
    -webkit-transition:ease-in-out 0.2s;
    -moz-transition:ease-in-out 0.2s;
    -o-transition:ease-in-out 0.2s;
    transition:ease-in-out 0.2s;
    line-height:20px;
}
.col ul li:hover{
    padding-left:20px;
    cursor:default;
}
.skillDeveloperList ul{
    border-top:2px solid rgba(251,190,47,1);
}
.skillManagingList ul{
    border-top:2px solid rgba(255,115,115,1);
}
.hobbiesList ul{
    border-top:2px solid rgba(0,222,169,1);
}
.skillDeveloperList ul li:hover{
    border-left:4px solid rgba(251,190,47,1);
}
.skillManagingList ul li:hover{
    border-left:4px solid rgba(255,115,115,1);
}
.hobbiesList ul li:hover{
    border-left:4px solid rgba(0,222,169,1);
}
.content{
    border-top:1px dashed rgba(241,241,241,1);
    border-right:1px dashed rgba(241,241,241,1);
    font-family:"roboto";
    color:rgba(241,241,241,1);
    overflow:hidden;
    padding:0px 10px;
}
.content p{
    font-size:24px;
    line-height:35px;
}
.keyword{
    color:rgba(251,190,47,1);
}
.quote{
    display:block;
    border-left:cyan solid 4px;
    padding:10px;
    background:rgba(0,0,0,0.2);
    font-size:18px !important;
    font-style:italic;
}
/*WORK - PROJECT*/
.work{
    display:inline-block;
    margin-right:50px;
    margin-bottom:40px;
}
.work h3{
    color:grey;
}
.work-img{
    border:5px solid white;
    position:relative;
    width:400px;
    height:210px;
    overflow:hidden;
}
.work-img .img-bw{
    display:block;
    width:400px;
    height:210px;
}
.work:hover h3{
    color:white;
}
.finished, .progress{
    position:absolute;
    top:0;
    left:0;
    z-index:98;
    width:75px !important;
}
.work-text{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
}
.work:hover .work-text{
    opacity:1;
}
.work-text .img-color{
    display:block;
    width:400px;
    height:210px;
}
.work-text p{
    position:absolute;
    background:rgba(0,0,0,0.8);
    width:100%;
    line-height:50px;
    text-align:center;
    color:white;
    bottom:0;
    font-size:16px;
    font-family:"roboto";
}
.work-text p a:hover{
    color:rgba(251,190,47,1);
}
/*TROPHIES*/
.trophy{
    height:220px;
    display:inline-block;
    overflow:hidden;
    margin-right:20px;
}
.trophy-img{
    border:5px solid rgba(241,241,241,1);
    position:relative;
}
.trophy-img img{
    width:210px;
}
.trophy-img .img-bw{
    position:absolute;
    opacity:1;
}
.trophy *, .work *{
    /*transition*/
    -webkit-transition:ease-in-out 0.5s;
    -moz-transition:ease-in-out 0.5s;
    -o-transition:ease-in-out 0.5s;
    transition:ease-in-out 0.5s;
}
.trophy:hover .img-bw{
    opacity:0;
}
.trophy:hover h3{
    color:rgba(241,241,241,1);
}
.trophy:hover .finished , .trophy:hover .progress{
    opacity:0;
}
.trophy h3{
    color:rgba(241,241,241,.5);
    font-size:18px;
}
.trophy-text{
    position:absolute;
    bottom:0;
    right:0;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    padding:4px;
    font-size:18px;
    opacity:0;
}
.trophy-text a{
    color:inherit;
    text-decoration:none;
    width:100%;
}
.trophy:hover .trophy-text{
    opacity:1;
}
/*CONTACT*/
#contact form{
    display:inline-block;
    width:600px;
    border-right:dashed 1px rgba(241,241,241,1);
}
#contact form .formBlock{
    display:block;
    margin:15px 0px;
}
#contact form .formBlock label{
    display:block;
    font-size:18px;
    margin-bottom:10px;
}
#contact form .formBlock input{
    width:350px;
    padding:5px;
    font-family:"roboto";
    border:none;
    background:rgb(150,150,150);
}
#contact form .formBlock input:focus, #contact form .formBlock textArea:focus{
    background:rgba(241,241,241,1);
}
#contact form .formBlock textArea{
    width:500px;
    padding:5px;
    font-family:"roboto";
    height:200px;
    resize:none;
    background:rgb(150,150,150);
    border:none;
}
#contact form .formBlock .captch{
    display:inline-block;
    width:200px;
}
#contact form .formBlock .captch input[type="text"]{
    width:50px;
}
#contact form .formBlock input[type="submit"]{
    display:inline-block;
    width:150px;
    margin-left:150px;
    background:rgba(251,190,47,1);
    border:none;
    font-family:"pornstaracademy";
    font-size:20px;
    color:rgb(41,41,41);
}
#contact form .formBlock input[type="submit"]:hover{
    color:black;
    cursor:pointer;
}
#contact #socialNetwork{
    float:right;
    width:300px;
}
#contact #socialNetwork img{
    width:75px;
    margin-right:10px;
}
