.jobs-section {
            padding: 50px 0;
        }
        
        .section-title {
            font-size: 2.5rem;
            color: #31B44C;
            margin-bottom: 3rem;
            font-weight: 700;
        }
        
        .card {
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease;
            margin-bottom: 2rem;
        }
        
        .card:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transform: translateY(-5px);
        }
        
        .card-img img {
            width: 100%;
            /* height: 250px; */
            object-fit: cover;
        }
        
        .card-body {
            padding: 20px;
        }
        
        .card-title {
            font-size: 1.5rem;
            color: #333;
            margin-bottom: 15px;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
        }
        
        .card-title a {
            text-decoration: none;
            color: inherit;
        }
        
        .card-title a:hover {
            color: #31B44C;
        }
        
        .job-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }
        
        .job-list li {
            padding: 8px 0 8px 20px;
            position: relative;
            color: #555;
            font-size: 0.95rem;
        }
        
        .job-list li::before {
            content: '•';
            color: #31B44C;
            font-weight: bold;
            font-size: 1.2rem;
            position: absolute;
            left: 0;
        }
        
        .call-to-action {
            background-color: #31B44C;
            color: white;
            padding: 50px 0;
            text-align: center;
            margin-top: 50px;
        }
        
        .btn-primary {
            background-color: #31B44C;
            border-color: #31B44C;
            padding: 12px 30px;
            font-size: 1.1rem;
            border-radius: 50px;
        }
        
        .btn-primary:hover {
            background-color: #28a142;
            border-color: #28a142;
        }
        .form-section h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #6c7ae0;
    padding-bottom: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 8px;
}

.form-control, .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 16px;
    transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
    border-color: #6c7ae0;
    box-shadow: 0 0 0 0.2rem rgba(108, 122, 224, 0.25);
}

.form-check-input:checked {
    background-color: #6c7ae0;
    border-color: #6c7ae0;
}

.btn-primary {
    background: #31B44C;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(108, 122, 224, 0.4);
}

.languages-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.language-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.language-item label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 8px;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-lg {
        max-width: 95%;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    .form-section {
        padding: 20px;
    }
}

/* Loading spinner */
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

/* Progress bar pour les étapes */
.form-progress {
    height: 4px;
    background-color: #31B44C;
    border-radius: 2px;
    margin-bottom: 30px;
}

.form-progress-bar {
    height: 100%;
    background: linear-gradient(135deg, #6c7ae0 0%, #a8edea 100%);
    border-radius: 2px;
    width: 0%;
    transition: width 0.5s ease;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-section {
    animation: fadeInUp 0.5s ease-out;
}

/* Validation styles */
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='m5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid,
.was-validated .form-select:valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='m2.3 6.73.6-.4L5.33 3.4l-.6-.4L1.93 5.93l-1.13-1.4-.6.4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
/* Ajoutez ce CSS à votre fichier recrutement.css */

/* Styles pour les erreurs de validation */
.field-error {
    display: block;
    font-size: 0.875rem;
    color: #dc3545;
    margin-top: 0.25rem;
}

.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-select.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Améliorer la visibilité des erreurs dans le modal */
.modal-body .alert {
    margin-bottom: 1rem;
}

.modal-body .alert ul {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

/* Animation pour les erreurs */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.field-error-animation {
    animation: shake 0.5s ease-in-out;
}
 
    .montessori-jobs {
        padding: 6rem 0;
        background-color: #faf6f2;
        color: #4a4a4a;
        font-family: 'Poppins', sans-serif;
    }

    .jobs-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .section-title {
        text-align: center;
        color: #6c4a32;
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
    }

    .section-subtitle {
        text-align: center;
        color: #8a7968;
        font-size: 1.2rem;
        max-width: 700px;
        margin: 0 auto 4rem;
    }

    .jobs-categories {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 2.5rem;
        margin-bottom: 5rem;
    }

    .job-category {
        background-color: #ffffff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .job-category:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
    }

    .category-header {
        background: linear-gradient(135deg, #a4907c 0%, #6c4a32 100%);
        color: white;
        padding: 1.5rem;
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .category-icon {
        width: 50px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .category-icon i {
        font-size: 1.5rem;
    }

    .category-header h3 {
        margin: 0;
        font-size: 1.3rem;
        font-weight: 600;
    }

    .category-content {
        padding: 1.5rem;
    }

    .category-description {
        color: #6c757d;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }

    .positions-list {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .position-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.75rem 1rem;
        border-radius: 8px;
        background-color: #f7f3ee;
        transition: background-color 0.2s ease;
    }

    .position-item:hover {
        background-color: #efe7dd;
    }

    .position-name {
        font-weight: 500;
        color: #4a4a4a;
    }

    .position-details-btn {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: none;
        background-color: #6c4a32;
        color: white;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .position-details-btn:hover {
        background-color: #8a6e54;
    }

    .jobs-cta {
        background: #ffffff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: row;
    }

    .cta-content {
        padding: 3rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cta-content h3 {
        color: #6c4a32;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .cta-content p {
        color: #6c757d;
        font-size: 1.1rem;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    .cta-button {
        align-self: flex-start;
        padding: 0.75rem 2rem;
        background: linear-gradient(135deg, #a4907c 0%, #6c4a32 100%);
        color: white;
        border: none;
        border-radius: 50px;
        font-size: 1rem;
        font-weight: 500;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .cta-image {
        flex: 1;
        background-color: #f0e9e2;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .cta-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Media Queries pour la responsive */
    @media (max-width: 992px) {
        .jobs-cta {
            flex-direction: column;
        }

        .cta-image {
            height: 250px;
        }
    }

    @media (max-width: 768px) {
        .section-title {
            font-size: 2rem;
        }

        .section-subtitle {
            font-size: 1rem;
        }

        .jobs-categories {
            grid-template-columns: 1fr;
        }

        .cta-content {
            padding: 2rem;
        }
    }

    @media (max-width: 480px) {
        .montessori-jobs {
            padding: 4rem 0;
        }

        .jobs-container {
            padding: 0 1rem;
        }

        .section-title {
            font-size: 1.75rem;
        }

        .category-header {
            padding: 1.25rem;
        }

        .category-icon {
            width: 40px;
            height: 40px;
        }

        .category-header h3 {
            font-size: 1.1rem;
        }
    }

    /* Ajout pour le support RTL */
    .rtl .job-category .category-header {
        flex-direction: row-reverse;
    }

    .rtl .position-item {
        flex-direction: row-reverse;
    }

    .rtl .cta-button {
        align-self: flex-end;
    }
