@charset "utf-8";
/* CSS Document */
body {
	font-family: 'bebas_neuebook', "sans serif";
	background-color:#D5D7D8;/*#1C4F66;*/
}
@font-face {
	font-family: 'bebas_neue_regularregular';
	src: url('../fonts/bebasneue_regular-webfont.eot');
	src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'), url('../fonts/bebasneue_regular-webfont.woff') format('woff'), url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'), url('../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bebas_neuelight';
	src: url('../fonts/bebasneue_light-webfont.eot');
	src: url('../fonts/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_light-webfont.woff2') format('woff2'), url('../fonts/bebasneue_light-webfont.woff') format('woff'), url('../fonts/bebasneue_light-webfont.ttf') format('truetype'), url('../fonts/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bebas_neuebold';
	src: url('../fonts/bebasneue_bold-webfont.eot');
	src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('../fonts/bebasneue_bold-webfont.woff') format('woff'), url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'), url('../fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bebas_neuebook';
	src: url('../fonts/bebasneue_book-webfont.eot');
	src: url('../fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_book-webfont.woff2') format('woff2'), url('../fonts/bebasneue_book-webfont.woff') format('woff'), url('../fonts/bebasneue_book-webfont.ttf') format('truetype'), url('../fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
	font-weight: normal;
	font-style: normal;
}
.clear {
	clear: both;
}
#wrapper {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	height: 2800px;
}
a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1.125em;
}
#fixe_header {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
}
#accueil {
	width: 100%;
	height: 750px;
	background-image: url(../images/bg_accueil.jpg);
	background-repeat: no-repeat;
}
/*header nav ul {
	margin-top: 5px;
}*/
#logo_lb {
	height: 81px;
	width: 63px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 230px;
	margin-bottom: 20px;
}
#accueil h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-family: 'bebas_neuebold';
	font-size: 4.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 4px;
}
.light {
	font-family: 'bebas_neuelight';
	color: #FFF;
}
#accueil h2 {
	color: #1C4F66;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 17.7px;
	font-size: 2.5em;
	margin-left:8px;
}
nav {
	width: 1000px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
header {
	width: 1300px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px #333;
	-webkit-box-shadow: 0px 2px 5px #333;
	box-shadow: 0px 2px 5px #333;
	
}
header nav ul li {
	display: inline;
	padding-left: 155px;
	float: left;
	margin-top: 6px;
}
nav li a {
	display: inline-block;
	padding: 12px;
	border: none;	/**color:#444;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px 0 0;**/
}
nav li a:hover, nav li a:focus, nav li a:active, nav li.active a,  nav ul:hover li.active a:hover {
	/*background:rgba(28,79,102,1);*/
	
	background: rgba(255,255,255,0.5);
	border: none;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	
	
	/*width: 40px;
    height: 40px;*/
    /*border: 2px solid #fff;*/
    /*-webkit-border-radius: 40px;
    -moz-border-radius:    40px; 
    border-radius:         40px;*/
	
	
	
	
}
/*nav ul:hover li.active a {
	background:transparent;

}*/

#portfolio {
	width: 100%;
	height: 750px;
	background-image: url(../images/bg_portfolio.jpg);
	background-repeat: no-repeat;
}
#retour {
	background-color: #0F0;
	float: left;
}
.theme {
	float: left;
	margin-top: 340px;
	margin-left: 390px;
}
.theme a {
	/**padding: 6px 6px 6px 6px;**/
	border: none;
	display: inline;
}
.theme a p {
	font-size: 25px;
	color: #C6A700;
	text-align: center;
	font-weight: bold;
	position: relative;
	top: 46px;
}
.theme a p:hover {
	color: #1C4F66;
}
#projets {
	margin-top: 150px;
	float: left;
	margin-left: 44px;
}
#parcours {
	width: 100%;
	height: 750px;
	background-image: url(../images/bg_parcours.jpg);
	background-repeat: no-repeat;
}
#contact {
	background: url(../images/bg_contact.jpg) no-repeat;
	width: 100%;
	min-height: 1000px;
}
.domaine {
	float: left;
	height: 250px;
	width: 300px;
	text-align: center;
	color: #FFF;
}
.domaine h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 5px;
}
.domaine ul li {
	font-size: 18px;
	margin-bottom: 10px;
}
#logiciels {
	padding-top: 245px;
	padding-left: 445px;
}
#contact ul li {
	display: inline;/*margin-left: 30px;*/
}
.domaine p {
	float: left;
	width: 500px;
}

.webprint{
	float: left;
	text-indent: -9000px;
	width: 75px;
	height: 75px;
}
#web {
	/*margin-left: 68px;*/
	background-image: url(../images/icone_webprint.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	-webkit-trasform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}
#web:hover {
	background-image: url(../images/icone_webprint.png);
	background-repeat: no-repeat;
	background-position: 0px -75px;
	transform-origin: 50 50;
	-webkit-trasform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#print {
	
	background-image: url(../images/icone_webprint.png);
	background-repeat: no-repeat;
	background-position: -75px 0px;
	-webkit-trasform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}
#print:hover {
	background-image: url(../images/icone_webprint.png);
	background-repeat: no-repeat;
	background-position: -75px -75px;
	transform-origin: 50 50;
	-webkit-trasform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	
	
	
}

/*#parcours #web {
	margin-left: 75px;
	padding-top: 160px;
}
#parcours #print {
	
	margin-left: 950px;
	padding-top: 25px;
}*/
#parcours #stage {
	padding-top: 100px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	float: left;
	padding-left: 400px;
}
#parcours #stage h3 img {
	margin-top: 20px;
}
.moncv{
	width: 40%;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	}

.moncv:hover {
	color: #1C4F66;
	background: rgba(255,255,255,1);
	border: none;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
}
#contact #loisirs {
	padding-top: 240px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	width: 650px;
	float: left;
}
#contact #loisirs ul {
	display: inline;
	float: left;
	width: 510px;
	padding-top: 20px;
}
#contact #loisirs ul li {
	margin-left: 150px;
}
.txt_contact {
	color: #FFF;
	font-size: 16px;
	margin-top: 20px;
	float: left;
	margin-left: 140px;
	letter-spacing: 1px;
}
#contact #mail {
	padding-top: 300px;
	width: 400px;
	float: left;
	padding-left: 250px;
}
#contact #loisirs #textes_contact {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
.color {
	color: #1c4f66;
}
/*.reseaux {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding-left:21px;
	margin-top:40px;
	margin-bottom:50px;
}*/
.reseaux-icones {
	float: left;
	text-indent: -9000px;
	width: 42px;
	height: 42px;
}
#pinterest {
	margin-left: 68px;
	/*margin-right: 68px;*/
	background-image: url(../images/pinterest.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#pinterest:hover {
	background-image: url(../images/pinterest.png);
	background-repeat: no-repeat;
	background-position: 0px -42px;
}
#linkedin {
	/*margin-right: 80px;*/
	background-image: url(../images/linkedin.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#linkedin:hover {
	background-image: url(../images/linkedin.png);
	background-repeat: no-repeat;
	background-position: 0px -41px;
}
#cv {
	margin-left: 250px;
	margin-top: 20px;
	background-image: url(../images/cv.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#cv:hover {
	background-image: url(../images/cv.png);
	background-repeat: no-repeat;
	background-position: 0px -41px;
}
.adressmail {
	font-family: 'bebas_neue_regularregular';
	color: #fff;
	text-align: center;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 1.5em;
	text-align: center;
	width: 100%;
}
.adressmail:hover {
	color: #1C4F66;
}
#contact #courriel {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	float: left;
	margin-top: 180px;
}
