@charset "UTF-8";
/*
	Theme Name: WP Starter
	Theme URI: https://nature-digitale.fr
	Description: Thème de la société Nature Digitale
	Author: Nature Digitale - Agence Web Eco Responsable
	Author URI: https://nature-digitale.fr
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: nature-digitale
*/

/* ============================================
   GLOBAL / RESET / UTILITIES
   ============================================ */

/* ============================================
   Reset
   ============================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

::selection {
  background-color: rgba(176, 176, 176, 0.386);
}

a {
  outline: 0;
}

body.body-fixed {
  overflow: hidden;
}

.display-none-block {
  display: none !important;
}

/* ============================================
   Font-face - Nunito (Pluralys)
   ============================================ */
@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/nunito/Nunito-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   Font-face - Caveat (Pluralys accents)
   ============================================ */
@font-face {
  font-family: "Caveat";
  src: url("assets/fonts/caveat/Caveat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   Layout Utilities
   ============================================ */
.section-normal {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.section-normal--padding-small {
  padding-block: 30px;
}
.section-normal--padding-normal {
  padding-block: 60px;
}

.section-full {
  width: 100%;
  margin-inline: auto;
}

.section-full--padding-small {
  padding-block: 30px;
}
.section-full--padding-normal {
  padding-block: 60px;
}

.section-page {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.section-page--padding-small {
  padding-block: 30px;
}
.section-page--padding-normal {
  padding-block: 60px;
}

.section-article {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.section-article--padding-small {
  padding-block: 30px;
}
.section-article--padding-normal {
  padding-block: 60px;
}

.section-full-no-pa {
  width: 100%;
}
.section-full-no-pa--padding-small {
  padding-block: 30px;
}
.section-full-no-pa--padding-normal {
  padding-block: 60px;
}

/* Padding helpers */
.pa-left-0 {
  padding-left: 0;
}
.pa-right-0 {
  padding-right: 0;
}
.pa-top-0 {
  padding-top: 0;
}
.pa-bottom-0 {
  padding-bottom: 0;
}
.pa-left-1 {
  padding-left: 30px;
}
.pa-right-1 {
  padding-right: 30px;
}
.pa-top-1 {
  padding-top: 30px;
}
.pa-bottom-1 {
  padding-bottom: 30px;
}
.pa-left-2 {
  padding-left: 60px;
}
.pa-right-2 {
  padding-right: 60px;
}
.pa-top-2 {
  padding-top: 60px;
}
.pa-bottom-2 {
  padding-bottom: 60px;
}
.pa-left-3 {
  padding-left: 90px;
}
.pa-right-3 {
  padding-right: 90px;
}
.pa-top-3 {
  padding-top: 90px;
}
.pa-bottom-3 {
  padding-bottom: 90px;
}

/* Margin helpers */
.ma-left-0 {
  margin-left: 0;
}
.ma-right-0 {
  margin-right: 0;
}
.ma-top-0 {
  margin-top: 0;
}
.ma-bottom-0 {
  margin-bottom: 0;
}
.ma-left-1 {
  margin-left: 30px;
}
.ma-right-1 {
  margin-right: 30px;
}
.ma-top-1 {
  margin-top: 30px;
}
.ma-bottom-1 {
  margin-bottom: 30px;
}
.ma-left-2 {
  margin-left: 60px;
}
.ma-right-2 {
  margin-right: 60px;
}
.ma-top-2 {
  margin-top: 60px;
}
.ma-bottom-2 {
  margin-bottom: 60px;
}
.ma-left-3 {
  margin-left: 90px;
}
.ma-right-3 {
  margin-right: 90px;
}
.ma-top-3 {
  margin-top: 90px;
}
.ma-bottom-3 {
  margin-bottom: 90px;
}

@media screen and (max-width: 1200px) {
  .section-normal,
  .section-article,
  .section-page {
    padding-inline: 30px;
  }

  .section-full {
    padding-inline: 30px;
  }
}

/* ============================================
   ===========================================
   PLURALYS - DESIGN
   ===========================================
   ============================================ */

/* ============================================
   Variables
   ============================================ */
:root {
  --plr-primary: #759583;
  --plr-primary-light: #a8c4b5;
  --plr-primary-lighter: #d4e5db;
  --plr-primary-pale: #e8f2ec;
  --plr-primary-dark: #5a7a68;
  --plr-primary-darker: #456458;

  --plr-accent: #d4a574;
  --plr-accent-light: #f5e6d3;

  --plr-cream: #f7f3e8;
  --plr-cream-dark: #efe9d8;

  --plr-bg: #f7f3e8;
  --plr-bg-alt: #ffffff;

  --plr-text: #2d3d35;
  --plr-text-secondary: #5a7a68;
  --plr-text-muted: #8fa99a;
  --plr-text-light: #ffffff;

  --plr-shadow-soft: 0 4px 20px rgba(69, 100, 88, 0.08);
  --plr-shadow-medium: 0 8px 30px rgba(69, 100, 88, 0.12);
  --plr-shadow-card: 0 10px 40px rgba(69, 100, 88, 0.1);

  --plr-radius-sm: 12px;
  --plr-radius-md: 20px;
  --plr-radius-lg: 28px;
  --plr-radius-xl: 40px;
  --plr-radius-full: 9999px;

  --plr-transition-fast: 150ms ease;
  --plr-transition-base: 300ms ease;
  --plr-transition-bounce: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);

  --plr-container-max: 1200px;
  --plr-container-padding: 24px;
}

/* ============================================
   Base
   ============================================ */
body {
  font-family:
    "Nunito",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--plr-text);
  background-color: var(--plr-bg);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--plr-transition-fast);
}

.container {
  width: 100%;
  max-width: var(--plr-container-max);
  margin-inline: auto;
  padding-inline: var(--plr-container-padding);
}

.text-script {
  font-family: "Caveat", cursive;
  font-weight: 600;
  color: var(--plr-primary);
}

h1 .text-script,
h2 .text-script,
h3 .text-script {
  font-size: 1.3em;
}

/* ============================================
   Buttons
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: "Nunito", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all var(--plr-transition-bounce);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-rounded {
  border-radius: var(--plr-radius-full);
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: transform var(--plr-transition-base);
}

.btn:hover .btn-icon {
  transform: translateX(4px);
}

.btn-primary {
  background: var(--plr-primary);
  color: var(--plr-text-light);
}

.btn-primary:hover {
  background: var(--plr-primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(117, 149, 131, 0.3);
}

.btn-outline {
  background: transparent;
  color: var(--plr-primary-dark);
  border: 2px solid var(--plr-primary);
}

.btn-outline:hover {
  background: var(--plr-primary-lighter);
}

.btn-lg {
  padding: 18px 36px;
  font-size: 1rem;
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.875rem;
}

/* ============================================
   Tags
   ============================================ */
.tag {
  display: inline-block;
  padding: 6px 16px;
  background: var(--plr-primary-pale);
  color: var(--plr-primary-dark);
  border-radius: var(--plr-radius-full);
  font-size: 0.85rem;
  font-weight: 600;
}

/* ============================================
   HEADER
   ============================================ */
#site-header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(247, 243, 232, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all var(--plr-transition-base);
  display: flex;
  flex-direction: row;
}

#site-header.site-header.scrolled {
  box-shadow: var(--plr-shadow-soft);
}

/* Header container */
#site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  max-width: var(--plr-container-max);
  margin-inline: auto;
  padding-inline: var(--plr-container-padding);
  width: 100%;
}

/* Logo */
#site-header .logo {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  flex-shrink: 0;
}

#site-header .logo img {
  height: 50px;
  width: auto;
  max-width: none;
}

#site-header .logo .logo-text {
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--plr-primary-dark);
}

/* Navigation desktop */
#site-header .site-navigation {
  position: static;
  visibility: visible;
  opacity: 1;
  transform: none;
  background: transparent;
  min-width: auto;
  height: auto;
  flex-direction: row;
  transition: none;
  display: flex;
}

#site-header .site-navigation .nav-list,
#site-header .site-navigation .menu {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-header .site-navigation .menu-item a {
  font-family: "Nunito", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--plr-text-secondary);
  padding: 8px 16px;
  border-radius: var(--plr-radius-full);
  transition: all var(--plr-transition-fast);
  text-decoration: none;
  display: block;
}

#site-header .site-navigation .menu-item a:hover {
  color: var(--plr-primary-dark);
  background: var(--plr-primary-lighter);
}

/* Sous-menus header */
#site-header .site-navigation .menu-item-has-children {
  position: relative;
}

#site-header .site-navigation .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--plr-bg-alt);
  border-radius: var(--plr-radius-sm);
  box-shadow: var(--plr-shadow-medium);
  padding: 8px 0;
  min-width: 220px;
  z-index: 10;
  list-style: none;
  margin: 0;
}

#site-header .site-navigation .menu-item-has-children:hover > .sub-menu {
  display: block;
}

#site-header .site-navigation .menu-item .sub-menu .menu-item a {
  padding: 10px 20px;
  font-size: 0.9rem;
  border-radius: 0;
  color: var(--plr-text);
}

#site-header .site-navigation .menu-item .sub-menu .menu-item a:hover {
  background: var(--plr-primary-pale);
  color: var(--plr-primary-dark);
}

/* CTA button */
#site-header .header-cta {
  text-decoration: none;
  flex-shrink: 0;
}

/* Mobile toggle hidden on desktop */
#site-header .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

#site-header .mobile-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--plr-primary-dark);
  border-radius: 3px;
  transition: all var(--plr-transition-fast);
}

/* ============================================
   FOOTER
   ============================================ */
#site-footer.site-footer {
  position: relative;
  padding: 64px 0 32px;
  background: var(--plr-primary-dark);
  color: var(--plr-text-light);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: normal;
  max-width: 100%;
}

/* Footer main grid */
#site-footer .footer-main {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Brand column */
#site-footer .footer-brand {
  display: flex;
  flex-direction: column;
}

#site-footer .footer-logo-wrapper {
  margin-bottom: 16px;
}

#site-footer .footer-logo-wrapper a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

#site-footer .footer-logo-wrapper .logo-text {
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

#site-footer .footer-logo-wrapper img {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
}

#site-footer .footer-brand > p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  line-height: 1.6;
}

#site-footer .footer-tags {
  display: flex;
  gap: 8px;
}

#site-footer .footer-tags .tag {
  background: rgba(255, 255, 255, 0.15);
  color: var(--plr-text-light);
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: var(--plr-radius-full);
  font-weight: 600;
}

/* Footer columns (WordPress menu) */
#site-footer .footer-columns {
  display: flex;
  width: 100%;
}

#site-footer .footer-columns .footer-nav-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Parent items = column titles */
#site-footer .footer-columns .footer-nav-menu > .menu-item-has-children {
  display: flex;
  flex-direction: column;
}

#site-footer .footer-columns .footer-nav-menu > .menu-item-has-children > a {
  font-family: "Nunito", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--plr-cream);
  margin-bottom: 20px;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

/* Sub-menus = column links */
#site-footer .footer-columns .footer-nav-menu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-footer .footer-columns .footer-nav-menu .sub-menu .menu-item a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--plr-transition-fast);
  text-decoration: none;
  line-height: 1.6;
}

#site-footer .footer-columns .footer-nav-menu .sub-menu .menu-item a:hover {
  color: var(--plr-text-light);
}

/* Footer links general */
#site-footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--plr-transition-fast);
}

#site-footer a:hover {
  color: var(--plr-text-light);
}

/* Footer bottom */
#site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
}

#site-footer .footer-bottom p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

#site-footer .footer-legal {
  display: flex;
  gap: 24px;
}

#site-footer .footer-legal a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

#site-footer .footer-legal a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Hide old footer elements */
#site-footer .footer-top,
#site-footer .separator {
  display: none;
}

/* Footer pill (eco badge) */
#site-footer .footer-pill {
  padding-top: 16px;
}

#site-footer .footer-pill .pill {
  display: flex;
  width: fit-content;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
  font-size: 12px;
  margin-inline: auto;
}

#site-footer .footer-pill .pill:hover {
  transform: translateY(-5px);
}

#site-footer .footer-pill .pill .note {
  padding: 5px 8px;
  border-radius: 3px 0 0 3px;
  font-weight: 600;
}

#site-footer .footer-pill .pill .carbon {
  display: flex;
  padding-left: 16px;
  align-items: center;
  padding-right: 20px;
}

#site-footer .footer-pill .pill .carbon p {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0;
}

/* Nature Digitale link */
.nature-digitale-link {
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  background: var(--plr-primary-darker);
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  transition: color var(--plr-transition-fast);
}

.nature-digitale-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   RESPONSIVE - 768px (menu mobile dropdown)
   ============================================ */
@media screen and (max-width: 768px) {
  /* Header mobile */
  #site-header .header-container {
    height: 70px;
  }

  /* Nav dropdown from top */
  #site-header .site-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--plr-cream);
    padding: 24px;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all var(--plr-transition-base);
    box-shadow: var(--plr-shadow-medium);
    z-index: -1;
    display: block;
    height: auto;
    min-width: auto;
    flex-direction: column;
  }

  #site-header .site-navigation.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  #site-header .site-navigation .nav-list,
  #site-header .site-navigation .menu {
    flex-direction: column;
    gap: 4px;
  }

  #site-header .site-navigation .menu-item a {
    display: block;
    padding: 12px 16px;
    font-size: 1rem;
    border-radius: var(--plr-radius-sm);
  }

  /* Sous-menus mobile */
  #site-header .site-navigation .menu-item .sub-menu {
    position: static;
    box-shadow: none;
    background: transparent;
    min-width: auto;
    padding: 0 0 0 16px;
    display: block;
    border-radius: 0;
  }

  #site-header .site-navigation .menu-item .sub-menu .menu-item a {
    font-size: 0.9rem;
    color: var(--plr-text-muted);
    padding: 8px 16px;
  }

  #site-header .site-navigation .menu-item .sub-menu .menu-item a:hover {
    background: var(--plr-primary-pale);
    color: var(--plr-primary-dark);
  }

  /* CTA hidden mobile */
  #site-header .header-cta {
    display: none;
  }

  /* Toggle visible */
  #site-header .mobile-toggle {
    display: flex;
  }

  /* Toggle → X animation */
  #site-header .mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }

  #site-header .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  #site-header .mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}

/* ============================================
   RESPONSIVE - 1024px
   ============================================ */
@media screen and (max-width: 1024px) {
  #site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  #site-footer .footer-columns .footer-nav-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ============================================
   RESPONSIVE - 768px
   ============================================ */
@media screen and (max-width: 768px) {
  :root {
    --plr-container-padding: 20px;
  }

  /* Footer responsive */
  #site-footer .footer-columns .footer-nav-menu {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #site-footer .footer-main {
    text-align: center;
  }

  #site-footer .footer-tags {
    justify-content: center;
  }

  #site-footer .footer-logo-wrapper {
    display: flex;
    justify-content: center;
  }

  #site-footer .footer-columns .footer-nav-menu > .menu-item-has-children > a {
    margin-bottom: 12px;
  }

  #site-footer .footer-columns .footer-nav-menu .sub-menu {
    align-items: center;
  }

  #site-footer .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  #site-footer .footer-legal {
    justify-content: center;
  }
}

/* ============================================
   RESPONSIVE - 480px
   ============================================ */
@media screen and (max-width: 480px) {
  #site-header .logo img {
    height: 40px;
  }
}

/* ============================================
   Section components (shared)
   ============================================ */
.section-tag {
  display: inline-block;
  padding: 8px 18px;
  background: var(--plr-primary);
  color: var(--plr-text-light);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--plr-radius-full);
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-bottom: 16px;
  line-height: 1.4;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--plr-text-secondary);
  max-width: 500px;
}

.section-header-center {
  text-align: center;
  margin-bottom: 64px;
}

.section-header-center .section-subtitle {
  margin: 0 auto;
}

.text-highlight {
  background: linear-gradient(transparent 60%, var(--plr-primary-lighter) 60%);
  padding: 0 4px;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  position: relative;
  padding: 140px 0 80px;
  overflow: hidden;
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-content {
  position: relative;
}

.hero-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.3;
}

.hero-description {
  font-size: 1.15rem;
  color: var(--plr-text-secondary);
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 450px;
}

.hero-actions {
  display: flex;
  gap: 16px;
}

/* Decorative sun */
.deco-sun {
  position: absolute;
  top: -20px;
  right: 100px;
  width: 60px;
  height: 60px;
  background: var(--plr-accent);
  border-radius: 50%;
  animation: pulse 3s ease-in-out infinite;
}

.deco-sun::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--plr-accent-light);
  border-radius: 50%;
  z-index: -1;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Hero Visual */
.hero-visual {
  position: relative;
  height: 500px;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
}

.hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  position: relative;
  z-index: 2;
}

.hero-blob {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: var(--plr-primary-lighter);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 1;
  animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
  0%,
  100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

/* Floating cards */
.hero-floating-card {
  position: absolute;
  background: var(--plr-bg-alt);
  padding: 12px 20px;
  border-radius: var(--plr-radius-lg);
  box-shadow: var(--plr-shadow-card);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  animation: float 5s ease-in-out infinite;
  z-index: 10;
}

.floating-icon {
  width: 24px;
  height: 24px;
}

.floating-icon img {
  width: 100%;
  height: 100%;
  filter: invert(58%) sepia(11%) saturate(789%) hue-rotate(93deg)
    brightness(93%) contrast(88%);
}

.hero-floating-card.card-1 {
  top: 60px;
  left: 0;
  animation-delay: 0s;
}

.hero-floating-card.card-2 {
  bottom: 100px;
  left: 20px;
  animation-delay: 1.5s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Badge circle */
.hero-badge-circle {
  position: absolute;
  top: 20px;
  right: 0;
  width: 120px;
  height: 120px;
  background: var(--plr-accent);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--plr-text-light);
  z-index: 10;
}

.hero-badge-circle span {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.hero-badge-circle small {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  max-width: 80px;
}

/* Wave separator */
.wave-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--plr-bg-alt);
  line-height: 0;
  z-index: 1;
}

.wave-separator svg {
  width: 100%;
  height: auto;
}

/* Tag float animation */
.tag-float {
  animation: float 5s ease-in-out infinite;
}

/* ============================================
   HERO RESPONSIVE
   ============================================ */
@media screen and (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-tags {
    justify-content: center;
  }

  .hero-description {
    max-width: 100%;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    height: 400px;
    order: -1;
  }

  .hero-image-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }

  .hero-floating-card,
  .hero-badge-circle {
    display: none;
  }

  .deco-sun {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 120px 0 60px;
  }
}

@media screen and (max-width: 480px) {
  .hero-visual {
    height: 320px;
  }

  .hero-image {
    height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-blob {
    animation: none;
  }
}

/* ============================================
   APPROCHE SECTION
   ============================================ */
.about {
  padding: 96px 0;
  background: var(--plr-bg-alt);
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-content .section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.5;
}

.about-text {
  font-size: 1.05rem;
  color: var(--plr-text-secondary);
  line-height: 1.8;
  margin-bottom: 32px;
}

.about-image img {
  width: 100%;
  border-radius: var(--plr-radius-xl);
  object-fit: cover;
}

/* ============================================
   APPROCHE RESPONSIVE
   ============================================ */
@media screen and (max-width: 1024px) {
  .about-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-content .section-title {
    max-width: 100%;
  }

  .about-image {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 64px 0;
  }
}

/* ============================================
   REVIEWS SECTION
   ============================================ */
.reviews {
  padding: 96px 0;
  background: var(--plr-primary-pale);
}

.reviews-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
}

.reviews-header {
  position: sticky;
  top: 120px;
  align-self: start;
}

/* Global rating */
.reviews-global-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.reviews-global-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--plr-text);
  line-height: 1;
}

.reviews-global-stars {
  display: flex;
  gap: 2px;
}

.reviews-global-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--plr-text-muted);
}

.reviews-cta {
  margin-top: 32px;
}

/* Reviews list (stacked column) */
.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review-card {
  display: flex;
  flex-direction: column;
  background: var(--plr-bg-alt);
  border-radius: var(--plr-radius-lg);
  padding: 28px;
  max-height: 350px;
  box-shadow: var(--plr-shadow-soft);
  transition: all var(--plr-transition-bounce);
  cursor: pointer;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--plr-shadow-card);
}

.review-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.star--filled {
  color: var(--plr-accent);
}

.star--empty {
  color: var(--plr-primary-lighter);
}

.review-body {
  flex: 1;
  overflow-y: auto;
  mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  margin-bottom: 16px;
  min-height: 0;
  scrollbar-width: none;
}

.review-body::-webkit-scrollbar {
  display: none;
}

.review-body p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--plr-text-secondary);
  padding-bottom: 32px;
  text-align: justify;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  padding-top: 16px;
  border-top: 1px solid var(--plr-primary-lighter);
}

.review-author-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--plr-primary-light), var(--plr-primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Caveat", cursive;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--plr-text-light);
  flex-shrink: 0;
}

.review-author-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--plr-text);
}

/* ============================================
   REVIEWS RESPONSIVE
   ============================================ */
@media screen and (max-width: 1024px) {
  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .reviews-header {
    position: static;
    text-align: center;
  }

  .reviews-global-rating {
    justify-content: center;
  }

  .reviews-cta {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .reviews {
    padding: 64px 0;
  }

  .review-card {
    max-height: 350px;
  }
}

/* ============================================
   VALEURS SECTION
   ============================================ */
.features {
  padding: 96px 0;
  position: relative;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.feature-card {
  position: relative;
  padding: 32px;
  border-radius: var(--plr-radius-xl);
  overflow: hidden;
  transition: all var(--plr-transition-bounce);
  cursor: pointer;
}

.feature-card:hover {
  transform: translateY(-8px);
}

.feature-card-green {
  background: var(--plr-primary);
  color: var(--plr-text-light);
}

.feature-card-cream {
  background: var(--plr-cream-dark);
}

.feature-card-light {
  background: var(--plr-primary-lighter);
}

.feature-card-white {
  background: #ffffff;
  border: 1px solid var(--plr-border, #e5e7eb);
}

.feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--plr-radius-lg);
  margin-bottom: 24px;
}

.feature-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.feature-card-cream .feature-icon,
.feature-card-light .feature-icon {
  background: var(--plr-bg-alt);
}

.feature-card-white .feature-icon {
  background: var(--plr-primary-lighter, #e8f5e9);
}

.feature-card-cream .feature-icon img,
.feature-card-light .feature-icon img,
.feature-card-white .feature-icon img {
  filter: invert(58%) sepia(11%) saturate(789%) hue-rotate(93deg)
    brightness(93%) contrast(88%);
}

.feature-card h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.feature-card-green h3 {
  color: var(--plr-text-light);
}

.feature-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
}

.feature-deco {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.feature-card-white .feature-deco {
  background: rgba(106, 141, 115, 0.06);
}

.features-tags {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ============================================
   VALEURS RESPONSIVE
   ============================================ */
@media screen and (max-width: 1024px) {
  .features-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-inline: auto;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .features {
    padding: 64px 0;
  }
}

/* ============================================
   METHODE SECTION (Approche unique)
   ============================================ */
.methode {
  padding: 96px 0;
  background: var(--plr-bg-alt);
}

.methode-header {
  text-align: center;
  margin-bottom: 48px;
}

.methode .section-title {
  margin-bottom: 16px;
}

.methode-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--plr-text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

.methode-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}

.methode-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.05rem;
  line-height: 1.5;
  background: var(--plr-primary-pale);
  padding: 20px 24px;
  border-radius: var(--plr-radius-lg);
  border: 1px solid rgba(106, 141, 115, 0.15);
  transition: all var(--plr-transition-bounce);
}

.methode-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.methode-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--plr-primary);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.methode-closing {
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--plr-text-secondary);
  font-style: italic;
  max-width: 650px;
  margin: 0 auto;
}

/* ============================================
   METHODE RESPONSIVE
   ============================================ */
@media screen and (max-width: 768px) {
  .methode {
    padding: 64px 0;
  }

  .methode-list {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   POLES SECTION
   ============================================ */
.poles {
  padding: 96px 0;
  background: var(--plr-primary-pale);
  position: relative;
}

.poles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.pole-card {
  position: relative;
  background: var(--plr-bg-alt);
  border-radius: var(--plr-radius-xl);
  padding: 24px;
  transition: all var(--plr-transition-bounce);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.pole-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--plr-shadow-card);
}

/* Pole image */
.pole-image {
  position: relative;
  margin-bottom: 24px;
}

.pole-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--plr-radius-lg);
  position: relative;
  z-index: 2;
}

.pole-image-blob {
  position: absolute;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  border-radius: var(--plr-radius-lg);
  z-index: 1;
}

.pole-card-1 .pole-image-blob {
  background: var(--plr-primary-lighter);
}

.pole-card-2 .pole-image-blob {
  background: var(--plr-accent-light);
}

.pole-card-3 .pole-image-blob {
  background: var(--plr-cream-dark);
}

/* Pole content */
.pole-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pole-content .btn {
  margin-top: auto;
  align-self: flex-start;
}

.pole-tag {
  display: inline-block;
  padding: 4px 12px;
  background: var(--plr-primary-lighter);
  color: var(--plr-primary-dark);
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: var(--plr-radius-full);
  margin-bottom: 8px;
}

.pole-title {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.pole-subtitle {
  font-size: 0.85rem;
  color: var(--plr-text-secondary);
  margin-bottom: 16px;
}

.pole-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.pole-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--plr-text-secondary);
  margin-bottom: 8px;
}

.check-icon {
  color: var(--plr-primary);
  font-weight: 700;
  flex-shrink: 0;
}

/* Pole deco circles */
.pole-deco {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 0.5;
}

.pole-deco-1 {
  background: var(--plr-primary-lighter);
  top: -20px;
  right: -20px;
}

.pole-deco-2 {
  background: var(--plr-accent-light);
  bottom: -20px;
  left: -20px;
}

.pole-deco-3 {
  background: var(--plr-cream-dark);
  top: -20px;
  left: -20px;
}

/* ============================================
   POLES RESPONSIVE
   ============================================ */
@media screen and (max-width: 1024px) {
  .poles-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .poles {
    padding: 64px 0;
  }

  .pole-content .btn {
    align-self: center;
  }
}

/* ============================================
   POUR QUI SECTION
   ============================================ */
.audience {
  padding: 96px 0;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.audience-card {
  background: var(--plr-bg-alt);
  border-radius: var(--plr-radius-xl);
  padding: 24px;
  text-align: center;
  transition: all var(--plr-transition-bounce);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.audience-card p {
  flex: 1;
}

.audience-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--plr-shadow-card);
}

.audience-image {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 24px;
}

.audience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.audience-blob {
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: var(--plr-primary-lighter);
  border-radius: 50%;
  z-index: 1;
}

.audience-card:nth-child(2) .audience-blob {
  background: var(--plr-accent-light);
}

.audience-card:nth-child(3) .audience-blob {
  background: var(--plr-cream-dark);
}

.audience-card:nth-child(4) .audience-blob {
  background: var(--plr-primary-pale);
}

.audience-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.audience-card p {
  font-size: 0.9rem;
  color: var(--plr-text-secondary);
  margin-bottom: 16px;
}

.audience-tags {
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}

.audience-tags span {
  font-size: 0.7rem;
  padding: 4px 10px;
  background: var(--plr-primary-lighter);
  color: var(--plr-primary-dark);
  border-radius: var(--plr-radius-full);
  font-weight: 600;
}

/* ============================================
   POUR QUI RESPONSIVE
   ============================================ */
@media screen and (max-width: 1024px) {
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .audience {
    padding: 64px 0;
  }

  .audience-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin: 0 auto;
  }
}

/* ============================================
   EQUIPE SECTION
   ============================================ */
.team {
  padding: 96px 0;
  background: var(--plr-bg-alt);
}

.team-layout {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.team-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.team-header p {
  font-size: 1.05rem;
  color: var(--plr-text-secondary);
  margin-top: 16px;
}

/* Team grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.team-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 32px;
  background: var(--plr-bg);
  border-radius: var(--plr-radius-xl);
  transition: all var(--plr-transition-bounce);
  cursor: pointer;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--plr-shadow-card);
}

.team-image {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 24px;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.team-blob {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: var(--plr-primary-lighter);
  border-radius: 50%;
  z-index: 1;
  animation: morph 8s ease-in-out infinite;
}

.team-card:nth-child(2) .team-blob {
  background: var(--plr-accent-light);
  animation-delay: 2s;
}

.team-card:nth-child(3) .team-blob {
  background: var(--plr-cream-dark);
  animation-delay: 4s;
}

.team-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.team-info h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.team-role {
  display: inline-block;
  padding: 4px 14px;
  background: var(--plr-primary);
  color: var(--plr-text-light);
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: var(--plr-radius-full);
  margin-bottom: 16px;
}

.team-info p {
  font-size: 0.9rem;
  color: var(--plr-text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Bouton Découvrir + sur les cartes */
.team-card-clickable {
  cursor: pointer;
}

.team-discover-btn {
  display: inline-block;
  margin-top: auto;
  padding: 6px 18px;
  background: transparent;
  border: 2px solid var(--plr-primary-light);
  color: var(--plr-primary);
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: var(--plr-radius-full);
  transition: all var(--plr-transition-base);
}

.team-card-clickable:hover .team-discover-btn {
  background: var(--plr-primary);
  border-color: var(--plr-primary);
  color: var(--plr-text-light);
}

/* ============================================
   MODALE ÉQUIPE
   ============================================ */
.team-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 61, 53, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 24px;
}

.team-modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.team-modal {
  position: relative;
  background: var(--plr-bg-alt);
  border-radius: var(--plr-radius-xl);
  max-width: 520px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(45, 61, 53, 0.2);
  transform: translateY(20px) scale(0.97);
  transition: transform 0.3s ease;
}

.team-modal-overlay.is-active .team-modal {
  transform: translateY(0) scale(1);
}

.team-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--plr-bg);
  border: none;
  border-radius: 50%;
  color: var(--plr-text-secondary);
  cursor: pointer;
  transition: all var(--plr-transition-base);
}

.team-modal-close:hover {
  background: var(--plr-primary-pale);
  color: var(--plr-primary-dark);
}

.team-modal-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.team-modal-avatar {
  position: relative;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.team-modal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.team-modal-avatar .team-blob {
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
}

.team-modal-avatar .placeholder-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--plr-primary-light), var(--plr-primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--plr-text-light);
  position: relative;
  z-index: 2;
}

.team-modal-identity {
  flex: 1;
}

.team-modal-name {
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: var(--plr-text);
}

.team-modal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.team-modal-badges .team-role {
  margin-bottom: 0;
}

.team-modal-badges .team-dirigeant-badge {
  margin-bottom: 0;
}

.team-modal-description {
  font-size: 0.95rem;
  color: var(--plr-text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
}

.team-modal-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.team-modal-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: var(--plr-bg);
  border: 1px solid var(--plr-primary-lighter);
  border-radius: var(--plr-radius-full);
  color: var(--plr-primary-dark);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--plr-transition-base);
}

.team-modal-link:hover {
  background: var(--plr-primary);
  border-color: var(--plr-primary);
  color: var(--plr-text-light);
}

.team-modal-link svg {
  flex-shrink: 0;
}

/* Modale responsive */
@media screen and (max-width: 768px) {
  .team-modal {
    padding: 28px;
    max-width: 100%;
  }

  .team-modal-header {
    flex-direction: column;
    text-align: center;
  }

  .team-modal-badges {
    justify-content: center;
  }

  .team-modal-description {
    text-align: center;
  }

  .team-modal-links {
    align-items: stretch;
  }

  .team-modal-link {
    justify-content: center;
  }
}

.team-tags {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
}

/* Placeholder avatar */
.team-image-placeholder .placeholder-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--plr-primary-light),
    var(--plr-primary)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Caveat", cursive;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--plr-text-light);
  position: relative;
  z-index: 2;
}

/* ============================================
   TEAM LEADER CARD
   ============================================ */
.team-leader {
  margin-bottom: 0;
}

/* Badge Dirigeante sur les cartes d'équipe */
.team-dirigeant-badge {
  display: inline-block;
  padding: 4px 14px;
  background: var(--plr-accent);
  color: var(--plr-text-light);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--plr-radius-full);
  margin-bottom: 12px;
}

.team-leader-card {
  display: flex;
  align-items: center;
  gap: 48px;
  background: linear-gradient(
    135deg,
    var(--plr-primary-pale),
    var(--plr-primary-lighter)
  );
  border-radius: var(--plr-radius-xl);
  padding: 48px;
  max-width: 700px;
  margin: 0 auto;
  transition: all var(--plr-transition-bounce);
}

.team-leader-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--plr-shadow-card);
}

.team-leader-image {
  position: relative;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}

.team-leader-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.team-leader-info {
  flex: 1;
}

.team-leader-info h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.team-leader-titles {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.team-leader-titles .team-role {
  margin-bottom: 0;
}

.team-leader-badge {
  display: inline-block;
  padding: 4px 14px;
  background: var(--plr-accent);
  color: var(--plr-text-light);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--plr-radius-full);
}

.team-leader-info p {
  font-size: 0.9rem;
  color: var(--plr-text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}

.team-leader-poles {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pole-badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--plr-bg-alt);
  color: var(--plr-primary-dark);
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: var(--plr-radius-full);
  border: 1px solid var(--plr-primary-light);
}

/* ============================================
   TEAM TABS
   ============================================ */
.team-tabs {
  max-width: 900px;
  margin: 0 auto;
}

.team-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.team-tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  border: 2px solid var(--plr-primary-lighter);
  border-radius: var(--plr-radius-full);
  font-family: "Nunito", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--plr-text-muted);
  cursor: pointer;
  transition: all var(--plr-transition-bounce);
}

.team-tab-btn:hover {
  color: var(--plr-primary-dark);
  background: var(--plr-primary-pale);
  border-color: var(--plr-primary-light);
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(117, 149, 131, 0.15);
}

.team-tab-btn.active {
  color: var(--plr-text-light);
  background: var(--plr-primary);
  border-color: var(--plr-primary);
  box-shadow: 0 4px 20px rgba(117, 149, 131, 0.3);
}

.team-tab-btn .text-script {
  font-size: 1.2em;
}

.tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  opacity: 0.6;
  transition: opacity var(--plr-transition-base);
}

.tab-icon img {
  width: 18px;
  height: 18px;
  filter: invert(58%) sepia(11%) saturate(789%) hue-rotate(93deg)
    brightness(93%) contrast(88%);
  transition: filter var(--plr-transition-base);
}

.team-tab-btn.active .tab-icon {
  opacity: 1;
}

.team-tab-btn.active .tab-icon img {
  filter: brightness(0) invert(1);
}

.team-tab-btn.active .text-script {
  color: var(--plr-text-light);
}

/* Tab Content */
.team-tab-content {
  display: none;
  animation: tabFadeIn 0.4s ease;
}

.team-tab-content.active {
  display: block;
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Social links --- */
.team-social {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}

.team-leader-card .team-social {
  justify-content: flex-start;
}

/* --- Leader explicit link buttons --- */
.team-leader-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.team-leader-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: var(--plr-bg-alt);
  border: 1px solid var(--plr-primary-light);
  border-radius: var(--plr-radius-full);
  color: var(--plr-primary-dark);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--plr-transition-base);
}

.team-leader-link:hover {
  background: var(--plr-primary);
  color: var(--plr-text-light);
  border-color: var(--plr-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(117, 149, 131, 0.25);
}

.team-leader-link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.team-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--plr-primary-lighter);
  color: var(--plr-primary);
  transition: all var(--plr-transition-base);
}

.team-social-link:hover {
  background: var(--plr-primary);
  color: #ffffff;
  transform: translateY(-2px);
}

.team-social-link svg {
  display: block;
}

/* ============================================
   EQUIPE RESPONSIVE
   ============================================ */
@media screen and (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
  }

  .team-leader-card {
    flex-direction: column;
    text-align: center;
    padding: 32px;
  }

  .team-leader-poles {
    justify-content: center;
  }

  .team-leader-card .team-social {
    justify-content: center;
  }

  .team-leader-titles {
    justify-content: center;
  }

  .team-leader-links {
    justify-content: center;
  }

  .team-tabs-nav {
    gap: 4px;
  }

  .team-tab-btn {
    padding: 10px 16px;
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 768px) {
  .team {
    padding: 64px 0;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
  }

  .team-tab-btn .tab-icon {
    display: none;
  }

  .team-tab-btn {
    padding: 8px 14px;
    font-size: 0.8rem;
  }
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq {
  padding: 96px 0;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
}

.faq-header {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-deco {
  margin-top: 24px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--plr-bg-alt);
  border-radius: var(--plr-radius-lg);
  overflow: hidden;
  box-shadow: var(--plr-shadow-soft);
  transition: all var(--plr-transition-base);
  cursor: pointer;
}

.faq-item:hover {
  box-shadow: var(--plr-shadow-medium);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--plr-text);
}

.faq-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--plr-primary-lighter);
  color: var(--plr-primary-dark);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 700;
  transition: all var(--plr-transition-base);
  flex-shrink: 0;
}

.faq-item.faq-open .faq-icon {
  background: var(--plr-primary);
  color: var(--plr-text-light);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--plr-transition-base);
}

.faq-item.faq-open .faq-answer {
  /* max-height définie dynamiquement via JS (scrollHeight) */
}

.faq-answer p,
.faq-answer ol,
.faq-answer ul {
  padding: 0 24px 16px;
  font-size: 0.95rem;
  color: var(--plr-text-secondary);
  line-height: 1.7;
}

.faq-answer ol,
.faq-answer ul {
  padding-left: 48px;
}

.faq-answer ol li,
.faq-answer ul li {
  padding: 4px 0;
}

.faq-answer ol li::marker {
  color: var(--plr-primary);
  font-weight: 700;
}

.faq-answer ul li::marker {
  color: var(--plr-primary);
}

/* ============================================
   FAQ RESPONSIVE
   ============================================ */
@media screen and (max-width: 1024px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-header {
    position: static;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 64px 0;
  }
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta {
  padding: 96px 0;
  background: var(--plr-bg-alt);
}

.cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--plr-primary);
  border-radius: var(--plr-radius-xl);
  overflow: hidden;
}

.cta-content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-content h2 {
  color: var(--plr-text-light);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 16px;
}

.cta-content .text-script {
  color: var(--plr-accent-light);
}

.cta-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  margin-bottom: 32px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-white {
  background: var(--plr-bg-alt);
  color: var(--plr-primary-dark);
}

.btn-white:hover {
  background: var(--plr-cream);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.btn-white .btn-icon {
  background: rgba(117, 149, 131, 0.15);
}

.btn-ghost {
  background: transparent;
  color: var(--plr-text-light);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

.cta-image {
  position: relative;
}

.cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-blob {
  position: absolute;
  top: 0;
  left: -50px;
  width: 100px;
  height: 100%;
  background: var(--plr-primary);
  border-radius: 50% 0 0 50%;
}

.cta-deco {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
}

.cta-deco-1 {
  width: 150px;
  height: 150px;
  background: var(--plr-accent);
  top: -30px;
  left: -30px;
}

.cta-deco-2 {
  width: 100px;
  height: 100px;
  background: var(--plr-text-light);
  bottom: -20px;
  left: 40%;
}

/* ============================================
   CTA RESPONSIVE
   ============================================ */
@media screen and (max-width: 1024px) {
  .cta-card {
    grid-template-columns: 1fr;
  }

  .cta-image {
    height: 300px;
    order: -1;
  }

  .cta-blob {
    display: none;
  }

  .cta-content {
    padding: 48px;
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 64px 0;
  }

  .cta-content {
    padding: 32px;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact {
  padding: 96px 0;
  position: relative;
  z-index: 10;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
}

.contact-text {
  font-size: 1.05rem;
  color: var(--plr-text-secondary);
  margin-bottom: 32px;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: var(--plr-bg-alt);
  border-radius: var(--plr-radius-xl);
  transition: all var(--plr-transition-bounce);
  box-shadow: var(--plr-shadow-soft);
  cursor: pointer;
}

.contact-item:hover {
  transform: translateX(8px);
  box-shadow: var(--plr-shadow-medium);
}

.contact-item-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--plr-primary-lighter);
  border-radius: 50%;
  transition: all var(--plr-transition-base);
}

.contact-item-icon img {
  width: 22px;
  height: 22px;
  filter: invert(58%) sepia(11%) saturate(789%) hue-rotate(93deg)
    brightness(93%) contrast(88%);
}

.contact-item:hover .contact-item-icon {
  background: var(--plr-primary);
}

.contact-item:hover .contact-item-icon img {
  filter: brightness(0) invert(1);
}

.contact-item-content strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--plr-text);
  margin-bottom: 2px;
}

.contact-item-content p {
  font-size: 0.95rem;
  color: var(--plr-text-secondary);
  line-height: 1.5;
}

.contact-item-content a {
  color: var(--plr-primary);
  font-weight: 600;
}

.contact-item-content a:hover {
  color: var(--plr-primary-dark);
}

/* Contact Form */
.contact-form-wrapper {
  background: var(--plr-bg-alt);
  padding: 48px;
  border-radius: var(--plr-radius-xl);
  box-shadow: var(--plr-shadow-card);
}

.form-header {
  text-align: center;
  margin-bottom: 32px;
}

.form-header h3 {
  font-size: 1.6rem;
}

/* --- CF7 Form Styling --- */
.contact-form-wrapper .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-wrapper .form-double-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form-wrapper .form-double-col > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: 1 / -1;
}

.contact-form-wrapper .wpcf7-form-control-wrap {
  display: block;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper select,
.contact-form-wrapper textarea {
  width: 100%;
  padding: 14px 18px;
  font-family: "Nunito", sans-serif;
  font-size: 0.95rem;
  color: var(--plr-text);
  background: var(--plr-bg);
  border: 2px solid var(--plr-primary-lighter);
  border-radius: var(--plr-radius-md);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper input[type="tel"]:focus,
.contact-form-wrapper select:focus,
.contact-form-wrapper textarea:focus {
  outline: none;
  border-color: var(--plr-primary);
  box-shadow: 0 0 0 3px rgba(117, 149, 131, 0.15);
}

.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
  color: var(--plr-text-muted);
}

.contact-form-wrapper select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235a7a68' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  cursor: pointer;
}

.contact-form-wrapper select option[value=""] {
  color: var(--plr-text-muted);
}

.contact-form-wrapper textarea {
  resize: vertical;
  min-height: 130px;
}

/* Submit button */
.contact-form-wrapper .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 32px;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--plr-text-light);
  background: var(--plr-primary);
  border: 2px solid var(--plr-primary);
  border-radius: var(--plr-radius-full);
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.2s ease,
    box-shadow 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form-wrapper .wpcf7-submit:hover {
  background: var(--plr-primary-dark);
  border-color: var(--plr-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(117, 149, 131, 0.35);
}

.contact-form-wrapper .wpcf7-submit:active {
  transform: translateY(0);
}

/* Spinner CF7 */
.contact-form-wrapper .wpcf7-spinner {
  display: none;
  margin: 12px auto 0;
}

.contact-form-wrapper .wpcf7-form.submitting .wpcf7-spinner {
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid var(--plr-primary-lighter);
  border-top-color: var(--plr-primary);
  border-radius: 50%;
  animation: plr-spin 0.7s linear infinite;
  background: none;
  visibility: visible;
}

.contact-form-wrapper .wpcf7-form.submitting .wpcf7-spinner::before {
  display: none;
}

@keyframes plr-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Submitting state - disable button */
.contact-form-wrapper .wpcf7-form.submitting .wpcf7-submit {
  opacity: 0.6;
  pointer-events: none;
}

/* Validation error on fields */
.contact-form-wrapper .wpcf7-not-valid {
  border-color: #e74c3c !important;
  background: #fef2f2 !important;
}

.contact-form-wrapper .wpcf7-not-valid:focus {
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.15) !important;
}

/* Error tip below invalid field */
.contact-form-wrapper .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #e74c3c;
}

/* Response output - success / error messages */
.contact-form-wrapper .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 14px 20px;
  border-radius: var(--plr-radius-md);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  border: none;
}

.contact-form-wrapper .wpcf7-form.sent .wpcf7-response-output {
  background: #ecfdf5;
  color: #065f46;
  border: 2px solid #a7f3d0;
}

.contact-form-wrapper .wpcf7-form.invalid .wpcf7-response-output,
.contact-form-wrapper .wpcf7-form.unaccepted .wpcf7-response-output {
  background: #fef2f2;
  color: #991b1b;
  border: 2px solid #fecaca;
}

.contact-form-wrapper .wpcf7-form.failed .wpcf7-response-output,
.contact-form-wrapper .wpcf7-form.aborted .wpcf7-response-output {
  background: #fffbeb;
  color: #92400e;
  border: 2px solid #fde68a;
}

/* Hide response output when empty/init */
.contact-form-wrapper .wpcf7-form.init .wpcf7-response-output {
  display: none;
}

/* Hide honeypot */
.contact-form-wrapper .akismet-fields-container {
  display: none !important;
}

/* Hidden fieldset reset */
.contact-form-wrapper .hidden-fields-container {
  display: none;
}

/* ============================================
   CONTACT RESPONSIVE
   ============================================ */
@media screen and (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 64px 0;
  }

  .contact-item {
    padding: 16px;
    gap: 16px;
  }

  .contact-form-wrapper {
    padding: 24px;
  }

  .contact-form-wrapper .form-double-col {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Legal Pages (Mentions légales, Politique de conf.)
   ============================================ */
.privacy-policy .site-main,
.legal-mention .site-main {
  max-width: 780px;
  margin: 0 auto;
  padding: 140px 24px 80px;
}

/* --- Page Title (default-title) --- */
.privacy-policy .default-title,
.legal-mention .default-title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: var(--plr-primary-dark);
  margin-bottom: 40px;
  line-height: 1.3;
}

.privacy-policy .default-title.center,
.legal-mention .default-title.center {
  text-align: center;
}

/* --- WYSIWYG Rich Text --- */
.privacy-policy .block-text-container,
.legal-mention .block-text-container {
  color: var(--plr-text);
  line-height: 1.8;
  font-size: 0.95rem;
}

/* Headings */
.privacy-policy .block-text-container h1,
.legal-mention .block-text-container h1 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  color: var(--plr-primary-dark);
  margin: 0 0 32px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--plr-primary-lighter);
  line-height: 1.3;
}

.privacy-policy .block-text-container h2,
.legal-mention .block-text-container h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--plr-primary-dark);
  margin: 40px 0 16px;
  padding-left: 16px;
  border-left: 3px solid var(--plr-primary);
  line-height: 1.4;
}

.privacy-policy .block-text-container h3,
.legal-mention .block-text-container h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--plr-text);
  margin: 28px 0 12px;
  line-height: 1.4;
}

.privacy-policy .block-text-container h4,
.legal-mention .block-text-container h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--plr-text);
  margin: 24px 0 10px;
  line-height: 1.4;
}

.privacy-policy .block-text-container h5,
.privacy-policy .block-text-container h6,
.legal-mention .block-text-container h5,
.legal-mention .block-text-container h6 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--plr-text-secondary);
  margin: 20px 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

/* Paragraphs */
.privacy-policy .block-text-container p,
.legal-mention .block-text-container p {
  margin-bottom: 16px;
  color: var(--plr-text-secondary);
}

.privacy-policy .block-text-container p:last-child,
.legal-mention .block-text-container p:last-child {
  margin-bottom: 0;
}

/* Links */
.privacy-policy .block-text-container a,
.legal-mention .block-text-container a {
  color: var(--plr-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}

.privacy-policy .block-text-container a:hover,
.legal-mention .block-text-container a:hover {
  color: var(--plr-primary-dark);
  text-decoration-thickness: 2px;
}

/* Bold / Italic / Underline / Strikethrough */
.privacy-policy .block-text-container strong,
.privacy-policy .block-text-container b,
.legal-mention .block-text-container strong,
.legal-mention .block-text-container b {
  color: var(--plr-text);
  font-weight: 700;
}

.privacy-policy .block-text-container em,
.privacy-policy .block-text-container i,
.legal-mention .block-text-container em,
.legal-mention .block-text-container i {
  font-style: italic;
}

.privacy-policy .block-text-container u,
.legal-mention .block-text-container u {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--plr-primary-light);
  text-decoration-thickness: 2px;
}

.privacy-policy .block-text-container s,
.privacy-policy .block-text-container del,
.legal-mention .block-text-container s,
.legal-mention .block-text-container del {
  text-decoration: line-through;
  opacity: 0.6;
}

.privacy-policy .block-text-container mark,
.legal-mention .block-text-container mark {
  background: var(--plr-accent-light);
  padding: 2px 4px;
  border-radius: 3px;
}

/* Lists */
.privacy-policy .block-text-container ul,
.privacy-policy .block-text-container ol,
.legal-mention .block-text-container ul,
.legal-mention .block-text-container ol {
  padding-left: 24px;
  margin-bottom: 16px;
  color: var(--plr-text-secondary);
}

.privacy-policy .block-text-container ul,
.legal-mention .block-text-container ul {
  list-style-type: disc;
}

.privacy-policy .block-text-container ol,
.legal-mention .block-text-container ol {
  list-style-type: decimal;
}

.privacy-policy .block-text-container li,
.legal-mention .block-text-container li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.privacy-policy .block-text-container li::marker,
.legal-mention .block-text-container li::marker {
  color: var(--plr-primary);
}

.privacy-policy .block-text-container ul ul,
.privacy-policy .block-text-container ol ol,
.privacy-policy .block-text-container ul ol,
.privacy-policy .block-text-container ol ul,
.legal-mention .block-text-container ul ul,
.legal-mention .block-text-container ol ol,
.legal-mention .block-text-container ul ol,
.legal-mention .block-text-container ol ul {
  margin-top: 8px;
  margin-bottom: 0;
}

/* Blockquote */
.privacy-policy .block-text-container blockquote,
.legal-mention .block-text-container blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--plr-primary);
  background: var(--plr-primary-pale);
  border-radius: 0 var(--plr-radius-md) var(--plr-radius-md) 0;
  font-style: italic;
  color: var(--plr-primary-dark);
}

.privacy-policy .block-text-container blockquote p:last-child,
.legal-mention .block-text-container blockquote p:last-child {
  margin-bottom: 0;
}

/* Table */
.privacy-policy .block-text-container table,
.legal-mention .block-text-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 0.9rem;
}

.privacy-policy .block-text-container th,
.legal-mention .block-text-container th {
  background: var(--plr-primary);
  color: var(--plr-text-light);
  font-weight: 700;
  text-align: left;
  padding: 12px 16px;
}

.privacy-policy .block-text-container th:first-child,
.legal-mention .block-text-container th:first-child {
  border-radius: var(--plr-radius-sm) 0 0 0;
}

.privacy-policy .block-text-container th:last-child,
.legal-mention .block-text-container th:last-child {
  border-radius: 0 var(--plr-radius-sm) 0 0;
}

.privacy-policy .block-text-container td,
.legal-mention .block-text-container td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--plr-primary-lighter);
  color: var(--plr-text-secondary);
}

.privacy-policy .block-text-container tr:nth-child(even) td,
.legal-mention .block-text-container tr:nth-child(even) td {
  background: var(--plr-cream);
}

.privacy-policy .block-text-container tr:hover td,
.legal-mention .block-text-container tr:hover td {
  background: var(--plr-primary-pale);
}

/* Images */
.privacy-policy .block-text-container img,
.legal-mention .block-text-container img {
  max-width: 100%;
  height: auto;
  border-radius: var(--plr-radius-md);
  margin: 16px 0;
}

/* Horizontal rule */
.privacy-policy .block-text-container hr,
.legal-mention .block-text-container hr {
  border: none;
  height: 2px;
  background: var(--plr-primary-lighter);
  margin: 32px 0;
}

/* Code */
.privacy-policy .block-text-container code,
.legal-mention .block-text-container code {
  font-family: monospace;
  font-size: 0.88em;
  background: var(--plr-cream);
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--plr-primary-dark);
}

.privacy-policy .block-text-container pre,
.legal-mention .block-text-container pre {
  background: var(--plr-primary-darker);
  color: var(--plr-cream);
  padding: 20px 24px;
  border-radius: var(--plr-radius-md);
  overflow-x: auto;
  margin: 24px 0;
  font-size: 0.88rem;
  line-height: 1.6;
}

.privacy-policy .block-text-container pre code,
.legal-mention .block-text-container pre code {
  background: none;
  padding: 0;
  color: inherit;
}

/* Sup / Sub */
.privacy-policy .block-text-container sup,
.legal-mention .block-text-container sup {
  font-size: 0.75em;
  vertical-align: super;
}

.privacy-policy .block-text-container sub,
.legal-mention .block-text-container sub {
  font-size: 0.75em;
  vertical-align: sub;
}

/* Hide WP tutorial hints */
.privacy-policy .privacy-policy-tutorial {
  display: none;
}

/* First h2 no top margin */
.privacy-policy .block-text-container h2:first-child,
.legal-mention .block-text-container h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .privacy-policy .site-main,
  .legal-mention .site-main {
    padding: 120px 16px 60px;
  }

  .privacy-policy .block-text-container h2,
  .legal-mention .block-text-container h2 {
    margin-top: 32px;
    font-size: 1.2rem;
  }

  .privacy-policy .block-text-container table,
  .legal-mention .block-text-container table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .privacy-policy .block-text-container blockquote,
  .legal-mention .block-text-container blockquote {
    padding: 16px 18px;
    margin: 20px 0;
  }
}

/* ============================================
   ===========================================
   404 PAGE
   ===========================================
   ============================================ */
.page-404 {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 0;
}

.page-404-content {
  max-width: 560px;
  margin-inline: auto;
}

.page-404-code {
  display: block;
  font-family: "Caveat", cursive;
  font-size: clamp(100px, 20vw, 180px);
  font-weight: 700;
  line-height: 1;
  color: var(--plr-primary-lighter);
  margin-bottom: 8px;
}

.page-404-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--plr-text);
  margin-bottom: 16px;
}

.page-404-text {
  font-size: 1.1rem;
  color: var(--plr-text-secondary);
  line-height: 1.7;
  margin-bottom: 36px;
}

.page-404-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .page-404 {
    padding: 48px 0;
  }

  .page-404-actions {
    flex-direction: column;
    align-items: center;
  }
}

/* ============================================
   ===========================================
   ADMIN / UTILITIES
   ===========================================
   ============================================ */

/* ============================================
   Admin bar offset
   ============================================ */
.admin-bar #site-header.site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar #site-header.site-header {
    top: 46px;
  }
}

/* ============================================
   Scroll Reveal Animations
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   Avis Google - Widget flottant custom
   ============================================ */
.reviews-floating-widget {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9998;
  font-family: "Nunito", sans-serif;
}

.reviews-floating-widget__link {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  padding: 10px 14px;
  background: #ffffff;
  color: #2d3d35;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.reviews-floating-widget__link:hover {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.reviews-floating-widget__icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.reviews-floating-widget__label {
  font-size: 14px;
  line-height: 1;
  color: #2d3d35;
  white-space: nowrap;
}

.reviews-floating-widget__rating {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #2d3d35;
}

.reviews-floating-widget__stars {
  position: relative;
  display: inline-block;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
}

.reviews-floating-widget__stars-bg {
  color: #d6d6d6;
}

.reviews-floating-widget__stars-fg {
  position: absolute;
  top: 0;
  left: 0;
  color: #fbbc05;
  overflow: hidden;
  white-space: nowrap;
  width: calc(var(--rating, 0) / 5 * 100%);
}

@media (max-width: 600px) {
  .reviews-floating-widget {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }

  .reviews-floating-widget__link {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    padding: 12px 14px;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  }

  .nature-digitale-link {
    padding-bottom: 55px;
  }
}
