/*=========================================== component_stores ===========================================*/

.component_stores {
  display: none;
  margin: 0 auto;
  width: fit-content;
}

.component_stores > a {
  display: inline-block;
}

.component_stores > a:first-of-type {
  margin-right: 16px;
}

.component_stores > a > img {
  width: 140px;
  height: auto;
}

.component_stores > a:last-of-type {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  font-size: 12px;
}

.component_stores > a:last-of-type::after {
  content: "";
  background-image: url("/img/icons/icon_arrow-up-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.component_stores > a:last-of-type > span {
  text-decoration: underline;
  font-weight: 700;
}

@media only screen and (max-width: 992px) {
  .component_stores {
    display: block;
    margin-top: 48px;
  }

  .component_stores > a:last-of-type {
    display: flex;
  }
}

/*=========================================== component_blogArticle_cta ===========================================*/
.component_blogArticle_cta {
  padding: 32px 16px;
  border-radius: 24px;
  border: 1px solid rgba(238, 238, 238, 0.71);
  background: linear-gradient(165deg, #6e3cf7 -10.75%, #380eac 86.01%);
  box-shadow: 0px 0px 44px 0px rgba(108, 60, 242, 0.6),
    24px -36px 44px 0px rgba(0, 0, 0, 0.25) inset;
  text-align: center;
  margin: 44px 0px;
}

.component_blogArticle_cta + * {
  margin-top: 0 !important;
}

.component_blogArticle_cta > p {
  max-width: 372px;
  margin: 0 auto 20px auto;
}

.component_blogArticle_cta > div {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.component_blogArticle_cta > div > img {
  width: 88px;
  height: 88px;
  margin-right: 4px;
  border-radius: 9px;
}

.component_blogArticle_cta > div > a > img {
  width: 140px;
  height: auto;
}

@media only screen and (max-width: 992px) {
  .component_blogArticle_cta > div > img {
    display: none;
  }
}

/*=========================================== header ===========================================*/
header {
  position: sticky;
  z-index: 99;
}

.header_preheader {
  display: none;
  background-color: var(--gray-900, #0f1217);
}

.header_preheader > .wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  row-gap: 8px;
}

.header_preheader > div > p {
  width: 50%;
}

.header_preheader_select {
  flex: auto;
}

.header_preheader_select > select {
  width: 100%;
}

.header_preheader > div > button:last-of-type > img {
  width: 24px;
  height: 24px;
}

nav {
  border-bottom: 1px solid var(--Gray-900, #121926);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}

nav > .wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

nav > .wrapper > div:first-of-type {
  display: flex;
  align-items: center;
}

.nav_logo > img {
  width: 173px;
  height: auto;
}

.nav_links {
  margin-left: 40px;
  display: flex;
  flex-flow: row nowrap;
  gap: 22px;
}

.nav_links > a {
  padding: 0 16px;
  font-weight: 600;
  line-height: 38px;
}

.nav_actions {
  display: flex;
  align-items: center;
}

.nav_actions .language_selector {
  margin-left: 10px;
}

.nav_actions .language_selector select {
  text-transform: uppercase;
  appearance: none;
  transition: background-color 0.3s ease;
}

nav > .wrapper > .button_cta:last-of-type {
  display: none;
}

@media only screen and (max-width: 992px) {
  .header_preheader > .wrapper {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .header_preheader > div > p {
    width: calc(100% - 40px);
  }

  .header_preheader > div > :nth-child(1) {
    order: 1;
  }

  .header_preheader > div > :nth-child(2) {
    order: 3;
  }

  .header_preheader > div > :nth-child(3) {
    order: 4;
  }

  .header_preheader > div > :nth-child(4) {
    order: 2;
  }

  .header_preheader_select > select {
    height: 28px;
  }

  nav > .wrapper {
    height: 56px;
  }

  .nav_logo > img {
    width: 115px;
  }

  .nav_links {
    display: none;
  }

  nav > .wrapper > button:first-of-type {
    display: none;
  }

  nav > .wrapper > .button_cta:last-of-type:last-of-type {
    display: inline-block;
  }
}

/*=========================================== footer ===========================================*/
footer {
  background-color: var(--gray-900, #0f1217);
  position: relative;
  backdrop-filter: blur(8px);
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #eeeeee00, #ffffff00, #e7e7e7);

  /* todo */
}

footer > .wrapper {
  padding-top: 76px;
  padding-bottom: 36px;
}

.footer_container_1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  column-gap: 76px;
  row-gap: 36px;
  padding-bottom: 52px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(152, 162, 179, 0.2);
}

.footer_container_1_download {
  width: fit-content;
  min-width: 296px;
}

.footer_container_1_download > a:first-of-type > img {
  display: inline-block;
  width: 173px;
  height: auto;
  margin-bottom: 12px;
}

.footer_container_1_download > a:first-of-type > p {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}

.footer_container_1_download > .component_stores {
  display: block;
  padding: 36px 0;
}

.footer_container_1_download > div:last-of-type {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
}

.footer_container_1_download > div:last-of-type > a > img {
  width: 24px;
  height: auto;
}

.footer_container_1_links > h3 {
  color: var(--Gray-200, #eaecf0);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer_container_1_links {
  flex: 1;
}

.footer_container_1_links > a {
  display: block;
  width: fit-content;
  margin-bottom: 7px;
}

.footer_container_1_links > a:last-of-type {
  margin-bottom: 0;
}

.footer_container_2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_container_2 > p {
  line-height: 24px;
  width: 306px;
}

.footer_container_2 > div {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 0 36px;
}

.footer_container_2 > div > a {
  display: inline-flex;
  align-items: center;
}

.footer_container_2 > div > a::after {
  content: "";
  background-color: var(--Base-White, #fff);
  display: inline-block;
  height: 13px;
  width: 1.5px;
  margin: 0 13px;
}

.footer_container_2 > div > a:last-child:after {
  display: none;
}

.footer_container_2 > button:first-of-type {
  padding: 3px 15px;
  border-radius: 24px;
  border: 1px solid var(--Base-White, #fff);
  background-color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}

.footer_container_2 > button:last-of-type {
  display: none;
  margin-top: 36px;
  line-height: 46px;
  border-radius: 48px;
}

.footer_container_2 > button:last-of-type > span {
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.footer_container_2 > button:last-of-type > span::after {
  content: "";
  background-image: url("/img/icons/icon_arrow-up-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

@media only screen and (max-width: 992px) {
  footer {
    text-align: center;
  }

  footer > .wrapper {
    padding-top: 59px;
    padding-bottom: 26px;
  }

  .footer_container_1 {
    flex-flow: column nowrap;
    padding-bottom: 36px;
  }

  .footer_container_1_download {
    width: auto;
    margin: auto;
  }

  .footer_container_1_download > div:last-of-type {
    justify-content: center;
  }

  .footer_container_1_download > a:first-of-type > img {
    margin-bottom: 4px;
  }

  .footer_container_1_links {
    margin: auto;
  }

  .footer_container_1_links > a {
    width: auto;
  }

  .footer_container_2 {
    flex-flow: column nowrap;
    align-items: center;
  }

  .footer_container_2 > div {
    flex-flow: column nowrap;
    align-items: center;
    margin: 52px 0 36px 0;
  }

  .footer_container_2 > div > a {
    margin-bottom: 12px;
  }

  .footer_container_2 > div > a:last-of-type {
    margin-bottom: 0;
  }

  .footer_container_2 > div > a::after {
    display: none;
  }

  .footer_container_2 > button:last-of-type {
    display: inline-block;
  }
}

/*=========================================== section_hero ===========================================*/
.section_hero {
  margin-top: -73px;
  background-image: url("/img/pictures/hero/homepage.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 774px;
}

.section_hero > .wrapper {
  padding-top: 160px;
  padding-bottom: 103px;
  position: relative;
}

.section_hero > .links {
  padding-top: 120px;
  position: relative;
}

.section_hero.section_hero_variation_firstName_1 {
  margin-top: 0;
  background-image: url("/img/pictures/hero/variationFirstname1.avif");
}

.section_hero.section_hero_variation_firstName_2 {
  margin-top: 0;
  background-image: url("/img/pictures/hero/variationFirstname2.avif");
}

.section_hero.section_hero_variation_firstName_3 {
  margin-top: 0;
  background-image: url("/img/pictures/hero/variationFirstname3.avif");
}

.section_variation_firstName > .wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section_variation_firstName .section_description_mosaic {
  max-width: 723px;
  margin-right: auto;
}

.section_hero_content {
  max-width: 682px;
  margin: 0 auto 0 0;
}

.section_hero_content > p {
  margin: 32px 0 24px 0;
  max-width: 554px;
}

.section_hero_content > .button_cta {
  line-height: 28px;
}

.section_hero_numbers {
  display: flex;
  flex-flow: row nowrap;
  gap: 51px;
  margin-top: 72px;
  width: fit-content;
}

.section_hero_numbers span {
  display: block;
}

.section_hero_download {
  position: absolute;
  right: 118px;
  bottom: 52px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(238, 238, 238, 0.71);
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}

.section_hero_download > a > img {
  width: 140px;
  height: auto;
  display: inline-block;
}

.section_hero_download > a {
  display: inline-block;
}

.section_hero_download > a:first-of-type {
  margin-right: 16px;
}

.section_hero_download_content {
  margin-top: 16px;
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}

.section_hero_download_content > img {
  width: 88px;
  height: auto;
}

.section_hero_download_content p {
  font-size: 10px;
  line-height: 20px;
  background: var(
    --Gradient-white-grey,
    linear-gradient(90deg, #fff 7.9%, #c7c7c7 67.48%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_hero_download_content > div > img {
  width: 91px;
  height: auto;
  margin-bottom: 12px;
}

.section_hero_download_content a {
  font-size: 10px;
  line-height: 20px;
  /* 200% */
  display: flex;
  align-items: center;
}

.section_hero_download_content a::after {
  content: "";
  background-image: url("/img/icons/icon_arrow-up-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

@media only screen and (max-width: 992px) {
  .section_hero {
    margin-top: -56px;
  }

  .section_hero > .wrapper {
    padding-top: 96px;
    padding-bottom: 48px;
  }

  .section_hero_content {
    max-width: 554px;
    margin: 0 auto;
  }

  .section_hero_content > p {
    margin: 16px 0 24px 0;
  }

  .section_hero_content > .button_cta {
    display: none;
  }

  .section_hero_numbers {
    gap: 20px;
    margin: 48px auto 0 auto;
  }

  .section_hero_numbers p {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
    flex: 1;
  }

  .section_hero_numbers span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .section_hero_download {
    display: none;
  }
}

/*=========================================== section_icons ===========================================*/

.section_icons > .wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section_icons_content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  column-gap: 60px;
  row-gap: 28px;
}

.section_icons_content > div {
  width: calc(25% - 45px);
}

.section_icons_content p {
  color: var(--Gray-400, #98a2b3);
  margin-top: 8px;
}

.section_icons_content > div::before {
  content: "";
  background-image: url("/img/icons/section_icons/video-recorder.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 992px) {
  .section_icons > .wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section_icons_content > div {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 576px) {
  .section_icons_content {
    text-align: center;
    flex-flow: column nowrap;
  }

  .section_icons_content > div {
    width: auto;
    margin: 0 auto;
    align-items: center;
  }
}

/* adaptation pour chaque pseudo élément */
.section_icons_content.section_4_icons > div:nth-child(1):before {
  background-image: url("/img/icons/section_icons/video-recorder.svg");
}

.section_icons_content.section_4_icons > div:nth-child(2):before {
  background-image: url("/img/icons/section_icons/shield-tick.svg");
}

.section_icons_content.section_4_icons > div:nth-child(3):before {
  background-image: url("/img/icons/section_icons/lightning-01.svg");
}

.section_icons_content.section_4_icons > div:nth-child(4):before {
  background-image: url("/img/icons/section_icons/bank-note-01.svg");
}

.section_icons_content.section_8_icons > div:nth-child(1):before {
  background-image: url("/img/icons/section_icons/filter-funnel-02.svg");
}

.section_icons_content.section_8_icons > div:nth-child(2):before {
  background-image: url("/img/icons/section_icons/infinity.svg");
}

.section_icons_content.section_8_icons > div:nth-child(3):before {
  background-image: url("/img/icons/section_icons/check-verified-03.svg");
}

.section_icons_content.section_8_icons > div:nth-child(4):before {
  background-image: url("/img/icons/section_icons/diamond-01.svg");
}

.section_icons_content.section_8_icons > div:nth-child(5):before {
  background-image: url("/img/icons/section_icons/annotation.svg");
}

.section_icons_content.section_8_icons > div:nth-child(6):before {
  background-image: url("/img/icons/section_icons/lock-03.svg");
}

.section_icons_content.section_8_icons > div:nth-child(7):before {
  background-image: url("/img/icons/section_icons/hearts.svg");
}

/*=========================================== section_img_left ===========================================*/
.section_img_left > .wrapper {
  padding-top: 76px;
  padding-bottom: 76px;
  display: flex;
  flex-flow: row nowrap;
  column-gap: 0px;
  row-gap: 30px;
}

.section_img_left_img {
  border-radius: 24px;
  border: 1px solid rgba(238, 238, 238, 0.71);
  background: linear-gradient(165deg, #6e3cf7 -10.75%, #380eac 86.01%);
  box-shadow: 0px 0px 44px 0px rgba(108, 60, 242, 0.6),
    24px -36px 44px 0px rgba(0, 0, 0, 0.25) inset;

  flex: none;
  width: 466px;
  height: 567px;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.section_img_left_img > img {
  width: 63%;
  max-height: calc(100% - 55px);
  object-fit: contain;
}

.section_img_left_content {
  flex: 1;
  margin-left: 10%;
  max-width: 622px;
}

.section_img_left_content > p {
  margin: 24px 0;
}

@media only screen and (max-width: 992px) {
  .section_img_left > .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-flow: column nowrap;
    align-items: center;
  }

  .section_img_left_img {
    width: 100%;
    max-width: 500px;
    height: 397px;
    align-items: flex-start;
  }

  .section_img_left_img > img {
    width: 81%;
    max-height: unset;
    padding-top: 35px;
  }

  .section_img_left_content {
    margin-left: 0;
    max-width: 622px;
  }

  .section_img_left_content > .button_cta {
    display: none;
  }
}

/*=========================================== section_img_right ===========================================*/
.section_img_right > .wrapper {
  display: flex;
  flex-flow: row nowrap;
  padding: 0;
}

.section_img_right_content,
.section_img_right_img {
  width: 50%;
}

.section_img_right_content {
  padding: 64px 117px;
  background: linear-gradient(112deg, #00327b 3.51%, #00132f 106.86%);
}

.section_img_right_content > h2 {
  margin: 0 auto 28px auto;
}

.section_img_right_img > img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

@media only screen and (max-width: 1200px) {
  .section_img_right_content {
    padding: 64px 36px;
  }
}

@media only screen and (max-width: 992px) {
  .section_img_right_content {
    padding: 40px 14px;
    width: 100%;
  }

  .section_img_right_content > .button_cta {
    display: none;
  }

  .section_img_right_content > .component_stores > a:last-of-type {
    display: none;
  }

  .section_img_right_content > h2 {
    max-width: 500px;
    text-align: center;
  }

  .section_img_right_img {
    display: none;
  }
}

/*=========================================== section_description ===========================================*/

.section_description > .wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section_description_container {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 60px;
  position: relative;
}

.section_description_left {
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
}

.section_description_right {
  width: 35%;
  flex: none;
}

.section_description_text > p {
  color: var(--Gray-400, #98a2b3);
  margin-top: 12px;
}

.section_description_text img {
  margin-top: 16px;
}

.section_description_text figcaption {
  margin-top: 12px;
  color: var(--Gray-400, #98a2b3);
  text-align: center;
}

.section_description_text > p > a {
  text-decoration: underline;
}

.section_description_text > ul > li {
  color: var(--Gray-400, #98a2b3);
  margin-top: 12px;
}

.section_description_text > ol > li {
  color: var(--Gray-400, #98a2b3);
  margin-top: 12px;
  cursor: none;
}

.section_description_img_cta {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 32px 24px;
  height: 350px;
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 32px;
  border: 1px solid rgba(238, 238, 238, 0.71);
  box-shadow: 0px 0px 32px 0px rgba(255, 255, 255, 0.2);

  background-image: url("/img/pictures/section_description/img_cta_1.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section_description_left > :nth-child(4) {
  top: 390px;
  /* background-image: url("/img/pictures/section_description/img_cta_2.avif"); */
}

.section_description_text span {
  background-color: transparent !important;
}

.section_description_toparticles {
  position: absolute;
  top: 780px;
  right: 0;
  width: 35%;
  padding: 24px;
  border-radius: 32px;
  border: 1px solid rgba(238, 238, 238, 0.71);
  background: linear-gradient(
    192deg,
    #093f8e -14.43%,
    #020414 25.27%,
    #020414 66.88%,
    #130538 87.37%,
    #05224e 108.5%
  );
  box-shadow: 0px 0px 44px 0px rgba(16, 107, 242, 0.2);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  row-gap: 24px;
}

.section_description_toparticle {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: 24px;
  max-width: 375px;
  width: 100%;
}

.section_description_toparticle_img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  overflow: hidden;
  flex: none;
}

.section_description_toparticle_content {
  flex: auto;
}

.section_description_toparticle_content > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.section_description_toparticle_content > div > span {
  padding: 4px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);

  /* Background-blur-main */
  backdrop-filter: blur(8px);

  display: flex;
  align-items: center;
}

.section_description_toparticle_content > div > span::before {
  content: "";
  background-image: url("/img/icons/hourglass-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 12px;
}

.section_description_toparticle_content > div > .button_cta {
  background: none;
  box-shadow: none;
  text-shadow: none;
}

.section_description_toparticle_content > div > .button_cta > span {
  background: none;
  line-height: 34px !important;
}

.section_description_mosaic {
  padding: 32px 40px;
  border-radius: 32px;
  border: 1px solid rgba(1, 52, 125, 0.7);
  background: rgba(16, 107, 242, 0.1);
  box-shadow: 0px 0px 44px 0px rgba(16, 107, 242, 0.2);
}

.section_description_mosaic {
  padding: 32px 40px;
  border-radius: 32px;
  border: 1px solid rgba(1, 52, 125, 0.7);
  background: rgba(16, 107, 242, 0.1);
  box-shadow: 0px 0px 44px 0px rgba(16, 107, 242, 0.2);
  text-align: center;
}

.section_description_mosaic_container {
  margin: 24px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  column-gap: 23px;
  row-gap: 15px;
  max-height: 474px;
  overflow: hidden;
}

.section_description_mosaic_profile {
  width: 109px;
  height: 148px;
  border-radius: 8px;
}

.section_description_video {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 24px;
  padding: 32px 40px;
  border-radius: 32px;
  border: 1px solid rgba(53, 14, 160, 0.71);
  background: rgba(110, 60, 247, 0.1);
  box-shadow: 0px 0px 44px 0px rgba(143, 16, 242, 0.2);
}

.section_description_video > iframe {
  /* format 16/9 = 0,5625 */
  max-width: 100%;
  width: 300px;
  height: 168.75px;
  flex: none;
}

.section_description_video_content > p {
  color: var(--Gray-400, #98a2b3);
  margin: 8px 0 24px 0;
}

@media only screen and (max-width: 1200px) {
  .section_description_video {
    flex-flow: column nowrap;
    padding: 32px 14px;
  }

  .section_description_video > iframe {
    width: 350px;
    height: 196.875px;
  }
}

@media only screen and (max-width: 992px) {
  .section_description > .wrapper {
    padding: 40px 0px;
  }

  .center {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .section_description_container {
    flex-flow: column nowrap;
  }

  .section_description_right {
    display: none;
    width: 0;
  }

  .section_description_text {
    padding: 0 14px;
  }

  .section_description_text > p {
    margin-top: 10px;
  }

  .section_description_img_cta {
    position: static;
    width: 100%;
    border-radius: unset;
    border-left: none;
    border-right: none;
  }

  .section_description_toparticles {
    position: static;
    width: 100%;
    border-radius: unset;
    border-left: none;
    border-right: none;
    padding: 24px 14px;
  }

  .section_description_mosaic {
    border-radius: unset;
    border-right: none;
    border-left: none;
    padding: 32px 14px;
  }

  .section_description_mosaic > .button_cta {
    display: none;
  }

  .section_description_mosaic_container {
    column-gap: 7px;
    row-gap: 15px;
    max-width: 345px;
    max-height: 231px;
    margin: 24px auto;
  }

  .section_description_mosaic_profile {
    width: 81px;
    height: 108px;
  }

  .section_description_video {
    border-radius: unset;
    border-left: none;
    border-right: none;
  }

  .section_description_video_content > .button_cta {
    display: none;
  }

  .section_description_video_content > p {
    margin: 16px 0;
  }
}

/*=========================================== section_departements ===========================================*/

.section_departements > .wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section_departements h2 {
  margin-bottom: 32px;
}

.section_departements button {
  display: none;
  align-items: center;
}

.section_departements button::before {
  content: ">";
  display: inline-block;
  font-size: 20px;
  transform: rotate(90deg);
}

.section_departements button::after {
  content: "Voir plus";
  margin-left: 8px;
}

.section_departements_container {
  /* on essaye de garder 8 colonnes comme sur le figma 119px pour les items et 36px de colonne*/
  column-width: 119px;
  column-gap: 36px;
  overflow: hidden;
  max-height: none;
  transition: max-height 0.3s ease;
}

.section_departements_container > a {
  display: block;
  margin-bottom: 4px;
  padding: 5px 0;
  width: 119px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  text-decoration-line: underline;
}

/* section pour gérer l'impact du JS sur le CSS */
.js_accordions_container.active .js_accordions_trigger::before {
  transform: rotate(-90deg);
}

.js_accordions_container.active .js_accordions_trigger::after {
  content: "Voir moins";
}

.js_accordions_container.active .js_accordions {
  max-height: unset;
}

@media only screen and (max-width: 992px) {
  .section_departements > .wrapper {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .section_departements h2 {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 576px) {
  .section_departements button {
    display: flex;
  }

  .section_departements_container {
    column-width: unset;
    column-count: 2;
    column-gap: 24px;
    max-height: 170px;
  }

  .section_departements_container > a {
    width: fit-content;
  }
}

/*=========================================== section_breadcrumb ===========================================*/
.section_breadcrumb {
  border-bottom: 1px solid rgba(238, 238, 238, 0.71);
  background-color: var(--gray-900, #0f1217);
}

.section_breadcrumb > .wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
}

.section_breadcrumb_content {
  color: var(--Gray-100, #f2f4f7);
}

.section_breadcrumb_content > a {
  display: inline-block;
}

.section_breadcrumb_content > a:last-of-type {
  text-decoration: underline;
  font-weight: 600;
  pointer-events: none;
}

.section_breadcrumb_content > a::after {
  content: ">";
  margin: 0 8px;
}

.section_breadcrumb_content > a:last-of-type:after {
  display: none;
  content: "";
}

.section_breadcrumb_infos {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 20px;
  max-width: 700px;
  margin: 44px auto 0 auto;
  text-align: center;
}

.section_breadcrumb_infos_author {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.section_breadcrumb_infos_author::before {
  content: "";
  background-image: url("/img/pictures/blog/author.avif");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border-radius: 24px;
}

.section_breadcrumb_categories {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  width: fit-content;
  margin: 36px auto 0 auto;
}

.section_breadcrumb_categories > a {
  color: var(--Gray-200, #eaecf0);
  border: 1px solid var(--Gray-600, #475467);
  background-color: var(--gray-800, #16191e);
  padding: 4px 14px;
  border-radius: 8px;
}

.section_breadcrumb_categories > a.active {
  border-color: var(--Blue-900, #194185);
  background-color: var(--Colors-01, #106bf2);
}

.section_breadcrumb_search {
  margin: 32px auto 0 auto;
  max-width: 650px;
  position: relative;
}

.section_breadcrumb_search > input {
  width: 100%;
  height: 55px;
  padding: 8px 27px 8px 51px;
  border-radius: 48px;
  border: 1px solid var(--Gray-600, #475467);
  background-color: var(--gray-800, #16191e);
}

.section_breadcrumb_search::before {
  content: "";
  background-image: url("/img/icons/search-sm.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 27px;
  top: 19.5px;
}

@media only screen and (max-width: 992px) {
  .section_breadcrumb > .wrapper {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .section_breadcrumb_infos {
    margin: 32px auto 0 auto;
  }

  .section_breadcrumb_categories {
    margin: 20px auto 0 auto;
  }
}

.column {
  display: flex;
  flex-direction: column;
}

/*=========================================== section_contact ===========================================*/
.section_contact {
  backdrop-filter: blur(8px);
}

.section_contact > .wrapper {
  padding-top: 76px;
  padding-bottom: 268px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  row-gap: 62px;
  text-align: center;
}

.section_contact > .wrapper > div {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 24px;
  width: 380px;
  max-width: 100%;
}

.section_contact > .wrapper > div > p:first-of-type {
  color: var(--Gray-400, #98a2b3);
}

.section_contact > .wrapper > div > a {
  display: flex;
  align-items: center;
}

.section_contact > .wrapper > div > a::before {
  content: "";
  background-image: url("/img/icons/mail-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.section_contact > .wrapper > div > a:last-of-type:before {
  background-image: url("/img/icons/social_media/icon_x.svg");
}

@media only screen and (max-width: 992px) {
  .section_contact > .wrapper {
    padding-top: 76px;
    padding-bottom: 108px;
    align-items: center;
  }
}

/*=========================================== section_blog ===========================================*/
.section_blog > .wrapper {
  padding-top: 64px;
  padding-bottom: 80px;
}

.section_blog_container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 28px;
}

.section_blog_article {
  width: calc(33.33% - 18.66px);
  background-color: var(--gray-900, #0f1217);
  border-radius: 16px;
  overflow: hidden;
}

.section_blog_article_img {
  height: 210px;
  overflow: hidden;
}

.section_blog_article_img > img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.section_blog_article_content {
  padding: 16px;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}

.section_blog_article_content > a {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}

.section_blog_article_content > p {
  color: var(--Gray-400, #98a2b3);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 166.667% */
  width: 100%;
}

.section_blog_article_content > p > span:last-of-type {
  color: var(--Base-White, #fff);
}

.section_blog_article_content > p:last-of-type {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 16px;
}

.section_blog_pagination {
  margin: 44px auto 0 auto;
  max-width: 292px;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2px;
}

.section_blog_pagination > button {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  display: inline-block;
  width: 40px;
  height: 40px;
}

.section_blog_pagination > button.active {
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .section_blog > .wrapper {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .section_blog_article {
    width: calc(50% - 14px);
  }
}

@media only screen and (max-width: 576px) {
  .section_blog_article {
    width: calc(100%);
  }
}

/*=========================================== section_article ===========================================*/
.section_article > .wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 48px;
  row-gap: 44px;
}

.section_article_contents,
.section_article_social_media {
  width: 205px;
}

.section_article_contents {
  flex: none;
}

.section_article_contents {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(238, 238, 238, 0);
  background: var(--gray-900, #0f1217);

  /* Background-blur-second */
  backdrop-filter: blur(12px);
}

.section_article_contents > p:first-of-type {
  line-height: 28px;
  margin-bottom: 8px;
}

.section_article_contents > ol {
  list-style-position: inside;
}

.section_article_contents > ol > li {
  margin-bottom: 12px;
}

.section_article_contents > ol > li:last-of-type {
  margin-bottom: 0;
}

.section_article_social_media {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  gap: 20px;
}

.section_article_social_media img {
  width: 24px;
  height: auto;
}

.section_article > .wrapper > :nth-child(2) {
  flex: auto;
  max-width: 700px;
}

.section_article > .wrapper > :nth-child(2) > :first-child,
.section_article_content > :first-child {
  margin-top: 0 !important;
}

.section_article_content h3,
h2 {
  margin: 36px 0 16px 0;
}

.section_article_content h3:first-of-type {
  margin: 36px 0 16px 0;
}

.section_article_content p {
  color: var(--Gray-400, #98a2b3);
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 166.667% */
}

.section_article_content h4 {
  margin: 32px 0 8px 0;
}

.section_article_content h3 + h4 {
  margin-top: 0;
}

.section_article_content figure,
.section_article_content
  figure
  > img
  .section_article_content
  figure
  > figcaption {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}

.section_article_content figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

.section_article_content figure + * {
  margin-top: 0 !important;
}

.section_article_content figure > figcaption {
  margin-top: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 146.667% */
}

.section_article_content {
  display: flex;
  flex-flow: column nowrap;
}

@media only screen and (max-width: 1200px) {
  .section_article > .wrapper {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .section_article > .wrapper {
    flex-flow: column nowrap;
  }

  .section_article > .wrapper > div {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .section_article_social_media {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
}

/*=========================================== section_text ===========================================*/
.section_text > .wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section_text_content {
  max-width: 700px;
  margin: 0 auto;
}

.section_text_content > :first-child {
  margin-top: 0px !important;
}

.section_text_content h3 {
  margin: 20px 0 12px 0;
}

.section_text_content p,
.section_text_content ul {
  color: var(--Gray-400, #98a2b3);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 166.667% */
}

.section_text_content ul {
  margin: 24px 0 0 50px;
  list-style-position: outside;
}

.section_text_content a {
  text-decoration: underline;
}

.section_text_content_404 > .wrapper {
  padding-top: 232px;
  padding-bottom: 272px;
  text-align: center;
}

.section_text_content_404 p {
  color: var(--Gray-400, #98a2b3);
  margin-top: 8px;
}

.section_text_content_500 > .wrapper {
  padding-top: 232px;
  padding-bottom: 272px;
  text-align: center;
}

.section_text_content_500 p {
  color: var(--Gray-400, #98a2b3);
  margin-top: 8px;
}

@media only screen and (max-width: 992px) {
  .section_text > .wrapper {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .section_text_content h3 {
    margin: 44px 0 12px 0;
  }
}

/*=========================================== section_table ===========================================*/

.section_table h1 {
  padding: 24px 0 16px 0;
  border-bottom: 1px solid var(--gray-800, #16191e);
}

.section_table h2 {
  text-transform: capitalize;
}

.section_table_container {
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray-800, #16191e);
}

.section_table_container:last-of-type {
  border-bottom: none;
}

.section_table_countries {
  margin-top: 28px;
  /* on essaye de garder 3 colonnes comme sur le figma 119px pour les items et 36px de colonne*/
  column-width: 308px;
  column-gap: 28px;
}

.section_table_countries > a {
  display: block;
  margin-bottom: 12px;
  width: 308px;
  text-decoration-line: underline;
}

.section_table_cities {
  margin-top: 28px;
  /* on essaye de garder 3 colonnes comme sur le figma 119px pour les items et 36px de colonne*/
  column-width: 280.5px;
  column-gap: 28px;
}

.section_table_cities > a {
  display: block;
  margin-bottom: 12px;
  width: 280.5px;
  text-decoration-line: underline;
}

.section_table_container_more {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section_table_container_more h2 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-800, #16191e);
}

.section_table_container_more_cities {
  margin-top: 24px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  row-gap: 24px;
}

.section_table_container_more_cities button {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  display: inline-block;
  width: 40px;
  height: 40px;
}

.section_table_container_more_cities button.active {
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .section_table h1 {
    padding: 12px 0 16px 0;
  }

  .section_table h2 {
    font-size: 22px;
    line-height: 42px;
    /* 190.909% */
    letter-spacing: 0.176px;
  }

  .section_table_container {
    margin-top: 28px;
  }

  .section_table_container_more {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section_table_container_more_cities {
    row-gap: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section_table_countries {
    column-width: unset;
    column-gap: 0px;
  }

  .section_table_countries > a {
    width: auto;
  }

  .section_table_cities {
    column-width: unset;
    column-gap: 0px;
  }

  .section_table_cities > a {
    width: auto;
  }
}

.links {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 117px;
  padding-right: 117px;
}
