/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1754393602
Updated: 2025-08-05 07:33:22

*/
.force-bottom {
    margin-top: auto !important;
}
footer .elementor-icon-list-item:hover *{
  color: #4CAF50 !important;
  cursor: pointer !important;
}
.rect-blue, .rect-blue-2 {
  position: relative;
}
.rect-blue:after, .rect-blue-2:after {
    content: "";
    position: absolute;
    background-color: #000082;
    width: 50vw;
    height: 100%;
    left: 50%;
    transform: translateX(-100%);
    z-index: 1;
    top: 0;
}
.rect-blue > div, .rect-blue-2 > div{
  /* position: relative; */
  z-index: 2;
}
.rect-blue-2:after {
    background-color: #4FB0BA;
}
ul li.green-checklist svg {
    stroke: transparent;
    fill: #82de4a;
    width: 15px;
    height: 15px;
}
.green-phone div {
    position: relative;
    z-index: 2;
}
.green-phone:after {
    content: "";
    position: absolute;
    background: #82de4a;
    width: 50vw;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    border-radius: 10px 0 0 10px;
}
button.read-more-btn {
    background: transparent;
    color: #82de4a;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0;
}
button.read-more-btn:hover {
    color: #46475a;
}
.elementor-swiper-button {
    background: #031430;
    padding: 15px;
}
.elementor-swiper-button:hover {
    background: #82de4a;
}
.residence-details-card .voir-plus {
    margin-top: auto;
}
.voir-plus a {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.voir-plus a:before {
    content:'>>>';
    color: #82de4a;
    font-weight: bold;
    font-family: 'montserrat';
}
.voir-plus a:after {
    content:'<<<';
    color: #82de4a;
    font-weight: bold;
    font-family: 'montserrat';
}
@media screen and (min-width: 1201px) {
	.elementor-location-header {
		overflow: hidden !important;
	}
}

@media screen and (max-width: 1200px) {
	.green-phone:after {
		display:none
	}
}


/*dom octantis*/
ul.checkedlist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul.checkedlist li {
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-content: center;
  gap: 6px;
  line-height: 1.3;
}
ul.checkedlist .icon {
  color: #4CAF50; /* Optional: green check */
  margin-right: 6px;
}
.checkedlist li {
  list-style: none;
  margin-bottom: 6px;
}

.checkedlist li.hidden {
  display: none;
}

.read-more-btn {
  margin-top: 10px;
  background-color: #f0f0f0;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
}

.type-units-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin: 0;
}

.unit-box {
	width: calc(25% - 4em);
	margin: 1em;
	box-sizing: border-box;
	text-align: left;
	color: #5a5a5a;
	text-transform: uppercase;
  font-family: 'montserrat';
}
.unit-box p{
  font-size:12px;
	color: #5a5a5a;
	text-transform: lowercase;
  font-weight: 500;
}
.equipement-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.5em;
}

.equipement-list li {
	width: calc(50% - 0.5em);
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
	box-sizing: border-box;
	color: #697d96;
	font-size: 17px;
	font-weight: bold;
}

.equipement-list li::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000180; /* Right-pointing triangle */
}
.nouscherchons {
	margin-top:3em;
}

.textnouscherchons p{
    color:#000 !important;
}
.loop-image img {
    height: 200px !important;
    object-fit: cover;
    width: 100% !important;
}
/*--------- Home form -------------*/
.form-container .gform_title {
  display: none;
}
.form-container .gform_heading {
  display: none;
}

/* Style général des placeholders */
.form-container input::placeholder,
.form-container textarea::placeholder {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  opacity: 1; /* Safari fix */
}
.form-container li.gfield:first-child {
  margin-top: 0 !important;
}
/* Style des champs */
.form-container input,
.form-container textarea {
    outline: none !important;
    color: #fff;
    width: 100% !important;
    border: none !important;
    background-color: transparent;
    border-bottom: 1px solid #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 0 !important;
    padding-bottom: 10px !important;
}

body.home .form-container input{
    padding-left: 30px !important;
}
.form-container textarea {
  /*padding-left: 0px !important; /* espace pour l’icône */
}
/* Icône pour le champ Nom */
.form-container input[placeholder="Votre Nom*"],.form-container .has_first_name input,.form-container .name_first input,.form-container input[placeholder="Nom"],.form-container input[placeholder="Prénom"]  {
  background: url('/wp-content/uploads/2025/09/icon-user.png') no-repeat 0px center;
  background-size: 15px;
  margin-bottom: 30px;
    padding-left: 30px !important;
}
.infolettre-container li.gfield {
  margin-top: 0 !important;
}
/* Icône pour le champ Email */
.form-container input[type="email"], .ginput_container_email input[type="email"]{
  background: url('/wp-content/uploads/2025/09/icon-email.png') no-repeat 0px center;
  background-size: 16px;
  margin-bottom: 30px;
    padding-left: 30px !important;
}

/* Icône pour le champ Téléphone */
.form-container input[type="tel"], .ginput_container_phone input[type="tel"]{
  background: url('/wp-content/uploads/2025/09/icon-phone.png') no-repeat 0px center;
  background-size: 14px;
  margin-bottom: 30px;
    padding-left: 30px !important;
}
.form-container input[type="submit"] {
    background-color: #73C740;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 30px 10px 30px !important;
    font-family: Barlow, sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    width: auto !important;
    border: none !important;
    border-radius: 30px !important;
}
.form-container input[type="submit"]:hover, .form-container.infolettre-container input[type="submit"] {
    background-color: white !important;
    color: var(--e-global-color-0d56e58) !important;
}
.form-container   .gform_legacy_markup_wrapper textarea.large {
    height: 152px;
}
.form-container   .gform_wrapper {
  margin: 0 !important;
}
/* ---------- ACF ELEMENTOR-STYLE SLIDES ---------- */
.elementor-slides-wrapper.swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.elementor-slides-wrapper .swiper-wrapper {
    display: flex;
}

.elementor-slides-wrapper .swiper-slide {
    flex-shrink: 0;
    flex-basis: 100%; /* One slide per view like native Elementor Slides */
    height: 500px; /* Adjust as needed */
    position: relative;
}

.elementor-slides-wrapper .swiper-slide-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.elementor-slides-wrapper .swiper-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-slides-wrapper .swiper-slide-contents {
    /* Empty since captions are removed, but keeps structure */
    width: 100%;
    height: 100%;
}

/* Swiper navigation buttons */
.elementor-swiper-button {
    background: #031430;
    padding: 15px;
    z-index: 10;
}

.elementor-swiper-button:hover {
    background: #82de4a;
}

/* Swiper pagination bullets */
.elementor-slides-wrapper .swiper-pagination {
    bottom: 10px !important;
    z-index: 10;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container , body .gform_legacy_markup_wrapper ul li.gfield{
    margin-top: 0 !important;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container.ginput_container_select {
  margin-top: 10px !important;
}
.footer-form #gform_fields_22 {
    display: flex;
    gap: 0 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-form #gform_fields_22 li {
    flex: 49%;
}
.footer-form .gform_legacy_markup_wrapper textarea.large {
    height: 52px;
}
.footer-form .gform_footer.top_label {
    /* background: url(/wp-content/uploads/2025/12/form-logo.png) no-repeat center right; */
    /* background-size: auto; */
    /* width: 99%; */
}
.res-image-container {
    min-height:  200px !important;
    background: #f3f3f385;
    background-size: 120px;
    position: relative !important;
    padding: 0 !important;
}
.res-image-container .e-con-inner {
    padding: 0 !important;
}
.residence-details-card {
    flex: 1 !important;
    padding-bottom: 15px;
}
.residence-details-card .e-con-inner {
    display: flex;
    justify-content: space-between !important;
}
 .e--pointer-underline .elementor-item:after {
    width: 0% !important;
    transition: all ease 0.3s;
}
 .e--pointer-underline .elementor-item:hover:after {
      width: 100% !important;
      transition: all ease 0.3s;
}
    &:hover {
      width: 100%;
      transition: all ease 0.3s;
    }
.res-title{
  min-height: 40px;
}
.rs-dropdown .droplink:before {
    transform: scale(1.5, 0.7);
}
.btn-alert {
  transform: translateX(0);
  transition: transform 400ms cubic-bezier(.2,.9,.3,1);
  will-change: transform;
}  
.btn-alert.hide-alert {
  transform: translateX(68%);
}
.btn-alert.hide-alert:hover,
.btn-alert.hide-alert:focus,
.btn-alert.hide-alert:focus-visible {
  transform: translateX(0);
}
.res-image-container:after {
  content: '';
  width: 120px;
  height: 50px;
  background: url('/wp-content/uploads/2025/08/logo.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(0.5);
  opacity: 0.6;
}
.residence-details-card h3 {
    font-size: 20px !important;
    text-align: center;
    line-height: 1;
}
a {
    color: #82de4a;
}
.e-off-canvas__content:has(.popup-cons-container) {
    overflow: hidden !important;
}
.close-tem-popup {display: none;}
[aria-hidden="false"] .close-tem-popup {
  display: block;
}
.popup-cons-container {
    overflow: auto !important;
    height: 100% !important;
}
.e-loop-item.type-equipe .elementor-cta__content-item.elementor-content-item p {
    margin-bottom: 0;
}
.menu--about .elementor-item-active {
  text-decoration: underline;
}
.menu-about-container.elementor-sticky--effects {
    background: #ffffffbf;
}
/* Largeur de la scrollbar */
::-webkit-scrollbar {
  width: 5px;
}

/* Rail (fond) */
::-webkit-scrollbar-track {
  background: #e6e6e6; /* gris clair */
  border-radius: 10px;
}

/* Barre de scroll */
::-webkit-scrollbar-thumb {
    background: var(--e-global-color-0d56e58);
    border-radius: 10px;
    border: none;
}
.post-tags {
    display: none;
}
/* Hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--e-global-color-0d56e58);
}

.light-form .gform_legacy_markup_wrapper.gf_browser_chrome select {
    border-color: white;
}
.light-form .gform_legacy_markup_wrapper select option {
    color: black;
}
.quote-member p:first-child:before {
  content: '« ';
}

.posts-blogue-categories{
  padding-top: 30px;
  padding-bottom: 60px;
}
.posts-blogue-categories a.uc_more_btn {
    background-color: #73c740 !important;
    border-radius: 25px !important;
    font-size: 15px;
    padding: 10px 20px !important;
    font-family: "Montserrat", Sans-serif;
}

.posts-blogue-categories .ue_p_title {
    font-family: "Montserrat", Sans-serif;
    color: #000;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.posts-blogue-categories .uc_post_title {
    margin-bottom: 20px;
}

.posts-blogue-categories .uc-grid-filter{
  background-color: #000082;
  border-radius: 12px;
}

.posts-blogue-categories .uc-selected{
  background-color: transparent !important;
  color: #fff;
  border-bottom: 2px solid #fff;
  transition: ease all 0.2s;
}
.posts-blogue-categories .ue_taxonomy_item{
    margin: 8px 0px 8px 0px !important;
    padding: 5px 10px 5px 10px !important;
}
.posts-blogue-categories .ue_taxonomy_item:hover {
    border-bottom: 2px solid #fff;
    color: #fff !important;
    transition: ease all 0.2s;
}

.posts-blogue-categories .ue_post_grid_item {
    border: 1px solid #6b7d96;
    border-radius: 12px !important;
}

/* Make slides responsive */
@media screen and (max-width: 1024px) {
    .elementor-slides-wrapper .swiper-slide {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .elementor-slides-wrapper .swiper-slide {
        height: 250px;
    }
    .menu-shaddow{
      box-shadow: none !important;
    }
    .footer-form .gform_footer.top_label {
      padding-bottom: 100px;
    }
    .menu-bar {
      background-color: white !important;
    }
    .logo-top-container {
      position: relative !important;
    }
}


.elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper~.elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper~.elementor-swiper-button {
    color: hsla(0,0%,93%,.9);
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper~.elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px;
}
.elementor-element .swiper .elementor-swiper-button-prev, .elementor-element .swiper~.elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px;
}
.elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper~.elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0,0%,93%,.9);
    height: 1em;
    width: 1em;
}


.titleres {
    font-family: "Montserrat", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #031430;
}
.titlerescity {
    display: block;
    margin-top: 6px;
    font-size: 0.4em;
    color: #555;
    position: relative;
    margin-bottom: 2em;
}

.titleinvisibledash {
color: transparent;
}


/* Hide child categories by default */
.elementor-widget-taxonomy-filter
[data-taxonomy-level="1"] {
    display: none;
}

/* Show children ONLY when a parent is active */
.elementor-widget-taxonomy-filter
.elementor-active-parent
[data-taxonomy-level="1"] {
    display: inline-flex;
}
