/* ================================================================ */
/*                              GENERAL                             */
/* ================================================================ */
/* .livraisonsite {
 display: none;
} */

/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');

@font-face {
    font-family: 'Perpetua';
   src: url('/assets/fonts/PerpetuaTitlingMTLight.woff2') format('woff2'),
       url('/assets/fonts/PerpetuaTitlingMTLight.woff2') format('woff');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

body {
    color: #000;

}
h1 {
    font-size: 2.5rem;
}
.montserrat {
    font-family: 'Montserrat', sans-serif!important;
}

/* Couleurs */
.or {
 color: #A8803C;
}


/* Boutons */
.btn-primary, .btn-info, .btn-success, .btn-primary2, .btn-secondary {
    color: #000;
    background-color: transparent;
    border-color: #000;
    width: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
    border: 0;
    border-bottom: 2px solid #000;
    padding: 0.5rem 0;
}


.btn-primary:hover, .btn-info:hover, .btn-success:hover, .btn-primary2:hover, .btn-secondary:hover {
    color: #A8803C;
    background-color: #f5f5f5;
    border-color: #A8803C;
    width: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
    border: 0;
    border-bottom: 2px solid #A8803C;
    padding: 0.5rem 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-success:hover {
    width: 100%;
}

.btn-4 {
    border: none;
    cursor: pointer;
    padding: 10px 0;
    display: inline-block;
    margin: 15px 0;
    text-transform: inherit;
    letter-spacing: 1px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    color: #000;
    overflow: hidden;
    background: transparent;
    border-bottom: 1px solid #000;
  }
  .btn-4a:before {
    left: 130%;
    top: 14px;
  }
  
  .btn-4:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #A8803C;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-arrow-right:before {
    content: "\f30f";
  }
  .icon-arrow-down:before {
    content: "\f35d";
  }
  .btn-4:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .btn-4a:hover:before {
    left: 80%;
  }
  .btn-4:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-4:hover {
    background: transparent;
    color: #A8803C;
    padding: 10px 50px 10px 0;
    border-bottom: 1px solid #A8803C;
  }
  .btn-4c:hover:before {
    left: 90%;
    opacity: 1;
}
.btn-4c:before {
    left: 70%;
    opacity: 0;
    top: 11px;
}



/* EFFET*/
.inline-element.is-visible {
    opacity: 1;
}
.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;
}

/* COOKIES */
.btncookie:hover {
    background: #A8803C!important;
    color: #fff!important;
    border: 1px solid #fff!important;
}
#footer-cookie {
    color: #000!important;
    max-height: 100%!important;
}

a:hover {
    text-decoration: none;
}

@media (min-width: 1201px) {
    .container {
        max-width: 1270px;
        padding: 0 50px;
    }    
}

@media (min-width: 1281px) {
    .container {
        max-width: 1270px;
        padding: 0px;
    }    
}



/* TITRES */
.home_heading {
    font-size: 31px;
    text-align: left;
    font-weight: 400;
    font-family: 'Perpetua';
    margin-bottom: 20px;
    line-height: 1.2;
}
.home_heading::after {
    display: none;
}


/* ================================================================ */
/*                         HEADER & MENU                            */
/* ================================================================ */
.bgAccueil {

    background: url(/assets/images/bgimg.webp) no-repeat center center;
}
.header .sticking, .header .not-sticking, .index .header .not-sticking {
    background: #000;
    position: fixed!important;
}
.header .sticky_menu.stick-me.sticking {
    -webkit-animation: 0;
    animation: 0;
}
.section-top-page{padding-bottom:100px}

.header-collections {
 position: relative;
 overflow: hidden;
 background: #000;
}

.header-collections .header-title {
 z-index: 1;
 position: absolute;
 top: 52%;
 left: 0;
 width: 100%;
 text-align: center;
 -webkit-transform: translateY(-100%);
 -moz-transform: translateY(-100%);
 -ms-transform: translateY(-100%);
 -o-transform: translateY(-100%);
 transform: translateY(-100%);
}

.header-collections .header-title h2 {
 font-size: 4.5rem;
 color: #fff;
 -webkit-transform: rotate(-4deg);
 -moz-transform: rotate(-4deg);
 -ms-transform: rotate(-4deg);
 -o-transform: rotate(-4deg);
 transform: rotate(-4deg);
 /* font-family: 'Nothing You Could Do', cursive; */
 font-family: 'La Belle Aurore', cursive;
}

.animate-text { 
    visibility:hidden;
}

@media (max-width:991px) {
 .header-collections .header-title h1 {
     font-size: 45px;
 }
}

@media (max-width:575px) {
 .header-collections .header-title h1 {
     font-size: 23px;
 }
}

.header-collections .header-image {
 position: absolute;
 width: 100%;
 height: 100%;
 opacity: .7;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.nav-menu .header-collections .header-image {
 position: absolute;
 width: 100%;
 height: 100%;
 opacity: .3;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.header-collections .header-image:after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: .3;
 background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 76%, #000 100%);
}

.header-collections .collection-list {
 width: 100%;
}
.nav-menu .header-collections .collection-list {
    width: 100%;
    height: 100vh;
    display: flex;
}

.header-collections .collection-list > div {
 position: relative;
}

.header-collections .collection-list .title {
 position: absolute;
 bottom: 190px;
 left: 0;
 width: 100%;
 text-transform: uppercase;
 font-size: 10px;
 letter-spacing: 2.67px;
 color: #fff;
}

.header-collections .collection-list .title:before,
.header-collections .collection-list .title:after {
 content: "";
 position: absolute;
 top: 50%;
 width: calc(50% - 120px);
 height: 1px;
 opacity: .2;
 background: #fff;
}

.header-collections .collection-list .title:before {
 left: 0;
}

.header-collections .collection-list .title:after {
 right: 0;
}

.header-collections .collection-list .list {
 display: -ms-flexbox;
 display: flex;
 flex-wrap: wrap;
 align-items: flex-end;
 -ms-flex-wrap: wrap;
}
.nav-menu .header-collections .collection-list .list {
    display: block;
    flex-wrap: initial;
    height: auto;
    margin: auto;
}

.header-collections .collection-list .list .col-item {
 position: relative;
 flex-basis: 0;
 flex-grow: 1;
 max-width: 100%;
 text-align: center;
 -ms-flex-preferred-size: 0;
 -ms-flex-positive: 1;
}

.header-collections .collection-list .list .col-item a {
 display: flex;
 display: -webkit-flex;
 position: absolute;
 -webkit-justify-content: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 text-decoration: none;
}
.nav-menu .header-collections .collection-list .list .col-item a {
 display: flex;
 display: -webkit-flex;
 position: relative;
 width: 100%;
 height: auto;
}

.header-collections .collection-list .list .col-item a > .rectangle {
 content: "";
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 2px;
 background-color: #A8803C;
 -webkit-transition: all .9s;
 -moz-transition: all .9s;
 -ms-transition: all .9s;
 -o-transition: all .9s;
 transition: all .9s;
}

.header-collections .collection-list .list .col-item a:hover > .rectangle {
 height: 100%;
}

.header-collections .collection-list .list .col-item a:hover .item-content > div {
 max-width: 320px;
 -webkit-transform: translateY(-30px);
 -moz-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 -o-transform: translateY(-30px);
 transform: translateY(-30px);
}
.nav-menu .header-collections .collection-list .list .col-item a:hover .item-content > div {
 max-width: 100%;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 -ms-transform: translateY(0px);
 -o-transform: translateY(0px);
 transform: translateY(0px);
}

.header-collections .collection-list .list .col-item a:hover .item-content .item-text {
 display: block;
}

.header-collections .collection-list .list .col-item a:hover .item-content:after {
 opacity: 1;
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}

.header-collections .collection-list .list .col-item .item-content {
 position: relative;
 padding: 70px 0 80px;
}

.nav-menu .header-collections .collection-list .list .col-item .item-content {
 position: relative;
 padding: 0;
}

.header-collections .collection-list .list .col-item .item-content > div {
 padding: 0 20px;
}

.header-collections .collection-list .list .col-item .item-content .item-intitule  {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
@media (max-width:991px) {
    .header-collections .collection-list .list .col-item .item-content .item-intitule {
       font-size: 16px;
   }
}
.header-collections .collection-list .list .col-item .item-content .item-intitule > div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 40px;
    -webkit-align-items: center;
}
.nav-menu .collection-list .list .col-item .item-content .item-intitule > div {
    display: block;
    align-items: center;
    height: auto;
}

.header-collections .collection-list .list .col-item .item-content .item-text {
    display: none;
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,.4);
}

.header-collections .collection-list .list .col-item .item-content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    width: 58px;
    height: 58px;
    margin: auto;
    overflow: hidden;
    opacity: 0;
    background-image: url(../images/arrow.svg);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
.nav-menu .header-collections .collection-list .list .col-item .item-content:after {
    display: none;
}

.header-collections .collection-banniere-liste {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.header-collections .collection-banniere-liste .item-banniere,
.header-collections .collection-banniere-liste .item-banniere2 {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
 background-color: rgba(0,0,0,0);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 background-blend-mode: multiply;
}

.header-collections .collection-banniere-liste .item-banniere.active,
.header-collections .collection-banniere-liste .item-banniere2.active {
 opacity: 1;
}

.col-item a>.rectangle {
 position: absolute;
 bottom: 0;
 height: 4px;
 left: 0;
 width: 100%;
 content: "";
 -webkit-transition: all .9s;
 -moz-transition: all .9s;
 -o-transition: all .9s;
 transition: all .9s;
 -ms-transition: all .9s;
}
.col-item a>.rectangle-valoriser {
 background-color: #2b436e;
 position: absolute;
 bottom: 0;
 height: 4px;
 left: 0;
 width: 100%;
 content: "";
 -webkit-transition: all .9s;
 -moz-transition: all .9s;
 -o-transition: all .9s;
 transition: all .9s;
 -ms-transition: all .9s;
}
.col-item a>.rectangle-luxe {
 background-color: #000;
 position: absolute;
 bottom: 0;
 height: 4px;
 left: 0;
 width: 100%;
 content: "";
 -webkit-transition: all .9s;
 -moz-transition: all .9s;
 -o-transition: all .9s;
 transition: all .9s;
 -ms-transition: all .9s;
}
.col-item a>.rectangle-services {
 /* background-color: rgb(124, 23, 23); */
 background-color: rgb(162 149 134);
 position: absolute;
 bottom: 0;
 height: 4px;
 left: 0;
 width: 100%;
 content: "";
 -webkit-transition: all .9s;
 -moz-transition: all .9s;
 -o-transition: all .9s;
 transition: all .9s;
 -ms-transition: all .9s;
}
.col-item a>.rectangle-mag {
 background-color: rgb(55, 54, 63);
 position: absolute;
 bottom: 0;
 height: 4px;
 left: 0;
 width: 100%;
 content: "";
 -webkit-transition: all .9s;
 -moz-transition: all .9s;
 -o-transition: all .9s;
 transition: all .9s;
 -ms-transition: all .9s;
}
.col-item a>.rectangle-agence {
 background-color: #A8803C;
 position: absolute;
 bottom: 0;
 height: 4px;
 left: 0;
 width: 100%;
 content: "";
 -webkit-transition: all .9s;
 -moz-transition: all .9s;
 -o-transition: all .9s;
 transition: all .9s;
 -ms-transition: all .9s;
}
.col-item a>.rectangle-gestion {
 background-color: #516e53 ;
 position: absolute;
 bottom: 0;
 height: 4px;
 left: 0;
 width: 100%;
 content: "";
 -webkit-transition: all .9s;
 -moz-transition: all .9s;
 -o-transition: all .9s;
 transition: all .9s;
 -ms-transition: all .9s;
}
.col-item a:hover > .rectangle-valoriser,
.col-item a:hover > .rectangle-luxe,
.col-item a:hover > .rectangle-mag,
.col-item a:hover > .rectangle-gestion,
.col-item a:hover > .rectangle-services,
.col-item a:hover > .rectangle-agence {
 height: 100vh;
}
@media (max-width: 991px){
    .section-top-page{padding-bottom:40px}
    }
    
    .section-top-page .top-collection,
    .nav-menu .top-collection2{
        overflow:hidden
    }
    
    @media (max-width: 767px){
    .section-top-page .header-collections .header-title,
    .nav-menu .header-collections .header-title{
        position:relative;top:auto;-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-o-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);padding:70px 0;
        }
    }
    
    @media (max-width: 575px){
    .section-top-page .header-collections .header-title,
    .nav-menu .header-collections .header-title{
        padding:40px 0
    }
    }
    /* .header-collections .collection-banniere-liste {
        display: none;
    } */
    
    .section-top-page .header-collections .collection-list .list .col-item{
        height:100vh;
    }
    .nav-menu .header-collections .collection-list .list .col-item{
        height:auto;
    }
    
    .section-top-page .header-collections .collection-list .list .col-item a,
    .nav-menu .header-collections .collection-list .list .col-item a{
        display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:flex-end;-webkit-align-items:flex-end
    }
    
    @media (min-width: 768px){
    .section-top-page .header-collections .collection-list .list .col-item a,
    .nav-menu .header-collections .collection-list .list .col-item a{
        height:auto;bottom:0
    }
    }
    
    @media (max-width: 991px){
    .section-top-page .header-collections .collection-list .list .col-item a .item-content .item-text,
    .nav-menu .header-collections .collection-list .list .col-item a .item-content .item-text{
        display:none;
    }
    }
    
    @media (max-width: 767px){
    .section-top-page .header-collections .collection-list>.container{padding:0}
    .nav-menu .header-collections .collection-list>.container{padding:0}
    .section-top-page .header-collections .collection-list .title{display:none}
    .nav-menu .header-collections .collection-list .title{display:none}
    .section-top-page .header-collections .collection-list .list{display:block}
    .nav-menu .header-collections .collection-list .list{display:block}
    .section-top-page .header-collections .collection-list .list .col-item{height:112px}
    .nav-menu .header-collections .collection-list .list .col-item{height:90px}
    .section-top-page .header-collections .collection-list .list .col-item a{align-items:center}
    .nav-menu .header-collections .collection-list .list .col-item a{align-items:center}
    .section-top-page .header-collections .collection-list .list .col-item a .rectangle,
    .section-top-page .header-collections .collection-list .list .col-item a .rectangle-valoriser,
    .section-top-page .header-collections .collection-list .list .col-item a .rectangle-luxe,
    .section-top-page .header-collections .collection-list .list .col-item a .rectangle-services,
    .section-top-page .header-collections .collection-list .list .col-item a .rectangle-mag,
    .section-top-page .header-collections .collection-list .list .col-item a .rectangle-gestion,
    .section-top-page .header-collections .collection-list .list .col-item a .rectangle-agence{
        height:100% !important
    }
    .section-top-page .header-collections .collection-list .list .col-item a .item-content{padding:0}
    .nav-menu .header-collections .collection-list .list .col-item a .item-content{padding:0}
    .section-top-page .header-collections .collection-list .list .col-item a .item-content:after{display:none}
    .nav-menu .header-collections .collection-list .list .col-item a .item-content:after{display:none}
    .section-top-page .header-collections .collection-list .list .col-item a:hover .item-content .animated{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}
    .nav-menu .header-collections .collection-list .list .col-item a:hover .item-content .animated{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}
    }



/* MENU */
.menu-item1 { background:linear-gradient( rgba(0,0,0, 0.6), rgba(0,0,0, 0.6) ),url(/assets/images/menu/menu-item1.jpg);}
.menu-item2 { background:linear-gradient( rgba(0,0,0, 0.6), rgba(0,0,0, 0.6) ),url(/assets/images/menu/menu-item2.jpg);}
.menu-item3 { background:linear-gradient( rgba(0,0,0, 0.6), rgba(0,0,0, 0.6) ),url(/assets/images/menu/menu-item3.jpg);}
.menu-item4 { background:linear-gradient( rgba(0,0,0, 0.6), rgba(0,0,0, 0.6) ),url(/assets/images/menu/menu-item4.jpg);}
.menu-item5 { background:linear-gradient( rgba(0,0,0, 0.6), rgba(0,0,0, 0.6) ),url(/assets/images/menu/menu-item5.jpg);}
.menu-item6 { background:linear-gradient( rgba(0,0,0, 0.6), rgba(0,0,0, 0.6) ),url(/assets/images/menu/menu-item6.jpg);}
.menu-item7 { background:linear-gradient( rgba(0,0,0, 0.6), rgba(0,0,0, 0.6) ),url(/assets/images/menu/menu-item7.jpg);}
.menu-item8 { background:linear-gradient( rgba(0,0,0, 0.6), rgba(0,0,0, 0.6) ),url(/assets/images/menu/menu-item8.jpg);}
.nav-menu .header-image {background-image: url(/assets/images/menu/bgimg-nav-menu.jpg);}

.b-bun--top, .b-bun--mid, .b-bun--bottom {
    height: 3px;
    width: 35px;
}
.b-container.open .b-bun--top,.b-container.open .b-bun--mid,.b-container.open .b-bun--bottom {
    height: 2px;
    width: 35px;
}
.b-menu {
    border: #A8803C solid 0px;
    background: rgba(255,255,255,0);
}
.b-menu:hover {
    border: #A8803C solid 0px;
}
.b-container.open .b-bun--top, .b-container.open .b-bun--bottom {
    background: #fff;
}
.index .not-sticking .b-menu {
    border: #fff solid 0px;
}
.b-container {
    top: 20px;
    z-index: 1000;
}
.b-container:hover .b-bun {
    background: #A8803C;
}
a.b-brand {
    color: white!important;
    font-size: 21px;
    font-weight: 300;
    margin-right: 0;
    position: relative;
    text-decoration: none;
    top: -22.428571px;
    transition: all 0.4s ease;
    z-index: 13;
}
.b-nav.open {
    position: relative;
    visibility: visible;
    right: 0;
    background: transparent;
    width: 100%;
    height: 100vh;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}
.b-nav.open .nav-menu{
    position: relative;
    visibility: visible;
    right: 0;
    background: linear-gradient( rgba(0,0,0, 0.4), rgba(0,0,0, 0.4) ),url(/assets/images/bgimg-nav-menu.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}
.nav-bloc-1 {
    margin: 0;
    padding-top: 0;
    height: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.nav-bloc-1 .nav-bloc-image {
    background: 50% 50% no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    right: -15px;
    width: auto;
    will-change: transform;
    background: linear-gradient( rgba(0,0,0, 0.50), rgba(0,0,0, 0.50) ),url(/assets/images/bgimg-nav-bloc-1.jpg) no-repeat center center;
    background-position-y: top;
    background-size: cover;
}
.nav-bloc-2 {
    margin: 0;
    padding-top: 0;
    height: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.nav-bloc-2-1 .nav-bloc-image {
    background: 50% 50% no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    right: -15px;
    width: auto;
    will-change: transform;
    background: linear-gradient( rgba(0,0,0, 0.50), rgba(0,0,0, 0.50) ),url(/assets/images/bgimg-nav-bloc-2-1.jpg) no-repeat center center;
    background-position-y: bottom;
    background-size: cover;
}
.nav-bloc-2-2 .nav-bloc-image {
    background: 50% 50% no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    right: -15px;
    width: auto;
    will-change: transform;
    background: linear-gradient( rgba(0,0,0, 0.50), rgba(0,0,0, 0.50) ),url(/assets/images/bgimg-nav-bloc-2-2.jpg) no-repeat center center;
    background-position-y: center;
    background-size: cover;
}
/* .nav-bloc-2-1 {
    z-index: 9;
} */

.nav-bloc-overlay {
    background: #000;
    opacity: .6;
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.nav-bloc-contenu {
    padding: 7%;
    position: relative;
    margin-bottom: 0;
    padding: 10%;
    -webkit-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.nav-bloc-2-1 .nav-bloc-overlay,
.nav-bloc-2-2 .nav-bloc-overlay {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: all 0.58s ease;
    transition: all 0.58s ease;
} 
.nav-bloc-2-1:hover .nav-bloc-overlay,
.nav-bloc-2-2:hover .nav-bloc-overlay {
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
} 

.nav-bloc-1:hover .nav-bloc-image,
.nav-bloc-2-1:hover .nav-bloc-image,
.nav-bloc-2-2:hover .nav-bloc-image{
    -webkit-transform: translate3d(-15px,0,0);
    transform: translate3d(-15px,0,0);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.full-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.nav-menu .full-block {
    left: 47px;
}
.nav-bloc-contenu .titre-bloc-nav {
    margin: auto;
    color: #A8803C;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: #000 2px 2px 2px;
}
.nav-bloc-2-1 .nav-bloc-contenu .titre-bloc-nav,
.nav-bloc-2-2 .nav-bloc-contenu .titre-bloc-nav {
    font-size: 16px;
}
.nav-bloc-contenu .titre-bloc-nav span{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
    text-shadow: none;
}
.b-nav ul {
    height: 100%;
}
.b-nav li:first-child {
    padding-top: 0;
}
.b-nav li {
    padding: 10px;
}
.b-link {
    background: transparent;
    border-left: none;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-left: 0;
    padding: 5px 12px;
    transition: color 0.5s;
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    text-transform: uppercase;
}
.b-link:hover {
    border-left: none;
    padding: 5px 12px;
    color: #fff;
    text-decoration: none;
    text-shadow: #000 2px 2px 2px;
}



.b-link::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 30%;
    opacity: 1;
    transform: scale3d(0,1,1);
    transform-origin: 0% 50%;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    background-color: #A8803C;
}
.b-link:hover:before {
    transform: scale3d(1,1,1);
}
.infos-header {
    display: flex;
    position: absolute;
    top: 40px;
    width: 100%;
    justify-content: center;    
}
.infos-header h1,
.infos-header .h1-index {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    font-size: 2rem;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 4px;
    font-family: 'La Belle Aurore', cursive;
}
.logo-header {
    margin-left: 20px;
    z-index: 99;
}
@media (min-width: 1281px){
    .infos-header h1,
    .infos-header .h1-index {
        font-size: 2.3rem;
    }
    .logo-header {
        margin-left: 50px;
    }
}

/* ================================================================ */
/*                           INDEX MOTEUR                           */
/* ================================================================ */
.index #siteWrapper {margin-top:0px;}
.index #siteWrapper header {
    /* height:80px; */
    background:#fff;
    margin-top: 100px;
    z-index: 999;
}
.index #siteWrapper header.fixed {
    position:fixed;
    width:100%;
    top:0;
    left:0;
    -webkit-animation: slide-down .4s;
    animation: slide-down .4s;
}
.index #siteWrapper header.fixed+#content {margin-top:80px;}

.index .container_search {
    margin: 16px 0;
}
.search__form-item:nth-child(1),
.search__form-item:nth-child(n+2) {
    margin-right: 20px;
    margin-bottom: 5px;
    vertical-align: top;
    width: calc(100% / 8 - 5px);
    height: 38px;
}
.plusdecritere.search__form-item, .search__form-item.c_valid {
    margin-right: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option, .input-group-addon{
    font-size: 13px!important;
    font-weight: 400;
}
.search__form-item.c_valid .btn-primary {
    font-size: 13px!important;
    padding: 0.65rem 0;
}
.form-style, .form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .bootstrap-select {
    font-size: 13px!important;
    background: transparent!important;
    border-radius: 0px!important;
    font-weight: 400;
    border-bottom: 2px solid #000!important;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
}
.w-100 { width: 100%;}

.plusdecritere .text-filtre2 {
    width: 100%;
    text-align: center;
}
.plusdecritere {
    text-align: center;
    margin-top: 0;
}
.plusdecritere .btn-default {
    font-size: 15px;
    border-bottom: 2px solid #969696;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #969696;
    font-size: 13px;
}
.plusdecritere .btn-default:hover {
    border-bottom: 2px solid rgb(85, 85, 85);
}
.index .plusdecritere .btn-default:hover .plusc, .index .plusdecritere .btn-default:hover .plusm {
    color: rgb(85, 85, 85);
}
.plusdecritere .plusc::after {
    display: none;
}
/* ================================================================ */
/*                        INDEX PRESENTATION                        */
/* ================================================================ */
.titre {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}
.titre-small {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    font-style: italic;
    color: #A8803C;
    text-align: left;
    margin: 1rem 0;
}

.section-presentation {
    position: relative;
    margin: 80px 0;
    overflow: hidden;
   }   
   @media (max-width:991px) {
    .section-presentation {
        margin-bottom: 40px;
    }
   }   
   .section-presentation > .page-space-left {
    padding-left: 315px;
   }   
   @media (max-width:1580px) {
    .section-presentation > .page-space-left {
        padding-left: 70px;
    }
   }   
   .section-presentation .text-content p span{
    font-family: 'Perpetua';
   }
   /* .section-presentation .text-content p{
    font-family: initial;
   } */
   .section-presentation .text-content,
   .section-presentation .text-content p span{
    font-size: 31px;
    font-weight: 400;
   }
   
   @media (min-width:992px) {
    .section-presentation .text-content {
        z-index: 1;
        position: absolute;
        width: 55%;
        max-width: 800px;
    }
   }
   
   @media (min-width:992px) and (max-width:1480px) {
    .section-presentation .text-content,
    .section-presentation .text-content2 {
        max-width: 700px;
        font-size: 35px;
    }
   }
   
   @media (max-width:991px) {
    .section-presentation .text-content,
    .section-presentation .text-content2 {
        font-size: 30px;
    }
   }
   
   @media (max-width:575px) {
    .section-presentation .text-content,
    .section-presentation .text-content2 {
        font-size: 20px;
    }
   }
   
   .section-presentation .text-content .text-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
   }
   .section-presentation .text-content2 .text-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
   }
   
   @media (max-width:575px) {
    .section-presentation .text-content .text-list,
    .section-presentation .text-content2 .text-list {
        display: block;
    }
   }
   
   .section-presentation .text-content .text-list > div,
   .section-presentation .text-content2 .text-list > div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-left: 0;
    -webkit-align-items: center;
   }

   
   @media (min-width:576px) {
    .section-presentation .text-content .text-list > div, 
    .section-presentation .text-content2 .text-list > div {
        padding-right: 30px;
    }
   }
   @media (min-width:1281px) {
    .section-presentation .text-content .text-list > div, 
    .section-presentation .text-content2 .text-list > div {
        padding-right: 80px;
    }
   }
   
   @media (max-width:575px) {
    .section-presentation .text-content .text-list > div, 
    .section-presentation .text-content2 .text-list > div {
        justify-content: center;
        padding: 0;
    }
   }
   
   .section-presentation .text-content .detail {
    margin: 50px 0 50px;
   }
   
   @media (max-width:1480px) {
    .section-presentation .text-content .detail {
        margin-bottom: 20px;
    }
   }
   
   @media (max-width:991px) {
    .section-presentation .text-content .detail {
        margin: 20px 0;
    }
   }
   
   .section-presentation .text-content .detail p {
    line-height: 1.5;
   }
   
   @media (min-width:768px) {
    .section-presentation .image-content > div {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        padding-left: 50%;
        -ms-flex-wrap: wrap;
    }
   
    .section-presentation .image-content .image-item {
        display: inline-block;
        width: 70%;
        padding: 0 15px;
    }
   
    .section-presentation .image-content .image-item > div {
        padding-top: 55%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
   
    .section-presentation .image-content .image-item:nth-child(1) {
        position: absolute;
        bottom: -5%;
        left: 0;
        width: 50%;
        padding-left: 0;
    }
   
    .section-presentation .image-content .image-item:nth-child(2) {
        width: 30%;
    }
   
    .section-presentation .image-content .image-item:nth-child(2) > div {
        padding-top: 100%;
    }
   
    .section-presentation .image-content .image-item:nth-child(3) {
        padding-right: 0;
    }
   
    .section-presentation .image-content .image-item:nth-child(3) > div {
        padding-top: 115%;
    }
   
    .section-presentation .image-content .image-item:nth-child(4) {
        width: 84%;
    }
   }
   
   @media (min-width:1281px) {
    .section-presentation .image-content .image-item:nth-child(3) > div {
        /* padding-top: 90%; */
        padding-top: 60%;
        margin-top: 40%;
        }
    }
   
   @media (max-width:767px) {
    .section-presentation .image-content {
        margin-top: 30px;
    }
   
    .section-presentation .image-content > div {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
        -ms-flex-wrap: wrap;
    }
   }
   
   @media (max-width:767px) and (max-width:575px) {
    .section-presentation .image-content > div {
        margin: 0 -5px;
    }
   }
   
   @media (max-width:767px) {
    .section-presentation .image-content .image-item {
        flex: 0 0 50%;
        padding: 15px;
        max-width: 50%;
        transform: translateX(0%) !important;
        -ms-flex: 0 0 50%;
    }
   }
   
   @media (max-width:767px) and (max-width:575px) {
    .section-presentation .image-content .image-item {
        padding: 5px;
    }
   }
   
   @media (max-width:767px) {
    .section-presentation .image-content .image-item > div {
        padding-top: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
   }

   .block-text-list .text-item .largetext {    
    font-size: 65px;
    font-weight: 300;
    color: #A8803C;
}

@media (min-width:1281px) {  
   .block-text-list .text-item .largetext {    
    font-size: 75px;
    font-weight: 300;
    color: #A8803C;
    }
}

.index .chiffres-ville,
.index .chiffres-negociateur {
    display: none!important;
}

.block-text-list .text-item .smalltext {
    font-size: 10px;
    letter-spacing: 2.67px;
    text-transform: uppercase;
    padding-left: 18px;
}
.block-text-list .text-item .smalltext strong {
    font-size: 16px;
}


/* .inline-photo1,
.inline-photo2,
.inline-photo3,
.inline-photo4 {
    box-shadow: 1em 1em 2em .25em rgba(0,0,0,.2);
    margin: 2em auto;
    opacity: 0;
    transform: translateY(4em) rotateZ(0deg);
    transition: transform 6s .25s cubic-bezier(0,1,.3,1),
                opacity .3s .25s ease-out;
    will-change: transform, opacity;
} */

  
.inline-photo1.is-visible,
.inline-photo2.is-visible,
.inline-photo3.is-visible,
.inline-photo4.is-visible {
    opacity: 1;
    transform: rotateZ(0deg);
}

.inline-photo1 {
    margin: 2em auto;
    opacity: 0;
    transform: translateX(-100%) translateY(4em) rotateZ(0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                opacity .3s .25s ease-out;
    will-change: transform, opacity;
}

.inline-photo3, 
.inline-photo2 {
    margin: 2em auto;
    opacity: 0;
    transform: translateX(100%) translateY(4em) rotateZ(0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                opacity .3s .25s ease-out;
    will-change: transform, opacity;
}

.inline-photo4 {
    margin: 0 auto;
    opacity: 0;
    transform: translateX(0%) translateY(8em) rotateZ(0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                opacity .3s .25s ease-out;
    will-change: transform, opacity;
}
  


/* ================================================================ */
/*                          INDEX ESTIMATION                        */
/* ================================================================ */
.home_cont_estimation {
    margin: 5rem 0;
}
.home_cont_estimation .container{    
    background: #f5f5f5;
}
.home_cont_estimation .home_heading,
.home_cont_estimation .titre-small {
    text-align: left;
}
 .home_cont_estimation .page-space-left {
    padding: 80px 30px 80px 300px;
}
@media (max-width:1580px) {
    .home_cont_estimation .page-space-left {
        padding: 80px 30px 80px 50px;
    }
}
.home_cont_estimation .bg-gris {
    background: #f5f5f5;
}

.home_cont_estimation .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}


/* ================================================================ */
/*                            INDEX AVIS                            */
/* ================================================================ */
.home_cont_avisclients {
    padding: 0;
    margin-left: auto;
    width: 100%;
}
@media (min-width: 576px) {
    .home_cont_avisclients .bg-gris-avis{
        max-width: calc(540px + (49% - (540px / 2)));
    }    
}
@media (min-width: 768px) {
    .home_cont_avisclients .bg-gris-avis{
        max-width: calc(720px + (49% - (720px / 2)));
    }    
}
@media (min-width: 992px){
    .home_cont_avisclients .bg-gris-avis{
    max-width: calc(960px + (49% - (960px / 2)));
    }   
}
@media (min-width: 1200px) {
    .home_cont_avisclients .bg-gris-avis{
        max-width: calc(1140px + (49% - (1140px / 2)));
    }    
}
@media (min-width: 1500px) {
    .home_cont_avisclients .bg-gris-avis{
        max-width: calc(1400px + (49% - (1400px / 2)));
    }    
}
.home_cont_avisclients .bg-gris-avis {
    margin-left: auto;
    width: 100%;
}
.home_cont_avisclients::before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 17em;
    position: absolute;
    background-color: #f7f7f7;
    z-index: -1;
}
.home_cont_avisclients .carousel-item {
    min-height: 300px;
    padding: 10px 0;  
    margin-top: 20px;
}
.home_cont_avisclients .carousel-item-contenu {
    height: 100%;
    align-content: flex-start;
    box-shadow: 0 0.1rem 0.5rem 0 rgb(0 0 0 / 15%);
    background-color: #fff;
}
.home_cont_avisclients .contenu-texte-item {
    min-height: 210px;
}
.home_cont_avisclients .carousel-item img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    z-index: 1;
    border-right: 5px solid #A8803C;
    border-top: 5px solid #A8803C;
    top: -20px;
    right: -20px;
}
.home_cont_avisclients .carousel-control-next,
.home_cont_avisclients .carousel-control-prev {
    background: transparent;
    height: 0;
    width: auto;
    top: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 30;
    opacity: 1;
}

.home_cont_avisclients .carousel-control-next ,
.home_cont_avisclients .carousel-control-prev {
    color: #A8803C;
}
.home_cont_avisclients .carousel-control-next:hover .carousel-control-next:before,
.home_cont_avisclients .carousel-control-prev:hover .carousel-control-prev-icon:before {
    color: #A8803C;
}
.home_cont_avisclients .carousel-control-prev,
.home_cont_avisclients .carousel-control-next {
    position: relative;
}
.home_cont_avisclients .carousel ul {
    display: flex;
    margin-top: 20px;
}
.home_cont_avisclients .carousel ul li{
    padding: 20px 40px 20px 0;
}
.temoignages_text, 
.temoignages_author,
.temoignages_date { 
    font-size: 14px;
}
.home_cont_avisclients .carousel-item img.tem-etoile {
    height: auto;
    width: 17px;
    border-radius: 0;
    z-index: 1;
    border-right: 0;
    border-top: 0;
    top: 0;
    right: 0;
}
.home_cont_avisclients .carousel ul.tem-etoile-ul li {
    padding: 0;
}
.home_cont_avisclients .carousel ul.tem-etoile-ul {
    margin-top: 0;
}
.tem-etoile-ul {
    display: flex;
    justify-content: center;
}




/* ================================================================ */
/*                          INDEX SELECTION                         */
/* ================================================================ */
.home_cont_selection {
    padding: 80px 0;
}

.prod_accueil {
    margin: 0 -10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.prod_accueil article {
    border: 0;
}
.prod_accueil .block_info {
    padding: 0;
}
article.item-listing:hover, .block_info > .effect-cms {
    cursor: auto!important;
}
.prod_accueil .info_titre {
    margin-top: 40px;
    color: #A8803C;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
.prod_accueil .info_ville {
    font-family: 'Perpetua';
    font-size: 23px;
    padding-top: 10px;
}
.prod_accueil .info_prix-hai, .info_prix sup {
    display: none;
}
.prod_accueil .card_list {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
}
.card_list li:nth-child(1):after {
    content: '|';
    color: #5b5b5b;
    font-weight: 300;
}
.card_list li:nth-child(3):before {
    content: '|';
    color: #5b5b5b;
    font-weight: 300;
}
.card_list li {
    padding: 0 6px 0 0;
    font-size: 15px;
}
sup {
    font-size: 10px;
    right: 0px;
    top: -7px;
}
.prod_accueil .info_prix {
    margin: 15px 0 5px 0;
    padding: 0;
}



/* ================================================================ */
/*                             NEWSLETTER                           */
/* ================================================================ */

/* INDEX NEWSLETTER */
.home_cont_newsletter {
    text-align: left;
    margin: 10rem 0;
}
.home_cont_newsletter .container{
    background: #f5f5f5;
    padding: 50px;
}
.home_cont_newsletter .home_heading {
    text-align: left;
    margin-bottom: 30px;
}
.home_cont_newsletter .titre-small {
    text-align: left;
    line-height: 1.2;
    padding-left: 20px;
    margin-bottom: 20px;
}
.home_cont_newsletter .page-space-left {
    padding: 80px 300px 80px 50px;
}
@media (max-width:1580px) {
    .home_cont_newsletter .page-space-left {
        padding: 80px 15px 80px 30px;
    }
}
.home_cont_newsletter .bg-gris {
    background: #f5f5f5;
}

.home_cont_newsletter .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}

.home_cont_newsletter .btn-4 {
    margin: 0 0 15px 0;
}
.home_cont_newsletter .picto1 {
    filter: invert(53%) sepia(44%) saturate(547%) hue-rotate(359deg) brightness(89%) contrast(89%);
    width: 60px;
}
.home_cont_newsletter .picto2 {
    filter: invert(53%) sepia(44%) saturate(547%) hue-rotate(359deg) brightness(89%) contrast(89%);
    width: 45px;
}



/* PAGE NEWSLETTER */
.inscription-newsletter {
    background: rgb(246 246 246);
    padding: 30px 15px;
}
.alerte-email .form-style,
.alerte-email .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.contact .form-style,
.inscription-newsletter .form-style {
    background: #fff!important;
    text-align: center;
}

/* FORMULAIRE NEWSLETTER */
.form-group.c_titre1,
.form-group.c_titre2 {
    width: 100%;
}
.form-group.c_titre1 .champs.htmlinform,
.form-group.c_titre2 .champs.htmlinform {
    display: none;
}
.form-group.c_titre1 .label,
.form-group.c_titre2 .label {
    font-weight: 300;
    font-size: 20px;
}
.form-group.c_mail {
    width: 50%;
    margin: auto;
}
.form-group.c_choix-infos,
.form-group.c_choix-actualites,
.form-group.c_choix-fiscalite,
.form-group.c_choix-legislation,
.form-group.c_choix-politique {
    width: 33%;
    text-align: left;
    padding-left: 5%;
}
.newsletter .contact_validation .float-right {
    float: none!important;
}


/* =================================================================================== */
/*                                     INDEX INSTAGRAM                                 */
/* =================================================================================== */
.home_cont_instagram {
    padding: 0 30px;
}


/* =================================================================================== */
/*                                     ACTUALITES                                       */
/* =================================================================================== */
.header_top_page .header-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.header-infos {
    position: relative;
    width: 210px;
    margin-right: 20px;
    z-index: 2;
}


.header_top_page .header-title {
    font-weight: 700;
    line-height: 1;
    color: #000;
    white-space: nowrap;
    font-size: 4rem;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    text-shadow: #fff 5px 3px 6px;
    font-family: 'Perpetua';
    letter-spacing: 7px;
}
.header-title span {
    display: block;
}
@media screen and (min-width: 1400px) {
    .header-slider {
        width: 960px;
    }    
}
.header-slider {
    position: relative;
    z-index: 1;
    max-width: 960px;
    max-height: calc( 960px * (9/16) );
    width: 100%;
}
.header-slider img {
    object-fit: cover;
    max-height: 58vh;
    width: 100%;
    object-position: bottom;
}
.header-desc {
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: baseline;
    font-weight: 300;
    text-transform: initial;
    color: #6b6b6b;
    padding-left: 10px;
}
.header-desc p {
    margin: 0 0 1rem;
    font-weight: 100;
}

.scroll-indicator > .bar {
    position: relative;
    width: 1px;
    height: 100%;
}

.scroll-indicator {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
    width: 1px;
    height: 15vh;
    z-index: 1;
    background-color: #000;
}
.scroll-indicator > .bar > .cursor {
    left: -1px;
    width: 3px;
    background: #000;
    z-index: 2;
    -webkit-animation: scroll 3s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95) backwards;
    -o-animation: scroll 3s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95) backwards;
    animation: scroll 3s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95) backwards;
    transform-origin: top center;
}
.scroll-indicator > .bar > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.scroll-indicator > .bar > .back {
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.scroll-indicator > span {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    font-size: 11px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0.5rem;
}
.is-header {
    position: relative;
    height: 100vh;
    padding: 110px 4rem 0 4rem;
}



.section-scroller-wrapper {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-animation: bounce 0.8s 0s infinite alternate;
    animation: bounce 0.8s 0s infinite alternate;
    z-index: 2;
}
.section-scroller-wrapper>.section-scroller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.3;
    -webkit-transform: rotate(-0.25turn);
    transform: rotate(-0.25turn);
    text-decoration: none;
}
.section-scroller-wrapper>.section-scroller:before {
    content: '';
    width: 38px;
    margin-right: 5px;
    background-color: #000;
    height: 1px;
}
.section-scroller-wrapper>.section-scroller>.section-scroller__text {
    text-transform: uppercase;
    font-size: 12px;
}
.ball {
    width: 5px;
    left: -2px;
    height: 40px;
    background-color: #A8803C;
    animation: bounce 1s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 1, .5);
    animation-iteration-count:infinite;
}
  
@keyframes bounce {
    from {
        transform: translate3d(0, 90px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
/* Prefix Support */
  
.ball {
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.5, 1, .5);
    -webkit-animation-iteration-count: infinite;
}
  
@-webkit-keyframes bounce {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 90px, 0);
        transform: translate3d(0, 90px, 0);
    }
}



.actualites .actualites-group .blog__items ul {
    display: flex;
    flex-wrap: wrap;
    margin: 5em -0.5em 3em -0.5em;
}
.actualites .actualites-group {
    margin-right: 0;
    padding-bottom: 60px;
}
.actualites p.description-post {
    font-size: 14px;
}

.actualites .actualites-group .blog__items ul li{
    position: relative;
    width: calc(100% / 2 - 16px);
    margin: -3em 0.5rem 0em 0.5rem;
    overflow: hidden;
    padding: 3em 5em;
}
/* .actualites .actualites-group .blog__items ul li:nth-child(2n){
    margin-top: 6em;
}
.actualites .actualites-group .blog__items ul li.current:nth-child(2n) {
    margin-top: 0!important;
} */
.adminpersos .actualites-group .bloc-image {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.adminpersos .actualites-group img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.adminpersos .actualites-group .bloc-image {
    display: block;
    overflow: hidden;
}
.adminpersos .actualites-group .bloc-image:hover {
    -webkit-transform: scale(.96);
    -ms-transform: scale(.96);
    transform: scale(.96);
}
.adminpersos .actualites-group .bloc-image img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.actualites .actualites-group ul li .row{
    margin: 0;
}
.actualites .description-post {
    margin: 10px 0;
}
.actualites ul li .btn-primary {
    color: #000;
    background-color: transparent;
    border-color: #A8803C;
    text-transform: uppercase;
    font-weight: 600;
    line-height: initial;
    width: 50%;
}
.actualites ul li .btn-primary:hover {
    color: #fff;
    background-color: #A8803C;
    border-color: #A8803C;
}
.actualites .title-post {
    text-transform: uppercase;
    margin: 15px 0 10px 0;
    color: #000;
    font-family: 'Perpetua';
    letter-spacing: 1px;
    font-size: 18px;
}
.actualites .date-post {
    color: #fff;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 14px;
    position: absolute;
    background: #A8803C;
    padding: 5px 15px;
    right: 10px;
    top: -16px;
}
.actualites .blog__items a:hover {
    color: rgb(139, 139, 139);
}
.actualites .blog__items  a.btn-4:hover {
    color: #A8803C;
}
.actualites-group p {
    margin-bottom:5px;
    font-size: 15px;
}
.actualites-group .btn-4 {
    margin: 0;    
    font-size: 14px;
}

.blog__categories .home_heading {
    margin-bottom: 50px;
    z-index: 3;
    padding-left: 10px;
}
.blog__categories .soulignement{
    background: #f0f0f0;
    padding: 10px 0;
    margin-top: -70px;
    z-index: 2;
}

/* TAGS ACTUS */
.blog__categories ul {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 5px 0;
}
.blog__categories ul li{
    width: auto;
}
.blog__categories ul li a {
    margin: auto;
    padding: 10px 0;
}
.blog__categories ul li a:hover {
    color: #A8803C;
}
.blog__categories ul li a.active {
    color: #000;
    border-bottom: 1px solid #000;
}

.tag-actu {
    color: #d1d1d1;
    font-weight: 300;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    left: -16px;
    text-transform: uppercase;
    top: -18px;
    font-size: 23px;
    width: 400px;
    text-align: right;
}

.blog-category a:hover {
    color: #d1d1d1;
}
.blog-contenu {
    padding: 0 20px;
}
.actualites-group .show-more.btn-4 {
    background: #ececec;
    padding: 10px;
}
.actualites-group .show-more.btn-4:hover {
    padding: 10px 50px 10px 10px;
}

.blog-contenu h1 {    font-size: 20px;}
.blog-contenu h2 {    font-size: 18px;}
.blog-contenu h3 {    font-size: 16px;}
.adminperso.actualites.titre {
    text-transform: initial;
}


/* ACTUALITE SINGLE */
.adminperso .actualites-group {
    margin-top: 110px;
}
.adminperso .header_top_page {
    display: none;
}
.adminperso .titre-agence {
    text-align: center;
    font-size: 2rem;
    color: #000;
    font-family: 'Perpetua';
    letter-spacing: 1px;
    background: #fff;
    margin-top: -50px;
    max-width: 650px;
    margin: -75px auto 40px auto;
    padding: 30px;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 10%);
}
.adminperso figure {
    text-align: center;
}
.adminperso.agents .actualites-group img.actualite-img-home {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
}
.date-tag-post {
    text-align: center;
    margin-bottom: 20px;
    color: #cdcdcd;
    text-transform: uppercase;
    font-size: 14px;
}
.date-tag-post span{
    font-size: 22px;
    font-weight: 100;
}
.actualites.adminperso ul li .btn-primary {
    width: auto;
    font-size: 14px;
}
.actualites.adminperso .entry-link ul {
    display: flex;
    justify-content: center;
}
.actualites.adminperso .entry-link ul li{
    margin: 0 20px;
}
.actualites.adminperso .entry-link ul li .btn i {
    font-size: 18px;
    top: -1px;
}
.adminperso .picto-conseiller {
    width: 20px;
}
.contenu-conseiller {
    color: #fff;
    background-color: #A8803C;
}
 .actualites-group .sous-titre-conseiller2 ul li,  .actualites-group .ul-conseiller2 li,  .actualites-group .ul-conseiller li {
    width: auto!important;
    margin: auto 0!important;
    color: #000;
}
 .actualites-group .sous-titre-conseiller2 ul.ul-conseiller,  .actualites-group .ul-conseiller,  .actualites-group .ul-conseiller2 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}
 .actualites-group ul {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5em auto;
}
 .line {
    height: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 50%;
    margin-bottom: 10px;
}
.actualites-group .ul-conseiller2 li:nth-child(1) {
    width: 18%!important;
}
.actualites-group ul.ul-conseiller2 {
    margin-top: 6px;
}
.infos-conseiller {
    margin: auto;
    padding: 0 20px;
}
.rs-conseiller {
    padding: 0 10px 0 0;
}
.titre-conseiller {
    font-family: 'Perpetua';
    font-size: 30px;
    color: #000;
}
.sous-titre-conseiller {
    color: #000;
    margin-bottom: 20px;
}
/* =================================================================================== */
/*                                     PARTENAIRES                                     */
/* =================================================================================== */

.partenaires.adminpersos { background-color: #f5f5f5;}
.partenaires .header-slider img {
    object-position: center;
}
.partenaires .actualites-group ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.partenaires .actualites-group {
    margin-right: 0;
    padding-bottom: 60px;
}
.partenaires p.description-post {
    font-size: 16px;
}
.partenaires .actualites-group ul li{
    position: relative;
    width: calc(100% / 1 - 16px);
    margin: 0em 0.5rem;
    padding: 2em;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.partenaires .description-post {
    margin-top: 5px;
    margin-bottom: 20px;
}
.partenaires ul li .btn-primary {
    color: #000;
    background-color: transparent;
    border-color: #A8803C;
    text-transform: uppercase;
    font-weight: 600;
    line-height: initial;
    width: 160px;
}
.partenaires ul li .btn-primary:hover {
    color: #fff;
    background-color: #A8803C;
    border-color: #A8803C;
}
.partenaires .title-post {
    text-transform: uppercase;
    margin: 15px 0 10px 0;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    font-family: 'Perpetua';
    letter-spacing: 1px;
}
.partenaires .date-post {
    color: #A8803C;
    margin-bottom: 5px;
}
.partenaires a:hover {
    color: #000;
}
.partenaires .actualites-group p {
    margin-bottom: 5px;
}
.partenaires .actualites-group .blog__items ul li:nth-child(2n){
    margin-top: 6em;
}
.partenaires.adminpersos .actualites-group .bloc-image {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    text-align: center;
    padding: 3em;
    border: 1px solid #a8803c69;
}
.partenaires.adminpersos .actualites-group img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.partenaires.adminpersos .actualites-group .bloc-image {
    display: flex;
    overflow: hidden;
    vertical-align: middle;
    justify-content: center;
}
.partenaires.adminpersos .actualites-group .bloc-image:hover {
    -webkit-transform: scale(.96);
    -ms-transform: scale(.96);
    transform: scale(.96);
}
.partenaires.adminpersos .actualites-group .bloc-image img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.partenaires.adminpersos .actualites-group img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 240px;
    margin: auto;
}
.partenaires .actualites-group ul li .row{
    margin: 0 auto;
    justify-content: center;
}
.partenaires .description-post {
    margin: 10px 0;
}



/* ================================================================ */
/*                              LISTING                             */
/* ================================================================ */
[class*="listing"] .sticking .container_search, [class*="listing-"] .sticking .container_search {
    display: block;
    padding: 10px 0;
}
.listing-estimation .container_search {
    display: none!important;
}
.main-content {
    padding-top: 100px;
}
[class*="listing"] .main-content,
[class*="listing-"] .main-content {
    padding-top: 160px;
}

.block_etiquette {
    background-color: #000;
    width: 150px;
    font-weight: 400;
    text-align: center;
}
.module_recherche_carte {
    top: 0;
    position: inherit;
}
@media (min-width: 1281px) {
    .listing-vendu .prod_listing.carte .block_img img {
        width: 100%;
        height: 232px;
        object-fit: cover;
    }
}

[class*="listing"] .is-header,
[class*="listing-"] .is-header {
    padding: 10px 4rem 0 4rem;
}

/* LISTING VENDU */
.listing-vendu .container_search {
    display: none!important;
}
.section-presentation .text-content .text-list {
    display: flex;
    display: -webkit-flex;
    align-items: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
}
.vendu-chiffres .block-text-list{
    display: flex;
    display: -webkit-flex;
    align-items: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
}
.vendu-chiffres .text-list > div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-left: 0;
    -webkit-align-items: center;
}
.vendu-chiffres .text-item.chiffres-avis { 
    display: none;
}
.vendu-chiffres .text-item .smalltext {
    font-size: 10px;
    letter-spacing: 2.67px;
    text-transform: uppercase;
    padding-left: 18px;
}
.listing-vendu .main-content {
    padding-top: 100px;
}
.listing-vendu .header_top_page .header-title {
    text-shadow: #fff 4px 2px 3px;
}
.listing-vendu .is-header {
    position: relative;
    height: auto;
    padding: 110px 4rem 0 4rem;
}
.p-vendu {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    color: #6b6b6b;
    padding-left: 10px;
}
/* .map-non-connecte {
    display: none;
} */
.listing-vendu .carte .map-non-connecte .article_content,
.listing-vendu  .map-non-connecte .module_recherche_carte {
    width: 100%;
}
.listing-estimation .carte .article_content,
.listing-estimation .module_recherche_carte {
    width: 50%;
}
.carte .map-connecte .article_content,
.map-connecte .module_recherche_carte {
    width: 50%;
}

.prod_listing.carte .description, .prod_listing.carte .info_titre {
    display: block;
}
.prod_listing.carte .info_titre {
    margin-top: 0;
    color: #A8803C;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    white-space: initial;
}
.prod_listing.carte .header-item {
    padding: 5px 0 0 10px;
}
.prod_listing.carte .info_ville {
    font-family: 'Perpetua';
    font-size: 15px;
    padding: 10px 0;
}
.prod_listing.carte .info_prix {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.2;
}
.prod_listing.carte .card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 10px;
}
.prod_listing.carte .card_list li{
    font-size: 14px;
}
.prod_listing.carte .description {
    padding-left: 10px;
    font-size: 14px;
}
.prod_listing.carte .card_list li:nth-child(1):after,
.prod_listing.carte .card_list li:nth-child(2):after,
.prod_listing.carte .card_list li:nth-child(3):after {
    content: '|';
    color: #5b5b5b;
    font-weight: 300;
    padding-left: 3px;
}
.listing-estimation #mapliste {
    height: 757px!important;
}
/* .listing-vendu .block_vue_list {
    display: none;
} */
.action_bar .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    justify-content: flex-end;
}

[class*="listing-"] .home_cont_selection .header-item {
    padding: 5px 0 0 0px;
}
[class*="listing-"] .home_cont_selection {
    padding: 30px 0;
}

/* .listing-vendu .prod_listing.carte .info_prix {
    display: none;
} */
#formrecherchevendu-bar {
    display: none;
}




.tool_boox_map {
    background: #000 none repeat scroll 0 0;
}
.icone_write {
    background: #a8803c;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    left: 50%;
    position: absolute;
    top: -17px;
    width: 30px;
    -webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 38%);
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 38%);
}

.listing-ul-reseaux .ion-social-twitter,
.listing-ul-reseaux .ion-social-linkedin,
.listing-ul-reseaux .ion-social-facebook,
.listing-ul-reseaux .ion-social-instagram,
.listing-ul-reseaux .ion-social-youtube {
    font-size: 24px;
}
.listing-ul-reseaux .ion-social-twitter:hover,
.listing-ul-reseaux .ion-social-linkedin:hover,
.listing-ul-reseaux .ion-social-facebook:hover,
.listing-ul-reseaux .ion-social-instagram:hover,
.listing-ul-reseaux .ion-social-youtube:hover {
    top: 0;
}
.listing-ul-reseaux li {
    padding-right: 10px;
}
.damier .card_list li {
    color: #000;
}
.damier .card_list li:nth-child(3):before {
    content: '';
}



/* ======================================================================================================== */
/*                                                 DETAILS                                                  */
/* ======================================================================================================== */
.detail .container {
    padding-right: 155px;
    padding-left: 155px;
}
.detail .detail_header_sticky {
    display: none;
}
.listing-header-detail {
    position: absolute;
    top: 62%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    left: 51%;
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -o-transform: translateX(-51%);
    transform: translateX(-51%);
    padding: 150px;
    width: 100%;
}
.detail .bloc-detail {
    margin: 0 0 8em 0;
}
.detail .bloc-detail.descriptif {
    margin: 0 0 50px 0;
}
.detail .descriptif {
    text-align: justify;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.8;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

}
.detail .listing-header {
    text-align: center;
}
.detail .detail-header-titre{
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.detail .detail-header-titre::after {
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 1px;
    width:30%;
    margin: 10px auto 0 auto;
}
.prix-header-titre {
    font-size: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.prix-header-titre li{
    padding: 10px 20px;
    font-size: 17px;
}
.detail .titre-detail::after {
    content: "";
    display: block;
    position: relative;
    background: #111;
    height: 1px;
    width: 100%;
    margin: 5px auto;
}
.detail .modal-title {
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    margin: auto;
}
.detail .modal-header {
    padding: 0;
    background: #eaeaea;
}
.detail button.close {
    margin-right: 20px;
}
.detail .close {
    font-size: 30px;
}
.detail .centrer {
    text-align: center;
}
.detail .padding0 {
    padding: 0!important;
}
.detail #vvirtuelle iframe {
    width: 99.2%!important;
    height: 480px!important;
}
@media (min-width: 576px) {
    .detail .modal-dialog {
        max-width: 50%;
        margin: 30px auto;
        top: 15%;
    }
}
.btn-primary2 {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary2:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.dpe .btn i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
    bottom: 3px;
}
.detail .groupe-btn {
    text-align: center;
    padding-bottom: 0;
    margin: 0 0 0 0;
}
.detail .groupe-btn .grp-btn{
    margin: 8% 0 0 0;
}
.detail .groupe-btn .grp-btn .btn {
    padding: 10px 12px;
    width: auto;
    min-width: 150px;
}
.detail .groupe-btn .grp-btn li{
    display: inline-block;
    padding: 10px 20px;
}
.detail .h3 {
    text-align: center;
    text-transform: uppercase;
    color: #252525;
    font-size: 28px;
    letter-spacing: 5px;
    margin: 0 0 1.2em 0;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}
.detail .info_prix {
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 20px;
    padding: 0;
}
.detail .ion-ios-plus-outline {
    font-size: 20px;
    top: 2px;
}
.detail .groupe-btn .list-inline-item {
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    margin: 10px 15px;
    color: #202020;
    display: inline-block;
}
.detail .list-inline-item a:hover{
    text-decoration: underline;
    background-color: transparent;
}
.detail_header_sticky {
    height: 58px;
}
.detail .img-detail {
    padding: 3px;
}
.detail .img-detail img{
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 0px solid transparent;
    padding-left: 0;
}


/* VISIONNEUSE */
.fancybox-is-open .fancybox-bg {
    opacity: 1;
}
.fancybox-bg {
    background: #000;
}
.fancybox-button--zoom, .fancybox-button--thumbs, .fancybox-infobar {
    display: none!important;
}
.fancybox-toolbar {
    left: 0;
}
.fancybox-navigation .fancybox-button {
    height: 126px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
}
.fancybox-button {
    background: rgba(30,30,30,.1);
}
.fancybox-button--arrow_left svg {
    display: none;
}
.fancybox-button--arrow_left  {
    background: url(/assets/images/fleche-gauche.png);
}
.fancybox-button--arrow_right svg {
    display: none;
}
.fancybox-button--arrow_right  {
    background: url(/assets/images/fleche-droite.png);
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 0.5;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button:hover {
    opacity: 1;
}


/* LOTS PROGRAMMES NEUFS */
.listing-neuf .card_list {
    display: none;
}
.listing-neuf .prod_listing.damier .block_info {
    min-height: 192px;
}
.listing-neuf .info_prix {
    margin: 22px 0 30px 0;
}
.programme-neuf .show ul {
    display: flex;
}
/*.programme-neuf .carousel-control-next, .carousel-control-prev {*/
    /*background: rgba(143,192,51, 1);*/
    /*height: 60px;*/
    /*width: 60px;*/
    /*top: 50%;*/
    /*-webkit-transition: all .3s ease-out;*/
    /*transition: all .3s ease-out;*/
    /*z-index: 30;*/
/*}*/
/*.programme-neuf .carousel-control-next:hover, .carousel-control-prev:hover {*/
    /*background: rgba(143,192,51, 1);*/
    /*width: 60px;*/
/*}*/
.programme-neuf .col-md-12,
.programme-neuf .col-lg-6,
.programme-neuf .col-md-6,
.programme-neuf .col-sm-12,
.programme-neuf .col-xs-12,
.programme-neuf .col-md-12 {
    padding-left: 0;
}
.programme-neuf h3 {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}
.programme-neuf h3:after  {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #dc9233;
}
.programme-neuf h2 {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    text-align: center;
}
.programme-neuf h2::after  {
    content: "";
    display: block;
    position: relative;
    background: #dc9233;
    height: 2px;
    width: 150px;
    margin: 24px auto 0 auto;
}
.detail-bien ul {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px ;
}
.detail-bien ul li {
    margin: 0 20px;
}
.header-bien .like {
    text-align: center;
}
.programme-neuf section {
    margin: 20px 0;
}
.programme-neuf .lots .ion-android-download{
    font-size: 28px;
}
.programme-neuf .detail_pdf .ion-android-download {
    font-size: 20px;
}
.programme-neuf .detail-bien .type-programme {
    font-size: 20px;
}
.programme-neuf .detail-bien .ville {
    font-size: 18px;
}
.programme-neuf .lafficheur li:hover, .programme-neuf .lafficheur li.active {
    background-color: #dc9233;
    color: #000;
}
.rwd-table {
    background: #ddd;
    overflow: hidden;
    width: 100%;
}
.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}
.rwd-table td:first-child {
    padding-top: .5em;
}
.rwd-table tr:nth-child(1),
.rwd-table tr:nth-child(3),
.rwd-table tr:nth-child(5),
.rwd-table tr:nth-child(7),
.rwd-table tr:nth-child(9),
.rwd-table tr:nth-child(11),
.rwd-table tr:nth-child(13),
.rwd-table tr:nth-child(15),
.rwd-table tr:nth-child(17),
.rwd-table tr:nth-child(19),
.rwd-table tr:nth-child(21),
.rwd-table tr:nth-child(23),
.rwd-table tr:nth-child(25),
.rwd-table tr:nth-child(27),
.rwd-table tr:nth-child(29),
.rwd-table tr:nth-child(31),
.rwd-table tr:nth-child(33),
.rwd-table tr:nth-child(35),
.rwd-table tr:nth-child(39),
.rwd-table tr:nth-child(41),
.rwd-table tr:nth-child(43),
.rwd-table tr:nth-child(45),
.rwd-table tr:nth-child(47),
.rwd-table tr:nth-child(49),
.rwd-table tr:nth-child(51),
.rwd-table tr:nth-child(53) {
    background: #e8e8e8;
}
.rwd-table tr {
    background: 0;
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }

    .rwd-table th, .rwd-table td {
        margin: .5em 1em;
        text-align: center;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
}
.travaux {
    margin-bottom: 100px;
}
.travaux ul {
    padding: 20px 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #dc9233;
    background-color: #dddddd63;
    border-color: #ddd #ddd #fff;
}
.nav-tabs .nav-link {
    border-color: #ddd #ddd #ddd;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.programme-neuf .cont_coordonnees {
    border-top: 1px solid #ddd;
}

.rwd-table .ligne-vendu .lot-statut {
    background: #dc9233;
}

.programme-neuf .carousel-inner {
    width: 100%;
    overflow: hidden;
    height: 650px;
}
.detail .bgAccueil-page {
    height: 100%;
    background-position: center center!important;
    position: relative;
    background-size: cover;
}
.detail .liste2 .article_logo {
    width: 40px;
    margin-bottom: 10px;
}
.detail .attribut_label0, .detail .bloc-champ {
    background: #fff;
}
.detail .img-detail img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.bg-gris-clair {
    background: #f5f5f5;
}
.prod_listing.damier .card_list li:nth-child(1):after {
    display: none;
}
.listing .c_loc .bootstrap-select>.dropdown-toggle {
    height: 38px;
}
.prod_listing.carte .spin1.info_type {
    padding-left: 0;
}
.listing .prod_listing.carte .info_titre,
.listing-estimation .prod_listing.carte .info_titre {
    margin-top: 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
}
.listing .prod_listing.carte .spin1.info_type {
    padding-left: 0;
}
.listing-estimation .prod_listing.carte .card_list li:nth-child(3):before {
    content: '';
}
.detail .groupe-btn .dropdown-item > i {
    color: #000!important;
}
.detail .groupe-btn .dropdown-item > i:hover {
    top:0!important;
    color: #A8803C!important;
}
i:hover {
    top:0!important;
}
.detail .groupe-btn .dropdown-item:hover > i {
    top:0!important;
    color: #A8803C!important;
}


/* ---------------------------- 6 01 2023 ----------------- */
.detail .carousel-item img {
    width: 100%!important;
    height: 75vh;
    object-fit: cover;
    object-position: center;
    margin-top: 105px;
}
 
.detail .bgAccueil-page {
    padding-right: 5px;
    padding-left: 5px;
}
.detail_slide_thumbs {
    display: inline-flex;
}
.detail_slide_thumbs > li {
    margin: 5px;
    width: 150px;
}

.detail .swiper-slide {
    background-size: cover;
    background-position: center;
  }

.detail   .mySwiper2 {
    height: 70%;
    width: 100%;
  }

 .detail  .mySwiper {
    height: 30%;
    box-sizing: border-box;
    padding: 0;
  }

 .detail  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

.detail   .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

 .detail  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 65vh;
    object-fit: cover;
    object-position: center;
  }
  .detail .swiper-button-next,
  .detail .swiper-button-prev {
    top: 33%;
}
.detail .h3-titre {
    color: #a8803c;
    font-size: 24px;
}









/* ================================================================ */
/*                              AGENCE                              */
/* ================================================================ */
.agence .listing-agent ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5em;
}
.agence .listing-agent li{
    position: relative;
    width: calc(100% / 2 - 16px);
    margin: 0;
    overflow: hidden;
    padding: 0;
    background-color: #ededed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    -webkit-box-align: center;
}
.agence .listing-agent li img{
    height: 350px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.agence .listing-agent li a:hover{
    color: #000;
}

.w25 {
    width: 25%;
}
.w50 {
    width: 50%;
}

    .agence .listing-agent li:nth-child(3) .agent-ordre2,
    .agence .listing-agent li:nth-child(4) .agent-ordre2,
    .agence .listing-agent li:nth-child(7) .agent-ordre2,
    .agence .listing-agent li:nth-child(8) .agent-ordre2,
    .agence .listing-agent li:nth-child(11) .agent-ordre2,
    .agence .listing-agent li:nth-child(12) .agent-ordre2,
    .agence .listing-agent li:nth-child(15) .agent-ordre2,
    .agence .listing-agent li:nth-child(16) .agent-ordre2,
    .agence .listing-agent li:nth-child(19) .agent-ordre2,
    .agence .listing-agent li:nth-child(20) .agent-ordre2,
    .agence .listing-agent li:nth-child(23) .agent-ordre2,
    .agence .listing-agent li:nth-child(24) .agent-ordre2,
    .agence .listing-agent li:nth-child(27) .agent-ordre2,
    .agence .listing-agent li:nth-child(28) .agent-ordre2,
    .agence .listing-agent li:nth-child(31) .agent-ordre2,
    .agence .listing-agent li:nth-child(32) .agent-ordre2,
    .agence .listing-agent li:nth-child(35) .agent-ordre2,
    .agence .listing-agent li:nth-child(36) .agent-ordre2{
        order: 1;
    } 


    .agence .listing-agent li:nth-child(3) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(4) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(7) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(8) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(11) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(12) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(15) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(16) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(19) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(20) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(23) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(24) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(27) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(28) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(31) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(32) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(35) .agent-ordre2 .row,
    .agence .listing-agent li:nth-child(36) .agent-ordre2 .row{
        justify-content: flex-end;
    }
    .agence .listing-agent li:nth-child(3) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(4) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(7) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(8) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(11) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(12) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(15) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(16) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(19) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(20) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(23) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(24) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(27) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(28) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(31) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(32) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(35) .agent-ordre2 .ordre-chevron1,
    .agence .listing-agent li:nth-child(36) .agent-ordre2 .ordre-chevron1{
        order: 2;
    }
    .agence .listing-agent li:nth-child(3) .agent-ordre1,
    .agence .listing-agent li:nth-child(4) .agent-ordre1,
    .agence .listing-agent li:nth-child(7) .agent-ordre1,
    .agence .listing-agent li:nth-child(8) .agent-ordre1,
    .agence .listing-agent li:nth-child(11) .agent-ordre1,
    .agence .listing-agent li:nth-child(12) .agent-ordre1,
    .agence .listing-agent li:nth-child(15) .agent-ordre1,
    .agence .listing-agent li:nth-child(16) .agent-ordre1,
    .agence .listing-agent li:nth-child(19) .agent-ordre1,
    .agence .listing-agent li:nth-child(20) .agent-ordre1,
    .agence .listing-agent li:nth-child(23) .agent-ordre1,
    .agence .listing-agent li:nth-child(24) .agent-ordre1,
    .agence .listing-agent li:nth-child(27) .agent-ordre1,
    .agence .listing-agent li:nth-child(28) .agent-ordre1,
    .agence .listing-agent li:nth-child(31) .agent-ordre1,
    .agence .listing-agent li:nth-child(32) .agent-ordre1,
    .agence .listing-agent li:nth-child(35) .agent-ordre1,
    .agence .listing-agent li:nth-child(36) .agent-ordre1{
        order: 2;
    }
    .agence .listing-agent li:nth-child(3) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(4) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(7) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(8) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(11) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(12) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(15) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(16) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(19) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(20) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(23) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(24) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(27) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(28) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(31) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(32) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(35) .agent-ordre2 i.ion-chevron-left,
    .agence .listing-agent li:nth-child(36) .agent-ordre2 i.ion-chevron-left{
        display: none;
    }
    .agence .listing-agent li:nth-child(1) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(2) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(5) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(6) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(9) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(10) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(13) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(14) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(17) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(18) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(20) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(21) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(24) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(25) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(28) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(29) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(33) .agent-ordre2 i.ion-chevron-right,
    .agence .listing-agent li:nth-child(34) .agent-ordre2 i.ion-chevron-right{
        display: none;
    }


.listing-agent .agent-bloc-infos {
    text-align: center;
}
.listing-agent .ion-chevron-left,
.listing-agent .ion-chevron-right {
    font-size: 40px;
}
.agence .home_cont_estimation .image {
    height: 40vh;
}
.agence .home_cont_estimation {
    margin: 0 0 80px 0;
}
.agence-agences  {
    box-shadow: 2px 4px 3px rgb(0 0 0 / 10%);
    padding: 0 0 20px 0 ;
}
.agence-agences img {
    margin: 20px 0;
}
.agence-agences i {
    font-size: 25px;
    margin-right: 5px;
    top: 3px;
}
.luxe-contenu .agence-agences p span {
    font-family: 'Perpetua';
    font-size: 22px;
    line-height: 1.1;
}







/* ================================================================ */
/*                        LUXE  et GESTION                          */
/* ================================================================ */

[class*="listing-"] .header_top_page,
[class*="listing"] .header_top_page {
    padding-top: 0;
}
.luxe .header_top_page,
.agence .header_top_page,
.header_top_page,
.services .header_top_page,
.listing-estimation .header_top_page,
.gestion .header_top_page {
    padding-top: 100px;
}
.swiper,
.luxe .swiper,
.agence .swiper,
.services .swiper,
.gestion .swiper {
    width: 100%;
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }

.swiper-wrapper,
  .luxe .swiper-wrapper,
  .contact .swiper-wrapper,
  .listing.swiper-wrapper,
  .listing-estimation .swiper-wrapper,
  .agence .swiper-wrapper,
  .services .swiper-wrapper,
  .gestion .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

.swiper-slide ,
  .luxe .swiper-slide ,
  .contact .swiper-slide, 
  .listing .swiper-slide ,
  .listing-estimation .swiper-slide ,
  .agence .swiper-slide ,
  .services .swiper-slide ,
  .gestion .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 10px!important;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide img,
  .luxe .swiper-slide img,
  .contact .swiper-slide img,
  .listing .swiper-slide img,
  .listing-estimation .swiper-slide img,
  .agence .swiper-slide img,
  .services .swiper-slide img,
  .gestion .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
  }

.swiper-slide,
  .luxe .swiper-slide,
  .contact .swiper-slide,
  .listing .swiper-slide,
  .listing-estimation .swiper-slide,
  .agence .swiper-slide,
  .services .swiper-slide,
  .gestion .swiper-slide {
    width: auto;
  }

  /* .luxe .swiper-slide:nth-child(2n) {
    width: 60%;
  }

  .luxe .swiper-slide:nth-child(3n) {
    width: 40%;
  } */

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
  .luxe .swiper-horizontal>.swiper-pagination-bullets,
  .luxe .swiper-pagination-bullets.swiper-pagination-horizontal,
  .luxe .swiper-pagination-custom,
  .luxe .swiper-pagination-fraction,
  .agence .swiper-horizontal>.swiper-pagination-bullets,
  .agence .swiper-pagination-bullets.swiper-pagination-horizontal,
  .agence .swiper-pagination-custom,
  .agence .swiper-pagination-fraction,
  .services .swiper-horizontal>.swiper-pagination-bullets,
  .services .swiper-pagination-bullets.swiper-pagination-horizontal,
  .services .swiper-pagination-custom,
  .services .swiper-pagination-fraction,
  .gestion .swiper-horizontal>.swiper-pagination-bullets,
  .gestion .swiper-pagination-bullets.swiper-pagination-horizontal,
  .gestion .swiper-pagination-custom,
  .gestion .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination,
.luxe .swiper-pagination,
.agence .swiper-pagination,
.services .swiper-pagination,
.gestion .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.luxe .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.luxe .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.agence .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.agence .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.services .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.services .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.gestion .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.gestion .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination-clickable .swiper-pagination-bullet,
.luxe .swiper-pagination-clickable .swiper-pagination-bullet,
.agence .swiper-pagination-clickable .swiper-pagination-bullet,
.services .swiper-pagination-clickable .swiper-pagination-bullet,
.gestion .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet ,
.luxe .swiper-pagination-bullet ,
.agence .swiper-pagination-bullet ,
.services .swiper-pagination-bullet ,
.gestion .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #A8803C;
}
.swiper-pagination-bullet-active,
.luxe .swiper-pagination-bullet-active,
.agence .swiper-pagination-bullet-active,
.services .swiper-pagination-bullet-active,
.gestion .swiper-pagination-bullet-active {
    opacity: 1;
    background: #A8803C;
}
.swiper-backface-hidden .swiper-slide,
.luxe .swiper-backface-hidden .swiper-slide,
.agence .swiper-backface-hidden .swiper-slide,
.services .swiper-backface-hidden .swiper-slide,
.gestion .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
}
.swiper-button-prev {
    right: auto;
    left: 50px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 42%;
    width: 50px;
    height: 50px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
}
.swiper-button-next:after {
    content: '\f3d3';
    font-size: 40px;
}
 .swiper-button-prev:after {
    content: '\f3d2';
    font-size: 40px;
}
.gestion .swiper-button-next,
.gestion .swiper-button-prev {
    top: 42%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none; 
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* --------------------------------- */
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

/* --------------------------------- */


.luxe-contenu {
    padding: 80px 0;
    text-align: justify;
}

.luxe-contenu p span {
    font-family: 'Perpetua';
    font-size: 25px;
    line-height: 1.1;
}
.luxe-contenu img.img-luxe01 {
    width: 400px;
}
.bg-noir {
    background: #000;
    color: #fff;
}
.bg-gris {
    background: #ececec;
}
.bg-or {
    background-color: #A8803C;
}
.bg-bleu {
    background-color: #3c5159;
}
.bg-vert {
    background-color: #516e53;
}
.bg-bleu-fonce {
    background-color: #2b436e;
}
.bg-vert {
    color: #fff;
}
.or2 {
    color: #bd8f40;
}
.luxe .luxe-contenu .btn-4 {
    margin: 0;
}
.f20 {
    font-size: 23px;
}
.f18 {
    font-size: 1rem;
    font-weight: 600;
}
.f19 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
}
.f30 {
    font-size: 30px!important;
}
strong {
    font-weight: 600;
}

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

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

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 275px;
    max-width: 480px;
    max-height: 360px;
    width: calc(100% / 4 - 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;
    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: 23px;
    padding: 20px 0 20px 0;
    text-shadow: #000000c7 0.1em 0.1em 0.2em;
    /* background: linear-gradient(0deg, #000, rgb(0 0 0 / 55%), rgb(0 0 0 / 0%)); */
}
.grid figure .h2 span {
    font-weight: 800;
}

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

.grid figure p {
    letter-spacing: 1px;
    font-size: 78.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: #516e53;
}

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 {
    margin-top: 50%;
    -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,70%,0);
    transform: translate3d(0,70%,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 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    margin-top: 30%;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    text-shadow: transparent 0.1em 0.1em 0.2em;
    /* background: linear-gradient(0deg, transparent, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)); */
}
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.border-top-bottom {
    border-top: 1px solid rgba(0,0,0, 0.25);
    border-bottom: 1px solid rgba(0,0,0, 0.25);
}
.border-top {
    border-top: 1px solid rgba(0,0,0, 0.25);
}


.categories-actualites .display-none{
    display: none;
}

.categories-actualites .blog__all {
    display: flex;
    flex-wrap: wrap;
    margin: 0em -0.5em 3em -0.5em;
}
.categories-actualites ul li {
    position: relative;
    width: calc(100% / 3 - 16px);
    margin: 0em 0.5rem 0em 0.5rem;
    overflow: hidden;
    padding: 0;
}
.categories-actualites ul li {
    display: none!important;
}
.categories-actualites ul li:nth-child(1),
.categories-actualites ul li:nth-child(2),
.categories-actualites ul li:nth-child(3) {
    display: block!important;
}
.categories-actualites ul li .row, .categories-actualites .row{
    margin: 0;
}
.categories-actualites .date-post {
    color: #fff;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 14px;
    position: absolute;
    background: #A8803C;
    padding: 5px 15px;
    right: 10px;
    top: -16px;
}
.categories-actualites .title-post {
    text-transform: uppercase;
    margin: 15px 0 10px 0;
    color: #000;
    font-family: 'Perpetua';
    letter-spacing: 1px;
    font-size: 18px;
}
.categories-actualites img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.categories-actualites .blog-contenu {
    padding: 0 5px;
}






/* GESTION LOCATIVE */
.gestion-locative .is-header {
    position: relative;
    height: auto;
    padding: 110px 4rem 0 4rem;
}
.gestion-locative .home_cont_newsletter .page-space-left {
    padding:80px;
}
.gestion-locative .home_cont_newsletter {
    margin: 0 0;
}
.gestion-locative .ion-ios-arrow-thin-right {
    font-size: 25px;
    top: 3px;
}
.gestion-locative-contact {
    position: relative;
    background: url(/assets/images/gestion/gestion-locative-contact.jpg) no-repeat center center;
    background-size: contain;
    color: #fff;
    margin: 0 auto;
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-before::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #A8803C;
    vertical-align: middle;
    margin: 0 10px;
}


.home_cont_faq .home_heading {
    text-transform: initial;
}
.home_cont_faq .home_heading span {
    text-transform: uppercase;
}
.home_cont_faq input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
.home_cont_faq .row .col {
    flex: 1;
  }
  .home_cont_faq  .row .col:last-child {
    margin-left: 1em;
  }
  
  /* Accordion styles */
  
.home_cont_faq  .tab {
    width: 100%;
    color: white;
    overflow:hidden;
  }
.home_cont_faq  .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #f7f7f7;
    font-weight: 400;
    cursor: pointer;
    color: #444;
}

.home_cont_faq  .tab-label:hover {
    background: #A8803C;
    color: #fff;
  }
.home_cont_faq  .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
  }
.home_cont_faq  .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #444;
    background: #fff;
    transition: all 0.35s;
  }
 .home_cont_faq .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #A8803C;
    cursor: pointer;
  }
.home_cont_faq  .tab-close:hover {
    background: #A8803C;
  }
  
.home_cont_faq  input:checked + .tab-label {
    background: #A8803C;
    color: #fff;
  }
.home_cont_faq  input:checked + .tab-label::after {
    transform: rotate(90deg);
  }
 .home_cont_faq .tab-content {
    display: none;
  }
 .home_cont_faq input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
    display: block;
}

.home_cont_faq .suite .col:last-child {
    margin-left: 0;
}
.btn-suite {
    margin: 20px;
}
.suite .ion-android-add-circle {
    color: #A8803C;
    font-size: 20px;
    top: 3px;
}

body.gestion-locative .home_cont_faq input + label {
    position: inherit;
    top: auto;
    right: auto;
    height: auto;
    width: 100%;
    z-index: 5;
}


/* SERVICE LOCATION */
.service-location .is-header {
    position: relative;
    height: auto;
    padding: 110px 4rem 0 4rem;
}
.service-location .home_cont_newsletter {
    margin: 0;
}

/* GARANTIE */
.garantie .is-header {
    position: relative;
    height: auto;
    padding: 110px 4rem 0 4rem;
}
.garantie .home_cont_newsletter {
    margin: 0;
}
 .encadre .btn-4 {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.encadre .btn-4:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
 .encadre .btn-4c:before {
    color: #000;
}

/* EXTRANET */
.extranet .is-header {
    position: relative;
    height: auto;
    padding: 110px 4rem 0 4rem;
}
.extranet .home_cont_newsletter {
    margin: 0;
}

/* JURIDIQUE */
.juridique .is-header {
    position: relative;
    height: auto;
    padding: 110px 4rem 0 4rem;
}
.juridique .header-slider img {
    object-position: top;
}
.juridique .home_cont_newsletter {
    margin: 0;
}

/* CONSEILS */
.conseils .is-header {
    position: relative;
    height: auto;
    padding: 110px 4rem 0 4rem;
}
.conseils .header-slider img {
    object-position: bottom;
}
.conseils .home_cont_newsletter {
    margin: 0;
}

/* EQUIPE */
.equipe .is-header {
    position: relative;
    height: auto;
    padding: 110px 4rem 0 4rem;
}
.equipe .home_cont_newsletter {
    margin: 0;
}

/* TARIFS */
.tarifs .is-header {
    position: relative;
    height: auto;
    padding: 110px 4rem 0 4rem;
}
.tarifs .home_cont_newsletter {
    margin: 0;
}
.encadre {
    background: #A8803C;
    color: #fff;
    border-radius: 30px;
    padding: 20px;
    min-height: 300px;
}
.listing-vendu .encadre {
    min-height: 100px;
}
.tarifs .encadre span{
    margin: 20px 0;
}
.encadre span::after, .encadre span::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
    vertical-align: middle;
    margin: 0 15px;
}

.mt-110 {
    margin-top: 110px;
}


/* ================================================================ */
/*                             SERVICES                             */
/* ================================================================ */

.bg-services {
    background-color: rgb(162 149 134);
}

.picto-services{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    z-index: 1;
    border-right: 5px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 5px solid #ebebeb;
    margin: auto auto 20px auto;
    display: flex;
}
/* .bloc-services-pictos a:hover{
    color:#6b6b6b;
} */
.bloc-services-pictos a:hover .picto-services{
    border-right: 5px solid #A8803C;
    border-left: 1px solid #A8803C;
    border-bottom: 5px solid #A8803C;
}

.picto-services img {
    width: 100px;
    margin: auto;
}
.services .ion-arrow-right-c {
    font-size: 40px;
}

.services .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
}
.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #A8803C;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.services .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
/* ================================================================ */
/*                     CONNEXION / INSCRIPTION                      */
/* ================================================================ */
.connexion .is-header {
    position: relative;
    height: auto;
    padding: 110px 4rem 0 4rem;
}
#FormConnexion .form-group.c_nom,
#FormConnexion .form-group.c_prenom {
    display: none;
}
.espace-connexion-bienvenue {
    text-align: center;
}
#captchaInscriptionModal .close {
    font-size: 3rem;
    line-height: 1;
    opacity: 1;
    font-weight: 500;
    color: #A8803C;
}
#captchaInscriptionModal .modal-footer {
    justify-content: center;
}
#captchaInscriptionModal .modal-title{
    font-size: 16px;
}
@media (min-width: 992px) {
    #captchaInscriptionModal .modal-lg {
        max-width: 450px;
    }   
    #captcha-html img {
        margin-bottom: 20px;
    } 
    #captcha-html input {
        width: 280px;
    } 
}





/* ================================================================ */
/*                              AUTRES                              */
/* ================================================================ */
.top_link {
    bottom: 15px;
    background: #000;
    border-radius: 0;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
    height: 3.3rem;
    width: 3.3rem;
    right: 50px;
    position: fixed;
    display: flex;
    border: 2px solid #A8803C;
    color: #fff;
    opacity: 1;
    align-items: center;
    justify-content: center;
}


/* ================================================================ */
/*                            ESTIMATION                            */
/* ================================================================ */

.listing-estimation .is-header {
    height: auto;
}
.progress-bar {
    background-color: #A8803C;
}

.white {
    color: #fff;
}
.black {
    color: #000;
}

.listing-estimation .bg-bleu-fonce .luxe-contenu .btn-4:hover {
    color: #a8803c;
    border-bottom: 0px solid #a8803c;
    background: #fff;
    padding: 10px 50px 10px 10px;
}
.listing-estimation .bg-bleu-fonce .luxe-contenu .btn-4 {
    color: #fff;
    border-bottom: 0px solid #fff;
    padding: 10px;
    background: #a8803c;
}
.listing-estimation .encadre {
    min-height: 270px;
}
.listing .header-item,
.listing-estimation .header-item {
    padding: 5px 0 0 0px;
}
.listing .damier .header-item {
    padding-top: 20px;
}
.damier .info_prix {
    margin: 10px 0 0px 0;
}
.listing .home_cont_selection {
    padding: 0;
}
.listing .home_cont_newsletter {
    margin: 0 0 3rem 0;
}
.listing-estimation .bg-bleu-fonce .btn-4 {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.listing-estimation .container_search {
    display: none;
}
.listing-estimation .main-content {
    padding-top: 0;
}

.estimation-etape {
    text-align: center;

}
.luxe-contenu.estimation-objectif {
    padding: 0;
}
.estimation-objectif img{
    width: 300px;
}
.estimation-objectif .inline-photo1 {
    margin: 0;
}
.estimation-etape::before {
    content: "";
    bottom: 6em;
    left: 3%;
    right: 3%;
    height: 15em;
    position: absolute;
    background-color: #2b436e;
    z-index: -1;
    width: 94%;
}
.estimation-referencement .main-content {
    padding-top: 110px;
}
.listing-estimation .prod_listing.damier .info_titre,
.listing-estimation .prod_listing.carte .info_titre {
    color: #A8803C;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 0px;
    width: auto;
    padding: 0;
}

/* ================================================================ */
/*                             CONTACT                              */
/* ================================================================ */
.contact .header_top_page {
    padding-top: 100px;
}
.form-group.c_mail {
    margin-top: 0;
}
.contact .form-style {
    text-align: left;
    background: #f1f0f0!important;
    border:0!important;
}
.contact .groupe_champs > .form-group.c_tel,
.contact .groupe_champs > .form-group.c_mail,
.contact .groupe_champs > .form-group.c_objet {
    width: 50%;
}
/* ================================================================ */
/*                             ALERTE                               */
/* ================================================================ */
.alerte-email .header_top_page {
    padding-top: 100px;
}
/* ================================================================ */
/*                       FOOTER & COORDONNEES                       */
/* ================================================================ */

/* LABEL */

.bloc-label {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box !important;
    display: block;
    direction: ltr !important;
    right: 0;
    z-index: 1000;
}
.bloc-label .label {
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    padding: 15px 45px 0 0;
    cursor: pointer;
    white-space: nowrap;
    background-color: #A8803C !important;
    background-color: var(--hjFeedbackAccentColor, #A8803C) !important;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    opacity: 1;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 17px 0 0 17px;
    transform: translateX(4px);
}
.bloc-label .label2 {
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    padding: 15px 45px 0 0;
    cursor: pointer;
    white-space: nowrap;
    background-color: #A8803C !important;
    background-color: var(--hjFeedbackAccentColor, #A8803C) !important;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    opacity: 1;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 17px 0 0 17px;
    transform: translateX(4px);
    margin: 10px 0 0 0;
}
.bloc-label .label:hover,
.bloc-label .label2:hover {
    transform: translateX(0);
    box-shadow: 0 0 35px 2px rgb(0 0 0 / 35%);
    opacity: 1;
}
.bloc-label .label p,
.bloc-label .label2 p {
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    cursor: pointer;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #fff !important;
    color: var(--hjFeedbackAccentTextColor, #fff) !important;
    font-weight: 400;
    margin-left: 12px;
    font-size: 14px;
}


/* BTN BOTTOM */
.header-contact {
    bottom: 10px;
    background: #000;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
    height: 3.3rem;
    width: 3.3rem;
    right: 20px;
    position: fixed;
    display: flex;
    z-index: 3;
    justify-content: center;
    border: 2px solid #a8803c;
}
.header-contact:hover {
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 60%);
}

.header-contact i {
    font-size: 35px;
    color: #fff;
}


.top_link {
    /* bottom: 70px; */
    right: 20px;
}
.top_link:hover {
    height: 3.3rem;
    width: 3.3rem;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 60%);
}





/* COORDONNEES */
.cont_coordonnees {
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #000;
    color: #fff!important;
}
.ion-social-twitter,
.ion-social-linkedin,
.ion-social-facebook,
.ion-social-instagram,
.ion-social-youtube {
    top: 0;
    transition: top ease 0.5s;
    color: #A8803C;
}
.cont_coordonnees p {
    color: #fff;
    font-weight: 300;
}
.cont_coordonnees .plan-site a {
    font-weight: 300;
    color: #fff;
}
.cont_coordonnees a:hover {
    color: #b1b1b1;
    font-style: italic;
}
.cont_coordonnees .titre-small {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    font-style: initial;
    color: #A8803C;
    text-align: left;
    margin: 10px 0;
    text-transform: uppercase;
}
.plan-site {
    text-align: left;
}
.cont_coordonnees .plan-site ul li {
    margin: 0;
}
.cont_coordonnees .plan-site ul li i {
    font-size: 19px;
    top: 2px;
    margin-right: 7px;
}
.cont_coordonnees .border-bottom {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
    padding-bottom: 30px!important;
}
.cont_coordonnees .adresse-siege img {
    width: 115px;
}
.cont_coordonnees .reseaux-sociaux a i {
    font-size: 27px;
}

/* FOOTER */
footer .ion-social-twitter,
footer .ion-social-linkedin,
footer .ion-social-facebook,
footer .ion-social-instagram,
footer .ion-social-youtube {
    top: 0;
    transition: top ease 0.5s;
    color: #fff;
}
footer {
    background-color: #000;
    padding: 20px 10px;
    color: #fff;
}
footer a {
    color: #fff;
    font-weight: 300;
}
footer a:hover {
    color: #A8803C;
}
footer a.lien-before::before {
    content: "|";
    display: inline-block;
    color: #A8803C;
    margin: 0 10px;
}


/* ================================================================ */
/*                           RESPONSIVE                             */
/* ================================================================ */
@media (min-width: 992px) {
    .header__logo {
        display: block;
        height: 100px;
        padding: 0;
    }
    .header__logo img, .index .not-sticking .header__logo img {
        width: 100px;
    }
}

@media (max-width: 991px) {
    #bloc_fixed_bottom {
        display: none;
    }
    .index .header, .header {
        bottom: auto;
        top: 0;
    }
    p, .titre-small { font-size: 14px; }
    .header__logo {
        display: block;
        height: 100px;
        padding: 5px 0;
    }
    .header__logo img, .index .not-sticking .header__logo img {
        width: 67px;
        padding: 0;
    }
    /* HEADER */
    .header .not-sticking, .header .sticking, .index .header .not-sticking {
        background: #000;
    }
    .infos-header h1,
    .infos-header .h1-index {
        font-size: 1.3rem;
    }
    .infos-header {
        top: 33px;
    }
    .collection-list .container {
        margin: 0;
        max-width: 760px;
    }
    .header-collections .collection-list .list .col-item .item-content .item-intitule {
        font-size: 14px;
    }
    /* MENU */
    .b-container {
        top: 7px;
        bottom: auto;
    }
    .nav-bloc-contenu .titre-bloc-nav {
        font-size: 18px;
    }
    .nav-bloc-contenu .titre-bloc-nav span {
        font-size: 15px;
        font-weight: 300;
    }
    .b-link {
        font-size: 21px;
    }
    .nav-menu .full-block {
        left: 19px;
    }
    .b-nav.open .nav-menu {
        background: linear-gradient( rgba(0,0,0, 0.4), rgba(0,0,0, 0.4) ),url(/assets/images/bgimg-nav-menu.jpg) no-repeat center left;
    }
    .nav-bloc-1 {
        height: 33%;
    }
    .nav-bloc-2 {
        height: 66%;
    }
    .nav-bloc-1 .nav-bloc-image {
        background-position-y: center;
    }
    .nav-bloc-2-2 .nav-bloc-image {
        background-position-y: bottom;
    }
    /* MOTEUR */
    .search__form-item:nth-child(1), .search__form-item:nth-child(n+2) {
        width: calc(100% / 4 - 5px);
    }
    .search__form-item.c_valid {
        display: block !important;
        margin: auto 0;
        margin-right: 20px;
    }
    .search__form-item.c_valid .btn-primary {
        font-size: 15px;
        padding: 0.58rem 0;
    }
    .plusdecritere.search__form-item {
        margin-right: 20px;
        margin-top: 20px;
    }
    .plusdecritere .btn-default {
        padding: 0 0.75rem;
    }
    /* INDEX PRESENTATION */
    .block-text-list .text-item .largetext {
        font-size: 50px;
    }
    .section-presentation > .page-space-left {
        padding-left: 30px;
        padding-right: 30px;
    }
    .section-presentation .text-content, .section-presentation .text-content p span {
        font-size: 25px;
    }
    .bloc-label .label,
    .bloc-label .label2 {
        transform: translateX(9px);
    }
    .bloc-label .label p, .bloc-label .label2 p {
        font-weight: 200;
        margin-left: 12px;
        font-size: 13px;
    }
    .section-presentation .image-content .image-item:nth-child(3) > div {
        padding-top: 70%;
        margin-top: -3rem;
    }
    .section-presentation .image-content .image-item:nth-child(1) {
        bottom: -10%;
    }
    /* INDEX ESTIMATION */
    .home_heading {
        font-size: 25px;
    }
    .home_cont_estimation .image {
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
        height: 35vh;
        margin: 0;
    }
    .temoignage-ordre1 { order: 1;}
    .temoignage-ordre2 { order: 2;}
    .temoignage-ordre3 { order: 3;}
    .temoignage-ordre1.text-right { text-align: center!important;}
    .home_cont_avisclients .carousel-item img {
        width: 110px;
        height: 110px;
        right: 0;
    }
    #carouselTemoignages .carousel-item .col-12.col-md-4.pl-3.pr-3 { padding-right: 0!important;padding-left: 0!important; }
    .temoignages_text, .temoignages_author, .temoignages_date {
        font-size: 10px;
    }
    .home_cont_avisclients .contenu-texte-item {
        min-height: 180px;
    }
    /* INDEX BIENS VENDUS */
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil article {
        width: calc(100% / 3 - 20px);
    }
    .prod_accueil .info_ville {
        font-size: 16px;
    }
    .prod_accueil .info_titre {
        margin-top: 20px;
        color: #A8803C;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 12px;
    }
    .prod_accueil .card_list li {
        font-size: 13px;
    }
    /* INDEX NEWSLETTER */
    .home_cont_newsletter {
        margin: 0 0 4rem 0;
    }
    .home_cont_newsletter .image {
        height: 35vh;
        margin: 0;
    }
    .home_cont_newsletter .page-space-left {
        padding: 30px;
    }

    /* SLIDER PAGES */
    .swiper, .luxe .swiper, .agence .swiper, .services .swiper, .gestion .swiper {
        height: 25vh;
    }
    .luxe .header_top_page, .agence .header_top_page, .header_top_page, .services .header_top_page, .listing-estimation .header_top_page, .gestion .header_top_page, [class*="listing-"] .header_top_page, [class*="listing"] .header_top_page {
        padding-top: 75px;
    }
    .pr-5, .px-5 {
        padding-right: 1.5rem!important;
    }
    .pl-5, .px-5 {
        padding-left: 1.5rem!important;
    }
    .vendu-chiffres .text-item .smalltext {
        padding-left: 7px;
        padding-right: 15px;
    }
    .ordre1 { order: 1; }
    .ordre2 { order: 2; }
    .ordre3 { order: 3; }
    .ordre4 { order: 4; }
    .ordre5 { order: 5; }
    .ordre6 { order: 6; }
    .ordre7 { order: 7; }
    .ordre8 { order: 8; }
    .ordre9 { order: 9; }
    .ordre10 { order: 10; }
    .ordre11 { order: 11; }
    .ordre12 { order: 12; }
    /* AGENCE */
    .agence .home_cont_estimation .image {
        height: 35vh;
        background-position: center top;
    }
    .home_cont_estimation .page-space-left {
        padding: 20px 30px 20px 50px;
    }
    .agence .listing-agent li img {
        height: 150px;
    }
    .agence .title-post {
        font-size: 14px;
        margin-bottom: 5px!important;
    }
    .agence .secteur-post,
    .agence .fonction-post {
        font-size: 10px;
    }
    .listing-agent .ion-chevron-left, .listing-agent .ion-chevron-right {
        font-size: 25px;
    }
    .luxe-contenu .agence-agences p span {
        font-size: 15px;
    }
    /* HEADER PAGES */
    .header_top_page .header-title {
        font-size: 2rem;
    }
    .is-header {
        position: relative;
        height: 50vh;
        padding: 25px 2rem 0 2rem;
    }
    /* PARTENAIRES */
    .partenaires p.description-post {
        font-size: 14px;
    }
    /* LE MAG */
    .blog__categories ul li a {
        font-size: 14px;
    }
    .actualites-group ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0.5em auto 0 auto;
        justify-content: space-around;
    }
    .adminpersos .actualites-group img {
        height: 150px;
    }
    .actualites .actualites-group .blog__items ul li {
        margin: 1em 0.5rem 0em 0.5rem;
        padding: 1em 2em;
    }
    .actualites .title-post {
        font-size: 15px;
    }
    .tag-actu {
        color: #d1d1d1;
        font-weight: 300;
        position: relative;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        left: 0;
        text-transform: uppercase;
        top: 0;
        font-size: 18px;
        width: 400px;
        text-align: left;
    }
    .actualites .date-post {
        color: #fff;
        margin-bottom: 5px;
        font-style: italic;
        font-size: 11px;
        position: absolute;
        background: #A8803C;
        padding: 5px 15px;
        right: 10px;
        top: -16px;
    }
    /* LISTING */
    .prod_listing > .listing_article article {
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% / 2 - 20px);
        margin-left: 0;
        margin-right: 10px;
    }
    .prod_listing.carte > .listing_article article {
        width: calc(100% / 1 - 20px);
    }
    
    .prod_listing .article_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_listing .info_titre {
        width: 90%;
        color: #fff;
        padding-left: 8px;
    }
     .block_info .titre-vue-listing,
     .block_info .detail-listing {
        display: none;
    }
    .listing .header-item {
        padding: 5px 10px!important;
    }
    .prod_listing .info_type {
        margin-top: 10px;
        font-style: italic;
        color: #a8803c;
        line-height: 1;
        font-size: 15px;
    }
    .prod_listing .info_ville {
        font-size: 16px;
        padding-top: 0;
    }
    .prod_listing .info_prix {
        margin: 10px 0 0 0;
        line-height: 1;
        padding: 0;
    }
    .prod_listing .info_prix-hai {
        display: none;
    }
    .prod_listing .card_list {
        margin: 10px 0;
        text-align: center;
    }
    .prod_listing .card_list li {
        padding: 0 6px 0 0;
        font-size: 12px;
    }
    .prod_listing .card_list li:nth-child(3):before,
    .prod_listing .card_list li:nth-child(1):after {
        display: none;
    }
    /* LUXE */
    .luxe-contenu img.img-luxe01 {
        width: 200px;
    }
    .luxe-contenu p span {
        font-size: 16px;
    }
    /* SERVICES */
    .f20 {
        font-size: 17px;
    }
    .services .pr-4 ,
    .services .pl-4 {
        padding-right: 25px!important;
        padding-left: 25px!important;
    }
    .services .inline-photo3, .services .inline-photo2 {
        margin: 0;
    }
    /* GESTION */
    .grid figure {
        min-width: 220px;
        max-width: 350px;
        max-height: 360px;
        width: calc(100% / 2 - 9px);
        margin: 4px;
    }
    figure.effect-bubba .h2 {
        padding-top: 0;
    }
    .categories-actualites ul li:nth-child(3) {
        display: none!important;
    }
    .categories-actualites ul li {
        width: calc(100% / 2 - 16px);
    }
    .gestion-locative .is-header, .service-location .is-header, .garantie .is-header, .extranet .is-header, .juridique .is-header, .conseils .is-header, .equipe .is-header, .tarifs .is-header{
        padding: 0px 2rem 0 2rem;
    }
    .garantie .encadre,
    .juridique .encadre,
    .extranet .encadre {
        min-height: 100px;    }

    .gestion-locative-contact {
        background-size: cover;
        padding: 0px 0;
    }
    .gestion-locative-contact .pr-5 {
        padding-right: 2.5rem!important;
    }
    body.gestion-locative .home_cont_faq input + label {
        width: 90%;
    }
    .home_cont_faq input:checked ~ .tab-content {
        width: 90%;
    }
    .home_cont_faq .pr-4,
    .home_cont_faq .pl-4 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    /* ESTIMATION */
    .estimation-etape img {
        width: 70%;
    }
    .estimation-etape::before {
        content: "";
        bottom: 3em;
        left: 3%;
        right: 3%;
        height: 17em;
        position: absolute;
        background-color: #2b436e;
        z-index: -1;
        width: 94%;
    }
    .listing-estimation .encadre {
        min-height: 170px;
    }
    .listing-estimation .pr-4,
    .extranet .pr-4,
    .listing-estimation .pl-4{
        padding-right: 0!important;
        padding-left: 0!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .listing-estimation .d-flex2 {display: block!important;}
}

@media (min-width: 611px) {
    .versionmobileavis {
        display: none;
    }
    .affichage-mobile {
        display: none;
    }
}
@media (max-width: 610px) {
    .affichage-mobile {
        display: block;
    }
    .affichage-mobile p {
        text-align: center;
    }
    #bloc_fixed_bottom {
        display: flex;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: relative;
        right: auto;
        top: auto;
        font-size: 27px;
        background: transparent;
        padding: 0;
        border-radius: 0;
        color: #fff;
        left: auto;
    }
    .display-mobile {display: none;}
    .header__logo {
        display: block;
        height: 100px;
        padding: 5px 0;
    }
    .header__logo img, .index .not-sticking .header__logo img {
        width: 100px;
        padding: 0;
        margin-top: 0;
    }
    /* HEADER */
    .header .not-sticking, .header .sticking, .index .header .not-sticking {
        background: #000;
    }

    /* MENU */
    .b-container {
        top: 0;
        bottom: 5px;
    }
    .nav-bloc-contenu .titre-bloc-nav {
        font-size: 18px;
    }
    .nav-bloc-contenu .titre-bloc-nav span {
        font-size: 15px;
        font-weight: 300;
    }
    .b-link {
        font-size: 20px;
    }
    .nav-menu .full-block {
        left: 19px;
    }
    .b-nav.open .nav-menu {
        background: linear-gradient( rgba(0,0,0, 0.4), rgba(0,0,0, 0.4) ),url(/assets/images/bgimg-nav-menu.jpg) no-repeat center left;
    }
    .section-top-page .header-collections .header-title, .infos-header {
        display: none;
    }
    .section-top-page .header-collections .collection-list .list .col-item {
        min-height: 105px;
    }
    .section-top-page {
        padding-bottom: 0;
        margin-top: 75px;
    }
    .search__form-item:nth-child(1), .search__form-item:nth-child(n+2),  [class*="listing-"] .search__form-item:nth-child(n+2), [class*="listing"] .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 5px);        
    }
    /* [class*="listing"] .container_search, [class*="listing-"] .container_search {
        display: block;
    } */
    /* .listing .header_top_page {
        padding-top: 400px;
    } */
    .index #siteWrapper header {
        height: auto;
        margin-top: 30px;
    }
    .index #siteWrapper {
        margin-top: 0;
    }
    .section-presentation .text-content .text-list, .vendu-chiffres .block-text-list {
        display: flex;
        flex-wrap: wrap;
    }
    .block-text-list .text-item .largetext {
        font-size: 30px;
    }
    .block-text-list .text-item .smalltext {
        font-size: 8px;
        padding-left: 10px;
    }
    #bloc_fixed_bottom .bloc:hover {
        background: rgba(0,0,0,0);
    }
    .section-presentation {
        margin: 20px 0;
    }
    .section-presentation .text-content .text-list > div, .section-presentation .text-content2 .text-list > div {
        justify-content: flex-start;
    }
    .section-presentation .text-content, .section-presentation .text-content p span {
        font-size: 23px;
    }
    .bloc-label {
        display: none;
    }
    #bloc_fixed_bottom .bloc {
        width: auto;
        padding-left: 0;
        text-align: center;
    }
    #bloc_fixed_bottom a {
        font-size: 16px;
        position: relative;
        border: none;
        outline: none;
        padding: 7px 15px;
        cursor: pointer;
        white-space: nowrap;
        border: 1px solid #202020;
        background-color: #A8803C !important;
        background-color: var(--hjFeedbackAccentColor, #A8803C) !important;
        transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
        opacity: 1;
        width: 45px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 17px 17px 0 0px;
        transform: translateX(0px);
        width: 100%;
        text-align: center;
        transform: translateY(18px);
    }
    #bloc_fixed_bottom .bloc4 {
        display: none;
    }
    .listing #bloc_fixed_bottom .bloc4 {
        display: block;
    }
    #bloc_fixed_bottom .bloc4 a {
        padding: 2px 15px;
    }
    #bloc_fixed_bottom .bloc4 i {
        font-size: 1.5rem;
    }
    #bloc_fixed_bottom a p{
        margin-bottom: 0;
    }
    #bloc_fixed_bottom .bloc1 ul li:nth-child(1), #bloc_fixed_bottom .bloc2 ul li:nth-child(1), #bloc_fixed_bottom .bloc3 ul li:nth-child(1), #bloc_fixed_bottom .bloc4 ul li:nth-child(1) {
        margin-right: 0;
    }
    .nav-menu .header-collections .collection-list .list .col-item {
        height: 60px;
    }
    .b-bun {
        background: #A8803C;
    }
    #bloc_fixed_bottom {
        background: transparent;
    }
    .section-presentation .image-content .image-item:nth-child(3) > div {
        padding-top: 70%;
        margin-top: 0;
    }
    .section-presentation .image-content .image-item > div {
        padding-top: 70%;
    }
    .home_cont_avisclients .bg-gris-avis {
        padding: 20px;
    }
    .versionpcavis {
        display: none;
    }
    .home_cont_avisclients .carousel ul {
        justify-content: center;
    }
    .home_cont_avisclients .inline-element {
        width: auto;
    }
    .home_cont_avisclients .carousel ul li {
        padding: 20px 40px;
    }
    .prod_accueil article {
        width: calc(100% / 1 - 20px);
    }
    .home_cont_selection {
        padding: 20px;
    }
    .plan-site {
        text-align: center;
        padding: 20px;
    }
    .cont_coordonnees .text-left, .cont_coordonnees .titre-small {
        text-align: center!important;
    }
    .swiper, .luxe .swiper, .agence .swiper, .services .swiper, .gestion .swiper {
        height: 35vh;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .swiper-button-prev {
        left: 20px;
    }
    .swiper-button-next {
        right: 20px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 26px;
    }
    .pr-4,
    .pl-4,
    .pr-5,
    .pl-5,
    .pr-1,
    .pl-1 {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .agence .listing-agent li {
        position: relative;
        width: calc(100% / 1 - 6px);
        margin-bottom: 20px;
    }
    .agence .listing-agent li img {
        height: 250px;
    }
    .listing-agent .agent-bloc-infos {
        padding: 20px 0;
    }
    .agence .listing-agent li:nth-child(3) .agent-ordre1, .agence .listing-agent li:nth-child(4) .agent-ordre1, .agence .listing-agent li:nth-child(7) .agent-ordre1, .agence .listing-agent li:nth-child(8) .agent-ordre1, .agence .listing-agent li:nth-child(11) .agent-ordre1, .agence .listing-agent li:nth-child(12) .agent-ordre1, .agence .listing-agent li:nth-child(15) .agent-ordre1, .agence .listing-agent li:nth-child(16) .agent-ordre1, .agence .listing-agent li:nth-child(19) .agent-ordre1, .agence .listing-agent li:nth-child(20) .agent-ordre1, .agence .listing-agent li:nth-child(23) .agent-ordre1, .agence .listing-agent li:nth-child(24) .agent-ordre1, .agence .listing-agent li:nth-child(27) .agent-ordre1, .agence .listing-agent li:nth-child(28) .agent-ordre1, .agence .listing-agent li:nth-child(31) .agent-ordre1, .agence .listing-agent li:nth-child(32) .agent-ordre1, .agence .listing-agent li:nth-child(35) .agent-ordre1, .agence .listing-agent li:nth-child(36) .agent-ordre1 {
        order: 1;
    }
    .listing-agent .ion-chevron-left, .listing-agent .ion-chevron-right {
        display: none;
    }
    .w50 {
        width: 100%;
    }
    .w25 {
        width: 0;
    }
    .agence .title-post {
        font-size: 16px;
    }
    .agence .secteur-post, .agence .fonction-post {
        font-size: 13px;
    }
    .temoignages_text, .temoignages_author, .temoignages_date {
        font-size: 12px;
    }
    .actualites-group .ul-conseiller2 li:nth-child(1) {
        width: auto!important;
    }
    .actualites-group .ul-conseiller2 li span {
        display: none;
    }
    .infos-conseiller {
        padding: 20px;
        font-size: 15px;
    }
    .detail .swiper-slide img {
        max-height: 40vh;
    }
    [class*="listing"] .main-content, [class*="listing-"] .main-content {
        padding-top: 0px;
    }
    .prod_listing > .listing_article article {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .detail .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .detail .h3-titre {
        color: #a8803c;
        font-size: 16px;
    }
    .detail .h3 {
        font-size: 20px;
    }
    .detail .groupe-btn .list-inline-item {
        margin: 10px 8px;
    }
    .bloc-services-pictos.w-100 {
        width: auto!important;
        padding: 0 15px!important;
    }
    .row {
        margin: 0;
    }
    .grid figure {
        min-width: 220px;
        max-width: 350px;
        max-height: 360px;
        width: calc(100% / 1 - 9px);
        margin: 4px;
    }
    .categories-actualites ul li {
        width: calc(100% / 1 - 16px);
        margin-bottom: 30px;
    }
    .header_top_page .header-content {
        display: block;
    }
    .home_cont_faq input:checked + .tab-label {
        font-size: 15px;
        padding-right: 20px;
        text-align: left;
    }
    body.gestion-locative .home_cont_faq input + label {
        font-size: 14px;
        text-align: left;
    }
    .header_top_page .header-title {
        white-space: initial;
    }
    .header_top_page .header-title {
        font-size: 1.2rem;
    }
    .partenaires .actualites-group ul li,.partenaires.adminpersos .actualites-group .bloc-image {
        padding: 1em;
    }
    .partenaires.adminpersos .actualites-group img {
        height: 140px;
    }
    .header-infos {
        width: 100%;
    }
    .scroll-indicator { display: none;}
    .is-header {
        height: auto;
    }
    .blog__categories .home_heading {
        margin: 50px 0;
        text-align: center;
    }
    .actualites-group ul {
        display: block;
        text-align: center;
    }
    .blog__categories ul li {
        margin: 10px 0;
    }
    .actualites .actualites-group .blog__items ul li {
        margin: 1em 0.5rem;
        padding: 1em;
        width: calc(100% / 1 - 16px);
    }
    .actualites .description-post {
        margin: 10px 0;
        font-size: 14px;
    }
    .contact .groupe_champs > .form-group.c_tel, .contact .groupe_champs > .form-group.c_mail, .contact .groupe_champs > .form-group.c_objet {
        width: 100%;
    }
    [class*="listing"] .container-fluid, [class*="listing-"] .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-group.c_mail {
        width: 100%;
    }
    .btn-secondary, .btn-primary, .btn-info {
        font-size: 14px;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .bgAccueil {
        background: #fff!important;
    }    
}


/* PAGINATION */

.page-item.active .page-link {
    background-color: #cccccc63;
}
a.page-laulau{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 0;
}
a.page-laulau:hover{
    color: #A8803C;
}