/* Marketo form */
.mktoForm {
  width: 100% !important;
}
.mktoForm .mktoFormRow {
  clear: both;
  margin: 0 -15px;
}
.mktoForm .mktoFormRow .mktoFormCol {
  float: left;
  margin: 0 0 15px !important;
  min-height: 0 !important;
  padding: 0 15px;
  position: relative;
  width: 50%!important;
}
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none;
}
.mktoForm .mktoFieldWrap {
  float: none !important;
}
.mktoForm label.mktoLabel {
  color: #8b8b8b;
  font-family: 'Albert', Arial, sans-serif;
  display: block;
  font-weight: 500;
  margin: 0 0 5px;
  width: 100% !important;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField {
  color: #444444 !important;
  font-family: 'Albert', Arial, sans-serif;
  display: block;
  font-size: 12px;
  line-height: 20px !important;
  outline: none;
  padding: 8px !important;
  width: 100% !important;
  border-radius: 3px !important;
  border: 1px solid #D6D6D6 !important;
  height: 60px !important;
  background: #F9F9F9 !important;
}
.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm select.mktoField:focus {
  border-color: #004593;
}
.mktoForm #Digital_Country__c {
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 8.75C7.43359 8.75 7.15234 8.64453 6.94141 8.43359L1.31641 2.80859C0.859375 2.38672 0.859375 1.64844 1.31641 1.22656C1.73828 0.769531 2.47656 0.769531 2.89844 1.22656L7.75 6.04297L12.5664 1.22656C12.9883 0.769531 13.7266 0.769531 14.1484 1.22656C14.6055 1.64844 14.6055 2.38672 14.1484 2.80859L8.52344 8.43359C8.3125 8.64453 8.03125 8.75 7.75 8.75Z' fill='%232737FF'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.5rem top 50% !important;
  background-size: 1.4rem auto !important;
}
.mktoForm textarea.mktoField {
  height: 3em !important;
  background: #fff;
  color: #444444 !important;
  display: block;
  font-size: 16px;
  line-height: 20px !important;
  outline: none;
  padding: 8px !important;
  width: 100% !important;
}
.mktoForm .mktoError {
  left: 15px;
  right: auto !important;
}
.mktoForm .mktoErrorArrow:before {
  font-family: 'Font Awesome 5 Solid', sans-serif !important;
}
.mktoForm #LblConsent_Temporary_Status {
  padding-top: 40px;
}
.mktoForm .mktoButtonRow {
  display: block !important;
  position: relative;
}
.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-right: 0 !important;
  display: flex;
  justify-content: end;
}
.mktoForm .mktoButtonRow .mktoButtonWrap button {
  align-self: end;
}
@media only screen and (max-width: 480px) {
  .mktoForm {
    padding: 0 !important;
  }
  .mktoForm .mktoFormRow {
    clear: both;
    margin: 0;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    padding: 0 !important;
    width: 100%;
  }
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #444444 !important;
    font-family: 'Albert', Arial, sans-serif;
    display: block;
    font-size: 12px !important;
    height: 36px !important;
    line-height: 20px !important;
    outline: none;
    padding: 8px !important;
    width: 100% !important;
  }
  .mktoForm #Digital_Country__c {
    border-radius: 3px !important;
    height: 60px !important;
    background-color: #F9F9F9 !important;
    border: 1px solid #D6D6D6 !important;
  }
}
form .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton {
  background: #044ED7 !important;
  border: 0.1rem solid #044ED7 !important;
  color: #fff;
  padding: 20px 30px !important;
  min-width: 155px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 2.5px !important;
  letter-spacing: 0.1rem;
  text-transform: capitalize !important;
  border-radius: 4px;
  transition: all 0.3s;
}
form .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton:hover,
form .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton:active,
form .mktoButtonRow .mktoButtonWrap button[type="submit"].mktoButton:focus {
  background: #fff !important;
  color: #044ED7 !important;
  border: 1px solid #044ED7 !important;
}
form .mktoButtonRow:last-child .mktoButtonWrap {
  margin-right: 0 !important;
}
/* Reset des styles par défaut */
/* Styles de base */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
pre,
code,
blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
/* Liens non décorés */
a {
  text-decoration: none;
  color: inherit;
}
/* Listes sans puces */
ul,
ol {
  list-style: none;
}
/* Bordures et débordements */
img,
iframe,
video,
object {
  border: 0;
}
/* Éléments en ligne ne devraient pas avoir de débordement par défaut */
a,
abbr,
acronym,
strong {
  overflow: hidden;
  word-wrap: break-word;
}
/* Boutons sans styles par défaut */
button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
/* Formulaires */
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
/* Tableaux sans bordures par défaut */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Styles de base pour le conteneur principal */
body {
  font-family: 'Albert', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
/* Déclarations de base */
html {
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
/* Couleurs */
/* Breakpoints */
/* Spécifiques */
.liste_4 {
  display: flex;
  flex-wrap: wrap;
}
.liste_4 .item {
  flex: 0 0 calc((100% / 4) - 20px);
  margin-left: calc((4 * 20px) / (4 - 1));
}
.liste_4 .item:nth-child(4n + 1) {
  margin-left: 0;
}
.liste_3 {
  display: flex;
  flex-wrap: wrap;
}
.liste_3 .item {
  flex: 0 0 calc((100% / 3) - 20px);
  margin-left: calc((3 * 20px) / (3 - 1));
}
.liste_3 .item:nth-child(3n + 1) {
  margin-left: 0;
}
.liste_2 {
  display: flex;
  flex-wrap: wrap;
}
.liste_2 .item {
  flex: 0 0 calc((100% / 2) - 20px);
  margin-left: calc((2 * 20px) / (2 - 1));
}
.liste_2 .item:nth-child(2n + 1) {
  margin-left: 0;
}
.liste_1 {
  display: flex;
  flex-wrap: wrap;
}
.liste_1 .item {
  flex: 0 0 calc((100% / 1) - 20px);
  margin-left: calc((1 * 20px) / (1 - 1));
}
.liste_1 .item:nth-child(1n + 1) {
  margin-left: 0;
}
/* Polices */
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Thin.woff2') format('woff2'), url('../fonts/FSAlbertPro-Thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Light.woff2') format('woff2'), url('../fonts/FSAlbertPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro.woff2') format('woff2'), url('../fonts/FSAlbertPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Bold.woff2') format('woff2'), url('../fonts/FSAlbertPro-Bold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-ExtraBold.woff2') format('woff2'), url('../fonts/FSAlbertPro-ExtraBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-ThinItalic.woff2') format('woff2'), url('../fonts/FSAlbertPro-ThinItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-LightItalic.woff2') format('woff2'), url('../fonts/FSAlbertPro-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Italic.woff2') format('woff2'), url('../fonts/FSAlbertPro-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-BoldItalic.woff2') format('woff2'), url('../fonts/FSAlbertPro-BoldItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.woff2') format('woff2'), url('../fonts/Gilroy-LightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.woff2') format('woff2'), url('../fonts/Gilroy-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Solid';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Regular';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
.fas {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.far {
  font-family: 'Font Awesome 5 Regular', sans-serif;
}
.fab {
  font-family: 'Font Awesome 5 Brands', sans-serif;
}
/* ======================================================================================================================================
 *  ------ LISTE
 * ==================================================================================================================================== */
[class*="liste_"] .item {
  position: relative;
  box-sizing: border-box;
}
[class*="liste_"] .item .visuel {
  position: relative;
  display: flex;
  overflow: hidden;
}
[class*="liste_"] .item .visuel img {
  transition: all 0.3s;
}
[class*="liste_"] .item:not(.gated--locked):hover .visuel img,
[class*="liste_"] .item:not(.gated--locked):active .visuel img,
[class*="liste_"] .item:not(.gated--locked):focus .visuel img {
  transform: scale(1.05);
}
[class*="liste_"] .item .itemInfo {
  margin-top: 1.5rem;
}
[class*="liste_"] .item .itemInfo a {
  font-weight: 500;
  font-size: 3rem;
}
[class*="liste_"] .item .itemInfo a::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;
}
[class*="liste_"] .item--document,
[class*="liste_"] .item--picto {
  position: relative;
  background: #F0F0F0;
  border-radius: 0.8rem;
}
[class*="liste_"] .item--document.grey,
[class*="liste_"] .item--picto.grey {
  background: #fff;
}
[class*="liste_"] .item--document h3,
[class*="liste_"] .item--picto h3 {
  margin: 0 0 2rem 0;
}
[class*="liste_"] .item--document h3::before,
[class*="liste_"] .item--picto h3::before {
  content: none;
}
[class*="liste_"] .item--document {
  padding: 4rem 13rem 4rem 4.5rem;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--document {
    padding: 2rem 5rem 2rem 2rem;
  }
}
[class*="liste_"] .item--document .visuel {
  position: absolute;
  top: -3rem;
  right: -3rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--document .visuel {
    right: -1rem;
    width: 10rem;
  }
  [class*="liste_"] .item--document .visuel img {
    width: 100%;
    height: auto;
  }
}
[class*="liste_"] .item--document .itemInfo a {
  font-size: 2rem;
  font-weight: normal;
  color: #044ED7;
  position: relative;
}
[class*="liste_"] .item--document .itemInfo a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #044ED7;
  border-radius: 10px;
  transition: all 0.3s;
}
[class*="liste_"] .item--document .itemInfo a:hover::before,
[class*="liste_"] .item--document .itemInfo a:focus::before,
[class*="liste_"] .item--document .itemInfo a:active::before {
  width: 100%;
  background: #044ED7;
}
[class*="liste_"] .item--document .itemInfo a span.download {
  content: url("../img/pictos/download.png");
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--document .itemInfo h3 {
    font-size: 2.4rem;
  }
  [class*="liste_"] .item--document .itemInfo p {
    display: none;
  }
}
[class*="liste_"] .item--picto {
  color: #000;
  padding: 4.5rem 5rem;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--picto {
    display: flex;
    padding: 2rem;
    gap: 2.5rem;
  }
  [class*="liste_"] .item--picto .itemInfo {
    margin-top: 0;
  }
}
[class*="liste_"] .item--picto h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--picto h3 {
    text-align: left;
    margin-bottom: 1rem;
  }
}
[class*="liste_"] .item--picto .contact-button {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--picto .contact-button {
    margin: 0;
    background: none;
    color: #044ED7;
    border: none;
    padding: 0;
  }
}
[class*="liste_"] .item--picto .contact-button a {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--picto .contact-button a {
    font-size: 2rem;
    font-weight: bold;
  }
}
[class*="liste_"] .item--picto [class*="picto-"] {
  display: block;
  margin: 0 auto 1rem auto;
  height: 3rem;
  filter: brightness(0) invert(16%) sepia(92%) saturate(7316%) hue-rotate(243deg) brightness(103%) contrast(100%);
}
@media screen and (max-width: 767px) {
  [class*="liste_"] .item--picto [class*="picto-"] {
    margin: 1rem 0 0;
    width: 3rem;
    object-fit: contain;
  }
}
[class*="liste_"] .item--picto [class*="picto-"].picto-arrow-down {
  content: url("../img/pictos/arrow-down.png");
}
[class*="liste_"] .item--picto [class*="picto-"].picto-tick {
  content: url("../img/pictos/tick.png");
}
[class*="liste_"] .item--picto [class*="picto-"].picto-heart {
  content: url("../img/pictos/heart.png");
}
[class*="liste_"] .item--picto [class*="picto-"].picto-radio {
  content: url("../img/pictos/radio.png");
}
[class*="liste_"] .item--picto [class*="picto-"].picto-house {
  content: url("../img/pictos/house.png");
}
@media screen and (max-width: 767px) {
  [class*="liste_"] {
    flex-direction: column;
    align-items: center;
  }
  [class*="liste_"] .item {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1300px) {
  ul.liste_3 .item {
    flex: 0 0 calc(50% - 30px);
    margin-left: 60px;
  }
  ul.liste_3 .item .visuel img {
    width: 100%;
  }
  ul.liste_3 .item:nth-child(3n+1) {
    margin-left: 60px;
  }
  ul.liste_3 .item:nth-child(2n+1) {
    margin-left: 0;
  }
  ul.liste_4 .item {
    flex: 0 0 calc(50% - 30px);
    margin-left: 60px;
  }
  ul.liste_4 .item .visuel img {
    width: 100%;
  }
  ul.liste_4 .item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  ul.liste_3 .item {
    width: 100%;
    margin: 0 auto 5rem;
    margin-left: 0;
  }
  ul.liste_3 .item:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.liste_3 .item:nth-child(4n+1) {
    margin-left: 0;
  }
  ul.liste_4 .item {
    width: 100%;
    margin: 0 auto 5rem;
    margin-left: 0;
  }
  ul.liste_4 .item:nth-child(4n+1) {
    margin-left: 0;
  }
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.innerCenter {
  zoom: 1;
  max-width: 1288px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .innerCenter {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.content {
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .content {
    width: 83.33%;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    width: 91.66%;
  }
}
@media screen and (max-width: 480px) {
  .content {
    width: 100%;
  }
}
.content section {
  margin: 8rem 0;
}
.content section:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .content section {
    margin: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .content section {
    margin: 4rem 0;
  }
}
.content section.grey {
  margin: 0;
}
.tr {
  transition: all 0.3s;
}
.arrow-link a {
  transition: all 0.3s;
  display: block;
  padding-top: 15px;
  color: #044ED7;
  font-size: 20px;
}
.arrow-link a:hover,
.arrow-link a:active,
.arrow-link a:focus {
  color: #044ED7;
  text-decoration: underline;
}
.arrow-link a:after {
  content: url("../img/link-arrow.svg");
  display: inline-block;
  width: 16px;
  padding-left: 8px;
}
.ext::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;
}
.btn-bleu {
  display: inline-block;
  background: #044ED7;
  border: 0.1rem solid #044ED7;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
  text-align: center;
  border-radius: 0.4rem;
  transition: all 0.3s;
}
.btn-bleu:hover,
.btn-bleu:active,
.btn-bleu:focus {
  text-decoration: none;
  background: #046CFF;
  border-color: #046CFF;
}
sup {
  font-size: 50%;
  font-weight: 700;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.6rem;
  color: #FF6E00;
}
.bold {
  font-weight: 500;
}
.w100 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.content h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
  margin-bottom: 24px;
  color: #060A3D;
}
@media screen and (max-width: 480px) {
  .content h1 {
    font-size: 4rem !important;
    line-height: 100% !important;
  }
}
.content h2 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 5.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .content h2 {
    font-size: 2.5rem;
    line-height: 100%;
  }
}
.autopromo {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 40rem;
  position: relative;
  padding: 0;
}
.autopromo-large {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}
.autopromo-large .ap-left {
  background: #060A3D;
  display: flex;
  align-items: center;
  padding: 0 8rem;
}
.autopromo-large .ap-left h1 {
  color: #fff;
  font-size: 5.2rem;
  font-weight: 500;
  letter-spacing: 0.52px;
  line-height: 5.2rem;
}
.autopromo-large .ap-right {
  position: relative;
  overflow: hidden;
}
.autopromo-large .ap-right img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .autopromo-large {
    grid-template-columns: 0.95fr 1.05fr;
  }
}
@media screen and (max-width: 767px) {
  .autopromo-large {
    height: auto;
    grid-template-columns: 1fr;
  }
  .autopromo-large .ap-right {
    order: 2;
    height: 16rem;
  }
  .autopromo-large .ap-left {
    order: 1;
    padding: 2rem 1.25rem;
    justify-content: flex-start;
  }
  .autopromo-large .ap-left h1 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .autopromo {
    overflow: hidden;
  }
}
.autopromo img {
  width: 100%;
  object-fit: cover;
}
.video-player {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .video-player {
    width: 100%;
    height: fit-content;
    aspect-ratio: 16 / 9;
  }
}
.video-player .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background-color: #060A3D;
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.video-player .video-btn {
  z-index: 3;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 135px;
  height: 55px;
}
.video-player .video-btn a {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .video-player .video-play {
    width: 50px;
    height: 50px;
    background-size: 33%;
  }
}
.algo-contact {
  display: flex;
  flex-direction: row;
  padding-top: 60px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .algo-contact {
    width: 83.33%;
  }
}
@media screen and (max-width: 1024px) {
  .algo-contact {
    width: 91.66%;
  }
}
@media screen and (max-width: 480px) {
  .algo-contact {
    width: 100%;
  }
}
.algo-contact .algo-contact-text {
  flex-grow: 3;
}
.algo-contact h1 {
  font-size: 4.5rem;
  font-weight: 500;
  padding-top: 17rem;
  line-height: 5.2rem;
}
@media screen and (max-width: 1300px) {
  .algo-contact h1 {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .algo-contact h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.algo-contact p {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .algo-contact p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 1300px) {
  .algo-contact {
    flex-direction: column;
  }
}
#popup-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.54);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s;
}
#popup-modal .popup-modal-content {
  width: 784px;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 36px 46px 48px 46px;
}
@media screen and (max-width: 1024px) {
  #popup-modal .popup-modal-content {
    width: 66%;
  }
}
#popup-modal .popup-modal-content .popup-title {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
#popup-modal .popup-modal-content .popup-text {
  padding: 32px 0 44px 0;
  color: #060A3D;
}
#popup-modal .popup-modal-content .popup-text h1 {
  padding-bottom: 24px;
}
#popup-modal .popup-modal-content .popup-button {
  display: flex;
  gap: 10px;
  justify-content: end;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  padding-top: 35px;
}
#popup-modal .popup-modal-content .popup-button a {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 25.352px;
  padding: 17px 36px 12px 36px;
  border-radius: 4px;
}
#popup-modal .popup-modal-content .popup-button a:nth-child(1) {
  background: #626465;
}
#popup-modal .popup-modal-content .popup-button a:nth-child(2) {
  background: #044ED7;
}
.sticky-form:has(input:checked) {
  right: 0;
}
.sticky-form:has(input:checked) .sticky-tab .control .control__indicator {
  background-color: #044ED7;
  color: #FFFFFF;
}
.sticky-form:has(input:checked) .sticky-tab .control .control__indicator:after {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../img/close-icon.svg");
  mask-image: url("../img/close-icon.svg");
  height: 23px;
  width: 23px;
  top: 40px;
  left: 40px;
}
.sticky-form {
  position: fixed;
  width: 400px;
  height: 700px;
  background-color: white;
  right: -400px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  box-shadow: 0 0 29px -5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.sticky-form .sticky-tab {
  display: flex;
  justify-content: center;
  position: absolute;
  left: -100px;
}
.sticky-form .sticky-tab .control {
  display: block;
  position: relative;
  cursor: pointer;
}
.sticky-form .sticky-tab .control input {
  position: absolute;
  display: none;
}
.sticky-form .sticky-tab .control__indicator {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #044ED7;
  color: #FFFFFF;
  border-radius: 100% 0 0 100%;
  box-shadow: -20px 0 29px -20px rgba(0, 0, 0, 0.3);
}
.control > input:checked ~ .sticky-form .sticky-tab .control__indicator {
  background: #FFFFFF;
}
.sticky-form .sticky-tab .control__indicator:after {
  content: 'Any \A questions ?';
  white-space: pre-wrap;
  position: absolute;
  text-align: center;
  font-size: 14px;
  top: 24px;
  left: 20px;
}
.sticky-form .contactForm .mktoForm p.h2 {
  font-size: 18px !important;
  line-height: 0;
  font-weight: 500;
}
.sticky-form .contactForm .h2.primary-text {
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}
.sticky-form .contactForm .mktoForm {
  position: relative;
  box-shadow: none !important;
  width: calc(100% - 60px) !important;
  margin: 0;
  padding: 30px;
}
.sticky-form .contactForm #LblDigital_First_Name__c,
.sticky-form .contactForm .contactForm #LblDigital_Last_Name__c,
.sticky-form .contactForm .contactForm #LblEmail,
.sticky-form .contactForm .contactForm #LblDigital_Phone__c,
.sticky-form .contactForm .contactForm #LblDigital_Company__c,
.sticky-form .contactForm .contactForm #LblDigital_Country__c,
.sticky-form .contactForm .contactForm #LblDigital_Business_Title__c,
.sticky-form .contactForm .contactForm #LblbDForm01Field01 {
  font-size: 12px !important;
  line-height: 10px !important;
}
.sticky-form .contactForm #LblmktoCheckbox_297582_0,
.sticky-form .contactForm #LblmktoCheckbox_297582_1,
.sticky-form .contactForm #mktoCheckbox_297582_2 {
  line-height: 25px !important;
}
.sticky-form .contactForm .mktoForm input[type="text"],
.sticky-form .contactForm .mktoForm input[type="url"],
.sticky-form .contactForm .mktoForm input[type="email"],
.sticky-form .contactForm .mktoForm input[type="tel"],
.sticky-form .contactForm .mktoForm input[type="number"],
.sticky-form .contactForm .mktoForm input[type="date"],
.sticky-form .contactForm .mktoForm select.mktoField {
  height: 40px !important;
}
.sticky-form .contactForm .mktoForm div,
.sticky-form .contactForm .mktoForm span,
.sticky-form .contactForm .mktoForm label,
.sticky-form .contactForm .mktoForm p {
  font-size: 12px !important;
  line-height: 16px !important;
}
.sticky-form .contactForm .mktoForm #LblConsent_Temporary_Status {
  padding-top: 50px;
}
.sticky-form .contactForm #mktoForm_21402 .mktoFormRow:nth-child(3) {
  padding-top: 15px;
}
.sticky-form .contactForm #mktoForm_21402 .mktoFormRow:nth-child(6) .mktoHtmlText {
  font-size: 8px !important;
}
.orange {
  color: #FF6E00;
}
@media screen and (max-width: 1024px) {
  .sticky-form {
    top: 150px;
    transform: none;
  }
  .sticky-form .contactForm .mktoForm {
    padding: 30px !important;
  }
}
@media screen and (max-width: 480px) {
  .sticky-form .contactForm .mktoForm {
    width: 100% !important;
  }
}
@media screen and (max-height: 480px) {
  .sticky-form .contactForm .mktoForm {
    width: auto !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 480px), (max-height: 480px) {
  .sticky-form:has(input:checked) {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .sticky-form:has(input:checked) .sticky-tab {
    position: relative;
    top: 20px;
    right: calc(-50% + 50px);
    left: auto;
  }
  .sticky-form:has(input:checked) .sticky-tab .control .control__indicator {
    width: 30px;
    height: 30px;
  }
  .sticky-form:has(input:checked) .sticky-tab .control .control__indicator:after {
    top: 7px;
    left: 8px;
    height: 15px;
    width: 15px;
    mask-size: 15px 15px;
  }
  .sticky-form {
    width: 100%;
    height: 100vh;
    top: 0 !important;
    right: -100vw;
    transform: translate(0, 0);
  }
  .sticky-form .sticky-tab {
    display: flex;
    justify-content: center;
    position: absolute;
    left: -70px;
    top: calc(100% - 70px - 50px);
  }
  .sticky-form .sticky-tab .control {
    display: block;
    position: relative;
  }
  .sticky-form .sticky-tab .control__indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
  }
  .sticky-form .sticky-tab .control__indicator:after {
    content: '?';
    white-space: pre-wrap;
    position: absolute;
    text-align: center;
    font-size: 30px;
    top: 2px;
    left: 19px;
  }
  .sticky-form .contactForm {
    margin-top: 40px;
  }
  .sticky-form .contactForm .mktoForm {
    width: 100%;
  }
}
ul.orange-dot {
  list-style-type: disc;
  padding: 0 4rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  ul.orange-dot {
    padding: 0 2rem;
  }
}
ul.orange-dot li::marker {
  color: #FF6E00;
  font-size: 2rem;
}
.wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .tns-outer .tns-ovh {
    margin-right: calc(50% - 50vw);
  }
  .tns-outer .tns-controls {
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
    margin-bottom: 1.6rem;
  }
  .tns-outer .tns-controls button {
    position: relative;
    font-size: 0;
  }
  .tns-outer .tns-controls button:hover::before,
  .tns-outer .tns-controls button:active::before,
  .tns-outer .tns-controls button:focus::before {
    color: #FF6E00;
  }
  .tns-outer .tns-controls button::before {
    font-family: 'Font Awesome 5 Solid', sans-serif;
    font-size: 3rem;
    color: #044ED7;
    transition: all 0.3s;
  }
  .tns-outer .tns-controls button:first-child::before {
    content: "\f053";
  }
  .tns-outer .tns-controls button:last-child::before {
    content: "\f054";
  }
}
.gated--locked {
  cursor: pointer !important;
  position: relative;
}
.gated--locked.img--locked::after {
  content: url("../img/lock.svg");
  position: absolute;
  inset: 0;
  z-index: 3;
  background-color: rgba(145, 153, 216, 0.5) !important;
  text-align: center;
  align-content: center;
  cursor: pointer !important;
  border-radius: 1rem;
  transition: all 0.3s;
}
.gated--locked .visuel {
  transition: all 0.3s;
}
.gated--locked.video-player::after {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.gated--locked.item--document::after {
  border-radius: 0.8rem;
}
.gated--locked.item--document .visuel {
  z-index: 5;
  filter: opacity(0.3);
}
.gated--locked:hover::before,
.gated--locked:focus::before {
  color: #fff;
}
.gated--locked:hover::after,
.gated--locked:focus::after {
  background-color: rgba(145, 153, 216, 0.9) !important;
}
.img--locked::after {
  content: url("../img/lock.svg");
  position: absolute;
  inset: 0;
  background-color: rgba(145, 153, 216, 0.5) !important;
  text-align: center;
  align-content: center;
  cursor: pointer !important;
  border-radius: 1rem;
  transition: all 0.3s;
  z-index: 0;
}
.mktoForm * {
  font-family: "Albert", Helvetica, Arial, Verdana, sans-serif !important;
}
.algo-contact-text {
  width: 33.33%;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .algo-contact-text {
    width: 100%;
  }
}
.contactForm {
  width: 66.66%;
  flex-grow: 6;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .contactForm {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.contactForm div p {
  display: flex;
  justify-content: center;
}
.contactForm .mktoFormRow a {
  text-decoration: underline;
}
.contactForm .mktoForm {
  position: relative;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 1rem;
  width: 83.33% !important;
  margin: 0;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 1024px) {
  .contactForm .mktoForm {
    padding: 1rem !important;
  }
  .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .contactForm .mktoForm {
    width: 100% !important;
  }
  .contactForm .mktoForm #LblConsent_Temporary_Status {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .contactForm .mktoForm .mktoFormRow .mktoFormCol,
  .contactForm .mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 100% !important;
  }
}
.contactForm .mktoForm .mktoHtmlText .h1 {
  display: none;
}
.contactForm .mktoForm .mktoHtmlText .h4 {
  display: none;
}
.contactForm .mktoForm .mktoHtmlText .primary-text {
  flex-wrap: wrap;
}
.contactForm .mktoFormRow {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contactForm .mktoFormRow {
    flex-direction: column;
    align-items: center;
  }
}
.contactForm .mktoCheckboxList input + label:before,
.contactForm .mktoRadioList input + label:before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.contactForm #LblDigital_First_Name__c,
.contactForm #LblDigital_Last_Name__c,
.contactForm #LblEmail,
.contactForm #LblDigital_Phone__c,
.contactForm #LblDigital_Company__c,
.contactForm #LblDigital_Country__c,
.contactForm #LblDigital_Business_Title__c,
.contactForm #LblbDForm01Field01 {
  color: #060A3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.contactForm input,
.contactForm textarea {
  border-radius: 3px !important;
  border: 1px solid #D6D6D6 !important;
  height: 60px !important;
  background: #F9F9F9 !important;
}
.contactForm .mktoForm_iliac {
  background: #ffffff10;
}
#form.algo-contact {
  display: flex;
  gap: 8rem;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  #form.algo-contact {
    gap: 3.2rem;
    padding: 3.2rem 0;
  }
}
#form.algo-contact::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  background: radial-gradient(120.46% 102.79% at 20.73% 46.42%, #002C7D 0%, #060A3D 100%);
  z-index: -1;
}
#form.algo-contact .form-product .product-description {
  position: relative;
  width: fit-content;
  margin-top: 7rem;
}
#form.algo-contact .form-product .product-description::before {
  content: "";
  position: absolute;
  inset: 0 0 0 calc(50% - 51vw);
  background-color: #044ED7;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  z-index: -1;
}
#form.algo-contact .form-product .product-description .text {
  padding: 2.5rem 6rem 2.5rem 0;
  color: #fff;
  white-space: nowrap;
}
#form.algo-contact .form-product .product-description .text p {
  margin-bottom: 0.5rem;
  padding-top: 0;
}
#form.algo-contact .form-product img {
  position: absolute;
  left: calc(50% - 50vw);
  max-width: calc((100vw - 1288px) / 2);
}
@media screen and (max-width: 1600px) {
  #form.algo-contact .form-product img {
    transform: translateY(40%);
    max-width: calc((100vw - 1150px) / 2);
  }
}
@media screen and (max-width: 1400px) {
  #form.algo-contact .form-product img {
    transform: translateY(60%);
    max-width: calc((100vw - 1000px) / 2);
  }
}
@media screen and (max-width: 1300px) {
  #form.algo-contact .form-product img {
    transform: translateY(50%);
    max-width: calc((100vw - 800px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  #form.algo-contact .form-product img {
    transform: translate(10%, -80%);
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #form.algo-contact .form-product img {
    transform: translate(0, -80%);
    max-width: 150px;
  }
}
.form_iliac #LblDigital_First_Name__c,
.form_iliac #LblDigital_Last_Name__c,
.form_iliac #LblEmail,
.form_iliac #LblDigital_Phone__c,
.form_iliac #LblDigital_Company__c,
.form_iliac #LblDigital_Country__c,
.form_iliac #LblDigital_Business_Title__c,
.form_iliac #LblbDForm01Field01 {
  color: white;
}
.form_iliac .mktoCheckboxList {
  color: #bababa;
}
.form_iliac::before {
  background: transparent !important;
}
/*-------------------
    NAVIGATION
 --------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #D8D8D7;
}
header .menu-section .header-content {
  padding: 1.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .menu-section .header-content {
    padding: 0.8rem 0 0.5rem;
  }
  header .menu-section .header-content #btnMenuMobile {
    order: 1;
  }
  header .menu-section .header-content .wrapper {
    order: 2;
  }
  header .menu-section .header-content #logo {
    order: 3;
  }
}
header .menu-section .header-content #logo h1 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  header .menu-section .header-content #logo h1 {
    flex-direction: column;
    gap: 1rem;
  }
}
header .menu-section .header-content #logo h1 img {
  height: 3rem;
}
header .menu-section .header-content #btnMenuMobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .menu-section .header-content #btnMenuMobile {
    border: none;
    display: inline-block;
    float: left;
    background: #fff;
    font-size: 0;
    border-radius: 10px;
    padding: 1rem 1.4rem 1rem 0;
  }
  header .menu-section .header-content #btnMenuMobile::before {
    font-family: 'Font Awesome 5 Solid', sans-serif;
    content: '\f0c9';
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
  }
  header .menu-section .header-content #btnMenuMobile[aria-expanded='true']::before {
    content: '\f00d';
  }
}
header .menu-section .header-content .menu-links {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  header .menu-section .header-content .menu-links {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    flex-direction: column;
    background: #fff;
    left: 0;
    right: 0;
    border-top: 1px solid #D8D8D7;
    border-bottom: 1px solid #D8D8D7;
  }
}
header .menu-section .header-content .menu-links li {
  color: #060A3D;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  header .menu-section .header-content .menu-links li {
    padding: 1.5rem;
  }
}
header .menu-section .header-content .menu-links li::before {
  content: none;
}
header .menu-section .header-content .menu-links li:last-child {
  margin-right: 0;
}
header .menu-section .header-content .menu-links li a {
  position: relative;
}
header .menu-section .header-content .menu-links li a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #044ED7;
  border-radius: 10px;
  transition: all 0.3s;
}
header .menu-section .header-content .menu-links li a:hover::after,
header .menu-section .header-content .menu-links li a:focus::after,
header .menu-section .header-content .menu-links li a:active::after {
  width: calc(100% - 3px);
  background: #044ED7;
}
header .menu-section .header-content .menu-links li a::after {
  background: #FF6E00 !important;
}
header .menu-section .header-content .menu-links li a.active::after {
  width: 100%;
}
header .menu-section .header-content .wrapper {
  gap: 3.5rem;
}
header .menu-section .header-content .wrapper .btn-bleu {
  text-transform: none;
}
@media screen and (max-width: 767px) {
  header .menu-section .header-content .wrapper .btn-bleu {
    padding: 1rem 1.2rem;
    font-size: 1.4rem;
  }
}
header .language-dropdown {
  position: relative;
  display: inline-block;
  z-index: 10;
  color: #044ED7;
}
@media screen and (max-width: 1024px) {
  header .language-dropdown {
    padding-bottom: 0.8rem;
  }
}
header .language-dropdown .selected-language {
  cursor: pointer;
}
header .language-dropdown .selected-language::before {
  font-family: 'Font Awesome 5 Regular', sans-serif;
  content: '\f024';
  color: #044ED7;
  font-size: 1.4rem;
  margin-right: 0.4rem;
}
header .language-dropdown .selected-language::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f078';
  color: #044ED7;
  font-size: 1.4rem;
  margin-left: 0.4rem;
}
header .language-dropdown .selected-language.active::after {
  content: '\f077';
}
header .language-dropdown .language-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  list-style: none;
  padding: 0;
  border: 0.1rem solid #ccc;
  width: 8rem;
}
header .language-dropdown .language-options.show {
  display: block;
}
header .language-dropdown .language-options li {
  padding: 0.6rem 0.9rem;
}
header .language-dropdown .language-options li a {
  transition: all 0.3s;
}
header .language-dropdown .language-options li a:hover,
header .language-dropdown .language-options li a:active,
header .language-dropdown .language-options li a:focus {
  color: #044ED7;
}
header .has-submenu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 1024px) {
  header .has-submenu {
    flex-wrap: wrap;
  }
}
header .has-submenu > a {
  flex-shrink: 0;
}
header .has-submenu .submenu-toggle {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .has-submenu .submenu-toggle::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f078';
  font-size: 1rem;
  color: #060A3D;
  display: block;
  transition: transform 0.25s ease;
}
header .has-submenu.submenu-open .submenu-toggle::after {
  transform: rotate(180deg);
}
header .has-submenu .submenu {
  display: block;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  background: #fff;
  border: 0.1rem solid #D8D8D7;
  min-width: 16rem;
  list-style: none;
  padding: 0.4rem 0;
  z-index: 20;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.25s ease;
}
@media screen and (max-width: 1024px) {
  header .has-submenu .submenu {
    position: static;
    top: auto;
    left: auto;
    border: none;
    border-top: 0.1rem solid #D8D8D7;
    width: 100%;
    padding-left: 1.5rem;
  }
}
header .has-submenu .submenu li {
  padding: 0;
}
header .has-submenu .submenu li::before {
  content: none;
}
header .has-submenu .submenu li a {
  display: block;
  padding: 0.8rem 1.4rem;
  font-size: 1.5rem;
  color: #060A3D;
  transition: background 0.2s ease, color 0.2s ease;
}
header .has-submenu .submenu li a:hover {
  background: #f5f5f5;
  color: #044ED7;
}
header .has-submenu.submenu-open .submenu {
  max-height: 12rem;
  opacity: 1;
  pointer-events: auto;
}
footer {
  color: #fff;
  background-color: #060A3D;
  padding: 4.8rem 0;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 1.6rem 0;
  }
}
footer .infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .infos {
    flex-direction: column;
    gap: 3.2rem;
  }
}
footer .infos .left-col {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 40.5rem;
}
@media screen and (max-width: 1024px) {
  footer .infos .left-col {
    max-width: 60rem;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer .infos .left-col {
    max-width: unset;
  }
}
footer .infos .copyright {
  line-height: 2.4rem;
  max-width: 40.5rem;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  footer .infos .copyright {
    max-width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  footer .infos .copyright {
    max-width: unset;
  }
}
footer .infos .footer-links {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 32px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  footer .infos .footer-links {
    align-items: center;
  }
}
footer .infos .footer-links a:not(.btn-bleu) {
  text-decoration: none;
}
footer .infos .footer-links a:not(.btn-bleu):hover,
footer .infos .footer-links a:not(.btn-bleu):active,
footer .infos .footer-links a:not(.btn-bleu):focus {
  color: #ffffff;
  text-decoration: underline;
}
footer .infos .footer-links .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  footer .infos .footer-links .buttons {
    flex-direction: column;
    gap: unset;
  }
}
footer .infos .footer-links .other-links {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  footer .infos .footer-links .other-links {
    flex-direction: column;
    gap: unset;
  }
}
footer .infos .footer-links .other-links #ot-sdk-btn {
  font-size: 15px !important;
  line-height: 32px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border: none !important;
  padding: 0 !important;
}
footer .infos .footer-links .other-links #ot-sdk-btn:hover,
footer .infos .footer-links .other-links #ot-sdk-btn:active,
footer .infos .footer-links .other-links #ot-sdk-btn:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}
footer .revello .footer-links {
  position: relative;
  top: 9rem;
}
footer .revello .credits {
  padding: 0 5rem 2rem 0;
  font-size: 1.3rem;
  color: lightgrey;
}
footer .revello .indice sup {
  color: white;
}
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.modal.is-visible {
  visibility: visible;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
}
@media screen and (max-width: 1024px) {
  .modal-wrapper {
    width: 90%;
  }
}
.modal-body {
  background-color: #FFFFFF;
  padding: 2rem;
}
.modal-body .contactForm {
  width: 100%!important;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.modal.is-visible .modal-transition {
  opacity: 1;
}
.modal-header {
  position: relative;
  background-color: transparent;
}
.modal-close {
  position: absolute;
  top: -35px;
  right: 5px;
  padding: 1em;
  background: none;
  border: 0;
}
.modal-close:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../img/close-icon.svg");
  mask-image: url("../img/close-icon.svg");
  height: 23px;
  width: 23px;
}
.modal-close:hover {
  color: #777;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
.modal-content video {
  width: 756px;
  height: 425px;
}
@media screen and (max-width: 1024px) {
  .modal-content video {
    width: 100%;
    height: fit-content;
    aspect-ratio: 16 / 9;
  }
}
#popup-modal-form .modal-wrapper {
  max-width: 785px;
}
#popup-modal-form .modal-wrapper .modal-body {
  padding: 58px 50px 50px 50px;
}
#popup-modal-form .modal-wrapper .modal-body .modal-content h1 {
  color: #060A3D;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 32px;
}
#popup-modal-form .modal-wrapper .modal-body .modal-content p {
  color: #060A3D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 8px;
}
#popup-modal-form .modal-wrapper .modal-body .modal-content .contactForm .mktoForm {
  position: relative;
  box-shadow: none;
  width: 100% !important;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #popup-modal-form .modal-wrapper .modal-body .modal-content .contactForm .mktoForm {
    padding: 0 !important;
  }
}
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.modal.is-visible {
  visibility: visible;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 180px;
  left: 50%;
  transform: translate(-50%, 0);
}
.modal-body {
  background-color: #FFFFFF;
  padding: 60px 50px;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.modal.is-visible .modal-transition {
  opacity: 1;
}
.modal-header {
  position: relative;
  background-color: transparent;
}
.modal-close {
  position: absolute;
  top: -35px;
  right: 5px;
  padding: 1em;
  background: none;
  border: 0;
}
.modal-close:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../img/close-icon.svg");
  mask-image: url("../img/close-icon.svg");
  height: 23px;
  width: 23px;
}
.modal-close:hover {
  color: #777;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
/* Pages */
.overview .autopromo img {
  height: 40rem;
  object-fit: cover;
}
.overview .autopromo-home {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .overview .autopromo-home {
    width: 90%;
  }
}
.overview .autopromo-home p:first-child,
.overview .autopromo-home h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.overview .autopromo-home p:first-child {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 1024px) {
  .overview .autopromo-home p:first-child {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .overview .autopromo-home p:first-child {
    font-size: 1.8rem;
  }
}
.overview .autopromo-home h2 {
  color: #FF6E00;
  font-size: 4.2rem;
  letter-spacing: 0.48px;
  line-height: 5.5rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 1024px) {
  .overview .autopromo-home h2 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 767px) {
  .overview .autopromo-home h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.overview .autopromo-home p:last-child {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.432px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .overview .autopromo-home p:last-child {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .overview .autopromo-home p:last-child {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.overview .video {
  position: relative;
  margin-top: -4rem;
  z-index: 1;
}
.overview .video .wrapper {
  gap: 3.2rem;
  margin-bottom: 6.4rem;
}
@media (max-width: 1024px) {
  .overview .video .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .overview .video .wrapper {
    margin-bottom: 2.4rem;
  }
}
.overview .video .wrapper > div {
  flex: 1;
}
.overview .video .wrapper .video-player {
  border: 1.6rem solid #fff;
  box-shadow: 0 0.1rem 0.8rem 0 rgba(6, 10, 61, 0.2);
  box-sizing: border-box;
}
.overview .video .wrapper .video-player video {
  width: 100%;
  height: 100%;
}
.overview .video-text h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 3.8rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .overview .video-text h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
.overview .video-citation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .overview .video-citation {
    margin-bottom: 3.6rem;
  }
}
.overview .video-citation q {
  position: relative;
  max-width: 70rem;
  text-align: center;
  font-size: 4rem;
  font-style: italic;
  font-weight: 200;
  line-height: 4.8rem;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .overview .video-citation q {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
.overview .video-citation q::before,
.overview .video-citation q::after {
  content: none;
}
.overview .video-citation q::after {
  content: "";
  background-image: url(../img/overview/quote.svg);
  background-repeat: no-repeat;
  width: 10rem;
  height: 10rem;
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .overview .video-citation q::after {
    background-image: url(../img/overview/quoteMobile.svg);
    width: 5.2rem;
    height: 5.2rem;
    right: 0;
    bottom: -1rem;
    transform: none;
    top: unset;
  }
}
.overview .table {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 6.4rem 0;
  /* Grille 10×4 */
}
@media (max-width: 767px) {
  .overview .table {
    padding: 3.2rem 0;
  }
}
.overview .table::before {
  content: '';
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(80.62% 66.36% at 78.02% 55.62%, #044ED7 0%, #060A3D 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.overview .table h2 {
  font-size: 2rem;
  line-height: 4rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .overview .table h2 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.overview .table h2 span {
  font-family: "Gilroy", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .overview .table h2 span {
    font-size: 2.8rem;
  }
}
.overview .table .pad-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-template-areas: "A A A A A A B B B B" "A A A A A A B B B B" "C C C D D E E E E E" "C C C D D E E E E E";
  border-bottom: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  margin-bottom: 3.2rem;
}
.overview .table .pad-grid .pad-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.1rem solid #fff;
  border-left: 0.1rem solid #fff;
  font-family: "Gilroy", sans-serif;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .overview .table .pad-grid .pad-item {
    padding: 2rem 1rem;
  }
}
.overview .table .pad-grid .pad-item .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .overview .table .pad-grid .pad-item .wrapper {
    margin-bottom: 3.2rem;
  }
}
.overview .table .pad-grid .pad-item .bottom {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-align: right;
}
.overview .table .pad-grid .pad-item .orange {
  color: #FF6E00;
}
.overview .table .pad-grid #bloc-a {
  grid-area: A;
}
.overview .table .pad-grid #bloc-b {
  grid-area: B;
}
.overview .table .pad-grid #bloc-c {
  grid-area: C;
}
.overview .table .pad-grid #bloc-d {
  grid-area: D;
}
.overview .table .pad-grid #bloc-e {
  grid-area: E;
}
@media (max-width: 1024px) {
  .overview .table .pad-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "A" "B" "C" "D" "E";
    border: none;
  }
  .overview .table .pad-grid .pad-item {
    border: 0.1rem solid #fff;
    flex-direction: column;
    align-items: center;
  }
  .overview .table .pad-grid .pad-item .bottom {
    position: static;
    text-align: center;
    margin-top: 2rem;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .overview .table .pad-grid .pad-item .bottom {
    position: absolute;
    font-size: 1.2rem;
  }
}
.overview .table .pad-grid #bloc-a .wrapper {
  flex-direction: row;
  gap: 4rem;
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-a .wrapper {
    gap: 1.6rem;
  }
}
.overview .table .pad-grid #bloc-a .wrapper .big-text {
  font-size: 20.5rem;
  font-weight: 600;
  line-height: 25rem;
}
@media (max-width: 1024px) {
  .overview .table .pad-grid #bloc-a .wrapper .big-text {
    font-size: 10rem;
    line-height: 10rem;
  }
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-a .wrapper .big-text {
    font-size: 9rem;
    line-height: 7.5rem;
  }
}
.overview .table .pad-grid #bloc-a .wrapper .text {
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 20rem;
}
.overview .table .pad-grid #bloc-a .wrapper .text p:nth-child(-n + 2) {
  font-size: 4rem;
  font-weight: 600;
  line-height: 3.5rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .overview .table .pad-grid #bloc-a .wrapper .text p:nth-child(-n + 2) {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-a .wrapper .text p:nth-child(-n + 2) {
    font-size: 2.2rem;
    line-height: 2rem;
  }
}
.overview .table .pad-grid #bloc-a .wrapper .text p:nth-child(3) {
  font-size: 2rem;
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .overview .table .pad-grid #bloc-a .wrapper .text p:nth-child(3) {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-a .wrapper .text p:nth-child(3) {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.overview .table .pad-grid #bloc-b .big-text {
  font-size: 13rem;
  font-weight: 600;
  line-height: 16rem;
}
@media (max-width: 1024px) {
  .overview .table .pad-grid #bloc-b .big-text {
    font-size: 8rem;
    line-height: 8rem;
  }
}
.overview .table .pad-grid #bloc-b .text {
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-b .text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.overview .table .pad-grid #bloc-c .text {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3.8rem;
}
@media (max-width: 1024px) {
  .overview .table .pad-grid #bloc-c .text {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-c .text {
    font-size: 2.2rem;
  }
}
.overview .table .pad-grid #bloc-d .text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}
.overview .table .pad-grid #bloc-d .text .title {
  font-size: 4rem;
  line-height: 3.8rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .overview .table .pad-grid #bloc-d .text .title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-d .text .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.2rem;
  }
}
.overview .table .pad-grid #bloc-d .text .title span {
  font-size: 9.6rem;
  line-height: 10rem;
}
@media (max-width: 1024px) {
  .overview .table .pad-grid #bloc-d .text .title span {
    font-size: 7rem;
    line-height: 5rem;
  }
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-d .text p:last-child {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.overview .table .pad-grid #bloc-d .bottom {
  max-width: 18rem;
}
@media (max-width: 1024px) {
  .overview .table .pad-grid #bloc-d .bottom {
    max-width: unset;
  }
}
.overview .table .pad-grid #bloc-e .wrapper {
  flex-direction: column;
  justify-content: center;
}
.overview .table .pad-grid #bloc-e .wrapper .title {
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-e .wrapper .title {
    font-size: 1.6rem;
  }
}
.overview .table .pad-grid #bloc-e .wrapper .stats {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-e .wrapper .stats {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.overview .table .pad-grid #bloc-e .wrapper .stats p {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-e .wrapper .stats p {
    font-size: 1.6rem;
  }
}
.overview .table .pad-grid #bloc-e .wrapper .stats p span {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5.5rem;
}
@media (max-width: 767px) {
  .overview .table .pad-grid #bloc-e .wrapper .stats p span {
    font-size: 6rem;
  }
}
.overview .tabs {
  padding: 6.4rem 0;
}
@media (max-width: 767px) {
  .overview .tabs {
    padding: 4.8rem 0;
  }
}
.overview .tabs .text {
  width: 75%;
  margin-bottom: 6.4rem;
}
@media (max-width: 1024px) {
  .overview .tabs .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .overview .tabs .text {
    margin-bottom: 3.6rem;
  }
  .overview .tabs .text .orange-dot li {
    font-size: 1.6rem;
  }
}
.overview .tabs .text h2 {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .overview .tabs .text h2 {
    font-size: 2.8rem;
    line-height: 2.6rem;
  }
}
.overview .tabs .onglets [hidden] {
  display: none!important;
}
.overview .tabs .onglets div[role="tablist"] {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .overview .tabs .onglets div[role="tablist"] {
    gap: 0.8rem;
    margin-bottom: 3.2rem;
  }
}
.overview .tabs .onglets div[role="tablist"] button {
  flex: 1;
  font-family: "Albert", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0 2rem 1.5rem;
  border-bottom: 0.4rem solid #060A3D;
  color: #060A3D;
}
@media (max-width: 767px) {
  .overview .tabs .onglets div[role="tablist"] button {
    font-size: 1.3rem;
    padding: 0 0 1rem;
  }
}
.overview .tabs .onglets div[role="tablist"] button[aria-selected="true"] {
  border-color: #FF6E00;
}
.overview .tabs .onglets #panel-1,
.overview .tabs .onglets #panel-2 {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .overview .tabs .onglets #panel-1,
  .overview .tabs .onglets #panel-2 {
    align-items: unset;
  }
}
@media (max-width: 1024px) {
  .overview .tabs .onglets #panel-1 {
    flex-direction: column;
  }
}
.overview .tabs .onglets #panel-1 h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 3.8rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .overview .tabs .onglets #panel-1 h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .overview .tabs .onglets #panel-1 p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .overview .tabs .onglets #panel-2 {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .overview .tabs .onglets #panel-2 {
    font-size: 1.6rem;
  }
  .overview .tabs .onglets #panel-2 .orange-dot li {
    font-size: 1.6rem;
  }
}
.overview .tabs .onglets #panel-2 div p {
  margin-bottom: 1rem;
}
.overview .tabs .onglets #panel-3 {
  font-size: 1.8rem;
}
.overview .tabs .onglets #panel-3 > p {
  margin-bottom: 2rem;
}
.overview .tabs .onglets #panel-3 > div {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .overview .tabs .onglets #panel-3 > div {
    flex-direction: column;
    align-items: unset;
  }
}
.overview .tabs .onglets #panel-3 > div .red-tab,
.overview .tabs .onglets #panel-3 > div .green-tab {
  flex: 1;
  border-radius: 1rem;
  padding: 4rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .overview .tabs .onglets #panel-3 > div .red-tab,
  .overview .tabs .onglets #panel-3 > div .green-tab {
    padding: 2rem;
  }
}
.overview .tabs .onglets #panel-3 > div .red-tab p,
.overview .tabs .onglets #panel-3 > div .green-tab p {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.overview .tabs .onglets #panel-3 > div .red-tab p::before,
.overview .tabs .onglets #panel-3 > div .green-tab p::before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  margin-right: 1.2rem;
}
.overview .tabs .onglets #panel-3 > div .red-tab {
  background: #FDE6E8;
}
.overview .tabs .onglets #panel-3 > div .red-tab p::before {
  content: "\f00d";
  color: #E30513;
  font-size: 2.2rem;
}
.overview .tabs .onglets #panel-3 > div .green-tab {
  background: #E6F5E9;
}
.overview .tabs .onglets #panel-3 > div .green-tab p::before {
  content: "\f00c";
  color: #009621;
  font-size: 2rem;
}
.overview .solutions {
  position: relative;
  padding: 6.4rem 0;
}
@media (max-width: 767px) {
  .overview .solutions {
    padding: 3.2rem 0;
  }
}
.overview .solutions::before {
  content: '';
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(120.46% 102.79% at 20.73% 46.42%, #FE9426 0%, #E04416 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.overview .solutions .tns-controls button:hover::before,
.overview .solutions .tns-controls button:active::before,
.overview .solutions .tns-controls button:focus::before {
  color: #044ED7;
}
.overview .solutions .tns-controls button::before {
  color: #fff;
}
.overview .solutions .text {
  color: #fff;
  text-align: center;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .overview .solutions .text {
    margin-bottom: 1.2rem;
  }
}
.overview .solutions .text h2 {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 5rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .overview .solutions .text h2 {
    font-size: 2.8rem;
    line-height: 2.6rem;
    margin-bottom: 0.8rem;
  }
}
.overview .solutions .text p {
  font-size: 1.8rem;
}
.overview .solutions .solutionsCarrousel {
  display: flex;
  gap: 3.2rem;
  margin-bottom: 6.4rem;
}
.overview .solutions .solutionsCarrousel .item {
  position: relative;
  background: #fff;
  color: #060A3D;
  border-radius: 1rem;
  overflow: hidden;
  flex: 1;
}
.overview .solutions .solutionsCarrousel .item:hover .itemInfo a::after,
.overview .solutions .solutionsCarrousel .item:active .itemInfo a::after,
.overview .solutions .solutionsCarrousel .item:focus .itemInfo a::after {
  margin-left: 1rem;
}
.overview .solutions .solutionsCarrousel .item .wrapper {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.overview .solutions .solutionsCarrousel .item .wrapper .visuel {
  width: 100%;
}
.overview .solutions .solutionsCarrousel .item .wrapper .visuel img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}
.overview .solutions .solutionsCarrousel .item .wrapper .itemInfo {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.4rem;
  margin-top: 0;
}
.overview .solutions .solutionsCarrousel .item .wrapper .itemInfo .title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0.691px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.overview .solutions .solutionsCarrousel .item .wrapper .itemInfo .resume {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
.overview .solutions .solutionsCarrousel .item .wrapper .itemInfo a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #044ED7;
  font-size: 1.8rem;
}
.overview .solutions .solutionsCarrousel .item .wrapper .itemInfo a::before {
  content: '';
  position: absolute;
  inset: 0;
}
.overview .solutions .solutionsCarrousel .item .wrapper .itemInfo a::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: "\f061";
  color: #044ED7;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.overview .solutions .btn-bas {
  text-align: center;
}
.overview .commitments {
  padding: 6.4rem 0;
}
@media (max-width: 767px) {
  .overview .commitments {
    padding: 3.2rem 0;
  }
}
.overview .commitments .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .overview .commitments .title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.2rem;
  }
}
.overview .commitments .title h2 {
  font-size: 5.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .overview .commitments .title h2 {
    font-size: 2.8rem;
    line-height: 2.6rem;
  }
}
.overview .commitments .list {
  display: flex;
  gap: 4.8rem;
  width: 83.33%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .overview .commitments .list {
    margin-bottom: 3.2rem;
  }
}
.overview .commitments .list div p {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.overview .story {
  position: relative;
  padding: 6.4rem 0;
  color: #fff;
}
@media (max-width: 767px) {
  .overview .story {
    padding: 3.2rem 0;
  }
}
.overview .story::before {
  content: '';
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #060A3D;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.overview .story h2 {
  font-size: 5.2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .overview .story h2 {
    font-size: 2.8rem;
    line-height: 2.6rem;
  }
}
.overview .story .wrapper {
  gap: 3.2rem;
}
@media (max-width: 1024px) {
  .overview .story .wrapper {
    flex-direction: column;
    align-items: unset;
  }
}
.overview .story .wrapper > div {
  flex: 1;
}
.overview .story .wrapper .credits {
  color: #8D94D3;
  margin-top: 1.6rem;
}
.overview .story .wrapper .video-player {
  border: 1.6rem solid #fff;
  box-shadow: 0 0.1rem 0.8rem 0 rgba(6, 10, 61, 0.2);
  box-sizing: border-box;
}
.overview .story .wrapper .video-player video {
  width: 100%;
  height: 100%;
}
.overview .story .wrapper .video-text h3 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .overview .story .wrapper .video-text h3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.overview .story .wrapper .video-text p {
  margin-bottom: 2rem;
}
.overview .story .wrapper .video-text p:last-child {
  margin-bottom: 0;
}
.overview .events {
  padding: 6.4rem 0;
}
@media (max-width: 767px) {
  .overview .events {
    padding: 3.2rem 0;
  }
}
.overview .events h2 {
  font-size: 5.2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .overview .events h2 {
    font-size: 2.8rem;
    line-height: 2.6rem;
    margin-bottom: 1.2rem;
  }
}
.overview .events .wrapper {
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.2rem;
}
@media (max-width: 1024px) {
  .overview .events .wrapper {
    display: unset;
  }
}
.overview .events .wrapper > div {
  flex: 1;
}
.overview .events .wrapper .date {
  display: inline-block;
  background: #fff;
  color: #FF6E00;
  padding: 0.4rem 0.8rem;
  border: 0.1rem solid #FF6E00;
  margin-bottom: 1.2rem;
  border-radius: 0.4rem;
  transition: all 0.3s;
}
.overview .events .wrapper a {
  display: flex;
  align-items: center;
  color: #044ED7;
  font-size: 1.8rem;
}
.overview .events .wrapper a::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;
}
.overview .events .wrapper a::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: "\f061";
  color: #044ED7;
  font-size: 1.8rem;
  margin-left: 1rem;
  transition: all 0.3s;
}
.overview .events .wrapper .visuel {
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 0.8rem;
  z-index: -1;
}
.overview .events .wrapper .visuel img {
  max-height: 28rem;
  object-fit: cover;
  transition: all 0.3s;
}
.overview .events .wrapper .big-event:hover .date,
.overview .events .wrapper .other-events > div:hover .date,
.overview .events .wrapper .big-event:active .date,
.overview .events .wrapper .other-events > div:active .date,
.overview .events .wrapper .big-event:focus .date,
.overview .events .wrapper .other-events > div:focus .date {
  background: #FF6E00;
  color: #fff;
}
.overview .events .wrapper .big-event:hover .visuel img,
.overview .events .wrapper .other-events > div:hover .visuel img,
.overview .events .wrapper .big-event:active .visuel img,
.overview .events .wrapper .other-events > div:active .visuel img,
.overview .events .wrapper .big-event:focus .visuel img,
.overview .events .wrapper .other-events > div:focus .visuel img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .overview .events .wrapper .big-event .visuel img,
  .overview .events .wrapper .other-events > div .visuel img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
  }
}
.overview .events .wrapper .big-event {
  position: relative;
}
.overview .events .wrapper .big-event .visuel img {
  max-height: unset;
  width: 100%;
}
.overview .events .wrapper .big-event .info {
  margin-top: -2.4rem;
}
.overview .events .wrapper .big-event .info a.gated--locked:hover::after,
.overview .events .wrapper .big-event .info a.gated--locked:active::after,
.overview .events .wrapper .big-event .info a.gated--locked:focus::after {
  background-color: unset!important;
}
@media (max-width: 1024px) {
  .overview .events .wrapper .big-event .info {
    margin-top: 0;
  }
}
.overview .events .wrapper .big-event h3 {
  font-size: 3.2rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .overview .events .wrapper .big-event h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .overview .events .wrapper .big-event h3 {
    font-size: 2rem;
  }
}
.overview .events .wrapper .big-event a {
  margin-top: 1.6rem;
}
.overview .events .wrapper .other-events {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 1024px) {
  .overview .events .wrapper .other-events {
    flex-direction: row;
  }
}
.overview .events .wrapper .other-events > div {
  position: relative;
  display: flex;
  gap: 3.2rem;
}
@media (max-width: 1024px) {
  .overview .events .wrapper .other-events > div {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.overview .events .wrapper .other-events > div .info {
  flex: 1;
}
.professional .autopromo .ap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .professional .autopromo .ap-left {
    gap: 0.8rem;
  }
}
.professional .autopromo .ap-left h1 {
  font-weight: 500;
  font-size: 5.4rem;
  letter-spacing: 0.52px;
  line-height: 5.2rem;
}
@media screen and (max-width: 767px) {
  .professional .autopromo .ap-left h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.professional .autopromo .ap-left p {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .professional .autopromo .ap-left p {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.professional .professional-filters {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .professional .professional-filters {
    padding-top: 2.4rem;
  }
}
.professional .professional-filters .filters form,
.professional .professional-filters .filters .filter-group {
  display: flex;
}
@media (max-width: 767px) {
  .professional .professional-filters .filters form,
  .professional .professional-filters .filters .filter-group {
    flex-direction: column;
  }
}
.professional .professional-filters .filters form {
  width: 83.33%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .professional .professional-filters .filters form {
    width: 100%;
  }
}
.professional .professional-filters .filters .filter-group {
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .professional .professional-filters .filters .filter-group {
    align-items: unset;
    gap: 1.2rem;
  }
}
.professional .professional-filters .filters .wrapper {
  position: relative;
  flex: 1;
}
.professional .professional-filters .filters .wrapper #resetFilter {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  color: #044ED7;
  font-family: "Albert", sans-serif;
}
.professional .professional-filters .filters .wrapper #resetFilter::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f021';
  font-size: 1rem;
  margin-left: 0.5rem;
}
.professional .professional-filters .filters #specialityFilters {
  flex: 1;
  min-width: 0;
}
.professional .professional-filters .filters .specialitiesSelect {
  width: 100%;
  display: block;
}
.professional .professional-filters .filters .select2-container {
  width: 100% !important;
}
.professional .professional-filters .filters .select2-container .select2-selection {
  position: relative;
  padding: 1rem 0;
}
.professional .professional-filters .filters .select2-container .select2-selection::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f078';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice {
  margin-top: 0;
  background: rgba(29, 116, 255, 0.2);
  border: none;
  padding: 0.4rem 0.8rem 0.4rem 2rem;
}
.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button {
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding-left: 0.6rem;
  color: #044ED7;
  transition: all 0.3s;
}
.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button:hover,
.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button:active,
.professional .professional-filters .filters .select2-container .select2-selection .select2-selection__choice button:focus {
  background-color: unset;
  color: #000;
}
.professional .professional-filters .filters .btn-bleu {
  padding: 1rem 5rem;
  font-family: "Albert", sans-serif;
}
@media (max-width: 767px) {
  .professional .professional-filters .filters .btn-bleu {
    margin-top: 2rem;
  }
}
.professional .professional-filters .onglets div[role="tablist"] {
  width: 50%;
  margin: 0 auto 4rem;
}
@media (max-width: 767px) {
  .professional .professional-filters .onglets div[role="tablist"] {
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .professional .professional-filters .onglets div[role="tablist"] button {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.professional .professional-filters .onglets .liste_4 {
  align-items: flex-start;
}
.professional .professional-filters .onglets .liste_4 .item {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 4rem;
}
.professional .professional-filters .onglets .liste_4 .item h3,
.professional .professional-filters .onglets .liste_4 .item h3 a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.professional .professional-filters .onglets .liste_2 {
  align-items: flex-start;
}
.professional .professional-filters .onglets .liste_2 .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 4rem;
  gap: 3.2rem;
}
.professional .professional-filters .onglets .liste_2 .item .itemInfo {
  display: flex;
  flex-direction: column;
}
.professional .professional-filters .onglets .liste_2 .item .itemInfo h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 2.4rem;
}
.professional .professional-filters .onglets .liste_2 .item .itemInfo a {
  position: relative;
  color: #044ED7;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.professional .professional-filters .onglets .liste_2 .item .itemInfo a:last-child {
  margin-bottom: 0;
}
.professional .professional-filters .onglets .liste_2 .item .itemInfo a::after {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  margin-left: 0.5rem;
}
.professional .professional-filters .onglets .liste_2 .item .itemInfo a.link--read::after {
  content: '\f061';
}
.professional .professional-filters .onglets .liste_2 .item .itemInfo a.link--download::after {
  content: '\f019';
}
.professional .professional-filters .onglets div#panel-congresses .item:hover .itemInfo .date,
.professional .professional-filters .onglets div#panel-congresses .item:active .itemInfo .date,
.professional .professional-filters .onglets div#panel-congresses .item:focus .itemInfo .date {
  background: #FF6E00;
  color: #fff;
}
.professional .professional-filters .onglets div#panel-congresses .item .itemInfo {
  margin-top: -2rem;
  z-index: 1;
}
.professional .professional-filters .onglets div#panel-congresses .item .itemInfo .date {
  display: inline-block;
  background: #fff;
  color: #FF6E00;
  padding: 0.4rem 0.8rem;
  border: 0.1rem solid #FF6E00;
  border-radius: 0.4rem;
  margin-bottom: 1.2rem;
  transition: all 0.3s;
}
.professional .professional-filters .onglets div#panel-congresses .item .itemInfo .btn-bleu {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
}
.professional .professional-filters .onglets div#panel-congresses .visuel {
  border-radius: 0.8rem;
}
.professional .professional-filters .onglets div#panel-congresses .visuel img {
  height: 17rem;
}
.professional .professional-filters .onglets div#panel-summits .itemInfo,
.professional .professional-filters .onglets div#panel-workshops .itemInfo {
  margin-top: 1.5rem;
}
.professional .professional-filters .onglets div#panel-summits .visuel,
.professional .professional-filters .onglets div#panel-workshops .visuel {
  border-radius: 0.8rem;
}
.professional .professional-filters .onglets div#panel-summits .visuel img,
.professional .professional-filters .onglets div#panel-workshops .visuel img {
  height: 100%;
  aspect-ratio: 16 / 9;
}
.professional .professional-filters .onglets div#panel-summits .item:not(.gated--locked) .visuel::after,
.professional .professional-filters .onglets div#panel-workshops .item:not(.gated--locked) .visuel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: #060A3D;
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.professional .professional-filters .onglets div#panel-literature .item .itemInfo h3,
.professional .professional-filters .onglets div#panel-literature .item .itemInfo p {
  margin-bottom: 1rem;
}
.professional .professional-filters .onglets div#panel-literature .item .visuel {
  border-radius: 1rem;
  overflow: clip;
}
.professional .professional-filters .onglets div#panel-literature .item .visuel img {
  width: 19rem;
  height: 26.5rem;
  object-fit: cover;
}
.professional .frDisclaimer {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.toolkit .autopromo .ap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .toolkit .autopromo .ap-left {
    gap: 0.8rem;
  }
}
.toolkit .autopromo .ap-left h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 5.2rem;
  letter-spacing: 0.52px;
  line-height: 5.2rem;
}
@media screen and (max-width: 767px) {
  .toolkit .autopromo .ap-left h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.toolkit .autopromo .ap-left p {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .toolkit .autopromo .ap-left p {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.toolkit .pathway {
  padding: 6.4rem 0;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .toolkit .pathway {
    padding: 2.4rem 0;
    flex-direction: column;
    align-items: unset;
  }
}
.toolkit .pathway > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .toolkit .pathway > div {
    align-items: unset;
  }
  .toolkit .pathway > div .btn-bleu {
    text-align: center;
  }
}
.toolkit .pathway > div h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .toolkit .pathway > div h2 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
.toolkit .presentation {
  padding: 4rem 0;
}
@media screen and (max-width: 1024px) {
  .toolkit .presentation {
    padding: 2.4rem 0;
  }
}
.toolkit .presentation h2 {
  font-size: 5.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .toolkit .presentation h2 {
    font-size: 2.6rem;
    line-height: 2.4rem;
  }
}
.toolkit .presentation p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .toolkit .presentation p {
    font-size: 1.6rem;
  }
}
.toolkit .solutions > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14rem;
  padding: 4rem 0 6.4rem;
}
.toolkit .solutions > div .btn-bleu {
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .toolkit .solutions > div {
    flex-direction: column;
    gap: 2.4rem;
    padding: 3.2rem 0;
  }
}
.toolkit .solutions > div.lightblue::before {
  content: '';
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(233.28% 120.96% at 68.61% 31.76%, #E9EEF6 0%, #CAD6E6 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.toolkit .solutions > div .l {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.toolkit .solutions > div .l h3 {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 6.6rem;
}
@media screen and (max-width: 767px) {
  .toolkit .solutions > div .l h3 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
.toolkit .solutions > div .l p {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .toolkit .solutions > div .l p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.toolkit .solutions > div .l .buttonExperts {
  margin-top: 2rem;
}
.toolkit .solutions > div .l .buttonExperts a {
  display: flex;
  align-items: center;
}
.toolkit .solutions > div .l .buttonExperts a::before {
  content: '';
  position: absolute;
  inset: 0;
}
.toolkit .solutions > div .l .buttonExperts a.external::after {
  content: url("../img/external.svg");
  display: inline-block;
  height: 22px;
  padding-left: 0.8rem;
}
.toolkit .solutions > div .l .warning {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.toolkit .solutions > div .r {
  display: flex;
  flex-direction: column;
}
.toolkit .solutions > div .r .button {
  text-align: right;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .toolkit .solutions > div .r .button {
    order: 2;
    text-align: left;
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .toolkit .solutions > div .r .button {
    text-align: center;
  }
}
.toolkit .solutions > div .r .list {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .toolkit .solutions > div .r .list {
    order: 1;
  }
}
.toolkit .solutions > div .r .list:last-child {
  margin-bottom: 0;
}
.toolkit .solutions > div .r .list h4 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .toolkit .solutions > div .r .list h4 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.toolkit .solutions > div .r .list ul li {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .toolkit .solutions > div .r .list ul li {
    font-size: 1.6rem;
  }
}
.toolkit .solutions > div .r .list ul li:last-child {
  margin-bottom: 0;
}
.legals {
  margin: 7.2rem auto 9.6rem;
  width: 83.33%;
}
@media (max-width: 1024px) {
  .legals {
    margin: 2.4rem auto;
  }
}
.legals p,
.legals li {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.legals p:last-child,
.legals li:last-child {
  margin-bottom: 0;
}
.legals ol {
  list-style: auto;
}
.legals ol li {
  padding-left: 1rem;
}
.legals ol li::marker {
  color: #FF6E00;
  font-weight: 500;
}
.legals ul {
  padding: 0;
  margin-top: 2rem;
}
.legals ul li {
  padding-left: 1rem;
}
.legals .mark {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}
.lutonix .autopromo .ap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lutonix .autopromo .ap-left {
    gap: 0.8rem;
  }
}
.lutonix .autopromo .ap-left h1 {
  font-weight: 500;
  font-size: 5.2rem;
  letter-spacing: 0.52px;
  line-height: 5.2rem;
}
@media screen and (max-width: 767px) {
  .lutonix .autopromo .ap-left h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.lutonix .autopromo .ap-left p {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .lutonix .autopromo .ap-left p {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.lutonix .voice {
  padding: 6.4rem 0;
}
@media screen and (max-width: 1024px) {
  .lutonix .voice {
    padding: 2.4rem 0;
  }
}
.lutonix .voice h1,
.lutonix .voice h2 {
  font-weight: 500;
}
.lutonix .voice h1 {
  font-size: 5.2rem;
}
@media screen and (max-width: 1024px) {
  .lutonix .voice h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lutonix .voice h1 {
    font-size: 2.8rem;
  }
}
.lutonix .voice h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .lutonix .voice h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lutonix .voice h2 {
    font-size: 2rem;
  }
}
.lutonix .voice p {
  font-size: 1.8rem;
  margin: 1rem 0 2rem;
}
.lutonix .voice p:last-child {
  margin: 0;
}
.lutonix .infos > div {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 8rem;
  padding: 4rem 0;
}
@media screen and (max-width: 1024px) {
  .lutonix .infos > div {
    flex-direction: column-reverse;
    gap: 2.4rem;
    padding: 3.2rem 0;
  }
}
.lutonix .infos > div.lightblue {
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .lutonix .infos > div.lightblue {
    flex-direction: column-reverse;
  }
}
.lutonix .infos > div.lightblue .l p::after {
  top: unset;
  transform: unset;
  bottom: -4rem;
}
.lutonix .infos > div.lightblue::before {
  content: '';
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(233.28% 120.96% at 68.61% 31.76%, #E9EEF6 0%, #CAD6E6 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.lutonix .infos > div .l p {
  position: relative;
  font-size: 2rem;
  font-weight: 200;
  font-style: italic;
  margin-top: 2rem;
}
.lutonix .infos > div .l p::after {
  content: "";
  background-image: url(../img/overview/quote.svg);
  background-repeat: no-repeat;
  width: 10rem;
  height: 10rem;
  position: absolute;
  right: -4rem;
  top: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .lutonix .infos > div .l p {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .lutonix .infos > div .l p {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .lutonix .infos > div .l p::after {
    background-image: url(../img/overview/quoteMobile.svg);
    width: 5.2rem;
    height: 5.2rem;
    right: 0;
    top: 0!important;
    transform: translateY(-50%) !important;
  }
}
.lutonix .infos > div .r {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .lutonix .infos > div .r {
    margin: 0 auto;
  }
}
.lutonix .infos > div .r .video-player iframe {
  height: 30rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .lutonix .infos > div .r .video-player iframe {
    height: unset;
    width: 100%;
  }
}
.lutonix .infos > div .r .video-text p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.lutonix .brochure {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .lutonix .brochure {
    flex-direction: column;
    gap: 0;
  }
}
.lutonix .brochure h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .lutonix .brochure h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.lutonix .brochure .button {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .lutonix .brochure .button {
    margin-top: 2rem;
  }
}
.lutonix .brochure .button a {
  text-transform: none;
}
.summit .autopromo img,
.summit .autopromo .venous-img {
  height: 40rem;
}
.summit .autopromo img {
  object-fit: cover;
}
.summit .autopromo .venous-img {
  background: radial-gradient(ellipse at center, #1a5fd4 0%, #0a1a6e 70%);
}
.summit .autopromo-home {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .summit .autopromo-home {
    width: 90%;
  }
}
.summit .autopromo-pad p,
.summit .autopromo-venous p {
  white-space: nowrap;
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.summit .autopromo-pad .outline,
.summit .autopromo-venous .outline {
  -webkit-text-stroke: 1px white;
  color: transparent;
}
.summit .autopromo-pad p:first-child {
  font-size: clamp(1rem, 7vw, 10rem);
  letter-spacing: 0.1rem;
  line-height: 12rem;
}
@media (max-width: 1024px) {
  .summit .autopromo-pad p:first-child {
    line-height: unset;
  }
}
.summit .autopromo-pad p:last-child {
  font-size: 5.4rem;
  line-height: 6rem;
  letter-spacing: 0.432px;
  text-align: right;
}
@media (max-width: 1300px) {
  .summit .autopromo-pad p:last-child {
    font-size: 4.4rem;
  }
}
@media (max-width: 1024px) {
  .summit .autopromo-pad p:last-child {
    font-size: 3rem;
    line-height: unset;
  }
}
@media (max-width: 767px) {
  .summit .autopromo-pad p:last-child {
    font-size: 1.4rem;
  }
}
.summit .autopromo-venous p {
  font-size: clamp(1rem, 10vw, 16rem);
  letter-spacing: 0.1rem;
  line-height: 14rem;
}
@media (max-width: 1300px) {
  .summit .autopromo-venous p {
    line-height: 10rem;
  }
}
@media (max-width: 1024px) {
  .summit .autopromo-venous p {
    line-height: 8rem;
  }
}
@media (max-width: 767px) {
  .summit .autopromo-venous p {
    line-height: unset;
  }
}
.summit .autopromo-venous .blue {
  color: #060A3D;
}
.summit .agenda {
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .summit .agenda {
    padding: 2.4rem 0;
  }
}
.summit .agenda .wrapper {
  align-items: unset;
  justify-content: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .summit .agenda .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.summit .agenda .wrapper .agendaItem {
  position: relative;
  max-width: 41rem;
  width: 100%;
  background: #FF6E00;
  color: #fff;
  box-sizing: border-box;
  padding: 3.2rem 2.4rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .summit .agenda .wrapper .agendaItem {
    padding: 1.6rem 1.2rem;
  }
}
.summit .agenda .wrapper .agendaItem::after {
  content: "";
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.summit .agenda .wrapper .agendaItem.date::after {
  background-image: url(../img/summit/time.svg);
}
.summit .agenda .wrapper .agendaItem.location::after {
  background-image: url(../img/summit/pin.svg);
  width: 3rem;
}
.summit .agenda .wrapper .agendaItem .description {
  line-height: 4rem;
  font-size: 4.4rem;
  font-weight: 500;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .summit .agenda .wrapper .agendaItem .description {
    line-height: 2.4rem;
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.summit .agenda .wrapper .agendaItem .lieu {
  font-weight: 500;
  margin-bottom: 1.4rem;
}
.summit .agenda .wrapper .agendaItem .direction {
  position: relative;
}
.summit .agenda .wrapper .agendaItem .direction::before {
  font-family: 'Font Awesome 5 Solid', sans-serif;
  content: '\f061';
  margin-right: 0.4rem;
}
.summit .agenda .wrapper .agendaItem .direction span {
  position: relative;
}
.summit .agenda .wrapper .agendaItem .direction span::after {
  content: "";
  background: #fff;
  height: 0.2rem;
  width: 100%;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}
.summit .agenda-citation {
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .summit .agenda-citation {
    margin-top: 3.2rem;
  }
}
.summit .agenda-citation q {
  display: block;
  max-width: 106rem;
  margin: 0 auto;
  position: relative;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .summit .agenda-citation q {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.summit .agenda-citation q::before,
.summit .agenda-citation q::after {
  content: none;
}
.summit .interview {
  padding: 0 0 6.4rem;
  display: flex;
  gap: 3.2rem;
  border-bottom: 0.1rem solid #9199D8;
}
@media (max-width: 1200px) {
  .summit .interview {
    flex-direction: column;
  }
}
.summit .interview > div {
  width: 50%;
}
@media (max-width: 1200px) {
  .summit .interview > div {
    width: 100%;
  }
}
.summit .interview > div h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.summit .interview > div .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .summit .interview > div .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.summit .interview > div .wrapper .intervenant {
  text-align: center;
}
.summit .interview > div .wrapper .intervenant .name {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .summit .interview > div .wrapper .intervenant .name {
    font-size: 1.5rem;
  }
}
.summit .interview > div .wrapper .intervenant .description {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .summit .interview > div .wrapper .intervenant .description {
    font-size: 1.2rem;
  }
}
.summit .interview > div.faculty .visuel {
  position: relative;
}
.summit .interview > div.faculty .visuel .tooltip {
  display: none;
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 18rem;
  padding: 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border: 0.1rem solid #8D94D3;
  font-size: 1.2rem;
  text-align: left;
  z-index: 1;
}
@media (max-width: 550px) {
  .summit .interview > div.faculty .visuel .tooltip {
    left: 50%;
    transform: translateX(-50%);
    max-width: 33vw;
    padding: 0.8rem;
  }
}
.summit .interview > div.faculty .visuel:hover .tooltip,
.summit .interview > div.faculty .visuel:active .tooltip,
.summit .interview > div.faculty .visuel:focus .tooltip {
  display: block;
}
.summit .interview > div.faculty .more-button {
  text-align: center;
  margin-top: 3.2rem;
}
@media (min-width: 767px) {
  .summit .interview > div.faculty .more-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .summit .interview > div.faculty .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .summit .interview > div.faculty .intervenant:nth-child(n+7) {
    display: none;
  }
}
.summit .interview > div .visuel {
  position: relative;
}
.summit .interview > div .visuel::after {
  content: '';
  position: absolute;
  width: 2.4rem;
  height: 1.8rem;
  background-repeat: no-repeat;
}
.summit .interview > div .visuel.english::after {
  background-image: url(../img/summit/flag/english.svg);
}
.summit .interview > div .visuel.italian::after {
  background-image: url(../img/summit/flag/italian.svg);
}
.summit .interview > div .visuel.french::after {
  background-image: url(../img/summit/flag/french.svg);
}
.summit .interview > div .visuel.german::after {
  background-image: url(../img/summit/flag/german.svg);
}
.summit .interview > div .visuel.russian::after {
  background-image: url(../img/summit/flag/russian.svg);
}
.summit .interview > div .visuel.usa::after {
  background-image: url(../img/summit/flag/usa.svg);
}
.summit .interview > div .visuel.belgium::after {
  background-image: url(../img/summit/flag/belgium.svg);
}
.summit .interview > div .visuel.arabic::after {
  background-image: url(../img/summit/flag/arabic.svg);
}
.summit .interview > div .visuel.spanish::after {
  background-image: url(../img/summit/flag/spanish.svg);
}
.summit .interview > div .visuel.austria::after {
  background-image: url(../img/summit/flag/austria.svg);
}
.summit .interview > div .visuel.polish::after {
  background-image: url(../img/summit/flag/polish.svg);
}
.summit .interview > div .visuel.turkish::after {
  background-image: url(../img/summit/flag/turkish.svg);
}
.summit .interview > div.chairs .visuel::after {
  right: 1rem;
  bottom: 1.5rem;
}
.summit .interview > div.faculty .visuel::after {
  right: 2.5rem;
  bottom: 1rem;
}
.summit .planning {
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .summit .planning {
    padding: 2.4rem 0;
  }
}
.summit .planning h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
.summit .planning div[role="tablist"] {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .summit .planning div[role="tablist"] {
    gap: 0.8rem;
    margin-bottom: 3.2rem;
  }
}
.summit .planning div[role="tablist"] button {
  flex: 0 0 25%;
  font-family: "Albert", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0 2rem 1.5rem;
  margin-top: 2rem;
  border-bottom: 0.4rem solid #060A3D;
  color: #060A3D;
}
@media (max-width: 767px) {
  .summit .planning div[role="tablist"] button {
    flex: 1;
    font-size: 1.3rem;
    padding: 0 0 1rem;
  }
}
.summit .planning div[role="tablist"] button[aria-selected="true"] {
  border-color: #FF6E00;
}
.summit .planning > p {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
.summit .planning ul li {
  margin-bottom: 1rem;
}
.summit .planning ul li p:nth-child(2) {
  font-weight: 500;
}
.summit .planning-download {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .summit .planning-download {
    margin-top: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.summit .planning-download .agenda-preview {
  width: 16rem;
  flex-shrink: 0;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
}
.summit .planning-download a {
  text-transform: none;
}
.summit #form {
  display: block;
}
.summit #form .wrapper {
  gap: 8rem;
}
@media screen and (max-width: 1024px) {
  .summit #form .wrapper {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .summit #form .wrapper {
    flex-direction: column;
  }
}
.summit #form .wrapper h2 {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 5.2rem;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 767px) {
  .summit #form .wrapper h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.24px;
  }
}
.summit #form p {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .summit #form p {
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
}
.flow .autopromo-pad p:first-child {
  position: relative;
  font-size: 2rem;
  line-height: 0;
  left: -31.3rem;
  opacity: 0.7;
  margin-bottom: 1.5rem;
  letter-spacing: 0.4rem;
}
@media (max-width: 767px) {
  .flow .autopromo-pad p:first-child {
    left: 0;
  }
}
.flow .orange {
  font-size: 10rem;
}
@media (max-width: 767px) {
  .flow .orange {
    font-size: 4rem;
  }
}
.flow .autopromo-pad p:last-child {
  position: relative;
  font-size: 2rem;
  left: -42rem;
  text-transform: none;
}
@media (max-width: 767px) {
  .flow .autopromo-pad p:last-child {
    left: 0;
  }
}
.flow .Summit-title {
  position: relative;
  font-size: 4.7rem;
  margin: 3rem 0;
  font-weight: 600;
  color: #060A3D;
  left: -5rem;
}
@media (max-width: 767px) {
  .flow .Summit-title {
    left: 0;
  }
}
.flow .interview {
  border-bottom: none !important;
}
.flow .planning-download {
  margin-bottom: 8rem;
}
.flow .planning {
  padding: 0 0 6.4rem 0;
}
.iliac {
  background: #020509;
  color: #fff;
}
.iliac .btn-bleu {
  text-transform: none;
}
.iliac sup {
  color: #fff;
}
.iliac::before {
  content: '';
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 150rem;
  height: 150rem;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.iliac::after {
  content: '';
  position: absolute;
  top: 20rem;
  left: -40rem;
  width: 150rem;
  height: 150rem;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.5) 0%, transparent 65%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .iliac::before,
  .iliac::after {
    display: none;
  }
  .iliac .halo {
    display: none;
  }
}
.iliac .halo {
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  position: absolute;
}
.iliac .halo--1 {
  top: 130rem;
  right: -100rem;
  width: 180rem;
  height: 180rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.iliac .halo--2 {
  top: 260rem;
  left: -20%;
  transform: translateX(-50%);
  width: 190rem;
  height: 190rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.iliac .halo--3 {
  top: 320rem;
  left: 100rem;
  width: 90rem;
  height: 70rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.iliac .halo--4 {
  top: 530rem;
  right: 85rem;
  width: 190rem;
  height: 190rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.iliac .halo--5 {
  top: 620rem;
  right: -80rem;
  width: 100rem;
  height: 100rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.iliac .autopromo-iliac {
  background: radial-gradient(41.63% 53.92% at 50% 50%, #2D4C5F 0%, #01050A 100%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  padding: 0;
}
.iliac .autopromo-iliac::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.53;
  background: linear-gradient(100deg, rgba(4, 78, 215, 0) 10.17%, #044ED7 79.75%);
}
.iliac .autopromo-iliac::after {
  content: '';
  position: absolute;
  inset: 0;
}
.iliac .autopromo-iliac__img {
  position: absolute;
  scale: 0.9;
  top: -18rem;
  left: -5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .iliac .autopromo-iliac__img {
    display: none;
  }
}
.iliac .autopromo-iliac__img2 {
  position: relative;
  text-align: right;
  z-index: 1;
  opacity: 0.77;
  background: linear-gradient(75deg, rgba(28, 116, 172, 0.86) 8.52%, rgba(16, 27, 163, 0.44) 96.76%);
}
.iliac .autopromo-introduction {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: -18rem auto 0;
  max-width: 85rem;
  z-index: 1;
}
.iliac .autopromo-introduction h1 {
  font-size: 5.6rem;
  margin-bottom: 1.6rem;
  line-height: 5.6rem;
}
.iliac .autopromo-introduction h2 {
  font-size: 3.2rem;
  font-weight: 300;
  margin-bottom: 3.2rem;
}
.iliac .autopromo-introduction p {
  margin-bottom: 3.2rem;
}
.iliac .burden {
  margin: 10rem 0;
  /* Grille 12×4 */
}
.iliac .burden h2 {
  font-size: 4.8rem;
  margin-bottom: 3.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .iliac .burden h2 {
    font-size: 2.8rem;
  }
}
.iliac .burden .pad-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-template-areas: "A A A A A A B B B C C C" "A A A A A A B B B C C C" "D D D D E E E E F F F F" "D D D D E E E E F F F F";
  border-bottom: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  margin-bottom: 3.2rem;
}
.iliac .burden .pad-grid #bloc-a {
  grid-area: A;
}
.iliac .burden .pad-grid #bloc-b {
  grid-area: B;
}
.iliac .burden .pad-grid #bloc-c {
  grid-area: C;
}
.iliac .burden .pad-grid #bloc-d {
  grid-area: D;
}
.iliac .burden .pad-grid #bloc-e {
  grid-area: E;
}
.iliac .burden .pad-grid #bloc-f {
  grid-area: F;
}
.iliac .burden .pad-grid .pad-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.1rem solid #fff;
  border-left: 0.1rem solid #fff;
  font-family: "Gilroy", sans-serif;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .iliac .burden .pad-grid .pad-item {
    padding: 2rem 1rem;
  }
}
.iliac .burden .pad-grid .pad-item .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .iliac .burden .pad-grid .pad-item .wrapper {
    margin-bottom: 3.2rem;
  }
}
.iliac .burden .pad-grid .pad-item .bottom {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-align: right;
}
.iliac .burden .pad-grid .pad-item .orange {
  color: #FF6E00;
}
.iliac .burden .pad-grid .pad-item .sup {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5;
  position: absolute;
  top: 0;
}
.iliac .burden .pad-grid .pad-item .big-text {
  position: relative;
}
.iliac .burden .pad-grid #bloc-a .wrapper {
  flex-direction: row;
  gap: 4rem;
}
@media (max-width: 767px) {
  .iliac .burden .pad-grid #bloc-a .wrapper {
    gap: 1.6rem;
  }
}
.iliac .burden .pad-grid #bloc-a .wrapper .big-text {
  font-size: 18rem;
  font-weight: 600;
  line-height: 15rem;
}
@media (max-width: 1024px) {
  .iliac .burden .pad-grid #bloc-a .wrapper .big-text {
    font-size: 10rem;
    line-height: 10rem;
  }
}
@media (max-width: 767px) {
  .iliac .burden .pad-grid #bloc-a .wrapper .big-text {
    font-size: 9rem;
    line-height: 7.5rem;
  }
}
.iliac .burden .pad-grid #bloc-a .wrapper .text {
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 20rem;
}
.iliac .burden .pad-grid #bloc-a .wrapper .text p:nth-child(-n + 2) {
  font-size: 4rem;
  font-weight: 600;
  line-height: 3.5rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .iliac .burden .pad-grid #bloc-a .wrapper .text p:nth-child(-n + 2) {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .iliac .burden .pad-grid #bloc-a .wrapper .text p:nth-child(-n + 2) {
    font-size: 2.2rem;
    line-height: 2rem;
  }
}
.iliac .burden .pad-grid #bloc-a .wrapper .text p:nth-child(3) {
  font-size: 2rem;
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .iliac .burden .pad-grid #bloc-a .wrapper .text p:nth-child(3) {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .iliac .burden .pad-grid #bloc-a .wrapper .text p:nth-child(3) {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.iliac .burden .pad-grid #bloc-c .big-text {
  font-size: 12rem;
  font-weight: 600;
  line-height: 16rem;
}
@media (max-width: 1024px) {
  .iliac .burden .pad-grid #bloc-c .big-text {
    font-size: 8rem;
    line-height: 8rem;
  }
}
.iliac .burden .pad-grid #bloc-c .text {
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .iliac .burden .pad-grid #bloc-c .text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.iliac .burden .pad-grid #bloc-b .wrapper,
.iliac .burden .pad-grid #bloc-d .wrapper,
.iliac .burden .pad-grid #bloc-e .wrapper,
.iliac .burden .pad-grid #bloc-f .wrapper {
  align-items: baseline;
  gap: 2rem;
}
.iliac .burden .pad-grid #bloc-b .wrapper .big-text,
.iliac .burden .pad-grid #bloc-d .wrapper .big-text,
.iliac .burden .pad-grid #bloc-e .wrapper .big-text,
.iliac .burden .pad-grid #bloc-f .wrapper .big-text {
  font-size: 6rem;
  font-weight: 600;
  line-height: 10rem;
}
@media (max-width: 1024px) {
  .iliac .burden .pad-grid #bloc-b .wrapper .big-text,
  .iliac .burden .pad-grid #bloc-d .wrapper .big-text,
  .iliac .burden .pad-grid #bloc-e .wrapper .big-text,
  .iliac .burden .pad-grid #bloc-f .wrapper .big-text {
    line-height: 6rem;
  }
}
.iliac .burden .pad-grid #bloc-b .wrapper .text,
.iliac .burden .pad-grid #bloc-d .wrapper .text,
.iliac .burden .pad-grid #bloc-e .wrapper .text,
.iliac .burden .pad-grid #bloc-f .wrapper .text {
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .iliac .burden .pad-grid #bloc-b .wrapper .text,
  .iliac .burden .pad-grid #bloc-d .wrapper .text,
  .iliac .burden .pad-grid #bloc-e .wrapper .text,
  .iliac .burden .pad-grid #bloc-f .wrapper .text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 1024px) {
  .iliac .burden .pad-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "A" "B" "C" "D" "E" "F";
    border: none;
  }
  .iliac .burden .pad-grid .pad-item {
    border: 0.1rem solid #fff;
    flex-direction: column;
    align-items: center;
  }
  .iliac .burden .pad-grid .pad-item .bottom {
    position: static;
    text-align: center;
    margin-top: 2rem;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .iliac .burden .pad-grid .pad-item .bottom {
    position: absolute;
    font-size: 1.2rem;
  }
}
.iliac .burden .credits {
  gap: 8rem;
}
.iliac .burden .credits p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
}
.iliac .burden .credits div:first-child {
  flex: 1;
}
.iliac .burden .credits div:last-child {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .iliac .burden .credits .burden_btn {
    position: relative;
    top: 16rem;
    right: 32rem;
  }
}
.iliac .more-than {
  display: flex;
  align-items: center;
  gap: 20rem;
  margin: 10rem 0;
  padding: 6rem 0;
}
@media (max-width: 1024px) {
  .iliac .more-than {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .iliac .more-than {
    margin: 10rem 0 0 0;
  }
}
.iliac .more-than__visual {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .iliac .more-than__visual {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .iliac .more-than__visual {
    display: none;
  }
}
.iliac .more-than__circle {
  position: relative;
}
.iliac .more-than__circle::before {
  content: "";
  position: absolute;
  background: #1a5fd4;
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  inset: 0 70% 0 -50%;
  z-index: 10;
}
@media (max-width: 767px) {
  .iliac .more-than__circle::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .iliac .more-than__circle {
    width: 30rem;
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .iliac .more-than__circle {
    width: 24rem;
    height: 24rem;
  }
}
.iliac .more-than__circle img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .iliac .more-than__circle img {
    display: none;
  }
}
.iliac .more-than__content {
  flex: 1;
}
.iliac .more-than__content h2 {
  font-size: 4rem;
  margin-bottom: 2.4rem;
  width: 60%;
}
@media (max-width: 1024px) {
  .iliac .more-than__content h2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 767px) {
  .iliac .more-than__content h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    width: 100%;
  }
}
.iliac .more-than__content p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 3.2rem;
  color: rgba(255, 255, 255, 0.8);
  width: 70%;
}
@media (max-width: 767px) {
  .iliac .more-than__content p {
    font-size: 1.6rem;
  }
}
.iliac .rethinking {
  margin: 10rem 0;
  text-align: center;
}
.iliac .rethinking__intro {
  max-width: 80rem;
  margin: 0 auto 6rem;
}
.iliac .rethinking__intro h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .iliac .rethinking__intro h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .iliac .rethinking__intro h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.iliac .rethinking__intro p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 3.2rem;
  color: rgba(255, 255, 255, 0.8);
}
.iliac .rethinking__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
}
@media (max-width: 1024px) {
  .iliac .rethinking__cards {
    grid-template-columns: 1fr;
  }
}
.iliac .rethinking__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4rem 2.5rem;
}
.iliac .rethinking__card-icon {
  width: 7rem;
  height: 7rem;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iliac .rethinking__card-icon img {
  max-width: 100%;
  max-height: 100%;
}
.iliac .rethinking__card h3 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1.6rem;
  width: 65%;
}
@media (max-width: 767px) {
  .iliac .rethinking__card h3 {
    font-size: 1.8rem;
  }
}
.iliac .rethinking__card p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(255, 255, 255, 0.75);
}
.iliac .rethinking .credits {
  gap: 8rem;
}
.iliac .rethinking .credits p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
  text-align: left;
}
.iliac .rethinking .credits div:first-child {
  flex: 1;
}
.iliac .rethinking .credits div:last-child {
  flex-shrink: 0;
}
.iliac .quote-section {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 6rem 0;
  width: 100%;
}
@media (max-width: 767px) {
  .iliac .quote-section {
    flex-direction: column;
  }
}
.iliac .quote-section__img-left {
  position: relative;
  left: -80px;
  scale: 1.5;
}
.iliac .quote-section__img-left,
.iliac .quote-section__img-right {
  flex: 0 0 30%;
  max-width: 30%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .iliac .quote-section__img-left,
  .iliac .quote-section__img-right {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .iliac .quote-section__img-left,
  .iliac .quote-section__img-right {
    display: none;
  }
}
.iliac .quote-section__img-left img,
.iliac .quote-section__img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.iliac .quote-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 4rem;
}
@media (max-width: 1024px) {
  .iliac .quote-section__content {
    padding: 4rem 2rem;
  }
}
.iliac .quote-section__title-img {
  width: 100%;
  max-width: 48rem;
  height: auto;
  display: block;
  margin: 0 auto 2.4rem;
}
@media (max-width: 1024px) {
  .iliac .quote-section__title-img {
    max-width: 36rem;
  }
}
@media (max-width: 767px) {
  .iliac .quote-section__title-img {
    max-width: 28rem;
  }
}
.iliac .quote-section__subtext {
  font-size: 1.6rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 3.2rem;
}
.iliac .open-flow {
  display: flex;
  align-items: flex-start;
  gap: 15rem;
  margin: 5rem 0 10rem 0;
}
@media (max-width: 1024px) {
  .iliac .open-flow {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .iliac .open-flow {
    margin: 0 0 10rem 0;
  }
}
.iliac .open-flow__left {
  flex: 0 0 40%;
}
@media (max-width: 1024px) {
  .iliac .open-flow__left {
    flex: none;
    width: 100%;
  }
}
.iliac .open-flow__left h2 {
  font-size: 4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1024px) {
  .iliac .open-flow__left h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .iliac .open-flow__left h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.iliac .open-flow__left p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .iliac .open-flow__left p {
    font-size: 1.6rem;
  }
}
.iliac .open-flow__right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.iliac .open-flow__item {
  display: flex;
  gap: 3rem;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .iliac .open-flow__item {
    gap: 2rem;
    padding: 2rem 0;
  }
}
.iliac .open-flow__item-img {
  flex-shrink: 0;
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .iliac .open-flow__item-img {
    width: 5rem;
    height: 5rem;
  }
}
.iliac .open-flow__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.iliac .open-flow__item-text strong {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .iliac .open-flow__item-text strong {
    font-size: 1.6rem;
  }
}
.iliac .open-flow__item-text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 60%;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (max-width: 767px) {
  .iliac .open-flow__item-text p {
    font-size: 1.4rem;
  }
}
.iliac .open-flow__item-text .credits {
  gap: 8rem;
}
.iliac .open-flow__item-text .credits p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
  text-align: left;
  width: 100%;
}
.iliac .open-flow__item-text .credits div:first-child {
  flex: 1;
}
.iliac .open-flow__item-text .credits div:last-child {
  flex-shrink: 0;
}
.iliac .treatment-suite {
  margin: 10rem 0;
  text-align: center;
}
.iliac .treatment-suite h2 {
  font-size: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .iliac .treatment-suite h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.iliac .treatment-suite__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .iliac .treatment-suite__cards {
    grid-template-columns: 1fr;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.iliac .treatment-suite__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 3rem;
  background: rgba(255, 255, 255, 0.2);
}
.iliac .treatment-suite__card-img {
  width: 10rem;
  height: 8rem;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iliac .treatment-suite__card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.iliac .treatment-suite__card p {
  font-size: 2.8rem;
  margin-bottom: 0.8rem;
}
.iliac .treatment-suite__card a {
  display: inline-flex;
  align-items: center;
  overflow: visible;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s ease, text-decoration 0.2s ease;
}
.iliac .treatment-suite__card a .treatment-suite__arrow {
  width: 1.6rem;
  height: auto;
  display: block;
  transition: transform 0.2s ease;
}
.iliac .treatment-suite__card a:hover {
  color: white;
  text-decoration: underline;
}
.iliac .treatment-suite__card a:hover .treatment-suite__arrow {
  transform: translateX(0.5rem);
}
.iliac .right-solution {
  display: flex;
  align-items: stretch;
  margin: 10rem 0;
  gap: 10rem;
}
@media (max-width: 1024px) {
  .iliac .right-solution {
    flex-direction: column;
  }
}
.iliac .right-solution__left {
  flex: 0 0 40%;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .iliac .right-solution__left {
    flex: none;
    width: 100%;
  }
}
.iliac .right-solution__bg-shape {
  position: absolute;
  inset: 0;
  width: 170%;
  top: -70px;
  left: -310px;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .iliac .right-solution__bg-shape {
    width: 190%;
    left: -230px;
  }
}
.iliac .right-solution__text {
  position: relative;
  z-index: 1;
  padding: 6rem 5rem;
}
@media (max-width: 1024px) {
  .iliac .right-solution__text {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .iliac .right-solution__text {
    padding: 3rem 2rem;
  }
}
.iliac .right-solution__text h2 {
  font-size: 3.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1024px) {
  .iliac .right-solution__text h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 767px) {
  .iliac .right-solution__text h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.iliac .right-solution__text p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 3.2rem;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767px) {
  .iliac .right-solution__text p {
    font-size: 1.6rem;
  }
}
.iliac .right-solution__right {
  flex: 0 0 60%;
}
@media (max-width: 1024px) {
  .iliac .right-solution__right {
    flex: none;
    width: 100%;
  }
}
.iliac .right-solution__right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.iliac .right-solution .btn-bleu {
  background: #06064a;
  border: 0.1rem solid #06064a;
}
.iliac .right-solution .btn-bleu:hover {
  background: #0e0e7e;
  border-color: #0e0e7e;
}
.iliac .flow-returns {
  display: flex;
  align-items: center;
  background: #044ED7;
  margin: 15rem 0 0 0;
  overflow: visible;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .iliac .flow-returns {
    flex-direction: column;
  }
}
.iliac .flow-returns__inner {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .iliac .flow-returns__inner {
    flex: none;
    width: 100%;
    justify-content: flex-start;
  }
}
.iliac .flow-returns__left {
  width: 100%;
  padding: 6rem 5rem 6rem 9rem;
}
@media (max-width: 1024px) {
  .iliac .flow-returns__left {
    max-width: 100%;
    padding: 4rem 3rem;
  }
}
.iliac .flow-returns__left h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  width: 60%;
  line-height: 1;
}
@media (max-width: 1024px) {
  .iliac .flow-returns__left h2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 767px) {
  .iliac .flow-returns__left h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.iliac .flow-returns__left p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 3.2rem;
  width: 60%;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767px) {
  .iliac .flow-returns__left p {
    font-size: 1.6rem;
  }
}
.iliac .flow-returns__right {
  flex: 0 0 50%;
  position: relative;
  align-self: flex-end;
}
@media (max-width: 1024px) {
  .iliac .flow-returns__right {
    flex: none;
    width: 100%;
    align-self: auto;
  }
}
.iliac .flow-returns__right img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -6rem;
}
@media (max-width: 1024px) {
  .iliac .flow-returns__right img {
    margin-top: 0;
  }
}
.iliac .flow-returns .btn-bleu {
  background: #06064a;
  border: 0.1rem solid #06064a;
}
.iliac .flow-returns .btn-bleu:hover {
  background: #0e0e7e;
  border-color: #0e0e7e;
}
.sfa-pop {
  background: #020509;
  color: #fff;
}
.sfa-pop .btn-bleu {
  text-transform: none;
}
.sfa-pop::before {
  content: '';
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 150rem;
  height: 150rem;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.sfa-pop::after {
  content: '';
  position: absolute;
  top: -30rem;
  left: -30rem;
  width: 150rem;
  height: 150rem;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.5) 0%, transparent 65%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .sfa-pop::before,
  .sfa-pop::after {
    display: none;
  }
  .sfa-pop .halo {
    display: none;
  }
}
.sfa-pop .halo {
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
}
.sfa-pop .halo--1 {
  top: 40rem;
  right: -45rem;
  width: 180rem;
  height: 180rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.sfa-pop .halo--2 {
  top: 150rem;
  left: 80%;
  transform: translateX(-50%);
  width: 190rem;
  height: 190rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.sfa-pop .halo--3 {
  top: 310rem;
  left: -60rem;
  width: 190rem;
  height: 190rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.sfa-pop .halo--4 {
  top: 460rem;
  right: -40rem;
  width: 190rem;
  height: 190rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.sfa-pop .halo--5 {
  top: 500rem;
  right: -20rem;
  width: 190rem;
  height: 190rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.sfa-pop .halo--6 {
  top: 600rem;
  right: -120rem;
  width: 190rem;
  height: 190rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.sfa-pop .sfa-hero {
  display: flex;
  align-items: stretch;
  min-height: 55rem;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-hero {
    flex-direction: column;
  }
}
.sfa-pop .sfa-hero__left {
  flex: 0 0 45%;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-hero__left {
    flex: none;
    width: 100%;
    max-height: 35rem;
  }
}
.sfa-pop .sfa-hero__left img {
  width: 140%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.sfa-pop .sfa-hero__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8rem 6rem 18rem;
  position: relative;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-hero__right {
    flex: none;
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .sfa-pop .sfa-hero__right {
    padding: 3rem 2rem;
  }
}
.sfa-pop .sfa-hero__title-img {
  width: 100%;
  max-width: 40rem;
  height: auto;
  display: block;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-hero__title-img {
    max-width: 38rem;
  }
}
@media (max-width: 767px) {
  .sfa-pop .sfa-hero__title-img {
    max-width: 28rem;
  }
}
.sfa-pop .sfa-hero p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 3rem 0 3.2rem 0;
  max-width: 50rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-hero p {
    font-size: 1.6rem;
  }
}
.sfa-pop .sfa-hero .btn-bleu {
  align-self: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-hero .btn-bleu {
    align-self: anchor-center;
  }
}
.sfa-pop .sfa-nextgen {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin: -10rem 0 10rem 0;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-nextgen {
    flex-direction: column;
    gap: 4rem;
  }
}
.sfa-pop .sfa-nextgen__left {
  flex: 0 0 50%;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-nextgen__left {
    flex: none;
    width: 100%;
  }
}
.sfa-pop .sfa-nextgen h1 {
  width: 60%;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-nextgen h1 {
    width: 100%;
  }
}
.sfa-pop .sfa-nextgen h1,
.sfa-pop .sfa-nextgen p,
.sfa-pop .sfa-nextgen a {
  position: relative;
  z-index: 1;
}
.sfa-pop .sfa-nextgen p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 3.2rem;
  color: rgba(255, 255, 255, 0.9);
  width: 80%;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-nextgen p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-nextgen {
    padding: 4rem 3rem 0 3rem;
  }
}
.sfa-pop .sfa-nextgen .credits {
  gap: 8rem;
}
.sfa-pop .sfa-nextgen .credits p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
  text-align: left;
  width: 100%;
}
.sfa-pop .sfa-nextgen .credits div:first-child {
  flex: 1;
}
.sfa-pop .sfa-nextgen .credits div:last-child {
  flex-shrink: 0;
}
.sfa-pop .sfa-nextgen__blue-block {
  position: relative;
  padding: 5rem 5rem 5rem 4rem;
}
.sfa-pop .sfa-nextgen__blue-block::before {
  content: '';
  position: absolute;
  inset: 30rem -50rem 0 0;
  height: 40%;
  background: #044ED7;
  border-radius: 20rem 0 0 20rem;
  z-index: -1;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-nextgen__blue-block::before {
    border-radius: 2rem;
  }
}
@media (max-width: 767px) {
  .sfa-pop .sfa-nextgen__blue-block::before {
    display: none;
  }
}
.sfa-pop .sfa-nextgen__right {
  flex: 1;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-nextgen__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sfa-pop .sfa-nextgen__right {
    display: none;
  }
}
.sfa-pop .sfa-nextgen__right img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: -8rem;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-nextgen__right img {
    display: none;
  }
}
.sfa-pop .sfa-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin: 10rem 0;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-quotes {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.sfa-pop .sfa-quotes__col {
  display: flex;
  flex-direction: column;
}
.sfa-pop .sfa-quotes__col .credits {
  gap: 8rem;
}
.sfa-pop .sfa-quotes__col .credits p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
  text-align: left;
  width: 100%;
}
.sfa-pop .sfa-quotes__col .credits div:first-child {
  flex: 1;
}
.sfa-pop .sfa-quotes__col .credits div:last-child {
  flex-shrink: 0;
}
.sfa-pop .sfa-quotes__icon {
  width: 4rem;
  height: 3rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
}
.sfa-pop .sfa-quotes__icon img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.sfa-pop .sfa-quotes__text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 3rem;
  flex: 1;
}
.sfa-pop .sfa-quotes__text sup {
  color: white;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-quotes__text {
    font-size: 1.5rem;
  }
}
.sfa-pop .sfa-quotes__author {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.sfa-pop .sfa-quotes__author img {
  width: 10rem;
  border-radius: 12rem;
  margin-bottom: 3rem;
}
.sfa-pop .sfa-quotes__author-info {
  display: flex;
  flex-direction: column;
}
.sfa-pop .sfa-quotes__author-info strong {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.sfa-pop .sfa-quotes__author-info span {
  font-size: 1.3rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8rem;
}
.sfa-pop .sfa-built {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8rem;
  margin: 10rem 0;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-built {
    flex-direction: column;
    gap: 4rem;
  }
}
.sfa-pop .sfa-built__left {
  flex: 0 0 45%;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-built__left {
    flex: none;
    width: 100%;
  }
}
.sfa-pop .sfa-built__left h2 {
  font-size: 4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-built__left h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .sfa-pop .sfa-built__left h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.sfa-pop .sfa-built__left p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 3.2rem;
  width: 80%;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .sfa-pop .sfa-built__left p {
    font-size: 1.6rem;
  }
}
.sfa-pop .sfa-built__right {
  flex: 1;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-built__right {
    width: 100%;
  }
}
.sfa-pop .sfa-built__right img {
  position: relative;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  top: 0;
  bottom: 0;
  right: calc(50% - 50vw);
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-built__right img {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .sfa-pop .sfa-built__right img {
    display: none;
  }
}
.sfa-pop .sfa-diagram {
  padding: 0 0 6rem 0;
  margin: 10rem 0;
}
.sfa-pop .sfa-diagram__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sfa-pop .sfa-diagram h2 {
  font-size: 3.2rem;
  position: relative;
  left: -40rem;
  top: 6rem;
  color: #020509;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-diagram h2 {
    font-size: 2.4rem;
  }
}
.sfa-pop .sfa-diagram__img {
  width: 100%;
  margin-bottom: 4rem;
}
.sfa-pop .sfa-diagram__img img {
  width: 100%;
  height: auto;
  display: block;
}
.sfa-pop .sfa-diagram__labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-diagram__labels {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .sfa-pop .sfa-diagram__labels {
    grid-template-columns: 1fr;
  }
}
.sfa-pop .sfa-diagram__label {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 2rem;
  border-left: 0.2rem solid #da6408;
}
.sfa-pop .sfa-diagram__label strong {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.sfa-pop .sfa-diagram__label span {
  font-size: 1.4rem;
  line-height: 2rem;
}
.sfa-pop .sfa-flow-returns {
  display: flex;
  align-items: center;
  background: #044ED7;
  overflow: visible;
  width: 100%;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-flow-returns {
    flex-direction: column;
  }
}
.sfa-pop .sfa-flow-returns__inner {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-flow-returns__inner {
    flex: none;
    width: 100%;
    justify-content: flex-start;
  }
}
.sfa-pop .sfa-flow-returns__left {
  width: 100%;
  padding: 6rem 5rem 6rem 18rem;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-flow-returns__left {
    max-width: 100%;
    padding: 4rem 3rem;
  }
}
.sfa-pop .sfa-flow-returns__left h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  line-height: 4.8rem;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-flow-returns__left h2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 767px) {
  .sfa-pop .sfa-flow-returns__left h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.sfa-pop .sfa-flow-returns__left p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 3.2rem;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767px) {
  .sfa-pop .sfa-flow-returns__left p {
    font-size: 1.6rem;
  }
}
.sfa-pop .sfa-flow-returns__left .btn-bleu {
  background: #06064a;
  border: 0.1rem solid #06064a;
}
.sfa-pop .sfa-flow-returns__left .btn-bleu:hover {
  background: #0e0e7e;
  border-color: #0e0e7e;
}
.sfa-pop .sfa-flow-returns__right {
  flex: 0 0 50%;
  position: relative;
  align-self: flex-end;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-flow-returns__right {
    flex: none;
    width: 100%;
    align-self: auto;
  }
}
.sfa-pop .sfa-flow-returns__right img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 9rem;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-flow-returns__right img {
    margin-top: 0;
  }
}
.sfa-pop .sfa-experience {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin: 10rem 0;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-experience {
    grid-template-columns: 1fr;
  }
}
.sfa-pop .sfa-experience h2 {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 3rem;
}
.sfa-pop .sfa-experience__left img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  height: 100%;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-experience__left img {
    height: 28rem;
  }
}
@media (max-width: 767px) {
  .sfa-pop .sfa-experience__left img {
    display: none;
  }
}
.sfa-pop .sfa-experience__middle {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 4rem 3.5rem;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-experience__middle {
    border-left: none;
    border-right: none;
  }
}
.sfa-pop .sfa-experience__middle p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3rem;
  flex: 1;
}
.sfa-pop .sfa-experience__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 4rem 3.5rem 3rem;
  align-self: start;
}
.sfa-pop .sfa-experience__right .btn-watch {
  width: 25%;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-experience__right .btn-watch {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-experience__right {
    align-self: auto;
  }
}
.sfa-pop .sfa-experience__right p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3rem;
}
.sfa-pop .sfa-events {
  margin: 10rem 0;
}
.sfa-pop .sfa-events h2 {
  font-size: 3.6rem;
  margin-bottom: 4rem;
  text-align: left;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-events h2 {
    font-size: 2.8rem;
  }
}
.sfa-pop .sfa-events__date {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #56a8bd;
  border-radius: 10rem;
  padding: 0.5rem 1.2rem;
  font-size: 1.3rem;
  margin-bottom: 1.4rem;
  width: 85%;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-events__date {
    width: 90%;
  }
}
.sfa-pop .sfa-events__date img {
  width: 1.4rem;
  height: 1.4rem;
  object-fit: contain;
  flex-shrink: 0;
}
.sfa-pop .sfa-events .first_date {
  width: 32%;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-events .first_date {
    width: 60%;
  }
}
.sfa-pop .sfa-events__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-events__grid {
    grid-template-columns: 1fr;
  }
}
.sfa-pop .sfa-events__main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sfa-pop .sfa-events__main-img {
  flex: 1;
  min-height: 28rem;
  overflow: hidden;
}
.sfa-pop .sfa-events__main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-events__main-img {
    min-height: 20rem;
  }
}
.sfa-pop .sfa-events__main-content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}
.sfa-pop .sfa-events__main-content h3 {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  line-height: 2.6rem;
}
.sfa-pop .sfa-events__main-content p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.6rem;
}
.sfa-pop .sfa-events__main-content a {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: underline;
  transition: color 0.2s ease;
  align-self: flex-start;
}
.sfa-pop .sfa-events__main-content a:hover {
  color: #9e9e9e;
}
.sfa-pop .sfa-events__sub {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.sfa-pop .sfa-events__sub-item {
  display: flex;
  align-items: stretch;
  flex: 1;
}
.sfa-pop .sfa-events__sub-img {
  flex: 0 0 40%;
  overflow: hidden;
}
.sfa-pop .sfa-events__sub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.sfa-pop .sfa-events__sub-content {
  flex: 1;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sfa-pop .sfa-events__sub-content h3 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.sfa-pop .sfa-events__sub-content p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.2rem;
}
.sfa-pop .sfa-events__sub-content a {
  font-size: 1.5rem;
  text-decoration: underline;
  transition: color 0.2s ease;
  align-self: flex-start;
}
.sfa-pop .sfa-events__sub-content a:hover {
  color: #9e9e9e;
}
.sfa-pop .sfa-cases {
  margin: 10rem 0;
}
.sfa-pop .sfa-cases h2 {
  font-size: 3.6rem;
  margin-bottom: 4rem;
  text-align: left;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-cases h2 {
    font-size: 2.8rem;
  }
}
.sfa-pop .sfa-cases__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-cases__grid {
    grid-template-columns: 1fr;
    max-width: 55rem;
  }
}
.sfa-pop .sfa-cases__card {
  display: flex;
  flex-direction: column;
}
.sfa-pop .sfa-cases__card-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.sfa-pop .sfa-cases__card-img > img:first-child {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-cases__card-img {
    height: 20rem;
  }
}
.sfa-pop .sfa-cases__card-content {
  display: flex;
  flex-direction: column;
}
.sfa-pop .sfa-cases__card-content h3 {
  font-size: 3.6rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-cases__card-content h3 {
    font-size: 1.8rem;
  }
}
.sfa-pop .sfa-cases__card-content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
.sfa-pop .sfa-cases__card-content .btn-bleu--icon {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: 25%;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-cases__card-content .btn-bleu--icon {
    width: 83%;
  }
}
.sfa-pop .sfa-cases__card-content .btn-bleu--icon img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}
.sfa-pop .sfa-cases__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sfa-pop .sfa-cases__overlay img {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
  display: block;
}
.sfa-pop .sfa-quote-section {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin: 10rem 0;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-quote-section {
    flex-direction: column;
    gap: 4rem;
  }
}
.sfa-pop .sfa-quote-section__left {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-quote-section__left {
    flex: none;
    width: 100%;
  }
}
.sfa-pop .sfa-quote-section__title-img {
  width: 100%;
  max-width: 52rem;
  height: auto;
  display: block;
  margin-bottom: 2.4rem;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-quote-section__title-img {
    max-width: 38rem;
  }
}
@media (max-width: 767px) {
  .sfa-pop .sfa-quote-section__title-img {
    max-width: 28rem;
  }
}
.sfa-pop .sfa-quote-section__subtitle {
  font-size: 2rem;
  margin-bottom: 1.6rem;
  border-left: 2px solid grey;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-quote-section__subtitle {
    font-size: 1.8rem;
  }
}
.sfa-pop .sfa-quote-section__text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-quote-section__text {
    font-size: 1.5rem;
  }
}
.sfa-pop .sfa-quote-section__right {
  flex: 0 0 40%;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-quote-section__right {
    flex: none;
    width: 100%;
  }
}
.sfa-pop .sfa-quote-section__right img {
  width: 100%;
  height: auto;
  display: block;
  scale: 2.2;
  position: relative;
  top: -7rem;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-quote-section__right img {
    top: 0;
    margin-bottom: 5rem;
  }
}
.sfa-pop .sfa-solutions {
  margin: 10rem 0;
}
.sfa-pop .sfa-solutions .credits {
  gap: 8rem;
}
.sfa-pop .sfa-solutions .credits p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
  text-align: left;
  width: 100%;
}
.sfa-pop .sfa-solutions .credits div:first-child {
  flex: 1;
}
.sfa-pop .sfa-solutions .credits div:last-child {
  flex-shrink: 0;
}
.sfa-pop .sfa-solutions h2 {
  font-size: 3.6rem;
  margin-bottom: 4rem;
  text-align: left;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-solutions h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.sfa-pop .sfa-solutions__grid {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-solutions__grid {
    flex-direction: column;
  }
}
.sfa-pop .sfa-solutions__col {
  display: flex;
  flex-direction: column;
}
.sfa-pop .sfa-solutions__col:last-child {
  border-right: none;
}
.sfa-pop .sfa-solutions__col--large {
  flex: 0 0 40%;
}
.sfa-pop .sfa-solutions__col--medium {
  flex: 0 0 30%;
}
.sfa-pop .sfa-solutions__col--small {
  flex: 1;
}
@media (max-width: 1024px) {
  .sfa-pop .sfa-solutions__col--large,
  .sfa-pop .sfa-solutions__col--medium,
  .sfa-pop .sfa-solutions__col--small {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.12);
  }
  .sfa-pop .sfa-solutions__col--large:last-child,
  .sfa-pop .sfa-solutions__col--medium:last-child,
  .sfa-pop .sfa-solutions__col--small:last-child {
    border-bottom: none;
  }
}
.sfa-pop .sfa-solutions__header {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 2.4rem 2rem;
}
.sfa-pop .sfa-solutions__header-img {
  height: 10rem;
  object-fit: contain;
  display: block;
}
.sfa-pop .sfa-solutions__rows {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sfa-pop .sfa-solutions__row {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.8rem 2rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.12);
  flex: 1;
}
.sfa-pop .sfa-solutions__row--last {
  border-bottom: none;
}
.sfa-pop .sfa-solutions__row-img {
  flex-shrink: 0;
}
.sfa-pop .sfa-solutions__row-img img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.sfa-pop .sfa-solutions__row p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .sfa-pop .sfa-solutions__row p {
    font-size: 1.4rem;
  }
}
.Indication-Use {
  background-color: black;
}
.Indication-Use::after {
  content: '';
  position: absolute;
  top: -50rem;
  left: -40rem;
  width: 130rem;
  height: 130rem;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.5) 0%, transparent 65%);
  pointer-events: none;
  z-index: -1;
}
.Indication-Use .halo {
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
}
.Indication-Use .halo--1 {
  top: 40rem;
  right: -80rem;
  width: 150rem;
  height: 150rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.Indication-Use .halo--2 {
  top: 140rem;
  left: -30%;
  transform: translateX(-50%);
  width: 190rem;
  height: 190rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(4, 78, 215, 0.6) 0%, transparent 65%);
}
.Indication-Use h1 {
  margin-bottom: 5rem;
  font-size: 4rem;
}
.Indication-Use .Indication {
  margin: 20rem 10rem;
  color: white;
}
.Indication-Use .Indication ul {
  list-style: none;
  padding: 0;
}
.Indication-Use .Indication ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: rgba(255, 255, 255, 0.85);
}
.Indication-Use .Indication ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #e36d06;
  flex-shrink: 0;
}
/*# sourceMappingURL=main.css.map */