* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.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 {
  min-width: 70px;
  text-align: center;
}
.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-menu--user {
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-family: 'Source Sans 3', arial, sans-serif;
  opacity: 0;
  right: 0;
  top: 50px;
  visibility: hidden;
  width: 230px;
}
.r-menu--user::before {
  border-style: solid;
  border-width: 0 10px 10px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  border-color: transparent transparent #f0f7fd;
}
.r-menu--user a {
  display: block;
  padding: 8px 32px;
}
.r-menu--user a:hover {
  background: #f9f9fc;
  text-decoration: none;
}
.r-menu--user a + a {
  border-top: 1px solid #d6d6d6;
}
.r-menu--user .r-menu--label {
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  font-family: 'Source Sans 3', arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 16px;
  background: #f0f7fd;
}
.r-menu--user span {
  font-size: 0.9rem;
}
.r-menu--user strong {
  color: #003978;
  display: block;
  font-weight: 300;
  line-height: 32px;
}
@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;
  }
  .r-menu--user {
    right: max(calc(50vw - 664px), 24px);
    top: 60px;
  }
  .r-menu--user::before {
    left: 50%;
  }
}
@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);
  }
}
@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;
  }
}
@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) ')';
  }
  a[href^='#']::after {
    content: '';
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  .r-footer,
  .r-header,
  .r-menu {
    display: none !important;
  }
  figure {
    margin: 0 !important;
    width: 35%;
  }
}

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;
}

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;
}

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-anonyme .-is-abonne,
.r-anonyme .-is-connecte,
.r-anonyme .-is-connecte-sd {
  display: none !important;
}

.r-sso--loaded .r-sso--header {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes show {
  0%,
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0%,
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@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--fluxrss::before {
  content: '\ea74';
}

.r-icon--pardefaut::before {
  content: '\ea82';
}

.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: 250px;
}

h1,
h2,
h5 {
  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;
}

h5 {
  font-size: 1.3rem;
  line-height: 1.35;
}

p a {
  display: inline;
}
.r-footer--copyright p a {
  text-decoration: underline;
}

button {
  cursor: pointer;
}

.r-header {
  display: block;
  height: 90px;
}

.i-header {
  position: fixed;
  inset: 0 0 auto 0;

  width: 100%;
  max-width: 100vw;

  display: grid;

  grid-template-areas:
    'burger logo login'
    'home menu menu';

  grid-template-columns:
    minmax(0, 50px)
    minmax(0, 1fr)
    minmax(0, 50px);

  grid-template-rows: 48px 42px;

  align-items: center;

  background: linear-gradient(to bottom, #003978 48px, #fff 48px);
  box-shadow: 0 0 6px #ddeefd;

  z-index: 101;
}

.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--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-icon--pardefaut::before {
  content: '\ea18';
}

.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-header .r-menu--horizontal {
  font-family: 'Stix Two Text', arial, sans-serif;
  grid-area: menu;
  overflow: auto;
}

.r-menu--left,
.r-menu--right {
  bottom: 0;
  cursor: pointer;
  display: block;
  font-family: main;
  line-height: 42px;
  padding: 0 8px;
  position: absolute;
}

.r-menu--left:hover,
.r-menu--right:hover {
  color: #ddeefd;
}

.r-menu--left.disabled {
  visibility: hidden;
}

.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: 154;
  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--user {
  content-visibility: hidden;
  visibility: hidden;
  position: absolute;
}

.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-sso--header {
  -webkit-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-align-items: center;
  align-items: center;
  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:hover {
  color: #fff;
}

.r-toggle--share {
  display: -webkit-flex;
  display: flex;
}

.r-article--chapo {
  display: block;
  margin-bottom: 8px;
}

.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--chapo {
  margin-bottom: 16px;
}

.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-section--principale {
  padding-bottom: 32px;
}

@supports (-webkit-text-stroke: 1px white) {
}

.r-archive--text:focus-visible {
  border-radius: 48px;
}

@media (min-width: 664px) {
  .-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;
  }

  h5 {
    font-size: 1.3rem;
  }

  .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 .' 'leader leader leader leader' '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--burger {
    font-size: 40px;
    height: 80px;
  }

  .r-btn--burger r-icon {
    line-height: 80px;
  }

  .r-menu--horizontal {
    font-size: 1.2rem;
    scrollbar-width: none;
  }

  .r-menu--horizontal .r-menu--link {
    padding: 12px 16px;
  }

  .r-menu--left,
  .r-menu--right {
    line-height: 64px;
  }

  .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 auto 0;
    padding: 0;
  }

  .r-sso--login {
    display: -webkit-flex;
    display: flex;
  }

  .r-sso--toggle-menu {
    font-size: 1rem;
    padding-right: 0;
  }

  .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 .r-article--chapo {
    font-size: 1.3rem;
  }

  .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 {
    grid-column: 1/-1;
    margin-left: auto;
    margin-right: auto;
  }

  .r-article .r-article--header,
  .r-article h2,
  .r-article p,
  .r-article ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 664px;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .r-menu--horizontal .r-menu--link:hover {
    background: #003978;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
  }

  .r-menu--left {
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    left: calc(7.8vw + 24px);
    padding-right: 50px;
  }

  .r-menu--left::before {
    content: '\ea02';
  }

  .r-menu--right {
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    padding-left: 50px;
    right: calc(7.8vw + 24px);
  }

  .r-menu--right::before {
    content: '\ea03';
  }

  .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) {
  .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-menu--right {
    display: none;
  }

  .r-article {
    padding: 0 16px;
  }
}

@media (max-width: 663px) {
  html {
    overflow: unset;
    margin-bottom: 50px;
  }

  .r-btn--burger {
    margin: auto;
  }

  .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--toggle-menu {
    font-size: 24px;
    margin-top: -1px;
    padding: 0;
  }

  .r-sso--toggle-menu span {
    display: none;
  }

  .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-article .r-article--chapo {
    font-size: 1.2rem;
  }
}

@media (min-width: 664px) and (max-width: 959px) {
  .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' 'leader leader' '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) {
  .r-main {
    grid-template-areas: 'event event event' 'manchette manchette direct' 'manchette manchette direct' 'leader leader leader' '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;
  }

  .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 {
    grid-column: 2 / span 2;
  }
}

.a {
  fill: #004077;
}

.b {
  fill: #fff;
}

.r-footer--copyright-img {
  min-width: 70px;
  text-align: center;
}

@media (min-width: 664px) {
  .r-footer--copyright-img {
    min-width: auto;
  }
}

#leadform_form {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.form-box {
  text-align: center;
  box-shadow: 0 10px 15px 0 rgb(0 0 0 / 15%);
  padding: 55px 30px 35px 30px;
  max-width: 550px;
  margin: 0 auto;
  border-top: 5px solid #003978;
}

.fb--container ._4qba {
  font-style: normal;
}

.fb--container ._56q9 {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  word-wrap: break-word;
}

.fb--container ._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}

.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.fb--container ._8o,
.fb--container ._8o .img {
  display: block;
}

.fb--container .UFIInputContainer {
  position: relative;
}

.fb--container ._2ph- {
  padding: 8px;
}

.fb--container .clearfix::after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.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 ._ohf {
  float: right;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container ._ohe {
  float: left;
}

.fb--container ._50f7 {
  font-weight: 700;
}

.fb--container ._2392 {
  margin-bottom: 24px;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container .UFICommentActorName {
  font-weight: 700;
}

.fb--container ._1ci {
  height: 48px;
  width: 48px;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._5tr6 {
  background: #f6f7f9;
  text-align: right;
}

.fb--container ._2ph- {
  padding: 8px;
}

.fb--container .clearfix::after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fb--container ._3-8y {
  margin-top: 12px;
}

.fb--container ._8s {
  margin-right: 8px;
}

.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}

.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}

.fb--container ._5mdd {
  word-wrap: break-word;
}

.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}

.fb--container ._5lm5 {
  border-top: 1px solid #e9ebee;
  font-size: 11px;
}

.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
  width: 9px;
  height: 8px;
  background-position: -207px -196px;
}

.fb--container ._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}

.fb--container ._3-99 {
  margin-left: 4px;
}

.fb--container ._4jy0::before {
  content: '';
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.fb--container ._6b {
  vertical-align: middle;
}

.fb--container ._pup {
  color: #4b4f56;
}

.fb--container ._3-8_ {
  margin-right: 4px;
}

.a-picto-social .a-svg {
  height: 35px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 35px;
}

.a-svg--picto-social-whatsapp {
  background: url(../img/81b995a7cccca09974602963169c759fafe023ce.svg);
  background-size: contain;
  height: 45px;
  width: 45px;
}

.a-svg {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  text-indent: -999999px;
}

.a-svg--picto-social-twitter-x {
  background: url(../img/0d3743fe35342b67ed5badb0a43aa21c90c083ba.svg) no-repeat
    50%;
  background-size: contain;
  height: 45px;
  width: 45px;
}

.a-svg--picto-social-facebook {
  background: url(../img/75b086938d29cc59cbc4f844e7abcfa863e99832.svg) no-repeat
    50%;
  background-size: contain;
  height: 45px;
  width: 45px;
}

.sx_0beb10::before {
  content: '';
  background: url(../img/like.png) no-repeat center / contain;
  display: inline-block;
  height: 15px;
  position: relative;
  top: 0;
  width: 13px;
}

.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
  width: 13px;
  height: 15px;
  background-position: 0 -713px;
}

.fb--container ._4iy4 {
  bottom: -2px;
  position: relative;
}

.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 {
  -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: 0 15px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

body,
html {
  overscroll-behavior-y: none;
}

p a {
  color: #003978;
}

@media (hover: hover) {
  p a:hover {
    text-decoration: underline;
  }
}

p a:visited {
  color: #003978;
}

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;
}

button::-moz-focus-inner {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a,
a:visited,
button {
  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;
}

.a-svg {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  text-indent: -999999px;
}

.a-hot-tag:focus-visible {
  border: 1px solid #000;
  outline: none;
  outline-offset: 0;
}

.a-picto-social .a-svg {
  height: 35px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 35px;
}

.a-site-nav-link:focus-visible {
  outline-offset: 4px;
}

.fb--container textarea {
  max-width: 100%;
}

.fb--container textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}

.fb--container a:hover {
  text-decoration: underline;
}

.fb--container img {
  border: 0;
}

.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}

.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 ::-webkit-input-placeholder {
  color: #90949c;
}

.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}

.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.fb--container ._42ft:hover {
  text-decoration: none;
}

.fb--container ._42fr {
  cursor: default;
}

.fb--container .lfloat {
  float: left;
}

.fb--container .rfloat {
  float: right;
}

.fb--container .fsm {
  font-size: 12px;
}

.fb--container .fwn {
  font-weight: 400;
}

.fb--container .fcg {
  color: #90949c;
}

.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 ._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}

.fb--container ._517h {
  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 ._4jy1 {
  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;
}

@media (max-width: 600px) {
  .fb--container ._4jy1._42fr {
    padding: 0;
  }
}

.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
  line-height: 22px;
}

.fb--container ._50f7 {
  font-weight: 700;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._8o,
.fb--container ._8o .img {
  display: block;
}

.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-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 ._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 .UFIInputContainer {
  position: relative;
}

.fb--container .UFICommentActorName {
  font-weight: 700;
}

.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_32ff1f {
  width: 9px;
  height: 8px;
  background-position: -207px -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 ._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 ._5mdd {
  word-wrap: break-word;
}

.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 ._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}

.fb--container ._4uyl ._1u9t {
  font-size: 14px;
  padding: 12px 8px;
}

.fb--container ._5tr6 {
  background: #f6f7f9;
  text-align: right;
}

.fb--container ._5tr6 ._42fr:active {
  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 ._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 ._1ci {
  height: 48px;
  width: 48px;
}

.fb--container ._1cj {
  height: 36px;
  width: 36px;
}

.t-content__shares--has-label {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #e9ebee;
  border-top: 1px solid #e9ebee;
  padding: 20px;
}

.a-share-bar-label {
  color: #616972;
  font-weight: bold;
  flex: 0 1 auto;
  font-size: 15px;
}

.custom-link {
  -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;
}
