[
    {
        "name" : { "en" : "Desktop", "fr" : "Ordinateur de bureau" },
        "initial_display" : "closed",
        "item" : [
            {
                "name" : { "en" : "Lead box", "fr" : "Lead box" },
                "selector" : ".lead-box",
                "declaration" : [
                    {
                        "property" : "padding"
                    },{
                        "property" : "background-color"
                    },{
                        "property" : "border"
                    },{
                        "property" : "margin"
                    }
                ]
            },{
                "name" : { "en" : "Lead title", "fr" : "Lead title" },
                "selector" : ".lead-title",
                "declaration" : [
                    {
                        "property" : "font-weight"
                    },{
                        "property" : "font-size",
                        "defval" : ["36", "px"]
                    },{
                        "property" : "color",
                        "defval" : "#000000"
                    },{
                        "property":"text-align"
                    },{
                        "property" : "padding"
                    }
                ]
            },{
                "name" : { "en" : "Lead text", "fr" : "Lead text" },
                "selector" : ".lead-text",
                "declaration" : [
                    {
                        "property":"property_group_text"
                    },{
                        "property":"text-align"
                    },{
                        "property" : "padding"
                    }
                ]
            },{
                "name" : { "en" : "Lead button", "fr" : "Lead button" },
                "selector" : ".lead-button-container",
                "declaration" : [
                    {
                        "property" : "justify-content",
                        "display" : "select",
                        "help":{"en":"For this property to have an effect, the button width must be larger than default.","fr":"Pour que cette propriété aie un effet, la largeur du bouton doit être supérieure à la valeur par défaut."},
                        "label" : { "en" : "Justify content", "fr" : "Justification du contenu" },
                        "options" : [
                            {"label" : {"en" : "Align on left", "fr" : "Align on left"}, "value" : "flex-start"},
                            {"label" : {"en" : "Center", "fr" : "Centré"}, "value" : "center"},
                            {"label" : {"en" : "Align on right", "fr" : "Align on right"}, "value" : "flex-end"}
                        ]
                    }
                ]
            },
            {
                 "name" : {"fr" : "Icône pour bouton","en" : "Button icon"},
                "selector" : ".lead-button:before",
                "declaration" : [
                    {
                        "property" : "icon",
                        "choice" : ["'\\f105'","'\\f054'","'\\f0da'","'\\f061'","'\\f178'","'\\f0a4'","'\\f32b'","'\\f324'"],
                        "defval" : "'\\f105'"
                    },{
                        "property" : "padding"
                    }
                ]
            }
        ]
    },
    {
        "name" : { "en" : "Tablet", "fr" : "Tablet" },
        "rule" : "@media(max-width:767px)",
        "initial_display" : "closed",
        "item" : [
             {
                "name" : { "en" : "Lead box", "fr" : "Lead box" },
                "selector" : ".lead-box",
                "declaration" : [
                    {
                        "property" : "padding"
                    },{
                        "property" : "background-color"
                    },{
                        "property" : "border"
                    }
                ]
            },{
                "name" : { "en" : "Lead title", "fr" : "Lead title" },
                "selector" : ".lead-title",
                "declaration" : [
                    {
                        "property" : "font-size"
                    },{
                        "property" : "padding"
                    }
                ]
            }
        ]
    },
    {
        "name" : { "en" : "Mobile", "fr" : "Mobile" },
        "rule" : "@media(max-width:575px)",
        "initial_display" : "closed",
        "item" : [
             {
                "name" : { "en" : "Lead box", "fr" : "Lead box" },
                "selector" : ".lead-box",
                "declaration" : [
                    {
                        "property" : "padding"
                    },{
                        "property" : "background-color"
                    },{
                        "property" : "border"
                    }
                ]
            },{
                "name" : { "en" : "Lead title", "fr" : "Lead title" },
                "selector" : ".lead-title",
                "declaration" : [
                    {
                        "property" : "font-size"
                    },{
                        "property" : "padding"
                    }
                ]
            }
        ]
    }
]