﻿/*
======================================================================================

    @ stylesheet.css
    @ STYLESHEET
    @ CSS by Nicow - wb x dsg - http://www.wbxdsg.com/

======================================================================================
*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p,
figure,
figcaption,
button {
	padding: 0;
	margin: 0;
	font-size: inherit;
	color: inherit;
	background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset,
img,
button,
textarea {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin-left: 35px;
	padding: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

input {
	border: 0;
	margin: 0;
}

i {
	font-style: normal;
	font-weight: bold;
}

textarea {
	resize: none;
}

a,
button,
input[type=submit] {
	cursor: pointer;
}

.clear {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

*::selection {
	background: rgba(29, 38, 43, .9);
	color: #ffffff;
}

*::-moz-selection {
	background: rgba(29, 38, 43, .9);
	color: #ffffff;
}

*::-webkit-selection {
	background: rgba(29, 38, 43, .9);
	color: #ffffff;
}

*::-khtml-selection {
	background: rgba(29, 38, 43, .9);
	color: #ffffff;
}

*::ô-selection {
	background: rgba(29, 38, 43, .9);
	color: #ffffff;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.4.0');
	src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima-nova_regular';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima-nova_bold';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

* {
	position: relative;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*:focus {
	outline-style: none;
}

strong {
	font-family: 'proxima-nova_bold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

a {
	color: inherit;
}

/********** E **********/

/* TRANSITION */

header nav ul li.sub span {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

/* USER-SELECT */

main aside .butt,
header nav {
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

/* FLEX MODE */

main aside .item .illu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

/********** * **********/

html,
body {
	font-family: 'proxima-nova_regular', Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

html {
	background: url(../img/background.jpg) no-repeat center center fixed;
	background-size: cover !important;
}

body {
	padding-top: 500px;
}

.ct {
	width: 1100px;
	max-width: 100%;
	padding: 0 25px;
	margin: auto;
}

@media screen and (max-width:415px) {
	.ct {
		padding: 0 10px;
	}
}

.alert {
	color: #efefef;
	padding: 10px 14px !important;
	margin-top: 10px;
}

.alert.infos {
	background: #3e7da9;
}

.alert.error {
	background: #c05151;
}

.alert.valid {
	background: #9fc051;
}

.alert.warning {
	background: #e29a44;
}

/********** HEADER **********/

header {
  z-index: 900;
  background: #5b340f;
  width: 100%; /* évite 120% qui dépasse du body */
  height: 65px;
  position: relative;
  margin-bottom: 100px;
  box-shadow: 6px 7px 0 rgb(0 0 0 / 21%), 0 0 10px rgba(0, 0, 0, .5) inset;
  padding: 0 0px;
  box-sizing: border-box;
}
/* Pseudo-bordure externe */
header::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;

  border: 32px solid transparent;
  border-image: url('./images/texture.png') 256 fill / 32px stretch;
  pointer-events: none;
  box-sizing: border-box;
}

header .ct {
	height: 100%;
}

header #logotype {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	left: 50%;
	margin-left: -75px;
	font-family: 'Montserrat', 'proxima-nova_bold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	z-index: 900;
	position: absolute;
	width: 150px;
	background: #3b6394;
	height: 70px;
	padding-top: 10px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	font-size: 27px;
	line-height: 30px;
	color: #efefef;
}

header #logotype:hover {
	background: #588fd4;
}

header #logotype small {
	font-weight: normal;
	display: block;
	line-height: 16px;
	text-transform: initial;
	font-size: 11px;
	font-family: 'proxima-nova_bold', Helvetica, Arial, sans-serif;
}

header nav {
	height: 100%;
	font-family: 'Montserrat', 'proxima-nova_bold', Helvetica, Arial, sans-serif;
}

header nav .nav {
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, .15);
}

header nav .nav li,
header .panel {
	color: #efefef;
	width: calc(16.666% - 45px);
	height: 100%;
	float: left;
}

header nav .nav li:nth-child(3) {
	border-right: 0;
}

header nav .nav li:hover {
	z-index: 150;
}

header nav .nav li a,
header .panel a {
	color: #efefef;
	float: left;
	text-align: center;
	width: 100%;
	display: inline-block;
	height: 100%;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

header nav .nav li.sub {
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

header nav .nav li a:hover,
header nav ul li.sub:hover,
header .panel a:hover {
	background: rgba(255, 255, 255, .05);
}

header nav .nav li span {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 0;
	display: block;
	margin: auto;
	width: 100%;
	color: #cb9153 !important;
}

header nav .nav li.sub:hover span {
	bottom: 18px;
}

header nav .nav li.logotype {
	width: 150px;
	height: 75px;
}

/* Sous-menu masqué par défaut */
header nav .nav li ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;

  background: #3b6394;
  padding: 20px;

  border: 32px solid transparent;
  border-image: url('./images/texture.png') 256 fill / 32px stretch;
  box-sizing: border-box;

  white-space: nowrap;
  min-width: 220px;
  width: max-content;

}







/* Bordure simulée par dessus */



.pixel-navbarbg

{

	  background: #7b3e1d;
	}

.pixel-navbar .nav,
.pixel-navbar .nav-right {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.pixel-navbar .nav > li > a,
.pixel-navbar .nav-right li a {
  font-family: 'Press Start 2P', monospace;
  font-size: 20px;
  color: #b56108;
  text-shadow: 1px 1px 0 #5a2e0c, 2px 2px 0 #000, -1px -1px 0 #fff8b0a3, 0px -1px 0 #ffeb8a66;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding: 6px 0;
  display: inline-block;
}

.pixel-logout {
font-family: 'Press Start 2P', monospace;
  font-size: 20px;
  color: #b56108;
  text-shadow: 1px 1px 0 #5a2e0c, 2px 2px 0 #000, -1px -1px 0 #fff8b0a3, 0px -1px 0 #ffeb8a66;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.pixel-login {
font-family: 'Press Start 2P', monospace;
  font-size: 20px;
  color: #b56108;
  text-shadow: 1px 1px 0 #5a2e0c, 2px 2px 0 #000, -1px -1px 0 #fff8b0a3, 0px -1px 0 #ffeb8a66;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
	
	

.pixel-navbar .nav-right li a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  filter: brightness(1.2);
}

/* Dropdown effect */
.pixel-navbar .dropdown {
  position: relative;
  padding: 6px 0;
  font-family: 'Press Start 2P', monospace;
  font-size: 20px;
  color: #b56108;
  text-shadow: 1px 1px 0 #5a2e0c, 2px 2px 0 #000, -1px -1px 0 #fff8b0a3, 0px -1px 0 #ffeb8a66;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding: 6px 0;
}

.pixel-navbar {
  position: relative;
  z-index: 1;
    bottom: 50px;
  max-width: 1100px;
  margin: 30px auto;
  padding: 20px 40px;

  background-image: url('./images/navbar.jpg');
  background-repeat: repeat-x;
  box-sizing: border-box;

  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.pixel-navbar::after {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  border-image: url('./images/texture.png') 256 fill / 32px stretch;
  pointer-events: none;
  z-index: 0;
  inset: -2px; /* ou 0.5px si c’est subtil */
}



.pixel-navbar .submenu {
  position: absolute;
  top: 100%;
  left:0px;
  z-index: 1;

  background-color: #3e220b;
  min-width: 180px;
  padding: 12px;
  box-sizing: border-box;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  overflow: visible; /* ← pour que ::after s'affiche hors du ul */
}

/* Affichage au survol */
.pixel-navbar .dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.pixel-navbar .dropdown {
  position: relative;
}

/* Bordure pixel qui recouvre légèrement le fond */
.pixel-navbar .submenu::after {
  content: "";
  position: absolute;
  inset: -4px; /* ← couvre les coins sans casser */
  border: 32px solid transparent;
  border-image: url('./images/texture.png') 256 fill / 32px stretch;
  pointer-events: none;
  z-index: 2;
}

/* Le contenu reste au-dessus */
.pixel-navbar .submenu li {
  list-style: none;
  position: relative;
  z-index: 3;
}

.pixel-navbar .submenu li a {
  color: #fff;
  padding: 8px 12px;
  font-family: 'proxima-nova_regular', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
    font-weight: bold;
  display: block;
  text-decoration: none;
}

.pixel-navbar .submenu li a:hover {
text-align:center;
}








#TITLENEWS {
    font-family: 'proxima-nova_bold', Helvetica, Arial, sans-serif;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px #000000, 0 0 3px #000000, 0 0 1px #000000;
    font-size: 35px;
    line-height: 22px;
    padding: 15px;
    background: linear-gradient(to top, #202c24 15%, rgba(0, 0, 0, 0));
}












header nav .nav li:hover ul.submenu {
  display: inline-block;
}


header nav .nav li ul.submenu li {
  float: none;
  width: 100%;
  padding: 0;

}



header nav .nav li ul.submenu li a {
  display: block;
  padding: 10px 16px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

header nav .nav li ul.submenu li a:hover {
	background: rgba(0, 0, 0, .2);
}

header nav .nav li ul.submenu li input {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
	background: rgba(0, 0, 0, .1);
	margin-bottom: 7px;
	padding-top: 0;
	height: 100%;
	color: #efefef;
	float: left;
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
}

header nav .nav li ul.submenu li input:hover {
	background: rgba(0, 0, 0, .2);
}

header .panel {
	position: absolute;
	right: 16px;
	height: 100%;
	top: 0;
}

header .panel .lang {
	width: 30px;
	position: absolute;
	right: 0;
	height: 100%;
	padding: 4px 0;
}

header .panel .lang li {
	width: 30px;
	height: 33.33%;
	border-right: 0;
}

header .panel .lang li a {
	opacity: .5;
	width: 100%;
	height: 100%;
	padding-top: 1px;
}

header .panel .lang li a:hover {
	background: none;
	opacity: 1;
}

header .panel .lang li.active a {
	opacity: 1;
}

header .panel .link {
	cursor: pointer;
	width: 50%;
	font-size: 20px;
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, .15);
	border-left: 1px solid rgba(255, 255, 255, .15);
}

header .panel .link.menu {
	display: none;
}

header .panel .link div {
	left: 1px;
}




@media (min-width: 1200px) {
	header .panel.logout {
		position: absolute;
		right: 4rem;
		height: 100%;
		top: 0;
	}

	header .panel.login {
		position: absolute;
		right: 5rem;
		height: 100%;
		top: 0;
	}

	header nav .nav li,
	header .panel {
		color: #efefef;
		width: calc(16.666% - 45px);
		height: 100%;
		float: left;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	header .panel {
		position: absolute;
		right: 0;
		height: 100%;
		top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	header .panel.logout {
		width: 250px;
		position: absolute;
		left: 0;
		height: 100%;
		top: 0;
	}

	header .panel.login {
		width: 150px;
		position: absolute;
		left: 0;
		height: 100%;
		top: 0;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	header .panel.logout {
		width: 250px;
		position: absolute;
		left: 0;
		height: 100%;
		top: 0;
	}

	header .panel.login {
		width: 150px;
		position: absolute;
		left: 0;
		height: 100%;
		top: 0;
	}
}

@media (max-width: 575.98px) {
	header .panel.logout {
		width: 250px;
		position: absolute;
		left: 0;
		height: 100%;
		top: 0;
	}

	header .panel.login {
		width: 150px;
		position: absolute;
		left: 0;
		height: 100%;
		top: 0;
	}
}


@media screen and (max-width:1000px) {
	header nav {
		overflow-x: scroll;
		padding-bottom: 40px;
		position: fixed;
		height: calc(100vh - 65px);
		width: 200px;
		background: rgba(32, 38, 36, .97);
		top: 65px;
		left: -200px;
		z-index: 850;
		box-shadow: 1px 0 0 rgba(255, 255, 255, .15), 0 0 10px rgba(0, 0, 0, .5) inset;
	}

	header nav .nav li {
		width: 100%;
		height: auto;
		border-right: 0;
	}

	header nav .nav li a,
	header nav .nav li.sub {
		text-align: left !important;
		padding-left: 20px;
	}

	header nav .nav li.sub {
		padding-top: 15px;
	}

	header nav .nav li a:hover,
	header nav .nav li.sub:hover {
		background: transparent;
	}

	header nav .nav li.logotype,
	header nav .nav li span {
		display: none;
	}

	header nav .nav li ul.submenu {
		padding-top: 8px;
		top: 0;
		height: auto !important;
		position: relative;
		background: transparent;
		box-shadow: 0 0 0;
		width: 100% !important;
		margin-left: 0;
		left: 0;
	}

	header nav .nav li ul.submenu li {
		height: auto;
		padding: 0;
	}

	header nav .nav li ul.submenu li a {
		line-height: 15px;
		padding-left: 0;
		font-size: 11px !important;
		font-weight: 300;
		background: transparent;
		box-shadow: 0 0 0;
		height: auto !important;
	}

	header nav .nav li ul.submenu li a:hover {
		background: transparent;
		box-shadow: 0 0 0;
		height: auto !important;
	}

	header nav .nav li a:hover {
		color: #b9ca39 !important;
	}

	header #logotype {
		margin-left: 0;
		left: 20px;
	}

	header .panel {
		width: 213px;
		border-left: 1px solid rgba(255, 255, 255, .15);
	}

	header .panel .link {
		width: 60px;
	}

	header .panel .link.menu {
		display: inline-block;
	}
}

/********** MAIN **********/

#logo {
    position: absolute;
    top: -635px;
    right: 10%;
    transition: transform .2s;
    transform: scale(0.95);
}

#logo:hover {
	transform: scale(1.0);
}



@media screen and (max-width:620px) {
	#logo {
		position: absolute;
		right: 0;
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	#logo img {
		max-width: 80%;
	}
}

.news-box-test {
  border: 50px solid transparent;
  border-image-source: url('./images/news-test.png'); /* remplace par ton vrai chemin */
  border-image-slice: 50 fill;
  border-image-width: 50px;
  border-image-repeat: stretch; /* ou try 'round' si ça donne mieux en pixel-art */
  box-sizing: border-box;
  background-color: #1a1a1a00; /* ou transparent selon ton style */
  color: white;
  max-height: 300px;
  max-width: 100%;
}


main {
	background: #372210;
	width: 100%;
	box-shadow: 0 0 1px rgba(255, 255, 255, .25);
	box-shadow: 0 0 10px rgba(255, 255, 255, .25);
    border: solid 3px black;
    background-image: url(../img/repeat.png);
}

main aside {
	padding: 10px;
	background-color: #4a2d14; /* marron foncé */
	position: absolute;
	top: -50px;
	right: -300px;
	width: 250px;
	border: 2px solid #2b1a0f; /* contour sombre */
	box-shadow: 0 0 10px rgba(0, 0, 0, .1) inset;
	font-family: 'Press Start 2P', cursive; /* ou un pixel font */
}

#

main aside .panel {
	padding: 8px;
	background: #515359;
	color: #efefef;
	margin-bottom: 8px;
	box-shadow: 0 0 1px rgba(0, 0, 0, .7), 0 0 10px rgba(0, 0, 0, .4) inset, 0 -3px 0 rgba(0, 0, 0, .15) inset;
}

main aside .panel li {
	width: 100%;
	padding-bottom: 4px;
}

main aside .panel li:last-child {
	padding-bottom: 0;
}

main aside .panel li a {
	opacity: .8;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0 0 1px rgba(0, 0, 0, .3);
	background: rgba(255, 255, 255, .08);
	width: 100%;
	padding: 7px 12px;
}

main aside .panel li a:hover {
	opacity: 1;
}

main aside .panel li a.blue {
	background: #04485B;
}

main aside .panel li a.red {
	background: #ea6262;
}

main aside .panel li.og a {
	padding-left: 28px;
}

main aside .panel li.og a img {
	width: 70px;
	position: absolute;
	left: -20px;
	top: -22px;
}

main aside .butt {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    border: #000000b0 solid;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 14px 0 0 58px;
    height: 60px;
    width: 100%;
    line-height: 16px;
    color: #efefef;
    font-size: 16px;
    font-family: 'Montserrat', 'proxima-nova_bold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    box-shadow: 0 0 1px rgb(255 0 0 / 0%), 0 0 10px rgb(0 0 0 / 0%) inset, 0 -3px 0 rgb(0 0 0 / 36%) inset;
}

main aside .butt:hover {
	box-shadow: 0 0 1px rgba(0, 0, 0, .7), 0 0 10px rgba(255, 255, 255, .15) inset, 0 -2px 0 rgba(0, 0, 0, .1) inset;
}

.box-header {
background-image: url('./images/headaside.png');
width:311px;
height:123px;
left: -43px;
top: -10px;
}

.box-footer {
background-image: url('./images/footer.png');
width:311px;
height:48px;
left: -43px;
top: 10px;
}

.box-background {
background-image: url('./images/asideborder.png');
    width: 308px;
    left: 3px;
    top: 120px;
	    position: relative;
background-repeat: repeat-y; /* si l'image de fond est conçue pour */
}
.box-content {
    width: 70%;
    position: relative;
    padding-top: 20px;
    margin-left: 40px;
}

main aside .butt small {
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	text-transform: initial;
	font-family: 'proxima-nova_regular', Helvetica, Arial, sans-serif;
}

main aside .butt .illu {
	position: absolute;
	top: 0;
	left: 4px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/sprite.png) top center no-repeat;
	background-size: 92% auto;
}

main aside .butt .servericon {
	position: absolute;
	top: 0;
	left: 4px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 92% auto;
	background: url(./images/server.icon.png) top center no-repeat;
	
	
}

main aside .butt .admin {
	position: absolute;
	top: 0;
	left: 4px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 92% auto;
	background: url(./images/admin.png) top center no-repeat;
	
	
}

main aside .butt .discord {
	position: absolute;
	top: 0;
	left: 4px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 92% auto;
	background: url(./images/discord.png) top center no-repeat;
	
	
}

main aside .butt .insta {
	position: absolute;
	top: 0;
	left: 4px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 92% auto;
	background: url(./images/insta.png) top center no-repeat;
	
	
}

main aside .butt .user {
	position: absolute;
	top: 0;
	left: 4px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 92% auto;
	background: url(./images/user.png) top center no-repeat;
	
	
}


main aside .butt .serveroff {
	position: absolute;
	top: 0;
	left: 4px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 92% auto;
	background: url(./images/serveroff.png) top center no-repeat;
	
	
}

main aside .butt.serverOnline {
	background: #60a862;
}

main aside .butt.serverOnline .illu {
	position: absolute;
	top: 0;
	left: 4px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 92% auto;
	background: url(./images/server.icon.png) top center no-repeat;
}

main aside .butt.serverOffline {
	background: #bb3333;
}

main aside .butt.serverOffline .illu {
	position: absolute;
	top: 0;
	left: 4px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 92% auto;
	background: url(./images/serveroff.png) top center no-repeat;
}

main aside .butt.discord {
	background: #7289da;
}

main aside .butt.discord .illu {
	background-position: center -2508px;
}

main aside .butt.twitter {
	background: #00aced;
}

main aside .butt.twitter .illu {
	background-position: center -2555px;
}

main aside .butt.facebook {
	background: #3b5998;
}

main aside .butt.youtube {
	background: #FF0000;
}

main aside .butt.instagram {
	background: #833AB4;
}

main aside .butt.facebook .illu {
	background-position: center -2600px;
}

main aside .butt.youtube .illu {
	background-position: center -1625px;
}

main aside .butt.instagram .illu {
	background-position: center -1205px;
}

main aside .butt.joins {
	background: #ee8202;
}

main aside .butt.joins .illu {
	background-position: center -302px;
	margin-bottom: -5px;
}

main aside .butt.vote {
	background: #ecaf1e;
}

main aside .butt.vote .illu {
	background-position: center -2239px;
}

main aside .butt.ladder {
	background: #a89560;
}

main aside .butt.ladder .illu {
	background-position: center -964px;
}

main aside .butt.shop {
	background: #2fc9d3;
}

main aside .butt.shop .illu {
	background-position: center -2050px;
}

main aside .butt.forum {
	background: #e66045;
}

main aside .butt.forum .illu {
	background-position: center -482px;
}

main aside .item {
	text-align: center;
	background: #204346;
	height: 55px;
	margin: -10px 0 10px;
	box-shadow: 0 0 1px rgba(0, 0, 0, .7);
}

main aside .item .illu {
	float: left;
	width: 25%;
	height: 100%;
	background: #0a9daa;
	box-shadow: 0 0 15px rgba(0, 0, 0, .4) inset;
	border-right: 1px solid #20565b;
	border-top: 1px solid #20565b;
}

main aside .item .illu:last-child {
	border-right: 0;
}

main aside .item .illu:hover {
	background: #35abb5;
}

main aside .item .illu img {
	margin: auto;
	width: 40px;
}

main aside .price {
	width: 100%;
	background: #ffffff;
}

main #content {
	min-height: 100%;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2) inset;
}

main #content h1 {
	text-transform: uppercase;
	color: #c59644;
	line-height: 22px;
	padding: 13px 15px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
	background: #3b6394;
	background-image: url('./images/navbar.jpg');
    background-repeat: repeat-x;
	font-size: 30px;
	font-family: 'Press Start 2P', monospace;
	font-weight: 800;
}

main #content #breadcrump {
	line-height: 14px;
	margin-bottom: 10px;
	background: #1D3B6D;
	padding: 9px 15px 10px;
	color: #efefef;
	font-family: 'proxima-nova_bold', Helvetica, Arial, sans-serif;
}

main #content #breadcrump li {
	display: inline;
	font-size: 12px;
	line-height: 15px;
}

main #content #breadcrump li:after {
	color: #588fd4 !important;
	margin: 0 2px 0 6px;
	position: relative;
	top: 1px;
}

main #content #breadcrump li:last-child:after {
	display: none;
}

main #content #breadcrump li:last-child {
	font-family: 'proxima-nova_regular', Helvetica, Arial, sans-serif;
}

main #content #breadcrump li a:hover {
	text-decoration: underline;
}

main #content #middle {
	overflow: hidden;
	background: #efefef;
	padding: 1px 10px 10px;
	color: #41423d;
}

main #content #middle h2 {
	margin-top: 10px;
	background: #515359;
	color: #efefef;
	line-height: 18px;
	padding: 13px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Montserrat', 'proxima-nova_bold', Helvetica, Arial, sans-serif;
	font-weight: 800;
}

main #content #middle h2 a:hover {
	color: #a5aaa6;
}

main #content #middle p {
	font-size: 15px;
	line-height: 22px;
	padding: 10px 15px 5px;
}

main #content form {
	width: 100%;
	padding: 22px;
	margin: 10px auto 0;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 10px;
    margin-top: 30px;
    gap: 5px;
    font-family: 'Press Start 2P', monospace;
    font-size: 10px;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 6px 10px;
    background-color: #222;
    color: #fefefe;
    border: 3px solid #444;
    box-shadow: 2px 2px 0 #000;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
    transform: translate(0, 0);
    transition: all 0.05s ease-in-out;
}

.pagination li a:hover {
    background-color: #444;
    color: #ffff66;
    box-shadow: 1px 1px 0 #000;
    transform: translate(1px, 1px);
}
.pagination .page-item.active .page-link {
    background-color: #e67e22 !important;
    color: #fff !important;
    border-color: #a04000 !important;
}

.pagination li span.current {
    background-color: #b98413;
    color: #fff600;
    font-weight: bold;
    border-color: #a04000;
    box-shadow: inset 1px 1px 0 #000, 2px 2px 0 #000;
    transform: translate(0px, 0px);
}

#shop-background {
background-image:url('./images/shop2.png') !important;	
background-size:cover;
height:1250px;
}

#connexionbox {

}

#connexionboxvideo {
  position: absolute;
  top: 45%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -60%); /* <- décale vers le haut */
  object-fit: cover;
}

#connexionboxcontent {
height:497px;
width:460px;
}

#registerboxcontent {
height:600px;
width:460px;
}

#registerboxvideo {
  position: absolute;
  top: 45%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -52%); /* <- décale vers le haut */
  object-fit: cover;
}

main #content form.login-container label {
  color: #ffffff !important;
  text-shadow: 1px 1px #000 !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.login-container {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 340px;
  padding: 30px 25px;
  background: url('./images/navbar.jpg') repeat center center;
  background-size: cover;
  border: 4px solid #4c2e00;
  box-shadow: 0 0 0 4px #8b5a2b, 0 0 0 8px #2a1a00;
  font-family: 'Press Start 2P', monospace;
  color: #ffcc66;
}



.login-container label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  text-shadow: 1px 1px #000;
}

.login-container input[type="text"],
.login-container input[type="password"] {
    background: #ffcb76;
    border: 0px solid #c7cab3;
    font-size: 14px;
    border-radius: 11px;
    width: 300px;
    height: 45px;
    margin-bottom: 15px;
    color: black;
    font-weight: bold;
    padding: 0 12px;
    font-family: 'proxima-nova_regular', Helvetica, Arial, sans-serif;
}
}

.login-container button {
  width: 100%;
  padding: 12px;
  background: #3b2a1e;
  color: #ffcc66;
  border: 2px solid #a97442;
  font-size: 14px;
  font-family: 'Press Start 2P', monospace;
  cursor: pointer;
  text-shadow: 1px 1px #000;
  box-shadow: 2px 2px 0 #000;
  transition: transform 0.1s ease;
}

.login-container button:hover {
  transform: scale(1.05);
}

.login-container .alert {
  background-color: #5a1e1e;
  border: 2px solid #a33;
  color: #ffdede;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.login-container p a {
  color: #aaa;
  font-size: 10px;
  text-decoration: underline;
}



#box-shop {
background-image:url('./images/boxshop.png') !important;	
background-size:cover;
height:258px;
}
#boxfootershop {
background-color:#ff971b;
color:white;
font-family: 'Montserrat', 'proxima-nova_bold', Helvetica, Arial, sans-serif;
text-transform: uppercase;
margin-top:45px;
height:35px;	
border-radius:5px;
padding:6px;
float:inline-end;
	}
#boxpromotionshop {
background-color:#f5e9ca;
color:black;
font-family: 'Montserrat', 'proxima-nova_bold', Helvetica, Arial, sans-serif;
text-transform: uppercase;
margin-top:45px;
height:35px;	
border-radius:5px;
padding:6px;
font-size:15px;
float:left;
width:230px;
	}


#box-inside {
padding : 22px;
}
	
#shop-title{
    margin-top: -91px;
    margin-left: 380px;
    width: 400px;
}

#shop-desc{
margin-top: 165px;
    margin-left: 232px;
    width: 565px;
	font-style:bold;
	height: 180px;
}
#shop-select-title{

    margin-left: 83px;
}
#shop-select{
margin-top: 220px;
    margin-left: 290px;
    width: 432px;
}
#shop-price{
    margin-left: 380px;
}

#shop-sold{
    margin-top: -15px;
}
#shop-icon{
padding-top: 88px;
    padding-left: 267px;
}
#shop-button{ margin-left: 350px;
}

#coupon-background {
background-image:url('./images/coupon.png') !important;	
width:700px;
background-size:cover;
height:700px;
margin-left:150px;
}

#coupon-logo {

width: 100px;
    height: auto;
    /* margin-top: 150px; */
    margin-left: 210px;
}

#position-input {
margin-left:150px;
margin-top: 50px;
}

#button-coupon {
margin-top: 40px;
}

#btn-coupon {
	    color: #fff;
    background-color: #00b74a;
}


#refer-background {
    background-image: url(./images/referr.png) !important;
    width: 1044px;
    background-size: cover;
    min-height: 2015px;
    /* margin-left: 150px; */
	 margin-top: -21px;

}

#refer-alert {
    background-color: #5a1e1e;
    border: 2px solid #a33;
    color: #ffdede;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
	border-radius:5px;
}

#refer-success {
    background-color: #1e5a2b;
    border: 2px solid #3a3;
    color: #deffdf;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 5px;
}

#refer-input {
    padding-left: 220px;
    padding-right: 220px;
    padding-top: 100px;
}


#refer-logo {

width: 100px;
    height: auto;
    /* margin-top: 150px; */
    margin-left: 334px;
}

#coupon-logo {

width: 100px;
    height: auto;
    /* margin-top: 150px; */
    margin-left: 210px;
}

#position-input {
margin-left:150px;
margin-top: 50px;
}

#button-coupon {
margin-top: 40px;
}

#btn-coupon {
	    color: #fff;
    background-color: #00b74a;
}

.btn-rpg {
    background-color: #3cc87a;
    color: white;
    font-family: 'Montserrat', 'proxima-nova_bold', Helvetica, Arial, sans-serif;/* police pixel retro */
    font-size: 20px;
    border: 3px solid #2e9e5a;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #22613d;
    box-shadow: 0 4px 0 #2a7a52, 0 6px 10px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    display: inline-block;
	margin-left:250px;
}

.btn-rpg:hover {
    background-color: #4fe78b;
    box-shadow: 0 2px 0 #2a7a52, 0 4px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
}

.btn-rpg:active {
    transform: translateY(4px);
    box-shadow: 0 1px 0 #2a7a52 inset;
}

main #content form label {
	display: block;
	color: #515359;
	line-height: 14px;
	font-family: 'Montserrat', 'proxima-nova_bold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
}

main #content form label small {
	padding-bottom: 10px;
	display: block;
	font-size: 14px;
	text-transform: initial;
	font-weight: normal;
	font-family: 'proxima-nova_regular', Helvetica, Arial, sans-serif;
}

main #content form label span {
	color: #e66045;
}

main #content form textarea,
main #content form input[type=text],
main #content form input[type=password] {
	background: #efefef;
	border: 2px solid #c7cab3;
	font-size: 14px;
	width: 300px;
	height: 45px;
	margin-bottom: 15px;
	padding: 0 12px;
	font-family: 'proxima-nova_regular', Helvetica, Arial, sans-serif;
}

main #content form select {
	background: #efefef;
	border: 2px solid #c7cab3;
	font-size: 14px;
	width: 300px;
	height: 45px;
	margin-bottom: 15px;
	padding: 0 12px;
	font-family: 'proxima-nova_regular', Helvetica, Arial, sans-serif;
}

main #content form textarea:focus,
main #content form input[type=text]:focus,
main #content form input[type=password]:focus {
	border-color: #929487;
}

main #content .btn {
	font-size: 10px !important;
	text-align: center;
	padding: 10px !important;
	width: 100% !important;
}

main #content .customBTN {
background: #281a11;
    /* display: block; */
    padding: 10px 10px;
    max-width: 300px;
    font-family: 'Press Start 2P', monospace;
    font-size: 30px;
    color: #d4b678;
    text-shadow: 1px 1px 0 #494949, 2px 2px 0 #000, -1px -1px 0 #fff8b0a3, 0px -1px 0 #ffeb8a66;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 3px #69401a;
    text-align: center;
    justify-content: center;
    align-items: center;
}

main #content .customBTN:hover {
	background: #7f5a2bed;
}

main #content form textarea {
	width: 100%;
	height: 125px;
	resize: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

main #content .principal {
	color: #b9ca39;
}

@media (max-width: 768px) {
	main aside {
		width: 100%;
		position: relative;
		border-left: 0px;
	}

	main #content {
		width: 100%;
		min-height: auto;
	}
}


@media screen and (max-width:764px) {
	main aside {
		width: 100%;
		position: relative;
		border-left: 0px;
	}

	main #content {
		width: 100%;
		min-height: auto;
	}
}

@media screen and (max-width:400px) {
	main #content form label {
		text-align: center;
	}

	main #content form button,
	main #content form input[type=text],
	main #content form input[type=password] {
		width: 100%;
	}
}

main table.ladder {
	width: 100%;
	margin-bottom: -5px;
}

main table.ladder.carac {
	margin-bottom: 0;
	width: calc(50% - 5px);
	float: left;
	background: #e0e3c9;
}

main table.ladder.carac.primaire {
	margin-right: 10px;
}

main table.ladder.carac span {
	top: -2px;
	margin-right: 5px;
	vertical-align: middle;
}

main table.ladder th {
	background: #3b63947d;
	padding: 6px 5px 5px;
	font-size: 14px;
	text-align: left;
}

main table.ladder td {
	height: 45px;
	border-bottom: 1px solid #1d3b6d36;
	padding: 6px 5px;
	border-right: 1px solid #1d3b6d36;
}

main table.ladder.carac th,
main table.ladder.carac td {
	font-size: 12px;
}

main table.ladder.carac td {
	height: 30px;
	padding-top: 7px;
}

main table.ladder tr:hover td {
	background: rgba(255, 255, 255, .5);
}

main table.ladder tr:last-child td {
	border-bottom: 0;
}

main table tr td .rang {
	display: inline-block;
	width: 33px;
	box-shadow: 0 0 1px rgba(0, 0, 0, .5) inset;
	height: 33px;
	vertical-align: middle;
	line-height: 34px;
}

main table tr:nth-child(1) .rang {
	background: #e3b63a;
}

main table tr:nth-child(2) .rang {
	background: #ada99c;
}

main table tr:nth-child(3) .rang {
	background: #cd805a;
}

main table.ladder .l {
	text-align: left;
}

main table.ladder .r {
	text-align: right;
}

main table.ladder .c {
	text-align: center;
}

main table.ladder td.i {
	width: 40px;
}

main table.ladder td .class {
	width: 35px;
	vertical-align: middle;
}

@media screen and (max-width:875px) {
	main table.ladder.carac {
		width: 100%;
		margin-right: 0;
	}
}

main #news {
	margin-bottom: -10px;
}

main article {
	box-shadow: 0 0 1px rgba(0, 0, 0, .7), 0 0 1px rgba(255, 255, 255, .5) inset;
	font-size: 14px;
	width: calc(50% - 5px);
	background: #efefef;
	float: left;
	margin-bottom: 10px;
}

main article:nth-child(odd) {
	margin-right: 10px;
}

main article .header {
	color: #eae9de !important;
	height: 200px;
	background-size: cover;
	background-position: center center;
}

main article .header time {
	display: inline-block;
	background: #202c24;
	left: 12px;
	width: 55px;
	text-align: center;
	font-size: 22px;
	padding: 13px 0 8px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

main article .header time span {
	width: 100%;
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
}

main article .header h2 {
    font-family: 'Press Start 2P', monospace;
	font-weight: bold;
	width: 100%;
	position: absolute;
	bottom: 30px;
	letter-spacing: 0.5px;
	text-shadow: 0 0 5px #000000, 0 0 3px #000000, 0 0 1px #000000;
	font-size: 20px;
	line-height: 22px;
	padding: 15px;
}

main article .header h2.read {
	font-family: 'proxima-nova_bold', Helvetica, Arial, sans-serif;
	width: 100%;
	position: absolute;
	bottom: 0;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-shadow: 0 0 5px #000000, 0 0 3px #000000, 0 0 1px #000000;
	font-size: 20px;
	line-height: 22px;
	padding: 15px;
	background: linear-gradient(to top, #202c24 15%, rgba(0, 0, 0, 0));
}


main article .header h2 img {
	vertical-align: -40%;
	margin: 0 -2px 0 -6px;
}

main article p {
	line-height: 19px;
	padding: 12px 15px;
	height: 150px;
	overflow: hidden;
}

main article .footer {
	background: #000000bd;
	padding-left: 12px;
	line-height: 40px;
	font-size: 11px;
	height: 40px;
}

main article .footer time {
	font-weight: 600;
}

main article .footer a {
	float: right;
	background: #332010;
	height: 40px;
	font-weight: 600;
	font-size: 14px;
	padding: 0 10px;
}

main article .footer a:hover {
	background: #ab5d1c;
	color : white;
}

main article .footer a img {
	vertical-align: -20%;
}

main #news.read {
	margin-bottom: 0;
}

main #news.read article {
	width: 100%;
}

main #news.read article p {
	height: auto;
}

@media screen and (max-width:900px) {
	main article {
		width: 100%;
	}
}

@media screen and (max-width:764px) {
	main article {
		width: calc(50% - 5px);
	}
}

@media screen and (max-width:609px) {
	main article {
		width: 100%;
	}
}

main .butt-points {
	max-width: 100%;
	background: #04485B;
	overflow: hidden;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
	padding: 20px 0 0 0;
	text-align: center;
	height: 60px;
	width: 280px;
	margin: 15px auto 5px;
	display: block;
	line-height: 16px;
	color: #efefef;
	font-size: 16px;
	font-family: 'Montserrat', 'proxima-nova_bold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	box-shadow: 0 0 1px rgba(0, 0, 0, .7), 0 0 10px rgba(0, 0, 0, .4) inset, 0 -3px 0 rgba(0, 0, 0, .15) inset;
}

main .butt-points:hover {
	background: #147182;
}

main .butt-points img {
	position: absolute;
	top: -70px;
	left: -70px;
}

main .butt-points span {
	z-index: 100;
}

main .comm {
	vertical-align: -20%;
	margin-bottom: -5px;
	top: -2px;
	margin-right: 6px;
	margin-left: -3px;
}

main .comment li {
	min-height: 130px;
	width: 100%;
	background: #e0e3c9;
	padding: 20px 20px 15px;
	margin: 10px auto 0;
}

main .comment li .left {
	float: left;
	width: 90px;
	height: 90px;
	background: #c7cab3;
}

main .comment li .left .ico_user {
	font-size: 50px;
	opacity: .2;
	left: 27px;
	top: 20px;
}

main .comment li .left .level {
	position: absolute;
	z-index: 60;
	left: -15px;
	width: 50px;
	text-align: center;
	top: -12px;
	color: #ffffff;
	font-size: 10px !important;
	font-family: 'proxima-nova_bold', Helvetica, Arial, sans-serif;
}

main .comment li .left .align {
	position: absolute;
	z-index: 50;
	width: 105px;
	left: -7px;
	top: -8px;
}

main .comment li .left .class {
	position: absolute;
	width: 100%;
}

main .comment li .right {
	border: 2px solid #c7cab3;
	width: calc(100% - 100px);
	background: #efefef;
	margin-left: 105px;
	padding-bottom: 7px;
	padding-top: 2px;
}

main .comment li .right p {
	line-height: 17px !important;
}

main .comment li .right p .time {
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
	color: #515359;
	opacity: .7;
}

@media screen and (max-width:470px) {
	main .comment li {
		min-height: auto;
		padding: 10px;
	}

	main .comment li .left {
		display: none;
	}

	main .comment li .right {
		width: 100%;
		margin-left: 0;
	}
}

.join {
	padding: 0;
	overflow: hidden;
	background: #efefef;
}

.join .download {
	width: 100%;
	height: 315px;
	background: url('../img/bg-join.jpg') no-repeat;
}

.join .download a.dn {
	top: 90px;
	right: 20px;
	border-radius: 3px;
	background: #ca3939;
	font-family: 'proxima-nova_bold', Helvetica, Arial, sans-serif;
	transition: 0.2s !important;
	padding-top: 16px;
	line-height: 24px;
	letter-spacing: 5px;
	color: #f4d6d6;
	width: 270px;
	height: 92px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	font-size: 12px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .6), 0 0 25px #dd3737 inset, 0 -4px 0 rgba(0, 0, 0, .3) inset;
}

.join .download a.dn span {
	width: 100%;
	display: inline-block;
	font-size: 32px;
}

.join .download a.dn:hover {
	transition: 0.2s !important;
	color: #ffffff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .4), 0 0 35px #dd3737 inset, 0 -2px 0 rgba(0, 0, 0, .3) inset;
}

.join .download a.mac {
	opacity: .6;
	transition: 0.2s !important;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: absolute;
	font-size: 12px;
	top: 195px;
	right: 50px;
}

.join .download a.mac:hover {
	opacity: 1;
}

@media screen and (max-width:430px) {
	.join .download a.dn {
		position: relative;
		right: auto !important;
		left: auto;
		display: block;
		width: 90%;
		margin: auto;
	}
}