/* Gestion des class pour les background et couleur de textes.*/ 
.color-primary {
  color: #312783;
}

.bg-primary {
  background-color: #312783 !important;
}

.color-secondary {
  color: #FAC9B5;
}

.bg-secondary {
  background-color: #FAC9B5 !important;
}

.color-third {
  color: #D8EFFD;
}

.bg-third {
  background-color: #D8EFFD !important;
}

.color-accent {
  color: #009DC8;
}

.bg-accent {
  background-color: #009DC8 !important;
}

.color-white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.color-black {
  color: #000000;
}

.bg-black {
  background-color: #000000 !important;
}

.color-text {
  color: #414B5A;
}

.bg-text {
  background-color: #414B5A !important;
}

.color-text75 {
  color: #7E8C9F;
}

.bg-text75 {
  background-color: #7E8C9F !important;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/lato/lato-normal-100.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/lato/lato-normal-300.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato/lato-normal-400.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato/lato-normal-700.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/lato/lato-normal-900.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/lato/lato-italic-100.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/lato/lato-italic-300.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato/lato-italic-400.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato/lato-italic-700.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/lato/lato-italic-900.woff2") format("woff2");
}
@font-face {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/paytone-one/paytoneone-normal-400.woff2") format("woff2");
}
* {
  font-family: "Lato", sans-serif;
}

html, body {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 2%;
  font-style: normal;
  margin: 10px 0;
  font-weight: 400;
}

.heading {
  font-family: "Paytone One", sans-serif;
}
.heading--n1 {
  font-size: clamp(2.375rem, 2.008rem + 1.589vw, 3.438rem);
  letter-spacing: calc(clamp(2.375rem, 2.008rem + 1.589vw, 3.438rem) * -1 / 100);
  line-height: clamp(2.469rem, 1.874rem + 2.57vw, 4.188rem);
  font-weight: 400;
}
.heading--n2 {
  font-size: clamp(2rem, 1.697rem + 1.308vw, 2.875rem);
  letter-spacing: calc(clamp(2rem, 1.697rem + 1.308vw, 2.875rem) * -1 / 100);
  line-height: clamp(2.375rem, 1.964rem + 1.776vw, 3.563rem);
  font-weight: 400;
}
.heading--n3 {
  font-size: clamp(1.75rem, 1.447rem + 1.308vw, 2.625rem);
  letter-spacing: calc(clamp(1.75rem, 1.447rem + 1.308vw, 2.625rem) * -1 / 100);
  line-height: clamp(2.094rem, 1.694rem + 1.729vw, 3.25rem);
  font-weight: 400;
}
.heading--n4 {
  font-size: clamp(1.5rem, 1.414rem + 0.374vw, 1.75rem);
  letter-spacing: calc(clamp(1.5rem, 1.414rem + 0.374vw, 1.75rem) * -1 / 100);
  line-height: clamp(1.813rem, 1.726rem + 0.374vw, 2.063rem);
  font-weight: 400;
}
.heading--n5 {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.25rem, 1.207rem + 0.187vw, 1.375rem);
  letter-spacing: calc(clamp(1.25rem, 1.207rem + 0.187vw, 1.375rem) * -1 / 100);
  font-weight: 700;
}

span {
  line-height: inherit;
}

hr {
  border: none;
  opacity: 1;
  height: 4px;
  width: 85px;
}

.list--unstyled {
  padding: 0px;
  margin: 0px;
}
.list--unstyled li {
  list-style-type: none;
}

.label {
  font-size: 18px;
  font-weight: 500;
}

.legende {
  font-size: 12px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}

p > a {
  text-decoration: underline;
}

.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 12px 20px;
  transition: 0.3s;
  border-radius: 24px;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--primary {
  background: #312783;
  color: white;
  border: 1px solid #312783;
}
.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  background: transparent;
  color: #312783;
  border: 1px solid #312783;
}
.btn--primary-outline {
  background: transparent;
  color: #312783;
  border: 1px solid #312783;
}
.btn--primary-outline:hover, .btn--primary-outline:focus, .btn--primary-outline:active {
  background: #312783;
  color: #FFFFFF;
  border: 1px solid #312783;
}

#loadmore.is-loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
#loadmore.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: loadmore-spin 0.7s linear infinite;
}

@keyframes loadmore-spin {
  to {
    transform: rotate(360deg);
  }
}
form {
  position: relative;
}
form label {
  color: #414B5A;
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 0;
}
form input {
  border: 1px solid #ABABAB;
  height: 40px;
  padding: 5px 0;
  color: #7E8C9F;
  background: #FFFFFF;
  display: block;
  width: 100%;
  margin: 13px 0 30px 0;
  border-radius: 21px;
  padding: 0 10px;
}
form input:focus {
  box-shadow: none;
  outline: none;
}
form input::placeholder {
  font-size: 15px;
  color: #7E8C9F;
  transition: all 0.3s;
}
form input:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox] {
  width: 10%;
}
form input[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: 1px solid #666E5C;
  padding: 10px;
  color: #414B5A;
  background: #FFFFFF;
  display: block;
  width: 100%;
  margin: 13px 0 10px 0;
  border-radius: 5px;
  height: 100px;
}
form textarea::placeholder {
  color: #7E8C9F;
  font-size: 15px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form textarea:focus::placeholder {
  font-size: 15px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form:not(.wp-block-starter-form) label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #414B5A;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
form:not(.wp-block-starter-form) label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #414B5A;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form:not(.wp-block-starter-form) input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .message_success {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
form .message_success p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
}
form .message_fail {
  display: none;
  color: red;
}

#searchform input[type=text] {
  margin-block: 0 10px;
  padding-left: 44px;
  background-image: url("../images/search-loop.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: top 50% left 10px;
}

.rank-math-breadcrumb {
  display: none;
}
@media (width > 767px) {
  .rank-math-breadcrumb {
    display: block;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #312783;
  color: #FFFFFF;
  padding: 12px 20px;
  z-index: 1000;
  border-radius: 0 0 8px 0;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
  outline: 2px solid #009DC8;
  outline-offset: 2px;
}

.site-header {
  background: #FFFFFF;
  padding: 16px 30px 8px 30px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 991px) {
  .site-header {
    padding: 16px 20px;
  }
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 64px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .site-header__inner {
    gap: 24px;
  }
}

.site-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 285px;
  max-width: 285px;
}
.site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .site-header__logo {
    width: 180px;
  }
}

.site-header__nav-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
@media screen and (max-width: 1199px) {
  .site-header__nav-wrapper {
    display: none;
  }
}

.site-header__top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header__search {
  display: none;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 8px 16px;
  border-radius: 21px;
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 0 20px rgba(0, 0, 0, 0.1);
  width: 404px;
  max-width: 100%;
}
.site-header__search .site-header__search-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.site-header__search input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #414B5A;
  outline: none;
}
.site-header__search input::placeholder {
  color: #7E8C9F;
}

.site-header__top-nav {
  margin-left: auto;
}

.site-header__top-list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__top-list li {
  margin: 0;
}
.site-header__top-list a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #7E8C9F;
  letter-spacing: 0.32px;
  line-height: 23px;
  text-decoration: none;
  transition: color 0.2s;
}
.site-header__top-list a:hover, .site-header__top-list a:focus {
  color: #312783;
}

.site-header__main-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header__nav .site-header__menu, .site-header__nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1399px) {
  .site-header__nav .site-header__menu, .site-header__nav ul {
    gap: 40px;
  }
}
.site-header__nav .menu-item {
  position: relative;
  margin: 0;
}
.site-header__nav .menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #312783;
  letter-spacing: 0;
  line-height: 1.366;
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-header__nav .menu-item > a:hover, .site-header__nav .menu-item > a:focus {
  opacity: 0.7;
}
.site-header__nav .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 6px;
  background-image: url("../images/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.2s;
  transform: rotate(180deg) translateY(-50%);
}
.site-header__nav .menu-item-has-children:hover > a::after,
.site-header__nav .menu-item-has-children:focus-within > a::after {
  transform: rotate(0deg);
}
.site-header__nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: 240px;
  margin: 0;
  padding: 16px 20px;
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  z-index: 100;
}
.site-header__nav .sub-menu li {
  margin: 0;
}
.site-header__nav .sub-menu li + li {
  border-top: 1px solid rgba(49, 39, 131, 0.2);
}
.site-header__nav .sub-menu li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: #312783;
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-header__nav .sub-menu li a:hover, .site-header__nav .sub-menu li a:focus {
  opacity: 0.7;
}
.site-header__nav .menu-item:hover > .sub-menu,
.site-header__nav .menu-item:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header__cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.site-header__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 49px;
  padding: 12px 20px;
  border-radius: 24px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.366;
  white-space: nowrap;
  text-decoration: none;
}
.site-header__cta-btn svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.site-header__cta-btn.btn--primary {
  background: #312783;
  color: #FFFFFF;
  border: 1px solid #312783;
}
.site-header__cta-btn.btn--primary:hover, .site-header__cta-btn.btn--primary:focus {
  background: transparent;
  color: #312783;
}
.site-header__cta-btn.btn--primary-outline {
  color: #312783;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.site-header__cta-btn.btn--primary-outline:hover, .site-header__cta-btn.btn--primary-outline:focus {
  background: #312783;
  color: #FFFFFF;
  border-color: #312783;
}

.site-header__burger {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 110;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1199px) {
  .site-header__burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.site-header__burger .line {
  fill: none;
  stroke: #312783;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__burger .line1 {
  stroke-dasharray: 60 207;
}
.site-header__burger .line2 {
  stroke-dasharray: 60 60;
}
.site-header__burger .line3 {
  stroke-dasharray: 60 207;
}
.site-header__burger.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
.site-header__burger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}
.site-header__burger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.site-header__mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 100px 24px 40px 24px;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.site-header__mobile-menu::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1199px) {
  .site-header__mobile-menu {
    display: block;
  }
}
.site-header__mobile-menu.is-open {
  transform: translateX(0);
}

.site-header__mobile-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 500px;
  margin: 0 auto;
}

.site-header__mobile-nav .site-header__mobile-list, .site-header__mobile-nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__mobile-nav .menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(49, 39, 131, 0.2);
}
.site-header__mobile-nav .menu-item > a {
  display: block;
  padding: 16px 0;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #312783;
  text-decoration: none;
}
.site-header__mobile-nav .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}
.site-header__mobile-nav .menu-item-has-children > a::after {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 10px;
  background-color: currentColor;
  -webkit-mask: url("../images/icons/chevron-down.svg") no-repeat center/contain;
  mask: url("../images/icons/chevron-down.svg") no-repeat center/contain;
  transform: rotate(90deg);
  transition: transform 0.2s;
}
.site-header__mobile-nav .sub-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
  list-style: none;
  margin: 0;
  padding: 100px 24px 40px 24px;
  background: #FFFFFF;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.site-header__mobile-nav .sub-menu::-webkit-scrollbar {
  display: none;
}
.site-header__mobile-nav .sub-menu.is-open-sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-header__mobile-nav .sub-menu li:not(.sub-menu__header) {
  margin: 0;
  border-bottom: 1px solid rgba(49, 39, 131, 0.2);
}
.site-header__mobile-nav .sub-menu a {
  display: block;
  padding: 16px 0;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #312783;
  text-decoration: none;
}
.site-header__mobile-nav .sub-menu__view-all a {
  color: #312783;
}
.site-header__mobile-nav .sub-menu__header {
  list-style: none;
  border-bottom: none;
}
.site-header__mobile-nav .sub-menu__header button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 0;
  background: transparent;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #009DC8;
  text-align: left;
  cursor: pointer;
}
.site-header__mobile-nav .sub-menu__header button::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 10px;
  background-color: currentColor;
  -webkit-mask: url("../images/icons/chevron-down.svg") no-repeat center/contain;
  mask: url("../images/icons/chevron-down.svg") no-repeat center/contain;
  transform: rotate(-90deg);
}

.site-header__mobile-nav--secondary .menu-item > a {
  font-size: 16px;
  font-weight: 400;
  color: #7E8C9F;
}

.site-header__mobile-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.site-header__mobile-cta .btn {
  width: 100%;
  gap: 10px;
  justify-content: center;
}
.site-header__mobile-cta .btn svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
body.menu-open .site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  z-index: 105;
  pointer-events: none;
}
body.menu-open .site-header::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 32px;
  background: linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 105;
  pointer-events: none;
}
body.menu-open .site-header__logo {
  position: relative;
  z-index: 110;
}

@media screen and (min-width: 1200px) and (max-width: 1492px) {
  .site-header__inner {
    gap: 32px;
  }
  .site-header__logo {
    width: 220px;
    max-width: 220px;
  }
  .site-header__nav .site-header__menu, .site-header__nav ul {
    gap: 12px;
  }
  .site-header__cta {
    gap: 12px;
  }
  .site-header__cta-btn {
    padding: 12px 16px;
    font-size: 16px;
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .site-header__cta-btn svg {
    display: none;
  }
}
.page-template-template-home .site-header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
}

.site-footer {
  position: relative;
  background: #312783;
  color: #FFFFFF;
  padding: 32px 0 32px 0;
}

.site-footer__cutout {
  position: absolute;
  top: -96px;
  left: 0;
  width: 96px;
  height: 96px;
  background: #312783;
  -webkit-mask-image: radial-gradient(circle 96px at top right, transparent 95.5px, #000000 96.5px);
  mask-image: radial-gradient(circle 96px at top right, transparent 95.5px, #000000 96.5px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .site-footer__cutout {
    top: -64px;
    width: 64px;
    height: 64px;
    -webkit-mask-image: radial-gradient(circle 64px at top right, transparent 63.5px, #000000 64.5px);
    mask-image: radial-gradient(circle 64px at top right, transparent 63.5px, #000000 64.5px);
  }
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 1289px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .site-footer__inner {
    padding: 0 20px;
    gap: 24px;
  }
}

.site-footer__row {
  width: 100%;
}

.site-footer__row--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .site-footer__row--top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.site-footer__logo {
  display: block;
  flex-shrink: 0;
  width: 292px;
  max-width: 292px;
}
.site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .site-footer__logo {
    width: 200px;
  }
}

.site-footer__tagline {
  flex: 1;
  max-width: 519px;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.32px;
  color: #FFFFFF;
}

.site-footer__share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}

.site-footer__share-title {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.366;
  color: #FFFFFF;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__socials li {
  margin: 0;
}
.site-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: transform 0.2s, opacity 0.2s;
}
.site-footer__socials a:hover, .site-footer__socials a:focus {
  transform: translateY(-2px);
  opacity: 0.85;
}
.site-footer__socials img {
  display: block;
  width: 100%;
  height: 100%;
}

.site-footer__divider {
  width: 100%;
  margin: 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: 0;
  opacity: 1;
}

.site-footer__divider--col {
  display: none;
  flex-basis: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .site-footer__divider--col:nth-of-type(2) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__divider--col {
    display: block;
  }
}

.site-footer__row--columns {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .site-footer__row--columns {
    flex-wrap: wrap;
    gap: 30px 24px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__row--columns {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }
}

.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .site-footer__col {
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .site-footer__col {
    flex: 1 1 auto;
  }
}

.site-footer__col--contact {
  flex: 0 0 auto;
  width: 409px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .site-footer__col--contact {
    flex: 0 0 calc(50% - 12px);
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__col--contact {
    flex: 1 1 auto;
    width: auto;
  }
}

.site-footer__col-title {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.32px;
  color: #FFFFFF;
}

.site-footer__contact-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #FFFFFF;
}
.site-footer__contact-line a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer__contact-line a:hover, .site-footer__contact-line a:focus {
  text-decoration: underline;
}

.site-footer__contact-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.site-footer__email {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__menu li {
  margin: 0;
  list-style: none;
}
.site-footer__menu li::marker {
  content: "";
}
.site-footer__menu > li > a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-footer__menu > li > a:hover, .site-footer__menu > li > a:focus {
  opacity: 0.8;
  text-decoration: underline;
}
.site-footer__menu .sub-menu {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer__menu .sub-menu a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-footer__menu .sub-menu a:hover, .site-footer__menu .sub-menu a:focus {
  opacity: 0.8;
  text-decoration: underline;
}

.site-footer__row--legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer__legal-nav {
  width: 100%;
}

.site-footer__legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 43px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.32px;
  color: #FFFFFF;
}
.site-footer__legal-list li {
  margin: 0;
}
.site-footer__legal-list a {
  color: #FFFFFF;
}
.site-footer__legal-list a:hover, .site-footer__legal-list a:focus {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .site-footer__legal-list {
    gap: 16px;
    flex-direction: column;
  }
}

.section-news__card {
  position: relative;
  background-color: #FFFFFF;
  border: none;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08), 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s;
}
.section-news__card:hover {
  transform: translateY(-4px);
}
.section-news__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.section-news__card-image {
  aspect-ratio: 282/180;
  overflow: hidden;
}
.section-news__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-news__card-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.section-news__card-badge {
  background-color: #D8EFFD;
  color: #414B5A;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 100px;
  white-space: nowrap;
}
.section-news__card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}
.section-news__card-sep {
  width: 86px;
  height: 4px;
  opacity: 1;
  margin: 0;
}
.section-news__card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-news__card-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.section-map {
  padding: 0;
  min-height: 854px;
  position: relative;
}
.section-map::before {
  content: "";
  position: absolute;
  left: calc(50% - 1190px);
  top: 50%;
  transform: translateY(-50%);
  width: 482px;
  height: 482px;
  background: url("../images/home/deco-before-map.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.section-map__rail {
  display: flex;
  width: 150%;
  min-height: 854px;
  transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.section-map[data-state=results] .section-map__rail {
  transform: translateX(-33.3333%);
}
.section-map__panel {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  min-height: 854px;
}
.section-map__panel--filters {
  display: flex;
  align-items: center;
  padding: 80px 7rem 80px 24px;
  position: relative;
  z-index: 2;
}
.section-map__panel--map {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0;
}
.section-map__panel--results {
  display: flex;
  align-items: center;
  padding: 80px 64px;
  opacity: 0;
  transition: opacity 0.4s ease 0.1s;
}
.section-map[data-state=results] .section-map__panel--results {
  opacity: 1;
}
.section-map__content {
  max-width: 517px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section-map__filters {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-map__chip {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 41px;
  padding: 9px 16px;
  border-radius: 24px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #312783;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.section-map__chip--active {
  background: #312783;
  border-color: #312783;
  color: #FFFFFF;
}
.section-map__select-wrap {
  position: relative;
}
.section-map__select-wrap::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #312783;
  border-bottom: 2px solid #312783;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.section-map__select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ABABAB;
  border-radius: 24px;
  padding: 12px 44px 12px 20px;
  min-height: 48px;
  width: 100%;
  background-color: #FFFFFF;
  background-image: none;
}
.section-map__search {
  align-self: flex-start;
}
.section-map__map {
  width: 100%;
  height: 100%;
  min-height: 480px;
}
.section-map__map-image {
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 854px;
  object-fit: cover;
  border-radius: 96px 0 0 96px;
}
.section-map__leaflet {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border-radius: 96px 0 0 96px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #D8EFFD;
  transition: border-radius 0.3s ease;
}
.section-map__leaflet .leaflet-control-zoom {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.section-map__leaflet .leaflet-control-zoom a {
  color: #312783;
  border-radius: 8px;
}
.section-map__leaflet .leaflet-bar a:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.section-map__leaflet .leaflet-bar a:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.section-map[data-state=results] .section-map__leaflet {
  border-radius: 0 96px 96px 0;
  border-radius: 0;
}
.section-map__marker {
  background: none;
  border: none;
}
.section-map__marker-pin {
  display: block;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s ease;
}
.section-map__marker-pin .section-map__marker-shape {
  fill: #009DC8;
  transition: fill 0.2s ease;
}
.section-map__marker-pin .section-map__marker-dot {
  fill: #FFFFFF;
}
.section-map__marker-pulse {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border-radius: 50%;
  background: rgba(0, 157, 200, 0.45);
  transform: scale(0.4);
  animation: section-map-pulse 2.2s ease-out infinite;
  pointer-events: none;
}
.section-map__marker--active .section-map__marker-pin {
  transform: scale(1.18);
  transform-origin: bottom center;
}
.section-map__marker--active .section-map__marker-pin .section-map__marker-shape {
  fill: #312783;
}
.section-map__marker--active .section-map__marker-pulse {
  background: rgba(49, 39, 131, 0.45);
}
.section-map__marker--cluster .section-map__marker-pin {
  transition: transform 0.2s ease;
}
.section-map__marker--cluster:hover .section-map__marker-pin {
  transform: scale(1.08);
  transform-origin: bottom center;
}
.section-map__cluster-badge {
  position: absolute;
  top: -4px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #e2001a;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  pointer-events: none;
}
.section-map__results {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}
.section-map__results-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-map__skip {
  align-self: flex-start;
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 24px;
  background: #312783;
  color: #FFFFFF;
  border: 1px solid #312783;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.section-map__back {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #312783;
  color: #FFFFFF;
  border: 1px solid #312783;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.section-map__back:hover, .section-map__back:focus {
  background: transparent;
}
.section-map__back:hover svg path, .section-map__back:focus svg path {
  fill: #312783;
}
.section-map__results-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-map__swiper {
  width: 100%;
  overflow: hidden;
}
.section-map__swiper .swiper-slide {
  height: auto;
  display: flex;
}
.section-map__swiper-nav {
  display: flex;
  gap: 12px;
}
.section-map__nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(49, 39, 131, 0.3);
  background: #FFFFFF;
  color: #312783;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.section-map__nav:hover, .section-map__nav:focus {
  background: #312783;
  color: #FFFFFF;
}
.section-map__nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.section-map__empty {
  margin: 0;
  padding: 24px;
  font-size: 16px;
  color: #7E8C9F;
}
.section-map .leaflet-popup-content-wrapper {
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 12px 30px rgba(49, 39, 131, 0.18);
}
.section-map .leaflet-popup-content {
  margin: 0;
}
.section-map .leaflet-popup-content p {
  margin: 0;
}
.section-map .leaflet-popup-content a {
  color: unset;
}
.section-map .leaflet-container a.leaflet-popup-close-button {
  width: 28px;
  height: 28px;
  font-size: 22px;
  color: #312783;
  top: 0;
  right: 0;
}
.section-map__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 420px;
  max-width: 78vw;
  padding: 14px;
  font-size: 14px;
  color: #414B5A;
}
.section-map__swiper .section-map__card {
  width: 100%;
  max-width: none;
  background: #FFFFFF;
  border-radius: 18px;
  padding: 16px;
}
.section-map__card-media img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
}
.section-map__swiper .section-map__card-media img {
  height: 200px;
}
.section-map__card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.section-map__card-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.section-map__card-identity {
  flex: 1 1 60%;
  min-width: 0;
}
.section-map__card-city {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 4px;
  color: #312783;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.section-map__card-city-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #312783;
}
.section-map__card-address {
  margin: 0;
  color: #312783;
}
.section-map__card-coords {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  margin-top: 8px;
  color: #312783;
}
.section-map__card-referent {
  background: #D8EFFD;
  border-radius: 12px;
  padding: 12px 14px;
  color: #312783;
}
.section-map__card-referent p {
  margin: 0 0 8px;
}
.section-map__card-referent p:last-child {
  margin-bottom: 0;
}
.section-map__card-referent a {
  color: #009DC8;
  text-decoration: underline;
}
.section-map__card-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.section-map__card-tag {
  background: #D8EFFD;
  border-radius: 12px;
  padding: 12px;
}
.section-map__card-tag-title {
  margin-bottom: 0;
}
.section-map__card-tag-separator {
  opacity: 1;
  background-color: #009DC8;
  height: 2px;
  width: 26px;
  margin-block: 4px 6px;
}
.section-map__card-tag-list {
  margin: 0;
  color: #312783;
}
.section-map__card-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #312783;
  text-decoration: none;
  min-width: 0;
}
.section-map__card-contact-link:hover, .section-map__card-contact-link:focus {
  text-decoration: underline;
}
.section-map__card-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #312783;
}
.section-map__card-icon svg {
  display: block;
}

@keyframes section-map-pulse {
  0% {
    transform: scale(0.4);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .section-map {
    min-height: 0;
  }
  .section-map__rail {
    flex-direction: column;
    width: 100%;
    min-height: 0;
    transform: none !important;
  }
  .section-map__panel {
    flex: 1 1 auto;
    max-width: 100%;
    min-height: 0;
  }
  .section-map__panel--filters {
    padding: 60px 24px;
  }
  .section-map__panel--map {
    padding: 0 16px 48px;
  }
  .section-map__panel--results {
    display: none !important;
  }
  .section-map__content {
    max-width: none;
    margin-left: 0;
  }
  .section-map__map {
    height: auto;
  }
  .section-map__map-image {
    border-radius: 32px;
  }
  .section-map__leaflet {
    height: 420px;
    border-radius: 32px !important;
  }
  .section-map__card {
    width: auto;
    max-width: 72vw;
    padding: 20px;
  }
  .section-map__card-head {
    flex-direction: column;
    gap: 0px;
  }
  .section-map__card-tags {
    grid-template-columns: 1fr;
  }
}
.leaflet-top.leaflet-left {
  top: 30px;
  left: 30px;
}
.leaflet-top.leaflet-left .leaflet-control-zoom {
  border: none;
}
.leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-radius: 0px;
}
.leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-radius: 0px;
}

.single-post .bg_white {
  background: white;
}
.single-post .shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-post .mt_low {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .single-post .mt_low {
    margin-top: -300px;
  }
}
.single-post .head {
  height: 200px;
  position: relative;
}
.single-post .head img {
  position: absolute;
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49%;
}
@media (min-width: 768px) {
  .single-post .head {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .single-post .head h1 {
    text-align: left;
    font-size: 50px;
  }
  .single-post .head h1::after {
    margin-left: 0;
    height: 12px;
    width: 220px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .single-post .head {
    height: 485px;
  }
  .single-post .head img {
    left: 50%;
  }
}
.single-post #contenu h1 {
  color: #312783;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.single-post #contenu .main_img {
  max-height: 447px;
}
.single-post #contenu .paragraphe_intro p {
  font-size: 17px;
  font-weight: 500;
}
.single-post #contenu .sepa {
  display: block;
  width: 60px;
  height: 5px;
  background: #DB1D3D;
  margin: 20px 0;
}
.single-post #contenu .texte_majuscule p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.single-post #contenu .texte_gras p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.single-post #contenu .sous_titre h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #312783;
}
.single-post #contenu .picture_sub_title {
  color: #0046AA;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.single-post #contenu .citation {
  margin: 25px 0;
}
.single-post #contenu .citation .quote {
  display: flex;
  flex-direction: column;
}
.single-post #contenu .citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.single-post #contenu .citation .quote p {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  color: #312783;
  text-transform: uppercase;
  font-style: italic;
}
.single-post #contenu .citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}
.single-post #contenu .share {
  margin-top: 40px;
}
.single-post #contenu .share .sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: rgb(70, 188, 205);
  background: linear-gradient(90deg, rgb(70, 188, 205) 0%, rgb(70, 188, 205) 33.33%, rgb(236, 100, 100) 33.33%, rgb(228, 103, 111) 66.66%, rgb(185, 120, 172) 66.66%, rgb(180, 122, 179) 100%);
}
.single-post #contenu .share .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.single-post #contenu .share .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.single-post #contenu .share .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.single-post #contenu .share .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}
.single-post #contenu iframe {
  max-width: calc(100vw - 30px);
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .single-post #contenu h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .single-post #contenu .paragraphe_intro p {
    font-size: 18px;
  }
  .single-post #contenu .citation .quote {
    flex-direction: row;
  }
  .single-post #contenu .citation .quote img:first-of-type {
    margin: 20px 25px auto;
  }
  .single-post #contenu .citation .quote p {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .single-post #contenu .citation .quote img:last-of-type {
    margin: auto 0 20px 0;
  }
}

.search-hero {
  padding-block: 48px;
  position: relative;
  color: #312783;
  background: linear-gradient(to bottom, #FAC9B5 0%, #FAC9B5 calc(100% - 120px), transparent calc(100% - 120px), transparent 100%);
}
.search-hero::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 120px);
  background: #FAC9B5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.search-hero__searchform {
  padding: 40px 32px;
  background: #FFFFFF;
  border-radius: 48px;
  margin-top: 48px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
.search-hero__searchform input[type=submit] {
  margin-top: 0;
  border-radius: 24px;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .search-hero__searchform {
    padding: 72px 120px;
  }
  .search-hero__searchform input[type=submit] {
    display: none;
  }
}

.search-hero__cat {
  display: block;
  border-radius: 20px;
  padding: 8px 20px;
  background: #FAC9B5;
  border: solid 1px #FAC9B5;
  color: #312783;
}
.search-hero__cat.is-active, .search-hero__cat:hover, .search-hero__cat:active, .search-hero__cat:focus {
  background: #312783;
  border: solid 1px #312783;
  color: #FFFFFF;
}

.results {
  padding-block: 40px;
}

.wp-block-welko-latest-pages.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.wp-block-welko-latest-pages.is-grid.columns-2 .wp-block-welko-latest-pages__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 767px) {
  .wp-block-welko-latest-pages.is-grid.columns-2 .wp-block-welko-latest-pages__post {
    width: calc(100% / 2 - 1.25em + 1.25em / 2);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-pages.is-grid.columns-2 .wp-block-welko-latest-pages__post:nth-child(2n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-pages.is-grid.columns-3 .wp-block-welko-latest-pages__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 767px) {
  .wp-block-welko-latest-pages.is-grid.columns-3 .wp-block-welko-latest-pages__post {
    width: calc(100% / 3 - 1.25em + 1.25em / 3);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-pages.is-grid.columns-3 .wp-block-welko-latest-pages__post:nth-child(3n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-pages.is-grid.columns-4 .wp-block-welko-latest-pages__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 767px) {
  .wp-block-welko-latest-pages.is-grid.columns-4 .wp-block-welko-latest-pages__post {
    width: calc(100% / 4 - 1.25em + 1.25em / 4);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-pages.is-grid.columns-4 .wp-block-welko-latest-pages__post:nth-child(4n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-pages.is-grid.columns-5 .wp-block-welko-latest-pages__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 767px) {
  .wp-block-welko-latest-pages.is-grid.columns-5 .wp-block-welko-latest-pages__post {
    width: calc(100% / 5 - 1.25em + 1.25em / 5);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-pages.is-grid.columns-5 .wp-block-welko-latest-pages__post:nth-child(5n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-pages.is-grid.columns-6 .wp-block-welko-latest-pages__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 767px) {
  .wp-block-welko-latest-pages.is-grid.columns-6 .wp-block-welko-latest-pages__post {
    width: calc(100% / 6 - 1.25em + 1.25em / 6);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-pages.is-grid.columns-6 .wp-block-welko-latest-pages__post:nth-child(6n) {
    margin-right: 0;
  }
}

.wp-block-welko-latest-pages__list {
  padding: 0;
  margin: 1em 0;
}

.wp-block-welko-latest-pages__post {
  list-style-type: none;
  aspect-ratio: 1/1;
  background: #312783;
  color: #FFFFFF;
  display: flex;
}

.wp-block-welko-latest-pages__post-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  margin-block: auto;
  gap: 16px;
}

.wp-block-welko-latest-pages__post-separator {
  width: 100%;
}
.wp-block-welko-latest-pages__post-separator hr {
  background: var(--wp--preset--color--accent);
  margin-inline: auto;
}

.wp-block-welko-latest-pages__post-title {
  font-size: var(--wp--preset--font-size--s);
}

.section-hero {
  display: flex;
  align-items: center;
  position: relative;
  padding-block: 120px 0;
}
.section-hero::before {
  content: "";
  position: absolute;
  left: calc(50% - 1660px);
  top: 292px;
  width: 950px;
  height: 950px;
  background: url("../images/home/before-hero.svg") no-repeat center;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.section-hero__text-col {
  position: relative;
  z-index: 2;
}
.section-hero__image-col {
  position: relative;
  z-index: 1;
}
.section-hero__image-wrapper {
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-hero__image {
  width: 100%;
  max-width: 858px;
  height: auto;
  aspect-ratio: 858/453;
  object-fit: cover;
  border-radius: 32px;
}
.section-hero__image-col::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  width: 950px;
  height: 950px;
  max-width: 90%;
  background: url("../images/home/logo-neuro-decoratif-2.svg") no-repeat center;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
.section-hero__image-wrapper {
  z-index: 1;
}

@media (min-width: 991px) {
  .section-hero .container {
    padding-block: 80px 114px;
  }
  .section-hero__text-inner {
    margin-left: 0;
  }
  .section-hero__image {
    aspect-ratio: unset;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .section-hero__image-wrapper {
    position: absolute;
    top: 100%;
    right: -20%;
    transform: translateY(-100%);
    width: 80%;
  }
}
@media (min-width: 1199px) {
  .section-hero {
    padding-block: 150px 0;
  }
  .section-hero .container {
    padding-block: 114px;
  }
  .section-hero__image-wrapper {
    top: unset;
    bottom: 0;
    right: 0;
    width: clamp(540px, 58vw, 1116px);
    transform: unset;
  }
}
.section-about {
  padding: 5rem 0 3rem;
  position: relative;
}
.section-about::after {
  content: "";
  position: absolute;
  background-image: url("../images/home/after-about.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 566px;
  height: 566px;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - 1230px);
}
.section-about__decor {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 566px;
  max-width: 40%;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.section-about .container {
  position: relative;
  z-index: 1;
}
.section-about__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 944px;
  aspect-ratio: 944/566;
}
.section-about__image-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-about__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 488px;
}
.section-about__text p {
  margin: 0;
}

@media (min-width: 991px) {
  .section-about {
    padding: 150px 0;
  }
  .section-about__image-wrapper {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    max-height: 566px;
    width: clamp(480px, 50vw, 944px);
  }
}
.section-mission {
  padding: 0 0 2rem;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 991px) {
  .section-mission {
    padding: 80px 0 96px;
  }
}
.section-mission__header {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.section-mission__text p:last-child {
  margin-bottom: 0;
}
.section-mission__overtitle-icon {
  flex-shrink: 0;
}
.section-mission__swiper {
  margin-right: calc((100% - 100vw) / 2);
}
.section-mission__slide {
  width: 409px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 32px;
  overflow: hidden;
}
.section-mission__slide--photo {
  background-color: #D8EFFD;
}
.section-mission__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-mission__slide--counter {
  background: transparent;
  border-radius: 0;
  overflow: visible;
}
.section-mission__counter {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009DC8;
  -webkit-mask: url("../images/home/mission-card-shape.svg") no-repeat center/contain;
  mask: url("../images/home/mission-card-shape.svg") no-repeat center/contain;
}
.section-mission__counter-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
.section-mission__counter-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 157, 200, 0.1);
}
.section-mission__counter--alt {
  background-color: #FAC9B5;
}
.section-mission__counter--alt .section-mission__counter-overlay {
  background-color: rgba(250, 201, 181, 0.1);
}
.section-mission__counter-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}
.section-mission__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 80px;
  position: relative;
  min-height: 14px;
  opacity: 1;
}
.section-mission__pagination.swiper-pagination-lock {
  display: flex !important;
}
.section-mission__pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0 !important;
  border-radius: 100px;
  transition: width 0.3s, background-color 0.3s;
  cursor: pointer;
}
.section-mission__pagination .swiper-pagination-bullet-active {
  width: 42px;
  background-color: #009DC8;
}

.section-vous-etes {
  padding: 80px 0 80px;
  position: relative;
  background: linear-gradient(to top, #FFFFFF 0%, #FFFFFF 60%, #D8EFFD 100%);
}
.section-vous-etes__inner {
  position: relative;
}
.section-vous-etes__overtitle {
  font-family: "Paytone One", sans-serif;
  font-size: clamp(60px, 8vw, 102px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #312783;
  opacity: 1;
  text-transform: uppercase;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
.section-vous-etes__tiles {
  position: relative;
  z-index: 2;
}
.section-vous-etes__col {
  display: flex;
  align-items: flex-start;
}
.section-vous-etes__tile {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 207px 32px 113px;
  width: 100%;
}
.section-vous-etes__tile--patient {
  margin-top: 0;
  border-radius: 32px;
  margin-top: 180px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.section-vous-etes__tile--pro {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  margin-top: 10rem;
}
.section-vous-etes__portrait {
  position: absolute;
  top: -162px;
  left: 50%;
  transform: translateX(-50%);
  width: 324px;
  height: 324px;
  max-width: 70%;
  max-height: 70vw;
  border-radius: 50%;
  overflow: hidden;
}
.section-vous-etes__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-vous-etes__content {
  max-width: 409px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section-vous-etes__links {
  display: flex;
  flex-direction: column;
}
.section-vous-etes__links li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.section-vous-etes__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  text-decoration: none;
  transition: opacity 0.2s;
}
.section-vous-etes__link:hover {
  opacity: 0.7;
}
.section-vous-etes__link svg {
  flex-shrink: 0;
}
.section-vous-etes__cutout {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background: #D8EFFD;
  -webkit-mask-image: radial-gradient(circle 96px at top right, transparent 95.5px, #000000 96.5px);
  mask-image: radial-gradient(circle 96px at top right, transparent 95.5px, #000000 96.5px);
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-vous-etes__cutout {
    display: none;
    width: 64px;
    height: 64px;
    -webkit-mask-image: radial-gradient(circle 64px at top right, transparent 63.5px, #000000 64.5px);
    mask-image: radial-gradient(circle 64px at top right, transparent 63.5px, #000000 64.5px);
  }
}

@media (max-width: 991px) {
  .section-vous-etes {
    padding: 40px 0 40px;
  }
  .section-vous-etes__tile {
    padding: 90px 24px 60px;
    border-radius: 24px;
  }
  .section-vous-etes__portrait {
    width: 240px;
    height: 240px;
  }
}
@media (min-width: 991px) {
  .section-vous-etes__tiles {
    margin-top: 20px;
  }
  .section-vous-etes__tile--pro {
    margin-top: 99px;
    border-top-right-radius: 0;
  }
  .section-vous-etes__tile--patient {
    margin-top: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1399px) {
  .section-vous-etes__tiles {
    margin-top: -10px;
  }
}
.section-events {
  padding: 40px 0 40px;
  position: relative;
}
.section-events::before {
  content: "";
  position: absolute;
  background-image: url("../images/home/before-events.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 714px;
  height: 714px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 1100px);
}
.section-events__decor {
  position: absolute;
  left: -147px;
  top: 50%;
  transform: translateY(-50%);
  width: 714px;
  max-width: 50%;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.section-events .container {
  position: relative;
  z-index: 1;
}
.section-events__header {
  max-width: 746px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.section-events__sep {
  width: 86px;
  height: 4px;
  opacity: 1;
  margin: 0;
}
.section-events__grid {
  margin-bottom: 48px;
}
.section-events__card {
  position: relative;
  background-color: #FFFFFF;
  border: none;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08), 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s;
}
.section-events__card:hover {
  transform: translateY(-4px);
}
.section-events__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.section-events__card-image {
  aspect-ratio: 410/252;
  overflow: hidden;
}
.section-events__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-events__card-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.section-events__card-badge {
  background-color: #D8EFFD;
  color: #414B5A;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 100px;
  white-space: nowrap;
}
.section-events__card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
}
.section-events__card-infos {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-events__card-info {
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-events__card-info svg {
  flex-shrink: 0;
  color: #7E8C9F;
}
.section-events__card-sep {
  width: 86px;
  height: 4px;
  opacity: 1;
  margin: 0;
}
.section-events__card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-events__card-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (min-width: 991px) {
  .section-events {
    padding: 80px 0 54px;
  }
  .section-events__header {
    margin-bottom: 60px;
  }
}
.section-essais {
  position: relative;
  overflow: hidden;
  padding-block: 42px 20px;
  border-radius: 40px;
}
.section-essais__content-col {
  position: relative;
  z-index: 2;
}
.section-essais__media {
  margin-top: 32px;
  line-height: 0;
}
.section-essais__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 48px;
  object-fit: cover;
}
.section-essais__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.section-essais__search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 464px;
  flex-wrap: wrap;
}
.section-essais__search {
  position: relative;
  background: #FFFFFF;
  border-radius: 999px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08), 0 0 10px rgba(0, 0, 0, 0.1);
}
.section-essais__search svg {
  color: #7E8C9F;
  flex-shrink: 0;
}
.section-essais__search input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #414B5A;
  margin: 0;
  height: auto;
}
.section-essais__search input::placeholder {
  color: #7E8C9F;
}
.section-essais__search-submit {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #312783;
  border: 1px solid #312783;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.2s;
}
.section-essais__search-submit:hover, .section-essais__search-submit:focus-visible {
  background: transparent;
}
.section-essais__search-submit:hover svg path, .section-essais__search-submit:focus-visible svg path {
  stroke: #312783;
}
.section-essais__filters {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-essais__chip {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 9999px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #312783;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.section-essais__chip:hover, .section-essais__chip:focus-visible {
  border-color: #312783;
  background-color: #312783;
  color: #FFFFFF;
}
.section-essais__chip--active {
  background: #312783;
  border-color: #312783;
  color: #FFFFFF;
}
.section-essais__chip--ghost {
  border-color: transparent;
  color: #414B5A;
}

@media (min-width: 991px) {
  .section-essais {
    padding-block: 63px;
    border-radius: 96px;
  }
  .section-essais__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    margin-top: 0;
  }
  .section-essais__img {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.section-news {
  padding: 40px 0;
  background-color: #FFFFFF;
  position: relative;
}
.section-news__header {
  max-width: 746px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
.section-news__sep {
  width: 86px;
  height: 4px;
  opacity: 1;
  margin: 0;
}
.section-news__grid {
  margin-bottom: 48px;
}

@media screen and (min-width: 991px) {
  .section-news {
    padding: 80px 0;
  }
  .section-news__header {
    margin-bottom: 60px;
  }
}
.home-slider {
  width: 100%;
  padding: 12px 4px 0;
  overflow: hidden;
}
.home-slider .swiper-slide {
  height: auto;
}
.home-slider .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}
.home-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0;
  border-radius: 100px;
  transition: width 0.3s, background-color 0.3s;
  cursor: pointer;
}
.home-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 42px;
  background-color: #009DC8;
}

.rd-hero {
  position: relative;
  background-color: #FAC9B5;
  overflow: hidden;
  border-radius: 30px;
  padding-block: 40px;
}
@media (min-width: 991px) {
  .rd-hero {
    padding-block: 150px 79px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 991px) and (max-width: 1599.98px) {
  .rd-hero {
    padding-left: 112px;
  }
}
.rd-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
@media (min-width: 991px) {
  .rd-hero__title {
    margin-bottom: 100px;
    padding-left: 31px;
    padding-block: 20px;
    border-left: 2px solid #009DC8;
    position: relative;
  }
  .rd-hero__title::before {
    content: "";
    position: absolute;
    width: 83px;
    height: 83px;
    background-image: url("../images/deco-loupe.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: -112px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.rd-hero__search-form {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 991px) {
  .rd-hero__search-form {
    gap: 36px;
    flex-wrap: wrap;
  }
}
.rd-hero__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 440px;
  height: 52px;
  padding: 8px 16px;
  background: #FFFFFF;
  border-radius: 39px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08), 0 0 10px rgba(0, 0, 0, 0.1);
}
.rd-hero__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  color: #7E8C9F;
  pointer-events: none;
}
.rd-hero__search input {
  flex: 1;
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #414B5A;
  margin: 0;
  padding-left: 50px;
}
.rd-hero__search input::placeholder {
  color: #7E8C9F;
}
.rd-hero__search-submit {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #312783;
  color: #FFFFFF;
  cursor: pointer;
  border: 1px solid #312783;
  transition: background 0.2s;
}
.rd-hero__search-submit:hover, .rd-hero__search-submit:focus-visible {
  background: transparent;
}
.rd-hero__search-submit:hover svg path, .rd-hero__search-submit:focus-visible svg path {
  stroke: #312783;
}
.rd-hero__image-wrapper--mobile {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 991px) {
  .rd-hero__image-wrapper--desktop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
  }
}
@media (min-width: 991px) and (max-width: 1599.98px) {
  .rd-hero__image-wrapper--desktop {
    width: calc(50% - 56px);
  }
}
.rd-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rd-list {
  padding: 64px 0;
}
@media (min-width: 991px) {
  .rd-list {
    padding: 80px 0;
  }
}
.rd-list__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 48px;
}
.rd-list__results {
  position: relative;
}
.rd-list__items {
  display: flex;
  flex-direction: column;
}
.rd-list__empty {
  padding: 48px 0;
  font-size: 18px;
}
.rd-list__more {
  margin-top: 48px;
}
.rd-list__more-btn {
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 24px;
  background: #312783;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  transition: background 0.2s;
}
.rd-list__more-btn:hover {
  background: #009DC8;
}

.rd-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 41px;
  padding: 9px 16px;
  border-radius: 24px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #312783;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s;
}
.rd-chip:hover {
  border-color: #312783;
}
.rd-chip__remove {
  display: none;
  flex-shrink: 0;
}
.rd-chip--active {
  background: #312783;
  border-color: #312783;
  color: #FFFFFF;
}
.rd-chip--active:hover {
  border-color: #312783;
}
.rd-chip--active .rd-chip__remove {
  display: inline-flex;
}

.rd-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid #D8EFFD;
}
@media (min-width: 991px) {
  .rd-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
.rd-item__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 991px) {
  .rd-item__body {
    flex: 1;
    max-width: 700px;
  }
}
.rd-item__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 575px) {
  .rd-item__head {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }
}
.rd-item__date {
  font-size: 14px;
  color: #747474;
}
.rd-item__excerpt {
  line-height: 23px;
}
.rd-item__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
@media (min-width: 991px) {
  .rd-item__actions {
    justify-content: flex-end;
    min-width: 230px;
  }
}
.rd-item__download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #414B5A;
  transition: color 0.2s;
}
.rd-item__download svg {
  flex-shrink: 0;
}
.rd-item__download:hover, .rd-item__download :focus-visible {
  color: #312783;
}
.rd-item__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 29px;
  border-radius: 50px;
}

#loader {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
}

.rd-list__results {
  position: relative;
  min-height: 200px;
}
.rd-list__results #loader {
  position: absolute;
  z-index: 5;
  background: rgba(255, 255, 255, 0.85);
}
.rd-list__results #loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ec-hero {
  position: relative;
  background-color: #FAC9B5;
  overflow: hidden;
  border-radius: 30px;
  padding-block: 40px;
}
@media (min-width: 991px) {
  .ec-hero {
    padding-block: 150px 79px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.ec-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
@media (min-width: 991px) {
  .ec-hero__title {
    margin-bottom: 100px;
  }
}
.ec-hero__search-form {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 991px) {
  .ec-hero__search-form {
    gap: 36px;
    flex-wrap: wrap;
  }
}
.ec-hero__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 440px;
  height: 52px;
  padding: 8px 16px;
  background: #FFFFFF;
  border-radius: 39px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08), 0 0 10px rgba(0, 0, 0, 0.1);
}
.ec-hero__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  color: #7E8C9F;
  pointer-events: none;
}
.ec-hero__search input {
  flex: 1;
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #414B5A;
  margin: 0;
  padding-left: 50px;
}
.ec-hero__search input::placeholder {
  color: #7E8C9F;
}
.ec-hero__search-submit {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #312783;
  color: #FFFFFF;
  cursor: pointer;
  border: 1px solid #312783;
  transition: background 0.2s;
}
.ec-hero__search-submit:hover, .ec-hero__search-submit:focus-visible {
  background: transparent;
}
.ec-hero__search-submit:hover svg path, .ec-hero__search-submit:focus-visible svg path {
  stroke: #312783;
}
.ec-hero__image-wrapper--mobile {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 991px) {
  .ec-hero__image-wrapper--desktop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
  }
}
.ec-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ec-list {
  padding: 40px 0;
}
@media (min-width: 991px) {
  .ec-list {
    padding: 80px 0;
  }
}
.ec-list__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 991px) {
  .ec-list__filters {
    margin-bottom: 48px;
  }
}
.ec-list__results {
  position: relative;
}
.ec-list__items {
  display: flex;
  flex-direction: column;
}
.ec-list__empty {
  padding: 48px 0;
  font-size: 18px;
}
.ec-list__more {
  margin-top: 48px;
}
.ec-list__more-btn {
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 24px;
  background: #312783;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  transition: background 0.2s;
}
.ec-list__more-btn:hover {
  background: #009DC8;
}

.ec-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 41px;
  padding: 9px 16px;
  border-radius: 24px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #312783;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s;
}
.ec-chip:hover {
  border-color: #312783;
}
.ec-chip__remove {
  display: none;
  flex-shrink: 0;
}
.ec-chip--active {
  background: #312783;
  border-color: #312783;
  color: #FFFFFF;
}
.ec-chip--active:hover {
  border-color: #312783;
}
.ec-chip--active .ec-chip__remove {
  display: inline-flex;
}

.ec-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid #D8EFFD;
}
@media (min-width: 991px) {
  .ec-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
.ec-item__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 991px) {
  .ec-item__body {
    flex: 1;
    max-width: 700px;
  }
}
.ec-item__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 575px) {
  .ec-item__head {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }
}
.ec-item__date {
  font-size: 14px;
  color: #747474;
}
.ec-item__excerpt {
  line-height: 23px;
}
.ec-item__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
@media (min-width: 991px) {
  .ec-item__actions {
    justify-content: flex-end;
    min-width: 230px;
  }
}
.ec-item__download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #414B5A;
  transition: color 0.2s;
}
.ec-item__download svg {
  flex-shrink: 0;
}
.ec-item__download:hover, .ec-item__download :focus-visible {
  color: #312783;
}
.ec-item__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 29px;
  border-radius: 50px;
}

.ec-list__results {
  position: relative;
  min-height: 200px;
}
.ec-list__results #loader {
  position: absolute;
  z-index: 5;
  background: rgba(255, 255, 255, 0.85);
}
.ec-list__results #loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.woocommerce-info {
  border-top-color: #312783 !important;
}
.woocommerce-info::before {
  color: #312783 !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #E0D8C7;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #312783;
}

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto;
}

.wp-block-welko-latest-posts {
  position: relative;
  z-index: 3;
}
.wp-block-welko-latest-posts.is-grid .wp-block-welko-latest-posts__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-welko-latest-posts.is-grid.columns-2 .wp-block-welko-latest-posts__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-posts.is-grid.columns-2 .wp-block-welko-latest-posts__post {
    width: calc(100% / 2 - 1.25em + 1.25em / 2);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-posts.is-grid.columns-2 .wp-block-welko-latest-posts__post:nth-child(2n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-posts.is-grid.columns-3 .wp-block-welko-latest-posts__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-posts.is-grid.columns-3 .wp-block-welko-latest-posts__post {
    width: calc(100% / 3 - 1.25em + 1.25em / 3);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-posts.is-grid.columns-3 .wp-block-welko-latest-posts__post:nth-child(3n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-posts.is-grid.columns-4 .wp-block-welko-latest-posts__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-posts.is-grid.columns-4 .wp-block-welko-latest-posts__post {
    width: calc(100% / 4 - 1.25em + 1.25em / 4);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-posts.is-grid.columns-4 .wp-block-welko-latest-posts__post:nth-child(4n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-posts.is-grid.columns-5 .wp-block-welko-latest-posts__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-posts.is-grid.columns-5 .wp-block-welko-latest-posts__post {
    width: calc(100% / 5 - 1.25em + 1.25em / 5);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-posts.is-grid.columns-5 .wp-block-welko-latest-posts__post:nth-child(5n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-posts.is-grid.columns-6 .wp-block-welko-latest-posts__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-posts.is-grid.columns-6 .wp-block-welko-latest-posts__post {
    width: calc(100% / 6 - 1.25em + 1.25em / 6);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-posts.is-grid.columns-6 .wp-block-welko-latest-posts__post:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list {
  position: relative;
}
.wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper {
  position: unset;
  padding: 15px 5px;
  padding-bottom: 40px;
  width: 100%;
}
.wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-wrapper {
  height: unset;
}
.wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-slide {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  background: white;
  height: auto;
  min-height: 250px;
  overflow: hidden;
  margin: 0;
  max-width: unset !important;
  flex-shrink: 0;
}
.wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-next, .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-prev {
  position: absolute;
  background: transparent !important;
  display: none;
  width: 45px;
  height: 20px;
  top: calc(100% + 50px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-next, .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-prev {
    top: 50%;
  }
}
@media (min-width: 1440px) {
  .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-next, .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-prev {
    display: flex !important;
  }
  .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-next::after, .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-prev::after {
    display: none;
  }
  .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-next svg, .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-prev svg {
    width: 100%;
    height: 100%;
  }
  .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-next svg path, .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-prev svg path {
    fill: var(--swiper-theme-color);
  }
}
.wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-next {
  right: unset;
  left: calc(50% + 10px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-next {
    left: unset;
    right: -65px;
  }
  .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-next::after {
    display: none;
  }
  .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-next svg {
    margin-left: 4px;
  }
}
.wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-prev {
  left: unset;
  right: calc(50% + 10px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-prev {
    right: unset;
    left: -65px;
  }
  .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-prev::after {
    display: none;
  }
  .wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-button-prev svg {
    margin-right: 4px;
  }
}
.wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
}
.wp-block-welko-latest-posts.is-slider .wp-block-welko-latest-posts__list .swiper .swiper-pagination .empty {
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
}
.wp-block-welko-latest-posts__post {
  margin: 0 1.25em 1.25em 0;
  clear: both;
  overflow-wrap: break-word;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
}
.wp-block-welko-latest-posts__post__featured-image ~ .wp-block-welko-latest-posts__post-terms {
  position: absolute;
  top: 0;
  left: 10;
}
.wp-block-welko-latest-posts__post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px;
}
.wp-block-welko-latest-posts__post-term {
  padding: 4px 12px;
  border-radius: 20px;
  margin: 0;
  font-size: 12px;
}
.wp-block-welko-latest-posts__post-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 16px;
}
.wp-block-welko-latest-posts__post__featured-image ~ .wp-block-welko-latest-posts__post-content {
  height: auto;
}
.wp-block-welko-latest-posts__post-separator {
  width: 100%;
}
.wp-block-welko-latest-posts__post-separator hr {
  height: 5px;
  width: 80px;
  opacity: 1;
  display: block;
  border: 0;
  margin: 0;
  margin-block: 0;
  padding: 0;
  flex-shrink: 0;
}
.wp-block-welko-latest-posts__post-title {
  width: 100%;
  text-decoration: none;
}
.wp-block-welko-latest-posts__post-title::before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.wp-block-welko-latest-posts__post-excerpt {
  margin-top: auto;
}
.wp-block-welko-latest-posts__post-link {
  padding: 10px 0;
  font-weight: 500;
  transition: transform 0.3s;
  margin-top: auto;
  width: 100%;
}
.wp-block-welko-latest-posts__post-link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .wp-block-welko-latest-posts__post__featured-image {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .wp-block-welko-latest-posts__post__featured-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
}
.wp-block-welko-latest-posts__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  list-style: none;
  position: relative;
  padding: 0;
}
.wp-block-welko-latest-posts__filters__filter {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 40px;
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--legend);
  background: unset;
}
.wp-block-welko-latest-posts__filters__filter:hover, .wp-block-welko-latest-posts__filters__filter:focus-visible, .wp-block-welko-latest-posts__filters__filter:active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  cursor: pointer;
}
.wp-block-welko-latest-posts__filters__filter--active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.wp-block-welko-latest-posts__filters:has(select) {
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.wp-block-welko-latest-posts__filters:has(select) p {
  margin: 0;
}
.wp-block-welko-latest-posts__filters:has(select) select {
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--legend);
  border-radius: 40px;
  padding: 10px 15px;
  min-width: 250px;
  line-height: normal;
}
.wp-block-welko-latest-posts__filters:has(select) select:not([disabled]):hover, .wp-block-welko-latest-posts__filters:has(select) select:not([disabled]):focus-visible, .wp-block-welko-latest-posts__filters:has(select) select:not([disabled]):active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  cursor: pointer;
}
.wp-block-welko-latest-posts__loadmore {
  width: 100% !important;
  background: unset;
  box-shadow: unset !important;
  display: flex;
  justify-content: center;
}
.wp-block-welko-latest-posts__loadmore button {
  margin: auto;
  cursor: pointer;
  width: max-content;
}
.wp-block-welko-latest-posts__paginate {
  display: flex !important;
  width: 100% !important;
  background: unset;
  box-shadow: unset;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}
.wp-block-welko-latest-posts__paginate a {
  color: black;
  text-decoration: none;
}
.wp-block-welko-latest-posts__paginate a span {
  color: black;
  font-weight: bold;
}
.wp-block-welko-latest-posts.has-text-align-center .wp-block-welko-latest-posts__post-content {
  justify-content: center;
}
.wp-block-welko-latest-posts.has-text-align-center .wp-block-welko-latest-posts__post-separator hr {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-welko-latest-posts.has-text-align-right .wp-block-welko-latest-posts__post-content {
  justify-content: right;
}
.wp-block-welko-latest-posts.has-text-align-right .wp-block-welko-latest-posts__post-separator hr {
  margin-left: auto;
  margin-right: 0;
}

.wp-block-welko-latest-posts__post:hover, .wp-block-welko-latest-posts__post:focus-within, .wp-block-welko-latest-posts__post:active {
  cursor: pointer;
}
.wp-block-welko-latest-posts__post:hover .wp-block-welko-latest-posts__post__featured-image img, .wp-block-welko-latest-posts__post:focus-within .wp-block-welko-latest-posts__post__featured-image img, .wp-block-welko-latest-posts__post:active .wp-block-welko-latest-posts__post__featured-image img {
  transform: scale(1.1);
  transition: 0.3s;
}
.wp-block-welko-latest-posts__post:hover .wp-block-stater-latest-posts__post-title, .wp-block-welko-latest-posts__post:focus-within .wp-block-stater-latest-posts__post-title, .wp-block-welko-latest-posts__post:active .wp-block-stater-latest-posts__post-title {
  text-decoration: none;
}

.interface-interface-skeleton__sidebar .components-color-palette__custom-color-value {
  display: none;
}

.wp-block-welko-latest-posts__post-term {
  background-color: var(--wp--preset--color--third);
  color: var(--wp--preset--color--default);
}
.wp-block-welko-latest-posts__post-separator hr {
  background-color: var(--wp--preset--color--accent);
}
.wp-block-welko-latest-posts__post-title, .wp-block-welko-latest-posts__post-author, .wp-block-welko-latest-posts__post-date, .wp-block-welko-latest-posts__post-link {
  color: var(--wp--preset--color--default);
}
.wp-block-welko-latest-posts__post-title {
  font-size: var(--wp--preset--font-size--s);
}
.wp-block-welko-latest-posts__post-author, .wp-block-welko-latest-posts__post-date {
  width: 100%;
  font-size: 12px;
}
.wp-block-welko-latest-posts:has(.wp-block-welko-latest-posts__post-author):has(.wp-block-welko-latest-posts__post-date) .wp-block-welko-latest-posts__post-date, .wp-block-welko-latest-posts:has(.wp-block-welko-latest-posts__post-author):has(.wp-block-welko-latest-posts__post-date) .wp-block-welko-latest-posts__post-author {
  width: fit-content;
  max-width: calc(50% - 8px);
}

.wp-block-welko-latest-produits.is-grid .wp-block-welko-latest-produits__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-welko-latest-produits.is-grid.columns-2 .wp-block-welko-latest-produits__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-produits.is-grid.columns-2 .wp-block-welko-latest-produits__post {
    width: calc(100% / 2 - 1.25em + 1.25em / 2);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-produits.is-grid.columns-2 .wp-block-welko-latest-produits__post:nth-child(2n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-produits.is-grid.columns-3 .wp-block-welko-latest-produits__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-produits.is-grid.columns-3 .wp-block-welko-latest-produits__post {
    width: calc(100% / 3 - 1.25em + 1.25em / 3);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-produits.is-grid.columns-3 .wp-block-welko-latest-produits__post:nth-child(3n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-produits.is-grid.columns-4 .wp-block-welko-latest-produits__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-produits.is-grid.columns-4 .wp-block-welko-latest-produits__post {
    width: calc(100% / 4 - 1.25em + 1.25em / 4);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-produits.is-grid.columns-4 .wp-block-welko-latest-produits__post:nth-child(4n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-produits.is-grid.columns-5 .wp-block-welko-latest-produits__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-produits.is-grid.columns-5 .wp-block-welko-latest-produits__post {
    width: calc(100% / 5 - 1.25em + 1.25em / 5);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-produits.is-grid.columns-5 .wp-block-welko-latest-produits__post:nth-child(5n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-produits.is-grid.columns-6 .wp-block-welko-latest-produits__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-produits.is-grid.columns-6 .wp-block-welko-latest-produits__post {
    width: calc(100% / 6 - 1.25em + 1.25em / 6);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-produits.is-grid.columns-6 .wp-block-welko-latest-produits__post:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list {
  position: relative;
}
.wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper {
  position: unset;
  padding: 15px 5px;
  padding-bottom: 40px;
  width: 100%;
}
.wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-wrapper {
  height: unset;
}
.wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-slide {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  background: white;
  height: auto;
  min-height: 250px;
  overflow: hidden;
  margin: 0;
  max-width: unset !important;
}
.wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-next, .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-prev {
  position: absolute;
  background: transparent !important;
  display: none;
  width: 45px;
  height: 20px;
  top: calc(100% + 50px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-next, .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-prev {
    top: 50%;
  }
}
@media (min-width: 1440px) {
  .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-next, .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-prev {
    display: flex !important;
  }
  .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-next::after, .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-prev::after {
    display: none;
  }
  .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-next svg, .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-prev svg {
    width: 100%;
    height: 100%;
  }
  .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-next svg path, .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-prev svg path {
    fill: var(--swiper-theme-color);
  }
}
.wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-next {
  right: unset;
  left: calc(50% + 10px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-next {
    left: unset;
    right: -65px;
  }
  .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-next::after {
    display: none;
  }
  .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-next svg {
    margin-left: 4px;
  }
}
.wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-prev {
  left: unset;
  right: calc(50% + 10px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-prev {
    right: unset;
    left: -65px;
  }
  .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-prev::after {
    display: none;
  }
  .wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-button-prev svg {
    margin-right: 4px;
  }
}
.wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
}
.wp-block-welko-latest-produits.is-slider .wp-block-welko-latest-produits__list .swiper .swiper-pagination .empty {
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
}
.wp-block-welko-latest-produits__post {
  margin: 0 1.25em 1.25em 0;
  clear: both;
  overflow-wrap: break-word;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
}
.wp-block-welko-latest-produits__post__featured-image ~ .wp-block-welko-latest-produits__post-terms {
  position: absolute;
  top: 0;
  left: 10;
}
.wp-block-welko-latest-produits__post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px;
}
.wp-block-welko-latest-produits__post-term {
  padding: 4px 12px;
  border-radius: 20px;
  margin: 0;
  font-size: 12px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
}
.wp-block-welko-latest-produits__post-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 16px;
  margin-top: auto;
}
.wp-block-welko-latest-produits__post__featured-image ~ .wp-block-welko-latest-produits__post-content {
  height: auto;
}
.wp-block-welko-latest-produits__post-separator {
  width: 100%;
}
.wp-block-welko-latest-produits__post-separator hr {
  height: 5px;
  width: 80px;
  opacity: 1;
  display: block;
  border: 0;
  margin: 0;
  margin-block: 0;
  padding: 0;
  flex-shrink: 0;
  background-color: var(--wp--preset--color--accent);
}
.wp-block-welko-latest-produits__post-title {
  width: 100%;
  text-decoration: none;
  color: var(--wp--preset--color--default);
}
.wp-block-welko-latest-produits__post-title::before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.wp-block-welko-latest-produits__post-excerpt {
  margin-top: auto;
}
.wp-block-welko-latest-produits__post-link {
  padding: 12px 20px;
  font-weight: 500;
  transition: transform 0.3s;
  margin-top: auto;
  width: 100%;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  border-radius: var(--wp--custom--radius--default);
  border: 1px solid var(--wp--preset--color--primary);
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
.wp-block-welko-latest-produits__post-link:hover {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}
@media (min-width: 768px) {
  .wp-block-welko-latest-produits__post__featured-image {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .wp-block-welko-latest-produits__post__featured-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
}
.wp-block-welko-latest-produits__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  list-style: none;
  position: relative;
  padding: 0;
}
.wp-block-welko-latest-produits__filters__filter {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 40px;
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--legend);
  background: unset;
}
.wp-block-welko-latest-produits__filters__filter:hover, .wp-block-welko-latest-produits__filters__filter:focus-visible, .wp-block-welko-latest-produits__filters__filter:active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  cursor: pointer;
}
.wp-block-welko-latest-produits__filters__filter--active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.wp-block-welko-latest-produits__filters:has(select) {
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.wp-block-welko-latest-produits__filters:has(select) p {
  margin: 0;
}
.wp-block-welko-latest-produits__filters:has(select) select {
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--legend);
  border-radius: 40px;
  padding: 10px 15px;
  min-width: 250px;
  line-height: normal;
}
.wp-block-welko-latest-produits__filters:has(select) select:not([disabled]):hover, .wp-block-welko-latest-produits__filters:has(select) select:not([disabled]):focus-visible, .wp-block-welko-latest-produits__filters:has(select) select:not([disabled]):active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  cursor: pointer;
}
.wp-block-welko-latest-produits__loadmore {
  width: 100% !important;
  background: unset;
  box-shadow: unset !important;
  display: flex;
  justify-content: center;
}
.wp-block-welko-latest-produits__loadmore button {
  margin: auto;
  cursor: pointer;
  width: max-content;
}
.wp-block-welko-latest-produits__paginate {
  display: flex !important;
  width: 100% !important;
  background: unset;
  box-shadow: unset;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}
.wp-block-welko-latest-produits__paginate a {
  color: black;
  text-decoration: none;
}
.wp-block-welko-latest-produits__paginate a span {
  color: black;
  font-weight: bold;
}
.wp-block-welko-latest-produits.has-text-align-center .wp-block-welko-latest-produits__post-content {
  justify-content: center;
}
.wp-block-welko-latest-produits.has-text-align-center .wp-block-welko-latest-produits__post-separator hr {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-welko-latest-produits.has-text-align-right .wp-block-welko-latest-produits__post-content {
  justify-content: right;
}
.wp-block-welko-latest-produits.has-text-align-right .wp-block-welko-latest-produits__post-separator hr {
  margin-left: auto;
  margin-right: 0;
}

.wp-block-welko-latest-produits__post:hover, .wp-block-welko-latest-produits__post:focus-within, .wp-block-welko-latest-produits__post:active {
  cursor: pointer;
}
.wp-block-welko-latest-produits__post:hover .wp-block-welko-latest-produits__post-link, .wp-block-welko-latest-produits__post:focus-within .wp-block-welko-latest-produits__post-link, .wp-block-welko-latest-produits__post:active .wp-block-welko-latest-produits__post-link {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}

.wp-block-welko-latest-produits__post-term {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
}
.wp-block-welko-latest-produits__post-separator {
  display: none;
}
.wp-block-welko-latest-produits__post-title {
  color: var(--wp--preset--color--default);
  font-size: var(--wp--preset--font-size--s);
}
.wp-block-welko-latest-produits__post-link {
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 12px 20px;
  display: block;
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  border-radius: var(--wp--custom--radius--default);
}
.wp-block-welko-latest-produits__post-link:hover {
  background: unset;
  color: var(--wp--preset--color--primary);
}

.wp-block-welko-latest-offres.is-grid .wp-block-welko-latest-offres__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-welko-latest-offres.is-grid.columns-2 .wp-block-welko-latest-offres__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-offres.is-grid.columns-2 .wp-block-welko-latest-offres__post {
    width: calc(100% / 2 - 1.25em + 1.25em / 2);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-offres.is-grid.columns-2 .wp-block-welko-latest-offres__post:nth-child(2n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-offres.is-grid.columns-3 .wp-block-welko-latest-offres__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-offres.is-grid.columns-3 .wp-block-welko-latest-offres__post {
    width: calc(100% / 3 - 1.25em + 1.25em / 3);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-offres.is-grid.columns-3 .wp-block-welko-latest-offres__post:nth-child(3n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-offres.is-grid.columns-4 .wp-block-welko-latest-offres__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-offres.is-grid.columns-4 .wp-block-welko-latest-offres__post {
    width: calc(100% / 4 - 1.25em + 1.25em / 4);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-offres.is-grid.columns-4 .wp-block-welko-latest-offres__post:nth-child(4n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-offres.is-grid.columns-5 .wp-block-welko-latest-offres__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-offres.is-grid.columns-5 .wp-block-welko-latest-offres__post {
    width: calc(100% / 5 - 1.25em + 1.25em / 5);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-offres.is-grid.columns-5 .wp-block-welko-latest-offres__post:nth-child(5n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-offres.is-grid.columns-6 .wp-block-welko-latest-offres__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-offres.is-grid.columns-6 .wp-block-welko-latest-offres__post {
    width: calc(100% / 6 - 1.25em + 1.25em / 6);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-offres.is-grid.columns-6 .wp-block-welko-latest-offres__post:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list {
  position: relative;
}
.wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper {
  position: unset;
  padding: 15px 5px;
  padding-bottom: 40px;
  width: 100%;
}
.wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-wrapper {
  height: unset;
}
.wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-slide {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  background: white;
  height: auto;
  min-height: 250px;
  overflow: hidden;
  margin: 0;
  max-width: unset !important;
}
.wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-next, .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-prev {
  position: absolute;
  background: transparent !important;
  display: none;
  width: 45px;
  height: 20px;
  top: calc(100% + 50px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-next, .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-prev {
    top: 50%;
  }
}
@media (min-width: 1440px) {
  .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-next, .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-prev {
    display: flex !important;
  }
  .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-next::after, .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-prev::after {
    display: none;
  }
  .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-next svg, .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-prev svg {
    width: 100%;
    height: 100%;
  }
  .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-next svg path, .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-prev svg path {
    fill: var(--swiper-theme-color);
  }
}
.wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-next {
  right: unset;
  left: calc(50% + 10px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-next {
    left: unset;
    right: -65px;
  }
  .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-next::after {
    display: none;
  }
  .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-next svg {
    margin-left: 4px;
  }
}
.wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-prev {
  left: unset;
  right: calc(50% + 10px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-prev {
    right: unset;
    left: -65px;
  }
  .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-prev::after {
    display: none;
  }
  .wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-button-prev svg {
    margin-right: 4px;
  }
}
.wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
}
.wp-block-welko-latest-offres.is-slider .wp-block-welko-latest-offres__list .swiper .swiper-pagination .empty {
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
}
.wp-block-welko-latest-offres__post {
  margin: 0 1.25em 1.25em 0;
  clear: both;
  overflow-wrap: break-word;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
}
.wp-block-welko-latest-offres__post__featured-image ~ .wp-block-welko-latest-offres__post-terms {
  position: absolute;
  top: 0;
  left: 10;
}
.wp-block-welko-latest-offres__post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px;
}
.wp-block-welko-latest-offres__post-term {
  padding: 4px 12px;
  border-radius: 20px;
  margin: 0;
  font-size: 12px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
}
.wp-block-welko-latest-offres__post-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 16px;
  margin-top: auto;
}
.wp-block-welko-latest-offres__post__featured-image ~ .wp-block-welko-latest-offres__post-content {
  height: auto;
}
.wp-block-welko-latest-offres__post-separator {
  width: 100%;
}
.wp-block-welko-latest-offres__post-separator hr {
  height: 5px;
  width: 80px;
  opacity: 1;
  display: block;
  border: 0;
  margin: 0;
  margin-block: 0;
  padding: 0;
  flex-shrink: 0;
  background-color: var(--wp--preset--color--accent);
}
.wp-block-welko-latest-offres__post-title {
  width: 100%;
  text-decoration: none;
}
.wp-block-welko-latest-offres__post-title::before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.wp-block-welko-latest-offres__post-excerpt {
  margin-top: auto;
}
.wp-block-welko-latest-offres__post-city {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 12px;
}
.wp-block-welko-latest-offres__post-city svg path {
  fill: var(--wp--preset--color--default);
}
.wp-block-welko-latest-offres__post-author, .wp-block-welko-latest-offres__post-date {
  width: 100%;
  font-size: 12px;
}
.wp-block-welko-latest-offres__post-link {
  padding: 10px 0;
  font-weight: 500;
  transition: transform 0.3s;
  margin-top: auto;
  width: 100%;
}
.wp-block-welko-latest-offres__post-link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .wp-block-welko-latest-offres__post__featured-image {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .wp-block-welko-latest-offres__post__featured-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
}
.wp-block-welko-latest-offres:has(.wp-block-welko-latest-offres__post-author):has(.wp-block-welko-latest-offres__post-date) .wp-block-welko-latest-offres__post-date, .wp-block-welko-latest-offres:has(.wp-block-welko-latest-offres__post-author):has(.wp-block-welko-latest-offres__post-date) .wp-block-welko-latest-offres__post-author {
  width: fit-content;
  max-width: calc(50% - 8px);
}
.wp-block-welko-latest-offres__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  list-style: none;
  position: relative;
  padding: 0;
}
.wp-block-welko-latest-offres__filters__filter {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 40px;
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--legend);
  background: unset;
}
.wp-block-welko-latest-offres__filters__filter:hover, .wp-block-welko-latest-offres__filters__filter:focus-visible, .wp-block-welko-latest-offres__filters__filter:active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  cursor: pointer;
}
.wp-block-welko-latest-offres__filters__filter--active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.wp-block-welko-latest-offres__filters:has(select) {
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.wp-block-welko-latest-offres__filters:has(select) p {
  margin: 0;
}
.wp-block-welko-latest-offres__filters:has(select) select {
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--legend);
  border-radius: 40px;
  padding: 10px 15px;
  min-width: 250px;
  line-height: normal;
}
.wp-block-welko-latest-offres__filters:has(select) select:not([disabled]):hover, .wp-block-welko-latest-offres__filters:has(select) select:not([disabled]):focus-visible, .wp-block-welko-latest-offres__filters:has(select) select:not([disabled]):active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  cursor: pointer;
}
.wp-block-welko-latest-offres__loadmore {
  width: 100% !important;
  background: unset;
  box-shadow: unset !important;
  display: flex;
  justify-content: center;
}
.wp-block-welko-latest-offres__loadmore button {
  margin: auto;
  cursor: pointer;
  width: max-content;
}
.wp-block-welko-latest-offres__paginate {
  display: flex !important;
  width: 100% !important;
  background: unset;
  box-shadow: unset;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}
.wp-block-welko-latest-offres__paginate a {
  color: black;
  text-decoration: none;
}
.wp-block-welko-latest-offres__paginate a span {
  color: black;
  font-weight: bold;
}
.wp-block-welko-latest-offres.has-text-align-center .wp-block-welko-latest-offres__post-content {
  justify-content: center;
}
.wp-block-welko-latest-offres.has-text-align-center .wp-block-welko-latest-offres__post-separator hr {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-welko-latest-offres.has-text-align-right .wp-block-welko-latest-offres__post-content {
  justify-content: right;
}
.wp-block-welko-latest-offres.has-text-align-right .wp-block-welko-latest-offres__post-separator hr {
  margin-left: auto;
  margin-right: 0;
}

.wp-block-welko-latest-offres__post:hover, .wp-block-welko-latest-offres__post:focus-within, .wp-block-welko-latest-offres__post:active {
  cursor: pointer;
}
.wp-block-welko-latest-offres__post:hover .wp-block-welko-latest-offres__post__featured-image img, .wp-block-welko-latest-offres__post:focus-within .wp-block-welko-latest-offres__post__featured-image img, .wp-block-welko-latest-offres__post:active .wp-block-welko-latest-offres__post__featured-image img {
  transform: scale(1.1);
  transition: 0.3s;
}
.wp-block-welko-latest-offres__post:hover .wp-block-stater-latest-offres__post-title, .wp-block-welko-latest-offres__post:focus-within .wp-block-stater-latest-offres__post-title, .wp-block-welko-latest-offres__post:active .wp-block-stater-latest-offres__post-title {
  text-decoration: none;
}

.wp-block-welko-latest-realisations.is-grid .wp-block-welko-latest-realisations__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-welko-latest-realisations.is-grid.columns-2 .wp-block-welko-latest-realisations__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-realisations.is-grid.columns-2 .wp-block-welko-latest-realisations__post {
    width: calc(100% / 2 - 1.25em + 1.25em / 2);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-realisations.is-grid.columns-2 .wp-block-welko-latest-realisations__post:nth-child(2n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-realisations.is-grid.columns-3 .wp-block-welko-latest-realisations__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-realisations.is-grid.columns-3 .wp-block-welko-latest-realisations__post {
    width: calc(100% / 3 - 1.25em + 1.25em / 3);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-realisations.is-grid.columns-3 .wp-block-welko-latest-realisations__post:nth-child(3n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-realisations.is-grid.columns-4 .wp-block-welko-latest-realisations__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-realisations.is-grid.columns-4 .wp-block-welko-latest-realisations__post {
    width: calc(100% / 4 - 1.25em + 1.25em / 4);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-realisations.is-grid.columns-4 .wp-block-welko-latest-realisations__post:nth-child(4n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-realisations.is-grid.columns-5 .wp-block-welko-latest-realisations__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-realisations.is-grid.columns-5 .wp-block-welko-latest-realisations__post {
    width: calc(100% / 5 - 1.25em + 1.25em / 5);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-realisations.is-grid.columns-5 .wp-block-welko-latest-realisations__post:nth-child(5n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-realisations.is-grid.columns-6 .wp-block-welko-latest-realisations__post {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .wp-block-welko-latest-realisations.is-grid.columns-6 .wp-block-welko-latest-realisations__post {
    width: calc(100% / 6 - 1.25em + 1.25em / 6);
    margin-right: 1.25em;
  }
  .wp-block-welko-latest-realisations.is-grid.columns-6 .wp-block-welko-latest-realisations__post:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list {
  position: relative;
}
.wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper {
  position: unset;
  padding: 15px 5px;
  padding-bottom: 40px;
  width: 100%;
}
.wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-wrapper {
  height: unset;
}
.wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-slide {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  background: white;
  height: auto;
  min-height: 250px;
  overflow: hidden;
  margin: 0;
  max-width: unset !important;
}
.wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-next, .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-prev {
  position: absolute;
  background: transparent !important;
  display: none;
  width: 45px;
  height: 20px;
  top: calc(100% + 50px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-next, .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-prev {
    top: 50%;
  }
}
@media (min-width: 1440px) {
  .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-next, .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-prev {
    display: flex !important;
  }
  .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-next::after, .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-prev::after {
    display: none;
  }
  .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-next svg, .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-prev svg {
    width: 100%;
    height: 100%;
  }
  .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-next svg path, .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-prev svg path {
    fill: var(--swiper-theme-color);
  }
}
.wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-next {
  right: unset;
  left: calc(50% + 10px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-next {
    left: unset;
    right: -65px;
  }
  .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-next::after {
    display: none;
  }
  .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-next svg {
    margin-left: 4px;
  }
}
.wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-prev {
  left: unset;
  right: calc(50% + 10px);
}
@media (min-width: 576px) {
  .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-prev {
    right: unset;
    left: -65px;
  }
  .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-prev::after {
    display: none;
  }
  .wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-button-prev svg {
    margin-right: 4px;
  }
}
.wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
}
.wp-block-welko-latest-realisations.is-slider .wp-block-welko-latest-realisations__list .swiper .swiper-pagination .empty {
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
}
.wp-block-welko-latest-realisations__post {
  margin: 0 1.25em 1.25em 0;
  aspect-ratio: 1/1;
  clear: both;
  overflow-wrap: break-word;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
}
.wp-block-welko-latest-realisations__post__featured-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.wp-block-welko-latest-realisations__post__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-welko-latest-realisations__post__featured-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--wp--preset--color--primary);
  opacity: 0.6;
  z-index: 1;
}
.wp-block-welko-latest-realisations__post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px;
}
.wp-block-welko-latest-realisations__post-term {
  padding: 4px 12px;
  border-radius: 20px;
  margin: 0;
  font-size: 12px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
}
.wp-block-welko-latest-realisations__post-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 16px;
  margin: auto;
}
.wp-block-welko-latest-realisations__post-separator {
  width: 100%;
}
.wp-block-welko-latest-realisations__post-separator hr {
  height: 5px;
  width: 80px;
  opacity: 1;
  display: block;
  border: 0;
  margin: 0;
  margin-block: 0;
  padding: 0;
  flex-shrink: 0;
  background-color: var(--wp--preset--color--accent);
}
.wp-block-welko-latest-realisations__post-title {
  width: 100%;
  text-decoration: none;
}
.wp-block-welko-latest-realisations__post-title::before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.wp-block-welko-latest-realisations__post-excerpt {
  margin-top: auto;
}
.wp-block-welko-latest-realisations__post-location {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 12px;
}
.wp-block-welko-latest-realisations__post-location svg path {
  fill: var(--wp--preset--color--default);
}
.wp-block-welko-latest-realisations__post-author, .wp-block-welko-latest-realisations__post-date {
  width: 100%;
  font-size: 12px;
}
.wp-block-welko-latest-realisations__post-link {
  padding: 10px 0;
  font-weight: 500;
  transition: transform 0.3s;
  margin-top: auto;
  width: 100%;
}
.wp-block-welko-latest-realisations__post-link:hover {
  text-decoration: none;
}
.wp-block-welko-latest-realisations__post:has(.wp-block-welko-latest-realisations__post__featured-image) {
  background-color: transparent;
  z-index: 0;
}
.wp-block-welko-latest-realisations__post:has(.wp-block-welko-latest-realisations__post__featured-image) .wp-block-welko-latest-realisations__post-content {
  position: relative;
  z-index: 1;
  color: var(--wp--preset--color--base);
  opacity: 0;
  transition: 0.3s all;
}
.wp-block-welko-latest-realisations__post:has(.wp-block-welko-latest-realisations__post__featured-image) .wp-block-welko-latest-realisations__post-content svg path {
  fill: var(--wp--preset--color--base);
}
.wp-block-welko-latest-realisations__post:has(.wp-block-welko-latest-realisations__post__featured-image) .wp-block-welko-latest-realisations__post-title {
  color: var(--wp--preset--color--base);
}
.wp-block-welko-latest-realisations:has(.wp-block-welko-latest-realisations__post-author):has(.wp-block-welko-latest-realisations__post-date) .wp-block-welko-latest-realisations__post-date, .wp-block-welko-latest-realisations:has(.wp-block-welko-latest-realisations__post-author):has(.wp-block-welko-latest-realisations__post-date) .wp-block-welko-latest-realisations__post-author {
  width: fit-content;
  max-width: calc(50% - 8px);
}
.wp-block-welko-latest-realisations__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  list-style: none;
  position: relative;
  padding: 0;
}
.wp-block-welko-latest-realisations__filters__filter {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 40px;
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--legend);
  background: unset;
}
.wp-block-welko-latest-realisations__filters__filter:hover, .wp-block-welko-latest-realisations__filters__filter:focus-visible, .wp-block-welko-latest-realisations__filters__filter:active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  cursor: pointer;
}
.wp-block-welko-latest-realisations__filters__filter--active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.wp-block-welko-latest-realisations__filters:has(select) {
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.wp-block-welko-latest-realisations__filters:has(select) p {
  margin: 0;
}
.wp-block-welko-latest-realisations__filters:has(select) select {
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--legend);
  border-radius: 40px;
  padding: 10px 15px;
  min-width: 250px;
  line-height: normal;
}
.wp-block-welko-latest-realisations__filters:has(select) select:not([disabled]):hover, .wp-block-welko-latest-realisations__filters:has(select) select:not([disabled]):focus-visible, .wp-block-welko-latest-realisations__filters:has(select) select:not([disabled]):active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  cursor: pointer;
}
.wp-block-welko-latest-realisations__loadmore {
  width: 100% !important;
  background: unset;
  box-shadow: unset !important;
  display: flex;
  justify-content: center;
}
.wp-block-welko-latest-realisations__loadmore button {
  margin: auto;
  cursor: pointer;
  width: max-content;
}
.wp-block-welko-latest-realisations__paginate {
  display: flex !important;
  width: 100% !important;
  background: unset;
  box-shadow: unset;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}
.wp-block-welko-latest-realisations__paginate a {
  color: black;
  text-decoration: none;
}
.wp-block-welko-latest-realisations__paginate a span {
  color: black;
  font-weight: bold;
}
.wp-block-welko-latest-realisations.has-text-align-center .wp-block-welko-latest-realisations__post-content, .wp-block-welko-latest-realisations.has-text-align-center .wp-block-welko-latest-realisations__post-location {
  justify-content: center;
}
.wp-block-welko-latest-realisations.has-text-align-center .wp-block-welko-latest-realisations__post-separator hr {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-welko-latest-realisations.has-text-align-right .wp-block-welko-latest-realisations__post-content, .wp-block-welko-latest-realisations.has-text-align-right .wp-block-welko-latest-realisations__post-location {
  justify-content: right;
}
.wp-block-welko-latest-realisations.has-text-align-right .wp-block-welko-latest-realisations__post-separator hr {
  margin-left: auto;
  margin-right: 0;
}

.wp-block-welko-latest-realisations__post:hover, .wp-block-welko-latest-realisations__post:focus-within, .wp-block-welko-latest-realisations__post:active {
  cursor: pointer;
}
.wp-block-welko-latest-realisations__post:hover .wp-block-stater-latest-realisations__post-title, .wp-block-welko-latest-realisations__post:focus-within .wp-block-stater-latest-realisations__post-title, .wp-block-welko-latest-realisations__post:active .wp-block-stater-latest-realisations__post-title {
  text-decoration: none;
}

.wp-block-welko-latest-realisations__post:has(.wp-block-welko-latest-realisations__post__featured-image):hover .wp-block-welko-latest-realisations__post-content, .wp-block-welko-latest-realisations__post:has(.wp-block-welko-latest-realisations__post__featured-image):focus-within .wp-block-welko-latest-realisations__post-content, .wp-block-welko-latest-realisations__post:has(.wp-block-welko-latest-realisations__post__featured-image):active .wp-block-welko-latest-realisations__post-content {
  opacity: 1 !important;
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  overflow-x: hidden;
}

hr {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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