.nav-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    z-index: 99;
}

.nav-li a.active {
    color: #F5862C;
    text-decoration: underline !important;

}

.nav-li.active {
    background-color: #F5862C;
    color: #fff;
}

.nav-li {
    float: right;
    margin-top: 6px;

}

.nav-limg {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 14px 16px;
}

.nav-li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px;
    margin: auto;
    text-decoration: none;
    border-radius: 5;
}

.nav-li a:hover {
    border-radius: 10px;
    border-color: #F5862C;
}

.nav-li a:active {
    border-radius: 15px;
    border-color: #070707;
    color: #f1f1f1;
    background-color: #F5862C;
}

#img-nav {
    width: 115px;
}

#img-formation {
    width: 25px;
    vertical-align: middle;
    margin-right: 6px;
}

.burger {
    display: none;
}

.dropdown-menu {
    display: none;
}

/* NAVBAR RESPONSIVE */

@media screen and (max-device-width: 830px) {

    /* Taille logo */
    .logo-nav {
        width: 325px;
        padding: 25px 0px;
    }

    .sidenav {
        display: none;
    }

    #global {
        margin-left: 0 !important;
    }

    #test {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    video {
        border-radius: 0 !important;
        margin-top: 5px;
    }

    #img-nav {
        width: 250px;
    }

    #img-profil {
        width: 50px;
    }

    .nav-li a {
        font-size: 30px;
    }

    #txt-info {
        font-size: 24px !important;
    }

    #taille-question {
        font-size: 30px;
    }

    #taille-reponse {
        font-size: 25px;
    }

    input.largerCheckbox {
        width: 25px;
        height: 25px;
    }

    td {
        font-size: 30px;
    }

    #title-info-perso {
        margin-top: 150px !important;
        font-size: 40px;
    }

    .test {
        display: none;
    }

    .burger {
        display: block;
    }

    .dropdown-menu {
        display: none;
        position: fixed;
        background-color: #F5862C;
        color: #fff;
        min-width: 260px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        top: 50px;
        right: 0;
        font-size: 30px;
        width: 50%;
        margin-top: 43px;
        height: 100%;
    }

    .dropdown-menu li {
        display: block;
        padding: 17px 16px;
        text-align: left;
    }

    .dropdown-menu li a {
        text-decoration: none;
        color: white;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* RESPONSIVE */

@media screen and (max-device-width: 1300px) {
    .sidenav {
        width: 300px !important;
    }

    .sidenav a {
        font-size: 16px !important;
    }

    #global {
        margin-left: 300px !important;
    }
}

@media screen and (max-device-width : 1150px) {
    #test {
        width: 650px !important;
    }

    #txt-info {
        font-size: 14px !important;
    }
}

@media screen and (max-device-width : 980px) {
    .sidenav {
        width: 250px !important;
    }

    .sidenav a {
        font-size: 14px !important;
    }
}

/* Responsive smartphone */
@media screen and (max-device-width: 480px) {

    /* Taille logo */
    .logo-nav {
        width: 325px;
        padding: 25px 0px;
    }

    .sidenav {
        display: none;
    }

    #global {
        margin-left: 0 !important;
    }

    #test {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    video {
        border-radius: 0 !important;
        margin-top: 5px;
    }

    #img-nav {
        width: 200px;
    }

    #img-profil {
        width: 50px;
    }

    .nav-li a {
        font-size: 30px;
    }

    #txt-info {
        font-size: 24px !important;
    }

    #taille-question {
        font-size: 30px;
    }

    #taille-reponse {
        font-size: 25px;
    }

    input.largerCheckbox {
        width: 25px;
        height: 25px;
    }

    #banner-form {
        margin-top: 115px !important;
    }

}