{"id":12801,"date":"2026-06-15T20:48:15","date_gmt":"2026-06-15T19:48:15","guid":{"rendered":"https:\/\/www.univ-oeb.dz\/vrlex\/?p=12801"},"modified":"2026-06-15T20:48:15","modified_gmt":"2026-06-15T19:48:15","slug":"%d9%85%d9%86%d8%ad-%d8%a7%d9%84%d8%ad%d9%83%d9%88%d9%85%d8%a9-%d8%a7%d9%84%d9%85%d9%83%d8%b3%d9%8a%d9%83%d9%8a%d8%a9-2026-2027-%d9%81%d8%b1%d8%b5%d8%a9-%d8%b9%d8%a7%d9%84%d9%85%d9%8a%d8%a9-%d9%84","status":"publish","type":"post","link":"https:\/\/www.univ-oeb.dz\/vrlex\/ar\/2026\/12801\/","title":{"rendered":"\u0645\u0646\u062d \u0627\u0644\u062d\u0643\u0648\u0645\u0629 \u0627\u0644\u0645\u0643\u0633\u064a\u0643\u064a\u0629 2026-2027 | \u0641\u0631\u0635\u0629 \u0639\u0627\u0644\u0645\u064a\u0629 \u0644\u0637\u0644\u0628\u0629 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0639\u0631\u0628\u064a \u0628\u0646 \u0645\u0647\u064a\u062f\u064a"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/www.univ-oeb.dz\/vrlex\/wp-content\/uploads\/2026\/06\/facebook-pic-3.png\" alt=\"\" class=\"wp-image-12806\" srcset=\"https:\/\/www.univ-oeb.dz\/vrlex\/wp-content\/uploads\/2026\/06\/facebook-pic-3.png 940w, https:\/\/www.univ-oeb.dz\/vrlex\/wp-content\/uploads\/2026\/06\/facebook-pic-3-300x251.png 300w, https:\/\/www.univ-oeb.dz\/vrlex\/wp-content\/uploads\/2026\/06\/facebook-pic-3-768x644.png 768w\" sizes=\"(max-width: 940px) 100vw, 940px\" \/><\/figure>\n\n\n\n<style>\n  .mexico-scholarship-card {\n    --mex-green: #006847;\n    --mex-white: #ffffff;\n    --mex-red: #c8102e;\n    font-family: 'Segoe UI', Tahoma, sans-serif;\n    max-width: 850px;\n    margin: 40px auto;\n    padding: 40px;\n    background: var(--mex-white);\n    border-radius: 20px;\n    box-shadow: 0 15px 40px rgba(0, 104, 71, 0.2), \n                0 0 20px rgba(200, 16, 46, 0.1); \n    border-right: 10px solid var(--mex-green);\n    border-left: 10px solid var(--mex-red);\n    transition: all 0.4s ease;\n    overflow: hidden;\n    position: relative;\n    animation: fadeIn 1s ease-in, breathe 5s infinite ease-in-out;\n    direction: rtl; \/* \u0627\u062a\u062c\u0627\u0647 \u0627\u0644\u0646\u0635 \u0645\u0646 \u0627\u0644\u064a\u0645\u064a\u0646 \u0644\u0644\u064a\u0633\u0627\u0631 *\/\n    text-align: right;\n  }\n\n  @keyframes fadeIn {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes breathe {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.005); }\n  }\n\n  .header-title-red {\n    color: var(--mex-red);\n    font-size: 1.8em;\n    font-weight: 800;\n    margin-bottom: 15px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  .mex-tag {\n    position: absolute;\n    top: 0;\n    left: 0; \/* \u062a\u0645 \u0646\u0642\u0644 \u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0644\u0644\u064a\u0633\u0627\u0631 \u0644\u062a\u0646\u0627\u0633\u0628 \u0627\u062a\u062c\u0627\u0647 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 *\/\n    background: var(--mex-green);\n    color: white;\n    padding: 8px 20px;\n    border-bottom-right-radius: 15px;\n    font-weight: bold;\n    font-size: 0.9em;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    overflow: hidden;\n  }\n\n  .mex-tag::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: linear-gradient(to bottom right, rgba(255,255,255,0) 40%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 60%);\n    transform: rotate(45deg);\n    animation: shine 3s infinite;\n  }\n\n  @keyframes shine {\n    0% { transform: translateX(-100%) rotate(45deg); }\n    100% { transform: translateX(100%) rotate(45deg); }\n  }\n\n  .typing-title-mex {\n    color: var(--mex-red);\n    font-size: 1.5em;\n    border-right: 4px solid var(--mex-green);\n    border-left: none;\n    white-space: nowrap;\n    overflow: hidden;\n    animation: typing 5s steps(40, end) infinite, blink-caret 0.75s step-end infinite;\n    margin: 20px 0;\n    display: inline-block;\n  }\n\n  @keyframes typing { \n    0% { width: 0 } \n    50% { width: 100% } \n    100% { width: 0 } \n  }\n  @keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: var(--mex-green) } }\n\n  .mex-content { color: #333; line-height: 1.7; font-size: 1em; }\n  .mex-content h2 { color: var(--mex-green); font-size: 1.3em; margin-top: 25px; }\n  .deadline-highlight { color: var(--mex-red); font-weight: bold; font-size: 1.1em; }\n  .academic-intro { font-style: italic; color: #555; margin-bottom: 20px; border-bottom: 2px solid #eee; padding-bottom: 10px; }\n\n  .action-btn-group { \n    display: flex; \n    flex-wrap: wrap; \n    gap: 15px; \n    margin-top: 30px; \n  }\n  \n  .btn-wow-mex {\n    padding: 12px 25px;\n    border-radius: 50px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.4s ease;\n    cursor: pointer;\n    text-align: center;\n    border: none;\n    color: #ffffff !important;\n    background: linear-gradient(45deg, #c8102e, #ff4d4d);\n    background-size: 200% 100%;\n  }\n  \n  .btn-wow-mex:hover { \n    background-position: 100% 0;\n    transform: translateY(-5px) scale(1.05); \n    box-shadow: 0 10px 20px rgba(200, 16, 46, 0.3); \n  }\n\n  .btn-secondary-mex {\n    background: linear-gradient(45deg, #006847, #009966);\n  }\n<\/style>\n\n<div class=\"mexico-scholarship-card\">\n  <div class=\"mex-tag\">\u0627\u0644\u0645\u0643\u0633\u064a\u0643 2026<\/div>\n  \n  <h1 class=\"header-title-red\">\u0641\u0631\u0635\u0629 \u0627\u0644\u062a\u0645\u064a\u0632 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a<\/h1>\n\n  <p class=\"academic-intro\">\n    \u062a\u0641\u062e\u0631 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0639\u0631\u0628\u064a \u0628\u0646 \u0645\u0647\u064a\u062f\u064a \u0628\u0623\u0645 \u0627\u0644\u0628\u0648\u0627\u0642\u064a \u0628\u062a\u0648\u0641\u064a\u0631 \u0641\u0631\u0635 \u062f\u0648\u0644\u064a\u0629 \u062a\u062d\u0648\u064a\u0644\u064a\u0629\u060c \u062a\u0639\u0632\u0632 \u0627\u0644\u062a\u0645\u064a\u0632 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0648\u0627\u0644\u062a\u0639\u0627\u0648\u0646 \u0627\u0644\u0628\u062d\u062b\u064a \u0627\u0644\u0639\u0627\u0628\u0631 \u0644\u0644\u062b\u0642\u0627\u0641\u0627\u062a \u0644\u0637\u0644\u0628\u062a\u0646\u0627 \u0627\u0644\u0645\u062a\u0645\u064a\u0632\u064a\u0646.\n  <\/p>\n\n  <h1 class=\"typing-title-mex\">\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0645\u0646\u062d \u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629 \u0627\u0644\u0645\u0643\u0633\u064a\u0643\u064a\u0629 2026-2027<\/h1>\n  \n  <div class=\"mex-content\">\n    <p><strong>\u0646\u0628\u0630\u0629 \u0639\u0646 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c:<\/strong><\/p>\n    <p>\u062a\u0642\u062f\u0645 \u0627\u0644\u062d\u0643\u0648\u0645\u0629 \u0627\u0644\u0645\u0643\u0633\u064a\u0643\u064a\u0629 \u0628\u0631\u0646\u0627\u0645\u062c \u0645\u0646\u062d \u062f\u0631\u0627\u0633\u064a\u0629 \u0645\u0631\u0645\u0648\u0642 \u0644\u0644\u0639\u0627\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a 2026-2027\u060c \u0645\u062a\u0627\u062d \u0644\u0644\u0637\u0644\u0628\u0629 \u0648\u0627\u0644\u0628\u0627\u062d\u062b\u064a\u0646 \u0627\u0644\u062f\u0648\u0644\u064a\u064a\u0646 \u0641\u064a \u062c\u0645\u064a\u0639 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629.<\/p>\n\n    <h2>\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/h2>\n    <ul>\n      <li><strong>\u0627\u0644\u062f\u0631\u062c\u0627\u062a \u0627\u0644\u0639\u0644\u0645\u064a\u0629:<\/strong> \u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0645\u0627\u0633\u062a\u0631 \u0648\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647.<\/li>\n      <li><strong>\u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a:<\/strong> \u062c\u0645\u064a\u0639 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0645\u0642\u0628\u0648\u0644\u0629.<\/li>\n      <li><strong>\u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0646\u0647\u0627\u0626\u064a:<\/strong> \u064a\u062c\u0628 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0641\u064a \u0645\u0648\u0639\u062f \u0623\u0642\u0635\u0627\u0647 <span class=\"deadline-highlight\">21 \u064a\u0648\u0646\u064a\u0648 2026<\/span>.<\/li>\n    <\/ul>\n  <\/div>\n\n  <div class=\"action-btn-group\">\n    <a href=\"https:\/\/form.jotform.com\/adminwebrelex\/mexico-scolarships\" class=\"btn-wow-mex btn-secondary-mex\">1. \u0627\u0644\u0627\u0633\u062a\u0645\u0627\u0631\u0629 \u0627\u0644\u062f\u0627\u062e\u0644\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629<\/a>\n    <a href=\"https:\/\/sigca.sre.gob.mx\/login\" class=\"btn-wow-mex\">2. \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0631\u0633\u0645\u064a<\/a>\n  <\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0627\u0644\u0645\u0643\u0633\u064a\u0643 2026 \u0641\u0631\u0635\u0629 \u0627\u0644\u062a\u0645\u064a\u0632 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u062a\u0641\u062e\u0631 \u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0639\u0631\u0628\u064a \u0628\u0646 \u0645\u0647\u064a\u062f\u064a \u0628\u0623\u0645 \u0627\u0644\u0628\u0648\u0627\u0642\u064a \u0628\u062a\u0648\u0641\u064a\u0631 \u0641\u0631\u0635 \u062f\u0648\u0644\u064a\u0629 \u062a\u062d\u0648\u064a\u0644\u064a\u0629\u060c \u062a\u0639\u0632\u0632 \u0627\u0644\u062a\u0645\u064a\u0632 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0648\u0627\u0644\u062a\u0639\u0627\u0648\u0646 \u0627\u0644\u0628\u062d\u062b\u064a \u0627\u0644\u0639\u0627\u0628\u0631 \u0644\u0644\u062b\u0642\u0627\u0641\u0627\u062a \u0644\u0637\u0644\u0628\u062a\u0646\u0627 \u0627\u0644\u0645\u062a\u0645\u064a\u0632\u064a\u0646. \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0645\u0646\u062d \u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629 \u0627\u0644\u0645\u0643\u0633\u064a\u0643\u064a\u0629 2026-2027 \u0646\u0628\u0630\u0629 \u0639\u0646 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c: \u062a\u0642\u062f\u0645 \u0627\u0644\u062d\u0643\u0648\u0645\u0629 \u0627\u0644\u0645\u0643\u0633\u064a\u0643\u064a\u0629 \u0628\u0631\u0646\u0627\u0645\u062c \u0645\u0646\u062d \u062f\u0631\u0627\u0633\u064a\u0629 \u0645\u0631\u0645\u0648\u0642 \u0644\u0644\u0639\u0627\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a 2026-2027\u060c \u0645\u062a\u0627\u062d \u0644\u0644\u0637\u0644\u0628\u0629 \u0648\u0627\u0644\u0628\u0627\u062d\u062b\u064a\u0646 \u0627\u0644\u062f\u0648\u0644\u064a\u064a\u0646 \u0641\u064a \u062c\u0645\u064a\u0639 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629. \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u0631\u062c\u0627\u062a \u0627\u0644\u0639\u0644\u0645\u064a\u0629: &hellip;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[127,37,237],"tags":[],"class_list":["post-12801","post","type-post","status-publish","format-standard","hentry","category-slider-ar","category-uncategorized-ar","category-237"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/posts\/12801","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/comments?post=12801"}],"version-history":[{"count":1,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/posts\/12801\/revisions"}],"predecessor-version":[{"id":12808,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/posts\/12801\/revisions\/12808"}],"wp:attachment":[{"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/media?parent=12801"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/categories?post=12801"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.univ-oeb.dz\/vrlex\/wp-json\/wp\/v2\/tags?post=12801"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}