body{margin:0;font-family:Arial,sans-serif;background-color:#f4f4f4;color:#333}nav{width:fit-content;height:50px;position:fixed;top:0;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;column-gap:30px;margin:20px auto;padding:0 40px;border-radius:18px;background-color:#fff;box-shadow:0 2px 4px #0000001a;z-index:1000}nav a{color:#333;text-decoration:none;font-weight:700;font-size:16px}nav a.active{color:#6e398e;border-bottom:2px solid rgb(110,57,142)}aside{display:flex;flex-direction:column;height:100vh;padding:16px;box-sizing:border-box;width:350px;border-right:2px solid #e2e8f0;box-shadow:0 2px 8px #0000000d;background:#fff}aside .logo{width:200px;height:auto;margin-bottom:20px}aside input{text-align:center}aside .actions{margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:center}aside .actions .logout{margin:0 auto;font-weight:600;transition:.3s}aside .actions .logout:hover{color:#5a2f70;text-decoration:underline}aside .actions .btn{width:100%;display:block;margin:5px 0;padding:10px 0;background-color:#6e398e;color:#fff;border-radius:5px;text-decoration:none;font-weight:700;transition:.3s}aside .actions .btn:hover{background-color:#5a2f70}aside .actions .btn p{margin:0}.layout{display:flex;flex-direction:row;min-height:100vh;width:100vw}.main-content{flex:1 1 0%;width:100%;min-width:0;height:100vh;overflow:auto;background:transparent;position:relative;margin-left:0}.home-icon{width:30px;height:30px;position:absolute;top:55px;left:35px;padding:5px;border-radius:25rem;box-shadow:0 2px 4px #0000001a;cursor:pointer}.back-icon{width:40px;height:40px;position:absolute;top:55px;left:100px;border-radius:25rem;box-shadow:0 2px 4px #0000001a;cursor:pointer}.edit-icon{width:30px;height:30px;position:absolute;top:55px;right:70px;padding:5px;border-radius:25rem;box-shadow:0 2px 4px #0000001a;cursor:pointer}.container{min-width:500px;margin:20px 180px}.container .header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:20px auto}.container .section{margin-bottom:30px;padding:10px 25px 20px;border-radius:18px;background-color:#fff;box-shadow:0 0 12px #0000001a}.container .section .row{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:10px}a{color:#6e398e;text-decoration:none}.buttons-actions{display:flex;justify-content:center;align-items:center;gap:10px}.buttons-actions button{width:fit-content;margin:0}#service header{display:flex;align-items:center;column-gap:10px;padding:20px 0}#service header h1{margin:0}#service .description{margin-bottom:25px;font-size:1rem;line-height:1.6;color:#555}#service .section-title{display:flex;align-items:center;padding:20px 0;margin-bottom:30px;border-bottom:1px solid #cccccc}#service .section-title>h2{margin:0;font-size:1.4rem;font-weight:600}#service .section-title>img{width:30px;height:30px;margin-right:.5rem}#service .ressources>h3:before{width:1em;display:inline-block;margin-right:.5rem;content:"•";text-align:center}#service .ressource{display:flex;flex-wrap:wrap;gap:20px;margin-left:15px;margin-bottom:30px}#service .liste{display:flex;flex-wrap:wrap;gap:20px;margin-left:15px;margin-bottom:20px}#service .item{min-width:100px;height:50px;display:flex;flex:none;align-items:center;justify-content:center;padding:10px;border:1px solid #ccc;border-radius:16px;background-color:#fff;box-shadow:0 1px 2px #0000001a;transition:.35s}#service .item:hover{background-color:#f0f0f0}#service table{width:100%;border-collapse:collapse}#service table th,#service table td{padding:10px;border:1px solid #ccc;text-align:left}#service table th{background-color:#f9f9f9;font-weight:600;color:#333}#service table tr:nth-child(2n){background-color:#f1f1f1}#service table tr:hover{background-color:#d0d0d0}.tag{display:flex;align-items:center;justify-content:center;gap:5px;border-radius:20px;padding:10px 15px}.tag img{width:15px;height:15px}.tag p{margin:0;font-size:14px}.input-container{display:flex;flex-direction:column}.input-container label,.select-container label{display:block;margin-bottom:10px;font-weight:700;color:#333}.input-container .input{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.select-container{position:relative;display:inline-block;width:100%}.select-container select{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;background-color:#fff}.multiselect{max-height:300px;min-width:0;width:100%;display:inline-block;position:relative;overflow-y:visible;box-sizing:border-box;margin:0 auto}.multiselect>label{display:block;margin-bottom:10px;font-weight:700;color:#333}.multiselect .multiselect-menu{z-index:10;background:#fff;border:1px solid #ccc;border-radius:4px;margin-top:2px;min-width:0;width:100%;box-shadow:0 2px 8px #00000014;padding:8px 0;position:absolute;left:0;top:100%;text-align:left;box-sizing:border-box}.multiselect .multiselect-menu .multiselect-option{display:flex;align-items:center;padding:4px 12px;cursor:pointer;text-align:left}.multiselect .multiselect-label{width:100%;border:1px solid #ccc;padding:6px 12px;border-radius:4px;cursor:pointer;background:#fff;min-width:0;text-align:left;overflow:hidden;box-sizing:border-box}.multiselect .multiselect-search{width:99%;margin:6px auto;padding:4px 8px;border:1px solid #ccc;border-radius:4px;display:block;box-sizing:border-box}.multiselect .multiselect-clear{display:block;margin:8px auto 0;padding:4px 12px;border:1px solid #ccc;border-radius:4px;background:#f5f5f5;cursor:pointer;text-align:center}.multiselect input[type=checkbox]{accent-color:#6e398e}.multi-input-container{display:flex;flex-direction:column}.multi-input-container label{display:block;margin-bottom:10px;font-weight:700;color:#333}.multi-input{display:flex;flex-wrap:wrap;align-items:center;gap:8px;border:1px solid #ccc;border-radius:4px;padding:4px 8px;background:#fff;box-sizing:border-box}.multi-input-field{flex:1 1 120px;min-width:80px;border:none;outline:none;padding:6px 8px;background:transparent}.multi-input-add{background:#6e398e;color:#fff;border:none;border-radius:4px;padding:6px 12px;cursor:pointer;font-size:1.1em;font-weight:950;transition:.2s}.multi-input-add:hover{background:#453052}.multi-input-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.multi-input-tag{display:flex;align-items:center;background:#e9ecef;color:#333;border-radius:16px;padding:4px 10px 4px 12px;margin:2px 0;font-size:.95em}.multi-input-remove{background:none;border:none;color:#888;margin-left:6px;cursor:pointer;font-size:1em;border-radius:50%;width:20px;height:20px;line-height:18px;text-align:center;transition:.2s}.multi-input-remove:hover{background:#f8d7da;color:#c82333}.key-value-input{display:flex;flex-direction:column;gap:8px}.key-value-input input{display:flex;flex:1;padding:8px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.submit-btn{display:block;margin:0 auto;padding:8px 16px;background-color:#6e398e;color:#fff;border:none;border-radius:4px;cursor:pointer;text-align:center;font-weight:950;transition:background-color .3s ease}.submit-btn:hover{background-color:#453052}.label-title{display:flex;align-items:center;gap:10px;margin:10px 0}.label-title img{width:20px;height:20px;object-fit:contain}.label-title p{margin:0;font-weight:700;color:#333}.category-title{display:flex;align-items:center;gap:10px;margin:20px 0}.category-title img{width:24px;height:24px;object-fit:contain}.category-title h2{margin:0;font-weight:700;color:#333}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}aside{text-align:center;border-right:2px solid #e2e8f0;padding:16px;height:100vh;box-shadow:0 2px 8px #0000000d}#map .map{background:#f8fafc;border-radius:12px;box-shadow:0 2px 8px #00000012;padding:16px}#map .react-flow__node{cursor:pointer}.hovered-node-label{position:fixed;right:24px;bottom:24px;background:#323232f2;color:#fff;padding:12px 20px;border-radius:8px;font-size:16px;font-weight:600;z-index:1000;pointer-events:none;box-shadow:0 2px 8px #00000026}#liste{margin-top:100px;text-align:center}#liste h1{font-size:2em;margin-bottom:20px}#liste form{display:flex;flex-direction:column;align-items:center;gap:20px}#liste form .filters{display:flex;gap:20px}#liste>form>input[type=text]{width:300px;padding:10px;border:1px solid #ccc;border-radius:5px}#liste .services{display:flex;flex:none;flex-wrap:wrap;justify-content:center;gap:20px;margin:40px 5vw}#liste .services .item{width:200px;display:flex;flex-direction:column;row-gap:20px;padding:30px 10px;border:1px solid #ccc;border-radius:16px;background-color:#f9f9f9;box-shadow:0 2px 5px #0000001a;transition:.35s}#liste .services .item:hover{background-color:#f0f0f0}#liste .services .item h3{margin:0;padding:0}#liste .services .item .tag{width:fit-content;margin:0 auto}#login .logo-1{width:100px;height:auto}#login .logo-2{width:300px;height:auto;margin-bottom:50px}#login{height:calc(100vh - 150px);display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:10px}#login input[type=text],#login input[type=password]{width:100%;max-width:300px;padding:8px 12px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;text-align:center}#login button{width:100%;max-width:300px;margin-top:16px;padding:10px 12px;border:none;border-radius:4px;background-color:#6e398e;color:#fff;font-size:16px;cursor:pointer;transition:.3s}#login button:hover{background-color:#5a2f7a}#login hr{width:300px}#login .okta{margin-top:10px;background:#007dc1;color:#fff;display:flex;align-items:center;justify-content:center;padding:0;transition:.3s}#login .okta:hover{background-color:#005f8c}#login .okta img{width:40px;height:40px;margin-left:8px}#login .version{display:absolute;position:fixed;bottom:0;left:10px;font-size:12px;color:#888}
