@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}
body main{
	margin-bottom: auto;
}
body main h1,
body main h2,
body main p,
body main a,
body main ul li,
body main td{
	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: "\f11f";
	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;
	border: 2px solid var(--second-color);
	background-color: var(--first-color);
	padding: 10px;
	margin: 10px;
}
body main div section i,
body main div section h2{
	font-size: 1.3em;
	margin-bottom: 10px;
}
body main div section i,
body main div section h2::after{
	color: gold;
	font-family: 'Material Icons';
	font-style: normal;
	vertical-align: sub;	
}
body main div section i{
	float: left;
}
body main div section h2{
	text-align: center;
}
body main div section h2::after{
	float: right;
	content: "star_border";
}
body main div section:hover h2::after{
	content: "star";
}
body main div section img{
	width: calc(50% - 5px - 4px); /* 20px de padding, 5px de margin-left et 4 px de border */
	float: right;
	margin-left: 10px;
	background-color: white;
}
body main div section p{
	margin: 0;
	text-align: justify;
	color: darkgrey;
}
body main div section p:not(:last-of-type){
	margin-bottom: 10px;
}
body main div section p a{
	text-decoration: underline;
}
body main div section p a:hover{
	text-shadow: 0 0 10px white;
}