/* ==============================================
ADD CUSTOM STYLES HERE -->
=============================================== */

.btn {
	 border: none; 
}

img {
	max-width: 100%;	
}

p {
	text-align: justify;
}

.blog-image {
	margin-bottom: 20px;
}


/*=== TOP & NAV ===*/

.topbar {
	padding-bottom: 0;
}

.navbar-brand {
	margin-top: 0;
	padding: 20px 15px 20px 0;
	height: 116px;
}

.navbar-brand img {
	width: 250px;
}

@media (max-width: 768px) {
	.navbar-brand {
		padding: 10px 15px 10px 0;
		height: auto;
	}
	
	.navbar-brand img {
		width: 215px;
	}
}

.navbar-nav li {
	border-bottom: 4px solid #555;
}

.navbar-nav > li > a {
    padding: 46px 14px;
}
	
	
/*=== NEWS ===*/
.section.news h3 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 12px;
	text-align: center;
}

/* Sidebar */
.blog_categories i {
	margin-right: 5px;
}

.blog_categories .price {
	font-size: 14px;
	padding: 0;
	margin-left: 6px;
	position: inherit;
}


/*=== LISTING ===*/

/* Map Infowindow */
.infobox {
	padding: 20px 0 10px 20px;
}

.infoboxtext {
	min-height: 75px;
}
/* End map Infowindow */

.custom-wrapper {
	min-height: 500px;
	padding-top: 0;
}

#map-listing { height: 500px; }
#map-single { height: 350px; }

.listing-title {
	clear: both;
	width: 100%;
	content: " ";
    display: table;
}
.listing-title .title {
	margin-bottom: 0;
	padding-bottom: 0;
}

.price {
	padding-top: 15px;
	font-size: 2.5rem;
	font-weight: 600;
}

#wrap-price {
	text-align: center;
	padding: 10px 0 5px 0;
}
#wrap-price .price {
	display: inline-block;
	margin-left: 10px;	
	padding: 8px 16px;
	background: #FC0;
	color: #FFF;	
}
#wrap-price .price.fee { background: #999; }
#wrap-price span {
	text-align: right;
	display: block;
	font-size: 12px;
	color: #999;
}

.box_type {
	text-transform: uppercase;
	font-size: 15px;
}

.property_wrapper p {
	margin-top: 20px;
}

#sidebar .mini-widget .widget-title.pink {
	background-color: #ff0066 !important;
}

.text-center p.lead {
	text-align: center;
}

.side_prog ul {
	padding-left: 20px;	
}
.side_prog ul li {
    line-height: 26px;
    list-style-image: url("../img/puce.png");
}

/* DPE / GES */
.dep_ges_mark {
	position: absolute;
	right: 5px;
	width: 76px;
	height: 53px;
	line-height: 35px;
	text-align: right;
	padding-right: 5px;
	color: #FFF;
}


/*=== PROGRAMMES ===*/

.price small {
	font-size: 50%;
	margin-right: 10px;
	color: #999;
}


/*=== CONTACT & MANDAT ===*/

.team-member ul {
	margin-bottom: 0;
}

.map-wrapper {
	min-height: 350px;
}

#map {
	height: 400px;
}

label {
	font-weight: 600;
	
}

.contact-form .form-control,
input[type=radio] {
	margin-bottom: 20px !important;
}

/* Notification */
.box {
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
	padding: 8px 12px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
	.box.red {
		background: rgba(247, 101, 112, 0.4);
		color: #EF404D;
		border: 1px solid #EF404D;
	}
	.box.green {
		background: rgba(27, 188, 99, 0.3);
		color: #1BBC63;
		border: 1px solid #1BBC63;
	}

/* Captcha */
.realperson-challenge {
	display: inline-block;
	color: #556d78;
}

.realperson-text,
.realperson-regen {
	display: inline-block;
}

.realperson-text {
	font-family: "Courier New",monospace;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
	margin-left: 10px;
}

.realperson-regen {
	-webkit-transition: -webkit- color 400ms ease-out;
	-moz-transition: -moz- color 400ms ease-out;
	-o-transition: -o- color 400ms ease-out;
	transition: color 400ms ease-out;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	color: #999; }
	.realperson-regen:hover {
		color: #EF6635;
	}	
	

/*=== FOOTER ===*/

#footer-exclu .title {
	font-size: 16px;	
	font-weight: bold;
}

#footer-exclu small {
	font-size: 14px;
	color: #777;
}
#footer-exclu .price {
	font-size: 14px;
	color: #FC0;
}

.copymessage img {
	height: 22px;
}

.footer-menu li a {
  color:#999;
  font-size: 12px !important;
}
	.footer-menu li a:hover {
	  color:#666;
	}
	
.footer-menu li a.backtotop {
	display: inline-block;
	background: #FC3;
	padding: 2px 4px;
	color: #58595B;
}
	.footer-menu li a.backtotop:hover {
		background: #666;
		color: #FFF;
	}
	