/* Add here all your CSS customizations */

/* Checkbox en rouge sur formulaire lead */
#consentement-error.error {
    display: block !important;
    position: absolute;
    top: 3px;
    left: 14px;
    text-indent: -9999px;
    border: 1px solid red;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    pointer-events: none;
}

#consentement:checked + label {
        border-color: transparent;
}