body main{
	margin-bottom: auto;
}
body main a:hover{
	cursor: pointer;
}
body main h1,
body main h2{
	text-shadow: 0 0 10px var(--first-color);
}
body main h1,
body main h2{
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
}
body main>h1{
	font-size: 1.6em;
	border: 2px solid var(--second-color);
	padding: 10px;
	text-align: center;
}
body main>h1::before{
	float: left;
	content: "\f109";
	font-family: fico;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
body main>div{
	border: 2px solid var(--second-color);
	padding: 10px;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 25px, rgba(0,120,215,0.2) 25px, rgba(0,120,215,0.2) 50px);
	margin-bottom: 20px;
	text-align: center;
}
body main div section{
	display: inline-block;
	text-align: center;
	border: 2px solid var(--second-color);
	padding: 10px;
	margin: 10px;
	background-color: var(--first-color);
}
body main div section h2,
body main div section a{
	margin: 5px;
}
body main div section h2{
	font-size: 1.4em;
	margin-bottom: 10px;
}
body main div section h2::before{
	content: "\f10e  ";
	color: lime;
	font-family: fico;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
body main div section a{
	transition: background-color 0.5s, box-shadow 0.5s;
	display: inline-block;
	background-color: white;
	border-radius: 10px;
	vertical-align: middle;
	height: 100px;
}
body main div section a:hover{
	background-color: rgba(255,255,255,0.55);
	box-shadow: 0 0 0 3px var(--second-color);
}
body main div section a img{
	height: 80px;
	margin: 10px;
}
body main div section a#logo-github>img:first-of-type{
	margin: 10px 0 10px 10px;
}
body main div section a#logo-github>img:last-of-type{
	margin: 10px 10px 10px 0;
}
body main div section a#logo-veeam>img{
	margin: 20px;
	height: 60px;
}
body main div section a#logo-graylog>img{
	height: 180px;
	margin: -40px;
}
body main div section a#logo-langage-c>img{
	height: 85px;
}
body main div section a#logo-langage-powershell>*{
	display: inline-block;
	vertical-align: middle;
	color: black;
	font-size: 50px;
}
body main div section a#logo-langage-powershell>img{
	margin: 0 0 0 10px;
	height: 100px;
}
body main div section a#logo-langage-powershell>p{
	margin: 0 10px 0 0;
}
body main div section a#logo-langage-sql>img{
	margin: 10px 0;
}
body main div section a#logo-microsoft-windows-server>img{
	height: 140px;
	margin: -20px -10px;
}
body main div section a#logo-hpe-nimble>img{
	height: 100px;
	margin: -5px 10px 0 10px;
}
body main div section a#logo-sgbd-postgresql>img{
	height: 100px;
	margin: 0 10px;
}
body main div section a#logo-zabbix>img,
body main div section a#logo-mariadb-foundation>img{
	margin: 0;
	border-radius: 10px;
	height: 100px;
}
body main div section a#logo-framework-reactjs>img{
	margin: 0 10px;
	border-radius: 10px;
	height: 100px;
}