/* PAGE RÉSERVATION AG HORECA CONSEIL */

.wpcf7 {
    max-width: 680px;
    margin: 0 auto;
    background: white;
    padding: 48px;
    border-radius: 2px;
    box-shadow: 0 2px 12px rgba(74, 50, 38, 0.08);
}

.wpcf7 .form-section {
    margin-bottom: 28px;
}

.wpcf7 label {
    display: block;
    font-family: 'Crimson Text', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    color: #4a3226;
    margin-bottom: 8px;
    letter-spacing: 0.01em;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #d4c4b8;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #4a3226;
    background: white;
    transition: all 0.2s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #8b6f47;
    box-shadow: 0 0 0 3px rgba(139, 111, 71, 0.1);
}

.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

.wpcf7 select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234a3226' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.wpcf7 .form-submit {
    margin-top: 36px;
    text-align: center;
}

.wpcf7 input[type="submit"] {
    background: #8b6f47;
    color: white;
    border: none;
    padding: 16px 48px;
    font-family: 'Crimson Text', Georgia, serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(139, 111, 71, 0.25);
}

.wpcf7 input[type="submit"]:hover {
    background: #6d5636;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(139, 111, 71, 0.35);
}

.wpcf7 input[type="submit"]:active {
    transform: translateY(0);
}

.wpcf7-not-valid-tip {
    color: #c44536;
    font-size: 13px;
    margin-top: 6px;
}

.wpcf7-response-output {
    margin: 24px 0 0;
    padding: 16px;
    border-radius: 2px;
    font-size: 14px;
}

.wpcf7-mail-sent-ok {
    background: #e8f5e9;
    border: 1.5px solid