/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/

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;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------FIN RESET CSS-----*/





/*-------MOBILE ONLY-------*/

#icone_mobile{
display: none;
}

/*-------FIN MOBILE ONLY-------*/



/*--------GÉNÉRAL---------*/

.clear{
clear: both;
}

.bold{
font-weight: bold;
}

span.dot {
padding: 0 1%;
}

.separation_hr {
margin: 5%;
height: 10px;
background: transparent url('../images/separation_hr.png') repeat-x 0 0;
}

.exposant {
position: relative;
bottom: 1px;
font-size: .6em;
line-height: .8em;
vertical-align:super;
text-decoration:none;
}

body{
position: relative;
font-family: 'Open Sans', sans-serif;
}

.wrapper{
position: relative;
margin: 0 auto;
width: 100%;
max-width: 1100px;
}

.section{
padding-top: 55px;
}

/*--------FIN GÉNÉRAL---------*/



#header{
position: relative;
background-color: #ebebeb;
}

#logo{
position: relative;
background-color: #ebebeb;
float: none;
width: 100%;
text-align: center;
}

#logo > a > img{
max-width: 100%;
}

/*----------NAV----------*/
#nav {
position: relative;
float: none;
width: 100%;
font-family: 'Open Sans', sans-serif;
text-align: center;
}

#nav ul{
position: relative;
}

#nav ul li{
display: inline;
}

#nav ul li a {
display: inline-block;
text-decoration: none;
color: #000;
font-size: 11px;
text-transform: uppercase;
padding: 55px 2%;
font-weight: bold;
}

#nav ul li a:hover, #nav ul li a.active{
background-color: #E6E6E6;
}

/*----------FIN NAV----------*/


/*-----OVERWRITE SLIDER----*/

#slider{
position: relative;
width: 100%;
background-color: #6D6D6D;
visibility: hidden;
margin: 0 0 2%;
}

.bx-wrapper {
position: relative;
margin: 0 auto 0px;
padding: 0;
}

.bx-wrapper img {
max-width: 100%;
display: block;
width: 100%;
}

.bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
box-shadow: 0 0 0;
border: none;
left: 0;
background:none;
clear: both;
}

.bx-wrapper .bx-caption {
left: 10%;
bottom: 0;
text-align: center;
padding-bottom: 30px;
background: none;
}

.bx-wrapper .bx-caption span, .bx-wrapper .bx-caption span.big_caption {
bottom: 181px;
font-size: 33px;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
margin: 0 auto;
color: #fff;
font-weight: 900;
text-align: left;
padding: 10px 0 0 15px;
text-shadow: 2px 2px 2px #000;
}

.bx-wrapper .bx-caption span.big{
font-size: 60px;
padding: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -25px;
width: 100%;
left: 0;
z-index: 999;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
padding-right: 6px;
}

.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #a2a2a2;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #b3262c;
}

.bx-wrapper .bx-pager.bx-default-pager a {
background: #000;
text-indent: -9999px;
display: block;
width: 25px;
height: 5px;
margin: 0 2px;
outline: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 61px;
height: 61px;
text-indent: -9999px;
z-index: 9999;
}

.bx-wrapper .bx-prev {
left: 10px;
background: url(../images/slider_prev.jpg) no-repeat;
}

.bx-wrapper .bx-next {
right: 10px;
background: url(../images/slider_next.jpg) no-repeat;
}

.bx-wrapper .bx-next:hover {
background-position: 0;
}

/*-----FIN OVERWRITE SLIDER----*/


/*--------FOOTER-------*/

#footer {
background-color: #000;
color: #fff;
padding: 5% 0;;
text-align: center;
font-size: 12px;
line-height: 1.6;
}

#footer > p{
padding: 0 5%;
}

#footer > p > a {
color: #fff;
text-decoration: none;
}

/*--------FIN FOOTER-------*/





/*---------SIGNATURE_A-----------------*/

#signature_a{
text-align: center;
padding: 10% 0;
}

#signature_a h1{
font-size: 30px;
padding: 0 5%;
font-style: italic;
}

#signature_a div.separateur{
border-bottom: 2px solid #363636;
width: 50%;
margin: 20px auto;
}

#signature_a p {
font-size: 18px;
line-height: 1.4;
padding: 0 5%;
max-width: 900px;
margin: 0 auto;
}

/*---------FIN SIGNATURE_A-----------------*/





/*---------EXPERTISE_A-----------------*/

#expertise_a {
text-align: center;
padding: 10% 0 0;
background-color: #243354;
color: #FFFFFF;
}

#expertise_a h2 {
padding-bottom: 5%;
letter-spacing: 0;
font-weight: 800;
text-align: center;
font-size: 28px;
text-transform: uppercase;
}

#expertise_a p {
font-size: 16px;
line-height: 1.4;
max-width: 900px;
margin: 0 auto;
padding: 1% 5% 10%;
}

#expertise_a h4 {
font-size: 20px;
font-weight: bold;
}

#expertise_a img{
max-width: 100%;
margin: 5% 0;
}
/*---------FIN EXPERTISE_A-----------------*/







/*---------SERVICES_A-----------------*/

#services_a{
text-align: center;
padding: 10% 0;
}

#services_a h2 {
padding-bottom: 5%;
letter-spacing: 0;
font-weight: 800;
text-align: center;
color: #b3262c;
font-size: 28px;
text-transform: uppercase;
}

.services_separateur {
padding: 0 5% 15%;
}

.services_separateur > div {
height: 14px;
border-bottom: 1px solid #1d357f;
float: left;
width: 35%;
}

.services_separateur > div:nth-child(2) {
border: none;
width: 30%;
}

.services_separateur > div:nth-child(2) img{
width: 40%;
}

#services_a p{
font-size: 16px;
line-height: 1.4;
padding: 5%;
}

#services_a ul {
font-size: 16px;
line-height: 1.2;
text-align: left;
padding: 2% 10%;
list-style-image: url('../images/list_bullet.jpg'); 
}

#services_a ul li{
padding: 3% 0 3% 2%;
}

/*---------FIN SERVICES_A-----------------*/







/*---------PROPOS_A-----------------*/

#propos_a {
text-align: center;
padding: 10% 0;
color: #000;
}

#propos_a h2 {
padding-bottom: 5%;
letter-spacing: 0;
font-weight: 800;
text-align: center;
color: #b3262c;
margin-bottom: 5px;
font-size: 28px;
text-transform: uppercase;
}


#propos_a p {
font-size: 16px;
line-height: 1.4;
padding: 5%;
}

#propos_a img{
max-width: 100%;
}

/*---------FIN PROPOS_A-----------------*/






/*---------REALISATIONS_A-----------------*/

#realisations_a{
text-align: center;
padding: 10% 0;
}

#realisations_a h2 {
letter-spacing: 0;
font-weight: 800;
text-align: center;
color: #b3262c;
margin-bottom: 5px;
font-size: 28px;
text-transform: uppercase;
}


#realisations_a p {
font-size: 16px;
line-height: 1.4;
margin: 0 auto;
padding: 5% 5% 0;
}

#realisations_a a {
background-color: #b3262c;
color: #FFFFFF;
padding: 5% 0;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
border-radius: 5px;
display: block;
width: 40%;
margin: 6% auto 0;
}

/*---------FIN REALISATIONS_A-----------------*/



/*---------CONTACT_A-----------------*/

#contact_a{
text-align: center;
padding: 10% 0 0;
background-color: #243354;
color: #FFFFFF;
}

#contact_a h2{
letter-spacing: 0;
font-weight: 800;
text-align: center;
color: #fff;
font-size: 28px;
text-transform: uppercase;
padding-bottom: 10%;
}

#contact_a > div > div{
padding: 5% 0;
}

#contact_a h3 {
font-weight: 800;
text-align: center;
color: #fff;
font-size: 22px;
text-transform: uppercase;
padding-bottom: 5px;
}

#contact_a a {
display: block;
line-height: 1.4;
font-size: 18px;
text-decoration: none;
font-weight: 600;
color: #fff;
}

#contact_a p {
font-size: 22px;
padding: 2%;
font-weight: bold;
}

/*---------FIN CONTACT_A-----------------*/




/*empty div for mobile nav*/
@media all and ( min-width: 600px ){
.section {
display: none;
}
}

/*--------------------------------------------------------------------------------------------*/




@media all and ( max-width: 600px ){


#icone_mobile {
display: block;
background-color: #000;
height: 55px;
position: fixed;
width: 100%;
z-index: 9999;
}

#icone_mobile div.icone{
float: left;
width: 33%;
text-align: center;
padding: 2% 0;
cursor: pointer;
}

#icone_mobile div.icone a{
color: #fff;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size: 9px;
text-transform: uppercase;
font-weight: bold;
}

#icone_mobile div.icone a img{
display: block;
margin: 0 auto;
}

#logo{
width: 100%;
text-align: center;
padding: 2% 0;
}


#nav {
display: none;
width: 100%;
text-align: center;
background-color: #2b2b2b;
padding: 20px 0;
position: fixed;
top: 55px;
z-index: 9999;
}

#nav ul li {
display: block;
}

#nav ul li a {
color: #fff;
padding: 0;
font-size: 16px;
width: 50%;
border-bottom: 2px solid #414141;
padding: 10px 0;
}

#nav ul li:last-child a{
padding: 30px 0;
border: none;
}

#nav ul li a:hover, #nav ul li a.active{
background-color: transparent;
color: #ccc;
}

#header {
max-height: 100%;
}

.bx-wrapper .bx-controls-direction a{
display: none;
}


