:root{--rouge:#d62828;--bleu:#003f88;--gris:#f1f1f1;--vert:#198754;--text-default:#6c757d;--text-white:#fff}body{background:#fff}.navbar{background:var(--bleu)}.navbar-brand,.nav-link{color:#fff!important}.hero{background:linear-gradient(90deg,var(--rouge),var(--bleu));color:#fff;text-align:center;padding:60px 20px}.chapter-card{cursor:pointer;border-left:6px solid var(--rouge);transition:all .3s}.chapter-card:hover{transform:scale(1.02)}.no-underline,.no-underline:hover{text-decoration:none!important}.option{cursor:pointer;background:#fafafa;border:1px solid #ddd;border-radius:12px;align-items:center;margin-bottom:10px;padding:12px;display:flex}.option:hover{border-color:var(--bleu);background-color:#e6eef8}.option.selected{border-color:var(--bleu);color:#003f88;background-color:#dceeff;transition:all .2s}.option-circle{background:var(--bleu);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;min-height:36px;margin-right:12px;font-weight:700;display:flex}.correct{background:#d4edda!important;border-color:#28a745!important}.correct .option-circle{background:#28a745!important}.incorrect{background:#f8d7da!important;border-color:#dc3545!important}.incorrect .option-circle{background:#dc3545!important}.section-number{color:var(--rouge);margin-right:.5rem;font-weight:700}#privacy-nav .nav-link:hover{background-color:var(--gris);color:var(--bleu)}address{background-color:var(--gris);border-left:4px solid var(--bleu);border-radius:8px;padding:1.5rem;font-style:normal}address a{color:var(--bleu);text-decoration:none}address a:hover{text-decoration:underline}.section-content p{margin-bottom:1rem;line-height:1.7}.section-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.section-content ul li{margin-bottom:.5rem;line-height:1.6}.section-content h3{color:var(--bleu);margin-top:1.5rem;margin-bottom:1rem;font-size:1.25rem}.highlight-box{border-left:4px solid var(--rouge);background-color:#e118370d;border-radius:4px;margin:1rem 0;padding:1rem}.highlight-box p{margin-bottom:0}#privacy-nav .nav-link{color:#212529!important}#privacy-nav .nav-link:hover{color:#0d6efd}.section-content h4{color:var(--bleu);margin-top:1.2rem;font-size:1.1rem;font-weight:600}#terms-nav .nav-link:hover,#privacy-nav .nav-link:hover{background-color:var(--gris);color:var(--bleu);transition:all .2s;transform:translate(5px)}#terms-nav .nav-link{color:#212529!important}#terms-nav .nav-link:hover{color:#0d6efd}.badge{padding:.3rem .6rem;font-size:.8rem}@media (max-width:768px){.highlight-box{padding:.75rem;font-size:.9rem}#terms-nav,#privacy-nav{display:none}.card-header .h3{font-size:1.2rem}}footer{color:#212529;background-color:#f8f9fa;padding-top:50px;padding-bottom:30px}footer h5{color:var(--bleu);font-weight:700}footer h6{color:var(--rouge);text-transform:uppercase;font-size:.9rem;font-weight:700}footer ul{padding-left:0;list-style:none}footer ul li a{color:#212529;text-decoration:none;transition:color .2s}footer ul li a:hover{color:var(--bleu);text-decoration:underline}footer .copyright{text-align:center;border-top:1px solid #dee2e6;margin-top:30px;padding-top:20px;font-size:.9rem}.lang-switcher{display:inline-block;position:relative}.lang-switcher select{color:#fff;cursor:pointer;background-color:#0000;border:none;outline:none;padding:5px 10px;font-weight:700}.lang-switcher select option{background-color:var(--bleu);color:#fff}.flashcard-container{perspective:1000px;width:100%;max-width:600px;margin:0 auto}.flashcard{width:100%;height:300px;transform-style:preserve-3d;cursor:pointer;transition:transform .6s;position:relative}.flashcard.flipped{transform:rotateY(180deg)}.flashcard-face{backface-visibility:hidden;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:absolute;box-shadow:0 4px 8px #0000001a}.flashcard-front{background-color:var(--bleu);color:#fff}.flashcard-back{background-color:var(--rouge);color:#fff;transform:rotateY(180deg)}.flashcard-content{text-align:center;font-size:1.2rem}.flashcard-indicator{opacity:.7;font-size:.8rem;position:absolute;top:10px;right:10px}.flashcard-hint{opacity:.7;font-size:.8rem;position:absolute;bottom:10px}.flashcard-controls{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.progress-indicator{justify-content:center;margin-top:20px;display:flex}.progress-dot{cursor:pointer;background-color:#ccc;border-radius:50%;width:10px;height:10px;margin:0 5px}.progress-dot.active{background-color:var(--bleu)}.nav-arrow-btn{color:#495057;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:all .2s;display:flex}.nav-arrow-btn:hover:not(:disabled){background-color:#e2e6ea;transform:scale(1.05)}.nav-arrow-btn:disabled{opacity:.3;cursor:not-allowed}.action-btn{white-space:nowrap;border-radius:8px;flex-grow:1;padding:14px 10px;font-size:1rem;box-shadow:0 2px 4px #0000001a}@media (max-width:576px){.flashcard-controls{gap:8px;padding:0 10px}.nav-arrow-btn{width:44px;height:44px}.action-btn{padding:12px 8px;font-size:.95rem}.flashcard-controls .d-none{display:none!important}}.contact-info-section,.contact-form-section{background-color:#f8f9fa;border-radius:8px;margin-bottom:30px;padding:30px;box-shadow:0 2px 4px #0000000d}.contact-info-item{color:#212529;align-items:center;margin-bottom:20px;display:flex}.contact-info-item i{color:var(--bleu);text-align:center;width:30px;margin-right:15px;font-size:1.5rem}.map-container{border-radius:8px;height:300px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.map-container iframe{border:0;width:100%;height:100%}#contactForm .form-label{color:var(--bleu);font-weight:700}.blog-post{cursor:pointer;color:inherit;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:30px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden;box-shadow:0 2px 4px #0000000d}.blog-post:hover{color:inherit;transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}.blog-post-image{height:200px;overflow:hidden}.blog-post-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-post:hover .blog-post-image img{transform:scale(1.05)}.blog-post-content{padding:20px}.blog-post-title{color:var(--bleu);margin-bottom:10px;font-weight:700}.blog-post-meta{color:#6c757d;justify-content:space-between;margin-bottom:15px;font-size:.9rem;display:flex}.blog-post-category{background-color:var(--bleu);color:#fff;border-radius:20px;padding:3px 10px;font-size:.8rem}.blog-post-summary{margin-bottom:15px}.read-more{color:var(--rouge);font-weight:700;text-decoration:none}.read-more:hover{text-decoration:underline}.sidebar{background-color:#f8f9fa;border-radius:8px;margin-bottom:20px;padding:20px}.sidebar-title{color:var(--bleu);border-bottom:2px solid var(--rouge);margin-bottom:15px;padding-bottom:10px;font-weight:700}.category-list{padding-left:0;list-style:none}.category-list li{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:8px 0;display:flex}.category-list li:last-child{border-bottom:none}.category-list li.active a{color:var(--bleu);font-weight:700}.category-list a{color:#212529;text-decoration:none;transition:color .2s}.category-list a:hover{color:var(--bleu)}.category-count{color:#212529;background-color:#e0e0e0;border-radius:10px;padding:2px 8px;font-size:.8rem}.search-box{margin-bottom:20px;position:relative}.search-box input{border:1px solid #e0e0e0;border-radius:20px;outline:none;width:100%;padding:10px 40px 10px 15px}.search-box button{color:var(--bleu);cursor:pointer;background:0 0;border:none;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.post-detail-modal .modal-header{background:linear-gradient(90deg,var(--rouge),var(--bleu));color:#fff}.post-detail-modal .modal-body img{width:100%;height:auto;margin-bottom:20px}.post-detail-modal .post-meta{color:#6c757d;justify-content:space-between;margin-bottom:15px;font-size:.9rem;display:flex}.post-detail-modal .post-category{background-color:var(--bleu);color:#fff;border-radius:20px;padding:3px 10px;font-size:.8rem}.blog-post-detail{background-color:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 10px #0000000d}.blog-post-image img{transition:transform .3s}.blog-post-image:hover img{transform:scale(1.02)}.post-content h2{color:var(--bleu);border-bottom:2px solid var(--gris);margin-top:2.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-weight:600}.post-content h3{color:var(--bleu);margin-top:2rem;margin-bottom:1rem;font-weight:600}.post-content p{margin-bottom:1.5rem}.post-content blockquote{color:#666;margin:2rem 0;padding-left:1.5rem;font-style:italic}.post-content li{margin-bottom:.5rem}.sidebar .card{border-radius:8px;overflow:hidden}.sidebar .list-group-item{transition:all .2s}.sidebar .list-group-item:hover{background-color:var(--gris);transform:translate(5px)}@media (max-width:768px){.blog-post-detail{padding:20px}.hero-section{padding:60px 15px}.hero-section h1{font-size:2rem}.post-content{font-size:1rem}.sidebar{margin-top:3rem}}.post-content img{border-radius:6px;max-width:100%;height:auto;margin:1.5rem 0}.post-content table th{background-color:var(--gris);color:var(--bleu);text-align:left;padding:12px;font-weight:600}.post-content table td{border-bottom:1px solid #dee2e6;padding:12px}.post-content{font-size:1.1rem;line-height:1.8}.post-content h1{color:var(--bleu);border-bottom:3px solid var(--rouge);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem}.post-content h2{color:var(--bleu);margin-top:2rem;margin-bottom:1rem;padding-left:1rem;font-size:1.5rem}.post-content h3{color:var(--rouge);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.post-content p{text-align:justify;margin-bottom:1.5rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem;line-height:1.6}.post-content blockquote{border-left:4px solid var(--rouge);background-color:var(--gris);border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.post-content code{background-color:var(--gris);border-radius:4px;padding:.2rem .4rem;font-family:Courier New,monospace;font-size:.9em}.post-content pre{background-color:var(--gris);border-radius:8px;margin:1.5rem 0;padding:1rem;overflow-x:auto}.post-content table{border-collapse:collapse;width:100%;margin:1.5rem 0}.post-content th{background-color:var(--bleu);color:#fff;text-align:left;padding:12px;font-weight:600}.post-content td{border-bottom:1px solid var(--gris);padding:12px}.post-content a{color:var(--bleu);text-decoration:none;transition:color .2s}.post-content a:hover{color:var(--rouge);text-decoration:underline}@media (max-width:768px){.post-content{font-size:1rem}.post-content h1{font-size:1.5rem}.post-content h2{font-size:1.25rem}.post-content h3{font-size:1.1rem}}.review-card{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:20px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 4px #0000000d}.review-card:hover{transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}.review-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.review-author{color:var(--bleu);font-size:1.1rem;font-weight:700}.review-rating{color:#ffc107;font-size:1.2rem}.review-date{color:#6c757d;text-align:right;margin-top:-10px;font-size:.8rem}#reviewForm .form-label{color:var(--bleu);font-weight:700}.star-rating{flex-direction:row-reverse;justify-content:flex-end;display:flex}.star-rating input[type=radio]{display:none}.star-rating label{cursor:pointer;color:#ddd;margin-right:5px;font-size:1.5rem;transition:color .2s}.star-rating input[type=radio]:checked~label,.star-rating label:hover,.star-rating label:hover~label{color:#ffc107}.content-section{padding:60px 0}.content-section h2{color:var(--bleu);text-align:center;margin-bottom:30px;font-weight:700}.value-card{border-left:5px solid var(--rouge);text-align:center;background:#f8f9fa;border-radius:8px;height:100%;padding:25px;transition:transform .3s,box-shadow .3s}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.value-card h3{color:var(--bleu);margin-bottom:15px;font-size:1.25rem}.value-icon{margin-bottom:1rem;font-size:3rem}.team-section{background-color:#f8f9fa;margin-bottom:60px}.team-member{text-align:center;margin-bottom:30px}.team-member img{object-fit:cover;border:5px solid #fff;border-radius:50%;width:150px;height:150px;margin-bottom:20px;box-shadow:0 4px 8px #0000001a}.team-member h4{color:var(--bleu);margin-bottom:.5rem;font-size:1.1rem}.team-member .role{color:var(--rouge);margin-bottom:1rem;font-weight:700}.team-member p{color:#6c757d;font-style:italic}@media (max-width:768px){.hero{padding:40px 15px}.option{padding:10px}.option-circle{width:30px;height:30px;font-size:.9rem}}.grow{flex-grow:1}.profile-container{max-width:1200px;margin:0 auto;padding:2rem 0}.profile-hero{color:#fff;background:linear-gradient(90deg,#d62828,#003f88);border-radius:0 0 10px 10px;margin-bottom:2rem;padding:3rem 0}.profile-hero-content{max-width:1200px;margin:0 auto;padding:0 2rem}.profile-hero-title{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.profile-hero-subtitle{opacity:.9;font-size:1.1rem}.profile-tabs{border-bottom:2px solid #f1f1f1;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.profile-tab-button{color:#6c757d;cursor:pointer;white-space:nowrap;background-color:#0000;border:none;border-bottom:2px solid #0000;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.profile-tab-button:hover{color:#003f88}.profile-tab-button.active{color:#fff;background-color:#003f88;border-bottom-color:#d62828}.profile-card{background-color:#fff;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.profile-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.profile-card-title{color:#003f88;margin:0;font-size:1.25rem;font-weight:700}.profile-grid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.profile-grid-stats{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.profile-stat-card{background-color:#f8f9fa;border-radius:6px;align-items:center;gap:1rem;padding:1rem;display:flex}.profile-stat-icon{border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;display:flex}.profile-stat-content{flex:1}.profile-stat-value{color:#212529;font-size:1.5rem;font-weight:700;line-height:1}.profile-stat-label{color:#6c757d;margin-top:.25rem;font-size:.75rem}.profile-info-field{margin-bottom:1rem}.profile-info-label{color:#6c757d;text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem}.profile-info-value{color:#212529;font-size:.875rem;font-weight:500}.profile-status-badge{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.profile-status-verified{color:#28a745;font-weight:600}.profile-status-not-verified{color:#dc3545;font-weight:600}.payment-status-paid{color:#155724;background-color:#d4edda}.payment-status-pending{color:#856404;background-color:#fff3cd}.payment-status-failed{color:#721c24;background-color:#f8d7da}.profile-activity-item{background-color:#f8f9fa;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.75rem;display:flex}.profile-activity-content{flex:1}.profile-activity-chapter{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.profile-activity-chapter-number{color:#fff;background-color:#003f88;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:700;display:flex}.profile-activity-chapter-title{color:#212529;font-weight:500}.profile-activity-meta{color:#6c757d;font-size:.75rem}.profile-activity-score{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.profile-activity-passed{color:#155724;background-color:#d4edda}.profile-activity-failed{color:#721c24;background-color:#f8d7da}.profile-setting-item{background-color:#f8f9fa;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.profile-setting-content{flex:1}.profile-setting-label{color:#212529;margin-bottom:.25rem;font-weight:500}.profile-setting-description{color:#6c757d;font-size:.875rem}.profile-toggle-switch{width:4rem;height:2rem;display:inline-block;position:relative}.profile-toggle-checkbox{opacity:0;width:0;height:0}.profile-toggle-slider{cursor:pointer;background-color:#dc3545;border-radius:2rem;justify-content:space-between;align-items:center;padding:0 .5rem;transition:all .4s;display:flex;position:absolute;inset:0}.profile-toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:1.5rem;height:1.5rem;transition:all .4s;position:absolute;bottom:.25rem;left:.25rem}.profile-toggle-checkbox:checked+.profile-toggle-slider{background-color:#28a745}.profile-toggle-checkbox:checked+.profile-toggle-slider:before{transform:translate(calc(100% + .25rem))}.profile-toggle-label{color:#fff;font-size:.75rem;font-weight:600}.profile-toggle-label.enable{opacity:.5}.profile-toggle-checkbox:checked+.profile-toggle-slider .profile-toggle-label.enable{opacity:1}.profile-toggle-checkbox:checked+.profile-toggle-slider .profile-toggle-label.disable{opacity:.5}.profile-action-button{cursor:pointer;text-align:left;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:1rem;width:100%;margin-bottom:1rem;padding:1rem;transition:all .2s;display:flex}.profile-action-button:hover{background-color:#f8f9fa;border-color:#003f88}.profile-action-icon{color:#fff;background-color:#003f88;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex}.profile-action-content{flex:1}.profile-action-label{color:#212529;margin-bottom:.25rem;font-weight:600}.profile-action-description{color:#6c757d;font-size:.875rem}.profile-danger-zone{background-color:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.profile-danger-title{color:#c53030;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.profile-danger-warning{color:#742a2a;margin-bottom:1.5rem;font-size:.875rem}.profile-activity-table{border-collapse:collapse;width:100%}.profile-activity-table thead{background-color:#f8f9fa;border-bottom:2px solid #e9ecef}.profile-activity-table th{text-align:left;color:#003f88;padding:.75rem;font-weight:600}.profile-activity-table td{border-bottom:1px solid #e9ecef;padding:.75rem}.profile-activity-table tr:hover{background-color:#f8f9fa}.profile-primary-button{color:#fff;cursor:pointer;background-color:#d62828;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.profile-primary-button:hover{background-color:#c82333}.profile-secondary-button{color:#4a5568;cursor:pointer;background-color:#e2e8f0;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.profile-secondary-button:hover{background-color:#d2d6dc}.profile-danger-button{color:#fff;cursor:pointer;background-color:#c53030;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.profile-danger-button:hover{background-color:#b91c1c}.profile-loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.profile-loading-spinner{border:4px solid #f3f3f3;border-top-color:#003f88;border-radius:50%;width:50px;height:50px;animation:1s linear infinite profile-spin}@keyframes profile-spin{to{transform:rotate(360deg)}}.profile-empty-state{text-align:center;color:#6c757d;padding:3rem;font-style:italic}@media (max-width:1024px){.profile-grid{grid-template-columns:1fr}}@media (max-width:768px){.profile-hero{padding:2rem 0}.profile-hero-title{font-size:2rem}.profile-tabs{gap:.5rem}.profile-tab-button{padding:.5rem 1rem;font-size:.8rem}.profile-grid-stats{grid-template-columns:1fr}.profile-card{padding:1rem}.profile-activity-table{display:block;overflow-x:auto}.profile-hero-content,.profile-container>div{padding:1rem}}@media (max-width:480px){.profile-hero-title{font-size:1.5rem}.profile-card-header,.profile-setting-item{flex-direction:column;align-items:flex-start;gap:1rem}.profile-action-button{text-align:center;flex-direction:column}.profile-action-icon{margin:0 auto}}.profile-setting-actions{text-align:right;margin-top:2rem}.profile-danger-actions{justify-content:flex-end;gap:1rem;display:flex}:root{--home-rouge:#d62828;--home-bleu:#003f88;--home-gris:#f1f1f1;--home-vert-doux:#4caf50;--home-vert-pale:#e8f5e9;--home-bleu-pale:#e3f2fd;--home-texte-principal:#1f2937;--home-texte-secondaire:#4b5563;--home-blanc:#fff;--home-radius:8px;--home-shadow-sm:0 1px 2px 0 #0000000d;--home-shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--home-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.home-container{max-width:1200px;margin:0 auto;padding:0 20px}.home-section{padding:80px 0}.home-text-center{text-align:center}.home-text-bleu{color:var(--home-bleu)}.home-text-rouge{color:var(--home-rouge)}.home-text-vert{color:var(--home-vert-doux)}.home-btn{border-radius:var(--home-radius);cursor:pointer;text-align:center;border:none;padding:12px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.home-btn-primary{background-color:var(--home-blanc);color:var(--home-bleu);border:2px solid var(--home-blanc)}.home-btn-primary:hover{background-color:var(--home-gris);color:var(--home-bleu);transform:translateY(-2px)}.home-btn-secondary{color:var(--home-blanc);background-color:#0000;border:2px solid #ffffff4d}.home-btn-secondary:hover{border-color:var(--home-blanc);background-color:#ffffff1a}.home-btn-cta{background-color:var(--home-vert-doux);color:var(--home-blanc);width:100%;font-size:1.1rem;display:block}.home-btn-cta:hover{box-shadow:var(--home-shadow-md);background-color:#43a047;transform:translateY(-2px)}.home-hero{background:linear-gradient(135deg,var(--home-bleu)0%,var(--home-rouge)100%);color:var(--home-blanc);padding:80px 20px;position:relative;overflow:hidden}.home-hero-container{max-width:1200px;margin:0 auto}.home-hero-content{max-width:800px}.home-price-badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#fff3;border:1px solid #ffffff4d;border-radius:50px;margin-bottom:20px;padding:6px 12px;font-size:.9rem;font-weight:600;display:inline-block}.home-hero-title{margin-bottom:20px;font-size:2.8rem;font-weight:700;line-height:1.2}.home-hero-subtitle{opacity:.95;margin-bottom:30px;font-size:1.125rem}.home-hero-buttons{flex-wrap:wrap;gap:15px;display:flex}.home-hero-note{opacity:.8;margin-top:15px;font-size:.85rem}.home-empathy-text{text-align:center;max-width:800px;color:var(--home-texte-secondaire);margin:0 auto 50px;font-size:1.1rem}.home-empathy-text h2{color:var(--home-bleu);margin-bottom:20px}.home-pillars-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.home-pillar-card{background-color:var(--home-gris);border-radius:var(--home-radius);text-align:center;padding:30px;transition:transform .3s}.home-pillar-card:hover{transform:translateY(-5px)}.home-pillar-icon{color:var(--home-bleu);margin-bottom:20px;font-size:2.5rem}.home-pillar-card h3{color:var(--home-bleu);margin-bottom:15px}.home-demo{background-color:var(--home-bleu-pale)}.home-section-header{text-align:center;max-width:700px;margin:0 auto 40px}.home-section-header h2{color:var(--home-bleu);margin-bottom:15px;font-size:2rem}.home-video-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.home-video-wrapper{background:var(--home-blanc);border-radius:var(--home-radius);box-shadow:var(--home-shadow-sm);padding:15px}.home-aspect-video{border-radius:var(--home-radius);background-color:#000;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.home-aspect-video iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.home-video-title{color:var(--home-texte-principal);margin-top:15px;font-size:.95rem;font-weight:600}.home-features-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.home-feature-card{border-radius:var(--home-radius);border:1px solid #e5e7eb;padding:30px;transition:all .3s}.home-feature-card:hover{border-color:var(--home-bleu);box-shadow:var(--home-shadow-md)}.home-feature-icon{color:var(--home-rouge);margin-bottom:20px;font-size:2rem}.home-feature-card h3{margin-bottom:10px;font-size:1.25rem}.home-feature-card p{color:var(--home-texte-secondaire);font-size:.95rem}.home-testimonials{background-color:var(--home-gris);text-align:center}.home-testimonial-grid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.home-testimonial-card{background:var(--home-blanc);border-radius:var(--home-radius);text-align:left;max-width:400px;box-shadow:var(--home-shadow-sm);flex-shrink:0;padding:30px;position:relative}.home-quote-icon{color:#e5e7eb;font-size:2rem;position:absolute;top:20px;right:20px}.home-testimonial-text{color:var(--home-texte-secondaire);margin-bottom:20px;font-style:italic}.home-testimonial-author{color:var(--home-bleu);font-weight:600}.testimonial-wrapper{align-items:center;gap:1rem;display:flex}.home-testimonial-grid.scrollable{touch-action:pan-y;width:100%;display:flex;overflow:hidden}.nav-btn{cursor:pointer;background:0 0;border:none;font-size:2rem}.pagination-dots{justify-content:center;margin-top:20px;display:flex}.dot{cursor:pointer;background-color:#ccc;border-radius:50%;width:10px;height:10px;margin:0 5px;transition:background-color .3s}.dot.active{background-color:#333}.home-transparency-box{background-color:var(--home-gris);border-left:5px solid var(--home-bleu);border-radius:12px;max-width:800px;margin:0 auto;padding:40px}.home-transparency-list{padding:0;list-style:none}.home-transparency-list li{align-items:start;gap:12px;margin-bottom:12px;font-size:1.05rem;display:flex}.home-text-success{color:var(--home-vert-doux)}.home-pricing{background-color:var(--home-vert-pale);text-align:center}.home-pricing-card{background:var(--home-blanc);max-width:450px;box-shadow:var(--home-shadow-lg);border:1px solid var(--home-vert-doux);border-radius:16px;margin:0 auto;padding:50px 40px}.home-pricing-header h3{color:var(--home-bleu);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:1.5rem}.home-price-tag{color:var(--home-texte-principal);margin:20px 0;font-size:3.5rem;font-weight:800}.home-price-sub{color:var(--home-texte-secondaire);margin-bottom:30px;display:block}.home-features-list{text-align:left;margin:30px 0;padding:0;list-style:none}.home-features-list li{align-items:center;gap:10px;margin-bottom:12px;display:flex}.home-features-list i{color:var(--home-vert-doux)}.home-guarantee{color:var(--home-texte-secondaire);justify-content:center;align-items:center;gap:8px;margin-top:20px;font-size:.85rem;display:flex}.home-payment-logos{color:var(--home-texte-secondaire);margin-top:10px;font-size:.9rem;font-weight:600}.home-pricing-note{color:#666;margin-top:15px;font-size:.8rem}.home-faq{max-width:800px;margin:0 auto}.home-faq-title{text-align:center;color:var(--home-bleu);margin-bottom:40px}.home-faq-list{border-top:1px solid #e5e7eb}.home-faq-item{border-bottom:1px solid #e5e7eb;padding:20px 0}.home-faq-question{color:var(--home-bleu);cursor:pointer;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.home-faq-question:hover{color:var(--home-rouge)}.home-faq-answer{color:var(--home-texte-secondaire);margin-top:10px;padding-right:20px;font-size:.95rem}.home-footer{background-color:var(--home-bleu);color:#fffc;padding:60px 0 20px;font-size:.9rem}.home-footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px;display:grid}.home-footer-col h4{color:var(--home-blanc);margin-bottom:20px;font-size:1.1rem}.home-footer-links{padding:0;list-style:none}.home-footer-links li{margin-bottom:10px}.home-footer-links a{color:#fffc;text-decoration:none}.home-footer-links a:hover{color:var(--home-blanc);text-decoration:underline}.home-footer-logo{color:var(--home-blanc);align-items:center;gap:8px;margin-bottom:15px;font-size:1.25rem;font-weight:700;display:flex}.home-footer-logo span:last-child{color:var(--home-rouge)}.home-copyright{text-align:center;border-top:1px solid #ffffff1a;padding-top:20px}@media (max-width:1024px){.home-hero-title{font-size:2.2rem}.home-video-grid,.home-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-section{padding:60px 0}.home-hero{padding:60px 20px}.home-hero-buttons{justify-content:center}.home-pillars-grid,.home-video-grid,.home-features-grid{grid-template-columns:1fr}.home-testimonial-grid{flex-direction:column;align-items:center}.home-transparency-box{padding:25px}.home-hero-title{font-size:2rem}.home-section-header h2{font-size:1.75rem}}@media (max-width:480px){.home-hero-title{font-size:1.75rem}.home-hero-buttons{flex-direction:column;gap:10px}.home-btn{text-align:center;width:100%}.home-pricing-card{padding:30px 20px}.home-price-tag{font-size:2.5rem}}.btn-theme-primary{background-color:var(--bleu);color:#fff;border:2px solid var(--bleu);transition:all .25s}.btn-theme-primary:hover{color:var(--bleu);border-color:var(--bleu);background-color:#fff;transform:translateY(-2px)}.btn-theme-primary:disabled{cursor:not-allowed;background-color:#aac1dd;border-color:#aac1dd}.btn-theme-outline{color:var(--bleu);border:2px solid var(--bleu);background-color:#0000;transition:all .25s}.btn-theme-outline:hover{background-color:var(--bleu);color:#fff;transform:translateY(-2px)}.btn-theme-danger{background-color:var(--rouge);color:#fff;border:2px solid var(--rouge);transition:all .25s}.btn-theme-danger:hover{color:var(--rouge);border-color:var(--rouge);background-color:#fff}.alert-theme{background-color:var(--gris);border-left:6px solid var(--bleu)}.alert-theme-danger{border-left-color:var(--rouge)}button{font-weight:600}button:focus{outline:none;box-shadow:0 0 0 .2rem #003f8840}.progress-bar-container{align-items:center;gap:1rem;margin:1rem 0;display:flex}.progress-bar-container input[type=range].form-range{-webkit-appearance:none;background:var(--gris);cursor:pointer;border-radius:4px;flex-grow:1;width:100%;height:8px;transition:background .3s}.progress-bar-container input[type=range].form-range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--bleu);border:2px solid var(--rouge);cursor:pointer;border-radius:50%;width:20px;height:20px;margin-top:-6px;transition:background .3s,border .3s}.progress-bar-container input[type=range].form-range::-moz-range-thumb{background:var(--bleu);border:2px solid var(--rouge);cursor:pointer;border-radius:50%;width:20px;height:20px}.progress-bar-container input[type=range].form-range::-moz-range-track{background:var(--gris);border-radius:4px;height:8px}.progress-bar-container input[type=range].form-range::-ms-track{color:#0000;background:0 0;border-color:#0000;width:100%;height:8px}.progress-bar-container span{white-space:nowrap;color:var(--bleu);font-weight:700}.progress-bar-container input[type=range].form-range:disabled{cursor:not-allowed;opacity:.6}.progress-bar-container input[type=range].form-range:disabled::-webkit-slider-thumb{background:var(--gris);border-color:var(--gris)}.question-navigator{flex-wrap:wrap;justify-content:center;gap:8px;margin:16px 0;display:flex}.question-button{border:1px solid var(--text-default);width:40px;height:40px;color:var(--text-default);cursor:pointer;background-color:#fff;border-radius:4px;font-size:14px;font-weight:500;transition:all .2s ease-in-out}.question-button.current{background-color:var(--bleu);border-color:var(--bleu);color:var(--text-white)}.question-button.answered{background-color:var(--vert);border-color:var(--vert);color:var(--text-white)}.option.speaking{background-color:#e3f2fd;border-color:#2196f3;transition:all .2s;transform:scale(1.02)}.option-circle.speaking{color:#fff;background-color:#2196f3;border-color:#2196f3}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
