/* CONTENEUR GENERAL */
.loc-form-annonce {
    background: #f3f3f3;
    padding: 40px;
    border-radius: 8px;
}

/* TITRES DES CHAMPS */
.loc-form-annonce label {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

/* INPUTS */
.loc-form-annonce input,
.loc-form-annonce select,
.loc-form-annonce textarea {
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 4px !important;
    padding: 12px !important;
    font-size: 14px !important;
}

/* FOCUS */
.loc-form-annonce input:focus,
.loc-form-annonce select:focus,
.loc-form-annonce textarea:focus {
    border-color: #88b85a !important;
}

/* DESCRIPTION */
.loc-form-annonce textarea {
    min-height: 220px !important;
}

/* UPLOAD PHOTO */
.loc-form-annonce .elementor-field-type-upload {
    display: none;
}

.loc-form-annonce .elementor-field-group-formule {
    position: absolute !important;
    left: -9999px !important;
}

/* BOUTON ENVOYER */
.loc-form-annonce .elementor-button {
    background: #7da65a !important;
    border-radius: 4px !important;
    padding: 16px 35px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.loc-form-annonce .elementor-button:hover {
    background: #688e49 !important;
}

/* SECTIONS NUMÉROTÉES (1, 2, 3, 4) */
.loc-section-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0 24px;
}

.loc-number {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #b7d59c;
    color: #5f7d44;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.loc-section-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
}





/* ==========================================================
   FORMULAIRE "JE CHERCHE"
   ========================================================== */

/* CONTENEUR GENERAL */
.loc-form-recherche {
    background: #f3f3f3;
    padding: 40px;
    border-radius: 8px;
}

/* TITRES DES CHAMPS */
.loc-form-recherche label {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

/* INPUTS */
.loc-form-recherche input,
.loc-form-recherche select,
.loc-form-recherche textarea {
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 4px !important;
    padding: 12px !important;
    font-size: 14px !important;
}

/* FOCUS */
.loc-form-recherche input:focus,
.loc-form-recherche select:focus,
.loc-form-recherche textarea:focus {
    border-color: #88b85a !important;
}

/* DESCRIPTION */
.loc-form-recherche textarea {
    min-height: 220px !important;
}

/* CHAMP FORMULE CACHÉ */
.loc-form-recherche .elementor-field-group-formule {
    position: absolute !important;
    left: -9999px !important;
}

/* BOUTON ENVOYER */
.loc-form-recherche .elementor-button {
    background: #7da65a !important;
    border-radius: 4px !important;
    padding: 16px 35px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.loc-form-recherche .elementor-button:hover {
    background: #688e49 !important;
}