/* @media screen and (max-width:480px){} */

header > div {
	grid-template-rows: 24px 24px 1fr 48px;
	grid-template-columns: 24px 1fr 24px;
}
header > div > div > p{
	font-size: 120%;
}
#menu>li:first-of-type {
	margin-right: 0;
}
#menu > li:nth-of-type(1) > a > i {
	top:10px
	line-height:24px;
	font-size:100%;
}
#searchSite{
	margin-left:8px;
}
nav{
	width:calc(100% - 48px);
	padding:12px 24px;
}/* @media screen and (max-width:480px){} */

section{
	width:calc(100% - 48px);
	padding:0 24px 32px;
}
section > figure {
	width: 100%;
}
section > h2{
	width: 100%;
}
section > p{
	width: 100%;
}
section > article.contentHeader {
	width: 100%;
}
section > article > div.imageAlbum > div{
	width:100%;
}
section > article > div.videoAlbum > div{
	width:100%;
}/* @media screen and (max-width:480px){} */

aside > div{
	width:calc(100% - 48px);
	padding:32px 24px;
}
aside > div > div > div {
    width: 100%;
	margin-left:0;
}/* @media screen and (max-width:480px){} */

footer > div {
	width:calc(100% - 48px);
	padding: 32px 24px;
}
footer > div > div:nth-of-type(2) > ul {
    width: 100%;
    margin-right: 0;
}