body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: url("https://game.nftpanda.space/static/media/bg-new-top.67a6866d662e9d101da2.webp");
    background-size: cover;
    width: 100%;
    }
/* <------- header -------> */
.general-head {
  display: flex;
  justify-content: center;
  margin: 20px;
  flex-direction: column;
  
}

.bam-wax {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.head-price {
  margin: 0 20px;
  border: 1px solid;
  border-radius: 50px;
  background-color:#D2B48C ;
  padding: 20px;

}

.btn-selection {
  display: flex;
  justify-content: center;
  margin: 20px;
  
}

.btn {
  margin: 0 20px;
  border: 1px solid;
  border-radius: 40px;
  background-color:#D2B48C ;
  padding: 20px;
  cursor: pointer;
  box-shadow: 0 6px #a38b6c;
}
.btn:hover {
  box-shadow: 0 4px #a38b6c;
  top: 2px;
}

.btn:active {
  box-shadow: 0 0px #a38b6c;
  top: 6px;
}

a:link{
  text-decoration: none;
  color: #000;
}

a:visited{
  color: #000;
}

.selector-run{
  display: flex;
  justify-content: center;
}
.selector1{
  font-size: 30px;
  margin: 10px 15px 0 15px ;
}

.commentary{
    position: absolute;
    top: 50%;
    left: 20%;
    background-color: #D2B48C;
    width: 60%;
    font-size: 30px;
  }

.commentary1 {
  
  text-align: center;
  
}

.adress {
  font-weight: bold;
  text-decoration: underline;
}


/* <------- Catégories -------> */

.banner-heading { 
    display: flex;
    justify-content: center; 
    text-align: center;
    background-color: #90571e; /* Couleur de fond du bandeau */
    color: #000000; /* Couleur du texte à l'intérieur du bandeau */
    padding: 10px; /* Espacement intérieur du bandeau */
    width: 50%;
    border-radius: 40px;
    margin-left: 24%;
    margin-bottom: 50px;
    margin-top: 50px;
    
}

.all-block {
  display: flex;
  flex-direction: column;
}

.first-block {
  display: flex;
  border-radius: 30px;
  flex-direction: column;
  background-color: #D2B48C;
  width: 70%;
  margin-left: 14%;
  margin-bottom: 50px;
  

}

.block {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
} 

.second-block{
    display: flex;
    align-items: center;
    font-size: 30px;
    margin-left: 13%;
}

select{
  font-size: 25px;
  
}

.img-price{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;

}

.third-block {
    display: flex;
    justify-content: center;
    width: 70%;
}

.block-line{
  display: flex;
  flex-direction: column;
  margin: 5px 40px 5px 40px ;
  align-items: center;
  justify-content: center;
  width: 40%;
}

.title-line{
    text-align: center;
    font-size: 25px;
    font-weight: 900;
}

.line{
  font-size: 20px;
  margin-bottom: 20px;
}

.name {
    text-align: center;
    color: #000;
    font-size: 35px;
    margin-right: 35%;

}

.block img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
  }
/* Styles CSS pour le sélecteur */
.block select {
    margin-top: 10px;
} 


.all-blocks-ressource{
  display: flex;
  margin-left: 7%;
  flex-wrap: wrap;
  justify-content: center;
  
  
  
}
.block-ressource{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin: 10px 10px;
  flex-direction: column;
  align-content: center;
  background-color: #D2B48C; 
    
  }

.img-ressources {
  margin-bottom: 20px;
  width: 40%;
}

.selector-gem{
  margin: 15px 0;
}

.span-element{
  margin-left: 30px;
  font-weight: bold;
}
.img-jewel{
   margin-bottom: 20px;
  width: 70%;
  image-rendering: optimizeSpeed;
}





.atomic {
    text-align: center;
    background-color: rgb(55, 104, 194);
    display: inline-block;
    padding: 5px;
    color: black;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 7px rgb(11, 22, 44);
  }

  .atomic:hover {
  box-shadow: 0 5px rgb(11, 22, 44);
  top: 2px;
}
.atomic:active {
  box-shadow: 0 0px rgb(11, 22, 44);
  top: 6px;
}

.craft {
    text-align: center;
    background-color: rgb(12, 151, 12);
    display: inline-block;
    padding: 5px;
    color: black;
    font-weight: bold;
    border-radius: 10px;
  }
  
.selector {
    width: 120px; /* Adjust the width to your desired size */
  height: 25px; /* Adjust the height to your desired size */
  font-size: 16px; /* Adjust the font size to your desired size */
}



.roi {
    text-align: center;
    background-color: rgb(228, 214, 110);
    display: inline-block;
    padding: 5px;
    color: rgb(137, 0, 0);
    font-weight: bold;
    border-radius: 10px;
  }

.price{
    background-color: #D2B48C;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: calc(16.66% - 20px); /* Adjust the width based on the desired spacing */
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  

.version{
    color: white;
  }