.Menu {
    padding: 26px 0;
    z-index: 10;
    background-color: var(--color-white);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);

    @media (min-width: 992px) {
        width: 245px;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    @media (max-width: 992px) {
        position: relative;
        padding: 0;
    }
}

.Menu-top {
    display: flex;
    justify-content: center;
    margin: 0 0 80px 0;
    align-items: center;

    @media (max-width: 992px) {
        padding: 10px 16px;
        margin: 0;
        justify-content: space-between;

    }
}

.Menu-linkHome {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;

    @media (max-width: 992px) {
        margin: 0;
    }
}

.Menu-topRight {
    display: none;

    @media (max-width: 992px) {
        display: flex;
        align-items: center;
        gap: 2rem;
    }
}

.Menu-shortMenu {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.Menu-shortMenu--btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid var(--color-1);
    border-radius: 8px;
    cursor: pointer;
    transition: all 250ms;
}

.Menu-shortMenu--btn svg path, .Menu-shortMenu--btn svg circle {
    transition: all 250ms;
}

.Menu-shortMenu--btn:hover {
    background-color: var(--color-1);
}

.Menu-shortMenu--btn:hover svg path, .Menu-shortMenu--btn:hover svg circle {
    stroke: var(--color-white);
}

.Menu-shortMenu--btn.Active {
    background-color: var(--color-1);
    border-radius: 8px 8px 0 0;
}

.Menu-shortMenu--btn.Active svg path, .Menu-shortMenu--btn.Active svg circle {
    stroke: var(--color-white);
}

.Menu-shortMenu--content {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    background-color: var(--color-1);
    padding: 16px;
    border-radius: 8px 0 8px 8px;
    min-width: 200px;
    display: none;
}

.Menu-shortMenu--content.Active {
    display: flex;
}

.Menu-shortMenu--content .mod-menu {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.Menu-shortMenu--content .mod-menu a {
    color: var(--color-white);
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
}

.Menu-burger {
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-1);
    border-bottom-right-radius: 11px;
}

.Menu-burger--close {
    display: none;
}

.Menu-burger.active .Menu-burger--close {
    display: block;
}

.Menu-burger.active .Menu-burger--open {
    display: none;
}

.Menu nav {

    @media (max-width: 992px) {
        position: absolute;
        top: 90.42px;
        left: 0;
        height: calc(100vh - 90.42px);
        width: 100vw;
        transform: translateX(-100%);
        transition: all 250ms;
    }
}

.Menu nav.active {

    @media (max-width: 992px) {
        transform: translateX(0);
    }
}

.Menu .main-menu_wrapper {

    @media (max-width: 992px) {
        height: 100%;
        overflow-y: auto;
    }
}

.Menu .main-menu_wrapper .mod-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Menu .main-menu_wrapper .nav-item a {
    display: inline-flex;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 250ms;
    position: relative;
    padding: 13px 23px 13px 70px;
}

.Menu .main-menu_wrapper .nav-item.current a, .Menu .main-menu_wrapper .nav-item a:hover {
    color: var(--color-white);
    background-color: var(--color-1);
}

.Menu .main-menu_wrapper .nav-item a:hover::before {
    filter: invert(97%) sepia(6%) saturate(3%) hue-rotate(36deg) brightness(105%) contrast(100%);
}

.Menu .main-menu_wrapper .nav-item a::before {
    content: '';
    position: absolute;
    left: 23px;
    background-repeat: no-repeat;
    filter: invert(13%) sepia(98%) saturate(3455%) hue-rotate(196deg) brightness(92%) contrast(101%);
}

.Menu .main-menu_wrapper .nav-item .accueil::before {
    top: calc(50% - (28.5px / 2));
    width: 28.5px;
    height: 28.5px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.479%22%20height%3D%2228.528%22%20viewBox%3D%220%200%2028.479%2028.528%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(0%200)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.564%2C0H1.681A1.7%2C1.7%2C0%2C0%2C0%2C0%2C1.681v9.832a1.707%2C1.707%2C0%2C0%2C0%2C1.681%2C1.732h9.832a1.7%2C1.7%2C0%2C0%2C0%2C1.681-1.681V1.681A1.621%2C1.621%2C0%2C0%2C0%2C11.564%2C0Zm.662%2C11.564a.674.674%2C0%2C0%2C1-.662.662H1.681a.674.674%2C0%2C0%2C1-.662-.662V1.681a.674.674%2C0%2C0%2C1%2C.662-.662h9.832a.686.686%2C0%2C0%2C1%2C.713.662Z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M41.564%2C0H31.681A1.7%2C1.7%2C0%2C0%2C0%2C30%2C1.681V26.8a1.7%2C1.7%2C0%2C0%2C0%2C1.681%2C1.681h9.832A1.7%2C1.7%2C0%2C0%2C0%2C43.194%2C26.8V1.681A1.621%2C1.621%2C0%2C0%2C0%2C41.564%2C0Zm.662%2C26.847a.674.674%2C0%2C0%2C1-.662.662H31.681a.674.674%2C0%2C0%2C1-.662-.662V1.681a.674.674%2C0%2C0%2C1%2C.662-.662h9.832a.686.686%2C0%2C0%2C1%2C.713.662Z%22%20transform%3D%22translate(-14.717)%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.564%2C30H1.681A1.7%2C1.7%2C0%2C0%2C0%2C0%2C31.681v9.832a1.707%2C1.707%2C0%2C0%2C0%2C1.681%2C1.732h9.832a1.7%2C1.7%2C0%2C0%2C0%2C1.681-1.681V31.681A1.621%2C1.621%2C0%2C0%2C0%2C11.564%2C30Zm.662%2C11.564a.674.674%2C0%2C0%2C1-.662.662H1.681a.674.674%2C0%2C0%2C1-.662-.662V31.681a.674.674%2C0%2C0%2C1%2C.662-.662h9.832a.674.674%2C0%2C0%2C1%2C.662.662v9.883Z%22%20transform%3D%22translate(0%20-14.717)%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

.Menu .main-menu_wrapper .nav-item .ma-situation::before {
    top: calc(50% - (28.3px / 2));
    width: 27px;
    height: 28.3px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.113%22%20height%3D%2228.495%22%20viewBox%3D%220%200%2027.113%2028.495%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M9.248.711C6.415%2C1.63%2C4.1%2C5.142%2C3.84%2C6.581c-.732%2C4.044%2C1.1%2C4.155-1.135%2C5.273a2.987%2C2.987%2C0%2C0%2C0-1.6%2C2.271%2C4.409%2C4.409%2C0%2C0%2C0%2C.966%2C3.523%2C1.838%2C1.838%2C0%2C0%2C1%2C.591%2C1.522%2C2.524%2C2.524%2C0%2C0%2C1-1.012%2C1.709%2C2.819%2C2.819%2C0%2C0%2C0-1.276%2C3.4%2C3.182%2C3.182%2C0%2C0%2C0-.369.913.5.5%2C0%2C0%2C0%2C.222.527c5.437%2C3.4%2C21%2C3.394%2C26.435%2C0a.493.493%2C0%2C0%2C0%2C.222-.533%2C3.236%2C3.236%2C0%2C0%2C0-.41-.971%2C2.835%2C2.835%2C0%2C0%2C0-1.3-3.342h0a2.511%2C2.511%2C0%2C0%2C1-1.012-1.709%2C1.838%2C1.838%2C0%2C0%2C1%2C.591-1.522c1.317-1.317%2C1.621-4.67-.632-5.794s-.4-1.036-1.077-5.1c-.4-2.429-3.5-5.583-5.665-6.239A13.094%2C13.094%2C0%2C0%2C0%2C9.248.711Zm8.141.808c1.551.486%2C4.284%2C3.424%2C4.664%2C5.238.8%2C3.786-1.334%2C4.512%2C1.627%2C5.993a1.952%2C1.952%2C0%2C0%2C1%2C1.059%2C1.539%2C3.415%2C3.415%2C0%2C0%2C1-.691%2C2.657%2C2.82%2C2.82%2C0%2C0%2C0-.878%2C2.323%2C3.5%2C3.5%2C0%2C0%2C0%2C1.451%2C2.44%2C2.11%2C2.11%2C0%2C0%2C1%2C1.018%2C1.6%2C2.787%2C2.787%2C0%2C0%2C0-1.68-.521%2C8.5%2C8.5%2C0%2C0%2C1-6.2-2.3.457.457%2C0%2C0%2C1-.146-.31%2C1.874%2C1.874%2C0%2C0%2C1%2C.655-1.691%2C7.377%2C7.377%2C0%2C0%2C0%2C1.808-5.928%2C6.244%2C6.244%2C0%2C0%2C1%2C.123-2.312h.006c.129.041.252.088.38.129a.5.5%2C0%2C1%2C0%2C.31-.948%2C13.508%2C13.508%2C0%2C0%2C1-7.04-4.969.5.5%2C0%2C0%2C0-.913%2C0C11.571%2C7.184%2C8.768%2C8.495%2C5.871%2C9.431a.5.5%2C0%2C0%2C0-.328.644.51.51%2C0%2C0%2C0%2C.638.3c.129-.041.258-.088.38-.129h.006a7%2C7%2C0%2C0%2C1%2C.123%2C2.312%2C7.436%2C7.436%2C0%2C0%2C0%2C1.662%2C5.993c.533.591.878.936.86%2C1.65a.428.428%2C0%2C0%2C1-.135.293%2C8.325%2C8.325%2C0%2C0%2C1-6.151%2C2.288%2C2.806%2C2.806%2C0%2C0%2C0-1.744.568A2.113%2C2.113%2C0%2C0%2C1%2C2.2%2C21.7h0a3.5%2C3.5%2C0%2C0%2C0%2C1.451-2.44%2C2.82%2C2.82%2C0%2C0%2C0-.878-2.323%2C3.415%2C3.415%2C0%2C0%2C1-.691-2.657A1.952%2C1.952%2C0%2C0%2C1%2C3.144%2C12.75c2.967-1.486.65-2.44%2C1.691-6.168A9.23%2C9.23%2C0%2C0%2C1%2C9.26%2C1.788%2C11.777%2C11.777%2C0%2C0%2C1%2C17.389%2C1.519Zm2%2C25.364c-.62.088-1.264.158-1.92.217m-8.5-9.387a6.056%2C6.056%2C0%2C0%2C1-1.293-4.951A8.828%2C8.828%2C0%2C0%2C0%2C7.539%2C9.87c2.277-1.048%2C4.582-2.007%2C5.87-4.161C14.7%2C7.857%2C16.967%2C8.823%2C19.244%2C9.87c-.117%2C1.475-.369%2C1.75-.129%2C2.891a6.059%2C6.059%2C0%2C0%2C1-1.434%2C4.887%2C7.91%2C7.91%2C0%2C0%2C1-3.611%2C2.581%2C2.081%2C2.081%2C0%2C0%2C1-1.4-.094%2C7.589%2C7.589%2C0%2C0%2C1-3.7-2.423Zm.4%2C9.381c-.655-.059-1.3-.135-1.92-.222m8.41.345a45.263%2C45.263%2C0%2C0%2C1-4.881%2C0h0m-4.53-.5A18.561%2C18.561%2C0%2C0%2C1%2C1.1%2C25.069a1.946%2C1.946%2C0%2C0%2C1%2C1.832-1.282%2C11.955%2C11.955%2C0%2C0%2C0%2C2.411-.246A10.069%2C10.069%2C0%2C0%2C0%2C8.587%2C22.2a7.921%2C7.921%2C0%2C0%2C0%2C1.211-1c.468-.48.41-.486.369-1.165%2C3.014%2C1.9%2C3.593%2C1.972%2C6.5-.076-.041.685-.082.737.4%2C1.229a7.763%2C7.763%2C0%2C0%2C0%2C1.206.983%2C10.471%2C10.471%2C0%2C0%2C0%2C3.254%2C1.358%2C11.152%2C11.152%2C0%2C0%2C0%2C2.452.258%2C1.953%2C1.953%2C0%2C0%2C1%2C1.838%2C1.282A34.728%2C34.728%2C0%2C0%2C1%2C20.4%2C26.719%2C42.664%2C42.664%2C0%2C0%2C1%2C6.445%2C26.713Z%22%0A%20%20%20%20%20%20%20%20%20%20transform%3D%22translate(0.109%200.128)%22%20stroke-width%3D%220.2%22%2F%3E%0A%3C%2Fsvg%3E");
}

.Menu .main-menu_wrapper .nav-item .regler-mon-echeance::before {
    top: calc(50% - (25px / 2));
    width: 35px;
    height: 25px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234.963%22%20height%3D%2225.403%22%20viewBox%3D%220%200%2034.963%2025.403%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(0.1%200.123)%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%225.471%22%20height%3D%220.97%22%20transform%3D%22translate(3.38%2010.71)%22%20stroke-width%3D%220.2%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%228.288%22%20height%3D%220.97%22%20transform%3D%22translate(3.38%2014.087)%22%20stroke-width%3D%220.2%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220.112%22%20height%3D%220.97%22%20transform%3D%22translate(3.38%2017.463)%22%20stroke-width%3D%220.2%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%223.225%22%20height%3D%220.97%22%20transform%3D%22translate(3.38%2020.833)%22%20stroke-width%3D%220.2%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%223.225%22%20height%3D%220.97%22%20transform%3D%22translate(9.007%2020.833)%22%20stroke-width%3D%220.2%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%223.225%22%20height%3D%220.97%22%20transform%3D%22translate(14.64%2020.833)%22%20stroke-width%3D%220.2%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M305.546%2C163.536a2.125%2C2.125%2C0%2C0%2C0-1.081.3.077.077%2C0%2C0%2C1-.078%2C0%2C2.174%2C2.174%2C0%2C1%2C0%2C0%2C3.75.079.079%2C0%2C0%2C1%2C.039-.01.077.077%2C0%2C0%2C1%2C.039.011%2C2.125%2C2.125%2C0%2C0%2C0%2C1.081.3%2C2.173%2C2.173%2C0%2C1%2C0%2C0-4.347Zm-1.9%2C3.22a.077.077%2C0%2C0%2C1-.047.112%2C1.134%2C1.134%2C0%2C0%2C1-.31.044%2C1.2%2C1.2%2C0%2C1%2C1%2C0-2.406%2C1.407%2C1.407%2C0%2C0%2C1%2C.306.043.078.078%2C0%2C0%2C1%2C.051.113%2C2.1%2C2.1%2C0%2C0%2C0%2C0%2C2.093Zm1.9.156a1.2%2C1.2%2C0%2C1%2C1%2C1.2-1.2A1.2%2C1.2%2C0%2C0%2C1%2C305.546%2C166.912Z%22%20transform%3D%22translate(-282.54%20-153.388)%22%20stroke-width%3D%220.2%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M250.958%2C125.26h0l-23.62-7.452a1.537%2C1.537%2C0%2C0%2C0-2.021%2C1.052L223.372%2C125a.078.078%2C0%2C0%2C1-.074.054h-4.356a1.622%2C1.622%2C0%2C0%2C0-1.612%2C1.611v14.624a1.613%2C1.613%2C0%2C0%2C0%2C1.612%2C1.611h24.774a1.6%2C1.6%2C0%2C0%2C0%2C1.343-.727.077.077%2C0%2C0%2C1%2C.086-.032%2C6.963%2C6.963%2C0%2C0%2C0%2C.913.21%2C1.6%2C1.6%2C0%2C0%2C0%2C1.534-1.126L252%2C127.276a1.862%2C1.862%2C0%2C0%2C0-.119-1.331A1.416%2C1.416%2C0%2C0%2C0%2C250.958%2C125.26Zm-25.4-3.969a.078.078%2C0%2C0%2C1%2C.1-.05l11.6%2C3.658a.078.078%2C0%2C0%2C1-.023.151h-7.482a.07.07%2C0%2C0%2C1-.023%2C0l-4.8-1.517a.077.077%2C0%2C0%2C1-.051-.1Zm-1.154%2C3.665.137-.446a.078.078%2C0%2C0%2C1%2C.038-.046.077.077%2C0%2C0%2C1%2C.06-.005l1.408.446a.077.077%2C0%2C0%2C1-.023.151H224.48a.077.077%2C0%2C0%2C1-.074-.1Zm19.951%2C16.328a.078.078%2C0%2C0%2C1-.008.034.642.642%2C0%2C0%2C1-.64.606H218.942a.641.641%2C0%2C0%2C1-.641-.64V126.661a.641.641%2C0%2C0%2C1%2C.641-.64h24.774a.641.641%2C0%2C0%2C1%2C.641.64Zm5.025-8.932-2.714%2C8.578a.635.635%2C0%2C0%2C1-.319.372.651.651%2C0%2C0%2C1-.3.072.6.6%2C0%2C0%2C1-.191-.03l-.486-.151a.077.077%2C0%2C0%2C1-.055-.074V131.094a.078.078%2C0%2C0%2C1%2C.1-.074l3.909%2C1.235A.077.077%2C0%2C0%2C1%2C249.382%2C132.353Zm.337-1.077a.077.077%2C0%2C0%2C1-.1.05l-4.246-1.338a.078.078%2C0%2C0%2C1-.054-.074v-2.361a.078.078%2C0%2C0%2C1%2C.1-.074l4.926%2C1.551a.077.077%2C0%2C0%2C1%2C.051.1Zm1.361-4.291v0l-.337%2C1.071a.078.078%2C0%2C0%2C1-.074.054.077.077%2C0%2C0%2C1-.023%2C0l-5.3-1.668a.077.077%2C0%2C0%2C1-.053-.06%2C1.608%2C1.608%2C0%2C0%2C0-1.579-1.323h-2.741a.075.075%2C0%2C0%2C1-.023%2C0l-15-4.735a.078.078%2C0%2C0%2C1-.051-.1l.337-1.07a.643.643%2C0%2C0%2C1%2C.806-.414l23.619%2C7.446a.582.582%2C0%2C0%2C1%2C.377.269A.726.726%2C0%2C0%2C1%2C251.08%2C126.984Z%22%20transform%3D%22translate(-217.33%20-117.716)%22%20stroke-width%3D%220.2%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

.Menu .main-menu_wrapper .nav-item .mes-demandes::before {
    top: calc(50% - (29px / 2));
    width: 29px;
    height: 29px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.011%22%20height%3D%2229.011%22%20viewBox%3D%220%200%2029.011%2029.011%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M27.8%2C13.055H26.11V10.009A1.3%2C1.3%2C0%2C0%2C0%2C24.8%2C8.7h-1.6V7.543L22.967%2C7.3h0l-3.53-3.53L15.666%2C0H3.868V5.319H1.305A1.3%2C1.3%2C0%2C0%2C0%2C0%2C6.624V27.754H0a1.461%2C1.461%2C0%2C0%2C0%2C.242.774%2C1.262%2C1.262%2C0%2C0%2C0%2C.967.484H22.87a1.264%2C1.264%2C0%2C0%2C0%2C1.209-.87L29.011%2C14.6v-.1A1.3%2C1.3%2C0%2C0%2C0%2C27.8%2C13.055Zm-3-3.385a.33.33%2C0%2C0%2C1%2C.338.338v3.046H23.209V9.67ZM15.956%2C1.644l5.609%2C5.609H15.956ZM4.835.967H14.989V8.22h7.253v4.835H5.947a1.2%2C1.2%2C0%2C0%2C0-.967.87l-.145.387V.967ZM.967%2C6.624a.33.33%2C0%2C0%2C1%2C.338-.338H3.868V16.923l-2.9%2C7.93ZM23.16%2C27.85a.321.321%2C0%2C0%2C1-.242.193H1.257c-.1%2C0-.193-.048-.193-.1a.367.367%2C0%2C0%2C1-.1-.193l2.9-7.978h0L5.9%2C14.264v-.048a.321.321%2C0%2C0%2C1%2C.242-.193H27.8c.193%2C0%2C.242.242.242.387Z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15.484%2C15.967h4.835a.484.484%2C0%2C1%2C0%2C0-.967H15.484a.484.484%2C0%2C0%2C0%2C0%2C.967Z%22%20transform%3D%22translate(-7.747%20-7.747)%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15.484%2C8.967h4.835a.484.484%2C0%2C1%2C0%2C0-.967H15.484a.484.484%2C0%2C0%2C0%2C0%2C.967Z%22%20transform%3D%22translate(-7.747%20-4.132)%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15.484%2C22.967h11.6a.484.484%2C0%2C1%2C0%2C0-.967h-11.6a.484.484%2C0%2C0%2C0%2C0%2C.967Z%22%20transform%3D%22translate(-7.747%20-11.363)%22%2F%3E%0A%3C%2Fsvg%3E");
}

.Menu .main-menu_wrapper .nav-item .mes-documents::before {
    top: calc(50% - (31px / 2));
    width: 29px;
    height: 31px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.511%22%20height%3D%2230.777%22%20viewBox%3D%220%200%2028.511%2030.777%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M36.306%2C23H28.112a.512.512%2C0%2C1%2C0%2C0%2C1.024h8.194a.512.512%2C0%2C1%2C0%2C0-1.024Z%22%0A%20%20%20%20%20%20%20%20%20%20transform%3D%22translate(-13.428%20-11.222)%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M28.445%2C14.512A.484.484%2C0%2C0%2C0%2C27.933%2C14H22.812a.512.512%2C0%2C0%2C0%2C0%2C1.024h5.121A.513.513%2C0%2C0%2C0%2C28.445%2C14.512Z%22%0A%20%20%20%20%20%20%20%20%20%20transform%3D%22translate(-10.842%20-6.831)%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M39.233%2C32H34.112a.512.512%2C0%2C1%2C0%2C0%2C1.024h5.121a.512.512%2C0%2C1%2C0%2C0-1.024Z%22%0A%20%20%20%20%20%20%20%20%20%20transform%3D%22translate(-16.355%20-15.613)%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M42.648%2C41H41.112a.512.512%2C0%2C1%2C0%2C0%2C1.024h1.536a.512.512%2C0%2C1%2C0%2C0-1.024Z%22%0A%20%20%20%20%20%20%20%20%20%20transform%3D%22translate(-19.771%20-20.004)%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M28.436%2C28.165V7.477L21.011%2C0H4.368V3.021L4.06%2C2.56c-.051-.1-.1-.154-.2-.154l-.819-1.28A.489.489%2C0%2C0%2C0%2C2.422.973L.22%2C2.509a.364.364%2C0%2C0%2C0-.1.563L1.09%2C4.506c.051.051.051.1.1.154l.666.973H1.807a.511.511%2C0%2C0%2C0-.2.256.433.433%2C0%2C0%2C0%2C.1.307L3.19%2C8.347%2C2.78%2C8.6%2C1.807%2C7.169a.425.425%2C0%2C0%2C0-.615-.1L.117%2C7.784a.425.425%2C0%2C0%2C0-.1.615l4.353%2C6.35V28.165H17.119a3.761%2C3.761%2C0%2C0%2C0%2C2.458%2C1.741l.461.1.41.563a.511.511%2C0%2C0%2C0%2C.256.2.554.554%2C0%2C0%2C0%2C.307-.051.425.425%2C0%2C0%2C0%2C.1-.615l-.41-.563.1-.461a2.864%2C2.864%2C0%2C0%2C0%2C.154-1.075l.1.154ZM21.267%2C1.741%2C26.7%2C7.169H21.267ZM1.6%2C3.687%2C1.09%2C2.97%2C2.575%2C1.946l.461.768Zm.512.717.819-.563L3.6%2C3.38l.461.768L2.575%2C5.172Zm.615%2C1.69L4.88%2C4.609%2C6.365%2C6.76l9.883%2C14.492%2C1.485%2C2.2-2.151%2C1.485ZM16.044%2C25.656l2.151-1.485.973%2C1.434L17.017%2C27.09ZM3.344%2C9.371l.41-.256.666.973v.871ZM1.4%2C8.04l6.4%2C9.423-.358.256L1.039%2C8.3Zm3.994%2C8.245%2C1.536%2C2.253c.051.1.2.154.256.2a.554.554%2C0%2C0%2C0%2C.307-.051l1.075-.717a.425.425%2C0%2C0%2C0%2C.1-.615L5.341%2C12.444v-.871l9.679%2C14.185c0%2C.051.051.051.051.1l.871%2C1.28H5.392Zm14.646%2C12.6-.051.2-.2-.051A2.815%2C2.815%2C0%2C0%2C1%2C17.836%2C27.6l1.588-1.075A2.969%2C2.969%2C0%2C0%2C1%2C20.038%2C28.882Zm.1-2.817a1.119%2C1.119%2C0%2C0%2C0%2C.154-.256.554.554%2C0%2C0%2C0-.051-.307L18.86%2C23.454c0-.051-.051-.1-.051-.154L5.494%2C3.892V1.024H20.345V8.194h7.169V27.141h-6.76A3.684%2C3.684%2C0%2C0%2C0%2C20.14%2C26.066Z%22%0A%20%20%20%20%20%20%20%20%20%20transform%3D%22translate(0.074)%22%2F%3E%0A%3C%2Fsvg%3E");
}

.Menu .main-menu_wrapper .nav-item .contacts::before {
    top: calc(50% - (26px / 2));
    width: 29px;
    height: 26px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.511%22%20height%3D%2226.135%22%20viewBox%3D%220%200%2028.511%2026.135%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M9.475%2C21.95h6.177a.475.475%2C0%2C0%2C0%2C0-.95H9.475a.475.475%2C0%2C0%2C0%2C0%2C.95Z%22%20transform%3D%22translate(-4.723%20-11.021)%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M21.83%2C27H9.475a.475.475%2C0%2C0%2C0%2C0%2C.95H21.83a.475.475%2C0%2C1%2C0%2C0-.95Z%22%20transform%3D%22translate(-4.723%20-14.17)%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M21.83%2C33H9.475a.475.475%2C0%2C1%2C0%2C0%2C.95H21.83a.475.475%2C0%2C1%2C0%2C0-.95Z%22%20transform%3D%22translate(-4.723%20-17.319)%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M25.707.048%2C9.456%2C0a2.84%2C2.84%2C0%2C0%2C0-2.8%2C2.8V5.227H2.8A2.882%2C2.882%2C0%2C0%2C0%2C0%2C8.078V18.1a2.809%2C2.809%2C0%2C0%2C0%2C2.8%2C2.8H5.7V25.66a.481.481%2C0%2C0%2C0%2C.285.428c.048%2C0%2C.1.048.19.048a.431.431%2C0%2C0%2C0%2C.333-.143l4.609-5.084h7.935a2.809%2C2.809%2C0%2C0%2C0%2C2.8-2.8v-.048l2.518%2C2.756a.513.513%2C0%2C0%2C0%2C.333.143.359.359%2C0%2C0%2C0%2C.19-.048.416.416%2C0%2C0%2C0%2C.285-.428V15.728h.523a2.809%2C2.809%2C0%2C0%2C0%2C2.8-2.8V2.851A2.809%2C2.809%2C0%2C0%2C0%2C25.707.048ZM20.908%2C18.1a1.855%2C1.855%2C0%2C0%2C1-1.853%2C1.853l-8.126.048a.431.431%2C0%2C0%2C0-.333.143L6.653%2C24.472V20.48a.449.449%2C0%2C0%2C0-.475-.475H2.8A1.855%2C1.855%2C0%2C0%2C1%2C.95%2C18.152V8.078A1.855%2C1.855%2C0%2C0%2C1%2C2.8%2C6.225H7.128l11.927-.048a1.855%2C1.855%2C0%2C0%2C1%2C1.853%2C1.853V18.1Zm6.653-5.227a1.855%2C1.855%2C0%2C0%2C1-1.853%2C1.853h-1a.449.449%2C0%2C0%2C0-.475.475V19.2l-2.376-2.566v-8.6a2.809%2C2.809%2C0%2C0%2C0-2.8-2.8H7.6V2.8A1.887%2C1.887%2C0%2C0%2C1%2C9.456.95L25.66%2C1h0a1.866%2C1.866%2C0%2C0%2C1%2C1.9%2C1.853V12.877Z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.Menu .main-menu_wrapper .nav-item .deposer-son-conge::before {
    top: calc(50% - (29px / 2));
    width: 29px;
    height: 29px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.49%22%20height%3D%2228.66%22%20viewBox%3D%220%200%2028.49%2028.66%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(0.153%200.16)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M49.285%2C23.508l-11.6-3.489a.36.36%2C0%2C0%2C0-.435.2L35.59%2C24.1l-1.957-3.675a.36.36%2C0%2C0%2C0-.413-.178l-11.6%2C3.181a.36.36%2C0%2C0%2C0-.216.529l2.782%2C4.756L22.04%2C32.8a.36.36%2C0%2C0%2C0%2C.15.486L24.459%2C34.5v8.269a.361.361%2C0%2C0%2C0%2C.2.324l10.807%2C5.225a.361.361%2C0%2C0%2C0%2C.314%2C0L46.593%2C43.09a.364.364%2C0%2C0%2C0%2C.207-.324V34.493l2.261-1.2a.36.36%2C0%2C0%2C0%2C.15-.486l-2.154-4.1L49.5%2C24.02a.36.36%2C0%2C0%2C0-.216-.512ZM22.265%2C24l10.867-2.981%2C1.976%2C3.71L24.763%2C28.272Zm.58%2C8.82%2C1.91-3.634%2C10.387%2C5.187-1.97%2C3.939ZM35.269%2C47.416l-10.09-4.877V34.88l7.981%2C4.244a.36.36%2C0%2C0%2C0%2C.492-.157l1.617-3.234Zm.357-13.605L25.532%2C28.77l10.094-3.453L45.719%2C28.77ZM46.08%2C42.54%2C35.99%2C47.416V35.748l1.61%2C3.219a.36.36%2C0%2C0%2C0%2C.491.157l7.989-4.248Zm2.327-9.717L38.079%2C38.314l-1.97-3.939L46.5%2C29.188Zm-1.932-4.556L36.11%2C24.722l1.679-3.92L48.66%2C24.073Z%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20transform%3D%22translate(-21.357%20-20.004)%22%20stroke-width%3D%220.3%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

.Menu .main-menu_wrapper .nav-item .guide::before {
    top: calc(50% - (24px / 2));
    width: 29px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.285%22%20height%3D%2223.355%22%20viewBox%3D%220%200%2028.285%2023.355%22%3E%3Cg%20transform%3D%22translate(-1.95%20-7.197)%22%3E%3Cpath%20d%3D%22M29.715%2C13.321H28.169V12.3a.47.47%2C0%2C0%2C0-.47-.47H22.072a6.194%2C6.194%2C0%2C0%2C0-11.96%2C0H4.485a.47.47%2C0%2C0%2C0-.47.47v1.025H2.47a.47.47%2C0%2C0%2C0-.47.47V30.032a.47.47%2C0%2C0%2C0%2C.47.47H29.715a.47.47%2C0%2C0%2C0%2C.47-.47V13.791a.47.47%2C0%2C0%2C0-.47-.47Zm-2.485-.555v1.017s0%2C.005%2C0%2C.008%2C0%2C.005%2C0%2C.008V27.3H20.245a6.026%2C6.026%2C0%2C0%2C0-3.683%2C1.274V19.628a6.176%2C6.176%2C0%2C0%2C0%2C5.693-6.862ZM16.092%2C8.187a5.263%2C5.263%2C0%2C1%2C1-5.263%2C5.263A5.269%2C5.269%2C0%2C0%2C1%2C16.092%2C8.187ZM9.93%2C12.766a6.176%2C6.176%2C0%2C0%2C0%2C5.693%2C6.862V28.57A6.028%2C6.028%2C0%2C0%2C0%2C11.94%2C27.3H4.955V13.8s0-.005%2C0-.008%2C0-.005%2C0-.008V12.766Zm-6.99%2C1.494H4.015v13.5a.47.47%2C0%2C0%2C0%2C.47.47H11.94a5.075%2C5.075%2C0%2C0%2C1%2C3.395%2C1.327H2.939Zm26.306%2C15.3H16.85a5.078%2C5.078%2C0%2C0%2C1%2C3.394-1.327H27.7a.47.47%2C0%2C0%2C0%2C.47-.47v-13.5h1.076Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23004e91%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M31.47%2C22.119a.47.47%2C0%2C0%2C0%2C.47-.47V18.383a.47.47%2C0%2C1%2C0-.939%2C0v3.267A.47.47%2C0%2C0%2C0%2C31.47%2C22.119Z%22%20transform%3D%22translate(-15.377%20-5.656)%22%20fill%3D%22%23004e91%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M31.47%2C15.1a.47.47%2C0%2C0%2C0%2C.47-.47V14.5a.47.47%2C0%2C1%2C0-.939%2C0v.123A.47.47%2C0%2C0%2C0%2C31.47%2C15.1Z%22%20transform%3D%22translate(-15.377%20-3.598)%22%20fill%3D%22%23004e91%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.Menu .main-menu_wrapper .nav-item.current a::before {
    filter: invert(97%) sepia(6%) saturate(3%) hue-rotate(36deg) brightness(105%) contrast(100%);
}

.Menu-disconnect {
    display: block;
    margin: 3rem 0 0 23px;

    @media (max-width: 992px) {
        display: none;
    }
}