/* Sébastien */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Generals */
body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 21px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

#logo {
	background: url(../images/mobile/logo_property_hunter.jpg) 0 0 no-repeat;
	height: 54px;
	width: 134px;
	display: block;
	position: fixed;
	margin-left: -25px;
	z-index: 9999;
}
#logo img {
	display: none;
}

#client {
	margin: 0 25px;
}

#chasseur {
	display: none;
}
strong {
	font-weight: bold;
}

h1 {
	font-size: 25px;
	text-align: center;
	display: inline-block;
	margin: 0 0 25px 0;
	width: 100%;
	font-weight: bold;
}

#contenu_inner h2 {
	font-size: 18px;
	text-align: center;
	display: inline-block;
	margin: 0 0 25px 0;
	width: 100%;
	font-weight: bold;
}

/* Tri */
.navigation {
	background: #95b900;
	color: #ffffff;
	margin-bottom: 25px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.navigation a {
	color: #ffffff;
}

.navigation a.selected {
	color: #000000;
	text-decoration: none;
}

/* Menu */
.slicknav_menu {
	display: none;
}

.js #navigation {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
.slicknav_menu {
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: url("../images/client/buildings.png") right bottom no-repeat #95b900;
}
.js .slicknav_menu {
	display: block;
}
.slicknav_nav a:hover {
	background: #ffffff;
}

.slicknav_nav {
	padding: 25px 0;
	font-size: 16px;
}

/* Page - Login */
#menu_top {
	margin-top: 45px;
	padding: 25px 0 10px 0;
	float: right;
	font-size: 11px;
}

#menu_top a {
	padding: 0 5px;
}

label {
	display: block;
	font-weight: bold;
}

input {
	display: block;
	width: 100%;
	margin: 15px 0;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	border: 1px solid #7c7c7c;
	border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
}

.bouton input {
	background: #95b900;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 15px 0;
}

/* Page - Liste */
#biens_visites .liste-biens ul.liste-biens li {
	_width: 100%;
	background: #eeeeee;
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
}
#biens_visites .liste-biens ul.liste-biens li a.img {
	margin-bottom: 25px;
	display: block;
}
#biens_visites .liste-biens ul.liste-biens li a.img span {
	height: 100px;
	width: 100px;
	display: block;
	background-size: 100% !important;
	margin: 0 auto;
}
#biens_visites .liste-biens ul.liste-biens li .infos {
	text-align: center;
}
#biens_visites .liste-biens ul.liste-biens li .infos span {
	display: block;
	margin: 10px 0;
}

#biens_visites .liste-biens ul.liste-biens li .infos strong {
	display: block;
}

div#client ul.liste-biens li span.retenu {
    background: rgba(0, 0, 0, 0) url("../images/client/ok.png") no-repeat scroll center center;
    height: 24px;
    position: absolute;
    width: 24px;
    right: 15px;
    top: 15px;
}

/* Page - Fiche */
.colonne .navigation,
.colonne .liste-biens {
	display: none;
}

.page .entete .navigation a {
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 10px 0;
	text-decoration: none;
}

.page .entete .goto img {
	width: 100%;
	height: auto;
}

.page .entete .infos {
	margin: 15px 0;
}

.page .entete .infos strong {
	color: #95b900;
}

.page .entete .infos a {
	font-size: 12px;
}

.page .entete .galerie {
	width: 100%;
	margin-bottom: 25px;
	display: block;
	background: #eeeeee;
	padding: 10px 0;
}

.page .entete .galerie a {
	width: 33.3333%;
	display: inline-block;
}
.page .entete .galerie a img {
	width: 85%;
	margin: 5px auto;
	display: block;
}


.page .entete .galerie a.suite {
	width: 100%;
	text-align: center;
	background: #eeeeee;
	padding: 8px 0;
}

/* Onglets */
ul.onglets {
	background: #95b900;
	text-align: center;
	_padding: 5px 0;
	margin-bottom: 15px;
	border: 1px solid #95b900;
}
ul.onglets li {
	_padding: 5px 0;
}

ul.onglets li.selected,
ul.onglets li a:hover {
	background: #ffffff;
}

ul.onglets li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #ffffff;
}

ul.onglets li a:last-child {
	border: 0;
}

ul.onglets li.selected a,
ul.onglets li a:hover {
	color: #95b900;
}


.page .description h3 {
	color: #95b900;
	text-transform: uppercase;
	font-weight: bold;
	padding: 25px 0 15px 0;
}

.page .description h3:first-child {
	padding-top: 0;
}

.page .galerie a {
	width: 33.3333%;
	display: inline-block;
}

.page .galerie a img {
	width: 85%;
	margin: 5px auto;
	display: block;
}

div.fiche_bien div.p3 div.situation div#gmap,
div.fiche_bien div.p3 div.situation div#streetview {
	height: 250px;
}


/* Footer */
#pied {
	margin-top: 35px;
	border-top: 1px solid #95b900;
	padding-top: 15px;
	text-align: center;
}

#pied #pied_inner {
	
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#logo {
		background-image: url(../images/mobile/logo_property_hunter@2x.jpg);
		background-size: 134px 55px;
	}
}