@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200);

/*
	Halcyonic by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	body
	{
		background: #D4D9DD url('images/bg03.jpg');
	}

	body, input, textarea, select
	{
		color: #474f51;
		font-size: 13.5pt;
		font-family: 'Yanone Kaffeesatz';
		font-family: 'MankSans';
		line-height: 1.85em;
		font-weight: 300;
	}

	ul, ol, p, dl
	{
		margin: 0 0 2em 0;
	}

	a
	{
		text-decoration: underline;
	}

	/* Disable underline on telephone links when NOT in mobile mode */
	html:not(.mobile) a[href^="tel:"]
	{
		text-decoration: none;
	}

	a:hover
	{
		text-decoration: none;
	}


	a.glow, a.glow:hover, a.glow:focus
	{
		-webkit-transition: 250ms linear 0s;
		-moz-transition: 250ms linear 0s;
		-o-transition: 250ms linear 0s;
		transition: 250ms cubic-bezier(0.18, 0.89, 0.21, 1.54) 0s;
		outline: 0 none;
		padding: 5px;
		border-radius: 10px;
	}

	html:not(.mobile) a.glow:hover,
	html:not(.mobile) a.glow:focus
	{
		text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
		box-shadow: 0px 0px 11px 7px #fff;
	}


	section > :last-child, .last-child
	{
		margin-bottom: 0 !important;
	}

/* Multi-use */

	.link-list
	{
	}

		.link-list li
		{
			padding: 0.2em 0 0.2em 0;
		}

		.link-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.link-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		#content .link-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#content li {
			line-height: 1.5em;
		}

		#footer .link-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}

	.quote-list
	{
	}

		.quote-list li
		{
			padding: 1em 0 1em 0;
			overflow: hidden;
		}

		.quote-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.quote-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

			.quote-list li img
			{
				float: left;
			}

			.quote-list li p
			{
				margin: 0 0 0 90px;
				font-size: 1.2em;
				font-style: italic;
			}

			.quote-list li span
			{
				display: block;
				margin-left: 90px;
				font-size: 0.9em;
				font-weight: 400;
			}

			.quote-list li p,
			.quote-list li span {
				margin-left: 0px !important;
			}


		#content .quote-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#footer .quote-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}

	.check-list
	{
	}

		.check-list li
		{
			padding: 0.7em 0 0.7em 45px;
			font-size: 1.2em;
			background: url('images/icon-checkmark.png') 0px 1.05em no-repeat;
		}

		.check-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
			background-position: 0 0.3em;
		}

		.check-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		#content .check-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#footer .check-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}

	.feature-image
	{
		display: block;
		margin: 0 0 2em 0;
		outline: 0;
	}

		.feature-image img
		{
			display: block;
			width: 100%;
		}

	.bordered-feature-image
	{
		display: block;
		background: #fff url('images/bg04.png');
		padding: 10px;
		box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.15);
		margin: 0 0 1.5em 0;
		outline: 0;

		padding: 0;
		box-shadow: none;
		background: none;
	}

		.bordered-feature-image img
		{
			display: block;
			width: 100%;
			box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.52);
			border: 1px solid #818687;
		}

		html.page-type-recherche .bordered-feature-image img {
			box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.52);
		}

	.button-big
	{
		display: inline-block;
		text-decoration: none;
		font-size: 1.5em !important;
		font-weight: 300 !important;
		padding: 15px 45px 15px 45px;
		outline: 0;
		border-radius: 10px;
		line-height: 1em;

		color: #fff;
		text-shadow: -1px -1px 1px rgba(0,0,0,0.5);

		background: #ed391b;
		background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed391b), to(#ce1a00));
		background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -o-linear-gradient(top, #ed391b, #ce1a00);
		background-image: linear-gradient(top, #ed391b, #ce1a00);
	}

/*
	.button-big:hover
	{
		background: #fd492b;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
		background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd492b), to(#de2a10));
		background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
		background-image: -o-linear-gradient(top, #fd492b, #de2a10);
		background-image: linear-gradient(top, #fd492b, #de2a10);
	}

	.button-big:active
	{
		background: #ce1a00;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce1a00), to(#ed391b));
		background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -o-linear-gradient(top, #ce1a00, #ed391b);
		background-image: linear-gradient(top, #ce1a00, #ed391b);
	}
*/
		.ag-pf .button-big,
		.ag-pf .recherche-item-titre-wrapper {
		  	color: #fff !important;
		  	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);

			box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(206, 250, 255, 1), inset 0px 0px 0px 2px rgba(18, 130, 240, 1), 3px 3px 3px 1px rgba(0,0,0,0.15);
			background: #056a9a;

			background-image: -moz-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -webkit-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#50b2ff), to(#056a9a));
			background-image: -ms-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -o-linear-gradient(top, #50b2ff, #056a9a);
			background-image: linear-gradient(top, #50b2ff, #056a9a);
		}

		.ag-am .button-big,
		.ag-am .recherche-item-titre-wrapper
		 {
		  	color: #762E15 !important;
		  	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5);
		  	color: #fff !important;
		  	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);

			box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(206, 250, 255, 1), inset 0px 0px 0px 2px rgba(18, 130, 240, 1), 3px 3px 3px 1px rgba(0,0,0,0.15);
			background: #DF7E1F;

			/*
			background-image: -moz-linear-gradient(top, #F4D538, #DF7E1F);
			background-image: -webkit-linear-gradient(top, #F4D538, #DF7E1F);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4D538), to(#DF7E1F));
			background-image: -ms-linear-gradient(top, #F4D538, #DF7E1F);
			background-image: -o-linear-gradient(top, #F4D538, #DF7E1F);
			background-image: linear-gradient(top, #F4D538, #DF7E1F);
			*/

			background-image: -moz-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -webkit-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#50b2ff), to(#056a9a));
			background-image: -ms-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -o-linear-gradient(top, #50b2ff, #056a9a);
			background-image: linear-gradient(top, #50b2ff, #056a9a);
		}

		.ag-og .button-big,
		.ag-og .recherche-item-titre-wrapper {
		  	color: #fff !important;
		  	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);

			box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(206, 250, 255, 1), inset 0px 0px 0px 2px rgba(18, 130, 240, 1), 3px 3px 3px 1px rgba(0,0,0,0.15);
			background: #ce1a00;

			/*
			background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
			background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed391b), to(#ce1a00));
			background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
			background-image: -o-linear-gradient(top, #ed391b, #ce1a00);
			background-image: linear-gradient(top, #ed391b, #ce1a00);
			*/

			background-image: -moz-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -webkit-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#50b2ff), to(#056a9a));
			background-image: -ms-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -o-linear-gradient(top, #50b2ff, #056a9a);
			background-image: linear-gradient(top, #50b2ff, #056a9a);
		}

		.ag-ti .button-big,
		.ag-ti .recherche-item-titre-wrapper {
		  	color: #fff !important;
		  	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);

			box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(206, 250, 255, 1), inset 0px 0px 0px 2px rgba(18, 130, 240, 1), 3px 3px 3px 1px rgba(0,0,0,0.15);
			background: #B1FCB5;

			/*
			background-image: -moz-linear-gradient(top, #45E44D, #1D8C22);
			background-image: -webkit-linear-gradient(top, #45E44D, #1D8C22);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#45E44D), to(#1D8C22));
			background-image: -ms-linear-gradient(top, #45E44D, #1D8C22);
			background-image: -o-linear-gradient(top, #45E44D, #1D8C22);
			background-image: linear-gradient(top, #45E44D, #1D8C22);
			*/

			background-image: -moz-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -webkit-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#50b2ff), to(#056a9a));
			background-image: -ms-linear-gradient(top, #50b2ff, #056a9a);
			background-image: -o-linear-gradient(top, #50b2ff, #056a9a);
			background-image: linear-gradient(top, #50b2ff, #056a9a);
		}

		html.page-type-recherche .recherche-item-description-wrapper .button-big {
			padding: 0.2em 0.3em 0.2em 0.3em;
		    font-size: 1.5em !important;
		    margin-left: 0.3em;
		    position: relative;
		    top: .1em;
		    zoom: .75;
		}

		#banner p.fichebien-titre {
		  font-weight: bold;
		  margin-bottom: 0;
		  width: 100%;
		}

		#banner p.fichebien-textOffre {
		  font-size: 1.1em;
  		  letter-spacing: 0px;
  		  text-align: justify;
  		  margin-bottom: 0.5em;
		}

		#banner p.fichebien-textOffre .energy-grade {
			font-weight: bold;
			font-family: monospace;
			border: 1px solid rgba(255, 255, 255, 0.5);
			border-radius: 6px;
			padding: 0px 5px;
			font-size: 0.75em;
			white-space: nowrap;
		}

		#banner p.ficheBien-ConseillerInfo {
			text-align: center;
			font-size: 1.2em;
			font-weight: bold;
			letter-spacing: 1px;
		}

		#banner .addthis_sharing_toolbox-wrapper {
			padding-right: 1em;
			line-height: 1.25em;
			text-align: center;
			zoom: 1.3;
			margin-top: 1em;
		}

		#banner .addthis_sharing_toolbox-label {
			top: -3px;
			display: inline-block;
  			position: relative;
  			margin-right: 3px;
		}

		#banner .addthis_sharing_toolbox {
			display: inline-block;
		}

		#banner p.fichebien-contactbutton,
		#banner p#retour-resultats-button {
			clear: both;
			text-align: center;
		}


		#banner.no-photos #mainphoto-wrapper {
			display: none;
		}

		html:not(.mobile) #banner .orientation-portrait .bordered-feature-image img {
			height: 520px;
			margin-left: auto;
			margin-right: auto;
			width: inherit;
		}

/* Header */

		#header h1
		{
			font-weight: normal;
		}

			/* logo image*/
			#header h1 a img,
			#titleBar .title img /* in mobile mode too  */ {
				top: 31px;
				display: inline-block;
				height: 100px;
				position: relative;
				margin-right: 0px;
			}

			#logo-subtitle {
			    font-size: .4em;
			    position: absolute;
			    font-style: italic;
			    font-family: "Times New Roman",serif;
			    left: 5em;
				top: 4.5em;
			}

			html:not(.mobile) #header h1 a img {
				/* To modify gradient : http://www.colorzilla.com/gradient-editor/#ffffff+0,b3bead+100&0.7+0,0+70,0+100;Custom */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2NhZDJjNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2JlYWQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
				background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.7) 0%, rgba(202,210,198,0) 70%, rgba(179,190,173,0) 100%); /* FF3.6+ */
				background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.7)), color-stop(70%,rgba(202,210,198,0)), color-stop(100%,rgba(179,190,173,0))); /* Chrome,Safari4+ */
				background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.7) 0%,rgba(202,210,198,0) 70%,rgba(179,190,173,0) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.7) 0%,rgba(202,210,198,0) 70%,rgba(179,190,173,0) 100%); /* Opera 12+ */
				background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.7) 0%,rgba(202,210,198,0) 70%,rgba(179,190,173,0) 100%); /* IE10+ */
				background: radial-gradient(ellipse at center,  rgba(255,255,255,0.7) 0%,rgba(202,210,198,0) 70%,rgba(179,190,173,0) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00b3bead',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

				background-position: -3px 1px;
				background-repeat: no-repeat;

				/* OLD : To modify gradient : http://www.colorzilla.com/gradient-editor/#ffffff+0,b3bead+100&0.5+0,0+65,0+100;Custom */
			}

		#header nav a:nth-child(2) {
			margin-left: 0;
		}

		#header nav a:last-child {
			margin-right: 0;
		}

/* Features */

		html.page-type-fiche #features h2,
		html.page-type-fiche #features p {
			display: none;
		}

		html:not(.mobile) #nav-description-link,
		html:not(.mobile) #nav-contact-link {
			display: none;
		}

		html:not(.mobile) #features .orientation-portrait .bordered-feature-image img {
			height: 211px;
			width: inherit;
			margin-left: auto;
			margin-right: auto;
		}

		html.page-type-recherche:not(.mobile) #features .result-item {
			padding-left: 10px;
			padding-right: 10px;
		}

		html.page-type-recherche.mobile #features .result-item {
			position: inherit !important;
		}

		html.page-type-recherche #features .result-item section {
			border-bottom: solid 1px #272d30;
			box-shadow: inset 0px -1px 0px 0px #51575a;
			text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
			background: #3B4346 url('images/bg02.jpg');
			background-repeat: repeat;
			background-size: inherit;
		}

		html.page-type-recherche/*:not(.mobile)*/ #features .result-item section {
			padding: 0.25em 0.75em;
			border-radius: 0.5em;
			min-height: 12.75em;
		}

		html.page-type-recherche/*:not(.mobile)*/ #features .result-item.highlight section {
			outline: 5px outset yellow;
			border-radius: 0;
			box-shadow: 0px 0px 10px 12px rgba(255, 255, 0, 0.5);
		}

		html.page-type-recherche:not(.mobile) #features .result-item.highlight .recherche-item-titre-wrapper {
			border-radius: 0;
		}

		/* Page type : recherche */
		html.page-type-recherche #features .recherche-item-photo a.bordered-feature-image,
		html.page-type-fiche #mainphoto-wrapper a.bordered-feature-image {
			overflow: hidden;
			position: relative;
		}

		.result-item-ruban {
			display: none;
			position: absolute;
			z-index: 0;
			top: -6px;
			left: -12px;
			padding: 0px 0px 0px 15px;
			width: 250px;
			text-align: left;
			text-decoration: none !important;
			font-size: .75em;
			font-weight: bold;
			text-transform: uppercase;
			background: #D52106;
			color: #fff;
			-moz-transform: rotate(-15deg);
			-webkit-transform: rotate(-15deg);
			transform: rotate(-15deg);
			letter-spacing: 1px;
			line-height: 1.35em;
			white-space: nowrap;
		}

		html.page-type-fiche .result-item-ruban {
			top: 0px;
			width: 350px;
			font-size: 1.5em;
		}

		.offre-is-sous-compromis .result-item-ruban.result-item-ruban-sous-compromis,
		.offre-is-vendu .result-item-ruban.result-item-ruban-vendu {
			display: inherit;
		}

		html.page-type-recherche:not(.mobile) #features .recherche-item-photo .bordered-feature-image img {
		  width: 11em;
		  height: inherit;
		}

		html.page-type-recherche:not(.mobile) #features .orientation-portrait .recherche-item-photo .bordered-feature-image img {
		  width: 7em;
		  height: inherit;
		}

		html.page-type-recherche:not(.mobile) #features .recherche-item-photo .bordered-feature-image {
			float: left;
			margin-right: 1em;
			margin-top: 0.5em;
			margin-bottom: 0.5em;
		}

		html.page-type-recherche #features .recherche-item-titre-wrapper {
			border-radius: 10px;
			padding: 0em 0.5em;
			margin-top: -0.5em;
			margin-bottom: 0.5em;
		}

		html.page-type-recherche:not(.mobile) #features .recherche-item-titre-wrapper {
			margin-left: -0.9em;
			margin-right: -0.9em;
		}

		html.page-type-recherche #features h2,
		html.page-type-recherche #features .recherche-item-titre a {
			color: inherit;
			text-shadow: inherit;
			text-decoration: inherit;
		}

		html.page-type-recherche #features .recherche-item-titre a {
		    position: relative;
    		top: .015em;
		}

		html.page-type-recherche:not(.mobile) .recherche-item-prix {
			float: right;
		}

		.recherche-item-description-wrapper {
			clear: both;
		}

		.recherche-item-description {
			text-align: justify;
		}

		html.page-type-recherche:not(.mobile) #features .orientation-landscape .recherche-item-description {
			padding-left: 12em;
		}

		html.page-type-recherche:not(.mobile) #features .orientation-portrait .recherche-item-description {
			padding-left: 8em;
		}

		.recherche-item-description p {
			margin-bottom: 0.5em;
		}

		.recherche-item-contact {
			text-align: right;
			margin-left: -0.5em;
		}

		.recherche-item-footer p {
			margin: 0 0 0 0;
		}

		.recherche-item-description,
		.recherche-item-description p {
			line-height: 1em;
		}

		.recherche-item-footer,
		.recherche-item-footer p {
			line-height: 1.2em;
		}

		.recherche-item-footer {
			clear: both;
		}

		.pre-results-chevron {
			text-align: center;
			position: absolute;
			left: 0;
			right: 0;
			margin-top: 0.4em;
			font-size: 2em;
			text-shadow: 0px 4px 7px black;
		}

/* Footer */

	#footer-wrapper {
		border-bottom: solid 1px #272d30;
  		box-shadow: inset 0px -1px 0px 0px #51575a;

		background: #3B4346 url('images/bg01.jpg');
  		background-repeat: repeat-x;
  		background-size: contain;
		border-bottom: solid 1px #272d30;
		box-shadow: inset 0px -1px 0px 0px #51575a;
		/*text-shadow: -1px -1px 1px rgba(0,0,0,0.75);*/
  	}

	#footer
	{
		color: #fff;
		text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
	}

	html.ios #header-wrapper,
	html.ios #footer
	{
		text-shadow: none;
	}

		#footer h2
		{
			color: #fff;
		}

		#footer a
		{
			color: #fff;
		}


/* PRINT CSS */
@media print {
	body {
	  text-shadow: none !important:
	}

	#banner {
	  color: #000 !important;
	}

	.bordered-feature-image,
	#content section {
		box-shadow: none !important;
	}

	#content section {
		border: solid 1px #ddd !important;
	}

	#header,
	#container {
		border: none !important;
	}
}

/* Form stuff */

#demandeDeRappelFormDiv, #demandeDeQuestionFormDiv, #vendreFormDiv, #carriereFormDiv {
	width: 30em;
	margin-left: auto;
  	margin-right: auto;
}

#vendreFormDiv, #carriereFormDiv {
	display: block;
}

#demandeDeRappelFormDiv td, #demandeDeQuestionFormDiv td {
	vertical-align: middle;
	white-space: nowrap;
}

#vendreFormDiv, #carriereFormDiv {
	position: relative;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 0;
	left: 1.5em;
	top: 2em;
	height: auto;
}


.formTitre, .formEtapeTitre, input, textarea, .inputTypeSelect {
	font-weight: bold;
	font-size: 1.25em;
}

.formTitre {
	font-size: 1.3em;
	font-variant: small-caps;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}

.formEtapeSousTitre {
	font-size: 0.85em;
	white-space: wrap;
}

#biens_resultats_liste_tri-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.51);
  padding-top: .8em;
  margin-top: 1.2em;
}

html:not(.mobile) #rechercheDeBiensFormId,
html:not(.mobile) #biens_resultats_liste_tri-wrapper {
	width: 33em;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-left: 16vw;
}

#biens_resultats_liste_tri-wrapper .button-big {
	font-size: .75em !important;
	padding: .1em .5em 0.3em .4em;
	position: relative;
	top: -.1em;
}

#demandeDeQuestionFormId input, #demandeDeQuestionFormId textarea,
#rechercheDeBiensFormId input, #rechercheDeBiensFormId textarea,
#demandeDeRappelFormId input, #demandeDeRappelFormId textarea,
#vendreFormId input, #vendreFormId textarea,
#carriereFormId input, #carriereFormId textarea {
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #B0BAC0;
	width: 100%;
    border-radius: 10px;
    margin: 5px 0px;
}

#rechercheDeBiensFormId #rechercheDeBiensSubmitButton {
	width: inherit;
	padding-left: .3em;
	padding-right: .3em;
	font-size: 1.5em !important;
}

#banner #rechercheDeBiensFormDiv p {
  margin-bottom: 0.5em;
}

#rechercheDeBiensFormDiv .inputTypeText {
	text-align: left;
}

#rechercheDeBiensFormDiv label {
	cursor: pointer;
	margin-right: 0.2em;
	font-size: 1.25em;
}

#rechercheDeBiensFormDiv label[for=rechercheDeBiensForm_champ_typeDeBien] {
  display: inline;
}

#rechercheDeBiensFormDiv input[type=radio] {
	cursor: pointer;
	width: 1em;
	zoom: 2;
	margin: 0;
	position: relative;
	top: 0.1em;
}

#rechercheDeBiensFormDiv input[type=radio] + label {
	font-weight: normal;
	font-size: 1.25em;
	letter-spacing: 2px;

	margin-right: 2em;
	margin-right: 8vw;

	margin-left: 0.5em;
	margin-left: 1vw;
}

#rechercheDeBiensFormDiv input[type=radio]:checked + label {
	color: rgb(253, 255, 173);
	text-shadow: 0px 0px 42px white;
}

#rechercheDeBiensFormDiv input[type=radio]:not(:checked) + label {
	opacity: .60;
}

#demandeDeQuestionFormId table tr td:nth-child(1) {
  /*padding-right: 10px;*/
}

#rechercheDeBiensForm_champ_modeLocation_louer,
#rechercheDeBiensForm_champ_modeLocation_acheter {
	border-left-width: 0px;
}

#rechercheDeBiensForm_champ_nbTotalPieces,
#rechercheDeBiensForm_champ_nbChambres {
	width: 3em !important;
}

#rechercheDeBiensForm_champ_surfaceMinimum,
#rechercheDeBiensForm_champ_prixMinimum,
#rechercheDeBiensForm_champ_prixMaximum {
	width: 3.2em !important;
}

#demandeDeRappelFormId textarea, #demandeDeQuestionFormId textarea, #vendreFormId textarea, #carriereFormId textarea {
	height: 10em;
}

#carriereForm_champ_CurriculumVitae, #carriereForm_champ_LettreDeMotivation {
	width: 29em !important;
	height: 14em !important;
	font-weight: normal !important;
	font-size: 10pt !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #51330D !important;
}

.inputTypeRadio {
	cursor: pointer;
}

.inputTypeText, textarea {
	padding: 2px 5px 2px 5px;
}

#demandeDeRappelFormId .inputTypeRadio, #demandeDeRappelFormId .inputTypeSelect,
#demandeDeQuestionFormId .inputTypeRadio, #demandeDeQuestionFormId .inputTypeSelect,
#vendreFormId .inputTypeRadio, #vendreFormId .inputTypeSelect,
#carriereFormId .inputTypeRadio, #carriereFormId .inputTypeSelect {
	width: auto;
	background-image: none;
	background-color: transparent;
	border: none;
}

#demandeDeRappelFormId .inputTypeSelect,
#demandeDeQuestionFormId .inputTypeSelect {
	font-size: 1.1em;
	color: #FFFFE6;
	background-color: #a69581;
	border: solid 1px #51330d;
}

#rechercheDeBiensFormDiv .inputTypeSelect,
#rechercheDeBiensFormDiv .inputTypeText {
	font-size: 1em;
	border: solid 1px #51330d;
}

#rechercheDeBiensFormDiv .inputTypeSelect {
	width: 13em;
	height: 1.5em;
}

.triLabel {
	display: none;
}

.triLabelDropDown {
	display: inline;
}

.inputTypeSubmit {
	cursor: pointer;
	/*
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	height: 2em;
	border: solid 1px #51330d;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	*/
}

/* Form stuff (END)*/


html.page-type-fiche #document-pour-location section {
	text-align: center;
}

html.page-type-fiche #document-pour-location section .fa {
	font-size: 40pt;
}

html.page-type-fiche.bien-type-vente #document-pour-location {
	display: none;
}

/* Quand recherche est sur toutes agences, on cache le bouton "elargir recherche"*/
html.ag-.mode-resultats #elargir-recherche-button {
	display: none;
}

html.NOT-mode-resultats .WHEN-mode-resultats,
html.page-type-fiche.mode-contact #banner,
html.page-type-fiche.mode-contact #features-wrapper,
html.page-type-fiche.mode-contact #content-wrapper,
html.page-type-fiche.mode-contact #demandeDeQuestionFormDiv h2 .part2,
html.page-type-fiche.mode-contact #demandeDeQuestionFormDiv .contact-form-ref-annonce-wrapper
{
	display: none;
}

html.page-type-fiche.NOT-has-infos-commune #commune-infos-wrapper {
	display: none;
}

.WHEN-mobile {
	display: none;
}

.NOT-WHEN-mobile {
	display: inherit;
}

/******************************/
@media print {

#header h1 a img, #titleBar .title img {
	margin-right: 0px;
}

body {
    min-width: inherit;
}

body, input, textarea, select {
    line-height: 1.2em;
    font-family: Arial;
    font-size: 10.5pt;
    font-weight: normal;
}

body * {
    color: black !important;
    box-shadow: none !important;
}

.fichebien-textOffre {
    font-size: 15pt !important;
}

.ficheBien-ConseillerInfo {
	font-size: 20pt !important;
}

.container {
    /*width: 75%;*/
}

#nav,
.fichebien-contactbutton,
.addthis_sharing_toolbox-wrapper,
#retour-resultats-button,
#footer-wrapper,
#copyright {
	display: none;
}

#features-wrapper {
	border: none;
}

#features-wrapper,
#content-wrapper {
    padding: 10px 0 10px 0;
}

#content section {
	padding: 10px 15px 10px 15px !important;
}

.masonry-container {
	position: static !important;
    height: inherit !important;
}

.masonry-item {
	position: static !important;
    display: inline-block;
}

}