/* CS CCS3 */
/*Image entete*/
img {
   height: auto;
   width: 70%;
   margin: 1.2em auto;
}
 ul li > a.button.success {
  background-color: #248B14 !important;}
.myTab{
  width: 100%;
  margin: 1% auto;
}
/* Personalisation cellules de tableau*/
td {
   color: rgb(29, 99, 66);
   /*couleur cellules*/
   background-color: rgb(185, 196, 28);
   width: 33%;
}
th {
   font-weight: bold;
   /*couleur de l'entete*/
   background-color: #248B14;
}
/* Accentuation texte ds le tableau*/
p {
  font-weight: bolder;
}
/* Visibilité titre ds barNav */
.name p {
   color: white;
   font-size: .75em !important;
}
h1, .name { font-family: 'Press Start 2P', cursive;}
/*Personalisation entete des tableaux*/
.panel {
   margin: 3em 1em 1em 1em;
   text-align: center;
   color: rgb(31, 83, 12);
   font-weight: bolder;
   background-color: orange;
   border-radius: 3em;
   box-shadow: .3em .3em darkgray;
}
footer{ background: lightgray;}
@media only screen and (max-width: 35em){
   tr p  { font-size: 1.1em;}
   h1    { font-size: 1.2em;}
}
