/*PREMIUMBASE*/


/*Import Fonts*/

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

/*GENERAL*/

body {
    font-family: 'Work Sans', sans-serif;
}

.btn {
    border-radius: 0;
}
.dev{border:1px solid red}
/*
.me-wai{
	z-index: 9999999999999
}
*/
.pret{
	font-size: 12px;
	padding-bottom: 10px
}
.listing-location .pret{display: none}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}

.btn-primary {
    background-color: #8cad09;
    color: #fff;
    font-weight: 500;
    border-color: #8cad09;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #7d9a09;
    color: #fff;
    border-color: #7d9a09;
}

.btn-secondary {
    background-color: #4e6029;
    border-color: #4e6029;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #455525;
    border-color: #455525;
}

.btn-info {
    color: #fff;
    background-color: #4e6029;
    border-color: #4e6029;
}

.btn-info:hover {
    color: #fff;
    background-color: #455525;
    border-color: #455525;
}
.telephone-vu {
    color: #8cad09;
    background-color: #ffffff;
    font-weight: 500;
}
.b_exclu {
    background-color: #8cad09;
}
.header nav ul > li > a:hover::after {
    width: 100%;
}
.header nav ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 2px;
    background: #455525;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.vert-fonce {
    color: #024919;
}
.agence h5.titre {
    text-transform: uppercase;
    border-bottom: 1px solid #02491966;
    margin-top: 40px;
}
.agence h6 {
    text-transform: uppercase;
}
.vert {
    color: #7d9a09;
}
.italic {
    font-style: italic;
}
.centre {
    text-align: center;
}
.paragraphe {
    padding: 30px 0;
}
.page-heading {
    padding-left: 15px;
    border-left: 3px solid #4e6029;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home_cont_presentation p {
    text-align: center;
}

/*PAGE INDEX*/

.bgAccueil {
    background:none;
    height: 100vh;
}
* { box-sizing: border-box; }
.video-background  {
    background: #fff;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -99;
    height: 100vh;
    overflow: hidden;
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9){
    .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9){
    .video-foreground { width: 100%; left: 0; }
}
@media all and (max-width: 600px){
    .vid-info { width: 100%; padding: .5rem; }
    .vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px){
    .vid-info .acronym { display: none; }
}
.home_cont_selection {
    z-index: 20;
}
@media (max-width:768px){
    .video-foreground {
        width: 100%;
        height: 100vh;
        z-index: 20;
        position: absolute;
        top: -20%;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .index .ancre-bottom {
        display: none;
    }
}    
@media (max-width:450px){
    .video-foreground { 
/*
        width: 100%;
        height: 40vh;
        z-index: 20;
        position: absolute;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
*/
    display: none;
    }
    
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all, only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
     .bgAccueil {
        background-size: 812px 375px !important;
        background: none !important; 
    }
}
.moteur {
    padding: 0;
    position: initial;
    background: transparent;
}
.ancre-bottom { display:none;}
.index .ancre-bottom {
    position: absolute;
    z-index: 1;
    margin: auto;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    right: 48%;
    top: 90%;
    padding: 13px 0;
    background: #425e154f;
    display: block;
}
.index .ancre-bottom:hover {
    background: #4e6029;
}
.index .ancre-bottom a {
    padding: 20px;
    -webkit-animation: slide-down 0.4s;
    animation: slide-down 0.4s;
}
.index .ancre-bottom i {
    color: #fff;
}
.contact .ancre-bottom,
.agence .ancre-bottom,
.estimation .ancre-bottom,
.alerte-email .ancre-bottom,
.on-vous-rappelle .ancre-bottom,
.alerte-email .ancre-bottom,
.mentions-legales .ancre-bottom {
    display: none;
}
@media (max-width:420px) {
    .ancre-bottom {
        display: none;
    }
    .bgAccueil {
        background: url(../images/bgimg-mobile.jpg) no-repeat top center fixed;
        background-size: cover;
    }
}
.colhome {
    display: flex;
}

.colhome > div {
    padding: 15px
}
/*moteur*/
.moteur {
    background-color: rgba(255, 255, 255, 0.17);
}
.index .radio_trans input[type=radio].css-checkbox:checked + label.css-label {
    background-color: #8cad09;
    border: 1px solid #8cad09;
    color: #fff;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    background-color: transparent;
    border: 1px solid #4e6029;
    color: #4e6029;
    margin-right: 10px;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #000;
    font-weight: 600;
}
/*map*/

.home_map {
    background-color: #4e6029;
    margin: 20px;
}


.home_cont_selection .home_heading,
.home_cont_presentation h3,
.home_cont_categories .home_heading,
.home_cont_coordonnees .home_heading {
    font-size: 35px;
    color: #1d1d1d;
    text-transform: none;
    font-weight: 600;
}

.home_cont_categories .home_heading {
    color: #000;
}

.home_cont_categories .home_heading::after {
    background: #000;
}

.home_cont_presentation h3 {
    color: #fff;
}

.home_cont_coordonnees .home_heading {
    font-size: 20px;
}

.home_cont_presentation {
    position: relative;
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center top;
    background-size: cover;
    margin: 0 auto;
    padding: 170px 0;
    display: flex;
    justify-content: center;
}
.sidebar .group_btn a {
    width: 100%;
}
.home_cont_presentation .row > div {
    background: rgba(255, 255, 255, 0.65);
}

.home_cont_presentation p {
    color: #000;
}

.home_cont_presentation h3 {
    color: #1d1d1d;
    font-weight: 600;
    margin: 0 auto 25px auto;
    font-size: 35px;
}

.home_cont_selection,
.home_cont_categories {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home_cont_categories {
    background: #f1f1f1;
}

.cat {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 20px;
    height: 200px;
    border-radius: 0;
    background: transparent;
}

.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    border: 2px solid #FFF;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    background: transparent;
}

.cat:hover .cat-infos-overlay {
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 200px;
}

.home_cont_categories .cat-text {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1em;
}

.cat:hover .cat-text {
    width: 100%;
    color: #024919;
}

/*
.home_cont_categories .row div {
    height: 200px;
}
*/
.home_cont_categories img:hover{
	opacity: 0.7
}
.home_cont_categories .cat-text::after {
    content: "";
    background: #fff;
    display: block;
    position: relative;
    height: 2px;
    width: 80px;
    margin: 20px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.cat:hover .cat-text::after {
    width: 150px;
    background: #4e6029;
}

.home_cont_categories .cat-text-small {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    display: block;
}


/*coordonnees + footer*/

footer {
    background-color: #1e1e1e;
    padding: 50px 10px;
}

.home_cont_coordonnees .contact_footer {
    background: #fff;
    padding: 25px 40px;
}

.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1e1e1e;
    color: #fff;
    text-align: center;
}
.cont_coordonnees .container {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

/*reseaux sociaux*/

.home_cont_coordonnees .social_network,
.home_cont_coordonnees .social_network a {
    color: #fff;
}

.home_cont_coordonnees .social_network a:hover {
    color: #4e6029;
}

.home_cont_coordonnees .social_network i {
    font-size: 2em;
    padding: 0 5px;
}

.home_cont_coordonnees .social_network ul {
    display: inline-block;
}
/*PAGE LISTING */
/*pagination*/

.page-item.active .page-link {
    background-color: #8cad09;
    border-color: #8cad09;
}

.page-link {
    color: #8cad09;
}

.page-link:focus,
.page-link:hover {
    color: #fff;
    background-color: #8cad09;
    border-color: #8cad09;
}

/* fin pagination*/

/*ITEM*/

.block_info a:hover {
    color: #4e6029;
}
/*HEADER MENU*/

.index .not-sticking {
    background: rgba(255, 255, 255, 0.5);
}

.header ul {
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000;
        font-weight: 500;
    }
    .index .not-sticking .menu ul > li > a {
        color: #000;
    }
    .header__logo {
        display: block;
/*        height: 100px;*/
        padding: 10px;
    }
    .index .not-sticking .header__logo {
        display: block;
    }
    .header .site-pusher {
        display: flex;
        justify-content: space-around;
    }
    .header .index-logo-not-sticking,
    .header .index-logo-sticking, .header__logo img {
        width: 200px;
        margin: auto 0;
    }
    .header .menu {
        margin: auto 0;
    }
}

@media (max-width: 768px) {
    .moteur {
        background-color: rgba(255, 255, 255, 1);
        margin-top: -66%;
    }
}
.breadcrumb-item.active {
    color: #8cad09;
}

/* RESPONSIVE */
@media (min-width: 768px) {
    [class*="listing-"] .bloc.bloc4 {
        display: none;
    }
}

@media (max-width: 768px) {
    .listing-vente .container_search,
    .listing-location-mas .container_search,
    .listing-location-villas .container_search {
        display: none;
    }
    [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: 0;
        top: 50px;
        font-size: 20px;
        background: #4e6029;
        padding: 2px 10px;
        border-radius: 5px;
    }
    [class*="detail"] .bloc.bloc4 {
        display: none;
    }
    .index .bloc.bloc4 {
        display: block;
        position: absolute;
        right: 0;
        top: 50px;
        font-size: 20px;
        background: #4e6029;
        padding: 2px 10px;
        border-radius: 5px;
    }
    #formrecherchevente .search__form-item:nth-child(n+2),
    #formrecherchelocation .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 1px);
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label {
        cursor: pointer;
        display: inline-block;
        padding: 7px;
        vertical-align: middle;
        color: #4e6029;
    }
}

@media (max-width: 580px) {
    .sticking img,
    .not-sticking img {
        width: 150px;
        top: 10px;
    }
    .index-logo-not-sticking, .header__logo img {
        width: 200px;
        top: 10px;
    }
    .estimation .bloc.bloc4,
    .alerte-email .bloc.bloc4,
    .contact .bloc.bloc4,
    .on-vous-rappelle .bloc.bloc4,
    .mentions-legales .bloc.bloc4,
    .agence .bloc.bloc4 {
        display: none;
    }
}

.sidebar {
    text-align: center;
    margin: 0;
}


@media (max-width: 768px) {
    [class*="index"] .bloc.bloc5 {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        padding: 2px 10px;
    }
    #bloc_fixed_bottom .bloc5 i {
        font-size: 2rem;
    }
}

/* ------------------------------------------------------MAP------------------------------------------------------ */
.contact .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    top: 107px;
}

.prod_accueil article {
    text-align: center;
}
.prod_accueil article:hover {
    border-bottom: 3px solid #8cad09;
}



.cont_coordonnees .address ul {
    margin: auto 0;
    display: inline-block;
    justify-content: space-around;
}
.cont_coordonnees .address ul li {
    margin: 30px 10px;
    text-align: center;
}
.cont_coordonnees .address ul li h5.vert, address h5 {
    color: #8cad09;
    text-transform: uppercase;
}
.cont_coordonnees .address ul li p, .address .btn {
    font-weight: 300;
}
.cont_coordonnees .address ul li a, address li a {
    color: #fff;
}
.cont_coordonnees .address ul li a i, address li i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}
aside {
    text-align: center;
}

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



/* AVIS CLIENTS */
.home_cont_avis .home_heading {
    margin: 5% 0 0 0;
}


/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF                                                               */
/* ------------------------------------------------------------------------------------------------------------------------------- */

@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 {
        color:#8CAD09;
    }
    
  .listeliens a:hover {
    text-decoration: underline;
    }
  
  .ref p, .page2ref p {
    text-align:justify;
  }
  
  .ref h2, .page2ref h2 {
    font-size:24px;
    padding:10px 0px 15px 0px;
    }
  
    .ref h3, .page2ref h3 {
        font-size:20px;
        text-decoration: underline;
        padding:10px 0px 15px 0px;
        }

  .immobilier-le-rheu .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  }  
  
  .estimation-le-rheu .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 
  .estimation-melesse .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 
  .estimation-fougeres .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 

  .immobilier-le-rheu .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 
  .immobilier-melesse .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 
  .immobilier-fougeres .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 

  .vente-appartement-le-rheu .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 
  .vente-appartement-melesse .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 
  .vente-appartement-fougeres .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 
  .vente-appartement-rennes .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 
  .vente-appartement-le-rheu .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 
  .vente-maison-melesse .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 
  .vente-maison-fougeres .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  } 
  .vente-maison-rennes .top_page {
    background-image: url(../images/top_page/toppage.jpg);
  }

  .ensavoirplus {
    color:black;
  }
  
  .ensavoirplus:hover{
    color:grey;
  }

  .page-item .page-laulau,
  li.page-laulau {
    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,
  li.page-laulau:hover {
    background-color: #ddd;
}