/**
*
* 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('../bundles/chaletmontagnefront/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('../bundles/chaletmontagnefront/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;
    }

}
#recherche-accueil-wrapper {
    position: relative;
    z-index: 99;
    margin-top: 10px;
}

#bloc-recherche {
    width: 100%;
    max-width: 400px;
    background: url('../bundles/chaletmontagnefront/images/en-tete/fond-recherche-opacite.png') repeat;
    padding: 15px;
    z-index: 10;
}

#bloc-recherche label {
    font-weight: normal;
}

#bloc-recherche #recherche-normale-form {
    margin-top: 10px;
}

#bloc-recherche input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
    background:url('../bundles/chaletmontagnefront/images/en-tete/recherche-calendrier.png') white no-repeat 15px center;
}

#bloc-recherche h3.title{
    font-size: 30px;
    color: #ffb25b;
    text-align: center;
    margin: 0;
}

#bloc-recherche .select2-choice,
#bloc-recherche .input {
    border: 0;
}

#bloc-recherche .select2-choice:focus,
#bloc-recherche .input:focus {
    outline: 0;
}

#bloc-recherche #recherche-separateur-home{
    display:block;
    margin: 6px auto;
}

#bloc-recherche #recherche-home-destination,
#bloc-recherche #recherche-normale-form .dest-container {
    display:block;
    height: 34px;
    font-size:14px;
    color:#5c5050;
    margin: auto auto 13px;
}

#bloc-recherche select {
    width: 100%;
}

#bloc-recherche .select2-container-multi .select2-choices .select2-search-choice{
    line-height:10px;
    margin:2px 0 0 5px;
}

#bloc-recherche .select2-container-multi .select2-choices .select2-search-choice > div{
    font-family:'Lato', sans-serif;
    font-size:15px;
}

#bloc-recherche .select2-search-choice-close{
    top:1px;
}

#bloc-recherche .full-width {
    /*margin: 0;*/
}

#recherche-accueil-wrapper #bloc-recherche .recherche-double-champs-gauche,
#recherche-accueil-wrapper #bloc-recherche .recherche-double-champs-droite,
#recherche-accueil-wrapper #bloc-recherche label {
    /*width:370px;*/
    margin: 0 auto 13px auto;
}

#recherche-home-nb-personnes {

}

/*#bloc-recherche .label-full-width {*/
    /*width: 100%;*/
    /*display: block;*/
/*}*/

#bloc-recherche .full-width #recherche-home-depart,
#bloc-recherche .full-width #recherche-home-arrivee {
    width: 100%;
    height: 34px;
    display:block;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #5c5050;
    background:url('../bundles/chaletmontagnefront/images/en-tete/recherche-calendrier.png') white no-repeat 15px center;
    padding-left: 45px;
}

#bloc-recherche .full-width.recherche-double-champs-gauche{
    /*float:left;*/
    /*width: 50%;*/
    padding-right: 7px;
}

#bloc-recherche .full-width.recherche-double-champs-droite{
    /*float:right;*/
    /*width: 50%;*/
    padding-left: 7px;
}

#bloc-recherche .recherche-double-champs .recherche-double-champs-gauche label,
#bloc-recherche .recherche-double-champs .recherche-double-champs-droite label{
    float:left;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #FFF;
    line-height:44px;
    padding-right: 10px;
}

#bloc-recherche .recherche-double-champs .recherche-double-champs-gauche input,
#bloc-recherche .recherche-double-champs .recherche-double-champs-droite input{
    float:right;
}

#bloc-recherche #recherche-home-nb-personnes{
    display:block;
    height: 34px;
    padding:0 10px;
    font-family:'Lato', sans-serif;
    font-size:15px;
    color:#5c5050;
    cursor:pointer;
    margin: auto auto 13px;
}

label[for="recherche-home-nb-personnes"] {
    margin-bottom: 0;
}

#bloc-recherche a#recherche-carte{
    display:block;
    background:url('../bundles/chaletmontagnefront/images/en-tete/recherche-mini-carte.png') no-repeat left center;
    font-family:'Lato', sans-serif;
    font-size:15px;
    color:#FFF;
    padding-left:27px;
    text-decoration:none;
    margin: 10px 0 0 17px;
}

#bloc-recherche a#recherche-carte:hover{
    text-decoration:underline;
}

#bloc-recherche a.recherche-avancee{
    /*display:block;*/
    background:url('../bundles/chaletmontagnefront/images/en-tete/recherche-avance.png') no-repeat left center;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #FFF;
    padding: 10px 10px 10px 27px;
    text-decoration: none;
    margin-right: 5px;
    cursor: pointer;
}

#bloc-recherche a.recherche-avancee.enabled{
    color: #fbac58;
    font-weight: bold;
}

#bloc-recherche a.recherche-avancee:hover{
    text-decoration:underline;
}

#bloc-recherche #recherche-input-submit{
    border: 1px solid #FBAC58;
    height: 34px;
    display: block;
    background: #FBAC58 none repeat scroll 0% 0%;
    cursor: pointer;
    font-size: 23px;
    color: #FFF;
    text-align: center;
    line-height: 34px;
}

#bloc-recherche #recherche-input-submit:hover{
    border: 1px solid #e4d8ca;
}

#bloc-recherche .select2-container {
    display: block;
    /*margin: 0 auto 13px auto;*/
    width: 100% !important;
}

#bloc-recherche .select2-container a{
    border-radius: 0;
    height: 34px;
    line-height: 34px;
}

#bloc-recherche .select2-container .select2-arrow{
    border: none !important;
    background: none !important;
}

#bloc-recherche .select2-container .select2-chosen{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #5c5050;
}

#bloc-recherche .select2-container > ul{
    width: 299px;
    height: 42px !important;
    display: block;
    overflow-y: auto;
}

#bloc-recherche .select2-container > ul > li.select2-search-field{
    line-height:42px;
}

#bloc-recherche #recherche-avancee-form {
    display: none;
}

#bloc-recherche #recherche-avancee-form label {
    padding-top: 4px;
}

#bloc-recherche #recherche-avancee-form label:nth-of-type(1) {
    padding-bottom: 4px;
}

#bloc-recherche #error-msg.alert-danger{
    background: none;
    border: none;
    padding: 9px;
}

/**
*
* Small search bloc
*
*/

#bloc-recherche-small {
    margin-bottom: 15px;
}

#bloc-recherche-small #bloc-recherche {
    max-width: none;
    background: none;
    z-index: auto;
    padding: 0;
}

#bloc-recherche-small #bloc-recherche .select2-container {
    margin: 0;
}

/*#bloc-recherche-small #bloc-recherche .recherche-double-champs-droite,*/
/*#bloc-recherche-small #bloc-recherche .recherche-double-champs-gauche {*/
    /*padding-left: 0;*/
    /*padding-right: 0;*/
/*}*/

/*#bloc-recherche-small #bloc-recherche .recherche-double-champs,*/
/*#bloc-recherche-small #bloc-recherche .recherche-double-champs-gauche,*/
/*#bloc-recherche-small #bloc-recherche .recherche-double-champs-droite,*/
/*#bloc-recherche-small #bloc-recherche .recherche-double-champs #recherche-home-arrivee,*/
/*#bloc-recherche-small #bloc-recherche #recherche-home-nb-personnes,*/
/*#bloc-recherche-small #bloc-recherche .recherche-double-champs #recherche-home-depart {*/
    /*width: 100%;*/
/*}*/

#bloc-recherche-small .label-input {
    display: none;
}

#bloc-recherche-small #bloc-recherche .recherche-double-champs .recherche-double-champs-droite{
    margin-top: 13px;
}

#bloc-recherche-small h3 {
    display: none;
}

#bloc-recherche-small #recherche-separateur-home {
    display: none;
}

#bloc-recherche-small #bloc-recherche #recherche-home-depart,
#bloc-recherche-small #bloc-recherche #recherche-home-arrivee {
    width: 100%;
    height: 34px;
    display:block;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #5c5050;
    background:url('../bundles/chaletmontagnefront/images/en-tete/recherche-calendrier.png') white no-repeat 15px center;
    padding-left: 45px;
}

#bloc-recherche-small #bloc-recherche .recherche-double-champs-gauche label,
#bloc-recherche-small #bloc-recherche .recherche-double-champs-droite label{
    float:left;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #FFF;
    line-height:44px;
    padding-right: 10px;
}

#bloc-recherche-small #bloc-recherche .recherche-double-champs-gauche input,
#bloc-recherche-small #bloc-recherche .recherche-double-champs-droite input{
    float:right;
}

@media (max-width: 992px) {

    #bloc-recherche .recherche-double-champs-droite,
    #bloc-recherche .recherche-double-champs-gauche {
        margin-bottom: 15px;
    }

    label[for="recherche-home-destination"] {
        margin-bottom: 15px;
    }

}

@media (max-width: 768px) {

    /*#recherche-accueil-wrapper {
        top: 0;
        margin: 0 -15px;
    }*/

    #bloc-recherche {
        width: 100%;
        max-width: 100%;
    }

    #bloc-recherche h3.title {
        font-size: 20px;
    }

    #bloc-recherche #recherche-home-destination {
        margin-bottom: 0;
    }

    /*#bloc-recherche .recherche-double-champs,*/
    /*#bloc-recherche .recherche-double-champs .recherche-double-champs-gauche,*/
    /*#bloc-recherche .recherche-double-champs .recherche-double-champs-droite,*/
    /*#bloc-recherche .recherche-double-champs #recherche-home-arrivee,*/
    /*#bloc-recherche #recherche-home-nb-personnes,*/
    /*#bloc-recherche .recherche-double-champs #recherche-home-depart {*/
        /*width: 100%;*/
    /*}*/

    /*#bloc-recherche .recherche-double-champs .recherche-double-champs-droite{*/
        /*margin-top: 13px;*/
    /*}*/

    .content-top-wrapper {
        height: 375px;
    }

    /*#bloc-recherche #recherche-input-submit {*/
        /*width: 100%;*/
    /*}*/

    #bloc-recherche .recherche-double-champs-droite,
    #bloc-recherche .recherche-double-champs-gauche {
        /*padding-left: 0;*/
        /*padding-right: 0;*/
        margin-bottom: 15px;
    }

    label[for="recherche-home-destination"] {
        margin-bottom: 15px;
    }

    #bloc-recherche {
        width: 100%;
        max-width: 100%;
    }

}