/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Satisfy');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Nunito Sans', sans-serif;
font-family: 'Prompt', sans-serif; */



/*GENERAL*/
.alert-danger {
    color: #fff;
    background-color: #b6735c;
    border-color: #b6735c;
}
body {
    font-family: 'Nunito Sans', sans-serif;
    text-align: left;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 2px;
}
h1,
h2{

}
.h1, h1 {
    font-size: 30px;
}
.h2, h2 {
    font-size: 25px;
}
h2{
    margin-bottom: 20px;
}
.mentions-legales .h2,
.mentions-legales h2 {
    font-size: 24px;
}
.mentions-legales #i {
    margin-top: -50px;
    margin-bottom: 25px;
}
p.deco{
    border-left: 2px solid #b6735c;
    margin: 30px 0;
    padding: 0 0 0 10px;
    font-size: 25px;
}
p {
    text-align: justify;
}
a:hover {
    color: inherit;
}

.pink{
    color: #b6735c;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

#bloc_fixed .surcharge_favoris {
    left: -46px;
    position: absolute;
    top: 16px;
}
.font-script {

}
.telephone-vu {
    color: #b6735c;
    background-color: transparent;
}
.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #b6735c !important;
    transition: width .6s ease;
}
.alert-success {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    padding: 75px 0;
}



/*TOP PAGE*/
.top_page {
    background-color: #b6735c;
}
.concept .top_page {
    background-image: url(/assets/images/top_page/concept_top.jpg);
}
.home-staging .top_page {
    background-image: url(/assets/images/top_page/home-staging_top.jpg);
}
.services-vip .top_page {
    background-image: url(/assets/images/top_page/vip_top.jpg);
}
.agencement-decoration .top_page {
    background-image: url(/assets/images/top_page/deco_top.jpg);
}
.preparez-vente .top_page,
.vendre .top_page {
    background-image: url(/assets/images/top_page/vendre_top.jpg);
}
.acheter .top_page,
.preparez-achat .top_page {
    background-image: url(/assets/images/top_page/acheter_top.jpg);
}
.preparez-location .top_page,
.location-saisonniere .top_page {
    background-image: url(/assets/images/top_page/loc-sais_top.jpg);
}
.moyens-pro .top_page {
    background-image: url(/assets/images/top_page/moyens-pro_top.jpg);
}
.communaute .top_page {
    background-image: url(/assets/images/top_page/communaute_top.jpg);
}
.comparateur .top_page {
    background-image: url(/assets/images/top_page/top.jpg);
}
.estimation .top_page {
    background-image: url(/assets/images/top_page/vendre_top.jpg);
}

/* .bgAccueil {
    height: 100%;
    position: relative;
    background: transparent;
    background: url(/assets/images/bgimg.jpg) no-repeat center top;
    background-size: cover;
} */
.bgAccueil {
    height: auto;
    position: relative;
    background: transparent;
    background: #000;
}
.container.img-header {
    max-width: 1400px;
    height: 100vh;
}
.img-header img{
    margin-top: 120px;
}
.baseline-agence {
    position: absolute;
    top: 160px;
    left: 240px;
    max-width: 400px;
    font-size: 15px;
    text-align: center;
}
.baseline-agence .titre-baseline{
    font-size: 21px;
    margin-bottom: 10px;
}

/*MENTIONS COOKIES*/
.cc-color-override-1247188962 .cc-btn {
    color: #fff !important;
    background-color: #b6735c !important;
    border-color: #b6735c !important;
}

.validation { display: none;}

/*HEADER*/
@media (min-width: 992px) {
    nav.menu ul {
        padding-right: 20px ;
    }
    nav.menu ul li {
        display: inline-block;
        width: 200px;
    }
    .menu ul > li > a {
        padding: 0;
        line-height: 1.2;
        color: #fff;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .index .not-sticking .header__logo {
        display: inline-block;
        height: auto;
        padding: 60px 35px;
    }
    .sticking .header__logo,
    .not-sticking .header__logo{
        display: inline-block;
        height: auto;
        padding: 5px 30px;
    }
}
.lang .dropdown-toggle::after {
    display: none;
}


.radio_trans input[type=radio].css-checkbox + label.css-label {
    text-transform: uppercase;
}

.menu-top {
    background-color: #fff;
}
.menu-top-logo {
    text-align: left;
}
.menu ul {
    margin-bottom: 0;
    background-color: #222;
    justify-content: flex-end;
    display: flex;
}
.menu ul li{
    padding: 5px 0;
}
.menu ul li:hover {
    background-color: #b6735c;
}
.ul-illustration {
    padding-right: 20px ;
    margin-bottom: 0;
}
.ul-illustration li {
    display: inline-block;
    width: 200px;
    margin: auto 0;
}

.baseline {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.baseline-bloc {
    background-color: #000;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1.5;
}
.biseau{
    position: relative;
    height: auto;
    width: 100%;
    border: 4px ridge #222;
    padding: 0;
}
.baseline-bloc:hover {
    background-color: #b6735c;
}




/*BLOCS OUTILS*/
#bloc_fixed {
    bottom: 45%;
}
#bloc_fixed .bloc2 ul li:nth-child(1) {
    margin: 0 10px 0 4px;
}



/*BOUTONS*/
.btn {
    border-radius: 0;
}
.btn-primary2{
    color: #b6735c;
    background-color: transparent;
    border-color: #b6735c;
    text-align: center !important;
}
.btn-primary2:hover{
    color: #fff;
    background-color: #b6735c;
    border-color: #b6735c;
    text-align: center !important;
}
.btn-primary,
.btn-info,
.btn-success {
    color: #fff;
    background-color: #b6735c;
    border-color: #b6735c;
    text-align: center !important;
}
.btn-primary:hover,
.btn-info:hover,
.btn-success:hover {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
}

[class*="listing-"] .ordre1-listing,
[class*="listing"] .ordre1-listing {
    display: none;
}
.prod_listing .block_img {
    width: 50%;
    position: relative;
}

/*ASIDE*/
aside .contact_img img {
    width: 75%;
}
aside figure {
    text-align: center;
}
aside .btn-primary:hover,
aside .btn-info:hover {
    color: #fff;
    background-color: #232323;
    border-color: #fff;
}
aside .contact_coordinates, aside .aside_map {
    border-bottom: inherit;
}
.aside_contact .address {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 18px;
}
aside #voir-telephone-aside {
    text-align: center;
}
aside .contact_titre {
    font-size: 16px;
    padding: 20px 0 5px 0;
}
.aside_map .text-right {
    font-size: 15px;
}
.aside_map .btn-link:hover {
    color: #b6735c;
}



/*BLOC PRODUITS*/
.prod_accueil {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home_heading {
    color: #222;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 2px;
    width: 150px;
    margin: 15px auto 15px auto;
}
.prod_accueil .block_info {
    min-height: 90px;
    border-bottom: 3px solid #BC8566;
    padding: 20px 20px 10px 20px;
}
.prod_accueil .info_titre,
.prod_accueil .info_prix-hai,
.prod_accueil .card_list ,
.prod_accueil .card-fav-absolute ,
.prod_accueil .box,
.prod_accueil .card_foot {
    display: none;
}
.prod_accueil .info_prix {
    margin: 10px 0 5px 0;
    padding: 0;
    text-align: right;
}
.info_type {
    font-weight: 600;
    font-size: 16px;
}
.info_ville {
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 6px;
}



/*ETIQUETTES*/
.index .bandeaux {
    display: none;
}
.block_etiquette {
    padding: 8px;
    margin-top: 5px;
    width: 135px;
    font-size: 21px;
    text-transform: initial;

}
.b_vendu {
   background-color: #ff2161;
    width: auto;
}


/*PRESENTATION INDEX*/
.home_cont_presentation, 
.home_cont_presentation p{
    text-align: center;
}
.home_cont_presentation,
.home_cont_actualites {
    padding: 75px 0 50px 0;
    background: transparent;
    color: #000;
}
.home_cont_presentation h3,
.home_cont_actualites h3{
    color: #b6735c;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 300;
}
.intro-contenu2 h3{
    color: #b6735c;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
}



/*BOX INDEX*/

.home_cont_selection {
    box-sizing: border-box
}
.home_cont_selection {
    background-color: transparent;
    padding-top: 80px;
    padding-bottom: 80px;
}
.home_cont_selection p {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
}
footer p {
    text-align: left!important;
}
.activite img {
    width: 62px;
    filter: invert(78%) sepia(11%) saturate(4206%) hue-rotate(313deg) brightness(77%) contrast(79%);
    margin: auto;
}
.activite {
    text-align: center;
    height: 190px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 190px;
    box-shadow: 4px 3px 2px rgb(0 0 0 / 10%);
    margin: 20px auto;
    background-color: #fff;
}
.activite:hover {
    background: #b6735c;
}
.activite.activite-concept:hover {
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/concept.jpg) no-repeat center center;
    background-size: cover;
}
.activite.activite-home-staging:hover {
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/home-staging.jpg) no-repeat center center;
    background-size: cover;
}
.activite.activite-professionnel:hover {
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/moyens-pro.jpg) no-repeat left center;
    background-size: cover;
}
.activite.activite-decoration:hover {
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/deco.jpg) no-repeat center center;
    background-size: cover;
}
.activite.activite-vip:hover {
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/vip.jpg) no-repeat center center;
    background-size: cover;
}
.activite.activite-communaute:hover {
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/communaute.jpg) no-repeat center center;
    background-size: cover;
}
.activite:hover p{
   color: #fff;
   text-shadow: #000 2px 2px 3px;
}
.activite:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(85deg) brightness(105%) contrast(106%);
}
.home_cont_selection p:hover a {
    color: #fff;
}
.home_cont_selection p {
    margin: auto;
}
.activite {
    text-align: center;
}
.encadre-svg {
    display: flex;
    height: 120px;
    justify-content: center;
    margin: auto;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
.no-wrap {
 flex-wrap: initial;
 justify-content: space-around;
}
.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,-20px)!important;
    right: auto;
    background-color: #222;
    width: 40px!important;
    height: 40px!important;
}
.swiper-button-next {
    right: var(--swiper-navigation-sides-offset,-20px)!important;
    left: auto;
    background-color: #222;
    width: 40px!important;
    height: 40px!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px!important;
    color: #fff!important;
    font-weight: 700!important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color:#b6735c;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important;
    background: #b6735c!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,-25px)!important;
    top: var(--swiper-pagination-top,auto);
    left: 15px!important;
    width: 100%;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,11px))!important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,11px))!important;
}

/*ALERTE MAIL INDEX*/
.home_cont_alertes {
    padding: 40px 10px;
    background: #b6735c;
    text-align: center;
}
.home_cont_alertes .btn {
    border: 1px solid #fff;
}






/*SIDEBAR*/
.sidebar {
    margin-top: 20px;
}
.sidebar .btn {
    text-align: left;
    padding-left: 0;
}

/* LISTING OFF MARKET */
.listing-offmarket .prod_listing .info_titre {
    text-overflow: ellipsis;
    white-space: inherit;
    overflow: hidden;
    width: 90%;
    display: block;

    font-size: 22px;
    line-height: 1;
    margin-top: 12px;
}
.listing-offmarket .text-descriptif {
    padding: 0 20px;
    font-size: 14px;
    text-align: justify;
}
ul.liste-etoile {
    display: flex;    
}
ul.liste-etoile li{
    padding: 0 5px;
}
.etoile-prix {
    width: 22px!important;
    filter: invert(61%) sepia(5%) saturate(4902%) hue-rotate(326deg) brightness(82%) contrast(71%);
}
.listing-offmarket .action_bar > div:nth-child(1) {
    width: 100%;
}


/* LISTING VENDU */
.listing-vendu .prod_listing .info_titre {
    text-overflow: ellipsis;
    white-space: inherit;
    overflow: hidden;
    width: 90%;
    display: block;

    font-size: 22px;
    line-height: 1;
    margin-top: 12px;
}
.listing-vendu .text-descriptif {
    padding: 0 20px;
    font-size: 14px;
    text-align: justify;
}
ul.liste-etoile {
    display: flex;    
}
ul.liste-etoile li{
    padding: 0 5px;
}
.etoile-prix {
    width: 22px!important;
    filter: invert(61%) sepia(5%) saturate(4902%) hue-rotate(326deg) brightness(82%) contrast(71%);
}
.legende .etoile-prix {
    top: -3px;
}
.legende ul, .legende p {
    margin-bottom: 5px;
    font-size: 14px;
}
.listing-vendu .action_bar > div:nth-child(1) {
    width: 100%;
}
.listing-vendu .block_tri_list {
    display: none!important;
}
.listing-vendu .hide {
    display: block;
}

.prod_listing.carte  .text-descriptif {
    display: none;
}
.prod_listing.carte  .block_etiquette {
    font-size: 15px;
}
.prod_listing.carte  .info_titre {
    text-overflow: ellipsis;
    white-space: inherit;
    overflow: hidden;
    width: 90%;
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-top: 12px;
    text-align: left;
}
.prod_listing.carte .info_ville {
    padding-left: 0;
}
.prod_listing.carte .info_prix {
    font-size: 20px;
    margin: 20px 0 0px 0;
    padding: 0 15px;
}
.prod_listing.carte .card_list {
    font-size: 13px;
}




/*PAGE DETAIL*/
.detail h1{
    font-family: inherit;
}
.detail .sticky_menu,
.listing .sticky_menu,
.listing-offmarket .sticky_menu,
.listing-vente .sticky_menu,
.listing-vendu .sticky_menu {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0px 1px 5px #eaeaea;
}
.listing-vendu .sticky_menu {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0px 1px 5px #eaeaea;
}
.detail .sticking .site-pusher{
    display: none;
}
.detail .sticky_menu {
    padding: 0;
}
.detail .sticky_menu.not-sticking {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.detail_carousel,
.detail_form_contact,
.detail-block-form,
.detail-block-simi,
.detail_annexe {
    max-width: 1140px;
    margin: auto;
}
.detail_annexe_nav_contact{
    display: none;
}
.detail_carousel #carouselImages{
    max-width: 900px;
    margin: auto;
}
.detail_carousel_expand {
    right: 140px;
}
.detail-block-desc{
    background: #eaeaea;
}
.detail_tabs{
    max-width: 1140px;
    margin: auto;
}
.detail_taber .nav-link {
    padding: 8px;
}
.detail_taber .nav-link{
    color: #000;
        padding: 0.5em 1.2em;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #b6735c !important;
    color: #fff;
    padding: 0.5em 1.2em;
}
.detail_taber {
    border-bottom: 1px solid #b6735c;
}
.detail_header{
    margin-bottom: 10px;
}
.detail_header .titre:after {
    background: #b6735c;
}
/*.detail_annexe_nav_contact{
    display: none;
}

.detail_annexe_nav {
    padding: 0 25px;
    max-width: 1140px;
    margin: auto;
}*/
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #1a9ca6;
}
.retour_pret span {
    color: #1a9ca6;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #b6735c;
    padding-left: 10px;
}
.detail .info_titre {
    font-size: 23px;
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #6dc7be !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #6dc7be !important;
}
.detail #descdetail{
    text-align: justify;
}
.detail .bloc-champ,
.detail .attribut_label0 {
    background-color: #eaeaea;
}
.detail_pieces ul li {
    border: 1px solid rgba(182, 115, 92, 0.3);
}
.detail_pieces ul li:hover {
    background: #b6735c;
    color: #fff;
}



/*HOME STAGING*/
.home-staging .avant-apres,
.vendre .container,
.concept .container,
.location-saisonniere .container,
.communaute .container,
.agencement-decoration .container,
.services-vip .container {
    margin-bottom: 50px;
}
.home-staging .avant-apres img{
    margin: 5px auto;
}
.home-staging .hs-bloc{
    background: #efefef;
    padding: 25px 25px 15px 25px;
    margin-bottom: 25px;
}
.home-staging .hs-bloc .grey{
    color: #b6735c;
}


/*CONCEPT*/
/* .concept  .intro-concept div{
    margin-bottom: 25px;
} */
.bloc-concept {
    margin-bottom: 25px;
    background: #f3f3f3;
    padding: 20px;
}
.concept .concept-sstitre{
    letter-spacing: 5px;
}
.concept .intro-concept{
    margin: 25px 0 50px 0;
}
.beige {
    color: #b6735c;
}


/*DECORATION*/
.agencement-decoration .deco-pic {
    margin-top: 50px;
}
.agencement-decoration .deco-pic img{
    width: 49%;
    display: inline-block;
}


/*MOYENS PRO*/
.moyens-pro .content_page img{
    margin: 10px 0 25px 0;
}


/*GLOBAL PAGE CONTENU*/
.content_page li {
    list-style: unset;
    margin-left: 20px;
}
.acheter p.pink,
.vendre p.pink,
.location-saisonniere p.pink,
.services-vip p.pink,
.moyens-pro p.pink,
.home-staging p.pink {
    text-align: left;
}
.acheter .container{
    margin-bottom: 50px;
}
.page-item.active .page-link {
    background-color: #b6735c;
    border-color: #b6735c;
}
.page-link {
    color: #222;
}
.retour_pret,
.retour_pret span {
    color: #b6735c;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #b6735c !important;
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #b6735c !important;
}



/*RECHERCHE DETAILLEE*/
.recherche-detaillee  .content_page li {
    list-style: none;
    margin-left: 0;
}

/* ACTUALITES */
.actualites .content_page {
    width: 100%;
  }
.home_cont_actualites, .bg-gris {
    background-color: #f3f3f3;
}
  .home_cont_actualites ul,
  .actualites-group ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
  }
  .home_cont_actualites ul li,
  .actualites-group ul li {
    position: relative;
    width: calc(100% / 3 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
  }
  .home_cont_actualites ul li{
    display: none;
  }
  .home_cont_actualites ul li:first-child,
  .home_cont_actualites ul li:nth-child(2),
  .home_cont_actualites ul li:nth-child(3),
  .home_cont_actualites ul li:nth-child(4){
    display: block;
  }
  .home_cont_actualites ul li:first-child,
  .actualites-group ul li:first-child {
    position: relative;
    width: calc(100% / 1 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
  }
  .home_cont_actualites ul li:first-child .actualites-img,
  .actualites-group ul li:first-child .actualites-img{
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
    padding-right: 0;
  }
  .home_cont_actualites ul li:first-child .actualites-img img,
  .actualites-group ul li:first-child .actualites-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .home_cont_actualites ul li:first-child .actualites-informations,
  .actualites-group ul li:first-child .actualites-informations{
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    height: 400px;
    display: flex;
  }
  .home_cont_actualites ul li .actualites-informations .my-auto,
  .actualites-group ul li .actualites-informations .my-auto{
    padding: 15px;
  }

  .home_cont_actualites ul li .actualites-informations,
  .actualites-group ul li .actualites-informations{
    background-color: #fff;
    height: 250px;
  }

  .home_cont_actualites ul li:hover a,
  .actualites-group ul li:hover a{
    color: #444;
  }
  .home_cont_actualites ul li .btn,
  .actualites-group ul li .btn{
    margin-right: 10px;
  }
  .home_cont_actualites ul li .title-post ,
  .actualites-group ul li .title-post {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0;
    color: #222;
    text-align: left;
    line-height: 1;
  }
  .home_cont_actualites ul li:first-child .title-post ,
  .actualites-group ul li:first-child .title-post {
    font-size: 2.2rem;
  }
  .home_cont_actualites ul li .date-post,
  .actualites-group ul li .date-post {
    font-size: 13px;
    margin: 0;
    color: #b6735c;
  }
  .home_cont_actualites ul li .ion-ios-arrow-thin-right,
  .actualites-group ul li .ion-ios-arrow-thin-right {
    font-size: 20px;
    top: 3px;
  }
  .home_cont_actualites ul li .description-post,
  .actualites-group ul li .description-post {
    font-size: 14px;
    line-height: 22px;
  }
  .actualites-group ul li p.btn-actus{
    font-size:15px;
    margin: 5px 0px;
    color: #000;
  }

  .home_cont_actualites ul li img,
  .home_cont_actualites .actualites-group li img,
  .adminpersos .actualites-group li img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    max-width: 100%;
    -moz-transition: -moz-transform 1.5s;
    -webkit-transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
  }
  .home_cont_actualites ul li:hover img,
  .home_cont_actualites .actualites-group li:hover img,
  .adminpersos .actualites-group li:hover img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .home_cont_actualites ul li:hover p.btn-actus,
  .home_cont_actualites .actualites-group li:hover p.btn-actus,
  .adminpersos .actualites-group li:hover  p.btn-actus{
    color: #b6735c;
  }
  .adminpersos.actualites .sidebar {
    display: none;
  }

  /* ACTU SINGLE */
.adminperso .titre-date {
    background: #fff;
    width: 100%;
    margin: auto;
    top: -50px;
    padding: 0 25px 20px 25px;
}
.adminperso .title-post {
    text-align: center;
    margin: 0;
    font-size: 2.2rem;
    padding: 5px 0 30px 0;
  }
  .adminperso .date-post {
    text-align: right;
    color: #b6735c;
    font-size: 13px;
    padding: 10px 10px 0 0;
  }
  .actualite-video  {
    text-align: center;
    margin:50px 0;
  }
  .actualite-video iframe {
    width: 680px;
    height: 380px;
  }

/*FOOTER*/
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
}
#bloc_fixed ul li > i.ion-ios-calculator-outline {
    left:-1px;
}


#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #000;
}
#bloc_fixed .bloc:hover {
    right: 7px;
    background:#b6735c;
}
#bloc_fixed .surcharge_favoris {
    left: 14px;
    top: 19px;
}
.badge-pill {
    padding-right: 0.4em;
    padding-left: .4em;
    border-radius: 10rem;
}
.badge {
    font-size: 66%;
}
#bloc_fixed .bloc {
    margin: 0;
}
#bloc_fixed .bloc1 {
    border-top: 3px solid #b6735c;
    border-right: 3px solid #b6735c;
    border-left: 3px solid #b6735c;
}
#bloc_fixed .bloc2 {
    border-left: 3px solid #b6735c;
    border-right: 3px solid #b6735c;
}
#bloc_fixed .bloc3 {
    border-left: 3px solid #b6735c;
    border-bottom: 3px solid #b6735c;
    border-right: 3px solid #b6735c;
}
.coordonnees_heading{
    font-size: 22px;
    margin-bottom: 10px;
}
.titre-footer {
    text-align: left;
    color: #b6735c;
    font-size: 26px;
}
.cont_coordonnees .reseaux-sociaux {
    display: none;
}
.plan-site li a ,
.address p {
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
}
.btn.intention_appel {
    padding: 0.5rem 0rem;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 1px;
}
.plan-site li:hover a,
.btn.intention_appel:hover {
    font-style: italic;
    color: #b6735c;
}
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    border-top: 1px solid #b6735c;
    color: #222;
    text-align: center;
}
.cont_coordonnees .address p {
    margin-bottom: 0;
}
.cont_coordonnees .container {
    margin-bottom: 0;
}
.border-bottom {
    border-bottom:1px solid rgba(255,255,255,0.2);
}

footer {
    background-color: #111;
    padding: 25px 10px;
}
.reseau-sociaux {
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    font-size: 31px;
}
.reseau-sociaux ul li {
    display: inline-block;
}
.reseau-sociaux ul li:hover i {
    color: #b6735c;
}
.ion-social-twitter,
.ion-social-instagram-outline {
    padding-left: 25px;
}
#voir-telephone-0.telephone-vu {
    color: #b6735c;
    background-color: transparent;
}

/* AVIS CLIENTS */
.badge-avis{
    width: 100%;
    text-align: center;
    margin: auto;
}
/* ============================================================================ */
/*                                      EQUIPE                                  */
/* ============================================================================ */
.equipe .content_page {
    width: 100%;
  }
  .equipe .sidebar {
    display: none;
  }
  .agence .equipe ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
  }
  .agence .equipe ul li {
    position: relative;
    width: calc(100% / 3 - 50px);
    margin: calc(0.5em * 2) 1.5em;
    overflow: hidden;
  }
  .agence .equipe .p-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .agence .equipe .border-equipe {
    padding: 5px;
    margin: 15px;
    background: #b6735c;
  }
  .agence .equipe .infos {
    text-align: center;
  }
  .agence  .equipe .infos-contact {
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
    font-size: 1rem;
  }
.item-equipe .description-post {
    margin-top: 15px;
    text-align: justify;
}
  .agence .equipe .title-post {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .agence .equipe .fonction-post {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .agence .equipe ul.rs-conseiller {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
    justify-content: center;
  }
  .agence .equipe  i {
    font-size: 18px;
    color: #b6735c;
    top: 2px;
  }
  .agence .equipe ul.rs-conseiller li {
    margin: calc(0.7em * 2) 0.2em;
  }
  .agence .equipe li:hover i {
    color: #b6735c;
  }
  .equipe .tel-post,
  .equipe .mail-post {
    margin: 8px 0;
  }
  
  @media (max-width: 991px) {
  
  }
  @media (max-width: 768px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(49% - 2em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 1em);
    }
  }
  @media (max-width: 500px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(100% - 1em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 2.5em);
    }
    .agence .equipe .border-equipe {
      margin: 15px auto;
      width: 250px;
    }
    .agence .equipe .rs-conseiller i {
      font-size: 30px;
    }
  }
  @media (min-width: 992px) {
    .listing-offmarket .sticking .site-container {
      display: none;
  }  
  }


.index-presentation p span {
    font-size: 23px;
    font-weight: 500;
    color:#333;
}

h2.preparez {
    margin-bottom: 7px;
    color: #b6735c;
    font-size: 18px;
    margin-top: 30px;
}

/*RESPONSIVE*/
@media (min-width: 1024px){
    .index .not-sticking .header__logo {
        padding: 5px 30px;
    }
    .menu ul > li > a {
        padding: 0;
        text-transform: uppercase;
    }
}

@media (max-width: 1024px) {
    .h1, h1 {
        font-size: 26px;
    }
    .h2, h2 {
        font-size: 26px;
    }
    .menu ul > li > a {
        padding: 0;
    }
    .home_cont_selection p {
        padding: 10px;
        font-size: 15px;
    }
    .sidebar .group_btn a {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .plusdecritere .text-filtre1 {
        display: none;
    }
    .detail_carousel, .detail_annexe, .detail-block-desc, .detail_form_contact, .detail-block-form, .detail-block-simi {
        max-width: 100%;
        margin: auto;
        padding: 25px;
    }
    .detail_carousel_expand {
        bottom: 93px;
        right: 35px;
    }
}

@media (min-width: 992px){
    .menu-top, .menu-top-logo, .ul-illustration {
        height: 115px;
    }
    .ul-illustration img {
        width: 145px;
    }
}
@media (max-width: 991px){
    .header {
        background: transparent; 
    } 
    .mobile .index-logo-not-sticking{
        margin: 75px auto;
    }
    .mobile .index-logo-sticking{
        margin: 10px auto;
    }
    .site-pusher {
        background: #fff;
    }
    .index .site-pusher {
        background: transparent;
    }
    .menu-top-logo {
        text-align: center;
    }
    .header__logo img {
         width: 115px;
    }
    .menu ul {
        display: block;
        background-color: #000;
    }
    .baseline-bloc {
        background-color: #222;
        text-align: center;
        padding: 20px 5px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        min-height: 89px;
        display: flex;
        justify-content: center;
        font-size: 14px;
    }
    .baseline-bloc span {
        margin: auto;
    }

    /* CATEGORIES */
    .home_cont_actualites ul li:first-child .title-post, .actualites-group ul li:first-child .title-post,
    .home_cont_actualites ul li .title-post, .actualites-group ul li .title-post,
    .adminperso .title-post {
        font-size: 22px;
    }
    .home_cont_actualites ul li img, .home_cont_actualites .actualites-group li img, .adminpersos .actualites-group li img {
        height: 150px;
    }
    .home_cont_actualites ul li:first-child .actualites-img img, .actualites-group ul li:first-child .actualites-img img,
    .home_cont_actualites ul li:first-child .actualites-informations, .actualites-group ul li:first-child .actualites-informations {
        height: 300px;
    }
    .home_cont_actualites ul li .description-post, .actualites-group ul li .description-post {
        line-height: 16px;
    }
    .actualite-video iframe {
        width: 585px;
        height: 325px;
    }
    .listing-offmarket .container_search {
        display: none;
    }
    .experiences .bg-gris, .cont_services {
        margin-top: 12%;
    }
    [class*="listing-"] .main-content, [class*="listing"] .main-content, .listing #content, .listing-vente #content, .listing-location #content {
        margin-top: 16%;
    }
    .listing form {
        display: block; 
    }
    #formrecherche, #formrecherchevente, #formrecherchelocation {
        margin-top: 0px;
        background: #fff;
    }
    #formrecherche .search__form-item:nth-child(n+2),
    #formrecherchevente .search__form-item:nth-child(n+2),
    #formrecherchelocation .search__form-item:nth-child(n+2) {
        width: calc(25% / 1 - 1px);
    }
    #formrecherche .search__form-item.c_valid,
    #formrecherchevente .search__form-item.c_valid,
    #formrecherchelocation .search__form-item.c_valid {
        width: calc(100% / 1 - 4px);
    }
    .container.prod_listing {
        margin-top: 25px;
    }
    .detail .container_page {
        margin-top: 150px;
    }
    .map {
        top: 0;
        margin-top: 16%;
    }
    .index #bloc_fixed_bottom {
        display: none;
    } 
    .top_page {
        height: 150px;
    }
    .ul-illustration { display: none!important;}
    .bgAccueil {
        height: 45vh;
        position: relative;
        background: transparent;
        background: url(/assets/images/bgimg.jpg) no-repeat center center!important;
        background-size: cover!important;
        margin-top: 70px;
    }
}

@media (max-width: 768px) {
    .moteur {
        bottom: 58px;
    }
    .top_page {
        margin-top: 100px;
    }
    /* .bgAccueil {
        background: transparent;
    } */
    .img-header img {
        margin-top: 89px;
    }
    .home_cont_presentation {
        padding: 50px 0 20px 0;
    }
    .home_cont_selection p {
        padding: 22px;
        min-height: 86px;
    }
    footer {
        padding: 25px 10px 100px 10px;
    }
    aside .contact_img{
        width: 50%;
        text-align: center;
        margin: auto;
    }
    .menu ul > li > a {
        padding: 3px 5px;
    }
}
.li-mobile { display: none!important;}
@media (min-width: 611px) {
    .baseline.baseline-mobile {
        display: none!important;
        position: relative;
    }
}
@media (max-width: 610px) {
    .li-mobile { display: block!important;}
    body { overflow-x: hidden;}
    .header__logo img {
        margin-left: -41px;
        margin-top: 0;
        max-width: 100%;
        width: 100px;
    }
    .moteur {
        top: 100px;
        padding: 0;
    }
    .plusdecritere {
        margin-top: 10px; 
    }
    .top_page {
        margin-top: 50px;
    }
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .home_cont_selection p {
        padding: 22px;
    }
    .column img{
        display: none;
    }
    .home_cont_presentation {
        padding: 50px 0 25px 0;
    }
    .home_cont_presentation h3 {
        margin-bottom: 30px;
    }
    .activite {
        width: 100%;
        flex: 100%;
        margin-right: 0;
        margin: 15px;
    }
    .home_cont_selection p {
        min-height: inherit;
    }
    .content_page {
        margin-top: 25px;
    }
    .acheter .btn-primary{
        white-space: normal;
    }
    footer .liens_right {
        margin-top: 0;
    }
    .badge-avis{
        margin: 25px 0;
    }
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset,0px)!important;
    }
    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset,0px)!important;
    }
    .home_cont_actualites ul li, .actualites-group ul li {
        width: calc(100% / 1 - 16px);
    }
    .home_cont_actualites ul li:first-child .actualites-img, .actualites-group ul li:first-child .actualites-img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        width: 100%;
    }
    .home_cont_actualites ul li:first-child .actualites-informations, .actualites-group ul li:first-child .actualites-informations {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home_cont_actualites ul li:first-child .actualites-informations, .actualites-group ul li:first-child .actualites-informations {
        height: auto;
    }
    .home_cont_actualites ul li img, .home_cont_actualites .actualites-group li img, .adminpersos .actualites-group li img, .home_cont_actualites ul li:first-child .actualites-img img, .actualites-group ul li:first-child .actualites-img img {
        height: 250px;
    }
    .home_cont_actualites h3 {
        margin-bottom: 0;
    }
    .home_cont_actualites ul li .actualites-informations, .actualites-group ul li .actualites-informations {
        height: auto;
    }
    .bgAccueil {
        height: 35vh;
        position: relative;
        background: transparent;
        background: url(/assets/images/bgimg.jpg) no-repeat center center!important;
        background-size: cover!important;
        margin-top: 70px;
    }
    .baseline.baseline-mobile {
        display: block!important;
        position: relative;
    }
    .baseline.baseline-mobile .baseline-bloc {
        margin: 10px 0 0 0;
    }
    .row {
        margin: 0;
    }
}

/* MAPS */
.leaflet-custom-marker.leaflet-marker-icon,
.leaflet-marker-icon.leaflet-google-marker {
   margin-top: -37px;
   margin-left: -12.5px;
}

.leaflet-marker-icon.leaflet-google-marker {
   height: 37px !important;
   width: 25px !important;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: none !important;
    }    
}

@media (max-width: 768px) {
    .img-header img {
        margin-top: 0;
    }    
    .baseline-bloc {
        min-height: 50px;
    }
    .baseline {
        bottom: 5%;
    }
    .home_cont_selection p {
        padding: 0;
        min-height: 86px;
        font-size: 13px;
    }
}

@media (max-width: 610px) {
    .bgAccueil {
        height: auto;
        position: relative;
        background: transparent;
        background: transparent!important;
        background-size: cover!important;
        margin-top: 80px;
    }    
    .baseline {
        bottom: 0;
        position: relative;
    }
    .biseau {
        position: relative;
        height: auto;
        width: auto;
        border: 4px ridge #222;
        padding: 0;
        margin: 10px 0;
        max-width: 250px;
    }
    .baseline-bloc {
        margin: 10px 0;
    }
    .baseline-bloc {
        background-color: #222;
        text-align: center;
        padding: 0px 5px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        min-height: 60px;
        display: flex;
        justify-content: center;
        font-size: 14px;
    }
    .index     .baseline-bloc {
        margin:  0;
    }
    .activite {
        margin: 10px 0;
    }
    .home_cont_selection p {
        font-size: 15px;
    }
    .actualite-video iframe {
        width: 100%;
        height: 225px;
    }
    .adminperso .titre-date {
        background: #fff;
        width: 100%;
        margin: auto;
        top: -50px;
        padding: 0 15px 20px 15px;
    }
    .actualites .content_page {
        padding: 0;
    }
    .btn-primary2 {
        white-space: break-spaces;
    }
    .prod_listing .block_img {
        width: 100%;
        position: relative;
    }
    .legende p {
        text-align: justify;
    }
    .card_list {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .etoile-prix {
        width: 15px!important;
        filter: invert(61%) sepia(5%) saturate(4902%) hue-rotate(326deg) brightness(82%) contrast(71%);
    }   
    ul.liste-etoile li {
        padding: 0 1px;
    }
    .container.equipe    {
        padding: 0;
    }
    .agence .equipe ul li {
        position: relative;
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .agence .equipe .p-15 {
        padding-left: 0;
        padding-right: 0;
    }
    .container_search {
        margin: 10px 0;
        display: none;
    }
    [class*="listing-"] .main-content, [class*="listing"] .main-content, .listing #content, .listing-vente #content, .listing-location #content {
        margin-top: 30%;
    }
    .contact .contact_formulaire, .estimation .contact_formulaire {
        padding-left: 0;
        padding-right: 0;
    }
}


.b_exclu {
    background-color: #b6735c;
}


/* PAGINATION */
    /* PAGINATION */
    .page-item .page-laulau,
    .page-item .page-link {
      z-index: 2;
      color: #000;
      background-color: #fff;
      border:none;
      display: block;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      font-size:15px;
    }
    .page-item .page-laulau:hover {
      background-color: #a69a97;
      color: #fff;
      padding: .5rem .75rem;
    }
    .page-item.active .page-link {
      background-color: #b6735c;
      color: #fff;
    }

/* BADGE OPINION SYSTEM */
.badge-os-content {
    background: #e9ecef;
    color: #111!important;
    border-radius: 6px;
    width: 225px;
    margin: 0 auto;
    padding: 0.8rem;
    text-align: center;
 }
.badge-os-content img.badge-google {
    width: 70px;
 }
.badge-os-content a {
    color: #111;
}
.badge-os-content p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}
.badge-os-content img.badge-google {
    margin-top: 7px;
}
.badge-os-content .os-stars img {
    width: 20px;
    top: -3px;
    margin: 0 4px;
}