*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, picture, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

ul[role=list], ol[role=list] {
  list-style: none;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

:target {
  scroll-margin-top: 6rem;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/raleway/raleway-400.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/raleway/raleway-500.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/raleway/raleway-600.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/raleway/raleway-700.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/raleway/raleway-900.woff2") format("woff2");
}
body {
  font-family: "Raleway", "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #2a3550;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  color: #192959;
  line-height: 1.2;
  font-weight: 700;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2rem, 1.4rem + 2.6vw, 3.25rem);
}

h2 {
  font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem);
}

h3 {
  font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.6rem);
}

h4 {
  font-size: 1.25rem;
}

p {
  text-wrap: pretty;
}

a {
  color: #224f82;
  transition: color 0.2s ease;
}

a:hover {
  color: #0c7361;
}

a:focus-visible {
  outline: 3px solid rgba(34, 79, 130, 0.55);
  outline-offset: 2px;
  border-radius: 2px;
}

strong {
  font-weight: 600;
}

small {
  font-size: 0.875rem;
}

body {
  background: #ffffff;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.container--narrow {
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  background: #192959;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 1rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.lead {
  font-size: clamp(1.125rem, 1.05rem + 0.4vw, 1.25rem);
  color: #5b6678;
}

.eyebrow {
  display: inline-block;
  font-family: "Raleway", "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0c7361;
  margin-bottom: 0.5rem;
}
.eyebrow--on-dark {
  color: #1abc9c;
}

:focus-visible {
  outline: 3px solid rgba(34, 79, 130, 0.55);
  outline-offset: 2px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #192959 url("/img/fond-menu-desktop.svg") center/cover no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header:not(.has-inline-nav) {
  background-image: url("/wp-content/uploads/2022/12/fond-menu-mobile.svg");
}
@media (min-width: 1600px) {
  .site-header:not(.js-nav) {
    background-image: url("/img/fond-menu-desktop.svg");
  }
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.5rem, 1.5vw, 1.5rem);
  min-height: 72px;
  max-width: 1980px;
}
.site-header__logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}
.site-header__logo img {
  height: 44px;
  width: auto;
}
.site-header__logo-dark {
  display: none;
}
.site-header__logo-light {
  display: block;
  height: clamp(30px, 1.1rem + 1.1vw, 40px);
}
.site-header__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
}
.site-header__burger, .site-header__burger::before, .site-header__burger::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.site-header__burger {
  position: relative;
}
.site-header__burger::before {
  position: absolute;
  top: -7px;
  left: 0;
}
.site-header__burger::after {
  position: absolute;
  top: 7px;
  left: 0;
}
[aria-expanded=true] .site-header__burger {
  background: transparent;
}
[aria-expanded=true] .site-header__burger::before {
  transform: translateY(7px) rotate(45deg);
}
[aria-expanded=true] .site-header__burger::after {
  transform: translateY(-7px) rotate(-45deg);
}
.site-header.has-inline-nav .site-header__toggle {
  display: none;
}
.site-header.has-inline-nav .site-nav__link {
  color: rgba(255, 255, 255, 0.92);
  padding: 1.5rem clamp(0.3rem, 0.1rem + 0.6vw, 1rem) 1rem;
  font-size: clamp(0.8rem, 0.166rem + 0.9vw, 1rem);
  white-space: nowrap;
  border-radius: 0;
  border-bottom: 5px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.site-header.has-inline-nav .site-nav__link:hover {
  background: transparent;
  color: #ffffff;
  border-bottom-color: #3973B9;
}
.site-header.has-inline-nav .site-nav__link.is-active {
  color: #ffffff;
  border-bottom-color: #3973B9;
}
.site-header.has-inline-nav .lang-switcher {
  background: rgba(255, 255, 255, 0.16);
}
.site-header.has-inline-nav .lang-switcher__item {
  color: rgba(255, 255, 255, 0.9);
}
.site-header.has-inline-nav .lang-switcher__item.is-active {
  background: #ffffff;
  color: #192959;
}

@media (min-width: 1600px) {
  .site-header:not(.js-nav) .site-header__toggle {
    display: none;
  }
  .site-header:not(.js-nav) .site-nav__link {
    color: rgba(255, 255, 255, 0.92);
    padding: 1.5rem clamp(0.3rem, 0.1rem + 0.6vw, 1rem) 1rem;
    font-size: clamp(0.8rem, 0.166rem + 0.9vw, 1rem);
    white-space: nowrap;
    border-radius: 0;
    border-bottom: 5px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
  }
  .site-header:not(.js-nav) .site-nav__link:hover {
    background: transparent;
    color: #ffffff;
    border-bottom-color: #3973B9;
  }
  .site-header:not(.js-nav) .site-nav__link.is-active {
    color: #ffffff;
    border-bottom-color: #3973B9;
  }
  .site-header:not(.js-nav) .lang-switcher {
    background: rgba(255, 255, 255, 0.16);
  }
  .site-header:not(.js-nav) .lang-switcher__item {
    color: rgba(255, 255, 255, 0.9);
  }
  .site-header:not(.js-nav) .lang-switcher__item.is-active {
    background: #ffffff;
    color: #192959;
  }
}
.site-footer {
  background: #ffffff;
  color: #2a3550;
  border-top: 1px solid #e2e8f0;
}
.site-footer__grid {
  display: grid;
  gap: 4rem;
  padding-block: 6rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: 1.3fr 1.3fr 1fr 0.9fr;
    gap: 2.5rem;
  }
}
.site-footer a {
  color: #2a3550;
  transition: color 0.2s ease;
}
.site-footer a:hover {
  color: #0c7361;
}
.site-footer__logo {
  width: clamp(180px, 16vw, 240px);
  height: auto;
  margin-bottom: 2.5rem;
}
.site-footer__legal {
  font-size: 0.875rem;
  color: #5b6678;
  line-height: 1.7;
}
.site-footer__legal a {
  color: #5b6678;
}
.site-footer__title {
  font-family: "Raleway", "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #192959;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
}
.site-footer__title--accent {
  border-bottom-color: #3973B9;
}
.site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.site-footer__badges--iso {
  gap: 2.5rem;
}
.site-footer__badge {
  display: block;
  width: auto;
  height: auto;
}
.site-footer__badge--qualiopi {
  max-width: 150px;
}
.site-footer__badge--acteurs {
  max-width: 120px;
}
.site-footer__badge--iso {
  height: 64px;
}
.site-footer__sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.site-footer__contact-icons {
  display: flex;
  gap: 1rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.site-footer__contact-icons a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3973B9;
  transition: background 0.2s ease;
}
.site-footer__contact-icons a:hover {
  background: #224f82;
}
.site-footer__contact-icons img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.site-footer__address {
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #5b6678;
}
.site-footer__address a {
  color: #5b6678;
}

.section {
  padding-block: 4rem;
}
@media (min-width: 1024px) {
  .section {
    padding-block: 6rem;
  }
}
.section--alt {
  background: #f4f7fb;
}
.section--blue {
  background: linear-gradient(120deg, #192959 0%, #224f82 100%);
  color: rgba(255, 255, 255, 0.92);
}
.section--navy {
  background: #192959;
  color: rgba(255, 255, 255, 0.92);
}
.section--dark {
  background: linear-gradient(135deg, #192959, #213a6b);
  color: rgba(255, 255, 255, 0.92);
}
.section__cta {
  margin-top: 2.5rem;
  text-align: center;
}

.section--blue h2, .section--blue h3, .section--navy h2, .section--navy h3, .section--dark h2, .section--dark h3 {
  color: #ffffff;
}
.section--blue .section-head__title, .section--navy .section-head__title, .section--dark .section-head__title {
  color: #ffffff;
  font-weight: 100;
  font-size: 65px;
}

.section-head {
  margin-bottom: 2.5rem;
}
.section-head--center {
  margin-inline: auto;
  text-align: center;
}
.section-head__title {
  margin-bottom: 1rem;
  font-weight: 200;
  font-size: clamp(45px, 4vw + 20px, 71px);
}
.section-head__lead {
  max-width: 60ch;
}
.section-head__lead {
  margin-top: 1rem;
}
.section-head__link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 600;
  color: #0c7361;
}

.grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-family: "Raleway", "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.btn:active {
  transform: translateY(1px);
}
.btn--sm {
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
}
.btn--md {
  padding: 0.75rem 1.5rem;
}
.btn--lg {
  padding: 0.95rem 1.9rem;
  font-size: clamp(1.125rem, 1.05rem + 0.4vw, 1.25rem);
}
.btn--primary {
  background: #1abc9c;
  color: #192959;
  border-color: #1abc9c;
  font-weight: 700;
}
.btn--primary:hover {
  background: #0c7361;
  border-color: #0c7361;
  color: #ffffff;
}
.btn--outline {
  background: transparent;
  color: #0c7361;
  border-color: #1abc9c;
}
.btn--outline:hover {
  background: #1abc9c;
  color: #192959;
}
.btn--light {
  background: #1abc9c;
  color: #192959;
  border-color: #1abc9c;
  font-weight: 700;
}
.btn--light:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #192959;
}
.btn--ghost {
  background: transparent;
  color: currentColor;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn--ghost:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.hero .btn--ghost {
  color: #ffffff;
}

.site-nav {
  display: none;
  position: absolute;
  inset: 72px 0 auto;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.1);
}
.site-nav.is-open {
  display: block;
}
.site-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav__link {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  color: #192959;
}
.site-nav__link:hover {
  background: #f4f7fb;
  color: #224f82;
}
.site-nav__link.is-active {
  color: #224f82;
}
.site-nav__actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
  flex-wrap: wrap;
}

.site-header.has-inline-nav .site-nav {
  display: flex !important;
  position: static;
  align-items: center;
  flex: 1;
  gap: clamp(1rem, 3vw - 1rem, 1.5rem);
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.site-header.has-inline-nav .site-nav .site-nav__list {
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.5rem, 1.5vw - 0.3rem, 2.5rem);
}
.site-header.has-inline-nav .site-nav .site-nav__actions {
  margin: 0;
  padding: 0;
  border: 0;
}

@media (min-width: 1600px) {
  .site-header:not(.js-nav) .site-nav {
    display: flex !important;
    position: static;
    align-items: center;
    flex: 1;
    gap: clamp(1rem, 3vw - 1rem, 1.5rem);
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }
  .site-header:not(.js-nav) .site-nav .site-nav__list {
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.5rem, 1.5vw - 0.3rem, 2.5rem);
  }
  .site-header:not(.js-nav) .site-nav .site-nav__actions {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  background: #f4f7fb;
  border-radius: 999px;
}
.lang-switcher__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #5b6678;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}
.lang-switcher__item:hover {
  color: #192959;
}
.lang-switcher__item.is-active {
  background: #192959;
  color: #ffffff;
}

.hero {
  position: relative;
  min-height: clamp(560px, 100svh, 1000px);
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, #224f82 100%);
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 0;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(25, 41, 89, 0.78) 0%, rgba(25, 41, 89, 0.45) 55%, rgba(34, 79, 130, 0.25) 100%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 100ch;
  padding-top: clamp(6rem, 12vh, 9rem);
  padding-bottom: 6rem;
}
.hero__eyebrow {
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #1abc9c;
  margin-bottom: 1rem;
}
.hero__title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0.01em;
  font-size: clamp(2.6rem, 1.6rem + 4.6vw, 5.5rem);
  margin-bottom: 2.5rem;
  text-shadow: 0 2px 24px rgba(25, 41, 89, 0.35);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-hero {
  background: linear-gradient(120deg, #192959, #224f82);
  color: #ffffff;
  padding-block: 4rem;
}
@media (min-width: 1024px) {
  .page-hero {
    padding-block: 6rem;
  }
}
.page-hero__eyebrow {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #1abc9c;
  margin-bottom: 0.5rem;
}
.page-hero__title {
  color: #ffffff;
}
.page-hero__lead {
  font-size: clamp(1.125rem, 1.05rem + 0.4vw, 1.25rem);
  color: rgba(255, 255, 255, 0.88);
  margin-top: 1rem;
  max-width: 60ch;
}

.article-card__thumb-link {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
}
.article-card__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f4f7fb;
}
.article-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s linear;
}
.article-card__thumb-link:hover img {
  transform: scale(1.25);
}
.article-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #192959, #224f82);
}
@media (max-width: 782px) {
  .article-card__text {
    padding: 0 15px;
  }
}
.article-card__title {
  font-family: "Raleway", "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 1px;
  color: #192959;
  margin-bottom: 10px;
}
.article-card__title a {
  color: inherit;
  text-decoration: none;
}
.article-card__meta {
  font-family: "Raleway", "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #555555;
}
.article-card__date {
  font: inherit;
  color: inherit;
}

.leader {
  padding: 2.5rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.08);
}
.leader__name {
  font-size: 1.25rem;
}
.leader__role {
  color: #0c7361;
  font-weight: 600;
  margin-block: 2px 0.5rem;
}
.leader__bio {
  color: #5b6678;
}

.feature {
  position: relative;
  padding: 2.5rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.1);
  border-color: rgba(34, 79, 130, 0.4);
}
.feature__number {
  display: inline-block;
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0c7361;
  margin-bottom: 0.5rem;
}
.feature__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.feature__text {
  color: #5b6678;
}

.section--alt .feature {
  background: #ffffff;
}

.form-field {
  margin-bottom: 1.5rem;
}
.form-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #192959;
}
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none;
  border-color: #224f82;
  box-shadow: 0 0 0 3px rgba(34, 79, 130, 0.18);
}
.form-field textarea {
  resize: vertical;
  min-height: 8rem;
}

.form-error {
  display: block;
  margin-top: 4px;
  color: #d6455d;
  font-size: 0.875rem;
}

.contact-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.alert {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}
.alert--success {
  background: rgba(14, 148, 136, 0.12);
  border: 1px solid #0e9488;
  color: #0c7361;
}

.badge-line {
  margin-bottom: 2.5rem;
}

.badge {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  background: rgba(14, 148, 136, 0.12);
  color: #0c7361;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.875rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #5b6678;
}
.breadcrumb a:hover {
  color: #224f82;
}

.cta-band {
  text-align: center;
  max-width: 60ch;
  margin-inline: auto;
}
.cta-band__title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cta-band__text {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1.125rem, 1.05rem + 0.4vw, 1.25rem);
  margin-bottom: 2.5rem;
}

body.case-modal-open {
  overflow: hidden;
}

.case-modal {
  --case-color: #1abc9c;
  --case-band-color: #72AB99;
  --case-guillemets: url('/img/icon-guillemets-green.svg');
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.case-modal.is-open {
  display: flex;
}
.case-modal--green {
  --case-color: #1abc9c;
  --case-band-color: #72AB99;
  --case-guillemets: url('/img/icon-guillemets-green.svg');
}
.case-modal--pink {
  --case-color: #d6457e;
  --case-band-color: #BB566D;
  --case-guillemets: url('/img/icon-guillemets-pink.svg');
}
.case-modal--blue {
  --case-color: #3973b9;
  --case-band-color: #3973B9;
  --case-guillemets: url('/img/icon-guillemets-blue.svg');
}
.case-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(25, 41, 89, 0.78);
}
.case-modal__panel {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  margin: auto;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.14);
}
.case-modal__bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.5rem;
  color: #ffffff;
}
.case-modal__crumb {
  margin: 0;
  font-size: 0.875rem;
  opacity: 0.95;
}
.case-modal__crumb-cat {
  text-transform: uppercase;
  font-weight: 600;
}
.case-modal__crumb-sep {
  margin: 0 0.35rem;
}
.case-modal__close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--case-color);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: filter 0.2s ease;
}
.case-modal__close:hover {
  filter: brightness(1.08);
}
.case-modal__hero {
  position: relative;
  padding: 6rem 2.5rem 4rem;
  background: #192959;
  color: #ffffff;
  overflow: hidden;
}
.case-modal__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.case-modal__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(25, 41, 89, 0.45) 0%, rgba(25, 41, 89, 0.86) 60%);
}
.case-modal__hero-body {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .case-modal__hero-body {
    width: 60%;
    margin-left: auto;
  }
}
.case-modal__title {
  font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.6rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.case-modal__text {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  opacity: 0.92;
}
.case-modal__text:last-child {
  margin-bottom: 0;
}
.case-modal__heading {
  text-align: center;
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.6rem);
  margin-bottom: 2.5rem;
}
.case-modal__heading--left {
  text-align: left;
}
.case-modal__deliverables {
  background: var(--case-band-color);
  color: #ffffff;
  padding: 4rem 2.5rem;
}
.case-modal__deliverables .case-modal__heading {
  color: #ffffff;
}
.case-modal__feedback {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  padding: 4rem 2.5rem;
}
@media (min-width: 1024px) {
  .case-modal__feedback {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
.case-modal__feedback .case-modal__heading {
  color: #192959;
}
.case-modal__feedback-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.case-modal__expertises {
  padding: 4rem 2.5rem;
}
.case-modal__cta {
  text-align: center;
  padding: 0 2.5rem 6rem;
}
.case-modal__nav {
  position: fixed;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #192959;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease;
}
.case-modal__nav:hover {
  background: #ffffff;
}
.case-modal__nav--prev {
  left: 1.5rem;
}
.case-modal__nav--next {
  right: 1.5rem;
}

.deliverable-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
  display: grid;
  gap: 1rem 4rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .deliverable-list {
    grid-template-columns: 1fr 1fr;
  }
}
.deliverable-list__item {
  position: relative;
  padding-left: 2.4rem;
  line-height: 1.4;
}
.deliverable-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/img/icon-kertios-check-navy.svg") center/contain no-repeat;
}

.feedback-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feedback-list__item {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1.5rem;
  color: #2a3550;
  line-height: 1.55;
}
.feedback-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1.5rem;
  height: 1rem;
  background: var(--case-guillemets) center/contain no-repeat;
}
.feedback-list__item:last-child {
  margin-bottom: 0;
}

.expertise-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .expertise-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
    justify-content: center;
  }
}

.expertise {
  text-align: center;
}
.expertise__icon {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 1rem;
  display: block;
}
.expertise__label {
  font-size: 1rem;
  font-weight: 700;
  color: #192959;
  margin-bottom: 0.5rem;
}
.expertise__text {
  font-size: 0.875rem;
  color: #5b6678;
  line-height: 1.55;
}

.mission-section {
  background: linear-gradient(to bottom, #224f82 0%, #192959 100%);
}

.mission {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .mission {
    grid-template-columns: 320px 1fr;
    gap: 6rem;
  }
}
.mission__visual {
  justify-self: center;
}
.mission__visual img {
  width: clamp(200px, 40vw, 320px);
  height: auto;
}
.mission__title {
  color: #1abc9c;
  margin-bottom: 1.5rem;
  font-weight: 200;
  font-size: 75px;
}
.mission__text {
  color: rgba(255, 255, 255, 0.9);
}
.mission__text p {
  margin-bottom: 1.5rem;
}
.mission__text p:last-child {
  margin-bottom: 0;
}
.mission__text strong {
  color: #ffffff;
  font-weight: 700;
}
.mission__text .hl {
  color: #1abc9c;
  font-weight: 600;
}
.mission__text .lead {
  font-size: clamp(1.125rem, 1.05rem + 0.4vw, 1.25rem);
  color: #ffffff;
  border-left: 7px solid rgba(255, 255, 255, 0.9);
  padding-left: 1.5rem;
}

.cases-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cases-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.case-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  aspect-ratio: 11/10;
  width: 100%;
  margin: 0;
  padding: 20px 22px 0 21px;
  border: 0;
  overflow: hidden;
  color: #ffffff;
  font: inherit;
  text-align: left;
  background: #192959;
  cursor: pointer;
}
.case-tile__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.case-tile__img--hover {
  opacity: 0;
  transition: opacity 1s ease;
}
.case-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(25, 41, 89, 0.82) 0%, rgba(25, 41, 89, 0.45) 30%, rgba(25, 41, 89, 0.12) 55%, rgba(25, 41, 89, 0) 75%);
}
.case-tile:hover .case-tile__img--hover, .case-tile:focus-visible .case-tile__img--hover {
  opacity: 1;
}
.case-tile__category {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.case-tile__title {
  position: relative;
  z-index: 2;
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}
.case-tile__icon {
  position: absolute;
  left: 21px;
  top: 50%;
  z-index: 2;
  display: flex;
  width: 26px;
  height: 26px;
  opacity: 0;
  transform: translateY(-50%) translateY(50px);
  transition: opacity 0.25s linear, transform 0.5s linear;
}
.case-tile__icon svg {
  width: 100%;
  height: 100%;
}
.case-tile:hover .case-tile__icon, .case-tile:focus-visible .case-tile__icon {
  opacity: 1;
  transform: translateY(-50%) translateY(0);
}

.figures {
  display: grid;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .figures {
    grid-template-columns: 0.85fr 1.15fr;
  }
}
.figures__map-wrap {
  position: relative;
}
.figures__map {
  width: 100%;
  height: auto;
  display: block;
}

.stats {
  display: grid;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .stats {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .stats {
    grid-template-columns: 1fr;
  }
}
.stats__item {
  text-align: center;
}
@media (min-width: 1024px) {
  .stats__item {
    text-align: left;
  }
}
.stats__value {
  display: block;
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.15;
  color: #3973B9;
}
.stats__affix {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.stats__label {
  display: block;
  margin-top: 0.5rem;
  color: #5b6678;
  font-size: 1rem;
}

.map-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.map-pin {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 24px;
  padding: 0 5px 0 1px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: auto;
}
.map-pin img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.logos-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.logos-marquee__track {
  display: flex;
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5rem);
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  animation: logos-scroll 70s linear infinite;
}
.logos-marquee:hover .logos-marquee__track {
  animation-play-state: paused;
}
.logos-marquee__item {
  flex: 0 0 auto;
}
.logos-marquee__item img {
  width: auto;
  height: 85px;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .logos-marquee__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.about-title {
  background: #ffffff;
  padding-block: 1.5rem 0;
}
.about-title h1 {
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 75px;
  font-weight: 300;
  color: #192959;
}
@media (max-width: 768px) {
  .about-title h1 {
    font-size: 40px;
  }
}

.about-leaders {
  padding-block: 2.5rem 6rem;
  background: #ffffff;
}
.about-leaders__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .about-leaders__grid {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.leader-card {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.leader-card__photo {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px;
  margin-bottom: 1.5rem;
}
.leader-card__name {
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  color: #192959;
  margin-bottom: 0.15rem;
}
@media (max-width: 768px) {
  .leader-card__name {
    font-size: 24px;
  }
}
.leader-card__role {
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
  color: #192959;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .leader-card__role {
    font-size: 20px;
  }
}
.leader-card__bar {
  width: 175px;
  height: auto;
  margin-bottom: 1rem;
}
.leader-card__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 1.5rem;
}
.leader-card__contact a {
  display: inline-flex;
  transition: opacity 0.2s ease;
}
.leader-card__contact a:hover {
  opacity: 0.7;
}
.leader-card__contact img {
  width: 55px;
  height: 55px;
}
.leader-card__bio {
  font-size: 17px;
  line-height: 23px;
  color: #555;
}
.leader-card__bio h4 {
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #192959;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  text-decoration: underline;
}
.leader-card__bio p {
  margin-bottom: 0.35rem;
}

.about-manifesto {
  position: relative;
  background: #f7f7f7;
  color: #555;
  overflow: hidden;
  padding: 0;
}
.about-manifesto > .container {
  max-width: none;
  padding: 0;
}
.about-manifesto__title {
  color: #3973b9;
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 60px;
  font-weight: 200;
  margin-bottom: 0;
  max-width: 1200px;
  margin-inline: auto;
  padding: 4rem 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .about-manifesto__title {
    font-size: 32px;
  }
}
.about-manifesto__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .about-manifesto__inner {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}
.about-manifesto__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .about-manifesto__visual {
    flex: 0 0 45%;
    min-height: 500px;
  }
}
@media (max-width: 1023px) {
  .about-manifesto__visual {
    min-height: 300px;
  }
}
.about-manifesto__circle {
  position: absolute;
  width: 1720px;
  height: auto;
  opacity: 0.77;
  mix-blend-mode: multiply;
  pointer-events: none;
  left: -750px;
  top: -450px;
}
@media (max-width: 1023px) {
  .about-manifesto__circle {
    width: 900px;
    left: -250px;
    top: -200px;
  }
}
.about-manifesto__photo {
  position: relative;
  z-index: 1;
  width: 85%;
  max-width: 500px;
  height: auto;
}
.about-manifesto__text {
  position: relative;
  flex: 1;
  max-width: 1024px;
}
@media (min-width: 1024px) {
  .about-manifesto__text {
    padding: 2.5rem 0 4rem;
  }
}
@media (max-width: 1023px) {
  .about-manifesto__text {
    padding: 1.5rem;
  }
}
.about-manifesto__progress {
  position: relative;
  height: 4px;
  margin-bottom: 2.5rem;
  border-radius: 2px;
  overflow: hidden;
}
.about-manifesto__progress-white {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.about-manifesto__progress-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  background: #3973b9;
  border-radius: 2px;
  z-index: 1;
}
.about-manifesto__content h3 {
  color: #555;
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .about-manifesto__content h3 {
    font-size: 20px;
  }
}
.about-manifesto__content h4 {
  color: #3973b9;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.about-manifesto__content h4 em {
  font-style: italic;
}
@media (max-width: 768px) {
  .about-manifesto__content h4 {
    font-size: 17px;
  }
}
.about-manifesto__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.about-manifesto__content ul li {
  font-size: 16px;
  line-height: 22px;
  color: #555;
}
.about-manifesto__content ul li strong {
  font-weight: 600;
}
.about-manifesto__closing {
  margin-top: 2.5rem;
  font-size: 17px;
  color: #555;
}
.about-manifesto__closing strong {
  font-weight: 700;
}

.article__header {
  position: relative;
  background: url("/wp-content/uploads/2023/06/retour-experience_6.jpg") center bottom/cover no-repeat;
  color: #ffffff;
  padding-top: 142px;
}
.article__header-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 41, 89, 0.55);
}
.article__header-inner {
  position: relative;
  z-index: 1;
  padding-block: 4rem;
}
.article__title {
  color: #ffffff;
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.article__header-bars {
  position: relative;
  width: 310px;
  max-width: 100%;
  height: 6px;
  margin-top: 1.5rem;
}
.article__header-bar {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
}
.article__header-bar--color {
  top: 0;
  width: 232.5px;
  background: #3973b9;
}
.article__header-bar--white {
  top: 3px;
  width: 310px;
  max-width: 100%;
  background: #c4c4c4;
}
.article__header-date {
  display: block;
  margin-top: 1.5rem;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}
.article__layout {
  display: flex;
  gap: 2.5rem;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .article__layout {
    flex-direction: column;
  }
}
.article__content {
  flex: 1;
  min-width: 0;
  max-width: 823px;
}
.article__sidebar {
  flex: 0 0 228px;
  width: 228px;
}
@media (max-width: 1023px) {
  .article__sidebar {
    display: none;
  }
}
.article__sidebar-inner {
  position: sticky;
  top: 50vh;
}
.article__sidebar-meta {
  font-size: 17px;
  font-weight: 500;
  color: #555;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.article__sidebar-author {
  font-weight: 500;
}
.article__sidebar-share {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.article__sidebar-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #0077b5;
  color: #ffffff;
  border: 1px solid #0077b5;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}
.article__sidebar-linkedin:hover {
  background: #ffffff;
  color: #0077b5;
}
.article__sidebar-linkedin svg {
  width: 20px;
  height: 20px;
}
.article__sidebar-back {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
}
.article__sidebar-back:hover {
  color: #192959;
}

.prose {
  padding-block: 2.5rem;
  font-size: 20px;
  font-weight: 500;
  color: #555;
  line-height: 30px;
}
.prose > * + * {
  margin-top: 1.5rem;
}
.prose > :first-child {
  margin-top: 0;
}
.prose h2 {
  font-size: 34px;
  line-height: 40px;
  margin: 8px 0 16px;
}
.prose h3 {
  font-size: 26px;
  line-height: 32px;
  margin: 8px 0 12px;
}
.prose a {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 18px;
}
.prose a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.prose ul, .prose ol {
  padding-left: 1.4em;
}
.prose li + li {
  margin-top: 0.4em;
}
.prose img {
  border-radius: 12px;
  margin-block: 1.5rem;
}
.prose blockquote {
  border-left: 4px solid #1abc9c;
  padding-left: 1.5rem;
  color: #5b6678;
  font-style: italic;
}

.news-hero {
  background-image: url("/img/banner-page-news.png");
  background-position: bottom center;
  background-size: cover;
  min-height: 640px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .news-hero {
    background-image: url("/img/banner-page-news-mobile.png");
    background-position: center center;
    background-size: auto;
    min-height: 200px;
  }
}
.news-hero__inner {
  padding-top: 10%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 768px) {
  .news-hero__inner {
    padding: 30px 15px;
  }
}
.news-hero__title {
  font-family: "Raleway", "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}
.news-hero__bar {
  position: relative;
  width: 310px;
  height: 3px;
  margin-top: 12px;
}
.news-hero__bar-color, .news-hero__bar-white {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.news-hero__bar-white {
  width: 100%;
  background: #C4C4C4;
}
.news-hero__bar-color {
  width: 75%;
  background: #3973B9;
  z-index: 1;
}

.news-list {
  margin-top: -100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .news-list {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 25px;
}
@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-pagination {
  text-align: center;
  margin-top: 2.5rem;
}
.news-pagination__nav {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.news-pagination__page {
  font-family: "Raleway", "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.news-pagination__page:hover {
  color: rgba(0, 0, 0, 0.8);
}
.news-pagination__page--current {
  font-size: 17px;
  color: #555;
}
.news-pagination__dots {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.contact-page {
  background-color: #E6E6E6;
  background-image: url("/img/contact-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 15px;
}
.contact-page__container {
  max-width: 1582px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  min-height: 734px;
}
@media (min-width: 1024px) {
  .contact-page__container {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.contact-page__form-col {
  display: flex;
  justify-content: center;
}
.contact-page__iframe {
  width: 640px;
  max-width: 100%;
  height: 1300px;
  border: none;
}
.contact-page__info-col {
  background: rgba(26, 40, 94, 0.565);
  border-radius: 12px;
  padding: 2.5rem 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.contact-page__block {
  color: #ffffff;
}
.contact-page__progress {
  position: relative;
  height: 47px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.contact-page__progress-color {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #224f82 0%, #1abc9c 50%, #224f82 100%);
}
.contact-page__progress-white {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.contact-page__block-title {
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.contact-page__block-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.8;
}
.contact-page__block-text p {
  margin: 0;
}
.contact-page__text-light {
  color: rgba(255, 255, 255, 0.75);
}
.contact-page__block-logo {
  margin-top: 0.5rem;
}
.contact-page__block-logo img {
  max-width: 201px;
  height: auto;
}

.pagination-wrap {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.pagination-wrap nav {
  display: flex;
}
.pagination-wrap .pagination {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-wrap a, .pagination-wrap span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding-inline: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #192959;
  font-size: 0.875rem;
}
.pagination-wrap a:hover {
  border-color: #224f82;
  color: #224f82;
}
.pagination-wrap [aria-current] span,
.pagination-wrap .active span {
  background: #192959;
  color: #ffffff;
  border-color: #192959;
}

.prose h2:first-of-type {
  margin-top: 2.5rem;
}

.expertise-page {
  position: relative;
  overflow: hidden;
}
.expertise-page__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/wp-content/uploads/2025/01/visuel-cas_HD-2-2Light_1.jpg") center/cover no-repeat;
}
.expertise-page__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(25, 41, 89, 0.7);
  background-image: url("/wp-content/uploads/2022/12/home-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.expertise-section {
  position: relative;
  z-index: 2;
  padding-block: 4rem;
  color: #ffffff;
}
.expertise-section--first {
  padding-top: clamp(6rem, 12vh, 10rem);
}
@media (min-width: 768px) {
  .expertise-section--first .expertise-heading {
    text-align: justify;
  }
}

.expertise-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .expertise-heading {
    flex-direction: row;
    text-align: start;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .expertise-heading--portrait-right {
    flex-direction: row-reverse;
    text-align: end;
  }
}
.expertise-heading__portrait {
  flex-shrink: 0;
}
.expertise-heading__portrait img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.expertise-heading__title {
  color: #ffffff;
  font-weight: 200;
  font-size: 35px;
  line-height: 1.1;
}

.flip-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .flip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .flip-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.flip-card {
  perspective: 1000px;
  height: 300px;
  cursor: pointer;
}
.flip-card--green {
  height: 370px;
}
.flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card__inner, .flip-card:focus-within .flip-card__inner {
  transform: rotateY(180deg);
}
.flip-card__front, .flip-card__back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.flip-card__front {
  z-index: 2;
  padding: 1.5rem 1rem;
}
.flip-card__icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  color: #ffffff;
}
.flip-card__icon svg {
  width: 100%;
  height: 100%;
}
.flip-card__front-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0.5rem;
}
.flip-card__back {
  transform: rotateY(180deg);
  background: #ffffff;
  padding: 1.5rem;
}
.flip-card__back-text {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}
.flip-card--blue .flip-card__front {
  background-color: #3973B9;
}
.flip-card--blue .flip-card__back {
  border: 2px solid #3973B9;
}
.flip-card--blue .flip-card__back .flip-card__back-text {
  color: #3973B9;
}
.flip-card--green .flip-card__front {
  background-color: #72AB99;
}
.flip-card--green .flip-card__back {
  border: 2px solid #72AB99;
}
.flip-card--green .flip-card__back .flip-card__back-text {
  color: #72AB99;
}
.flip-card--pink .flip-card__front {
  background-color: #BB566D;
}
.flip-card--pink .flip-card__back {
  border: 2px solid #BB566D;
}
.flip-card--pink .flip-card__back .flip-card__back-text {
  color: #BB566D;
}

.brochures {
  margin-top: 4rem;
}
.brochures__title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.brochures__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.brochures__icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  flex-shrink: 0;
}
.brochures__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.5em 1.2em;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.brochures__btn:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.05);
  color: #63CFFF;
}

.training-page__title {
  font-family: "Raleway", "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 75px;
  font-weight: 300;
  text-align: center;
  color: #192959;
  margin: 0;
  padding: 40px 0;
}
.training-page__catalog {
  width: 100%;
  height: 2250px;
}
.training-page__catalog iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.opportunities {
  background-color: #E6E6E6;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("/img/fond-opportunites.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 15px;
}
.opportunities__container {
  max-width: 1582px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  min-height: 734px;
}
@media (min-width: 1024px) {
  .opportunities__container {
    grid-template-columns: 1fr 1fr;
  }
}
.opportunities__career-inner {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .opportunities__career-inner {
    padding-right: 100px;
  }
}
.opportunities__title {
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .opportunities__title {
    font-size: 50px;
  }
}
.opportunities__progress {
  position: relative;
  height: 47px;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.opportunities__progress-color {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7A509C 0%, #1abc9c 50%, #7A509C 100%);
  transform: translateX(-50.6%);
  transition: transform 1s ease-in-out;
}
.scrolled .opportunities__progress-color {
  transform: translateX(0%);
}
.opportunities__progress-white {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  transform: translateX(-5.1%);
  transition: transform 1s ease-in-out;
}
.scrolled .opportunities__progress-white {
  transform: translateX(0%);
}
.opportunities__progress--form {
  margin-bottom: 1.5rem;
}
.opportunities__intro {
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.opportunities__intro p {
  margin-bottom: 1.5rem;
  font-size: 17px;
  font-weight: 600;
}
.opportunities__intro ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.opportunities__intro li {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.7;
}
.opportunities__jobs {
  margin-top: 1.5rem;
}
.opportunities__no-results {
  color: #5b6678;
  font-style: italic;
}
@media (min-width: 1024px) {
  .opportunities__form-col {
    display: flex;
    align-items: flex-start;
  }
}
.opportunities__form-panel {
  background: rgba(230, 230, 230, 0.9);
  border-radius: 12px;
  padding: 2.5rem;
  width: 100%;
}
.opportunities__form-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.opportunities__form-header img {
  width: 37px;
  height: 37px;
}
.opportunities__form-title {
  font-family: "Raleway", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  color: #192959;
  margin: 0;
}

.opportunities-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.opportunities-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .opportunities-form__row {
    grid-template-columns: 1fr 1fr;
  }
}
.opportunities-form .form-field {
  margin-bottom: 1.5rem;
}
.opportunities-form .form-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: #192959;
}
.opportunities-form .form-field input,
.opportunities-form .form-field select {
  width: 100%;
  padding: 0.6rem 0.8rem;
  font-size: 0.875rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.opportunities-form .form-field input:focus,
.opportunities-form .form-field select:focus {
  outline: none;
  border-color: #7A509C;
  box-shadow: 0 0 0 3px rgba(122, 80, 156, 0.18);
}
.opportunities-form .form-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 12px;
  padding-right: 2.2rem;
}
.opportunities-form__upload {
  border: 2px dashed rgba(122, 80, 156, 0.45);
  border-radius: 12px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  cursor: pointer;
  background: rgba(122, 80, 156, 0.04);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.opportunities-form__upload:hover, .opportunities-form__upload:focus-within {
  border-color: #7A509C;
  background: rgba(122, 80, 156, 0.08);
}
.opportunities-form__upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.opportunities-form__upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 0.875rem;
  color: #5b6678;
  line-height: 1.5;
}
.opportunities-form__upload-icon {
  color: #7A509C;
  margin-bottom: 0.5rem;
}
.opportunities-form__upload-bold {
  font-weight: 600;
  font-size: 1rem;
  color: #192959;
}
.opportunities-form__upload-hint {
  font-size: 0.875rem;
  color: #5b6678;
}
.opportunities-form__upload-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.55rem 1.4rem;
  background: #7A509C;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 999px;
  transition: background 0.2s ease;
}
.opportunities-form__upload:hover .opportunities-form__upload-btn, .opportunities-form__upload:focus-within .opportunities-form__upload-btn {
  background: rgb(95.6355932203, 62.7118644068, 122.2881355932);
}
.opportunities-form__upload-files {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #192959;
  word-break: break-word;
}
.opportunities-form__upload-files:empty {
  display: none;
}
.opportunities-form .btn {
  margin-top: 1rem;
  background: #7A509C;
  border-color: #7A509C;
  color: #ffffff;
}
.opportunities-form .btn:hover {
  background: rgb(95.6355932203, 62.7118644068, 122.2881355932);
  border-color: rgb(95.6355932203, 62.7118644068, 122.2881355932);
}
