.clear {
	clear:both;
}
h4 {
	border:0px;;
}
.supra {
	margin:50px 0 20px 0;
}
.supra h1 {
	text-align:center;
	font-size:40px;
	color:#296F80;
}
.supra h2, .supra h4 {
	margin-top:30px;
	text-align:center;
	font-size:24px;
	color:#555;
}
.supra h2 {
	line-height:30px;
}
.supra h4 {
	color:#eee;
	border:0px;
}
.supra h2 span, .supra h4 span {
	border-top:3px solid #296F80;
	border-bottom:1px solid #296F80;
}
.supra h3 { 
	font-size:14px; 
	text-transform: uppercase; 
	letter-spacing: 5px; 
	text-align: center; 
	margin-top:30px;
}
.supra p {
	font-size:13px;
	line-height:16px;
}
.supra p.intro {
	text-align:justify;
}
.supra .row1 {
	width:100%;
	text-align:center;
	margin:30px 0 30px 0;
}
.supra .sign1 {
	width:100px;
	height:100px;
	margin:0 20px 0 20px;
}
.supra .row2, .supra .row3 {
	background:url('images/fond2.jpg');
	background-attachment: fixed;
	padding:40px;
	margin:30px 0 30px 0;
}
.supra .row2 {
	height:160px;
}
.supra .row3 {
	background:none;
	padding:0;
}
.supra .simpleRow {
	padding:30px 0 30px 0;
}
.supra .simpleRow .oneThird {
	width:33%;
	float:left;
	height:100px;
}
.supra .lowHeight {
	padding:0;
	clear:both;
	margin:40px 0 0 0;
}
.supra .row2 .numbering {
	width:100%;
	color:#fff;
	text-align:center;
	height:40px;
}
.supra .row2 .numbering.big{
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 0;
}
.supra .row2 .numbering span {
	border:2px solid #eee;
	padding:7px 20px 7px 20px;
	font-size:32px;
	font-family: "Arial Black", "sans serif";
}
.supra h4 span {
	color:#fff;
	border-top:3px solid #fff;
	border-bottom:1px solid #fff;
}
.supra .row3 h2 {
	text-align:left;
	font-size:20px;
	margin:60px 0 0 0;
}
.supra .row3 ul {
	list-style-type:none;
	margin:0;
	padding:30px 0 20px 0;
}
.supra .row3 li {
	width:30%;
	display:inline-block;
	height:40px;
	padding:0 3% 0 0;
	font-size:14px;
	color:#666;
}
.supra .row3 li span {
	color:#296F80;
	font-weight:bold;
}
.supra .row3.bkg {
	background:#eee;
	padding:20px 100px 20px 100px;
}
.supra .row3.bkg ul li {
	width:46%;
	height:30px;
}
@media only screen and (max-width: 480px)  {
  .supra .simpleRow .oneThird {
		width:100%;
		float:none;
		height:180px;
	}
	.supra .row2 {
		height:100%;
		padding-bottom:0px;
		margin-bottom:0px;
	}
	.supra .row2 .numbering {
	}
	.supra .row3 li {
		width:100%;
		display:inline-block;
		height:40px;
		padding:0 0% 0 0;
	}
	.supra .row3.bkg {
		padding:10px;
	}
}