/*! CSS Used from: Embedded */
body {
  transition: opacity ease-in 0.2s;
}
/*! CSS Used from: https://ibexa-prod.aldesgroupe.com/assets/build/aldes/app.ad228749.css */
.header-nav .nav-link,
.nav-main-trigger {
  display: flex;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.header-nav .nav-link:focus,
.header-nav .nav-link:hover,
.nav-main-trigger:focus,
.nav-main-trigger:hover {
  text-decoration: none;
  outline: 0;
}
.search-form input {
  margin: 0;
  box-shadow: none;
  white-space: normal;
  font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
}
.header-nav .dropdown-menu,
.header-nav .dropdown-submenu,
.header-nav .dropdown-subsubmenu,
.header-nav .main-menu,
.header-nav .secondary-menu,
footer .footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ald-product.cat-default {
  --product-color: #081061;
}
figure,
footer,
header,
nav {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
}
ul ul {
  margin-bottom: 0;
}
a {
  color: #081061;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #02041a;
  text-decoration: underline;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h4 {
  font-size: 1.5rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #1223d7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 16, 97, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.btn-link {
  font-weight: 400;
  color: #081061;
  text-decoration: none;
}
.btn-link:hover {
  color: #02041a;
}
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.collapse:not(.show) {
  display: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.d-flex {
  display: flex !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.align-content-center {
  align-content: center !important;
}
@media (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.w-100 {
  width: 100% !important;
}
.p-0 {
  padding: 0 !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}
body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100vh;
  max-width: 100vw;
  min-width: 200px;
  color: #575756;
  font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  scroll-behavior: smooth;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  display: flex;
  flex-direction: column;
}
*,
:after,
:before {
  /* box-sizing: border-box; */
}
h4 {
  font-size: 1rem;
}
p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.w-100 {
  width: 100%;
}
.iconsvg {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
@media (min-width: 992px) {
  .iconsvg {
    width: 1.6em;
    height: 1.6em;
  }
}
.btn-link {
  padding: 0 0 2px;
  background: transparent;
  border: none;
  box-shadow: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #081061;
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: under;
  text-transform: none;
  text-align: left;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.btn-link:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn-link:not(:disabled):focus,
.btn-link:not(:disabled):hover {
  color: #28348a;
  text-decoration: underline;
}
.btn-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .anim-link {
    display: inline;
    padding-bottom: 2px;
    background-image: linear-gradient(#000, #000),
      linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    background-size: 0 1px, 0 1px;
    background-position: 0 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.35s linear;
  }
  .anim-link:hover {
    background-size: 100% 1px, 100% 1px;
  }
}
a:hover {
  color: initial;
}
a:focus,
a:hover {
  text-decoration: none;
}
figure {
  margin: 0;
}
@media (max-width: 991.98px) {
  .nav-main-trigger {
    position: relative;
    height: 1.375rem;
    width: 1.8125rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    padding: 3px 2px;
  }
  .nav-main-trigger .line {
    position: absolute;
    display: inline-flex;
    height: 0.125rem;
    width: 1.5625rem;
    background: #081061;
    border-radius: 0.125rem;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
  }
  .nav-main-trigger .line.first {
    top: 0.125rem;
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  }
  .nav-main-trigger .line.second {
    top: calc(50% - 0.0625rem);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.22s;
  }
  .nav-main-trigger .line.third {
    bottom: 0.125rem;
    transition: bottom 0.1s ease-in 0.25s,
      transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
@media (min-width: 992px) {
  .nav-main-trigger {
    display: none;
  }
}
.sticky-top {
  position: relative;
  z-index: 90;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.search-form {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  border: 0.0625rem solid #f0f0ed;
}
@media (max-width: 991.98px) {
  .search-form {
    order: 4;
    flex-basis: 100%;
    flex-grow: 0;
    height: 2.625rem;
    margin: 0.75rem 0.9375rem 0;
  }
}
@media (min-width: 992px) {
  .search-form {
    flex-grow: 0;
    flex-shrink: 1;
    align-self: center;
    margin-left: auto;
    margin-right: 2.5rem;
    height: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .search-form {
    margin-right: 6.125rem;
  }
}
.search-form input {
  height: 100%;
  width: 100%;
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  padding-left: 0.9375rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .search-form input {
    padding-left: 1.4375rem;
  }
}
.search-form input:focus {
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #000;
}
button[data-type] > * {
  pointer-events: none;
}
.container-main {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .container-main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .container-main {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
@media (min-width: 1700px) {
  .container-main {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
.dropdown-lang-container .droplangbtn {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  font-family: Roboto Condensed;
  padding-left: 6px;
  padding-right: 6px;
}
.dropdown-lang-container .dropdown-lang {
  position: relative;
  display: inline-block;
}
.dropdown-lang-container .dropdown-lang-content {
  margin-left: -2px;
  display: none;
  position: absolute;
  background-color: #fff;
  overflow: auto;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25098039215686274);
  z-index: 1;
  border: 1px solid #f0f0ed;
}
.dropdown-lang-container .dropdown-lang-content a {
  color: #081061;
  padding: 8px 16px 8px 8px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-family: Roboto Condensed;
}
.dropdown-lang-container .dropdown-lang-content a:hover {
  background-color: #ddd;
}
.dropdown-lang-container .dropdown-lang-content a.lang-selected {
  text-decoration: underline !important;
}
.header-main-wrapper {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
  background: transparent;
}
@media (max-width: 1439.98px) {
  .header-main-wrapper .container-main {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-wrapper {
  min-height: 116px;
}
@media (min-width: 992px) {
  .header-wrapper {
    min-height: calc(70px + 2.875rem);
  }
}
.header-main {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  background: transparent;
  color: #575756;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .header-main {
    min-height: 116px;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .header-main {
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.header-nav {
  position: static;
  display: inline-flex;
}
@media (max-width: 991.98px) {
  .header-nav {
    order: 1;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .header-nav {
    min-height: 70px;
    flex-shrink: 0;
  }
}
@media (max-width: 991.98px) {
  .header-nav .header-menu {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 116px;
    left: 0;
    width: 100%;
    height: calc(90vh - 116px);
    max-height: calc(90vh - 116px);
    background: #fff;
    border-top: 0.0625rem solid #f0f0ed;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
    -webkit-clip-path: polygon(-50% 0, 150% 0, 150% 150%, -50% 150%);
    clip-path: polygon(-50% 0, 150% 0, 150% 150%, -50% 150%);
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) {
  .header-nav .header-menu {
    top: 129px;
  }
}
@media (min-width: 992px) {
  .header-nav .header-menu {
    display: flex;
  }
}
.header-nav .header-menu-container {
  display: flex;
}
@media (max-width: 991.98px) {
  .header-nav .header-menu-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    max-height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .header-nav .header-menu-ul {
    max-height: 100%;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .header-nav .header-menu-ul {
    display: flex;
  }
}
.header-nav .header-menu-ul .nav-item {
  flex-direction: column;
}
@media (min-width: 992px) {
  .header-nav .main-menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    margin: 0 0.9375rem;
  }
}
@media (min-width: 992px) {
  .header-nav .secondary-menu {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-nav .secondary-menu {
    padding: 0.9375rem 0 1.25rem;
  }
}
.header-nav .nav-item {
  position: static;
  border-bottom: 0.0625rem solid #f0f0ed;
}
@media (min-width: 992px) {
  .header-nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    border-bottom: none;
  }
}
.header-nav .nav-link {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  color: #575756;
  text-align: left;
  line-height: 1.25;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
@media (max-width: 991.98px) {
  .header-nav .nav-link {
    justify-content: space-between;
    min-height: 55px;
    width: 100%;
    padding: 0.625rem 1rem;
  }
}
.header-nav .nav-link:after {
  content: none;
}
.header-nav .nav-link:hover {
  color: #000;
}
.header-nav .dropdown-menu {
  width: 100%;
}
@media (max-width: 991.98px) {
  .header-nav .dropdown-menu {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease-in-out;
  }
  .header-nav .dropdown-menu.show {
    max-height: 100%;
    padding: 0.625rem 0 0.875rem;
  }
  .header-nav .dropdown-menu > li {
    padding-left: 0;
    padding-right: 0;
  }
  .header-nav .dropdown-menu > li:not(:first-of-type):not(.has-no-margin) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .header-nav .dropdown-menu {
    visibility: hidden;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    max-height: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 2rem 0;
  }
  .header-nav .dropdown-menu > li {
    opacity: 0;
  }
  .header-nav .dropdown-menu:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -999em;
    right: -999em;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
    border-top: 1px solid #f0f0ed;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-clip-path: polygon(-50% 0, 150% 0, 150% 150%, -50% 150%);
    clip-path: polygon(-50% 0, 150% 0, 150% 150%, -50% 150%);
  }
  .header-nav .dropdown-menu > li:first-of-type {
    flex: 0 0 calc(35% + 20px);
    max-width: calc(35% + 20px);
    padding-left: 5.3125rem;
    padding-right: 1.875rem;
    border-right: 0.0625rem solid #f0f0ed;
  }
  .header-nav .dropdown-menu > li:nth-of-type(2) {
    flex: 0 0 calc(35% - 20px);
    max-width: calc(35% - 20px);
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .header-nav .dropdown-menu {
    padding: 32px 0;
  }
  .header-nav .dropdown-menu > li:first-of-type {
    padding-right: 3.125rem;
  }
  .header-nav .dropdown-menu > li:nth-of-type(2) {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 992px) {
  .header-nav .dropdown-submenu li {
    position: relative;
    margin-bottom: 1.125rem;
  }
  .header-nav .dropdown-submenu li:empty,
  .header-nav .dropdown-submenu li:last-of-type {
    margin-bottom: 0;
  }
}
.header-nav .dropdown-submenu > li {
  position: relative;
}
.header-nav .dropdown-subsubmenu {
  padding-left: 0.9375rem;
}
@media (min-width: 992px) {
  .header-nav .dropdown-subsubmenu {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}
.header-nav .dropdown-subsubmenu li:not(:last-of-type) {
  margin-bottom: 0;
}
.header-nav .dropdown-subsubmenu .nav-link {
  border-left: 3px solid var(--product-color);
  margin: 0.4375rem 0;
  padding-left: 0.625rem;
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .header-nav .dropdown-subsubmenu .nav-link {
    min-height: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-overlay {
    position: fixed;
    z-index: 80;
    bottom: 0;
    left: 0;
    right: 0;
    top: 116px;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  .navbar-overlay {
    top: 129px;
  }
}
.body--home .header-wrapper {
  position: absolute;
  z-index: 1020;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .body--home .header-wrapper {
    background-color: transparent;
  }
}
.body--home .header-main-wrapper:not(.fixed) {
  box-shadow: none;
}
.body--home .header-main-wrapper:not(.fixed) .header-main {
  color: #fff;
}
@media (min-width: 992px) {
  .body--home .header-main-wrapper:not(.fixed) .main-menu:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -999em;
    right: -999em;
    height: 4.375rem;
    background: transparent;
    transition: background-color 0.15s ease-in-out;
  }
  .body--home .header-main-wrapper:not(.fixed) .main-menu:hover:before {
    background: #fff;
  }
}
.ezimageasset-field {
  width: 100%;
}
.form-control::placeholder {
  color: #444;
}
footer {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  footer {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
footer a {
  color: #575756;
}
@media (min-width: 1700px) {
  footer > .row {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
footer .logo {
  margin-bottom: 0.9375rem;
}
footer .logo img {
  width: 7.5rem;
  height: auto;
}
footer .addr {
  margin: 0 0 1.25rem;
  color: #575756;
  font-size: 1rem;
  line-height: 1.7;
}
footer .addr {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
footer .footer-menu {
  color: #575756;
  font-size: 1rem;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  footer .footer-menu {
    margin-top: 2rem;
  }
}
footer .footer-menu > div {
  color: #000;
  font-size: 1.125rem;
}
footer .footer-menu a {
  font-size: 1rem;
}
footer .footer-menu ul {
  margin-top: 1.75rem;
}
@media (max-width: 991.98px) {
  footer .footer-menu ul {
    margin-top: 1rem;
    margin-bottom: 2.1875rem;
  }
}
footer .footer-menu ul > li {
  margin-top: 0.625rem;
}
@media (min-width: 992px) {
  footer .footer-menu ul > li {
    margin-top: 1.25rem;
  }
}
footer .footer__social-media {
  margin-top: 1rem;
}
footer .footer__social-media > a {
  margin-right: 25px;
  color: #081061;
  font-size: 34px;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  footer .footer__social-media > a {
    font-size: 35px;
  }
}
footer .footer__social-media > a .iconsvg {
  width: 1em;
  height: 1em;
}
footer .footer__social-media > a:last-child {
  margin-right: 0;
}
footer .footer__social-media > a:active,
footer .footer__social-media > a:focus,
footer .footer__social-media > a:hover {
  color: #28348a;
  text-decoration: none;
}
footer .footer__base-links {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #575756;
  list-style: none;
  padding: 2rem 0 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  footer .footer__base-links {
    padding: 0;
  }
}
footer .footer__base-links .anim-link {
  background: none;
}
footer .footer__base-links > li {
  margin-right: 60px;
}
@media (max-width: 991.98px) {
  footer .footer__base-links > li {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  footer .footer__base-links > li {
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
/*! CSS Used from: https://ibexa-prod.aldesgroupe.com/assets/build/aldes/app-2025.6f42d24a.css */
input {
  border-radius: 4px !important;
}
footer {
  display: flex;
  padding: 80px 96px;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  background: #081061;
  font-family: Helvetica Neue, serif;
}
@media (max-width: 1280px) {
  footer {
    padding: 68px 80px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 80px 24px;
  }
}
footer .footer-main-row {
  max-width: 1320px;
  margin: auto;
}
footer .footer-menu {
  gap: 64px;
}
@media (max-width: 1280px) {
  footer .footer-menu {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu {
    gap: 16px;
  }
}
footer .footer-menu .col-footer {
  width: 170px;
  color: #fff;
  font-size: clamp(0.875rem, calc(0.8226rem + 0.2151vw), 1rem);
  font-weight: 700;
}
@media (max-width: 1280px) {
  footer .footer-menu .col-footer {
    width: 165px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu .col-footer {
    width: 155px;
  }
}
footer .footer-menu .col-footer a {
  color: #fff;
  font-size: clamp(0.75rem, calc(0.6976rem + 0.2151vw), 0.875rem);
  font-weight: 400;
}
footer .footer-menu .col-footer a:hover {
  text-decoration: underline;
}
footer .logo {
  margin: 0;
}
footer .logo img {
  width: 166px;
}
footer .footer__social-media {
  margin: 0;
}
footer .footer__social-media svg {
  fill: #fff;
}
footer .footer-sep {
  height: 1px;
  width: 100%;
  background-color: #878aa8;
}
footer .footer-info-col-wrapper,
footer .footer-info-col-wrapper .footer-info-col {
  gap: 16px;
}
footer .footer-info-col-wrapper .footer-info-col .addr {
  font-family: Helvetica Neue, serif;
  margin: 0;
  color: #fff;
}
footer .bottom-footer {
  padding-top: 32px;
  margin-top: 80px;
  border-top: 1px solid #fff;
  width: 100%;
}
footer .bottom-footer a,
footer .bottom-footer ul {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  footer .bottom-footer a,
  footer .bottom-footer ul {
    flex-direction: column;
    align-items: center;
  }
}
footer .bottom-footer a:hover,
footer .bottom-footer ul:hover {
  color: #fff !important;
  text-decoration: none;
}
footer .bottom-footer ul .copyright-link {
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  footer .bottom-footer ul .copyright-link {
    margin-right: 0;
    margin-bottom: 0;
  }
}
footer .bottom-footer ul .small-footer-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .bottom-footer ul .small-footer-wrapper {
    gap: 20px;
    text-align: center;
    justify-content: center;
    max-width: 360px;
    margin-top: 20px;
    justify-content: space-between;
  }
}
header {
  z-index: 1020;
}
header.header-wrapper {
  position: fixed;
}
header.header-wrapper .header-main-wrapper {
  box-shadow: none;
}
@media (min-width: 992px) {
  header.header-wrapper .header-main-wrapper {
    border-bottom: 1px solid #dadcf2;
  }
}
header .menu-2025-row {
  background: #fff;
  border-radius: 16px;
  margin: 0 auto !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 !important;
  top: 60px !important;
  min-width: 569px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-width: 98%;
}
header .menu-2025-row::-webkit-scrollbar {
  height: 7px;
}
header .menu-2025-row::-webkit-scrollbar-thumb {
  background: #dadcf2;
  border-radius: 4px;
}
@media (max-width: 991px) {
  header .menu-2025-row {
    flex-direction: column;
    margin: 0 !important;
    width: 100% !important;
    top: 0 !important;
    min-width: inherit !important;
  }
}
header .menu-2025-row:after {
  display: none;
}
header .menu-2025-row .menu-col {
  gap: 16px;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  header .menu-2025-row .menu-col {
    max-width: inherit;
    width: 100%;
  }
}
header .menu-2025-row .menu-col .menu-title {
  padding: 0;
  gap: 8px;
  margin-bottom: 16px;
}
header .menu-2025-row .menu-col .menu-title h4 {
  color: #141733;
  font-family: Helvetica Neue, serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 150%;
  margin: 0;
}
header .menu-2025-row .menu-col .menu-title .svg-wrapper {
  border-radius: 8px;
  background: #f5f5fa;
  padding: 6px 7px;
}
header .menu-2025-row .menu-col .menu-title .svg-wrapper svg {
  width: 24px;
  height: 24px;
  fill: #141733;
}
header .menu-2025-row .menu-col .menu-link {
  gap: 12px;
  padding: 0;
}
@media (min-width: 992px) {
  header .menu-2025-row .menu-col .menu-link.reduced {
    width: 165px;
  }
}
header .menu-2025-row .menu-col .menu-link .li-title {
  padding-left: 0;
}
header .menu-2025-row .menu-col .menu-link .li-title:hover {
  background: transparent;
  letter-spacing: 0;
}
header .menu-2025-row .menu-col .menu-link li {
  line-height: 140%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .menu-2025-row .menu-col .menu-link li:not(:has(button)) {
  padding: 0 8px;
}
header .menu-2025-row .menu-col .menu-link li button {
  padding: 0 8px;
}
header .menu-2025-row .menu-col .menu-link li:has(a):not(:has(button)):hover,
header
  .menu-2025-row
  .menu-col
  .menu-link
  li
  button:has(span):not(:has(a)):hover {
  border-radius: 4px;
  background: #e7edff;
}
header .menu-2025-row .menu-col .menu-link a,
header .menu-2025-row .menu-col .menu-link button {
  color: #081061;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  font-family: Helvetica Neue, serif;
}
@media (max-width: 991px) {
  header .menu-2025-row .menu-col .menu-link a,
  header .menu-2025-row .menu-col .menu-link button {
    min-height: 22px;
  }
}
header .menu-2025-row .menu-separator {
  width: 1px;
  background-color: #dadcf2;
}
@media (max-width: 991px) {
  header .menu-2025-row .menu-separator {
    height: 1px;
    width: 100%;
  }
}
header .menu-row-info {
  flex: 0 0 auto !important;
  max-width: 100% !important;
  padding: 32px !important;
  border: none !important;
  max-height: 450px;
  overflow: auto;
}
@media (max-width: 991px) {
  header .menu-row-info {
    padding: 32px 24px !important;
    max-height: inherit;
    overflow: inherit;
  }
}
header .menu-row-info .menu-ul-wrapper {
  gap: 24px;
  justify-content: center;
}
@media (max-width: 991px) {
  header .menu-row-info .menu-ul-wrapper {
    flex-direction: column;
  }
}
header .menu-row-info .menu-separator:last-child {
  display: none;
}
header .menu-row-link {
  max-width: 100% !important;
  flex: none !important;
  padding: 32px 24px !important;
  background-color: #f5f5fa;
  border-radius: 0 16px 16px 0;
}
@media (max-width: 991px) {
  header .menu-row-link {
    border-radius: 0;
    padding: 32px 24px !important;
  }
}
header .menu-row-link .info-menu-box-wrapper {
  gap: 24px;
  margin-bottom: 15px;
}
header .menu-row-link .info-menu-box-wrapper .info-menu-box {
  background-image: linear-gradient(
      90deg,
      rgba(27, 32, 80, 0.3) 51.77%,
      rgba(27, 32, 80, 0.06) 99.99%
    ),
    linear-gradient(
      90deg,
      rgba(27, 32, 80, 0.9) 5.01%,
      rgba(27, 32, 80, 0.18) 99.99%
    ),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/images/header-bg-homepage.377ae22f.jpg);
  height: 200px;
  padding: 16px 24px;
  gap: 8px;
  border-radius: 16px;
  width: 312px;
}
header
  .menu-row-link
  .info-menu-box-wrapper
  .info-menu-box
  .nav-block-article-title {
  color: #fff;
  font-family: Helvetica Neue, serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
}
header
  .menu-row-link
  .info-menu-box-wrapper
  .info-menu-box
  .nav-block-article-section {
  font-size: 12px;
  line-height: 140%;
  color: #fff;
}
header .menu-row-link .info-menu-box-wrapper .info-menu-box a {
  color: #fff;
  font-family: Helvetica Neue, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: underline;
  margin: 0;
}
header .menu-row-link .info-menu-box-wrapper .info-menu-box a:hover {
  text-decoration: none;
}
header .menu-row-link .info-menu-box-wrapper .info-menu-box a svg {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
@media (max-width: 991px) {
  header .menu-row-link .info-menu-box-wrapper .dropdown-submenu {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
}
header .container-main {
  max-width: 100% !important;
}
header .container-main .header-main {
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 991px) {
  header .container-main .header-main {
    padding: 0 !important;
    min-height: 0 !important;
  }
}
header .container-main .header-main .main-menu {
  gap: 104px;
  overflow: hidden;
}
header .container-main .header-main .main-menu li.nav-item {
  color: #081061 !important;
}
header
  .container-main
  .header-main
  .main-menu
  li.nav-item
  > div:has(.show)
  > button {
  font-weight: 700;
}
header .container-main .header-main .main-menu li.nav-item:has(.show) {
  margin-bottom: -2px;
}
header .container-main .header-main .main-menu li.nav-item:has(.show):after {
  content: "";
  width: 120%;
  height: 2px;
  background-color: #081061;
}
@media (max-width: 991px) {
  header .container-main .header-main .main-menu li.nav-item:has(.show):after {
    display: none;
  }
}
header .container-main .header-main .main-menu li.nav-item > div > button {
  color: #081061 !important;
  font-family: Helvetica Neue, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
header .cta-menu {
  display: none !important;
}
@media (max-width: 991px) {
  header .cta-menu {
    display: flex !important;
    justify-content: center;
    padding: 24px !important;
  }
}
header .cta-menu .header-cta-2025 {
  gap: 12px;
  display: flex;
}
header .cta-menu .header-cta-2025 .cta-particulier {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #e7edff;
  background: #f2f6ff;
}
header .cta-menu .header-cta-2025 .cta-particulier a {
  color: #151fc2;
  font-family: Helvetica Neue, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  gap: 18px;
  padding-left: 10px;
}
header .cta-menu .header-cta-2025 .cta-particulier a svg {
  width: 16px;
  height: 16px;
  fill: #151fc2;
}
header .cta-menu .header-cta-2025 .cta-myaldes {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #081061;
  background: #081061;
}
header .cta-menu .header-cta-2025 .cta-myaldes a {
  color: #fff;
  font-family: Helvetica Neue, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  gap: 18px;
  padding-left: 10px;
  white-space: nowrap;
}
header .cta-menu .header-cta-2025 .cta-myaldes a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
header .header-main {
  min-height: 52px;
}
header .header-main .main-menu:hover:before {
  background: none !important;
}
header .header-main .header-nav {
  min-height: 52px;
}
@media (max-width: 991px) {
  header .header-main .header-nav {
    min-height: 0;
  }
}
header .header-main .header-nav .dropdown-subsubmenu {
  padding-left: 0;
}
header .header-main .header-nav .dropdown-subsubmenu li {
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  header .header-main .header-nav .show .dropdown-menu {
    visibility: inherit;
    overflow: inherit;
    z-index: inherit;
    max-height: inherit;
    transform: inherit !important;
  }
  header .header-main .header-nav .show .dropdown-menu > li {
    opacity: inherit;
  }
}
@media (max-width: 991px) {
  header .header-main .header-nav .header-menu {
    top: 75px;
    height: calc(100vh - 75px);
    max-height: calc(100vh - 75px);
    position: fixed;
  }
}
@media (max-width: 991px) {
  header .header-main .header-nav li > .nav-link {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  header .header-nav .header-menu-ul {
    overflow-y: inherit;
  }
}
.header-2025-section {
  background-color: #fff;
}
.header-content {
  width: 100%;
  top: 0;
  z-index: 99;
}
.header-content .header-2025-top {
  padding: 16px 64px 8px;
  z-index: 99;
}
.header-content .header-2025-top .header-logo1 {
  margin-right: 152px;
}
.header-content .header-2025-top .header-logo1 img {
  height: 40px;
  width: 163px;
}
.header-content .header-2025-top .header-logo2 {
  display: none;
}
.header-content .header-2025-top .header-logo2 img {
  height: 20px;
  width: 108px;
}
@media (max-width: 991px) {
  .header-content .header-2025-top {
    top: 0;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    padding: 24px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #dadcf2;
  }
  .header-content .header-2025-top .header-logo1 {
    display: none;
  }
  .header-content .header-2025-top .header-logo2 {
    display: block;
  }
}
.header-content
  .header-2025-top
  button.nav-main-trigger.collapsed
  + .header-top-info {
  display: flex;
}
.header-content .header-2025-top .header-top-info {
  display: none;
  gap: 12px;
  width: 100%;
}
@media (max-width: 991px) {
  .header-content .header-2025-top .header-top-info .header-cta-2025 {
    display: none !important;
  }
}
.header-content .header-2025-top .header-top-info .header-searchbar-2025 {
  width: 100%;
}
.header-content
  .header-2025-top
  .header-top-info
  .header-searchbar-2025
  .header-searchbar-2025__input {
  height: 100%;
}
.header-content
  .header-2025-top
  .header-top-info
  .header-searchbar-2025
  .header-searchbar-2025__input
  form {
  height: 100%;
  border: 0;
  margin: 0;
}
.header-content
  .header-2025-top
  .header-top-info
  .header-searchbar-2025
  .header-searchbar-2025__input
  form
  label {
  display: grid;
  grid-template: 1fr / auto 1fr;
  gap: 10px;
  border: 1px solid #e7edff;
  border-radius: 4px;
  background: #f2f6ff;
  padding: 0 16px 0 12px;
  color: #6c757d;
  cursor: text;
  flex-grow: 1;
  margin: 0;
  align-items: center;
}
@media (max-width: 991px) {
  .header-content
    .header-2025-top
    .header-top-info
    .header-searchbar-2025
    .header-searchbar-2025__input
    form
    label {
    padding: 11px 16px;
  }
}
.header-content
  .header-2025-top
  .header-top-info
  .header-searchbar-2025
  .header-searchbar-2025__input
  form
  label
  input {
  padding-left: 0;
}
.header-content
  .header-2025-top
  .header-top-info
  .header-searchbar-2025
  .header-searchbar-2025__input
  form
  label
  input::placeholder {
  color: #505373;
  font-family: Helvetica Neue, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
}
.header-content
  .header-2025-top
  .header-top-info
  .header-searchbar-2025
  .header-searchbar-2025__input
  form
  label
  > input {
  outline: none;
  border: none;
  background: transparent;
}
.header-content .header-2025-top .header-top-info .header-cta-2025 {
  gap: 12px;
}
.header-content
  .header-2025-top
  .header-top-info
  .header-cta-2025
  .cta-particulier {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #e7edff;
  background: #f2f6ff;
}
.header-content
  .header-2025-top
  .header-top-info
  .header-cta-2025
  .cta-particulier
  a {
  color: #151fc2;
  font-family: Helvetica Neue, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  gap: 18px;
  padding-left: 10px;
  white-space: nowrap;
}
.header-content
  .header-2025-top
  .header-top-info
  .header-cta-2025
  .cta-particulier
  a
  svg {
  width: 16px;
  height: 16px;
  fill: #151fc2;
}
.header-content
  .header-2025-top
  .header-top-info
  .header-cta-2025
  .cta-myaldes {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #081061;
  background: #081061;
}
.header-content
  .header-2025-top
  .header-top-info
  .header-cta-2025
  .cta-myaldes
  a {
  color: #fff;
  font-family: Helvetica Neue, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  gap: 18px;
  padding-left: 10px;
  white-space: nowrap;
}
.header-content
  .header-2025-top
  .header-top-info
  .header-cta-2025
  .cta-myaldes
  a
  svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.header-content .dropdown-lang-container {
  display: flex;
  position: static;
  align-items: center;
  color: #081061;
}
.header-content .dropdown-lang-container .droplangbtn {
  color: #081061;
}
/*! CSS Used from: https://ibexa-prod.aldesgroupe.com/assets/build/aldes/app-aldes.1f103e65.css */
* {
  font-family: Helvetica Neue, serif !important;
}
h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 100% !important;
  color: #121639;
}
@media (max-width: 1280px) {
  h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  h4 {
    line-height: 120% !important;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: Roboto Condensed;
  src: url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-Regular.d449e66c.woff)
      format("woff"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-Regular.237f02ea.woff2)
      format("woff2"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/images/RobotoCondensed-Regular.ce4b76d2.svg)
      format("svg"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-Regular.db6d9169.ttf)
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto Condensed;
  src: url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-Italic.c11fe75e.woff)
      format("woff"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-Italic.3e271b77.woff2)
      format("woff2"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/images/RobotoCondensed-Italic.0ac30333.svg)
      format("svg"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-Italic.aca8cfe6.ttf)
      format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto Condensed;
  src: url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-Bold.57da241c.woff)
      format("woff"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-Bold.a4c5642c.woff2)
      format("woff2"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/images/RobotoCondensed-Bold.8183076f.svg)
      format("svg"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-Bold.89a39652.ttf)
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: Roboto Condensed;
  src: url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-BoldItalic.3e5fea74.woff)
      format("woff"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-BoldItalic.612b243f.woff2)
      format("woff2"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/images/RobotoCondensed-BoldItalic.787eb9fe.svg)
      format("svg"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/RobotoCondensed-BoldItalic.4a217d1d.ttf)
      format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Light.264c3505.woff)
      format("woff"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Light.37a7069d.woff2)
      format("woff2"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/images/Roboto-Light.97fb2368.svg)
      format("svg"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Light.0cea3982.ttf)
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Regular.3efb59a5.woff)
      format("woff"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Regular.176f8f5b.woff2)
      format("woff2"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/images/Roboto-Regular.d685350f.svg)
      format("svg"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Regular.03523cf5.ttf)
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Italic.3a7aab91.woff)
      format("woff"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Italic.80c1f74f.woff2)
      format("woff2"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/images/Roboto-Italic.3925143d.svg)
      format("svg"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Italic.2a1b89d7.ttf)
      format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Medium.338fe2de.woff)
      format("woff"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Medium.f5b74d7f.woff2)
      format("woff2"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/images/Roboto-Medium.cd30d55e.svg)
      format("svg"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Medium.13a29228.ttf)
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Bold.e806af2d.woff)
      format("woff"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Bold.c18ee39f.woff2)
      format("woff2"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/images/Roboto-Bold.90f2091b.svg)
      format("svg"),
    url(https://ibexa-prod.aldesgroupe.com/assets/build/aldes/fonts/Roboto-Bold.4f39c579.ttf)
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("/ImgCustom/1001/HelveticaNeueLTStd-bold.c70c962b.woff2");
  font-family: Helvetica Neue;
  font-weight: 700;
}
@font-face {
  src: url("/ImgCustom/1001/HelveticaNeueLTStd-base.ad35cd7c.woff2");
  font-family: Helvetica Neue;
  font-weight: 400;
}



.header-top-info {
    height: 50px;
}

.dropdown-lang-container .show {
    display: block;
  z-index:1000;
}

.header-content {
    position: inherit;
    animation: auto ease 0s 1 normal none running none;
}

header .menu-2025-row ::marker {
    display: none;
    color: transparent;
}

section.site-content{
  background-color: #f2f6ff;
}
