/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./wp-content/themes/horizon-marketing-child/src/scss/app.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html,
body {
  overflow-x: clip;
  font-size: 16px !important;
}

a:where(:not(.wp-element-button)) {
  font-weight: normal;
}

html:has(.menu-am[aria-hidden=false]),
html:has(.menuctouvert.visible) {
  overflow: hidden;
}

.otgs-development-site-front-end {
  display: none !important;
}

.flatpickr-calendar,
.flatpickr-calendar input,
.flatpickr-calendar span,
.flatpickr-calendar select {
  font-family: var(--wp--preset--font-family--primary) !important;
}

.wp-block-group {
  position: relative;
}

.wp-block-button a {
  border-radius: 0px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

button,
[role=button] {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 8px;
  border-radius: 0;
}

::-webkit-scrollbar-track {
  background: var(--wp--preset--color--white);
}

::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--primary);
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--wp--preset--color--ternary);
}

.wp-block-cover {
  overflow: hidden;
}

.mar-hrz-open-menu {
  cursor: pointer;
}
.mar-hrz-open-menu .icon-container {
  width: auto !important;
}
.mar-hrz-open-menu .hrz-burger {
  display: block;
  overflow: visible;
}
.mar-hrz-open-menu .hrz-burger__line {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}
.mar-hrz-open-menu .hrz-burger__line--2 {
  transition-delay: 0.05s;
}
.mar-hrz-open-menu .hrz-burger__line--3 {
  transition-delay: 0.1s;
}
.mar-hrz-open-menu:hover .hrz-burger__line--1 {
  width: 14px;
}
.mar-hrz-open-menu:hover .hrz-burger__line--2 {
  width: 18px;
}
.mar-hrz-open-menu:hover .hrz-burger__line--3 {
  width: 10px;
}

.header-left .wpml-language-switcher-block {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--quaternary);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--l);
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase;
  text-align: center;
  transition: all ease-in-out 0.3s;
  border-radius: 2000px;
  border: 1px solid var(--wp--preset--color--quaternary);
  padding: 0.3rem 1rem;
  backdrop-filter: blur(0px);
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.header-left .wpml-language-switcher-block:hover {
  backdrop-filter: blur(1px);
  border: 1px solid var(--wp--preset--color--dark);
  color: var(--wp--preset--color--dark);
}

.wp-block-navigation__submenu-container {
  gap: 0.5rem !important;
  display: flex !important;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item {
  padding-top: 0.5rem !important;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item div {
  background-color: var(--wp--preset--color--blanc) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: var(--wp--preset--color--quaternary) !important;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--l);
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase;
  text-align: center;
  transition: all ease-in-out 0.3s;
  border-radius: 2000px !important;
  border: 1px solid var(--wp--preset--color--quaternary) !important;
  padding: 0.3rem 1rem !important;
  backdrop-filter: blur(0px);
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item div .wp-block-navigation-item__content {
  border: none !important;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item div:hover {
  background-color: var(--wp--preset--color--blanc) !important;
  border: 1px solid var(--wp--preset--color--dark) !important;
  color: var(--wp--preset--color--dark) !important;
}

.top-lang {
  display: flex;
  justify-content: flex-end;
}
.top-lang .wpml-language-switcher-block {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.hrz-open-menu.is-active .hrz-burger__line--1 {
  transform: translateY(5px) rotate(45deg);
  width: 18px;
}
.hrz-open-menu.is-active .hrz-burger__line--2 {
  opacity: 0;
  transform: scaleX(0);
}
.hrz-open-menu.is-active .hrz-burger__line--3 {
  transform: translateY(-5px) rotate(-45deg);
  width: 18px;
}
.hrz-open-menu.is-active:hover .hrz-burger__line--1 {
  width: 18px;
}
.hrz-open-menu.is-active:hover .hrz-burger__line--2 {
  width: 18px;
}
.hrz-open-menu.is-active:hover .hrz-burger__line--3 {
  width: 18px;
}

.hrz-header-3 {
  position: relative;
  z-index: 1;
}

.hrz-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  backdrop-filter: blur(0px);
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
}
.hrz-menu-overlay.hrz-overlay--active {
  pointer-events: auto;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.6);
}

.mar-hrz-menu-wrapper {
  position: fixed;
  inset-block: 0;
  right: 0;
  z-index: 51;
  width: 60vw;
  max-width: 1085px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media (max-width: 1025px) {
  .mar-hrz-menu-wrapper {
    width: 80vw;
  }
}
@media (max-width: 768px) {
  .mar-hrz-menu-wrapper {
    width: 90vw;
    padding-right: var(--wp--preset--spacing--m) !important;
    padding-left: var(--wp--preset--spacing--m) !important;
  }
}
.mar-hrz-menu-wrapper {
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.mar-hrz-menu-wrapper.hrz-menu--open {
  transform: translateX(0);
  box-shadow: -6px 0px 20px 0px rgba(0, 0, 0, 0.6);
}
.mar-hrz-menu-wrapper .hrz-inner-menu-bottom {
  position: relative;
  width: 100%;
  gap: 0 !important;
}
@media (max-width: 480px) {
  .mar-hrz-menu-wrapper .hrz-inner-menu-bottom {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .mar-hrz-menu-wrapper #inner-col-left {
    flex: 0 0 54.8% !important;
    width: 54.8% !important;
    min-width: 0;
  }
  .mar-hrz-menu-wrapper .inner-col-center {
    flex: 0 0 11.2% !important;
    width: 11.2% !important;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .mar-hrz-menu-wrapper .inner-col-center::after {
    content: "";
    display: block;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    align-self: stretch;
  }
  .mar-hrz-menu-wrapper .inner-col-right {
    position: relative;
    flex: 1 1 0 !important;
    min-width: 0;
    width: auto !important;
  }
}
.mar-hrz-menu-wrapper .hrz-close-btn {
  cursor: pointer;
}
.mar-hrz-menu-wrapper .hrz-close-btn .icon-container {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 2000px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.mar-hrz-menu-wrapper .hrz-close-btn:hover .icon-container {
  transform: rotate(180deg) !important;
}
.mar-hrz-menu-wrapper .hrz-navigation-menu .wp-block-navigation__submenu-container {
  display: none !important;
}
.mar-hrz-menu-wrapper .hrz-navigation-menu .wp-block-navigation__submenu-icon {
  display: none;
}
.mar-hrz-menu-wrapper .hrz-navigation-menu > ul {
  width: 100%;
}
.mar-hrz-menu-wrapper .hrz-navigation-menu > ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  padding: var(--wp--preset--spacing--s) 0;
  align-items: center;
  width: 100%;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.2s ease, padding-left 0.2s ease;
}
.mar-hrz-menu-wrapper .hrz-navigation-menu > ul li:last-child {
  border-bottom: none;
}
.mar-hrz-menu-wrapper .hrz-navigation-menu > ul li:hover, .mar-hrz-menu-wrapper .hrz-navigation-menu > ul li.is-active, .mar-hrz-menu-wrapper .hrz-navigation-menu > ul li.current-menu-ancestor, .mar-hrz-menu-wrapper .hrz-navigation-menu > ul li.current-menu-item {
  color: var(--wp--preset--color--secondary);
  padding-left: 0.5rem;
}
.mar-hrz-menu-wrapper .hrz-navigation-menu li.has-child a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mar-hrz-menu-wrapper .hrz-navigation-menu li.has-child > a::after {
  content: "→";
  margin-left: 0.75rem;
  font-size: 0.7em;
  display: inline-block;
  opacity: 0.4;
  transform: translateX(0);
  animation: none;
}
.mar-hrz-menu-wrapper .hrz-navigation-menu li.has-child.is-active > a::after {
  opacity: 1;
  animation: hrz-arrow-bounce 1s ease-in-out infinite;
}
@keyframes hrz-arrow-bounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

.hrz-menu--open .hrz-navigation-menu > ul li {
  opacity: 1;
  transform: translateY(0);
}

.back-mobile-menu {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2000px;
  color: var(--wp--preset--color--txt-light);
  width: 36px;
  height: 36px;
  min-width: 36px;
  transition: opacity 0.2s ease;
  padding: 0;
}
.back-mobile-menu::before {
  content: "←";
  font-size: 0.9rem;
  line-height: 1;
}
.back-mobile-menu:hover {
  opacity: 0.8;
}

.hrz-submenu-panel {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  min-width: 0;
  z-index: 10;
  background-color: var(--wp--preset--color--quaternary);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.25s ease;
}
.hrz-submenu-panel.is-visible {
  max-height: 2000px;
  overflow-y: auto;
  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.45s ease 0.05s;
}
.hrz-submenu-panel.is-switching {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.hrz-submenu-panel .back-mobile-menu {
  display: flex;
}
.hrz-submenu-panel__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hrz-submenu-panel__title {
  font-size: var(--wp--preset--font-size--xl);
  color: var(--wp--preset--color--txt-light);
  margin: 0;
  pointer-events: none;
  line-height: 1.2;
}
.hrz-submenu-panel__link {
  font-size: var(--wp--preset--font-size--xl);
  color: var(--wp--preset--color--txt-light);
  text-decoration: none;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.hrz-submenu-panel__link:last-child {
  border-bottom: none;
}
.hrz-submenu-panel__link.is-current {
  color: var(--wp--preset--color--secondary);
}
.hrz-submenu-panel__link:not(.has-children):hover {
  color: var(--wp--preset--color--secondary);
  padding-left: 0.5rem;
}
.hrz-submenu-panel__link.has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hrz-submenu-panel__link.has-children::after {
  content: "→";
  font-size: 0.7em;
  opacity: 0.4;
  flex-shrink: 0;
  margin-left: 0.75rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.hrz-submenu-panel__link.has-children:hover {
  color: var(--wp--preset--color--secondary);
  padding-left: 0.5rem;
}
.hrz-submenu-panel__link.has-children:hover::after {
  opacity: 1;
  transform: translateX(4px);
}

@media (min-width: 480px) {
  .hrz-submenu-panel {
    position: absolute;
    left: 66% !important;
    width: 34% !important;
    padding: 0 !important;
    gap: 0;
    top: 0;
    bottom: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .hrz-submenu-panel.is-switching {
    opacity: 0;
    transition: opacity 0.15s ease;
  }
  .hrz-submenu-panel__header {
    padding: 0.8rem 0.5rem;
  }
  .hrz-submenu-panel__title {
    font-size: var(--wp--preset--font-size--s);
    color: var(--wp--preset--color--terciary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .hrz-submenu-panel__link {
    padding: 0.8rem 0.5rem !important;
  }
  .hrz-submenu-panel__link:not(.has-children):hover {
    background-color: var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--quaternary) !important;
    padding-left: 0.5rem;
  }
  .hrz-submenu-panel__link.has-children:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--secondary) !important;
  }
  .hrz-submenu-panel.is-visible {
    max-height: 2000px;
    overflow-y: auto;
    opacity: 1;
    pointer-events: auto;
    transition: max-height 0.5s ease, opacity 0.45s ease 0.05s;
  }
}
@media (max-width: 480px) {
  .header-center {
    order: 0;
  }
  .header-center .wp-block-site-logo {
    text-align: left;
  }
  .header-left {
    order: 1;
  }
  .hrz-menu-wrapper {
    width: 100vw;
    padding-right: var(--wp--preset--spacing--m) !important;
    padding-left: var(--wp--preset--spacing--m) !important;
  }
  .hrz-navigation-menu li.has-child > a {
    pointer-events: none;
  }
  .top-lang {
    justify-content: flex-start;
  }
  .top-close {
    position: absolute;
    right: var(--wp--preset--spacing--xxl);
    top: var(--wp--preset--spacing--xxl);
  }
  .hrz-inner-menu-top {
    gap: var(--wp--preset--spacing--s);
    flex-direction: column;
  }
  .hrz-inner-menu-bottom {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    flex-direction: column;
  }
  #inner-col-left {
    width: 100%;
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #inner-col-left.is-translate {
    transform: translateX(-40%);
    opacity: 0;
    pointer-events: none;
  }
  .inner-col-right {
    z-index: 999;
  }
  .inner-col-right.is-hidden-mobile-submenu {
    display: none;
  }
  .inner-col-right .info-col {
    gap: var(--wp--preset--spacing--m);
    padding-top: var(--wp--preset--spacing--m);
    border-top: 1px solid var(--wp--preset--color--txt-light);
    margin-top: var(--wp--preset--spacing--xl);
  }
  .inner-col-right .info-col .wp-block-buttons,
  .inner-col-right .info-col .wp-block-button {
    width: 100%;
  }
  .hrz-submenu-panel {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-height: 0;
    z-index: 200 !important;
    padding: 0 !important;
    background-color: var(--wp--preset--color--quaternary);
    opacity: 0;
    pointer-events: none;
    gap: 0;
    transition: max-height 0.4s ease, opacity 0.25s ease;
  }
  .hrz-submenu-panel.is-switching {
    opacity: 0;
    transition: opacity 0.15s ease;
  }
  .hrz-submenu-panel__header {
    padding: var(--wp--preset--spacing--m);
    margin-bottom: 0;
  }
  .hrz-submenu-panel__title {
    font-size: var(--wp--preset--font-size--xl);
  }
  .hrz-submenu-panel__link {
    font-size: 1.125rem !important;
    padding: var(--wp--preset--spacing--s) 0 !important;
  }
  .hrz-submenu-panel.is-visible {
    max-height: 100vh;
    opacity: 1;
    pointer-events: auto;
    transition: max-height 0.5s ease, opacity 0.45s ease 0.05s;
  }
}
body.hrz-no-scroll {
  overflow: hidden;
}

@keyframes hrz-sub-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hrz-submenu-panel__header, .hrz-submenu-panel__link {
  animation: hrz-sub-in 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.hrz-submenu-panel__header {
  animation-delay: 0.04s;
}
.hrz-submenu-panel__link:nth-child(2) {
  animation-delay: 0.1s;
}
.hrz-submenu-panel__link:nth-child(3) {
  animation-delay: 0.15s;
}
.hrz-submenu-panel__link:nth-child(4) {
  animation-delay: 0.2s;
}
.hrz-submenu-panel__link:nth-child(5) {
  animation-delay: 0.25s;
}
.hrz-submenu-panel__link:nth-child(6) {
  animation-delay: 0.3s;
}
.hrz-submenu-panel__link:nth-child(7) {
  animation-delay: 0.35s;
}
.hrz-submenu-panel__link:nth-child(8) {
  animation-delay: 0.4s;
}
.hrz-submenu-panel__link:nth-child(9) {
  animation-delay: 0.45s;
}
.hrz-submenu-panel__link:nth-child(10) {
  animation-delay: 0.5s;
}
.hrz-submenu-panel__link:nth-child(11) {
  animation-delay: 0.55s;
}
.hrz-submenu-panel__link:nth-child(12) {
  animation-delay: 0.6s;
}
.hrz-submenu-panel__link:nth-child(13) {
  animation-delay: 0.65s;
}
.hrz-submenu-panel__link:nth-child(14) {
  animation-delay: 0.7s;
}
.hrz-submenu-panel__link:nth-child(15) {
  animation-delay: 0.75s;
}
.hrz-submenu-panel__link:nth-child(16) {
  animation-delay: 0.8s;
}
.hrz-submenu-panel__link:nth-child(17) {
  animation-delay: 0.85s;
}
.hrz-submenu-panel__link:nth-child(18) {
  animation-delay: 0.9s;
}
.hrz-submenu-panel__link:nth-child(19) {
  animation-delay: 0.95s;
}
.hrz-submenu-panel__link:nth-child(20) {
  animation-delay: 1s;
}
.hrz-submenu-panel__link:nth-child(21) {
  animation-delay: 1.05s;
}
.hrz-submenu-panel__link:nth-child(22) {
  animation-delay: 1.1s;
}
.hrz-submenu-panel__link:nth-child(23) {
  animation-delay: 1.15s;
}
.hrz-submenu-panel__link:nth-child(24) {
  animation-delay: 1.2s;
}

@media (prefers-reduced-motion: reduce) {
  .hrz-menu-wrapper,
  .hrz-submenu-panel {
    transition: none;
  }
  .hrz-submenu-panel__header,
  .hrz-submenu-panel__link,
  .hrz-navigation-menu > ul li {
    animation: none !important;
    transition: none !important;
  }
}
.wpgrid-map-section .wpgrid-map-left,
.wpgrid-map-content .wpgrid-map-left {
  overflow: hidden;
  padding: 3rem;
  min-width: 0;
  position: relative;
  flex: 1;
  max-width: 100%;
}
@media (max-width: 768px) {
  .wpgrid-map-section .wpgrid-map-left,
  .wpgrid-map-content .wpgrid-map-left {
    order: 1;
    padding-top: 310px;
  }
}
@media (max-width: 480px) {
  .wpgrid-map-section .wpgrid-map-left,
  .wpgrid-map-content .wpgrid-map-left {
    order: 1;
    padding-top: 0;
  }
}
.wpgrid-map-section .wpgrid-map-left .wpgb-card-media,
.wpgrid-map-content .wpgrid-map-left .wpgb-card-media {
  height: 230px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.wpgrid-map-section .wpgrid-map-right,
.wpgrid-map-content .wpgrid-map-right {
  position: sticky;
  height: 100vh !important;
  width: 100%;
  top: 0;
}
@media (max-width: 768px) {
  .wpgrid-map-section .wpgrid-map-right,
  .wpgrid-map-content .wpgrid-map-right {
    order: 0;
    position: relative;
  }
}

.is-style-hrz-p--title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--xxxxxl);
  color: var(--wp--preset--color--primary);
  line-height: 70px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .is-style-hrz-p--title {
    line-height: 1;
  }
}

.is-style-hrz-p--subtitle {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--m);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 25px;
}

.is-style-hrz-p--base {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--m);
  line-height: 20px;
  font-weight: 400;
}

.is-style-hrz-title--main {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--xxxxxl);
  color: var(--wp--preset--color--primary);
  line-height: 70px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .is-style-hrz-title--main {
    line-height: 1;
  }
}

.is-style-hrz-title--sub {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--m);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 25px;
}

.is-style-hrz-btn--primary a {
  background: var(--wp--preset--color--terciary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--blanc);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--l);
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase;
  text-align: center;
  transition: all ease-in-out 0.3s;
  border-radius: 2000px;
  padding: 0.3rem 1rem;
}
.is-style-hrz-btn--primary a:hover {
  background: var(--wp--preset--color--quaternary);
}

.is-style-hrz-btn--secondary a {
  background: var(--wp--preset--color--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--quaternary);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--l);
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase;
  text-align: center;
  transition: all ease-in-out 0.3s;
  border-radius: 2000px;
  padding: 0.3rem 1rem;
}
.is-style-hrz-btn--secondary a:hover {
  background: var(--wp--preset--color--terciary);
}

.is-style-hrz-btn--ternary a {
  background: var(--wp--preset--color--blanc);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--quaternary);
  font-weight: 600 !important;
  font-size: var(--wp--preset--font-size--l);
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase !important;
  text-align: center;
  transition: all ease-in-out 0.3s;
  border-radius: 2000px !important;
  padding: 0.3rem 1rem;
}
.is-style-hrz-btn--ternary a:hover {
  background: var(--wp--preset--color--terciary);
}

.is-style-hrz-btn--outlined a {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--quaternary);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--l);
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase;
  text-align: center;
  transition: all ease-in-out 0.3s;
  border-radius: 2000px;
  border: 1px solid var(--wp--preset--color--quaternary);
  padding: 0.3rem 1rem;
  backdrop-filter: blur(0px);
}
.is-style-hrz-btn--outlined a:hover {
  backdrop-filter: blur(1px);
  border: 1px solid var(--wp--preset--color--dark);
  color: var(--wp--preset--color--dark);
}

.is-style-hrz-leaf--top-left {
  background-image: url("../img/branche-gauche.webp");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 40%;
}

.is-style-hrz-leaf--top-right {
  background-image: url("../img/branche-droite.webp");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
}

.hrz-slider-2-pagination {
  width: 100% !important;
  inset: 0 !important;
  transform: none !important;
  text-align: center;
}

.hrz-slider-dots .swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--primary);
  transform: none;
}

.hrz-slider-dots .swiper-pagination-bullet {
  background-color: var(--wp--preset--color--primary);
  transform: none;
  border-radius: 2000px;
}

.swiper-backface-hidden .swiper-slide {
  overflow: hidden;
  border-radius: 40px;
}

.ico-1 {
  top: 20%;
  left: -30%;
}

.ico-2 {
  bottom: 10%;
  left: -10%;
}

.ico-3 {
  top: 0%;
  left: -10%;
}

.ico-4 {
  top: 0;
  left: 0;
}

.ico-5 {
  bottom: 0%;
  right: 0;
}

.ico-6 {
  top: 0;
  left: 5%;
}

.ico-7 {
  bottom: 0;
  right: 5%;
}

.ico-8 {
  top: 0;
  left: 20%;
}

.ico-9 {
  top: 10%;
  left: 10%;
}

.ico-10 {
  top: 10%;
  right: 10%;
}

.ico-11 {
  left: 0;
  top: 40%;
}

.ico-12 {
  bottom: 0;
  right: 0;
}

.ico-13 {
  bottom: 10%;
  right: 30%;
}

.is-flower {
  right: 10px;
  bottom: 10px;
}

@media (max-width: 768px) {
  .mar-grid {
    grid-template-columns: 1fr !important;
  }
  .mar-grid > * {
    grid-column: 1/-1 !important;
  }
}

.hrz-hero__media .swiper-slide {
  border-radius: 0px !important;
}

.mar-gamme-slider .swiper-slide {
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.mar-gamme-slider .swiper-slide:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.scroll-fade-wrapper {
  position: relative;
}
.scroll-fade-wrapper .scroll-fade-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.scroll-fade-wrapper .scroll-fade-hero-img {
  transform: scale(1.02);
}
.scroll-fade-wrapper .scroll-fade-hero figure,
.scroll-fade-wrapper .scroll-fade-hero img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .scroll-fade-wrapper .scroll-fade-hero figure,
  .scroll-fade-wrapper .scroll-fade-hero img {
    aspect-ratio: 9/16;
  }
}
.scroll-fade-wrapper .scroll-fade-hero-content {
  position: relative;
  z-index: 2;
  margin-top: -20vh;
  padding-top: 20vh;
}

#plune-flash-info {
  z-index: 100 !important;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--s);
}

#plune-toolbar #ptb-open-btn {
  background-color: var(--wp--preset--color--ternary);
  border: none;
}
#plune-toolbar #ptb-open-btn:after {
  background-color: var(--wp--preset--color--highlight);
}
#plune-toolbar .ptb__nav,
#plune-toolbar .ptb__nav__inner {
  background-color: var(--wp--preset--color--ternary) !important;
  font-family: var(--wp--preset--font-family--primary) !important;
  color: var(--wp--preset--color--secondary) !important;
}
#plune-toolbar .ptb__collapse-btn {
  border-color: var(--wp--preset--color--highlight) !important;
}
#plune-toolbar .ptb__collapse-btn i {
  color: var(--wp--preset--color--highlight) !important;
}
#plune-toolbar .ptb__slide__header {
  margin-top: 0 !important;
  background-color: var(--wp--preset--color--ternary) !important;
}
#plune-toolbar .ptb__slide__close-btn {
  top: 10px !important;
  border: none !important;
  color: var(--wp--preset--color--ternary) !important;
  font-family: var(--wp--preset--font-family--primary) !important;
}
#plune-toolbar .ptb__slide.open {
  border-color: var(--wp--preset--color--highlight) !important;
}
#plune-toolbar .ptb__link:hover {
  color: var(--wp--preset--color--highlight) !important;
}

#searchform-wrapper .searchform input,
#searchform-wrapper .searchform select,
#searchform-wrapper .searchform button {
  font-family: var(--wp--preset--font-family--primary) !important;
  font-size: var(--wp--preset--font-size--s) !important;
}

.flatpickr-calendar {
  font-family: var(--wp--preset--font-family--primary) !important;
}

.pfq nav ul {
  list-style: none;
}
.pfq h3 {
  font-weight: 500;
}
.pfq h4 {
  font-family: var(--wp--preset--font-family--primary) !important;
  font-size: var(--wp--preset--font-size--m) !important;
}

footer a {
  font-weight: normal;
  transition: all ease-in-out 0.3s;
}
footer nav a {
  font-weight: normal;
  transition: all ease-in-out 0.3s;
}
footer .hrz-footer-1-col-legal {
  font-family: var(--wp--preset--font-family--primary) !important;
  font-size: var(--wp--preset--font-size--s) !important;
}
footer .hrz-footer-1-col-legal a, footer .hrz-footer-1-col-legal p {
  font-size: var(--wp--preset--font-size--s) !important;
}
footer .hrz-footer-1-col-legal a {
  font-weight: normal !important;
}
@media (max-width: 480px) {
  footer .hrz-footer-1-col-legal {
    gap: 0.5rem !important;
  }
}
@media (max-width: 480px) {
  footer .wp-block-social-links {
    justify-content: center;
  }
}

#scroll-hint {
  bottom: 0;
}

.b0-r0 {
  bottom: 0;
  right: 0;
}

.mh-500 {
  min-height: 500px;
}
@media (max-width: 480px) {
  .mh-500 {
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .is-separator {
    height: var(--wp--preset--spacing--xxxl) !important;
  }
}

.is-t-right {
  text-align: right;
}

.is-self-s {
  align-self: center;
}

@media (max-width: 480px) {
  .no-p-mobile {
    padding: 0 !important;
  }
}

.is-covered:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute !important;
}

@media (max-width: 480px) {
  .is-hidden {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .is-m-t-align {
    text-align: center !important;
  }
}

.is-z1 {
  z-index: 1;
}

.is-shadowed {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}

.card-gamme-content {
  border: none !important;
}

.wp-block-query .wp-block-query-pagination {
  gap: 1rem !important;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex !important;
  gap: 0.5rem !important;
}

.banner-content .feature_text {
  font-family: var(--wp--preset--font-family--primary) !important;
  font-size: var(--wp--preset--font-size--s) !important;
}

.wp-block-ctoutvert-blocks-ctoutvert-equipements {
  border: none !important;
}

.anim-btn-book {
  transition: ease-in-out all 0.3s;
}
.anim-btn-book > * {
  transition: all ease-in-out 0.3s;
}
.anim-btn-book:hover {
  background-color: var(--wp--preset--color--quaternary) !important;
  border-radius: 8px;
}
.anim-btn-book:hover .label-btn {
  color: #fff !important;
  transform: translateY(3px);
}
.anim-btn-book:hover .icon-btn {
  transform: translateY(5px);
}
.anim-btn-book:hover .icon-btn svg {
  fill: #fff !important;
}

.wp-block-post-template .hebergements {
  border-radius: 20px;
  overflow: hidden;
}

.recomendation-block .hrz-ttl__term-name {
  font-size: var(--wp--preset--font-size--xs);
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--primary);
}
.recomendation-block .card-gamme {
  border-radius: 20px;
  overflow: hidden;
}
.recomendation-block .card-query-content {
  background-color: #fff;
}
.recomendation-block .card-query-content h3 a {
  font-size: var(--wp--preset--font-size--xl) !important;
  font-family: var(--wp--preset--font-family--secondary) !important;
  color: var(--wp--preset--color--quaternary) !important;
  font-weight: bold;
}
.recomendation-block .card-query-content .static-card-price {
  margin-top: var(--wp--preset--spacing--m);
}
.recomendation-block .card-query-content .static-card-price .booking_default a {
  background: var(--wp--preset--color--terciary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--blanc);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--l);
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase;
  text-align: center;
  transition: all ease-in-out 0.3s;
  border-radius: 2000px;
  padding: 0.3rem 1rem;
}
.recomendation-block .card-query-content .static-card-price .booking_default a:hover {
  background: var(--wp--preset--color--quaternary);
}

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