.wp-block-buttons .wp-block-button .wp-block-button__link {
  cursor: pointer !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  letter-spacing: 0.7px !important;
  padding: 12px 20px !important;
  display: block !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-light--fill .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--base) !important;
  background: var(--wp--preset--color--base) !important;
  color: var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-light--fill .wp-block-button__link:hover {
  border: 1px solid var(--wp--preset--color--base) !important;
  background: transparent !important;
  color: var(--wp--preset--color--base) !important;
}
.wp-block-buttons .wp-block-button.is-style-light--outline .wp-block-button__link {
  background: transparent !important;
  color: var(--wp--preset--color--base) !important;
  border: 1px solid var(--wp--preset--color--base) !important;
}
.wp-block-buttons .wp-block-button.is-style-light--outline .wp-block-button__link:hover {
  background: var(--wp--preset--color--base) !important;
  color: var(--wp--preset--color--primary) !important;
}

.wp-block-columns.is-style-graphic {
  position: relative;
}
.wp-block-columns.is-style-graphic::before {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_before.svg");
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-80%);
  top: 110px;
  z-index: 0;
}
@media screen and (min-width: 840px) {
  .wp-block-columns.is-style-graphic:focus::after {
    background-image: url("../../../images/vendors/gutenberg/motif_after.svg");
    background-repeat: no-repeat;
    background-position: right;
  }
  .wp-block-columns.is-style-graphic:not(:focus)::after {
    content: "";
    background-image: url("../../../images/vendors/gutenberg/motif_after.svg");
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-20%);
    top: -280px;
    z-index: 0;
  }
}

.wp-block-column {
  z-index: 1;
}
.wp-block-column.is-style-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.wp-block-column.is-style-shadow:has(.wp-block-starter-form) {
  background-color: var(--wp--preset--color--base);
}

.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 {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_header_before.svg");
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 840px) {
  .wp-block-cover.is-style-graphic:focus::after {
    background-image: url("../../../images/vendors/gutenberg/motif_header_after.svg");
    background-repeat: no-repeat;
    background-position: right;
  }
  .wp-block-cover.is-style-graphic:not(:focus)::after {
    content: "";
    background-image: url("../../../images/vendors/gutenberg/motif_header_after.svg");
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 130px;
    z-index: 1;
  }
}
.wp-block-cover.is-style-graphic2 {
  position: relative;
}
.wp-block-cover.is-style-graphic2::before {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_before.svg");
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  width: 470px;
  height: 470px;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 1;
}
.wp-block-cover.is-style-graphic2 .wp-block-cover__inner-container {
  z-index: 2;
}
@media screen and (min-width: 840px) {
  .wp-block-cover.is-style-graphic2:focus::after {
    background-image: url("../../../images/vendors/gutenberg/motif_after_two.svg");
    background-repeat: no-repeat;
    background-position: right;
  }
  .wp-block-cover.is-style-graphic2:not(:focus)::after {
    content: "";
    background-image: url("../../../images/vendors/gutenberg/motif_after_two.svg");
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    top: 300px;
    z-index: 1;
  }
}
.wp-block-cover .wp-block-cover__background {
  z-index: 0;
}

.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: 10px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}
.wp-block-details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.wp-block-details p {
  padding-left: 20px;
  position: relative;
}
.wp-block-details p::before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--wp--preset--color--accent);
  position: absolute;
  left: 0;
  top: 0;
}

.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;
  display: block;
}
.wp-block-starter-form .wp-block-starter-form-consentement-rgpd svg {
  display: none;
}
.wp-block-starter-form .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--primary) !important;
  background: var(--wp--preset--color--primary) !important;
  color: white !important;
}
.wp-block-starter-form .wp-block-button__link:hover {
  background: unset !important;
  color: var(--wp--preset--color--primary) !important;
}

.wp-block-group.is-style-graphic {
  position: relative;
}
.wp-block-group.is-style-graphic::before {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_before.svg");
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 840px) {
  .wp-block-group.is-style-graphic:focus::after {
    background-image: url("../../../images/vendors/gutenberg/motif_after.svg");
    background-repeat: no-repeat;
    background-position: right;
  }
  .wp-block-group.is-style-graphic:not(:focus)::after {
    content: "";
    background-image: url("../../../images/vendors/gutenberg/motif_after.svg");
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -37%;
    z-index: 0;
    pointer-events: none;
  }
}
.wp-block-group.is-style-graphic2 {
  position: relative;
}
.wp-block-group.is-style-graphic2::before {
  content: "";
  background-image: url("../../../images/vendors/gutenberg/motif_before.svg");
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 840px) {
  .wp-block-group.is-style-graphic2:focus::after {
    background-image: url("../../../images/vendors/gutenberg/motif_after.svg");
    background-repeat: no-repeat;
    background-position: right;
  }
  .wp-block-group.is-style-graphic2:not(:focus)::after {
    content: "";
    background-image: url("../../../images/vendors/gutenberg/motif_after_three.svg");
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 470px;
    height: 493px;
    position: absolute;
    right: -5.5%;
    top: -5%;
    z-index: 0;
    pointer-events: none;
  }
}

.wp-block-quote p strong {
  font-size: var(--wp--preset--font-size--m);
}

.is-style-quote--graphic {
  position: relative;
  padding-left: 280px;
  min-height: 150px;
}
.is-style-quote--graphic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../../images/vendors/gutenberg/quotes.svg");
  background-repeat: no-repeat;
  background-size: 150px 106px;
  width: 220px;
  height: 100%;
  border-right: 2px solid var(--wp--preset--color--primary);
}

.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--accent);
  border-color: var(--wp--preset--color--accent);
}

.wp-block-separator {
  opacity: 1;
}
.wp-block-separator.is-style-short--thick {
  height: 4px;
  width: 96px;
}

.quick-access-block.has-primary-gradient-gradient-background {
  --wp--preset--gradient--primary-gradient: linear-gradient(to bottom, #ffffff 0px, #EAEAEA 470px, #ffffff 330px);
}
.quick-access-block.has-secondary-background-color {
  background: linear-gradient(var(--wp--preset--color--secondary) 0 470px, transparent 470px) !important;
}

.wp-block-welko-latest-posts__post-title, .wp-block-welko-latest-posts__post-excerpt {
  color: var(--wp--preset--color--default);
}
.wp-block-welko-latest-posts__post-separator {
  background-color: var(--wp--preset--color--accent);
  border-color: var(--wp--preset--color--accent);
  height: 4px;
  width: 86px;
}
.wp-block-welko-latest-posts__post-separator hr {
  display: none;
}
.wp-block-welko-latest-posts__post-author, .wp-block-welko-latest-posts__post-date {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
  color: #7E8C9F;
}
.wp-block-welko-latest-posts__post-term {
  background-color: var(--wp--preset--color--secondary);
}

.wp-block-welko-latest-posts__loadmore .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--primary) !important;
  background: var(--wp--preset--color--primary) !important;
  color: white !important;
}
.wp-block-welko-latest-posts__loadmore .wp-block-button__link:hover {
  background: unset !important;
  color: var(--wp--preset--color--primary) !important;
}

.wp-block-group.has-primary-gradient-gradient-background:has(.wp-block-welko-latest-posts) {
  --wp--preset--gradient--primary-gradient: linear-gradient(to bottom, #ffffff 0px, #EAEAEA 575px, #ffffff 330px);
}

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 */
