.margauto {
	margin:auto;
}

body {
	background-color:#000;
}

.coffre1img {
	background-color:#333333;
	border:2px solid #c02b18;
	padding:4px;
	border-radius:15px;
	margin-top:10px;
	margin-bottom:10px;
}

.coffre2img {
	background-color:#333333;
	border:2px solid #c02b18;
	padding:4px;
	border-radius:15px;
	margin-top:10px;
	margin-bottom:10px;
}

.coffre34img {
	background-color:#333333;
	border-radius:15px;
	padding:15px;
	margin-top:10px;
	margin-bottom:10px;
}

.runeimg {
	background-color:#333333;
	border-radius:15px;
	padding:15px;
	margin-top:10px;
	margin-bottom:10px;
}

/* First lets set a background */
.bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://www.ediogames.com/assets/images/Black-Background-Metal-Hole-Very-Small1.jpg');
  background-position: center center;
  background-origin: content-box;
  background-size: cover;
  background-attachment: fixed;
  z-index: -2;
}

/* Now the same background, but with brightness filters*/
.lightning{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://www.ediogames.com/assets/images/Black-Background-Metal-Hole-Very-Small1.jpg');
  background-position: center center;
  background-origin: content-box;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: brightness(3);
  filter: brightness(3);
  -o-filter: brightness(3);
  -moz-filter: brightness(3);
  z-index: -1;
}

/*Now just a opacity animation*/
.flashit{
-webkit-animation: flash ease-out 4s infinite;
-moz-animation: flash ease-out 4s infinite;
animation: flash ease-out 4s infinite;
animation-delay: 2s;
}

@-webkit-keyframes flash {
	from { opacity: 0; } 
  92% { opacity: 0; }
	93% { opacity: 0.6; }
  94% { opacity: 0.2; }
  96% { opacity: 0.9; } 
	to { opacity: 0; }
}

@keyframes flash {
	from { opacity: 0; } 
    92% { opacity: 0; }
	93% { opacity: 0.6; }
    94% { opacity: 0.2; }
    96% { opacity: 1; } 
	to { opacity: 0; }
}


#box {
  animation:pulse 0.5s infinite alternate;
}

#box2 {
  animation:pulse2 0.5s infinite alternate;
}

#box3 {
  animation:pulse3 0.5s infinite alternate;
}

@keyframes pulse {
  from { box-shadow:0px 0px 5px 3px #fed605; }
  to { box-shadow:0px 0px 10px 5px #fed605; }
}

@keyframes pulse2 {
  from { box-shadow:0px 0px 5px 3px #ff7900; }
  to { box-shadow:0px 0px 10px 5px #ff7900; }
}

@keyframes pulse3 {
  from { box-shadow:0px 0px 5px 3px #c02b18; }
  to { box-shadow:0px 0px 10px 5px #c02b18; }
}

#canvass {
	position:fixed;
	width:100%;
	height:auto;
}

#canvas {
	position:absolute;
	width:100%;
	height:auto;
}

.main_title {
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	text-shadow:0 0 10px;
	margin-top:40px;
	margin-bottom:40px;
}

.cat_title {
	text-transform:uppercase;
	text-align:center;
	color:#c8c8c8;
	text-shadow:0 0 17px #ff7900;
	margin-top:40px;
	margin-bottom:40px;
}

.cat_title2 {
	text-transform:uppercase;
	color:#c8c8c8;
	text-shadow:0 0 17px #ff7900;
	margin-top:40px;
	margin-bottom:40px;
}

.section_1 {
	background-color:black;
	background-image:url("https://www.ediogames.com/assets/images/1.png");
	background-position:center bottom;
	background-size:cover;
}

.section_2 {

	background-position:center bottom;
}

.section_2a {
	background-color:black;
	background-image:url("https://www.ediogames.com/assets/images/2.png");
	background-position:center bottom;
}

.section_3a {
	background-color:black;
	background-image:url("https://www.ediogames.com/assets/images/3.png");
	background-position:center bottom;
}

p {
	color:#efefef;
	text-shadow:0 0 1px #fff;
}

li {
	color:#c8c8c8;
	text-shadow:0 0 1px #fff;
}

.separation {
	background-image:url("https://www.ediogames.com/assets/images/OP_SEPARATION.png");
	background-size:100% 100%;
	width:100%;
	height:32px;
	margin-top:-30px;
}

.Nitem {
	margin-top:40px;
	margin-bottom:40px;
}

.Nobjet {
	text-transform:uppercase;
	text-align:center;
	color:#c8c8c8;
	text-shadow:0 0 2px #fff;
}

.Rname {
	text-transform:uppercase;
	text-align:center;
	color:#c8c8c8;
	text-shadow:0 0 2px #fff;
}

.text_desc {
	text-align:center;
	color:#c8c8c8;
	text-shadow:0 0 2px #fff;
	margin-bottom:40px;
}

.logo {
	margin-top:40px;
	margin-bottom:40px;
}

.row {
	margin-left:0px;
	margin-right:0px;
}