*{
    margin : 0;
    padding : 0;
}

html{
    background-color: #080D16;
}
header{
    position: fixed;
    margin : 0;
    padding : 0;
    background-color: #121019;
    width: 100%;
    height: 64px;
}

#menu{
    border-bottom: thin solid #777160;
    height: 64px;
}

ul{
    display : flex;
    flex-direction : row;
    align-items: center;
    justify-content: space-around;
    height: 64px;
}

li{
    list-style-type:none;
}

button{
    background-color: #121019;
    border-style: none;
}

a{
    font-family: Lexend;
    text-decoration:none;
    color: #ffffff;
    font-size: 16px;
    transition: color 300ms;
}

.info{
    min-height: auto;
    width: 25%;
    background-color: #121019;
    border: thin solid #404040;
    border-radius: 10px;
}

.infooo{
    min-height: 450px;
    width: 25%;
    background-color: #121019;
    border: thin solid #404040;
    border-radius: 10px;
}

a:hover{
    color: #E7B783;
}

#log{
    background-color: #E7B783;
    color: #000000;
    font-size: 16px;
    font-family: Lexend;
    font-weight: bold;
    width: 135px;
    height: 35px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    text-transform: uppercase;
    font-family: Lexend;
    font-weight: bold;
    display: flex;
    color: #ffffff;
    justify-content: center;
    padding-top: 2%;
    font-size: 40px;
    padding-bottom: 5%;
}


.cell, .Ncell{
  border: 1px solid #404040;
  background-color: #121019;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.cell:hover {
  background-color: #E7B783;
}

.test{
    background-color: #ffffff;
}

.label, .Nlabel{
    font-family: Lexend;
    font-size: 16px;
    background-color: #080D16;
    font-weight: 200;
    color: #ffffff;
    border: none;
}

.allaccordc {
  display: grid;
  grid-template-columns: repeat(5, 60px); /* 12 colonnes de frettes + 1 colonne pour les noms */
  grid-template-rows: repeat(6, 40px);     /* 6 cordes */
  gap: 2px;
  padding-top: 3%;
  justify-content: center;
  width: auto;
}

.accord{
  display: grid;
  grid-template-columns: repeat(3, auto);   /* 3 colonnes de largeur automatique */
  justify-content: center;                  /* centre l’ensemble de la grille dans s on parent */
  gap: 80px;                                 /* espace entre les manches */
  padding: 70px;    
}

.clicked {
  background-color: #E7B783;
}

.clickedd {
  background-color: #9A5E1D;
}

.ffff{
    display:flex;
    flex-direction: row;
    gap: 30px;;
    justify-content: center;
    align-items: center;
}

h3{
    font-family: Lexend;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

footer{
    padding-bottom: 100px;

}

.pos {
  display: grid;
  grid-template-columns: repeat(14, 60px); /* 12 colonnes de frettes + 1 colonne pour les noms */
  grid-template-rows: repeat(6, 40px);     /* 6 cordes */
  gap: 2px;
  padding-top: 40px;
  padding-bottom: 60px;
  justify-content: center;
}


.cell.impro {
    background-color: #E7B783;
    color: #000;
    font-weight: bold;
}

.important {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


h2 {
  color: #E7B783;
  font-size: 2rem;
  margin-top: 2.5rem;
  border-left: 5px solid #E7B783;
  padding-left: 1rem;
  font-family: 'Lexend', sans-serif;
}

p {
  margin-bottom: 1rem;
  color: #f0f0f0;
  font-family: 'Lexend', sans-serif;
  line-height: 1.6;
}

.li {
  margin-left: 2rem;
  list-style-type: "🎵 ";
  margin-bottom: 0.5rem;
  color: #f0f0f0;
  font-family: 'Lexend', sans-serif;
  line-height: 1.6;
}

.invisible{
    padding-top: 6%;
}


div.manche-lesson,
div.gamme-lesson,
div.chords-lesson {
  background-color: #1e1b29;
  border-radius: 20px;
  padding: 2rem;
  margin-left: 10vw;
  width: 80vw;
  margin-bottom: 5rem;
}

.notPadd{
    margin-top: 0.5rem;
}