@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

@media screen and (max-width: 900px) {
  .pt-sm-0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 900px) {
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 900px) {
  .pl-sm-0 {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 900px) {
  .pr-sm-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 900px) {
  .p-sm-0 {
    padding: 0px !important;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 900px) {
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 900px) {
  .pl-sm-10 {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 900px) {
  .pr-sm-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 900px) {
  .p-sm-10 {
    padding: 10px !important;
  }
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .pt-sm-20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 900px) {
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 900px) {
  .pl-sm-20 {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 900px) {
  .pr-sm-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 900px) {
  .p-sm-20 {
    padding: 20px !important;
  }
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .pt-sm-30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 900px) {
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 900px) {
  .pl-sm-30 {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 900px) {
  .pr-sm-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 900px) {
  .p-sm-30 {
    padding: 30px !important;
  }
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .pt-sm-40 {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 900px) {
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 900px) {
  .pl-sm-40 {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 900px) {
  .pr-sm-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 900px) {
  .p-sm-40 {
    padding: 40px !important;
  }
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .pt-sm-50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 900px) {
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 900px) {
  .pl-sm-50 {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 900px) {
  .pr-sm-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 900px) {
  .p-sm-50 {
    padding: 50px !important;
  }
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .pt-sm-60 {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 900px) {
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 900px) {
  .pl-sm-60 {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 900px) {
  .pr-sm-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 900px) {
  .p-sm-60 {
    padding: 60px !important;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  color: #333;
  font-family: "Lato", "Source Sans 3", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.container {
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.container--nav {
    padding-left: 30px;
    padding-right: 13px;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 2000;
  background: #fff;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}
.header.scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.header.scrolled .nav {
  padding: 10px 0;
}
.header.scrolled .nav__logo img {
  height: 36px;
  transition: height 0.3s ease;
}
.header .nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 20px 0;
  font-size: 18px;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 900px) {
  .header .nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.header .nav__logo img {
  height: 48px;
  width: auto;
}
@media screen and (max-width: 900px) {
  .header .nav__logo img {
    height: 36px;
  }
}
.header .nav__menu {
  display: flex;
  gap: 70px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .nav__menu a {
  text-decoration: none;
  font-weight: 600;
  color: #00371f;
  position: relative;
  padding: 0.5rem 0;
}
.header .nav__menu a.active {
  color: #00371f;
}
.header .nav__indicator {
  position: absolute;
  bottom: -4px;
  height: 6px;
  background: #00371f;
  border-radius: 3px;
  transform-origin: left center;
  transform: scaleX(0);
}
.header .nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2001;
  width: 40px;
  height: 40px;
  padding: 4px;
}
.header .nav__toggle span {
  width: 6px;
  height: 6px;
  background: #004d33;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.header .nav__toggle.active {
  gap: 0;
}
.header .nav__toggle.active span {
  width: 22px;
  height: 2px;
  background: #004d33;
  border-radius: 2px;
  position: absolute;
}
.header .nav__toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}
.header .nav__toggle.active span:nth-child(2) {
  opacity: 0;
}
.header .nav__toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .mobile-menu {
  display: none;
  position: absolute;
  top: calc(var(--header-height, 80px));
  left: 0;
  width: 100%;
  background: #3e7b62;
  color: #fff;
  z-index: 1500;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - var(--header-height, 80px));
}
.header .mobile-menu.open {
  display: flex;
}
.header .mobile-menu__links {
  list-style: none;
  padding: 2rem 0;
  margin: 0;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  /* <-- la clé */
}
.header .mobile-menu__links li {
  position: relative;
}
.header .mobile-menu__links li a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #bde9d2;
  padding: 0.5rem 2rem;
  position: relative;
}
.header .mobile-menu__links li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.header .mobile-menu__links li a.active {
  color: #ffffff;
}
.header .mobile-menu__links li a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #00371f;
  border-radius: 3px;
}
.header .mobile-menu__footer {
  background: #fff;
  color: #00371f;
  text-align: center;
  font-size: 0.9rem;
  padding: 1.5rem 0;
}
.header .mobile-menu__footer .logos {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.header .mobile-menu__footer .logos img {
  height: 44px;
}
.header .mobile-menu__footer .socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.header .mobile-menu__footer .socials img {
  height: 20px;
}
.header .mobile-menu__footer a {
  color: #00371f;
  display: block;
  font-size: 0.8rem;
  margin-top: 0.3rem;
}
@media (max-width: 900px) {
  .header .nav__indicator {
    display: none;
  }
  .header .nav__menu {
    display: none;
  }
  .header .nav__toggle {
    display: flex;
  }
}

/* hauteur 100vh - header (desktop) */
.hero {
  position: relative;
  height: calc(100vh - 100px); /* desktop */
  min-height: 400px; /* pour éviter un hero trop petit */
  overflow: hidden;
}

/* Image */
.hero picture,
.hero img.hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Overlay */
.hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.hero__text {
  color: white;
  text-align: center;
  font-size: clamp(70px, 7vw, 150px);
  font-weight: 600;
  line-height: 0.95;
  max-width: 900px;
  padding: 20px;
  color: #097655;
  font-family: serif;
  opacity: 0;
  transform: translateY(8px);
  animation: heroTextFade 0.45s ease-out forwards;
  animation-delay: 0.15s;
}

@keyframes heroTextFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* TABLET + MOBILE */
@media (max-width: 1023px) {
  .hero {
    height: calc(100vh - 72px);
  }
}
.hero-colored {
  color: #004d33; /* ton vert WIR */
}

.chapters {
  padding: 60px 0;
}
.chapters__grid {
  display: flex;
  justify-content: space-between;
}
.chapters__more {
  text-align: center;
  margin-top: 60px;
}
.chapters .chapter-spacer {
  display: none;
}
.chapters .chapters__grid_insights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, auto));
  justify-content: center;
  gap: 30px;
}

.chapter-card {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 325px;
  height: 245px;
  display: flex;
  flex-direction: column;
  padding: 45px 30px 30px 30px;
}
.chapter-card:hover {
  box-shadow: 1px 4px 12px 4px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.chapter-card__tag {
  align-self: flex-start;
  background: #e5e5e5;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #00371f;
  white-space: nowrap;
}
.chapter-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #00371f;
  margin-right: 4rem;
  margin-top: 40px;
}
.chapter-card__title a {
  color: inherit;
  text-decoration: none;
}
.chapter-card__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 14px;
  width: 100%;
  border-radius: 0 0 8px 8px;
}
.chapter-card__bar.lime {
  background: #a3d900;
}
.chapter-card__bar.red {
  background: #e50000;
}
.chapter-card__bar.purple {
  background: #b00075;
}

@media (max-width: 1030px) {
  .chapters .chapter-spacer {
    scroll-snap-align: start;
    display: block;
    width: 20px;
  }
  .chapters__grid {
    justify-content: initial;
    gap: 20px;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    padding-top: 20px;
  }
  .chapters__grid::before {
    content: "";
    flex: 0 0 20px;
  }
  .chapters__grid::-webkit-scrollbar {
    display: none;
  }
  .chapters__more {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 1rem 0;
    text-align: center;
    z-index: 5;
  }
  .chapters__more .btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .chapter-card {
    flex: 0 0 clamp(280px, 80vw, 325px);
    scroll-snap-align: start;
  }
}
@media (max-width: 576px) {
  .chapters .chapters__grid_insights {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .chapters .chapters__grid_insights .chapter-card {
    width: 100%;
    flex: none;
  }
}
.btn-arrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  transition: background 0.5s ease;
}
.btn-arrow:hover {
  background: #EAEAEA;
}
.btn-arrow__icon {
  background: #EAEAEA;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-arrow__icon img {
  width: 28px;
  height: auto;
}
.btn-arrow__text {
  flex: 1;
  text-align: center;
}
.btn-arrow--block {
  display: flex;
  max-width: 325px;
  width: 90%;
  margin: 0 auto;
}

.download {
  background: #256b4c;
  padding: 50px 0;
  text-align: center;
}
.download__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 50px;
}
.download__grid {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}
.download__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 218px;
}
.download__image {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.flex {
  display: flex;
}

.btn-image {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: background 0.5s ease;
  width: auto;
  overflow: hidden;
}
.btn-image > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E3E3E3;
  padding: 10px;
  height: 100%;
}
.btn-image > div:first-child img {
  width: 20px;
  height: auto;
  display: block;
}
.btn-image > div:last-child {
  flex: 1;
  padding: 5px 15px;
  text-align: center;
}
.btn-image.btn-100 {
  display: flex;
  width: 100%;
  margin-left: 0;
}
.btn-image.btn-right {
  margin-left: auto;
}
.btn-image:hover {
  background: #E3E3E3;
}
.btn-image__icon {
  width: 20px;
  height: auto;
  display: block;
}

.footer {
  background: #fff;
  padding: 60px 0;
  border-top: 1px solid #eee;
}
.footer__content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer__logos {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .footer__logos {
    width: 80%;
    justify-content: space-around;
  }
}
@media (max-width: 450px) {
  .footer__logos {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .footer__logos {
    flex-direction: column;
    align-items: center;
  }
}
.footer__logos a:first-child img {
  width: auto;
  height: 44px;
}
.footer__logos a:last-child img {
  width: auto;
  height: 71px;
}
.footer__links {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__links a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #00371f;
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer__socials .footer__social {
  width: auto;
  height: 22px;
  display: block;
  transition: opacity 0.2s ease;
}
.footer__socials .footer__social:hover {
  opacity: 0.7;
}
@media (max-width: 900px) {
  .footer {
    /* Réordonne les blocs */
    /* Ajuste les espacements */
  }
  .footer .footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .footer__logos {
    order: 1;
  }
  .footer .footer__socials {
    order: 2;
  }
  .footer .footer__links {
    order: 3;
  }
  .footer .footer__links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .footer .footer__socials {
    display: flex;
    width: 60%;
    max-width: 300px;
    justify-content: space-around;
  }
  .footer .footer__logos img {
    max-width: 140px;
  }
}
@media (max-width: 376px) {
  .footer .footer__socials {
    width: 100%;
    max-width: none;
  }
}

.intro {
  background: #337357;
  color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 900px) {
  .intro {
    padding: 40px 0;
  }
}
.intro h1 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .intro .container {
    padding: 0 30px;
  }
}
.intro .container p {
  width: 100%;
  max-width: 700px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.intro .container p:first-child {
  margin-top: 0;
}
.intro .container p:last-child {
  margin-bottom: 0;
}

.cta {
  padding: 60px 0;
}
@media screen and (max-width: 900px) {
  .cta.cta-btn-simple {
    padding: 0px;
  }
  .cta.cta-btn-simple .container-fluid {
    padding: 0 !important;
  }
}
.cta .cta-box {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px;
  box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  text-decoration: none;
  color: #00371f;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: clamp(300px, 90%, 550px);
  margin: 0 auto;
}
.cta .cta-box:hover {
  transform: translateY(-2px);
  box-shadow: 1px 4px 12px 4px rgba(0, 0, 0, 0.3);
}
.cta .cta-box__image {
  height: 200px;
  width: auto;
  max-width: 200px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.cta .cta-box__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #00371f;
  text-align: center;
}
.cta .cta-box__icon {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}
.cta .cta-box__text {
  line-height: 1.2;
}

.bg-sable {
  background: #fff6ef;
}

.bg-dark-green {
  background: #337357;
}

@media screen and (max-width: 900px) {
  .container--sm-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .hide-sm {
    display: none !important;
  }
}

.show-sm {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .show-sm {
    display: block !important;
  }
}

main.page-simple h1 {
  margin-top: 1em;
}

.modal-share {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.modal-share .modal-content {
  background: white;
  padding: 30px;
  max-width: 400px;
  margin: 100px auto;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.modal-share .modal-content h3 {
  margin-bottom: 20px;
}
.modal-share .modal-content .close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
}
.modal-share .modal-content .share-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.modal-share .modal-content .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f4f4f4;
  transition: all 0.3s ease;
  text-decoration: none;
}
.modal-share .modal-content .share-btn img {
  width: 22px;
  height: 22px;
}
.modal-share .modal-content .share-btn:hover {
  background: #ddd;
  transform: scale(1.1);
}

#figureLightbox {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  padding: 2vw;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.figure-lightbox__content {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.figure-lightbox__content img {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  display: block;
  margin: 0 auto;
  opacity: 0;
}

.figure-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
}

.figure-lightbox__close {
  position: absolute;
  top: -40px;
  right: -40px;
  background: none;
  border: none;
  font-size: 3rem;
  color: white;
  cursor: pointer;
  line-height: 1;
  z-index: 2;
  transition: transform 0.2s ease;
}
@media (max-width: 576px) {
  .figure-lightbox__close {
    top: -50px;
    right: 10px;
  }
}

.figure-lightbox__close:hover {
  transform: scale(1.2);
}

.has-vert-fonce-color {
  color: #337357;
}

.has-noir-color {
  color: #000000;
}

.has-blanc-color {
  color: #ffffff;
}

.has-rouge-color {
  color: #cc0000;
}

.card-media a {
  color: inherit;
  text-decoration: none;
}

.br-desktop::after {
  content: "\a";
  /* saut de ligne */
  white-space: pre;
  /* pour que le \A soit interprété */
}

@media (max-width: 768px) {
  .br-desktop::after {
    content: "";
    /* pas de saut de ligne sur mobile */
    display: none;
  }
}
.chapter-3--plus {
  display: none;
}
@media (max-width: 768px) {
  .chapter-3--plus {
    display: flex;
  }
}

.about-section {
  padding: 60px 0;
}
.about-section.bg-white {
  background: #fff;
}
.about-section.bg-beige {
  background: #fbfbfb;
}
.about-section .about-content {
  display: flex;
  gap: 210px;
}
@media (max-width: 900px) {
  .about-section .about-content {
    flex-direction: column;
    text-align: left;
    gap: 40px;
  }
}
.about-section .about-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .about-section .about-image {
    justify-content: flex-start;
  }
}
.about-section .about-image .circle {
  flex: 0 0 auto;
  width: 100%;
  max-width: 256px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .about-section .about-image .circle {
    max-width: 160px;
  }
}
.about-section .about-image .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* l’image remplit le cercle */
}
.about-section .about-text {
  flex: 2;
}
.about-section .about-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-section .about-text p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.about-section .about-text .btn-more {
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #0c5035;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: background 0.2s;
  height: 40px;
  width: 100%;
  max-width: 220px;
  transition: background 0.5s;
}
.about-section .about-text .btn-more:hover {
  background: #EAEAEA;
}
.about-section .about-text .btn-more .icon-box {
  background: #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 40px;
}
.about-section .about-text .btn-more .icon-box img {
  width: 16px;
  height: 16px;
  display: block;
}
.about-section .about-text .btn-more .text {
  color: #002914;
  font-size: 18px;
  flex: 1;
  text-align: center;
}

.follow-us {
  background: #0c5035;
  padding: 60px 0;
}
.follow-us .container > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.follow-us .newslette-rs {
  display: flex;
  gap: 20px;
}
.follow-us .newslette-rs img {
  filter: brightness(0) invert(1);
  height: 30px;
}
.follow-us h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.follow-us .btn-newsletter {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: background 0.5s;
}
.follow-us .btn-newsletter .icon-box {
  background: #EAEAEA;
  padding: 16px 20px 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow-us .btn-newsletter .icon-box img {
  width: 70px;
  height: auto;
  display: block;
}
.follow-us .btn-newsletter .text {
  padding: 0 24px;
  white-space: nowrap;
}
.follow-us .btn-newsletter:hover {
  background: #EAEAEA;
}

.CTA-v2-newsletter p {
  background-color: #fff;
}
.CTA-v2-newsletter .CTA-v2__arrow {
  width: 90px;
}

.chapter-intro {
  background: #fff;
  padding: 2rem 0 0;
}
.chapter-intro__tag {
  font-family: "Source Sans 3", sans-serif;
  background: #e95c0c;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding: 8px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 1rem;
}
.chapter-intro__title {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #333;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.chapter-intro__excerpt {
  max-width: 720px;
  margin-bottom: 2rem;
  color: #333;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.chapter-bar {
  width: 100%;
  height: 6px;
  background: #e95c0c;
  border-radius: 0;
  position: sticky;
  top: 60px;
  z-index: 25;
}

.chapter-global-nav {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.75rem 0;
  position: sticky;
  top: 65px;
  z-index: 20;
  background-color: #fff;
}
.chapter-global-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chapter-global-nav__all {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #00371f;
  text-decoration: none;
  font-weight: 500;
}
.chapter-global-nav__all::before {
  font-size: 1rem;
  line-height: 1;
}
.chapter-global-nav__all:hover {
  text-decoration: underline;
}
.chapter-global-nav__arrows {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.chapter-global-nav__arrows a {
  text-decoration: none;
  color: #00371f;
  font-size: 0.95rem;
  font-weight: 500;
}
.chapter-global-nav__arrows a:hover {
  text-decoration: underline;
}

.chapter-layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 35px;
  margin-top: 0rem;
  position: relative;
}
@media (max-width: 900px) {
  .chapter-layout {
    grid-template-columns: 1fr;
  }
}

.chapter-content section {
  margin-bottom: 3rem;
}
.chapter-content section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00371f;
  margin-bottom: 1rem;
}
.chapter-content section p {
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #002914;
  font-size: 18px;
  font-weight: 400;
}

.chapter-nav {
  position: sticky;
  top: 80px;
  align-self: start;
  height: calc(100vh - 80px);
  flex: 0 0 250px;
  border: solid #f4f4f4;
  border-width: 0 3px 0 1px;
}
.chapter-nav .spacer {
  height: 40px;
}
.chapter-nav__viewport {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.chapter-nav__track {
  position: relative;
  will-change: transform;
  transform: translateY(0);
  padding: 0;
}
.chapter-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chapter-nav li {
  margin: 0 0 8px 0;
}
.chapter-nav a {
  display: block;
  padding: 12px 16px 12px 20px;
  color: #00371f;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.4;
  border-radius: 4px;
  transition: background 0.2s;
}
.chapter-nav a:hover {
  background: #f5f5f5;
}
.chapter-nav a.active {
  background: #f0f4f3;
  font-weight: 700;
}
.chapter-nav__indicator {
  position: absolute;
  left: 0;
  width: 3px;
  top: 0;
  height: 40px;
  background: #e95c0c;
  border-radius: 2px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.chapter-nav__indicator.active {
  opacity: 1;
}

.my-figure {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
.my-figure img {
  display: block;
  max-width: 100%;
  height: auto;
  cursor: zoom-in;
}

.chapter-content {
  margin-top: 40px;
  color: #002914;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 900px) {
  .chapter-content {
    margin-top: 0px;
  }
}
.chapter-content h3 {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .chapter-content h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
  }
}

@media (max-width: 900px) {
  .container.chapter-layout {
    padding: 0;
  }
  .container.chapter-layout .chapter-content {
    padding: 0 30px;
  }
}

.chapter-mobile-nav {
  display: none;
}
@media (max-width: 900px) {
  .chapter-mobile-nav {
    display: block;
    position: sticky;
    top: 109px;
    z-index: 30;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
}
.chapter-mobile-nav__toggle {
  display: flex;
  width: 100%;
  align-items: stretch;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}
.chapter-mobile-nav__toggle:focus-visible {
  outline: 2px solid #00371f;
  outline-offset: 2px;
}
.chapter-mobile-nav__toggle .chapter-mobile-nav__label {
  flex: 1;
  background: #fff;
  padding: 15px 30px;
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  color: #00371f;
}
.chapter-mobile-nav__toggle .chapter-mobile-nav__label strong {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}
.chapter-mobile-nav__toggle .chapter-mobile-nav__label .chapter-mobile-nav__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}
.chapter-mobile-nav__toggle .chapter-mobile-nav__arrow {
  width: 56px;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.chapter-mobile-nav__toggle .chapter-mobile-nav__arrow svg {
  transition: transform 0.3s ease;
}
.chapter-mobile-nav__toggle.open .chapter-mobile-nav__arrow svg {
  transform: rotate(180deg);
}
.chapter-mobile-nav__list {
  display: none;
  max-height: 60vh;
  overflow-y: auto;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.chapter-mobile-nav__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chapter-mobile-nav__list li {
  border-bottom: 1px solid #fff;
}
.chapter-mobile-nav__list a {
  display: block;
  padding: 0.9rem 1rem;
  text-decoration: none;
  color: #00371f;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.chapter-mobile-nav__list a:hover {
  background: #fbfbfb;
}
.chapter-mobile-nav__list a.active {
  background: #fbfbfb;
  font-weight: 700;
  position: relative;
}
.chapter-mobile-nav__list a.active::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 25%;
  width: 4px;
  height: 50%;
  background: #e95c0c;
  border-radius: 2px;
}
.chapter-mobile-nav.open .chapter-mobile-nav__list {
  display: block;
  animation: slideDown 0.25s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .chapter-nav {
    display: none;
  }
}
.chapter-global-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.icon-arrow {
  vertical-align: middle;
}
.icon-arrow.turned-right {
  transform: rotate(90deg);
}
.icon-arrow.turned-left {
  transform: rotate(-90deg);
}

@media (max-width: 900px) {
  .chapter-content .container {
    padding: 0;
    max-width: 100vw;
    overflow: hidden;
  }
  .chapter-content .container p {
    width: calc(100vw - 60px);
  }
}
.download-x3 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.download-x3 h2 {
  margin-bottom: 40px;
}
.download-x3 .inside {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .download-x3 .inside {
    flex-direction: column;
  }
}
.download-x3 .inside > div {
  flex: 1 1 0;
  gap: 20px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download-x3 .inside img.main-img {
  display: block;
  width: 100%;
}

/* Effet de surbrillance */
.share-highlight {
  animation: shareFlash 1.8s ease-out forwards;
}

@keyframes shareFlash {
  0% {
    box-shadow: 0 0 0px 0px rgba(255, 230, 75, 0);
    background-color: transparent;
  }
  10% {
    box-shadow: 0 0 18px 6px rgba(255, 230, 75, 0.8);
    background-color: rgba(255, 230, 75, 0.15);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(255, 230, 75, 0);
    background-color: transparent;
  }
}
.download-page {
  /* ==== Sections Report & Country factorisées ==== */
  background: #fbfbfb;
  /* ==== Section Grid ==== */
}
.download-page .section-feature {
  padding: 60px 0px;
  color: #002914;
}
.download-page .section-feature.bg-light {
  background: #fbfbfb;
}
.download-page .section-feature .feature-block {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
@media screen and (max-width: 900px) {
  .download-page .section-feature .feature-block {
    gap: 30px;
    flex-direction: column-reverse;
  }
}
.download-page .section-feature .feature-block .feature-image {
  text-align: center;
}
.download-page .section-feature .feature-block .feature-image img.cover {
  width: 100%;
  max-width: 218px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .download-page .section-feature .feature-block .feature-image img.cover {
    max-width: initial;
    margin-bottom: 40px;
  }
}
.download-page .section-feature .feature-block .feature-text {
  flex: 1;
}
.download-page .section-feature .feature-block .feature-text h2 {
  margin: 0 0 35px 0;
  font-size: 1.8rem;
}
.download-page .section-feature .feature-block .feature-text p {
  line-height: 1.6;
  color: #444;
}
.download-page .section-grid {
  padding: 80px 0;
}
.download-page .section-grid h2 {
  text-align: left;
  margin: 0;
  margin-bottom: 50px;
}
.download-page .section-grid .report-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 193px;
  row-gap: 60px;
}
.download-page .section-grid .report-grid .report-card {
  text-align: center;
}
.download-page .section-grid .report-grid .report-card img.cover {
  width: 100%;
  max-width: 218px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 900px) {
  .download-page .section-grid .report-grid .report-card img.cover {
    max-width: initial;
  }
}
.download-page .section-grid .report-grid .report-card .btn-summary {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
}
.download-page .section-grid .report-grid .report-card .btn-summary:hover {
  background: #f3f3f3;
}

.CTA-v2 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 auto;
  width: clamp(300px, 80%, 663px);
  transition: background 0.5s, transform 0.2s;
}
.CTA-v2:hover {
  background: #EAEAEA;
  cursor: pointer;
  transform: translateY(-3px);
}
@media screen and (max-width: 900px) {
  .CTA-v2 {
    width: 100%;
    border-radius: 0;
  }
}
.CTA-v2 p {
  flex: 1;
  margin: 0;
  padding: 40px 45px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}
@media screen and (max-width: 900px) {
  .CTA-v2 p {
    background-color: #004D33;
    color: #fff;
  }
}
.CTA-v2__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  background: #eaeaea;
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
}
.section-download-card-grid {
  padding: 60px 0;
}
.section-download-card-grid .download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  row-gap: 60px;
}
@media screen and (max-width: 900px) {
  .section-download-card-grid .download-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
@media screen and (max-width: 500px) {
  .section-download-card-grid .download-grid {
    grid-template-columns: 1fr;
  }
}
.section-download-card-grid .download-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.section-download-card-grid .download-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.section-download-card-grid .download-card__body {
  padding: 40px 20px 0px 20px;
  flex: 1;
}
.section-download-card-grid .download-card__header {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.section-download-card-grid .download-card__icon {
  flex: 0 0 40px;
}
.section-download-card-grid .download-card__icon svg {
  width: 32px;
  height: 32px;
}
.section-download-card-grid .download-card__content {
  flex: 1;
  color: #002914;
}
.section-download-card-grid .download-card__content .download-type {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-download-card-grid .download-card__content .download-desc {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 40px;
}
.section-download-card-grid .download-card .download-btn {
  text-align: center;
  background: #e3e3e3;
  padding: 9px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  border-top: 1px solid #e6e6e6;
  transition: background 0.2s;
}
.section-download-card-grid .download-card .download-btn:hover {
  background: #bfbfbf;
}

.intro-v2 {
  background: #337357;
  color: #fff;
  padding: 40px 0;
  /* Responsive */
}
.intro-v2 .intro-v2__content {
  display: flex;
  align-items: stretch;
  gap: 80px;
}
.intro-v2 .intro-v2__content > div {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .intro-v2 .intro-v2__content {
    gap: 20px;
  }
}
.intro-v2 .intro-v2__content h1 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 41px;
}
.intro-v2 .intro-v2__content p {
  width: 100%;
  max-width: 700px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.intro-v2 .intro-v2__content p:first-child {
  margin-top: 0;
}
.intro-v2 .intro-v2__content p:last-child {
  margin-bottom: 0;
}
.intro-v2 .intro-v2__content .intro-v2__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: #004d33;
  color: #fff;
  padding: 60px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.2s, transform 0.2s;
}
@media screen and (max-width: 900px) {
  .intro-v2 .intro-v2__content .intro-v2__cta {
    padding: 25px 40px;
    gap: 20px;
  }
}
@media screen and (max-width: 300px) {
  .intro-v2 .intro-v2__content .intro-v2__cta {
    flex-direction: column;
    text-align: center;
    height: auto;
  }
}
.intro-v2 .intro-v2__content .intro-v2__cta .arrow {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.intro-v2 .intro-v2__content .intro-v2__cta .arrow img {
  width: 60px;
  height: auto;
}
.intro-v2 .intro-v2__content .intro-v2__cta:hover {
  background: #003322;
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .intro-v2 .intro-v2__content {
    flex-direction: column;
  }
  .intro-v2 .intro-v2__cta {
    margin-top: 0px;
    height: auto;
  }
}

.moteur-de-recherche {
  background: #fbfbfb;
  padding: 60px 0;
  /* ---- Search bar ---- */
  /* ---- Language filter ---- */
  /* ---- Responsive ---- */
}
.moteur-de-recherche .search-filter {
  display: flex;
  align-items: flex-end;
  /* aligne search et langues en bas */
  justify-content: space-between;
  /* espace horizontal entre les deux blocs */
  flex-wrap: wrap;
}
.moteur-de-recherche .search-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  max-width: 330px;
  width: 100%;
  flex: 0 0 auto;
  /* garde sa taille fixe */
}
.moteur-de-recherche .search-bar label {
  background: #eaeaea;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 12px;
}
.moteur-de-recherche .search-bar label img {
  width: 20px;
  height: 20px;
}
.moteur-de-recherche .search-bar input {
  border: none;
  outline: none;
  padding: 10px 12px;
  flex: 1;
  font-size: 1rem;
}
.moteur-de-recherche .language-filter .filter-label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.moteur-de-recherche .language-filter .language-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.moteur-de-recherche .language-filter .language-options .lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 120px;
  /* largeur fixe */
  height: 40px;
  /* hauteur identique */
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 0.2s, border-color 0.2s;
}
.moteur-de-recherche .language-filter .language-options .lang-btn img {
  width: 14px;
  height: 14px;
}
.moteur-de-recherche .language-filter .language-options .lang-btn:hover {
  background: #f5f5f5;
}
.moteur-de-recherche .language-filter .language-options .lang-btn.active {
  border-color: #117a65;
  font-weight: 600;
}
@media (max-width: 900px) {
  .moteur-de-recherche .search-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .moteur-de-recherche .search-bar {
    max-width: 100%;
    width: 100%;
  }
  .moteur-de-recherche .language-filter {
    width: 100%;
  }
  .moteur-de-recherche .language-filter .language-options {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .moteur-de-recherche .language-filter .language-options {
    justify-content: space-around;
  }
  .moteur-de-recherche .language-filter .language-options .lang-btn {
    width: calc(50% - 10px);
    /* boutons prennent toute la largeur */
  }
}
@media (max-width: 350px) {
  .moteur-de-recherche .language-filter .language-options .lang-btn {
    width: 100%;
  }
}

.results-audio .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 992px) {
  .results-audio .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .results-audio .card-grid {
    grid-template-columns: 1fr;
  }
}
.results-audio .card-audio {
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #002914;
  /* Date + Tag fixés en haut */
  /* Bloc titre centré verticalement mais aligné à gauche */
  /* Image toujours collée en bas */
}
.results-audio .card-audio:hover {
  transform: translateY(-4px);
  box-shadow: 1px 4px 12px 4px rgba(0, 0, 0, 0.3);
}
.results-audio .card-audio .card-content {
  flex: 1;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
}
.results-audio .card-audio .card-header {
  margin-bottom: 25px;
}
.results-audio .card-audio .card-header .card-date {
  display: block;
  margin-bottom: 20px;
}
.results-audio .card-audio .card-header .card-tag {
  display: inline-block;
  background: #eaeaea;
  color: #002914;
  padding: 4px 8px;
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.results-audio .card-audio .card-body {
  flex: 1;
  display: flex;
  align-items: center;
  /* centre verticalement */
  justify-content: flex-start;
  /* collé à gauche */
  text-align: left;
}
.results-audio .card-audio .card-title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* limite à 3 lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 22px;
}
.results-audio .card-audio .card-image {
  margin-top: auto;
  overflow: hidden;
  aspect-ratio: 330/180;
  position: relative;
}
.results-audio .card-audio .card-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.results {
  padding-top: 60px;
  padding-bottom: 60px;
}
.results h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.results-video {
  background: #337357;
}
.results-video h2 {
  color: #fff;
}
.results-video .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 par ligne */
  gap: 25px;
}
@media (max-width: 768px) {
  .results-video .card-grid {
    grid-template-columns: 1fr;
  }
}
.results-video .card-video {
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #002914;
}
.results-video .card-video:hover {
  transform: translateY(-4px);
  box-shadow: 1px 4px 12px 4px rgba(0, 0, 0, 0.3);
}
.results-video .card-video .card-content {
  padding: 30px;
}
.results-video .card-video .card-header {
  margin-bottom: 10px;
}
.results-video .card-video .card-header .card-date {
  display: block;
  margin-bottom: 5px;
}
.results-video .card-video .card-header .card-tag {
  display: inline-block;
  background: #eaeaea;
  color: #002914;
  padding: 4px 8px;
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.results-video .card-video .card-body {
  margin-bottom: 0px;
}
.results-video .card-video .card-title {
  font-size: 22px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* limite à 2 lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.results-video .card-video .card-image {
  overflow: hidden;
  padding: 0 30px 30px 30px;
}
.results-video .card-video .card-image.card-image-video > div {
  aspect-ratio: 448/252;
  overflow: hidden;
  position: relative;
}
.results-video .card-video .card-image.card-image-video > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.results-video .card-video .card-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.results-video .card-video .card-image .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results-video .card-video .card-image .play-icon img {
  width: 35px;
  height: 35px;
}

.results-print .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 colonnes */
  gap: 25px;
}
@media (max-width: 992px) {
  .results-print .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .results-print .card-grid {
    grid-template-columns: 1fr;
  }
}
.results-print .card-print {
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: 40px 30px 35px 30px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.results-print .card-print:hover {
  transform: translateY(-4px);
  box-shadow: 1px 4px 12px 4px rgba(0, 0, 0, 0.3);
}
.results-print .card-print .card-header {
  margin-bottom: 10px;
}
.results-print .card-print .card-header .card-date {
  color: #555;
  display: block;
  margin-bottom: 20px;
}
.results-print .card-print .card-header .card-tag {
  display: inline-block;
  background: #eaeaea;
  color: #002914;
  padding: 4px 8px;
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 20px;
}
.results-print .card-print .card-body {
  flex: 1;
  display: flex;
  align-items: center;
  /* titre centré verticalement */
  justify-content: flex-start;
}
.results-print .card-print a {
  text-decoration: none;
  color: inherit;
}
.results-print .card-print .card-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* max 3 lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

form {
  background: #0c5035;
  width: 100%;
  /* Responsive */
}
form .contact-form {
  width: clamp(150px, 100%, 685px);
  /* fond vert foncé */
  color: #fff;
  padding: 60px 0;
}
form .contact-form h2 {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
form .contact-form .myForm {
  width: clamp(150px, 100%, 685px);
}
form .contact-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}
form .contact-form input,
form .contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
}
form .contact-form textarea {
  min-height: 150px;
  margin-bottom: 20px;
  resize: vertical;
}
form .contact-form input::-moz-placeholder, form .contact-form textarea::-moz-placeholder {
  color: #0c5035;
  /* ton vert foncé */
  opacity: 1;
  /* pour éviter que le navigateur le rende trop pâle */
  font-family: "Lato", sans-serif;
}
form .contact-form input::placeholder,
form .contact-form textarea::placeholder {
  color: #0c5035;
  /* ton vert foncé */
  opacity: 1;
  /* pour éviter que le navigateur le rende trop pâle */
  font-family: "Lato", sans-serif;
}
@media (max-width: 768px) {
  form form .form-grid {
    grid-template-columns: 1fr;
    /* 1 colonne sur mobile */
  }
}
form .wpcf7-response-output {
  border-radius: 6px;
  padding: 15px 20px !important;
  background-color: #eee;
  width: clamp(150px, 100%, 685px);
  margin: auto !important;
  transform: translateY(-20px);
}

.btn-send {
  display: inline-flex;
  align-items: center;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding: 0;
}
.btn-send .icon-box {
  background: #eaeaea;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-send .icon-box img {
  width: 32px;
  height: 32px;
  display: block;
}
.btn-send .text {
  padding: 0 16px;
}
.btn-send:hover {
  background: #f5f5f5;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
}/*# sourceMappingURL=style.css.map */