{% set style = style.getStyle %}:root { --app-header-bg: {{ style.headerBg }}; --app-header-link: {{ style.headerLink }}; --app-header-link2: {{ style.headerLink2 }}; --app-footer-bg: {{ style.footerBg }}; --app-footer-link: {{ style.footerLink }}; --app-footer-link2: {{ style.footerLink2 }}; --app-font: {{ style.font|raw }}; --app-font-2: {{ style.font2|raw }}; --app-color-link: {{ style.linkColor }}; --app-color-link2: {{ style.linkColor2 }}; --app-color-1: {{ style.color1 }}; --app-color-2: {{ style.color2 }}; --app-color-3: {{ style.color3 }}; --app-color-4: {{ style.color4 }}; --app-color-5: {{ style.color5 }}; --app-color-6: {{ style.color6 }}; --app-color-7: {{ style.color7 }}; --app-color-8: {{ style.color8 }}; --app-color-body: {{ style.colorBody }}; --app-color-light: {{ style.colorLight }}; --app-color-dark: {{ style.colorDark }}; --app-color-valid: {{ style.colorValid }}; --app-color-valid2: {{ style.colorValid2 }}; --app-color-delete: {{ style.colorDelete }}; --app-color-delete2: {{ style.colorDelete2 }}; --app-color-cancel: {{ style.colorCancel }}; --app-color-cancel2: {{ style.colorCancel2 }}; --app-color-show: {{ style.colorShow }}; --app-color-show2: {{ style.colorShow2 }}; --svg-base-size: {{ style.svgSizeDefault }}; --svg-size-1: {{ style.svgSize1 }}; --svg-size-2: {{ style.svgSize2 }}; --svg-size-3: {{ style.svgSize3 }}; --app-size-1: {{ style.sizeValue1 }}; --app-size-2: {{ style.sizeValue2 }}; --app-size-3: {{ style.sizeValue3 }}; --border-width-1: {{ style.borderWidth1 }}; --border-width-2: {{ style.borderWidth2 }}; --border-width-3: {{ style.borderWidth3 }}; --rad-1: {{ style.rad1 }}; --rad-2: {{ style.rad2 }}; --rad-3: {{ style.rad3 }}; --trans-1: {{ style.trans1 }}; --trans-2: {{ style.trans2 }}; --trans-3: {{ style.trans3 }}; --trans-4: {{ style.trans4 }}; --trans-del-1: {{ style.delay1 }}; --trans-del-2: {{ style.delay2 }}; --trans-del-3: {{ style.delay3 }}; --trans-del-4: {{ style.delay4 }}; --scale-1: 0.75; --scale-2: 1.05; --scale-3: 1.25; --scale-4: 1.35; --percent-pos-1: 5%; --percent-pos-2: 10%; --percent-pos-3: 20%; }{{ style.additionnal|raw }}{{ style.header|raw }}{{ style.formtheme|raw }}