/* +--------------------------------------------------------------------------+
// ? 2002-2013 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: contact.css,v 1.1.2.3 2026/09/03 15:01:35 tsamson Exp $ */

/* ========================================================================
Formulaire de contact
 ========================================================================== */
#contact_form .form-contenu .contact_form_objects table.dijitReset:hover input.dijitArrowButtonInner {
    cursor: pointer;
}

#contact_form .row {
    display: flow-root;
}

#contact_form_message {
    width: 100%;
    margin: 0 0 10px 0 !important;
}

#contact_form_message:not(:empty) {
    display: flex;
    align-items: center;
    gap: 4px;
    color: red;
    font-weight: 600;
}

#contact_form_message:not(:empty)::before {
    content: "";
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    background-color: red;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M17.5,2.5h-11L1,12l5.5,9.5h11L23,12L17.5,2.5z M16.2,14.8l-1.4,1.4L12,13.4l-2.8,2.8l-1.4-1.4l2.8-2.8L7.8,9.2l1.4-1.4l2.8,2.8l2.8-2.8l1.4,1.4L13.4,12L16.2,14.8z'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M17.5,2.5h-11L1,12l5.5,9.5h11L23,12L17.5,2.5z M16.2,14.8l-1.4,1.4L12,13.4l-2.8,2.8l-1.4-1.4l2.8-2.8L7.8,9.2l1.4-1.4l2.8,2.8l2.8-2.8l1.4,1.4L13.4,12L16.2,14.8z'/></svg>");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.contact_form_error {
    border: 1px solid red;
    border-radius: 3px;
    padding: 8px;
}

.contact_form_field_error {
    display: flex;
    align-items: center;
    gap: 4px;
    color: red;
    margin: 12px;
}

.contact_form_field_error::before {
    content: "";
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    background-color: red;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M17.5,2.5h-11L1,12l5.5,9.5h11L23,12L17.5,2.5z M16.2,14.8l-1.4,1.4L12,13.4l-2.8,2.8l-1.4-1.4l2.8-2.8L7.8,9.2l1.4-1.4l2.8,2.8l2.8-2.8l1.4,1.4L13.4,12L16.2,14.8z'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M17.5,2.5h-11L1,12l5.5,9.5h11L23,12L17.5,2.5z M16.2,14.8l-1.4,1.4L12,13.4l-2.8,2.8l-1.4-1.4l2.8-2.8L7.8,9.2l1.4-1.4l2.8,2.8l2.8-2.8l1.4,1.4L13.4,12L16.2,14.8z'/></svg>");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.contact_form_field_mandatory::after {
    content: ' *';
}
