


html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', sans-serif;
    color: #1e293b;
    background-color: #f8fafc;
}

a {
    color: #1e3a8a;
    transition: color 0.3s ease;
}

a:hover {
    color: #10b981;
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #0f172a;
}

.iti {
  width: 100%;
}

.uk-text-lead {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.6;
}


.uk-navbar-container {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.uk-navbar-nav > li > a {
    font-weight: 500;
    text-transform: none;
    font-size: 1rem;
    color: #1e293b;
    min-height: 80px;
}

.uk-navbar-nav > li.uk-active > a {
    color: #1e3a8a;
}

.uk-navbar-nav > li > a:hover {
    color: #10b981;
}

.uk-navbar-dropdown {
    padding: 25px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.uk-navbar-dropdown-nav > li > a {
    color: #1e293b;
    padding: 8px 0;
    font-size: 0.95rem;
}

.uk-navbar-dropdown-nav > li > a:hover {
    color: #10b981;
}

.uk-navbar-dropdown-nav > li.uk-active > a {
    color: #1e3a8a;
    font-weight: 500;
}


.hero-section {
    background-color: #1e3a8a;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-section h1 {
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-section .uk-button-secondary {
    background-color: #f59e0b;
    color: #fff;
    font-weight: 500;
    border: none;
    transition: background-color 0.3s ease;
}

.hero-section .uk-button-secondary:hover {
    background-color: #d97706;
}


.uk-button {
    font-weight: 500;
    text-transform: none;
    border-radius: 6px;
    padding: 0 25px;
    transition: all 0.3s ease;
}

.uk-button-primary {
    background-color: #1e3a8a;
}

.uk-button-primary:hover {
    background-color: #1e40af;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.2);
}

.uk-button-default {
    border: 1px solid #e2e8f0;
    color: #1e293b;
}

.uk-button-default:hover {
    background-color: #f1f5f9;
    color: #1e3a8a;
    border-color: #1e3a8a;
}

.uk-button-text {
    color: #1e3a8a;
}

.uk-button-text:hover {
    color: #10b981;
}


.uk-card {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uk-card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.uk-card-primary {
    background-color: #1e3a8a;
}

.uk-card-primary .uk-card-title {
    color: #fff;
}

.benefit-card {
    text-align: center;
    height: 100%;
}

.benefit-card .uk-icon-button {
    width: 60px;
    height: 60px;
    background-color: #f0f9ff;
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}

.competence-card {
    background-color: #f1f5f9;
    border-left: 4px solid #1e3a8a;
}

.testimonial-card {
    position: relative;
    padding-top: 30px;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 5rem;
    color: #e2e8f0;
    font-family: serif;
    line-height: 1;
}


.stat-card {
    text-align: center;
    padding: 20px;
}

.stat-card .counter {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: #1e3a8a;
    display: block;
    margin-bottom: 10px;
}

.stat-card p {
    font-size: 1rem;
    margin: 0;
    color: #64748b;
}


.contact-info-card {
    background-color: #fff;
    color: #1e293b;
}


.schedule-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.schedule-date .month {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #64748b;
}

.schedule-date .day {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #1e3a8a;
}

.schedule-date .year {
    font-size: 0.9rem;
    color: #64748b;
}

.schedule-time {
    font-size: 0.9rem;
    color: #64748b;
}


.success-story {
    margin-bottom: 40px;
}

.success-story .uk-article-title {
    color: #1e3a8a;
    margin-bottom: 10px;
}

.success-story .uk-article-meta {
    margin-bottom: 20px;
    color: #64748b;
}


footer {
    background-color: #f1f5f9;
}

footer h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

footer ul {
    margin-top: 0;
}

footer a {
    color: #64748b;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #1e3a8a;
    text-decoration: none;
}


.cookie-banner {
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}


.uk-switch {
    position: relative;
    display: inline-block;
    height: 24px;
    width: 44px;
}

.uk-switch input {
    position: absolute;
    opacity: 0;
}

.uk-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 34px;
}

.uk-switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .uk-switch-slider {
    background-color: #10b981;
}

input:checked + .uk-switch-slider:before {
    transform: translateX(20px);
}

input:disabled + .uk-switch-slider {
    opacity: 0.7;
    cursor: not-allowed;
}


@media (max-width: 960px) {
    .uk-navbar-nav > li > a {
        min-height: 60px;
    }
    
    .stat-card .counter {
        font-size: 2.5rem;
    }
    
    .hero-section h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 640px) {
    .uk-heading-medium {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .uk-text-lead {
        font-size: 1.1rem;
    }
    
    .stat-card {
        padding: 15px 10px;
    }
    
    .stat-card .counter {
        font-size: 2rem;
    }
    
    .uk-button-large {
        padding: 0 20px;
        line-height: 42px;
    }
}


.uk-list-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.uk-list-check li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: #10b981;
}


.uk-table:empty::after {
    content: "Aucune donnée disponible pour le moment. Revenez bientôt pour découvrir nos nouveaux programmes!";
    display: block;
    text-align: center;
    padding: 30px;
    color: #64748b;
    font-style: italic;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px dashed #e2e8f0;
}

.uk-grid:empty::after {
    content: "Contenu en cours de préparation. Notre équipe travaille pour vous proposer des informations pertinentes très prochainement!";
    display: block;
    text-align: center;
    padding: 30px;
    color: #64748b;
    font-style: italic;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px dashed #e2e8f0;
    width: 100%;
}


a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 3px solid rgba(16, 185, 129, 0.3);
    outline-offset: 2px;
}


.uk-form-danger {
    border-color: #f43f5e !important;
}

.uk-form-success {
    border-color: #10b981 !important;
}


.uk-animation-slide-bottom-small {
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
}


@media print {
    header, footer, .cookie-banner, .uk-offcanvas-bar {
        display: none !important;
    }
    
    body {
        padding: 0;
        margin: 0;
    }
    
    main {
        width: 100%;
    }
    
    .uk-section {
        padding: 15px 0;
    }
    
    .uk-container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .uk-card {
        box-shadow: none !important;
        border: 1px solid #e2e8f0;
    }
    
    a {
        text-decoration: none !important;
        color: #1e293b !important;
    }
    
    .uk-button {
        display: none;
    }
}