.jp-home {
--jp-navy: #083653;
--jp-teal: #198f9b;
--jp-line: #dfe7e9;
--jp-soft: #f5f8f9;
color: #173442;
font-family: Montserrat,Arial,sans-serif;
} .jp-home * {
box-sizing: border-box;
} .jp-home svg {
width: 100%;
height: 100%;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
} .jp-home-shell {
width: min(calc(100% - 40px),1500px);
margin-inline: auto;
} .jp-home-kicker {
display: block;
color: var(--jp-teal);
font-size: .68rem;
font-weight: 800;
letter-spacing: .09em;
text-transform: uppercase;
margin-bottom: 3px;
} .jp-home h2,.jp-home h3,.jp-home p {
margin-top: 0;
} .jp-home-section-heading,.jp-home-panel-heading {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 18px;
margin-bottom: 16px;
} .jp-home-section-heading h2,.jp-home-panel-heading h2 {
font-size: 1.35rem;
line-height: 1.12;
color: var(--jp-navy);
margin: 0;
font-weight: 800;
} .jp-home-section-heading>a,.jp-home-panel-heading>a {
font-size: .72rem;
font-weight: 800;
text-transform: uppercase;
color: var(--jp-teal);
text-decoration: none;
white-space: nowrap;
} .jp-home-stats {
background: #fff;
border-block: 1px solid #edf1f2;
} .jp-home-stats-grid {
display: grid;
grid-template-columns: repeat(5,1fr);
} .jp-home-stat {
min-height: 92px;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 12px;
border-right: 1px solid var(--jp-line);
} .jp-home-stat:last-child {
border-right: 0;
} .jp-home-stat-icon {
width: 42px;
height: 42px;
color: var(--jp-teal);
flex: 0 0 auto;
} .jp-home-stat strong {
display: block;
color: var(--jp-navy);
font-size: 1.55rem;
line-height: 1;
font-weight: 900;
} .jp-home-stat div>span {
display: block;
font-size: .68rem;
line-height: 1.25;
color: #52646d;
margin-top: 4px;
} .jp-home-alert-wrap {
padding-top: 24px;
} .jp-home-alert {
border-radius: 16px;
padding: 20px 22px;
border-left: 6px solid #2e89b9;
background: #eef8fc;
} .jp-home-alert.is-attention {
border-color: #e69a00;
background: #fff8e7;
} .jp-home-alert.is-important {
border-color: #c43b3b;
background: #fff0f0;
} .jp-home-alert-heading {
display: flex;
gap: 14px;
align-items: flex-start;
} .jp-home-alert-symbol {
width: 34px;
height: 34px;
border-radius: 50%;
display: grid;
place-items: center;
background: currentColor;
color: #2e89b9;
font-weight: 900;
flex: 0 0 auto;
} .jp-home-alert-symbol:after {
content: '!';
color: #fff;
} .jp-home-alert-symbol {
font-size: 0;
} .jp-home-alert h2 {
font-size: 1.2rem;
margin: 0 0 6px;
color: var(--jp-navy);
} .jp-home-alert-intro {
font-size: .82rem;
line-height: 1.5;
} .jp-home-alert-columns {
display: grid;
grid-template-columns: repeat(var(--jp-alert-cols),minmax(0,1fr));
gap: 14px;
margin-top: 16px;
} .jp-home-alert-column {
padding: 14px;
background: rgba(255,255,255,.72);
border-radius: 12px;
} .jp-home-alert-column h3 {
font-size: .88rem;
margin: 0 0 7px;
} .jp-home-alert-column p {
font-size: .75rem;
line-height: 1.45;
margin: 0 0 8px;
} .jp-home-alert-column a {
font-size: .7rem;
font-weight: 800;
text-decoration: none;
} .jp-home-dashboard {
display: grid;
grid-template-columns: 286px minmax(0,1fr);
gap: 20px;
padding-block: 34px;
align-items: stretch;
} .jp-home-quick,.jp-home-formations {
border: 1px solid #e8edef;
background: #fff;
border-radius: 18px;
box-shadow: 0 10px 28px rgba(8,54,83,.06);
padding: 18px;
} .jp-home-quick {
display: flex;
flex-direction: column;
} .jp-home-panel-heading {
min-height: 43px;
align-items: flex-start;
} .jp-home-quick-grid {
display: grid;
grid-template-columns: repeat(2,minmax(0,1fr));
grid-template-rows: repeat(3,1fr);
gap: 10px;
flex: 1;
} .jp-home-quick-card {
min-height: 112px;
border-radius: 13px;
color: #fff;
text-decoration: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
gap: 9px;
padding: 10px;
position: relative;
overflow: hidden;
box-shadow: 0 6px 14px rgba(8,54,83,.1);
transition: .22s;
} .jp-home-quick-card:before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(145deg,rgba(255,255,255,.18),transparent 58%);
} .jp-home-quick-card:hover {
transform: translateY(-3px);
color: #fff;
box-shadow: 0 12px 20px rgba(8,54,83,.18);
} .jp-home-quick-icon {
width: 34px;
height: 34px;
position: relative;
} .jp-home-quick-card strong {
position: relative;
font-size: .66rem;
line-height: 1.22;
text-transform: uppercase;
max-width: 110px;
} .jp-home-quick-card.is-green {
background: #49a653;
} .jp-home-quick-card.is-orange {
background: #f07a12;
} .jp-home-quick-card.is-blue {
background: #3977af;
} .jp-home-quick-card.is-cyan {
background: #238f9d;
} .jp-home-quick-card.is-purple {
background: #9256a0;
} .jp-home-quick-card.is-yellow {
background: #edae10;
} .jp-home-formations {
min-width: 0;
background: linear-gradient(180deg,#f8fafb,#fff);
} .jp-home-formations-heading {
min-height: 43px;
} .jp-home-formations-grid {
display: grid;
grid-template-columns: minmax(0,.85fr) minmax(0,2.15fr);
grid-template-rows: repeat(2,minmax(0,1fr));
gap: 14px;
height: calc(100% - 59px);
} .jp-home-formation-group {
min-width: 0;
border-top: 4px solid var(--jp-group-accent);
background: #fff;
border-radius: 10px;
padding: 8px 8px 10px;
box-shadow: 0 4px 14px rgba(8,54,83,.045);
overflow: hidden;
} .jp-home-group-head {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 7px;
} .jp-home-group-head:after {
content: '';
height: 1px;
background: color-mix(in srgb,var(--jp-group-accent) 34%,#d9e2e5);
flex: 1;
} .jp-home-group-head h3 {
font-size: .92rem;
line-height: 1.05;
margin: 0;
color: var(--jp-group-accent);
font-weight: 900;
white-space: nowrap;
} .jp-home-carousel {
position: relative;
padding-inline: 18px;
min-width: 0;
} .jp-home-viewport {
overflow: hidden;
min-width: 0;
} .jp-home-track {
display: flex;
gap: 10px;
transition: transform .52s cubic-bezier(.22,.75,.25,1);
will-change: transform;
} .jp-home-card,.jp-home-news-card {
flex: 0 0 calc((100% - (var(--jp-visible,3) - 1)*10px)/var(--jp-visible,3));
min-width: 0;
} .jp-home-card {
border: 1px solid color-mix(in srgb,var(--jp-card-accent) 24%,#e1e7e9);
border-left: 4px solid var(--jp-card-accent);
border-radius: 10px;
background: #fff;
overflow: hidden;
box-shadow: 0 4px 10px rgba(8,54,83,.05);
transition: .22s;
} .jp-home-card:hover {
transform: translateY(-2px);
box-shadow: 0 8px 16px rgba(8,54,83,.1);
} .jp-home-card-link {
display: grid;
grid-template-columns: 42% 58%;
height: 150px;
color: inherit;
text-decoration: none;
} .jp-home-card-media {
position: relative;
background: #dde7ea;
overflow: hidden;
} .jp-home-card-media img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .4s;
} .jp-home-card:hover img {
transform: scale(1.045);
} .jp-home-card-badge {
position: absolute;
left: 6px;
bottom: 6px;
max-width: calc(100% - 12px);
background: var(--jp-card-accent);
color: #fff;
border-radius: 999px;
padding: 3px 6px;
font-size: .52rem;
font-weight: 900;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .jp-home-card-body {
padding: 10px 9px;
display: flex;
flex-direction: column;
min-width: 0;
} .jp-home-card-body h3 {
font-size: .84rem;
line-height: 1.15;
margin: 0 0 6px;
color: #183543;
} .jp-home-card-body p {
font-size: .62rem;
line-height: 1.32;
color: #4a5e68;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
} .jp-home-card-more {
margin-top: auto;
font-size: .62rem;
font-weight: 900;
color: var(--jp-card-accent);
} .jp-home-arrow {
position: absolute;
top: 50%;
z-index: 3;
transform: translateY(-50%);
width: 24px;
height: 24px;
border: 0;
border-radius: 50%;
background: var(--jp-group-accent,var(--jp-teal));
color: #fff;
font-size: 18px;
line-height: 1;
cursor: pointer;
display: grid;
place-items: center;
padding: 0;
box-shadow: 0 4px 10px rgba(8,54,83,.18);
} .jp-home-arrow.is-prev {
left: 0;
} .jp-home-arrow.is-next {
right: 0;
} .jp-home-arrow:disabled {
opacity: .25;
cursor: default;
} .jp-home-advantages {
padding: 34px 0;
background: #f4f8f9;
} .jp-home-advantages-grid {
display: grid;
grid-template-columns: repeat(4,minmax(0,1fr));
gap: 14px;
} .jp-home-advantage {
display: flex;
gap: 14px;
align-items: flex-start;
background: #fff;
border: 1px solid #e3eaec;
border-radius: 15px;
padding: 18px;
text-decoration: none;
color: inherit;
box-shadow: 0 6px 16px rgba(8,54,83,.05);
} .jp-home-advantage-icon {
width: 42px;
height: 42px;
color: var(--jp-teal);
flex: 0 0 auto;
} .jp-home-advantage h3 {
font-size: .86rem;
margin: 0 0 5px;
color: var(--jp-navy);
} .jp-home-advantage p {
font-size: .7rem;
line-height: 1.4;
color: #53656e;
margin: 0;
} .jp-home-news {
padding-block: 38px 34px;
} .jp-home-news .jp-home-carousel {
padding-inline: 30px;
} .jp-home-news .jp-home-track {
gap: 15px;
} .jp-home-news-card {
flex-basis: calc((100% - (var(--jp-visible,4) - 1)*15px)/var(--jp-visible,4));
border-radius: 14px;
overflow: hidden;
background: #fff;
border: 1px solid #e1e7e9;
box-shadow: 0 6px 16px rgba(8,54,83,.06);
} .jp-home-news-card>a {
display: block;
color: inherit;
text-decoration: none;
} .jp-home-news-image {
height: 125px;
background: #dfe8eb;
overflow: hidden;
} .jp-home-news-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .4s;
} .jp-home-news-card:hover img {
transform: scale(1.04);
} .jp-home-news-body {
padding: 12px 13px 13px;
min-height: 150px;
display: flex;
flex-direction: column;
} .jp-home-news-body time {
font-size: .56rem;
text-transform: uppercase;
color: var(--jp-teal);
font-weight: 900;
} .jp-home-news-body h3 {
font-size: .78rem;
line-height: 1.25;
margin: 5px 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .jp-home-news-body p {
font-size: .64rem;
line-height: 1.4;
color: #4d5c65;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .jp-home-news-body span {
font-size: .62rem;
font-weight: 900;
color: var(--jp-teal);
margin-top: auto;
padding-top: 8px;
} .jp-home-documents {
padding-block: 10px 42px;
} .jp-home-doc-grid {
display: grid;
grid-template-columns: repeat(4,minmax(0,1fr));
gap: 14px;
} .jp-home-doc-grid a {
display: flex;
align-items: center;
gap: 12px;
padding: 15px;
border: 1px solid #dfe7e9;
border-radius: 13px;
text-decoration: none;
color: var(--jp-navy);
background: #fff;
box-shadow: 0 5px 14px rgba(8,54,83,.045);
} .jp-home-doc-grid a>span {
display: grid;
place-items: center;
width: 44px;
height: 44px;
background: #eaf5f6;
color: var(--jp-teal);
border-radius: 10px;
font-size: .62rem;
font-weight: 900;
} .jp-home-doc-grid strong {
font-size: .74rem;
line-height: 1.25;
flex: 1;
} .jp-home-doc-grid i {
font-style: normal;
font-size: 1.1rem;
} @media(max-width:1180px) { .jp-home-dashboard {
grid-template-columns: 250px minmax(0,1fr);
} .jp-home-quick-card {
min-height: 104px;
} .jp-home-card-link {
height: 142px;
grid-template-columns: 38% 62%;
} .jp-home-card-body h3 {
font-size: .67rem;
} .jp-home-card-body p {
font-size: .5rem;
} .jp-home-formations-grid {
grid-template-columns: minmax(0,1fr) minmax(0,2fr);
} .jp-home-advantages-grid,.jp-home-doc-grid {
grid-template-columns: repeat(2,1fr);
}
} @media(max-width:900px) { .jp-home-stats-grid {
grid-template-columns: repeat(3,1fr);
} .jp-home-stat:nth-child(3) {
border-right: 0;
} .jp-home-stat:nth-child(n+4) {
border-top: 1px solid var(--jp-line);
} .jp-home-dashboard {
grid-template-columns: 1fr;
} .jp-home-quick-grid {
grid-template-columns: repeat(3,1fr);
grid-template-rows: repeat(2,1fr);
} .jp-home-formations-grid {
height: auto;
} .jp-home-card-link {
height: 155px;
} .jp-home-alert-columns {
grid-template-columns: repeat(2,1fr);
} .jp-home-news-image {
height: 135px;
}
} @media(max-width:680px) { .jp-home-shell {
width: min(calc(100% - 24px),1500px);
} .jp-home-stats-grid {
grid-template-columns: repeat(2,1fr);
} .jp-home-stat {
min-height: 76px;
justify-content: flex-start;
} .jp-home-stat:nth-child(2n) {
border-right: 0;
} .jp-home-stat:nth-child(3) {
border-right: 1px solid var(--jp-line);
} .jp-home-stat:nth-child(n+3) {
border-top: 1px solid var(--jp-line);
} .jp-home-stat:last-child {
grid-column: 1/-1;
justify-content: center;
} .jp-home-stat-icon {
width: 32px;
height: 32px;
} .jp-home-stat strong {
font-size: 1.25rem;
} .jp-home-dashboard {
padding-block: 24px;
gap: 14px;
} .jp-home-quick,.jp-home-formations {
padding: 14px;
} .jp-home-quick-grid {
grid-template-columns: repeat(2,1fr);
grid-template-rows: repeat(3,1fr);
} .jp-home-quick-card {
min-height: 94px;
} .jp-home-formations-grid {
grid-template-columns: 1fr;
grid-template-rows: auto;
gap: 12px;
} .jp-home-card-link {
height: 160px;
} .jp-home-carousel {
padding-inline: 26px;
} .jp-home-arrow {
width: 28px;
height: 28px;
} .jp-home-card,.jp-home-news-card {
flex-basis: 100%;
} .jp-home-card-body h3 {
font-size: .82rem;
} .jp-home-card-body p {
font-size: .6rem;
} .jp-home-alert-columns,.jp-home-advantages-grid,.jp-home-doc-grid {
grid-template-columns: 1fr;
} .jp-home-news {
padding-block: 30px;
} .jp-home-news-image {
height: 145px;
} .jp-home-news-body {
min-height: 145px;
} .jp-home-section-heading {
align-items: flex-start;
flex-direction: column;
gap: 7px;
}
}  @media (min-width: 901px) { .jp-home.jp-home-v4 .jp-home-dashboard {
grid-template-columns: 250px minmax(0, 1fr) !important;
align-items: stretch;
} .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
display: grid !important;
grid-template-columns: minmax(0, 1fr) minmax(0, 2.05fr) !important;
grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
grid-template-areas: "prebac bts"
"postbts greta" !important;
gap: 12px !important;
height: calc(100% - 59px) !important;
align-items: stretch;
} .jp-home.jp-home-v4 .jp-home-formations-grid > .is-prebac {
grid-area: prebac !important;
} .jp-home.jp-home-v4 .jp-home-formations-grid > .is-bts {
grid-area: bts !important;
} .jp-home.jp-home-v4 .jp-home-formations-grid > .is-postbts {
grid-area: postbts !important;
} .jp-home.jp-home-v4 .jp-home-formations-grid > .is-greta {
grid-area: greta !important;
} .jp-home.jp-home-v4 .jp-home-formation-group {
min-width: 0 !important;
height: 100%;
} .jp-home.jp-home-v4 .jp-home-news-card {
flex: 0 0 calc((100% - 60px) / 5) !important;
} .jp-home.jp-home-v4 .jp-home-news-image {
height: 105px !important;
} .jp-home.jp-home-v4 .jp-home-news-body {
min-height: 132px !important;
padding: 10px 11px 11px !important;
} .jp-home.jp-home-v4 .jp-home-news-body h3 {
font-size: .70rem !important;
line-height: 1.22 !important;
} .jp-home.jp-home-v4 .jp-home-news-body p {
font-size: .57rem !important;
-webkit-line-clamp: 2;
}
} @media (min-width: 901px) and (max-width: 1180px) { .jp-home.jp-home-v4 .jp-home-dashboard {
grid-template-columns: 225px minmax(0, 1fr) !important;
} .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
grid-template-columns: minmax(0, .9fr) minmax(0, 2.1fr) !important;
} .jp-home.jp-home-v4 .jp-home-news-card {
flex-basis: calc((100% - 48px) / 5) !important;
}
} @media (max-width: 900px) { .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
display: grid !important;
grid-template-columns: 1fr !important;
grid-template-rows: auto !important;
grid-template-areas: none !important;
height: auto !important;
} .jp-home.jp-home-v4 .jp-home-formations-grid > .jp-home-formation-group {
grid-area: auto !important;
}
} @media (min-width: 901px) { .jp-home.jp-home-v4 .jp-home-dashboard {
grid-template-columns: 250px minmax(0, 1fr) !important;
gap: 20px !important;
} .jp-home.jp-home-v4 .jp-home-quick,
.jp-home.jp-home-v4 .jp-home-formations {
padding: 15px !important;
} .jp-home.jp-home-v4 .jp-home-panel-heading,
.jp-home.jp-home-v4 .jp-home-formations-heading {
min-height: 36px !important;
margin-bottom: 10px !important;
} .jp-home.jp-home-v4 .jp-home-quick-grid {
gap: 8px !important;
} .jp-home.jp-home-v4 .jp-home-quick-card {
min-height: 88px !important;
gap: 6px !important;
padding: 8px !important;
} .jp-home.jp-home-v4 .jp-home-quick-icon {
width: 29px !important;
height: 29px !important;
} .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
height: calc(100% - 46px) !important;
gap: 10px !important;
} .jp-home.jp-home-v4 .jp-home-formation-group {
padding: 6px 7px 7px !important;
} .jp-home.jp-home-v4 .jp-home-group-head {
margin-bottom: 5px !important;
} .jp-home.jp-home-v4 .jp-home-card-link {
height: 116px !important;
grid-template-columns: 39% 61% !important;
} .jp-home.jp-home-v4 .jp-home-card-media {
position: relative !important;
height: 116px !important;
min-height: 116px !important;
background: #eef2f3 !important;
} .jp-home.jp-home-v4 .jp-home-card-media img {
position: absolute !important;
inset: 0 !important;
width: 100% !important;
height: 100% !important;
max-width: none !important;
max-height: none !important;
display: block !important;
object-fit: cover !important;
object-position: center center !important;
} .jp-home.jp-home-v4 .jp-home-card-body {
padding: 8px 8px 7px !important;
min-height: 116px !important;
background: #fff !important;
} .jp-home.jp-home-v4 .jp-home-card-body h3 {
font-size: .67rem !important;
margin-bottom: 3px !important;
} .jp-home.jp-home-v4 .jp-home-card-body p {
font-size: .49rem !important;
line-height: 1.25 !important;
-webkit-line-clamp: 2 !important;
} .jp-home.jp-home-v4 .jp-home-card-more {
font-size: .51rem !important;
} .jp-home.jp-home-v4 .jp-home-news {
padding-top: 26px !important;
} .jp-home.jp-home-v4 .jp-home-news-layout {
display: grid !important;
grid-template-columns: 250px minmax(0, 1fr) !important;
gap: 20px !important;
} .jp-home.jp-home-v4 .jp-home-news-content {
min-width: 0;
} .jp-home.jp-home-v4 .jp-home-news .jp-home-carousel {
padding-inline: 24px !important;
} .jp-home.jp-home-v4 .jp-home-news .jp-home-track {
gap: 10px !important;
} .jp-home.jp-home-v4 .jp-home-news-card {
flex: 0 0 calc((100% - 40px) / 5) !important;
} .jp-home.jp-home-v4 .jp-home-news-image {
height: 92px !important;
} .jp-home.jp-home-v4 .jp-home-news-image img {
width: 100% !important;
height: 100% !important;
display: block !important;
object-fit: cover !important;
object-position: center center !important;
} .jp-home.jp-home-v4 .jp-home-news-body {
min-height: 118px !important;
padding: 9px 10px 10px !important;
} .jp-home.jp-home-v4 .jp-home-news-body h3 {
font-size: .65rem !important;
line-height: 1.2 !important;
} .jp-home.jp-home-v4 .jp-home-news-body p {
font-size: .54rem !important;
line-height: 1.3 !important;
}
} @media (min-width: 901px) and (max-width: 1180px) { .jp-home.jp-home-v4 .jp-home-dashboard,
.jp-home.jp-home-v4 .jp-home-news-layout {
grid-template-columns: 225px minmax(0, 1fr) !important;
} .jp-home.jp-home-v4 .jp-home-news-card {
flex-basis: calc((100% - 40px) / 5) !important;
}
} @media (max-width: 900px) { .jp-home.jp-home-v4 .jp-home-news-layout {
display: block !important;
} .jp-home.jp-home-v4 .jp-home-news-spacer {
display: none !important;
}
} @media (min-width: 901px) { .jp-home.jp-home-v4 .jp-home-news-image {
height: 128px !important;
} .jp-home.jp-home-v4 .jp-home-news-image img {
object-fit: cover !important;
object-position: center center !important;
} .jp-home.jp-home-v4 .jp-home-news-body {
min-height: 112px !important;
padding: 9px 10px 10px !important;
}
} @media (min-width: 901px) { .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
grid-template-columns: minmax(145px, 1fr) minmax(0, 3fr) !important;
gap: 8px 10px !important;
height: calc(100% - 40px) !important;
} .jp-home.jp-home-v4 .jp-home-dashboard {
padding-block: 22px 18px !important;
gap: 18px !important;
} .jp-home.jp-home-v4 .jp-home-quick,
.jp-home.jp-home-v4 .jp-home-formations {
padding: 12px !important;
} .jp-home.jp-home-v4 .jp-home-panel-heading,
.jp-home.jp-home-v4 .jp-home-formations-heading {
min-height: 32px !important;
margin-bottom: 7px !important;
} .jp-home.jp-home-v4 .jp-home-panel-heading h2,
.jp-home.jp-home-v4 .jp-home-formations-heading h2 {
font-size: 1.14rem !important;
line-height: 1.05 !important;
} .jp-home.jp-home-v4 .jp-home-kicker {
font-size: .48rem !important;
line-height: 1.1 !important;
} .jp-home.jp-home-v4 .jp-home-quick-grid {
gap: 7px !important;
} .jp-home.jp-home-v4 .jp-home-quick-card {
min-height: 74px !important;
padding: 6px !important;
gap: 4px !important;
border-radius: 11px !important;
} .jp-home.jp-home-v4 .jp-home-quick-icon {
width: 25px !important;
height: 25px !important;
} .jp-home.jp-home-v4 .jp-home-quick-card strong {
font-size: .56rem !important;
line-height: 1.15 !important;
} .jp-home.jp-home-v4 .jp-home-formation-group {
padding: 4px 6px 6px !important;
border-top-width: 3px !important;
} .jp-home.jp-home-v4 .jp-home-group-head {
margin-bottom: 3px !important;
} .jp-home.jp-home-v4 .jp-home-group-head h3 {
font-size: .67rem !important;
} .jp-home.jp-home-v4 .jp-home-carousel {
padding-inline: 16px !important;
} .jp-home.jp-home-v4 .jp-home-track {
gap: 7px !important;
} .jp-home.jp-home-v4 .jp-home-card,
.jp-home.jp-home-v4 .jp-home-news-card {
flex-basis: calc((100% - (var(--jp-visible, 3) - 1) * 7px) / var(--jp-visible, 3)) !important;
} .jp-home.jp-home-v4 .jp-home-card-link {
height: 96px !important;
grid-template-columns: 35% 65% !important;
} .jp-home.jp-home-v4 .jp-home-card-media {
height: 96px !important;
min-height: 96px !important;
} .jp-home.jp-home-v4 .jp-home-card-body {
min-height: 96px !important;
padding: 6px 6px 5px !important;
} .jp-home.jp-home-v4 .jp-home-card-body h3 {
font-size: .59rem !important;
line-height: 1.12 !important;
margin-bottom: 2px !important;
} .jp-home.jp-home-v4 .jp-home-card-body p {
font-size: .45rem !important;
line-height: 1.2 !important;
-webkit-line-clamp: 3 !important;
line-clamp: 3 !important;
} .jp-home.jp-home-v4 .jp-home-card-more {
font-size: .46rem !important;
} .jp-home.jp-home-v4 .jp-home-card-badge {
font-size: .39rem !important;
padding: 2px 5px !important;
} .jp-home.jp-home-v4 .jp-home-arrow {
width: 21px !important;
height: 21px !important;
font-size: 16px !important;
} .jp-home.jp-home-v4 .jp-home-news {
padding-top: 14px !important;
}
} @media (min-width: 901px) and (max-width: 1180px) { .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
grid-template-columns: minmax(135px, 1fr) minmax(0, 3fr) !important;
} .jp-home.jp-home-v4 .jp-home-card-link {
grid-template-columns: 32% 68% !important;
}
} @media (min-width: 901px) { .jp-home.jp-home-v4 .jp-home-stats {
position: relative !important;
z-index: 4 !important;
margin-top: -14px !important;
box-shadow: 0 8px 20px rgba(8, 54, 83, .08) !important;
} .jp-home.jp-home-v4 .jp-home-stat {
min-height: 78px !important;
padding-block: 8px !important;
} .jp-home.jp-home-v4 .jp-home-stat-icon {
width: 38px !important;
height: 38px !important;
} .jp-home.jp-home-v4 .jp-home-stat strong {
font-size: 1.45rem !important;
} .jp-home.jp-home-v4 .jp-home-formations-heading > a {
white-space: nowrap !important;
font-size: .62rem !important;
}
} @media (min-width: 901px) { .jp-home.jp-home-v4 .jp-home-stats {
position: relative !important;
z-index: 12 !important;
width: min(calc(100% - 48px), 1500px) !important;
margin: -34px auto 0 !important;
border: 1px solid rgba(7, 91, 111, .12) !important;
border-radius: 16px !important;
overflow: hidden !important;
background: rgba(255,255,255,.98) !important;
box-shadow: 0 12px 28px rgba(8, 54, 83, .14) !important;
} .jp-home.jp-home-v4 .jp-home-stats > .jp-home-shell {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
} .jp-home.jp-home-v4 .jp-home-stat {
min-height: 76px !important;
padding-block: 7px !important;
}
} @media (min-width: 901px) and (max-width: 1180px) { .jp-home.jp-home-v4 .jp-home-stats {
width: min(calc(100% - 32px), 1500px) !important;
margin-top: -28px !important;
border-radius: 14px !important;
}
} @media (min-width: 901px) { .jp-home.jp-home-v4 .jp-home-stats {
margin-top: -52px !important;
border-radius: 18px !important;
box-shadow: 0 14px 34px rgba(8, 54, 83, .16) !important;
} .jp-home.jp-home-v4 .jp-home-dashboard {
padding-top: 12px !important;
padding-bottom: 10px !important;
} .jp-home.jp-home-v4 .jp-home-news {
padding-top: 4px !important;
padding-bottom: 24px !important;
} .jp-home.jp-home-v4 .jp-home-news .jp-home-section-heading {
margin-bottom: 9px !important;
} .jp-home.jp-home-v4 .jp-home-card {
position: relative !important;
} .jp-home.jp-home-v4 .jp-home-card-link {
position: relative !important;
z-index: 2 !important;
width: 100% !important;
cursor: pointer !important;
pointer-events: auto !important;
} .jp-home.jp-home-v4 .jp-home-arrow {
z-index: 5 !important;
}
} @media (min-width: 901px) and (max-width: 1180px) { .jp-home.jp-home-v4 .jp-home-stats {
margin-top: -44px !important;
}
} .jp-home.jp-home-v4 .jp-home-card-link,
.jp-home.jp-home-v4 .jp-home-card-link * {
pointer-events: auto !important;
} .jp-home.jp-home-v4 .jp-home-card-link {
cursor: pointer !important;
} .jp-home.jp-home-v4 .jp-home-stat-icon svg,
.jp-home.jp-home-v4 .jp-home-alert-symbol svg {
width: 100%;
height: 100%;
fill: none;
stroke: currentColor;
stroke-width: 1.35;
stroke-linecap: round;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
} .jp-home.jp-home-v4 .jp-home-stat-icon {
width: 44px !important;
height: 44px !important;
} .jp-home.jp-home-v4 .jp-home-stat-icon svg {
stroke-width: 1.2;
} .jp-home.jp-home-v4 .jp-home-alert-symbol {
width: 38px;
height: 38px;
padding: 8px;
box-sizing: border-box;
background: #2e89b9;
color: #fff;
font-size: inherit;
} .jp-home.jp-home-v4 .jp-home-alert-symbol::after {
content: none !important;
} .jp-home.jp-home-v4 .jp-home-alert.is-attention .jp-home-alert-symbol {
background: #d88b00;
} .jp-home.jp-home-v4 .jp-home-alert.is-important .jp-home-alert-symbol {
background: #c43b3b;
} .jp-home.jp-home-v4 .jp-home-alert-symbol svg {
stroke-width: 1.65;
} .jp-home-title-row {
display: flex;
align-items: center;
gap: 12px;
min-width: 0;
} .jp-home-title-row>div {
min-width: 0;
} .jp-home-title-icon {
flex: 0 0 38px;
width: 38px;
height: 38px;
border-radius: 50%;
display: grid;
place-items: center;
background: #e9f7f7;
color: #087f83;
box-shadow: 0 5px 14px rgba(8,127,131,.12);
} .jp-home-title-icon svg {
width: 21px;
height: 21px;
display: block;
fill: none;
stroke: currentColor;
stroke-width: 1.45;
stroke-linecap: round;
stroke-linejoin: round;
} .jp-home-stat-icon svg {
width: 44px;
height: 44px;
display: block;
fill: none;
stroke: currentColor;
stroke-width: 1.35;
stroke-linecap: round;
stroke-linejoin: round;
} .jp-home-stat-icon {
display: grid;
place-items: center;
} .jp-home-panel-heading.jp-home-title-row {
justify-content: flex-start;
} .jp-home-formations-heading>.jp-home-title-row {
flex: 1;
} .jp-home-section-heading>.jp-home-title-row {
flex: 1;
} @media(max-width:767px) { .jp-home-title-icon {
width: 34px;
height: 34px;
flex-basis: 34px;
} .jp-home-title-icon svg {
width: 19px;
height: 19px;
}
} .jp-home.jp-home-v4 .jp-home-info-row {
display: grid;
gap: 18px;
padding-top: 24px;
align-items: stretch;
} .jp-home.jp-home-v4 .jp-home-info-row.has-both {
grid-template-columns: minmax(220px, 1fr) minmax(0, 3fr);
grid-template-areas: "documents alert";
} .jp-home.jp-home-v4 .jp-home-info-row.has-alert-only,
.jp-home.jp-home-v4 .jp-home-info-row.has-documents-only {
grid-template-columns: minmax(0, 1fr);
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-alert-wrap {
grid-area: alert;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents {
grid-area: documents;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-alert-wrap.is-embedded,
.jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents.is-embedded {
width: 100%;
margin: 0;
padding: 0 !important;
min-width: 0;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-alert,
.jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents {
height: 100%;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents {
border: 1px solid #e3eaec;
border-radius: 16px;
background: #fff;
box-shadow: 0 8px 22px rgba(8,54,83,.055);
padding: 18px !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents .jp-home-section-heading {
margin-bottom: 12px;
} .jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-doc-grid {
display: grid;
grid-template-columns: 1fr !important;
gap: 10px;
} .jp-home.jp-home-v4 .jp-home-info-row.has-documents-only .jp-home-doc-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
gap: 12px;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-doc-grid a {
min-width: 0;
padding: 12px;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-doc-grid a > span {
width: 38px;
height: 38px;
flex: 0 0 38px;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-doc-grid strong {
overflow-wrap: anywhere;
} .jp-home.jp-home-v4 .jp-home-info-row + .jp-home-dashboard {
padding-top: 22px !important;
} @media (max-width: 900px) { .jp-home.jp-home-v4 .jp-home-info-row,
.jp-home.jp-home-v4 .jp-home-info-row.has-both,
.jp-home.jp-home-v4 .jp-home-info-row.has-alert-only,
.jp-home.jp-home-v4 .jp-home-info-row.has-documents-only {
grid-template-columns: minmax(0, 1fr);
grid-template-areas: "alert"
"documents";
gap: 14px;
padding-top: 18px;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents {
padding: 15px !important;
} .jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-doc-grid,
.jp-home.jp-home-v4 .jp-home-info-row.has-documents-only .jp-home-doc-grid {
grid-template-columns: 1fr !important;
}
} @media (min-width: 1181px) { .jp-home.jp-home-v4 .jp-home-info-row.has-both {
grid-template-columns: 286px minmax(0, 1fr) !important;
}
} @media (min-width: 901px) and (max-width: 1180px) { .jp-home.jp-home-v4 .jp-home-info-row.has-both {
grid-template-columns: 250px minmax(0, 1fr) !important;
}
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents .jp-home-section-heading {
min-height: 32px !important;
margin-bottom: 7px !important;
align-items: flex-start !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents .jp-home-section-heading h2 {
font-size: 1.14rem !important;
line-height: 1.05 !important;
margin: 0 !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents .jp-home-kicker {
font-size: .48rem !important;
line-height: 1.1 !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents {
padding: 12px !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-doc-grid a {
padding: 10px !important;
gap: 9px !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-doc-grid a > span {
width: 36px !important;
height: 36px !important;
flex-basis: 36px !important;
} .jp-home.jp-home-v4 .jp-home-stats-grid {
grid-template-columns: repeat(var(--jp-stats-count, 5), minmax(0, 1fr)) !important;
} .jp-home.jp-home-v4 .jp-home-info-row.has-both {
grid-template-areas: "documents alert" !important;
} .jp-home.jp-home-v4 .jp-home-info-row.has-alert-only {
grid-template-columns: minmax(0, 1fr) !important;
grid-template-areas: "alert" !important;
} .jp-home.jp-home-v4 .jp-home-info-row.has-documents-only {
grid-template-columns: minmax(0, 1fr) !important;
grid-template-areas: "documents" !important;
} .jp-home.jp-home-v4 .jp-home-info-row.has-documents-only .jp-home-documents {
width: 100% !important;
justify-self: stretch !important;
} .jp-home.jp-home-v4 .jp-home-info-row.has-documents-only .jp-home-doc-grid {
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
align-items: stretch;
gap: 12px !important;
} .jp-home.jp-home-v4 .jp-home-info-row.has-documents-only .jp-home-doc-grid a {
height: 100%;
}  @media (min-width: 901px) { .jp-home.jp-home-v4 .jp-home-info-row .jp-home-alert {
height: 178px !important;
min-height: 178px !important;
max-height: 178px !important;
overflow: hidden;
display: flex;
flex-direction: column;
} .jp-home.jp-home-v4 .jp-home-alert-heading {
flex: 0 0 auto;
margin-bottom: 8px !important;
} .jp-home.jp-home-v4 .jp-home-alert-scroll-window {
position: relative;
flex: 1 1 auto;
min-height: 0;
overflow: hidden;
border-radius: 12px;
} .jp-home.jp-home-v4 .jp-home-alert-scroll-track {
display: flex;
flex-direction: column;
gap: 22px;
will-change: transform;
} .jp-home.jp-home-v4 .jp-home-alert-scroll-track.is-scrolling {
animation: jp-home-alert-scroll var(--jp-alert-scroll-duration, 30s) linear infinite;
} .jp-home.jp-home-v4 .jp-home-alert:hover .jp-home-alert-scroll-track.is-scrolling,
.jp-home.jp-home-v4 .jp-home-alert:focus-within .jp-home-alert-scroll-track.is-scrolling {
animation-play-state: paused;
} @keyframes jp-home-alert-scroll { from {
transform: translate3d(0, 0, 0);
} to {
transform: translate3d(0, calc(-1 * var(--jp-alert-scroll-shift, 0px)), 0);
}
} .jp-home.jp-home-v4 .jp-home-alert-scroll-content[aria-hidden="true"] {
display: none !important;
}
} @media (max-width: 900px) { .jp-home.jp-home-v4 .jp-home-info-row.has-alert-only,
.jp-home.jp-home-v4 .jp-home-info-row.has-documents-only,
.jp-home.jp-home-v4 .jp-home-info-row.has-both {
grid-template-columns: minmax(0, 1fr) !important;
} .jp-home.jp-home-v4 .jp-home-info-row.has-documents-only {
grid-template-areas: "documents" !important;
} .jp-home.jp-home-v4 .jp-home-info-row.has-alert-only {
grid-template-areas: "alert" !important;
} .jp-home.jp-home-v4 .jp-home-info-row.has-documents-only .jp-home-doc-grid {
grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
} .jp-home.jp-home-v4 .jp-home-alert-scroll-window {
overflow: visible;
}
} .jp-home.jp-home-v4 .jp-home-alert-column-titles {
display: grid;
grid-template-columns: repeat(var(--jp-alert-cols), minmax(0, 1fr));
gap: 14px;
flex: 0 0 auto;
margin: 0 0 6px;
} .jp-home.jp-home-v4 .jp-home-alert-column-title {
padding: 8px 14px 2px;
} .jp-home.jp-home-v4 .jp-home-alert-column-title h3 {
margin: 0 !important;
font-size: .88rem !important;
line-height: 1.2 !important;
letter-spacing: normal !important;
word-spacing: normal !important;
color: var(--jp-navy);
} .jp-home.jp-home-v4 .jp-home-alert-columns--text {
margin-top: 0 !important;
} .jp-home.jp-home-v4 .jp-home-alert-column--text {
padding-top: 8px !important;
} @media (max-width: 900px) { .jp-home.jp-home-v4 .jp-home-alert-column-titles {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
} @media (max-width: 680px) { .jp-home.jp-home-v4 .jp-home-alert-column-titles {
grid-template-columns: minmax(0, 1fr);
}
}  @media (min-width: 901px) { .jp-home.jp-home-v4 .jp-home-info-row .jp-home-alert {
padding-top: 10px !important;
padding-bottom: 10px !important;
} .jp-home.jp-home-v4 .jp-home-alert-heading {
position: relative;
min-height: 30px !important;
margin: 0 0 2px !important;
gap: 9px !important;
align-items: flex-start !important;
} .jp-home.jp-home-v4 .jp-home-alert-symbol {
width: 36px !important;
height: 36px !important;
flex: 0 0 36px !important;
margin-top: -8px !important;
margin-left: -7px !important;
position: relative;
z-index: 2;
box-shadow: 0 4px 12px rgba(8, 54, 83, .14);
} .jp-home.jp-home-v4 .jp-home-alert-symbol svg {
width: 18px !important;
height: 18px !important;
} .jp-home.jp-home-v4 .jp-home-alert-heading h2 {
margin: 0 !important;
padding-top: 0 !important;
line-height: 1.05 !important;
} .jp-home.jp-home-v4 .jp-home-alert-column-titles {
margin-top: -2px !important;
margin-bottom: 2px !important;
} .jp-home.jp-home-v4 .jp-home-alert-column-title {
padding-top: 3px !important;
padding-bottom: 0 !important;
} .jp-home.jp-home-v4 .jp-home-alert-scroll-window {
margin-top: 0 !important;
}
} .jp-home.jp-home-v4 .jp-home-alert .jp-home-rich,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich p,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich div,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich span,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich li,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich td,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich th {
font-family: Montserrat, Arial, sans-serif !important;
font-weight: 500 !important;
font-variation-settings: "wght" 500;
font-synthesis: none;
line-height: 1.48 !important;
letter-spacing: -0.035em !important;
word-spacing: -0.01em !important;
color: #405969 !important;
font-kerning: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .jp-home.jp-home-v4 .jp-home-alert .jp-home-rich strong,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich b,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich strong *,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich b * {
font-weight: 700 !important;
font-variation-settings: "wght" 700;
color: #0b3550 !important;
} .jp-home.jp-home-v4 .jp-home-alert .jp-home-rich sup,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich sub {
display: inline-block;
font-size: .68em !important;
line-height: 0 !important;
vertical-align: baseline !important;
position: relative;
} .jp-home.jp-home-v4 .jp-home-alert .jp-home-rich sup {
top: -.48em;
} .jp-home.jp-home-v4 .jp-home-alert .jp-home-rich sub {
bottom: -.16em;
} .jp-home.jp-home-v4 .jp-home-alert .jp-home-rich p,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich div,
.jp-home.jp-home-v4 .jp-home-alert .jp-home-rich li {
margin-top: 0;
margin-bottom: .22em;
} .jp-home.jp-home-v4 .jp-home-alert-heading,
.jp-home.jp-home-v4 .jp-home-alert-heading *,
.jp-home.jp-home-v4 .jp-home-alert-column-titles,
.jp-home.jp-home-v4 .jp-home-alert-column-titles * {
letter-spacing: normal !important;
word-spacing: normal !important;
color: #052a3f !important;
font-variation-settings: normal;
} @media (min-width: 901px) { .jp-home.jp-home-v4 .jp-home-info-row.has-both {
grid-template-columns: 250px minmax(0, 1fr) !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents {
padding: 10px !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents .jp-home-section-heading {
min-height: 28px !important;
margin-bottom: 6px !important;
gap: 8px !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents .jp-home-section-heading h2 {
font-size: 1rem !important;
line-height: 1.08 !important;
white-space: nowrap !important;
letter-spacing: -.09em !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents .jp-home-title-icon {
width: 34px !important;
height: 34px !important;
flex-basis: 34px !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents .jp-home-title-icon svg {
width: 18px !important;
height: 18px !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-documents .jp-home-kicker {
font-size: .43rem !important;
margin-bottom: 2px !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-doc-grid a {
min-height: 48px !important;
padding: 8px !important;
gap: 8px !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-doc-grid a > span {
width: 32px !important;
height: 32px !important;
flex-basis: 32px !important;
font-size: .54rem !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-doc-grid strong {
font-size: .62rem !important;
line-height: 1.2 !important;
font-weight: 600 !important;
letter-spacing: -.01em !important;
} .jp-home.jp-home-v4 .jp-home-info-row .jp-home-doc-grid i {
font-size: .9rem !important;
}
}  @media (min-width: 1101px) { .jp-home.jp-home-v4 .jp-home-dashboard {
grid-template-columns: 250px minmax(0, 1fr) !important;
gap: 24px !important;
align-items: stretch !important;
} .jp-home.jp-home-v4 .jp-home-formations {
display: flex !important;
flex-direction: column !important;
min-width: 0 !important;
overflow: visible !important;
padding: 12px 20px 12px !important;
} .jp-home.jp-home-v4 .jp-home-formations-heading {
display: none !important;
} .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
flex: 1 1 auto !important;
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
grid-template-rows: minmax(0, 1fr) !important;
grid-template-areas: "prebac bts postbts greta" !important;
gap: 42px !important;
height: auto !important;
min-height: 0 !important;
align-items: stretch !important;
overflow: visible !important;
} .jp-home.jp-home-v4 .jp-home-formation-group {
display: flex !important;
flex-direction: column !important;
min-width: 0 !important;
height: 100% !important;
padding: 8px 0 0 !important;
border-top-width: 4px !important;
border-radius: 13px !important;
overflow: visible !important;
box-shadow: 0 6px 18px rgba(8,54,83,.065) !important;
} .jp-home.jp-home-v4 .jp-home-group-head {
flex: 0 0 auto !important;
min-height: 24px !important;
margin: 0 12px 7px !important;
} .jp-home.jp-home-v4 .jp-home-group-head h3 {
font-size: .88rem !important;
line-height: 1 !important;
letter-spacing: .01em !important;
} .jp-home.jp-home-v4 .jp-home-carousel {
flex: 1 1 auto !important;
display: flex !important;
min-height: 0 !important;
padding-inline: 0 !important;
overflow: visible !important;
} .jp-home.jp-home-v4 .jp-home-viewport,
.jp-home.jp-home-v4 .jp-home-track,
.jp-home.jp-home-v4 .jp-home-card {
height: 100% !important;
min-height: 0 !important;
} .jp-home.jp-home-v4 .jp-home-viewport {
flex: 1 1 auto !important;
border-radius: 0 0 12px 12px !important;
} .jp-home.jp-home-v4 .jp-home-track {
gap: 0 !important;
} .jp-home.jp-home-v4 .jp-home-card {
flex: 0 0 100% !important;
border: 0 !important;
border-left: 0 !important;
border-radius: 0 0 12px 12px !important;
box-shadow: none !important;
} .jp-home.jp-home-v4 .jp-home-card-link {
display: flex !important;
flex-direction: column !important;
height: 100% !important;
min-height: 0 !important;
} .jp-home.jp-home-v4 .jp-home-card-media {
flex: 0 0 46% !important;
width: 100% !important;
height: auto !important;
min-height: 0 !important;
} .jp-home.jp-home-v4 .jp-home-card-body {
flex: 1 1 auto !important;
min-height: 0 !important;
padding: 12px 13px 11px !important;
} .jp-home.jp-home-v4 .jp-home-card-body h3 {
margin: 0 0 7px !important;
font-size: clamp(.76rem, .82vw, .94rem) !important;
line-height: 1.08 !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
} .jp-home.jp-home-v4 .jp-home-card-body p {
margin: 0 !important;
font-size: clamp(.61rem, .66vw, .74rem) !important;
line-height: 1.32 !important;
-webkit-line-clamp: 3 !important;
line-clamp: 3 !important;
} .jp-home.jp-home-v4 .jp-home-card-more {
padding-top: 9px !important;
font-size: .69rem !important;
} .jp-home.jp-home-v4 .jp-home-card-badge {
font-size: .62rem !important;
line-height: 1 !important;
padding: 5px 9px !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow {
width: 27px !important;
height: 27px !important;
font-size: 20px !important;
box-shadow: 0 5px 13px rgba(8,54,83,.22) !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow.is-prev {
left: -20px !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow.is-next {
right: -20px !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-viewport {
width: 100% !important;
min-width: 100% !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-track {
width: 100% !important;
align-items: stretch !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
}
}  @media (min-width: 901px) and (max-width: 1100px) { .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
grid-template-rows: repeat(2, minmax(240px, 1fr)) !important;
grid-template-areas: "prebac bts"
"postbts greta" !important;
gap: 22px !important;
height: auto !important;
} .jp-home.jp-home-v4 .jp-home-card,
.jp-home.jp-home-v4 .jp-home-news-card {
flex-basis: 100% !important;
}
}  @media (min-width: 1101px) { .jp-home.jp-home-v4 .jp-home-dashboard {
padding-block: 18px 10px !important;
gap: 24px !important;
} .jp-home.jp-home-v4 .jp-home-formations {
padding: 10px 28px 10px !important;
} .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
gap: 58px !important;
} .jp-home.jp-home-v4 .jp-home-quick,
.jp-home.jp-home-v4 .jp-home-formations {
min-height: 0 !important;
} .jp-home.jp-home-v4 .jp-home-panel-heading {
min-height: 29px !important;
margin-bottom: 6px !important;
} .jp-home.jp-home-v4 .jp-home-quick-grid {
gap: 6px !important;
} .jp-home.jp-home-v4 .jp-home-quick-card {
min-height: 64px !important;
padding: 5px 6px !important;
gap: 3px !important;
} .jp-home.jp-home-v4 .jp-home-quick-icon {
width: 22px !important;
height: 22px !important;
} .jp-home.jp-home-v4 .jp-home-quick-card strong {
font-size: .52rem !important;
line-height: 1.12 !important;
} .jp-home.jp-home-v4 .jp-home-formation-group {
padding-top: 6px !important;
} .jp-home.jp-home-v4 .jp-home-group-head {
min-height: 21px !important;
margin-bottom: 5px !important;
} .jp-home.jp-home-v4 .jp-home-card-media {
flex-basis: 40% !important;
} .jp-home.jp-home-v4 .jp-home-card-body {
padding: 9px 12px 8px !important;
} .jp-home.jp-home-v4 .jp-home-card-body h3 {
margin-bottom: 5px !important;
font-size: clamp(.72rem, .76vw, .86rem) !important;
} .jp-home.jp-home-v4 .jp-home-card-body p {
font-size: clamp(.52rem, .57vw, .64rem) !important;
line-height: 1.24 !important;
-webkit-line-clamp: 3 !important;
line-clamp: 3 !important;
} .jp-home.jp-home-v4 .jp-home-card-more {
padding-top: 6px !important;
font-size: .63rem !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow.is-prev {
left: -29px !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow.is-next {
right: -29px !important;
} .jp-home.jp-home-v4 .jp-home-news {
padding-top: 8px !important;
}
}  @media (min-width: 1101px) { .jp-home.jp-home-v4 .jp-home-formations-heading {
min-height: 35px !important;
margin-bottom: 7px !important;
align-items: center !important;
} .jp-home.jp-home-v4 .jp-home-formations-heading > a {
font-size: .63rem !important;
line-height: 1.1 !important;
white-space: nowrap !important;
} .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
grid-template-rows: minmax(218px, 1fr) !important;
height: calc(100% - 42px) !important;
} .jp-home.jp-home-v4 .jp-home-formation-group {
min-height: 0 !important;
padding: 5px 0 7px !important;
overflow: visible !important;
} .jp-home.jp-home-v4 .jp-home-group-head {
padding-inline: 9px !important;
min-height: 19px !important;
margin-bottom: 4px !important;
} .jp-home.jp-home-v4 .jp-home-group-head h3 {
font-size: .78rem !important;
} .jp-home.jp-home-v4 .jp-home-carousel {
padding-inline: 0 !important;
overflow: visible !important;
} .jp-home.jp-home-v4 .jp-home-viewport {
overflow: hidden !important;
} .jp-home.jp-home-v4 .jp-home-card-media {
flex-basis: 38% !important;
} .jp-home.jp-home-v4 .jp-home-card-body {
padding: 7px 11px 6px !important;
} .jp-home.jp-home-v4 .jp-home-card-body h3 {
margin-bottom: 4px !important;
font-size: clamp(.69rem, .72vw, .82rem) !important;
} .jp-home.jp-home-v4 .jp-home-card-body p {
font-size: clamp(.49rem, .53vw, .59rem) !important;
line-height: 1.18 !important;
-webkit-line-clamp: 2 !important;
line-clamp: 2 !important;
} .jp-home.jp-home-v4 .jp-home-card-more {
padding-top: 3px !important;
font-size: .59rem !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow {
z-index: 30 !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow.is-prev {
left: -13px !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow.is-next {
right: -13px !important;
} .jp-home.jp-home-v4 .jp-home-quick-card {
min-height: 60px !important;
padding-block: 4px !important;
} .jp-home.jp-home-v4 .jp-home-news {
padding-top: 4px !important;
}
} .jp-home.jp-home-v4 .jp-home-formations-heading {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 18px !important;
} .jp-home.jp-home-v4 .jp-home-formations-heading .jp-home-kicker {
color: var(--jp-teal,#087f83) !important;
} .jp-home.jp-home-v4 .jp-home-formation-filters {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 7px;
margin: 0 0 10px 50px;
} .jp-home.jp-home-v4 .jp-home-formation-filters button {
appearance: none;
border: 1px solid #cbdde2;
border-radius: 999px;
background: #fff;
color: #244655;
min-height: 27px;
padding: 5px 12px;
font: 800 .61rem/1.1 inherit;
cursor: pointer;
transition: background .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;
} .jp-home.jp-home-v4 .jp-home-formation-filters button:hover {
transform: translateY(-1px);
border-color: var(--jp-teal,#087f83);
} .jp-home.jp-home-v4 .jp-home-formation-filters button.is-active {
background: var(--jp-teal,#087f83);
border-color: var(--jp-teal,#087f83);
color: #fff;
box-shadow: 0 4px 11px rgba(8,127,131,.18);
} .jp-home.jp-home-v4 [data-jp-formation-panel][hidden] {
display: none !important;
} .jp-home.jp-home-v4 .jp-home-filtered-panels {
min-width: 0;
} .jp-home.jp-home-v4 .jp-home-filtered-panel {
min-width: 0;
border-top: 4px solid var(--jp-group-accent);
border-radius: 13px;
background: #fff;
padding: 8px 0 5px;
box-shadow: 0 6px 18px rgba(8,54,83,.065);
overflow: visible;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel {
padding-inline: 14px !important;
overflow: visible !important;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-viewport {
overflow: hidden !important;
border-radius: 10px;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-track {
gap: 14px !important;
align-items: stretch;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card {
flex: 0 0 calc((100% - 42px)/4) !important;
width: calc((100% - 42px)/4) !important;
max-width: calc((100% - 42px)/4) !important;
border: 1px solid color-mix(in srgb,var(--jp-card-accent) 24%,#e1e7e9) !important;
border-left: 4px solid var(--jp-card-accent) !important;
border-radius: 10px !important;
box-shadow: 0 4px 10px rgba(8,54,83,.05) !important;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-link {
height: 205px !important;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-media {
flex: 0 0 47% !important;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-arrow.is-prev {
left: -2px !important;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-arrow.is-next {
right: -2px !important;
} @media (min-width:1101px) { .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
height: auto !important;
grid-template-rows: minmax(205px,1fr) !important;
}
} @media (max-width:1100px) { .jp-home.jp-home-v4 .jp-home-formation-filters {
margin-left: 0;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card {
flex-basis: calc((100% - 14px)/2) !important;
width: calc((100% - 14px)/2) !important;
max-width: calc((100% - 14px)/2) !important;
}
} @media (max-width:680px) { .jp-home.jp-home-v4 .jp-home-formations-heading {
align-items: flex-start !important;
} .jp-home.jp-home-v4 .jp-home-formations-heading>a {
margin-left: auto;
} .jp-home.jp-home-v4 .jp-home-formation-filters {
gap: 6px;
margin-bottom: 12px;
} .jp-home.jp-home-v4 .jp-home-formation-filters button {
font-size: .58rem;
padding: 5px 9px;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card {
flex-basis: 100% !important;
width: 100% !important;
max-width: 100% !important;
}
} .jp-home.jp-home-v4 .jp-home-formation-filters {
gap: 5px !important;
margin-top: -1px !important;
margin-bottom: 7px !important;
} .jp-home.jp-home-v4 .jp-home-formation-filters button {
min-height: 22px !important;
padding: 3px 9px !important;
border-color: #d8e4e7 !important;
background: #f7f9fa !important;
color: #526973 !important;
font-size: .54rem !important;
font-weight: 800 !important;
box-shadow: none !important;
} .jp-home.jp-home-v4 .jp-home-formation-filters button:hover {
background: #eef5f5 !important;
color: var(--jp-teal,#087f83) !important;
transform: none !important;
} .jp-home.jp-home-v4 .jp-home-formation-filters button.is-active {
background: color-mix(in srgb,var(--jp-teal,#087f83) 12%,#fff) !important;
border-color: color-mix(in srgb,var(--jp-teal,#087f83) 50%,#d8e4e7) !important;
color: var(--jp-teal,#087f83) !important;
box-shadow: none !important;
} @media (min-width:1101px) { .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-link,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-link {
height: 194px !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-media,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-media {
flex: 0 0 55% !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-body,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-body {
padding: 6px 22px 5px !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-body h3,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-body h3 {
margin: 0 0 2px !important;
line-height: 1.08 !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-body p,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-body p {
line-height: 1.12 !important;
-webkit-line-clamp: 2 !important;
line-clamp: 2 !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-more,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-more {
padding-top: 2px !important;
} .jp-home.jp-home-v4 .jp-home-formations .jp-home-formations-grid {
grid-template-rows: minmax(194px,1fr) !important;
} .jp-home.jp-home-v4 .jp-home-filtered-panel {
padding-top: 6px !important;
padding-bottom: 4px !important;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel {
padding-inline: 20px !important;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-arrow.is-prev {
left: 3px !important;
} .jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-arrow.is-next {
right: 3px !important;
}
} @media (max-width:1100px) { .jp-home.jp-home-v4 .jp-home-formation-filters button {
min-height: 24px !important;
padding: 4px 9px !important;
font-size: .56rem !important;
} .jp-home.jp-home-v4 .jp-home-card-body {
padding-inline: 18px !important;
}
}  @media (min-width:1101px) { .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-arrow {
top: calc(50% + 55px) !important;
}
} .jp-home.jp-home-v4 .jp-home-formations-heading > a {
font-size: .72rem !important;
line-height: 1.15 !important;
font-weight: 800 !important;
}  @media (max-width: 680px) { body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats {
width: 100% !important;
overflow: hidden !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats
> .jp-home-shell {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid {
display: grid !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
gap: 0 !important;
align-items: stretch !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stat {
position: relative !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
min-width: 0 !important;
max-width: none !important;
min-height: 112px !important;
height: auto !important;
margin: 0 !important;
padding: 10px 5px !important;
gap: 5px !important;
text-align: center !important;
border-right: 1px solid var(--jp-line) !important;
border-top: 0 !important;
overflow: hidden !important;
box-sizing: border-box !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stat:last-child {
grid-column: auto !important;
justify-content: center !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stat-icon {
position: relative !important;
display: grid !important;
place-items: center !important;
flex: 0 0 30px !important;
width: 30px !important;
min-width: 30px !important;
max-width: 30px !important;
height: 30px !important;
min-height: 30px !important;
max-height: 30px !important;
margin: 0 auto 2px !important;
padding: 0 !important;
transform: none !important;
overflow: visible !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stat-icon svg {
display: block !important;
width: 30px !important;
max-width: 30px !important;
height: 30px !important;
max-height: 30px !important;
margin: 0 !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stat > div:not(.jp-home-stat-icon) {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: flex-start !important;
width: 100% !important;
min-width: 0 !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 2px !important;
text-align: center !important;
box-sizing: border-box !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stat strong {
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
color: var(--jp-navy) !important;
font-size: 1.08rem !important;
font-weight: 900 !important;
line-height: 1.05 !important;
text-align: center !important;
white-space: normal !important;
overflow-wrap: anywhere !important;
word-break: normal !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stat div > span {
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 4px 0 0 !important;
padding: 0 !important;
color: #52646d !important;
font-size: 0.58rem !important;
font-weight: 500 !important;
line-height: 1.2 !important;
text-align: center !important;
white-space: normal !important;
overflow-wrap: normal !important;
word-break: normal !important;
hyphens: auto !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(5):last-child) {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(5):last-child)
> .jp-home-stat:nth-child(1),
body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(5):last-child)
> .jp-home-stat:nth-child(2),
body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(5):last-child)
> .jp-home-stat:nth-child(3) {
grid-column: span 2 !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(5):last-child)
> .jp-home-stat:nth-child(4),
body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(5):last-child)
> .jp-home-stat:nth-child(5) {
grid-column: span 3 !important;
border-top: 1px solid var(--jp-line) !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(5):last-child)
> .jp-home-stat:nth-child(3) {
border-right: 0 !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(5):last-child)
> .jp-home-stat:nth-child(5) {
border-right: 0 !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(4):last-child) {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(4):last-child)
> .jp-home-stat {
grid-column: auto !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(4):last-child)
> .jp-home-stat:nth-child(2),
body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(4):last-child)
> .jp-home-stat:nth-child(4) {
border-right: 0 !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(4):last-child)
> .jp-home-stat:nth-child(3),
body.page-id-14864
.jp-home.jp-home-v4
.jp-home-stats-grid:has(> .jp-home-stat:nth-child(4):last-child)
> .jp-home-stat:nth-child(4) {
border-top: 1px solid var(--jp-line) !important;
}
}  @media (min-width: 901px) { body.page-id-14864
.jp-home.jp-home-v4
.jp-home-news
.jp-home-carousel {
padding-left: 34px !important;
padding-right: 34px !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-news
.jp-home-track {
gap: 22px !important;
} body.page-id-14864
.jp-home.jp-home-v4
.jp-home-news
.jp-home-news-card {
flex: 0 0 calc((100% - 66px) / 4) !important;
width: calc((100% - 66px) / 4) !important;
max-width: calc((100% - 66px) / 4) !important;
min-width: 0 !important;
}
} @media (max-width: 680px) { .jp-home.jp-home-v4 .jp-home-formations-heading {
display: grid !important;
grid-template-columns: minmax(0, 1fr) !important;
gap: 8px !important;
align-items: start !important;
min-height: 0 !important;
margin-bottom: 10px !important;
} .jp-home.jp-home-v4 .jp-home-formations-heading > .jp-home-title-row {
width: 100% !important;
min-width: 0 !important;
} .jp-home.jp-home-v4 .jp-home-formations-heading .jp-home-kicker {
display: block !important;
max-width: 100% !important;
white-space: normal !important;
overflow-wrap: anywhere !important;
line-height: 1.25 !important;
} .jp-home.jp-home-v4 .jp-home-formations-heading > a {
justify-self: start !important;
margin: 0 !important;
padding: 6px 10px !important;
border: 1px solid #d8e4e7 !important;
border-radius: 999px !important;
background: #ffffff !important;
white-space: nowrap !important;
font-size: .68rem !important;
line-height: 1 !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card {
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
border-radius: 14px !important;
overflow: hidden !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-link,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-link {
display: flex !important;
flex-direction: column !important;
width: 100% !important;
height: auto !important;
min-height: 0 !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-media,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-media {
display: block !important;
flex: none !important;
width: 100% !important;
height: auto !important;
min-height: 0 !important;
aspect-ratio: 16 / 9 !important;
border-radius: 0 !important;
overflow: hidden !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-media img,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-media img {
display: block !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
object-position: center !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-body,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-body {
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
flex: none !important;
width: 100% !important;
min-height: 132px !important;
padding: 14px 16px 15px !important;
text-align: left !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-body h3,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-body h3 {
width: 100% !important;
margin: 0 0 6px !important;
color: #083653 !important;
font-size: 1rem !important;
line-height: 1.18 !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-body p,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-body p {
display: block !important;
width: 100% !important;
margin: 0 0 10px !important;
color: #526973 !important;
font-size: .78rem !important;
line-height: 1.38 !important;
overflow: visible !important;
-webkit-line-clamp: unset !important;
line-clamp: unset !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-more,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-more {
display: inline-flex !important;
align-items: center !important;
gap: 5px !important;
margin-top: auto !important;
padding-top: 0 !important;
color: var(--jp-card-accent, #087f83) !important;
font-size: .78rem !important;
font-weight: 800 !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-badge,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-badge {
top: 10px !important;
left: 10px !important;
right: auto !important;
padding: 5px 9px !important;
font-size: .62rem !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-arrow {
top: calc((100vw - 64px) * 9 / 32) !important;
width: 34px !important;
height: 34px !important;
font-size: 24px !important;
transform: translateY(-50%) !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow.is-prev,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-arrow.is-prev {
left: 3px !important;
} .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-arrow.is-next,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-arrow.is-next {
right: 3px !important;
}
} @media (max-width: 680px) { .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-badge,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-badge {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
min-width: 0 !important;
min-height: 0 !important;
height: auto !important;
padding: 3px 9px !important;
line-height: 1 !important;
white-space: nowrap !important;
border-radius: 999px !important;
}
} @media (max-width: 680px) { .jp-home.jp-home-v4 .jp-home-formation-group .jp-home-card-badge,
.jp-home.jp-home-v4 .jp-home-filtered-carousel .jp-home-card-badge {
top: 10px !important;
bottom: auto !important;
left: 10px !important;
right: auto !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
align-self: flex-start !important;
width: auto !important;
max-width: calc(100% - 20px) !important;
min-width: 0 !important;
height: fit-content !important;
min-height: 0 !important;
max-height: none !important;
padding: 3px 9px !important;
line-height: 1 !important;
white-space: nowrap !important;
border-radius: 999px !important;
}
}  @media (min-width: 1101px) { .jp-home.jp-home-v4 .jp-home-quick-card {
min-height: 84px !important;
padding: 10px 8px !important;
gap: 7px !important;
border-radius: 14px !important;
} .jp-home.jp-home-v4 .jp-home-quick-icon {
width: 31px !important;
height: 31px !important;
} .jp-home.jp-home-v4 .jp-home-quick-card strong {
max-width: 118px !important;
font-size: .63rem !important;
line-height: 1.18 !important;
} .jp-home.jp-home-v4 .jp-home-quick-grid {
gap: 9px !important;
} .jp-home.jp-home-v4 .jp-home-dashboard {
align-items: stretch !important;
}
} @media (min-width: 901px) and (max-width: 1100px) { .jp-home.jp-home-v4 .jp-home-quick-card {
min-height: 98px !important;
padding: 10px !important;
gap: 7px !important;
} .jp-home.jp-home-v4 .jp-home-quick-icon {
width: 32px !important;
height: 32px !important;
} .jp-home.jp-home-v4 .jp-home-quick-card strong {
font-size: .64rem !important;
line-height: 1.18 !important;
}
}   html,
body,
body.page-id-14864 {
margin: 0 !important;
padding: 0 !important;
} body.page-id-14864 #page,
body.page-id-14864 #content,
body.page-id-14864 .site-content,
body.page-id-14864 .ast-container,
body.page-id-14864 .entry-content,
body.page-id-14864 article,
body.page-id-14864 .elementor-14864 {
margin-top: 0 !important;
padding-top: 0 !important;
} body.page-id-14864 #content > .ast-container,
body.page-id-14864 #primary,
body.page-id-14864 article,
body.page-id-14864 .entry-content,
body.page-id-14864 .elementor-14864 {
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
} body.page-id-14864 .elementor-element-33b696e {
position: relative !important;
left: 50% !important;
width: 100vw !important;
max-width: 100vw !important;
margin-left: -50vw !important;
margin-right: -50vw !important;
padding-left: 0 !important;
padding-right: 0 !important;
overflow: hidden !important;
} body.page-id-14864 .elementor-element-6f1673d,
body.page-id-14864 .elementor-element-f8f6054,
body.page-id-14864 .elementor-background-video-container {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
} body.page-id-14864 .elementor-background-video-hosted {
position: absolute !important;
top: 50% !important;
left: 50% !important;
width: 100vw !important;
min-width: 100% !important;
max-width: none !important;
height: auto !important;
min-height: 100% !important;
transform: translate(-50%, -50%) !important;
object-fit: cover !important;
} body.page-id-14864 #masthead {
position: absolute !important;
inset: 0 0 auto 0 !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
z-index: 999 !important;
background: transparent !important;
} body.page-id-14864 #ast-desktop-header,
body.page-id-14864 .ast-above-header-wrap,
body.page-id-14864 .ast-above-header-bar,
body.page-id-14864 .site-above-header-wrap {
margin: 0 !important;
padding-top: 0 !important;
background: transparent !important;
} body.page-id-14864 .elementor-element-33b696e {
margin-top: 0 !important;
padding-top: 0 !important;
} body.page-id-14864 .elementor-element-062f59a {
display: none !important;
}  body.page-id-14864 #mega-menu-wrap-primary,
body.page-id-14864 #mega-menu-wrap-primary #mega-menu-primary {
min-height: 28px !important;
height: 28px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
} body.page-id-14864
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-item
> a.mega-menu-link {
height: 28px !important;
min-height: 28px !important;
line-height: 28px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-left: 9px !important;
padding-right: 9px !important;
margin: 0 !important;
} body.page-id-14864 .ast-builder-menu-1,
body.page-id-14864 .ast-main-header-bar-alignment,
body.page-id-14864 .site-header-above-section-right {
min-height: 28px !important;
height: 28px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
align-items: flex-start !important;
} body.page-id-14864 #mega-menu-wrap-primary {
background: rgba(255, 255, 255, 0.55) !important;
}  body.page-id-14864 .ast-site-title-wrap,
body.page-id-14864 .site-description {
display: none !important;
} body.page-id-14864 .jp-site-branding-logo {
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
} body.page-id-14864 .site-logo-img img.custom-logo {
display: block !important;
margin: 0 !important;
} body.page-id-14864 .jp-site-slogan {
position: static !important;
display: block !important;
width: auto !important;
margin: 2px 0 0 5px !important;
padding: 0 !important;
transform: none !important;
color: #fff !important;
font-family: Montserrat, Arial, sans-serif !important;
font-size: 12px !important;
font-weight: 500 !important;
line-height: 1.1 !important;
text-align: left !important;
white-space: nowrap !important;
} body.page-id-14864 #masthead,
body.page-id-14864 #ast-desktop-header,
body.page-id-14864 .ast-above-header-wrap,
body.page-id-14864 .ast-above-header-bar,
body.page-id-14864 .site-above-header-wrap {
top: 0 !important;
margin-top: 0 !important;
padding-top: 0 !important;
} body.page-id-14864 .site-above-header-wrap > .ast-builder-grid-row,
body.page-id-14864 .site-header-above-section-left,
body.page-id-14864 .site-header-above-section-right {
align-items: flex-start !important;
} body.page-id-14864 .ast-site-identity,
body.page-id-14864 .site-branding,
body.page-id-14864 .site-logo-img,
body.page-id-14864 .jp-site-branding-logo {
margin-top: 0 !important;
padding-top: 0 !important;
} body.page-id-14864 .site-header-above-section-left {
transform: translateY(5px) !important;
} body.page-id-14864 .site-header-above-section-right {
transform: translateY(-15px) !important;
} body.page-id-14864 .ast-builder-menu-1,
body.page-id-14864 .ast-main-header-bar-alignment,
body.page-id-14864 #mega-menu-wrap-primary {
margin-top: 0 !important;
padding-top: 0 !important;
} body.page-id-14864 .elementor-element-33b696e {
transform: translateY(-12px) !important;
margin-bottom: -12px !important;
}  @media (min-width: 601px) { html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con::before {
top: 8px !important;
left: 50% !important;
right: auto !important;
bottom: auto !important;
transform: translate(-50%, 50px) !important;
}
} @media (max-width: 600px) { html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con {
position: relative !important;
width: 100% !important;
height: 330px !important;
min-height: 330px !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con
> .elementor-background-video-container {
position: absolute !important;
inset: 0 !important;
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con
> .elementor-background-video-container
> video {
position: absolute !important;
top: 50% !important;
left: 50% !important;
width: 100% !important;
min-width: 100% !important;
max-width: none !important;
height: 100% !important;
min-height: 100% !important;
max-height: none !important;
margin: 0 !important;
padding: 0 !important;
transform: translate(-50%, -50%) !important;
object-fit: cover !important;
object-position: center center !important;
}  html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con::before {
content: "" !important;
display: block !important;
position: absolute !important;
inset: 122px 12px auto 12px !important;
top: 122px !important;
left: 12px !important;
right: 12px !important;
bottom: auto !important;
width: auto !important;
max-width: none !important;
height: 128px !important;
min-height: 128px !important;
margin: 0 !important;
padding: 0 !important;
transform: none !important;
translate: none !important;
border: 1px solid rgba(255, 255, 255, 0.22) !important;
border-radius: 20px !important;
background: rgba(5, 27, 42, 0.20) !important;
background-image: none !important;
-webkit-backdrop-filter: blur(6px) !important;
backdrop-filter: blur(6px) !important;
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
opacity: 1 !important;
z-index: 8 !important;
pointer-events: none !important;
}  html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-d04395f.e-con {
position: absolute !important;
inset: 0 !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
height: 100% !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
transform: none !important;
translate: none !important;
overflow: visible !important;
z-index: 10 !important;
pointer-events: none !important;
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-d04395f
.elementor-element-f8e36fc,
html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-d04395f
.elementor-widget-container,
html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-d04395f
.elementor-shortcode {
position: static !important;
width: 100% !important;
max-width: 100% !important;
height: 100% !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
transform: none !important;
}  html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-cf52d96 {
position: absolute !important;
top: 128px !important;
left: 50% !important;
right: auto !important;
bottom: auto !important;
width: max-content !important;
max-width: calc(100% - 36px) !important;
margin: 0 !important;
padding: 0 !important;
transform: translateX(-50%) !important;
translate: none !important;
z-index: 12 !important;
pointer-events: none !important;
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-cf52d96
.elementor-widget-container {
margin: 0 !important;
padding: 0 !important;
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-cf52d96
.elementor-headline {
margin: 0 !important;
padding: 0 !important;
line-height: 1 !important;
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-cf52d96
.elementor-headline-dynamic-wrapper {
line-height: 1 !important;
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-cf52d96
.elementor-headline-dynamic-text {
font-size: 21px !important;
line-height: 1 !important;
white-space: nowrap !important;
}  html body.page-id-14864
.elementor-14864
.lg-liste-evenements {
position: absolute !important;
top: 167px !important;
left: 50% !important;
right: auto !important;
bottom: auto !important;
width: calc(100% - 42px) !important;
max-width: calc(100% - 42px) !important;
height: 88px !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 8px !important;
transform: translateX(-50%) !important;
translate: none !important;
overflow: hidden !important;
color: #fff !important;
text-align: center !important;
z-index: 11 !important;
pointer-events: auto !important;
} html body.page-id-14864
.elementor-14864
.lg-liste-evenements
.lg-evenement {
font-size: 16px !important;
line-height: 1.06 !important;
} html body.page-id-14864
.elementor-14864
.lg-liste-evenements
.lg-evenement-contenu {
max-width: 100% !important;
} html body.page-id-14864
.elementor-14864
.lg-liste-evenements
.lg-evenement strong,
html body.page-id-14864
.elementor-14864
.lg-liste-evenements
.lg-evenement b {
display: block !important;
margin: 0 0 6px !important;
padding: 0 !important;
font-size: 19px !important;
line-height: 1.05 !important;
text-decoration: underline !important;
text-decoration-thickness: 1.5px !important;
text-underline-offset: 3px !important;
}
} @media (min-width: 901px) { html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con::before {
width: min(1380px, calc(100% - 400px)) !important;
max-width: none !important;
} html body.page-id-14864
.elementor-14864
.lg-liste-evenements {
width: min(1320px, calc(100% - 450px)) !important;
max-width: none !important;
padding-left: 24px !important;
padding-right: 24px !important;
} html body.page-id-14864
.elementor-14864
.lg-liste-evenements
.lg-evenement {
width: 100% !important;
max-width: none !important;
} html body.page-id-14864
.elementor-14864
.lg-liste-evenements
.lg-evenement-contenu {
display: block !important;
width: 100% !important;
max-width: none !important;
margin: 0 auto !important;
text-align: center !important;
} html body.page-id-14864
.elementor-14864
.lg-liste-evenements
.lg-evenement-contenu > span,
html body.page-id-14864
.elementor-14864
.lg-liste-evenements
.lg-evenement-contenu > p {
width: 100% !important;
max-width: none !important;
margin-left: auto !important;
margin-right: auto !important;
white-space: normal !important;
overflow-wrap: normal !important;
word-break: normal !important;
text-align: center !important;
}
} @media (max-width: 600px) { html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con {
height: 250px !important;
min-height: 250px !important;
max-height: 250px !important;
overflow: hidden !important;
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con
.elementor-background-video-container {
top: 0 !important;
bottom: auto !important;
height: 330px !important;
min-height: 330px !important;
max-height: none !important;
overflow: hidden !important;
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con
.elementor-background-video-container video,
html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con
video.elementor-background-video-hosted {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
min-width: 100% !important;
max-width: none !important;
height: 330px !important;
min-height: 330px !important;
max-height: none !important;
transform: none !important;
object-fit: cover !important;
object-position: center center !important;
}
} @media (max-width: 600px) { html body.page-id-14864
.jp-home.jp-home-v4 {
position: relative !important;
z-index: 20 !important;
margin-top: -110px !important;
background: #fff !important;
}
} @media (max-width: 600px) { html body.page-id-14864.jp-modern-header-enabled
.jp-modern-header
.jp-site-branding-logo > .jp-site-slogan,
html body.page-id-14864
#masthead
.jp-site-branding-logo > .jp-site-slogan {
font-size: 14px !important;
transform: translateY(-8px) !important;
} html body.page-id-14864
.elementor-14864
.lg-liste-evenements
.lg-evenement-contenu {
letter-spacing: -0.03em !important;
} html body.page-id-14864
.elementor-14864
.lg-liste-evenements
.lg-evenement strong,
html body.page-id-14864
.elementor-14864
.lg-liste-evenements
.lg-evenement b {
letter-spacing: normal !important;
}
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con::before {
opacity: 0 !important;
visibility: hidden !important;
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con.jp-video-ready::before {
opacity: 1 !important;
visibility: visible !important;
transition: opacity 160ms ease !important;
} @media (min-width: 601px) { html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con
.jp-home-events__panel {
opacity: 0 !important;
visibility: hidden !important;
} html body.page-id-14864
.elementor-14864
.elementor-element.elementor-element-f8f6054.e-con.jp-video-ready
.jp-home-events__panel {
opacity: 1 !important;
visibility: visible !important;
transition: opacity 160ms ease !important;
}
} @media (max-width: 900px) {
.jp-home.jp-home-v4 .jp-home-info-row.has-both {
display: grid !important;
grid-template-columns: minmax(0, 1fr) !important;
grid-template-rows: auto auto !important;
grid-template-areas:
"alert"
"documents" !important;
gap: 14px !important;
align-items: stretch !important;
}
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-alert-wrap {
grid-area: alert !important;
width: 100% !important;
min-width: 0 !important;
max-width: 100% !important;
}
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-documents {
grid-area: documents !important;
width: 100% !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
justify-self: stretch !important;
}
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-doc-grid {
display: grid !important;
grid-template-columns: minmax(0, 1fr) !important;
width: 100% !important;
min-width: 0 !important;
}
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-doc-grid a {
width: 100% !important;
min-width: 0 !important;
max-width: 100% !important;
}
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-doc-grid strong {
min-width: 0 !important;
white-space: normal !important;
word-break: normal !important;
overflow-wrap: break-word !important;
}
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-documents .jp-home-section-heading {
width: 100% !important;
min-width: 0 !important;
}
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-documents .jp-home-section-heading h2 {
white-space: normal !important;
word-break: normal !important;
overflow-wrap: break-word !important;
letter-spacing: normal !important;
}
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-alert {
width: 100% !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
overflow: visible !important;
}
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-alert-scroll-window,
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-alert-scroll-track,
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-alert-scroll-content {
width: 100% !important;
min-width: 0 !important;
max-width: 100% !important;
}
}
@media (max-width: 680px) {
.jp-home.jp-home-v4 .jp-home-info-row.has-both {
gap: 12px !important;
}
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-documents,
.jp-home.jp-home-v4 .jp-home-info-row.has-both .jp-home-alert {
padding-left: 12px !important;
padding-right: 12px !important;
}
} .jp-home-quick-icon > .jp-lottie-icon,
.jp-home-quick-icon > .jp-svg-icon {
width: 34px !important;
height: 34px !important;
display: block;
}
.jp-home-advantage-icon > .jp-lottie-icon,
.jp-home-advantage-icon > .jp-svg-icon {
width: 42px !important;
height: 42px !important;
display: block;
}
.jp-home-title-icon > .jp-lottie-icon,
.jp-home-title-icon > .jp-svg-icon {
width: 100% !important;
height: 100% !important;
display: block;
}:root{
--jp-team-navy:#0b315c;
--jp-team-blue:#1167ad;
--jp-team-blue-soft:#dff2ff;
--jp-team-blue-hover:#c9e8fb;
--jp-team-green:#139875;
--jp-team-green-soft:#dff7ee;
--jp-team-green-hover:#c9eee2;
--jp-team-orange:#ef7c22;
--jp-team-orange-soft:#fff0df;
--jp-team-purple:#6552c8;
--jp-team-purple-soft:#eee9ff;
--jp-team-purple-hover:#ddd5fb;
--jp-team-pink:#d83778;
--jp-team-pink-soft:#ffe9f2;
--jp-team-pink-hover:#fbd5e5;
--jp-team-ink:#102f5a;
--jp-team-muted:#5e7090;
}
.jp-teams-page{background:#fff;color:var(--jp-team-ink);font-family:"Open Sans",Arial,sans-serif;overflow:hidden}
.jp-teams-shell{width:min(1420px,calc(100% - 48px));margin:0 auto}
.jp-teams-hero{position:relative;min-height:300px;display:flex;align-items:center;color:#fff;background-color:var(--jp-team-navy);background-size:cover;background-position:center;overflow:hidden}
.jp-teams-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,42,80,.97) 0%,rgba(9,77,132,.88) 42%,rgba(8,62,105,.42) 72%,rgba(7,42,80,.18) 100%)}
.jp-teams-hero::after{content:"";position:absolute;left:-120px;top:-80px;width:550px;height:550px;border-radius:50%;border:1px solid rgba(109,218,199,.18);box-shadow:0 0 0 70px rgba(49,160,220,.08),0 0 0 140px rgba(69,196,173,.06)}
.jp-teams-hero-inner{position:relative;z-index:2;width:min(1420px,calc(100% - 48px));margin:0 auto;padding:52px 0 46px}
.jp-teams-breadcrumb{font-size:13px;color:rgba(255,255,255,.84);margin-bottom:24px}
.jp-teams-breadcrumb a{color:inherit;text-decoration:none}
.jp-teams-breadcrumb span{margin:0 8px;opacity:.65}
.jp-teams-hero h1{margin:0;max-width:760px;color:#fff;font-family:"Montserrat",Arial,sans-serif;font-size:clamp(46px,5vw,74px);font-weight:800;line-height:1.02;letter-spacing:-.035em}
.jp-teams-hero p{max-width:700px;margin:18px 0 0;color:rgba(255,255,255,.94);font-size:clamp(17px,1.55vw,22px);line-height:1.45}
.jp-teams-hero-signature{position:absolute;right:7%;bottom:42px;max-width:270px;font-family:"Caveat",cursive;font-size:38px;line-height:.95;text-align:center;transform:rotate(-4deg);color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}
.jp-teams-intro{text-align:center;padding:34px 0 28px}
.jp-teams-kicker{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:7px;color:#173c6f;font-family:"Montserrat",Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.jp-teams-kicker::before,.jp-teams-kicker::after{content:"";width:42px;height:2px;background:linear-gradient(90deg,#54cda8,#2e9dd7)}
.jp-teams-intro h2{margin:0;color:#12386d;font-family:"Montserrat",Arial,sans-serif;font-size:clamp(28px,3.1vw,43px);font-weight:800;line-height:1.12;letter-spacing:-.025em}
.jp-teams-intro p{max-width:920px;margin:9px auto 0;color:#637ba4;font-size:clamp(16px,1.45vw,20px);line-height:1.4}
.jp-teams-layout{padding:0 0 66px}
.jp-team-row{display:grid;gap:10px;margin-top:10px}
.jp-team-row--direction{grid-template-columns:2.25fr repeat(4,1fr)}
.jp-team-row--schoollife{grid-template-columns:2.25fr 1.4fr 1fr}
.jp-team-row--services{grid-template-columns:repeat(6,1fr)}
.jp-team-band,.jp-team-card,.jp-team-stat{border-radius:14px;box-sizing:border-box}
.jp-team-band{position:relative;min-height:190px;padding:32px;color:#fff;overflow:hidden;display:flex;align-items:center;background:linear-gradient(135deg,#0e6eb6,var(--jp-team-navy))}
.jp-team-band::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-110px;bottom:-150px;background:rgba(255,255,255,.06)}
.jp-team-band--green{background:linear-gradient(135deg,#11a878,#087458)}
.jp-team-band--purple{background:linear-gradient(135deg,#5c64cf,#4e47b9)}
.jp-team-band-icon{width:104px;height:104px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.13);font-size:66px;margin-right:24px;flex:0 0 auto}
.jp-team-band-copy{position:relative;z-index:1;flex:1}
.jp-team-band h3{margin:0 0 7px;color:#fff;font-family:"Montserrat",Arial,sans-serif;font-size:29px;line-height:1.05}
.jp-team-band p{margin:0;color:rgba(255,255,255,.9);font-size:14px;line-height:1.45}
.jp-team-band-list{margin:15px 0 0;padding:0;list-style:none;display:grid;gap:5px;font-size:15px}
.jp-team-band-list li::before{content:"";display:inline-block;width:9px;height:9px;margin-right:12px;border-radius:50%;background:#83c8f2}
.jp-team-band--green .jp-team-band-list li::before{background:#8fe7cb}
.jp-team-band-metrics{display:grid;grid-template-columns:1fr;gap:10px;margin-left:24px;min-width:175px}
.jp-team-band-metric{padding:14px 16px;border-radius:12px;background:rgba(255,255,255,.11)}
.jp-team-band-metric strong{display:block;font-family:"Montserrat",Arial,sans-serif;font-size:38px;line-height:1}
.jp-team-band-metric span{font-size:13px}
.jp-team-band-metric--cpe{display:flex;align-items:center;gap:10px}
.jp-team-band-metric--cpe strong{display:inline-block}
.jp-team-band-metric--cpe span{font-size:16px;font-weight:800;line-height:1}
.jp-team-band-metric--aed{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:10px}
.jp-team-band-metric--aed strong{display:inline-block}
.jp-team-band-metric--aed span{line-height:1.25}
.jp-team-card{position:relative;min-height:190px;padding:20px;border:0;text-align:left;color:var(--jp-team-ink);background:var(--jp-team-blue-soft);box-shadow:inset 0 0 0 1px rgba(35,107,168,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}
button.jp-team-card{width:100%;cursor:pointer;font:inherit}
button.jp-team-card:hover,button.jp-team-card:focus-visible{transform:translateY(-2px);box-shadow:0 12px 30px rgba(18,63,112,.14);outline:3px solid rgba(40,138,208,.24);outline-offset:1px}
button.jp-team-card:not(.jp-team-card--green):not(.jp-team-card--orange):not(.jp-team-card--purple):not(.jp-team-card--pink):hover,
button.jp-team-card:not(.jp-team-card--green):not(.jp-team-card--orange):not(.jp-team-card--purple):not(.jp-team-card--pink):focus-visible{background:var(--jp-team-blue-hover)}
button.jp-team-card.jp-team-card--green:hover,button.jp-team-card.jp-team-card--green:focus-visible{background:var(--jp-team-green-hover)}
button.jp-team-card.jp-team-card--purple:hover,button.jp-team-card.jp-team-card--purple:focus-visible{background:var(--jp-team-purple-hover)}
button.jp-team-card.jp-team-card--pink:hover,button.jp-team-card.jp-team-card--pink:focus-visible{background:var(--jp-team-pink-hover)} button.jp-team-card.jp-team-card--orange:hover,button.jp-team-card.jp-team-card--orange:focus-visible{background:var(--jp-team-orange-soft)}
.jp-team-card--green{background:var(--jp-team-green-soft)}
.jp-team-card--orange{background:var(--jp-team-orange-soft)}
.jp-team-card--purple{background:var(--jp-team-purple-soft)}
.jp-team-card--pink{background:var(--jp-team-pink-soft)}
.jp-team-card-icon{width:82px;height:82px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.58);font-size:48px;margin-bottom:12px}
.jp-team-card h4{margin:0;color:var(--jp-team-ink);font-family:"Montserrat",Arial,sans-serif;font-size:19px;line-height:1.1}
.jp-team-card-name{margin-top:10px;font-weight:700;font-size:15px;line-height:1.35}
.jp-team-card-name-list{margin:10px 0 0;padding:0;list-style:none;font-weight:700;font-size:14px;line-height:1.5}
.jp-team-card-secretaries{margin-top:7px;color:#5b7192;font-size:12px;line-height:1.35}
.jp-team-card-secretaries strong{color:#294d7c}
.jp-team-card-arrow{position:absolute;right:14px;bottom:14px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.58);font-size:18px}
.jp-team-card--static .jp-team-card-arrow{display:none}
.jp-team-card-number{margin:16px 0 0;color:#073d72;font-family:"Montserrat",Arial,sans-serif;font-size:45px;font-weight:800;line-height:1}
.jp-team-card-number-label{margin-top:4px;font-size:13px}
.jp-team-row--services .jp-team-card{min-height:166px}
.jp-team-row--services .jp-team-card h4{font-size:17px}
.jp-team-row--services .jp-team-card-name-list{font-size:13px}
.jp-team-teaching{display:grid;grid-template-columns:2.1fr 1fr 1fr;gap:10px;margin-top:10px;background:linear-gradient(135deg,#5668cf,#3f51b8);padding:0;border-radius:14px;overflow:hidden;color:#fff}
.jp-team-teaching .jp-team-band{min-height:150px;border-radius:0;background:transparent}
.jp-team-stat{display:flex;align-items:center;justify-content:center;gap:16px;margin:16px 0;padding:20px;background:rgba(255,255,255,.09)}
.jp-team-stat strong{display:block;font-family:"Montserrat",Arial,sans-serif;font-size:48px;line-height:1}
.jp-team-stat span{font-size:14px}
.jp-team-stat--teachers span{font-family:"Montserrat",Arial,sans-serif;font-size:22px;font-weight:800;line-height:1.1}
.jp-team-dialog{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:22px;opacity:0;transition:opacity .16s ease}
.jp-team-dialog[hidden]{display:none}
.jp-team-dialog.is-open{opacity:1}
.jp-team-dialog-backdrop{position:absolute;inset:0;background:rgba(5,24,48,.64);backdrop-filter:blur(3px)}
.jp-team-dialog-panel{position:relative;z-index:1;width:min(620px,100%);max-height:min(80vh,720px);overflow:auto;padding:28px;border-radius:18px;background:#fff;box-shadow:0 30px 80px rgba(8,33,63,.28)}
.jp-team-dialog-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin:0 34px 18px;text-align:center}
.jp-team-dialog-header h2{margin:0;color:#12386d;font-family:"Montserrat",Arial,sans-serif;font-size:26px}
.jp-team-dialog-close{position:absolute;top:13px;right:15px;width:auto;height:auto;padding:4px 6px;border:0;border-radius:0;background:transparent;color:#12386d;font-size:31px;font-weight:400;line-height:1;cursor:pointer;opacity:.8}.jp-team-dialog-close:hover,.jp-team-dialog-close:focus-visible{background:transparent;opacity:1;outline:2px solid rgba(18,56,109,.18);outline-offset:2px}
.jp-team-dialog-person{padding:16px 0;border-top:1px solid #dce8f2}
.jp-team-dialog-person:first-child{border-top:0}
.jp-team-dialog-role{color:#68809f;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.jp-team-dialog-name{margin-top:3px;color:#102f5a;font-size:19px;font-weight:800}
.jp-team-dialog-email{display:inline-flex;align-items:center;gap:7px;margin-top:7px;color:#0c71bd;font-weight:700;text-decoration:none;word-break:break-word}.jp-team-dialog-email-icon{display:inline-grid;place-items:center;flex:0 0 auto;width:20px;height:20px}.jp-team-dialog-email-icon .jp-team-custom-icon,.jp-team-dialog-email-icon .jp-svg-icon,.jp-team-dialog-email-icon .jp-lottie-icon{width:18px!important;height:18px!important}
.jp-team-dialog-email>span:last-child{white-space:nowrap}
.jp-team-dialog-email:hover{text-decoration:underline}
.jp-team-dialog-secretaries{margin-top:14px;padding:12px 14px;border-radius:10px;background:#f3f7fb;color:#405b7d;font-size:14px;line-height:1.5}
body.jp-team-dialog-open{overflow:hidden}
@media(max-width:1180px){
.jp-team-row--direction{grid-template-columns:repeat(4,1fr)}
.jp-team-row--direction .jp-team-band{grid-column:1/-1;min-height:150px}
.jp-team-row--schoollife{grid-template-columns:1.5fr 1fr}
.jp-team-row--schoollife .jp-team-band{grid-column:1/-1;min-height:150px}
.jp-team-row--services{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
.jp-teams-shell{width:min(100% - 28px,1420px)}
.jp-teams-hero-inner{width:min(100% - 34px,1420px);padding:42px 0}
.jp-teams-hero-signature{display:none}
.jp-team-row--direction,.jp-team-row--schoollife{grid-template-columns:1fr 1fr}
.jp-team-row--services{grid-template-columns:1fr 1fr}
.jp-team-teaching{grid-template-columns:1fr 1fr}
.jp-team-teaching .jp-team-band{grid-column:1/-1}
.jp-team-band-metrics{margin-left:0;margin-top:18px}
.jp-team-band{align-items:flex-start;flex-wrap:wrap}
}
@media(max-width:560px){
.jp-team-dialog-email>span:last-child{white-space:normal}
.jp-teams-hero{min-height:280px}
.jp-teams-hero h1{font-size:42px}
.jp-teams-intro{padding-top:28px}
.jp-teams-kicker{font-size:10px;letter-spacing:.11em}
.jp-team-row--direction,.jp-team-row--schoollife,.jp-team-row--services,.jp-team-teaching{grid-template-columns:1fr}
.jp-team-band{padding:24px;min-height:0}
.jp-team-band-icon{width:88px;height:88px;font-size:54px;margin-right:16px}
.jp-team-band h3{font-size:25px}
.jp-team-card{min-height:150px}
.jp-team-teaching .jp-team-band{grid-column:auto}
.jp-team-stat{margin:0 14px 14px}
} .jp-teams-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}
.jp-teams-hero-badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 12px;border-radius:999px;font-family:"Montserrat",Arial,sans-serif;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.jp-teams-hero-badge--primary{background:rgba(255,255,255,.96);color:#163b6c}
.jp-teams-hero-badge--secondary{background:rgba(105,183,232,.2);border:1px solid rgba(255,255,255,.52);color:#fff}
.jp-team-band-icon .jp-svg-icon,.jp-team-card-icon .jp-svg-icon{display:block;width:1em;height:1em;max-width:100%;max-height:100%;fill:currentColor;stroke:currentColor}
.jp-team-band-icon .jp-team-custom-icon,.jp-team-band-icon .jp-svg-icon,.jp-team-band-icon .jp-lottie-icon{width:68px!important;height:68px!important}
.jp-team-card-icon .jp-team-custom-icon,.jp-team-card-icon .jp-svg-icon,.jp-team-card-icon .jp-lottie-icon{width:48px!important;height:48px!important}
.jp-team-dialog-icon{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;background:#eef6fc;color:#12386d;font-size:48px}
.jp-team-dialog-icon:empty{display:none}
.jp-team-dialog-icon .jp-team-custom-icon,.jp-team-dialog-icon .jp-svg-icon,.jp-team-dialog-icon .jp-lottie-icon{width:48px!important;height:48px!important}
.jp-team-fallback-icon{display:inline-grid;place-items:center;line-height:1} .jp-teams-page .jp-team-card{
display:flex;
flex-direction:column;
align-items:flex-start;
justify-content:flex-start;
}
.jp-teams-page .jp-team-card-icon{
align-self:center;
flex:0 0 auto;
margin-top:0;
} .jp-teams-page button.jp-team-card:focus:not(:hover){
background:var(--jp-team-blue-soft)!important;
color:var(--jp-team-ink)!important;
}
.jp-teams-page button.jp-team-card.jp-team-card--green:focus:not(:hover){background:var(--jp-team-green-soft)!important}
.jp-teams-page button.jp-team-card.jp-team-card--orange:focus:not(:hover){background:var(--jp-team-orange-soft)!important}
.jp-teams-page button.jp-team-card.jp-team-card--purple:focus:not(:hover){background:var(--jp-team-purple-soft)!important}
.jp-teams-page button.jp-team-card.jp-team-card--pink:focus:not(:hover){background:var(--jp-team-pink-soft)!important} .jp-teams-page button.jp-team-card:not(.jp-team-card--green):not(.jp-team-card--orange):not(.jp-team-card--purple):not(.jp-team-card--pink):hover{background:var(--jp-team-blue-hover)!important}
.jp-teams-page button.jp-team-card.jp-team-card--green:hover{background:var(--jp-team-green-hover)!important}
.jp-teams-page button.jp-team-card.jp-team-card--purple:hover{background:var(--jp-team-purple-hover)!important}
.jp-teams-page button.jp-team-card.jp-team-card--pink:hover{background:var(--jp-team-pink-hover)!important}
.jp-teams-page button.jp-team-card.jp-team-card--orange:hover{background:var(--jp-team-orange-soft)!important}  .jp-teams-page .jp-team-card > .jp-team-card-icon{
align-self:center;
} .jp-teams-page .jp-team-card h4{
color:#5c7391;
font-family:"Montserrat",Arial,sans-serif;
font-size:12px;
font-weight:800;
line-height:1.25;
letter-spacing:.065em;
text-transform:uppercase;
}
.jp-teams-page .jp-team-card-name,
.jp-teams-page .jp-team-card-name-list{
color:#102f5a;
font-family:"Poppins","Montserrat",Arial,sans-serif;
font-weight:700;
}
.jp-teams-page .jp-team-card-name{font-size:17px;line-height:1.35}
.jp-teams-page .jp-team-card-name-list{font-size:15px;line-height:1.55}
.jp-teams-page .jp-team-card-secretaries{
display:grid;
gap:7px;
margin-top:10px;
color:#5b7192;
font-size:12px;
line-height:1.3;
}
.jp-teams-page .jp-team-card-secretary-line{
display:grid;
grid-template-columns:auto minmax(0,1fr);
gap:7px;
align-items:baseline;
}
.jp-teams-page .jp-team-card-secretary-role{
color:#6a7f98;
font-family:"Montserrat",Arial,sans-serif;
font-size:10px;
font-weight:800;
letter-spacing:.055em;
text-transform:uppercase;
}
.jp-teams-page .jp-team-card-secretary-name{
color:#294d7c;
font-family:"Poppins","Montserrat",Arial,sans-serif;
font-size:12px;
font-weight:700;
}
.jp-team-dialog-role{
font-family:"Montserrat",Arial,sans-serif;
font-size:12px;
font-weight:800;
letter-spacing:.075em;
}
.jp-team-dialog-name{
font-family:"Poppins","Montserrat",Arial,sans-serif;
font-size:20px;
font-weight:700;
}
.jp-team-dialog-secretaries{
display:grid;
gap:10px;
margin-top:14px;
padding:12px 14px;
border-radius:10px;
background:#f3f7fb;
}
.jp-team-dialog-secretary + .jp-team-dialog-secretary{
padding-top:10px;
border-top:1px solid #dce8f2;
}
.jp-team-dialog-secretary-title{
color:#68809f;
font-family:"Montserrat",Arial,sans-serif;
font-size:10px;
font-weight:800;
letter-spacing:.07em;
text-transform:uppercase;
}
.jp-team-dialog-secretary-name{
margin-top:2px;
color:#294d7c;
font-family:"Poppins","Montserrat",Arial,sans-serif;
font-size:15px;
font-weight:700;
}
.jp-team-dialog-secretary-email{margin-top:5px} .jp-team-dialog-panel button.jp-team-dialog-close,
.jp-team-dialog-panel button.jp-team-dialog-close:hover,
.jp-team-dialog-panel button.jp-team-dialog-close:active,
.jp-team-dialog-panel button.jp-team-dialog-close:focus{
min-width:0!important;
width:36px!important;
height:36px!important;
padding:0!important;
display:grid!important;
place-items:center!important;
border:1px solid transparent!important;
border-radius:6px!important;
background:transparent!important;
background-color:transparent!important;
color:#12386d!important;
box-shadow:none!important;
text-shadow:none!important;
opacity:.88;
}
.jp-team-dialog-panel button.jp-team-dialog-close:hover,
.jp-team-dialog-panel button.jp-team-dialog-close:focus-visible{
border:1px dashed #12386d!important;
background:transparent!important;
color:#12386d!important;
outline:0!important;
opacity:1;
}  .jp-teams-page .jp-team-row--direction{
grid-template-columns:1.35fr repeat(4,minmax(0,1fr));
} .jp-teams-page .jp-team-card-name{
font-size:15px;
line-height:1.32;
}
.jp-teams-page .jp-team-card-name-list{
font-size:13.5px;
line-height:1.48;
}
.jp-teams-page .jp-team-card-secretary-name{
font-size:11.5px;
}
.jp-teams-page .jp-team-dialog-name{
font-size:18px;
} .jp-team-card-role-alias{
margin-top:4px;
color:#456788;
font-family:"Poppins","Montserrat",Arial,sans-serif;
font-size:12px;
font-weight:600;
line-height:1.2;
} .jp-team-band > .jp-team-band-icon .jp-team-custom-icon,
.jp-team-band > .jp-team-band-icon .jp-svg-icon,
.jp-team-band > .jp-team-band-icon .jp-lottie-icon{
filter:drop-shadow(0 2px 6px rgba(0,0,0,.12));
} .jp-team-teaching{
background:linear-gradient(135deg,#5668cf,#3f51b8);
padding-right:16px;
}
.jp-team-teaching .jp-team-stat{
min-width:0;
margin:16px 0;
padding:18px;
border:1px solid rgba(80,63,170,.10);
border-radius:14px;
background:#f1efff;
color:#352f69;
box-shadow:0 6px 18px rgba(37,38,97,.07);
}
.jp-team-teaching .jp-team-stat--teachers{
background:#eeecff;
}
.jp-team-teaching .jp-team-stat--aesh{
background:#f5f3ff;
}
.jp-team-stat-icon{
width:62px;
height:62px;
flex:0 0 62px;
display:grid;
place-items:center;
border-radius:50%;
background:rgba(255,255,255,.78);
}
.jp-team-stat-icon .jp-team-custom-icon,
.jp-team-stat-icon .jp-svg-icon,
.jp-team-stat-icon .jp-lottie-icon{
width:46px!important;
height:46px!important;
}
.jp-team-stat-copy{
min-width:0;
}
.jp-team-teaching .jp-team-stat strong{
color:#403679;
font-size:42px;
}
.jp-team-teaching .jp-team-stat span:not(.jp-team-stat-icon){
color:#4d4778;
}
.jp-team-teaching .jp-team-stat--teachers span:not(.jp-team-stat-icon){
font-family:"Montserrat",Arial,sans-serif;
font-size:18px;
font-weight:800;
line-height:1.1;
}
.jp-team-teaching .jp-team-stat--aesh span:not(.jp-team-stat-icon){
font-family:"Montserrat",Arial,sans-serif;
font-size:18px;
font-weight:800;
} .jp-team-teaching .jp-team-band{
padding-right:26px;
} @media(max-width:1180px){
.jp-teams-page .jp-team-row--direction{
grid-template-columns:repeat(4,1fr);
}
}
@media(max-width:860px){
.jp-team-teaching{
padding-right:0;
}
} .jp-teams-page .jp-teams-hero h1{
max-width:760px;
font-family:"Poppins","Montserrat",sans-serif;
font-size:clamp(34px,2.4vw,48px);
line-height:1.02;
font-weight:500;
letter-spacing:-.012em;
} .jp-teams-page .jp-teams-hero-signature{
right:5%;
bottom:42px;
max-width:510px;
font-family:"Caveat",cursive;
font-size:clamp(28px,2.35vw,38px);
line-height:1.05;
font-weight:400;
text-align:center;
transform:rotate(-3deg);
color:#fff;
text-shadow:0 2px 8px rgba(0,0,0,.22);
} .jp-teams-page .jp-teams-hero > .jp-teams-hero-inner > p{
display:none;
}
@media(max-width:820px){
.jp-teams-page .jp-teams-hero h1{
font-size:clamp(32px,6vw,42px);
}
.jp-teams-page .jp-teams-hero-signature{
display:none;
}
}
@media(max-width:560px){
.jp-teams-page .jp-teams-hero h1{
font-size:34px;
}
}  .jp-teams-page .jp-teams-hero::before{
background:
linear-gradient(
90deg,
rgba(11,49,92,.96) 0%,
rgba(11,49,92,.90) 28%,
rgba(11,49,92,.62) 48%,
rgba(11,49,92,.28) 62%,
rgba(11,49,92,.08) 74%,
rgba(11,49,92,0) 82%
) !important;
}  .jp-teams-page .jp-team-teaching{
grid-template-columns:minmax(270px,1.25fr) repeat(3,minmax(180px,.82fr));
}
.jp-team-teaching .jp-team-stat--psy{
position:relative;
appearance:none;
-webkit-appearance:none;
width:auto;
text-align:left;
cursor:pointer;
background:#f0edff;
color:#352f69;
font:inherit;
}
.jp-team-teaching .jp-team-stat--psy:hover{
background:#e9e5ff;
transform:translateY(-2px);
}
.jp-team-teaching .jp-team-stat--psy:focus-visible{
outline:2px dashed #332c67;
outline-offset:3px;
}
.jp-team-stat--psy .jp-team-stat-person{
display:block;
margin:0 0 5px;
color:#403679;
font-family:"Poppins","Montserrat",sans-serif;
font-size:15px;
line-height:1.28;
font-weight:600;
}
.jp-team-stat--psy .jp-team-stat-copy > span{
display:block;
color:#4d4778;
font-family:"Montserrat",Arial,sans-serif;
font-size:14px!important;
line-height:1.2;
font-weight:800;
}
.jp-team-stat--psy .jp-team-stat-copy > small{
display:block;
margin-top:5px;
color:#655d8e;
font-family:"Poppins",Arial,sans-serif;
font-size:12px;
line-height:1.25;
font-weight:500;
}
.jp-team-stat-arrow{
position:absolute;
right:12px;
bottom:9px;
color:#5c4eb6;
font-size:18px;
font-weight:700;
} .jp-teams-page .jp-teams-breadcrumb{
display:none!important;
}
@media(max-width:1180px){
.jp-teams-page .jp-team-teaching{
grid-template-columns:1fr repeat(2,minmax(180px,1fr));
}
.jp-teams-page .jp-team-teaching .jp-team-band{
grid-column:1 / -1;
}
}
@media(max-width:760px){
.jp-teams-page .jp-team-teaching{
grid-template-columns:1fr;
}
} .jp-team-stat--psy .jp-team-stat-person{
display:block;
margin-top:6px;
color:#403679;
font-family:"Poppins","Montserrat",sans-serif;
font-size:13.5px!important;
line-height:1.35;
font-weight:600;
}
.jp-team-stat--psy .jp-team-stat-copy > span{
display:block;
color:#4d4778;
font-family:"Montserrat",Arial,sans-serif;
font-size:14px!important;
line-height:1.2;
font-weight:800;
} .jp-team-card-count{
margin-top:7px;
color:#6b5b45;
font-family:"Poppins","Montserrat",sans-serif;
font-size:12px;
line-height:1.3;
font-weight:600;
} .jp-team-teaching .jp-team-stat--preparateurs{
position:relative;
appearance:none;
-webkit-appearance:none;
width:auto;
text-align:left;
cursor:default;
background:#f3f0ff;
color:#352f69;
font:inherit;
}
.jp-team-teaching button.jp-team-stat--preparateurs{
cursor:pointer;
}
.jp-team-teaching button.jp-team-stat--preparateurs:hover{
background:#ebe6ff;
transform:translateY(-2px);
}
.jp-team-teaching button.jp-team-stat--preparateurs:focus-visible{
outline:2px dashed #332c67;
outline-offset:3px;
}
.jp-team-teaching .jp-team-stat--preparateurs span:not(.jp-team-stat-icon){
color:#4d4778;
}
.jp-team-teaching .jp-team-stat--preparateurs strong{
color:#403679;
font-size:36px;
} .jp-teams-page .jp-team-teaching{
grid-template-columns:minmax(250px,1.2fr) repeat(4,minmax(155px,.78fr));
}
@media(max-width:1380px){
.jp-teams-page .jp-team-teaching{
grid-template-columns:repeat(2,minmax(190px,1fr));
}
.jp-teams-page .jp-team-teaching .jp-team-band{
grid-column:1 / -1;
}
}
@media(max-width:760px){
.jp-teams-page .jp-team-teaching{
grid-template-columns:1fr;
}
} .jp-teams-hero{
min-height:260px;
}
.jp-teams-hero-inner{
padding:26px 0 30px;
}
.jp-teams-breadcrumb{
margin-bottom:16px;
}
.jp-teams-hero-badges,
.jp-teams-hero h1,
.jp-teams-hero p{
position:relative;
transform:translateY(-50px);
}
.jp-teams-hero p{
margin-top:8px;
}
.jp-teams-hero-signature{
right:calc(7% + 150px);
bottom:28px;
max-width:240px;
}
.jp-team-row--direction,
.jp-team-row--schoollife{
grid-template-columns:1fr;
}
.jp-team-card-grid{
display:grid;
gap:10px;
}
.jp-team-card-grid--direction{
grid-template-columns:repeat(2,minmax(0,1fr));
}
.jp-team-card-grid--schoollife{
grid-template-columns:repeat(2,minmax(0,1fr));
}
.jp-team-row--direction .jp-team-band,
.jp-team-row--schoollife .jp-team-band{
min-height:160px;
}
.jp-team-card--horizontal{
min-height:132px;
display:flex;
flex-direction:row;
align-items:center;
gap:16px;
padding:18px 22px 18px 18px;
}
.jp-team-card--horizontal > .jp-team-card-icon{
flex:0 0 82px;
margin:0;
align-self:center;
}
.jp-team-card-copy{
display:flex;
flex-direction:column;
align-items:flex-start;
justify-content:center;
gap:4px;
flex:1;
min-width:0;
}
.jp-team-card--horizontal h4{
margin:0;
}
.jp-team-card--horizontal .jp-team-card-name{
margin-top:2px;
}
.jp-team-card--horizontal .jp-team-card-secretaries{
margin-top:4px;
}
.jp-team-card-name-list-wrap{
display:block;
width:100%;
}
.jp-team-card--horizontal .jp-team-card-name-list{
margin:4px 0 0;
}
.jp-team-card--horizontal .jp-team-card-number{
margin:0;
font-size:38px;
}
.jp-team-card--horizontal .jp-team-card-number-label{
margin-top:2px;
}
.jp-team-card--horizontal .jp-team-card-arrow{
top:50%;
right:14px;
bottom:auto;
transform:translateY(-50%);
}
@media(max-width:920px){
.jp-teams-hero{
min-height:250px;
}
.jp-teams-hero-badges,
.jp-teams-hero h1,
.jp-teams-hero p{
transform:translateY(-24px);
}
.jp-teams-hero-signature{
right:7%;
bottom:18px;
}
.jp-team-card-grid--direction,
.jp-team-card-grid--schoollife{
grid-template-columns:1fr;
}
}  .jp-teams-page .jp-team-row--direction{
grid-template-columns:minmax(250px, 1.05fr) minmax(0, 2.35fr);
align-items:stretch;
}
.jp-teams-page .jp-team-row--direction > .jp-team-band{
min-height:100%;
}
.jp-teams-page .jp-team-card-grid--direction{
grid-column:2;
grid-template-columns:repeat(2, minmax(0, 1fr));
align-items:stretch;
}
.jp-teams-page .jp-team-card-grid--direction > .jp-team-card{
width:100%;
}
.jp-teams-page .jp-team-row--schoollife{
grid-template-columns:minmax(280px, 1.1fr) minmax(0, 1.9fr);
align-items:stretch;
}
.jp-teams-page .jp-team-row--schoollife > .jp-team-band{
min-height:100%;
}
.jp-teams-page .jp-team-card-grid--schoollife{
grid-column:2;
grid-template-columns:repeat(2, minmax(0, 1fr));
align-items:stretch;
}
.jp-teams-page .jp-team-card-grid--schoollife > .jp-team-card{
width:100%;
} @media (max-width: 1100px){
.jp-teams-page .jp-team-row--direction,
.jp-teams-page .jp-team-row--schoollife{
grid-template-columns:1fr;
}
.jp-teams-page .jp-team-card-grid--direction,
.jp-teams-page .jp-team-card-grid--schoollife{
grid-column:auto;
}
.jp-teams-page .jp-team-row--direction > .jp-team-band,
.jp-teams-page .jp-team-row--schoollife > .jp-team-band{
min-height:150px;
}
} @media (max-width: 900px){
.jp-teams-page .jp-team-card-grid--direction,
.jp-teams-page .jp-team-card-grid--schoollife{
grid-template-columns:repeat(2, minmax(0, 1fr));
}
.jp-teams-page .jp-team-card--horizontal{
min-height:124px;
padding:16px 18px 16px 16px;
gap:14px;
}
.jp-teams-page .jp-team-card--horizontal > .jp-team-card-icon{
flex:0 0 72px;
width:72px;
height:72px;
}
.jp-teams-page .jp-team-card--horizontal .jp-team-card-arrow{
right:10px;
}
} @media (max-width: 640px){
.jp-teams-page .jp-team-card-grid--direction,
.jp-teams-page .jp-team-card-grid--schoollife{
grid-template-columns:1fr;
}
.jp-teams-page .jp-team-card--horizontal{
padding:16px 16px 16px 14px;
gap:12px;
}
.jp-teams-page .jp-team-card--horizontal > .jp-team-card-icon{
flex:0 0 64px;
width:64px;
height:64px;
}
.jp-teams-page .jp-team-card--horizontal .jp-team-card-name{
font-size:14px;
}
.jp-teams-page .jp-team-card--horizontal .jp-team-card-name-list{
font-size:13px;
}
.jp-teams-page .jp-team-card--horizontal .jp-team-card-number{
font-size:32px;
}
}  .jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal{
display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-start;
min-height:112px;
padding:16px 46px 16px 16px;
gap:14px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon{
align-self:center;
flex:0 0 74px;
width:74px;
height:74px;
margin:0;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-copy,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-copy{
display:flex;
flex-direction:column;
align-items:flex-start;
justify-content:center;
gap:2px;
flex:1;
min-width:0;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal h4,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal h4{
margin:0;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-name,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-name,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-name-list{
margin-top:2px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-secretaries,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-secretaries{
margin-top:4px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-arrow,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-arrow{
top:50%;
right:12px;
bottom:auto;
transform:translateY(-50%);
} .jp-teams-page .jp-team-row--direction{
grid-template-columns:minmax(260px, .95fr) minmax(0, 2.55fr);
align-items:stretch;
}
.jp-teams-page .jp-team-row--schoollife{
grid-template-columns:minmax(260px, .95fr) minmax(0, 1.65fr);
align-items:stretch;
}
.jp-teams-page .jp-team-row--direction > .jp-team-band,
.jp-teams-page .jp-team-row--schoollife > .jp-team-band{
min-height:100%;
}
.jp-teams-page .jp-team-card-grid--direction,
.jp-teams-page .jp-team-card-grid--schoollife{
align-items:stretch;
} .jp-teams-page .jp-team-teaching{
grid-template-columns:minmax(240px, 1.05fr) repeat(4, minmax(150px, .8fr));
align-items:stretch;
}
.jp-teams-page .jp-team-teaching .jp-team-stat{
min-width:0;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-copy > span{
overflow-wrap:anywhere;
} @media (max-width: 1280px){
.jp-teams-page .jp-team-teaching{
grid-template-columns:minmax(220px,1fr) repeat(2,minmax(180px,1fr));
}
.jp-teams-page .jp-team-teaching .jp-team-band{
grid-column:1 / -1;
}
}
@media (max-width: 1100px){
.jp-teams-page .jp-team-row--direction,
.jp-teams-page .jp-team-row--schoollife{
grid-template-columns:1fr;
}
}
@media (max-width: 900px){
.jp-teams-page .jp-team-card-grid--direction,
.jp-teams-page .jp-team-card-grid--schoollife,
.jp-teams-page .jp-team-teaching{
grid-template-columns:repeat(2, minmax(0, 1fr));
}
.jp-teams-page .jp-team-teaching .jp-team-band{
grid-column:1 / -1;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal{
min-height:108px;
padding:14px 42px 14px 14px;
gap:12px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon{
flex:0 0 68px;
width:68px;
height:68px;
}
}
@media (max-width: 640px){
.jp-teams-page .jp-team-card-grid--direction,
.jp-teams-page .jp-team-card-grid--schoollife,
.jp-teams-page .jp-team-teaching{
grid-template-columns:1fr;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal{
min-height:102px;
padding:14px 40px 14px 14px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon{
flex:0 0 60px;
width:60px;
height:60px;
}
}  .jp-teams-page .jp-team-card{
min-height:148px;
padding:16px;
}
.jp-teams-page .jp-team-row--services .jp-team-card{
min-height:138px;
padding:14px 14px 14px 14px;
}
.jp-teams-page .jp-team-band{
min-height:146px;
}
.jp-teams-page .jp-team-band-copy h3{
font-size:18px;
}
.jp-teams-page .jp-team-band-copy p,
.jp-teams-page .jp-team-band-list{
font-size:13px;
}
.jp-teams-page .jp-team-card-icon{
width:74px;
height:74px;
margin-bottom:10px;
}
.jp-teams-page .jp-team-card h4{
font-size:16px;
}
.jp-teams-page .jp-team-card-name{
font-size:14px;
}
.jp-teams-page .jp-team-card-name-list{
font-size:13px;
line-height:1.42;
}
.jp-teams-page .jp-team-card-secretaries{
font-size:11.5px;
line-height:1.3;
}
.jp-teams-page .jp-team-card-arrow{
width:28px;
height:28px;
font-size:17px;
} .jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal{
min-height:96px;
padding:12px 40px 12px 12px;
gap:12px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon{
flex:0 0 62px;
width:62px;
height:62px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal h4,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal h4{
font-size:15px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-name,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-name,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-name-list{
font-size:13px;
line-height:1.35;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-secretaries,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-secretaries{
font-size:11px;
} .jp-teams-page .jp-team-row--direction{
grid-template-columns:minmax(255px, .9fr) minmax(0, 2.7fr);
}
.jp-teams-page .jp-team-row--schoollife{
grid-template-columns:minmax(255px, .95fr) minmax(0, 1.85fr);
} .jp-teams-page .jp-team-teaching{
margin-top:10px;
margin-bottom:10px;
grid-template-columns:minmax(300px, 1.45fr) repeat(4, minmax(125px, .68fr));
align-items:stretch;
}
.jp-teams-page .jp-team-teaching .jp-team-band{
min-height:134px;
padding:16px 18px;
}
.jp-teams-page .jp-team-teaching .jp-team-band-copy h3{
font-size:17px;
line-height:1.05;
}
.jp-teams-page .jp-team-teaching .jp-team-band-copy p{
font-size:12px;
line-height:1.42;
}
.jp-teams-page .jp-team-teaching .jp-team-stat{
min-height:122px;
margin:10px 0;
padding:14px 14px 12px;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-icon{
width:56px;
height:56px;
flex:0 0 56px;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-icon .jp-team-custom-icon,
.jp-teams-page .jp-team-teaching .jp-team-stat-icon .jp-svg-icon,
.jp-teams-page .jp-team-teaching .jp-team-stat-icon .jp-lottie-icon{
width:40px !important;
height:40px !important;
}
.jp-teams-page .jp-team-teaching .jp-team-stat strong{
font-size:34px;
line-height:1;
}
.jp-teams-page .jp-team-teaching .jp-team-stat--teachers span:not(.jp-team-stat-icon),
.jp-teams-page .jp-team-teaching .jp-team-stat--aesh span:not(.jp-team-stat-icon){
font-size:15px;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-copy > span{
font-size:12.5px !important;
line-height:1.22;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-person{
font-size:12.5px !important;
line-height:1.25;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-arrow{
right:10px;
bottom:8px;
font-size:16px;
}
.jp-teams-page .jp-team-teaching .jp-team-stat--preparateurs strong{
font-size:31px;
} .jp-teams-page .jp-team-row--services{
margin-top:0;
} @media (max-width: 1280px){
.jp-teams-page .jp-team-teaching{
grid-template-columns:minmax(250px, 1.2fr) repeat(2, minmax(170px, 1fr));
}
.jp-teams-page .jp-team-teaching .jp-team-band{
grid-column:1 / -1;
}
}
@media (max-width: 1100px){
.jp-teams-page .jp-team-row--direction,
.jp-teams-page .jp-team-row--schoollife{
grid-template-columns:1fr;
}
}
@media (max-width: 900px){
.jp-teams-page .jp-team-card-grid--direction,
.jp-teams-page .jp-team-card-grid--schoollife,
.jp-teams-page .jp-team-teaching{
grid-template-columns:repeat(2, minmax(0, 1fr));
}
.jp-teams-page .jp-team-teaching .jp-team-band{
grid-column:1 / -1;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal{
min-height:92px;
padding:12px 38px 12px 12px;
}
}
@media (max-width: 640px){
.jp-teams-page .jp-team-card-grid--direction,
.jp-teams-page .jp-team-card-grid--schoollife,
.jp-teams-page .jp-team-teaching,
.jp-teams-page .jp-team-row--services{
grid-template-columns:1fr;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal{
min-height:88px;
}
}  .jp-teams-page .jp-team-row--direction{
grid-template-columns:minmax(320px, 1.2fr) minmax(0, 2.2fr);
align-items:stretch;
}
.jp-teams-page .jp-team-row--direction > .jp-team-band{
min-height:124px;
padding:16px 18px;
}
.jp-teams-page .jp-team-row--direction > .jp-team-band .jp-team-band-icon{
width:86px;
height:86px;
flex:0 0 86px;
}
.jp-teams-page .jp-team-row--direction > .jp-team-band .jp-team-band-icon .jp-team-custom-icon,
.jp-teams-page .jp-team-row--direction > .jp-team-band .jp-team-band-icon .jp-svg-icon,
.jp-teams-page .jp-team-row--direction > .jp-team-band .jp-team-band-icon .jp-lottie-icon{
width:54px !important;
height:54px !important;
}
.jp-teams-page .jp-team-row--direction > .jp-team-band .jp-team-band-copy h3{
font-size:17px;
margin-bottom:6px;
}
.jp-teams-page .jp-team-row--direction > .jp-team-band .jp-team-band-copy p{
font-size:12px;
line-height:1.4;
margin-bottom:8px;
}
.jp-teams-page .jp-team-row--direction > .jp-team-band .jp-team-band-list{
font-size:12px;
line-height:1.35;
gap:4px;
}
.jp-teams-page .jp-team-card-grid--direction > .jp-team-card{
min-height:82px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal{
min-height:82px;
padding:10px 36px 10px 10px;
gap:10px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon{
flex:0 0 56px;
width:56px;
height:56px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal h4{
font-size:14px;
margin-bottom:2px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-name{
font-size:12.5px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-secretaries{
font-size:10.5px;
} .jp-teams-page .jp-team-row--schoollife{
grid-template-columns:minmax(440px, 1.35fr) minmax(0, 1.6fr);
align-items:stretch;
}
.jp-teams-page .jp-team-row--schoollife > .jp-team-band{
min-height:124px;
padding:16px 18px;
}
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-icon{
width:86px;
height:86px;
flex:0 0 86px;
}
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-icon .jp-team-custom-icon,
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-icon .jp-svg-icon,
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-icon .jp-lottie-icon{
width:54px !important;
height:54px !important;
}
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-copy{
display:grid;
grid-template-columns:minmax(0, 1fr) auto;
column-gap:22px;
row-gap:4px;
align-items:center;
}
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-copy h3,
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-copy p{
grid-column:1;
}
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-copy h3{
font-size:17px;
margin-bottom:2px;
}
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-copy p{
font-size:12px;
line-height:1.4;
margin:0;
max-width:330px;
}
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-list{
grid-column:2;
grid-row:1 / span 2;
align-self:center;
margin:0;
font-size:12px;
line-height:1.45;
gap:6px;
min-width:155px;
}
.jp-teams-page .jp-team-card-grid--schoollife{
grid-template-columns:repeat(2, minmax(0, 1fr));
}
.jp-teams-page .jp-team-card-grid--schoollife > .jp-team-card{
min-height:82px;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal{
min-height:82px;
padding:10px 36px 10px 10px;
gap:10px;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon{
flex:0 0 56px;
width:56px;
height:56px;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal h4{
font-size:14px;
margin-bottom:2px;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-name-list,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-number{
font-size:12.5px;
line-height:1.3;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-number{
font-size:26px;
line-height:1;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-number-label{
font-size:11px;
} @media (max-width: 1280px){
.jp-teams-page .jp-team-row--direction{
grid-template-columns:minmax(280px, 1.05fr) minmax(0, 2fr);
}
.jp-teams-page .jp-team-row--schoollife{
grid-template-columns:minmax(360px, 1.15fr) minmax(0, 1.45fr);
}
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-copy p{
max-width:260px;
}
}
@media (max-width: 1100px){
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-copy{
grid-template-columns:1fr;
}
.jp-teams-page .jp-team-row--schoollife > .jp-team-band .jp-team-band-list{
grid-column:1;
grid-row:auto;
min-width:0;
}
}
@media (max-width: 900px){
.jp-teams-page .jp-team-card-grid--direction,
.jp-teams-page .jp-team-card-grid--schoollife{
grid-template-columns:1fr;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal{
min-height:86px;
}
} .jp-teams-page .jp-team-row--services{
gap:8px;
}
.jp-teams-page .jp-team-row--services .jp-team-card--service-horizontal{
display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-start;
min-height:96px;
padding:12px 34px 12px 12px;
gap:10px;
}
.jp-teams-page .jp-team-row--services .jp-team-card--service-horizontal > .jp-team-card-icon{
align-self:center;
flex:0 0 58px;
width:58px;
height:58px;
margin:0;
}
.jp-teams-page .jp-team-row--services .jp-team-card--service-horizontal .jp-team-card-copy{
display:flex;
flex-direction:column;
align-items:flex-start;
justify-content:center;
gap:3px;
flex:1;
min-width:0;
}
.jp-teams-page .jp-team-row--services .jp-team-card--service-horizontal h4{
margin:0;
color:#5c7391;
font-family:"Montserrat",Arial,sans-serif;
font-size:10.5px;
line-height:1.2;
font-weight:800;
letter-spacing:.045em;
text-transform:uppercase;
}
.jp-teams-page .jp-team-row--services .jp-team-card--service-horizontal .jp-team-card-name,
.jp-teams-page .jp-team-row--services .jp-team-card--service-horizontal .jp-team-card-name-list{
margin:0;
color:#102f5a;
font-size:12.5px;
line-height:1.3;
font-weight:700;
}
.jp-teams-page .jp-team-row--services .jp-team-card--service-horizontal .jp-team-card-name-list{
padding:0;
list-style:none;
}
.jp-teams-page .jp-team-row--services .jp-team-card--service-horizontal .jp-team-card-arrow{
top:50%;
right:8px;
bottom:auto;
width:26px;
height:26px;
transform:translateY(-50%);
font-size:15px;
}
@media (max-width: 1100px){
.jp-teams-page .jp-team-row--services{
grid-template-columns:repeat(3,minmax(0,1fr));
}
}
@media (max-width: 760px){
.jp-teams-page .jp-team-row--services{
grid-template-columns:repeat(2,minmax(0,1fr));
}
}
@media (max-width: 520px){
.jp-teams-page .jp-team-row--services{
grid-template-columns:1fr;
}
.jp-teams-page .jp-team-row--services .jp-team-card--service-horizontal{
min-height:88px;
padding:10px 32px 10px 10px;
}
.jp-teams-page .jp-team-row--services .jp-team-card--service-horizontal > .jp-team-card-icon{
flex:0 0 54px;
width:54px;
height:54px;
}
}  .jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-secretaries{
display:flex;
align-items:flex-start;
gap:4px;
flex-wrap:wrap;
margin-top:2px;
color:#5b7192;
line-height:1.25;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-secretaries-label{
flex:0 0 auto;
color:#294d7c;
white-space:nowrap;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-secretaries-text{
flex:1 1 auto;
min-width:0;
} .jp-teams-page .jp-team-card-grid--direction > .jp-team-card{
min-height:76px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal{
min-height:76px;
padding:8px 34px 8px 10px;
gap:8px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon{
flex:0 0 50px;
width:50px;
height:50px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal h4{
font-size:13px;
line-height:1.15;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-name{
font-size:12px;
line-height:1.24;
margin-top:1px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal .jp-team-card-secretaries{
font-size:10px;
} .jp-teams-page .jp-team-card-grid--schoollife > .jp-team-card{
min-height:76px;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal{
min-height:76px;
padding:8px 34px 8px 10px;
gap:8px;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon{
flex:0 0 50px;
width:50px;
height:50px;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal h4{
font-size:13px;
line-height:1.15;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-name-list,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-number{
margin-top:1px;
font-size:12px;
line-height:1.25;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-name-list li{
line-height:1.22;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-number{
font-size:24px;
}
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal .jp-team-card-number-label{
font-size:10.5px;
line-height:1.18;
} .jp-teams-page .jp-team-teaching .jp-team-stat{
justify-content:flex-start;
align-items:center;
gap:12px;
min-height:98px;
margin:8px 0;
padding:10px 14px;
text-align:left;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-icon{
align-self:center;
justify-self:start;
margin:0;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-copy{
display:flex;
flex-direction:column;
align-items:flex-start;
justify-content:center;
gap:3px;
min-width:0;
text-align:left;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-copy > span,
.jp-teams-page .jp-team-teaching .jp-team-stat-copy > strong,
.jp-teams-page .jp-team-teaching .jp-team-stat-copy > small{
text-align:left;
}
.jp-teams-page .jp-team-teaching .jp-team-stat strong{
font-size:32px;
}
.jp-teams-page .jp-team-teaching .jp-team-stat--teachers span:not(.jp-team-stat-icon),
.jp-teams-page .jp-team-teaching .jp-team-stat--aesh span:not(.jp-team-stat-icon){
font-size:14px;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-copy > span{
font-size:12px !important;
line-height:1.18;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-person{
margin-top:1px;
font-size:12px !important;
line-height:1.2;
}
.jp-teams-page .jp-team-teaching .jp-team-stat--preparateurs strong{
font-size:28px;
}
.jp-teams-page .jp-team-teaching .jp-team-stat-arrow{
right:10px;
bottom:7px;
} @media (max-width: 900px){
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal{
min-height:74px;
padding:8px 32px 8px 10px;
}
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal > .jp-team-card-icon{
flex:0 0 48px;
width:48px;
height:48px;
}
.jp-teams-page .jp-team-teaching .jp-team-stat{
min-height:94px;
padding:10px 12px;
gap:10px;
}
}
@media (max-width: 640px){
.jp-teams-page .jp-team-row--direction .jp-team-card.jp-team-card--horizontal,
.jp-teams-page .jp-team-row--schoollife .jp-team-card.jp-team-card--horizontal{
min-height:72px;
padding:8px 30px 8px 10px;
}
.jp-teams-page .jp-team-teaching .jp-team-stat{
min-height:90px;
padding:10px 12px;
}
} .jp-teams-page .jp-team-row--services .jp-team-card-service-count{
display:block;
margin-top:6px;
color:#526777;
font-size:13px;
line-height:1.35;
}
.jp-teams-page .jp-team-row--services .jp-team-card-service-count strong{
color:#073d72;
font-size:15px;
}:root {
--jp-orange: #e95b22;
--jp-orange-light: #fff3ec;
--jp-blue: #10233f;
--jp-blue-2: #0b6374;
--jp-blue-light: #eef6fb;
--jp-bordeaux: #8a1f3d;
--jp-green: #2f8f5b;
--jp-text: #26384f;
--jp-muted: #52627a;
--jp-white: #fff;
--jp-radius-sm: 14px;
--jp-radius: 22px;
--jp-radius-lg: 42px;
--jp-shadow: 0 16px 42px rgba(16,35,63,.10);
--jp-shadow-card: 0 8px 22px rgba(16,35,63,.08);
--jp-container: 1180px;
--jp-container-wide: 1480px;
} .jpds-page,.jpds-page * {
box-sizing: border-box;
} .jpds-page {
font-family: "Montserrat",Arial,sans-serif;
color: var(--jp-text);
overflow-x: hidden;
}.jpds-hero {
position: relative;
width: 100%;
min-height: 420px;
padding: 118px 7% 52px;
overflow: hidden;
border-radius: 0 0 var(--jp-radius-lg) var(--jp-radius-lg);
background: linear-gradient(135deg,var(--jp-blue),var(--jp-blue-2));
} .jpds-hero-bg-light {
background: linear-gradient(135deg,#fff,var(--jp-blue-light));
} .jpds-hero-bg-color {
background: linear-gradient(135deg,color-mix(in srgb,var(--jp-main,var(--jp-orange)) 78%, var(--jp-blue)),var(--jp-blue));
} .jpds-hero-bg-none {
background: transparent;
} .jpds-hero__image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: .34;
z-index: 0;
} .jpds-hero__main {
position: relative;
z-index: 2;
max-width: 760px;
} .jpds-hero__badges {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 18px;
} .jpds-badge {
display: inline-flex;
align-items: center;
border-radius: 999px;
padding: 8px 14px;
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .06em;
} .jpds-badge--main {
background: var(--jp-main,var(--jp-orange));
color: #fff;
} .jpds-badge--light {
background: rgba(255,255,255,.92);
color: var(--jp-blue);
} .jpds-hero h1 {
margin: 0 0 14px;
color: #fff;
font-size: clamp(38px,5vw,74px);
line-height: .98;
font-weight: 950;
} .jpds-hero__description {
max-width: 680px;
color: rgba(255,255,255,.92);
font-size: 18px;
line-height: 1.5;
margin: 0 0 22px;
} .jpds-hero__script {
position: absolute;
z-index: 3;
left: 43%;
top: 62px;
width: min(720px,48vw);
font-family: "Caveat",cursive;
color: rgba(255,255,255,.86);
font-size: clamp(28px,2.1vw,36px);
line-height: .95;
} .jpds-buttons {
display: flex;
gap: 14px;
flex-wrap: wrap;
} .jpds-btn {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 999px;
padding: 12px 20px;
font-weight: 850;
text-decoration: none !important;
transition: transform .2s ease,box-shadow .2s ease;
} .jpds-btn:hover {
transform: translateY(-2px);
box-shadow: var(--jp-shadow-card);
} .jpds-btn--primary {
background: var(--jp-main,var(--jp-orange));
color: #fff !important;
} .jpds-btn--white {
background: #fff;
color: var(--jp-blue) !important;
} .jpds-btn--outline {
border: 1px solid rgba(255,255,255,.75);
color: #fff !important;
background: rgba(255,255,255,.08);
} .jpds-stats-strip {
width: min(var(--jp-container),calc(100% - 42px));
margin: -48px auto 34px;
position: relative;
z-index: 4;
display: grid;
grid-template-columns: repeat(3,1fr);
background: #fff;
border: 1px solid rgba(16,35,63,.08);
border-radius: var(--jp-radius);
box-shadow: var(--jp-shadow);
overflow: hidden;
} .jpds-stats-strip__item {
min-height: 78px;
padding: 14px 22px;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
background: #fff;
} .jpds-stats-strip__item+ .jpds-stats-strip__item {
border-left: 1px solid rgba(16,35,63,.10);
} .jpds-stats-strip strong {
display: block;
color: var(--jp-main,var(--jp-orange));
font-size: 30px;
line-height: 1;
font-weight: 950;
} .jpds-stats-strip span {
display: block;
color: var(--jp-blue);
font-size: 12.5px;
line-height: 1.2;
font-weight: 750;
} .jpds-card {
background: #fff;
border: 1px solid rgba(16,35,63,.10);
border-radius: 15px;
box-shadow: var(--jp-shadow-card);
overflow: hidden;
transition: transform .2s ease,box-shadow .2s ease;
} .jpds-card:hover {
transform: translateY(-3px);
box-shadow: 0 14px 32px rgba(16,35,63,.13);
} .jpds-card--horizontal {
display: grid;
grid-template-columns: 64px 1fr;
gap: 12px;
align-items: center;
padding: 13px 12px;
position: relative;
} .jpds-card--horizontal::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
height: 4px;
background: var(--jp-card-color,var(--jp-orange));
} .jpds-card__visual {
width: 64px;
height: 64px;
border-radius: 50%;
overflow: hidden;
background: var(--jp-orange-light);
} .jpds-card__visual img {
width: 100%;
height: 100%;
object-fit: cover;
} .jpds-card h3 {
margin: 0 0 3px;
color: var(--jp-card-color,var(--jp-orange));
font-size: 14px;
line-height: 1.08;
font-weight: 950;
text-transform: uppercase;
} .jpds-card__subtitle {
margin: 0;
color: var(--jp-blue);
font-size: 11px;
line-height: 1.18;
} .jpds-card__meta {
margin: 8px 0 0;
font-size: 11px;
color: var(--jp-blue);
} .jpds-card__link {
display: inline-block;
margin-top: 6px;
color: var(--jp-card-color,var(--jp-orange)) !important;
font-size: 11px;
font-weight: 900;
text-decoration: none !important;
} .jpds-cta {
width: min(var(--jp-container),calc(100% - 42px));
margin: 46px auto 0;
padding: 26px 34px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 28px;
border-radius: var(--jp-radius);
background: linear-gradient(135deg,var(--jp-blue-light),#fff);
box-shadow: var(--jp-shadow-card);
} .jpds-cta h2 {
margin: 0 0 8px;
color: var(--jp-blue-2);
font-size: 26px;
line-height: 1.15;
font-weight: 950;
} .jpds-cta p {
margin: 0;
color: var(--jp-blue);
font-size: 14px;
line-height: 1.5;
} .jpds-kicker {
margin: 0 0 8px !important;
color: var(--jp-main,var(--jp-orange)) !important;
font-size: 12px !important;
font-weight: 950 !important;
letter-spacing: .08em;
text-transform: uppercase;
} @media (max-width:900px) { .jpds-hero {
padding: 32px 22px 36px;
min-height: 0;
} .jpds-hero__script {
position: relative;
left: auto;
top: auto;
width: auto;
margin-top: 18px;
} .jpds-stats-strip {
grid-template-columns: 1fr;
margin: -26px auto 34px;
} .jpds-stats-strip__item+.jpds-stats-strip__item {
border-left: 0;
border-top: 1px solid rgba(16,35,63,.10);
} .jpds-cta {
flex-direction: column;
align-items: flex-start;
padding: 24px;
}
}.jpds-service-grid {
display: grid;
grid-template-columns: repeat(7,minmax(0,1fr));
gap: 12px;
width: min(var(--jp-container-wide),calc(100% - 42px));
margin: 0 auto 38px;
} .jpds-service-section {
width: min(var(--jp-container-wide),calc(100% - 42px));
margin: 0 auto 38px;
} .jpds-service-section h2 {
text-align: center;
color: var(--jp-blue);
font-size: 28px;
font-weight: 950;
} .jpds-service-section h2 span {
color: var(--jp-main,var(--jp-orange));
} @media (max-width:1500px) { .jpds-service-grid {
grid-template-columns: repeat(6,minmax(0,1fr));
}
} @media (max-width:1280px) { .jpds-service-grid {
grid-template-columns: repeat(5,minmax(0,1fr));
}
} @media (max-width:1100px) { .jpds-service-grid {
grid-template-columns: repeat(4,minmax(0,1fr));
}
} @media (max-width:900px) { .jpds-service-grid {
grid-template-columns: repeat(3,minmax(0,1fr));
}
} @media (max-width:680px) { .jpds-service-grid {
grid-template-columns: repeat(2,minmax(0,1fr));
}
} @media (max-width:480px) { .jpds-service-grid {
grid-template-columns: 1fr;
}
}.jp-lottie-icon{
display: inline-block;
vertical-align: middle;
line-height: 0;
--jp-icon-primary: currentColor;
--jp-icon-secondary: currentColor;
} .jp-lottie-icon svg{
display: block;
width: 100%;
height: 100%;
} .jp-lottie-error{
border: 1px dashed currentColor;
opacity: .5;
} .jp-icon-choice-animation{
display: block;
width: 72px;
height: 72px;
margin: auto;
} .jp-icon-type-filter{
display: flex;
gap: 6px;
flex-wrap: wrap;
} .jp-icon-type-filter button.is-active{
font-weight: 700;
} .jp-universal-icon{
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
vertical-align: middle;
overflow: visible;
} .jp-universal-icon--lottie{
background: none!important;
-webkit-mask: none!important;
mask: none!important;
color: inherit;
} .jp-universal-icon--lottie::before,.jp-universal-icon--lottie::after{
display: none!important;
content: none!important;
} .jp-universal-icon--lottie .jp-lottie-icon{
display: block!important;
width: 100%!important;
height: 100%!important;
min-width: 1em;
min-height: 1em;
background: none!important;
-webkit-mask: none!important;
mask: none!important;
} .jp-universal-icon--lottie .jp-lottie-icon svg,.jp-universal-icon--lottie .jp-lottie-icon canvas{
display: block;
width: 100%!important;
height: 100%!important;
} .jp-btn-icon.jp-universal-icon--lottie{
width: 22px!important;
height: 22px!important;
min-width: 22px!important;
} .jp-cta-icon.jp-universal-icon--lottie{
width: 64px!important;
height: 64px!important;
} .jp-step-icon-mask.jp-universal-icon--lottie{
width: 52px!important;
height: 52px!important;
} .jp-profile-icon-mask.jp-universal-icon--lottie{
width: 54px!important;
height: 54px!important;
} .jp-quality-icon.jp-universal-icon--lottie{
width: 42px!important;
height: 42px!important;
} .jp-number-icon.jp-universal-icon--lottie,.jp-chiffre-icon.jp-universal-icon--lottie,.jp-info-card-icon.jp-universal-icon--lottie{
width: 48px!important;
height: 48px!important;
} .jp-faq-icon.jp-universal-icon--lottie,.jp-faq-page-icon.jp-universal-icon--lottie{
width: 32px!important;
height: 32px!important;
} .jp-composition-column-icon.jp-universal-icon--lottie{
width: 48px!important;
height: 48px!important;
} .jp-composition-card-icon.jp-universal-icon--lottie{
width: 240px!important;
height: 240px!important;
min-width: 240px!important;
min-height: 240px!important;
max-width: 240px!important;
max-height: 240px!important;
flex: 0 0 240px!important;
} .jp-btn .jp-lottie-icon.jp-btn-icon,
.jp-buttons .jp-btn .jp-lottie-icon.jp-btn-icon,
.jp-cta .jp-btn .jp-lottie-icon.jp-btn-icon {
display: inline-block !important;
flex: 0 0 22px !important;
width: 22px !important;
height: 22px !important;
min-width: 22px !important;
min-height: 22px !important;
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
background-color: transparent !important;
-webkit-mask: none !important;
mask: none !important;
overflow: visible !important;
opacity: 1 !important;
visibility: visible !important;
} .jp-btn .jp-lottie-icon.jp-btn-icon svg,
.jp-btn .jp-lottie-icon.jp-btn-icon canvas {
display: block !important;
width: 100% !important;
height: 100% !important;
max-width: none !important;
max-height: none !important;
} @media (max-width: 600px) { .jp-btn .jp-lottie-icon.jp-btn-icon,
.jp-buttons .jp-btn .jp-lottie-icon.jp-btn-icon,
.jp-cta .jp-btn .jp-lottie-icon.jp-btn-icon {
flex-basis: 18px !important;
width: 18px !important;
height: 18px !important;
min-width: 18px !important;
min-height: 18px !important;
}
} .jp-btn .jp-btn-icon--cta.jp-lottie-icon,
.jp-cta .jp-btn .jp-btn-icon--cta.jp-lottie-icon {
flex: 0 0 28px !important;
width: 28px !important;
height: 28px !important;
min-width: 28px !important;
min-height: 28px !important;
} .jp-hero .jp-buttons .jp-btn .jp-btn-icon--hero.jp-lottie-icon {
display: inline-block !important;
flex: 0 0 26px !important;
width: 26px !important;
height: 26px !important;
min-width: 26px !important;
min-height: 26px !important;
background: transparent !important;
background-color: transparent !important;
-webkit-mask: none !important;
mask: none !important;
opacity: 1 !important;
visibility: visible !important;
} .jp-hero .jp-buttons .jp-btn .jp-btn-icon--hero.jp-lottie-icon svg,
.jp-hero .jp-buttons .jp-btn .jp-btn-icon--hero.jp-lottie-icon canvas {
display: block !important;
width: 100% !important;
height: 100% !important;
} @media (max-width: 600px) { .jp-btn .jp-btn-icon--cta.jp-lottie-icon,
.jp-cta .jp-btn .jp-btn-icon--cta.jp-lottie-icon {
flex-basis: 24px !important;
width: 24px !important;
height: 24px !important;
min-width: 24px !important;
min-height: 24px !important;
} .jp-hero .jp-buttons .jp-btn .jp-btn-icon--hero.jp-lottie-icon {
flex-basis: 22px !important;
width: 22px !important;
height: 22px !important;
min-width: 22px !important;
min-height: 22px !important;
}
} .jp-btn .jp-btn-icon--cta.jp-lottie-icon,
.jp-cta .jp-btn .jp-btn-icon--cta.jp-lottie-icon {
flex: 0 0 45px !important;
width: 45px !important;
height: 45px !important;
min-width: 45px !important;
min-height: 45px !important;
} .jp-hero .jp-buttons .jp-btn .jp-btn-icon--hero.jp-lottie-icon {
flex: 0 0 42px !important;
width: 42px !important;
height: 42px !important;
min-width: 42px !important;
min-height: 42px !important;
} @media (max-width:600px){ .jp-btn .jp-btn-icon--cta.jp-lottie-icon,.jp-cta .jp-btn .jp-btn-icon--cta.jp-lottie-icon {
flex-basis: 38px !important;
width: 38px !important;
height: 38px !important;
min-width: 38px !important;
min-height: 38px !important;
} .jp-hero .jp-buttons .jp-btn .jp-btn-icon--hero.jp-lottie-icon {
flex-basis: 35px !important;
width: 35px !important;
height: 35px !important;
min-width: 35px !important;
min-height: 35px !important;
}
} .jp-btn:has(.jp-lottie-icon),
.jp-buttons .jp-btn:has(.jp-lottie-icon),
.jp-cta .jp-btn:has(.jp-lottie-icon),
.jp-hero .jp-buttons .jp-btn:has(.jp-lottie-icon) {
padding-top: 3px !important;
padding-bottom: 3px !important;
min-height: 50px;
gap: 8px;
} .jp-btn .jp-lottie-icon,
.jp-cta .jp-btn .jp-lottie-icon,
.jp-hero .jp-buttons .jp-btn .jp-lottie-icon {
color: inherit !important;
} @media (max-width:600px){ .jp-btn:has(.jp-lottie-icon),
.jp-buttons .jp-btn:has(.jp-lottie-icon),
.jp-cta .jp-btn:has(.jp-lottie-icon),
.jp-hero .jp-buttons .jp-btn:has(.jp-lottie-icon) {
padding-top: 2px !important;
padding-bottom: 2px !important;
min-height: 44px;
gap: 7px;
}
}body.jp-modern-header-enabled #masthead, body.jp-modern-header-enabled #ast-desktop-header, body.jp-modern-header-enabled #ast-mobile-header {
display: none !important;
}
body.jp-modern-header-enabled .jp-modern-header {
position: absolute;
inset: 0 0 auto 0;
z-index: 10050;
pointer-events: none;
}
body.jp-modern-header-enabled .jp-modern-header__inner {
width: min(1760px, calc(100% - 32px));
margin: 0 auto;
padding: 14px 0 0;
display: grid;
grid-template-columns: 170px minmax(0, 1fr);
align-items: start;
gap: 22px;
pointer-events: none;
}
body.jp-modern-header-enabled .jp-modern-header__brand, body.jp-modern-header-enabled .jp-modern-header__nav, body.jp-modern-header-enabled .jp-modern-header__toggle {
pointer-events: auto;
}
body.jp-modern-header-enabled .jp-modern-header__brand {
position: relative;
z-index: 2;
}
body.jp-modern-header-enabled .jp-modern-header__brand .custom-logo-link {
display: inline-block;
}
body.jp-modern-header-enabled .jp-modern-header__brand .custom-logo {
display: block;
width: auto;
max-width: 145px;
max-height: 108px;
object-fit: contain;
}
body.jp-modern-header-enabled .jp-modern-header__brand .jp-site-slogan {
margin-top: -6px;
}
body.jp-modern-header-enabled .jp-modern-header__nav {
justify-self: end;
max-width: calc(100vw - 225px);
}
body.jp-modern-header-enabled .jp-modern-menu, body.jp-modern-header-enabled .jp-modern-menu ul {
list-style: none;
margin: 0;
}
body.jp-modern-header-enabled .jp-modern-menu {
display: flex;
align-items: center;
gap: 2px;
width: max-content;
max-width: 100%;
padding: 5px 7px;
border: 1px solid rgba(255,255,255,.28);
border-radius: 14px;
background: rgba(205,235,248,.88);
box-shadow: 0 10px 28px rgba(5,37,61,.14);
backdrop-filter: blur(12px) saturate(125%);
-webkit-backdrop-filter: blur(12px) saturate(125%);
}
body.jp-modern-header-enabled .jp-modern-menu > li {
position: relative;
}
body.jp-modern-header-enabled .jp-modern-menu a {
text-decoration: none;
}
body.jp-modern-header-enabled .jp-modern-menu > li > a {
display: flex;
align-items: center;
min-height: 34px;
padding: 7px 11px;
border-radius: 9px;
color: #0d3550;
font-family: "Montserrat", sans-serif;
font-size: 11px;
font-weight: 700;
line-height: 1.15;
white-space: nowrap;
transition: background-color .18s ease, color .18s ease;
}
body.jp-modern-header-enabled .jp-modern-menu > li.menu-item-has-children > a::after {
content: "▾";
margin-left: 7px;
font-size: 9px;
opacity: .72;
}
body.jp-modern-header-enabled .jp-modern-menu > li:hover > a, body.jp-modern-header-enabled .jp-modern-menu > li:focus-within > a, body.jp-modern-header-enabled .jp-modern-menu > li.current-menu-item > a, body.jp-modern-header-enabled .jp-modern-menu > li.current-menu-ancestor > a {
color: #fff;
background: #0d5974;
}
body.jp-modern-header-enabled .jp-modern-menu .sub-menu {
position: absolute;
top: calc(100% + 9px);
left: 0;
z-index: 10060;
min-width: 285px;
max-width: min(420px, calc(100vw - 32px));
padding: 12px;
border: 1px solid rgba(13,53,80,.10);
border-radius: 16px;
background: rgba(255,255,255,.985);
box-shadow: 0 22px 55px rgba(4,35,57,.20);
opacity: 0;
visibility: hidden;
transform: translateY(7px);
transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
body.jp-modern-header-enabled .jp-modern-menu li:hover > .sub-menu, body.jp-modern-header-enabled .jp-modern-menu li:focus-within > .sub-menu, body.jp-modern-header-enabled .jp-modern-menu li.is-open > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
body.jp-modern-header-enabled .jp-modern-menu .sub-menu a {
display: block;
margin: 2px 0;
padding: 9px 12px;
border-radius: 9px;
color: #163d55;
font-family: "Montserrat", sans-serif;
font-size: 12px;
font-weight: 600;
line-height: 1.35;
white-space: normal;
}
body.jp-modern-header-enabled .jp-modern-menu .sub-menu a:hover, body.jp-modern-header-enabled .jp-modern-menu .sub-menu a:focus, body.jp-modern-header-enabled .jp-modern-menu .sub-menu .current-menu-item > a {
color: #07556f;
background: #edf7fb;
}
body.jp-modern-header-enabled .jp-modern-menu .sub-menu .sub-menu {
top: -12px;
left: calc(100% + 8px);
}
body.jp-modern-header-enabled .jp-modern-header__toggle {
display: none;
} body.jp-modern-header-home .jp-modern-header__nav {
justify-self: end;
} @media (max-width: 1180px) and (min-width: 901px) {
body.jp-modern-header-enabled .jp-modern-header__inner {
grid-template-columns: 145px minmax(0, 1fr);
gap: 12px;
}
body.jp-modern-header-enabled .jp-modern-header__brand .custom-logo {
max-width: 125px;
}
body.jp-modern-header-enabled .jp-modern-menu > li > a {
padding-inline: 8px;
font-size: 10px;
}
} @media (max-width: 900px) {
body.jp-modern-header-enabled .jp-modern-header__inner {
width: calc(100% - 24px);
grid-template-columns: 1fr auto;
align-items: start;
padding-top: 10px;
}
body.jp-modern-header-enabled .jp-modern-header__brand .custom-logo {
max-width: 112px;
max-height: 82px;
}
body.jp-modern-header-enabled .jp-modern-header__toggle {
display: inline-flex;
flex-direction: column;
justify-content: center;
gap: 4px;
width: 44px;
height: 42px;
padding: 0 11px;
border: 1px solid rgba(255,255,255,.35);
border-radius: 12px;
background: rgba(205,235,248,.94);
box-shadow: 0 8px 24px rgba(5,37,61,.16);
}
body.jp-modern-header-enabled .jp-modern-header__toggle span:not(.screen-reader-text) {
display: block;
width: 100%;
height: 2px;
border-radius: 2px;
background: #0d3550;
}
body.jp-modern-header-enabled .jp-modern-header__nav {
grid-column: 1 / -1;
justify-self: stretch;
max-width: none;
display: none;
margin-top: 8px;
}
body.jp-modern-header-enabled .jp-modern-header.is-open .jp-modern-header__nav {
display: block;
}
body.jp-modern-header-enabled .jp-modern-menu {
display: block;
width: 100%;
max-height: calc(100vh - 115px);
overflow-y: auto;
padding: 8px;
background: rgba(255,255,255,.985);
}
body.jp-modern-header-enabled .jp-modern-menu > li > a {
min-height: 44px;
justify-content: space-between;
padding: 10px 12px;
font-size: 13px;
}
body.jp-modern-header-enabled .jp-modern-menu .sub-menu, body.jp-modern-header-enabled .jp-modern-menu .sub-menu .sub-menu {
position: static;
display: none;
min-width: 0;
max-width: none;
margin: 3px 0 6px 12px;
padding: 5px;
border: 0;
border-radius: 10px;
background: #f1f7fa;
box-shadow: none;
opacity: 1;
visibility: visible;
transform: none;
}
body.jp-modern-header-enabled .jp-modern-menu li.is-open > .sub-menu {
display: block;
}
} @media (prefers-reduced-motion: reduce) {
body.jp-modern-header-enabled .jp-modern-menu a, body.jp-modern-header-enabled .jp-modern-menu .sub-menu {
transition: none;
}
}  @media (min-width: 901px) { body.jp-modern-header-enabled .jp-modern-header__inner {
padding-top: 4px;
} body.jp-modern-header-enabled.single-formation .jp-hero-side {
top: 72px !important;
} body.jp-modern-header-home .elementor-element-cf52d96 {
transform: translate(-50%, 14px) !important;
}
body.jp-modern-header-home .lg-liste-evenements {
transform: translate(-50%, 14px) !important;
}
} body.jp-modern-header-enabled .jp-modern-header .jp-site-branding-logo {
display: inline-flex !important;
flex-direction: column !important;
align-items: flex-start !important;
overflow: visible !important;
}
body.jp-modern-header-enabled .jp-modern-header .jp-site-slogan {
display: block !important;
min-height: 19px !important;
margin: 4px 0 0 2px !important;
font-family: "Caveat", cursive !important;
font-size: 19px !important;
font-weight: 600 !important;
line-height: 1 !important;
white-space: nowrap !important;
overflow: visible !important;
}
body.jp-modern-header-enabled .jp-modern-header .jp-site-slogan.jp-slogan-ready {
visibility: visible !important;
opacity: 1 !important;
}  @media (min-width: 901px) { body.jp-modern-header-enabled.single-formation .jp-modern-header__brand {
transform: none !important;
} body.jp-modern-header-enabled.single-formation .jp-hero-main, body.jp-modern-header-enabled.single-contenu .jp-hero-main {
transform: none !important;
max-width: none;
} body.jp-modern-header-home .elementor-element-cf52d96, body.jp-modern-header-home .lg-liste-evenements {
transform: translate(-50%, 52px) !important;
}
body.jp-modern-header-home .jp-home.jp-home-v4 .jp-home-stats {
margin-top: -14px !important;
}
}  @media (min-width: 901px) { body.jp-modern-header-enabled.single-formation .jp-hero-main > h1, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-subtitle, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-statuses, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-desc, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-buttons, body.jp-modern-header-enabled.single-contenu .jp-hero-main > h1, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-subtitle, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-statuses, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-desc, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-buttons {
position: relative !important;
left: 78px !important;
} body.jp-modern-header-home .elementor-element-cf52d96, body.jp-modern-header-home .lg-liste-evenements {
transform: translateX(-50%) !important;
}
} @media (min-width: 901px) and (max-width: 1250px) {
body.jp-modern-header-enabled.single-formation .jp-hero-main > h1, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-subtitle, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-statuses, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-desc, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-buttons, body.jp-modern-header-enabled.single-contenu .jp-hero-main > h1, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-subtitle, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-statuses, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-desc, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-buttons {
left: 52px !important;
}
}  @media (min-width: 901px) {
body.jp-modern-header-home .elementor-element-cf52d96 {
top: 52px !important;
transform: translateX(-50%) !important;
}
}  @media (min-width: 1251px) {
body.jp-modern-header-enabled.single-formation .jp-hero-main > h1, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-subtitle, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-statuses, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-desc, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-buttons, body.jp-modern-header-enabled.single-contenu .jp-hero-main > h1, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-subtitle, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-statuses, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-desc, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-buttons {
left: 108px !important;
}
} @media (min-width: 901px) and (max-width: 1250px) {
body.jp-modern-header-enabled.single-formation .jp-hero-main > h1, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-subtitle, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-statuses, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-desc, body.jp-modern-header-enabled.single-formation .jp-hero-main > .jp-buttons, body.jp-modern-header-enabled.single-contenu .jp-hero-main > h1, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-subtitle, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-statuses, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-desc, body.jp-modern-header-enabled.single-contenu .jp-hero-main > .jp-buttons {
left: 78px !important;
}
}  @media (min-width: 901px) { body.jp-modern-header-enabled .jp-modern-menu > li:focus-within > a, body.jp-modern-header-enabled .jp-modern-menu li:focus-within > .sub-menu {
color: inherit;
background: inherit;
}
body.jp-modern-header-enabled .jp-modern-menu > li:hover > a {
color: #fff;
background: #0d5974;
}
body.jp-modern-header-enabled .jp-modern-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
} body.jp-modern-header-enabled .jp-modern-menu > li.current-menu-item:not(:hover) > a, body.jp-modern-header-enabled .jp-modern-menu > li.current-menu-ancestor:not(:hover) > a {
color: #0d3550;
background: transparent;
} body.jp-modern-header-enabled .jp-modern-menu > li.jp-submenu-align-right > .sub-menu {
right: 0;
left: auto;
}
body.jp-modern-header-enabled .jp-modern-menu .sub-menu li.jp-submenu-open-left > .sub-menu {
right: calc(100% + 8px);
left: auto;
}
} body.jp-modern-header-home .jp-home-events-layer,
body.jp-modern-header-home .jp-home-events-layer.elementor-element-cf52d96 {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
margin: 0 !important;
transform: none !important;
}
body.jp-modern-header-home .jp-home-events-layer .lg-liste-evenements {
left: auto !important;
transform: none !important;
} body.jp-modern-header-home .jp-site-slogan {
color: #ffffff !important;
text-shadow: 0 2px 6px rgba(0,0,0,.45);
} @media (max-width: 900px) { body.jp-modern-header-enabled .jp-modern-menu > li.current-menu-item > a,
body.jp-modern-header-enabled .jp-modern-menu > li.current-menu-ancestor > a,
body.jp-modern-header-enabled .jp-modern-menu > li.current-menu-parent > a {
color: #0d3550 !important;
background: transparent !important;
} body.jp-modern-header-enabled .jp-modern-menu > li.is-open > a {
color: #ffffff !important;
background: #0d5974 !important;
} body.jp-modern-header-enabled .jp-modern-menu > li:focus-within:not(.is-open) > a {
color: #0d3550 !important;
background: transparent !important;
}
} @media (min-width: 901px) { body.jp-modern-header-enabled
.jp-modern-menu li:hover > .sub-menu {
opacity: 0 !important;
visibility: hidden !important;
pointer-events: none !important;
transform: translateY(7px) !important;
}
body.jp-modern-header-enabled
.jp-modern-menu li.is-open > .sub-menu,
body.jp-modern-header-enabled
.jp-modern-menu li:focus-within > .sub-menu {
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto !important;
transform: translateY(0) !important;
} body.jp-modern-header-enabled
.jp-modern-menu > li.menu-item-has-children::after {
content: "";
position: absolute;
z-index: 10058;
top: 100%;
right: 0;
left: 0;
height: 13px;
background: transparent;
}
body.jp-modern-header-enabled
.jp-modern-menu .sub-menu > li.menu-item-has-children::after {
content: "";
position: absolute;
z-index: 10058;
top: -3px;
right: -13px;
width: 15px;
height: calc(100% + 6px);
background: transparent;
}
body.jp-modern-header-enabled
.jp-modern-menu .sub-menu > li.jp-submenu-open-left.menu-item-has-children::after {
right: auto;
left: -13px;
}
} @media (min-width: 901px) {
body.jp-modern-header-enabled
.jp-modern-menu .sub-menu {
min-width: 360px;
max-width: min(520px, calc(100vw - 32px));
}
body.jp-modern-header-enabled
.jp-modern-menu .sub-menu a {
padding: 10px 13px;
font-size: 11.5px;
line-height: 1.42;
} body.jp-modern-header-enabled
.jp-modern-menu .sub-menu .sub-menu {
min-width: 430px;
max-width: min(560px, calc(100vw - 32px));
}
}
@media (max-width: 900px) {
body.jp-modern-header-enabled
.jp-modern-menu .sub-menu a {
line-height: 1.45;
}
} @media (max-width: 767px) {
html body.jp-modern-header-enabled
.jp-modern-header
.jp-site-branding-logo > .jp-site-slogan {
font-size: 15px !important;
line-height: 1 !important;
}
} @media (max-width: 767px) {
html body.jp-modern-header-enabled:not(.page-id-14864)
.jp-modern-header
.jp-site-branding-logo > .jp-site-slogan {
font-size: 15px !important;
transform: translateY(-18px) !important;
}
}  @media (min-width: 981px) {
body.jp-modern-header-enabled
.jp-modern-menu {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
body.jp-modern-header-enabled
.jp-modern-menu > li > a {
min-height: 28px !important;
padding-top: 4px !important;
padding-bottom: 4px !important;
line-height: 1.10 !important;
} body.jp-modern-header-enabled
.jp-modern-menu .sub-menu {
padding-top: 7px !important;
padding-bottom: 7px !important;
}
body.jp-modern-header-enabled
.jp-modern-menu .sub-menu a {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 6px !important;
padding-bottom: 6px !important;
line-height: 1.28 !important;
}
}  @media (min-width: 981px) {
body.jp-modern-header-enabled
.jp-modern-menu .sub-menu {
width: max-content !important;
min-width: 170px !important;
max-width: min(280px, calc(100vw - 32px)) !important;
} body.jp-modern-header-enabled
.jp-modern-menu .sub-menu > li,
body.jp-modern-header-enabled
.jp-modern-menu .sub-menu > li > a {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
} body.jp-modern-header-enabled
.jp-modern-menu .sub-menu .sub-menu {
width: max-content !important;
min-width: 170px !important;
max-width: min(280px, calc(100vw - 32px)) !important;
}
}  body.jp-special-orientation-immersion
.jp-modern-header__brand {
display: block !important;
}
body.jp-special-orientation-immersion
.jp-modern-header__brand
.jp-site-branding-logo {
display: inline-flex !important;
flex-direction: column !important;
align-items: flex-start !important;
line-height: 1 !important;
}
body.jp-special-orientation-immersion
.jp-modern-header__brand
.custom-logo-link {
display: block !important;
line-height: 0 !important;
}
body.jp-special-orientation-immersion
.jp-modern-header__brand
.jp-site-slogan {
display: block !important;
margin-top: -6px !important;
padding: 0 !important;
color: #fff !important;
font-family: "Caveat", cursive !important;
font-size: 19px !important;
font-weight: 600 !important;
line-height: 1 !important;
white-space: nowrap !important;
} body.jp-special-orientation-immersion
.jp-modern-header__brand
.jp-modern-header__site-name,
body.jp-special-orientation-immersion
.jp-modern-header__brand
.site-title,
body.jp-special-orientation-immersion
.jp-modern-header__brand
.site-description,
body.jp-special-orientation-immersion
.jp-modern-header__brand
.ast-site-title-wrap {
display: none !important;
} body.jp-special-orientation-immersion
[data-jp-special-handwritten-char="1"] {
display: inline !important;
opacity: 0;
visibility: hidden;
transition: opacity 45ms linear;
}
body.jp-special-orientation-immersion
[data-jp-special-handwritten-char="1"].is-visible {
opacity: 1;
visibility: visible;
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #3B29FF; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #3B29FF; --cmplz_button_accept_border_color: #3B29FF; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #3B29FF; --cmplz_slider_inactive_color: #555; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: block;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: none;} .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }