.contact-section {
    margin-top: 26px;
}

.contact-lead {
    max-width: 700px;
}

.contact-form {
    max-width: 720px;
    margin-top: 30px;
}

.contact-field {
    margin-bottom: 20px;
}

.contact-field label {
    display: flex;
    gap: 8px;
    align-items: baseline;
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-field label small {
    font-weight: 400;
    opacity: .55;
}

.contact-field input,
.contact-field textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(127, 127, 127, .3);
    border-radius: 12px;
    background: rgba(127, 127, 127, .06);
    color: inherit;
    font: inherit;
}

.contact-field textarea {
    resize: vertical;
    min-height: 150px;
    line-height: 1.55;
}

.contact-field input:focus,
.contact-field textarea:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.contact-actions button {
    padding: 12px 20px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.contact-actions button:disabled {
    cursor: wait;
    opacity: .5;
}

.contact-status {
    margin: 0;
    min-height: 1.4em;
}

.contact-status.is-success {
    font-weight: 700;
}

.contact-status.is-error {
    font-weight: 700;
}

.contact-privacy {
    max-width: 650px;
    margin-top: 18px;
    font-size: .86rem;
    line-height: 1.55;
    opacity: .6;
}

/* Champ anti-spam invisible pour l'utilisateur. */
.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
