#k14 {
  display: flex;
  flex-direction: row;
}

/*élément {
 
}*/
.boutondor {
  background-color: #3C3F44;
 
  height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: space-around;
   width: 200px;
  margin: 10px auto;
  background-color: transparent;
}

#chanceextra {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: baseline;
  align-content: center;
  text-align: center;
  padding: 15px 30px;
  background-color: #ffcc00;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  height: 50px;
}