.divCta {
  display: flex;
  flex-direction: row;
  line-height: 1.42857143;
  margin-top: 25px;
  justify-content: space-around;
  flex-wrap: wrap;
  /*
    background-color: #3C3F44;
  width: 100vw;
  height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: space-around;
  */
}

.promoCta {
  overflow-wrap: break-word;
  font-size: 18px;
  text-align: left;
  color: white;
  list-style: none;
}

.ctaSimple {
  list-style: none;
}

/*
.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;
}
*/
.chanceextra {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center;
  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;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .chanceextra {
    padding: 5px 5px;
  }
}

.chanceextra:hover {
  text-decoration: none;
  color: white;
  background-color: #18a0fb;
}

a.chanceextra {
  color: white;
}

.boutondor {
  width: 300px;
  height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: space-around;
}

@media only screen and (orientation: landscape) and (max-height: 450px) {
  .boutondor {
    margin-top: -10px;
    height: 65px;
  }
}
@media only screen and (orientation: landscape) and (max-height: 360px) {
  .boutondor {
    margin-top: -10px;
    height: 65px;
  }
}
.boutondor-relatif {
  position: relative;
  top: 70vh;
  left: 80vw;
}

.outils {
  width: 275px;
  min-width: 275px;
  height: 50px;
  margin: 5px auto;
}

.divoutils {
  padding: 10px;
}

.extraoutils {
  width: 270px;
}