.navbar .pointsBloc {
    color: #aeb2c4;
}

.badge i {
    font-size: 10px;
}

.badge .icon {
    position: relative;
    top: -1px;
}

.photo-anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username .adherent {
    font-size: 11px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
    float: left;
    margin-top: -15px;
}

.clearfix {
    clear: both;
}

.no-radius {
    border-radius: 0 !important;
}

.panel-heading {
    height: 50px;
}

.img-responsive {
    max-height: 200px;
}

/**
** Widget liste biens
**/

.item-bien {
    height: 295px;
    overflow: hidden;
}

.bien-cover {
    height: 160px;
    background: #eee url(../../img/house.png) center center no-repeat;
}

.item-bien h3 {
    height: 46px;
    font-size: 21px;
}

.widget-item-bien.single .bien-cover,
.widget-item-bien.single .caption {
    float: left;
    width: 50%;
}

.widget-item-bien.single .item-bien {
    height: auto;
}

.widget-item-bien.single .item-bien h3 {
    margin: 0;
}

.form-group .radio-field .radio {
    padding-top: 1px;
    margin: 0 2px 0 0;
}
.form-group .radio-field .radio:nth-child(n+2) {
    margin-left: 10px;
}
.form-group .radio-field .radio input[type="radio"] {
    margin-left: -9px;
}

.well.well-sm {
    padding: 0px 0px 0px 9px;
}

.read {
    color: deepskyblue;
}

.notread {
    color : darkgrey;
}