
main > section{
    grid-template-columns:1fr;
    grid-template-rows:33% 1fr;
}
main > section > figure,main > section > article{
    max-height:100%;
    overflow-x:auto;
}
main > section.nocol{
    grid-template-rows:1fr;
}
#galerie figure{
    height:120px;
    width:120px;
}
aside.tbl span{
    display:block;
}
aside.tbl span:first-of-type{
    width: 95%;
}
header{
    height:120px;
    line-height: 120px;
}
header img{
    vertical-align: middle;
    max-width:60%;
}
header #burger,.closer{
    right:30px;
}