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

.alert-danger {
    color: #007236;
    background-color: rgba(0,114,54,0.3);
    border-color: rgba(0,114,54,0.3);
}

.b_exclu, .b_ccoeur, .b_prestige, .block_etiquette {
    background-color: #007236;
    text-align: center;
    text-transform: uppercase;
}

.vert {
    color: #007236;
}
.ion-ios-telephone-outline.vert,
.ion-ios-email-outline.vert {
    font-size: 20px;
    top: 3px;
}

/* ------------------------------------------------------------------------------------------------------- */
/*                                                TOP PAGE                                             */
/* ------------------------------------------------------------------------------------------------------- */
.estimation .top_page {
    background-image: url(../images/top_page/estimation_top.jpg);
}

.alerte-email .top_page{
    background-image: url(../images/top_page/alerte-email_top.jpg);
}

.agence .top_page {
    background-image: url(../images/top_page/agence_top.jpg);
}

.mentions-legales .top_page {
    background-image: url(../images/top_page/mentions-legales_top.jpg);
}

.on-vous-rappelle .top_page {
    background-image: url(../images/top_page/on-vous-rappelle_top.jpg);
}

.comparateur .top_page {
    background-image: url(../images/top_page/comparateur_top.jpg);
}

.recherche-detaillee .top_page {
    background-image: url(../images/top_page/recherche-detaillee_top.jpg);
}


/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                               REF             by ultimate lolo                                                  */
/* ------------------------------------------------------------------------------------------------------------------------------- */
.listeliens ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

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

.listeliens a {
    color:#007236;
}

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

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

.page2ref h3 {
    font-size: 18px;
    font-weight: bold;
}

.ref h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 25px;
    text-align: center;
}

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

.ref h2 {
 color:#007236;
 font-size: 22px;  
 padding: 20px 0px 20px 0px;
}

/* ------------------------------------------------------------------------------------------------------- */
/*                                                BTN & TITRES                                             */
/* ------------------------------------------------------------------------------------------------------- */
.btn {
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #007236;
    border-color: #007236;
    text-transform: uppercase;
}
.btn-primary:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
    text-transform: uppercase;
}
.container.prod_listing .btn-primary,
.container.prod_listing .btn-primary:hover {
    color: #000;
    background-color: #007236;
    border-color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #007236;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.deco, .page-heading {
    color: #000;
}
h2.deco::after, .page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #007236;
    height: 2px;
    width: 80px;
    margin: 12px 0;
}
.sidebar {
    display: none;
}
.recherche-detaillee .sidebar {
    display: block;
}
.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
}
.gestion .content_page, .syndic .content_page, .agence .content_page {
    width: 100%;
}

/* ------------------------------------------------------------------------------------------------------- */
/*                                                     HEADER                                              */
/* ------------------------------------------------------------------------------------------------------- */
/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.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');
}


/* ------------------------------------------------------------------------------------------------------- */
/*                                                      INDEX                                              */
/* ------------------------------------------------------------------------------------------------------- */

/* MENU */
.index .header .not-sticking .site-pusher {
    background-color: rgba(255, 255, 255, 0.8);
}

/* MOTEUR */
.moteur {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 150px;
    z-index: 20;
    background-color: transparent;
    top: 76%;
}
.moteur .container {
    background: rgba(255,255,255, 0.6);
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    /* border-top: 2px solid rgb(179, 182, 186); */
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    background: rgb(0, 114, 54);
    border-bottom: 0;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: rgb(0, 114, 54);
    font-weight: 600;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #000;
}
.moteur .form-group {
    margin-bottom: 0;
}
.moteur .plusdecritere {
    margin-top: 0;
}

/* NOTRE SELECTION */

.home_cont_selection {
    background-color: #ebebeb;
}
.home_cont_selection .sous-tt .home_heading::after {
    height: 0;
}
.home_cont_selection .alert-danger {
    color: #007236;
    background-color: rgb(255, 255, 255);
    border-color: #ddd;
}
.prod_accueil {
    margin: 0px 40px;
    flex-wrap: nowrap;
}
.prod_accueil article {
    padding: 10px;
    border: 1px solid #ddd;
    width: calc(100% / 2 - 20px);
    margin: 10px;
    background: #fff;
    text-align: center;
}
.prod_accueil .block_info {
    padding: 0 0 0 0;
    position: relative;
    z-index: 1;
    min-height: 100px;
}
.prod_accueil .info_titre, .prod_accueil .info_prix-hai, .prod_accueil .info_prix sup, .prod_accueil .card_list, .prod_accueil .info_numero {
    display: none;
}
.prod_accueil .card-fav-absolute {
    top: 75%;
    right: 8px;
}
.prod_accueil article .effect-cms {
    padding: 30px 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.prod_accueil .info_type {
    padding-bottom: 0;
    text-align: center;
}
.prod_accueil .info_ville {
    font-weight: 600;
    font-size: 16px;
    padding-top: 6px;
    margin: 0 20px;
    text-align: center;
}
.prod_accueil .info_prix {
    margin: 0 auto;
    color: #007236;
    padding: 3px 5px;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 18px;
}
.prod_accueil .info_prix-hai {
    line-height: 1em;
    color: #000;
    margin: 15px auto 0 auto;
    text-align: center;
    display: none;
}
.prod_accueil a, .prod_accueil a:hover {
    color: #000;
}
/*NOTRE SELECTION*/
/* 
.prod_accueil article {
    border: 1px solid #ddd;
    width: calc(49.3% - 20px);
    margin: 10px;
}
.index .info_ville {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'gothic';
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #FFFFFF;
}
.index .info_type {
    font-weight: 600;
    font-size: 15px;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: 'gothic';
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    height: 70px;
    background: #fff;
    color: #000;
    text-align: center;
}
.index .prod_accueil article, .prod_listing > .listing_article article {
    border: 1px solid #cfcfcf;
    border-bottom: 2px solid #000;
    box-shadow: 6px 3px 5px #cfcfcf;
    font-family: 'gothic';
}
.prod_accueil .info_prix {
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: #000;
    padding: 7px 10px;
}
.prixplus {
    display: none;
} */

/* PRESENTATION */
.home_cont_presentation {
    background: #fff;
    background-size: cover;
    color: #000;
    text-align: left;
    padding: 55px 0;
    border-top: 0;
    border-bottom: 0;
}
.home_cont_presentation h3 {
    text-transform: uppercase;
    color: #007236;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom:10px;
}
.home_cont_presentation p {
    text-align: justify;
    font-size: 18px;
}
.bg_presentation {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
}
.prez {
    display: flex;
}
.prez .col2 {
    margin: auto 0;
    padding: 0 20% 0 0;
}
.alert {
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
}
.btn-prez {
    text-align: center;
}



/* CATEGORIES */
.home_cont_categories {
    background: #ebebeb;
}
.home_cont_categories .cat-text::after {
    content: "";
    display: block;
    position: relative;
    background: #007236;
    height: 2px;
    width: 80px;
    margin: 20px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255, 0.6);
}
.home_cont_categories .cat-infos-overlay {
    background: rgba(255,255,255, 0.6);
    color: #000;
}
.home_cont_categories .cat-text,
.home_cont_categories .cat-text-small {
    color: #000;
    font-weight: 500;
}
/* ALERTE EMAIL */
.home_cont_alertes p {
    color: #fff;
    font-weight: 500;
}
.home_cont_alertes {
    padding: 14px 10px;
    background: #007236;
    text-align: center;
}
.home_cont_alertes .btn-primary {
    color: #fff;
    background-color: #007236;
    border-color: #fff;
    text-transform: uppercase;
}
.home_cont_alertes .btn-primary:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
    text-transform: uppercase;
}

/* LISTING */

.carte .article_content {
    width: 100%;
    margin-top: 35px;
}
.module_recherche_carte {
    position: -webkit-initial;
    position: -moz-initial;
    position: -ms-initial;
    position: -o-initial;
    position: initial;
    top: 150px;
}
.carte #mapliste {
    height: 500px! important;
}

.module_recherche_carte {
    float: right;
    padding-left: 0;
    width: 100%;
    display: none;
}

[class*="listing"] article,
[class*="listing-"] article{
    text-align: center;
}
[class*="listing"] article a:hover,
[class*="listing-"] article a:hover {
    color: #007236;
}
[class*="listing"] article a:hover,
[class*="listing-"] article .info_prix {
    color: #000;
    font-weight: 500;
}
.prod_listing > .listing_article article {
    border: 1px solid #007236;
}
[class*="listing"] .info_titre,
[class*="listing-"] .info_titre,
[class*="listing"] .info_prix-hai,
[class*="listing-"] .info_prix-hai,
[class*="listing"] .info_prix sup,
[class*="listing-"] .info_prix sup{
    display: none;
}
[class*="listing"] .card_list li > span:after,
[class*="listing-"] .card_list li > span:after {
    background: #007236;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 1px;
    line-height: 0;
    position: absolute;
    width: 10px;
}
[class*="listing"] .card_list li > span,
[class*="listing-"] .card_list li > span {
    font-weight: 500;
}

/* DETAILS */
.detail ul li a.active{
    color: #007236;
}

/* COORDONNEES */
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    color: #000;
    text-align: center;
}
.coordonnees_heading img {
    width: 150px;
}
.cont_coordonnees .reseaux-sociaux i {
    font-size: 30px;
}
.cont_coordonnees .reseaux-sociaux a:hover, .cont_coordonnees .address a:hover {
    color: #007236;
}
.cont_coordonnees p {
    margin-top: 12px;
}

.cont_coordonnees figure {
    margin: 0;
}
.cont_coordonnees ul.agence-adresse {
    margin: 0;
    display: flex;
    justify-content: space-around;
}
.cont_coordonnees .ligne2 {
    margin: 40px 0;
}
.cont_coordonnees .agence-adresse span {
    color: #007236;
    font-weight: 700;
}
.cont_coordonnees ul{
    display: flex;
    justify-content: space-around;
}
/* FOOTER */
footer {
    background-color: #ebebeb;
    padding: 50px 10px;
}
footer a {
    color: #000;
}
footer a:hover {
    color: #007236;

}
/* SIDEBAR & ASIDE*/
aside address,
.sidebar address {
    text-align: center;
}
.sidebar .group_btn a {
    width: 49%;
    font-size: 11px;
    padding: 8px;
}
.btn-secondary, .btn-info {
    color: #fff;
    background-color: #007236;
    border-color: #007236;
    text-transform: uppercase;
}
.btn-secondary:hover, .btn-info:hover {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
    text-transform: uppercase;
    font-weight: 600;
}
aside address .group_btn a {
    width: 49%;
    font-size: 12px;
    padding: 8px 2px;
}
aside .social_network ul li i {
    color: #007236;
}
aside .contact_img {
    text-align: center;
    margin-bottom: 20px;
}
aside .contact_img img {
    width: 62%;
}
.btn-link:hover {
    color: #007236;
}
/* ------------------------------------------------------------------------------------------------------- */
/*                                                 AGENCE                                                  */
/* ------------------------------------------------------------------------------------------------------- */
.agence .equipe img {
    border-radius: 50%;
    width: 240px;
}
.agence .equipe p {
    text-align: center;
}
/* .agence .cont_coordonnees {
    display: none;
} */
.equipe .float-left {
    float: left;
    text-align: center;
}
.expert_contenu {
    display: flex;
    margin: 0 0 20px 0;
}
.titre_contenu {
    margin: auto 0;
}
.agence .li {
    padding-left: 20px;
}
.agence p {
    text-align: justify;
}


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

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

.listeliens a {
  color:#007236;
}

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

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

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

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


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


    .location-appartement-nuits-saint-georges .top_page {
        background-image: url(../images/top_page/image_top.jpg);
        }  

        .vente-maison-seurre .top_page {
            background-image: url(../images/top_page/image_top.jpg);
            }  
            
            
            .vente-maison-nuits-saint-georges .top_page {
                background-image: url(../images/top_page/image_top.jpg);
                }  
            
            
                .vente-appartement-seurre .top_page {
                    background-image: url(../images/top_page/image_top.jpg);
                    } 

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

.ensavoirplus {
color:black;
}

.ensavoirplus:hover{
color:grey;
}




/* ------------------------------------------------------------------------------------------------------- */
/*                                                 RESPONSIVE                                              */
/* ------------------------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
    nav {
        margin: auto 0;
    }
    nav.menu ul li {
        display: inline-block;
    }
    nav ul {
        margin: 0;
    }
    .index .not-sticking nav {
        margin: auto 0;
    }
    .menu ul > li > a {
        padding: 8px 10px;
        line-height: 1.2;
        color: #007236;
        text-transform: uppercase;
        font-weight: 600;
    }
    .index .not-sticking .menu ul > li > a {
        color: #007236;
        text-transform: uppercase;
        font-weight: 600;
    }
    .index .not-sticking .menu ul > li > a:hover {
        text-transform: uppercase;
        background: #007236;
        color: #fff;
    }
    .index .sticking nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sticking nav{
        margin: auto 0 ;
    }
    .sticking nav ul > li > a:hover {
        text-transform: uppercase;
        background: #007236;
        color: #fff;
    }
    .header__logo {
        display: block;
        height: 95px;
        padding: 0;
    }
    .index .header__logo {
        display: block;
        height: 136px;
        padding: 0;
    }
    .sticking .header__logo {
        display: block;
        height: 91px;
        padding: 0;
    }
    .header__logo img{
        width: 120px;
        margin-right: 50px;
    }
    .index .not-sticking .header__logo img {
        width: 190px;
    }
    .header .site-pusher {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

}
@media (max-width: 991px) {
    .header__logo img{
        width: 120px;
        margin-right: 50px;
    }
    .index .not-sticking .header__logo img {
        width: 120px;
    }
    #formrechercheaccueil .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, #formrecherchelocation .search__form-item.c_valid, #formrechercheaccueil .search__form-item.c_valid {
        width: calc(100% / 1 - 4px);
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }
    .prod_accueil .card-fav-absolute {
        top: 82%;
        right: 25px;
    }
    [class*="listing"] #content,
    [class*="listing-"] #content {
        margin-top: 101px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: 0;
        top: 50px;
        font-size: 20px;
        background: #007236;
        padding: 2px 10px;
        border-radius: 5px;
    }
    /*.listing .listing_article {*/
    /*border: 1px solid #ddd;*/
    /*width: calc(33% - 20px);*/
    /*margin: 10px;*/
    /*}*/
    .prod_listing.damier > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .top_page {
        margin-top: 115px;
    }
    aside .contact_img img {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .home_heading {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 23px;
        line-height: 25px;
        display: block;
        text-align: center;
    }
}


@media (max-width: 420px) {
    .header__logo img{
        width: 120px;
        margin-right: 0;
    }
    .index .not-sticking .header__logo img {
        width: 120px;
    }
    #formrechercheaccueil .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 4px);
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: 100%;
        margin: 10px;
    }
    .moteur {
        padding: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 150px;
        z-index: 20;
        background-color: transparent;
        top: 36%;
    }
    .prod_listing.damier > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
}

/* MAPS */
.leaflet-custom-marker.leaflet-marker-icon,
.leaflet-marker-icon.leaflet-google-marker {
   margin-top: -45px;
   margin-left: -15px;
}

.leaflet-marker-icon.leaflet-google-marker {
   height: 45px !important;
   width: 30px !important;
}
