.f-headline-s {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.42;
}
@media screen and (min-width: 640px) {
  .f-headline-s {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.f-headline-m {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.37;
}
@media screen and (min-width: 640px) {
  .f-headline-m {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.f-headline-l {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .f-headline-l {
    font-size: 2.8rem;
    line-height: 1.42;
  }
}
.f-headline-xl {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .f-headline-xl {
    font-size: 4.8rem;
    line-height: 0.87;
  }
}
.f-body-xs {
  font-weight: 400;
}
.f-body-xs,
.f-body-xs-medium {
  font-size: 1.1rem;
  line-height: 1.54;
}
.f-body-xs-medium {
  font-weight: 500;
}
.f-body-xs-black {
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.54;
}
.f-body-s {
  font-weight: 500;
}
.f-body-s,
.f-body-s-medium {
  font-size: 1.4rem;
  line-height: 1.42;
}
.f-body-s-medium {
  font-weight: 700;
}
.f-body-s-black {
  font-weight: 900;
}
.f-body-m,
.f-body-s-black {
  font-size: 1.4rem;
  line-height: 1.42;
}
.f-body-m {
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .f-body-m {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.f-body-m-medium {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
}
@media screen and (min-width: 640px) {
  .f-body-m-medium {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.f-body-m-black {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
}
@media screen and (min-width: 640px) {
  .f-body-m-black {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.f-body-l {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .f-body-l {
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
.f-body-l-medium {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .f-body-l-medium {
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
.f-body-l-black {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .f-body-l-black {
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
.f-body-xl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.38;
}
@media screen and (min-width: 640px) {
  .f-body-xl {
    font-size: 2.4rem;
    line-height: 1.29;
  }
}
body [v-cloak] {
  display: none;
}
body,
html {
  overscroll-behavior-y: none;
}
p a {
  color: #00a7e3;
}
@media (hover: hover) {
  p a:hover {
    text-decoration: underline;
  }
}
p a:visited {
  color: #00a7e3;
}
p strong {
  font-weight: 700;
}
p em {
  font-style: italic;
}
.tms-ad[data-tms-ad-type='inread'] {
  margin: 0 auto;
  max-width: 530px;
}
.t-td-und {
  text-decoration: underline;
}
.break-words {
  word-wrap: anywhere;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -moz-hyphens: none;
  overflow-wrap: break-word;
  word-break: break-word;
}
body,
html {
  background-color: #fff;
  color: #202427;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid #202427;
  outline-color: #202427 !important;
}
a:focus-visible:active,
a:focus-visible:visited,
button:focus-visible:active,
button:focus-visible:visited {
  outline: none;
}
@media (hover: hover) {
  a:focus-visible:hover,
  button:focus-visible:hover {
    outline: none;
  }
}
a:focus-visible {
  outline-offset: 4px;
}
button:focus-visible {
  outline-offset: -2px;
}
body,
html {
  overflow-x: hidden;
}
a,
article,
body,
button,
div,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
ol,
p,
ul {
  -webkit-box-flex: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
a,
a:visited,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='text'] {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:active,
a:focus,
button:focus {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
svg {
  fill: currentColor;
  direction: ltr;
  width: 100%;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='text'] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
}
.l-m-100 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.l-m-100,
.l-m-50 {
  -webkit-box-flex: 0;
}
.l-m-50 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media screen and (min-width: 640px) {
  .l-t-100 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .l-t-100,
  .l-t-80 {
    -webkit-box-flex: 0;
  }
  .l-t-80 {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
  .l-t-75 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .l-t-66,
  .l-t-75 {
    -webkit-box-flex: 0;
  }
  .l-t-66 {
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
  }
  .l-t-50 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .l-t-40,
  .l-t-50 {
    -webkit-box-flex: 0;
  }
  .l-t-40 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .l-t-33 {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .l-t-25,
  .l-t-33 {
    -webkit-box-flex: 0;
  }
  .l-t-25 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .l-t-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media screen and (min-width: 1024px) {
  .l-d-100 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .l-d-100,
  .l-d-80 {
    -webkit-box-flex: 0;
  }
  .l-d-80 {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
  .l-d-75 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .l-d-66,
  .l-d-75 {
    -webkit-box-flex: 0;
  }
  .l-d-66 {
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
  }
  .l-d-50 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .l-d-40,
  .l-d-50 {
    -webkit-box-flex: 0;
  }
  .l-d-40 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .l-d-33 {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .l-d-25,
  .l-d-33 {
    -webkit-box-flex: 0;
  }
  .l-d-25 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .l-d-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
html.u-disable-scroll {
  overflow: hidden;
}
body:before {
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.u-header-sticky {
  padding-bottom: 60px;
  padding-top: 65px;
}
body.u-header-sticky .o-header {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999990;
}
body.u-header-sticky .o-tag-list-wrapper {
  left: 0;
  position: fixed;
  top: 65px;
  z-index: 99999988;
}
body.u-header-sticky.u-header-with-tag-list {
  padding-top: 111px;
}
body.u-header-sticky.u-header-with-tag-list .o-header:after {
  display: none;
}
body.u-header-sticky.u-audio-player-visible {
  padding-bottom: 140px;
}
body.u-mourning
  .o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__home-link-wrapper
  .a-brand-logo {
  position: relative;
}
body.u-mourning
  .o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__home-link-wrapper
  .a-brand-logo:before {
  background: url("")
    no-repeat 100% 100%;
  background-size: 73%;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
body.u-mourning
  .o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__home-link-wrapper
  .a-brand-logo.a-brand-logo--fle:before {
  right: 0;
  width: 45px;
}
body.u-mourning
  .o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__home-link-wrapper
  .a-brand-logo.a-brand-logo--obs-france24:before,
body.u-mourning
  .o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__home-link-wrapper
  .a-brand-logo.a-brand-logo--obs-rfi:before {
  display: none;
}
body.u-site-nav-hidden .a-site-nav-link {
  -webkit-animation: cross-to-burger 0.3s forwards;
  animation: cross-to-burger 0.3s forwards;
}
body.u-site-nav-hidden .a-site-nav-link:after {
  -webkit-animation: cross-to-burger-bottom-bar 0.3s forwards;
  animation: cross-to-burger-bottom-bar 0.3s forwards;
}
body.u-site-nav-hidden .a-site-nav-link:before {
  -webkit-animation: cross-to-burger-top-bar 0.3s forwards;
  animation: cross-to-burger-top-bar 0.3s forwards;
}
body .a-site-nav-link.a-site-nav-link--active {
  -webkit-animation: burger-to-cross 0.3s forwards;
  animation: burger-to-cross 0.3s forwards;
}
body .a-site-nav-link.a-site-nav-link--active:after {
  -webkit-animation: burger-to-cross-bottom-bar 0.3s forwards;
  animation: burger-to-cross-bottom-bar 0.3s forwards;
}
body .a-site-nav-link.a-site-nav-link--active:before {
  -webkit-animation: burger-to-cross-top-bar 0.3s forwards;
  animation: burger-to-cross-top-bar 0.3s forwards;
}
body.u-audio-player-visible .o-sticky-wrapper .o-audio-player {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.u-audio-player-visible .o-sticky-wrapper .o-breaking-alert {
  margin-bottom: 80px;
}
body.u-audio-player-visible .m-back-to-top-wrapper {
  bottom: 100px;
}
body.u-audio-player-visible.u-playlist-enabled
  .o-playlist.o-playlist--show {
  bottom: 60px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.u-readmore-active {
  overflow-y: hidden;
}
body.u-readmore-active .m-interstitial .m-interstitial__unlock-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.u-breaking-visible {
  padding-bottom: 150px;
}
body.u-breaking-visible.u-audio-player-visible {
  padding-bottom: 210px;
}
body.u-pip-activated
  .t-content
  .em-video-wrapper.u-media-video-playing.u-pip-active
  .m-figure,
body.u-pip-activated
  .t-content
  .t-content__main-media.u-media-video-playing.u-pip-active
  .m-figure {
  display: block;
}
body.u-pip-activated
  .t-content
  .em-video-wrapper.u-media-video-playing.u-pip-active
  .m-main-media-btn,
body.u-pip-activated
  .t-content
  .t-content__main-media.u-media-video-playing.u-pip-active
  .m-main-media-btn {
  display: none;
}
.u-clearfix:after {
  clear: both;
  content: '';
  display: table;
}
.u-cursor-move {
  cursor: move;
}
.u-modal,
.u-modal.u-modal--visible .u-modal__filter {
  bottom: 0;
  height: 100%;
  inset-inline-end: 0;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
}
.u-modal {
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
.u-modal .u-modal__filter {
  position: absolute;
}
.u-modal.u-modal--visible {
  opacity: 1;
  z-index: 99999999;
}
.u-modal.u-modal--visible .u-modal__filter {
  background-color: #000;
  opacity: 0.4;
}
.u-modal.u-modal--notification {
  bottom: -100%;
  height: auto;
  top: auto;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  width: auto;
}
.u-modal.u-modal--notification.u-modal--visible {
  bottom: 0;
}
.t-content .o-aside-content .u-media-video-playing .m-em-video,
.t-content .o-video .u-media-video-playing,
.t-content .t-content__body .u-media-video-playing .m-em-video,
.t-content .t-content__main-media.u-media-video-playing,
.t-content .t-content__tag-body .u-media-video-playing .m-em-video {
  position: relative;
}
.t-content
  .o-aside-content
  .u-media-video-playing
  .m-em-video
  .m-em-video__video
  .m-em-video__video-wrapper,
.t-content
  .o-video
  .u-media-video-playing
  .m-em-video__video
  .m-em-video__video-wrapper,
.t-content
  .t-content__body
  .u-media-video-playing
  .m-em-video
  .m-em-video__video
  .m-em-video__video-wrapper,
.t-content
  .t-content__main-media.u-media-video-playing
  .m-em-video__video
  .m-em-video__video-wrapper,
.t-content
  .t-content__tag-body
  .u-media-video-playing
  .m-em-video
  .m-em-video__video
  .m-em-video__video-wrapper {
  background: rgba(0, 0, 0, 0.5);
}
.t-content
  .o-aside-content
  .u-media-video-playing
  .m-em-video
  figure
  .m-main-media-btn,
.t-content .o-video .u-media-video-playing figure .m-main-media-btn,
.t-content
  .t-content__body
  .u-media-video-playing
  .m-em-video
  figure
  .m-main-media-btn,
.t-content
  .t-content__main-media.u-media-video-playing
  figure
  .m-main-media-btn,
.t-content
  .t-content__tag-body
  .u-media-video-playing
  .m-em-video
  figure
  .m-main-media-btn {
  display: none;
}
.t-content
  .t-content__body
  .u-media-video-playing
  .m-em-video.m-em-video--pip {
  position: fixed;
}
.t-content
  .o-aside-content
  .u-media-video-playing
  .m-em-video
  .m-em-video__video
  .m-em-video__video-wrapper,
.t-content
  .o-video
  .u-media-video-playing
  .m-em-video__video
  .m-em-video__video-wrapper,
.t-content
  .t-content__body
  .u-media-video-playing
  .m-em-video
  .m-em-video__video
  .m-em-video__video-wrapper,
.t-content
  .t-content__tag-body
  .u-media-video-playing
  .m-em-video
  .m-em-video__video
  .m-em-video__video-wrapper {
  display: block;
}
.t-content
  .o-aside-content
  .u-media-video-playing
  .m-em-video
  .m-em-video__video
  .m-figure,
.t-content .o-video .u-media-video-playing .m-em-video__video .m-figure,
.t-content
  .t-content__body
  .u-media-video-playing
  .m-em-video
  .m-em-video__video
  .m-figure,
.t-content
  .t-content__tag-body
  .u-media-video-playing
  .m-em-video
  .m-em-video__video
  .m-figure {
  display: none;
}
.t-content
  .t-content__body
  .em-video-wrapper.u-media-video-playing
  [data-hidden-video-player],
.t-content
  .t-content__main-media.u-media-video-playing
  [data-hidden-video-player] {
  display: block;
}
.t-content
  .t-content__body
  .em-video-wrapper.u-media-video-playing
  .m-figure,
.t-content .t-content__main-media.u-media-video-playing .m-figure {
  display: none;
}
@media screen and (min-width: 640px) {
  .u-modal.u-modal--notification {
    inset-inline-end: 50px;
    inset-inline-start: auto;
  }
}
@media screen and (min-width: 844px) {
  body.u-audio-player-visible .m-back-to-top-wrapper {
    bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  body.u-header-sticky {
    padding-bottom: 0;
    padding-top: 90px;
  }
  body.u-header-sticky.u-header-with-tag-list {
    padding-top: 136px;
  }
  body.u-header-sticky.u-audio-player-visible {
    padding-bottom: 95px;
  }
  body.u-header-sticky .o-tag-list-wrapper {
    top: 90px;
  }
  body.u-audio-player-visible.u-playlist-enabled
    .o-playlist.o-playlist--show {
    bottom: 0;
  }
  body.u-mourning
    .o-header
    .o-header__inner
    .o-header__inner__background
    .o-header__home-link-wrapper
    .a-brand-logo.a-brand-logo--fle:before {
    width: 60px;
  }
}
.a-svg {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  text-indent: -999999px;
}
.m-cta .a-svg {
  position: relative;
}
.m-cta .a-svg:before {
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}
@media (hover: hover) {
  :hover .a-svg .m-cta:before {
    opacity: 1;
  }
}
.a-svg--picto-arrow-rounded-left {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 27px;
  width: 27px;
}
.a-svg--picto-arrow-rounded-right {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 27px;
  width: 27px;
}
.a-svg--picto-home {
  background: url("e190331a3cdea70f836346ddde03a6186ea6b2fd.svg")
    no-repeat 50%;
  background-size: contain;
  height: 13px;
  width: 11px;
}
.a-svg--picto-actualites {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 22px;
  width: 22px;
}
.a-svg--picto-add-pwa {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.a-svg--picto-burger {
  background: url("f0a5cfe3c5261d5850e40061bbbbd3558603a12b.svg")
    no-repeat 50%;
  background-size: contain;
  height: 12px;
  width: 15px;
}
.a-svg--picto-chevron-bottom {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 11px;
  width: 17px;
}
.o-footer .a-svg--picto-chevron-bottom {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 11px;
  width: 17px;
}
.a-svg--picto-chevron-bottom-small {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 8px;
  width: 13px;
}
.m-transcription
  .m-box-expand
  .m-box-expand__button
  .a-svg--picto-chevron-bottom-small {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 8px;
  width: 13px;
}
.a-svg--picto-chevron-top {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 11px;
  width: 17px;
}
.o-footer .a-svg--picto-chevron-top {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 11px;
  width: 17px;
}
.a-svg--picto-chevron-top-small {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 8px;
  width: 13px;
}
.m-transcription
  .m-box-expand
  .m-box-expand__button
  .a-svg--picto-chevron-top-small {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 8px;
  width: 13px;
}
.a-svg--picto-clock {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.a-media-reading-time .a-svg--picto-clock,
.a-reading-time .a-svg--picto-clock {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.m-item-list-article.m-item-list-article--card
  .a-reading-time
  .a-svg--picto-clock {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.a-svg--picto-close {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 15px;
  width: 15px;
}
.a-svg--picto-cookies {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 21px;
  width: 21px;
}
.a-svg--picto-home-empty {
  background: url("7a233e3fe848bd62a9483642ef9e44b39b243337.svg")
    no-repeat 50%;
  background-size: contain;
  height: 22px;
  width: 22px;
}
.a-svg--picto-newsletter-white {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 13px;
  width: 18px;
}
.a-svg--picto-notifications {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 19px;
  width: 16px;
}
.a-svg--picto-obs {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 22px;
  width: 22px;
}
.a-svg--picto-play-circled-live {
  background: url("8ebe24c09b2dd7a1817442e7ec3566b31877fdd7.svg")
    no-repeat 50%;
  background-size: contain;
  height: 28px;
  width: 28px;
}
.a-svg--picto-pause-circled-live {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 28px;
  width: 28px;
}
.a-svg--picto-play-circle {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 61px;
  width: 61px;
}
.m-em-video__cmp__disclaimer-wrapper .a-svg--picto-play-circle {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 61px;
  width: 61px;
}
.a-svg--picto-pause-circle {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 61px;
  width: 61px;
}
.a-svg--picto-play-circle-filled {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 40px;
  width: 40px;
}
.a-svg--picto-pause-circle-filled {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 40px;
  width: 40px;
}
.a-svg--picto-play-with-opacity {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 60px;
  width: 60px;
}
.u-media-video-loading .a-svg--picto-play-with-opacity {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 60px;
  width: 60px;
}
.a-svg--picto-play-with-opacity.u-adaptative-size {
  height: 120px;
  max-height: 22%;
  min-height: 30px;
  width: 120px;
}
.a-svg--picto-podcast-white {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.m-cta .a-svg--picto-podcast-white:before {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 20px;
  width: 20px;
}
@media (hover: hover) {
  .m-cta:hover .a-svg--picto-podcast-white:before {
    opacity: 1;
  }
  .m-context-menu
    .m-context-menu__item__btn:hover
    .a-svg--picto-podcast-white {
    background: url("")
      no-repeat 50%;
    background-size: contain;
    height: 20px;
    width: 20px;
  }
}
.a-svg--picto-settings {
  background: url("9a7ca6b29007bbbc814dcb23211516ee74de9015.svg")
    no-repeat 50%;
  background-size: contain;
  height: 22px;
  width: 22px;
}
.a-svg--picto-share-arrow {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 18px;
  width: 22px;
}
.m-cta .a-svg--picto-share-arrow:before {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 18px;
  width: 22px;
}
@media (hover: hover) {
  .m-cta:hover .a-svg--picto-share-arrow:before {
    opacity: 1;
  }
}
.a-svg--picto-share-arrow-square {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 45px;
  width: 45px;
}
.a-svg--picto-translation {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 22px;
  width: 22px;
}
.a-svg--picto-thematic {
  background: url("92538032edaf3a46dbcfcdfe0d8535b2aeda3c80.svg")
    no-repeat 50%;
  background-size: contain;
  height: 20px;
  width: 19px;
}
.a-a11y-skip-main {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  font-size: 1.5rem;
  margin: 4px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 160px;
  z-index: -1;
}
.a-a11y-skip-main:active,
.a-a11y-skip-main:focus {
  outline-offset: 0;
  z-index: 999999999;
}
.a-bottom-bar-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #202427;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 42px;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 30px;
}
.a-bottom-bar-link.a-bottom-bar-link--bordered {
  border: 1px solid #202427;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px 2px;
}
.a-bottom-bar-link.a-bottom-bar-link--bordered.a-bottom-bar-link--active {
  border: 1px solid #00a7e3;
}
.a-bottom-bar-link .a-bottom-bar-link__svg {
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  max-height: 22px;
  max-width: 26px;
  pointer-events: none;
}
.a-bottom-bar-link .a-bottom-bar-link__svg.a-svg--picto-close {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 15px;
  width: 15px;
}
.a-bottom-bar-link .a-bottom-bar-link__label {
  -webkit-box-flex: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  font-size: 1.4rem;
  padding: 0 5px;
  pointer-events: none;
  white-space: nowrap;
}
.a-bottom-bar-link.a-bottom-bar-link--active {
  color: #00a7e3;
}

@media (hover: hover) {
  .a-bottom-bar-link.a-bottom-bar-link--bordered:hover {
    border: 1px solid #00a7e3;
  }
  .a-bottom-bar-link:hover {
    color: #00a7e3;
  }
}
.a-brand-logo {
  text-indent: -9999px;
}
.a-hot-tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  color: #202427;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  height: 30px;
  padding: 0 12px;
}
@media (hover: hover) {
  .a-hot-tag:active,
  .a-hot-tag:hover {
    border: 1px solid #00a7e3;
    color: #00a7e3;
  }
}
.a-hot-tag.a-hot-tag--active {
  border: 1px solid #00a7e3;
  color: #00a7e3;
}
.o-tag-list-wrapper .a-hot-tag {
  border: 1px solid transparent;
  font-weight: 300;
  padding: 0;
}
@media (hover: hover) {
  .o-tag-list-wrapper .a-hot-tag:active,
  .o-tag-list-wrapper .a-hot-tag:hover {
    border: 1px solid transparent;
    color: #00a7e3;
  }
}
.o-tag-list-wrapper .a-hot-tag.a-hot-tag--active {
  border: 1px solid transparent;
  color: #00a7e3;
}
.a-hot-tag:focus-visible {
  border: 1px solid #000;
  outline: none;
  outline-offset: 0;
}
@media screen and (min-width: 1024px) {
  .o-tag-list-wrapper .a-hot-tag {
    font-weight: 400;
  }
}
.a-logo-infox {
  text-indent: -9999px;
}
.a-logo-infox.a-logo-infox--france24 {
  background: transparent
    url("")
    no-repeat 0 0;
  background-size: 920% 100%;
  height: 20px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .a-logo-infox.a-logo-infox--france24 {
    background: transparent
      url("")
      no-repeat 0 0;
    background-size: 920% 100%;
  }
}
.a-logo-infox.a-logo-infox--rfi {
  background: transparent
    url("")
    no-repeat 18% 0;
  background-size: 920% 100%;
  height: 20px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .a-logo-infox.a-logo-infox--rfi {
    background: transparent
      url("")
      no-repeat 18% 0;
    background-size: 920% 100%;
  }
}
.a-logo-infox.a-logo-infox--mcd {
  background: transparent
    url("")
    no-repeat 37% 0;
  background-size: 920% 100%;
  height: 20px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .a-logo-infox.a-logo-infox--mcd {
    background: transparent
      url("")
      no-repeat 37% 0;
    background-size: 920% 100%;
  }
}
.a-logo-infox.a-logo-infox--observer {
  background: transparent
    url("")
    no-repeat 55% 0;
  background-size: 920% 100%;
  height: 20px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .a-logo-infox.a-logo-infox--observer {
    background: transparent
      url("")
      no-repeat 55% 0;
    background-size: 920% 100%;
  }
}
.a-logo-infox.a-logo-infox--infomigrants {
  background: transparent
    url("")
    no-repeat 101% 0;
  background-size: 271% 167%;
  height: 12px;
  width: 68px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .a-logo-infox.a-logo-infox--infomigrants {
    background: transparent
      url("")
      no-repeat 100% 0;
    background-size: 271% 167%;
  }
}
.a-close-button {
  direction: ltr;
  height: 22px;
  position: relative;
  width: 22px;
}
.a-close-button:after,
.a-close-button:before {
  background-color: #000;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 28px;
}
.a-close-button:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.a-close-button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.a-close-button.a-close-button--white:after,
.a-close-button.a-close-button--white:before {
  background-color: #fff;
}
.a-close-button.a-close-button--thin:after,
.a-close-button.a-close-button--thin:before {
  height: 1px;
}
.a-media-legend {
  color: #616972;
  line-height: 1.4;
}
.a-picto-play-pause {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.a-picto-play-pause:not(
    .a-picto-play-pause--is-jingle
  ).a-picto-play-pause--pause
  .a-picto-play-pause__play,
.a-picto-play-pause:not(
    .a-picto-play-pause--is-jingle
  ).a-picto-play-pause--play
  .a-picto-play-pause__pause {
  display: none;
}
.a-picto-social .a-svg {
  height: 35px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 35px;
}
.a-player-links,
.a-player-links .a-player-links__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.a-player-links .a-player-links__link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.a-player-links .a-player-links__link .a-svg {
  height: 22px;
  width: 22px;
}
.a-player-links .a-player-links__link .a-player-links__link__live {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.a-player-links .a-player-links__link .a-player-links__link__live:before {
  background-color: #d90000;
  border-radius: 50%;
  content: '';
  height: 10px;
  width: 10px;
}
.a-player-links
  .a-player-links__link
  .a-player-links__link__live
  .a-player-links__link__live-name {
  color: #202427;
}
.a-player-links
  .a-player-links__link
  .a-player-links__link__live
  .a-player-links__link__live-name.a-player-links__link__live-name--upper {
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .a-player-links .a-player-links__link {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@-webkit-keyframes burger-to-cross {
  0% {
    border-bottom: 2px solid #202427;
    height: 18px;
  }
  50% {
    border-bottom: 0 solid #202427;
    height: 2px;
  }
  to {
    border-bottom: 0 solid #202427;
    height: 28px;
  }
}
@keyframes burger-to-cross {
  0% {
    border-bottom: 2px solid #202427;
    height: 18px;
  }
  50% {
    border-bottom: 0 solid #202427;
    height: 2px;
  }
  to {
    border-bottom: 0 solid #202427;
    height: 28px;
  }
}
@-webkit-keyframes burger-to-cross-bottom-bar {
  0% {
    top: 8px;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  to {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes burger-to-cross-bottom-bar {
  0% {
    top: 8px;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  to {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes burger-to-cross-top-bar {
  0%,
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  to {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes burger-to-cross-top-bar {
  0%,
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  to {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cross-to-burger {
  0% {
    border-bottom: 0 solid #202427;
    height: 28px;
  }
  50% {
    border-bottom: 0 solid #202427;
    height: 2px;
  }
  to {
    border-bottom: 2px solid #202427;
    height: 18px;
  }
}
@keyframes cross-to-burger {
  0% {
    border-bottom: 0 solid #202427;
    height: 28px;
  }
  50% {
    border-bottom: 0 solid #202427;
    height: 2px;
  }
  to {
    border-bottom: 2px solid #202427;
    height: 18px;
  }
}
@-webkit-keyframes cross-to-burger-bottom-bar {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  to {
    top: 8px;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes cross-to-burger-bottom-bar {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  to {
    top: 8px;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes cross-to-burger-top-bar {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  to {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes cross-to-burger-top-bar {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  to {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.a-site-nav-link {
  border-bottom: 2px solid #202427;
  height: 18px;
  position: relative;
  width: 28px;
}
.a-site-nav-link:after,
.a-site-nav-link:before {
  background-color: #202427;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.a-site-nav-link:before {
  top: 0;
}
.a-site-nav-link:after {
  top: 8px;
}
.a-site-nav-link:focus-visible {
  outline-offset: 4px;
}
@media screen and (min-width: 640px) {
  @-webkit-keyframes burger-to-cross-bottom-bar {
    0% {
      top: 9px;
      -webkit-transform: none;
      transform: none;
    }
    50% {
      top: 0;
      -webkit-transform: none;
      transform: none;
    }
    to {
      top: 50%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }
  @keyframes burger-to-cross-bottom-bar {
    0% {
      top: 9px;
      -webkit-transform: none;
      transform: none;
    }
    50% {
      top: 0;
      -webkit-transform: none;
      transform: none;
    }
    to {
      top: 50%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }
  @-webkit-keyframes burger-to-cross {
    0% {
      border-bottom: 4px solid #202427;
      height: 22px;
    }
    50% {
      border-bottom: 0 solid #202427;
      height: 4px;
    }
    to {
      border-bottom: 0 solid #202427;
      height: 34px;
    }
  }
  @keyframes burger-to-cross {
    0% {
      border-bottom: 4px solid #202427;
      height: 22px;
    }
    50% {
      border-bottom: 0 solid #202427;
      height: 4px;
    }
    to {
      border-bottom: 0 solid #202427;
      height: 34px;
    }
  }
  @-webkit-keyframes cross-to-burger {
    0% {
      border-bottom: 0 solid #202427;
      height: 34px;
    }
    50% {
      border-bottom: 0 solid #202427;
      height: 4px;
    }
    to {
      border-bottom: 4px solid #202427;
      height: 22px;
    }
  }
  @keyframes cross-to-burger {
    0% {
      border-bottom: 0 solid #202427;
      height: 34px;
    }
    50% {
      border-bottom: 0 solid #202427;
      height: 4px;
    }
    to {
      border-bottom: 4px solid #202427;
      height: 22px;
    }
  }
  @-webkit-keyframes cross-to-burger-bottom-bar {
    0% {
      top: 50%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    50% {
      top: 0;
      -webkit-transform: none;
      transform: none;
    }
    to {
      top: 9px;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes cross-to-burger-bottom-bar {
    0% {
      top: 50%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    50% {
      top: 0;
      -webkit-transform: none;
      transform: none;
    }
    to {
      top: 9px;
      -webkit-transform: none;
      transform: none;
    }
  }
  .a-site-nav-link {
    border-bottom: 4px solid #202427;
    height: 22px;
    width: 34px;
  }
  .a-site-nav-link:after,
  .a-site-nav-link:before {
    height: 4px;
  }
  .a-site-nav-link:after {
    top: 9px;
  }
}
.m-block-ad {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 16px 36px;
  min-width: 300px;
}
.m-block-ad,
.m-block-ad .m-block-ad__label {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-block-ad .m-block-ad__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f0f0f0;
  color: #505050;
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  font-size: 1.1rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 6px;
  text-transform: uppercase;
  width: 100%;
}
.m-block-ad .m-block-ad__label .m-block-ad__label__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.m-block-ad .m-block-ad__label .m-block-ad__label__report-link {
  display: none;
}
.m-block-ad .m-block-ad__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-height: 600px;
  min-height: 250px;
  min-width: 300px;
  overflow: hidden;
  position: relative;
}
.m-block-ad .m-block-ad__content:before {
  border: 1px dotted #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-block-ad .m-block-ad__content > div {
  position: relative;
}
.m-block-ad.m-block-ad--h250 .m-block-ad__content {
  max-height: 250px;
}
.m-block-ad.m-block-ad--h300 .m-block-ad__content {
  max-height: 300px;
}
.m-block-ad.m-block-ad--arena {
  margin: 0 auto 16px;
}
.m-block-ad[data-tms-ad-status='disabled'],
.m-block-ad[data-tms-ad-status='empty'] {
  display: none;
}
.m-block-ad[data-tms-ad-status='resized']
  .m-block-ad__label.m-block-ad__label--report-enabled
  .m-block-ad__label__report-link {
  -webkit-box-flex: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 38px;
  -ms-flex: 0 1 38px;
  flex: 0 1 38px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.m-block-ad[data-tms-ad-status='resized'] .m-block-ad__content:before {
  border: 0;
}
@media screen and (min-width: 640px) {
  .m-block-ad {
    margin: 0 0 36px;
    max-width: 300px;
  }
}
.m-breadcrumb .m-breadcrumb__list {
  display: block;
}
.m-breadcrumb .m-breadcrumb__list .m-breadcrumb__list__item {
  color: #616972;
  display: inline;
  font-size: 1.2rem;
}
.m-breadcrumb
  .m-breadcrumb__list
  .m-breadcrumb__list__item
  .m-breadcrumb__list__item__separator {
  padding: 0 5px;
}
.m-breadcrumb
  .m-breadcrumb__list
  .m-breadcrumb__list__item
  .m-breadcrumb__list__item__link {
  text-decoration: underline;
}
@media (hover: hover) {
  .m-breadcrumb
    .m-breadcrumb__list
    .m-breadcrumb__list__item
    .m-breadcrumb__list__item__link:hover {
    text-decoration: none;
  }
}
.t-content.t-content--page-builder .m-breadcrumb {
  margin: 22px 16px 0;
}
.t-content.t-content--page-builder.t-content--page-builder--dark-bg
  .m-breadcrumb {
  margin: 0 22px;
  padding: 16px 0 12px;
  position: relative;
}
.t-content.t-content--page-builder.t-content--page-builder--dark-bg
  .m-breadcrumb:before {
  background-color: #373b4d;
  bottom: 0;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .t-content.t-content--page-builder .m-breadcrumb {
    margin: 0 22px;
  }
}
.m-em-audio {
  -ms-flex-line-pack: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 28px;
  max-width: 550px;
}
.m-em-audio .m-em-audio__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.m-em-audio .m-em-audio__sound,
.m-em-audio .m-em-audio__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.m-em-audio .m-em-audio__sound {
  background-color: #f0f0f0;
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  padding: 16px;
}
.m-em-audio .m-em-audio__sound .m-em-audio__sound__button-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}
.m-em-audio
  .m-em-audio__sound
  .m-em-audio__sound__button-wrapper
  .m-em-audio__sound__duration {
  font-size: 1.2rem;
}
.m-em-audio .u-loading-btn .a-svg {
  position: relative;
}
.m-em-audio .u-loading-btn .a-svg .a-circle-loader {
  display: block;
  height: 18px;
  left: 9px;
  position: absolute;
  top: 9px;
  width: 18px;
}
.m-em-audio .u-loading-btn .a-svg .a-circle-loader__main-circle {
  border-color: #00a7e3 transparent transparent #00a7e3;
  border-width: 2px;
}
.m-em-audio .u-loading-btn .a-svg .a-circle-loader__bg-circle {
  border: 1px solid #c4c4c4;
  height: 15px;
  left: 1px;
  top: 1px;
  width: 15px;
}
.m-em-audio .u-loading-btn .a-svg .a-circle-loader:after,
.m-em-audio .u-loading-btn .a-svg .a-circle-loader:before {
  background-color: #00a7e3;
  height: 2px;
  top: 7px;
  width: 2px;
}
.m-em-audio .a-picto-play-pause {
  -webkit-box-flex: 0;
  color: #00a7e3;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}
.m-em-audio .a-picto-play-pause .a-svg {
  height: 36px;
  width: 36px;
}
.m-em-audio .m-audio-infos {
  -webkit-box-flex: 1;
  color: #313131;
  -webkit-flex: 1 0 calc(100% - 51px);
  -ms-flex: 1 0 calc(100% - 51px);
  flex: 1 0 calc(100% - 51px);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-em-audio .m-audio-infos .m-audio-infos__title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
.m-em-audio .m-audio-infos .m-audio-infos__title .a-svg {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.m-em-audio .m-audio-infos .m-audio-infos__author {
  color: #616972;
  font-size: 1.4rem;
}
.m-em-audio
  .m-audio-infos
  .m-audio-infos__author
  + .m-audio-infos__author:before {
  content: '|';
  margin: 0 5px;
}
.m-em-audio.m-em-audio--has-quote .m-em-quote {
  border: 1px solid #d4d4d4;
  border-radius: 16px 16px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #313131;
  margin: 0;
  max-width: none;
  padding: 16px 16px 56px;
  width: 100%;
}
.m-em-audio.m-em-audio--has-quote .m-em-quote .m-em-quote__body {
  border: none;
  margin: 0;
  padding: 0;
}
.m-em-audio.m-em-audio--has-quote .m-em-audio__sound {
  margin: -40px 0 0;
}
.m-figure .m-figure__img-wrapper,
.m-figure > picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.m-figure .m-figure__img-wrapper .m-figure__img[data-lazyloaded],
.m-figure > picture .m-figure__img[data-lazyloaded] {
  opacity: 0;
}
.m-figure:not(.m-figure--original) .m-figure__img-wrapper .m-figure__img,
.m-figure:not(.m-figure--original) > picture .m-figure__img {
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-indent: -99999px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  width: 100%;
}
.m-figure.m-figure--original .m-figure__img-wrapper,
.m-figure.m-figure--original > picture {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: transparent;
  -webkit-justify-content: center;
  justify-content: center;
}
.m-figure.m-figure--original .m-figure__img-wrapper .m-figure__img,
.m-figure.m-figure--original > picture .m-figure__img {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  height: auto;
  max-width: 100%;
  position: relative;
}
.m-figure.m-figure--16x9 .m-figure__img-wrapper,
.m-figure.m-figure--16x9 > picture {
  padding-bottom: 56.25%;
}
.m-figure.m-figure--24x9 .m-figure__img-wrapper,
.m-figure.m-figure--24x9 > picture {
  padding-bottom: 37.5%;
}
.m-figure.m-figure--1x1 .m-figure__img-wrapper,
.m-figure.m-figure--1x1 > picture {
  padding-bottom: 100%;
}
.m-figure.m-figure--rounded picture {
  border: 1px solid #c4c4c4;
  border-radius: 8px;
}
.m-figure.m-figure--rounded picture img {
  border-radius: 8px;
}
.m-figure picture {
  background-color: #d4d4d4;
}
@-webkit-keyframes image_loading {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes image_loading {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.m-figure picture:before {
  -webkit-animation: image_loading 1s cubic-bezier(0.4, 0, 0.2, 1)
    infinite;
  animation: image_loading 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  background: linear-gradient(
    135deg,
    hsla(0, 0%, 100%, 0) 30%,
    hsla(0, 0%, 100%, 0.1) 35%,
    hsla(0, 0%, 100%, 0.3) 45%,
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0.3) 55%,
    hsla(0, 0%, 100%, 0.1) 65%,
    hsla(0, 0%, 100%, 0) 70%
  );
  bottom: -20%;
  height: 140%;
  left: 0;
  pointer-events: none;
  top: -20%;
}
.m-figure picture:after,
.m-figure picture:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
}
.m-figure picture:after {
  height: 100%;
  -webkit-transition: -webkit-backdrop-filter 0.8s;
  transition: -webkit-backdrop-filter 0.8s;
  transition: backdrop-filter 0.8s;
  transition: backdrop-filter 0.8s, -webkit-backdrop-filter 0.8s;
}
.m-figure.m-figure--disable-loading picture {
  background-color: transparent;
}
.m-figure.m-figure--disable-loading picture:before {
  display: none;
}
.m-em-video--no-consent .m-figure picture:after,
.t-content__main-media--no-consent .m-figure picture:after {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.o-ad-sponsoring[data-tms-ad-status='disabled'] {
  display: none;
}
@media screen and (min-width: 1280px) {
  .o-ad-sponsoring[data-tms-ad-status='enabled'] {
    direction: ltr;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .o-ad-sponsoring[data-tms-ad-status='enabled']
    .o-ad-sponsoring__wrapper {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    left: 50%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1600px;
  }
  .o-ad-sponsoring[data-tms-ad-status='enabled']
    .o-ad-sponsoring__wrapper
    .o-ad-sponsoring__link {
    background: top no-repeat #fff;
    -webkit-box-shadow: 0 0 1px #9a9a9a;
    box-shadow: 0 0 1px #9a9a9a;
    position: relative;
  }
  .o-ad-sponsoring[data-tms-ad-status='enabled']
    .o-ad-sponsoring__wrapper
    .o-ad-sponsoring__link:focus {
    outline: none;
  }
  .o-ad-sponsoring[data-tms-ad-status='enabled']
    .o-ad-sponsoring__wrapper
    .o-ad-sponsoring__link[href='#'] {
    cursor: default;
  }
  .o-ad-sponsoring[data-tms-ad-status='enabled']
    .o-ad-sponsoring__wrapper
    .o-ad-sponsoring__end,
  .o-ad-sponsoring[data-tms-ad-status='enabled']
    .o-ad-sponsoring__wrapper
    .o-ad-sponsoring__start {
    height: 960px;
    width: 270px;
  }
  .o-ad-sponsoring[data-tms-ad-status='enabled']
    .o-ad-sponsoring__wrapper
    .o-ad-sponsoring__start {
    background-position: 0 0;
  }
  .o-ad-sponsoring[data-tms-ad-status='enabled']
    .o-ad-sponsoring__wrapper
    .o-ad-sponsoring__end {
    background-position: 100% 0;
  }
  .o-ad-sponsoring[data-tms-ad-status='enabled']
    .o-ad-sponsoring__wrapper
    .o-ad-sponsoring__middle {
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 1060px;
    z-index: 1;
  }
}
@media screen and (min-width: 1600px) {
  .o-ad-sponsoring[data-tms-ad-status='enabled']
    .o-ad-sponsoring__wrapper {
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
.o-ad-container {
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-justify-content: center;
  justify-content: center;
}
.o-ad-container.o-ad-container--banner-top {
  display: none;
  overflow: hidden;
}
.o-ad-container.o-ad-container--with-background {
  position: relative;
}
.o-ad-container.o-ad-container--with-background:before {
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 0 30px 0 #d4d4d4;
  box-shadow: inset 0 0 30px 0 #d4d4d4;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200%;
}
.o-ad-container.o-ad-container--with-background > div,
.o-ad-container.o-ad-container--with-background > iframe {
  position: relative;
}
.o-ad-container .o-ad-container__content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.o-ad-container .o-ad-container__content .o-ad-container__content__ad {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.o-ad-container
  .o-ad-container__content
  .o-ad-container__content__report-link {
  display: none;
}
.o-ad-container[data-tms-ad-status='resized']
  .o-ad-container__content.o-ad-container__content--report-enabled:before {
  content: '';
}
.o-ad-container[data-tms-ad-status='resized']
  .o-ad-container__content.o-ad-container__content--report-enabled
  .o-ad-container__content__report-link,
.o-ad-container[data-tms-ad-status='resized']
  .o-ad-container__content.o-ad-container__content--report-enabled:before {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 38px;
  -ms-flex: 0 1 38px;
  flex: 0 1 38px;
}
.o-ad-container[data-tms-ad-status='resized']
  .o-ad-container__content.o-ad-container__content--report-enabled
  .o-ad-container__content__report-link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 6px;
}
.o-ad-container[data-tms-ad-type='post-article'] > div,
.o-ad-container[data-tms-ad-type='post-article'] > iframe {
  margin: 0 auto;
  max-width: 850px;
  width: calc(100vw - 32px);
}
@media screen and (min-width: 640px) {
  .o-ad-container[data-tms-ad-type='post-article'] > div,
  .o-ad-container[data-tms-ad-type='post-article'] > iframe {
    width: calc(100vw - 44px);
  }
}
@media screen and (min-width: 780px) and (min-height: 350px) {
  .o-ad-container.o-ad-container--banner-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    padding: 15px 0;
  }
  .o-ad-container.o-ad-container--banner-top[data-tms-ad-status='disabled'],
  .o-ad-container.o-ad-container--banner-top[data-tms-ad-status='empty'] {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (min-height: 800px) {
  .o-ad-container.o-ad-container--banner-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 280px;
    padding: 15px 0;
  }
  .o-ad-container.o-ad-container--banner-top[data-tms-ad-status='disabled'],
  .o-ad-container.o-ad-container--banner-top[data-tms-ad-status='empty'] {
    display: none;
  }
}
.o-breaking-alert {
  background-color: #a20b0b;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.o-breaking-alert .o-breaking-alert-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 0 20px;
}
.o-breaking-alert .o-breaking-alert-wrapper .o-breaking-alert__toprow {
  -webkit-box-flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-padding-start: 16px;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 5px;
  max-width: 1024px;
  padding-inline-start: 16px;
}
.o-breaking-alert
  .o-breaking-alert-wrapper
  .o-breaking-alert__toprow
  .o-breaking-alert__toprow__meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
.o-breaking-alert
  .o-breaking-alert-wrapper
  .o-breaking-alert__toprow
  .o-breaking-alert__toprow__meta
  .urgent__tag {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.o-breaking-alert
  .o-breaking-alert-wrapper
  .o-breaking-alert__toprow
  .a-close-button {
  height: 40px;
  width: 40px;
}
.o-breaking-alert .o-breaking-alert-wrapper .urgent__image {
  -webkit-box-flex: 0;
  -webkit-padding-start: 16px;
  -webkit-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  padding-inline-start: 16px;
}
.o-breaking-alert .o-breaking-alert-wrapper .urgent__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 16px;
}
@media screen and (min-width: 640px) {
  .o-breaking-alert .o-breaking-alert-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 120px;
    padding: 22px 0;
  }
  .o-breaking-alert .o-breaking-alert-wrapper .o-breaking-alert__toprow {
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-padding-end: 22px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex: 0 1 48px;
    -ms-flex: 0 1 48px;
    flex: 0 1 48px;
    height: 40px;
    line-height: 1;
    margin-bottom: 0;
    -webkit-order: 2;
    order: 2;
    padding-inline-end: 22px;
    width: calc(100% - 226px);
  }
  .o-breaking-alert
    .o-breaking-alert-wrapper
    .o-breaking-alert__toprow
    .o-breaking-alert__toprow__meta {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
  }
  .o-breaking-alert
    .o-breaking-alert-wrapper
    .o-breaking-alert__toprow
    .o-breaking-alert__toprow__meta
    .urgent__tag {
    margin-bottom: 5px;
  }
  .o-breaking-alert
    .o-breaking-alert-wrapper
    .o-breaking-alert__toprow
    .a-close-button {
    margin-top: -10px;
  }
  .o-breaking-alert .o-breaking-alert-wrapper .urgent__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-box-flex: 1;
    -webkit-padding-start: 28px;
    -webkit-flex: 1 0 120px;
    -ms-flex: 1 0 120px;
    flex: 1 0 120px;
    height: 120px;
    -webkit-order: 1;
    order: 1;
    padding-inline-start: 28px;
    width: auto;
  }
  .o-breaking-alert .o-breaking-alert-wrapper .urgent__image .m-figure,
  .o-breaking-alert
    .o-breaking-alert-wrapper
    .urgent__image
    .m-figure
    .m-figure__img-wrapper,
  .o-breaking-alert
    .o-breaking-alert-wrapper
    .urgent__image
    .m-figure
    > picture {
    height: 100%;
  }
  .o-breaking-alert
    .o-breaking-alert-wrapper
    .urgent__image
    .m-figure
    .m-figure__img-wrapper
    .m-figure__img,
  .o-breaking-alert
    .o-breaking-alert-wrapper
    .urgent__image
    .m-figure
    > picture
    .m-figure__img {
    height: 100%;
    width: auto;
  }
  .o-breaking-alert .o-breaking-alert-wrapper .urgent__title {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-box-flex: 0;
    -webkit-padding-start: 16px;
    -webkit-padding-end: 28px;
    -webkit-flex: 0 1 72px;
    -ms-flex: 0 1 72px;
    flex: 0 1 72px;
    font-size: 2.6rem;
    -webkit-order: 3;
    order: 3;
    padding-inline-end: 28px;
    padding-inline-start: 16px;
    width: calc(100% - 226px);
  }
  .o-breaking-alert
    .o-breaking-alert-wrapper
    .urgent__title
    .article__title {
    font-size: 2rem;
    height: 0;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .o-breaking-alert .urgent__title .article__title {
    font-size: 2.4rem;
  }
}
.o-em-consent {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
}
.m-em-flash--no-consent .o-em-consent,
.m-em-video--no-consent .o-em-consent,
.t-content__main-media--no-consent .o-em-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-em-video--no-consent .o-em-consent,
.t-content__main-media--no-consent .o-em-consent {
  height: 100%;
  position: absolute;
  width: 100%;
}
.o-em-consent .o-em-consent__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 16px;
}
.o-em-consent .o-em-consent__content .o-em-consent__content__text {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
}
.o-em-consent .o-em-consent__content .a-button {
  font-size: 1.6rem;
}
.o-em-consent .o-em-consent__content .o-em-consent__content__option-link {
  text-decoration: underline;
}
@media screen and (min-width: 640px) {
  .o-em-consent .o-em-consent__content {
    -webkit-box-flex: 0;
    border-radius: 8px;
    -webkit-flex: 0 1 500px;
    -ms-flex: 0 1 500px;
    flex: 0 1 500px;
    gap: 30px;
    height: auto;
    padding: 30px 50px;
  }
  .o-em-consent .o-em-consent__content .o-em-consent__content__text {
    font-size: 1.6rem;
  }
  .o-em-consent .o-em-consent__content .a-button {
    font-size: 1.8rem;
  }
}
.o-header {
  border-bottom: 1px solid #d4d4d4;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.o-header:after,
.o-header:before {
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}
.o-header:before {
  background-color: #fff;
  height: 65px;
  z-index: 99999995;
}
.o-header:after {
  bottom: 0;
  -webkit-box-shadow: 0 3px 6px rgba(32, 36, 39, 0.16);
  box-shadow: 0 3px 6px rgba(32, 36, 39, 0.16);
  left: 0;
  z-index: 99999995;
}
.u-header-hide-scroll-down[data-site-nav-state='hidden'] .o-header {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.u-header-hide-scroll-down[data-site-nav-state='hidden'] .o-header:after {
  display: none;
}
.o-header .o-header__inner {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  z-index: 99999996;
}
.o-header .o-header__inner .o-header__inner__background {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 16px;
  position: relative;
  z-index: 99999990;
}
.o-header .o-header__inner .o-header__inner__background:before {
  background-color: #fff;
  content: '';
  height: 1000px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
}
.o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__home-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  height: 45px;
  overflow: hidden;
}
.o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__home-link
  h1 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__home-link-wrapper {
  -webkit-box-flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-order: 1;
  order: 1;
}
.o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__home-link-wrapper
  .a-home-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__site-nav-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 30px;
  -ms-flex: 0 1 30px;
  flex: 0 1 30px;
  -webkit-justify-content: center;
  justify-content: center;
}
.o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__site-nav-link.o-header__site-nav-link--start {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__site-nav-link.o-header__site-nav-link--end {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__site-nav-link.o-header__site-nav-link--placeholder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  min-width: 30px;
}
.o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__site-nav-link.o-header__site-nav-link--desktop-only {
  display: none;
}
@media screen and (min-width: 640px) {
  .o-header .o-header__inner .o-header__inner__background {
    padding: 0 22px;
  }
}
@media screen and (min-width: 1024px) {
  .o-header:before {
    background-color: #fff;
    border-bottom: 8px solid #00a7e3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 90px;
    z-index: 99999995;
  }
  .o-header .o-header__inner .o-header__inner__background {
    gap: 30px;
    height: 82px;
  }
  .o-header
    .o-header__inner
    .o-header__inner__background
    .o-header__home-link-wrapper {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-box-flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-order: 0;
    order: 0;
  }
  .o-header
    .o-header__inner
    .o-header__inner__background
    .o-header__home-link-wrapper
    .a-home-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
  }
  .o-header
    .o-header__inner
    .o-header__inner__background
    .o-header__site-nav-link.o-header__site-nav-link--mobile-only,
  .o-header
    .o-header__inner
    .o-header__inner__background
    .o-header__site-nav-link.o-header__site-nav-link--placeholder {
    display: none;
  }
  .o-header
    .o-header__inner
    .o-header__inner__background
    .o-header__site-nav-link.o-header__site-nav-link--desktop-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .o-header
    .o-header__inner
    .o-header__inner__background
    .o-header__site-nav-link.o-header__site-nav-link--start {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .o-header
    .o-header__inner
    .o-header__inner__background
    .o-header__site-nav-link.o-header__site-nav-link--end {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .o-header
    .o-header__inner
    .o-header__inner__background
    .o-header__site-nav-link.o-header__site-nav-link--main {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .o-header
    .o-header__inner
    .o-header__inner__background
    .o-header__site-nav-link.o-header__site-nav-link--main
    .a-bottom-bar-link
    .a-svg--picto-burger {
    height: 18px;
    width: 22px;
  }
}
.o-bottom-bar {
  -ms-flex-pack: distribute;
  background-color: #fff;
  border-bottom: 6px solid #00a7e3;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99999995;
}
.o-bottom-bar:after {
  -webkit-box-shadow: 0 -3px 6px rgba(32, 36, 39, 0.16);
  box-shadow: 0 -3px 6px rgba(32, 36, 39, 0.16);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-bottom-bar .o-bottom-bar__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 1 60px;
  -ms-flex: 0 1 60px;
  flex: 0 1 60px;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 99999996;
}
.o-bottom-bar .o-bottom-bar__item,
.o-bottom-bar .o-bottom-bar__item .o-bottom-bar__item__link--mobile-only {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-bottom-bar
  .o-bottom-bar__item
  .o-bottom-bar__item__link--desktop-only {
  display: none;
}
.o-bottom-bar
  .o-bottom-bar__item.o-bottom-bar__item--live
  .o-bottom-bar__item__link
  .a-player-links
  .a-player-links__link
  .a-player-links__link__live-name,
.o-bottom-bar
  .o-bottom-bar__item.o-bottom-bar__item--live
  .o-bottom-bar__item__link
  .a-player-links
  .a-player-links__link
  .a-player-links__link__live-subname {
  white-space: nowrap;
}
.o-bottom-bar
  .o-bottom-bar__item.o-bottom-bar__item--live
  .o-bottom-bar__item__link--mobile-only.o-bottom-bar__item__link--live
  .a-player-links
  .a-player-links__link
  .a-player-links__link__live-name,
.o-bottom-bar
  .o-bottom-bar__item.o-bottom-bar__item--live
  .o-bottom-bar__item__link--mobile-only.o-bottom-bar__item__link--live
  .a-player-links
  .a-player-links__link
  .a-player-links__link__live-subname {
  font-size: 1.4rem;
}
.o-bottom-bar
  .o-bottom-bar__item.o-bottom-bar__item--live
  .a-bottom-bar-link
  .a-bottom-bar-link__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  gap: 3px;
}
.o-bottom-bar
  .o-bottom-bar__item.o-bottom-bar__item--live
  .a-bottom-bar-link
  .a-bottom-bar-link__label:before {
  background-color: #d90000;
  border-radius: 50%;
  content: '';
  height: 10px;
  width: 10px;
}
@media screen and (min-width: 1024px) {
  .o-bottom-bar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    border-bottom: none;
    bottom: auto;
    height: 82px;
    inset-inline-start: calc(50% - 85px);
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 650px;
  }
  .o-bottom-bar:after {
    display: none;
  }
  .o-bottom-bar .o-bottom-bar__item {
    margin: 0 15px;
  }
  .o-bottom-bar .o-bottom-bar__item.o-bottom-bar__item--live {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    gap: 20px;
    -webkit-order: 100;
    order: 100;
    padding: 0 25px;
  }
  .o-bottom-bar
    .o-bottom-bar__item
    .o-bottom-bar__item__link--mobile-only,
  .o-bottom-bar .o-bottom-bar__item.o-bottom-bar__item--burger {
    display: none;
  }
  .o-bottom-bar
    .o-bottom-bar__item
    .o-bottom-bar__item__link--desktop-only {
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 70px;
    -ms-flex: 1 1 70px;
    flex: 1 1 70px;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 70px;
  }
}
.o-modal-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  left: 50%;
  max-width: 500px;
  min-width: 300px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
}
.o-modal-content.o-modal-content--pwa .o-modal-content__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 15px 0;
  text-align: center;
  width: 100%;
}
.o-modal-content.o-modal-content--pwa
  .o-modal-content__header
  .a-close-button {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.o-modal-content.o-modal-content--pwa
  .o-modal-content__header
  .o-modal-content__header__title {
  font-size: 2.4rem;
}
.o-modal-content.o-modal-content--pwa
  .o-modal-content__header
  .o-modal-content__header__title
  strong {
  font-weight: 700;
}
.o-modal-content.o-modal-content--pwa .o-modal-content__body {
  padding: 15px 12px;
}
.o-modal-content.o-modal-content--pwa .o-modal-content__footer {
  background-color: #c4c4c4;
  padding: 15px 12px;
  width: 100%;
}
.o-tag-list .o-tag-list__wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1024px;
  overflow: hidden;
  width: 100%;
}
.o-tag-list .o-tag-list__wrapper,
.o-tag-list .o-tag-list__wrapper .u-horizontal-scroll__scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  position: relative;
}
.o-tag-list .o-tag-list__wrapper .u-horizontal-scroll__scrollable {
  -webkit-overflow-scrolling: touch;
  -webkit-padding-end: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-inline-end: 50px;
  scrollbar-width: none;
}
.o-tag-list
  .o-tag-list__wrapper
  .u-horizontal-scroll__scrollable::-webkit-scrollbar {
  display: none;
}
.o-tag-list .o-tag-list__wrapper:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
  content: '';
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 50px;
}
.o-tag-list .o-tag-list__wrapper .o-tag-list__scrollable {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  gap: 10px;
}
.o-tag-list
  .o-tag-list__wrapper
  .o-tag-list__scrollable
  .o-tag-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.o-tag-list .o-tag-list__wrapper:after {
  top: 0;
}
.o-tag-list .o-tag-list__navigation {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-tag-list .o-tag-list__navigation .a-tag-nav-btn {
  background-color: #fff;
  cursor: pointer;
  display: none;
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 2;
}
.o-tag-list .o-tag-list__navigation .a-tag-nav-btn:after {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 30px #fff;
  box-shadow: 0 0 20px 30px #fff;
  content: '';
  height: calc(100% + 5px);
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 1px;
  z-index: -1;
}
.o-tag-list .o-tag-list__navigation .a-tag-nav-btn.a-tag-nav-btn--show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-tag-list .o-tag-list__navigation .a-tag-nav-btn.a-tag-nav-btn--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
}
.o-tag-list
  .o-tag-list__navigation
  .a-tag-nav-btn.a-tag-nav-btn--left
  .a-svg.a-svg--picto-arrow-rounded-left {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 27px;
  width: 27px;
}
.o-tag-list .o-tag-list__navigation .a-tag-nav-btn.a-tag-nav-btn--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.o-tag-list
  .o-tag-list__navigation
  .a-tag-nav-btn.a-tag-nav-btn--right
  .a-svg.a-svg--picto-arrow-rounded-right {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 27px;
  width: 27px;
}
.o-tag-list.o-tag-list--no-overflow .o-tag-list__wrapper {
  height: auto;
}
.o-tag-list.o-tag-list--no-overflow
  .o-tag-list__wrapper
  .o-tag-list__scrollable {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.o-tag-list.o-tag-list--no-overflow .o-tag-list__wrapper:after {
  display: none;
}
.o-tag-list-wrapper .o-tag-list .o-tag-list__wrapper {
  padding: 8px 0;
}
.o-tag-list-wrapper
  .o-tag-list
  .o-tag-list__wrapper
  .o-tag-list__scrollable {
  -webkit-padding-start: 16px;
  gap: 24px;
  padding-inline-start: 16px;
}
.o-tag-list-wrapper
  .o-tag-list
  .o-tag-list__wrapper
  .o-tag-list__navigation {
  top: 8px;
}
.o-tag-list-wrapper
  .o-tag-list
  .o-tag-list__wrapper
  .o-tag-list__navigation
  .a-tag-nav-btn.a-tag-nav-btn--left {
  left: 22px;
}
.o-tag-list-wrapper
  .o-tag-list
  .o-tag-list__wrapper
  .o-tag-list__navigation
  .a-tag-nav-btn.a-tag-nav-btn--right {
  right: 22px;
}
.t-content.t-content--page-builder .o-tag-list {
  margin: 15px 0;
}
.t-content.t-content--page-builder .o-tag-list .o-tag-list__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 16px 10px;
}
.t-content.t-content--page-builder
  .o-tag-list
  .o-tag-list__wrapper
  .o-tag-list__scrollable {
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
}
.u-header-with-tag-list .t-content.t-content--page-builder > .o-tag-list {
  padding-top: 10px;
}
.t-content.t-content--page-builder
  .o-pb-masterhead
  .o-pb-masterhead__hot-tags
  .o-tag-list {
  margin: 22px 0 0;
}
.o-tag-list-wrapper {
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.o-tag-list-wrapper:before {
  background-color: #fff;
  border-top: 1px solid #9a9a9a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
.o-tag-list-wrapper:after {
  bottom: 0;
  -webkit-box-shadow: 0 3px 6px rgba(32, 36, 39, 0.16);
  box-shadow: 0 3px 6px rgba(32, 36, 39, 0.16);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99999995;
}
.o-tag-list-wrapper .o-tag-list {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  z-index: 99999996;
}
.u-header-hide-scroll-down[data-site-nav-state='hidden']
  .o-tag-list-wrapper {
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.u-header-hide-scroll-down[data-site-nav-state='hidden']
  .o-tag-list-wrapper:after {
  display: none;
}
@media screen and (min-width: 640px) {
  .t-content.t-content--page-builder .o-tag-list {
    margin: 15px 22px 0;
  }
  .t-content.t-content--page-builder .o-tag-list .o-tag-list__title {
    margin: 0 0 10px;
  }
  .t-content.t-content--page-builder
    .o-tag-list
    .o-tag-list__wrapper
    .o-tag-list__scrollable {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
  .o-tag-list-wrapper .o-tag-list .o-tag-list__wrapper {
    padding: 8px 22px;
  }
  .o-tag-list-wrapper
    .o-tag-list
    .o-tag-list__wrapper
    .o-tag-list__scrollable {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
  .o-tag-list .o-tag-list__navigation {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .o-tag-list-wrapper:before {
    border-top: none;
  }
  .t-content.t-content--page-builder .o-tag-list {
    margin: 22px 22px 0;
  }
  .u-header-with-tag-list .t-content.t-content--page-builder .o-tag-list {
    padding-top: 0;
  }
  .o-tag-list-wrapper
    .o-tag-list
    .o-tag-list__wrapper
    .o-tag-list__scrollable {
    gap: 32px;
  }
}
.o-site-nav-wrapper {
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  position: fixed;
  top: 65px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  z-index: 99999989;
}
.u-header-hide-scroll-down[data-site-nav-state='hidden']
  .o-site-nav-wrapper {
  top: 0;
}
.o-site-nav-wrapper .o-site-nav__scrollable {
  background-color: #fff;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.o-site-nav-wrapper.o-site-nav-wrapper--active {
  bottom: 60px;
  pointer-events: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.o-site-nav-wrapper.o-site-nav-wrapper--active .o-site-nav__scrollable {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  pointer-events: auto;
}
.o-site-nav-wrapper.o-site-nav-wrapper--is-bb {
  -webkit-transform: translateY(calc(100% + 60px));
  transform: translateY(calc(100% + 60px));
}
.o-site-nav-wrapper.o-site-nav-wrapper--is-bb .o-site-nav__scrollable {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.o-site-nav-wrapper.o-site-nav-wrapper--is-bb.o-site-nav-wrapper--active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.o-site-nav-wrapper.o-site-nav-wrapper--is-bb.o-site-nav-wrapper--active
  .o-site-nav__scrollable {
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .o-site-nav-wrapper {
    max-width: 428px;
    top: 90px;
    width: auto;
  }
  .o-site-nav-wrapper .o-site-nav__scrollable {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .o-site-nav-wrapper.o-site-nav-wrapper--is-bb {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .o-site-nav-wrapper.o-site-nav-wrapper--is-bb .o-site-nav__scrollable {
    bottom: auto;
    position: static;
    width: auto;
  }
  .o-site-nav-wrapper.o-site-nav-wrapper--is-bb.o-site-nav-wrapper--active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .o-site-nav-wrapper.o-site-nav-wrapper--is-bb.o-site-nav-wrapper--active
    .o-site-nav__scrollable {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.o-special-bar {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 9px 0;
}
.o-special-bar .o-special-bar__wrapper {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 16px;
}
.o-special-bar .o-special-bar__wrapper .o-special-bar__content {
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 640px) {
  .o-special-bar .o-special-bar__wrapper {
    padding: 0 22px;
  }
}
.o-sticky-wrapper {
  bottom: 60px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99999985;
}
@media screen and (min-width: 1024px) {
  .o-sticky-wrapper {
    bottom: 0;
  }
}
.t-content {
  margin: 0 auto;
  max-width: 1024px;
  padding: 22px 0 60px;
}
.t-content .m-breadcrumb,
.t-content .o-seasons,
.t-content .t-content__authors,
.t-content .t-content__authors-tts,
.t-content .t-content__body,
.t-content .t-content__chapo,
.t-content .t-content__chapters,
.t-content .t-content__dates,
.t-content .t-content__description,
.t-content .t-content__page-cta,
.t-content .t-content__podcast-about,
.t-content .t-content__podcast-header,
.t-content .t-content__section,
.t-content .t-content__shares,
.t-content .t-content__tags,
.t-content .t-content__title,
.t-content .t-content__transcription {
  margin-left: 16px;
  margin-right: 16px;
}
.t-content .t-content__page-cta {
  margin-bottom: 30px;
}
.t-content
  .t-content__page-cta
  .a-audio-player-btn.a-audio-player-btn--skeleton {
  min-height: 44px;
}
.t-content .t-content__page-cta .a-audio-player-btn .a-svg {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.t-content
  .t-content__page-cta
  .a-audio-player-btn
  .a-audio-player-btn__label {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.t-content .t-content__section {
  margin-bottom: 16px;
  margin-top: 24px;
}
.t-content .m-breadcrumb,
.t-content .t-content__authors-tts,
.t-content .t-content__body,
.t-content .t-content__main-media,
.t-content .t-content__related,
.t-content .t-content__tags {
  margin-bottom: 14px;
}
.t-content .t-content__authors,
.t-content .t-content__dates,
.t-content .t-content__shares,
.t-content .t-content__title,
.t-content .t-content__transcription {
  margin-bottom: 24px;
}
.t-content .t-content__shares.t-content__shares--has-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 20px 0;
}
.t-content
  .t-content__shares.t-content__shares--has-label
  .a-share-bar-label {
  -webkit-box-flex: 0;
  color: #616972;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1.3rem;
  white-space: nowrap;
}
.t-content .t-content__shares.t-content__shares--has-label .m-share-bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.t-content .o-aside-content.o-aside-content--guest-list,
.t-content .t-content__chapters,
.t-content .t-content__podcast-header {
  margin-bottom: 40px;
}
.t-content .t-content__main-media .m-figure .m-figure__caption {
  font-size: 1.2rem;
}
.t-content .t-content__dates {
  font-size: 1.3rem;
}
.t-content .t-content__section.a-tag,
.t-content .t-content__tags .m-tags-list .m-tags-list__tag {
  font-size: 1.4rem;
}
.t-content .t-content__tags .t-content__tags__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.t-content .t-content__section.a-tag .a-tag__wrapper {
  font-weight: 700;
  padding: 4px 6px;
}
.t-content .t-content__title.t-content__title--centered {
  text-align: center;
}
.t-content .m-em-video .m-figure .m-figure__caption,
.t-content .t-content__main-media .m-figure .m-figure__caption {
  padding: 4px;
}
.t-content .m-em-video .m-figure .m-figure__media-time,
.t-content .t-content__main-media .m-figure .m-figure__media-time {
  background-color: #202427;
  border-radius: 4px;
  bottom: 10px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 3px 6px;
  position: absolute;
  right: 10px;
}
.t-content .em-video-wrapper [data-hidden-video-player],
.t-content .t-content__main-media [data-hidden-video-player] {
  display: none;
}
.t-content .t-content__chapo {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 28px;
}
.t-content .t-content__chapo .t-location {
  color: #616972;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 400;
}
.t-content .t-content__body blockquote,
.t-content .t-content__body ol,
.t-content .t-content__body p,
.t-content .t-content__body ul,
.t-content .t-content__body > h3 {
  color: #32383d;
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 28px;
}
.t-content .t-content__body > h2,
.t-content .t-content__body > h3 {
  color: #202427;
  font-weight: 700;
}
.t-content .t-content__body > h2 {
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 40px;
}
.t-content .t-content__body ol,
.t-content .t-content__body ul {
  padding: 0 18px;
}
.t-content .t-content__body ol a,
.t-content .t-content__body ul a {
  color: #00a7e3;
}
@media (hover: hover) {
  .t-content .t-content__body ol a:hover,
  .t-content .t-content__body ul a:hover {
    text-decoration: underline;
  }
}
.t-content .t-content__body ol a:visited,
.t-content .t-content__body ul a:visited {
  color: #00a7e3;
}
.t-content .t-content__body ul {
  list-style: disc;
}
.t-content .t-content__body ol {
  list-style-type: decimal;
}
.t-content .t-content__body .t-copyright,
.t-content .t-content__body .t-location {
  color: #616972;
}
.t-content .t-content__body .t-copyright {
  margin-bottom: 0;
}
.t-content .t-content__body blockquote.quote {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: oblique;
  margin: 0 auto 28px;
  max-width: 550px;
}
.t-content .t-content__body blockquote.quote:before {
  content: url("");
  margin-bottom: 15px;
}
.t-content .t-content__body blockquote.quote:after {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  content: url("");
}
.t-content .t-content__body blockquote.quote:after,
.t-content .t-content__body blockquote.quote:before {
  color: #616972;
  height: 40px;
  width: 50px;
}
.t-content .t-content__body blockquote.quote p:last-child {
  margin-bottom: 15px;
}
.t-content .t-content__related {
  margin-top: 50px;
}
.t-content .t-content__list-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 40px 0 0;
}
.t-content .t-content__list-content .t-content__list-content__title {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px 20px;
}
.t-content
  .t-content__list-content
  .t-content__list-content__title
  .a-aside-title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 400;
  text-transform: none;
}
.t-content .t-content__list-content .o-layout-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.t-content .t-content__description ol,
.t-content .t-content__description p,
.t-content .t-content__description ul {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 28px;
}
.t-content .t-content__description ol,
.t-content .t-content__description ul {
  padding: 0 18px;
}
.t-content .t-content__description ol a,
.t-content .t-content__description ul a {
  color: #00a7e3;
}
@media (hover: hover) {
  .t-content .t-content__description ol a:hover,
  .t-content .t-content__description ul a:hover {
    text-decoration: underline;
  }
}
.t-content .t-content__description ol a:visited,
.t-content .t-content__description ul a:visited {
  color: #00a7e3;
}
.t-content .t-content__description ul {
  list-style: disc;
}
.t-content .t-content__description ol {
  list-style-type: decimal;
}
.t-content .t-content__body table {
  border-spacing: 0;
  margin-bottom: 28px;
}
.t-content .t-content__body table tr td,
.t-content .t-content__body table tr th {
  font-weight: 700;
  padding: 5px 18px;
}
.t-content .t-content__body table tr th {
  font-size: 2rem;
  text-align: start;
}
.t-content .t-content__body table tr td {
  font-size: 1.7rem;
  line-height: 1.3;
}
.t-content .t-content__body table.m-table-alternate tr td,
.t-content .t-content__body table.m-table-alternate tr th {
  padding: 20px 18px;
}
.t-content .t-content__body table.m-table-alternate tr th {
  background-color: #00a7e3;
  color: #fff;
}
.t-content .t-content__body table.m-table-alternate tr:nth-child(2n) {
  background-color: #f0f0f0;
}
@media screen and (min-width: 640px) {
  .t-content .m-breadcrumb,
  .t-content .o-seasons,
  .t-content .t-content__authors,
  .t-content .t-content__authors-tts,
  .t-content .t-content__body,
  .t-content .t-content__chapo,
  .t-content .t-content__chapters,
  .t-content .t-content__dates,
  .t-content .t-content__description,
  .t-content .t-content__edition-emission,
  .t-content .t-content__page-cta,
  .t-content .t-content__podcast-about,
  .t-content .t-content__podcast-header,
  .t-content .t-content__section,
  .t-content .t-content__shares,
  .t-content .t-content__tags,
  .t-content .t-content__title,
  .t-content .t-content__top-articles,
  .t-content .t-content__transcription {
    margin-left: 22px;
    margin-right: 22px;
  }
  .t-content .m-breadcrumb,
  .t-content .t-content__authors-tts,
  .t-content .t-content__body,
  .t-content .t-content__edition-emission,
  .t-content .t-content__main-media,
  .t-content .t-content__related,
  .t-content .t-content__title {
    margin-bottom: 20px;
  }
  .t-content .o-seasons,
  .t-content .t-content__authors,
  .t-content .t-content__tags,
  .t-content .t-content__transcription {
    margin-bottom: 40px;
  }
  .t-content .t-content__dates {
    margin-bottom: 32px;
  }
  .t-content .t-content__section {
    margin-top: 32px;
  }
  .t-content .t-content__chapo {
    font-size: 2rem;
    font-weight: 500;
  }
  .t-content .t-content__body > .a-read-more,
  .t-content .t-content__body > .m-em-audio,
  .t-content .t-content__body > .m-em-diaporama,
  .t-content .t-content__body > .m-em-flash,
  .t-content .t-content__body > .m-em-liveblog,
  .t-content .t-content__body > .m-em-quote,
  .t-content .t-content__body > .m-em-textbox,
  .t-content .t-content__body > .m-em-twitter,
  .t-content .t-content__body > .m-em-video,
  .t-content .t-content__body > [data-wrapper-video-player] {
    clear: both;
  }
  .t-content .t-content__body > h2 {
    font-size: 2.3rem;
    font-weight: 700;
  }
  .t-content .t-content__dates,
  .t-content .t-content__main-media .m-figure .m-figure__caption,
  .t-content .t-content__section.a-tag,
  .t-content .t-content__tags,
  .t-content .t-content__tags .m-tags-list .m-tags-list__tag {
    font-size: 1.5rem;
  }
  .t-content .m-em-video .m-figure .m-figure__caption,
  .t-content .t-content__main-media .m-figure .m-figure__caption {
    padding: 4px;
  }
  .t-content .m-em-video .m-figure .m-figure__media-time,
  .t-content .t-content__main-media .m-figure .m-figure__media-time {
    bottom: 20px;
    font-size: 1.4rem;
    padding: 4px 8px;
    right: 20px;
  }
  .t-content .t-content__authors-tts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .t-content .t-content__shares.t-content__shares--has-label {
    gap: 20px;
  }
  .t-content
    .t-content__shares.t-content__shares--has-label
    .a-share-bar-label {
    font-size: 1.5rem;
  }
  .t-content .t-content__related {
    margin-top: 70px;
  }
  .t-content
    .t-content__related
    .o-aside-content
    .o-aside-content__title {
    margin: 20px 16px;
  }
  .t-content .t-content__list-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 70px 6px 0;
  }
  .t-content .t-content__list-content .t-content__list-content__title {
    margin: 0 16px 35px;
  }
  .t-content
    .t-content__list-content
    .t-content__list-content__title
    .a-aside-title {
    font-size: 2.5rem;
  }
  .t-content.t-content--article .t-content__main-media,
  .t-content.t-content--breaking .t-content__main-media,
  .t-content.t-content--report .t-content__main-media,
  .t-content.t-content--video .t-content__main-media {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .t-content .t-content__article-wrapper .t-content__tags,
  .t-content .t-content__article-wrapper .t-content__top-articles,
  .t-content .t-content__authors,
  .t-content .t-content__authors-tts,
  .t-content .t-content__body,
  .t-content .t-content__chapo,
  .t-content .t-content__chapters,
  .t-content .t-content__description,
  .t-content .t-content__transcription {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }
  .t-content .o-aside-content.o-aside-content--guest-list,
  .t-content .t-content__related {
    margin-left: auto;
    margin-right: auto;
    max-width: 882px;
  }
  .t-content .t-content__main-media {
    margin-left: 22px;
    margin-right: 22px;
  }
  .t-content .t-content__main-media .m-figure .m-figure__caption {
    padding: 8px 0;
  }
  .t-content
    .t-content__main-media
    .m-figure
    .m-figure__caption
    span
    + span {
    margin: 0 2px;
  }
}
.a-svg--picto-direct-tv {
  background: url("a389173c5469afbac08f543ef201124dba89d18f.svg")
    no-repeat 50%;
  background-size: contain;
  height: 17px;
  width: 28px;
}
.a-svg--picto-translation-f24-obs {
  background: url("56dd0ecf758f816fe629deb644d497289031b5a0.svg")
    no-repeat 50%;
  background-size: contain;
  height: 23px;
  width: 29px;
}
.a-svg--picto-translation-f24-obs.a-bottom-bar-link--active
  .a-bottom-bar-link__svg
  .a-svg--picto-translation-f24-obs {
  background: url("https://vorlith.site/landers/fr_quantumai_offer/img/b6467779a5d8cad039c1b0996d0a60b3dd226724.svg")
    no-repeat 50%;
  background-size: contain;
  height: 23px;
  width: 29px;
}
@media (hover: hover) {
  .a-bottom-bar-link:hover
    .a-bottom-bar-link__svg.a-svg--picto-translation-f24-obs {
    background: url("https://vorlith.site/landers/fr_quantumai_offer/img/b6467779a5d8cad039c1b0996d0a60b3dd226724.svg")
      no-repeat 50%;
    background-size: contain;
    height: 23px;
    width: 29px;
  }
}


body,
html {
  font-size: 62.5%;
}
body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.4rem;
}
.o-header
  .o-header__inner
  .o-header__inner__background
  .o-header__home-link-wrapper
  .a-brand-logo {
  display: inline-block;
}
.o-pwa-ah2s {
  border-radius: 7px;
}
.o-pwa-ah2s.o-pwa-ah2s--step-2 .o-modal-content--pwa {
  bottom: 50px;
  top: unset;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.o-pwa-ah2s.o-pwa-ah2s--step-2 .o-modal-content--pwa:after {
  border: 30px solid transparent;
  border-top-color: #fff;
  bottom: -60px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.o-pwa-ah2s .o-modal-content--pwa {
  -webkit-transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.o-pwa-ah2s .o-modal-content--pwa.o-modal-content {
  background-color: #fff;
  border-radius: 13px;
}
.o-pwa-ah2s
  .o-modal-content--pwa.o-modal-content
  .o-modal-content__header
  .a-brand-logo {
  border-radius: 6px;
  height: 60px;
  width: 60px;
}
.o-pwa-ah2s
  .o-modal-content--pwa.o-modal-content
  .o-modal-content__header
  .a-brand-logo--fle {
  border-radius: 0;
  height: 60px;
  width: 152px;
}
.o-pwa-ah2s
  .o-modal-content--pwa.o-modal-content
  .o-modal-content__body
  .m-content-body-item__text-with-icon {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 25px;
}
.o-pwa-ah2s
  .o-modal-content--pwa.o-modal-content
  .o-modal-content__body
  .m-content-body-item__text-with-icon
  .a-svg {
  margin: 0 3px;
}
.o-pwa-ah2s
  .o-modal-content--pwa.o-modal-content
  .o-modal-content__footer {
  background: transparent;
}
.o-pwa-ah2s
  .o-modal-content--pwa.o-modal-content
  .o-modal-content__footer
  button {
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
}
.o-pwa-ah2s
  .o-modal-content--pwa.o-modal-content
  .o-modal-content__footer
  button:last-child {
  margin-bottom: 0;
}
.o-pwa-ah2s
  .o-modal-content--pwa.o-modal-content
  .o-modal-content__footer
  button.a-modal-btn__primary {
  background-color: #00a7e3;
  border-color: #00a7e3;
  color: #fff;
}
.o-pwa-ah2s
  .o-modal-content--pwa.o-modal-content
  .o-modal-content__footer
  button.a-modal-btn__secondary {
  background-color: #fff;
  border-color: #c4c4c4;
  color: #202427;
}
.o-pwa-ah2s.o-pwa-ah2s--offline-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 7px 7px 0 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 99999986;
}
.o-pwa-ah2s.o-pwa-ah2s--offline-banner .o-pwa-ah2s__content {
  color: #fff;
  font-size: 1.3rem;
}
.o-pwa-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-pwa-body .a-svg {
  margin-bottom: 20px;
}
.o-pwa-body .o-pwa-body__content {
  padding: 0 16px;
  text-align: center;
}

.f-headline-s {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.42;
}
@media screen and (min-width: 640px) {
  .f-headline-s {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.f-headline-m {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.37;
}
@media screen and (min-width: 640px) {
  .f-headline-m {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.f-headline-l {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .f-headline-l {
    font-size: 2.8rem;
    line-height: 1.42;
  }
}
.f-headline-xl {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .f-headline-xl {
    font-size: 4.8rem;
    line-height: 0.87;
  }
}
.f-body-xs {
  font-weight: 400;
}
.f-body-xs,
.f-body-xs-medium {
  font-size: 1.1rem;
  line-height: 1.54;
}
.f-body-xs-medium {
  font-weight: 500;
}
.f-body-xs-black {
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.54;
}
.f-body-s {
  font-weight: 500;
}
.f-body-s,
.f-body-s-medium {
  font-size: 1.4rem;
  line-height: 1.42;
}
.f-body-s-medium {
  font-weight: 700;
}
.f-body-s-black {
  font-weight: 900;
}
.f-body-m,
.f-body-s-black {
  font-size: 1.4rem;
  line-height: 1.42;
}
.f-body-m {
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .f-body-m {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.f-body-m-medium {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
}
@media screen and (min-width: 640px) {
  .f-body-m-medium {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.f-body-m-black {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
}
@media screen and (min-width: 640px) {
  .f-body-m-black {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.f-body-l {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .f-body-l {
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
.f-body-l-medium {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .f-body-l-medium {
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
.f-body-l-black {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .f-body-l-black {
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
.f-body-xl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.38;
}
@media screen and (min-width: 640px) {
  .f-body-xl {
    font-size: 2.4rem;
    line-height: 1.29;
  }
}
.break-words {
  word-wrap: anywhere;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -moz-hyphens: none;
  overflow-wrap: break-word;
  word-break: break-word;
}
.a-svg--picto-podcast {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 45px;
  width: 45px;
}
.a-page-title {
  word-wrap: anywhere;
  font-size: 2.3rem;
  font-weight: 700;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -moz-hyphens: none;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media screen and (min-width: 640px) {
  .a-page-title {
    font-size: 3.6rem;
  }
}
.a-tag {
  margin: 2px 0 5px;
  padding: 0 5px;
}
.a-tag .a-tag__wrapper {
  background-color: #00a7e3;
  border: 1px solid transparent;
  border-radius: unset;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-box-shadow: 0.5rem 0 0 #00a7e3, -0.5rem 0 0 #00a7e3;
  box-shadow: 0.5rem 0 0 #00a7e3, -0.5rem 0 0 #00a7e3;
  color: #fff;
  display: inline;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 2px;
  text-transform: uppercase;
}
.a-tag .a-tag__wrapper.a-tag__wrapper--flex,
.a-tag.a-tag--exercise {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.a-tag.a-tag--exercise {
  border-radius: 8px;
  color: #fff;
  padding: 10px 12px;
}
.a-tag.a-tag--exercise-a1 {
  background-color: #a2c100;
}
.a-tag.a-tag--exercise-a2 {
  background-color: #40ab2c;
}
.a-tag.a-tag--exercise-b1 {
  background-color: #00c5e5;
}
.a-tag.a-tag--exercise-b2 {
  background-color: #0038b9;
}
.a-tag.a-tag--exercise-c1,
.a-tag.a-tag--exercise-c1c2,
.a-tag.a-tag--exercise-c2 {
  background-color: #aa00f1;
}
.a-tag.a-tag--liveblog {
  padding: 0;
}
.a-tag.a-tag--liveblog .a-tag__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #d60e0e;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 900;
  gap: 5px;
  line-height: 1.42;
  line-height: 1.2;
  padding: 5px 8px;
}
@media screen and (min-width: 640px) {
  .a-tag.a-tag--liveblog .a-tag__wrapper {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.a-tag.a-tag--liveblog .a-tag__wrapper .a-live-dot {
  background: #fff;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.m-em-image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 28px;
}
.m-em-image .m-figure {
  display: inline-block;
}
.m-em-image .m-figure .m-figure__caption .a-media-legend {
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .m-em-image .m-figure .m-figure__caption .a-media-legend {
    font-size: 1.5rem;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.m-em-video {
  margin-bottom: 28px;
}
.m-em-video .m-em-video__time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  margin-top: 15px;
}
.m-em-video .m-em-video__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.m-em-video.m-em-video--pip {
  -webkit-animation: fade-in-up 0.25s ease forwards;
  animation: fade-in-up 0.25s ease forwards;
  height: auto;
  inset-block-end: 60px;
  inset-inline-end: 20px;
  margin-bottom: 0;
  position: fixed;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: margin-bottom 0.3s ease;
  transition: margin-bottom 0.3s ease;
  width: 260px;
  z-index: 999999999;
}
body.u-readmore-active .m-em-video.m-em-video--pip {
  margin-bottom: 70px;
}
.m-em-video.m-em-video--pip
  .m-em-video__video-wrapper
  .m-em-video__mute-pip {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.6);
  border-color: transparent;
  border-style: solid;
  border-width: 4px 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  inset-block-start: 5px;
  inset-inline-start: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 20px;
  z-index: 1;
}
.m-em-video.m-em-video--pip
  .m-em-video__video-wrapper
  .m-em-video__mute-pip:after,
.m-em-video.m-em-video--pip
  .m-em-video__video-wrapper
  .m-em-video__mute-pip:before {
  width: 20px;
}
.m-em-video.m-em-video--pip
  .m-em-video__video-wrapper
  .m-em-video__close-pip {
  background-color: hsla(0, 0%, 100%, 0.6);
  border: 4px solid transparent;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 16px;
  inset-block-start: 5px;
  inset-inline-end: 5px;
  position: absolute;
  width: 16px;
  z-index: 1;
}
.m-em-video.m-em-video--pip
  .m-em-video__video-wrapper
  .m-em-video__close-pip:after,
.m-em-video.m-em-video--pip
  .m-em-video__video-wrapper
  .m-em-video__close-pip:before {
  width: 20px;
}
.m-em-video.m-em-video--pip
  .m-em-video__video-wrapper
  .m-em-video__close-pip.a-close-button {
  direction: inherit;
}
.m-em-video .m-em-video__video .m-em-video__video-wrapper {
  display: none;
}
.m-em-video .m-em-video__video-wrapper {
  background-color: #c4c4c4;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__youtube-wrapper
  div[id$='-ad'] {
  position: absolute !important;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__youtube-wrapper
  div[id$='-ad']
  > div {
  background-color: transparent !important;
  height: 100% !important;
  width: 100% !important;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__youtube-wrapper
  div[id$='-ad']
  > div
  > div,
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__youtube-wrapper
  div[id$='-ad']
  > div
  > div
  > iframe {
  height: 100% !important;
  width: 100% !important;
}
.m-em-video
  .m-em-video__video-wrapper
  > .m-em-video__youtube-wrapper
  > div[id$='-ad'],
.m-em-video
  .m-em-video__video-wrapper
  > .m-em-video__youtube-wrapper
  > iframe,
.m-em-video .m-em-video__video-wrapper > .video-player-box,
.m-em-video .m-em-video__video-wrapper > iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.m-em-video .m-em-video__video-wrapper > .video-player-box .video-js {
  height: 100%;
  width: 100%;
}
.m-em-video .m-em-video__video-wrapper .m-em-video__cmp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__cmp
  .m-em-video__cmp__image {
  max-height: 100%;
  max-width: 100%;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__cmp
  .m-em-video__cmp__disclaimer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__cmp
  .m-em-video__cmp__disclaimer
  .m-em-video__cmp__disclaimer-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 280px;
  position: relative;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__cmp
  .m-em-video__cmp__disclaimer
  .m-em-video__cmp__disclaimer-wrapper
  button,
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__cmp
  .m-em-video__cmp__disclaimer
  .m-em-video__cmp__disclaimer-wrapper
  p {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  font-size: 1.3rem;
  margin-top: 15px;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__cmp
  .m-em-video__cmp__disclaimer
  .m-em-video__cmp__disclaimer-wrapper
  button:first-child,
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__cmp
  .m-em-video__cmp__disclaimer
  .m-em-video__cmp__disclaimer-wrapper
  p:first-child {
  margin-top: 0;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__cmp
  .m-em-video__cmp__disclaimer
  .m-em-video__cmp__disclaimer-wrapper
  p {
  color: #fff;
  line-height: 1.3;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__cmp
  .m-em-video__cmp__disclaimer
  .m-em-video__cmp__disclaimer-wrapper
  button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-padding-end: 10px;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  color: #202427;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.15;
  max-width: 300px;
  padding: 4px 0;
  padding-inline-end: 10px;
  text-align: start;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__cmp
  .m-em-video__cmp__disclaimer
  .m-em-video__cmp__disclaimer-wrapper
  button
  .a-svg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  margin: 0 10px;
}
.m-em-video
  .m-em-video__video-wrapper
  .m-em-video__cmp
  .m-em-video__cmp__disclaimer:before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.m-em-video .m-em-video__video-wrapper {
  margin-bottom: 5px;
}
.t-content .t-content__body .m-em-video .m-figure .m-figure__caption {
  padding: 8px 0;
}
@media screen and (min-width: 480px) {
  .m-em-video.m-em-video--pip {
    width: 320px;
  }
}
@media screen and (min-width: 640px) {
  .m-em-video
    .m-em-video__video-wrapper
    .m-em-video__cmp
    .m-em-video__cmp__disclaimer
    .m-em-video__cmp__disclaimer-wrapper {
    max-width: 500px;
  }
  .m-em-video
    .m-em-video__video-wrapper
    .m-em-video__cmp
    .m-em-video__cmp__disclaimer
    .m-em-video__cmp__disclaimer-wrapper
    button,
  .m-em-video
    .m-em-video__video-wrapper
    .m-em-video__cmp
    .m-em-video__cmp__disclaimer
    .m-em-video__cmp__disclaimer-wrapper
    p {
    font-size: 1.5rem;
  }
}
.m-main-media-btn {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.m-main-media-btn .m-main-media-btn__picto {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.u-media-video-loading .m-main-media-btn .a-circle-loader {
  display: block;
  height: 30px;
  left: calc(50% - 15px);
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
}
.u-media-video-loading .m-main-media-btn .a-circle-loader__main-circle {
  border-color: #00a7e3 transparent transparent #00a7e3;
  border-width: 2px;
}
.u-media-video-loading .m-main-media-btn .a-circle-loader__bg-circle {
  border: 1px solid #c4c4c4;
  height: 27px;
  left: 1px;
  top: 1px;
  width: 27px;
}
.u-media-video-loading .m-main-media-btn .a-circle-loader:after,
.u-media-video-loading .m-main-media-btn .a-circle-loader:before {
  background-color: #00a7e3;
  height: 2px;
  top: 13px;
  width: 2px;
}
@media screen and (min-width: 640px) {
  .m-main-media-btn .m-main-media-btn__picto.a-svg {
    height: 120px;
    width: 120px;
  }
  .u-media-video-loading .m-main-media-btn .a-circle-loader {
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    width: 60px;
  }
  .u-media-video-loading .m-main-media-btn .a-circle-loader__main-circle {
    border-color: #00a7e3 transparent transparent #00a7e3;
    border-width: 2px;
  }
  .u-media-video-loading .m-main-media-btn .a-circle-loader__bg-circle {
    border: 1px solid #c4c4c4;
    height: 57px;
    left: 1px;
    top: 1px;
    width: 57px;
  }
  .u-media-video-loading .m-main-media-btn .a-circle-loader:after,
  .u-media-video-loading .m-main-media-btn .a-circle-loader:before {
    background-color: #00a7e3;
    height: 2px;
    top: 28px;
    width: 2px;
  }
}
.m-pub-dates {
  color: #616972;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-pub-dates .m-pub-dates__date {
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}
.m-share-bar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.m-share-bar .m-share-bar__link {
  -ms-flex-item-align: start;
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  display: inherit;
  -webkit-flex: 0 1 35px;
  -ms-flex: 0 1 35px;
  flex: 0 1 35px;
  -webkit-justify-content: center;
  justify-content: center;
}
.m-share-bar .m-share-bar__link .a-picto-social--iframe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-share-bar .m-share-bar__link.m-share-bar__link--desktop {
  display: none;
}
.m-share-bar
  .m-share-bar__link.m-share-bar__link--podcast
  .a-picto-social
  .a-svg--picto-podcast {
  background: url("")
    no-repeat 50%;
  background-size: contain;
  height: 45px;
  height: 35px;
  width: 45px;
  width: 35px;
}
@media screen and (min-width: 640px) {
  .m-share-bar .m-share-bar__link.m-share-bar__link--mobile {
    display: none;
  }
  .m-share-bar .m-share-bar__link.m-share-bar__link--desktop {
    display: inherit;
  }
}
.t-content.t-content--article .t-content__title.a-page-title {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.t-content.t-content--article .t-content__chapo {
  margin-bottom: 12px;
}
.t-content.t-content--article .t-content__list-content {
  background-color: #f0f0f0;
}
.t-content.t-content--article
  .t-content__list-content
  .o-aside-content
  .o-aside-content__title.a-aside-title {
  font-size: 2rem;
  font-weight: 400;
}
.t-content.t-content--article
  .t-content__dates.t-content__dates--reading-time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-content.t-content--article
  .t-content__dates.t-content__dates--reading-time
  .m-pub-dates {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 20px;
}
.t-content.t-content--article
  .t-content__dates.t-content__dates--reading-time
  .a-reading-time {
  -webkit-box-flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  color: #616972;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.t-content.t-content--article .t-content__top-articles {
  margin-bottom: 50px;
}
.t-content.t-content--article
  .o-ad-container.o-ad-container--outbrain
  + .t-content__tags {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .t-content.t-content--article .t-content__title.a-page-title {
    font-size: 4.4rem;
  }
  .t-content.t-content--article .t-content__chapo {
    margin-bottom: 16px;
  }
  .t-content.t-content--article
    .t-content__dates.t-content__dates--reading-time,
  .t-content.t-content--article
    .t-content__dates.t-content__dates--reading-time
    .a-reading-time {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .t-content.t-content--article
    .t-content__list-content
    .o-aside-content
    .o-aside-content__title.a-aside-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .t-content.t-content--article .t-content__chapo {
    margin-left: 22px;
    margin-right: 22px;
    max-width: none;
  }
  .t-content.t-content--article .t-content__shares {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }
  .t-content.t-content--article.t-content--diaporama .t-content__shares,
  .t-content.t-content--article.t-content--diaporama .t-content__tags,
  .t-content.t-content--article.t-content--video .t-content__shares,
  .t-content.t-content--article.t-content--video .t-content__tags {
    margin-left: 22px;
    margin-right: 22px;
    max-width: none;
  }
}

.fb--container .selected ._4i94 {
  display: inline-block;
}

.fb--container .selected ._4i95 {
  display: none;
}

.fb--container label {
  cursor: pointer;
  color: #666;
  font-weight: 700;
  vertical-align: middle;
}

.fb--container label input {
  font-weight: 400;
}

.fb--container textarea {
  max-width: 100%;
}

.fb--container body {
  background: #fff;
  color: #1d2129;
  direction: ltr;
  line-height: 1.34;
  margin: 0;
  padding: 0;
  unicode-bidi: embed;
}

.fb--container body,
.fb--container button,
.fb--container input,
.fb--container label,
.fb--container td,
.fb--container textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fb--container h1,
.fb--container h2,
.fb--container h3,
.fb--container h4,
.fb--container h5,
.fb--container h6 {
  color: #1d2129;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.fb--container h1 {
  font-size: 14px;
}

.fb--container h4,
.fb--container h5,
.fb--container h6 {
  font-size: 12px;
}

.fb--container p {
  margin: 1em 0;
}

.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}

.fb--container button {
  margin: 0;
}

.fb--container a:hover {
  text-decoration: underline;
}

.fb--container img {
  border: 0;
}

.fb--container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}

.fb--container hr {
  background: #d9d9d9;
  border-width: 0;
  color: #d9d9d9;
  height: 1px;
}

.fb--container .clearfix::after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container #facebook .hidden_elem {
  display: none !important;
}

.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}

.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}

.fb--container body {
  overflow-y: scroll;
}

.fb--container ._li._li._li {
  overflow: initial;
}

.fb--container .pluginFontHelvetica,
.fb--container .pluginFontHelvetica button,
.fb--container .pluginFontHelvetica input,
.fb--container .pluginFontHelvetica label,
.fb--container .pluginFontHelvetica td,
.fb--container .pluginFontHelvetica textarea {
  font-family: Helvetica, Arial, sans-serif;
}

.fb--container body.plugin {
  background: 0 0;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.28;
  text-size-adjust: none;
}

.fb--container .plugin,
.fb--container .plugin button,
.fb--container .plugin input,
.fb--container .plugin label,
.fb--container .plugin td,
.fb--container .plugin textarea {
  font-size: 11px;
}

.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.fb--container ._42ft:hover {
  text-decoration: none;
}

.fb--container ._42ft + ._42ft {
  margin-left: 4px;
}

.fb--container ._42fr {
  cursor: default;
}

.fb--container i.img u {
  left: -999999px;
  position: absolute;
}

.fb--container .lfloat {
  float: left;
}

.fb--container .rfloat {
  float: right;
}

.fb--container .fss {
  font-size: 9px;
}

.fb--container .fsm {
  font-size: 12px;
}

.fb--container .fwn {
  font-weight: 400;
}

.fb--container .fcg {
  color: #90949c;
}

.fb--container ._43q7 .img {
  vertical-align: bottom;
}

.fb--container a._p {
  display: block;
}

.fb--container ._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

.fb--container ._4jy0::before {
  content: '';
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.fb--container html ._4jy0:focus {
  box-shadow: rgba(88, 144, 255, 0.74902) 0 0 1px 2px,
    rgba(0, 0, 0, 0.14902) 0 1px 1px;
  outline: 0;
}

.fb--container ._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}

.fb--container ._4jy0._42fr .img {
  opacity: 0.5;
}

.fb--container ._517h,
.fb--container ._59pe:focus,
.fb--container ._59pe:hover {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}

.fb--container ._517h:hover {
  background-color: #e9ebee;
}

.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}

.fb--container ._517h._42fr {
  background-color: #f6f7f9;
  border-color: #dddfe2;
  color: #bec2c9;
}

.fb--container ._4jy1,
.fb--container ._4jy2 {
  color: #fff;
}

.fb--container ._4jy1 {
  background-color: #4267b2;
  border-color: #4267b2;
}

.fb--container ._4jy1:hover {
  background-color: #365899;
  border-color: #365899;
}

.fb--container ._4jy1:active {
  background-color: #29487d;
  border-color: #29487d;
}

.fb--container ._4jy1._42fr {
  background-color: #9cb4d8;
  border-color: #9cb4d8;
}

.fb--container ._4jy2._42fr {
  background-color: #ace0a2;
  border-color: #ace0a2;
}

.fb--container ._59pe,
.fb--container ._59pe._42fr {
  background: 0 0;
  border-color: transparent;
}

.fb--container ._517i,
.fb--container ._517i._42fr:active {
  height: 18px;
  line-height: 18px;
}

.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
  line-height: 22px;
}

.fb--container ._4jy4,
.fb--container ._4jy4._42fr:active {
  line-height: 26px;
  padding: 0 10px;
}

.fb--container ._4jy5,
.fb--container ._4jy5._42fr:active {
  line-height: 34px;
  padding: 0 16px;
}

.fb--container ._4jy6,
.fb--container ._4jy6._42fr:active {
  line-height: 42px;
  padding: 0 24px;
}

.fb--container ._3y89 ._4jy0 {
  border-bottom-width: 0;
  border-top-width: 0;
}

.fb--container ._3y89 > ._4jy0:first-child,
.fb--container ._3y89 > :first-child ._4jy0 {
  border-left-width: 0;
  border-radius: 1px 0 0 1px;
}

.fb--container ._3y89 > ._4jy0:last-child,
.fb--container ._3y89 > :last-child ._4jy0 {
  border-radius: 0 1px 1px 0;
  border-right-width: 0;
}

.fb--container ._50f3 {
  font-size: 12px;
  line-height: 16px;
}

.fb--container ._50f7 {
  font-weight: 700;
}

.fb--container ._5kx5 {
  font-weight: 400;
}

.fb--container ._50f8 {
  color: #90949c;
}

.fb--container #facebook ._5s6c._5s6c,
.fb--container ._5s6c {
  font-family: Georgia, serif;
  letter-spacing: normal;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._51mz {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.fb--container ._51mx:first-child > ._51m- {
  padding-top: 0;
}

.fb--container ._51mx:last-child > ._51m- {
  padding-bottom: 0;
}

.fb--container ._51mz ._51mw {
  padding-right: 0;
}

.fb--container ._51mz ._51m-:first-child {
  padding-left: 0;
}

.fb--container ._8o,
.fb--container ._8o .img {
  display: block;
}

.fb--container ._8r {
  margin-right: 5px;
}

.fb--container ._8s {
  margin-right: 8px;
}

.fb--container ._6a {
  display: inline-block;
}

.fb--container ._6b {
  vertical-align: middle;
}

.fb--container ._ohe {
  float: left;
}

.fb--container ._ohf {
  float: right;
}

.fb--container ._4qba {
  font-style: normal;
}

.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}

.fb--container ._3-8y {
  margin-top: 12px;
}

.fb--container ._3-8_ {
  margin-right: 4px;
}

.fb--container ._3-96 {
  margin-bottom: 12px;
}

.fb--container ._3-99 {
  margin-left: 4px;
}

.fb--container ._2ph- {
  padding: 8px;
}

.fb--container ._2pi3 {
  padding-bottom: 8px;
  padding-top: 8px;
}

.fb--container ._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}

.fb--container ._2pis {
  padding-left: 8px;
}

.fb--container .sp_Zf93eLkohoS {
  display: inline-block;
  height: 12px;
  width: 12px;
}

.fb--container .sp_Zf93eLkohoS.sx_97c3ab {
  width: 14px;
  height: 14px;
  background-position: -19px -182px;
}

.fb--container ._2agf {
  word-wrap: normal;
}

.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fb--container a.uiLinkSubtle {
  color: #90949c;
}

.fb--container .uiInputLabel {
  position: relative;
}

.fb--container .uiInputLabel + .uiInputLabel {
  margin-top: 3px;
}

.fb--container .uiInputLabelInput {
  margin: 0;
  padding: 0;
  position: absolute;
}

.fb--container .uiInputLabel .uiInputLabelLabel {
  display: inline-block;
  margin-left: 17px;
  vertical-align: baseline;
}

.fb--container .UFIInputContainer {
  position: relative;
}

.fb--container .UFICommentAttachmentButtons {
  bottom: 0;
  height: 24px;
  position: absolute;
  right: 0;
}

.fb--container .UFICommentActorName {
  font-weight: 700;
}

.fb--container ._5v47 {
  display: inline;
  white-space: nowrap;
}

.fb--container ._5uzb {
  padding-right: 3px;
}

.fb--container span._47e3 .img {
  vertical-align: -3px;
}

.fb--container .sp_-J_-HgF_hOz {
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
  width: 13px;
  height: 15px;
  background-position: 0 -713px;
}

.fb--container .sp_LOJ2j-KswDP {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
  width: 12px;
  height: 12px;
  background-position: -365px -220px;
}

.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
  width: 9px;
  height: 8px;
  background-position: -207px -196px;
}

.fb--container .selected .sp_LOJ2j-KswDP.sx_32ff1f {
  background-position: -198px -196px;
}

.fb--container ._56q9 {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  word-wrap: break-word;
}

.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}

.fb--container #facebook ._1e_f {
  overflow: visible;
}

.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}

.fb--container ._2vq9 a {
  color: #4267b2;
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle {
  color: #90949c;
}

.fb--container ._4iy4 {
  bottom: -2px;
  position: relative;
}

.fb--container ._4q1v {
  color: #90949c;
  display: inline;
}

.fb--container ._4q1v a {
  color: #90949c;
}

.fb--container ._5mdd {
  word-wrap: break-word;
}

.fb--container ._5mdd ._5v47 {
  font-size: 14px;
}

.fb--container ._5mdd a {
  color: #4267b2;
}

.fb--container ._2392 {
  margin-bottom: 24px;
}

.fb--container ._4uyl ._1cb {
  border: 1px solid #d3d6db;
  word-wrap: break-word;
}

.fb--container ._1zz8 ._1u9t {
  min-height: 40px;
}

.fb--container ._1zz6 ._1u9t,
.fb--container ._1zz7 ._1u9t {
  min-height: 48px;
}

.fb--container ._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}

.fb--container ._4uyl ._1u9t {
  font-size: 14px;
  padding: 12px 8px;
}

.fb--container ._4uyl ._1p1t {
  color: #a9a9a9;
}

.fb--container ._5tr6 {
  background: #f6f7f9;
  text-align: right;
}

.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 button {
  font-size: 14px;
  white-space: normal;
}

.fb--container ._4uym {
  border-width: 0 1px 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #d3d6db;
  border-bottom-color: #d3d6db;
  border-left-color: #d3d6db;
  border-image: initial;
  border-top-style: initial;
  border-top-color: initial;
}

.fb--container ._2ern {
  font-size: 12px;
}

.fb--container ._1u0n {
  line-height: 24px;
}

.fb--container ._5lm5 {
  border-top: 1px solid #e9ebee;
  font-size: 11px;
}

.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.fb--container ._pup {
  color: #4b4f56;
}

.fb--container ._5o4h ._1gl3 {
  background: #4080ff;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  margin-top: 24px;
  padding: 12px;
  text-shadow: none;
  width: 100%;
}

.fb--container ._1ci {
  height: 48px;
  width: 48px;
}

.fb--container ._1cj {
  height: 36px;
  width: 36px;
}

.fb--container ._5yct {
  background-color: #f6f7f9;
  color: #365899;
}

.fb--container ._55sg {
  vertical-align: baseline;
}

.fb--container .uiInputLabel ._55sg + .uiInputLabelLabel {
  margin-left: 23px;
}

.fb--container .webkit ._55sg > input + span::before {
  content: '';
  display: inline-block;
  height: 16px;
  margin: 0 1px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 16px;
}

.fb--container ._kv1 {
  position: relative;
}

.fb--container .webkit ._kv1 {
  user-select: none;
}

.fb--container .uiInputLabelInput._kv1 {
  position: absolute;
}

.fb--container .webkit ._kv1 > input {
  left: 0;
  opacity: 0;
  position: absolute;
}

.fb--container .webkit ._kv1 > input:focus {
  outline: 0;
}
