:root {
--color-navy: #1f1c4a;
--color-navy-soft: #312d73;
--color-pink: #b00475;
--color-pink-bright: #ff30ce;
--color-lavender: #8794f4;
--color-cream: #fefef8;
--color-white: #ffffff;
--color-ink: #17142c;
--color-muted: #66607e;
--color-border: rgba(33, 29, 87, 0.14);
--font-main: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--font-title: "Josefin Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--container: 1180px;
--space-section: clamp(56px, 8vw, 112px);
--site-header-height: 96px;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
html.has-lenis {
scroll-behavior: auto;
}
body {
margin: 0;
background: var(--color-cream);
color: var(--color-ink);
font-family: var(--font-main);
font-size: 20px;
line-height: 1.35;
}
img {
display: block;
height: auto;
max-width: 100%;
}
a {
color: inherit;
text-decoration-thickness: 1px;
text-underline-offset: 0.18em;
}
h1,
h2,
h3,
h4,
p {
margin-top: 0;
}
h1,
h2,
h3 {
font-family: var(--font-title);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
} h1 {
font-size: clamp(58px, 5.7vw, 98px);
}
h2 {
font-size: clamp(52px, 5.56vw, 96px);
}
h3 {
font-size: clamp(32px, 2.78vw, 48px);
}
.container {
margin-inline: auto;
max-width: var(--container);
padding-inline: clamp(20px, 4vw, 48px);
width: 100%;
}
.home .section>.container,
.home .section>.stack-panel__scroll>.container {
max-width: none;
padding-inline: 50px;
}
.home .section>.container.split,
.home .section>.stack-panel__scroll>.container.split {
max-width: none;
}
.content-narrow {
max-width: 840px;
}
.content-list {
display: grid;
gap: 28px;
}
.skip-link,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
.skip-link:focus {
background: var(--color-white);
clip: auto;
height: auto;
left: 16px;
padding: 10px 14px;
top: 16px;
width: auto;
z-index: 1000;
}
.site-header {
background: var(--color-cream);
box-shadow: 2px 2px 10px rgba(132, 132, 132, 0.25);
position: sticky;
top: 0;
z-index: 100;
}
.site-header__inner {
align-items: center;
display: flex;
gap: 50px;
justify-content: space-between;
margin-inline: auto;
max-width: none;
min-height: 96px;
padding: 10px 50px;
}
.home .hero-section {
z-index: 5;
}
.home .section-stack {
position: relative;
}
.home .stack-step {
--stack-panel-height: calc(100svh - var(--site-header-height));
--stack-step-extra: 0px;
height: calc(var(--stack-panel-height) + var(--stack-panel-height) + var(--stack-step-extra));
position: relative;
}
.home .stack-step + .stack-step {
margin-top: calc(0px - var(--stack-panel-height));
}
.home .stack-step:last-child {
height: calc(var(--stack-panel-height) + var(--stack-step-extra) + 1px);
}
.home .stack-panel {
height: var(--stack-panel-height, calc(100svh - var(--site-header-height)));
min-height: 0;
overflow: hidden;
position: sticky;
top: var(--site-header-height);
}
.home .stack-panel__scroll {
will-change: transform;
}
.home .stack-panel--school {
z-index: 10;
}
.home .stack-panel--programs {
z-index: 20;
}
.home .stack-panel--pedagogy {
z-index: 30;
}
.home .stack-panel--partners {
z-index: 50;
}
.home .stack-panel--students {
z-index: 40;
}
.home .stack-panel--social {
z-index: 60;
}
.site-brand,
.custom-logo-link {
align-items: center;
color: var(--color-pink);
display: inline-flex;
flex: 0 0 200px;
font-size: 1.6rem;
font-weight: 800;
height: 76px;
text-decoration: none;
width: 200px;
}
.site-brand img,
.custom-logo-link img {
height: 76px;
max-height: 76px;
object-fit: contain;
width: 200px;
}
.primary-nav__list,
.footer-nav__list {
align-items: center;
display: flex;
gap: 50px;
list-style: none;
margin: 0;
padding: 0;
}
.footer-nav__list {
align-items: flex-start;
flex-direction: column;
gap: 25px;
}
.footer-nav a {
font-size: 20px;
line-height: 1;
}
.primary-nav a,
.primary-nav button {
background: transparent;
border: 0;
color: #111214;
cursor: pointer;
font-family: var(--font-main);
font-size: 32px;
font-weight: 400;
line-height: normal;
padding: 0;
text-decoration: none;
}
.footer-nav a {
color: var(--color-ink);
font-family: var(--font-main);
font-size: 20px;
font-weight: 500;
text-decoration: none;
}
.primary-nav__link {
align-items: center;
display: inline-flex;
gap: 10px;
white-space: nowrap;
}
.primary-nav__item {
position: relative;
}
.primary-nav__link--dropdown::after {
border-bottom: 2px solid currentColor;
border-right: 2px solid currentColor;
content: "";
display: block;
height: 12px;
margin-top: -6px;
transform: rotate(45deg);
width: 12px;
}
.primary-nav__submenu {
background: var(--color-cream);
box-shadow: 2px 2px 10px rgba(132, 132, 132, 0.25);
display: flex;
flex-direction: column;
gap: 18px;
left: 0;
list-style: none;
margin: 0;
min-width: 430px;
opacity: 0;
padding: 24px;
pointer-events: none;
position: absolute;
top: 100%;
transform: translateY(-8px);
transition: opacity 160ms ease, transform 160ms ease;
z-index: 60;
}
.primary-nav__submenu a {
display: block;
font-size: 24px;
line-height: normal;
white-space: nowrap;
}
.primary-nav__item--has-submenu:hover .primary-nav__submenu,
.primary-nav__item--has-submenu:focus-within .primary-nav__submenu {
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}
.primary-nav a:hover,
.primary-nav button:hover,
.footer-nav a:hover {
color: var(--color-pink);
}
.nav-toggle {
align-items: center;
background: transparent;
border: 1px solid var(--color-border);
border-radius: 6px;
color: var(--color-ink);
display: none;
height: 42px;
justify-content: center;
padding: 0;
width: 42px;
}
.nav-toggle__bar,
.nav-toggle__bar::before,
.nav-toggle__bar::after {
background: currentColor;
display: block;
height: 2px;
width: 18px;
}
.nav-toggle__bar {
position: relative;
}
.nav-toggle__bar::before,
.nav-toggle__bar::after {
content: "";
left: 0;
position: absolute;
}
.nav-toggle__bar::before {
top: -6px;
}
.nav-toggle__bar::after {
top: 6px;
}
.hero-section {
--hero-wide-gutter: max(50px, calc((100vw - 1800px) / 2));
background: var(--color-navy);
color: var(--color-white);
display: flex;
gap: 10px;
justify-content: flex-end;
min-height: 922px;
overflow: visible;
padding: 200px var(--hero-wide-gutter);
position: relative;
z-index: 1;
}
.hero-section__media {
bottom: auto;
height: 874px;
left: var(--hero-wide-gutter);
overflow: hidden;
position: absolute;
top: 200px;
width: 646px;
z-index: 2;
}
.hero-section__media img {
height: 100%;
left: -0.89%;
max-width: none;
object-fit: fill;
position: absolute;
top: 0;
width: 101.47%;
}
.hero-section__content {
align-items: flex-end;
display: flex;
filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
flex-direction: column;
gap: 50px;
position: relative;
width: 956px;
z-index: 1;
}
.hero-section__content h1 {
font-size: 96px;
letter-spacing: 0;
line-height: 1;
margin-bottom: 0;
width: 100%;
}
.hero-section__content h2 {
color: var(--color-cream);
font-family: var(--font-main);
font-size: 36px;
font-weight: 400;
letter-spacing: 0;
line-height: 1.08;
margin: 0;
width: 100%;
}
.hero-section__content p {
color: var(--color-cream);
font-size: 24px;
line-height: 1.25;
margin-bottom: 0;
width: 100%;
}
.hero-accreditation {
align-items: center;
align-self: flex-start;
background: var(--color-white);
display: flex;
gap: clamp(12px, 1.4vw, 20px);
min-height: 116px;
padding: 16px 20px;
text-decoration: none;
width: auto;
}
.hero-accreditation img {
height: clamp(74px, 6vw, 96px);
max-width: min(270px, 24vw);
object-fit: contain;
width: auto;
}
.hero-accreditation:hover {
filter: brightness(1.04);
}
.button-row {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-top: 28px;
}
.hero-section .button-row {
align-items: center;
gap: clamp(18px, 2vw, 32px);
justify-content: flex-end;
margin-top: 0;
width: 100%;
}
.hero-section .button {
box-shadow: 2px 2px 5px rgba(132, 132, 132, 0.25);
min-height: auto;
padding: 20px;
}
.hero-section .button__icon {
height: 32px;
width: 32px;
}
.button {
align-items: center;
border: 0;
display: inline-flex;
gap: 10px;
font-family: var(--font-main);
font-size: 20px;
font-weight: 700;
justify-content: center;
min-height: 44px;
padding: 12px 20px;
text-decoration: none;
transition: transform 160ms ease, background 160ms ease;
}
.button:hover {
transform: translateY(-1px);
}
.button--primary,
.button--secondary,
.button--small {
background: var(--color-pink-bright);
color: var(--color-white);
}
.button--secondary {
background: var(--color-pink);
}
.button--full {
background: #666aee;
color: var(--color-white);
margin-top: auto;
width: 100%;
}
.button--small {
font-size: 20px;
min-height: 38px;
padding: 9px 14px;
}
.button--compact {
font-size: 20px;
min-height: 42px;
padding: 11px 18px;
} .eslm-icon {
background-color: currentColor;
display: inline-block;
flex: 0 0 auto;
height: 1em;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
vertical-align: middle;
width: 1em;
}
.eslm-icon--time {
-webkit-mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-time.svg);
mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-time.svg);
}
.eslm-icon--graduate-cap {
-webkit-mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-graduate-cap.svg);
mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-graduate-cap.svg);
}
.eslm-icon--paper-plane {
-webkit-mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-paper-plane.svg);
mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-paper-plane.svg);
}
.eslm-icon--arrow-up {
-webkit-mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-arrow-up.svg);
mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-arrow-up.svg);
}
.eslm-icon--seats {
-webkit-mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-seats.svg);
mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-seats.svg);
}
.eslm-icon--online {
-webkit-mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-online.svg);
mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-online.svg);
}
.eslm-icon--location {
-webkit-mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-location.svg);
mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-location.svg);
}
.button__icon {
height: 1.35em;
width: 1.35em;
}
.section,
.page-band,
.archive-hero {
padding-block: var(--space-section);
}
.section--pink {
background: var(--color-pink);
color: var(--color-white);
}
.section--navy,
.archive-hero {
background: var(--color-navy-soft);
color: var(--color-white);
}
.section--lavender {
background: var(--color-lavender);
color: var(--color-white);
}
.section--compact {
padding-top: 24px;
}
.section--compact h2,
.section--compact .section-lead {
font-family: var(--font-main);
font-size: clamp(32px, 2.78vw, 48px);
font-weight: 400;
letter-spacing: 0;
line-height: 1;
}
.section--compact .section-heading-row p {
font-size: clamp(22px, 1.85vw, 32px);
font-weight: 700;
line-height: 1;
}
.section-lead {
font-family: var(--font-main);
font-size: clamp(32px, 2.78vw, 48px);
font-weight: 400;
line-height: 1;
max-width: 780px;
}
.section-eyebrow {
color: inherit;
font-family: var(--font-main);
font-size: 20px;
font-weight: 700;
letter-spacing: 0;
line-height: 1.2;
margin: 0 0 18px;
text-transform: none;
}
.home .section-eyebrow {
font-family: var(--font-title);
font-size: clamp(48px, 6vw, 96px);
font-weight: 300;
letter-spacing: 0;
line-height: 1;
margin: 0 0 24px;
}
.section-subheading {
color: inherit;
font-family: var(--font-main);
font-size: clamp(22px, 1.85vw, 32px);
font-weight: 700;
letter-spacing: 0;
line-height: 1.15;
margin: 0;
}
.section-kicker {
color: var(--color-white);
margin-top: 18px;
}
.section-kicker p {
font-family: var(--font-main);
line-height: 1;
margin-bottom: 5px;
}
.section-kicker p:first-child {
font-size: clamp(32px, 2.78vw, 48px);
font-weight: 400;
}
.section-kicker p:last-child {
font-size: clamp(22px, 1.85vw, 32px);
font-weight: 700;
}
.split__content>p:not(.section-lead):not(.section-eyebrow) {
font-size: clamp(20px, 1.62vw, 28px);
line-height: 1;
}
.split {
align-items: center;
display: grid;
gap: clamp(36px, 6vw, 88px);
grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
.split--school {
align-items: center;
}
.school-section {
padding-block: 150px 100px;
position: relative;
z-index: 0;
}
.school-section .split--school {
display: flex;
gap: 50px;
justify-content: center;
}
.school-section__content {
display: flex;
flex: 0 0 779px;
flex-direction: column;
gap: 24px;
justify-content: flex-start;
min-height: 890px;
width: 779px;
}
.school-section__content h2 {
font-family: var(--font-main);
font-size: clamp(34px, 3.4vw, 56px);
font-weight: 400;
letter-spacing: 0;
line-height: 1.08;
margin-bottom: 0;
}
.school-section__content h3 {
font-family: var(--font-main);
font-size: clamp(24px, 2.2vw, 36px);
font-weight: 700;
letter-spacing: 0;
line-height: 1.15;
margin: 0;
}
.school-section__content > .section-eyebrow {
font-family: var(--font-title);
font-size: clamp(56px, 6.25vw, 96px);
font-weight: 300;
letter-spacing: 0;
line-height: 1;
margin-bottom: 0;
max-width: none;
width: 779px;
}
.school-details {
display: flex;
flex-direction: column;
gap: 25px;
}
.school-description {
min-height: 0;
width: 779px;
}
.school-description p {
font-size: 22px;
line-height: 1.24;
margin-bottom: 18px;
}
.school-description p:last-child {
margin-bottom: 0;
}
.stats-grid {
align-items: start;
display: flex;
justify-content: space-between;
margin-top: 0;
width: 779px;
}
.stats-grid>div {
align-items: center;
display: flex;
flex-direction: column;
gap: 12px;
text-align: center;
}
.stats-grid strong {
display: block;
font-family: var(--font-title);
font-size: 60px;
font-weight: 300;
letter-spacing: 0;
line-height: 1;
white-space: nowrap;
}
.stats-grid span {
display: block;
font-size: 20px;
line-height: 1;
max-width: 203px;
}
.school-gallery {
display: flex;
flex: 0 0 800px;
flex-direction: column;
gap: 50px;
width: 800px;
}
.school-gallery__top {
display: flex;
gap: 50px;
height: 540px;
position: relative;
width: 800px;
}
.school-gallery__main {
container-type: inline-size;
height: 540px;
position: relative;
width: 550px;
}
.school-gallery__side {
height: 540px;
overflow: hidden;
position: relative;
width: 200px;
}
.school-gallery__main img,
.school-gallery__students img,
.join-grid__image {
height: 100%;
object-fit: cover;
width: 100%;
}
.school-gallery__side img {
height: 100%;
left: -86.37%;
max-width: none;
position: absolute;
top: 0.08%;
width: 202.5%;
}
.school-gallery__city {
--city-overlap: 0.24em;
background: linear-gradient(
to bottom,
var(--color-cream) 0 var(--city-overlap),
var(--color-pink) var(--city-overlap) 100%
);
background-clip: text;
color: transparent;
display: block;
font-family: var(--font-title);
font-size: clamp(40px, 19cqi, 104px);
font-weight: 200;
letter-spacing: 0;
line-height: 1;
left: 10px;
position: absolute;
top: calc(-1 * var(--city-overlap));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
white-space: nowrap;
}
.school-gallery__bottom {
display: flex;
gap: 50px;
height: 300px;
width: 800px;
}
.school-gallery__students {
height: 300px;
width: 450px;
}
.school-gallery__crowd {
height: 300px;
overflow: hidden;
position: relative;
width: 300px;
}
.school-gallery__crowd img {
height: 100%;
left: -78.67%;
max-width: none;
position: absolute;
top: -0.15%;
width: 216.45%;
}
.school-actions {
align-items: center;
display: flex;
justify-content: space-between;
width: 779px;
}
.school-social {
align-items: center;
display: flex;
gap: 25px;
}
.school-social__link {
background: transparent;
}
.school-social__link:hover {
background: transparent;
}
.school-social__link .footer-social__icon {
background: #fff;
height: 52px;
width: 52px;
}
.school-section .button--compact {
box-shadow: 2px 2px 5px rgba(132, 132, 132, 0.25);
min-height: auto;
padding: 20px;
}
@media (min-width: 1201px) and (max-width: 1727px) {
.school-section {
padding-block: clamp(92px, 8vw, 130px);
}
.school-section .split--school {
align-items: flex-start;
flex-direction: row;
gap: clamp(28px, 2.9vw, 50px);
}
.school-section__content {
flex: 1 1 0;
gap: clamp(28px, 2.55vw, 44px);
height: auto;
justify-content: flex-start;
min-width: 0;
width: auto;
}
.school-section__content h2 {
font-size: clamp(34px, 3.4vw, 56px);
}
.school-section .section-lead {
font-size: clamp(32px, 2.78vw, 48px);
width: 100%;
}
.school-description {
min-height: 0;
width: 100%;
}
.school-description p {
font-size: clamp(19px, 1.62vw, 28px);
}
.school-actions,
.school-section .stats-grid {
width: 100%;
}
.school-section .stats-grid strong {
font-size: clamp(42px, 3.47vw, 60px);
}
.school-section .stats-grid span {
font-size: clamp(15px, 1.16vw, 20px);
}
.school-gallery {
flex: 0 1 49%;
gap: clamp(24px, 2.9vw, 50px);
min-width: 0;
width: auto;
}
.school-gallery__top {
aspect-ratio: 800 / 540;
gap: clamp(20px, 2.9vw, 50px);
height: auto;
width: 100%;
}
.school-gallery__main {
height: 100%;
width: 68.75%;
}
.school-gallery__side {
flex: 1;
height: 100%;
width: auto;
}
.school-gallery__bottom {
aspect-ratio: 800 / 300;
gap: clamp(20px, 2.9vw, 50px);
height: auto;
width: 100%;
}
.school-gallery__students {
height: 100%;
width: 56.25%;
}
.school-gallery__crowd {
flex: 1;
height: 100%;
width: auto;
}
}
@media (min-width: 981px) and (max-width: 1200px) {
.school-section {
padding-block: 80px;
}
.school-section .split--school {
align-items: center;
flex-direction: column;
gap: 64px;
}
.school-section__content {
flex-basis: auto;
gap: 40px;
height: auto;
max-width: 800px;
width: 100%;
}
.school-section .section-lead,
.school-description,
.school-actions,
.school-section .stats-grid {
width: 100%;
}
.school-description {
min-height: 0;
}
.school-gallery {
flex-basis: auto;
gap: clamp(24px, 4vw, 50px);
max-width: 800px;
width: 100%;
}
.school-gallery__top {
aspect-ratio: 800 / 540;
display: flex;
gap: clamp(20px, 4vw, 50px);
height: auto;
width: 100%;
}
.school-gallery__main {
height: 100%;
width: 68.75%;
}
.school-gallery__side {
display: block;
flex: 1;
height: 100%;
width: auto;
}
.school-gallery__bottom {
aspect-ratio: 800 / 300;
gap: clamp(20px, 4vw, 50px);
height: auto;
width: 100%;
}
.school-gallery__students {
height: 100%;
width: 56.25%;
}
.school-gallery__crowd {
flex: 1;
height: 100%;
width: auto;
}
}
.program-grid,
.event-grid,
.join-grid {
display: grid;
gap: 24px;
grid-template-columns: repeat(3, minmax(0, 1fr));
margin-top: 32px;
}
.programs-section {
background: #292768;
padding: 100px 50px;
}
.home .programs-section > .container,
.home .programs-section > .stack-panel__scroll > .container {
margin-inline: auto;
max-width: 500px;
padding-inline: 0;
width: 100%;
}
@media (min-width: 1100px) {
.home .programs-section > .container,
.home .programs-section > .stack-panel__scroll > .container {
max-width: 1050px;
}
}
@media (min-width: 1660px) {
.home .programs-section > .container,
.home .programs-section > .stack-panel__scroll > .container {
max-width: 1600px;
}
}
.programs-section h2 {
font-family: var(--font-main);
font-size: clamp(34px, 3.4vw, 56px);
font-weight: 400;
letter-spacing: 0;
line-height: 1.08;
margin-bottom: 12px;
}
.programs-section .section-eyebrow,
.programs-section .section-subheading {
color: var(--color-white);
}
.programs-section .section-subheading {
margin-bottom: 25px;
}
.programs-section .section-kicker {
display: flex;
flex-direction: column;
gap: 5px;
margin-top: 0;
}
.programs-section .section-kicker p {
margin-bottom: 0;
}
.program-grid {
display: grid;
gap: 50px;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 500px), 500px));
justify-content: center;
margin-inline: auto;
margin-top: 25px;
width: min(1600px, 100%);
}
.program-card,
.event-card,
.post-card,
.empty-state {
background: var(--color-white);
color: var(--color-ink);
overflow: hidden;
}
.program-card {
background: var(--color-cream);
color: #111214;
display: flex;
flex-direction: column;
min-height: 500px;
gap: 18px;
justify-content: space-between;
padding: 50px;
box-shadow: 2px 2px 10px rgba(132, 132, 132, 0.25);
width: min(500px, 100%);
}
.program-card__header {
display: flex;
flex-direction: column;
gap: 8px;
width: 100%;
}
.program-card__label {
color: #111214;
font-size: 20px;
line-height: normal;
margin-bottom: 0;
white-space: nowrap;
}
.program-card h2,
.program-card h3,
.program-card h4 {
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
display: -webkit-box;
font-family: var(--font-main);
font-size: 48px;
font-weight: 400;
letter-spacing: 0;
line-height: normal;
margin-bottom: 0;
overflow: hidden;
}
.program-card p {
font-size: 20px;
line-height: normal;
}
.program-card__desc {
font-size: 18px;
line-height: 1.35;
margin: 0;
opacity: 0.92;
}
.program-card__meta {
align-items: flex-start;
display: flex;
justify-content: space-between;
width: 100%;
}
.program-card__meta-item {
align-items: center;
display: flex;
gap: 10px;
height: 39px;
white-space: nowrap;
}
.program-card__meta-item .eslm-icon {
height: 32px;
width: 32px;
}
.program-card__meta-item span {
font-size: 32px;
line-height: normal;
}
.program-card__intake {
background: #eef2ff;
color: #111214;
font-size: 20px;
line-height: normal;
padding: 10px;
width: 100%;
}
.program-card__button {
color: #eef2ff;
font-size: 32px;
font-weight: 400;
line-height: normal;
margin-top: 0;
min-height: 0;
padding: 20px;
box-shadow: 2px 2px 5px rgba(132, 132, 132, 0.25);
}
.program-card--pink .program-card__intake {
background: #fff0fc;
}
.program-card--pink .program-card__button {
background: var(--color-pink-bright);
}
.programs-section__more {
color: var(--color-cream);
display: block;
font-size: 32px;
line-height: 1;
margin: 25px auto 0;
text-align: center;
text-decoration: none;
width: max-content;
}
.program-detail-section {
align-items: center;
background: var(--color-pink);
color: var(--color-cream);
display: flex;
flex-direction: column;
gap: 75px;
justify-content: center;
padding: 200px 50px 50px;
}
.program-detail-section--bachelor {
background: #292768;
}
.program-detail-section__intro {
display: flex;
flex-direction: column;
gap: 25px;
width: min(1628px, 100%);
}
.program-detail-section__title-row {
height: 140px;
position: relative;
width: 100%;
}
.program-detail-section h1 {
color: var(--color-cream);
font-size: 116px;
font-weight: 300;
letter-spacing: -4.8px;
line-height: normal;
margin: 0;
white-space: nowrap;
}
.program-detail-section__copy {
align-items: center;
display: flex;
font-size: 32px;
font-weight: 400;
justify-content: space-between;
line-height: normal;
width: 100%;
}
.program-detail-section__copy p {
margin: 0;
width: 766px;
}
.program-detail-section__copy div {
width: 766px;
}
.program-detail-section__copy div p {
width: 100%;
}
.program-detail-grid {
align-content: center;
display: flex;
flex-wrap: wrap;
gap: 50px;
width: min(1600px, 100%);
}
.program-detail-grid--single {
align-content: flex-start;
justify-content: flex-start;
}
.program-detail-card {
background: var(--color-cream);
box-shadow: 2px 2px 10px rgba(132, 132, 132, 0.25);
color: #111214;
display: flex;
flex: 0 0 500px;
flex-direction: column;
height: 500px;
justify-content: space-between;
overflow: hidden;
padding: 50px;
}
.program-detail-card__header {
display: flex;
flex-direction: column;
gap: 8px;
width: 100%;
}
.program-detail-card__header p {
font-size: 20px;
line-height: normal;
margin: 0;
white-space: nowrap;
}
.program-detail-card__header h2 {
color: #111214;
font-family: var(--font-main);
font-size: 48px;
font-weight: 400;
letter-spacing: 0;
line-height: normal;
margin: 0;
}
.program-detail-card__header h3 {
color: #111214;
font-family: var(--font-main);
font-size: 48px;
font-weight: 400;
letter-spacing: 0;
line-height: normal;
margin: 0;
}
.program-detail-card__meta {
align-items: flex-start;
display: flex;
justify-content: space-between;
width: 100%;
}
.program-detail-card__meta-item {
align-items: center;
display: flex;
gap: 10px;
height: 39px;
}
.program-detail-card__meta-item span {
font-size: 32px;
line-height: normal;
white-space: nowrap;
}
.program-detail-card__meta-item .eslm-icon {
height: 32px;
width: 32px;
}
.program-detail-card__intake {
background: #eef2ff;
color: #111214;
font-size: 20px;
line-height: normal;
margin: 0;
padding: 10px;
width: 100%;
}
.program-detail-card__button {
align-items: center;
background: #666aee;
box-shadow: 2px 2px 5px rgba(132, 132, 132, 0.25);
color: #eef2ff;
display: flex;
font-size: 32px;
font-weight: 400;
justify-content: center;
line-height: normal;
padding: 20px;
text-decoration: none;
width: 100%;
}
.formation-page {
background: #fff0fc;
color: #111214;
}
.formation-hero {
align-items: flex-end;
background: #1f1c4a;
color: var(--color-cream);
display: grid;
gap: 50px;
grid-template-columns: minmax(0, 1fr) minmax(320px, 548px);
padding: 215px 50px 50px;
}
.formation-hero__copy {
align-self: center;
display: flex;
flex-direction: column;
gap: 5px;
max-width: 956px;
}
.formation-hero__copy p {
font-size: 32px;
line-height: normal;
margin: 0;
}
.formation-hero__copy p:last-child {
font-size: 20px;
margin-top: 30px;
max-width: 956px;
}
.formation-hero h1 {
color: var(--color-cream); font-size: 98px;
font-weight: 300;
letter-spacing: 0;
line-height: 1;
margin: 0;
}
.formation-hero h2 {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(26px, 2.2vw, 36px);
font-weight: 400;
letter-spacing: 0;
line-height: 1.15;
margin: 24px 0 0;
}
.formation-hero blockquote {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(18px, 1.4vw, 24px);
font-style: italic;
line-height: 1.35;
margin: 24px 0 0;
max-width: 720px;
}
.formation-hero__media {
height: 388px;
margin: 0;
overflow: hidden;
width: 548px;
}
.formation-hero__media img {
height: 100%;
object-fit: cover;
width: 100%;
}
.formation-hero__meta {
align-items: flex-start;
display: flex;
flex-wrap: wrap;
gap: 18px 25px;
grid-column: 1 / -1;
justify-content: flex-end;
}
.formation-hero__intake {
background: var(--color-cream);
color: #111214;
font-size: 20px;
line-height: normal;
margin: 0 auto 0 0;
padding: 20px;
}
.formation-hero__meta-item {
display: flex;
flex-direction: column;
gap: 10px;
max-width: 190px;
min-width: 112px;
}
.formation-hero__meta-item--training {
max-width: 330px;
}
.formation-hero__meta-item--method {
max-width: 220px;
}
.formation-hero__meta strong {
color: var(--color-cream);
font-size: 20px;
font-weight: 700;
line-height: normal;
text-decoration: underline;
text-underline-offset: auto;
text-underline-position: from-font;
}
.formation-hero__meta > div span {
align-items: center;
color: var(--color-cream);
display: flex;
font-size: 20px;
gap: 10px;
line-height: 1.25;
}
.formation-hero__meta > div .eslm-icon {
height: 20px;
width: 20px;
}
.formation-hero__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.formation-hero__button {
font-size: 20px;
font-weight: 700;
min-height: 0;
padding: 20px;
}
.formation-intro-section {
background: #fff0fc;
color: #111214;
padding: clamp(50px, 6vw, 90px) 50px;
}
.formation-intro-section__inner {
display: flex;
flex-direction: column;
gap: 24px;
margin-inline: auto;
max-width: 1180px;
}
.formation-intro-section h2 {
font-family: var(--font-main);
font-size: clamp(32px, 4vw, 56px);
font-weight: 400;
letter-spacing: 0;
line-height: 1.08;
margin: 0;
}
.formation-intro-section p {
font-size: clamp(18px, 1.6vw, 24px);
line-height: 1.45;
margin: 0;
max-width: 980px;
}
.formation-tabs__nav {
align-items: center;
background: #3832a1;
color: #ffe4fa;
display: flex;
gap: 50px;
justify-content: space-between;
padding: 20px 100px;
position: sticky;
top: var(--site-header-height);
z-index: 30;
}
.formation-tabs__links {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 50px;
}
.formation-tabs__tab,
.formation-overview-tabs__tab {
background: transparent;
border: 0;
color: inherit;
cursor: pointer;
font-family: var(--font-main);
font-weight: 400;
padding: 0;
text-align: left;
}
.formation-tabs__tab {
color: #ffe4fa;
font-size: 32px;
line-height: normal;
}
.formation-tabs__tab.is-active {
font-weight: 700;
}
.formation-tabs__apply {
font-size: 20px;
font-weight: 700;
min-height: 0;
padding: 20px;
}
.formation-tab-panel,
.formation-overview-panel {
display: none;
}
.formation-tab-panel.is-active,
.formation-overview-panel.is-active {
display: block;
}
.formation-program-section {
background: #920963;
color: var(--color-cream);
padding: 50px;
}
.formation-program-section h2,
.formation-courses-section h2,
.formation-related h2,
.formation-info-panel h2 {
font-size: 96px;
font-weight: 300;
letter-spacing: 0;
line-height: normal;
margin: 0;
}
.formation-overview-tabs {
display: grid;
gap: 0;
grid-template-columns: minmax(320px, 750px) minmax(0, 900px);
margin-top: 50px;
max-width: 1628px;
}
.formation-overview-tabs__nav {
align-self: center;
display: flex;
flex-direction: column;
gap: 38px;
position: relative;
z-index: 1;
}
.formation-overview-tabs__tab {
background: #eef2ff;
color: #3832a1;
font-size: 48px;
line-height: normal;
padding: 25px;
width: 675px;
}
.formation-overview-tabs__tab.is-active {
background: #c8d3fd; width: 765px;
}
.formation-overview-tabs__panels {
background: var(--color-cream);
color: #111214;
display: grid;
min-height: 550px;
padding: 50px;
} .formation-overview-tabs__panels .formation-overview-panel {
display: block;
grid-area: 1 / 1;
visibility: hidden;
}
.formation-overview-tabs__panels .formation-overview-panel.is-active {
visibility: visible;
}
.formation-overview-panel h2,
.formation-overview-panel h3 {
font-family: var(--font-title);
font-size: 36px;
font-weight: 400;
line-height: normal;
margin: 0 0 25px;
}
.formation-overview-panel p {
font-size: 20px;
line-height: normal;
margin: 0 0 25px;
}
.formation-overview-panel p:nth-of-type(2) {
font-size: 28px;
}
.formation-courses-section {
background: #292768;
color: var(--color-cream);
padding: 50px;
}
.formation-courses-grid {
display: grid;
gap: 0;
grid-template-columns: repeat(4, minmax(0, 1fr));
margin-top: 50px;
max-width: 1628px;
}
.formation-semester {
align-items: center;
border-right: 1px solid #b00475;
display: flex;
flex-direction: column;
gap: 25px;
min-height: 400px;
padding: 0 25px 25px;
text-align: center;
}
.formation-semester:last-child {
border-right: 0;
}
.formation-semester h3 {
border-bottom: 2px solid #b00475;
color: var(--color-cream);
font-family: var(--font-main);
font-size: 32px;
font-weight: 700;
line-height: normal;
margin: 0;
padding-bottom: 25px;
width: min(250px, 100%);
}
.formation-semester ul {
display: flex;
flex-direction: column;
gap: 25px;
list-style: none;
margin: 0;
padding: 25px 0 0;
}
.formation-semester li {
font-size: 32px;
line-height: normal;
}
.formation-info-panel {
background: #920963;
color: var(--color-cream);
min-height: 650px;
padding: 100px 50px;
}
.formation-info-panel p,
.formation-info-panel li,
.formation-info-panel summary {
font-size: 28px;
line-height: normal;
}
.formation-info-panel p {
max-width: 980px;
}
.formation-info-panel li + li,
.formation-info-panel details + details {
margin-top: 20px;
}
.formation-info-panel details {
max-width: 980px;
} .formation-band {
color: var(--color-cream);
overflow: hidden;
padding: clamp(40px, 5vw, 50px) clamp(24px, 4vw, 50px);
}
.formation-band > * {
margin-inline: auto;
max-width: 1628px;
width: 100%;
}
.formation-band--career,
.formation-band--apply {
background: #ca0088;
}
.formation-band--alumni {
background: #5149e2;
}
.formation-band--admissions,
.formation-band--financing {
background: #666aee;
}
.formation-band--fees {
background: #920963;
}
.formation-band__title {
color: #fff0fc;
font-family: var(--font-title);
font-size: clamp(48px, 7vw, 96px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0 0 clamp(24px, 3vw, 50px);
}
.formation-band__head {
display: flex;
flex-direction: column;
gap: 5px;
margin-bottom: clamp(24px, 3vw, 50px);
}
.formation-band__lead {
font-family: var(--font-main);
font-size: clamp(28px, 3.5vw, 48px);
font-weight: 400;
line-height: 1.1;
margin: 0;
}
.formation-band__sub {
font-family: var(--font-main);
font-size: clamp(20px, 2.4vw, 32px);
font-weight: 700;
line-height: 1.2;
margin: 0;
} .formation-career__body {
align-items: flex-start;
display: flex;
gap: clamp(40px, 5vw, 80px);
justify-content: space-between;
}
.formation-career__left {
display: flex;
flex: 1 1 auto;
flex-direction: column;
gap: clamp(32px, 4vw, 50px);
max-width: 957px;
min-width: 0;
}
.formation-career__intro {
font-size: clamp(20px, 1.8vw, 28px);
line-height: 1.3;
margin: 0;
}
.formation-stats {
display: flex;
flex-wrap: wrap;
gap: clamp(24px, 4vw, 60px);
}
.formation-stat {
text-align: center;
}
.formation-stat__value {
font-family: var(--font-title);
font-size: clamp(28px, 3vw, 36px);
font-weight: 300;
margin: 0 0 12px;
}
.formation-stat__label {
font-family: var(--font-main);
font-size: 20px;
margin: 0 auto;
max-width: 220px;
}
.formation-career__jobs {
display: flex;
flex: 0 0 auto;
flex-direction: column;
font-family: var(--font-title);
font-size: clamp(28px, 4vw, 60px);
font-weight: 300;
gap: 25px;
list-style: none;
margin: 0;
padding: 0;
width: clamp(260px, 40%, 550px);
} .formation-alumni__body {
align-items: stretch;
display: flex;
gap: clamp(40px, 5vw, 80px);
}
.formation-alumni__quotes {
display: flex;
flex: 1 1 0;
flex-direction: column;
gap: clamp(32px, 4vw, 50px);
justify-content: center;
min-width: 0;
}
.formation-alumni__quotes p {
font-size: clamp(20px, 2.2vw, 32px);
line-height: 1.3;
margin: 0;
}
.formation-alumni__media {
flex: 1 1 0;
margin: 0;
min-width: 0;
overflow: hidden;
}
.formation-alumni__media img {
display: block;
height: 100%;
min-height: 300px;
object-fit: cover;
width: 100%;
} .formation-steps {
display: grid;
gap: 0;
grid-template-columns: repeat(var(--formation-steps, 3), minmax(0, 1fr));
}
.formation-step {
padding: 0 clamp(16px, 2vw, 40px);
}
.formation-step + .formation-step {
border-left: 1px solid #f50db0;
}
.formation-step__title {
border-bottom: 1px solid #f50db0;
font-family: var(--font-main);
font-size: clamp(22px, 2.4vw, 32px);
font-weight: 700;
margin: 0 0 25px;
padding-bottom: 25px;
text-align: center;
}
.formation-step__items {
display: flex;
flex-direction: column;
gap: 25px;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.formation-step__items li {
font-family: var(--font-main);
font-size: clamp(20px, 2vw, 32px);
line-height: 1.2;
} .formation-apply__body {
align-items: center;
display: flex;
gap: clamp(40px, 5vw, 80px);
justify-content: space-between;
}
.formation-apply__text {
font-size: clamp(20px, 2vw, 28px);
line-height: 1.4;
margin: 0;
max-width: 995px;
}
.formation-apply__contact {
flex: 0 0 auto;
text-align: center;
}
.formation-apply__email {
font-family: var(--font-title);
font-size: clamp(32px, 4vw, 60px);
font-weight: 300;
margin: 0;
}
.formation-apply__status {
font-family: var(--font-main);
font-size: 20px;
margin: 10px 0 0;
} .formation-fees__table-wrap {
overflow-x: auto;
}
.formation-fees__table {
border-collapse: collapse;
color: #111214;
font-family: var(--font-main);
width: 100%;
}
.formation-fees__table th,
.formation-fees__table td {
border: 1px solid #111214;
font-size: clamp(16px, 1.7vw, 28px);
font-weight: 400;
height: 96px;
padding: 28px 16px;
text-align: center;
}
.formation-fees__table thead th,
.formation-fees__table tbody th {
background: #ffe4fa;
}
.formation-fees__table td {
background: #fff0fc;
}
.formation-fees__table thead th:first-child {
background: transparent;
border: 0;
}
.formation-fees__table tbody td:last-child {
background: #ffc9f7;
}
.formation-fees__table thead th:last-child {
background: #ff9cef;
}
.formation-fees__note {
font-size: clamp(20px, 2vw, 28px);
margin: 25px 0 0;
text-align: right;
} .formation-financing__body {
align-items: flex-start;
display: flex;
gap: clamp(40px, 5vw, 80px);
justify-content: space-between;
}
.formation-financing__text {
flex: 1 1 0;
font-size: clamp(20px, 2vw, 28px);
line-height: 1.4;
max-width: 531px;
min-width: 0;
}
.formation-financing__text p {
margin: 0 0 1em;
}
.formation-financing__text p:last-child {
margin-bottom: 0;
}
.formation-financing__options {
display: flex;
flex: 0 0 auto;
flex-direction: column;
font-family: var(--font-title);
font-size: clamp(28px, 3.5vw, 60px);
font-weight: 300;
gap: 25px;
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
@media (max-width: 960px) {
.formation-career__body,
.formation-alumni__body,
.formation-apply__body,
.formation-financing__body {
flex-direction: column;
}
.formation-career__jobs,
.formation-financing__options {
text-align: left;
width: 100%;
}
.formation-steps {
grid-template-columns: minmax(0, 1fr);
}
.formation-step + .formation-step {
border-left: 0;
border-top: 1px solid #f50db0;
margin-top: 25px;
padding-top: 25px;
}
} .formation-faq-section {
background: #e1e7fe;
color: #111214;
padding: clamp(40px, 5vw, 50px);
}
.formation-faq__inner {
display: flex;
flex-direction: column;
gap: clamp(32px, 4vw, 50px);
margin-inline: auto;
max-width: 1204px;
}
.formation-faq__title {
color: #111214;
font-family: var(--font-title);
font-size: clamp(48px, 7vw, 96px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0;
}
.formation-faq__subtitle {
color: #111214;
font-family: var(--font-main);
font-size: clamp(22px, 2.2vw, 32px);
font-weight: 700;
letter-spacing: 0;
line-height: 1.25;
margin: -24px 0 0;
max-width: 880px;
}
.formation-faq__list {
display: flex;
flex-direction: column;
}
.formation-faq__item {
border-top: 1px solid #838ff6;
}
.formation-faq__item:last-child {
border-bottom: 1px solid #838ff6;
}
.formation-faq__q {
align-items: center;
color: #111214;
cursor: pointer;
display: flex;
font-family: var(--font-main);
font-size: clamp(20px, 2.4vw, 30px);
font-weight: 700;
gap: 40px;
justify-content: space-between;
letter-spacing: -0.02em;
list-style: none;
padding: 23px 0;
}
.formation-faq__q::-webkit-details-marker {
display: none;
}
.formation-faq__icon {
flex: 0 0 auto;
height: 26px;
position: relative;
width: 26px;
}
.formation-faq__icon::before,
.formation-faq__icon::after {
background: #111214;
content: "";
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.formation-faq__icon::before {
height: 2px;
width: 22px;
}
.formation-faq__icon::after {
height: 22px;
width: 2px;
} .formation-faq__item[open] .formation-faq__icon::after {
display: none;
}
.formation-faq__a {
color: #111214;
font-family: var(--font-main);
max-width: 992px;
padding: 0 0 34px;
}
.formation-faq__a p {
font-size: clamp(18px, 1.8vw, 22px);
line-height: 1.4;
margin: 0;
}
.formation-faq__more {
color: #111214;
display: flex;
flex-wrap: wrap;
font-family: var(--font-main);
font-size: 20px;
gap: 10px;
margin: 0;
}
.formation-faq__more a {
color: #111214;
text-decoration: underline;
}
.formation-related {
background: #fff0fc;
color: #1f1c4a;
padding: 100px 50px;
}
.formation-related .program-detail-grid {
justify-content: center;
margin: 50px auto 0;
max-width: 1600px;
}
.partners-section {
--partners-gap: 150px;
align-items: center;
background: var(--color-pink);
color: var(--color-cream);
display: flex;
justify-content: center;
overflow: hidden;
padding: 100px 50px;
}
.partners-section > .stack-panel__scroll {
width: 100%;
}
.partners-section__inner {
align-items: center;
display: flex;
flex-direction: column;
gap: 25px;
justify-content: center;
width: 100%;
}
.partners-section__title-row {
position: relative;
width: 100%;
}
.partners-section .section-eyebrow {
color: var(--color-cream);
margin-bottom: 0;
}
.partners-section h2 {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(34px, 3.4vw, 56px);
font-weight: 400;
letter-spacing: 0;
line-height: 1.08;
margin: 0;
white-space: nowrap;
}
.partners-section__lead,
.partners-section__statement {
color: var(--color-cream);
font-family: var(--font-main);
line-height: normal;
margin: 0;
min-width: 100%;
width: min-content;
}
.partners-section__lead {
font-size: 48px;
font-weight: 400;
}
.partners-section__statement {
font-size: 32px;
font-weight: 700;
}
.partners-band__viewport {
background: var(--color-cream);
margin-inline: -50px;
overflow: hidden;
padding: 50px;
width: calc(100% + 100px);
}
.partners-band__track {
align-items: center;
animation: partners-scroll-right 42s linear infinite;
display: flex;
gap: var(--partners-gap);
width: max-content;
will-change: transform;
}
.partners-band__set {
align-items: center;
display: flex;
flex-shrink: 0;
gap: var(--partners-gap);
}
.partners-band__logo {
--partner-height: 150px;
align-items: center;
display: flex;
flex: 0 0 150px;
height: var(--partner-height);
justify-content: center;
text-decoration: none;
transition: opacity 180ms ease;
}
.partners-band__logo img {
height: 100%;
object-fit: contain;
width: 100%;
}
a.partners-band__logo:hover {
opacity: 0.78;
}
.partners-section__button {
align-items: center;
background: var(--color-pink-bright);
box-shadow: 2px 2px 5px rgba(132, 132, 132, 0.25);
color: var(--color-cream);
display: inline-flex;
font-size: 20px;
font-weight: 700;
justify-content: center;
line-height: normal;
min-height: 60px;
padding: 20px;
text-decoration: none;
white-space: nowrap;
}
@keyframes partners-scroll-right {
from {
transform: translateX(calc(-50% - (var(--partners-gap) / 2)));
}
to {
transform: translateX(0);
}
}
@media (prefers-reduced-motion: reduce) {
.partners-band__track {
animation: none;
}
}
.join-grid {
grid-template-columns: 1fr 1fr;
}
.location-section,
.events-section {
background: #838ff6;
color: var(--color-cream);
padding-inline: 50px;
}
.location-section {
padding-bottom: 75px;
padding-top: 70px;
}
.location-section__inner,
.events-section__inner {
margin-inline: auto;
max-width: 1628px;
width: 100%;
}
.location-section__inner {
display: flex;
flex-direction: column;
gap: 50px;
}
.location-section h2 {
color: var(--color-cream);
font-size: clamp(48px, 4.6vw, 76px);
font-weight: 300;
letter-spacing: 0;
line-height: 1;
margin: 0;
}
.location-grid {
align-items: start;
display: grid;
gap: clamp(36px, 7.3vw, 126px);
grid-template-columns: repeat(2, minmax(0, 702px));
justify-content: space-between;
}
.location-panel {
display: flex;
flex-direction: column;
gap: 50px;
min-width: 0;
}
.location-map {
aspect-ratio: 702 / 500;
overflow: hidden;
width: 100%;
}
.location-map iframe {
border: 0;
display: block;
height: 100%;
width: 100%;
}
.location-panel__details h3 {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(32px, 2.78vw, 48px);
font-weight: 400;
letter-spacing: 0;
line-height: normal;
margin: 0 0 10px;
}
.location-panel__details p {
color: var(--color-cream);
font-size: clamp(23px, 1.85vw, 32px);
line-height: normal;
margin: 0;
}
.location-campus {
display: flex;
flex-direction: column;
gap: 22px;
min-width: 0;
}
.location-campus__image {
aspect-ratio: 702 / 500;
height: auto;
object-fit: cover;
object-position: center 64%;
width: 100%;
}
.review-grid {
display: grid;
gap: 10px;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.review-trustindex {
background: transparent;
color: #111214;
min-height: 228px;
overflow: hidden;
width: 100%;
}
.review-trustindex .ti-widget,
.review-trustindex .ti-widget-container,
.review-trustindex .ti-reviews-container,
.review-trustindex .ti-reviews-container-wrapper {
background: transparent !important;
margin: 0 !important;
max-width: none !important;
}
.review-trustindex--pending {
align-items: center;
background: var(--color-cream);
display: flex;
flex-direction: column;
font-family: "Hanken Grotesk", var(--font-main);
gap: 10px;
justify-content: center;
padding: 28px;
text-align: center;
}
.review-trustindex--pending p {
font-size: 15px;
font-weight: 500;
line-height: 1.35;
margin: 0;
}
.review-trustindex--pending a {
color: #1971ff;
font-size: 13px;
font-weight: 500;
text-decoration: none;
}
.review-card {
background: var(--color-cream);
border: 1px solid rgba(17, 17, 17, 0.1);
color: #111214;
display: flex;
flex-direction: column;
font-family: "Hanken Grotesk", var(--font-main);
gap: 16px;
height: 228px;
overflow: hidden;
padding: 24px;
}
.review-card__author {
align-items: center;
display: flex;
gap: 10px;
}
.review-card__avatar {
border-radius: 50%;
display: block;
flex-shrink: 0;
height: 40px;
overflow: hidden;
width: 40px;
}
.review-card__avatar img {
height: 100%;
object-fit: cover;
width: 40px;
}
.review-card__avatar--empty {
align-items: center;
background: #666aee;
color: #fff;
display: flex;
font-size: 17px;
font-weight: 500;
justify-content: center;
}
.review-card__author strong {
display: block;
font-size: 15px;
font-weight: 500;
line-height: normal;
}
.review-card__author p {
align-items: center;
color: rgba(17, 17, 17, 0.5);
display: flex;
font-size: 12px;
gap: 3px;
line-height: normal;
margin: 4px 0 0;
}
.review-card__author a {
text-decoration: none;
}
.review-card__platform {
color: #5e5e5e;
font-family: Roboto, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
letter-spacing: 0;
white-space: nowrap;
}
.review-card__stars {
display: flex;
}
.review-card__stars img {
height: 18px;
width: 18px;
}
.review-card__stars img.is-empty {
opacity: 0.2;
}
.review-card__text {
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
color: #111;
display: -webkit-box;
flex: 1;
font-size: 13px;
font-weight: 500;
line-height: normal;
margin: 0;
overflow: hidden;
}
.review-card__link {
color: #1971ff;
flex-shrink: 0;
font-size: 13px;
font-weight: 500;
line-height: normal;
text-decoration: none;
}
.section-heading-row {
align-items: end;
display: flex;
gap: 24px;
justify-content: space-between;
}
.event-card {
padding: 22px;
}
.event-card h2,
.event-card h3 {
font-family: var(--font-main);
font-size: clamp(26px, 1.85vw, 32px);
font-weight: 400;
letter-spacing: 0;
line-height: 1;
}
.event-card .button {
font-size: clamp(22px, 1.85vw, 32px);
font-weight: 400;
}
.event-card time,
.post-card__meta,
.entry__meta {
color: var(--color-muted);
display: flex;
flex-wrap: wrap;
font-size: 20px;
line-height: 1;
gap: 10px;
margin-bottom: 12px;
}
.event-card a,
.post-card a {
text-decoration: none;
}
.events-section {
padding-bottom: 70px;
}
.events-section__heading {
margin-bottom: 50px;
}
.events-section__heading h2 {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(32px, 2.78vw, 48px);
font-weight: 400;
letter-spacing: 0;
line-height: normal;
margin: 0 0 5px;
}
.events-section__heading p {
color: var(--color-cream);
font-size: clamp(24px, 1.85vw, 32px);
font-weight: 700;
line-height: normal;
margin: 0;
}
.events-section .event-grid {
gap: 50px;
grid-template-columns: repeat(2, minmax(0, 739px));
justify-content: space-between;
margin: 0;
}
.events-section .event-card {
align-items: center;
background: var(--color-cream);
box-shadow: 2px 2px 10px rgba(132, 132, 132, 0.25);
color: #111214;
display: flex;
gap: clamp(16px, 2.31vw, 40px);
height: 224px;
justify-content: space-between;
overflow: hidden;
padding: 25px;
position: relative;
}
.events-section .event-card::after {
background: #f50db0;
bottom: 0;
clip-path: polygon(100% 0, 100% 100%, 0 100%);
content: "";
height: 118px;
position: absolute;
right: 0;
width: 285px;
}
.event-card__content {
align-self: stretch;
display: flex;
flex: 1;
flex-direction: column;
gap: 16px;
justify-content: space-between;
min-width: 0;
position: relative;
z-index: 1;
}
.event-card__date {
align-self: flex-start;
background: #eef2ff;
color: #111214;
display: block;
font-size: 20px;
line-height: normal;
margin: 0;
padding: 10px;
white-space: nowrap;
}
.events-section .event-card h3 {
font-family: var(--font-main);
font-size: clamp(25px, 1.85vw, 32px);
font-weight: 400;
letter-spacing: 0;
line-height: normal;
margin: 0;
}
.event-card__actions {
display: flex;
flex: 0 0 330px;
flex-direction: column;
gap: 12px;
position: relative;
z-index: 1;
}
.event-card__badges {
display: flex;
gap: 10px;
}
.event-card__badges > span {
align-items: center;
background: #fff0fc;
color: #111214;
display: flex;
font-size: 20px;
gap: 10px;
justify-content: center;
line-height: normal;
min-width: 0;
padding: 10px;
white-space: nowrap;
width: auto;
}
.event-card__badge--seats {
flex: 0 0 122px;
}
.event-card__badge--location {
flex: 1 1 auto;
}
.event-card--pink .event-card__badges > span {
background: #ffc9f7;
}
.event-card__badges .eslm-icon {
height: 24px;
width: 24px;
}
.event-card__badge--seats .eslm-icon {
height: 14px;
width: 22px;
}
.event-card__button {
background: #666aee;
color: #eef2ff;
font-size: 32px;
font-weight: 400;
line-height: normal;
margin-top: 0;
min-height: 0;
padding: 20px;
white-space: nowrap;
width: 330px;
}
.event-card__button--view {
background: #666aee;
}
.event-card__remaining {
bottom: 5px;
color: var(--color-cream);
font-size: 20px;
line-height: normal;
margin: 0;
position: absolute;
right: 14px;
white-space: nowrap;
z-index: 2;
}
.events-section__more {
color: var(--color-cream);
display: block;
font-size: 32px;
line-height: normal;
margin: 50px auto 0;
text-decoration: none;
width: max-content;
}
.pedagogy-section {
background: #b00475;
color: var(--color-cream);
padding: 100px 50px 50px;
}
.pedagogy-section__inner {
display: flex;
flex-direction: column;
gap: 30px;
margin-inline: auto;
max-width: 1628px;
}
.pedagogy-section .section-eyebrow {
color: var(--color-cream);
margin-bottom: 0;
}
.pedagogy-section h2 {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(34px, 3.4vw, 56px);
font-weight: 400;
letter-spacing: 0;
line-height: 1.08;
margin: 0;
}
.pedagogy-section__lead {
color: var(--color-cream);
font-size: clamp(32px, 2.78vw, 48px);
line-height: normal;
margin: 0;
}
.pedagogy-section__columns {
align-items: stretch;
display: grid;
gap: clamp(44px, 7.41vw, 128px);
grid-template-columns: repeat(2, minmax(0, 750px));
justify-content: space-between;
}
.pedagogy-copy {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.pedagogy-copy h3 {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(24px, 1.85vw, 32px);
font-weight: 700;
letter-spacing: 0;
line-height: normal;
margin: 0;
}
.pedagogy-copy__body {
color: var(--color-cream);
font-size: clamp(21px, 1.62vw, 28px);
line-height: normal;
}
.pedagogy-copy__body p {
margin: 0;
}
.pedagogy-copy__image {
aspect-ratio: 750 / 345;
height: auto;
object-fit: cover;
object-position: bottom;
width: 100%;
}
.pedagogy-carousel {
--pedagogy-slide-gap: min(25.874px, 3.45cqi);
--pedagogy-slide-height: min(657.516px, 87.67cqi);
--pedagogy-slide-width: min(525.278px, 70.04cqi);
align-items: flex-end;
container-type: inline-size;
display: flex;
flex-direction: column;
gap: 25px;
min-width: 0;
width: 100%;
}
.pedagogy-carousel__viewport {
height: var(--pedagogy-slide-height);
overflow: hidden;
touch-action: pan-y;
width: 100%;
}
.pedagogy-carousel__track {
display: flex;
gap: var(--pedagogy-slide-gap);
height: 100%;
will-change: transform;
}
.pedagogy-carousel__track.is-animated {
transition: transform 420ms ease;
}
.pedagogy-carousel__slide {
flex: 0 0 var(--pedagogy-slide-width);
height: 100%;
margin: 0;
overflow: hidden;
position: relative;
}
.pedagogy-carousel__slide img {
height: 100%;
object-fit: cover;
object-position: center;
width: 100%;
}
.pedagogy-carousel__slide--align-right img {
object-position: right center;
}
.pedagogy-carousel__caption {
bottom: 25.874px;
color: #eef2ff;
display: flex;
flex-direction: column;
position: absolute;
right: 25.874px;
text-align: right;
}
.pedagogy-carousel__caption span {
font-family: var(--font-title);
font-size: clamp(27px, 2.08vw, 36px);
font-weight: 400;
letter-spacing: 0;
line-height: normal;
}
.pedagogy-carousel__caption strong {
font-size: clamp(24px, 1.85vw, 32px);
font-weight: 400;
line-height: normal;
white-space: nowrap;
}
.pedagogy-carousel__controls {
display: flex;
gap: clamp(44px, 4.9vw, 84.587px);
justify-content: flex-end;
}
.pedagogy-carousel__control {
align-items: center;
background: var(--color-pink-bright);
border: 0;
box-shadow: 3.383px 3.383px 8.459px rgba(132, 132, 132, 0.25);
cursor: pointer;
display: inline-flex;
height: clamp(84px, 7.05vw, 121.806px);
justify-content: center;
padding: 0;
width: clamp(84px, 7.05vw, 121.806px);
}
.pedagogy-carousel__control .eslm-icon { background-color: var(--color-cream);
height: clamp(38px, 3.13vw, 54.136px);
width: clamp(38px, 3.13vw, 54.136px);
}
.pedagogy-carousel__control--previous .eslm-icon {
transform: rotate(-90deg);
}
.pedagogy-carousel__control--next .eslm-icon {
transform: rotate(90deg);
}
.pedagogy-carousel__control:hover {
background: #ff5fe0;
}
.pedagogy-carousel__control:focus-visible {
outline: 2px solid var(--color-cream);
outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
.pedagogy-carousel__track.is-animated {
transition: none;
}
}
.image-placeholder {
aspect-ratio: 4 / 3;
background:
linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)),
repeating-linear-gradient(45deg, rgba(33, 29, 87, 0.18), rgba(33, 29, 87, 0.18) 12px, rgba(255, 255, 255, 0.22) 12px, rgba(255, 255, 255, 0.22) 24px);
border: 1px solid rgba(255, 255, 255, 0.28);
min-height: 220px;
}
.image-placeholder--hero {
height: 100%;
min-height: inherit;
}
.image-placeholder--portrait {
aspect-ratio: 4 / 5;
min-height: 420px;
}
.image-placeholder--map,
.image-placeholder--building {
min-height: 300px;
}
.join-grid__image {
aspect-ratio: 8 / 5;
margin-bottom: 26px;
}
.post-card {
display: grid;
grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
}
.post-card__media {
background: rgba(33, 29, 87, 0.08);
display: block;
min-height: 240px;
}
.post-card__media img {
height: 100%;
object-fit: cover;
width: 100%;
}
.post-card__placeholder {
display: block;
height: 100%;
min-height: 240px;
}
.post-card__body {
padding: 28px;
}
.post-card__title {
font-family: var(--font-main);
font-size: clamp(32px, 2.78vw, 48px);
font-weight: 400;
letter-spacing: 0;
}
.text-link {
color: var(--color-pink);
font-weight: 800;
text-decoration: none;
}
.entry__header {
margin-bottom: 34px;
}
.entry__title {
color: var(--color-navy);
}
.entry__image {
margin: 0 0 34px;
}
.entry__content>* {
margin-bottom: 1.2em;
}
.entry__content a {
color: var(--color-pink);
}
.page-band {
background: var(--color-cream);
}
.page-band--center {
text-align: center;
}
.navigation.pagination {
margin-top: 36px;
}
.nav-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.page-numbers {
border: 1px solid var(--color-border);
border-radius: 4px;
padding: 8px 12px;
text-decoration: none;
}
.page-numbers.current {
background: var(--color-navy);
color: var(--color-white);
}
.site-footer {
background: var(--color-cream);
color: var(--color-ink);
}
.site-footer__inner {
align-items: center;
display: grid;
gap: clamp(28px, 4vw, 64px);
grid-template-columns: 200px minmax(240px, 328px) 48px auto;
justify-content: space-between;
padding: clamp(72px, 8.7vw, 150px) 50px;
} .site-footer__inner:has(.footer-nav) {
grid-template-columns: 200px minmax(180px, 328px) minmax(240px, 328px) 48px auto;
}
.site-footer__brand img,
.site-footer__brand .custom-logo-link img {
height: 76px;
max-height: 76px;
object-fit: contain;
width: 200px;
}
.site-footer__contact p {
font-size: 20px;
line-height: 1;
margin-bottom: 25px;
white-space: nowrap;
}
.site-footer__contact p:last-child {
margin-bottom: 0;
}
.site-footer__contact a,
.footer-nav a {
text-decoration: underline;
}
.site-footer__social {
align-items: center;
display: flex;
flex-direction: column;
gap: 18px;
justify-content: center;
}
.footer-social__link {
color: var(--color-navy);
display: inline-flex;
transition: opacity 160ms ease;
}
.footer-social__link:hover {
opacity: 0.65;
}
.footer-social__icon {
background-color: currentColor;
display: block;
height: 40px;
width: 40px;
-webkit-mask: var(--footer-social-icon) no-repeat center / contain;
mask: var(--footer-social-icon) no-repeat center / contain;
}
.site-footer__actions {
display: grid;
gap: 25px;
justify-items: end;
}
.button-row--footer {
gap: 25px;
margin-top: 0;
}
.site-footer,
.site-footer a,
.site-footer p {
font-family: var(--font-main);
font-size: 20px;
letter-spacing: 0;
line-height: 1;
}
@media (max-width: 1300px) {
.location-section,
.events-section {
padding-inline: 32px;
}
.location-grid {
gap: 48px;
grid-template-columns: minmax(0, 702px);
justify-content: center;
}
.location-campus {
justify-self: center;
width: min(702px, 100%);
}
.events-section .event-grid {
grid-template-columns: minmax(0, 739px);
justify-content: center;
}
.pedagogy-section {
padding: 72px 32px 48px;
}
.pedagogy-section__columns {
gap: 48px;
grid-template-columns: minmax(0, 750px);
justify-content: center;
}
.pedagogy-copy {
gap: 32px;
}
.program-detail-section {
padding: 120px 32px 50px;
}
.program-detail-section h1 {
font-size: clamp(78px, 8.2vw, 116px);
white-space: normal;
}
.program-detail-section__title-row {
height: auto;
}
.program-detail-section__copy {
align-items: flex-start;
flex-direction: column;
gap: 24px;
}
.program-detail-section__copy,
.program-detail-section__copy p,
.program-detail-section__copy div {
width: 100%;
}
.program-detail-grid {
justify-content: center;
}
.formation-hero {
grid-template-columns: minmax(0, 1fr);
padding-top: 150px;
}
.formation-hero__media {
height: auto;
aspect-ratio: 548 / 388;
width: min(548px, 100%);
}
.formation-hero__meta {
align-items: flex-start;
flex-wrap: wrap;
justify-content: flex-start;
}
.formation-hero__intake {
margin-right: 0;
width: 100%;
}
.formation-tabs__nav {
align-items: flex-start;
flex-direction: column;
padding: 24px 50px;
}
.formation-tabs__links {
gap: 24px 34px;
}
.formation-overview-tabs {
grid-template-columns: minmax(0, 1fr);
}
.formation-overview-tabs__nav {
align-self: stretch;
gap: 18px;
margin-bottom: 24px;
}
.formation-overview-tabs__tab,
.formation-overview-tabs__tab.is-active {
width: 100%;
}
.formation-courses-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
row-gap: 50px;
}
.formation-semester:nth-child(2n) {
border-right: 0;
}
}
@media (max-width: 980px) {
.nav-toggle {
display: inline-flex;
}
.primary-nav {
background: var(--color-cream);
box-shadow: 2px 8px 10px rgba(132, 132, 132, 0.16);
display: none;
left: 0;
position: absolute;
right: 0;
top: 100%;
}
.primary-nav.is-open {
display: block;
}
.primary-nav__list {
align-items: stretch;
flex-direction: column;
gap: 0;
padding: 14px 24px 24px;
}
.primary-nav a,
.primary-nav button {
display: flex;
font-size: 28px;
justify-content: space-between;
padding: 14px 0;
width: 100%;
}
.primary-nav__submenu {
box-shadow: none;
display: flex;
gap: 8px;
min-width: 0;
opacity: 1;
padding: 0 0 10px 20px;
pointer-events: auto;
position: static;
transform: none;
transition: none;
width: 100%;
}
.primary-nav__submenu a {
font-size: 22px;
padding-block: 8px;
white-space: normal;
}
.formation-tabs__nav {
top: var(--site-header-height);
}
.formation-tabs__links {
align-items: flex-start;
flex-direction: column;
gap: 14px;
}
.formation-tabs__tab {
font-size: 24px;
}
.split,
.post-card,
.site-footer__inner {
grid-template-columns: 1fr;
}
.site-footer__inner {
align-items: start;
padding: 64px 24px;
}
.site-footer__social {
justify-content: flex-start;
}
.hero-section {
display: flex;
flex-direction: column;
gap: 48px;
justify-content: stretch;
min-height: 0;
overflow: visible;
padding: 72px 24px;
}
.hero-section__media {
bottom: auto;
height: min(115vw, 720px);
left: auto;
order: 2;
position: relative;
top: auto;
width: min(100%, 532px);
}
.hero-section__content {
align-items: flex-start;
gap: 32px;
order: 1;
width: 100%;
}
.hero-section__content h1 {
font-size: clamp(44px, 10vw, 72px);
min-height: auto;
}
.hero-section__content p {
font-size: clamp(20px, 4vw, 25px);
}
.hero-accreditation {
gap: 12px;
padding: 12px;
}
.hero-accreditation img {
height: clamp(60px, 17vw, 76px);
max-width: calc(50% - 6px);
}
.event-grid,
.join-grid {
grid-template-columns: 1fr;
}
.program-grid {
grid-template-columns: repeat(auto-fit, minmax(min(100%, 500px), 500px));
justify-content: center;
width: 100%;
}
.program-card {
height: 500px;
min-height: 0;
width: min(500px, 100%);
}
.school-actions {
align-items: flex-start;
flex-direction: column;
gap: 24px;
width: 100%;
}
.stats-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.school-section {
padding-block: 64px;
}
.school-section .split--school {
display: grid;
gap: 48px;
}
.school-section__content {
flex-basis: auto;
gap: 38px;
height: auto;
min-height: 0;
width: 100%;
}
.school-section__content > .section-eyebrow {
width: 100%;
}
.school-actions {
width: 100%;
}
.school-section__content h2 {
font-size: clamp(32px, 8vw, 48px);
}
.school-section .section-lead {
font-size: clamp(30px, 7vw, 42px);
width: 100%;
}
.school-description {
min-height: 0;
width: 100%;
}
.school-description p {
font-size: clamp(19px, 4vw, 25px);
}
.school-gallery {
flex-basis: auto;
gap: 20px;
max-width: 800px;
width: 100%;
}
.school-gallery__top {
aspect-ratio: 800 / 540;
display: flex;
gap: 20px;
height: auto;
width: 100%;
}
.school-gallery__main {
height: 100%;
width: 68.75%;
}
.school-gallery__side {
display: block;
flex: 1;
height: 100%;
width: auto;
}
.school-gallery__bottom {
display: grid;
gap: 20px;
grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
height: clamp(170px, 38vw, 300px);
width: 100%;
}
.school-gallery__students,
.school-gallery__crowd {
height: 100%;
width: auto;
}
.school-section .stats-grid {
display: grid;
gap: 28px 12px;
width: 100%;
}
}
@media (min-width: 981px) and (max-width: 1740px) {
.hero-section {
flex-direction: row;
min-height: clamp(640px, 53.36vw, 922px);
padding: clamp(88px, 11.57vw, 200px) clamp(28px, 2.89vw, 50px);
}
.hero-section__content {
align-items: flex-end;
gap: clamp(32px, 2.89vw, 50px);
max-width: none;
order: initial;
width: 55.32vw;
}
.hero-section__content h1 {
font-size: clamp(52px, 5.56vw, 96px);
}
.hero-section__content p {
font-size: clamp(20px, 1.62vw, 28px);
}
.hero-section .button-row {
gap: clamp(18px, 2vw, 32px);
justify-content: flex-end;
}
.hero-section__media {
height: 50.58vw;
left: 0;
order: initial;
position: absolute;
top: clamp(88px, 11.57vw, 200px);
width: 37.38vw;
}
}
@media (max-width: 620px) {
:root {
--site-header-height: 76px;
}
.site-header__inner {
min-height: 76px;
padding: 10px 24px;
}
.site-brand,
.custom-logo-link {
flex-basis: 147px;
height: 56px;
width: 147px;
}
.site-brand img,
.custom-logo-link img {
height: 56px;
max-height: 56px;
width: 147px;
}
.home .section>.container,
.home .section>.stack-panel__scroll>.container {
padding-inline: 24px;
}
.home .programs-section>.container,
.home .programs-section>.stack-panel__scroll>.container {
padding-inline: 0;
}
.hero-section {
padding-block: 56px;
} .hero-section__content h1 {
font-size: 50px;
}
.button-row,
.section-heading-row {
align-items: stretch;
flex-direction: column;
}
.hero-section .button-row {
gap: 20px;
justify-content: flex-start;
}
.button {
width: 100%;
}
.location-section,
.events-section {
padding-inline: 24px;
}
.location-section {
padding-bottom: 56px;
padding-top: 56px;
}
.location-section__inner {
gap: 32px;
}
.location-section h2 {
font-size: clamp(30px, 8.5vw, 40px);
}
.location-grid {
gap: 36px;
}
.location-panel {
gap: 24px;
}
.location-panel__details h3 {
font-size: clamp(27px, 8vw, 34px);
}
.location-panel__details p {
font-size: clamp(19px, 5.5vw, 24px);
}
.location-campus {
gap: 16px;
}
.review-grid {
grid-template-columns: 1fr;
}
.review-trustindex {
min-height: 220px;
}
.review-card {
height: auto;
min-height: 210px;
}
.events-section {
padding-bottom: 56px;
}
.events-section__heading {
margin-bottom: 32px;
}
.events-section__heading h2 {
font-size: clamp(29px, 9vw, 38px);
}
.events-section__heading p {
font-size: clamp(20px, 6vw, 26px);
}
.events-section .event-grid {
gap: 24px;
grid-template-columns: 1fr;
}
.events-section .event-card {
align-items: flex-start;
flex-direction: column;
gap: 24px;
height: auto;
min-height: 286px;
padding: 20px;
}
.event-card__date {
font-size: clamp(16px, 4.5vw, 19px);
}
.events-section .event-card h3 {
font-size: clamp(24px, 7vw, 29px);
}
.event-card__actions {
flex-basis: auto;
width: 100%;
}
.event-card__badges > span {
flex: 1;
font-size: clamp(15px, 4.5vw, 19px);
min-width: 0;
width: auto;
}
.event-card__badge--seats,
.event-card__badge--location {
flex: 1 1 0;
}
.event-card__button {
font-size: clamp(25px, 8vw, 30px);
width: 100%;
}
.event-card__remaining {
font-size: clamp(15px, 4.3vw, 18px);
}
.events-section__more {
font-size: clamp(24px, 8vw, 32px);
margin-top: 32px;
}
.pedagogy-section {
padding: 64px 24px 40px;
}
.pedagogy-section__inner {
gap: 32px;
}
.pedagogy-section h2 {
font-size: clamp(32px, 8vw, 48px);
}
.pedagogy-section__lead {
font-size: clamp(27px, 8.5vw, 36px);
}
.pedagogy-section__columns {
gap: 36px;
}
.pedagogy-copy {
gap: 24px;
}
.pedagogy-copy h3 {
font-size: clamp(21px, 6vw, 26px);
}
.pedagogy-copy__body {
font-size: clamp(18px, 5vw, 21px);
}
.pedagogy-carousel {
--pedagogy-slide-gap: 16px;
--pedagogy-slide-height: 106.4cqi;
--pedagogy-slide-width: 85cqi;
gap: 20px;
}
.pedagogy-carousel__caption {
bottom: 16px;
right: 16px;
}
.pedagogy-carousel__caption span {
font-size: clamp(24px, 8vw, 30px);
}
.pedagogy-carousel__caption strong {
font-size: clamp(19px, 6vw, 24px);
}
.pedagogy-carousel__controls {
gap: 24px;
}
.pedagogy-carousel__control {
height: 72px;
width: 72px;
}
.pedagogy-carousel__control .eslm-icon {
height: 32px;
width: 32px;
}
.partners-section {
--partners-gap: 64px;
padding: 64px 24px;
}
.partners-section__inner {
align-items: flex-start;
}
.partners-section__title-row {
height: auto;
}
.partners-section h2 {
font-size: clamp(32px, 8vw, 48px);
letter-spacing: 0;
white-space: normal;
}
.partners-section__lead {
font-size: clamp(27px, 8.5vw, 38px);
min-width: 0;
width: 100%;
}
.partners-section__statement {
font-size: clamp(20px, 6vw, 26px);
min-width: 0;
width: 100%;
}
.partners-band__viewport {
margin-inline: -24px;
padding: 30px 24px;
width: calc(100% + 48px);
}
.partners-band__track {
animation-duration: 30s;
}
.partners-band__logo {
flex-basis: 100px;
height: calc(var(--partner-height) * 2 / 3);
}
.partners-section__button {
font-size: clamp(16px, 4.5vw, 20px);
white-space: normal;
}
.programs-section {
padding: 64px 24px;
}
.program-detail-section {
gap: 48px;
padding: 80px 24px 40px;
}
.program-detail-section__intro {
gap: 24px;
}
.program-detail-section h1 {
font-size: clamp(56px, 15vw, 76px);
letter-spacing: -0.05em;
}
.program-detail-section__copy {
font-size: clamp(20px, 6vw, 26px);
}
.program-detail-grid {
gap: 28px;
width: 100%;
}
.program-detail-card {
flex-basis: min(500px, 100%);
gap: clamp(20px, 7vw, 28px);
height: auto;
min-height: 0;
padding: clamp(24px, 9vw, 40px);
}
.program-detail-card__header p {
font-size: clamp(16px, 4.6vw, 20px);
white-space: normal;
}
.program-detail-card__header h2 {
font-size: clamp(32px, 10vw, 44px);
}
.program-detail-card__header h3 {
font-size: clamp(32px, 10vw, 44px);
}
.program-detail-card__meta {
gap: 16px;
flex-wrap: wrap;
}
.program-detail-card__meta-item {
gap: 8px;
height: auto;
}
.program-detail-card__meta-item span {
font-size: clamp(23px, 7.5vw, 30px);
}
.program-detail-card__meta-item .eslm-icon {
height: clamp(24px, 8vw, 30px);
width: clamp(24px, 8vw, 30px);
}
.program-detail-card__intake {
font-size: clamp(16px, 4.6vw, 20px);
}
.program-detail-card__button {
font-size: clamp(25px, 8vw, 30px);
}
.formation-hero {
gap: 32px;
padding: 112px 24px 40px;
}
.formation-hero__copy p {
font-size: clamp(20px, 6vw, 28px);
}
.formation-hero__copy p:last-child {
font-size: 16px;
margin-top: 20px;
}
.formation-program-section h2,
.formation-courses-section h2,
.formation-related h2,
.formation-info-panel h2 {
font-size: clamp(46px, 14vw, 64px);
} .formation-hero h1 {
font-size: calc(clamp(46px, 14vw, 64px) + 2px);
}
.formation-hero__meta {
gap: 20px;
}
.formation-hero__intake,
.formation-hero__meta strong,
.formation-hero__meta > div span,
.formation-hero__button,
.formation-tabs__apply {
font-size: 16px;
}
.formation-tabs__nav,
.formation-program-section,
.formation-courses-section,
.formation-related,
.formation-info-panel {
padding-left: 24px;
padding-right: 24px;
}
.formation-tabs__nav {
position: static;
}
.formation-program-section,
.formation-courses-section,
.formation-related {
padding-top: 64px;
padding-bottom: 64px;
}
.formation-overview-tabs {
margin-top: 32px;
}
.formation-overview-tabs__tab {
font-size: clamp(24px, 7vw, 34px);
padding: 18px;
}
.formation-overview-tabs__panels {
min-height: 0;
padding: 24px;
}
.formation-overview-panel h2,
.formation-overview-panel h3 {
font-size: clamp(28px, 8vw, 36px);
}
.formation-overview-panel p,
.formation-overview-panel p:nth-of-type(2) {
font-size: clamp(17px, 5vw, 22px);
}
.formation-courses-grid {
grid-template-columns: minmax(0, 1fr);
}
.formation-semester,
.formation-semester:nth-child(2n) {
border-bottom: 1px solid #b00475;
border-right: 0;
min-height: 0;
padding-bottom: 36px;
}
.formation-semester:last-child {
border-bottom: 0;
}
.formation-semester h3,
.formation-semester li,
.formation-info-panel p,
.formation-info-panel li,
.formation-info-panel summary {
font-size: clamp(20px, 6vw, 28px);
}
.programs-section h2 {
font-size: clamp(32px, 8vw, 48px);
margin-bottom: 24px;
}
.programs-section .section-kicker p:first-child {
font-size: clamp(27px, 8.5vw, 38px);
}
.programs-section .section-kicker p:last-child {
font-size: clamp(18px, 5.5vw, 26px);
}
.program-grid {
gap: 28px;
margin-top: 32px;
}
.program-card {
gap: clamp(20px, 7vw, 28px);
height: auto;
min-height: 0;
padding: clamp(24px, 9vw, 40px);
}
.program-card__label {
font-size: clamp(16px, 4.6vw, 20px);
white-space: normal;
}
.program-card h2,
.program-card h3,
.program-card h4 {
font-size: clamp(32px, 10vw, 44px);
}
.program-card__meta-item {
gap: 8px;
height: auto;
}
.program-card__meta {
gap: 16px;
flex-wrap: wrap;
}
.program-card__meta-item .eslm-icon {
height: clamp(24px, 8vw, 30px);
width: clamp(24px, 8vw, 30px);
}
.program-card__meta-item span {
font-size: clamp(23px, 7.5vw, 30px);
}
.program-card__intake {
font-size: clamp(16px, 4.6vw, 20px);
}
.program-card__button {
font-size: clamp(25px, 8vw, 30px);
}
.programs-section__more {
font-size: clamp(24px, 8vw, 32px);
}
.school-gallery__top {
aspect-ratio: 550 / 540;
display: block;
}
.school-gallery__main {
width: 100%;
}
.school-gallery__side {
display: none;
}
.collage-grid,
.portrait-row {
grid-template-columns: 1fr;
}
.stats-grid {
grid-template-columns: 1fr;
}
.footer-nav__list {
align-items: flex-start;
flex-direction: column;
}
.site-footer__actions {
justify-items: start;
}
} .calendar-section {
padding: 30px 50px 70px;
}
.calendar-section__inner {
margin-inline: auto;
max-width: 1728px;
}
.calendar-header {
padding: 30px 0 10px;
}
.calendar-header h1 {
font-family: var(--font-main);
font-size: clamp(48px, 5.56vw, 96px);
font-weight: 400;
letter-spacing: 0;
line-height: 1;
margin: 0;
}
.calendar-header p {
font-size: clamp(22px, 1.85vw, 32px);
line-height: normal;
margin: 10px 0 0;
}
.calendar-month {
margin-top: 50px;
padding: 50px;
}
.calendar-month--pink {
background: #fff0fc;
}
.calendar-month--blue {
background: #eef2ff;
}
.calendar-month__title {
color: #3832a1;
font-family: var(--font-main);
font-size: clamp(28px, 3vw, 44px);
font-weight: 400;
letter-spacing: 0;
line-height: 1;
margin: 0 0 40px;
}
.calendar-month .event-grid {
display: grid;
gap: 50px;
grid-template-columns: repeat(2, minmax(0, 739px));
justify-content: space-between;
margin: 0;
}
.calendar-month .event-card {
align-items: center;
background: var(--color-cream);
box-shadow: 2px 2px 10px rgba(132, 132, 132, 0.25);
color: #111214;
display: flex;
gap: clamp(16px, 2.31vw, 40px);
height: 224px;
justify-content: space-between;
overflow: hidden;
padding: 25px;
position: relative;
}
.calendar-month .event-card h3 {
font-family: var(--font-main);
font-size: clamp(25px, 1.85vw, 32px);
font-weight: 400;
letter-spacing: 0;
line-height: normal;
margin: 0;
}
.calendar-month .event-card.has-ribbon::after {
background: #f50db0;
bottom: 0;
clip-path: polygon(100% 0, 100% 100%, 0 100%);
content: "";
height: 118px;
position: absolute;
right: 0;
width: 285px;
}
.event-card__button--complete {
background: #c8d3fd;
color: #3832a1;
cursor: default;
}
.event-card__button--complete:hover {
transform: none;
} .newsletter-band {
background: #c2007a;
color: var(--color-cream);
padding: 80px 50px;
}
.newsletter-band__inner {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 40px;
justify-content: space-between;
margin-inline: auto;
max-width: 1628px;
}
.newsletter-band__text {
flex: 1 1 480px;
}
.newsletter-band__text h2 {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(32px, 2.78vw, 48px);
font-weight: 400;
letter-spacing: 0;
line-height: normal;
margin: 0 0 16px;
}
.newsletter-band__text p {
color: var(--color-cream);
font-size: clamp(18px, 1.3vw, 22px);
line-height: 1.35;
margin: 0;
max-width: 596px;
}
.newsletter-band__form {
align-items: center;
background: var(--color-white);
display: flex;
flex: 1 1 600px;
gap: 12px;
max-width: 873px;
padding: 14px 14px 14px 30px;
}
.newsletter-band__form input[type="email"] {
background: transparent;
border: 0;
color: #111214;
flex: 1;
font-family: var(--font-main);
font-size: clamp(18px, 1.3vw, 24px);
min-width: 0;
outline: 0;
padding: 14px 0;
}
.newsletter-band__submit {
background: #f50db0;
color: var(--color-white);
font-size: 18px;
font-weight: 700;
min-height: 0;
padding: 16px 26px;
white-space: nowrap;
}
@media (max-width: 960px) {
.calendar-section {
padding: 20px 24px 50px;
}
.calendar-month {
padding: 32px 24px;
}
.calendar-month .event-grid {
grid-template-columns: minmax(0, 1fr);
gap: 24px;
}
.calendar-month .event-card {
flex-direction: column;
gap: 20px;
height: auto;
}
.calendar-month .event-card .event-card__content,
.calendar-month .event-card .event-card__actions {
width: 100%;
}
.calendar-month .event-card.has-ribbon::after {
height: 80px;
width: 180px;
}
.newsletter-band {
padding: 50px 24px;
}
.newsletter-band__form {
flex-basis: 100%;
padding: 10px 10px 10px 20px;
}
} .event-hero {
align-items: center;
background: var(--color-navy);
color: var(--color-cream);
display: flex;
gap: 50px;
justify-content: flex-end;
padding: clamp(120px, 12vw, 200px) 50px 100px;
}
.event-hero__media {
aspect-ratio: 757 / 564;
flex: 1 1 0;
min-width: 0;
overflow: hidden;
}
.event-hero__img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.event-hero__content {
align-items: flex-start;
display: flex;
filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
flex-direction: column;
flex: 0 0 auto;
gap: 28px;
width: 672px;
}
.event-hero__title {
color: var(--color-cream);
font-family: var(--font-title);
font-size: clamp(48px, 5.56vw, 96px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0;
width: 100%;
}
.event-hero__tagline {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(20px, 1.95vw, 28px);
font-weight: 400;
line-height: 1.15;
margin: 0;
width: 100%;
}
.event-hero__details {
display: flex;
flex-wrap: wrap;
gap: 14px;
width: 100%;
}
.event-hero__detail {
align-items: center;
background: rgba(255, 240, 252, 0.1);
border: 1px solid rgba(255, 240, 252, 0.28);
border-radius: 0;
display: inline-flex;
gap: 10px;
min-height: 48px;
padding: 10px 18px;
}
.event-hero__detail .eslm-icon {
background-color: #fff;
display: block;
flex: 0 0 auto;
height: 22px;
width: 22px;
}
.event-hero__detail span {
color: var(--color-cream);
font-family: var(--font-main);
font-size: 18px;
font-weight: 500;
line-height: 1;
white-space: nowrap;
}
.event-hero__cta {
margin-top: 8px;
width: 360px;
}
.event-hero__cta .button {
white-space: nowrap;
} .event-formation {
background: #920963;
color: var(--color-cream);
padding: 50px 50px 75px;
}
.event-formation__inner {
margin-inline: auto;
max-width: 1628px;
}
.event-formation__title {
color: #fff0fc;
font-family: var(--font-title);
font-size: clamp(48px, 5.56vw, 96px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0 0 50px;
}
.event-formation__grid {
align-items: stretch;
display: grid;
gap: 25px;
grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
}
.event-formation__grid.has-text-only {
grid-template-columns: minmax(0, 1fr);
}
.event-formation__text {
color: var(--color-cream);
font-family: var(--font-main);
font-size: 20px;
line-height: 1.5;
min-width: 0;
overflow-wrap: anywhere;
word-break: normal;
}
.event-formation__text p {
margin: 0 0 1em;
overflow-wrap: anywhere;
}
.event-formation__text p:last-child {
margin-bottom: 0;
}
.event-formation__media {
overflow: hidden;
}
.event-formation__img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
@media (max-width: 960px) {
.event-hero {
flex-direction: column;
gap: 32px;
padding: 120px 24px 50px;
}
.event-hero__media {
width: 100%;
}
.event-hero__content {
align-items: flex-start;
gap: 28px;
width: 100%;
}
.event-hero__cta {
max-width: 360px;
width: 100%;
}
.event-hero__details {
gap: 10px;
}
.event-formation {
padding: 40px 24px 50px;
}
.event-formation__title {
margin-bottom: 28px;
}
.event-formation__grid {
gap: 24px;
grid-template-columns: minmax(0, 1fr);
}
.event-formation__media {
min-height: 240px;
}
} .team-hero {
position: relative;
}
.team-hero__banner,
.team-hero__img {
display: block;
width: 100%;
}
.team-hero__img {
height: clamp(360px, 58vw, 1000px);
object-fit: cover;
} .team-hero::before {
background: linear-gradient(180deg, rgba(31, 28, 74, 0.25) 0%, rgba(31, 28, 74, 0.5) 100%);
content: "";
inset: 0;
position: absolute;
z-index: 1;
}
.team-hero__title {
color: var(--color-cream);
font-family: var(--font-title); font-size: clamp(50px, 8vw, 120px);
font-weight: 300;
left: 50%;
letter-spacing: -0.05em;
line-height: 1;
margin: 0;
position: absolute;
text-align: center;
text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
top: 50%;
transform: translate(-50%, -50%);
width: min(90%, 1100px);
z-index: 2;
}
.team-hero__overlay {
bottom: -60px;
left: 50px;
position: absolute;
width: min(38%, 674px);
z-index: 2;
}
.team-hero__overlay-img {
box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.25);
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.team-hero__scroll {
bottom: 30px;
left: 50%;
position: absolute;
transform: translateX(-50%);
}
.team-hero__scroll img {
display: block;
filter: brightness(0) invert(1);
height: 56px;
transform: rotate(180deg);
width: 56px;
} .team-execs {
background: var(--color-pink);
color: var(--color-cream);
padding: 50px;
}
.team-execs__inner {
margin-inline: auto;
max-width: 1628px;
}
.team-execs__title {
color: var(--color-cream);
font-family: var(--font-title);
font-size: clamp(48px, 5.56vw, 96px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0 0 clamp(16px, 1.6vw, 24px);
} .team-execs__tagline {
color: var(--color-cream);
font-family: var(--font-title);
font-size: clamp(20px, 2.4vw, 42px);
font-weight: 300;
letter-spacing: -0.02em;
line-height: 1.1;
margin: 0 0 clamp(40px, 4.5vw, 64px);
}
.team-exec-list {
display: flex;
flex-direction: column;
gap: clamp(56px, 8vw, 120px);
}
.team-exec-list .exec-slide {
flex: none;
}
.team-exec-list .exec-slide + .exec-slide {
border-top: 1px solid rgba(255, 255, 255, 0.18);
padding-top: clamp(48px, 6vw, 80px);
}
.exec-carousel {
position: relative;
}
.exec-carousel__viewport {
overflow: hidden;
transition: height 250ms ease;
}
.exec-carousel__track {
align-items: flex-start;
display: flex;
transition: transform 400ms ease;
}
.exec-slide {
align-items: flex-start;
display: flex;
flex: 0 0 100%;
gap: clamp(32px, 8vw, 120px);
min-width: 0;
}
.exec-slide__media {
align-items: center;
display: flex;
flex: 0 0 auto;
flex-direction: column;
gap: 25px;
width: clamp(260px, 32vw, 500px);
}
.exec-slide__photo {
aspect-ratio: 500 / 626;
overflow: hidden;
width: 100%;
}
.exec-carousel.is-compact .exec-slide__photo {
aspect-ratio: 500 / 460;
}
.exec-slide__img,
.team-dean__img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.exec-slide__body {
flex: 1 1 0;
min-width: 0;
}
.exec-slide__name,
.team-dean__name {
color: #eef2ff;
font-family: var(--font-title);
font-size: clamp(34px, 3.6vw, 60px);
font-weight: 300;
letter-spacing: 0;
line-height: 1.05;
margin: 0 0 32px;
}
.team-bio {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(15px, 1.15vw, 19px);
line-height: 1.4;
}
.team-bio__lead {
font-size: clamp(16px, 1.35vw, 22px);
line-height: 1.45;
margin: 0 0 28px;
max-width: 62ch;
}
.team-bio__list {
list-style: none;
margin: 0;
padding: 0;
}
.team-bio__list li {
padding-left: 18px;
position: relative;
}
.team-bio__list li::before {
content: "-";
left: 0;
position: absolute;
} .team-bio__panels {
display: flex;
flex-direction: column;
gap: clamp(10px, 1vw, 14px);
}
.team-bio__panel {
background: rgba(255, 255, 255, 0.09);
padding: 0 clamp(20px, 1.8vw, 28px);
} .team-bio__panel--static {
padding-bottom: clamp(16px, 1.5vw, 22px);
padding-top: clamp(14px, 1.3vw, 18px);
}
.team-bio__toggle {
align-items: center;
cursor: pointer;
display: flex;
gap: 16px;
justify-content: space-between;
list-style: none;
padding: clamp(14px, 1.3vw, 18px) 0;
}
.team-bio__toggle::-webkit-details-marker {
display: none;
}
.team-bio__toggle:focus-visible {
outline: 2px solid #fff;
outline-offset: 2px;
}
details[open] > .team-bio__toggle {
border-bottom: 1px solid rgba(255, 255, 255, 0.18);
margin-bottom: clamp(12px, 1.2vw, 16px);
} .team-bio__chevron {
border-bottom: 2.5px solid var(--color-cream);
border-right: 2.5px solid var(--color-cream);
flex: 0 0 auto;
height: 12px;
transform: rotate(45deg);
transition: transform 200ms ease;
width: 12px;
}
details[open] > .team-bio__toggle .team-bio__chevron {
transform: rotate(-135deg);
}
.team-bio__entries {
column-gap: clamp(22px, 2vw, 40px);
column-width: clamp(190px, 20vw, 270px);
}
details.team-bio__panel .team-bio__entries {
padding-bottom: clamp(16px, 1.5vw, 22px);
}
.team-bio__heading {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(15px, 1.25vw, 20px);
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.team-bio__entry {
break-inside: avoid;
margin: 0 0 14px;
}
.team-bio__entry:last-child {
margin-bottom: 0;
}
.team-bio__term {
font-weight: 600;
line-height: 1.3;
margin: 0;
}
.team-bio__note {
color: rgba(255, 245, 240, 0.82);
line-height: 1.35;
margin: 2px 0 0;
}
.exec-carousel__nav {
display: flex;
gap: clamp(14px, 1.5vw, 20px);
justify-content: flex-end;
margin-top: 0;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.exec-carousel__arrow {
align-items: center;
background: var(--color-pink-bright);
border: 0;
box-shadow: 3px 3px 8px rgba(132, 132, 132, 0.25);
cursor: pointer;
display: flex;
height: clamp(56px, 4.5vw, 84px);
justify-content: center;
padding: 0;
width: clamp(56px, 4.5vw, 84px);
}
.exec-carousel__arrow img {
filter: brightness(0) invert(1);
height: 45%;
width: 45%;
}
.exec-carousel__arrow--prev img {
transform: rotate(-90deg);
}
.exec-carousel__arrow--next img {
transform: rotate(90deg);
} .team-social {
align-items: center;
display: flex;
gap: 25px;
}
.team-social__link {
display: block;
height: clamp(48px, 5vw, 80px);
width: clamp(48px, 5vw, 80px);
}
.team-icon {
background-color: currentColor;
display: block;
height: 100%;
width: 100%;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
}
.team-icon--linkedin {
-webkit-mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-linkedin.svg);
mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-linkedin.svg);
}
.team-icon--email {
-webkit-mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-email.svg);
mask-image: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-email.svg);
}
.team-execs .team-social {
color: var(--color-white);
justify-content: center;
width: 100%;
} .team-dean {
background: var(--color-navy);
color: var(--color-cream);
padding: 100px 50px;
}
.team-dean__inner {
margin-inline: auto;
max-width: 1628px;
}
.team-dean__title {
color: var(--color-cream);
font-family: var(--font-title);
font-size: clamp(48px, 5.56vw, 96px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0 0 25px;
}
.team-dean__grid {
align-items: flex-start;
display: grid;
gap: clamp(40px, 5vw, 80px);
grid-template-columns: minmax(0, 1075px) 504px;
}
.team-dean__message {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(16px, 1.7vw, 32px);
line-height: 1.35;
}
.team-dean__message p {
margin: 0 0 1em;
}
.team-dean__media {
display: flex;
flex-direction: column;
gap: 25px;
}
.team-dean__photo {
aspect-ratio: 500 / 626;
overflow: hidden;
width: 100%;
}
.team-dean .team-social {
color: #eef2ff;
justify-content: center;
}
@media (max-width: 960px) {
.team-hero__overlay {
display: none;
}
.team-execs,
.team-dean {
padding: 40px 24px;
}
.exec-slide {
flex-direction: column;
gap: 28px;
}
.team-bio__entries {
column-count: 1;
column-width: auto;
}
.exec-slide__media {
width: 100%;
max-width: 360px;
}
.exec-carousel__nav {
justify-content: center;
margin-top: 28px;
position: static;
}
.team-dean__grid {
grid-template-columns: minmax(0, 1fr);
}
.team-dean__media {
max-width: 360px;
}
} .partners-majors {
background: #ffc9f7;
padding: clamp(56px, 7vw, 100px) clamp(24px, 4vw, 50px);
}
.partners-majors__inner {
display: flex;
flex-direction: column;
gap: clamp(56px, 7vw, 100px);
margin-inline: auto;
max-width: 1628px;
}
.partners-majors__title {
color: #111214;
font-family: var(--font-title);
font-size: clamp(48px, 7vw, 96px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0;
}
.major-partner {
align-items: stretch;
display: flex;
gap: clamp(32px, 5vw, 80px);
justify-content: space-between;
} .major-partner:nth-of-type(even) {
flex-direction: row-reverse;
}
.major-partner__body {
display: flex;
flex: 1 1 auto;
flex-direction: column;
gap: 32px;
justify-content: space-between;
}
.major-partner__text {
color: #111214;
font-family: var(--font-main);
font-size: clamp(18px, 1.6vw, 28px);
line-height: 1.25;
margin: 0;
}
.major-partner__button {
align-self: flex-end;
background: var(--color-pink-bright);
box-shadow: 2px 2px 5px rgba(132, 132, 132, 0.25);
color: var(--color-cream);
display: inline-flex;
font-family: var(--font-main);
font-size: clamp(20px, 2vw, 32px);
padding: 20px;
text-decoration: none;
transition: transform 160ms ease, background 160ms ease;
white-space: nowrap;
}
.major-partner__button:hover {
background: var(--color-pink);
transform: translateY(-1px);
}
.major-partner__logo {
align-items: center;
display: flex;
flex: 0 0 auto;
justify-content: center;
width: clamp(220px, 38vw, 600px);
}
.major-partner__img {
height: auto;
max-height: 265px;
max-width: 100%;
object-fit: contain;
width: auto;
}
.partners-academic {
background: var(--color-lavender);
padding: clamp(32px, 4vw, 50px);
}
.partners-academic__inner {
display: flex;
flex-direction: column;
gap: 50px;
margin-inline: auto;
max-width: 1628px;
}
.partners-academic__head {
color: var(--color-cream);
display: flex;
flex-direction: column;
gap: 5px;
}
.partners-academic__title {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(28px, 3.5vw, 48px);
font-weight: 400;
line-height: 1.1;
margin: 0;
}
.partners-academic__subtitle {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(20px, 2.4vw, 32px);
font-weight: 700;
line-height: 1.2;
margin: 0;
}
.partners-academic__grid {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 50px;
justify-content: center;
}
.partner-logo {
align-items: center;
display: flex;
height: 120px;
justify-content: center;
width: 300px;
}
.partner-logo__img {
max-height: 100%;
max-width: 100%;
object-fit: contain;
}
@media (max-width: 960px) {
.major-partner,
.major-partner:nth-of-type(even) {
flex-direction: column;
gap: 28px;
}
.major-partner__button {
align-self: flex-start;
}
.major-partner__logo {
width: 100%;
}
.partner-logo {
width: clamp(180px, 42vw, 240px);
height: 96px;
}
} .employment-jobs {
background: #292768;
padding: clamp(56px, 7vw, 100px) clamp(24px, 4vw, 50px);
}
.employment-jobs__inner {
display: flex;
flex-direction: column;
gap: 50px;
margin-inline: auto;
max-width: 1700px;
}
.employment-jobs__title {
color: var(--color-cream);
font-family: var(--font-title);
font-size: clamp(48px, 7vw, 96px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0;
}
.employment-jobs__grid {
display: flex;
flex-wrap: wrap;
gap: 50px;
}
.job-card {
background: var(--color-cream);
box-shadow: 2px 2px 10px rgba(132, 132, 132, 0.25);
color: #111214;
display: flex;
flex: 0 1 500px;
flex-direction: column;
gap: 24px;
max-width: 500px;
min-height: 500px;
padding: clamp(28px, 3vw, 50px);
}
.job-card__head {
display: flex;
flex-direction: column;
gap: 20px;
}
.job-card__category {
font-family: var(--font-main);
font-size: 20px;
margin: 0;
}
.job-card__title {
font-family: var(--font-main);
font-size: clamp(32px, 3vw, 48px);
font-weight: 400;
line-height: 1.05;
margin: 0;
}
.job-card__desc {
font-family: var(--font-main);
font-size: 20px;
line-height: 1.3;
margin: 0 0 auto;
max-width: 400px;
}
.job-card__apply {
text-decoration: underline;
}
.job-card__discover {
align-items: center;
box-shadow: 2px 2px 5px rgba(132, 132, 132, 0.25);
color: var(--color-cream);
display: flex;
font-family: var(--font-main);
font-size: clamp(24px, 2.4vw, 32px);
justify-content: center;
padding: 20px;
text-decoration: none;
transition: transform 160ms ease, filter 160ms ease;
width: 100%;
}
.job-card__discover:hover {
filter: brightness(1.05);
transform: translateY(-1px);
}
.job-card__apply {
align-self: flex-end;
font-family: var(--font-main);
font-size: 20px;
} .job-card--pink .job-card__apply {
color: #ff5fe0;
}
.job-card--pink .job-card__discover {
background: var(--color-pink-bright);
}
.job-card--blue .job-card__apply {
color: var(--color-lavender);
}
.job-card--blue .job-card__discover {
background: #666aee;
}
.employment-cta {
background: var(--color-pink);
color: var(--color-cream);
padding: clamp(56px, 7vw, 100px) clamp(24px, 4vw, 50px);
}
.employment-cta__inner {
display: flex;
flex-direction: column;
gap: 50px;
margin-inline: auto;
max-width: 1628px;
}
.employment-cta__head {
display: flex;
flex-direction: column;
gap: 5px;
}
.employment-cta__title {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(28px, 3.5vw, 48px);
font-weight: 400;
line-height: 1.1;
margin: 0;
}
.employment-cta__subtitle {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(20px, 2.4vw, 32px);
font-weight: 700;
line-height: 1.2;
margin: 0;
}
.employment-cta__emails {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: clamp(24px, 4vw, 60px);
justify-content: center;
}
.employment-cta__email {
align-items: center;
color: #fff0fc;
display: inline-flex;
gap: 18px;
text-decoration: none;
}
.employment-cta__email-icon {
background-color: currentColor;
flex: 0 0 auto;
height: 50px;
-webkit-mask: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-email.svg) no-repeat center / contain;
mask: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-email.svg) no-repeat center / contain;
width: 50px;
}
.employment-cta__email-text {
font-family: var(--font-main);
font-size: clamp(22px, 2.4vw, 32px);
text-decoration: underline;
word-break: break-word;
}
.employment-cta__email-content {
display: flex;
flex-direction: column;
gap: 4px;
}
.employment-cta__email-label {
font-family: var(--font-main);
font-size: 16px;
font-weight: 700;
letter-spacing: 0;
text-transform: uppercase;
}
@media (max-width: 1120px) {
.job-card {
flex: 1 1 100%;
max-width: none;
}
} .job-hero {
align-items: center;
background: var(--color-navy);
display: flex;
gap: clamp(32px, 4vw, 50px);
padding: clamp(48px, 6vw, 100px) clamp(24px, 4vw, 50px);
}
.job-hero__content {
color: var(--color-cream);
display: flex;
flex: 0 1 672px;
flex-direction: column;
gap: clamp(24px, 3vw, 50px);
}
.job-hero__category {
font-family: var(--font-main);
font-size: 20px;
margin: 0;
}
.job-hero__title {
color: var(--color-cream);
font-family: var(--font-title); font-size: calc(clamp(48px, 6vw, 96px) + 2px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0;
}
.job-hero__tagline {
color: var(--color-cream);
font-family: var(--font-main);
font-size: clamp(18px, 1.6vw, 28px);
line-height: 1.3;
margin: 0;
}
.job-hero__apply {
align-items: center;
align-self: flex-start;
background: #666aee;
box-shadow: 2px 2px 5px rgba(132, 132, 132, 0.25);
color: #eef2ff;
display: inline-flex;
font-family: var(--font-main);
font-size: clamp(24px, 2.4vw, 32px);
justify-content: center;
min-width: 274px;
padding: 20px;
text-decoration: none;
transition: transform 160ms ease, filter 160ms ease;
}
.job-hero__apply:hover {
filter: brightness(1.08);
transform: translateY(-1px);
}
.job-hero__media {
flex: 1 1 0;
min-width: 0;
}
.job-hero__img {
aspect-ratio: 757 / 564;
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.job-offer {
background: #920963;
color: var(--color-cream);
padding: clamp(40px, 5vw, 75px) clamp(24px, 4vw, 50px);
}
.job-offer__inner {
display: flex;
flex-direction: column;
gap: clamp(28px, 4vw, 50px);
margin-inline: auto;
max-width: 1628px;
}
.job-offer__title {
color: #fff0fc;
font-family: var(--font-title);
font-size: clamp(48px, 6vw, 96px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0;
}
.job-offer__grid {
align-items: stretch;
display: flex;
gap: 25px;
}
.job-offer__text {
color: var(--color-cream);
flex: 0 0 500px;
font-family: var(--font-main);
font-size: 20px;
line-height: 1.4;
max-width: 500px;
}
.job-offer__text p {
margin: 0 0 1em;
}
.job-offer__text p:last-child {
margin-bottom: 0;
}
.job-offer__media {
flex: 1 1 0;
min-width: 0;
}
.job-offer__img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
@media (max-width: 960px) {
.job-hero {
flex-direction: column-reverse;
align-items: stretch;
}
.job-hero__content {
flex-basis: auto;
}
.job-offer__grid {
flex-direction: column;
}
.job-offer__text {
flex-basis: auto;
max-width: none;
}
.job-offer__img {
height: auto;
}
} .contact-band {
background: var(--color-pink);
padding: clamp(56px, 7vw, 100px) clamp(24px, 4vw, 50px);
}
.contact-band__inner {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: clamp(40px, 5vw, 80px);
justify-content: center;
margin-inline: auto;
max-width: 1180px;
}
.contact-info {
flex: 1 1 420px;
max-width: 534px;
}
.contact-info__title {
color: #fff0fc;
font-family: var(--font-title);
font-size: clamp(56px, 7vw, 96px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0 0 clamp(28px, 4vw, 50px);
text-align: center;
}
.contact-info__intro {
color: #ffc9f7;
font-family: var(--font-main);
font-size: clamp(18px, 1.6vw, 28px);
line-height: 1.3;
margin: 0 0 clamp(28px, 4vw, 50px);
}
.contact-info__list {
display: flex;
flex-direction: column;
gap: 25px;
list-style: none;
margin: 0;
padding: 0;
}
.contact-info__item {
align-items: center;
color: #fff0fc;
display: flex;
gap: clamp(20px, 3vw, 50px);
}
.contact-info__link,
.contact-info__text {
color: #fff0fc;
font-family: var(--font-main);
font-size: clamp(20px, 2.2vw, 32px);
line-height: 1.25;
text-decoration: none;
}
.contact-info__link:hover {
text-decoration: underline;
}
.contact-icon {
background-color: #fff0fc;
flex: 0 0 auto;
height: 50px;
width: 50px;
}
.contact-icon--email {
-webkit-mask: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-email.svg) no-repeat center / contain;
mask: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-email.svg) no-repeat center / contain;
}
.contact-icon--map {
-webkit-mask: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-location.svg) no-repeat center / contain;
mask: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-location.svg) no-repeat center / contain;
}
.contact-icon--phone {
-webkit-mask: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-phone.svg) no-repeat center / contain;
mask: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-phone.svg) no-repeat center / contain;
} .contact-form-wrap {
flex: 1 1 420px;
max-width: 470px;
width: 100%;
}
.contact-form__grid {
display: flex;
flex-direction: column;
gap: 18px;
}
.contact-field {
margin: 0;
position: relative;
}
.contact-field .wpcf7-form-control-wrap {
display: block;
}
.contact-field .wpcf7-form-control:not(.wpcf7-submit) {
background: var(--color-cream);
border: 1px solid #a7b5fa;
border-radius: 8px;
color: #111214;
display: block;
font-family: var(--font-main);
font-size: 20px;
min-height: 64px;
padding: 20px;
width: 100%;
}
.contact-field .wpcf7-form-control::placeholder {
color: rgba(17, 18, 20, 0.55);
opacity: 1;
}
.contact-field--message .wpcf7-textarea {
min-height: 146px;
resize: vertical;
}
.contact-field--select .wpcf7-select {
cursor: pointer;
}
.contact-field--file .wpcf7-form-control-wrap {
position: relative;
}
.contact-field--file input[type="file"].contact-file__native {
height: 1px;
left: 0;
min-height: 0;
opacity: 0;
overflow: hidden;
padding: 0;
position: absolute;
top: 0;
width: 1px;
}
.contact-file-control {
align-items: center;
background: var(--color-cream);
border: 1px solid #a7b5fa;
border-radius: 8px;
color: #111214;
display: flex;
font-family: var(--font-main);
font-size: 20px;
gap: 12px;
min-height: 64px;
padding: 10px 14px;
width: 100%;
}
.contact-file-control__button {
background: #111214;
border: 0;
border-radius: 6px;
color: var(--color-cream);
cursor: pointer;
flex: 0 0 auto;
font-family: var(--font-main);
font-size: 17px;
padding: 10px 14px;
}
.contact-file-control__button:focus-visible {
outline: 2px solid var(--color-pink-bright);
outline-offset: 2px;
}
.contact-file-control__name {
color: rgba(17, 18, 20, 0.7);
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.contact-field .wpcf7-form-control:focus {
border-color: var(--color-pink-bright);
outline: none;
}
.contact-field__label {
color: #fff0fc;
display: block;
font-family: var(--font-main);
font-size: 20px;
line-height: 1.2;
margin: 0 0 8px;
}
.contact-field__req {
color: var(--color-pink-bright);
font-family: var(--font-title);
font-size: 28px;
line-height: 1;
vertical-align: middle;
}
.contact-field--submit {
margin-top: 10px;
}
.contact-field--submit .wpcf7-submit {
background: var(--color-pink-bright);
border: 0;
border-radius: 0;
color: var(--color-cream);
cursor: pointer;
font-family: var(--font-main);
font-size: clamp(24px, 2.4vw, 32px);
min-height: 64px;
transition: transform 160ms ease, filter 160ms ease;
width: 100%;
}
.contact-field--submit .wpcf7-submit:hover {
filter: brightness(1.05);
transform: translateY(-1px);
} .contact-form-wrap .wpcf7-response-output {
border-radius: 6px;
color: var(--color-cream);
font-family: var(--font-main);
margin: 20px 0 0;
padding: 14px 18px;
}
.contact-form-wrap .wpcf7-not-valid-tip {
color: #fff0fc;
font-family: var(--font-main);
font-size: 16px;
margin-top: 6px;
}
.contact-form-wrap .wpcf7-spinner {
margin: 0 auto;
} .booking-brochure {
align-items: center;
background: var(--color-cream);
border-radius: 12px;
display: flex;
flex-direction: column;
gap: 22px;
margin-top: 24px;
padding: clamp(28px, 4vw, 44px) clamp(24px, 3vw, 36px);
text-align: center;
}
.booking-brochure[hidden] {
display: none;
}
.booking-brochure__title {
color: #111214;
font-family: var(--font-title);
font-size: clamp(28px, 3vw, 40px);
font-weight: 300;
letter-spacing: -0.03em;
line-height: 1.1;
margin: 0;
}
.booking-brochure__button {
background: var(--color-pink-bright);
border-radius: 6px;
color: var(--color-cream);
} .about-story {
background: #292768;
color: var(--color-cream);
padding: clamp(56px, 7vw, 90px) clamp(24px, 4vw, 50px) 50px;
}
.about-story__inner {
display: flex;
flex-direction: column;
gap: 50px;
margin-inline: auto;
max-width: 1628px;
}
.about-story__title {
color: var(--color-cream);
font-family: var(--font-title);
font-size: clamp(40px, 6vw, 96px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1.05;
margin: 0;
}
.about-story__top {
align-items: flex-start;
display: flex;
gap: clamp(40px, 5vw, 80px);
justify-content: space-between;
}
.about-story__gallery {
display: grid;
flex: 0 0 auto;
gap: 25px;
grid-template-columns: 1fr 1fr;
width: clamp(320px, 44%, 800px);
}
.about-story__shot {
margin: 0;
overflow: hidden;
}
.about-story__shot img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.about-story__shot--1 {
aspect-ratio: 800 / 404;
grid-column: 1 / -1;
}
.about-story__shot--2,
.about-story__shot--3 {
aspect-ratio: 1 / 1;
}
.about-story__intro {
display: flex;
flex: 1 1 0;
flex-direction: column;
gap: clamp(32px, 4vw, 50px);
min-width: 0;
}
.about-story__lead {
font-family: var(--font-main);
font-size: clamp(20px, 2.2vw, 32px);
line-height: 1.3;
margin: 0;
}
.about-stats {
display: flex;
flex-wrap: wrap;
gap: clamp(24px, 3vw, 50px);
justify-content: space-between;
}
.about-stat {
text-align: center;
}
.about-stat__value {
font-family: var(--font-title);
font-size: clamp(40px, 5vw, 60px);
font-weight: 300;
margin: 0 0 12px;
}
.about-stat__label {
color: #fff0fc;
font-family: var(--font-main);
font-size: 20px;
margin: 0 auto;
max-width: 203px;
}
.about-story__bottom {
align-items: flex-start;
display: flex;
gap: clamp(32px, 4vw, 50px);
}
.about-story__col {
flex: 1 1 0;
font-family: var(--font-main);
font-size: 20px;
line-height: 1.4;
min-width: 0;
}
.about-story__col p {
margin: 0 0 1em;
}
.about-story__col p:last-child {
margin-bottom: 0;
}
.about-story__media {
aspect-ratio: 500 / 313;
flex: 1 1 0;
margin: 0;
min-width: 0;
overflow: hidden;
}
.about-story__media img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
} .about-teaching {
display: flex;
min-height: clamp(760px, 92vh, 1053px);
overflow: hidden;
position: relative;
}
.about-teaching__bg {
inset: 0;
position: absolute;
}
.about-teaching__img {
background-position: center;
background-size: cover;
inset: 0;
opacity: 0;
position: absolute;
transition: opacity 600ms ease;
}
.about-teaching__img.is-active {
opacity: 1;
}
.about-teaching::after {
background: rgba(31, 28, 74, 0.2);
content: "";
inset: 0;
position: absolute;
}
.about-teaching__content {
display: flex;
flex-direction: column;
gap: 50px;
justify-content: space-between;
padding: clamp(40px, 5vw, 50px);
position: relative;
width: 100%;
z-index: 1;
}
.about-teaching__row {
align-items: center;
display: flex;
gap: 40px;
justify-content: space-between;
}
.about-teaching__row--bottom {
align-items: flex-end;
}
.about-teaching__title {
color: #eef2ff;
font-family: var(--font-title);
font-size: clamp(32px, 4.5vw, 64px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0;
}
.about-teaching__head {
color: #eef2ff;
display: flex;
flex-direction: column;
gap: 16px;
}
.about-teaching__heading {
font-family: var(--font-main);
font-size: clamp(28px, 3.5vw, 48px);
margin: 0;
}
.about-teaching__sub {
font-family: var(--font-main);
font-size: clamp(20px, 2.4vw, 32px);
font-weight: 700;
margin: 0;
}
.about-teaching__nav {
display: flex;
flex: 0 0 auto;
gap: clamp(20px, 4vw, 84px);
}
.about-teaching__arrow {
align-items: center;
background: var(--color-pink-bright);
border: 0;
box-shadow: 3px 3px 8px rgba(132, 132, 132, 0.25);
cursor: pointer;
display: inline-flex;
justify-content: center;
padding: clamp(18px, 3vw, 34px);
transition: transform 160ms ease;
}
.about-teaching__arrow:hover {
transform: translateY(-1px);
}
.about-teaching__arrow .eslm-icon {
background-color: #fff;
display: block;
height: clamp(28px, 4vw, 54px);
width: clamp(28px, 4vw, 54px);
}
.about-teaching__arrow--prev .eslm-icon {
transform: rotate(-90deg);
}
.about-teaching__arrow--next .eslm-icon {
transform: rotate(90deg);
} .about-location {
background: #ca0088;
color: var(--color-cream);
padding: clamp(48px, 6vw, 70px) clamp(24px, 4vw, 50px);
}
.about-location__inner {
display: flex;
flex-direction: column;
gap: 50px;
margin-inline: auto;
max-width: 1628px;
}
.about-location__title {
color: var(--color-cream);
font-family: var(--font-title);
font-size: clamp(32px, 4.5vw, 64px);
font-weight: 300;
letter-spacing: -0.05em;
line-height: 1;
margin: 0;
}
.about-location__body {
align-items: flex-start;
display: flex;
gap: clamp(40px, 5vw, 80px);
justify-content: space-between;
}
.about-location__left {
display: flex;
flex: 1 1 0;
flex-direction: column;
gap: 50px;
max-width: 800px;
min-width: 0;
}
.about-location__map {
aspect-ratio: 800 / 500;
margin: 0;
overflow: hidden;
}
.about-location__map img,
.about-location__map iframe {
border: 0;
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.about-location__address-title {
font-family: var(--font-main);
font-size: clamp(28px, 3.5vw, 48px);
margin: 0 0 25px;
}
.about-location__address-text {
font-family: var(--font-main);
font-size: clamp(20px, 2.4vw, 32px);
line-height: 1.3;
margin: 0;
}
.about-location__right {
display: flex;
flex: 0 0 auto;
flex-direction: column;
gap: 50px;
width: clamp(280px, 42%, 700px);
}
.about-location__photo {
aspect-ratio: 700 / 252;
margin: 0;
overflow: hidden;
}
.about-location__photo--tall {
aspect-ratio: 700 / 505;
}
.about-location__photo img {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
@media (max-width: 960px) {
.about-story__top,
.about-story__bottom,
.about-location__body {
flex-direction: column;
}
.about-story__gallery,
.about-location__left,
.about-location__right {
width: 100%;
}
.about-teaching__row,
.about-teaching__row--bottom {
align-items: flex-start;
flex-direction: column;
}
} .students-section {
background: var(--color-navy-soft);
color: var(--color-white);
}
.students-section h2,
.social-section h2 {
font-family: var(--font-main);
font-size: clamp(34px, 3.4vw, 56px);
font-weight: 400;
letter-spacing: 0;
line-height: 1.08;
margin-bottom: 12px;
}
.students-section .section-eyebrow,
.students-section .section-subheading,
.social-section .section-eyebrow,
.social-section .section-subheading {
color: var(--color-white);
}
.students-section .section-subheading,
.social-section .section-subheading {
margin-bottom: 25px;
}
.students-section .section-kicker,
.social-section .section-kicker {
display: flex;
flex-direction: column;
gap: 5px;
margin-top: 0;
}
.students-section .section-kicker {
color: var(--color-white);
}
.students-section .section-kicker p,
.social-section .section-kicker p {
margin-bottom: 0;
}
.testimonials-grid {
display: grid;
gap: clamp(20px, 2.5vw, 32px);
grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
margin-top: clamp(32px, 4vw, 56px);
}
.testimonial-card {
background: var(--color-white);
border-radius: 16px;
box-shadow: 0 8px 30px rgba(31, 28, 74, 0.08);
color: var(--color-ink);
display: flex;
flex-direction: column;
gap: 24px;
margin: 0;
padding: clamp(24px, 2.5vw, 36px);
}
.testimonial-card__quote {
color: var(--color-ink);
font-family: var(--font-main);
font-size: clamp(18px, 1.4vw, 22px);
line-height: 1.45;
margin: 0;
}
.testimonial-card__quote::before {
content: "\201C";
}
.testimonial-card__quote::after {
content: "\201D";
}
.testimonial-card__person {
align-items: center;
display: flex;
gap: 16px;
margin-top: auto;
}
.testimonial-card__avatar {
border-radius: 50%;
flex: 0 0 auto;
height: 64px;
overflow: hidden;
width: 64px;
}
.testimonial-card__photo {
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.testimonial-card__meta {
display: flex;
flex-direction: column;
}
.testimonial-card__name {
font-family: var(--font-main);
font-weight: 700;
}
.testimonial-card__role {
color: var(--color-muted);
font-size: 16px;
}
.social-section {
background: var(--color-navy);
color: var(--color-white);
}
.social-section .section-kicker {
color: var(--color-white);
}
.social-section__handle {
align-items: center;
color: var(--color-white);
display: inline-flex;
font-family: var(--font-main);
font-weight: 700;
gap: 10px;
margin-top: 24px;
text-decoration: none;
}
.social-section__handle:hover {
text-decoration: underline;
}
.social-section__handle-icon {
background-color: currentColor;
height: 28px;
width: 28px;
-webkit-mask: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-instagram.svg) no-repeat center / contain;
mask: url(//eslm.staging.superdev.fr/wp-content/themes/eslm/assets/images/icon-instagram.svg) no-repeat center / contain;
}
.instagram-grid {
display: grid;
gap: clamp(10px, 1.2vw, 18px);
grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
list-style: none;
margin: clamp(28px, 3.5vw, 48px) 0 0;
padding: 0;
}
.instagram-grid__item {
margin: 0;
}
.instagram-grid__link {
aspect-ratio: 1;
border-radius: 10px;
display: block;
overflow: hidden;
position: relative;
}
.instagram-grid__img {
display: block;
height: 100%;
object-fit: cover;
transition: transform 300ms ease;
width: 100%;
}
.instagram-grid__link:hover .instagram-grid__img {
transform: scale(1.05);
}
.instagram-grid__overlay {
background: linear-gradient(180deg, rgba(31, 28, 74, 0) 55%, rgba(31, 28, 74, 0.4));
inset: 0;
opacity: 0;
position: absolute;
transition: opacity 300ms ease;
}
.instagram-grid__link:hover .instagram-grid__overlay {
opacity: 1;
} .instagram-embeds {
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: center;
margin: clamp(28px, 3.5vw, 48px) auto 0;
max-width: 1180px;
}
.instagram-embeds .instagram-media {
flex: 0 1 340px;
margin: 0 !important;
min-width: 300px !important;
}
.social-section__button {
background: var(--color-pink-bright);
border-radius: 0;
color: var(--color-white);
display: inline-block;
font-family: var(--font-main);
font-weight: 700;
margin-top: clamp(28px, 3vw, 40px);
padding: 14px 28px;
text-decoration: none;
}
.social-section__button:hover {
filter: brightness(1.05);
} .cmi-page {
background: var(--color-cream);
color: var(--color-ink);
}
.cmi-hero {
background: var(--color-white);
color: var(--color-navy);
overflow: hidden;
}
.cmi-hero__inner {
display: grid;
gap: clamp(36px, 6vw, 84px);
grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
margin-inline: auto;
max-width: 1320px;
min-height: min(740px, calc(100svh - var(--site-header-height)));
padding: clamp(72px, 8vw, 124px) clamp(20px, 4vw, 56px) clamp(52px, 7vw, 92px);
}
.cmi-hero__content {
align-self: center;
max-width: 820px;
}
.cmi-eyebrow {
color: var(--color-pink-bright);
font-family: var(--font-main);
font-size: clamp(13px, 1.1vw, 16px);
font-weight: 700;
letter-spacing: 0.08em;
margin-bottom: 16px;
text-transform: uppercase;
}
.cmi-hero__title {
font-size: clamp(54px, 7.2vw, 128px);
letter-spacing: 0;
margin-bottom: clamp(24px, 4vw, 40px);
max-width: 980px;
}
.cmi-hero__lead,
.cmi-section__lead {
font-size: clamp(20px, 2vw, 30px);
line-height: 1.34;
}
.cmi-hero p,
.cmi-section p,
.cmi-section li {
font-size: clamp(16px, 1.28vw, 20px);
line-height: 1.6;
}
.cmi-hero__lead {
font-size: clamp(22px, 2.25vw, 34px);
line-height: 1.32;
}
.cmi-hero__logos {
align-self: center;
display: grid;
gap: clamp(28px, 4vw, 52px);
justify-items: center;
}
.cmi-hero__logo {
max-height: 170px;
object-fit: contain;
width: 100%;
}
.cmi-section {
padding: clamp(64px, 8vw, 118px) clamp(20px, 4vw, 56px);
}
.cmi-section--cream {
background: var(--color-cream);
}
.cmi-section--white {
background: var(--color-white);
}
.cmi-section--navy {
background: var(--color-navy);
color: var(--color-white);
}
.cmi-section--pink {
background: var(--color-pink);
color: var(--color-white);
}
.cmi-section--pink .cmi-eyebrow {
color: var(--color-white);
}
.cmi-section--compact {
padding-block: clamp(56px, 7vw, 90px);
}
.cmi-section__inner {
margin-inline: auto;
max-width: 1220px;
}
.cmi-section__inner--two-col {
display: grid;
gap: clamp(32px, 6vw, 86px);
grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}
.cmi-section h2 {
font-size: clamp(44px, 5.6vw, 92px);
letter-spacing: 0;
margin-bottom: clamp(24px, 3vw, 38px);
}
.cmi-section h3 {
font-size: clamp(28px, 3vw, 44px);
letter-spacing: 0;
margin-bottom: 18px;
}
.cmi-copy p:last-child,
.cmi-section__lead:last-child,
.cmi-feature p:last-child,
.cmi-level p:last-child,
.cmi-stat p:last-child {
margin-bottom: 0;
}
.cmi-pathways {
display: grid;
gap: 24px;
grid-template-columns: repeat(2, minmax(0, 1fr));
margin-top: clamp(34px, 5vw, 68px);
}
.cmi-pathway {
border: 1px solid rgba(255, 255, 255, 0.24);
padding: clamp(26px, 3vw, 42px);
}
.cmi-pathway__label {
color: var(--color-pink-bright);
font-size: 14px !important;
font-weight: 700;
letter-spacing: 0.08em;
margin-bottom: 18px;
text-transform: uppercase;
}
.cmi-feature {
display: grid;
gap: clamp(32px, 6vw, 80px);
grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
}
.cmi-feature--reverse {
grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}
.cmi-feature__aside {
align-self: start;
background: var(--color-navy);
color: var(--color-white);
padding: clamp(28px, 3vw, 44px);
}
.cmi-levels {
display: grid;
gap: 16px;
}
.cmi-level {
background: var(--color-white);
border-left: 8px solid var(--color-pink);
padding: clamp(22px, 2.4vw, 34px);
}
.cmi-level h3 {
color: var(--color-pink);
font-size: clamp(24px, 2.4vw, 34px);
margin-bottom: 8px;
}
.cmi-stats {
display: grid;
gap: 18px;
grid-template-columns: repeat(4, minmax(0, 1fr));
margin-top: clamp(34px, 5vw, 68px);
}
.cmi-stat {
border: 1px solid rgba(255, 255, 255, 0.32);
padding: clamp(22px, 2.4vw, 34px);
}
.cmi-stat__value {
font-family: var(--font-title);
font-size: clamp(44px, 5vw, 78px) !important;
font-weight: 300;
line-height: 1;
margin-bottom: 14px;
}
.cmi-regulators {
display: grid;
gap: 12px;
list-style: none;
margin: 28px 0 0;
padding: 0;
}
.cmi-regulators li {
border-top: 1px solid rgba(255, 255, 255, 0.24);
padding-top: 12px;
}
.cmi-section--closing {
text-align: center;
}
.cmi-section--closing .cmi-section__inner {
max-width: 900px;
}
@media (max-width: 980px) {
.cmi-hero__inner,
.cmi-section__inner--two-col,
.cmi-feature,
.cmi-feature--reverse,
.cmi-pathways,
.cmi-stats {
grid-template-columns: 1fr;
}
.cmi-hero__inner {
min-height: 0;
}
.cmi-hero__logos {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.cmi-hero__inner,
.cmi-section {
padding-inline: 20px;
}
.cmi-hero__logos {
grid-template-columns: 1fr;
}
.cmi-hero__logo {
max-height: 92px;
}
.cmi-pathway,
.cmi-feature__aside,
.cmi-level,
.cmi-stat {
padding: 22px;
}
}