


.privacy {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #0D0D2B;
  width: 100%;
}

.privacy .container {
  max-width: 900px;
  margin: 0 auto;
}

.privacy .title {
  color: #5A4FFF;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.privacy .effective-date,
.privacy .version,
.privacy .disclaimer {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  margin-bottom: 10px;
}

.privacy .disclaimer {
  margin-top: 20px;
  margin-bottom: 40px;
}

.privacy .section-title {
  color: #5A4FFF;
   font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 20px;
}

.privacy .about-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.privacy a {
  color: #5A4FFF;
  text-decoration: underline;
  font-weight: 600;
}

.highlight {
  color: #34c5be;
  font-weight: bold;
  text-decoration: none; /* Retire soulinyaj si ou vle */
  cursor: pointer;
}

.highlight:hover {
  text-decoration: underline; /* Efè lè sourit pase sou */
}



.help-search {
  background-color: #684fff; /* koulè violet */
  color: white;
  text-align: center;
  padding: 100px 20px;
  width: 100%;
}

.help-search .container {
  max-width: 700px;
  margin: 0 auto;
}

.help-search h1 {
  font-size: 2.5rem;
  font-family: 'MuseoSansRounded', Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
}

.search-box {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 50px;
  padding: 20px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-box .icon {
  font-size: 1.2rem;
  color: #5529e4;
  margin-right: 10px;
}

.search-box input[type="text"] {
  border: none;
  outline: none;
  flex: 1;
  font-size: 1.1rem;
  color: #5529e4;
  font-weight: bold;
}



.search-wrapper {
  position: relative;
  margin-top: 20px;
}

.search-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  padding: 20px;
  z-index: 100;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  text-align: left;
}

.search-dropdown h3 {
  margin: 0 0 15px 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #333;
  font-family: 'MuseoSansRounded', Arial, sans-serif;
}

.search-results {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results li {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}

.search-results li:hover {
  background-color: #f5f5f5;
  border-radius: 5px;
}

.search-results a {
  color: #1559d6;
  font-weight: 500;
  text-decoration: none;
  font-family: 'MuseoSansRounded', Arial, sans-serif;
  display: block;
  margin-bottom: 5px;
}

.search-results a:hover {
  text-decoration: underline;
}

.search-results p {
  font-size: 0.85rem;
  color: #777;
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Scrollbar style */
.search-dropdown::-webkit-scrollbar {
  width: 6px;
}

.search-dropdown::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}




.ai-contact-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}


.ai-contact-popup {
  background: #fff;
  border-radius: 12px;
  width: 600px;
  max-width: 95%;
  padding: 30px 35px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  animation: fadeIn 0.3s ease;
  border: 1px solid #ccc;
}


.ai-contact-header {
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.ai-contact-header .cancel {
  color: #00c896;
  cursor: pointer;
  font-size: 18px;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}

.ai-contact-header-line {
  height: 2px;
  background: #eaeaea;
  margin-bottom: 25px;
}


.ai-contact-box {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 18px;
}

.ai-contact-box img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.icon-wrapper {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.ai-contact-box span {
  font-size: 17px;
  font-weight: 600;
  color: #222;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}


@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-10px);}
  to {opacity: 1; transform: translateY(0);}
}




.overlay-alt {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}


.popup-alt {
  background: #fff;
  border-radius: 16px;
  width: 400px;
  max-width: 95%;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
}


.popup-alt-top {
  background: linear-gradient(135deg, #5bbcff, #684fff);
  padding: 30px 20px 60px 20px;
  position: relative;
  text-align: left;
}

.popup-alt-top img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.popup-alt-top .bubble-alt {
  background: #fff;
  border-radius: 12px;
  padding: 12px 15px;
  display: inline-block;
  max-width: 80%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-left: 70px;
}

.popup-alt-top .bubble-alt p {
  margin: 0;
  font-size: 14px;
  color: #333;
}


.close-btn-alt {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  color: #34c5be;
}

/* Bottom content */
.popup-alt-bottom {
  padding: 20px;
  text-align: center;
  color: #555;
}

.popup-alt-bottom h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #111;
  font-family: 'MuseoSansRounded', Arial, sans-serif;
}

.popup-alt-bottom p {
  font-size: 14px;
  color: #555;
  margin: 10px 0 20px;
}

/* Pagination dots */
.dots-alt {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 6px;
}

.dots-alt span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
}

.dots-alt .active {
  background: #111;
}

/* Buttons */
.buttons-alt {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-alt {
  border: none;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-alt-light {
  background: #fff;
  border: 1px solid #ddd;
  color: #111;
}

.btn-alt-dark {
  background: #34c5be;
  color: #fff;
}

.btn-alt-dark:hover {
  background: #684fff;
}

/* Animation (ou ka itilize menm keyframes) */
@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}




.article {
  padding: 20px 0;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}

.section-title {
  font-size: 36px;
  color: #2bbdb7;
  font-weight: 800;
  margin-bottom: 60px;
  font-family: 'MuseoSansRounded', Arial, sans-serif;
}

.article-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 30px;
  padding-bottom: 40px;
}

.article-card {
  flex: 0 0 320px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
  min-height: 280px;
}

.article-card:hover {
  transform: translateY(-7px);
}

.card-title {
  font-size: 20px;
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
  font-weight: 800;
  color: #222;
  margin-bottom: 18px;
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* Alinye icon ak tèks sou tèt */
  gap: 10px;
}





.icon-bg {
  background-color: #ebe4ff;
  color: #684fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  padding: 0; /* retire padding pou evite deformasyon */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}


.icon-bg i {
  font-size: 18px;
}


.card-description {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
}

.article-navigation {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  align-items: center;
}

.nav-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 22px;
  border: 1px solid #ccc;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-button i {
  font-size: 20px;
}

.nav-button.next {
  background-color: #684fff;
  color: white;
  border: none;
}


.nav-button.prev {
  background-color: #684fff;
  color: white;
  border: none;
}


.nav-button:hover {
  transform: scale(1.1);
}



@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .section-title {
    font-size: 26px;
    text-align: center;
  }

  .card-title {
    font-size: 18px;
  }

  .card-description {
    font-size: 16px;
  }

  .nav-button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .nav-button i {
    font-size: 16px;
  }

  .article-navigation {
    justify-content: center;
  }

  .article-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 0 16px; /* Ti espas sou bò gòch ak dwat */
  padding-bottom: 30px;
}

  .article-card {
    flex: 0 0 70%; /* Fè kat la mwens laj pou mobil */
    width: 70%;
    margin-right: 0; /* Espas se deja nan gap la */
    scroll-snap-align: center; /* Fè chak kat santre sou scroll */
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    min-height: 240px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 12px;
  }

  .article-card {
    flex: 0 0 70%;
    width: 70%;
    padding: 18px;
  }

  .card-title {
    font-size: 16px;
  }


.article-spacer {
  flex: 0 0 7.5%; /* Dimansyon pou santre vizyèl */
}

  .card-description {
    font-size: 15px;
  }

  .nav-button {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .nav-button i {
    font-size: 14px;
  }
}


.nav-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none; /* anpeche animasyon hover */
}

.nav-button.next:disabled {
  background-color: #eee; /* yon vèsyon pi pal de mov lan */
  color: #999;
}

.nav-button.prev:disabled {
  background-color: #eee; /* oubyen mete li blan pi pal */
  color: #999;
}




.asistans {
  text-align: center;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
}

.asistans h2 {
  font-size: 24px;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000000;
}

.login-btn {
  background-color: #684fff;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 14px 90px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-flex;       
  align-items: center;        
  gap: 15px;
}

.login-btn:hover {
  background-color: #553dff;
}

.login-btn .btn-icon {
  width: 24px;  
  height: 24px;
}

.login-help {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #002d00;
  text-decoration: underline;
}



.asistans-help {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  font-family: Arial, sans-serif;
}

.asistans-help p {
  font-size: 30px;
  color: #000000;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  margin: 0;
}

.contact-btn {
  background-color: #34c5be;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 16px 55px;
  border-radius: 7px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}


.cta-section {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 50px;
  text-align: center;
  
}

.cta-container {
  max-width: 700px;
  margin: 0 auto;
}

.cta-subtitle {
  font-size: 25px;
  color: #6c757d; /* gri fonse */
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
  margin-bottom: 15px;
  font-weight: 500;
}

.cta-title {
  font-size: 28px;
  font-weight: 800;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 25px;
}

.cta-button {
  display: inline-block;
  background-color: #34c5be; /* koulè bouton an */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #684fff;
  transform: translateY(-2px);
}


 .error-page {
    max-width: 700px;
    margin: 0px auto;
    margin-top: 20px ;
    text-align: center;
    background-color: #ffffff;
    border-radius: 20px;
    
    color: #333;
    animation: fadeIn 1s ease-in-out;
  }
  
  .card-container {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

  
  .card {
  width: 280px;          
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  transition: box-shadow 0.2s ease-in-out;
  cursor: pointer;
  
  border: 1px solid #684fff;
}

.card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}


@media (max-width: 768px) {
  .card {
    width: 90%;   
  }
  .card-container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}


    .card:hover {
     
      border: 1px solid #684fff;
    }

    .card img {
      width: 30px;
      height: 30px;
      margin-bottom: 15px;
    }
    
    
     .card .contact-icon {
      width: 30px;
      height: 30px;
      margin-bottom: 15px;
    }

    .card h3 {
      font-size: 1rem;
      font-weight: 600;
      margin: 0 0 10px 0;
      color: #1f2937;
      font-family: 'MuseoSansRounded-500', Arial, sans-serif;
    }

    .card p {
      font-size: 0.9rem;
      color: #4b5563;
      margin: 0;
    }
    
    
    

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .error-page .icon {
    width: 300px;
    height: 300px;
    animation: float 2.5s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }

  .error-page h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2c2c2c;
    font-family: 'MuseoSansRounded', Arial, sans-serif;
  }

  .error-page p {
    font-size: 1.7em;
    margin-bottom: 35px;
    color: #666;
    font-family: 'MuseoSansRounded-500', Arial, sans-serif;
  }

  .error-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .error-buttons a {
    padding: 14px 28px;
    background-color: #684fff;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(104, 79, 255, 0.3);
  }

  .error-buttons a:hover {
    background-color: #563fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(104, 79, 255, 0.4);
  }
  
  
  .card-link {
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
  }

  .card-link:hover {
    transform: scale(1.03);
  }

  @media (max-width: 500px) {
    .error-buttons {
      flex-direction: column;
      gap: 12px;
    }

    .error-page {
    max-width: 100%;
    margin: 0px auto;
    margin-top: 5px ;
    text-align: center;
    background-color: #ffffff;
    border-radius: 20px;
    
    color: #333;
    animation: fadeIn 1s ease-in-out;
  }

    .error-page h2 {
      font-size: 1.5em;
    }

    .error-page p {
      font-size: 1.7em;
    }
  }

