/*Import Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@font-face {
    font-family: 'AirbnbCerealAppRegular';
    src: url('../font/AirbnbCerealApp-Book.eot');
    src: url('../font/AirbnbCerealApp-Book.eot?#iefix') format('embedded-opentype'),
        url('../font/AirbnbCerealApp-Book.woff2') format('woff2'),
        url('../font/AirbnbCerealApp-Book.woff') format('woff'),
        url('../font/AirbnbCerealApp-Book.ttf') format('truetype'),
        url('../font/AirbnbCerealApp-Book.svg#AirbnbCerealApp-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AirbnbCerealAppBold';
    src: url('../font/AirbnbCerealApp-Bold.eot');
    src: url('../font/AirbnbCerealApp-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/AirbnbCerealApp-Bold.woff2') format('woff2'),
        url('../font/AirbnbCerealApp-Bold.woff') format('woff'),
        url('../font/AirbnbCerealApp-Bold.ttf') format('truetype'),
        url('../font/AirbnbCerealApp-Bold.svg#AirbnbCerealApp-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*GENERAL*/
body {                          font-family: 'AirbnbCerealAppRegular', 'Roboto', 'Helvetica', sans-serif !important;}
.bg-primary{                    background-color: #50B548 !important;}
.bg-secondary{                  background-color: #5B7FDC !important;}
.bg-light{                      background-color: #F7F7F7 !important;}
.color-primary{                 color: #50B548 !important;}
.color-secondary{               color: #5B7FDC !important;}
.text-muted {                   color: #54595e!important;}
/* .font-family-secondary{         font-family: 'Prata', 'Playfair Display', 'Times', serif;} */
.font-weight-bold{              font-family: 'AirbnbCerealAppBold', sans-serif !important;}
.font-size-heading{             font-size: 2rem;}
.font-size-subheading{          font-size: 1.6rem;}
.content{                       height: 100%;}
.shadow-sm{                     box-shadow: rgba(0, 0, 0, .2) 1px 2px 6px 2px;}
.heading h3 {
    text-align: center;
    padding-bottom: 0.7em;
}
.heading h3 span {
    font-weight: 300;
    word-spacing: 3px;
    line-height: 2em;
    padding-bottom: 0.35em;
    color: rgba(0, 0, 0, 0.5);
}
.heading h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background-color: #777;
}
.heading-deco::after {
    content: "";
    border-radius: 4px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 24px;
    height: 4px;
    background-color: #50B548;
}
.line-height-sm{                line-height: 1.6;}
/* btn */
/* a hover */
.link-underline::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 2px;
    background: #0b141f;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.link-underline:hover {
    color: #0b141f;
}
.link-underline:hover::after {
    width: 100%;
}
/* icon */
img.icon {
    width: auto;
    height: 3.2rem;
}
.icon-green{                    filter: invert(85%) sepia(13%) saturate(2954%) hue-rotate(55deg) brightness(83%) contrast(64%);}


/* NAV */
nav.navbar{
	display: flex;
    padding: 0;
    background: #FFF;
}
nav.navbar.sticky-top.navbar-expand-lg {
    display: inline-block;
}
nav.navbar i.ion-chevron-down {
    margin-left: 8px;
}
li.nav-item {
    padding: 0 0.8rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    color: #111 !important;
}
/* hover nav-link */
nav.navbar .nav-link::before {
    content: '';
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}
nav.navbar .nav-link:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
nav.navbar .nav-link::before, nav.navbar .nav-link::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #50B548;
    top: 85%;
    left: 0;
    pointer-events: none;
}
.dropdown-toggle::after {
    content: " ";
}
.dropdown-menu {
    top: 50px;
    box-shadow: rgb(0 0 0 / 20%) 0 16px 24px 0;
}
nav.navbar .nav-item{
    line-height: 2.4;
    padding: 0 1.2rem;
}


/* LOGO ADJUST */
nav.menu{
	display: inline-block;
}
.header__logo img{
    width: 16%;
    padding: .8rem 1rem;
    /* margin: -14px 0; */
}
.navbar-brand img{
    width: 26%;
}


/* BACKGROUND VIDEO INSTEAD OF IMAGE */
body{
    overflow-x: hidden;
}
.bgAccueil{
    background:none;
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -90;
    width: 100%;
    height: 100%;
}
.cover video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}


/* BUTTON */
.btn-primary, .btn-secondary, .btn-info, .btn-success {
    color: #F8F8F8;
    background-color: #50B548;
    border-color: #50B548;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-success:hover {
    color: #F8F8F8;
    background-color: #34752F;
    border-color: #34752F;
}
.btn {
    border-radius: .2rem;
    padding: 1.2rem;
}


/* ROUND MOTEUR SEARCH */
/* btn type de transactions */
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: none;
    background: #50B548;
    border-radius: .25rem;
    padding: 1rem;
    color: #FFF;
    height: 3.2rem; /* fix height for bottom arrow */
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    padding: 1rem;
    color: #f8f9fa;
    background: rgb(255 255 255 / 20%);
    height: 3.2rem;
    border-radius: .25rem;
}
/* no margin right + rounded corners + height background */
.search__form-item:nth-child(n+2){
    margin-right: 0;
    height: 64px;
    border-radius: .25rem 0 0 .25rem!important;
}
.search__form-item.c_type .btn-group.bootstrap-select.show-tick,
.bootstrap-select>.dropdown-toggle{
    margin-right: 0;
    height: 64px;
    border-radius: .25rem 0 0 .25rem!important;
    background: none;
}
/* no border radius input ville */
.form-group.search__form-item.c_insee {
    border-radius: 0!important;
}
/* no border input type + ville */
.index .bootstrap-select {
    border: none!important;
}
/* height button + no bg */
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus{
    height: 62px !important;
    background: none!important;
}
.bootstrap-select>.dropdown-toggle {
    height: 64px;
    border-radius: 100px;
    vertical-align: initial;
}
/* height input -- index only */
.form-style {
    height: 64px;
}
/* border radius input prix max */
input#prixmax, .input-group-addon {
    border-radius: 0 .25rem .25rem 0;
}
body.alerte-email input#prixmax,
body.contact input#prixmax {
    border-radius: 10px;
}
/* margin btn valid */
.search__form-item.c_valid {
    margin: 0 0 0 1.2rem;
}
/* no bg on moteur */
.moteur {
    background-color: rgba(0,0,0,0);
}
/* bottom arrow on active input */
.radio_trans input[type=radio].css-checkbox:checked + label.css-label:after {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    background: transparent !important;
    border-top: 20px solid #50B548;
}


.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}


/* SELECTION */
.index .item-listing {
    border: none !important;
    width: calc(33.3% - 60px) ;
    box-shadow: rgb(0, 0, 0, .2) 1px 1px 8px 0;
    transition: all ease-in-out 90ms 90ms;
    border-radius: .4;
}
.index .item-listing:hover {
    opacity: 1;
    box-shadow: rgb(0, 0, 0, .2) 1px 1px 16px 0;
    transition: all ease-in-out 90ms 90ms;
    border-radius: .4;
}
.item-listing {
    border: #111 solid 1px;
    border-radius: .4;
}
.carousel_nbr_photos {
    top: 20px;
    right: 20px;
    border-radius: 10rem;
}
/* display 4 items */
.prod_accueil article {
    width: calc(33% - 18px);
    margin: .2rem .2rem 1.6rem;
}
.card_list li > span:after {
    content: none;
}
.tag {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: .75rem;
    color: #999;
    padding: .4rem;
    margin: .6rem .6rem 0 0;
    border-radius: 3px;
    font-weight: 400 !important;
}


/* INDEX PRESENTATION ALT STYLE */
.col-bg::before{
    content: "";
    background: #F7F7F7;
    width: 50%;
    position: absolute;
    transform: translate(0%);
    z-index: 0;
}
.col-bg__right::before{
    top: 17%;
    right: 50%;
    height: 42rem;
}
.col-bg__left::before{
    top: 8%;
    left: 50%;
    height: 36rem;
}
/* bg pres */
.bg-pres{
    height: 460px;
}
.bg-pres::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 40px 0;
    min-height: 40vh;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    background: url(../images/index-img__presentation.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}


/* HOME CONT CATEGORIES */
.other-product {
    height: 460px;
    transition: all 140ms 120ms ease-in-out;
    -moz-transition: all 140ms 120ms ease-in-out;
    -webkit-transition: all 140ms 120ms ease-in-out;
    -o-transition: all 140ms 120ms ease-in-out;
}
.other-product:hover{
    opacity: .8;
    transition: all 140ms 120ms ease-in-out;
    -moz-transition: all 140ms 120ms ease-in-out;
    -webkit-transition: all 140ms 120ms ease-in-out;
    -o-transition: all 140ms 120ms ease-in-out;
}


/* HOME CONT ALERTES */
.home_cont_alertes {
    padding: 40px 10px;
    background: #183615;
    text-align: center;
}


/* TOOLTIP */
#bloc_fixed {
    bottom: 40%;
}
#bloc_fixed .bloc {
    margin: 0;
    background: #50B548;
    border: 1px #50B548 solid;
}
#bloc_fixed .bloc:hover {
    right: 0px;
    background-color: #34752F;
    border: 1px #34752F solid;
}
#bloc_fixed .bloc1 {
    border-radius: 0.8rem 0 0 0;
}
#bloc_fixed .bloc3 {
    border-radius: 0 0 0 0.8rem;
}
.tooltip-inner{
    font-family: 'Montserrat', sans-serif;
}
[tooltip] {
  position: relative;
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: .9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
}
/* show tooltip to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}
/* Animation */
@keyframes tooltips-vert {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
}
@keyframes tooltips-horz {
    to {
      opacity: .9;
      transform: translate(0, -50%);
    }
}
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after{
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after{
  animation: tooltips-horz 300ms ease-out forwards;
}


/* FOOTER */
.cont_coordonnees{
    background-color: #fff;
}
.cont_coordonnees .container *{
    color: #111;
}
.cont_coordonnees .rs i {
    font-size: 25px;
    color: #50B548;
}
.sidebar .rs i {
    font-size: 25px;
    color: #50B548;
}
.sidebar .rs  {
    text-align: center;
}
.cont_coordonnees ul.rs li {
    margin:10px 20px 0 0;
}
.cont_coordonnees .container a{
    color: #fff;
    width: auto;
}
footer{
    background: #fff;
}
footer .liens_left a{
    color: #000;
}
footer .liens_right a img{
    filter: invert(1);
}


body.contact .map > div#map {
    z-index: -1;
}


/* FIXED BUTTON WIDTH SIDEBAR */
.sidebar {
    width: 26%;
}
.agence .sidebar {
    width: 22%;
}
.sidebar .group_btn a {
    width: 100%;
    margin: 10px 0;
}
aside address .group_btn a {
    width: 100%;
    font-size: 15px;
    padding: 1rem;
    margin: 1rem 0;
}


/* PAGE AGENCE */
.agence .col__text {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    color: #1D1D1D;
}
/* spacing large col */
.agence .my--large{
    margin: 6rem 0 !important;
}


/* PAGE EXPERTISE */
body.expertise .form-group.c_adresse {
    width: 100%;
    margin: 4rem 0 0;
}
body.expertise .form-group.c_type {
    width: 100%;
}
body.expertise .form-group.c_cp {
    width: 30%;
}
body.expertise .form-group.c_ville {
    width: 70%;
}


/* PAGE LISTING */
body[class*="listing-"] .container_search {
    position: absolute;
    width: 100%;
    top: 8rem;
}
body[class*="listing-"] .sticking .container_search {
    display: none;
}
body[class*="listing-"] .container_search span.plusc {
    color: #FFF;
}
.block_info > .effect-cms {
    padding: 1rem;
}
.effect-cms .info_prix {
    margin: 22px 0 15px 0;
    line-height: 20px;
    padding: 0;
}


/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #50B548 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #50B548;
}
.detail_header .titre:after {
    background: #50B548;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #50B548;
}
.retour_pret span {
    color: #50B548;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #50B548;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #50B548 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #50B548 !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}
.detail_header_sticky {
    height: auto;
    padding: 1rem 0;
}



/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF BY LOLO                                                       */
/* ------------------------------------------------------------------------------------------------------------------------------- */
.listeliens ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.listeliens ul li{
    width: calc(100% / 3);
    /* si 3 colonnes */
}

.listeliens a {
    color:#34752F;
}

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

.ref p, .page2ref p {
text-align:justify;
}

.ref h1, .page2ref h1 {

    font-weight: 500;
    font-size:28px;
    padding:10px 0px 15px 0px;
    }

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

.vente-appartement-annecy .top_page {
background-image: url(../images/top_page/image_top.jpg);
}

.vente-maison-annecy .top_page {
background-image: url(../images/top_page/image_top.jpg);
}

.vente-appartement-rumilly .top_page {
    background-image: url(../images/top_page/image_top.jpg);
    }
    
    .vente-maison-rumilly .top_page {
    background-image: url(../images/top_page/image_top.jpg);
    }

.Offmarket .top_page {
	background-image: url("/assets/images/top_page/offmarket_top.jpg");
}


.ensavoirplus {
color:black;
}

.ensavoirplus:hover{
color:grey;
}



/* TOP PAGE */

.syndic .top_page{
    background-image: url(/assets/images/top_page/syndic_top.jpg);
    height: 62% !important;
    top: 0 !important;
    background-size: contain !important;
    background-color: #fff;
}
.gestion .top_page{
    background-image: url(/assets/images/top_page/gestion_top.jpg);
    height: 62% !important;
    top: 0 !important;
    background-size: contain !important;
    background-color: #fff;
}
.listing-vente .top_page{
    background-image: url(/assets/images/top_page/vente_top.jpg);
    height: 62% !important;
    top: 0 !important;
    background-size: contain !important;
    background-color: #fff;
}
.actualites .top_page{
    background-image: url(/assets/images/img-panneau-3.jpg);
    height: 62% !important;
    top: 0 !important;
    background-size: contain !important;
    background-color: #fff;
}
.partenaires .top_page{
    background-image: url(/assets/images/top_page/partenaires_top.jpg);
    height: 62% !important;
    top: 0 !important;
    background-size: contain !important;
    background-color: #fff;
}
body.contact .map{
  height: 62% !important;
}
#map_contact{
  height: 100% !important;
}


@media (min-width: 992px) {
    .header .not-sticking {
        background: rgba(255, 255, 255, 0);
        /* border-bottom: #50B548 8px solid; */
    }
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000;
    }
    .index .not-sticking .menu ul > li > a {
        color: #000;
    }
    .header__logo {
        /* display: block; */
        height: 100px;
        padding: 20px;
    }
    /* TOP PAGE */
    .top_page{
        height: 24rem;
        /* top: -10%; */
    }
}


/* Mobile */
@media only screen and (max-width : 768px) {
    /* .header__logo img{
        width: 30%;
        margin: 0;
    } */

    /* center logo mobile */
    .header__logo{
        width: calc(100% - 50px);
        display: block;
    }
    /* logo size header */
    .navbar-brand img{
        width: 18%!important;
        margin: 4px 0;
    }
    /* logo size others pages */
    .header__logo .img-fluid {
        width: 24%!important;
        margin: 4px 0;
    }
    .not-sticking .site-pusher {
        background-color: transparent!important;
        padding: 0;
    }
    /* navbar responsive */
    nav.navbar {
        display: block;
        /* padding: 1rem 0; */
    }
    .collapse.show {
        display: block;
        background-color: #fff;
        /* height: 70vh; */
    }
    /* padding li */
    li.nav-item.dropdown {
        padding: 0.8rem 0;
    }
    /* background when open li */
    ul.dropdown-menu {
        background: #e0e0e0;
        box-shadow: none!important;
    }
    /* btn position fix */
    button.navbar-toggler{
        left: 10px;
        position: absolute;
        top: 20px;
    }
    /* end navbar responsive */
    .bgAccueil {
      background: none !important;
    }
    .moteur{
        top:30%;
    }
    .search__form-item.c_valid {
      margin: 0 ;
    }
    
    
    .prod_accueil article {
        border: none;
        width: calc(100% - 20px) !important;
        margin: 10px;
        background: #fff;
        color: #111;
    }
    .home_cont_presentation .container {
        height: auto;
    }
    .prez-bg {
        background: rgba(255,255,255,1);
        padding: 50px;
        color: #2062ae;
        top: 160px;
    }
    /* pres */
    .col-bg::before{
      content: none !important;
    }
    .index-presentation .col-sm-12.col-md-7{
        padding: 2rem !important;
    }
    /* categories */
    .other-product {
        height: 180px;
    }


    /* top page */
    .syndic .top_page,
    .gestion .top_page,
    .listing-vente .top_page,
    .actualites .top_page,
    .partenaires .top_page,
    .top_page{
      background-size: cover !important;
      height: 30% !important;
    }


    /* PAGE EXPERTISE */
    /* fix width input */
    .form-group.c_cp,
    .form-group.c_ville {
        width: 100%;
    }
}


/* iPad */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
    /* .header__logo img{
        width: 30%;
        margin: 0;
    } */

    /* center logo mobile */
    .header__logo{
        width: calc(100% - 50px);
        display: block;
    }
    /* logo size header */
    .navbar-brand img{
        width: 18%!important;
        margin: 4px 0;
    }
    /* logo size others pages */
    .header__logo .img-fluid {
        width: 24%!important;
        margin: 4px 0;
    }
    .not-sticking .site-pusher {
        background-color: transparent!important;
        padding: 0;
    }
    /* navbar responsive */
    nav.navbar {
        display: block;
        /* padding: 1rem 0; */
    }
    .collapse.show {
        display: block;
        background-color: #fff;
        height: 70vh;
    }
    /* padding li */
    li.nav-item.dropdown {
        padding: 0.8rem 0;
    }
    /* background when open li */
    ul.dropdown-menu {
        background: #e0e0e0;
        box-shadow: none!important;
    }
    /* btn position fix */
    button.navbar-toggler{
        left: 10px;
        position: absolute;
        top: 40px;
    }
    /* end navbar responsive */
    .moteur{
        top:30%;
    }
    .prod_accueil article {
        border: none;
        width: calc(100% - 20px) !important;
        margin: 10px;
        background: #fff;
        color: #111;
    }
    .home_cont_presentation .container {
        height: auto;
    }
    .prez-bg {
        background: rgba(255,255,255,1);
        padding: 50px;
        color: #2062ae;
        top: 160px;
    }

    /* pres */
    .index-presentation .col-sm-12.col-md-7{
        padding: 2rem !important;
    }

    /* PAGE EXPERTISE */
    /* fix width input */
    .form-group.c_cp,
    .form-group.c_ville {
        width: 100%;
    }

}


