@silexpert/core 2.0.67 → 2.0.68-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/resources/Acd.d.ts +2 -1
- package/dist/api/resources/Acd.d.ts.map +1 -1
- package/dist/api/resources/Acd.js +3 -0
- package/dist/api/resources/Acd.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types/Interface/api/acd/Vat.d.ts +52 -0
- package/dist/types/Interface/api/acd/Vat.d.ts.map +1 -0
- package/dist/types/Interface/api/acd/Vat.js +14 -0
- package/dist/types/Interface/api/acd/Vat.js.map +1 -0
- package/dist/types/Interface/api/commercialManagement/Create.d.ts +1 -0
- package/dist/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.js +7 -0
- package/dist/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/dist/types/Interface/api/product/CreateProduct.d.ts +1 -0
- package/dist/types/Interface/api/product/CreateProduct.d.ts.map +1 -1
- package/dist/types/Interface/api/product/CreateProduct.js +8 -1
- package/dist/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/dist/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts +2 -0
- package/dist/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts.map +1 -1
- package/dist/types/Interface/api/thirdParty/CreateThirdPartyForm.js +11 -0
- package/dist/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +1 -1
- package/dist/types/Interface/api/thirdParty/UpdateThirdPartyForm.d.ts +2 -0
- package/dist/types/Interface/api/thirdParty/UpdateThirdPartyForm.d.ts.map +1 -1
- package/dist/types/Interface/api/thirdParty/UpdateThirdPartyForm.js +12 -0
- package/dist/types/Interface/api/thirdParty/UpdateThirdPartyForm.js.map +1 -1
- package/dist/types/Interface/models/IAccount.d.ts +1 -0
- package/dist/types/Interface/models/IAccount.d.ts.map +1 -1
- package/dist/types/Interface/models/IAccount.js +1 -0
- package/dist/types/Interface/models/IAccount.js.map +1 -1
- package/dist/types/Interface/models/IProduct.d.ts +3 -0
- package/dist/types/Interface/models/IProduct.d.ts.map +1 -1
- package/dist/types/Interface/models/IProduct.js +2 -0
- package/dist/types/Interface/models/IProduct.js.map +1 -1
- package/dist/types/Interface/models/IProductInvoice.d.ts +3 -0
- package/dist/types/Interface/models/IProductInvoice.d.ts.map +1 -1
- package/dist/types/Interface/models/IProductInvoice.js +2 -0
- package/dist/types/Interface/models/IProductInvoice.js.map +1 -1
- package/dist/types/Interface/models/ISocietyGescom.d.ts +1 -0
- package/dist/types/Interface/models/ISocietyGescom.d.ts.map +1 -1
- package/dist/types/Interface/models/ISocietyGescom.js +2 -0
- package/dist/types/Interface/models/ISocietyGescom.js.map +1 -1
- package/dist/types/Interface/models/IThirdParty.d.ts +2 -0
- package/dist/types/Interface/models/IThirdParty.d.ts.map +1 -1
- package/dist/types/Interface/models/IThirdParty.js +2 -0
- package/dist/types/Interface/models/IThirdParty.js.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -0
- package/dist/types/index.js.map +1 -1
- package/dist/utils/acdVat.d.ts +4 -0
- package/dist/utils/acdVat.d.ts.map +1 -0
- package/dist/utils/acdVat.js +57 -0
- package/dist/utils/acdVat.js.map +1 -0
- package/dist/utils/commercialManagement/document.d.ts.map +1 -1
- package/dist/utils/commercialManagement/document.js +1 -0
- package/dist/utils/commercialManagement/document.js.map +1 -1
- package/dist/utils/commercialManagement/templates/body.d.ts.map +1 -1
- package/dist/utils/commercialManagement/templates/body.js +9 -5
- package/dist/utils/commercialManagement/templates/body.js.map +1 -1
- package/dist/utils/commercialManagement/templates/common.d.ts.map +1 -1
- package/dist/utils/commercialManagement/templates/common.js +1 -0
- package/dist/utils/commercialManagement/templates/common.js.map +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/tests/acdVat.spec.d.ts +2 -0
- package/dist/utils/tests/acdVat.spec.d.ts.map +1 -0
- package/dist/utils/tests/acdVat.spec.js +25 -0
- package/dist/utils/tests/acdVat.spec.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/Acd.ts +5 -1
- package/ts/index.ts +1 -0
- package/ts/types/Interface/api/acd/Vat.ts +52 -0
- package/ts/types/Interface/api/commercialManagement/Create.ts +5 -0
- package/ts/types/Interface/api/product/CreateProduct.ts +6 -1
- package/ts/types/Interface/api/thirdParty/CreateThirdPartyForm.ts +7 -0
- package/ts/types/Interface/api/thirdParty/UpdateThirdPartyForm.ts +8 -0
- package/ts/types/Interface/models/IAccount.ts +1 -0
- package/ts/types/Interface/models/IProduct.ts +3 -0
- package/ts/types/Interface/models/IProductInvoice.ts +3 -0
- package/ts/types/Interface/models/ISocietyGescom.ts +2 -0
- package/ts/types/Interface/models/IThirdParty.ts +2 -0
- package/ts/types/index.ts +1 -0
- package/ts/utils/acdVat.ts +63 -0
- package/ts/utils/commercialManagement/document.ts +1 -0
- package/ts/utils/commercialManagement/templates/body.ts +9 -5
- package/ts/utils/commercialManagement/templates/common.ts +1 -0
- package/ts/utils/index.ts +1 -0
- package/ts/utils/tests/acdVat.spec.ts +26 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../ts/utils/commercialManagement/templates/common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,OAAO,4BAA4B;IACvC,MAAM,GAAG;;;;UAID,CAAC;IAET,MAAM,GAAG;;;;;;;;;;;;;;;;SAgBF,CAAC;IAER,IAAI,GAAG;;SAEA,CAAC;IAER,OAAO,GAAG;;;;;;yFAM6E,CAAC;IAExF,QAAQ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;+CAwBkC,YAAY,CAAC,OAAO;;;;;;;;;SAS1D,CAAC;IAER,iBAAiB,GAAG;;;;;;;;;;;;;;;WAeX,CAAC;IAEV,oBAAoB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CA6BkB,mBAAmB,CAAC,OAAO,KAAK,mBAAmB,CAAC,KAAK,KAAK,mBAAmB,CAAC,OAAO;;;;;;;;;;;;YAYxH,mBAAmB,CAAC,OAAO,KAAK,mBAAmB,CAAC,KAAK,KAAK,mBAAmB,CAAC,OAAO;;;;;;SAM5F,CAAC;IAER,aAAa,GAAG;;;;;;;;;;aAUL,CAAC;IAEZ,KAAK,GAAG;uBACa,OAAO,CAAC,YAAY;;8BAEb,OAAO,CAAC,MAAM;;8BAEd,OAAO,CAAC,OAAO;;8BAEf,OAAO,CAAC,OAAO;;8BAEf,OAAO,CAAC,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAqIjC,CAAC;IAET,YAAY,GAAG;;;;;;;;;;;;;;;GAed,CAAC;CACH;AAED,MAAM,OAAO,0BAA0B;IACrC,KAAK,GAAG;;;;;;;;;;;CAWT,CAAC;IAEA,MAAM,GAAG;;QAEH,IAAI,CAAC,KAAK;;;;;;kBAMA,mBAAmB,CAAC,OAAO,KAAK,mBAAmB,CAAC,KAAK;;oDAEvB,mBAAmB,CAAC,KAAK;;oDAEzB,mBAAmB,CAAC,GAAG;;oDAEvB,mBAAmB,CAAC,OAAO;;oDAE3B,mBAAmB,CAAC,KAAK;;;;;;;;;;;;wBAYrD,mBAAmB,CAAC,OAAO,KAAK,mBAAmB,CAAC,KAAK;;wDAEzB,mBAAmB,CAAC,KAAK;;wDAEzB,mBAAmB,CAAC,GAAG;;wDAEvB,mBAAmB,CAAC,OAAO;;wDAE3B,mBAAmB,CAAC,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsD9E,CAAC;CACH","sourcesContent":["import { EstimateInvoiceType } from '../../../types/Enum/EstimateInvoice.js';\nimport { DiscountType, FontIds } from '../../../types/Enum/CommercialManagement.js';\n\nexport class CommercialDocumentCommonHTML {\n header = `<style>html {\n -webkit-print-color-adjust: exact;\n }</style><% if (settings && settings.isEdgingDisplayed) { %>\n <span id=\"header-edging\" style=\"position: absolute; top: 0; left: 0; width: 100vw; font-size: 10px !important; height: 15px; background-color: <%= settings && settings.edgingColor ? settings.edgingColor : '#333333' %>; margin-bottom: 20px;\"></span>\n <% } %>`;\n\n footer = `<div class=\"footer\" style=\"font-size: 8px !important; color: #838384; text-align: center; padding: 0 40px; display: block; width: 100%;\">\n <% if (freeText) { %><%- freeText %><br/><br/><% } %><% if (accountingCategoryFormatted) {%><%= accountingCategoryFormatted %> | <%}%><% if(marginVats.length > 0) { %><%= languageTemplate.template.common.footer.marginVat %> - <% marginVats.forEach(function(v, index) { %><%= v %> - <% }) %><%= languageTemplate.template.common.footer.legalVatMention %> | <% } %><% if(penalties || recoveryCost || discount) { %><%= penalties ? languageTemplate.template.common.footer.penalties + ' : ' + penalties : ''%><%= penalties && recoveryCost ? ' | ' : ''%><%= recoveryCost ? languageTemplate.template.common.footer.recoveryCosts + ' : ' + recoveryCost + ' ' : '' %><%= (recoveryCost || penalties) && discount ? ' | ' : '' %><%= discount ? languageTemplate.template.common.footer.discount + ' : ' + discount : '' %><%= shouldPayTaxAfterDebit ? \"| \" + languageTemplate.template.common.footer.shouldPayTaxAfterDebit : '' %><% if(name || legalForm || capital || siren || rcs) {%><br/><br/><% } %><% } %><%= name %><%= name && (legalForm || capital || siren || rcs) ? ', ' : ''%><%= legalForm %><%= capital ? ' ' + languageTemplate.template.common.footer.capital + ' ' + capitalFormatted + ' €' : '' %><%= siren ? ' ' + languageTemplate.template.common.footer.siren + ' ' + siren : ''%><%= rcs ? '| RCS ' + rcs : ''%><% if (vatCode || nafCode) {%><br/><% } %><%= vatCode ? languageTemplate.template.common.footer.vatCode + ' ' +vatCode : ''%><% if(vatCode && nafCode){%>|<%}%><%= nafCode ? 'APE '+nafCode : '' %>\n <% if ([\"Clementine\", \"Pourcentage\", \"Comptalib\", \"Teamsystem Facture\"].includes(brandName) && !shouldHideBrandName) { %>\n <div style=\"display: grid; place-items: center;\"><div style=\"background-color: <%= brandColors.primary50 %>; color: <%= brandColors.primary500 %>; display: flex; gap: 3px; max-width: fit-content; border-radius: 4px; padding: 4px 8px; margin-top: 8px; align-items: center; font-size: 9px; line-height: 140%; font-family: 'circular std', sans serif; font-weight: 450;\">\n <%= languageTemplate.template.common.footer.generate %>\n <% if (brandName === \"Clementine\") { %>\n <svg width=\"86\" height=\"13\" viewBox=\"0 0 129 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.6584 11.6301C27.6584 13.1199 28.6143 13.9511 29.7364 13.9511C30.8586 13.9511 31.4405 13.2062 31.6067 12.5828L33.5601 13.2446C33.186 14.6129 31.8976 15.978 29.7364 15.978C27.3259 15.978 25.4141 14.1557 25.4141 11.6716C25.4141 9.18754 27.2843 7.36523 29.6533 7.36523C31.8976 7.36523 33.1445 8.73356 33.477 10.0987L31.5651 10.7189C31.3573 10.0571 30.8586 9.35059 29.7364 9.35059C28.6143 9.35059 27.6584 10.1786 27.6584 11.6301Z\" fill=\"#FF7E3C\"/><path d=\"M35.2227 15.728V3.7168H37.4254V15.728H35.2227Z\" fill=\"#FF7E3C\"/><path d=\"M47.1087 13.3684C46.6931 14.7751 45.4047 15.9356 43.3682 15.9356C41.1239 15.9356 39.1289 14.3211 39.1289 11.5876C39.1289 8.85419 41.0407 7.28125 43.1604 7.28125C45.6956 7.28125 47.1918 8.89575 47.1918 11.5045C47.1918 11.837 47.1502 12.1663 47.1502 12.1663H41.2901C41.3317 13.2437 42.246 14.0302 43.3682 14.0302C44.4072 14.0302 44.9475 13.5346 45.2384 12.7865L47.1087 13.3652V13.3684ZM45.0306 10.7181C44.9891 9.89002 44.4488 9.10356 43.2019 9.10356C42.0382 9.10356 41.4148 9.97315 41.3732 10.7181H45.0306Z\" fill=\"#FF7E3C\"/><path d=\"M48.9795 15.7317V7.56968H51.0991V8.56396C51.5563 7.77749 52.5953 7.32031 53.5097 7.32031C54.6318 7.32031 55.5046 7.81585 55.9202 8.68864C56.5852 7.69436 57.4164 7.32031 58.497 7.32031C59.9933 7.32031 61.4479 8.23147 61.4479 10.4278V15.7285H59.2867V10.8818C59.2867 10.0122 58.8711 9.35043 57.8321 9.35043C56.8762 9.35043 56.3359 10.0953 56.3359 10.9649V15.7285H54.1331V10.8818C54.1331 10.0122 53.6759 9.35043 52.6785 9.35043C51.681 9.35043 51.1407 10.0538 51.1407 10.9649V15.7285H48.9795V15.7317Z\" fill=\"#FF7E3C\"/><path d=\"M71.0501 13.3684C70.6345 14.7751 69.3461 15.9356 67.3096 15.9356C65.0653 15.9356 63.0703 14.3211 63.0703 11.5876C63.0703 8.85419 64.9821 7.28125 67.1018 7.28125C69.637 7.28125 71.1332 8.89575 71.1332 11.5045C71.1332 11.837 71.0917 12.1663 71.0917 12.1663H65.2315C65.2731 13.2437 66.1874 14.0302 67.3096 14.0302C68.3486 14.0302 68.8889 13.5346 69.1798 12.7865L71.0501 13.3652V13.3684ZM68.972 10.7181C68.9305 9.89002 68.3902 9.10356 67.1433 9.10356C65.9796 9.10356 65.3562 9.97315 65.3146 10.7181H68.972Z\" fill=\"#FF7E3C\"/><path d=\"M75.1217 15.7317H72.9189V7.56968H75.0801V8.56396C75.5789 7.73593 76.5763 7.32031 77.4491 7.32031C79.4856 7.32031 80.4 8.76857 80.4 10.5525V15.6901H78.1972V10.9681C78.1972 10.057 77.7401 9.35362 76.701 9.35362C75.7451 9.35362 75.1633 10.0985 75.1633 11.0512L75.1217 15.7317Z\" fill=\"#FF7E3C\"/><path d=\"M85.3474 7.56975H87.0099V9.51674H85.3474V12.9535C85.3474 13.6569 85.6799 13.9063 86.3033 13.9063C86.5527 13.9063 86.8852 13.8647 86.9683 13.8231V15.6454C86.7605 15.7286 86.3864 15.8532 85.7215 15.8532C84.1421 15.8532 83.1446 14.9005 83.1446 13.3276V9.51674H81.6484V7.56975H82.0641C82.9368 7.56975 83.3109 6.99109 83.3109 6.28454V5.12402H85.3058L85.3474 7.56655V7.56975Z\" fill=\"#FF7E3C\"/><path d=\"M89.9594 3.5127C90.7075 3.5127 91.3309 4.13292 91.3309 4.88102C91.3309 5.62913 90.7491 6.20779 89.9594 6.20779C89.2113 6.20779 88.5879 5.58757 88.5879 4.88102C88.5879 4.13612 89.2113 3.5127 89.9594 3.5127ZM88.8373 15.7317V7.56972H91.04V15.7285H88.8373V15.7317Z\" fill=\"#FF7E3C\"/><path d=\"M95.653 15.7317H93.4502V7.56968H95.6114V8.56396C96.1101 7.73593 97.1076 7.32031 97.9804 7.32031C100.017 7.32031 100.931 8.76857 100.931 10.5525V15.6901H98.7285V10.9681C98.7285 10.057 98.2713 9.35362 97.2323 9.35362C96.2764 9.35362 95.6945 10.0985 95.6945 11.0512L95.653 15.7317Z\" fill=\"#FF7E3C\"/><path d=\"M110.45 13.3684C110.034 14.7751 108.745 15.9356 106.709 15.9356C104.465 15.9356 102.47 14.3211 102.47 11.5876C102.47 8.85419 104.382 7.28125 106.501 7.28125C109.036 7.28125 110.533 8.89575 110.533 11.5045C110.533 11.837 110.491 12.1663 110.491 12.1663H104.714C104.756 13.2437 105.67 14.0302 106.792 14.0302C107.831 14.0302 108.371 13.5346 108.662 12.7865L110.45 13.3652V13.3684ZM108.413 10.7181C108.371 9.89002 107.831 9.10356 106.584 9.10356C105.421 9.10356 104.797 9.97315 104.756 10.7181H108.413Z\" fill=\"#FF7E3C\"/><path d=\"M0.0175781 7.32924C0.0175781 7.32924 1.95498 5.77229 3.73892 8.24039C3.73892 8.24039 1.80152 9.45526 0.0175781 7.32924Z\" fill=\"#FF7E3C\"/><path d=\"M20.0244 0.1875C11.8432 0.302593 10.5644 4.55464 10.3311 5.54252C11.0951 5.21323 12.6873 4.73367 14.4009 5.05018C19.2508 3.45486 20.0244 0.1875 20.0244 0.1875Z\" fill=\"#FF7E3C\"/><path d=\"M6.37695 12.2271C6.37695 8.46741 9.47807 5.38867 13.241 5.38867C17.0039 5.38867 20.0666 8.46421 20.105 12.2271C20.105 15.9868 17.0422 19.0656 13.241 19.0656C9.43971 19.0656 6.37695 15.99 6.37695 12.2271Z\" fill=\"#FF7E3C\"/><path d=\"M7.03483 8.50629C6.33787 9.53253 5.94784 10.8625 5.94784 12.2276C5.94784 14.1267 6.64479 15.8371 7.88524 17.0903C7.26501 17.394 6.48814 17.621 5.67609 17.621C3.07691 17.621 1.02441 15.5334 1.02441 12.9502C1.02441 10.367 3.0801 8.2793 5.67609 8.2793C6.14286 8.2793 6.60643 8.39439 7.03483 8.50629Z\" fill=\"#FF7E3C\"/><path d=\"M119.715 6.68358V7.57555H121.553V9.4618H119.715V15.7152H117.496V9.46499H116.141V7.57875H117.496V6.65161C117.496 4.81651 118.653 3.62402 120.457 3.62402C120.92 3.62402 121.368 3.70715 121.55 3.79027V5.64454C121.435 5.61257 121.218 5.56142 120.856 5.56142C120.361 5.56142 119.715 5.77562 119.715 6.68678V6.68358Z\" fill=\"#FF7E3C\"/><path d=\"M128.011 9.76243C127.761 9.71127 127.547 9.69529 127.349 9.69529C126.223 9.69529 125.248 10.242 125.248 11.994V15.7185H123.049V7.57886H125.184V8.78733C125.68 7.71313 126.805 7.51172 127.502 7.51172C127.685 7.51172 127.851 7.5277 128.017 7.54369V9.76243H128.011Z\" fill=\"#FF7E3C\"/><path d=\"M113.535 13.1543C114.283 13.1543 114.906 13.7745 114.906 14.5226C114.906 15.2707 114.324 15.8494 113.535 15.8494C112.787 15.8494 112.163 15.2292 112.163 14.5226C112.163 13.7777 112.787 13.1543 113.535 13.1543Z\" fill=\"#FF7E3C\"/></svg>\n <% } else if (brandName === \"Comptalib\") {%>\n <svg width=\"85\" height=\"9\" viewBox=\"0 0 128 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_3529_26954)\"><path d=\"M12.0097 13.5284H12.0074C10.0874 13.811 8.13603 13.811 6.21606 13.5284H6.21501C5.74787 13.4596 5.31538 13.2433 4.98147 12.9115C4.64755 12.5796 4.42994 12.1497 4.36079 11.6854V11.6833C4.07635 9.77498 4.07635 7.83541 4.36079 5.92709L4.39157 5.72083C4.452 5.31585 4.64187 4.94092 4.93314 4.65142C5.2244 4.36192 5.60162 4.1732 6.00907 4.11313L6.21869 4.08216C8.13865 3.79944 10.09 3.79944 12.01 4.08216C12.4771 4.15092 12.9096 4.36723 13.2435 4.69911C13.5774 5.03099 13.795 5.46084 13.8642 5.92513V5.92696C14.1487 7.83528 14.1487 9.77485 13.8642 11.6832V11.6849C13.7952 12.1493 13.5776 12.5793 13.2436 12.9113C12.9096 13.2433 12.477 13.4597 12.0097 13.5284Z\" fill=\"#1656FF\"/><path d=\"M3.96328 5.53901V5.5377C4.0322 5.07346 4.24962 4.64359 4.58338 4.31168C4.91715 3.97978 5.34953 3.76346 5.81657 3.69473L5.82091 3.69408C7.41571 3.45944 9.03341 3.41967 10.6379 3.57566C10.6532 3.57718 10.6686 3.57537 10.6831 3.57036C10.6976 3.56534 10.7108 3.55724 10.7218 3.54662C10.7328 3.536 10.7413 3.52311 10.7468 3.50887C10.7522 3.49463 10.7545 3.47937 10.7534 3.46417C10.7183 2.99362 10.6657 2.52451 10.5956 2.05684V2.05501C10.5264 1.59072 10.3088 1.16086 9.97488 0.828972C9.64097 0.497087 9.20849 0.280786 8.74137 0.21204C6.8214 -0.07068 4.87 -0.07068 2.95004 0.21204H2.94649C2.47922 0.280929 2.04666 0.497428 1.71274 0.82953C1.37883 1.16163 1.16128 1.59171 1.09227 2.05619L1.09096 2.06521C0.807694 3.97138 0.808226 5.90861 1.09254 7.81462C1.16172 8.27891 1.37935 8.70876 1.71325 9.04064C2.04716 9.37252 2.47963 9.58883 2.94675 9.65759H2.94793C3.18859 9.69315 3.42968 9.72412 3.67121 9.75053C3.68651 9.75226 3.70201 9.75064 3.71661 9.74577C3.73121 9.7409 3.74456 9.7329 3.75571 9.72234C3.76686 9.71178 3.77554 9.69892 3.78114 9.68466C3.78674 9.6704 3.78912 9.65509 3.78812 9.63982C3.70224 8.27055 3.76095 6.89611 3.96328 5.53901Z\" fill=\"#29426F\"/></g><path d=\"M93.8105 9.07931V11.3903H96.1666V9.07931H93.8105Z\" fill=\"#29426F\"/><path d=\"M103.179 6.36314H105.265C105.235 5.86293 105.115 5.43274 104.905 5.07258C104.695 4.70243 104.42 4.39729 104.08 4.15719C103.75 3.90708 103.369 3.722 102.939 3.60195C102.519 3.4819 102.079 3.42188 101.619 3.42188C100.988 3.42188 100.428 3.52692 99.938 3.73701C99.4478 3.9471 99.0326 4.24223 98.6925 4.62239C98.3523 4.99255 98.0922 5.43774 97.9121 5.95797C97.742 6.46819 97.657 7.02342 97.657 7.62368C97.657 8.20393 97.752 8.73916 97.9421 9.22937C98.1322 9.70958 98.3973 10.1248 98.7375 10.4749C99.0776 10.8251 99.4878 11.1002 99.968 11.3003C100.458 11.4903 100.993 11.5854 101.574 11.5854C102.604 11.5854 103.449 11.3153 104.11 10.775C104.77 10.2348 105.17 9.44947 105.31 8.41903H103.254C103.184 8.89923 103.009 9.2844 102.729 9.57452C102.459 9.85464 102.069 9.9947 101.559 9.9947C101.229 9.9947 100.948 9.91967 100.718 9.76961C100.488 9.61954 100.303 9.42946 100.163 9.19936C100.033 8.95926 99.938 8.69414 99.878 8.40402C99.8179 8.11389 99.7879 7.82877 99.7879 7.54865C99.7879 7.25853 99.8179 6.9684 99.878 6.67828C99.938 6.37815 100.038 6.10803 100.178 5.86793C100.328 5.61782 100.518 5.41773 100.748 5.26767C100.978 5.1076 101.264 5.02757 101.604 5.02757C102.514 5.02757 103.039 5.47276 103.179 6.36314Z\" fill=\"#29426F\"/><path d=\"M108.405 7.51864C108.405 7.2085 108.435 6.90337 108.495 6.60324C108.555 6.30311 108.655 6.038 108.795 5.8079C108.945 5.5778 109.14 5.39272 109.38 5.25266C109.62 5.1026 109.921 5.02757 110.281 5.02757C110.641 5.02757 110.941 5.1026 111.181 5.25266C111.431 5.39272 111.626 5.5778 111.766 5.8079C111.916 6.038 112.021 6.30311 112.081 6.60324C112.142 6.90337 112.172 7.2085 112.172 7.51864C112.172 7.82877 112.142 8.1339 112.081 8.43403C112.021 8.72416 111.916 8.98927 111.766 9.22937C111.626 9.45947 111.431 9.64455 111.181 9.78461C110.941 9.92467 110.641 9.9947 110.281 9.9947C109.921 9.9947 109.62 9.92467 109.38 9.78461C109.14 9.64455 108.945 9.45947 108.795 9.22937C108.655 8.98927 108.555 8.72416 108.495 8.43403C108.435 8.1339 108.405 7.82877 108.405 7.51864ZM106.274 7.51864C106.274 8.1389 106.369 8.69915 106.559 9.19936C106.749 9.69958 107.019 10.1298 107.369 10.4899C107.72 10.8401 108.14 11.1102 108.63 11.3003C109.12 11.4903 109.67 11.5854 110.281 11.5854C110.891 11.5854 111.441 11.4903 111.931 11.3003C112.432 11.1102 112.857 10.8401 113.207 10.4899C113.557 10.1298 113.827 9.69958 114.017 9.19936C114.207 8.69915 114.302 8.1389 114.302 7.51864C114.302 6.89837 114.207 6.33813 114.017 5.83791C113.827 5.3277 113.557 4.89751 113.207 4.54736C112.857 4.1872 112.432 3.91209 111.931 3.722C111.441 3.52192 110.891 3.42188 110.281 3.42188C109.67 3.42188 109.12 3.52192 108.63 3.722C108.14 3.91209 107.72 4.1872 107.369 4.54736C107.019 4.89751 106.749 5.3277 106.559 5.83791C106.369 6.33813 106.274 6.89837 106.274 7.51864Z\" fill=\"#29426F\"/><path d=\"M115.748 3.63197V11.3903H117.879V6.88837C117.879 6.5082 117.934 6.20307 118.044 5.97297C118.154 5.73287 118.284 5.55279 118.434 5.43274C118.594 5.30268 118.754 5.21765 118.914 5.17763C119.084 5.12761 119.219 5.1026 119.32 5.1026C119.66 5.1026 119.915 5.16262 120.085 5.28268C120.265 5.39272 120.39 5.54279 120.46 5.73287C120.54 5.92295 120.585 6.13304 120.595 6.36314C120.605 6.58324 120.61 6.80833 120.61 7.03843V11.3903H122.741V7.06844C122.741 6.82834 122.756 6.59324 122.786 6.36314C122.826 6.12304 122.896 5.91295 122.996 5.73287C123.106 5.54279 123.251 5.39272 123.431 5.28268C123.621 5.16262 123.866 5.1026 124.167 5.1026C124.467 5.1026 124.702 5.15262 124.872 5.25266C125.052 5.35271 125.187 5.48776 125.277 5.65784C125.367 5.82791 125.422 6.028 125.442 6.2581C125.462 6.48819 125.472 6.7333 125.472 6.99341V11.3903H127.603V6.19807C127.603 5.69785 127.533 5.27267 127.393 4.92252C127.253 4.56237 127.058 4.27224 126.808 4.05215C126.558 3.83205 126.258 3.67198 125.907 3.57194C125.557 3.4719 125.177 3.42188 124.767 3.42188C124.227 3.42188 123.756 3.55193 123.356 3.81204C122.966 4.07215 122.656 4.37228 122.426 4.71243C122.216 4.23222 121.906 3.89708 121.495 3.707C121.095 3.51692 120.65 3.42188 120.16 3.42188C119.65 3.42188 119.194 3.53192 118.794 3.75202C118.404 3.97211 118.069 4.28225 117.789 4.68242H117.759V3.63197H115.748Z\" fill=\"#29426F\"/><path d=\"M26.3029 4.33432H28.613C28.5421 3.7244 28.3698 3.18334 28.0963 2.71114C27.8227 2.23895 27.4732 1.84545 27.0476 1.53065C26.6322 1.20602 26.156 0.960082 25.619 0.792846C25.0922 0.62561 24.5299 0.541992 23.9321 0.541992C23.1013 0.541992 22.3515 0.684635 21.6828 0.96992C21.0242 1.25521 20.467 1.6487 20.0111 2.15041C19.5551 2.65212 19.2056 3.24236 18.9624 3.92115C18.7192 4.59009 18.5977 5.31806 18.5977 6.10506C18.5977 6.87238 18.7192 7.59051 18.9624 8.25945C19.2056 8.91856 19.5551 9.49405 20.0111 9.98592C20.467 10.4778 21.0242 10.8664 21.6828 11.1517C22.3515 11.4271 23.1013 11.5648 23.9321 11.5648C24.6008 11.5648 25.2138 11.4665 25.771 11.2697C26.3283 11.073 26.8146 10.7877 27.23 10.4138C27.6454 10.04 27.9798 9.5875 28.2331 9.05628C28.4864 8.52506 28.6434 7.9299 28.7042 7.27079H26.3941C26.3029 7.97909 26.0497 8.54966 25.6342 8.9825C25.229 9.41535 24.6616 9.63177 23.9321 9.63177C23.3951 9.63177 22.9392 9.5334 22.5643 9.33665C22.1894 9.13006 21.8854 8.85954 21.6524 8.52506C21.4194 8.19059 21.2471 7.81677 21.1357 7.4036C21.0344 6.98059 20.9837 6.54774 20.9837 6.10506C20.9837 5.6427 21.0344 5.19509 21.1357 4.76225C21.2471 4.3294 21.4194 3.94574 21.6524 3.61127C21.8854 3.26696 22.1894 2.99643 22.5643 2.79968C22.9392 2.5931 23.3951 2.4898 23.9321 2.4898C24.2259 2.4898 24.5045 2.53899 24.768 2.63736C25.0415 2.7259 25.2847 2.85379 25.4975 3.02102C25.7102 3.18826 25.8875 3.38501 26.0294 3.61127C26.1712 3.82769 26.2624 4.06871 26.3029 4.33432Z\" fill=\"#29426F\"/><path d=\"M32.0205 7.52165C32.0205 7.21669 32.0509 6.91664 32.1117 6.62152C32.1725 6.3264 32.2738 6.06571 32.4157 5.83945C32.5676 5.61318 32.7652 5.43119 33.0084 5.29347C33.2516 5.14591 33.5555 5.07213 33.9203 5.07213C34.285 5.07213 34.589 5.14591 34.8321 5.29347C35.0854 5.43119 35.283 5.61318 35.4248 5.83945C35.5768 6.06571 35.6832 6.3264 35.744 6.62152C35.8048 6.91664 35.8352 7.21669 35.8352 7.52165C35.8352 7.82661 35.8048 8.12665 35.744 8.42177C35.6832 8.70706 35.5768 8.96775 35.4248 9.20385C35.283 9.43011 35.0854 9.6121 34.8321 9.74982C34.589 9.88755 34.285 9.95641 33.9203 9.95641C33.5555 9.95641 33.2516 9.88755 33.0084 9.74982C32.7652 9.6121 32.5676 9.43011 32.4157 9.20385C32.2738 8.96775 32.1725 8.70706 32.1117 8.42177C32.0509 8.12665 32.0205 7.82661 32.0205 7.52165ZM29.8624 7.52165C29.8624 8.13157 29.9587 8.68246 30.1512 9.17433C30.3437 9.6662 30.6173 10.0892 30.9719 10.4434C31.3265 10.7877 31.752 11.0533 32.2485 11.2402C32.745 11.4271 33.3022 11.5206 33.9203 11.5206C34.5383 11.5206 35.0956 11.4271 35.592 11.2402C36.0986 11.0533 36.5292 10.7877 36.8838 10.4434C37.2384 10.0892 37.512 9.6662 37.7045 9.17433C37.897 8.68246 37.9933 8.13157 37.9933 7.52165C37.9933 6.91173 37.897 6.36083 37.7045 5.86896C37.512 5.36725 37.2384 4.94424 36.8838 4.59993C36.5292 4.24578 36.0986 3.97525 35.592 3.78834C35.0956 3.59159 34.5383 3.49322 33.9203 3.49322C33.3022 3.49322 32.745 3.59159 32.2485 3.78834C31.752 3.97525 31.3265 4.24578 30.9719 4.59993C30.6173 4.94424 30.3437 5.36725 30.1512 5.86896C29.9587 6.36083 29.8624 6.91173 29.8624 7.52165Z\" fill=\"#29426F\"/><path d=\"M39.4572 3.69981V11.3287H41.6153V6.90189C41.6153 6.52807 41.6711 6.22802 41.7825 6.00176C41.894 5.76567 42.0257 5.58859 42.1777 5.47054C42.3398 5.34266 42.5019 5.25904 42.664 5.21969C42.8362 5.1705 42.973 5.14591 43.0743 5.14591C43.4188 5.14591 43.6772 5.20493 43.8494 5.32298C44.0318 5.43119 44.1584 5.57875 44.2294 5.76567C44.3104 5.95258 44.356 6.15916 44.3661 6.38542C44.3763 6.60185 44.3813 6.82319 44.3813 7.04945V11.3287H46.5394V7.07896C46.5394 6.84286 46.5546 6.61168 46.585 6.38542C46.6255 6.14932 46.6965 5.94274 46.7978 5.76567C46.9092 5.57875 47.0561 5.43119 47.2385 5.32298C47.431 5.20493 47.6793 5.14591 47.9832 5.14591C48.2872 5.14591 48.5253 5.19509 48.6975 5.29347C48.8799 5.39184 49.0167 5.52465 49.1079 5.69188C49.199 5.85912 49.2548 6.05587 49.275 6.28213C49.2953 6.50839 49.3054 6.74941 49.3054 7.00518V11.3287H51.4635V6.22311C51.4635 5.73123 51.3926 5.31314 51.2507 4.96883C51.1089 4.61469 50.9113 4.3294 50.658 4.11298C50.4047 3.89655 50.1008 3.73916 49.7462 3.64078C49.3915 3.54241 49.0065 3.49322 48.5911 3.49322C48.044 3.49322 47.5678 3.62111 47.1625 3.87688C46.7674 4.13265 46.4533 4.42778 46.2203 4.76225C46.0075 4.29005 45.6934 3.9605 45.278 3.77359C44.8727 3.58668 44.4219 3.49322 43.9254 3.49322C43.4087 3.49322 42.9477 3.60143 42.5424 3.81785C42.1473 4.03428 41.8078 4.33924 41.5241 4.73273H41.4938V3.69981H39.4572Z\" fill=\"#29426F\"/><path d=\"M57.1361 9.95641C56.7916 9.95641 56.4978 9.88755 56.2546 9.74982C56.0115 9.6121 55.8139 9.43503 55.6619 9.2186C55.5201 8.99234 55.4137 8.73165 55.3428 8.43653C55.282 8.1414 55.2516 7.84136 55.2516 7.5364C55.2516 7.2216 55.282 6.91664 55.3428 6.62152C55.4035 6.3264 55.5049 6.06571 55.6467 5.83945C55.7987 5.61318 55.9912 5.43119 56.2242 5.29347C56.4674 5.14591 56.7663 5.07213 57.1209 5.07213C57.4654 5.07213 57.7541 5.14591 57.9872 5.29347C58.2303 5.43119 58.4279 5.6181 58.5799 5.8542C58.7319 6.08046 58.8383 6.34115 58.899 6.63628C58.97 6.9314 59.0054 7.23144 59.0054 7.5364C59.0054 7.84136 58.975 8.1414 58.9142 8.43653C58.8535 8.73165 58.7471 8.99234 58.5951 9.2186C58.4532 9.43503 58.2607 9.6121 58.0176 9.74982C57.7845 9.88755 57.4907 9.95641 57.1361 9.95641ZM53.1695 3.69981V13.9996H55.3276V10.3843H55.358C55.6214 10.7582 55.9557 11.0434 56.361 11.2402C56.7764 11.4271 57.2273 11.5206 57.7136 11.5206C58.2911 11.5206 58.7927 11.4123 59.2182 11.1959C59.6539 10.9795 60.0135 10.6893 60.2972 10.3253C60.5911 9.96133 60.8089 9.54324 60.9507 9.07104C61.0926 8.59884 61.1635 8.10697 61.1635 7.59543C61.1635 7.05437 61.0926 6.5379 60.9507 6.04603C60.8089 5.54432 60.5911 5.10656 60.2972 4.73273C60.0034 4.35891 59.6336 4.05887 59.1878 3.83261C58.742 3.60635 58.2101 3.49322 57.592 3.49322C57.1057 3.49322 56.6599 3.58668 56.2546 3.77359C55.8494 3.9605 55.515 4.26054 55.2516 4.67371H55.2212V3.69981H53.1695Z\" fill=\"#29426F\"/><path d=\"M65.1959 3.69981V1.4126H63.0378V3.69981H61.7308V5.10164H63.0378V9.60226C63.0378 9.98592 63.1037 10.2958 63.2354 10.5319C63.3671 10.768 63.5444 10.95 63.7673 11.0779C64.0004 11.2058 64.2638 11.2894 64.5576 11.3287C64.8616 11.3779 65.1807 11.4025 65.5151 11.4025C65.7278 11.4025 65.9457 11.3976 66.1686 11.3878C66.3915 11.3779 66.5941 11.3582 66.7765 11.3287V9.70555C66.6752 9.72523 66.5688 9.73998 66.4573 9.74982C66.3459 9.75966 66.2294 9.76458 66.1078 9.76458C65.743 9.76458 65.4999 9.70555 65.3783 9.5875C65.2567 9.46946 65.1959 9.23336 65.1959 8.87921V5.10164H66.7765V3.69981L65.1959 3.69981Z\" fill=\"#29426F\"/><path d=\"M67.7121 6.04603C67.7425 5.55416 67.8692 5.14591 68.0921 4.82127C68.315 4.49664 68.5987 4.23595 68.9431 4.0392C69.2876 3.84245 69.6726 3.70472 70.0982 3.62602C70.5338 3.53749 70.9695 3.49322 71.4052 3.49322C71.8003 3.49322 72.2005 3.52273 72.6058 3.58176C73.0111 3.63094 73.3809 3.73424 73.7152 3.89164C74.0496 4.04903 74.3232 4.27038 74.5359 4.55566C74.7487 4.83111 74.8551 5.20001 74.8551 5.66237V9.63177C74.8551 9.97608 74.8753 10.3056 74.9159 10.6204C74.9564 10.9352 75.0273 11.1713 75.1286 11.3287H72.9402C72.8996 11.2107 72.8642 11.0926 72.8338 10.9746C72.8135 10.8467 72.7983 10.7188 72.7882 10.5909C72.4437 10.9352 72.0384 11.1762 71.5724 11.314C71.1063 11.4517 70.6301 11.5206 70.1438 11.5206C69.7689 11.5206 69.4193 11.4763 69.0951 11.3878C68.7709 11.2992 68.4872 11.1615 68.244 10.9746C68.0009 10.7877 67.8084 10.5516 67.6665 10.2663C67.5348 9.981 67.4689 9.64161 67.4689 9.24811C67.4689 8.81527 67.5449 8.46112 67.6969 8.18567C67.859 7.90039 68.0617 7.67413 68.3048 7.50689C68.5581 7.33965 68.8418 7.21669 69.1559 7.13799C69.4801 7.04945 69.8043 6.98059 70.1286 6.9314C70.4528 6.88221 70.7719 6.84286 71.086 6.81335C71.4001 6.78384 71.6787 6.73957 71.9219 6.68055C72.1651 6.62152 72.3576 6.5379 72.4994 6.42969C72.6413 6.31164 72.7071 6.14441 72.697 5.92798C72.697 5.70172 72.6565 5.52465 72.5754 5.39676C72.5045 5.25904 72.4032 5.15574 72.2715 5.08688C72.1499 5.00818 72.003 4.959 71.8307 4.93932C71.6686 4.90981 71.4913 4.89505 71.2988 4.89505C70.8733 4.89505 70.5389 4.98359 70.2957 5.16066C70.0526 5.33774 69.9107 5.63286 69.8702 6.04603H67.7121ZM72.697 7.59543C72.6058 7.67413 72.4893 7.73807 72.3474 7.78726C72.2157 7.82661 72.0688 7.86104 71.9067 7.89055C71.7547 7.92006 71.5926 7.94465 71.4204 7.96433C71.2481 7.984 71.0759 8.0086 70.9037 8.03811C70.7415 8.06762 70.5794 8.10697 70.4173 8.15616C70.2653 8.20535 70.1286 8.27421 70.007 8.36275C69.8955 8.44144 69.8043 8.54474 69.7334 8.67262C69.6625 8.80051 69.627 8.96283 69.627 9.15958C69.627 9.34649 69.6625 9.50389 69.7334 9.63177C69.8043 9.75966 69.9006 9.86295 70.0222 9.94165C70.1438 10.0105 70.2856 10.0597 70.4477 10.0892C70.6098 10.1187 70.777 10.1335 70.9492 10.1335C71.3748 10.1335 71.7041 10.0646 71.9371 9.9269C72.1701 9.78917 72.3424 9.62685 72.4538 9.43994C72.5653 9.24319 72.6311 9.04645 72.6514 8.8497C72.6818 8.65295 72.697 8.49555 72.697 8.3775V7.59543Z\" fill=\"#29426F\"/><path d=\"M76.591 0.792846V11.3287H78.749V0.792846L76.591 0.792846Z\" fill=\"#29426F\"/><path d=\"M82.6672 2.51931V0.792846H80.5091V2.51931H82.6672ZM80.5091 3.69981V11.3287L82.6672 11.3287V3.69981H80.5091Z\" fill=\"#29426F\"/><path d=\"M90.1265 7.52165C90.1265 7.83644 90.091 8.1414 90.0201 8.43653C89.9492 8.73165 89.8378 8.99234 89.6858 9.2186C89.5338 9.44486 89.3413 9.62685 89.1083 9.76458C88.8854 9.89246 88.6118 9.95641 88.2876 9.95641C87.9735 9.95641 87.6999 9.89246 87.4669 9.76458C87.2339 9.62685 87.0414 9.44486 86.8894 9.2186C86.7374 8.99234 86.6259 8.73165 86.555 8.43653C86.4841 8.1414 86.4486 7.83644 86.4486 7.52165C86.4486 7.19701 86.4841 6.88713 86.555 6.59201C86.6259 6.29689 86.7374 6.03619 86.8894 5.80993C87.0414 5.58367 87.2339 5.4066 87.4669 5.27871C87.6999 5.14099 87.9735 5.07213 88.2876 5.07213C88.6118 5.07213 88.8854 5.14099 89.1083 5.27871C89.3413 5.4066 89.5338 5.58367 89.6858 5.80993C89.8378 6.03619 89.9492 6.29689 90.0201 6.59201C90.091 6.88713 90.1265 7.19701 90.1265 7.52165ZM84.3665 0.792846V11.3287H86.4182V10.3548H86.4486C86.6817 10.7778 87.0262 11.0779 87.4821 11.2549C87.938 11.432 88.4548 11.5206 89.0323 11.5206C89.4274 11.5206 89.8175 11.4419 90.2025 11.2845C90.5875 11.1271 90.932 10.886 91.2359 10.5614C91.55 10.2368 91.8033 9.8236 91.9958 9.32189C92.1883 8.81035 92.2846 8.20535 92.2846 7.50689C92.2846 6.80843 92.1883 6.20835 91.9958 5.70664C91.8033 5.19509 91.55 4.777 91.2359 4.45237C90.932 4.12773 90.5875 3.88672 90.2025 3.72932C89.8175 3.57192 89.4274 3.49322 89.0323 3.49322C88.5459 3.49322 88.0748 3.58668 87.6189 3.77359C87.1731 3.95066 86.8185 4.23594 86.555 4.62944H86.5246V0.792846H84.3665Z\" fill=\"#29426F\"/><defs><clipPath id=\"clip0_3529_26954\"><rect width=\"13.1985\" height=\"13.7409\" fill=\"white\" transform=\"translate(0.878906)\"/></clipPath></defs></svg>\n <% } else if (brandName === \"Pourcentage\") {%>\n <svg width=\"87\" height=\"12\" viewBox=\"0 0 131 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.8818 2.93555H24.9912C25.5746 2.93555 26.1073 2.98562 26.6147 3.08575C27.122 3.18589 27.5786 3.36113 27.9591 3.61147C28.3396 3.86182 28.644 4.2123 28.8723 4.63788C29.1006 5.06346 29.2021 5.58918 29.2021 6.24007C29.2021 6.86592 29.1006 7.41668 28.8977 7.84226C28.6947 8.26784 28.3903 8.61832 28.0352 8.86866C27.6801 9.119 27.2488 9.31927 26.7415 9.41941C26.2342 9.51955 25.7015 9.56962 25.118 9.56962H23.3424V13.8254H20.8818V2.93555ZM23.317 7.54184H24.9405C25.1688 7.54184 25.3717 7.51681 25.5746 7.49178C25.7776 7.44171 25.9551 7.39164 26.1327 7.2915C26.2849 7.19136 26.4117 7.0662 26.5132 6.89096C26.6147 6.71572 26.6654 6.51544 26.6654 6.24007C26.6654 5.96469 26.5893 5.73938 26.4625 5.56414C26.3356 5.3889 26.1581 5.26373 25.9551 5.16359C25.7522 5.06345 25.5239 5.01339 25.2702 4.98836C25.0166 4.96332 24.7883 4.93829 24.56 4.93829H23.317V7.54184Z\" fill=\"#386D5D\"/><path d=\"M30.1426 10.097C30.1426 9.49618 30.244 8.97047 30.4723 8.46978C30.7006 7.99413 30.9797 7.56855 31.3602 7.21807C31.7407 6.86759 32.1973 6.61725 32.7046 6.41697C33.2119 6.24173 33.77 6.1416 34.3534 6.1416C34.9369 6.1416 35.4949 6.24173 36.0023 6.41697C36.5096 6.59221 36.9662 6.86759 37.3467 7.21807C37.7272 7.56855 38.0316 7.9691 38.2345 8.46978C38.4628 8.94543 38.5643 9.49618 38.5643 10.097C38.5643 10.6978 38.4628 11.2235 38.2345 11.7242C38.0062 12.2249 37.7272 12.6255 37.3467 12.9759C36.9662 13.3264 36.5096 13.5768 36.0023 13.777C35.4949 13.9523 34.9369 14.0524 34.3534 14.0524C33.77 14.0524 33.2119 13.9523 32.7046 13.777C32.1973 13.6018 31.7407 13.3264 31.3602 12.9759C30.9797 12.6255 30.6753 12.2249 30.4723 11.7242C30.2694 11.2235 30.1426 10.6978 30.1426 10.097ZM32.4763 10.097C32.4763 10.6728 32.6285 11.1234 32.9583 11.4739C33.288 11.8244 33.7446 11.9996 34.3534 11.9996C34.9369 11.9996 35.4188 11.8244 35.7486 11.4739C36.0784 11.1234 36.2305 10.6728 36.2305 10.097C36.2305 9.52122 36.0784 9.0706 35.7486 8.72012C35.4188 8.36964 34.9622 8.1944 34.3534 8.1944C33.77 8.1944 33.288 8.36964 32.9583 8.72012C32.6539 9.0706 32.4763 9.52122 32.4763 10.097Z\" fill=\"#386D5D\"/><path d=\"M47.2626 13.8498H45.005V12.8234H44.9796C44.9035 12.9736 44.802 13.0987 44.6498 13.2489C44.523 13.3991 44.3708 13.5243 44.1679 13.6244C43.9903 13.7496 43.762 13.8247 43.5337 13.8998C43.3054 13.9749 43.0264 14 42.7473 14C42.1639 14 41.6819 13.8998 41.3014 13.7246C40.9209 13.5493 40.6419 13.299 40.439 12.9736C40.236 12.6481 40.1092 12.2726 40.0331 11.847C39.957 11.4214 39.9316 10.9458 39.9316 10.4451V6.31445H42.2654V9.99449C42.2654 10.2198 42.2654 10.4451 42.2907 10.6704C42.3161 10.8957 42.3415 11.121 42.4429 11.3213C42.519 11.5216 42.6459 11.6718 42.7981 11.7969C42.9503 11.9221 43.1786 11.9722 43.483 11.9722C43.7874 11.9722 44.041 11.9221 44.2186 11.822C44.3962 11.7218 44.5484 11.5716 44.6498 11.3964C44.7513 11.2212 44.802 11.0209 44.8527 10.7956C44.8781 10.5703 44.9035 10.345 44.9035 10.0946V6.36452H47.2372V13.8498H47.2626Z\" fill=\"#386D5D\"/><path d=\"M48.9131 6.34187H51.2468V7.54351H51.2722C51.5258 7.0929 51.8302 6.74242 52.16 6.49208C52.4898 6.24174 52.9464 6.1416 53.4537 6.1416C53.5805 6.1416 53.7327 6.1416 53.8596 6.16663C53.9864 6.16663 54.1132 6.19167 54.2401 6.2167V8.31957C54.0625 8.26951 53.9103 8.21944 53.7581 8.1944C53.6059 8.16937 53.4283 8.14434 53.2508 8.14434C52.7942 8.14434 52.439 8.1944 52.1854 8.31957C51.9317 8.44474 51.7288 8.61999 51.5766 8.84529C51.4244 9.0706 51.3483 9.32095 51.2975 9.64639C51.2468 9.9468 51.2468 10.2973 51.2468 10.6728V13.8021H48.9131V6.34187Z\" fill=\"#386D5D\"/><path d=\"M60.1238 8.7702C59.997 8.59496 59.8448 8.46978 59.6418 8.36965C59.4389 8.26951 59.2106 8.21944 58.9823 8.21944C58.3989 8.21944 57.9169 8.39468 57.5872 8.74516C57.2574 9.09564 57.1052 9.54625 57.1052 10.122C57.1052 10.6978 57.2574 11.1484 57.5872 11.4989C57.9169 11.8494 58.3735 12.0246 58.9823 12.0246C59.236 12.0246 59.4643 11.9746 59.6418 11.8494C59.8194 11.7242 59.997 11.5991 60.1238 11.4489L61.6712 13.051C61.316 13.4266 60.8848 13.6769 60.3775 13.8271C59.8701 13.9773 59.4135 14.0524 58.9569 14.0524C58.3735 14.0524 57.8155 13.9523 57.3081 13.777C56.8008 13.6018 56.3442 13.3264 55.9637 12.9759C55.5832 12.6255 55.2788 12.2249 55.0759 11.7242C54.8729 11.2235 54.7461 10.6978 54.7461 10.097C54.7461 9.49618 54.8476 8.97047 55.0759 8.46978C55.3042 7.99413 55.5832 7.56855 55.9637 7.21807C56.3442 6.86759 56.8008 6.61725 57.3081 6.41697C57.8155 6.24173 58.3735 6.1416 58.9569 6.1416C59.4135 6.1416 59.8701 6.2167 60.3775 6.36691C60.8594 6.51711 61.2907 6.76746 61.6712 7.14297L60.1238 8.7702Z\" fill=\"#386D5D\"/><path d=\"M69.7137 12.551C69.3332 13.0266 68.8766 13.3771 68.2931 13.6525C67.7097 13.9028 67.1263 14.028 66.5175 14.028C65.9341 14.028 65.376 13.9279 64.8687 13.7526C64.3613 13.5774 63.9047 13.302 63.5242 12.9515C63.1437 12.601 62.8393 12.2005 62.6364 11.6998C62.4335 11.1991 62.3066 10.6734 62.3066 10.0726C62.3066 9.47177 62.4081 8.94605 62.6364 8.44537C62.8647 7.96972 63.1437 7.54414 63.5242 7.19366C63.9047 6.84318 64.3613 6.59284 64.8687 6.39257C65.376 6.21733 65.9341 6.11719 66.5175 6.11719C67.0502 6.11719 67.5575 6.21733 67.9888 6.39257C68.42 6.56781 68.8005 6.84318 69.1049 7.19366C69.4093 7.54414 69.6376 7.94468 69.8151 8.44537C69.9927 8.92102 70.0688 9.47177 70.0688 10.0726V10.7986H64.6404C64.7418 11.2492 64.9448 11.5997 65.2492 11.85C65.5536 12.1004 65.9594 12.2506 66.416 12.2506C66.7965 12.2506 67.1263 12.1755 67.38 12.0002C67.6336 11.825 67.8873 11.6247 68.0649 11.3493L69.7137 12.551ZM67.7351 9.24647C67.7351 8.84592 67.6083 8.52047 67.3546 8.2451C67.0756 7.96972 66.7458 7.81951 66.3146 7.81951C66.0609 7.81951 65.8326 7.86958 65.6297 7.94468C65.4267 8.01979 65.2745 8.11993 65.1223 8.27013C64.9701 8.3953 64.8687 8.54551 64.7926 8.72075C64.7165 8.89598 64.6657 9.07123 64.6657 9.24647H67.7351Z\" fill=\"#386D5D\"/><path d=\"M71.4883 6.33868H73.7459V7.36509H73.7713C73.8474 7.21488 73.9488 7.08971 74.0757 6.9395C74.2025 6.7893 74.3801 6.66413 74.5576 6.56399C74.7352 6.43882 74.9635 6.36371 75.1918 6.28861C75.4201 6.21351 75.6991 6.18848 75.9782 6.18848C76.5616 6.18848 77.0436 6.28861 77.4241 6.46385C77.7792 6.63909 78.0836 6.88944 78.2865 7.21488C78.4894 7.54033 78.6163 7.91584 78.6924 8.34142C78.7685 8.767 78.7938 9.24266 78.7938 9.74334V13.874H76.4601V10.194C76.4601 9.96864 76.4601 9.74334 76.4348 9.51803C76.4094 9.29273 76.384 9.06742 76.2826 8.86714C76.2065 8.66687 76.0796 8.51666 75.9274 8.39149C75.7752 8.26632 75.5469 8.21625 75.2425 8.21625C74.9381 8.21625 74.6845 8.26632 74.5069 8.36646C74.3293 8.46659 74.1771 8.61679 74.0757 8.79203C73.9742 8.96727 73.9235 9.16755 73.8727 9.39286C73.8474 9.61817 73.822 9.84347 73.822 10.0938V13.8239H71.4883V6.33868Z\" fill=\"#386D5D\"/><path d=\"M85.6428 8.19155H83.5881V10.695C83.5881 10.8952 83.5881 11.0955 83.6135 11.2457C83.6389 11.3959 83.6896 11.5712 83.7657 11.6963C83.8418 11.8215 83.9433 11.9217 84.0955 11.9717C84.2477 12.0468 84.4506 12.0719 84.7043 12.0719C84.8311 12.0719 84.9833 12.0468 85.1862 12.0218C85.3892 11.9968 85.5414 11.9467 85.6428 11.8465V13.7742C85.3892 13.8743 85.1101 13.9244 84.8311 13.9494C84.5521 13.9745 84.273 13.9995 83.994 13.9995C83.5881 13.9995 83.233 13.9494 82.9032 13.8743C82.5735 13.7992 82.2691 13.649 82.0408 13.4738C81.7871 13.2985 81.5842 13.0482 81.4573 12.7728C81.3051 12.4974 81.2544 12.147 81.2544 11.7214V8.16651H79.7324V6.31398H81.229V4.08594H83.5628V6.31398H85.6175V8.19155H85.6428Z\" fill=\"#386D5D\"/><path d=\"M91.5801 12.9001H91.5547C91.3011 13.3007 90.9459 13.6011 90.5147 13.7513C90.0835 13.9265 89.6269 14.0016 89.1449 14.0016C88.7898 14.0016 88.46 13.9516 88.1302 13.8514C87.8005 13.7513 87.5215 13.6011 87.2678 13.4008C87.0141 13.2005 86.8112 12.9752 86.6844 12.6748C86.5322 12.3994 86.4561 12.049 86.4561 11.6734C86.4561 11.2479 86.5322 10.8724 86.7097 10.5719C86.8619 10.2715 87.0902 10.0212 87.3693 9.82092C87.6483 9.62064 87.9527 9.47044 88.3078 9.37031C88.6629 9.27017 89.0181 9.19507 89.3986 9.11996C89.7791 9.06989 90.1596 9.04486 90.5401 9.01983C90.9206 9.01983 91.2757 8.99479 91.6055 8.99479C91.6055 8.59424 91.4533 8.2688 91.1489 8.01846C90.8445 7.76812 90.4893 7.66797 90.0835 7.66797C89.703 7.66797 89.3478 7.74308 89.0181 7.91832C88.6883 8.06852 88.4093 8.29383 88.1556 8.56921L86.9126 7.29246C87.3439 6.89191 87.8512 6.59151 88.4346 6.39123C89.0181 6.19096 89.6269 6.09082 90.2357 6.09082C90.9206 6.09082 91.4786 6.16592 91.9352 6.34116C92.3665 6.5164 92.7216 6.76674 93.0006 7.09219C93.2543 7.41763 93.4572 7.81818 93.5587 8.29383C93.6602 8.76948 93.7109 9.32023 93.7109 9.94609V13.7513H91.5547V12.9001H91.5801ZM90.9967 10.5719C90.8191 10.5719 90.5908 10.5719 90.3371 10.597C90.0835 10.622 89.8044 10.647 89.5761 10.7222C89.3225 10.7973 89.1195 10.8974 88.942 11.0476C88.7644 11.1978 88.6883 11.3981 88.6883 11.6484C88.6883 11.9238 88.8151 12.1241 89.0434 12.2743C89.2717 12.3994 89.5254 12.4745 89.8044 12.4745C90.0327 12.4745 90.261 12.4495 90.464 12.3744C90.6669 12.3243 90.8698 12.2242 91.022 12.1241C91.1996 11.9989 91.3264 11.8737 91.4279 11.6985C91.5294 11.5232 91.5801 11.323 91.5801 11.0726V10.5719H90.9967Z\" fill=\"#386D5D\"/><path d=\"M103.17 13.2019C103.17 14.6288 102.815 15.7053 102.079 16.4313C101.344 17.1573 100.253 17.5328 98.7815 17.5328C98.0966 17.5328 97.4371 17.4577 96.7775 17.3075C96.118 17.1573 95.5092 16.8569 94.9765 16.4313L96.2702 14.5287C96.6253 14.8291 97.0058 15.0544 97.4117 15.2296C97.8176 15.4049 98.2488 15.48 98.7308 15.48C99.441 15.48 99.9737 15.3047 100.329 14.9543C100.659 14.6038 100.836 14.1782 100.836 13.6275V12.9015H100.811C100.532 13.2519 100.202 13.5273 99.7962 13.6525C99.3903 13.8027 99.0098 13.8778 98.6547 13.8778C98.0966 13.8778 97.5893 13.7777 97.1327 13.6024C96.6761 13.4021 96.2702 13.1518 95.9404 12.8013C95.6107 12.4508 95.357 12.0503 95.1794 11.5746C95.0019 11.099 94.9258 10.5733 94.9258 10.0225C94.9258 9.52184 95.0019 9.04619 95.1794 8.57054C95.3316 8.09489 95.5599 7.66931 95.8643 7.31883C96.1687 6.96835 96.5239 6.66794 96.9551 6.44263C97.3863 6.21732 97.8683 6.11719 98.401 6.11719C98.7308 6.11719 99.0352 6.14222 99.3142 6.21732C99.5932 6.29243 99.8469 6.39256 100.05 6.4927C100.278 6.61787 100.456 6.74304 100.608 6.86821C100.76 6.99339 100.887 7.14359 100.988 7.26876H101.014V6.29242H103.17V13.2019ZM97.2595 10.0476C97.2595 10.2979 97.3102 10.5232 97.4117 10.7485C97.5132 10.9738 97.64 11.1741 97.8176 11.3243C97.9951 11.4995 98.1981 11.6247 98.401 11.7249C98.6293 11.825 98.883 11.8751 99.1366 11.8751C99.3903 11.8751 99.644 11.825 99.8723 11.7249C100.101 11.6247 100.303 11.4745 100.481 11.3243C100.659 11.1491 100.785 10.9488 100.887 10.7485C100.988 10.5232 101.039 10.2979 101.039 10.0476C101.039 9.79721 100.988 9.57191 100.887 9.3466C100.785 9.12129 100.659 8.92102 100.481 8.77082C100.303 8.59558 100.101 8.4704 99.8723 8.37027C99.644 8.27013 99.3903 8.22006 99.1366 8.22006C98.8576 8.22006 98.6293 8.27013 98.401 8.37027C98.1727 8.4704 97.9698 8.62061 97.8176 8.77082C97.64 8.94606 97.5132 9.14633 97.4117 9.3466C97.3102 9.57191 97.2595 9.79721 97.2595 10.0476Z\" fill=\"#386D5D\"/><path d=\"M112.226 12.551C111.846 13.0266 111.389 13.3771 110.806 13.6525C110.222 13.9028 109.639 14.028 109.03 14.028C108.447 14.028 107.889 13.9279 107.381 13.7526C106.874 13.5774 106.417 13.302 106.037 12.9515C105.656 12.601 105.352 12.2005 105.149 11.6998C104.946 11.1991 104.819 10.6734 104.819 10.0726C104.819 9.47177 104.921 8.94605 105.149 8.44537C105.377 7.96972 105.656 7.54414 106.037 7.19366C106.417 6.84318 106.874 6.59284 107.381 6.39257C107.889 6.21733 108.447 6.11719 109.03 6.11719C109.563 6.11719 110.07 6.21733 110.501 6.39257C110.933 6.56781 111.313 6.84318 111.618 7.19366C111.922 7.54414 112.15 7.94468 112.328 8.44537C112.505 8.92102 112.582 9.47177 112.582 10.0726V10.7986H107.153C107.255 11.2492 107.457 11.5997 107.762 11.85C108.066 12.1004 108.472 12.2506 108.929 12.2506C109.309 12.2506 109.639 12.1755 109.893 12.0002C110.146 11.825 110.4 11.6247 110.578 11.3493L112.226 12.551ZM110.248 9.24647C110.248 8.84592 110.121 8.52047 109.867 8.2451C109.588 7.96972 109.258 7.81951 108.827 7.81951C108.574 7.81951 108.345 7.86958 108.142 7.94468C107.939 8.01979 107.787 8.11993 107.635 8.27013C107.483 8.3953 107.381 8.54551 107.305 8.72075C107.229 8.89598 107.178 9.07123 107.178 9.24647H110.248Z\" fill=\"#386D5D\"/><path d=\"M10.6342 6.81641L13.526 9.26977C13.9319 9.62024 14.287 9.97072 14.566 10.3462C14.8704 10.7217 15.0734 11.1223 15.1748 11.5228C15.2763 11.9234 15.3017 12.349 15.2002 12.7746C15.0987 13.2001 14.8451 13.6508 14.4392 14.1014C14.0587 14.552 13.6528 14.8774 13.2216 15.0527C12.8157 15.2279 12.3845 15.303 11.9787 15.278C11.5728 15.2529 11.1416 15.1027 10.7357 14.8774C10.3045 14.6521 9.89859 14.3767 9.49273 14.0263L8.2244 12.9498L5.61165 15.9539L3.88672 14.5019L10.6342 6.81641ZM9.49273 11.5479L10.6342 12.5242C10.7864 12.6494 10.9386 12.7746 11.1162 12.8497C11.2938 12.9498 11.446 12.9999 11.6235 13.0249C11.8011 13.0499 11.9787 13.0249 12.1562 12.9748C12.3338 12.9248 12.486 12.7996 12.6635 12.6244C12.8411 12.4241 12.9172 12.2238 12.9426 12.0235C12.9426 11.8233 12.9172 11.623 12.8411 11.4477C12.765 11.2725 12.6382 11.0722 12.4606 10.922C12.3084 10.7468 12.1308 10.5966 11.9787 10.4714L11.0908 9.72038L9.49273 11.5479Z\" fill=\"#386D5D\"/><path d=\"M5.50948 9.6707L2.61769 7.21735C2.21183 6.86687 1.8567 6.51639 1.57766 6.14088C1.27326 5.76536 1.07033 5.36481 0.968866 4.96426C0.8674 4.56372 0.842034 4.13814 0.9435 3.71255C1.04497 3.28697 1.29863 2.83636 1.7045 2.38574C2.08499 1.93513 2.49086 1.60968 2.92209 1.43444C3.32796 1.2592 3.75919 1.1841 4.16505 1.20913C4.57092 1.23416 5.00215 1.38437 5.40801 1.60968C5.83924 1.83499 6.24511 2.11036 6.65098 2.46084L7.9193 3.53731L10.5321 0.533203L12.257 1.98519L5.50948 9.6707ZM6.65098 4.96426L5.50948 3.98793C5.35728 3.86276 5.20508 3.73758 5.02751 3.66248C4.84995 3.56235 4.69775 3.51228 4.52018 3.48725C4.34262 3.46221 4.16505 3.48724 3.98749 3.53731C3.80992 3.58738 3.65772 3.71256 3.48016 3.8878C3.30259 4.08807 3.22649 4.28834 3.20112 4.48862C3.20112 4.68889 3.22649 4.88916 3.30259 5.0644C3.37869 5.23964 3.50552 5.43992 3.68309 5.59012C3.83529 5.76536 4.01285 5.91556 4.16505 6.04073L5.05288 6.79176L6.65098 4.96426Z\" fill=\"#386D5D\"/><path d=\"M114.224 12.5773C114.224 13.3512 114.846 13.9734 115.62 13.9734C116.394 13.9734 117.016 13.3512 117.016 12.5773C117.016 11.8035 116.394 11.1813 115.62 11.1813C114.846 11.1813 114.224 11.8035 114.224 12.5773Z\" fill=\"#386D5D\"/><path d=\"M119.761 13.8823H122.037V8.32855H123.721V6.50765H122.037V5.33923C122.037 4.36808 122.401 4.14047 123.129 4.14047C123.402 4.14047 123.615 4.20116 123.873 4.29221L123.979 2.36508C123.554 2.25886 123.099 2.22852 122.644 2.22852C120.17 2.22852 119.761 3.5942 119.761 5.20266V6.50765H118.258V8.32855H119.761V13.8823Z\" fill=\"#386D5D\"/><path d=\"M124.891 13.8823H127.167V10.802C127.167 9.33005 127.38 8.32855 129.11 8.32855C129.444 8.32855 129.762 8.38925 130.081 8.4803V6.40143C129.868 6.34073 129.58 6.32556 129.322 6.32556C128.321 6.32556 127.683 6.79596 127.198 7.69124H127.167V6.50765H124.891V13.8823Z\" fill=\"#386D5D\"/></svg>\n <% } else if (brandName === \"Teamsystem Facture\") {%>\n <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Livello_1\" data-name=\"Livello 1\" viewBox=\"0 0 480.6653327 137.2331714\" width=\"48\" height=\"13.7\"> <defs> <style> .cls-1 { fill: url(#linear-gradient-8); } .cls-2 { fill: url(#linear-gradient-7); } .cls-3 { fill: url(#linear-gradient-5); } .cls-4 { fill: url(#linear-gradient-6); } .cls-5 { fill: url(#linear-gradient-9); } .cls-6 { fill: url(#linear-gradient-4); } .cls-7 { fill: url(#linear-gradient-3); } .cls-8 { fill: url(#linear-gradient-2); } .cls-9 { fill: url(#linear-gradient); } .cls-10 { fill: url(#linear-gradient-10); } .cls-11 { fill: url(#linear-gradient-11); } .cls-12 { fill: url(#linear-gradient-12); } .cls-13 { fill: url(#linear-gradient-13); } .cls-14 { fill: url(#linear-gradient-14); } .cls-15 { fill: #0091d3; } </style> <linearGradient id=\"linear-gradient\" x1=\"73.3795537\" y1=\"97.6328604\" x2=\"101.0033369\" y2=\"97.6328604\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\".109827\" stop-color=\"#e52e71\"/> <stop offset=\".861272\" stop-color=\"#eb684a\"/> </linearGradient> <linearGradient id=\"linear-gradient-2\" x1=\"15.2283189\" y1=\"48.1520967\" x2=\"46.8266729\" y2=\"48.1520967\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\"0\" stop-color=\"#139cd8\"/> <stop offset=\"1\" stop-color=\"#71beea\"/> </linearGradient> <linearGradient id=\"linear-gradient-3\" x1=\"15.2283189\" y1=\"71.4316058\" x2=\"46.8266729\" y2=\"71.4316058\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\"0\" stop-color=\"#139cd8\"/> <stop offset=\"1\" stop-color=\"#007ec1\"/> </linearGradient> <linearGradient id=\"linear-gradient-4\" x1=\"26.1327975\" y1=\"102.7911467\" x2=\"39.875606\" y2=\"87.4209218\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\"0\" stop-color=\"#1761aa\"/> <stop offset=\"1\" stop-color=\"#007ec1\"/> </linearGradient> <linearGradient id=\"linear-gradient-5\" x1=\"72.6094508\" y1=\"73.4043998\" x2=\"101.8761433\" y2=\"73.4043998\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\".0520231\" stop-color=\"#f7b033\"/> <stop offset=\".739884\" stop-color=\"#eb684a\"/> </linearGradient> <linearGradient id=\"linear-gradient-6\" x1=\"68.7036973\" y1=\"50.9103595\" x2=\"99.7055581\" y2=\"50.9103595\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\".16185\" stop-color=\"#f7b033\"/> <stop offset=\".849711\" stop-color=\"#ffd431\"/> </linearGradient> <linearGradient id=\"linear-gradient-7\" y1=\"36.242162\" x2=\"55.4988013\" y2=\"36.242162\" xlink:href=\"#linear-gradient-2\"/> <linearGradient id=\"linear-gradient-8\" x1=\"12.7400441\" y1=\"59.3075092\" x2=\"41.69546\" y2=\"59.3075092\" xlink:href=\"#linear-gradient-3\"/> <linearGradient id=\"linear-gradient-9\" x1=\"36.9179443\" y1=\"95.7238107\" x2=\"54.3220454\" y2=\"108.9508633\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\"0\" stop-color=\"#1761aa\"/> <stop offset=\"1\" stop-color=\"#164192\"/> </linearGradient> <linearGradient id=\"linear-gradient-10\" x1=\"18.9931315\" y1=\"94.5633941\" x2=\"38.2219752\" y2=\"73.0574806\" xlink:href=\"#linear-gradient-4\"/> <linearGradient id=\"linear-gradient-11\" x1=\"69.367499\" y1=\"44.893297\" x2=\"109.1610189\" y2=\"44.893297\" xlink:href=\"#linear-gradient-6\"/> <linearGradient id=\"linear-gradient-12\" x1=\"68.2985459\" y1=\"61.0324264\" x2=\"101.6264053\" y2=\"61.0324264\" xlink:href=\"#linear-gradient-5\"/> <linearGradient id=\"linear-gradient-13\" x1=\"71.9644417\" y1=\"124.700303\" x2=\"79.4617637\" y2=\"98.6378329\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\"0\" stop-color=\"#c1006b\"/> <stop offset=\".890173\" stop-color=\"#e52e71\"/> </linearGradient> <linearGradient id=\"linear-gradient-14\" x1=\"74.791507\" y1=\"91.0637984\" x2=\"102.8741225\" y2=\"84.9431597\" xlink:href=\"#linear-gradient\"/> </defs> <g id=\"Logo_TS\" data-name=\"Logo TS\"> <g id=\"Disegno_1\" data-name=\"Disegno 1\"> <g> <g> <path class=\"cls-9\" d=\"M73.3795537,94.8720607s.0489728-.1070219.2664491-1.1760611c.1812689-.890866.2684219-1.6284559.2684219-1.6284559l27.0889122,8.4142591s-.2577454.4335155-.7466609,1.1259099c-.5667845.8030806-1.2507788,1.5904645-1.2507788,1.5904645l-25.6263435-8.3261164Z\"/> <polygon class=\"cls-8\" points=\"15.2283189 44.4039697 46.8266729 48.7377084 46.8266729 51.9002237 15.2283189 48.3863178 15.2283189 44.4039697\"/> <polygon class=\"cls-7\" points=\"15.2283189 74.0377134 46.8266729 71.2821645 46.8266729 68.8254982 15.2283189 71.2821645 15.2283189 74.0377134\"/> <path class=\"cls-6\" d=\"M18.8733098,98.5043162l28.3646416-12.059376s.18858,1.2598379.4580464,2.3499984c.2453281.9925781.5041179,1.7216723.5041179,1.7216723l-27.1203616,11.3163584s-.3285354-.4026006-.8943916-1.2226694c-.9073891-1.3148239-1.3120528-2.1059837-1.3120528-2.1059837Z\"/> <path class=\"cls-3\" d=\"M72.6094508,74.520315s.2623874,1.3021983.4074489,2.1385504c.1451776.8363521,28.8592435-4.1353883,28.8592435-4.1353883,0,0-.3323651-1.6564208-.4836933-2.3955446-.1514443-.7391238-28.7829992,4.3923825-28.7829992,4.3923825Z\"/> <path class=\"cls-4\" d=\"M68.7036973,49.0653819s.209817-1.1468028.6638017-2.4078162c.4720883-1.311638.8916064-2.1068096.8916064-2.1068096l29.4464527,10.2810659s-.1158172.3391191-.1941504.6690345c-.2244392.9456159-.2499701,1.7691065-.2499701,1.7691065l-30.5577404-8.2045811Z\"/> </g> <g> <path class=\"cls-2\" d=\"M55.4988013,50.2299974v-15.9442599h-8.6721284v-12.0314111h-6.0479067c-16.8818004,0-25.5504473,6.6214354-25.5504473,20.9844376v2.93561l32.6134368,4.0556233h7.6570456Z\"/> <polygon class=\"cls-1\" points=\"46.8266729 50.3708841 46.8266729 50.2299974 47.8417557 50.2299974 15.2283189 46.1743741 15.2283189 72.4406443 46.8266729 70.1748907 46.8266729 50.3708841\"/> <path class=\"cls-5\" d=\"M66.0016065,98.4982984c-1.1448259.1866656-3.5280132.4173501-4.9534462.4173501-8.2834794,0-11.9014308-4.2166872-13.3521625-10.12071l-27.5106352,11.8153613c4.8761574,7.079022,12.9741901,11.5318152,22.5625273,13.1789145,0,0,17.6594465-4.1489549,23.2537166-15.2909159Z\"/> <path class=\"cls-10\" d=\"M46.8266729,80.1273431v-9.9524524l-31.598354,2.2657536v11.2774199c0,6.6947107,1.8161708,12.3351315,4.9570437,16.8922357l27.5106352-11.8153613c-.648019-2.622686-.8693249-5.5985325-.8693249-8.6675954Z\"/> <path class=\"cls-11\" d=\"M109.1610189,50.2299974v-15.9442599h-20.2747324c-9.8403962,0-16.9376201,4.9889677-19.5187876,12.3718281l30.1439087,8.8432907c.9809643-4.0519655,4.5305627-5.3385884,9.6496112-5.270859Z\"/> <path class=\"cls-12\" d=\"M99.4340029,60.5337184c-.2879182-2.0204369-.2483454-3.6822856.0774048-5.032862l-30.1439087-8.8432907c-1.1861394,3.3894207-1.4219515,7.2693443-.5219895,11.405445,1.4346008,6.7404929,2.9177102,12.0240954,3.9383634,17.3442765l28.8425325-4.1251227c-1.036784-5.1500316-2.0268002-9.5643612-2.1924024-10.748446Z\"/> <path class=\"cls-13\" d=\"M73.6460027,93.6959996c-1.722519,8.6566218-8.2492449,15.5818957-20.163093,19.9925646l.2717873,1.1492762c1.0080038.0494401,3.8986746.1410046,10.0437144.1410046,13.744525,0,29.3232084-3.3601579,36.4582645-13.3711323l-26.6106733-7.911713Z\"/> <path class=\"cls-14\" d=\"M104.1985209,88.5661453c0-3.8304879-1.3157664-11.090751-2.5721156-17.2839808l-28.8425325,4.1251227c.808167,4.1783386,1.3373516,8.416855,1.3373516,13.3876514,0,1.6946514-.1566665,3.3161455-.4752217,4.9010611l26.6106733,7.911713c2.4839181-3.4954955,3.9418449-7.7854579,3.9418449-13.0415674Z\"/> </g> </g> </g> </g> <g> <path class=\"cls-15\" d=\"M151.463381,41.6196688h42.75l-1.8994141,11.4003906h-29.9257812l-2.9453125,17.8598633h26.4101562l-1.8994141,11.1152344h-26.4101562l-4.6552734,28.0253906h-12.8251953l11.4003906-68.4008789Z\"/> <path class=\"cls-15\" d=\"M223.6635763,103.5605867c-3.0400391,3.5151367-8.6455078,7.6948242-16.4355469,7.6948242-11.2099609,0-16.4345703-7.6000977-16.4345703-20.2353516,0-20.0449219,11.6845703-32.300293,25.6503906-32.300293,6.2695312,0,10.9248047,2.2802734,14.0595703,7.5053711l1.9003906-6.3652344h10.1650391l-8.3603516,50.1606445h-10.9248047l.3798828-6.4599609ZM227.6538107,75.1553133c-1.4248047-2.2802734-4.5605469-5.7001953-9.7851562-5.7001953-8.265625,0-13.8701172,7.2202148-13.8701172,19.6650391,0,6.3652344,1.4248047,11.4951172,8.0751953,11.4951172,5.0351562,0,9.9746094-3.2299805,12.2548828-5.6049805l3.3251953-19.8549805Z\"/> <path class=\"cls-15\" d=\"M288.8325216,104.1304109c-5.8896484,4.465332-13.2998047,7.125-20.8056641,7.125-12.7294922,0-19.9501953-8.5498047-19.9501953-21.2802734,0-19.2851562,11.4003906-31.2553711,28.3105469-31.2553711,12.9208984,0,19.0957031,7.0302734,17.2900391,20.0454102h-10.2597656c.4746094-6.6499023-2.6601562-9.7851562-7.8847656-9.7851562-8.4550781,0-14.3457031,7.4101562-14.3457031,19.5703125,0,7.2202148,3.1357422,12.1601562,9.7851562,12.1601562,5.2255859,0,9.5-1.8051758,14.6308594-4.5600586l3.2294922,7.9799805Z\"/> <path class=\"cls-15\" d=\"M318.1870138,69.3599031l-4.75,28.1206055c-.4755859,2.9448242.2851562,4.0849609,2.4697266,4.0849609,1.5205078,0,4.4648438-.3798828,5.8896484-.8549805l-.1894531,8.6450195c-3.5146484,1.1401367-8.0751953,1.8999023-11.7802734,1.8999023-7.3154297,0-10.1650391-4.0849609-8.9296875-11.2099609l5.1298828-30.6855469h-6.4599609l1.234375-7.3149414,6.9355469-2.0898438,3.7050781-14.4404297h10.7353516l-2.4707031,14.3452148h8.8349609l-1.5195312,9.5h-8.8349609Z\"/> <path class=\"cls-15\" d=\"M361.9809591,110.0205477l.0947266-6.5551758c-4.2744141,4.0849609-9.3095703,7.7900391-16.4345703,7.7900391-11.4003906,0-14.6308594-7.7900391-12.9199219-18.2402344l5.5097656-33.1552734h12.3496094l-5.1298828,30.9702148c-1.1396484,6.6503906-.0947266,9.7851562,5.4150391,9.7851562,4.4648438,0,8.4550781-2.5649414,11.3056641-5.4150391l5.8896484-35.340332h12.3505859l-8.3603516,50.1606445h-10.0703125Z\"/> <path class=\"cls-15\" d=\"M402.5454122,67.080118c3.1347656-4.6552734,7.6953125-8.3603516,12.1601562-8.3603516,1.8046875,0,3.5146484.4750977,4.75,1.0449219l-2.9453125,11.4956055c-1.4248047-.4750977-2.7548828-.6650391-4.4648438-.6650391-3.7050781,0-7.6953125,3.4199219-9.6904297,6.1748047l-5.6044922,33.2504883h-12.3505859l8.3603516-50.1606445h9.8798828l-.0947266,7.2202148Z\"/> <path class=\"cls-15\" d=\"M460.4018576,104.79545c-6.3652344,4.3701172-13.7753906,6.4599609-21.1855469,6.4599609-12.6347656,0-19.8554688-7.7900391-19.8554688-20.8999023,0-18.9052734,11.8759766-31.6357422,28.6904297-31.6357422,11.3056641,0,17.3857422,6.3652344,17.3857422,15.1054688,0,16.3398438-15.9599609,16.625-33.2509766,17.7651367,0,4.6547852,2.7558594,9.2148438,10.2607422,9.2148438,4.9394531,0,8.7402344-1.0449219,14.6298828-3.9897461l3.3251953,7.9799805ZM453.5620138,74.0151766c0-3.3251953-2.1855469-5.7949219-6.3652344-5.7949219-8.4550781,0-13.4902344,7.3149414-14.7255859,14.4399414,13.2050781-.6650391,21.0908203-1.6152344,21.0908203-8.6450195Z\"/> </g> </svg>\n <% } %>\n </div></div>\n <% } %>\n </div>`;\n\n logo = `<div class=\"logo-placeholder\">\n <% if (logoUrl) { %><img src=\"<%= logoUrl %>\" alt=\"logo\" /><% } %>\n </div>`;\n\n company = `<div>\n <% if (name) { %><p><%= name %></p><% } %>\n <% if (number || street) { %><p><% } %><% if (number) { %><%= number + ' ' %><% } if (street) { %><%= street %><% } if (number || street) { %></p><% } %>\n <% if (zipCode || city) { %><p><% } %><% if (zipCode) { %><%= zipCode + ' ' %><% } if (city) { %><%= city %><% } if (zipCode || city) { %></p><% } %>\n </div>\n <% if (phoneContact) { %><p><%= phoneContact %><p><% } %>\n <% if (settings && settings.mailContact) { %><p><%= settings.mailContact %></p><% } %>`;\n\n products = `<table class=\"full-width commercial-table-preview\">\n <thead>\n <tr>\n <td><%= languageTemplate.template.common.table.headers.product %></td>\n <td><%= languageTemplate.template.common.table.headers.quantity %></td>\n <td><%= disableVat !== true ? languageTemplate.template.common.table.headers.unitPrice : languageTemplate.template.common.table.headers.unitPriceWithoutVat %></td>\n <% if (shouldDisplayDiscountColumn) { %><td><%= languageTemplate.template.common.table.headers.discount %></td><% } %>\n <% if (disableVat !== true) { %><td><%= languageTemplate.template.common.table.headers.vat %></td><% } %>\n <td><%= disableVat !== true ? languageTemplate.template.common.table.headers.amount : languageTemplate.template.common.table.headers.amountWithoutVat %></td>\n </tr>\n </thead>\n <% if (products) { %>\n <% products.forEach(function (product) { %>\n <tr>\n <td class=\"product-title\">\n <% if(product.itemSaleName) { %><p class=\"product-name\"><%= product.itemSaleName %></p><% } %>\n <% if(product.comment) { %><p class=\"product-description\"><%- product.comment %></p><% } %>\n </td>\n <td class=\"product-quantity\"><%= product.quantity ? product.quantity : '' %> <%= product.unitFormatted ? product.unitFormatted : '' %></td>\n <td class=\"product-price-without-vat\"><% if(product.priceTaxExcludedFormatted) { %><%= product.priceTaxExcludedFormatted + '€' %><% } %></td>\n <% if (shouldDisplayDiscountColumn) { %>\n <td class=\"product-discount\">\n <% if (product.discountFormatted) { %> \n <p style=\"margin-bottom: 0px;\"><%= product.discountFormatted %>€</p>\n <% if(product.discountType === ${DiscountType.PERCENT}) { %><span class=\"discount-percent\">(<%= product.discountTypeFormatted %>)</span><% } %>\n <% } %>\n </td>\n <% } %>\n <% if(disableVat !== true) { %><td class=\"product-vat\"><% if(product.vatFormatted) { %><%= product.vatFormatted %><% } %></td><% } %>\n <td class=\"product-total-price-without-vat\"><% if(product.totalTaxExcludedFormatted) { %><%= product.totalTaxExcludedFormatted + '€' %><% } %></td>\n </tr>\n <% }) %>\n <% } %>\n</table>`;\n\n vatRecapitulation = `<table style=\"width: 85%; page-break-inside: avoid !important;\" class=\"commercial-table-preview\">\n <thead>\n <tr>\n <td><%= languageTemplate.template.common.table.headers.base %></td>\n <td><%= languageTemplate.template.common.table.headers.rate %></td>\n <td><%= languageTemplate.template.common.table.headers.vatAmount %></td>\n </tr>\n </thead>\n <% vats.forEach(function (vat) { %>\n <tr class=\"vat-detail-row\">\n <td><%= vat.baseFormatted %>€</td>\n <td><%= vat.name %></td>\n <td><%= vat.amountFormatted %>€</td>\n </tr>\n <% }) %>\n </table>`;\n\n amountRecapitulation = `<table class=\"summary-prices commercial-table-preview\" style=\"width: 250px; padding-left: 10px; page-break-inside: avoid !important;\">\n <thead>\n <tr>\n <td colspan=\"2\"><%= languageTemplate.template.common.table.headers.recap %></td>\n </tr>\n </thead>\n <% if (disableVat !== true) { %>\n <tr>\n <td><%= languageTemplate.template.common.table.lines.totalHt %></td>\n <td><%= totalTaxExcludedFormatted %>€</td>\n </tr>\n <% } %>\n <% if (generalDiscountFormatted) { %>\n <tr>\n <td><%= languageTemplate.template.common.table.headers.discount %></td>\n <td><%= generalDiscountFormatted %>€</td>\n </tr>\n <% } %>\n <% if (disableVat !== true) { %>\n <tr>\n <td><%= languageTemplate.template.common.table.lines.vat %></td>\n <td><%= totalVatAmountFormatted %>€</td>\n </tr>\n <% } %>\n <% if (disableVat !== true || generalDiscountFormatted || depositFormatted) { %>\n <tr>\n <td><%= disableVat !== true ? languageTemplate.template.common.table.lines.totalTTC : languageTemplate.template.common.table.lines.totalWithoutVat %></td>\n <td><%= totalTaxIncludedFormatted %>€</td>\n </tr>\n <% } else if (disableVat === true && ![${EstimateInvoiceType.FACTURE}, ${EstimateInvoiceType.RESTE}, ${EstimateInvoiceType.ACOMPTE}].includes(idEstimateInvoiceType)) { %>\n <tr>\n <td><%= languageTemplate.template.common.table.lines.totalWithoutVat %></td>\n <td><%= totalTaxIncludedFormatted %>€</td>\n </tr>\n <% } %>\n <% if (depositFormatted) { %>\n <tr>\n <td><%= languageTemplate.template.common.table.lines.deposit %></td>\n <td><%= depositFormatted %>€</td>\n </tr>\n <% } %>\n <% if ([${EstimateInvoiceType.FACTURE}, ${EstimateInvoiceType.RESTE}, ${EstimateInvoiceType.ACOMPTE}].includes(idEstimateInvoiceType)) { %>\n <tr>\n <td><b><%= depositFormatted ? languageTemplate.template.common.table.lines.remainderToPay : languageTemplate.template.common.table.lines.netToPay %></b></td>\n <td><%= totalTaxAndDiscountIncludedFormatted %>€</td>\n </tr>\n <% } %>\n</table>`;\n\n paymentButton = `<a style=\"page-break-inside: avoid !important\" class=\"payment-button\" href=\"<% if (paymentLink) {%><%= paymentLink %><% } else {%>#<%}%>\">Payer en ligne <svg width=\"81\" height=\"17\" viewBox=\"0 0 81 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M23.6521 1H2.21213C1.5052 1 0.932129 1.57308 0.932129 2.28V14.792C0.932129 15.4989 1.5052 16.072 2.21213 16.072H23.6521C24.3591 16.072 24.9321 15.4989 24.9321 14.792V2.28C24.9321 1.57308 24.3591 1 23.6521 1Z\" fill=\"black\"/>\n <path d=\"M14.9716 5.02051H10.3726V12.5219H14.9716V5.02051Z\" fill=\"#FF5F00\"/>\n <path d=\"M10.8366 8.77127C10.8369 7.30928 11.5058 5.92768 12.6523 5.02055C10.6962 3.48259 7.88661 3.70615 6.19833 5.53409C4.51006 7.36203 4.51006 10.1805 6.19833 12.0085C7.88661 13.8364 10.6962 14.06 12.6523 12.522C11.5058 11.6149 10.8369 10.2333 10.8366 8.77127Z\" fill=\"#EB001B\"/>\n <path d=\"M20.3795 8.77136C20.3808 10.5969 19.3394 12.2628 17.6977 13.0612C16.0561 13.8596 14.1027 13.6502 12.6675 12.5221C13.8143 11.6152 14.4832 10.2334 14.4832 8.77136C14.4832 7.30928 13.8143 5.92754 12.6675 5.02064C14.1027 3.8925 16.0561 3.68315 17.6977 4.48156C19.3394 5.27997 20.3808 6.94586 20.3795 8.77136Z\" fill=\"#F79E1B\"/>\n <path d=\"M30.1321 1.25H51.1321C51.6568 1.25 52.0821 1.67534 52.0821 2.2V14.8C52.0821 15.3247 51.6568 15.75 51.1321 15.75H30.1321C29.6075 15.75 29.1821 15.3247 29.1821 14.8V2.2C29.1821 1.67534 29.6075 1.25 30.1321 1.25Z\" fill=\"white\" stroke=\"#EDEDED\" stroke-width=\"0.5\"/>\n <path d=\"M37.7276 11.4621L38.7284 5.5893H40.3292L39.3277 11.4621H37.7276ZM45.1109 5.7159C44.7938 5.59692 44.2968 5.46924 43.6762 5.46924C42.0945 5.46924 40.9803 6.26574 40.9708 7.40733C40.9618 8.25123 41.7662 8.72199 42.3734 9.00291C42.9965 9.29076 43.2059 9.47433 43.203 9.7314C43.1991 10.125 42.7054 10.3049 42.2453 10.3049C41.6046 10.3049 41.2642 10.2159 40.7385 9.9966L40.5322 9.9033L40.3076 11.218C40.6815 11.3819 41.3729 11.5239 42.0907 11.5313C43.7734 11.5313 44.8657 10.7439 44.8782 9.52482C44.8842 8.85675 44.4577 8.34834 43.5342 7.92918C42.9747 7.65753 42.632 7.47621 42.6356 7.20114C42.6356 6.95703 42.9257 6.69597 43.5523 6.69597C44.0758 6.68787 44.455 6.80202 44.7505 6.92097L44.8939 6.98877L45.1109 5.7159M49.2302 5.58921H47.9932C47.61 5.58921 47.3233 5.69382 47.155 6.07623L44.7777 11.4582H46.4586C46.4586 11.4582 46.7334 10.7345 46.7955 10.5757C46.9793 10.5757 48.6122 10.5782 48.8457 10.5782C48.8936 10.7838 49.0404 11.4582 49.0404 11.4582H50.5258L49.2302 5.58903V5.58921ZM47.2676 9.38151C47.4 9.04314 47.9054 7.73982 47.9054 7.73982C47.8959 7.75548 48.0368 7.3998 48.1176 7.1793L48.2258 7.68567C48.2258 7.68567 48.5324 9.08754 48.5964 9.38151H47.2676ZM36.3686 5.58921L34.8014 9.59421L34.6344 8.78031C34.3427 7.84212 33.4337 6.82566 32.4175 6.31677L33.8505 11.4528L35.5441 11.4508L38.0643 5.58915H36.3686\" fill=\"#171E6C\"/>\n <path d=\"M33.3395 5.58874H30.7582L30.7378 5.71093C32.7459 6.19705 34.0747 7.37182 34.6264 8.78323L34.0651 6.08443C33.9682 5.71258 33.6872 5.60161 33.3395 5.58862\" fill=\"#171E6C\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M78.6129 1C77.4206 1 64.7971 1 57.7475 1C57.1513 1 56.5552 1.6 56.5552 2.2V14.2C56.5552 15.4 57.1513 16 58.3436 16C64.9942 16 77.4206 16 78.6129 16C79.8052 16 80.4013 15.4 80.4013 14.2V2.8C80.4013 1.6 79.8052 1 78.6129 1Z\" fill=\"#306FC5\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.496 7.17857L58.0342 6.04592L57.575 7.17857H58.496ZM68.6703 6.72755C68.5775 6.7842 68.4679 6.78608 68.3365 6.78608H67.5168V6.15502H68.3476C68.4652 6.15502 68.5879 6.16033 68.6676 6.20626C68.7552 6.24765 68.8093 6.33575 68.8093 6.45744C68.8093 6.58161 68.7578 6.68153 68.6703 6.72755C68.7578 6.68153 68.6703 6.72755 68.6703 6.72755ZM74.518 7.17857L74.0511 6.04592L73.5867 7.17857H74.518ZM63.6175 8.40455H62.9257L62.9232 6.17935L61.9448 8.40455H61.3523L60.3713 6.17738V8.40455H58.9989L58.7396 7.77082H57.3347L57.0728 8.40455H56.3399L57.5483 5.56337H58.5508L59.6984 8.25338V5.56337H60.7997L61.6828 7.49077L62.494 5.56337H63.6174V8.40455H63.6175ZM66.3744 8.40455H64.1203V5.56337H66.3744V6.15502H64.7951V6.66714H66.3366V7.24953H64.7951V7.81693H66.3744V8.40455ZM69.5526 6.32855C69.5526 6.78154 69.2522 7.01558 69.0772 7.08585C69.2248 7.14241 69.3509 7.24233 69.411 7.32512C69.5062 7.46643 69.5227 7.59266 69.5227 7.84641V8.40455H68.8421L68.8395 8.04625C68.8395 7.87529 68.8558 7.62942 68.733 7.49274C68.6344 7.39282 68.4841 7.37113 68.2412 7.37113H67.5169V8.40455H66.8422V5.56337H68.3941C68.739 5.56337 68.9931 5.57254 69.2112 5.69945C69.4247 5.82637 69.5526 6.01165 69.5526 6.32855C69.5526 6.01165 69.5526 6.32855 69.5526 6.32855ZM70.6325 8.40455H69.944V5.56337H70.6325V8.40455ZM78.62 8.40455H77.6638L76.3848 6.27208V8.40455H75.0106L74.748 7.77082H73.3463L73.0915 8.40455H72.302C71.974 8.40455 71.5587 8.33153 71.3235 8.0903C71.0864 7.84906 70.963 7.5223 70.963 7.00564C70.963 6.58427 71.0368 6.19906 71.3268 5.89467C71.5449 5.66792 71.8865 5.56337 72.3515 5.56337H73.0048V6.17216H72.3652C72.119 6.17216 71.9799 6.209 71.846 6.34046C71.731 6.4601 71.652 6.68625 71.652 6.98404C71.652 7.28844 71.7121 7.50791 71.8376 7.65128C71.9414 7.76371 72.1302 7.79782 72.3078 7.79782H72.6109L73.5619 5.56345H74.5729L75.7153 8.25081V5.56345H76.7427L77.9288 7.54218V5.56345H78.62V8.40455ZM56.3321 8.9626H57.485L57.745 8.33153H58.3269L58.5862 8.9626H60.8546V8.48013L61.0571 8.96466H62.2347L62.4372 8.47293V8.9626H68.0746L68.0719 7.9267H68.181C68.2574 7.92936 68.2797 7.93647 68.2797 8.06339V8.9626H71.1954V8.72145C71.4306 8.84828 71.7964 8.9626 72.2777 8.9626H73.5043L73.7668 8.33153H74.3488L74.6055 8.9626H76.9693V8.36316L77.3273 8.9626H79.2214V5H77.3468V5.46799L77.0843 5H75.1608V5.46799L74.9197 5H72.3215C71.8865 5 71.5042 5.0611 71.1954 5.23138V5H69.4024V5.23138C69.2058 5.05587 68.9381 5 68.6403 5H62.0897L61.6501 6.02347L61.1988 5H59.1355V5.46799L58.9088 5H57.1492L56.332 6.88404V8.9626H56.3321ZM80.3331 11.0548H79.1033C78.9806 11.0548 78.899 11.0594 78.8303 11.1061C78.7591 11.1521 78.7317 11.2204 78.7317 11.3106C78.7317 11.4178 78.7918 11.4907 78.8792 11.5223C78.9504 11.5472 79.0269 11.5545 79.1393 11.5545L79.505 11.5643C79.874 11.5735 80.1203 11.6374 80.2705 11.7931C80.2979 11.8148 80.3143 11.8391 80.3331 11.8634V11.0548ZM80.3331 12.9284C80.1692 13.1696 79.8498 13.2919 79.4174 13.2919H78.1144V12.6825H79.4122C79.5409 12.6825 79.631 12.6655 79.6852 12.6122C79.7322 12.5682 79.765 12.5043 79.765 12.4268C79.765 12.344 79.7322 12.2783 79.6826 12.2389C79.6336 12.1955 79.5624 12.1758 79.4449 12.1758C78.8113 12.1541 78.0209 12.1955 78.0209 11.2962C78.0209 10.884 78.2809 10.4501 78.989 10.4501H80.333V9.8847H79.0843C78.7074 9.8847 78.4337 9.97553 78.2398 10.1168V9.8847H76.3927C76.0973 9.8847 75.7506 9.95839 75.5866 10.1168V9.8847H72.2882V10.1168C72.0257 9.92617 71.5827 9.8847 71.3783 9.8847H69.2026V10.1168C68.9949 9.91435 68.5331 9.8847 68.2516 9.8847H65.8166L65.2594 10.4916L64.7376 9.8847H61.1003V13.85H64.6691L65.2433 13.2335L65.7841 13.85L67.984 13.852V12.9192H68.2003C68.4921 12.9237 68.8364 12.9119 69.1401 12.7798V13.85H70.9546V12.8165H71.0421C71.1538 12.8165 71.1648 12.8211 71.1648 12.9334V13.8499H76.6769C77.0269 13.8499 77.3926 13.7597 77.5952 13.5961V13.8499H79.3436C79.7075 13.8499 80.0628 13.7985 80.3331 13.6671V12.9284ZM77.6415 11.7931C77.7729 11.9299 77.8433 12.1027 77.8433 12.3952C77.8433 13.0065 77.4638 13.2919 76.7833 13.2919H75.4691V12.6825H76.7781C76.906 12.6825 76.9968 12.6655 77.0537 12.6122C77.1001 12.5682 77.1334 12.5043 77.1334 12.4268C77.1334 12.344 77.0974 12.2783 77.051 12.2389C76.9994 12.1955 76.9283 12.1758 76.8108 12.1758C76.1797 12.1541 75.3895 12.1955 75.3895 11.2962C75.3895 10.884 75.6468 10.4501 76.3542 10.4501H77.7069V11.055H76.4691C76.3464 11.055 76.2667 11.0596 76.1988 11.1063C76.1249 11.1523 76.0975 11.2206 76.0975 11.3108C76.0975 11.418 76.1602 11.4909 76.2451 11.5224C76.3163 11.5474 76.3928 11.5547 76.5077 11.5547L76.871 11.5645C77.2373 11.5735 77.4887 11.6373 77.6415 11.7931C77.4887 11.6373 77.6415 11.7931 77.6415 11.7931ZM71.5528 11.6176C71.4626 11.6715 71.351 11.6761 71.2197 11.6761H70.3999V11.0378H71.2308C71.351 11.0378 71.4712 11.0404 71.5528 11.0892C71.6403 11.1352 71.6926 11.2232 71.6926 11.3448C71.6926 11.4664 71.6403 11.5643 71.5528 11.6176C71.6403 11.5643 71.5528 11.6176 71.5528 11.6176ZM71.9604 11.9712C72.1106 12.027 72.2333 12.127 72.2909 12.2098C72.3862 12.3486 72.4 12.478 72.4027 12.7285V13.2919H71.7253V12.9363C71.7253 12.7654 71.7416 12.5122 71.6162 12.3801C71.5176 12.2783 71.3673 12.2539 71.1211 12.2539H70.4V13.2919H69.722V10.45H71.2799C71.6215 10.45 71.8703 10.4652 72.0917 10.5841C72.3047 10.7136 72.4386 10.891 72.4386 11.2152C72.4385 11.6688 72.138 11.9003 71.9604 11.9712C72.138 11.9003 71.9604 11.9712 71.9604 11.9712ZM72.8128 10.45H75.0648V11.0377H73.4847V11.5544H75.0262V12.1342H73.4847V12.6997L75.0648 12.7022V13.2919H72.8128V10.45ZM68.2602 11.7615H67.3882V11.0378H68.268C68.5116 11.0378 68.6807 11.1377 68.6807 11.3863C68.6807 11.632 68.5195 11.7615 68.2602 11.7615ZM66.7161 13.0334L65.6802 11.8759L66.7161 10.755V13.0334ZM64.0407 12.6997H62.3817V12.1342H63.8631V11.5544H62.3817V11.0377H64.0734L64.8115 11.8659L64.0407 12.6997ZM69.4052 11.3863C69.4052 12.1757 68.82 12.3387 68.2301 12.3387H67.3882V13.2919H66.0767L65.2458 12.3511L64.3823 13.2919H61.7096V10.45H64.4235L65.2537 11.3816L66.1119 10.45H68.268C68.8035 10.45 69.4052 10.5992 69.4052 11.3863C69.4052 10.5992 69.4052 11.3863 69.4052 11.3863Z\" fill=\"white\"/>\n </svg></a>`;\n\n style = `\n <% if (font.id === ${FontIds.CIRCULAR_STD}) { %>\n @font-face{font-family:circular std;font-style:normal;font-weight:450;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Book.woff) format('woff')}@font-face{font-family:circular std;font-style:italic;font-weight:450;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BookItalic.woff) format('woff')}@font-face{font-family:circular std;font-style:normal;font-weight:500;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Medium.woff) format('woff')}@font-face{font-family:circular std;font-style:italic;font-weight:500;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-MediumItalic.woff) format('woff')}@font-face{font-family:circular std;font-style:normal;font-weight:700;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Bold.woff) format('woff')}@font-face{font-family:circular std;font-style:italic;font-weight:700;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BoldItalic.woff) format('woff')}@font-face{font-family:circular std;font-style:normal;font-weight:900;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Black.woff) format('woff')}@font-face{font-family:circular std;font-style:italic;font-weight:900;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BlackItalic.woff) format('woff')}\n <% } else if (font.id === ${FontIds.ROBOTO}) { %>\n @font-face{font-family:roboto;font-style:normal;font-weight:400;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Regular.woff) format('woff')}@font-face{font-family:roboto;font-style:italic;font-weight:400;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Italic.woff) format('woff')}@font-face{font-family:roboto;font-style:normal;font-weight:700;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Bold.woff) format('woff')}@font-face{font-family:roboto;font-style:italic;font-weight:700;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-BoldItalic.woff) format('woff')}@font-face{font-family:roboto thin;font-style:normal;font-weight:250;src:local('Roboto Thin'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Thin.woff) format('woff')}@font-face{font-family:roboto thin;font-style:italic;font-weight:250;src:local('Roboto Thin'),url(https://fonts.cdnfonts.com/s/12165/Roboto-ThinItalic.woff) format('woff')}@font-face{font-family:roboto light;font-style:normal;font-weight:300;src:local('Roboto Light'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Light.woff) format('woff')}@font-face{font-family:roboto light;font-style:italic;font-weight:300;src:local('Roboto Light'),url(https://fonts.cdnfonts.com/s/12165/Roboto-LightItalic.woff) format('woff')}@font-face{font-family:roboto medium;font-style:normal;font-weight:500;src:local('Roboto Medium'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Medium.woff) format('woff')}@font-face{font-family:roboto medium;font-style:italic;font-weight:500;src:local('Roboto Medium'),url(https://fonts.cdnfonts.com/s/12165/Roboto-MediumItalic.woff) format('woff')}@font-face{font-family:roboto black;font-style:normal;font-weight:900;src:local('Roboto Black'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Black.woff) format('woff')}@font-face{font-family:roboto black;font-style:italic;font-weight:900;src:local('Roboto Black'),url(https://fonts.cdnfonts.com/s/12165/Roboto-BlackItalic.woff) format('woff')}\n <% } else if (font.id === ${FontIds.POPPINS}) { %>\n @font-face{font-family:poppins;font-style:normal;font-weight:400;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Regular.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:400;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Italic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:250;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Thin.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:250;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-ThinItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:275;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-ExtraLight.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:275;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-ExtraLightItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:300;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Light.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:300;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-LightItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:500;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Medium.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:500;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-MediumItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:600;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-SemiBold.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:600;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-SemiBoldItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:700;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Bold.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:700;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-BoldItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:800;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-ExtraBold.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:800;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-ExtraBoldItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:900;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Black.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:900;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-BlackItalic.woff) format('woff')}\n <% } else if (font.id === ${FontIds.RALEWAY}) { %>\n @font-face{font-family:raleway;font-style:normal;font-weight:400;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Regular.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:400;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Regular.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:400;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Italic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:250;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Thin.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:250;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-ThinItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:275;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-ExtraLight.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:275;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-ExtraLightItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:300;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Light.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:300;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-LightItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:500;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Medium.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:500;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-MediumItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:600;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-SemiBold.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:600;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-SemiBoldItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:700;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Bold.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:700;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-BoldItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:800;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-ExtraBold.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:800;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-ExtraBoldItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:900;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Black.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:900;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-BlackItalic.woff) format('woff')}\n <% } else if (font.id === ${FontIds.ZILLA}) { %>\n @font-face {\n font-family: 'Zilla Slab';\n font-style: normal;\n font-weight: 400;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-Regular.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: italic;\n font-weight: 400;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-Italic.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: normal;\n font-weight: 300;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-Light.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: italic;\n font-weight: 300;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-LightItalic.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: normal;\n font-weight: 500;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-Medium.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: italic;\n font-weight: 500;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-MediumItalic.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: normal;\n font-weight: 600;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-SemiBold.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: italic;\n font-weight: 600;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-SemiBoldItalic.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: normal;\n font-weight: 700;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-Bold.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: italic;\n font-weight: 700;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-BoldItalic.woff') format('woff');\n } \n <% } %>\n\n .pdf-content { padding: 0; margin: 0px; }\n .pdf-content body { width: 100%; margin: 0px; font-family: \"<%= font.name %>\"; font-size: 12px !important; font-weight: normal; }\n .pdf-content .row { display: flex; }\n .pdf-content .items-end { align-items: end; }\n .pdf-content .space-between { justify-content: space-between; }\n .pdf-content .full-width { width: 100% }\n .pdf-content .mt-30 { margin-top: 30px }\n .pdf-content .mt-25 { margin-top: 25px }\n .pdf-content .mt-20 { margin-top: 20px }\n .pdf-content .mt-10 { margin-top: 10px }\n .pdf-content .align-center { text-align: center; }\n .pdf-content .margin-auto { margin: auto; }\n .pdf-content .justify-center { justify-content: center; }\n .pdf-content table { font-size: 12px; font-style: normal; }\n\n /* Header */\n .pdf-content .society-informations p { margin: 0px; }\n .pdf-content .society-informations > div p { font-weight: bold; }\n .pdf-content .logo-placeholder { width: 300px; max-height: 150px;text-align: <%= settings && settings.logoAlignment === 'left' ? 'left' : 'right' %>; margin-bottom: <%= settings && settings.logoAlignment === 'left' ? '10px;' : '0px' %>}\n .pdf-content .logo-placeholder > svg, .pdf-content .logo-placeholder > img { max-width: 100%; max-height: 150px; }\n .pdf-content .document-reference { font-size: 20px !important; }\n .pdf-content .customer-border { border: <%= settings && settings.customerBlockBorderThickness ? settings.customerBlockBorderThickness + 'px' : '2px' %> solid <%= settings && settings.customerBlockBorderColor ? settings.customerBlockBorderColor : '#EAEAEA' %>; border-radius: 6px; padding: 7px; }\n\n /* Body */\n .pdf-content table.commercial-table-preview { border-spacing: 1px; border-collapse: collapse; }\n .pdf-content table.commercial-table-preview, .pdf-content th, .pdf-content td { border: 1px solid #DADCDF; }\n .pdf-content table.commercial-table-preview tr td p { margin: 0px; }\n .pdf-content table.commercial-table-preview tbody tr td { padding: 7px; background-color: white; vertical-align: baseline;}\n .pdf-content table.commercial-table-preview thead tr td { background-color: <%= settings && settings.color ? settings.color : '#EAEAEA' %>; color: <%= settings && settings.fontColor ? settings.fontColor : '#000000' %> !important; padding: 7px; }\n .pdf-content table.commercial-table-preview thead tr td:not(:first-child) { text-align: right; }\n .pdf-content table.commercial-table-preview .product-description { color: #838384 }\n .pdf-content table.commercial-table-preview .product-quantity, .pdf-content table.commercial-table-preview .product-price-without-vat, .pdf-content table.commercial-table-preview .product-vat, .pdf-content table.commercial-table-preview .product-total-price-without-vat,.pdf-content table.commercial-table-preview .product-discount { text-align: right; }\n .pdf-content table.commercial-table-preview td.product-quantity, .pdf-content table.commercial-table-preview td.product-vat { width: 10% }\n .pdf-content td.product-discount { width: 12.5% }\n .pdf-content table.commercial-table-preview td.product-total-price-without-vat, .pdf-content table.commercial-table-preview td.product-price-without-vat { width: 15% }\n .pdf-content table.commercial-table-preview tr.vat-detail-row td:not(:first-child) { text-align: right; }\n .pdf-content table.commercial-table-preview.summary-prices tr td:not(:first-child) {text-align: right;}\n .pdf-content table.commercial-table-preview.summary-prices tr td:first-child {border-right: none;}\n .pdf-content table.commercial-table-preview .discount-percent { color: #838384; font-size: smaller }\n .pdf-content a.payment-button { margin-left: 40px; display: flex; align-items: center; background-color: #EBF1FF; border-radius: 10px; font-weight: 450; font-size: 12px !important; color: #1656FF; border: none; padding: 8px 14px; text-decoration: none; }\n .pdf-content a.payment-button svg { margin-left: 15px; }\n\n <% if (settings && !settings.areLineSeparationHidden) { %> \n .pdf-content td { border-top: <%= settings && settings.lineSeparationThickness ? settings.lineSeparationThickness + 'px' : '2px' %> <%= settings && settings.lineSeparationType ? settings.lineSeparationType : 'solid' %> <%= settings && settings.lineSeparationColor ? settings.lineSeparationColor : '#EAEAEA' %> !important; border-bottom: <%= settings && settings.lineSeparationThickness ? settings.lineSeparationThickness + 'px' : '2px' %> <%= settings && settings.lineSeparationType ? settings.lineSeparationType : 'solid' %> <%= settings && settings.lineSeparationColor ? settings.lineSeparationColor : '#EAEAEA' %> !important; }\n <% } %>\n\n <% if (settings && !settings.areColumnsSeparationHidden) { %> \n .pdf-content td { border-left: <%= settings && settings.columnSeparationThickness ? settings.columnSeparationThickness + 'px' : '2px' %> <%= settings && settings.columnSeparationType ? settings.columnSeparationType : 'solid' %> <%= settings && settings.columnSeparationColor ? settings.columnSeparationColor : '#EAEAEA' %> !important; border-right: <%= settings && settings.columnSeparationThickness ? settings.columnSeparationThickness + 'px' : '2px' %> <%= settings && settings.columnSeparationType ? settings.columnSeparationType : 'solid' %> <%= settings && settings.columnSeparationColor ? settings.columnSeparationColor : '#EAEAEA' %> !important; }\n <% } %>\n\n <% if (settings && !settings.areExternalBordersHidden) { %> \n .pdf-content table.commercial-table-preview { border: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }\n .pdf-content table.commercial-table-preview tr:last-child td { border-bottom: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }\n .pdf-content table.commercial-table-preview thead td { border-top: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }\n .pdf-content table.commercial-table-preview td:first-child { border-left: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }\n .pdf-content table.commercial-table-preview td:last-child { border-right: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }\n <% } %>\n \n <% if (settings && settings.areLinesSeparationHidden) { %>\n .pdf-content td { border-top: none !important; border-bottom: none !important; }\n <% } %>\n <% if (settings && settings.areColumnsSeparationHidden) { %>\n .pdf-content td { border-left: none !important; border-right: none !important; }\n <% } %>\n <% if (settings && settings.areExternalBordersHidden) { %>\n .pdf-content table.commercial-table-preview { border: none !important }\n .pdf-content table.commercial-table-preview tr:last-child td { border-bottom: none !important }\n .pdf-content table.commercial-table-preview thead td { border-top: none !important }\n .pdf-content table.commercial-table-preview td:first-child { border-left: none !important }\n .pdf-content table.commercial-table-preview td:last-child { border-right: none !important }\n <% } %>`;\n\n styleWYSIWYG = `\n #WYSIWYG .ql-size-small { font-size: 0.75em; }\n #WYSIWYG .ql-size-large { font-size: 1.5em; }\n #WYSIWYG .ql-size-huge { font-size: 2.5em; }\n\n #WYSIWYG .ql-align-center { text-align: center; }\n #WYSIWYG .ql-align-justify { text-align: justify; }\n #WYSIWYG .ql-align-right { text-align: right; }\n\n #WYSIWYG ql-indent-1 { padding-left: 3em; }\n #WYSIWYG ql-indent-2 { padding-left: 6em; }\n #WYSIWYG ql-indent-3 { padding-left: 9em; }\n #WYSIWYG ql-indent-4 { padding-left: 12em; }\n #WYSIWYG ql-indent-5 { padding-left: 15em; }\n #WYSIWYG ql-indent-6 { padding-left: 18em; }\n `;\n}\n\nexport class CommercialDocumentMailHTML {\n style = `\n @font-face{font-family:circular std;font-style:normal;font-weight:450;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Book.woff) format('woff')}\n @font-face{font-family:circular std;font-style:italic;font-weight:450;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BookItalic.woff) format('woff')}\n @font-face{font-family:circular std;font-style:normal;font-weight:500;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Medium.woff) format('woff')}\n @font-face{font-family:circular std;font-style:italic;font-weight:500;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-MediumItalic.woff) format('woff')}\n @font-face{font-family:circular std;font-style:normal;font-weight:700;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Bold.woff) format('woff')}\n @font-face{font-family:circular std;font-style:italic;font-weight:700;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BoldItalic.woff) format('woff')}\n @font-face{font-family:circular std;font-style:normal;font-weight:900;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Black.woff) format('woff')}\n @font-face{font-family:circular std;font-style:italic;font-weight:900;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BlackItalic.woff) format('woff')}\n\n /* Css classes not working inside mails */\n`;\n\n header = `<style>html { -webkit-print-color-adjust: exact; }</style>\n <style>\n ${this.style}\n </style>\n <div style=\"background-color: <%= brandColors.primary50 %> !important; color: black; width: calc(100% - 48px); display: grid; border-radius: 16px; padding: 24px;\">\n <div style=\"width: max-content; margin: auto; font-size: 16px; font-family: 'circular std', sans-serif; font-weight: 100; line-height: 140%; position: relative;\">\n <div style=\"color: black;\"><span style=\"font-weight: 500;\"><%- companyName %></span> <%= languageMail.mail.common.send %> \n <% if(idEstimateInvoiceType) { %>\n <% if ([${EstimateInvoiceType.FACTURE}, ${EstimateInvoiceType.RESTE}].includes(idEstimateInvoiceType)) { %>\n <%= languageMail.mail.invoice.title %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.DEVIS}) { %>\n <%= languageMail.mail.estimate.title %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.BON}) { %>\n <%= languageMail.mail.orderForm.title %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.ACOMPTE}) { %>\n <%= languageMail.mail.deposit.title %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.AVOIR}) { %>\n <%= languageMail.mail.asset.title %>\n <% } %>\n <% } else { %> \n <%= languageMail.mail.default.title %>\n <% } %>\n :\n </div>\n <div style=\"<% if (hasVat) { %>margin-top: 16px;<% } %> display: flex;\">\n <div style=\"margin-right: 64px;\">\n <div style=\"font-weight: 500; font-size: 24px; line-height: 120%;\"> \n <% if(idEstimateInvoiceType) { %>\n <% if ([${EstimateInvoiceType.FACTURE}, ${EstimateInvoiceType.RESTE}].includes(idEstimateInvoiceType)) { %>\n <%= languageMail.mail.invoice.subTitle %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.DEVIS}) { %>\n <%= languageMail.mail.estimate.subTitle %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.BON}) { %>\n <%= languageMail.mail.orderForm.subTitle %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.ACOMPTE}) { %>\n <%= languageMail.mail.deposit.subTitle %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.AVOIR}) { %>\n <%= languageMail.mail.asset.subTitle %>\n <% } %>\n <% } else { %> \n <%= languageMail.mail.default.subTitle %>\n <% } %>\n <%- reference %>\n </div>\n <div style=\"; color: <%= brandColors.primary500 %>; font-size: 14px;\">\n <%= languageMail.mail.common.dueDate %> : <%- dueDateFormatted %>\n </div>\n <div style=\"margin: 16px 0; font-size: 14px;\">\n <% if (hasVat) { %>\n <div style=\"display: flex; width: 240px; color: #838384; margin-bottom: 10px;\">\n <%= languageMail.mail.common.totalHt %> <div style=\"margin-left: auto;\"><%- totalTaxExcludedFormatted.integerValue %>,<span style=\"font-size: 12px;\"><%- totalTaxExcludedFormatted.centValue %> €</span></div>\n </div>\n <div style=\"display: flex; width: 240px; color: #838384; margin-bottom: 10px;\">\n <%= languageMail.mail.common.totalVat %> <div style=\"margin-left: auto;\"><%- totalVatFormatted.integerValue %>,<span style=\"font-size: 12px;\"><%- totalVatFormatted.centValue %> €</span></div>\n </div>\n <div style=\"width: 240px; height: 2px; background-color: <%= brandColors.primary300 %>; margin-bottom: 10px;\"></div>\n <% } %>\n <div style=\"display: flex; width: 240px; font-size: 16px; color: black;\">\n <%= languageMail.mail.common.totalTtc %> <div style=\"font-size: 20px; font-weight: 500; margin-left: auto;\" ><%- totalTaxIncludedFormatted.integerValue %>,<span style=\"font-size: 16px;\"><%- totalTaxIncludedFormatted.centValue %> €</span></div>\n </div>\n </div>\n <a <% if (fileUrl) { %>href=\"<%= fileUrl %>\"<% } %> target=\"_blank\" style=\"color: white; text-decoration: none; background-color: <%= brandColors.primary500 %>; <% if (fileUrl) { %> cursor: pointer; <% } else { %> cursor: default; pointer-events: none; <% } %> padding: 10px 45px; font-size: 16px; border-radius: 4px;\">\n <%= languageMail.mail.common.displayDocument %>\n </a>\n </div>\n <div style=\"margin: auto;\">\n <% if (logoUrl) { %>\n <div style=\"width: 154px; height: 154px; border-radius: 50%; border: 2px solid <%= brandColors.primary300 %>; background-color: white;\">\n <table>\n <tr>\n <td valign=\"top\" style=\"vertical-align:middle; width: 154px; height: 154px;\">\n <img src=\"<%= logoUrl %>\" alt=\"logo\" style=\"max-height: 100px; max-width: 100px; margin: auto; display: block;\" />\n </td>\n </tr>\n </table>\n </div>\n <% } else { %>\n <img src=\"<%= hostS3 %>config/mail-sale-document.png\" />\n <% } %>\n </div>\n </div>\n <% if (!shouldHideBrandName) { %>\n <div style=\"margin-top: 20px; margin-bottom: -8px; width: fit-content; white-space: nowrap; margin-left: auto; margin-right: auto; font-size: 14px;\">\n <div class=\"brand-tag\" style=\"display: flex; line-height: 18px; height: 14px;\">\n <%= languageMail.mail.common.generate %> <% if (hostS3) { %><img src=\"<%= hostS3 %>config/logo-brand.png\" alt=\"logo\" style=\"max-height: 18px; margin-left: 5px;\" /><% } %>\n </div>\n </div>\n <% } %>\n </div>\n </div>\n `;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../ts/utils/commercialManagement/templates/common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,OAAO,4BAA4B;IACvC,MAAM,GAAG;;;;UAID,CAAC;IAET,MAAM,GAAG;;;;;;;;;;;;;;;;SAgBF,CAAC;IAER,IAAI,GAAG;;SAEA,CAAC;IAER,OAAO,GAAG;;;;;;;yFAO6E,CAAC;IAExF,QAAQ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;+CAwBkC,YAAY,CAAC,OAAO;;;;;;;;;SAS1D,CAAC;IAER,iBAAiB,GAAG;;;;;;;;;;;;;;;WAeX,CAAC;IAEV,oBAAoB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CA6BkB,mBAAmB,CAAC,OAAO,KAAK,mBAAmB,CAAC,KAAK,KAAK,mBAAmB,CAAC,OAAO;;;;;;;;;;;;YAYxH,mBAAmB,CAAC,OAAO,KAAK,mBAAmB,CAAC,KAAK,KAAK,mBAAmB,CAAC,OAAO;;;;;;SAM5F,CAAC;IAER,aAAa,GAAG;;;;;;;;;;aAUL,CAAC;IAEZ,KAAK,GAAG;uBACa,OAAO,CAAC,YAAY;;8BAEb,OAAO,CAAC,MAAM;;8BAEd,OAAO,CAAC,OAAO;;8BAEf,OAAO,CAAC,OAAO;;8BAEf,OAAO,CAAC,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAqIjC,CAAC;IAET,YAAY,GAAG;;;;;;;;;;;;;;;GAed,CAAC;CACH;AAED,MAAM,OAAO,0BAA0B;IACrC,KAAK,GAAG;;;;;;;;;;;CAWT,CAAC;IAEA,MAAM,GAAG;;QAEH,IAAI,CAAC,KAAK;;;;;;kBAMA,mBAAmB,CAAC,OAAO,KAAK,mBAAmB,CAAC,KAAK;;oDAEvB,mBAAmB,CAAC,KAAK;;oDAEzB,mBAAmB,CAAC,GAAG;;oDAEvB,mBAAmB,CAAC,OAAO;;oDAE3B,mBAAmB,CAAC,KAAK;;;;;;;;;;;;wBAYrD,mBAAmB,CAAC,OAAO,KAAK,mBAAmB,CAAC,KAAK;;wDAEzB,mBAAmB,CAAC,KAAK;;wDAEzB,mBAAmB,CAAC,GAAG;;wDAEvB,mBAAmB,CAAC,OAAO;;wDAE3B,mBAAmB,CAAC,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsD9E,CAAC;CACH","sourcesContent":["import { EstimateInvoiceType } from '../../../types/Enum/EstimateInvoice.js';\nimport { DiscountType, FontIds } from '../../../types/Enum/CommercialManagement.js';\n\nexport class CommercialDocumentCommonHTML {\n header = `<style>html {\n -webkit-print-color-adjust: exact;\n }</style><% if (settings && settings.isEdgingDisplayed) { %>\n <span id=\"header-edging\" style=\"position: absolute; top: 0; left: 0; width: 100vw; font-size: 10px !important; height: 15px; background-color: <%= settings && settings.edgingColor ? settings.edgingColor : '#333333' %>; margin-bottom: 20px;\"></span>\n <% } %>`;\n\n footer = `<div class=\"footer\" style=\"font-size: 8px !important; color: #838384; text-align: center; padding: 0 40px; display: block; width: 100%;\">\n <% if (freeText) { %><%- freeText %><br/><br/><% } %><% if (accountingCategoryFormatted) {%><%= accountingCategoryFormatted %> | <%}%><% if(marginVats.length > 0) { %><%= languageTemplate.template.common.footer.marginVat %> - <% marginVats.forEach(function(v, index) { %><%= v %> - <% }) %><%= languageTemplate.template.common.footer.legalVatMention %> | <% } %><% if(penalties || recoveryCost || discount) { %><%= penalties ? languageTemplate.template.common.footer.penalties + ' : ' + penalties : ''%><%= penalties && recoveryCost ? ' | ' : ''%><%= recoveryCost ? languageTemplate.template.common.footer.recoveryCosts + ' : ' + recoveryCost + ' ' : '' %><%= (recoveryCost || penalties) && discount ? ' | ' : '' %><%= discount ? languageTemplate.template.common.footer.discount + ' : ' + discount : '' %><%= shouldPayTaxAfterDebit ? \"| \" + languageTemplate.template.common.footer.shouldPayTaxAfterDebit : '' %><% if(name || legalForm || capital || siren || rcs) {%><br/><br/><% } %><% } %><%= name %><%= name && (legalForm || capital || siren || rcs) ? ', ' : ''%><%= legalForm %><%= capital ? ' ' + languageTemplate.template.common.footer.capital + ' ' + capitalFormatted + ' €' : '' %><%= siren ? ' ' + languageTemplate.template.common.footer.siren + ' ' + siren : ''%><%= rcs ? '| RCS ' + rcs : ''%><% if (vatCode || nafCode) {%><br/><% } %><%= vatCode ? languageTemplate.template.common.footer.vatCode + ' ' +vatCode : ''%><% if(vatCode && nafCode){%>|<%}%><%= nafCode ? 'APE '+nafCode : '' %>\n <% if ([\"Clementine\", \"Pourcentage\", \"Comptalib\", \"Teamsystem Facture\"].includes(brandName) && !shouldHideBrandName) { %>\n <div style=\"display: grid; place-items: center;\"><div style=\"background-color: <%= brandColors.primary50 %>; color: <%= brandColors.primary500 %>; display: flex; gap: 3px; max-width: fit-content; border-radius: 4px; padding: 4px 8px; margin-top: 8px; align-items: center; font-size: 9px; line-height: 140%; font-family: 'circular std', sans serif; font-weight: 450;\">\n <%= languageTemplate.template.common.footer.generate %>\n <% if (brandName === \"Clementine\") { %>\n <svg width=\"86\" height=\"13\" viewBox=\"0 0 129 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.6584 11.6301C27.6584 13.1199 28.6143 13.9511 29.7364 13.9511C30.8586 13.9511 31.4405 13.2062 31.6067 12.5828L33.5601 13.2446C33.186 14.6129 31.8976 15.978 29.7364 15.978C27.3259 15.978 25.4141 14.1557 25.4141 11.6716C25.4141 9.18754 27.2843 7.36523 29.6533 7.36523C31.8976 7.36523 33.1445 8.73356 33.477 10.0987L31.5651 10.7189C31.3573 10.0571 30.8586 9.35059 29.7364 9.35059C28.6143 9.35059 27.6584 10.1786 27.6584 11.6301Z\" fill=\"#FF7E3C\"/><path d=\"M35.2227 15.728V3.7168H37.4254V15.728H35.2227Z\" fill=\"#FF7E3C\"/><path d=\"M47.1087 13.3684C46.6931 14.7751 45.4047 15.9356 43.3682 15.9356C41.1239 15.9356 39.1289 14.3211 39.1289 11.5876C39.1289 8.85419 41.0407 7.28125 43.1604 7.28125C45.6956 7.28125 47.1918 8.89575 47.1918 11.5045C47.1918 11.837 47.1502 12.1663 47.1502 12.1663H41.2901C41.3317 13.2437 42.246 14.0302 43.3682 14.0302C44.4072 14.0302 44.9475 13.5346 45.2384 12.7865L47.1087 13.3652V13.3684ZM45.0306 10.7181C44.9891 9.89002 44.4488 9.10356 43.2019 9.10356C42.0382 9.10356 41.4148 9.97315 41.3732 10.7181H45.0306Z\" fill=\"#FF7E3C\"/><path d=\"M48.9795 15.7317V7.56968H51.0991V8.56396C51.5563 7.77749 52.5953 7.32031 53.5097 7.32031C54.6318 7.32031 55.5046 7.81585 55.9202 8.68864C56.5852 7.69436 57.4164 7.32031 58.497 7.32031C59.9933 7.32031 61.4479 8.23147 61.4479 10.4278V15.7285H59.2867V10.8818C59.2867 10.0122 58.8711 9.35043 57.8321 9.35043C56.8762 9.35043 56.3359 10.0953 56.3359 10.9649V15.7285H54.1331V10.8818C54.1331 10.0122 53.6759 9.35043 52.6785 9.35043C51.681 9.35043 51.1407 10.0538 51.1407 10.9649V15.7285H48.9795V15.7317Z\" fill=\"#FF7E3C\"/><path d=\"M71.0501 13.3684C70.6345 14.7751 69.3461 15.9356 67.3096 15.9356C65.0653 15.9356 63.0703 14.3211 63.0703 11.5876C63.0703 8.85419 64.9821 7.28125 67.1018 7.28125C69.637 7.28125 71.1332 8.89575 71.1332 11.5045C71.1332 11.837 71.0917 12.1663 71.0917 12.1663H65.2315C65.2731 13.2437 66.1874 14.0302 67.3096 14.0302C68.3486 14.0302 68.8889 13.5346 69.1798 12.7865L71.0501 13.3652V13.3684ZM68.972 10.7181C68.9305 9.89002 68.3902 9.10356 67.1433 9.10356C65.9796 9.10356 65.3562 9.97315 65.3146 10.7181H68.972Z\" fill=\"#FF7E3C\"/><path d=\"M75.1217 15.7317H72.9189V7.56968H75.0801V8.56396C75.5789 7.73593 76.5763 7.32031 77.4491 7.32031C79.4856 7.32031 80.4 8.76857 80.4 10.5525V15.6901H78.1972V10.9681C78.1972 10.057 77.7401 9.35362 76.701 9.35362C75.7451 9.35362 75.1633 10.0985 75.1633 11.0512L75.1217 15.7317Z\" fill=\"#FF7E3C\"/><path d=\"M85.3474 7.56975H87.0099V9.51674H85.3474V12.9535C85.3474 13.6569 85.6799 13.9063 86.3033 13.9063C86.5527 13.9063 86.8852 13.8647 86.9683 13.8231V15.6454C86.7605 15.7286 86.3864 15.8532 85.7215 15.8532C84.1421 15.8532 83.1446 14.9005 83.1446 13.3276V9.51674H81.6484V7.56975H82.0641C82.9368 7.56975 83.3109 6.99109 83.3109 6.28454V5.12402H85.3058L85.3474 7.56655V7.56975Z\" fill=\"#FF7E3C\"/><path d=\"M89.9594 3.5127C90.7075 3.5127 91.3309 4.13292 91.3309 4.88102C91.3309 5.62913 90.7491 6.20779 89.9594 6.20779C89.2113 6.20779 88.5879 5.58757 88.5879 4.88102C88.5879 4.13612 89.2113 3.5127 89.9594 3.5127ZM88.8373 15.7317V7.56972H91.04V15.7285H88.8373V15.7317Z\" fill=\"#FF7E3C\"/><path d=\"M95.653 15.7317H93.4502V7.56968H95.6114V8.56396C96.1101 7.73593 97.1076 7.32031 97.9804 7.32031C100.017 7.32031 100.931 8.76857 100.931 10.5525V15.6901H98.7285V10.9681C98.7285 10.057 98.2713 9.35362 97.2323 9.35362C96.2764 9.35362 95.6945 10.0985 95.6945 11.0512L95.653 15.7317Z\" fill=\"#FF7E3C\"/><path d=\"M110.45 13.3684C110.034 14.7751 108.745 15.9356 106.709 15.9356C104.465 15.9356 102.47 14.3211 102.47 11.5876C102.47 8.85419 104.382 7.28125 106.501 7.28125C109.036 7.28125 110.533 8.89575 110.533 11.5045C110.533 11.837 110.491 12.1663 110.491 12.1663H104.714C104.756 13.2437 105.67 14.0302 106.792 14.0302C107.831 14.0302 108.371 13.5346 108.662 12.7865L110.45 13.3652V13.3684ZM108.413 10.7181C108.371 9.89002 107.831 9.10356 106.584 9.10356C105.421 9.10356 104.797 9.97315 104.756 10.7181H108.413Z\" fill=\"#FF7E3C\"/><path d=\"M0.0175781 7.32924C0.0175781 7.32924 1.95498 5.77229 3.73892 8.24039C3.73892 8.24039 1.80152 9.45526 0.0175781 7.32924Z\" fill=\"#FF7E3C\"/><path d=\"M20.0244 0.1875C11.8432 0.302593 10.5644 4.55464 10.3311 5.54252C11.0951 5.21323 12.6873 4.73367 14.4009 5.05018C19.2508 3.45486 20.0244 0.1875 20.0244 0.1875Z\" fill=\"#FF7E3C\"/><path d=\"M6.37695 12.2271C6.37695 8.46741 9.47807 5.38867 13.241 5.38867C17.0039 5.38867 20.0666 8.46421 20.105 12.2271C20.105 15.9868 17.0422 19.0656 13.241 19.0656C9.43971 19.0656 6.37695 15.99 6.37695 12.2271Z\" fill=\"#FF7E3C\"/><path d=\"M7.03483 8.50629C6.33787 9.53253 5.94784 10.8625 5.94784 12.2276C5.94784 14.1267 6.64479 15.8371 7.88524 17.0903C7.26501 17.394 6.48814 17.621 5.67609 17.621C3.07691 17.621 1.02441 15.5334 1.02441 12.9502C1.02441 10.367 3.0801 8.2793 5.67609 8.2793C6.14286 8.2793 6.60643 8.39439 7.03483 8.50629Z\" fill=\"#FF7E3C\"/><path d=\"M119.715 6.68358V7.57555H121.553V9.4618H119.715V15.7152H117.496V9.46499H116.141V7.57875H117.496V6.65161C117.496 4.81651 118.653 3.62402 120.457 3.62402C120.92 3.62402 121.368 3.70715 121.55 3.79027V5.64454C121.435 5.61257 121.218 5.56142 120.856 5.56142C120.361 5.56142 119.715 5.77562 119.715 6.68678V6.68358Z\" fill=\"#FF7E3C\"/><path d=\"M128.011 9.76243C127.761 9.71127 127.547 9.69529 127.349 9.69529C126.223 9.69529 125.248 10.242 125.248 11.994V15.7185H123.049V7.57886H125.184V8.78733C125.68 7.71313 126.805 7.51172 127.502 7.51172C127.685 7.51172 127.851 7.5277 128.017 7.54369V9.76243H128.011Z\" fill=\"#FF7E3C\"/><path d=\"M113.535 13.1543C114.283 13.1543 114.906 13.7745 114.906 14.5226C114.906 15.2707 114.324 15.8494 113.535 15.8494C112.787 15.8494 112.163 15.2292 112.163 14.5226C112.163 13.7777 112.787 13.1543 113.535 13.1543Z\" fill=\"#FF7E3C\"/></svg>\n <% } else if (brandName === \"Comptalib\") {%>\n <svg width=\"85\" height=\"9\" viewBox=\"0 0 128 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_3529_26954)\"><path d=\"M12.0097 13.5284H12.0074C10.0874 13.811 8.13603 13.811 6.21606 13.5284H6.21501C5.74787 13.4596 5.31538 13.2433 4.98147 12.9115C4.64755 12.5796 4.42994 12.1497 4.36079 11.6854V11.6833C4.07635 9.77498 4.07635 7.83541 4.36079 5.92709L4.39157 5.72083C4.452 5.31585 4.64187 4.94092 4.93314 4.65142C5.2244 4.36192 5.60162 4.1732 6.00907 4.11313L6.21869 4.08216C8.13865 3.79944 10.09 3.79944 12.01 4.08216C12.4771 4.15092 12.9096 4.36723 13.2435 4.69911C13.5774 5.03099 13.795 5.46084 13.8642 5.92513V5.92696C14.1487 7.83528 14.1487 9.77485 13.8642 11.6832V11.6849C13.7952 12.1493 13.5776 12.5793 13.2436 12.9113C12.9096 13.2433 12.477 13.4597 12.0097 13.5284Z\" fill=\"#1656FF\"/><path d=\"M3.96328 5.53901V5.5377C4.0322 5.07346 4.24962 4.64359 4.58338 4.31168C4.91715 3.97978 5.34953 3.76346 5.81657 3.69473L5.82091 3.69408C7.41571 3.45944 9.03341 3.41967 10.6379 3.57566C10.6532 3.57718 10.6686 3.57537 10.6831 3.57036C10.6976 3.56534 10.7108 3.55724 10.7218 3.54662C10.7328 3.536 10.7413 3.52311 10.7468 3.50887C10.7522 3.49463 10.7545 3.47937 10.7534 3.46417C10.7183 2.99362 10.6657 2.52451 10.5956 2.05684V2.05501C10.5264 1.59072 10.3088 1.16086 9.97488 0.828972C9.64097 0.497087 9.20849 0.280786 8.74137 0.21204C6.8214 -0.07068 4.87 -0.07068 2.95004 0.21204H2.94649C2.47922 0.280929 2.04666 0.497428 1.71274 0.82953C1.37883 1.16163 1.16128 1.59171 1.09227 2.05619L1.09096 2.06521C0.807694 3.97138 0.808226 5.90861 1.09254 7.81462C1.16172 8.27891 1.37935 8.70876 1.71325 9.04064C2.04716 9.37252 2.47963 9.58883 2.94675 9.65759H2.94793C3.18859 9.69315 3.42968 9.72412 3.67121 9.75053C3.68651 9.75226 3.70201 9.75064 3.71661 9.74577C3.73121 9.7409 3.74456 9.7329 3.75571 9.72234C3.76686 9.71178 3.77554 9.69892 3.78114 9.68466C3.78674 9.6704 3.78912 9.65509 3.78812 9.63982C3.70224 8.27055 3.76095 6.89611 3.96328 5.53901Z\" fill=\"#29426F\"/></g><path d=\"M93.8105 9.07931V11.3903H96.1666V9.07931H93.8105Z\" fill=\"#29426F\"/><path d=\"M103.179 6.36314H105.265C105.235 5.86293 105.115 5.43274 104.905 5.07258C104.695 4.70243 104.42 4.39729 104.08 4.15719C103.75 3.90708 103.369 3.722 102.939 3.60195C102.519 3.4819 102.079 3.42188 101.619 3.42188C100.988 3.42188 100.428 3.52692 99.938 3.73701C99.4478 3.9471 99.0326 4.24223 98.6925 4.62239C98.3523 4.99255 98.0922 5.43774 97.9121 5.95797C97.742 6.46819 97.657 7.02342 97.657 7.62368C97.657 8.20393 97.752 8.73916 97.9421 9.22937C98.1322 9.70958 98.3973 10.1248 98.7375 10.4749C99.0776 10.8251 99.4878 11.1002 99.968 11.3003C100.458 11.4903 100.993 11.5854 101.574 11.5854C102.604 11.5854 103.449 11.3153 104.11 10.775C104.77 10.2348 105.17 9.44947 105.31 8.41903H103.254C103.184 8.89923 103.009 9.2844 102.729 9.57452C102.459 9.85464 102.069 9.9947 101.559 9.9947C101.229 9.9947 100.948 9.91967 100.718 9.76961C100.488 9.61954 100.303 9.42946 100.163 9.19936C100.033 8.95926 99.938 8.69414 99.878 8.40402C99.8179 8.11389 99.7879 7.82877 99.7879 7.54865C99.7879 7.25853 99.8179 6.9684 99.878 6.67828C99.938 6.37815 100.038 6.10803 100.178 5.86793C100.328 5.61782 100.518 5.41773 100.748 5.26767C100.978 5.1076 101.264 5.02757 101.604 5.02757C102.514 5.02757 103.039 5.47276 103.179 6.36314Z\" fill=\"#29426F\"/><path d=\"M108.405 7.51864C108.405 7.2085 108.435 6.90337 108.495 6.60324C108.555 6.30311 108.655 6.038 108.795 5.8079C108.945 5.5778 109.14 5.39272 109.38 5.25266C109.62 5.1026 109.921 5.02757 110.281 5.02757C110.641 5.02757 110.941 5.1026 111.181 5.25266C111.431 5.39272 111.626 5.5778 111.766 5.8079C111.916 6.038 112.021 6.30311 112.081 6.60324C112.142 6.90337 112.172 7.2085 112.172 7.51864C112.172 7.82877 112.142 8.1339 112.081 8.43403C112.021 8.72416 111.916 8.98927 111.766 9.22937C111.626 9.45947 111.431 9.64455 111.181 9.78461C110.941 9.92467 110.641 9.9947 110.281 9.9947C109.921 9.9947 109.62 9.92467 109.38 9.78461C109.14 9.64455 108.945 9.45947 108.795 9.22937C108.655 8.98927 108.555 8.72416 108.495 8.43403C108.435 8.1339 108.405 7.82877 108.405 7.51864ZM106.274 7.51864C106.274 8.1389 106.369 8.69915 106.559 9.19936C106.749 9.69958 107.019 10.1298 107.369 10.4899C107.72 10.8401 108.14 11.1102 108.63 11.3003C109.12 11.4903 109.67 11.5854 110.281 11.5854C110.891 11.5854 111.441 11.4903 111.931 11.3003C112.432 11.1102 112.857 10.8401 113.207 10.4899C113.557 10.1298 113.827 9.69958 114.017 9.19936C114.207 8.69915 114.302 8.1389 114.302 7.51864C114.302 6.89837 114.207 6.33813 114.017 5.83791C113.827 5.3277 113.557 4.89751 113.207 4.54736C112.857 4.1872 112.432 3.91209 111.931 3.722C111.441 3.52192 110.891 3.42188 110.281 3.42188C109.67 3.42188 109.12 3.52192 108.63 3.722C108.14 3.91209 107.72 4.1872 107.369 4.54736C107.019 4.89751 106.749 5.3277 106.559 5.83791C106.369 6.33813 106.274 6.89837 106.274 7.51864Z\" fill=\"#29426F\"/><path d=\"M115.748 3.63197V11.3903H117.879V6.88837C117.879 6.5082 117.934 6.20307 118.044 5.97297C118.154 5.73287 118.284 5.55279 118.434 5.43274C118.594 5.30268 118.754 5.21765 118.914 5.17763C119.084 5.12761 119.219 5.1026 119.32 5.1026C119.66 5.1026 119.915 5.16262 120.085 5.28268C120.265 5.39272 120.39 5.54279 120.46 5.73287C120.54 5.92295 120.585 6.13304 120.595 6.36314C120.605 6.58324 120.61 6.80833 120.61 7.03843V11.3903H122.741V7.06844C122.741 6.82834 122.756 6.59324 122.786 6.36314C122.826 6.12304 122.896 5.91295 122.996 5.73287C123.106 5.54279 123.251 5.39272 123.431 5.28268C123.621 5.16262 123.866 5.1026 124.167 5.1026C124.467 5.1026 124.702 5.15262 124.872 5.25266C125.052 5.35271 125.187 5.48776 125.277 5.65784C125.367 5.82791 125.422 6.028 125.442 6.2581C125.462 6.48819 125.472 6.7333 125.472 6.99341V11.3903H127.603V6.19807C127.603 5.69785 127.533 5.27267 127.393 4.92252C127.253 4.56237 127.058 4.27224 126.808 4.05215C126.558 3.83205 126.258 3.67198 125.907 3.57194C125.557 3.4719 125.177 3.42188 124.767 3.42188C124.227 3.42188 123.756 3.55193 123.356 3.81204C122.966 4.07215 122.656 4.37228 122.426 4.71243C122.216 4.23222 121.906 3.89708 121.495 3.707C121.095 3.51692 120.65 3.42188 120.16 3.42188C119.65 3.42188 119.194 3.53192 118.794 3.75202C118.404 3.97211 118.069 4.28225 117.789 4.68242H117.759V3.63197H115.748Z\" fill=\"#29426F\"/><path d=\"M26.3029 4.33432H28.613C28.5421 3.7244 28.3698 3.18334 28.0963 2.71114C27.8227 2.23895 27.4732 1.84545 27.0476 1.53065C26.6322 1.20602 26.156 0.960082 25.619 0.792846C25.0922 0.62561 24.5299 0.541992 23.9321 0.541992C23.1013 0.541992 22.3515 0.684635 21.6828 0.96992C21.0242 1.25521 20.467 1.6487 20.0111 2.15041C19.5551 2.65212 19.2056 3.24236 18.9624 3.92115C18.7192 4.59009 18.5977 5.31806 18.5977 6.10506C18.5977 6.87238 18.7192 7.59051 18.9624 8.25945C19.2056 8.91856 19.5551 9.49405 20.0111 9.98592C20.467 10.4778 21.0242 10.8664 21.6828 11.1517C22.3515 11.4271 23.1013 11.5648 23.9321 11.5648C24.6008 11.5648 25.2138 11.4665 25.771 11.2697C26.3283 11.073 26.8146 10.7877 27.23 10.4138C27.6454 10.04 27.9798 9.5875 28.2331 9.05628C28.4864 8.52506 28.6434 7.9299 28.7042 7.27079H26.3941C26.3029 7.97909 26.0497 8.54966 25.6342 8.9825C25.229 9.41535 24.6616 9.63177 23.9321 9.63177C23.3951 9.63177 22.9392 9.5334 22.5643 9.33665C22.1894 9.13006 21.8854 8.85954 21.6524 8.52506C21.4194 8.19059 21.2471 7.81677 21.1357 7.4036C21.0344 6.98059 20.9837 6.54774 20.9837 6.10506C20.9837 5.6427 21.0344 5.19509 21.1357 4.76225C21.2471 4.3294 21.4194 3.94574 21.6524 3.61127C21.8854 3.26696 22.1894 2.99643 22.5643 2.79968C22.9392 2.5931 23.3951 2.4898 23.9321 2.4898C24.2259 2.4898 24.5045 2.53899 24.768 2.63736C25.0415 2.7259 25.2847 2.85379 25.4975 3.02102C25.7102 3.18826 25.8875 3.38501 26.0294 3.61127C26.1712 3.82769 26.2624 4.06871 26.3029 4.33432Z\" fill=\"#29426F\"/><path d=\"M32.0205 7.52165C32.0205 7.21669 32.0509 6.91664 32.1117 6.62152C32.1725 6.3264 32.2738 6.06571 32.4157 5.83945C32.5676 5.61318 32.7652 5.43119 33.0084 5.29347C33.2516 5.14591 33.5555 5.07213 33.9203 5.07213C34.285 5.07213 34.589 5.14591 34.8321 5.29347C35.0854 5.43119 35.283 5.61318 35.4248 5.83945C35.5768 6.06571 35.6832 6.3264 35.744 6.62152C35.8048 6.91664 35.8352 7.21669 35.8352 7.52165C35.8352 7.82661 35.8048 8.12665 35.744 8.42177C35.6832 8.70706 35.5768 8.96775 35.4248 9.20385C35.283 9.43011 35.0854 9.6121 34.8321 9.74982C34.589 9.88755 34.285 9.95641 33.9203 9.95641C33.5555 9.95641 33.2516 9.88755 33.0084 9.74982C32.7652 9.6121 32.5676 9.43011 32.4157 9.20385C32.2738 8.96775 32.1725 8.70706 32.1117 8.42177C32.0509 8.12665 32.0205 7.82661 32.0205 7.52165ZM29.8624 7.52165C29.8624 8.13157 29.9587 8.68246 30.1512 9.17433C30.3437 9.6662 30.6173 10.0892 30.9719 10.4434C31.3265 10.7877 31.752 11.0533 32.2485 11.2402C32.745 11.4271 33.3022 11.5206 33.9203 11.5206C34.5383 11.5206 35.0956 11.4271 35.592 11.2402C36.0986 11.0533 36.5292 10.7877 36.8838 10.4434C37.2384 10.0892 37.512 9.6662 37.7045 9.17433C37.897 8.68246 37.9933 8.13157 37.9933 7.52165C37.9933 6.91173 37.897 6.36083 37.7045 5.86896C37.512 5.36725 37.2384 4.94424 36.8838 4.59993C36.5292 4.24578 36.0986 3.97525 35.592 3.78834C35.0956 3.59159 34.5383 3.49322 33.9203 3.49322C33.3022 3.49322 32.745 3.59159 32.2485 3.78834C31.752 3.97525 31.3265 4.24578 30.9719 4.59993C30.6173 4.94424 30.3437 5.36725 30.1512 5.86896C29.9587 6.36083 29.8624 6.91173 29.8624 7.52165Z\" fill=\"#29426F\"/><path d=\"M39.4572 3.69981V11.3287H41.6153V6.90189C41.6153 6.52807 41.6711 6.22802 41.7825 6.00176C41.894 5.76567 42.0257 5.58859 42.1777 5.47054C42.3398 5.34266 42.5019 5.25904 42.664 5.21969C42.8362 5.1705 42.973 5.14591 43.0743 5.14591C43.4188 5.14591 43.6772 5.20493 43.8494 5.32298C44.0318 5.43119 44.1584 5.57875 44.2294 5.76567C44.3104 5.95258 44.356 6.15916 44.3661 6.38542C44.3763 6.60185 44.3813 6.82319 44.3813 7.04945V11.3287H46.5394V7.07896C46.5394 6.84286 46.5546 6.61168 46.585 6.38542C46.6255 6.14932 46.6965 5.94274 46.7978 5.76567C46.9092 5.57875 47.0561 5.43119 47.2385 5.32298C47.431 5.20493 47.6793 5.14591 47.9832 5.14591C48.2872 5.14591 48.5253 5.19509 48.6975 5.29347C48.8799 5.39184 49.0167 5.52465 49.1079 5.69188C49.199 5.85912 49.2548 6.05587 49.275 6.28213C49.2953 6.50839 49.3054 6.74941 49.3054 7.00518V11.3287H51.4635V6.22311C51.4635 5.73123 51.3926 5.31314 51.2507 4.96883C51.1089 4.61469 50.9113 4.3294 50.658 4.11298C50.4047 3.89655 50.1008 3.73916 49.7462 3.64078C49.3915 3.54241 49.0065 3.49322 48.5911 3.49322C48.044 3.49322 47.5678 3.62111 47.1625 3.87688C46.7674 4.13265 46.4533 4.42778 46.2203 4.76225C46.0075 4.29005 45.6934 3.9605 45.278 3.77359C44.8727 3.58668 44.4219 3.49322 43.9254 3.49322C43.4087 3.49322 42.9477 3.60143 42.5424 3.81785C42.1473 4.03428 41.8078 4.33924 41.5241 4.73273H41.4938V3.69981H39.4572Z\" fill=\"#29426F\"/><path d=\"M57.1361 9.95641C56.7916 9.95641 56.4978 9.88755 56.2546 9.74982C56.0115 9.6121 55.8139 9.43503 55.6619 9.2186C55.5201 8.99234 55.4137 8.73165 55.3428 8.43653C55.282 8.1414 55.2516 7.84136 55.2516 7.5364C55.2516 7.2216 55.282 6.91664 55.3428 6.62152C55.4035 6.3264 55.5049 6.06571 55.6467 5.83945C55.7987 5.61318 55.9912 5.43119 56.2242 5.29347C56.4674 5.14591 56.7663 5.07213 57.1209 5.07213C57.4654 5.07213 57.7541 5.14591 57.9872 5.29347C58.2303 5.43119 58.4279 5.6181 58.5799 5.8542C58.7319 6.08046 58.8383 6.34115 58.899 6.63628C58.97 6.9314 59.0054 7.23144 59.0054 7.5364C59.0054 7.84136 58.975 8.1414 58.9142 8.43653C58.8535 8.73165 58.7471 8.99234 58.5951 9.2186C58.4532 9.43503 58.2607 9.6121 58.0176 9.74982C57.7845 9.88755 57.4907 9.95641 57.1361 9.95641ZM53.1695 3.69981V13.9996H55.3276V10.3843H55.358C55.6214 10.7582 55.9557 11.0434 56.361 11.2402C56.7764 11.4271 57.2273 11.5206 57.7136 11.5206C58.2911 11.5206 58.7927 11.4123 59.2182 11.1959C59.6539 10.9795 60.0135 10.6893 60.2972 10.3253C60.5911 9.96133 60.8089 9.54324 60.9507 9.07104C61.0926 8.59884 61.1635 8.10697 61.1635 7.59543C61.1635 7.05437 61.0926 6.5379 60.9507 6.04603C60.8089 5.54432 60.5911 5.10656 60.2972 4.73273C60.0034 4.35891 59.6336 4.05887 59.1878 3.83261C58.742 3.60635 58.2101 3.49322 57.592 3.49322C57.1057 3.49322 56.6599 3.58668 56.2546 3.77359C55.8494 3.9605 55.515 4.26054 55.2516 4.67371H55.2212V3.69981H53.1695Z\" fill=\"#29426F\"/><path d=\"M65.1959 3.69981V1.4126H63.0378V3.69981H61.7308V5.10164H63.0378V9.60226C63.0378 9.98592 63.1037 10.2958 63.2354 10.5319C63.3671 10.768 63.5444 10.95 63.7673 11.0779C64.0004 11.2058 64.2638 11.2894 64.5576 11.3287C64.8616 11.3779 65.1807 11.4025 65.5151 11.4025C65.7278 11.4025 65.9457 11.3976 66.1686 11.3878C66.3915 11.3779 66.5941 11.3582 66.7765 11.3287V9.70555C66.6752 9.72523 66.5688 9.73998 66.4573 9.74982C66.3459 9.75966 66.2294 9.76458 66.1078 9.76458C65.743 9.76458 65.4999 9.70555 65.3783 9.5875C65.2567 9.46946 65.1959 9.23336 65.1959 8.87921V5.10164H66.7765V3.69981L65.1959 3.69981Z\" fill=\"#29426F\"/><path d=\"M67.7121 6.04603C67.7425 5.55416 67.8692 5.14591 68.0921 4.82127C68.315 4.49664 68.5987 4.23595 68.9431 4.0392C69.2876 3.84245 69.6726 3.70472 70.0982 3.62602C70.5338 3.53749 70.9695 3.49322 71.4052 3.49322C71.8003 3.49322 72.2005 3.52273 72.6058 3.58176C73.0111 3.63094 73.3809 3.73424 73.7152 3.89164C74.0496 4.04903 74.3232 4.27038 74.5359 4.55566C74.7487 4.83111 74.8551 5.20001 74.8551 5.66237V9.63177C74.8551 9.97608 74.8753 10.3056 74.9159 10.6204C74.9564 10.9352 75.0273 11.1713 75.1286 11.3287H72.9402C72.8996 11.2107 72.8642 11.0926 72.8338 10.9746C72.8135 10.8467 72.7983 10.7188 72.7882 10.5909C72.4437 10.9352 72.0384 11.1762 71.5724 11.314C71.1063 11.4517 70.6301 11.5206 70.1438 11.5206C69.7689 11.5206 69.4193 11.4763 69.0951 11.3878C68.7709 11.2992 68.4872 11.1615 68.244 10.9746C68.0009 10.7877 67.8084 10.5516 67.6665 10.2663C67.5348 9.981 67.4689 9.64161 67.4689 9.24811C67.4689 8.81527 67.5449 8.46112 67.6969 8.18567C67.859 7.90039 68.0617 7.67413 68.3048 7.50689C68.5581 7.33965 68.8418 7.21669 69.1559 7.13799C69.4801 7.04945 69.8043 6.98059 70.1286 6.9314C70.4528 6.88221 70.7719 6.84286 71.086 6.81335C71.4001 6.78384 71.6787 6.73957 71.9219 6.68055C72.1651 6.62152 72.3576 6.5379 72.4994 6.42969C72.6413 6.31164 72.7071 6.14441 72.697 5.92798C72.697 5.70172 72.6565 5.52465 72.5754 5.39676C72.5045 5.25904 72.4032 5.15574 72.2715 5.08688C72.1499 5.00818 72.003 4.959 71.8307 4.93932C71.6686 4.90981 71.4913 4.89505 71.2988 4.89505C70.8733 4.89505 70.5389 4.98359 70.2957 5.16066C70.0526 5.33774 69.9107 5.63286 69.8702 6.04603H67.7121ZM72.697 7.59543C72.6058 7.67413 72.4893 7.73807 72.3474 7.78726C72.2157 7.82661 72.0688 7.86104 71.9067 7.89055C71.7547 7.92006 71.5926 7.94465 71.4204 7.96433C71.2481 7.984 71.0759 8.0086 70.9037 8.03811C70.7415 8.06762 70.5794 8.10697 70.4173 8.15616C70.2653 8.20535 70.1286 8.27421 70.007 8.36275C69.8955 8.44144 69.8043 8.54474 69.7334 8.67262C69.6625 8.80051 69.627 8.96283 69.627 9.15958C69.627 9.34649 69.6625 9.50389 69.7334 9.63177C69.8043 9.75966 69.9006 9.86295 70.0222 9.94165C70.1438 10.0105 70.2856 10.0597 70.4477 10.0892C70.6098 10.1187 70.777 10.1335 70.9492 10.1335C71.3748 10.1335 71.7041 10.0646 71.9371 9.9269C72.1701 9.78917 72.3424 9.62685 72.4538 9.43994C72.5653 9.24319 72.6311 9.04645 72.6514 8.8497C72.6818 8.65295 72.697 8.49555 72.697 8.3775V7.59543Z\" fill=\"#29426F\"/><path d=\"M76.591 0.792846V11.3287H78.749V0.792846L76.591 0.792846Z\" fill=\"#29426F\"/><path d=\"M82.6672 2.51931V0.792846H80.5091V2.51931H82.6672ZM80.5091 3.69981V11.3287L82.6672 11.3287V3.69981H80.5091Z\" fill=\"#29426F\"/><path d=\"M90.1265 7.52165C90.1265 7.83644 90.091 8.1414 90.0201 8.43653C89.9492 8.73165 89.8378 8.99234 89.6858 9.2186C89.5338 9.44486 89.3413 9.62685 89.1083 9.76458C88.8854 9.89246 88.6118 9.95641 88.2876 9.95641C87.9735 9.95641 87.6999 9.89246 87.4669 9.76458C87.2339 9.62685 87.0414 9.44486 86.8894 9.2186C86.7374 8.99234 86.6259 8.73165 86.555 8.43653C86.4841 8.1414 86.4486 7.83644 86.4486 7.52165C86.4486 7.19701 86.4841 6.88713 86.555 6.59201C86.6259 6.29689 86.7374 6.03619 86.8894 5.80993C87.0414 5.58367 87.2339 5.4066 87.4669 5.27871C87.6999 5.14099 87.9735 5.07213 88.2876 5.07213C88.6118 5.07213 88.8854 5.14099 89.1083 5.27871C89.3413 5.4066 89.5338 5.58367 89.6858 5.80993C89.8378 6.03619 89.9492 6.29689 90.0201 6.59201C90.091 6.88713 90.1265 7.19701 90.1265 7.52165ZM84.3665 0.792846V11.3287H86.4182V10.3548H86.4486C86.6817 10.7778 87.0262 11.0779 87.4821 11.2549C87.938 11.432 88.4548 11.5206 89.0323 11.5206C89.4274 11.5206 89.8175 11.4419 90.2025 11.2845C90.5875 11.1271 90.932 10.886 91.2359 10.5614C91.55 10.2368 91.8033 9.8236 91.9958 9.32189C92.1883 8.81035 92.2846 8.20535 92.2846 7.50689C92.2846 6.80843 92.1883 6.20835 91.9958 5.70664C91.8033 5.19509 91.55 4.777 91.2359 4.45237C90.932 4.12773 90.5875 3.88672 90.2025 3.72932C89.8175 3.57192 89.4274 3.49322 89.0323 3.49322C88.5459 3.49322 88.0748 3.58668 87.6189 3.77359C87.1731 3.95066 86.8185 4.23594 86.555 4.62944H86.5246V0.792846H84.3665Z\" fill=\"#29426F\"/><defs><clipPath id=\"clip0_3529_26954\"><rect width=\"13.1985\" height=\"13.7409\" fill=\"white\" transform=\"translate(0.878906)\"/></clipPath></defs></svg>\n <% } else if (brandName === \"Pourcentage\") {%>\n <svg width=\"87\" height=\"12\" viewBox=\"0 0 131 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.8818 2.93555H24.9912C25.5746 2.93555 26.1073 2.98562 26.6147 3.08575C27.122 3.18589 27.5786 3.36113 27.9591 3.61147C28.3396 3.86182 28.644 4.2123 28.8723 4.63788C29.1006 5.06346 29.2021 5.58918 29.2021 6.24007C29.2021 6.86592 29.1006 7.41668 28.8977 7.84226C28.6947 8.26784 28.3903 8.61832 28.0352 8.86866C27.6801 9.119 27.2488 9.31927 26.7415 9.41941C26.2342 9.51955 25.7015 9.56962 25.118 9.56962H23.3424V13.8254H20.8818V2.93555ZM23.317 7.54184H24.9405C25.1688 7.54184 25.3717 7.51681 25.5746 7.49178C25.7776 7.44171 25.9551 7.39164 26.1327 7.2915C26.2849 7.19136 26.4117 7.0662 26.5132 6.89096C26.6147 6.71572 26.6654 6.51544 26.6654 6.24007C26.6654 5.96469 26.5893 5.73938 26.4625 5.56414C26.3356 5.3889 26.1581 5.26373 25.9551 5.16359C25.7522 5.06345 25.5239 5.01339 25.2702 4.98836C25.0166 4.96332 24.7883 4.93829 24.56 4.93829H23.317V7.54184Z\" fill=\"#386D5D\"/><path d=\"M30.1426 10.097C30.1426 9.49618 30.244 8.97047 30.4723 8.46978C30.7006 7.99413 30.9797 7.56855 31.3602 7.21807C31.7407 6.86759 32.1973 6.61725 32.7046 6.41697C33.2119 6.24173 33.77 6.1416 34.3534 6.1416C34.9369 6.1416 35.4949 6.24173 36.0023 6.41697C36.5096 6.59221 36.9662 6.86759 37.3467 7.21807C37.7272 7.56855 38.0316 7.9691 38.2345 8.46978C38.4628 8.94543 38.5643 9.49618 38.5643 10.097C38.5643 10.6978 38.4628 11.2235 38.2345 11.7242C38.0062 12.2249 37.7272 12.6255 37.3467 12.9759C36.9662 13.3264 36.5096 13.5768 36.0023 13.777C35.4949 13.9523 34.9369 14.0524 34.3534 14.0524C33.77 14.0524 33.2119 13.9523 32.7046 13.777C32.1973 13.6018 31.7407 13.3264 31.3602 12.9759C30.9797 12.6255 30.6753 12.2249 30.4723 11.7242C30.2694 11.2235 30.1426 10.6978 30.1426 10.097ZM32.4763 10.097C32.4763 10.6728 32.6285 11.1234 32.9583 11.4739C33.288 11.8244 33.7446 11.9996 34.3534 11.9996C34.9369 11.9996 35.4188 11.8244 35.7486 11.4739C36.0784 11.1234 36.2305 10.6728 36.2305 10.097C36.2305 9.52122 36.0784 9.0706 35.7486 8.72012C35.4188 8.36964 34.9622 8.1944 34.3534 8.1944C33.77 8.1944 33.288 8.36964 32.9583 8.72012C32.6539 9.0706 32.4763 9.52122 32.4763 10.097Z\" fill=\"#386D5D\"/><path d=\"M47.2626 13.8498H45.005V12.8234H44.9796C44.9035 12.9736 44.802 13.0987 44.6498 13.2489C44.523 13.3991 44.3708 13.5243 44.1679 13.6244C43.9903 13.7496 43.762 13.8247 43.5337 13.8998C43.3054 13.9749 43.0264 14 42.7473 14C42.1639 14 41.6819 13.8998 41.3014 13.7246C40.9209 13.5493 40.6419 13.299 40.439 12.9736C40.236 12.6481 40.1092 12.2726 40.0331 11.847C39.957 11.4214 39.9316 10.9458 39.9316 10.4451V6.31445H42.2654V9.99449C42.2654 10.2198 42.2654 10.4451 42.2907 10.6704C42.3161 10.8957 42.3415 11.121 42.4429 11.3213C42.519 11.5216 42.6459 11.6718 42.7981 11.7969C42.9503 11.9221 43.1786 11.9722 43.483 11.9722C43.7874 11.9722 44.041 11.9221 44.2186 11.822C44.3962 11.7218 44.5484 11.5716 44.6498 11.3964C44.7513 11.2212 44.802 11.0209 44.8527 10.7956C44.8781 10.5703 44.9035 10.345 44.9035 10.0946V6.36452H47.2372V13.8498H47.2626Z\" fill=\"#386D5D\"/><path d=\"M48.9131 6.34187H51.2468V7.54351H51.2722C51.5258 7.0929 51.8302 6.74242 52.16 6.49208C52.4898 6.24174 52.9464 6.1416 53.4537 6.1416C53.5805 6.1416 53.7327 6.1416 53.8596 6.16663C53.9864 6.16663 54.1132 6.19167 54.2401 6.2167V8.31957C54.0625 8.26951 53.9103 8.21944 53.7581 8.1944C53.6059 8.16937 53.4283 8.14434 53.2508 8.14434C52.7942 8.14434 52.439 8.1944 52.1854 8.31957C51.9317 8.44474 51.7288 8.61999 51.5766 8.84529C51.4244 9.0706 51.3483 9.32095 51.2975 9.64639C51.2468 9.9468 51.2468 10.2973 51.2468 10.6728V13.8021H48.9131V6.34187Z\" fill=\"#386D5D\"/><path d=\"M60.1238 8.7702C59.997 8.59496 59.8448 8.46978 59.6418 8.36965C59.4389 8.26951 59.2106 8.21944 58.9823 8.21944C58.3989 8.21944 57.9169 8.39468 57.5872 8.74516C57.2574 9.09564 57.1052 9.54625 57.1052 10.122C57.1052 10.6978 57.2574 11.1484 57.5872 11.4989C57.9169 11.8494 58.3735 12.0246 58.9823 12.0246C59.236 12.0246 59.4643 11.9746 59.6418 11.8494C59.8194 11.7242 59.997 11.5991 60.1238 11.4489L61.6712 13.051C61.316 13.4266 60.8848 13.6769 60.3775 13.8271C59.8701 13.9773 59.4135 14.0524 58.9569 14.0524C58.3735 14.0524 57.8155 13.9523 57.3081 13.777C56.8008 13.6018 56.3442 13.3264 55.9637 12.9759C55.5832 12.6255 55.2788 12.2249 55.0759 11.7242C54.8729 11.2235 54.7461 10.6978 54.7461 10.097C54.7461 9.49618 54.8476 8.97047 55.0759 8.46978C55.3042 7.99413 55.5832 7.56855 55.9637 7.21807C56.3442 6.86759 56.8008 6.61725 57.3081 6.41697C57.8155 6.24173 58.3735 6.1416 58.9569 6.1416C59.4135 6.1416 59.8701 6.2167 60.3775 6.36691C60.8594 6.51711 61.2907 6.76746 61.6712 7.14297L60.1238 8.7702Z\" fill=\"#386D5D\"/><path d=\"M69.7137 12.551C69.3332 13.0266 68.8766 13.3771 68.2931 13.6525C67.7097 13.9028 67.1263 14.028 66.5175 14.028C65.9341 14.028 65.376 13.9279 64.8687 13.7526C64.3613 13.5774 63.9047 13.302 63.5242 12.9515C63.1437 12.601 62.8393 12.2005 62.6364 11.6998C62.4335 11.1991 62.3066 10.6734 62.3066 10.0726C62.3066 9.47177 62.4081 8.94605 62.6364 8.44537C62.8647 7.96972 63.1437 7.54414 63.5242 7.19366C63.9047 6.84318 64.3613 6.59284 64.8687 6.39257C65.376 6.21733 65.9341 6.11719 66.5175 6.11719C67.0502 6.11719 67.5575 6.21733 67.9888 6.39257C68.42 6.56781 68.8005 6.84318 69.1049 7.19366C69.4093 7.54414 69.6376 7.94468 69.8151 8.44537C69.9927 8.92102 70.0688 9.47177 70.0688 10.0726V10.7986H64.6404C64.7418 11.2492 64.9448 11.5997 65.2492 11.85C65.5536 12.1004 65.9594 12.2506 66.416 12.2506C66.7965 12.2506 67.1263 12.1755 67.38 12.0002C67.6336 11.825 67.8873 11.6247 68.0649 11.3493L69.7137 12.551ZM67.7351 9.24647C67.7351 8.84592 67.6083 8.52047 67.3546 8.2451C67.0756 7.96972 66.7458 7.81951 66.3146 7.81951C66.0609 7.81951 65.8326 7.86958 65.6297 7.94468C65.4267 8.01979 65.2745 8.11993 65.1223 8.27013C64.9701 8.3953 64.8687 8.54551 64.7926 8.72075C64.7165 8.89598 64.6657 9.07123 64.6657 9.24647H67.7351Z\" fill=\"#386D5D\"/><path d=\"M71.4883 6.33868H73.7459V7.36509H73.7713C73.8474 7.21488 73.9488 7.08971 74.0757 6.9395C74.2025 6.7893 74.3801 6.66413 74.5576 6.56399C74.7352 6.43882 74.9635 6.36371 75.1918 6.28861C75.4201 6.21351 75.6991 6.18848 75.9782 6.18848C76.5616 6.18848 77.0436 6.28861 77.4241 6.46385C77.7792 6.63909 78.0836 6.88944 78.2865 7.21488C78.4894 7.54033 78.6163 7.91584 78.6924 8.34142C78.7685 8.767 78.7938 9.24266 78.7938 9.74334V13.874H76.4601V10.194C76.4601 9.96864 76.4601 9.74334 76.4348 9.51803C76.4094 9.29273 76.384 9.06742 76.2826 8.86714C76.2065 8.66687 76.0796 8.51666 75.9274 8.39149C75.7752 8.26632 75.5469 8.21625 75.2425 8.21625C74.9381 8.21625 74.6845 8.26632 74.5069 8.36646C74.3293 8.46659 74.1771 8.61679 74.0757 8.79203C73.9742 8.96727 73.9235 9.16755 73.8727 9.39286C73.8474 9.61817 73.822 9.84347 73.822 10.0938V13.8239H71.4883V6.33868Z\" fill=\"#386D5D\"/><path d=\"M85.6428 8.19155H83.5881V10.695C83.5881 10.8952 83.5881 11.0955 83.6135 11.2457C83.6389 11.3959 83.6896 11.5712 83.7657 11.6963C83.8418 11.8215 83.9433 11.9217 84.0955 11.9717C84.2477 12.0468 84.4506 12.0719 84.7043 12.0719C84.8311 12.0719 84.9833 12.0468 85.1862 12.0218C85.3892 11.9968 85.5414 11.9467 85.6428 11.8465V13.7742C85.3892 13.8743 85.1101 13.9244 84.8311 13.9494C84.5521 13.9745 84.273 13.9995 83.994 13.9995C83.5881 13.9995 83.233 13.9494 82.9032 13.8743C82.5735 13.7992 82.2691 13.649 82.0408 13.4738C81.7871 13.2985 81.5842 13.0482 81.4573 12.7728C81.3051 12.4974 81.2544 12.147 81.2544 11.7214V8.16651H79.7324V6.31398H81.229V4.08594H83.5628V6.31398H85.6175V8.19155H85.6428Z\" fill=\"#386D5D\"/><path d=\"M91.5801 12.9001H91.5547C91.3011 13.3007 90.9459 13.6011 90.5147 13.7513C90.0835 13.9265 89.6269 14.0016 89.1449 14.0016C88.7898 14.0016 88.46 13.9516 88.1302 13.8514C87.8005 13.7513 87.5215 13.6011 87.2678 13.4008C87.0141 13.2005 86.8112 12.9752 86.6844 12.6748C86.5322 12.3994 86.4561 12.049 86.4561 11.6734C86.4561 11.2479 86.5322 10.8724 86.7097 10.5719C86.8619 10.2715 87.0902 10.0212 87.3693 9.82092C87.6483 9.62064 87.9527 9.47044 88.3078 9.37031C88.6629 9.27017 89.0181 9.19507 89.3986 9.11996C89.7791 9.06989 90.1596 9.04486 90.5401 9.01983C90.9206 9.01983 91.2757 8.99479 91.6055 8.99479C91.6055 8.59424 91.4533 8.2688 91.1489 8.01846C90.8445 7.76812 90.4893 7.66797 90.0835 7.66797C89.703 7.66797 89.3478 7.74308 89.0181 7.91832C88.6883 8.06852 88.4093 8.29383 88.1556 8.56921L86.9126 7.29246C87.3439 6.89191 87.8512 6.59151 88.4346 6.39123C89.0181 6.19096 89.6269 6.09082 90.2357 6.09082C90.9206 6.09082 91.4786 6.16592 91.9352 6.34116C92.3665 6.5164 92.7216 6.76674 93.0006 7.09219C93.2543 7.41763 93.4572 7.81818 93.5587 8.29383C93.6602 8.76948 93.7109 9.32023 93.7109 9.94609V13.7513H91.5547V12.9001H91.5801ZM90.9967 10.5719C90.8191 10.5719 90.5908 10.5719 90.3371 10.597C90.0835 10.622 89.8044 10.647 89.5761 10.7222C89.3225 10.7973 89.1195 10.8974 88.942 11.0476C88.7644 11.1978 88.6883 11.3981 88.6883 11.6484C88.6883 11.9238 88.8151 12.1241 89.0434 12.2743C89.2717 12.3994 89.5254 12.4745 89.8044 12.4745C90.0327 12.4745 90.261 12.4495 90.464 12.3744C90.6669 12.3243 90.8698 12.2242 91.022 12.1241C91.1996 11.9989 91.3264 11.8737 91.4279 11.6985C91.5294 11.5232 91.5801 11.323 91.5801 11.0726V10.5719H90.9967Z\" fill=\"#386D5D\"/><path d=\"M103.17 13.2019C103.17 14.6288 102.815 15.7053 102.079 16.4313C101.344 17.1573 100.253 17.5328 98.7815 17.5328C98.0966 17.5328 97.4371 17.4577 96.7775 17.3075C96.118 17.1573 95.5092 16.8569 94.9765 16.4313L96.2702 14.5287C96.6253 14.8291 97.0058 15.0544 97.4117 15.2296C97.8176 15.4049 98.2488 15.48 98.7308 15.48C99.441 15.48 99.9737 15.3047 100.329 14.9543C100.659 14.6038 100.836 14.1782 100.836 13.6275V12.9015H100.811C100.532 13.2519 100.202 13.5273 99.7962 13.6525C99.3903 13.8027 99.0098 13.8778 98.6547 13.8778C98.0966 13.8778 97.5893 13.7777 97.1327 13.6024C96.6761 13.4021 96.2702 13.1518 95.9404 12.8013C95.6107 12.4508 95.357 12.0503 95.1794 11.5746C95.0019 11.099 94.9258 10.5733 94.9258 10.0225C94.9258 9.52184 95.0019 9.04619 95.1794 8.57054C95.3316 8.09489 95.5599 7.66931 95.8643 7.31883C96.1687 6.96835 96.5239 6.66794 96.9551 6.44263C97.3863 6.21732 97.8683 6.11719 98.401 6.11719C98.7308 6.11719 99.0352 6.14222 99.3142 6.21732C99.5932 6.29243 99.8469 6.39256 100.05 6.4927C100.278 6.61787 100.456 6.74304 100.608 6.86821C100.76 6.99339 100.887 7.14359 100.988 7.26876H101.014V6.29242H103.17V13.2019ZM97.2595 10.0476C97.2595 10.2979 97.3102 10.5232 97.4117 10.7485C97.5132 10.9738 97.64 11.1741 97.8176 11.3243C97.9951 11.4995 98.1981 11.6247 98.401 11.7249C98.6293 11.825 98.883 11.8751 99.1366 11.8751C99.3903 11.8751 99.644 11.825 99.8723 11.7249C100.101 11.6247 100.303 11.4745 100.481 11.3243C100.659 11.1491 100.785 10.9488 100.887 10.7485C100.988 10.5232 101.039 10.2979 101.039 10.0476C101.039 9.79721 100.988 9.57191 100.887 9.3466C100.785 9.12129 100.659 8.92102 100.481 8.77082C100.303 8.59558 100.101 8.4704 99.8723 8.37027C99.644 8.27013 99.3903 8.22006 99.1366 8.22006C98.8576 8.22006 98.6293 8.27013 98.401 8.37027C98.1727 8.4704 97.9698 8.62061 97.8176 8.77082C97.64 8.94606 97.5132 9.14633 97.4117 9.3466C97.3102 9.57191 97.2595 9.79721 97.2595 10.0476Z\" fill=\"#386D5D\"/><path d=\"M112.226 12.551C111.846 13.0266 111.389 13.3771 110.806 13.6525C110.222 13.9028 109.639 14.028 109.03 14.028C108.447 14.028 107.889 13.9279 107.381 13.7526C106.874 13.5774 106.417 13.302 106.037 12.9515C105.656 12.601 105.352 12.2005 105.149 11.6998C104.946 11.1991 104.819 10.6734 104.819 10.0726C104.819 9.47177 104.921 8.94605 105.149 8.44537C105.377 7.96972 105.656 7.54414 106.037 7.19366C106.417 6.84318 106.874 6.59284 107.381 6.39257C107.889 6.21733 108.447 6.11719 109.03 6.11719C109.563 6.11719 110.07 6.21733 110.501 6.39257C110.933 6.56781 111.313 6.84318 111.618 7.19366C111.922 7.54414 112.15 7.94468 112.328 8.44537C112.505 8.92102 112.582 9.47177 112.582 10.0726V10.7986H107.153C107.255 11.2492 107.457 11.5997 107.762 11.85C108.066 12.1004 108.472 12.2506 108.929 12.2506C109.309 12.2506 109.639 12.1755 109.893 12.0002C110.146 11.825 110.4 11.6247 110.578 11.3493L112.226 12.551ZM110.248 9.24647C110.248 8.84592 110.121 8.52047 109.867 8.2451C109.588 7.96972 109.258 7.81951 108.827 7.81951C108.574 7.81951 108.345 7.86958 108.142 7.94468C107.939 8.01979 107.787 8.11993 107.635 8.27013C107.483 8.3953 107.381 8.54551 107.305 8.72075C107.229 8.89598 107.178 9.07123 107.178 9.24647H110.248Z\" fill=\"#386D5D\"/><path d=\"M10.6342 6.81641L13.526 9.26977C13.9319 9.62024 14.287 9.97072 14.566 10.3462C14.8704 10.7217 15.0734 11.1223 15.1748 11.5228C15.2763 11.9234 15.3017 12.349 15.2002 12.7746C15.0987 13.2001 14.8451 13.6508 14.4392 14.1014C14.0587 14.552 13.6528 14.8774 13.2216 15.0527C12.8157 15.2279 12.3845 15.303 11.9787 15.278C11.5728 15.2529 11.1416 15.1027 10.7357 14.8774C10.3045 14.6521 9.89859 14.3767 9.49273 14.0263L8.2244 12.9498L5.61165 15.9539L3.88672 14.5019L10.6342 6.81641ZM9.49273 11.5479L10.6342 12.5242C10.7864 12.6494 10.9386 12.7746 11.1162 12.8497C11.2938 12.9498 11.446 12.9999 11.6235 13.0249C11.8011 13.0499 11.9787 13.0249 12.1562 12.9748C12.3338 12.9248 12.486 12.7996 12.6635 12.6244C12.8411 12.4241 12.9172 12.2238 12.9426 12.0235C12.9426 11.8233 12.9172 11.623 12.8411 11.4477C12.765 11.2725 12.6382 11.0722 12.4606 10.922C12.3084 10.7468 12.1308 10.5966 11.9787 10.4714L11.0908 9.72038L9.49273 11.5479Z\" fill=\"#386D5D\"/><path d=\"M5.50948 9.6707L2.61769 7.21735C2.21183 6.86687 1.8567 6.51639 1.57766 6.14088C1.27326 5.76536 1.07033 5.36481 0.968866 4.96426C0.8674 4.56372 0.842034 4.13814 0.9435 3.71255C1.04497 3.28697 1.29863 2.83636 1.7045 2.38574C2.08499 1.93513 2.49086 1.60968 2.92209 1.43444C3.32796 1.2592 3.75919 1.1841 4.16505 1.20913C4.57092 1.23416 5.00215 1.38437 5.40801 1.60968C5.83924 1.83499 6.24511 2.11036 6.65098 2.46084L7.9193 3.53731L10.5321 0.533203L12.257 1.98519L5.50948 9.6707ZM6.65098 4.96426L5.50948 3.98793C5.35728 3.86276 5.20508 3.73758 5.02751 3.66248C4.84995 3.56235 4.69775 3.51228 4.52018 3.48725C4.34262 3.46221 4.16505 3.48724 3.98749 3.53731C3.80992 3.58738 3.65772 3.71256 3.48016 3.8878C3.30259 4.08807 3.22649 4.28834 3.20112 4.48862C3.20112 4.68889 3.22649 4.88916 3.30259 5.0644C3.37869 5.23964 3.50552 5.43992 3.68309 5.59012C3.83529 5.76536 4.01285 5.91556 4.16505 6.04073L5.05288 6.79176L6.65098 4.96426Z\" fill=\"#386D5D\"/><path d=\"M114.224 12.5773C114.224 13.3512 114.846 13.9734 115.62 13.9734C116.394 13.9734 117.016 13.3512 117.016 12.5773C117.016 11.8035 116.394 11.1813 115.62 11.1813C114.846 11.1813 114.224 11.8035 114.224 12.5773Z\" fill=\"#386D5D\"/><path d=\"M119.761 13.8823H122.037V8.32855H123.721V6.50765H122.037V5.33923C122.037 4.36808 122.401 4.14047 123.129 4.14047C123.402 4.14047 123.615 4.20116 123.873 4.29221L123.979 2.36508C123.554 2.25886 123.099 2.22852 122.644 2.22852C120.17 2.22852 119.761 3.5942 119.761 5.20266V6.50765H118.258V8.32855H119.761V13.8823Z\" fill=\"#386D5D\"/><path d=\"M124.891 13.8823H127.167V10.802C127.167 9.33005 127.38 8.32855 129.11 8.32855C129.444 8.32855 129.762 8.38925 130.081 8.4803V6.40143C129.868 6.34073 129.58 6.32556 129.322 6.32556C128.321 6.32556 127.683 6.79596 127.198 7.69124H127.167V6.50765H124.891V13.8823Z\" fill=\"#386D5D\"/></svg>\n <% } else if (brandName === \"Teamsystem Facture\") {%>\n <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Livello_1\" data-name=\"Livello 1\" viewBox=\"0 0 480.6653327 137.2331714\" width=\"48\" height=\"13.7\"> <defs> <style> .cls-1 { fill: url(#linear-gradient-8); } .cls-2 { fill: url(#linear-gradient-7); } .cls-3 { fill: url(#linear-gradient-5); } .cls-4 { fill: url(#linear-gradient-6); } .cls-5 { fill: url(#linear-gradient-9); } .cls-6 { fill: url(#linear-gradient-4); } .cls-7 { fill: url(#linear-gradient-3); } .cls-8 { fill: url(#linear-gradient-2); } .cls-9 { fill: url(#linear-gradient); } .cls-10 { fill: url(#linear-gradient-10); } .cls-11 { fill: url(#linear-gradient-11); } .cls-12 { fill: url(#linear-gradient-12); } .cls-13 { fill: url(#linear-gradient-13); } .cls-14 { fill: url(#linear-gradient-14); } .cls-15 { fill: #0091d3; } </style> <linearGradient id=\"linear-gradient\" x1=\"73.3795537\" y1=\"97.6328604\" x2=\"101.0033369\" y2=\"97.6328604\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\".109827\" stop-color=\"#e52e71\"/> <stop offset=\".861272\" stop-color=\"#eb684a\"/> </linearGradient> <linearGradient id=\"linear-gradient-2\" x1=\"15.2283189\" y1=\"48.1520967\" x2=\"46.8266729\" y2=\"48.1520967\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\"0\" stop-color=\"#139cd8\"/> <stop offset=\"1\" stop-color=\"#71beea\"/> </linearGradient> <linearGradient id=\"linear-gradient-3\" x1=\"15.2283189\" y1=\"71.4316058\" x2=\"46.8266729\" y2=\"71.4316058\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\"0\" stop-color=\"#139cd8\"/> <stop offset=\"1\" stop-color=\"#007ec1\"/> </linearGradient> <linearGradient id=\"linear-gradient-4\" x1=\"26.1327975\" y1=\"102.7911467\" x2=\"39.875606\" y2=\"87.4209218\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\"0\" stop-color=\"#1761aa\"/> <stop offset=\"1\" stop-color=\"#007ec1\"/> </linearGradient> <linearGradient id=\"linear-gradient-5\" x1=\"72.6094508\" y1=\"73.4043998\" x2=\"101.8761433\" y2=\"73.4043998\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\".0520231\" stop-color=\"#f7b033\"/> <stop offset=\".739884\" stop-color=\"#eb684a\"/> </linearGradient> <linearGradient id=\"linear-gradient-6\" x1=\"68.7036973\" y1=\"50.9103595\" x2=\"99.7055581\" y2=\"50.9103595\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\".16185\" stop-color=\"#f7b033\"/> <stop offset=\".849711\" stop-color=\"#ffd431\"/> </linearGradient> <linearGradient id=\"linear-gradient-7\" y1=\"36.242162\" x2=\"55.4988013\" y2=\"36.242162\" xlink:href=\"#linear-gradient-2\"/> <linearGradient id=\"linear-gradient-8\" x1=\"12.7400441\" y1=\"59.3075092\" x2=\"41.69546\" y2=\"59.3075092\" xlink:href=\"#linear-gradient-3\"/> <linearGradient id=\"linear-gradient-9\" x1=\"36.9179443\" y1=\"95.7238107\" x2=\"54.3220454\" y2=\"108.9508633\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\"0\" stop-color=\"#1761aa\"/> <stop offset=\"1\" stop-color=\"#164192\"/> </linearGradient> <linearGradient id=\"linear-gradient-10\" x1=\"18.9931315\" y1=\"94.5633941\" x2=\"38.2219752\" y2=\"73.0574806\" xlink:href=\"#linear-gradient-4\"/> <linearGradient id=\"linear-gradient-11\" x1=\"69.367499\" y1=\"44.893297\" x2=\"109.1610189\" y2=\"44.893297\" xlink:href=\"#linear-gradient-6\"/> <linearGradient id=\"linear-gradient-12\" x1=\"68.2985459\" y1=\"61.0324264\" x2=\"101.6264053\" y2=\"61.0324264\" xlink:href=\"#linear-gradient-5\"/> <linearGradient id=\"linear-gradient-13\" x1=\"71.9644417\" y1=\"124.700303\" x2=\"79.4617637\" y2=\"98.6378329\" gradientUnits=\"userSpaceOnUse\"> <stop offset=\"0\" stop-color=\"#c1006b\"/> <stop offset=\".890173\" stop-color=\"#e52e71\"/> </linearGradient> <linearGradient id=\"linear-gradient-14\" x1=\"74.791507\" y1=\"91.0637984\" x2=\"102.8741225\" y2=\"84.9431597\" xlink:href=\"#linear-gradient\"/> </defs> <g id=\"Logo_TS\" data-name=\"Logo TS\"> <g id=\"Disegno_1\" data-name=\"Disegno 1\"> <g> <g> <path class=\"cls-9\" d=\"M73.3795537,94.8720607s.0489728-.1070219.2664491-1.1760611c.1812689-.890866.2684219-1.6284559.2684219-1.6284559l27.0889122,8.4142591s-.2577454.4335155-.7466609,1.1259099c-.5667845.8030806-1.2507788,1.5904645-1.2507788,1.5904645l-25.6263435-8.3261164Z\"/> <polygon class=\"cls-8\" points=\"15.2283189 44.4039697 46.8266729 48.7377084 46.8266729 51.9002237 15.2283189 48.3863178 15.2283189 44.4039697\"/> <polygon class=\"cls-7\" points=\"15.2283189 74.0377134 46.8266729 71.2821645 46.8266729 68.8254982 15.2283189 71.2821645 15.2283189 74.0377134\"/> <path class=\"cls-6\" d=\"M18.8733098,98.5043162l28.3646416-12.059376s.18858,1.2598379.4580464,2.3499984c.2453281.9925781.5041179,1.7216723.5041179,1.7216723l-27.1203616,11.3163584s-.3285354-.4026006-.8943916-1.2226694c-.9073891-1.3148239-1.3120528-2.1059837-1.3120528-2.1059837Z\"/> <path class=\"cls-3\" d=\"M72.6094508,74.520315s.2623874,1.3021983.4074489,2.1385504c.1451776.8363521,28.8592435-4.1353883,28.8592435-4.1353883,0,0-.3323651-1.6564208-.4836933-2.3955446-.1514443-.7391238-28.7829992,4.3923825-28.7829992,4.3923825Z\"/> <path class=\"cls-4\" d=\"M68.7036973,49.0653819s.209817-1.1468028.6638017-2.4078162c.4720883-1.311638.8916064-2.1068096.8916064-2.1068096l29.4464527,10.2810659s-.1158172.3391191-.1941504.6690345c-.2244392.9456159-.2499701,1.7691065-.2499701,1.7691065l-30.5577404-8.2045811Z\"/> </g> <g> <path class=\"cls-2\" d=\"M55.4988013,50.2299974v-15.9442599h-8.6721284v-12.0314111h-6.0479067c-16.8818004,0-25.5504473,6.6214354-25.5504473,20.9844376v2.93561l32.6134368,4.0556233h7.6570456Z\"/> <polygon class=\"cls-1\" points=\"46.8266729 50.3708841 46.8266729 50.2299974 47.8417557 50.2299974 15.2283189 46.1743741 15.2283189 72.4406443 46.8266729 70.1748907 46.8266729 50.3708841\"/> <path class=\"cls-5\" d=\"M66.0016065,98.4982984c-1.1448259.1866656-3.5280132.4173501-4.9534462.4173501-8.2834794,0-11.9014308-4.2166872-13.3521625-10.12071l-27.5106352,11.8153613c4.8761574,7.079022,12.9741901,11.5318152,22.5625273,13.1789145,0,0,17.6594465-4.1489549,23.2537166-15.2909159Z\"/> <path class=\"cls-10\" d=\"M46.8266729,80.1273431v-9.9524524l-31.598354,2.2657536v11.2774199c0,6.6947107,1.8161708,12.3351315,4.9570437,16.8922357l27.5106352-11.8153613c-.648019-2.622686-.8693249-5.5985325-.8693249-8.6675954Z\"/> <path class=\"cls-11\" d=\"M109.1610189,50.2299974v-15.9442599h-20.2747324c-9.8403962,0-16.9376201,4.9889677-19.5187876,12.3718281l30.1439087,8.8432907c.9809643-4.0519655,4.5305627-5.3385884,9.6496112-5.270859Z\"/> <path class=\"cls-12\" d=\"M99.4340029,60.5337184c-.2879182-2.0204369-.2483454-3.6822856.0774048-5.032862l-30.1439087-8.8432907c-1.1861394,3.3894207-1.4219515,7.2693443-.5219895,11.405445,1.4346008,6.7404929,2.9177102,12.0240954,3.9383634,17.3442765l28.8425325-4.1251227c-1.036784-5.1500316-2.0268002-9.5643612-2.1924024-10.748446Z\"/> <path class=\"cls-13\" d=\"M73.6460027,93.6959996c-1.722519,8.6566218-8.2492449,15.5818957-20.163093,19.9925646l.2717873,1.1492762c1.0080038.0494401,3.8986746.1410046,10.0437144.1410046,13.744525,0,29.3232084-3.3601579,36.4582645-13.3711323l-26.6106733-7.911713Z\"/> <path class=\"cls-14\" d=\"M104.1985209,88.5661453c0-3.8304879-1.3157664-11.090751-2.5721156-17.2839808l-28.8425325,4.1251227c.808167,4.1783386,1.3373516,8.416855,1.3373516,13.3876514,0,1.6946514-.1566665,3.3161455-.4752217,4.9010611l26.6106733,7.911713c2.4839181-3.4954955,3.9418449-7.7854579,3.9418449-13.0415674Z\"/> </g> </g> </g> </g> <g> <path class=\"cls-15\" d=\"M151.463381,41.6196688h42.75l-1.8994141,11.4003906h-29.9257812l-2.9453125,17.8598633h26.4101562l-1.8994141,11.1152344h-26.4101562l-4.6552734,28.0253906h-12.8251953l11.4003906-68.4008789Z\"/> <path class=\"cls-15\" d=\"M223.6635763,103.5605867c-3.0400391,3.5151367-8.6455078,7.6948242-16.4355469,7.6948242-11.2099609,0-16.4345703-7.6000977-16.4345703-20.2353516,0-20.0449219,11.6845703-32.300293,25.6503906-32.300293,6.2695312,0,10.9248047,2.2802734,14.0595703,7.5053711l1.9003906-6.3652344h10.1650391l-8.3603516,50.1606445h-10.9248047l.3798828-6.4599609ZM227.6538107,75.1553133c-1.4248047-2.2802734-4.5605469-5.7001953-9.7851562-5.7001953-8.265625,0-13.8701172,7.2202148-13.8701172,19.6650391,0,6.3652344,1.4248047,11.4951172,8.0751953,11.4951172,5.0351562,0,9.9746094-3.2299805,12.2548828-5.6049805l3.3251953-19.8549805Z\"/> <path class=\"cls-15\" d=\"M288.8325216,104.1304109c-5.8896484,4.465332-13.2998047,7.125-20.8056641,7.125-12.7294922,0-19.9501953-8.5498047-19.9501953-21.2802734,0-19.2851562,11.4003906-31.2553711,28.3105469-31.2553711,12.9208984,0,19.0957031,7.0302734,17.2900391,20.0454102h-10.2597656c.4746094-6.6499023-2.6601562-9.7851562-7.8847656-9.7851562-8.4550781,0-14.3457031,7.4101562-14.3457031,19.5703125,0,7.2202148,3.1357422,12.1601562,9.7851562,12.1601562,5.2255859,0,9.5-1.8051758,14.6308594-4.5600586l3.2294922,7.9799805Z\"/> <path class=\"cls-15\" d=\"M318.1870138,69.3599031l-4.75,28.1206055c-.4755859,2.9448242.2851562,4.0849609,2.4697266,4.0849609,1.5205078,0,4.4648438-.3798828,5.8896484-.8549805l-.1894531,8.6450195c-3.5146484,1.1401367-8.0751953,1.8999023-11.7802734,1.8999023-7.3154297,0-10.1650391-4.0849609-8.9296875-11.2099609l5.1298828-30.6855469h-6.4599609l1.234375-7.3149414,6.9355469-2.0898438,3.7050781-14.4404297h10.7353516l-2.4707031,14.3452148h8.8349609l-1.5195312,9.5h-8.8349609Z\"/> <path class=\"cls-15\" d=\"M361.9809591,110.0205477l.0947266-6.5551758c-4.2744141,4.0849609-9.3095703,7.7900391-16.4345703,7.7900391-11.4003906,0-14.6308594-7.7900391-12.9199219-18.2402344l5.5097656-33.1552734h12.3496094l-5.1298828,30.9702148c-1.1396484,6.6503906-.0947266,9.7851562,5.4150391,9.7851562,4.4648438,0,8.4550781-2.5649414,11.3056641-5.4150391l5.8896484-35.340332h12.3505859l-8.3603516,50.1606445h-10.0703125Z\"/> <path class=\"cls-15\" d=\"M402.5454122,67.080118c3.1347656-4.6552734,7.6953125-8.3603516,12.1601562-8.3603516,1.8046875,0,3.5146484.4750977,4.75,1.0449219l-2.9453125,11.4956055c-1.4248047-.4750977-2.7548828-.6650391-4.4648438-.6650391-3.7050781,0-7.6953125,3.4199219-9.6904297,6.1748047l-5.6044922,33.2504883h-12.3505859l8.3603516-50.1606445h9.8798828l-.0947266,7.2202148Z\"/> <path class=\"cls-15\" d=\"M460.4018576,104.79545c-6.3652344,4.3701172-13.7753906,6.4599609-21.1855469,6.4599609-12.6347656,0-19.8554688-7.7900391-19.8554688-20.8999023,0-18.9052734,11.8759766-31.6357422,28.6904297-31.6357422,11.3056641,0,17.3857422,6.3652344,17.3857422,15.1054688,0,16.3398438-15.9599609,16.625-33.2509766,17.7651367,0,4.6547852,2.7558594,9.2148438,10.2607422,9.2148438,4.9394531,0,8.7402344-1.0449219,14.6298828-3.9897461l3.3251953,7.9799805ZM453.5620138,74.0151766c0-3.3251953-2.1855469-5.7949219-6.3652344-5.7949219-8.4550781,0-13.4902344,7.3149414-14.7255859,14.4399414,13.2050781-.6650391,21.0908203-1.6152344,21.0908203-8.6450195Z\"/> </g> </svg>\n <% } %>\n </div></div>\n <% } %>\n </div>`;\n\n logo = `<div class=\"logo-placeholder\">\n <% if (logoUrl) { %><img src=\"<%= logoUrl %>\" alt=\"logo\" /><% } %>\n </div>`;\n\n company = `<div>\n <% if (name) { %><p><%= name %></p><% } %>\n <% if (number || street) { %><p><% } %><% if (number) { %><%= number + ' ' %><% } if (street) { %><%= street %><% } if (number || street) { %></p><% } %>\n <% if (addressComplement) { %><p><%= addressComplement %></p><% } %>\n <% if (zipCode || city) { %><p><% } %><% if (zipCode) { %><%= zipCode + ' ' %><% } if (city) { %><%= city %><% } if (zipCode || city) { %></p><% } %>\n </div>\n <% if (phoneContact) { %><p><%= phoneContact %><p><% } %>\n <% if (settings && settings.mailContact) { %><p><%= settings.mailContact %></p><% } %>`;\n\n products = `<table class=\"full-width commercial-table-preview\">\n <thead>\n <tr>\n <td><%= languageTemplate.template.common.table.headers.product %></td>\n <td><%= languageTemplate.template.common.table.headers.quantity %></td>\n <td><%= disableVat !== true ? languageTemplate.template.common.table.headers.unitPrice : languageTemplate.template.common.table.headers.unitPriceWithoutVat %></td>\n <% if (shouldDisplayDiscountColumn) { %><td><%= languageTemplate.template.common.table.headers.discount %></td><% } %>\n <% if (disableVat !== true) { %><td><%= languageTemplate.template.common.table.headers.vat %></td><% } %>\n <td><%= disableVat !== true ? languageTemplate.template.common.table.headers.amount : languageTemplate.template.common.table.headers.amountWithoutVat %></td>\n </tr>\n </thead>\n <% if (products) { %>\n <% products.forEach(function (product) { %>\n <tr>\n <td class=\"product-title\">\n <% if(product.itemSaleName) { %><p class=\"product-name\"><%= product.itemSaleName %></p><% } %>\n <% if(product.comment) { %><p class=\"product-description\"><%- product.comment %></p><% } %>\n </td>\n <td class=\"product-quantity\"><%= product.quantity ? product.quantity : '' %> <%= product.unitFormatted ? product.unitFormatted : '' %></td>\n <td class=\"product-price-without-vat\"><% if(product.priceTaxExcludedFormatted) { %><%= product.priceTaxExcludedFormatted + '€' %><% } %></td>\n <% if (shouldDisplayDiscountColumn) { %>\n <td class=\"product-discount\">\n <% if (product.discountFormatted) { %> \n <p style=\"margin-bottom: 0px;\"><%= product.discountFormatted %>€</p>\n <% if(product.discountType === ${DiscountType.PERCENT}) { %><span class=\"discount-percent\">(<%= product.discountTypeFormatted %>)</span><% } %>\n <% } %>\n </td>\n <% } %>\n <% if(disableVat !== true) { %><td class=\"product-vat\"><% if(product.vatFormatted) { %><%= product.vatFormatted %><% } %></td><% } %>\n <td class=\"product-total-price-without-vat\"><% if(product.totalTaxExcludedFormatted) { %><%= product.totalTaxExcludedFormatted + '€' %><% } %></td>\n </tr>\n <% }) %>\n <% } %>\n</table>`;\n\n vatRecapitulation = `<table style=\"width: 85%; page-break-inside: avoid !important;\" class=\"commercial-table-preview\">\n <thead>\n <tr>\n <td><%= languageTemplate.template.common.table.headers.base %></td>\n <td><%= languageTemplate.template.common.table.headers.rate %></td>\n <td><%= languageTemplate.template.common.table.headers.vatAmount %></td>\n </tr>\n </thead>\n <% vats.forEach(function (vat) { %>\n <tr class=\"vat-detail-row\">\n <td><%= vat.baseFormatted %>€</td>\n <td><%= vat.name %></td>\n <td><%= vat.amountFormatted %>€</td>\n </tr>\n <% }) %>\n </table>`;\n\n amountRecapitulation = `<table class=\"summary-prices commercial-table-preview\" style=\"width: 250px; padding-left: 10px; page-break-inside: avoid !important;\">\n <thead>\n <tr>\n <td colspan=\"2\"><%= languageTemplate.template.common.table.headers.recap %></td>\n </tr>\n </thead>\n <% if (disableVat !== true) { %>\n <tr>\n <td><%= languageTemplate.template.common.table.lines.totalHt %></td>\n <td><%= totalTaxExcludedFormatted %>€</td>\n </tr>\n <% } %>\n <% if (generalDiscountFormatted) { %>\n <tr>\n <td><%= languageTemplate.template.common.table.headers.discount %></td>\n <td><%= generalDiscountFormatted %>€</td>\n </tr>\n <% } %>\n <% if (disableVat !== true) { %>\n <tr>\n <td><%= languageTemplate.template.common.table.lines.vat %></td>\n <td><%= totalVatAmountFormatted %>€</td>\n </tr>\n <% } %>\n <% if (disableVat !== true || generalDiscountFormatted || depositFormatted) { %>\n <tr>\n <td><%= disableVat !== true ? languageTemplate.template.common.table.lines.totalTTC : languageTemplate.template.common.table.lines.totalWithoutVat %></td>\n <td><%= totalTaxIncludedFormatted %>€</td>\n </tr>\n <% } else if (disableVat === true && ![${EstimateInvoiceType.FACTURE}, ${EstimateInvoiceType.RESTE}, ${EstimateInvoiceType.ACOMPTE}].includes(idEstimateInvoiceType)) { %>\n <tr>\n <td><%= languageTemplate.template.common.table.lines.totalWithoutVat %></td>\n <td><%= totalTaxIncludedFormatted %>€</td>\n </tr>\n <% } %>\n <% if (depositFormatted) { %>\n <tr>\n <td><%= languageTemplate.template.common.table.lines.deposit %></td>\n <td><%= depositFormatted %>€</td>\n </tr>\n <% } %>\n <% if ([${EstimateInvoiceType.FACTURE}, ${EstimateInvoiceType.RESTE}, ${EstimateInvoiceType.ACOMPTE}].includes(idEstimateInvoiceType)) { %>\n <tr>\n <td><b><%= depositFormatted ? languageTemplate.template.common.table.lines.remainderToPay : languageTemplate.template.common.table.lines.netToPay %></b></td>\n <td><%= totalTaxAndDiscountIncludedFormatted %>€</td>\n </tr>\n <% } %>\n</table>`;\n\n paymentButton = `<a style=\"page-break-inside: avoid !important\" class=\"payment-button\" href=\"<% if (paymentLink) {%><%= paymentLink %><% } else {%>#<%}%>\">Payer en ligne <svg width=\"81\" height=\"17\" viewBox=\"0 0 81 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M23.6521 1H2.21213C1.5052 1 0.932129 1.57308 0.932129 2.28V14.792C0.932129 15.4989 1.5052 16.072 2.21213 16.072H23.6521C24.3591 16.072 24.9321 15.4989 24.9321 14.792V2.28C24.9321 1.57308 24.3591 1 23.6521 1Z\" fill=\"black\"/>\n <path d=\"M14.9716 5.02051H10.3726V12.5219H14.9716V5.02051Z\" fill=\"#FF5F00\"/>\n <path d=\"M10.8366 8.77127C10.8369 7.30928 11.5058 5.92768 12.6523 5.02055C10.6962 3.48259 7.88661 3.70615 6.19833 5.53409C4.51006 7.36203 4.51006 10.1805 6.19833 12.0085C7.88661 13.8364 10.6962 14.06 12.6523 12.522C11.5058 11.6149 10.8369 10.2333 10.8366 8.77127Z\" fill=\"#EB001B\"/>\n <path d=\"M20.3795 8.77136C20.3808 10.5969 19.3394 12.2628 17.6977 13.0612C16.0561 13.8596 14.1027 13.6502 12.6675 12.5221C13.8143 11.6152 14.4832 10.2334 14.4832 8.77136C14.4832 7.30928 13.8143 5.92754 12.6675 5.02064C14.1027 3.8925 16.0561 3.68315 17.6977 4.48156C19.3394 5.27997 20.3808 6.94586 20.3795 8.77136Z\" fill=\"#F79E1B\"/>\n <path d=\"M30.1321 1.25H51.1321C51.6568 1.25 52.0821 1.67534 52.0821 2.2V14.8C52.0821 15.3247 51.6568 15.75 51.1321 15.75H30.1321C29.6075 15.75 29.1821 15.3247 29.1821 14.8V2.2C29.1821 1.67534 29.6075 1.25 30.1321 1.25Z\" fill=\"white\" stroke=\"#EDEDED\" stroke-width=\"0.5\"/>\n <path d=\"M37.7276 11.4621L38.7284 5.5893H40.3292L39.3277 11.4621H37.7276ZM45.1109 5.7159C44.7938 5.59692 44.2968 5.46924 43.6762 5.46924C42.0945 5.46924 40.9803 6.26574 40.9708 7.40733C40.9618 8.25123 41.7662 8.72199 42.3734 9.00291C42.9965 9.29076 43.2059 9.47433 43.203 9.7314C43.1991 10.125 42.7054 10.3049 42.2453 10.3049C41.6046 10.3049 41.2642 10.2159 40.7385 9.9966L40.5322 9.9033L40.3076 11.218C40.6815 11.3819 41.3729 11.5239 42.0907 11.5313C43.7734 11.5313 44.8657 10.7439 44.8782 9.52482C44.8842 8.85675 44.4577 8.34834 43.5342 7.92918C42.9747 7.65753 42.632 7.47621 42.6356 7.20114C42.6356 6.95703 42.9257 6.69597 43.5523 6.69597C44.0758 6.68787 44.455 6.80202 44.7505 6.92097L44.8939 6.98877L45.1109 5.7159M49.2302 5.58921H47.9932C47.61 5.58921 47.3233 5.69382 47.155 6.07623L44.7777 11.4582H46.4586C46.4586 11.4582 46.7334 10.7345 46.7955 10.5757C46.9793 10.5757 48.6122 10.5782 48.8457 10.5782C48.8936 10.7838 49.0404 11.4582 49.0404 11.4582H50.5258L49.2302 5.58903V5.58921ZM47.2676 9.38151C47.4 9.04314 47.9054 7.73982 47.9054 7.73982C47.8959 7.75548 48.0368 7.3998 48.1176 7.1793L48.2258 7.68567C48.2258 7.68567 48.5324 9.08754 48.5964 9.38151H47.2676ZM36.3686 5.58921L34.8014 9.59421L34.6344 8.78031C34.3427 7.84212 33.4337 6.82566 32.4175 6.31677L33.8505 11.4528L35.5441 11.4508L38.0643 5.58915H36.3686\" fill=\"#171E6C\"/>\n <path d=\"M33.3395 5.58874H30.7582L30.7378 5.71093C32.7459 6.19705 34.0747 7.37182 34.6264 8.78323L34.0651 6.08443C33.9682 5.71258 33.6872 5.60161 33.3395 5.58862\" fill=\"#171E6C\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M78.6129 1C77.4206 1 64.7971 1 57.7475 1C57.1513 1 56.5552 1.6 56.5552 2.2V14.2C56.5552 15.4 57.1513 16 58.3436 16C64.9942 16 77.4206 16 78.6129 16C79.8052 16 80.4013 15.4 80.4013 14.2V2.8C80.4013 1.6 79.8052 1 78.6129 1Z\" fill=\"#306FC5\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.496 7.17857L58.0342 6.04592L57.575 7.17857H58.496ZM68.6703 6.72755C68.5775 6.7842 68.4679 6.78608 68.3365 6.78608H67.5168V6.15502H68.3476C68.4652 6.15502 68.5879 6.16033 68.6676 6.20626C68.7552 6.24765 68.8093 6.33575 68.8093 6.45744C68.8093 6.58161 68.7578 6.68153 68.6703 6.72755C68.7578 6.68153 68.6703 6.72755 68.6703 6.72755ZM74.518 7.17857L74.0511 6.04592L73.5867 7.17857H74.518ZM63.6175 8.40455H62.9257L62.9232 6.17935L61.9448 8.40455H61.3523L60.3713 6.17738V8.40455H58.9989L58.7396 7.77082H57.3347L57.0728 8.40455H56.3399L57.5483 5.56337H58.5508L59.6984 8.25338V5.56337H60.7997L61.6828 7.49077L62.494 5.56337H63.6174V8.40455H63.6175ZM66.3744 8.40455H64.1203V5.56337H66.3744V6.15502H64.7951V6.66714H66.3366V7.24953H64.7951V7.81693H66.3744V8.40455ZM69.5526 6.32855C69.5526 6.78154 69.2522 7.01558 69.0772 7.08585C69.2248 7.14241 69.3509 7.24233 69.411 7.32512C69.5062 7.46643 69.5227 7.59266 69.5227 7.84641V8.40455H68.8421L68.8395 8.04625C68.8395 7.87529 68.8558 7.62942 68.733 7.49274C68.6344 7.39282 68.4841 7.37113 68.2412 7.37113H67.5169V8.40455H66.8422V5.56337H68.3941C68.739 5.56337 68.9931 5.57254 69.2112 5.69945C69.4247 5.82637 69.5526 6.01165 69.5526 6.32855C69.5526 6.01165 69.5526 6.32855 69.5526 6.32855ZM70.6325 8.40455H69.944V5.56337H70.6325V8.40455ZM78.62 8.40455H77.6638L76.3848 6.27208V8.40455H75.0106L74.748 7.77082H73.3463L73.0915 8.40455H72.302C71.974 8.40455 71.5587 8.33153 71.3235 8.0903C71.0864 7.84906 70.963 7.5223 70.963 7.00564C70.963 6.58427 71.0368 6.19906 71.3268 5.89467C71.5449 5.66792 71.8865 5.56337 72.3515 5.56337H73.0048V6.17216H72.3652C72.119 6.17216 71.9799 6.209 71.846 6.34046C71.731 6.4601 71.652 6.68625 71.652 6.98404C71.652 7.28844 71.7121 7.50791 71.8376 7.65128C71.9414 7.76371 72.1302 7.79782 72.3078 7.79782H72.6109L73.5619 5.56345H74.5729L75.7153 8.25081V5.56345H76.7427L77.9288 7.54218V5.56345H78.62V8.40455ZM56.3321 8.9626H57.485L57.745 8.33153H58.3269L58.5862 8.9626H60.8546V8.48013L61.0571 8.96466H62.2347L62.4372 8.47293V8.9626H68.0746L68.0719 7.9267H68.181C68.2574 7.92936 68.2797 7.93647 68.2797 8.06339V8.9626H71.1954V8.72145C71.4306 8.84828 71.7964 8.9626 72.2777 8.9626H73.5043L73.7668 8.33153H74.3488L74.6055 8.9626H76.9693V8.36316L77.3273 8.9626H79.2214V5H77.3468V5.46799L77.0843 5H75.1608V5.46799L74.9197 5H72.3215C71.8865 5 71.5042 5.0611 71.1954 5.23138V5H69.4024V5.23138C69.2058 5.05587 68.9381 5 68.6403 5H62.0897L61.6501 6.02347L61.1988 5H59.1355V5.46799L58.9088 5H57.1492L56.332 6.88404V8.9626H56.3321ZM80.3331 11.0548H79.1033C78.9806 11.0548 78.899 11.0594 78.8303 11.1061C78.7591 11.1521 78.7317 11.2204 78.7317 11.3106C78.7317 11.4178 78.7918 11.4907 78.8792 11.5223C78.9504 11.5472 79.0269 11.5545 79.1393 11.5545L79.505 11.5643C79.874 11.5735 80.1203 11.6374 80.2705 11.7931C80.2979 11.8148 80.3143 11.8391 80.3331 11.8634V11.0548ZM80.3331 12.9284C80.1692 13.1696 79.8498 13.2919 79.4174 13.2919H78.1144V12.6825H79.4122C79.5409 12.6825 79.631 12.6655 79.6852 12.6122C79.7322 12.5682 79.765 12.5043 79.765 12.4268C79.765 12.344 79.7322 12.2783 79.6826 12.2389C79.6336 12.1955 79.5624 12.1758 79.4449 12.1758C78.8113 12.1541 78.0209 12.1955 78.0209 11.2962C78.0209 10.884 78.2809 10.4501 78.989 10.4501H80.333V9.8847H79.0843C78.7074 9.8847 78.4337 9.97553 78.2398 10.1168V9.8847H76.3927C76.0973 9.8847 75.7506 9.95839 75.5866 10.1168V9.8847H72.2882V10.1168C72.0257 9.92617 71.5827 9.8847 71.3783 9.8847H69.2026V10.1168C68.9949 9.91435 68.5331 9.8847 68.2516 9.8847H65.8166L65.2594 10.4916L64.7376 9.8847H61.1003V13.85H64.6691L65.2433 13.2335L65.7841 13.85L67.984 13.852V12.9192H68.2003C68.4921 12.9237 68.8364 12.9119 69.1401 12.7798V13.85H70.9546V12.8165H71.0421C71.1538 12.8165 71.1648 12.8211 71.1648 12.9334V13.8499H76.6769C77.0269 13.8499 77.3926 13.7597 77.5952 13.5961V13.8499H79.3436C79.7075 13.8499 80.0628 13.7985 80.3331 13.6671V12.9284ZM77.6415 11.7931C77.7729 11.9299 77.8433 12.1027 77.8433 12.3952C77.8433 13.0065 77.4638 13.2919 76.7833 13.2919H75.4691V12.6825H76.7781C76.906 12.6825 76.9968 12.6655 77.0537 12.6122C77.1001 12.5682 77.1334 12.5043 77.1334 12.4268C77.1334 12.344 77.0974 12.2783 77.051 12.2389C76.9994 12.1955 76.9283 12.1758 76.8108 12.1758C76.1797 12.1541 75.3895 12.1955 75.3895 11.2962C75.3895 10.884 75.6468 10.4501 76.3542 10.4501H77.7069V11.055H76.4691C76.3464 11.055 76.2667 11.0596 76.1988 11.1063C76.1249 11.1523 76.0975 11.2206 76.0975 11.3108C76.0975 11.418 76.1602 11.4909 76.2451 11.5224C76.3163 11.5474 76.3928 11.5547 76.5077 11.5547L76.871 11.5645C77.2373 11.5735 77.4887 11.6373 77.6415 11.7931C77.4887 11.6373 77.6415 11.7931 77.6415 11.7931ZM71.5528 11.6176C71.4626 11.6715 71.351 11.6761 71.2197 11.6761H70.3999V11.0378H71.2308C71.351 11.0378 71.4712 11.0404 71.5528 11.0892C71.6403 11.1352 71.6926 11.2232 71.6926 11.3448C71.6926 11.4664 71.6403 11.5643 71.5528 11.6176C71.6403 11.5643 71.5528 11.6176 71.5528 11.6176ZM71.9604 11.9712C72.1106 12.027 72.2333 12.127 72.2909 12.2098C72.3862 12.3486 72.4 12.478 72.4027 12.7285V13.2919H71.7253V12.9363C71.7253 12.7654 71.7416 12.5122 71.6162 12.3801C71.5176 12.2783 71.3673 12.2539 71.1211 12.2539H70.4V13.2919H69.722V10.45H71.2799C71.6215 10.45 71.8703 10.4652 72.0917 10.5841C72.3047 10.7136 72.4386 10.891 72.4386 11.2152C72.4385 11.6688 72.138 11.9003 71.9604 11.9712C72.138 11.9003 71.9604 11.9712 71.9604 11.9712ZM72.8128 10.45H75.0648V11.0377H73.4847V11.5544H75.0262V12.1342H73.4847V12.6997L75.0648 12.7022V13.2919H72.8128V10.45ZM68.2602 11.7615H67.3882V11.0378H68.268C68.5116 11.0378 68.6807 11.1377 68.6807 11.3863C68.6807 11.632 68.5195 11.7615 68.2602 11.7615ZM66.7161 13.0334L65.6802 11.8759L66.7161 10.755V13.0334ZM64.0407 12.6997H62.3817V12.1342H63.8631V11.5544H62.3817V11.0377H64.0734L64.8115 11.8659L64.0407 12.6997ZM69.4052 11.3863C69.4052 12.1757 68.82 12.3387 68.2301 12.3387H67.3882V13.2919H66.0767L65.2458 12.3511L64.3823 13.2919H61.7096V10.45H64.4235L65.2537 11.3816L66.1119 10.45H68.268C68.8035 10.45 69.4052 10.5992 69.4052 11.3863C69.4052 10.5992 69.4052 11.3863 69.4052 11.3863Z\" fill=\"white\"/>\n </svg></a>`;\n\n style = `\n <% if (font.id === ${FontIds.CIRCULAR_STD}) { %>\n @font-face{font-family:circular std;font-style:normal;font-weight:450;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Book.woff) format('woff')}@font-face{font-family:circular std;font-style:italic;font-weight:450;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BookItalic.woff) format('woff')}@font-face{font-family:circular std;font-style:normal;font-weight:500;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Medium.woff) format('woff')}@font-face{font-family:circular std;font-style:italic;font-weight:500;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-MediumItalic.woff) format('woff')}@font-face{font-family:circular std;font-style:normal;font-weight:700;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Bold.woff) format('woff')}@font-face{font-family:circular std;font-style:italic;font-weight:700;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BoldItalic.woff) format('woff')}@font-face{font-family:circular std;font-style:normal;font-weight:900;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Black.woff) format('woff')}@font-face{font-family:circular std;font-style:italic;font-weight:900;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BlackItalic.woff) format('woff')}\n <% } else if (font.id === ${FontIds.ROBOTO}) { %>\n @font-face{font-family:roboto;font-style:normal;font-weight:400;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Regular.woff) format('woff')}@font-face{font-family:roboto;font-style:italic;font-weight:400;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Italic.woff) format('woff')}@font-face{font-family:roboto;font-style:normal;font-weight:700;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Bold.woff) format('woff')}@font-face{font-family:roboto;font-style:italic;font-weight:700;src:local('Roboto'),url(https://fonts.cdnfonts.com/s/12165/Roboto-BoldItalic.woff) format('woff')}@font-face{font-family:roboto thin;font-style:normal;font-weight:250;src:local('Roboto Thin'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Thin.woff) format('woff')}@font-face{font-family:roboto thin;font-style:italic;font-weight:250;src:local('Roboto Thin'),url(https://fonts.cdnfonts.com/s/12165/Roboto-ThinItalic.woff) format('woff')}@font-face{font-family:roboto light;font-style:normal;font-weight:300;src:local('Roboto Light'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Light.woff) format('woff')}@font-face{font-family:roboto light;font-style:italic;font-weight:300;src:local('Roboto Light'),url(https://fonts.cdnfonts.com/s/12165/Roboto-LightItalic.woff) format('woff')}@font-face{font-family:roboto medium;font-style:normal;font-weight:500;src:local('Roboto Medium'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Medium.woff) format('woff')}@font-face{font-family:roboto medium;font-style:italic;font-weight:500;src:local('Roboto Medium'),url(https://fonts.cdnfonts.com/s/12165/Roboto-MediumItalic.woff) format('woff')}@font-face{font-family:roboto black;font-style:normal;font-weight:900;src:local('Roboto Black'),url(https://fonts.cdnfonts.com/s/12165/Roboto-Black.woff) format('woff')}@font-face{font-family:roboto black;font-style:italic;font-weight:900;src:local('Roboto Black'),url(https://fonts.cdnfonts.com/s/12165/Roboto-BlackItalic.woff) format('woff')}\n <% } else if (font.id === ${FontIds.POPPINS}) { %>\n @font-face{font-family:poppins;font-style:normal;font-weight:400;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Regular.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:400;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Italic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:250;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Thin.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:250;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-ThinItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:275;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-ExtraLight.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:275;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-ExtraLightItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:300;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Light.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:300;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-LightItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:500;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Medium.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:500;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-MediumItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:600;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-SemiBold.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:600;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-SemiBoldItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:700;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Bold.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:700;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-BoldItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:800;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-ExtraBold.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:800;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-ExtraBoldItalic.woff) format('woff')}@font-face{font-family:poppins;font-style:normal;font-weight:900;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-Black.woff) format('woff')}@font-face{font-family:poppins;font-style:italic;font-weight:900;src:local('Poppins'),url(https://fonts.cdnfonts.com/s/16009/Poppins-BlackItalic.woff) format('woff')}\n <% } else if (font.id === ${FontIds.RALEWAY}) { %>\n @font-face{font-family:raleway;font-style:normal;font-weight:400;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Regular.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:400;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Regular.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:400;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Italic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:250;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Thin.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:250;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-ThinItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:275;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-ExtraLight.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:275;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-ExtraLightItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:300;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Light.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:300;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-LightItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:500;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Medium.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:500;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-MediumItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:600;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-SemiBold.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:600;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-SemiBoldItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:700;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Bold.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:700;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-BoldItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:800;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-ExtraBold.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:800;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-ExtraBoldItalic.woff) format('woff')}@font-face{font-family:raleway;font-style:normal;font-weight:900;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-Black.woff) format('woff')}@font-face{font-family:raleway;font-style:italic;font-weight:900;src:local('Raleway'),url(https://fonts.cdnfonts.com/s/18954/Raleway-BlackItalic.woff) format('woff')}\n <% } else if (font.id === ${FontIds.ZILLA}) { %>\n @font-face {\n font-family: 'Zilla Slab';\n font-style: normal;\n font-weight: 400;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-Regular.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: italic;\n font-weight: 400;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-Italic.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: normal;\n font-weight: 300;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-Light.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: italic;\n font-weight: 300;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-LightItalic.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: normal;\n font-weight: 500;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-Medium.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: italic;\n font-weight: 500;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-MediumItalic.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: normal;\n font-weight: 600;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-SemiBold.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: italic;\n font-weight: 600;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-SemiBoldItalic.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: normal;\n font-weight: 700;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-Bold.woff') format('woff');\n }\n @font-face {\n font-family: 'Zilla Slab';\n font-style: italic;\n font-weight: 700;\n src: local('Zilla Slab'), url('https://fonts.cdnfonts.com/s/15572/ZillaSlab-BoldItalic.woff') format('woff');\n } \n <% } %>\n\n .pdf-content { padding: 0; margin: 0px; }\n .pdf-content body { width: 100%; margin: 0px; font-family: \"<%= font.name %>\"; font-size: 12px !important; font-weight: normal; }\n .pdf-content .row { display: flex; }\n .pdf-content .items-end { align-items: end; }\n .pdf-content .space-between { justify-content: space-between; }\n .pdf-content .full-width { width: 100% }\n .pdf-content .mt-30 { margin-top: 30px }\n .pdf-content .mt-25 { margin-top: 25px }\n .pdf-content .mt-20 { margin-top: 20px }\n .pdf-content .mt-10 { margin-top: 10px }\n .pdf-content .align-center { text-align: center; }\n .pdf-content .margin-auto { margin: auto; }\n .pdf-content .justify-center { justify-content: center; }\n .pdf-content table { font-size: 12px; font-style: normal; }\n\n /* Header */\n .pdf-content .society-informations p { margin: 0px; }\n .pdf-content .society-informations > div p { font-weight: bold; }\n .pdf-content .logo-placeholder { width: 300px; max-height: 150px;text-align: <%= settings && settings.logoAlignment === 'left' ? 'left' : 'right' %>; margin-bottom: <%= settings && settings.logoAlignment === 'left' ? '10px;' : '0px' %>}\n .pdf-content .logo-placeholder > svg, .pdf-content .logo-placeholder > img { max-width: 100%; max-height: 150px; }\n .pdf-content .document-reference { font-size: 20px !important; }\n .pdf-content .customer-border { border: <%= settings && settings.customerBlockBorderThickness ? settings.customerBlockBorderThickness + 'px' : '2px' %> solid <%= settings && settings.customerBlockBorderColor ? settings.customerBlockBorderColor : '#EAEAEA' %>; border-radius: 6px; padding: 7px; }\n\n /* Body */\n .pdf-content table.commercial-table-preview { border-spacing: 1px; border-collapse: collapse; }\n .pdf-content table.commercial-table-preview, .pdf-content th, .pdf-content td { border: 1px solid #DADCDF; }\n .pdf-content table.commercial-table-preview tr td p { margin: 0px; }\n .pdf-content table.commercial-table-preview tbody tr td { padding: 7px; background-color: white; vertical-align: baseline;}\n .pdf-content table.commercial-table-preview thead tr td { background-color: <%= settings && settings.color ? settings.color : '#EAEAEA' %>; color: <%= settings && settings.fontColor ? settings.fontColor : '#000000' %> !important; padding: 7px; }\n .pdf-content table.commercial-table-preview thead tr td:not(:first-child) { text-align: right; }\n .pdf-content table.commercial-table-preview .product-description { color: #838384 }\n .pdf-content table.commercial-table-preview .product-quantity, .pdf-content table.commercial-table-preview .product-price-without-vat, .pdf-content table.commercial-table-preview .product-vat, .pdf-content table.commercial-table-preview .product-total-price-without-vat,.pdf-content table.commercial-table-preview .product-discount { text-align: right; }\n .pdf-content table.commercial-table-preview td.product-quantity, .pdf-content table.commercial-table-preview td.product-vat { width: 10% }\n .pdf-content td.product-discount { width: 12.5% }\n .pdf-content table.commercial-table-preview td.product-total-price-without-vat, .pdf-content table.commercial-table-preview td.product-price-without-vat { width: 15% }\n .pdf-content table.commercial-table-preview tr.vat-detail-row td:not(:first-child) { text-align: right; }\n .pdf-content table.commercial-table-preview.summary-prices tr td:not(:first-child) {text-align: right;}\n .pdf-content table.commercial-table-preview.summary-prices tr td:first-child {border-right: none;}\n .pdf-content table.commercial-table-preview .discount-percent { color: #838384; font-size: smaller }\n .pdf-content a.payment-button { margin-left: 40px; display: flex; align-items: center; background-color: #EBF1FF; border-radius: 10px; font-weight: 450; font-size: 12px !important; color: #1656FF; border: none; padding: 8px 14px; text-decoration: none; }\n .pdf-content a.payment-button svg { margin-left: 15px; }\n\n <% if (settings && !settings.areLineSeparationHidden) { %> \n .pdf-content td { border-top: <%= settings && settings.lineSeparationThickness ? settings.lineSeparationThickness + 'px' : '2px' %> <%= settings && settings.lineSeparationType ? settings.lineSeparationType : 'solid' %> <%= settings && settings.lineSeparationColor ? settings.lineSeparationColor : '#EAEAEA' %> !important; border-bottom: <%= settings && settings.lineSeparationThickness ? settings.lineSeparationThickness + 'px' : '2px' %> <%= settings && settings.lineSeparationType ? settings.lineSeparationType : 'solid' %> <%= settings && settings.lineSeparationColor ? settings.lineSeparationColor : '#EAEAEA' %> !important; }\n <% } %>\n\n <% if (settings && !settings.areColumnsSeparationHidden) { %> \n .pdf-content td { border-left: <%= settings && settings.columnSeparationThickness ? settings.columnSeparationThickness + 'px' : '2px' %> <%= settings && settings.columnSeparationType ? settings.columnSeparationType : 'solid' %> <%= settings && settings.columnSeparationColor ? settings.columnSeparationColor : '#EAEAEA' %> !important; border-right: <%= settings && settings.columnSeparationThickness ? settings.columnSeparationThickness + 'px' : '2px' %> <%= settings && settings.columnSeparationType ? settings.columnSeparationType : 'solid' %> <%= settings && settings.columnSeparationColor ? settings.columnSeparationColor : '#EAEAEA' %> !important; }\n <% } %>\n\n <% if (settings && !settings.areExternalBordersHidden) { %> \n .pdf-content table.commercial-table-preview { border: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }\n .pdf-content table.commercial-table-preview tr:last-child td { border-bottom: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }\n .pdf-content table.commercial-table-preview thead td { border-top: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }\n .pdf-content table.commercial-table-preview td:first-child { border-left: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }\n .pdf-content table.commercial-table-preview td:last-child { border-right: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }\n <% } %>\n \n <% if (settings && settings.areLinesSeparationHidden) { %>\n .pdf-content td { border-top: none !important; border-bottom: none !important; }\n <% } %>\n <% if (settings && settings.areColumnsSeparationHidden) { %>\n .pdf-content td { border-left: none !important; border-right: none !important; }\n <% } %>\n <% if (settings && settings.areExternalBordersHidden) { %>\n .pdf-content table.commercial-table-preview { border: none !important }\n .pdf-content table.commercial-table-preview tr:last-child td { border-bottom: none !important }\n .pdf-content table.commercial-table-preview thead td { border-top: none !important }\n .pdf-content table.commercial-table-preview td:first-child { border-left: none !important }\n .pdf-content table.commercial-table-preview td:last-child { border-right: none !important }\n <% } %>`;\n\n styleWYSIWYG = `\n #WYSIWYG .ql-size-small { font-size: 0.75em; }\n #WYSIWYG .ql-size-large { font-size: 1.5em; }\n #WYSIWYG .ql-size-huge { font-size: 2.5em; }\n\n #WYSIWYG .ql-align-center { text-align: center; }\n #WYSIWYG .ql-align-justify { text-align: justify; }\n #WYSIWYG .ql-align-right { text-align: right; }\n\n #WYSIWYG ql-indent-1 { padding-left: 3em; }\n #WYSIWYG ql-indent-2 { padding-left: 6em; }\n #WYSIWYG ql-indent-3 { padding-left: 9em; }\n #WYSIWYG ql-indent-4 { padding-left: 12em; }\n #WYSIWYG ql-indent-5 { padding-left: 15em; }\n #WYSIWYG ql-indent-6 { padding-left: 18em; }\n `;\n}\n\nexport class CommercialDocumentMailHTML {\n style = `\n @font-face{font-family:circular std;font-style:normal;font-weight:450;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Book.woff) format('woff')}\n @font-face{font-family:circular std;font-style:italic;font-weight:450;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BookItalic.woff) format('woff')}\n @font-face{font-family:circular std;font-style:normal;font-weight:500;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Medium.woff) format('woff')}\n @font-face{font-family:circular std;font-style:italic;font-weight:500;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-MediumItalic.woff) format('woff')}\n @font-face{font-family:circular std;font-style:normal;font-weight:700;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Bold.woff) format('woff')}\n @font-face{font-family:circular std;font-style:italic;font-weight:700;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BoldItalic.woff) format('woff')}\n @font-face{font-family:circular std;font-style:normal;font-weight:900;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-Black.woff) format('woff')}\n @font-face{font-family:circular std;font-style:italic;font-weight:900;src:local('Circular Std'),url(https://fonts.cdnfonts.com/s/15011/CircularStd-BlackItalic.woff) format('woff')}\n\n /* Css classes not working inside mails */\n`;\n\n header = `<style>html { -webkit-print-color-adjust: exact; }</style>\n <style>\n ${this.style}\n </style>\n <div style=\"background-color: <%= brandColors.primary50 %> !important; color: black; width: calc(100% - 48px); display: grid; border-radius: 16px; padding: 24px;\">\n <div style=\"width: max-content; margin: auto; font-size: 16px; font-family: 'circular std', sans-serif; font-weight: 100; line-height: 140%; position: relative;\">\n <div style=\"color: black;\"><span style=\"font-weight: 500;\"><%- companyName %></span> <%= languageMail.mail.common.send %> \n <% if(idEstimateInvoiceType) { %>\n <% if ([${EstimateInvoiceType.FACTURE}, ${EstimateInvoiceType.RESTE}].includes(idEstimateInvoiceType)) { %>\n <%= languageMail.mail.invoice.title %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.DEVIS}) { %>\n <%= languageMail.mail.estimate.title %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.BON}) { %>\n <%= languageMail.mail.orderForm.title %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.ACOMPTE}) { %>\n <%= languageMail.mail.deposit.title %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.AVOIR}) { %>\n <%= languageMail.mail.asset.title %>\n <% } %>\n <% } else { %> \n <%= languageMail.mail.default.title %>\n <% } %>\n :\n </div>\n <div style=\"<% if (hasVat) { %>margin-top: 16px;<% } %> display: flex;\">\n <div style=\"margin-right: 64px;\">\n <div style=\"font-weight: 500; font-size: 24px; line-height: 120%;\"> \n <% if(idEstimateInvoiceType) { %>\n <% if ([${EstimateInvoiceType.FACTURE}, ${EstimateInvoiceType.RESTE}].includes(idEstimateInvoiceType)) { %>\n <%= languageMail.mail.invoice.subTitle %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.DEVIS}) { %>\n <%= languageMail.mail.estimate.subTitle %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.BON}) { %>\n <%= languageMail.mail.orderForm.subTitle %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.ACOMPTE}) { %>\n <%= languageMail.mail.deposit.subTitle %>\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.AVOIR}) { %>\n <%= languageMail.mail.asset.subTitle %>\n <% } %>\n <% } else { %> \n <%= languageMail.mail.default.subTitle %>\n <% } %>\n <%- reference %>\n </div>\n <div style=\"; color: <%= brandColors.primary500 %>; font-size: 14px;\">\n <%= languageMail.mail.common.dueDate %> : <%- dueDateFormatted %>\n </div>\n <div style=\"margin: 16px 0; font-size: 14px;\">\n <% if (hasVat) { %>\n <div style=\"display: flex; width: 240px; color: #838384; margin-bottom: 10px;\">\n <%= languageMail.mail.common.totalHt %> <div style=\"margin-left: auto;\"><%- totalTaxExcludedFormatted.integerValue %>,<span style=\"font-size: 12px;\"><%- totalTaxExcludedFormatted.centValue %> €</span></div>\n </div>\n <div style=\"display: flex; width: 240px; color: #838384; margin-bottom: 10px;\">\n <%= languageMail.mail.common.totalVat %> <div style=\"margin-left: auto;\"><%- totalVatFormatted.integerValue %>,<span style=\"font-size: 12px;\"><%- totalVatFormatted.centValue %> €</span></div>\n </div>\n <div style=\"width: 240px; height: 2px; background-color: <%= brandColors.primary300 %>; margin-bottom: 10px;\"></div>\n <% } %>\n <div style=\"display: flex; width: 240px; font-size: 16px; color: black;\">\n <%= languageMail.mail.common.totalTtc %> <div style=\"font-size: 20px; font-weight: 500; margin-left: auto;\" ><%- totalTaxIncludedFormatted.integerValue %>,<span style=\"font-size: 16px;\"><%- totalTaxIncludedFormatted.centValue %> €</span></div>\n </div>\n </div>\n <a <% if (fileUrl) { %>href=\"<%= fileUrl %>\"<% } %> target=\"_blank\" style=\"color: white; text-decoration: none; background-color: <%= brandColors.primary500 %>; <% if (fileUrl) { %> cursor: pointer; <% } else { %> cursor: default; pointer-events: none; <% } %> padding: 10px 45px; font-size: 16px; border-radius: 4px;\">\n <%= languageMail.mail.common.displayDocument %>\n </a>\n </div>\n <div style=\"margin: auto;\">\n <% if (logoUrl) { %>\n <div style=\"width: 154px; height: 154px; border-radius: 50%; border: 2px solid <%= brandColors.primary300 %>; background-color: white;\">\n <table>\n <tr>\n <td valign=\"top\" style=\"vertical-align:middle; width: 154px; height: 154px;\">\n <img src=\"<%= logoUrl %>\" alt=\"logo\" style=\"max-height: 100px; max-width: 100px; margin: auto; display: block;\" />\n </td>\n </tr>\n </table>\n </div>\n <% } else { %>\n <img src=\"<%= hostS3 %>config/mail-sale-document.png\" />\n <% } %>\n </div>\n </div>\n <% if (!shouldHideBrandName) { %>\n <div style=\"margin-top: 20px; margin-bottom: -8px; width: fit-content; white-space: nowrap; margin-left: auto; margin-right: auto; font-size: 14px;\">\n <div class=\"brand-tag\" style=\"display: flex; line-height: 18px; height: 14px;\">\n <%= languageMail.mail.common.generate %> <% if (hostS3) { %><img src=\"<%= hostS3 %>config/logo-brand.png\" alt=\"logo\" style=\"max-height: 18px; margin-left: 5px;\" /><% } %>\n </div>\n </div>\n <% } %>\n </div>\n </div>\n `;\n}\n"]}
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export * from './bankAccount.js';
|
|
|
20
20
|
export * from './commercialOffer.js';
|
|
21
21
|
export * from './societyApproval.js';
|
|
22
22
|
export * from './commercialManagement/saleEmail.js';
|
|
23
|
+
export * from './acdVat.js';
|
|
23
24
|
export * from './transforms/boolean.transform.js';
|
|
24
25
|
export * from './transforms/number.transform.js';
|
|
25
26
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,6CAA6C,CAAC;AAC5D,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,sCAAsC,CAAC;AACrD,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,6CAA6C,CAAC;AAC5D,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,sCAAsC,CAAC;AACrD,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qCAAqC,CAAC;AACpD,cAAc,aAAa,CAAC;AAC5B,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC"}
|
package/dist/utils/index.js
CHANGED
|
@@ -20,6 +20,7 @@ export * from './bankAccount.js';
|
|
|
20
20
|
export * from './commercialOffer.js';
|
|
21
21
|
export * from './societyApproval.js';
|
|
22
22
|
export * from './commercialManagement/saleEmail.js';
|
|
23
|
+
export * from './acdVat.js';
|
|
23
24
|
export * from './transforms/boolean.transform.js';
|
|
24
25
|
export * from './transforms/number.transform.js';
|
|
25
26
|
//# sourceMappingURL=index.js.map
|
package/dist/utils/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,6CAA6C,CAAC;AAC5D,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,sCAAsC,CAAC;AACrD,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC","sourcesContent":["export * from './objectUtils/index.js';\nexport * from './stringUtils/index.js';\nexport * from './brands.js';\nexport * from './webmail.js';\nexport * from './decorators/isE164PhoneNumber.decorator.js';\nexport * from './documents.js';\nexport * from './balanceSheetModule.js';\nexport * from './siretValidation.js';\nexport * from './statutsGeneration.js';\nexport * from './exercice.js';\nexport * from './prestation.js';\nexport * from './task.js';\nexport * from './social.js';\nexport * from './commercialManagement/recurrence.js';\nexport * from './amount.js';\nexport * from './quotation.js';\nexport * from './isHtml.js';\nexport * from './isUrl.js';\nexport * from './bankAccount.js';\nexport * from './commercialOffer.js';\nexport * from './societyApproval.js';\nexport * from './commercialManagement/saleEmail.js';\nexport * from './transforms/boolean.transform.js';\nexport * from './transforms/number.transform.js';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,6CAA6C,CAAC;AAC5D,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,sCAAsC,CAAC;AACrD,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qCAAqC,CAAC;AACpD,cAAc,aAAa,CAAC;AAC5B,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC","sourcesContent":["export * from './objectUtils/index.js';\nexport * from './stringUtils/index.js';\nexport * from './brands.js';\nexport * from './webmail.js';\nexport * from './decorators/isE164PhoneNumber.decorator.js';\nexport * from './documents.js';\nexport * from './balanceSheetModule.js';\nexport * from './siretValidation.js';\nexport * from './statutsGeneration.js';\nexport * from './exercice.js';\nexport * from './prestation.js';\nexport * from './task.js';\nexport * from './social.js';\nexport * from './commercialManagement/recurrence.js';\nexport * from './amount.js';\nexport * from './quotation.js';\nexport * from './isHtml.js';\nexport * from './isUrl.js';\nexport * from './bankAccount.js';\nexport * from './commercialOffer.js';\nexport * from './societyApproval.js';\nexport * from './commercialManagement/saleEmail.js';\nexport * from './acdVat.js';\nexport * from './transforms/boolean.transform.js';\nexport * from './transforms/number.transform.js';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"acdVat.spec.d.ts","sourceRoot":"","sources":["../../../ts/utils/tests/acdVat.spec.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { describe, expect, test } from 'vitest';
|
|
2
|
+
import { Vat } from '../../types/Enum/Vat.js';
|
|
3
|
+
import { AcdVatCode } from '../../types/Interface/api/acd/Vat.js';
|
|
4
|
+
import { acdVatCodeToIdVat, idVatToAcdVatCode } from '../acdVat.js';
|
|
5
|
+
describe('acdVat utils', () => {
|
|
6
|
+
test('should map internal VAT ids to ACD VAT codes', () => {
|
|
7
|
+
expect(idVatToAcdVatCode(Vat.TX_20.id)).toBe(AcdVatCode.NORMAL);
|
|
8
|
+
expect(idVatToAcdVatCode(Vat.TX_10.id)).toBe(AcdVatCode.REDUIT_10);
|
|
9
|
+
expect(idVatToAcdVatCode(Vat.TX_5_5.id)).toBe(AcdVatCode.REDUIT_5_5);
|
|
10
|
+
expect(idVatToAcdVatCode(Vat.TX_2_1.id)).toBe(AcdVatCode.REDUIT_2_1);
|
|
11
|
+
expect(idVatToAcdVatCode(Vat.INTRACOM_TX_20.id)).toBe(AcdVatCode.INTRACOM);
|
|
12
|
+
expect(idVatToAcdVatCode(Vat.IMPORTATION_TX_20.id)).toBe(AcdVatCode.AUTOL);
|
|
13
|
+
expect(idVatToAcdVatCode(Vat.WITHOUT_TAXE.id)).toBeNull();
|
|
14
|
+
});
|
|
15
|
+
test('should map ACD VAT codes back to internal VAT ids', () => {
|
|
16
|
+
expect(acdVatCodeToIdVat(AcdVatCode.NORMAL)).toBe(Vat.TX_20.id);
|
|
17
|
+
expect(acdVatCodeToIdVat(AcdVatCode.REDUIT_10)).toBe(Vat.TX_10.id);
|
|
18
|
+
expect(acdVatCodeToIdVat(AcdVatCode.REDUIT_5_5)).toBe(Vat.TX_5_5.id);
|
|
19
|
+
expect(acdVatCodeToIdVat(AcdVatCode.REDUIT_2_1)).toBe(Vat.TX_2_1.id);
|
|
20
|
+
expect(acdVatCodeToIdVat(AcdVatCode.INTRACOM)).toBe(Vat.INTRACOM_TX_20.id);
|
|
21
|
+
expect(acdVatCodeToIdVat(AcdVatCode.AUTOL)).toBe(Vat.IMPORTATION_TX_20.id);
|
|
22
|
+
expect(acdVatCodeToIdVat(AcdVatCode.NON_AFFECTE)).toBeNull();
|
|
23
|
+
});
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=acdVat.spec.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"acdVat.spec.js","sourceRoot":"","sources":["../../../ts/utils/tests/acdVat.spec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAChD,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEpE,QAAQ,CAAC,cAAc,EAAE,GAAG,EAAE;IAC5B,IAAI,CAAC,8CAA8C,EAAE,GAAG,EAAE;QACxD,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;QAChE,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;QACnE,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;QACrE,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;QACrE,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;QAC3E,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,iBAAiB,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;QAC3E,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC;IAC5D,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,mDAAmD,EAAE,GAAG,EAAE;QAC7D,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;QAChE,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;QACnE,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;QACrE,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;QACrE,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC;QAC3E,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,EAAE,CAAC,CAAC;QAC3E,MAAM,CAAC,iBAAiB,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC;IAC/D,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC","sourcesContent":["import { describe, expect, test } from 'vitest';\nimport { Vat } from '../../types/Enum/Vat.js';\nimport { AcdVatCode } from '../../types/Interface/api/acd/Vat.js';\nimport { acdVatCodeToIdVat, idVatToAcdVatCode } from '../acdVat.js';\n\ndescribe('acdVat utils', () => {\n test('should map internal VAT ids to ACD VAT codes', () => {\n expect(idVatToAcdVatCode(Vat.TX_20.id)).toBe(AcdVatCode.NORMAL);\n expect(idVatToAcdVatCode(Vat.TX_10.id)).toBe(AcdVatCode.REDUIT_10);\n expect(idVatToAcdVatCode(Vat.TX_5_5.id)).toBe(AcdVatCode.REDUIT_5_5);\n expect(idVatToAcdVatCode(Vat.TX_2_1.id)).toBe(AcdVatCode.REDUIT_2_1);\n expect(idVatToAcdVatCode(Vat.INTRACOM_TX_20.id)).toBe(AcdVatCode.INTRACOM);\n expect(idVatToAcdVatCode(Vat.IMPORTATION_TX_20.id)).toBe(AcdVatCode.AUTOL);\n expect(idVatToAcdVatCode(Vat.WITHOUT_TAXE.id)).toBeNull();\n });\n\n test('should map ACD VAT codes back to internal VAT ids', () => {\n expect(acdVatCodeToIdVat(AcdVatCode.NORMAL)).toBe(Vat.TX_20.id);\n expect(acdVatCodeToIdVat(AcdVatCode.REDUIT_10)).toBe(Vat.TX_10.id);\n expect(acdVatCodeToIdVat(AcdVatCode.REDUIT_5_5)).toBe(Vat.TX_5_5.id);\n expect(acdVatCodeToIdVat(AcdVatCode.REDUIT_2_1)).toBe(Vat.TX_2_1.id);\n expect(acdVatCodeToIdVat(AcdVatCode.INTRACOM)).toBe(Vat.INTRACOM_TX_20.id);\n expect(acdVatCodeToIdVat(AcdVatCode.AUTOL)).toBe(Vat.IMPORTATION_TX_20.id);\n expect(acdVatCodeToIdVat(AcdVatCode.NON_AFFECTE)).toBeNull();\n });\n});\n"]}
|