c-widget{display:inline-flex;flex-direction:column;background:var(--light3);border-radius:16px;width:100%;position:relative}c-widget[data-size="1/2"]{width:calc(100% / 2 - 5px)}c-widget:not(:last-child){margin-bottom:10px}c-widget>c-top{height:38px;min-height:38px;display:flex;justify-content:space-between;align-items:center;padding:0 5px 0 15px;background:var(--accent3);border-radius:16px 16px 0 0;color:var(--accent-light)}c-widget>c-top>h2{margin:0 10px 0 0;flex:1;white-space:pre;overflow:hidden;text-overflow:ellipsis;font-weight:400;font-size:18px}c-widget>c-top>:is(c-actions,.actions){display:flex;gap:4px;align-items:center}c-widget>c-top>c-actions{padding:0 10px}c-widget>c-top>c-actions>*{display:flex;align-items:center;gap:6px}c-widget>c-top>c-actions>a{cursor:pointer;background:var(--accent2);padding:4px 8px;border-radius:4px}c-widget>c-top>c-actions>a>.ico{width:12px;height:12px}c-widget>c-content{padding:10px 15px 15px 15px;max-height:345px;overflow:overlay;transition:opacity .3s,transform .3s;transform-origin:0 0}c-widget[data-name=notes]>c-content{height:270px}c-widget>c-content c-table{margin:-10px -15px;width:calc(100% + 30px)}c-widget>c-content c-table>c-head{top:-10px!important}c-widget .chiffres{display:flex;flex-wrap:wrap}c-widget .chiffres>.chiffre{display:flex;text-align:center;flex-direction:column;margin:5px;flex:1;min-width:100px}c-widget .chiffres>.chiffre>label{font-size:14px;font-weight:400}c-widget .chiffres>.chiffre>span{display:flex;flex:1;align-items:center;justify-content:center;font-size:20px}c-widget .chiffres>.chiffre.date>span{font-size:18px}c-widget>c-actions{padding:5px 15px 15px;display:flex;align-items:center;justify-content:center;z-index:2;border-radius:0 0 24px 24px;gap:5px}c-widget>c-actions>a{background:0 0}c-widget .chiffres>.fill{width:100%;flex:none}c-widget[data-name=client] .societe{text-align:center;margin-bottom:0}c-widget[data-name=client] .contactsType{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}c-widget[data-name=client] .contactsType>.contactType{display:flex;flex-direction:column;justify-content:center;text-align:center}c-widget[data-name=client] .contactsType>.contactType ul{list-style:none;padding:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;margin:0}c-widget[data-name=client] .infos{display:flex;flex-wrap:wrap;gap:4px 15px;justify-content:center;margin-bottom:10px}c-widget[data-name=client] .infos>div{display:flex;align-items:center;gap:5px}c-widget[data-name=client] .infos>div:before{content:"";width:16px;aspect-ratio:1/1;background:transparent no-repeat center/contain;filter:var(--filter-inverse)}c-widget[data-name=client] .infos>div.email:before{background-image:url(../img/icons/email.svg)}c-widget[data-name=client] .infos>div.tel:before{background-image:url(../img/icons/phone.svg)}c-widget[data-name=client] .infos>div.adresse:before{background-image:url(../img/icons/location.svg)}c-widget[data-name=client] .contactsType>.contactType li{font-weight:700;font-size:15px}c-widget[data-name=client] .contactsType>.contactType:first-child:last-child>strong{display:none}c-widget>c-top>.tools{display:flex;margin-right:10px;gap:5px}c-widget>c-top>.tools>a{cursor:pointer;width:24px;height:24px}c-widget>c-top>.tools>a:hover{background-color:rgba(0,0,0,.2)}.columns.widgets{align-items:stretch}.columns.widgets>div{display:flex;flex-direction:column}.columns.widgets c-widget.fill>c-content{max-height:inherit}.columns.widgets c-widget.fill{flex:1}c-widget c-table>c-head>c-cell:first-child,c-widget c-table>c-head>c-cell:first-child:before{border-radius:0;border-left:none}c-widget c-table>c-head>c-cell:last-child,c-widget c-table>c-head>c-cell:last-child:before{border-radius:0;border-right:none}c-widget[data-name=planning]>c-content{max-height:410px;padding-bottom:30px}c-widget .chiffres>.chiffre[data-state]>label:after{content:"";width:18px;height:18px;display:inline-block;margin-left:10px;background:url(../img/checked.svg) no-repeat center/contain;vertical-align:middle;margin-top:-2px}c-widget .chiffres>.chiffre[data-state=less]>label:after{background-image:url(../img/warning.svg)}c-widget>c-top .reduce-widget{width:30px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}c-widget>c-top .reduce-widget>span{height:2px;background:currentColor;width:14px}c-widget>c-top .reduce-widget:after,c-widget>c-top .reduce-widget:before{content:"";width:4px;height:4px;border-top:solid 2px;border-right:solid 2px;position:absolute}c-widget>c-top .reduce-widget:before{transform:rotate(-45deg);margin-top:-10px}c-widget>c-top .reduce-widget:after{transform:rotate(135deg);margin-top:10px}c-widget.minimized{z-index:90;transition:z-index .3s}c-widget.minimized>c-top .reduce-widget:after{transform:rotate(-45deg);margin-top:14px}c-widget.minimized>c-top .reduce-widget:before{transform:rotate(135deg);margin-top:-14px}c-widget.minimized>c-actions{display:none}c-widget.minimized>c-top{border-radius:16px}c-widget.minimized>c-content{position:absolute;left:0;right:0;top:100%;pointer-events:none;z-index:100;background:var(--light3);border-radius:16px;box-shadow:var(--elevation-1);opacity:0;transform:translateY(-20px) scale(.5)}c-widget.minimized:hover>c-content{opacity:1;transform:translateY(0) scale(.5)}c-widget.minimized:hover{z-index:1000}