/*----------------------------------------------
NAVBAR ECRITURES
----------------------------------------------*/
.navbar-identification p {
    color: #ffffff;
}
.navbar-identification p a {
    color: #ffffff;
}
.navbar-identification p a:hover, .navbar-identification p a:focus {
    color: #ffc494;
}
ul.nav.navbar-nav a.bc-color-bg-1-hover-focus:hover{
  background:#b6124c !important;
}
ul.nav.navbar-nav .bc-color-bg-1{
  background: #fd183c !important;
}
body {
    background-size: cover;
    background-attachment: fixed;
}
/*----------------------------------------------
VAZYVIT
----------------------------------------------*/
.bc-color-bg-4-hover-focus:hover, .bc-color-bg-4-hover-focus:focus {
    background-color: #FF7809 !important;
    background: #FF7809 !important;
}
.bc-color-bg-3 {
    margin-bottom: 40px;
}

/*----------------------------------------------
FOOTER ECRITURES
----------------------------------------------*/
#footer a:hover {
    color: #fff;
}

#footer a{
  color: #fff4ea;
}

#footer span{
  color: #fff4ea;
}

#footer span:hover {
    color: #fff;
}

/*----------------------------------------------
LOGO
----------------------------------------------*/
#logo-header .logoIMG img {
    width: 200px;
}


/*----------------------------------------------
AUTHENTIFICATION
----------------------------------------------*/
.toggle-password {
    position: absolute;
    top: 11px;
    right: 25px;
    color: black;
}