.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-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;
}
}.jp-form-admin .jp90-head{margin-bottom:22px}.jp-form-admin-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(500px,2fr);gap:18px}.jp-form-admin-card{background:#fff;border:1px solid #dce5ea;border-radius:16px;padding:22px;box-shadow:0 8px 26px rgba(15,45,70,.05);margin:0 0 18px}.jp-form-admin-card h2{margin-top:0;color:#123b63}.jp-form-template-actions{display:flex;flex-wrap:wrap;gap:10px}.jp-form-builder-top,.jp-form-builder-bottom{display:flex;gap:10px;justify-content:flex-end;align-items:center;margin:0 0 16px}.jp-form-builder-top>a:first-child{margin-right:auto}.jp-form-admin-fields{display:grid;gap:14px;margin:16px 0}.jp-form-admin-fields.two{grid-template-columns:repeat(2,minmax(0,1fr))}.jp-form-admin-fields.three{grid-template-columns:repeat(3,minmax(0,1fr))}.jp-form-admin-fields label{display:flex;flex-direction:column;gap:6px;font-weight:600}.jp-form-admin-fields input,.jp-form-admin-fields select,.jp-form-admin-card>label input{width:100%;max-width:none}.jp-form-info{margin:14px 0 0;padding:12px 14px;border-left:4px solid #2271b1;background:#eef6fc;border-radius:8px;color:#35566f}.jp-form-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.jp-form-card-head h2{margin-bottom:4px}.jp-form-card-head p{margin:0;color:#657887}.jp-form-builder-item{border:1px solid #dce5ea;border-radius:14px;margin:12px 0;background:#fbfcfd;overflow:hidden}.jp-form-builder-item-head{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f2f6f8}.jp-form-builder-item-head strong{flex:1}.jp-form-builder-item-body{padding:14px}.jp-form-builder-item.is-group{border-left:4px solid #f07a12}.jp-form-builder-item.is-group>.jp-form-builder-item-head{background:#fff5eb}.jp-form-child-list{padding:0 14px 14px}.jp-form-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.jp-form-field-grid .full{grid-column:1/-1}.jp-form-field-grid label{display:flex;flex-direction:column;gap:5px;font-weight:600}.jp-form-field-grid input[type=text],.jp-form-field-grid input[type=number],.jp-form-field-grid select,.jp-form-field-grid textarea{width:100%;max-width:none}.jp-form-inline-checks{display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center}.jp-form-inline-checks label{display:flex;flex-direction:row;align-items:center;gap:5px;font-weight:500}.jp-form-class-row{display:grid;grid-template-columns:minmax(240px,2fr) minmax(150px,1fr) auto auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #edf1f3}.jp-form-response-filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.jp-form-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef3f6;color:#4a6575;font-weight:700;font-size:12px}.jp-form-status.is-overdue,.jp-form-overdue-badge{background:#fdecec;color:#a12626}.jp-form-status.is-treated{background:#e8f6ed;color:#26703d}.jp-form-overdue-badge{padding:8px 12px;border-radius:999px;font-weight:800}.jp-form-response-meta{display:flex;gap:28px;margin:18px 0 24px}.jp-form-response-meta div{display:flex;gap:8px}.jp-form-response-meta dt{font-weight:700;color:#526777}.jp-form-response-meta dd{margin:0}.jp-form-response-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.jp-form-response-value{padding:14px;border:1px solid #e2e9ed;border-radius:12px;background:#fbfcfd}.jp-form-response-value>span{display:block;color:#667b88;font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:5px}.jp-form-response-value>strong{font-size:16px;color:#173d5d}.jp-form-sensitive{display:flex;align-items:center;gap:10px}.jp-form-sensitive code{font-size:17px}.jp-form-treatment-box{margin-top:24px;padding:18px;border-radius:14px;background:#fff7e9;border:1px solid #f0d9ab}.jp-form-treated-box{margin-top:24px;padding:18px;border-radius:14px;background:#eaf7ef;border:1px solid #c7e8d1;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.jp-form-treated-box strong{color:#26703d;font-size:17px}.jp-form-treated-box form{margin-left:auto} .jp-public-form-shell{--jp-blue:#0a3f70;--jp-orange:#f07a12;max-width:980px;margin:32px auto 70px;padding:0 20px}.jp-public-form-head{margin-bottom:22px}.jp-public-form-head span{display:block;color:var(--jp-orange);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.jp-public-form-head h1{margin:4px 0 0;color:var(--jp-blue);font-size:clamp(30px,4vw,46px);line-height:1.1}.jp-public-form-intro{background:#f4f8fb;border-left:5px solid var(--jp-orange);border-radius:14px;padding:20px 22px;margin-bottom:22px;color:#314d63}.jp-public-form{background:#fff;border:1px solid #dce5ea;border-radius:20px;padding:clamp(20px,4vw,38px);box-shadow:0 14px 42px rgba(18,55,85,.08)}.jp-form-field{margin:0 0 22px}.jp-form-label{display:block;color:#153d5d;font-weight:800;margin-bottom:6px}.jp-form-required{color:#c0392b}.jp-form-help{margin:-1px 0 9px;color:#687c89;font-size:14px;line-height:1.45}.jp-public-form input[type=text],.jp-public-form input[type=email],.jp-public-form input[type=password],.jp-public-form textarea,.jp-public-form select{width:100%;border:1px solid #cfdbe3;border-radius:10px;padding:11px 13px;background:#fff;color:#1d3344;min-height:46px;box-shadow:none}.jp-public-form textarea{min-height:130px;resize:vertical}.jp-public-form input:focus,.jp-public-form textarea:focus,.jp-public-form select:focus{outline:none;border-color:#3483ba;box-shadow:0 0 0 3px rgba(52,131,186,.13)}.jp-form-options{display:flex;flex-wrap:wrap;gap:10px}.jp-form-option{display:inline-flex;align-items:center;gap:8px;border:1px solid #d8e2e8;border-radius:10px;padding:10px 12px;background:#fbfcfd;cursor:pointer}.jp-form-option:has(input:checked){border-color:#f07a12;background:#fff6ed}.jp-form-condition-group{margin:24px 0;padding:20px;border-radius:16px;background:#f8fafb;border:1px dashed #b8c9d4}.jp-form-condition-group h3{margin-top:0;color:#0a3f70}.jp-form-password-wrap{display:flex;gap:8px}.jp-form-password-wrap input{flex:1}.jp-form-password-toggle{border:1px solid #cfdbe3;background:#f7fafb;border-radius:9px;padding:0 13px;cursor:pointer}.jp-form-password-rules{font-size:13px;color:#607582;margin:7px 0 0}.jp-form-class-groups fieldset{border:0;padding:0;margin:0 0 12px}.jp-form-class-groups legend{font-weight:800;color:#3b5a70;margin-bottom:8px}.jp-form-submit-row{display:flex;align-items:center;gap:16px;border-top:1px solid #e7edf1;padding-top:22px;margin-top:28px}.jp-form-submit{border:0;border-radius:999px;background:linear-gradient(135deg,#0a4d83,#0a3764);color:#fff;font-weight:800;padding:13px 24px;cursor:pointer;box-shadow:0 8px 20px rgba(10,63,112,.18)}.jp-form-submit-row span{color:#70818c;font-size:13px}.jp-form-message{max-width:980px;margin:0 auto 18px;padding:14px 18px;border-radius:12px;font-weight:700}.jp-form-message.is-success{background:#e8f6ed;color:#26703d}.jp-form-message.is-error{background:#fdecec;color:#a12626}.jp-form-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:900px){.jp-form-admin-grid,.jp-form-admin-fields.three,.jp-form-response-values{grid-template-columns:1fr}.jp-form-admin-fields.two,.jp-form-field-grid{grid-template-columns:1fr}.jp-form-class-row{grid-template-columns:1fr 1fr}.jp-form-card-head{flex-direction:column}.jp-form-submit-row{align-items:flex-start;flex-direction:column}} body.single-jp_formulaire .site-content,
body.single-jp_formulaire .site-main,
body.single-jp_formulaire .ast-container,
body.single-jp_formulaire .content-area,
body.single-jp_formulaire #primary {
width:100% !important;
max-width:100% !important;
padding-left:0 !important;
padding-right:0 !important;
margin-left:0 !important;
margin-right:0 !important;
}
body.single-jp_formulaire .entry-header,
body.single-jp_formulaire .entry-title {
display:none !important;
}
.jp-form-page {
width:100%;
max-width:100%;
overflow-x:hidden;
background:#fff;
color:#26364d;
font-family:"Montserrat", Arial, sans-serif;
}
.jp-form-page,
.jp-form-page input,
.jp-form-page textarea,
.jp-form-page select,
.jp-form-page button {
font-family:"Montserrat", Arial, sans-serif;
} .jp-form-hero {
--jp-form-accent:#f07a12;
position:relative;
width:100%;
height:412px;
min-height:412px;
overflow:hidden;
color:#fff;
background:linear-gradient(135deg,#0d2448 0%,#18345d 58%,#244a7d 100%);
border-bottom-left-radius:42px;
border-bottom-right-radius:42px;
}
.jp-form-hero-bg {
position:absolute;
inset:0;
overflow:hidden;
pointer-events:none;
}
.jp-form-hero-bg::before {
content:"";
position:absolute;
width:540px;
height:540px;
right:-100px;
top:-230px;
border-radius:50%;
background:radial-gradient(circle,rgba(25,143,155,.42) 0%,rgba(25,143,155,.08) 58%,transparent 72%);
}
.jp-form-hero-bg::after {
content:"";
position:absolute;
width:390px;
height:390px;
right:12%;
bottom:-250px;
border-radius:50%;
border:58px solid rgba(240,122,18,.13);
}
.jp-form-hero-inner {
position:relative;
z-index:2;
width:min(86%,1500px);
height:100%;
margin:0 auto;
display:flex;
flex-direction:column;
justify-content:center;
align-items:flex-start;
padding:18px 0 24px;
}
.jp-form-hero-badges {
display:flex;
flex-wrap:wrap;
align-items:center;
gap:12px;
margin:0 0 22px;
}
.jp-form-hero-type {
display:inline-flex;
align-items:center;
justify-content:center;
min-height:38px;
padding:8px 18px;
border-radius:8px;
background:var(--jp-form-accent);
color:#fff;
font-size:15px;
font-weight:900;
line-height:1;
letter-spacing:.045em;
text-transform:uppercase;
}
.jp-form-hero-surtitre {
display:inline-flex;
align-items:center;
min-height:38px;
padding:8px 18px;
border-radius:999px;
background:rgba(255,255,255,.17);
border:1px solid rgba(255,255,255,.17);
color:#fff;
font-size:12px;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
backdrop-filter:blur(6px);
}
.jp-form-hero h1 {
max-width:900px;
margin:0 0 12px !important;
color:#fff !important;
font-family:"Poppins","Montserrat",Arial,sans-serif !important;
font-size:clamp(34px,3.2vw,54px) !important;
font-weight:500 !important;
line-height:1.03 !important;
letter-spacing:-.018em !important;
}
.jp-form-hero-subtitle {
max-width:720px;
margin:0 !important;
color:rgba(255,255,255,.92);
font-size:clamp(16px,1.25vw,20px);
font-weight:600;
line-height:1.42;
}
.jp-form-hero-script {
margin-top:20px;
color:#fff;
font-family:"Caveat",cursive !important;
font-size:clamp(26px,2.3vw,38px);
font-weight:500;
line-height:1;
transform:rotate(-1deg);
text-shadow:0 2px 5px rgba(0,0,0,.18);
} .jp-form-page-content {
width:100%;
padding:48px 0 80px;
}
.jp-public-form-shell {
--jp-blue:#0a3f70;
--jp-orange:#f07a12;
max-width:1040px;
margin:0 auto;
padding:0 24px;
font-family:"Montserrat",Arial,sans-serif;
}
.jp-public-form-intro {
margin:0 0 26px;
padding:22px 24px;
border:1px solid #e2e9ed;
border-left:5px solid var(--jp-orange);
border-radius:16px;
background:#f5f8fa;
color:#314d63;
font-size:16px;
line-height:1.65;
box-shadow:0 8px 24px rgba(18,55,85,.04);
}
.jp-public-form-intro > :first-child { margin-top:0; }
.jp-public-form-intro > :last-child { margin-bottom:0; }
.jp-public-form {
padding:clamp(24px,4vw,42px);
border:1px solid #dce5ea;
border-radius:22px;
background:#fff;
box-shadow:0 16px 45px rgba(18,55,85,.08);
}
.jp-form-label {
font-family:"Montserrat",Arial,sans-serif;
color:#102f4d;
font-weight:800;
}
.jp-form-help {
color:#657a88;
}
.jp-public-form input[type=text],
.jp-public-form input[type=email],
.jp-public-form input[type=password],
.jp-public-form textarea,
.jp-public-form select {
font-family:"Montserrat",Arial,sans-serif;
border-radius:12px;
border-color:#cbd8e0;
background:#fff;
}
.jp-form-option {
border-radius:12px;
}
.jp-form-submit {
min-height:48px;
padding:13px 26px;
border-radius:999px;
background:linear-gradient(135deg,#0a4d83,#0a3764);
font-family:"Montserrat",Arial,sans-serif;
font-weight:800;
letter-spacing:.01em;
} @media (max-width:900px) {
.jp-form-hero {
height:auto;
min-height:330px;
border-bottom-left-radius:26px;
border-bottom-right-radius:26px;
}
.jp-form-hero-inner {
width:min(calc(100% - 36px),1500px);
min-height:330px;
padding:36px 0 42px;
justify-content:flex-end;
}
.jp-form-hero-badges {
gap:8px;
margin-bottom:16px;
}
.jp-form-hero-type,
.jp-form-hero-surtitre {
min-height:34px;
padding:7px 12px;
font-size:11px;
}
.jp-form-hero h1 {
font-size:31px !important;
line-height:1.06 !important;
margin-bottom:10px !important;
}
.jp-form-hero-subtitle {
font-size:16px;
line-height:1.4;
}
.jp-form-hero-script {
margin-top:16px;
font-size:30px;
}
.jp-form-page-content {
padding:30px 0 56px;
}
.jp-public-form-shell {
padding:0 16px;
}
.jp-public-form-intro {
padding:18px;
border-radius:13px;
}
.jp-public-form {
padding:20px 16px;
border-radius:16px;
}
} .jp-form-hp{
position:absolute!important;
left:-10000px!important;
top:auto!important;
width:1px!important;
height:1px!important;
overflow:hidden!important;
opacity:0!important;
pointer-events:none!important;
}
.jp-form-field.has-error input,
.jp-form-field.has-error textarea,
.jp-form-field.has-error select{
border-color:#b32d2e!important;
box-shadow:0 0 0 2px rgba(179,45,46,.08)!important;
}
.jp-form-field-error{
margin-top:7px;
color:#b32d2e;
font-size:13px;
font-weight:700;
line-height:1.4;
}
.jp-form-message.is-error{
border-left:5px solid #b32d2e;
}
.jp-form-message.is-success{
border-left:5px solid #24843b;
} .jp-form-treatment-setting{
margin-top:20px;
padding:18px 20px;
border:1px solid #d9e3ea;
border-radius:14px;
background:#f7fafc;
}
.jp-form-treatment-setting label{
display:flex;
align-items:center;
gap:10px;
font-size:14px;
}
.jp-form-treatment-setting p{
margin:8px 0 0;
color:#607383;
line-height:1.5;
}
.jp-form-treatment-password{
margin:18px 0 22px;
padding:18px;
border:1px solid #d8e4ec;
border-radius:14px;
background:#fff;
}
.jp-form-treatment-password label{
display:block;
margin-bottom:8px;
color:#173a59;
}
.jp-form-treatment-password .jp-form-password-wrap{
display:flex;
gap:8px;
align-items:center;
}
.jp-form-treatment-password input[type=password],
.jp-form-treatment-password input[type=text]{
width:min(520px,100%);
min-height:42px;
}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%; }