.grid_wrapper {
  width: 100%;
}
@media (min-width: 641px) {
  .main_wrapper {
    margin: 0 auto;
    max-width: 1286px;
    padding: 20px 20px 0;
  }
  .main_wrapper.article_page {
    padding: 30px 33px 0;
  }
}
@media (min-width: 992px) {
  .main_wrapper,
  .main_wrapper.article_page {
    padding: 129px 33px 0;
  }
  @supports (position: sticky) {
    .main_wrapper,
    .main_wrapper.article_page {
      padding: 30px 33px 0;
    }
  }
  .main_wrapper.article_page {
    padding: 30px 33px 0;
  }
  .grid_wrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  @supports (display: grid) {
    .grid_wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr) minmax(340px, 1fr);
      grid-gap: 45px;
      align-items: normal;
      flex-wrap: nowrap;
      gap: 45px;
      justify-content: normal;
    }
  }
  .grid_column_ab {
    width: calc(66.66667% - 22px);
  }
  @supports (display: grid) {
    .grid_column_ab {
      grid-column: 1/3;
      width: auto;
    }
  }
}
:root {
  --logo-x-14: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13'%3E%3Cg mask='url(%23mask0_29_106)'%3E%3Cpath fill='%23fff' d='M11.013 0h2.147L8.447 5.367l5.506 7.28h-4.32L6.248 8.223l-3.874 4.424H.23l4.993-5.74L-.05 0h4.428l3.057 4.041zm-.751 11.387h1.19l-7.7-10.174H2.473z'/%3E%3C/g%3E%3C/svg%3E");
  --item-before-color: #0032c8;
  --live-button-color: #dc0000;
  --a-la-une-color: #0032c8;
  --flag-article: #0032c8;
  --flag-color-global: #dc0000;
  --flag-title-color: #fff;
}
a,
article,
body,
div,
em,
figure,
footer,
h1,
h2,
h3,
header,
html,
img,
li,
main,
nav,
ol,
p,
section,
span,
strong,
time,
ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
em {
  font-style: italic;
}
button:hover {
  cursor: pointer;
}
body {
  background: #fff;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration: none;
}
.main_wrapper {
  background: #fff;
}
img {
  display: flex;
  height: auto;
  max-width: 100%;
  width: 100%;
}
[class^="icon_"] {
  font-style: normal;
}
[class^="icon_"]:before {
  font-family: icomoon;
}
.icon_envelop:before {
  content: "\55";
}
.icon_facebook:before {
  content: "\56";
}
.icon_rss:before {
  content: "\70";
}
.icon_android:before {
  content: "\71";
}
.icon_appleinc:before {
  content: "\72";
}
.icon_linkedin:before {
  content: "\64";
}
strong {
  font-weight: 700;
}
.content_item {
  position: relative;
}
@media (-ms-high-contrast: none) and (min-width: 992px),
  screen and (-ms-high-contrast: active) {
  .main_wrapper {
    padding-top: 159px;
  }
}
.live_wrapper_infos {
  cursor: pointer;
}
time {
  line-height: 1.4;
}
:root {
  --header-top-background: #00007d;
  --header-logo-mobile-height: 24px;
  --header-logo-desktop-height: 32px;
  --direct-tv-button-color: #dc0000;
  --header-replay-display-mobile: none;
  --nav-primary-hover-color: #fff;
  --margin-top-logo-mobile: 0;
  --margin-top-logo-desktop: 0;
}
.bfm_eco {
  --header-logo-mobile-height: 20px;
}
.main_header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.4s ease;
  will-change: transform;
  z-index: 999999;
}
@supports (position: sticky) {
  .main_header {
    position: sticky;
  }
}
.nav_primary {
  background: #00007d;
  background: var(--header-top-background);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.35);
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
  display: grid;
  width: 100%;
}
.nav_primary ul {
  display: flex;
  margin: 0 auto;
  overflow-x: scroll;
  padding: 0 10px;
  scrollbar-width: none;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .nav_primary ul {
    padding: 0 25px;
  }
}
.nav_primary li {
  border-bottom: 4px solid transparent;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 10px 10px 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-bottom: 6px;
  white-space: nowrap;
}
.nav_primary li.nav_slider_topics {
  align-items: center;
  display: flex;
}
.nav_primary li.nav_slider_topics_separator {
  margin-right: 20px;
  position: relative;
}
.nav_primary li.nav_slider_topics_separator:after {
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  display: block;
  height: 20px;
  left: calc(100% + 20px);
  position: absolute;
  width: 1px;
}
.nav_primary li.nav_slider_topics_separator + li {
  margin-left: 20px;
}
.nav_primary li.nav_service a {
  color: #b2b2d8;
}
.nav_primary li a {
  align-items: center;
  color: #fff;
  display: flex;
}
.nav_primary li:hover {
  border-bottom-color: #fff;
  border-bottom-color: var(--nav-primary-hover-color);
}
.header_top {
  align-items: center;
  background: #00007d;
  background: var(--header-top-background);
  color: #fff;
  display: flex;
  height: 62px;
  justify-content: space-between;
  padding: 12px 16px;
  position: relative;
  z-index: 1000000;
}
.header_top button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-size: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
  width: auto;
}
.header_left {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.header_brand {
  font-size: 0;
  padding-left: 16px;
}
.header_brand img {
  height: 24px;
  height: var(--header-logo-mobile-height);
  margin: 0 auto;
  margin: var(--margin-top-logo-mobile) auto 0;
  width: auto;
}
@media (min-width: 992px) {
  .header_brand {
    padding-left: 24px;
  }
  .header_brand img {
    height: 32px;
    height: var(--header-logo-desktop-height);
    margin-top: 0;
    margin-top: var(--margin-top-logo-desktop);
  }
}
.header_menu {
  outline: none;
}
.header_menu svg {
  fill: #fff;
  stroke: #fff;
}
.header_menu .close_menu {
  display: none;
}
.header_menu .burger_menu {
  display: flex;
}
.direct_tv:before {
  font-family: IcoMoon;
  font-size: 1.875rem;
  font-weight: 300;
}
.header_direct {
  align-items: center;
  display: flex;
}
.header_direct {
  position: relative;
}
.header_direct a {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  font-size: 0.6875rem;
  font-weight: 600;
  justify-content: center;
  margin-right: 20px;
  text-align: center;
}
.header_direct a img {
  height: 20px;
  margin-bottom: 3px;
}
@media (max-width: 992px) {
  .header_direct a.direct_radio .direct_radio_bouton {
    border: 1.75px solid #fff;
    border-radius: 50px;
    margin-bottom: 2px;
    padding: 2px 0.406rem 0;
  }
}
.header_direct a.direct_radio img {
  width: 12px;
}
.header_direct a.direct_tv:before {
  display: none;
}
.header_direct a.direct_tv .direct_tv_bouton img {
  height: 15px;
  margin-bottom: 3px;
  width: 17px;
}
@media (max-width: 992px) {
  .header_direct a.direct_tv .direct_tv_bouton {
    background: #dc0000;
    background: var(--direct-tv-button-color);
    border: 1.75px solid #dc0000;
    border: 1.75px solid var(--direct-tv-button-color);
    border-radius: 50px;
    margin-bottom: 2px;
    padding: 6px 4px 1px;
  }
}
@media (min-width: 992px) {
  .header_direct a.direct_tv img {
    display: inline-block;
    margin: 1px 6px 1px 0;
  }
  .header_direct a.direct_tv {
    padding: 0 15px;
  }
}
.header_direct a.direct_tv {
  margin-right: 0;
}
@media (min-width: 992px) {
  .header_direct a.direct_tv .direct_tv_bouton img {
    margin-bottom: 1px;
  }
}
.header_direct a.direct_tv .span_tv {
  display: inline-block;
}
@media (min-width: 992px) {
  .header_direct a.direct_tv .span_tv {
    margin-bottom: 3px;
  }
}
.direct_tv:before {
  display: block;
  margin: 0 auto;
}
@media (max-width: 325px) {
  .direct_radio {
    display: none;
  }
}
@media (min-width: 641px) {
  .header_top button:before {
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .header_direct a {
    border: 2px solid #fff;
    border-radius: 50px;
    flex-flow: row nowrap;
    font-size: 0.8125rem;
    height: 34px;
    line-height: 0;
    margin-right: 10px;
    padding: 0 15px 3px;
  }
  .header_direct a img {
    margin-bottom: 0;
  }
  .header_direct .direct_radio img {
    height: 12px;
    margin-right: 6px;
    width: 12px;
  }
  .header_direct .direct_tv {
    background: #dc0000;
    background: var(--direct-tv-button-color);
    border: 2px solid #dc0000;
    border: 2px solid var(--direct-tv-button-color);
  }
  .header_direct .direct_tv img {
    display: none;
  }
  .header_direct .direct_tv:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 11px;
    margin-right: 6px;
    margin-top: 1px;
    width: 10px;
  }
  .header_top {
    height: 84px;
    padding: 12px 32px;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .main_header {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1000;
  }
}
:root {
  --footer-background: #000f32;
}
.footer {
  background: #000f32;
  background: var(--footer-background);
  max-width: 100%;
}
.footer_container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
.footer_wrapper_top {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  box-sizing: border-box;
  padding: 30px 20px;
  width: 100%;
}
.footer_wrapper_top:after {
  clear: both;
  content: "";
  display: table;
}
.footer_right_block {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  text-align: center;
}
.footer_right_block li {
  margin-right: 10px;
}
.footer_right_block li:last-child a {
  margin-right: 0;
}
.footer_right_block li a {
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 40px;
  line-height: 2.25rem;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  width: 40px;
}
.footer_right_block .icon_twitter:before {
  content: var(--logo-x-14);
  margin-left: 0.5px;
}
.footer_right_block a:before {
  color: #fff;
  font-size: 1rem;
}
.footer_middle_title {
  display: none;
}
.footer_social_media {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.footer_application_icon {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.footer_application_icon li:last-child {
  margin-right: 0;
}
.footer_wrapper_middle {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.footer_wrapper_middle_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px;
}
.footer_col {
  width: 100%;
}
.block_inline_col ul li {
  display: inline-block;
  width: 49%;
}
.footer_col ul {
  list-style-type: none;
  margin-bottom: 20px;
  margin-right: 0;
  margin-top: 5px;
}
.footer_col_title {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 0;
  margin-top: 15px;
  opacity: 0.3;
}
.footer_col_liste {
  display: flex;
}
.footer_col_liste ul {
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 60px;
  width: 50%;
}
@media (min-width: 641px) {
  .footer_col_liste ul {
    padding-right: 80px;
  }
}
.footer_col a {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
.footer_copyright {
  background: inherit;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 22px;
  margin: auto;
  opacity: 0.3;
  padding: 20px 35px;
  text-align: center;
}
.footer_wrapper_top_content {
  text-align: center;
}
.footer_big_title {
  color: #fff;
  display: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 75%;
}
.footer_logo {
  display: inline-block;
  flex: 0 0 auto;
  height: auto;
  margin-right: 0;
  width: 72px;
}
@media (min-width: 480px) {
  .footer_right_block {
    margin: auto;
  }
  .footer_right_block li {
    margin: 0 16.66667px;
  }
}
@media (min-width: 992px) {
  .footer a:hover {
    opacity: 0.75;
  }
  .footer_wrapper_middle_content {
    justify-content: space-between;
    padding: 20px 50px;
  }
  .footer_col.block_inline_col {
    width: auto;
  }
  .block_inline_col ul li {
    display: inherit;
    width: auto;
  }
  .footer_wrapper_top {
    padding: 20px 50px;
  }
  .footer_big_title {
    align-items: center;
    display: flex;
    font-size: 1.875rem;
    line-height: 100%;
    padding-right: 30px;
    width: 100%;
  }
  .footer_wrapper_top_content {
    display: flex;
    text-align: inherit;
  }
  .footer_right_block {
    display: flex;
    justify-content: space-between;
    margin: 0;
    max-width: 100%;
    padding-top: 0;
  }
  .footer_middle_title {
    color: #fff;
    display: flex;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 20px 0 25px;
  }
  .footer_application_icon,
  .footer_social_media {
    padding: 0;
  }
  .footer_application_icon li,
  .footer_social_media li {
    margin: 0;
  }
  .footer_application_icon li:not(:first-child),
  .footer_social_media li:not(:first-child) {
    margin-left: 5px;
  }
  .footer_logo {
    margin-right: 30px;
  }
  .footer_wrapper_middle {
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
  }
  .footer_col {
    display: block;
    width: auto;
  }
  .footer_col_title {
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .footer_middle_title {
    margin: 0;
  }
  .footer_wrapper_top {
    padding: 20px 0;
  }
  .footer_wrapper_top_content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1220px;
  }
  .footer_wrapper_middle {
    padding-left: 0;
    padding-right: 0;
  }
  .footer_wrapper_middle_content {
    margin: 0 auto;
    max-width: 1220px;
    padding: 20px 0;
    width: 100%;
  }
  .footer_right_block {
    justify-content: space-around;
    width: 100%;
  }
}
:root {
  --menu-main-color: #0032c8;
}
.main_menu_nav {
  background: #fff;
  height: 0;
  left: -100vw;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 62px;
  transition:
    left 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 641px) {
  .main_menu_nav {
    left: -360px;
    width: 360px;
  }
}
@media (min-width: 992px) {
  .main_menu_nav {
    top: 85px;
  }
}
.menu_nav {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: calc(100vh - 142px);
  margin: 0 auto;
  max-width: 1280px;
  overflow-y: auto;
}
.menu_nav,
.menu_nav .menu_right {
  width: 100%;
}
.menu_bottom {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  bottom: 0;
  height: 136px;
  left: 0;
  margin: 16px 0;
  position: sticky;
  width: 100%;
  z-index: 2;
}
.menu_bottom .menu_bottom__title {
  color: #737373;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 24px 16px 16px;
}
.menu_bottom ul {
  align-items: center;
  display: flex;
  overflow-x: auto;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.menu_bottom ul:after {
  content: "";
  display: block;
  height: 1px;
  padding-right: 16px;
}
.menu_bottom li {
  display: inline-block;
  flex-shrink: 0;
  height: 64px;
  margin-left: 12px;
  width: 64px;
}
.menu_bottom li:first-child {
  margin-left: 16px;
}
.menu_bottom li a {
  cursor: pointer;
  display: block;
  font-size: 0;
}
.menu_bottom li a:hover {
  opacity: 0.6;
}
.menu_bottom span {
  display: none;
}
@media (min-width: 641px) {
  .menu_right {
    max-height: calc(100vh - 122px);
    max-height: calc(var(--vh, 1vh) * 100 - 122px);
    overflow-y: auto;
    position: relative;
    width: 100%;
  }
}
.menu_center_left {
  margin-top: 24px;
  padding: 0 0 186px 16px;
  width: 100%;
}
@media (min-width: 641px) {
  .menu_center_left {
    padding-bottom: 55px;
  }
}
.menu_center__title {
  color: #737373;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 24px;
}
.menu_slider_topics {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.menu_slider_topics .carousel_arrow {
  top: 20px !important;
}
.menu_slider_topics .slider_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 16px 0 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu_slider_topics .slider_container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 641px) {
  .menu_slider_topics .slider_container {
    margin: 19.5px 0 8px;
  }
}
.menu_slider_topics .slider_container li {
  border: 1px solid #e5e5e5;
  flex-shrink: 0;
  margin-right: 16px;
  padding: 8px 16px;
}
.menu_slider_topics .slider_container li a {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
.menu_center_cta {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  margin-right: 16px;
  padding: 16px 0;
}
.menu_center_cta .cta_button {
  background-color: #e5e5e5;
  border-radius: 99px;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 8px 8px 0;
  padding: 8px 16px 8px 12px;
  width: auto;
}
.menu_center_cta .cta_button span {
  padding-left: 8px;
}
.menu_center_left .badge_container {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
}
.menu_center_left .badge_container .badge_application {
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  margin-right: 16px;
  padding: 8px;
}
.menu_center_left .badge_container .badge_application img {
  width: 84px;
}
.menu_center_left .badge_container .badge_application .badge_infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 16px;
}
.menu_center_left .badge_container .badge_application .badge_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 8px;
}
.menu_center_left .badge_container .badge_application .badge_title span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}
.menu_center_left .badge_container .badge_application .badge_description {
  color: #737373;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 992px) {
  .menu_center_left .badge_container {
    display: none;
  }
}
.menu_category_links_left {
  border-bottom: 1px solid #e5e5e5;
  margin: 8px 16px 24px 0;
  padding-bottom: 16px;
}
.menu_category_links_left li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 8px 0;
}
.menu_category_links_left li a {
  display: flex;
  width: 100%;
}
.menu_label_header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-right: 16px;
  position: relative;
}
.menu_label_header svg {
  position: absolute;
  right: 0;
  transition:
    transform 0.4s ease-out,
    opacity 0.4s ease-out;
}
.show_menu {
  opacity: 1;
  stroke: #000;
  transform: rotate(0deg);
}
.hide_menu {
  fill: #000;
}
.hide_menu {
  opacity: 0;
  transform: rotate(90deg);
}
.main_menu_nav .sub_menu_list {
  --item-line-height: 14px;
  --item-padding-top: 8px;
  --item-padding-bottom: 8px;
  height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: height 0.3s ease-in-out;
}
.main_menu_nav .sub_menu_list li {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: var(--item-line-height);
  padding: var(--item-padding-top) 0 var(--item-padding-bottom);
}
.menu_label_header .menu_label:before {
  content: "";
  transform: scaleX(0);
}
.menu_label_header .menu_label {
  margin-left: 0;
  transition: margin 0.3s ease-out;
}
@media (min-width: 992px) {
  .menu_category_links_left li:hover {
    color: #0032c8;
    color: var(--menu-main-color);
  }
  .menu_category_links_left li:hover .show_menu {
    stroke: #0032c8;
    stroke: var(--menu-main-color);
  }
  .menu_category_links_left li:hover li {
    color: #000;
  }
  .menu_category_links_left li:hover li:hover {
    color: #0032c8;
    color: var(--menu-main-color);
  }
}
@media (min-width: 641px) {
  .menu_bottom {
    height: auto;
    overflow: hidden;
    padding: 16px;
  }
  .menu_bottom .menu_bottom__title {
    margin: 0 0 16px;
  }
  .menu_bottom ul li {
    height: 40px;
    margin-bottom: 0;
    width: 40px;
  }
  .menu_bottom ul li:not(:first-child) {
    margin-left: 12px;
  }
  .menu_bottom ul li:first-child {
    margin-left: 0;
  }
  .menu_bottom ul {
    height: 55px;
    justify-content: space-between;
    overflow-x: auto;
    transition: transform 0.2s ease;
  }
  .menu_bottom ul:after {
    display: none;
  }
}
.separation_border {
  background-color: #e5e5e5;
  height: 1px;
  margin-right: 16px;
  width: auto;
}
.menu_pastille,
.rectangle_slider {
  padding: 16px 0 24px;
  position: relative;
}
.menu_pastille .carousel_arrow,
.rectangle_slider .carousel_arrow {
  display: none;
}
.menu_pastille .slider_wrapper,
.rectangle_slider .slider_wrapper {
  display: flex;
}
.menu_pastille .slider_container,
.rectangle_slider .slider_container {
  align-items: center;
  display: flex;
  overflow-x: scroll;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu_pastille .slider_container::-webkit-scrollbar,
.rectangle_slider .slider_container::-webkit-scrollbar {
  display: none;
}
.menu_pastille li,
.rectangle_slider li {
  border: 0;
  flex: 0 0 auto;
  margin-left: 12px;
  padding: 0;
}
.menu_pastille li a,
.rectangle_slider li a {
  padding: 0;
  width: 64px;
}
.menu_pastille li img,
.rectangle_slider li img {
  width: 64px;
}
@media (min-width: 641px) {
  .menu_pastille li.item_social_media img {
    width: 40px;
  }
}
.menu_pastille li:first-of-type,
.menu_pastille li:first-of-type a,
.rectangle_slider li:first-of-type,
.rectangle_slider li:first-of-type a {
  margin-left: 0;
}
.rectangle_slider li img {
  width: 165px;
}
@media (min-width: 992px) {
  .main_menu_nav {
    border-top: 0;
    height: calc(100vh - 85px);
    top: 85px;
  }
  .menu_nav {
    height: calc(100vh - 195px);
  }
  .menu_pastille_social .carousel_arrow {
    display: none;
  }
  .menu_bottom__slider .carousel_arrow,
  .menu_pastille .carousel_arrow,
  .menu_slider_topics .carousel_arrow,
  .rectangle_slider .carousel_arrow {
    display: flex;
  }
  .menu_bottom__slider .carousel_arrow,
  .menu_pastille .carousel_arrow,
  .menu_slider_topics .carousel_arrow,
  .rectangle_slider .carousel_arrow {
    right: 16px;
    top: -22px;
  }
  .menu_bottom__slider .carousel_arrow .slider_next:after,
  .menu_bottom__slider .carousel_arrow .slider_prev:after,
  .menu_pastille .carousel_arrow .slider_next:after,
  .menu_pastille .carousel_arrow .slider_prev:after,
  .menu_slider_topics .carousel_arrow .slider_next:after,
  .menu_slider_topics .carousel_arrow .slider_prev:after,
  .rectangle_slider .carousel_arrow .slider_next:after,
  .rectangle_slider .carousel_arrow .slider_prev:after {
    border-color: #b4b4b4;
    color: #b4b4b4;
    font-size: 12px;
    padding: 4px;
  }
  .menu_bottom__slider .carousel_arrow .slider_arrow,
  .menu_pastille .carousel_arrow .slider_arrow,
  .menu_slider_topics .carousel_arrow .slider_arrow,
  .rectangle_slider .carousel_arrow .slider_arrow {
    height: 24px;
  }
  .menu_bottom__slider .slider_container,
  .menu_pastille .slider_container,
  .menu_slider_topics .slider_container,
  .rectangle_slider .slider_container {
    overflow-x: visible;
  }
  .menu_bottom__slider {
    margin: auto;
    overflow: visible;
    position: relative;
    width: 315px;
  }
  .menu_bottom__slider .carousel_arrow {
    display: flex;
    right: -7px;
    top: -38px;
  }
  .menu_bottom__slider .slider_wrapper {
    overflow: visible;
  }
  .menu_bottom ul {
    overflow-x: visible;
    overflow-x: initial;
  }
  .menu_center_left a span:before {
    margin: 0 13px 2px 0;
  }
}
:root {
  --carousel-darker-color: #000f32;
}
.slider_wrapper {
  overflow: hidden;
  width: 100%;
}
.slider_wrapper ::-webkit-scrollbar-track {
  display: none;
}
.slider_container {
  display: flex;
  flex-wrap: nowrap;
  transform: translate(0);
  transition-duration: 0.3s;
  transition-property: transform;
  width: 100%;
}
.slider_container:after {
  content: "";
  padding-right: 20px;
}
.carousel_arrow {
  display: none;
  padding-top: 1px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  white-space: nowrap;
}
.slider_arrow {
  background: transparent;
  border: 0;
  font-size: 0;
  height: 36px;
  outline: none;
  padding: 0;
  text-transform: none;
}
.slider_prev {
  cursor: auto;
  margin-right: 6px;
  opacity: 0.5;
}
.slider_next:after,
.slider_prev:after {
  border: 2px solid #fff;
  border-radius: 50%;
  content: "\74";
  font-family: IcoMoon;
  font-size: 1rem;
  padding: 8px;
}
.slider_next:after {
  content: "\68";
}
@media (min-width: 992px) {
  .slider_container:after {
    content: "";
    padding-right: 0;
  }
  .carousel_arrow {
    display: block;
  }
}
:root {
  --main-item-color: #0032c8;
}
.breadcrumb_content {
  margin: 0 20px 16px;
}
@media (min-width: 641px) {
  .breadcrumb_content {
    margin: 0 0 16px;
  }
}
.breadcrumb_content .breadcrumb_list {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb_content .breadcrumb_item {
  color: #737373;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 120%;
}
.breadcrumb_content .breadcrumb_item span {
  padding: 0 2px;
}
.breadcrumb_content .breadcrumb_item span:first-of-type {
  padding-left: 0;
}
.breadcrumb_content .breadcrumb_last_item {
  color: #0032c8;
  color: var(--main-item-color);
}
.breadcrumb_content .breadcrumb_last_item span:first-of-type {
  color: #737373;
}
:root {
  --player-color: #0032c8;
  --player-secondary-color: #dc0000;
}
:root {
  --info-cles-color: #dc0000;
  --content-url-info-cles-icone: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%230032C8' d='M0 8c0-4.411 3.589-8 8-8s8 3.589 8 8-3.589 8-8 8-8-3.589-8-8m11.19.488a.695.695 0 0 0-.004-1l-2.441-2.37c-.675-.674-1.689.337-1.013 1.01l.825.82c.188.186.124.338-.14.338H5.134a.715.715 0 0 0 0 1.429h3.285c.264 0 .327.151.139.337l-.825.82c-.676.674.338 1.684 1.013 1.01zM8 1.672A6.336 6.336 0 0 0 1.672 8 6.336 6.336 0 0 0 8 14.328 6.336 6.336 0 0 0 14.328 8 6.336 6.336 0 0 0 8 1.672'/%3E%3C/svg%3E");
  --embed-content-color: #0032c8;
  --background-etiquette-positif: #0032c8;
}
.breadcrumb_content {
  margin-top: 16px;
}
@media (min-width: 641px) {
  .breadcrumb_content {
    margin-top: 0;
  }
}
.share_button:focus-visible {
  outline: 3px solid #abc0fb;
  outline-offset: 2px;
}
.share-modal__btn:focus-visible {
  border-radius: 999px;
  outline: 3px solid #abc0fb;
  outline-offset: 2px;
}
.subheading {
  font-size: 1.25rem;
}
.subheading {
  font-weight: 700;
  line-height: 130%;
  margin: 30px 0;
  scroll-margin-top: 80px;
}
.main_header {
  position: relative;
}
@media (min-width: 641px) {
  .subheading {
    margin: 25px 0;
  }
  .content_body_wrapper a:hover {
    opacity: 0.75;
  }
}
:root {
  --flag-color: #0032c8;
  --flag-secondary-color: #dc0000;
}
.content_header {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 15px;
  word-break: break-word;
}
.content_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
.cta_button {
  display: none;
}
.content_cover:after {
  background: #fff;
  content: "";
  height: 100px;
  margin-left: -20px;
  margin-top: -100px;
}
.content_cover img,
.content_cover:after {
  display: block;
  width: 100%;
}
.content_cover {
  display: block;
  flex-basis: 100%;
  margin-top: 15px;
  position: relative;
}
.content_cover:before {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 15px;
  color: #fff;
  content: "\6c";
  cursor: pointer;
  font-family: Icomoon;
  font-size: 0.75rem;
  padding: 5px;
  position: absolute;
  right: 15px;
  z-index: 2;
}
.content_image {
  margin-bottom: 40px;
}
@media (min-width: 641px) {
  .content_title {
    border-left: 0;
    font-size: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .article_page .content_header {
    padding-bottom: 0;
  }
  .content_header {
    padding: 0;
  }
  .content_cover:before {
    display: none;
  }
}
:root {
  --menu-before-color: #0032c8;
  --progress-bar-color: #0032c8;
  --progress-bar-background: #e5e5e5;
  --cta-button-color: #0032c8;
}
:root {
  --picto-podcast-background: #0032c8;
}
:root {
  --biz-dev-primary: #0032c8;
  --biz-dev-secondary: #dc0000;
}
:root {
  --widget_sommaire_main_color: #0032c8;
}
:root {
  --android-banner-theme: #0032c8;
}
:root {
  --pastille-liste-color: #0032c8;
}
.supermax .une_item:has(a:focus-visible) {
  outline: 2px solid #00007d;
  outline-offset: 2px;
}
.supermax .supermax_description:has(+ .item_related_block),
.supermax .supermax_description:has(+ .items_related_posts) {
  border-bottom: none;
  padding-bottom: 0;
}
.content_header {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  content: " ";
  display: table;
  margin: 0 20px 30px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .content_header {
    margin-left: 20px;
  }
}
.content_title {
  font-family: Inter, sans-serif;
  line-height: 107%;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .content_header .content_title {
    font-size: 2.375rem;
    margin-bottom: 15px;
  }
}
:root {
  --description-link-color: #0032c8;
}
.breadcrumb_content {
  margin: 10px 0;
}
@media (min-width: 641px) {
  .breadcrumb_content {
    margin-top: 0;
  }
}
:root {
  --flag-color: #0032c8;
  --flag-secondary-color: #dc0000;
}
.content_header {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 15px;
  word-break: break-word;
}
.content_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
.cta_button {
  display: none;
}
.content_cover:after {
  background: #fff;
  content: "";
  height: 100px;
  margin-left: -20px;
  margin-top: -100px;
}
.content_cover img,
.content_cover:after {
  display: block;
  width: 100%;
}
.content_cover {
  display: block;
  flex-basis: 100%;
  margin-top: 15px;
  position: relative;
}
.content_cover:before {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 15px;
  color: #fff;
  content: "\6c";
  cursor: pointer;
  font-family: Icomoon;
  font-size: 0.75rem;
  padding: 5px;
  position: absolute;
  right: 15px;
  z-index: 2;
}
.content_image {
  margin-bottom: 40px;
}
@media (min-width: 641px) {
  .content_title {
    border-left: 0;
    font-size: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .article_page .content_header {
    padding-bottom: 0;
  }
  .content_header {
    padding: 0;
  }
  .content_cover:before {
    display: none;
  }
}
:root {
  --bloc-evenement-color: #0032c8;
}
:root {
  --encadre-color: #0032c8;
}
.subheading {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  height: 100%;
  line-height: 130%;
  margin-bottom: 18px;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subheading a {
  word-break: break-word;
}
@media (min-width: 992px) {
  .subheading {
    margin-bottom: 15px;
  }
}
.fleuve_cards_container_once {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}
@media (min-width: 641px) {
  .fleuve_cards_container_once {
    padding: 0;
  }
}
.fleuve_card__with_image {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.5rem;
  width: 100%;
}
.fleuve_card__with_image__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0.5rem;
}
.fleuve_card__with_image__header {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.fleuve_card__with_image__header > :last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fleuve_card__with_image__header__category_rubrique {
  color: #0032c8;
}
.fleuve_card__with_image__infos {
  color: #737373;
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
}
.fleuve_card__with_image__infos li {
  font-size: 0.75rem;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}
@media (min-width: 641px) {
  .fleuve_card__with_image__infos li {
    font-size: 0.875rem;
  }
}
.fleuve_card__with_image__infos li:after {
  background-color: #737373;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.fleuve_card__with_image__infos li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.fleuve_card__with_image__infos li:last-child:after {
  display: none;
}
.fleuve_card__with_image {
  min-height: 114px;
}
.fleuve_card__with_image__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  min-height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fleuve_card__with_image__cover {
  float: right;
  height: auto;
  margin-left: 1rem;
  position: relative;
  width: 120px;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf")
    format("truetype");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf")
    format("truetype");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf")
    format("truetype");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf")
    format("truetype");
}

body.bfm_eco,
.main_header,
.main_header .nav_primary,
.main_header .header_top,
.main_header .header_direct a,
.main_header .main_menu_nav {
  font-family: Inter, sans-serif;
}

.header_left {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.header_menu {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex !important;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  margin: 0;
  min-height: 32px;
  min-width: 32px;
  opacity: 1 !important;
  padding: 0;
  position: relative;
  width: 32px;
}

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

.header_menu svg.burger_menu,
.header_menu svg.close_menu {
  display: block !important;
  flex-shrink: 0;
  height: 32px;
  width: 32px;
}

.header_menu svg.close_menu {
  display: none !important;
}

.header_brand {
  padding-left: 16px;
}

.main_header a[aria-current="page"] {
  cursor: default;
  pointer-events: none;
}
@font-face {
  font-display: swap;
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/icomoon.woff") format("woff");
}

[class^="icon_"]:before {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_envelop:before {
  content: "\55";
}

.icon_facebook:before {
  content: "\56";
}

.icon_rss:before {
  content: "\70";
}

.icon_android:before {
  content: "\71";
}

.icon_appleinc:before {
  content: "\72";
}

.icon_linkedin:before {
  content: "\64";
}

.icon_twitter:before {
  content: var(--logo-x-14);
  margin-left: 0.5px;
}

.footer_right_block .icon_twitter:before {
  content: var(--logo-x-14);
  margin-left: 0.5px;
}

.footer_right_block a:before {
  color: #fff;
  font-size: 1rem;
}
.content_cover {
  margin: 36px 0 40px;
  width: 100%;
}

.content_cover img {
  display: block;
  height: auto;
  width: 100%;
}

.article_comments {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  padding-top: 24px;
}

.article_comments h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.article_comments .comments-login {
  color: #737373;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 24px;
}

.comment_item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.tweets_section {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  padding-top: 24px;
}

.tweets_section .fleuve_cards_container_once {
  margin-bottom: 0;
  padding: 0;
}

.tweets_section .fleuve_card__with_image a {
  color: inherit;
  text-decoration: none;
}

.tweets_section
  .fleuve_card__with_image
  a:hover
  .fleuve_card__with_image__title {
  color: #0032c8;
}

.tweets_section .fleuve_card__with_image:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tweets_section .fleuve_card__with_image > a {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  overflow: hidden;
}

.tweets_section .fleuve_card__with_image__cover {
  flex: 0 0 200px;
  float: none;
  height: auto;
  margin-left: 0;
  order: 2;
  position: relative;
  width: 200px;
}

.tweets_section .fleuve_card__with_image__title {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
}

@media (min-width: 641px) {
  .tweets_section .fleuve_card__with_image__cover {
    flex: 0 0 280px;
    width: 280px;
  }
}

.tweets_section .fleuve_card__with_image__cover__img,
.tweets_section .fleuve_card__with_image__cover__img img {
  display: block;
  height: auto;
  width: 100%;
}

.tweets_section .fleuve_card__with_image__cover__img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.content_meta_line {
  color: #737373;
  font-size: 0.875rem;
  font-style: italic;
  margin: 12px 0 24px;
}
.comment_item .content_image {
  max-width: 280px;
  margin: 12px 0;
}
.comment_item .content_image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.speaker-name {
  font-weight: 700;
}
.article_comments {
  border-top: 3px solid #0032c8;
  margin-top: 48px;
  padding-top: 28px;
}
@media (max-width: 640px) {
  .comment_item .content_image {
    max-width: 220px;
  }
}
.form-wrapper {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 32px;
  max-width: 616px;
  margin: 40px auto;
  font-family:
    "source-sans-pro",
    Arial,
    -apple-system,
    sans-serif;
  box-sizing: border-box;
  font-size: 16px;
}

.form-header {
  text-align: center;
  margin-bottom: 24px;
}

.form-header .tag {
  display: inline-block;
  background-color: #0d6fef;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.form-header h3 {
  color: #163860;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 12px 0;
}

.form-header p {
  color: #5e7287;
  font-size: 18px;
  margin: 0;
}

@media (max-width: 768px) {
  .form-wrapper {
    padding: 20px 16px;
    margin: 16px 0;
  }

  .form-header {
    margin-bottom: 16px;
  }

  .form-header .tag {
    font-size: 12px;
    padding: 3px 8px;
    margin-bottom: 8px;
  }
  .form-header h3 {
    font-size: 21px;
    margin-bottom: 8px;
  }

  .form-header p {
    font-size: 15px;
  }
}
.form-footer {
  margin-top: 16px;
  font-size: 14px;
  color: #727272;
  text-align: center;
  line-height: 1.5;
}
.form-footer a {
  color: #0d6fef;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease-in;
}
.form-footer a:hover {
  text-decoration: underline;
}
.reg-form-wrapp {
  padding: 30px 0;
}
