/*
  Le projet All in One est un produit Xelyos mis à disposition gratuitement
  pour tous les serveurs de jeux Role Play. En échange nous vous demandons de
  ne pas supprimer le ou les auteurs du projet.
  Created by : Xelyos - Aros
  Edited by :
*/

/* PC */

nav {
  position: fixed;
  left: 3%;
  top: 47%;
  border-radius: 10px;
  background-color: var(--background);
  padding: 1% 1% 1% 1%;
}

nav a {
  display: block;
  padding-top: 1%;
  text-decoration: none;
  color: #000;
  font-size: 1.1em;
}

nav a:hover {
  color: var(--Text);
}

nav p {
  font-weight: bold;
  text-decoration: underline;
  color: #103469;
  font-size: 1.2em;
}

.contenu {
  display: block;
  margin: 1% 20% 1% 20%;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #EDEFF5;
  text-align: center;
}

.contenu h1 {
  padding-top: 1%;
  padding-left: 2%;
  color: #103469;
}

.contenu h2 {
  text-align: left;
  padding-top: 1%;
  padding-left: 2%;
  color: #103469;
  text-decoration: underline;
}

.contenu h3 {
  text-align: left;
  margin-bottom: -2%;
  padding-left: 2%;
  text-decoration: underline;
}

.contenu p {
  padding: 0 4% 2% 4%;
  text-align: justify;
  font-size: 1.5em;
}

.contenu a {
  padding: 0% 2% 2% 2%;
  text-align: center;
  font-size: 1.25em;
  color: #000;
}

.contenu a:hover {
  color: #103469;
  text-decoration: underline;
}

/* Lien d'invitation discord */
.contenu .discord {
  margin-top: 5%;
}

.contenu .discord a img {
  width: 20%;
  height: auto;
}

.contenu li {
  text-align: justify;
  list-style-type: none;
  font-size: 1.5em;
  margin: 0 2.5% 1% 2.5%;
}

.contenu li li {
  font-size: 1em;
  margin-bottom: 0.5%;
}

.contenu li li strong {
  font-style: italic;
}

/* Loi Miranda */
.miranda p {
  text-align: center;
  font-size: 1.25em;
  font-style: oblique;
}

.miranda p strong {
  text-align: center;
  font: italic small-caps bold 16px/2 cursive;
  color: #A81616;
  text-decoration: underline;
}
