/* Style du formulaire */
#brxe-paduuc label {
    color: #1B2A4A;
    font-size: 18px;
    font-family: "Tiltwarp", sans-serif;
    font-weight: 400;
}

#brxe-paduuc input,
#brxe-paduuc textarea,
#brxe-paduuc select,
#brxe-paduuc .file-result {
    width: 100%;
    font-size: 20px;
    border-radius: 30px;
    background: #dddfe4;
    padding: 14px 16px;
    outline: none;
    color: #1B2A4A;
    transition:
        border-color 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease !important;
}

#brxe-paduuc input::placeholder,
#brxe-paduuc textarea::placeholder {
    color: #1B2A4A;
    opacity: 1;
    font-size: 20px;
}

#brxe-paduuc input:focus,
#brxe-paduuc textarea:focus {
    color: #1B2A4A;
    background-color: #dddfe4 !important;
    box-shadow: none !important;
    font-size: 20px;
}

#brxe-paduuc textarea {
    min-height: 140px;
    resize: vertical;
}

/* Ça c'est juste la petite icône dans le select 'Sujet' */
#brxe-paduuc select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231B2A4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 44px;
    font-size: 20px;
}

.num-tel a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.num-tel a:hover {
    color: #E54528;
}

#brxe-paduuc {
    display: flex !important;
    justify-content: center !important;
}

#brxe-paduuc .submit-button-wrapper  {
    padding: 16px 48px;
    font-size: 20px;
    border-radius: 30px;
}