@import url(https://fonts.googleapis.com/css2?family=Zalando+Sans:ital,wght@0,600;1,600&display=swap);
@charset "UTF-8";
:root :where(p) {
  color: #2B2B2B;
}

@keyframes view-screen-entry {
  from {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** HEADER **/
/** BORDER RADIUS **/
/** ICON SIZES **/
/* >>> VARIABLES <<< */
/* >>> GENERIC SECTIONS <<< */
.block-section:not(.block-section-hero):not(.block-section-products),
.archive-main {
  padding: 5rem 0;
}
@media only screen and (max-width: 1200px) {
  .block-section:not(.block-section-hero):not(.block-section-products),
  .archive-main {
    padding: 4rem 0;
  }
}

/* >>> HERO SECTION <<< */
.block-section-hero {
  padding-top: 5rem;
}
.block-section-hero .btn {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 1200px) {
  .block-section-hero {
    padding: 4rem 0;
  }
}

/* >>> EXPERTISES SECTION <<< */
.block-section-expertises {
  margin-top: -2.5rem;
}
@media only screen and (max-width: 1200px) {
  .block-section-expertises {
    margin-top: 0;
  }
}

/* >>> PRODUCTS SECTION <<< */
.block-section-products {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1200px) {
  .block-section-products {
    padding: 4rem 0;
  }
}

/* >>> LOCAL SECTION <<< */
.block-local {
  position: relative;
  padding-top: var(--spacing-9);
}
.block-local figure {
  margin: 0;
}
.block-local.has-background-primary-after::after {
  max-height: 700px;
}
@media only screen and (max-width: 1200px) {
  .block-local.has-background-primary-after::after {
    max-height: inherit;
  }
}
@media only screen and (max-width: 1200px) {
  .block-local {
    padding: var(--spacing-9) 0;
  }
  .block-local .row {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.image-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  max-height: 700px;
  right: 4rem;
  top: calc(-1 * var(--spacing-9) - 2rem);
}
@media only screen and (max-width: 1200px) {
  .image-section {
    max-height: inherit;
    top: 0;
    right: 0;
  }
}
.image-section img {
  width: 100%;
  min-height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-section .discover-btn-wrapper {
  position: relative;
  align-self: center;
}
@media only screen and (min-width: 1200px) {
  .image-section .discover-btn-wrapper {
    top: 2rem;
    margin-bottom: var(--spacing-9);
    align-self: flex-end;
  }
}
@media only screen and (max-width: 1200px) {
  .image-section .discover-btn-wrapper {
    margin-top: 3rem;
  }
}
.image-section .discover-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 5.6rem;
  left: 50%;
  width: 276px;
  height: 142px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='276.155' height='141.801' viewBox='0 0 276.155 141.801'%3E%3Cg id='Groupe_9899' data-name='Groupe 9899' transform='translate(-441.035 -2794.031)'%3E%3Cpath id='Tracé_39218' data-name='Tracé 39218' d='M-10485.965,2798v51.318' transform='translate(10930 2.031)' fill='none' stroke='%23d7ffd0' stroke-width='1'/%3E%3Cpath id='Tracé_39219' data-name='Tracé 39219' d='M-10485.965,2798v83.984h273.155' transform='translate(10930 53.349)' fill='none' stroke='%2300534e' stroke-width='1'/%3E%3Cg id='Rectangle_4691' data-name='Rectangle 4691' transform='translate(441.035 2794.031)' fill='%23d7ffd0' stroke='%23d7ffd0' stroke-width='1'%3E%3Crect width='6' height='6' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='5' height='5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1200px) {
  .image-section .discover-btn-wrapper::before {
    display: none;
  }
}

.map {
  margin-top: 1.5rem;
}
.map img {
  width: 100%;
  height: auto;
  display: block;
}

/* >>> TESTIMONIAL SECTION <<< */
.block-section-testimonials {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials {
    padding-bottom: 0;
  }
}
.block-section-testimonials .container-inner {
  padding-top: calc(5rem / 2);
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials .container-inner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__gallery {
    display: none;
  }
}
.block-section-testimonials__gallery {
  position: relative;
  height: 100%;
  min-height: 650px;
  width: auto;
}
.block-section-testimonials__gallery img, .block-section-testimonials__gallery-background {
  position: absolute;
}
.block-section-testimonials__gallery img {
  z-index: 2;
}
.block-section-testimonials__gallery > img:first-of-type {
  top: -10rem;
  right: 9rem;
  width: 225px;
  aspect-ratio: 4/4.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-section-testimonials__gallery > img:nth-child(2) {
  top: 4rem;
  right: 25rem;
  width: 300px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-section-testimonials__gallery > img:last-of-type {
  top: 10rem;
  right: 0;
  width: 350px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-section-testimonials__gallery-background {
  display: flex;
  width: 90%;
  height: 560px;
  right: 4rem;
  border-radius: 20px;
  background-color: #D7FFD0;
}
.block-section-testimonials__decoration {
  position: relative;
  padding-top: calc(5rem / 2);
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__decoration {
    margin-top: 5rem;
    padding-top: 0;
  }
}
.block-section-testimonials__decoration-image {
  position: absolute;
  bottom: -5.5rem;
  right: -18rem;
  width: auto;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  rotate: 0.9deg;
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__decoration-image {
    position: relative;
    bottom: -4.5rem;
    right: 0;
    width: 100%;
    height: auto;
  }
}

/* >>> HEADBAND <<< */
.headband {
  position: relative;
  padding-block: 5rem;
  margin-bottom: 3rem;
  background-color: #00534E;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 1200px) {
  .headband {
    padding-block: 3rem;
    margin-bottom: 0;
  }
}
.headband::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #D7FFD0;
  border-radius: inherit;
  transform: rotate(-4deg);
}
.headband p {
  color: white;
}
.headband h1 {
  color: var(--wp--preset--color--secondary-color);
}
.headband__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .frm_forms {
    margin-bottom: 4rem;
  }
}

/*# sourceMappingURL=template-contact.css.map*/