@charset "UTF-8";
/* CSS Document */




/* couleurs
-------------------------------------------------------------- */

.darkblue{
	color: rgb(0,0,150);
}

.blue a:hover{
	color: rgb(0,100,200);
}

.blue .nav{
	color: rgb(0,100,200);
}

.blue .current{
	color: rgb(0,100,200); 
}

.b{
	color: rgb(0,100,200);
}

.green a:hover{
	color: rgb(0,160,90);
}

.green .nav{
	color: rgb(0,160,90);
}

.g{
	color: rgb(0,160,90);
}

.red a:hover{
	color: rgb(210,0,0);
}

.red .nav{
	color: rgb(210,0,0);
}

.r{
	color: rgb(210,0,0);
}

.yellow a:hover{
	color: #ff9200;
}

.y{
	color: #ff9200;
}

.yellow .nav{
	color: #ff9200;
}

.nav{
	color: #000;
}

.grey a:hover{
	color: rgb(180,180,180);
}

.grey.nav{
	color: rgb(180,180,180);
}




/* styles generaux
-------------------------------------------------------------- */

body{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	letter-spacing:1px;
	margin:0px;
	color: #000;
	font-weight: 400;	
}


a{
	text-decoration: none;
	color: inherit;
}

a:visited{
	text-decoration: none;
	color: inherit;
}

b{
	font-weight: 600;
}

strong{
	font-weight: 600;
}

.titre{
	position: fixed;
	padding:30px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 23px;
	z-index: 998;
	height: 60px;
	width: 140px;
	color: #000;
	letter-spacing: 0.01em;
	padding-top: 40px;
	padding-left: 40px;
	border: none;
}

.home.titre{
    position: absolute;
}

.titre img{
	border: none;
}

a img{
	border: none;
}


.menu{
	position: fixed;
	top: 90px;
	padding: 30px;
	padding-top: 25px;
	background-color: #fff;
	list-style: none;
	clear: both;
	z-index: 999;
	width: 140px;
	height: 1000px;
	letter-spacing: 0.05em;
	padding-left: 40px;
}

.menu li{
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 16px;
	line-height: 16px;
}

li.first{
	margin-top: 16px;
}

li.blue{
	margin-bottom: 0px;
}

li.green{
	margin-bottom: 0px;
}

li.red{
	margin-bottom: 0px;
}

li.yellow{
	margin-bottom: 0px;
}

.menu h1{
	font-family: inherit;
	position: relative;
	float: left;
	clear: both;
	margin: 0px;
	font-size: inherit;
	font-weight: 400;
}


.portfolio{
	position: relative;
	float: left;
	width: 650px;
	left: 215px;
	top: 130px;
	font-weight: 300;
}

.grille{
	position: relative;
	float: left;
	width: 840px;
	left: 40px;
	top: 130px;
	font-weight: 300;
}

.col-1{
    display: block;
    position: relative;
    float: left;
    width: 260px;
    height: 173px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.col-1 img{
    width: 100%;
}


h2{
    color: #000;
    text-align: center;
    margin: 0px;
    font-size: inherit;
}

.home-img-bckgrnd{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.layout {
display: table;
height: 100%;
text-align: center;
width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    
}

.layout.visib{
    opacity: 1;
}

.layout:hover{
   opacity: 1;
}

.layout-wrapper {
display: table-cell;
vertical-align: middle;
width: 100%;
}

.layout-content {
display: inline-block;
}

.link-home{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.full{
    position: relative;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
}

.portfolio.sing{
	top:128px;
}

.titre-portfolio{
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
	margin-bottom: 18px;
	letter-spacing: 2px;
}

.port{
	letter-spacing: 2px;
}

.commande{
	position: relative;
	float: left;
	width: 990px;
	left: 210px;
	top: 120px;
}

.img-com{
	position: relative;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.actu{
	position: absolute;
	top: 126px;
	left: 940px;
	width: 270px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.actu h1{
	position: relative;
	float: left;
	clear: both;
	margin: 0px;
	font-size: inherit;
	margin-bottom: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 16px;
}

.actu ul{
	list-style: disc;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	padding-left: 17px;
}

.actu li{
	margin-bottom: 16px;
}

.actu a:hover{
	text-decoration: underline;
}

.container{
	position: absolute;
	z-index: 0;
	top: 122px;
	left: 240px;
}

td{
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
}

.post{
	margin-right: 30px;
}

.texte-projet{
	position: absolute;
	left: 940px;
	top: 127px;
	min-width: 270px;
	max-width: 400px;
	margin-right: 30px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.texte{
	width: 400px;
	margin-right: 40px;
	margin-top: -4px;
}

.about{
	top: 127px;
	margin-right: 30px;
	max-width: 700px;
}

.contact{
	top: 130px;
	margin-right: 30px;
	max-width: 700px;
}

.texte-projet p{
	margin: 0px;
	margin-bottom: 16px;
}

h1{
	position: relative;
	float: left;
	clear: both;
	margin: 0px;
	font-size: inherit;
	margin-bottom: 16px;
	width: 100%;
}

.about p{
	font-weight: 300;
	letter-spacing: 0.05em;
}

.about h1{
	font-weight: 400;
}

p{
	margin: 0px;
	margin-bottom: 16px
}

.about ul{
	margin: 0px;
	padding: 0px;
	list-style:disc;
	list-style-position: outside;
	position: relative;
	float: left;
}

.about ul li{
	margin-left: 20px;
}


.legende{
	margin-top: 5px;
	font-size: 11px;
}

.legende-scroll{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 5px;
	font-size: 11px;
	font-weight: 300;
}






.bx-wrapper{
	position: relative;
	float: left;
	width: 700px;
	margin: 0px;
}

.bx-controls-direction{
	width: auto;
	position: relative;
	float: left;
	margin-top: 6px;
}

#slide-counter{
	position: relative;
	float: right;
	width: auto;
	margin-top: 0px;
	line-height: 12px;
	margin-bottom: 8px;
}

.slider-next{
	cursor: pointer;
}

.bx-controls {
display: block;
position: absolute;
top: 0px;
margin-top: -28px;
}

.bx-viewport{
	margin-top: 2px;
}