html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #212529;
  background-color: #fcfeff;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1640px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1919px) {
  body .container {
    max-width: none;
    width: auto;
    margin-left: clamp(16px, 7.29vw, 140px);
    margin-right: clamp(16px, 7.29vw, 140px);
  }
}
body a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
body a:hover,
body a:focus-visible {
  text-decoration: none;
}
body img {
  max-width: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Stack Sans Text", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #031633;
}
body p {
  margin: 0;
}
body ::selection {
  background: #9ec5fe;
  color: #031633;
}
body :focus-visible {
  outline: 2px solid #0d6efd;
  outline-offset: 3px;
  border-radius: 4px;
}
.imm-skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: #12308a;
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
  border-radius: 4px;
}
.imm-skip:focus {
  left: 8px;
  color: #fff;
}
main {
  display: block;
  min-height: 40vh;
}
.imm-display-3 {
  font-size: 64px;
  line-height: 1.2;
}
.imm-display-4 {
  font-size: 56px;
  line-height: 1.2;
}
.imm-display-5 {
  font-size: 48px;
  line-height: 1.2;
}
.imm-h1 {
  font-size: 40px;
  line-height: 1.2;
}
.imm-h2 {
  font-size: 32px;
  line-height: 1.2;
}
.imm-h4 {
  font-size: 24px;
  line-height: 1.2;
}
.imm-h5 {
  font-size: 20px;
  line-height: 1.2;
}
.imm-lead {
  font-size: 20px;
  line-height: 1.5;
}
.imm-small {
  font-size: 14px;
  line-height: 1.5;
}
.imm-richtext {
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
}
.imm-richtext p,
.imm-richtext ul,
.imm-richtext ol {
  margin: 0 0 24px;
}
.imm-richtext p:last-child,
.imm-richtext ul:last-child,
.imm-richtext ol:last-child {
  margin-bottom: 0;
}
.imm-richtext strong,
.imm-richtext b {
  font-weight: 700;
}
.imm-richtext ul {
  padding-left: 22px;
  list-style: disc;
}
.imm-richtext ul li {
  margin-bottom: 2px;
}
.imm-richtext a {
  color: #0d6efd;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.imm-richtext a:hover {
  color: #084298;
}
.imm-richtext h2,
.imm-richtext h3,
.imm-richtext h4 {
  margin: 0 0 30px;
}
.imm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Stack Sans Text", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-120%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.imm-btn:hover::after {
  transform: translateX(120%);
}
.imm-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -8px rgba(13, 110, 253, 0.5);
}
.imm-btn:active {
  transform: translateY(0);
}
.imm-btn .imm-btn__icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.imm-btn .imm-btn__icon svg {
  width: 100%;
  height: 100%;
}
.imm-btn .imm-btn__icon svg [fill]:not([fill="none"]) {
  fill: currentColor;
}
.imm-btn .imm-btn__icon svg [stroke]:not([stroke="none"]) {
  stroke: currentColor;
}
.imm-btn--xs {
  padding: 5px 9px;
  font-size: 14px;
  border-radius: 4px;
}
.imm-btn--sm {
  padding: 7px 13px;
  font-size: 16px;
  border-radius: 4px;
}
.imm-btn--md {
  padding: 9px 17px;
  font-size: 20px;
  border-radius: 8px;
}
.imm-btn--md .imm-btn__icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}
.imm-btn--upper {
  text-transform: uppercase;
  padding: 5px 12px;
  font-size: 16px;
}
.imm-btn--plein {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.imm-btn--plein:hover {
  background: #0a58ca;
  border-color: #0a58ca;
  color: #fff;
}
.imm-btn--clair {
  background: #e7f1ff;
  border-color: #9ec5fe;
  color: #0d6efd;
}
.imm-btn--clair:hover {
  background: #9ec5fe;
  color: #084298;
  box-shadow: none;
}
.imm-btn--contour {
  background: transparent;
  border-color: #0d6efd;
  color: #0d6efd;
}
.imm-btn--contour:hover {
  background: #0d6efd;
  color: #fff;
}
.imm-btn--sombre {
  background: #0a58ca;
  border-color: #0a58ca;
  color: #fff;
}
.imm-btn--sombre:hover {
  background: #084298;
  border-color: #084298;
  color: #fff;
}
.imm-btn--marine {
  background: #084298;
  border-color: #084298;
  color: #fff;
  text-transform: uppercase;
}
.imm-btn--marine:hover {
  background: #12308a;
  border-color: #12308a;
  color: #fff;
}
.imm-btn--doux {
  background: #9ec5fe;
  border-color: #9ec5fe;
  color: #343a40;
}
.imm-btn--doux:hover {
  background: #6ea8fe;
  color: #031633;
  box-shadow: none;
}
.imm-btn--gris {
  background: #eef6ff;
  border-color: #eef6ff;
  color: #343a40;
}
.imm-btn--gris:hover {
  background: #daedff;
  box-shadow: none;
}
.imm-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid #6ea8fe;
  border-radius: 9999px;
  font-size: 16px;
  line-height: 1.5;
  color: #0d6efd;
  background: transparent;
}
.imm-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 60px;
  padding: 10px 20px;
  background: #e7f1ff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  color: #0a58ca;
  font-size: 20px;
  line-height: 1.2;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-tile svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-tile:hover {
  background: #9ec5fe;
  color: #12308a;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -12px rgba(13, 110, 253, 0.45);
}
.imm-tile:hover svg {
  transform: translate(3px, -3px);
}
.imm-tile:hover.imm-tile--download svg {
  transform: translateY(3px);
}
.imm-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
.imm-breadcrumb li {
  display: inline-flex;
  align-items: center;
}
.imm-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.imm-breadcrumb .imm-breadcrumb__sep {
  display: inline-flex;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  padding-top: 1px;
}
.imm-breadcrumb .imm-breadcrumb__sep svg {
  width: 8px;
  height: 8px;
}
.imm-breadcrumb--blanc {
  color: #fff;
}
.imm-breadcrumb--blanc a {
  color: #fff;
  opacity: .95;
}
.imm-breadcrumb--blanc a:hover {
  opacity: 1;
  text-decoration-thickness: 2px;
}
.imm-breadcrumb--blanc .imm-breadcrumb__sep svg path {
  fill: #fff;
}
.imm-breadcrumb--gris {
  color: #6c757d;
}
.imm-breadcrumb--gris a {
  color: #6c757d;
}
.imm-breadcrumb--gris a:hover {
  color: #0d6efd;
}
.imm-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fcfeff;
  transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-header .imm-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 130px;
}
.imm-header.is-scrolled {
  background: rgba(252, 254, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px -18px rgba(3, 22, 51, 0.35);
}
.imm-header .imm-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  height: 50px;
  flex: 0 0 auto;
}
.imm-header .imm-brand .imm-brand__logo {
  width: 126px;
  height: 50px;
  object-fit: contain;
  display: block;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-header .imm-brand .imm-brand__text {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0;
}
.imm-header .imm-brand .imm-brand__l1 {
  color: #12308a;
}
.imm-header .imm-brand .imm-brand__l2 {
  color: #343a40;
}
.imm-header .imm-brand:hover .imm-brand__logo {
  transform: scale(1.04);
}
.imm-header .imm-header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.imm-header .imm-menu .imm-menu__list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.imm-header .imm-menu li {
  position: relative;
}
.imm-header .imm-menu a {
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  color: #212529;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-header .imm-menu a:hover {
  background: #e7f1ff;
  color: #12308a;
}
.imm-header .imm-menu li.current-menu-item > a,
.imm-header .imm-menu li.current_page_item > a,
.imm-header .imm-menu li.current-menu-ancestor > a,
.imm-header .imm-menu li.current-menu-parent > a {
  background: #9ec5fe;
  color: #12308a;
}
.imm-header .imm-menu .sub-menu {
  position: absolute;
  top: calc(110%);
  left: 0;
  min-width: 240px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #fff;
  border: 1px solid #e7f1ff;
  border-radius: 8px;
  box-shadow: 0 14px 40px -20px rgba(3, 22, 51, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.3s;
}
.imm-header .imm-menu .sub-menu a {
  white-space: nowrap;
}
.imm-header .imm-menu li:hover > .sub-menu,
.imm-header .imm-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.imm-header .imm-header__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.imm-header .imm-burger {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.imm-header .imm-burger span {
  display: block;
  height: 2px;
  width: 24px;
  background: #12308a;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}
.imm-header .imm-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.imm-header .imm-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.imm-header .imm-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.imm-footer {
  background: #fcfeff;
  border-top: 1px solid #ced9e4;
  padding: 50px 0 10px;
}
.imm-footer .imm-footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 0;
}
.imm-footer .imm-footer__col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 304px;
  flex: 0 0 304px;
}
.imm-footer .imm-footer__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 266px;
  flex: 0 0 266px;
}
.imm-footer .imm-footer__bandeau {
  height: 124px;
  border-radius: 16px;
  overflow: hidden;
}
.imm-footer .imm-footer__bandeau img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.imm-footer .imm-footer__signature {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  height: 50px;
  padding: 16px 0;
  font-size: 14px;
  line-height: 18px;
  color: #495057;
}
.imm-footer .imm-footer__signature .imm-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.imm-footer .imm-footer__signature .imm-footer__links a {
  color: #495057;
}
.imm-footer .imm-footer__signature .imm-footer__links a:hover {
  color: #0d6efd;
}
.imm-footer .imm-footer__signature .imm-footer__idcom {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 18px;
}
.imm-footer .imm-footer__signature .imm-footer__idcom .imm-footer__love {
  height: 12px;
  width: auto;
}
.imm-footer .imm-footer__signature .imm-footer__idcom .imm-footer__idcom-logo {
  height: 18px;
  width: auto;
}
.imm-footer .imm-footer__signature .imm-footer__idcom:hover svg path {
  fill: #0d6efd;
  transition: fill .3s;
}
.imm-location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: #031633;
}
.imm-location .imm-location__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0d6efd;
  margin-bottom: 4px;
}
.imm-location .imm-location__tel {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #031633;
}
.imm-location .imm-location__tel:hover {
  color: #0d6efd;
}
.imm-location .imm-location__adr {
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #031633;
}
.imm-location .imm-location__adr:hover {
  color: #0d6efd;
}
.imm-location .imm-location__hours {
  font-size: 14px;
  line-height: 1.5;
}
.imm-location .imm-btn {
  margin-top: 4px;
}
.imm-card-news {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-card-news .imm-card-news__img {
  display: block;
  height: 216px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: #e7f1ff;
}
.imm-card-news .imm-card-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-card-news .imm-card-news__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 40px 26px;
  background: #f6fbff;
  border: 4px solid #eef6ff;
  border-top: 0;
  border-radius: 0 0 16px 16px;
}
.imm-card-news .imm-card-news__meta {
  font-size: 14px;
  line-height: 1.5;
  color: #031633;
  margin-bottom: -10px;
}
.imm-card-news .imm-card-news__title {
  font-size: 20px;
  line-height: 1.2;
  color: #031633;
  max-width: 450px;
}
.imm-card-news .imm-card-news__title a {
  color: inherit;
}
.imm-card-news .imm-card-news__title a:hover {
  color: #0a58ca;
}
.imm-card-news .imm-btn {
  margin-top: auto;
}
.imm-card-news:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px -28px rgba(3, 22, 51, 0.45);
}
.imm-card-news:hover .imm-card-news__img img {
  transform: scale(1.05);
}
.imm-card-news--compact .imm-card-news__img {
  height: 142px;
  border-radius: 12px 12px 0 0;
}
.imm-card-news--compact .imm-card-news__body {
  gap: 12px;
  padding: 24px 40px;
  border-radius: 0 0 12px 12px;
}
.imm-card-news--compact .imm-card-news__meta {
  margin-bottom: -8px;
}
.imm-card-news--compact .imm-card-news__title {
  font-size: 16px;
  font-weight: 700;
  color: #343a40;
}
.imm-card-member {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  min-height: 275px;
  padding: 24px 24px 22px;
  background: #e7f1ff;
  border: 1px solid #6ea8fe;
  border-radius: 16px;
  color: #031633;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.08));
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-card-member .imm-card-member__name {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 2px;
}
.imm-card-member .imm-card-member__label {
  font-size: 16px;
  font-weight: 700;
}
.imm-card-member .imm-card-member__spe {
  font-size: 16px;
  line-height: 24px;
}
.imm-card-member .imm-card-member__conv {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  margin-top: 0;
  border-top: 1px solid #6ea8fe;
  width: 100%;
}
.imm-card-member .imm-card-member__place {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  margin-top: 0;
}
.imm-card-member .imm-card-member__place svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.imm-card-member .imm-card-member__place a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #031633;
}
.imm-card-member .imm-card-member__place a:hover {
  color: #0d6efd;
}
.imm-card-member:hover {
  transform: translateY(-4px);
  background: #fff;
}
.imm-section {
  position: relative;
}
.imm-section__title {
  color: #12308a;
}
.imm-page-sep {
  height: 1px;
  background: #ced9e4;
  margin-top: 10px;
}
.imm-form,
.nf-form-cont {
  font-family: "Stack Sans Text", sans-serif;
}
.imm-form .nf-form-fields-required,
.nf-form-cont .nf-form-fields-required {
  font-size: 14px;
  line-height: 24px;
  color: #6c757d;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.imm-form .nf-field-container,
.nf-form-cont .nf-field-container {
  margin-bottom: 30px;
}
.imm-form .nf-field-label label,
.nf-form-cont .nf-field-label label,
.imm-form .imm-field label,
.nf-form-cont .imm-field label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #12308a;
  margin-bottom: 6px;
  display: block;
}
.imm-form .nf-field-element input:not([type="checkbox"]):not([type="submit"]):not([type="button"]),
.nf-form-cont .nf-field-element input:not([type="checkbox"]):not([type="submit"]):not([type="button"]),
.imm-form .nf-field-element select,
.nf-form-cont .nf-field-element select,
.imm-form .nf-field-element textarea,
.nf-form-cont .nf-field-element textarea,
.imm-form .imm-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.nf-form-cont .imm-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.imm-form .imm-field select,
.nf-form-cont .imm-field select,
.imm-form .imm-field textarea,
.nf-form-cont .imm-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ced9e4;
  border-radius: 0;
  background: transparent;
  padding: 0 0 3px;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #343a40;
  transition: border-color 0.3s;
}
.imm-form .nf-field-element input:not([type="checkbox"]):not([type="submit"]):not([type="button"])::placeholder,
.nf-form-cont .nf-field-element input:not([type="checkbox"]):not([type="submit"]):not([type="button"])::placeholder,
.imm-form .nf-field-element select::placeholder,
.nf-form-cont .nf-field-element select::placeholder,
.imm-form .nf-field-element textarea::placeholder,
.nf-form-cont .nf-field-element textarea::placeholder,
.imm-form .imm-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder,
.nf-form-cont .imm-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder,
.imm-form .imm-field select::placeholder,
.nf-form-cont .imm-field select::placeholder,
.imm-form .imm-field textarea::placeholder,
.nf-form-cont .imm-field textarea::placeholder {
  color: #6c757d;
}
.imm-form .nf-field-element input:not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus,
.nf-form-cont .nf-field-element input:not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus,
.imm-form .nf-field-element select:focus,
.nf-form-cont .nf-field-element select:focus,
.imm-form .nf-field-element textarea:focus,
.nf-form-cont .nf-field-element textarea:focus,
.imm-form .imm-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.nf-form-cont .imm-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.imm-form .imm-field select:focus,
.nf-form-cont .imm-field select:focus,
.imm-form .imm-field textarea:focus,
.nf-form-cont .imm-field textarea:focus {
  outline: none;
  border-bottom-color: #0d6efd;
}
.imm-form .nf-field-element textarea,
.nf-form-cont .nf-field-element textarea,
.imm-form .imm-field textarea,
.nf-form-cont .imm-field textarea {
  min-height: 94px;
  resize: vertical;
}
.imm-form .nf-field-element select,
.nf-form-cont .nf-field-element select,
.imm-form .imm-field select,
.nf-form-cont .imm-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23343a40' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 24px;
  cursor: pointer;
}
.imm-form .nf-field-element input[type="submit"],
.nf-form-cont .nf-field-element input[type="submit"],
.imm-form .nf-field-element input[type="button"],
.nf-form-cont .nf-field-element input[type="button"],
.imm-form .imm-form__submit,
.nf-form-cont .imm-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 17px;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  background: #0d6efd;
  border: 1px solid #0d6efd;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-form .nf-field-element input[type="submit"]:hover,
.nf-form-cont .nf-field-element input[type="submit"]:hover,
.imm-form .nf-field-element input[type="button"]:hover,
.nf-form-cont .nf-field-element input[type="button"]:hover,
.imm-form .imm-form__submit:hover,
.nf-form-cont .imm-form__submit:hover {
  background: #0a58ca;
  border-color: #0a58ca;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -8px rgba(13, 110, 253, 0.5);
}
.imm-form .nf-field-element input[type="submit"],
.nf-form-cont .nf-field-element input[type="submit"] {
  display: inline-block;
}
.imm-form .submit-container,
.nf-form-cont .submit-container {
  text-align: center;
}
.imm-form .nf-error .nf-error-msg,
.nf-form-cont .nf-error .nf-error-msg,
.imm-form .nf-error-msg,
.nf-form-cont .nf-error-msg {
  color: #c1121f;
  font-size: 13px;
  margin-top: 4px;
}
.imm-form .nf-error .ninja-forms-field,
.nf-form-cont .nf-error .ninja-forms-field {
  border-bottom-color: #c1121f !important;
}
.imm-form .nf-fu-fileinput-button,
.nf-form-cont .nf-fu-fileinput-button,
.imm-form .imm-file__btn,
.nf-form-cont .imm-file__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #343a40;
  background: #eef6ff;
  border: 1px solid #eef6ff;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-form .nf-fu-fileinput-button:hover,
.nf-form-cont .nf-fu-fileinput-button:hover,
.imm-form .imm-file__btn:hover,
.nf-form-cont .imm-file__btn:hover {
  background: #daedff;
}
.imm-form .imm-file,
.nf-form-cont .imm-file {
  display: flex;
  align-items: center;
  gap: 10px;
}
.imm-form .imm-file .imm-file__name,
.nf-form-cont .imm-file .imm-file__name {
  flex: 1;
  height: 38px;
  border-radius: 8px;
  background: #eef6ff;
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #495057;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.imm-form .imm-file input[type="file"],
.nf-form-cont .imm-file input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.imm-form .file_upload-container .nf-field-element,
.nf-form-cont .file_upload-container .nf-field-element {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  position: relative;
}
.imm-form .file_upload-container .nf-field-element::before,
.nf-form-cont .file_upload-container .nf-field-element::before {
  content: '';
  flex: 1 1 217px;
  min-width: 100px;
  height: 38px;
  background: #eef6ff;
  border-radius: 8px;
}
.imm-form .file_upload-container .nf-field-element .nf-fu-fileinput-button,
.nf-form-cont .file_upload-container .nf-field-element .nf-fu-fileinput-button {
  order: 2;
  margin: 0;
  flex: none;
}
.imm-form .file_upload-container .nf-field-element .nf-fu-progress,
.nf-form-cont .file_upload-container .nf-field-element .nf-fu-progress {
  display: none;
}
.imm-form .file_upload-container .nf-field-element .files_uploaded,
.nf-form-cont .file_upload-container .nf-field-element .files_uploaded {
  position: absolute;
  left: 12px;
  top: 0;
  height: 38px;
  max-width: calc(100% - 130px);
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #495057;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.imm-form .file_upload-container .nf-field-element .files_uploaded > div,
.nf-form-cont .file_upload-container .nf-field-element .files_uploaded > div,
.imm-form .file_upload-container .nf-field-element .files_uploaded span,
.nf-form-cont .file_upload-container .nf-field-element .files_uploaded span,
.imm-form .file_upload-container .nf-field-element .files_uploaded a,
.nf-form-cont .file_upload-container .nf-field-element .files_uploaded a {
  display: inline;
}
.imm-form .file_upload-container .nf-field-element .files_uploaded .nf-fu-progress,
.nf-form-cont .file_upload-container .nf-field-element .files_uploaded .nf-fu-progress {
  display: none;
}
.imm-form .checkbox-container .nf-field-element label,
.nf-form-cont .checkbox-container .nf-field-element label {
  font-size: 14px;
  color: #495057;
  font-weight: 400;
}
.imm-form__message {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 8px;
  background: #e7f1ff;
  color: #12308a;
  font-size: 16px;
}
.imm-form__message.is-error {
  background: #fdecec;
  color: #a41623;
}
@media (prefers-reduced-motion: no-preference) {
  [data-anim] {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--anim-delay, 0s);
    will-change: opacity, transform;
  }
  [data-anim="up"] {
    transform: translateY(40px);
  }
  [data-anim="down"] {
    transform: translateY(-40px);
  }
  [data-anim="left"] {
    transform: translateX(-50px);
  }
  [data-anim="right"] {
    transform: translateX(50px);
  }
  [data-anim="zoom"] {
    transform: scale(0.9399999999999999);
  }
  [data-anim="fade"] {
    transform: none;
  }
  [data-anim].is-visible {
    opacity: 1;
    transform: none;
  }
  [data-anim-stagger] > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }
  [data-anim-stagger].is-visible > * {
    opacity: 1;
    transform: none;
  }
  [data-anim-stagger].is-visible > *:nth-child(1) {
    transition-delay: 0.08s;
  }
  [data-anim-stagger].is-visible > *:nth-child(2) {
    transition-delay: 0.16s;
  }
  [data-anim-stagger].is-visible > *:nth-child(3) {
    transition-delay: 0.24s;
  }
  [data-anim-stagger].is-visible > *:nth-child(4) {
    transition-delay: 0.32s;
  }
  [data-anim-stagger].is-visible > *:nth-child(5) {
    transition-delay: 0.40s;
  }
  [data-anim-stagger].is-visible > *:nth-child(6) {
    transition-delay: 0.48s;
  }
  [data-anim-stagger].is-visible > *:nth-child(7) {
    transition-delay: 0.56s;
  }
  [data-anim-stagger].is-visible > *:nth-child(8) {
    transition-delay: 0.64s;
  }
  [data-anim-stagger].is-visible > *:nth-child(9) {
    transition-delay: 0.72s;
  }
  [data-anim-stagger].is-visible > *:nth-child(10) {
    transition-delay: 0.80s;
  }
  [data-anim-stagger].is-visible > *:nth-child(11) {
    transition-delay: 0.88s;
  }
  [data-anim-stagger].is-visible > *:nth-child(12) {
    transition-delay: 0.96s;
  }
  [data-anim-stagger].is-visible > *:nth-child(13) {
    transition-delay: 1.04s;
  }
  [data-anim-stagger].is-visible > *:nth-child(14) {
    transition-delay: 1.12s;
  }
  [data-anim-stagger].is-visible > *:nth-child(15) {
    transition-delay: 1.20s;
  }
  [data-anim-stagger].is-visible > *:nth-child(16) {
    transition-delay: 1.28s;
  }
}
@keyframes imm-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes imm-pulse-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.35);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(13, 110, 253, 0);
  }
}
body#maintenance .page-content {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}
body.admin-bar .imm-header {
  top: 32px;
}
.imm-mt-0 {
  margin-top: 0px !important;
}
.imm-mb-0 {
  margin-bottom: 0px !important;
}
.imm-mt-10 {
  margin-top: 10px !important;
}
.imm-mb-10 {
  margin-bottom: 10px !important;
}
.imm-mt-18 {
  margin-top: 18px !important;
}
.imm-mb-18 {
  margin-bottom: 18px !important;
}
.imm-mt-20 {
  margin-top: 20px !important;
}
.imm-mb-20 {
  margin-bottom: 20px !important;
}
.imm-mt-23 {
  margin-top: 23px !important;
}
.imm-mb-23 {
  margin-bottom: 23px !important;
}
.imm-mt-26 {
  margin-top: 26px !important;
}
.imm-mb-26 {
  margin-bottom: 26px !important;
}
.imm-mt-30 {
  margin-top: 30px !important;
}
.imm-mb-30 {
  margin-bottom: 30px !important;
}
.imm-mt-32 {
  margin-top: 32px !important;
}
.imm-mb-32 {
  margin-bottom: 32px !important;
}
.imm-mt-34 {
  margin-top: 34px !important;
}
.imm-mb-34 {
  margin-bottom: 34px !important;
}
.imm-mt-37 {
  margin-top: 37px !important;
}
.imm-mb-37 {
  margin-bottom: 37px !important;
}
.imm-mt-40 {
  margin-top: 40px !important;
}
.imm-mb-40 {
  margin-bottom: 40px !important;
}
.imm-mt-44 {
  margin-top: 44px !important;
}
.imm-mb-44 {
  margin-bottom: 44px !important;
}
.imm-mt-46 {
  margin-top: 46px !important;
}
.imm-mb-46 {
  margin-bottom: 46px !important;
}
.imm-mt-50 {
  margin-top: 50px !important;
}
.imm-mb-50 {
  margin-bottom: 50px !important;
}
.imm-mt-51 {
  margin-top: 51px !important;
}
.imm-mb-51 {
  margin-bottom: 51px !important;
}
.imm-mt-52 {
  margin-top: 52px !important;
}
.imm-mb-52 {
  margin-bottom: 52px !important;
}
.imm-mt-53 {
  margin-top: 53px !important;
}
.imm-mb-53 {
  margin-bottom: 53px !important;
}
.imm-mt-54 {
  margin-top: 54px !important;
}
.imm-mb-54 {
  margin-bottom: 54px !important;
}
.imm-mt-60 {
  margin-top: 60px !important;
}
.imm-mb-60 {
  margin-bottom: 60px !important;
}
.imm-mt-63 {
  margin-top: 63px !important;
}
.imm-mb-63 {
  margin-bottom: 63px !important;
}
.imm-mt-64 {
  margin-top: 64px !important;
}
.imm-mb-64 {
  margin-bottom: 64px !important;
}
.imm-mt-70 {
  margin-top: 70px !important;
}
.imm-mb-70 {
  margin-bottom: 70px !important;
}
.imm-mt-80 {
  margin-top: 80px !important;
}
.imm-mb-80 {
  margin-bottom: 80px !important;
}
.imm-mt-81 {
  margin-top: 81px !important;
}
.imm-mb-81 {
  margin-bottom: 81px !important;
}
.imm-mt-82 {
  margin-top: 82px !important;
}
.imm-mb-82 {
  margin-bottom: 82px !important;
}
.imm-mt-90 {
  margin-top: 90px !important;
}
.imm-mb-90 {
  margin-bottom: 90px !important;
}
.imm-mt-100 {
  margin-top: 100px !important;
}
.imm-mb-100 {
  margin-bottom: 100px !important;
}
.imm-mt-120 {
  margin-top: 120px !important;
}
.imm-mb-120 {
  margin-bottom: 120px !important;
}
.imm-mt-160 {
  margin-top: 160px !important;
}
.imm-mb-160 {
  margin-bottom: 160px !important;
}
.imm-mt-168 {
  margin-top: 168px !important;
}
.imm-mb-168 {
  margin-bottom: 168px !important;
}
.imm-mt-113 {
  margin-top: 113px !important;
}
.imm-mb-113 {
  margin-bottom: 113px !important;
}
@media screen and (max-width: 767px) {
  .imm-mt-60 {
    margin-top: 30px !important;
  }
  .imm-mb-60 {
    margin-bottom: 30px !important;
  }
  .imm-mt-63 {
    margin-top: 32px !important;
  }
  .imm-mb-63 {
    margin-bottom: 32px !important;
  }
  .imm-mt-64 {
    margin-top: 32px !important;
  }
  .imm-mb-64 {
    margin-bottom: 32px !important;
  }
  .imm-mt-70 {
    margin-top: 35px !important;
  }
  .imm-mb-70 {
    margin-bottom: 35px !important;
  }
  .imm-mt-80 {
    margin-top: 40px !important;
  }
  .imm-mb-80 {
    margin-bottom: 40px !important;
  }
  .imm-mt-81 {
    margin-top: 40px !important;
  }
  .imm-mb-81 {
    margin-bottom: 40px !important;
  }
  .imm-mt-82 {
    margin-top: 41px !important;
  }
  .imm-mb-82 {
    margin-bottom: 41px !important;
  }
  .imm-mt-90 {
    margin-top: 45px !important;
  }
  .imm-mb-90 {
    margin-bottom: 45px !important;
  }
  .imm-mt-100 {
    margin-top: 50px !important;
  }
  .imm-mb-100 {
    margin-bottom: 50px !important;
  }
  .imm-mt-120 {
    margin-top: 60px !important;
  }
  .imm-mb-120 {
    margin-bottom: 60px !important;
  }
  .imm-mt-160 {
    margin-top: 80px !important;
  }
  .imm-mb-160 {
    margin-bottom: 80px !important;
  }
  .imm-mt-168 {
    margin-top: 84px !important;
  }
  .imm-mb-168 {
    margin-bottom: 84px !important;
  }
}
.imm-w-reduite > .container,
.imm-parcours--reduite > .container {
  max-width: 1365px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .imm-w-reduite > .container,
  .imm-parcours--reduite > .container {
    max-width: none;
    margin-left: clamp(16px, 7.29vw, 140px);
    margin-right: clamp(16px, 7.29vw, 140px);
  }
}
.imm-map {
  position: relative;
  z-index: 0;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
  background: #e7f1ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  font-family: "Stack Sans Text", sans-serif;
}
.imm-map .imm-map__canvas {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.imm-map .leaflet-control-zoom a {
  color: #12308a;
  border-color: #ced9e4;
}
.imm-map .leaflet-control-attribution {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.85);
  color: #495057;
}
.imm-map .leaflet-control-attribution a {
  color: #0a58ca;
}
.imm-map .imm-map__villes {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 24px);
}
.imm-map .imm-map__ville {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border: 1px solid #9ec5fe;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #12308a;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
  box-shadow: 0 4px 12px -6px rgba(3, 22, 51, 0.35);
  transition: background-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-map .imm-map__ville span {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #e7f1ff;
  color: #0a58ca;
  font-size: 11px;
  font-weight: 600;
}
.imm-map .imm-map__ville:hover {
  border-color: #0d6efd;
}
.imm-map .imm-map__ville[aria-pressed="true"] {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.imm-map .imm-map__ville[aria-pressed="true"] span {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.imm-pin-wrap {
  background: transparent;
  border: 0;
}
.imm-pin {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0d6efd;
  border: 3px solid #fff;
  box-shadow: 0 6px 16px -6px rgba(3, 22, 51, 0.6);
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.imm-pin .imm-pin__dot {
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #fff;
}
.imm-pin::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid #0d6efd;
  opacity: 0;
}
.leaflet-marker-icon:hover .imm-pin,
.leaflet-marker-icon.is-active .imm-pin,
.leaflet-marker-icon:focus .imm-pin {
  transform: scale(1.18);
  background: #12308a;
}
.leaflet-marker-icon:hover .imm-pin::before,
.leaflet-marker-icon.is-active .imm-pin::before,
.leaflet-marker-icon:focus .imm-pin::before {
  animation: imm-pulse-ring 1.4s ease-out infinite;
}
.imm-pin-tip.leaflet-tooltip {
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  background: #031633;
  color: #fff;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  box-shadow: 0 10px 24px -10px rgba(3, 22, 51, 0.6);
}
.imm-pin-tip.leaflet-tooltip strong {
  display: block;
  font-weight: 600;
}
.imm-pin-tip.leaflet-tooltip span {
  display: block;
  color: #9ec5fe;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 2px;
}
.imm-pin-tip.leaflet-tooltip::before {
  border-top-color: #031633;
}
@media screen and (max-width: 1440px) {
  .imm-display-3 {
    font-size: 52px;
  }
  .imm-display-4 {
    font-size: 46px;
  }
  .imm-display-5 {
    font-size: 40px;
  }
  .imm-h1 {
    font-size: 34px;
  }
  .imm-footer .imm-footer__main {
    flex-wrap: wrap;
  }
  .imm-footer .imm-footer__col {
    width: calc(33.333% - 14px);
    flex-basis: calc(33.333% - 14px);
  }
  .imm-footer .imm-footer__buttons {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .imm-header .imm-header__inner {
    height: 90px;
  }
  .imm-header .imm-brand .imm-brand__logo {
    width: 100px;
    height: 40px;
  }
  .imm-header .imm-brand .imm-brand__text {
    font-size: 14px;
  }
  .imm-header .imm-burger {
    display: flex;
  }
  .imm-header .imm-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(420px, 100%);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 30px;
    padding: 110px 28px 40px;
    background: #fff;
    box-shadow: -20px 0 60px -30px rgba(3, 22, 51, 0.4);
    transform: translateX(105%);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: auto;
    z-index: 999;
  }
  .imm-header .imm-header__nav.is-open {
    transform: translateX(0);
  }
  .imm-header .imm-menu .imm-menu__list {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .imm-header .imm-menu a {
    padding: 12px 14px;
    font-size: 18px;
  }
  .imm-header .imm-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 14px;
    background: transparent;
  }
  .imm-header .imm-menu .sub-menu a {
    font-size: 16px;
  }
  .imm-header .imm-header__buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .imm-header .imm-header__buttons .imm-btn {
    justify-content: center;
  }
  .imm-header .imm-burger {
    position: relative;
    z-index: 1001;
  }
  body.imm-menu-open {
    overflow: hidden;
  }
  .imm-footer .imm-footer__col {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  body .container {
    margin-left: 16px;
    margin-right: 16px;
  }
  .imm-display-3 {
    font-size: 38px;
  }
  .imm-display-4 {
    font-size: 34px;
  }
  .imm-display-5 {
    font-size: 30px;
  }
  .imm-h1 {
    font-size: 28px;
  }
  .imm-h2 {
    font-size: 26px;
  }
  .imm-h4 {
    font-size: 22px;
  }
  .imm-lead {
    font-size: 18px;
  }
  .imm-header .imm-header__inner {
    height: 72px;
  }
  .imm-header .imm-brand {
    gap: 8px;
  }
  .imm-header .imm-brand .imm-brand__logo {
    width: 84px;
    height: 34px;
  }
  .imm-header .imm-brand .imm-brand__text {
    font-size: 12px;
  }
  .imm-header .imm-header__nav {
    padding-top: 90px;
  }
  .imm-footer {
    padding-top: 40px;
  }
  .imm-footer .imm-footer__col {
    width: 100%;
    flex-basis: 100%;
    gap: 24px;
  }
  .imm-footer .imm-footer__main {
    gap: 24px;
    margin-bottom: 30px;
  }
  .imm-footer .imm-footer__bandeau {
    height: auto;
    aspect-ratio: 13.77777778;
    min-height: 56px;
  }
  .imm-footer .imm-footer__signature {
    height: auto;
    gap: 12px 18px;
    text-align: center;
  }
  .imm-footer .imm-footer__signature .imm-footer__links {
    justify-content: center;
    gap: 8px 18px;
  }
  .imm-card-news .imm-card-news__body {
    padding: 24px 20px;
  }
  .imm-card-news .imm-card-news__img {
    height: 190px;
  }
  .imm-card-member {
    min-height: 0;
  }
  .imm-tile {
    font-size: 17px;
    height: auto;
    min-height: 56px;
  }
  .imm-btn--md {
    font-size: 18px;
    padding: 9px 15px;
  }
}
