@charset "utf-8";
/* CSS Document */
/****************************************RESET **********************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fielset,img{ border:0;}
address,caption,cite,code,dfn,var{font-style:normal; font-weight: normal;}
ol,ul{list-style:none;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
body{ background-image:url(sources/bg_graphic_gris.png); background-repeat:repeat; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px;}
a{color:#0072bc; cursor:pointer; text-decoration:none;}
.cb{clear:both;}

html, body, bloc-page, #left{
	height:100%;
}
/******************************H2*********************************/
h2{
	font-family: 'LeagueGothicRegular';
	font-size:24px;
	font-weight:normal;
	line-height: 42px;
	color: #62bcda;
	
}
/******************************POLICE EXOTIQUE*********************************/	
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('Fonts/league-gothic/League_Gothic-webfont.eot');
    src: url('Fonts/league-gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/league-gothic/League_Gothic-webfont.woff') format('woff'),
         url('Fonts/league-gothic/League_Gothic-webfont.ttf') format('truetype'),
         url('Fonts/league-gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LektonRegular';
    src: url('Fonts/lekton/Lekton-Regular-webfont.eot');
    src: url('Fonts/lekton/Lekton-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/lekton/Lekton-Regular-webfont.woff') format('woff'),
         url('Fonts/lekton/Lekton-Regular-webfont.ttf') format('truetype'),
         url('Fonts/lekton/Lekton-Regular-webfont.svg#LektonRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LektonBold';
    src: url('Fonts/lekton/Lekton-Bold-webfont.eot');
    src: url('Fonts/lekton/Lekton-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/lekton/Lekton-Bold-webfont.woff') format('woff'),
         url('Fonts/lekton/Lekton-Bold-webfont.ttf') format('truetype'),
         url('Fonts/lekton/Lekton-Bold-webfont.svg#LektonBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/****************************LEFT********************************/	
#left{
	width:30%;
	position:fixed;
	z-index:1;
}
#left.bkg{
	background-image:url(sources/fond.jpg);
	height:100%;
}
#left img{
	float:right;
	margin: 30px 30px 15px 0;
	border: 2px #f2f2f2 solid;
	border-radius:3px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 12px rgba(51,204,255,0.3);
    }
    50% {
        -webkit-box-shadow: 0 0 12px rgba(51,204,255,0.9);
    }
    100% {
        -webkit-box-shadow: 0 0 12px rgba(51,204,255,0.3);
    }
} 
/* 0px de décalage en x, 0px de décalage en y, 12px de flou et la valeur en RGBA soit RedGreenBlueAlpha donc le 0.5 pour 50% d'opacité */
#left a:hover img{
    -webkit-box-shadow: 0px 0px 12px rgba(51,204,255,0.7);
    -moz-box-shadow: 0px 0px 12px rgba(51,204,255,0.7);
    box-shadow: 0px 0px 12px rgba(51,204,255,0.7);
    -webkit-animation: pulse 1.8s infinite ease-in-out;
}
ul#nav{
	font-family: 'LeagueGothicRegular';
	text-align: right;
	margin: 178px 30px 0 0;
}
ul#nav li a{
	font-size:36px;
	line-height: 42px;
	color: #FFF;
	text-align: right;
	text-transform:uppercase;
}
ul#nav li a:hover{
	color: #62bcda;
}
ul#nav li a.active{
	color: #62bcda;
}
.sousnav{
    font-size:24px;
    line-height: 42px;
    color: #FFF;
    text-align: right;
    text-transform:uppercase;
}
.sousnav:hover{
    color: #62bcda;
}
.sousnav.active{
    color: #62bcda;
}
/*****************************RIGHT ****************************/	
#right{
	width:70%;
	float:right;
	overflow:visible;
}
#right img.fleche-ht{
	margin-left: 240px;
	margin-bottom:8px;
}
.page{
	width: 600px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}
.page h2{
	text-align:right;
	line-height:30px;
}
.sub-title{
	text-align: right;
	font-size: 12px;
	color: #f2f2f2;
	display: block;
	border-bottom: 10px solid #f2f2f2;
	padding-bottom: 8px;
	font-family: 'LektonBold';
}

#home{overflow:hidden;}
#home img{float:left;}

#face{
	float:left;
	width:100px;
	height:200px;
}
#home img.face{
	border: 2px #000000 solid;
	border-radius:3px;
	margin-top: 35px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

#home img.cv{
	width:32px;
	height:32px;
	opacity:0.5;
	margin-top: 5px;
	
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

#home img.cv:hover, #home img.cv:focus{
	
	-webkit-transform: scale(1.1) rotate(-10deg);
    -moz-transform: scale(1.1) rotate(-10deg);
    -o-transform: scale(1.1) rotate(-10deg);
    transform: scale(1.1) rotate(-10deg);
	opacity:1;
}

.bloc-title img{
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;

}
.bloc-title img:hover{
	-webkit-transform: scale(1.1) rotate(-10deg);
    -moz-transform: scale(1.1) rotate(-10deg);
    -o-transform: scale(1.1) rotate(-10deg);
    transform: scale(1.1) rotate(-10deg);
}
.about-text{
	float:left;
	width:475px;
	padding-top:30px;
	padding-left:20px;
}
.about-text h3{
	font-family: 'LeagueGothicRegular';
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	color:#62bcda;
	text-transform:uppercase;
	padding-bottom:20px;
}
.about-text p{
	font-size: 14px;
	line-height:20px;
    color:#555555;
	text-align:justify;
	font-family: 'LektonBold';
	
}
.separator{
	border-bottom: 1px dashed #62bcda;
	height:10px;
	margin-bottom:20px;
	margin-top:20px;
}
/**************************#RIGHT HOME BLOC************************/

.bloc{width:600px;}

.bloc-wrap{
	
	float:left;
	width:179px;
	margin-right:20px;
	margin-bottom:30px;
}
.last-bloc{
	float:left;
	width:179px;
	margin-right:20px;
	margin-bottom:30px;

}
.bloc-title{
	background-image: url(sources/fondtext-home.png);
	background-repeat:no-repeat;
}
.bloc-title h4{
	font-family: 'LeagueGothicRegular';
	font-weight:normal;
	font-size: 18px;
	line-height:22px;
	color:#62bcda;
	text-transform:uppercase;
	padding-top:20px;
	padding-left: 10px;
	text-shadow: 0px 0px 3px  #FFFFFF;
}
.bloc-title p{
	position: relative;
	display: block;
	height: 100px;
	font-size: 12px;
	line-height: 16px;
	color: #555555;
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
	font-family: 'LektonBold';
}
.bloc-title .more{
	background-color:#62bcda;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	
}
.bloc-title .more:hover{
	background-color: #FC83EA;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 6px 2px 10px;
}

/*****************************DEMO****************************/
#demo{width:600px;}
#demo h2{
	font-family: 'LeagueGothicRegular';
	font-weight:normal;
	font-size: 24px;
	line-height:22px;
	color:#62bcda;
	text-align:right;
	text-transform:uppercase;
	padding-top:20px;
	padding-left: 10px;
}
#shadows-curve{
	
	position: relative;  
    display: inline-block;  
    
    border: 8px #FFFFFF solid;

    width: 550px;  
    height: 366px;  
  
    font-size: 1.5em;  
    line-height: 3em;  
    font-family: 'LektonBold';
    text-align: center;
	margin-top:40px;


	background: -webkit-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -moz-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -ms-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -o-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
	box-shadow: 0 0 3px rgba(0,0,0, 0.2);
}
#shadows-curve:before,#shadows-curve:after{
	content:"";
	position:absolute;
	display:block;
	bottom:11px;
	width: 50%;
	height: 20px;

	background: rgba(0,0,0,0.1);
	z-index: -10;
	
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.5);
	box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.5); 
}
#shadows-curve:before {
	
	left:0;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}
#shadows-curve:after {
	
	right:0;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}  

 /*****************************PORTFOLIO****************************/
#portfolio h2{
	font-family: 'LeagueGothicRegular';
	font-weight:normal;
	font-size: 24px;
	line-height:22px;
	color:#62bcda;
	text-align:right;
	text-transform:uppercase;
	padding-top:20px;
	padding-left: 10px;
} 
.content{
	 padding-top:40px;
	 overflow:hidden;
 }
.content li{
	 float:left;
	 margin-right:25px;
	 margin-bottom:14px;
	 border:3px solid #8c8c7c;
	 background-color: #8c8c8c;
	 border-radius:3px; 
 }
.content li.last{
	 margin-right:0px;
}
.content li a{
	width:177px;
	height:175px;
	display:block;
	
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;

}
.content li a:hover{
	-webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
	
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); 
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
.more{
	background-color:#62bcda;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	
}
.bloc-portfolio{
    color: #555555;
    font-family: "LektonBold";
    font-size: 12px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-top: 8px;
    text-align: left;
}
/*****************************SKILLS****************************/

.skills{
	margin-top:35px;
	float:left;

}
#skills h2{
    font-family: 'LeagueGothicRegular';
    font-weight:normal;
    font-size: 24px;
    line-height:22px;
    color:#62bcda;
    text-align:right;
    text-transform:uppercase;
    padding-top:20px;
    padding-left: 10px;
}
/*#skills h3{
    margin-top:35px;
    margin-left:300px;
    text-align:left;
    font-family:'LeagueGothicRegular';
    font-weight:normal;
    font-size:22px;
    line-height:22px;
    color:#62bcda;
    text-transform:uppercase;
}*/
.competences_gche{
    margin-top: 20px;
    width: 50%;
    float: left;
}
.competences_dte{
    margin-top: 20px;
    width: 50%;
    float: right;
}
.competences_gche h4{
    /*margin-left:300px;*/
    text-align:left;
    font-family:'LeagueGothicRegular';
    font-weight:normal;
    font-size:18px;
    line-height:12px;
    color:#62bcda;
    text-transform:uppercase;
}
.competences_dte h4{
    /*margin-left:300px;*/
    text-align:left;
    font-family:'LeagueGothicRegular';
    font-weight:normal;
    font-size:18px;
    line-height:12px;
    color:#62bcda;
    text-transform:uppercase;
}
.contenu{
	font-size:12px;
	line-height:18px;
	color:#555555;
	margin-top:8px;
	margin-bottom:8px;
	text-align: left;
	font-family: 'LektonBold';
}
#skills .more{
	background-color:#62bcda;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 6px 2px 6px;
}
#bt_logiciels_adobe{
	padding-top:5px;
}

img.bounce {display:block; padding-top: 5px; margin-right:15px; float: left; }
img:hover.bounce {display:block; padding-top: 0px; float: left;
    -webkit-box-shadow: 2px 2px 5px rgba(51,204,255,0.5);
    -moz-box-shadow: 2px 2px 5px rgba(51,204,255,0.5);
    box-shadow: 2px 2px 5px rgba(51,204,255,0.5);}

 /*****************************CONTACT****************************/
#contact h2{
	font-family: 'LeagueGothicRegular';
	font-weight:normal;
	font-size: 24px;
	line-height:22px;
	color:#62bcda;
	text-align:right;
	text-transform:uppercase;
	padding-top:20px;
	padding-left: 10px;
}  
#contact .bloc{
	 float:left;
	 padding-top:40px;
	 width:400px;
}
#contact .bloc h3{
	font-family:'LeagueGothicRegular';
	font-weight:normal;
	font-size:22px;
	line-height:22px;
	color:#62bcda;
	text-align:left;
	text-transform:uppercase;
}
#contact .bloc p{

	font-size:12px;
	line-height:18px;
	color:#8c8c8c;
	font-weight:bold;
	
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;

}
label{
	font-size:12px;
	float:left;
	color:#828282;
	width:70px;
	padding-top:4px;
}
.text{
	color:#828282;
	width:255px;
	margin-bottom:20px;
	padding:3px;
}
.submit{
	cursor:pointer;
	border:none;
	background:#62bcda;
	color:#FFF;
	margin-bottom:20px;
	padding:4px;
	margin-left:70px;
}
.reset{
	cursor:pointer;
	border:none;
	background:#62bcda;
	color:#FFF;
	margin-bottom:20px;
	padding:4px;
	margin-left:15px;
}
/******ME JOINDRE****/

#contact .bloc-last{
     margin-right:0px;
     float: right;
     padding-top:40px;
     width:168px;
}
#contact .bloc-last h3{
	font-family:'LeagueGothicRegular';
	font-weight:normal;
	font-size:22px;
	line-height:22px;
	color:#62bcda;
	text-align:left;
	text-transform:uppercase;
}
#contact .bloc-last p{

	font-size:12px;
	line-height:18px;
	color:#8c8c8c;
	font-weight:bold;
	
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;

}
a.facebook{
	width:80px;
	height:80px;
	display:inline-block;
	background-image:url(sources/icone_facebook.png);
	
}
a.facebook:hover{
	background-image: url(sources/icone_facebook_hover.png);
}
a.remixjobs{
	width:80px;
	height:80px;
	display:inline-block;
	background-image:url(sources/icone_remixjobs.png);
	
}
a.remixjobs:hover{
	background-image: url(sources/icone_remixjobs_hover.png);
}
a.viadeo{
	width:80px;
	height:80px;
	display:inline-block;
	background-image:url(sources/icone_viadeo.png);
	
}
a.viadeo:hover{
	background-image: url(sources/icone_reseau_hover.png);
}
a.monster{
	width:80px;
	height:80px;
	display:inline-block;
	background-image:url(sources/icone_monster.png);
	
}
a.monster:hover{
	background-image: url(sources/icone_monster_hover.png);
}
.asterix{
    color: darkred;
}
.couleur_bold{
    font-weight: bold;
    font-style: italic;
}
/*********************************FOOTER******************************/

footer{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
