/** ----------------------------- Categories page ---------------------------- */

body .inbenta-km__faq {
    position: relative;
    border-radius: 8px;
    border: solid 1px #e0e0e8;
    background-color: #ffffff;
    box-shadow: none;
    min-height: 64px;
}

body .inbenta-km__faq:not(.inbenta-km__faq--active) {
    border-left: solid 9px #5c5bff;
}

body .inbenta-km__faq:hover {
    box-shadow: none;
    background: #ffffff;
}

body .inbenta-km__categories--contents .inbenta-km__faq .title__faq__text {
    max-width: 554px;
}

body .inbenta-km__faq .inbenta-km__faq__title {
    padding: 0 8px 0 24px;
    margin: auto 0;
}

body .inbenta-km__faq:not(.inbenta-km__faq--active) .title__faq__icon:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 26px;
    margin-right: 8px;
    background-image: url(/assets/images/chevron-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

body .inbenta-km__faq .title__faq__text {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    color: #393939;
}

body .inbenta-km__faq:hover {
    box-shadow: none;
}

body .inbenta-km__categories .inbenta-km__categories__title {
    display: none;
}

/* Categories logo */
body .inbenta-helpsite .inbenta-helpsite__body .banner-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

body .inbenta-helpsite .inbenta-helpsite__body .banner-section__text {
    align-self: center;
    padding-bottom: 26px;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km-title {
    padding: 12px 0;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #393939;
}

body .inbenta-helpsite .inbenta-helpsite__body .banner-section__logo {
    width: 25%;
    min-height: 175px;
    background-repeat: no-repeat;
    margin: -50px 0 14px 0;
    background-size: contain;
    background-position: center;
    background-image: url(/assets/images/org-recuperation.svg);
}

/* Categories page */
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km-title {
    margin-bottom: 16px;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: none;
    width: calc(50% - 32px);
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container:nth-child(odd) {
    margin-right: 32px;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container:nth-child(even) {
    margin-left: 32px;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container {
    margin-bottom: 40px;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header__container {
    display: flex;
    align-items: center;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header {
    display: block;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/assets/images/org-recuperation.svg);
    flex: none;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header__border {
    flex: 1 1 auto;
    height: 3px;
    background-color: #eff6ff;
    margin: 0 0 0 8px;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container .inbenta-km__category__title {
    padding: 16px 0 12px 0;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: black;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container .inbenta-km__category__title * {
    color: black;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__popular__container {
    padding-bottom: 12px;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__popular__title {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: black;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__popular__title:hover,
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__link:hover {
    text-decoration: underline;
}

body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__link {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #5c5bff;
}

body .inbenta-km__categories-mobile {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 40px;
    flex-shrink: 0 !important;
}

body .inbenta-km__categories-mobile .container__category > ul {
    list-style: none;
    padding: 0;
}

body .inbenta-km__categories-mobile .container__category > ul > li {
    border-left: none;
    padding: 0;
    margin-top: 2px;
    margin-bottom: 0;
    border-radius: 0;
}

body .inbenta-km__categories-mobile .container__category > ul > li.inbenta-km__faq {
    background-color: rgba(238, 238, 255, 0.6);
    border: none;

}

body .inbenta-km__categories-mobile .container__category > ul > li > a:not(.title__link) {
    padding-left: 8px;
}

body .inbenta-km__categories-mobile .container__category > ul > li > a:not(.title__link) .title__faq {
    flex-direction: row-reverse;
}

body .inbenta-km__categories-mobile .container__category > ul > li > a:not(.title__link) .title__faq > h3 {
    flex: 1 1 auto;
}

body .inbenta-km__categories-mobile .container__category > ul > li > a:not(.title__link) .title__faq > span {
    flex: none;
}

body .inbenta-km__categories-mobile .container__category > ul > li > a:not(.title__link) .title__faq > span:before {
    background-image: url(../images/chevron-right-cornflower.svg);
    width: 16px;
    height: 16px;
}

body .inbenta-km__categories-mobile .container__category > ul > li > a.title__link {
    padding: 22px 56px 22px 16px;
    color: #393939;
    display: block;
    position: relative;
}

body .inbenta-km__categories-mobile .container__category > ul > li > a.title__link:after {
    position: absolute;
    display: block;
    top: 16px;
    right: 8px;
    content: " ";
    width: 40px;
    height: 40px;
    background: url(../images/icon-arrow-down.svg) no-repeat center;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title {
    border-bottom: 1px solid #DCEBFF;

}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title:first-of-type {

    border-top: 1px solid #DCEBFF;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--active {
    border-bottom: none;
    margin-top: 0px;
    border-top: none;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--active > a.title__link {
    background-color: #dedeff;
    border-left: 4px solid #5c5bff;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--active > a.title__link:after {
    transform: rotate(180deg);
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--active > ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: block;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--active > ul > li {
    background-color: rgba(238, 238, 255, 0.6);
    margin-top: 2px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--active > ul > li > a {
    padding-left: 8px;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--active > ul > li > a .title__faq {
    flex-direction: row-reverse;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--active > ul > li > a .title__faq > h3 {
    flex: 1 1 auto;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--active > ul > li > a .title__faq > span {
    flex: none;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--active > ul > li > a .title__faq > span:before {
    background-image: url(../images/chevron-right-cornflower.svg);
    width: 16px;
    height: 16px;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--active + li {
    border-top: none;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--hidden {
    border-bottom: 1px solid #DCEBFF;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--hidden > ul {
    display: none;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--hidden > a.title__link {
    background-color: #ffffff;
    border-left: none;
}

body .inbenta-km__categories-mobile .container__category > ul > li.container__sub-category__title--hidden > a.title__link:after {
    transform: rotate(0deg);
}

@media (max-width: 670px) {
    body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container {
        width: calc(100% + 32px);
        margin-left: -16px;
    }

    body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container {
        flex-direction: row;
        margin: 0;
        border-top: solid 1px #E9E9EF;
        border-bottom: solid 1px #ECECF2;
        align-items: center;
        width: 100%;
        padding: 8px 16px;
    }

    body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container:nth-child(odd) {
        margin-right: 0;
    }

    body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container:nth-child(even) {
        margin-left: 0;
    }

    body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container .inbenta-km__category__title {

        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        flex: 1 1 auto;
        margin-left: 8px;
    }

    body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container:after {
        content: "";
        display: inline-block;
        background-image: url(/assets/images/chevron-right-cornflower.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        width: 24px;
        height: 24px;
        margin-left: 24px;
    }

    body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__categories__container .inbenta-km__category__container:last-of-type {
        margin-bottom: 40px;
    }

    body .inbenta-helpsite .inbenta-helpsite__body .banner-section__logo {
        display: none;
    }

    body .inbenta-helpsite .inbenta-helpsite__body .banner-section__text {
        padding-bottom: 16px;
    }

    body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories {
        margin-top: 0;
    }
}

/* Categories logos */
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--1 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header--1 {
    background-image: url(/assets/images/org-recuperation.svg);
}

body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--2 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header--2 {
    background-image: url(/assets/images/payslips.svg);
}

body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--3 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--4 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--5 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--6 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--7 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header--3 {
    background-image: url(/assets/images/profil-form.svg);
}

body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--8 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--9 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--10 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--12 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header--8 {
    background-image: url(/assets/images/safe.svg);
}

body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--16 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--17 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--18 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--19 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header--16 {
    background-image: url(/assets/images/add-organisation.svg);
}

body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--20 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header--20 {
    background-image: url(/assets/images/safe.svg);
}

body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--21 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header--21 {
    background-image: url(/assets/images/illu-task.svg);
}

body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--22 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--23 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--24 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--25 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header--22 {
    background-image: url(/assets/images/security.svg);
}

body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--26 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header--26 {
    background-image: url(/assets/images/illu-assistance.svg);
}

body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--38 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--41 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--42 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .banner-section.banner-section--category--43 .banner-section__logo,
body .inbenta-helpsite .inbenta-helpsite__body .inbenta-km__categories--populars .inbenta-km__category__container .inbenta-km__category__header--38 {
    background-image: url(/assets/images/Illu-big_pro.svg);
}