 

 <style>

    body {
      margin: 0;
      font-family: 'Inter', sans-serif;
      background: linear-gradient(to right, #f8fce9, #edfef3);
      color: #1c1e21;
    }

    .container {
      margin-left: 10%;
      margin-right: 0%;
    }

    .container-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background-color: rgba(255, 255, 255, 0.75); /* semi-transparent white */
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px); /* for Safari */
      /*border-bottom: 1px solid rgba(0, 0, 0, 0.05); /* optional soft border */ */
    }

    .container-header .mod-menu a {
      text-decoration: none; 
      color: #1f2937;
      font-family: sans-serif;
    }

    .container-header .mod-list li.active>a {
      color: #f97316;
      font-weight: bold;
    }

    .'main-top no card' {
      background: linear-gradient(to right, #fff3eb, #fefefe);
    }

    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.5rem 2rem;
    }

    .logo {
      font-weight: bold;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
    }
    .logo span {
      margin-left: 0.5rem;
    }
    nav a {
      margin-left: 2rem;
      text-decoration: none;
      color: #1c1e21;
      font-weight: 500;
    }
    ul.nav-item {
      display: none;
      position: absolute;
      background: white;
      border: 1px solid #ccc;
      list-style: none;
      padding: 0;
      z-index: 999;

    }

    li:hover > ul.mod-menu__sub.show-menu {
      display: block;
    }


    .badge {
      background: #fde9be;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      font-size: 0.9rem;
      display: inline-flex;
      align-items: center;
      font-weight: 600;
      color: #b45309;
    }
    .badge span {
      margin-left: 0.5rem;
    }
    .main-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 3rem 2rem;
      border-bottom-color: rgb(226, 232, 240);
      border-bottom-style: solid;
      border-bottom-width: 0px;
      border-left-color: rgb(226, 232, 240);
      border-left-style: solid;
      border-left-width: 0px;
      border-right-color: rgb(226, 232, 240);
      border-right-style: solid;
      border-right-width: 0px;
      border-top-color: rgb(226, 232, 240);
      border-top-style: solid;
      border-top-width: 0px;
    }


    .mod-articlesnews .newsflash {
      display: grid; 
      flex-wrap: wrap; 
      gap: 2rem; 
      justify-content: space-between; 
      align-items: flex-start;
      grid-gap: 2rem;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .mod-articlesnews-horizontal li {
      background: white; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); overflow: hidden; text-align: left;
    }

    .newsflash-title {
      padding: 1.5rem;
    }

    .newsflash-horiz  p {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      font-size: 0.8rem;
    }

    .newsflash-title {
      margin: 0 0 0.5 rem; 
      font-size: 1rem;
    }

    .text-content {
      max-width: 50%;
      min-width: 300px;
    }
    h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }
    h1 span.orange {
      color: #00bf63;
      display: block;
    }

    .buttons {
      display: flex;
      gap: 1rem;
    }

    .btn {
      padding: 1rem 2rem;
      border: none;
      border-radius: 50px;
      font-size: 0.8rem;
      font-weight: bold;
      cursor: pointer;
    }
    .btn-orange {
      background-color: #ec8c0e;
      color: white;
    }
    .btn-green {
      background-color: #0e9f6e;
      color: white;
    }
    .img-container {
      flex: 1;
      min-width: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 2rem;
    }
    .img-container img {
      max-width: 100%;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    .values-section {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      padding: 3rem 2rem;
    }
    .values-image {
      flex: 1;
      min-width: 300px;

    }
    .values-image img {
      width: 75%;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      height: 500px;
    }
    .values-content {
      flex: 1;
      min-width: 300px;
      padding-left: 2rem;
    }
    .values-content h2 {
      font-size: 2.2rem;
      margin-bottom: 1rem;
    }
    .values-content p {
      margin-bottom: 2rem;
    }
    .value-boxes {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }
    .value-box {
      background: #fffefb;
      border: 1px solid #fbeacc;
      border-radius: 12px;
      padding: 1rem;
      display: flex;
      gap: 1rem;
    }
    .value-box span {
      font-size: 1.8rem;
      color: #fbbf24;
    }
    .value-box div {
      font-size: 0.95rem;
    }
    .value-box div strong {
      display: block;
      font-weight: 600;
      margin-bottom: 0.25rem;
    }

     .footer  {
        background-color: #f5f9fc; 
        background-image: none; 
        padding: 40px 20px; 
        border-top: 1px solid #e5e7eb; 
        font-family: sans-serif;
        color: #374151;
      }

      .footer .mod-custom {
        width: 100%
      }

      .footer .grid-child {
        padding: 1rem 1rem;
      }
     
    .blog-leading-article .blog-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 35px;
        align-items: start;
        background-color: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        max-width: 100%;
        margin-top: 2%;
        margin-bottom: 2%;
        min-height: 250px;
    }
     
    .blog-leading-article .item-image {
      position: left;
      flex: 1 1 50%;
      min-height: inherit;
      overflow: hidden;
      float:left;
      border-radius: 8px;
      max-width: inherit;
      height: 100%;

    }

    .blog-leading-article .item-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }


     .blog-leading-article .article-info-term, 
     .blog-articles .blog-item .article-info-term {
      display: none;
     }



      .blog-leading-article .item-content  {
        flex: 1;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        flex-shrink: 1; 
    }

      .blog-leading-article .item-content h2 >a {
        text-size-adjust: 100%;
        font-family: Inter, sans-serif;
        font-feature-settings: normal;
        font-size: 1rem;
        font-variation-settings: normal;
        font-weight: 600;
        letter-spacing: -0.45px;
        line-height: 28px;
        tab-size: 4;
        text-decoration: none;
        color: rgb(2, 8, 23);
    }


    .blog-leading-article .item-content p {
      font-size: 15px;
      color: #555;
      margin-bottom: 15px;
    }



    .blog-leading-article .item-content .btn {
        background-color: #ff6f2c;
        color: white;
        text-decoration: none;
        padding: 10px 18px;
        border-radius: 6px;
        font-weight: bold;
        width: fit-content;
        transition: background-color 0.2s ease;
      }

    .blog-leading-article .item-content  .btn:hover {
        background-color: #e65c1a;
      }

  .blog-articles .blog-item {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #f5f6f7;
    max-width: 360px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
  }

  .blog-articles .blog-item h2>a, 
  .com-content-article__body h5 {
    text-size-adjust: 100%;
    font-family: Inter, sans-serif;
    font-feature-settings: normal;
    font-size: 15px;
    font-variation-settings: normal;
    font-weight: 600;
    letter-spacing: -0.45px;
    line-height: 28px;
    tab-size: 4;
    text-decoration: none;
    color: rgb(2, 8, 23);
  }


   .text-muted {
      display: flex;          /* Met les enfants en ligne */
      gap: 12px;              /* Espace entre les spans */
      flex-wrap: wrap;        /* Pour éviter les débordements */
     font-size: 11px;
     color: #7a8087;

  }

  .blog-articles .item-image {
      min-width: inherit;
      overflow: hidden;
      border-radius: 8px;
      max-width: inherit;
      width: 100%;
    }

    .blog-articles .item-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }


  .blog-articles  .item-content p {
      font-size: 11px;
      color: #555;
      margin-bottom: 20px;
  }


    .blog-articles .item-content p,
    .blog-articles .text-muted, 
    .blog-articles .item-content h2 >a, 
    .blog-articles .item-content .btn {
      padding-right: 10px;
      padding-left: 10px;

    }

  .blog-articles .blog-item .btn {
  margin-top: 8px;
  padding: 10px 0;
  border: 1px solid #dcdfe3;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #1a1a1a;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: 100%;
}

  .blog-articles .blog-item .btn:hover {
  background-color: #f0f0f0;
}



    .container-adhesion {
      max-width: 1200px;
      margin: auto;
    }

    .badge {
      background-color: #fcefc1;
      color: #cc9400;
      padding: 6px 12px;
      border-radius: 20px;
      display: inline-block;
      font-weight: bold;
    }

    h1 {
      text-align: center;
      font-size: 36px;
      margin-top: 20px;
    }

    .subtitle {
      text-align: center;
      margin-top: 10px;
      color: #333;
    }

    .grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 40px;
    }

    .left, .right {
      width: 48%;
    }

    .left h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .left ul {
      list-style: none;
      padding: 0;
    }

    .left li {
      margin-bottom: 15px;
      font-size: 16px;
    }

    .left li::before {
      content: "✔️";
      color: green;
      margin-right: 10px;
    }

    .card {
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      padding: 20px;
    }

    .card h3 {
      margin-top: 0;
    }

    .price {
      color: orange;
      font-weight: bold;
      font-size: 20px;
      float: right;
    }

    .benefits {
      margin-top: 10px;
      list-style: none;
      padding-left: 0;
    }

    .benefits li::before {
      content: "• ";
      color: orange;
    }


    .container-faq {
      max-width: 800px;
      margin: 3rem auto;
      padding: 0 1rem;
    }

    .container-faq  body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f9f9f9;
      margin: 0;
      padding: 0;
    }

    .container-faq h1 {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 0.5rem;
    }

    .container-faq  p.subtitle {
      text-align: center;
      color: #666;
      margin-bottom: 2rem;
    }

    .faq-item {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      margin-bottom: 1rem;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .faq-question {
      cursor: pointer;
      padding: 1.2rem;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .faq-answer {
      display: none;
      padding: 1rem 1.2rem 1.2rem;
      color: #444;
      line-height: 1.6;
      border-top: 1px solid #eee;
    }

    .faq-item.active .faq-answer {
      display: block;
    }

    .container-faq  .arrow {
      transition: transform 0.3s ease;
    }

    .faq-item.active .arrow {
      transform: rotate(180deg);
    }

    .to-green-100 {
    --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
    }

    .member-page p {
      text-color: rgb(75 85 99 / var(1, 1));
    }

    .member-page .site-grid {
      font-family: 'Segoe UI', sans-serif;
      /**background: linear-gradient(to bottom, #f1fce7, #e8f6e9);
      --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);**/

      --gradient-from: #fffbeb; /* red-500 */
      --gradient-to: #e8f6e9;   /* blue-500 */
      --gradient-from-position: 10%;
      --gradient-to-position: 100%;

      background: linear-gradient(
        to bottom right,
        var(--gradient-from) var(--gradient-from-position),
        var(--gradient-to) var(--gradient-to-position)
      );
      margin: 0;
      padding: 2rem;
    }

    .member-page .container-component main {
        padding-top: 100px;
        background: white;
        padding: 2rem;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        gap: 2rem;
    }

    .member-page .container-component .registration {
      width: inherit;
    }

    #member-registration .control-group label {
      font-family: 'Segoe UI', sans-serif;
      font-weight: 700;
    }

    #member-registration  button.com-users-registration__register {
      margin-top: 1rem;
      background: #d97706;
      color: white;
      padding: 0.8rem 1.2rem;
      border: none;
      width: fit-content;
      font-size: 1rem;
      font-weight: bold;
      border-radius: 5px;
      cursor: pointer;

    }


     /* Container */
  .carousel {
    position: relative;
    max-width: 900px; /* adjust if you like */
    margin: auto;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
  }

  /* Track */
  .carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
  }

  /* Slides */
  .carousel-item {
    flex: 0 0 100%;
  }

  /* Utility classes used in your HTML (since Bootstrap isn't loaded) */
  .d-block { display: block; }
  .w-100 { width: 100%; }

  .carousel img {
    aspect-ratio: 16 / 9;
    max-height: 300px;          /* optional safety cap */
    width: 100%;
    height: auto;
    display: block;
  }

  
  /* ==== Prev/Next controls — modern, high-contrast ==== */
.carousel-control-prev,
.carousel-control-next {
  --btn-size: 44px;
  --btn-bg: rgba(15, 15, 15, 0.55); /* dark translucent */
  --btn-fg: #fff;                   /* arrow color */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--btn-size);
  height: var(--btn-size);
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  background: var(--btn-bg);
  color: var(--btn-fg);
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  z-index: 3;
  cursor: pointer;
  outline: none;
  /* nice glass effect when supported */
  -webkit-backdrop-filter: blur(6px) saturate(120%);
  backdrop-filter: blur(6px) saturate(120%);
}

.carousel-control-prev { left: 10px; }
.carousel-control-next { right: 10px; }

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(15, 15, 15, 0.75);
  transform: translateY(-50%) scale(1.06);
}

.carousel-control-prev:focus-visible,
.carousel-control-next:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* Draw the chevrons using a mask so they inherit currentColor */
.carousel-control-prev::after,
.carousel-control-next::after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E\") no-repeat center / contain;
}

/* Flip the same chevron for "next" */
.carousel-control-next::after {
  transform: rotate(180deg);
}

/* If your project forces a white background somewhere, ensure ours wins */
.carousel-control-prev,
.carousel-control-next {
  background-clip: padding-box;
}

/* Fallback when backdrop-filter isn't supported */
@supports not (backdrop-filter: blur(6px)) {
  .carousel-control-prev,
  .carousel-control-next {
    background: rgba(0,0,0,0.65);
  }
}


}

.carousel-indicators button::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.carousel-indicators button.active::before {
  transform: scale(1.35);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
}


    @media (max-width: 768px) {
      .main-content, .values-section {
        flex-direction: column;
      }
      .text-content, .img-container, .values-content, .values-image {
        max-width: 100%;
        padding: 0;
      }
      .values-content {
        padding-top: 2rem;
      }
      .value-boxes {
        grid-template-columns: 1fr;
      }
     
    }
  </style>