/* 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---------*/
body{
position: relative;
font-family: 'Roboto', sans-serif;
}
.wrapper{
position: relative;
margin: 0 auto;
width: 100%;
max-width: 1100px;
}
#main{
	background-color: #3D3C41;
}
#main img {
max-width: 100%;
min-width: 100%;
margin-bottom: -2px;
}
.bx-clone {
  display: none;
}
.clear{
clear: both;
}
.bold{
font-weight: bold;
}
.orange{
color: #f37234;
}
.rouge {
color: #9c1f17;
}
span.dot {
padding: 0 1%;
}
.line-through{
    text-decoration: line-through;
}
.exposant {
position: relative;
bottom: 1px;
font-size: .6em;
line-height: .8em;
vertical-align:super;
text-decoration:none;
}
#msg_success {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width: 879px;
z-index: 8888;
background-color: rgb(137, 197, 79);
background-color: rgba(137, 197, 79, 0.90);
color: #fff;
text-transform: uppercase;
font-size: 2.2em;
padding: 49px;
text-align: center;
line-height: 1.2;
font-weight: bold;
display: none;
}
#close_msg {
position: absolute;
top: 10px;
right: 10px;
font-size: 14px;
cursor: pointer;
}
/*--------FIN GÃ‰NÃ‰RAL---------*/




/***********HEADER 1****************/
#header1{
position: relative;
background-color: #d2e0e1;        
}
#header1 #logo{
position: relative;
float: left;
width: 20%;
}
#header1 #logo > a > img{
max-width: 100%;
padding: 5%;
}
/*----------NAV----------*/
#header1 #nav{
position: relative;
float: right;
width: 80%;
text-align: right;
}
#header1 #nav ul{
position: relative;
}
#header1 #nav ul li{
display: inline;
position: relative;
}
#header1 #nav ul li a {
display: inline-block;
text-decoration: none;
color: #000;
font-size: 18px;
text-transform: uppercase;
padding: 8.8% 1.6%;
font-weight: normal;
}
#header1 #nav ul li a:hover, #header1 #nav ul li a.active{
background-color: #f9be40;
color: #fff;
}
/*-----sous-menu----*/
#header1 #nav ul li ul {
position: absolute;
display: none;
margin: 0;
padding: 0;
z-index: 999999;
left: 0;
white-space: nowrap;
min-width: 100%;
text-align: left;
border: 1px solid #222;}
#header1 #nav ul li ul li {
	display: block;
	float:none;
}
#header1 #nav ul li ul li a {
text-decoration: none;
margin: 0;
background-color: #fff;
display: block;
padding: 10px 15px;
border-top: 1px solid #222;
}
#header1 #nav ul li ul li:first-child a{
border:none;
}
#header1 #nav ul li ul li a:hover {
	background-color:#E6E6E6;	
	color: red;
}
#header1 #nav span.arrow_down{
width: 0; 
height: 0; 
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #5A5A5A;
display: inline-block;
vertical-align: middle;
margin: 0 0 0 5px;
}
/*-------fin sous-menu-----*/
/*----------FIN NAV----------*/
/***********FIN HEADER 1****************/






/***********HEADER 2****************/
#header2{
position: relative;
}
#header2{
background: url('../images/h2_main_index.jpg') no-repeat center fixed; 
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisÃƒÆ’Ã‚Â©e */
background-position-y: 0%;
}
#header2.index{
background: url('../images/h2_main_index.jpg') no-repeat center fixed; 
   -webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisÃƒÆ’Ã‚Â©e */
background-position-y: 0px;
}
#header2.propos{
background: url('../images/h2_main_propos.jpg') no-repeat; 
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisÃƒÆ’Ã‚Â©e */
}
#header2.services{
background: url('../images/h2_main_services.jpg') no-repeat; 
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisÃƒÆ’Ã‚Â©e */
}
#header2.realisations{
background: url('../images/h2_main_realisations.jpg') no-repeat; 
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisÃƒÆ’Ã‚Â©e */
}
#header2.contact{
background: url('../images/h2_main_contact.jpg') no-repeat; 
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisÃƒÆ’Ã‚Â©e */
}
#header2 #logo {
position: relative;
width: 46%;
margin: 0 auto;
padding: 15% 0 50%;
float: none;
text-align: center;
}
#header2 #logo.normal_page {
width: 20%;
padding: 7% 0;
}

#header2 #logo > a > img{
display: block;
max-width: 100%;
background-color: #fff;
margin: 0 auto;
}

#header2 #header_2_scrolldown_btn {
cursor: pointer;
}
#header2 #header_2_scrolldown_btn img{
	max-width: 100%;
	width: 15%;
	opacity: 0.8;
		  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#header2 #header_2_scrolldown_btn img:hover, #header2 #header_2_scrolldown_btn img.active{
	width: 20%;
}

/*----------NAV----------*/
#header2 #nav{
position: relative;
text-align: center;
}
#header2 #nav ul{
position: relative;
}
#header2 #nav ul li{
display: inline;
position: relative;
}
#header2 #nav ul li a {
display: inline-block;
text-decoration: none;
color: #000;
font-size: 16px;
text-transform: uppercase;
padding: 5% 2% 1%;
font-weight: bold;
}
#header2 #nav ul li a:hover, #header2 #nav ul li a.active{
background-color: #E6E6E6;
}
/*-----sous-menu----*/
#header2 #nav ul li ul {
position: absolute;
display: none;
margin: 0;
padding: 0;
z-index: 999999;
left: 0;
white-space: nowrap;
min-width: 100%;
text-align: left;
border: 1px solid #222;
}
#header2 #nav ul li ul li {
	display: block;
	float:none;
}
#header2 #nav ul li ul li a {
text-decoration: none;
margin: 0;
display: block;
padding: 10px 15px;
border-top: 1px solid #222;
}
#header2 #nav ul li ul li:first-child a{
border:none;
}
#header2 #nav ul li ul li a:hover {
	background-color:#E6E6E6;	
}
#header2 #nav span.arrow_down{
width: 0; 
height: 0; 
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #5A5A5A;
display: inline-block;
vertical-align: middle;
margin: 0 0 0 5px;
}
/*-------fin sous-menu-----*/
/*----------FIN NAV----------*/
/***********FIN HEADER 2****************/







/***********HEADER 3****************/
#header3{
position: relative;
padding: 4% 0;
background: url('../images/header3_index.jpg');
background-size: cover;
box-shadow: -6px 2px 22px -1px #292929;
}

#header3.index{
	background: url('../images/h3_main_index.jpg');
	background-size: cover;
}
#header3.propos{
	background: url('../images/h3_main_propos.jpg');
	background-size: cover;
}
#header3.services{
	background: url('../images/h3_main_services.jpg');
	background-size: cover;
}
#header3.realisations{
	background: url('../images/h3_main_realisations.jpg');
	background-size: cover;
}
#header3.contact{
	background: url('../images/h3_main_contact.jpg');
	background-size: cover;
}
#header3 #logo {
position: relative;
float: left;
padding: 0;
}
/*----------NAV----------*/
#header3 #nav {
position: relative;
text-align: right;
float: left;
width: 50%;
}
#header3 #nav ul{
padding: 0% 20% 0;
	position: relative;
}
#header3 #nav ul li{
line-height: 2;
position: relative;
}
#header3 #nav ul li a {
text-decoration: none;
color: #000;
font-size: 15px;
text-transform: uppercase;
font-weight: bold;
}
#header3 #nav ul li a:hover, #header3 #nav ul li a.active{
color: #fff;
}
/*----------FIN NAV----------*/
/*-----sous-menu----*/
#header3 #nav ul li ul {
position: absolute;
display: none;
margin: 0;
padding: 0;
z-index: 999999;
right: 0;
white-space: nowrap;
text-align: left;
border: 1px solid #222;}
#header3 #nav ul li ul li {
	display: block;
	float:none;
}
#header3 #nav ul li ul li a {
text-decoration: none;
margin: 0;
background-color: #fff;
display: block;
padding: 0 15px;
border-top: 1px solid #222;
}
#header3 #nav ul li ul li:first-child a{
border:none;
}
#header3 #nav ul li ul li a:hover {
	background-color:#E6E6E6;	
}
#header3 #nav span.arrow_down{
width: 0; 
height: 0; 
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000000;
display: inline-block;
vertical-align: middle;
margin: 0 0 0 5px;
}
/*-------fin sous-menu-----*/
/*----------FIN NAV----------*/
/***********FIN HEADER 3****************/





/***********HEADER 4****************/
#header4{        
position: absolute;    
top: 0;  z-index: 9999;  width: 100%;
}
#header4 #logo{
position: relative;
float: left;
width: 20%;
}
#header4 #logo > a > img{
max-width: 100%;
}
/*----------NAV----------*/
#header4 #nav{
position: relative;
float: right;
width: 80%;
text-align: right;
}
#header4 #nav ul{
position: relative;
}
#header4 #nav ul li{
display: inline;
position: relative;
}
#header4 #nav ul li a {
display: inline-block;
text-decoration: none;
color: #FFF;
font-size: 16px;
text-transform: uppercase;
padding: 2% 0 1%;
margin: 0 1%;
font-weight: bold;
}
#header4 #nav ul li a:hover, #header4 #nav ul li a.active{
border-bottom: 1px solid #FFF;
}
/*-----sous-menu----*/
#header4 #nav ul li ul {
position: absolute;
display: none;
margin: 0;
padding: 0;
z-index: 999999;
left: 0;
white-space: nowrap;
min-width: 100%;
text-align: left;
border: 1px solid #222;}
#header4 #nav ul li ul li {
	display: block;
	float:none;
}
#header4 #nav ul li ul li a {
text-decoration: none;
margin: 0;
background-color: #fff;
display: block;
padding: 10px 15px;
border-top: 1px solid #222;
}
#header4 #nav ul li ul li:first-child a{
border:none;
}
#header4 #nav ul li ul li a:hover {
	background-color:#E6E6E6;	
}
#header4 #nav span.arrow_down{
width: 0; 
height: 0; 
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #5A5A5A;
display: inline-block;
vertical-align: middle;
margin: 0 0 0 5px;
}
/*-------fin sous-menu-----*/
/*----------FIN NAV----------*/
/***********FIN HEADER 4****************/






/***********HEADER 5****************/
#header5{
position: relative;
background-color: #fff;
}
#header5 #logo {
float: left;
width: 25%;
background-color: #fff;
height: 100%;
position: absolute;
left: 0;
text-align: center;
}
#header5 #div_logo_infos > a {
display: block;
padding: 2%;
line-height: 1.2;
text-decoration: none;
color: #4B4B4B;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
#header5 #div_logo_infos > a:hover {
color: red;
}
#header5 #logo > div:first-child{
background-color: #F5F5F5;
}
#header5 #logo > div:first-child  img{
max-width: 100%;
padding:2% 0 10%;
width: 100%;
}
#header5 #div_logo_infos{
background-color: #ccc;
height: 100%;
border-top: 2px solid #302929;
}
#header5 #div_logo_infos > a > img {
display: block;
margin: 11% auto 2%;
width: 14%;
}
#header5 #logo.no_slider{
float: none;
width: 100%;
background-color: #fff;
height: 100%;
position: relative;
text-align: center;
}
#header5 #logo.no_slider > div:first-child img {
max-width: 100%;
padding: 1%;
width: 12%;
}
#header5 #infos_header {
position: relative;
float: right;
width: 20%;
background-color: #E6E6E6;
height: 100%;
max-height: 120px;
padding: 31px 15px;
}
#header5 #infos_header > a{
display: block;
text-align: right;
font-size: 14px;
text-decoration: none;
color: #000;
line-height: 1.5;
}
#header5 #main_and_logo{
background-color: #292424;
position: relative;
width: 100%;
}
/*----------NAV----------*/
#header5 #nav {
position: relative;
width: 100%;
float: right;
text-align: center;
}
#header5 #nav ul{
position: relative;
}
#header5 #nav ul li{
display: inline;
position: relative;
}
#header5 #nav ul li a {
display: inline-block;
text-decoration: none;
color: #000;
font-size: 16px;
text-transform: uppercase;
padding: 2% 2%;
font-weight: bold;
}
#header5 #nav > ul li a:hover, #header5 #nav > ul li a.active{
border-top: 5px solid #5d7485;
}
/*-----sous-menu----*/
#header5 #nav ul li ul {
position: absolute;
display: none;
margin: 0;
padding: 0;
z-index: 999999;
left: 0;
white-space: nowrap;
text-align: left;
border: 1px solid #222;}
#header5 #nav ul li ul li {
	display: block;
	float:none;
}
#header5 #nav ul li ul li a {
text-decoration: none;
margin: 0;
background-color: #fff;
display: block;
padding: 10px 15px;
}
#header5 #nav ul li ul li:first-child a{
border:none;
}
#header5 #nav ul li ul li a:hover {
	border: none;
	color: red;
}
#header5 #nav span.arrow_down{
width: 0; 
height: 0; 
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000000;
display: inline-block;
vertical-align: middle;
margin: 0 0 0 5px;
}
/*-------fin sous-menu-----*/
/*----------FIN NAV----------*/
/*-----OVERWRITE SLIDER----*/
#slider_header5{
position: relative;
width: 75%;
float: right;
visibility: hidden;
background-color: #1A1A1A;
}
#slider_header5 .bx-wrapper {
position: relative;
margin: 0 auto 0px;
padding: 0;
}
#slider_header5 .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;
-moz-box-shadow: 1px 5px 12px -1px #000;  
-webkit-box-shadow: 1px 5px 12px -1px #000;  
box-shadow: 1px 5px 12px -1px #000;
}

#slider_header5 .bx-wrapper .bx-viewport .caption{
position:absolute;
top: 35%;

right: 10%;
width: 80%;
padding: 1%;
text-align: center;
line-height: 1.1;
transform: rotateX(0deg);
transition: transform 0.4s;
color: #fff;
text-shadow: -1px 3px 4px #000;
}


#slider_header5 .bx-wrapper .bx-viewport .caption p{
color: #fff;
text-transform: uppercase;
font-size: 12px;
}

#slider_header5 .bx-wrapper .bx-viewport .caption h3{
text-transform: uppercase;
font-size: 41px;
line-height: 1.2;
}

#slider_header5 .bx-wrapper .bx-viewport .caption h5{
text-transform: uppercase;
font-size: 80px;
padding: 2% 0 0;
}
#slider_header5 .bx-wrapper .bx-viewport .caption .big{
font-size: 60px;
}
#slider_header5 .bx-wrapper .bx-viewport .caption img{
background-color: rgba(200, 11, 11, 0.5);
max-width: 40%;
padding: 1%;
margin: 0 0 10px;
}
#slider_header5 .bx-wrapper .bx-caption {
left: 10%;
bottom: 0;
text-align: center;
padding-bottom: 30px;
background: none;
}
#slider_header5 .bx-wrapper .bx-caption span, #slider_header5 .bx-wrapper .bx-caption span.big_caption {
bottom: 181px;
font-size: 33px;
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;
}
#slider_header5 .bx-wrapper .bx-caption span.big{
font-size: 60px;
padding: 0;
}
#slider_header5 .bx-wrapper .bx-pager, #slider_header5 .bx-wrapper .bx-controls-auto {
position: absolute;
bottom: 10px;
width: auto;
left: 2%;
right: inherit;
z-index: 999;
}
#slider_header5 .bx-wrapper .bx-pager .bx-pager-item, #slider_header5 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
padding-right: 6px;
}
#slider_header5 .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-weight: bold;
color: #a2a2a2;
padding-top: 20px;
}
#slider_header5 .bx-wrapper .bx-pager.bx-default-pager a:hover, #slider_header5 .bx-wrapper .bx-pager.bx-default-pager a.active {
border: 2px solid #d76a1d;
}
#slider_header5 .bx-wrapper .bx-pager.bx-default-pager a {
background: #D3D3D3;
background: transparent;
text-indent: -9999px;
display: block;
width: 13px;
height: 13px;
margin: 0 0px;
border: 2px solid #FFFFFF;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 15px;
box-shadow: 1px 3px 3px #000;
}
#slider_header5 .bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 25px;
height: 25px;
text-indent: -9999px;
z-index: 9999;
}
#slider_header5 .bx-wrapper .bx-prev {
left: 15px;
background: url(../images/slider_prev.png) no-repeat;
}
#slider_header5 .bx-wrapper .bx-next {
right: 15px;
background: url(../images/slider_next.png) no-repeat;
}
#slider_header5 .bx-wrapper .bx-next:hover {
background-position: 0;
}
/***********FIN HEADER 5****************/

/**********PRE HEADER**********************/
/*------PH1------------*/
#ph1{
	text-align: right;
	background-color: #3d3c41;
	text-transform: uppercase;
	color: #ccc;
	padding: 7px 10px 7px 0;
}
#ph1 p{
    font-size: 20px;
}
#ph1 span{
	font-size: 13px;
	padding: 10px;
}
#ph1 img{
	vertical-align: middle;
	max-width: 3%;
}
/*------FIN PH1------------*/
/**********FIN PRE HEADER**********************/









/*-----OVERWRITE SLIDER----*/
#slider{
position: relative;
width: 100%;
visibility: hidden;
background-color: #1A1A1A;
}
#slider #fly_slider{
    position: absolute;
	
    z-index: 9999;
    top: 10%;
    right: 10%;
    max-width: 20%;
}
#slider .bx-wrapper {
position: relative;
margin: 0 auto 0px;
padding: 0;
}
#slider .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;
-moz-box-shadow: 1px 5px 12px -1px #000;  
-webkit-box-shadow: 1px 5px 12px -1px #000;  
box-shadow: 1px 5px 12px -1px #000;
}

#slider .bx-wrapper .bx-viewport .caption{
position:absolute;
top: initial;

right: initial;
bottom: 5%;
left: 2%;
width: 90%;
padding: 1%;
text-align: left;
line-height: 1.1;
transform: rotateX(0deg);
transition: transform 0.4s;
color: #fff;
text-shadow: -1px 3px 4px #000;
}


#slider .bx-wrapper .bx-viewport .caption p{
color: #fff;
text-transform: uppercase;
font-size: 12px;
}

#slider .bx-wrapper .bx-viewport .caption h3{
text-transform: uppercase;
font-size: 60px;
line-height: 1.2;
font-weight: bold;
}

#slider .bx-wrapper .bx-viewport .caption h5{
text-transform: uppercase;
font-size: 45px;
padding: 2% 0 0;
font-weight: bold;
}


#slider .bx-wrapper .bx-viewport .caption .big{
font-size: 60px;
}

#slider .bx-wrapper .bx-viewport .caption img{
background-color: rgba(200, 11, 11, 0.5);
max-width: 40%;
padding: 1%;
margin: 0 0 10px;
}

#slider .bx-wrapper .bx-caption {
left: 10%;
bottom: 0;
text-align: center;
padding-bottom: 30px;
background: none;
}
#slider .bx-wrapper .bx-caption span, #slider .bx-wrapper .bx-caption span.big_caption {
bottom: 181px;
font-size: 33px;
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;
}
#slider .bx-wrapper .bx-caption span.big{
font-size: 60px;
padding: 0;
}
#slider .bx-wrapper .bx-pager, #slider .bx-wrapper .bx-controls-auto {
position: absolute;
bottom: 10px;
width: auto;
left: 3%;
right: inherit;
z-index: 999;
}
#slider .bx-wrapper .bx-pager .bx-pager-item, #slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
padding-right: 6px;
}
#slider .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-weight: bold;
color: #a2a2a2;
padding-top: 20px;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a:hover, #slider .bx-wrapper .bx-pager.bx-default-pager a.active {
border: none;
background: #f19b2c;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a {
background: #D3D3D3;
background: #C5C5C5;
text-indent: -9999px;
display: block;
width: 45px;
height: 8px;
margin: 0 0px;
border: none;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 0;
box-shadow: none;
}
#slider .bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 25px;
height: 25px;
text-indent: -9999px;
z-index: 9999;
}
#slider .bx-wrapper .bx-prev {
left: 15px;
background: url(../images/slider_prev.png) no-repeat;
}
#slider .bx-wrapper .bx-next {
right: 15px;
background: url(../images/slider_next.png) no-repeat;
}
#slider .bx-wrapper .bx-next:hover {
background-position: 0;
}

/*------SLIDER FICHE-------*/
#slider_fiche{
position: relative;
width: 100%;
}
#slider_projet img{
visibility: hidden;
}
#fiche_gauche .bx-wrapper {
position: relative;
margin: 0 auto 10px;
padding: 0;
}
div#bx-pager img {
width: 10%;
padding: 2px 0 0;
margin: 0 2px;
}
#fiche_gauche #bx-pager > a.active img, #fiche_gauche #bx-pager img:hover{
border-top: 3px solid #7e0002;
}
#fiche_gauche .bx-controls-direction a{
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
#fiche_gauche #slider_fiche:hover .bx-controls-direction a{
opacity: 1;
}
/*------FIN SLIDER FICHE-------*/
/*-----FIN OVERWRITE SLIDER----*/


/*--------FOOTER F1-------*/
#footer_f1 {
background-color: #3d3c41;
color: #fff;
padding: 1%;
text-align: center;
font-size: 12px;
line-height: 1.6;
}
#footer_f1 > p > a {
color: #fff;
text-decoration: none;
}
/*--------FIN FOOTER F1-------*/

/*--------FOOTER F5-------*/
#footer_f5 {
background-color: #2c2c2c;
color: #E4E4E4;
padding: 1% 0;
font-size: 12px;
}

#footer_f5 > div.wrapper > div:nth-child(1){
    width: 80%;
    float: left;
}
#footer_f5 > div.wrapper > div:nth-child(1) img{
    max-width: 20%;
    padding: 0 0 0 2%;
}
#footer_f5 > div.wrapper > div:nth-child(1) p{
	color: rgb(255,255,255);
	color: rgba(255,255,255, 0.3);
	text-transform:uppercase;
	padding: 1% 0 0 2%;
}
#footer_f5 > div.wrapper > div:nth-child(1) p a{
	text-decoration:none;
	color: rgb(255,255,255);  color: rgba(255,255,255, 0.3);
}
#footer_f5 > div.wrapper > div:nth-child(2){
    width: 20%;
    float: left;
    text-align: right;
    margin: 0.5% 0 0;
}

#footer_f5 > div.wrapper > div:nth-child(2) p{
	color: #000000;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:bold;
}

#footer_f5 > div.wrapper > div:nth-child(2) img{
	padding: 1% 2% 0 0;
	max-width: 20%;
}
#footer_f5 > div.wrapper > div:nth-child(2) img:hover{
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

#footer_f5 > p > a {
color: #fff;
text-decoration: none;
}
/*--------FIN FOOTER F5-------*/

/*-------PRE FOOTER PF1-------*/
#pf1{
background-color: #58595b;
padding: 7px 0;
}
#pf1 div.wrapper > div{
float: left;
width: 31%;
margin: 0 1%;
}
#pf1 img{
max-width: 8%;
vertical-align: middle;
padding: 0 2% 0 0;
}
#pf1 a{
text-decoration: none;
color: #ccc;
}
#pf1 a:hover{
}
/*-------FIN PRE FOOTER PF1-------*/



/*---------FORMULAIRE DE CONTACT----------*/
#form_contact_div{
width: 500px;
background-color: #ccc;
padding: 25px;
}
#form_contact_div > h2 {
font-size: 24px;
text-transform: uppercase;
font-weight: 300;
color: #000;
background: transparent;
}
#form_contact form{
position: relative;
width: 100%;
}
#form_contact label {
font-size: 14px;
padding: 25px 0 8px;
display: inline-block;
}
#form_contact label.form_error{
color: red;
padding: 0 0 5px 0;
}
#form_contact input, #form_contact textarea {
width: 90%;
height: 20px;
padding: 5px;
font-size: 14px;
}
#form_contact textarea{
height: 150px;
margin-bottom: 20px;
font-size: 14px;
padding: 5px;
}
#form_contact input[type="submit"] {
width: auto;
background-color: #fff;
color: #000;
height: auto;
cursor: pointer;
border: none;
float: right;
font-weight: bold;
padding: 2% 5%;
text-transform: uppercase;
font-size: 14px;
}
#form_contact input[type="submit"]:hover{
background-color: #89c54f;
color: #fff;
}
/*---------FIN FORMULAIRE DE CONTACT----------*/




/**********SÃ‰RIE A*******************/
/*---------BLOC A1-----------------*/
#bloc_a1{
padding: 2% 0;
}
#bloc_a1 div.wrapper > div {
float: left;
width: 46%;
margin: 3% 2%;
color: #9E9E9E;
}
#bloc_a1 img{
max-width: 100%;
padding: 0 0 3% 0;
}
#bloc_a1 h3{
font-size: 30px;
padding-bottom: 20px;
font-weight: bold;
padding: 0 10% 5% 0;
}
#bloc_a1 p{
line-height: 1.4;
font-size: 14px;
padding: 0 10% 3% 0;
}
#bloc_a1 a {
text-decoration: none;
background-color: #ccc;
color: #535353;
padding: 2% 10px;
margin-top: 10px;
display: block;
width: 30%;
text-align: center;
font-weight: bold;
-webkit-transition: color 0.2s, background-color 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.2s, background-color 0.5s;
}
#bloc_a1 a:hover{
background-color: #9E9E9E;
color: #fff;
}
/*---------FIN BLOC A1-----------------*/
/*---------BLOC A2-----------------*/
#bloc_a2{
background-color: #5A5A5A;
padding: 2% 0;
}
#bloc_a2 div.wrapper > div {
float: left;
width: 29%;
margin: 3% 2%;
color: #242424;
text-align: center;
}
#bloc_a2 div.wrapper > div > div {
padding: 5% 5px;
background-color: #ccc;
max-width: 365px;
margin: -2px auto 0;
}
#bloc_a2 img{
max-width: 100%;
padding: 0 0 0 0;
}
#bloc_a2 h3{
font-size: 20px;
padding-bottom: 20px;
font-weight: bold;
padding: 3% 5% 0;
text-transform: uppercase;
}
#bloc_a2 h6{
line-height: 1.4;
font-size: 14px;
padding: 2% 5%;
}
/*---------FIN BLOC A2-----------------*/
/*---------BLOC A3-----------------*/
#bloc_a3{
background: url('../images/bloc_a3_bg.jpg') no-repeat;
background-size: cover;
text-align: center;
padding: 5% 10%;
color: #fff;
text-align: left;
text-shadow: 3px 2px 5px #222;
}
#bloc_a3 h1{
font-size: 40px;
text-transform: uppercase;
font-weight: 600;
}
#bloc_a3 div.separateur{
border-bottom: 5px solid #f19b2c;
width: 15%;
margin: 20px 0;
}
#bloc_a3 p {
font-size: 22px;
line-height: 1.4;
max-width: 90%;
margin: 0;
}
/*---------FIN BLOC A3-----------------*/
/*---------BLOC A3-----------------*/
#bloc_a3_propos{
text-align: center;
padding: 5% 10%;
color: #353535;
}
#bloc_a3_propos h1{
font-size: 36px;
text-transform: uppercase;
color: #676767;
line-height: 1.2;
}
#bloc_a3_propos div.separateur{
border-bottom: 5px solid #F9BE40;
width: 15%;
margin: 30px auto;
}
#bloc_a3_propos p {
font-size: 18px;
line-height: 1.6;
max-width: 90%;
margin: 0 auto;
}
#bloc_a3_propos p a{
    text-decoration: none;
    color: #000;
}
#bloc_a3_propos p a:hover{
    color: rgb(249, 190, 64);
}

/*---------FIN BLOC A3-----------------*/
/*---------BLOC A4-----------------*/
#bloc_a4{
text-align: center;
padding: 4% 10%;
background-color: #fff;
}
#bloc_a4 div.hand_separateur{
padding: 0 5% 50px;
}
#bloc_a4 div.hand_separateur > div {
height: 14px;
border-bottom: 1px solid #000;
float: left;
width: 35%;
}
#bloc_a4 div.hand_separateur > div:nth-child(2){
border: none;
width: 30%;
}
#bloc_a4 p{
font-size: 16px;
line-height: 1.6;
padding-bottom: 25px;
}
#bloc_a4 a {
font-size: 16px;
text-transform: uppercase;
text-decoration: none;
color: #fff;
background-color: #000;
padding: 5px 15px;
-webkit-transition: color 0.2s, background-color 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.2s, background-color 0.5s;
}
#bloc_a4 a:hover{
background-color: #ccc;
color: #242424;
}
/*---------FIN BLOC A4-----------------*/
/*---------BLOC A5-----------------*/
#bloc_a5{
padding: 2% 0;
background-color: #5F5F5F;
color: #fff;
}
#bloc_a5 h1 {
font-size: 30px;
font-weight: bold;
padding-bottom: 4%;
}
#bloc_a5 div.wrapper > div {
float: left;
margin: 0 1%;
}
#bloc_a5 div.wrapper > div:nth-child(1){
width: 30%;
padding-left: 10%;
}
#bloc_a5 div.wrapper > div:nth-child(2){
width: 50%;
}
#bloc_a5 div.wrapper > div p {
font-size: 16px;
line-height: 1.6;
padding: 2% 0;
}
/*---------FIN BLOC A5-----------------*/
/*---------BLOC A8-----------------*/
#bloc_a8{
text-align: center;
padding: 2% 5%;
background-color: #3C3333;
}
#bloc_a8 div.wrapper > div {
float: left;
width: 49%;
height: 260px;
margin: 0.5%;
font-size: 28px;
font-weight: 900;
text-transform: uppercase;
text-align: right;
position: relative;
color: #fff;
}
#bloc_a8 div.wrapper > div:nth-child(1){
background: url('../images/bloc_a8_1.jpg') no-repeat;
width: 99%;
float:none;
height: 202px;
}
#bloc_a8 div.wrapper > div:nth-child(2){
background: url('../images/bloc_a8_2.jpg') no-repeat;
}
#bloc_a8 div.wrapper > div:nth-child(3){
background: url('../images/bloc_a8_3.jpg') no-repeat;
}
#bloc_a8 div.wrapper > div h3{
position: absolute;
bottom: 0;
padding: 2%; 
text-shadow: 2px 2px 3px #000;
}

#bloc_a8 div.wrapper > div h3 span{
padding: 2% 0 0;
display: block; 
}
/*---------FIN BLOC A8-----------------*/
/*---------BLOC A10-----------------*/
#bloc_a10{
background-color: #fff;
padding: 2% 0;
}
#bloc_a10 div.wrapper > div {
float: left;
width: 30%;
margin: 3% 1.5%;
color: #242424;
text-align: center;
}
#bloc_a10 img{
max-width: 100%;
padding: 0 0 3% 0;
}
#bloc_a10 h5{
font-size: 20px;
padding-bottom: 20px;
font-weight: bold;
padding: 3% 5%;
text-transform: uppercase;
}
#bloc_a10 p{
line-height: 1.4;
font-size: 16px;
padding: 2% 5%;
}
#bloc_a10 a {
text-decoration: none;
background-color: #252525;
color: #fff;
padding: 2% 10px;
margin: 10px auto 0;
display: block;
width: 30%;
text-align: center;
-webkit-transition: color 0.2s, background-color 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.2s, background-color 0.5s;
}
#bloc_a10 a:hover{
background-color: #ccc;
color: #242424;
}
/*---------FIN BLOC A10-----------------*/
/*---------BLOC A11-----------------*/
#bloc_a11{
padding: 2% 0;
}
#bloc_a11 div.wrapper > div {
float: left;
width: 46%;
margin: 0 2%;
color: #242424;
}
#bloc_a11 img{
max-width: 30%;
}
#bloc_a11_gauche img{
padding-right: 1%; 
}
#bloc_a11 h4{
font-size: 22px;
padding-bottom: 20px;
font-weight: bold;
padding: 3% 0 5%;
text-transform: uppercase;
}
#bloc_a11 p span{
font-size: 15px;
font-weight: bold;
padding-bottom: 5px;
display: block;
}
#bloc_a11_gauche p{
line-height: 1.2;
font-size: 16px;
padding: 4% 5% 0 0;
}
#bloc_a11_droite > ul{
padding: 0 5%;
}
#bloc_a11_droite > h4 {
padding: 3% 5% 1% 5%;
}
#bloc_a11_droite > ul > li{
padding: 5% 0;
line-height: 1.2;
}
#bloc_a11_droite > ul > li > img {
float: left;
padding-right: 5%;
max-width: 25%;
width: 25%;
}
#bloc_a11_droite > ul > li > P {
float: left;
width: 70%;
}
/*---------FIN BLOC A11-----------------*/
/*---------BLOC A12-----------------*/
#bloc_a12{
padding: 2% 0;
}
#bloc_a12 > div.wrapper > div{
float: left;
width: 46%;
background-color: #2c2c2c;
color: #fff;
padding: 2%;
min-height: 200px;
}
#bloc_a12 > div.wrapper > div h2{
text-transform: uppercase;
font-weight: 600;
font-size: 30px;
line-height: 1.1;
padding: 0 0 2%;
}
#bloc_a12 > div.wrapper > div p{
font-size: 18px;
font-weight: 300;
line-height: 1.2;
padding: 0 0 5%;
}
#bloc_a12 > div.wrapper > div a{
text-decoration: none;
color: #fff;
background-color: #9c1f17;
padding: 10px 15px;
font-size: 23px;
display: inline-block;
float: right;
text-transform: uppercase;
}
#bloc_a12 > div.wrapper > div a:hover{
background-color: #C52B22;
}
#bloc_a12 > div.wrapper > div:nth-child(1){
}
#bloc_a12 > div.wrapper > div:nth-child(2){
background-color: #363636;
}
#bloc_a12 > div.wrapper > div:nth-child(2) p:last-child{
text-decoration: none;
color: #fff;
background-color: #9c1f17;
padding: 10px 30px;
font-size: 23px;
display: inline-block;
float: right;
font-weight: 600;
}
/*---------FIN BLOC A12-----------------*/
/*---------BLOC A17-----------------*/
#bloc_a17 img{
max-width:100%;
}
#bloc_a17{
background: url('../images/bloc_a17_bg.jpg') no-repeat;
background-size: cover;
padding: 4% 0;
}
#bloc_a17 div.wrapper div{
float: left;
text-align: center;
}
#bloc_a17 div.wrapper div:nth-child(1){
width: 56%;
padding: 0 2%;
}
#bloc_a17 div.wrapper div:nth-child(2){
width: 36%;
padding: 0 2%;
}
#bloc_a17 h4{
font-family: 'Fjalla One', sans-serif;
font-size: 29px;
color: #000;
text-transform: uppercase;
padding: 0;
}
#bloc_a17 h4 span{
display: block;
line-height: 1.2;
font-size: 80px;
}
#bloc_a17 a{
color: #000;
text-decoration: none;
text-transform: uppercase;
font-size: 20px;
padding: 12px 25px;
margin: 0;
display: inline-block;
border: 3px solid #000;
font-weight: 600;
}
#bloc_a17 a:hover{
background-color: #C7C7C7;
}
/*---------FIN BLOC A17-----------------*/
/*---------BLOC A19-----------------*/
#bloc_a19{
text-align: center;
padding: 2% 10%;
background-color: #fff;
}
#bloc_a19 div.wrapper > div{
float: left;
width: 33%;
}
#bloc_a19 div.wrapper > div img{
max-width: 100%;
width: 55%;
}
/*---------FIN BLOC A19-----------------*/
/*---------BLOC A20-----------------*/
#bloc_a20{
padding: 4% 2% 3%;
background-color: #fff;
}
#bloc_a20 h1{
font-size: 36px;
padding: 0 0 2%;
text-transform: uppercase;
font-weight: bold;
}
#bloc_a20 div.separateur{
border-bottom: 5px solid #363636;
width: 15%;
margin: 20px auto;
}
#bloc_a20 p {
font-size: 18px;
line-height: 1.4;
max-width: 80%;
text-transform: uppercase;
font-weight: 100;
}
/*---------FIN BLOC A20-----------------*/
/*---------BLOC A22-----------------*/
#bloc_a22{
padding: 3% 0;
}
#bloc_a22 > div.wrapper > div{
float: left;
width: 48%;
margin: 0 1%;
border-bottom: 5px solid #3a3a3a;
}
#bloc_a22 > div.wrapper > div h2{
font-size: 30px;
text-transform: uppercase;
text-align: center;
padding: 0 0 3%;
}
#bloc_a22 > div.wrapper > div > div{
height: 277px;
position: relative;
}
#bloc_a22 > div.wrapper > div:nth-child(1) > div{
background: url('../images/bloc_a22_01.jpg') no-repeat;
}
#bloc_a22 > div.wrapper > div:nth-child(2) > div{
background: url('../images/bloc_a22_02.jpg') no-repeat;
}
#bloc_a22 > div.wrapper > div > div p{
background-color: rgb(0,0,0);
background-color:rgba(0,0,0,0.8);
color:#fff;
padding: 1% 5%;
line-height: 1.4;
font-size: 22px;
position: absolute;
bottom: 17%;
}
#bloc_a22 > div.wrapper > div > div a{
background-color: #c6251d;
color: #fff;
text-decoration: none;
text-transform: uppercase;
padding: 5px 10px;
display: block;
width: 180px;
text-align: center;
position: absolute;
bottom: 5%;
right: 5%;
}
#bloc_a22 > div.wrapper > div > div a:hover{
background-color: #E42A21;
}
/*---------BLOC A22-----------------*/
/**********FIN SÃ‰RIE A*******************/





/**********SÃ‰RIE P*******************/
/*---------BLOC P1-----------------*/
#bloc_p1{
background-color: #ccc;
padding: 2%;
}
#bloc_p1 img{
max-width: 100%;
}
#bloc_p1_gauche{
float: left;
width: 65%;
}
#bloc_p1_droite{
float: right;
width: 35%;
}
#bloc_p1_droite img{
padding: 0 0 5% 0;
}
#bloc_p1 h1{
text-transform: uppercase;
font-size: 30px;
padding: 2% 0;
}
#bloc_p1 p{
font-size: 14px;
line-height: 1.6;
padding: 0 5% 5% 0;
}
/*---------FIN BLOC P1-----------------*/
/*---------BLOC P2-----------------*/
#bloc_p2{
background-color: #DAE7F1;
padding: 2%;
}
#bloc_p2 img{
max-width: 100%;
}
#bloc_p2_gauche{
float: left;
width: 30%;
}
#bloc_p2_droite{
float: right;
width: 70%;
}
#bloc_p2_droite img{
padding: 0 2% 0 0;
width: 45%;
text-align: right;
}
#bloc_p2 h1{
text-transform: uppercase;
font-size: 30px;
padding: 2% 0;
}
#bloc_p2 p{
font-size: 14px;
line-height: 1.6;
padding: 0 5% 0 0;
}
/*---------FIN BLOC P2-----------------*/
/*---------BLOC P3-----------------*/
#bloc_p3{
background-color: #C0C0C0;
padding: 20px;
}
#bloc_p3 img{
max-width: 100%;
}
#bloc_p3_gauche{
float: left;
width: 50%;
}
#bloc_p3_droite{
float: right;
width: 50%;
}
#bloc_p3_droite img{
padding: 0 2% 0 0;
text-align: right;
width: 100%;
}
#bloc_p3 h1{
text-transform: uppercase;
font-size: 30px;
padding: 2% 0;
}
#bloc_p3 p{
font-size: 14px;
line-height: 1.6;
padding: 0 5% 0 0;
}
/*---------FIN BLOC P3-----------------*/
/*---------BLOC P4-----------------*/
#bloc_p4{
padding: 2% 0;
}
#bloc_p4 div.wrapper > div {
float: left;
width: 33%;
margin: 3% auto;
}
#bloc_p4 img{
max-width: 95%;
width: 90%;
}
#bloc_p4 h3{
font-size: 18px;
text-transform: uppercase;
padding-bottom: 20px;
font-weight: 600;
padding: 5% 10% 5% 0;
}
#bloc_p4 p{
line-height: 1.4;
font-size: 14px;
padding: 0 10% 0 0;
}
/*---------FIN BLOC P4-----------------*/
/*---------BLOC P5-----------------*/
#bloc_p5{
background-color: #82A0CE;
padding: 20px;
}
#bloc_p5 div.wrapper > div {
float: left;
width: 50%;
margin: 3% 0;
color: #242424;
}
#bloc_p5 div.wrapper > div h3 {
font-size: 16px;
text-transform: uppercase;
padding-bottom: 20px;
color: #fff;
font-weight: bold;
}
#bloc_p5 div.wrapper > div p{
display: block;
line-height: 1.4;
font-size: 14px;
}
#bloc_p5 div.wrapper > div .rond_text{
float: left;
width: 50%;
}
#bloc_p5 .rond_lettre {
float: left;
border-radius: 49%;
text-align: center;
font-family: 'Ubuntu', sans-serif;
font-size: 44px;
line-height: 44px;
font-weight: 300;
background: #616F83;
margin-left: 30px;
margin-right: 40px;
width: 88px;
padding-top: 21px;
padding-bottom: 23px;
margin-top: 13px;
color: #fff;
}
/*---------FIN BLOC P5-----------------*/
/*---------BLOC P6-----------------*/
#bloc_p6{
background-color: #99b565;
padding: 3%;
text-align: center;
}
#bloc_p6 div.wrapper > div {
float: left;
width: 33%;
margin: 1% 0;
color: #fff;
text-align: left;
}
#bloc_p6 img{
max-width: 100%;
}
#bloc_p6 p{
line-height: 1.4;
font-size: 15px;
padding: 2% 7% 2% 5%;
}
#bloc_p6 h2{
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
padding: 2% 5%;
}
/*---------FIN BLOC P6-----------------*/
/*---------BLOC P7-----------------*/
#bloc_p7{
padding: 5% 1%;
background-color: #ccc;
}
#bloc_p7 h1{
color: #fff;
text-transform: uppercase;
font-size: 30px;
text-align: center;
font-weight: bold;
padding-bottom: 4%;
}
#bloc_p7 div.wrapper > div {
float: left;
width: 48%;
margin: 0 1%;
}
#bloc_p7 div.wrapper > div img{
max-width: 100%; 
}
#bloc_p7 div.wrapper > div p {
font-size: 14px;
line-height: 1.6;
padding: 2% 0;
}
/*---------FIN BLOC P7-----------------*/
/**********FIN SÃ‰RIE P*******************/





/**********SÃ‰RIE S*******************/
/*---------BLOC S1-----------------*/
#bloc_s1{
background-color: #F9BE40;
padding: 3% 0;
}
#bloc_s1 img{
max-width: 100%;
padding: 1% 0;
}
#bloc_s1_gauche{
float: left;
width: 40%;
}
#bloc_s1_droite{
float: left;
width: 60%;
}
#bloc_s1 h1{
text-transform: uppercase;
font-size: 30px;
padding: 2% 0;
}
#bloc_s1 ul{
font-size: 16px;
line-height: 1.2;
list-style: disc;
padding: 5% 5%;
}
#bloc_s1 H3{
    font-weight: 900;
    font-size: 32px;
}
#bloc_s1 ul li{
padding: 1% 0;
font-size: 18px;
}
/*---------FIN BLOC S1-----------------*/
/*---------BLOC S1-----------------*/
#bloc_s4{
    padding: 2% 0;
}

#bloc_s4 h3{
    font-size: 28px;
    color: #912019;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 80%;
    line-height: 1.2;
    padding: 0 0 2%;
}
#bloc_s4 h4{
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    padding: 0 0 3%;
}
#bloc_s4 h5{
    text-transform: uppercase;
    font-size: 25px;
    padding: 3% 0 4%;
}
#bloc_s4 p{
    font-size: 13px;
    line-height: 1.2;
    padding: 0 0 4%;
}
#bloc_s4 div.wrapper > div{
    float: left;
    width: 49%;
    margin: 0 0.5%;
}
#bloc_s4 div.wrapper > div:nth-child(1) > div{
    background-color: lightgrey;
    padding: 3%;
}
#bloc_s4 div.wrapper > div:nth-child(2) > div{
    background-color: #ccc;
    margin: 0 0 2%;
    padding: 0 1%;
}
#bloc_s4 div.wrapper > div:nth-child(2) > div > div:nth-child(1) p{
	font-size: 50px;
	color: #912019;
	font-weight: bold;
	text-align: center;
}
#bloc_s4 div.wrapper > div:nth-child(2) > div > div:nth-child(1){
    float: left;
    width: 10%;
    padding: 1% 0 0;
}
#bloc_s4 div.wrapper > div:nth-child(2) > div > div:nth-child(2){
    float: left;
    width: 82%;
    padding: 2%;
}
/*---------FIN BLOC S4-----------------*/
/*---------BLOC S5-----------------*/
#bloc_s5{
background-color: #F9BE40;
}
#bloc_s5 div.wrapper > div {
float: left;
width: 33%;
margin: 3% 0;
}
#bloc_s5 h2{
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
padding: 0 4% 5%;
line-height: 1.2;
}
#bloc_s5 p{
line-height: 1.4;
font-size: 14px;
padding: 0 6% 0 4%;
}
#bloc_s5 ul{
list-style: disc;
padding: 0 5% 0 10%;
}
#bloc_s5 ul li{
padding: 5px 0;
font-size: 14px;
line-height: 1.4;
}
/*---------FIN BLOC S5-----------------*/
/*---------BLOC S7-----------------*/
#bloc_s7 {
padding: 10px 4%;
}
#bloc_s7 div.wrapper > div:not(.clear) {
width: 28%;
float: left;
margin: 3% 2.6%;
}
#bloc_s7 > div > div > div:nth-child(1) {
float: left;
width: 17%;
padding-right: 6%;
}
#bloc_s7 > div > div > div:nth-child(1) img{
max-width: 100%;
}
#bloc_s7 > div > div > div:nth-child(2){
float: left;
width: 70%;
}
#bloc_s7 > div > div > div:nth-child(2) h3 {
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
padding: 15px 0;
line-height: 1.2;
}
#bloc_s7 > div > div > div:nth-child(2) ul{
line-height: 1.4;
font-size: 14px;
}
/*---------FIN BLOC S7-----------------*/
/**********FIN SÃ‰RIE S*******************/





/**********SÃ‰RIE C*******************/
/*---------BLOC C1----------*/
#bloc_c1{
background-color: #c2c2c2;
padding: 3% 1%;
}
#bloc_c1 div.wrapper > div{
float: left;
}
#bloc_c1_a{
width: 50%;
}
#bloc_c1_b{
width: 50%;
}
#map_bloc_c1{
width: 100%;
height: 335px;
margin-top: 25px;
}
#bloc_c1_a > p, #bloc_c1_b > p {
text-transform: uppercase;
font-size: 20px;
padding: 0 0 15px 0;
width: 90%;
}
#bloc_c1_a #form_contact label {
font-size: 14px;
padding: 10px 0 2px;
display: inline-block;
}
#bloc_c1_a #form_contact label.form_error{
color: red;
padding: 0 0 5px 0;
}
#bloc_c1_a #form_contact input[type="submit"] {
width: auto;
background-color: #dddddd;
color: #000;
height: auto;
cursor: pointer;
border: none;
float: right;
font-weight: bold;
padding: 2% 5%;
text-transform: uppercase;
font-size: 14px;
-webkit-transition: color 0.2s, background-color 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.2s, background-color 0.5s;
}
#bloc_c1_a #form_contact input[type="submit"]:hover{
background-color: #666;
color: #dddddd;
}
#bloc_c1_a #form_contact{
position: relative;
width: 90%;
}
#bloc_c1_a #form_contact input, #bloc_c1_a #form_contact textarea {
width: 97%;
height: 20px;
padding: 5px;
font-size: 14px;
background-color: #dddddd;
border: none;
}
#bloc_c1_a #form_contact textarea {
height: 120px;
padding: 5px;
margin: 0 0 5px 0;
}
/*---------FIN BLOC C1----------*/
/*---------BLOC C2----------*/
#bloc_c2{
background-color: #c2c2c2;
padding: 3% 1%;
}
#bloc_c2 div.wrapper > div{
float: left;
}
#bloc_c2_a{
width: 25%;
text-align: center;
}
#bloc_c2_b{
width: 35%;
}
#bloc_c2_c{
width: 40%;
}
#bloc_c2_a a{
text-decoration: none;
color: #000;
display: block;
margin: 40px 0;
line-height: 1.2;
font-size: 14px;
}
#bloc_c2_a a img{
display: block;
margin: 0 auto;
padding: 0 0 10px 0;
max-width: 18%;
}
#map_bloc_c2{
width: 100%;
height: 335px;
margin-top: 25px;
}
#bloc_c2_b > p, #bloc_c2_c > p {
text-transform: uppercase;
font-size: 20px;
padding: 0 0 15px 0;
width: 90%;
}
#bloc_c2_b #form_contact label {
font-size: 14px;
padding: 10px 0 2px;
display: inline-block;
}
#bloc_c2_b #form_contact label.form_error{
color: red;
padding: 0 0 5px 0;
}
#bloc_c2_b #form_contact input[type="submit"] {
width: auto;
background-color: #dddddd;
color: #000;
height: auto;
cursor: pointer;
border: none;
float: right;
font-weight: bold;
padding: 2% 5%;
text-transform: uppercase;
font-size: 14px;
-webkit-transition: color 0.2s, background-color 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.2s, background-color 0.5s;
}
#bloc_c2_b #form_contact input[type="submit"]:hover{
background-color: #666;
color: #dddddd;
}
#bloc_c2_b #form_contact{
position: relative;
width: 90%;
}
#bloc_c2_b #form_contact input,#bloc_c2_b #form_contact textarea {
width: 97%;
height: 20px;
padding: 5px;
font-size: 14px;
background-color: #dddddd;
border: none;
}
#bloc_c2_b #form_contact textarea {
height: 120px;
padding: 5px;
margin: 0 0 5px 0;
}
/*---------FIN BLOC C2----------*/
/*---------BLOC C3-----------------*/
#bloc_c3{
background-color: #FFB84D;
padding: 1% 5%; 
}
#bloc_c3 div.wrapper > a{
float: left;
display: inline-block;
width: 33%;
text-align: center;
text-decoration: none;
color: #3D3C41;
line-height: 1.4;
font-size: 18px;
}
#bloc_c3 div.wrapper > a img{
display: block;
margin: 0 auto 5%;
max-width: 25%;
}
/*---------FIN BLOC C3-----------------*/
/*---------BLOC C4----------*/
#bloc_c4{
padding: 3% 1%;
}
#bloc_c4 #bloc_c4_form_gauche {
float: left;
width: 40%;
padding: 0 3%;
}
#bloc_c4 #bloc_c4_form_droite {
float: left;
width: 50%;
padding: 0 2%;
}
#bloc_c4_a > p{
text-transform: uppercase;
font-size: 30px;
padding: 0 0 15px 25px;
width: 90%;
}
#bloc_c4_a #form_contact label {
font-size: 14px;
padding: 10px 0 2px;
display: inline-block;
}
#bloc_c4_a #form_contact label.form_error{
color: red;
padding: 0 0 5px 0;
}
#bloc_c4_a #form_contact input[type="submit"] {
width: auto;
background-color: #dddddd;
color: #000;
height: auto;
cursor: pointer;
border: none;
float: right;
font-weight: 600;
padding: 2% 5%;
text-transform: uppercase;
font-size: 14px;
border: none;
border-radius: 0;
-webkit-transition: color 0.2s, background-color 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.2s, background-color 0.5s;
}
#bloc_c4_a #form_contact input[type="submit"]:hover{
background-color: #666;
color: #dddddd;
}
#bloc_c4_a #form_contact{
position: relative;
width: 90%;
}
#bloc_c4_a #form_contact input, #bloc_c4_a #form_contact textarea {
width: 97%;
height: 20px;
padding: 5px;
font-size: 14px;
background-color: transparent;
border: none;
border: 1px solid rgb(61, 60, 65);
border-radius: 0;
}
#bloc_c4_a #form_contact textarea {
height: 120px;
padding: 5px;
margin: 0 0 5px 0;
}
/*---------FIN BLOC C4----------*/
/*---------BLOC C5----------*/
#bloc_c5{
background-color: #AAAD9A;
padding: 3% 1%;
}
#bloc_c5 div.wrapper > div{
float: left;
}
#bloc_c5_a{
width: 50%;
}
#bloc_c5_b{
width: 50%;
}
#bloc_c5_a > p, #bloc_c5_b > p{
text-transform: uppercase;
font-size: 20px;
padding: 0 0 15px 0;
width: 90%;
}
#bloc_c5_a #form_contact label {
font-size: 14px;
padding: 10px 0 2px;
display: inline-block;
}
#bloc_c5_a #form_contact label.form_error{
color: red;
padding: 0 0 5px 0;
}
#bloc_c5_a #form_contact input[type="submit"] {
width: auto;
background-color: #fff;
color: #000;
height: auto;
cursor: pointer;
border: none;
float: right;
font-weight: bold;
padding: 2% 5%;
text-transform: uppercase;
font-size: 14px;
-webkit-transition: color 0.2s, background-color 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.2s, background-color 0.5s;
}
#bloc_c5_a #form_contact input[type="submit"]:hover{
background-color: #666;
color: #dddddd;
}
#bloc_c5_a #form_contact{
position: relative;
width: 90%;
}
#bloc_c5_a #form_contact input, #bloc_c5_a #form_contact textarea {
width: 97%;
height: 20px;
padding: 5px;
font-size: 14px;
background-color: #fff;
border: none;
}
#bloc_c5_a #form_contact textarea {
height: 120px;
padding: 5px;
margin: 0 0 5px 0;
}
#bloc_c5_b > div{
float: left;
width: 50%;
padding: 3% 0;
line-height: 1.4;
}
#bloc_c5_b a{
display: inline-block;
text-decoration: none;
color: #000;
font-size: 14px; 
}
#bloc_c5_b > div p{
font-size: 20px;
font-weight: bold;
padding: 2px 0;
text-transform: uppercase;
}
/*---------FIN BLOC C5----------*/
/*---------BLOC C6-----------------*/
#bloc_c6 {
background-color: #FFF;
padding: 2% 0;
}
#bloc_c6 > div > div{
float: left;
width: 21%;
margin: 2% 1.6%;
color: #000;
background-color: #e89933;
text-align: center;
padding: 30px 0;
}
#bloc_c6 img {
display: block;
margin: 0 auto;
max-width: 75%;
}
#bloc_c6 a {
text-decoration: none;
color: #000;
padding: 14% 0 5%;
display: block;
line-height: 1.4;
height: 50px;
font-size: 18px;
}
/*---------FIN BLOC C6-----------------*/
/*---------BLOC C7----------*/
#bloc_c7{
padding: 2% 0 0;

}
#bloc_c7 h3{
text-align: left;
font-size: 30px;
padding: 0 2% 2%;
text-transform: uppercase;
}
#bloc_c7 p{
text-align: center;
font-size: 20px;
padding: 0 0 2%;
}

#map_wrapper{
position: relative;
overflow: hidden;            
}
#map_bloc_c7{
width: 100%;
height: 400px;            
}
.map_shadow{
position: absolute;
box-shadow: 0px 9px 19px 8px rgba(0, 0, 0, 0.3);
}
.map_shadow.top {
top: -10px;
left: 0;
right: 0;
height: 10px;
}
.map_shadow.bottom {
bottom: -5px;
left: 0;
right: 0;
height: 5px;
}
.map_shadow.none{
display: none;
}
/*---------FIN BLOC C7----------*/
/*---------BLOC C8-----------------*/
#bloc_c8{
background-color: #CC5D5D;
padding: 3% 5%; 
}
#bloc_c8 .r_mail {
display: inline-block;
text-decoration: none;
color: #000;
}
#bloc_c8 .r_phone {
font-size: 35px;
text-decoration: none;
color: #000;
padding: 2% 0;
display: inline-block;
}
#bloc_c8 .r_adresse {
line-height: 1.4;
font-size: 14px;
}
/*---------FIN BLOC C8-----------------*/
/*---------BLOC C11-----------------*/
#bloc_c11 {
background-color: #E6E6E6;
padding: 10px 4%;
}
#bloc_c11 div.wrapper > div {
float: left;
width: 30%;
margin: 3% 1.6%;
color: #fff;
background-color: #168ec6;
text-align: center;
padding: 30px 0;
}
#bloc_c11 div.wrapper > div h6 {
text-transform: uppercase;
padding: 5% 5px;
font-weight: bold;
font-size: 18px;
line-height: 1.2;
}
#bloc_c11 div.wrapper > div p {
text-transform: uppercase;
font-size: 14px;
}
#bloc_c11 div.wrapper > div img {
display: block;
margin: 0 auto;
padding-top: 40px;
padding-bottom: 10px;
max-width: 20%;
}
#bloc_c11 div.wrapper > div a {
text-decoration: none;
color: #fff;
}
/*---------FIN BLOC C11-----------------*/
/**********FIN SÃ‰RIE C*******************/




/*---------GALLERIE RÃ‰ALISATION-----------------------------*/

/*---------GALLERIE WRAPPER-----------------*/
#gallerie_wrapper{
padding: 0 2% 10%; 
}
/*---------FIN GALLERIE WRAPPER-----------------*/
/*-------DEFAULT---------*/
.real_img_wrap img {
margin: 0.5%;
width: 23%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.real_img_wrap img:hover {
-webkit-filter: opacity(0.8);
/*-webkit-filter: grayscale(100%);*/
}
/*-------FIN DEFAULT---------*/

/*-------STYLES DE MENU RÃ‰ALISATION---------*/
/*-------STYLE 1---------*/
#menu_realisations.style_1 {
padding: 1% 0.5%;
}
#menu_realisations.style_1 a {
text-decoration: none;
font-size: 18px;
color: #FFF;
padding: 8px;
margin: 0 10px 10px 0;
font-weight: bold;
background-color: #3c3b40;
display: inline-block;
-webkit-transition: color 0.2s, background-color 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.2s, background-color 0.5s;
}
#menu_realisations.style_1 a:first-letter{
text-transform: capitalize;
}
#menu_realisations.style_1 a:hover, #menu_realisations.style_1 a.active {
background-color: #f9be40;
}
/*-------FIN STYLE 1---------*/
/*-------STYLE 2---------*/
#menu_realisations.style_2 {
padding: 1% 0.5%;
}
#menu_realisations.style_2 a {
text-decoration: none;
font-size: 14px;
color: #000;
padding: 8px;
margin: 0 10px 10px 0;
font-weight: bold;
display: inline-block;
-webkit-transition: color 0.2s, background-color 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.2s, background-color 0.5s;
}
#menu_realisations.style_2 span:last-child{
display: none;
}
#menu_realisations.style_2 a:first-letter{
text-transform: capitalize;
}
#menu_realisations.style_2 a:hover, #menu_realisations.style_2 a.active {
color: #FF0000;
}
/*-------FIN STYLE 2---------*/
/*-------FIN STYLES DE MENU RÃ‰ALISATION---------*/

/*-------STYLES DE RÃ‰ALISATION---------*/
/*-------STYLE 3---------*/
div.real_style_3{
    float: left;
    width: 21%;
    margin: 1% 0.5%;
    border: 1px solid #9E9E9E;
    padding: 1%;
}
div.real_style_3 .real_img_wrap img{
    width: 100%;
    max-width: 100%;
    margin: 0;
}
div.real_style_3 h4{
    text-transform: uppercase;

    font-weight: bold;
    padding: 3% 0;
}
div.real_style_3 p{
    font-size: 16px;
    line-height: 1.4;
}
div.real_style_3 a{
	
}
/*-------FIN STYLE 3---------*/
/*-------FIN STYLES DE RÃ‰ALISATION---------*/
p.aucune_image_real{
    font-size: 30px;
    font-weight: lighter;
    font-style: italic;
    padding: 2% 0 20%;
}

/*---------FIN GALLERIE RÃ‰ALISATION-----------------------------*/
/******************************************************************************************************************************************/












@media all and ( max-width: 1024px ){
/*---------BLOC A11-----------------*/
#bloc_a11_droite > ul > li > P {
width: 60%;
}
/*---------FIN BLOC A11-----------------*/

#slider .bx-wrapper .bx-viewport .caption h5{
    font-size: 30px;
}
#slider .bx-wrapper .bx-viewport .caption h3{
    font-size: 40px;
}

}/*------FIN 1024px-------------------------------------------------------------------------------------------*/
/******************************************************************************************************************************************/



@media all and ( max-width: 768px ){
.parallax {
  background-position: center 0 !important;
  background-size: cover;
}
/************HEADER 1*************/
#header1 #logo{
    float: none;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
#header1 #nav{
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

#header1 #nav ul li a {
font-size: 14px;
}
/************FIN HEADER 1*************/

/************HEADER 2*************/
#header2 #nav ul li a {
font-size: 11px;
}
/************FIN HEADER 2*************/
/************HEADER 4*************/
#header4 #nav ul li a {
font-size: 11px;
}
/************FIN HEADER 4*************/
/************HEADER 5*************/
#header5 #logo {
width: 100%;
position: relative;
}
#header5 #logo > div:first-child img, #header5 #logo.no_slider > div:first-child img {
max-width: 100%;
padding: 2% 0;
width: 65%;
}
#header5 #div_logo_infos {
display: none;
}
#slider_header5{
width: 100%;
}
#header5 #nav ul li a{
	font-size: 12px;
}
/************FIN HEADER 5*************/

/*-----OVERWRITE SLIDER----*/
.bx-wrapper .bx-caption span, .bx-wrapper .bx-caption span.big_caption {
font-size: 20px;
}
.bx-wrapper .bx-caption span.big{
font-size: 35px;
}
#slider .bx-wrapper .bx-viewport .caption{
    bottom: 10%;
}
#slider .bx-wrapper .bx-viewport .caption h5{
    font-size: 20px;
}
#slider .bx-wrapper .bx-viewport .caption h3{
    font-size: 27px;
}
/*-----FIN OVERWRITE SLIDER----*/


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

/*----F5-----*/
#footer_f5 > div.wrapper > div:nth-child(2) img {
max-width: 28%;
}
/*----FIN F5-----*/

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

/*-------PRE FOOTER-------------------------*/
/*-------PRE FOOTER PF1--------*/
#pf1 div.wrapper > div{
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #6F6F6F;
    padding: 0.5% 0;
}
#pf1 div.wrapper > div:last-child{
	border: none;
}
#pf1 img {
max-width: 24px;
}
/*-------FIN PRE FOOTER PF1--------*/
/*-------FIN PRE FOOTER-------------------------*/



/**********SÃ‰RIE A*******************/
/*---------BLOC A1-----------------*/
#bloc_a1 div.wrapper > div {
width: 96%;
}
#bloc_a1 img {
max-width: 48%;
padding: 0 1% 3% 0;
}
/*---------FIN BLOC A1-----------------*/
/*---------BLOC A5-----------------*/
#bloc_a5{
    padding: 5% 0;
}
#bloc_a5 h1 {
padding-bottom: 0;
}
#bloc_a5 div.wrapper > div:nth-child(1), #bloc_a5 div.wrapper > div:nth-child(2){
width: 92%;
padding: 4%;
margin: 0;
}
/*---------FIN BLOC A5-----------------*/
/*-----------BLOC A11------------*/
#bloc_a11 div.wrapper > div{
width: 90%;
float: none;
margin: 0 auto;
padding: 2% 0 5%;
}
#bloc_a11_droite > ul {
padding: 0;
}
#bloc_a11_droite > h4 {
padding: 0 0 3%;
}
#bloc_a11_droite > ul > li > P {
width: 70%;
}
/*-----------FIN BLOC A11------------*/
/*---------BLOC A12-----------------*/
#bloc_a12 > div.wrapper > div {
width: 96%;
}
/*---------FIN BLOC A12-----------------*/
/*---------BLOC A17-----------------*/
#bloc_a17 h4 {
font-size: 24px;
}
#bloc_a17 h4 span {
font-size: 50px;
}
/*---------FIN BLOC A17-----------------*/
/*---------BLOC A19-----------------*/
#bloc_a19 div.wrapper > div img{
width: 80%;
}
/*---------FIN BLOC A19-----------------*/
/*---------BLOC A20-----------------*/
#bloc_a20 {
padding: 5%;
}
/*---------FIN BLOC A20-----------------*/
/*---------BLOC A22-----------------*/
#bloc_a22{
padding: 10% 0;
}
#bloc_a22 > div.wrapper > div h2{
font-size: 25px;
}
/*---------FIN BLOC A22-----------------*/
/**********FIN SÃ‰RIE A*******************/

/**********SÃ‰RIE P*******************/
/*---------BLOC P1-----------------*/

#bloc_p1_gauche{
float: left;
width: 100%;
}
#bloc_p1_droite{
float: right;
width: 100%;
}
#bloc_p1_droite img {
width: 45%;
padding: 2% 2% 0 0;
}
/*---------FIN BLOC P1-----------------*/
/*---------BLOC P2-----------------*/
#bloc_p2_gauche{
float: left;
width: 50%;
}
#bloc_p2_droite{
float: right;
width: 50%;
}
#bloc_p2_droite img{
padding: 0 2% 2% 0;
width: 100%;
}
/*---------FIN BLOC P2-----------------*/
/*---------BLOC P3-----------------*/
#bloc_p3_gauche{
width: 100%;
}
#bloc_p3_droite{
width: 100%;
}
#bloc_p3_droite img{
padding: 5% 2% 0 0;
text-align: center;
}
/*---------FIN BLOC P3-----------------*/
/*---------BLOC P4-----------------*/
#bloc_p4 div.wrapper > div {
width: 50%;
}
/*---------FIN BLOC P4-----------------*/
/*---------BLOC P5-----------------*/
#bloc_p5{
padding: 20px;
text-align: center;
}
#bloc_p5 div.wrapper > div {
width: 100%;
}
#bloc_p5 div.wrapper > div .rond_text{
float: none;
width: 80%;
margin: 0 auto;
}
#bloc_p5 .rond_lettre {
float: none;
margin: 0 auto 20px;
}
/*---------FIN BLOC P5-----------------*/
/*---------BLOC P6-----------------*/
#bloc_p6{
padding: 3% 10%;
}
#bloc_p6 div.wrapper > div {
width: 100%;
text-align: center;
}
#bloc_p6 img{
max-width: 90%;
}
#bloc_p6 p{
padding: 1% 7% 1% 5%;
}
#bloc_p6 h2{
padding: 3% 5% 0%;
}
/*---------FIN BLOC P6-----------------*/
/*---------BLOC P7-----------------*/
#bloc_p7 div.wrapper > div {
float: left;
width: 100%;
margin: 3% 0;
text-align: center;
}
#bloc_p7 div.wrapper > div p {
padding: 2% 10%;
}
/*---------FIN BLOC P7-----------------*/
/**********FIN SÃ‰RIE P*******************/

/**********SÃ‰RIE S*******************/
/*---------BLOC S4-----------------*/
#bloc_s4 div.wrapper > div {
float: none;
width: 94%;
margin: 0 auto 4%;
}
/*---------FIN BLOC S4-----------------*/
/*---------BLOC S7-----------------*/
#bloc_s7 div.wrapper > div:not(.clear) {
width: 44.8%;
min-height: 315px;
}
/*---------FIN BLOC S7-----------------*/
/**********FIN SÃ‰RIE S*******************/

/**********SÃ‰RIE C*******************/
/*---------FIN BLOC C1-----------------*/
#bloc_c1 div.wrapper > #bloc_c1_a{
width: 80%;
margin: 0 auto 20px;
float: none;
}
#bloc_c1_b{
width: 100%;
}
/*---------FIN BLOC C1-----------------*/
/*---------BLOC C2----------*/
#bloc_c2{
padding: 3% 0;
}
#bloc_c2_a{
width: 40%;
text-align: center;
}
#bloc_c2_b{
width: 60%;
}
#bloc_c2_c{
width: 100%;
}
#bloc_c2_b > p{
padding: 20px 0;
}
#bloc_c2_c > p{
display: none;
}
/*---------FIN BLOC C2----------*/
/*---------BLOC C3-----------------*/
#bloc_c3 div.wrapper > a{
width: 40%;
padding: 5%;
}
/*---------FIN BLOC C3-----------------*/
/*---------BLOC C4----------*/
#bloc_c4 #bloc_c4_form_gauche {
width: 94%;
padding: 0 6%;
}
#bloc_c4 #bloc_c4_form_droite {
width: 94%;
padding: 0 6%;
}
/*---------FIN BLOC C4----------*/
/*---------BLOC C5----------*/
#bloc_c5 div.wrapper > #bloc_c5_a, #bloc_c5 div.wrapper > #bloc_c5_b{
width: 80%;
margin: 0 auto 20px;
padding-bottom: 20px;
float: none;
}
#bloc_c5 div.wrapper > #bloc_c5_b{
width: 100%;
text-align: center;
}
#bloc_c5_b > p{
width: 100%;
}
/*---------FIN BLOC C5----------*/
/*---------BLOC C6-----------------*/
#bloc_c6 > div > div {
width: 46%;
margin: 2% 2%;
}
/*---------FIN BLOC C6-----------------*/
/*---------BLOC C11-----------------*/
#bloc_c11 {
padding: 10px 4%;
}
#bloc_c11 div.wrapper > div {
width: 90%;
margin: 3% auto;
float: none;
}
/*---------FIN BLOC C11-----------------*/
/**********FIN SÃ‰RIE C*******************/




/*-------STYLES DE RÃ‰ALISATION---------*/
/*-------DEFAULT---------*/
.real_img_wrap img {
width: 30%;
}
/*-------FIN DEFAULT---------*/
/*-------STYLE 3---------*/
div.real_style_3{
    float: left;
    width: 43%;
    margin: 2%;
}
/*-------FIN STYLE 3---------*/
/*-------FIN STYLES DE RÃ‰ALISATION---------*/


}/*------FIN 768px-------------------------------------------------------------------------------------------*/
/******************************************************************************************************************************************/





@media all and ( max-width: 560px ){
/***************HEADER 1***************/
#header1 #nav ul li a {
font-size: 10px;
padding: 7% 1%;
}
/***************FIN HEADER 1***************/

/***************HEADER 2***************/
#header2 #nav ul li a {
font-size: 10px;
padding: 7% 1%;
}
/***************FIN HEADER 2***************/
/***************HEADER 4***************/
#header4 #nav ul li a {
font-size: 10px;
padding: 7% 1%;
}
/***************FIN HEADER 4***************/

/*---------OVERWRITE SLIDER-----------------*/
.bx-wrapper .bx-caption{
display: none;
}
/*---------FIN OVERWRITE SLIDER-----------------*/


/*---------BLOC A8-----------------*/
#bloc_a8 div.wrapper > div {
float: left;
width: 98%;
height: 260px;
margin: 2%;
font-size: 28px;
font-weight: 900;
text-transform: uppercase;
text-align: right;
position: relative;
}
/*---------FIN BLOC A8-----------------*/

}/*------FIN 560px-------------------------------------------------------------------------------------------*/
/******************************************************************************************************************************************/





@media all and ( max-width: 480px ){
/*************NAV MOBILE******************/
/*---------NAV-------------*/
#icone_mobile {
display: block;
background-color: #000;
max-height: 57px;
}
#icone_mobile div.icone{
float: left;
width: 25%;
text-align: center;
padding: 2% 0;
}
#icone_mobile div.icone a{
color: #fff;
text-decoration: none;
font-size: 9px;
text-transform: uppercase;
font-weight: bold;
}
#icone_mobile div.icone a img{
display: block;
margin: 0 auto;
}
/*************FIN NAV MOBILE******************/

/*************HEADER 1***************/
#header1 {
max-height: 100%;
}
#header1 #logo{
width: 100%;
text-align: center;
}
#header1 #nav {
display: none;
width: 100%;
text-align: center;
background-color: #2b2b2b;
padding: 20px 0;
}
#header1 #nav ul li {
display: block;
}
#header1 #nav ul li a, #header1 #nav ul li ul li a{
color: #fff;
padding: 0;
font-size: 16px;
width: 50%;
border-bottom: 2px solid #414141;
padding: 10px 0;
}
#header1 #nav ul li a:hover, #header1 #nav ul li a.active, #header1 #nav ul li ul li a:hover, #header1 #nav ul li ul li a:active{
background-color: transparent;
color: #FDB926;
}
#header1 #nav ul li ul li:first-child a {
border-bottom: 2px solid #414141;
}
#header1 #nav span.arrow_down{
display: none;
}
/*-----sous-menu----*/
#header1 #nav ul li ul {
position: relative;
display: block;
border: none;
margin: 0;
padding: 0;
z-index: 999999;
min-width: 0;
left: 0;
top: 0;
white-space: nowrap;
width: 100%;
}

#header1 #nav ul li ul li {
display: block;
float:none;

}
#header1 #nav ul li ul li a {
text-decoration: none;
margin: 0 auto;
background-color: inherit;
text-align: center;
border-top: none;
}
/*-------fin sous-menu-----*/
/*---------FIN NAV-------------*/
/*************FIN HEADER 1***************/


/*************HEADER 2***************/
#header2 {
max-height: 100%;
}
#header2 #logo{
width: 100%;
text-align: center;
padding: 15% 0;
}
#header2 #header_2_scrolldown_btn {
display: none;
}
#header2 #nav {
display: none;
width: 100%;
text-align: center;
background-color: #2b2b2b;
padding: 20px 0;
}
#header2 #nav ul li {
display: block;
}
#header2 #nav ul li a, #header2 #nav ul li ul li a{
color: #fff;
padding: 0;
font-size: 16px;
width: 50%;
border-bottom: 2px solid #414141;
padding: 10px 0;
}
#header2 #nav ul li ul li:first-child a {
border-bottom: 2px solid #414141;
}
#header2 #nav ul li a:hover, #header2 #nav ul li a.active, #header2 #nav ul li ul li a:hover, #header2 #nav ul li ul li a:active{
background-color: transparent;
color: #C52424;
}
#header2 #nav span.arrow_down{
display: none;
}
/*-----sous-menu----*/
#header2 #nav ul li ul {
position: relative;
display: block;
border: none;
margin: 0;
padding: 0;
z-index: 999999;
min-width: 0;
left: 0;
top: 0;
white-space: nowrap;
width: 100%;
}

#header2 #nav ul li ul li {
display: block;
float:none;

}
#header2 #nav ul li ul li a {
text-decoration: none;
margin: 0 auto;
background-color: inherit;
text-align: center;
border-top: none;
}
/*-------fin sous-menu-----*/
/*---------FIN NAV-------------*/
/*************FIN HEADER 2***************/


/*************HEADER 3***************/
#header3{
padding: 0;
max-height: 100%;
}
#header3 #logo{
width: 100%;
text-align: center;
padding: 2% 0;
}
#header3 #logo img{
width: 65%;
}
#header3 #nav {
display: none;
width: 100%;
text-align: center;
background-color: rgba(0,0,0,0.5);
padding: 20px 0;
margin-top: -3px;
}
#header3 #nav ul{
padding: 0;
}
#header3 #nav ul li {
display: block;
line-height: 2.4;
}
#header3 #nav ul li a {
color: #fff;
padding: 0;
font-size: 16px;
width: 50%;
}
#header3 #nav ul li a:hover,#header3  #nav ul li a.active{
background-color: transparent;
color: #ccc;
}
/*-----sous-menu----*/
#header3 #nav ul li ul {
position: relative;
display: block;
border: none;
margin: 0;
padding: 0;
z-index: 999999;
min-width: 0;
left: 0;
top: 0;
white-space: nowrap;
width: 100%;
}

#header3 #nav ul li ul li {
display: block;
float:none;

}
#header3 #nav ul li ul li a {
text-decoration: none;
margin: 0 auto;
text-align: center;
border-top: none;
background: none;
}
#header3 #nav ul li ul li a:hover{
	background: none;
}
/*-------fin sous-menu-----*/
#header3 #nav span.arrow_down{
display: none;
}
/*************FIN HEADER 3***************/

/*************HEADER 4***************/
#header4 {
max-height: 100%;
position: relative;
}
#header4 #logo{
width: 100%;
text-align: center;
}
#header4 #nav {
display: none;
width: 100%;
text-align: center;
background-color: #2b2b2b;
padding: 20px 0;
}
#header4 #nav ul li {
display: block;
}
#header4 #nav ul li a, #header4 #nav ul li ul li a{
color: #fff;
padding: 0;
font-size: 16px;
width: 50%;
border-bottom: 2px solid #414141;
padding: 10px 0;
}
#header4 #nav ul li ul li:first-child a {
border-bottom: 2px solid #414141;
}
#header4 #nav ul li a:hover, #header4 #nav ul li a.active, #header4 #nav ul li ul li a:hover, #header4 #nav ul li ul li a:active{
background-color: transparent;
color: #C52424;
}
#header4 #nav span.arrow_down{
display: none;
}
/*-----sous-menu----*/
#header4 #nav ul li ul {
position: relative;
display: block;
border: none;
margin: 0;
padding: 0;
z-index: 999999;
min-width: 0;
left: 0;
top: 0;
white-space: nowrap;
width: 100%;
}

#header4 #nav ul li ul li {
display: block;
float:none;

}
#header4 #nav ul li ul li a {
text-decoration: none;
margin: 0 auto;
background-color: inherit;
text-align: center;
border-top: none;
}
/*-------fin sous-menu-----*/
/*---------FIN NAV-------------*/
/*************FIN HEADER 4***************/

/*************HEADER 5***************/
#header5 {
max-height: 100%;
}
#header5 #logo{
width: 100%;
text-align: center;
}
#header5 #nav {
display: none;
width: 100%;
text-align: center;
background-color: #2b2b2b;
padding: 20px 0;
}
#header5 #nav ul li {
display: block;
}
#header5 #nav ul li a, #header5 #nav ul li ul li a{
color: #fff;
padding: 0;
font-size: 16px;
width: 50%;
border-bottom: 2px solid #414141;
padding: 10px 0;
}
#header5 #nav ul li ul li:first-child a {
border-bottom: 2px solid #414141;
}
#header5 #nav ul li a:hover, #header5 #nav ul li a.active, #header5 #nav ul li ul li a:hover, #header5 #nav ul li ul li a:active{
background-color: transparent;
color: #C52424;
border-top: none;
}
#header5 #nav span.arrow_down{
display: none;
}
/*-----sous-menu----*/
#header5 #nav ul li ul {
position: relative;
display: block;
border: none;
margin: 0;
padding: 0;
z-index: 999999;
min-width: 0;
left: 0;
top: 0;
white-space: nowrap;
width: 100%;
}

#header5 #nav ul li ul li {
display: block;
float:none;

}
#header5 #nav ul li ul li a {
text-decoration: none;
margin: 0 auto;
background-color: inherit;
text-align: center;
border-top: none;
}
/*-------fin sous-menu-----*/
/*---------FIN NAV-------------*/
/*************FIN HEADER 5***************/

/**********PRE HEADER**********************/
/*------PH1------------*/
#ph1{
display: none;
}
/*------FIN PH1------------*/
/**********FIN PRE HEADER**********************/



/*---------OVERWRITE SLIDER-------------*/
.bx-wrapper .bx-controls-direction a{
display: none;
}
#slider .bx-wrapper .bx-viewport .caption{
    display: none;
}
/*---------FIN OVERWRITE SLIDER-------------*/

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

/*---F5----*/
#footer_f5 > div.wrapper > div:nth-child(1), #footer_f5 > div.wrapper > div:nth-child(2) {
width: 94%;
float: none;
text-align: center;
margin: 0 auto;
}
#footer_f5 > div.wrapper > div:nth-child(1) img {
max-width: 45%;
}
#footer_f5 > div.wrapper > div:nth-child(2) img {
max-width: 15%;
margin: 5% 0;
}
#footer_f5{
padding: 10% 0;
}
/*---FIN F5----*/

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

/*-------PRE FOOTER-------------------------*/
/*-------PRE FOOTER PF1--------*/
#pf1{
display: none;
}
/*-------FIN PRE FOOTER PF1--------*/
/*-------FIN PRE FOOTER-------------------------*/


/**********SÃ‰RIE A*******************/
/*---------BLOC A1-----------------*/
#bloc_a1{
padding: 10% 0;
}
#bloc_a1 img{
max-width: 100%;
padding: 0 0 3% 0;
}
#bloc_a1 a{
width: auto;
}
/*---------FIN BLOC A1-----------------*/
/*---------BLOC A2-----------------*/
#bloc_a2 div.wrapper > div {
width: 96%;
float: none;
}
/*---------FIN BLOC A2-----------------*/
/*---------BLOC A3-----------------*/
#bloc_a3 {
padding: 10%;
}
#bloc_a3 div.separateur{
width: 50%;
}
/*---------FIN BLOC A3-----------------*/
/*---------BLOC A3-----------------*/
#bloc_a3_propos {
padding: 10%;
}
#bloc_a3_propos div.separateur{
width: 50%;
}
/*---------FIN BLOC A3-----------------*/
/*---------BLOC A4-----------------*/
#bloc_a4{
padding: 15% 10%;
}
#bloc_a4 a {
width: 60%;
display: block;
margin: 0 auto;
}
/*---------FIN BLOC A4-----------------*/
/*---------BLOC A8-----------------*/
#bloc_a8 div.wrapper > div {
height: 202px;
}
#bloc_a8 div.wrapper > div h3 {
font-size: 23px;

}
/*---------FIN BLOC A8-----------------*/
/*---------BLOC A10-----------------*/
#bloc_a10{
background-color: #fff;
padding: 5% 0;
}
#bloc_a10 div.wrapper > div {
float: none;
width: 90%;
margin: 0 auto;
padding: 8% 0;
}
#bloc_a10 h5{
padding: 1% 5%;
}
/*---------FIN BLOC A10-----------------*/
/*---------BLOC A11-----------------*/
#bloc_a11 div.wrapper > div {
width: 92%;
padding: 10% 0;
}
#bloc_a11 h4{
text-align: center;
padding: 0 0 10%;
}
#bloc_a11_gauche p{
text-align:center;
padding: 4% 0;
}
#bloc_a11_droite > h4 {
padding: 0 0 5%;
text-align: center;
}
#bloc_a11_droite > ul > li > img {
float: none;
text-align: center;
width: 40%;
max-width: 40%;
margin: 0 auto;
padding: 5% 0;
display: block;
}
#bloc_a11_droite > ul > li > P {
float: none;
padding: 0;
width: 90%;
margin: 0 auto;
text-align: center;
}
#bloc_a11_droite > ul > li{
padding: 0 0 10%;
}
#bloc_a11_droite > ul {
padding: 0;
}
/*---------FIN BLOC A11-----------------*/
/*---------BLOC A12-----------------*/
#bloc_a12 > div.wrapper > div{
margin: 0 0 2%;
}
#bloc_a12 > div.wrapper > div a {
font-size: 14px;
}
/*---------FIN BLOC A12-----------------*/
/*---------BLOC A17-----------------*/
#bloc_a17 div.wrapper div:nth-child(1), #bloc_a17 div.wrapper div:nth-child(2) {
float: none;
width: 94%;
margin: 5% auto;
}
/*---------FIN BLOC A17-----------------*/
/*---------BLOC A20-----------------*/
#bloc_a20 h1 {
padding: 5% 0;
}
/*---------FIN BLOC A20-----------------*/
/*---------BLOC A22-----------------*/
#bloc_a22 > div.wrapper > div{
float: none;
width: 90%;
margin: 10% auto;
}
/*---------FIN BLOC A22-----------------*/
/**********FIN SÃ‰RIE A*******************/

/**********SÃ‰RIE P*******************/
/*---------BLOC P1-----------------*/
#bloc_p1 {
padding: 10% 5%;
}
#bloc_p1_droite img {
width: 100%;
padding: 2% 2% 0 0;
}
/*---------FIN BLOC P1-----------------*/
/*---------BLOC P2-----------------*/
#bloc_p2 {
padding: 10% 5%;
}
#bloc_p2_gauche{
width: 100%;
}
#bloc_p2_droite{
width: 100%;
}
#bloc_p2_droite img{
padding: 5% 2% 2% 0;
width: 100%;
}
/*---------FIN BLOC P2-----------------*/
/*---------BLOC P4-----------------*/
#bloc_p4{
padding: 40px 10px;
}
#bloc_p4 div.wrapper > div {
width: 100%;
text-align: center;
}
#bloc_p4 h3{
padding: 5%;
}
#bloc_p4 p{
padding: 0 5% 10% 5%;
}
/*---------FIN BLOC P4-----------------*/
/*---------BLOC P5-----------------*/
#bloc_p5 .rond_lettre {
margin: 20px auto 20px;
}
/*---------FIN BLOC P5-----------------*/
/*---------BLOC P6-----------------*/
#bloc_p6 img{
padding-bottom: 5%;
}
#bloc_p6 p {
padding: 1% 7% 10% 5%;
}
/*---------FIN BLOC P6-----------------*/
/*---------BLOC P7-----------------*/
#bloc_p7 h1 {
padding: 5%;
}
#bloc_p7 div.wrapper > div {
margin: 6% 0;
}
#bloc_p7 div.wrapper > div p {
padding: 2% 5%;
}
/*---------FIN  BLOC P7-----------------*/
/**********FIN SÃ‰RIE P*******************/

/**********SÃ‰RIE S*******************/
/*---------BLOC S1-----------------*/
#bloc_s1 h1{
text-align: center;
}
#bloc_s1_gauche{
width: 95%;
text-align: center;
margin: 0 auto;
float: none;
}
#bloc_s1_droite{
width: 95%;
padding: 5% 0; 
margin: 0 auto;
float: none;
}
/*---------FIN BLOC S1-----------------*/
/*---------BLOC S4-----------------*/
#bloc_s4 h3 {
font-size: 20px;
max-width: 100%;
}
/*---------FIN BLOC S4-----------------*/
/*---------BLOC S5-----------------*/
#bloc_s5{
padding: 20px 0;
}
#bloc_s5 div.wrapper > div {
width: 100%;
margin: 5% 0;
text-align: center;
}
#bloc_s5 ul{
text-align: left;
}
/*---------FIN BLOC S5-----------------*/
/*---------BLOC S7-----------------*/
#bloc_s7 div.wrapper > div:not(.clear) {
width: 100%;
min-height: inherit;
margin: 7% 0;
text-align: center;
}
#bloc_s7 > div > div > div:nth-child(1) {
float: none;
width: 100%;
padding-right: 0;
}
#bloc_s7 > div > div > div:nth-child(1) img{
max-width: 100%;
}
#bloc_s7 > div > div > div:nth-child(2){
float: none;
width: 100%;
}
/*---------FIN BLOC S7-----------------*/
/**********FIN SÃ‰RIE S*******************/

/**********SÃ‰RIE C*******************/
/*---------FIN BLOC C1-----------------*/
#bloc_c1 div.wrapper > #bloc_c1_a{
width: 100%;
margin: 0 auto 20px;
float: none;
}
#bloc_c1_b{
width: 100%;
}
/*---------FIN BLOC C1-----------------*/
/*---------BLOC C2----------*/
#bloc_c2_a{
width: 100%;
text-align: center;
}
#bloc_c2_b{
width: 100%;
}
#bloc_c2_b #form_contact{
margin: 0 auto;
}
#bloc_c2_c{
width: 100%;
}
#bloc_c2_b > p{
text-align: center;
width: 100%;
}
/*---------FIN BLOC C2----------*/
/*---------BLOC C3-----------------*/
#bloc_c3 div.wrapper > a{
width: 100%;
padding: 5% 0;
}
#bloc_c3 div.wrapper > a img {
display: block;
margin: 0 auto 2%;
}
/*---------FIN BLOC C3-----------------*/
/*---------BLOC C4----------*/
#bloc_c4{
padding: 15% 0;
}
/*---------FIN BLOC C4----------*/
/*---------BLOC C5----------*/
#bloc_c5 {
padding: 3%;
}
#bloc_c5_a #form_contact {
width: 100%;
}
#bloc_c5 div.wrapper > #bloc_c5_a, #bloc_c5 div.wrapper > #bloc_c5_b{
width: 100%;
}
#bloc_c5 div.wrapper > #bloc_c5_b{
width: 100%;
}
#bloc_c5_b > div{
width: 100%;
}
/*---------FIN BLOC C5----------*/
/*---------BLOC C6-----------------*/
#bloc_c6 > div > div {
float: none;
width: 90%;
margin: 5% auto;
}
/*---------FIN BLOC C6-----------------*/
/**********FIN SÃ‰RIE C*******************/




/*-------STYLES DE RÃ‰ALISATION---------*/
/*-------DEFAULT---------*/
.real_img_wrap img {
width: 48%;
}
/*-------FIN DEFAULT---------*/
/*-------STYLE 3---------*/
div.real_style_3{
    float: left;
    width: 86%;
    margin: 4% 2%;
    padding: 4%;
}
/*-------FIN STYLE 3---------*/
/*-------FIN STYLES DE RÃ‰ALISATION---------*/

}