 .nav ul {
        text-align: left;
        padding-left: 0;
    }

    .nav a {
        text-decoration: none;
        padding: 17px 15px 17px 75px;
        font-size: 23px;
        font-family: 'SourceSansPro-Regular';
        width: 192px;
    }

        .nav a:hover, .nav-active a {
            background-color: #e7e7e7;
            color: #fff;
            color: #000;

        }


    .nav ul ul a:hover::before, .nav ul ul a:active::before {
        content: '\e930';
        color: #ef3c42;
        font-family: 'boonIco';
        font-size: 18px;
        display: inline-block;
        background-color: #ffffff;
        width: 20px;
        height: 20px;
        top: 3px;
        position: absolute;
        left: -26px;
        vertical-align: middle;
    }

    .nav ul ul a:hover, .nav ul ul a:active {
        color: #000000 !important;
        font-weight: 700;
    }

.nav-active::before, nav a:hover::before {
    content: '\e938';
    color: #fff;
    font-family: 'boonIco';
    font-size: 15px;
    display: inline-block;
    height: 54px;
    width: 56px;
    background-color: #303030;
    position: absolute;
    top: 0;
    left: -56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.PictosRS a:hover::before {
    display: none;
}

 .nav .PictosRS a {
    padding: 0;
}

span.Titre_colRS {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
}

.FooterNav {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    box-sizing: border-box;
    background-color: #e7e7e7;
    padding: 4vh 70px;
}


    .nav ul .nav-submenu > a:after {
        content: "\e931";
        margin-left: 8px;
        display: none;
    }

.nav ul ul a {
    color: #303030 !important;
    line-height: 20px;
    background-color: #ffffff !important;
    font-size: 16px;
    padding: 3px;
    margin-left: 100px;
}

    /*.nav ul ul a {
        color: #303030;
        line-height: 20px;
        background-color: #fbfafa !important;
        font-size: 16px;
        padding: 3px 15px;
    }*/

        /*.nav ul ul a:hover {
            left: 0px;
            background-color: #fbfafa;
            color: #ef3c42;
        }*/

/*---------- Menu si Burger Activé ---------*/

.navBurgerBtn {
    position: relative;
    cursor: pointer;
    height: 70px;
    width: 75px;
    display: block;
    background-color: #303030;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000;
}
    .navBurgerBtn > span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #fff;
        border-radius: 6px;
        opacity: 1;
        transform: rotate(0);
        transition: .3s all ease-out;
        margin-right: auto;
        margin-left: auto;
        left: 26%;
    }

        .navBurgerBtn > span:nth-child(1) {
            top: 23px;
            width: 30px;
        }


        .navBurgerBtn > span:nth-child(2) {
            top: 34px;
        }

        .navBurgerBtn > span:nth-child(3) {
            top: 46px;
        }

    .navBurgerBtn.open > span:nth-child(1) {
        top: 34px;
        width: 50%;
        transform: rotate(135deg);
    }
    .navBurgerBtn.open > span:nth-child(3) {
        top: 34px;
        transform: rotate(-135deg);
    }

    .navBurgerBtn.open > span:nth-child(2) {
        opacity: 0;
        transform: scale(0);
    }

.navBurger {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #ffffff;
    width: 440px;
    padding: 90px 70px 20px 0px;
    transition: .3s all ease-out;
    transform: translateX(100%);
    z-index: 8888;
    box-sizing: border-box;
    /* padding-top: 60px; */
}
.navBurgerOpen {
    transform: translateX(0%);
    z-index: 9999999;
    background-color: #ffffff;
}
.navBurger > ul > li {
    display: block;
    margin-bottom: 10px;
}
.navBurger ul ul {
    position: relative;
    /* padding-top: 20px; */
    /* background-color: #fbfbfb; */
    /* left: -44px; */
    padding-top: 15px;
    /* width: 100%; */
}
    .navBurger ul ul ul {
        left: 0%;
    }

@media only screen and (max-width: 1400px) {


.navBurger > ul > li {
    display: block;
    margin-bottom: 0px;
}

}

@media only screen and (max-width: 960px) {

    .nav ul li {
        width: 44%;
        margin: initial;
        text-align: left;
        margin-left: 50px;
    }
    .nav ul {
        text-align: left;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        top: 110px;
        transform: none;
    }
    .navBurger {
        padding: 0px;
    }

    .nav a {
        padding: 10px;
        width: 100%;
    }

    .nav-active::before, nav a:hover::before {
        height: 40px;
    }
    .PictosRS {
        margin: 10px auto 0px auto;
    }
        .nav ul ul a {
            margin-left: auto;
            margin-right: auto;
        }


    /*#nav0 a:hover, #nav0 .nav-active, #nav0 .nav a:visited, #nav2 a:hover, #nav2 .nav-active, #nav2 .nav a:visited, #nav3 a:hover, #nav3 .nav-active, #nav3 .nav a:visited, #nav4 a:hover, #nav4 .nav-active, #nav4 .nav a:visited, #nav5 a:hover, #nav5 .nav-active, #nav5 .nav a:visited, #nav6 a:hover, #nav6 .nav-active, #nav6 .nav a:visited, #nav7 a:hover, #nav7 .nav-active, #nav7 .nav a:visited, .nav a:hover, .nav-active, .nav a:visited {
        left: auto;
        right: auto;
        margin: auto;
        text-align: center;
    }*/


    .nav-button {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        height: 30px;
        line-height: 42px;
        overflow: hidden;
        z-index: 9000;
        cursor: pointer;
        text-align: left;
        font-size: 20px;
        color: #fff;
        background: #fbfafa;
        text-decoration: none;
        padding: 10px 0;
    }
        .nav-button > span {
            display: block;
            position: absolute;
            height: 3px;
            width: 30px;
            background: #303030;
            border-radius: 6px;
            opacity: 1;
            left: 0;
            transform: rotate(0deg);
            transition: 0.3s all ease-out;
            margin-right: auto;
            margin-left: auto;
            left: 12px;
        }

            .nav-button > span:nth-child(1) {
                top: 12px;
            }

            .nav-button > span:nth-child(2) {
                top: 22px;
            }

            .nav-button > span:nth-child(3) {
                top: 32px;
            }

        .nav-button.open > span:nth-child(1) {
            top: 22px;
            transform: rotate(135deg);
        }

        .nav-button.open > span:nth-child(3) {
            top: 22px;
            transform: rotate(-135deg);
        }

        .nav-button.open > span:nth-child(2) {
            opacity: 0;
            transform: scale(0);
        }
    .nav ul ul {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
    }
        .nav ul ul li {
            margin-left: 40px;
        }
        /*.nav a {
            line-height: 50px;
            background-color: #fff;
            border-bottom: 1px solid #e1e1e1;
            padding: 0px;
        }

            .nav a:hover {
                background-color: #e1e1e1
            }*/

    .navBurgerBtn {
        display: none;
    }



    .navBurger {
        height: 100vh;
        float: left;
        left: 0px !important;
        right: auto !important;
        width: 370px;
        transform: inherit;
    }
            .navBurgerOpen {
                transform: none;
            }
    .FooterNav {
        padding: 20px;
        text-align: center;
    }

}

@media only screen and (max-width: 850px)  {
    


    .FooterNav {
        text-align: center;
    }

    .PictosRS {
        margin: 10px auto;
    }
    .navBurger > ul > li {
        margin-bottom: 0px;
    }
}


@media only screen and (max-width: 650px) {
    .nav ul li {
        width: 250px;
        margin: initial;
        text-align: center;
        margin-left: 0px;
        margin: auto;
    }
    .navBurger {
        box-sizing: border-box;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .nav ul ul li {
        margin-left: auto;
    }

    .FooterNav {
        text-align: center;
        position: relative;
        /* top: 0; */
        transform: unset;
        margin-top: 40px;
        bottom: auto;
    }

    .nav ul {
        text-align: left;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        margin-top: 90px;
        transition: none;
        transform: none;
        height: auto;
        position: relative;
        top: auto;
    }

    .FooterNav {
        text-align: center;
        position: relative;
        /* top: 0; */
        transform: unset;
        margin-top: 40px;
        bottom: auto;
        background-color: #ffffff;
    }
}


