/**
 * CSS Additionnel pour le plugin HEKTOR
 * Ce fichier est chargé en dernier pour permettre les surcharges de styles
 */

/* Styles additionnels personnalisés */

.hektor-alerte-content {
    text-align: right;
    position: relative;
    overflow: visible;
    display: inline-block;
}

.hektor-alerte-titre {
    font-size: 40px;
    font-style: italic;
    color: #1e293b;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
}

.hektor-alerte-titre:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 12px;
    left: 370px;
    opacity: 1;
}

button.hektor-alerte-btn {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #1e293b !important;
    font-weight: 300 !important;
    padding-right: 0px;
}


.hektor-derniere-offre-type-pieces {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.hektor-property-line1 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0px;
    line-height: 1.2;
}

.hektor-property-line1-link:hover {
    color: #b3b3b3;
    transition: color 0.2s ease;
}

.hektor-property-line2 {
    font-size: 0.85rem;
    color: #1e293b;
    line-height: 0.8;
    display: block;
    margin-top: 0;
}

.hektor-price-value {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
}

.hektor-property-info {
    padding-top: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
}

/* ============================================
   PERSONNALISATION DU SIGNE + AU ROLLOVER
   SHORTCODE [hektor_dernieres_offres]
   ============================================ */

/* Modification du signe + au survol des dernières offres */
.hektor-derniere-offre-image::after {
    font-size: 100px !important;
    /* Plus grand : 100px pour doubler la taille */
    font-weight: 100!important;
    /* Plus fin : normal au lieu de bold (1px) */
}

/* Sélecteur plus spécifique au cas où */
.hektor-dernieres-offres .hektor-derniere-offre-card .hektor-derniere-offre-image::after {
    font-size: 100px ;
    font-weight: 100;

}