/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
@charset "UTF-8";
@layer reset, framework;
/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/outfit-v14-latin-regular.350fba22377180d2d2a5.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/outfit-v14-latin-500.6afa302024e3bdd17004.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/outfit-v14-latin-600.89745f3c0c56d1a0282e.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/outfit-v14-latin-700.e99f36ad6149955b8f36.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.offcanvas-close, .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  /*Make layouts classes from parent theme full size in mobile and tablet, 
  * If a bloc need to stay on half page even in mobile, then create another layout class for it, 
  * because in most cases following cases will be relevant
  */
  .grid-layout .grid-content-left, .grid-layout .grid-content-right {
    grid-column: content;
  }
  .grid-layout .grid-wide-left, .grid-layout .grid-wide-right {
    grid-column: wide;
  }
  .grid-layout .grid-full-left, .grid-layout .grid-page-left, .grid-layout .grid-full-right, .grid-layout .grid-page-right {
    grid-column: page;
  }
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}

/*Animations & transitions*/
@media (prefers-reduced-motion: no-preference) {
  .zoomInOnHover {
    overflow: hidden;
    cursor: pointer;
    --time: 0.3s;
    --timing-function: ease-in-out;
    --zoom-scale: 1.1;
  }
  .zoomInOnHover > *, .zoomInOnHover img, .zoomInOnHover svg {
    transition: scale var(--time) var(--timing-function);
  }
  .zoomInOnHover:hover > *, .zoomInOnHover:hover img, .zoomInOnHover:hover svg {
    scale: var(--zoom-scale);
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-1.25rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(1.25rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(-1.25rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(1.25rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fadeInLeft, .fadeInRight, .fadeInUp, .fadeInDown {
    --animation-delay: .25s;
    --animation-duration: 1s;
    --animation-fill-mode: both;
    animation-delay: var(--animation-delay);
    animation-duration: var(--animation-duration);
    animation-fill-mode: var(--animation-fill-mode);
  }
}
@media (prefers-reduced-motion: no-preference) and (max-width: 992px) {
  .fadeInLeft, .fadeInRight, .fadeInUp, .fadeInDown {
    --animation-delay: .1s;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .revealer.fadeInLeft {
    opacity: 0;
    transform: translateX(-1.25rem);
  }
  .revealer.fadeInRight {
    opacity: 0;
    transform: translateX(1.25rem);
  }
  .revealer.fadeInUp {
    opacity: 0;
    transform: translateY(-1.25rem);
  }
  .revealer.fadeInDown {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  .revealer.active.fadeInLeft {
    animation-name: fadeInLeft;
  }
  .revealer.active.fadeInRight {
    animation-name: fadeInRight;
  }
  .revealer.active.fadeInUp {
    animation-name: fadeInUp;
  }
  .revealer.active.fadeInDown {
    animation-name: fadeInDown;
  }
}
.radius-normal {
  border-radius: var(--wp--custom--radius--normal);
}

.z-2 {
  z-index: 2;
}

.h-fit {
  height: fit-content;
}

.wp-block-button:not(.is-style-outline) :is(.wp-element-button, .wp-block-button__link), .gform_button.wp-element-button {
  background-color: transparent;
  transition: 0.3s ease-in-out;
  transition-property: color;
  position: relative;
  z-index: 0;
}
.wp-block-button:not(.is-style-outline) :is(.wp-element-button, .wp-block-button__link)::before, .gform_button.wp-element-button::before {
  content: "";
  position: absolute;
  background-color: var(--wp--preset--color--primary);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--wp--custom--radius--normal);
  transition: 0.3s ease-in-out;
  transition-property: transform, background-color;
}
.wp-block-button:not(.is-style-outline) :is(.wp-element-button, .wp-block-button__link):hover, .wp-block-button:not(.is-style-outline) :is(.wp-element-button, .wp-block-button__link):focus, .gform_button.wp-element-button:hover, .gform_button.wp-element-button:focus {
  color: var(--wp--preset--color--primary);
}
.wp-block-button:not(.is-style-outline) :is(.wp-element-button, .wp-block-button__link):hover::before, .wp-block-button:not(.is-style-outline) :is(.wp-element-button, .wp-block-button__link):focus::before, .gform_button.wp-element-button:hover::before, .gform_button.wp-element-button:focus::before {
  transform: rotate(-4deg);
  background-color: var(--wp--preset--color--tertiary);
}

.btn-to-top {
  position: fixed;
  bottom: clamp(1rem, 4vw, 3rem);
  right: clamp(1rem, 4vw, 3rem);
  z-index: 10;
  color: var(--wp--preset--color--primary);
}
.btn-to-top:hover {
  color: var(--wp--preset--color--primary);
}

.has-long-arrow-left {
  position: relative;
}
.has-long-arrow-left::before {
  content: "➜";
  position: absolute;
  left: -1.5em;
  color: var(--wp--preset--color--primary);
}

.share-link {
  cursor: pointer;
  color: var(--wp--preset--color--darkgrey);
  transition: color 0.3s ease-in-out;
}
.share-link:hover {
  color: var(--wp--preset--color--primary);
}

/**
* General navigation (header and footer):
*/
.nav-link {
  padding: 0;
}

.menu-item {
  padding: 0.25rem 0.5rem;
}

.main-header {
  grid-row: header;
  top: 0;
  z-index: 100;
}

.navbar-brand {
  position: relative;
}
.navbar-brand img {
  transition: opacity 0.3s ease-in-out;
}
.navbar-brand .scrolling-icon {
  position: absolute;
  left: 0;
  opacity: 0;
  color: var(--wp--preset--color--secondary);
  transition: color 0.3s ease-in-out;
}

.main-header.scrolling .navbar-brand img:not(.scrolling-icon) {
  opacity: 0;
}
.main-header.scrolling .navbar-brand .scrolling-icon {
  opacity: 1;
}

.main-header.is-on-light .scrolling-icon, .main-header.is-on-light .navbar-toggler {
  color: var(--wp--preset--color--contrast);
}

.offcanvas {
  --bs-offcanvas-width: 100vw;
}
@media (min-width: 992px) {
  .offcanvas {
    flex-shrink: 0;
  }
}

.offcanvas-close {
  border: transparent;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
}

.offcanvas .navbar-nav {
  background-color: var(--wp--preset--color--contrast);
  border-radius: var(--wp--custom--radius--normal);
}

.navbar-toggler {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  color: var(--wp--preset--color--secondary);
}

.menu-item .nav-link {
  color: var(--wp--preset--color--base);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-size: var(--wp--preset--font-size--large);
}
.menu-item .nav-link:hover, .menu-item .nav-link:focus, .menu-item .nav-link.is-current {
  color: var(--wp--preset--color--secondary);
}
@media (min-width: 992px) {
  .menu-item .nav-link {
    font-size: var(--wp--preset--font-size--regular);
  }
}

body {
  overflow-x: clip;
  accent-color: var(--wp--preset--color--secondary);
}

.wrapper {
  width: 100%;
  max-width: var(--wp--style--global--content-size);
  padding: 0 1rem;
  margin: 0 auto;
}

@supports (text-wrap: balance) {
  :where(h1, h2).wp-block-heading {
    text-wrap: balance;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: var(--wp--style--global--content-size);
  }
}
.main-content {
  grid-row: main;
}

@media (max-width: 992px) {
  section[id] {
    padding-top: 5rem;
  }
}
p.is-style-surtitle + .wp-block-heading {
  margin-block-start: 0;
}

ul.wp-block-list {
  list-style-image: url(images/icon-list-arrow-secondary.d063bf535aac63f4d808.svg);
  padding-left: 1.2em;
}
ul.wp-block-list li {
  padding-left: 0.2em;
  margin-top: 0.2em;
}

ul.is-style-list-pro {
  list-style-image: url(images/checkmark.95ecd671c58decc3142b.svg);
}

ul.is-style-list-con {
  list-style-image: url(images/redcross.076c6a1413944fef2225.svg);
}

ul.wp-block-list li.is-style-item-pro {
  list-style-image: url(images/checkmark.95ecd671c58decc3142b.svg);
}
ul.wp-block-list li.is-style-item-con {
  list-style-image: url(images/redcross.076c6a1413944fef2225.svg);
}

.wp-block-image img[src$=".svg"] {
  border-radius: 0;
}

.wp-block-cover#accueil {
  min-height: 100dvh;
}
.wp-block-cover#accueil .wp-block-cover__image-background {
  max-width: 1920px;
  height: auto;
  object-fit: contain;
  margin: auto;
}

mark.has-contrast-color {
  background-color: transparent !important;
  position: relative;
  z-index: 0;
}
mark.has-contrast-color::before {
  content: "";
  position: absolute;
  background-color: var(--wp--preset--color--secondary);
  z-index: -1;
  inset: 0.4rem -0.4rem;
  rotate: -1deg;
  border-radius: var(--wp--custom--radius--normal);
}

section.wp-block-cover {
  position: relative;
  z-index: 0;
}
section.wp-block-cover .wp-block-cover__image-background {
  z-index: -1;
}
section.wp-block-cover .wp-block-cover__background {
  z-index: -2;
}
section.wp-block-cover .wp-block-cover__inner-container {
  position: initial;
}

.wp-block-image.btn-arrow-down {
  margin-block-start: 0;
}
.wp-block-image.btn-arrow-down a {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out;
}
.wp-block-image.btn-arrow-down a:hover {
  transform: translateX(-50%) translateY(20%);
}
.wp-block-image.btn-arrow-down a:hover img[src$="-secondary.svg"] {
  filter: brightness(0) saturate(100%) invert(91%) sepia(9%) saturate(538%) hue-rotate(333deg) brightness(108%) contrast(93%);
}
.wp-block-image.btn-arrow-down a:hover img[src$="-contrast.svg"] {
  filter: brightness(0) saturate(100%) invert(91%) sepia(19%) saturate(392%) hue-rotate(49deg) brightness(90%) contrast(91%);
}
.wp-block-image.btn-arrow-down a:hover img[src$="-secondary-dark.svg"] {
  filter: brightness(0) saturate(100%) invert(20%) sepia(22%) saturate(2086%) hue-rotate(125deg) brightness(103%) contrast(103%);
}
.wp-block-image.btn-arrow-down a:hover img[src$="-tertiary.svg"] {
  filter: brightness(0) saturate(100%) invert(75%) sepia(20%) saturate(637%) hue-rotate(359deg) brightness(86%) contrast(91%);
}
@media (min-width: 992px) {
  .wp-block-image.btn-arrow-down a {
    bottom: 3rem;
  }
}

.wp-block-cover#la-societe {
  overflow: visible;
  overflow-x: clip;
}
.wp-block-cover#la-societe .wp-block-cover__image-background {
  bottom: 0;
  top: auto;
  max-width: clamp(20rem, 44vw, 51.75rem);
  height: auto;
  transform: translate(-50%, 50%);
  opacity: 0.68;
}

.wp-block-cover#negoce {
  padding-bottom: 0;
}
.wp-block-cover#negoce .btn-arrow-down a {
  bottom: var(--wp--preset--spacing--5);
}
@media (min-width: 992px) {
  .wp-block-cover#negoce .btn-arrow-down a {
    bottom: var(--wp--preset--spacing--7);
  }
}

.wp-block-image.locatelli-vertical-flags {
  margin-bottom: calc(-1 * var(--wp--preset--spacing--6));
}
.wp-block-image.locatelli-vertical-flags img {
  max-width: 100vw;
}
@media (min-width: 992px) {
  .wp-block-image.locatelli-vertical-flags img {
    max-width: 50vw;
  }
}

.wp-block-cover#abattage .wp-block-cover__background {
  right: 30%;
  border-bottom-right-radius: 50rem;
  border-top-right-radius: 50rem;
}

.wp-block-image.rotate-6.revealer img {
  transition: transform 0.75s ease-in-out;
}
.wp-block-image.rotate-6.revealer.active img {
  transform: rotate(6deg);
}

.wp-block-image.rotate-minus-7.revealer img {
  transition: transform 0.75s ease-in-out;
}
.wp-block-image.rotate-minus-7.revealer.active img {
  transform: rotate(-7deg);
}

.wp-block-image.rotate-1.revealer img {
  transition: transform 0.75s ease-in-out;
}
.wp-block-image.rotate-1.revealer.active img {
  transform: rotate(1deg);
}

.wp-block-cover#debardage .wp-block-cover__image-background {
  max-width: clamp(20rem, 44vw, 51.75rem);
  height: auto;
  opacity: 0.68;
  transform: translate(50%, -50%);
  top: 50%;
  right: 0;
  left: auto;
}

.main-footer {
  grid-row: footer;
  min-height: 100vh;
  grid-template-rows: 1fr auto;
}

.footer-top {
  --min-item-size: 12rem;
}

.footer-bottom {
  --vertical-alignment: center;
}

@supports (gap: 0) {
  .main-footer .menu {
    gap: 0.5rem 1rem;
  }
  .main-footer .menu .menu-item {
    padding: 0;
  }
}

.legal-menu .nav-link {
  font-size: inherit;
  color: inherit;
}

.archive-loop {
  --min-item-size: 16rem;
  --grid-fill: auto-fill;
}
.archive-loop article {
  max-width: 20rem;
}

.gform_wrapper.gravity-theme {
  position: relative;
  max-width: 29.625rem;
}
.gform_wrapper.gravity-theme .ginput_container {
  position: relative;
}
.gform_wrapper.gravity-theme label.gfield_label {
  position: absolute;
  top: 0;
  padding: 0 0.4rem;
  transform: translateY(0);
  left: 0;
  height: 0;
  overflow: hidden;
  color: var(--wp--preset--color--contrast);
  background-color: var(--wp--preset--color--base);
}
.gform_wrapper.gravity-theme input:not(:placeholder-shown) + label, .gform_wrapper.gravity-theme textarea:not(:placeholder-shown) + label {
  height: fit-content;
  width: fit-content;
  overflow: visible;
  transform: translateY(-1em);
  transition: transform 0.3s ease-in-out;
}
.gform_wrapper.gravity-theme textarea.large {
  height: 38px;
}
.gform_wrapper.gravity-theme textarea.large:not(:placeholder-shown) {
  height: 288px;
  transition: height 0.4s ease-in-out;
}
.gform_wrapper.gravity-theme input[type=checkbox] + label, .gform_wrapper.gravity-theme input[type=radio] + label {
  transform: none !important;
}
.gform_wrapper.gravity-theme .gform_required_legend {
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--regular);
}
@media (min-width: 992px) {
  .gform_wrapper.gravity-theme .gform_required_legend {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
}
.gform_wrapper.gravity-theme input:not([type=checkbox]), .gform_wrapper.gravity-theme textarea {
  background-color: var(--wp--preset--color--base);
  border-radius: var(--wp--custom--radius--normal);
  box-shadow: none;
  border: 0;
  color: var(--wp--preset--color--contrast);
  padding-block: 0.8rem;
}
.gform_wrapper.gravity-theme input:not([type=checkbox]):focus, .gform_wrapper.gravity-theme textarea:focus {
  outline: 3px solid var(--wp--preset--color--secondary);
}
.gform_wrapper.gravity-theme .ginput_container.ginput_container_consent {
  display: flex;
  align-items: baseline;
  gap: 0.4em;
}
.gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_consent) {
  margin-top: var(--wp--preset--spacing--2);
}
.gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_consent) .gfield_label {
  border-top-left-radius: var(--wp--custom--radius--normal);
  border-top-right-radius: var(--wp--custom--radius--normal);
}
.gform_wrapper.gravity-theme .gfield_consent_label {
  font-size: var(--wp--preset--font-size--regular);
}
.gform_wrapper.gravity-theme .gform_button {
  padding-inline: 4rem;
}
.gform_wrapper.gravity-theme .gform-footer.gform_footer {
  padding-bottom: 0;
}
