.theme {
  width: 9rem;
  height: 3.5rem;
  border: 2px solid #a8a699;
  border-radius: 4.5rem;
  padding: 3px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

.theme-btn {
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
}

.theme-clair {
  color: #000;
  background-color: #fff;
}

.theme-sombre {
  color: #fff;
  background-color: #000;
}

.text-acc {
  width: auto;
  height: 6rem;
  border: 1px solid #a8a699;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 1.2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-acc-btn {
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
}

.text-acc-btn:hover {
  background-color: #000;
  color: #fff;
}

button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.modal1 .block .button {
  white-space: normal;
  /* Permet au texte de s'adapter à la largeur disponible */
  word-wrap: break-word;
  /* Si le texte est trop long, il sera coupé et placé à la ligne suivante */
  width: 100%;
  /* Assurez-vous que le bouton utilise toute la largeur du modal */
  text-align: center;
  /* Centrer le texte à l'intérieur du bouton */
  box-sizing: border-box;
  /* Assure que le padding et la bordure n'augmentent pas la largeur totale du bouton */
}

.zoom-value,
.spacing-value {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
