@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@typeface-face {
  font-family: "Roustel";
  src: url("../assets/fonts/Roustel.ttf") format("truetype");
}
.grecaptcha-badge {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

h1,
h2 {
  font-family: "Lato", serif;
  color: #185778;
  font-weight: 900;
}

h3,
h4,
h5,
h6 {
  font-family: "Lato", serif;
  color: #185778;
  font-weight: 700;
}

h1 {
  font-size: 4.125rem;
}

h2 {
  font-size: 3.25rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.75rem;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #212121;
  overflow-x: hidden;
  overflow-y: auto;
}

.section__base {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section__base {
    padding: 92px 0;
  }
}
.section__base.section__grey {
  background: #f6f6f6;
  padding: 120px 0 200px 0;
}
.section__base.section__grey:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
  background-image: url("../assets/img/separator.png");
  mix-blend-mode: color-dodge;
  background-size: cover;
  background-position: top;
}
.section__base.section__grey:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
  background-image: url("../assets/img/separator.png");
  mix-blend-mode: color-dodge;
  background-size: cover;
  background-position: top;
  transform: rotate(180deg);
}

.button__group {
  display: flex;
  align-items: center;
  gap: 32px;
}
.button__group.is-center {
  justify-content: center;
}

.button, .navigation .nav-links .page-numbers, .wp-block-button__link, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.wp-block-button__link, .woocommerce .single_add_to_cart_button.wp-block-button__link, .widget-area .wp-block-categories-list li a, .woocommerce .widget-area .wp-block-categories-list li a.single_add_to_cart_button, .widget-area .wp-block-categories-list li .woocommerce a.single_add_to_cart_button, form input[type=submit], .woocommerce form input.single_add_to_cart_button[type=submit], form .woocommerce input.single_add_to_cart_button[type=submit], .wp-block-woocommerce-empty-cart-block .wp-block-button__link, .woocommerce .single_add_to_cart_button.button, .woocommerce .wc-block-cart__submit-container a.single_add_to_cart_button, .wc-block-cart__submit-container .woocommerce a.single_add_to_cart_button, .woocommerce .wc-block-checkout__actions_row .single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions_row .woocommerce .single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .woocommerce .single_add_to_cart_button.wc-block-components-button, .wc-block-components-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.wc-block-components-button, .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions_row .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.wc-block-components-checkout-return-to-cart-button, .wc-block-cart__submit-container a, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-cart__submit-container a, .wc-block-cart__submit-container .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) header .header__inner .main-navigation .menu .button-donate a, header .header__inner .main-navigation .menu .button-donate .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a, .cross-sells-product .wp-block-button__link, footer .footer__newsletter form input[type=submit], header .header__inner .main-navigation .menu .button-donate a {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #f7942f;
  transition: all 0.3s ease-in-out;
  font-family: "Lato", serif;
  transform: translateY(0);
  position: relative;
  overflow: hidden;
  line-height: 1.3;
  text-align: center;
  font-size: 1rem;
  box-shadow: rgba(149, 157, 165, 0) 0px 8px 24px;
}
.button span, .navigation .nav-links .page-numbers span, .wp-block-button__link span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.wp-block-button__link span, .woocommerce .single_add_to_cart_button.wp-block-button__link span, .widget-area .wp-block-categories-list li a span, .woocommerce .widget-area .wp-block-categories-list li a.single_add_to_cart_button span, .widget-area .wp-block-categories-list li .woocommerce a.single_add_to_cart_button span, form input[type=submit] span, .woocommerce form input.single_add_to_cart_button[type=submit] span, form .woocommerce input.single_add_to_cart_button[type=submit] span, .wp-block-woocommerce-empty-cart-block .wp-block-button__link span, .woocommerce .single_add_to_cart_button.button span, .woocommerce .wc-block-cart__submit-container a.single_add_to_cart_button span, .wc-block-cart__submit-container .woocommerce a.single_add_to_cart_button span, .woocommerce .wc-block-checkout__actions_row .single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button span, .wc-block-checkout__actions_row .woocommerce .single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button span, .woocommerce .single_add_to_cart_button.wc-block-components-button span, .wc-block-components-button span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.wc-block-components-button span, .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button span, .wc-block-cart__submit-container a span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-cart__submit-container a span, .wc-block-cart__submit-container .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) header .header__inner .main-navigation .menu .button-donate a span, header .header__inner .main-navigation .menu .button-donate .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a span, .cross-sells-product .wp-block-button__link span, footer .footer__newsletter form input[type=submit] span, header .header__inner .main-navigation .menu .button-donate a span {
  color: white;
}
.button::before, .navigation .nav-links .page-numbers::before, .wp-block-button__link::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.wp-block-button__link::before, .woocommerce .single_add_to_cart_button.wp-block-button__link::before, .widget-area .wp-block-categories-list li a::before, .woocommerce .widget-area .wp-block-categories-list li a.single_add_to_cart_button::before, .widget-area .wp-block-categories-list li .woocommerce a.single_add_to_cart_button::before, form input[type=submit]::before, .woocommerce form input.single_add_to_cart_button[type=submit]::before, form .woocommerce input.single_add_to_cart_button[type=submit]::before, .wp-block-woocommerce-empty-cart-block .wp-block-button__link::before, .woocommerce .single_add_to_cart_button.button::before, .woocommerce .wc-block-cart__submit-container a.single_add_to_cart_button::before, .wc-block-cart__submit-container .woocommerce a.single_add_to_cart_button::before, .woocommerce .wc-block-checkout__actions_row .single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button::before, .wc-block-checkout__actions_row .woocommerce .single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button::before, .woocommerce .single_add_to_cart_button.wc-block-components-button::before, .wc-block-components-button::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.wc-block-components-button::before, .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button::before, .wc-block-cart__submit-container a::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-cart__submit-container a::before, .wc-block-cart__submit-container .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) header .header__inner .main-navigation .menu .button-donate a::before, header .header__inner .main-navigation .menu .button-donate .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a::before, .cross-sells-product .wp-block-button__link::before, footer .footer__newsletter form input[type=submit]::before, header .header__inner .main-navigation .menu .button-donate a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease-in-out;
}
.button:hover, .navigation .nav-links .page-numbers:hover, .wp-block-button__link:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.wp-block-button__link:hover, .woocommerce .single_add_to_cart_button.wp-block-button__link:hover, .widget-area .wp-block-categories-list li a:hover, form input[type=submit]:hover, .woocommerce form input.single_add_to_cart_button[type=submit]:hover, form .woocommerce input.single_add_to_cart_button[type=submit]:hover, .woocommerce .single_add_to_cart_button.button:hover, .woocommerce .wc-block-cart__submit-container a.single_add_to_cart_button:hover, .wc-block-cart__submit-container .woocommerce a.single_add_to_cart_button:hover, .woocommerce .single_add_to_cart_button.wc-block-components-button:hover, .wc-block-components-button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.wc-block-components-button:hover, .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover, .wc-block-cart__submit-container a:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, footer .footer__newsletter form input[type=submit]:hover, header .header__inner .main-navigation .menu .button-donate a:hover {
  background: rgb(246.2444444444, 137.8944444444, 27.3555555556);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.button:hover::before, .navigation .nav-links .page-numbers:hover::before, .wp-block-button__link:hover::before, .woocommerce .single_add_to_cart_button.wp-block-button__link:hover::before, .widget-area .wp-block-categories-list li a:hover::before, form input[type=submit]:hover::before, .woocommerce form input.single_add_to_cart_button[type=submit]:hover::before, form .woocommerce input.single_add_to_cart_button[type=submit]:hover::before, .woocommerce .single_add_to_cart_button.button:hover::before, .woocommerce .wc-block-cart__submit-container a.single_add_to_cart_button:hover::before, .wc-block-cart__submit-container .woocommerce a.single_add_to_cart_button:hover::before, .woocommerce .single_add_to_cart_button.wc-block-components-button:hover::before, .wc-block-components-button:hover::before, .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover::before, .wc-block-cart__submit-container a:hover::before, header .header__inner .main-navigation .menu .button-donate a:hover::before {
  left: 100%;
}
.button.button--secondary, .navigation .nav-links .page-numbers, .button--secondary.wp-block-button__link, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--secondary.wp-block-button__link, .woocommerce .button--secondary.single_add_to_cart_button.wp-block-button__link, .widget-area .wp-block-categories-list li a, form input.button--secondary[type=submit], .woocommerce form input.button--secondary.single_add_to_cart_button[type=submit], form .woocommerce input.button--secondary.single_add_to_cart_button[type=submit], .woocommerce .button--secondary.single_add_to_cart_button.button, .woocommerce .wc-block-cart__submit-container a.button--secondary.single_add_to_cart_button, .woocommerce .wc-block-cart__submit-container .widget-area .wp-block-categories-list li a.single_add_to_cart_button, .widget-area .wp-block-categories-list li .woocommerce .wc-block-cart__submit-container a.single_add_to_cart_button, .wc-block-cart__submit-container .woocommerce a.button--secondary.single_add_to_cart_button, .wc-block-cart__submit-container .woocommerce .widget-area .wp-block-categories-list li a.single_add_to_cart_button, .widget-area .wp-block-categories-list li .wc-block-cart__submit-container .woocommerce a.single_add_to_cart_button, .woocommerce .wc-block-checkout__actions_row .button--secondary.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .woocommerce .wc-block-checkout__actions_row .widget-area .wp-block-categories-list li a.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .widget-area .wp-block-categories-list li .woocommerce .wc-block-checkout__actions_row a.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions_row .woocommerce .button--secondary.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions_row .woocommerce .widget-area .wp-block-categories-list li a.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .widget-area .wp-block-categories-list li .wc-block-checkout__actions_row .woocommerce a.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .woocommerce .button--secondary.single_add_to_cart_button.wc-block-components-button, .woocommerce .widget-area .wp-block-categories-list li a.single_add_to_cart_button.wc-block-components-button, .widget-area .wp-block-categories-list li .woocommerce a.single_add_to_cart_button.wc-block-components-button, .button--secondary.wc-block-components-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--secondary.wc-block-components-button, .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button, .wc-block-cart__submit-container a.button--secondary, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--secondary.button, footer .footer__newsletter form input.button--secondary[type=submit], footer .footer__newsletter form .wc-block-checkout__actions_row input[type=submit].wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions_row footer .footer__newsletter form input[type=submit].wc-block-components-checkout-return-to-cart-button, header .header__inner .main-navigation .menu .button-donate a.button--secondary, header .header__inner .main-navigation .menu .button-donate .navigation .nav-links a.page-numbers, .navigation .nav-links header .header__inner .main-navigation .menu .button-donate a.page-numbers, header .header__inner .main-navigation .menu .button-donate .widget-area .wp-block-categories-list li a, .widget-area .wp-block-categories-list li header .header__inner .main-navigation .menu .button-donate a, header .header__inner .main-navigation .menu .button-donate .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions_row header .header__inner .main-navigation .menu .button-donate a.wc-block-components-checkout-return-to-cart-button {
  background: white;
  color: #f7942f;
}
.button.button--secondary::before, .navigation .nav-links .page-numbers::before, .button--secondary.wp-block-button__link::before, .woocommerce .button--secondary.single_add_to_cart_button.wp-block-button__link::before, .widget-area .wp-block-categories-list li a::before, form input.button--secondary[type=submit]::before, .woocommerce form input.button--secondary.single_add_to_cart_button[type=submit]::before, form .woocommerce input.button--secondary.single_add_to_cart_button[type=submit]::before, .woocommerce .button--secondary.single_add_to_cart_button.button::before, .woocommerce .wc-block-cart__submit-container a.button--secondary.single_add_to_cart_button::before, .woocommerce .wc-block-cart__submit-container .widget-area .wp-block-categories-list li a.single_add_to_cart_button::before, .widget-area .wp-block-categories-list li .woocommerce .wc-block-cart__submit-container a.single_add_to_cart_button::before, .wc-block-cart__submit-container .woocommerce a.button--secondary.single_add_to_cart_button::before, .wc-block-cart__submit-container .woocommerce .widget-area .wp-block-categories-list li a.single_add_to_cart_button::before, .widget-area .wp-block-categories-list li .wc-block-cart__submit-container .woocommerce a.single_add_to_cart_button::before, .woocommerce .wc-block-checkout__actions_row .button--secondary.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button::before, .woocommerce .wc-block-checkout__actions_row .widget-area .wp-block-categories-list li a.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button::before, .widget-area .wp-block-categories-list li .woocommerce .wc-block-checkout__actions_row a.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button::before, .wc-block-checkout__actions_row .woocommerce .button--secondary.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button::before, .wc-block-checkout__actions_row .woocommerce .widget-area .wp-block-categories-list li a.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button::before, .widget-area .wp-block-categories-list li .wc-block-checkout__actions_row .woocommerce a.single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button::before, .woocommerce .button--secondary.single_add_to_cart_button.wc-block-components-button::before, .woocommerce .widget-area .wp-block-categories-list li a.single_add_to_cart_button.wc-block-components-button::before, .widget-area .wp-block-categories-list li .woocommerce a.single_add_to_cart_button.wc-block-components-button::before, .button--secondary.wc-block-components-button::before, .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button::before, .wc-block-cart__submit-container a.button--secondary::before, footer .footer__newsletter form .wc-block-checkout__actions_row input[type=submit].wc-block-components-checkout-return-to-cart-button::before, .wc-block-checkout__actions_row footer .footer__newsletter form input[type=submit].wc-block-components-checkout-return-to-cart-button::before, header .header__inner .main-navigation .menu .button-donate a.button--secondary::before, header .header__inner .main-navigation .menu .button-donate .navigation .nav-links a.page-numbers::before, .navigation .nav-links header .header__inner .main-navigation .menu .button-donate a.page-numbers::before, header .header__inner .main-navigation .menu .button-donate .widget-area .wp-block-categories-list li a::before, .widget-area .wp-block-categories-list li header .header__inner .main-navigation .menu .button-donate a::before, header .header__inner .main-navigation .menu .button-donate .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button::before, .wc-block-checkout__actions_row header .header__inner .main-navigation .menu .button-donate a.wc-block-components-checkout-return-to-cart-button::before {
  background: linear-gradient(225deg, transparent, rgba(0, 0, 0, 0.01), transparent);
}
.button.button--secondary:hover, .navigation .nav-links .page-numbers:hover, .button--secondary.wp-block-button__link:hover, .widget-area .wp-block-categories-list li a:hover, form input.button--secondary[type=submit]:hover, .button--secondary.wc-block-components-button:hover, .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover, .wc-block-cart__submit-container a.button--secondary:hover, header .header__inner .main-navigation .menu .button-donate a.button--secondary:hover, header .header__inner .main-navigation .menu .button-donate .navigation .nav-links a.page-numbers:hover, .navigation .nav-links header .header__inner .main-navigation .menu .button-donate a.page-numbers:hover, header .header__inner .main-navigation .menu .button-donate .widget-area .wp-block-categories-list li a:hover, .widget-area .wp-block-categories-list li header .header__inner .main-navigation .menu .button-donate a:hover, header .header__inner .main-navigation .menu .button-donate .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button:hover, .wc-block-checkout__actions_row header .header__inner .main-navigation .menu .button-donate a.wc-block-components-checkout-return-to-cart-button:hover {
  background: rgb(244.8, 244.8, 244.8);
}
.button.button--tertiary, .navigation .nav-links .button--tertiary.page-numbers, .button--tertiary.wp-block-button__link, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--tertiary.wp-block-button__link, .woocommerce .button--tertiary.single_add_to_cart_button.wp-block-button__link, .widget-area .wp-block-categories-list li a.button--tertiary, form input.button--tertiary[type=submit], .woocommerce form input.button--tertiary.single_add_to_cart_button[type=submit], form .woocommerce input.button--tertiary.single_add_to_cart_button[type=submit], .woocommerce .button--tertiary.single_add_to_cart_button.button, .woocommerce .wc-block-cart__submit-container a.button--tertiary.single_add_to_cart_button, .wc-block-cart__submit-container .woocommerce a.button--tertiary.single_add_to_cart_button, .woocommerce .button--tertiary.single_add_to_cart_button.wc-block-components-button, .button--tertiary.wc-block-components-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--tertiary.wc-block-components-button, .wc-block-checkout__actions_row .button--tertiary.wc-block-components-checkout-return-to-cart-button, .wc-block-cart__submit-container a.button--tertiary, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button--tertiary.button, footer .footer__newsletter form input.button--tertiary[type=submit], header .header__inner .main-navigation .menu .button-donate a.button--tertiary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background: none;
  color: #f7942f;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: rgba(149, 157, 165, 0) 0px 8px 24px;
}
.button.button--tertiary span, .navigation .nav-links .button--tertiary.page-numbers span, .button--tertiary.wp-block-button__link span, .woocommerce .button--tertiary.single_add_to_cart_button.wp-block-button__link span, .widget-area .wp-block-categories-list li a.button--tertiary span, form input.button--tertiary[type=submit] span, .woocommerce form input.button--tertiary.single_add_to_cart_button[type=submit] span, form .woocommerce input.button--tertiary.single_add_to_cart_button[type=submit] span, .woocommerce .button--tertiary.single_add_to_cart_button.button span, .woocommerce .wc-block-cart__submit-container a.button--tertiary.single_add_to_cart_button span, .wc-block-cart__submit-container .woocommerce a.button--tertiary.single_add_to_cart_button span, .woocommerce .button--tertiary.single_add_to_cart_button.wc-block-components-button span, .button--tertiary.wc-block-components-button span, .wc-block-checkout__actions_row .button--tertiary.wc-block-components-checkout-return-to-cart-button span, .wc-block-cart__submit-container a.button--tertiary span, header .header__inner .main-navigation .menu .button-donate a.button--tertiary span {
  color: #f7942f;
}
.button.button--tertiary img, .navigation .nav-links .button--tertiary.page-numbers img, .button--tertiary.wp-block-button__link img, .woocommerce .button--tertiary.single_add_to_cart_button.wp-block-button__link img, .widget-area .wp-block-categories-list li a.button--tertiary img, form input.button--tertiary[type=submit] img, .woocommerce form input.button--tertiary.single_add_to_cart_button[type=submit] img, form .woocommerce input.button--tertiary.single_add_to_cart_button[type=submit] img, .woocommerce .button--tertiary.single_add_to_cart_button.button img, .woocommerce .wc-block-cart__submit-container a.button--tertiary.single_add_to_cart_button img, .wc-block-cart__submit-container .woocommerce a.button--tertiary.single_add_to_cart_button img, .woocommerce .button--tertiary.single_add_to_cart_button.wc-block-components-button img, .button--tertiary.wc-block-components-button img, .wc-block-checkout__actions_row .button--tertiary.wc-block-components-checkout-return-to-cart-button img, .wc-block-cart__submit-container a.button--tertiary img, header .header__inner .main-navigation .menu .button-donate a.button--tertiary img {
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
.button.button--tertiary:hover, .navigation .nav-links .button--tertiary.page-numbers:hover, .button--tertiary.wp-block-button__link:hover, .widget-area .wp-block-categories-list li a.button--tertiary:hover, form input.button--tertiary[type=submit]:hover, .button--tertiary.wc-block-components-button:hover, .wc-block-checkout__actions_row .button--tertiary.wc-block-components-checkout-return-to-cart-button:hover, .wc-block-cart__submit-container a.button--tertiary:hover, header .header__inner .main-navigation .menu .button-donate a.button--tertiary:hover {
  transform: translateY(0);
}
.button.button--tertiary:hover img, .navigation .nav-links .button--tertiary.page-numbers:hover img, .button--tertiary.wp-block-button__link:hover img, .widget-area .wp-block-categories-list li a.button--tertiary:hover img, form input.button--tertiary[type=submit]:hover img, .button--tertiary.wc-block-components-button:hover img, .wc-block-checkout__actions_row .button--tertiary.wc-block-components-checkout-return-to-cart-button:hover img, .wc-block-cart__submit-container a.button--tertiary:hover img, header .header__inner .main-navigation .menu .button-donate a.button--tertiary:hover img {
  transform: translateX(4px);
}

#primary-menu .menu-item-has-children > a::after {
  content: url("../assets/img/caret-down.svg");
  margin-left: 4px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#primary-menu .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
#primary-menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#primary-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  list-style: none;
  padding: 12px;
  margin: 20px 0 0 0;
  display: flex;
  gap: 4px;
  flex-direction: column;
}
#primary-menu .sub-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
#primary-menu .sub-menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
#primary-menu .sub-menu .menu-item a {
  display: block;
  padding: 12px 24px;
  color: #185778;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  border-radius: 8px;
}
#primary-menu .sub-menu .menu-item a:hover {
  color: white;
  background: #f7942f;
}
#primary-menu .sub-menu .menu-item a:hover:after {
  transform: translateX(4px);
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(92deg) brightness(100%) contrast(103%);
}
#primary-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  transform: translateX(-15px);
  margin: 0 0 0 8px;
}
#primary-menu .sub-menu .sub-menu::before {
  top: 16px;
  left: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
  border-left: none;
}

@media (max-width: 768px) {
  #primary-menu .menu-item-has-children.focus .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 100%;
    padding-top: 12px;
  }
  #primary-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  #primary-menu .sub-menu::before {
    display: none;
  }
  #primary-menu .sub-menu.mobile-active {
    max-height: 400px;
  }
  #primary-menu .sub-menu .menu-item a {
    padding: 12px 12px 12px 12px;
    font-size: 14px;
    border-left: 3px solid transparent;
  }
  #primary-menu .sub-menu .sub-menu .menu-item a {
    padding-left: 12px;
  }
  #primary-menu .sub-menu .sub-menu .menu-item a:hover {
    padding-left: 20px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: white;
  transition: all 0.3s ease-in-out;
}
header.is-fixed {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  header.is-fixed {
    box-shadow: none;
    background: transparent;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0;
  }
}
header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 auto;
}
header .header__inner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  header .header__inner {
    padding: 20px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    background: white;
  }
}
header .header__inner .site-branding img {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .header__inner .site-branding img {
    max-width: 340px;
  }
}
header .header__inner .main-navigation {
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
  justify-content: flex-end;
}
header .header__inner .main-navigation .menu {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  header .header__inner .main-navigation .menu {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 400px;
    width: 100%;
    background: white;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 120px 32px 32px 32px;
    z-index: -1;
  }
}
header .header__inner .main-navigation .menu li.current_page_item a {
  color: #f7942f;
}
header .header__inner .main-navigation .menu li.current_page_item a:after {
  filter: invert(56%) sepia(73%) saturate(499%) hue-rotate(347deg) brightness(101%) contrast(94%);
}
@media screen and (max-width: 1024px) {
  header .header__inner .main-navigation .menu li {
    width: 100%;
    text-align: left;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  header .header__inner .main-navigation .menu li:last-child {
    border-bottom: none;
  }
  header .header__inner .main-navigation .menu li .sub-menu li {
    border-bottom: none;
    padding: 0;
  }
}
header .header__inner .main-navigation .menu li a {
  font-weight: 600;
  font-size: 1rem;
  position: relative;
}
header .header__inner .main-navigation .menu .button-donate a {
  color: white;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  header .header__inner .main-navigation .menu .button-donate a {
    width: 100%;
    text-align: center;
  }
}
header .header__inner .main-navigation .menu .button-donate.current_page_item a {
  color: white !important;
}
header .header__inner .main-navigation.toggled .menu {
  transform: translateX(0);
}
body.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 1024px) {
  body.admin-bar header {
    top: 0;
  }
}
header .header-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  header .header-icons {
    margin-right: 60px;
    margin-left: 0;
  }
}
header .header-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
header .header-icon svg {
  width: 24px;
  height: 24px;
}
header .cart-icon .cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #f7942f;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  padding: 2px 6px;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 60px;
  height: 60px;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.menu-toggle {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -16px;
  right: -16px;
}

.heading__title h2 {
  margin: 0 0 32px 0;
}
.heading__title h2:before {
  content: "";
  width: 70px;
  height: 20px;
  background-image: url("../assets/img/heading.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .heading__title h2:before {
    width: 70px;
  }
}
.heading__title p {
  color: #185778;
  max-width: 700px;
}
.heading__title.is-center {
  text-align: center;
  margin-bottom: 72px;
}
.heading__title.is-center h2:before {
  margin: 0 auto;
}
.heading__title.is-center p {
  margin: 0 auto;
}
.heading__title ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .heading__title ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.heading__title ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  color: #185778;
  text-align: left;
  font-weight: 600;
}
.heading__title ul li:before {
  content: url("../assets/img/check.svg");
  color: #f7942f;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

hr {
  background: #dfdfdf;
  margin: 52px 0;
}

.hero {
  padding: 180px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 120px 0 32px 0;
  }
}
.hero .row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero .row {
    flex-wrap: wrap;
    gap: 32px;
  }
}
.hero h1 {
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .hero h1 {
    font-size: 3rem;
  }
}
.hero h1 span {
  font-family: "Roustel";
  font-weight: normal;
  color: #f7942f;
  white-space: nowrap;
}
.hero .button--secondary, .hero .navigation .nav-links .page-numbers, .navigation .nav-links .hero .page-numbers, .hero .widget-area .wp-block-categories-list li a, .widget-area .wp-block-categories-list li .hero a, .hero .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions_row .hero .wc-block-components-checkout-return-to-cart-button {
  background: #f6f6f6;
}
.hero img {
  border-radius: 52px;
}
@media screen and (max-width: 768px) {
  .hero img {
    border-radius: 20px;
  }
}
.hero p {
  color: #185778;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .hero p {
    font-size: 1.125rem;
  }
}
.hero .statistics__highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .hero .statistics__highlight {
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }
}
.hero .statistics__highlight .statistics__highlight--item {
  display: flex;
  align-items: center;
  gap: 32px;
}
.hero .statistics__highlight .statistics__highlight--item p {
  color: #185778;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.hero .statistics__highlight .statistics__highlight--item p span {
  font-size: 1.625rem;
  font-weight: 900;
  color: #185778;
  font-family: "Lato", serif;
}

.section__events {
  position: relative;
}
.section__events:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  background-image: url("../assets/img/cross.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  .section__events:before {
    display: none;
  }
}
.section__events .section__events--inner {
  background-color: rgba(24, 87, 120, 0.1);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .section__events .section__events--inner {
    flex-direction: column;
  }
}
.section__events .section__events--inner article {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .section__events .section__events--inner article {
    flex-direction: column;
    text-align: center;
  }
}
.section__events .section__events--inner.section__events--upcoming {
  margin-bottom: 32px;
}
.section__events .events__future {
  margin-bottom: 72px;
}

.evenements.type-evenements {
  display: flex;
  align-items: center;
  gap: 20px;
}
.evenements.type-evenements .post-thumbnail img {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 12px;
}
.evenements.type-evenements h2 {
  margin: 0;
  font-size: 1.125rem;
  color: #212121;
}
.evenements.type-evenements .event__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
.evenements.type-evenements .event__content span {
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "Lato", serif;
}
.evenements.type-evenements .event__date {
  color: #f7942f;
  display: flex;
  align-items: center;
  gap: 8px;
}
.evenements.type-evenements .event__date img {
  width: 24px;
  height: 24px;
}

.section__about .row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section__about .row {
    flex-wrap: wrap-reverse;
    gap: 32px;
  }
}
.section__about p {
  color: #185778;
}
.section__about .custom-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  width: 100%;
  gap: 20px;
}
.section__about .custom-grid .grid-item {
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section__about .custom-grid .full {
  grid-column: 1/-1;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 480px) {
  .section__about .custom-grid .full {
    grid-row: 2;
  }
}
.section__about .custom-grid .square {
  grid-row: 2;
  grid-column: 1;
  aspect-ratio: 1/1;
  background-color: #f2f2f2;
  min-width: 200px;
}
@media screen and (max-width: 480px) {
  .section__about .custom-grid .square {
    max-width: 200px;
    grid-row: 1;
  }
}
.section__about .custom-grid .rest {
  grid-row: 2;
  grid-column: 2;
  background-color: #f7942f;
  color: white;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section__about .custom-grid .rest {
    grid-row: 3;
    grid-column: 1;
  }
}
.section__about .custom-grid .rest span {
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.section__about .custom-grid .rest p {
  color: white;
  text-align: center;
  margin: 12px 0 0 0;
}
@media (min-width: 600px) {
  .section__about .custom-grid {
    grid-template-columns: auto 1fr;
  }
}

.section__actions {
  position: relative;
}
.section__actions:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background-image: url("../assets/img/cross.png");
  transform: scaleX(-1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.section__actions .heading__title {
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .section__actions .heading__title {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section__actions .heading__title h2:before {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__actions .heading__title h2:before {
    margin: 0;
  }
}
.section__actions .heading__title p {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__actions .heading__title p {
    margin: 0;
  }
}

.services.type-services {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .services.type-services {
    max-height: 300px;
  }
}
.services.type-services img {
  border-radius: 20px;
  transform: scale(1);
  transition: all 0.9s ease-in-out;
}
.services.type-services .service__overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 32px;
}
.services.type-services .service__overlay h2 {
  color: white;
  font-size: 1.75rem;
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 1.3;
}
.services.type-services .service__overlay p {
  color: white;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.services.type-services:hover img {
  transform: scale(1.1);
}

.section__partners .heading__title {
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .section__partners .heading__title {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section__partners .heading__title h2:before {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__partners .heading__title h2:before {
    margin: 0;
  }
}
.section__partners .heading__title p {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__partners .heading__title p {
    margin: 0;
  }
}
.section__partners .partenaires-swiper {
  margin-bottom: 52px;
}
.section__partners .partenaires-swiper .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
  align-items: center;
}
.section__partners .partenaires-swiper .partenaire-slide {
  width: auto;
  mix-blend-mode: darken;
}
.section__partners .partenaires-swiper img {
  mix-blend-mode: darken;
  width: auto;
  max-height: 60px;
  max-width: 200px;
}

footer {
  padding-bottom: 72px;
  padding-top: 120px;
}
footer .footer__newsletter {
  background: #185778;
  padding: 52px 32px;
  margin-bottom: 92px;
  border-radius: 20px;
}
footer .footer__newsletter h2 {
  color: white;
  text-align: center;
  margin: 0 auto 20px auto;
}
footer .footer__newsletter p {
  color: white;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
footer .footer__newsletter .wpcf7-list-item {
  margin: 0;
}
footer .footer__newsletter form {
  margin-top: 32px;
}
footer .footer__newsletter form .newsletter__group {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer__newsletter form .newsletter__group {
    flex-direction: column;
    gap: 16px;
  }
}
footer .footer__newsletter form .newsletter__group p {
  width: 100%;
  margin: 0;
  position: relative;
}
footer .footer__newsletter form .newsletter__group p:nth-child(1), footer .footer__newsletter form .newsletter__group p:nth-child(2), footer .footer__newsletter form .newsletter__group p:nth-child(3) {
  flex-grow: 1;
  text-align: left;
}
footer .footer__newsletter form .newsletter__group p:nth-child(4) {
  flex-shrink: 1;
  flex-grow: 0;
  width: auto;
  position: relative;
}
footer .footer__newsletter form .newsletter__group p:nth-child(4) .wpcf7-spinner {
  position: absolute;
}
footer .footer__newsletter form .wpcf7-acceptance span {
  color: white;
}
footer .footer__newsletter form .wpcf7-not-valid-tip {
  background: #dc3545;
  color: white;
  font-size: 12px;
  border-radius: 4px;
  padding: 1px;
  text-align: center;
  position: absolute;
  bottom: -40px;
}
footer .footer__newsletter form .wpcf7-response-output {
  background: #f7942f;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  display: block;
  max-width: 600px;
  margin-top: 20px;
}
footer .footer__newsletter form input[type=submit] {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
footer .footer__newsletter form input[type=email],
footer .footer__newsletter form input[type=text] {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #185778;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  color: #185778;
}
footer .footer__newsletter form input[type=email]::-moz-placeholder, footer .footer__newsletter form input[type=text]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
footer .footer__newsletter form input[type=email]::placeholder,
footer .footer__newsletter form input[type=text]::placeholder {
  color: #ccc;
  opacity: 1;
}
footer .footer__newsletter form input[type=email]:focus,
footer .footer__newsletter form input[type=text]:focus {
  border-color: #f7942f;
}
footer .footer__newsletter .wpcf7 form.sent .wpcf7-response-output {
  background: #28a745;
}
footer .footer__presentation img {
  max-width: 200px;
}
footer .footer__presentation p {
  color: #185778;
  font-size: 0.875rem;
}
footer .footer__presentation .footer__social-nav .footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  gap: 32px;
  padding: 0;
  list-style: none;
}
footer .footer__presentation .footer__social-nav .footer__social img {
  width: 32px;
}
footer .footer-menu .footer-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}
footer .footer-menu .footer-nav li a {
  text-decoration: none;
  color: #185778;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
footer .footer-menu .footer-nav li a:hover {
  color: #f7942f;
}
footer .site-info {
  text-align: center;
  padding-bottom: 0;
  margin-top: 52px;
}
footer .site-info .footer-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
footer .site-info .footer-nav li a {
  text-decoration: none;
  color: #185778;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}
footer .site-info .footer-nav li a:hover {
  color: #f7942f;
}
footer .site-info p {
  margin: 0;
  font-size: 0.875rem;
  color: #185778;
}
footer .site-info p a {
  text-decoration: underline;
  color: #185778;
  transition: all 0.3s ease-in-out;
}
footer .site-info p a:hover {
  color: #f7942f;
}

.page__header {
  margin-bottom: 72px;
  margin-top: 160px;
  background-color: #185778;
  border-radius: 32px;
  overflow: hidden;
}
.page__header h1 {
  color: white;
}
@media screen and (max-width: 768px) {
  .page__header {
    margin-top: 120px;
    -webkit-mask-image: none !important;
            mask-image: none !important;
    border-radius: 20px;
    overflow: hidden;
  }
}

.page__header {
  position: relative;
  display: block;
  width: 100%;
}

.page__header--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 52px 20px;
  min-height: 280px;
  /* espace pour le texte, ajuste à ton besoin */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__header--image {
    padding: 32px 20px;
  }
}

.page__header--image-overlay {
  color: #fff;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 87, 120, 0.7);
}

.page__header--image-content {
  position: relative;
  z-index: 5;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.page__header--image-content h1 {
  color: white;
  margin: 0;
  padding: 0;
}
.page__header--image-content p {
  color: white;
}

.page__header--image h1.entry-title {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .page__header--image h1.entry-title {
    font-size: 2.25rem;
  }
}

.section__products {
  position: relative;
}
.section__products:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 260px;
  background-image: url("../assets/img/cross.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  .section__products:before {
    display: none;
  }
}
.section__products .heading__title {
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .section__products .heading__title {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section__products .heading__title h2:before {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__products .heading__title h2:before {
    margin: 0;
  }
}
.section__products .heading__title p {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__products .heading__title p {
    margin: 0;
  }
}

.product-card a {
  text-decoration: none;
}
.product-card .product-title {
  text-decoration: none;
  color: #212121;
}

.section__posts .heading__title {
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .section__posts .heading__title {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section__posts .heading__title h2:before {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__posts .heading__title h2:before {
    margin: 0;
  }
}
.section__posts .heading__title p {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__posts .heading__title p {
    margin: 0;
  }
}

.post-item a {
  text-decoration: none;
}
.post-item h3 {
  text-decoration: none;
  color: #212121;
}
.post-item .image-wrapper {
  position: relative;
}
.post-item .image-wrapper .image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-item .image-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  /* Masque SVG */
  -webkit-mask-image: url("../assets/img/post-mask.svg");
  mask-image: url("../assets/img/post-mask.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ccc;
}
.post-item .image-wrapper .post-date {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
}
.post-item .image-wrapper .post-date span {
  color: #f7942f;
  font-weight: 600;
  font-size: 1.125rem;
}
.post-item.is-horizontal {
  margin-bottom: 52px;
}
.post-item.is-horizontal .post-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .post-item.is-horizontal .post-card {
    flex-direction: column;
  }
}
.post-item.is-horizontal .post-card .image-wrapper {
  max-width: 300px;
  width: 100%;
  flex: 0 0 300px;
}
@media screen and (max-width: 768px) {
  .post-item.is-horizontal .post-card .image-wrapper {
    max-width: 100%;
    width: 100%;
    flex: 0;
  }
}
.post-item.is-horizontal .post-card .image-wrapper .post-date span {
  font-size: 0.875rem;
}

.section__donate {
  position: relative;
}
.section__donate:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background-image: url("../assets/img/cross.png");
  transform: scaleX(-1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.section__donate .donate-image-wrapper {
  position: relative;
  height: 600px;
}
.section__donate .donate-image,
.section__donate .donate-image-top,
.section__donate .donate-image-bottom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}
.section__donate .donate-image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section__donate .donate-image-top {
  width: 170px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -52px;
  left: -32px;
  border: 12px solid white;
}
.section__donate .donate-image-bottom {
  width: 350px;
  aspect-ratio: 16/9;
  position: absolute;
  bottom: -32px;
  right: -52px;
  border: 12px solid white;
}
.section__donate ul {
  padding: 0;
  margin: 32px 0 0 0;
}
.section__donate .donate__item {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
  list-style: none;
}
.section__donate .donate__item .donate__item--icon {
  width: 64px;
  height: 64px;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 64px;
}
.section__donate .donate__item .donate__item--text p {
  color: #185778;
  font-size: 1.125rem;
  margin: 0 0 4px 0;
  font-weight: bold;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  z-index: 9999;
}

.cart-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cart-drawer__content {
  position: absolute;
  top: 0;
  right: -400px;
  width: 400px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  padding: 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-top: 92px;
}
.cart-drawer__content h2 {
  font-size: 2rem;
}

.cart-drawer.open {
  pointer-events: auto;
}
.cart-drawer.open .cart-drawer__overlay {
  opacity: 1;
}
.cart-drawer.open .cart-drawer__content {
  right: 0;
}

.cart-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer__close {
  font-size: 42px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.cart-drawer__items {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  flex-grow: 1;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.cart-drawer__item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.cart-drawer__item-thumb img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-drawer__item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cart-drawer__item-info a {
  text-decoration: none;
  font-weight: 600;
}

.cart-drawer__footer {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.cart-drawer__total {
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
  margin-bottom: 12px;
}
.cart-drawer__total .amount {
  font-size: 1.5rem;
  color: #f7942f !important;
}
.cart-drawer__total .amount bdi,
.cart-drawer__total .amount span {
  color: #f7942f !important;
}

.cart-drawer__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.cart-drawer__actions .button, .cart-drawer__actions .navigation .nav-links .page-numbers, .navigation .nav-links .cart-drawer__actions .page-numbers, .cart-drawer__actions .wp-block-button__link, .cart-drawer__actions .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.wp-block-button__link, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cart-drawer__actions a.wp-block-button__link, .cart-drawer__actions .woocommerce .single_add_to_cart_button.wp-block-button__link, .woocommerce .cart-drawer__actions .single_add_to_cart_button.wp-block-button__link, .cart-drawer__actions .widget-area .wp-block-categories-list li a, .widget-area .wp-block-categories-list li .cart-drawer__actions a, .cart-drawer__actions form input[type=submit], form .cart-drawer__actions input[type=submit], .cart-drawer__actions .woocommerce form input.single_add_to_cart_button[type=submit], .woocommerce form .cart-drawer__actions input.single_add_to_cart_button[type=submit], .cart-drawer__actions form .woocommerce input.single_add_to_cart_button[type=submit], form .woocommerce .cart-drawer__actions input.single_add_to_cart_button[type=submit], .cart-drawer__actions .woocommerce .single_add_to_cart_button.button, form .cart-drawer__actions .woocommerce input.single_add_to_cart_button[type=submit], .woocommerce .cart-drawer__actions .single_add_to_cart_button.button, .woocommerce .cart-drawer__actions form input.single_add_to_cart_button[type=submit], .cart-drawer__actions .woocommerce .wc-block-cart__submit-container a.single_add_to_cart_button, .woocommerce .wc-block-cart__submit-container .cart-drawer__actions a.single_add_to_cart_button, .cart-drawer__actions .wc-block-cart__submit-container .woocommerce a.single_add_to_cart_button, .wc-block-cart__submit-container .woocommerce .cart-drawer__actions a.single_add_to_cart_button, .cart-drawer__actions .woocommerce .single_add_to_cart_button.wc-block-components-button, .woocommerce .cart-drawer__actions .single_add_to_cart_button.wc-block-components-button, .cart-drawer__actions .wc-block-components-button, .cart-drawer__actions .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.wc-block-components-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cart-drawer__actions a.wc-block-components-button, .cart-drawer__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions_row .cart-drawer__actions .wc-block-components-checkout-return-to-cart-button, .cart-drawer__actions .wc-block-cart__submit-container a, .wc-block-cart__submit-container .cart-drawer__actions a, .cart-drawer__actions .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .wc-block-cart__submit-container .cart-drawer__actions .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.single_add_to_cart_button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cart-drawer__actions a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .cart-drawer__actions .wc-block-cart__submit-container a.single_add_to_cart_button, .cart-drawer__actions header .header__inner .main-navigation .menu .button-donate a, header .header__inner .main-navigation .menu .button-donate .cart-drawer__actions a, .cart-drawer__actions footer .footer__newsletter form input[type=submit], footer .footer__newsletter form .cart-drawer__actions input[type=submit] {
  width: 100%;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  transform: translateY(-150%);
  transition: transform 0.5s ease;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .search-overlay {
    bottom: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 152px;
  }
}
body.admin-bar .search-overlay {
  top: 32px;
}
@media screen and (max-width: 768px) {
  body.admin-bar .search-overlay {
    top: 0;
  }
}

.search-overlay.active {
  transform: translateY(0);
}

.search-form {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .search-form {
    flex-direction: column;
    width: 100%;
  }
}

.search-field {
  flex: 1;
  width: 100%;
  padding: 12px !important;
  border-radius: 12px !important;
  border: 1px solid #e9e9e9 !important;
  font-size: 1rem !important;
  transition: all 0.3s ease-in-out !important;
  color: #185778 !important;
}
.search-field::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.search-field::placeholder {
  color: #ccc;
  opacity: 1;
}
.search-field:focus {
  border-color: #f7942f;
}

.search-submit {
  border: none;
  cursor: pointer;
}

.search-close {
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  font-size: 32px;
  cursor: pointer;
  color: #185778;
}
@media screen and (max-width: 768px) {
  .search-close {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 48px;
  }
}

/* Container menu */
.woocommerce-MyAccount-navigation {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  max-width: 280px;
}

/* Liste des liens */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Chaque item de menu */
.woocommerce-MyAccount-navigation li {
  margin-bottom: 15px;
}

/* Liens */
.woocommerce-MyAccount-navigation a {
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-left: 4px solid transparent;
}

/* État actif (page courante) */
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background-color: #f7942f; /* couleur bleu WooCommerce */
  color: #fff;
}

/* Pour les icônes (si tu en as) */
.woocommerce-MyAccount-navigation a svg,
.woocommerce-MyAccount-navigation a .icon {
  margin-right: 8px;
  vertical-align: middle;
  fill: currentColor;
}

/* Responsive - menu horizontal sur petit écran */
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 15px 10px;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 10px;
    overflow-x: auto;
  }
  .woocommerce-MyAccount-navigation li {
    margin-bottom: 0;
  }
  .woocommerce-MyAccount-navigation a {
    padding: 10px 12px;
    border-radius: 6px;
    border-left: none;
    white-space: nowrap;
  }
}
.wc-block-components-shipping-calculator-address__button {
  color: #185778 !important;
  border-color: #185778 !important;
}
.wc-block-components-shipping-calculator-address__button:hover {
  color: white !important;
  background: #185778 !important;
}
.wc-block-components-shipping-calculator-address__button:hover .wc-block-components-button__text {
  color: white !important;
}
.wc-block-components-shipping-calculator-address__button .wc-block-components-button__text {
  color: #185778;
}

.woocommerce-MyAccount-content .woocommerce-info {
  background-color: #e7f3fe;
  color: #185778;
  padding: 20px;
  border-radius: 12px;
  font-size: 1rem;
  margin-bottom: 20px;
  display: flex;
  border: none !important;
  align-items: center;
  gap: 12px;
}
.woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  color: #f7942f;
  background: white;
  transition: all 0.3s ease-in-out;
  font-family: "Lato", serif;
  transform: translateY(0);
  font-size: 0.875rem;
  position: relative;
  overflow: hidden;
  line-height: 1.3;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0) 0px 8px 24px;
}
.woocommerce-MyAccount-content .woocommerce-info:before {
  display: none;
}

.product-template-default .woocommerce {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .product-template-default .woocommerce {
    width: 100%;
  }
}
@media only screen and (min-width: 60em) {
  .product-template-default .woocommerce {
    width: 90%;
    max-width: 92rem;
  }
}
.product-template-default .woocommerce-product-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-template-default .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  max-width: 400px;
}
.product-template-default .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none !important;
}

.wc-block-components-button__text {
  color: white;
}

.wc-block-cart-item__product .wc-block-components-product-name {
  text-decoration: none;
  font-weight: bold;
}

.cross-sells-product .wc-block-components-product-title .wc-block-components-product-name {
  text-decoration: none;
  font-weight: bold;
}
.cross-sells-product .wp-block-button__link {
  display: inline-block;
  width: auto;
  font-size: 1rem;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  width: 100%;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover {
  color: #f7942f;
}

.wc-block-components-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.3s ease-in-out !important;
  border: none !important;
}
.wc-block-components-button .wc-block-components-checkout-place-order-button__text {
  color: white;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 72px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  flex-grow: 1;
  background: none;
  border: none;
  text-align: center;
  font-size: 1.125rem;
  color: #185778;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid #185778;
  color: #185778;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce .single_add_to_cart_button.button, .woocommerce .navigation .nav-links .single_add_to_cart_button.page-numbers, .navigation .nav-links .woocommerce .single_add_to_cart_button.page-numbers, .woocommerce .single_add_to_cart_button.wp-block-button__link, .woocommerce .widget-area .wp-block-categories-list li a.single_add_to_cart_button, .widget-area .wp-block-categories-list li .woocommerce a.single_add_to_cart_button, .woocommerce form input.single_add_to_cart_button[type=submit], form .woocommerce input.single_add_to_cart_button[type=submit], .woocommerce header .header__inner .main-navigation .menu .button-donate a.single_add_to_cart_button, header .header__inner .main-navigation .menu .button-donate .woocommerce a.single_add_to_cart_button, .woocommerce .wc-block-cart__submit-container a.single_add_to_cart_button, .wc-block-cart__submit-container .woocommerce a.single_add_to_cart_button, .woocommerce .wc-block-checkout__actions_row .single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .wc-block-checkout__actions_row .woocommerce .single_add_to_cart_button.wc-block-components-checkout-return-to-cart-button, .woocommerce .single_add_to_cart_button.wc-block-components-button {
  background: #f7942f !important;
  padding: 16px 32px !important;
}

.woocommerce div.product div.summary {
  padding-top: 0px;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-of-type {
  display: none;
}

.summary .woocommerce-Price-amount.amount {
  background: #008d2a;
  color: white;
  border-radius: 8px;
  font-size: 1.125rem;
  padding: 8px 16px;
}

.woocommerce .quantity .qty {
  width: 100px;
  padding: 14px;
  border-radius: 12px;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
  margin: 0 0 32px 0;
  text-align: center;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon:before {
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading:before {
  content: "";
  width: 70px;
  height: 20px;
  background-image: url("../assets/img/heading.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 100px;
  margin: 0 auto;
}
.wp-block-woocommerce-empty-cart-block .wp-block-button__link {
  display: inline-block;
  width: auto;
  font-size: 1rem;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
  text-decoration: none;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  font-size: 1.125rem;
  color: #185778;
  text-decoration: none;
  font-weight: bold;
}

.up-sells.products,
.related.products {
  margin-top: 120px;
}
.up-sells.products h2,
.related.products h2 {
  margin: 0 0 32px 0;
  text-align: center;
}
.up-sells.products h2:before,
.related.products h2:before {
  content: "";
  width: 70px;
  height: 20px;
  background-image: url("../assets/img/heading.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 100px;
  margin: 0 auto;
}
.up-sells.products .products,
.related.products .products {
  display: flex;
  justify-content: center;
}
.up-sells.products .products h2,
.related.products .products h2 {
  text-align: left;
}
.up-sells.products .products h2:before,
.related.products .products h2:before {
  display: none;
}

form {
  max-width: 960px;
  margin: 0 auto;
}
form .form__group {
  display: flex;
  gap: 32px;
  margin-bottom: 0px;
}
form .form__group p {
  flex-grow: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  form .form__group {
    flex-direction: column;
    gap: 0;
  }
}
form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  border: none;
}
form .wpcf7-spinner {
  position: absolute;
}
form input[type=email],
form input[type=text] {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  color: #185778;
}
form input[type=email]::-moz-placeholder, form input[type=text]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
form input[type=email]::placeholder,
form input[type=text]::placeholder {
  color: #ccc;
  opacity: 1;
}
form input[type=email]:focus,
form input[type=text]:focus {
  border-color: #f7942f;
}
form input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}
form input[type=checkbox]:checked {
  background-color: #185778;
  border-color: #185778;
}
form input[type=checkbox]:checked::after {
  content: "✔";
  color: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 14px;
  line-height: 1;
}
form input[type=checkbox]:hover {
  border-color: #185778;
}
form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  margin-bottom: 12px;
  color: #185778;
}
form textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
form textarea::placeholder {
  color: #ccc;
  opacity: 1;
}
form textarea:focus {
  border-color: #f7942f;
}
form textarea.wpcf7-not-valid,
form input[type=email].wpcf7-not-valid,
form input[type=text].wpcf7-not-valid {
  border-color: #dc3545;
}
form label {
  font-size: 1rem;
  font-weight: 600;
  color: #185778;
}
form .wpcf7-not-valid-tip {
  background: #dc3545;
  color: white;
  font-size: 12px;
  border-radius: 4px;
  padding: 1px;
  text-align: center;
  position: relative;
  max-width: 200px;
  margin-top: 8px;
}
form .wpcf7-response-output {
  background: #f7942f;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin: 20px auto 0 auto !important;
  display: block;
  max-width: 600px;
}

.widget-area {
  background: #f6f6f6;
  border-radius: 32px;
  padding: 32px;
}
.widget-area h2 {
  margin: 0;
  font-size: 1.75rem;
}
.widget-area h2:after {
  content: "";
  width: 60px;
  height: 10px;
  background-image: url("../assets/img/heading.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 100px;
}
.widget-area .wp-block-categories-list {
  padding: 0;
  margin: 0;
}
.widget-area .wp-block-categories-list li {
  list-style: none;
}
.widget-area .wp-block-categories-list li a {
  width: 100%;
}
.widget-area .wp-block-categories-list li a:hover {
  color: #f7942f;
}

.single__post {
  margin: 192px 0 72px 0;
}
.single__post img {
  border-radius: 20px;
}
.single__post .post-thumbnail img {
  border-radius: 20px;
}
.single__post .entry-meta {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 52px auto;
  font-weight: 600;
}
.single__post .entry-meta .post__infos {
  display: flex;
  flex-direction: column;
}
.single__post .entry-meta .post__infos a {
  text-decoration: none;
}
.single__post .entry-meta .post__social-share {
  display: flex;
  gap: 16px;
}
.single__post .entry-meta .post__social-share a {
  text-decoration: none;
  line-height: 1;
}
.single__post .entry-meta .post__social-share a img {
  width: 28px;
  height: 28px;
}
.single__post .entry-content h2 {
  font-size: 1.625rem;
  font-weight: 800;
  color: #212121;
}
.single__post .entry-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212121;
}
.single__post .entry-content h4 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #212121;
}
.single__post .entry-content .store-buttons img {
  border-radius: 0 !important;
}

/** ABOUT PAGE **/
.video__wrapper {
  border-radius: 20px;
  aspect-ratio: 16/9;
}
.video__wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
  border-radius: 20px;
}

.section__verse {
  padding-bottom: 52px;
}
.section__verse p {
  font-size: 2.25rem;
  font-weight: bold;
  font-weight: 800;
  color: #185778;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__verse p {
    font-size: 1.75rem;
  }
}
.section__verse p:before {
  content: url("../assets/img/verse_quote.svg");
  display: block;
  margin-bottom: 20px;
}
.section__verse p span {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 20px;
  color: #185778;
}

.section__founders img {
  border-radius: 200px 200px 0 0;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.section__vision {
  background-image: url("../assets/img/worldmap.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section__vision .heading__title {
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .section__vision .heading__title {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section__vision .heading__title h2:before {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__vision .heading__title h2:before {
    margin: 0;
  }
}
.section__vision .heading__title p {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__vision .heading__title p {
    margin: 0;
  }
}
.section__vision .row {
  margin: 52px auto;
}
.section__vision .row .vision__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 20px;
  padding: 20px;
}
.section__vision .row .vision__item .vision__item--icon {
  width: 92px;
  height: 92px;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 92px;
}
.section__vision .row .vision__item .vision__item--icon img {
  width: 52px;
  height: auto;
}
.section__vision .row .vision__item h3 {
  font-size: 1.5rem;
  color: #185778;
  font-weight: bold;
  text-align: center;
}
.section__vision .row .vision__item p {
  font-size: 1.125rem;
  color: #185778;
  font-weight: 500;
  margin: 0;
}
.section__vision .section__vision--goal p {
  font-weight: bold;
  font-size: 1.5rem;
  color: #185778;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.section__impact img {
  width: 100%;
  border-radius: 20px;
}

.section__team {
  text-align: center;
}
.section__team .heading__title {
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .section__team .heading__title {
    margin-bottom: 32px;
    text-align: left;
  }
}
.section__team .heading__title h2:before {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__team .heading__title h2:before {
    margin: 0;
  }
}
.section__team .heading__title p {
  text-align: center;
  margin: 0 auto 32px auto;
}
@media screen and (max-width: 768px) {
  .section__team .heading__title p {
    margin: 0 0 32px 0;
    text-align: left;
  }
}
.section__team .team__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .section__team .team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section__team .team__grid .team-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #185778;
  text-align: left;
  font-weight: 600;
}
.section__team .team__grid .team-grid__item .team__thumb {
  width: 100%;
  aspect-ratio: 8/10;
  overflow: hidden;
}
.section__team .team__grid .team-grid__item .team__thumb img {
  transition: all 3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__team .team__grid .team-grid__item .team__thumb:hover img {
  transform: scale(1.1);
}
.section__team .team__grid .team-grid__item h3 {
  font-size: 1.5rem;
  color: #212121;
  font-weight: bold;
  margin: 12px 0 0 0;
}
.section__team .team__grid .team-grid__item span {
  font-size: 1rem;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.section__cta {
  text-align: center;
}
.section__cta .heading__title {
  text-align: center;
}
.section__cta .heading__title h2:before {
  margin: 0 auto;
}
.section__cta .heading__title p {
  text-align: center;
  margin: 0 auto 32px auto;
}

/** SEARCH RESULTS PAGE **/
body.search {
  padding-top: 200px;
}
body.search .search-excerpt {
  background-color: #f7942f;
  color: white;
  font-weight: normal;
}
body.search .page-title {
  font-size: 2.25rem;
  margin: 0 0 32px 0;
}
body.search .page-title span {
  color: #f7942f;
}
body.search .product .image {
  aspect-ratio: initial;
}
body.search .product .image img {
  -webkit-mask-image: none;
          mask-image: none;
}
body.search .product .post-date {
  display: none;
}

/** ERROR 404 PAGE **/
.error-404 {
  text-align: center;
}
.error-404 form {
  justify-content: center;
}
.error-404 form label {
  flex-grow: 1;
  width: 100%;
}

/** TESTIMONIAL GRID **/
.testimonial-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: 2rem 0 4rem 0;
}

.testimonial-item {
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 0.75rem;
  background-color: #f9f9f9;
  font-style: italic;
}

.testimonial-author {
  margin-top: 1rem;
  font-weight: bold;
  text-align: right;
  font-style: normal;
}

.card {
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
}

/** PAGINATION **/
.navigation .nav-links .page-numbers {
  padding: 12px 24px;
  font-size: 1rem;
  color: #185778;
  margin: 0 4px;
}
.navigation .nav-links .page-numbers.current {
  background: #f7942f;
  color: white;
  pointer-events: none;
}
.navigation .nav-links .page-numbers:hover {
  background: #f7942f;
  color: white;
}

/** VALEURS **/
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.value-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-card .value-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: white;
}
.value-card .value-icon img {
  width: auto;
  height: 100%;
}
.value-card .value-title {
  color: #185778;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 12px;
}
.value-card .value-description {
  color: #555;
  line-height: 1.5;
  font-size: 0.875rem;
}
.value-card .value-description em {
  font-style: italic;
  color: #185778;
}
.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .values-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .values-grid .value-card {
    padding: 1.5rem;
  }
  .values-grid .value-card .value-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .values-grid .value-card .value-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .value-card {
    padding: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */