@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #343A40;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
}

p {
  margin: 0 0 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #0056A6;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:not(.c-btn):hover {
  color: #003D75;
}
a:focus-visible {
  outline: 2px solid #0056A6;
  outline-offset: 2px;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none;
}
button:focus-visible {
  outline: 2px solid #0056A6;
  outline-offset: 2px;
}

input,
textarea,
select {
  font-family: inherit;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #0056A6;
  outline-offset: 2px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.5rem 1rem;
  background-color: #0056A6;
  color: #FFFFFF;
  font-weight: 600;
  z-index: 700;
  border-radius: 4px;
  clip: auto;
  overflow: visible;
  white-space: normal;
}

h1, .h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.875rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.6rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.275rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-primary {
  color: #0056A6;
}

.text-secondary {
  color: #00A3E0;
}

.text-gray {
  color: #6C757D;
}

.text-dark {
  color: #212529;
}

.text-white {
  color: #FFFFFF;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.list-styled {
  list-style: disc;
  padding-left: 2rem;
}
.list-styled li {
  margin-bottom: 0.5rem;
}

.list-ordered {
  list-style: decimal;
  padding-left: 2rem;
}
.list-ordered li {
  margin-bottom: 0.5rem;
}

blockquote {
  padding: 1.5rem;
  margin: 2rem 0;
  border-left: 4px solid #0056A6;
  background-color: #F8F9FA;
  font-style: italic;
  color: #495057;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8;
  color: #495057;
}

.intro {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: #495057;
}

strong,
b {
  font-weight: 700;
  color: #212529;
}

a.link-primary {
  color: #0056A6;
  font-weight: 500;
}
a.link-primary:hover {
  color: #003D75;
  text-decoration: underline;
}
a.link-external::after {
  content: " ↗";
  font-size: 0.8em;
}

small,
.small {
  font-size: 0.875rem;
  color: #6C757D;
}

.l-container {
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.l-container-fluid {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.l-container-narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.l-grid {
  display: grid;
  gap: 1.5rem;
}
.l-grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .l-grid--cols-2 {
    grid-template-columns: 1fr;
  }
}
.l-grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .l-grid--cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .l-grid--cols-3 {
    grid-template-columns: 1fr;
  }
}
.l-grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .l-grid--cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .l-grid--cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .l-grid--cols-4 {
    grid-template-columns: 1fr;
  }
}
.l-grid--gap-sm {
  gap: 0.5rem;
}
.l-grid--gap-md {
  gap: 1rem;
}
.l-grid--gap-lg {
  gap: 1.5rem;
}
.l-grid--gap-xl {
  gap: 2rem;
}

.l-flex {
  display: flex;
  gap: 1rem;
}
.l-flex--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-flex--between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-flex--column {
  display: flex;
  flex-direction: column;
}
.l-flex--wrap {
  flex-wrap: wrap;
}
.l-flex--gap-sm {
  gap: 0.5rem;
}
.l-flex--gap-lg {
  gap: 1.5rem;
}

.l-section {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .l-section {
    padding: 4rem 0;
  }
}
.l-section--sm {
  padding: 3rem 0;
}
.l-section--lg {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .l-section--lg {
    padding: 6rem 0;
  }
}
.l-section--gray {
  background-color: #F8F9FA;
}
.l-section--dark {
  background-color: #212529;
  color: #FFFFFF;
}
.l-section--dark h1, .l-section--dark h2, .l-section--dark h3, .l-section--dark h4, .l-section--dark h5, .l-section--dark h6 {
  color: #FFFFFF;
}
.l-section--primary {
  background-color: #0056A6;
  color: #FFFFFF;
}
.l-section--primary h1, .l-section--primary h2, .l-section--primary h3, .l-section--primary h4, .l-section--primary h5, .l-section--primary h6 {
  color: #FFFFFF;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-sm {
  margin-top: 0.5rem;
}

.u-mt-md {
  margin-top: 1rem;
}

.u-mt-lg {
  margin-top: 1.5rem;
}

.u-mt-xl {
  margin-top: 2rem;
}

.u-mt-2xl {
  margin-top: 3rem;
}

.u-mt-3xl {
  margin-top: 4rem;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-sm {
  margin-bottom: 0.5rem;
}

.u-mb-md {
  margin-bottom: 1rem;
}

.u-mb-lg {
  margin-bottom: 1.5rem;
}

.u-mb-xl {
  margin-bottom: 2rem;
}

.u-mb-2xl {
  margin-bottom: 3rem;
}

.u-mb-3xl {
  margin-bottom: 4rem;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pt-sm {
  padding-top: 0.5rem;
}

.u-pt-md {
  padding-top: 1rem;
}

.u-pt-lg {
  padding-top: 1.5rem;
}

.u-pt-xl {
  padding-top: 2rem;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-sm {
  padding-bottom: 0.5rem;
}

.u-pb-md {
  padding-bottom: 1rem;
}

.u-pb-lg {
  padding-bottom: 1.5rem;
}

.u-pb-xl {
  padding-bottom: 2rem;
}

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

.l-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DEE2E6;
  z-index: 200;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.l-header__container {
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media (max-width: 767px) {
  .l-header__container {
    height: 64px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0056A6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.l-header__logo:hover {
  color: #003D75;
}
.l-header__logo img {
  height: 80px;
  width: auto;
}
@media (max-width: 767px) {
  .l-header__logo img {
    height: 50px;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.l-breadcrumb {
  background-color: #F8F9FA;
  padding: 1rem 0;
  font-size: 0.875rem;
}
.l-breadcrumb__container {
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.l-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.l-breadcrumb__item:not(:last-child)::after {
  content: "›";
  color: #ADB5BD;
}
.l-breadcrumb__link {
  color: #6C757D;
  text-decoration: none;
}
.l-breadcrumb__link:hover {
  color: #0056A6;
  text-decoration: underline;
}
.l-breadcrumb__link--current {
  color: #343A40;
  font-weight: 500;
}

.l-footer {
  background-color: #212529;
  color: #DEE2E6;
  padding: 6rem 0 2rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 4rem 0 1.5rem;
  }
}
.l-footer__container {
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.l-footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .l-footer__top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .l-footer__top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.l-footer__col h3 {
  color: #FFFFFF;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.l-footer__col p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.l-footer__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 1rem;
}
.l-footer__logo img {
  height: 80px;
  width: auto;
}
.l-footer__description {
  color: #CED4DA;
  margin-bottom: 1.5rem;
}
.l-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.l-footer__contact a {
  color: #DEE2E6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.l-footer__contact a:hover {
  color: #FFFFFF;
}
.l-footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-footer__nav li {
  margin-bottom: 0.5rem;
}
.l-footer__nav a {
  color: #DEE2E6;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.l-footer__nav a:hover {
  color: #FFFFFF;
}
.l-footer__bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}
.l-footer__legal {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .l-footer__legal {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.l-footer__legal a {
  color: #DEE2E6;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.l-footer__legal a:hover {
  color: #FFFFFF;
}
.l-footer__copyright {
  font-size: 0.875rem;
  color: #ADB5BD;
}

.c-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .c-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.c-nav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .c-nav__burger {
    display: flex;
  }
}
.c-nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #343A40;
  transition: all 0.3s ease;
}
.c-nav__burger.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.c-nav__burger.is-active span:nth-child(2) {
  opacity: 0;
}
.c-nav__burger.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.c-nav__burger:focus-visible {
  outline: 2px solid #0056A6;
  outline-offset: 2px;
}
.c-nav__list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .c-nav__list {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .c-nav.is-open .c-nav__list {
    display: flex;
    background-color: #FFFFFF;
    position: fixed;
    inset: 64px 0 0 0;
    padding: 2rem;
    overflow-y: auto;
    z-index: 200;
  }
}
@media (max-width: 991px) {
  .c-nav.is-open .c-nav__burger {
    position: relative;
    z-index: 201;
  }
}
.c-nav__item {
  position: relative;
}
@media (max-width: 991px) {
  .c-nav__item {
    width: 100%;
    border-bottom: 1px solid #E9ECEF;
  }
}
.c-nav__item.is-active > .c-nav__link {
  color: #0056A6;
  font-weight: 600;
}
.c-nav__link {
  display: flex;
  align-items: center;
  gap: calc(0.25rem + 3px);
  padding: 0.5rem 1rem;
  color: #343A40;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .c-nav__link {
    padding: 1rem;
    width: 100%;
  }
}
.c-nav__link:hover {
  color: #0056A6;
}
.c-nav__link:focus-visible {
  outline: 2px solid #0056A6;
  outline-offset: 2px;
}
.c-nav__link::after {
  content: "";
  display: none;
}
.c-nav__item--has-submenu > .c-nav__link {
  cursor: pointer;
}
.c-nav__item--has-submenu > .c-nav__link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: all 0.3s ease;
}
.c-nav__item--has-submenu.is-open > .c-nav__link::after {
  transform: rotate(-135deg);
  margin-top: 1px;
}
.c-nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  padding: 0.5rem 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 991px) {
  .c-nav__submenu {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: #F8F9FA;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}
@media (min-width: 992px) {
  .c-nav__item--has-submenu:hover > .c-nav__submenu, .c-nav__item--has-submenu:focus-within > .c-nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .c-nav__item--has-submenu:hover > .c-nav__link::after, .c-nav__item--has-submenu:focus-within > .c-nav__link::after {
    transform: rotate(-135deg);
    margin-top: 1px;
  }
}
.c-nav__item--has-submenu.is-open > .c-nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .c-nav__item--has-submenu.is-open > .c-nav__submenu {
    display: block;
    max-height: 1000px;
  }
}
.c-nav__submenu-item.is-active > .c-nav__submenu-link {
  color: #0056A6;
  font-weight: 500;
}
.c-nav__submenu-link {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #343A40;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .c-nav__submenu-link {
    padding: 0.5rem 2rem;
  }
}
.c-nav__submenu-link:hover {
  background-color: #F8F9FA;
  color: #0056A6;
}
@media (max-width: 991px) {
  .c-nav__submenu-link:hover {
    background-color: #E9ECEF;
  }
}
.c-nav__submenu-link:focus-visible {
  outline: 2px solid #0056A6;
  outline-offset: 2px;
}
@media (max-width: 991px) {
  .c-nav__item--cta {
    padding: 1.5rem 0;
    width: 100%;
    border-bottom: none;
  }
}
.c-nav__item--cta .c-nav__link {
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  background-color: #0056A6;
  color: #FFFFFF !important;
}
@media (max-width: 991px) {
  .c-nav__item--cta .c-nav__link {
    display: inline-flex;
    justify-content: center;
    width: 100%;
  }
}
.c-nav__item--cta .c-nav__link:hover {
  background-color: #003D75;
  color: #FFFFFF !important;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.c-btn:focus-visible {
  outline: 2px solid #0056A6;
  outline-offset: 2px;
}
.c-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-btn--primary {
  background-color: #0056A6;
  color: #FFFFFF;
  border-color: #0056A6;
}
.c-btn--primary:hover:not(:disabled) {
  background-color: #003D75;
  border-color: #003D75;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.c-btn--primary:active:not(:disabled) {
  transform: translateY(0);
}
.c-btn--secondary {
  background-color: transparent;
  color: #0056A6;
  border-color: #0056A6;
}
.c-btn--secondary:hover:not(:disabled) {
  background-color: #0056A6;
  color: #FFFFFF;
}
.c-btn--accent {
  background-color: #FF6B35;
  color: #FFFFFF;
  border-color: #FF6B35;
}
.c-btn--accent:hover:not(:disabled) {
  background-color: #E55A28;
  border-color: #E55A28;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.c-btn--ghost {
  background-color: transparent;
  color: #495057;
  border-color: transparent;
}
.c-btn--ghost:hover:not(:disabled) {
  background-color: #F8F9FA;
  color: #212529;
}
.c-btn--white {
  background-color: #FFFFFF;
  color: #0056A6;
  border-color: #FFFFFF;
}
.c-btn--white:hover:not(:disabled) {
  background-color: #F8F9FA;
  border-color: #F8F9FA;
  color: #003D75;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.c-btn--white:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: none;
}
.c-btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.c-btn--lg {
  padding: 1.5rem 3rem;
  font-size: 1.125rem;
}
.c-btn--block, .c-btn--full-width {
  display: flex;
  width: 100%;
}
.c-btn--icon {
  padding: 1rem;
  width: 44px;
  height: 44px;
}
.c-btn--icon svg {
  width: 20px;
  height: 20px;
}

.c-btn-group {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .c-btn-group {
    flex-direction: column;
  }
  .c-btn-group .c-btn {
    width: 100%;
  }
}
.c-btn-group--center {
  justify-content: center;
}
.c-btn-group--right {
  justify-content: flex-end;
}

.c-back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  background-color: #0056A6;
  color: #FFFFFF;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 300;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.c-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-back-to-top:hover {
  background-color: #003D75;
  transform: translateY(-4px);
}
.c-back-to-top::before {
  content: "↑";
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .c-back-to-top {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

.c-btn-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.c-btn-group--center {
  justify-content: center;
}
.c-btn-group--start {
  justify-content: flex-start;
}
.c-btn-group--end {
  justify-content: flex-end;
}
@media (min-width: 576px) {
  .c-btn-group {
    flex-direction: column;
  }
  .c-btn-group .c-btn {
    width: 100%;
  }
}

.c-card {
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.c-card__image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #E9ECEF;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__body {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.c-card__header {
  margin-bottom: 1rem;
}
.c-card__tag {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0056A6;
  background-color: rgba(0, 86, 166, 0.1);
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
.c-card__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #212529;
  line-height: 1.3;
}
.c-card__title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-card__title a:hover {
  color: #0056A6;
}
.c-card__description {
  color: #6C757D;
  margin-bottom: 1.5rem;
  flex: 1;
}
.c-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #E9ECEF;
  margin-top: auto;
}
.c-card__link {
  color: #0056A6;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.3s ease;
}
.c-card__link:hover {
  color: #003D75;
  gap: 0.5rem;
}
.c-card__link::after {
  content: "→";
}
.c-card--highlight {
  border-color: #0056A6;
  border-width: 2px;
}
.c-card--highlight .c-card__title {
  color: #0056A6;
}
.c-card--horizontal {
  flex-direction: row;
}
@media (max-width: 767px) {
  .c-card--horizontal {
    flex-direction: column;
  }
}
.c-card--horizontal .c-card__image {
  width: 40%;
  height: auto;
  min-height: 200px;
}
@media (max-width: 767px) {
  .c-card--horizontal .c-card__image {
    width: 100%;
    height: 200px;
  }
}
.c-card--horizontal .c-card__body {
  width: 60%;
}
@media (max-width: 767px) {
  .c-card--horizontal .c-card__body {
    width: 100%;
  }
}
.c-card--no-border {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.c-info-box {
  padding: 1rem 2rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}
.c-info-box__title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-info-box__title::before {
  content: "💡";
  font-size: 1.5rem;
}
.c-info-box__content {
  line-height: 1.8;
}
.c-info-box__content p:last-child {
  margin-bottom: 0;
}
.c-info-box--info {
  background-color: rgba(23, 162, 184, 0.1);
  border-left: 4px solid #17A2B8;
}
.c-info-box--success {
  background-color: rgba(40, 167, 69, 0.1);
  border-left: 4px solid #28A745;
}
.c-info-box--success .c-info-box__title::before {
  content: "✓";
}
.c-info-box--warning {
  background-color: rgba(255, 193, 7, 0.1);
  border-left: 4px solid #FFC107;
}
.c-info-box--warning .c-info-box__title::before {
  content: "⚠";
}
.c-info-box--primary {
  background-color: rgba(0, 86, 166, 0.1);
  border-left: 4px solid #0056A6;
}
.c-info-box--primary .c-info-box__title::before {
  content: "📊";
}

.c-stats-card {
  background-color: #FFFFFF;
  padding: 1rem 2rem 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 4rem;
}
.c-stats-card__number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0056A6;
  margin-bottom: 0.5rem;
}
.c-stats-card__label {
  color: #6C757D;
  font-size: 1rem;
  font-weight: 500;
}
.c-stats-card__icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.c-form {
  max-width: 800px;
  margin: 0 auto;
}
.c-form__required-note {
  font-size: 0.875rem;
  color: #6C757D;
  margin-bottom: 1.5rem;
  font-style: italic;
}
.c-form__group {
  margin-bottom: 1.5rem;
  position: relative;
}
.c-form__label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #212529;
}
.c-form__label--required::after {
  content: " *";
  color: #FF6B35;
}
.c-form__input, .c-form__select, .c-form__textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #DEE2E6;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #212529;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.c-form__input:focus, .c-form__select:focus, .c-form__textarea:focus {
  outline: none;
  border-color: #0056A6;
  box-shadow: 0 0 0 3px rgba(0, 86, 166, 0.1);
}
.c-form__input::-moz-placeholder, .c-form__select::-moz-placeholder, .c-form__textarea::-moz-placeholder {
  color: #6C757D;
}
.c-form__input::placeholder, .c-form__select::placeholder, .c-form__textarea::placeholder {
  color: #6C757D;
}
.c-form__input:invalid:not(:-moz-placeholder), .c-form__select:invalid:not(:-moz-placeholder), .c-form__textarea:invalid:not(:-moz-placeholder) {
  border-color: #FF6B35;
}
.c-form__input:invalid:not(:placeholder-shown), .c-form__select:invalid:not(:placeholder-shown), .c-form__textarea:invalid:not(:placeholder-shown) {
  border-color: #FF6B35;
}
.c-form__select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  padding-right: 2rem;
}
.c-form__textarea {
  min-height: 150px;
  resize: vertical;
}
.c-form__checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.c-form__checkbox input[type=checkbox] {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}
.c-form__checkbox label {
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.c-form__actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .c-form__actions {
    flex-direction: column;
  }
  .c-form__actions .c-btn {
    width: 100%;
  }
}
.c-form__help {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6C757D;
  line-height: 1.5;
}
.c-form__error {
  position: absolute;
  top: 100%;
  margin-top: 0.25rem;
  left: 0;
  width: 100%;
  color: #FF6B35;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.c-form__error.error__message__active--contact {
  opacity: 1;
  visibility: visible;
}
.c-form__radio-group {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}
.c-form__radio-wrapper {
  display: flex;
  align-items: center;
}
.c-form__radio {
  margin-right: 0.5rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.c-form__radio:checked + .c-form__radio-label {
  font-weight: 600;
  color: #0056A6;
}
.c-form__radio-label {
  cursor: pointer;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.c-form__time-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-form__time-separator {
  color: #6C757D;
  font-weight: 500;
}
.c-form__input--time {
  max-width: 150px;
}
.c-form__privacy {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  color: #6C757D;
  line-height: 1.5;
}
.c-form__privacy a {
  color: #0056A6;
  text-decoration: underline;
}
.c-form__privacy a:hover {
  color: rgb(0, 59.578313253, 115);
}
.c-form__privacy--small {
  font-size: 0.8125rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.c-form--hero {
  max-width: none;
}
.c-form--hero .c-form__group {
  margin-bottom: 1.5rem;
  position: relative;
}
.c-form--hero .c-form__group::after {
  content: "*";
  position: absolute;
  top: 13px;
  color: #FF6B35;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.c-form--hero .c-form__group.has-content::after {
  opacity: 0;
}
.c-form--hero .c-form__group--raison::after {
  left: 141px;
}
.c-form--hero .c-form__group--nom::after {
  left: 61px;
}
.c-form--hero .c-form__group--email::after {
  left: 76px;
}
.c-form--hero .c-form__group--telephone {
  margin-bottom: 2.5rem;
}
.c-form--hero .c-form__group--telephone::after {
  left: 106px;
}
.c-form--hero .c-form__group--message::after {
  left: 136px;
}
.c-form--hero .c-form__back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 1rem;
  color: #0056A6;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
}
.c-form--hero .c-form__back-btn:hover {
  color: rgb(0, 59.578313253, 115);
}
.c-form--hero .c-form__back-btn svg {
  display: block;
  width: 18px;
  height: 18px;
}
.c-form--hero .c-form__label {
  margin-bottom: 0.125rem;
  font-size: 0.875rem;
}
.c-form--hero .c-form__input,
.c-form--hero .c-form__textarea {
  padding: 12px 16px;
  font-size: 1rem;
  border: 1.5px solid #DEE2E6;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.c-form--hero .c-form__input::-moz-placeholder, .c-form--hero .c-form__textarea::-moz-placeholder {
  color: #6C757D;
  font-weight: 500;
  opacity: 1;
}
.c-form--hero .c-form__input::placeholder,
.c-form--hero .c-form__textarea::placeholder {
  color: #6C757D;
  font-weight: 500;
  opacity: 1;
}
.c-form--hero .c-form__input:hover,
.c-form--hero .c-form__textarea:hover {
  border-color: #CED4DA;
}
.c-form--hero .c-form__input:focus,
.c-form--hero .c-form__textarea:focus {
  outline: none;
  border-color: #0056A6;
  box-shadow: 0 0 0 3px rgba(0, 86, 166, 0.1), 0 2px 4px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}
.c-form--hero .c-form__input:invalid:not(:-moz-placeholder), .c-form--hero .c-form__textarea:invalid:not(:-moz-placeholder) {
  border-color: #FF6B35;
  background-color: rgba(255, 107, 53, 0.02);
}
.c-form--hero .c-form__input:invalid:not(:placeholder-shown),
.c-form--hero .c-form__textarea:invalid:not(:placeholder-shown) {
  border-color: #FF6B35;
  background-color: rgba(255, 107, 53, 0.02);
}
.c-form--hero .c-form__textarea {
  min-height: 70px;
  resize: vertical;
}
.c-form--hero .c-form__actions {
  margin-top: 1.5rem;
}
.c-form--hero .c-form__privacy--small {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  color: #ADB5BD;
}

.c-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  margin-top: 1.5rem;
  justify-content: center;
}
.c-trust-strip__item {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  padding: 2px 0.5rem;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
.c-trust-strip__item:first-child {
  border-left: none;
}
.c-trust-strip--light {
  margin-top: 1rem;
  margin-bottom: 1rem;
  justify-content: flex-start;
}
.c-trust-strip--light .c-trust-strip__item {
  color: #6C757D;
  font-size: 0.8125rem;
  border-left-color: #DEE2E6;
}

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

.c-hero {
  position: relative;
  width: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #212529;
}
@media (max-width: 767px) {
  .c-hero {
    min-height: 350px;
  }
}
.c-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85));
}
.c-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #FFFFFF;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
  max-width: 960px;
}
.c-hero__content h1, .c-hero__content h2 {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  font-size: 2.75rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-hero__content h1, .c-hero__content h2 {
    font-size: 2rem;
  }
}
.c-hero__content p, .c-hero__content .intro {
  font-size: 1.375rem;
  max-width: 900px;
  margin: 0 auto 2rem auto;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.65);
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-hero__content p, .c-hero__content .intro {
    font-size: 1.125rem;
  }
}
.c-hero__content p a, .c-hero__content .intro a {
  color: #FF6B35;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
  font-weight: 700;
}
.c-hero__content p a:hover, .c-hero__content p a:focus, .c-hero__content .intro a:hover, .c-hero__content .intro a:focus {
  color: rgb(255, 144.3663366337, 104);
  text-decoration-color: rgba(255, 107, 53, 0.5);
}
.c-hero--with-form {
  min-height: 490px;
  background: linear-gradient(135deg, #003D75 0%, #0056A6 50%, #005A9E 100%);
  position: relative;
}
@media (max-width: 991px) {
  .c-hero--with-form {
    min-height: auto;
  }
}
.c-hero--with-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(0, 163, 224, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(58, 123, 191, 0.1) 0%, transparent 50%);
  z-index: 0;
}
.c-hero--with-form .c-hero__overlay {
  background: none;
}
.c-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  grid-template-columns: 1.6fr 0.7fr;
  gap: 4rem;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .c-hero__container {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.c-hero--with-form .c-hero__content {
  text-align: left;
  padding: 0;
  max-width: 650px;
}
@media (max-width: 991px) {
  .c-hero--with-form .c-hero__content {
    text-align: center;
    max-width: none;
  }
}
.c-hero--with-form .c-hero__content h1 {
  font-size: 1.85rem;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .c-hero--with-form .c-hero__content h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .c-hero--with-form .c-hero__content h1 {
    font-size: 1.5rem;
  }
}
.c-hero--with-form .c-hero__content p, .c-hero--with-form .c-hero__content .intro {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  max-width: none;
}
@media (max-width: 767px) {
  .c-hero--with-form .c-hero__content p, .c-hero--with-form .c-hero__content .intro {
    font-size: 0.875rem;
  }
}
.c-hero__form {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 380px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .c-hero__form {
    max-width: 450px;
    margin: 0 auto;
  }
}
.c-hero__form-wrapper {
  background: #FFFFFF;
  padding: 1.25rem;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .c-hero__form-wrapper {
    padding: 1rem;
  }
}
.c-hero__form-wrapper h2 {
  color: #003D75;
  font-size: 1.15rem;
  margin-bottom: 0.125rem;
  text-shadow: none;
}
.c-hero__form-subtitle {
  color: #6C757D;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.c-content-image {
  max-width: 60px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.c-content-image--bordered {
  border: 1px solid #DEE2E6;
}
.c-content-image--shadow-lg {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.c-content-image--no-shadow {
  box-shadow: none;
}
.c-content-image--no-radius {
  border-radius: 0;
}

.c-image-wrapper {
  margin: 3rem 0;
}
.c-image-wrapper--center {
  text-align: center;
}
.c-image-wrapper--sm {
  margin: 2rem 0;
}
.c-image-wrapper--lg {
  margin: 4rem 0;
}
.c-image-wrapper img {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.c-media-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin: 4rem 0;
}
@media (max-width: 991px) {
  .c-media-text {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .c-media-text {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .c-media-text--reverse .c-media-text__media {
    order: 2;
  }
  .c-media-text--reverse .c-media-text__content {
    order: 1;
  }
}
.c-media-text__media img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.c-media-text__content h2, .c-media-text__content h3 {
  margin-bottom: 1rem;
}
.c-media-text__content p {
  margin-bottom: 1rem;
  color: #6C757D;
}
.c-media-text__content p:last-child {
  margin-bottom: 0;
}
.c-media-text__content ul, .c-media-text__content ol {
  margin-bottom: 1rem;
}

.c-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .c-image-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.c-image-grid__item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.c-image-grid__item img:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.c-figure {
  margin: 3rem 0;
  text-align: center;
}
.c-figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.c-figure figcaption {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6C757D;
  font-style: italic;
}

.u-img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.u-img-fluid {
  width: 100%;
  height: auto;
  display: block;
}

.u-img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-table-wrapper {
  margin: 1.5rem 0;
  border: 1px solid #E9ECEF;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #CED4DA transparent;
}
.c-table-wrapper:focus-within {
  border-color: #0056A6;
  box-shadow: 0 0 0 3px rgba(0, 86, 166, 0.12);
}
.c-table-wrapper::-webkit-scrollbar {
  height: 0.6rem;
}
.c-table-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.c-table-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(173, 181, 189, 0.6);
  border-radius: 999px;
}

.c-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  color: #212529;
}
.c-table caption {
  padding: 1rem;
  font-weight: 600;
  text-align: left;
  color: #6C757D;
  background-color: #F8F9FA;
}
.c-table thead th {
  background: linear-gradient(135deg, #0056A6, #003D75);
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
.c-table th,
.c-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #E9ECEF;
}
.c-table tbody tr {
  transition: background-color 0.2s ease;
}
.c-table tbody tr:last-child td {
  border-bottom: none;
}
.c-table tbody tr:nth-child(even) {
  background-color: #F8F9FA;
}
.c-table tbody tr:hover {
  background-color: rgba(58, 123, 191, 0.1);
}
.c-table th {
  white-space: nowrap;
}
.c-table td {
  font-size: 0.95rem;
  vertical-align: top;
}

@media (max-width: 768px) {
  .c-table {
    min-width: 520px;
  }
  .c-table th,
  .c-table td {
    padding: 0.5rem 1rem;
  }
}
.p-home__hero {
  background: linear-gradient(135deg, #003D75 0%, #0056A6 100%);
  color: #FFFFFF;
  padding: 6rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-home__hero {
    padding: 4rem 0;
  }
}
.p-home__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/images/pattern-grid.svg");
  opacity: 0.1;
  z-index: 0;
}
.p-home__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.p-home__hero h1 {
  color: #FFFFFF;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .p-home__hero h1 {
    font-size: 2.5rem;
  }
}
.p-home__hero p {
  font-size: 1.125rem;
  margin-bottom: 3rem;
  opacity: 0.95;
}
.p-home__stats {
  background-color: #003D75;
  color: #FFFFFF;
  padding: 3rem 0;
  border-top: 3px solid #00A3E0;
}
.p-home__stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .p-home__stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.p-home__stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 0;
}
.p-home__stats-number {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  display: block;
}
.p-home__stats-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 160px;
  line-height: 1.4;
}
.p-home__solutions {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-home__solutions {
    padding: 4rem 0;
  }
}
.p-home__solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .p-home__solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-home__solutions-grid {
    grid-template-columns: 1fr;
  }
}
.p-home__benefits {
  background-color: #F8F9FA;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-home__benefits {
    padding: 4rem 0;
  }
}
.p-home__benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-home__benefits-grid {
    grid-template-columns: 1fr;
  }
}
.p-home__benefits-item {
  text-align: center;
}
.p-home__benefits-item__icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #0056A6;
  display: flex;
  justify-content: center;
}
.p-home__benefits-item__icon svg {
  display: block;
}
.p-home__benefits-item h3 {
  margin-bottom: 1rem;
}
.p-home__benefits-item p {
  color: #6C757D;
}
.p-home__process {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-home__process {
    padding: 4rem 0;
  }
}
.p-home__process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .p-home__process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-home__process-steps {
    grid-template-columns: 1fr;
  }
}
.p-home__process-step {
  text-align: center;
  position: relative;
}
.p-home__process-step__number {
  width: 60px;
  height: 60px;
  background-color: #0056A6;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
}
.p-home__process-step h3 {
  margin-bottom: 0.5rem;
}
.p-home__process-step p {
  color: #6C757D;
}
.p-home__cta {
  background-color: #0056A6;
  color: #FFFFFF;
  padding: 6rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-home__cta {
    padding: 4rem 0;
  }
}
.p-home__cta h2 {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.p-home__cta p {
  font-size: 1.125rem;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq {
  margin-top: 2rem;
}
.c-faq__item {
  border-bottom: 1px solid #E9ECEF;
}
.c-faq__item:last-child {
  border-bottom: none;
}
.c-faq__question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}
.c-faq__question:hover {
  color: #0056A6;
}
.c-faq__question::after {
  content: "+";
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}
.c-faq__question[aria-expanded=true] {
  color: #0056A6;
}
.c-faq__question[aria-expanded=true]::after {
  content: "-";
  transform: rotate(0);
}
.c-faq__answer {
  padding-bottom: 1.5rem;
  color: #212529;
}
.c-faq__answer[hidden] {
  display: none;
}
.c-faq__answer p {
  margin-bottom: 0;
  line-height: 1.6;
}

.p-solution__hero {
  background: linear-gradient(135deg, #003D75 0%, #0056A6 50%, #005A9E 100%);
  padding: 4rem 0 3rem;
  text-align: center;
  position: relative;
  color: #FFFFFF;
}
.p-solution__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(0, 163, 224, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(58, 123, 191, 0.1) 0%, transparent 50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .p-solution__hero {
    padding: 3rem 0 2rem;
  }
}
.p-solution__hero h1 {
  margin-bottom: 1rem;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.p-solution__hero .intro {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
}
.p-solution__hero .intro strong {
  color: #FF6B35;
  font-weight: 700;
}
.p-solution__hero .intro a {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.p-solution__hero .intro a:hover, .p-solution__hero .intro a:focus {
  color: #e6f4ff;
  text-decoration-thickness: 3px;
}
.p-solution__content {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-solution__content {
    padding: 4rem 0;
  }
}
.p-solution__content-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
}
@media (max-width: 991px) {
  .p-solution__content-wrapper {
    grid-template-columns: 1fr;
  }
}
.p-solution__content-main {
  min-width: 0;
}
.p-solution__content-main h2 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
.p-solution__content-main h2:first-child {
  margin-top: 0;
}
.p-solution__content-main h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.p-solution__content-main p {
  margin-bottom: 1.5rem;
}
.p-solution__content-main ul, .p-solution__content-main ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.p-solution__content-main ul li, .p-solution__content-main ol li {
  margin-bottom: 0.5rem;
  list-style: disc;
  color: #495057;
}
@media (max-width: 991px) {
  .p-solution__content-sidebar {
    order: -1;
  }
}
.p-solution__sidebar-sticky {
  position: sticky;
  top: calc(80px + 1.5rem);
}
@media (max-width: 991px) {
  .p-solution__sidebar-sticky {
    position: static;
  }
}
.p-solution__sidebar-widget {
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.p-solution__sidebar-widget h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.p-solution__sidebar-widget--cta {
  background-color: #0056A6;
  color: #FFFFFF;
  text-align: center;
}
.p-solution__sidebar-widget--cta h3 {
  color: #FFFFFF;
}
.p-solution__sidebar-widget--cta p {
  margin-bottom: 1.5rem;
}
.p-solution__sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-solution__sidebar-nav li {
  margin-bottom: 0.5rem;
}
.p-solution__sidebar-nav a {
  display: block;
  padding: 0.5rem;
  color: #495057;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.p-solution__sidebar-nav a:hover {
  background-color: #F8F9FA;
  color: #0056A6;
}
.p-solution__sidebar-nav a.is-active {
  background-color: #0056A6;
  color: #FFFFFF;
  font-weight: 500;
}
.p-solution__faq {
  background-color: #F8F9FA;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-solution__faq {
    padding: 4rem 0;
  }
}
.p-solution__faq h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.p-solution__faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.p-solution__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.p-solution__faq-item__question {
  width: 100%;
  padding: 1.5rem;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.p-solution__faq-item__question:hover {
  background-color: #F8F9FA;
}
.p-solution__faq-item__question::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  transition: all 0.3s ease;
}
.p-solution__faq-item__question[aria-expanded=true]::after {
  content: "−";
}
.p-solution__faq-item__answer {
  padding: 0 1.5rem 1.5rem;
  color: #495057;
  line-height: 1.8;
  display: none;
}
.p-solution__faq-item__answer.is-open {
  display: block;
}
.p-solution__faq-item__answer p:last-child {
  margin-bottom: 0;
}

.p-service__hero {
  background-color: #F8F9FA;
  padding: 4rem 0 3rem;
}
@media (max-width: 767px) {
  .p-service__hero {
    padding: 3rem 0 2rem;
  }
}
.p-service__hero h1 {
  margin-bottom: 1rem;
  text-align: center;
}
.p-service__hero .intro {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.p-service__content {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-service__content {
    padding: 4rem 0;
  }
}
.p-service__content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.p-service__content h2 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
.p-service__content h2:first-child {
  margin-top: 0;
}
.p-service__content h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.p-service__content ul, .p-service__content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.p-service__content ul li, .p-service__content ol li {
  margin-bottom: 0.5rem;
  list-style: disc;
  color: #495057;
}
.p-service__features {
  background-color: #F8F9FA;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-service__features {
    padding: 4rem 0;
  }
}
.p-service__features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-service__features-grid {
    grid-template-columns: 1fr;
  }
}
.p-service__features-item {
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 12px;
}
.p-service__features-item h3 {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-service__features-item h3::before {
  content: "✓";
  color: #28A745;
  font-weight: 700;
}

.p-hub__hero {
  background: linear-gradient(135deg, #003D75 0%, #0056A6 100%);
  color: #FFFFFF;
  padding: 6rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-hub__hero {
    padding: 4rem 0;
  }
}
.p-hub__hero h1 {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.p-hub__hero .intro {
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.95;
}
.p-hub__intro {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-hub__intro {
    padding: 4rem 0;
  }
}
.p-hub__intro-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.p-hub__intro-content p {
  font-size: 1.125rem;
  color: #495057;
  margin-bottom: 1.5rem;
}
.p-hub__solutions {
  background-color: #F8F9FA;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-hub__solutions {
    padding: 4rem 0;
  }
}
.p-hub__solutions h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.p-hub__solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .p-hub__solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-hub__solutions-grid {
    grid-template-columns: 1fr;
  }
}
.p-hub__sectors {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-hub__sectors {
    padding: 4rem 0;
  }
}
.p-hub__sectors h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.p-hub__sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .p-hub__sectors-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .p-hub__sectors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .p-hub__sectors-grid {
    grid-template-columns: 1fr;
  }
}
.p-hub__sectors-item {
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}
.p-hub__sectors-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #0056A6;
}
.p-hub__sectors-item__icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.p-hub__sectors-item__name {
  font-weight: 600;
  color: #343A40;
}
.p-hub__cta {
  background-color: #0056A6;
  color: #FFFFFF;
  padding: 6rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-hub__cta {
    padding: 4rem 0;
  }
}
.p-hub__cta h2 {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.p-hub__cta p {
  font-size: 1.125rem;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.p-transactionnel__hero {
  background-color: #F8F9FA;
  padding: 3rem 0 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-transactionnel__hero {
    padding: 2rem 0 1rem;
  }
}
.p-transactionnel__hero h1 {
  margin-bottom: 1rem;
}
.p-transactionnel__hero .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.p-transactionnel__hero .c-btn-group {
  margin-top: 1rem;
}
.p-transactionnel__hero .c-btn--lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}
.p-transactionnel__content {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-transactionnel__content {
    padding: 4rem 0;
  }
}
.p-transactionnel__content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.p-transactionnel__content h2 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
.p-transactionnel__content h2:first-child {
  margin-top: 0;
}
.p-transactionnel__content h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.p-transactionnel__pricing {
  background-color: #F8F9FA;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-transactionnel__pricing {
    padding: 4rem 0;
  }
}
.p-transactionnel__pricing h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.p-transactionnel__pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .p-transactionnel__pricing-cards {
    grid-template-columns: 1fr;
  }
}
.p-transactionnel__pricing-card {
  background-color: #FFFFFF;
  border: 2px solid #DEE2E6;
  border-radius: 12px;
  padding: 3rem;
  text-align: center;
  color: #212529;
}
.p-transactionnel__pricing-card--featured {
  border-color: #0056A6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: relative;
}
.p-transactionnel__pricing-card--featured::before {
  content: "Recommandé";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0056A6;
  color: #FFFFFF;
  padding: 0.25rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
}
.p-transactionnel__pricing-card h3 {
  margin-bottom: 1.5rem;
  color: #212529;
}
.p-transactionnel__pricing-card__price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0056A6;
  margin-bottom: 0.5rem;
}
.p-transactionnel__pricing-card__unit {
  color: #6C757D;
  margin-bottom: 2rem;
}
.p-transactionnel__pricing-card__features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.p-transactionnel__pricing-card__features li {
  padding: 1rem 0 1rem 2rem;
  border-bottom: 1px solid #E9ECEF;
  position: relative;
  line-height: 1.6;
  color: #212529;
  text-align: left;
}
.p-transactionnel__pricing-card__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1rem;
  color: #28A745;
  font-weight: bold;
  font-size: 1.125rem;
}
.p-transactionnel__pricing-card__features li:last-child {
  border-bottom: none;
}
.p-transactionnel__form {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-transactionnel__form {
    padding: 4rem 0;
  }
}
.p-transactionnel__form-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.p-transactionnel__form h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.c-form__group {
  margin-bottom: 1.5rem;
}
.c-form__label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #343A40;
}
.c-form__label--required::after {
  content: " *";
  color: #DC3545;
}
.c-form__input, .c-form__textarea, .c-form__select {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  border: 1px solid #CED4DA;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.c-form__input:focus, .c-form__textarea:focus, .c-form__select:focus {
  outline: none;
  border-color: #0056A6;
  box-shadow: 0 0 0 3px rgba(0, 86, 166, 0.1);
}
.c-form__input::-moz-placeholder, .c-form__textarea::-moz-placeholder, .c-form__select::-moz-placeholder {
  color: #ADB5BD;
}
.c-form__input::placeholder, .c-form__textarea::placeholder, .c-form__select::placeholder {
  color: #ADB5BD;
}
.c-form__textarea {
  min-height: 120px;
  resize: vertical;
}
.c-form__help {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #6C757D;
}
.c-form__error {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #DC3545;
}
.c-form__error.error__message__active--contact {
  display: block;
}
.c-form__checkbox, .c-form__radio {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.c-form__checkbox input, .c-form__radio input {
  margin-top: 4px;
}
.c-form__checkbox label, .c-form__radio label {
  font-weight: 400;
}
.c-form__actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-form__actions {
    flex-direction: column;
  }
}
.c-form__required-note {
  font-size: 0.875rem;
  color: #6C757D;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.p-ressources__hero {
  background-color: #F8F9FA;
  padding: 4rem 0 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-ressources__hero {
    padding: 3rem 0 2rem;
  }
}
.p-ressources__hero h1 {
  margin-bottom: 1rem;
}
.p-ressources__hero .intro {
  max-width: 800px;
  margin: 0 auto;
}
.p-ressources__content {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-ressources__content {
    padding: 4rem 0;
  }
}
.p-ressources__faq {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.p-ressources__faq-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-ressources__faq-categories {
    grid-template-columns: 1fr;
  }
}
.p-ressources__faq-category {
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-ressources__faq-category:hover, .p-ressources__faq-category.is-active {
  border-color: #0056A6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.p-ressources__faq-category__icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.p-ressources__faq-category__name {
  font-weight: 600;
}
.p-ressources__faq-list h2 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #0056A6;
}
.p-ressources__faq-list-section {
  display: none;
  margin-bottom: 4rem;
}
.p-ressources__faq-list-section.is-active {
  display: block;
}
.p-ressources__faq-list-section:last-child {
  margin-bottom: 0;
}
.p-ressources__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.p-ressources__faq-item__question {
  width: 100%;
  padding: 1.5rem;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  transition: all 0.3s ease;
}
.p-ressources__faq-item__question:hover {
  background-color: #F8F9FA;
}
.p-ressources__faq-item__question::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.p-ressources__faq-item__question[aria-expanded=true]::after {
  content: "−";
}
.p-ressources__faq-item__answer {
  padding: 0 1.5rem 1.5rem;
  color: #495057;
  line-height: 1.8;
  display: none;
}
.p-ressources__faq-item__answer.is-open {
  display: block;
}
.p-ressources__faq-item__answer p:last-child {
  margin-bottom: 0;
}
.p-ressources__glossaire {
  max-width: 900px;
  margin: 0 auto;
}
.p-ressources__glossaire-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #DEE2E6;
}
.p-ressources__glossaire-nav button {
  padding: 0.5rem 1rem;
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-ressources__glossaire-nav button:hover, .p-ressources__glossaire-nav button.is-active {
  background-color: #0056A6;
  color: #FFFFFF;
  border-color: #0056A6;
}
.p-ressources__glossaire-section {
  margin-bottom: 4rem;
}
.p-ressources__glossaire-section h2 {
  font-size: 2rem;
  color: #0056A6;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #0056A6;
}
.p-ressources__glossaire-term {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E9ECEF;
}
.p-ressources__glossaire-term:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-ressources__glossaire-term dt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.5rem;
}
.p-ressources__glossaire-term dd {
  color: #495057;
  line-height: 1.8;
  margin-left: 0;
}.p-solution__cta-banner {
  text-align: center;
}
.p-solution__cta-banner-text {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=main.css.map */