/* Dégradé noir-bleu en-tête */
.container-header {
    position: relative;
  	padding: 10px 0;
    z-index: 10;
    margin-bottom: 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
	background: rgb(2,0,36);
	background: linear-gradient(177deg, rgba(2,0,36,1) 0%, rgba(9,9,116,1) 100%); 
}




/* Choix langue en haut à droite */
.container-topbar {
  margin-right : 8px;
  float: right !important;

}

.palmares {
  tr:nth-child(2n){
	background-color: #eee;
  }
}
/*module langue au même niveau que titre */
.grid-child {
    width : auto !important;
}

