
/* ========================================================== */
/*                           FONTS                            */
/* ========================================================== */
/* @font-face {
    font-family: 'academy';
    font-style: normal;
    font-weight: normal;
    src: local('academy'), url('/assets/fonts/academy.tff') format('tff');
    }
  
  @import url(//db.onlinewebfonts.com/c/0e618dfadfff59125b19d1caa0415899?family=Academy+Engraved);
  
  @font-face {font-family: "Academy Engraved"; src: url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.eot"); src: url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.woff") format("woff"), url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.svg#Academy Engraved") format("svg"); } */

  @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Nothing+You+Could+Do&display=swap');
  /* font-family: 'Caveat', cursive; */
 /* font-family: 'Nothing You Could Do', cursive; */

 @import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
  
  /* ========================================================== */
  /*                           GENERAL                          */
  /* ========================================================== */
body {
  background: #fff;
  color: #000;
  font-family: 'Montserrat', sans-serif!important;
}

.centre {
  text-align: center;
}
.marginauto {
  margin: auto;
}
.margin0 {
  margin: auto 0 0 0;
}
.justify {
  text-align: justify;
}
.align-right {
    text-align: right;
}
.mb-0 {
  margin-bottom: 0;
}
.btn {
  padding: .7rem 1rem;
}
.btn-info:hover, .btn-primary:hover, .btn-secondary:hover, .btn-primary2:hover {
  color: #de9b80!important;
  background: linear-gradient(to right, #11192e, #394b80)!important;
  border-color: #de9b80!important;
}
.btn-info, .btn-primary, .btn-secondary, .btn-primary2 {
  color: #11192e;
  background-color: transparent;
  border-color: #11192e;
}

.cc-color-override-1247188962.cc-window {
  z-index: 9999999999;
}
.orange {
  color: #de9b80;
}

   */
  /* ========================================================== */
  /*                           INDEX                            */
  /* ========================================================== */
 /*SLIDER ACCUEIL*/
.bgAccueil {
  background: none !important;
  overflow: hidden;
}
.carousel-indicators {
  display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
  height: 100vh;
  min-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
  background-size: cover;
  background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
  background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
  background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
  background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
  background-image: url('/assets/images/slider_home/4.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
  background-image: url('/assets/images/slider_home/5.jpg');
}
  .home_cont_header {
    height: 100vh;
    background: linear-gradient( rgba(0,0,0, 0.25), rgba(0,0,0, 0.25) );
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
  }
  .baseline {
    z-index: 20;
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .home_cont_header .titre {
    font-size: 1.8rem;
    font-weight: 300!important;
    text-transform: uppercase;
    letter-spacing: 1px;
  }



/* MOTEUR */
.moteur {
  padding: 50px 20px 20px 20px;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: transparent;
}
.moteur .radio_trans {
  display: none;
}
.search__form-item:nth-child(n+2) {
  width: calc(100% / 4 - 4px);
}
.moteur .btn {
  padding: .5rem 1rem;
}
.moteur .dropdown-menu.open.show {
  position: absolute;
  transform: translate3d(0px, 38px, 0px)!important;
  top: 0px;
  left: 0px;
  will-change: transform;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
  color: #000;
}




  /* SELECTION INDEX */
  .home_cont_selection {
    /* background-image:linear-gradient(#ececec, #fff); */
    background: #fff;
    padding-top: 0;
  }
  .home_cont_selection .row {
    margin: 3% 5%;
  }
  .prod_accueil article {
    width: 48%;
  }
  .prod_accueil article:hover{
    cursor: hand;
    cursor: pointer;
  }
  
  .prod_accueil article{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e0e0e0;
  }
  .prod_accueil .damier .header-item {
    padding: 0;
    font-weight: 400;
    letter-spacing: 5px;
    text-rendering: optimizelegibility;
  }
  .prod_accueil .info_ville, .prod_accueil .info_prix {
    width: 100%;
    font-size: 15px;
    padding-top: 0;
    font-weight: 500;
    color: #d6d6d6;
    text-transform: uppercase;
    letter-spacing: 3px;
    
  }
  .prod_accueil .info_titre, .prod_accueil .info_titre {
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 3px;
    padding: 0 15px;
    
  }
  .prod_accueil .info_titre::after {
    content: "";
    display: block;
    position: relative;
    background: #de9b80;
    height: 1px;
    width: 30%;
    margin: 6px auto 6px auto;
  }  
  
  .home_heading {
    color: #383434;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 400;
  }
  .home_heading::after, .home_heading::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #000;
    vertical-align: middle;
    margin: 0 20px;
  }

  .index .photobox_type16 .photobox__previewbox:before, [class*="listing"] .photobox_type16 .photobox__previewbox:before, [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
    background-color: var(--photoboxOverlay, rgba(0,0,0,0.25));
}
.index .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
    font-size: 28px;
    color: #fff;
}
  

  
  /* PRESENTATION */
  .home_cont_presentation {
    position: relative;
    background: #fff;
    color: #000;
    margin: 0 auto;
    padding: 80px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home_cont_presentation .page-heading {
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    font-size: 30px;
  }
  .home_cont_presentation .page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: rgba(0,0,0,0.3);
    height: 1px;
    width: 100%;
    margin: 15px auto 25px 0;
  }
  .home_cont_presentation h2,
  .agence h2 {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5;
  }
  .agence p {
    text-align: justify;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000;
}
  .ancre-section {
    position: absolute;
    bottom: 12%;
    -webkit-transform: translateY(12%);
    -moz-transform: translateY(12%);
    -ms-transform: translateY(12%);
    -o-transform: translateY(12%);
    transform: translateY(12%);
    right: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    transform: rotate(90deg);
  }
  .ancre-section a { 
    color: #000;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .ancre-section i { 
    font-size: 25px;
    top: 6px;
    left: 5px;
  }
  
  .titre-presentation {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
  }
  
  .top_link {
    display: none!important;
  }
  
  /* ========================================================== */
  /*                           LISTING                          */
  /* ========================================================== */
  /* favoris */
  .damier .card-fav-absolute {
    top: 10px;
    color:#fff;
}
.card-fav-absolute {
  font-size: 30px;
}
.ion-ios-heart-outline:hover:before, .ion-ios-heart-outline:active:before {
  color: #fff;
}




[class*="listing-"] .main-content,
[class*="listing"] .main-content {
    margin: 5%;
}
.prod_listing .info_titre, .prod_listing.damier .info_titre {
  padding: 0 15px;
}

[class*="listing"] .container_search,
[class*="listing-"] .container_search {
  display: none;
}
[class*="listing"] .btn,
[class*="listing-"] .btn {
  padding: 0.5rem 1rem;
}

.prod_listing.damier .info_ville, .prod_listing.damier .info_prix {
  width: 100%;
  font-size: 15px;
  padding-top: 0;
  font-weight: 500;
  color: #d6d6d6;
  text-transform: uppercase;
  letter-spacing: 3px;
  
}
.prod_listing.damier .info_titre {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 0 15px;
  
}
.prod_listing.damier .info_titre::after {
  content: "";
  display: block;
  position: relative;
  background: #de9b80;
  height: 1px;
  width: 30%;
  margin: 6px auto 6px auto;
}  

/* VENDU */
.listing-vendu  article {
  cursor: inherit!important;
}
 .block_info > .effect-cms {
  cursor: initial!important;
}
  
.b_exclu, .b_ccoeur, .b_offre_en_cours, .b_prestige, .b_investisseur, .b_souscompromis, .b_vendu, .b_loue, .b_loc {
  background: linear-gradient(to right, #11192e, #394b80)!important;
  text-align: center;
  color: #de9b80;
}
  
  
  /* ========================================================== */
  /*                           DETAILS                          */
  /* ========================================================== */
  .descriptif .h3 {
    text-align: center;
    text-transform: uppercase;
    color: #252525;
    font-size: 1.2em;
    letter-spacing: 5px;
    margin: 0 0 2em 0;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}
  .detailinfos .h3 {
    text-align: center;
    text-transform: uppercase;
    color: #252525;
    font-size: 1.6em;
    letter-spacing: 5px;
    margin: 0 0 2em 0;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}
.detail .descriptif #descdetail{
  text-align: justify;
  font-weight: 300;
  line-height: 1.8;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 0.9em;
}
.detail .bloc-champ {
  font-weight: 300;
  line-height: 1.8;
  color: #000;
  font-size: 1.2em;
}
.detail .attribut_label0 {
  font-weight: 500;
  line-height: 1.8;
  color: #000;
  font-size: 1.2em;
}
.detail #detailinfosdetail ul li::after {
  position: absolute;
  z-index: 1;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #3c3b3b59;
  content: "";
}
.detail .groupe-btn .grp-btn {
  margin: 0 0 0 0;
}
.detail .groupe-btn .h3 {
  font-size: 1.6em;
}
.detail .dropdown-item {
  font-size: 18px;
}
.detail .btn-primary2:hover {
  color: #fff;
  background-color: #de9b80;
  border-color: #de9b80;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #de9b80;
}
.detail .list-inline-item a:hover {
  text-decoration: underline;
  text-decoration-color: #de9b80;
}
.detail .liste2 {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 0;
}
.detail .liste2 .article_logo {
  width: 40px;
  margin-bottom: 10px;
}
.detail .bg-gris {
  background: #ececec;
  margin-bottom: 110px;
}
.detail .padding70 {
  padding: 0 70px 0 70px;
}
  
/* ========================================================== */
/*                           FOOTER                           */
/* ========================================================== */
/*COORDONNEES*/
.cont_coordonnees{
  background-color: #fff;
  background-image: url(/assets/images/bandeau.png);
  background-size: cover;
  padding: 80px 0;
  color: #11192e;
}
.logo-fb {
  font-size: 30px;
  margin: 0 5px;
  color: #11192e;
}
.cont_coordonnees .btn-primary, .cont_coordonnees #voir-telephone-0 {
  background: #11192e;
  border-color: #de9b80;
  color: #de9b80;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 5px 0 !important;
}
.cont_coordonnees .btn-primary:hover, .cont_coordonnees #voir-telephone-0:hover{
  background: #de9b80;
  color: #fff;
  border-color: #de9b80;
}
.cont_coordonnees .btn {
  text-align: center;
}
.cont_coordonnees p{
  margin-bottom: 0.2rem;
}
.coordonnees_heading {
  font-weight: 600;
  text-transform: inherit;

  letter-spacing: 2px;
}
.logo-footer img{
  width: 150px;
}
.cont_coordonnees i:hover{
  color: #de9b80;
}  
  
footer, footer a {
  margin-top: 0;
}
footer .liens_center a {
  margin-top: 0;
  color: #de9b80;
}

footer {
  background-color: #11192e;
  padding: 25px 10px;
}
.liens_center, footer .liens_right, footer .liens_left {
  text-align: center;
}
footer a:hover {
  color: #ccc;
}
.detail #bloc_fixed {
  display: none!important;
}
  


/* ASIDE */
aside.aside_contact {
  background-color: #000;
  text-align: center;
}
aside .btn-primary,
aside .btn-info {
  color: #de9b80;
  background-color: transparent;
  border-color: #de9b80;
}
aside .social_network i {
  color: #de9b80;
}
aside .contact_img img {
  width: 50%;
}




/* ========================================================== */
/*                       PAGE ALERTE EMAIL                    */
/* ========================================================== */
.sidebar {
  display: none;
}
.content_page {
  width: 100%;
}
.mentions-legales p, .list_mentions, .content_page {
  color: #000;
}
.alerte-email .form-group {
  margin: 2rem 1rem;
  padding: 10px;
  border-left: 0;
  background: transparent;
}
.alerte-email label {
  font-weight: 400;
  text-transform: initial;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1rem;
}


/* ========================================================== */
/*                           PAGE ACTUS                       */
/* ========================================================== */
.actualites .bgAccueil-page {
  height: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/bgimg-agence.jpg) no-repeat center center;
  background-size: cover;
}

.actualites-group ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}
.actualites-group ul li {
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: 5px 5px 5px #b5b4b4;
  position: relative;
  width: calc(33.33% - 1em);
  margin: calc(0.5em * 2) 0.5em;
  overflow: hidden;
  background: #ececec;
}
.actu-photo {
  height: 180px;
}
.actualites-group img {
  width: 100%;
  background-size: contain;
}
.actu-info {
  background: #ececec;
  padding: 25px 35px;
  min-height: 350px;
}
.actu-info .title-post {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 10px 20px 0;
  min-height:50px;
}
.actualites .sidebar {
  display: none;
}
.actualites .content_page {
  width: 100%;
}
.index .index-display {
  display: none;
}
.actualites .border {
  border: 2px solid #000!important;
  padding: 30px;
  background: url(/assets/images/bg-presentation.png) no-repeat center center;
  background-size: cover;
}
.titre-contenu-actu {
  font-size: 18px;
  padding: 5px 0 5px 0;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.titre-contenu-actu::after {
  content: "";
  display: block;
  position: relative;
  background: #000;
  height: 1px;
  width: 100%;
  margin: 5px 0 15px 0;
}

.home_cont_actus .border {
  display: none;
}
.title-post {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.actualites-group .float-right {
  float: right!important;
  margin-right: 6px;
  margin-bottom: 6px;
}
.adminperso .bgAccueil-page {
  display: none;
}


/* ========================================================== */
/*                         CONTACT / AGENCE                   */
/* ========================================================== */
.contact .content_page {
  width: 100%;
}

/* ========================================================== */
/*                          TEMOIGNAGES                       */
/* ========================================================== */
.temoignages .sidebar {
  display: block;
}
.temoignages .content_page {
  width: 66%;
}
.temoignages .bgAccueil-page {
  height: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/bgimg-temoignages.jpg) no-repeat center center;
  background-size: cover;
}
.temoignages .date-post {
  font-size: 14px;
  font-weight: normal;
}
.temoignages .description-post {
  font-size: 16px;
}
.temoignages .nom-post {
  font-size: 16px;
  color: #de9b80;
  font-style: italic;
}
/* ========================================================== */
/*                           RESPONSIVE                       */
/* ========================================================== */
  
  
  @media (min-width: 1281px) {
    .home_cont_header .photobox_type16 .photobox__label {
      width: 98%;
      text-align: center;
      font-size: 4rem;
      color: #fff;
      opacity: 1;
      transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
      will-change: opacity;
      position: absolute;
      top: 52%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2;
      text-transform: uppercase;
      font-weight: 600;
      line-height: .5;
      text-shadow: #000000 0.1em 0.07em 0.15em;
    }
  
    .home_cont_header  .photobox_type16 .photobox__previewbox:before {
      height: 94%;
    }
    
    .home_cont_header span.photobox__label span {
      font-size: 2rem;
      font-weight: 300;
      text-transform: lowercase;
    }
    .logo-header img {
      width: 250px;
    }
  }
  
  @media (max-width: 1280px) {
    .home_cont_header .photobox_type16 .photobox__label {
      font-size: 3rem;
    }
    
    .home_cont_header span.photobox__label span {
      font-size: 1.2rem;
    }
    .logo-header img {
      width: 200px;
    }
  }
  
  
  
  
  @media (min-width: 992px) {
      .site-pusher {
        padding: 0 50px;
    }
      .not-sticking .site-pusher, [class*="listing"] .not-sticking .site-pusher, [class*="listing-"] .not-sticking .site-pusher {
        background:#11192e;
          padding: 0 50px;
    }
      /* .index .not-sticking .site-pusher {
          display: none;
    } */
      .not-sticking .menu ul > li > a,
      .not-sticking .menu ul > li > a.item-nav {
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 3px;
    }
    .menu ul > li > a,
    .menu ul > li > a.item-nav {
      padding: 12px 20px;
      line-height: 1.2;
      color: #de9b80;
    }
    .sticking .menu ul > li > a,
    .sticking .menu ul > li > a.item-nav {
      color: #de9b80;
      font-weight: 500;
    }
      nav.menu { margin: auto 0 auto auto;}
      .menu .navigation a:hover {
      text-decoration: underline;
    }
    .not-sticking .header__logo img {
      width: 120px;
    } 
    .index .not-sticking .header__logo img {
      width: 120px;
    } 
    .sticking .header__logo img, [class*="listing"] .header__logo img, [class*="listing-"] .header__logo img {
      width: 120px;
    }
    .sticking .site-pusher, [class*="listing"] .site-pusher, [class*="listing-"] .site-pusher {
      background: #11192e;    
      border-bottom: 2px solid rgba(255,255,255,0.3);
    }
    .menu a:hover {
      text-decoration: underline;
      text-decoration-color: #de9b80;
  }
    .menu .dropdown-menu {
      min-width: 100%;
      font-size: 1rem;
      color: #de9b80;
      background-color: #11192e;
      border: 1px solid #de9b80;
      border-radius: 0;
  }
    .menu .dropdown-item {
      display: block;
      width: 100%;
      padding: 0.25rem 1.5rem;
      clear: both;
      color: #de9b80;
      text-align: inherit;
      background: 0 0;
      border: 0;
  }
  }
  
  @media (max-width: 991px) { 
   .menu ul.menu-top {
       display: flex;
       justify-content: space-around;
   }
   .menu ul.menu-top li {
       margin-bottom: 0;
       padding-bottom: 0;
       border-bottom: 0;
   }
    .header__logo img {
        width: 110px;
    }
    .header .sticking {
      background: #000;
  }
    .prod_accueil article {
      width: 100%;
    }
    .index .header-item {
      padding: 15px 0;
  }
  .site-container {
    background: #000;
  }
  .index .site-container {
    background: transparent ;
  }
  .temoignages .content_page {
    width: 100%;
    margin-top: 90px;
  }
  .actualites .actualites-group {
    margin-top: 90px!important;
  }
  .img-contact {
    width: 300px;
  }

}
  @media (max-width: 768px) { 
    .titre-presentation {
      margin-top: 20px;
    }
    .prod_listing .info_titre::after, .prod_listing.damier .info_titre::after {
      background: #de9b80;
    }
    .header-item ul .info_prix, .header-item ul .info_ville {
      color: #fff;
    }
    [class*="listing-"] .main-content, [class*="listing"] .main-content {
      margin: 100px 5%;
  }
}
  @media (max-width: 560px) { 
    .home_cont_header .titre {
      font-size: 1.2rem;
  }
  .home_heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
   .titre-presentation {
    margin-top: 20px;
    font-size: 20px;
  }
  .home_heading::after, .home_heading::before {
    width: 25px;
    margin: 0 10px;
}
.prod_accueil .info_titre, .prod_accueil .info_titre {
  font-size: 15px;
  line-height: 1;
  padding: 0 15px;
}
.header__logo img {
  width: 60px;
}
.prod_listing .info_titre::after, .prod_listing.damier .info_titre::after {
  background: #de9b80;
}
.header-item ul .info_prix, .header-item ul .info_ville {
  color: #fff;
}
.temoignages .content_page {
  width: 100%;
  margin-top: 90px;
}
.actualites .actualites-group {
  margin-top: 90px!important;
}
.site-container {
  background: #000;
}
.actualites .actualites-group {
  margin-top: 90px!important;
}
.actualites-group ul li {
  width: 100%;
}

}



/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF BY LOLO                                                       */
/* ------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 560px) {
  .listeliens ul li {
      width: 100%!important;
  }
  }

.listeliens ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
	
.listeliens ul li{
        width: calc(100% / 3);
        /* si 3 colonnes */
    }

@media (max-width: 560px) {
  .listeliens ul li{
  width: 100%;
    }
    }

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

.ref p, .page2ref p {
  text-align:justify;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
line-height: 1.5;
  
}

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

.villa-montferrier-sur-lez .top_page {
  background-image: url(../images/top_page/image_top.jpg);
}  

.ensavoirplus {
  color:black;
}

.ensavoirplus:hover{
  color:grey;
}




/* ========================================================== */
/*                           PAGE TUNNEL                      */
/* ========================================================== */
/* ========================================================== */
/*                           FONTS                            */
/* ========================================================== */
@font-face {
  font-family: 'academy';
  font-style: normal;
  font-weight: normal;
  src: local('academy'), url('/assets/fonts/academy.tff') format('tff');
  }

@import url(//db.onlinewebfonts.com/c/0e618dfadfff59125b19d1caa0415899?family=Academy+Engraved);

@font-face {font-family: "Academy Engraved"; src: url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.eot"); src: url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.woff") format("woff"), url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/0e618dfadfff59125b19d1caa0415899.svg#Academy Engraved") format("svg"); }

.home .cont_coordonnees, .home .header, .home #bloc_fixed, .home .liens_center a {
  display: none!important;
}
.centre {
  text-align: center;
}
.marginauto {
  margin: auto;
}

.home .home_cont_header .btn-info,.home .home_cont_header .btn-primary,.home .home_cont_header .btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.home .home_cont_header .btn-info:hover,.home .home_cont_header .btn-primary:hover,.home .home_cont_header .btn-secondary:hover {
  color: #fff;
  background-color: #de9b80;
  border-color: #de9b80;
}

.home .cc-color-override-1247188962.cc-window {
  z-index: 9999999999;
}

.home .ancre-bottom {
  position: absolute;
  z-index: 1;
  margin: auto;
  right: 50.7%;
  bottom: 0;
}

.home .home_cont_header {
  height: 100vh;
  background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) );
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}
.home .baseline {
  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%);
}
.home .baseline p {
  font-size: 1.2em;
}
.home .text-right {
  text-align: right;
  padding-right: 40px;
}
.home .text-left {
  text-align: left;
  padding-left: 40px;
}
.home .home_cont_header a {
  color: #fff;
  font-size: 17px;
  letter-spacing: 3px;
  font-weight: 300;
  width: 270px;
  padding: 1.2rem 2rem;
}
.home .home_cont_header a:hover{
  font-weight: 400;
}
.home .border-left {
  border-left: 1px solid #fff;
}
.home .home_cont_header img {
  width: 220px;
  margin-bottom: 2%;
}
.home .home_cont_header .titre {
  font-size: 2.5rem;
}
.home  .home_cont_header .titre {
  font-size: 2.5rem;
  font-weight: 400!important;
  /* font-family: 'Nothing You Could Do', cursive; */
}
  

.estimation .progress-bar {
  height: 20px;
  background-color: #11192e;
}

.page-heading {
  text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
}





/* MODAL */

.index .modal .page-heading {
  text-align: center;
 }
 .index .modal-dialog {
  text-align: center;
  border-radius: 15px;
 }
 .index .modal .page-heading::after {
  display: none;
 }
 .index .modal-header {
  background: #11192e;
  color: #fff;
  border-radius: 0;
  padding: 20px 0 0 0;
 }
 .modal-title {
  margin: auto;
 }
 .index .modal-title img {
  width: 80px;
  margin-left: 42px;
 }
 .index .modal .close {
  color: #de9b80;
  font-size: 3.5rem;
  font-weight: 300;
  opacity: 1;
  text-shadow: 0 0 black;
 }
 
 .index .modal-body img {
  max-width: 55%;
  border-radius: 10px;
 }
 .index .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: 0;
 }
 .index .modal .btn-secondary {
  color: #de9b80;
  background-color: transparent;
  border-color: #de9b80;
  min-width: 160px;
  margin: 10px 0 20px 0;
  border-radius: 3px;
 }

 .index .modal-header > button {
  top: 15px;
  position: absolute;
  right: 20px;
 }
 .index .modal-content {
  border: 0;
  border-radius: 0;
  background-color: #11192e;
  color: #fff;
 }
 .index hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.2);
 }
 .index .modal .page-heading {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  display: block;
  margin-bottom: 30px;
  color: #de9b80;
  text-align: center;
  font-size: 25px;
  margin-top: 5px;
 }
 

 @media (min-width: 576px) {
  .index .modal-dialog {
      max-width: 40%;
      margin: 3% auto;
  }   
  .img-modal-mobile,
  .img-video-mobile {
      display: none;
  }
 }
 @media (max-width: 575px) {

  .index .modal-body img {
      max-width: 100%;
  }
  .index .modal-dialog {
      margin: 60px auto;
  }
  .index .modal {
      padding: 0 15px;
  }
  .index .modal-title img {
      width: 120px;
  }
  .index .modal-header > button {
    top: -20px;
    position: absolute;
    right: 10px;
}
.index .modal .page-heading {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  display: block;
  margin-bottom: 30px;
  color: #de9b80;
  text-align: center;
  font-size: 25px;
  margin-top: 20px;
}
 }
 @media (min-width: 768px) {
  .index .modal-dialog {
      max-width: 60%;
      margin: 3% auto;
  }   
}
 @media (max-width: 991px) {
  .index .modal .page-heading {
    font-size: 18px;
} 
}
 
 
 