/* 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: 'Open Sans', sans-serif;
overflow-x: hidden; /*animations*/
}

.wrapper{
position: relative;
margin: 0 auto;
width: 100%;max-width: 1200px;}
#main img {
max-width: 100%;
min-width: 100%;
margin-bottom: -2px;
}
#slider .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;
}
.trans_all_slow{
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.trans_all_medium{
  -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;
}
.trans_all_fast{
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.grayscale.disabled {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

/*--------FIN GÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°NÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RAL---------*/




/***********HEADER 1****************/
#header1{
position: relative;
background-color: #fff;
font-family: 'Ubuntu', sans-serif;
padding: 20px 2%;
}
#header1 #logo{
position: relative;
float: left;width: 29%;}
#header1 #logo > a > img{
max-width: 100%;
}
/*----------NAV----------*/
#header1 #nav{
position: relative;
float: right;width: 70%;
text-align: right;padding: 90px 0 0;}
#header1 #nav ul{
position: relative;
}
#header1 #nav ul li{
display: inline;
position: relative;
}
#header1 #nav ul li a.mobile_only{
    display:none;
}

#header1 #nav ul li a {
display: inline-block;
text-decoration: none;color: #2a2929;font-size: 14px;
text-transform: uppercase;padding: 0 0 5px;border-bottom: 5px solid transparent;font-weight: 600;margin: 0 1.5%;}
#header1 #nav > ul > li > a:hover, #header1 #nav > ul > li > a.active{border-bottom: 13px solid #f69a2f;}
/*-----sous-menu----*/
#header1 #nav ul li ul {
position: absolute;
display: none;
margin: 0;
padding: 0;
z-index: 999999;left: -50%;
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;border-bottom: none;}
#header1 #nav ul li ul li a:hover{
    /* border:none; */
}

#header1 #nav ul li ul li:first-child a{
border:none;
}
#header1 #nav ul li ul li a:hover, #header1 #nav ul li ul li a.active {
	color: #F8A950;
}
#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****************/

/**********PRE HEADER**********************/
/*------PH1------------*/
#ph1{
	text-align: right;
	background-color: #191715;
	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 .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;
}

#slider .bx-wrapper .bx-viewport .caption{
position:absolute;top: 0;left: 5%;bottom: 0;width: 30%;padding: 7% 2% 2% 2%;
transform: rotateX(0deg);
transition: transform 0.4s;
color: #fff;background-color: rgba(0, 0, 0, 0.55);}



#slider .bx-wrapper .bx-viewport .caption.deux{
}

#slider .bx-wrapper .bx-viewport .caption.trois{
}

#slider .bx-wrapper .bx-viewport .caption.quatre{
}

#slider .bx-wrapper .bx-viewport .caption.cinq{
}


#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: 50px;
line-height: 1.2;font-family: 'Ubuntu', sans-serif;font-weight: bold;    /* old */font-size: 5vm;   /* IE9 */font-size: 5vmin;}

#slider .bx-wrapper .bx-viewport .caption h5{
text-transform: uppercase;font-size: 38px;
padding: 2% 0 0;font-family: 'Ubuntu', sans-serif;font-weight: 600;font-size: 3.8vm;font-size: 3.8vmin;}
#slider .bx-wrapper .bx-viewport .caption a{
    text-decoration: none;
    color: #000;
    background-color: #fff;
    padding: 13px 17px;
    display: inline-block;
    margin: 5% 0 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 1.2vm;
    font-size: 1.2vmin;
}
#slider .bx-wrapper .bx-viewport .caption a:hover{
    color: #fff;
    background-color: transparent;
}



#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: 2%;
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: 2px solid #d76a1d;
}
#slider .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 .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_fiche img.loupe{
    display: block;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: rgb(40,48,61);    
    background-color: rgba(126, 0, 2, 0.4);    position: absolute;    
    max-width: 36px;    right: 0;    bottom: 7px;    padding: 5px;
}

#slider_projet img{
visibility: hidden;
}
#fiche_gauche .bx-wrapper {
position: relative;
margin: 0 auto 10px;
padding: 0;
}
div#bx-pager img {
width: 20%;
padding: 0 0 2px;
margin: 0 2px;
border-bottom: 3px solid transparent;
}
#fiche_gauche #bx-pager > a.active img, #fiche_gauche #bx-pager img:hover{border-bottom: 3px solid #172B61;}
#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: #000;
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.item_f5:nth-child(1){
    width: 80%;
    float: left;
}
#footer_f5 div.item_f5:nth-child(1) img{
    max-width: 20%;
    padding: 0 0 0 2%;
}
#footer_f5 div.item_f5: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.item_f5:nth-child(1) p a{
	text-decoration:none;
	color: rgb(255,255,255);  color: rgba(255,255,255, 0.3);
}
#footer_f5 div.item_f5:nth-child(2){
    width: 20%;
    float: left;
    text-align: right;
    margin: 0.5% 0 0;
}

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

#footer_f5 div.item_f5:nth-child(2) img{
	padding: 1% 2% 0 0;
	max-width: 20%;
}
#footer_f5 div.item_f5: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-------*/

/*--------FOOTER F6-------*/
#footer_f6{
    padding: 2% 0;
    text-align: center;
    background-color: #000;
}
#footer_f6 .wrapper_f6{
    max-width: 30%;
    margin: 0 auto;
}
#footer_f6 #f6_sociaux{
    max-width: 70%;
    margin: 0 auto;
}
#footer_f6 #f6_sociaux div{
    float: left;
    width: 21%;
    margin: 0 2%;
}
#footer_f6 #f6_sociaux div img{
    max-width: 100%;
}
#footer_f6 #f6_sociaux div img:hover{
		-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
#footer_f6 #f6_logo{
    margin: 4% 0;
}
#footer_f6 #f6_logo img{
    max-width: 100%;
}
#footer_f6 p{
    text-align: center;
    color: #ABABAB;
    font-size: 14px;
    line-height: 1.4;
}
#footer_f6 p a{
    text-decoration: none;
    color: #ABABAB;
}

#footer_f6 #f6_scroll_top{
    max-width: 20%;
    display: block;
    margin: 5% auto 0;
    cursor: pointer;
}

#footer_f6 #f6_scroll_top:hover{
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
}




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

/*-------PRE FOOTER PF1-------*/
#pf1{
background-color: #58595b;
padding: 7px 0;
}
#pf1 div.item_pf1{
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.item_a1 {
float: left;
width: 46%;
margin: 3% 2%;
color: #9E9E9E;
}
#bloc_a1 img{
max-width: 100%;
padding: 0 0 3% 0;
width: 100%;
}
#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: #b7bac0;padding: 1% 2%;font-family: 'Ubuntu', sans-serif;}
#bloc_a2 div.item_a2{
float: left;width: 31%;margin: 3% 1%;
color: #242424;
text-align: center;}
#bloc_a2 div.item_a2:hover > div{
    background-color: #F69A2F;
}

#bloc_a2 div.item_a2 > div {padding: 30px 5px;background-color: #172b61;
max-width: 365px;
margin: -2px auto 0;position: relative;}
#bloc_a2 img{
max-width: 100%;
padding: 0 0 0 0;width: 100%;display: block;}
#bloc_a2 h3{font-size: 23px;
padding-bottom: 20px;font-weight: 600;padding: 0 5%;
text-transform: uppercase;color: #fff;font-size: 2.3vm;font-size: 2.3vmin;}
#bloc_a2 h6{
line-height: 1.4;
font-size: 14px;
padding: 2% 5%;
}
/*---------FIN BLOC A2-----------------*/
/*---------BLOC A3-----------------*/
#bloc_a3{
text-align: center;
padding: 4% 10%;
}
#bloc_a3 h1{
font-size: 36px;
}
#bloc_a3 div.separateur{
border-bottom: 5px solid #363636;
width: 15%;
margin: 20px auto;
}
#bloc_a3 p {
font-size: 18px;
line-height: 1.4;
max-width: 900px;
margin: 0 auto;
}
/*---------FIN BLOC A3-----------------*/
/*---------BLOC A4-----------------*/
#bloc_a4{
text-align: center;
padding: 4% 10%;
background-color: #fff;background: url(../images/a4_bg.jpg) no-repeat;background-size: cover;color: #fff;border-top: 13px solid #F69A2F;border-bottom: 13px solid #F69A2F;}
#bloc_a4.propos{
    background: #fff;
    color: #172B61;
    padding: 5% 2%;
}

#bloc_a4 div.hand_separateur{padding: 0 5% 50px;}
#bloc_a4.propos div.hand_separateur{padding: 0 5% 50px;}

#bloc_a4 div.hand_separateur > div {
height: 14px;border-bottom: 2px solid rgba(255, 255, 255, 0.09);
float: left;
width: 35%;}
#bloc_a4.propos div.hand_separateur > div {
    border-bottom: 2px solid rgba(23, 43, 97, 0.16);
}

#bloc_a4 div.hand_separateur > div:nth-child(2){
border: none;
width: 30%;
}
#bloc_a4 p{font-size: 50px;line-height: 1.1;
padding-bottom: 25px;font-weight: 600;font-family: 'Ubuntu', sans-serif;text-transform: uppercase;font-size: 5vm;font-size: 5vmin;}
#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: 5% 2%;
background-color: #5F5F5F;background: url('../images/a5_bg.jpg') no-repeat;color: #fff;background-size: cover;font-family: 'Ubuntu', sans-serif;}
#bloc_a5 h1 {font-size: 42px;
padding-bottom: 4%;text-transform: uppercase;font-weight: 600;}
#bloc_a5 #bloc_a5_a{
float: left;width: 40%;}
#bloc_a5 #bloc_a5_b{
float: left;
width: 50%;
}
#bloc_a5 p{font-size: 17px;
line-height: 1.6;padding: 0 0 20px;font-weight: 600;}
/*---------FIN BLOC A5-----------------*/
/*---------BLOC A8-----------------*/
#bloc_a8{
text-align: center;
padding: 2% 5%;
background-color: #3C3333;
}
#bloc_a8 div.item_a8 {
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.item_a8:nth-child(1){
background: url('http://lorempixel.com/1168/202/technics');
width: 99%;
float:none;
height: 202px;
}
#bloc_a8 div.item_a8:nth-child(2){
background: url('http://lorempixel.com/568/288/technics');
}
#bloc_a8 div.item_a8:nth-child(3){
background: url('http://lorempixel.com/572/286/technics');
}
#bloc_a8 div.item_a8 h3{
position: absolute;
bottom: 0;
padding: 2%; 
text-shadow: 2px 2px 3px #000;
}

#bloc_a8 div.item_a8 h3 span{
padding: 2% 0 0;
display: block; 
}
/*---------FIN BLOC A8-----------------*/
/*---------BLOC A10-----------------*/
#bloc_a10{
background-color: #fff;padding: 4% 2%;}
#bloc_a10 div.item_a10 {
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: 19px;
padding-bottom: 20px;font-weight: 500;
padding: 3% 5%;font-family: 'Ubuntu', sans-serif;color: #F69A2F;}
#bloc_a10 p{
line-height: 1.4;font-size: 15px;
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{
background-color: #AEBCC7;
padding: 2% 0;
}
#bloc_a11 div.item_a11 {
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: 20px;
padding-bottom: 20px;
font-weight: bold;
padding: 3% 0 5%;
}
#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;
margin-right: 5%;
max-width: 20%;
width: 20%;
border-radius: 50%;
}
#bloc_a11_droite > ul > li > P {
float: left;
width: 70%;
}
/*---------FIN BLOC A11-----------------*/
/*---------BLOC A12-----------------*/
#bloc_a12{
padding: 2% 0;
}
#bloc_a12 div.item_a12{
float: left;
width: 46%;
background-color: #2c2c2c;
color: #fff;
padding: 2%;
min-height: 200px;
}
#bloc_a12 div.item_a12 h2{
text-transform: uppercase;
font-weight: 600;
font-size: 30px;
line-height: 1.1;
padding: 0 0 2%;
}
#bloc_a12 div.item_a12 p{
font-size: 18px;
font-weight: 300;
line-height: 1.2;
padding: 0 0 5%;
}
#bloc_a12 div.item_a12 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.item_a12 a:hover{
background-color: #C52B22;
}
#bloc_a12 div.item_a12:nth-child(1){
}
#bloc_a12 div.item_a12:nth-child(2){
background-color: #363636;
}
#bloc_a12 div.item_a12: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/a17_01_bg.jpg') no-repeat;
background-size: cover;background-position: 0 100%;padding: 5% 2%;font-family: 'Ubuntu', sans-serif;}
#bloc_a17 div.item_a17{
float: left;text-align: left;}
#bloc_a17 div.item_a17:nth-child(1){width: 70%;
padding: 0 2%;}
#bloc_a17 div.item_a17:nth-child(2){width: 22%;padding: 1% 2% 0;text-align: center;}
#bloc_a17 h4{font-size: 57px;color: #ff0202;
text-transform: uppercase;
padding: 0;font-weight: 600;}
#bloc_a17 h4 span{
line-height: 1.2;font-size: 97px;display: inline-block;color: #172B61;}
#bloc_a17 a{color: #FFF;
text-decoration: none;
text-transform: uppercase;font-size: 35px;padding: 17px 0;
margin: 0;
display: inline-block;
font-weight: 600;width: 100%;background-color: #172B61;}
#bloc_a17 a:hover{background-color: #F69A2F;}
/*---------FIN BLOC A17-----------------*/
/*---------BLOC A19-----------------*/
#bloc_a19{
text-align: center;padding: 5% 2%;}
#bloc_a19 h3{
    font-size: 36px;
    padding: 0 0 4%;
    text-transform: uppercase;
    color: #172B61;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

#bloc_a19 div.item_a19{
float: left;width: 25%;}
#bloc_a19 div.item_a19 img{
max-width: 100%;width: 75%;}
/*---------FIN BLOC A19-----------------*/
/*---------BLOC A20-----------------*/
#bloc_a20{padding: 40px 2%;
background-color: #fff;}
#bloc_a20 h1{font-size: 33px;padding: 0;text-transform: uppercase;color: #172B61;font-family: 'Ubuntu', sans-serif;font-weight: 600;text-align: center;}
#bloc_a20 h1 span{}
#bloc_a20 h1 span:before{
    content:"";
    display:inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #172B61;
    vertical-align: middle;
    margin: 0 2%;
}

#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%;
}
/*---------FIN BLOC A20-----------------*/
/*---------BLOC A22-----------------*/
#bloc_a22{
padding: 3% 0;
}
#bloc_a22 div.item_a22{
float: left;
width: 48%;
margin: 0 1%;
border-bottom: 5px solid #3a3a3a;
}
#bloc_a22 div.item_a22 h2{
font-size: 30px;
text-transform: uppercase;
text-align: center;
padding: 0 0 3%;
}
#bloc_a22 div.item_a22 > div{
height: 277px;
position: relative;
}
#bloc_a22 div.item_a22:nth-child(1) > div{
background: url('http://lorempixel.com/600/300') no-repeat;
}
#bloc_a22 div.item_a22:nth-child(2) > div{
background: url('http://lorempixel.com/600/300/city') no-repeat;
}
#bloc_a22 div.item_a22 > 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.item_a22 > 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.item_a22 > div a:hover{
background-color: #E42A21;
}
/*---------FIN BLOC A22-----------------*/

/*---------BLOC A23-----------------*/
#bloc_a23{
    padding: 3% 0;
}
#bloc_a23 #bloc_a23_a{
	width: 44%;
}
#bloc_a23 .bloc_a23_div{
    float: left;
    width: 20%;
    margin: 0 1%;
}
#bloc_a23 p{
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
    padding: 0 5% 0 0;
}
#bloc_a23 ul{
    padding: 0 10%;
    line-height: 2;
}
#bloc_a23 li:before{
	content:"ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢";
	padding:0 5px;
	font-weight:bold;
}

/*---------FIN BLOC A23-----------------*/

/*---------BLOC A24-----------------*/
#bloc_a24{
    padding: 5% 0;
    /* background-color: rgb(231, 231, 231); */
    overflow: hidden;
}
#bloc_a24 h2{
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    padding: 0 0 3%;
}
#bloc_a24 div.a24_div{
    float: left;
    width: 48%;
    margin: 2% 1%;
}
#bloc_a24 div.a24_div img:hover{
	border-radius:50%;
}
#bloc_a24 div.a24_div img{
    float: left;
    width: 42%;
    margin: 0 4% 0 0;
}
#bloc_a24 div.a24_div h3{
    text-transform: uppercase;
    font-size: 20px;
}
#bloc_a24 div.a24_div p{
    padding: 3% 0;
    line-height: 1.8;
}
#bloc_a24 div.a24_div a{
    text-decoration: none;
    color: #fff;
    background-color: red;
    border: 2px solid red;
    padding: 17px;
    display: inline-block;
    text-transform: uppercase;
}
#bloc_a24 div.a24_div a:hover{
    background-color: transparent;
    color: #000;
}



/*---------FIN BLOC A24-----------------*/

/*---------BLOC A25-----------------*/

#bloc_a25{
    margin: 0 0 0;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
}
#bloc_a25 #a25_gauche{
    float: left;
    background: url('http://lorempixel.com/867/993') no-repeat;
    background-size: cover;
    width: 30%;
    padding: 4% 10%;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
#bloc_a25.a25_01 #a25_gauche.cla05{
    background: url('../images/a25_05.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25.a25_02 #a25_gauche.cla06{
    background: url('../images/a25_06.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25.a25_03 #a25_gauche.cla07{
    background: url('../images/a25_07.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25.a25_04 #a25_gauche.cla08{
    background: url('../images/a25_08.jpg') no-repeat;
    background-size: cover;
}


#bloc_a25.a25_01 #a25_gauche.cla09{
    background: url('../images/a25_09.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25.a25_02 #a25_gauche.cla10{
    background: url('../images/a25_10.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25.a25_03 #a25_gauche.cla11{
    background: url('../images/a25_11.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25.a25_04 #a25_gauche.cla12{
    background: url('../images/a25_12.jpg') no-repeat;
    background-size: cover;
}




#bloc_a25.a25_01 #a25_gauche{
    background: url('../images/a25_01.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25.a25_02 #a25_gauche{
    background: url('../images/a25_02.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25.a25_03 #a25_gauche{
    background: url('../images/a25_03.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25.a25_04 #a25_gauche{
    background: url('../images/a25_04.jpg') no-repeat;
    background-size: cover;
}

#bloc_a25 #a25_gauche h2{
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 900;
}
#bloc_a25 #a25_gauche p{
    font-size: 20px;
    padding: 3% 0;
    line-height: 1.3;
    font-weight: 600;
}
#bloc_a25 #a25_droite.a25_bg_01{
    background: url('../images/a25_bg_01.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25 #a25_droite.a25_bg_02{
    background: url('../images/a25_bg_02.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25 #a25_droite.a25_bg_03{
    background: url('../images/a25_bg_03.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25 #a25_droite.a25_bg_04{
    background: url('../images/a25_bg_04.jpg') no-repeat;
    background-size: cover;
}




#bloc_a25 #a25_droite.a25_bg_05{
    background: url('../images/a25_bg_05.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25 #a25_droite.a25_bg_06{
    background: url('../images/a25_bg_06.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25 #a25_droite.a25_bg_07{
    background: url('../images/a25_bg_07.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25 #a25_droite.a25_bg_08{
    background: url('../images/a25_bg_08.jpg') no-repeat;
    background-size: cover;
}


#bloc_a25 #a25_droite.a25_bg_09{
    background: url('../images/a25_bg_09.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25 #a25_droite.a25_bg_10{
    background: url('../images/a25_bg_10.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25 #a25_droite.a25_bg_11{
    background: url('../images/a25_bg_11.jpg') no-repeat;
    background-size: cover;
}
#bloc_a25 #a25_droite.a25_bg_12{
    background: url('../images/a25_bg_12.jpg') no-repeat;
    background-size: cover;
}






#bloc_a25 #a25_droite{
    float: left;
    width: 30%;
    padding: 4% 10%;
    background-color: #b7bac0;
    color: #172B61;
}
#bloc_a25 #a25_droite h3{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
#bloc_a25 #a25_droite h2{
    font-size: 38px;
    font-weight: bold;
}

#bloc_a25 #a25_droite ul{
    list-style: square;
    padding: 10px 0 10px 5%;
}
#bloc_a25 #a25_droite ul li{
    padding: 0 0 10px;
}


#bloc_a25 #a25_droite p{
    padding: 2% 0;
    line-height: 1.6;
}
#bloc_a25 #a25_droite a{
    text-decoration: none;
    color: #fff;
    background-color: #222;
    display: inline-block;
    padding: 10px 20px;
    margin: 2% 0;
    border-radius: 2px;
    font-size: 22px;
    text-transform: uppercase;
}
#bloc_a25 #a25_droite a:hover{
    background-color: red;
}

/*---------FIN BLOC A25-----------------*/

/*---------BLOC A26-----------------*/
#bloc_a26{
    padding: 4% 0;
}
#bloc_a26 .item_a26{
    float: left;
    width: 48%;
    margin: 1%;
}

#bloc_a26 .item_a26 div.item_a26_a{
    float: left;
    width: 65%;
    background-color: rgb(93, 116, 133);
    color: #fff;
    position: relative;
}
#bloc_a26 .item_a26 div.item_a26_a > div{
    padding: 30px 30px 40px;
}

#bloc_a26 .item_a26 > div.item_a26_b{
    float: left;
    width: 35%;
}

#bloc_a26 .item_a26:nth-child(1) > div.item_a26_b{
    background: url('http://lorempixel.com/200/300/technics') no-repeat;
    background-size: cover;
}
#bloc_a26 .item_a26:nth-child(2) > div.item_a26_b{
    background: url('http://lorempixel.com/200/300/city') no-repeat;
    background-size: cover;
}

#bloc_a26 .item_a26:nth-child(3) > div.item_a26_b{
    background: url('http://lorempixel.com/200/300/people') no-repeat;
    background-size: cover;
}

#bloc_a26 .item_a26:nth-child(4) > div.item_a26_b{
    background: url('http://lorempixel.com/200/300/food') no-repeat;
    background-size: cover;
}

#bloc_a26 .item_a26 h5{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
#bloc_a26 .item_a26 p{
    font-size: 14px;
    line-height: 1.6;
    padding: 10% 0;
}
#bloc_a26 .item_a26 a{
    color: #fff;
    text-decoration: none;
    background-color: #222;
    padding: 10px 20px;
    margin: 2% 0;
    position: absolute;
    bottom: 10px;
}
#bloc_a26 .item_a26 a:hover{
    background-color: #ccc;
    color: #222;
}
/*---------FIN BLOC A26-----------------*/
/*---------BLOC A27-----------------*/
#bloc_a27{
    padding: 0 0 4%;
    overflow: hidden;
}
#bloc_a27 .border-top{
    border-top: 1px solid #000;
    padding: 4% 0 0;
}

#bloc_a27 .item_a27{
    float: left;
    width: 21%;
    margin: 0 2%;
}
#bloc_a27 .item_a27 span{
    font-size: 60px;
    font-weight: bold;
    color: red;
    padding: 0 0 5%;
    display: block;
}
#bloc_a27 .item_a27 > div{
  border-bottom: 1px solid #000;
  padding: 0 0 5%;
}
#bloc_a27 .item_a27 h4{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
#bloc_a27 .item_a27 ul{
    padding: 5% 0;
    line-height: 1.2;      
    display: table;    border-collapse: separate;    
    border-spacing: 3px 10px;
}
#bloc_a27 .item_a27 li{
    font-size: 14px;      
    display: table-row;
}
#bloc_a27 .item_a27 li:before{/* aha! */
          display: table-cell;/* aha! */
          content: "\2022";
          color: red;
          font-size: 20px;
          vertical-align:middle;
          line-height: 0;
          text-align: left;
          }
#bloc_a27 .item_a27 a{
    color: red;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
#bloc_a27 .item_a27 a:hover{
    color: blue;
}
/*---------FIN BLOC A27-----------------*/
/*---------BLOC A28-----------------*/
#bloc_a28{
    padding: 0 0 10%;
}
#bloc_a28 .item_a28{
    position: relative;    display: block;    
    width: 25%;    float: left;
    background: rgba(237, 186, 23, 0.8);
    padding: 0 0 0.3%;
    overflow:hidden;
}
#bloc_a28 .item_a28:hover .item_a28_overlay{
	opacity: 1;
}
#bloc_a28 .item_a28:hover img{
	-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
#bloc_a28 .item_a28 a{}
#bloc_a28 .item_a28 img{
    width: 100%;    height: auto;
    max-width: 100%;
}
#bloc_a28 .item_a28 .item_a28_overlay{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(237, 186, 23);    
    background: rgba(237, 186, 23, 0.8);
    color: #333333;
}
#bloc_a28 .item_a28 .item_a28_overlay .item_a28_overlay_inner{
    position: absolute;    left: 0;    bottom: 0;    margin: 0 17% 15%;
}
#bloc_a28 .item_a28 .item_a28_overlay h4{
    font-size: 34px;
    padding: 5% 0;
    display: inline-block;
    font-weight: bold;
}
#bloc_a28 .item_a28 .item_a28_overlay p{
    font-size: 20px;
    line-height: 1.4;
}




/*---------FIN BLOC A28-----------------*/


/**********FIN SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE A*******************/


/**********SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE P*******************/
/*---------BLOC P1-----------------*/
#bloc_p1{padding: 5% 2%;font-family: 'Ubuntu', sans-serif;}
#bloc_p1 img{
max-width: 100%;width: 100%;}
#bloc_p1_gauche{float: none;width: 96%;}
#bloc_p1_droite{
float: left;width: 47%;margin: 0 2% 0 0;}
#bloc_p1_droite img{}
#bloc_p1 h1{
text-transform: uppercase;
font-size: 30px;padding: 2% 0 22px;font-weight: 500;color: #172B61;}
#bloc_p1 p{font-size: 17px;
line-height: 1.6;padding: 0 5% 2% 0;font-weight: 600;color: #172B61;}
/*---------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: left;
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: 46%;
margin: 0 2%;
}
#bloc_p3_droite{
float: left;
width: 46%;
margin: 0 2%;
}
#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%;
}
#bloc_p3 p{
font-size: 14px;
line-height: 1.6;
}
/*---------FIN BLOC P3-----------------*/
/*---------BLOC P4-----------------*/
#bloc_p4{
background-color: #E6E6E6;
padding: 10px;
}
#bloc_p4 div.item_p4 {
float: left;
width: 25%;
margin: 3% 0;
color: #737373;
}
#bloc_p4 img{
max-width: 95%;
}
#bloc_p4 h3{
font-size: 18px;
text-transform: uppercase;
padding-bottom: 20px;
font-weight: bold;
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.item_p5 {
float: left;
width: 50%;
margin: 3% 0;
color: #242424;
}
#bloc_p5 div.item_p5 h3 {
font-size: 16px;
text-transform: uppercase;
padding-bottom: 20px;
color: #fff;
font-weight: bold;
}
#bloc_p5 div.item_p5 p{
display: block;
line-height: 1.4;
font-size: 14px;
}
#bloc_p5 div.item_p5 .rond_text{
float: left;
width: 60%;
}
#bloc_p5 .rond_lettre {
float: left;
width: 25%;
text-align: center;
margin: 0 5% 0 0;
}
#bloc_p5 .rond_lettre img{
    max-width: 100%;
    border-radius: 50%;
}

/*---------FIN BLOC P5-----------------*/
/*---------BLOC P6-----------------*/
#bloc_p6{
background-color: #99b565;
padding: 3%;
text-align: center;
}
#bloc_p6 div.item_p6 {
float: left;
width: 33%;
margin: 1% 0;
color: #fff;
text-align: left;
}
#bloc_p6 img{
max-width: 100%;
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.item_p7 {
float: left;
width: 48%;
margin: 0 1%;
}
#bloc_p7 div.item_p7 img{
max-width: 100%; 
}
#bloc_p7 div.item_p7 p {
font-size: 14px;
line-height: 1.6;
padding: 2% 0;
}
/*---------FIN BLOC P7-----------------*/
/*---------BLOC P8-----------------*/
#bloc_p8{
    padding: 3% 0;
}
#bloc_p8 div.bloc_p8_div.un{
    float: left;
    width: 28%;
    padding: 0 1%;
}
#bloc_p8 div.bloc_p8_div.un img{
    max-width: 100%;
    border-radius: 0;
}

#bloc_p8 div.bloc_p8_div.deux{
    float: left;
    width: 62%;
    padding: 4% 3%;
}
#bloc_p8 div.bloc_p8_div.deux h4{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 2%;
}
#bloc_p8 div.bloc_p8_div.deux p{
    font-size: 16px;
    line-height: 1.6;
    padding: 0 0 2%;
}
#bloc_p8 div.bloc_p8_div.deux a{
    text-decoration: none;
    background-color: red;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    margin: 2% 0;
    text-transform: uppercase;
    font-size: 16px;
}
#bloc_p8 div.bloc_p8_div.deux a:hover{
    background-color: #ccc;
    color: #222;
}
/*---------FIN BLOC P8-----------------*/
/*---------BLOC P9-----------------------------*/
#bloc_p9{
    background-color: orange;
    padding: 5% 0;
}
#bloc_p9 .wrapper > div{
    float: left;
    width: 31%;
    margin: 0 1%;
}

#bloc_p9_01{}
#bloc_p9_02{}
#bloc_p9_03{}
#bloc_p9 h4{
    font-size: 26px;
    font-weight: bold;
    padding: 0 0 25px;
}
#bloc_p9 p{
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
}
#bloc_p9 span{
    font-size: 43px;
    color: rgb(214, 0, 0);
    font-weight: 600;
    font-family: 'Open-sans', sans-serif;
    padding: 0 0 25px;
    display: inline-block;
}
#bloc_p9 span#nl_button{
    background-color: rgb(214, 0, 0);
    color: #fff;
    padding: 11px 16px;
    font-size: 20px;
    font-weight: normal;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    width: 4%;
    float: left;
    margin: 25px 0 0;
    height: 21px;
}
#bloc_p9 span#nl_button:hover{
    background-color: rgb(39, 44, 51);
}

#bloc_p9 input{
    padding: 10px;
    font-size: 16px;
    margin: 25px -4px 0 0;
    width: 70%;
    float: left;
    height: 19px;
}
#bloc_p9 a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background-color: rgb(214, 0, 0);
    padding: 13px 0;
    display: inline-block;
    margin: 25px 0 0;
    width: 80%;
    text-align: center;
    border-radius: 5px;
}
#bloc_p9 a:hover{
    background-color: rgb(39, 44, 51);
}
/*---------FIN BLOC P9-----------------------------*/

/**********FIN SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE P*******************/



/**********SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE S*******************/
/*---------BLOC S1-----------------*/
#bloc_s1{
background-color: #C0C0C0;
padding: 20px;
}
#bloc_s1 img{
max-width: 100%;
padding: 1% 0;
width: 100%;
}
#bloc_s1_gauche{
float: left;
width: 40%;
}
#bloc_s1_droite{
float: left;
width: 56%;
margin: 0 auto;
}
#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-left: 10%;
}
#bloc_s1 ul li{
padding: 2% 0;
}
/*---------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.item_s4{
    float: left;
    width: 49%;
    margin: 0 0.5%;
}
#bloc_s4 #bloc_s4_a > div{
    background-color: lightgrey;
    padding: 3%;
}
#bloc_s4 #bloc_s4_b > div{
    background-color: #ccc;
    margin: 0 0 2%;
    padding: 0 1%;
}
#bloc_s4 #bloc_s4_b > div > div:nth-child(1) p{
	font-size: 50px;
	color: #912019;
	font-weight: bold;
	text-align: center;
}
#bloc_s4 #bloc_s4_b > div > div:nth-child(1){
    float: left;
    width: 10%;
    padding: 1% 0 0;
}
#bloc_s4 #bloc_s4_b > div > div:nth-child(2){
    float: left;
    width: 82%;
    padding: 2%;
}
/*---------FIN BLOC S4-----------------*/
/*---------BLOC S5-----------------*/
#bloc_s5{
background-color: #EEAB33;
}
#bloc_s5 div.item_s5 {
float: left;
width: 33%;
margin: 3% 0;
}
#bloc_s5 h2{
font-size: 25px;
text-transform: uppercase;
padding-bottom: 20px;
font-weight: bold;
padding: 0 4% 5%;
}
#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.item_s7: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: #ABABAB;
padding: 3% 1%;
}
#bloc_c1_a{
float: left;
width: 48%;
margin: 0 1%;
}
#bloc_c1_b{
float: left;
width: 48%;
margin: 0 1%;
}
#map_bloc_c1{
width: 100%;
height: 344px;
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: 100%;
}
#bloc_c1_a #form_contact input, #bloc_c1_a #form_contact textarea {
width: 96%;
height: 20px;
padding: 2%;
font-size: 14px;
background-color: #dddddd;
border: none;
}
#bloc_c1_a #form_contact textarea {
height: 120px;
padding: 2%;
margin: 0 0 5px 0;
}
/*---------FIN BLOC C1----------*/
/*---------BLOC C2----------*/
#bloc_c2{
background-color: #c2c2c2;
padding: 3% 1%;
}
#bloc_c2_a{
float: left;
width: 23%;
text-align: center;
margin: 0 1%;
}
#bloc_c2_b{
float: left;
width: 37%;
margin: 0 1%;
}
#bloc_c2_c{
float: left;
width: 34%;
margin: 0 1%;
}
#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;
}
#bloc_c2_b #form_contact input,#bloc_c2_b #form_contact textarea {
width: 96%;
height: 20px;
padding: 2%;
font-size: 14px;
background-color: #dddddd;
border: none;
}
#bloc_c2_b #form_contact textarea {
height: 120px;
padding: 2%;
margin: 0 0 5px 0;
}
/*---------FIN BLOC C2----------*/
/*---------BLOC C3-----------------*/
#bloc_c3{
background-color: #FFB84D;
padding: 3% 5%; 
}
#bloc_c3 a.item_c3{
float: left;
display: inline-block;
width: 25%;
text-align: center;
text-decoration: none;
color: #5A5252;
line-height: 1.4;
}
#bloc_c3 a.item_c3 img{
display: block;
margin: 0 auto 5%;
max-width: 25%;
}
/*---------FIN BLOC C3-----------------*/
/*---------BLOC C4----------*/
#bloc_c4{
padding: 4% 1%;
background: url('../images/c4_bg.jpg') no-repeat;
background-size: cover;
color: #fff;
}
#bloc_c4 #bloc_c4_form_gauche {
float: left;
width: 46%;
padding: 0 2%;
}
#bloc_c4 #bloc_c4_form_droite {
float: left;
width: 46%;
padding: 0 2%;
}
#bloc_c4_a > p{
font-size: 31px;
padding: 0 0 15px 25px;
width: 90%;
font-weight: bold;
color: #fff;
font-style: italic;
text-shadow: 1px 1px 1px #000;
}
#bloc_c4_a #form_contact label {
font-size: 20px;
padding: 10px 0 3px;
display: inline-block;
}
#bloc_c4_a #form_contact label.form_error{
color: #FF9C9C;
padding: 0 0 5px 0;
}
#bloc_c4_a #form_contact input[type="submit"] {
width: auto;background-color: #172b61;color: #FFF;
height: auto;
cursor: pointer;
border: none;
float: right;
font-weight: bold;
font-style: italic;
padding: 1% 4%;
text-transform: none;
font-size: 20px;
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;
margin: 5% auto 0;
float: none;
text-shadow: none;
display: block;}
#bloc_c4_a #form_contact input[type="submit"]:hover{background-color: #F69A2F;
color: #fff;}
#bloc_c4_a #form_contact{
position: relative;
width: 100%;
}
#bloc_c4_a #form_contact input, #bloc_c4_a #form_contact textarea {
width: 97%;
height: 20px;
padding: 8px;
font-size: 18px;
background-color: rgba(255, 255, 255, 0.65);
border: none;
border: none;
border-radius: 0;
color: #000;
}
#bloc_c4_a #form_contact textarea {
height: 158px;
padding: 8px;
margin: 0 0 5px 0;
font-family: 'Source Sans Pro', sans-serif;
}
/*---------FIN BLOC C4----------*/
/*---------BLOC C5----------*/
#bloc_c5{
background-color: #AAAD9A;
padding: 3% 1%;
}
#bloc_c5_a{
float: left;
width: 46%;
margin: 0 2%;
}
#bloc_c5_b{
float: left;
width: 46%;
margin: 0 2%;
}
#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;
}
#bloc_c5_a #form_contact input, #bloc_c5_a #form_contact textarea {
width: 96%;
height: 20px;
padding: 2%;
font-size: 14px;
background-color: #fff;
border: none;
}
#bloc_c5_a #form_contact textarea {
height: 120px;
padding: 2%;
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: 4% 2%;font-family: 'Ubuntu', sans-serif;}
#bloc_c6 h5{
    font-size: 45px;
    font-weight: 600;
    color: #172B61;
    padding: 0 0 40px;
}
#bloc_c6 > div > div{
float: left;width: 22%;margin: 2% 1%;color: #FFF;background-color: #172b61;
text-align: center;padding: 30px 0.5%;height: 273px;}
#bloc_c6 > div > div p{
    font-size: 24px;
    font-weight: 600;
}

#bloc_c6 img {
display: block;margin: 12px auto 0;max-width: 121px;}
#bloc_c6 a {
text-decoration: none;color: #FFF;
padding: 14% 0 5%;
display: block;
line-height: 1.4;font-size: 17px;font-weight: 600;}
/*---------FIN BLOC C6-----------------*/
/*---------BLOC C7----------*/
#bloc_c7{}
#bloc_c7 h3{
text-align: center;
font-size: 30px;
padding: 0 0 1%;
}
#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: 300px;            
}
.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.item_c11 {
float: left;
width: 30%;
margin: 3% 1.6%;
color: #fff;
background-color: #168ec6;
text-align: center;
padding: 30px 0;
}
#bloc_c11 div.item_c11 h6 {
text-transform: uppercase;
padding: 5% 5px;
font-weight: bold;
font-size: 18px;
line-height: 1.2;
}
#bloc_c11 div.item_c11 p {
text-transform: uppercase;
font-size: 14px;
}
#bloc_c11 div.item_c11 img {
display: block;
margin: 0 auto;
padding-top: 40px;
padding-bottom: 10px;
max-width: 20%;
}
#bloc_c11 div.item_c11 a {
text-decoration: none;
color: #fff;
}
/*---------FIN BLOC C11-----------------*/
/**********FIN SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE C*******************/




/*---------GALLERIE RÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ALISATION-----------------------------*/

/*---------GALLERIE WRAPPER-----------------*/
#gallerie_wrapper{padding: 5% 2%;}
.real_avant{
    padding: 2% 0 5%;
}
.real_apres{}

.real_avant h5, .real_apres h5{
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin: 0 0 1%;
}

/*---------FIN GALLERIE WRAPPER-----------------*/
#content_realisations{
	visibility:hidden;
}
/*-------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: #172B61;
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;font-family: 'Ubuntu', sans-serif;text-transform: uppercase;}
#menu_realisations.style_1 a:first-letter{
text-transform: capitalize;
}
#menu_realisations.style_1 a:hover, #menu_realisations.style_1 a.active {background-color: #F69A2F;}
/*-------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---------*/
/*-------STYLE 4---------*/
.real_img_wrap.masonry.type4{
    width: 24%;
    margin: 0.5%;
    overflow: hidden;
    text-decoration: none;
}
.real_img_wrap.masonry.type4:hover > div{
	top:0;
	display: block;
}
.real_img_wrap.masonry.type4:hover img{
	 -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.real_img_wrap.masonry.type4 img{
    width: 100%;
    margin: 0;
    max-width: 100%;
}
.real_img_wrap.masonry.type4 > div{
    position:absolute;
    top: -200%;
    left: 0;
    right: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-align: center;                
    /* display: none; */
    z-index: 99;
}
.real_img_wrap.masonry.type4 > div > div{
    padding: 10%;
}
.real_img_wrap.masonry.type4 > div > div h4{
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 5%;
    font-size: 20px;
}
.real_img_wrap.masonry.type4 > div > div p{
    line-height: 1.2;
    display: block;
}


/*-------FIN STYLE 4---------*/
.real_img_wrap.masonry.type5{
    width: 24%;
    margin: 0.5%;
    overflow: hidden;
    text-decoration: none;
}

.real_img_wrap.masonry.type5 > div{
    color: #FFF;
    text-align: center;
    z-index: 99;
    position: relative;
    min-height: initial;
    background-color: #172B61;
}
.real_img_wrap.masonry.type5 > div > div{
    padding: 10%;
}
.real_img_wrap.masonry.type5 > div > div h4{
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 5%;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
}
.real_img_wrap.masonry.type5 > div > div p{
    line-height: 1.2;
    display: block;
    font-size: 14px;
}


.real_img_wrap.masonry.type5{
	background-color: rgb(119, 214, 255);
}

.real_img_wrap.masonry.type5 > div > div{
    padding: 30px 20px;
}
.real_img_wrap.masonry.type5:hover img{
    -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity:0.7;
  -webkit-backface-visibility: hidden;
}
.real_img_wrap.masonry.type5 img{
	margin:0 0 -2px;
	width: 100%;
	max-width: 100%;
}

/*-------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-----------------------------*/


/*----------IFRAME RV--------------*/
#rv_iframe_wrapper{
    padding: 2% 0;
}
#rv_iframe_wrapper iframe{
    width: 100%;        
}
/*----------FIN IFRAME RV--------------*/


/*---------BLOC V----------*/
#bloc_v{
  background-color: #FFFFFF;
  padding: 4% 1% 5%;
}
#bloc_v > div.wrapper > a{
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 20px;
    margin: 0 0 1%;
    display: inline-block;
    background-color: rgb(23, 43, 97);
    box-shadow: 1px 2px 3px 1px #929292;
    box-shadow: none;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
}
#bloc_v > div.wrapper > a:hover{
    background-color: rgb(246, 154, 47);
}

#bloc_v h2{
padding: 0 0 2%;


  font-size: 30px;font-weight: 600;  text-align: center;  text-transform: uppercase;font-family: 'Ubuntu', sans-serif;color: #172B61;}

#bloc_v div.wrapper > div{
  float: none;
}
#v_a{
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
#v_b{
  width: 50%;
}
#v_a > p, #v_b > p{
text-transform: uppercase;
font-size: 20px;
padding: 0 0 15px 0;
width: 90%;
}
#v_a #form_emplois label {
  font-size: 16px;
  padding: 15px 0 4px;
  display: inline-block;
}
#v_a #form_emplois label.form_error{
  color: red;
  padding: 0 0 5px 0;
}
#v_a #form_emplois input[type="submit"] {
width: auto;
max-width: 100%;
padding: 10px 7%;
margin: 4% auto;
display: block;
border: none;background-color: rgb(23, 43, 97);
color: #fff;
font-size: 20px;font-weight: 300;
-webkit-transition: color 0.2s, background-color 0.5s;  /* For Safari 3.1 to 6.0 */
  transition: color 0.2s, background-color 0.5s;
float: none;
height: auto;
cursor: pointer;font-family: 'Ubuntu', sans-serif;}
#v_a #form_emplois input[type="submit"]:hover{
  background-color: #F69A2F;
}
#v_a #form_emplois{
  position: relative;
  width: 96%;
  margin: 0 auto;
  max-width: 600px;
}
#v_a #form_emplois input, #v_a #form_emplois textarea {
  width: 96%;
  height: 20px;
  padding: 5px 2%;
  font-size: 14px;
  border: 1px solid #414141;
  background-color: rgba(242, 242, 242, 0.66);
  max-width: 96%;
}
#v_a #form_emplois textarea {
height: 120px;
padding: 1% 2%;
margin: 0 0 5px 0;
}
#v_b > div{
  float: left;
  width: 50%;
  padding: 3% 0;
  line-height: 1.4;
}
#v_b a{
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 14px; 
}
#v_b > div p{
  font-size: 20px;
  font-weight: bold;
  padding: 2px 0;
  text-transform: uppercase;
}
/*---------FIN BLOC V----------*/



/*---CATALOGUE EMPLOIS-----*/
#catalogue.emplois #produits_catalogue div.reserved-item.display_list {position: relative;width: 95%;
float: none;
min-height: 140px;
background-color: transparent;
border: none;
box-shadow: none;
border-bottom: 1px solid #ccc;margin: 5% auto;padding: 1%;border-radius: 0;}
#catalogue.emplois .reserved-item_insert_date{
    display: block;
    font-size: 18px;
    font-style: italic;
}
#catalogue.emplois #produits_catalogue div.reserved-item.display_list img {
float: none;
margin: 0 0 2%;
}

#catalogue.emplois #produits_catalogue div.reserved-item.display_list h4 {
float: none;
padding: 0 0 10px;
font-size: 40px;
text-align: left;
text-transform: none;}

#catalogue.emplois #produits_catalogue div.reserved-item.display_list a.savoir_plus {
position: relative;
width: auto;
display: inline-block;
right: initial;
padding: 10px 20px;margin: 40px 0 0;
font-size: 20px;background-color: #172B61;}
#catalogue.emplois #produits_catalogue div.reserved-item.display_list a.savoir_plus:hover{
    background-color: #F69A2F;
}


#catalogue.emplois #produits_catalogue div.reserved-item.display_list p{
text-align: left;font-size: 18px;
padding: 0;}
#catalogue.emplois #produits_catalogue div.reserved-item.display_list .emplois_details{
    padding: 9px 0 10px;
    font-style: italic;
}
#catalogue.emplois #produits_catalogue div.reserved-item.display_list .emplois_details p{
    font-size: 15px;
}

#catalogue.emplois #produits_catalogue div.reserved-item.display_list .item_desc{
    padding: 17px 0 0;
}

/*---FIN CATALOGUE EMPLOIS-----*/





#tp_002{
    background: url('http://lorempixel.com/1600/400/technics') no-repeat;
    background-size: cover;
    padding: 6% 2%;
}
#tp_002 h2{
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    padding: 0 0 50px;
}
.item_tp_002{
    float: left;
    width: 31%;
    margin: 0 1%;
}
.item_tp_002 ul{}
.item_tp_002 ul li{
    background-color: #E62722;
    color: #fff;
    display: block;
    margin: 10px auto;
    padding: 16px 17px;
    font-size: 19px;
    border-radius: 5px;
    max-width: 400px;
}
.item_tp_002 ul li:after{
  content:"";
  background:url('../images/tp_002_check.png');
  height: 17px;
  width: 16px;
  display: inline-block;
  float: right;
  position: absolute;
  right: 10px;
  top: 37%;
}


#tp_003{
    padding: 7% 2%;
}
.item_tp_003.a{
    float: left;
    width: 50%;
    margin: 0 5% 0 0;
}
.item_tp_003.a h4{
    font-size: 44px;
    font-weight: 300;
}
.item_tp_003.a h6{
    font-size: 20px;
    line-height: 1.4;
    padding: 22px 0;
    color: #E62722;
}
.item_tp_003.a p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.item_tp_003.b{
    float: left;
    width: 19%;
    background-color: #f7f7f7;
    margin: 0 1%;
}
.item_tp_003.b ul{
    padding: 20px;
    font-size: 18px;
}
.item_tp_003.b ul li{
    padding: 5px 0;
    color: #E62722;
}
.item_tp_003.b ul li.yes:before{
  content:"";
  background: url('../images/li_yes.png') no-repeat;
  height: 13px;
  width: 13px;
  display: inline-block;
  padding: 0 15px 0 0;
}
.item_tp_003.b ul li.no:before{
  content:"";
  background: url('../images/li_no.png') no-repeat;
  height: 13px;
  width: 13px;
  display: inline-block;
  padding: 0 15px 0 0;
}

.item_tp_003.b > div{
    background-color: #E62722;
    padding: 20px;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}
.item_tp_003.b > div span{
    display: block;
    font-size: 20px;
    padding: 0 0 9px;
}
.item_tp_003.b > div h5{
    font-size: 44px;
    font-weight: 300;
}

.item_tp_003.b.b1 > div{
    background-color: #E64642;
}
.item_tp_003.b.b2 > div{}

#cusla_001{
    font-family: 'Ubuntu', sans-serif;
    padding: 4% 2%;
}
#cusla_001 h2 {
   width: 100%;
   text-align: center;
   border-bottom: 2px solid #F69A2F;
   line-height: 0.1em;
   margin: 10px 0 20px;
   font-size: 27px;
   text-transform: uppercase;
   color: #172b61;
   font-weight: 600;
   font-size: 2.7vm;/* IE9 */
   font-size: 2.7vmin;
} 

#cusla_001 h2 span {
    padding: 0 3%;
    background: #fff;
}
#cusla_001 h2 span span{
    padding: 0 1%;
    color: #F69A2F;
}


#nouvelles_index{
float: left;
width: 46%;
margin: 0 2%;}
#nouvelles_index > h4{
padding: 0 0 5%;text-align: left;font-size: 34px;      font-weight: 600;      font-family: 'Ubuntu', sans-serif;      color: #172B61;}

#nouvelles_index.full_width{
    float: none;
    width: 96%;
    margin: 0 auto;
    padding: 0 0 3%;
}
#nouvelles_index a{
    color: #000;
    text-decoration: none;
}
#nouvelles_index div.nouvelle_index:hover{
    background-color: #172B61;
    color: #fff;
}
#nouvelles_index div.nouvelle_index{
    border-bottom: 1px #172B61 solid;
    padding: 15px 0;
}
#nouvelles_index div.nouvelle_index p.news_index_titre{
    float: left;
    font-size: 16px;
    width: 70%;
    padding: 0.5% 0 0 10px;
}
#nouvelles_index div.nouvelle_index p.news_index_date{
    float: left;
    width: 20%;
    text-align: right;
    padding: 1% 2% 0;
    font-style: italic;
    font-size: 14px;
}
#nouvelles_index div.nouvelle_index img{
    float: right;
    max-width: 20px;
    width: 4%;
    padding: 1% 2% 0 0;
}


#emp_nou_index{
    padding: 6% 2%;
    background-color: #b7bac0;
}
#emplois_index{
float: left;
width: 46%;
margin: 0 2%;}
#emplois_index.col1, #nouvelles_index.col1{
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

#emplois_index > h4{font-size: 25px;    font-weight: bold;
padding: 0 0 5%;
text-transform: uppercase;text-align: center;color: #2E3034;}

#emplois_index.full_width{
    float: none;
    width: 96%;
    margin: 0 auto;
    padding: 0 0 3%;
}
#emplois_index a{
    color: #000;
    text-decoration: none;
}
#emplois_index div.nouvelle_index:hover{
    background-color: #006692;
    color: #fff;
}
#emplois_index div.nouvelle_index{
    border-bottom: 1px #006692 solid;
    padding: 15px 0;
}
#emplois_index div.nouvelle_index p.news_index_titre{
    float: left;
    font-size: 16px;
    width: 70%;
    padding: 0.5% 0 0 10px;
}
#emplois_index div.nouvelle_index p.news_index_date{
    float: left;
    width: 20%;
    text-align: right;
    padding: 1% 2% 0;
    font-style: italic;
    font-size: 14px;
}
#emplois_index div.nouvelle_index img{
    float: right;
    max-width: 20px;
    width: 4%;
    padding: 1% 2% 0 0;
}

#index_news_gauche{
    float: none;
    width: 90%;
    margin: 0 auto;
}
#index_news_gauche.col2{
    float: left;
    width: 46%;
    margin: 0 2%;
}

#index_news_gauche h3{
    font-size: 34px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    color: #172B61;
}
#index_news_gauche p{
    line-height: 1.6;
    padding: 5% 0;
    max-width: 80%;
}
#index_news_gauche a{
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #F69A2F;
    background-color: #fff;
    padding: 16px 8%;
    text-decoration: none;
    border: 1px solid #fff;
    font-weight: 600;
    margin: 5% 0 0;
}
#index_news_gauche a:hover{
    background-color: transparent;
    color: #fff;
}

#footer_cus{
    background-color: #172B61;
    padding: 3% 2%;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}
#fc_01{
    float: left;
    width: 50%;
}
#fc_02{
    float: left;
    width: 50%;
    text-align: right;
}
#fc01_t{
    padding: 0 0 50px;
}
#fc01_t h5{
    font-weight: 600;
    font-size: 30px;
    padding: 0 0 30px;
}
#fc01_t p{
    font-size: 20px;
}
#fc01_b{}
#fc01_b img{
    max-width: 100%;
    padding: 0 0 18px;
}
#fc01_b p{
    padding: 2px 0;
}
#fc01_b p a{
    color: #fff;
    text-decoration: none;
}
#fc01_b p a:hover{}
#fc02_t{
    padding: 30px 0 50px;
}
#fc02_t p{
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
}
#fc02_t p a{
    color: #fff;
    text-decoration: none;
}
#fc02_t p a:hover{}
#fc02_b{}
#fc02_b p{
    font-size: 26px;
}
#fc02_b p span{
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 0 10px;
}


#fc02_b a{}
#fc02_b a img{
    max-width: 100%;
    padding: 0 10px;
}
#fc02_b a:hover img{}

#cus_la_34{
    background: url('../images/cus_la_34_bg.jpg') no-repeat;
    background-size: cover;
    padding: 5% 2%;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: #172B61;
}
#cus_la_34 p{
    text-transform: uppercase;
    font-size: 57px;
    font-weight: bold;
    padding: 5px 0 0;
    font-size: 5.7vm;
    font-size: 5.7vmin;
}
#cus_la_34 h5{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    font-size: 4vm;
    font-size: 4vmin;
}

#ph_la{
    position: absolute;
    right: 0;
    top: -20px;
    width: 100%;
    text-align: right;
    z-index: 99999;
}
#ph_la a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #2a2929;
    float: right;
    margin: 16px 40px 0 0;
    text-transform: uppercase;
}
#ph_la a#nav_emp{border-bottom: 5px solid #F69A2F;}
#ph_la a:hover, #ph_la a.active{
    color: #F69A2F;
}
#ph_la #ph_bid{
    float: right;
    background-color: #172B61;
    border-left: 10px solid #F69A2F;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px 12px;
}
#ph_la #img_24_ph{
    float: right;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

#ph_la #ph_bid p{}
#ph_la #ph_bid span{
    font-weight: 300;
    font-size: 21px;
    display: block;
    padding: 1px 0 0;
}


/******************************************************************************************************************************************/












@media all and ( max-width: 1024px ){
/*---------BLOC A11-----------------*/
#bloc_a11_droite > ul > li > P {
width: 60%;
}
/*---------FIN BLOC A11-----------------*/
#bloc_a28 .item_a28 .item_a28_overlay h4{
    font-size: 20px;
}
#bloc_a28 .item_a28 .item_a28_overlay p{
    font-size: 14px;
}
#slider .bx-wrapper .bx-viewport .caption {
    padding: 2% 2% 2% 2%;
    width: 40%;
}
}/*------FIN 1024px-------------------------------------------------------------------------------------------*/
/******************************************************************************************************************************************/



@media all and ( max-width: 768px ){
.parallax {
	background-position: center 0 !important;
	background-size: cover;
}
/************HEADER 1*************/
#header1 #nav ul li a {font-size: 14px;}
/************FIN HEADER 1*************/

/*-----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;
}
/*-----FIN OVERWRITE SLIDER----*/


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

/*----F5-----*/
#footer_f5 div.item_f5:nth-child(2) img {
max-width: 28%;
}
/*----FIN F5-----*/
/*---F6----*/
#footer_f6 #f6_sociaux div{
    width: 42%;
    margin: 4%;
}
#footer_f6 #f6_scroll_top{
    max-width: 50%;
}
/*---FIN F6----*/
/*-------FIN FOOTER-------------------------*/

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



/**********SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE A*******************/
/*---------BLOC A1-----------------*/
#bloc_a1 div.item_a1 {
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 #bloc_a5_a, #bloc_a5 #bloc_a5_b{
width: 92%;
padding: 4%;
margin: 0;
}
/*---------FIN BLOC A5-----------------*/
/*-----------BLOC A11------------*/
#bloc_a11 div.item_a11{
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.item_a12 {
width: 96%;
}
/*---------FIN BLOC A12-----------------*/
/*---------BLOC A17-----------------*/
#bloc_a17 div.item_a17:nth-child(1), #bloc_a17 div.item_a17:nth-child(2){
    float: none;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}
#bloc_a17 h4 {font-size: 50px;}
#bloc_a17 h4 span {
font-size: 50px;
}
/*---------FIN BLOC A17-----------------*/
/*---------BLOC A19-----------------*/
#bloc_a19 div.item_a19 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.item_a22 h2{
font-size: 25px;
}
/*---------FIN BLOC A22-----------------*/
/*---------BLOC A23-----------------*/
#bloc_a23 #bloc_a23_a{
    float: none;
    width: 90%;
    text-align: center;
    margin: 2% auto;
}
#bloc_a23 .bloc_a23_div{
    float: none;
    width: 90%;
    margin: 2% auto;
    text-align: center;
}
/*---------FIN BLOC A23-----------------*/
/*---------BLOC A24-----------------*/
#bloc_a24 div.a24_div{
    width: 46%;
    padding: 0 1%;
    text-align: center;
}
#bloc_a24 div.a24_div img{
    float: none;
    width: 100%;
    margin: 3% auto 7%;
    display: block;
}
/*---------FIN BLOC A24-----------------*/
/*---------BLOC A25-----------------*/
#bloc_a25 #a25_gauche{
    float: none;
    width: 80%;
}
#bloc_a25 #a25_droite{
    float: none;
    width: 80%;
}
/*---------FIN BLOC A25-----------------*/
/*---------BLOC A26-----------------*/
#bloc_a26 .item_a26 {
  float: none;
  width: 96%;
  margin: 2% auto;
}
/*---------FIN BLOC A26-----------------*/
/*---------BLOC A27-----------------*/
#bloc_a27 .item_a27{
    width: 42%;
    margin: 4% 4%;
}
/*---------FIN BLOC A27-----------------*/
/*---------BLOC A28-----------------*/
#bloc_a28 .item_a28{
    width: 50%;
}
/*---------FIN BLOC A28-----------------*/


/**********FIN SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE A*******************/

/**********SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE P*******************/
/*---------BLOC P1-----------------*/

#bloc_p1_gauche{float: none;width: 96%;margin: 5% auto;}
#bloc_p1_droite{float: none;width: 96%;margin: 0 auto 10px;text-align: center;}
#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.item_p4 {
width: 50%;
}
/*---------FIN BLOC P4-----------------*/
/*---------BLOC P5-----------------*/
#bloc_p5{
padding: 20px;
text-align: center;
}
#bloc_p5 div.item_p5 {
width: 100%;
}
#bloc_p5 div.item_p5 .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.item_p6 {
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.item_p7 {
float: left;
width: 100%;
margin: 3% 0;
text-align: center;
}
#bloc_p7 div.item_p7 p {
padding: 2% 10%;
}
/*---------FIN BLOC P7-----------------*/
/*---------BLOC P8-----------------*/
#bloc_p8 div.bloc_p8_div.un{
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#bloc_p8 div.bloc_p8_div.deux{
    float: none;
    width: 90%;
    margin: 4% auto;
    text-align: center;
}
/*---------FIN BLOC P8-----------------*/
/*---------BLOC P9-----------------*/
#bloc_p9 .wrapper > div{
    float: none;
    width: 70%;
    margin: 4% auto;
    padding: 0 0 5%;
    text-align: center;
    border-bottom: 1px solid #626262;
}
/*---------FIN BLOC P9-----------------*/

/**********FIN SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE P*******************/

/**********SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE S*******************/
/*---------BLOC S4-----------------*/
#bloc_s4 div.item_s4 {
float: none;
width: 94%;
margin: 0 auto 4%;
}
/*---------FIN BLOC S4-----------------*/
/*---------BLOC S7-----------------*/
#bloc_s7 div.item_s7:not(.clear) {
width: 44.8%;
min-height: 315px;
}
/*---------FIN BLOC S7-----------------*/
/**********FIN SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE S*******************/

/**********SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE C*******************/
/*---------FIN BLOC C1-----------------*/
#bloc_c1 #bloc_c1_a{
width: 98%;
margin: 0 auto;
float: none;
}
#bloc_c1_b{
width: 98%;
margin: 2% auto;
float: none;
}
/*---------FIN BLOC C1-----------------*/
/*---------BLOC C2----------*/
#bloc_c2{
padding: 3% 0;
}
#bloc_c2_a{
width: 40%;
text-align: center;
}
#bloc_c2_b{
width: 54%;
}
#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 a.item_c3{
width: 40%;
padding: 5%;
}
/*---------FIN BLOC C3-----------------*/
/*---------BLOC C4----------*/
#bloc_c4 #bloc_c4_form_gauche {width: 88%;
padding: 0 6%;}
#bloc_c4 #bloc_c4_form_droite {width: 88%;
padding: 0 6%;}
/*---------FIN BLOC C4----------*/
/*---------BLOC C5----------*/
#bloc_c5 #bloc_c5_a, #bloc_c5 #bloc_c5_b{
width: 96%;
float: none;
margin: 10% auto;
}
#bloc_c5 #bloc_c5_b{
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.item_c11 {
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---------*/
/*-------STYLE 4---------*/
.real_img_wrap.masonry{
    width: 49%;
}
/*-------FIN STYLE 4---------*/

/*-------FIN STYLES DE RÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ALISATION---------*/

.item_tp_002{
    float: none;
    width: 90%;
    margin: 0 auto;
}

.item_tp_003.a{
    float: none;
    width: 90%;
    margin: 5% auto;
    text-align: center;
}
.item_tp_003.b{
    width: 46%;
    margin: 0 2%;
}

#header1 #logo{
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#ph_la{
    position: relative;
    text-align: center;
    right: inherit;
}
#header1 #nav{
    float: none;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 0;
}

#slider .bx-wrapper .bx-viewport .caption{
    width: 50%;
    padding: 2% 2% 2% 2%;
}

#index_news_gauche.col2, #index_news_gauche, #nouvelles_index, #nouvelles_index.col2{
    float: none;
    width: 96%;
    margin: 0 auto 5%;
}

#bloc_a25 #a25_droite.empty{
    display: none !important;
}


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





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

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


/*---------BLOC A8-----------------*/
#bloc_a8 div.item_a8 {
float: none;
width: 98%;
margin: 5% auto;
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%;padding: 0;}
#header1 #logo{width: 90%;
text-align: center;padding: 5%;}
#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: 80%;
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: #F69A2F;}
#header1 #nav ul li a:hover, #header1 #nav ul li a.active {
    border-bottom: 2px solid #f69a2f;
}
#header1 #nav ul li a.no_mobile{
    display: none;
}
#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***************/


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



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

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

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

/*----------------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.item_a2 {
width: 96%;
float: none;
}
/*---------FIN BLOC A2-----------------*/
/*---------BLOC A3-----------------*/
#bloc_a3 {
padding: 10%;
}
#bloc_a3 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.item_a8 h3 {
font-size: 23px;
}
/*---------FIN BLOC A8-----------------*/
/*---------BLOC A10-----------------*/
#bloc_a10{
background-color: #fff;
padding: 5% 0;
}
#bloc_a10 div.item_a10 {
float: none;
width: 90%;
margin: 0 auto;
padding: 8% 0;
}
#bloc_a10 h5{
padding: 1% 5%;
}
/*---------FIN BLOC A10-----------------*/
/*---------BLOC A11-----------------*/
#bloc_a11 div.item_a11 {
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.item_a12{
margin: 0 0 2%;
}
#bloc_a12 div.item_a12 a {
font-size: 14px;
}
/*---------FIN BLOC A12-----------------*/
/*---------BLOC A17-----------------*/
#bloc_a17 div.item_a17:nth-child(1), #bloc_a17 div.item_a17: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.item_a22{
float: none;
width: 90%;
margin: 10% auto;
}
/*---------FIN BLOC A22-----------------*/
/*---------BLOC A24-----------------*/
#bloc_a24 div.a24_div{
    float: none;
    width: 96%;
    margin: 10% auto;
}
/*---------FIN BLOC A24-----------------*/
/*---------BLOC A26-----------------*/
#bloc_a26 .item_a26 {
  float: none;
  width: 96%;
  margin: 2% auto;
}
#bloc_a26 .item_a26 div.item_a26_a > div {
  padding: 10% 10% 30%;
}
/*---------FIN BLOC A26-----------------*/
/*---------BLOC A27-----------------*/
#bloc_a27 .item_a27{
	float: none;
    width: 90%;
    
	margin: 12% auto;
}
/*---------FIN BLOC A27-----------------*/
/*---------BLOC A28-----------------*/
#bloc_a28 .item_a28{
    float: none;
    width: 100%;
}
#bloc_a28 .item_a28 .item_a28_overlay h4{
    font-size: 24px;
}
#bloc_a28 .item_a28 .item_a28_overlay p{
    font-size: 16px;
}

/*---------FIN BLOC A28-----------------*/
/**********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.item_p4 {
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: 2% auto 10%;
width: 60%;
}
/*---------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.item_p7 {
margin: 6% 0;
}
#bloc_p7 div.item_p7 p {
padding: 2% 5%;
}
/*---------FIN  BLOC P7-----------------*/
/*---------BLOC P8-----------------*/
#bloc_p8{
    padding: 5% 0;
}
#bloc_p8 div.bloc_p8_div.deux p{
    padding: 5% 0;
}
/*---------FIN BLOC P8-----------------*/
/*---------BLOC P9-----------------*/
#bloc_p9 input{
    width: 50%;
}
/*---------FIN BLOC P9-----------------*/

/**********FIN SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE P*******************/

/**********SÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°RIE S*******************/
/*---------BLOC S1-----------------*/
#bloc_s1 h1{
text-align: center;
}
#bloc_s1_gauche{
width: 100%;
text-align: center;
}
#bloc_s1_droite{
width: 100%;
padding: 5% 0; 
}
/*---------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.item_s5 {
width: 100%;
margin: 5% 0;
text-align: center;
}
#bloc_s5 ul{
text-align: left;
}
/*---------FIN BLOC S5-----------------*/
/*---------BLOC S7-----------------*/
#bloc_s7 div.item_s7: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 #bloc_c1_a{
width: 98%;
margin: 5% auto;
float: none;
}
#bloc_c1_b{
width: 98%;
margin: 5% auto;
}
/*---------FIN BLOC C1-----------------*/
/*---------BLOC C2----------*/
#bloc_c2_a{
width: 96%;
float: none;
text-align: center;
margin: 2% auto;
}
#bloc_c2_b{
width: 96%;
float: none;
margin: 2% auto;
}
#bloc_c2_b #form_contact{
margin: 0 auto;
}
#bloc_c2_c{
width: 96%;
float: none;
margin: 0 auto;
}
#bloc_c2_b > p{
text-align: center;
width: 100%;
}
/*---------FIN BLOC C2----------*/
/*---------BLOC C3-----------------*/
#bloc_c3 a.item_c3{
width: 100%;
padding: 5% 0;
}
#bloc_c3 a.item_c3 img {
display: block;
margin: 0 auto 2%;
}
/*---------FIN BLOC C3-----------------*/
/*---------BLOC C4----------*/
#bloc_c4{
background-color: #ccc;
padding: 10% 1%;
}
/*---------FIN BLOC C4----------*/
/*---------BLOC C5----------*/
#bloc_c5 {
padding: 3%;
}
#bloc_c5_a #form_contact {
width: 100%;
}
#bloc_c5 #bloc_c5_a, #bloc_c5 #bloc_c5_b{
width: 100%;
}
#bloc_c5 #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---------*/
/*-------STYLE 4---------*/
.real_img_wrap.masonry > div{
	position: relative;
}
.real_img_wrap.masonry > div > div h4{
}
.real_img_wrap.masonry > div > div p{
}
/*-------FIN STYLE 4---------*/
/*-------STYLE 5---------*/
.real_img_wrap.masonry.type5 > div > div h4{
    font-size: 16px;
}
.real_img_wrap.masonry.type5 > div > div p{
    font-size: 13px;
}
/*-------FIN STYLE 5---------*/
/*-------FIN STYLES DE RÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ALISATION---------*/

.item_tp_003.b{
    float: none;
    margin: 5% auto;
    width: 90%;
}

#ph_la{
    display: none;
}
#header1 #nav ul li a.mobile_only{
    display:inline-block;
}
#slider .bx-wrapper .bx-viewport .caption a{
    padding: 5px 5px;
}
#bloc_a2 a{
    text-decoration: none;
}
#fc_01, #fc_02{
    float: none;
    width: 96%;
    margin: 0 auto 5%;
    text-align: center;
}
#footer_cus{
    padding: 10% 2%;
}
.real_img_wrap.masonry.type5{
    width: 49%;
}

}