figcaption {
	font-size: 0.9em;
  	font-weight:Bold;
	color: #000000;
}
   .shadowbox {
  width: 100%;
  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}

ul.maximenuck li {
vertical-align: middle;
}

/* Taille normale des titres sur un ordinateur */
.elem1 {
font-size: 1em;
}
/* Si on utilise un petit écran (que ce soit avec un ordinateur dans une petite fenêtre ou avec un smartphone), les titres sont réduits */
@media only screen and (max-width: 540px) {
.elem1 {
font-size: 0.8em;
}
}
@media only screen and (max-width:800px) {
 .tabsck > ol > li {
    width: 100%;
}
}