:root{--colorPrimary: #4B47BD;--colorInteractive:#807edf;--colorLight: #eef0fc;--colorHover: #e3e6fa;--colorHoverDark:#d0d0f3;--colorPrimaryLight: #e8e8f0;--colorBorder: #0003;--colorFont:#536387;--colorFontDarker:#212137, --colorInput: #536387;--colorBackground: #eeedea;--colorBackgroundWhite: #f5f5f5;--colorWarning: #FFF6E5;--colorWarningDark: #7B4609;--colorError: #f14668;--colorInfo: #006152;--colorInfoBackground: #F5FFFE;--spaceS: 8px;--spaceM: 16px;--spaceL: 32px;--spaceXL: 48px;--borderRadius: 4px}@media only screen and (max-width: 768px){:root{--spaceL: 16px;--spaceXL: 32px}}*{margin:0;box-sizing:border-box;color:var(--colorFontDarker);font-family:Atkinson}ul{margin:0;padding:0}:focus{outline-color:var(--colorInteractive);box-shadow:0 0 0 .125em #485fc740}.select select,label.checkbox,button,.styled{display:flex;gap:6px;align-items:center;justify-content:center;border:none;cursor:pointer;padding:8px 12px;color:var(--colorFont);border-radius:var(--borderRadius);font-size:1rem;background:#fff;transition:all .15s ease-in-out}.select select:hover,label.checkbox:hover,button:hover,.styled:hover{background:var(--colorLight)}.select select:focus,label.checkbox:focus,button:focus,.styled:focus{outline-color:var(--colorInteractive);box-shadow:0 0 0 .125em #485fc740}@media only screen and (max-width: 768px){.select select,label.checkbox,button,.styled{font-size:.8rem}}.hide-mobile{display:block}@media only screen and (max-width: 768px){.hide-mobile{display:none}}.hide-desktop{display:none}@media only screen and (max-width: 768px){.hide-desktop{display:block}}button{border:none;padding:8px 14px;cursor:pointer}button:focus{outline-color:var(--colorInteractive);box-shadow:0 0 0 .125em #485fc740}button.small{font-size:.8rem}button.primary{background:var(--colorPrimary);color:#fff}button.primary:hover{background:#3b379a}button.light{background-color:#eff1fa;color:#3850b7}button.light:hover{background:#c8cfee}button.danger{background:var(--colorError);color:#fff}button.success{background:#00d1b2;color:#fff}button.success:hover{border-color:#00947e}button.icon{padding:4px;position:relative}button.close-round{right:calc(var(--spaceL) / 2);top:calc(var(--spaceL) / 2);position:absolute;background-color:#0a0a0a33;height:20px;width:20px;border-radius:9999px;padding:0}button.close-round:before,button.close-round:after{height:50%;width:2px;background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}button.close-round:after{height:2px;width:50%}.buttons{display:flex;gap:8px}.shadow{box-shadow:0 1px 2px #a6afc340}@font-face{font-family:Atkinson;src:url(/assets/Atkinson-Hyperlegible-Regular-102a-CasLllZS.woff2) format("woff2"),url(/assets/Atkinson-Hyperlegible-Regular-102-RL0Mhkoc.woff) format("woff");font-weight:regular;descent-override:12%}body{font-family:Atkinson}a{color:#4b47bd}a:hover{color:var(--colorInteractive)}.overline{color:#b5b5b5;font-size:.625em;font-weight:600;letter-spacing:.2em;margin-bottom:.5rem;margin-top:1rem;text-transform:uppercase}.tag{display:inline-flex;align-items:center;background-color:#f5f5f5;color:#212137;border-radius:var(--borderRadius);font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding:0 .75em;white-space:nowrap}.tag.danger{background-color:#feecf0;color:#cc0f35}input,textarea,select{font-family:Atkinson;background-color:#fff;border-color:#0003;border-radius:var(--borderRadius);color:#363636;display:block;font-size:1em;max-width:100%;outline:0}input:focus,textarea:focus,select:focus{border-color:var(--colorInteractive);box-shadow:0 0 0 .125em #485fc740}input.small,textarea.small,select.small{font-size:.8rem}@media only screen and (min-width: 768px){input,textarea,select{font-size:.8rem}}input::placeholder,textarea::placeholder,select::placeholder{opacity:.4}input[type=text],input[type=search]{width:100%;text-align:center;margin:0;padding:4%;box-shadow:inset 0 .0625em .125em #0a0a0a0d;outline:none;border:1px solid var(--colorBorder)}form{width:100%}label.checkbox{gap:10px}label.checkbox input{transform:scale(1.2)}.select{position:relative}.select select{-moz-appearance:none;-webkit-appearance:none;padding-right:3.5em;line-height:1.1}.select:after{border:3px solid transparent;border-color:var(--colorPrimary);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;width:.625em;margin-top:-9.5px;pointer-events:none;position:absolute;right:1.125em;top:50%;transform-origin:center;transform:rotate(-45deg);z-index:4}@media only screen and (max-width: 768px){.select:after{margin-top:-7px;height:.45em;width:.45em}}.file{flex-grow:1;background:var(--colorLight);position:relative;width:100%;border-radius:var(--borderRadius);border:1px solid var(--colorBorder)}.file:hover{background:var(--colorHover)}.file .file-input{opacity:0;outline:none;position:absolute;height:100%;width:100%}.file .file-cta{position:absolute;height:100%;width:100%;display:flex;gap:4px;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.file .file-label{padding:0 8px;text-align:center}@media only screen and (max-width: 768px){.file .file-label{display:none}}@media only screen and (max-width: 1024px){.file .file-label{font-size:.85rem}}.picto{background:#fff;padding:8%;gap:5%;display:flex;flex-direction:column;width:100%;align-items:center;color:#212137;text-align:center;aspect-ratio:1/1;border:1px solid #c9c9c9}.picto.gap,.picto.new-picto{border:none;border-radius:var(--borderRadius);box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05}.picto .actions{display:flex;justify-content:space-around;gap:2%;width:100%}.picto .actions button{padding:4%;color:var(--colorFontDarker)}.picto .actions button.delete{color:var(--colorError)}.picto .picto-img{object-fit:contain;width:100%;height:2%;flex-grow:1;cursor:grab}.picto .caps{font-weight:700;letter-spacing:2px;font-size:.8rem}.grid-container{padding:0 var(--spaceL)}.grid{display:grid;min-width:auto!important;width:100%;margin:0 auto 48px;align-items:start;justify-content:center;padding:12px;border:2px dashed transparent;background:var(--colorPrimaryLight)}.grid.gaps .page-end{margin-bottom:36px}.grid .page-end:not(.sortable-drag){margin-bottom:48px}.grid .page-end:not(.sortable-drag):after{pointer-events:none;background:var(--colorBackgroundWhite);height:24px;width:100%;margin-top:12px;content:"";display:block;position:absolute;left:0;transition:opacity .3s .5s}.grid.active{border-color:#4b47bd}.grid.active .page-end:after{opacity:0;transition:opacity .3s}.toast{order:-1;width:100%;background:var(--colorWarning);gap:8px;color:#ab610f;cursor:auto;margin-bottom:16px;gap:16px;flex-grow:1;font-size:1rem}.toast:hover{background:var(--colorWarning)}.fullheight{height:100%;flex-grow:1}#app{display:flex;flex-direction:column;background-color:var(--colorBackgroundWhite)}@media screen{body,#app,.min-height{min-height:100vh}}.hidden{display:none}.spinner{animation:rotate 1.5s linear infinite;width:30px;color:var(--colorPrimary);display:grid;place-items:center}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo[data-v-44c837f3]{display:block}[data-v-075401a5]:root{--colorPrimary: #4B47BD;--colorInteractive:#807edf;--colorLight: #eef0fc;--colorHover: #e3e6fa;--colorHoverDark:#d0d0f3;--colorPrimaryLight: #e8e8f0;--colorBorder: #0003;--colorFont:#536387;--colorFontDarker:#212137, --colorInput: #536387;--colorBackground: #eeedea;--colorBackgroundWhite: #f5f5f5;--colorWarning: #FFF6E5;--colorWarningDark: #7B4609;--colorError: #f14668;--colorInfo: #006152;--colorInfoBackground: #F5FFFE;--spaceS: 8px;--spaceM: 16px;--spaceL: 32px;--spaceXL: 48px;--borderRadius: 4px}@media only screen and (max-width: 768px){[data-v-075401a5]:root{--spaceL: 16px;--spaceXL: 32px}}nav[data-v-075401a5]{background:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dee2e6;padding:8px 16px;min-height:52px}[data-v-d7baddf2]:root{--colorPrimary: #4B47BD;--colorInteractive:#807edf;--colorLight: #eef0fc;--colorHover: #e3e6fa;--colorHoverDark:#d0d0f3;--colorPrimaryLight: #e8e8f0;--colorBorder: #0003;--colorFont:#536387;--colorFontDarker:#212137, --colorInput: #536387;--colorBackground: #eeedea;--colorBackgroundWhite: #f5f5f5;--colorWarning: #FFF6E5;--colorWarningDark: #7B4609;--colorError: #f14668;--colorInfo: #006152;--colorInfoBackground: #F5FFFE;--spaceS: 8px;--spaceM: 16px;--spaceL: 32px;--spaceXL: 48px;--borderRadius: 4px}@media only screen and (max-width: 768px){[data-v-d7baddf2]:root{--spaceL: 16px;--spaceXL: 32px}}.toast[data-v-d7baddf2]{display:flex;position:relative;align-items:center;padding:var(--spaceS);border-radius:var(--borderRadius);width:100%;background:var(--colorWarning);color:var(--colorWarningDark);cursor:auto;margin-bottom:var(--spaceM);gap:var(--spaceM);font-size:1rem}.toast.neutral[data-v-d7baddf2]{background-color:var(--colorInfoBackground);color:var(--colorInfo);padding:var(--spaceL);line-height:1.5}.toast .toast-body[data-v-d7baddf2]{width:100%}[data-v-f51c0757]:root{--colorPrimary: #4B47BD;--colorInteractive:#807edf;--colorLight: #eef0fc;--colorHover: #e3e6fa;--colorHoverDark:#d0d0f3;--colorPrimaryLight: #e8e8f0;--colorBorder: #0003;--colorFont:#536387;--colorFontDarker:#212137, --colorInput: #536387;--colorBackground: #eeedea;--colorBackgroundWhite: #f5f5f5;--colorWarning: #FFF6E5;--colorWarningDark: #7B4609;--colorError: #f14668;--colorInfo: #006152;--colorInfoBackground: #F5FFFE;--spaceS: 8px;--spaceM: 16px;--spaceL: 32px;--spaceXL: 48px;--borderRadius: 4px}@media only screen and (max-width: 768px){[data-v-f51c0757]:root{--spaceL: 16px;--spaceXL: 32px}}.picto[data-v-f51c0757]{container-type:inline-size}@container (max-width: 180px){.picto .file-label[data-v-f51c0757]{display:none}}.search-container[data-v-f51c0757]{width:100%}.dropdown-search-modal[data-v-f51c0757]{position:absolute;margin-top:8px;z-index:1;padding:var(--spaceM) var(--spaceM) var(--spaceL) var(--spaceM);width:350px;transform:translate(-25%);background:#fff;border-radius:var(--borderRadius);box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05}@media only screen and (max-width: 768px){.dropdown-search-modal[data-v-f51c0757]{right:0;left:0;z-index:200;max-width:100vw}}.modal-content[data-v-f51c0757]{max-height:calc(100vh - 3.5rem);overflow:hidden;display:flex;flex-direction:column;width:100%;background:#fff}.modal-header[data-v-f51c0757]{padding-bottom:var(--spaceM);display:flex;gap:8px}.modal-header button[data-v-f51c0757]{flex-grow:1}.modal-body[data-v-f51c0757]{overflow-y:auto;max-height:200px;min-height:100px}.search-results[data-v-f51c0757]{display:grid;grid-template-columns:repeat(auto-fill,minmax(48px,1fr));grid-gap:8px;row-gap:8px}.search-results button[data-v-f51c0757]{border:none;background:#fff;padding:0;margin:0}.picto-preview[data-v-f51c0757]{width:100%;aspect-ratio:1/1;object-fit:cover}.spinner-container[data-v-f51c0757]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center}.login-container[data-v-f51c0757]{background:var(--colorPrimaryLight);border-radius:var(--borderRadius);display:grid;place-items:center;height:calc(100% - 81px)}@media only screen and (min-width: 768px){.search-container[data-v-f51c0757]{position:relative}.dropdown-search[data-v-f51c0757]{left:50%;transform:translate(-50%);min-width:100%;max-width:calc(100vw - 70px);width:320px;z-index:100}}[data-v-44a38771]:root{--colorPrimary: #4B47BD;--colorInteractive:#807edf;--colorLight: #eef0fc;--colorHover: #e3e6fa;--colorHoverDark:#d0d0f3;--colorPrimaryLight: #e8e8f0;--colorBorder: #0003;--colorFont:#536387;--colorFontDarker:#212137, --colorInput: #536387;--colorBackground: #eeedea;--colorBackgroundWhite: #f5f5f5;--colorWarning: #FFF6E5;--colorWarningDark: #7B4609;--colorError: #f14668;--colorInfo: #006152;--colorInfoBackground: #F5FFFE;--spaceS: 8px;--spaceM: 16px;--spaceL: 32px;--spaceXL: 48px;--borderRadius: 4px}@media only screen and (max-width: 768px){[data-v-44a38771]:root{--spaceL: 16px;--spaceXL: 32px}}.spinner-container[data-v-44a38771]{display:flex;justify-content:center;align-items:center}[data-v-ec0d91bd]:root{--colorPrimary: #4B47BD;--colorInteractive:#807edf;--colorLight: #eef0fc;--colorHover: #e3e6fa;--colorHoverDark:#d0d0f3;--colorPrimaryLight: #e8e8f0;--colorBorder: #0003;--colorFont:#536387;--colorFontDarker:#212137, --colorInput: #536387;--colorBackground: #eeedea;--colorBackgroundWhite: #f5f5f5;--colorWarning: #FFF6E5;--colorWarningDark: #7B4609;--colorError: #f14668;--colorInfo: #006152;--colorInfoBackground: #F5FFFE;--spaceS: 8px;--spaceM: 16px;--spaceL: 32px;--spaceXL: 48px;--borderRadius: 4px}@media only screen and (max-width: 768px){[data-v-ec0d91bd]:root{--spaceL: 16px;--spaceXL: 32px}}.sortable-ghost[data-v-ec0d91bd]{opacity:0}[data-v-54f7c4fe]:root{--colorPrimary: #4B47BD;--colorInteractive:#807edf;--colorLight: #eef0fc;--colorHover: #e3e6fa;--colorHoverDark:#d0d0f3;--colorPrimaryLight: #e8e8f0;--colorBorder: #0003;--colorFont:#536387;--colorFontDarker:#212137, --colorInput: #536387;--colorBackground: #eeedea;--colorBackgroundWhite: #f5f5f5;--colorWarning: #FFF6E5;--colorWarningDark: #7B4609;--colorError: #f14668;--colorInfo: #006152;--colorInfoBackground: #F5FFFE;--spaceS: 8px;--spaceM: 16px;--spaceL: 32px;--spaceXL: 48px;--borderRadius: 4px}@media only screen and (max-width: 768px){[data-v-54f7c4fe]:root{--spaceL: 16px;--spaceXL: 32px}}form[data-v-54f7c4fe]{display:flex;align-items:center;width:100%;gap:8px}form .template-input[data-v-54f7c4fe]{padding:6px;text-align:start}li[data-v-54f7c4fe]{padding:8px;line-height:1.5;margin:0;list-style:none;display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--colorFont)}li .template-title[data-v-54f7c4fe]{flex-grow:1}li[data-v-54f7c4fe]:hover{background:var(--colorHoverDark);color:var(--colorPrimary)}li.is-active[data-v-54f7c4fe]{background:#807edf;color:#fff}[data-v-dab58775]:root{--colorPrimary: #4B47BD;--colorInteractive:#807edf;--colorLight: #eef0fc;--colorHover: #e3e6fa;--colorHoverDark:#d0d0f3;--colorPrimaryLight: #e8e8f0;--colorBorder: #0003;--colorFont:#536387;--colorFontDarker:#212137, --colorInput: #536387;--colorBackground: #eeedea;--colorBackgroundWhite: #f5f5f5;--colorWarning: #FFF6E5;--colorWarningDark: #7B4609;--colorError: #f14668;--colorInfo: #006152;--colorInfoBackground: #F5FFFE;--spaceS: 8px;--spaceM: 16px;--spaceL: 32px;--spaceXL: 48px;--borderRadius: 4px}@media only screen and (max-width: 768px){[data-v-dab58775]:root{--spaceL: 16px;--spaceXL: 32px}}.sidebar[data-v-dab58775]{z-index:100;position:relative;padding:8px;background:#fff;box-shadow:0 1px 2px #a6afc340}@media only screen and (max-width: 1280px){.sidebar[data-v-dab58775]{padding:8px 4px}}button.open[data-v-dab58775]{position:sticky;top:8px}button.close[data-v-dab58775]{position:absolute;right:calc(var(--spaceL) / 2 * -1);top:calc(var(--spaceL) / 2)}.badge[data-v-dab58775]{background:#ff3860;width:14px;height:14px;position:absolute;top:1px;right:1px;border-radius:8px}.drawer[data-v-dab58775]{position:absolute;background:#fff;height:100%;min-width:400px;left:0;top:0;box-shadow:0 1px 2px #a6afc340;padding:0 var(--spaceL) var(--spaceL) var(--spaceL);display:flex;flex-direction:column}.sticky[data-v-dab58775]{position:sticky;top:0}.sticky-section[data-v-dab58775]{padding-top:var(--spaceL);padding-bottom:8px;background:#fff;z-index:1}.v-enter-active[data-v-dab58775],.v-leave-active[data-v-dab58775]{transition:transform .3s ease}.v-enter-from[data-v-dab58775],.v-leave-to[data-v-dab58775]{transform:translate(-100%)}[data-v-f69f426d]:root{--colorPrimary: #4B47BD;--colorInteractive:#807edf;--colorLight: #eef0fc;--colorHover: #e3e6fa;--colorHoverDark:#d0d0f3;--colorPrimaryLight: #e8e8f0;--colorBorder: #0003;--colorFont:#536387;--colorFontDarker:#212137, --colorInput: #536387;--colorBackground: #eeedea;--colorBackgroundWhite: #f5f5f5;--colorWarning: #FFF6E5;--colorWarningDark: #7B4609;--colorError: #f14668;--colorInfo: #006152;--colorInfoBackground: #F5FFFE;--spaceS: 8px;--spaceM: 16px;--spaceL: 32px;--spaceXL: 48px;--borderRadius: 4px}@media only screen and (max-width: 768px){[data-v-f69f426d]:root{--spaceL: 16px;--spaceXL: 32px}}.toolbar[data-v-f69f426d]{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:var(--spaceL);padding-bottom:24px;position:sticky;top:-1px;z-index:20;background:var(--colorBackgroundWhite)}.toolbar .ml-auto[data-v-f69f426d]{margin-left:auto}@media only screen and (max-width: 640px){.toolbar .ml-auto[data-v-f69f426d]{margin-left:0}}[data-v-6675b1fd]:root{--colorPrimary: #4B47BD;--colorInteractive:#807edf;--colorLight: #eef0fc;--colorHover: #e3e6fa;--colorHoverDark:#d0d0f3;--colorPrimaryLight: #e8e8f0;--colorBorder: #0003;--colorFont:#536387;--colorFontDarker:#212137, --colorInput: #536387;--colorBackground: #eeedea;--colorBackgroundWhite: #f5f5f5;--colorWarning: #FFF6E5;--colorWarningDark: #7B4609;--colorError: #f14668;--colorInfo: #006152;--colorInfoBackground: #F5FFFE;--spaceS: 8px;--spaceM: 16px;--spaceL: 32px;--spaceXL: 48px;--borderRadius: 4px}@media only screen and (max-width: 768px){[data-v-6675b1fd]:root{--spaceL: 16px;--spaceXL: 32px}}.footer[data-v-6675b1fd]{display:flex;flex-direction:row;gap:32px;padding:var(--spaceL);margin-top:auto;font-size:.9rem;background:var(--colorBackground)}.footer .copyright[data-v-6675b1fd]{max-width:80%;line-height:1.5;margin-top:4px}.footer .copyright p[data-v-6675b1fd]{margin-bottom:16px}@media only screen and (max-width: 640px){.footer[data-v-6675b1fd]{flex-direction:column;gap:16px}.footer .copyright[data-v-6675b1fd]{margin-top:0;max-width:100%}}.logo[data-v-6675b1fd]{height:fit-content}.logo img[data-v-6675b1fd]{width:180px}[data-v-7ab5d270]:root{--colorPrimary: #4B47BD;--colorInteractive:#807edf;--colorLight: #eef0fc;--colorHover: #e3e6fa;--colorHoverDark:#d0d0f3;--colorPrimaryLight: #e8e8f0;--colorBorder: #0003;--colorFont:#536387;--colorFontDarker:#212137, --colorInput: #536387;--colorBackground: #eeedea;--colorBackgroundWhite: #f5f5f5;--colorWarning: #FFF6E5;--colorWarningDark: #7B4609;--colorError: #f14668;--colorInfo: #006152;--colorInfoBackground: #F5FFFE;--spaceS: 8px;--spaceM: 16px;--spaceL: 32px;--spaceXL: 48px;--borderRadius: 4px}@media only screen and (max-width: 768px){[data-v-7ab5d270]:root{--spaceL: 16px;--spaceXL: 32px}}.main[data-v-7ab5d270]{display:flex;flex-grow:1}.container[data-v-7ab5d270]{width:100%;display:flex;flex-direction:column}.workarea[data-v-7ab5d270]{box-sizing:border-box;flex-grow:1;transition:all .1s ease-in-out}.workarea.dropzone[data-v-7ab5d270]{position:relative}.workarea.dropzone[data-v-7ab5d270]:after{content:"";display:block;position:absolute;pointer-events:none;top:0;left:24px;right:24px;bottom:24px;background:var(--colorHoverDark);border-radius:var(--borderRadius);border:3px dashed var(--colorPrimary)}
