/* ── Apéro Express – Page Contact ─────────────────────────────────────── */

.aez-contact-wrap {
    padding-top: 24px;
}

.aez-contact__titre {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.9em;
    color: #3D2C22;
    margin: 0 0 6px;
}

.aez-contact-wrap .aez-ag-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd4c5;
    border-radius: 10px;
    font-size: 0.95em;
    box-sizing: border-box;
    color: #3D2C22;
    font-family: inherit;
    resize: vertical;
}

.aez-contact-wrap .aez-ag-field textarea:focus {
    outline: none;
    border-color: #C1502E;
    box-shadow: 0 0 0 2px rgba(193, 80, 46, 0.14);
}

.aez-contact-wrap #aez-c-btn-envoyer {
    margin-top: 6px;
}
