/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

/*GENERAL*/
body {
font-family: 'Open Sans', sans-serif;
}
.h1, h1 {
    font-size: 28px;
    text-transform: uppercase;
}
.h2, h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}
.h3, h3 {
    font-size: 18px;
    text-transform: uppercase;
}
h2.deco, h3.deco {
    border-left: 3px solid #00ace3;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 20px; 
}
a:hover {
    color: inherit;
}

#bloc_fixed .surcharge_favoris {
    left: -46px;
    position: absolute;
    top: 16px;
}

.over_desc a{
    color: #fff;
}
.progress-bar {
    background-color: #222;
}
.alert-danger {
    color: #111111;
    background-color: #f1f1f1;
    border-color: #111111;
    margin: 5% 0;
}
.gris {
    color:#373739;
}
.rougeblanc {
    background-color: #00ace3;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.grisrouge {
    background-color: #dcdcdc;
    padding: 8px;
    color: #00ace3;
    font-weight: bolder;
    text-align: center;
}
.grisnoir2 {
    background-color: #dcdcdc;
    padding: 8px;
}
.grisblanc {
    background-color: #b5b5b5;
    text-align: right;
    height: 30px;
    padding: 3px;
    padding-right: 10px;
    color: #fff;
}
.b_exclu, .b_ccoeur,.b_offre_en_cours,.b_exclu,.b_prestige,.b_investisseur,.b_souscompromis,.b_vendu,.b_loue,.b_loc {
    background-color: #373739;
}
.plusc {
    color: #fff;
}

.sidebar { display: none;}
.content_page {
    width: 100%;
}

/*MENTIONS COOKIES*/
.cc-color-override-1247188962 .cc-btn {
    color: #fff !important;
    background-color: #00ace3 !important;
    border-color: #00ace3 !important;
}


/*TOP PAGE*/
.top_page {
    background-color: #00ace3;
}
.pinel-outremer .top_page {
    background-image: url(/assets/images/top_page/top_outremer.jpg);
}
.loi-pinel .top_page {
    background-image: url(/assets/images/top_page/top_pinel.jpg);
}
.lmnp .top_page {
    background-image: url(/assets/images/top_page/top_lmnp.jpg);
}
.malraux .top_page {
    background-image: url(/assets/images/top_page/top_malraux.jpg);
}
.monuments-historiques .top_page {
    background-image: url(/assets/images/top_page/top_monuments.jpg);
}
.agence .top_page {
    background-image: url(/assets/images/top_page/top_agence.jpg);
}

.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
}

/*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');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url('/assets/images/slider_home/6.jpg');
}

/*HEADER*/
.sticky_menu {
    background: #373739;
}
.header .sticking {
    background: #373739;
}
.header .logo,
.header_index .not-sticking .logo,
.header_index .sticking .logo,
.header .not-sticking .logo,
.header .sticking .logo {
    background-size: contain;
    width: 19%;
    height: 0;
    margin: 0;
}
.header nav ul > li > a{
    font-size: 15px;
    color: #fff;
}
.header nav ul > li > a:hover {
    color: #00ace3;
}
.sticky_menu.not-sticking .site-container {
    box-shadow: 1px 1px 1px #00000047;
}
.index .sticky_menu.not-sticking .site-container {
    box-shadow: none;
}


.lang .dropdown-toggle::after {
    display: none;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    text-transform: uppercase;
}



/*BLOCS OUTILS*/
#bloc_fixed {
    bottom: 45%;
}
#bloc_fixed .bloc4 ul li:nth-child(1) {
    margin: 0 10px 0 7px;
}



/*BOUTONS*/
.btn {
    border-radius: 0;
}
.btn-primary,
.btn-info,
.btn-success {
    color: #fff;
    background-color: #00ace3;
    border-color: #00ace3;
}
.btn-primary:hover,
.btn-info:hover,
.btn-success:hover {
    color: #fff;
    background-color: #373739;
    border-color: #373739;
}




/*BOX CATEGORIES*/
.home_cont_categories {
    background: #fff;
}
.home_cont_categories h3{
    text-transform: uppercase;
    padding-bottom: 60px;
    color: #fff;
}
.home_cont_categories a{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
}
.cat {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 20px;
    height: 200px;
    border-radius: 0;
    background: #00ace3;
    border: #00ace3;
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #00ace3;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    background: #00ace3;
}
.cat:hover .cat-infos-overlay {
    top: 0;
    right: 0;
    background: #373739;
    width: 100%;
    height: 200px;
}
.home_cont_categories .cat-text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 7px;
}
.cat:hover .cat-text {
    width: 100%;
    color: #fff;
}
.home_cont_categories .cat-text::after {
    content: "";
    background: #fff;
    display: block;
    position: relative;
    height: 1px;
    width: 60px;
    margin: 20px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.cat:hover .cat-text::after {
    width: 150px;
    background: #fff;
}
.home_cont_categories .ligne1,
.home_cont_categories .ligne2,
.home_cont_categories .ligne3,
.home_cont_categories .ligne4 {
    margin: 10px auto;
}




/*BLOC PRODUITS*/
.home_heading {
    color: #222;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 2px;
    width: 150px;
    margin: 15px auto 15px auto;
}
.prod_accueil .block_info {
    min-height: 90px;
    border-bottom: 3px solid #00ace3;
    padding: 20px 20px 10px 20px;
}
.prod_accueil .info_titre,
.prod_accueil .info_prix-hai,
.prod_accueil .card_list ,
.prod_accueil .box,
.prod_accueil .card_foot {
    display: none;
}
.prod_accueil .info_prix {
    margin: 10px 0 5px 0;
    padding: 0;
    text-align: right;
}
.prod_accueil .card-fav-absolute {
    top: 0;
    right: 10px;
}

.info_type {
    font-weight: 600;
    font-size: 16px;
}
.info_ville {
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 6px;
}



/*ETIQUETTES*/
.index .bandeaux {
    display: none;
}



/*PRESENTATION INDEX*/
.home_cont_presentation, 
.home_cont_presentation p{
    text-align: center;
}
.home_cont_presentation p{
    text-align: center;
    margin: 10px 0;
    font-weight: 100;
}
.home_cont_presentation p strong {
    font-weight: 500;
}
.home_cont_presentation {
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center top;
    padding: 130px 0;
}

.home_cont_presentation .container {
    background: rgba(0, 0, 0, 0.88);
    padding: 35px;
}
.marginauto {
    margin: auto;
}

/*ALERTE MAIL INDEX*/
.home_cont_alertes {
    padding: 40px 10px;
    background: #00ace3;
    text-align: center;
}
.home_cont_alertes .btn {
    border: 1px solid #fff;
}



/*FOOTER*/
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #242425;
    color: #fff;
    text-align: center;
}
.cont_coordonnees p{
    margin-bottom: 0;
    color: #fff;
}
.cont_coordonnees a{
    color: #fff;
}
.cont_coordonnees .address {
    text-align: left;
    width: 50%;
    display: inline-block;
}
.cont_coordonnees .address p{
    text-align: left;
}
.cont_coordonnees .mt-4 {
    display: inline-block;
    vertical-align: text-bottom;
}
.cont_coordonnees .tel {
    text-align: right;
}
footer {
    background-color: #080808;
    padding: 25px 10px;

}
footer a{
    font-size: 14px;
}
.coordonnees_heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
}
.cont_coordonnees .address .btn {
    text-align: left;
    padding: 0;
}
.social {
    text-align: center;
}
.social p {
    color: #999;
    font-size: 13px;
}
.social i{
    font-size: 35px;
    color: #999;
}
.liens_center {
    text-align: center;
    margin: auto;
}
.ma-widget-feedback.ma-widget-feedback--small {
    margin: auto;
}



/*SIDEBAR*/
.sidebar {
    margin-top: 20px;
}
.sidebar #voir-telephone-sidebar-0{
    text-align: left;
    padding-left: 0;
}
.sidebar .telephone-vu {
    background-color: #fff;
}


/*ASIDE BLOC CONTACT*/
aside.aside_contact {
    background-color: #191919;
}
.aside_contact .address{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 18px;
}
aside .contact_titre {
    font-size: 16px;
    padding: 20px 0 5px 0;
}
.aside_map .text-right{
    font-size: 15px;
}
aside .btn-link:hover {
    color: #ddd;
}
aside .contact_coordinates, aside .aside_map {
    border-bottom: inherit;
}
aside #voir-telephone-aside{
    text-align: center;
}
aside .contact_img {
    text-align: center;
}
aside .contact_img img {
    width: 50%;
    text-align: center;
}
.telephone-vu {
    background-color: #222;
}
aside .btn.focus, .btn:focus {
    box-shadow: none; 
}
aside .social_network i {
    color: #999;
}
aside .social_network i:hover {
    color: #fff;
}



/*PAGE DETAILS*/
.detail .sticking .site-pusher{
    display: none;
}
.detail .sticky_menu {
    padding: 0;
}
.detail .sticky_menu.not-sticking {
    border-bottom: 1px solid #e0e0e0;
}
.detail_carousel,
.detail_form_contact,
.detail-block-form,
.detail-block-simi{
    max-width: 1140px;
    margin: auto;
}
.detail-block-desc{
    background: #f4f4f4;
}
.detail_tabs{
    max-width: 1140px;
    margin: auto;
}
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link{
    color: #000;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #00ace3 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #00ace3;
}
.detail_header{
    margin-bottom: 25px;
}
.detail_header .titre:after {
    background: #00ace3;
}
.detail_annexe{
    display: none;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #00ace3;
}
.retour_pret span {
    color: #00ace3;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #00ace3;
    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: #6dc7be !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #9c9c9c !important;
}
.detail #descdetail{
    text-align: justify;
}

/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #f4f4f4;
}
.detail .bloc-champ{
    background: #f4f4f4;
}





/*LISTING*/
.page-link {
    color: #222;
}
.page-item.active .page-link {
    background-color: #222;
    border-color: #222;
    color: #fff;
}
.page-item.disabled .page-link {
    color: #222;
}
.over_desc .btn-primary a {
    color: #fff;
}
.plusdecritere {
    text-align: right;
    margin-top: 0;
    font-size: 14px;
    padding-bottom: 5px;
}
.prod_listing.damier {
    text-align: center;
}
.prod_listing.damier .info_titre {
    display: none;
}
.prod_listing.damier .block_info {
    min-height: 90px;
    border-bottom: 3px solid #00ace3;
    padding: 20px 20px 10px 20px;
}
article {
 box-shadow: 6px 5px 5px #b3b3b3;   
}
.prod_listing.carte .spin1.info_type {
    padding-left: 0;
}
.prod_listing.carte .info_ville {
    font-size: 15px;
    padding-left: 0;
}




/*AGENCE*/
.txtleft {
    display: table;
}
.content_page .contenu ul li,
.content_page .contenu .txtleft li {
    display: table-row;
}
.content_page .contenu ul li::before,
.content_page .contenu .txtleft li::before {
    content: "•";
    display: table-cell;
    padding-left: 20px;
    padding-right: 5px;
}



/*RESPONSIVE*/
@media (max-width: 1024px){
    .detail_carousel,
    .detail-block-desc,
    .detail_form_contact,
    .detail-block-form,
    .detail-block-simi{
        max-width: 100%;
        margin: auto;
        padding: 0 25px 10px 25px;
    }
    .sidebar .group_btn a {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .header__logo {
        display: block;
        height: 130px;
        padding: 0;
    }
    .header__logo img {
        width: 180px;
    }
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul {
        margin:0;
        padding: 10px 0;
    }
    .menu ul > li > a {
        padding: 12px 20px;
        line-height: 1.2;
        text-transform: uppercase;
    }
}
@media (max-width: 991px) {
    .bgAccueil {
        background: url(/assets/images/bgimg-mobile.jpg) no-repeat top center fixed;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .moteur {
        bottom: 0;
        top: 37%;
    }
    .home_cont_presentation {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .index .sticky_menu.not-sticking,
    .index .header {
        background: transparent;
    }
    .sticky_menu.not-sticking .logo-not-sticking {
        padding: 10px 0;
    }
    .header__logo img {
        padding: 10px 0;
        width: 107px;
    }    
    .sticky_menu.not-sticking .header__icon:after {
        box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    }
    #formrecherchevente{
        padding-top: 20px;
    }
    .listing form {
        display: block;
    }
    .plusdecritere .text-filtre1{
        display: none;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(25% / 1 - 3px);
        margin-right: 3px;
    }
    .search__form-item:last-child {
        width: calc(100% / 1 - 0px);
    }
    .detail-block-desc,
    .detail_carousel,
    .detail_form_contact,
    .detail-block-form,
    .detail_biens_sim {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
    .top_link {
        bottom: 100px;
    }
    footer {
        padding: 25px 10px 100px 10px;
    }
    .home_cont_presentation {
        padding: 90px 0;
    }
    .home_cont_alertes .alerte-2 {
        padding-left: 0;
    }
    .home_cont_alertes .alerte-2:before {
        display: none;
    }
    .home_cont_categories .nos-biens {
        flex: 100%;
        width: 100%;
        max-width: 100%;
    }
    .nos-bien-img {
        flex: 50%;
        width: 50%;
        max-width: 50%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 110px;
    }
    .home_cont_categories .nos-biens p {
        padding-right: 0;
    }
    .detail .container_page {
        margin-top: 100px;
    }
    .top_page {
        margin-top: 87px;
    }
    .map {
        margin-top: 37px;
    }
    .menu {
        background-color: rgb(13, 14, 14);
    }
    .listing #content,
    .listing-vente #content {
        margin-top: 135px;
    }
    [class*="listing-"] .container_search,
    .listing .container_search {
        display: none;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -5px;
        top: 44px;
        font-size: 22px;
        background: #137aa7;
        padding: 2px 10px;
        border-radius: 5px;
    }
    .ion-ios-search-strong:before {
        content: "\f4a4";
        color: #fff;
        padding: 0 5px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 50px;
        font-size: 22px;
        background: #00ace3;;
        padding: 6px 15px;
        color: #fff;
        border-radius: 5px;
    }
    #form-recherche-modal-content .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    #formrecherche,
    #formrecherchevente {
        display: none;
    }
    #form-recherche-modal-content #formrecherche,
    #form-recherche-modal-content #formrecherchevente {
        display: block;
    }
    #content{
        margin-top: 85px;
    }
    .prod_accueil .cat-text {
        font-size: 18px;
    }
    #form-recherche-modal-content .radio_trans input[type=radio].css-checkbox + label.css-label {
        display: none;
    }
    aside .contact_img img {
        width: 30%;
    }
    nav.menu ul li .dropdown-menu {
        display: block!important;
        position: inherit!important;
        background-color: #0d0e0e !important;
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        padding: .25rem 0 0 5px !important;
        color: #fff !important;
    }
}

@media (max-width: 480px) {
    .menu ul > li > a {
        padding: 0px 12px;
    }
    .moteur {
        padding: 50px 20px;
    }
    .index .sticky_menu.not-sticking, .index .header {
        background: #fff;
    }
    .plusdecritere .text-filtre2{
        width: 100%;
    }
    .losanges {
        display: none;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 0px);
    }
    .sticky_menu.sticking .index-logo-sticking,
    .sticky_menu.sticking .logo-sticking {
        padding: 0;
        margin: 5px 35px 0 0;
    }
    .sticky_menu.not-sticking .logo-not-sticking {
        padding: 0;
        margin: 5px 0;
    }
    .index-logo-not-sticking,
    .index-logo-sticking,
    .logo-sticking ,
    .logo-not-sticking,
    .header .img-fluid {
        width: 32%;
        margin: 0 35px 0 0;
    }
    .header__logo img {
        padding: 5px 0;
        width: 70px;
    }
    .top_link {
        bottom: 76px;
        right: 20px;
    }
    p{
        text-align: justify;
    }
    .nos-bien-img {
        flex: 75%;
        width: 75%;
        max-width: 75%;
        margin: 10px auto;
    }
    .listing #content,
    .listing-vente #content {
        margin-top: 100px;
    }
    #formrecherche,
    #formrecherchevente{
        display: none;
    }
    .home_cont_alertes{
        background-image: inherit;

    }
    .home_cont_alertes .alerte-1 {
        background-color: #212d37;
        padding: 20px 20px 0 20px;
    }
    .home_cont_alertes .alerte-2{
        padding: 0 20px 20px 20px ;
        width: 100%;
        background: #212d37;
    }
    .top_page {
        max-height: 100px;
    }
    .map {
        margin-top: 16px;
        margin-bottom: 25px;
    }
    .top_page {
        margin-top: 66px;
        margin-bottom: 25px;
    }
    .estimation .top_page {
        margin-bottom: 0;
    }
    .badge-avis {
        margin-top: 20px;
    }
    .detail .container_page {
        margin-top: 104px;
    }
    .detail_header {
        display: block; 
    }
    .detail_header .crit {
        font-size: 18px;
    }
    .detail .nav-item.notaire-icon {
        display: none;
    }
    .detail_carousel_expand {
        bottom: 75px;
        right: 25px;
    }
    .estimation .progress {
        display: none;
    }
    .estimation .content_page {
        margin-top: 25px;
    }
    .comparateur #content {
        margin-top: 21%;
    }
    [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -1px;
        top: 27px;
        font-size: 30px;
        background: #ac1030;
        padding: 2px 10px;
        border-radius: 3px;
    }
    .home_cont_categories .row div {
        margin-bottom: 25px;
    }
    .cont_coordonnees .address p {
        text-align: center;
    }
}

@media (max-width: 320px) {
    .map, .top_page {
        margin-top: 60px;
        margin-bottom: 25px;
    }
}


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