.ToggleButton{position:relative;display:inline-block;width:60px;height:34px}.ToggleButton__switch{position:absolute;top:0;left:0;right:0;bottom:0;width:60px;height:34px}.ToggleButton__switch:not(.is-disabled){cursor:pointer}.ToggleButton__checkbox{display:none}.ToggleButton__slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#dfe4ef;transition:.4s;border-radius:34px}.ToggleButton__slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#f9f9fb;transition:.4s;border-radius:50%}.ToggleButton__checkbox_checked+.ToggleButton__slider{background-color:#10314c}.ToggleButton__checkbox_checked+.ToggleButton__slider:before{transform:translateX(26px)}.ToggleButton__slider{background-color:#fff;border:1px solid #ccc}.ToggleButton__slider:before{background-color:#ccc;bottom:3px}.ToggleButton__checkbox_checked+.ToggleButton__slider{background-color:#0089cd;border:none}.ToggleButton__checkbox_checked+.ToggleButton__slider:before{background-color:initial;border:1px solid #f0f3f5;bottom:4px}.ListActions{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width:670px){.ListActions{flex-direction:row}}.ListActions__filter{display:flex;align-items:center;font-size:1.3rem;order:1;margin-top:16px}@media screen and (min-width:670px){.ListActions__filter{order:0;margin:0}}.ListActions__filter>.ListActions__ToggleButton{margin-left:16px}.ListActions__cta{display:flex;flex-direction:column;margin-left:auto;order:0;width:100%}@media screen and (min-width:670px){.ListActions__cta{flex-direction:row;order:1;width:auto}}@media screen and (min-width:670px){.ListActions__button{margin-left:16px}}.ListActions__button_print{display:none}@media screen and (min-width:670px){.ListActions__button_print{display:block}}.ContractCard{display:flex;flex-direction:column;padding:16px;border-radius:8px;border:1px solid #f0f3f5;width:100%;margin-bottom:16px;background-color:#fff}@media screen and (min-width:670px){.ContractCard{width:calc(33.33333% - 16px)}}.ContractCard__title{flex:1 0 auto;font-size:1.8rem;font-weight:400;margin-bottom:32px}.ContractCard__duration{font-weight:700;font-size:1.4rem;margin-bottom:16px}.ContractCard__duration .ContractCard__icon{margin-right:8px;width:14px}.ContractCard__duration .ContractCard__icon path{color:#10314c}.ContractCard__status{padding:8px;border-radius:16px;background-color:#516276;font-size:1.2rem;font-weight:700;text-transform:uppercase;color:#fff;align-self:flex-start}.ContractCard__status.is-active{background-color:#50e3ac;background-color:#0089cd}.Contracts__cards{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between;margin:32px 0}@media screen and (min-width:670px){.Contracts__cards{flex-direction:row}}.Contracts__cards:after{content:"";width:calc(33.33333% - 16px)}.Contracts__withoutPicture{display:block;margin:16px auto 0;max-width:50%}@media screen and (min-width:670px){.Contracts__withoutPicture{max-width:20%}}.Contracts__withoutPicture .PictureElement__imgDefault{width:auto;max-width:100%;height:auto}.Contracts__withoutText{display:block;margin:16px auto 0;text-align:center;font-size:1.4rem}.ContractsList{position:relative;padding:16px;background-color:#fff}.ContractsList:not(:first-of-type) .ListActions__button_print{display:none}