.ls-button {
  padding: 1rem 2rem;
  display: flex;
  max-width: fit-content;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s ease-in-out;
}
.ls-button:not(.has-m-t) {
  margin-top: 1rem;
}
.ls-button:not(.has-m-b) {
  margin-bottom: 3rem;
}
.ls-button b {
  display: block;
}
.ls-button:hover {
  background: #ebce58 !important;
}
.ls-button:not(.has-background) {
  background: #000;
}
.ls-button:not(.has-text-color) {
  color: #fff;
}
.ls-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.ls-button.alignright {
  margin-left: auto;
  margin-right: 0;
}
.ls-button i {
  vertical-align: middle;
  font-size: 2rem;
  margin-left: 1rem;
  line-height: 0;
}
.ls-button span {
  text-align: left;
  display: block;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fcamping-lac-seigneurie.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Flasai%2Fassets%2Fscss%2F..%2F..%2Fpartials%2Fblocks%2Fbutton%2Fbutton.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%22%7D */