.front-logo-mini {
  background-image: url('/img/organization/roland-logo.png');
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-color: #b0b0b0;
}
.front-logo-lg {
  background-image: url('/img/organization/roland-logo.png');
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-color: #b0b0b0;
}
/*
noir LT: #231f20
bleu LT: #469fd7
" assmobri : #3c87b7
vert Sch: #3dcd58
mon vert foncé : #e21836
vert foncé Sch: #009530

bleu OCO: #33bcf0
orange OCO: #dc6f40

roland bleu foncé : b0b0b0
roland bleu 1997fb

*/
.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
  background-color: #b0b0b0 !important;
}
.ov_color1 {
  color: #231f20;
}
.ov_color2 {
  color: #1997fb;
}
.main-header > .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
  /* ajout CM */
  background-color: #e0e0e0!important;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
  /* NEW CM */
  background-color: #e0e0e0!important;
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  /* CM changes */
  font-size: 14px;
  color: #1997fb!important;
  background-color: #283135!important;
  text-transform: uppercase;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #1e282c;
  border-left-color: #1997fb;
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #1997fb;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #1997fb;
  background-color: #b0b0b0;
}

.ov-badge {
  background: #1997fb;
  font-size: 14px;
}

.card {
    margin-top: 1em;
    background: #f0f0f0;/* CHANGE HERE */
}
.person-card {
    margin-top: 1em;
    padding-top: 0em;
}
.person-card .card-title{
    text-align: center;
}
.person-card .person-img{
    width: 10em;
    position: absolute;
    top: -5em;
    left: 50%;
    margin-left: -5em;
    border-radius: 100%;
    overflow: hidden;
    background-color: white;
}
footer {
    margin-top: 3em;
}
.org-color-normal {
    font-weight: bold;
    color: #1997fb;/* CHANGE HERE */
}
.ov-menu-item {
    padding-right: 2em;
}


.gavatar2{
  color: rgb(255, 255, 255); background-color: #1997fb;
  display: inline-block; font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 24px; border-radius: 64px; width: 64px; height: 64px; line-height: 64px; margin: 0px; text-align: center;
}  
.gavatar{
  color: rgb(255, 255, 255); background-color: #1997fb;
  display: inline-block; font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; margin: 0px; text-align: center;
}  
a {
  color: #1997fb;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #1997fb;
}
.chat-user-name {
  font-weight: bold;
  color: #1997fb;
}
.user-panel .ov_color1 {
  color: #1997fb;
}
.btn-primary {
  background-color: #1997fb;
  border-color: #1997fb;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #1997fb;
}
.tab-label.planned {
  color: #000000;
  background-color: #d1eafe;
}
.tab-label.realized {
  color: #ffffff;
  background-color: #1997fb;
  padding-left: 10px;
}
.tab-value.planned a {
  color: #1997fb;
}
.tab-value.planned a:hover {
  color: #666666;
}