.elementor-983 .elementor-element.elementor-element-f64260b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-983 .elementor-element.elementor-element-9a16f4a > .elementor-widget-container{padding:50px 0px 0px 0px;}/* Start custom CSS for rem_list_properties, class: .elementor-element-9a16f4a *//* =========================
   CARTE PRINCIPALE
========================= */
.rem-style-1 {
    font-family: "Nunito Sans", sans-serif;
    border: 20px solid #f8f8f8;
    background-color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;

    /* Suppression totale des effets */
    box-shadow: none !important;
    transition: none !important;
}

/* Suppression ABSOLUE de l’ombre au survol */
.rem-style-1:hover,
.rem-style-1:focus,
.rem-style-1:active,
.rem-style-1 *:hover {
    box-shadow: none !important;
    transform: none !important;
}

/* =========================
   IMAGE (AU-DESSUS)
========================= */
.rem-style-1 .img-container,
.rem-style-1 .image-container,
.rem-style-1 .property-image {
    width: 100%;
    order: 1;
}

.rem-style-1 img {
    width: 100%;
    height: auto;
    display: block;
}

/* =========================
   CONTENU TEXTE
========================= */
.rem-style-1 .content-container {
    width: 100%;
    order: 2;
    padding: 20px;
}

/* =========================
   TITRE (2 lignes réservées)
========================= */
.rem-style-1 .content-container h2 {
    font-size: 24px;
    color: #1a3650;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;

    min-height: calc(1.3em * 2); /* réserve 2 lignes */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================
   PRIX
========================= */
.rem-style-1 .content-container .property-price {
    margin: 6px 0;
    color: #005f72;
    font-size: 24px;
    font-weight: 600;
}

/* =========================
   DESCRIPTION COURTE
========================= */
.rem-style-1 .content-container .property-excerpt {
    margin: 0;
    font-size: 16px;
    color: #000;
    max-height: 65px;
    overflow: hidden;
    line-height: 1.5;
    font-weight: 300;
}

/* =========================
   ICÔNES INLINE
========================= */
.inline-property-icons {
    padding-top: 6px !important;
    color: #005f72;
    font-size: 14px;
}

.inline-property-icons i,
.inline-property-icons svg {
    color: #005f72;
}

/* Supprimer uniquement le libellé "Type de bien :" */
.inline-property-icons > span:first-child strong,
.inline-property-icons > span:first-child b,
.inline-property-icons > span:first-child .label,
.inline-property-icons > span:first-child .rem-label {
    display: none !important;
}

/* =========================
   BADGE TYPE DE BIEN
========================= */
.rem-style-1 .property-type {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #1a3650;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* =========================
   MASQUER ADRESSE & PHOTOS
========================= */
.rem-style-1 .address-text,
.rem-style-1 span.address-text,
.rem-style-1 .images-text,
.rem-style-1 span.images-text {
    display: none !important;
}

/* =========================
   FOOTER : SUPPRESSION TOTALE
========================= */
.rem-style-1 .content-footer {
    display: none !important;
}

/* =========================
   MASQUER VUES LISTE / GRILLE
========================= */
.rem-topbar-btn,
.rem-topbar-btn.list-view,
.rem-topbar-btn.grid-view,
.col-sm-3.col-xs-4.text-right {
    display: none !important;
}

/* =========================
   GRILLE 2 COLONNES
========================= */
.rem-properties-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.rem-properties-container > * {
    height: 100%;
}

/* Mobile */
@media (max-width: 768px) {
    .rem-properties-container {
        grid-template-columns: 1fr;
    }
}
/* =========================
   CTA "Voir l’annonce" (réactivation footer + bouton centré)
========================= */

/* Réactiver le footer (tu l'avais caché) */
.rem-style-1 .content-footer{
  display:block !important;
  padding: 0 20px 20px 20px !important; /* dans le padding interne */
  margin: 0 !important;
}

/* Supprimer l’agent */
.rem-style-1 .content-footer .agent-info{
  display:none !important;
}

/* Centrer le CTA et le descendre */
.rem-style-1 .content-footer .icons-wrap{
  display:flex !important;
  justify-content:center !important;
  width:100% !important;
  margin-top:30px !important; /* espace demandé */
  float:none !important;
  text-align:center !important;
}

/* Nettoyer la liste */
.rem-style-1 .content-footer .icons-wrap ul{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
.rem-style-1 .content-footer .icons-wrap li{
  margin:0 !important;
  padding:0 !important;
}

/* Transformer le lien "Détails" en bouton (plus petit) */
.rem-style-1 .content-footer .icons-wrap a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background-color: var(--e-global-color-50c53d1) !important;
  color:#fff !important;
  font-family:"Poppins", Sans-serif !important;
  font-size:12px !important;          /* plus petit */
  font-weight:500 !important;
  text-transform:uppercase !important;
  letter-spacing:0.4px !important;
  padding: 8px 14px !important;       /* plus compact */
  border-radius:5px !important;
  text-decoration:none !important;
  line-height:1 !important;
}

/* Hover */
.rem-style-1 .content-footer .icons-wrap a:hover,
.rem-style-1 .content-footer .icons-wrap a:focus{
  background-color: var(--e-global-color-e4c5522) !important;
  color:#fff !important;
}

/* Masquer l’icône share */
.rem-style-1 .content-footer .icons-wrap a i{
  display:none !important;
}

/* Texte du bouton */
.rem-style-1 .content-footer .icons-wrap a::after{
  content:"Voir l’annonce" !important;
}

/* Désactiver les tooltips éventuels */
.tooltip,
.bs-tooltip-top,
.bs-tooltip-bottom,
.bs-tooltip-left,
.bs-tooltip-right{
  display:none !important;
}
/* =========================
   ESPACE ENTRE ICONES ET BOUTON
========================= */

/* Le bloc icônes */
.rem-style-1 .inline-property-icons {
    margin-bottom: 30px !important; /* espace réel avant le bouton */
}

/* Sécurité : si le thème colle tout */
.rem-style-1 .content-footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Le conteneur du bouton */
.rem-style-1 .content-footer .icons-wrap {
    margin-top: 0 !important; /* on laisse l'espace venir du dessus */
    padding-top: 0 !important;
}/* End custom CSS */