/*
Theme Name: RealHomes Child Theme
Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
Description: Child theme for Real Homes.
Author: Inspiry Themes
Author URI: https://www.inspirythemes.com/
Template: realhomes
Version: 1.4.2
*/

.sp .rh_latest_properties_2.rh_property_card_stylish {
   padding-left: 0px !important; 
    padding-right: 0px !important;
    padding-bottom: 0px !important; 
}

.sp .rh_page__listing .rh_property_card_stylish {
    margin-top: 0px !important;
}

.rh_section .rh_page__properties {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.rh_section .rh_page__title {
    font-size: 28px;
    margin-bottom: 10px;
}

#avis-pagination .ellipsis {padding: 0px !important}


@media (max-width: 991px) {
    .rh_section .rh_page__properties {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .rh_section .rh_page__properties {
        grid-template-columns: 1fr;
    }
	
}

body .nav-container {z-index: 999;}
body span.show_slidine.mobilebut {z-index: 998;}

/*Global */
body .color_1 {color:#02406c !important;}
body .color_2 {color:#74bae3 !important;}

.phone-color-white a {color: #fff;}
.phone-color-white a:hover {color: #02406c;}

.titre-mb * {    margin-bottom: 0 !important;}
.inner-col-agence-white .col-agence-box-phone a{color:#02406c !important}
.inner-col-agence-white .col-agence-box-phone a:hover{color:#74bae3 !important}

.link-hover-color-2 a:hover{color:#74bae3 !important}
.link-hover-color-white  a:hover{color:white !important}


.link-normal-white-hover-color-2 a {color:#fff !important}
.link-normal-white-hover-color-2 a:hover {color:#74bae3 !important}

.col-pourquoi-bottom a:hover {color: #74bae3;}

.btn-actus {padding: 12px; color: white !important;  background-color: var(--e-global-color-secondary) !important;  border-radius: 8px;}
.btn-actus:hover { background-color: var(--e-global-color-primary) !important;}
.page-contact-5 .row:nth-child(3) .input-label:nth-child(2) .sp-label {top: 14px !important;}
.page-contact-5 .row:nth-child(3) .input-label:nth-child(2) select {margin-top:16px !important}
/*-----------------------------------------***style header***----------------------------------*/
@media only screen and (min-width: 1025px) and (max-width: 1830px){
	  .rhea-nav-menu-wrapper ul.rhea-elementor-nav-menu li.abs-right ul {
		right: 0 !important;
	}
}

@media only screen and (min-width: 1231px)  and (max-width:1380px){
	.section-header .rhea-menu-container .menu-item  a {
		padding: 10px !important;
		font-size:16px !important
	}
	.hdr-logo{max-width:139px !important}
}
@media only screen and (min-width: 1025px)  and (max-width:1230px){
	.section-header .rhea-menu-container .menu-item  a {
		padding: 7px !important;
		font-size:15px !important
	}
	
	.section-header .elementor-social-icon{
		width: 35px !important;
	    height: 35px !important;
		padding:10px !important;
	}
	.col-top-logo{width:10%}
	.col-top-menu-icon{width:93%}
}
@media only screen and (max-width: 500px){
	.section-header .rs-mobile-header {
		display: flex;
		justify-content: flex-start;
		margin-top: 0px;
		padding-left: 20px;
	}	
}
/*------------------------------------------------------***End***------------------------------------------------------*/

body #avis-pagination li a.active {
	background-color: #02406c !important;
    border: 1px solid #02406c !important;
}

/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
.section-h1-move {
    padding: 50px 20px !important;
    position: relative !important;
    display: block;
    background: #fff;
    margin: 15px 0px;
    border-radius: 10px;
	text-align: center !important;
}
.section-h1-move h1{font-size:28px !important;margin-bottom:20px !important;}
.page-template-grid-layout-full-width  .rh_content {margin-bottom:0px !important}

.col-agence-box-img img {
    width: 40px !important;
}

#avis-liste {
    display: flex;
    flex-wrap: wrap;
}
  
#avis-liste .col-avis {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	width: calc(50% - 20px);
	margin: 10px;
	text-align: center;
	border: solid 1px #d5d5d5;
	padding: 20px;
}

#avis-liste .col-avis .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

#avis-liste .col-avis .comment {
    font-size: 15px;
    line-height: 22px;
}

#avis-liste .col-avis .review-rating__stars {
    margin: 15px 0;
}


#avis-liste {
    display: flex;
    flex-wrap: wrap;
}
  
#avis-liste .col-avis {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	width: calc(50% - 20px);
	margin: 10px;
	text-align: center;
	border: solid 1px #d5d5d5;
	padding: 20px;
}


#avis-pagination .pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#avis-pagination .pagination {
    list-style: none;
    padding: 0 !important;
    display: flex;
    margin-top: 10px !important;
    justify-content: center;
}

#avis-pagination .pagination li {
    margin-right: 5px;
}

#avis-pagination .pagination a {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

#avis-pagination .pagination a.active {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}

#avis-pagination .btn-first, #avis-pagination  .btn-previous, #avis-pagination  .btn-next, #avis-pagination  .btn-last {
    margin-right: 5px;
}

#avis-pagination  .ellipsis {
    padding: 5px 0;
}

.total-rev {
    color: #fff;
    text-align: center;
    margin: 20px 0 0;
    font-size: 16px;
}

/* Page login */
.page-template-login-register .rh_section.rh_wrap{min-height:unset !important}
.rh_page__head{padding: 10px !important}
.rh_form.rh_form__login_wrap {
    border-radius: 15px;
}


/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/

/**************************************Style : HOME*********************************/

/**************************************Style : SLIDER REVOLUTION*********************************/
.sr-arrows{ cursor: pointer !important;}
.sr-arrows:hover{ filter: brightness(0) saturate(100%) invert(69%) sepia(58%) saturate(3893%) hue-rotate(174deg) brightness(99%) contrast(93%);}

/**************************************Style : section_presentation*********************************/
.title-h1 {
    font-size: 40px;
    font-weight: 700;
    color: #74bae3;
	text-transform: initial !important;
}
.titre-mb{margin-bottom:0}
/**/

.section-prestation .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}


@media only screen and (max-width: 1024px){
	.titre-h1 {
		font-size: 37px;
	}
	
	.nav-container li a:hover {color:#74BAE3 !important}
	.nav-container li.current-menu-item a {color:#74BAE3 !important}
}



/**************************************Style : section_form search*********************************/
.section-search-accueil .rhea_search_form_button , .section-search-accueil .rhea_advanced_expander  {
    background: #74bae3;
}
.section-search-accueil .rhea_advanced_expander:hover  {
    background: #02406c;
}
.section-search-accueil .rhea_search_form_button {
    border-radius: 5px !important;
}
.section-search-accueil .rhea_status_field button {
    border-radius: 5px 0 0 5px !important
}
.section-search-accueil .rhea_advanced_expander  {
    border-radius: 0 5px 5px 0 !important
}
@media only screen and (max-width: 1024px){
	.section-search-accueil .rhea_status_field button {
    border-radius: 0px  !important
}
.section-search-accueil .rhea_advanced_expander  {
    border-radius: 5px  !important
}
	.section-search-accueil .rhea_search_form_button {
    border-radius: 5px !important;
}
}
@media only screen and (max-width: 800px){
	.section-search-accueil .rhea_prop_search__option button {
    border-radius: 5px  !important;	
}
	.page-id-8552 .rh_page {width: min(700px, 100%) !important;margin: 0 auto;}
.section-search-accueil .rhea_prop_search__option input {
    border-radius: 5px  !important
}
}

/**************************************Style : section_box under slider*********************************/
.home .rhea_collapsed_search_fields_inner{background:#fff;padding:10px}
.boxs-after-slider-hvr:nth-child(odd):hover {
    background: #79bce4 !important;
}
.boxs-after-slider-hvr:nth-child(even):hover {
    background: #135481 !important;
}
/**************************************Style : section_prestations*********************************/
.texthover-front {
    text-align: center;
    color: #fff !important;
   
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	 height:auto;
	 opacity:1;
	transition:0.6s !important;
	transform:translateY(0%)
}


.texthover-h3 {
    color: #fff;
    font-size: 25px;
    margin: 0 !important;
   font-family:"poppins";
    font-weight:500;
   
}
.texthover-p{
  color:#fff;
    margin:20px 0px;
}
.texthover-btn {
    color: #02406c;
   background:#fff;
    padding:10px 25px;
    border-radius:7px;
  
}
.texthover-btn:hover {
    color: #ffffff;
   background:#02406c;
}

 .texthover-hover{
	display:flex;
	 align-items: center;
	 justify-content: center;
	 flex-direction: column;
	 height:0;
	 opacity:0;
	text-align:center !important;
	 transition:0.6s all !important;
	 transform:translateY(10%)
}

.col-texthover:hover  .texthover-front{
     height:0;
	 opacity:0;
	transform:translateY(-30%)

}
.col-texthover:hover  .texthover-hover{
  
	 height:auto;
	 opacity:1;
	transform:translateY(0%)
}

@media only screen and (max-width: 800px){
	.col-texthover .texthover-front{
		 height:0;
		 opacity:0;
		 transform:translateY(-30%)
	}
	.col-texthover .texthover-hover{
		height:auto;
		opacity:1;
		transform:translateY(0%)
	}
	.texthover-wrapper {
		max-width: 600px;
		margin-inline: auto;
		padding:10px;
	}
}

/**************************************Style : section_Pourquoi *********************************/
.slider-pourquoi-elem .sa_hover_container{position:relative;border-radius:5px !important;overflow:hidden !important;display: flex;align-items: center;}
.slider-pourquoi-elem .sa_hover_container:after {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:0;
    background: hsl(205deg 96% 22% / 80%);
}
.slider-pourquoi-elem .pourquoi-wrapper {
    position: relative;
    padding: 25px;
    z-index: 1  !important;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.slider-pourquoi-elem .pourquoi-img {
    background: #fff;
    width:46px;
    height:46px;
    border-radius:100%;
    margin-bottom:10px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}
.slider-pourquoi-elem .pourquoi-h3 , .slider-pourquoi-elem .pourquoi-p{
    color: #FFF;
    font-family: "Poppins";
    font-size: 20px;
   
}
.slider-pourquoi-elem .pourquoi-h3{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom:10px;
}
.slider-pourquoi-elem .pourquoi-p{
    font-size: 17px;
    font-weight: 400;
}


/* Arrows */
.slider-pourquoi-elem .sa_owl_theme .owl-nav .owl-prev {
    left: -30px !important;
}
.slider-pourquoi-elem .sa_owl_theme .owl-nav .owl-next {
    right: -30px !important;
}


.slider-pourquoi-elem .white .sa_owl_theme .owl-nav .owl-next {
    background-color: rgb(2 64 108 / 94%) !important;
}

.slider-pourquoi-elem .white .sa_owl_theme .owl-nav .owl-prev {
    background-color: rgb(2 64 108 / 94%)  !important;
}


.slider-pourquoi-elem .white .sa_owl_theme .owl-nav .owl-next:hover , .slider-pourquoi-elem .white .sa_owl_theme .owl-nav .owl-prev:hover  {
    background-color: rgb(116 186 227)  !important;
}
@media only screen and (max-width: 1500px){
	.slider-pourquoi-elem .sa_owl_theme .owl-nav .owl-prev {
		top:unset !important;
			bottom:-70px !important;
			left: calc(50% - 35px) !important;
	}
	.slider-pourquoi-elem .sa_owl_theme .owl-nav .owl-next {
		top:unset !important;
		bottom:-70px !important;
		right: calc(50% - 35px) !important;
	}
	.col-pourquoi-bottom {
		margin-top: 50px;
	}
}
@media only screen and (min-width: 550px) and (max-width: 800px){
	.slider-pourquoi-elem .sa_hover_container {
		min-height: 270px !important;
	}
}
@media only screen and (max-width: 800px){
	.col-pourquoi-bottom {
		margin-top: 60px;
	}
}
/**************************************Style : section_Bien a vendre*********************************/
.rhea_parent_fav_button .add-to-favorite .rh_svg {
    fill: #74bae3;
}

@media only screen and (max-width: 1280px){
	.rh_prop_card_meta_wrap_ultra {column-gap: 5px !important;}
}
@media only screen and (max-width: 1200px){
	.rhea-ultra-price-meta-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
}
}

/* same height bien elements */
/* page interne */
.rh_property_card_stylish_inner {
    display: inline-grid !important;
    height: 100% !important
}

.col-agence-box-btn a {
    cursor: pointer;
}


/* spinner */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 30px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  
  


/************************************************** page accueil **************************************************/
.rhea_property_card_ele_stylish_inner {
    display: inline-grid !important;
    height: 100% !important;
}

/************************* Avis *************************/

#opinion-review-slider {
    text-align: center;
}

.avis-title {
    width: 330px;
    margin: 0 auto;
}

.slide-avis .review-rating__stars {
    text-align: center !important;
}

.review-rating__stars svg {
    margin: 0 2px;
}

.slide-avis h3 {
    text-align: center;
    color: #02406C;
}

.slide-avis .name {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.slide-avis .date {
    font-size: 18px;
    text-transform: capitalize;
}

.slide-avis .comment {
    font-size: 16px;
    text-align: center;
    width: 80%;
    margin: 17px auto 5px;
    color: #000;
}

.slide-avis {
    max-width: 80%;
    margin: 0 auto;
}

.slide-avis .slick-dots li {
    margin: 0 !important;
    width: 14px !important;
}

.slide-avis .slick-dots li button {
    background-color: transparent !important;
    padding: 0 !important;
}

.slide-avis .slick-dots li button:before {
    opacity: 1 !important;
}

.slide-avis .slick-dots li.slick-active button:before {
    color: #fff;
}


.opinion-icon .elementor-icon-box-icon {
    position: relative;
}

.opinion-icon .elementor-icon-box-icon:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
}

body .opinion-icon .elementor-icon-box-wrapper {
    align-items: center !important;
}

.opinion-icon .elementor-icon-box-title {
    margin-top: 0;
}

.opinion-icon .elementor-icon svg {
    height: 65px !important;
}

.col-opinion .e-child {
    max-height: 458px !important;
}
/**************************************Style : section_valeurs*********************************/


/**************************************Style : section_points_forts*********************************/


/**************************************Style : section_avis*********************************/
.section-avis .ti-widget.ti-goog .ti-widget-container{
	display:flex;
	flex-direction: column;
	align-items: flex-start !important;
}

.col-avis .ti-widget.ti-goog .ti-widget-container {
    flex-direction: column;
}
.col-avis .ti-footer {padding-left:10px}
.col-avis .ti-widget.ti-goog  .ti-reviews-container,.col-avis .ti-widget.ti-goog  .ti-footer{
    -ms-flex: 0 0 95% !important;
    flex: 0 0 95% !important;
    max-width: 95% !important;
	margin-top: 0;
}
.col-avis .ti-widget.ti-goog .ti-reviews-container {
    margin-top: 10px !important;
}
.col-avis .ti-widget.ti-goog .ti-col-2  .ti-review-item {
     -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.col-avis .ti-widget.ti-goog .ti-col-4  .ti-review-item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.col-avis .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin:0px !important;
}
.col-avis .ti-widget.ti-goog .ti-footer .ti-profile-img img {
    object-position: center;
    background: #fff;
    border-radius: 100% !important;
}
.col-avis .ti-widget.ti-goog .ti-row{
	max-width: 362px;
    margin-right: 0 !important;
    margin-left: auto;
}
.col-avis .ti-widget.ti-goog .ti-footer .ti-name,.col-avis .ti-rating-text span strong  {
    color: #000 !important;
}
.ti-controls-dots{visibility: hidden;}

.col-avis .ti-widget-container .ti-footer{display:none}
.col-avis .ti-widget.ti-goog .ti-review-item>.ti-inner {border-radius: 15px !important;}
@media only screen and (max-width: 800px){
	.col-avis .ti-widget.ti-goog .ti-reviews-container {
   		margin-top: 20px !important;
	}
	.col-avis .ti-widget.ti-goog  .ti-reviews-container,.col-avis .ti-widget.ti-goog  .ti-footer{
		margin-bottom:0 !important;
	}
	.col-avis .ti-widget.ti-goog .ti-widget-container {padding-left:0px}
	.col-avis .ti-widget.ti-goog .ti-reviews-container, .col-avis .ti-widget.ti-goog .ti-footer {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 0;
}
}


/* arrows */
.col-avis .ti-widget.ti-goog .ti-controls .ti-prev {
    position: absolute;
    top: -190px;
    right: 105px !important;
    left: unset !important;
	display:block !important;
}
.col-avis .ti-widget.ti-goog .ti-controls .ti-next {
    position: absolute;
    top: -190px;
    right: 20px;
    left: unset !important;
	display:block !important;
}

.col-avis .ti-next:after, .col-avis .ti-next:before, .col-avis .ti-prev:after, .col-avis .ti-prev:before {display:none !important;}
 .col-avis .ti-prev , .col-avis .ti-next {
   z-index:2 !important;
    background-size: contain !important;
    width: 69px !important;
    height: 47px !important;
}


/* .elem-slider-bien .rhea-ultra-nav-box .owl-prev.disabled, .elem-slider-bien .rhea-ultra-nav-box .owl-next.disabled {
     pointer-events: auto !important; 
} */
.col-avis .ti-widget.ti-goog .ti-controls .ti-next:hover, .col-avis .ti-widget.ti-goog .ti-controls .ti-prev:hover {
    cursor: pointer;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}
@media only screen and (max-width: 1024px){
	.col-avis .ti-widget.ti-goog .ti-controls .ti-prev {
	    top: -160px;
	    right: unset !important;
	    left: 0 !important;
	}
	.col-avis .ti-widget.ti-goog .ti-controls .ti-next {
	
	    top: -160px;
	    right: unset !important;
	    left: 90px !important;
	}

}
/*************************** Newsletters********************************/
/* form */
.mailpoet_submit{
background:#36AEF4;
border:1px solid #36AEF4 !important;
  color:#fff;
  padding:10px!important;
	cursor:pointer;
	 border-radius: 5px !important;
}
.mailpoet_submit:hover {
    color: #36AEF4;
    background: #fff !important;
    padding: 10px!important;
    border:1px solid #36AEF4;
   
}
.mailpoet_text {background:#fff;color:#898383;padding:10px!important;border: none;border-radius: 5px;text-align:center;border:1px solid #89838345;}
.widget_mailpoet_form h3{color:#fff !important;}
form.mailpoet_form {
    padding: 0px !important;
	 max-width: 285px;
}
.mailpoet_paragraph { margin-bottom: 10px !important;}
.parsley-required {display: none;}
/* .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    width: 200% !important;
    top: 7px !important;
    left: 138% !important;
} */
/* Page newsletter */
.section-newsletter form.mailpoet_form {
	 max-width: unset !important;
}
 .section-newsletter .widget_mailpoet_form{margin-bottom:0 !important}
.mailpoet_validate_success{
	color: #222222 !important;
	text-align:center !important;
}

/* plitique et montion */
.pg-mp-titre-bg {
    background: #74bae3 !important;
    padding: 10px !important;
    color: #fff !important;
    font-size: 24px !important;
    margin-top: 10px;
    margin-bottom: 15px;
}
.pl_ml a:hover {
    color: #74bae3;
}

/* contact error */
 .wpcf7-response-output {
    background: #33c89c;
    color: #fff !important;
	border: none !important;
}
.invalid .wpcf7-response-output {
    background: red;
    color: #fff !important;
}
.wpcf7-response-output {
    margin-bottom: 0 !important;
    padding: 7px !important;
}
/*actualites */
.pg-actualites .eael-post-elements-readmore-btn {
    display: inline-block !important;
}

.article-elem .rhea_ultra_post_detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	padding:15px;
}

.article-elem .rhea_ultra_news_date {
    order: 1;
    width: fit-content;
    margin-right: 20px;
}

.article-elem .rhea_ultra_post_tags {
    order: 2;
    width:50%;
}

.article-elem .rhea_ultra_post_title {
    order: 3;
}

.article-elem .rhea_ultra_post_excerpt {
    order: 4;
}

.article-elem .rhea-news-read-more {
    order: 5;
    display: flex;
	width: 100%;
    justify-content: flex-end;
}
.article-elem .rhea-news-read-more > a {
    background: #74bae3;
    margin-top: 7px;
    color: #fff;
    width:30px;
    height:30px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.article-elem .rhea-news-read-more > a:hover {
    background: #131a37;
    padding: 5px;
    margin-top: 7px;
    color: #fff;
}
.article-elem .rhea_ultra_news_thumbnail {
    border-radius: 0;
}

.article-elem .owl-item  {
    padding:5px
}
.article-elem .owl-item article {
    border: 1px solid #0000000f;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}
.article-elem .rhea_ultra_post_title {
    display: flex;
    align-items: center;
}

/* avatar */
.rhea_modal__wrap .rhea_user__details {
    text-align: left;
}

.rhea_ultra_news_thumbnail:hover {
    background: black !important;
}

.actualites-immobiliere .rhea-ultra-nav-box .rhea-ultra-owl-dots {
    max-width: 50%;
    overflow-x: scroll;
    margin-bottom:10px;
    border-radius: 10px;
}

.actualites-immobiliere .rhea-ultra-nav-box .rhea-ultra-owl-dots::-webkit-scrollbar {
    width: 100%;
    height:5px;  
	cursor: pointer;
}


.actualites-immobiliere .rhea-ultra-nav-box .rhea-ultra-owl-dots::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 50px;
    width: 100px !important;
	cursor: pointer;
    
}


.actualites-immobiliere .rhea-ultra-nav-box .rhea-ultra-owl-dots::-webkit-scrollbar-thumb:hover {
    background: #74bae3;
    border-radius: 50px;
}


.actualites-immobiliere .rhea-ultra-nav-box .rhea-ultra-owl-dots::-webkit-scrollbar-thumb {
    background: #02406c;
    border-radius: 50px;
    overflow: hidden;
     width:80%;
    padding:20px !important;
    margin:20px !important;
    display:block !important ;
    border-radius:5px !important;
    border-top: 1px solid white;
}
/***** Rcaptcha hide ******/
.grecaptcha-badge{display:none !important}

/* page bien a vendre*/

.rh_latest_properties_2 .rh_tags_wrapper .rh_featured:before {
    border-color: #74bae3;
}

.page-template-grid-layout-full-width .rh_property_card_stylish .rh_agent_expand_wrapper .rh_agent_list {
    display: none;
}
.page-template-grid-layout-full-width .rh_btn.rh_btn__prop_search {
    border-radius: 0 !important;
}
.rh_prop_search__searchBtn .rh_btn.rh_btn__prop_search:hover {
    color: #fff !important;
}
/* page 404 */
.error404 .rh_banner {
    display: none;
}

 .rh_page h4{display:none !important}
.error404 .rh_section{height: 70vh;display:flex;justify-content: center;align-items: center;}


/* single post */
.single-post .entry-meta.blog-post-entry-meta{display:none !important}

.single-post .rh_page h2 , .single-post .rh_page h4{display:block !important}
.single-post .rh_page h2 {
    font-size: 19px;
}

.single-post .rh_content a {
    text-decoration: underline;
    color: #74BAE3;
}

.single-post .rh_content a:hover {
    color: #00233C;
}

.single-post .rh_content a.btn-act, a.btn-act {
    font-size: 18px;
    background-color: var(--e-global-color-secondary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
    border-radius: 5px 5px 5px 5px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 25px;
}

.single-post .rh_content a.btn-act:hover, a.btn-act:hover {
    background-color: #fff;
    color: var(--e-global-color-secondary) !important;
}

/*** not login style ***/
 .rhea_offline_avatar .rhea_modal__dashboard svg{fill:#2159c7 !important}
 .rhea_offline_avatar .rhea_modal__dashboard:hover svg{fill:#36aef4 !important}

/* Recherche des biens */
.frm-search .rhea_advanced_expander{    
	display: flex;
    justify-content: center;
}
/* single post article*/
.single-post article .post-share {display: none !important;}
.single-post #comments {display: none !important;}


/*--------------------------------------------------------------***End***----------------------------------------------------------------------*/



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;vertical-align: middle !important;display: inline-block !important;margin-right: 20px !important;}
.cohe-logo .svg * , .cohe-logo img {filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(23deg) brightness(104%) contrast(104%);}

/* menu */
.el-footer-menu ul {
    columns: 3 !important
}

.el-footer-menu ul li a {
    padding-left: 0 !important
}

.el-footer-menu ul .sub-menu {
    display: none !important;
    columns: 2 !important
}

.el-footer-menu .hfe-menu-toggle.sub-arrow {
    display: none !important
}

/* bien */ 
.footer-bien .rh_prop_card__details_elementor {
    display: none;
}

.footer-bien .rh_overlay__contents , .footer-bien .rh_label__property_elementor , .footer-bien .rhea-property-label{
    display: none !important;
   
}
.footer-bien .rh_overlay{border-radius: 5px !important;display: none !important;}


.footer-bien .attachment-property-thumb-image {
    border-radius: 5px !important;
}
.footer-bien .rh_prop_card_elementor {
    padding: 0px !important;
}
.footer-bien .rh_properties_element .wrapper_properties_ele{
    padding: 0px !important;
    min-width: 30% !important;
    width: 30% !important;
}

/* .copy-list li:last-child a{pointer-events: none !important;}
 */
.footer-bien .rh_properties_pagination_append {
    gap: 7px;
}
.foo-col-bien .rh_prop_card__thumbnail img {
    height: 96px !important;
    object-fit: cover !important;
}
.foo-col-bien .rh_prop_card__thumbnail  img:hover {filter: contrast(0.5);}
@media only screen and (min-width: 570px) and (max-width: 800px){
	.foo-col-bien{width:60% !important}
}
@media only screen and (max-width: 569px){
	.foo-col-bien{width:86% !important}
}
@media only screen and (max-width: 500px){
	.foo-col-bien,.foo-col-rs, .foo-col-news{display:none !important}
	.el-footer-menu ul {
		columns: 1 !important;
		text-align: center !important;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.el-footer-menu ul li a{padding: 10px 0px !important}
	.foo-menu-tite {margin-inline:auto !important}
	.foo-menu-tite h2{text-align:center !important;margin-inline:auto !important}
	.foo-menu-sep{margin-inline:auto !important}
}
/*@media only screen and  (min-width: 1025px) and  (max-width: 1480px){
.foo-tite .elementor-heading-title{font-size: 18px !important;}
}*/
@media only screen and (min-width: 1025px) and (max-width: 1348px){
/* 	.foo-col-menu{width:34% !important} */
	.foo-col-rs {
		padding-left: 0px;
		width:20%
	}

	.foo-col-news {
		padding-left: 0;
		width: 22%;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1500px){
	.footer-bien .rhea_property_card_ele_stylish {min-width: 31% !important;}
}
@media only screen and (max-width: 800px){
	.section-copyright > .e-con-inner {
		display: flex;
		flex-direction: column !important;
		align-items: center !important;
	}
	.section-copyright .elementor-icon-list-items {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		text-align: center;
		gap: 5px;
	}
.foo-copyright {display: flex;align-items: center;}
.section-copyright .elementor-widget-image {text-align: center !important;}
}

/* copyright */
/* .foo-copyright .elementor-icon-list-items li:last-child a {
    cursor: default;
} */
.foo-copyright .elementor-icon-list-items li:last-child:hover  span{
    color: #000 !important;
}
/*------------------------------------------------------***End***------------------------------------------------------*/

/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/

/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width: 801px){ 
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (max-width: 1500px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Large devices (desktops, less than 1361px)***------------*/
@media only screen and (max-width: 1360px){

    /*style header*/

    /*style main content*/
    .opinion-icon h3 span {
        font-size: 17px;
    }
    
    .opinion-icon .elementor-icon-box-description {
        font-size: 14px !important;
    }

    .avis-title h2 {
        font-size: 22px !important;
    }

    .slide-avis {
        max-width: 100%;
    }
	
    /*style footer*/

}

/*------------***Large devices (desktops, less than 1281px)***------------*/
@media only screen and (max-width: 1280px){

    /*style header*/

    /*style main content*/
    .col-opinion .elementor-icon {
        font-size: 115px !important;
    }
    
    .opinion-icon .elementor-icon-box-icon:before {
        right: -10px;
    }

	

    /*style footer*/

}


@media only screen and (max-width: 1200px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}


/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px){
	
	/*style header*/

    /*style main content*/
    .review-rating__stars svg {
        width: 18px !important;
    }

    .slide-avis .name, .slide-avis .date {
        font-size: 16px;
    }

    .slide-avis h3 {
        margin-top: 10px;
    }
	
    /*style footer*/
	.rh_page__head {
    	flex-wrap: wrap;
	}
	.head-left {
		width: 50% !important;
	}

	.rh_page__controls {
			width: 100%;
			justify-content: center !important;
			align-content: center;
			display: flex !important;
			align-items: center;
	}
	.rh_sort_controls {
		width: 70%;
	}

}


/*------------***Medium devices (tablets, Bootstrap less than 996px)***------------*/
@media only screen and (max-width: 995px){

    /*style header*/

    /*style main content*/
    body .opinion-icon .elementor-icon-box-wrapper {
        flex-direction: column !important;
    }

    .opinion-icon .elementor-icon-box-icon:before {
        opacity: 0;
    }

    /*style footer*/

}

/*------------***Tablet Media query style***------------*/
@media only screen and (max-width: 800px){
    /*style header*/

    /*style main content*/
	.section-footer .foo-col-rs .elementor-social-icons-wrapper{   
		display: flex;
    justify-content: flex-start;
	}

    .opinion-icon .elementor-icon-box-icon:before {
        opacity: 1;
    }

    .col-opinion {
        flex-direction: column !important;
    }

    body .opinion-icon .elementor-icon-box-wrapper {
        display: flex !important;
        flex-direction: row !important;
    }

    .opinion-icon .elementor-icon-box-icon {
        margin-bottom: 0 !important;
        margin-right: 20px !important;
    }

    .opinion-icon .elementor-widget-container {
        margin-bottom: 0 !important;
    }

    .avis-title {
        width: 390px;
    }

    .avis-title h2 {
        font-size: 27px !important;
    }
    /*style footer*/

}

/*------------***Tablet Mini Media query style***------------*/
@media only screen and (max-width: 767px){
    
    /*style header*/

    /*style main content*/
	.page-template .rh_banner__wrap {
		min-height: 200px;
		display: flex !important;
		flex-direction: row;
		justify-content: flex-start !important;
		align-items: flex-end !important;
	}
    /*style footer*/
    
}

/*------------***Between Big Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 601px) and (max-width: 800px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Begin Big Mobile Media query style***------------*/
@media only screen and (max-width: 700px){

    /*style header*/

    /*style main content*/
    #avis-liste {
        flex-direction: column;
    }

    #avis-liste .col-avis {
        width: 100%;
        margin: 0 0 10px 0px;
    }

    .opinion-icon .elementor-icon-box-icon:before {
        opacity: 0;
    }

    .slide-avis .comment {
        margin: 10px auto;
    }

    #opinion-review-slider .slide {
        margin: 25px 0;
    }

    /*style footer*/
    
}

@media only screen and (max-width: 600px){

    /*style header*/

    /*style main content*/
    .avis-title h2 {
        font-size: 20px !important;
    }

    body .opinion-icon .elementor-icon-box-wrapper {
        display: block !important;
    }

    .slide-avis .name, .slide-avis .date {
        display: block;
    }

    .slide-avis .date .sep {
        display: none;
    }
	
	div#rh_save_search {
		width: 45%;
	}
	
	.head-left {
		width: 45% !important;
	}


    /*style footer*/
    
}

/*------------***Between Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 498px) and (max-width: 600px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Mobile Media query style***------------*/
.section-titrebare {display:none !important}
@media only screen and (max-width: 500px){

	.section-titrebare {display:flex !important}
	.section-slider {display:none !important}
    
    
}

@media only screen and (max-width: 550px){

    /*style header*/

    /*style main content*/
	.btn-width-equal a {
		width: 265px !important;
	}
	.home .rhea_search_form_button.rhea-btn-primary {
		padding: 20px !important;
	}
    /*style footer*/
    .rh_page__controls {
		flex-wrap: wrap;
	}

	.inspiry_bs_listing button.dropdown-toggle {
		min-width: 200px;
	}
	
	.head-left {order: 2 !important;}
	div#rh_save_search {order: 1 !important;}
    
}

@media only screen and (max-width: 497px) {
	body div#rh_save_search {width: 100%;}
	body .head-left {width: 100% !important;}
	body .rh_page__head .rh_page__controls {
		justify-content: flex-start !important;
	}
	.page-id-8552 .entry-content {padding: 0px !important;}
	.page-id-8552 .elementor-element.elementor-element-bf8a049.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {padding: 15px !important;}
/* 	.rh_sort_controls {width: 220px;} */
	.rh_page__controls {
			width: 100% !important;
			gap: 7px;
	}
	.parto-cont .elementor-widget-container {padding: 8px !important;}
	.parto-cont .elementor-element {width: 45% !important;}
}

@media only screen and (max-width: 375px){
	.parto-cont .elementor-element {width: 100% !important;}
}

@media only screen and (max-width: 635px){

    /*style header*/

    /*style main content*/
	.home .rhea_latest_properties_2 .rhea_property_card_ele_stylish , .bien-el .rhea_latest_properties_2 .rhea_property_card_ele_stylish {
		max-width: 480px !important;
		width:100% !important;
		margin-inline: auto !important;
	}
    /*style footer*/
    
    
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/
body *:not(i) {
    font-family: 'Nunito Sans', sans-serif !important;
}
#slider_8863 .owl-stage {
    display: flex !important;
    transform: unset !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    row-gap: 20px !important;
}
.slider-pourquoi-elem .pourquoi-img ,.slider-pourquoi-elem .pourquoi-p {
    display: none !important;
}
.slider-pourquoi-elem .sa_hover_container {
    min-height: 260px !important;
    align-items: flex-end !important;
}
.slider-pourquoi-elem .sa_hover_container:after {
    content: unset !important;
}
.slider-pourquoi-elem .pourquoi-wrapper {
    width: 100% !important;
    align-items: center !important;
    justify-content: flex-end;
    background: #092539cf;
    padding: 0px !important;
}
.slider-pourquoi-elem .pourquoi-h3 {
    margin: 10px 0 !important;
}
/*.rhea_search_form_wrapper .rhea_top_search_box {
    gap: 1%;
}
.rhea_search_form_wrapper .rhea_top_search_box .rhea_prop_search__option {
    width: 24% !important;
}*/
.rhea_search_button_wrapper.rhea_buttons_top {
    gap: 10px !important;
    padding-left: 10px !important;
}
.home .rhea_collapsed_search_fields_inner{background:transparent !important;/*gap:7px !important;*/padding:0 !important}

.rhea-ultra-price-meta-box {
    flex-direction: column;
    align-items: flex-start;
}
section.rhea-ultra-properties-one-section.rhea-ultra-tooltip.rhea-toolip-light .owl-thumbs,.rhea-ultra-owl-dots.owl-dots {
    display: none;
}
.rhea-ultra-property-thumb img {
    width: 100% !important;
    object-fit: cover !important;
}
.rhea-ultra-card-detail-wrapper {
    background: #fff !important;
    height: 100% !important;
	padding: 0 0px !important;
	border-width: 0 1px 0 1px;
    border-color: #cdcfd1;
}

.rhea-ultra-properties-one-wrapper.owl-carousel .owl-stage {
    display: flex;
    align-content: stretch;
    align-items: stretch;
}
.rhea-ultra-property-card-outer {
    height: 100% !important;
    background: #fff !important;
    padding: 0 !important;
}
.rh_prop_card_meta_wrap_ultra.rh-ul-tooltip {
    justify-content: space-between !important;
    width: 100%;
    align-items: center !important;
    border-color:#cdcfd1;
	border-width: 1px 0 1px 0;
    margin-top: 15px;
}

.rh_prop_card_meta_wrap_ultra .rhea_ultra_prop_card__meta {
    flex: 1;
    border-right: 1px solid #cdcfd1;
    padding: 10px !important;
}
.rh_prop_card_meta_wrap_ultra .rhea_ultra_prop_card__meta:last-child{
	border:unset !important
}
.rhea_ultra_meta_icon_wrapper {
    flex-direction: column;
    gap: 15px;
}
.rh_prop_card__priceLabel_ultra {
    padding: 0 20px;
}

p.rh_prop_card__price_ultra .ere-price-display {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #74bae3 !important;
}
.rhea_address_ultra,h3.rhea-ultra-property-title {
    padding: 0 20px !important;
}
.rhea-ultra-card-thumb-wrapper{margin-bottom:0 !important}
.rhea-ultra-property-thumb a{border-radius:0 !important}
.rhea_long_screen_header_temp .btn-contact-menu a {
    background: #74bae3 !important;
    color: #00233c !important;
    border-radius: 10px;
    padding: 8px 19px !important;
}
.rhea_long_screen_header_temp .btn-contact-menu a:hover {
    background: #4aa5da !important;
}
img.icon-menu-h {
    padding-right: 5px;
    width: 20px;
    filter: brightness(0) saturate(100%) invert(74%) sepia(16%) saturate(1009%) hue-rotate(162deg) brightness(90%) contrast(99%);
}

.rh_sticky_wrapper_footer.rh_apply_sticky_wrapper_footer img.icon-menu-h {
    display: none !important;
}
@media only screen and (max-width:620px){
	.elementor-element.elementor-element-7be47df.e-con-full.e-flex.e-con.e-child {margin-block-start: 0 !important;}
}
.foo-col-menu,.foo-col-rs {
    flex: 1 !important;
}
@media only screen and (max-width:800px) and (min-width:498px)  {
    body:not(.rtl) .elementor-8516 .elementor-element.elementor-element-e6a6c3d {
       /* left: 28% !important;*/
		top:-13% !important;
    }
	.elementor-element.elementor-element-e6a6c3d.elementor-absolute.elementor-widget.elementor-widget-image {
		width: 100% !important;
		text-align: center !important;

	}
}
.is-sticky .elementor-element.elementor-element-d5ab0a3.e-flex.e-con-boxed.e-con.e-child {
    display: none !important;
}
.is-sticky .hdr-logo {
    top: -11px !important;
}
.is-sticky .hdr-logo img { max-width: 160px !important;}

.page-id-8530  section.rh_section.rh_wrap--topPadding.rh_wrap.rh_wrap--padding {
    max-width: 100%;
    padding: 0 !important;
    background: red !important;
}
#post-30255 > div.entry-header.blog-post-entry-header {
	display:none !important;
}
.page-id-8530 .entry-header.blog-post-entry-header { display: none !important;}
.page-id-8530 article#post-8530 {
    margin: 0 !important;
    background: #f7f7f7;
}
.page-id-8530 .inspiry_show_on_doc_ready.rh_prop_search.rh_prop_search_init { padding: 0 !important;}
td.plan { display: flex;flex-direction: column; gap: 5px;}
table.table.table-striped.table-hover th{color:#fff !important}
.table{width:100%;margin-bottom:1rem;color:#212529;}
.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6;}
.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6;}
.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05);}
.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,0.075);}
.bg-secondary{background-color:#6c757d!important;}
.text-nowrap{white-space:nowrap!important;}
.font-weight-bold{font-weight:700!important;}
.text-white{color:#fff!important;}
.text-primary{color:#007bff!important;}
.bg-secondary{background-color:#00233C!important;}
.btn{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;border-radius:6px;max-width:100%;padding:0.375rem 0.75rem;font-size:1rem;font-weight:700;text-decoration:none!important;text-transform:uppercase;overflow:hidden;border-width:2px;border-style:solid;outline:none!important;box-shadow:none!important;}
.btn-100{width:100px;}
.btn-small{padding:0.4rem 0.75rem;font-size:.75rem;}
.btn-primary{background-color:#74BAE3!important;border-color:#74BAE3;color:#00233C!important;}
.btn-primary svg{fill:#00233C!important;}
.btn-primary:hover{background-color:#4aa5da!important;border-color:#4aa5da;color:#00233C!important;}
.font-weight-bold{font-weight:700!important;}
.text-primary{color:#74BAE3!important;}
.table{min-width:100%;overflow:hidden;border-radius:.5rem .5rem 0 0;}
.table__wrapper.border thead{margin-left:-1px;margin-top:-1px;margin-right:-1px;}
.table th,.table td{display:table-cell!important;vertical-align:middle!important;}


/***---------------------------SAV FEB 2025---------------------***/
/***----Shaare buttons-----****/
.share-buttons {
    margin-top: 20px;
    padding: 10px;
    background: #f4f4f4;
}
.share-buttons a {
    padding: 5px 12px;
    margin: 5px;
    text-decoration: none;
    background: #00233c;
    color: white !important;
    border-radius: 5px;
    display: inline-block;
}
.share-buttons a:hover {
    background: #74bae3;
}
/***----End Shaare buttons-----****/

/***----logo page mention legal---***/
.page-id-10262 .is-sticky .hdr-logo img {max-width: 120px !important;}


/***---------------------------END SAV FEB 2025---------------------***/

.page-id-8526 .rh_page__map_properties{max-width:100% !important}
.col-agence-box-btn span.elementor-button-text { text-align: left !important;}
.page-contact-5 .col-md-6.input-file {
    margin-top: 20px;
    margin-bottom: 10px !important;
}
.col-opinion>.elementor-element.e-flex.e-con.e-child {
    flex-wrap: nowrap !important;
}
@media only screen and (max-width:520px){
	#opinion-review-slider .slide:not(:first-child){display:none !important}
	.col-opinion>.elementor-element.e-flex.e-con.e-child {flex-wrap: nowrap !important;}	
}
.boxs-after-slider{z-index:99 !important}


.table__wrapper {
  overflow-x: auto;
  max-width: 100%;
}

.table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 0.75rem;
  text-align: left;
  white-space: nowrap; 
  vertical-align: middle;
  font-size: 13px !important;
}
.btn.btn-small {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}

@media screen and (max-width: 768px) {
  .table th,
  .table td {
    font-size: 0.875rem;
    padding: 0.5rem;
  }

  .btn.btn-small {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }

  .table__wrapper {
    margin-bottom: 1rem;
  }
}
.img-copy{filter: brightness(0) invert(1) !important;}
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul,ul.rhea-menu-responsive *{
    background: #18223d !important;
    border-color: #18223d !important;
}
.hc-offcanvas-nav .nav-close * {
    background: #18223d !important;
}
body h2.pg-mp-titre-bg{background-color:#74bae3 !important}

.is-sticky .hdr-logo img {
    max-width: 100px !important;
}
.is-sticky .hdr-logo {
	top:0 !important;
    position: relative !important;
}
.page-id-8530 .rhea_tags_wrapper .rhea-tags .rhea_tags_tooltip {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: -127px !important;
    top: -18px !important;
    z-index: 99;
}
section#properties-listing>#rh_save_search{
    display: none !important;
}
#properties-listing .rh_page__head{gap:15px;}
.rh_page__listing_grid  .rh_latest_properties_2 a.rh_permalink img {
    max-height: 350px !important;
    min-height: 350px !important;
    object-fit: cover !important;
}
.rh_latest_properties_2 .rh_bottom_tags_box{background:transparent !important}
  /* Expand all scrollable content */
  .rh_property__sidebar {
    overflow: visible !important;
    height: auto !important;
  }
	.rh_property__sidebar {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    overflow: visible !important;
    display: block !important;
  }
@media print {
  /* Afficher tous les éléments cachés */
  body * {
    visibility: visible !important;
   
  }

  /* Supprimer éléments inutiles (menus, boutons, etc.) */
  .no-print, header, footer, nav,.rhea_search_form  {
    display: none !important;
  }

  /* Adapter la largeur */
  body {
    width: 100%;
  }
 .rh_property__sidebar {
		display: block !important;
		position: relative !important;
		top: auto !important;
		order: -1; /* mettre avant le contenu */
		margin-bottom: 20px;
  }

  /* Si tu veux forcer à imprimer même s’il y a une classe qui le masque */
  .rh_property__sidebar,
  .rh_property__sidebar * {
    visibility: visible !important;
  }

}

.home .col-pourquoi-bottom figure.elementor-image-box-img {
    text-align: center !important;
    display: inline-flex !important;
    justify-content: center;
}
.single-post .post>figure img {
    max-height: 540px !important;
    object-fit: contain !important;
}
p.mailpoet_validate_success {
    width: 100% !important;
    position: relative !important;
    color: #74bae3 !important;
    transform: unset !important;
    left: unset !important;
}
form.mailpoet_form.mailpoet_form_form.mailpoet_form_widget.mailpoet_form_successfully_send * {
    visibility: visible !important;
}
.rhea_latest_properties_ajax_classic .pagination a:hover, .rhea_latest_properties_ajax_classic .pagination a.current {
    background-color: #00233c !important;
}
@media only screen and (max-width:1440px){
	.col-agence-box-adresse .elementor-widget-container { font-size: 15px !important;}
}
.rh-custom-search-form-wrapper {
    z-index:1000;
}
.rh_property__print .dkpdf-button:hover i {
    color: #000;
}
article#post-165462>figure {
    display: none !important;
}
article#post-165462 {
    margin-top: 10px;
}
.mailpoet_page .post-share-links, .mailpoet_page .entry-meta.blog-post-entry-meta {
    display: none !important;
}
.mailpoet_page figure {
    padding: 20px;
    margin: 0;
}
.nav-close a.nav-close-button.has-label {
    font-size: 0 !important;
}