/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
 
 @font-face {
    font-family: 'futura_lt_btlight';
    src: url('fonts/futult_-webfont.eot');
    src: url('fonts/futult_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futult_-webfont.woff') format('woff'),
         url('fonts/futult_-webfont.ttf') format('truetype'),
         url('fonts/futult_-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_md_btbold';
    src: url('fonts/futubd_-webfont.eot');
    src: url('fonts/futubd_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futubd_-webfont.woff') format('woff'),
         url('fonts/futubd_-webfont.ttf') format('truetype'),
         url('fonts/futubd_-webfont.svg#futura_md_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura';
    src: url('fonts/futumd_-webfont.eot');
    src: url('fonts/futumd_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futumd_-webfont.woff') format('woff'),
         url('fonts/futumd_-webfont.ttf') format('truetype'),
         url('fonts/futumd_-webfont.svg#futura') format('svg');
    font-weight: normal;
    font-style: normal;

}


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

article{
	background: #FFF;
	
}

article .entry-content{
	padding:17px;
	font-size:14px;
}

article .entry-header{
	border-bottom:7px solid #048b9a;
	margin:0 0 13px 0 !important;
}

article .entry-title{
	font-size:22px !important;
	color:#048b9a !important;
	text-transform:uppercase;
	padding:14px 17px;
	border:none !important;
	margin:0 !important;
	font-weight:bold;
}
article.category-offres-demploi .entry-content a{
	background-image: url("images/mail.png");
    background-repeat: no-repeat;
	padding-left:20px;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-moz-overflow-x: hidden;
	-ms-overflow-x: hidden;
	-o-overflow-x: hidden;
	-webkit-overflow-x: hidden;
	-khtml-overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #5b5b5b;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #048b9a;
	text-decoration: none;
}

a:visited {
	color: #048b9a;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #048b9a;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: arial, Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

/***h2 {
	color: #048b9a;
    font-size: 18px;
    margin: 0 0 10px;
}***/

h2 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #83a697;
}


h3 {
	border-top: 1px solid #C0C0C0;
    color: #7f960;
    font-size: 14px;
    margin: 22px 0 10px;
    padding: 20px 0 0;
    text-transform: uppercase;
}


.entry-content a, .comment-content a {
    color: #048b9a;
}

.entry-content a:hover, .comment-content a:hover {
    color: #048b9a;
}

.bleu{
	color: #7f960
}

.bleu-fonce{
	color: #048b9a;
}

.bouton a{
	background: none repeat scroll 0 0 #048b9a;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF !important;
    font-family: arial;
    font-size: 14px;
    height: auto;
    padding: 8px 15px;
    width: auto;
	transition: background 500ms;
}

.bouton a:hover{
	background: #048b9a;
	text-decoration:none !important;
}

.ancre{
	background:#7f960;
	float:left;
	margin:0 10px 10px 0;
	color:#fff;
	padding:8px;
	border-radius:3px;
	display:block;
}

.ancre:hover{
	background:#048b9a;
}

.ancre a{
	color:#fff !important;
}

a.ancre{
	color:#fff !important;
}

h4 {
	font-size: 14px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-image : url(images/puce.png);
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.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;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #83a697; /* Old browsers */
	background: -webkit-linear-gradient(top, #83a697 0%, #83a697 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #83a697 0%, #83a697 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #83a697;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #83a697; /* Old browsers */
	background: -webkit-linear-gradient(top, #83a697 0%, #83a697 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #83a697 0%, #83a697 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #83a697; /* Old browsers */
	background: -webkit-linear-gradient(top, #83a697 0%, #83a697 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #83a697 0%, #83a697 100%); /* W3C */
	border: none;
	border-top: 3px solid #83a697;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	width: 100%;
}
#primary{
	 width: 1200px;
	 margin: 0 auto;
}
.site-main {
	position: relative;
	
}

.site-main .sidebar-container {
	/*height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;*/
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

#cookie-banner{    position: fixed;
    width: 100%;
    z-index: 1000;    top: 0;}
#inform-and-ask button {
    font-size: 13px;    border: medium none;
}

.site-header {
	position: relative;
	/*height: 534px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;*/
}

#slides-home{
	position: fixed;
	z-index: 0;
	height: 100%;
	width: 100%;
	top:0;
}
.page-template-recherche-map-php  #slides-home,
.page-template-fiche-php  #slides-home,
.home  #slides-home,
.page-template-recherche-php #slides-home,
.page-template-listing2-php #slides-home,
.page-template-listing-php #slides-home{
	height: 100%;
}

.site-header .home-link {
	width: 51px;
	height: 50px;
	float: left;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: center;
}

.site-header #nav-mobile {	float:right;}

.site-header #nav-mobile > a {
	width: 51px;
	height: 50px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;    margin: 0 10px;
}

.site-header #nav-mobile .home-link {background-image: url(images/home.png);}
.site-header #nav-mobile .perso {background-image: url(images/btn-perso.png);}
.site-header #nav-mobile .contact {	background-image: url(images/btn-contact.png);}
.site-header #nav-mobile .menu {	background-image: url(images/btn-menu.png);}

.home-link::before {
    background: #83a697 none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    left: -7px;
    position: absolute;
    right: 7px;
    top: 0;
    transform: skewX(10deg);	-ms-transform: skewX(10deg); /* IE 9 */    -webkit-transform: skewX(10deg); /* Safari */
    z-index: -1;
}
.home-link::after {
    background: #83a697 none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    left: 7px;
    position: absolute;
    right: -7px;
    top: 0;
    transform: skewX(-10deg);-ms-transform: skewX(-10deg); /* IE 9 */    -webkit-transform: skewX(-10deg); /* Safari */
    z-index: -1;
}

.current-menu-item{
	font-style: italic;
}

.site-header .header{
	width: 100%;
	margin: -40px auto 0;
	float: left;
}

.site-header .header .content{
	/*height: 362px;*/
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.header-mobile .espace-perso{
	display: none;
}

.header-mobile .menu{
	display: none;
}

.header-mobile {
	float: left;
}
#connexion{
	position: relative;
	width: 1200px;
	left: 50%;
	transform: translate(-50%, 0px);-ms-transform: translate(-50%, 0px); /* IE 9 */    -webkit-transform: translate(-50%, 0px); /* Safari */
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.5);
}

#connexion #logo {
	background-color: #fff;
	padding:20px 30px ;
	position: relative;  
	display: inline-block;
	width:33%;
	text-align:center;
}

#connexion #logo:before {
  content: " ";
  background: #fff;
  position: absolute;
  top:0;
  left:30px;
  right:-30px;
  bottom:0;
  z-index: -1;
  transform: skewX(15deg);-ms-transform: skewX(15deg); /* IE 9 */    -webkit-transform: skewX(15deg); /* Safari */
  
}
#connexion #connect{
	width:50%;
	float:right;
	padding: 20px;
}
#connect > form {
    float: right;    font-family: arial;    font-size: 14px;
}
#connect span {
    color: #048b9a;
    font-weight: bold;
    text-transform: uppercase;
}
#connect form > div {    float: left;    padding: 0 5px;}
#connect form > div > * {    display:block;}
#connect input {
    height: 30px;
}
#connect input[type=submit]{
    border:none;
    padding: 5px 15px;
}
#connect a {    float: right;}
.pass-lost{color:#000; text-decoration:underline;}
.inscription{color:#83a697 ; text-decoration:underline;}

#connect .link {    float: right;}
#connect .link a {        color: #fff;    float: left;    height: 30px;    margin: 0 5px;    padding: 2px 10px; width:100%; text-align:center;}
#connect .link a.logout {    background-color:#048b9a;}
#connect .link a.espace-perso {    background-color:#83a697;}

#head{
	height: 50px;
	position: relative;
	width: 1200px;
	left: 50%;
	transform: translate(-50%, 0px);-ms-transform: translate(-50%, 0px); /* IE 9 */    -webkit-transform: translate(-50%, 0px); /* Safari */
	z-index: 999;
}
.tab-head{
    border-bottom: 56px solid transparent;
    border-left: 1200px solid #048b9a;
    border-right: 0 solid transparent;
    left: 50%;
    position: relative;
	line-height:40px;
    transform: translate(-50%, 0px);-ms-transform: translate(-50%, 0px); /* IE 9 */    -webkit-transform: translate(-50%, 0px); /* Safari */
    width: 1200px;
    z-index: 2;
	top:-50px;
}

#head center{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#head .logo{
	float: left;
}

#head .logo-print{
	display:none;
}

#head #nav-mobile{
	display: none;
}

#head #slogan{
	position: absolute;
	font-family: arial;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	top: 70px;
	left: 44px;
	line-height: 18px;
	display: none;
}

#head #slogan span{
	font-size: 10px;
	font-weight: normal;
}

#head .btn_home{
	position: absolute;
	top: 41px;
	right: 70px;
}

#head .btn_contact{
	position: absolute;
	top: 41px;
	right: 35px;
}

#head .btn_intranet{
	position: absolute;
	top: 41px;
	right: 0;
}



#head .espace-perso-icon{
	display: none;
}

.recherche-rapide,
#moteur-detail,
#moteur{    
	float: left;
    width: 100%;
}

.home-content #moteur{    
	margin-bottom:80px;
}

#moteur-detail{    
	margin-bottom: 30px;
}
.recherche-rapide .tab ,
#moteur-detail .tab ,
 {
    color: #262626;
    font-size: 18px;
    height: 49px;
    line-height: 49px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
#moteur .tab{display:none;}
.recherche-rapide .block-title,
#moteur-detail .block-title,
#moteur .block-title{
    border-left: 0 solid transparent;
    border-right: 1200px solid rgba(255, 255, 255, 0.5);
    border-top: 49px solid transparent;
    bottom: 0;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 0;
}

.recherche-rapide form ,
#moteur-detail form ,
#moteur form {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 14px;
	float:left;
	width:100%;
}
#moteur form {
    background-color: #fff;
}
.recherche-rapide .content,
#moteur-detail .content,
#moteur .content{
	margin: 0;
	width: 100%;
	height: auto;
}

.recherche-rapide .content .title,
#moteur-detail .content .title,
#moteur .content .title{
	top: 14px;
	color: #FFF;
	font-size: 18px;
	font-family: arial;
	position: absolute;
}

.recherche-rapide .content #type_trans,
#moteur-detail .content #type_trans,
#moteur .content #type_trans{
	width: 100%;
	height: 29px;
	margin-bottom: 8px;
}

.recherche-rapide .content #type_trans span,
#moteur-detail .content #type_trans span,
#moteur .content #type_trans span{
	height: 29px;
	line-height: 29px;
	width: 50%;
	display: inline-block;
	color: #83a697;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #b1b1b1;
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial;
	cursor: pointer;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 14px;
}

.recherche-rapide .content #type_trans span.active,
#moteur-detail .content #type_trans span.active,
#moteur .content #type_trans span.active{
	background-color: #83a697;
	color: #fff;
	border: none;
}

.recherche-rapide #moteurForm > div,
#moteur-detail #moteurForm > div,
#moteur #moteurForm > div{
	float: left;
	padding: 5px;
}

.recherche-rapide .content .label,
#moteur-detail .content .label,
#moteur .content .label{
	color: #262626;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

.recherche-rapide .content #type_bien span,
.recherche-rapide .content #type_bien2 span,
.recherche-rapide .content #type_bien3 span,
.recherche-rapide .content #type_bien span:hover,
.recherche-rapide .content #type_bien2 span:hover,
.recherche-rapide .content #type_bien3 span:hover,
#moteur-detail .content #type_bien span,
#moteur-detail .content #type_bien2 span,
#moteur-detail .content #type_bien3 span,
#moteur-detail .content #type_bien span:hover,
#moteur-detail .content #type_bien2 span:hover,
#moteur-detail .content #type_bien3 span:hover,
#moteur .content #type_bien span,
#moteur .content #type_bien2 span,
#moteur .content #type_bien3 span,
#moteur .content #type_bien span:hover,
#moteur .content #type_bien2 span:hover,
#moteur .content #type_bien3 span:hover{
	display: block;
	width: 100% !important;
	height: 29px;
	line-height: 29px;
	padding-left: 5px;
	border: 1px solid #b2b2b2;
	color: #1a1e1f;
	background-image: url(images/background-type.png);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 95% center;
	text-decoration: none !important;
	margin-bottom: 8px;
}

.recherche-rapide .multiSelect span,
#moteur-detail .multiSelect span,
#moteur .multiSelect span{
	overflow: hidden;
}

.recherche-rapide #info2,
#moteur-detail #info2,
#moteur #info2{
	float: left;
}

.recherche-rapide #info3,
#moteur-detail #info3,
#moteur #info3{
	width: 47%;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}

.choix_bien {
    position: relative;
}
.recherche-rapide .content .multiSelectOptions,
#moteur-detail .content .multiSelectOptions,
#moteur .content .multiSelectOptions{
	width: 100% !important;
	height: auto !important;
	background: #FFF;
	padding: 15px;
	border: 1px solid #b2b2b2;
}

.ui-helper-hidden-accessible {
    display: none;
    left: 0 !important;
    position: relative !important;
}

.recherche-rapide .content .multiSelectOptions label,
#moteur-detail .content .multiSelectOptions label,
#moteur .content .multiSelectOptions label{
	display: block;
	width: 100%;
}

.recherche-rapide .content .multiSelectOptions label input,
#moteur-detail .content .multiSelectOptions label input,
#moteur .content .multiSelectOptions label input{
	margin-right: 5px;
}

.recherche-rapide .content input[type=text],
#moteur-detail .content input[type=text],
#moteur .content input[type=text]{
	/**font-size: 12px;*/
	height: 29px;
	width: 100%;
	border: 1px solid #b2b2b2;
	margin-bottom: 8px;
}

.recherche-rapide .content .checkboxlist,
#moteur-detail .content .checkboxlist,
#moteur .content .checkboxlist{
	width: 100%;
	height: 29px;
}

.recherche-rapide .content .checkboxlist span,
#moteur-detail .content .checkboxlist span,
#moteur .content .checkboxlist span{
	display: inline-block;
	float: left;
	width: 37px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	background-color: #FFF;
	color: #7f960;
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	cursor: pointer;
}

.recherche-rapide .content .checkboxlist span:last-child,
#moteur-detail .content .checkboxlist span:last-child,
#moteur .content .checkboxlist span:last-child{
	width: 65px;
	border-right: 1px solid #b6b6b6;
}

.recherche-rapide .content .checkboxlist span.active,
#moteur-detail .content .checkboxlist span.active,
#moteur .content .checkboxlist span.active{
	border: none;
	color: #fff;
	background-color: #83a697;
}

.recherche-rapide .content .checkboxlist_type,
#moteur-detail .content .checkboxlist_type,
#moteur .content .checkboxlist_type{
	float: left;
	height: 27px;
}

.recherche-rapide .content .checkboxlist_type span,
#moteur-detail .content .checkboxlist_type span,
#moteur .content .checkboxlist_type span{
	display: inline-block;
	float: left;
	width: 65px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-color: #FFF;
	color: #7f960;
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	cursor: pointer;
}

.recherche-rapide .content .checkboxlist_type span.active,
#moteur-detail .content .checkboxlist_type span.active,
#moteur .content .checkboxlist_type span.active{
	border: none;
	color: #4b4b4b;
	background-color: #e5e2e2;
}

.recherche-rapide .content #slider-prix,
.recherche-rapide .content #slider-surface,
#moteur-detail .content #slider-prix,
#moteur-detail .content #slider-surface,
#moteur .content #slider-prix,
#moteur .content #slider-surface{
	width: 100%;
}

.recherche-rapide .content .ui-slider-range,
#moteur-detail .content .ui-slider-range,
#moteur .content .ui-slider-range{
	background: none;
}

.recherche-rapide .content .ui-slider-horizontal,
#moteur-detail .content .ui-slider-horizontal,
#moteur .content .ui-slider-horizontal{
	background-image: url(images/background-slider.jpg);
	background-repeat: repeat-x;
}

.recherche-rapide .content .indicator1,
#moteur-detail .content .indicator1,
#moteur .content .indicator1{
	background-image: url(images/slider-left.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.recherche-rapide .content .indicator2,
#moteur-detail .content .indicator2,
#moteur .content .indicator2{
	background-image: url(images/slider-right.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.recherche-rapide .content .elargir,
#moteur-detail .content .elargir,
#moteur .content .elargir{
	width: 100%;
	height: 29px;
}

.recherche-rapide .content .elargir span,
#moteur-detail .content .elargir span,
#moteur .content .elargir span{
	display: inline-block;
	float: left;
	padding: 0 17px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	background-color: #FFF;
	color: #7f960;
	border-top: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	cursor: pointer;
	
}

.recherche-rapide .content .elargir span:last-child,
#moteur-detail .content .elargir span:last-child,
#moteur .content .elargir span:last-child{
	border-right: 1px solid #b6b6b6;
}

.recherche-rapide .content .elargir span.active,
#moteur-detail .content .elargir span.active,
#moteur .content .elargir span.active{
	border: none;
	color: #fff;
	background-color: #83a697;
}



.recherche-rapide .content .noUi-horizontal.noUi-extended,
#moteur-detail .content .noUi-horizontal.noUi-extended,
#moteur .content .noUi-horizontal.noUi-extended{
	margin-top: 7px;
}

.recherche-rapide .content input[type=submit],
#moteur-detail .content input[type=submit],
#moteur .content input[type=submit]{
	border: none;
	float: left;
	display: inline-block;
	width: 100%;
	height: 29px;
	line-height: 29px;
	color: #FFF;
	text-transform: uppercase;
	background: #048b9a;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding: 0;
	float: right;
}
.nb_resultat,
.all_annonces{
	border: none;
	float: right;
	display: inline-block;
	width: auto;
	height: 29px;
	line-height: 29px;
	color: #048b9a;
	background: #e5e2e2;
	font-family: arial;
	font-size: 14px;
	margin-top: 20px;
	padding: 0 10px;
	float: right;
}

.recherche-rapide .content input[type=submit].plan,
#moteur-detail .content input[type=submit].plan,
#moteur .content input[type=submit].plan{
	float: right;
}

.site-title {    
	color: #048b9a;
    display: inline-block;
    float: right;
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px;
    width: 60%;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}




#moteur-detail form #type_trans,
#moteur form #type_trans{
	width: 100%;
	height: 29px;
	margin-bottom: 16px;
}


#moteur-annuaire #tab{
	width: 242px;
	height: 34px;
	line-height: 34px;
	background: #048b9a;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

#moteur-annuaire #div-moteur{
	padding: 30px;
	border-top: 8px solid #048b9a;
	border-left: 1px solid #e5e2e2;
	border-right: 1px solid #e5e2e2;
	border-bottom: 1px solid #e5e2e2;
	background-color:#fff;
}

#moteur-annuaire #div-moteur #search{
	width: 560px;
	display: inline-block;
	margin-top: 40px;
}

#moteur-annuaire #div-moteur #map{
	float: right;
}

#moteur-annuaire form label{
	height: 23px;
	line-height: 23px;
	width: 276px;
	color: #048b9a;
	font-weight: 14px;
	font-size: 12px;
	display: inline-block;
	float: left;
}

#moteur-annuaire form input[type=text]{
	width: 240px;
	height: 23px;
	border: 1px solid #b2b2b2;
	padding: 0 5px;
}

#moteur-annuaire form input[type=submit]{
	height: 25px;
	width: 25px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-o-border-radius: 100%;
	background: #048b9a;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	padding: 0;
	margin-left: 10px;
}

#moteur-annuaire .separateur{
	height:1px;
	width: 100%;
	margin:30px 0;
	border-bottom: 1px dotted #048b9a;
}

#count-annonce{
	height: 90px;
	width: 100%;
	position: relative;
	float: left;
}

#count-annonce .border{
	height: 28px;
	width: 100%;
	background-color: #e5e2e2;
	position: absolute;
	top: 0;
	z-index: 0;
}

#count-annonce .triangle{
	border-bottom: 62px solid transparent;
	border-left: 1200px solid #e5e2e2;
	position: absolute;
	top: 28px;
	z-index: 0;
	
}

#count-annonce .content{
	position: relative;
	z-index: 99;
	padding-left: 25px;
	padding-top: 15px;
	
}

#count-annonce .content div{
	color: #83a697;
	font-size: 60px;
	float: left;
	line-height: 60px;
	font-family: 'futura_md_btbold';
}

#count-annonce .content span{
	color: #048b9a;
	font-size: 18px;
	float: left;
	margin-top: 10px;
	line-height: 15px;
	margin-left: 24px;
}

.rsSBlock{
	background: rgba(0,0,0,0.8);
	width: auto !important;
	bottom: 20px !important;
	left: 20px !important;
	padding: 20px !important;
	margin-right: 20px !important;
	height: auto !important;
	top: auto !important;
}

.rsSBlock h3{
	padding: 0!important;
	margin: 0 !important;
	border: none !important;
	color: #FFF !important;
	font-weight: bold !important;
}

#col-right-home{
	width: 234px;
	float: right;
	text-align: center;
	margin-top: -20px;
}

#list-not .item-not h2 {
	color: #048b9a;
    font-size: 18px;
    margin: 0 0 10px;
	padding:0;
	background:none;
	text-transform:none;
	text-align:left;
}

.intro-ref{
	
	background-color: rgba(4, 139, 154,  0.9);
	color: #fff;
	padding:10px;
}

#colonne-gauche h1{
	font-size: 18px;
	margin: 0 0 15px;
	color: #fff;
	width: 100%;
}

#breadcrumb{
	padding: 5px 10px;
	background: #e3e3e3;
	color: #5b5b5b;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.page-template-fiche-php #breadcrumb{
	margin-top: 0;
}

#breadcrumb a{
	color: #5b5b5b;
}

#links{
	padding: 15px;
	margin-bottom: 15px;
	background-color: rgba(4, 139, 154, 0.9);
	color:#fff;
}
#links a{
	color:#fff;
}

#links .block{
	width: 33%;
	float: left;
}

#links  .title{
	text-transform: uppercase;
	font-weight: bold;
}

#links ul{
	padding: 0;
}

#links ul li{
	list-style: none;
	min-width: 24%;
	display: block;
	float: left;
	font-size: 12px;
}

#links .block  ul li{
	list-style: none;
	min-width: 45%;
	display: block;
	float: left;
	font-size: 12px;
}

#lettre-de-mon-notaire{
	float:left;
	background-color: rgba(4, 139, 154, 0.7);
	width:50%;
	position: relative;
}



#lettre-de-mon-notaire .plus span{
	color: rgba(229,​ 226,​ 226, 0.902);
}

#lettre-de-mon-notaire .mobile{
	display: none;
}

#lettre-de-mon-notaire .content{
	
	padding: 20px 15px;
	
	font-size: 14px;
	line-height: 18px;
	font-family: arial;
}

#lettre-de-mon-notaire .content a,
#lettre-de-mon-notaire .content a:hover,
#lettre-de-mon-notaire .content a:visited{
	color: #FFF;
	text-decoration: none;
}

#lettre-de-mon-notaire .content .bleu{
	font-size: 18px;
	color: #7f960;
	text-transform: uppercase;
}

#lettre-de-mon-notaire .content p{
	margin-bottom: 18px;
}

#lettre-de-mon-notaire .content p:last-child{
	margin: 0;
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
 
 .nav-menu ul{
	margin-left: -300px;
	width: auto ;
	padding: 6px 10px;
	background-color: #FFF;
	border-top: 8px solid #048b9a;
	position: absolute;

}
 
#menu-item-80 ul{
	margin-left: -300px;
	width: auto !important;
	padding: 0px;
	background-color: #FFF;
	border-top: 8px solid #048b9a;
	position: absolute;
	top: 71px;
}
.nav-menu  > .sub-menu li,
#menu-item-80 ul li{
	display: block;
	width: 130px;
}

.nav-menu  > .sub-menu  li ul,
#menu-item-80 ul li ul{
	margin: 0;
	width: auto;
	height: auto;
	top: 0;
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	width:100%;
	min-height: 30px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: auto;
}

.nav-menu li {
	display: inline-block;
	padding: 0;
	float: left;
}

.nav-menu>li {
	position: relative;
}

.nav-menu li a {
	color: #FFF;
	display: block;
	font-size: 18px;
	line-height: 50px;
	padding: 0 50px;
	text-decoration: none;
	height: 50px;
	text-transform: uppercase;
}

.nav-menu li span{
	display: none;
}

.nav-menu li:last-child a{
	border: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	color: #FFF;
}


.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #FFF;
	display:block;
	padding: 0;
	position: absolute;
	left: -0px;
	top:40px;
	z-index: 99999;
}

.nav-menu .sub-menu li {
    padding: 0;
    text-align: left;
	background: #FFF;
	float:none;
	display: block;
	width:auto!important;
	clear: both;
	position:relative;
}

.nav-menu .sub-menu li a{
	border: none;
	padding: 10px 10px 10px 18px;
	height: auto;
	line-height: normal;
	background: #FFF;
	color: #343434;
	position: relative;
	border-bottom: 1px dotted #343434;
	min-width: 200px;
}

#menu-item-80 .sub-menu li a{
	width: 140px;
	min-width: 130px;
}

.nav-menu  .sub-menu  li ul{
	margin: 0;
	width: 275px;
	top: -8px;
	position: absolute;
}
#menu-item-330 .sub-menu  li ul{
		width: 150%!important;
}
#menu-item-330 .sub-menu ul,
#menu-item-330  .children ul {
	left: -150%!important;
}

.nav-menu .sub-menu .sub-menu li a{
	min-width: 275px;
	width:auto;
}

#menu-item-80 .sub-menu .sub-menu li a{
	width: auto !important;
}

.nav-menu .sub-menu li a aside,
.nav-menu .sub-menu li:hover li a aside,
.nav-menu .sub-menu li:hover li:hover li a aside,
.nav-menu .sub-menu li:hover li:hover li:hover li a aside{
	color: #048b9a;
	display: inline;
	font-weight: bold;
	font-family: arial;
	margin-right: 5px;
	background: none;
}

.nav-menu .sub-menu li:hover a,
.nav-menu .sub-menu li:hover a aside,
.nav-menu .sub-menu li:hover li:hover a aside,
.nav-menu .sub-menu li:hover li:hover li:hover a aside,
.nav-menu .sub-menu li:hover li:hover li:hover li:hover a aside,
.nav-menu .sub-menu li:hover li:hover a,
.nav-menu .sub-menu li:hover li:hover li:hover a,
.nav-menu .sub-menu li:hover li:hover li:hover li:hover a{
	background-color: #048b9a;
	color: #FFF;
}

.nav-menu .sub-menu li:hover li a,
.nav-menu .sub-menu li:hover li:hover li a,
.nav-menu .sub-menu li:hover li:hover li:hover li a{
	color: #343434;
}

.nav-menu .sub-menu li:hover a .fleche,
.nav-menu .sub-menu li:hover li:hover a .fleche,
.nav-menu .sub-menu li:hover li:hover li:hover a .fleche{
	display: block;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	border-left: 10px solid #7f960;
	position: absolute;
	top: 0;
	right: -10px;
}

.nav-menu .sub-menu li:hover li a .fleche,
.nav-menu .sub-menu li:hover li:hover li a .fleche{
	display: none;
}

.nav-menu .sub-menu li:hover li a,
.nav-menu .sub-menu li:hover li:hover li a,
.nav-menu .sub-menu li:hover li:hover li:hover li a{
	background: none;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	background: none;
	left: 100%;
	top: 0;
}

#menu-item-80 .sub-menu ul{
	background: #FFF;
	left: 100%;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	min-width: 200px;
	width:auto;
}

.nav-menu ul ul a{
	width: 130px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #7f960;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block!important;
	z-index: 0;
}
.nav-menu  .sub-menu li:hover > ul,
.nav-menu  .sub-menu  ul li:hover > ul ,
#menu-item-80 li:hover > ul,
#menu-item-80 ul li:hover > ul {
	display: block;
	z-index: 999 !important;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #FFF;
}

.menu-toggle {
	display: none;
}

.form_ville_sup input[type=text]{
	border: none;
	font-size: 12px;
	width: 75%;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}

.form_ville_sup input[type=submit]{
	border: none;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	height: 30px;
	line-height: 30px;
	width: 30px;
	margin: 5px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	background: #7f960;
}

/* Navbar */
.navbar {
}

#navbar{
	float: left;
	width:100%;
}

.navbar .espace-perso{
	float: right;
	display: none;
}

.navbar .menu-menu-1-container{
	display: inline-block;
}

.navbar .espace-perso-icon{
	float: right;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

#navbar2{
	background-color: #7f960;
	width: 1200px;
	position: relative;
	display: block;
	float: none;
	margin: 0 auto;
}

#navbar2 .nav-menu li{
	padding: 0;
}

#navbar2 .nav-menu li a{
	text-transform: uppercase;
	padding: 12px 20px;
	border-left: 1px solid #1b82bb;
	border-right: none;
	font-size: 12px;
}

#navbar2 .nav-menu li:first-child a{
	border-left: none;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

#navigation-fix{
	width: 44px;
	position: fixed;
	right: 0;
	top: 188px;
	z-index: 99;
	padding-top: 53px;
}

#navigation-fix>a, #navigation-fix>div{
	display: block;
	margin-bottom: 62px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
}

#navigation-fix>a>div {
    float: left;
    height: 45px;
    margin-right: 10px;
    width: 44px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
}
#navigation-fix>a {
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
}
#navigation-fix>a:hover {right:0;}
#navigation-fix .puce-contact {
    background-color: rgba(255, 255, 255, 0.5);
    color: #83a697  !important;
    top: 165px;
    width: 143px;
    right: -99px;
}
#navigation-fix .puce-contact div {   background: #83a697 url("images/puce-contact.png") no-repeat scroll center center ;}

#navigation-fix .puce-prive {
    background-color: rgba(255, 255, 255, 0.5);
    color: #048b9a  !important;
    top: 220px;
    width: 153px;
    right: -109px;
}
#navigation-fix .puce-prive div {   background: #048b9a url("images/puce-prive.png") no-repeat scroll center center ;}

#navigation-fix .recherche-map {
    background: #fff none repeat scroll 0 0;
    
    padding: 10px;
    position: absolute;
    right: -986px;
    top: 55px;
    transition: all 500ms ease 0s;
    width: 986px;
    z-index: 500;
}

#navigation-fix .connect {
    background: #fff none repeat scroll 0 0;
    
    padding: 10px;
    position: absolute;
    right: -200px;
    top: 110px;
    transition: all 500ms ease 0s;
    width: 200px;
    z-index: 500;
}
#navigation-fix .connect a.puce-connect {
    background: #048b9a url("images/puce-espace-perso.png") no-repeat scroll center center ;
    height: 45px;
    left: -45px;
    position: absolute;
    top: 0;
    width: 45px;
	
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
}

#navigation-fix .recherche-rapide {
    background: #fff none repeat scroll 0 0;
    
    padding: 10px;
    position: absolute;
    right: -986px;
    top: 110px;
    transition: all 500ms ease 0s;
    width: 986px;
    z-index: 200;
}
#navigation-fix .connect:hover, #navigation-fix .recherche-rapide:hover, #navigation-fix .recherche-map:hover {right:0;}
#navigation-fix .recherche-map a.puce-map {
    background: #83a697 url("images/puce-map.png") no-repeat scroll center center ;
    height: 45px;
    left: -45px;
    position: absolute;
    top: 0;
    width: 45px;
	
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
}

#navigation-fix .recherche-rapide > a {
    background: #048b9a url("images/puce-recherche-rapide.png") no-repeat scroll center center ;
    height: 45px;
    left: -45px;
    position: absolute;
    top: 0;
    width: 45px;
	
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
}

#content-moteur-geo {
    margin: 0 auto;
    position: relative;
    width: 986px;
    z-index: 99;
}
#moteur-geo {
    background: #fff none repeat scroll 0 0 padding-box;
    border: 8px solid rgba(255, 255, 255, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    padding: 15px;
    position: absolute;
    right: 42px;
    top: 25px;
    width: 256px;
}

#moteur-geo .type_bien_map ul {
    display: block;
    margin-bottom: 0;
    padding: 0;
    width: 318px;
}

#moteur-geo .type_bien_map ul li {
    color: #52575f;
    display: inline-block;
    font-size: 12px;
    line-height: 29px;
    list-style: outside none none;
    margin-bottom: 3px;
    width: 100%;
}

.marker-appartement, .marker-commerce, .marker-diver, .marker-lotissement, .marker-maison, .marker-programme {
    background: rgba(0, 0, 0, 0) url("images/markers.png") no-repeat scroll 0 0;
    float: left;
    margin-right: 10px;
}

.marker-maison {    background-position: 0 0;    height: 29px;    width: 19px;}
.marker-appartement {    background-position: -80px 0;    height: 29px;    width: 19px;}
.marker-programme {    background-position: -100px 0;    height: 29px;    width: 19px;}
.marker-commerce {    background-position: -60px 0;    height: 29px;    width: 19px;}
.marker-lotissement {    background-position: -20px 0;    height: 29px;    width: 19px;}
.marker-diver {    background-position: -40px 0;    height: 29px;    width: 19px;}

#navigation-fix .log-espace-visiteur{
	width: 220px;
	padding: 15px;
	position: absolute;
	right: -220px;
	top: 0;
	background: #FFF;
	text-align: center;
	transition: all 500ms;
	z-index: 40;
	border: 1px solid #5b5b5b;
}


#navigation-fix .log-espace-visiteur:hover{
	right: 0;
}

#navigation-fix .log-espace-visiteur input[type=text],
#navigation-fix .log-espace-visiteur input[type=password]{
	border: 1px solid #CDCDCD;
	width: 100%;
	margin-bottom: 10px;
}

#navigation-fix .log-espace-visiteur input[type=submit]{
	height: 30px;
	width: 30px;
	background: #048b9a;
	line-height: 30px;
	border: none;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	float: right;
	margin-left: 250px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}

#navigation-fix .log-espace-visiteur a{
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: -44px;
}

#navigation-fix .log-espace-visiteur form a{
	width: auto;
	height: auto;
	position: relative;
	left: 0;
	display: inline;
	box-shadow: none;
}

#navigation-fix .moncompte{
	display: block;
	width: 100% !important;
	text-align: center;
	height: 35px !important;
	line-height: 35px;
	color: #FFF;
	background: #048b9a;
	padding: 0;
	position: relative !important;
	top: 0;
	left: 0 !important;
	margin-top: 10px;
	box-shadow: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#navigation-fix .logout{
	display: block;
	width: 100% !important;
	text-align: center;
	color: #333;
	padding: 0;
	position: relative !important;
	top: 0;
	left: 0 !important;
	height: auto;
	margin: 0;
	box-shadow: none;
}

#navigation-fix .twitter,
#navigation-fix .facebook{
	background: none repeat scroll 0 0 #fff;
    padding: 3px;
    position: absolute;
    right: -254px;
    text-align: center;
    top: 106px;
    transition: all 500ms ease 0s;
    width: 254px;
	z-index: 1;
}

#navigation-fix .twitter{
    top: 158px;
	z-index: 0!important;
	}
#navigation-fix .twitter a,
#navigation-fix .facebook a {
    height: 44px;
    left: -44px;
    position: absolute;
    top: 0;
    width: 44px;
}

#navigation-fix .twitter .header-twitter,
#navigation-fix .facebook .header-facebook{
	margin-bottom: 4px;
	width:249px;
	height:auto;
}

#navigation-fix .twitter:hover,
#navigation-fix .facebook:hover{
	right: 0;
}

.pagination-list-not{
	margin: 0 0 0 316px !important;
}

#list-not{
	background: #e5e2e2;
}

#list-not .item-not{
	background: #FFF;
	padding: 15px;
	margin-bottom:10px;
	position: relative;
	width: 100%;
	float: left;
}

#list-not .item-not .photo{
	width: 125px;
	height: 144px;
	float: left;
	border: 1px solid #b7b7b7;
	margin-right: 20px;
	overflow: hidden;
}

#list-not .item-not .photo img{
	width: 100%;
}

#list-not .item-not .content{
	float: left;
	width: 75%;
}

#list-not .item-not .spacer{
	clear: both;
}

#list-not .item-not .link{
	background-color: #048b9a;
    background-image: url("images/fleche.png");
    background-position: 108px 2px;
    background-repeat: no-repeat;
    bottom: 15px;
    color: #FFFFFF;
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    position: absolute;
    right: 9px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 135px;
}

#etude{
	padding: 0;
	background: #e5e2e2;
}

#etude #not-list{
	padding: 15px;
	background: #FFF;
}

#etude #not-list .item-not{
	display: inline-block;
	width: 209px;
	margin-right: 13px;
	float: left;
	margin-bottom:15px;
	padding:10px;
	min-height: 244px;
}

#etude #not-list .item-not:nth-child(3n){
	margin-right: 0;
}

#etude #not-list .item-not .photo{
	width: 125px;
	height: 144px;
	overflow: hidden;
	border: 1px solid #cbcbbf;
	margin:0 auto 5px;
}

#etude #not-list .item-not .photo img{
	width: 100%;
}

#etude #not-list .item-not .adresse,
#etude #not-list .item-not .contact{
	font-size: 12px;
	word-wrap:break-word;
	-moz-word-wrap:break-word;
	-ms-word-wrap:break-word;
	-o-word-wrap:break-word;
	-khtml-word-wrap:break-word;
	-webkit-word-wrap:break-word;
	text-align:center;
}

#etude #not-list .item-not .contact img{
	margin-right: 5px;
}

#etude #not-list .item-not .content h2{
	font-size: 14px;
	font-weight: bold;
	color: #048b9a;
	background: none;
	padding: none;
	text-transform: none;
	text-align: center;
}

#etude #predec{
	padding: 15px;
	background: #d7e9f3;
	font-size: 12px;
	color: #014b64;
	border-bottom:8px solid #fff;;
}

#etude .title{
	font-size: 14px;
	text-transform: uppercase;
	color: #014b64;
	font-weight: normal;
	margin: 0;
}

#etude #label{
	padding: 5px 15px;
	background: #fff;
	border-bottom: 7px solid #048b9a;
	position: relative;
}

#etude #label .title{
	font-size: 18px;
	color: #048b9a;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-weight:bold;
}

#etude #label .adresse{
	font-size: 14px;
	color: #048b9a;
	float: left;
	width: 100%;
}

#haut-etude{
    display: block;
    padding:0;
	position:relative;
    width: 100%;
}

#haut-etude .link{
    background: url("images/fleche.png") 95% center no-repeat #048b9a;
       color: #FFFFFF;
    display: block;
    height: auto;
    line-height: 28px;
    padding-right: 25px;
    padding-left: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
	font-size: 14px;
	border-radius:30px;
}

#etude #map{
	height: 280px;
	width: 100%;
}

#etude #map #carte{
	height: 280px;
	width: 100%;
}

#etude #negociation{
	background: #FFF;
	padding: 0 15px 15px;
	font-size: 12px;
}
.infos_nego{display:table-row;width:100%;}
.infos_nego div{display:table-cell;vertical-align: center;}
#etude #negociation img{
	margin:0 5px 0 15px;
}

#etude .info-pratique{
	background: #FFF;
	padding: 15px;
	font-size: 12px;
}



#etude .info-pratique .tiers span,.tiers span{
	width:100%;
	float:left;
}

#etude .info-pratique img{
	margin-right: 3px;
}

#etude .annexe{
	background: #FFF;
	padding: 0 15px 15px 15px;
	font-size: 12px;
}

#etude .annexe img{
	margin-right: 3px;
}

#etude .separateur{
	width: 100%;
	height: 1px;
	margin: 20px 0 0;
	border-bottom: 1px solid #c0c0c0;
}

#etude #contact{
	padding: 18px 156px 38px;
	background: #FFF;
}

#etude #contact .title{
	font-size: 18px;
	margin-bottom: 20px;
}

#etude #contact label{
	width: 74px;
	font-weight: bold;
	font-size: 12px;
	color: #2d3235;
	display: inline-block;
}

#etude #contact label span{
	color: #0274a8;
}

#etude #contact input[type=text],
#etude #contact textarea{
	width: 298px;
	border:1px solid #d5d5d5;
	margin-bottom: 7px;
}

#etude #contact input[type=submit]{
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	width: 82px;
	height: 23px;
	line-height: 23px;
	background: #048b9a;
	float: right;
	padding: 0;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

#etude #contact #msg{
	color: #17c000;
	margin-bottom: 10px;
}

#espace-visiteur p,
#etude #contact p{
	font-size:11px;
	margin-top:5px;
	text-align: justify;
	float: left;
}

.scrollable {
    position: relative;
    width: 100%;
    height:200px;
    float:left;
	padding: 0;
	overflow:hidden;
}
.scrollable .items {
    width:100%;
    position:absolute;
    clear:both;
	height: 200px;
}
.items .content-annonces {
    float:left;
    width:100%;
    height:100%;
	display:none;
	opacity:0;
	position: relative;
	
	-webkit-transition: all 400ms ease;
	transition:         all 400ms ease;
}

.items .content-annonces:first-child {
	opacity:1;
	display:block;
}

.items .content-annonces > div {
	height:100%;
}
.scrollable img {
    float:left;
    width:100%;
}
.scrollable .active {
    border: 2px solid #000;
    position: relative;
    cursor: default;
}


a.browse {
	height: 29px;
	width: 29px;
	background: #FFF;
	position: relative;
	font-weight: bold;
	color: #ababab;
	text-align: center;
	line-height: 18px;
	bottom: 0px;
	cursor: pointer;
	z-index: 0;
	display:inline-block;
	float:left;
	margin: 0 5px;
}
a.prev{background: url(images/left-arrow-hover.jpg) no-repeat scroll 0 0 / 100% 100%;}
a.prev:hover{background-image: url(images/left-arrow-hover.jpg) no-repeat scroll 0 0 / 100% 100%;}
a.next{background: url(images/right-arrow-hover.jpg) no-repeat no-repeat scroll 0 0 / 100% 100%;}
a.next:hover{background-image: url(images/right-arrow-hover.jpg) no-repeat scroll 0 0 / 100% 100%;}
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }
a.left { margin-left: 0px; }
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

 .spacer{
	clear: both;
 }
 
.site-content{
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	position: relative;
	/**background:rgba(255, 255, 255, 0.5) none repeat scroll 0 0*/
	float:left;
}

.home-content{
	padding: 0;    margin-top: 150px;
}

.site-content .slideshow{
	float: left;
	width: 65%;
	height: 404px;
}

.site-content .slideshow .rsThumbs{
	background: #FFF;
}

.site-content .slideshow .rsUni .rsThumb.rsNavSelected{
	background: #FFF;
}

.site-content .slideshow .rsUni .rsThumb.rsNavSelected{
	background: #048b9a;
}

.site-content .slideshow .rsUni .rsThumb.rsNavSelected h5,
.site-content .slideshow .rsUni .rsThumb.rsNavSelected span{
	color: #FFF;
}

.site-content .slideshow .rsUni .rsTmb h5{
	color: #048b9a;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
}

.site-content .slideshow .galleryTextThumbs .rsTmb{
	color: #048b9a;
	padding: 12px;
}

.site-content .slideshow .galleryTextThumbs .rsThumbs span{
	color: #048b9a;
	opacity: 1;
}

.site-content .slideshow .galleryTextThumbs .rsThumbs .rsThumb{
	border-top: 2px solid #a1a1a1;
	border-left: 2px solid #a1a1a1;
	border-right: 2px solid #a1a1a1;
	border-bottom: none;
}

.site-content .slideshow .galleryTextThumbs .rsThumbs .rsThumb:last-child{
	border-bottom: 2px solid #a1a1a1;
}

.site-content .trouver-notaire{
	width: 288px;
	min-height: 382px;
	float: right;
	margin-bottom: 30px;
}

.btn-trouver-notaire,
.btn-trouver-notaire:hover,
.btn-trouver-notaire:active,
.btn-trouver-notaire:visited{
	background-color: #048b9a;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 35px;
	text-transform: uppercase;
	color: #FFF;
	font-family: arial;
	font-size: 16px;
	background-image: url(images/loupe.png);
	background-repeat: no-repeat;
	background-position: 10px;
	position: relative;
	display: block;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#col-right-home .btn-trouver-notaire,
#col-right-home .btn-trouver-notaire:hover,
#col-right-home .btn-trouver-notaire:active,
#col-right-home .btn-trouver-notaire:visited{
	margin-top: 40px;
}

.site-content .trouver-notaire .title{
	background-color: #048b9a;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'futura_lt_btlight';
	font-size: 14px;
	background-image: url(images/loupe.png);
	background-repeat: no-repeat;
	background-position: 45px  10px;
	position: relative;
}

.site-content .trouver-notaire .title span{
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid #048b9a;
	position: absolute;
	bottom: -4px;
	left: 144px;
}

.site-content .trouver-notaire .content{
	padding-top:12px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}

.site-content .trouver-notaire .content h3{
	display: block;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	height: 19px;
	line-height: 19px;
	background-color: #7f960;
	font-weight: normal;
	font-family: arial;
	padding-left: 16px;
	margin: 0;
	padding-top:0;
	position: relative;
}

.site-content .trouver-notaire h3 span{
	display:block;
	position: absolute; 
	top: 0;
	right: 0;
	height: 19px;
	width: 19px;
	text-align: center;
	color: #FFF;
	line-height: 19px;
	cursor: pointer;
}

.site-content .trouver-notaire .content ul{
	padding-left: 42px;
	margin: 2px 0 11px;
	line-height: 14px;
	height: 77px;
	overflow: hidden;
}

.site-content .trouver-notaire .content ul li{
	list-style-image: url(images/puce.png);
}

.site-content .trouver-notaire .content ul li a{
	font-size: 12px;
	color: #5b5b5b;
}

.site-content .introduction{
	padding: 0;
	float: right;
	width: 100%;
	font-size: 14px;
	text-align: justify;
	background-color:rgba(4, 139, 154, 0.7) ;
	color:#fff;
}

.site-content .introduction-home{
	width: 100%;
	float: left;
	padding:20px;
	height:auto;
}

.site-content .outils {
    background-color: rgba(255, 255, 255, 0.9) ;
    display: inline-block;
    float: left;
    font-family: arial;
    padding: 30px 0;
    width: 100%;
	margin-bottom:80px;
}

/**.outils{background-color:#fff;display: inline-block;font-family:arial;float:left;}
.outils > div{height:32%; margin-bottom:2%;border-bottom: 1px solid #909090;}
.outils > div:last-child{ margin-bottom:0;border:none;}*/
.outils a{color:#909090;}
.outils img{height: 75px;width:auto;}
.outils p{margin:0;padding: 0 40px;}
.outils .ptz span{color:#83a697; font-size:20px;}
.outils .credit span{color:#048b9a; font-size:20px;}
.outils .frais span{color:#4aa4ae; font-size:20px;}
.outils table {border: none;margin:0;}
.outils table td{float:left;text-align: center;border: none; width: 100% !important;}

.tiers{float:left;width:32%;margin-right:2%;}
.tiers:last-child, .tiers:nth-child(3){margin-right:0;}



*{	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; 	box-sizing: border-box;        	}

#dossier-actu {
  background-color: #ededed;
    float: left;
    font-size: 14px;
    position: relative;
    width: 50%;
}

#dossier-actu .plus span{
	color: #fff;
}


#dossier-actu .plus span {
    background-color: rgba(4, 139, 154, 0.902)!important;
}
#dossier-actu .content{
	padding: 10px;
	text-align:center; color:#909090;
}

#dossier-actu .title{
	color:#048b9a!important;
}
#dossier-actu .content p:last-child{
	margin: 0;
}

#dossier-actu .swiper-container{height:100%;width:100%;}

#dossier-actu .arrow-left {
    background: #83a697 url("images/left-arrow.png") no-repeat scroll center center;
    left: 0px;
}

#dossier-actu .arrow-right {
    background: #83a697 url("images/right-arrow.png") no-repeat scroll center center;
    left: 43px;
}
#dossier-actu .arrow-left, #dossier-actu .arrow-right {
    cursor: pointer;
    height: 43px;
    position: absolute;
    bottom: 0px;
    width: 43px;
    z-index: 100;
}
.introduction-home h1{
    color: #fff;
    font-family: arial;
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 18px;
    text-align: center;
    text-transform: uppercase;
	
}

.site-content .introduction h2{
	font-family: arial;
	font-size: 14px;
	color: #048b9a;
	margin: 0 0 18px;
	text-transform:none;
	background: none;
	padding:0;
	text-align:left;
}

.introduction-home p{
	margin-bottom: 18px;
}

.introduction-home hr{
	margin-bottom: 10px;
}

.site-content .trouver-notaire .content ul li a:hover{
	text-decoration: none;
	color: #048b9a;
}

#page #lettre-notaire{
	margin-bottom: 20px;
}

#annonce-home-mobile{
	display: none;
}

.annonces-home{
	float:left;
	width:100%;
	position:relative;    
}

.tab-annonce_home {
    border-top: 56px solid transparent;
    border-right: 1200px solid #fff;
    border-left: 0 solid transparent;
    left: 50%;
    line-height: 60px;
    position: absolute;
    transform: translate(-50%, 0px);-ms-transform: translate(-50%, 0px); /* IE 9 */    -webkit-transform: translate(-50%, 0px); /* Safari */
    width: 100%;
    z-index: 2;
	top:-55px;
}
	
.annonces-home .tabs{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	position:relative;
	z-index:3;
	height:50px;
	line-height:50px;
	padding:10px;
}
	
.annonces-home .tabs .infos{
	position:absolute;
	left:15px;
}

.annonces-home .tabs .infos #link-annonces{
	color:#048b9a;
	background-color:#e5e2e2;
	padding: 0 10px;
	height: 29px;
    line-height: 29px;
	float:left;
	margin-right:10px;
}
.annonces-home .tabs ul{
	padding: 0;
	margin: 0;
	display: inline;
}

.annonces-home .tabs ul li{
	display: inline-block;
	list-style: none;
	width: 212px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	color: #83a697;
	font-family:"arial";
	font-size: 30px;
	text-transform: uppercase;
	
	cursor: pointer;
}

.annonces-home .tabs ul li.active,
.annonces-home .tabs ul li:hover{
	background-color: #048b9a;
	color:#fff;
}

.annonces-home > .content{    
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: auto;
    padding-top: 50px;
    position: relative;
    
	padding: 40px 20px 20px;
	
	width:100%;
}

#autres-biens .annonces,
.annonces-home .content .annonces{
	
	width:100%;
	margin: 0 auto;
	padding-top: 33px; 
}
#autres-biens .annonces{
	padding-bottom: 33px; 
	display: inline-block;
}
#autres-biens .annonces .annonce,
.annonces-home .content .annonces .annonce{
	height: 100%;
	
	float: left;
	width:100%;
	position: relative;
	
	
}
#autres-biens .annonces .annonce{
	padding:5px;height: 200px;
}

.annonces-home .content .annonces .annonce .banner{
	position: absolute;
	top: -3px;
	right: -3px;
	z-index: 99;
}

.annonces-home .content .annonces a:last-child .annonce{
	margin-right: 0;
}


#autres-biens .annonces .image,
.annonces-home .content .annonces .image{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#autres-biens .annonces .image img,
.annonces-home .content .annonces .image img{
	height: auto;
	width: 100%;
	
	
	position: relative;
	top: 50%;
	transform: translate(0px, -50%);-ms-transform: translate(0px, -50%); /* IE 9 */    -webkit-transform: translate(0px, -50%); /* Safari */
}

.annonces-home .content .annonces .annonce:hover .image img{
	
}
#autres-biens .annonces .tarif,
.annonces-home .content .annonces .tarif{
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	font-family:arial;
}

.annonces-home .content .annonces .tarif span{
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	background: rgba(25,100,143,0.7);
	display: block;
	position: absolute;
	right: -30px;
	top: 0;
}
#autres-biens .annonces .content_hover,
.annonces-home .content .annonces .content_hover{
	position:absolute;
	text-align:center;
	width: 90%;	
	height: 90%;
	top:5%;
	left:5%;
	overflow: hidden;
	background: rgba(255,255,255,0.7);
	color:#333333;
	opacity:0;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
}


#autres-biens .annonces .content_hover .nb_piece,
.annonces-home .content .annonces .content_hover .commune{
	background: transparent;
	font-family:arial;
	text-align:center;
	font-size: 18px;
	color:#fff;    position: relative;z-index: 5;display: inline-block;
}

#autres-biens .annonces .content_hover .tarif,
.annonces-home .content .annonces .content_hover .tarif{
	background: transparent ;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	font-family:arial;    position: relative;z-index: 5;
}

#autres-biens .annonces .content_hover .tab-content,
.annonces-home .content .annonces .content_hover .tab-content {
    border-bottom: 30px solid transparent;
    border-left: 900px solid rgba(4, 139, 154, 0.7);
    border-right: 0 solid transparent;
    line-height: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#autres-biens .annonces .content_hover .descriptif,
.annonces-home .content .annonces .content_hover .descriptif{
	
	text-align:center;
	font-family:arial;
	padding:20px 20px 5px;
}

#autres-biens .annonces .content_hover a,
.annonces-home .content .annonces .content_hover a{
	margin:5px;
	color:#fff;
	font-family:arial;
	font-size:14px;
	text-transform:uppercase;
	padding:5px;
	display:inline-block;
}

#autres-biens .annonces .content_hover .link_etude,
.annonces-home .content .annonces .content_hover .link_etude{	background-color:#83a697;}

#autres-biens .annonces .content_hover .bien,
.annonces-home .content .annonces .content_hover .bien{	background-color:#048b9a;}

#autres-biens .annonces .content,
.annonces-home .content .annonces .content{	
	opacity:1;
	height: 80px;
	width: 90%;
	margin:0 auto;
	background: rgba(4, 139, 154, 0.7);
	padding: 15px;
	font-size: 12px;
	color: #303030;
	position: absolute;
	bottom:0;
	left:5%;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
}

#autres-biens .annonce .image:hover .content_hover,
.annonces-home .content .annonce .image:hover .content_hover{
	opacity:1;
}
#autres-biens .annonce .image:hover .content,
.annonces-home .content .annonce .image:hover .content{	
	opacity:0;
}
#autres-biens .annonces .content .nb_piece,
.annonces-home .content .annonces .content .commune{
	font-family:arial;
	text-align:center;
	font-size: 14px;
	color:#fff;
}

.annonces-home .content .infos{
	width: 100%;
	text-align: left;
	color: #303030;
	font-size: 14px;
}

.annonces-home .content .infos span{
	font-family: 'futura_md_btbold';
	font-size: 30px;
	color: #83a697;
}

.annonces-home .content #link-annonces,
.annonces-home .content #link-annonces:hover{
	display: inline-block;
	height: 30px;
	width: 156px;
	background: #d2d2d2;
	color: #83a697;
	line-height: 30px;
	text-align: center;
	margin-left: 10px;
	font-family: arial;
	text-decoration: none;
}

#paves-home{
	width: 1200px;
	margin: 0 auto;
}

.pave-home{
	width: 316px;
	float:left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin:0 19px 30px 0;
	height:96px;
}


.pave-home p {
    margin: 0 !important;
	line-height:16px !important;
	font-size:12px !important;
}

.pave-home h2{
	color:#048b9a !important;
	font-size:14px !important;
	margin:0 !important;
	font-weight:bold;
	text-transform:uppercase;
	background: none;
	padding:0;
	text-align:left;
}

.pave-home:last-child {
        margin:0 0 30px 0 !important;
}

.pave-home td,
.pave-home table{
	border: none;
	margin: 0;
	padding: 10px;
}

#blocks-home{
	width: 100%;
	float:left;
	margin-bottom:80px;
}

#blocks-home .title{
	color:#fff;
	font-family:arial;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
	padding: 15px 25px;
}
#blocks-home .center{
	width: 100%;
	margin: 0 auto;
}

#blocks-home .center > div{
	height:360px;
}

#blocks-home .center > .tiers{
	width:33%;
	margin:0;
}
#blocks-home .center > .tiers:nth-child(2){
	width:34%;
}

#blocks-home .demi{width:50%; margin:0;}
#blocks-home #twitter,
#blocks-home #offre-emploi,
#blocks-home #vendre{
	width: 308px;
	float: left;
}

#blocks-home #offre-emploi{
	float:left;
	width: 25%;
  background-color: rgba(127, 25, 96,0.902);
  position: relative;
}

#offre-emploi .plus span{
	color: rgba(127, 25, 96,0.902);
}



#blocks-home #twitter .content{
	padding: 20px 15px 0;
	background: #2daae1;
	min-height: 340px;
	position: relative;
}


#map_chambre {
    float: left;
    height: 250px;
    position: relative;
    width: 100%;
}

#map_chambre #carte-home {
    height: 100%;
    width: 100%;    position: relative;
}
#adresse_chambre{
    background-color: #fff;
    height: 90%;
    left: 10px;
    position: absolute;
    top: 5%;
    width: auto;
	text-align:center;
	color:#048b9a;
	font-family:arial;
	font-size:14px;
	padding: 10px 20px;
}
#adresse_chambre .nom{font-size:20px;}
#adresse_chambre .adresse{padding:5px 0;}

#scroll-box{
	height: 235px;
	overflow-y: scroll;
}

.retweet,
.retweet:hover{
    color: #fff !important;
    cursor: pointer;
    margin-top: 5px;
	text-decoration:none !important;
}

.retweet img{
    height: 19px;
}

.btn-follow,
.btn-follow:hover{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
	-moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    bottom: 10px;
    color: #333 !important;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 97px;
	text-decoration: none;
}

#blocks-home #offre-emploi .content,
#blocks-home #vendre .content{
	padding: 20px;
	position: relative;
}

#blocks-home .plus{
	position:absolute;
	bottom:0;
	right:0;
}
#blocks-home .plus span{    background-color: #fff;
    bottom: 0;    line-height: 43px;
	text-align:center;
    font-family: arial;
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    right: 0;
  width: 43px;
  height: 43px;
}







#blocks-home #offre-emploi .content .link,
#blocks-home #offre-emploi .content .link:hover,
#blocks-home #offre-emploi .content .link:visited{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 65%;
	height: 30px;
	line-height: 30px;
	background: #19648f;
	padding: 0;
	text-decoration: none;
}

#blocks-home #offre-emploi .content .text .post{
	
	color:#fff;
	font-family:arial;
	font-weight:bolf;
	font-size:14px;
	text-align:center;
	opacity:0;
	display:none;    
	transition: all 400ms ease 0s;
	
}

#blocks-home #offre-emploi .content .text .post:first-child{
	opacity:1;
	display:block;
}


#offre-emploi .arrow-left,
#offre-emploi .arrow-left,
#offre-emploi .arrow-right{
	height: 30px;
	width: 30px;
	position: absolute;
	z-index: 100;
	top: 50%;
	cursor: pointer;
}

#offre-emploi .arrow-left{
	background: url(images/left-arrow.png) no-repeat center ;
	left: 10px;
}

#offre-emploi .arrow-right{
	background: url(images/right-arrow.png) no-repeat center ;
	right: 10px;
}



#blocks-home #offre-emploi .content .text .post .title_post{	
	font-weight: bold;
}

#blocks-home #offre-emploi .content .text .post .content{
}

#blocks-home #offre-emploi .content .text .post .content p{
	margin: 0;
}

#blocks-home #offre-emploi .content .text .post .time{
	margin-top: 5px;
	text-decoration: underline;
}


#blocks-home #vendre .content .title{
	color: #7f960;
}

#blocks-home #vendre .content .text{
	margin-top: 25px;
	line-height: 16px;
}

#blocks-home #vendre .content .link,
#blocks-home #vendre .content .link:hover,
#blocks-home #vendre .content .link:visited{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 65%;
	height: 30px;
	line-height: 30px;
	background: #7f960;
	padding: 0;
	text-decoration: none;

}

#blocks-home #vendre .content .text p:last-child{
	margin: 0;
}

#blocks-home #vendre .content .text a,
#blocks-home #vendre .content .text a:hover,
#blocks-home #vendre .content .text a:visited{
	display: block;
	width: 60%;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #7f960;
	margin: 0 auto;
}

#blocks-home #twitter .content .tweet{
	padding: 0 5px 18px 50px;
	margin-top: 15px;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	color: #FFF;
	background: url(images/tweet.png) no-repeat left 10px;
	min-height: 122px;
}

#blocks-home #twitter .content .tweet a,
#blocks-home #twitter .content .tweet a:hover,
#blocks-home #twitter .content .tweet a:visited{
	color: #FFF;
	text-decoration: underline;
}

#blocks-home #twitter .content .tweet:last-child{
	border: none;
}

#blocks-home #twitter .content .tweet .time{
	margin-top: 25px;
	text-decoration: underline;
}

#newsletter{
	background: #e5e2e2;
}

#newsletter .content{
	margin: 0 auto; 
	width: 1200px;
	position: relative;
	background: #FFF;
	height: 102px;
}

#newsletter .content .triangle{
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1200px solid #FFF;
	border-top: 63px solid transparent;
	border-left: 0px solid transparent;
	z-index: 0;
	background-color: #e5e2e2;
}

#newsletter .content .title{
	position: relative;
	z-index: 0;
	float: right;
	text-transform: uppercase;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	color: #7f960;
	margin: 25px 20px 10px 0;
}

#newsletter .content .form{
	float: right;
	padding-right: 20px;
	position: relative;
	z-index: 99;
	width: 100%;
	text-align: right;
}

#newsletter .content .form .msg{
	position: absolute;
	color: #FF0000;
	text-align: right;
	top: -24px;
	right: 356px;
}

#newsletter .content .form .text{
	width: 628px;
	float: left;
	text-align: right;
	font-size: 14px;
	color: #303030;
	line-height: 13px;
}

#newsletter .content .form form{
	width: 326px;
	float: right;
}

#newsletter .content .form form p{
	display: inline;
	padding: 0;
	margin: 0;
}

#newsletter .content .form form input[type=text]{
	width: 290px;
	float: left;
	border: 1px solid #b2b2b2;
	height: 23px;
	padding: 0 5px;
}

#newsletter .content .form form input[type=submit]{
	border: none;
	display: inline-block;
	height: 25px;
	width: 25px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-khtml-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #FFF;
	text-transform: uppercase;
	float: right;
	background: #83a697;
	background-color: #83a697;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	padding: 0;
}

.page #newsletter{
	width: 1200px;
	margin: 0 auto;
}

.page #newsletter .content .triangle{
	border-right: 702px solid #fff;
}

.page-template-annuaire-php #newsletter .content .triangle{
	border-right: 1200px solid #fff;
}

.page-template-fiche-php #newsletter{
	width: 100%;
}

#content-map{
	padding: 15px;
	border: 3px solid #e5e2e2;
}

#content-map #type_trans span{
	background-color: #7f960;
    color: #fff;
    border: 1px solid #b1b1b1;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: arial;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 132px;
}

#content-map #type_trans span.active{
	background-color: #e5e2e2;
    color: #4b4b4b;
    border: medium none;
}

#content-map #type_trans{
	height: 29px;
    margin-bottom: 16px;
    width: 100%;
}

#content-map .label{
	color: #048b9a;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
}

#content-map #info2 {
    float: left;
}

#content-map #info3 {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    width: 47%;
}

#content-map #type_bien3 span, 
#content-map #type_bien3 span:hover {
    background-image: url("images/background-type.png");
    background-position: 269px 2px;
    background-repeat: no-repeat;
    border: 1px solid #b2b2b2;
    color: #1a1e1f;
    display: block;
    height: 23px;
    line-height: 20px;
    margin-bottom: 18px;
    padding-left: 5px;
    text-decoration: none !important;
    width: 290px !important;
}

#content-map .ui-slider-horizontal {
    background-image: url("images/background-slider.jpg");
    background-repeat: repeat-x;
}

#content-map .indicator1 {
    background-image: url("images/slider-left2.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
}

#content-map .indicator2 {
    background-image: url("images/slider-right2.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
}

#content-map .ui-slider-range {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#content-map .multiSelectOptions {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #b2b2b2;
    height: auto !important;
    padding: 15px;
    width: 290px !important;
}

#content-map .multiSelectOptions label {
    display: block;
    width: 100%;
}

#content-map .multiSelectOptions label input {
    margin-right: 5px;
}

#loader{
    background-color: white;
    border-radius: 20px;
    display: none;
    font-size: 20px;
    font-weight: bold;
    left: 25%;
    padding: 10px;
    position: absolute;
    top: 250px;
    z-index: 999;
}
#loader img{
	height:30px;
}
.hentry {
	
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.page #moteur{
	display: none;
}

.page .site-header{
	height: 320px;
}

.page .site-header .header .content{
	/*height: 121px;
	margin-top: 27px;*/
}

.page .left{
	width: 75%;
	float: left;
}

.page .right{
	width: 25%;
	float: right;
	padding-left: 5px;
}

.page .site-content{
}

.page .site-content.liste{
	
}

#head-fiche > div {
    background-color: #fff;
    padding: 20px;
}
#fiche{
	padding: 18px 10px 10px;
	background-color: #e3e3e3;
	font-family: arial;
}

#fiche .retour{
	color: #FFF;
	font-size: 12px;
	display: block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	background-color: #048b9a;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	margin:0 auto;
}

#fiche #head-fiche{
	min-height: 72px;
	padding: 15px;
	width: 100%;
	margin-top: 17px;
	background: #FFF;
	background-repeat: repeat-x;
	border-bottom: 1px solid #e3e3e3;
}

#fiche #head-fiche .titre{
	float: left;
	width: 440px;
}

#fiche #head-fiche .titre h1{
	margin: 0;
	font-size: 18px;
	color: #048b9a;
}

#fiche #head-fiche .titre h2{
	font-size: 14px;
	color: #878787;
    margin: 5px 0;
	font-weight: normal;
	background: none;
	padding:0;
	text-align:left;
	text-transform:none;
}

#fiche #head-fiche .head-right{
	width: 220px;
	float: right;
	text-align: right;
	line-height: 24px;
}

#fiche #head-fiche .head-right .prix{
	color: #83a697;
	font-size: 30px;
	font-weight: bold;
}

#fiche #head-fiche .head-right .prix .gris{
	display: none;
}

#fiche #head-fiche .head-right .hono{
	color: #048b9a;
	font-size: 12px;
	line-height: 13px;
	margin-top: 2px;
}

#fiche #head-fiche .percent{
	font-size: 11px;
	margin-right: 2px;
}

#fiche #content-fiche{
	background-color: #FFF;
	padding: 15px;
}

#fiche #content-fiche .photo {
	width: 65%;
	float: left;
	position: relative;
}

#fiche #content-fiche .photo .banner{
	position: absolute;
	top:-3px;
	right: -3px;
}



#fiche #content-fiche .photo .galleria-container img{ top:50%!important;left:50%!important; transform:translate(-50%,-50%)!important;webkit-transform:translate(-50%,-50%)!important;ms-transform:translate(-50%,-50%)!important;}


#fiche #content-fiche .photo .vue{
	width: 100%;
	overflow: hidden;
	float: left;
	height:auto !important;
	text-align:center;
}

#fiche #content-fiche .photo .vue img{
	width: 100%;
	height:auto;
}
#gallery > img {display:none;}
#fiche #content-fiche .photo .miniatures{
	height: 86px;
	width: 100%;
	float: left;
	overflow:hidden;
	position: relative;
	margin-top: 14px;
}

#fiche #content-fiche .photo .arrow-left,
#fiche #content-fiche .photo .arrow-right{
	height: 30px;
	width: 30px;
	position: absolute;
	z-index: 100;
	top: 28px;
	cursor: pointer;
}

#fiche #content-fiche .photo .arrow-left{
	background: url(images/left-arrow.png) no-repeat center #83a697;
	left: 10px;
}

#fiche #content-fiche .photo .arrow-right{
	background: url(images/right-arrow.png) no-repeat center #83a697;
	right: 10px;
}


.swiper-container {
  width: 336px;
  height: 88px;
  color: #fff;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-slide img{
	width: 100%;
	height: auto;
}
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	margin-right: 3px;
	position: relative;
}

/**
* Print preview
*/
.only-print{display:none;}
#print-modal{        background-color: #fff;
    height: 90% !important;
    left: auto !important;
    right: 10% !important;
    position: fixed;
    top: 5% !important;
    width: 80%;
	}

#print-modal #print-modal-content {
    width: 100%;
}
#fiche-print .social {    display: none;}
#fiche-print #contact-form-agence{display:none;}
#fiche-print #annonces-alentours{display:none;}
#fiche-print #caract-fiche {    background: #fff;    border: 1px solid #605c5b;	color:#605c5b;}
#fiche-print #caract-fiche .titre{ color:#605c5b;}
#fiche-print #caract-fiche .caract_details{ color:#605c5b;}
#fiche-print #head-fiche .head-right .prix{ color:#605c5b;}
#fiche-print #head-fiche .head-right .hono{ color:#605c5b;}

#print-modal > div {    padding: 5px;}
#print-modal .print {       background-color: #575352;    color: #fff;    float: left;    font-weight: bold;    padding: 10px;}
#print-modal .close {     background-color: #575352;    color: #fff;    float: right;    font-weight: bold;    padding: 10px;}

#fiche-print .colonne_gauche{width:100%;}
#fiche-print #content-fiche .photo{width:55%;}
#fiche-print #content-fiche .photo vue{border:none;}
#fiche-print #content-fiche .photo .arrow-top, #fiche-print #content-fiche .photo .arrow-bottom{display:none;}

#fiche-print #caract-fiche div, #fiche-print #caract-fiche .title, #fiche-print #caract-fiche div span{color:#605c5b;}

#fiche-print #infos {width:45%;border:none;}
#fiche-print #diagnostic img{width:45%;}
#fiche-print #infos .head-infos{display:none;}
#fiche-print .content-infos>div{display:block!important;}
#fiche-print #infos #localisation {    display: none !important;}
#fiche-print .spacer{display:none;}
#fiche-print #mapTabsExtras{display:none;}

#fiche-print .colonne_droite_fiche{float:left;}

#fiche-print .agence{float:right;width:25%;    margin-right: 10px;    color: #605c5b;    text-align: center;font-size: 12px;margin-top: 20px;}
#fiche-print .agence .logo{width:auto; margin-bottom: 20px;}



#bgBox { display:none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; margin: 0; padding: 0; background: #000; z-index: 998; opacity: 0.5; }
#popinBox { display:none; position: fixed; left: 50%; top: 40%; width: 350px; margin: -175px 0 0 -150px; background: #FFF; border: 2px solid #666; padding: 15px; text-align: center; z-index: 999; }
#popinBox a, #popinBox a:visited { color: #666; text-decoration: underline; }
#popinBox a:hover, #popinBox a:active { color: #777; text-decoration: none; }
#popinBox .envoi { width: 100%; text-align: left; }
#popinBox .envoi p{ font-size:8px; margin:0;}
#popinBox .envoi label { display:block; }
#popinBox .envoi input,#popinBox .envoi textarea { width: 100%; }
#popinBox .envoi input.btn, #popinBox input[type=button] {
	width: 48%; 
	background: none repeat scroll 0 0 #048b9a;
    border: medium none;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 11px 24px 10px;
}
#popinBox .envoi .btn:nth-child(2n){ float: right; }
#popinBox .envoi .red{ color: #FF0000; }


#bgBox { display:none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; margin: 0; padding: 0; background: #000; z-index: 998; opacity: 0.5; }
#popinBox { display:none; position: fixed; left: 50%; top: 40%; width: 350px; margin: -175px 0 0 -150px; background: #FFF; border: 2px solid #666; padding: 15px; text-align: center; z-index: 999; }
#popinBox a, #popinBox a:visited { color: #666; text-decoration: underline; }
#popinBox a:hover, #popinBox a:active { color: #777; text-decoration: none; }
#popinBox .envoi { width: 100%; text-align: left; }
#popinBox .envoi p{ font-size:8px; margin:0;}
#popinBox .envoi label { display:block; }
#popinBox .envoi input,#popinBox .envoi textarea { width: 100%; }
#popinBox .envoi input.btn, #popinBox input[type=button] {
	width: 48%; 
	background: none repeat scroll 0 0 #048b9a;
    border: medium none;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 11px 24px 10px;
}
#popinBox .envoi .btn:nth-child(2n){ float: right; }
#popinBox .envoi .red{ color: #FF0000; }


/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

#fiche #content-fiche .social{
	float: right;
	width: 35%;
	padding-left: 5%;
}

#fiche #content-fiche .social div{
	margin-bottom: 15px;
}

#fiche #content-fiche .social #print{
	cursor: pointer;
}

#fiche #content-fiche .social .img, .img.etoile,.img.share, .img.print {  
    border-radius: 100%;
    height: 32px;
    margin: 0 5px 0 0;
    width: 32px;    
	float: left;
}
.links .img.etoile,.links .img.share,.links  .img.print {  
    border-radius: 100%;
    height: 25px;
    margin: 0 5px 0 0;
    width: 25px;    
	float: left;
	background-size: 15px auto;
}

#fiche #content-fiche .social .img.etoile,.img.etoile{    	background: url(images/etoile.png) no-repeat center #83a697;}
#fiche #content-fiche .social .img.share,.img.share{    	background: url(images/share.png) no-repeat center #83a697;}
#fiche #content-fiche .social .img.print,.img.print{    	background: url(images/print.png) no-repeat center #83a697;}

#fiche #content-fiche .social a,
#fiche #content-fiche .social a:hover{
	font-size: 12px;
	color: #5b5b5b;
}

#fiche #content-fiche .etude{
	float: right;
	width: 35%;
	padding-left: 5%;
	font-size: 12px;
	color: #5b5b5b;
	padding-top: 20px;
	border-top: 1px solid #e3e4e4;
}

#fiche #content-fiche .etude a,
#fiche #content-fiche .etude a:hover{
	color: #308bb9;
}
#fiche #content-fiche .etude .link,
#fiche #content-fiche .etude .link:hover{
    background-color: #048b9a;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: auto;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
    width: auto;
}

#caract-fiche{
	width: 35%;
	min-height: 256px;
	float: left;
	background-color: #FFF;
	margin-top: 20px;
	border-top: 3px solid #FFF;
}

#caract-fiche .title{
	height: 36px;
	background: #f4f4f4;
	background-repeat: repeat-x;
	line-height: 36px;
	color: #5b5b5b;
	padding: 0;
	display: block;
	margin-bottom: 19px;
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-align: center;
}

#caract-fiche div{
	padding: 0 14px 15px;
	font-size: 12px;
	color: #83a697;
	font-weight: bold;
}

#caract-fiche div span{
	color: #6f6f6f;
	max-width: 130px;
	display: inline-block;
	font-weight: normal;
	margin-right: 3px;
}

#infos{
	float: right;
	background-color: #FFF;
	width: 65%;
	min-height: 256px;
	margin-top: 20px;
	border-top: 3px solid #FFF;
}

#infos .head-infos{
	height: 36px;
	line-height: 36px;
	background: #dddcdc;
}

#infos .head-infos ul{
	padding: 0;
	margin: 0;
}

#infos .head-infos ul li{
	list-style: none;
	display: inline-block;
	color: #585858;
	padding: 0 28px;
	border-right: 1px solid #FFF;
	font-size: 12px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	position: relative;
}

#infos .head-infos ul li:last-child{
	border: none;
}

#infos .head-infos ul li.active{
	color: #FFF;
	background-color: #83a697;
	border: none;
}

#infos .head-infos ul li.active span{
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid #83a697;
	position: absolute;
	bottom: -7px;
	left: 45%;
}

#infos .content-infos #description{
	padding: 20px;
	font-size: 12px;
}

#infos .content-infos #description p:last-child{
	margin: 0;
}

#infos #diagnostic{
	padding: 3px;
	text-align: center;
}

#infos #c-localisation{
	padding: 15px;
}

#infos #mapTabsExtras{
	padding: 0;
	margin: 0;
	float: left;
}

#infos #mapTabsExtras li{
	list-style: none;
	font-size: 12px;
}

.fiche-programme #head-fiche .titre{
	width: 370px !important;
}

.fiche-programme #head-fiche .head-right{
	width: 300px !important;
}

.fiche-programme #infos{
	width: 100%;
}

.fiche-programme #infos .head-infos ul li{
	width: 33%;
	padding: 0;
	text-align: center;
}

.fiche-programme #lots{
	padding: 15px;
}

.fiche-programme #lots th{
	background: #58585a;
	color: #FFF;
	padding: 10px;
	line-height: 12px;
	border-left: 3px solid #FFF;
}

.fiche-programme #lots td{
	padding: 10px;
	line-height: 12px;
	border-left: 3px solid #FFF;
	color: #000000;
}

.fiche-programme #lots tr:nth-child(2n){
	background: #cdcdcd;
}

.fiche-programme .img_bandeau_photo_programme{
	position: absolute;
	top: -5px;
	left: -4px;
}

#contact-form-agence{
	padding: 12px 10px;
	background-color: #FFF;
	border: 1px solid #5b5b5b;
}

#contact-form-agence .title{
	color: #048b9a;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'arial';
	font-weight: bold;
}


#contact-form-agence label{
	display: inline-block;
	width: 40%;
	font-size: 12px;
	color: #6b6d6e;
	float:left;
}

#contact-form-agence input[type=text]{
	background: #e3e3e3;
	font-size: 12px;
	border: none;
	width: 60%;
	height: 16px;
	margin-bottom: 11px;
	padding: 2px;
	float:right;
}

#contact-form-agence textarea{
	background: #f2f2f2;
	font-size: 12px;
	border: none;
	width: 150px;
	height: 80px;
}

#contact-form-agence input[type=submit]{
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	border: none;
	background: #048b9a;
	background-repeat: no-repeat;
	padding: 0;
	font-weight: bold;
	float: right;
	margin-top: 17px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
}

#annonces-alentours{
	padding: 10px 12px;
	background: #FFF;
	border: 1px solid #5b5b5b;
	margin-top: 10px;
}

#annonces-alentours .annonces-alentours-top{
	color: #048b9a;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'arial';
	font-weight: bold;
}

#annonces-alentours .lien a{
	color: #5b5b5b;
	padding: 0 0 10px;
	margin-top: 10px;
	border-bottom: 1px solid #313131;
	width: 100%;
	display: block;
	font-size: 12px;
}

#annonces-alentours .lien:last-child a{
	border: none;
	padding: 0;
}

.block-sidebar p {
	margin: 0;
}

.block-sidebar img{
	margin: 2px 0;
}

#alur{
	background: #FFF;
	margin-top: 9px;
	border: 1px solid #cbcbbf;
	padding: 10px;
}

#alur img{
	float: left;
}

#alur ul{
	padding: 0 0 0 40px;
	margin: 0;
	float: left;
	color: #6f6f6f;
}

#alur ul li{
	list-style-image: url(images/puce-alur.png);
}

#autres-biens{
	width: 100%;
	float: left;
	margin-top: 70px;
}

#autres-biens .title{
	width: 100%;
	height: 34px;
	line-height: auto;
	margin: 0 auto;
	color: #FFF;
	font-size: 14px;
	font-family: 'arial';
	display: block;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

#autres-biens .title h3{
	color: #FFF;
	font-size: 14px;
	font-family: 'arial';
	text-transform: uppercase;
	font-weight: normal;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	width:100%;
	border:none;
	z-index:5;
	position:relative;
}


#autres-biens .title .top{
    border-top: 56px solid transparent;
    border-left: 1200px solid rgba(4, 139, 154, 0.9);
    border-right: 0 solid transparent;
    left: 50%;
    line-height: 30px;
    position: absolute;
    top: -50px;
    transform: translate(-50%, 0px);-ms-transform: translate(-50%, 0px); /* IE 9 */    -webkit-transform: translate(-50%, 0px); /* Safari */
    width: 1200px;
    z-index: 2;
}
#autres-biens .title .left{
	height: 0;
	width: 0;
	border-top: 34px solid transparent;
	border-left: 0 solid transparent;
	border-right: 74px solid #7f960;
	position: absolute;
	top: 0;
	left: -74px;
}

#autres-biens .title .right{
	height: 0;
	width: 0;
	border-top: 34px solid transparent;
	border-right: 0 solid transparent;
	border-left: 74px solid #7f960;
	position: absolute;
	top: 0;
	right: -74px;
}

#autres-biens .content{
	background-color: #e5e2e2;
	
}





#autres-biens .annonces a:last-child .annonce {
    margin-right: 0;
}










/*****************************CHIFFRES***********************************/
#carte-chiffres{
	float:left;
	width:32%;
	margin:0 0 20px 0;
}

#ch-annuel{
	float:left;
	width:33%;
	margin-right:2%;
	padding:10px; 
	border:2px solid #6AB7E3;
	border-radius:10px;
	margin-bottom:20px;
}

#ch-trimestriel{
	float:left;
	width:33%;
	padding:10px; 
	border:2px solid #6AB7E3;
	border-radius:10px;
	margin-bottom:20px;
}

.map-ch{
	float:left;
	width:322px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	/*margin-bottom: 30px;*/
}

.entry-title {
	font-weight: normal;
	margin: 0 0 15px;
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom: 3px solid #0274A8;
	color: #0274A8;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

#colonne-gauche{
	width: 80%;
	float: left;
	padding-right: 10px ;
}

.page-template-default #colonne-gauche,
.page-template-fiche-etude-php #colonne-gauche,
.page-template-espace-visiteur-php #colonne-gauche,
.page-template-mes-coordonnees-php #colonne-gauche,
.page-template-mes-recherches-sauvegardees-php #colonne-gauche,
.page-template-mes-alertes-email-php #colonne-gauche,
.page-template-inscription-visiteur-php #colonne-gauche{
}

.page-template-recherche-annuaire-php #colonne-gauche{
	border: 8px solid #e5e2e2;
}

.page-template-listing2-php #colonne-gauche{
	
	padding: 0;
}



#toolbar-top,
#toolbar-bottom{
	background: #e3e3e3;
	padding: 15px;
	position:relative;
}



#toolbar-top .tri,
#toolbar-bottom .tri{
	position:absolute;
	left:15px;
}

#toolbar-top .pagination,
#toolbar-bottom .pagination{
	float: left;
	margin:  0;
	width:100%;
	text-align:center;
}

#toolbar-top .list-nav,
#toolbar-bottom .list-nav{
	position:absolute;
	right:15px;
}

#toolbar-top .list-nav a,
#toolbar-top .list-nav a:hover,
#toolbar-bottom .list-nav a,
#toolbar-bottom .list-nav a:hover{
	display: inline-block;
	width: 84px;
	height: 25px;
	line-height: 22px;
	font-size: 12px;
	color: #5b5b5b;
	text-align: center;
	text-decoration: none;
	background: #f7f7f7;
	background-repeat: repeat-x;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border: 1px solid #5b5b5b;
}

.voir_plus{
	height: 50px;
	line-height: 50px;
	width: 150px;
	margin: 0 auto;
	background-image: url(images/background-up.jpg);
	background-repeat: repeat-x;
	background-size: auto 100%;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}

#toolbar-bottom .up{
	height: 23px;
	line-height: 23px;
	width: 102px;
	background-image: url(images/background-up.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

#toolbar-bottom .up img{
	vertical-align: middle;
	margin-right: 5px;
}

.no-annonce{
	background-color:#fff; padding:5px;
}

#listing{
	padding: 6px;
}

#listing .item{
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 4px solid #FFF;
}

#listing .item .banner{
	position: absolute;
	top: 11px;
	left: 93px;
	z-index: 99;
}

#listing .item:hover{
	/*border: 3px solid #048b9a;
	padding: 12px;*/
}

#listing .item:hover .banner{
	position: absolute;
	top: 9px;
	left: 91px;
	z-index: 99;
}

#listing .item .photo{
	height: 144px;
	width: 144px;
	
	float: left;
	overflow: hidden;
	position: relative;
	border:1px solid #b7b7b7;
	margin-right: 14px;
	margin-bottom: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}

#listing .item .photo img{
	
	width: auto;
	height: 100%;    
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);-ms-transform:translate(-50%, -50%); /* IE 9 */    -webkit-transform: translate(-50%, -50%); /* Safari */
}

#listing .item .nb-photos{
	position: absolute;
	background-image: url(images/background-nbphoto.png);
	background-repeat: repeat;
	bottom: 35px;
	left: 5px;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	height: 21px;
	width: 74px;
	line-height: 21px;
	text-align: center;
}

#listing .item .caract{
	
	float: left;
	font-family: arial;
}

#listing .item .caract h2{
	font-size: 14px;
	color: #83a697;
	margin: 0;
	background: none;
	padding:0;
	text-align:left;
	text-transform:none;
}

#listing .item .caract h2 a,
#listing .item .caract h2 a:hover{
	text-decoration: none;
	color: #048b9a;
}

#listing .item .caract .ref{
	width: 100%;
	display:block;
	color: #878787;
	font-size: 12px;
	margin-bottom: 10px;
}

#listing .item  .caract .resume{
	color: #2d3235;
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
}

#listing .item  .caract .etude{
	font-size: 12px;
	font-weight: bold;
}

#listing .item  .caract .etude .nom-etude{
	text-transform: uppercase;
}

#listing .item .caract .etude .info-etude{
	color: #048b9a;
}

#listing .item  .infos{
	float: right;
	font-size: 12px;
	
	color: #6f6f6f;
}

#listing .item .infos .prix{
	color: #83a697;
	font-size: 18px;
	text-align: right;
	font-weight: bold;
}

#listing .item .infos .hono{
	color: #048b9a;
	font-size: 12px;
	text-align: right;
	margin-bottom: 18px;
}

#listing .item .infos .description{
	text-align: justify;
}

#listing .item .links{
	background-color: #e3e3e3;
	margin: 0 -15px -15px;
	height: 30px;
	position: relative;
}

#listing .item:hover .links{
	/*margin: 0 -13px -13px;
	height: 28px;*/
}

#listing .item .links a{
	height: 30px;
	line-height: 30px;
	width: 178px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid #FFF;
	color: #7a7a7a;
	padding-top:2px;
}

#listing .item:hover .links a{
	/*height: 28px;
	width: 176px;*/
}

#listing .item .links a:nth-child(3){
	border: none;
}

#listing .item .links a.bien{
	display: block;
	height: 28px;
	width: 146px;
	line-height: 30px;
	color: #FFF;
	background-color: #048b9a;
	background-image: url(images/more.png);
	background-repeat: no-repeat;
	background-position: 118px 8px;
	position: absolute;
	bottom: 9px;
	right: 9px;
	text-align: left;
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	padding-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#listing .item .links a.bien:hover{
    background-color: #7f960;
	color:#fff !important;
}

#listing .link_etude{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px auto;
	margin-left:5px;
	padding-left:30px;
	text-align:left!important;
}

#listing .link_etude .img{
    background-color: #5b5b5b;
}

#listing .link_fav{
	width: 198px !important;
	margin-left:5px;
	text-align:left!important;
}

#listing .link_ami{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px auto;
	margin-left:5px;
	padding-left:30px;
	text-align:left!important;
}

#colonne-droite{
	
	float: right;
	width: 20%;
	text-align: center;
	padding-left: 5px;
}

#colonne-droite > div{
background-color:#fff;
}
#colonne-droite .trouver-notaire{
	margin-bottom: 0;
	width: 100%;
}

#colonne-droite .trouver-notaire .title{
	background-position: 30px 10px;
}

#lettre-notaire .title{
	color: #014E69;
    font-family: 'arial';
    font-size: 16px;
    text-transform: uppercase;
	border-top: 1px solid #cececf;
	border-left: 1px solid #cececf;
	border-right: 1px solid #cececf;
	padding: 14px 12px 0;
}

#lettre-notaire .content{
	padding: 0 12px 12px;
	border-bottom: 1px solid #cececf;
	border-left: 1px solid #cececf;
	border-right: 1px solid #cececf;
	font-size: 12px;
	color: #868686;
}

#lettre-notaire .content p:last-child{
	margin: 0;
}

#lettre-notaire a,
#lettre-notaire a:hover{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 28px;
	line-height: 28px;
	background-color: #014b64;
	color: #FFF;
	text-align: right;
	padding: 0 8px;
}

.pave-droite{
	width: 100%;
	display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 14px ;
	height: 107px;
	background-color:#fff;
}


.pave-droite p {
    margin: 0 !important;
	line-height:16px !important;
	font-size:12px !important;
}

.pave-droite h2{
	color:#048b9a !important;
	font-size:14px !important;
	margin:0 !important;
	font-weight:bold;
	text-transform:uppercase;
	background: none;
	padding:0 !important;
	text-align:left;
}

.pave-droite td,
.pave-droite table{
	border: none;
	margin: 0;
	padding: 10px;
	line-height: 18px;
	height: 107px;
}

.pave-droite table{
	min-height: 107px;
	display: inline-block;
	padding: 0;
}

.pave-droite img{
	border: none;
	margin: 0 !important;
}

.save{
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	font-size: 16px;
	text-transform:uppercase;
	text-align: center;
	font-family: 'arial';
	background-color: #83a697!important;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.alert{
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	font-size: 16px;
	text-transform:uppercase;
	text-align: center;
	font-family: 'arial';
	background-color: #048b9a!important;
	margin-bottom: 15px;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.form-responsive{
	margin-left: 65px;
}

.form-responsive label{
	width: 46%;
	display: inline-block;
	margin-bottom: 20px;
}

.form-responsive input[type=text],
.form-responsive input[type=tel],
.form-responsive input[type=password]{
	margin-bottom: 20px;
	height: 25px;
	border: 2px solid #DEDEDE;
	width: 50%;
	padding: 2px 5px;
}

.form-responsive .b-result{
	background: #EFEFEF;
	margin-top: 30px;
	padding: 15px;
}

.form-responsive .b-result .title{
	display: inline;
}

.form-responsive .b-result .result{
	float: right;
}


#btn-biens .link {
    background: url("images/fleche.png") no-repeat scroll 95% center #048b9a;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    height: auto;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 25px;
    text-transform: uppercase;
    width: 50%;
}
.form-responsive .checkbox{
	width: 94%;
	float: right;
}


.form-responsive .button, 
.form-responsive input[type="submit"] {
    background: none repeat scroll 0 0 #048b9a;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 120px;
}

#espace-visiteur{
	padding: 10px;
	background: #FFF;
}

#espace-visiteur ul {
    margin: 0;
    padding: 0;
}
.demi:nth-child(2n+1){width:49%; margin-right:1%; }
.demi:nth-child(2n){width:49%; margin-left:1%; }
#espace-visiteur ul li {
    border: 1px solid #048b9a;
    display: block;
    float: left;
    list-style: none outside none;
    margin-bottom: 12px;
	background: #FFF;
}

#espace-visiteur ul li a, #espace-visiteur ul li a:hover {
    color: #333333;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

#espace-visiteur ul li .title {
    background: none repeat scroll 0 0 #048b9a;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

#espace-visiteur ul li .desc {
    height: 90px;
    padding: 15px;
}

#espace-visiteur ul li:nth-child(2n) {
    margin-right: 0;
}

#espace-visiteur .mes-recherches-detail {
    border-bottom: 1px solid #CDCDCD;
    padding: 15px 0;
}

#espace-visiteur .mes-recherches-detail .left {
    float: left;
	width: auto;
}

#espace-visiteur .mes-recherches-detail .right {
    float: right;
}

#espace-visiteur .mes-recherches-detail .right a, 
#espace-visiteur .mes-recherches-detail .right a:hover {
    background: none repeat scroll 0 0 #048b9a;
    color: #FFFFFF;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 240px;
}

#nav-espace-perso .title {
    background: none repeat scroll 0 0 #F1F1F1;
    border-left: 1px solid #CBCBBF;
    border-right: 1px solid #CBCBBF;
    border-top: 1px solid #CBCBBF;
    padding: 15px;
}

#nav-espace-perso .nav {
    border-bottom: 1px solid #CBCBBF;
    border-left: 1px solid #CBCBBF;
    border-right: 1px solid #CBCBBF;
    border-top: 1px solid #CBCBBF;
    display: block;
    margin: 0 0 20px;
    padding: 0 15px;
}

#nav-espace-perso .nav li {
    border-bottom: 1px solid #CDCDCD;
    list-style: none outside none;
    padding: 13px 0;
}

#nav-espace-perso .nav li.active {    background: none repeat scroll 0 0 #83a697 ;}
#nav-espace-perso .nav li.active a {color:#fff;}
#nav-espace-perso .nav li a, #nav-espace-perso .nav li a:hover {
    color: #333333;
    text-decoration: none;
}

#nav-espace-perso .nav li:last-child {
    border: medium none;
}

.entry-content .separateur {
    border-bottom: 1px solid #DCDCDC;
    height: 1px;
    margin: 25px 0;
    width: 100%;
}

.error{
	border: 1px solid #FF0000 !important;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content > li {    margin-left: 20px;}

.entry-content a,
.comment-content a {
	color: #048b9a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #048b9a;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	/*margin-left: -60px;*/
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	/*margin-right: -60px;*/
}

footer.entry-meta {

}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation #li-home {
    background-color: #83a697;
    display: inline-block;
    left: 0;
    margin-left: 12px;
    position: absolute;
}


.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color:#fff;
	padding-bottom:10px;
	margin-bottom:10px;
}
.archive-header  h1{
padding: 14px 17px;
}
.archive-title,
.archive-meta {
	font-weight: normal;
	margin: 0 0 15px;
	font-size: 22px;
	border-bottom: 7px solid #048b9a;
	color:#048b9a;
	text-transform:uppercase;
	padding:14px 0;
	font-weight:bold;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}

#colonne-gauche-article{
	width: 80%;
	float: left;
	padding-right:10px;
}

#colonne-gauche-article article{
	background:#fff;
	margin:0 0 10px 0 !important;
	position:relative;
	display:block;
}


#colonne-gauche-article .entry-title a {
    color: #048b9a;
    text-decoration: none;
	font-size:18px !important;
}


#colonne-gauche-article .entry-header {
    border-bottom: none;
    margin: 0 !important;
}

#colonne-gauche-article .entry-meta {
    font-size: 14px;
    padding: 0 15px;
	margin:0 !important;
	display:block;
	float:left;
}

#colonne-gauche-article .entry-meta a{
	color:#5B5B5B !important;
}

#colonne-gauche-article .navigation{
	display:none;
}

a.more-link{
    background-color: #048b9a;
    background-image: url("images/fleche.png");
    background-position: 108px 2px;
    background-repeat: no-repeat;
    bottom: 9px;
    color: #FFFFFF;
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    position: absolute;
    right: 9px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 135px;
}

a.more-link:hover {
    background-color: #7f960;
	color:#fff !important;
}

#colonne-gauche-article .more-link .meta-nav{
	display:none;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	color: #fff;
	font-size: 14px;
	text-align: center;
	position:relative;
	width:100%;
	float:left;
	z-index: 98;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	padding: 20px 0;
	height:200px;
	z-index: 999;    position: relative;
		
    left: 50%;    
    transform: translate(-50%, 0px);-ms-transform:translate(-50%, 0px); /* IE 9 */    -webkit-transform: translate(-50%, 0px); /* Safari */
    width: 1200px;
	
}
.tab-foot {
    border-bottom: 56px solid transparent;
    border-left: 1200px solid #048b9a;
    border-right: 0 solid transparent;
    left: 50%;
    line-height: 200px;
    position: relative;
    top: -200px;
    transform: translate(-50%, 0px);-ms-transform:translate(-50%, 0px); /* IE 9 */    -webkit-transform: translate(-50%, 0px); /* Safari */
    width: 1200px;
    z-index: 2;
}
*
.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
	color: #FFF;
	background-color:#83a697;
	font-size:12px;
}

.site-info img{
	height:15px;
	width:auto;
}

.site-info  a,
.site-info  a:hover{
	color: #FFF;
}

.site-footer .sidebar-container .footer{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
}

.footer .footer-link{
	float: left;
	padding:10px 30px;
	border-right:1px solid #fff;
	min-height: 160px;
}
.footer .footer-link:last-child{
	border-right:none;
}

.quart{float:left; width:25%;}

.footer .footer-link table,
.footer .footer-link tbody,
.footer .footer-link tr,
.footer .footer-link td{
	border: none;
	margin: 0;
	line-height: 18px;
}

.footer .footer-link a{
	color: #FFF;
	text-decoration: none;
}

.footer .footer-link p{
	margin-bottom: 10px;
}

.footer .footer-link p:last-child{
	margin: 0;
}

.footer .footer-link ul{
	padding: 10px 0 0 22px;
	margin: 0;
}

.footer .footer-link ul li{
	list-style-image: url(images/puce2.png);
}

.footer .footer-link ul li a,
.footer .footer-link ul li a:hover{
	color: #FFF;
}

.footer .footer-introduction{
	float: left;
	width: 374px;
	line-height: 14px;
}

.footer .text{
	line-height: 16px;
}

.footer .text p{
	margin-bottom: 10px;
}

.footer .text p:last-child{
	margin: 0;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		/*padding-left: 20px;
		padding-right: 20px;*/
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #db572f;
		color: #fff;
	}


	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

@media print {
	body{print-color-adjust:exact;-moz-print-color-adjust:exact;-ms-print-color-adjust:exact;-o-print-color-adjust:exact;-webkit-print-color-adjust:exact;-khtml-print-color-adjust:exact;}
	.site-content{width:100% !important;margin:0 10px;}
	#head{height: auto !important;background-color:#FFF !important;position:relative;border:none;}
	#head center{width:100% !important;}
	#head .logo{width:150px;height:auto;}
	#head .logo-print{display:block;height:90px !important;float:left !important;margin-left:20px;margin-bottom:15px;}
	#navigation-fix{display:none;}
	#moteur-detail{display:none}
	
	#slides-home,
	#navbar2,
	#navbar,
	.btn_home,
	.btn_contact,
	.btn_intranet,
	.page .right,
	#autres-biens,
	.site-footer .sidebar-container,
	#fiche #content-fiche .social,
	#fiche .retour,
	#btn_localisation,
	#btn_diagnostic,
	#fiche #content-fiche .photo .miniatures,
	.site-info{display:none !important;}
	
	#fiche{padding:5px !important;margin-bottom:15px !important;background:#FFF;}
	#fiche #content-fiche{width:50% !important;float:left !important;border:none !important;}
	#fiche #head-fiche{margin-top:0px !important;float:left !important;background:#FFF;}
	.page .left{width:100% !important;border-left: 0none !important;border-right:none !important;border:none !important;}
	#fiche #head-fiche .titre{width:60% !important;}
	#fiche #head-fiche .titre h1{font-size:14px !important;}
	#fiche #head-fiche .titre h2{font-size:12px !important;}
	#fiche #head-fiche .head-right .prix{font-size:16px !important;}
	#fiche #head-fiche .head-right{width:40% !important;}
	#fiche #content-fiche .etude{width:100% !important;}
	#fiche #content-fiche .photo{width:100% !important;}
	
	#caract-fiche{width:48% !important;margin:8px 0 8px 11px !important;padding:0 0 0 15px !important;min-height:0 !important;border:none;}
	#caract-fiche .title{background:#FFF;text-align:left;}
	#caract-fiche div{padding: 0 0 5px 15px;font-size:12px !important;}
	#infos{width: 48% !important;margin-top:0 !important;min-height:0 !important;border:none;font-size: 12px !important;}
	#infos .head-infos{background:#FFF;}
	#infos .head-infos ul li{padding:0;background:#FFF;}
	#infos .head-infos ul li.active{background:#FFF;color:#333;}
	#infos .head-infos ul li span{display:none;}
	#diagnostic{display:block !important;padding-bottom:8px !important;}
	#infos #diagnostic img{width:48% !important;float:left;margin:0 4% 0 0;}
	#infos #diagnostic img:last-child{margin:0;}
	.pave-droite{display:none !important;}
	
	#newsletter{display:none;}
}

/********************FORMIDABLE******************/
.with_frm_style .frm_submit input[type="submit"], .with_frm_style .frm_submit input[type="button"], .frm_form_submit_style, .with_frm_style.frm_login_form input[type="submit"] {
    background: #048b9a !important;
    border:none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: content-box;
    color: #fff !important;
    cursor: pointer;
    font-family: arial !important;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    padding: 8px 15px;
    text-align: center;
    text-shadow: none;
    width: auto;
	text-transform:uppercase;
}

.with_frm_style .frm_submit input[type="submit"]:hover, .with_frm_style .frm_submit input[type="button"]:hover, .frm_form_submit_style, .with_frm_style.frm_login_form input[type="submit"]:hover {
    background: #7f960 !important;
}

.with_frm_style label.frm_primary_label, .with_frm_style.frm_login_form label {
    color: #014B64 !important;
}

.with_frm_style .frm_required {
    color: #014B64 !important;
}

.scrollup {
    background: url("images/haut.png") no-repeat scroll center center #014B64;
    display: none;
    height: 40px;
    position: fixed;
    right: 1px;
    text-indent: -5000px;
    bottom: 0;
    width: 40px;
    z-index: 20;
}


/**************************articles**********************/
#list-single{
    padding: 0;
}

#list-single li{
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    border:1px solid #DEDEDE;
}

#list-single li div{
    display: block;
    text-decoration: none;
    color: #7D7B6D;
}

#list-single li div .title{
    height: 35px;
    line-height: 35px;
    background: #048b9a;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
}

#list-single li div .content{
    padding: 15px;
    display:block;
    color: #7D7B6D;
}

#list-single li div a,
#list-single li div a:hover{
    float: right;
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: #048b9a;
}

.spacer{
    clear: both;
    display:block;
}
.right #contact-form-agence p {
    font-size: 11px;
    margin-top: 10px;
}


.swiper-container {
    color: #fff;
    float: none;
    height: 88px;
    margin: auto;
    text-align: center;
    width: 80%;
}
.swiper-wrapper {
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0s;
    transition-property: transform, left, top;
    transition-timing-function: ease;
	
    -ms-transform: translate3d(0px, 0px, 0px);
    -ms-transition-duration: 0s;
    -ms-transition-property: transform, left, top;
    -ms-transition-timing-function: ease;
	
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-duration: 0s;
    -webkit-transition-property: transform, left, top;
    -webkit-transition-timing-function: ease;
	
    width: 100%;
}
.swiper-slide {
    float: left;
    margin: 0;
    padding: 0 2px;
}
.swiper-slide img {
    height: auto;
    width: 100%;
}

.cadenas {
    height: 15px;
    margin-bottom: 5px;
    padding: 0 5px;
    width: auto;
}
#lang_selector {
    position: absolute;
    right: -40px;
    top: 25px;
}