html::after {
  display: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  color: #212529;
  font-family: "Source Sans 3", arial, sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
a {
  background-color: transparent;
  color: #003978;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  display: inline-block;
}
a:hover {
  text-decoration: underline;
  color: #003978;
}
img,
svg {
  vertical-align: middle;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
button,
textarea {
  margin: 0;
}
button,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[role="button"],
a,
button,
textarea {
  touch-action: manipulation;
}
figure {
  margin: 0 0 12px;
  overflow: hidden;
}
p {
  margin: 0 0 16px;
  overflow-wrap: break-word;
}
.r-img {
  display: block;
}
.r-ratio--16-9 img {
  aspect-ratio: 16/9;
}
r-pub {
  display: block;
  text-align: center;
}
r-pub > div {
  margin: 16px auto;
}
.r-pub--wal > div {
  margin: 0;
}
.r-anonyme .-is-connecte {
  display: none !important;
}
@-webkit-keyframes show {
  0%,
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0%,
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.r-sticky--panel {
  background: #fff;
  bottom: 0;
  box-shadow: 0 -4px 8px #575757;
  content-visibility: hidden;
  opacity: 0;
  overflow: auto;
  padding: 8px 8px 54px;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 80%;
  z-index: 152;
}
.-on-left {
  left: 0;
}
.not-lazy {
  background-size: 100%;
  height: 100%;
}
@font-face {
  font-display: auto;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src:
    local("Source Sans 3 Bold"),
    url("/fonts/SourceSans3-Bold.woff2") format("woff2");
}
@font-face {
  font-display: auto;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src:
    local("Source Sans 3 Regular"),
    url("/fonts/SourceSans3-Regular.woff2") format("woff2");
}
@font-face {
  font-display: auto;
  font-family: "Stix Two Text";
  src: url("/fonts/STIXTwoText-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: auto;
  font-family: "Stix Two Text";
  src: url("/fonts/STIXTwoText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: auto;
  font-family: "Stix Two Text";
  src: url("/fonts/STIXTwoText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: block;
  font-family: main;
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/main.woff2") format("woff2");
}
r-icon {
  display: inline-block;
  font-family: main;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.r-icon--menu::before {
  content: "\ea01";
}
.r-icon--commenter::before {
  content: "\ea05";
}
.r-icon--facebook::before {
  content: "\ea0d";
}
.r-icon--mail::before {
  content: "\ea10";
}
.r-icon--print::before {
  content: "\ea11";
}
.r-icon--linkedin::before {
  content: "\ea1a";
}
.r-icon--whatsapp::before {
  content: "\ea43";
}
.r-icon--filinfo::before {
  content: "\ea54";
}
.r-icon--partager::before {
  content: "\ea64";
}
.r-icon--tempsdelecture::before {
  content: "\ea65";
}
.r-icon--fluxrss::before {
  content: "\ea74";
}
.r-icon--instagram::before {
  content: "\ea92";
}
.r-icon--laune::before {
  content: "\ea94";
}
.r-icon--user::before {
  content: "\ea9e";
}
.r-icon--retourenhautdusite::before {
  content: "\eaaa";
}
.r-icon--twitter::before {
  content: "\eab0";
}
.r-icon--bluesky::before {
  content: "\ead3";
}
html {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 30px);
}
h1,
h2,
h3 {
  margin-bottom: 8px;
  margin-top: 8px;
  font-family: "Stix Two Text", arial, sans-serif;
}
h1 {
  -webkit-align-items: center;
  align-items: center;
  color: #003978;
  display: -webkit-flex;
  display: flex;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  grid-area: event;
}
h1::after,
h1::before {
  background: #003978;
  content: "";
  -webkit-flex: 1;
  flex: 1;
  height: 1px;
  margin: 16px;
}
h1::after {
  margin-left: 32px;
}
h1::before {
  margin-right: 32px;
}
h2 {
  font-size: 2rem;
  line-height: 1.35;
}
h3 {
  font-size: 1.3rem;
  line-height: 1.35;
}
address {
  font-size: 0.75rem;
  font-style: normal;
}
p a {
  display: inline;
  text-decoration: underline;
}
button {
  cursor: pointer;
}
r-header {
  display: block;
}
body:not(.r-viewtiful) r-header {
  height: 90px;
}
i-header {
  -webkit-align-items: center;
  align-items: center;
  display: grid;
  grid-template-areas: "burger logo login" "home menu menu";
  grid-template-columns: minmax(0, 50px) minmax(0, auto) minmax(0, 50px);
  grid-template-rows: 48px 42px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 101;
  background: linear-gradient(to bottom, #003978 48px, #fff 48px);
  box-shadow: 0 0 6px #ddeefd;
  height: 91px;
}
r-wrapper {
  display: block;
}
r-main {
  display: block;
  position: relative;
}
r-btn {
  display: block;
}
.r-btn {
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 0.9rem;
  line-height: normal;
  padding: 8px 24px 6px;
}
.r-btn:hover {
  text-decoration: none;
}
.r-btn r-icon {
  margin: 0 8px;
}
.r-btn--light,
.r-btn--light:hover {
  color: #fff;
}
.r-btn--light:hover span {
  text-decoration: underline;
}
.r-btn--primary {
  background: #003978;
  border: 1px solid #003978;
  border-radius: 32px;
  color: #fff;
  font-weight: 700;
}
.r-btn--primary:hover {
  color: #fff;
  background: #013562;
}
.r-btn--secondary {
  background: #fdc800;
  border: 1px solid #fdc800;
  border-radius: 32px;
  color: #003978;
}
.r-btn--secondary:hover {
  background: 0 0;
  border: 1px solid #fdc800;
  color: #fdc800;
}
.r-btn--outline {
  background: #fff;
  border: 1px solid #003978;
  border-radius: 32px;
  color: #003978;
  font-weight: 700;
}
.r-btn--outline:hover {
  background: #003978;
  border-color: #003978;
  color: #fff;
}
.r-btn--more {
  padding: 16px 0;
  text-align: center;
}
.r-btn--more .r-btn {
  font-size: 1rem;
}
.r-btn--home {
  grid-area: home;
  color: #003978;
  font-size: 0.9rem;
  height: 30px;
  line-height: 30px;
  margin: auto;
  padding: 0;
}
.r-btn--home:hover {
  color: #003978;
}
.r-btn--home r-icon {
  line-height: 30px;
  font-size: 1.5rem;
}
.r-btn--burger {
  font-size: 30px;
  grid-area: burger;
  height: 48px;
  padding: 0;
  color: #fff;
}
.r-btn--burger:hover {
  color: #fff;
}
.r-btn--burger r-icon {
  line-height: 48px;
}
r-direct {
  color: #003978;
  display: block;
  padding: 0 16px;
}
.page-node r-direct {
  padding: 0;
}
r-direct--header {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.r-direct--heading {
  font-family: "Source Sans 3", arial, sans-serif;
  font-size: 1.3rem;
}
.page-node .r-direct--heading {
  font-size: 1.5rem;
  margin: 32px auto;
  text-align: center;
}
.r-direct--notification {
  display: none;
}
.r-direct--tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.r-direct--tab {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 4px;
  padding: 0 8px;
  text-transform: uppercase;
}
.r-direct--tab.-is-active,
.r-direct--tab:hover {
  text-decoration: underline;
}
.r-direct--tab.-is-current {
  -webkit-order: -1;
  order: -1;
}
.r-direct--nav {
  display: none;
}
.r-direct--menu {
  cursor: pointer;
  list-style: none;
  text-transform: uppercase;
}
r-direct--list {
  display: block;
  min-height: 150px;
}
.r-direct--loading i {
  background: repeating-linear-gradient(
    to bottom,
    #f0f7fd 0,
    #f0f7fd 1rem,
    #fff 1rem,
    #fff 1.4rem
  );
  display: block;
  height: 2.8rem;
}
.r-direct--loading time i {
  height: 0.75rem;
  margin-right: 0.5rem;
  margin-top: -0.75rem;
  width: 2.5rem;
}
.r-direct--item {
  display: grid;
  grid-template-areas: "time titre" "time meta";
  grid-template-columns: 1fr 4fr;
}
.r-direct--item:last-child .r-direct--title {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.r-direct--time {
  border-right: 1px solid #f0f7fd;
  font-size: 0.9rem;
  grid-area: time;
  line-height: 0;
  margin-right: 16px;
  margin-top: 16px;
  position: relative;
}
.r-direct--time::after {
  content: "";
  border: 2px solid #003978;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  right: -4px;
  background: #fff;
  top: -4px;
}
.r-direct--title {
  border-bottom: 1px solid #f0f7fd;
  font-size: 1rem;
  font-weight: 600;
  grid-area: titre;
  margin-top: 5px;
  padding-bottom: 16px;
}
.not-lazy {
  display: none;
}
.r-img {
  width: 100%;
}
.r-logo {
  align-self: center;
  display: -webkit-flex;
  display: flex;
  grid-area: logo;
  height: 100%;
  margin: auto;
}
.r-logo svg {
  margin: auto;
}
r-menu {
  display: block;
}
.r-menu--link {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}
.r-menu--horizontal {
  display: -webkit-flex;
  display: flex;
  font-family: "Stix Two Text", arial, sans-serif;
  font-size: 1.1rem;
  grid-area: menu;
  overflow: auto;
  white-space: nowrap;
}
.r-menu--horizontal::-webkit-scrollbar {
  display: none;
}
.r-menu--horizontal .r-menu--link {
  font-weight: 600;
  line-height: 1;
  margin: 0 3px;
  padding: 9px 12px 8px;
}
.r-menu--horizontal .r-menu--link:hover {
  text-decoration: none;
}
.r-menu--horizontal .r-menu--link:first-child {
  margin-left: 8px;
}
r-header .r-menu--horizontal {
  font-family: "Stix Two Text", arial, sans-serif;
  grid-area: menu;
  overflow: auto;
}
.r-menu--article {
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 155;
  background: #fff;
  border-top: 1px solid #003978;
}
.r-menu--article .r-menu--link {
  border-right: 1px solid #f0f7fd;
  padding: 4px 16px;
  text-align: center;
}
.r-menu--article r-icon {
  font-size: 1.7rem;
}
.r-menu--article r-btn {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 0 16px;
  position: relative;
  color: #003978;
}
.r-menu--article r-btn r-icon {
  font-size: 1.7rem;
  text-align: center;
}
.r-menu--breadcrumb {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Source Sans 3", arial, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.r-menu--breadcrumb .r-menu--link {
  padding: 0;
}
.r-menu--breadcrumb .r-menu--link::after {
  content: "•";
  padding: 0 8px;
}
.r-menu--breadcrumb .r-menu--link:last-child::after {
  display: none;
}
.r-menu--breadcrumb .r-menu--link:hover {
  text-decoration: none;
}
.r-menu--share-link {
  background: 0 0;
  border: 0;
  margin-right: 4px;
  padding: 0 8px;
}
.r-menu--share-link r-icon {
  font-size: 1.5rem;
}
r-panel {
  display: block;
}
.-is-anonyme,
.-is-connecte {
  display: none !important;
}
.r-anonyme .-is-anonyme {
  display: block !important;
}
.r-sso--header {
  -webkit-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-align-items: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: -webkit-flex;
  display: flex;
  grid-area: login;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.r-sso--login {
  display: none;
}
.r-sso--login:focus {
  outline: 0;
  text-decoration: none;
}
.r-sso--toggle-menu {
  -webkit-align-items: center;
  align-items: center;
  aspect-ratio: 1;
  background: #f9f9fc;
  border-radius: 50%;
  color: #003978;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 1em;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  padding: 6.4px;
}
.r-sso--toggle-menu:hover {
  background: #d6d6d6;
  text-decoration: none;
}
.r-toggle--share {
  display: -webkit-flex;
  display: flex;
}
r-article--meta {
  display: block;
  font-size: 0.75rem;
}
.r-article h1 {
  color: #000;
  display: block;
  text-align: left;
}
.r-article h1::after,
.r-article h1::before {
  display: none;
}
.r-article h2 {
  font-family: "Source Sans 3", arial, sans-serif;
  font-size: 1.3rem;
  margin: 32px 0 16px;
}
.r-article r-article--meta {
  color: #003978;
  display: grid;
  grid-template-areas: ". ." ". .";
  grid-template-columns: 1fr 6fr;
  margin-bottom: 16px;
  margin-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f7fd;
}
.r-article r-article--meta .r-author--img {
  border-right: 1px solid #003978;
  margin: 0 16px 0 0;
  padding-right: 16px;
  width: 70px;
}
.r-article r-article--meta .r-img {
  border-radius: 50%;
}
.r-article li,
.r-article p {
  font-size: 1.2rem;
  font-family: "Stix Two Text", arial, sans-serif;
}
.r-article ul {
  list-style-position: inside;
  padding: 0;
}
.r-article li {
  list-style: none;
  margin-bottom: 8px;
}
.r-article li::before {
  color: #003978;
  content: "\ea03";
  font-family: main;
  font-size: 0.9rem;
  line-height: 1.8rem;
  margin-right: 16px;
}
.r-article h1 {
  font-size: 1.7rem;
}
.r-article .r-article--header {
  grid-area: header;
}
.r-anonyme .r-article .r-article--header {
  margin-bottom: 16px;
}
.r-meta--bottom {
  color: #575757;
  grid-column: span 2;
  margin-top: 8px;
}
.r-meta--top {
  -webkit-align-self: center;
  align-self: center;
}
.r-readtime,
time {
  color: #575757;
  font-size: 0.9rem;
  grid-column: span 3;
  margin-right: 8px;
}
.r-readtime {
  padding-left: 8px;
}
r-article--meta .r-readtime {
  border-left: 1px solid #d6d6d6;
}
.r-section--principale {
  padding-bottom: 32px;
}
.r-archive--text:focus-visible {
  border-radius: 48px;
}
@media (min-width: 664px) {
  r-pub > div {
    max-width: calc(100% - 32px);
  }
  .r-sticky--panel {
    padding: 32px 32px 39px;
    width: 400px;
  }
  .-xs-only {
    display: none !important;
  }
  html {
    font-size: 15px;
    overflow-x: hidden;
  }
  h1 {
    font-size: 3rem;
    grid-column: 1/-1;
    margin: -1px 0;
    padding: 16px 0 0;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.7rem;
    font-weight: 600;
  }
  body:not(.r-viewtiful) r-header {
    height: 144px;
  }
  i-header {
    grid-template-areas: ". . burger . logo login ." ". . home menu menu menu .";
    grid-template-columns:
      24px minmax(7.8vw, auto) minmax(0, 50px) minmax(0, 200px)
      minmax(0, 828px) minmax(0, 250px) minmax(calc(7.8vw + 24px), auto);
    grid-template-rows: 80px 64px;
    height: 144px;
    background: linear-gradient(to bottom, #003978 80px, #fff 80px);
    box-shadow: 0 0 2px #ddeefd;
  }
  r-main {
    display: grid;
    grid-auto-flow: row dense;
    grid-auto-rows: auto;
    grid-gap: 1px;
    grid-template-areas: "event event event event" "direct manchette manchette ." "direct manchette manchette ." "mp-top mp-top mp-top mp-top" "imu-top . . multimedia" "imu-top . . selligent" "mp-mid mp-mid mp-mid mp-mid" "dossier dossier . inread-top" "dossier dossier . ." "mp-bottom mp-bottom mp-bottom mp-bottom" "inread-mid inread-mid . ." ". . . .";
    grid-template-columns: 332px minmax(0, 332px) minmax(0, 332px) minmax(
        0,
        332px
      );
    margin: 24px auto auto;
    background: #f0f7fd;
  }
  r-main > * {
    background: #fff;
  }
  .r-btn--more {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    grid-column: 1/-1;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -1px;
    padding: 16px 0 32px;
  }
  .r-btn--more::after,
  .r-btn--more::before {
    content: "";
    -webkit-flex: 1;
    flex: 1;
    height: 1px;
    margin: 16px;
    background: #f0f7fd;
  }
  .r-btn--burger {
    font-size: 40px;
    height: 80px;
  }
  .r-btn--burger r-icon {
    line-height: 80px;
  }
  r-direct {
    padding: 0;
  }
  r-direct--header {
    display: block;
    position: relative;
  }
  .r-direct--tabs {
    margin: 8px 0 16px;
  }
  .r-direct--tab {
    background: #fff;
    border: 1px solid #003978;
    border-radius: 32px;
    padding: 6px 24px 4px;
  }
  .r-direct--tab:hover {
    background: #003978;
    border-color: #003978;
    color: #fff;
    text-decoration: none;
  }
  .r-direct--tab.-is-active {
    background: #003978;
    color: #fff;
    text-decoration: none;
  }
  .r-menu--horizontal {
    font-size: 1.2rem;
    scrollbar-width: none;
  }
  .r-menu--horizontal .r-menu--link {
    padding: 12px 16px;
  }
  .r-menu--horizontal .r-menu--link:first-child {
    margin-left: 3px;
  }
  .r-menu--article .r-menu--link {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .r-menu--article span {
    position: relative;
    top: 1px;
  }
  .r-menu--article r-btn r-icon {
    margin: 6px 0;
  }
  .r-menu--breadcrumb {
    margin: 32px 16px 0;
    padding: 0;
  }
  .page-node .r-menu--breadcrumb {
    margin: 32px auto 0;
  }
  .r-sso--login {
    display: -webkit-flex;
    display: flex;
  }
  r-article--meta {
    font-size: 1rem;
  }
  .page-node r-main {
    background: 0 0;
    display: block;
    margin: 0 auto;
    max-width: 1920px;
  }
  .r-article h1 {
    margin-bottom: 16px;
  }
  .r-article h2 {
    font-size: 1.7rem;
  }
  .r-article address {
    font-size: 1rem;
  }
  .r-article li,
  .r-article p {
    font-size: 1.3rem;
  }
  .r-article {
    display: grid;
    grid-auto-rows: auto;
    grid-template-areas: "header header header header" ". . . .";
    margin: auto;
  }
  .r-article h1 {
    font-size: 2.5rem;
  }
  .r-article .r-article--header,
  .r-article r-article--meta {
    grid-column: 1/-1;
    margin-left: auto;
    margin-right: auto;
  }
  .r-article .r-article--header,
  .r-article h2,
  .r-article p,
  .r-article r-article--meta,
  .r-article ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 664px;
    width: 100%;
  }
  .r-readtime r-icon {
    font-size: 1.5rem;
    vertical-align: bottom;
  }
}
@media (min-width: 960px) {
  r-pub[class*="-m-"] {
    display: none;
  }
  .-only-mobile {
    display: none !important;
  }
  .r-menu--horizontal .r-menu--link:hover {
    background: #003978;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
  }
  .r-menu--article .r-menu--link:hover {
    text-decoration: none;
    background: #f0f7fd;
  }
  .r-menu--breadcrumb {
    max-width: 664px;
  }
  .r-menu--share-link:hover {
    cursor: pointer;
    background: #003978;
    color: #fff;
  }
  .r-article > * {
    grid-column: 2 / span 2;
  }
  .r-article .r-img:hover {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 1280px) {
  html::after {
    content: "lg";
  }
  r-main {
    margin: 16px max(7.8vw, calc(50vw - 664px)) auto;
  }
  .r-article {
    grid-template-columns:
      minmax(0, 332px) minmax(0, 332px) minmax(0, 332px)
      332px;
    max-width: 1328px;
  }
}
@media (max-width: 959px) {
  a:hover {
    text-decoration: none;
  }
  r-pub[class*="-d-"] {
    display: none;
  }
  [class*="hdr-flexs-m"] > div {
    padding: 16px 0;
    min-height: 282px;
  }
  .-only-desktop {
    display: none !important;
  }
  .r-article {
    padding: 0 16px;
  }
}
@media (max-width: 663px) {
  html::after {
    content: "xs";
  }
  html {
    overflow: unset;
    margin-bottom: 50px;
  }
  r-pub {
    background: #f9f9fc;
    width: 100%;
  }
  .r-btn--burger {
    margin: auto;
  }
  r-direct .r-btn--more {
    text-align: right;
  }
  r-direct .r-btn--more .r-btn--outline {
    font-size: 0.9rem;
  }
  r-direct .r-btn--outline {
    background: 0 0;
    border: none;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: underline;
  }
  .r-direct--heading {
    text-align: center;
  }
  .r-direct--time {
    border-color: #003978;
  }
  .r-logo svg {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .r-menu--article {
    font-size: 0.6rem;
    font-weight: 700;
  }
  .r-menu--article .r-menu--link {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .r-menu--article r-icon {
    display: block;
  }
  .r-menu--breadcrumb {
    margin: 32px auto 0;
    padding: 0 16px;
  }
  .r-sso--header {
    margin-right: 8px;
  }
  .r-sso--abo {
    font-size: 0.8rem;
    padding: 6px 8px 4px;
  }
  .r-toggle--share {
    background: #fff;
    border: 1px solid #003978;
    border-bottom: 0;
    bottom: 100%;
    content-visibility: hidden;
    opacity: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    visibility: hidden;
  }
  .r-meta--top,
  .r-meta--top address {
    font-size: 1rem;
  }
  .r-readtime r-icon {
    display: none;
  }
}
@media (min-width: 664px) and (max-width: 959px) {
  html::after {
    content: "sm";
  }
  i-header {
    grid-template-columns:
      24px minmax(0, auto) minmax(0, 50px) minmax(0, 200px)
      minmax(0, 828px) minmax(0, 250px) minmax(24px, auto);
  }
  r-main {
    grid-template-areas: "event event" "manchette manchette" "manchette manchette" "direct ." "direct ." "mp-top mp-top" "multimedia imu-top" ". imu-top" ". ." "selligent ." "mp-mid mp-mid" "dossier dossier" " . inread-top" " . ." "mp-bottom mp-bottom" ". ." "inread-mid inread-mid" ". .";
    grid-template-columns: minmax(0, 332px) 332px;
    max-width: 664px;
  }
  .r-menu--breadcrumb {
    max-width: 696px;
    padding: 0 16px;
  }
  .r-article > * {
    grid-column: span 4;
  }
  .r-article {
    grid-template-columns:
      minmax(0, 1fr) minmax(0, 332px) minmax(0, 332px)
      minmax(0, 1fr);
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  html::after {
    content: "md";
  }
  r-main {
    grid-template-areas: "event event event" "manchette manchette direct" "manchette manchette direct" "mp-top mp-top mp-top" ". . imu-top" "multimedia . imu-top" "selligent . ." ". . inread-top" "mp-mid mp-mid mp-mid" "dossier dossier ." "dossier dossier ." "mp-bottom mp-bottom mp-bottom" ". . inread-mid" ". . .";
    grid-template-columns: minmax(0, 332px) minmax(0, 332px) 332px;
    max-width: 996px;
    margin: 24px max(64px, calc(50vw - 498px)) 0;
  }
  .page-node .r-menu--breadcrumb {
    margin-right: 332px;
  }
  .r-article {
    max-width: 1328px;
    grid-template-columns: minmax(0, 332px) 332px 332px 332px;
  }
  .r-article .r-article--header,
  .r-article r-article--meta {
    grid-column: 2 / span 2;
  }
}
.r-pub--flexs > div {
  background: url("/img/pub_logo_default.svg") center center/auto 10px no-repeat
    #f9f9fc;
  width: 100%;
}
r-footer {
  border-top: 1px solid #003978;
  color: #003978;
  display: grid;
  grid-template-areas: ". . .";
  grid-template-columns: 1fr 1fr 1fr;
  padding: 16px 16px 60px;
}
r-footer--section {
  display: none;
  grid-column: auto;
}
r-footer--list {
  display: block;
}
.r-footer--title {
  border-bottom: 1px solid #d6d6d6;
  font-family: "Source Sans 3", arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin-right: 32px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.r-footer--link {
  display: block;
  margin: 0 8px 8px;
}
.r-footer--social {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  grid-column: 1 / span 3;
  margin: 32px 0 16px;
  padding: 16px;
  text-align: center;
}
.r-footer--social a {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 8px 16px;
}
.r-footer--social a:hover {
  color: #013562;
  text-decoration: none;
}
.r-footer--social r-icon {
  font-size: 2rem;
  margin-right: 8px;
}
.r-footer--logo {
  grid-column: 1;
}
.r-footer--newsletter .r-btn {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
.r-footer--top {
  -webkit-align-items: center;
  align-items: center;
  align-self: center;
  display: -webkit-flex;
  display: flex;
  grid-column: 3;
  justify-self: right;
}
.r-footer--top:hover {
  color: #ddeefd;
  text-decoration: none;
}
.r-footer--top r-icon {
  font-size: 2rem;
  margin-left: 16px;
}
.r-footer--copyright {
  -webkit-align-items: center;
  align-items: center;
  row-gap: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-column: 1 / span 3;
  -webkit-justify-content: center;
  justify-content: center;
}
.r-footer--copyright p {
  margin-bottom: 0;
}
.r-footer--deontologie,
.r-footer--source-sure {
  -webkit-align-items: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: -webkit-flex;
  display: flex;
}
.r-footer--copyright-img img {
  height: auto;
  max-width: none;
}
.r-img {
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}
.r-m {
  display: block;
  position: relative;
  top: -90px;
}
.r-btn--more {
  padding: 16px 0;
}
.r-btn--more::after,
.r-btn--more::before {
  display: none;
}
.r-article--sidebar {
  display: none;
}
@media (min-width: 664px) {
  r-footer--section {
    display: block;
    margin-top: 16px;
  }
  .r-footer--social {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .r-footer--top r-icon {
    font-size: 3rem;
  }
  .r-footer--copyright {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 0.8rem;
  }
  .r-footer--copyright-img {
    min-width: auto;
  }
  .r-footer--deontologie {
    border-right: 1px solid #003978;
    padding-right: 16px;
  }
  body:not(:has(.r-summary--toggle)) .r-embed--saooti {
    grid-column: 2 / span 2;
    width: 100%;
  }
  .r-m {
    top: -144px;
  }
  body:not(:has(.r-embed--saooti)) .r-summary--toggle,
  body:not(:has(.r-embed--saooti)) .r-summary--wrapper {
    grid-column: 2 / span 2;
    justify-self: flex-start;
  }
}
@media (min-width: 960px) {
  r-footer--list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .r-footer--newsletter {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
  }
  .r-footer--newsletter .r-btn {
    margin-left: 8px;
  }
  .r-img:hover {
    opacity: 0.9;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .r-article--sidebar {
    display: block;
    grid-column: 4;
    grid-row: auto/span 20;
  }
}
@media (min-width: 1280px) {
  r-footer {
    padding: 32px max(calc(7.8vw + 16px), calc(50vw - 664px)) 60px;
  }
}
@media (max-width: 663px) {
  .r-footer--newsletter,
  .r-footer--top span {
    display: none;
  }
  .r-footer--services {
    display: block;
    grid-column: 1/-1;
    margin: 16px 0;
  }
  .r-footer--services r-footer--list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .r-footer--copyright {
    border-top: 1px solid #d6d6d6;
    font-size: 0.75rem;
    margin-top: 8px;
    padding-top: 8px;
  }
  .r-article--sidebar {
    margin: 0 -12px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  r-footer {
    padding: 32px max(64px, calc(50vw - 490px)) 60px;
  }
}
@media (min-width: 664px) and (max-width: 959px) {
  r-footer--section {
    padding-left: 32px;
  }
  .r-footer--newsletter .r-btn {
    margin-top: 8px;
  }
}
@media print {
  *,
  ::after,
  ::before {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .r-sticky--panel,
  r-footer,
  r-header,
  r-menu,
  r-pub {
    display: none !important;
  }
  figure {
    margin: 0 !important;
    width: 35%;
  }
  .page-node r-panel {
    display: none !important;
  }
}
._1i78f9m2 {
  --_1i78f9m0: #b3b3b3;
  background-color: #fff;
  border-color: #e8e8e8;
  color: #b3b3b3;
}
._1i78f9m1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fff;
  padding: 12px;
}
._1i78f9m6 {
  border: 0;
  background: unset;
  padding: 0;
  resize: none;
  width: 100%;
  color: #18191a;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
}
._1i78f9m7 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 12px;
}
._1vi8lxd {
  flex: 100%;
  color: red;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
}
._1vi8lxe {
  color: #b3b3b3;
}
._ku7s49a {
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 1.25;
}
._ku7s49d {
  width: auto;
  display: inline-flex;
}
._ku7s49g {
  cursor: auto;
  pointer-events: none;
}
._ku7s49l {
  color: #b3b3b3;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
._1ohn0ic1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
._18yqchc0 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
._18yqchc1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
._18yqchc3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.r-article p {
  font-family: "Stix Two Text", arial, sans-serif;
  font-size: 1.3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 664px;
  width: 100%;
}
._18yqchc4 {
  font-size: 1rem;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #18191a;
}
._iprlip0 {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}
._iprlip1 {
  background-color: #e8e8e8;
}
:root {
  --ff-fb: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ff-tw:
    "Chirp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  --ff-rd:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --ff-main: var(--ff-fb);
  --font-size: 15px;
  --bg-color: #ffffff;
  --cite-color: #666666;
  --name-color: #050505;
  --text-color: #222222;
  --secondary-color: #65676b;
  --verified-color: #0866ff;
  --border-radius: 8px;
}
.widget {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  pointer-events: none;
  user-select: none;
}
.widget,
.widget *,
.widget::before,
.widget::after {
  box-sizing: border-box;
}
.widget:not(:last-child) {
  margin-bottom: 10px;
}
.widget.widget--tw {
  --ff-main: var(--ff-tw);
  --font-size: 14px;
  --secondary-color: #536471;
  --border-radius: 20px;
}
.widget .widget__body {
  padding: 12px 16px 16px;
  font-family: var(--ff-main), Arial, sans-serif;
  background-color: var(--bg-color);
  border-radius: var(--border-radius);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.widget .widget__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding-right: 15px;
  justify-content: flex-start;
}
.widget .widget__dots {
  position: absolute;
  top: 12px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: var(--secondary-color);
}
.widget .widget__dots svg {
  width: 100%;
  height: 100%;
}
.widget .widget__avatar {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
}
.widget .widget__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.widget .widget__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.widget .widget__author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.widget .widget__name {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--name-color);
}
.widget--tw .widget__username::after {
  content: "·";
  margin-left: 5px;
  font-weight: 600;
  color: var(--secondary-color);
}
.widget .widget__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--secondary-color);
}
.widget .widget__block {
  margin: 0;
  line-height: 1;
}
.widget .widget__username {
  font: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--secondary-color);
}
.widget .widget__main {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
.widget .widget__main p {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: var(--font-size);
  line-height: 1.33;
  word-break: break-word;
}
.widget__footer {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: var(--secondary-color);
}
.widget .widget__cite {
  margin-top: 10px;
  padding: 5px 0 5px 20px;
  font-size: 16px;
  color: var(--cite-color);
}
.widget .actions-block {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.widget--tw .actions-block {
  align-items: center;
  width: 100%;
}
.widget .action {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  font-size: 13px;
  line-height: 1.33;
  color: var(--secondary-color);
}
.widget .action span {
  font: inherit;
  font-weight: 400;
  color: var(--secondary-color);
}
.widget--tw .action span {
  font: inherit;
  font-weight: 400;
  color: var(--secondary-color);
}
.widget .action-desktop {
  display: none;
}
.action + .action {
  margin-left: 5px;
}
@media (min-width: 660px) {
  .widget--tw .widget__main,
  .widget--tw .widget__footer {
    margin-left: 48px;
  }
  .widget .action-mobile {
    display: none;
  }
  .widget .action-desktop {
    display: flex;
  }
  .action + .action {
    margin-left: 15px;
  }
}
.widget__cite {
  display: inline-block;
  padding: 5px 0 5px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  margin-bottom: 1rem;
}
.icon-verified {
  width: 20px;
  height: 20px;
}
.icon-verified path {
  fill: rgb(29, 155, 240);
}
.x-logo {
  width: 15px;
  height: 15px;
}
.widget .widget__cite {
  font-size: 18px;
}
.widget__header {
  padding: 0;
}
.widget__cite {
  font-style: italic;
}
@media (min-width: 728px) {
  body:not(.-is--native)
    .r-pub--inread:has(i-pub > [id*="flexsv-d-"].adm-ad-empty) {
    display: none;
  }
}
@media (max-width: 997px) {
  [class*="hdr-flexs-m"] > div {
    min-height: 132px;
    padding: 16px 0;
  }
}
.un-instruction__button {
  background-color: #003978;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  border-radius: 6px;
  animation: blink 4s linear infinite;
  font-family: var(--common-font-family);
  padding: 15px;
  margin: 0 auto;
}
.un-instruction__button:hover {
  color: #ffffff;
  background-color: #013562;
}
.r-footer--copyright-img {
  min-width: 70px;
  text-align: center;
}
@media (min-width: 664px) {
  .r-footer--copyright-img {
    min-width: auto;
  }
}
/* popup css*/
.page-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
}
.page-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.page-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.page-popup.active .page-overlay {
  opacity: 0.5;
  background: #161616;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.page-popup .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-popup .btn-close span {
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-popup .btn-close span:before,
.page-popup .btn-close span:after {
  content: "";
  height: 2px;
  width: 25px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
.page-popup .btn-close.dark span:before,
.page-popup .btn-close.dark span:after {
  background: #052e16;
}
.page-popup .btn-close span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-popup .btn-close:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.page-popup-container {
  display: none;
}
.page-popup-container.active {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-height: 98vh;
  text-align: left;
  margin: 0 auto;
}
.page-popup-container.container-form {
  max-width: 600px;
}
.page-form-wrapp {
  position: relative;
  width: 100%;
}
.lock {
  overflow: hidden;
}
