
body, .card  {
  /* background-color: #CCBBBB; */
  background-color: #8bbdf2; 
}

#header, a
{
	background-color: #7bade2;
/*  background-color: #8861c7;*/
}

/* pour éviter le conflit de css, voir aide forum */
pre code:not(.hljs):not([class*=language-]) {
      background: #DBCADA;
}

/* test autre méthode 
.language-html {
      background: #BBAA9A;
}
*/

.bg-gray { 
/*	background: #CCBBBB !important;*/
	background: #7bade2 !important;
	
}

#footer {
  color: #8861c7;
}

 /* unvisited link */
a:link {
  color: #1d61c7;
}

/* visited link */
a:visited {
 /* color: #2727bf;*/
  color: #6767ff;
}

/* mouse over link */
a:hover {
  color: #335544;
}

/* selected link */
a:active {
  color: blue;
} 

/*#marge {
margin-left: 5em;
}
 */
/* Champs de recherche */
.search-input{
	max-width: 15%;
	background: #DCCBCB;
	
}
