.bg-light{
   background-color:  #212B33 !important;
   border-bottom: 1px solid rgba(0,0,0,0.1);
   position: fixed;
   top: 0;
   width: 100%;
   z-index:3;
}

.navbar-toggler{
    border: 1px solid #212B33 !important;
}

.navbar-toggler-icon{
    background-image: url("../assets/images/icons/white-burger-icon.png") !important;
}

.nav-link, .navbar-brand {
    color: #fff !important;
}

.d-lg-block{
    position: absolute;
    background-color: #fff;
    padding: 30px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border: 3px solid #ddba77;
    left: 48%;
    top: -10px
}

.navbar-brand img {
    width: 100px;
}

.nav-link{
    background: none !important;
    border: none !important;
}

.nav-link i {
    color: #ddba77;

}

#options-connection{
	width: 20%;
	display: flex;
	justify-content: space-around;
}
.btn-outline-success{
    background-color:  #ddba77;
    border: 1px solid #fff;;
    color: #fff;
}

.btn-outline-success:hover{
    background-color: #aa8f5d;
    border: 1px solid #fff;;
    color: #fff;
}

.sous{
    list-style-type: none;
    /*visibility: hidden;*/
    display: none;
    position: fixed;
    text-align: left;
    background-color: #212B33;
    width: 12.5%;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 5px 0px 0 -13px;
    padding: 0;
}

.deroulant:hover .sous{
    display: block;
}

.sous li {
    padding: 10px;
    border:  1px solid rgba(200, 200, 200, 0.1);
}

.sous li a{
    color: black !important;
    text-decoration: none;
}

.sous li a i {
    color: #ddba77;
    font-weight: bold;
}
.sous li:hover{
    background-color: #212B33;
    font-weight: bold;
}

.sous li:hover a {
    color: white !important;
}


/*Format téléphone */
@media(max-width: 768px){
    #options-connection{
        width: 100% !important;
        margin: 15px;
    }

    .nav-link, .navbar-brand {
        color: #212B33 !important;
    }


    .sous{
        width: 50%;
    }

    .bg-light{
        background-color: #fff !important;
    }

    .navbar-brand img {
        width: 50px;
    }
}