/*centrage bandeau logo*/
.navbar-brand {
  text-align: center;
  width: 100%;}

/*titre fenetre modules*/
/*ancienne couleur background card header : #8c96f0*/
.card-header {
  text-align: center;
  background-color: #CE3C37;

/* custom.css – image de fond du body */
body {
    background-color: var(--body-bg);          /* couleur de secours */
    background-image: url('/images/fond.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;   /* optionnel */
}