@import url(https://fonts.googleapis.com/css?family=Climate+Crisis);
@import url(https://fonts.googleapis.com/css?family=Signika+Negative);

html {  
  height: 100%;
  width: 100%;
}

ol, ul{
  list-style: none;
}

body {
  background-color: #3C3744;
}
  
h1{
  padding: 0 0 20px 0;
  color: #FFF;
  text-align: center;
  font-family: "Climate Crisis", sans-serif;
  border-bottom: 2px solid silver;
  letter-spacing: 3px;
  text-decoration: none;
}

#test{
  padding: 0 0 20px 0;
  color: #FFF;
  text-align: center;
  font-family: "Climate Crisis", sans-serif;
  letter-spacing: 3px;
  text-decoration: none;
}

.linkh2 { 
  color: #FFFF; 
  text-decoration: none;
  position: sticky;
}

.linkh2:hover{
  text-decoration: none;
}
#discord_login {
  padding: 14px;
  text-decoration: none;
  background: #7289da;
  color: #303030;
  border-radius: 8px;
  cursor: pointer;
  transition: ease-in-out .5s;
  border: none;
}

#discord_login:hover{
  scale: 1.1;
  background-color: #7278da;
}

.menu-label, 
.menu-cb {
  z-index: 6;
  appearance: none;
  position: fixed;
  width: 32px;
  height: 32px;
  top: 25px;
  left: 30px;
  cursor: pointer;
}

.menu-item{
  padding: 15px;
  border-radius: 8em;
}

.menu-item:hover{
  background-color: #8C8C8C;
  cursor: pointer;
  border-radius: 8px;
}

.menu-lien{
  text-decoration: none;
  color: #ffff;
  font-weight: 200;
}
.menu-lien:hover{
  text-decoration: underline;
  color: #00f;
  
}
.menu-nav{
  z-index: 4;
  padding-top: 80px;
  position: fixed;
  top: 0px;
  left: -400px;
  height: 100%;
  width: 90%;
  max-width: 250px;
  text-align: left;
  background-color: #1e2124;
  display: flex;
  font-size: 20px;
  color: #fff;
  
  font-family: "Signika Negative", sans-serif;
  transition: ease-in-out .5s;
  border-radius: 8px;
}

.menu-cb:checked ~ .menu-nav {
  transform: translateX(400px);
  display: block;
}

#home {
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 3;
  background-color: #3C3744;
}

.question{
  padding-top: 10%;
}

h2{
  font-family:  "Signika Negative", sans-serif;
  font-size: 30px;
  color: #fff;
  padding: 2px;
  letter-spacing: 2px;
  border-bottom: 2px solid silver;
  margin-left: 20%;
  width: 62%;
}

.question h3{
  font-family:  "Signika Negative", sans-serif;
  font-size: 25px;
  color: #fff;
  padding: 2px;
  margin-left: 3%;
}

.question section{
  margin-left: 17%;
  margin-top: 3%;
}

.question p{
  font-family:  "Signika Negative", sans-serif;
  font-size: 20px;
  color: #b6b6b6;
  padding: 2px;
  margin-left: 3%;
}

#home {
  margin-left: -20px;
  color: #fff;
  text-decoration: none;
}

#question {
  border-left: 2px solid silver;
}

/*Le footer*/
footer {
  margin-top: 4%;
  background-color: #333;
  color: #fff;
  padding: 20px 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.social-media {
  margin-right: 20px;
  list-style: none; /* Suppression des puces */
}

.footer-container a, p{
  color: #b6b6b6;
  font-family: "Signika Negative", sans-serif;
}

.social-link {
  color: #fff;
  text-decoration: none;
  display: flex; /* Utilisation de flexbox pour aligner les icônes et le texte */
  align-items: center; /* Alignement vertical */
  margin-bottom: 10px; /* Espacement entre chaque élément de la liste */
}

.footer-info p {
  margin: 5px 0;
}