@charset "UTF-8";
/* CSS Document */

/* Mothodology */
.Tests {
	background: url(../../module/tests/img/BgrTests.svg) no-repeat center center #FFF;
	background-size: cover;
}

.Tests h2 {
	color: #8bb431;
}

.Tests h3 {
	line-height: 1.3em;
}


.Tests .Sticker {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 160px;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	text-align: center;
	margin: 5px;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: 600;
}

.Tests .Sticker .Pictogram {
	position: relative;
	display: table;
	vertical-align: top;
	width: 100%;
	height: 70px;
	margin-top: 10px;
	text-align: center;
}

.Tests .Sticker .Pictogram .Center {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}

.Tests .Sticker .Pictogram img {
	height: 60px;
}

.Tests .Sticker .Txt {
	position: relative;
	display: table;
	vertical-align: top;
	width: 100%;
	height: 60px;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
}

.Tests .Sticker .Txt .Center {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}

	


.BgrMan1 {
	background: #d3d626;
}

.BgrMan2 {
	background: #6d63a5;
}

.BgrMan3 {
	background: #4e8dcb;
}

.BgrMan4 {
	background: #d16da3;
}

.BgrMan5 {
	background: #bcad2c;
}

.BgrMan6 {
	background: #a62535;
}

.BgrMan7 {
	background: #294995;
}

.BgrMan8 {
	background: #96b246;
}

.BgrMan8Light {
	background: #eaf2da;
}

.BgrMan9 {
	background: #edc115;
}


@media (max-width: 768px) 
{
	.Tests .Sticker {
		width: 130px;
		height: 130px;
		border-radius: 65px;
		-webkit-border-radius: 65px;
		-moz-border-radius: 65px;
		font-size: 1.1em;
		}
	
	.Tests .Sticker .Pictogram {
		height: 50px;
		margin-top: 10px;
		}

	.Tests .Sticker .Pictogram img {
		height: 50px;
		}

	.Tests .Sticker .Txt {
		height: 60px;
		}
	
}

