
b, strong{
    font-weight: 700;
}

select[multiple]{
    height: 100px !important;
    padding: 5px 0 !important;
}

select[multiple] option{
    padding: 5px 10px;
}


/* reset */

.btn-link:hover{
    text-decoration: none;
}

.property-area .fa-arrows:before {
    content: '\ef22' !important;
}

.property-bedrooms .fa-hotel:before {
    content: '\f111' !important;
}

.property-bathrooms .fa-bath:before {
    content: '\f113' !important;
}


/*general*/

.clear{
    clear:both !important; 
    display:block; 
    float:none !important; 
    width:100% !important; 
    height:0px !important; 
    margin:0 !important; 
    padding:0 !important; 
    border:none !important; 
    min-height:0px !important;
}

.notDisplay{
    display:none;
}

.displayBlock{
    display: block;
}

.displayInlineBlock{
    display: inline-block;
    vertical-align: top;
}

.position_absolute{
    position: absolute !important;
    top: 0;
    left: 0;
}

.position_relative{
    position: relative;
}

.object_fit_cover{
    width:100%; 
    height:100% !important; 
    object-fit:cover;
}

.margin, .wrap{
    margin: 0 auto;
}

.full{
    height: 100%;
    width: 100%;
}

.width_100{
    width: 100%;
}

.height_100{
    height: 100%;
}

.cover{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.z_index_0{
    z-index: 0;
}

.z_index_1{
    z-index: 1;
}

.z_index_2{
    z-index: 2;
}

.no_margin{
    margin: 0 !important;
}

.nowrap{
    white-space: nowrap;
}

.color_inherit{
    color: inherit !important;
}

.pointer{
    cursor: pointer;
}

.overflow_hidden{
    overflow: hidden;
}

.currentColor, .currentColor:hover{
    color: currentColor;
}


/* structure */

.no_padding, .no_flex{
    padding: 0;
}

.row_noflex{
    display: block;
}

.row_noflex:after{
    content:'';
    display: block;
    clear: both;
}

.row_noflex *[class*="col-"]{
    max-width: none;
    flex: none;
    float: left;
}

.float_left, .row_noflex *[class*="col-"].float_left{
    float:left;
}

.float_right, .row_noflex *[class*="col-"].float_right{
    float:right;
}

.row.no_padding *[class*="col-"]:not(.padding), .container.no_padding *[class*="col-"]:not(.padding){
    padding-left:0; 
    padding-right: 0;
}

.container.no_padding .row:not(.padding), .row.no_padding, .row.no_padding .row:not(.padding){
    margin-right:auto; 
    margin-left: auto;
}


/* header */

.header_top_new{
    background: #111;
    color: #fff;
    padding: 5px 0;
}

.header_top_new .row_main{
    gap: 20px;
}

.header_top_new .widget{
    margin-bottom: 0;
}

.header_top_new .menu{
    display: flex;
    gap: 10px;
}

.header_top_new .menu ul{
    display: none;
}

.header_top_new .menu li:not(:last-child):after{
    content:' / ';
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    font-size: 11px;
}

.header_top_new .menu li a{
    text-transform: none;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    border: none !important;
    padding: 0;
    display: inline-block;
    line-height: 1em;
}

.header_top_new .social-profiles.circle i{
    background-color: #820111;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.top-bar-wrapper{
    display: none !important;
}

.main-header{
    position: relative;
    z-index: 2;
}

.header-wrapper{
    /*overflow: hidden;*/
}

@media (min-width:1366px)
{
    .header-wrapper > .container{
        width:1300px;
    }    
}

@media (min-width:992px)
{
    .header-1 .primary-menu{
        margin-left: /*319px*/25.11811023622047%;
        float: left;
    }    
}


body:not(.blog) .header-wrapper .container-inner .contact-phone i{
    /*transform: rotate(-135deg); */
    font-size: 22px !important;
}

body.single-property .header-wrapper .container-inner .contact-phone i, body.page-id-443 .header-wrapper .container-inner .contact-phone i,
body.page-id-4779 .header-wrapper .container-inner .contact-phone i, body.page-id-4700 .header-wrapper .container-inner .contact-phone i,
body.page-id-4783 .header-wrapper .container-inner .contact-phone i, body.archive .header-wrapper .container-inner .contact-phone i{
    transform: rotate(135deg);
}

.header-wrapper .container-inner .contact-phone i{
    color: #00aeef;
}

.header-1 .x-nav-menu > li.current-menu-item > a.x-menu-a-text:after{
    content: '';
    display: block;
    width: 70%;
    height: 4px;
    background-color: #820111;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}


.header-1 .x-nav-menu > li.current-menu-item > a.x-menu-a-text .x-menu-text:before{
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    height: 4px;
    width: 10px;
    margin-left: -10px;
    background-color: #820111;
    -webkit-transform: skew(0deg, 150deg);
    -moz-transform: skew(0deg, 150deg);
    -ms-transform: skew(0deg, 150deg);
    -o-transform: skew(0deg, 150deg);
    transform: skew(0deg, 150deg);
}

.header-1 .x-nav-menu > li.current-menu-item > a.x-menu-a-text .x-menu-text:after{
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    height: 4px;
    width: 10px;
    background-color: #820111;
    -webkit-transform: skew(0deg, -150deg);
    -moz-transform: skew(0deg, -150deg);
    -ms-transform: skew(0deg, -150deg);
    -o-transform: skew(0deg, -150deg);
    transform: skew(0deg, -150deg);
}

.mobile-login{display: none !important;}

.contact-phone{
    font-size: /*18px*/14px;
    text-align: left;
}

.contact-phone .bloc_tel{
    display: inline-block;
    text-align: center;
}

.contact-phone .logo_sci{
    display: inline-block;
}


@media screen and (min-width: 992px)
{
    .logo-header{
        position: absolute;
        left: /*0*/-4%;
        top: 0;
        height: 100%;
        background: #820111;
        z-index: 1;
        padding-top: 4px;
        width: /*319px*//*25.11811023622047%*/29%;
    }
    
    .logo-header:after{
        position: absolute;
        bottom: 0px;
        height: 80px;
        width: 10px;
        background: #820111;
        content: '';
        display: block;
        transform: rotate(30deg);
        right: -21px;
        display: none;
    }
    
    .logo-header img{
        max-height: 150px;
        margin-top: -15px;
    }
    
    .header-1 .primary-menu{
        position: relative;
        z-index: 2;
        background: #fff;
        /*border-left: 5px solid #000;*/
    }
    
    .x-nav-menu > .x-menu-item:not(.x-has-description), .main-header .x-nav-menu>.x-menu-item+.x-menu-item{
        margin-left: /*35px*/20px;
    }
    
    .header-1 .header-customize-nav .item-custom-text:before{
        /*border-bottom-width: 96px;*/
    }
    
    .x-nav-menu > .x-menu-item > .x-menu-a-text, .main-header .x-nav-menu>.x-menu-item>.x-menu-a-text{
        font-size: 12px;
    }
    
    .header-1 .header-customize-nav .header-customize-item:first-child{
        margin-left: 10px;
    }
}

.main-header .x-caret{
    position: static;
}

.main-header.header-1 .header-customize-nav{
    margin-left: 20px;
}

.main-header.header-1 .x-nav-menu>li.current-menu-ancestor>a.x-menu-a-text:after, .main-header.header-1 .x-nav-menu>li.current-menu-parent>a.x-menu-a-text:after, .main-header.header-1 .x-nav-menu>li.x-active>a.x-menu-a-text:after, .main-header.header-1 .x-nav-menu>li>a.x-menu-a-text:hover:after{
    background-color: #820111;
}


/* hp */

.slider_equestre{}

#wrapper-content{
    position: relative;
    z-index: 1;
}

.ere-property-slider.navigation-middle .property-inner .block-center{
    display: none;
}

.ere-property-slider.navigation-middle .owl-carousel .owl-nav{
    width: 100%;
}

.ere-property-slider.navigation-middle .owl-carousel .owl-nav .owl-prev{
    position: absolute;
}

.ere-property-slider.navigation-middle .owl-carousel .owl-nav .owl-next{
    right: 0 !important;
    left: auto !important;
    position: absolute;
}

.beyot-class div.ere-property-slider .owl-nav .owl-prev, .header-1 .header-customize-nav, .header-1 .header-customize-nav .item-custom-text:after,
.main-header.header-1 .header-customize-nav{
    background-color: #820111;
}

.beyot-class div.ere-property-slider .owl-nav .owl-prev:after{
    border-top-color: #820111;
}

.beyot-class div.ere-property-slider .owl-nav .owl-next i{
    color: #820111;
}

.header-1 .header-customize-nav .item-custom-text:before, .owl-nav-top-right .owl-next:after, .owl-nav-bottom-center .owl-next:after{
    border-bottom-color: #820111 !important;
}

.beyot-class div.ere-property-slider .property-inner .property-main-info .property-status span{
    background-color: #820111 !important;
}

.fl-accent:first-letter, .accent-color{
    color: #820111 !important;
}

.btn, button, input[type="submit"], .beyot-class .ere-property-advanced-search .btn-other-features i, .beyot-class .ere-search-properties .btn-other-features i{
    background: #820111;
}

.btn, button, input[type="submit"]{
    border-color: #820111;
}

.owl-nav-top-right .owl-next, .owl-nav-bottom-center .owl-next, .beyot-class .ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info, .beyot-class .ere-property.property-grid .property-info, .beyot-class .ere-property.property-list .property-info, .beyot-class .ere-heading span:before, .beyot-class .ere-heading span:after, .beyot-class .ere-heading:after, .beyot-class .ere-heading-style2 h2:after, .g5plus-heading.style1 span:before, .g5plus-heading.style1 span:after, .bg-accent, .beyot-class .ere-property .block-center-inner > a, .beyot-class .ere-property .social-share, .beyot-class .ere-property .property-view-gallery-wrap, .g5plus-heading.style1:after{
    background: #820111 !important;
}

.section_biens_home .ere-property .view-all-link{display: none !important;}

.section_biens_home .owl-carousel .owl-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section_biens_home .ere-property .property-image{
    height: 200px;
    background-color: #444;
}

.section_biens_home .owl-carousel .owl-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ere-property .property-status p .property-status-bg{
    background-color: #00aeef !important;
}

.property-element-inline .property-date{
    white-space: nowrap;
}

.beyot-class .property-type i, .beyot-class .property-location i, .beyot-class .property-type-list i, .beyot-class .property-agent i, .beyot-class .property-date i, .beyot-class .property-views-count i, .beyot-class .property-info-header .property-info span.fa, .beyot-class .property-count span, .beyot-class .agent-info i, .beyot-class .ere-link-more, .beyot-class .ere-widget-listing-property-taxonomy i, .beyot-class .user-dropdown i, .beyot-class .address-marker i, .beyot-class .ere-my-saved-search-item i, .beyot-class span.total-properties, .beyot-class .ere-dashboard-logout i, .beyot-class .attachment-file-type, .beyot-class .open-on-google-maps, .beyot-class .walk-score-more-detail, .beyot-class .ere-my-property-address i, .beyot-class .ere-my-property-total-views i, .beyot-class .ere-my-property-date i{
    color: #820111 !important;
}

.ere__loop-property-price .price-per-unit, .ere__loop-property_action-item{
    background-color: #820111;
}

.ere__loop-property_action-item.property-favorite{
    display: none !important;
}

.txt2_contact_hp{
    font-size: 120%;
    padding-top: 80px;
}

.section_home_garanties{margin-top: 100px; position: relative; overflow: inherit !important;}

.section_home_garanties:before{
    width: 0; 
    height: 0; 
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #f8f8f8;
    content:'';
    display: block;
    position: absolute;
    left: 48%;
    top: -35px;
}

@media (min-width:768px)
{
    .home_garanties{background-position: right 0 !important; background-size: 555px 540px !important; position: relative;}

    .home_garanties:before{content:''; position: absolute; right: 0; top: 0; width: 100%; height: 100%; background: #fff; opacity: 0.92; z-index: 0;}
    
    .home_garanties > div{position: relative; z-index: 1;}

    .home_garanties > div:first-child > div.vc_column-inner{padding:0;}
}

.img_garanties{height: 540px;}

.img_garanties *{height: 100%;}

.img_garanties img{object-fit: cover; width: 100%; height: 100%;}

.home_garanties .g5plus-icon-box.layout-center .icon-wrap{background-color: #222; border: 10px solid #820111;}

.home_garanties .g5plus-icon-box.layout-center:hover .icon-wrap{background-color: #820111; border-color: #222;}

.home_garanties .g5plus-icon-box .icon-wrap i{line-height: 64px;}

.app-icon{display: block; transition: all 0.5s}

.home_contact{z-index: 2;}

.home_contact .app-icon:hover{opacity: 0.8;}

.home_contact .wpb_single_image img{position: relative; /*left:30px;*/}

.txt_contact_hp{
    color: #fff;
    top: 50px !important;
}

.property-element-inline .property-date{
    display: none;
}

.property-area .fa-arrows, .property-bedrooms .fa-hotel{
    top: 3px;
    /*margin-right: 0px !important;*/
    position: relative;
    width: 22px !important;
    height: 22px !important;
}

.property-bedrooms .fa-hotel{
    top: 0;
}

.ere-property-slider .property-area .fa-arrows, .ere-property-slider .property-bedrooms .fa-hotel{
    margin-right: 5px !important;
    width: 30px !important;
    height: 30px !important;
}

.ere-property-slider .content-property-info{
    padding-left: 10px !important;
}

.property-area .fa-arrows{
    background-image: url(../images/indication-surface-terrain.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*top: 7px;*/
}

.property-bedrooms .fa-hotel{
    background-image: url(../images/boxes.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.property-area .fa-arrows:before, .property-bedrooms .fa-hotel:before{
    display: none !important;
}

.bloc_anim_horse{
    padding: 10px 0;
    position: relative;
}

.bloc_anim_horse:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 40%;
  height: 100%;
  background-image: linear-gradient(#1F1F1F, #1F1F1F);
  background-image: url(../images/bg-dark-small-full.jpg?id=742) !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  transform: skewX(6deg);
  transform-origin: top left;
  content:'';
  display: block;
}

.bloc_anim_horse .wrap{
    width: 60%;
    position: relative;
    overflow: hidden;
}

.bloc_anim_horse .img{
    display: inline-block;
    width: 25.49157303370787%;
}

.bloc_anim_horse .txt{
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    font-family: Poppins;
    color: #000;
    width: 72%;
    padding-left: 20px;  
    white-space: nowrap;  
}

.bloc_anim_horse .txt em{
    font-style: normal;
    color: #820111 !important;
}


/* about */

.section_hp_contact form [name], .section_hp_contact form [name]::placeholder{color: #000 !important;}

.wpb_text_column a{color: #820111; font-weight: 500;}

.section_team .g5plus-heading{
    margin-bottom: 42px;
}

.listing_team{
    row-gap: 30px;
    column-gap: 2%;
}

.listing_team .item{
    width: 32%;
    flex: 0 0 auto;
    overflow: hidden;
    text-align: center;
    cursor: help;
}

.listing_team .item .img{
    height: 350px;
    background-color: #444;
}

.listing_team .item .contacts{
    font-size: 17px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;  
    color: #fff;
    top: auto;
    bottom: -150%;
    flex-direction: column;
}

.listing_team .item:hover .contacts{
    bottom: 0;
}

.listing_team .item .contacts .elt{
    color: #fff;
    padding: 0 10px;
}

.listing_team .item .contacts .elt .icone{
    margin-right: 5px;
}

.listing_team .item .wrap_title{
    background: #820111;
    color: #fff;
    padding: 10px;
}

.listing_team .item .nom{
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.listing_team .item .ville{
    
}


/* single property */

.beyot-class .property-info-action{
    padding-top: 60px;
}

body.single-property .page-title .vc_row-background-overlay{background: rgba(0,0,0,0.1) !important;}

.property-info-action .property-action .property-action-inner>a.property-favorite, .property-info-action .property-action .property-action-inner>a#property-print,
.single-property-area .property-location .open-on-google-maps, .property-info-action .property-action .social-share-hover .social-share-list a i.fa.fa-google-plus, 
.single-property-element.property-contact-agent/*, .property-info-action .property-info>.property-id*/, ul.ere-property-list li:nth-child(1){display: none !important;}

body.single-property .property-description .ere-property-element .ere-heading-style2{margin-top: 60px;}

#ere-virtual_tour_360 iframe{width: 100%;}

.ere-property .property-date___, .ere-property .block-center-inner>a.property-favorite{display: none !important;}

.single-property .property-info-action .property-area .content-property-info, .single-property .property-info-action .property-bedrooms .content-property-info{
    padding-left: 8px !important;
}

@media (min-width:768px)
{
    .single-property-area .single-property-image-main{
        height: 409px;
        overflow: hidden;
    }    
}

.property-bathrooms{
    display: none !important;
}

.ere-search-status-tab button.active, .ere-search-status-tab button:hover, .ere-tabs .nav-tabs .nav-link.active, .ere-tabs .nav-tabs .nav-link:hover{
    background-color: #820111;
}

.ere-property.property-list .property-image{
    min-width: 40%;
    background-color: #333;
}


/* listing properties */

body.post-type-archive-property .page-title-main-info h1, body.tax-property-type .page-title-main-info h1{visibility: hidden;}

.ere-archive-property .item-not-found{margin-top: 100px; padding-left: 20px;}

.ere-property .property-label p .property-label-bg{
    font-size: 16px !important;
    font-weight: 900 !important;
    transform: rotate(-5deg);
    background-color: #820111 !important;
    padding-left: 20px !important;
    padding-right: 15px !important;
    
}

.ere-property .property-label p .property-label-bg .property-arrow{
    border-left-color: #820111 !important;
    border-right-color: #820111 !important;
}

.ere__apa-status ul li a:focus, .ere__apa-status ul li a:hover, .ere__apa-status ul li.active a{
    background-color: #820111;
}

.ere__loop-property-info .property-info-inner{
    gap: 15px;
    justify-content: start;
}

.ere__loop-property-info .ere__loop-property-info-item i{
    color: #00aeef;
}


/* contact */

.section_data_contact .g5plus-heading.style2 h2{text-transform: uppercase;}

.section_data_contact .g5plus-icon-box .icon-wrap{width: 62px; height: 62px; /*background: #820111;*/ top: -5px !important;}

.section_data_contact .g5plus-icon-box:hover .icon-wrap{/*background: #222;*/}

.section_data_contact .g5plus-icon-box .icon-wrap i{line-height: 62px;}

.section_data_contact .g5plus-icon-box.layout-left{padding-left: 80px;}

.section_data_contact .g5plus-icon-box p{font-size: 14px;}

/* carte interactive */

.france-map{position:relative;width:100%;max-width:800px;margin:auto}

.france-map svg{display:block;width:100%;height:auto}

.france-map .region{fill:#999999;stroke:#ffffff;stroke-width:1;cursor:pointer;transition:fill .2s ease}

.france-map .region[data-agents]{
    fill: #820111;
}

.france-map .region:hover, .france-map .region.active{fill:#00aeef;}

.france-map-tooltip{position:fixed;display:none;width:300px;max-width:calc(100vw - 20px);padding:15px;background:#fff;border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,.2);z-index:99999;pointer-events:none;font-family:Arial,sans-serif;font-size:14px;line-height:1.5}.france-map-tooltip .region-name{font-size:17px;font-weight:700;margin-bottom:10px}.france-map-tooltip .agent{padding:10px 0;border-top:1px solid #eee}

.france-map-tooltip .agent:first-of-type{border-top:0}.france-map-tooltip .agent-name{font-weight:700}

.france-map-tooltip .no-agent{margin:8px 0 0}

.boxe_agents_region{
    font-size: 17px;
    background-color: #f5f5f5;
}

.boxe_agents_region .nom_region{
    margin-bottom: 15px;
}

.boxe_agents_region .agent_name{
    margin-bottom: 15px;
    font-size: 18px;
    color: #00aeef;
}

.boxe_agents_region p{
    margin-bottom: 10px;
}

.boxe_agents_region .icone{
    margin-right: 5px;
}

.boxe_agents_region .no_agent a{
    color: #820111;
}


/* proprio */

.btn_estimate{}


/* form estimation */

form.wpcf7-form .g5plus-heading{margin-bottom: 30px;}

form.wpcf7-form .g5plus-heading br{display: none;}

form.wpcf7-form .g5plus-heading.style1 h2{font-size: 22px;}

form.wpcf7-form label{font-weight: 400;}


/* page Recherche avancée */

.ere-archive-property{margin-top: 50px;}


/* articles */

.google-plus, .entry-meta-author{
    display: none !important;
}

body.blog .vc_row-background-overlay, body.single-post .vc_row-background-overlay{
    background-color: rgba(0,0,0, 0) !important;
}


/* recrutement */

.section_intro_job{}

.item_job{
    margin-bottom: 10px;
}

.item_job .title{
    font-size: 16px;
    font-weight: 600;
}


/* footer */

.footer-above-wrapper .bg-accent{
    padding: 5px !important;
}

.footer-above-wrapper .bg-accent *{
    display: none !important;
}

#g5plus_logo-2 img{max-width: 320px;}

.footer-inner .ere-property .property-item-content .property-title{font-weight: 100; font-size: 14px !important;}

.footer-inner .ere-property .property-item-content .property-title a{color: #fff;}

.footer-inner .ere-property .property-item-content .property-price{color: #fff; font-size: 12px; font-weight: 300;}

.footer-inner .list-recent-properties .owl-dots{text-align: left;}

.bottom-bar-wrapper{
    background:#111;
}

.footer-get-in-touch{
    display: flex;
    gap: 30px;
}

.footer-get-in-touch li{
    width: 50%;
    font-size: 13px;
}

.footer-get-in-touch li span{
    display: inline-block;
}

.footer-get-in-touch li .wrap{
    padding-left: 20px;
}

.footer-get-in-touch li .icone{
    padding-right: 0px !important;
    padding-top: 8px !important;
}

.footer-get-in-touch li  strong{
    color: #fff;
}

.bar-left{
    max-width: 100% !important;
    flex: 0 0 100%;
}

p.copyright{
    margin: 0 !important;
}


/* responsive */

@media (max-width:1365px)
{
    .contact-phone{
        text-align: center;
    }
    
    .contact-phone .logo_sci{
        display: block;
    }    
}

@media (min-width:992px) and (max-width:1199px)
{
    .x-nav-menu > .x-menu-item > .x-menu-a-text{
        font-size: 10px;
    }    
    
    .header-customize-nav{
        max-width: 170px;
    }
}

@media (max-width:1199px)
{
    .txt2_contact_hp{
        font-size:100%;
    }
}

@media (max-width:991px)
{
    .logo-mobile-wrapper{
        padding: 0 40px !important
    }    
    
    .logo-mobile-wrapper img{
        max-height: none;
    }
    
    .home_contact .pos-ab.md-top-50.right-260.md-right-150{
        display: none !important;
    }
    
    .home_contact .txt2_contact_hp{
        min-width: 300px;
        padding-top: 0px !important;
    }
}

@media (max-width:767px)
{
    .no_float_xs{float:none !important; flex: none !important; width:100% !important; margin-right:auto !important; margin-left:auto !important; 
    display:block !important;}
    
    .row .no_float_xs, .row_noflex .no_float_xs{max-width: none;}

    .hidden_xs{display: none !important;}
    
    .visible_xs{display: block !important;}
    
    
    #search_popup_wrapper .dialog h2{font-size:14px} 
    
    #search_popup_wrapper button{position: static;}  
    
    #search_popup_wrapper input{padding-right: 10px;}
    
    .mobile-search-button{display:none !important;}
    
    
    /* hp */
    
    .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading h2{font-size: 14px;}
    
    .ere-property-slider.navigation-middle .property-inner .property-main-info .property-price{font-size: 18px;}
    
    .property-carousel .ere-item-wrap{padding: 0 15px;} 
    
    body .home_garanties{background: none !important;}
    
    .section_home_garanties:before{left: 40%;}
    
    .img_garanties{height: auto;}
    
    .bloc_anim_horse .img{
        width: 10%;
    }
    
    .bloc_anim_horse .txt{
        font-size: 14px;
        width: 67%;
        padding-left: 0;
    }
    
    
    /* pages internes */
    
    .page-title{padding: 50px 0 !important;}
    
    .page-title h1{margin-bottom: 20px;}
    
    .page-title .page-title-inner .breadcrumbs{white-space: normal;}
    
    body .pd-top-100{padding-top: 30px !important;}
    
    body .pd-bottom-100{padding-bottom: 30px !important;}
    
    
    /* recherche simple */
    
    body.search .page-title h1{display: none;}
    
    .archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-post-type{display: none;}
    
    .main-footer #mc4wp_form_widget-3{display: none;}

    
    /* footer */
    
    #g5plus_logo-2 img{max-width: 100%;}
    
    .footer-above-wrapper .vc_row{
        max-width: 100%;
    }
}
