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

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

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

/* 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;
}
.mentions-legales .btn-primary {
    width: auto;
}

/* 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                                       */
/* =================================================================================== */

.bgAccueil {
    height: 100%;
    height: 100%;
    position: relative;
    background: url(/assets/images/bgimg.jpg) no-repeat center center;
    background-size: cover;
}

.header .sticky_menu.stick-me.sticking {
    -webkit-animation: slide-down .4s;
    animation: slide-down .4s;
}
.header {
    background: transparent;
}
.site-pusher {
    box-shadow: 0px 4px 5px rgb(0 0 0 / 10%);
}
.index .not-sticking .site-pusher {
    /* display: flex;
    justify-content: space-between; */
    background-color: rgba(0,0,0,.4);
    box-shadow: 0px 4px 5px rgb(0 0 0 / 0%);
}
.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;
}






/* =================================================================================== */
/*                                       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,.5);
}
.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;
}
.moteur .bootstrap-select>.dropdown-toggle {
    vertical-align: middle;
}
.moteur .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
    background: #fff;
}
.moteur .search__form-item:nth-child(n+2) {
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    width: calc(100% / 6 - 5px);
    height: 38px;
}

/* 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 {
    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;
}
.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 .produitshabitationslider.multiple .block_info {
    padding: 8px 0 0 0;
    min-height: 80px;
}
.home_cont_selection .produitshabitationslider.multiple .carousel-item article {
    width: calc(100% - 1px);
    background: #fff;
    border: 0;
    margin: 0;
    text-align: left;
}
.home_cont_selection .carousel-inner {
    width: 90%;
    margin: auto;
    text-align: center;
}
.produitshabitationslider.multiple .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;
}
.produitshabitationslider.multiple .card_list li ul {
    display: flex;
    justify-content: flex-start;
}
.produitshabitationslider.multiple .card_list li ul li {
    padding: 2px 0;
}
.produitshabitationslider.multiple .info_prix {
    margin: 15px 0 5px 0;
    padding: 0;
    font-size: 28px;
    line-height: 0.4;
}
.produitshabitationslider.multiple .card_list li ul li img {
    padding-right: 6px;
}

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

/* SECTION CONTENU */
.home_cont_contenu {
    background-color: #2a2e39;
    color: #fff;
    padding: 0;
}
.contenu-bloc {
    font-size: 22px;
}
.contenu-img {
    min-height: 180px;
    display: flex;
    align-items: center ;
    justify-content: center;
}
.contenu-img img {
    width: 140px;
}
.contenu-img img.contenu-img3 {
    width: 100px;
}
.contenu-bloc-img {
    padding: 0;
    margin: auto;
}
.contenu-bloc-img img{
    width: 100%;
}
.contenu-bloc-texte {
    margin: auto;
    padding: 30px;
}
.contenu-bloc-texte2 {
    padding: 0 20px;
    margin-top: -20px;
}
.home_cont_contenu .btn-primary:hover{
    color: #A29372;
    background-color: #2a2e39;
    border-color: #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;

}
.home_cont_categories,
.home_cont_categories a,
.home_cont_categories #voir-telephone-0{
    color: #fff;
    font-size: 17px;
}
.home_cont_categories #voir-telephone-0:hover{
    color: #A29372;
}




/*---------------*/
/***** 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, .titre-h2 {
    word-spacing: 0;
    font-size: 37px;
    padding-bottom: 10px;
}
.grid figure .h2 span, .titre-h2 {
    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,
figure.effect-bubba ul {
    padding: 5px 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,
figure.effect-bubba:hover ul {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-bubba.bubba-estimation:hover .h2,
figure.effect-bubba.bubba-estimation:hover p,
figure.effect-bubba.bubba-estimation:hover ul{
    opacity: 1;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.bubba-estimation p {
    line-height: 1.2;
}
.bubba-estimation a {
    font-size: 20px;
}
.bubba-estimation a i{
    font-size: 30px;
    color: #A29372;
    top: 6px;
}
figure.effect-bubba.bubba-estimation ul {
    display: flex;
    justify-content: space-evenly;
}

/* =================================================================================== */
/*                                         FOOTER                                      */
/* =================================================================================== */
footer {
    background-color: #2a2e39;
    padding: 50px 10px 10px 10px;
}
footer a:hover,
.home_cont_categories a:hover {
    color: #A29372;
}
footer .plan-de-site li,
.home_cont_categories 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,
.home_cont_categories .list-inline .list-inline-item a i{
    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;
}
/* Boite à outils */
#bloc_fixed {
    bottom: 34%;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
    left: 2px;
}
#bloc_fixed .logo-outils {
    width: 26px;
    top: 7px;
    left: 1px;
} 
#bloc_fixed ul li > .ion-ios-heart-outline {
    left: 1px;
}
#bloc_fixed ul li > .ion-social-youtube-outline {
    font-size: 1.8rem;
    top: 4px;
    left: 1px;
}
#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 50%;
    background: #2a2e39;
}
#bloc_fixed .bloc:hover {
    right: 12px;
    border:1px solid #fff;
}
#bloc_fixed .surcharge_favoris {
    left: 16px;
    top: 19px;
}
.badge-pill {
    padding-right: 0.4em;
    padding-left: .4em;
    border-radius: 10rem;
}
.badge {
    font-size: 66%;
}


/* ASIDE */
aside.aside_contact {
    background-color: #2a2e39;
    text-align: center;
}
aside .contact_img img {
    width: 250px;
}
aside .social_network i {
    color: #fff;
}

/* =================================================================================== */
/*                                        OUTILS                                       */
/* =================================================================================== */
.outils .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;
}
.outils .titre-outils {
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    font-size: 2rem;
    margin: 10px 0;
}
.outils .titre-outils span{
    color: #A29372;
    font-weight: 600;
}
.outils-texte01 {
    margin: auto;
    text-align: center;
}
.titre-contenu {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.outils p, .outils-texte02 ul li, .outils-texte04 ul li {
    font-size: 18px;
}

.outils-contenu01 {
    padding-bottom: 0;
    background-color: #fff;
    background-image: url(/assets/images/bg-moyen.png);
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
}
.outils-texte02 .titre-contenu {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #A29372;
}
.outils-texte02 .titre-contenu::after {
    content: "";
    display: block;
    position: relative;
    background: #A29372;
    height: 4px;
    width: 350px;
    margin: 10px 0 30px 0;
}
.outils-contenu02 {
    padding-bottom: 50px;
}
.outils-contenu03 {
    padding: 50px 0;
    background: rgba(0,0,0,0.05);
}

/* =================================================================================== */
/*                                         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 {
    margin-top: 100px;
}
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;
    margin-top: 0px;
}
.content_page, .contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
}
.temoignages .content_page h1.page-heading { display: none;}
.recherche-detaillee .content_page,
.temoignages .content_page {
    width: 66.6667%;
}
.sidebar address { 
    text-align: center;
}
.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,
.temoignages .titre-page,
.legacy-policy .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 .nom-post {
    color: #A29372;
}
.temoignages .date-post {
    font-style: italic;
}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                          REF BY LOLO                                                            */
/*                                                                                                                                 */
/*                                                           ᕦ(ò_óˇ)ᕤ                                                             */
/*                                                                                                                                 */
/* ------------------------------------------------------------------------------------------------------------------------------- */
.listeliens ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.listeliens ul li{
    width: calc(100% / 3);
    /* si 3 colonnes */
}

.listeliens a {
  color:#A29372;
}

.listeliens a:hover {
text-decoration: underline;
}

.ref p, .page2ref p {
text-align:justify;
}

.ref h2, .page2ref h2 {
font-size:24px;
padding:10px 0px 15px 0px;
}

.vente-maison-belley .top_page {
background-image: url(../images/top_page/image_top.jpg);
}  

.vente-terrain-belley .top_page {
    background-image: url(../images/top_page/image_top.jpg);
    }  

    .vente-maison-yenne .top_page {
        background-image: url(../images/top_page/image_top.jpg);
        }  

        .vente-terrain-yenne .top_page {
            background-image: url(../images/top_page/image_top.jpg);
            }  

.ensavoirplus {
color:black;
}

.ensavoirplus:hover{
color:grey;
}




/* =================================================================================== */
/*                                     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 20px ;
    }
    .menu ul > li > a {        
        line-height: 1.2;
        color: #2a2e39;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        padding: 0;
    }
    .index .not-sticking .menu ul > li > a {        
        font-weight: 500;
    }
    /* .menu ul > li:hover > a, .index .not-sticking .menu ul > li:hover > a {        
        color: #A29372;
    } */
    nav ul > li > a::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 2px;
        background: #A29372;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    nav ul > li > a.li-logo-provimo::after {
        height: 0;
    }
    nav ul > li > a:hover::after {
        width: 100%;
    }

    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .header__logo {
        display: block;
        height: 95px;
        padding: 10px 0 0 0;
    }
    .home-visuel-wrapper {
        height: 100vh;
    }
    .logo-provimo-not-sticking,
    .logo-provimo,
    .logo-provimo-sticking {
        width: 100px;
        margin-bottom: 15px;
    }
}
@media (min-width: 1281px) {
    .menu ul > li > a {
        font-size: 17px;
    }    
}
@media (max-width: 991px) {
    /* HEADER */
    .burger-item, .burger-item::before, .burger-item::after {
        color: #a29372;
        background: #a29372;
    }
    .site-pusher {
        padding: 10px 0;
        box-shadow: 0px 4px 5px rgb(0 0 0 / 0%);
    }
    .sticky_menu.stick-me.sticking {
        box-shadow: rgb(0 0 0 / 0%) 0px 1px 2px;
    }
    .header__icon {
        height: auto;
    }
    .menu ul li > a {
        text-transform: uppercase;
    }
    .li-logo-provimo, .li-li-logo-provimo { 
        display: none!important;
    }
    /* INDEX */

    /* LISTING */
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        background: #2a2e39;
        top: 15px;
        color: #fff;
    }  
    .header__logo img {
        width: 200px;
        margin-right: 10px;
    }
    .menu {
        background-color: #2a2e39;
    }
    .moteur {
        position: relative;
        width: 100%;
        min-height: 90px;
        background-color: transparent;
    }
    .moteur .search__form-item:nth-child(n+2) {
        width: calc(100% / 3 - 5px);
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 5 - 4px);
    }
    .index .plusdecritere .plusc, .index .plusdecritere .plusm {
        color: #A29372;
    }
    .home_cont_selection {
        padding-top: 0;
    }
    .home_cont_selection .pt-5 {
        padding-top: 0!important;
    }
    .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%;
    }
    .listing-vendu .main-content,
    .recherche-detaillee .padding-rwd,
    .temoignages .padding-rwd {
        margin-top: 12%;
    }
    .recherche-detaillee .sidebar, .temoignages .sidebar {
        display: none;
    }
    .listing-vendu .bloc.bloc4 {
        display: none;
    }
    .recherche-detaillee .content_page, .temoignages .content_page {
        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;
    }
    .contenu-bloc-img {
        text-align: center;
    }
    .contenu-bloc-img img {
        width: 50%;
        margin: 10px auto;
    }
    .grid figure .h2, .titre-h2 {
        font-size: 26px;
    }
    figure.effect-bubba:hover img {
        opacity: 1;
    }
    figure.effect-bubba figcaption::before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    figure.effect-bubba .h2, figure.effect-bubba p, figure.effect-bubba ul {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .grid figure p {
        font-size: 15px;
    }
    .bubba-estimation a {
        font-size: 14px;
    }
    .bubba-estimation a i {
        font-size: 23px;
        color: #A29372;
        top: 6px;
    }
    figure.effect-bubba p, figure.effect-bubba ul {
        padding: 1px 2.5em;
    }
    figure.effect-bubba.bubba-estimation .h2 {
        padding-top: 2%;
    }
    footer .plan-de-site li, .home_cont_categories li {
        font-size: 14px;
    }
    footer .list-inline .list-inline-item a {
        font-size: 23px;
    }

    /* OUTILS */
    .detail_calculette-notaire .groupe_champs {
        display: block;
    }
    .detail_calculette-notaire .groupe_champs > .form-group, .groupe_champs .notaire_changement {
        width: 100%!important;
    }
    .detail_calculette-notaire .table thead th {
        font-weight: 500;
        font-size: 13px;
        padding: .5rem;
    }
    .detail_calculette .mr-2 {
        margin: 0 5px!important;
    }
    .outils .titre-outils,
    .vendre .titre-agence {
        font-size: 1.5rem;
    }
    .logo-outils {
        width: 31px;
        top: 6px;
    }
}
@media (max-width: 768px) {
    /* HEADER */
    .site-pusher {
        padding: 10px 0;
        box-shadow: 0px 4px 5px rgb(0 0 0 / 0%);
    }
    .sticky_menu.stick-me.sticking {
        box-shadow: rgb(0 0 0 / 0%) 0px 1px 2px;
    }
    .header__icon {
        height: auto;
    }
    /* INDEX */

    /* LISTING */
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        background: #2a2e39;
        top: 15px;
        color: #fff;
    }   

    /* SELECTION */
    .produitshabitationslider.multiple .info_prix {
        margin: 10px 0 5px 0;
        font-size: 22px;
    }
    .card_list {
        font-size: 17px;
    }
    .card_foot ul li {
        width: 80%;
    }
    .btn-item {
        font-size: 13px;
        padding: 6px;
        width: 100%;
    }
}

@media (max-width: 610px) {
    .index .video-wrapper video {
        margin-top: 0;
    }
    .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 .produitshabitationslider.multiple .carousel-item article {
        width: calc(88% - 1px);
        margin: auto;
    }
    .home_cont_selection {
        padding-top: 50px;
    }
    .home_cont_categories .grid {
        display: contents;
    }
    .home_cont_categories .grid figure {
        width: 98%;
        min-height: 260px;
    }   
    .contenu-bloc-img img {
        width: 90%;
        margin: 10px;
    } 
    .contenu-bloc-texte {
        margin: auto;
        padding: 10px;
    }
    .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, .listing-vendu .main-content, .recherche-detaillee .padding-rwd, .temoignages .padding-rwd {
        margin-top: 20%;
    }
    .header__logo img {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
        width: 150px;
    }
    .moteur .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    footer img.logo-footer {
        width: 200px;
    }
    .plan-de-site {
        margin-bottom: 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 (max-width: 824px) and (min-width: 450px) and (orientation: landscape) {
.search__form-item:nth-child(n+2), .search__form-item.c_valid {
    width: calc(100% / 2 - 5px) !important;
}    
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .header .img-fluid {
        width: 150px;
    }
    .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;
    }
    .card_list li {
        font-size: 18px !important;
    }
    
    /* OUTILS */
    .detail_calculette-notaire .d-sm-flex,
    .detail_calculette .d-sm-flex {
        display: block!important;
    }
    .detail_calculette-notaire .d-sm-flex > div,
    .detail_calculette .d-sm-flex > div{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}



@media (min-width: 768px) {

    /* show 3 items */
    .produitshabitationslider.multiple.multi3 .carousel-inner .active,
    .produitshabitationslider.multiple.multi3 .carousel-inner .active + .carousel-item,
    .produitshabitationslider.multiple.multi3 .carousel-inner .active + .carousel-item + .carousel-item,
    .produitshabitationslider.multiple.multi3 .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item{
        display: block;
    }

    .produitshabitationslider.multiple.multi3 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .produitshabitationslider.multiple.multi3 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .produitshabitationslider.multiple.multi3 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .produitshabitationslider.multiple.multi3 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item{
        transition: none;
    }

    .produitshabitationslider.multiple.multi3 .carousel-inner .carousel-item-next,
    .produitshabitationslider.multiple.multi3 .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .produitshabitationslider.multiple.multi3 .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .produitshabitationslider.multiple.multi3 .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .produitshabitationslider.multiple.multi3 .carousel-item-next.carousel-item-left + .carousel-item,
    .produitshabitationslider.multiple.multi3 .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .produitshabitationslider.multiple.multi3 .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .produitshabitationslider.multiple.multi3 .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .produitshabitationslider.multiple.multi3 .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .produitshabitationslider.multiple.multi3 .carousel-item-prev.carousel-item-right + .carousel-item,
    .produitshabitationslider.multiple.multi3 .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item, 
    .produitshabitationslider.multiple.multi3 .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item{
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
    }

}


/* BADGE GOOGLE */
.badge-google-content {
    background: transparent;
    color: #111!important;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    padding: 0.8rem;
 }
 img.badge-google {
   width: 40%;
   margin-left: 16px;
}
 .google-stars, .google-stars span {
    background-size: 20px 17px;
    height: 17px;
    top: 1px;
    width: 120px!important;
}
.google-stars {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAxUlEQVR42rXUUQuEIAwH8GAQCIcQCIFPcUchCH3/b+f18D+MUdzmUhg9KPttag7K8fm3oJTCQwX4I3Z8uyERSOyJJCCpF+IA/ML1QAJDQg9kY8j2NEJIzIM0iD8iswSmQD5fkVrt+wkAeYh3wg84G6oP0jMZtV1h/dhy8EEIBMvtIiFCFmQSIpMFWYTIYkGyEMmtiL9ItmJr1os534JElmRm8zObjy1IqtXfPuvu1FXSIu5UHQkeT3St+Bmxv69BMbDe3SFf/+tYufyUsgoAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
 .google-stars span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAqUlEQVR4AWLwySwkGv/YzgworgwwAIphGHqJXWgX6nl6q55o/GHxCX4bUx9hMK9JYwucFSmAubW2ZifED8Q7IXEgcmRqVNDsgBhBrAMSBJEiqwAGAaBRhiDvBk1A3mkRyb2CXSYLlmWFnbArffoMIrjS6qy3Sm/Z/068CPEbyKpKhfCDyA0yNE95MKtRGe9LiSz9O3hKclv6Y76ictQzqbmjyhIkyVi+8wCta5MKDP5AeAAAAABJRU5ErkJggg==);
    background-repeat: repeat-x;
    display: block;
}
.badge-google-content p {
    font-size: 14px;
}

/* ============================================================================ */
/*                                     COOKIES                                  */
/* ============================================================================ */
.cc-window.cc-banner {
    width: 350px!important;
}
.cc-banner.cc-bottom {
    left: auto!important;
    right: 20px;
    bottom: 20px;
}
.cc-color-override-1247188962.cc-window {
    background-color: #fff!important;
    border: 1px solid rgba(0,0,0,0.1);
}
#footer-cookie {
    color: #141414!important;
    max-height: 100%!important;
}
#footer-cookie h3 {
    font-size: 1rem!important;
}
#footer-cookie p {
    font-size: 12px!important;
    line-height: 1.5!important;
}
.btncookie {
    margin: 8px auto!important;
    background: #A29372!important;
    color: #fff!important;
    border: 1px solid #A29372!important;
    font-size: 14px!important;
    width: 180px!important;
    padding: .4rem .75rem!important;
}
.btncookie2 {
    margin: 8px auto!important;
    background: transparent!important;
    color: #A29372!important;
    border: 0px solid #A29372!important;
    font-size: 14px!important;
    width: 180px!important;
    padding: .4rem .75rem!important;
    text-decoration: underline;
}
.btncookie:hover {
    background: #141414!important;
    color: #fff!important;
    border: 1px solid #141414!important;
}
#boutoncookie {
    display: grid!important;
}
.cc-color-override-1247188962 .cc-link, .cc-color-override-1247188962 .cc-link:active, .cc-color-override-1247188962 .cc-link:visited {
    color: #A29372!important;
}
a.cc-link {
    margin: auto!important;
}