.titre {
  text-align: left;
  font-size: 24px;
  font-family: 'Lucida Sans', sans-serif;
  color: rgb(0, 0, 0);
  max-width: 100%;
  margin-top: 8px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  padding: 20px; 
  margin-bottom: 35px;
}

img {
  width: 170px;
  height: 60px;
  margin: 15px;
  max-width: 100%;
}

.soustitre {
  width: 99%;
  height: auto; 
  background: #fff;
  color: #000;
  border-radius: 30px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);  padding: 10px; 
  margin-bottom: 30px;
  text-align: center;
  }  

body{
  background: #e9e0d2;
  font-family: 'Lucida Sans', sans-serif;

}

	/* Style pour la boîte contenant les tableaux */
  .tableau-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
  }

table{
  width: 100%;
  max-width: 750px;
  margin: auto;
  height: auto;
  background: #fff;
  color: #000;
  border-radius: 30px;
  font-size: 35px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
}

tr, td{
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  font: 19px Helvetica;
  color: #1c5b72;
}

th{
  text-align: center;
  font: 20px helvetica;
  color: rgb(0, 0, 0);
  padding: 1px;
}

.btn {
  display: inline-block;
  margin-bottom: 10px;
  padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #6c757d;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    }
    
    /* Bouton secondaire */
    .btn-secondary {
    background-color: #6c757d;
    }
    
    /* Effet de survol */
    .btn:hover {
    opacity: 1;

    }
    
    .btn {
      opacity: 0.8;
    }
    /* Container pour centrer les boutons */
    .button-container {
    text-align: center;
    margin-top: 20px;
    }
    

    
    .symbol {
    color: #1c5b72;
    font-size: 18px;
    text-decoration: none;
  
    }
    
    .asterisque {
    color: #ffae00;
    text-decoration: none;
    }
    
    .nombre{
    text-align: right;
    }
    
    .tableauconsonnes tbody tr:nth-child(odd) {
    background-color: rgb(164, 167, 168);
    }
    
    .tableauvoyelles tbody tr:nth-child(odd) {
    background-color : rgb(164, 167, 168);
    }
    
    .box {
    display: flex;
    flex-direction: row;
    align-items: center;

    }
    
    .box2{
    display: flex;
    flex-direction: row;
    }

    td:hover {
      background-color: rgb(148, 148, 148);
    }

    .dev {
      width: 22%;
      height: auto;
      background: #fff;
      color: #000;
      border-radius: 30px;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
      padding: 5px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 12px;
      position: re;
      bottom: 0;
      right: 0;
      
    }
