.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;
  padding: 0 10px;
}

@media screen and (min-width: 700px) {
  p {
    font-size: 12px;
  }
}
@media screen and (min-width: 950px) {
  p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

.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;
}

header {
  padding: 0 !important;
  margin-bottom: 20px;
}

.mailLink:link {
  color: #A88C4A;
}
.mailLink:visited {
  color: #A88C4A;
}
.mailLink:hover {
  color: #D9DDE3;
}

p {
  font-size: 14px;
}

.contact {
  background-color: #0F0F0F;
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
.contact-information {
  background-image: linear-gradient(to bottom, #2A2A2A 35%, #101010 100%);
  border: 1.5px solid #A88C4A;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 10px 0;
}
.contact-discord {
  background-image: linear-gradient(to bottom, #2A2A2A 35%, #101010 100%);
  border: 1.5px solid #A88C4A;
  border-radius: 20px;
  padding: 10px 0;
}
.mainContent-discordButton {
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  gap: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(135deg, #5865F2 0%, #7289DA 35%, #8EA1FF 65%, #5865F2 100%);
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 6px 20px rgba(88, 101, 242, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  transition: all 0.25s ease;
}
@media screen and (min-width: 700px) {
  .mainContent-discordButton {
    padding: 14px 28px;
  }
}
@media screen and (min-width: 900px) {
  .mainContent-discordButton {
    padding: 7px 14px;
  }
}
@media screen and (min-width: 1100px) {
  .mainContent-discordButton {
    padding: 14px 28px;
  }
}
.mainContent-discordButton i {
  font-size: 1.5rem;
}
@media screen and (min-width: 700px) {
  .mainContent-discordButton i {
    font-size: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .mainContent-discordButton i {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .mainContent-discordButton i {
    font-size: 2rem;
  }
}
.mainContent-discordButton:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(88, 101, 242, 0.55), inset 0 1px 2px rgba(255, 255, 255, 0.35);
}
.mainContent-discordButton:active {
  transform: translateY(0);
}
.mainContent-discordButton-link {
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}/*# sourceMappingURL=contact.css.map */