/* =================================================================================== */
/*                                       GENERAL                                       */
/* =================================================================================== */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Ropa Sans', sans-serif;
    padding-top: 0!important;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
        animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* COULEURS */
.gris {
    color: #2a2e39;
}
.beige {
    color: #A29372;
}

.marginauto {
    margin: auto;
}


p {
    margin-bottom: 6px;
    font-size: 18px;
}

.alert-danger {
    color: #fff;
    background-color: #a29372;
    border-color: #a29372;
    margin: 20px auto 5% auto;
}

/* BOUTONS */
.btn {
    border-radius: 0;
}
.btn-primary,
.btn-info,
.btn-success,
.btn-secondary {
    color: #fff;
    background-color: #A29372;
    border-color: #A29372;
    text-transform: uppercase;
    font-weight: 600;
    line-height: initial;
    width: 200px;
}
.btn-primary:hover,
.btn-info:hover,
.btn-success:hover,
.btn-secondary:hover {
    color: #fff;
    background-color: #2a2e39;
    border-color: #2a2e39;
}


/* TITRES */
.home_heading {
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    font-size: 2rem;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #A29372;
    height: 4px;
    width: 225px;
    margin: 10px auto 30px auto;
}

/* EFFETS */
.inline-element {
    opacity: 0;
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                opacity .4s .25s ease-out;
    width: 100%;
    will-change: transform, opacity;
  }
  
  .inline-element.is-visible {
    opacity: 1;
  }
  

/* =================================================================================== */
/*                                        HEADER                                       */
/* =================================================================================== */

.header .sticky_menu.stick-me.sticking {
    -webkit-animation: slide-down .4s;
    animation: slide-down .4s;
}
.header {
    background: #fff;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 10%);
}
.site-pusher {
    display: flex;
    justify-content: space-between;
}
.header__logo img {
    width: auto;
}


/* =================================================================================== */
/*                                        MENU                                         */
/* =================================================================================== */

/* MENU TOP */
nav.menu-top {
    margin: auto 0 auto auto;
}
nav.menu-top ul {
    margin-bottom:  0;
}
nav.menu-top ul li {
    display: inline-block;
    padding: 0 0 0 10px;
}
nav.menu-top ul li a{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height:0;
}
.btn-header1 {
    background: #A29372;
    padding: .55rem 1rem;
    color: #fff;
    width: 150px!important;
    display: initial;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 0;
    transition: all .15s ease-in-out;
}
.btn-header1:hover {
    background: #2a2e39;
    color: #fff;
}
.btn-header2 {
    background: #2a2e39;
    padding: .55rem 1rem;
    color: #fff;
    width: 150px!important;
    display: initial;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 0;
    transition: all .15s ease-in-out;
}
.btn-header2 i {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
    top: -1px;
}
.btn-header2:hover {
    background: #A29372;
    color: #fff;
}
.btn-header2 img{
    margin-left: 0.55rem;
}
.ion-android-star-outline {
    font-size: 20px;
    top: 2px;
}




/* =================================================================================== */
/*                                       INDEX                                         */
/* =================================================================================== */

/* MOTEUR */
.moteur .btn-primary{
    height: 39px;
    width: auto;
}
.moteur .radio_trans {
    display: none;
}
.moteur {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0,0,0,.4);
}
.moteur .input-group-addon {
    line-height: 38px;
}
.plusdecritere .plusc::after {
    content: "";
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #2a2e39;
    background: #fff;
    margin-right: 6px;
    font-weight: 600;
    padding: 8px 12px;
    width: 120px;
    font-size: 18px;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 0;
    color: #fff;
    font-size: 18px;
    background: #A29372;
}
.moteur .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-radius: 0;
    background: #A29372;
    color: #fff;
    font-size: 13px;
}
.dropdown-menu.open.show {
    transform: translate3d(0px, -37px, 0px)!important;
    max-height: 211px;
    overflow: hidden;
    position: absolute;
    top: auto!important;
    left: 0px;
    will-change: transform;
    bottom: 0px;
}

/* BASELINE */
.baseline {
    position: absolute;
    bottom: 200px;
    width: 50%;
    background-color: #fff;
    background-image: url(/assets/images/bg-baseline.png);
    background-size: cover;
    background-position-x: right;
}
.titre-baseline {
    color: #2a2e39;
    font-size: 3rem;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 1.3;
    font-weight: 100;
}
.titre-baseline span{
    color: #A29372;
    font-weight: 600;
}

/* SELECTION */
.home_cont_selection .prod_accueil {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.home_cont_selection {
    padding-top: 50px;
    padding-bottom: 0;
    background-color: #fff;
    background-image: url(/assets/images/bg-grand.png);
    background-size: cover;
    background-position-x: right;
}
.selection-biens-vendus {
    padding-top: 50px;
    background: rgba(0,0,0,.05)
}
.selection-biens-vendus .prod_accueil .info_prix::after {
    content: "";
    display: block;
    position: relative;
    background: #A29372;
    height: 2px;
    width: 100%;
    margin: 15px auto;
}


/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: url(/assets/images/home-background-presentation.jpg) no-repeat right center;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contenu-presentation {
    background: rgba(255,255,255,0.8) ;
    color: #2a2e39;
    padding: 50px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 20%);
}
.contenu-presentation-texte {
    padding: 20px 30px;
    margin-top: -35px;
}
.titre-presentation {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
}
.sous-titre-presentation {
    font-weight: 100;
    text-transform: uppercase;
    display: block;
    font-size: 1.7rem;
    margin: 0 0 10px 0;
}
.sous-titre-presentation span{
    color: #A29372;
}

.border-angle1::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #A29372;
    vertical-align: text-top;
    margin: 0;
}
.border-angle1::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 50px;
    background: #A29372;
    vertical-align: text-top;
    margin: 0;
    right: 0;
    border-left: 2px solid #A29372;
}
.border-angle2 { 
    float: right;
    margin-top: -30px;
}
.border-angle2::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #A29372;
    vertical-align: text-bottom;
    margin: auto 0;
}
.border-angle2::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 50px;
    background: #A29372;
    vertical-align: text-bottom;
    margin: 0;
    right: 0;
    border-left: 2px solid #A29372;
}



/* CATEGORIES */
.home_cont_categories .cat-text {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 26px;
  }

  .home_cont_categories .cat-text-small {
      color: #fff;
      font-size: 15px;
      font-weight: 400;
      text-align: center;
      display: block;
  }

.cat:hover .cat-infos-overlay {
    /*background: rgba(255,255,255, 0.8);*/
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgb(129 201 244 / 90%);
}

.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 20%;
    right: 20%;
    color: #fff;
    width: 60%;
    height: 60%;
    /* background: rgb(129 201 244 / 65%); */
    background: transparent;
}

.home_cont_categories .cat-text::after {
    content: "";
    display: block;
    position: relative;
    background: #2a2e39;
    height: 2px;
    width: 80px;
    margin: 20px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

}



/*---------------*/
/***** Bubba *****/
/*---------------*/

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 275px;
    max-width: 100%;
    max-height: 100%;
    width: calc(100% / 2 - 8px);
    margin: 3px;
    background: #ffffff;
    text-align: center!important;
    cursor: pointer;
}
.grid figure.bg-rouge {
    cursor: auto;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.6;
}

.grid figure figcaption {
    padding: 0.5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure.bg-rouge figcaption {
    display: flex;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure .h2 {
    word-spacing: 0;
    font-size: 37px;
    padding-bottom: 10px;
}
.grid figure .h2 span {
    font-weight: 800;
}

.grid figure .h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 88.5%;
    text-transform: initial;
    text-align: center!important;
}
.grid figure .h6 {
    text-transform: initial;
    font-weight: 300;
    padding: 20px 0 10px 0;
}
.grid figure .h6.sous-titre {
    text-transform: uppercase;
    font-weight: 500;
}
.grid .bg-rouge {
    text-align: left;
}
figure.effect-bubba{
    background: url(/assets/images/bg-cat.jpg) no-repeat center center;
}
figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
figure.effect-bubba img.titreimg {
    opacity: 0;
}

figure.effect-bubba:hover img {
    opacity: 0;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
figure.bg-rouge figcaption::before, figure.bg-rouge figcaption::after {
    border:0;
    transform: none;
}

figure.effect-bubba figcaption::before {
    /* border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; */
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    /* border-right: 1px solid #fff;
    border-left: 1px solid #fff; */
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba .h2 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0,42%,0);
    transform: translate3d(0,42%,0);
}
@media(max-width: 768px) {
	figure.effect-bubba .h2 {padding-top: 20%;	}
	.grid figure figcaption {padding: 1em;}
}


figure.effect-bubba p {
    padding: 25px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover .h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/* =================================================================================== */
/*                                         FOOTER                                      */
/* =================================================================================== */
footer {
    background-color: #2a2e39;
    padding: 50px 10px 10px 10px;
}
footer a:hover { color: #A29372;}
footer .plan-de-site li {
    padding: 5px 0;
    font-size: 17px;
}
footer .btn-header2 {
    display: flex;
    justify-content: space-between;
    background-color: #A29372;
    border: 1px solid #A29372;
}
footer .btn-header2:hover {
    background-color: transparent;
    border: 1px solid #A29372;
}
footer .list-inline {
    width: 150px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
footer .list-inline .list-inline-item a{
    color: #A29372;
    font-size: 30px;
}
footer .list-inline .list-inline-item a:hover{
    color: #fff;
}
footer .grid-align-bottom {
    display: grid;
    align-items: flex-end;
}
footer .d-grid {
    display: grid;
}
/* =================================================================================== */
/*                                         ITEMS                                       */
/* =================================================================================== */
article.item-listing:hover {
    opacity: 1;
}
.carousel_nbr_photos {
    position: absolute;
    top: auto;
    right: 0;
    text-align: center;
    color: #fff;
    background: #A29372;
    padding: 6px 15px;
    z-index: 9;
    font-size: 14px;
    bottom: 0;
}
.carousel_nbr_photos .item_picto {
    width: 17px!important;
    margin-right: 4px;
}
.block_etiquette {
    background: #2a2e39!important;
    text-transform: uppercase;
    font-weight: 100;
    text-align: left;
}
.block_etiquette i{
    margin-right: 2px;
}
.carousel-control-next, .carousel-control-prev {
    background: rgb(183 175 145);
    opacity: 1;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    background: rgb(183 175 145);
    width: 40px;
    opacity: 1;
}
.bandeaux {
    position: absolute;
    font-size: 14px;
    line-height: 1;
    font-weight: 100;
    padding: 8px 8px 8px 0;
}
.carousel-control-prev-icon:before,
.carousel-control-next:before {
    font-size: 25px;
}
.prod_accueil article,
.prod_listing.damier article {
    border: 0;
    width: calc(32% - 20px);
    margin: 10px;
    background: transparent;
}
.prod_accueil .block_info,
.prod_listing.damier article  {
    padding: 20px 0;
}
.prod_accueil .info_titre,
.prod_listing.damier .info_titre,
.prod_accueil .info_prix-hai,
.prod_listing.damier .info_prix-hai,
 .info_prix sup {
    display: none;
}
.info_type {
    font-size: 16px;
    color: #A29372;
    line-height: 1;
    text-transform: uppercase;
}
.type-bien {
    font-size: 22px;
    color: #2a2e39;
}
.info_ville {
    font-size: 16px;
    padding-top: 0;
}
.info_ville i {
    color: #A29372;
}
.prod_accueil .box,
.prod_listing.damier .box {
    display: none;
}
.prod_accueil .info_prix,
.prod_listing.damier .info_prix {
    margin: 15px 0 5px 0;
    padding: 0;
    font-size: 28px;
    line-height: 0.4;
}

.prod_accueil .card_list,
.prod_listing.damier .card_list {
    display: block;
    margin: 16px 0 0 0;
    border-top: 2px solid #A29372;
    border-bottom: 2px solid #A29372;
    padding: 10px 0;
    min-height: 126px;
}
.damier .header-item {
    padding: 20px 0 0 0;
}
.prod_accueil .card_list li ul,
.prod_listing.damier .card_list li ul {
    display: flex;
    justify-content: flex-start;
}
.prod_accueil .card_list li ul li ,
.prod_listing.damier .card_list li ul li  {
    padding: 2px 0;
}
.prod_accueil .card_list li ul li img,
.prod_listing.damier .card_list li ul li img {
    padding-right: 6px;
}
.info_numero {
    color: #2a2e39;
    font-size: 14px;
    font-weight: 500;
    padding-top: 7px;
}
.card_foot ul{
    display: flex;
    justify-content: space-between;
}
.card_foot ul li{
    width: 50%;
}
.btn-item {
    background: #2a2e39;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    padding: 6px 0;
}


/* =================================================================================== */
/*                                       LISTING                                       */
/* =================================================================================== */

/* GENERAL LISTING */
[class*="listing-"] .main-content,
[class*="listing"] .main-content {
    padding-top: 100px;
}
.listing-vendu .main-content {
    padding-top: 0;
}
article a:hover,
[class*="listing-"] article a:hover,
[class*="listing"] article a:hover {
    color: #A29372;
}
[class*="listing-"] .container_search .btn,
[class*="listing"] .container_search .btn {
    padding: .61rem .75rem;
}
[class*="listing-"] .btn-cms,
[class*="listing"]  .btn-cms {
        line-height: 1;
}

[class*="listing-"] article:hover .btn-sm a,
[class*="listing"]  article:hover .btn-sm a,
[class*="listing-"] .btn-sm a:hover,
[class*="listing"]  .btn-sm a:hover {
        color: #fff!important;
}
.block_vue_list ul li {
    margin: auto;
    padding: 6px 0;
}
.block_tri_list .dropdown-menu.open.show {
    transform: translate3d(0px, 37px, 0px)!important;
}
.block_tri_list a:hover {
    color: #A29372;
}
[class*="listing"] .container_search .input-group-addon,
[class*="listing-"] .container_search .input-group-addon {
    line-height: 36px;
}
[class*="listing"] article a:hover,
[class*="listing-"] article a:hover {
    color: #2a2e39;
}
.prod_listing .info_titre {
    display: none;
}
[class*="listing"] .breadcrumb-item.active, [class*="listing-"] .breadcrumb-item.active {
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    font-size: 1.3rem;
    margin: 10px 0;
    color: #2a2e39;
}

/* VUE CARTE */
.prod_listing.carte .info_prix {
    font-size: 18px;
    margin: 5px 0 5px;
}
.prod_listing.carte .info_ville, .prod_listing.carte .spin1.info_type {
    padding-left: 0;
}
.prod_listing.listing .card_list li ul, 
.prod_listing.carte .card_list li ul{
    display: grid;
    text-align: center;
    margin-bottom: 0;
}
.prod_listing.listing .card_list li ul li,
.prod_listing.carte .card_list li ul li{
    margin: auto;
}
.prod_listing.carte .block_img,
.prod_listing.carte .block_info {
    width: 50%;
}
.prod_listing.carte  .card_foot > ul {
    margin-bottom: 0;
}
.prod_listing.carte .btn-item {
    font-size: 14px;
    padding: 4px 0;
}
.prod_listing.carte .card_list {
    margin-bottom: 7px;
    margin-top: 7px;
}
.tool_boox_map {
    background: #2a2e39 none repeat scroll 0 0;
}
.icone_write {
    background: #a29372;
    color: #2a2e39;
}
.container.prod_listing.carte {
    margin-top: 30px;
}
.leaflet-container a {
    color: #fff;
    text-align: center;
}
.leaflet-container a.leaflet-control-zoom-in,
.leaflet-container a.leaflet-control-zoom-out {
    color: #2a2e39;
}
.leaflet-popup-content p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 100;
}
.leaflet-popup-content {
    margin: 0px 10px 10px 10px;
    line-height: 1.5;
    width: 102px!important;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #2a2e39;
    color: #fff;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
}
/* VUE DAMIER */
.prod_listing.damier .card_foot {
    padding: 0 0;
}
.prod_listing.damier > .listing_article article {
    width: calc(32% - 20px);
    margin: 10px;
}
.prod_listing.damier .article_content {
    justify-content: space-between;
}

/* BIENS VENDUS */
.listing-vendu .prod_listing.damier .info_prix::after {
    content: "";
    display: block;
    position: relative;
    background: #A29372;
    height: 2px;
    width: 100%;
    margin: 15px auto;
}
.listing-vendu .prod_listing.damier .block_info {
    min-height: auto;
}
.listing-vendu .main-content {
    margin-top: 0px;
}

/* VUE LISTING */
.prod_listing.listing .btn-item {
    display: none;
}

.prod_listing.listing .info_prix {
    font-size: 28px;
}
.prod_listing.listing .effect-cms:hover .titre_prod,.prod_listing.listing .effect-cms:hover p.icon-links a,.prod_listing.listing article:hover .over_desc {
    -webkit-transform: translate3d(0,-31px,0);
    transform: translate3d(0,-31px,0);
}
.prod_listing.listing .effect-cms .over_desc {
    height: 215px;
}

/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #A29372 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #A29372;
}
.detail_header .titre:after {
    background: #A29372;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #A29372;
}
.retour_pret span {
    color: #A29372;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #A29372;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #A29372 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #A29372 !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}

/* =================================================================================== */
/*                                         AUTRES                                      */
/* =================================================================================== */
.sidebar {
    display: none;
}
.recherche-detaillee .sidebar,
.temoignages .sidebar {
    display: block;
    width: 33.33%;
    margin-top: 0;
}
.content_page, .contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
}

.recherche-detaillee .content_page,
.temoignages .content_page {
    width: 66.6667%;
}

.breadcrumb-cms {
    display: none;
}
[class*="listing"] .breadcrumb-cms,
[class*="listing-"] .breadcrumb-cms {
    display: block;
}
[class*="listing"] .breadcrumb-item,
[class*="listing-"] .breadcrumb-item {
    display: none;
}
[class*="listing"] .breadcrumb-item.active,
[class*="listing-"] .breadcrumb-item.active {
    display: block;
}
[class*="listing"] .breadcrumb-item+.breadcrumb-item::before,
[class*="listing-"] .breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
.estimation .progress-bar {
    background-color: #a29372;
    font-size: 15px;
}
.progress {
    display: flex;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #a29372;
    border-radius: .25rem;
}
.mentions-legales .titre-page,
.blog .titre-page,
.alerte-email .titre-page,
.contact .titre-page,
.recherche-detaillee .titre-page,
.on-vous-rappelle .titre-page,
.conseillers .titre-page,
.actualites .titre-page,
.recrutement .titre-page,
.legacy-policy .titre-page,
.temoignages .titre-page,
.avis .titre-page,
.estimation .titre-page {
    background: #A29372;
    padding: .55rem 1rem;
    color: #fff;
    /* width: 150px!important; */
    display: initial;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 0;
    transition: all .15s ease-in-out;
    text-transform: uppercase;
    font-size: 20px;
}
.estimation .titre-agence,
.mentions-legales h2,
.recrutement .titre-agence,
.recherche-detaillee .titre-agence,
.conseillers .titre-agence,
.legacy-policy .sous-titre,
.actualites .titre-agence {
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    font-size: 2rem;
    margin: 10px 0;
    color: #2a2e39;
}.mentions-legales h2 {
    margin:40px 0 10px 0;
}
.estimation .titre-agence span,
.recherche-detaillee .titre-agence span,
.conseillers .titre-agence span,
.recrutement .titre-agence span{
    color: #A29372;
    font-weight: 600;
}
.estimation .dropdown-menu.open.show {
    transform: translate3d(0px, 0px, 0px)!important;
}
.recrutement .custom-file-control::before {
    background-color: #2a2e39;
    border-radius: 0;
    color: #fff;
}
.recrutement .custom-file-control {
    border-radius: 0;
}
.legacy-policy h2.deco {
    display: none;
}
.legacy-policy .sous-titre {
    border-left: 0;
    padding-left: 0;
}
.a-color{
    color: #2a2e39;
}
.a-color:hover {
    color: #a29372;
}
.a-color::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #c1ab84;
    vertical-align: middle;
    margin: 0 6px 0 0px;
}
.legacy-policy h3.deco {
    color: #a29372;
    font-size: 1.5rem;
}
.temoignages .content_page h1 { display: none;}

/* =================================================================================== */
/*                                     RESPONSIVE                                      */
/* =================================================================================== */


@media (min-width: 992px) {
    nav.menu {
        margin: auto 0 ;
    }
    nav.menu ul{
        margin-bottom:0 ;
    }
    nav.menu ul li {
        display: inline-block;
        padding: 0 10px ;
    }
    .menu ul > li > a {        
        line-height: 1.2;
        color: #2a2e39;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        padding: 0;
    }
    .dropdown-item {        
        line-height: 1.2;
        color: #2a2e39;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        padding: 10px 20px;
    }
    .menu ul > li:hover > a, .index .not-sticking .menu ul > li:hover > a {        
        color: #A29372;
    }
    .index .not-sticking .menu ul > li > a {
        color: #2a2e39;
    }
    .header__logo {
        display: block;
        height: 120px;
        padding: 10px 0;
    }
    .home-visuel-wrapper {
        height: 100vh;
    }
    .dropdown-menu {
        padding: 0;
        border: 1px solid #ddd;
        margin: 0;
    }
}
@media (min-width: 1281px) {
    .menu ul > li > a {
        font-size: 17px;
    }    
}
@media (max-width: 991px) {
    .header__logo img {
        width: 230px;
        margin-right: 50px;
    }
    .menu {
        background-color: #2a2e39;
    }
    .moteur {
        position: relative;
        background-color: transparent;
    }
    .index .plusdecritere .plusc, .index .plusdecritere .plusm {
        color: #2a2e39;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 5 - 4px);
    }
    .home_cont_selection {
        padding-top: 0;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil article, .prod_listing.damier article {
        width: calc(33% - 10px);
        margin: 0;
    }
    .prod_accueil .info_prix, .prod_listing.damier .info_prix {
        margin: 7px 0 5px 0;
        font-size: 20px;
    }
    .prod_accueil .block_info, .prod_listing.damier article {
        padding: 0 0 20px 0;
    }
    .type-bien {
        font-size: 18px;
    }
    .contenu-presentation {
        background: #ffffffe6;
    }
    [class*="listing-"] .search__form-item:nth-child(n+2),
    [class*="listing"] .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .modal-body a {
        color: #2a2e39!important;
    }
    .contact .container,
    .estimation .container,
    .legacy-policy .container,
    .mentions-legales .container,
    .alerte-email .content_page {
        padding-top: 100px;
    }
}
@media (max-width: 768px) {
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        background: #2a2e39;
        top: 15px;
        color: #fff;
    }   
}

@media (max-width: 610px) {
    .index .video-wrapper video {
        margin-top: 65px;
    }
    .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article, .prod_listing.damier article {
        width: 90%;
        margin: auto;
    }
    .home_cont_selection {
        padding-top: 50px;
    }
    .home_cont_categories .grid {
        display: contents;
    }
    .home_cont_categories .grid figure {
        width: 98%;
    }    
    .home_cont_presentation {
        position: relative;
        background: url(/assets/images/home-background-presentation.jpg) no-repeat right center;
        background-size: cover;
        color: #fff;
        margin: 0 auto;
        padding: 80px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .contenu-presentation {
        padding: 25px;
    }
    .sous-titre-presentation {
        font-size: 1.2rem;
    }
    p {
        margin-bottom: 4px;
        font-size: 16px;
    }
    #content {
        margin-top: 0;
    }
    
}



/* TABLETTE PAYSAGE */
@media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape) {
        .home-visuel-wrapper {
            height: 65vh;
        }
        .moteur {
            position: relative;
            background-color: transparent;
        }
        .index .video-wrapper video {
            margin-top: 110px;
        }
        [class*="listing-"] .main-content, [class*="listing"] .main-content {
            padding-top: 30px;
        }
}

/* MOBILE PAYSAGE */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .home_cont_selection {
        padding-top: 80px;
    }
    .btn {
        font-size: 1rem;
    }
    .sous-titre-presentation {
        font-size: 1.3rem;
    }
    p {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .grid figure .h2 {
        font-size: 25px;
    }
    .listing #content, [class*="listing-"] #content {
        margin-top: 0px !important;
    }
    [class*="listing-"] .main-content, [class*="listing"] .main-content {
        padding-top: 80px;
    }
}


.ion-ios-telephone {
    font-size: 20px;
    top: 2px;
    right: 3px;
}
footer .btn-primary {
    font-weight: 500;
    font-size: 19px;
    margin-top: 10px;
}


/* =================================================================================== */
/*                                     IMMODVISOR                                      */
/* =================================================================================== */
.contenu_immodvisor {
    padding: 50px 0;
    background: rgba(0,0,0,0);
}
.ul-immodvisor {
    display: flex;
    flex-wrap: wrap;
}
.ul-immodvisor li.avis{
    position: relative;
    width: calc(100% / 3 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
    min-height: 150px;
    color: #000;
}
.ul-immodvisor li.avis .bulle {
    background: #2a2e39;
    color: #fff;
    padding: 20px;
    border-radius: 30px;
    min-height: 250px;
    overflow-x: hidden;
}
.ul-immodvisor li.avis .bulle2 {
    height: 10px;
}
.ul-immodvisor li.avis .bulle2::after {
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 250px;
    border-left: 0px solid transparent;
    border-right: 35px solid transparent;
    border-top: 19px solid #2a2e39;
    margin: 0px 60px 0 auto;
    background: transparent;
}
.ul-immodvisor li.avis .bulle .avis__commentaire {
    color: #fff;
    display: block;
    line-height: 18px;
    max-width: 100%;
    margin-top: 10px;
    max-height: 165px;
    overflow-y: scroll;
    overflow: auto;
    padding: 0 10px 0 0;
    overflow-x: hidden;
    word-break: break-word;
    /* min-height: 120px; */
}
.avis__commentaire .avis__titre{
    font-size: 20px;
    margin-bottom: 12px;
}
.ul-immodvisor li.avis .bulle .fa-star {
    color: #C49C48;
}
.ul-immodvisor li.avis .bulle ::-webkit-scrollbar {
    width: 7px;
}
.ul-immodvisor li.avis .bulle ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
} 
.ul-immodvisor li.avis .bulle ::-webkit-scrollbar-thumb {
    background: #C49C48; 
    border-radius: 10px;
}
.ul-immodvisor li.avis .bulle ::-webkit-scrollbar-thumb:hover {
    background: #C49C48; 
}
.nom-poseur {
    padding-right: 6px;
    font-weight: bold;
    font-size: 17px;
}
.nom-destinataire {
    padding-right: 6px;
    font-style: italic;
    color: #999;
    font-weight: 100;
}
.avis__date {
    color: #A29372;
    font-size: 15px;
}
.avis__footer {
    padding: 0 30px;
}


#immodvisor-widget-iframe, .immodvisor-container, main .immodvisor-container .immodvisor-header .immodvisor-header-container {
    height: 286px!important;
    width: 250px!important;
    max-width: 250px!important;
}





      /* PAGINATION */
      .page-link {
        background-color: transparent;
        border: 1px solid transparent;
        color: #191919;
    }
    .page-item.active .page-link {
        color: #000;
        background-color: #fff;
    }
    .page-item.disabled .page-link {
        color: #2a2e39;
        pointer-events: none;
        background-color: transparent;
        border-color: transparent;
    }
    
      .page-item .page-laulau {
        z-index: 2;
        color: #000;
        background-color: #fff;
        border:none;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        font-size:16px;
      }
      .page-item .page-laulau:hover {
        background-color: #2a2e39;
        color: #fff;
        padding: .55rem .75rem;
      }
      .page-item.active .page-link {
        background-color: #2a2e39;
        color: #fff;
      }