@charset "UTF-8";
:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

/* PSEUDO ELEMENTS */
/* SPACING */
/* ALIGNMENT */
/* BREAKING PAGE RULES */
/* MEDIA MANAGEMENT */
/* SHAPES */
/* VENDOR PREFIXES */
:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

/* PSEUDO ELEMENTS */
/* SPACING */
/* ALIGNMENT */
/* BREAKING PAGE RULES */
/* MEDIA MANAGEMENT */
/* SHAPES */
/* VENDOR PREFIXES */
*:focus,
*:focus-within,
*:focus-visible {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

html,
body {
  overscroll-behavior: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

*:focus,
*:focus-within,
*:focus-visible {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/fonts/Outfit-VariableFont_wght.ttf") format("truetype-variations"), url("../media/fonts/Outfit-VariableFont_wght.ttf") format("truetype");
}
/*
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/media/fonts/Outfit-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/media/fonts/Outfit-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/media/fonts/Outfit-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/media/fonts/Outfit-VariableFont_wght.ttf") format("truetype");
}

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

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/media/fonts/Outfit-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/media/fonts/Outfit-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/media/fonts/Outfit-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/media/fonts/Outfit-VariableFont_wght.ttf") format("truetype");
}

 */
html {
  font-size: 16px;
}

body {
  font-family: "Outfit", "Helvetica", "Arial", sans-serif;
  color: var(--black);
  background-color: var(--white);
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.25;
}

/* Classe utilitaire globale pour les titres de section */
.heading-h2 {
  font-size: clamp(3.125rem, 2.8075rem + 1.5873vw, 4.375rem);
  font-weight: 100;
  line-height: 1;
  margin-bottom: 24px;
}

.heading-h3 {
  font-size: clamp(1.875rem, 1.7163rem + 0.7937vw, 2.5rem);
  font-weight: 300;
  line-height: 1.25;
}

/* TYPOGRAPHY */
/* font-weigh */
/* 
  font-weight: 100; Thin
  font-weight: 200; Extra Light
  font-weight: 300; Light
  font-weight: 400; Normal
  font-weight: 500; Medium
  font-weight: 600; Semi Bold
  font-weight: 700; Bold
  font-weight: 800; Extra Bold
  font-weight: 900; Black
  */
:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 1.5rem;
}
html.no-scroll {
  overflow-y: clip;
}

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

body {
  overflow-x: clip;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
body.no-scroll {
  overflow-y: clip;
}

.container {
  max-width: 1296px;
  margin-inline: auto;
  width: 90%;
}
@media screen and (min-width: 1086px) {
  .container {
    width: 100%;
  }
}

.grid {
  display: grid;
  max-width: 1296px;
  width: 100%;
  grid-template-columns: 1fr;
  column-gap: 24px;
  margin-inline: auto;
}
@media screen and (min-width: 1086px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

.flex {
  display: flex;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  width: 90%;
}
@media screen and (min-width: 1086px) {
  .flex {
    flex-direction: row;
    max-width: 1076px;
    justify-content: center;
  }
}

.cta {
  position: absolute;
  bottom: -20px;
  left: 30px;
  background-color: white;
  border-radius: 30px;
  font-size: 0.875rem;
  color: #10264c;
  padding: 9px 17px 9px 22px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #10264c;
}
.cta::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
  border-radius: 100%;
  background-color: #10264c;
  background-image: url(../media/elements/cta-arrow.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.cta:hover::after {
  transform: rotate(45deg);
}

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

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.hidden {
  display: none;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800;
  color: #10264c;
  background-color: white;
  padding: 19px 20px;
  border-radius: 1000px;
  border: 1px solid transparent;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.2s linear;
  cursor: pointer;
}
.btn:hover {
  transform: scale(1.02);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.22);
}
.btn:active {
  transform: scale(0.98);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
}

.btn--primary {
  background-color: var(--btn-primary-red-background);
  color: var(--btn-primary-red-color);
}

.btn--secondary {
  background-color: #10264c;
  color: white;
}

.btn--tertiary {
  color: var(--font);
  background-color: var(--bg);
}

.contrast .btn--primary {
  border: 1px solid transparent;
}
.contrast .btn--border {
  border: 1px solid white;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.navigation {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
  width: 85%;
  margin-inline: auto;
  height: 65px;
}
@media screen and (min-width: 768px) {
  .navigation {
    width: 95%;
  }
}

.navigation__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 9px 10px;
  background-color: white;
  border-radius: 1000px;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .navigation__bar {
    box-shadow: none;
    display: flex;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    gap: 16px;
  }
}

.navigation__logo-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 48px;
}

.navigation__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.navigation__brand-text {
  display: none;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #004996;
}
@media screen and (min-width: 768px) {
  .navigation__brand-text {
    display: inline-block;
  }
}

.navigation__group {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .navigation__group {
    background-color: white;
    border-radius: 1000px;
    padding: 11px 20px;
  }
}
@media screen and (min-width: 768px) {
  .navigation__group--brand {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1296px) {
  .navigation__group--brand {
    padding: 11px 30px 11px 20px;
  }
}
@media screen and (min-width: 768px) {
  .navigation__group--date {
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-color: transparent;
    border: 1px solid white;
  }
  .navigation__group--date .navigation__date {
    color: white;
  }
}

.navigation__group--left {
  gap: 16px;
  background: none;
  padding: 0;
  display: contents;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .navigation__group--left {
    display: flex;
    background: none;
    padding: 0;
  }
}

.navigation__group--right {
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .navigation__group--right {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.navigation__group__main-nav {
  display: none;
}
@media screen and (min-width: 1460px) {
  .navigation__group__main-nav {
    display: block;
  }
}
.navigation__group__main-nav .sub-menu {
  display: none;
  position: absolute;
  padding: 1rem;
  background-color: white;
  left: -1rem;
}
.navigation__group__main-nav .sub-menu li {
  margin-block: 1rem;
}
.navigation__group__main-nav .sub-menu li:last-child {
  margin-bottom: 0;
}
.navigation__group__main-nav .sub-menu li a {
  white-space: nowrap;
}
.navigation__group__main-nav .sub-menu li:hover a {
  font-weight: 700;
}
.navigation__group__main-nav .menu-item-has-children:hover .sub-menu {
  display: block;
}

.navigation__group__main-nav__links {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-inline: 29px;
}

.navigation__group__main-nav__links__item {
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #10264c;
  position: relative;
}

.navigation__options__btn {
  flex: 1;
  justify-content: flex-end;
}
.navigation__options__btn a {
  width: fit-content;
}

.navigation__options__btn--desktop {
  display: none;
}
@media screen and (min-width: 1460px) {
  .navigation__options__btn--desktop {
    display: flex;
  }
}

.navigation__group--brand {
  justify-self: start;
}

.navigation__group--date {
  justify-self: center;
  align-self: normal;
}
@media screen and (min-width: 768px) {
  .navigation__group--date {
    background-color: rgba(16, 38, 76, 0.5);
  }
}

.navigation__group--right {
  justify-self: end;
}

.navigation__date {
  font-size: 0.875rem;
  color: var(--primary);
  text-transform: uppercase;
  position: relative;
  z-index: 1000;
  text-align: center;
  margin: auto 0 auto -12px;
  font-size: 1.125rem;
  font-weight: 900;
  white-space: nowrap;
  transition: all 0.2s linear;
}
@media screen and (min-width: 768px) {
  .navigation__date {
    margin: 0;
    text-align: left;
    color: #10264c;
  }
}
.navigation__date span {
  font-weight: 900;
}
.navigation__date span:first-child {
  display: block;
}
@media screen and (min-width: 768px) {
  .navigation__date span:first-child {
    display: inline;
  }
}
.navigation__date span:nth-child(2) {
  font-weight: 500;
}
.navigation__date span abbr {
  vertical-align: unset;
}

.navigation__burger {
  border: 1px solid var(--primary);
  border-radius: 100%;
  height: 45px;
  width: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  background: transparent;
  padding: 0;
  transition: all 0.2s linear;
}
.navigation__burger span {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--primary);
  margin: 2.5px 0;
}
.navigation__burger.is-active span:first-child {
  transform: rotate(45deg) translate(5px, 4px);
}
.navigation__burger.is-active span:nth-child(2) {
  transform: rotate(-45deg);
}
.navigation__burger.is-active span:last-child {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .navigation__burger {
    border: 1px solid #10264c;
  }
  .navigation__burger span {
    background: #10264c;
  }
}
@media screen and (min-width: 1460px) {
  .navigation__burger {
    display: none;
  }
}

.navigation__panel {
  position: fixed;
  inset: 0;
  z-index: 1;
  background-color: var(--primary);
  color: white;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .navigation__panel {
    width: 45%;
    left: auto;
    right: 0;
  }
}

.navigation__panel.is-open {
  transform: translateX(0);
  pointer-events: auto;
}

.navigation__panel .navigation__link:focus-visible,
.navigation__panel .navigation__item > a:focus-visible,
.navigation__panel .navigation__sub-link:focus-visible,
.navigation__panel .btn:focus-visible,
.navigation__panel .navigation__option:focus-visible {
  outline: 2px solid white;
  outline-offset: 4px;
}

.navigation__sub-list {
  max-height: 0;
  overflow: hidden;
  transform: translateY(-6px);
  opacity: 0;
  transition: max-height 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  will-change: max-height, transform, opacity;
}

/* Menu Visiter uniquement */
#nav-visiter-sub {
  transition: max-height 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.navigation__sub-list.is-open {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}

.navigation__item, .navigation__list__item a {
  color: var(--font);
  font-weight: 300;
}

.navigation__link {
  text-transform: uppercase;
}

.navigation__list__item a {
  text-transform: uppercase;
}

.current_page_item > .navigation__link,
.current_page_item > a {
  font-weight: 900;
}

.navigation__panel .current_page_item > .navigation__link,
.navigation__panel .current_page_item > a {
  color: var(--navigation-item);
}

.navigation__panel-inner {
  margin-top: 160px;
  width: 85%;
  margin-inline: auto;
}

.navigation__options {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 36px;
  justify-content: space-between;
}

.navigation__options__container {
  display: flex;
  width: fit-content;
  gap: 8px;
}

.navigation__options__container--bar {
  display: none;
}
@media screen and (min-width: 768px) {
  .navigation__options__container--bar {
    display: inline-flex;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .navigation__options__container--panel {
    display: none;
  }
}

.navigation__option {
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--font);
  font-weight: 700;
}
.navigation__option--contrast {
  border-color: var(--icon-svg-border);
  background-color: var(--icon-svg-background);
}
.navigation__option--contrast::before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background-image: url("../media/elements/icon-contrast.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.navigation__option--contrast:hover {
  border-color: var(--icon-svg-border);
  background-color: #10264c;
}
.navigation__option--contrast:hover::before {
  background-image: url("../media/elements/icon-contrast--dark.svg");
}
@media screen and (min-width: 768px) {
  .navigation__option--contrast {
    border-color: #10264c;
    background-color: var(--icon-svg-background-desktop);
  }
}
.navigation__option--language {
  border-color: white;
  color: white;
  font-size: 0.8125rem;
}
.navigation__option--language:hover {
  background-color: white;
  color: var(--icon-svg-lang-background);
}
@media screen and (min-width: 768px) {
  .navigation__option--language {
    background-color: white;
    border-color: var(--icon-svg-lang-background);
    color: var(--icon-svg-lang-background);
  }
  .navigation__option--language:hover {
    color: white;
    background-color: var(--icon-svg-lang-background);
    border-color: var(--icon-svg-lang-background);
  }
}
@media screen and (min-width: 1296px) {
  .navigation__option {
    margin-right: 0;
  }
}

.navigation__list {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.navigation__item {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.375rem;
}

.navigation__sub-list {
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.navigation__sub-item {
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 300;
}
.navigation__sub-item:first-child {
  padding-top: 22px;
}

@media screen and (min-width: 768px) {
  .contrast .navigation__option--contrast::before {
    background-image: url("../media/elements/icon-contrast--dark.svg");
  }
  .contrast .navigation__option--language:hover {
    background-color: var(--icon-svg-lang-background);
    border-color: var(--icon-svg-lang-background);
  }
}
.navigation__spacer {
  flex: 1;
}

.front-page .navigation {
  width: 90%;
}
.front-page .navigation__group__main-nav {
  display: none;
}
.front-page .navigation__options__btn--desktop {
  display: none;
}
@media screen and (min-width: 1296px) {
  .front-page .navigation__burger {
    display: none;
  }
}

.navigation__menu .sub-menu {
  display: none;
  margin-left: 1rem;
}
.navigation__menu .menu-item-has-children:hover .sub-menu, .navigation__menu .menu-item-has-children:focus-within .sub-menu {
  display: block;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.home-hero {
  min-height: 100vh;
  position: relative;
}

.home-hero__background {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.home-hero__background > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.home-hero__video-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.home-hero__bloc-marque {
  position: absolute;
  width: 100%;
  max-width: 319px;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.home-hero__bloc-marque > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 1296px) and (max-height: 900px) {
  .home-hero__bloc-marque {
    top: 10%;
    max-width: 319px;
  }
}
@media screen and (min-width: 576px) {
  .home-hero__bloc-marque {
    max-width: 467px;
  }
}
@media (max-height: 800px) {
  .home-hero__bloc-marque {
    top: 10%;
  }
}
@media (max-width: 420px) and (max-height: 660px) {
  .home-hero__bloc-marque {
    top: 13%;
    max-width: 219px;
  }
}
@media screen and (min-width: 1296px) {
  .home-hero__bloc-marque {
    top: 30%;
    left: auto;
    right: 10%;
    transform: none;
    max-width: 567px;
  }
}

.home-hero__cta-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-inline: auto;
  width: 70%;
  z-index: 2;
}
@media screen and (min-width: 1296px) {
  .home-hero__cta-group {
    flex-direction: row;
  }
}
.home-hero__cta-group .home-hero__cta-group__pro {
  position: relative;
  max-width: 335px;
  width: 100%;
  z-index: 1;
  isolation: isolate;
}
.home-hero__cta-group .home-hero__cta-group__pro::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -220px;
  width: min(300px, 90vw);
  transform: translateX(-50%);
  height: 900px;
  background-image: url("../media/images/animations/TourEiffel-HD.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
  -webkit-mask-image: linear-gradient(to top, #000 0%, #000 74%, rgba(0, 0, 0, 0.45) 88%, transparent 100%);
  mask-image: linear-gradient(to top, #000 0%, #000 74%, rgba(0, 0, 0, 0.45) 88%, transparent 100%);
  -webkit-mask-size: 100% 0%;
  mask-size: 100% 0%;
  -webkit-mask-position: 50% 100%;
  mask-position: 50% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  will-change: mask-size, -webkit-mask-size;
  animation: home-hero-eiffel-reveal-vertical 1800ms ease-out 120ms forwards;
}
@media screen and (min-width: 1296px) {
  .home-hero__cta-group .home-hero__cta-group__pro::before {
    bottom: -90px;
    width: min(600px, 90vw);
  }
}
.home-hero__cta-group .btn--primary {
  position: relative;
  z-index: 1;
  max-width: 335px;
  width: 100%;
  font-size: clamp(1.25rem, 1.123rem + 0.6349vw, 1.75rem);
  padding: 20px 34px;
  overflow: visible;
}
.home-hero__cta-group .btn {
  max-width: 335px;
  width: 100%;
  font-size: clamp(1.25rem, 1.123rem + 0.6349vw, 1.75rem);
  padding: 20px 34px;
}

@keyframes home-hero-eiffel-reveal-vertical {
  0% {
    -webkit-mask-size: 100% 0%;
    mask-size: 100% 0%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__cta-group__pro::before {
    animation: none;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@media (max-width: 420px) and (max-height: 660px), (max-width: 420px) and (max-height: 660px) {
  .home-hero__cta-group .home-hero__cta-group__pro::before {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    animation: none !important;
    background-image: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
}
.home-hero__footer {
  background-color: #10264c;
  color: white;
  padding-block: 80px;
}

.home-hero__footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1296px) {
  .home-hero__footer__container {
    flex-direction: row;
    gap: 60px;
  }
}

.home-hero__footer__container__logo a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-hero__footer__container__logo a > img {
  width: 110px;
  display: block;
  height: 100%;
  object-fit: cover;
}
.home-hero__footer__container__logo--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-hero__footer__container__logo--desktop {
    display: block;
  }
}
.home-hero__footer__container__logo--mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-hero__footer__container__logo--mobile {
    display: none;
  }
}
@media screen and (min-width: 1296px) {
  .home-hero__footer__container__logo {
    margin-bottom: 0;
    position: relative;
    padding-top: 56px;
  }
}

.home-hero__footer__container__links {
  position: relative;
  margin-inline: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 20px;
}
.home-hero__footer__container__links::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #119bdc;
  top: -16px;
}
@media screen and (min-width: 768px) {
  .home-hero__footer__container__links {
    flex-direction: row;
    gap: 0;
  }
}

.home-hero__footer__container__links__grp {
  font-size: 0.875rem;
  text-align: center;
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 1296px) {
  .home-hero__footer__container__links__grp {
    text-align: left;
    margin-inline: unset;
    margin-bottom: 0;
  }
}

.home-hero__footer__container__links__item {
  display: inline-block;
}
.home-hero__footer__container__links__item:not(:last-child)::after {
  content: "•";
}

.home-hero__footer__container__links__socials {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: 32px;
}
@media screen and (min-width: 1296px) {
  .home-hero__footer__container__links__socials {
    flex-direction: row;
    max-width: 433px;
    width: 100%;
    margin-left: auto;
    gap: 86px;
  }
}

.home-hero__footer__container__links__socials__grp {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  width: 30%;
}
.home-hero__footer__container__links__socials__grp__heading {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--footer-link);
  transition: all 0.2s linear;
  text-align: right;
  margin-bottom: 10px;
}
.home-hero__footer__container__links__socials__grp__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-hero__footer__container__links__socials__grp__wrapper {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }
}

.home-hero__footer__container__links__socials__grp__items {
  display: grid;
  grid-template-columns: repeat(3, 34px);
  grid-auto-rows: 34px;
  gap: 6px;
}
@media screen and (min-width: 576px) {
  .home-hero__footer__container__links__socials__grp__items {
    display: flex;
    flex-wrap: nowrap;
  }
}

.home-hero__footer__container__links__socials__grp__items__li {
  height: 34px;
  width: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 100%;
  border: 1px solid var(--footer-link);
  transition: all 0.2s linear;
  position: relative;
}
.home-hero__footer__container__links__socials__grp__items__li:hover {
  background-color: var(--footer-link-background);
  border: 1px solid var(--footer-link);
}

.home-hero__footer__container__links__socials__grp__items__link:hover {
  background-color: var(--footer-link);
  filter: brightness(0) invert(0);
}

.home-hero__footer__container__links__socials__grp__items__link:focus-visible {
  outline: 2px solid var(--footer-link);
  outline-offset: 3px;
}

.home-hero__footer__container__links__socials__grp__items__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s linear;
}

.home-hero__footer__container__links__socials__grp__items__link--linkedin::before {
  background-image: url("../media/networks/network-li.svg");
}

.home-hero__footer__container__links__socials__grp__items__link--instagram::before {
  background-image: url("../media/networks/network-ig.svg");
}

.home-hero__footer__container__links__socials__grp__items__link--facebook::before {
  background-image: url("../media/networks/network-fb.svg");
}

.home-hero__footer__container__links__socials__grp__items__link--tiktok::before {
  background-image: url("../media/networks/network-tk.svg");
}

.home-hero__footer__container__links__socials__grp__items__link--youtube::before {
  background-image: url("../media/networks/network-yt.svg");
}

.home-hero__footer__container__links__socials__grp__items__link--x::before {
  background-image: url("../media/networks/network-x.svg");
}

.home-hero__footer__container__links__socials__gifas-logo__text {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 200;
  margin-bottom: 8px;
}

.home-hero__footer__container__links__socials__gifas-logo {
  display: inline-block;
  width: 110px;
  max-width: 110px;
  margin-inline: auto;
}
.home-hero__footer__container__links__socials__gifas-logo > img {
  display: block;
  width: 110px;
  height: auto;
  object-fit: cover;
}

.home-hero__footer__container__links__socials__grp__items__li:hover .home-hero__footer__container__links__socials__grp__items__link {
  filter: brightness(0) invert(1);
}

.contrast .home-hero__footer__container__links__socials__grp__items__link {
  filter: brightness(0) invert(1);
}
.contrast .home-hero__footer__container__links__socials__grp__items__li:hover .home-hero__footer__container__links__socials__grp__items__link {
  filter: brightness(0) invert(0);
}
.contrast .home-hero__footer__container__links__socials__grp__items__link--youtube::before {
  background-image: url("../media/networks/network-yt--dark.svg");
}
.contrast .home-hero__footer__container__links__socials__grp__items__link--linkedin::before {
  background-image: url("../media/networks/network-li--dark.svg");
}
.contrast .home-hero__footer__container__links__socials__grp__items__link--instagram::before {
  background-image: url("../media/networks/network-ig--dark.svg");
}
.contrast .home-hero__footer__container__links__socials__grp__items__link--facebook::before {
  background-image: url("../media/networks/network-fb--dark.svg");
  background-size: 11px 20px;
}
.contrast .home-hero__footer__container__links__socials__grp__items__link--tiktok::before {
  background-image: url("../media/networks/network-tk--dark.svg");
}
.contrast .home-hero__footer__container__links__socials__grp__items__link--x::before {
  background-image: url("../media/networks/network-x--dark.svg");
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.footer {
  color: var(--font);
  transition: color 0.2s linear;
}

.footer__contact {
  padding-block: 50px;
  padding-inline: 22px;
  background-color: var(--background--color--primary);
  transition: background-color 0.2s linear;
}

.footer__contact__container {
  row-gap: 48px;
  column-gap: 64px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .footer__contact__container {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 1086px) {
  .footer__contact__container {
    grid-template-columns: repeat(12, 1fr);
  }
}

.footer__contact__item {
  display: flex;
  gap: 16px;
  grid-column: span 4;
}

.footer__contact__heading {
  font-size: clamp(1.5rem, 1.246rem + 1.2698vw, 2.5rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 32px;
}

.docs__grp-links__icon.footer__contact__icon::before {
  background-image: url(../media/elements/icon-member.svg);
  height: 35px;
  width: 35px;
}

.footer__contact__infos {
  padding-top: 16px;
}

.footer__contact__infos p:first-child {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.footer__contact__infos p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer__links__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1296px) {
  .footer__links__main {
    flex-direction: row;
    margin-bottom: 0;
    align-items: flex-start;
  }
}

.footer__links__main-links {
  display: grid;
  width: 100%;
  margin-bottom: 90px;
  row-gap: 32px;
  justify-items: center;
}
@media screen and (min-width: 1296px) {
  .footer__links__main-links {
    margin-bottom: 0;
    width: 70%;
    justify-items: flex-start;
  }
}

.footer__links__main-links__list {
  width: 100%;
  display: grid;
}
@media screen and (min-width: 576px) {
  .footer__links__main-links__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer__links__main-links__list__item {
  position: relative;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
}

.footer__links__main-links__list__item > a {
  position: relative;
  display: inline-block;
  color: inherit;
}
.footer__links__main-links__list__item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s linear;
}

.footer__links__main-links__list__item:not(:last-child) {
  margin-bottom: 32px;
}

.footer__links__main-links__list__item:hover > a::after {
  transform: scaleX(1);
}

.footer__links__main-links__sublist .footer__links__main-links__list__item {
  margin-bottom: 8px;
}

.footer__links__main-links__sublist {
  margin-top: 16px;
}

.footer__links__main-links__list__subitem {
  font-weight: 300;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer__links__main-links__list__subitem:last-child {
  margin-bottom: 0;
}

.footer__links__main-links .bloc-2 {
  width: 30%;
  background-color: bisque;
  margin-left: auto;
  flex: 0;
  white-space: nowrap;
}

.footer__links__secondary-links {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .footer__links__secondary-links {
    flex-direction: row;
    align-items: flex-end;
  }
}

.home-hero__footer__container.footer__links__container {
  flex-direction: column;
}
@media screen and (min-width: 1296px) {
  .home-hero__footer__container.footer__links__container {
    flex-direction: column;
    max-width: 1296px;
  }
}

.footer__container__links__socials__grp {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1296px) {
  .footer__container__links__socials__grp {
    flex-direction: column;
    width: 30%;
    align-items: flex-end;
  }
}
.footer__container__links__socials__grp .footer__container__links__grp {
  margin-bottom: 90px;
}
@media screen and (min-width: 1296px) {
  .footer__container__links__socials__grp .footer__container__links__grp {
    margin-bottom: 42px;
  }
}

.home-hero__footer__container__links__grp.footer__container__links__grp {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1296px) {
  .home-hero__footer__container__links__grp.footer__container__links__grp {
    text-align: left;
  }
}

.home-hero__footer__container__links__socials__grp__wrapper .home-hero__footer__container__links__socials__grp__items {
  margin-bottom: 0;
}

.footer__container__links__socials__grp .home-hero__footer__container__links__socials__grp__heading {
  margin-bottom: 16px;
}

.footer__container__links__socials__grp .home-hero__footer__container__links__socials__gifas-logo__text {
  margin-bottom: 41px;
}

.footer__links__secondary-links .home-hero__footer__container__logo {
  padding-top: 0;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.hero {
  position: relative;
}

.hero__img-container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  height: 393px;
  z-index: 0;
}
.hero__img-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1;
}
.hero__img-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 992px) {
  .hero__img-container {
    max-height: 467px;
  }
}

.hero__heading {
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(2.375rem, 1.2321rem + 5.7143vw, 6.875rem);
  line-height: 1.1;
}
@media screen and (min-width: 992px) {
  .hero__heading {
    top: 46%;
  }
}
@media screen and (max-width: 420px) {
  .hero__heading {
    white-space: normal;
    padding-inline: 16px;
  }
}

.hero__sub-heading {
  display: block;
  font-size: clamp(1.25rem, 0.9325rem + 1.5873vw, 2.5rem);
}

.hero__links__container {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .hero__links__container {
    flex-direction: row;
  }
}

.hero__links {
  position: relative;
  display: flex;
  z-index: 2;
  margin-top: -69px;
  margin-bottom: 57px;
}
@media screen and (min-width: 992px) {
  .hero__links {
    margin-top: -47px;
  }
}

.hero__links__bloc-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 100%;
  max-width: 426px;
  padding-top: 22px;
  padding-bottom: 24px;
  padding-inline: 30px;
}
.hero__links__bloc-1 .hero__links__grp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.hero__links__bloc-1 .hero__links__grp > a {
  font-size: 0.875rem;
  padding: 14px 20px;
}
@media screen and (min-width: 576px) {
  .hero__links__bloc-1 .hero__links__grp {
    flex-direction: row;
  }
}
@media screen and (min-width: 576px) {
  .hero__links__bloc-1 {
    min-width: 426px;
  }
}

.hero__links__bloc-2 {
  padding-inline: 30px;
  width: 100%;
  max-width: 426px;
}
@media screen and (min-width: 576px) {
  .hero__links__bloc-2 {
    min-width: 416px;
  }
}
.hero__links__bloc-2 > a {
  font-size: 0.875rem;
  padding: 14px 20px;
}

.hero__links__bloc-1__heading,
.hero__links__bloc-2__heading {
  text-transform: uppercase;
  color: #10264c;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero__links__bloc-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding-top: 22px;
  padding-bottom: 52px;
  border-top: 1px solid #10264c;
}
@media screen and (min-width: 992px) {
  .hero__links__bloc-2 {
    grid-column: 7/span 4;
    padding-bottom: 24px;
    border-top: none;
  }
}
.hero__links__bloc-2 .hero__links__grp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.hero__links__bloc-2 .hero__links__grp > a {
  font-size: 0.875rem;
  padding: 14px 20px;
}
@media screen and (min-width: 576px) {
  .hero__links__bloc-2 .hero__links__grp {
    flex-direction: row;
  }
}
.hero__links__bloc-2 .hero__links__bloc-1 .docs__grp-links__icon::before {
  height: 30px;
  width: 30px;
  background-image: url(../media/elements/icon-member.svg);
}
.hero__links__bloc-2 .hero--presse .hero__links__grp:has(.btn.btn--primary:hover) .docs__grp-links__icon {
  background-color: #10264c;
}
.hero__links__bloc-2 .hero--presse .hero__links__grp:has(.btn.btn--primary:hover) .docs__grp-links__icon::before {
  filter: brightness(0) invert(1);
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.presentation-video {
  background-color: var(--background);
  padding-block: 110px;
  transition: background-color 0.2s linear;
}
.presentation-video .desktop-only {
  display: none;
}
@media screen and (min-width: 992px) {
  .presentation-video .desktop-only {
    display: block;
  }
}
.presentation-video .mobile-only {
  display: block;
}
@media screen and (min-width: 992px) {
  .presentation-video .mobile-only {
    display: none;
  }
}
.presentation-video iframe {
  width: 100%;
  aspect-ratio: 9/16;
  height: auto;
}
@media screen and (min-width: 992px) {
  .presentation-video iframe {
    aspect-ratio: 16/9;
  }
}

.presentation-video__container {
  column-gap: 74px;
  width: 90%;
}

.presentation-video__video {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .presentation-video__video {
    grid-column: 1/span 7;
    margin-bottom: 0;
  }
}

.presentation-video__media {
  display: block;
  width: 100%;
  height: auto;
}

.presentation-video__description {
  justify-self: center;
  align-self: center;
  color: #10264c;
}
@media screen and (min-width: 992px) {
  .presentation-video__description {
    grid-column: 8/span 5;
  }
}

.presentation-video__description-heading {
  font-size: clamp(3.75rem, 3.5913rem + 0.7937vw, 4.375rem);
  font-weight: 100;
  line-height: 1;
  margin-bottom: 25px;
  width: 90%;
}

.presentation-video__description-text {
  font-size: 1.1875rem;
  width: 80%;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.chiffres-clefs {
  padding-top: 95px;
  padding-bottom: 162px;
  width: 90%;
  margin-inline: auto;
}

.chiffres-clefs__container {
  margin-bottom: 55px;
  gap: 60px;
  align-items: flex-start;
}
@media screen and (min-width: 1086px) {
  .chiffres-clefs__container {
    justify-content: space-between;
    gap: unset;
  }
}

.chiffres-clefs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #10264c;
}

.chiffres-clefs__number {
  display: inline-flex;
  justify-content: center;
  min-width: 7ch;
  font-variant-numeric: tabular-nums;
  font-size: 2.6875rem;
  font-weight: 900;
  line-height: 1.5;
  border: 1px solid #10264c;
  border-radius: 1000px;
  padding-inline: 26px;
  margin-bottom: 20px;
}

.chiffres-clefs__description {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.25;
}

.chiffres-clefs .btn {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.presentation {
  position: relative;
  padding-block: 180px;
  background-color: #10264c;
  z-index: 1;
  overflow: visible;
}

.presentation__cloud {
  position: absolute;
  top: -50px;
  left: -190px;
  width: 220px;
  height: 220px;
  background-image: url("../media/clouds/cloud--footer.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  pointer-events: none;
  opacity: 1;
  z-index: 2;
}

@media screen and (min-width: 1086px) {
  .presentation__cloud {
    width: 714px;
    height: 320px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .presentation__cloud {
    transform: none;
  }
}
.presentation__container {
  width: 90%;
  row-gap: 27px;
  max-width: 1296px;
}
@media screen and (min-width: 1086px) {
  .presentation__container {
    row-gap: 0;
    column-gap: 70px;
  }
}

.presentation__media {
  height: 413px;
}
.presentation__media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 40% center;
}
@media screen and (min-width: 1086px) {
  .presentation__media {
    grid-column: 1/span 5;
    height: 620px;
  }
}

.presentation__content {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1086px) {
  .presentation__content {
    grid-column: 6/span 7;
    align-items: flex-start;
  }
}

.presentation__content-heading {
  color: var(--heading);
  transition: color 0.2s linear;
}
@media screen and (min-width: 1086px) {
  .presentation__content-heading {
    margin-bottom: 14px;
  }
}

.presentation__content-text {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.4;
}
.presentation__content-text p {
  margin-bottom: 30px;
}
.presentation__content-text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1086px) {
  .presentation__content-text {
    width: 81%;
    max-width: 654px;
  }
}

.presentation__content .btn {
  margin-top: 21px;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.presentation-2-blocs {
  color: #10264c;
}

.presentation-2-blocs__container {
  background-color: var(--background);
  transition: background-color 0.2s linear;
}

.presentation-2-blocs__container__wrapper {
  max-width: 1580px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1086px) {
  .presentation-2-blocs__container__wrapper {
    flex-direction: row;
    width: 100%;
  }
}

.presentation-2-blocs__primary {
  flex: 1;
  padding-block: 90px;
  transition: all 0.2s linear;
}
@media screen and (min-width: 1086px) {
  .presentation-2-blocs__primary {
    padding-bottom: 135px;
    padding-top: 80px;
  }
}

.presentation-2-blocs__secondary {
  flex: 1;
}
.presentation-2-blocs__secondary > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.presentation-2-blocs__secondary figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 1086px) {
  .presentation-2-blocs__secondary {
    margin: unset;
  }
}

.presentation-2-blocs__content {
  width: 70%;
  margin-inline: auto;
}

.presentation-2-blocs__content-heading {
  width: 92%;
  margin-bottom: 33px;
}

.presentation-2-blocs__content-text {
  font-size: 1.1875rem;
  line-height: 1.3;
  width: 83%;
}

.presentation-2-blocs__content__cta-grp {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 56px;
  flex-direction: column;
}
@media screen and (min-width: 1086px) {
  .presentation-2-blocs__content__cta-grp {
    flex-direction: row;
  }
}

.presentation-2-blocs__content .docs__grp-links__item {
  margin-top: 36px;
}

.presentation-2-blocs__container--variant {
  background-color: var(--background--variant);
  transition: background-color 0.2s linear;
}
@media screen and (min-width: 1086px) {
  .presentation-2-blocs__container--variant .presentation-2-blocs__primary {
    order: 2;
  }
}

.presentation-2-blocs.presentation-2-blocs--variant .presentation-2-blocs__primary {
  order: 1;
}
.presentation-2-blocs.presentation-2-blocs--variant .presentation-2-blocs__secondary {
  order: 2;
}
.presentation-2-blocs.presentation-2-blocs--variant .presentation-2-blocs__primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.presentation-2-blocs.presentation-2-blocs--variant .presentation-2-blocs__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
.presentation-2-blocs.presentation-2-blocs--variant .presentation-2-blocs__content-heading {
  width: 90%;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 1086px) {
  .presentation-2-blocs.presentation-2-blocs--variant .presentation-2-blocs__primary {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.presentation-2-blocs.presentation-2-blocs--variant .presentation-2-blocs__secondary {
  max-height: 433px;
}

.presentation-2-blocs__container.presentation-2-blocs__container--variant {
  background-color: white;
}

.presentation-2-blocs.presentation-2-blocs--variant.presentation-2-blocs--variant-primary .presentation-2-blocs__content-heading {
  color: white;
}
.presentation-2-blocs.presentation-2-blocs--variant.presentation-2-blocs--variant-primary .presentation-2-blocs__primary {
  background-color: var(--background--color--primary);
  order: 2;
}
.presentation-2-blocs.presentation-2-blocs--variant.presentation-2-blocs--variant-primary .presentation-2-blocs__container--variant {
  background-color: var(--background--color--primary);
}
.presentation-2-blocs.presentation-2-blocs--variant.presentation-2-blocs--variant-primary .presentation-2-blocs__secondary {
  order: 1;
}
.presentation-2-blocs.presentation-2-blocs--variant.presentation-2-blocs--variant-primary .btn {
  color: var(--btn-primary-cyan-color);
}

@media screen and (min-width: 1086px) {
  .presentation-2-blocs--variant-secondary .presentation-2-blocs__secondary--variant {
    padding-bottom: 135px;
    padding-top: 80px;
  }
}
.presentation-2-blocs--variant-secondary .presentation-2-blocs__container {
  background-color: white;
}
.presentation-2-blocs--variant-secondary .presentation-2-blocs__container--variant .presentation-2-blocs__secondary {
  background-color: var(--background--secondary-variant);
  color: var(--bg);
}
.presentation-2-blocs--variant-secondary .presentation-2-blocs__container--variant .presentation-2-blocs__secondary {
  background-color: var(--background--secondary-variant);
  color: var(--bg);
  transition: all 0.2s linear;
}
.presentation-2-blocs--variant-secondary .presentation-2-blocs__container--variant .presentation-2-blocs__primary--secondary-variant {
  background-color: var(--neutral--variant);
}

.presentation-2-blocs-primary .presentation-2-blocs__container {
  background-color: var(--background--color--primary);
  color: white;
}
.presentation-2-blocs-primary .hero__links__grp {
  display: flex;
  gap: 46px;
  flex-direction: row;
}
.presentation-2-blocs-primary .docs__grp-links__item .docs__grp-links__icon::before {
  height: 30px;
  width: 30px;
  background-image: url(../media/elements/icon-member.svg);
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.animation {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: var(--background--color--primary);
  color: white;
  transition: background-color 0.2s linear, color 0.2s linear;
}
@media screen and (min-width: 1086px) {
  .animation {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}

.animation__cloud {
  position: absolute;
  top: -40px;
  right: 5%;
  width: 295px;
  height: 149px;
  background-image: url("../media/clouds/cloud--stages-1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none;
  opacity: 1;
  z-index: 2;
  will-change: transform;
}

@media screen and (min-width: 1086px) {
  .animation__cloud {
    top: -120px;
    right: 300px;
    width: 576px;
    height: 292px;
  }
}
.animation__wrapper {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin-inline: auto;
}

.animation__container {
  width: 100%;
  margin-top: 24px;
  max-width: 1296px;
  margin-inline: auto;
}

.animation__container--mobile {
  display: block;
  overflow: hidden;
  max-width: 306px;
  margin-inline: auto;
}

.animation__container--desktop {
  display: none;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  row-gap: 123px;
}

.animation__container--mobile.swiper {
  overflow: hidden;
}

.animation__container--mobile .swiper-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
}

.animation__container--mobile .swiper-slide {
  flex: 0 0 100%;
  width: 100% !important;
  max-width: 100%;
  display: flex;
}

.animation__container--mobile .animation__card {
  width: 100%;
  max-width: 306px;
  margin-inline: auto;
}

.swiper-wrapper {
  align-items: stretch;
}

.animation__heading {
  max-width: 1296px;
  margin-inline: auto;
  width: 100%;
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (min-width: 1086px) {
  .animation__heading {
    margin-bottom: 38px;
    text-align: left;
  }
}

.animation__card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 306px;
}
.animation__card .animation__card__description {
  position: absolute;
  inset: 0;
  background-color: #10264c;
  opacity: 0.95;
  color: white;
  padding-block: 68px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.animation__card .animation__card__description__container {
  width: 90%;
  margin-inline: auto;
}
.animation__card .animation__card__description__heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.animation__card .animation__card__description__txt {
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 300;
}
.animation__card:hover .animation__card__description, .animation__card:focus-within .animation__card__description {
  visibility: visible;
  opacity: 0.95;
  pointer-events: auto;
  transition-delay: 0s;
}
.animation__card .animation__card__img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 214px;
  background-color: white;
}
.animation__card .animation__card__img-container > img {
  width: 80%;
  height: 100%;
  object-fit: cover;
}
.animation__card .animation__card__content-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid white;
  padding-top: 27px;
  padding-left: 27px;
  padding-bottom: 60px;
}
.animation__card .animation__card__content__heading {
  text-transform: uppercase;
  font-size: 1.5625rem;
  width: 100%;
  font-weight: 700;
}

.animation__container--mobile .animation__card .animation__card__description {
  position: absolute;
  inset: 0;
  visibility: visible;
  opacity: 0.95;
  pointer-events: auto;
  user-select: auto;
  transition: none;
  padding-block: 68px;
}

@media screen and (min-width: 1086px) {
  .animation__container--mobile {
    display: none;
  }
  .animation__container--desktop {
    display: grid;
  }
  .animation__pagination {
    display: none;
  }
}
.animation__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
}

.animation__pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid white;
  background: transparent;
  opacity: 1;
}

.animation__pagination .swiper-pagination-bullet-active {
  background: white;
}

.animation__card--1 {
  grid-column: 1/span 3;
  grid-row: 1;
}

.animation__card--2 {
  grid-column: 4/span 3;
  grid-row: 1;
}

.animation__card--3 {
  grid-column: 7/span 3;
  grid-row: 1;
}

.animation__card--4 {
  grid-column: 10/span 3;
  grid-row: 1;
}

.animation__card--5 {
  grid-column: 1/span 3;
  grid-row: 2;
}

.animation__card--6 {
  grid-column: 4/span 3;
  grid-row: 2;
}

.animation__card--7 {
  grid-column: 7/span 3;
  grid-row: 2;
}

.animation__card--8 {
  grid-column: 10/span 3;
  grid-row: 2;
}

.animation .btn {
  width: fit-content;
  margin-inline: auto;
  margin-top: 80px;
}
@media screen and (min-width: 1086px) {
  .animation .btn {
    margin-top: 104px;
  }
}

.animation__cloud--hidden {
  display: none;
}

.animation--secondary {
  background-color: var(--background--color--secondary);
}

.partenaires {
  background-color: var(--background, #fff);
  padding-top: 90px;
  padding-bottom: 90px;
  color: var(--font-color, #000);
  transition: all 0.2s linear;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .partenaires {
    padding-top: 84px;
    padding-bottom: 82px;
  }
}
.partenaires__container {
  width: 100%;
  max-width: 100%;
}

.partenaires__heading {
  text-align: left;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 82px;
  color: #10264c;
}

/* Marquee Container */
.partenaires__marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  user-select: none;
}

/* Marquee Inner - Crée le masque */
.partenaires__marquee-inner {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Track - Contient les logos et se déplace */
.partenaires__track {
  display: flex;
  align-items: center;
  gap: 90px;
  will-change: transform;
  animation: marquee 30s linear infinite;
}

/* Pause au survol */
.partenaires__marquee:hover .partenaires__track {
  animation-play-state: paused;
}

/* Animation fluide */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Items du carousel */
.partenaires__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.partenaires__link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
  outline: none;
}

.partenaires__link:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

.partenaires__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 4px;
}

.partenaires__logo {
  display: block;
  height: 54px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

@media (min-width: 1200px) {
  .partenaires__logo {
    height: 64px;
    max-width: 220px;
  }
}
/* Bouton */
.partenaires .btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-top: 82px;
  margin-bottom: 12px;
}

/* Optimisations performances */
.partenaires__track {
  backface-visibility: hidden;
  perspective: 1000px;
  -webkit-font-smoothing: antialiased;
}

/* Fallback si prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .partenaires__track {
    animation-duration: 60s; /* Ralentit l'animation */
  }
}
:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.presentation-3-cards {
  position: relative;
  padding-inline: 22px;
  overflow-x: clip;
}

.presentation-3-cards__heading {
  color: var(--primary);
  transition: color 0.2s linear;
  margin-top: 40px;
}

.presentation-3-cards__cloud {
  position: absolute;
  top: -40px;
  right: -100px;
  width: 538px;
  height: 325px;
  background-image: url("../media/clouds/cloud-access.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
  will-change: transform;
}

@media screen and (min-width: 1086px) {
  .presentation-3-cards__cloud {
    top: -20px;
    right: -100px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .presentation-3-cards__cloud {
    transform: none;
  }
}
.presentation-3-cards__container {
  max-width: 1296px;
  margin-inline: auto;
  padding-bottom: 140px;
  row-gap: 140px;
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .presentation-3-cards__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1086px) {
  .presentation-3-cards__container {
    padding-bottom: 190px;
    grid-template-columns: repeat(12, 1fr);
  }
}

.presentation-3-cards__item {
  max-width: 413px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1086px) {
  .presentation-3-cards__item {
    grid-column: span 4;
  }
}

.presentation-3-cards__item__img-container {
  height: 284px;
}
.presentation-3-cards__item__img-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.presentation-3-cards__item__content-container {
  position: relative;
  border: 1px solid var(--primary);
  transition: border 0.2s linear;
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translate(-50%);
  width: 80%;
  background-color: white;
}

.presentation-3-cards__item__content__description {
  position: relative;
}

.presentation-3-cards__item__content__description__heading {
  font-size: 1.5625rem;
  font-weight: 200;
  color: var(--primary);
  transition: color 0.2s linear;
  text-transform: uppercase;
  padding-top: 32px;
  padding-bottom: 57px;
  padding-inline: 22px;
}

.presentation-3-cards__item__content__description .cta {
  position: absolute;
  left: 20px;
  bottom: -20px;
}

.presentation-3-cards--variant .presentation-3-cards__cloud {
  display: none;
}
.presentation-3-cards--variant .presentation-3-cards__heading {
  color: var(--primary);
  transition: color 0.2s linear;
  margin-bottom: 50px;
}
.presentation-3-cards--variant .presentation-3-cards__container {
  padding-top: 0;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.presentation-pictogram {
  background-color: #10264c;
  color: white;
}

.presentation-pictogram__container {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (min-width: 1086px) {
  .presentation-pictogram__container {
    padding-bottom: 140px;
  }
}

.presentation-pictogram__heading {
  max-width: 1296px;
  margin-inline: auto;
  margin-bottom: 76px;
  width: 90%;
}

.presentation-pictogram__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  transition: all 0.2s linear;
}
.presentation-pictogram__list__item > h3 {
  font-weight: 200;
  font-size: clamp(1rem, 0.873rem + 0.6349vw, 1.5rem);
  line-height: 1.1;
  text-align: left;
}
.presentation-pictogram__list__item:hover .presentation-pictogram__icon {
  background-color: white;
}
.presentation-pictogram__list__item:hover .presentation-pictogram__icon img {
  filter: brightness(0);
}

.presentation-pictogram__list__item--coming-soon {
  position: relative;
  transition: all 0.2s linear;
}
.presentation-pictogram__list__item--coming-soon::after {
  content: "prochainement";
  position: absolute;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.16), 0 15px 30px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  font-size: 1rem;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear, visibility 0s linear 0.2s;
  pointer-events: none;
}

.presentation-pictogram__list__item--coming-soon:hover .presentation-pictogram__icon {
  background-color: rgba(255, 255, 255, 0.4);
}
.presentation-pictogram__list__item--coming-soon:hover .presentation-pictogram__icon > img {
  filter: brightness(0) invert(0);
}
.presentation-pictogram__list__item--coming-soon:hover::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s linear;
}

.presentation-pictogram__icon {
  min-height: 70px;
  min-width: 70px;
  display: flex;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s linear;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.presentation-pictogram__icon > img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0) invert(1);
  transition: filter 0.2s linear;
}
@media screen and (min-width: 1086px) {
  .presentation-pictogram__icon {
    min-height: 100px;
    min-width: 100px;
  }
}

.presentation-pictogram__list {
  row-gap: 40px;
  justify-items: center;
  width: 90%;
  margin-inline: auto;
  max-width: 1060px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .presentation-pictogram__list {
    grid-template-columns: repeat(6, 1fr);
    column-gap: 120px;
  }
}
@media screen and (min-width: 1086px) {
  .presentation-pictogram__list {
    grid-template-columns: repeat(9, 1fr);
  }
}

.presentation-pictogram__list__item {
  grid-column: 1/-1;
  justify-self: center;
  width: 100%;
  max-width: 260px;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .presentation-pictogram__list__item {
    grid-column: span 3;
    justify-self: start;
    max-width: none;
    flex-direction: row;
  }
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.exposition {
  background-color: #10264c;
  color: white;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (min-width: 992px) {
  .exposition {
    padding-bottom: 110px;
  }
}
.exposition .presentation-pictogram__list__item:hover .presentation-pictogram__icon {
  background-color: transparent;
}
.exposition .presentation-pictogram__list__item:hover .presentation-pictogram__icon img {
  filter: brightness(0) invert(1);
}

.exposition__heading {
  text-align: center;
  margin-bottom: 75px;
  padding-inline: 22px;
}
@media screen and (min-width: 992px) {
  .exposition__heading {
    text-align: left;
  }
}

.exposition__main {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  gap: 64px;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .exposition__main {
    flex-direction: row;
    gap: 96px;
  }
}

.exposition__item {
  max-width: 365px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .exposition__item {
    max-width: 30%;
  }
}

.presentation-pictogram__list__item span {
  align-self: center;
}

.presentation-pictogram__list__item__text {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .presentation-pictogram__list__item__text {
    text-align: left;
  }
}

.big-num {
  font-size: 2.5rem;
  font-weight: 900;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.docs {
  background-color: var(--background);
  transition: background-color 0.2s linear;
}

.docs__container {
  padding-block: 50px;
  width: 90%;
}

.docs__heading {
  color: #10264c;
  margin-bottom: 32px;
}

.docs__grp-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  row-gap: 37px;
  column-gap: 64px;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .docs__grp-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1086px) {
  .docs__grp-links {
    grid-template-columns: repeat(4, 1fr);
  }
}

.docs__grp-links__item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #10264c;
  transition: all 0.2s linear;
}
.docs__grp-links__item:hover .docs__grp-links__icon {
  background-color: #10264c;
}
.docs__grp-links__item:hover .docs__grp-links__icon::before {
  filter: brightness(0) invert(1);
}

.docs__grp-links__icon {
  background-color: white;
  height: 55px;
  width: 55px;
  min-height: 55px;
  min-width: 55px;
  border: 1px solid #10264c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s linear;
}
.docs__grp-links__icon::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: filter 0.2s linear;
}
.docs__grp-links__icon.icon-media::before {
  background-image: url(../media/icons/access/icon__photo-gallery.svg);
}
.docs__grp-links__icon.icon-download::before {
  background-image: url(../media/elements/icon-download.svg);
}
.docs__grp-links__icon.icon-member::before {
  background-image: url(../media/elements/icon-member.svg);
}

.docs__grp-links__label {
  display: block;
  max-width: 300px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero--presse .docs__grp-links__item:hover .docs__grp-links__icon, .hero .docs__grp-links__item:hover .docs__grp-links__icon {
  background-color: white;
}
.hero--presse .docs__grp-links__item:hover .docs__grp-links__icon::before, .hero .docs__grp-links__item:hover .docs__grp-links__icon::before {
  filter: none;
}
.hero--presse .docs__grp-links__icon::before, .hero .docs__grp-links__icon::before {
  background-image: url(../media/elements/icon-member.svg);
  width: 35px;
  height: 35px;
}
.hero--presse .hero__links__grp:has(.btn.btn--primary:hover) .docs__grp-links__icon, .hero .hero__links__grp:has(.btn.btn--primary:hover) .docs__grp-links__icon {
  background-color: #10264c;
}
.hero--presse .hero__links__grp:has(.btn.btn--primary:hover) .docs__grp-links__icon::before, .hero .hero__links__grp:has(.btn.btn--primary:hover) .docs__grp-links__icon::before {
  filter: brightness(0) invert(1);
}

.presentation-2-blocs-primary .docs__grp-links__item {
  color: var(--font);
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.presentation-4-cards {
  color: var(--primary);
  transition: color 0.2s linear;
  width: 90%;
  margin-inline: auto;
  margin-block: 100px;
}

.presentation-4-cards__heading {
  margin-bottom: 53px;
  padding-top: 90px;
}
@media screen and (min-width: 1296px) {
  .presentation-4-cards__heading {
    margin-bottom: 140px;
    padding-top: 115px;
  }
}

.presentation-4-cards__masonry__item {
  position: relative;
}

.presentation-4-cards__masonry__item__img-container {
  max-height: 524px;
  aspect-ratio: 300/524;
}
.presentation-4-cards__masonry__item__img-container > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.presentation-4-cards__masonry__item__content-container {
  max-width: 290px;
  padding: 22px 17px 22px 27px;
  margin-top: -175px;
  margin-left: 30px;
  background-color: white;
  position: relative;
}
.presentation-4-cards__masonry__item__content-container > h3 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1.5625rem;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 10px;
}
.presentation-4-cards__masonry__item__content-container > p {
  color: #10264c;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.2;
}

.presentation-4-cards__cta {
  width: fit-content;
  margin-inline: auto;
  margin-top: 60px;
}

.presentation-4-cards__masonry__container {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 24px;
  max-width: 740px;
}
@media screen and (min-width: 1296px) {
  .presentation-4-cards__masonry__container {
    grid-template-columns: repeat(12, 1fr);
    max-width: 1296px;
  }
}

.presentation-4-cards__masonry__item:nth-child(1) {
  grid-column: 1/-1;
}
@media screen and (min-width: 992px) {
  .presentation-4-cards__masonry__item:nth-child(1) {
    grid-column: 1/span 6;
    grid-row: 1;
  }
}
@media screen and (min-width: 1296px) {
  .presentation-4-cards__masonry__item:nth-child(1) {
    grid-column: 1/span 3;
    grid-row: 1;
  }
}

.presentation-4-cards__masonry__item:nth-child(2) {
  grid-column: 1/-1;
}
@media screen and (min-width: 992px) {
  .presentation-4-cards__masonry__item:nth-child(2) {
    grid-column: 7/span 6;
    grid-row: 1;
  }
}
@media screen and (min-width: 1296px) {
  .presentation-4-cards__masonry__item:nth-child(2) {
    grid-column: 4/span 3;
    grid-row: 1;
    margin-top: -65px;
  }
}

.presentation-4-cards__masonry__item:nth-child(3) {
  grid-column: 1/-1;
}
@media screen and (min-width: 992px) {
  .presentation-4-cards__masonry__item:nth-child(3) {
    grid-column: 1/span 6;
    grid-row: 2;
  }
}
@media screen and (min-width: 1296px) {
  .presentation-4-cards__masonry__item:nth-child(3) {
    grid-column: 7/span 3;
    grid-row: 1;
  }
}

.presentation-4-cards__masonry__item:nth-child(4) {
  grid-column: 1/-1;
}
@media screen and (min-width: 992px) {
  .presentation-4-cards__masonry__item:nth-child(4) {
    grid-column: 7/span 6;
    grid-row: 2;
  }
}
@media screen and (min-width: 1296px) {
  .presentation-4-cards__masonry__item:nth-child(4) {
    grid-column: 10/span 3;
    grid-row: 1;
    margin-top: -65px;
  }
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.presentation-2-cards-carousel--top {
  padding-top: 90px;
}
@media screen and (min-width: 1086px) {
  .presentation-2-cards-carousel--top {
    padding-top: 150px;
  }
}

.presentation-2-cards-carousel {
  padding-top: 90px;
}
@media screen and (min-width: 1296px) {
  .presentation-2-cards-carousel {
    padding-top: 0;
  }
}

.presentation-2-cards-carousel .presentation-2-blocs {
  padding-top: 90px;
}
@media screen and (min-width: 1086px) {
  .presentation-2-cards-carousel .presentation-2-blocs {
    padding-top: 150px;
  }
}

.presentation-2-cards-carousel {
  position: relative;
  overflow: visible;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__cloud {
  position: absolute;
  top: -140px;
  left: -190px;
  width: 220px;
  height: 220px;
  background-image: url("../media/clouds/cloud--footer.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
  will-change: transform;
}
@media screen and (min-width: 1086px) {
  .presentation-2-cards-carousel .presentation-2-cards-carousel__cloud {
    width: 714px;
    height: 320px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .presentation-2-cards-carousel .presentation-2-cards-carousel__cloud {
    transform: none;
  }
}
.presentation-2-cards-carousel .presentation-2-blocs__container {
  background-color: white;
  position: relative;
  z-index: 0;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__mobile {
  width: 95%;
  margin-inline: auto;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__desktop {
  display: none;
}
.presentation-2-cards-carousel .presentation-2-blocs__secondary {
  position: relative;
}
.presentation-2-cards-carousel .presentation-2-blocs__secondary__navigation {
  min-width: 200px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: white;
  border-radius: 1000px;
  padding: 9px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #10264c;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__text.swiper,
.presentation-2-cards-carousel .presentation-2-cards-carousel__images.swiper {
  overflow: hidden;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__text {
  width: 100%;
  min-height: 220px;
  position: relative;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__text .swiper-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__text .swiper-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__images {
  width: 100%;
  height: 100%;
  max-width: 790px;
  min-height: 320px;
}
@media screen and (min-width: 1086px) {
  .presentation-2-cards-carousel .presentation-2-cards-carousel__images {
    min-height: 520px;
  }
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__images .swiper-wrapper {
  display: flex;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__images .swiper-slide {
  flex: 0 0 100%;
  width: 100%;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__images img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__mobile-swiper {
  overflow: hidden;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__mobile-swiper .swiper-wrapper {
  display: flex;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__mobile-slide {
  flex: 0 0 100%;
  width: 100%;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__mobile-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__mobile-content {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__mobile-content .presentation-2-blocs__content-heading {
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 1296px) {
  .presentation-2-cards-carousel .presentation-2-cards-carousel__mobile-content .presentation-2-blocs__content-heading {
    text-align: left;
  }
}
.presentation-2-cards-carousel .presentation-2-cards-carousel__mobile-nav {
  padding-bottom: 90px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media screen and (min-width: 1296px) {
  .presentation-2-cards-carousel .presentation-2-cards-carousel__mobile {
    display: none;
  }
  .presentation-2-cards-carousel .presentation-2-cards-carousel__desktop {
    display: block;
  }
}

.carousel__btn {
  background: transparent;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.carousel__btn__icon {
  width: 48px;
  height: 48px;
  display: block;
}

.carousel__btn__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.carousel__btn--prev .carousel__btn__icon {
  transform: rotate(180deg);
}

.carousel__btn__icon svg .st0 {
  fill: #10264c;
}
.carousel__btn__icon svg .st1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
}

.carousel__index {
  margin-inline: 23px;
  font-size: 0.875rem;
}

.presentation-2-cards-carousel__desktop .presentation-2-blocs__content {
  margin-inline: unset;
  margin-right: auto;
  width: 100%;
}

.presentation-2-cards-carousel__desktop .presentation-2-blocs__content-heading {
  width: 80%;
}

.presentation-2-cards-carousel__desktop .presentation-2-blocs__content-text {
  width: 80%;
}

.presentation-2-cards-carousel__desktop .presentation-2-blocs__container__right {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.presentation-2-cards-carousel__desktop .presentation-2-blocs__primary {
  flex: 0 0 50%;
  padding-bottom: 0;
}

.presentation-2-cards-carousel__desktop .presentation-2-blocs__secondary {
  flex: 0 0 50%;
}

.presentation-2-cards-carousel .presentation-2-blocs__container__wrapper {
  max-width: 1580px;
  margin-inline: auto;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.presentation-6-cards {
  background-color: #10264c;
  padding-inline: 22px;
  position: relative;
  overflow: visible;
}

.presentation-6-cards__cloud {
  position: absolute;
  top: 0;
  right: -10px;
  width: 295px;
  height: 160px;
  background-image: url("../media/clouds/cloud--stages-1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
  will-change: transform;
}

@media screen and (min-width: 992px) {
  .presentation-6-cards__cloud {
    width: 395px;
    height: 260px;
  }
}
@media screen and (min-width: 1086px) {
  .presentation-6-cards__cloud {
    top: -80px;
    right: 340px;
    width: 576px;
    height: 292px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .presentation-6-cards__cloud {
    transform: none;
  }
}
.presentation-6-cards__container {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (min-width: 1086px) {
  .presentation-6-cards__container {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}

.presentation-6-cards__heading {
  color: var(--heading);
  transition: color 0.2s linear;
  margin-bottom: 75px;
}

.presentation-6-cards__main {
  grid-template-columns: 1fr;
  column-gap: 24px;
  row-gap: 54px;
}
@media screen and (min-width: 576px) {
  .presentation-6-cards__main {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 1086px) {
  .presentation-6-cards__main {
    grid-template-columns: repeat(12, 1fr);
  }
}

.presentation-6-cards__item {
  grid-column: span 4;
  position: relative;
  border: 1px solid white;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.presentation-6-cards__item__content {
  padding: 27px 30px;
}

.presentation-6-cards__item__content__heading {
  font-size: clamp(1.25rem, 1.1706rem + 0.3968vw, 1.5625rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}

.presentation-6-cards__item__content__description {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.2;
}

.presentation-6-cards__item__img {
  max-width: 100%;
}
.presentation-6-cards__item__img > img {
  width: 100%;
  max-height: 153px;
  height: 100%;
  object-fit: cover;
  object-position: center 100%;
  display: block;
}

.presentation-6-cards__item .docs__grp-links__icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #10264c;
  border-color: white;
}
.presentation-6-cards__item .docs__grp-links__icon::before {
  background-image: url(../media/elements/icon-download--white.svg);
}
.presentation-6-cards__item .docs__grp-links__icon:hover {
  background-color: white;
}
.presentation-6-cards__item .docs__grp-links__icon:hover::before {
  background-image: url(../media/elements/icon-download.svg);
}

.presentation-6-cards__btn-grp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-inline: auto;
  margin-top: 80px;
  gap: 24px;
}
@media screen and (min-width: 1086px) {
  .presentation-6-cards__btn-grp {
    margin-top: 104px;
    flex-direction: row;
    width: 50%;
  }
}

.presentation-6-cards__btn-grp .btn {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

:root {
  --font: #10264c;
  --bg: white;
  --neutral: bgColor;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --primary: #119bdc;
  --secondary: #10264c;
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #119bdc;
  --background--color--secondary: #d9000c;
  --background--secondary-variant: #119bdc;
  --heading: #119bdc;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #10264c;
  --icon-svg-lang-background: #119bdc;
  --icon-svg-lang-color: #10264c;
  --navigation-item: white;
  --btn-primary-red-background: #d9000c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #119bdc;
  --footer-link: #119bdc;
  --footer-link-background: #119bdc;
}

.contrast {
  --font: white;
  --bg: #10264c;
  --primary: #10264c;
  --secondary: #d9000c;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #10264c;
  --background--color--secondary: #10264c;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #10264c;
  --icon-svg-border: white;
  --icon-svg-lang-background: #10264c;
  --icon-svg-lang-color: #119bdc;
  --navigation-item: #119bdc;
  --btn-primary-red-background: #10264c;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #10264c;
  --footer-link: white;
  --footer-link-background: white;
}

.programme {
  padding-top: 90px;
  padding-bottom: 90px;
  color: #10264c;
  padding-inline: 22px;
}
@media screen and (min-width: 1086px) {
  .programme {
    padding-bottom: 135px;
  }
}

.programme--cloud {
  position: relative;
  overflow: visible;
}

.programme__cloud {
  position: absolute;
  bottom: -40px;
  right: -10px;
  width: 220px;
  height: 130px;
  background-image: url("../media/clouds/cloud-access.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
  will-change: transform;
}

@media screen and (min-width: 1086px) {
  .programme__cloud {
    bottom: -120px;
    right: 120px;
    width: 520px;
    height: 260px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .programme__cloud {
    transform: none;
  }
}
.programme__heading {
  margin-bottom: 42px;
  text-transform: capitalize;
}

.programme .presentation-6-cards__item {
  border: 1px solid #10264c;
  color: #10264c;
  margin-bottom: 53px;
}
@media screen and (min-width: 1086px) {
  .programme .presentation-6-cards__item {
    margin-bottom: 0;
  }
}

.programme .programme__link {
  position: absolute;
  bottom: -20px;
  left: 30px;
}

.cookie-notice-container #cn-notice-text {
  color: white;
}

/*# sourceMappingURL=style.css.map */
