
/* Fonts */
:root {
    --primary: #007434;
    --light: #ffffff;
    --gray : #aad4d8;
    --dark: #b82025;
     --colpa-blue: #1a4d8c;
      --colpa-gold: #d4a017;
      --colpa-dark: #0a2a44;
      --colpa-gray: #f5f7fa;
      --colpa-text: #333333;
}


/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #444444;  /* The default color of the main navmenu links */
  --nav-hover-color: #007434; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #F24405; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #e9e8e6;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}


.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%; }

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:first-child) {
    border-top: 2px solid currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #ccd2db;
  --bs-table-striped-bg: #c2c8d0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8bdc5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdc2cb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8bdc5; }

.table-secondary {
  --bs-table-bg: #ccdddd;
  --bs-table-striped-bg: #c2d2d2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8c7c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdcccc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8c7c7; }

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }


.section {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .section .heading {
    font-weight: 500; }
    @media (max-width: 767.98px) {
      .section .heading {
        font-size: 36px; } }



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

.property-item .img {
  position: relative;
  z-index: 1; }

.property-item .property-content {
  background: #fff;
  padding: 30px;
  font-size: 13px;
  position: relative;
  width: 100%;
  margin-top: -100px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  z-index: 2; }
  .property-item .property-content .price, .property-item .property-content .city {
    font-size: 20px;
    font-weight: 700;
    color: #000; }
  .property-item .property-content .price {
    color: #005555; }
    .property-item .property-content .price span {
      position: relative;
      padding-bottom: 4px;
      display: inline-block; }
      .property-item .property-content .price span:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 0;
        background-color: #005555; }
  .property-item .property-content .specs {
    font-size: 18px; }
    .property-item .property-content .specs .caption {
      font-size: 13px; }

.slider-nav {
  margin-top: -100px;
  position: relative; }
  .slider-nav span {
    cursor: pointer;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: white; }

.section-2 {
  position: relative;
  background-color: #333;
  z-index: 2; }
  .section-2 .custom-box {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 3rem;
    bottom: -30px; }

.section-3 {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  padding-top: 10rem; }

.section-4 {
  background-color: #fff; }
  .section-4 .img-about {
    background-size: cover;
    background-position: center center; }
    .section-4 .img-about img {
      -o-object-fit: cover;
      object-fit: cover; }

.feature-h {
  margin-bottom: 30px; }
  .feature-h .wrap-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
    background: #efefef;
    color: #000;
    position: relative;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .feature-h .wrap-icon [class^="icon-"] {
      position: absolute;
      left: 50%;
      font-size: 20px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .feature-h .feature-text {
    margin-top: 15px; }
    .feature-h .feature-text .heading {
      font-size: 18px; }
  .feature-h:hover .wrap-icon, .feature-h:focus .wrap-icon {
    border: 2px solid #00204a;
    background-color: transparent;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07); }
  .feature-h:hover [class^="icon-"], .feature-h:focus [class^="icon-"] {
    color: #00204a; }


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 48px;
  margin-right: 12px;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--heading-color);
}

.header .header-social-links {
  padding-right: 15px;
}

.header .header-social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding-left: 6px;
  display: inline-block;
  transition: 0.3s;
  font-size: 16px;
}

.header .header-social-links a:hover {
  color: var(--accent-color);
}

.header .header-social-links a i {
  line-height: 0px;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .header-social-links {
    order: 2;
  }

  .header .navmenu {
    order: 3;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 25px;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}


  /* ===== Mobile Navigation ===== */
@media (max-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  
  .navmenu ul {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(10, 10, 10, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    margin: 0;
    list-style: none;
    z-index: 9998;
    overflow-y: auto;
    transition: all 0.3s ease;
  }
  
  .navmenu ul.mobile-nav-active {
    display: flex !important;
  }
  
  .navmenu ul li {
    margin: 8px 0;
    width: 100%;
    text-align: center;
  }
  
  .navmenu ul li a {
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 20px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .navmenu ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #0d42ff;
  }
  
  .navmenu ul li a.active {
    color: #0d42ff;
  }
  
  /* Mobile Dropdown */
  .navmenu ul li.dropdown > ul {
    position: static;
    display: none;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    border-radius: 10px;
    width: 90%;
    margin: 5px auto;
    box-shadow: none;
  }
  
  .navmenu ul li.dropdown > ul.open {
    display: block !important;
  }
  
  .navmenu ul li.dropdown > ul li {
    margin: 0;
  }
  
  .navmenu ul li.dropdown > ul li a {
    font-size: 1rem;
    padding: 8px 20px;
    color: #ccc;
  }
  
  .navmenu ul li.dropdown > ul li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
  }
  
  /* Mobile Toggle Button */
  .mobile-nav-toggle {
    display: inline-block !important;
    font-size: 2rem;
    color: #000;
    cursor: pointer;
    z-index: 9999;
    position: fixed;
    top: 15px;
    right: 20px;
    transition: all 0.3s ease;
  }
  
  .mobile-nav-toggle.bi-x {
    color: #fff;
    font-size: 2.5rem;
  }
  
  /* Hide social links on mobile if needed */
  .header-social-links {
    display: none;
  }
  
  /* Language switcher on mobile */
  .language-switcher {
    position: fixed;
    top: 15px;
    right: 80px;
    z-index: 9999;
  }
  
  .language-switcher .btn {
    color: #fff !important;
    border-color: rgba(255,255,255,0.3) !important;
  }
}

/* Desktop styles */
@media (min-width: 1201px) {
  .mobile-nav-toggle {
    display: none !important;
  }
  
  .navmenu ul {
    display: flex !important;
    position: static;
    background: transparent;
    flex-direction: row;
    height: auto;
    padding: 0;
    width: auto;
  }
  
  .navmenu ul li {
    margin: 0 5px;
    width: auto;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding: 40px 0;
  position: relative;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .social-links {
  margin-top: 20px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin: 0 5px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer .credits {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--accent-color);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.page-title h1 {
  font-size: 24px;
  font-weight: 400;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* ========== STYLES CORPORATE - COULEUR PRINCIPALE #007434 ========== */
:root {
  --colpa-green: #007434;
  --colpa-green-dark: #005a28;
  --colpa-green-light: #e8f3ec;
  --colpa-gray: #2c3e35;
  --colpa-gray-light: #f4f6f5;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: #1a2a24;
  padding:0 0 0 0;
}

.hero-slider .swiper,
.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
  height: 100vh;            /* force full viewport height */
  min-height: 100vh;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay professionnel dégradé */
.swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(105deg, rgba(0,0,0,0.75) 0%, rgba(0,116,52,0.55) 50%, rgba(0,0,0,0.7) 100%);
  z-index: 1;
}

.slide-container {
  position: relative;
  z-index: 2;
  height: 100%;
}

/* ===== SLIDE 1 - STYLES ===== */
.slide-content-left {
  animation: fadeSlideUp 0.8s ease-out;
}

.hero-tag {
  display: inline-block;
  color: white;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  padding: 4px 12px;
  border-left: 3px solid #007434;
  background: rgba(0,116,52,0.15);
}

.hero-title {
  font-size: 3.8rem;
  font-weight: 700;
  color: white;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.accent-text {
  color: #007434;
  position: relative;
}

.hero-divider {
  width: 70px;
  height: 3px;
  background: #007434;
  margin: 1.5rem 0;
}

.hero-description {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1.8rem;
  max-width: 550px;
  line-height: 1.5;
}

.hero-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.hero-stats div {
  text-align: left;
}

.hero-stats strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #007434;
}

.hero-stats span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  background: #007434;
  color: white;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}

.btn-primary:hover {
  background: #005a28;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.btn-secondary {
  background: transparent;
  color: white;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1.5px solid rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}

.btn-secondary:hover {
  border-color: #007434;
  background: rgba(0,116,52,0.2);
  transform: translateY(-2px);
}

.hero-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.1);
  max-width: 280px;
  margin-left: auto;
}

.hero-card-icon {
  width: 70px;
  height: 70px;
  background: rgba(0,116,52,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.hero-card-icon i {
  font-size: 2rem;
  color: #007434;
}

.hero-card p {
  color: white;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.4;
}

/* ===== SLIDE 2 - CENTRÉ ===== */
.hero-tag-center {
  display: inline-block;
  background: rgba(0,116,52,0.2);
  color: #007434;
  padding: 5px 16px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.hero-title-center {
  font-size: 3.2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

.hero-divider-center {
  width: 60px;
  height: 3px;
  background: #007434;
  margin: 1rem auto;
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 2.5rem;
}

.product-chip {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  padding: 10px 22px;
  border-radius: 40px;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-chip i {
  color: #007434;
  font-size: 1rem;
}

.product-chip:hover {
  background: #007434;
  transform: translateY(-3px);
}

.product-chip:hover i {
  color: white;
}

.btn-primary-center {
  display: inline-block;
  background: transparent;
  border: 2px solid #007434;
  color: #007434;
  padding: 12px 35px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}

.btn-primary-center:hover {
  background: #007434;
  color: white;
}

/* ===== SLIDE 3 - VALEURS ===== */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.value-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 1.8rem;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s;
}

.value-card:hover {
  background: rgba(0,116,52,0.15);
  border-color: #007434;
  transform: translateY(-5px);
}

.value-card i {
  font-size: 2.2rem;
  color: #007434;
  margin-bottom: 1rem;
}

.value-card h3 {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.value-card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.4;
}

.btn-outline-light {
  display: inline-block;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  color: white;
  padding: 12px 35px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}

.btn-outline-light:hover {
  border-color: #007434;
  background: #007434;
  color: white;
}

/* ===== NAVIGATION ===== */
.swiper-button-next, .swiper-button-prev {
  color: white;
  background: rgba(0,0,0,0.3);
  width: 44px;
  height: 44px;
  border-radius: 0;
  transition: all 0.3s;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #007434;
}

.swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #007434;
  opacity: 1;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .hero-title { font-size: 2.8rem; }
  .hero-title-center { font-size: 2.5rem; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-stats { gap: 1rem; flex-wrap: wrap; }
}

@media (max-width: 768px) {
  .hero-slider { height: 600px; min-height: 550px; }
  .hero-title { font-size: 2rem; }
  .hero-title-center { font-size: 1.8rem; }
  .values-grid { grid-template-columns: 1fr; }
  .products-grid { gap: 0.7rem; }
  .product-chip { padding: 6px 14px; font-size: 0.75rem; }
  .hero-stats strong { font-size: 1.2rem; }
  .btn-primary, .btn-secondary { padding: 8px 20px; font-size: 0.75rem; }
  .swiper-button-next, .swiper-button-prev { display: none; }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
/* ========== STYLES  about MODERNES ========== */
.about-modern {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
}

/* Image stack */
.modern-image-stack {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.image-main {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0,0,0,0.1);
}

.image-main img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.image-main:hover img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.image-main:hover .image-overlay {
  opacity: 1;
}

.overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.overlay-content i {
  font-size: 3rem;
  margin-bottom: 10px;
  color: white;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  padding: 15px;
}

.overlay-content span {
  font-size: 0.9rem;
  font-weight: 500;
}

/* Carte flottante */
.stat-card-horizontal {
  position: absolute;
  bottom: 30px;
  right: -20px;
  background: white;
  border-radius: 16px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  animation: floatCard 3s ease-in-out infinite;
}

.stat-card-icon {
  width: 50px;
  height: 50px;
  background: #007434;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-card-icon i {
  font-size: 1.8rem;
  color: white;
}

.stat-card-info {
  display: flex;
  flex-direction: column;
}

.stat-card-value {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a2a3b;
  line-height: 1;
}

.stat-card-label {
  font-size: 0.75rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Tags et titres */
.modern-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,116,52,0.1);
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #007434;
  margin-bottom: 1.5rem;
}

.tag-dot {
  width: 6px;
  height: 6px;
  background: #007434;
  border-radius: 50%;
}

.modern-title {
  font-size: 2.5rem;
  font-weight: 300;
  color: #1a2a3b;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.modern-title span {
  font-weight: 700;
  color: #007434;
}

.modern-separator {
  width: 50px;
  height: 3px;
  background: #007434;
  margin: 1.2rem 0 1.5rem 0;
}

.modern-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 1.8rem;
}

.colpa-name {
  color: #007434;
  font-size: 1.1rem;
  font-weight: 700;
}

.year-badge {
  display: inline-block;
  background: #007434;
  color: white;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 2px;
}

/* Features grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin: 2rem 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f8fafc;
  border-radius: 12px;
  transition: all 0.3s;
}

.feature-item:hover {
  background: #007434;
  transform: translateX(5px);
}

.feature-item:hover .feature-icon i {
  color: white;
}

.feature-item:hover .feature-content h4,
.feature-item:hover .feature-content p {
  color: white;
}

.feature-icon {
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.feature-icon i {
  font-size: 1.3rem;
  color: #007434;
}

.feature-content h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 3px 0;
  color: #1a2a3b;
}

.feature-content p {
  font-size: 0.7rem;
  color: #666;
  margin: 0;
}

/* Key numbers */
.key-numbers {
  display: flex;
  gap: 1.5rem;
  margin: 2rem 0;
  padding: 1rem 0;
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #eef2f6;
}

.key-number {
  text-align: left;
}

.key-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #007434;
  line-height: 1.2;
}

.key-label {
  font-size: 0.7rem;
  color: #8898aa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Boutons */
.modern-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.btn-modern-primary {
  background: #007434;
  color: white;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.btn-modern-primary:hover {
  background: #005a28;
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 10px 20px rgba(0,116,52,0.2);
}

.btn-modern-secondary {
  background: transparent;
  color: #1a2a3b;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s;
  border: 1px solid #e2e8f0;
}

.btn-modern-secondary:hover {
  border-color: #007434;
  background: rgba(0,116,52,0.05);
  transform: translateY(-2px);
}

/* Partenaires strip */
.partners-strip {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eef2f6;
}

.partners-strip-content {
  background: #f8fafc;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

.partners-strip-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #007434;
  margin-bottom: 1rem;
}

.partners-strip-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.partner i {
  font-size: 2rem;
  color: #007434;
}

.partner strong {
  font-size: 1rem;
  color: #1a2a3b;
}

.partner span {
  font-size: 0.7rem;
  color: #8898aa;
}

.partner-plus i {
  font-size: 1.2rem;
  color: #cbd5e0;
}

/* Animations */
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Responsive */
@media (max-width: 992px) {
  .about-modern { padding: 60px 0; }
  .stat-card-horizontal { right: 10px; bottom: 15px; }
  .features-grid { gap: 0.8rem; }
  .key-numbers { justify-content: space-between; }
}

@media (max-width: 768px) {
  .modern-title { font-size: 1.8rem; }
  .features-grid { grid-template-columns: 1fr; }
  .key-numbers { flex-wrap: wrap; gap: 1rem; }
  .partners-strip-logos { flex-direction: column; }
  .partner-plus { display: none; }
}



/* ========== STYLES SECTION PRODUITS ========== */
.products-section {
  padding: 80px 0;
  background: #ffffff;
}

/* En-tête */
.section-badge {
  display: inline-block;
  background: rgba(0, 116, 52, 0.1);
  color: #007434;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 300;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

.section-title span {
  font-weight: 700;
  color: #007434;
}

.title-divider {
  width: 50px;
  height: 3px;
  background: #007434;
  margin: 0.8rem auto 1rem;
}

.section-subtitle {
  font-size: 0.9rem;
  color: #6c7a89;
  max-width: 550px;
  margin: 0 auto;
}

/* Cartes produits */
.product-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #eef2f6;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 116, 52, 0.12);
  border-color: #007434;
}

/* Zone image avec overlay au survol */
.product-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #f5f7fa;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

/* Overlay qui apparaît au survol */
.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 116, 52, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
  opacity: 1;
}

/* Bouton qui apparaît dans l'overlay */
.btn-overlay {
  background: white;
  color: #007434;
  padding: 10px 24px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.product-card:hover .btn-overlay {
  transform: translateY(0);
}

.btn-overlay:hover {
  background: #007434;
  color: white;
  transform: translateY(-2px);
}

.btn-overlay i {
  transition: transform 0.2s;
}

.btn-overlay:hover i {
  transform: translateX(5px);
}

/* Corps de la carte */
.product-body {
  padding: 1.2rem;
}

.product-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

.product-description {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #6c7a89;
  margin-bottom: 0.8rem;
}

.product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-features span {
  font-size: 0.65rem;
  color: #007434;
  background: rgba(0, 116, 52, 0.08);
  padding: 3px 8px;
  border-radius: 15px;
}

/* Bouton Tous les produits */
.btn-all-products {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #007434;
  color: white;
  padding: 12px 32px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 2px solid #007434;
}

.btn-all-products:hover {
  background: transparent;
  color: #007434;
  transform: translateY(-2px);
}

.btn-all-products i {
  transition: transform 0.3s;
}

.btn-all-products:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
  .products-section { padding: 50px 0; }
  .section-title { font-size: 1.8rem; }
  .product-image { height: 180px; }
  .btn-overlay { padding: 6px 16px; font-size: 0.75rem; }
}



/* ========== STYLES SECTION OBJECTIF & VALEURS ========== */
.objectif-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* Badge et titre */
.section-badge {
  display: inline-block;
  background: rgba(0, 116, 52, 0.1);
  color: #007434;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 300;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

.section-title span {
  font-weight: 700;
  color: #007434;
}

.title-divider {
  width: 60px;
  height: 3px;
  background: #007434;
  margin: 0.8rem auto 1.5rem;
}

/* Carte objectif */
.objectif-card {
  background: white;
  border-radius: 20px;
  padding: 2rem 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #007434;
  margin-top: 1rem;
}

.objectif-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #2c3e35;
  margin: 0;
}

.objectif-text strong {
  color: #007434;
  font-weight: 600;
}

/* Liste des valeurs */
.values-list {
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #eef2f6;
}

.value-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #eef2f6;
}

.value-item:last-child {
  border-bottom: none;
}

.value-icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 116, 52, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.value-item:hover .value-icon {
  background: #007434;
}

.value-icon i {
  font-size: 1.4rem;
  color: #007434;
  transition: all 0.3s ease;
}

.value-item:hover .value-icon i {
  color: white;
}

.value-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2a3b;
  margin-bottom: 0.2rem;
}

.value-content p {
  font-size: 0.9rem;
  color: #6c7a89;
  margin: 0;
}

/* Bouton Lire la suite */
.btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #007434;
  padding: 10px 24px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  border: 1px solid #007434;
}

.btn-readmore:hover {
  background: #007434;
  color: white;
  transform: translateY(-2px);
}

.btn-readmore i {
  transition: transform 0.2s;
}

.btn-readmore:hover i {
  transform: translateX(5px);
}

/* Bannière engagement */
.engagement-banner {
  background: linear-gradient(135deg, #1a2a3b 0%, #0f1e2c 100%);
  border-radius: 20px;
  padding: 2rem 2rem;
}

.engagement-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.engagement-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin: 0;
}

.engagement-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.engagement-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.engagement-item:hover {
  background: rgba(0, 116, 52, 0.15);
  transform: translateX(5px);
}

.engagement-item i {
  font-size: 1.2rem;
  color: #007434;
  flex-shrink: 0;
}

.engagement-item span {
  font-size: 0.9rem;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .objectif-section { padding: 50px 0; }
  .section-title { font-size: 1.8rem; }
  .objectif-card { padding: 1.2rem; }
  .objectif-text { font-size: 0.95rem; }
  .value-item { gap: 0.8rem; }
  .value-icon { width: 40px; height: 40px; }
  .value-icon i { font-size: 1.1rem; }
  .value-content h3 { font-size: 0.95rem; }
  .value-content p { font-size: 0.8rem; }
  .engagement-header { flex-direction: column; text-align: center; }
  .engagement-title { font-size: 1.1rem; }
  .engagement-item { padding: 0.6rem 0.8rem; }
  .engagement-item span { font-size: 0.8rem; }
}



/* ========== STYLES SECTION NORMES NF ========== */
.normes-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

/* Effet de fond décoratif */
.normes-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 116, 52, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

/* Badge section */
.section-badge {
  display: inline-block;
  background: rgba(0, 116, 52, 0.1);
  color: #007434;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* Image avec effets */
.normes-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.2);
}

.normes-image {
  border-radius: 24px;
  overflow: hidden;
}

.normes-image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.normes-image:hover img {
  transform: scale(1.05);
}

/* Badge flottant sur l'image */
.normes-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  animation: floatBadge 3s ease-in-out infinite;
}

.normes-badge i {
  font-size: 1.3rem;
  color: #007434;
}

.normes-badge span {
  font-weight: 700;
  color: #1a2a3b;
  font-size: 0.85rem;
}

/* Label qualité */
.normes-label {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 116, 52, 0.9);
  backdrop-filter: blur(10px);
  padding: 10px 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.normes-label i {
  font-size: 1.1rem;
  color: white;
}

.normes-label span {
  font-weight: 600;
  color: white;
  font-size: 0.8rem;
}

/* Contenu texte */
.normes-content {
  padding-left: 20px;
}

.normes-title {
  font-size: 2.5rem;
  font-weight: 300;
  color: #1a2a3b;
  margin-bottom: 1rem;
}

.normes-title span {
  font-weight: 800;
  color: #007434;
}

/* Références normes */
.normes-refs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.ref-badge {
  background: #1a2a3b;
  color: white;
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.ref-separator {
  font-size: 1rem;
  color: #007434;
  font-weight: 600;
}

/* Description */
.normes-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #2c3e35;
  margin-bottom: 1.5rem;
}

.normes-description strong {
  color: #007434;
}

/* PV conformité */
.normes-conformite {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f0f4f8;
  padding: 15px 20px;
  border-radius: 16px;
  margin-bottom: 1.8rem;
  transition: all 0.3s ease;
}

.normes-conformite:hover {
  background: #e8f0e8;
  transform: translateX(5px);
}

.normes-conformite i {
  font-size: 1.8rem;
  color: #007434;
}

.conformite-text {
  display: flex;
  flex-direction: column;
}

.conformite-text strong {
  font-size: 1rem;
  color: #1a2a3b;
  margin-bottom: 2px;
}

.conformite-text span {
  font-size: 0.8rem;
  color: #6c7a89;
}

/* Bouton */
.btn-normes {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #007434;
  color: white;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  border: 2px solid #007434;
}

.btn-normes:hover {
  background: transparent;
  color: #007434;
  transform: translateY(-3px);
}

.btn-normes i {
  transition: transform 0.2s;
}

.btn-normes:hover i {
  transform: translateY(2px);
}

/* Animations */
@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Responsive */
@media (max-width: 992px) {
  .normes-section { padding: 60px 0; }
  .normes-content { padding-left: 0; margin-top: 30px; }
  .normes-title { font-size: 2rem; }
  .normes-badge { top: 15px; left: 15px; padding: 6px 14px; }
  .normes-badge i { font-size: 1rem; }
  .normes-label { bottom: 15px; right: 15px; padding: 6px 12px; }
}

@media (max-width: 768px) {
  .normes-title { font-size: 1.8rem; }
  .ref-badge { padding: 5px 12px; font-size: 0.7rem; }
  .normes-description { font-size: 0.9rem; }
  .btn-normes { padding: 10px 20px; font-size: 0.8rem; }
}




/* ========== STYLES FOOTER ========== */
.footer {
  background: linear-gradient(180deg, #0a2a3b 0%, #051a26 100%);
  color: rgba(255, 255, 255, 0.8);
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

/* Effet décoratif */
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #007434, #00aa4a, #007434);
}

/* Conteneur principal */
.footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Logo */
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.2rem;
}

.logo-img {
  height: 45px;
  width: auto;

}

.logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
}

/* Description */
.footer-description {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-description strong {
  color: #007434;
  font-weight: 600;
}

/* Titres footer */
.footer-title {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 8px;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: #007434;
}

/* Liste coordonnées */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.contact-list li i {
  font-size: 1rem;
  color: #007434;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-list li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s;
}

.contact-list li a:hover {
  color: #007434;
}

.contact-list li strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
}

/* Liste liens plan du site */
.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links-list li {
  margin-bottom: 0.7rem;
}

.links-list li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.links-list li a::before {
  content: '›';
  font-size: 1rem;
  color: #007434;
  transition: transform 0.3s;
}

.links-list li a:hover {
  color: #007434;
  transform: translateX(5px);
}

.links-list li a:hover::before {
  transform: translateX(3px);
}

/* Réseaux sociaux */
.social-text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon i {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}

.social-icon:hover {
  background: #007434;
  transform: translateY(-3px);
}

.social-icon:hover i {
  color: white;
}

.btn-linkedin-follow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0A66C2;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.btn-linkedin-follow i {
  font-size: 1.1rem;
}

.btn-linkedin-follow:hover {
  background: #004182;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Badge certifié */
.certified-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 116, 52, 0.15);
  padding: 8px 15px;
  border-radius: 30px;
  margin-top: 0.5rem;
  border: 1px solid rgba(0, 116, 52, 0.3);
}

.certified-badge i {
  font-size: 1rem;
  color: #007434;
}

.certified-badge span {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

/* Footer bottom */
.footer-bottom {
  padding: 20px 0;
}

.copyright, .credits {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.credits a {
  color: #007434;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.credits a:hover {
  color: #00aa4a;
}

/* Responsive */
@media (max-width: 992px) {
  .footer { padding-top: 40px; }
  .footer-top { padding-bottom: 30px; }
}

@media (max-width: 768px) {
  .footer-title::after { left: 50%; transform: translateX(-50%); }
  .footer-title { text-align: center; }
  .contact-list li { justify-content: center; }
  .links-list { text-align: center; }
  .links-list li a::before { display: none; }
  .social-icons { justify-content: center; }
  .certified-badge { margin: 0 auto; }
  .footer-logo { justify-content: center; }
  .footer-description { text-align: center; }
  .copyright, .credits { text-align: center; }
}



/* ========== STYLES SECTION DIRECTEUR - VERSION PRO SANS PHOTO ========== */
.directeur-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
  position: relative;
}

/* Effet décoratif de fond */
.directeur-section::before {
  content: '';
  position: absolute;
  top: 10%;
  right: -5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 116, 52, 0.03) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
}

.directeur-section::after {
  content: '';
  position: absolute;
  bottom: 10%;
  left: -5%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(0, 116, 52, 0.02) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
}

/* Badge */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 116, 52, 0.1);
  color: #007434;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-badge i {
  font-size: 0.85rem;
}

/* Titre */
.directeur-title {
  font-size: 2.2rem;
  font-weight: 300;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

.directeur-title span {
  font-weight: 700;
  color: #007434;
}

.title-divider-center {
  width: 60px;
  height: 3px;
  background: #007434;
  margin: 1rem auto 0;
}

/* Citation d'ouverture */
.message-quote {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: rgba(0, 116, 52, 0.03);
  border-radius: 16px;
}

.message-quote i {
  font-size: 2rem;
  color: #007434;
  opacity: 0.5;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.message-quote p {
  font-size: 1.1rem;
  font-style: italic;
  color: #2c3e35;
  margin: 0;
  font-weight: 500;
}

/* Contenu message */
.message-content {
  background: white;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
  border: 1px solid #eef2f6;
}

.message-content p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #4a5b52;
  margin-bottom: 1.2rem;
  text-align: justify;
}

.message-content strong {
  color: #007434;
  font-weight: 600;
}

/* Highlight box */
.highlight-box {
  background: rgba(0, 116, 52, 0.03);
  padding: 1.2rem 1.8rem;
  border-radius: 16px;
  border-left: 3px solid #007434;
  margin: 1.5rem 0;
}

.highlight-box p {
  margin-bottom: 0;
  font-style: normal;
}

/* Valeurs */
.values-highlight {
  margin: 1.8rem 0;
  text-align: center;
}

.values-highlight h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a2a3b;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.values-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.values-tags span {
  background: rgba(0, 116, 52, 0.08);
  color: #007434;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.3s;
}

.values-tags span:hover {
  background: #007434;
  color: white;
  transform: translateY(-2px);
}

/* Remerciements */
.thanks-box {
  background: linear-gradient(135deg, rgba(0, 116, 52, 0.05) 0%, rgba(0, 116, 52, 0.02) 100%);
  padding: 1.5rem 2rem;
  border-radius: 20px;
  margin: 1.5rem 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.thanks-box i {
  font-size: 1.5rem;
  color: #007434;
  flex-shrink: 0;
}

.thanks-box p {
  margin-bottom: 0;
  font-style: italic;
}

/* Conclusion */
.conclusion-text {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eef2f6;
}

.conclusion-text strong {
  color: #1a2a3b;
  font-weight: 700;
}

/* Signature */
.directeur-signature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem 0 1.5rem;
  padding: 1.5rem 0 0;
}

.signature-line {
  text-align: left;
}

.signature-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a2a3b;
  position: relative;
  display: inline-block;
}

.signature-name::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #007434;
}

.signature-title {
  font-size: 0.75rem;
  color: #6c7a89;
  margin-top: 8px;
}

.signature-separator {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, #007434, transparent);
}

.signature-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #6c7a89;
  background: #f0f4f8;
  padding: 8px 18px;
  border-radius: 30px;
}

.signature-date i {
  color: #007434;
}

/* Bouton contact */
.btn-contact-dg {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #007434;
  color: white;
  padding: 12px 32px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  border: 2px solid #007434;
}

.btn-contact-dg:hover {
  background: transparent;
  color: #007434;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 116, 52, 0.15);
}

.btn-contact-dg i {
  transition: transform 0.2s;
}

.btn-contact-dg:hover i:first-child {
  transform: translateY(-2px);
}

.btn-contact-dg:hover i:last-child {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 992px) {
  .directeur-section { padding: 60px 0; }
  .message-content { padding: 1.5rem; }
  .thanks-box { flex-direction: column; text-align: center; }
  .thanks-box i { margin: 0 auto; }
}

@media (max-width: 768px) {
  .directeur-title { font-size: 1.8rem; }
  .message-quote p { font-size: 0.95rem; }
  .message-content p { font-size: 0.85rem; text-align: left; }
  .values-tags span { font-size: 0.7rem; padding: 4px 12px; }
  .directeur-signature { flex-direction: column; text-align: center; }
  .signature-line { text-align: center; }
  .signature-name::after { left: 50%; transform: translateX(-50%); width: 80%; }
  .signature-separator { display: none; }
}




/* ========== STYLES SECTION page À PROPOS MODERNE ========== */
.about-modern-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f9fbfd 100%);
  position: relative;
  overflow: hidden;
}

/* Effet décoratif de fond */
.about-modern-section::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 116, 52, 0.02) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
}

/* Badge et titre */
.section-badge {
  display: inline-block;
  background: rgba(0, 116, 52, 0.1);
  color: #007434;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.about-title {
  font-size: 2.3rem;
  font-weight: 300;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

.about-title span {
  font-weight: 700;
  color: #007434;
}

.title-divider {
  width: 60px;
  height: 3px;
  background: #007434;
  margin: 0.8rem auto 1.2rem;
}

.about-subtitle {
  font-size: 1rem;
  color: #5a6e7a;
  max-width: 550px;
  margin: 0 auto;
  font-weight: 400;
}

/* Image container */
.about-image-container {
  position: relative;
  border-radius: 24px;
}

.image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.2);
}

.about-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.image-wrapper:hover .about-img {
  transform: scale(1.03);
}

/* Statistiques sur l'image */
.image-stats {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 12px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  color: #007434;
  line-height: 1.2;
}

.stat-label {
  font-size: 0.7rem;
  color: #4a5b52;
  font-weight: 500;
}

.stat-divider {
  width: 1px;
  height: 30px;
  background: #e0e8f0;
}

/* Badge flottant */
.floating-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #007434;
  border-radius: 20px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 20px rgba(0, 116, 52, 0.3);
  animation: floatBadge 3s ease-in-out infinite;
}

.floating-badge i {
  font-size: 1.2rem;
  color: white;
}

.floating-badge span {
  font-size: 0.8rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.5px;
}

/* Contenu texte */
.about-content {
  padding-left: 20px;
}

.about-intro {
  margin-bottom: 1.2rem;
}

.colpa-name {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2a3b;
  letter-spacing: 0.5px;
}

.colpa-acronym {
  display: inline-block;
  background: #007434;
  color: white;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-left: 8px;
}

.about-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a5b52;
  margin-bottom: 1.2rem;
}

.about-text strong {
  color: #007434;
  font-weight: 600;
}

.about-text .highlight {
  background: rgba(0, 116, 52, 0.1);
  padding: 2px 8px;
  border-radius: 20px;
  display: inline-block;
}

.about-mission {
  display: flex;
  gap: 12px;
  background: rgba(0, 116, 52, 0.03);
  padding: 1rem 1.2rem;
  border-radius: 16px;
  margin: 1.2rem 0;
  border-left: 3px solid #007434;
}

.about-mission i {
  font-size: 1.5rem;
  color: #007434;
  flex-shrink: 0;
}

.about-mission p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #3a4a42;
}

.about-mission strong {
  color: #007434;
}

/* Points clés */
.key-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 1.5rem 0;
}

.key-point {
  display: flex;
  align-items: center;
  gap: 10px;
}

.key-point i {
  font-size: 1rem;
  color: #007434;
}

.key-point span {
  font-size: 0.85rem;
  color: #4a5b52;
}

/* Bouton */
.btn-about {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #007434;
  color: white;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  border: 2px solid #007434;
  margin-top: 0.5rem;
}

.btn-about:hover {
  background: transparent;
  color: #007434;
  transform: translateY(-2px);
}

.btn-about i {
  transition: transform 0.2s;
}

.btn-about:hover i {
  transform: translateX(5px);
}

/* Animation */
@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Responsive */
@media (max-width: 992px) {
  .about-modern-section { padding: 60px 0; }
  .about-content { padding-left: 0; margin-top: 30px; }
  .floating-badge { top: -10px; right: 10px; padding: 6px 15px; }
  .floating-badge i { font-size: 1rem; }
  .floating-badge span { font-size: 0.7rem; }
}

@media (max-width: 768px) {
  .about-title { font-size: 1.8rem; }
  .about-subtitle { font-size: 0.9rem; }
  .image-stats { padding: 8px 15px; }
  .stat-number { font-size: 1rem; }
  .stat-label { font-size: 0.6rem; }
  .floating-badge { display: none; }
  .about-text { font-size: 0.85rem; }
  .key-point span { font-size: 0.75rem; }
}


/* ========== STYLES SECTION ENGAGEMENTS ========== */
.engagements-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

/* Badge et titre */
.section-badge {
  display: inline-block;
  background: rgba(0, 116, 52, 0.1);
  color: #007434;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 300;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

.section-title span {
  font-weight: 700;
  color: #007434;
}

.title-divider {
  width: 60px;
  height: 3px;
  background: #007434;
  margin: 0.8rem auto 1.2rem;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #6c7a89;
  max-width: 550px;
  margin: 0 auto;
}

/* Grille personnalisée pour 5 items */
.col-lg-2_4 {
  flex: 0 0 auto;
  width: 20%;
}

@media (max-width: 992px) {
  .col-lg-2_4 { width: 25%; }
}

@media (max-width: 768px) {
  .col-lg-2_4 { width: 50%; }
}

/* Items d'engagement */
.engagement-item {
  background: white;
  border-radius: 20px;
  padding: 1.8rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #eef2f6;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.engagement-item:hover {
  transform: translateY(-5px);
  border-color: #007434;
  box-shadow: 0 15px 35px rgba(0, 116, 52, 0.1);
}

.engagement-item.active {
  border-color: #007434;
  background: linear-gradient(135deg, #ffffff 0%, #f0faf3 100%);
}

.engagement-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  background: rgba(0, 116, 52, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.3s ease;
}

.engagement-item.active .engagement-icon,
.engagement-item:hover .engagement-icon {
  background: #007434;
}

.engagement-icon i {
  font-size: 1.8rem;
  line-height: 1;
  color: #007434;
  transition: all 0.3s ease;
}

.engagement-item.active .engagement-icon i,
.engagement-item:hover .engagement-icon i {
  color: white;
}

.engagement-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2a3b;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}

.engagement-number {
  font-size: 0.75rem;
  color: #cbd5e0;
  font-weight: 600;
  margin-top: 0.5rem;
}

.engagement-hover-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #007434;
  transition: width 0.3s ease;
}

.engagement-item.active .engagement-hover-line,
.engagement-item:hover .engagement-hover-line {
  width: 50px;
}

/* Panneau de détail */
.engagement-detail-panel {
  background: white;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f6;
  margin-top: 1rem;
  min-height: 280px;
}

.engagement-detail {
  display: none;
  animation: fadeInUp 0.4s ease-out;
}

.engagement-detail.active {
  display: block;
}

.detail-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #eef2f6;
}

.detail-header i {
  font-size: 1.8rem;
  line-height: 1;
  color: #007434;
  background: rgba(0, 116, 52, 0.1);
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-header h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a2a3b;
  margin: 0;
}

.detail-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a5b52;
  margin-bottom: 1.2rem;
}

.detail-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-content ul li {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4a5b52;
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}

.detail-content ul li::before {
  content: '▹';
  position: absolute;
  left: 0;
  color: #007434;
  font-size: 0.9rem;
}

.detail-content ul li strong {
  color: #007434;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .engagements-section { padding: 50px 0; }
  .section-title { font-size: 1.8rem; }
  .engagement-item { padding: 1.2rem 0.8rem; }
  .engagement-icon { width: 50px; height: 50px; }
  .engagement-icon i { font-size: 1.3rem; }
  .engagement-title { font-size: 0.85rem; }
  .detail-header h3 { font-size: 1.1rem; }
  .detail-header i { font-size: 1.3rem; width: 44px; height: 44px; min-width: 44px; }
  .detail-content p { font-size: 0.85rem; }
  .detail-content ul li { font-size: 0.8rem; }
  .engagement-detail-panel { padding: 1.2rem; }
}


/* ========== STYLES SECTION NOS VALEURS ========== */
.valeurs-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

/* Badge et titre */
.section-badge {
  display: inline-block;
  background: rgba(0, 116, 52, 0.1);
  color: #007434;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 300;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

.section-title span {
  font-weight: 700;
  color: #007434;
}

.title-divider {
  width: 60px;
  height: 3px;
  background: #007434;
  margin: 0.8rem auto 1.2rem;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #6c7a89;
  max-width: 550px;
  margin: 0 auto;
}

/* Grille personnalisée pour 5 items */
.col-lg-2_4 {
  flex: 0 0 auto;
  width: 20%;
}

@media (max-width: 992px) {
  .col-lg-2_4 { width: 25%; }
}

@media (max-width: 768px) {
  .col-lg-2_4 { width: 50%; }
}

/* Items des valeurs */
.valeur-item {
  background: white;
  border-radius: 20px;
  padding: 1.8rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #eef2f6;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.valeur-item:hover {
  transform: translateY(-5px);
  border-color: #007434;
  box-shadow: 0 15px 35px rgba(0, 116, 52, 0.1);
}

.valeur-item.active {
  border-color: #007434;
  background: linear-gradient(135deg, #ffffff 0%, #f0faf3 100%);
}

.valeur-icon {
  width: 70px;
  height: 70px;
  background: rgba(0, 116, 52, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.3s ease;
}

.valeur-item.active .valeur-icon,
.valeur-item:hover .valeur-icon {
  background: #007434;
}

.valeur-icon i {
  font-size: 1.8rem;
  color: #007434;
  transition: all 0.3s ease;
}

.valeur-item.active .valeur-icon i,
.valeur-item:hover .valeur-icon i {
  color: white;
}

.valeur-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2a3b;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}

.valeur-number {
  font-size: 0.75rem;
  color: #cbd5e0;
  font-weight: 600;
  margin-top: 0.5rem;
}

.valeur-hover-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #007434;
  transition: width 0.3s ease;
}

.valeur-item.active .valeur-hover-line,
.valeur-item:hover .valeur-hover-line {
  width: 50px;
}

/* Panneau de détail */
.valeur-detail-panel {
  background: white;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f6;
  margin-top: 1rem;
  min-height: 280px;
}

.valeur-detail {
  display: none;
  animation: fadeInUp 0.4s ease-out;
}

.valeur-detail.active {
  display: block;
}

.detail-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #eef2f6;
}

.detail-header i {
  font-size: 1.8rem;
  line-height: 1;
  color: #007434;
  background: rgba(0, 116, 52, 0.1);
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-header h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a2a3b;
  margin: 0;
}

.detail-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a5b52;
  margin-bottom: 1.2rem;
}

.detail-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-content ul li {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4a5b52;
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}

.detail-content ul li::before {
  content: '▹';
  position: absolute;
  left: 0;
  color: #007434;
  font-size: 0.9rem;
}

.detail-content ul li strong {
  color: #007434;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .valeurs-section { padding: 50px 0; }
  .section-title { font-size: 1.8rem; }
  .valeur-item { padding: 1.2rem 0.8rem; }
  .valeur-icon { width: 50px; height: 50px; }
  .valeur-icon i { font-size: 1.3rem; }
  .valeur-title { font-size: 0.85rem; }
  .detail-header h3 { font-size: 1.1rem; }
  .detail-header i { font-size: 1.3rem; width: 44px; height: 44px; min-width: 44px; }
  .detail-content p { font-size: 0.85rem; }
  .detail-content ul li { font-size: 0.8rem; }
  .valeur-detail-panel { padding: 1.2rem; }
}



/* ========== STYLES SECTION DIRECTEUR GÉNÉRAL ========== */
.directeur-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f5f8fc 100%);
  position: relative;
  overflow: hidden;
}

/* Effet décoratif */
.directeur-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 116, 52, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

/* Badge */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 116, 52, 0.1);
  color: #007434;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-badge i {
  font-size: 0.85rem;
}

/* Image DG */
.directeur-image-wrapper {
  position: relative;
}

.directeur-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.25);
  position: relative;
}

.directeur-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.directeur-image:hover img {
  transform: scale(1.03);
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.signature-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 116, 52, 0.9);
  padding: 6px 14px;
  border-radius: 30px;
}

.signature-badge i {
  font-size: 0.8rem;
  color: white;
}

.signature-badge span {
  font-size: 0.7rem;
  color: white;
  font-weight: 500;
}

/* Carte identité DG */
.directeur-card {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: white;
  border-radius: 16px;
  padding: 15px 25px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-left: 3px solid #007434;
  z-index: 2;
}

.directeur-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2a3b;
  margin-bottom: 3px;
}

.directeur-card p {
  font-size: 0.75rem;
  color: #007434;
  font-weight: 600;
  margin-bottom: 3px;
}

.directeur-card span {
  font-size: 0.7rem;
  color: #6c7a89;
}

/* Contenu message */
.directeur-content {
  padding-right: 20px;
}

.directeur-title {
  font-size: 2rem;
  font-weight: 300;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

.directeur-title span {
  font-weight: 700;
  color: #007434;
}

.title-divider {
  width: 60px;
  height: 3px;
  background: #007434;
  margin: 0.8rem 0 1.5rem;
}

/* Message texte */
.message-text {
  margin-bottom: 1.5rem;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}

/* Barre de défilement personnalisée */
.message-text::-webkit-scrollbar {
  width: 4px;
}

.message-text::-webkit-scrollbar-track {
  background: #eef2f6;
  border-radius: 4px;
}

.message-text::-webkit-scrollbar-thumb {
  background: #007434;
  border-radius: 4px;
}

.message-text p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4a5b52;
  margin-bottom: 1.2rem;
  text-align: justify;
}

.message-text strong {
  color: #007434;
  font-weight: 600;
}

.message-thanks {
  background: rgba(0, 116, 52, 0.05);
  padding: 1rem;
  border-radius: 12px;
  font-style: italic;
  border-left: 3px solid #007434;
}

.message-conclusion {
  font-weight: 500;
  color: #1a2a3b;
  margin-top: 1rem;
}

/* Signature */
.directeur-signature {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0 2rem;
  padding-top: 1rem;
  border-top: 1px solid #eef2f6;
}

.signature-line {
  text-align: left;
}

.signature-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2a3b;
  position: relative;
  display: inline-block;
}

.signature-name::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #007434;
}

.signature-title {
  font-size: 0.75rem;
  color: #6c7a89;
  margin-top: 8px;
}

.signature-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #6c7a89;
}

.signature-date i {
  color: #007434;
}

/* Bouton contact */
.btn-contact-dg {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #007434;
  color: white;
  padding: 10px 24px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  border: 2px solid #007434;
}

.btn-contact-dg:hover {
  background: transparent;
  color: #007434;
  transform: translateY(-2px);
}

.btn-contact-dg i {
  transition: transform 0.2s;
}

.btn-contact-dg:hover i {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 992px) {
  .directeur-section { padding: 60px 0; }
  .directeur-content { padding-right: 0; margin-top: 40px; }
  .directeur-card { bottom: -10px; right: 10px; padding: 10px 18px; }
  .directeur-card h4 { font-size: 0.85rem; }
  .message-text { max-height: 400px; }
}

@media (max-width: 768px) {
  .directeur-title { font-size: 1.6rem; text-align: center; }
  .title-divider { margin: 0.8rem auto 1.5rem; }
  .section-badge { margin: 0 auto 1rem; display: inline-flex; }
  .directeur-content { text-align: center; }
  .directeur-signature { flex-direction: column; align-items: center; text-align: center; }
  .signature-line { text-align: center; }
  .signature-name::after { left: 50%; transform: translateX(-50%); width: 80%; }
  .btn-contact-dg { margin: 0 auto; }
  .message-text { text-align: left; }
  .message-text p { text-align: left; }
}



/* ========== STYLES SECTION CONTACT ========== */
.contact-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

/* Badge et titre */
.section-badge {
  display: inline-block;
  background: rgba(0, 116, 52, 0.1);
  color: #007434;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 300;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

.section-title span {
  font-weight: 700;
  color: #007434;
}

.title-divider {
  width: 60px;
  height: 3px;
  background: #007434;
  margin: 0.8rem auto 1.2rem;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #6c7a89;
  max-width: 550px;
  margin: 0 auto;
}

/* Carte informations contact */
.contact-info-card {
  background: white;
  border-radius: 24px;
  padding: 1.8rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f6;
  height: 100%;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed #eef2f6;
}

.info-block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.info-icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 116, 52, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.info-block:hover .info-icon {
  background: #007434;
}

.info-icon i {
  font-size: 1.4rem;
  color: #007434;
  transition: all 0.3s ease;
}

.info-block:hover .info-icon i {
  color: white;
}

.info-content h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-content p {
  font-size: 0.85rem;
  color: #4a5b52;
  margin-bottom: 0.2rem;
  line-height: 1.4;
}

.info-content a {
  color: #4a5b52;
  text-decoration: none;
  transition: color 0.3s;
}

.info-content a:hover {
  color: #007434;
}

/* Mini carte */
.mini-map {
  margin-top: 1.5rem;
  border-radius: 16px;
  overflow: hidden;
}

/* Formulaire */
.contact-form-card {
  background: white;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f6;
  height: 100%;
}

.form-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a2a3b;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #eef2f6;
  position: relative;
}

.form-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #007434;
}

.form-group {
  margin-bottom: 0.2rem;
}

.form-group label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #1a2a3b;
  margin-bottom: 0.3rem;
  display: block;
}

.required {
  color: #007434;
}

.form-control {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.85rem;
  transition: all 0.3s;
  background: #f8fafc;
}

.form-control:focus {
  outline: none;
  border-color: #007434;
  box-shadow: 0 0 0 3px rgba(0, 116, 52, 0.1);
  background: white;
}

select.form-control {
  cursor: pointer;
}

textarea.form-control {
  resize: vertical;
}

.captcha-widget {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-image {
  height: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #f8f9fa;
}

.captcha-refresh-btn {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: #f8f9fa;
  color: #007434;
  font-size: 1.1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.captcha-refresh-btn:hover {
  background: #007434;
  color: white;
  transform: rotate(180deg);
}

.form-check {
  margin: 1rem 0;
}

.form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #007434;
}

.form-check-label {
  font-size: 0.7rem;
  color: #6c7a89;
  line-height: 1.4;
  cursor: pointer;
}

.btn-submit {
  background: #007434;
  color: white;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.85rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.btn-submit:hover {
  background: #005a28;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 116, 52, 0.2);
}

.btn-submit i {
  transition: transform 0.2s;
}

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

/* Message de confirmation */
.form-success {
  display: none;
  background: #e8f5e9;
  color: #2e7d32;
  padding: 1rem;
  border-radius: 12px;
  margin-top: 1rem;
  text-align: center;
  font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-section { padding: 60px 0; }
  .contact-info-card, .contact-form-card { padding: 1.5rem; }
}

@media (max-width: 768px) {
  .section-title { font-size: 1.8rem; }
  .info-block { gap: 0.8rem; }
  .info-icon { width: 40px; height: 40px; }
  .info-icon i { font-size: 1.1rem; }
  .form-title { font-size: 1.1rem; }
  .btn-submit { padding: 10px 20px; }
}


/* ========== STYLES SECTION ACTUALITÉS ========== */
.actualites-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

/* Badge et titre */
.section-badge {
  display: inline-block;
  background: rgba(0, 116, 52, 0.1);
  color: #007434;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 300;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

.section-title span {
  font-weight: 700;
  color: #007434;
}

.title-divider {
  width: 60px;
  height: 3px;
  background: #007434;
  margin: 0.8rem auto 1.2rem;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #6c7a89;
  max-width: 550px;
  margin: 0 auto;
}

/* Cartes d'actualités */
.actu-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none !important;  
  border: 1px solid #eef2f6;
  transition: all 0.3s ease;
  height: 100%;
}

.actu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 116, 52, 0.08);
  border-color: #007434;
}

.actu-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #f5f7fa;
}

.actu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.actu-card:hover .actu-image img {
  transform: scale(1.05);
}

.actu-date {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  color: white;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.actu-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.actu-tags {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
}

.actu-tags .tag {
  background: rgba(0, 116, 52, 0.08);
  color: #007434;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.actu-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.actu-title a {
  color: #1a2a3b;
  text-decoration: none;
  transition: color 0.3s;
}

.actu-title a:hover {
  color: #007434;
}

.actu-excerpt {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #4a5b52;
  margin-bottom: 1.2rem;
  flex: 1;
}

.actu-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #eef2f6;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.actu-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #007434;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  transition: all 0.3s;
}

.actu-link i {
  transition: transform 0.3s;
}

.actu-link:hover {
  color: #005a28;
}

.actu-link:hover i {
  transform: translateX(4px);
}

.actu-author {
  font-size: 0.7rem;
  color: #6c7a89;
}

/* Bouton Toutes les actualités */
.btn-actu-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #007434;
  color: white;
  padding: 12px 32px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  border: 2px solid #007434;
}

.btn-actu-all:hover {
  background: transparent;
  color: #007434;
  transform: translateY(-2px);
}

.btn-actu-all i {
  transition: transform 0.3s;
}

.btn-actu-all:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 992px) {
  .actualites-section { padding: 60px 0; }
}

@media (max-width: 768px) {
  .section-title { font-size: 1.8rem; }
  .actu-image { height: 200px; }
  .actu-title { font-size: 1rem; }
  .actu-body { padding: 1.2rem; }
  .actu-footer { flex-direction: column; align-items: flex-start; }
}




/* ========== STYLES ULTRA MODERNES ========== */
.derniere-actu-section {
  padding: 80px 0;
  background: #f5f7fc;
  position: relative;
  overflow: hidden;
}

/* Fond décoratif */
.derniere-actu-section::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 116, 52, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.derniere-actu-section::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 116, 52, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

/* Carte principale */
.actu-modern-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.actu-modern-card:hover {
  box-shadow: 0 30px 60px -12px rgba(0, 116, 52, 0.12);
  border-color: rgba(0, 116, 52, 0.15);
}

/* En-tête */
.actu-modern-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.actu-modern-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1a2a3b;
  background: rgba(0, 0, 0, 0.04);
  padding: 6px 16px;
  border-radius: 50px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #007434;
  border-radius: 50%;
  animation: pulse-dot 1.5s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

.actu-modern-date {
  font-size: 0.75rem;
  color: #6c7a89;
  display: flex;
  align-items: center;
  gap: 6px;
}

.actu-modern-date i {
  color: #007434;
}

/* Grille */
.actu-modern-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

/* Texte */
.actu-modern-title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  color: #1a2a3b;
  margin-bottom: 1rem;
}

.actu-modern-title .highlight {
  color: #007434;
  font-weight: 700;
}

.gradient-text {
  background: linear-gradient(135deg, #007434, #00aa4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.actu-modern-excerpt {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4a5b52;
  margin-bottom: 1.2rem;
}

.actu-modern-excerpt strong {
  color: #007434;
  font-weight: 600;
}

/* Chips */
.actu-modern-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 116, 52, 0.06);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #007434;
}

.chip i {
  font-size: 0.65rem;
}

/* Lien */
.actu-modern-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #007434;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.3s;
  padding: 10px 20px;
  background: rgba(0, 116, 52, 0.04);
  border-radius: 40px;
}

.actu-modern-link i {
  transition: transform 0.3s;
}

.actu-modern-link:hover {
  background: #007434;
  color: white;
}

.actu-modern-link:hover i {
  transform: translateX(5px);
}

/* Image */
.actu-modern-image {
  position: relative;
}

.image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.actu-modern-card:hover .image-wrapper img {
  transform: scale(1.04);
}

.image-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.3) 100%);
}

.image-floating-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.image-floating-badge i {
  font-size: 1.5rem;
  color: #007434;
}

.image-floating-badge strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1a2a3b;
  line-height: 1.2;
}

.image-floating-badge span {
  font-size: 0.6rem;
  color: #6c7a89;
}

.image-cta {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

.play-btn {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007434;
  font-size: 1.3rem;
  box-shadow: 0 10px 25px rgba(0, 116, 52, 0.15);
  transition: all 0.3s;
  text-decoration: none;
}

.play-btn:hover {
  background: #007434;
  color: white;
  transform: scale(1.1);
}

/* Barre décorative */
.actu-modern-bar {
  margin-top: 1.5rem;
  height: 3px;
  background: #eef2f6;
  border-radius: 4px;
  overflow: hidden;
}

.bar-progress {
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, #007434, #00aa4a);
  border-radius: 4px;
  animation: bar-progress 3s ease-in-out infinite;
}

@keyframes bar-progress {
  0% { width: 40%; }
  50% { width: 60%; }
  100% { width: 40%; }
}

/* Responsive */
@media (max-width: 992px) {
  .actu-modern-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .actu-modern-title { font-size: 1.6rem; }
  .image-wrapper { aspect-ratio: 16/9; }
  .image-cta { right: 16px; top: 16px; transform: none; }
  .play-btn { width: 40px; height: 40px; font-size: 1rem; }
}

@media (max-width: 768px) {
  .derniere-actu-section { padding: 40px 0; }
  .actu-modern-card { padding: 1.2rem; border-radius: 24px; }
  .actu-modern-title { font-size: 1.3rem; }
  .actu-modern-header { flex-direction: column; align-items: flex-start; }
  .image-floating-badge { padding: 6px 12px; }
  .image-floating-badge i { font-size: 1.2rem; }
  .image-floating-badge strong { font-size: 0.7rem; }
}


/* ========== STYLES DÉTAIL ARTICLE ========== */
.article-detail-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

/* Fil d'Ariane */
.breadcrumb-nav {
  background: transparent;
  padding: 0;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item a {
  color: #6c7a89;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.3s;
}

.breadcrumb-item a:hover {
  color: #007434;
}

.breadcrumb-item.active {
  color: #007434;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #cbd5e0;
  font-size: 1rem;
}

/* Carte article */
.article-card {
  background: white;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid #eef2f6;
}

/* En-tête article */
.article-header {
  margin-bottom: 1.5rem;
}

.article-tags {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.article-tags .tag {
  background: rgba(0, 116, 52, 0.08);
  color: #007434;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 500;
}

.article-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a2a3b;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.article-title span {
  color: #007434;
}

.article-meta {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: #6c7a89;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.meta-item i {
  color: #007434;
}

/* Image article */
.article-image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: #f5f7fa;
}

.article-image img {
  width: 100%;
  height: auto;
  display: block;
}

.image-caption {
  padding: 8px 12px;
  font-size: 0.75rem;
  color: #6c7a89;
  background: #f8fafc;
  font-style: italic;
}

/* Contenu article */
.article-content h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a2a3b;
  margin: 1.8rem 0 0.8rem;
}

.article-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a5b52;
  margin-bottom: 1rem;
}

.article-content ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.article-content ul li {
  padding: 6px 0;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.9rem;
  color: #4a5b52;
}

.article-content ul li::before {
  content: '▹';
  position: absolute;
  left: 0;
  color: #007434;
}

.article-intro {
  background: rgba(0, 116, 52, 0.03);
  padding: 1.2rem 1.5rem;
  border-radius: 16px;
  border-left: 3px solid #007434;
  margin-bottom: 1.5rem;
}

.article-intro p {
  font-size: 1rem;
  margin: 0;
}

/* Blockquote */
blockquote {
  background: #f8fafc;
  padding: 1.5rem 2rem;
  border-radius: 16px;
  margin: 1.5rem 0;
  position: relative;
}

blockquote i {
  font-size: 1.5rem;
  color: #007434;
  opacity: 0.5;
  display: block;
  margin-bottom: 0.5rem;
}

blockquote p {
  font-style: italic;
  font-size: 1rem;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

blockquote footer {
  font-size: 0.85rem;
  color: #6c7a89;
  font-weight: 500;
}

/* Liste produits */
.product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin: 1rem 0;
}

.product-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #4a5b52;
  padding: 6px 10px;
  background: #f8fafc;
  border-radius: 8px;
}

.product-item i {
  color: #007434;
  font-size: 0.8rem;
}

/* Footer article */
.article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eef2f6;
}

.article-share {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.article-share span {
  font-size: 0.8rem;
  color: #6c7a89;
}

.share-link {
  width: 32px;
  height: 32px;
  background: #f0f4f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5b52;
  transition: all 0.3s;
  text-decoration: none;
}

.share-link:hover {
  background: #007434;
  color: white;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #007434;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
  transition: all 0.3s;
}

.btn-back:hover {
  color: #005a28;
}

/* Sidebar */
.sidebar-sticky {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sidebar-card {
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #eef2f6;
}

.sidebar-card h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a2a3b;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #eef2f6;
}

/* Auteur */
.author-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.8rem;
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.author-details strong {
  display: block;
  font-size: 0.9rem;
  color: #1a2a3b;
}

.author-details span {
  font-size: 0.75rem;
  color: #6c7a89;
}

.author-bio {
  font-size: 0.8rem;
  color: #4a5b52;
  margin: 0;
}

/* Articles récents */
.recent-articles {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-articles li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #eef2f6;
}

.recent-articles li:last-child {
  border-bottom: none;
}

.recent-articles a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #1a2a3b;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.3s;
}

.recent-articles a:hover {
  color: #007434;
}

.recent-date {
  font-size: 0.65rem;
  color: #6c7a89;
}

/* Newsletter */
.newsletter p {
  font-size: 0.8rem;
  color: #6c7a89;
  margin-bottom: 0.8rem;
}

.newsletter-form {
  display: flex;
  gap: 8px;
}

.newsletter-form .form-control {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.8rem;
}

.newsletter-form .form-control:focus {
  border-color: #007434;
  outline: none;
}

.btn-subscribe {
  background: #007434;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.75rem;
  cursor: pointer;
  transition: background 0.3s;
  white-space: nowrap;
}

.btn-subscribe:hover {
  background: #005a28;
}

/* Responsive */
@media (max-width: 992px) {
  .article-detail-section { padding: 60px 0; }
  .article-card { padding: 1.5rem; }
  .sidebar-sticky { position: relative; top: 0; }
}

@media (max-width: 768px) {
  .article-title { font-size: 1.4rem; }
  .product-list { grid-template-columns: 1fr; }
  .article-footer { flex-direction: column; align-items: flex-start; }
  .newsletter-form { flex-direction: column; }
  .btn-subscribe { width: 100%; }
}

.produit-detail-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

/* Fil d'Ariane */
.breadcrumb-nav {
  background: transparent;
  padding: 0;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item a {
  color: #6c7a89;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.3s;
}

.breadcrumb-item a:hover {
  color: #007434;
}

.breadcrumb-item.active {
  color: #007434;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #cbd5e0;
  font-size: 1rem;
}

/* Carte image produit */
.product-image-card {
  background: white;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f6;
  position: relative;
}

.product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #007434;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  z-index: 2;
}

.product-main-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #f5f7fa;
  text-align: center;
}

.product-main-image img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.product-main-image:hover img {
  transform: scale(1.02);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.product-main-image:hover .image-overlay {
  opacity: 1;
}

.zoom-btn {
  background: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007434;
  font-size: 1.2rem;
  transition: all 0.3s;
}

.zoom-btn:hover {
  background: #007434;
  color: white;
  transform: scale(1.1);
}

/* Miniatures */
.product-thumbnails {
  display: flex;
  gap: 10px;
  margin-bottom: 1.2rem;
}

.thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
  background: #f5f7fa;
}

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

.thumbnail.active {
  border-color: #007434;
}

.thumbnail:hover {
  transform: translateY(-3px);
}

/* Téléchargement */
.tech-download {
  margin-top: 0.5rem;
}

.btn-download {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #f0faf3 0%, #e8f5e9 100%);
  padding: 12px 18px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid rgba(0, 116, 52, 0.2);
}

.btn-download:hover {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6d9 100%);
  transform: translateY(-2px);
}

.btn-download i:first-child {
  font-size: 2rem;
  color: #007434;
}

.download-text strong {
  display: block;
  font-size: 0.85rem;
  color: #1a2a3b;
}

.download-text span {
  font-size: 0.7rem;
  color: #6c7a89;
}

.btn-download i:last-child {
  margin-left: auto;
  color: #007434;
  font-size: 1.1rem;
}

/* Informations produit */
.product-info-card {
  background: white;
  border-radius: 24px;
  padding: 1.8rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f6;
  height: 100%;
}

.product-category {
  display: inline-block;
  background: rgba(0, 116, 52, 0.1);
  color: #007434;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.product-title {
  font-size: 1.8rem;
  font-weight: 300;
  color: #1a2a3b;
  margin-bottom: 0.5rem;
}

.product-title span {
  font-weight: 700;
  color: #007434;
}

.product-divider {
  width: 50px;
  height: 3px;
  background: #007434;
  margin: 0.8rem 0 1.2rem;
}

.product-description-short p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5b52;
  margin-bottom: 1.5rem;
}

.product-description-short strong {
  color: #007434;
}

/* Caractéristiques */
.product-features-list h3,
.product-applications h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2a3b;
  margin-bottom: 0.8rem;
}

.product-features-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.product-features-list li {
  font-size: 0.85rem;
  color: #4a5b52;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.product-features-list li i {
  color: #007434;
  font-size: 0.9rem;
}

/* Applications */
.applications-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.app-item {
  background: #f8fafc;
  padding: 6px 14px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #1a2a3b;
  transition: all 0.3s;
}

.app-item i {
  color: #007434;
  font-size: 0.8rem;
}

.app-item:hover {
  background: #007434;
  color: white;
}

.app-item:hover i {
  color: white;
}

/* Tags */
.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.8rem;
}

.tag {
  background: #f0f4f8;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  color: #1a2a3b;
  font-weight: 500;
}

/* Actions */
.product-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-quote {
  background: #007434;
  color: white;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border: 2px solid #007434;
}

.btn-quote:hover {
  background: transparent;
  color: #007434;
  transform: translateY(-2px);
}

.btn-sample {
  background: transparent;
  color: #1a2a3b;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border: 2px solid #e2e8f0;
}

.btn-sample:hover {
  border-color: #007434;
  color: #007434;
  transform: translateY(-2px);
}

/* Produits similaires */
.related-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.related-title h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a2a3b;
}

.related-divider {
  width: 40px;
  height: 2px;
  background: #007434;
  margin: 0.5rem auto 0;
}

.related-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.related-product {
  background: white;
  border-radius: 40px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #1a2a3b;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.3s;
  border: 1px solid #eef2f6;
}

.related-product:hover {
  background: #007434;
  color: white;
  transform: translateY(-3px);
}

.related-icon i {
  font-size: 0.9rem;
}

.related-product:hover .related-icon i {
  color: white;
}

/* Responsive */
@media (max-width: 992px) {
  .produit-detail-section { padding: 60px 0; }
  .product-title { font-size: 1.5rem; }
  .product-features-list ul { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .product-thumbnails { justify-content: center; }
  .product-actions { flex-direction: column; }
  .btn-quote, .btn-sample { text-align: center; justify-content: center; }
  .related-grid { gap: 0.8rem; }
  .related-product { padding: 6px 14px; font-size: 0.7rem; }
}

.custom-slider {
  position: relative;
  overflow: hidden;
}
.custom-slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.custom-slide {
  min-width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}
.custom-slide.active {
  opacity: 1;
  display: block;
}

/* Dots */
.custom-slider-dots {
  text-align: center;
  margin-top: 1.5rem;
}
.custom-slider-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}
.custom-slider-dots .dot.active {
  background-color: #007434;
}

/* Remove shadows from cards */
.actu-modern-card {
  box-shadow: none !important;
  transition: transform 0.3s ease;
}
.actu-modern-card:hover {
  transform: translateY(-3px);
}

/* Reversed colors for first slide */
.actu-card-reversed {
  background-color: #007434 !important;
  color: #fff !important;
}
.actu-card-reversed .actu-modern-header,
.actu-card-reversed .actu-modern-title,
.actu-card-reversed .actu-modern-excerpt,
.actu-card-reversed .actu-modern-link,
.actu-card-reversed .actu-modern-badge,
.actu-card-reversed .actu-modern-date,
.actu-card-reversed .chip {
  color: #fff !important;
  border-color: #fff !important;
}
.actu-card-reversed .actu-modern-link {
  border: 1.5px solid #fff !important;
  color: #fff !important;
}
.actu-card-reversed .actu-modern-link:hover {
  background-color: #fff !important;
  color: #007434 !important;
}
.actu-card-reversed .chip {
  background-color: rgba(255,255,255,0.2) !important;
}
.actu-card-reversed .gradient-text {
  color: #fff !important;
  background: none !important;
  -webkit-text-fill-color: #fff !important;
}
.actu-card-reversed .actu-modern-bar {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.actu-card-reversed .bar-progress {
  background-color: #fff !important;
}

/* “À la une” badge: white background, green text */
.actu-card-reversed .actu-modern-badge {
  background-color: #fff !important;
  color: #007434 !important;
  border-color: #fff !important;
}
.actu-card-reversed .actu-modern-badge .pulse-dot {
  background-color: #007434 !important;
}

/* Green button for normal slides */
.actu-modern-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  color: #007434;
  border: 1.5px solid #007434;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.actu-modern-link:hover {
  background: #007434;
  color: #fff;
}
