/*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;
}
.sidebar {
    text-align: center;
    background: #f3f3f3;
}
.sidebar .nom_agence {
    text-transform: uppercase;
}
.sidebar .italic {
    font-style: italic;
    padding-bottom: 10px;
}
aside,
aside [type=button] {
    text-align: center;
} {
    text-align: center;
}
aside .contact_img img {
    width: 250px;
}
aside .social_network i {
    color: #f89831;
}
aside .social_network i:hover {
    color: #3b80c2;
}

.b_ccoeur {
    background: #FF5339;
}
.b_investisseur {
    background: #3b80c2;
}
.b_exclu {
    background: #f89831;
}
.b_prestige {
    background: #7cd4fc;
}

.top_page {
    background-color: #173e65;
    position: relative;
    height: 250px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
}
.comparateur .comparateur {
    min-height: 670px;
}
/* ------------------------------------------------ HEADER ------------------------------------------------ */
.bgAccueil {
    background: url(/assets/images/bgimg.jpg) no-repeat center center fixed;
}
/*
.header {
    background: rgba(255,255,255,0.7);
}
*/

.sticky_menu .header__logo img,
.header .index-logo-sticking,
.header .index-logo-not-sticking {
    width: 200px;
}
/*.header .sticking .site-pusher {*/
    /*display: flex;*/
    /*justify-content: center;*/
/*}*/
/*.header .site-pusher nav {*/
    /*margin: auto 0;*/
/*}*/
.header .site-pusher nav ul {
    margin:20px 0;
}
.header nav ul > li > a:hover::after {
    width: 100%;
}
.header nav ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 3px;
    background: #f89831;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* -------------------------------------------------SLIDER------------------------------------------------- */
.bgAccueil {
    background: none !important;
    overflow: hidden;
}

.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');
}

.carousel-indicators {
    display: none;
}

/* ---------------------------------------- BOUTONS & TITRES ---------------------------------------------- */
.btn {
    border-radius: 0;
}

.btn-primary, .btn-info {
    color: #fff;
    background-color: #3b80c2;
    border-color: #3b80c2;
}

.btn-primary:hover,
.btn-info:hover {
    color: #3b80c2;
    background-color: #fff;
    border-color: #3b80c2;
}
.btn-secondary,
.btn-success {
    color: #fff;
    background-color: #f89831;
    border-color: #f89831;
}

.btn-secondary:hover,
.btn-success:hover {
    color: #f89831;
    background-color: #fff;
    border-color: #f89831;
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #3b80c2;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.deco,
.page-heading {
    padding-left: 20px;
    border-left: 4px solid #f89831;
}
.breadcrumb-item.active {
    color: #3b80c2;
}
/* --------------------------------------------------MOTEUR-------------------------------------------------- */
.moteur {
    padding: 0;
    background-color: rgba(255,255,255, 0);
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    /*border: 2px solid #f89831;*/
    /*color: #fff;*/
    /*font-weight: 600;*/
    /*font-size: 17px;*/
    /*background: #f898318a;*/
    display: none;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    cursor: pointer;
    display: inline-block;
    padding: 7px;
    vertical-align: middle;
    color: #f89831;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #fff;
}

/* -------------------------------------------INDEX NOTRE SELECTION------------------------------------------- */
.home_cont_selection {
    text-align: center;
    background: #f3f3f3;
}
.prod_accueil .block_info {
    z-index: 0;
    padding: 20px;
    min-height: auto;
    background: #fff;
}
.home_cont_selection .prod_accueil .card-fav-absolute {
    top: -5%;
    right: 25px;
}
.home_cont_selection .prod_accueil .info_titre,
.home_cont_selection .prod_accueil .info_numero,
.home_cont_selection .prod_accueil .info_prix-hai,
.home_cont_selection .prod_accueil ul {
    display: none;
}
.home_cont_selection .prod_accueil article:hover {
    border-bottom: 3px solid #f89831;
}
.home_cont_selection a:hover {
    color: #f89831;
}
/*-------------------------------------------INDEX PRESENTATION--------------------------------------------- */
.home_cont_presentation {
    text-align: center;
}

/* ----------------------------------------------CATEGORIE HOME---------------------------------------------- */
.home_cont_categories {
    text-align: center;
    background: #f3f3f3;
}
.home_cont_categories .cat-infos-overlay {
    width: 220px;
}
/* ---------------------------------------------INDEX ALERTE EMAIL--------------------------------------------- */
.home_cont_alertes {
    padding: 20px 10px;
    background: rgba(0, 0, 0, 1);
    text-align: center;
}
/* ---------------------------------------------COORDONNEES FOOTER--------------------------------------------- */
.cont_coordonnees {
    position: relative;
    background: url(../images/home-background-coordonnees.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cont_coordonnees .col_coordonnees1 {
    padding: 10px 0;
    color: #fff;
    display: flex;
    justify-content: space-around;
    font-weight: 500;
}
.cont_coordonnees .col_coordonnees1 p {
    font-size: 16px;
}
.cont_coordonnees .col_coordonnees1 .col_coordonnees_contenu {
    margin: auto 0;
    padding:30px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.15);
    width: 60%;
}
.cont_coordonnees .btn {
    width: 200px;
    color: #fff;
    margin-bottom: 30px;
}
.cont_coordonnees .btn:hover {
    width: 200px;
    color: #f89831;
    font-weight: 500;
}
.cont_coordonnees ul li {
    margin: 0 10px;
    font-size: 35px;
}
.cont_coordonnees ul li a:hover {
    color: #f89831;
}
.cont_coordonnees ul li a {
    color: #fff;
}
.cont_coordonnees .logo-coordonnees {
    width: 230px;
}
.cont_coordonnees .col_coordonnees2 {
    padding: 30px 30px;
}
.col_coordonnees2 ul {
    display: -webkit-box;
}

.cont_coordonnees .home_heading {
    color:#fff;
    margin-bottom: 0px;
}
.cont_coordonnees .home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #ff0066;
    height: 2px;
    width: 150px;
    margin: 15px auto 24px auto;
}
.cont_coordonnees .col_coordonnees1 .home_heading {
    color:#000;
    margin-bottom: 0px;
    text-align: center;
}
.cont_coordonnees .col_coordonnees1 .home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #ff0066;
    height: 2px;
    width: 150px;
    margin: 15px auto 24px auto;
}
.cont_coordonnees .col_coordonnees2 .btn-primary {
    color: #fff;
    background-color: #ff0066;
    border-color: #ff0066;
}
.cont_coordonnees .col_coordonnees2  .btn-primary:hover {
    color: #fff;
    background-color: #66ccff;
    border-color: #fff;
}
.cont_coordonnees .contact_validation {
    margin: 0 41%;
}
.cont_coordonnees .groupe_champs > .form-group {
    clear: none;
    width: 25%;
    padding: 0 10px;
}
.cont_coordonnees .groupe_champs >  .c_message {
    width: 100%;
}

/* ---------------------------------------------------FOOTER--------------------------------------------------- */
footer a:hover {
    color: #3b80c2;
}
footer {
    background-color: #000;
    padding:10px;
}
/* ---------------------------------------------INDEX PRESENTATION--------------------------------------------- */
.home_cont_presentation {
    position: relative;
    background: url(../images/home-background-coordonnees.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation p {
     text-align: center; 
}
.home_cont_presentation .col_coordonnees1 {
    padding: 10px 0;
    color: #fff;
    display: flex;
    justify-content: space-around;
    font-weight: 500;
}
.home_cont_presentation .col_coordonnees1 p {
    font-size: 16px;
}
.home_cont_presentation .col_coordonnees1 .col_coordonnees_contenu {
    margin: auto 0;
    padding:30px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.15);
    width: 60%;
}
.home_cont_presentation .btn {
    width: 200px;
    color: #fff;
    margin-bottom: 30px;
}
.home_cont_presentation .btn:hover {
    width: 200px;
    color: #f89831;
    font-weight: 500;
}
.home_cont_presentation ul li {
    margin: auto 20px;
}
.home_cont_presentation ul li i {
    margin: 0 10px;
    font-size: 35px;
}
.home_cont_presentation ul li a:hover {
    color: #f89831;
}
.home_cont_presentation ul li a {
    color: #fff;
}
.home_cont_presentation .logo-coordonnees {
    width: 230px;
}
.home_cont_presentation .col_coordonnees2 {
    padding: 30px 30px;
}
.home_cont_presentation .col_coordonnees2 h3 {
    margin-bottom: 20px;
}
.home_cont_presentation .col_coordonnees2 p {
     text-align: justify;
}
.home_cont_presentation .col_coordonnees2 ul li {
     text-align: left;
}


.home_cont_presentation .home_heading {
    color:#fff;
    margin-bottom: 0px;
}
.home_cont_presentation .home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #ff0066;
    height: 2px;
    width: 150px;
    margin: 15px auto 24px auto;
}
.home_cont_presentation .col_coordonnees1 .home_heading {
    color:#000;
    margin-bottom: 0px;
    text-align: center;
}
.home_cont_presentation .col_coordonnees1 .home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #ff0066;
    height: 2px;
    width: 150px;
    margin: 15px auto 24px auto;
}
.home_cont_presentation .col_coordonnees2 {
    margin: auto 0;
    padding: 0 100px 0 0;
}

/*  ----------------------------------------LISTING----------------------------------------  */
[class*="listing"],
[class*="listing-"] {
    background: #f3f3f3;
}
[class*="listing"] .sticky_menu,
[class*="listing-"] .sticky_menu {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
    background: #fff;
}
[class*="listing"] .item-listing,
[class*="listing-"] .item-listing {
    background: #fff;
    text-align: center;
}

[class*="listing"] .prod_listing.damier .info_titre,
[class*="listing-"] .prod_listing.damier .info_titre {
    display: none;
}
[class*="listing"] article:hover,
[class*="listing-"] article:hover {
    border-bottom: 3px solid #f89831;
}
.detail .attribut_label0 {
    position: relative;
    z-index: 2;
    background-color: #f3f3f3;
    padding: 0 7px 0 0;
}
.detail .bloc-champ {
    float: right;
    background-color: #f3f3f3;
    z-index: 2;
}
.detail_taber .nav-link.active, .detail_taber .nav-link:hover {
    background: #f89831 !important;
    color: #000;
}
.detail_taber .nav-link {
    padding: 10px;
}

/* ------------------------------------------GESTION------------------------------------------ */
.gestion .content_page {
    width: 100%;
}
.gestion .row {
    margin-left: 0;
}
.gestion .paragraphe {
    padding: 20px;
    background: #fff;
    margin: 20px 0;
}
.gestion h5 {
    color: #f89831;
}
.gestion,
.estimation,
.contact section,
.on-vous-rappelle,
.detail,
.comparateur,
.mentions-legales,
.recherche-detaillee,
.alerte-email {
    background: #f3f3f3;
}
.recherche-detaillee .deco {
    border: 0;
    padding: 0;
    font-size: 21px;
    margin-bottom: 20px;
}
.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #3b80c2;
    transition: width .6s ease;
}
/* -------------------------------------------RESPONSIVE------------------------------------------- */
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 15px;
        line-height: 1.2;
        color: #000;
        text-transform: uppercase;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    }
    .header__logo {
        display: block;
        height: auto;
        padding: 5px;
    }
}
@media (max-width: 991px) {
    .burger-item,
    .burger-item::before,
    .burger-item::after {
        background: #f89831;
    }
    .cont_coordonnees .groupe_champs > .form-group {
        clear: none;
        width: 100%;
        padding: 0 10px;
    }
    .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 4 - 1px);
    }
    #formrecherchevente .search__form-item.c_valid,
    #formrechercheventepro .search__form-item.c_valid,
    #formrecherchelocation .search__form-item.c_valid,
    #formrechercheaccueil .search__form-item.c_valid {
        width: calc(100% / 1 - 4px);
    }
    .index .header {
        background: #fff0;
    }
    .home_cont_presentation .col_coordonnees2 {
        margin: auto 0;
        padding: 20px;
    }
    .menu ul li > a {
        display: block;
        text-align: left;
        color: #fff;
        font-size: 15px;
        font-weight: 300;
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        font-size: 15px;
        font-weight: 300;
    }
    .dropdown-item {
        font-weight: 300;
    }
}


@media (max-width: 768px) {
    .col_coordonnees2 ul {
        display: contents;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: 0;
        top: 50px;
        font-size: 20px;
        background: #f89831;
        padding: 2px 10px;
        border-radius: 5px;
    }
    [class*="listing"] .main-content,
    [class*="listing-"] .main-content {
        margin-top: 100px;
    }
    .detail .container_page {
        margin-top: 156px;
    }
    .listing-vente-pro .container_search {
        display: none;
    }
}

@media (max-width: 420px) {
    .col_coordonnees2 ul {
        display: contents;
    }
    .sticky_menu .header__logo img, .header .index-logo-sticking, .header .index-logo-not-sticking {
        width: 115px;
    }
    .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 4px);
    }
    .moteur {
        top: 36%;
    }
    .home_cont_presentation .col_coordonnees1 .col_coordonnees_contenu {
        margin: auto 0;
        padding: 0;
        background: rgba(255,255,255,0.2);
        border: 1px solid rgba(255,255,255,0.15);
        width: 70%;
    }
    .home_cont_presentation .logo-coordonnees {
        width: 174px;
        top: 10px;
    }
}
#bloc_fixed_bottom .bloc5 i {
    font-size: 2rem;
}
.home_cont_categories .cat-text {
    font-size: 16px;
}


/* MODIFICATION DEMANDEES le 21 mai  */
.dropdown-menu {
    min-width: 100%;
    font-size: 1rem;
    color: #292b2c;
    background-color: #fff;
    border: 0;
    text-align: center;
    margin: 0;
}

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