/*
#@squelettes/CSS/STYLES.less
*/
@import url('https://fonts.googleapis.com/css?family=Cormorant+Infant:600');
/* =============================================================================
   RESET
   ===========================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
figure {
  margin: 0;
}
/* selection */
* {
  outline: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Links */
a:hover,
a:active,
a:focus {
  outline: 0;
}
/* Image */
svg:not(:root) {
  overflow: hidden;
}
object {
  max-width: 100%;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* Bases */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
}
/* List */
ul li {
  list-style: none;
}
/*------------- VARIABLES ----------*/
/*Colour*/
/*font*/
/* =============================================================================
   FONT
   ===========================================================================*/
/* Typo */
@font-face {
  font-family: 'elanefmedium';
  src: url('//the-ninth-age.com/squelettes/fonts/elanef-medium-webfont.woff2') format('woff2'), url('//the-ninth-age.com/squelettes/fonts/elanef-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.serif {
  font-family: 'Cormorant Infant', serif;
  letter-spacing: 0.06em;
  word-spacing: 0.17em;
  font-weight: 600;
}
/* Title */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
hr {
  height: 1px;
  margin: 1.5em 0;
  border: 0;
  background: #4e4949;
  color: #4e4949;
}
h1,
.h1 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: .75em;
}
h2,
.h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  margin-bottom: 1em;
}
h3,
.h3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
h4,
.h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.364em;
  margin-bottom: 1.364em;
}
h5,
.h5 {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
body {
  font-size: 10px;
  font-size: 1rem;
}
/* Enrichissements typographiques */
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
small,
.small,
.small p {
  font-size: 1em !important;
}
.smalltitle {
  font-size: 1.5em !important;
}
big,
.big {
  font-size: 120% !important;
}
abbr[title],
acronym[title] {
  border-bottom: .1em dotted;
  cursor: help;
}
@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
dfn {
  font-weight: bold;
  font-style: italic;
}
del,
.del {
  background-color: #FFDDDD;
  border-color: #CC0000;
  color: #CC0000;
  text-decoration: line-through;
}
ins,
.ins {
  background-color: #DDFFDD;
  border-color: #00AA00;
  color: #00AA00;
  text-decoration: none;
}
sup,
sub {
  font-size: .8em;
  font-variant: normal;
  line-height: 0;
}
sup {
  vertical-align: super;
}
.ie sup {
  vertical-align: text-top;
}
sub {
  vertical-align: sub;
}
.ie sub {
  vertical-align: text-bottom;
}
.caps {
  font-variant: small-caps;
}
.upper {
  text-transform: uppercase;
}
.autobr {
  margin-bottom: 5px;
}
/* Listes */
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  background: #3e4667;
}
td {
  vertical-align: top;
}
th {
  font-weight: bold;
}
thead th {
  background: #343b57;
}
th,
td,
caption {
  padding: 0.75em;
}
tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td,
tbody tr.even th,
tbody tr.even td {
  background: #3e4667;
}
tfoot {
  font-style: italic;
}
/* Quote & poetry */
q {
  font-style: italic;
}
blockquote {
  padding: 0 50px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: italic;
}
address {
  font-style: italic;
}
pre,
code,
kbd,
samp,
var,
tt {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
}
pre {
  margin: 1.5em 0;
  /* Cf.: http://perishablepress.com/press/2010/06/01/wrapping-content/ */
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}
kbd {
  background-color: #222222;
  color: #FFFFFF;
}
samp {
  font-weight: bold;
}
var {
  font-style: italic;
}
/* Paragraphes */
p,
.p,
dl,
dd,
blockquote,
address,
pre,
table,
fieldset {
  margin-bottom: 1.5em;
}
@media (max-width: 640px) {
  img,
  table,
  td,
  blockquote,
  code,
  pre,
  textarea,
  input,
  iframe,
  object,
  embed,
  video {
    max-width: 100%;
  }
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    /* cesure forcee */
  }
  code,
  pre,
  samp {
    white-space: pre-line;
    /* passage a la ligne specifique pour les elements a chasse fixe */
  }
}
/*------- =======3======= ---------*/
@media screen and (min-width: 641px) {
  /* MEDIUM (landscape mobile & tablet) */
  .smalltitle {
    font-size: 2em !important;
  }
}
/*------- =======4======= ---------*/
@media screen and (min-width: 991px) {
  /* LARGE (landscape tablet & small desktop screen) */
  .smalltitle {
    font-size: 2.5em !important;
  }
}
/*------- =======4======= ---------*/
@media screen and (min-width: 1200px) {
  /* LARGE (landscape tablet & small desktop screen) */
  .smalltitle {
    font-size: 3em !important;
  }
}
/* =============================================================================
  Modification from CSS Generate by SPIP
   ===========================================================================*/
/* Listes SPIP */
ul.spip,
ol.spip {
  margin-left: 50px;
}
@media (max-width: 640px) {
  ul.spip,
  ol.spip {
    margin-left: 1.5em;
  }
}
ul.spip li {
  list-style-type: square;
}
li ul.spip li {
  list-style-type: disc;
}
li li ul.spip li {
  list-style-type: circle;
}
ol.spip li {
  list-style-type: decimal;
}
dl.spip dt,
dl.spip dd {
  padding-left: 50px;
}
dl.spip dt {
  clear: both;
}
/* Table SPIP */
table.spip {
  width: 100%;
}
/* Quote & poetry */
blockquote.spip {
  min-height: 40px;
  background: url(//the-ninth-age.com/squelettes/CSS/IMG/quote.png) no-repeat;
}
.spip_poesie {
  border-left: 1px solid;
}
.spip_poesie div {
  margin-left: 50px;
  text-indent: -50px;
}
.spip_code,
.spip_cadre {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
}
/* Enluminures typo V3 / Cf.: http://www.spip-contrib.net/3118 */
sc,
.sc {
  font-variant: small-caps;
}
.caractencadre-spip {
  background-color: #FFFFCC;
  color: purple;
}
.caractencadre2-spip {
  background-color: #FFFFCC;
  color: orange;
}
.texteencadre-spip {
  display: block;
  margin: 1.5em 50px;
  padding: 1.5em;
  background: #EEE;
}
/* Logos, documents et images */
.spip_logos {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  border: none;
}
.spip_documents {
  margin: 1.5em 0;
  padding: 0;
  background: none;
}
.spip_documents,
.spip_documents_center,
.spip_doc_titre,
.spip_doc_descriptif {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.spip_documents_center {
  clear: both;
  display: block;
  width: 100%;
}
.spip_documents_left {
  float: left;
  margin-right: 1.5em;
}
.spip_documents_right {
  float: right;
  margin-left: 1.5em;
}
.spip_doc_descriptif {
  clear: both;
}
.crayon-icones em.crayon-crayon {
  background-color: #baeea0 !important;
  padding: 5px;
}
/* Modeles par defaut */
.spip_modele {
  float: right;
  display: block;
  width: 25%;
  margin: 0 0 1.5em 1.5em;
  padding: 1.5em;
  background-color: #EEE;
}
/* Paragraphes */
div.spip,
ul.spip,
ol.spip,
.spip_poesie,
.spip_cadre,
div.spip_code,
.spip_documents.spip_documents_center {
  margin-bottom: 1.5em;
}
/* Pagination */
.pagination {
  clear: both;
  text-align: center;
}
/* =============================================================================
   HELPER
   ===========================================================================*/
/* transition */
.fade {
  -webkit-transition: background 0.6s ease-out;
  -ms-transition: background 0.6s ease-out;
  -o-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
}
/* shadow */
.box_shadow {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* round */
/* Gradient */
.gradient {
  background-color: #343b57;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#343b57), to(#3f486a));
  background-image: -webkit-linear-gradient(top, #343b57, #3f486a);
  background-image: linear-gradient(top, #343b57, #3f486a);
}
/*Alerte */
.navigateur_info {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 42px;
  background-color: #ff6c00;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.navigateur_info a {
  color: #F7CC11;
  text-decoration: underline;
}
.navigateur_info a:hover,
.navigateur_info a:focus {
  text-decoration: none;
}
.push_alerte {
  height: 42px;
}
/* Typography */
.caps {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.shadow {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}
.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
/* clear float */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* Image */
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* block */
.center-text,
.center-text p {
  text-align: center !important;
}
.center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.fix {
  position: fixed;
  z-index: 9999;
}
.lien {
  cursor: pointer;
  color: #e7ab10;
}
.no-margin,
.no-margin p {
  margin: 0 !important;
}
.spanblock {
  display: block;
}
/* visibility */
.none {
  display: none !important;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.offscreen {
  position: absolute;
  left: -999em;
  height: 1%;
}
/* =============================================================================
   Map module
   ===========================================================================*/
/* ============================== faction page worldmap */
.faction_worldmap {
  margin-bottom: 20px;
}
.key_wrapper {
  display: grid;
  grid-template-columns: 1fr 5fr;
  column-gap: 10px;
  margin: 0 0 10px 0;
}
.key_text {
  align-self: center;
}
.key_text p {
  font-size: 0.85em !important;
  margin: 0 !important;
}
.key_img_wrapper,
#background_wrapper {
  position: relative;
}
.key_img,
.map_img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.pos_2 {
  z-index: 2;
}
.pos_3 {
  z-index: 3;
}
/* ============================== faction module worldmap */
/* Factions Column Start */
.factions,
.data {
  margin: 60px 0 0 20px;
}
.factions__label {
  display: grid;
  grid-template-columns: auto 3rem;
  margin-bottom: .5rem;
  cursor: pointer;
  user-select: none;
  position: relative;
  align-items: center;
}
.factions__faction:last-child .factions__label {
  margin-bottom: 0;
}
.factions__label span {
  font-family: sans-serif;
  background: rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
  color: white;
  order: 1;
}
.factions__label span:hover {
  background: rgba(0, 0, 0, 0.75);
}
.factions__checkbox {
  height: 2em;
  width: 2em;
  appearance: none;
  border: none;
  outline: none;
  transition-duration: 0.3s;
  background-color: white;
  cursor: pointer;
  margin: 0;
  margin-left: 10px;
  order: 2;
  position: relative;
}
.factions__checkbox:checked {
  background-color: #e7ab10;
}
.factions__checkbox:checked::after {
  content: '\2715';
  display: block;
  color: white;
  position: absolute;
  font-size: 1.4rem;
  line-height: 1;
  top: 2px;
  left: 4px;
  margin: auto;
  font-weight: 700;
}
/* Factions End */
/* Map Column Start */
.map__inner {
  position: relative;
}
.map__overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  opacity: 1;
  transition: 400ms;
}
.map__overlay--hidden {
  display: none;
  opacity: 0;
}
.map__text {
  z-index: 2;
}
/* Map End */
/* Data Column Start */
.key_wrapper_module .key_img_wrapper {
  float: left;
  width: 40%;
  margin: 0 10px 3px 0;
}
.data__faction {
  display: block;
  opacity: 1;
  transition: opacity 400ms, max-height 700ms;
  margin: 0 0 25px 0;
}
.data__faction--hidden {
  display: none;
  opacity: 0;
  max-height: 0;
}
.data__faction h3 {
  background-color: var(--clr-accent);
  color: white;
  padding: .5rem 1rem;
  margin: 0;
  font-weight: 400;
  font-family: sans-serif;
}
.data__content {
  font-family: sans-serif;
  margin-bottom: 1rem;
}
.data__faction:last-child .data__content {
  margin-bottom: 0;
}
.data__content p {
  padding: 1rem;
  margin: 0;
}
/* Data END */
/*------- =======2======= ---------*/
@media screen and (min-width: 481px) {
  /* less MEDIUM (landscape mobile) */
}
/*--- @media 641---*/
/*------- =======4======= ---------*/
@media screen and (min-width: 991px) {
  /* LARGE (landscape tablet & small desktop screen) */
  .factions,
  .data {
    margin: 100px 0 0 20px;
  }
}
/*--- @media 991---*/
/*------- =======5======= ---------*/
@media screen and (min-width: 1200px) {
  /* XLARGE (desktop screen ) */
  .factions,
  .data {
    margin: 160px 0 0 20px;
  }
}
/*--- @media 1200---*/
/*------- =======6======= ---------*/
@media screen and (min-width: 1441px) {
  /* XXLARGE (large desktop screen) */
}
/*--- @media 1441---*/
/*------- =======7======= ---------*/
@media screen and (min-width: 1681px) {
  /* more XXLARGE (ultra large desktop screen).  */
}
/*--- @media 1681---*/
/* =============================================================================
   PRINT
   ===========================================================================*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #600;
    text-decoration: underline !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  a.spip_out:after,
  a.spip_url:after {
    content: " (" attr(href) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 10%;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  form {
    display: none;
  }
  .formulaire_spip {
    display: none;
  }
  .pagination {
    display: none;
  }
}
/*--- =====1===== ---*/
@media only screen {
  /* SMALL all device */
  body {
    background-color: #d9d3c3;
    color: #4e4949;
    font-family: arial, sans-serif;
  }
  body,
  html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #global {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section {
    padding: 0 0 30px 0;
  }
  a {
    color: #e7ab10;
  }
  .paragraph a {
    color: #c67e02;
  }
  .paragraph a:hover,
  a:hover {
    color: #fff;
    text-decoration: none;
  }
  .menu_multilang {
    padding: 3px;
    background: #fff;
  }
  h1 {
    font-weight: 600;
  }
  h2 {
    margin: 2% 0;
  }
  h3.spip {
    display: block;
    background-color: #a9a197;
    color: #fff !important;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
    margin-top: 20px;
    font-family: 'elanefmedium', arial, sans-serif;
    text-transform: uppercase;
  }
  .article h2 {
    font-family: 'Cormorant Infant', serif;
    letter-spacing: 0.06em;
    word-spacing: 0.17em;
    font-weight: 600;
    padding: 0 10px;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .title {
    padding: 0 10px;
    font-size: 1.4em;
    text-align: center;
  }
  .paragraph p {
    color: #4e4949;
    text-align: center;
    width: 100%;
    margin: 15px auto 30px auto;
    line-height: 1.2em;
  }
  .spip_accordeon p {
    margin: 0px auto;
  }
  .paragraph li {
    margin: 15px 0 0 0;
  }
  .darkgold,
  .darkgold p {
    color: #6c4b07 !important;
  }
  #introductionText .paragraph p {
    margin-bottom: 0;
  }
  .row {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  /* navbar */
  nav {
    min-height: 55px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    -o-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
  .fadescroll {
    display: none;
  }
  .navbar-fade {
    background-color: rgba(0, 0, 0, 0.75);
  }
  #menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    font-size: 0;
  }
  #menu li.list-item {
    display: block;
    background-color: black;
    border-bottom: 1px solid #666;
    font-size: 1rem;
  }
  #menu li.list-item a.link-item {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 0.8em;
    margin-bottom: 0px;
    padding: 3%;
  }
  #menu li.list-item a.link-item:hover {
    color: #e7ab10;
  }
  #menu li.list-item a.current {
    color: #e7ab10 !important;
  }
  .scrollable {
    height: 100%;
    overflow-y: auto;
  }
  .no_scrollable {
    height: auto;
    overflow-y: hidden;
  }
  #formulaire_menu_lang {
    font-size: 0.9em;
    display: inline-block;
  }
  #top_logo {
    display: none;
  }
  /* Burger menu */
  #burger_menu {
    display: block;
    cursor: pointer;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    margin: 10px 20px;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 5px;
    background-color: #dce0df;
    margin: 6px 0;
    transition: 0.4s;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  /*ss_menu*/
  #menu li.has_ssmenu a.link-item {
    cursor: pointer;
  }
  #menu li.has_ssmenu .ssmenu {
    position: relative;
    padding: 15px 0 15px 12%;
    background-color: #000;
    text-align: left;
  }
  #menu li.has_ssmenu .ssmenu li {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: auto;
    text-align: left;
  }
  #menu li.has_ssmenu .ssmenu li a.link-item {
    margin: 0;
    padding: 8px 5px 8px 60px;
    display: block;
  }
  #menu li.has_ssmenu .ssmenu li a.link-item img {
    height: 22px;
    margin: 0 10px 0 0;
  }
  #menu li.has_ssmenu .ssmenu li a.link-item:hover {
    background: #251e03;
    transition: none;
  }
  #menu li.has_ssmenu .ssmenu li a.active {
    color: #e7ab10;
  }
  #menu li.has_form {
    padding: 3%;
  }
  /* Header */
  header h1 {
    margin-bottom: 0;
  }
  #headerlogo {
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 14%;
    right: 0;
    margin: auto;
    width: 290px;
  }
  .rubtitle {
    font-family: 'elanefmedium', arial, sans-serif;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 14%;
    right: 0;
    margin: auto;
    width: 290px;
  }
  #factiontitle {
    padding: 120px 0 0 0;
  }
  .headerTitle {
    padding: 50px 0 0 0;
    font-size: 2.2em;
    line-height: 0.82em;
    font-variant: small-caps;
    color: #fff;
  }
  .headerimg {
    display: block;
    position: relative;
    height: 40%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 165%;
  }
  #mediumhead {
    background-size: 220%;
    max-height: 230px;
  }
  .blackBarTop::before {
    content: "";
    display: block;
    height: 15px;
    background: url("//the-ninth-age.com/squelettes/IMG/black_texture_flip.png") repeat-x top;
  }
  .blackBarBottom::after {
    content: "";
    display: block;
    height: 100%;
    margin-top: -15px;
    background: url("//the-ninth-age.com/squelettes/IMG/black_texture.png") repeat-x bottom;
  }
  /* Introduction */
  #introduction {
    margin: 15px 0 0 0;
  }
  .flexContainer {
    display: box;
    max-width: 1480px;
  }
  .col1 {
    order: 2;
    width: 50%;
    padding: 0 0 0 5%;
  }
  .col2 {
    order: 1;
    max-width: none !important;
  }
  .col2-inner {
    max-width: 684px;
    margin: 0 auto;
  }
  .col2-inner-full {
    max-width: none !important;
  }
  .col_centre,
  .col_full {
    width: 90%;
    max-width: 1280px;
  }
  .centralText {
    margin: 0 8%;
  }
  .col3 {
    order: 3;
    width: 50%;
    padding: 0 5% 0 0;
  }
  a.ico_link {
    display: block;
    font-weight: 400;
    font-size: 0.8em;
    padding: 5%;
  }
  /* Parallax image */
  #miniatures {
    height: 130px;
    background: center 0 no-repeat;
    background-size: 145%;
  }
  #worldmap {
    height: 130px;
    background: url("//the-ninth-age.com/squelettes/IMG/banner_worldmap.jpg") center 0 no-repeat;
    background-size: 145%;
  }
  .iconSeparation {
    margin: 35px 0 0 0;
  }
  .armyHRfull {
    height: 20px;
    width: 100%;
    background: url("//the-ninth-age.com/squelettes/IMG/separateur_full.png") center 0 no-repeat;
    margin: 30px 0;
    text-align: center;
  }
  .armyHR {
    height: 20px;
    width: 100%;
    background: url("//the-ninth-age.com/squelettes/IMG/separateur.png") center 0 no-repeat;
    margin: 40px 0;
    text-align: center;
  }
  .armyHR img {
    height: 40px;
    margin: -20px 0 0 0;
  }
  /* Flag link */
  .flag {
    margin: 20px 5px;
    display: block;
    position: relative;
  }
  .flag a {
    color: #dce0df;
    display: block;
    width: auto;
    text-decoration: none;
  }
  .flag a span.title {
    text-align: center;
    padding: 0 0 0 0;
  }
  .flag a img {
    max-width: 55%;
    min-width: 52%;
  }
  .flag a img.reduce {
    margin: 0 5px 0 0;
    max-width: 25%;
    min-width: 25%;
    float: left;
  }
  .flag a p {
    padding: 10px 10px 0 10px;
    margin: 0;
    text-align: left;
  }
  .flag:hover {
    transition: 0.5s ease;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
  }
  .flag:hover a {
    color: #e7ab10;
  }
  .flag:hover a p {
    color: #dce0df;
  }
  .blue {
    background-color: #343b57;
  }
  .blue a {
    color: #7b8ba4;
  }
  .blue a p {
    color: #7b8ba4;
  }
  .red {
    background-color: #482b21;
  }
  .red a {
    color: #a2817f;
  }
  .red a p {
    color: #a2817f;
  }
  .yellow {
    background-color: #4e4130;
  }
  .yellow a {
    color: #b3936d;
  }
  .yellow a p {
    color: #b3936d;
  }
  .limitsize {
    min-height: 125px;
  }
  .limitsize .texture {
    min-height: 125px;
  }
  .texture {
    background: url("//the-ninth-age.com/squelettes/IMG/texture_bg.png") center 0 repeat-y;
    width: 100%;
    background-size: 100%;
  }
  .texture_height {
    height: 100%;
  }
  .double_line {
    min-height: 31px;
    margin: 0 0 5px 0 !important;
    font-size: 0.9em;
  }
  .third {
    width: 100%;
    float: left;
    margin: 0 !important;
  }
  .oneline {
    width: 33%;
    float: left;
    margin: 5px 0 !important;
  }
  .clearfix {
    margin: 25px 0;
  }
  .no_bottom_margin {
    margin-bottom: 0;
  }
  .bottom_margin {
    margin-bottom: 25px;
  }
  .small_icon {
    max-width: 50px !important;
    min-width: 50px !important;
  }
  .line_title {
    font-size: 1.5em;
  }
  .flex_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .dual_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .small_padd {
    padding: 2% 5% !important;
  }
  /* The Scroll */
  #thescroll {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
  }
  .conte {
    width: 80%;
    overflow: auto;
  }
  #mostRecentScroll {
    float: right;
    width: 80%;
    margin: 5% 0 5% 0;
  }
  #scrollArchive {
    margin-top: 50%;
  }
  #archives {
    margin: 0 4% 45px 0;
  }
  /*recruit*/
  .flexbox {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .flexbox .flagflex {
    width: 16%;
  }
  .flexbox .descripflex {
    width: 34%;
  }
  .flexbox .flexi {
    flex-grow: 1;
  }
  .flexbox .flexi img.team_flag {
    width: 100%;
  }
  .flexbox .flexi .flag_descriptif {
    font-size: 1em;
  }
  .teambox {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    margin: 0 0 15px 0;
  }
  .team_flag {
    grid-row-start: 1;
    grid-row-end: 7;
  }
  .team_title,
  .team_presentation,
  .team_skills,
  .team_contact,
  .flag_descriptif,
  .skill_but {
    grid-column-start: span 5;
    grid-column-end: auto;
  }
  .team_title {
    text-align: left;
    margin: 0;
    padding: 5px 15px;
    font-family: 'elanefmedium', arial, sans-serif;
    color: #fff !important;
    align-self: start;
  }
  .team_presentation p {
    margin: 0;
  }
  .skill_but {
    cursor: pointer;
    background-color: #c3b3a6 !important;
    border-color: #ad9a8a !important;
    display: block;
    padding: 0;
  }
  .team_skills p {
    margin: 0 0 10px 0 !important;
    font-style: italic;
    color: #6c4b07 !important;
    text-align: left !important;
  }
  .team_contact,
  .skill_but {
    align-self: end;
    text-align: center;
    margin: 2px 0 !important;
  }
  .flag_descriptif {
    align-self: start;
    font-weight: bold;
  }
  .flag_descriptif p {
    margin: 0;
  }
  .color_flag_black {
    color: #000;
  }
  .color_flag_grey {
    color: #524E44;
  }
  .color_flag_blue {
    color: #003F62;
  }
  .color_flag_green {
    color: #136C06;
  }
  .flag_black_title {
    background-color: #7B7169;
  }
  .flag_grey_title {
    background-color: #ADA397;
  }
  .flag_blue_title {
    background-color: #7A888D;
  }
  .flag_green_title {
    background-color: #829A6D;
  }
  /* Video */
  .oembed {
    border: none;
  }
  .oembed figcaption {
    display: none;
  }
  /* the world section */
  h3.pushup {
    margin: 60px 0 15px 0 !important;
  }
  .grid_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .grid_inner .texture {
    height: 100%;
  }
  /* Armies */
  .main h3 {
    color: #000;
  }
  #theworld {
    text-align: center;
  }
  .armyContainer {
    display: inline-block;
    position: relative;
    width: 50%;
    float: left;
    overflow: visible;
    padding: 1%;
  }
  .armyImage,
  .scroll {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    color: white;
    float: left;
  }
  .wrapper {
    position: relative;
    display: inline-block;
  }
  .middle {
    display: block;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 3% 15%;
    width: 100%;
    bottom: 0px;
    min-height: 30%;
  }
  .middle img {
    display: none;
  }
  .armyText {
    font-size: 1em;
    line-height: 0.95em;
  }
  .armies {
    margin: 0 0 40px 0;
    display: block;
  }
  .credits {
    color: #dce0df;
    font-size: 0.7em;
    display: block;
    min-height: 12.5px;
    margin: 0 !important;
  }
  .documents_portfolio {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .scrollItem {
    padding: 3% 4%;
  }
  .scrollItem .wrapper {
    height: 100%;
    width: 100%;
  }
  .scrollItem .scroll {
    height: 100%;
  }
  .scrollItem img {
    max-width: 100%;
    height: auto;
  }
  .scrollItem img:hover {
    opacity: 0.5;
    transition: opacity ease-in-out 0.5s;
  }
  .scrollItem:nth-of-type(1) {
    grid-area: featured_post;
    padding: 1.5% 2%;
  }
  .scrollItem:nth-of-type(2) {
    grid-area: post_1;
  }
  .scrollItem:nth-of-type(3) {
    grid-area: post_2;
  }
  .scrollItem:nth-of-type(4) {
    grid-area: post_3;
  }
  .scrollItem:nth-of-type(5) {
    grid-area: post_4;
  }
  .grid-outer-wrapper {
    width: 100%;
    margin: 1vw auto;
  }
  .grid-container {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "featured_post featured_post" "post_1 post_2" "post_3 post_4";
  }
  /* Quality  */
  .btn {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #fff;
    font-size: 0.85em;
    background: #6c4b07;
    border: solid 2px #6c4b07;
    padding: 2px 8px;
    margin: -10px 0 10px 0;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    z-index: 99;
  }
  .armyHR .moyen {
    font-size: 1.1em !important;
  }
  .tog .btn {
    margin: 10px 0 0 0;
  }
  .btn.select,
  .btn.select2 {
    background: #e7ab10;
    border: solid 2px #e7ab10;
    text-decoration: none;
    color: #000;
  }
  .btn:hover {
    border: solid 2px #000;
    color: #e7ab10;
  }
  .btn.select:hover,
  .btn.select2:hover {
    border: solid 2px #e7ab10;
    color: #000;
  }
  .btn.select:hover,
  .btn.select2:hover {
    border: solid 2px #e7ab10;
    color: #000;
  }
  .armyHR .btn.select,
  .teambox .btn.select,
  .armyHR .btn.select2,
  .teambox .btn.select2,
  .calltoaction .btn.select {
    border: solid 2px #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .armyHR .btn.select:hover,
  .teambox .btn.select:hover,
  .armyHR .btn.select2:hover,
  .teambox .btn.select2:hover,
  .calltoaction .btn.select:hover {
    color: #FBF8F5;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
    background: #DD6B2D;
  }
  .btn_wrapper {
    margin: 0 0 0 15px;
  }
  /* Download */
  .pop {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    font-size: 0.8em;
    line-height: 1em;
    padding: 0 0 6px 0;
    width: 93%;
    margin: 0 3.5%;
  }
  .pop p {
    color: #e7ab10 !important;
  }
  /* Keyword */
  .article_liste li {
    padding: 15px;
    background: #f0ece3;
    margin: 15px;
  }
  .article_liste li a.keytitle {
    margin: 15px 0 25px 0;
    font-size: 1.4em;
    font-family: 'elanefmedium', arial, sans-serif;
  }
  .liste_mot {
    margin: 0 0 3px 0;
  }
  .liste_mot li {
    display: inline-block;
  }
  .liste_mot li a {
    display: inline;
    text-decoration: none;
    font-size: 0.9em;
    padding: 2px 4px;
    margin: 0;
  }
  .liste_mot li img.spip_logos {
    margin: 0 10px 0 0;
  }
  .ico_principale {
    color: #c67e02;
    vertical-align: middle;
  }
  .ico_principale:hover,
  .ico_bleu:hover,
  .ico_principale:focus,
  .ico_bleu:focus {
    color: #6c4b07;
  }
  ul.keylist {
    margin: 0 10px;
  }
  ul.keylist li {
    margin: 5px;
  }
  ul.keylist li a {
    width: 100%;
    margin: 0;
    padding: 4px 15px;
    display: inline-table;
  }
  .introduction {
    font-size: 0.85em;
  }
  /* faction */
  a.mediabox {
    display: block;
    position: relative;
  }
  a.mediabox .pict_c {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .author {
    text-align: right;
    font-size: 0.8em;
    padding-right: 15px;
    color: #6c4b07;
    margin: 10px 0 0 0;
  }
  .firstletter p:first-child::first-letter {
    color: #a83c11;
    font-size: 200%;
    font-family: 'Cormorant Infant', serif;
  }
  .lore_box {
    padding: 15px;
    background: #f0ece3;
  }
  .lore_box p {
    font-style: italic;
    line-height: 1.5em;
    color: #6c4b07;
  }
  .lore_box p:first-child {
    text-indent: 30px;
  }
  .lore_box p:first-child::first-letter- {
    color: #a83c11;
    font-size: 200%;
    font-family: 'Cormorant Infant', serif;
  }
  .lore_box .pagination {
    position: relative;
    background: none;
    text-align: center;
    font-style: normal;
    margin: 15px 0 0 0;
    min-height: 0;
  }
  .lore_box .pagination ul li {
    display: inline;
    padding: 0 5px;
  }
  .lore_note {
    font-size: 0.8em;
    padding: 5px 10px;
    font-style: italic;
    color: #a2817f;
  }
  .lore_texture {
    display: block;
    height: 20px;
    width: 100%;
    background: url("//the-ninth-age.com/squelettes/IMG/lore_texture.png") center 0 repeat-x;
  }
  #tri {
    margin: 0;
    text-align: center;
    border: 1px solid #F0ECE3;
    padding: 0 0 25px 0;
    background: #faf8f3;
  }
  .ass_select {
    font-size: 0.8em;
    width: auto;
  }
  .bt_orange {
    display: inline-block;
    width: 35%;
    font-size: 1.2em;
    padding: 10px 5px;
    margin: 25px 15px 0 0;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    background: #e7ab10;
    border: none;
    line-height: 1.2em;
    cursor: pointer;
    text-decoration: none;
  }
  .bt_orange:hover,
  .bt_orange:focus,
  .bt_brown:hover,
  .bt_brown:focus {
    color: #FBF8F5;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
    background: #DD6B2D;
  }
  .bt_brown {
    text-decoration: none;
    padding: 2px 10px;
    display: inline-block;
    background: #6c4b07;
    color: #fff;
  }
  .small_word .bt_brown,
  .small_word .bt_orange {
    font-size: 0.85em;
    padding: 2px 10px;
    display: inline;
    margin: 5px 0;
  }
  /* triangle */
  .sous_titre {
    cursor: pointer;
    display: inline-block;
    text-align: left;
    font-size: 1.3em !important;
    color: #c67e02 !important;
    margin: 10px 0;
    padding: 0;
  }
  .sous_titre:hover {
    color: #000 !important;
  }
  .sous_titre::before {
    content: '';
    display: inline-block;
    position: relative;
    left: 3px;
    border: 8px solid transparent;
    border-left-color: #c67e02;
    margin-right: 8px;
  }
  .sous_titre.active:before {
    left: 0;
    top: 4px;
    border-color: #c67e02 transparent transparent;
  }
  .sous_titre:hover {
    cursor: pointer;
  }
  /* Footer */
  footer {
    font-size: 0.8em;
    margin: 40px 0 0 0;
    background-color: #343b57;
    background: url("//the-ninth-age.com/squelettes/IMG/banner_default.jpg");
  }
  footer ul li {
    display: inline-block;
    color: #dce0df;
  }
  .foot_wrapper {
    padding: 20px;
  }
}
/*--- @media all---*/
/*------- =======2======= ---------*/
@media screen and (min-width: 481px) {
  /* less MEDIUM (landscape mobile) */
  #headerlogo,
  .rubtitle {
    width: 430px;
  }
  .centralText {
    margin: 0 12%;
  }
  /* Introduction */
  .title {
    font-size: 1.6em;
    line-height: 0.9em;
  }
  .flexContainer {
    display: flex;
    width: 100%;
  }
  .col-sm {
    display: inline;
  }
  /* strcuture */
  .oneline {
    width: 25%;
  }
  .third {
    width: 33%;
  }
  .flag a span.title {
    text-align: center;
    padding: 0 10px;
    margin: 8px 0 15px 0;
  }
  .flag a img {
    max-width: 70%;
    min-width: 52%;
  }
  .flag a img.reduce {
    max-width: 60%;
    float: none;
  }
  .flag a img.increase {
    max-width: 85%;
  }
  .flag a p {
    text-align: center;
  }
  /*army*/
  .armyContainer {
    width: 33%;
  }
  #miniatures {
    height: 160px;
  }
  #worldmap {
    height: 160px;
  }
  .limitsize {
    min-height: 256px;
  }
  .limitsize .texture {
    min-height: 256px;
  }
}
/*--- @media 481px---*/
/*------- =======3======= ---------*/
@media screen and (min-width: 641px) {
  /* MEDIUM (landscape mobile & tablet) */
  #headerlogo {
    padding: 20px 0 0 0;
    width: 470px;
  }
  .rubtitle {
    width: 420px;
  }
  #factiontitle {
    padding: 120px 0 0 0;
  }
  .headerimg {
    width: 100%;
    background-size: 100%;
  }
  #mediumhead {
    background-size: 130%;
  }
  #top_logo {
    position: fixed;
    top: 15px;
    left: 30px;
    z-index: 99;
  }
  #top_logo img {
    height: 25px;
  }
  .headerTitle {
    padding: 80px 0 0 0;
    font-size: 3.6em;
  }
  /* navbar */
  #burger_menu {
    display: none;
  }
  #menu {
    display: block;
    /*ss_menu*/
  }
  #menu li.list-item {
    display: inline-block;
    background-color: transparent;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  #menu li.list-item a.link-item {
    font-size: 0.7em;
    padding: 18px 7px;
    display: inline-block;
    margin: 0;
  }
  #menu li.bg_black:hover {
    background-color: #000000;
  }
  #menu li.has_ssmenu .ssmenu {
    position: absolute;
    left: 0;
    width: 100%;
  }
  #menu li.has_ssmenu .ssmenu li {
    width: 45%;
  }
  #menu li.has_ssmenu .ssmenu li a.link-item {
    padding: 8px 5px 8px 15px;
  }
  #menu li.has_form {
    padding: 0;
  }
  /* contenu */
  .col1 {
    padding: 0 0 0 14%;
  }
  .col3 {
    padding: 0 14% 0 0;
  }
  .oneline {
    width: 20%;
  }
  /* Introduction */
  .centralText {
    margin: 0 16%;
  }
  .paragraph p {
    text-align: justify;
  }
  .text-center .paragraph p {
    text-align: center;
  }
  /* The Scroll */
  .grid-container {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 2fr;
    grid-template-areas: "featured_post post_1 post_2" "featured_post post_3 post_4";
  }
  /*recruit*/
  .flexgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-row-gap: 2em;
    grid-column-gap: 2em;
  }
  .flexbox .flagflex {
    width: 8%;
  }
  .flexbox .descripflex {
    width: 17%;
  }
  .flexbox .flexi .flag_descriptif {
    font-size: 0.8em;
  }
  .teambox {
    margin: 0 0 20px 0;
  }
  .team_title {
    font-size: 1em;
  }
  /*army*/
  .armyContainer {
    width: 25%;
  }
  /* Parallax image */
  #miniatures {
    height: 200px;
    background-size: 110%;
  }
  #worldmap {
    height: 200px;
    background-size: 110%;
  }
  .limitsize {
    min-height: 270px;
  }
  .limitsize .texture {
    min-height: 270px;
  }
}
/*--- @media 641---*/
/*------- =======4======= ---------*/
@media screen and (min-width: 991px) {
  /* LARGE (landscape tablet & small desktop screen) */
  h2 {
    margin-bottom: 2%;
  }
  a:hover {
    transition: color 0.5s;
  }
  .headerTitle {
    font-size: 4.2em;
  }
  /* Header */
  #headerlogo {
    padding: 50px 0 0 0;
    width: 580px;
  }
  #top_logo {
    display: block;
  }
  .rubtitle {
    width: 520px;
  }
  #factiontitle {
    padding: 180px 0 0 0;
  }
  .headerimg {
    height: 70%;
    max-height: 470px;
  }
  #smallhead {
    max-height: 240px;
  }
  #mediumhead {
    background-size: 100%;
    max-height: 300px;
  }
  /* Introduction */
  .armyHR {
    margin: 60px 0 40px 0;
  }
  .armyHR img {
    height: 60px;
    margin: -30px 0 0 0;
  }
  /* Parallax image */
  #miniatures {
    height: 280px;
    background-size: 110%;
  }
  #worldmap {
    height: 280px;
    background-size: 110%;
  }
  /* ss_menu */
  #menu li.has_ssmenu .ssmenu li {
    width: 29%;
  }
  #menu li.has_form {
    position: absolute;
    padding: 0;
    top: 16px;
    right: 3%;
  }
  #menu li.list-item a.link-item {
    font-size: 0.9em;
    padding: 18px 15px;
  }
  /*recruit*/
  .flexbox .flexi .flag_descriptif {
    font-size: 1em;
  }
  .team_title {
    font-size: 1.4em;
  }
  .team_presentation p,
  .team_skills p {
    font-size: 0.8em !important;
  }
  /* Armies */
  #theWorldText {
    text-align: center;
  }
  .armies a:hover,
  #thescroll a:hover {
    color: #e7ab10;
  }
  .armyText {
    padding: 10px 0 0 0;
    font-size: 1em;
    line-height: 1em;
  }
  .armyImage,
  .scroll {
    transition: 0.5s ease;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
  }
  .middle {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0);
  }
  .middle img {
    display: inline-block;
    height: 55px;
  }
  .armyContainer:hover .armyImage,
  .scrollItem:hover .scroll {
    opacity: 0.25;
  }
  .armyContainer:hover .wrapper,
  .scrollItem:hover .wrapper {
    background-color: rgba(0, 0, 0, 0.95);
  }
  .armyImage::after,
  .scroll::after {
    opacity: 0.9;
  }
  .armyContainer:hover .middle,
  .scrollItem:hover .middle {
    opacity: 1;
  }
  #introductionText {
    margin: 0;
  }
  .centralText {
    margin: 0;
  }
  .columns {
    width: 100%;
  }
  .col1 {
    margin-top: 50px;
    order: 1;
    width: 20%;
    padding: 0;
  }
  .col1 .title {
    font-size: 1.4em;
  }
  .col2-inner-full {
    margin: 0 25px;
  }
  .col2 {
    order: 2;
    width: 60%;
  }
  .col_centre {
    width: 65%;
  }
  .oneline {
    width: 16.5%;
  }
  .col3 {
    margin-top: 50px;
    width: 20%;
    padding: 0;
  }
  .col3 .title {
    font-size: 1.4em;
  }
  .flag {
    margin: 5px 20px 15px 20px;
  }
  .flat {
    margin: 25px 0 !important;
  }
  .limitsize {
    min-height: 250px;
  }
  .limitsize .texture {
    min-height: 250px;
  }
  .double_line {
    font-size: 1em;
  }
  /*factions*/
  .lore_box .column {
    column-count: 2;
  }
  .lore_box p.pagination {
    column-count: 1;
  }
  .lore_container h4 {
    color: #482b21;
  }
}
/*--- @media 991---*/
/*------- =======5======= ---------*/
@media screen and (min-width: 1200px) {
  /* XLARGE (desktop screen ) */
  #top_logo img {
    height: 36px;
  }
  #headerlogo {
    width: 690px;
    padding: 30px 0 0 0;
  }
  .rubtitle {
    width: 600px;
  }
  #factiontitle {
    padding: 225px 0 0 0;
  }
  .headerTitle {
    padding: 155px 0 0 0;
    font-size: 4.6em;
  }
  /* Introduction */
  .moyen {
    font-size: 0.9em !important;
  }
  .headerimg {
    max-height: 570px;
  }
  #smallhead {
    max-height: 360px;
  }
  #mediumhead {
    max-height: 420px;
  }
  #introduction {
    margin: 10px 0 0 0;
  }
  .centralText {
    margin: 0;
  }
  a.ico_link {
    font-size: 0.9em;
  }
  .armyHRfull {
    background: url("//the-ninth-age.com/squelettes/IMG/separateur_large_full.png") center 0 no-repeat;
  }
  .armyHR {
    background: url("//the-ninth-age.com/squelettes/IMG/separateur_large.png") center 0 no-repeat;
  }
  .armyHR img {
    height: 80px;
    margin: -40px 0 0 0;
  }
  .limitsize {
    min-height: 278px;
  }
  .limitsize .texture {
    min-height: 278px;
  }
  .oneline {
    width: 14.2%;
  }
  .double_line {
    font-size: 1em;
    min-height: 2.6em;
    display: block;
  }
  /* navbar */
  nav {
    min-height: 64px;
  }
  #menu li.list-item a.link-item {
    padding: 23px 15px;
    font-size: 0.9em;
  }
  /* ss_menu */
  #menu li.has_ssmenu .ssmenu li {
    width: 23%;
  }
  #menu li.has_ssmenu .ssmenu li a.link-item {
    font-size: 0.78em;
  }
  #menu li.has_form {
    position: absolute;
    top: 20px;
    right: 3%;
  }
  /* Recruit */
  .team_contact {
    align-self: end;
    grid-column-start: span 3;
    grid-column-end: auto;
  }
  .team_title {
    font-size: 1.6em;
  }
  /* Armies */
  .middle {
    top: 40%;
  }
  .middle img {
    height: 65px;
  }
  .armyText {
    font-size: 1.2em;
  }
  /* Parallax image */
  #miniatures {
    /*height: 30%; */
    height: 300px;
  }
  #worldmap {
    /*height: 30%; */
    height: 300px;
  }
  .documents_portfolio {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 5px 0 0 0;
  }
  .col2-inner-full {
    margin: 0 35px;
  }
}
/*--- @media 1200---*/
/*------- =======6======= ---------*/
@media screen and (min-width: 1441px) {
  /* XXLARGE (large desktop screen) */
  .headerTitle {
    font-size: 5.4em;
  }
  #headerlogo {
    width: 770px;
    padding: 50px 0 0 0;
  }
  .rubtitle {
    width: 680px;
  }
  .headerTitle {
    padding: 120px 0 0 0;
  }
  /* Introduction */
  .columns {
    padding: 0;
    margin-bottom: 0;
    max-width: 400px;
  }
  .paragraph p {
    line-height: 1.4em;
  }
  /* ss_menu */
  #menu li.has_ssmenu .ssmenu li {
    width: 22%;
  }
  #menu li.has_ssmenu .ssmenu li a.link-item {
    font-size: 0.9em;
  }
  /* The Scroll */
  #archives {
    width: 100%;
    padding-right: 3%;
    font-size: 1.5em;
  }
  /* Armies */
  .middle {
    top: 45%;
  }
  .middle img {
    height: 75px;
  }
  .armyText {
    font-size: 1.3em;
  }
  .armyHR {
    margin: 75px 0 50px 0;
  }
  .armyHR img {
    height: 90px;
    margin: -45px 0 0 0;
  }
  .flag {
    margin: 15px 40px 35px 40px;
  }
  /* Parallax image */
  #miniatures {
    height: 330px;
  }
  #worldmap {
    height: 330px;
  }
  .limitsize {
    min-height: 316px;
  }
  .limitsize .texture {
    min-height: 316px;
  }
  .col1 .title {
    margin-top: 80px;
    font-size: 1.6em;
  }
  .col2-inner {
    font-size: 1.2em;
    max-width: 884px;
  }
  .col2-inner-full {
    margin: 0 45px;
  }
  .col3 .title {
    margin-top: 80px;
    font-size: 1.6em;
  }
  /* lore */
  .lore_container {
    font-size: 0.85em;
  }
  /* Join team */
  .team_presentation p,
  .team_skills p {
    font-size: 0.9em !important;
  }
}
/*--- @media 1441---*/
/*------- =======7======= ---------*/
@media screen and (min-width: 1681px) {
  /* more XXLARGE (ultra large desktop screen).  */
  /* Home 3box */
  .flag a img.reduce {
    max-width: 50%;
  }
  /* Armies */
  .middle img {
    height: 95px;
  }
  .armyText {
    font-size: 1.4em;
  }
  .armyHR {
    margin: 80px 0 50px 0;
  }
  .armyHR img {
    height: 100px;
    margin: -50px 0 0 0;
  }
  .col1,
  .col3 {
    margin-top: 65px;
  }
  .col2-inner-full {
    margin: 0 55px;
  }
  /* Flex grid - recruit 
.flexgrid{
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
}*/
  /* Parallax image */
  #miniatures {
    height: 390px;
  }
  #worldmap {
    height: 390px;
  }
  .texture .spanblock {
    margin: 0 auto;
    width: 80%;
  }
  .col1 .title {
    font-size: 1.8em;
  }
  .col3 .title {
    font-size: 1.8em;
  }
}
/*--- @media 1681---*/
/*------- =======8======= ---------*/
@media screen and (min-width: 1821px) {
  /* more XXLARGE (ultra large desktop screen).  */
  .title {
    font-size: 1.9em;
    line-height: 1em;
  }
  .limitsize {
    min-height: 336px;
  }
  .limitsize .texture {
    min-height: 336px;
  }
  .col2-inner {
    max-width: 968px;
  }
  /* Armies */
}
/*--- @media 1681---*/
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS hack : specific to iOS devices */
}
/*--- IOS specific---*/
