@font-face {
    font-family: 'MineCrafter3Regular';
    src: url('../fonts/minecrafter_3.eot');
    src: url('../fonts/minecrafter_3.eot') format('embedded-opentype'),
         url('../fonts/minecrafter_3.woff') format('woff'),
         url('../fonts/minecrafter_3.ttf') format('truetype'),
         url('../fonts/minecrafter_3.svg#MineCrafter3Regular') format('svg');
}

* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	font-family: Myriad Pro;
	background: url(../img/bg-top.png) no-repeat center top, url(../img/footer-bg.png) no-repeat center bottom;
	background-color: #09131d;
}

a {
	text-decoration: none;
	-o-transition:text-shadow .5s ease-out;
	-ms-transition:text-shadow .5s ease-out;
	-moz-transition:text-shadow .5s ease-out;
	-webkit-transition:text-shadow .5s ease-out;
	transition:text-shadow .5s ease-out;
}

#wrapper {
	margin: 0 auto;
	width: 974px;
}

#nav {
	background: url(../img/nav-bg.png) no-repeat;
	width: 974px;
	height: 88px;
	margin: 0 auto;
}

#nav ul {
	padding-top: 30px;
	padding-left: 42px;
}

#nav li {
	list-style-type: none;
	float: left;
	padding-right: 32px;
}

#nav li a {
	font-size: 15px;
	color: rgb( 178, 219, 134 );
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1.5px 2.598px 5px rgb( 0, 0, 0 );
    filter: dropshadow(color=#ffffff, offx=0, offy=0);
	outline: 0 !important;
}

#nav li a:hover {
	text-shadow: 0px 0px 25px rgba(196,242,111, 1.00);
    filter: dropshadow(color=#ffffff, offx=0, offy=0);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#nav .divider {
	background: url(../img/nav-divider.png) repeat-x;
	width: 2px;
	height: 64px;
	float: left;
	margin-right: 40px;
	margin-top: -27px;
}

.logo {
	background: url(../img/logo.png) repeat-x;
	width: 465px;
	height: 96px;
	position: absolute;
	margin-left: 260px;
	margin-top: 80px;
	opacity: 1.0;  transition: opacity 0.5s ease-in-out;  -moz-transition: opacity 0.5s ease-in-out;  -webkit-transition: opacity 0.5s ease-in-out;
}
.logo:hover {
opacity:0.6;    transition:opacity 0.5 ease-in-out;    -moz-transition:opacity 0.5 ease-in-out;    -webkit-transition:opacity 0.5 ease-in-out; border:0
}

#content {
	margin: 62px auto;
	width: 974px;
	position: relative;
}

.acc {
	background: url(../img/acc-bg.png) repeat-x;
	width: 315px;
	height: 252px;
	float: left;
	margin-right: 9px;
}

.acc .number {
	font-family: 'MineCrafter3Regular';
	color: rgb( 171, 208, 105 );
	text-align: center;
	font-size: 13px;
	float: right;
	width: 45px;
	text-align: center;
	margin-right: 14px;
	margin-top: 16px;
	letter-spacing: 3px;
	-moz-transform: matrix( 0.97,0,0,0.97,0,0);
	-webkit-transform: matrix( 0.97,0,0,0.97,0,0);
	-ms-transform: matrix( 0.97,0,0,0.97,0,0);
}

.acc img {
	width: 282px;
	height: 132px;
	padding-left: 17px;
	padding-top: 17px;
}

.acc .download {
	background: url(../img/acc-download.png) repeat-x;
	width: 288px;
	height: 44px;
	margin-left: 16px;
	margin-top: 7px;
    -o-transition: color .4s ease-out, background .4s ease-in;
    -ms-transition: color .4s ease-out, background .4s ease-in;
    -moz-transition: color .4s ease-out, background .4s ease-in;
    -webkit-transition: color .4s ease-out, background .4s ease-in;
}

.acc .download:hover {
	background: url(../img/acc-download-hover.png) repeat-x;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
}

.left {
	width: 663px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

.steps {
	background: url(../img/steps.png) repeat-x;
	width: 663px;
	height: 59px;
	margin-bottom: 10px;
}

.steps .step-1 {
	float: left;
	padding-left: 60px;
	padding-top: 14px;
}

.steps .step-1 .title {
	background: -webkit-linear-gradient(top, #f5fbba, #9ce358);
	background: -moz-linear-gradient(top, #f5fbba, #9ce358);
	background: linear-gradient(top, #f5fbba, #9ce358);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-weight:bold;
}

.steps .step-1 .subtitle {
	font-size: 12px;
	color: rgb( 255, 255, 255 );
	text-shadow: 0.5px 0.866px 1px rgb( 0, 0, 0 );
}

.steps .step-2 {
	float: left;
	padding-left: 90px;
	padding-top: 14px;
}

.steps .step-2 .title {
	background: -webkit-linear-gradient(top, #f5fbba, #9ce358);
	background: -moz-linear-gradient(top, #f5fbba, #9ce358);
	background: linear-gradient(top, #f5fbba, #9ce358);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-weight:bold;
}

.steps .step-2 .subtitle {
	font-size: 12px;
	color: rgb( 255, 255, 255 );
	text-shadow: 0.5px 0.866px 1px rgb( 0, 0, 0 );
}

.steps .step-3 {
	float: left;
	padding-left: 80px;
	padding-top: 14px;
}

.steps .step-3 .title {
	background: -webkit-linear-gradient(top, #f5fbba, #9ce358);
	background: -moz-linear-gradient(top, #f5fbba, #9ce358);
	background: linear-gradient(top, #f5fbba, #9ce358);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-weight:bold;
}

.steps .step-3 .subtitle {
	font-size: 12px;
	color: rgb( 255, 255, 255 );
	text-shadow: 0.5px 0.866px 1px rgb( 0, 0, 0 );
}

.right {
	float: right;
	margin-right: 8px;
}

.download a.button {
	background: url(../img/download-button.png) repeat-x;
	width: 289px;
	height: 61px;
	float: left;
	margin-top: 11px;
	-o-transition:color .5s ease-out, background .5s ease-in;
    -ms-transition:color .5s ease-out, background .5s ease-in;
    -moz-transition:color .5s ease-out, background .5s ease-in;
    -webkit-transition:color .5s ease-out, background .5s ease-in;
}

.download a.button:hover {
	background: url(../img/download-button-hover.png) repeat-x;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}

.news {
	margin-bottom: 2px;
	margin-left: -3px;
}

.news .head {
	background: url(../img/news-head-bg.png) repeat-x;
	width: 670px;
	height: 71px;
}

.news .head .title {
	font-size: 17px;
	background: -webkit-linear-gradient(top, #f5fbba, #9ce358);
	background: linear-gradient(top, #f5fbba, #9ce358);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-left: 22px;
	padding-top: 13px;
	font-weight:bold;
}
h1 {font-size: 17px;}

.news .head .info {
	font-family: Arial;
	font-size: 9px;
	color: #6c6c6c;
	margin-top: 16px;
	margin-left: 17px;
}

.news .head .info .added-by {
	float: left;
	margin-right: 30px;
}

.news .head .info .categorie {
	float: left;
	margin-right: 35px;
}

.news .head .info .created {
	float: left;
}

.news img {
	width: 666px;
	height: 102px;
	margin-left: 1px;
	margin-top: -7px;
}

.news .text {
	background: url(../img/news-bg.png) repeat-x;
	width: 669px;
	height: 300px;
	margin-top: -10px;
}

.news .text p {
	padding: 15px;
	font-size: 13px;
	color: #a0a0a0;
}

.status {
	background: url(../img/status-bg.png) repeat-x;
	width: 288px;
	height: 176px;
	clear: both;
	position: relative;
	top: 8px;
}

.status .data {
	padding-top: 58px;
}

.status .data .server-name {
	margin-left: 20px;
	float: left;
	color: #bababa;
	font-size: 13px;
}

.status .data .server-status {
	margin-left: 5px;
	float: left;
	color: rgb( 178, 219, 134 );
	font-size: 12px;
	margin-top: 2px;
}

.status .data .server-players {
	margin-right: 20px;
	float: right;
	color: #bababa;
	font-size: 12px;
}

.status .text {
	margin-top: 20px;
	font-size: 12px;
	color: #a0a0a0;
	padding: 20px;
}

.information {
	background: url(../img/info-bg.png) repeat-x;
	width: 288px;
	height: 176px;
	position: relative;
	top: 11px;
}

.information .title {
	font-size: 11px;
	color: rgb( 178, 219, 134 );
	text-transform: uppercase;
	text-shadow: 0.5px 0.866px 0px rgb( 0, 0, 0 );
	font-weight: bold;
	padding-left: 22px;
	padding-top: 15px;
}

.information .text {
	padding: 20px;
	font-size: 12px;
	color: #a0a0a0;
	margin-top: 15px;
}

.footer-space {
	padding-top: 140px;
	clear: both;
}

#footer {
	background: url(../img/footer.png) repeat-x;
	width: 967px;
	height: 84px;
	margin: 0 auto;
	clear: both;
}

#footer .copyright {
	float: left;
	position: relative;
	top: 25px;
	left: 30px;
	width: 352px;
	font-size: 13px;
	line-height: 1.462;
	color: #b5b5b5;
	text-shadow: 0.5px 0.866px 0px rgb( 0, 0, 0 );
}

#footer .copyright span {
	color: #a8c542;
}

#footer .links {
	position: relative;
    top: 38px;
    left: 60px;
}

#footer .links li {
	list-style-type: none;
	float: left;
	padding-right: 15px;
}

#footer .links li a {
	font-size: 14px;
	color: #a0a0a0;
	text-transform: uppercase;
	text-shadow: 0.5px 0.866px 0px rgb( 0, 0, 0 );
}

#footer .links li a:hover {
	color: #a8c542;
}

#footer .links li:last-child {
	padding-right: 0;
}
.mask a{
  position: relative;
  display:block;
  width:660px;
  height: 130px;
  text-align:center;
  /* margin: 79px auto; */
  margin: 0 auto;
  margin-top: 52px;
  background: ;
  /* -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,.5)); */
}
.mask a{
  background-position: -660px 0;
  
}
.mask a:hover,
.mask a:focus{
  background-position: 10px 0;
  /*change speed to see in slow motion*/
  transition: all 1s;
}
.mask a::after{
  content:'';
  position: absolute;
  pointer-events: none;
  top:0; left:0; right:0; bottom: 0;
  background: radial-gradient(0 0,circle farthest-side, rgba(255,255,255,0) 90%,rgba(255,255,255,.8) 98%,rgba(255,255,255,0) 100%) no-repeat;
  background: radial-gradient(circle farthest-side at 0 0, rgba(255,255,255,0) 90%,rgba(255,255,255,.8) 98%,rgba(255,255,255,0) 100%) no-repeat;
  background-position: inherit; 
  -webkit-mask: url('http://compteminecraftgratuit.fr/assets/img/logo.png') center;
  mask: url('#mask-firefox');
}