.metamorphous-regular {
  font-family: "Metamorphous", serif;
  font-weight: 200;
  font-style: normal;
}

body {
  background-color: #0F0F0F;
  color: white;
  margin: 0 auto;
  max-width: 1920px;
  font-family: "Inter", sans-serif;
}

h1 {
  font-family: "Metamorphous", serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #D9DDE3;
  margin: 15px 0 15px 0;
}
@media screen and (min-width: 450px) {
  h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 950px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 14px;
  font-family: "Metamorphous", serif;
  text-transform: uppercase;
  margin-top: 0;
}
@media screen and (min-width: 450px) {
  h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 700px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 950px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 28px;
  }
}

p {
  font-size: 10px;
}
@media screen and (min-width: 700px) {
  p {
    font-size: 12pxpx;
  }
}
@media screen and (min-width: 950px) {
  p {
    font-size: 14pxpx;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16pxpx;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #202020;
  padding-bottom: 20px;
}
.header-banner {
  width: 100%;
  aspect-ratio: 1603/519;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("/image/RoleTheDice.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 787px) {
  .header-banner {
    aspect-ratio: auto;
    height: 250px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 1050px) {
  .header-banner {
    aspect-ratio: auto;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-image: url("/image/bannierePC.png");
  }
}
.header-banner-logout {
  position: absolute;
  text-align: center;
  top: 10px;
  right: 10px;
  background-color: #202020;
  border-radius: 5px;
  border: none;
  color: white;
  padding-left: 10px;
  font-size: 18px;
  cursor: pointer;
}
.header-banner-socials {
  display: flex;
  margin-right: 15px;
  margin-bottom: 5px;
}
.header-banner-socials-link {
  width: 18px !important;
  height: 18px !important;
  margin-left: 5px;
}
@media screen and (min-width: 450px) {
  .header-banner-socials-link {
    width: 20px !important;
    height: 20px !important;
  }
}
@media screen and (min-width: 550px) {
  .header-banner-socials-link {
    width: 22px !important;
    height: 22px !important;
    margin-left: 8px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 650px) {
  .header-banner-socials-link {
    width: 24px !important;
    height: 24px !important;
  }
}
@media screen and (min-width: 750px) {
  .header-banner-socials-link {
    width: 28px !important;
    height: 28px !important;
  }
}
@media screen and (min-width: 850px) {
  .header-banner-socials-link {
    width: 32px !important;
    height: 32px !important;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .header-banner-socials-link {
    width: 36px !important;
    height: 36px !important;
    margin-left: 15px;
  }
}
.header-navbar {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 10px;
}
.header-navbar-item {
  display: flex;
  align-items: center;
  gap: 2px;
}
.header-navbar-item-icon {
  font-size: 14px;
  margin-left: 5px;
}
@media screen and (max-width: 399px) {
  .header-navbar-item-icon {
    display: none !important;
  }
}
@media screen and (min-width: 450px) {
  .header-navbar-item-icon {
    font-size: 16px;
  }
}
@media screen and (min-width: 550px) {
  .header-navbar-item-icon {
    font-size: 18px;
  }
}
@media screen and (min-width: 700px) {
  .header-navbar-item-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 850px) {
  .header-navbar-item-icon {
    font-size: 22px;
  }
}
.header-navbar-item-label {
  font-size: 12px;
  margin-right: 5px;
}
.header-navbar-item-label:hover {
  text-decoration-line: underline;
  text-decoration-color: #D9DDE3;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
@media screen and (min-width: 450px) {
  .header-navbar-item-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 550px) {
  .header-navbar-item-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 700px) {
  .header-navbar-item-label {
    font-size: 18px;
  }
}
@media screen and (min-width: 850px) {
  .header-navbar-item-label {
    font-size: 20px;
  }
}

nav a:link {
  color: #9FA4A9;
  text-decoration: none;
}

nav a:visited {
  color: #9FA4A9;
}

nav a:hover {
  color: #D9DDE3;
}

nav a:active {
  color: #D9DDE3;
}

nav a:focus {
  color: #D9DDE3;
}

.pastille-green {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00B86B;
}

.pastille-yellow {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #cbcb25;
}

.pastille-orange {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #cd6f1d;
}

.pastille-red {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #D61F45;
}

.pastille-black {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: black;
  border: 1px solid #D9DDE3;
}

body {
  margin-left: 10px;
}

p {
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
}

h1 {
  font-size: 24px;
  margin: 20px 0px;
  text-align: center;
}

h2 {
  font-size: 22px;
  margin: 20px 0px;
}

.editor {
  background-image: linear-gradient(to bottom, #2A2A2A 20%, #101010 100%);
  border: 1.5px solid #A88C4A;
  border-radius: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.host {
  background-image: linear-gradient(to bottom, #2A2A2A 20%, #101010 100%);  border: 1.5px solid #A88C4A;
  border-radius: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

a:link {
  color: #A88C4A;
}
a:visited {
  color: #A88C4A;
}
a:hover {
  color: #D9DDE3;
}

.intellectualProperty {
  background-image: linear-gradient(to bottom, #2A2A2A 20%, #101010 100%);
  border: 1.5px solid #A88C4A;
  border-radius: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}/*# sourceMappingURL=mentionsLegales.css.map */