body#simulation .btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	opacity: 1;
}
.m-t-md{
	margin-top: 15px;
}
body#simulation .overbutton2{
	background-color: #9b825e;
	margin-bottom: 20px;
}

body#recherche .property-row .property-details{
	width: 100%;
}
body#annonceur #getPhoneNumber.button.grey:hover{
	background-color: white;
	color: #9b825e;
	cursor: pointer;
}
ul.social-icons li{
	margin-left: 0px !important;
	padding-left: 0px !important;
}
.form input[type="text"], input[name="citycp"] { 
text-transform: uppercase;
}
.form input[type="text"]::-webkit-input-placeholder, input[name="citycp"]::-webkit-input-placeholder {
  text-transform: none;
}
.form input[type="text"]:-moz-placeholder, input[name="citycp"]:-moz-placeholder {
  text-transform: none;
}
.form input[type="text"]::-moz-placeholder, input[name="citycp"]::-moz-placeholder {
  text-transform: none;
}
.form input[type="text"]:-ms-input-placeholder,input[name="citycp"]:-ms-input-placeholder {
  text-transform: none;
}
.form input[type="text"]::placeholder,input[name="citycp"]::placeholder {
  text-transform: none;
}
.u-btn-primary:hover, .u-btn-primary.active{
border-color: #1ba454 ;
background-color: #1ba454 ;
}
body#annonce .sidebar-properties{
	margin-top: 0px;
}
.pointer{
	cursor: pointer !important;
}
.navbar-brand img{
	max-width: 270px;
}
.header-item-text span{
	font-size: 15px !important;
	font-weight: 300 !important;
}
footer .from-the-blog a{
	color: #8e95ac;
	margin-top: 5px;
}
footer .from-the-blog a:hover{
	text-decoration: underline;
}
body#mentions-legales section.module:not(.newsletter), body.bg-white-section section.module:not(.newsletter){
	background-color: #FFFFFF;
}
body.bg-white-section section.module:not(.newsletter) i.fa-check{
	font-size: 4em;
    border: 3px solid #9b825e;
    border-radius: 100%;
    padding: 6px;
    color: #9b825e;
}
.header-default .header-search input{
	font-size: 12px;
}
button.dark{
	background-color: #323746;
	color: white;
	cursor: pointer;
}
button.dark:hover{
	background-color: #262a35;
}
body#contact section.module a{
	color: inherit;
	text-decoration: none !important;
}
.bloc-stats{
	background-color: #f39237;
    border-radius: 5px;
    padding: 20px 0px;
    color: white;
    font-weight: 500;
}
.bloc-stats:hover{
	background-color: #f39c4b;
}
.bloc-stats p:last-child{
	margin-bottom: 0px;
}
.italic{
	font-style: italic;
	font-size: 11px;
	margin-bottom: 0px;
}
.m-t-lg{
	margin-top: 30px;
}
.m-b-lg{
	margin-bottom: 30px;
}
.w-100{
	width: 100%;
}
.contact-details{
	background-image: none;
}

input:focus, select:focus{
	outline-color: #9b825e;
}

.navbar-toggle{margin-top: 40px;}

@media (max-width: 768px){
	 .m-t-md-xs{
	 	margin-top: 15px;
	 }
	 .text-center-xs{
	 	text-align: center;
	 }
}