/*
Theme Name: proplus
Theme URI: http://www.studiovisionic.com/wordpress/
Author: the WordPress team
Author URI: http://www.studiovisionic.com
Description: Base template for visionic websites using wordpress. Template is to be used in small sized sites (5-8 sections, possible subsections) with simple image oriented content. Adaptive design (separate layout for desktop and for mobile).
Version: 1.0
License: Proprietary software
License URI: http://en.wikipedia.org/wiki/Proprietary_software
Tags: custom made, image based
Text Domain: proplus
*/

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/FontAwesome.eot');
    src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),
         url('fonts/FontAwesome.woff') format('woff'),
         url('fonts/FontAwesome.ttf') format('truetype'),
         url('fonts/FontAwesome.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'Maxime-BoldItalic';
    src: url('fonts/Maxime-BoldItalic.eot');
    src: url('fonts/Maxime-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Maxime-BoldItalic.woff') format('woff'),
         url('fonts/Maxime-BoldItalic.ttf') format('truetype'),
         url('fonts/Maxime-BoldItalic.svg#Maxime-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Maxime-Italic';
    src: url('fonts/Maxime-Italic.eot');
    src: url('fonts/Maxime-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Maxime-Italic.woff') format('woff'),
         url('fonts/Maxime-Italic.ttf') format('truetype'),
         url('fonts/Maxime-Italic.svg#Maxime-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'QuaestorSans-Bold';
    src: url('fonts/QuaestorSans-Bold.eot');
    src: url('fonts/QuaestorSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/QuaestorSans-Bold.woff') format('woff'),
         url('fonts/QuaestorSans-Bold.ttf') format('truetype'),
         url('fonts/QuaestorSans-Bold.svg#QuaestorSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Reset
--------------------------------------------------------------------------------------------- */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

/* Supersized settings
--------------------------------------------------------------------------------------------- */
#supersized_container {
	position: relative;
	width: 100%;
	height: 0px;
	/*z-index: -1;*/
}
.supersized_slogan {
	position: absolute;
	bottom: 25%;
	left: 10%;
	/*width: 532px;
	height: 200px;
	background: #86754D;
	opacity: 0.8;
	margin: -224px auto 0;*/
}
.supersized_slogan h3 {
	color: #FFFFFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	font-size: 50px;
	text-transform: uppercase;
}
.supersized_slogan p {
	/*color: #FFFFFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	font-size: 47px;
	text-transform: uppercase;
	text-align: center;*/
	/*color: #FFFFFF;
	/* text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); */
	/*font-size: 45px;
	font-family: "Maxime-BoldItalic", Arial, Helvetica, sans-serif;
	text-align: center;
	width: 400px;
	line-height: 50px;
	margin-top: 30px;
	margin-left: 66px;*/
}
.slider_navigation_container {
	/*height: 14px;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 20;*/
}
.slider_navigation_container .slider_navigation_item{
	display:block;
	/*width:14px;*/
	height:14px;	
	border:0px solid;
	float:left;
	cursor:pointer;
	margin-left:6px;
	background-image:url(images/slideshow_pin_normal.png);
	background-repeat:no-repeat;
}
.slider_navigation_container .slider_navigation_item:first-child {
	margin-left:0;
}
.slider_navigation_container .active_item{
	background-image:url(images/slideshow_pin_over.png);
}
.slider_navigation_container .navigation_thumbnails{
	width:50px;
	overflow:hidden;
	height:40px;
	position:relative;
	background-image:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	opacity:0.5;
}
.slider_navigation_container .navigation_thumbnails img{
	position:relative;
	left:-10px;
}
.slider_navigation_with_thumbs .active_item, .slider_navigation_container .navigation_thumbnails:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	opacity:1;
}



/* Default page styling
--------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#page{
	width: 1050px;
    margin: 0 auto;
	-webkit-box-shadow: 0 0 30px -1px #004472;
	/* background-color: #fff*/
}
a {
	text-decoration: none;
	/*margin: 0 10px 0 10px;*/
	color: #000000;
}
body {
	background: #eee;
}
.site-content {
	/*padding: 80px 0;*/
}
#main {
    background: #fff;
}
.main_content {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}
.main_content h1 {
	font-family: "QuaestorSans-Bold", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #004472;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin-bottom: 25px;
	text-align: center;
	line-height: 50px;
}
.main_content p {
	font-family:"Maxime", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
	line-height: 27px;
	font-style: italic;
}


/* Header Styling
--------------------------------------------------------------------------------------------- */
.hidden_header {
	height: 103px;
	background: #fff;
	position: relative;
	width: 100%;
	/*border-bottom: 5px solid rgba(30,115,190,1);*/
	border-top: 34px solid  #004472;
	border-bottom: 1px solid #00a3eb !important;
}
.inner_header_top {
	width: 880px;
	height: 103px;
	margin: 0 auto;
	position:relative;
}

.main_menu {
	float: right;
	/*padding-top: 25px;*/
	height:67px;
	/*padding-right: 40px;*/
	  right: 3px;
	top: 18px;
	position: absolute;
}
.menu-menu-1-container {
	height:67px;
}
.main_menu ul li {
	display: inline;
	line-height: 103px;
	margin-left: 25px;
}
.main_menu ul li:first-child {
	margin-left: 0;
}
.main_menu ul li a {
	color: #004472;
	font-size: 15px;
	font-family: "QuaestorSans-Bold", Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
}
/*.main_menu ul li a:active {
    color: #fff;

}*/
.main_menu ul li a:hover {
	text-decoration: underline;
}
#menu-item-71.current-menu-item a,#menu-item-72.current-menu-item a,#menu-item-76.current-menu-item a,#menu-item-73.current-menu-item a ,
#menu-item-74.current-menu-item a, #menu-item-75.current-menu-item a    {
color: #00a3eb !important;
}
.estimation {
	top: -37px;
  position: relative;
}
.estimation a {	
  float: right;
  padding: 5px 8px;
  margin: 8px 0px 0px 0px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  font-size: 15px;
	font-family: "QuaestorSans-Bold", Arial, Helvetica, sans-serif;
  /*color: #fff;*/
  color: #004472;
  /*background-color: #00a3eb !important;*/
  background-color: #eee;
  border-radius: 4px;
  -moz-box-shadow: 0 -48px 79px -34px #00a3eb !important inset, 0 2px 6px -3px #000;
  -webkit-box-shadow: 0 -48px 79px -34px #00a3eb !important inset, 0 2px 6px -3px #000;
  box-shadow: 0 -48px 79px -34px #00a3eb !important inset, 0 2px 6px -3px #000;
}
.estimation p{	
  float: right;
  padding: 7px 17px;
  margin: 5px 0px 0px 0px;
  font-size: 15px;
  font-family: bold, Arial, Helvetica, sans-serif;
  color: #fff;
}
.site-header {
	background: url(images/header_bg.png) 0 0 repeat-x;
	z-index: 10;
	height: 128px;
	position: relative;
}
.inner_header_bottom {
	/*width: 1080px;*/
	height: 103px;
	margin: 0 auto;
}
.logo_container {
	width: 167px;
    height: 101px;
    position: absolute;
    left: 0;
    /* margin-top: 0px; */
}
.logo_container a {
	width: 167px;
    height: 101px;
    display: block;
}
.logo_container a img {
	width: 167px;
    height: 101px;
}

.header_liner {
	float: left;
	display: block;
	margin: 60px 0 0 50px;
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
}
.icon_facebook {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin: 50px 15px 0 0;
	background: url(images/icon_facebook.png) 0 0 no-repeat;
}
.icon_twitter {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin: 50px 15px 0 0;
	background: url(images/icon_twitter.png) 0 0 no-repeat;
}
/*page accueil*/
#main_accueil {
  background: #00a3eb !important;
  position: relative;
  margin-top: 0 auto;
  /*z-index: 11;*/
}
.main_accueil_header {
	/*width: 1140px;
	height: 103px;*/
	margin: 0 auto;
	position: relative;
  /*border-top: 2px solid #0e5070;*/
  /*background: url(../images/vert.png) repeat left top;*/
 /* -webkit-box-shadow: inset 0 0 0.5em 0 rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 0 0.5em 0 rgba(0,0,0,0.5);
  box-shadow: inset 0 0 0.5em 0 rgba(0,0,0,0.5);*/
}
.container_accueil {
	width: 960px;
	height:100px;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
    background: #00a3eb !important;
}
.container_accueil b {
	  float: left;
		line-height: 22px;
	  padding: 16px;
	  font-size: 24px;
		color: #fff;
	  font-weight: normal;
	  /* margin: -88px 0 0 99px;*/
	  position: relative;
	     font-family: 'Roboto Condensed', sans-serif;
}
.container_accueil b em{ 
font-size: 16px;
  font-style: normal;
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  }
 .estimation_bleu a  {
  float: right;
  padding: 7px 17px;
  margin: -442px 0px 0px 0px;
  font-weight: normal;
  /* text-transform: uppercase; */
  /*font-size: 15px;
  font-family: "QuaestorSans-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #9ac63d;
  border-radius: 4px;
  -moz-box-shadow: 0 -48px 79px -34px #589b1c inset, 0 2px 6px -3px #000;
  -webkit-box-shadow: 0 -48px 79px -34px #589b1c inset, 0 2px 6px -3px #000;
  box-shadow: 0 -48px 79px -34px #589b1c inset, 0 2px 6px -3px #000;*/
}
.main_accueil_content {
  width:960px;
  margin:0px auto;
}
.ja-box {
  float: left;
  overflow: hidden;
  width: 31.2%;
  min-height: 300.5px;
  background-color:#fff;
 -webkit-box-shadow: 0 0 3px -1px #5DE;
   margin: 20px 10px 20px;
}
.top_accueil {
   /* padding: 2px 0; */
} 
.ja-box h3 {

	font: 18px 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 23px;
  margin-bottom: 20px;

  font-style: normal;
  text-align:center;
  margin: 20px auto;
}
.ja-box h3 i  {
	font-weight: normal;
	font-style: normal;
}
.ja-box p { 
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 23px;
	Text-align : justify;
	margin: 10px;
}


/* Résidentiel Page Styling
--------------------------------------------------------------------------------------------- */

.ja_box_res {
  float: left;
  overflow: hidden;
  width: 66.3%;
  min-height: 300.5px;
  background-color: #fff;
  /*-webkit-box-shadow: 0 0 10px -1px #5DE;*/
  margin: 20px 9px 20px;
}
.ja_box_res_right {
  float: left;
  overflow: hidden;
  width: 27.3%;
  min-height: 300.5px;
  background-color: #fff;
 /* -webkit-box-shadow: 0 0 10px -1px #5DE;*/
  margin: 85px 9px 20px;
}
.ja_box_res h1 {
  font-family: "QuaestorSans-Bold", Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #004472;
    font-weight: bold;
    /* text-transform: uppercase; */
   /* margin-bottom: 25px;*/
    text-align: center;
    line-height: 50px;

}
.region1 {
    width: 90%;
    height: 30px;
    border-top: 2px solid #f8f8f8;
    position: relative;
    margin: 0 auto;
}
.region1 h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #fff;
	margin-top: 20px;
    /*text-align: left;*/
    margin-left: 62px;
    font-weight: bold;
    text-decoration: underline;
	}
	.region {
width:100%;
height:30px;
}
.region p {
font-size:2px;
color:#004472;
}
.region h2 {
font-size:2px;
color:#004472;
}
.region h3 {
font-size:2px;
color:#004472;
}

.ja_box_res p {
  font-size: 13px;
  font-style: normal;
  text-align: justify;
  display: block;
  font-weight: normal;
  padding: 0px 12px 0px 30px;
  font-family: Arial, Helvetica, sans-serif;
  line-height:18px;
  color: #383735;
}
.ja_box_res_plan {
  float: left;
  overflow: hidden;
  width: 50%;
  min-height: 300.5px;
  background-color: #fff;
  /* -webkit-box-shadow: 0 0 10px -1px #5DE; */
  margin: 0px 9px 20px;
}
.ja_box_res_plan h3 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 27px;
    font-size: 20px;
  /*text-transform: uppercase;*/
  padding:18px 0px 0px 207px;
}
.ja_box_res_plan p {
  font-size: 13px;
  font-style: normal;
  text-align: justify;
  display: block;
  font-weight: normal;
  padding: 0px 12px 0px 30px;
  font-family: Arial, Helvetica, sans-serif;
  line-height:18px;
  color: #383735;
}
.ja_box_res_plan_right {
  float: right;
  overflow: hidden;
  width: 40%;
  min-height: 300.5px;
  background-color: #fff;
  /* -webkit-box-shadow: 0 0 10px -1px #5DE; */
  margin: 0px 9px 20px;
}
.ja_box_res_plan_right h3 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 27px;
    font-size: 20px;
  /*text-transform: uppercase;*/
  padding:18px 0px 0px 207px;
}
.ja_box_res_plan_right p {
  font-size: 13px;
  font-style: normal;
  text-align: justify;
  display: block;
  font-weight: normal;
  padding: 0px 12px 0px 30px;
  font-family: Arial, Helvetica, sans-serif;
  line-height:18px;
  color: #383735;
}
/* News Page Styling
--------------------------------------------------------------------------------------------- */
.single_news {
	margin-bottom: 40px;
}
.single_news h2 {
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 10px;
}
.single_news span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 15px;
}
.single_news p {
	margin-bottom: 5px;
}
.single_news a {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Contact Page Styling
--------------------------------------------------------------------------------------------- */
.ja_box_res_contact {
  float: left;
  overflow: hidden;
  width: 45%;
  min-height: 300.5px;
  background-color: #fff;
  /* -webkit-box-shadow: 0 0 10px -1px #5DE; */
  margin: 0px 9px 20px;
}
.ja_box_res_contact h3 {
  font-family: Arial, Helvetica, sans-serif;
  /*line-height: 27px;*/
  font-size: 14px;
  font-weight:bold;
 /* text-transform: uppercase;*/
  /*padding: 18px 0px 0px 207px;*/
  float:left;
  color: #004472;
}
.ja_box_res_contact h4{
  font-family: Arial, Helvetica, sans-serif;
  /*line-height: 27px;*/
  font-size: 12px;
  font-weight:bold;
 /* text-transform: uppercase;*/
  /*padding: 18px 0px 0px 207px;*/
  float:left;
  color: #004472;
}
.ja_box_res_contact p {
  font-size: 13px;
  font-style: normal;
  text-align: justify;
  display: block;
  font-weight: normal;
  padding: 0px 12px 0px 30px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
 /* float:left;*/
}
.ja_box_res_contact a {
  font-size: 13px;
  font-style: normal;
  text-align: justify;
  display: block;
  font-weight: normal;
  padding: 0px 12px 0px 30px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  /*float:left;*/
} 
.ja_box_res__contact_right {
  float: left;
  overflow: hidden;
  width: 42%;
  min-height: 300.5px;
  background-color: #fff;
   -webkit-box-shadow: 0 0 8px -3px #00a3eb !important;
  margin: 0px 9px 20px;
  /*background-color:rgba(218, 223, 224, 0.15) !important;*/
}
.contact_info {
	width: 400px;
	float: left;
	text-align: center;
	margin-top: 15px;
	color: #333333;
}
.contact_info h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}
.contact_info img {
	margin: 10px 0 20px;
}
.contact_info p {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #000;
}
.contact_info a {
	color: #333333;
}
.contact_info a:hover {
	text-decoration: underline;
}
.contact_info_phone {
	color: #9FDAE7;
	background-color: #262626;
	width: 220px;
	height: 44px;
	line-height: 44px;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	border: 0px solid #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 auto;
}
.contact_form {
	width: 403px;
	margin: 0 auto;
	/*padding-top: 20px;*/
	text-align: left;
}
.contact_form h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
  background-color:#004472;
  margin-bottom: 15px;
  line-height: 32px;
  font-weight: bold;
  font-style: normal;
  text-align:center;
}
.wpcf7-form p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #004472;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: bold;
  font-style: normal;
  padding-left: 10px;
  padding-right: 10px;
}
.wpcf7-checkbox {
position:relative;
top:0px;
}
/*form input[type=checkbox],form select {
	top: 20px;
	position: relative;
}*/
/*form input[type=checkbox] span,form select {
	top: 20px;
	position: relative;
}*/
form {
	/*width: 100%;*/
	/* left: 50%; */
}
.contact_form form {
	width:403px;
	margin-top:25px
}

form li {
	margin: 23px 0 0;
	/*width: 100%;*/
	line-height: 21px;
	position: relative;
}
form label {
	color: #000;
	/* border: 1px solid #86754D; */
	resize: none;
	font-family: "Maxime-Bolditalic", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	margin-left: 13px;
}
form input[type=text] {
	padding: 0 5px;
	width: 97%;
}
form select{
	padding: 0 5px;
}
form select {
	width: 100%;
}
form input[type=text],input[type=email],input[type=tel],form select {
	color: #004472;
	background: #fff;
	border: 2px solid #00a3eb !important;
	height: 26px;
	resize: none;
	/*font-family: "Maxime-Bolditalic", Arial, Helvetica, sans-serif;*/
	width: 240px;
	float:right;
	font-size: 19px;
	/*font-weight: bold;
	font-style: italic;*/
	padding: 0 20px;
}
form textarea {
	padding: 10px;
	width:359px;
	color: #004472;
	background: #fff;
	border: 2px solid #00a3eb !important;
	height: 50px;
	font-size: 19px;
	resize: none;
	/*font-family: "Maxime-Bolditalic", Arial, Helvetica, sans-serif;*/
}
.wpcf7-submit {
  width: 110px;
  height: 30px;
  background-color: #004472;
  /* text-align: center; */
  color: #FFF;
  font-size: 17px; 
  float: right;
  position: Relative;
  font-weight: bold;
  
  }
form .radio_title {
	height: 35px !important;
}
form .radio_title label {
	margin-right: 50px;
}
form .radio_extra_margin {
	margin: 0 5px 0 10px !important;
}
form .extra_margin {
	margin-top: 30px;
}
form .form_textarea {
	height: 135px;
}
form .form_submit {
	margin-top: 40px;
}
form .submit {
	color: #fff;
	background-color: #000;
	width: 220px;
	height: 44px;
	line-height: 44px;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	border: 0px solid #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 auto;
	cursor: pointer;
	text-transform: uppercase;
}
form .submit:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity:0.7;
}


/* Validation Styling
--------------------------------------------------------------------------------------------- */
.LV_validation_message {
    position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	bottom: -20px;
	right: 0;
}
.LV_valid {
    color: #00CC00;
	display: none;	
}
.LV_invalid {
    color: #9D0019;
	font-size: 12px;
	font-style: italic;
}
.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    border: 1px solid #8CC63F !important;
}
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 1px solid #D4145A !important;
	background-color: #fbe7ee;
}


/* Footer Styling
--------------------------------------------------------------------------------------------- */
.site-footer {
	width: 100%;
	height: 217px;
	background:#004472;
}
.inner_footer {
	width: 1050px;
	margin: 0 auto;
	/*padding: 60px 0;*/
	text-align: center;
	background-color: #004472;
}
.inner_footer1 {
	/*height: 292px;*/
	/*padding-top: 35px;*/
	/*margin-right: 50px; 
	margin-left: 30px;
	float: left;
    width: 880px;
    height: 130px;*/
}
.inner_footer1_left {

  width: 50%;
 /* height: 166px;*/
  /*padding-bottom: 39px;*/
    margin-top: 24px;
	float: left;
	margin-left: 10px;
	width: 29.3%;
}
.social_media a{
  margin-left: 20px;
  /*width: 26px; 
	height: 26px;*/
}
.social_media a img{
  width: 26px; 
	height: 26px;
}
.social_media p{
  color: #fff;
  font: 14px 'Open Sans', sans-serif;
  text-align:left;
  margin-left:62px;
  width:600px;
}
.med_social{
  width: 234px;
}
.social_media h1{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: left;
  margin-left: 62px;
  font-weight:bold;
}
.droit_utilisateur{
  color: #fff;
  font: 10px 'Open Sans', sans-serif;
    float: left;
  left: 253px;
  position: absolute;
}

.col-sm-12_left {
	width: 442px;
	float: left;
	
}
.poi_links_left {
	height: 65px;
	background: #000;
	margin-bottom: 15px;
}
.poi_links_left p {
	padding-top: 21px;
	margin-left: 40px;
	text-align: left;
	color: #fff;
}
.col-sm-12_right1{
	width: 442px;
	float:right;
}
.poi_links_right1{
	height: 65px;
	background: #000;
	margin-bottom: 15px;
}
.poi_links_right1 p {
	padding-top: 21px;
	margin-left: 40px;
	text-align: left;
	color: #fff;
}
.social_media img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity:0.7;
}
.social_media >div p{
	color: #86754D;
	font-weight: bold;
	font-family: "QuaestorSans-Bold", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}


#prevslide {
	left:10px;
	/*background: url(images/back1.png) 0 0 no-repeat;*/
}
#nextslide {
	right: 10px;
	/*background: url(images/next1.png) 0 0 no-repeat;*/
}
#prevslide, #nextslide{
	position: absolute;
	height: 42px;
	width: 42px;
	top: 50%;
	margin-top: -21px;
	/*opacity: 0.8;*/
}
.inner_mini1_footer form {
	/*left: 280px;
	top:90px;
	position:absolute;*/
}
.inner_mini1_footer input[type="text"] {
	width:585px;
	padding-right: 80px;
	border: 1px solid #86754D;
	background: #000;
}
.inner_mini1_footer input[type="submit"] {
	background: url(images/submit.png) center center no-repeat;
	width: 63px;
	height: 63px;
	border: 0;
	cursor: pointer;
	position: absolute;
	right: 3px;
	top: 0px;
}
.inner_mini1_footer form label,
.subscribe_msg{
	color: #fff;
	font-size: 30px;
	font-style: normal;
	font-family: "QuaestorSans-Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-left:0;
	line-height: 61px;
}
.text_slogin {
	width: 632px;
	height: 246px;
	background: #86754D;
	opacity: 0.6;
	margin-top: -14.5%;
	margin-left: 643px;
}
.elm_logo {
	margin: 60px auto 0;
	display: block;
	width: 90px;
	height: 42px;
}
.elm_logo img {
	width: 90px;
	height: 42px;
}
.elm_logo img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity:0.7;
}
.contact_main_content .main_content {
	width: 880px;
}
form select {
	width: 220px;
}
.contact_form.success p {
	text-align: center;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #000;
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1280px) { 
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
   
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 320px) { 
#page {
	width: 320px;
}
.container_accueil {
	width: 100%;
	height: auto;
}
.main_accueil_content {
	width: 400px;
}
.ja-box{
width:77%}
.inner_footer {
	width: 320px;
}
.inner_footer1_left {
	width: 100%;
}
.droit_utilisateur {
	position: inherit;
}
.estimation a {
	float: left;
	margin-left: 63px !important;
}
.ja_box_res {
	width: 100%;
}
.ja_box_res_right {
	width: 100%;
}
.ja_box_res_contact {
	width: 100%;
}
.ja_box_res__contact_right {
	width: 100%;
}
.contact_main_content .main_content {
	width: 320px;
}
#supersized_container {
	position: relative;
	width: 100%;
	height: 0px;
	/* z-index: -1; */
	margin-top: 150px;
}
.inner_header_top {
	width: 320px;
	height: auto;
}
.logo_container {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	/* margin-top: 0px; */
	text-align: center;
	margin: 0 auto;
	display: block;
	left: 50%;
	margin-left: -25%;
}
.main_menu {
	float: left;
	/* padding-top: 25px; */
	height: auto;
	/* padding-right: 40px; */
	left: 10px;
	top: 90px;
	position: absolute;
}
.menu-menu-1-container {
	height: auto;
	margin-top: 50px;
}
.main_menu ul li {
	display: inline;
	line-height: 30px;
	margin-left: 25px;
}
.main_menu ul li:first-child {
	margin-left: 25px;
}
.ja_box_res_right {
	width: 77%;
}
.ja_box_res {
	width: 77%;
}
#main_accueil {
	margin-top: 145px;
}
#content {
	margin-top: 150px;
}
#main {
	background: #fff;
	margin-top: 150px;
}
#supersized_container {
	margin-bottom: -150px !important;
}


}


/* Mobile Layout: 480px. */
@media only screen and (max-width: 480px) { 
#page {
	width: 480px;
}
.container_accueil {
	width: 100%;
	height: auto;
}
.main_accueil_content {
	width: 400px;
}
.ja-box {
	width: 100%;
}
.inner_footer {
	width: 480px;
}
.inner_footer1_left {
	width: 100%;
}
.droit_utilisateur {
	position: inherit;
}
.estimation a {
	float: left;
	margin-left: 63px !important;
}
.ja_box_res {
	width: 100%;
}
.ja_box_res_right {
	width: 100%;
}
.ja_box_res_contact {
	width: 100%;
}
.ja_box_res__contact_right {
	width: 100%;
}
.contact_main_content .main_content {
	width: 480px;
}
#supersized_container {
	position: relative;
	width: 100%;
	height: 0px;
	/* z-index: -1; */
	margin-top: 150px;
}
.inner_header_top {
	width: 480px;
	height: auto;
}
.logo_container {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	/* margin-top: 0px; */
	text-align: center;
	margin: 0 auto;
	display: block;
	left: 50%;
	margin-left: -25%;
}
.main_menu {
	float: left;
	/* padding-top: 25px; */
	height: auto;
	/* padding-right: 40px; */
	left: 10px;
	top: 90px;
	position: absolute;
}
.menu-menu-1-container {
	height: auto;
	margin-top: 50px;
}
.main_menu ul li {
	display: inline;
	line-height: 30px;
	margin-left: 25px;
}
.main_menu ul li:first-child {
	margin-left: 25px;
}
#content {
	margin-top: 150px;
}
#main {
	background: #fff;
	margin-top: 150px;
}
#supersized_container {
	margin-bottom: -150px !important;
}


}
