/*Import Fonts*/
@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;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');


/*GENERAL*/
/* base */
body {                          font-family: 'AirbnbCerealAppRegular', 'Roboto', 'Helvetica', sans-serif !important;-webkit-text-size-adjust: 100%;text-rendering: optimizelegibility;}
.font-weight-bold{              font-family: 'AirbnbCerealAppBold', sans-serif !important;}
.content{                       height: 100%;}
/* color, spacing */
.bg-primary{                    background-color: #4691D5 !important;}
.bg-secondary{                  background-color: #ADB8C7 !important;}
.color-primary{                 color: #4691D5 !important;}
.color-secondary{               color: #ADB8C7 !important;}
/* .font-family-secondary{         font-family: 'Prata', 'Playfair Display', 'Times', serif;} */
/* heading */
.font-size-heading{             font-size: 2rem;}
.font-size-subheading{          font-size: 1.6rem;}
.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;
}
.line-height-sm{                line-height: 1.5;}
/* btn */
.btn-primary, 
.btn-info, 
.btn-success {
    color: #F8F8F8;
    background-color: #4691D5;
    border-color: #4691D5;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-secondary{
    color: #1D1D1D;
    background-color: #ADB8C7;
    border-color: #ADB8C7;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary:hover, 
.btn-secondary:hover, 
.btn-info:hover, 
.btn-success:hover {
    color: #F8F8F8;
    background-color: #326696;
    border-color: #326696;
}
.btn {
    border-radius: .6rem;
    padding: 1.4rem;
}
/* a hover */
.link-underline::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 2px;
    background: #326696;
    -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: #326696;}
.link-underline:hover::after {  width: 100%;}


/* cookies window */
.cc-window.cc-banner {
  width: 24rem!important;
  border-radius: 1rem;
}
.cc-banner.cc-bottom {
  right: auto!important;
  left: 2%;
  bottom: 20px;
}
.cc-color-override-1247188962.cc-window {
  background-color: #fff!important;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 24px 6px;
}
#footer-cookie {
  color: #1d1d1d !important;
  max-height: 100%!important;
}
#footer-cookie h3 {
  font-size: 1rem!important;
}
#footer-cookie p {
  font-size: 12px!important;
  line-height: 1.5!important;
}
.btncookie {
  margin: 8px auto!important;
  background: transparent!important;
  color: #1d1d1d !important;
  border: 1px solid #1d1d1d !important;
  font-size: 1rem!important;
  width: 14rem!important;
  padding: .4rem .75rem!important;
}
.btncookie:hover {
  background: #326696!important;
  color: #f7f7f7!important;
  border: 1px solid #fff!important;
}
#boutoncookie {
  display: grid!important;
}
.cc-color-override-1247188962 .cc-link, .cc-color-override-1247188962 .cc-link:active, .cc-color-override-1247188962 .cc-link:visited {
  color: #1d1d1d !important;
}
a.cc-link {
  margin: auto!important;
}


/* NAV */
nav.navbar{
	display: flex;
    padding: 1rem 0;
}
nav.navbar.sticky-top.navbar-expand-lg {
    display: inline-block;
}
nav.navbar i.ion-chevron-down {
    margin-left: 8px;
}
.dropdown-toggle::after {
    content: " ";
}
li.nav-item {
    padding: 0 0.8rem;
}
.dropdown-menu {
    top: 2rem; /* fix glitch on hover */
    box-shadow: rgb(0 0 0 / 20%) 0 16px 24px 0;
    width: 300px;
    border-radius: 0.2rem;
    padding: .6rem 0;
}
.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: currentColor;
    top: 85%;
    left: 0;
    pointer-events: none;
}
/* disable hover nav-link on dropdown link and social icons */
nav.navbar .nav-link.dropdown-toggle::before, 
nav.navbar .nav-link.dropdown-toggle::after,
nav.navbar .nav-social::before, 
nav.navbar .nav-social::after{
    content: none;
}
/* dropdown hover effect */
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.8rem 1rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background: 0 0;
    border: 0;
    font-weight: 600;
    transition: all ease-in-out 90ms 90ms;
}
.dropdown-item:hover {
    /* padding-left: 2.4rem; */
    background-color: #F0F0F0;
    transition: all ease-in-out 90ms 90ms;
}
.dropdown-item:hover a{
    color: #212529 !important; /* no blue inherit color */
    transition: all ease-in-out 90ms 90ms;
}
/* navbar coordonnees */
nav.navbar .navbar-coordonnees{
    width: 25%;
    text-align: right;
    padding: 1rem;
}
nav.navbar .navbar-coordonnees .navbar-coordonnees__name p{
    font-size: .8rem;
}


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


/* ROUND MOTEUR SEARCH */
/* btn type de transactions */
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: none;
    background: #4691D5;
    border-radius: .25rem;
    padding: 1rem;
    color: #FFF;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    padding: 1rem;
}
/* no margin right + rounded corners + height background */
.search__form-item:nth-child(n+2){
    margin-right: 0;
    height: 66px;
    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: 56px;
    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: 66px !important;
    background: none!important;
}
.bootstrap-select>.dropdown-toggle {
    height: 66px;
    border-radius: 100px;
    vertical-align: initial;
}
/* height input -- index only */
.form-style {
    height: 66px;
    /* fix display bug on input */
    border: 1px solid #ffffff !important;
    margin: 0 -1px;
}
/* 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 moteur */
.moteur,
.container_search {
    background-color: rgba(0,0,0,0);
    /* display: none; */
}


.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: 1rem;
}
.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: 1rem;
}
.item-listing {
    border: #111 solid 1px;
    border-radius: 1rem;
}
.carousel_nbr_photos {
    top: 20px;
    right: 20px;
    border-radius: 10rem;
}
/* display 4 items */
.prod_accueil article {
    width: calc(25% - 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--right::before{
    content: "";
    background: #F7F7F7;
    width: 50%;
    position: absolute;
    top: 28%;
    right: 50%;
    transform: translate(0%);
    z-index: 0;
    height: 28rem;
}
.col-bg--left::before{
    content: "";
    background: #F7F7F7;
    width: 50%;
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translate(0%);
    z-index: 0;
    height: 28rem;
}
/* bg pres */
.bg-pres{
    height: auto;
}
.bg-pres::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 40px 0;
    min-height: auto;
    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 CATEGORIES 2 */
.row-height{
    height: 24rem;
}
.row-bg::before{
    content: "";
    background: #f7f7f7;
    width: 100%;
    position: absolute;
    top: 4rem;
    left: -4rem;
    z-index: 0;
    height: 26rem;
}
.content-cat__text {
    display: block;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}


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


/* TOOLTIP */
#bloc_fixed {
    bottom: 40%;
}
#bloc_fixed .bloc {
    margin: 0;
    background: #4691D5;
    border: 1px #4691D5 solid;
}
#bloc_fixed .bloc:hover {
    right: 0px;
    background-color: #4691D5;
    border: 1px #4691D5 solid;
}
.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 .container a{
    color: #fff;
    width: auto;
}
i.icon {
    width: auto;
    font-size: 1.4rem;
}
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 */
.agence .sidebar {
    width: 28%;
}
.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 LISTING */
/* no breadcrumb */
body[class*="listing-"] .breadcrumb-cms{
    display: none;
}
body[class*="listing-"] .action_bar > div.d-flex{
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}
body[class*="listing-"] .block_info{
    padding: 2rem;
}


/* 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 DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #4691D5 !important;
    color: #fff !important;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #4691D5;
}
.detail_header .titre:after {
    background: #4691D5;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #4691D5;
}
.retour_pret span {
    color: #4691D5;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #4691D5;
    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: #4691D5 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #4691D5 !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; */
}
.form-style {
    border: 1px solid #ccc !important;
}
.form-group.c_message .form-style {
    border: 1px solid #aaa !important;
}
body.detail .nav-link.active span{
    color: #F9F9F9;
}
.listing-vente .bootstrap-select>.dropdown-toggle.bs-placeholder, 
.listing-vente .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, 
.listing-vente .bootstrap-select>.dropdown-toggle.bs-placeholder:focus {
    height: 64px !important;
    background: none!important;
}
.listing-vente .search__form-item.c_type .btn-group.bootstrap-select.show-tick, .bootstrap-select>.dropdown-toggle {
    margin-right: 0;
    height: 66px;
    border-radius: .25rem 0 0 .25rem!important;
    background: none;
}



@media (min-width: 992px) {
    .header .not-sticking {
        background: rgba(255, 255, 255, 1);
        /* border-bottom: #4691D5 8px solid; */
    }
    nav.menu ul li {
        display: inline-block;
        margin: 0 .6rem;
    }
    .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;
    }
}


/* 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: auto;
        top: 12px;
    }
    /* 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;
    }
    .navbar-coordonnees {
        display: none;
    }
    /* 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;
    }
    .col-bg--right::before,
    .col-bg--left::before{
        content: none;
    }


    /* HOME CONT CATEGORIES */
    .other-product {
        height: 180px;
    }


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

}


/* FIX HEADER LOGO */
@media (min-width: 992px) and (max-width: 1440px){
    nav.navbar {
        display: flex;
        padding: 0.8rem 0 0;
        flex-direction: column;
        justify-content: center;
    }
    .navbar-brand img{
        width: 10%;
    }
}
@media (min-width: 1441px) {
    .navbar-brand{
        width: 30%;
    }
    .navbar-brand img{
        width: 30%;
    }
}