:root {
    --bs-body-bg: #f0f0f0; /* gris clair zealux */
    --bs-body-bg-rgb: 240,240,240; /* gris clair zealux RGB */
    --bs-header-bg: #f4f4f4; /* gris clair */
    --bs-titleh-color : #231f20; /* noir zealux */
    --bs-titleh-color-rgb : 35,31,32; /* noir zealux RGB */
    --bs-link-color: #d01c1f; /* rouge zealux */
    --bs-link-color-rgb: 208,28,31; /* rouge zealux RGB */
    --bs-link-hover-color: #9a021b; /* rouge foncé zealux */     
    --bs-link-hover-color-rgb: 154,2,27; /* rouge foncé zealux RGB */     
    --bs-lightblue-color: #8ECBDE; /* bleu clair */
    --bs-white-color : #fafafa; /* blanc zealux */
    --bs-white-color-rgb : 250,250,250; /* blanc zealux */
    --bs-bg-red-color : #f4d7d7; /* rouge clair zealux */
    --bs-gray-color : #54575A; /* gray */
    --bs-gray-color-rgb : 84,87,90; /* gray RGB */
}

body {
    font-family: 'Barlow', sans-serif;
}


/* HEADER */
#header-title h1 { 
    color: var(--bs-white-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#header-in {
    /*background: linear-gradient(to bottom, 
    rgba(173, 199, 214, 1) 0%,
    rgba(179, 202, 216, 1) 10%,
    rgba(186, 206, 219, 1) 20%,
    rgba(193, 211, 221, 1) 30%,
    rgba(200, 215, 224, 1) 40%,
    rgba(208, 219, 225, 1) 50%,
    rgba(214, 223, 226, 1) 60%,
    rgba(220, 225, 227, 1) 70%,
    rgba(223, 227, 227, 1) 80%,
    rgba(227, 227, 225, 1) 90%,
    rgba(227, 227, 225, 1) 100%
  );*/
    background-position: 0 64%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1);
}

/*#header-in:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-top-right-radius:var(--bs-border-radius);
  border-top-left-radius:var(--bs-border-radius);
}*/


#headerLogo {
}

#headerLogo span {
    font-family: "Open Sans";
    color: var(--bs-white-color);
    background-color: var(--bs-gray-color);
    border-radius: 4px;
    font-size: 0.6rem;
    text-transform: uppercase;
    padding: 1px 0;
    font-weight: 600;
    letter-spacing: 2.5px;
    margin-top: -3px;

}



/* CONTENT */
.content {
    border: 1px solid var(--bs-header-bg);
    border-top: 0;
}

/* CONNEXION */ 
#login .content {
    background-color: rgba(244, 244, 244,1);
}

#login .content h1 {
    color: var(--bs-titleh-color);
}

#login .text-login {
    color: var(--bs-titleh-color)!important;
}

/* SUCCESSSAV */
.progress-bar{
    background-color: var(--bs-link-color);
}

/* LANG */ 
#header .listLang,
#login .listLang,
#header .listDevise {
    background-color: rgba(var(--bs-white-color-rgb),0.6);
    color: var(--bs-titleh-color);
}
#header .listDevise {
    border-left: 1px solid rgba(0,0,0,0.1);
}

/* MENU PANEL */
.dropdown-red .dropdown-menu {
    --bs-dropdown-bg: var(--bs-bg-red-color);
}
