﻿
/* ---- Page contact ---- */
.contact-hero {
    background: var(--creme);
    padding: 46px 0 18px
}

.contact-card {
    background: #fff;
    border: 1px solid var(--bord);
    border-radius: 24px;
    padding: 38px 40px;
    box-shadow: 0 14px 40px rgba(21,39,65,.06)
}

    .contact-card label {
        font-size: 13.5px;
        font-weight: 600;
        color: var(--txt);
        margin-bottom: 7px;
        display: block
    }

        .contact-card label .opt {
            font-weight: 400;
            color: var(--txt-mut)
        }

.form-ctrl {
    width: 100%;
    border: 1px solid var(--bord);
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    background: var(--creme);
    color: var(--txt);
    transition: .15s;
    font-family: inherit
}

    .form-ctrl:focus {
        outline: none;
        border-color: var(--orange);
        background: #fff;
        box-shadow: 0 0 0 3px rgba(238,118,33,.12)
    }

    .form-ctrl::placeholder {
        color: var(--txt-mut)
    }

textarea.form-ctrl {
    resize: none;
    min-height: 140px
}

select.form-ctrl {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238a93a0' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
    cursor: pointer
}

.consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    color: var(--txt-sec);
    line-height: 1.5
}

    .consent input {
        margin-top: 3px;
        width: 16px;
        height: 16px;
        accent-color: var(--orange);
        flex-shrink: 0
    }

    .consent a {
        color: var(--orange);
        font-weight: 600
    }
/* zone reCAPTCHA skinée (contour habillé) */
.recaptcha-zone {
    max-width: 330px
}

    .recaptcha-zone .g-recaptcha {
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 6px 20px rgba(21,39,65,.07)
    }

        .recaptcha-zone .g-recaptcha iframe {
            border-radius: 14px
        }

/* panneau bleu nuit "Nous joindre" */
.contact-side {
    background: linear-gradient(160deg,#1c3ип 0%,#152741 60%);
    background: linear-gradient(160deg,#1d3554,#0f1d31);
    border-radius: 24px;
    padding: 38px 36px;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff
}

    .contact-side .watermark-c {
        position: absolute;
        right: -70px;
        bottom: -60px;
        width: 280px;
        height: 289px;
        opacity: .06
    }

    .contact-side .eyebrow {
        color: #f6a96a
    }

        .contact-side .eyebrow::before {
            background: #f6a96a
        }

    .contact-side h2 {
        color: #fff;
        font-size: clamp(22px,2.4vw,27px);
        line-height: 1.2;
        margin-bottom: 26px
    }

.cside-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.cside-ic {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #f6a96a;
    flex-shrink: 0
}

.cside-row .ttl {
    font-weight: 700;
    font-size: 15px;
    color: #fff
}

.cside-row .sub {
    font-size: 13.5px;
    color: #9fb2c9;
    line-height: 1.45
}

.cside-row a.sub {
    color: #cdd8e6;
    text-decoration: none
}

    .cside-row a.sub:hover {
        color: #fff
    }

.btn-side-rdv {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--orange);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 20px;
    border-radius: 12px;
    text-decoration: none;
    border: none;
    transition: .15s
}

    .btn-side-rdv:hover {
        background: var(--orange-d);
        color: #fff
    }



.recaptcha-box {
    margin-bottom: 15px;
}

.recaptcha-errormessage {
    color: #d10b0b;
    font-size: .875em;
    font-weight: 600;
}

.contact-errormessage {
    font-size: .875em;
    color: #b92424;
    font-weight: 600;
}
