body{
    padding-top: 51px;
    color: #5a5a5a;
    background-color: #eeecea;
}

.center-block{
    margin: 0px auto;
}

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

.has-error > input[type="checkbox"] {
    outline: 1px solid red;
}

#page{
    min-height: 500px;
}

footer{
    margin-top: 50px;
    min-height: 100px;
    border-radius: 6px 6px 0px 0px;
}

p{
    text-align: justify;
}

.navbar-perso, .nav .open>a, .navbar-perso .dropdown-menu, .navbar-perso .navbar-brand, .navbar-perso li > a{
    background: indianred;
    color: white;
}

.navbar-perso li > a:hover, .navbar-perso li > a:focus, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu li:hover, .dropdown-menu li:focus{
    background: #cd7774;
    color: white;
}

.navbar-perso .active > a{
    background: #cd7774;
}

.navbar-perso .active > a:hover{
    background: #cd7774;
}

.navbar-toggle:hover, .navbar-toggle:hover:focus{
    background: #cd7774;
}

.navbar-toggle .icon-bar{
    background: white;
}

@media(max-width:992px){
    body{
        padding-top: 101px;
    }
}
@media(max-width:762px){
    body{
        padding-top: 50px;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*
Acheter
*/
#inputTypeBien{
    width: 100%;
}

#inputTypeBien > label{
    padding: 5px 0px;
    font-size: 14px;
    width: 16.82%;
}

#formulaire_recherche_bien{
    /*background-color: #eee;*/
    border-radius: 6px;
    max-width: 560px;
    min-width: 525px;
    padding: 10px;
    margin-top: 20px;
}

#formulaire_recherche_bien > div{
    margin: 0px;
    margin-bottom: 15px;
}

#formulaire_recherche_bien select{
    width: 100%;
}

#formulaire_recherche_bien > div > span{
    width: 25%;
}

#formulaire_recherche_bien button[type='submit']{
    width: 100%;
}

#formulaire_recherche_bien #inputReference {
    width: 100%;
    height: 30px;
    border-radius: 0px 4px 4px 0px;
}

#formulaire_recherche_bien #inputPieces{
    width: 100%;
}
#formulaire_recherche_bien #inputPieces > label{
    font-size: 14px;
    height: 30px;
    line-height: 18px;
    width: 20.3%;
}
#formulaire_recherche_bien #inputPieces > label:first-child{
    border-radius: 0px;
}

#formulaire_recherche_bien #inputLocalisation {
    border-radius: 0px 4px 4px 0px;
}

#formulaire_recherche_bien_infos{
    display: block;
}

.recherche_label_left{
    padding: 0px;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #ccc;
    border-right: none;
}

.recherche_label_middle{
    padding: 0px;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    border-radius: 0px;
    border: 1px solid #ccc;
    border-right: 0px;
}

#resultat_rechercher{
    margin-top: 50px;
}

#resultat_rechercher .thumbnail .caption {
    margin-top: 20px;
}
.thumbnail_prix{
    font-size: 24px;
    font-weight: bold;
}
.thumbnail_miniature{
    max-width: 350px;
    width: 100%;
}
.thumbnail_titre > span{
    border-radius: 0px;
    padding: 0px 6px;
}
.thumbnail_titre > h4{
    background-color: rgb(240, 240, 240);
    height: 30px;
    margin: 0px;
    line-height: 29px;
    width: 100%;
    border: 1px solid #ccc;
    border-left: none;
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
}

#resultat_rechercher .thumbnail .caption{
    margin: 0px auto;
}
#resultat_rechercher .thumbnail:hover{
    box-shadow: 0px 0px 10px silver;
}

.detailsBien > li{
    margin: 5px 0px;
}


/*
// Formulaire Financement
///////////////////////////////*/
#formulaire_financement {
    width: 350px;
    min-height: 500px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px silver;
    margin-top: 30px;
}

#formulaire_financement_header {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    background-color: #428bca;
    color: white;
}
#formulaire_financement_header > h3 {
    margin-top: 10px;
}

#formulaire_financement form {
    margin-top: 40px;
}

#formulaire_financement option {
    height: 30px;
}

.formulaire_financement_line {
    margin-top: 10px;
}

#formulaire_financement #dureePretLigne > div {
    margin: 0px;
}

.specialAnimationState {
    outline: none;
    box-shadow:none !important;
    border:1px solid #ccc !important;
}


/*
// Agences
///////////////////////////////*/
.agence-global-block{
    width: 755px;
    height: 380px;
    font-size: 0px;
}

.agence-block{
    font-size: 12px;
    padding: 0px;
    width: 223px;
    height: 380px;
    display: inline-block;
    border: 1px solid silver;
    box-shadow: 0px 0px 5px silver;
    border-radius: 5px;
}

.agence-block-title{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid silver;
}
.agence-block-title > h3 {
    margin: 0px;
    padding: 0px;
    line-height: 40px;
}

.agence-block-photo{
    height: 140px;
    border-bottom: 1px solid silver;
}

.agence-block-contenu{

}
.agence-block-contenu-adresse{
    height: 50px;
}

.agence-description{
    width: 800px;
}