c-widget{display:inline-flex;flex-direction:column;background:var(--light3);border-radius:16px;width:100%}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:normal;font-size:18px}c-widget>c-top>c-actions{display:flex;gap:4px;padding:0 10px}c-widget>c-top>c-actions>a{cursor:pointer;background:var(--accent2);padding:4px 8px;border-radius:4px}c-widget>c-content{padding:10px 15px 15px 15px;max-height:345px;overflow:overlay}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:normal;}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:transparent;}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>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"]{min-height:360px}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)}