@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 **/
/* >>> VARIABLE CONFIGURATION <<< */
/* Arrow dimensions */
/* Spacing */
/* Positions (desktop) */
/* Arrow icon dimensions */
/* >>> SLICK CAROUSEL - BASE STYLES <<< */
.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
}

/* >>> ARROW STYLES <<< */
/* Base arrow styling */
.slick-arrow {
  border-radius: 2rem;
  background-color: #00534E;
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #D7FFD0;
  transition: all 0.35s ease-in-out;
  box-shadow: 2px 0 15px 5px rgba(0, 83, 78, 0.06);
  -webkit-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
}
.slick-arrow:hover::before, .slick-arrow:focus::before {
  background-color: var(--wp--preset--color--primary-color);
}

/* Arrow dimensions and icon */
.slick-next,
.slick-prev {
  width: 46px;
  height: 46px;
}
.slick-next::before,
.slick-prev::before {
  content: "";
  display: block;
  opacity: 1;
  margin: 0 auto;
  height: 16px;
  width: 16px;
  background-color: var(--wp--preset--color--secondary-color);
  -webkit-mask-size: 16px;
          mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='noun-arrow-7558542' xmlns='http://www.w3.org/2000/svg' width='19.106' height='19.143' viewBox='0 0 19.106 19.143'%3E%3Cpath id='Tracé_39215' data-name='Tracé 39215' d='M18.919,28.543a.907.907,0,0,1,.923-.923H34.861l-7.047-7.047a.914.914,0,0,1,1.292-1.292L37.724,27.9a.655.655,0,0,1,.123.154c0,.031.031.031.031.061.031.031.031.061.061.093,0,.031.031.061.031.093s.031.061.031.093a.738.738,0,0,1,0,.369c0,.031-.031.061-.031.093s-.031.061-.031.093-.031.061-.061.093a.1.1,0,0,1-.031.061.551.551,0,0,1-.123.154l-8.617,8.617a.895.895,0,0,1-1.294,0,.892.892,0,0,1,0-1.292l7.048-7.111H19.843a.907.907,0,0,1-.923-.923Z' transform='translate(-18.919 -19.003)' fill='%23d7ffd0'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg id='noun-arrow-7558542' xmlns='http://www.w3.org/2000/svg' width='19.106' height='19.143' viewBox='0 0 19.106 19.143'%3E%3Cpath id='Tracé_39215' data-name='Tracé 39215' d='M18.919,28.543a.907.907,0,0,1,.923-.923H34.861l-7.047-7.047a.914.914,0,0,1,1.292-1.292L37.724,27.9a.655.655,0,0,1,.123.154c0,.031.031.031.031.061.031.031.031.061.061.093,0,.031.031.061.031.093s.031.061.031.093a.738.738,0,0,1,0,.369c0,.031-.031.061-.031.093s-.031.061-.031.093-.031.061-.061.093a.1.1,0,0,1-.031.061.551.551,0,0,1-.123.154l-8.617,8.617a.895.895,0,0,1-1.294,0,.892.892,0,0,1,0-1.292l7.048-7.111H19.843a.907.907,0,0,1-.923-.923Z' transform='translate(-18.919 -19.003)' fill='%23d7ffd0'/%3E%3C/svg%3E%0A");
}

/* Next arrow (right) */
.slick-next {
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
}
@media only screen and (max-width: 1200px) {
  .slick-next {
    top: auto;
    right: calc(50% - (46px + 0.25rem));
    bottom: calc(-1 * (2.5rem + 46px));
  }
}

/* Previous arrow (left) */
.slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 4rem;
}
.slick-prev:before {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1200px) {
  .slick-prev {
    top: auto;
    left: calc(50% - (46px + 0.25rem));
    right: auto;
    bottom: calc(-1 * (2.5rem + 46px));
  }
}

/* >>> ARROW STYLES <<< */
/* >>> COMMON SETTINGS <<< */
.card-product,
.card .card-content {
  border-radius: 15px;
}

.card-figure {
  margin-bottom: 0;
}
.card-figure img {
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* >>> SPECIFIC CARDS <<< */
.card {
  position: relative;
}
.card .card-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: space-between;
  min-height: 170px;
  margin: -3rem 2rem 0 0;
  background-color: #FFF;
  border: 1px solid #E2E8EC;
  padding: 0 1.5rem;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card .card-content .card-header h3 {
  margin: 1.5rem 0 0.5rem;
}
.card .card-content .icon-wrapper {
  margin: -2rem 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card .card-content footer {
  border-top: 1px solid #E2E8EC;
  padding: 1rem 0;
}
.card .card-badge {
  position: absolute;
  z-index: 20;
  top: 1rem;
  right: 1rem;
}
.card .card-figure img {
  height: var(--card-img-height, 300px);
  border: 1px solid #E2E8EC;
  width: 100%;
}
.card:hover .card-body {
  transform: translateY(-5px);
  box-shadow: 2px 0 15px 5px rgba(0, 83, 78, 0.06);
  -webkit-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
}
.card:hover .card-figure img {
  transform: scale(1.04);
}
.card:hover .icon-wrapper {
  transform: translateY(-8px) rotate(8deg);
}

.card-product {
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #E2E8EC;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-product .card-content {
  margin: 1rem;
}
.card-product .card-content h2 {
  font-size: clamp(1.0625rem, 1.09375rem + (1vw - 0.2rem) * 1.765, 1.125rem);
  font-weight: 600;
  color: #161A1A;
  margin-bottom: 0.25rem;
}
.card-product .card-content p {
  color: #6F6F6F;
}
.card-product .card-content p span {
  font-size: clamp(1.0625rem, 1.09375rem + (1vw - 0.2rem) * 1.765, 1.125rem);
  font-weight: 600;
  color: #00534E;
}
.card-product--category h3 {
  text-align: center;
  width: inherit;
  margin: 1.5rem;
}
.card-product:hover {
  transform: translateY(-5px);
  box-shadow: 2px 0 15px 5px rgba(0, 83, 78, 0.06);
  -webkit-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
}
.card-product:hover .card-figure img {
  transform: scale(1.02) translateY(-6px) rotate(2deg);
}
.card-product:hover h3 {
  color: #00534E;
}

.accordion-label {
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .accordion-label {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .accordion-label[for=accordion1]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-45deg);
    border: solid white;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transition: transform 0.3s ease-in-out;
  }
  .accordion-label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-45deg);
    border: solid #00534E;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transition: transform 0.3s ease;
  }
}

.accordion-label-with-arrow {
  margin-bottom: 1rem;
}
.accordion-label-with-arrow > h2, .accordion-label-with-arrow > h3 {
  margin-bottom: 0;
}
.accordion-label-with-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  border: solid #00534E;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transition: transform 0.3s ease;
}

input[type=checkbox].accordion-checkbox {
  display: none;
}

.accordion-checkbox:checked ~ .accordion-label::after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion-checkbox:checked + .accordion-label + .accordion-content {
  max-height: 100%; /* La hauteur maximale souhaitée pour le contenu */
  display: block;
}

.accordion-checkbox:checked ~ .accordion-label::after, .accordion-checkbox:checked ~ .accordion-label-with-arrow::after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  display: none;
}
ul, ol {
  margin-block-start: 0;
}
ul li, ol li {
  color: var(--wp--preset--color--primary-color);
  font-size: var(--wp--preset--font-size--regular);
  font-weight: 400;
}

ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}
ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: calc(39px + 1rem);
  margin-bottom: 1rem;
}
ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  color: var(--wp--preset--color--secondary-color);
  font-weight: bold;
  border: 1px solid var(--wp--preset--color--secondary-color);
}

ul > li {
  list-style: none;
}

.list-dash {
  padding: 0;
  margin: 0;
}
.list-dash > li {
  position: relative;
  padding-left: 1.3rem;
}
.list-dash > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.6rem;
  height: 1px;
  background-color: #00534E;
}
.list-dash-secondary > li::before {
  background-color: #D7FFD0;
}

/* >>> BASE <<< */
.iconoir-svg {
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-wrapper {
  display: inline-flex;
  padding: 0.75rem;
  border-radius: 10px;
}
.icon-wrapper img {
  border-radius: inherit;
}
.icon-wrapper svg {
  margin: 0;
}

/* >>> SIZES<<< */
/* Xsmall */
.icon-xs {
  width: 14px;
  height: 14px;
}

/* Small */
.icon-sm {
  width: 16px;
  height: 16px;
}

/* Medium */
.icon-md {
  width: 20px;
  height: 20px;
}

/* Large */
.icon-lg {
  width: 24px;
  height: 24px;
}

/* >>> COLORS<<< */
/* Primary */
.icon-primary {
  color: #00534E;
  stroke: #00534E;
}

/* Secondary */
.icon-secondary {
  color: #D7FFD0;
  stroke: #D7FFD0;
}

/* White */
.icon-white {
  color: #FFF;
  stroke: #FFF;
}

/* Gray */
.icon-gray {
  color: #C8D0D7;
  stroke: #C8D0D7;
}

/* >>> VARIABLES<<< */
/* >>> BASIC COMPONENT <<< */
.alert {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0.75rem;
  font-size: clamp(0.8125rem, 0.84375rem + (1vw - 0.2rem) * 0.294, 0.875rem);
}

/* >>> VARIANT <<< */
.alert--info {
  color: #6F6F6F;
  background-color: #E2E8EC;
  padding-left: calc(24px + 1rem);
}
.alert--info::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg id='noun-info-2691048' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='Tracé_39149' data-name='Tracé 39149' d='M10,20A10,10,0,1,0,0,10,10,10,0,0,0,10,20Zm.04-15.85a1.564,1.564,0,0,1,.8-.42c.086-.016.176-.022.24-.03a1,1,0,0,1,.954.562,1.072,1.072,0,0,1,.03.87,1.642,1.642,0,0,1-1.3,1.1,1.032,1.032,0,0,1-.86-.2.9.9,0,0,1-.344-.612A1.428,1.428,0,0,1,10.04,4.15ZM7.906,9.228q.144-.674.286-1.35c0-.038.024-.044.058-.044h3.336c-.026.12-.048.234-.072.346l-.348,1.634q-.238,1.118-.472,2.234-.216,1.012-.426,2.022a2.366,2.366,0,0,0-.05.374.306.306,0,0,0,.316.334,1.274,1.274,0,0,0,.572-.12c.084-.032.164-.072.256-.114a.541.541,0,0,1-.022.116c-.082.386-.162.77-.244,1.156a.1.1,0,0,1-.04.056,3.024,3.024,0,0,1-1,.374,3.074,3.074,0,0,1-.634.054,1.906,1.906,0,0,1-.9-.2,1.17,1.17,0,0,1-.6-.864,2.24,2.24,0,0,1,0-.8c.078-.428.168-.856.256-1.284.114-.546.232-1.092.348-1.638l.4-1.884a.784.784,0,0,1,.036-.17H7.86C7.876,9.372,7.89,9.3,7.906,9.228Z' transform='translate(0 0)' fill='%2300534e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.alert--neutral {
  color: #6F6F6F;
  background-color: #F0F4F7;
}

.tag {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  letter-spacing: 1.2px;
}

.tag-nopad {
  padding: 0 0 0.5rem 0;
}

.content-tags {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.badge {
  display: inline-flex;
  border-radius: 30px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.badge--lg {
  font-size: clamp(0.9375rem, 0.96875rem + (1vw - 0.2rem) * 1.214, 1rem);
}
.badge--md {
  font-size: clamp(0.8125rem, 0.84375rem + (1vw - 0.2rem) * 0.294, 0.875rem);
}

.badge--secondary {
  color: #2B2B2B;
  background-color: #D7FFD0;
}

.badge--white {
  color: #00534E;
  background-color: #FFF;
}

.badge--white.badge--outlined {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
}

#breadcrumbs {
  padding-bottom: 0.25rem;
  padding-left: 5px;
}
#breadcrumbs a {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 300;
}
#breadcrumbs .breadcrumb_last {
  color: black;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
}

.content-widgets-filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .content-widgets-filters {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .content-widgets-filters {
    position: relative;
  }
}
.content-widgets-filters .widget-item {
  flex-grow: 1;
}
.content-widgets-filters .widget-item[data-target=select-category-news], .content-widgets-filters .widget-item[data-target=select-spotlight-news], .content-widgets-filters .widget-item[data-target=select-tax-jobs] {
  display: none;
}

.widget-item {
  width: 100%;
  z-index: 0;
}
.widget-item:hover {
  cursor: pointer;
}
.widget-item .checked-taxonomies {
  display: none;
}
.widget-item .title-widget-item {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: -1;
  text-align: center;
}
.widget-item .multiple-select {
  height: 0;
  width: 0;
  padding: 20px 0 5px 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  list-style-type: none;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .widget-item .multiple-select {
    width: 350px;
  }
}
.widget-item .multiple-select.active {
  height: initial;
  z-index: 100;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .widget-item .multiple-select.active {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -moz-min-content;
    height: min-content;
    max-height: 80vh;
    overflow-y: scroll;
    z-index: 1;
  }
}
.widget-item .multiple-select .multilple-select-main-list {
  max-height: 300px;
  overflow-y: scroll;
  margin: 0;
}
.widget-item .multiple-select .multilple-select-main-list .list-parents {
  padding: 0;
}
.widget-item .multiple-select .multiple-select-item {
  padding: 6px 20px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.widget-item .multiple-select .multiple-select-item:hover {
  cursor: pointer;
}
.widget-item .multiple-select .multiple-select-item input {
  position: absolute;
  left: -99999px;
}
.widget-item .multiple-select .multiple-select-item label {
  display: inline-flex;
  cursor: pointer;
  padding-left: calc(25px + 1rem);
  padding-top: 3px;
  width: 100%;
  position: relative;
}
.widget-item .multiple-select .multiple-select-item label:before {
  content: "";
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -3px;
}
.widget-item .multiple-select .multiple-select-item.has-children {
  position: relative;
}
.widget-item .multiple-select .multiple-select-item.has-children:hover:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.widget-item .multiple-select .multiple-select-item.has-children .list-children {
  height: 0;
  overflow: hidden;
  margin: 0;
}
.widget-item .multiple-select .multiple-select-item.has-children .list-children li {
  list-style-type: none;
}
.widget-item .multiple-select .multiple-select-item.active > label:after {
  content: "";
  box-sizing: border-box;
  width: calc(25px);
  height: calc(25px);
  position: absolute;
  left: 0;
  top: -2px;
  background-size: contain;
}
.widget-item .multiple-select .multiple-select-item.active.has-children .list-children {
  height: initial;
  margin: 1rem 0 0 0;
  padding-left: 15px;
  overflow: visible;
}
.widget-item .multiple-select .multiple-select-item.active.has-children .list-children li {
  padding: 8px 20px;
  position: relative;
}
.widget-item .multiple-select .multiple-select-item.active.has-children .list-children li:hover:before {
  content: "";
  width: 700px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
}
.widget-item .content-btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 15px 0;
  margin: 20px;
}
@media screen and (max-width: 1200px) {
  .widget-item .content-btn {
    padding: 15px 15px 0 15px;
  }
}
.widget-item .content-btn button:first-child {
  color: red;
  background-color: white;
}
.widget-item .content-btn button:last-child {
  color: white;
  background-color: #00534E;
}
.widget-item .content-btn button:last-child:hover {
  background-color: white;
  color: #00534E;
}
.widget-item .content-btn button:hover {
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  flex-direction: row;
}

/* >>> PREVIOUS <<< */
.page-numbers {
  font-size: clamp(0.8125rem, 0.84375rem + (1vw - 0.2rem) * 0.294, 0.875rem);
  font-weight: 600;
  color: #C8D0D7;
  border: 1px solid #E2E8EC;
  padding: 0.75rem 1rem;
}

.page-numbers:not(:first-child):not(:last-child) {
  margin-left: -1px;
}

.page-numbers:first-child:not(.prev),
.page-numbers:nth-child(2):has(~ .prev:first-child),
.prev + .page-numbers {
  border-radius: 8px 0 0 8px;
}

.page-numbers:last-child:not(.next):not(.prev),
.page-numbers:nth-last-child(2):has(+ .next) {
  border-radius: 0 8px 8px 0;
}

.prev,
.next {
  position: relative;
  border-radius: 8px;
  color: #00534E;
  border: 1px solid #00534E;
}

.prev {
  margin-right: 1rem;
  padding-left: calc(1rem + 8px + 0.5rem);
}
.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  height: 15px;
  width: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.811' height='14.121' viewBox='0 0 7.811 14.121'%3E%3Cpath id='Tracé_39240' data-name='Tracé 39240' d='M15,6,9,12l6,6' transform='translate(-8.25 -4.939)' fill='none' stroke='%2300534e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.next {
  margin-left: 1rem;
  padding-right: calc(1rem + 8px + 0.5rem);
}
.next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  height: 15px;
  width: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.811' height='14.121' viewBox='0 0 7.811 14.121'%3E%3Cpath id='Tracé_39241' data-name='Tracé 39241' d='M9,6l6,6L9,18' transform='translate(-7.939 -4.939)' fill='none' stroke='%2300534e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.current {
  color: #D7FFD0;
  background-color: #00534E;
  border: 1px solid #00534E;
}

.news-archive .news-list {
  padding-top: 3rem;
}

/* >>> FOOTER COMPONENT <<< */
.footer {
  padding-top: 6rem;
}
@media only screen and (max-width: 1200px) {
  .footer {
    padding-top: 0;
  }
}
.footer {
  /* >>> LOGOS SECTION <<< */
}
.footer .logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .footer .logos-wrapper {
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.footer .logos-wrapper #logotype {
  filter: grayscale(1) brightness(4);
}
.footer {
  /* >>> UNIQUE SELLING POINTS SECTION <<< */
}
.footer .usp-footer {
  padding: 1rem 0;
}
.footer .usp-footer__title {
  font-size: clamp(0.9375rem, 0.96875rem + (1vw - 0.2rem) * 1.214, 1rem);
  font-weight: 500;
  text-align: center;
  color: #D7FFD0;
}
.footer .usp-footer__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  text-decoration: none;
}
.footer .usp-footer__wrapper-item {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.75rem;
  justify-items: center;
  text-decoration: none;
}
.footer .usp-footer__wrapper-item img {
  height: 70px;
  width: 100%;
}
.footer .usp-footer__wrapper-item span {
  font-size: clamp(0.75rem, 0.78125rem + (1vw - 0.2rem) * 0.176, 0.8125rem);
  font-weight: 600;
}
.footer span,
.footer ul li {
  color: #FFF;
}
.footer ul {
  display: grid;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul a {
  text-decoration: none;
  color: #FFF;
}
.footer .row {
  border-radius: 50px 50px 0 0;
  padding: 3rem 2rem 2rem;
}
@media only screen and (max-width: 1200px) {
  .footer .row {
    padding: 2rem 0;
  }
}
.footer-item {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 3.5rem;
  padding-right: 8.3333333333%;
}
@media only screen and (max-width: 1200px) {
  .footer-item {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer-section {
  display: flex;
  flex-direction: column;
}
.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2.5rem;
  padding-top: 2rem;
}
.footer-bottom span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #E2E8EC;
}
.footer-bottom #menu-mentions {
  display: flex;
  gap: 0;
  padding: 0;
  margin: 0;
}
.footer-bottom #menu-mentions li {
  list-style: none;
}
.footer-bottom #menu-mentions li:before {
  content: "·";
  margin: 0 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .footer-bottom #menu-mentions li:first-child:before {
    content: none;
  }
}
.footer-bottom #menu-mentions li a {
  font-size: var(--wp--preset--font-size--small);
  color: #E2E8EC;
  transition: color 0.3s ease;
}
.footer-bottom #menu-mentions li a:hover, .footer-bottom #menu-mentions li a:focus {
  color: #FFF;
}

@media only screen and (max-width: 1200px) {
  .footer-item .footer-section:last-of-type {
    display: none;
  }
}
.footer-item .footer-section:nth-child(2) .btn-icon {
  margin-top: 0.75rem;
}

/* >>> 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%;
}

.page .block-main, .single .block-main, .archive .block-main, .taxonomy .block-main, .error404 .block-main {
  margin: 4rem 0;
  overflow: hidden;
}

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