body {
  background-color: white;
}

.container-header .mod-menu {
   justify-content: center;
   color: black;
   padding: 0;
}

.container-header {
  background-color: white;
  background-image: none;
}

.container-header .navbar-toggler {
  color: black;
  border: 1px solid black;
}

.container-banner .banner-overlay {
 height : 150px;
}

.img-fit {
  max-width :  200px;
  max-height : 200px;
  width: auto !important;
}

/* articles favoris */
.mod-articlesnews-horizontal {
  text-align: center;
}

.mod-articlesnews-horizontal figure img {
  max-width :  300px;
  max-height : 200px;
  width: auto !important;
  margin-top: 10px;
}

.float-center.item-image {
  text-align: center;
}

.footer {
  background-color: green;
  background-image: none;
}

/* links 
a { 
  color: green; 
  text-decoration : none;
} 
a:hover { 
  color: black;
  text-decoration : none;
}
*/


/*
table.fond-table1 {
  background: url("images/web/base/fond2.jpg");
}
*/

