/* ==================================================================== */
/*                               GENERAL                                */
/* ==================================================================== */
/* FONTS */
/* font-family: 'Casanova Serif Display Free';
font-family: 'Nunito Sans', sans-serif; */

.validation {
  display: block;
}

@font-face {
  font-family: 'Casanova Serif Display Free';
  font-style: normal;
  font-weight: normal;
  src: local('Casanova'),
   url('/assets/fonts/CasanovaSerifDisplayFree-Regula.woff') format('woff'),
   url('/assets/fonts/CasanovaSerifDisplayFree-Regula.woff2') format('woff2');
}

/* font-family: 'Caudex', serif; */

body {
 font-family: 'Nunito Sans', sans-serif;
 color: #1e1e1c;
}

/* COULEURS */
.gris {
 color: #1e1e1c;
}
.or {
 color:#ae9a62;
}

/* BOUTONS */
.btn-primary, .btn-info, .btn-success, .btn-secondary {
 color: #fff;
 background-color: #ae9a62;
 border: 2px solid #ae9a62;
 width: 220px;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 transition: all 0.3s;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-size: 14px;
}
.btn-primary:hover, .btn-info:hover, .btn-success:hover, .btn-secondary:hover {
  background: rgba(0,0,0,.5);
  color: #fff;
  border-color: #ae9a62;
 width: 220px;
}
.btn-primary2 {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* TITRES */
.home_heading{
    color: #1e1e1c;
    font-size: 26px;
    font-family: 'Caudex', serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
    font-weight: 500;
    margin-bottom: 50px;
}
.home_heading::after, .home_heading::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #ae9a62;
  vertical-align: middle;
  margin: 0 10px;
}

/* AUTRES */
.top_link {
  background: #ffffff73;
  border: 2px solid #ae9a62;
  color: #ae9a62;
}
.top_link::before {
  content: url(/assets/images/retour-top.png);
  display: block;
  position: relative;
  font-size: 16px;
  text-align: center;
}
.mentions-legales .btn-primary {
  width: auto;
}


/* ==================================================================== */
/*                               HEADER                                 */
/* ==================================================================== */
.header .sticking, .header .not-sticking {
 background: #fff;
}
.titre-baseline {
 font-size: 2.5rem;
 line-height: 0.9;
 font-family: 'Caudex', serif;
}
.titre-baseline span {
 font-size: 1.8rem;
 text-transform: uppercase;
}
.titre-baseline span::before {
 content: "";
 display: inline-block;
 width: 352px;
 height: 2px;
 background: #ae9a62;
 vertical-align: middle;
 margin: 0 10px;
}
/* .logo-header {
  margin-left: 15px;
  display: flex;
  justify-content: flex-start;
} */
.infos-header {
  position: absolute;
    left: 0;
    top: 0;
}
.infos-header img {
  width: 220px;
  margin-left: 20px;
}
.logo-header {
  margin-left: 0;
  display: flex;
  justify-content: center;
}
.header__logo img {
  width: 430px;
  margin: 10px 0;
}
.index .not-sticking .header__logo img {
  width: 350px;
  margin-top: 20px;
}
.index .not-sticking .b-menu, .b-menu:hover {
 border: #ae9a62 solid 2px;
}
.b-bun {
 background: #ae9a62;
}
.b-menu {
 background: rgba(255,255,255,0);
 border: #ae9a62 solid 2px;
}
.b-container.open .b-bun--top, .b-container.open .b-bun--bottom {
 background: #ae9a62;
}
.lang a {
  color: #1e1e1c;
}

/* ANCRE */
.ancre-bottom {
 position: absolute;
 z-index: 1;
 margin: auto;
 right: 51%;
 bottom: 2%;
}
.scroll-downs {
 position: absolute;
 right: 0;
 bottom:0;
 left: 0;
 margin: auto;
 width: 50px;
 height: 50px;
 background: transparent;
 display: flex;
}
.scroll-downs i {
 font-size: 30px;
 color: #fff;
 margin: auto;
}


/* loader */
.loading {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    animation-duration: 14s;
    animation-delay: 0s;
    animation-name: ouverture;
    opacity: 0;
    background-color: transparent;
  }
   @keyframes ouverture {
    0%   {opacity:1;}
    25%   {opacity:1;}
    50%   {opacity: 1;}
    75%   {opacity: 1;}
    100%   {opacity: 0;}
  } 
  .loading-text {
    background: #fff;
    z-index: 20;
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-42%);
    -moz-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    -o-transform: translateY(-42%);
    transform: translateY(-42%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  .loading-text2 {
    background: #fff;
    z-index: 19;
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-42%);
    -moz-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    -o-transform: translateY(-42%);
    transform: translateY(-42%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .loading-text p{
    font-weight: 300;
    text-align: center;
    color: #1e1e1c;
    font-family: 'Casanova Serif Display Free';
    font-size: 3.6rem;
    text-transform: uppercase;
    background: linear-gradient(90deg, #fff, #000, #000,#000,#fff);
    letter-spacing: 5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine 8.5s linear infinite;
    position: relative;
    line-height: 1;
    margin-bottom: 0;
  }
  
  @keyframes shine {
    0% {
      background-position-x: -500%;
    }
    20% {
      background-position-x: -400%;
    }
    50% {
      background-position-x: 0%;
    }
    70% {
      background-position-x: 100%;
    }
    80% {
      background-position-x: 300%;
    }
    100% {
      background-position-x: 500%;
    }
  }
  .loading-text2 .soustitrespan{
    font-weight: 300;
    text-align: center;
    color: #1e1e1c;
    font-family: 'Casanova Serif Display Free';
    font-size: 2.2rem;
    text-transform: uppercase;
    background: linear-gradient(90deg, #000, #000, #000);
    letter-spacing: 5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shinespan 6.5s linear;
    position: relative;
    margin: auto;
  }
  
  @keyframes shinespan {
    0% {
      top: 0;
    }
    35% {
      top: 0;
    }
    50% {
      top: 0;
    }
    75% {
      top: 47px;
      opacity: 1;
    }
    95% {
      top: 47px;
      opacity: 1;
    }
    100% {
      top: 47px;
      opacity: 0;
    }
  }
  .loading-text2 .soustitrespan::after,  .loading-text2 .soustitrespan::before {
    content: "";
    display: inline-block;
    width: 156px;
    height: 2px;
    background: #ae9a62;
    vertical-align: middle;
    margin: 0 10px;
}

.open-top {
  width: 100%;
  background-color: #fff;
  position: absolute;
  animation-name: opentop;
  animation-duration: 14s;
  animation-delay: 0s;    
  opacity: 0;
  z-index: 9999;
}
@keyframes opentop {
  0%   {width: 100%; height: 50vh;opacity: 1;top: 0; bottom: auto;}
  25%  {width: 100%; height: 50vh;opacity: 1;top: 0; bottom: auto;}
  50%  {width: 100%; height: 50vh;opacity: 1;top: 0; bottom: auto;}
  75%  {width: 100%; height: 0vh;opacity: 1;top: 0; bottom: auto;}
  90% {width: 100%; height: 0vh;opacity: 1;top: 0; bottom: auto;}
  100% {width: 100%; height: 0vh;opacity: 0;top: 0; bottom: auto;}
}
.open-bottom {
  width: 100%;
  background-color: #fff;
  position: absolute;
  animation-name: openbottom;
  animation-duration: 14s;
  animation-delay: 0s;
  opacity: 0;
  z-index: 9999;
}
@keyframes openbottom {
  0%   {width: 100%; height: 50vh;opacity: 1;top: auto; bottom: 0;}
  25%  {width: 100%; height: 50vh;opacity: 1;top: auto; bottom: 0;}
  50%  {width: 100%; height: 50vh;opacity: 1;top: auto; bottom: 0;}
  75%  {width: 100%; height: 0vh;opacity: 1;top: auto; bottom: 0;}
  90% {width: 100%; height: 0vh;opacity: 1;top: auto; bottom: 0;}
  100% {width: 100%; height: 0vh;opacity: 0;top: auto; bottom: 0;}
}



/* MENU */
.lang img {
  width: 28px;
}
.lang .dropdown-menu.show {
  transform: translate3d(5px, 25px, 0px)!important;
}

/* ==================================================================== */
/*                                 INDEX                                */
/* ==================================================================== */
.bloc-selection{
 position: relative;
 background: url(/assets/images/index02.jpg) no-repeat center center;
 background-size: cover;
 color: #fff;
 margin: 0 auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 height: 700px;
}

.titre-selection {
 color: #fff;
 width: 100%;
 text-align: center;
 margin: auto auto 150px auto;
}
.titre-selection p{
 color: #fff;
 font-size: 2.3rem;
 font-family: 'Caudex', serif;
 text-transform: uppercase;
 text-shadow: 2px 2px 4px rgb(0 0 0 / 75%);
}
.titre-selection .btn-primary {
 margin-top: 30px;
 background-color: #ae9a62;
}
.titre-selection .btn-primary:hover {
  margin-top: 30px;
  background: rgba(0,0,0,.5);
  color: #fff;
  border-color: #ae9a62;
}


/* BIENS */
.home_cont_biens {
  background: #fff;
  color: #1e1e1c;
  padding: 50px 20px;
}

.home_cont_biens .card-img {
    width: 100%;
    border-radius: 0;
    border: 0;
}
.home_cont_biens .cat {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.padding15 {
    padding: 0 15px;
}
.home_cont_biens .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top:0;
    right: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 25%;
}
.home_cont_biens .cat:hover .cat-infos-overlay {
    background: rgba(0,0,0,.5);
}
.home_cont_biens .btn-primary {
    margin: 0 auto;
}
.home_cont_biens p.cat-text{
    color: #fff;
    font-size: 23px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Caudex', serif;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 75%);
}


/* CATEGORIES */
.slider .box1{
  background: url(/assets/images/slider-cat-01.jpg) no-repeat center center;
  
}
.slider .box2 {
  background: url(/assets/images/slider-cat-02.jpg) no-repeat center center;
  
}
.slider .box3 {
  background: url(/assets/images/slider-cat-03.jpg) no-repeat center center;
  
}
.slider .box4 {
  background: url(/assets/images/slider-cat-04.jpg) no-repeat center center;
  
}
.slider .box5 {
  background: url(/assets/images/slider-cat-05.jpg) no-repeat center center;
  
}
.home_cont_categories .carousel-control-prev {
  left: -10px;
}
.home_cont_categories .carousel-control-next {
  right: -10px;
}
.home_cont_categories .carousel-control-next,
.home_cont_categories  .carousel-control-prev {
  background: #fff;
  height: 50px;
  width: 50px;
  top: 35%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 30;
  border-radius: 50%;
  border: 3px solid #ae9a62;
}
.home_cont_categories  .carousel-control-next:before,
.home_cont_categories  .carousel-control-prev-icon:before {
  color: #ae9a62;
}
.slider .box1 .details .h1,
 .slider .box2 .details .h1,
 .slider .box3 .details .h1,
 .slider .box4 .details .h1,
  .slider .box5 .details .h1 {
    color: #1e1e1c;
}
.slider .box1 .details .h1,
.slider .box2 .details .h1,
.slider .box3 .details .h1,
.slider .box4 .details .h1,
.slider .box5 .details .h1 {
  font-family: 'Caudex', serif;
    font-size: 1.8rem;
}
.slider .box .details p {
  display: inline-block;
  font-size: 1rem;
  color: #000;
  margin-bottom: 2rem;
  margin-right: 5rem;
  font-weight: 200;
  /* text-shadow: #000000c7 0.1em 0.1em 0.2em; */
  font-weight: 400;
}
.trail div {
    border-top: 3px solid rgba(0,0,0,.5);

}
.trail div:hover, .trail div.active {
    color: #ae9a62;
    border-top: 3px solid #ae9a62;
}
.slider .box1 .illustration .inner {
    background: url(/assets/images/cat_agence.jpg) no-repeat center center;
}
.slider .box2 .illustration .inner {
    background: url(/assets/images/cat_vente.jpg) no-repeat center center;
}
.slider .box3 .illustration .inner {
    background: url(/assets/images/cat_estimation.jpg) no-repeat center center;
}
.slider .box4 .illustration .inner {
    background: url(/assets/images/cat_vendu.jpg) no-repeat center center;
}
.slider .box5 .illustration .inner {
    background: url(/assets/images/cat_contact.jpg) no-repeat center center;
}
.slider .box .bg {
  background-color: rgba(255,255,255, 0.4);
}
.slider .box .details {
  padding: 4rem;
  padding-left: 5rem;
}



/* ==================================================================== */
/*                           LISTING & DETAIL                           */
/* ==================================================================== */
.block_etiquette {
  background-color: #000;
  width: 160px;
}
.listing-vendu .container_search {
  display: none;
}
.listing-vendu .block_vue_list #print_listing,
.listing-vendu .block_vue_list li.ml-2.font-weight-light {
  display: none;
}
.search__form-item:nth-child(1),
.search__form-item:nth-child(n+2) {
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: top;
  width: calc(100% / 6 - 5px);
  height: 38px;
}
.card-listing li i,
.detail .liste2 i,
.damier .card_list li i {
  color: #ae9a62!important;
}

.prod_listing.damier .header-item {
  position: absolute;
  z-index: 2;
  top: 80px;
  right: 0;
  background: #fff;
  color: #000;
  width: 100%;
  height: 80px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: space-between;
  bottom: 0;
  padding: 20px 10px;
}
.prod_listing.damier article:hover .header-item {
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
}

.prod_listing.damier .block_info2 {
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
  background: #fff;
  color: #000;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  padding: 20px 10px;
}

.listing-vendu .info_ville {
  color: #000;
}



/* DETAILS */
.detail, .detail .titre_detail_header,.detail .ion-social-twitter,.detail .ion-social-linkedin,.detail .ion-social-facebook,.detail .ion-social-instagram,.detail .ion-social-youtube {
  color: #000!important;
}
.detail_header_sticky {
  background: #000;
  height: 54px;
}
.detail .liste2 {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
  text-align: left;
  justify-content: center;
}
.detail .liste2 li {
  position: relative;
  width: calc(100% / 5 - 16px);
  margin: calc(0.5em * 2) 0.5rem;
  overflow: hidden;
}
.detail .liste2 li .val{
  margin-left: 10px;
  top: -5px;
  /* text-transform: capitalize; */
}
.detail .liste2 li.li-exposition span {
  top: -24px;
}
.detail .liste2 i.ion-ios-sunny-outline {
  font-size: 50px;
  top: -17px;
}
.detail .bg-gris {
  background: #fff;
}
.detail .attribut_label0, .detail .bloc-champ {
  background: #fff;
}
.detail .groupe-btn .dropdown-item:hover > i {
  color: #ae9a62!important;
}
.detail .btn-primary2 {
  color: #fff;
  background-color: #ae9a62;
  border-color: #ae9a62;
}
.detail .btn-primary2:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.detail .page_heading {
  font-size: 22px;
  font-weight: 500;
  border-left: 2px solid #ae9a62;
  padding-left: 10px;
}
.retour_pret, .retour_pret span {
  color: #ae9a62;
}
.table-warning>td {
  background-color: #ae9a62 !important;
}
.detail .detail-header-titre::after {
  content: "";
  display: block;
  position: relative;
  background: #ae9a62;
  height: 1px;
  width: 30%;
  margin: 15px auto 0 auto;
}
.prix-header-titre {
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  letter-spacing: 3px;
  color: #000;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.prix-header-titre li {
  padding: 0px 20px;
  font-size: 17px;
}

.detail_slide_thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}
.detail_slide_thumbs > li {
  height: auto;
  margin: 5px;
  width: 77px;
}
.detail_slide_thumbs > li > img {
  position: relative;
  width: 100%;
  margin: calc(0.15em * 2) 0.1em;
  overflow: hidden;
}


/* ==================================================================== */
/*                                CONTENU                               */
/* ==================================================================== */
.marres-properties .top_page {
  position: relative;
  height: 80vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  margin-top: -90px;
}
.mentions-legales .top_page{
  position: relative;
  height: 80vh;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  margin-top: -90px;
}
.on-vous-rappelle .top_page{
  position: relative;
  height: 80vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  margin-top: -90px;
}
.vos-reves .top_page{
  position: relative;
  height: 80vh;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  margin-top: -90px;
}
.estimation .top_page{
  position: relative;
  height: 80vh;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  margin-top: -90px;
}
.contact .top_page{
  position: relative;
  height: 80vh;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  margin-top: -90px;
}

.estimation .dropdown-menu.open.show {
  transform: translate3d(0px, 0px, 0px)!important;
}

.vos-reves .top_page {
  background-image: url(/assets/images/top_page/vos-reves_top.jpg);
}

.marres-properties .top_page {
  background-image: url(/assets/images/top_page/vendre_avec_top.jpg);
}

.contact .top_page {
  background-image: url(/assets/images/top_page/contact_top.jpg);
}
.on-vous-rappelle .top_page {
  background-image: url(/assets/images/top_page/on-vous-rappelle_top.jpg);
}
.mentions-legales .top_page {
  background-image: url(/assets/images/top_page/mentions-legales_top.jpg);
}


.baseline-contenu_page {
  position: absolute;
    z-index: 2;
    bottom: 70px;
    transform: translateY(50%);
    color: #fff;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 75%);
    width: 100%;
    width: 100%;
    padding: 0 40px;
}
.baseline-contenu_page .titre-baseline {
  max-width: 100%;
  font-size: 2em;
  padding-bottom: 0;
  color: #fff;
  font-family: "Caudex",serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
}
.contact .deco,
.estimation .deco,
.vos-reves .deco,
.marres-properties .deco, .deco, .page-heading, .page_heading {
  font-family: "Caudex",serif;
  font-size: 2rem;
}
.contact .deco2::after,
.contact .deco2::before,
.estimation .deco2::after,
.estimation .deco2::before,
.vos-reves .deco2::after,
.vos-reves .deco2::before,
.on-vous-rappelle .deco2::after,
.on-vous-rappelle .deco2::before,
.mentions-legales .deco2::after,
.mentions-legales .deco2::before,
.actualites .deco2::after,
.actualites .deco2::before,
.marres-properties .deco2::after,
.marres-properties .deco2::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #ae9a62;
  vertical-align: middle;
  margin: 0 10px;
}
.text-align-responsive {
  text-align: right;
}

.vos-reves .col-md-6,
.marres-properties .col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.soustitre {
  font-size: 1.2rem;
  color: #ae9a62;
  font-weight: 600;
}
.deco3 {

}
.deco4 {
  font-size: 1.4rem;
}





/* ==================================================================== */
/*                                FOOTER                                */
/* ==================================================================== */
.cont_coordonnees {
  padding-bottom: 50px;
}
.cont_coordonnees .btn {
    color: #1e1e1c;
    text-align: center;
}
.cont_coordonnees .btn.btn-primary {
    color: #fff;
    width: 220px;
    text-align: center;
}

.cont_coordonnees .list-inline-item i:hover {
    color: #ae9a62!important;
    top: 0!important;
}
.ion-social-instagram:hover {
  background: -webkit-linear-gradient(#ae9a62,#ae9a62, #ae9a62, #ae9a62, #ae9a62,#ae9a62,#ae9a62,#ae9a62,#ae9a62,#ae9a62);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 0;
}
.cont_coordonnees .list-inline-item i {
    color: #000;
    font-size: 30px;
}
footer {
  background-color: #ae9a62;
  padding: 20px 10px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: none;
}
footer .liens_left a:hover {
  color: #1e1e1c;
  text-decoration: underline;
}

.sidebar .group_btn a {
  width: 100%;
  margin: 5px 0px;
}
.cont_coordonnees img {
  width: 230px;
}


/* ACTUALITES */
.actualites .top_page{
  position: relative;
  height: 80vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  margin-top: -90px;
}
.actualites .top_page {
  background-image: url(/assets/images/top_page/actualites_top.jpg);
}
.adminperso.actualites .top_page {
  display: none;
}
.adminperso.actualites .deco.deco2 {
  display: none;
}
.actualites .content_page {
  width: 100%;
}
.actualites-group ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}
/* .actualites-group ul li {
  position: relative;
  width: calc(33.33% - 1em);
  margin: calc(0.5em * 2) 0.5em;
  overflow: hidden;
} */
.actualites-group ul li {
  position: relative;
  width: calc(100% / 3 - 16px);
  margin: calc(0.5em * 2) 0.5rem;
  overflow: hidden;
  box-shadow: 6px 3px 5px #f7f7f7;
}
.actualites-group ul li:hover a{
  color: #444;
  text-decoration: none;
}
.actualites-group ul li .btn{
  margin-right: 10px;
}
.actualites-group ul li .title-post {
  font-size: 22px;
  font-weight: 500;
  margin: 15px 5px 10px 5px;
}
.actualites-group ul li .date-post {
  font-size: 15px;
  margin: 0 5px;
  color: #ae9a62;
}
.actualites-group ul li .btn-actus {
  font-size: 20px;
  margin: 5px 5px;
  color: #000;
}
.adminperso .title-post {
  text-align: center;
  margin: 20px 0;
  font-size: 45px;
  font-weight: 400;
}
.adminperso .title-post::after {
  content: "";
  display: block;
  position: relative;
  background: #ae9a62;
  height: 2px;
  width: 25%;
  margin: 15px auto 25px auto;
}
.adminperso .date-post{
  margin-top: 15px;
}
.adminpersos .actualites-group img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.adminpersos ul li .btn {
  padding: 0 0.75rem;
  margin: 0 0 10px 5px;
}

.description-post {
  margin: 15px 5px;
}

.mentions-legales p b {font-weight: 700!important;}    

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

@media (min-width: 1281px) {
 .titre-baseline {
  font-size: 3.5rem;
  line-height: 0.9;
 }
 .titre-baseline span {
  font-size: 2.2rem;
 }
 .titre-baseline span::before {
  width: 568px;
 }
 .index .not-sticking .header__logo img {
  width: 500px;
  margin-top: 20px;
 }
 .titre-selection p{
    font-size: 2.5rem;
   }
   .infos-header img {
    width: 220px;
  }
}
@media (max-width: 1280px) {
    .logo-header {
        height: 90px;
        z-index: 1;
    }
    /* .home_cont_biens {
        background: #1e1e1c;
        color: #fff;
        padding: 80px 40px;
    } */
}

@media (min-width: 992px) {
 .header__logo {
     display: block;
     height:95px;
     padding: 0;
 } 
 .b-container { 
  top: 14px;
 }
 .logo-responsive {
  display: none;
 }
}


@media (max-width: 991px) {
  .loading-text p {
    font-size: 3rem;
  }
  .loading-text2 .soustitrespan::after,  .loading-text2 .soustitrespan::before {
    width: 114px;
  }
  .logo-responsive {
    z-index: 20;
    position: absolute;
    top: 15%;
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    transform: translateY(-15%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .logo-responsive img{
    width: 280px;
  }
  .ancre-bottom {
    right: 53%;
  }
  .b-container {
    right: 45px;
  }
  .index .not-sticking .header__logo img {
    display: none;
  }
  .index .header .sticky_menu.stick-me.not-sticking .index-logo-sticking {
    display: block;
  }
  .index .not-sticking .header__logo img,
  .not-sticking .header__logo img,
  .header__logo img {
    width: 255px;
    margin: 18px 0 0 0;
    padding: 8px 0;
  }
  .header .not-sticking,
  .header .sticking,
  .index .header .not-sticking {
    background: #ffffff;
  }
  .infos-header img {
    width: 180px;
    margin-left: 20px;
    margin-top: 8px;
  }
  .index .not-sticking .lang a {
    color: #1e1e1c;
  }
  .lang {
    top: 20px;
  }
  .adresse-siege img {
    width: 110px;
    top: 14px;
  }
  .bloc-selection {
    height: 35vh;
  }
  .titre-selection {
      margin: auto auto 50px auto;
  }
  .titre-selection p {
    font-size: 1.3rem;
  }
  .home_cont_biens .cat {
    margin-bottom: 20px;
  }
  .home_heading {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .btn-primary, .btn-info, .btn-success, .btn-secondary {
    width: 170px;
    font-size: 12px;
  }
  .home_cont_biens p.cat-text {
    font-size: 18px;
  }
  .slider {
    height: 50vh;
  }
  .slider .box {
    height: 40vh;
    background-size: contain;
  }
  .slider .box1 .details .h1, .slider .box2 .details .h1, .slider .box3 .details .h1, .slider .box4 .details .h1, .slider .box5 .details .h1 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .slider .box .bg {
    width: 70%;
  }
  .home_cont_categories .carousel-control-next, .home_cont_categories .carousel-control-prev {
    top: 32%;
  }
  .slider .box .details {
    padding: 4rem 1rem;
    padding-left: 4rem;
  }
  .trail div {
    font-size: 12px;
  } 
  .slider .box .details p {
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  footer {
    padding-bottom: 100px !important;
  }
  .b-nav li {
    padding: 10px 10px 10px 75px;
  }
  .b-nav li:first-child {
    padding-top: 50px;
  }
  .b-link {
    font-size: 22px;
  }
  .vos-reves .top_page, .marres-properties .top_page,
  .on-vous-rappelle .top_page,
  .mentions-legales .top_page,
  .contact .top_page,
   .estimation .top_page {
    height: 40vh;
  }
  .baseline-contenu_page .titre-baseline {
    font-size: 1.1rem;    
    bottom: 50px;
  }
  .marres-properties .baseline-contenu_page {
    bottom: 0;
  }
  .vos-reves .deco, .marres-properties .deco, h1 {
    font-size: 1.1rem;
  }
  .vos-reves .deco2::after, .vos-reves .deco2::before, .marres-properties .deco2::after, .marres-properties .deco2::before,
  .estimation .deco2::after, .estimation .deco2::before,
  .on-vous-rappelle .deco2::after, .on-vous-rappelle .deco2::before,
  .mentions-legales .deco2::after,.mentions-legales .deco2::before,
  .contact .deco2::after, .contact .deco2::before {
    width: 20px;
  }
  .breadcrumb-cms {
    font-size: 12px!important;
  }
  .deco4 {
    font-size: 1rem;
  }
  .soustitre {
    font-size: 1rem;
  }
  .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% / 3 - 5px);
  }
  .contact .btn-primary,
  .estimation .btn-info, .btn-success, .btn-secondary {
    width: auto;
    font-size: 12px;
  }
}


@media (min-width: 611px) { 
  .logo-mobile {
    display: none;
  }
}
@media (max-width: 610px) {
  .actualites-group ul li {
    position: relative;
    width: 95%;
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
    box-shadow: 6px 3px 5px #f7f7f7;
}
  .logo-responsive img {
      width: 275px;
  }  
  .loading-text p {
    font-size: 1.5rem;
  }
  .loading-text2 .soustitrespan {
    font-size: 1rem;
  }
  .loading-text2 .soustitrespan::after,  .loading-text2 .soustitrespan::before {
    width: 55px;
    height: 1px;
  }
  .index .not-sticking .header__logo img, .index .header .sticky_menu.stick-me.not-sticking .index-logo-sticking, .logo-seul, .infos-header {
    display: none;
  }
  .logo-mobile, .index .not-sticking .header__logo img.logo-mobile, .header__logo img.logo-mobile {
    display: block!important;
    width: 170px!important;
    margin: 0!important;
    padding: 0!important;
  }
  .logo-header {
    margin-left: 15px;
    display: flex;
    justify-content: flex-start;
    height: 80px;
  }
  .b-container {
    right: 20px;
  }
  .titre-selection {
    margin: auto;
  }
  .titre-selection .btn-primary {
    margin-top: 0;
    background-color: #ae9a62;
  }
  .titre-selection p, .home_heading, .home_cont_biens p.cat-text {
    font-size: 1rem;
  }
  .home_heading::after, .home_heading::before {
    display: none;
  }
  .slider {
    height: 45vh;
  }
  .slider .box {
    height: 40vh;
    background-size: cover;
  }
  .slider .box .details {
    padding: 1.2rem 1rem;
    padding-left: 1rem;
  }
  .slider .box .details p {
    margin-right: 0;
  }
  .slider .box1 .details .h1, .slider .box2 .details .h1, .slider .box3 .details .h1, .slider .box4 .details .h1, .slider .box5 .details .h1 {
    font-size: 1.1rem;
  }
  .slider .box .details p {
    font-size: 14px;
  }
  .home_cont_categories .carousel-control-next {
    right: 0;
  }
  .home_cont_categories .carousel-control-prev {
    left: 0;
  }
  .home_cont_categories .carousel-control-next, .home_cont_categories .carousel-control-prev {
    top: 38%;
  }
  .slider .box .bg {
    height: 70%;
  }
  .trail {
    display: none;
  }
  .b-link {
    margin-left: 0;
    font-size: 20px;
  }
  .b-nav li {
    padding: 10px 10px 10px 35px;
  }
  .b-nav li:first-child {
    padding-top: 30px;
  }
  .estimation .top_page,
  .contact .top_page,
  .vos-reves .top_page,
  .actualites .top_page,
  .mentions-legales .top_page,
  .on-vous-rappelle .top_page,
  .marres-properties .top_page {
    height: 50vh;
  }
  .baseline-contenu_page {
    bottom: 0;
    padding: 0 10px;
  }
  .vos-reves .deco2::after, .vos-reves .deco2::before, .marres-properties .deco2::after, .marres-properties .deco2::before ,
  .mentions-legales .deco2::after,   .mentions-legales .deco2::before,
  .on-vous-rappelle .deco2::after,   .on-vous-rappelle .deco2::before,
  .estimation .deco2::after,   .estimation .deco2::before,
   .contact .deco2::after, .contact .deco2::before {
    display: none;
  }
  .content_page.pl-4 {
    padding-left: 0!important;
  }
  .marres-properties .col-12.content_page {
    padding-left: 15px;
    padding-right: 15px;
  }
  .marres-properties .baseline-contenu_page {
    padding: 0px 10px;
  }
  .adminperso .title-post {
    font-size: 25px;
}
  .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;}
  .ordre13 {order: 13;}
  .ordre14 {order: 14;}
  
  .marres-properties .w-100 {
    margin-bottom: 20px;
  }
  .ancre-bottom {
    right: 56%;
  }

  .bloc-selection {
    height: 40vh;
    background-position-x: 30%;
  }
  .baseline-contenu_page .titre-baseline {
    bottom: 25px;
  }
  .prix-header-titre {
    display: block;
  }
  .detail_slide_thumbs {
    display: none;
  }
  /* .detail_slide_thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
  } */
  .detail_slide_thumbs > li {
    height: auto;
    margin: 5px;
    width: 60px;
  }
  .detail_slide_thumbs > li > img {
    position: relative;
    width: 100%;
    margin: calc(0.15em * 2) 0.1em;
    overflow: hidden;
  }
  .detail .liste2 li {
    position: relative;
    width: calc(100% / 2 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
  }
  .detail .liste2 li.li-exposition {
    margin: 0 0.5rem 0.5em  0.5rem;
  }
  .detail .liste2 li.li-exposition span {
    top: -28px;
    margin-left: 5px;
}
  .detail .liste2 {
    justify-content: flex-start;
  }
  .detail .liste2 i.ion-ios-sunny-outline {
    font-size: 39px;
    top: -17px;
  }
  .estimation .deco, .vos-reves .deco, .marres-properties .deco, .deco, .page-heading, .page_heading {
    font-size: 1.2rem;
    text-align: center;
  }
  .estimation .deco2::after,
  .estimation .deco2::before,
  .vos-reves .deco2::after,
  .vos-reves .deco2::before,
  .actualites .deco2::after,
  .actualites .deco2::before,
  .mentions-legales .deco2::after,
  .mentions-legales .deco2::before,
  .on-vous-rappelle .deco2::after,
  .on-vous-rappelle .deco2::before,
  .marres-properties .deco2::after,
  .marres-properties .deco2::before {
    display: none;
  }
  .marres-properties .deco2::after,
  .vos-reves .deco2::after,
  .estimation .deco2::after,
  .actualites .deco2::after,
  .contact .page-heading::after,
  .mentions-legales .page-heading::after,
  .on-vous-rappelle .page-heading::after,
  .home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #ae9a62;
    height: 2px;
    width: 80px;
    margin: 10px auto 5px auto;
  }
  .slider .box5 {
    /* background: url(/assets/images/slider-cat-05.jpg) no-repeat right center; */
    background-position-x: 80%;
  }
  .slider .box3 {
    /* background: url(/assets/images/slider-cat-03.jpg) no-repeat right center; */
    background-position-x: 75%;
}
  /* [class*="listing"] .container_search .dropdown-toggle::after,
  [class*="listing-"] .container_search .dropdown-toggle::after {
    right: 11px;
    font-size: 10px;
  }
  [class*="listing"] .container_search, [class*="listing-"] .container_search {
    display: block;
  }
  [class*="listing"] .container_search .plusdecritere, [class*="listing-"] .container_search .plusdecritere {
    display: none;
  }
  [class*="listing"] .container_search .btn-primary,
  [class*="listing-"] .container_search .btn-primary {
    width: 170px;
    font-size: 11px;
    height: 38px;
}
  [class*="listing-"] .bootstrap-select.btn-group .dropdown-toggle .filter-option, [class*="listing"] .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 11px!important;
  }
  [class*="listing"] .input-group-addon,
  [class*="listing-"] .input-group-addon {
    background: transparent none repeat scroll 0 0;
    border-left: 0 none;
    color: #111;
    font-size: 11px;
    position: relative;
    position: absolute;
    font-weight: 500;
    border: none;
    top: 2px;
  } */
  .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
    display: block;
    position: relative;
    right: auto;
    top: -7px;
    font-size: 27px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: #000;
    left: 26px;
    font-weight: 200;
  }
  .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);
  }
    .lang i.ion-ios-heart-outline {
      font-size: 26px;
      left: 12px;
      bottom: 6px;
  }
  .modal-dialog {
    margin: 100px auto;
  }

}


/* @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
 .bgAccueil {
  background-size: contain!important;
  max-height: 30vh;
  } 
} */
