.wp-block-buttons .wp-block-button .wp-block-button__link {
  cursor: pointer !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  padding: 12px 20px !important;
  display: block !important;
  letter-spacing: 3.22px !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
  background: var(--wp--preset--color--primary) !important;
  color: white !important;
  border-radius: 20px !important;
  font-feature-settings: "ss04" !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: unset !important;
  color: var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-main--outline .wp-block-button__link {
  background: unset !important;
  color: var(--wp--preset--color--primary) !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-main--outline .wp-block-button__link:hover {
  color: white !important;
  background: var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-fill-light .wp-block-button__link {
  border: 1px solid white !important;
  background: white !important;
  color: var(--wp--preset--color--default) !important;
}
.wp-block-buttons .wp-block-button.is-style-fill-light .wp-block-button__link:hover {
  border: 1px solid var(--wp--preset--color--default) !important;
  background: var(--wp--preset--color--default) !important;
  color: white !important;
}
.wp-block-buttons .wp-block-button.is-style-outline-light .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-snd--outline .wp-block-button__link {
  background: unset !important;
  color: white !important;
  border: 1px solid white !important;
}
.wp-block-buttons .wp-block-button.is-style-outline-light .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-snd--outline .wp-block-button__link:hover {
  background: white !important;
  color: var(--wp--preset--color--default) !important;
}

.wp-block-columns.is-style-graphic {
  position: relative;
}
.wp-block-columns.is-style-graphic::before {
  content: "";
  pointer-events: none;
  background-image: url("../../../images/vendors/gutenberg/motif_before.png");
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: calc(50% - 960px);
  top: 0;
  z-index: 0;
}

.wp-block-column:has(.wp-block-starter-form) {
  border-radius: 20px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}

.links-card {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  background: var(--wp--preset--color--white);
}

.wp-block-cover.is-style-hover .wp-block-cover__inner-container {
  opacity: 0;
  transition: 0.3s all;
}
.wp-block-cover.is-style-hover .wp-block-cover__background {
  visibility: hidden;
  transition: 0.3s all;
}
.wp-block-cover.is-style-hover:hover .wp-block-cover__background {
  visibility: visible;
}
.wp-block-cover.is-style-hover:hover .wp-block-cover__inner-container {
  opacity: 1;
}
.wp-block-cover.is-style-graphic {
  position: relative;
}
.wp-block-cover.is-style-graphic::before {
  position: absolute;
  content: url("../../../images/vendors/gutenberg/motif_header_before.png");
  right: 90%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.wp-block-cover.is-style-graphic:not(.block-editor-block-list__block)::after {
  position: absolute;
  content: url("../../../images/vendors/gutenberg/motif_header_after.png");
  right: calc(50% - 907px);
  top: 0;
  z-index: 2;
}
.wp-block-cover.is-light.is-style-graphic {
  position: relative;
}
.wp-block-cover.is-light.is-style-graphic::before {
  position: absolute;
  content: url("../../../images/vendors/gutenberg/motif_header_light_before.png");
  right: 90%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.wp-block-cover.is-light.is-style-graphic:not(.block-editor-block-list__block)::after {
  position: absolute;
  content: url("../../../images/vendors/gutenberg/motif_header_light_after.png");
  right: calc(50% - 907px);
  top: 0;
  z-index: 2;
}

.wp-block-details {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
}
.wp-block-details summary {
  position: relative;
  background-color: var(--wp--preset--color--base);
}
.wp-block-details summary::marker {
  content: "" !important;
}
.wp-block-details summary::after {
  border: solid var(--wp--preset--color--primary);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .wp-block-details summary {
    right: 10px;
  }
}
.wp-block-details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.wp-block:has(.wp-block-details).has-background {
  background-color: unset !important;
}
.wp-block:has(.wp-block-details).has-primary-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--primary) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-secondary-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--secondary) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-accent-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--accent) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-default-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--default) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-base-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--base) 70%, transparent 70%) !important;
}
.wp-block:has(.wp-block-details).has-black-background-color {
  background: linear-gradient(to bottom, var(--wp--preset--color--black) 70%, transparent 70%) !important;
}

.wp-block-starter-form .d-none {
  display: none;
}
.wp-block-starter-form .wp-block-button__link {
  width: fit-content;
  margin: auto !important;
  display: block;
  padding: 6px 30px !important;
  height: auto !important;
  background: var(--wp--preset--color--primary) !important;
  width: fit-content !important;
  color: var(--wp--preset--color--base) !important;
}
.wp-block-starter-form .wp-block-welko-input input {
  margin-bottom: 12px !important;
}
.wp-block-starter-form .wp-block-welko-input.has-custom-width.wp-block-input__width-50 {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .wp-block-starter-form .wp-block-welko-input input {
    margin-bottom: 30px !important;
  }
  .wp-block-starter-form .wp-block-welko-input.has-custom-width.wp-block-input__width-50 {
    width: calc(50% - 0.75rem) !important;
  }
}

.wp-block-group.is-style-graphic {
  position: relative;
}
.wp-block-group.is-style-graphic::before {
  content: "";
  pointer-events: none;
  background-image: url("../../../images/vendors/gutenberg/motif_before.png");
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: calc(50% - 960px);
  top: 0;
  z-index: 0;
}
.wp-block-group.is-style-graphic:has(.shadowLink) {
  background: linear-gradient(to bottom, var(--wp--preset--color--accent) 0, var(--wp--preset--color--accent) 65%, var(--wp--preset--color--white) 65%, var(--wp--preset--color--white) 100%);
}

[class*=is-style-quote--graphic] {
  position: relative;
  padding-left: 0 !important;
  padding-top: 3rem !important;
  min-height: 0 !important;
}
[class*=is-style-quote--graphic]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../../images/vendors/gutenberg/quotes.svg") no-repeat;
  background-size: contain;
  width: 48px;
  height: 34px;
}
@media (min-width: 768px) {
  [class*=is-style-quote--graphic] {
    padding-top: 0 !important;
    padding-left: 180px !important;
    min-height: 120px !important;
  }
  [class*=is-style-quote--graphic]::before {
    background-size: 90px 64px;
    width: 140px;
    height: 100%;
    border-right: 2px solid var(--wp--preset--color--primary);
  }
}
@media (min-width: 992px) {
  [class*=is-style-quote--graphic] {
    padding-left: 280px !important;
    min-height: 150px !important;
  }
  [class*=is-style-quote--graphic]::before {
    background-size: 150px 106px;
    width: 220px;
  }
}

.wp-block-separator:not(.alignfull, .aligncenter).alignleft {
  float: unset;
  margin-left: 0;
}
.wp-block-separator:not(.alignfull, .aligncenter).alignright {
  float: unset;
  margin-right: 0;
}
.wp-block-separator:not(.alignfull, .aligncenter).is-style-default {
  width: 100%;
}
.wp-block-separator:not(.alignfull, .aligncenter):not(.has-background) {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}

.wp-block-starter-latest-posts__post-title {
  font-size: clamp(1.25rem, 1.206rem + 0.188vw, 1.375rem);
  font-weight: 500;
  line-height: auto;
  font-family: var(--wp--preset--font--default);
}

.wp-block-welko-latest-posts__post-separator {
  background-color: var(--wp--preset--color--accent) !important;
  max-width: 80px;
}

.wp-block-welko-latest-posts__post-title {
  font-weight: 600;
}

.wp-block-casalt-latest-realisations__post-title {
  text-align: start;
}

main > *:not(.alignleft, .alignright, .alignfull) {
  margin-left: auto;
  margin-right: auto;
}
main > *:not(.alignwide, .alignfull) {
  max-width: 840px;
}
main > *.alignwide {
  max-width: 1200px;
}
main > *.alignfull {
  max-width: none;
}

/*# sourceMappingURL=gutenberg.css.map */
