.lff{--lff-text:var(--color-text,#000);--lff-muted:var(--color-text-muted,#0000008c);--lff-accent:var(--color-secondary,#2900dd);--lff-border:var(--color-border,#0000002b);--lff-white:var(--color-white,#fff);--lff-font:var(--font-body,"Inter", sans-serif);--lff-font-head:var(--font-heading,"Poppins", sans-serif);font-family:var(--lff-font);color:var(--lff-text)}.lff *,.lff :after,.lff :before{box-sizing:border-box}.lff__bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.lff__filters{align-items:center;gap:12px;display:flex}.lff__legend{color:var(--lff-muted);font-size:16px;font-weight:400;line-height:24px}.lff__pills{background:var(--lff-white);border:1px solid var(--lff-border);display:flex}.lff__pill{border-left:1px solid var(--lff-border);color:var(--lff-text);cursor:pointer;align-items:center;padding:8px 16px;font-size:16px;font-weight:400;line-height:24px;transition:background .15s,color .15s;display:inline-flex;position:relative}.lff__pill:first-child{border-left:0}.lff__pill:not(.is-active):hover{color:var(--lff-muted)}.lff__pill.is-active{background:var(--lff-accent);color:var(--lff-white)}.lff__pill input{clip-path:inset(50%);width:1px;height:1px;margin:0;position:absolute;overflow:hidden}.lff__pill input:focus-visible+span{outline:2px solid var(--lff-accent);outline-offset:3px}.lff__total{color:var(--lff-accent);margin:0;font-size:16px;font-weight:600;line-height:24px}.lff__group{margin:0 0 40px}.lff__group:last-child{margin-bottom:0}.lff__group-title{font-family:var(--lff-font-head);color:var(--lff-text);align-items:center;gap:12px;margin:0 0 16px;font-size:22px;font-weight:500;line-height:33px;display:flex}.lff__count{background:var(--lff-accent);min-width:24px;height:24px;color:var(--lff-white);font-family:var(--lff-font);border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:13px;font-weight:600;line-height:1;display:inline-flex}.lff__grid{grid-template-columns:1fr;gap:20px;margin:0;padding:0;list-style:none;display:grid}@media (min-width:768px){.lff__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lff__item{margin:0}.lff__card{border:1px solid var(--lff-border);background:var(--lff-white);height:100%;color:var(--lff-text);align-items:center;gap:16px;padding:12px 16px;text-decoration:none;display:flex}.lff__card:focus-visible{outline:2px solid var(--lff-accent);outline-offset:2px}.lff__thumb{flex:0 0 132px;width:132px;height:88px;overflow:hidden}.lff__img{object-fit:cover;width:132px;height:88px;display:block;max-width:132px!important}.lff__body{flex-direction:column;flex:auto;gap:6px;min-width:0;display:flex}.lff__title{font-family:var(--lff-font);color:var(--lff-text);margin:0;font-size:16px;font-weight:400;line-height:24px}.lff__tags{flex-wrap:wrap;gap:6px;display:flex}.lff__tag{color:var(--lff-accent);background:#006ef51f;border-radius:50px;padding:3px 8px;font-size:11px;font-weight:400;line-height:18px}.lff__tag--alternance{background:var(--lff-accent);color:var(--lff-white)}.lff__chevron{width:40px;height:40px;color:var(--lff-text);flex:0 0 40px;justify-content:center;align-items:center;display:flex}.lff__chevron svg{width:24px;height:24px}.lff__empty{color:var(--lff-muted);margin:0;padding:32px 0;font-size:16px;line-height:24px}.lff__state{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:0;padding:0;position:absolute;overflow:hidden}:is(.lff:has(.lff__state input[value=all]:checked) .lff__pill[data-value=all],.lff:has(.lff__state input[value=reconversion]:checked) .lff__pill[data-value=reconversion],.lff:has(.lff__state input[value=alternance]:checked) .lff__pill[data-value=alternance]){background:var(--lff-accent);color:var(--lff-white)}:is(.lff:has(.lff__state input[value=reconversion]:checked) .lff__pill[data-value=all],.lff:has(.lff__state input[value=alternance]:checked) .lff__pill[data-value=all]){background:var(--lff-white);color:var(--lff-text)}:is(.lff:has(.lff__state input[value=reconversion]:checked) .lff__item:not([data-tag=reconversion]),.lff:has(.lff__state input[value=alternance]:checked) .lff__item:not([data-tag=alternance])),:is(.lff:has(.lff__state input[value=reconversion]:checked) .lff__group[data-count-reconversion="0"],.lff:has(.lff__state input[value=alternance]:checked) .lff__group[data-count-alternance="0"]),.lff__num,.lff__num[hidden]{display:none}.lff__num[data-when=all]{display:inline}:is(.lff:has(.lff__state input[value=reconversion]:checked) .lff__num[data-when=all],.lff:has(.lff__state input[value=alternance]:checked) .lff__num[data-when=all]){display:none}:is(.lff:has(.lff__state input[value=reconversion]:checked) .lff__num[data-when=reconversion][hidden],.lff:has(.lff__state input[value=alternance]:checked) .lff__num[data-when=alternance][hidden]){display:inline}.lff__empty{display:none}:is(.lff:has(.lff__state input[value=reconversion]:checked):not(:has(.lff__item[data-tag=reconversion])) .lff__empty,.lff:has(.lff__state input[value=alternance]:checked):not(:has(.lff__item[data-tag=alternance])) .lff__empty){display:block}