@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;background-color:#FFFFFF;}
table {border-collapse: collapse;border-spacing: 0;}

#header {
	max-width:1024px;
	height:150px;
	margin:0 auto;
	text-align:center;
}

#logo {
	display:inline-block;
}

#logo img {
	vertical-align: middle;
}

#logo p {
	font-family: Montserrat, Arial, sans serif;
	font-size: 12px;
	color: #808079;
	display: inline-block;
	vertical-align:middle;
	text-align:left;
	margin-left: 20px;
}

#logo a {
	text-decoration:none;
}


#navleft {
	height: 150px;
	width:320px;
	margin:0 auto;
	line-height:150px;
	text-align:left;
	float:left;
	display:inline-block;
}

#navleft ul {
	list-style:none;
	vertical-align:middle;
	display: inline-block;
}

#navleft ul li {
	display:inline;
	font-family: Montserrat, Arial, sans serif;
	font-size: 12px;
	color: #808079;
	text-align:left;
	}


#navleft a {
	text-decoration:none;
	color: #808079;
}

#navright {
	height: 150px;
	width:320px;
	margin:0 auto;
	line-height:150px;
	text-align:right;
	float:right;
	display:inline-block;
}

#navright ul {
	list-style:none;
	vertical-align:middle;
	display: inline-block;
}

#navright ul li {
	display:inline;
	font-family: Montserrat, Arial, sans serif;
	font-size: 12px;
	color: #808079;
	text-align:left;
	}


#navright a {
	text-decoration:none;
	color: #808079;
}

#navright img {
	vertical-align:middle;
	margin-top:-2px;
	margin-right:20px;
}

#content {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 150px;
    margin-bottom: 50px;
	float:none;
	text-align:left;
	font-family: Montserrat, Arial, sans serif;
	font-size: 12px;
	color: #808079;
	line-height:14px;
	letter-spacing:0.5px;
}

.italique {
	font-style: italic;
}

#content-projets {
	width:100%;
	margin-top: 50px;
	float:none;
}

.projet {
	float:left;
	margin-left:50px;
}

.projet p {
	margin-top:15px;
}

.projet a {
	text-decoration:none;
	color: #808079;
}

#projet1 {
	margin-left:0;
}

#content-projets-single {
	max-width:1074px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
    margin-bottom:50px;
	float:none;
	text-align:center;
	font-family: Montserrat, Arial, sans serif;
	font-size: 12px;
	color: #808079;
	line-height:14px;
	letter-spacing:0.5px;
}


#about {
	width:1074px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
    margin-bottom:50px;
	float:none;
	text-align:center;
	font-family: Montserrat, Arial, sans serif;
	font-size: 12px;
	color: #808079;
	line-height:14px;
	letter-spacing:0.5px;
}

.bxslider p {
	margin-top:15px;
}

.bxslider { display:inline; }

#slider { max-width:1024px; text-align:center; margin:auto;}

#slider-prev {float:left; height:100%;line-height:600px;}
#slider-next {float:right; height:100%;line-height:600px;}

#controls {
	float:right;
}


@media (max-width: 1100px) {
	
#header {
	width:100%;
	height:150px;
	margin:0 auto;
	text-align:center;
}

#navleft, #navright {
	height: 30px;
	width:100%;
	margin:0 auto;
	line-height:50px;
	text-align:center;
	display:block;
}

#about {
	width:100%;
	margin-top:90px;
    margin-bottom:50px;
	text-align:center;
	font-family: Montserrat, Arial, sans serif;
	font-size: 12px;
	color: #808079;
	line-height:14px;
	letter-spacing:0.5px;
}

#content-projets-single {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:90px;
    margin-bottom:50px;
	float:none;
	text-align:center;
	font-family: Montserrat, Arial, sans serif;
	font-size: 12px;
	color: #808079;
	line-height:14px;
	letter-spacing:0.5px;
}

#slider { max-width:100%; text-align:center; margin:auto;}
#slider img { max-width:100%; text-align:center; margin:auto;}
#slider-prev {display:none;}
#slider-next {display:none;}


}


.bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc!important;
    -webkit-box-shadow: 0 0 0px #ccc!important;
    box-shadow: 0 0 0px #ccc!important;
}