/*
Theme Name: arve_lotissements
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 13px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	background-color : #051419;
}
body {
	background:url(images/fond5.jpg) no-repeat center fixed;
	margin:0;
	padding:0;
	 -webkit-background-size: cover; /* pour Chrome et Safari */
	 -moz-background-size: cover; /* pour Firefox */
	 -o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

a:active, a:focus{
      outline:none;
}



/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
/*img {
	height: auto;  Make sure images are scaled correctly. 
	max-width: 100%;  Adhere to container width. 
}
*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-main {

	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}




/** BX SLIDER
===================================*/

.bx-wrapper {
	clear : both;
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

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

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

.realisations .bx-wrapper img {
	width: 100%;
	
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0;
	background: #fff;
	min-height : 500px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;

}

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

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

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

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

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

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

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#bxslider {
	margin-top : 60px;
}

/** ACCUEIL
===================================*/

#carte {
	width : 100%;
	background-color : #000;
	color : #FFF;

}

#message { color : red;}

/** LOTISSEMENT / COMMUNE
 * ==========================*/

#lotissement {
	width : 100%;
	
}

#commune {
	width : 100%;
	background-color : #FFF;
	position : relative;
}

#int_cont_commune img, #int_cont_lot img, #int_services img {
	display:block;
	margin : 0 auto;
	width : 90%!important;
	height : auto!important;
}

#blason{
	position : absolute;
	left : 40px;
	width : 80px;
	top : 110px;
}

#map_lot {
	width : 100%;
	height : 400px;
	position : relative;
}
.lot_map {
	position : absolute;
	background:url(images/opacitenoire.png) repeat;
	color : #000;
	width : 260px;
	z-index : 9000;
	left : 0px;
	top : 0;
	height : 380px;
	display : none;
	padding : 10px 10px 10px 10px;
	font-family: 'Oxygen', sans-serif;
	text-align : left;
	/*border-left : 30px solid #000;*/
}

.lot_map ul {
	padding-top : 10px;
	margin : 0;
	border-top : 1px dotted #FFF;
	
}

.lot_map ul li{
	list-style-type: none;
	background:url(images/puce.png) top left no-repeat;
	padding-left : 15px;
	line-height : 10px;
	margin-bottom : 10px;
}

.lot_map .rville {
	color : #FFF;
	font-family: 'Oxygen', sans-serif;
	font-size : 14px;
	text-transform : uppercase;
	margin : 10px 0 0 0;
}

.lot_map ul li a{
	color : #FFF;
}

.lot_map ul li a:hover{
	color : #CCC;
}

.conteneur_map {
	position : relative;
	clear : both;
}

.croix_fermer {
	position : absolute;
	bottom : 10px;
	right : 10px;
	cursor : pointer;
}

.fiche .conteneur_map {
	margin : 40px 0 100px 0;
}

/*-----Map Ain ------*/
#map-ain, #map-commune{
	width : 100%;
	height : 300px;
}

/** Général
===================================*/
h1,h2,h3,h4,h5 {
	font-family: 'Oxygen', sans-serif;
	font-weight : 400;
	color : #000;
}

#carte h3 {
	font-weight : 700;
}

a {
	text-decoration : none;
	color : #2F869B;
}

a:hover{
	text-decoration : none;
	color : #20596F;
}

body {
	/*color : #776E6E;*/
}

/** Header
===================================*/

#masthead {
	margin : 0 auto;
	width : 1150px;
}

#masthead .logo {
	margin : 20px 0 0 20px;
	display : block;
	width : 100px;
	float : left;
}

#header_haut_large {
	background:url(images/bandeau_noir.jpg) bottom no-repeat;
	height : 345px;
	margin : 0 auto;
	width : 100%;
	position : relative;
}

#header_haut {
	background:url(images/opacite_blanc51.png) repeat;
	margin : 0 auto;
	width : 1000px;
	height : 195px;
}

#navigation2 {
	background-color : blue;
	width : 414px;
	height : 138px;
	position : absolute;
	bottom : 100px;
	left : 368px;
}

#navigation2 li{
	width : 138px;
	height : 138px;
	float : left;
	list-style-type : none;
}

#navigation2 li a {
	color : #FFF;
	font-family: 'Oxygen', sans-serif;
	font-weight : 400;
	
	text-align : center;
	line-height : 16px;
}

#navigation2 .jaune{
	background-color : #FFC200;
}

#navigation2 .rouge1{
	background-color : #B41224;
}

#navigation2 .rouge1:hover{
	background-color : #960F23;
}

#navigation2 .rouge1 a{
	background : url(images/icone_cherche_terrain.png) center no-repeat;
	width : 98px;
	height : 98px;
	display : block;
	padding : 20px;
}

#navigation2 .bouton_principal {
	position : absolute;
	bottom : 10px;
	margin-bottom : 0;
	width : 98px;
	font-size : 14px!important;
}

#navigation2 .rouge2{
	background-color : #D94343;
}

#navigation2 .rouge2:hover{
	background-color : #960F23;
}

#navigation2 .rouge2 a{
	background : url(images/icone_vends_terrain.png) center no-repeat;
	width : 98px;
	height : 98px;
	display : block;
	padding : 20px;
}

.nom_lotissement {
	font-family: 'Oxygen', sans-serif;
	font-size : 29px;
	color : #FFF;
	text-align : right;
	margin : 60px 105px 0 0;
	font-weight : 300;

}

.nom_commune {
	color : #FFF;
	font-style : italic;
	text-align : right;
	margin : 0 105px 0 0;
	font-size : 20px;
	font-weight : normal;
}


/** Menu haut
===================================*/

#site-navigation{
	width : auto;
	float : right;
	margin : 20px 20px 0 0;
	height : 30px;
}

#site-navigation ul{
	background-color :red;
	color : #FFF;
	width : auto;
	height : 30px;
	font-family: 'Oxygen', sans-serif;
	font-weight : 400;
	text-transform : uppercase;
}

#site-navigation ul li{
	padding : 10px 10px;
	background-color :#051419;
}

#site-navigation ul li a{
	color : #FFF;
	font-size : 10px;
	letter-spacing : 0.7px;
	height : 10px;
}

#site-navigation ul li a:hover{
	color : #CCC;
}

.icone_accueil {
	background:url(images/icone_accueil.png) center no-repeat;
	height : 10px;
	width : 12px;
}

.icone_accueil:hover {
	background:url(images/icone_accueil2.png) center no-repeat;
}
/** Carte à afficher ou masquer
===================================*/
#bandeau_carte {
	width : 100%;
	background-color : #D94343;
	height : 40px;
	padding-top : 5px;
}

.lien_carte_bas {
	width : 120px;
	height : 40px;
	display : block;
	color : #000!important;
	font-size : 11px;
	text-align : center;
	margin : 0 auto;
	padding-top : 13px;
	background:url(images/fleche_afficher.png) center top no-repeat;
}
.lien_carte_bas img{
	display : block;
	margin : 0 auto;
	
}

.lien_carte_bas:hover {
	color : #FFF!important;
	background:url(images/fleche_afficher2.png) center top no-repeat;
}

.masque {
	background:url(images/fleche_masquer.png) center top no-repeat;
}

.masque:hover {
	background:url(images/fleche_masquer2.png) center top no-repeat!important;
}

#carte {
	background:url(images/fond_plan_opacite.png) repeat-y;
	position : relative;
}

.gmnoprint div{background:none!important; color : #CCC!important;}
.gmnoprint div a{color : #CCC!important;}

.carte_clic {
	width : 191px;
	height : 200px;
	background:url(images/carte_longue.png) left top no-repeat;
	position : relative;
	margin : 0 auto;
	padding-bottom : 20px;
}

.overlay_map {
	width : 191px;
	height : 200px;
	background:url(images/carte_longue.png) 191px top no-repeat;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1;
}

.carte_clic img {
	position : absolute;
	top : 0;
	left : 0;
	z-index : 2;
}

#info_ain, #info_rhone, #info_sl {
	position : absolute;
	width : 300px;

	
}

#carte h3 {
	color : #20596F;
	font-size : 13px;
	line-height : 20px;
	text-transform : uppercase;
	text-align : center;
	margin-bottom : 5px;
}

#info_ain p, #info_rhone p, #info_sl p{
	color : #D94343;
	text-align : center;
	margin-bottom : 0;
	font-size : 12px;
}

#carte .boutonrouge {
	color : #FFF;
	text-align : center;
	background:url(images/voir_projets.png) no-repeat;
	width : 150px;
	height : 20px;
	display : block;
	font-size : 12px;
	padding : 2px 0;
	margin : 0 auto;	
}

#carte .boutonrouge:hover {
	background:url(images/voir_projets2.png) no-repeat;	
}

#info_ain span, #info_rhone span, #info_sl span{
	font-size : 30px;
}

#info_ain {
	top : 140px;
	right : 150px;
}

#info_rhone {
	top : 170px;
	left : 150px;
}

#info_sl {
	top : 60px;
	left : 150px;
}

#choix_dep {
	position : relative;
}
#secteurs {
	margin : 10px auto 0 auto;
	width : 780px;
	padding-bottom : 20px;
}

#secteurs a {
	background-color : #64AFBC;
	color : #FFF;
	padding : 5px 30px;
	text-align : center;
	margin : 0 20px;
	font-family: 'Oxygen', sans-serif;
	font-weight : 400;
	text-transform : uppercase;
	font-size : 11px;
}

#secteurs a:hover{
	background-color : #2F869B;
}

.indications_carte {
	font-family: 'Oxygen', sans-serif;
	font-weight : 400;
	color : #000!important;
	font-size : 28px!important;
	text-align : right!important;
	margin-right : 120px;
	padding-top : 20px;
}

#map-header {
	width : 100%;
	background-color : #FFF;
	height : 400px;
}

#map-dep {
	margin : 0 auto;
	width : 1150px;
	position : relative;
	
}

#map-autre {
	
	position : relative;
}

/** Main
===================================*/
#main {
	background:url(images/opacite_blanc51.png) repeat;
	margin : 0 auto;
	width : 1000px;
	text-align : justify
}

#primary {
	width : 720px;
	background-color : #FFF;
	margin : 30px auto;
	padding-bottom : 50px;
}


/** Contenu page accueil
===================================*/

.accueil h1 {
	color : #2F869B;
	font-size : 30px;
	line-height : 32px;
}

.accueil article h2 {
	color : #20596F;
	font-family : Myriad, Arial;
	font-style : italic;
	font-size : 16px;
	line-height : 20px;
	margin : 0 0 10px 0;
	
}

.accueil #secondary {
	float : left;
	width : 230px;
	margin : 0;
	padding : 0;
}

.accueil article{
	float : left;
	width : 330px;
	margin : 0;
	padding : 65px 30px 10px 130px;
}

article footer {
	display : none;
}

/** Contenu page présentation
===================================*/
.presentation {
	background:url(images/fond_plan_bleu.jpg) top left no-repeat;
}
.presentation h1 {
	color : #FFF;
	font-size : 30px;
	line-height : 32px;
	margin-bottom : 50px;
}

.presentation article h2 {
	color : #20596F;
	font-family : Myriad, Arial;
	font-style : italic;
	font-size : 16px;
	line-height : 20px;
	margin : 0 0 10px 0;
	
}


.presentation article{
	width : 530px;
	margin : 0;
	padding : 25px 30px 10px 160px;
}

.presentation .entry-content img {
	width : 100%;
	display : block;
}

/** Contenu page FAQ
===================================*/
.faq {
	background:url(images/fond_plan_bleu.jpg) top left no-repeat;
}
.faq h1 {
	color : #FFF;
	font-size : 30px;
	line-height : 32px;
	margin-bottom : 50px;
}

.faq h3 {
	color : #20596F;
	font-family : Myriad, Arial;
	font-style : italic;
	font-size : 15px;
	line-height : 20px;
	margin : 0 0 10px 0;
	background:url(images/fleche_droite.png) 0px 3px no-repeat;
	padding-left : 20px;
	cursor : pointer;
}


.faq_ouvert {
	background:url(images/fleche_afficher.png) 0px 3px no-repeat!important;
}

.faq #contenu_faq {
	width : 530px;
	margin : 0;
	padding : 25px 30px 10px 160px;
}

#contenu_faq .questions-reponses {
	margin-bottom : 20px; 
}

.faq article{
	width : 530px;
	margin : 0;
	padding : 25px 30px 10px 160px;
}


/** Contenu page "Je vends un terrain"
 *======================================*/

.base {
	background:url(images/fond_plan_bleu.jpg) top left no-repeat;
}
.base h1 {
	color : #FFF;
	font-size : 30px;
	line-height : 32px;
	margin-bottom : 50px;
	padding : 25px 0 0 160px;
}
.base article {
	padding : 0 30px 10px 90px;
}


.base #form_gauche {
	margin-left : 0;
}

.base h3 {
	font-size : 15px;
}

.base .rac {
	background:url(images/voir_projets.png) no-repeat;
	width : 150px;
	height : 18px;
	color : #FFF;
	display : block;
	text-align : center;
	font-size : 12px;
	padding : 3px 0;
	float : right;
}

.base .rac:hover {
	background:url(images/voir_projets2.png) no-repeat;
}
/** Contenu page Réalisations
===================================*/
.realisations {
	background:url(images/fond_plan_bleu.jpg) top left no-repeat;

}

.plans_ref ul {
	margin : 0;
	width : 100%;
	list-style-type : none;
}

.plans_ref ul li {
	float : left;
	width : 144px;
	height : 90px;
	margin : 0;
	float : left;
}

.plans_ref ul li a, .plans_ref ul li a img {
	display : block;
	width : 100%;
	height : 100%;
}

.realisations #content{
		padding-bottom : 50px;
}
.realisations h1 {
	color : #FFF;
	font-size : 30px;
	line-height : 32px;
	margin-bottom : 50px;
}

.realisations h2 {
	color : #20596F;
	font-family : Myriad, Arial;
	font-style : italic;
	font-size : 16px;
	line-height : 20px;
	margin : 0 0 10px 0;
}



.realisations article{
	width : 530px;
	margin : 0;
	padding : 25px 30px 10px 160px;
}



.realisations .exreal {
	padding : 0 30px;
	margin-bottom : 30px;
}

.exreal ul {
	margin : 0;
	float : right;

}

.exreal ul li {
	list-style-type : none;
	float : left;
	margin : 0 10px;
}
.exreal .apa {
	text-align : center;
	text-transform : uppercase;
	font-size : 11px;
	color : #000;
}




.single-actus {
	background: url("images/fond_plan_bleu.jpg") no-repeat scroll left top transparent;
}

.single-actus h1 {
	color : #FFF;
	font-size : 30px;
	line-height : 32px;
	margin-bottom : 50px;
	margin-left : 30px;
}

.single-actus h2 {
	color : #20596F;
	font-family : Myriad, Arial;
	font-style : italic;
	font-size : 16px;
	line-height : 20px;
	margin : 0 0 10px 0;
}

.single-actus article{
	width : 90%;
	margin : 0;
	padding : 25px 10px 10px 30px;
}

.single-actus #image_actu {
	float : left;
}

.single-actus .int_content_actu {
	float : left;
	width : 60%;
	margin-left : 20px;
	
}

#liste_actus_single {
	padding : 0 30px 0 30px;
}

#liste_actus_single ul{
	margin : 0;

}

#liste_actus_single h2 {
	margin-bottom : 15px;
}

#liste_actus_single ul li {
	list-style-type : none;
	margin-bottom : 10px;
}

#liste_actus_single ul li a{
	background:url(images/fleche_droite.png) top left no-repeat;
	padding-left : 20px;
	color : #000;
}

#liste_actus_single ul li a:hover{
	color : #776E6E;
}

/** Contenu page contact
===================================*/
.contact {
	background:url(images/fond_plan_bleu.jpg) top left no-repeat;
	padding-bottom : 0!important;
}
.contact h1 {
	color : #FFF;
	font-size : 30px;
	line-height : 32px;
	margin-bottom : 50px;
}

.contact h2 {
	color : #20596F;
	font-family : Myriad, Arial;
	font-style : italic;
	font-size : 16px;
	line-height : 20px;
	margin : 0 0 10px 0;
}


.contact #formulaire1 #form_gauche{
	margin : 0 0 0 155px;
}

.contact #formulaire1 #form_droite{
	width : 290px;
}

.contact #form_droite textarea{
	width : 290px!important;
}

.contact #confiance {
	clear : both;
}

.contact article{
	width : 530px;
	margin : 0;
	padding : 25px 30px 10px 160px;
}

/** Actus page accueil
===================================*/

.accueil #secondary {
	position : relative;

}

.accueil #secondary h1{
	background-color : #000;
	color : #FFF;
	width : 70px;
	text-align : center;
	padding : 3px;
	text-transform : uppercase;
	font-size : 20px;
	font-weight : 300;
	position : absolute;
	z-index : 99;
	top : 0;
	right : 0;
}

#bxslider {
	margin:0 0 0 0!important;
	padding:0!important;
}

#query-posts-3 {

}

#secondary #bxslider .entry-summary {
	margin : 0;
}

#secondary #bxslider h2 {
	font-family : sans-serif;
	font-size: 12px;
	font-style : italic;
	font-weight : 600;
	line-height : 13px;
	margin : 10px 15px 5px 15px;
}

#int_article p a {
	color : #D94343;
}

#secondary #bxslider h2 a{
	color : #000;

}

#secondary #bxslider h2 a:hover{
	color : #20596F;
}

#secondary .liresuite {
	background-color : #000;
	color : #FFF;
	padding : 3px 7px;
	font-size : 11px;
	font-style : italic;
	float : right;	
}

#secondary .liresuite:hover {
	background-color : #20596F;
}

#secondary p{
	color : #1F586E;
	font-style : italic;
	font-size : 12px;
	margin-bottom :10px;
	margin-left : 15px;
	margin-right : 15px;
}

/** Liste des lotissements
===================================*/
.ain {
	padding-bottom : 0!important;
	position : relative;
}
.ain .selection {
	color : #FFF;
	font-size : 30px;
	line-height : 32px;
	margin : 110px 0 0 0;
	font-family: 'Oxygen', sans-serif;
	text-align : center;
}

.ain h1 {
	color : #000;
	margin : 40px 20px 10px 30px;
	font-size : 30px;
	line-height : 32px;
	font-family: 'Oxygen', sans-serif;
}

#liste_lotissements {
	
}


#liste_lotissements ul li {
	list-style-type : none;
	float : left;
	width : 200px;
	margin : 10px;
	border : 1px solid #CCC;
	height : 270px;
	position : relative;
}

#liste_lotissements ul {
	margin : 0 0 0 27px;
}

#liste_lotissements h3 {
	font-size : 16px;
	line-height : 16px;
	margin-bottom : 5px;
	text-align : left;
}

#liste_lotissements h4 {
	font-size : 12px;
	color : #20596F;
	font-family : sans-serif;
	font-style : italic;
	line-height : 12px;
}

#liste_lotissements a {
	background-color : #000;
	color : #FFF;
	padding : 5px 7px;
	font-size : 11px;
	font-style : italic;
	position : absolute;
	bottom : 10px;
	right : 10px;
}

#liste_lotissements a:hover {
	background-color : #20596F;
	
}

#liste_lotissements ul div {
	padding : 5px 10px 10px 10px;
	
}

#instruction {
	width : 100%;
	height : 300px;
	position : absolute;
	top : 0;
	bottom : 0;
	z-index : 2;
	background:url(images/opacitenoire.png) repeat;
}

.no_lot {
	padding : 0 30px 0 30px;
}

.ain #content {
	padding-bottom : 50px;
}

#poursyrendre {
	margin-top : 20px;
}

/** Fiche lotissement (single-lotissements.php)
===================================*/

.fiche #content {
	background:url(images/bandeau_bleu.jpg) top repeat-x;
}

.fiche .onglet_lot, .fiche .onglet_comm {
	font-family: 'Oxygen', sans-serif;
	font-weight : 300;
	text-transform : uppercase;
	font-size : 20px;
	padding-top : 17px;
	height : 58px;
	margin-top : -10px;
	float : left;
	text-align : center;
	margin-bottom : 0;
}

.fiche a.onglet_lot:hover, .fiche a.onglet_comm:hover {
	color : #FFF;
}

.fiche .onglet_lot {
	width : 230px;
	margin-left : -10px;
	color : #86AAB2;
}

.fiche .onglet_actif_lot {
	background:url(images/onglet1.png) no-repeat;
	color : #FFF!important;
}

.fiche .onglet_actif_comm {
	background:url(images/onglet2.png) no-repeat;
	color : #FFF!important;
}

.fiche .onglet_comm {
	width : 295px;
	color : #86AAB2;
}


#lotissement {
	background:url(images/icone_lotissement_bleu.png) 500px 30px no-repeat;
	clear : both;
	padding-top : 20px;
}
.intro_fiche {
	margin : 10px 0 20px 40px
}

.intro_fiche h2 {
	font-size : 25px;
}

.intro_fiche .libre_c{
	font-style : italic;
	color : #D94343;
	font-weight : bold;
	margin-bottom : 20px;
}

.localisation_lotissement {
	background:url(images/icone_loupe.png) left no-repeat;
	height : 32px;
	padding : 10px 0 0 37px;
	color : #D94343;
	text-align : left;
	width :100px;
	line-height : 12px;
	font-size : 11px;
	margin-bottom : 10px;
	float : left;
	margin-right : 10px;
}

.localisation_lotissement:hover {
	background:url(images/icone_loupe2.png) left no-repeat;
	color : #000;
}

.contenu_fiche {
	width : 475px;
	margin : 0 65px 0 180px;
}

#lotissement h3, #commune h3 {
	font-size : 16px;
	text-transform : uppercase;
	text-align : left;
	margin : 0 0 10px 0;
}

.icones_fiche {
	margin : 40px 0 0 140px;
	width : 475px;
}

.auto {
	background:url(images/lot_autoroute2.png) left no-repeat;
	height : 32px;
	padding : 10px 0 0 37px;
	color : #000;
	text-align : left;
	width :100px;
	line-height : 12px;
	font-size : 11px;
	margin-bottom : 10px;
	float : left;
	margin-right : 10px;
}

.gare {
	background:url(images/lot_gare2.png) left no-repeat;
	height : 32px;
	padding : 10px 0 0 37px;
	color : #000;
	text-align : left;
	width :100px;
	line-height : 12px;
	font-size : 11px;
	margin-bottom : 10px;
	float : left;
	margin-right : 10px;
}

.par_lot {
	clear : both;
}

.liste_images{
	margin : 0;
}

.liste_images li {
	list-style-type : none;
	float : left;
	margin : 0 18px 18px 0px;
}

#lot_lotissement {
	clear : both;
	width : 240px;
	float : left;
	margin : 20px 40px 0 0;
}

#plan_lotissement {
	margin : 20px 0 0 0;
	clear : both;
	
}

.documentation {
	padding : 20px 0 0 0;
	clear : both;
}

.documentation ul{
	margin : 0;
}


.documentation ul li {
	list-style-type : none;
	margin-bottom : 10px;
}

.documentation ul li a{
	background:url(images/icone_trombonne.png) left no-repeat;
	padding-left : 25px;
	height : 20px;
	display : block;
	color : #776E6E;
}

.documentation ul li a:hover{
	background:url(images/icone_trombonne2.png) left no-repeat;
	color : #000;
}


.fiche .conteneur_map h3 {
	margin-left : 180px!important;
}

.fiche .decouvrir_comm, .fiche .decouvrir_lot {
	text-align : right;
	background:url(images/fleche_droite.png) right no-repeat;
	padding-right : 20px;
	height : 15px;
	color : #000;
	display : block;
	margin : 10px 10px 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform : uppercase;
	font-size : 11px;
	font-weight : 400;
}

.fiche .decouvrir:hover {
	background:url(images/fleche_droite2.png) right no-repeat;
	color : #20596F;
}


#commune {
	background:url(images/icone_commune_bleu.png) 500px 30px no-repeat;
	padding-top : 20px;
	clear : both;
}

#carac_lot td {
	width : 108px;
	line-height : 12px;
	padding-top : 5px;
	padding-bottom : 5px;
	text-align : center;
	vertical-align : middle;
}

#carac_lot thead td {
	background-color : #18697C;
	color : #FFF;
}

#carac_lot .pair {
	background-color : #EBEDED;	
}

#carac_lot .impair {
	background-color : #D6D8D8;	
}

#carac_lot .num_tab {
	width : 32px!important;
}

.vendu {
	color : #C62C2C;
}

.disponible {
	color : #18697C;
}



/** Bandeau Autre département
===================================*/

#autre_departement {
	width : 100%;
	background:url(images/fond_confiance.jpg) no-repeat;
	height : 315px;
	color : #FFF;
	clear : both;
}

#cible_autre {
	background:url(images/cible_rouge.png) no-repeat;
	width : 77px;
	height : 57px;
	padding : 30px 10px 30px 10px;
	margin : -50px 60px 30px 0px;
	float : right;
}



#cible_autre p{
	color : #FFF;
	text-align : center;
	font-family: 'Source Sans Pro', sans-serif;
	line-height : 16px;
	font-size : 16px!important;
}

#autre_departement img{
	float : left;
	margin : 60px 0 0 100px;
}

#nb_projets {
	float : right;
	margin : 30px 40px 0 0px;
	width : 350px;
}

#nb_projets p{
	font-family: 'Source Sans Pro', sans-serif;
	line-height : 19px;
	font-size : 19px!important;
}

#nb_projets a {
	width : 150px;
	height : 18px;
	display : block;
	background:url(images/voir_projets.png) no-repeat;
	text-align : center;
	font-size : 11px;
	color : #FFF;
	padding : 3px 0;
}

#nb_projets a:hover {
	background:url(images/voir_projets2.png) no-repeat;
}




/** Bandeau Faites confiance à ARVE (accueil)
===================================*/

#confiance {
	width : 100%;
	background:url(images/fond_confiance.jpg) no-repeat;
	height : 315px;
	color : #FFF;
}

#confiance h1 {
	color : #FFF;
	text-align : center;
	font-size : 26px;
	font-weight : 400;
	padding-top : 30px;
}

#confiance ul {
	margin : 30px 0 0 0;
	padding : 0;
}

#confiance ul li{
	float : left;
	width : 180px;
	margin : 0;
	padding : 0;
	list-style-type : none;
	height : 120px;
	position : relative;
}

#confiance ul li a{
	color : #FFF;
	position : absolute;
	bottom : 0;
	background:url(images/boutons_confiance.png) no-repeat;
	width : 120px;
	height : 29px;
	left : 20px;
	padding : 7px 10px;
	text-align : center;
	font-style : italic;
	font-size : 12px;
	line-height : 14px;
	letter-spacing : 0.5px;
}

#confiance ul li a:hover{

	background:url(images/boutons_confiance2.png) no-repeat;
}

#confiance .confiance1 {
	background:url(images/icone_partenaire.png) top no-repeat;
}

#confiance .confiance2 {
	background:url(images/icone_prestataire.png) top no-repeat;
}

#confiance .confiance3 {
	background:url(images/icone_conseils.png) top no-repeat;
}

#confiance .confiance4 {
	background:url(images/icone_equipe.png) top no-repeat;
}

/** Formulaire de contact(accueil)
===================================*/

#form_gauche {
	width : 219px;
	float : left;
	margin : 0 0 0 60px;
}

#form_gauche p{
	margin-bottom : 5px;
	position : relative;
}

#form_gauche input {
	width : 219px;
	height :25px;
}

#form_gauche .genre_form input {
	width : auto;
	height : auto;
}

#form_gauche .genre_form span.wpcf7-list-item {
	margin-left : 0;
	margin-right : 20px;
	
}

#form_gauche .wpcf7-not-valid-tip {
	top : -5px;
	left : 4px;
	width : 195px;
	border : none;
	color : #D94343;
	text-align : left;
	font-size : 11px;
	line-height : 13px;
}

.wpcf7-validation-errors {
	clear : both;
	width : 594px;
	color : #D94343;
	padding : 0;
}

.wpcf7-tel {
	border-width : 1px;
}


div.wpcf7-validation-errors {
	border : none!important;
	
}

.wpcf7-mail-sent-ok {
	clear : both;
	width : 594px;
	color : #2F869B;
	padding : 0;
}

div.wpcf7-mail-sent-ok {
	border : none!important;
	
}

div.wpcf7-response-output {
	margin : 0 63px 0 63px;
}

#form_gauche .obl {
	font-size : 10px;
	
}

#form_droite {
	width : 360px;
	float : left;
	margin : 0 0 0 15px;
}

#form_droite textarea{
	width : 360px;
}

#form_droite input[type="submit"] {
	float : right;
	border : none;
	background : none;
	box-shadow : none;
	text-transform : uppercase;
	background:url(images/envoyer.png) right no-repeat;
	font-size : 10px;
	padding-right : 30px;
	height : 25px;
	font-weight : bold;
}

#form_droite input[type="submit"]:hover {
	background:url(images/envoyer2.png) right no-repeat;
}

#cible_contact {
	background:url(images/cible_bleu.png) no-repeat;
	width : 96px;
	height : 71px;
	padding : 40px 10px 30px 10px;
	margin : -50px 0 30px 60px;
	float : left;
}

#cible_contact p{
	color : #FFF;
	text-align : center;
	font-family: 'Source Sans Pro', sans-serif;
	line-height : 16px;
	font-size : 16px!important;
}

#texte_contact {
	float : right;
	width : 350px;
	margin : 50px 60px 20px 0;
}

#texte_contact h2{
	font-size : 22px;
	line-height : 24px;
	margin-bottom : 20px;
}

#formulaire1 {
	clear : both;
}
/** Footer
===================================*/
#colophon{
	background-color:#051419;
	margin : 0 auto;
	width : 1150px;
	color : #FFF;
	padding-bottom : 10px;
}

#colophon .site-info {
	width : 600px;
	float : left;
	margin : 20px 0 0 100px;
	
}

#colophon #text-2 {
	font-family: 'Source Sans Pro', sans-serif;
	line-height : 13px;
	font-size : 14px!important;
	margin : 0 0 10px 0;
}


#colophon #nav_menu-2 ul {
	margin : 0;
}

#colophon #nav_menu-2 ul li {
	list-style-type : none;
	float : left;
	padding-left : 3px;
}

#colophon #nav_menu-2 ul li a{
	font-size : 11px;
	color : #938E8D;
}

#colophon #nav_menu-2 ul li a:hover{
	color : #fff;
}


#colophon img {
	float : right;
	margin : -20px 100px 0 0;
}

#prechargement {
    background-color: #000;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#titre_responsive {display : none;}

#lien_menu_responsive {
	display : none;
}

#int_article.marge_haute {
	margin-top : 50px;
}

@media (max-width: 1150px) {
	#masthead {width : 100%;}
}
@media (max-width: 1025px) {
	body { background-color : none; width : 100%;}
	img.superbg {display : block; position:fixed; top:0; left:0; z-index:-1;}
	#page {width : 100%; background-color : none;}
	#main {width : 90%; }
	#masthead {width : 100%;}
	#masthead #header_haut {width : 90%;}
	#masthead #header_haut a.logo {width : 70px;}
	#masthead #header_haut a.logo img{width : 70px;}
	#primary {width : 80%}
	#colophon .site-info {margin-left : 50px; width : 500px;}
	#colophon img {margin-right : 50px;}
	#colophon {width : 100%!important;}
	.accueil #secondary {width : 100%}
	.accueil #secondary .liresuite {float : left; margin-left : 10px;}
	.accueil #secondary .entry-summary img {float : left; width : 40%}
	.accueil #secondary .entry-summary #int_article {float : left; width : 60%; margin-top : 40px;}
	.accueil #secondary .entry-summary #int_article p { margin : 0 10px 10px 10px;}
	.accueil article { width : 90%; padding : 0;  margin : 0 auto; display : block; float : none; clear : both;}
	#content {position : relative;}
	.bx-wrapper .bx-viewport {min-height : 0;}
	#form_gauche, #form_droite {width : 90%; margin:0 auto; float : none;}
	#form_gauche input, #form_droite textarea {width : 100%;}
	#texte_contact {width : 50%; padding : 0;}
	#secondary #bxslider h2 { margin : 10px 0 5px 10px;}
	#navigation2 {left:50%; top:50%; margin-top : -69px; margin-left : -207px;}
	#confiance ul li {width : 20%; margin-left : 5%;}
	#confiance ul li a {width : 80%; left:0; }
	.faq h1, .contact h1, .presentation h1, .realisations h1 {margin-top : 20px; margin-left : 30px;}
	.faq article, .realisations article {width : 100%; padding : 0;}
	.presentation img {width : 100%;}
	.contact article, .presentation article {width : 90%; margin : 0 auto; padding : 0;}
	.faq #contenu_faq {width : 90%; margin : 0 auto; padding : 0; }
	.contact #formulaire1 #form_gauche {margin : 0 auto;}
	.contact #form_droite textarea {width: 100%!important;}
	#lotissement {background: url("images/icone_lotissement_bleu.png") no-repeat scroll right 30px transparent;}
	#commune {background: url("images/icone_commune_bleu.png") no-repeat scroll right 30px transparent;}
	.localisation_lotissement {width : 80%; }
	.contenu_fiche {width : 90%; margin : 0 auto;}
	

}

/***** [ Mobile - low res ] *****/
@media handheld, only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
	#header_haut_large {background: url("images/bandeau_noir.jpg") no-repeat scroll transparent; height : auto; }
	#masthead #header_haut {background : none; height : auto; width : 100%;}
	#lien_menu_responsive {display : block; float : right; margin-right : 30px; margin-top : 30px;}
	#site-navigation {float : none; clear : both; display : block; height : auto; width : 100%; margin : 0;}
	#site-navigation ul {display : none; width : 100%; float : none; height : auto;}
	.navigation-main ul li {display : block; width : 100%; float : none; box-sizing : border-box;}
	#navigation2 {display : none;}
	#primary {width : 100%; margin-top : 0;}
	#nav_menu-2 {display : none;}
}
@media handheld, only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
	body { background : none; width : 100%;}
	#main { width : 100%;}
	#colophon .site-info { width : 90%; margin : 0 auto; text-align : center; float : none; margin-top : 10px;}
	
	#colophon img {float : none; display : block; margin : 0 auto; width : 40px;}
	.accueil #content {padding-top : 30px;}
	.accueil #secondary {width : 100%; display : none;}
	.accueil #secondary .entry-summary img {width : 100%; display:block; float : none;}
	.accueil #secondary .entry-summary #int_article {float : none; width : 100%; margin-top : 0; display:block; float : none; }
	.accueil #secondary .entry-summary #int_article h2 { clear : both;margin-top : 20px;}
	.accueil #secondary .entry-summary #int_article p { margin : 0 10px 10px 10px;}
	.accueil article { width : 90%; padding : 0;  margin : 0 auto; display : block; float : none;}
	.accueil img.size-full {
		width : 100%;
	}
	#confiance { height : auto; background : url("images/fond_confiance.jpg") repeat-y scroll 0 0 transparent}
	#confiance ul li { display : block; float : none; width : 100%; margin : 0 0 20px 0;  }
	#confiance ul li a { width : 30%; margin-left : -20%; left : 50%; float : none;}
	#confiance ul {padding-bottom : 50px;}
	#cible_contact {float : none; margin : -70px auto 0 auto;}
	#texte_contact {display : block; float : none; margin : 20px auto; width : 90%;}
	
	#bandeau_carte {clear : both;}
	#info_ain, #info_rhone, #info_sl {display : none;}
	#secteurs { width : 90%;}
	#secteurs a {display : block; margin-bottom : 20px;}
	.indications_carte {margin-right : 0; text-align : center!important;}
	.icone_accueil, .icone_accueil:hover {background:none;}
	.exreal ul li { width : 100%; display : block;}
	.image_real {display : block; width: 150px; margin : 0 auto;}
	#conteneur_map, #instruction {display : none;}
	#liste_lotissements ul li { display : block; float : none; margin :20px auto;}
	.fiche #content { background : none;}
	.nom_lotissement, .nom_commune {display : none;}
	#lot_lotissement, #plan_lotissement {width : 100%;}
	.fiche .conteneur_map h3 { margin-left : 20px!important}
	.liste_images {width : 90%; margin : 20px auto 0 auto;}
	#autre_departement img {margin : 40px 0 0 20px;}
	#nb_projets { width : 100%; margin : 0; margin-top : 20px; float : none; clear : both; text-align : center; }
	#lotissement, #commune { background : none;}
	.localisation_lotissement { display : none;}
	#titre_responsive {display : block;}
	.fiche {background: url("images/fond_plan_bleu.jpg") no-repeat scroll left top transparent; padding-bottom : 0!important; margin-bottom : 0!important;}
	.fiche h1 {color: #FFFFFF; font-size: 30px;line-height: 32px;margin-bottom: 50px; margin-left: 30px; margin-top: 20px;}
	.fiche .onglet_lot, .fiche .onglet_comm {background : none; width : 40%; margin : 0; margin-left : 5%; float : left; color : #FFF; font-size : 13px; background-color : #000;}
}
