/*!
 * Charte Graphique du client
 * On mettra ici toutes les particularités graphiques du client
 * /!\  CUSTOM et en fonction du theme bootstrap /!\
 * (c) Ciblemut
 */


.form-control {
    background-color: #eff7ff;
}

.text-field {
    background-color: #eff7ff;
}

.fond-blanc {
    background-color: #FFFFFF;
}

.fond-pale {
    background-color: #EAEAF2; /* purple très clair */
}

.icon-deco1 {  /* purple foncé */
  color: #555299;
}
.icon-deco2 {  /* purple un poil plus clair */
  color: #605CA8;
}


hr.soften {   /* couleur rgb du #555299 (icon-deco1) */
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(85,82,153,.8), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(85,82,153,.8), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(85,82,153,.8), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(85,82,153,.8), rgba(0,0,0,0));
  border: 0;
}