@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Roboto', sans-serif;
}

/***
GLOBALS
***/
.bg-transparent {
    background: transparent !important;
}
.bg-gris-clair {
    background-color: #f6f7f7;
}

.bg-gris-fonce {
    background-color: #ededed;
}

.bg-gris-moyen {
    background-color: #e9ecef;
}

.bg-blanc {
    background-color: #fff !important;
    color: #1b1e21;
}

.border-1-gris {
    border: 1px solid #ededed;
}
.border-bottom-1-gris {
    border-bottom: 1px solid #454545;
}

.border-1-blanc {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 20px;
}

.ombre-portee {
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-36 {
    font-size: 36px;
}

.font-black {
    color: #000;
}

.font-gris {
    color: #ababab;
}

.font-gris-clair {
    color: #cdcdcd;
}

.no-photo {
    height: 150px;
    width: auto;
    background-color: #999;
}

.line-h-24 {
    line-height: 24px !important;
}

.mb-05 {
    margin-bottom: 0.5rem;
}

.no-pl {
    padding-left:0px;
}

.no-pr {
    padding-right: 0px;
}
.pl-15 {
    padding-left: 15px;
}

.chevron {
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.chevron::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 2em;
    left: 0em;
    position: relative;
    top: 0em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 2em;
    color: #ababab;
    background-color: #fff;
}
.chevron.right:before {
    left: 0;
    transform: rotate(45deg);
}

.chevron.bottom:before {
    top: 0;
    transform: rotate(135deg);
}

.chevron.left:before {
    left: 0.25em;
    transform: rotate(-135deg);
}
/***
HEAD
 ***/

.jumbotron {
    margin-bottom: 0px;
    background-color: #f6f7f7;
}

.jumbotron.jumbotron-fluid:not(.jumbotron-accueil){
    height: 80px;
}

.jumbotron.jumbotron-fluid:not(.jumbotron-accueil) h1{
    line-height: 0px;
}

.navbar {
    padding: 0px;
}

.navbar.navbarHead {
    height: 92px;
    font-family: 'Roboto', sans-serif;
}

.navbarHead .navbar-brand  {
    /*min-width: 203px;*/
    align-content: center;
}

.navbarHead .navbar-brand img {
    height: auto;
    margin: auto;
}

.navbar-nav.navbarTextColor {
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:hover {
    /*text-decoration: underline;*/
}

.navbarTextColor, .navbar-dark .navbar-nav .nav-link{
    color: #ffffff;
}

.navbar-collapse {
    z-index: 10;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-nav .dropdown .dropdown-menu {
    min-width: 100px;
    text-align: center;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbarTextColor, .navbar-dark .navbar-nav .dropdown-menu .nav-link  {
    color: #fff;
}
@media(min-width: 992px) {
    .navbar-dark #navbarSupportedContent .navbar-nav {
        height: 92px;
    }

    .navbarHead .navbar-brand img {
        padding: 30px;
    }
}

.navbar-dark .navbar-nav .dropdown .dropdown-menu.dropdown-loc.show {
    display: flex;
    flex-flow: column;
}

.navbar-dark #navbarSupportedContent .navbar-nav li {
    display: inline-flex;
}
/*
.navbar-dark #navbarSupportedContent .navbar-nav > li {
    opacity: 0.8;
}

.navbar-dark #navbarSupportedContent .navbar-nav > li.active, .navbar-dark #navbarSupportedContent .navbar-nav > li:hover {
    opacity: 1;
}*/

.navbar-dark #navbarSupportedContent .navbar-nav ul.dropdown-loc li {
    text-align: center;
}

.navbar-dark #navbarSupportedContent .navbar-nav ul.dropdown-loc li a {
    width: 100%;
}

@media(max-width: 992px) {
    .navbar-dark #navbarSupportedContent .navbar-nav li.dropdown, .navbar-dark #navbarSupportedContent .navbar-nav li.dropdown .li-lang {
        display: list-item;
    }
}

.navbar-dark #navbarSupportedContent .navbar-nav .nav-item span {
    bottom: -5px;
    left: 5%;
    width: 90%;
    height: 20px;
    background-color: #fff;
    position: absolute;
    display: none;
}

.navbar-dark #navbarSupportedContent .navbar-nav .nav-item:hover span {
    display: block;
}

.col-rs-lang .dropdown-lang {
    display: inline;
}

.col-rs-lang .dropdown-lang .dropdown-toggle {
    display: inline;
}
.col-rs-lang .dropdown-lang .dropdown-toggle::after {
    display: none;
}

.col-rs-lang .dropdown-lang .dropdown-menu {
    margin-top: 0.5rem;
    min-width: inherit;
}

.fab.fa-facebook-f, .fab.fa-twitter, .fab.fa-pinterest-p, .fab.fa-instagram {
    font-size: 12px;
}

/*.navbar-nav li:not(.active), #navbarSupportedContent > div {*/
/*background-color: #fff;*/
/*}*/

/*.jumbotron-accueil .navbar-nav li:not(.active), .jumbotron-accueil #navbarSupportedContent > div {*/
/*    background-color: transparent;*/
/*}*/

/***
SEARCH
 ***/
/*
#searchLocation .form-group {
    text-align: left;
}
*/
#searchLocation label {
    font-size: 12px;
}

#formulaire-accueil .un-filtre > label, #formulaire-semaine .un-filtre > label, #formulaire-annee .un-filtre > label, #formulaire-vente .un-filtre > label {
    color: #fff;
    text-transform: uppercase;
    font-size: 10pt;
    margin-bottom: 0rem;
    maring-left: 1rem;
    line-height: 0px;
    padding-left: 15px;
}

.un-filtre > label {
    color: #808080;
}

#formulaire-annee .rechercher-checkbox-custom, #formulaire-vente .rechercher-checkbox-custom {
    min-height: 50px;
}

/*.row-search-top .un-filtre {*/
/*    position: relative*/
/*}*/

/*.row-search-top .un-filtre:nth-child(-n+2):before {*/
/*    content : "";*/
/*    position: absolute;*/
/*    right    : 15px;*/
/*    bottom  : 25%;*/
/*    width  : 1px;*/
/*    height   : 50%;  !* or 100px *!*/
/*    border-right:1px solid #000;*/
/*}*/
.rechercher-input-custom, .rechercher-checkbox-custom, .rechercher-select-custom, #rechercher-bouton
{
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

#menuAdvanced .rechercher-input-custom, #menuAdvanced .rechercher-checkbox-custom, #menuAdvanced .rechercher-select-custom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 52px;
}

#searchLocation #searchTypeLocation option {
    text-transform: uppercase;
}

.rechercheAvancee, .rechercheAvancee:hover {
    font-weight: 700;
    font-size: 15pt;
}

.rechercheAvancee:hover {
    text-decoration: underline;
}

.rechercher-checkbox-custom div label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rechercher-checkbox-custom input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.rechercher-checkbox-custom .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.rechercher-checkbox-custom input ~ .checkmark {
    background-color: transparent;
    border: 1px solid #000;
}

/* When the checkbox is checked, add a blue background */
.rechercher-checkbox-custom input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}

.rechercher-checkbox-custom input ~ span.number {
    line-height: 20px;
}

.rechercher-checkbox-custom input:checked ~ span.number {
    font-size: 14pt;
    font-weight: bold;
}

/* Create the checkmark/indicator (hidden when not checked) */
.rechercher-checkbox-custom .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.rechercher-checkbox-custom input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.rechercher-checkbox-custom .checkmark:after {
    left: 6px;
    top: -4px;
    width: 11px;
    height: 15px;
    /*border: solid red;*/
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.un-filtre label.form-check-label{
    text-transform: uppercase;
}

.row-search-top .un-filtre:nth-child(-n+2) {
    position: relative;
}

.row-search-top .un-filtre:nth-child(-n+2):after {
    content: " ";
    border-right: 1px solid #fff;
    width: 1px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.row-search-top .un-filtre label {
    margin-left: 30px;
}

.row-search-top .rechercher-input-custom, .row-search-top .rechercher-select-custom {
    width: 75%;
}

.rechercher-select-custom, .rechercher-input-custom {
    position: relative;
}

.rechercher-select-custom select::-ms-expand, .rechercher-input-custom input::-ms-expand {
    display: none;
}

.rechercher-select-custom:after, #select-tri:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078 ";
    font-size: 22px;
    color: #333;
    right: 35px;
    /*Adjust for position however you want*/
    top: 10px;
    padding: 0 0 2px;
    /*left line */
    position: absolute;
    pointer-events: none;
}

@media(max-width:992px){
    .rechercher-select-custom:after {
        /*right: 0px;*/
    }
}
@media(min-width:992px) and (max-width:1200px){
    .rechercher-select-custom:after {
        right: 10px;
    }
}
.rechercher-select-custom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    /*max-width: 320px;*/
    height: 50px;
    /*margin: 5px 0px;*/
    padding: 0px 0px 0px 15px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: transparent;
    background-image: none;
    border: 0px;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: 2px;

}

.rechercher-select-custom select:focus {
    background-color: transparent;
}

.rechercher-input-custom input, .rechercher-input-custom input.form-control[readonly] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    /*max-width: 320px;*/
    height: 50px;
    /*margin: 5px 0px;*/
    padding: 0px 0px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    /*background-color: transparent;*/
    background-image: none;
    border: 0px;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: 2px;
}

.rechercher-input-custom input::placeholder, .rechercher-input-custom input.form-control[readonly]::placeholder {
    color: #000;
}

.rechercher-input-custom:not(.no-after):after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078 ";
    font-size: 22px;
    color: #333;
    right: 35px;
    /*Adjust for position however you want*/
    top: 10px;
    padding: 0 0 2px;
    /*left line */
    position: absolute;
    pointer-events: none;
}

#menuAdvanced #ref, #menuAdvanced  .rechercher-reference .input-group-append .input-group-text {
    border: 0px;
}

#menuAdvanced #ref {
    border-radius: 0px;
}

#menuAdvanced .un-filtre > label {
    font-size: 10pt;
    color: #454545;
    text-transform: uppercase;
}

#menuAdvanced .rechercher-nb-pieces.rechercher-checkbox-custom > div,
#menuAdvanced .rechercher-niveau-classement > div,
#menuAdvanced .rechercher-filter-options .filter-options,
#menuAdvanced .rechercher-prix-range > div,
#menuAdvanced .rechercher-selections > div,
#menuAdvanced .rechercher-reference > div{
    height: 52px;
}

#menuAdvanced .rechercher-niveau-classement > div {
    padding-top: 12px;
}

#menuAdvanced .rechercher-nb-pieces .row {
    margin-left: 0px;
}

#menuAdvanced #range-prix-slider {
    max-width: 300px;
}

.col-deploy-menuAdvanced {
    height: 0px;
}

.col-deploy-menuAdvanced a {
    width: 35px;
    height: 30px;
    display: inline-block;
    background: #fff;
    line-height: 33px;
    font-size: 15pt;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}

.col-deploy-menuAdvanced a[aria-expanded="true"] .fa-angle-down::before{
    content: "\f106" !important;
}

.input-group-text.filtre-erase {
    background-color: #fff;
    border-radius: 0px;
    border-left: 0px;
}

.custom-niveau-classement {
    position: relative;
}

.custom-niveau-classement:hover {
    cursor: pointer;
}

.custom-niveau-classement input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
}

i.fas.fa-asterisk.fa-asterisk-black {
    background-color: #333;
}

/***
CONTENU
 ***/

.liste-bien {
    height: 550px;
}

.card {
    height: 95%;
}

.card:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    background-color: #f8f8f8 !important;
    border: 0px;
    margin-top: 0rem !important;
}

.card {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -webkit-transition: box-shadow 0.3s ease-out, margin 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out, margin 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out, margin 0.3s ease-out;
    transition: box-shadow 0.3s ease-out, margin 0.3s ease-out;
}

.card, .card-img-top {
    border-radius: 0px;
    border: 0px;
    position: relative;
    padding-bottom: 10px;
}
.card-img-top {
    height: 200px;
    overflow: hidden;
}

.card-img-top img {
    width: 100%;
    min-height: 200px;
}

.card-img-top .derniere-minute {
    position: absolute;
    left: 0px;
    top: 20px;
    margin: 0px;
    background-color: #fff;
    font-size: 12px;
    line-height: 10px
}

.card-img-top .derniere-minute i {
    font-size: 24px;
    float: left;
    margin-right: 10px;
}

.card-img-top .derniere-minute p {
    margin: 0px;
    display: inline;
    line-height: 12px;
}

.notation {
    position: relative;
    top: -15px;
    left: 5px;
}

.card .card-body {
    /*padding: .5rem 1rem;*/
    clear: both;
    float: none;
    display: block;
    position: relative;
    padding: 0.5rem;
}

.card .card-title {
    clear: both;
    float: none;
    display: block;
    font-size: 1.2rem;
    color: #454545;
    font-weight: 300;
    min-height: 30px;
}

.card .card-subtitle {
    clear: both;
    float: none;
    display: block;
    font-size: 9pt;
    /*font-weight: 300;*/
    text-transform: uppercase;
}



.card .card-list {
    list-style-type: none;
    font-size: 14px;
    color: #808080;
    font-weight: 300;
    padding: 0px;
    margin-bottom: 0.5em;
}

.card .card-list li {
    width: 32%;
    display: inline-block;
    text-align: center;
    color: #454545;
    font-size: 10pt;
}

.card .card-list li i {
    color: #ababab;
}

.card .card-text {
    color: #454545;
    /*margin-bottom: 0px;*/
}

.card .card-dates {
    font-size: 0.8rem;
}

.card .card-text.card-prix {
    font-size: 13pt;
    margin: 1rem 0rem;
}

#contenu h1 {
    color: #282828;
    font-size: 30px;
}

#contenu h2 {
    color: #808080;
    font-size: 16px;
    text-transform: uppercase;
}

.bloc-gauche .info-contact {
    text-transform: uppercase;
    line-height: 20px;
}

.bloc-gauche .p-bloc-gauche {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.bloc-gauche a.location-telephone {
    color: #000;
    /*font-size: 22px;*/
}

.bloc-gauche .p-bloc-gauche i {
    font-size: 48px;
}

#contenu .carousel-control-prev, #contenu .carousel-control-next {
    opacity: 1;
}

#contenu #carouselSlider {
    max-height: 480px;
}

#contenu #carouselSlider img {
    height: 480px;
}

#contenu h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-left: 1rem;
}

#contenu hr {
    width: 150px;
    text-align: left;
    border-top-width: 3px;
    margin: 0px;
    margin-bottom: 25px;
    margin-left: 1rem;
}

#contenu #detailBien {
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 300;
}

#contenu #detailBien u {
    text-transform: uppercase;
}

#contenu #detailBien ul {
    padding: 0px;
    list-style-type: none;
}

#contenu .modal-dialog {
    max-width: 800px;
    width: 800px;
    height: 550px;
}

#contenu #bienModalCarte .modal-dialog .modal-content {
    width: 800px;
    height: 550px;
}

#contenu .modal-dialog .modal-content iframe {
    border: 0px;
}

#contenu #contenaire-carte-hidden img {
    width: 100%;
    height: auto;
}

/***
TRI
 ***/
.row-tri {
    text-transform: uppercase;
}

#select-tri {
    width: auto;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    width: auto;
    /*max-width: 320px;*/
    height: 50px;
    /*margin: 5px 0px;*/
    padding: 0px 0px;
    font-size: 16px;
    line-height: 1.75;
    color: #454545;
    background-color: transparent;
    background-image: none;
    border: 0px;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: 2px;
}
#lien-tri-desc-select i, #lien-tri-asc-select i {
    font-size: 24px;
}


/***
PAGINATION
 ***/
.row-pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: transparent;
    /*border-top: 1px solid #DDD;*/
    /*border-bottom: 1px solid #DDD;*/
    color: #777;
}

.row-pagination .pagination-border-gauche {
    /*border-left: 1px solid #DDD;*/
}

.row-pagination .pagination-border-droite {
    /*border-right: 1px solid #DDD;*/
}

/***
FOOTER
 ***/

footer {
    background-color: #0f1111;
    color: #fff;
}

footer ul {
    list-style-type: none;
    padding-left: 0px;
}

footer hr {
    background-color: #fff;
}

footer a, footer a:hover{
    color: #fff;
    text-decoration: none;
}

footer img {
    height: auto;
}

footer div i {
    color: #fff;
}

footer div span {
    color: #fff;
    border-color: #fff;
}

footer .row-mentions-legales {
    color: #d5d5d5;
}

/***
JQUERY
 ***/
.ui-slider .ui-slider-range.ui-widget-header {
    background-color: #fff;
}

/***
BOOTSTRAP
 ***/
.nav-pills .nav-link {
    border-radius: 0px;
    opacity: 0.8;
}

.nav-pills .nav-link.active, .nav-pills .nav-link:hover {
    opacity: 1;
}

.tab-content {
    height: 100%;
}

.une-minute {
    font-size: 0.8rem;
}

.btn-infos {
    min-width: 120px;
    /*height: 33px;*/
    color: #fff !important;
    border-radius: 2px;
    font-weight: bold;
    font-size: 13pt;
    letter-spacing: 1px;
}

.card-footer {
    text-align: center;
    height: min-content;
    padding: 0rem;
}

