/* ================================================================
   Global Variables
   Define fonts and base colors for consistent usage
================================================================= */
:root {
  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --base-color: #005153;
  --dark-gray: #1e3238;
  --very-light-gray: #eceff1;
  --yellow: #ecab23;
  --medium-gray: #7c898d;
  --solitude-blue: #f4f7f9;
  --highlight-color: #ffc107;
  --success-color: #28a745;
  --white: #ffffff;
}

body {
  font-family: var(--primary-font);
  font-size: 17px;
  line-height: 32px;
}

a,
span,
.btn,
p,
h1,
h2,
h3,
li,
ul {
  font-family: var(--primary-font);
  opacity: 1 !important;
}

/* Superscript positioning */
sup {
  top: -0.7em;
}

/* Line height utility */
.lh-42px {
  line-height: 42px;
}

/* Bold text */
b,
strong {
  font-weight: 700;
}

/* Anchor default color */
a {
  color: #878898;
}

/* Box layout padding */
.box-layout {
  padding: 0 40px;
}

/* ================================================================
  MOBILE MOBILE
================================================================= */
/* Mobile ≤767px */
@media (max-width: 767px) {
  .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
    align-items: flex-start;
  }

  .slide-content {
    text-align: left;
    max-width: 100%;
  }

  .slide-content h2 {
    padding-top: 100px;
    font-size: 1.8rem;
  }

  .slide-content p {
    font-size: 1rem;
  }

  .interactive-banner-style-08 .title {
    font-size: 2rem;
  }

  .interactive-banner-style-08 .subtitle {
    font-size: 1.25rem;
  }

  .header-with-topbar .btn.btn-base-color {
    display: none !important;
  }
}

/* Mobile ≤767.98px (inclut styles supplémentaires) */
@media (max-width: 767.98px) {
  .navbar-collapse {
    background-color: #ffffff;
    padding: 1rem;
  }
}

/* Mobile dropdown ≤991.98px */
@media (max-width: 991.98px) {
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: calc(100% + 30px) !important;
    margin: 0 -15px 0;
    padding: 10px 45px;
  }

  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    padding-left: 0;
    padding-right: 0;
  }

  [data-mobile-nav-style="modern"]
    .navbar-modern-inner
    .navbar-nav
    .dropdown.dropdown-with-icon-style02
    .dropdown-menu
    li
    a {
    font-size: 17px;
    line-height: normal;
    display: flex;
    align-items: center;
  }

  [data-mobile-nav-style="modern"]
    .navbar-modern-inner
    .navbar-nav
    .dropdown.dropdown-with-icon-style02
    .dropdown-menu
    li
    a
    i {
    font-size: 26px;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    display: none !important;
  }
}

/* ≥576px */
@media (min-width: 576px) {
  /* rien pour l’instant */
}

/* ≥768px */
@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .accordion-style-06 .accordion-item {
    padding: 15px 50px 15px 35px;
  }
}

/* ≥992px */
@media (min-width: 992px) {
  .histoire-image,
  .challenges-image,
  .image-wrapper {
    display: block;
  }
}

/* ≥1200px */
@media (min-width: 1200px) {
  .box-layout {
    padding: 0;
  }

  .lg-border-radius-0px {
    border-radius: 0 !important;
  }

  .navbar .navbar-nav .nav-link {
    padding-inline: 12px;
  }
}

/* ≥1400px */
@media (min-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding-inline: 19px;
  }
}

/* Accessibilité : réduire animations */
@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

/* ≥992px: offcanvas caché, desktop intact */
@media (min-width: 992px) {
  #mobileNav {
    display: none !important;
  }
}

/* ≤991.98px: offcanvas mobile amélioré */
@media (max-width: 991.98px) {
  .offcanvas-mobile-nav {
    width: 86vw;
  }
  .offcanvas-mobile-nav .offcanvas-header {
    padding: 1rem 1rem 0.75rem;
    border-bottom: 1px solid #e9ecef;
  }
  .nav-mobile {
    display: grid;
    gap: 0.25rem;
    padding: 0.25rem 0;
  }
  .nav-mobile .nav-link,
  .nav-link-like {
    padding: 0.9rem 0.25rem;
    font-size: 18px;
  }
  .nav-link-like {
    background: transparent;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-sub-link {
    padding: 0.5rem 0;
  }
  /* normaliser le bouton */
  .navbar-toggler {
    border: 0;
    padding: 0;
    width: 40px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px; /* espace régulier entre barres */
    background: transparent;
    line-height: 1;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }

  /* une seule définition, plus spécifique */
  .navbar-toggler .navbar-toggler-line {
    display: block;
    width: 22px; /* une seule largeur */
    height: 2px;
    background: #1e3238;
    border-radius: 1px;
    margin: 0; /* pas de marges contradictoires */
  }

  /* séparateurs discrets */
  .nav-mobile .nav-item + .nav-item {
    border-top: 1px solid #f2f4f5;
  }

  /* soulignement actif type screenshot */
  .nav-mobile .nav-link.active,
  .nav-link-like[aria-expanded="true"] {
    border-bottom: 2px solid #0f6a62;
  }

  /* chevron rotation */
  .nav-link-like .chevron {
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
  }
  .nav-link-like[aria-expanded="true"] .chevron {
    transform: rotate(135deg);
  }
}

/* ================================================================
   Navigation and Header
   Styles for navbar, dropdowns and header branding
================================================================= */
.navbar {
  font-family: var(--primary-font);
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 17px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-bottom: 8px;
  /* space for underline effect */
  transition: color 0.3s ease-in-out;
}

/* Hover and active states */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--base-color);
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--base-color);
  transition: width 0.3s ease-in-out;
}

/* Brand image sizing */
header .navbar-brand img {
  max-height: 48px;
}

/* Header icons */
.header-icon .icon > a {
  font-size: 20px;
}

/* Button inside navbar (switch text) */
.navbar .btn.btn-switch-text.btn-medium > span {
  padding: 10px 25px;
  font-size: 14px;
}

/* Dropdown menus */
.navbar .navbar-nav .dropdown .dropdown-menu {
  background-color: var(--dark-gray);
  border-radius: 0;
  box-shadow: 0 0 35px 0 rgb(0 0 0 / 10%);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  width: 300px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  font-size: 16px;
  line-height: 28px;
  padding: 18px 25px 20px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-weight: 500;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
  font-size: 29px;
  width: 28px;
  margin-right: 12px;
  white-space: normal;
}

/* Dropdown hover and active states */
.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li
  a:hover,
.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li.active
  a {
  opacity: 0.6;
  background-color: var(--yellow);
  color: var(--dark-gray);
}

.hesperiden.tparrows:hover {
  border-color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 1);
}

.hesperiden.tparrows:before {
  line-height: 52px;
}

.hesperiden.tparrows.tp-leftarrow:before {
  content: "\f104";
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 900;
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: "\f105";
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 900;
}

/* petit écran */
.navbar .navbar-nav .nav-link {
  padding-inline: 10px;
}

/* défaut */
#map {
  border-radius: 0;
}

.small-screen {
  height: 300px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 20px;
}

.histoire-image,
.challenges-image,
.image-wrapper {
  display: none;
}

/* caché <992px */
.objective-card {
  flex: 1 1 100%;
}

.grid-container {
  grid-template-columns: 1fr;
}

.accordion-style-06 .accordion-item {
  padding: 15px;
}

footer .elements-social.social-icon-style-02 li {
  margin: 0 15px 0 0;
}

footer .elements-social.social-icon-style-02 li:first-child {
  margin-left: 0;
}

.team-body {
  padding: 20px;
}

.team-photo img {
  width: 180px;
  height: 180px;
}

/* ================================================================
   Headings and Titles
   Define consistent typography sizes and margins for headings
================================================================= */
h1,
.h1 {
  font-size: 4.688rem;
  line-height: 4.688rem;
  margin-bottom: 25px;
}

h2,
.h2 {
  font-size: 3.125rem;
  line-height: 3.125rem;
  margin-bottom: 25px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 25px;
}

.card-title {
  white-space: nowrap; /* ou */
  word-break: keep-all;
}

.page-title-extra-large h1 {
  font-size: 4.5rem;
  line-height: 4.5rem;
}

/* Down section spacing */
.down-section {
  bottom: 30px;
}

/* Small screen height */
.small-screen {
  height: 350px !important;
}

/* ================================================================
   Layout Utilities
   Grid system, positioning helpers and margin adjustments
================================================================= */
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Position helpers */
.top-40 {
  top: 40% !important;
}

.left-30 {
  left: 30% !important;
}

.right-30 {
  right: 30% !important;
}

.top-30 {
  top: 30%;
}

.top-20 {
  top: 20%;
}

.left-170px {
  left: 170px;
}

.mt-minus-2 {
  margin-top: -2px;
}

.left-minus-300px {
  left: -300px;
}

/* ================================================================
   Color Gradients
   Text and background gradient utilities
================================================================= */
.text-gradient-orange-sky-blue {
  background-image: linear-gradient(
    to right,
    var(--yellow),
    var(--base-color),
    var(--medium-gray),
    var(--dark-gray),
    var(--yellow)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient-very-light-gray-transparent {
  background: linear-gradient(
    to right,
    rgba(240, 244, 253, 1),
    rgba(255, 255, 255, 0)
  );
}

.bg-gradient-blue-whale-transparent {
  background: linear-gradient(
    to right,
    rgba(17, 27, 50, 1),
    rgba(255, 255, 255, 0)
  );
}

.bg-gradient-quartz-light-transparent {
  background: linear-gradient(
    to right,
    rgba(227, 225, 245, 1),
    rgba(255, 255, 255, 0)
  );
}

.bg-gradient-quartz-white {
  background-image: linear-gradient(
    to bottom,
    #f7f7ff,
    #f4f4fb,
    #f8f7fc,
    #fbfbfe,
    #ffffff
  );
}

.bg-gradient-base-color-transparent {
  background-image: linear-gradient(
    to top,
    rgba(60, 47, 192, 0.8) 0%,
    transparent 100%
  );
}

.bg-gradient-regal-blue-transparent {
  background-image: linear-gradient(
    to top,
    rgb(22, 35, 64) 0%,
    transparent 100%
  );
}

.bg-gradient-flamingo-amethyst-green {
  background-image: linear-gradient(
    to right,
    var(--yellow),
    var(--base-color),
    var(--medium-gray),
    var(--dark-gray),
    var(--yellow)
  );
}

.bg-gradient-base-transparent {
  background-image: linear-gradient(
    to top,
    rgba(22, 32, 44, 0.9) 8%,
    transparent 80%
  );
}

.bg-gradient-dark-transparent {
  background: linear-gradient(to top, #162340 7%, transparent 70%);
}

.bg-regal-blue {
  background-color: #162340;
}

.bg-blue-whale {
  background-color: #16233f;
}

/* ================================================================
   Button Styles
   Size variations and link styling
================================================================= */
.btn {
  letter-spacing: 0;
  text-transform: inherit;
}

.btn-extra-large {
  font-size: 18px;
}

.btn-large {
  font-size: 16px;
}

.btn-medium {
  font-size: 15px;
}

.btn-small {
  font-size: 14px;
}

.btn-link {
  padding: 0 0 2px;
  position: relative;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid;
  background-color: transparent;
}

.btn-gradient-flamingo-amethyst-green {
  background-color: var(--base-color);
  background-size: 200% auto;
  color: var(--white);
}

/* Interactive banner */
.interactive-banner-style-02.dark-hover:hover .btn {
  opacity: 0.7;
}

/* Blog comment reply button */
.blog-comment li .btn-reply {
  padding: 6px 20px 7px;
}

/* Process step style */
.process-step-style-05 .progress-step-separator {
  bottom: inherit;
  height: 100%;
}

/* Interactive banner style */
.interactive-banner-style-02:hover figure figcaption .features-icon {
  margin-bottom: 17px;
}

/* Pagination styles */
.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
  background: var(--dark-gray);
  color: var(--white);
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
  background: transparent;
  color: var(--medium-gray);
}

.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
  color: var(--dark-gray);
}

/* Accordion style */
.accordion-style-06 .accordion-item.active-accordion {
  background-image: linear-gradient(
    to bottom,
    #f7f8f9,
    #f9fafb,
    #fbfbfc,
    #fdfdfd,
    #ffffff
  );
}

/* Google map border radius */
#map {
  border-radius: 6px 0 0 6px;
}

.border-radius-top-lr {
  border-radius: 6px 6px 0 0;
}

footer ul li {
  margin-bottom: 0;
}

.scroll-progress {
  right: 10px;
}

/* Newsletter input */
.newsletter-style-02 input {
  font-size: 15px;
}

/* Get started button */
.get-started-btn {
  transition: 0.3s ease-in-out !important;
}

/* ================================================================
   Component Styles
   Step container, service cards, lists, objectives, etc.
================================================================= */
/* Step container */
.step-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.step-number {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--highlight-color);
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
}

.step-content strong {
  font-size: 18px;
  color: #000;
}

.step-content ul {
  padding-left: 20px;
  margin-top: 5px;
}

.step-content li {
  color: #000;
}

/* Service cards */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.service-card {
  flex: 1 1 calc(50% - 20px);
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 25px;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
  text-align: center;
}

.service-card:hover {
  background-color: var(--highlight-color);
  transform: scale(1.05);
}

.service-card strong {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.service-card strong::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--highlight-color);
  margin: 5px auto 10px;
  border-radius: 2px;
}

.service-card p {
  margin: 10px 0 0;
  color: #555;
  font-size: 16px;
}

/* Highlighted list */
.highlighted-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlighted-list > li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  padding-left: 30px;
}

.highlighted-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--highlight-color);
}

.highlighted-list ul {
  padding-left: 30px;
  margin-top: 5px;
}

.highlighted-list ul li {
  font-size: 16px;
  color: #444;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.highlighted-list ul li::before {
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: var(--base-color);
}

/* Objectives section */
.objectives-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.objective-card {
  flex: 1 1 calc(50% - 20px);
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.objective-card:hover {
  background-color: var(--highlight-color);
  transform: scale(1.05);
  color: white;
}

.objective-icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--highlight-color);
  transition: color 0.3s;
}

.objective-card:hover .objective-icon {
  color: white;
}

.objective-text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: center;
}

/* Benefits list */
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.benefits-list li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  padding-left: 35px;
  transition: color 0.3s ease-in-out;
}

.benefits-list li::before {
  content: ".";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
  font-weight: bold;
  color: var(--success-color);
  transition: color 0.3s ease-in-out;
}

.benefits-list li:hover {
  color: var(--success-color);
}

/* Call-to-action container */
.cta-container {
  text-align: center;
  margin-top: 40px;
}

.cta-container p {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.cta-container .cta-btn {
  background-color: var(--highlight-color);
  color: white;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.cta-container .cta-btn:hover {
  background-color: #ff9800;
}

/* Histoire section */
.histoire-rpam-section {
  background-color: #f8faf9;
  padding: 80px 0;
}

.histoire-image {
  background-image: url("../../images/font-texture.png");
  background-size: cover;
  background-position: center right;
  height: 300px;
  width: 100%;
  border-radius: 10px;
}

/* Challenges section */
.challenges-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.challenges-list {
  list-style: none;
  padding-left: 0;
  color: #333;
}

.challenges-list li {
  margin-bottom: 12px;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.challenges-list li::before {
  content: ".";
  color: #ff9800;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 10px;
}

/* Image overlay wrapper */
.image-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
}

.main-image {
  width: 100%;
  border-radius: 10px;
}

.overlay-image {
  position: absolute;
  width: 60%;
  border-radius: 10px;
  right: -20px;
  bottom: -30px;
  transform: rotate(-5deg);
}

/* Typography utilities */
.text-base-color {
  color: var(--base-color);
}

.fs-20 {
  font-size: 1.25rem;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.text-dark {
  color: #333;
}

.text-highlight {
  color: #005153;
  font-weight: 700;
}

.max-width-700 {
  max-width: 700px;
}

.m-auto {
  margin: auto;
}

/* Icon circle */
.icon-circle {
  width: 90px;
  height: 90px;
  background-color: #ff9800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
}

.icon-circle i {
  color: white;
  font-size: 34px;
}

.value-item h4 {
  font-size: 18px;
  margin-top: 10px;
}

.value-item p {
  font-size: 14px;
  color: #666;
}

.value-item:hover .icon-circle {
  transform: scale(1.1);
}

.swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 80px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.slide-content {
  position: relative;
  color: white;
  max-width: 800px;
  z-index: 2;
}

.slide-content h2 {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 20px;
}

.slide-content p {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  color: #f1f1f1;
  margin-bottom: 25px;
}

/* Bouton CTA */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #005153;
  /* même vert que ton site */
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.cta-btn:hover {
  background-color: #007b7e;
  /* nuance plus claire au survol */
}

.cta-btn .arrow {
  display: inline-block;
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.cta-btn:hover .arrow {
  transform: translateX(5px);
}
.marquee-track {
  display: flex;
  gap: 80px;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 30s linear infinite;
  margin-top: 50px;
  margin-bottom: 50px;
}

.marquee-item {
  font-family: var(--alt-font, "Montserrat", sans-serif);
  font-weight: 700;
  letter-spacing: -0.6px;
  font-size: clamp(2rem, 8vw, 8rem);
  padding: 10px 0;
  opacity: 0.08;
  /* quasi invisible */
}

/* variations de couleurs très légères */
.light-1 {
  color: rgba(0, 0, 0, 0.1);
}

.light-2 {
  color: rgba(60, 80, 100, 0.1);
}

.light-3 {
  color: rgba(236, 171, 35, 0.1);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.subtitle {
  margin-top: 6px;

  color: white;
}
/* Figure = cadre image + overlay */
.interactive-banner-style-08 figure {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  /* indispensable pour arrondis */
  isolation: isolate;
  /* crée un contexte d'empilage propre */
}

/* Image plein cadre */
.interactive-banner-style-08 figure > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Optionnel pour un ratio constant sur toutes les vignettes: */
  aspect-ratio: 4 / 3;
  /* ajuste si besoin (ex: 1/1, 16/9) */
}

/* Overlay sombre UNIFORME sur toute l’image */
.interactive-banner-style-08 figure::after {
  content: ".";
  position: absolute;
  inset: 0;
  /* top/right/bottom/left:0 */
  background: rgba(0, 0, 0, 0.45);
  /* opacité uniforme */
  z-index: 1;
  /* sous le texte, au-dessus de l’image */
  pointer-events: none;
}

/* Zone texte au-dessus de l’overlay */
.interactive-banner-style-08 figure > figcaption {
  position: absolute;
  inset: 0;
  z-index: 2;
  /* au-dessus de l’overlay */
  padding: 14px;
  /* garde p-14 si tu utilises utilitaires */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* Titre + sous-titre */
.interactive-banner-style-08 .title {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  /* ~24px */
  line-height: 1.2;
}

.interactive-banner-style-08 .subtitle {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  /* ~16px */
}

/* Rendre toute la carte cliquable proprement */
.interactive-banner-style-08 .stretched-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  /* au-dessus du texte/icône si nécessaire */
}

/* Effets optionnels */
.interactive-banner-style-08 figure:hover::after {
  background: rgba(0, 0, 0, 0.55);
}

.interactive-banner-style-08 figure:hover img {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}
/* Section spacing */
.section-padding {
  padding: 64px 0;
}

/* Carte équipe sans ombre */
.team-card {
  background: #fff;
  /* léger contour */
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.team-card:hover {
  transform: translateY(-2px);
}

/* Photo sans shadow */
.team-photo {
  display: flex;
  justify-content: center;
  align-items: center; /* centre verticalement */
  padding-top: 24px;
  overflow: hidden; /* évite qu’une partie déborde après le zoom */
}

.team-photo img {
  width: 210px; /* réduit légèrement la taille pour "reculer" */
  height: 210px;
  object-fit: cover;
  object-position: center 25%; /* remonte un peu le visage */
  border-radius: 50%;
}

/* Corps */
.team-body {
  padding: 24px 24px 28px;
}

.team-name {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 1.375rem;
  color: #005153;
}

.team-role {
  margin: 0 0 16px;

  font-size: 0.95rem;
  color: #005153;
}

.team-desc {
  margin: 0 0 12px;
  line-height: 1.6;
}

.team-skills {
  margin: 0 0 14px;
}

.team-quote {
  margin: 0;
  padding: 12px 16px;
  border-left: 4px solid var(--base-color);
  background: var(--solitude-blue);
  border-radius: 6px;
  font-style: italic;
}

/* Réseau sociaux */
.team-social a {
  color: var(--base-color);
  font-size: 1.5rem;
  transition: color 0.2s ease;
}

.team-social a:hover {
  color: var(--yellow);
}
