body {
    background-color: #71c7ec;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#footer {

    background-color: #000000;
    text-align: center;
    height: 45px;
    color: white;
    width: 100%;
    padding-top: 0.4%;

}

body {
    min-height: 100%;
    width: 100%;
}
html {
    height: 100%;
    background-color: black;
    width: 100%;
    overflow-x: hidden;
}



body {
    position: relative;
    padding-bottom: 55px;
}
/* ********************* */
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn:hover,
#btn:focus {
    background-color: rgb(200, 200, 200);
    cursor: pointer;
}
a {
    text-decoration: none !important;
}
fond a {
    text-decoration: none !important;
}
.bienvenue {
    background-color: rgb(9, 116, 209);
    border-radius: 10px;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.bg-light {
    background-color: rgb(46, 172, 227) !important;
    /* background-color: #000000 !important;*/
    /* height:41px;*/

}
.nav-item a {
    color: black !important;
}
/********/
a.dropdown-item:hover {
    background-color: rgb(9, 116, 209) !important;
}
.menu-item a:hover {
    background-color: rgb(9, 116, 209) !important;
}
ul.dropdown-menu {
    background-color: #b5cbdf;
}

.nav-link {
    border-radius: 8px;
}