/* ----------------------------------------------------------------------------------------------- */
/* -------------------------------------- PREMIUM LEXA ------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */


/*Import Fonts*/

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

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


.color-primary{
    color: #e17711;
}
.size-heading{
    font-size: 1.6rem;
}
.ion-android-arrow-forward {
    color: #e17711;
    margin-left: 10px;
}
.bg-gris {
    background: #e6e6e6;
    padding: 10px 20px;
    margin: 30px 0;
    border-radius: .6rem;
}


/* TOP MENU */
.header,
.top_menu {
    background: transparent;
}

/* MENU (gauche) */
#sidebar-wrapper {
    background: #323A45;
}
/* increase width */
#wrapper #sidebar-wrapper:hover {
    width: 340px;
}
.sidebar-nav {
    width: 340px;
}
/* no box shadow on sticking */
.sticky_menu.stick-me{
    box-shadow: none !important;
}


/* LOGO */
img.index-logo-not-sticking {
    width: 50%;
}


/* CONTAINER SEARCH */
[class*="listing-"] .container_search {
    top: -60px;
}
/* .container_search { /* en commentaire car bug dans listing particuliers des négos 
    top: 8rem;
} */ 


/* ROUND MOTEUR SEARCH */
.search__form-item:nth-child(n+2) {
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    width: calc(100% / 7 - -20px);
    /* height: 38px; */
}
/* btn type de transactions */
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: none;
    background: #e17711;
    color: #111;
    border-radius: 8px;
    padding: 1rem;
}
.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: 54px;
    border-radius: 8px 0 0 8px!important;
}
.search__form-item.c_type .btn-group.bootstrap-select.show-tick,
.bootstrap-select>.dropdown-toggle{
    margin-right: 0;
    height: 56px;
    border-radius: 8px 0 0 8px!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: 54px !important;
    background: none!important;
}
.bootstrap-select>.dropdown-toggle {
    height: 54px;
    border-radius: 100px;
    vertical-align: initial;
}
.form-style {
    border-color: transparent;
    height: 56px;
}
/* border-color on form style - exceptions */
body.detail .form-style,
body[class*="listing"] .form-style,
body[class*="listing-"] .form-style {
    border-color: #CCC;
    height: 56px;
}
.groupe_champs > .c_message textarea{
    border: 1px solid #ccc;
}
/* height input -- index only */
.index .form-style {
    border-color: transparent;
    height: 54px;
}
/* margin btn valid */
.search__form-item.c_valid {
    margin: 0 0 0 1.2rem;
}
/* border radius input prix max */
input#numero {
    border-radius: 0 8px 8px 0;
}
body.alerte-email input#prixmax,
body.contact input#prixmax {
    border-radius: 10px;
}
/* no bg on moteur */
.moteur {
    background-color: rgba(0,0,0,0);
}


/* ASIDE SIDEBAR */
/* background color */
aside.aside_contact {
    background-color: #323a45;
}


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


/* ----------------------------------------------------------------------------------------------- */
/*                                    BOUTONS & TITRES                                             */
/* ----------------------------------------------------------------------------------------------- */
.btn {
    border-radius: .45rem;
    padding: 1rem;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #B7E06A;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}


/* FIX COLOR  */
/* li active  */
body.index li.item.active,
body.agence li.item.active,
body.listing-vente li.item.active,
body.listing-location li.item.active,
body.alerte-email li.item.active,
body.services li.item.active,
body.estimation-pro li.item.active,
body.actualites li.item.active,
body.recrutement li.item.active,
body.estimation li.item.active,
body.temoignages li.item.active,
body.comparateur li.item.active,
body.contact li.item.active{
    background-color: #B7E06A!important;
    font-weight: 800!important;
}
body.index li.item.active a,
body.agence li.item.active a,
body.listing-vente li.item.active a,
body.listing-location li.item.active a,
body.alerte-email li.item.active a,
body.services li.item.active a,
body.estimation-pro li.item.active a,
body.actualites li.item.active a,
body.recrutement li.item.active a,
body.estimation li.item.active a,
body.temoignages li.item.active a,
body.comparateur li.item.active a,
body.contact li.item.active a{
    color: #111 !important;
}
body.index li.item.active img,
body.agence li.item.active img,
body.listing-vente li.item.active img,
body.listing-location li.item.active img,
body.alerte-email li.item.active img,
body.services li.item.active img,
body.estimation-pro li.item.active img,
body.actualites li.item.active img,
body.recrutement li.item.active img,
body.estimation li.item.active img,
body.temoignages li.item.active img,
body.comparateur li.item.active img,
body.contact li.item.active img{
    filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(209deg) brightness(-144%) contrast(106%);
}
body.index li.item:hover img,
body.agence li.item:hover img,
body.listing-vente li.item:hover img,
body.listing-location li.item:hover img,
body.alerte-email li.item:hover img,
body.services li.item:hover img,
body.estimation-pro li.item:hover img,
body.actualites li.item:hover img,
body.recrutement li.item:hover img,
body.estimation li.item:hover img,
body.temoignages li.item:hover img,
body.comparateur li.item:hover img,
body.contact li.item:hover img{
    filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(209deg) brightness(-144%) contrast(106%);
}
body.index li.item:hover a,
body.agence li.item:hover a,
body.listing-vente li.item:hover a,
body.listing-location li.item:hover a,
body.alerte-email li.item:hover a,
body.services li.item:hover a,
body.estimation-pro li.item:hover a,
body.actualites li.item:hover a,
body.recrutement li.item:hover a,
body.estimation li.item:hover a,
body.temoignages li.item:hover a,
body.comparateur li.item:hover a,
body.contact li.item:hover a{
    color: #111!important;
}
.hamburger.is-closed .hamb-top, 
.hamburger.is-closed .hamb-middle, 
.hamburger.is-closed .hamb-bottom, 
.hamburger.is-open .hamb-top, 
.hamburger.is-open .hamb-middle, 
.hamburger.is-open .hamb-bottom{
    background-color: #fff;
}
.item:hover {
    background-color: #B7E06A;
}
.dropdown-toggle::after{
    color: #B7E06A;
}
.sidebar-nav .dropdown-menu a {
    background: #B7E06A;
}
.sidebar-nav .dropdown-menu a:hover {
    background: #063d85;
}
.dropdown-toggle::after {
    bottom: 38px;
}
/* DIVIDER */
.home_cont_selection h2::after{
    background: #B7E06A;
}
.cont_coordonnees h2::after{
    background: #B7E06A;
}
/* SVG CIRCLE */
.jssorb051 .i .b{
    fill: #B7E06A;
}
.jssorb051 .i .b:hover{
    fill: #063d85;
}
.page_heading::after {
    background: #B7E06A;
}
.detail .info_titre::after {
    background: #B7E06A;
}
.detail .lafficheur li {
    color: #F8F8F8;
    background-color: #E17712;
    border-color: #E17712;
    box-shadow: none;
}
.detail .lafficheur li:hover {
    background-color: #1a1e2a;
    border: transparent!important;
    box-shadow: none;
}
.detail .lafficheur li.active {
    background-color: #1a1e2a;
    border: transparent!important;
    box-shadow: none;
}
.alert-danger {
    color: #fff;
    background-color: #B7E06A!important;
    border-color: #1a1e2a;
}
.bouton_search {
    background: #e17711!important;
    color: #fff;
}
.bouton_search a {
    margin: auto 10px auto 10px;
    background: #E17712!important;
    color: #1D1D1D;
}
.form-group .dropdown-toggle::after {
    color: #B7E06A!important;
}
.sidebar .intention_appel {
    color: #fff!important;
}
.sidebar_blocinfos.sticky {
    background-color: #fff;
}
.btn-primary, 
.btn-success {
    color: #F8F8F8;
    background-color: #E17712;
    border-color: #E17712;
    box-shadow: none;
}
.btn-primary:hover, 
.btn-success:hover {
    border: transparent!important;
    box-shadow: none;
}
.btn-info, 
.btn-secondary {
    color: #F8F8F8;
    background-color: #E17712;
    border-color: #E17712;
    box-shadow: none;
}
.btn-info:hover, 
.btn-secondary:hover {
    border: transparent!important;
    box-shadow: none;
    color: #F8F8F8;
    background-color: #1a1e2a;
}
.btn-success {
    color: #fff;
    background-color: #B7E06A;
    border-color: #B7E06A;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3), 0 2px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3), 0 2px 10px 0 rgba(0,0,0,.3);
}

.cont_coordonnees .btn {
    color: #F8F8F8;
    background-color: #E17712;
    border-color: #E17712;
    box-shadow: none;
}
.cont_coordonnees .btn:hover {
    border: transparent!important;
    box-shadow: none;
}
.recherche-detaillee .input-group-addon {
    background: rgba(20,30,42,.05) none repeat scroll 0 0;
    color: #B7E06A;
    border-bottom: 1px solid rgba(0,0,0,.3) !important;
}
.recherche-detaillee .sidebar div.sidebar_blocinfos.sticky:last-child{
    display: none;
}
.page-item.disabled .page-link,
.page-link {
    color: #f2e8c6;
    background-color: #B7E06A;
    border-color: #B7E06A;
}
.page-item.active .page-link {
    z-index: 2;
    color: #B7E06A;
    background-color: #fff;
    border-color: #B7E06A;
}
figure.effect-ming figcaption::before {
    border: 2px solid #B7E06A;
}
footer {
    background-color: #323a45;
}
.top_link {
    z-index: 99;
    bottom: 65px;
    background: #e17711;
    border-radius: 0;
    border: 1px solid #e17711;
}
.estimation h1::after, 
.alerte-email h1::after, 
.agence h2::after, 
.contact h1::after, 
.on-vous-rappelle h1::after {
    content: "";
    background: #e17711;
}
.breadcrumb-item.active {
    color: #e17711;
}
.progress-bar {
    background-color: #e17711;
}


/* ===== HOME CONT PRESENTATION ===== */
.home_cont_presentation {
    background-color: transparent;
    padding: 2% 0 0 0;
    bottom: 26px;
}
.home-background-section{
    background-image: url(../images/home-background-section.jpg);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: calc(100% - 55px);
    margin-left: 55px;
    height: 66vh;
    top: 0;
}
.home_cont_presentation .h2-responsive {
    top: 0;
    margin: 0 0 0 12rem;
}
.home_cont_presentation .logo_presentation {
    width: 70%;
}
div#agence{
    background-color: #fff;
    padding: 2rem;
}
/* ===== END HOME CONT PRESENTATION ===== */


/* AVIS CLIENT FOOTER fix footer */
/* .index .container .row h2{
    font-size: 4rem;
    line-height: 75px;
    font-weight: 700;
    display: block;
    width: 100%;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
} */
i.ion-quote {
    font-size: 2.4rem;
    color: #d3e1ee;
}
i.ion-quote-alt {
    font-size: 2.4rem;
    color: #d3e1ee;
}
.ion-quote-alt:before {
    content: "\f347";
    transform: rotate(180deg);
}
.card {
	margin: 0 auto;
	border: none;
}
.card .carousel-item {
	min-height: 260px;
}
.card .carousel-caption {
	padding: 0;
	right: 15px;
	left: 15px;
	top: 15px;
	color: #3d3d3d;
	/* border: 1px solid #ccc; */
	min-height:175px;
	padding: 15px;
}
.card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}
blockquote p {
    text-align: left;
    font-style: italic;
    color: #787676;
}
.card .carousel-caption .col-sm-9 {
	text-align: left;
}
.carousel-control-prev, 
.carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
    background-color: #e17711;
    border-radius: 6px;
    height: 36px;
    width: 36px;
}
.carousel-control-prev-icon, 
.carousel-control-next-icon {
	background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #e17711;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
.carousel-control-prev-icon:before,
.carousel-control-next:before{
    display: none;
}
.carousel-control-next:hover, 
.carousel-control-prev:hover {
    background-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #e17711;
    height: 36px;
    line-height: 32px;
    width: 36px;
    border-radius: 6px;
}
.carousel-control-prev-icon:hover, 
.carousel-control-next-icon:hover {
	opacity: 0.85;
}
#carouselExampleControls .carousel-control-prev {
    left: 30%;
    top: 90%;
}
#carouselExampleControls .carousel-control-next {
    right: 30%;
    top: 90%;
}
.carousel-caption h2 {
	font-size: 14px;
}
.carousel-caption h2 span {
	color: #e17711;
}
@media (min-width: 320px) and (max-width: 575px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
#carouselExampleControls .carousel-control-prev {
	left: 35%;
	top: 95%;
}
#carouselExampleControls .carousel-control-next {
	right: 35%;
	top: 95%;
}
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.card .carousel-caption h3, .card .carousel-caption small {
	text-align: center;
}
#carouselExampleControls .carousel-control-prev {
	left: 35%;
	top: 105%;
}
#carouselExampleControls .carousel-control-next {
	right: 35%;
	top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
.blockquote-footer {
    background: transparent;
    padding: 10px 0 0 20px;
    top: 0;
}
/* ===== END TEMOIGNAGES CAROUSSEL ===== */


/* HIDE CONSORTIUM FOOTER */
footer .liens_right {
    opacity: 0;
}


/* ===== BLOC FIXED ===== */
#bloc_fixed {
    bottom: 40%;
}
#bloc_fixed .bloc {
    margin: 0;
    background: rgba(0,0,0,.3);
    border: 1px rgba(0,0,0,.3) solid;
}
#bloc_fixed .bloc:hover {
    right: 0px;
    background-color: #e17711;
    border: 1px #e17711 solid;
}
#bloc_fixed .bloc1 {
    border-radius: 0.8rem 0 0 0;
}
#bloc_fixed .bloc3.bloc-cta {
    background-color: #e17711;
    border-color: #e17711;
    color: #111;
    border-radius: 0 0 0 0.8rem;
}
/* fix badge favoris */
#bloc_fixed .badge-pill {
    left: -16px !important;
}
/* ===== END BLOC FIXED ===== */


/* PAGE AGENCE */
/* profile picture size */
.agence .grid figure img {
    width: 40%;
    margin: 0 auto;
}
/* disable hover on team picture */
figure.effect-dexter {
    pointer-events: none !important;
}
/* background color white */
.agence .grid figure {
    background: #fff;
}


/* PAGE RECRUTEMENT */
body.recrutement .container-fluid {
    padding: 0 16rem;
}
/* sticky sidebar */
body.recrutement .sidebar {
    width: 100%;
    position: sticky;
    top: 0;
    height: 100%;
}


/* PAGE DETAIL */
img.fancybox-image{
    transform: scale(1.5);
}
/* icon visite virtuelle */
.block_etiquette-virtuelle {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background: #E17712;
    padding: 1rem;
    margin-top: 4px;
    width: auto;
    font-size: 1rem;
}
.ion-ios-videocam-outline{
    font-size: 30px;
}
[class*="listing-"] .container_search,
.listing .container_search,
.listingloctype .container_search {
    top: -50px;
    padding: 0;
    background: #fff;
}

/* PAGE ADMIN */
.actualites .content_page {
    width: 100%;
}


@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #fff;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 20px;
        bottom: 150px;
    }
}


/* Mobile */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) { 
    .home_cont_presentation .h2-responsive {
        top: 0;
        margin: 4rem 0 0 0rem;
    }
    /* navbar menu */
    .menu ul {
        margin: 4rem 0 !important;
    }
    /* no weird bg on open menu */
    #sidebar-wrapper {
        background: transparent;
    }
    /* background color fullscreen */
    .with--sidebar .site-cache {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #1A1E2A;
    }
    /* li nav-item full-width */
    .sidebar-nav {
        width: 100vw;
    }
    /* img centre width */
    .index .index-logo-not-sticking {
        width: 160px;
        top: 2rem;
    }
    /* show search container */
    .container_search #formrechercheaccueil {
        display: block !important;
        top: 2rem;
    }
    /* home cont presentation */
    .home_cont_presentation p {
        padding: 0;
    }
    /* notre selection */
    .home_cont_selection_mobile .home_heading {
        color: #1D1D1D;
    }


    /* page listing */
    /* no height fix article */
    .prod_listing.listing .effect-cms {
        min-height: auto;
    }
    /* align items center search container */
    .action_bar > div:nth-child(2) {
        align-items: center;
    }


    /* page détails */
    .detail .bloc-champ {
        padding: 0 2rem 0 7px;
    }
    /* no height fix on map */
    body.detail div#map-proximite{
        height: 230px !important;
    }
}


/* iPad */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

.estimation-pro iframe {
    height: 80vh;
}