
/* ----------------------------NAVBAR----------------------------- */
.navbar-custom{
  background-color: #3c5c7f;
}

.navbar-brand{
    color: rgba(255,255,255,.8);
}

.nav-link {
    color: rgba(255,255,255,.8);
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}


.navbar-toggler{
  border-color: #ffff;
}
.navbar-toggler-icon{
  border-color: #ffff;
}
/* ----------------------------Formulaire----------------------------- */

  html, body {
  margin: 0;
  padding: 0;
}

.col-md-6{
  margin: 20px;
}
/* ----------------------------FOOTER----------------------------- */

.footer {
    background: #0d2a3a;
    color: #cccccc;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 189px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}




    h4 {
        font-size: 15px;
        text-transform: uppercase;
    }


    }
    hr {
        border: 1px solid rgb(146, 146, 146);
        border-bottom: none;
    }
    .f-b {
        font-size: 12px;
        text-align: center;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }
