@import url(https://fonts.googleapis.com/css?family=Exo:400,700);
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html, body {
  background: black;
  font-size: 16px;
  color: white;
  font-family: Verdana, sans-serif;
  height: 100%;
}

.section {
  margin: 0 auto;
  min-height: 600px;
  text-align: center;
  border-top: 1px solid #333333;
  position: relative;
}
.section .row {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.section .row .col-1, .section .row .col-2, .section .row .col-3, .section .row .col-4, .section .row .col-5, .section .row .col-6, .section .row .col-7, .section .row .col-8, .section .row .col-9, .section .row .col-10, .section .row .col-11, .section .row .col-12 {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.section .row .col-1 > img, .section .row .col-2 > img, .section .row .col-3 > img, .section .row .col-4 > img, .section .row .col-5 > img, .section .row .col-6 > img, .section .row .col-7 > img, .section .row .col-8 > img, .section .row .col-9 > img, .section .row .col-10 > img, .section .row .col-11 > img, .section .row .col-12 > img {
  max-width: 100%;
}
.section .row .col-4 {
  width: 33%;
}
.section .row .col-6 {
  width: 49%;
}
.section .row .col-12 {
  width: auto;
}
.section .inner {
  padding: 100px 40px;
}
.section .separator {
  width: 100%;
  height: 124px;
  position: absolute;
  top: -63px;
  left: 0;
  background: url(../images/separator.png) center center no-repeat;
}
.section .hr {
  width: 60%;
  height: 1px;
  background: #333333;
  box-shadow: 0 0 10px 1px black;
  margin: 60px auto;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.particle-system {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  color: #99b4f8;
  font-weight: 400;
  margin: 0 0 20px;
}

h2 {
  font-family: "Exo", sans-serif;
  font-size: 2.4em;
  text-shadow: 0 0 20px #0048ff;
}

h4 {
  text-transform: none;
  font-size: 1.2em;
}

p {
  font-size: 1em;
  line-height: 1.5em;
}

.glow {
  border: 1px solid #99b4f8;
  box-shadow: 0 0 30px -10px #0048ff;
}

a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #99b4f8;
}

.main-btn {
  font-family: "Exo", sans-serif;
  font-size: 1.1em;
  color: #99b4f8;
  text-transform: uppercase;
  background: black;
  display: inline-block;
  width: 274px;
  height: 68px;
  line-height: 68px;
  background: url(../images/main-btn.png) center center no-repeat;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.main-btn:hover {
  background-image: url(../images/main-btn-hover.png);
  text-shadow: 0 0 10px #0048ff;
}

.features {
  padding-top: 60px;
}
.features h3 {
  margin: 60px 0 30px;
}
.features ul {
  margin: 0 0 30px;
}
.features ul li {
  margin-bottom: 10px;
}

.picture {
  border: 3px solid #333333;
  box-shadow: 0 0 20px 0 black;
  width: 90%;
  margin-bottom: 30px;
}
.picture.picture-md {
  width: 70%;
}
.picture.picture-sm {
  width: 50%;
}

.fancybox-skin {
  background: #333333;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../images/fancybox-sprite.png);
}

.section-main {
  min-height: 100%;
  background: url(../images/background-7.jpg) center top no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section-main .main-circle {
  width: 100%;
  height: 100%;
  background: url(../images/circle.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out,visibility 0.5s ease-in-out;
}
.section-main .main-circle.circle-2 {
  background: none;
}
.section-main .main-circle.circle-2 .circle {
  width: 450px;
  height: 450px;
  background: url(../images/circle-2.png) center center no-repeat;
  position: absolute;
  top: 150px;
  left: 60%;
}
.section-main .main-circle.circle-3 {
  background: none;
}
.section-main .main-circle.circle-3 .circle {
  width: 300px;
  height: 300px;
  background: url(../images/circle-3.png) center center no-repeat;
  position: absolute;
  top: 150px;
  right: 60%;
}
.section-main .main-circle .quest {
  width: 100px;
  height: 100px;
  background: url(../images/QuestMarker.png) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  transition: opacity 0.2s ease-in-out;
}
.section-main .main-circle .quest.locked {
  background-image: url(../images/QuestMarker-Locked.png);
}
.section-main .main-circle .quest.hover {
  opacity: 0.5;
}
.section-main .main-circle .quest.completed {
  background-image: url(../images/QuestMarker-Complete.png);
}
.section-main .main-circle.hidden {
  opacity: 0;
  visibility: hidden;
}
.section-main .main-logo {
  width: 100%;
  min-height: 100%;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.section-main .main-logo .content {
  position: relative;
  /*padding-top:150px;
  padding-bottom:60px;*/
}
.section-main .main-logo .logo {
  max-width: 100%;
}
.section-main .main-logo .trailer-container {
  padding-bottom: 50px;
  margin-top: -30px;
  background: url(../images/trailer-background.png) center bottom no-repeat;
}
.section-main .main-logo .trailer {
  width: 300px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.section-main .main-logo .trailer .video {
  background: #333333;
  position: relative;
  display: block;
  box-shadow: 0 0 20px 0 black;
  border: 3px solid #333333;
  transition: all 0.4s ease-in-out;
}
.section-main .main-logo .trailer .video .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../images/icon-play.png) center center no-repeat;
  background-size: contain;
  transition: background 0.4s ease-in-out;
}
.section-main .main-logo .trailer .video:hover {
  border-color: #99b4f8;
  box-shadow: 0 0 30px -5px #0048ff;
}
.section-main .main-logo .trailer .video:hover .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.section-main .main-logo .trailer .video .embed img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-main .main-logo .trailer .title {
  padding: 5px;
  color: #99b4f8;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0 10px #0048ff;
  font-size: 1.2em;
}
.section-main .main-logo .trailer.small {
  width: 200px;
}
.section-main .main-logo .trailer.small .title {
  font-size: 0.8em;
}
.section-main .main-logo .trailer.locked .title {
  color: #cccccc;
  text-shadow: none;
}
.section-main .main-logo .trailer.locked .video .overlay {
  background-image: url(../images/icon-locked.png);
}
.section-main .main-logo .trailer.locked .video:hover {
  border-color: #333333;
  box-shadow: 0 0 20px 0 black;
}
.section-main .main-logo .main-btns {
  margin-bottom: 30px;
}
.section-main .main-logo.hidden {
  opacity: 0;
  visibility: hidden;
}

.section .highlight {
  margin: 0px;
  font-weight: bold;
  color: #99b4f8;
}

.section-gameplay {
  background: url(../images/background-8.jpg) center center no-repeat;
  background-size: cover;
}
.section-gameplay .inner {
  display: table;
}
.section-gameplay .inner > * {
  display: table-cell;
}
.section-gameplay .col-gauche {
  width: 330px;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-gameplay .col-gauche .content {
  text-align: left;
  padding: 30px;
}
.section-gameplay .col-gauche .content h2 {
  margin: 0px;
  font-size: 1.5em;
  color: white;
}
.section-gameplay .col-gauche .content h3 {
  font-size: 1em;
}
.section-gameplay .col-gauche .content p {
  font-size: 12px;
  margin: 0;
}
.section-gameplay .col-gauche .content a {
  color: #fff;
  transition: all 0.4s;
}
.section-gameplay .col-gauche .content a::visited {
  color: #fff;
}
.section-gameplay .col-gauche .content a:hover {
  transition: all 0.4s;
  color: #99b4f8;
}
.section-gameplay .col-gauche .content a :active {
  transition: all 0.4s;
  color: #99b4f8;
}
.section-gameplay .col-gauche ul {
  margin: 0;
  padding-left: 0px;
  list-style-type: none;
}
.section-gameplay .col-gauche ul li {
  padding: 10px 0;
}
.section-gameplay .col-gauche h3 {
  margin: 0px;
  text-shadow: 0 0 20px #0048ff;
}
.section-gameplay .col-droite {
  padding-left: 50px;
}
.section-gameplay .col-droite .content {
  text-align: left;
}
.section-gameplay .col-droite .content h2 {
  margin: 45px 0 30px;
}
.section-gameplay .col-droite .content:first-child h2 {
  margin-top: 0px;
}

.section-history {
  background: url(../images/background-6.jpg) center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

.section-features {
  background: url(../images/background-2.jpg) center center no-repeat;
  background-size: cover;
}
.section-features ul {
  list-style-type: none;
  padding-left: 0px;
}
.section-features ul li {
  margin-top: 1.50em;
}
.section-features ul h3 {
  font-size: 1.5em;
}
.section-features ul p {
  font-size: 1.2em;
  margin: 0 0 0 0;
}

.section-medias {
  background: url(../images/background-9.jpg) center center no-repeat;
  background-size: cover;
}
.section-medias .gallery {
  position: relative;
  overflow: hidden;
}
.section-medias .gallery .item {
  width: 20%;
  display: inline-block;
  margin: 1%;
}
.section-medias .gallery .item a {
  display: block;
  position: relative;
  border: 3px solid #333333;
  box-shadow: 0 0 20px 0 black;
  transition: all 0.4s ease-in-out;
}
.section-medias .gallery .item a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(../images/QuestMarker.png) center center no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.section-medias .gallery .item a:hover {
  border-color: #99b4f8;
  box-shadow: 0 0 20px -5px #0048ff;
}
.section-medias .gallery .item a:hover .overlay {
  opacity: 1;
}
.section-medias .gallery .item.locked a {
  border-color: #333333;
  box-shadow: 0 0 20px 0 black;
}
.section-medias .gallery .item.locked a .overlay {
  opacity: 0;
}
.section-medias .gallery .item .title {
  padding: 5px;
  font-size: 0.8em;
}
.section-medias .gallery .item img {
  width: 100%;
  height: 100%;
  display: block;
}

.section-footer {
  background: url(../images/background-4.jpg) center top no-repeat;
  background-size: cover;
}
.section-footer .social {
  margin-bottom: 100px;
}
.section-footer .social .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  transition: background 0.2s ease-in-out;
}
.section-footer .social .icon.icon-fb {
  background: url(../images/icon-fb.png) center center;
}
.section-footer .social .icon.icon-fb:hover {
  background-image: url(../images/icon-fb-hover.png);
}
.section-footer .social .icon.icon-tw {
  background: url(../images/icon-tw.png) center center;
}
.section-footer .social .icon.icon-tw:hover {
  background-image: url(../images/icon-tw-hover.png);
}
.section-footer .social .icon.icon-yt {
  background: url(../images/icon-yt.png) center center;
}
.section-footer .social .icon.icon-yt:hover {
  background-image: url(../images/icon-yt-hover.png);
}
.section-footer .footer {
  font-size: 0.8em;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 0;
}
.section-footer .footer .logo {
  padding-top: 15px;
}
.section-footer .footer .logo a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.section-footer .footer .logo a:hover {
  opacity: 0.4;
}
.section-footer .footer .copyright, .section-footer .footer .legal {
  text-align: left;
}
.section-footer .footer .legal {
  margin: 60px 0 5px;
}
.section-footer .footer .rating {
  text-align: right;
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
}
.main-nav .toggle {
  display: block;
  width: 75px;
  height: 75px;
  background: url(../images/icon-menu.png) center center no-repeat;
  cursor: pointer;
  position: relative;
}
.main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  min-height: 200px;
  list-style: none;
  margin: 0;
  padding: 65px 25px 25px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out,visibility 0.5s ease-in-out;
  background: url(../images/gradient.png) left top no-repeat;
  text-shadow: 0 0 5px black;
}
.main-nav ul .separator {
  height: 1px;
  background: #333333;
  margin: 5px 0;
}
.main-nav:hover ul {
  opacity: 1;
  visibility: visible;
}
.main-nav a {
  color: #cccccc;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.main-nav a:hover {
  color: #99b4f8;
}

.volume {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.volume .label {
  display: block;
  clear: both;
  font-size: 0.6em;
  color: #666666;
  cursor: pointer;
  text-align: center;
}
.volume .label:hover {
  color: #cccccc;
}
.volume .bar {
  float: left;
  width: 4px;
  height: 25px;
  position: relative;
  border: 2px solid transparent;
  cursor: pointer;
}
.volume .bar:first-child {
  margin: 0;
}
.volume .bar .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.5);
  box-shadow: 0 0 20px 2px black;
}
.volume .bar .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #666666;
  transition: height 0.2s ease-in-out;
}
.volume .bar.active .inner {
  background-color: #99b4f8;
}
.volume.disabled .label {
  text-decoration: line-through;
}

.quest-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out,visibility 0.5s ease-in-out;
}
.quest-container.hidden {
  opacity: 0;
  visibility: hidden;
}
.quest-container .quest-success {
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/QuestMarker.png) center center no-repeat;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
  display: none;
}
.quest-container .rune {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.4;
  transition: opacity 0.4s ease-in-out,margin 0.4s ease-in-out,width 0.4s ease-in-out,height 0.4s ease-in-out;
}
.quest-container .rune img {
  width: 100%;
  height: 100%;
}
.quest-container .rune:hover {
  width: 60px;
  height: 60px;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0.8;
}
.quest-container .rune.active {
  width: 66px;
  height: 66px;
  margin-left: -13px;
  margin-top: -13px;
  opacity: 1;
}
.quest-container .rune.rune-0 {
  top: 25%;
  left: 75%;
}
.quest-container .rune.rune-1 {
  top: 30%;
  left: 70%;
}
.quest-container .rune.rune-2 {
  top: 60%;
  left: 60%;
}
.quest-container .rune.rune-3 {
  top: 25%;
  left: 48%;
}
.quest-container .rune.rune-4 {
  top: 40%;
  left: 40%;
}
.quest-container .rune.rune-5 {
  top: 70%;
  left: 42%;
}
.quest-container .rune.rune-6 {
  top: 60%;
  left: 30%;
}
.quest-container .rune.rune-7 {
  top: 35%;
  left: 60%;
}
.quest-container .rune.rune-8 {
  top: 20%;
  left: 30%;
}
.quest-container .rune.rune-9 {
  top: 65%;
  left: 50%;
}
.quest-container .rune.rune-10 {
  top: 45%;
  left: 25%;
}
.quest-container .rune.rune-11 {
  top: 65%;
  left: 30%;
}
.quest-container .rune.rune-12 {
  top: 50%;
  left: 70%;
}
.quest-container .rune.rune-13 {
  top: 45%;
  left: 55%;
}
.quest-container .rune.rune-14 {
  top: 20%;
  left: 80%;
}
.quest-container .rune.rune-15 {
  top: 50%;
  left: 50%;
}
.quest-container .rune.rune-16 {
  top: 20%;
  left: 50%;
}
.quest-container .rune.rune-17 {
  top: 75%;
  left: 75%;
}
.quest-container .rune.rune-18 {
  top: 80%;
  left: 30%;
}
.quest-container .rune.rune-19 {
  top: 50%;
  left: 40%;
}

@media (max-width: 1100px) {
  .section .row {
    width: auto;
  }

  /*.section-gameplay{
  	.col-gauche {
  	    width: 30%;
  	}
  	.col-droite {
  	    width: 66%;
  	    margin-left: 34%;
  	}
  	
  }*/
}
@media (max-width: 800px) {
  .section .row .col-4 {
    width: 26%;
  }

  .section-medias .gallery .item {
    width: 30%;
  }

  .circle-2, .circle-3 {
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .section-gameplay .inner {
    display: block;
  }
  .section-gameplay .inner > * {
    display: block;
  }
  .section-gameplay .col-gauche {
    width: 100%;
    position: static;
  }
  .section-gameplay .col-gauche .content {
    text-align: center;
  }
  .section-gameplay .col-droite {
    width: 100%;
    margin-left: 0%;
    padding: 0;
  }
  .section-gameplay .col-droite .content {
    text-align: center;
  }
  .section-gameplay .col-droite .content:first-child h2 {
    margin-top: 45px;
  }

  .main-nav {
    display: none;
  }

  .section .row .col-1, .section .row .col-2, .section .row .col-3, .section .row .col-4, .section .row .col-5, .section .row .col-6, .section .row .col-7, .section .row .col-8, .section .row .col-9, .section .row .col-10, .section .row .col-11, .section .row .col-12 {
    width: 100%;
  }
  .section .inner {
    padding: 60px 20px;
  }

  .section-medias .gallery .item {
    width: 96%;
    margin-left: 0;
    margin-right: 0;
  }

  .section-footer .footer .copyright, .section-footer .footer .legal, .section-footer .footer .rating {
    text-align: center;
    margin: 5px 0;
  }

  .section-footer .footer .logo {
    padding: 20px 0;
  }

  .features {
    padding-top: 0;
  }
  .features h3 {
    margin-top: 20px;
  }
  .features ul {
    margin: 0;
    padding: 0;
  }

  .text-right, .text-left {
    text-align: center;
  }

  .section-footer .social .icon {
    width: 70px;
    height: 70px;
  }
}
