@charset "UTF-8";
#k14 {
  display: flex;
  flex-direction: row;
  margin: 25px;
}
@media only screen and (orientation: portrait) and (max-width: 655px) {
  #k14 {
    flex-direction: column;
    height: 300px;
    margin: 10px;
    padding: 5px;
  }
}

/*élément {

}*/
.boutondor {
  background-color: #3c3f44;
  width: 100vw;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: space-around;
  align-self: center;
  align-content: center;
  margin-bottom: 5px;
  margin-top: 5px;
}

.chanceextra {
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  background-color: #ffcc00;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (orientation: landscape) and (max-height: 1010px) {
  .chanceextra {
    flex-wrap: nowrap;
    padding: 10px 20px;
    font-size: 14px;
  }
}

.chanceextra:hover {
  background-color: #18a0fb;
}

.centerdiv {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.button {
  background-color: #ffc107;
  color: #1a1e3b;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vh;
  margin-bottom: 1vh;
  width: 200px;
  height: 60px;
  align-content: center;
}
@media screen and (max-width: 600px) {
  .button {
    width: 200px;
    height: 60px;
  }
}

.button:hover {
  background-color: #18a0fb;
}

#chanceextra {
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  background-color: #ffcc00;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.divSepareParallax {
  width: 100vw;
  height: 10vh;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: space-around;
  align-items: center;
}

a:hover {
  color: white;
  text-decoration: none;
}

/*background-color: #aaf532;*/