مجموعة هامة من اختبارات الفرنسية الفصل الاول السنة الاولى ابتدائي. يمكنكم تحميل الفروض بروابط تحميل مباشرة من موقعنا التربوي Dztests. 📙 نماذج الاختبارات التعليمية 📚 اختبار للسنة الدراسية 2024-2025 مع التصحيح ⬅️ العودة لصفحة السنة الأولى ابتدائي .tests-box { max-width: 700px; margin: 20px auto; padding: 20px; border-radius: 20px; font-family: "Tajawal", sans-serif; direction: rtl; text-align: right; } .tests-box h2 { margin-bottom: 20px; font-size: 24px; color: #6b21a8; text-align: center; } /* القائمة */ .tests-list { list-style: none; padding: 0; margin: 0; } .tests-list li { margin: 12px 0; border-radius: 15px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; background: linear-gradient(135deg,#8b5cf6,#7c3aed); } .tests-list li a { display: block; padding: 14px; font-size: 18px; font-weight: bold; text-decoration: none; color: #fff; transition: all 0.3s ease; } .tests-list li:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); } .tests-list li a:hover { opacity: 0.9; } .tests-list li a:visited { background: #a78bfa !important; color: #fff; position: relative; } .tests-list li a:visited::after { content: " ✅"; font-size: 16px; margin-right: 6px; } /* زر العودة */ .back-btn { margin-top: 25px; text-align: center; } .back-btn a { display: inline-block; padding: 12px 20px; font-size: 18px; font-weight: bold; color: #fff; background: linear-gradient(135deg,#8b5cf6,#7c3aed); border-radius: 12px; text-decoration: none; transition: background 0.3s ease; } .back-btn a:hover { background: linear-gradient(135deg,#7c3aed,#5b21b6); } .subjects-box { max-width: 700px; margin: 20px auto; padding: 20px; background: #fff8f5; border-radius: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); font-family: "Cairo", sans-serif; direction: rtl; text-align: right; } .subjects-box h2 { margin-bottom: 20px; font-size: 22px; color: #d97706; /* برتقالي غامق */ line-height: 1.6; text-align: center; } .subjects-box h2 span { display: block; font-size: 18px; color: #f97316; /* برتقالي فاتح */ font-weight: normal; margin-top: 5px; } /* القائمة البسيطة */ .simple-list { list-style: none; padding: 0; margin: 0; } .simple-list li { margin: 12px 0; border-radius: 12px; overflow: hidden; transition: transform 0.3s ease; background: linear-gradient(135deg,#f97316,#ec4899); /* برتقالي → وردي */ } .simple-list li a { display: block; padding: 14px; font-size: 18px; font-weight: bold; text-decoration: none; color: #fff; transition: all 0.3s ease; } .simple-list li:hover { transform: translateY(-5px); } .simple-list li a:hover { opacity: 0.9; } .simple-list li a:visited { background: #6b7280 !important; /* رمادي غامق */ color: #f9fafc; position: relative; } .simple-list li a:visited::after { content: " ✅"; font-size: 16px; margin-right: 6px; } /* زر العودة */ .back-btn { margin-top: 25px; text-align: center; } .back-btn a { display: inline-block; padding: 12px 20px; font-size: 18px; font-weight: bold; color: #fff; background: linear-gradient(135deg,#10b981,#06b6d4); /* أخضر فاتح → تركواز */ border-radius: 12px; text-decoration: none; transition: background 0.3s ease; } .back-btn a:hover { background: linear-gradient(135deg,#059669,#0e7490); } /* القائمة المنسدلة */ .dropdown { position: relative; display: inline-block; margin: 10px 0 20px; } .dropbtn { background: linear-gradient(135deg,#f59e0b,#d946ef); /* ذهبي → بنفسجي فاتح */ color: white; padding: 12px 20px; font-size: 18px; font-weight: bold; border: none; border-radius: 12px; cursor: pointer; transition: background 0.3s; } .dropbtn:hover { background: linear-gradient(135deg,#d97706,#a21caf); } .dropdown-content { display: none; position: absolute; right: 0; background: #fff7ed; min-width: 250px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); border-radius: 12px; z-index: 1; overflow: hidden; } .dropdown-content a { color: #333; padding: 12px 16px; text-decoration: none; display: block; transition: background 0.3s; } .dropdown-content a:hover { background: #f97316; color: #fff; } .dropdown:hover .dropdown-content { display: block; }