CoolFace
Apppublic

detedfg/maplegate-migration-hub

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
procedure.html191 linesDownload Raw Back to root
1<!DOCTYPE html>2<html lang="fr">3<head>4    <meta charset="UTF-8">5    <meta name="viewport" content="width=device-width, initial-scale=1.0">6    <title>Procédure d'immigration - Canada</title>7    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">8    <script src="https://cdn.tailwindcss.com"></script>9    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>10    <script src="https://unpkg.com/feather-icons"></script>11    <style>12        @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans:wght@400;700&display=swap');13        14        body {15            font-family: 'Lato', 'Noto Sans', sans-serif;16            color: #333;17            line-height: 1.6;18            background-color: #f8f8f8;19        }20        .header-bg {21            background-color: #26374a;22            border-bottom: 4px solid #335075;23        }24.main-content {25            max-width: 1200px;26            margin: 30px auto;27            padding: 0 15px;28        }29        30        .step-card {31            background: white;32            border: 1px solid #d3d3d3;33            border-radius: 4px;34            padding: 20px;35            margin-bottom: 20px;36        }37        .step-number {38            width: 30px;39            height: 30px;40            background-color: #335075;41color: white;42            border-radius: 50%;43            display: flex;44            align-items: center;45            justify-content: center;46            font-weight: bold;47            margin-right: 15px;48            flex-shrink: 0;49        }50        51        .step-content {52            flex-grow: 1;53        }54        .page-title {55            font-size: 36px;56            font-weight: 700;57            border-bottom: 4px solid #335075;58padding-bottom: 15px;59            margin-bottom: 30px;60        }61        62        .btn-primary {63            background-color: #26374a;64            color: white;65            padding: 12px 24px;66            border-radius: 4px;67            text-decoration: none;68            font-size: 18px;69            display: inline-block;70            margin-top: 30px;71        }72    </style>73</head>74<body class="font-sans bg-gray-50">75    <!-- Header -->76    <header class="header-bg text-white">77        <div class="container" style="max-width: 1200px; margin: 0 auto; padding: 12px 15px; display: flex; justify-content: space-between; align-items: center;">78            <div style="display: flex; align-items: center;">79                <img src="https://www.canada.ca/etc/designs/canada/cdts/gcweb/v4_0_43/assets/sig-blk-fr.svg" 80alt="Government of Canada" 81                     style="height: 40px; margin-right: 10px;">82                <span style="font-size: 20px; font-weight: 400;">Gouvernement du Canada</span>83            </div>84            <a href="index.html" style="color: white; text-decoration: none; display: flex; align-items: center;">85                <i data-feather="home" style="margin-right: 5px;"></i> Accueil86            </a>87        </div>88    </header>89    <!-- Main Content -->90    <main class="main-content">91        <h1 class="page-title">Procédure d'immigration au Canada</h1>92        93        <div style="margin-bottom: 30px; font-size: 16px; background: #f0f7ff; padding: 20px; border-left: 4px solid #335075;">94            <h2 style="font-size: 20px; font-weight: 700; margin-bottom: 10px;">Information importante</h2>95            <p>Le processus d'immigration au Canada comprend plusieurs étapes importantes. Les délais de traitement varient selon le programme.</p>96            <p style="margin-top: 10px;"><strong>Délais moyens de traitement :</strong></p>97            <ul style="padding-left: 20px; margin-top: 5px;">98                <li>Entrée express : 6 mois</li>99                <li>Réunification familiale : 12-24 mois</li>100                <li>Étudiants : 8-12 semaines</li>101            </ul>102        </div>103<!-- Steps -->104        <div>105            <!-- Step 1 -->106            <div class="step-card">107                <div style="display: flex;">108                    <div class="step-number">1</div>109                    <div class="step-content">110                        <h2 style="font-size: 20px; font-weight: 700; margin-bottom: 10px;">Déterminez votre admissibilité</h2>111                        <p style="font-size: 16px;">112Utilisez notre outil en ligne pour voir si vous êtes admissible à immigrer au Canada. Vous devrez répondre à des questions sur votre éducation, votre expérience de travail, votre langue et d'autres facteurs.113                            </p>114                        </div>115                    </div>116            <!-- Step 2 -->117            <div class="step-card">118                <div style="display: flex;">119                    <div class="step-number">2</div>120                    <div class="step-content">121                        <h2 style="font-size: 20px; font-weight: 700; margin-bottom: 10px;">Créez votre profil</h2>122                        <p style="font-size: 16px;">123Si vous êtes admissible, créez votre profil dans le système Entrée express. Vous recevrez un score basé sur le système de classement global (CRS).124                            </p>125                        </div>126                    </div>127            <!-- Step 3 -->128            <div class="step-card">129                <div style="display: flex;">130                    <div class="step-number">3</div>131                    <div class="step-content">132                        <h2 style="font-size: 20px; font-weight: 700; margin-bottom: 10px;">Recevez une invitation</h2>133                        <p style="font-size: 16px;">134Les candidats avec les scores les plus élevés reçoivent une invitation à présenter une demande de résidence permanente lors des tirages réguliers.135                            </p>136                        </div>137                    </div>138            <!-- Step 4 -->139            <div class="step-card">140                <div style="display: flex;">141                    <div class="step-number">4</div>142                    <div class="step-content">143                        <h2 style="font-size: 20px; font-weight: 700; margin-bottom: 10px;">Présentez votre demande</h2>144                        <p style="font-size: 16px;">145Une fois invité, vous avez 60 jours pour présenter une demande complète de résidence permanente avec tous les documents requis.146                            </p>147                        </div>148                    </div>149            <!-- Step 5 -->150            <div class="step-card">151                <div style="display: flex;">152                    <div class="step-number">5</div>153                    <div class="step-content">154                        <h2 style="font-size: 20px; font-weight: 700; margin-bottom: 10px;">Réussissez les vérifications</h2>155                        <p style="font-size: 16px;">156Votre demande sera examinée et vous devrez peut-être fournir des informations supplémentaires ou passer un examen médical et une vérification des antécédents.157                            </p>158                        </div>159                    </div>160            <!-- Step 6 -->161            <div class="step-card">162                <div style="display: flex;">163                    <div class="step-number">6</div>164                    <div class="step-content">165                        <h2 style="font-size: 20px; font-weight: 700; margin-bottom: 10px;">Recevez votre confirmation</h2>166                        <p style="font-size: 16px;">167Si votre demande est approuvée, vous recevrez une confirmation de résidence permanente et pourrez planifier votre arrivée au Canada.168                            </p>169                        </div>170                    </div>171                </div>172        <div style="text-align: center; margin-top: 40px;">173            <div style="display: inline-flex; gap: 20px;">174                <a href="application.html" class="btn-primary">Postuler maintenant</a>175                <a href="https://www.canada.ca/fr/immigration-refugies-citoyennete/services/immigrer-canada.html" 176                   style="background: #f8f8f8; color: #26374a; text-align: center; padding: 12px 24px; border-radius: 4px; text-decoration: none; border: 1px solid #26374a; font-size: 18px;">177                    En savoir plus178                </a>179            </div>180            <p style="margin-top: 20px; font-size: 14px;">181                Vous pouvez aussi <a href="ircc-login.html" style="color: #284162; text-decoration: underline;">vous connecter</a> pour suivre votre demande.182            </p>183        </div>184</main>185 186    <script>187        feather.replace();188    </script>189</body>190</html>191