/* HEADER */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
  }

header {


    background-color: rgb(246, 229, 243);


}


.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    
}


.logo {

    text-align: left;
    padding: 5px;
    border-radius: 10px;
}

.ulOne {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

li {
    list-style: none;
    padding: 10px;
}

.navlien {
    text-decoration: none;
    color:black;
}


/* MAIN */

main {
    background-color: rgb(242, 163, 237);
}


/* PARTIE 2 + H1 + Bannière */

.titleOne {
    text-align: center;
    font-size: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
}


.baniere {
    display: block;
    width: 100vw;           /* largeur = 100% de la fenêtre */
    height: auto;
    padding-top: 5px;
    margin: 0;
    object-fit: cover;  
}


/* Section1 H2 */


.titleh2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* sectionOneFlex   FLEX1 */



.sectionOneFlex  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(251, 247, 237);
}

.imgSection1 {
    padding: 10px;
    border-radius: 20px;

}



.divSectionOne {
    flex: 1;
}

.sectionOneh3 {
    text-align: center;
    line-height: 2;
    padding: 10px;


}

.sectionOneP {
    text-align: center;
    line-height: 2;
    background-color: mediumturquoise;
    text-align: center;
    padding: 10px;
    font-weight: 55O;

}



h4 {
    background-color: mediumturquoise;
    text-align: center;
    padding: 10px;
    line-height: 2;
}

.paraOne {
    text-align: center;
    padding: 10px;
    line-height: 2;
    font-weight: 500; 
   
}


/* SECTION TWO TOKENOMIQUE */


.divSectionTwo {
    background-color: rgb(251, 247, 237);
}

.sectionTwoh3 {
    text-align: center;
    background-color: mediumturquoise;
    padding: 10px;
}


.paraTwo {
    text-align: center;
    padding: 10px;
    line-height: 3;
    font-weight: 500; 

}
    

/* PARTIE 3  */

.bandeau {
    background-color: #fefdfa;
    height: 10px;
    width: 100%;

}

.paraThree {
    background-color: rgba(237, 251, 250, 0.958);
    text-align: center;
    padding: 10px;
    line-height: 3; 
    font-weight: 500;
}



.baniereTwo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain; /* ou "cover" selon le rendu souhaité */
    margin: 0 auto;
}




/* FOOTER */



footer {
    background-color: rgb(251, 247, 237);

}

footer h3 {
    padding: 0px;
}



.gridfooter {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;

}


.lione {
    color: black;
    text-decoration: none;
    padding-top: 10px;
    padding-left: 10px;

}

.litwo {
    color: black;
    text-decoration: none;
    padding-top: 10px;
}

.footthree  {
    color: black;
    text-decoration: none;
    padding: 10px;
}

.paraFooter {
    color: black;
    padding-top: 20px;
    padding: 10px;
    
}




/*  BUTTON   */

.claim {
    padding: 10px;
    font-size: 35px;
    font-weight: 500;
}


.button {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 30px;

}

.boop-button {
    
    background-color: red;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 40px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.5);
}

.boop-button:hover {
    transform: scale(1.1);
    background-color: darkred;
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.7);
}

.boop-button:active {
    transform: scale(0.95);
}

.reaction {

    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
/*  bouton Connect */


#connectButton {
    background-color: #3498db; /* Bleu Base Network */
    color: white;
    font-weight: bold;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.7);
}

#connectButton:hover {
    background-color: #2980b9;
    box-shadow: 0 0 15px rgba(41, 128, 185, 0.9);
    transform: scale(1.05);
}

#connectButton:disabled {
    background-color: grey;
    cursor: not-allowed;
    box-shadow: none;
}





/*  section whitepaper and roadmap */

.paraOtherPage {
    background-color: rgba(237, 251, 250, 0.958);
    text-align: center;
    padding: 10px;
    line-height: 3; 
    font-weight: 500;
}



.titleh2w {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(46, 197, 205);
}

/* section portable */



@media (max-width: 768px) {
    .menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .ulOne {
        flex-direction: column;
        width: 100%;
    }

    .liOne {
        margin: 10px 0;
        width: 100%;
    }

    .navConnect {
        width: 100%;
    }
}

/* Merriweather */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/merriweather-v31-latin-regular.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/merriweather-v31-latin-700.woff2') format('woff2');
    font-display: swap;
  }
  
  /* Roboto */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/roboto-v47-latin-regular.woff2') format('woff2');
    font-display: swap;
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/roboto-v47-latin-700.woff2') format('woff2');
    font-display: swap;
  }
  
  /* Utilisation */
  body {
    font-family: 'Roboto', sans-serif;
  }
  
  h1, h2, h3 {
    font-family: 'Merriweather', serif;
  }
  

 