* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
/* header */
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000032;
  color: #fff;
  padding: 1rem;
}
header img {
  width: 100px;
  height: 100px;
}
/* nav */
nav {
  display: flex;
  position: sticky;
  top: 0;
  justify-content: center;
  background-color: #000032;
  color: #fff;
  padding: 1rem;
  z-index: 999;
}
nav ul {
  display: flex;
  list-style: none;
}
nav ul li {
  margin: 0 1rem;
}
nav ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.2s;
}
nav ul li a:hover {
  color: #749cb2;
  transition: 0.2s;
}
nav ul li a.active {
  color: #749cb2 !important;
  font-weight: bold !important;
}
/* main */
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#burger {
  display: none;
}
#menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#menu li {
  list-style: none;
}
#menu li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
#menu li a:hover {
  color: #749cb2;
}
@media screen and (max-width: 768px) {
  #burger {
    display: block;
    cursor: pointer;
  }
  #burger div {
    width: 35px;
    height: 5px;
    background-color: #fff;
    border-radius: 100px;
    margin: 6px 0;
    transition: 0.4s;
  }
  #menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: fit-content;
    background-color: #000019;
    z-index: 1;
  }
  #menu li {
    margin: 1rem 0;
  }
  #menu li a {
    color: #fff;
    font-size: 1rem;
  }
  #menu li a:hover {
    color: #749cb2;
  }
  #menu.active {
    display: flex;
  }
}
#presentation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000032;
  color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 400px;
}
#presentation #rplaceFR-Banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#presentation #rplaceFR-Banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#presentation #rplaceFR-Banner source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 0;
  margin: 50px 0;
}
.block-container h2 {
  font-size: 3rem;
  padding: 0;
  margin: 10px;
}
.block-container h3 {
  font-size: 1.5rem;
  padding: 0;
  margin: 10px;
}
.block-container p {
  font-size: 1.2rem;
  padding: 0;
  margin: 10px;
}
.block-container a {
  display: block;
  margin: 1rem;
  padding: 1rem;
  width: 300px;
  border: 1px solid #000;
  border-radius: 100px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  transition: 0.2s;
}
hr {
  width: 50%;
  margin: 1rem;
}
#bots a:hover {
  background-color: #2351a6;
  border: 1px solid #2351a6;
  color: #fff;
  transition: 0.2s;
}
#end a:hover {
  background-color: #2351a6;
  border: 1px solid #2351a6;
  color: #fff;
  transition: 0.2s;
}
#discord a:hover {
  background-color: #525dea;
  border: 1px solid #525dea;
  color: #fff;
  transition: 0.2s;
}
#subreddit a:hover {
  background-color: #ff4500;
  border: 1px solid #ff4500;
  color: #fff;
  transition: 0.2s;
}
#relations a:hover {
  background-color: #0f9d58;
  border: 1px solid #0f9d58;
  color: #fff;
  transition: 0.2s;
}
#stream {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  max-width: 1440px;
  grid-gap: 20px;
  margin: 50px 0;
}
#stream h2 {
  grid-column: 1 / 5;
  font-size: 3rem;
  padding: 0;
  margin: 10px;
  text-align: center;
}

#stream p {
  grid-column: 1 / 5;
  font-size: 1.2rem;
  padding: 0;
  margin: 10px;
  text-align: center;
}
#stream .streamer {
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
#stream .streamer a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  transition: 0.2s;
  background-color: #0e0e10;
}
#stream .streamer a:hover {
  filter: brightness(80%);
  transition: 0.2s;
}
#stream .streamer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
}

#stream .streamer a .streamer-name {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 0 10px 0 10px;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.2s;
}

#stream .streamer a:hover .streamer-name {
  display: block;
  transition: 0.2s;
}

#stream .streamer .live-indicator {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  animation: clignote 1s infinite;
}

@keyframes clignote {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#organisation {
  display: grid;
  margin: 0 auto;
  max-width: 1920px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 50px;
}
#organisation h1 {
  text-align: center;
  padding: 10px;
  margin: 10px;
}
#organisation-timer {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
}
#block-hiver {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  background-color: #1e90ff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
#block-printemps {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  background-color: #1e90ff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
#block-ete {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  background-color: #1e90ff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
#block-automne {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
  background-color: #1e90ff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
#timer-hiver {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  background-color: #1e90ff;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  margin: 10px;
  text-align: center;
}
#timer-printemps {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  background-color: #1e90ff;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  margin: 10px;
  text-align: center;
}
#timer-ete {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  background-color: #1e90ff;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  margin: 10px;
  text-align: center;
}
#timer-automne {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
  background-color: #1e90ff;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  margin: 10px;
  text-align: center;
}
#block-hiver:hover {
  filter: brightness(80%);
}
#block-printemps:hover {
  filter: brightness(80%);
}
#block-ete:hover {
  filter: brightness(80%);
}
#block-automne:hover {
  filter: brightness(80%);
}
@media screen and (max-width: 768px) {
  #organisation-timer {
    grid-gap: 5px;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  #organisation-timer {
    grid-gap: 5px;
  }
  h2 {
    font-size: 0.5rem;
  }
  h3 {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  /* header */
  header img {
    width: 50px;
    height: 50px;
  }
  /* nav */
  nav ul li a {
    font-size: 1rem;
  }
  /* main */
  #presentation {
    height: 300px;
  }
  #presentation-title h1 {
    font-size: 2rem;
    margin: 10px;
  }

  .block-container {
    height: 300px;
  }
  .block-container h2 {
    font-size: 2rem;
    margin: 10px;
  }
  .block-container h3 {
    font-size: 1.25rem;
    margin: 10px;
  }
  .block-container p {
    font-size: 1rem;
    margin: 10px;
  }
  .block-container a {
    width: 200px;
    font-size: 0.75rem;
  }
  #stream {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  #stream h2 {
    font-size: 2rem;
    margin: 10px;
  }
  #stream h3 {
    font-size: 1.25rem;
    margin: 10px;
  }
  #stream p {
    font-size: 1rem;
    margin: 10px;
  }
  #stream a {
    width: 200px;
    font-size: 0.75rem;
  }
}
#patreon {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 450px;
  height: 250px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  opacity: 90%;
  z-index: 100;
  display: none;
}
#patreon-content {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#patreon-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
#patreon-content p {
  font-size: 1rem;
  color: #000;
}
#patreon-content a {
  width: 200px;
  height: 50px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.2s;
}
#patreon-content a:hover {
  background-color: #f1465a;
  border: 1px solid #f1465a;
  color: #fff;
  transition: 0.2s;
}
#patreon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  background-color: #ff0000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border-radius: 0 10px 0 10px;
  cursor: pointer;
  transition: 0.2s;
}
#patreon-close:hover {
  background-color: #f1465a;
  transition: 0.2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 90%;
  }
}
@media screen and (max-width: 768px) {
  /* pop up en bas sur mobile */
  #patreon {
    width: 100%;
    height: 250px;
    bottom: 0;
    right: 0;
    border-radius: 0;
  }
  #patreon-content {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  #patreon-content h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
  }
  #patreon-content p {
    font-size: 1.25rem;
    color: #000;
  }
  #patreon-content a {
    width: 200px;
    height: 50px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s;
  }
  #patreon-content a:hover {
    background-color: #f1465a;
    border: 1px solid #f1465a;
    color: #fff;
    transition: 0.2s;
  }
  #patreon-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    background-color: #ff0000;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    border-radius: 0 0 0 20px;
    cursor: pointer;
    transition: 0.2s;
  }
}
#patreon {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 450px;
  height: 250px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  opacity: 90%;
  z-index: 100;
  display: none;
}
#patreon-content {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#patreon-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
#patreon-content p {
  font-size: 1rem;
  color: #000;
}
#patreon-content a {
  width: 200px;
  height: 50px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.2s;
}
#patreon-content a:hover {
  background-color: #f1465a;
  border: 1px solid #f1465a;
  color: #fff;
  transition: 0.2s;
}
#patreon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  background-color: #ff0000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border-radius: 0 10px 0 10px;
  cursor: pointer;
  transition: 0.2s;
}
#patreon-close:hover {
  background-color: #f1465a;
  transition: 0.2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 90%;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 90%;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  /* pop up en bas sur mobile */
  #patreon {
    width: 100%;
    height: 250px;
    bottom: 0;
    right: 0;
    border-radius: 0;
  }
  #patreon-content {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  #patreon-content h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
  }
  #patreon-content p {
    font-size: 1.25rem;
    color: #000;
  }
  #patreon-content a {
    width: 200px;
    height: 50px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s;
  }
  #patreon-content a:hover {
    background-color: #f1465a;
    border: 1px solid #f1465a;
    color: #fff;
    transition: 0.2s;
  }
  #patreon-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    background-color: #ff0000;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    border-radius: 0 0 0 20px;
    cursor: pointer;
    transition: 0.2s;
  }
}

#help {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000032;
  color: #fff;
  padding: 0;
  margin: 0;
}

#help h1 {
  font-size: 3rem;
  padding: 0;
  margin: 10px;
}

#help #help-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

#help #help-links a {
  width: 300px;
  height: 125px;
  margin: 10px;
}

#help #help-links .patreon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  padding: 1rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
}

#help #help-links .patreon i {
  font-size: 3.5rem;
  margin: 10px;
  color: #f1465a;
  transition: 0.2s;
}

#help #help-links .patreon:hover {
  background-color: #f1465a;
  border: 1px solid #f1465a;
  color: #fff;
  transition: 0.2s;
}

#help #help-links .patreon:hover i {
  color: #fff;
  transition: 0.2s;
}

#help #help-links .paypal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  padding: 1rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
}

#help #help-links .paypal i {
  font-size: 3.5rem;
  margin: 10px;
  color: #0070ba;
  transition: 0.2s;
}

#help #help-links .paypal:hover {
  background-color: #0070ba;
  border: 1px solid #0070ba;
  color: #fff;
  transition: 0.2s;
}

#help #help-links .paypal:hover i {
  color: #fff;
  transition: 0.2s;
}

#help .cancel {
  display: block;
  margin: 1rem;
  padding: 1rem;
  width: auto;
  height: auto;
  border: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  transition: 0.2s;
}

#help .cancel:hover {
  background-color: #ffffff;
  border: 1px solid #fff;
  color: #000;
  transition: 0.2s;
}
