{"id":430,"date":"2026-07-07T16:40:42","date_gmt":"2026-07-07T16:40:42","guid":{"rendered":"https:\/\/physicsschool.um6p.ma\/education\/"},"modified":"2026-08-07T19:25:23","modified_gmt":"2026-08-07T19:25:23","slug":"education","status":"publish","type":"page","link":"https:\/\/physicsschool.um6p.ma\/?page_id=430","title":{"rendered":"Education"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"430\" class=\"elementor elementor-430\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a735b8 e-con e-atomic-element e-flexbox-base e-0463167 \" data-id=\"3a735b8\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"3a735b8\">\n    \t\t<div class=\"elementor-element elementor-element-6af76fd elementor-widget elementor-widget-html\" data-id=\"6af76fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  CPSE EDUCATION PAGE \u2014 ELEMENTOR HTML WIDGETS\n\n  Paste each numbered block into a separate Elementor HTML widget, in order.\n  Set the Elementor parent containers to full width and remove their default\n  padding and gaps.\n\n  Important:\n  - Shared CSS is included only in Widget 1.\n  - The lightweight reveal script is included only in Widget 7.\n  - Image and internal links use migration-safe root-relative paths.\n-->\n\n<!-- =========================================================\n     WIDGET 1 \u2014 SHARED EDUCATION PAGE STYLES\n     ========================================================= -->\n<style>\n@import url(\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&display=swap\");\n\nhtml {\n  scroll-behavior: smooth;\n}\n\n.cpse-edu-page {\n  --cpse-edu-navy: #071a3d;\n  --cpse-edu-navy-light: #102958;\n  --cpse-edu-orange: #ca5235;\n  --cpse-edu-orange-dark: #ae4028;\n  --cpse-edu-white: #ffffff;\n  --cpse-edu-soft: #f5f5f3;\n  --cpse-edu-soft-blue: #eef2f7;\n  --cpse-edu-line: #deded9;\n  --cpse-edu-text: #354052;\n  --cpse-edu-muted: #6a7280;\n  width: 100%;\n  overflow: hidden;\n  color: var(--cpse-edu-text);\n  background: var(--cpse-edu-white);\n  font-family: \"Poppins\", Arial, sans-serif;\n}\n\n.cpse-edu-page,\n.cpse-edu-page * {\n  box-sizing: border-box;\n}\n\n.cpse-edu-page h1,\n.cpse-edu-page h2,\n.cpse-edu-page h3,\n.cpse-edu-page p {\n  margin-top: 0;\n}\n\n.cpse-edu-page img {\n  display: block;\n  max-width: 100%;\n}\n\n.cpse-edu-page a {\n  text-decoration: none;\n}\n\n.cpse-edu-shell {\n  width: min(1180px, calc(100% - 48px));\n  margin: 0 auto;\n}\n\n.cpse-edu-section {\n  padding: 104px 0;\n  scroll-margin-top: 110px;\n}\n\n.cpse-edu-section--soft {\n  background: var(--cpse-edu-soft);\n}\n\n.cpse-edu-kicker {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 18px;\n  color: var(--cpse-edu-orange);\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 1.6px;\n  text-transform: uppercase;\n}\n\n.cpse-edu-kicker::before {\n  width: 40px;\n  height: 2px;\n  content: \"\";\n  background: currentColor;\n}\n\n.cpse-edu-title {\n  max-width: 850px;\n  margin-bottom: 22px;\n  color: var(--cpse-edu-navy);\n  font-size: clamp(40px, 5.2vw, 68px);\n  font-weight: 700;\n  line-height: 1.05;\n  letter-spacing: -2.8px;\n}\n\n.cpse-edu-intro {\n  max-width: 760px;\n  margin-bottom: 0;\n  color: var(--cpse-edu-text);\n  font-size: 17px;\n  line-height: 1.8;\n}\n\n.cpse-edu-button {\n  display: inline-flex;\n  min-height: 56px;\n  align-items: center;\n  justify-content: center;\n  gap: 18px;\n  padding: 10px 12px 10px 25px;\n  border-radius: 999px;\n  background: var(--cpse-edu-orange);\n  color: var(--cpse-edu-white) !important;\n  font-size: 14px;\n  font-weight: 700;\n  transition:\n    transform 220ms ease,\n    background-color 220ms ease,\n    box-shadow 220ms ease;\n}\n\n.cpse-edu-button:hover {\n  transform: translateY(-2px);\n  background: var(--cpse-edu-orange-dark);\n  box-shadow: 0 15px 35px rgba(202, 82, 53, 0.26);\n}\n\n.cpse-edu-button__arrow {\n  display: inline-flex;\n  width: 36px;\n  height: 36px;\n  flex: 0 0 36px;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: var(--cpse-edu-white);\n  color: var(--cpse-edu-navy);\n  font-size: 19px;\n  line-height: 1;\n  transition: transform 220ms ease;\n}\n\n.cpse-edu-button:hover .cpse-edu-button__arrow {\n  transform: translate(2px, -2px);\n}\n\n.cpse-edu-button--outline {\n  padding: 10px 23px;\n  border: 1px solid rgba(255, 255, 255, 0.58);\n  background: rgba(7, 26, 61, 0.16);\n  backdrop-filter: blur(8px);\n}\n\n.cpse-edu-button--outline:hover {\n  border-color: var(--cpse-edu-white);\n  background: var(--cpse-edu-white);\n  color: var(--cpse-edu-navy) !important;\n  box-shadow: none;\n}\n\n\/* Hero *\/\n.cpse-edu-hero {\n  position: relative;\n  min-height: 720px;\n  display: flex;\n  align-items: center;\n  isolation: isolate;\n  background: var(--cpse-edu-navy);\n}\n\n.cpse-edu-hero__image,\n.cpse-edu-hero__overlay {\n  position: absolute;\n  inset: 0;\n}\n\n.cpse-edu-hero__image {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center;\n  z-index: -3;\n}\n\n.cpse-edu-hero__overlay {\n  z-index: -2;\n  background:\n    linear-gradient(\n      90deg,\n      rgba(4, 17, 44, 0.9) 0%,\n      rgba(4, 17, 44, 0.67) 43%,\n      rgba(4, 17, 44, 0.13) 74%,\n      rgba(4, 17, 44, 0.05) 100%\n    ),\n    linear-gradient(\n      0deg,\n      rgba(4, 17, 44, 0.58) 0%,\n      transparent 45%\n    );\n}\n\n.cpse-edu-hero__content {\n  width: min(1180px, calc(100% - 48px));\n  margin: 0 auto;\n  padding: 120px 0 90px;\n}\n\n.cpse-edu-hero .cpse-edu-kicker {\n  color: #f08c69;\n}\n\n.cpse-edu-hero h1 {\n  max-width: 790px;\n  margin-bottom: 28px;\n  color: var(--cpse-edu-white);\n  font-size: clamp(56px, 7.8vw, 104px);\n  font-weight: 700;\n  line-height: 0.95;\n  letter-spacing: -5px;\n}\n\n.cpse-edu-hero p {\n  max-width: 690px;\n  margin-bottom: 38px;\n  color: rgba(255, 255, 255, 0.86);\n  font-size: clamp(17px, 1.5vw, 20px);\n  line-height: 1.75;\n}\n\n.cpse-edu-hero__actions {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n\n.cpse-edu-hero__note {\n  position: absolute;\n  right: max(24px, calc((100% - 1180px) \/ 2));\n  bottom: 34px;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  color: rgba(255, 255, 255, 0.74);\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 0.8px;\n  text-transform: uppercase;\n}\n\n.cpse-edu-hero__note::before {\n  width: 44px;\n  height: 1px;\n  content: \"\";\n  background: rgba(255, 255, 255, 0.6);\n}\n\n\/* Pathway *\/\n.cpse-edu-pathway__head {\n  display: grid;\n  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);\n  gap: 70px;\n  align-items: end;\n  margin-bottom: 58px;\n}\n\n.cpse-edu-pathway__head .cpse-edu-title {\n  margin-bottom: 0;\n}\n\n.cpse-edu-pathway__head .cpse-edu-intro {\n  padding-bottom: 5px;\n}\n\n.cpse-edu-pathway__grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  border-top: 1px solid var(--cpse-edu-line);\n}\n\n.cpse-edu-pathway__item {\n  position: relative;\n  padding: 36px 28px 24px 0;\n}\n\n.cpse-edu-pathway__item:not(:last-child) {\n  margin-right: 28px;\n  border-right: 1px solid var(--cpse-edu-line);\n}\n\n.cpse-edu-pathway__number {\n  display: inline-flex;\n  width: 42px;\n  height: 42px;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 36px;\n  border-radius: 50%;\n  background: var(--cpse-edu-navy);\n  color: var(--cpse-edu-white);\n  font-size: 12px;\n  font-weight: 700;\n}\n\n.cpse-edu-pathway__item h3 {\n  margin-bottom: 12px;\n  color: var(--cpse-edu-navy);\n  font-size: 22px;\n  font-weight: 700;\n  line-height: 1.25;\n}\n\n.cpse-edu-pathway__item p {\n  margin-bottom: 0;\n  color: var(--cpse-edu-muted);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n\/* Programs *\/\n.cpse-edu-programs__head {\n  display: flex;\n  align-items: end;\n  justify-content: space-between;\n  gap: 48px;\n  margin-bottom: 54px;\n}\n\n.cpse-edu-programs__head .cpse-edu-title {\n  margin-bottom: 0;\n}\n\n.cpse-edu-programs__head .cpse-edu-intro {\n  max-width: 420px;\n  padding-bottom: 6px;\n}\n\n.cpse-edu-programs__grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 22px;\n}\n\n.cpse-edu-program {\n  position: relative;\n  min-height: 410px;\n  display: flex;\n  flex-direction: column;\n  padding: 42px;\n  overflow: hidden;\n  border: 1px solid var(--cpse-edu-line);\n  border-radius: 24px;\n  background: var(--cpse-edu-white);\n  transition:\n    transform 260ms ease,\n    border-color 260ms ease,\n    box-shadow 260ms ease;\n}\n\n.cpse-edu-program::after {\n  position: absolute;\n  right: -76px;\n  bottom: -76px;\n  width: 175px;\n  height: 175px;\n  border: 1px solid #e1e5eb;\n  border-radius: 50%;\n  content: \"\";\n  transition:\n    transform 350ms ease,\n    border-color 350ms ease;\n}\n\n.cpse-edu-program:hover {\n  transform: translateY(-6px);\n  border-color: #c8ced8;\n  box-shadow: 0 24px 55px rgba(7, 26, 61, 0.1);\n}\n\n.cpse-edu-program:hover::after {\n  transform: scale(1.16);\n  border-color: rgba(202, 82, 53, 0.35);\n}\n\n.cpse-edu-program__top {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 20px;\n  margin-bottom: 52px;\n}\n\n.cpse-edu-program__level {\n  color: var(--cpse-edu-orange);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1.3px;\n  text-transform: uppercase;\n}\n\n.cpse-edu-program__index {\n  color: #a3aab5;\n  font-size: 12px;\n  font-weight: 600;\n}\n\n.cpse-edu-program h3 {\n  max-width: 470px;\n  margin-bottom: 18px;\n  color: var(--cpse-edu-navy);\n  font-size: clamp(29px, 3.2vw, 42px);\n  font-weight: 700;\n  line-height: 1.08;\n  letter-spacing: -1.4px;\n}\n\n.cpse-edu-program p {\n  max-width: 490px;\n  margin-bottom: 26px;\n  color: var(--cpse-edu-text);\n  font-size: 15px;\n  line-height: 1.75;\n}\n\n.cpse-edu-program__topics {\n  display: flex;\n  gap: 8px;\n  flex-wrap: wrap;\n  margin: 0 0 38px;\n  padding: 0;\n  list-style: none;\n}\n\n.cpse-edu-program__topics li {\n  padding: 8px 12px;\n  border-radius: 999px;\n  background: var(--cpse-edu-soft-blue);\n  color: var(--cpse-edu-navy);\n  font-size: 11px;\n  font-weight: 600;\n}\n\n.cpse-edu-program__link {\n  position: relative;\n  z-index: 2;\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  align-self: flex-start;\n  margin-top: auto;\n  color: var(--cpse-edu-orange) !important;\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.cpse-edu-program__link span {\n  transition: transform 220ms ease;\n}\n\n.cpse-edu-program__link:hover span {\n  transform: translateX(4px);\n}\n\n\/* Learning experience *\/\n.cpse-edu-learning {\n  position: relative;\n  background: var(--cpse-edu-navy);\n  color: var(--cpse-edu-white);\n}\n\n.cpse-edu-learning::before {\n  position: absolute;\n  top: 0;\n  right: 8%;\n  width: min(44vw, 650px);\n  height: 100%;\n  content: \"\";\n  opacity: 0.25;\n  background:\n    linear-gradient(135deg, transparent 48%, rgba(255, 255, 255, 0.08) 49%, transparent 50%),\n    linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.05) 49%, transparent 50%);\n  background-size: 70px 70px;\n  pointer-events: none;\n}\n\n.cpse-edu-learning__head {\n  position: relative;\n  max-width: 850px;\n  margin-bottom: 58px;\n}\n\n.cpse-edu-learning .cpse-edu-kicker {\n  color: #ef8865;\n}\n\n.cpse-edu-learning .cpse-edu-title {\n  color: var(--cpse-edu-white);\n}\n\n.cpse-edu-learning .cpse-edu-intro {\n  color: rgba(255, 255, 255, 0.74);\n}\n\n.cpse-edu-learning__grid {\n  position: relative;\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  border-top: 1px solid rgba(255, 255, 255, 0.22);\n}\n\n.cpse-edu-learning__item {\n  min-height: 255px;\n  padding: 38px 38px 10px 0;\n}\n\n.cpse-edu-learning__item:not(:last-child) {\n  margin-right: 38px;\n  border-right: 1px solid rgba(255, 255, 255, 0.22);\n}\n\n.cpse-edu-learning__icon {\n  display: inline-flex;\n  width: 46px;\n  height: 46px;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 34px;\n  border: 1px solid rgba(255, 255, 255, 0.45);\n  border-radius: 50%;\n  color: #f0997b;\n  font-size: 18px;\n}\n\n.cpse-edu-learning__item h3 {\n  margin-bottom: 14px;\n  color: var(--cpse-edu-white);\n  font-size: 24px;\n  font-weight: 700;\n  line-height: 1.25;\n}\n\n.cpse-edu-learning__item p {\n  margin-bottom: 0;\n  color: rgba(255, 255, 255, 0.7);\n  font-size: 14px;\n  line-height: 1.75;\n}\n\n\/* Closing CTA *\/\n.cpse-edu-cta {\n  padding: 96px 0;\n  background: var(--cpse-edu-white);\n}\n\n.cpse-edu-cta__box {\n  display: grid;\n  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.7fr);\n  gap: 64px;\n  align-items: center;\n  padding: 68px;\n  border-radius: 28px;\n  background: var(--cpse-edu-soft);\n}\n\n.cpse-edu-cta h2 {\n  margin-bottom: 16px;\n  color: var(--cpse-edu-navy);\n  font-size: clamp(38px, 4.8vw, 62px);\n  font-weight: 700;\n  line-height: 1.06;\n  letter-spacing: -2.4px;\n}\n\n.cpse-edu-cta p {\n  max-width: 670px;\n  margin-bottom: 0;\n  color: var(--cpse-edu-text);\n  font-size: 16px;\n  line-height: 1.75;\n}\n\n.cpse-edu-cta__actions {\n  display: flex;\n  align-items: stretch;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.cpse-edu-cta__actions .cpse-edu-button {\n  width: 100%;\n  justify-content: space-between;\n}\n\n.cpse-edu-cta__contact {\n  display: inline-flex;\n  min-height: 54px;\n  align-items: center;\n  justify-content: center;\n  padding: 0 24px;\n  border: 1px solid var(--cpse-edu-line);\n  border-radius: 999px;\n  color: var(--cpse-edu-navy) !important;\n  font-size: 14px;\n  font-weight: 700;\n  transition:\n    border-color 220ms ease,\n    background-color 220ms ease;\n}\n\n.cpse-edu-cta__contact:hover {\n  border-color: var(--cpse-edu-navy);\n  background: var(--cpse-edu-white);\n}\n\n\/* Reveal motion *\/\n.cpse-edu-page .cpse-edu-reveal {\n  opacity: 0;\n  transform: translateY(26px);\n  transition:\n    opacity 650ms ease,\n    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.cpse-edu-page .cpse-edu-reveal.is-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n@media (max-width: 980px) {\n  .cpse-edu-section {\n    padding: 84px 0;\n  }\n\n  .cpse-edu-hero {\n    min-height: 650px;\n  }\n\n  .cpse-edu-pathway__head,\n  .cpse-edu-cta__box {\n    grid-template-columns: 1fr;\n    gap: 30px;\n  }\n\n  .cpse-edu-pathway__grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .cpse-edu-pathway__item:nth-child(2) {\n    margin-right: 0;\n    border-right: 0;\n  }\n\n  .cpse-edu-pathway__item:nth-child(-n + 2) {\n    border-bottom: 1px solid var(--cpse-edu-line);\n  }\n\n  .cpse-edu-programs__head {\n    align-items: flex-start;\n    flex-direction: column;\n    gap: 20px;\n  }\n\n  .cpse-edu-programs__head .cpse-edu-intro {\n    max-width: 720px;\n  }\n\n  .cpse-edu-program {\n    min-height: 430px;\n    padding: 34px;\n  }\n\n  .cpse-edu-learning__grid {\n    grid-template-columns: 1fr;\n  }\n\n  .cpse-edu-learning__item {\n    min-height: 0;\n    padding: 34px 0;\n  }\n\n  .cpse-edu-learning__item:not(:last-child) {\n    margin-right: 0;\n    border-right: 0;\n    border-bottom: 1px solid rgba(255, 255, 255, 0.22);\n  }\n\n  .cpse-edu-cta__box {\n    padding: 52px;\n  }\n}\n\n@media (max-width: 700px) {\n  .cpse-edu-shell,\n  .cpse-edu-hero__content {\n    width: min(100% - 32px, 1180px);\n  }\n\n  .cpse-edu-section {\n    padding: 66px 0;\n  }\n\n  .cpse-edu-title,\n  .cpse-edu-cta h2 {\n    letter-spacing: -1.6px;\n  }\n\n  .cpse-edu-hero {\n    min-height: 650px;\n    align-items: flex-end;\n  }\n\n  .cpse-edu-hero__image {\n    object-position: 65% center;\n  }\n\n  .cpse-edu-hero__overlay {\n    background:\n      linear-gradient(\n        0deg,\n        rgba(4, 17, 44, 0.96) 0%,\n        rgba(4, 17, 44, 0.78) 58%,\n        rgba(4, 17, 44, 0.18) 100%\n      );\n  }\n\n  .cpse-edu-hero__content {\n    padding: 120px 0 58px;\n  }\n\n  .cpse-edu-hero h1 {\n    font-size: clamp(52px, 16vw, 76px);\n    letter-spacing: -3px;\n  }\n\n  .cpse-edu-hero p {\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .cpse-edu-hero__actions,\n  .cpse-edu-hero__actions .cpse-edu-button {\n    width: 100%;\n  }\n\n  .cpse-edu-hero__actions .cpse-edu-button {\n    justify-content: space-between;\n  }\n\n  .cpse-edu-hero__note {\n    display: none;\n  }\n\n  .cpse-edu-pathway__grid,\n  .cpse-edu-programs__grid {\n    grid-template-columns: 1fr;\n  }\n\n  .cpse-edu-pathway__item,\n  .cpse-edu-pathway__item:not(:last-child),\n  .cpse-edu-pathway__item:nth-child(2) {\n    margin-right: 0;\n    padding: 30px 0;\n    border-right: 0;\n    border-bottom: 1px solid var(--cpse-edu-line);\n  }\n\n  .cpse-edu-pathway__item:last-child {\n    border-bottom: 0;\n  }\n\n  .cpse-edu-pathway__number {\n    margin-bottom: 24px;\n  }\n\n  .cpse-edu-program {\n    min-height: 0;\n    padding: 30px 26px;\n    border-radius: 20px;\n  }\n\n  .cpse-edu-program__top {\n    margin-bottom: 38px;\n  }\n\n  .cpse-edu-program h3 {\n    font-size: 31px;\n  }\n\n  .cpse-edu-program__topics {\n    margin-bottom: 34px;\n  }\n\n  .cpse-edu-cta {\n    padding: 64px 0;\n  }\n\n  .cpse-edu-cta__box {\n    padding: 36px 24px;\n    border-radius: 20px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  html {\n    scroll-behavior: auto;\n  }\n\n  .cpse-edu-page *,\n  .cpse-edu-page *::before,\n  .cpse-edu-page *::after {\n    transition-duration: 0.01ms !important;\n  }\n\n  .cpse-edu-page .cpse-edu-reveal {\n    opacity: 1;\n    transform: none;\n  }\n}\n<\/style>\n\n<!-- =========================================================\n     WIDGET 2 \u2014 EDUCATION HERO\n     ========================================================= -->\n<div class=\"cpse-edu-page\">\n  <section class=\"cpse-edu-hero\" aria-labelledby=\"cpse-education-title\">\n    <img decoding=\"async\"\n      class=\"cpse-edu-hero__image\"\n      src=\"\/wp-content\/uploads\/2026\/07\/hero_cpse_education-e1784909966189.webp\"\n      alt=\"CPSE students collaborating on a scientific engineering project\"\n    >\n\n    <div class=\"cpse-edu-hero__overlay\" aria-hidden=\"true\"><\/div>\n\n    <div class=\"cpse-edu-hero__content\">\n      <span class=\"cpse-edu-kicker\">\n        Education at CPSE\n      <\/span>\n\n      <h1 id=\"cpse-education-title\">\n        Learn science.<br>\n        Engineer impact.\n      <\/h1>\n\n      <p>\n        From scientific foundations to advanced engineering and doctoral\n        research, CPSE prepares students to understand complex systems,\n        build practical solutions and contribute to the technologies of\n        tomorrow.\n      <\/p>\n\n      <div class=\"cpse-edu-hero__actions\">\n        <a class=\"cpse-edu-button\" href=\"#cpse-education-programs\">\n          <span>Explore Our Programs<\/span>\n          <span class=\"cpse-edu-button__arrow\" aria-hidden=\"true\">\u2193<\/span>\n        <\/a>\n\n\n      <\/div>\n    <\/div>\n\n    <span class=\"cpse-edu-hero__note\">\n      Physical sciences \u00b7 Engineering \u00b7 Innovation\n    <\/span>\n  <\/section>\n<\/div>\n\n<!-- =========================================================\n     WIDGET 3 \u2014 ACADEMIC PATHWAY\n     ========================================================= -->\n<div class=\"cpse-edu-page\">\n  <section class=\"cpse-edu-section\" aria-labelledby=\"cpse-pathway-title\">\n    <div class=\"cpse-edu-shell\">\n\n      <div class=\"cpse-edu-pathway__head cpse-edu-reveal\">\n        <div>\n          <span class=\"cpse-edu-kicker\">\n            Your academic pathway\n          <\/span>\n\n          <h2 id=\"cpse-pathway-title\" class=\"cpse-edu-title\">\n            Build your future at every level\n          <\/h2>\n        <\/div>\n\n        <p class=\"cpse-edu-intro\">\n          Choose the path that matches your ambitions, from developing\n          fundamental scientific knowledge to leading original research.\n        <\/p>\n      <\/div>\n\n      <div class=\"cpse-edu-pathway__grid\">\n        <article class=\"cpse-edu-pathway__item cpse-edu-reveal\">\n          <span class=\"cpse-edu-pathway__number\">01<\/span>\n          <h3>Build foundations<\/h3>\n          <p>\n            Develop a rigorous base in physics, mathematics and\n            engineering sciences.\n          <\/p>\n        <\/article>\n\n        <article class=\"cpse-edu-pathway__item cpse-edu-reveal\">\n          <span class=\"cpse-edu-pathway__number\">02<\/span>\n          <h3>Become an engineer<\/h3>\n          <p>\n            Combine advanced science with systems, projects and applied\n            engineering.\n          <\/p>\n        <\/article>\n\n        <article class=\"cpse-edu-pathway__item cpse-edu-reveal\">\n          <span class=\"cpse-edu-pathway__number\">03<\/span>\n          <h3>Choose a specialization<\/h3>\n          <p>\n            Advance your expertise through focused, technology-oriented\n            master programs.\n          <\/p>\n        <\/article>\n\n        <article class=\"cpse-edu-pathway__item cpse-edu-reveal\">\n          <span class=\"cpse-edu-pathway__number\">04<\/span>\n          <h3>Create new knowledge<\/h3>\n          <p>\n            Conduct original doctoral research within an international\n            scientific community.\n          <\/p>\n        <\/article>\n      <\/div>\n\n    <\/div>\n  <\/section>\n<\/div>\n\n<!-- =========================================================\n     WIDGET 4 \u2014 ACADEMIC PROGRAMS\n     ========================================================= -->\n<div class=\"cpse-edu-page\">\n  <section\n    id=\"cpse-education-programs\"\n    class=\"cpse-edu-section cpse-edu-section--soft\"\n    aria-labelledby=\"cpse-programs-title\"\n  >\n    <div class=\"cpse-edu-shell\">\n\n      <div class=\"cpse-edu-programs__head cpse-edu-reveal\">\n        <div>\n          <span class=\"cpse-edu-kicker\">\n            Academic programs\n          <\/span>\n\n          <h2 id=\"cpse-programs-title\" class=\"cpse-edu-title\">\n            Find the program that fits your ambition\n          <\/h2>\n        <\/div>\n\n        <p class=\"cpse-edu-intro\">\n          Each program combines scientific depth, practical experience and\n          opportunities to engage with research and innovation.\n        <\/p>\n      <\/div>\n\n      <div class=\"cpse-edu-programs__grid\">\n\n        <article class=\"cpse-edu-program cpse-edu-reveal\">\n          <div class=\"cpse-edu-program__top\">\n            <span class=\"cpse-edu-program__level\">\n              Undergraduate education\n            <\/span>\n          <\/div>\n\n          <h3>Bachelor \/ Licence<\/h3>\n\n          <p>\n            Build strong foundations in physics, mathematics, engineering\n            sciences and applied technologies while preparing for advanced\n            study and scientific careers.\n          <\/p>\n\n          <ul class=\"cpse-edu-program__topics\" aria-label=\"Program themes\">\n            <li>Scientific foundations<\/li>\n            <li>Applied learning<\/li>\n            <li>Advanced-study preparation<\/li>\n          <\/ul>\n\n          <a\n            class=\"cpse-edu-program__link\"\n            href=\"\"\n          >\n            Discover the program\n            <span aria-hidden=\"true\">\u2192<\/span>\n          <\/a>\n        <\/article>\n\n        <article class=\"cpse-edu-program cpse-edu-reveal\">\n          <div class=\"cpse-edu-program__top\">\n            <span class=\"cpse-edu-program__level\">\n              Engineering education\n            <\/span>\n          <\/div>\n\n          <h3>Engineering Program<\/h3>\n\n          <p>\n            Integrate advanced physics with electronics, computational\n            methods, optical systems, multidisciplinary projects and\n            entrepreneurial development.\n          <\/p>\n\n          <ul class=\"cpse-edu-program__topics\" aria-label=\"Program themes\">\n            <li>Advanced engineering<\/li>\n            <li>Project-based learning<\/li>\n            <li>Innovation<\/li>\n          <\/ul>\n\n          <a\n            class=\"cpse-edu-program__link\"\n            href=\"\/?page_id=546\"\n          >\n            Discover the program\n            <span aria-hidden=\"true\">\u2192<\/span>\n          <\/a>\n        <\/article>\n\n        <article class=\"cpse-edu-program cpse-edu-reveal\">\n          <div class=\"cpse-edu-program__top\">\n            <span class=\"cpse-edu-program__level\">\n              Graduate education\n            <\/span>\n          <\/div>\n\n          <h3>Master Programs<\/h3>\n\n          <p>\n            Specialize in renewable energy and smart grids or in industrial\n            technologies for the factory of the future through advanced,\n            application-oriented training.\n          <\/p>\n\n          <ul class=\"cpse-edu-program__topics\" aria-label=\"Program themes\">\n            <li>Renewable energy<\/li>\n            <li>Smart grids<\/li>\n            <li>Future industry<\/li>\n          <\/ul>\n\n          <a\n            class=\"cpse-edu-program__link\"\n            href=\"https:\/\/physicsschool.um6p.ma\/?page_id=767\"\n          >\n            Explore the master programs\n            <span aria-hidden=\"true\">\u2192<\/span>\n          <\/a>\n        <\/article>\n\n        <article class=\"cpse-edu-program cpse-edu-reveal\">\n          <div class=\"cpse-edu-program__top\">\n            <span class=\"cpse-edu-program__level\">\n              Doctoral education\n            <\/span>\n          <\/div>\n\n          <h3>Doctoral Program<\/h3>\n\n          <p>\n            Develop original research with faculty supervision,\n            interdisciplinary exchange and engagement with national and\n            international scientific networks.\n          <\/p>\n\n          <ul class=\"cpse-edu-program__topics\" aria-label=\"Program themes\">\n            <li>Original research<\/li>\n            <li>Scientific community<\/li>\n            <li>International outlook<\/li>\n          <\/ul>\n\n          <a\n            class=\"cpse-edu-program__link\"\n            href=\"https:\/\/physicsschool.um6p.ma\/?page_id=703\/\"\n          >\n            Discover doctoral education\n            <span aria-hidden=\"true\">\u2192<\/span>\n          <\/a>\n        <\/article>\n\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n\n<!-- =========================================================\n     WIDGET 5 \u2014 THE CPSE LEARNING EXPERIENCE\n     ========================================================= -->\n<div class=\"cpse-edu-page\">\n  <section class=\"cpse-edu-section cpse-edu-learning\" aria-labelledby=\"cpse-learning-title\">\n    <div class=\"cpse-edu-shell\">\n\n      <div class=\"cpse-edu-learning__head cpse-edu-reveal\">\n        <span class=\"cpse-edu-kicker\">\n          The CPSE learning experience\n        <\/span>\n\n        <h2 id=\"cpse-learning-title\" class=\"cpse-edu-title\">\n          Knowledge becomes capability\n        <\/h2>\n\n        <p class=\"cpse-edu-intro\">\n          Learning at CPSE connects rigorous scientific understanding with\n          experimentation, collaboration and real engineering practice.\n        <\/p>\n      <\/div>\n\n      <div class=\"cpse-edu-learning__grid\">\n        <article class=\"cpse-edu-learning__item cpse-edu-reveal\">\n          <span class=\"cpse-edu-learning__icon\" aria-hidden=\"true\">\u2197<\/span>\n          <h3>Learn by doing<\/h3>\n          <p>\n            Laboratories, simulations and projects help students apply\n            theory, validate ideas and build confidence with scientific\n            tools.\n          <\/p>\n        <\/article>\n\n        <article class=\"cpse-edu-learning__item cpse-edu-reveal\">\n          <span class=\"cpse-edu-learning__icon\" aria-hidden=\"true\">\u25ce<\/span>\n          <h3>Research-led education<\/h3>\n          <p>\n            Students learn in an environment shaped by active research,\n            emerging technologies and exchange with faculty and doctoral\n            researchers.\n          <\/p>\n        <\/article>\n\n        <article class=\"cpse-edu-learning__item cpse-edu-reveal\">\n          <span class=\"cpse-edu-learning__icon\" aria-hidden=\"true\">\u25c7<\/span>\n          <h3>Connected to impact<\/h3>\n          <p>\n            Innovation, entrepreneurship, mobility and collaboration\n            connect academic learning to industry, society and future\n            opportunities.\n          <\/p>\n        <\/article>\n      <\/div>\n\n    <\/div>\n  <\/section>\n<\/div>\n\n\n\n<!-- =========================================================\n     WIDGET 7 \u2014 LIGHTWEIGHT SCROLL REVEAL\n     ========================================================= -->\n<script>\n(function () {\n  \"use strict\";\n\n  function initializeCpseEducationReveal() {\n    var elements = document.querySelectorAll(\n      \".cpse-edu-page .cpse-edu-reveal:not([data-cpse-reveal-ready])\"\n    );\n\n    if (!elements.length) {\n      return;\n    }\n\n    var reduceMotion = window.matchMedia(\n      \"(prefers-reduced-motion: reduce)\"\n    ).matches;\n\n    if (reduceMotion || !(\"IntersectionObserver\" in window)) {\n      elements.forEach(function (element) {\n        element.classList.add(\"is-visible\");\n        element.setAttribute(\"data-cpse-reveal-ready\", \"true\");\n      });\n      return;\n    }\n\n    var observer = new IntersectionObserver(\n      function (entries) {\n        entries.forEach(function (entry) {\n          if (!entry.isIntersecting) {\n            return;\n          }\n\n          entry.target.classList.add(\"is-visible\");\n          observer.unobserve(entry.target);\n        });\n      },\n      {\n        threshold: 0.12,\n        rootMargin: \"0px 0px -40px 0px\"\n      }\n    );\n\n    elements.forEach(function (element, index) {\n      element.setAttribute(\"data-cpse-reveal-ready\", \"true\");\n      element.style.transitionDelay = Math.min(index % 4, 3) * 70 + \"ms\";\n      observer.observe(element);\n    });\n  }\n\n  if (document.readyState === \"loading\") {\n    document.addEventListener(\n      \"DOMContentLoaded\",\n      initializeCpseEducationReveal\n    );\n  } else {\n    initializeCpseEducationReveal();\n  }\n\n  document.addEventListener(\n    \"elementor\/frontend\/init\",\n    initializeCpseEducationReveal\n  );\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Education at CPSE Learn science. Engineer impact. From scientific foundations to advanced engineering and doctoral research, CPSE prepares students to understand complex systems, build&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-430","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/physicsschool.um6p.ma\/index.php?rest_route=\/wp\/v2\/pages\/430","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/physicsschool.um6p.ma\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/physicsschool.um6p.ma\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/physicsschool.um6p.ma\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/physicsschool.um6p.ma\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=430"}],"version-history":[{"count":100,"href":"https:\/\/physicsschool.um6p.ma\/index.php?rest_route=\/wp\/v2\/pages\/430\/revisions"}],"predecessor-version":[{"id":2168,"href":"https:\/\/physicsschool.um6p.ma\/index.php?rest_route=\/wp\/v2\/pages\/430\/revisions\/2168"}],"wp:attachment":[{"href":"https:\/\/physicsschool.um6p.ma\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}