/**
*
* 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;
    }

}
/**
*
* Général
*
*/

.content-top-wrapper {
    background: url('../bundles/chaletmontagnefront/images/station/default-cover-station.jpg');
    background-size: cover;
}

.content-top-wrapper .content-top-container {
    top: 100px;
}

.block-infos {
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

.block-infos h1,
.block-infos .h1,
.block-infos h2,
.block-infos .h2,
.block-infos h3,
.block-infos .h3,
.block-infos .h4,
.block-infos h4 {
    margin-top: 0;
}

.block-infos .text-muted {
    color: #aaaaaa;
}

.btn-localiser {
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: rgb(108, 98, 98);
}

.btn-localiser i {
    font-size: 30px;
}

/**
*
* Maps
*
*/

#root-map {
    width: 100%;
    min-height: 500px;
}


/**
*
* Title section
*
*/

#title-section {
    margin-bottom: 15px;
}

/**
*
* Title block
*
*/

.title-block h1 {
    margin: 0;
    vertical-align: middle;
    font-size: 40px;
    color: #6c6262;
    font-weight: normal;
    font-family: 'Lato Light', Roboto, sans-serif;
}

.title-block .fil-ariane,
.title-block .fil-ariane a {
    font-size: 10px;
    color: #8A7F7F;
    text-transform: uppercase;
    font-family: Lato, Roboto, sans-serif;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.title-block .fil-ariane {
    margin-top: 5px;
    line-height: 16px;
}

.title-block .fil-ariane a:hover {
    text-decoration: underline;
}

.title-block .fil-ariane a.ariane-numero-location:hover {
    text-decoration: none;
    background: #372020;
}

.title-block .fil-ariane a.ariane-numero-location {
    background: #fcb05a;
    padding: 1px 3px;
    color: #fff;
    font-weight: normal;
}

.btn.btn-big {
    background: #fcb05a;
    color: #fff;
    font-size: 18px;
    padding: 20px 10px;
    margin-top: 0;
}

.btn-contact:hover {
    background: #372020;
    color: #fff;
}

@media (max-width: 768px) {

    #location-tete #location-tete-content-link-recherche {
        width: 0;
        padding: 0 0 0 27px;
    }
}

.block-tel {
    padding: 15px;
    border: 1px solid #eee;
}

.block-tel .phone {
    font-family: Lato, Roboto, sans-serif;
    font-weight: bold;
}

/**
*
* Slider
*
*/

#ocation-infos-content-slider {
    overflow: hidden;
}

.bx-wrapper .bx-viewport{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    left: 0;
}

.bx-wrapper {
    padding-bottom: 15px;
    margin-bottom: 15px;
    /*border-bottom: 1px solid #eee;*/
}

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

.bx-wrapper img {
    margin:auto;
}


.bx-wrapper .bx-controls-direction a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fcb05a;
    text-indent: 0;
    color: #fff;
    line-height: 32px;
    text-align: center;
}

.bx-wrapper .bx-controls-direction a:hover {
    color: #fff;
    background: #372020;
}

#bx-pager {
    margin-bottom: 5px;
}

#bx-pager a {
    display: inline-block;
    text-decoration: none;
    margin: 0 3px 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#bx-pager a:hover {
    border-color: #fcb05a;
}

#bx-pager a.active {
    border-color: #372020;
}

.no-responsive .bx-wrapper,
.no-responsive .bx-viewport,
.no-responsive .bx-wrapper ul li {
    height: 575px !important;
}

.bx-wrapper img {
    max-height: 575px;
}

@media (max-width: 1200px) {
    .no-responsive .bx-wrapper,
    .no-responsive .bx-viewport,
    .no-responsive .bx-wrapper ul li {
        height: 463px !important;
    }

    .bx-wrapper img {
        max-height: 463px;
    }

}

@media (max-width: 992px) {
    .no-responsive .bx-wrapper,
    .no-responsive .bx-viewport,
    .no-responsive .bx-wrapper ul li {
        height: 353px !important;
    }

    .bx-wrapper img {
        max-height: 353px;
    }
}

@media (max-width: 767px) {
    .no-responsive .bx-wrapper,
    .no-responsive .bx-viewport,
    .no-responsive .bx-wrapper ul li {
        height: auto !important;
    }

    .bx-wrapper img {
        max-height: none;
    }
}


/**
Stations
*/

.content-top-wrapper .overlay {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
}

h2.accroche {
    padding-top: 20px;
    font-size: 24px;
    text-transform: lowercase;
}

h2.accroche:first-letter {
    text-transform: uppercase;
}


/*
*
* Labels
*
*/

#label-section {
    margin: 20px 0 5px 0;
    text-align: right;
}

#label-section ul {
    padding: 0px;
    display: inline-block;
    margin: 0px;
}

#label-section ul li {
    padding-top: 10px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    margin-left: 5px;
    height: 40px;
    padding-bottom: 5px;
}

#label-section ul li .icone {
    float: left;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}

#label-section ul li p {
    font-size: 16px;
    color: #6C6262;
    font-family: Lato,Roboto,sans-serif;
    margin-left: 10px;
    margin-bottom: 0px;
    float: left;
}

/*
*
* Presentation
*
*/

#presentation {
    margin-bottom: 20px;
}

#presentation .block-logo {
    text-align: center;
}

.station-massif .img-container {
    height: 220px;
    overflow: hidden;
}

#presentation .logo {
    max-width: 100%;
    max-height: 220px;
}

#presentation .description {
    margin: auto;
    height: 207px;
    display: table;
}

#presentation .description p {
    vertical-align: middle;
    font-size: 20px;
    line-height: 26px;
    display: table-cell;
}

.col-title {
    margin-bottom: 5px;
    font-family: 'lato bold', sans-serif;
}

#chiffres.block-infos ul {
    padding: 0;
    list-style-position: inside;
}

#chiffres.block-infos.section-infos {
    display: table;
    border-top: none;
    padding-top: 0;
    height: 100%;
    width: 100%;
}
#chiffres.block-infos.section-infos .section-info {
    display: table-cell;
    padding-top: 0;
    border-right: 1px solid #EEE;
    height: 100%;
    float: none;
    vertical-align: top;
}

#chiffres.block-infos.section-infos .section-info:last-of-type {
    border-right: none;
}

#chiffres.block-infos.section-infos .section-info p {
    line-height: 1em;
}

#chiffres.block-infos.section-infos .section-info p .icone, .block-infos.section-infos .section-info .icone {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}

.block-infos .section-info p .lbl-title-big {
    /*padding-left: 10px;*/
    font-weight: bold;
    font-size: 16px;
}

#chiffres.block-infos .section-info p .lbl-title, .block-infos .section-info .lbl-title {
    padding-left: 10px;
    font-weight: bold;
}

#chiffres.block-infos .section-info p .lbl-title, .block-infos .section-info .situation {
    padding-bottom: 10px;
}


/**
*
* Webcam
*
*/


#webcam-station .modal-body > * {
    width: 100%;
}

#chiffres.block-infos.section-infos .section-info.section-webcam {
    float: left;
    display: table;
    width: 100%;
    border: none;
}

#chiffres.block-infos.section-infos .section-info.section-webcam a {
    height: 100%;
    width: 60%;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

#photos-station .modal-header .modal-title {
    display: inline-block;
    margin-right: 10px;
}

#photos-station .modal-header .link, #photos-station .modal-header a {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.liste-locations {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #cecacb;
}

.liste-locations h4 {
    font-size: 39px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
}

.liste-locations-link {
    text-align: right;
    height: 50px;
    line-height: 50px;
}

.liste-locations-link a {
    font-size: 16px;
    color: #372020;
    text-transform: uppercase;
    margin-top: 30px;
    text-decoration: underline;
}

.liste-stations .station-massif {
    height: 280px;
    text-align: center;
}

.liste-stations .title-container {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto auto;
}

.liste-stations .img-container {
    position: relative;
}

.liste-stations .img-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.activites {
    display: table;
}

.activites .col-activite {
    display: table-cell;
    height: 100%;
    float: none;
}

.gmaps {
    text-align: center;
}

@media (max-width: 768px) {
    #label-section ul li {
        width: 100%;
    }

    #chiffres.block-infos.section-infos .section-info.section-webcam a {
        width: 100%;
    }

    #chiffres.block-infos.section-infos {
        padding-top: 20px;
        margin-bottom: 20px;
        border-top: 1px solid #eee;
        width: auto;
    }

    #chiffres.block-infos.section-infos .section-info {
        display: block;
        float: left;
        width: 100%;
        border: none;
    }

    #chiffres.block-infos.section-infos.chiffres {
        display: block;
    }

    #chiffres.block-infos.section-infos .section-info.section-webcam {
        display: block;
        margin-bottom: 20px;
        border: none;
    }

    #chiffres.block-infos.section-infos .section-info.section-webcam a {
        display: block;
    }

    #chiffres.block-infos .section-info p .lbl-title, .block-infos .section-info .situation {
        min-height: 60px;
    }

    .activites .col-activite {
        float: left;
        display: block;
    }

    .liste-stations .station-massif {
        height: 220px;
    }

    .station-massif .img-container {
        height: 140px;

    }

    .accroche {
        display: block; /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 120px;
        overflow: hidden;
        line-height: 26px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}