/**
*
* Bien Item (design général)
*
*/

.bien-item {
    position: relative;
    height: 425px;
    background: #fff;
    text-decoration: none;
    color: #5c5050;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.bien-item:focus {
    text-decoration: none;
    outline: none;
}

.bien-item .tooltip {
    white-space: nowrap;
}

.bien-item:focus,
.bien-item:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.bien-item header .img-container {
    position: relative;
    margin-bottom: 5px;
    /*height: 222px;*/
    overflow: hidden;
    background: #E9ECF3;
}

.bien-item .img-container .img-responsive {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    left: -100%;
    right: -100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.bien-item header .infos-container {
    height: 90px;
    overflow: hidden;
}

.bien-item header p {
    margin: 0;
}

.bien-item header .station,
.bien-item header .type {
    font-size: 12px;
}

.bien-item header .title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
}

.bien-item header .title:first-letter {
    text-transform: uppercase;
}

.bien-item header .infos-container,
.bien-item .sub-content,
.bien-item .main-content {
    padding: 0 9px;
}

.bien-item .infos-prix {
    font-family: 'Lato', "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #dd914a;
    text-align: center;
    margin: 6px 0;
}

.bien-item .infos-prix sup {
    font-size: 16px;
}

.bien-item footer .infos-footer {
    font-size: 12px;
    color: #5c5050;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.boutton-appel-offres {
    width: 250px;
    display: inline-block;
    height: 36px;
    background: #5c5050;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    bottom: -18px;
    margin: auto;
    z-index: 2;
    margin-bottom: 10px;
    float: none;
    clear: both;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.bien-item footer .details {
    position: absolute;
    left: -100%;
    right: -100%;
    width: 135px;
    display: inline-block;
    height: 36px;
    background: #5c5050;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    bottom: -18px;
    margin: auto;
    z-index: 2;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bien-item:focus footer .details,
.bien-item:hover footer .details, .boutton-appel-offres {
    background: #fcb05a;
}

.bien-item .sub-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 3;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 222px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bien-item:focus .sub-content,
.bien-item:hover .sub-content {
    visibility: visible;
    opacity: 1;
}

.bien-item:focus, .sub-content,
.bien-item:hover, .sub-content,
.bien-item:focus,
.bien-item:hover {
    background: #5c5050;
}

.bien-item:focus .infos-footer,
.bien-item:focus .infos-container p,
.bien-item:focus .infos-location p,
.bien-item:focus,
.bien-item:hover .infos-footer,
.bien-item:hover .infos-container p,
.bien-item:hover .infos-location p,
.bien-item:hover {
    color: #fff !important;
}

.bien-item .separation {
    height: 1px;
    background: #fff;
    margin: 10px 15px;
}

.bien-item .stations-details {
    font-size: 11px;
}

.bien-item .description {
    font-size: 14px;
}

.bien-item .sub-content,
.bien-item:focus .sub-content,
.bien-item:hover .sub-content {
    background: none;
}

.bien-item:focus,
.bien-item:hover {
    background: #5c5050;
}

.bien-item .favorite {
    position: absolute;
    z-index: 4;
    top: -14px;
    right: -14px;
}

.bien-item .exception-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.bien-item .prix {
    font-size: 17px;
    color: #331e1a;
    text-align: center;
    padding-top: 5px;
}

.bien-item:focus .prix,
.bien-item:hover .prix {
    color: #fcb05a;
}

.bien-item .nowrap {
    white-space: nowrap;
}

/**
*
* Location
*
*/

.bien-item.location .infos-location p, .bien-item.location.derniere-minute .infos-location p {
    font-size: 12px;
    margin: 5px 0;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.bien-item.location .loueur-confiance {
    position: absolute;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #5C5050;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.bien-item.location:focus .loueur-confiance, .bien-item.location:hover .loueur-confiance {
    background-color: #FAAB58;
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1199px) {
    .bien-item.location .infos-location {
        max-height: 47px;
        overflow: hidden;
    }
}


/**
*
* Vente et Location
*
*/

.bien-item.location .img-container,
.bien-item.vente .img-container {
    height: 197px;
    overflow: hidden;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.bien-item.location .separator:before,
.bien-item.vente .separator:before {
    position: static;
    display: block;
    bottom: 0;
    content: ' ';
    height: 3px;
    width: 100%;
    background: #a48b89;
}

.bien-item.location .separator,
.bien-item.vente .separator {
    position: relative;
    top: -5px;
    height: 11px;
    width: 100%;
    display: block;
    background: url('../images/generique/arrow-down.png') no-repeat center top;
}

.bien-item.location .infos-location p,
.bien-item.vente .infos-location p {
    font-size: 12px;
    margin: 5px 0;
}

.bien-item.location .prix-vente,
.bien-item.vente .prix-vente {
    font-family: 'Lato Bold', 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: #371f1f;
    padding-top: 10px;
}

.bien-item.location:focus .prix-vente,
.bien-item.vente:focus .prix-vente,
.bien-item.location:hover .prix-vente,
.bien-item.vente:hover .prix-vente {
    color: #fcb05a;
}

.bien-item.location .sub-content,
.bien-item.vente .sub-content {
    height: 191px;
}

.bien-item.location:focus .sub-content,
.bien-item.vente:focus .sub-content,
.bien-item.location:hover .sub-content,
.bien-item.vente:hover .sub-content {
    background: rgba(92, 80, 80, 0.5);
}

/**
*
* Item derniere minute
*
*/

.bien-item.location.derniere-minute {
    background: #faab58;
    border: 2px solid #5C5050;
}

.bien-item.location.derniere-minute:focus,
.bien-item.location.derniere-minute:hover {
    border-color: #faab58;
}

.bien-item.location.derniere-minute .last-minute {
    color: #fff;
    font-weight: 700;
    z-index: 6;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 30px;
    top: -13px;
}

.bien-item.location.derniere-minute .last-minute span {
    background-color: #5C5050;
    padding: 5px 10px;
    line-height: 20px;
    height: 20px;
}

.bien-item.location.derniere-minute:hover .last-minute span, .bien-item.location.derniere-minute:focus .last-minute span {
    background-color: #faab58;
}

.bien-item.location.derniere-minute p {
    color: #5C5050;
}

.bien-item.location.derniere-minute .infos-location p {
    color: #fff;
}

.bien-item.location.derniere-minute h2.title, .bien-item.location.derniere-minute .infos-prix {
    color: #fff;
}

.bien-item.location.derniere-minute .img-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bien-item.location.derniere-minute .img-container .overlay.overlay-hover {
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    background: url('../images/accueil/minutes-fond-opacity.png') no-repeat top center;
    background-size: 100%;
}

.bien-item.location.derniere-minute:focus .img-container .overlay.overlay-hover,
.bien-item.location.derniere-minute:hover .img-container .overlay.overlay-hover {
    opacity: 1;
    visibility: visible;
}

.bien-item.location.derniere-minute:focus .sub-content,
.bien-item.location.derniere-minute:hover .sub-content {
    background: rgba(92, 80, 80, 0.8);
}

.bien-item.location.derniere-minute .infos-dates {
    font-size: 12px;
}
.bien-item.location.derniere-minute:focus .img-container .overlay.overlay-normal,
.bien-item.location.derniere-minute:hover .img-container .overlay.overlay-normal {
    opacity: 0;
    visibility: hidden;
}

.bien-item.location.derniere-minute:focus,
.bien-item.location.derniere-minute:hover {
    background: #5c5050;
}

.entete-location {
    color: #fff;
    font-weight: 400;
    z-index: 6;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 30px;
    top: -13px;
}

.entete-location span {
    background-color: #e8e8e8;
    padding: 5px 10px;
    line-height: 20px;
    height: 20px;
}





/*
*
* Media queries
*
*/

@media (max-width: 1199px) {

    /*
    * Location & vente
    */
    .bien-item.location .sub-content,
    .bien-item.vente .sub-content {
        height: 192px;
    }

    .bien-item:hover .sub-content {
        background: rgba(0,0,0,0.65);
    }

    .bien-item.location.derniere-minute:hover .sub-content {
        background: transparent;
    }

    .bien-item .img-container .img-responsive,
    .bien-item.location.derniere-minute .img-container .img-responsive {
        position: static;
        width: 100%;
        /*height: auto;*/
        right: auto;
        left: auto;
        object-fit: cover;
        object-position: 50% 50%;
    }

}

@media (max-width: 992px) {
    .bien-item .prix {
        padding-top: 0;
    }

    .bien-item.location.derniere-minute:focus .sub-content,
    .bien-item.location.derniere-minute:hover .sub-content {
        background: rgba(92, 80, 80, 0.8);
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    /*
    * Location & vente
    */
    .bien-item.location,
    .bien-item.vente {
        height: 445px;
    }

    .bien-item.location .img-container,
    .bien-item.location:hover .sub-content,
    .bien-item.vente .img-container,
    .bien-item.vente:hover .sub-content {
        height: 188px;
    }

    /*
    * Général
    */
    .bien-item {
        height: 455px;
    }

    .bien-item:hover .sub-content {
        height: 242px;
    }

}