body {
  background-color: #b07edc; /* violet clair doux */
  color: #2c2c2c; /* texte sombre pour le contraste */
  font-family: Arial, sans-serif; /* police agréable */
  margin: 0;
  padding: 0;
}



/* Nav left: hamburger and logo side by side */
.nav-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 700px) {
  nav.ne {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5rem 1rem;
  }
  .nav-left {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .menu-toggle {
    font-size: 2rem;
    cursor: pointer;
    margin-right: 0.5rem;
  }
  .nav-logo {
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 0;
  }
  .nav-links {
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100vw;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    z-index: 10;
    padding: 0.5rem 0;
  }
}

/* ...existing code... */

ul.list li:hover {
  background-color: #e6f0ff;
/* ...existing code... */

.fr {
  flex: 1;
  text-align: left;
  color: #2c3e50;
  font-weight: 500;
}

.ar {
  flex: 1;
  text-align: right;
  color: #004085;
  font-weight: 500;
  font-family: 'Amiri', serif;
}

/* Button */
.btn-container {
  text-align: center;
  margin-top: 2rem;
}

#toggleBtn {
  background: var(--gradient-btn);
  color: #fff;
  padding: 0.85rem 2.2rem;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(106, 90, 249, 0.15);
  letter-spacing: 0.5px;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}

#toggleBtn:hover {
  background: linear-gradient(90deg, #00c9b7 0%, #6a5af9 100%);
  transform: scale(1.07);
  box-shadow: 0 8px 24px rgba(106, 90, 249, 0.22);
}

/* Global Reset */
/* Responsive */
@media (max-width: 900px) {
  body {
    padding: 1rem;
    font-size: 15px;
    
  }
  body {
  background-color: lightblue;
}
body {
  transition: background-color 1s ease;
}


  .main-header, header {
    padding: 1rem 0.5rem;
    border-radius: 0 0 16px 16px;
  }
  .header-content {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }
  .lang-selector {
    position: static;
    margin: 0.7rem auto 0 auto;
    width: fit-content;
  }
  .btn-container {
    margin-top: 1rem;
  }
  #toggleBtn, .acces-btn {
    width: 100%;
    font-size: 1.08rem;
    padding: 1rem 0.5rem;
    border-radius: 32px;
    margin: 0.5rem 0;
    display: block;
  }
  .container {
    flex-direction: column;
    gap: 1rem;
    padding: 0;
  }
  .bloc {
    flex: 1 1 100%;
    margin: 0.7rem 0;
    padding: 1rem 0.5rem;
    border-radius: 14px;
  }
  ul.list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0.5rem;
    margin-bottom: 0.7rem;
  }
  .fr, .ar {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    margin: 0.2rem 0;
  }
  #intro, .pdf-access-section {
    padding: 1rem 0.5rem;
    margin: 1rem 0.2rem;
    border-radius: 14px;
  }
  .intro-title {
    font-size: 1.7rem;
    margin-bottom: 0.7rem;
  }
  .intro-container {
    padding: 1rem 0.5rem;
  }
  .paiement-message {
    font-size: 1rem;
    padding: 1rem 0.5rem;
    border-radius: 10px;
  }
  .ne, .navbar {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 0.5rem;
  }
  .nav-links {
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.7rem 0;
    width: 100%;
    align-items: center;
  }
  .logo {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
  }
  .main-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 0.5rem;
    border-radius: 0 0 16px 16px;
  }
  .header-content {
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
  }
  #titre {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .lang-selector {
    margin: 0.7rem auto 0 auto;
    position: static;
    width: fit-content;
  }
  .ne, .navbar {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0.5rem;
    position: static;
    width: 100%;
    box-sizing: border-box;
  }
  .menu-toggle {
    display: block !important;
    margin-bottom: 0.7rem;
    font-size: 2rem;
    cursor: pointer;
  }
  .nav-links {
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.7rem 0;
    width: 100%;
    align-items: center;
    position: static !important;
    background: none !important;
    box-shadow: none !important;
  }
  .nav-links li {
    width: 100%;
    text-align: center;
  }
  .logo {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .main-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem 0.2rem;
    border-radius: 0 0 10px 10px;
    font-size: 1rem;
    word-break: break-word;
  }
  .header-content {
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    text-align: center;
  }
  #titre {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    word-break: break-word;
    max-width: 95vw;
    line-height: 1.2;
  }
  .lang-selector {
    margin: 0.4rem auto 0 auto;
    width: fit-content;
    font-size: 0.95rem;
    position: static;
    z-index: 2;
  }
  .congrats-title, .congrats-sub, .intro-title, #filieres-title, #etabs-title, #pdf-title, #contact-title {
    font-size: 1rem !important;
    word-break: break-word;
    text-align: center;
    line-height: 1.2;
    max-width: 95vw;
    margin: 0.3rem auto;
  }
  .intro-lead, .intro-quote, .intro-bio, .intro-lost, .intro-nohelp, .intro-experience, .intro-ebook, .intro-end, .intro-signature, .pdf-desc, .paiement-message, .footer-desc {
    font-size: 0.95rem !important;
    word-break: break-word;
    text-align: center;
    line-height: 1.2;
    max-width: 95vw;
    margin: 0.2rem auto;
  }
  .pdf-point1, .pdf-point2, .pdf-point3, .pdf-point4, .pdf-point5 {
    font-size: 0.95rem !important;
    word-break: break-word;
    text-align: left;
    line-height: 1.2;
    max-width: 95vw;
    margin: 0.2rem auto;
  }
  .old-price, .new-price, .pay-methods {
    font-size: 0.95rem !important;
    word-break: break-word;
    text-align: center;
    line-height: 1.2;
    max-width: 95vw;
    margin: 0.2rem auto;
  }
  .acces-btn {
    font-size: 0.98rem;
    padding: 0.7rem 0.2rem;
    border-radius: 20px;
    margin: 0.3rem 0;
    width: 100%;
  }
  .footer-copyright, .footer-desc {
    font-size: 0.9rem !important;
    word-break: break-word;
    text-align: center;
    line-height: 1.2;
    max-width: 95vw;
    margin: 0.2rem auto;
  }
}
  body {
    padding: 0.3rem;
    font-size: 13px;
  }
  .main-header, header {
    padding: 0.5rem 0.2rem;
    border-radius: 0 0 10px 10px;
  }
  .container, .bloc, #intro, .pdf-access-section, .intro-container {
    padding: 0.5rem 0.2rem;
    margin: 0.5rem 0.1rem;
    border-radius: 8px;
  }
  .btn-container {
    margin-top: 0.5rem;
  }
  #toggleBtn, .acces-btn {
    font-size: 0.98rem;
    padding: 0.7rem 0.2rem;
    border-radius: 20px;
    margin: 0.3rem 0;
  }
  .intro-title {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .logo {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
  }
  .main-header {
    padding: 0.5rem 0.2rem;
    border-radius: 0 0 10px 10px;
    font-size: 1rem;
  }
  .header-content {
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
  }
  #titre {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
  }
  .lang-selector {
    margin: 0.4rem auto 0 auto;
    width: fit-content;
    font-size: 0.95rem;
  }
  .ne, .navbar {
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0.2rem;
    position: static;
    width: 100%;
    box-sizing: border-box;
  }
  .menu-toggle {
    display: block !important;
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .nav-links {
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.4rem 0;
    width: 100%;
    align-items: center;
    position: static !important;
    background: none !important;
    box-shadow: none !important;
  }
  .nav-links li {
    width: 100%;
    text-align: center;
  }
  .logo {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    text-align: center;
  }
}

#intro {
  background: linear-gradient(135deg, #f5faff, #e0f7ff);
  padding: 3rem 1.5rem;
  border-radius: 20px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  max-width: 850px;
  margin: 3rem auto;
  animation: fadeInIntro 1.2s ease-out;
}

.intro-title {
  text-align: center;
  font-size: 2.4rem;
  color: #0074d9;
  margin-bottom: 1.5rem;
  font-weight: 700;
  position: relative;
}

.intro-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #00bcd4;
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.intro-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.2rem;
}

.intro-content em {
  color: #0074d9;
  font-style: italic;
  font-weight: 600;
}

.intro-list {
  margin: 1.5rem 0;
  padding-left: 1.2rem;
  list-style: none;
}

.intro-list li {
  background: #fff;
  border-left: 4px solid #00bcd4;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.signature {
  font-style: italic;
  font-size: 1.1rem;
  text-align: right;
  margin-top: 2rem;
  color: #444;
}

/* Animation */
@keyframes fadeInIntro {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-header {
  background: linear-gradient(135deg, #0074d9, #00c8ff);
  padding: 1.5rem 2rem;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  animation: fadeInHeader 1s ease;
}

.header-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.lang-selector {
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


#titre {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0;
}

.lang-selector {
  display: flex;
  align-items:center;
  gap: 0.5rem;
  background: white;
  padding: 0.3rem 0.8rem;
  border-radius: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.lang-selector:hover {
  transform: scale(1.05);
}

.lang-selector label {
  font-size: 1.2rem;
  color: #0074d9;
}

#lang {
  border: none;
  font-size: 1rem;
  color: #0074d9;
  background: transparent;
  outline: none;
  cursor: pointer;
  font-weight: 600;
}

/* Animation */
@keyframes fadeInHeader {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
   
  }
}
/* Section générale */
.congrats-section {
  position: relative;
  padding: 4rem 2rem;
  text-align: center;
  background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  overflow: hidden;
  border-bottom: 3px solid #0074d9;
}

/* Texte */
.congrats-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0074d9;
  animation: fadeInUp 1.3s ease-in-out;
  font-family: 'Segoe UI', sans-serif;
}

.congrats-sub {
  font-size: 1.3rem;
  color: #444;
  margin-top: 0.8rem;
  animation: fadeInUp 1.7s ease-in-out;
  font-family: 'Segoe UI', sans-serif;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*intro*/
#intro {
  background: linear-gradient(to right, #f9fbff, #e9f1ff);
  padding: 4rem 2rem;
  color: #2d2d2d;
  font-family: 'Segoe UI', sans-serif;
  animation: fadeIn 1.5s ease-in;
}

.intro-container {
  max-width: 800px;
  margin: auto;
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.intro-title {
  text-align: center;
  font-size: 2.5rem;
  color: #0074d9;
  margin-bottom: 1.2rem;
}

.intro-lead {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.intro-quote {
  font-style: italic;
  font-size: 1.2rem;
  color: #555;
  background: #f0f8ff;
  border-left: 5px solid #0074d9;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0.5rem;
}

.intro-list {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

.intro-list li {
  margin-bottom: 0.8rem;
  font-weight: 500;
  color: #333;
}

.intro-end {
  margin-top: 2rem;
  font-size: 1.1rem;
}

.intro-signature {
  text-align: right;
  margin-top: 1.5rem;
  font-weight: bold;
  color: #0074d9;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/*responsive*/
/* ============ Reset & Base ============ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  background: linear-gradient(to right, #f6f9fc, #e8f0ff);
  color: #222;
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
}

/* ============ Header ============ */
header {
  background: #0066cc;
  color: #fff;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

header h1 {
/* ...existing code... */
body{
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  background: linear-gradient(135deg, #e9d8fd 0%, #ae8fd7 100%);
  color: #333;
  min-height: 100vh;
  font-size: 16px;
  overflow-x: hidden;
}
  color: #003366;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  margin: 2.5rem auto;
  max-width: 950px;
  animation: fadeIn 1.2s ease-in-out;
}

#filieres .title {
  font-size: 2rem;
  color: #0074d9;
  margin-bottom: 1.2rem;
  font-weight: 700;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

#filieres .container {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  margin-top: 1.2rem;
}

#filieres .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#filieres .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3faff;
  padding: 0.8rem 1rem;
  margin-bottom: 0.6rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

#filieres .list li:hover {
  background: #e1f0ff;
  transform: scale(1.01);
}

#filieres .fr {
  text-align: left;
  flex: 1;
  color: #004080;
}

#filieres .ar {
  text-align: right;
  flex: 1;
  direction: rtl;
  color: #00695c;
  font-family: 'Cairo', sans-serif;
}

#filieres .btn-container {
  text-align: center;
  margin-top: 1.5rem;
}
#filieres-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #8872d2; /* violet foncé */
  text-align: center;
  margin: 2rem 0 1rem;
  position: relative;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* Petite ligne décorative en dessous */
#filieres-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #7B5DD7, #B199F7);
  margin: 10px auto 0;
  border-radius: 2px;
  box-shadow: 0 0 8px #B199F7;
}


#filieres #toggleBtn {
  background: linear-gradient(90deg, #00c9b7 0%, #6a5af9 100%);
  color: #fff;
  padding: 0.85rem 2.2rem;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(106, 90, 249, 0.15);
  letter-spacing: 0.5px;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}

#filieres #toggleBtn:hover {
  background: linear-gradient(90deg, #00c9b7 0%, #6a5af9 100%);
  transform: scale(1.07);
  box-shadow: 0 8px 24px rgba(106, 90, 249, 0.22);
}
#felicitations {
  position: relative;
  text-align: center;
  padding: 3rem 1rem;
  background: linear-gradient(to bottom, #e3f2fd, #f9f9f9);
  color: #003366;
  animation: fadeIn 1.5s ease-in-out;
}

#felicitations h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.firework {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('https://media.giphy.com/media/3oEjI6SIIHBdRxXI40/giphy.gif');
  background-size: cover;
  background-position: center;
  animation: disappear 4s forwards;
}

@keyframes disappear {
  0% { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}

/* ============ Sections ============ */
main {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: auto;
}

section {
  margin-bottom: 3rem;
}

h2 {
  color: #0066cc;
  margin-bottom: 1rem;
  font-size: 2rem;
  text-align: center;
}

/* ============ Intro Section ============ */
#intro {
  background: #fff;
  padding: 2.5rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  animation: fadeInUp 1.2s ease-in-out;
}

#intro ul {
  margin-top: 1rem;
  padding-left: 1.5rem;
}

#intro ul li {
  margin-bottom: 0.75rem;
}

/* ============ Listes FR / AR ============ */
.list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3faff;
  padding: 0.8rem 1rem;
  margin-bottom: 0.6rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.list li:hover {
  background: #e1f0ff;
  transform: scale(1.01);
}

.fr {
  text-align: left;
  flex: 1;
  color: #004080;
}

.ar {
  text-align: right;
  flex: 1;
  direction: rtl;
  color: #00695c;
  font-family: 'Cairo', sans-serif;
}

/* ============ Button ============ */
#toggleBtn {
  display: inline-block;
  margin: 2rem auto 0;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border: none;
  background: #0066cc;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#toggleBtn:hover {
  background: #005bb5;
}

/* ============ Responsive ============ */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: stretch;
    gap: 1.2rem;
    padding: 1.2rem 0.7rem;
  }

  .main-header {
    padding: 1.2rem 0.7rem;
    border-radius: 0 0 18px 18px;
  }

  .header-content {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }

  .lang-selector {
    position: static;
    margin: 0.7rem auto 0 auto;
    width: fit-content;
  }

  .btn-container {
    margin-top: 1.2rem;
  }

  #toggleBtn {
    width: 100%;
    font-size: 1.1rem;
    padding: 1rem 0.5rem;
    border-radius: 32px;
    margin: 0.5rem 0;
  }

  .container {
    flex-direction: column;
    gap: 1.2rem;
    padding: 0;
  }

  .bloc {
    flex: 1 1 100%;
    margin: 0.7rem 0;
    padding: 1.2rem 0.7rem;
    border-radius: 16px;
  }

  ul.list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0.5rem;
    margin-bottom: 0.7rem;
  }

  .fr, .ar {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    margin: 0.2rem 0;
  }

  #intro {
    padding: 1.2rem 0.7rem;
    margin: 1.2rem 0.2rem;
    border-radius: 16px;
  }

  .intro-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .intro-container {
    padding: 1.2rem 0.7rem;
  }

  .pdf-access-section {
    padding: 1.2rem 0.7rem;
    margin: 1.2rem 0.2rem;
    border-radius: 16px;
  }

  .acces-btn {
    width: 100%;
    font-size: 1.1rem;
    padding: 1rem 0.5rem;
    border-radius: 32px;
    margin: 0.5rem 0;
  }

  .paiement-message {
    font-size: 1rem;
    padding: 1rem 0.5rem;
    border-radius: 12px;
  }

  .ne {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 0.7rem;
  }

  .nav-links {
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.7rem 0;
    width: 100%;
    align-items: center;
  }

  .logo {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }
}
}

/* ============ Animations ============ */
@keyframes fadeIn {
  0% {opacity: 0; transform: translateY(20px);}
  100% {opacity: 1; transform: translateY(0);}
}

@keyframes fadeInUp {
  from {opacity: 0; transform: translateY(30px);}
  to {opacity: 1; transform: translateY(0);}
}
/*Ajout  """*/
:root {
  --bg-color: #f6f9fc;
  --text-color: #222;
  --card-bg: #fff;
  --primary: #0066cc;
}

body.dark {
  --bg-color: #121212;
  --text-color: #eee;
  --card-bg: #1e1e1e;
  --primary: #3399ff;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
}
/* Toggle bouton */
.theme-toggle {
  margin-left: auto;
  margin-right: 0;
  align-self: flex-end;
  background: linear-gradient(90deg, #00c9b7 0%, #6a5af9 100%);
  transform: scale(1.07);
  box-shadow: 0 8px 24px rgba(106, 90, 249, 0.22);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  color: var(--text-color);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  background-color: var(--primary);
  color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbar .logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.navbar .nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.navbar .nav-links li a {
  text-decoration: none;
  color: white;
  transition: color 0.3s;
}

.navbar .nav-links li a:hover {
  color: #ffd700;
}

/* Responsive navbar (mobile) */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    padding-top: 1rem;
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ===== Navbar moderne hamburger ===== */
.ne {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--primary, #0066cc);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  z-index: 999;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.menu-toggle {
  display: none;
  font-size: 2rem;
  cursor: pointer;
}

/* Responsive Menu */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--primary, #0066cc);
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem;
    display: none;
    gap: 1rem;
  }

  .nav-links.active {
    display: flex;
  }
}
.paiement-message {
  background-color: #f0f8ff;
  padding: 20px;
  border-left: 5px solid #007bff;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.paiement-message a {
  color: #007bff;
  text-decoration: none;
}

.paiement-message a:hover {
  text-decoration: underline;
}
.whatsapp-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-btn img {
  width: 28px;
  height: 28px;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.pdf-access-section {
  background: linear-gradient(to right, #fefefe, #f3faff);
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 2rem;
  max-width: 800px;
  margin: 2rem auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.pdf-access-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #003366;
}

.pdf-desc {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.ebook-points {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.ebook-points li {
  margin-bottom: 0.6rem;
  font-size: 1rem;
}

.pricing {
  background-color: #fff9e6;
  border: 1px dashed #f0ad4e;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  text-align: center;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 1.1rem;
}

.new-price {
  font-size: 1.3rem;
  font-weight: bold;
  color: #e53935;
}

.pay-methods {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #333;
}

.acces-btn {
  background-color: #007bff;
  color: white;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s;
  display: inline-block;
}

.acces-btn:hover {
  background-color: #0056b3;
}
/* 🌐 RESET & BASE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  background-color: #f3eaff;
  color: #333;
}

/* 📱 CONTAINER */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* 🧭 HEADER */
header, nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  flex-wrap: wrap;
}

nav .nav-links {
  display: flex;
  gap: 1.5rem;
}

nav .nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
nav .nav-links a:hover {
  color: #0077ff;
}
.felicitations-section {
  position: relative;
  background: linear-gradient(120deg, #ffe259, #ffa751);
  padding: 4rem 2rem;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  margin: 2rem 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.congrats-content {
  position: relative;
  z-index: 2;
  color: #222;
}

.congrats-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  animation: fadeInUp 1s ease-out;
}

.congrats-sub {
  font-size: 1.2rem;
  color: #444;
  animation: fadeInUp 1.5s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#fireworks-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.gallery-section {
  text-align: center;
  padding: 4rem 1rem;
  background: #f9f9f9;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #333;
}

.photo-gallery {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.photo {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.photo img {
  width: 100%;
  height: auto;
  max-width: 400px;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 20px;
}

.photo:hover img {
  transform: scale(1.05);
}

.photo-text-section {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 3rem auto;
}

.photo-block {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  max-width: 350px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.photo-block img {
  width: 100%;
  display: block;
  transition: 0.3s ease;
}

.caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1rem;
  font-size: 1.1rem;
  text-align: center;
}
.ligne {
      display: flex;
      justify-content: space-between;
      padding: 10px;
      border: 1px solid #ccc;
      width: 100%;
    }
nav {
      background-color: #333;
      color: white;
      padding: 20px;
      margin-bottom: 0px; /* espace sous le nav */
    }

section {
      padding: 10px;
      background-color: #f0f0f0;
    } 
    .main-footer {
  background-color: #222;
  color: #eee;
  padding: 30px 20px;
  text-align: center;
  font-size: 14px;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
}

.footer-desc {
  margin-top: 10px;
  opacity: 0.8;
  line-height: 1.5;
}
.animated-pulse {
  width: 100%;
  height: 30px;
  background: rgba(0, 123, 255, 0.3);
  animation: pulseSpace 2s ease-in-out infinite;
}

@keyframes pulseSpace {
  0%, 100% {
    height: 30px;
    opacity: 0.5;
  }
  50% {
    height: 60px;
    opacity: 1;
  }
}
.ebook-points {
  max-width: 600px;
  margin: 2rem auto;
  padding-left: 1.2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #4a4a4a;
  font-size: 1.1rem;
  line-height: 1.6;
  list-style: none; /* on enlève les puces par défaut */
}

.ebook-points li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  border-left: 3px solid #7B5DD7; /* barre violette à gauche */
  background: #f7f3fc; /* fond clair doux */
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(123, 93, 215, 0.15);
  transition: background-color 0.3s ease;
}

/* Ajouter une icône checkmark personnalisée avant chaque item */
.ebook-points li::before {
  content: "✔";  /* petite coche */
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: #7B5DD7;
  font-weight: bold;
}

/* effet hover */
.ebook-points li:hover {
  background-color: #e6dbff;
  cursor: default;
}
#etabs-title {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  /* Gradient bleu / blanc / noir */
  background: linear-gradient(90deg, #1e3a8a, #3b82f6, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  /* Ombre subtile et moderne */
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.5);
  margin: 2rem auto;
  max-width: 700px;
  animation: glow 3s ease-in-out infinite alternate;
  line-height: 1.3;
}

@keyframes glow {
  0% {
    text-shadow: 0 0 8px #1e3a8a, 0 0 15px #3b82f6;
  }
  100% {
    text-shadow: 0 0 20px #000000, 0 0 35px #3b82f6;
  }
}
#secure-pdf-form {
  max-width: 400px;
  margin: 1.5rem auto;
  padding: 1.5rem;
  background: #f9f9ff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#secure-pdf-form input[type="email"],
#secure-pdf-form input[type="text"] {
  padding: 12px 16px;
  font-size: 1rem;
  border: 2px solid #3b82f6;
  border-radius: 8px;
  outline-offset: 2px;
  transition: border-color 0.3s ease;
}

#secure-pdf-form input[type="email"]:focus,
#secure-pdf-form input[type="text"]:focus {
  border-color: #1e3a8a;
  box-shadow: 0 0 8px rgba(30, 58, 138, 0.5);
}

#secure-pdf-form button {
  background: linear-gradient(90deg, #3b82f6, #1e3a8a);
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 14px 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(59, 130, 246, 0.4);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

#secure-pdf-form button:hover {
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.7);
}

@media (max-width: 480px) {
  #secure-pdf-form {
    padding: 1rem;
    max-width: 90%;
  }

  #secure-pdf-form button {
    font-size: 1rem;
  }
}
.secure-reader {
  background: #f3f0fb;
  padding: 2rem;
  text-align: center;
}

.pdf-images img {
  width: 90%;
  max-width: 900px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  user-select: none;
  pointer-events: none;
}

#filieres-title1 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0056b3;
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding: 1rem;
  margin: 2rem auto;
  max-width: 700px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 85, 170, 0.2);
  animation: pulse 3s infinite alternate ease-in-out;
  letter-spacing: 1px;
}

* {
  margin: 10;
  padding: 100;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 110;
  background-color: #151b36; /* ou la couleur de fond de ton site */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
main, section {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
#pdf-images-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.clickable-image {
  max-width: 95%;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.2s ease-in-out;
}
.clickable-image:hover {
  transform: scale(1.01);
}

/* Lightbox */
#lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

#lightbox .close-lightbox {
  position: absolute;
  top: 2rem;
  right: 3rem;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}
#pdf-controls button {
  background: #3a6fdc;
  color: white;
  border: none;
  padding: 0.7rem 1.2rem;
  margin: 0 1rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}

#pdf-controls button:hover {
  background: #2952a3;
}

#page-indicator {
  font-weight: bold;
  font-size: 1.1rem;
  color: #444;
}


.clickable-image {
  cursor: zoom-in;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.clickable-image:hover {
  transform: scale(1.02);
}

.clickable-image {
  cursor: zoom-in;
  transition: transform 0.3s ease;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.clickable-image:hover {
  transform: scale(1.1);
}

/* Zoom sur mobile avec pincement */
@media (hover: none) {
  .clickable-image {
    touch-action: pinch-zoom;
  }
}


.section-title1 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(135deg, #6C63FF, #B39DDB);
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(108, 99, 255, 0.2);
  margin: 2rem auto;
  max-width: 800px;
  transition: transform 0.3s ease;
  position: relative;
}

.section-title1:hover {
  transform: scale(1.02);
}

.section-title1::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.2), rgba(179, 157, 219, 0.2));
  z-index: -1;
  filter: blur(10px);
}
/* Animation "flottante" */
@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.section-title1 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(135deg, #6C63FF, #B39DDB);
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(108, 99, 255, 0.2);
  margin: 2rem auto;
  max-width: 800px;
  transition: transform 0.3s ease;
  position: relative;
  animation: float 4s ease-in-out infinite;
}

.section-title1:hover {
  transform: scale(1.02);
}

.section-title1::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.2), rgba(179, 157, 219, 0.2));
  z-index: -1;
  filter: blur(10px);
}

/* Animation "flottante" */
@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.intro-title1 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(135deg, #6C63FF, #B39DDB);
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(108, 99, 255, 0.2);
  margin: 2rem auto;
  max-width: 800px;
  position: relative;
  transition: transform 0.3s ease;
}

.intro-title1:hover {
  transform: scale(1.02);
}

.intro-title1::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.2), rgba(179, 157, 219, 0.2));
  z-index: -1;
  filter: blur(10px);
}

.pdf-price {
  background: #f5f8ff;
  border: 2px solid #6C63FF;
  border-radius: 16px;
  padding: 1.2rem 2rem;
  max-width: 400px;
  margin: 2rem auto;
  text-align: center;
  box-shadow: 0 8px 18px rgba(108, 99, 255, 0.1);
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.new-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #4CAF50;
  margin: 0.5rem 0;
}

.platform-highlight {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(90deg, #6C63FF, #9C6BFF, #63A4FF);
  padding: 1.2rem 1.5rem;
  margin: 2rem auto;
  max-width: 700px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(108, 99, 255, 0.3);
  animation: bounceText 3s infinite;
}

/* Animation "waaw" */
@keyframes bounceText {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

#acces-pdf {
  background: #f9f9fb;
  padding: 3rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin: auto;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, sans-serif;
}

#acces-pdf h2 {
  font-size: 1.8rem;
  color: #4a3fa2;
  margin-bottom: 1.5rem;
}

#secure-pdf-form input {
  width: 90%;
  max-width: 400px;
  padding: 0.9rem;
  margin: 0.5rem auto;
  border: 2px solid #dad9f0;
  border-radius: 10px;
  font-size: 1rem;
  display: block;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

#secure-pdf-form input:focus {
  border-color: #7765e3;
  outline: none;
}

#secure-pdf-form button {
  padding: 0.9rem 1.8rem;
  background: linear-gradient(135deg, #7a6de7, #9a83ef);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 1rem;
}

#secure-pdf-form button:hover {
  background: linear-gradient(135deg, #6b5fdb, #8b74e5);
}

#response-message {
  margin-top: 1rem;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}

#pdf-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

#pdf-controls button {
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 8px;
  background: #685dd7;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

#pdf-controls button:hover {
  background: #574abf;
}

#page-indicator {
  font-size: 1.1rem;
  font-weight: bold;
  color: #3a348b;
}
img {
  pointer-events: auto;
}
/*Aprés deploy*/

.clickable-image {
  cursor: zoom-in;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.clickable-image:active {
  transform: scale(1.02);
}

/* second*/

#pdf-images-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.clickable-image {
  width: 100%;
  max-width: 800px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.fullscreen-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background-color: #000;
  z-index: 9999;
  cursor: zoom-out;
}

.clickable-image {
  transition: transform 0.3s ease;
  cursor: zoom-in;
}
.clickable-image:active {
  transform: scale(0.98);
}


.motivational-section {
  background: linear-gradient(to right, #004e92, #000428); /* bleu profond */
  color: #fff;
  padding: 2rem;
  text-align: center;
  border-radius: 20px;
  margin: 2rem auto;
  max-width: 800px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  animation: fadeIn 2s ease;
}

.motivational-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #e0e0ff;
}

.motivational-section p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0.5rem 0;
}

.arabic-version {
  font-family: 'Amiri', serif;
  font-size: 1.2rem;
  direction: rtl;
  margin-top: 1rem;
  color: #cce;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.farewell-section {
  background: linear-gradient(135deg, #0083b0, #00b4db); /* Bleu lumineux */
  color: #ffffff;
  padding: 2rem;
  margin: 2rem auto;
  text-align: center;
  border-radius: 16px;
  max-width: 700px;
  box-shadow: 0 4px 15px rgba(0, 132, 202, 0.4);
  transition: transform 0.3s ease;
  animation: smoothFade 2s ease-in-out;
}

.farewell-section:hover {
  transform: scale(1.02);
}

.farewell-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.farewell-section p {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.farewell-section .arabic-version {
  direction: rtl;
  font-family: 'Amiri', serif;
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #eefaff;
}

@keyframes smoothFade {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

#pdf-images-wrapper {
  max-width: 800px;
  height: 500px; /* hauteur fixe visible */
  margin: 2rem auto;
  border: 2px solid #007acc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 122, 204, 0.2);
  background: #f9fbff;
}



  .lang-btn {
    margin: 0.3rem;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .lang-btn:hover {
    background-color: #1e40af;
  }




  #acces-pdf {
  background: #fdfdfd;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 3rem auto;
  font-family: 'Segoe UI', sans-serif;
  transition: all 0.3s ease;
}

#acces-pdf h2 {
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.5rem;
}

#secure-pdf-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#secure-pdf-form input {
  padding: 0.9rem 1rem;
  border: 1.5px solid #ccc;
  border-radius: 12px;
  font-size: 1rem;
  transition: border 0.3s ease;
}

#secure-pdf-form input:focus {
  border-color: #4a90e2;
  outline: none;
}

#secure-pdf-form button {
  background-color: #4a90e2;
  color: white;
  padding: 0.9rem 1rem;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#secure-pdf-form button:hover {
  background-color: #357ABD;
}

#response-message {
  margin-top: 1rem;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
}

#language-selector {
  text-align: center;
}

.lang-btn {
  background-color: #1b7ec5;
  border: none;
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  margin: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.lang-btn:hover {
  background-color: #d0e3f0;
}

#pdf-images-wrapper {
  max-height: 500px;
  overflow-y: auto;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05);
}

.scroll-pdf img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.scroll-pdf img:hover {
  transform: scale(1.02);
}
.fade-in {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.6s ease-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



#language-selector {
  text-align: center;
  margin-top: 2rem;
}

#language-selector p {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #333;
}

.lang-btn {
  background: linear-gradient(145deg, #f0f0f0, #ffffff);
  border: 2px solid #dcdcdc;
  border-radius: 12px;
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.lang-btn:hover {
  background: linear-gradient(145deg, #dceeff, #ffffff);
  border-color: #0088cc;
  color: #0088cc;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 136, 204, 0.2);
}

.lang-btn:active {
  transform: scale(0.98);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
}

.main-footer {
  background: linear-gradient(135deg, #0d47a1, #1976d2);
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  border-top: 4px solid #64b5f6;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
}

.footer-content p {
  margin: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

.footer-copyright {
  font-weight: bold;
  font-size: 1.1rem;
  color: #e3f2fd;
}

.footer-desc {
  font-style: italic;
  font-size: 0.95rem;
  color: #bbdefb;
}



.badge-certif {
  display: inline-block;
  background-color: #FFD700; /* Jaune doré */
  color: #000; /* Texte noir */
  font-size: 0.75rem;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 5px;
  vertical-align: middle;
}

.certification-icon {
  display: inline-block;
  background-color: #FFD700;
  color: black;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 1px 4px;
  border-radius: 50%;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 1;
}






.badge-certif {
  display: inline-flex;
  align-items: center;
  background-color: #FFD700; /* Jaune doré */
  color: #000;
  font-size: 0.65rem; /* Plus petit */
  font-weight: 600;
  padding: 2px 6px 2px 6px;
  border-radius: 14px;
  margin-left: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  gap: 4px;
}

.badge-check {
  background-color: white;
  color: #000;
  border-radius: 50%;
  font-size: 0.55rem;
  padding: 1px 4px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
}


.badge-refined {
  display: inline-flex;
  align-items: center;
  background-color: #FFEB3B; /* Jaune doux */
  color: #000;
  font-size: 0.65rem;
  font-weight: 500;
  padding: 3px 8px 3px 6px;
  border-radius: 999px;
  margin-left: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
  gap: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.badge-refined:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.badge-icon {
  display: inline-block;
  background-color: #FFD700;
  border-radius: 50%;
}


.ne {
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding: 12px 24px;
  background-color: #1e04b1f6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
}

.nav-left, .nav-right {
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-links li a:hover {
  color: #007BFF;
}

.bguide-text {
  font-size: 0.95rem;
  font-weight: 600;
  background: linear-gradient(to right, #FFC107, #FF9800);
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  transition: transform 0.2s ease;
}

.bguide-text:hover {
  transform: scale(1.05);
}



#pdf-images-wrapper {
  max-width: 800px;
  height: 500px;
  margin: 2rem auto;
  border: 2px solid #007acc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 122, 204, 0.2);
  background: #f9fbff;
}

.scroll-pdf {
  height: 100%;
  overflow-y: auto;
  padding: 1rem;
  scroll-behavior: smooth;
}

.scroll-pdf img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 10px;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.scroll-pdf img:hover {
  transform: scale(1.03);
}


  body {
    font-family: 'Segoe UI', sans-serif;
    background: #f4f6f9;
    margin: 0;
    padding: 0;
    color: #333;
  }

  #login-area, #mur {
    max-width: 500px;
    margin: 4rem auto;
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }

  h3 {
    text-align: center;
    color: #1e90ff;
    margin-bottom: 1.5rem;
  }

  input[type="email"], input[type="text"], textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
  }

  input:focus, textarea:focus {
    border-color: #1e90ff;
    outline: none;
  }

  button {
    width: 100%;
    padding: 0.8rem 1rem;
    background: #1e90ff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease;
  }

  

  textarea {
    resize: vertical;
    min-height: 80px;
  }

  @media (max-width: 600px) {
    #login-area, #mur {
      margin: 2rem 1rem;
    }
  }






  .role-badge {
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 12px;
  margin-right: 8px;
  color: white;
  font-weight: bold;
}

.role-badge.admin {
  background-color: #e74c3c;
}
.role-badge.mentor {
  background-color: #9b59b6;
}
.role-badge.membre {
  background-color: #3498db;
}




#admin-panel {
  border: 2px solid #007BFF;
  padding: 1rem;
  border-radius: 10px;
  background-color: #eef6ff;
  margin-top: 2rem;
}



body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f9f9f9;
}

.info-banner {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  color: #fff;
  padding: 1.2rem 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  max-width: 90%;
  z-index: 9999;
  text-align: center;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.fade-out {
  animation: fadeOut 0.8s forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
}




.offre-gagnante {
  background: linear-gradient(135deg, #fefcea, #f1daff);
  padding: 2rem;
  border-radius: 16px;
  max-width: 600px;
  margin: 2rem auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.offre-gagnante h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #5b2c6f;
}

.offre-gagnante p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0.75rem;
}

.highlight {
  color: #d63384;
  font-weight: bold;
}

.progress-text {
  font-size: 1rem;
  margin-top: 1rem;
  color: #6c3483;
}

.progress-bar {
  background-color: #ddd;
  border-radius: 10px;
  overflow: hidden;
  height: 14px;
  margin: 0.5rem 0 1rem;
}

.progress {
  background: linear-gradient(90deg, #a569bd, #d63384);
  height: 100%;
  transition: width 0.5s ease-in-out;
}

.cta-msg {
  font-size: 0.95rem;
  color: #444;
  font-style: italic;
}



.offre-gagnante {
  padding: 20px;
  background-color: #fdf6e3; /* exemple de fond doux */
}

.offre-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.offre-gagnante h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}

.offre-gagnante p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.highlight {
  color: #d35400;
  font-weight: bold;
}

.progress-bar {
  width: 100%;
  background-color: #eee;
  border-radius: 8px;
  overflow: hidden;
  height: 18px;
  margin-bottom: 1rem;
}

.progress {
  height: 100%;
  background-color: #2ecc71;
  transition: width 0.5s ease;
}

.cta-msg {
  font-size: 0.95rem;
  color: #555;
}

/* Responsive pour les petits écrans */
@media (max-width: 480px) {
  .offre-container {
    padding: 16px;
  }

  .offre-gagnante h2 {
    font-size: 1.5rem;
  }

  .offre-gagnante p {
    font-size: 0.95rem;
  }

  .progress-bar {
    height: 14px;
  }
}



/* SECTION pleine largeur sur mobile */
.offre-gagnante {
  width: 100vw;               /* pleine largeur de l'écran */
  padding: 16px;
  background-color: #fdf6e3;  /* couleur de fond douce (modifiable) */
  box-sizing: border-box;
}

/* CONTENEUR plein écran */
.offre-container {
  width: 100%;                /* 100% de l’écran */
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* TITRE */
.offre-gagnante h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 12px;
}

/* PARAGRAPHES */
.offre-gagnante p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}

/* MISE EN AVANT */
.highlight {
  color: #d35400;
  font-weight: bold;
}

/* BARRE DE PROGRESSION */
.progress-bar {
  width: 100%;
  background-color: #ddd;
  border-radius: 8px;
  overflow: hidden;
  height: 16px;
  margin: 12px 0;
}

.progress {
  height: 100%;
  background-color: #2ecc71;
  width: 62%; /* à adapter dynamiquement selon le progrès */
  transition: width 0.3s ease-in-out;
}

/* Message final */
.cta-msg {
  font-size: 0.95rem;
  color: #333;
}




/* La section prend toute la largeur de l'écran */
.offre-gagnante {
  width: 100%;
  background-color: #fef8e5; /* ou la couleur que tu veux */
  padding: 32px 16px;        /* padding horizontal mobile-friendly */
  box-sizing: border-box;
}

/* Le contenu est centré et responsive */
.offre-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* Titre */
.offre-gagnante h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 16px;
}

/* Paragraphes */
.offre-gagnante p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 12px;
}

/* Texte en surbrillance */
.highlight {
  color: #e67e22;
  font-weight: bold;
}

/* Barre de progression */
.progress-bar {
  width: 100%;
  height: 18px;
  background-color: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px 0;
}

.progress {
  height: 100%;
  background-color: #27ae60;
  transition: width 0.4s ease;
}

/* Message d'appel à l'action */
.cta-msg {
  font-size: 0.95rem;
  color: #444;
}

/* Adaptation petits écrans */
@media (max-width: 480px) {
  .offre-gagnante h2 {
    font-size: 1.5rem;
  }

  .offre-gagnante p {
    font-size: 0.95rem;
  }
}









#prkw2 {
  background-color: #ffffff; /* fond blanc */
  color: #333;               /* texte neutre lisible */
  border-left: 6px solid #6c63ff; /* violet stylé */
  padding: 16px 20px;
  margin: 20px auto;
  max-width: 800px;
  border-radius: 12px;
  font-size: 1.05rem;
  line-height: 1.7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
}

/* Petite touche jaune (ex: icône décorative ou coin accentué) */
#prkw2::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 1.3rem;
  color: #f1c40f; /* jaune doux */
}

/* Pour mobile */
@media (max-width: 480px) {
  #prkw2 {
    font-size: 1rem;
    padding: 14px 16px;
  }
}


/*#########################################################################################*/
/* <li id="ici8">✔️ Après achat vous avez une possibilité d'intégrer une communauté privée Whatsapp avec des étudiants Mauritaniens </li>
        </ul>*/




 

  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Segoe UI', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 9999;
  }

  .whatsapp-float:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  }

  .whatsapp-float .icon {
    font-size: 1.4rem;
  }

  .whatsapp-float .text {
    font-size: 0.95rem;
    white-space: nowrap;
  }

  @media screen and (max-width: 480px) {
    .whatsapp-float .text {
      display: none; /* Icône seule sur mobile */
    }

    .whatsapp-float {
      padding: 12px 14px;
      border-radius: 50%;
    }
  }


























/* RESPONSIVE TWEAKS */
@media (max-width: 480px) {
  .offre-gagnante h2 {
    font-size: 1.5rem;
  }

  .offre-gagnante p {
    font-size: 0.95rem;
  }

  .progress-bar {
    height: 14px;
  }
}






