c-table{display:table;width:100%;opacity:0;transform:translateY(10px);transition:opacity var(--transition-duration4),transform var(--transition-duration4)}c-table-container{display:block;width:100%;overflow-x:auto;overflow-y:hidden}c-table.is-ready{opacity:1;transform:translateY(0)}c-table>c-head,c-table>c-foot,c-table c-row{display:flex;width:100%;position:relative}c-table>c-head>*,c-table>c-foot>*,c-table c-row>*{flex:1}c-table>c-head input[type=radio]+label{display:none}c-table c-row:nth-child(2n-1)>c-cell{}c-table c-row>c-cell{background:var(--light2)}c-table c-cell.whitespace{white-space:pre-wrap}c-table c-cell{padding:8px;vertical-align:middle;display:flex;align-items:center;word-break:break-word;position:relative;z-index:1}c-table c-cell.disabled{display:none}c-table-container>c-table>c-head{transform:translateY(var(--sticky-head-y,0))}c-panel c-table-container>c-table>c-head{transform:none}*:not(c-table-container)>c-table>c-head{position:sticky;top:calc(var(--top-height) / 2);width:100%;font-weight:500;z-index:100;color:var(--accent-light);-webkit-user-select:none;user-select:none}c-table>c-head>c-cell{position:relative;-webkit-backdrop-filter:var(--backdrop-effect);backdrop-filter:var(--backdrop-effect);color:var(--accent-light)}c-table>c-head>c-cell:before{position:absolute;left:0;top:0;right:0;bottom:0;background:var(--accent3);content:"";z-index:-1;opacity:var(--backdrop-opacity)}c-table c-row[data-action],c-table c-row.clickable,c-table c-row c-cell.clickable{cursor:pointer}c-table c-row[data-action]:hover>c-cell,c-table c-row.selected>c-cell,c-table c-row.clickable:hover>c-cell,c-table c-row>c-cell.clickable:hover{background:var(--accent2);color:var(--accent-light)}c-table c-row{border-bottom:solid 1px var(--light1)}c-table a.settings:hover:before{transform:rotate(180deg)}c-table a.settings:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;background:url(../img/icons/settings.svg) no-repeat center/24px;filter:invert(1);transition:transform var(--transition-duration3)}c-table>a.settings{position:absolute;right:3px;top:2px}c-table a.settings{width:32px;height:32px;cursor:pointer;z-index:500}.size-xxs{width:45px!important;flex:none;}.size-xs{width:90px!important;flex:none}.size-s{width:110px!important;flex:none}.size-m{width:150px!important;flex:none}.size-l{width:200px!important;flex:none}.size-xl{width:250px!important;flex:none}.size-min-l{min-width:200px}.size-min-xl{min-width:250px}c-row>c-cell.display-on-hover{opacity:0;transition:opacity var(--transition-duration4)}c-row:hover>c-cell.display-on-hover{opacity:1}c-table c-cell[data-icon]:before{content:"";width:20px;height:20px;margin:5px;background-size:contain;background-repeat:no-repeat;background-position:center;filter:var(--filter-inverse)}c-table c-row:hover>c-cell[data-icon]:before,c-table c-row:hover>c-cell .ico:before{filter:invert(1)}c-table c-cell[data-icon]{display:flex;justify-content:center;padding:0}c-table c-cell[data-icon="view"]:before{background-image:url(../img/icons/view.svg)}c-pages{position:sticky;bottom:0;z-index:100;padding:5px;display:flex;align-items:center;justify-content:center;pointer-events:none}c-pages>a{pointer-events:all;width:32px;height:32px;background:var(--accent3);display:flex;align-items:center;justify-content:center;color:var(--accent-light);border-radius:50%;margin:0 2px;cursor:pointer;border:solid 1px transparent}c-pages>a.current{border-color:var(--accent3);background:var(--bgcolor);color:var(--accent3)}c-cell>input,c-cell>select{width:100%}c-table>c-actions>*{position:relative;z-index:10}c-table>c-actions:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:var(--bgcolor);opacity:var(--backdrop-opacity)}c-table>c-actions{position:sticky;bottom:0;-webkit-backdrop-filter:var(--backdrop-effect);backdrop-filter:var(--backdrop-effect);display:flex;align-items:center;justify-content:center;padding:10px;z-index:10;gap:10px}c-calque c-table>c-actions{bottom:42px;}c-table c-cell.align-right{justify-content:flex-end;text-align:right}c-table c-cell.align-center{justify-content:center;text-align:center}c-table c-cell.align-top{align-items:flex-start}c-table c-cell.cell-list>div{width:100%;display:flex;flex-direction:column}c-table c-cell.cell-list{padding:5px}c-table c-cell.cell-list>div>*{padding:3px 8px}c-table c-cell.cell-list>div>*:not(:last-child){border-bottom:solid 1px rgba(0,0,0,.2)}c-table c-cell.cell-list>div .locked{opacity:.5}:not(c-content)>c-table>c-head>:first-child,:not(c-content)>c-table>c-rows>c-row>:first-child{position:sticky;left:0;z-index:10}:not(c-content)>c-table>c-head>:last-child,:not(c-content)>c-table>c-rows>c-row>:last-child{position:sticky;right:0;z-index:10}c-table.is-ready>c-rows:empty:before{content:"Aucun \E9l\E9ment";display:flex;padding:10px;justify-content:center;border-radius:0 0 8px 8px;background-color:var(--bgcolor)}c-table c-cell:not(:first-child){box-shadow:-1px 0 0 0 var(--light1)}c-table>c-head>c-cell:first-child,c-table>c-head>c-cell:first-child:before{border-radius:8px 0 0 0}c-table>c-head>c-cell:first-child{border-left:solid 1px var(--accent2)}c-table>c-head>c-cell:last-child,c-table>c-head>c-cell:last-child:before{border-radius:0 8px 0 0}c-table>c-head>c-cell:first-child:last-child,c-table>c-head>c-cell:first-child:last-child:before{border-radius:8px 8px 0 0}c-table>c-head>c-cell:last-child-child{border-right:solid 1px var(--accent2)}c-table>c-head>c-cell{border-top:solid 1px var(--accent2)}c-table c-cell[data-action]{cursor:pointer}c-cell[data-html^="is"]>button.selected:before{content:"";width:4px;height:12px;border-right:solid 2px;border-bottom:solid 2px;display:inline-block;transform:rotate(35deg);margin-right:10px}c-table>c-head>c-cell>.tools{position:absolute;top:0;bottom:0;pointer-events:none;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:flex-end}c-table>c-head>c-cell>i.ico:before{filter:invert(1)}c-table>c-head{z-index:100}c-table>c-head>c-cell>.tools>.search>input{position:absolute;top:100%;left:0;right:0;transition:opacity var(--transition-duration),transform var(--transition-duration),background-color var(--transition-duration),border-color var(--transition-duration),padding-top var(--transition-duration),padding-bottom var(--transition-duration),padding-left var(--transition-duration),min-width var(--transition-duration),font-size var(--transition-duration),color var(--transition-duration);pointer-events:all}c-table>c-head>c-cell>.tools>.search>input{width:calc(100% - 4px);min-width:150px}c-table>c-head>c-cell>.tools>.search>input:not(:focus)+.help{opacity:0;transform:translateY(10px);min-width:100%}c-table>c-head>c-cell>.tools>.search>.help{background:var(--bgcolor);padding:10px;min-width:330px;border-radius:8px;margin-top:10px;box-shadow:var(--elevation-1);pointer-events:none;font-size:12px;transition:opacity var(--transition-duration),transform var(--transition-duration);position:absolute;left:0;top:100%;text-align:left;margin-top:30px;color:var(--dark1)}c-table>c-head>c-cell:not(:hover):not(.has-search)>.tools>.search>input:not(:valid):not(:focus){transform:translateY(10px);opacity:0;pointer-events:none}c-table>c-head>c-cell>.tools>.order{display:flex;height:24px;pointer-events:all;overflow:hidden}c-table>c-head>c-cell>.tools>.order>a{width:24px;cursor:pointer;position:relative;border-radius:4px;margin-right:0;transition:transform var(--transition-duration);background:var(--accent3)}c-table>c-head>c-cell>.tools>.order>a:hover{background:var(--accent)}c-table>c-head>c-cell>.tools>.order>a:before{content:"";position:absolute;left:8px;top:8px;right:8px;bottom:8px;transform:rotate(45deg)}c-table>c-head>c-cell>.tools>.order>a.asc:before{border-left:solid 2px;border-top:solid 2px;margin-top:2px;margin-bottom:-2px}c-table>c-head>c-cell>.tools>.order>a.desc:before{border-bottom:solid 2px;border-right:solid 2px;margin-top:-2px;margin-bottom:2px}c-table>c-head>c-cell>.tools>.order>a.active{background:var(--accent2)}c-table>c-head>c-cell:not(:hover)>.tools>.order>a:not(.active){transform:translateX(200%)}c-table>c-head>c-cell:not(:hover)>.tools>.order>a.asc.active{transform:translateX(100%)}c-table>c-head>c-cell:not([data-orderable])>.tools>.order,c-table>c-head>c-cell:not([data-filterable])>.tools>.search{display:none}c-table>c-head>c-cell:not(:hover):not(.has-search)>.tools>.search>input:valid:not(:focus){border:transparent;font-size:12px;transform:translateX(2px) translateY(-17px);background:var(--accent);padding-top:0;padding-bottom:0;padding-left:5px;border-radius:8px;color:#fff;min-width:calc(100% - 4px)}c-table.align-center{margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}c-table.align-center>*{width:auto}c-table.align-center>c-actions:before{background:transparent}