/**
 * The goal of this stylesheet is to hide fields:
 *  - Nom espace client : 26567239167133
 *  - Prénom espace client : 26567230120605
 *  - N° contrat espace client : 26567264194461
 *  - Object : name=request[subject]
 */

#new-request-form div[data-garden-id="forms.field"]:has(input[name="request[custom_fields][26567239167133]"]),
#new-request-form div[data-garden-id="forms.field"]:has(input[name="request[custom_fields][26567230120605]"]),
#new-request-form div[data-garden-id="forms.field"]:has(input[name="request[custom_fields][26567264194461]"]),
#new-request-form div[data-garden-id="forms.field"]:has(input[name="request[subject]"])
{
  display: none;
}
