:root {
  --typo-font-family: 'Avenir', sans-serif;
  --typo-font-family-special: 'Orbitron', sans-serif;
}

* {
  font-family: var(--typo-font-family);
}

:root {
  --primary: #FFFFFF;
  --secondary: #82bc46;
  --third: #c84e50;
  --background: #6ec6d9;
  --text-dark: #28325e;
  --blue:#3a4984;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}

li {
  padding: 0 0 0 1.1em;
  margin: 0 0 0.3em 0;
  position: relative;
  line-height: 1.2;
}
li::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  top: 0.4em;
  left: 0.3em;
  background-color: var(--primary);
}
li li {
  padding: 0 0 0 0.8em;
  margin: 0.2em 0 0 0;
}
li li::before {
  content: "-";
  font-size: 1em;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0.3em;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: initial;
}

b,
strong {
  font-weight: bold;
  font-style: normal;
}

u {
  text-decoration: underline;
}

em {
  font-weight: bold;
  font-style: italic;
}

a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  border-bottom: 1px dashed;
}
a:active {
  border-bottom: 1px dashed;
}

img {
  width: 100%;
  height: auto;
}

#header,
#main,
#footer {
  width: 100%;
  float: left;
}

p {
  margin: 0 0 0.5em;
}

p:has(+ ul) {
  margin: 0 0 0.2em;
}

span {
  display: inline-block;
  font-family: inherit;
}

button {
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: 1;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
}

form, legend, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input {
  cursor: pointer;
}

html {
  font-size: 100%;
  background-color: var(--background);
  height: 100%;
}

body {
  background-image: none;
  background-color: var(--background);
  font-style: normal;
  font-weight: 500;
  min-height: 100%;
  margin: auto;
  font-size: 1em;
  line-height: 1.2;
  color: var(--primary);
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  font-family: var(--typo-font-family);
}

h1,
h2,
h4,
h5,
h6 {
  font-weight: bold;
}

b,
strong {
  font-weight: bold;
}

.wrapper {
  position: relative;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

h1 {
  font-size: 1.4375em;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  width: 100%;
  padding: 0 10%;
  pointer-events: none;
}
h1 span.retour {
  display: block;
}

.sticker.ia {
  font-size: 3.5em;
  line-height: 0.8;
  height: 0.715em;
}
.sticker {
  color: var(--primary);
  line-height: 0.78;
  text-align: left;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}
.sticker span.original, .sticker span.reflet {
  overflow: hidden;
  height: 0.715em;
}
.sticker span.original span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  height: 0.715em;
}
.sticker span.reflet {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  height: 0.715em;
}
.sticker.big {
  -webkit-transform: translateX(120px) translateY(-30px) perspective(150px) rotate(-6deg) translateZ(120px) skew(-10deg, 0deg);
          transform: translateX(120px) translateY(-30px) perspective(150px) rotate(-6deg) translateZ(120px) skew(-10deg, 0deg);
}

.before_sticker {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.before_sticker .special {
  font-family: var(--typo-font-family-special);
  font-weight: 500;
}
.before_sticker .emphase {
  font-size: 1.7391em;
  font-weight: 900;
}
.before_sticker .first, .before_sticker .second {
  width: 100%;
}
.before_sticker .third,
.before_sticker .fourth {
  font-size: 1.7391em;
  font-weight: 900;
  line-height: 1;
}
.before_sticker .fourth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
}

#intro {
  text-align: left;
  background-color: #FFFFFF;
  font-size: 1em;
  font-size: calc(1em + 0.45 * (100vw - 20em) / 28);
}
#intro .main {
  padding: 0 0;
  background-color: var(--secondary);
  position: relative;
}
#intro .titre {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url(../img/bg_haut_mobile.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
  margin: 0;
  padding: 3em 0 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
#intro .titre::before {
  content: "";
  display: block;
  background-image: url(../img/persos_accueil_mobile.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.375em;
  aspect-ratio: 537/352;
  position: absolute;
  bottom: -3.8em;
  left: 8%;
  z-index: 1;
}
#intro .titre::after {
  content: "";
  display: block;
  background-image: url(../img/clones.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.6875em;
  aspect-ratio: 239/411;
  position: absolute;
  bottom: -2.5em;
  right: 1em;
  z-index: 1;
}
#intro .sticker {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#intro.current .sticker {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
#intro.current .sticker span.original span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#intro.current .sticker span.reflet {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  opacity: 0.2;
}
#intro.current button.actif {
  opacity: 1;
  pointer-events: all;
}
#intro button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
#intro .texte {
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  padding: 3.5em 8% 8em;
  position: relative;
  z-index: 1;
  background-color: #6cc6d9;
  background-image: url(../img/bg_bas_mobile.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}
#intro .texte::after {
  content: "";
  display: block;
  width: 100%;
  height: 12em;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#intro .texte span.left {
  width: 4.7em;
  height: 19.5em;
  shape-outside: polygon(59% 24%, 42% 37%, 70% 47%, 100% 65%, 100% 83%, 16% 100%, 0% 100%, 0 16%);
  float: left;
  clip-path: polygon(59% 24%, 42% 37%, 70% 47%, 100% 65%, 100% 83%, 16% 100%, 0% 100%, 0 16%);
  display: none;
}
#intro .texte p {
  font-size: 1em;
  opacity: 0;
  border-color: #FFF;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  padding: 0.5em;
  text-align: left;
  position: relative;
  margin: 0 0 1em;
  z-index: 1;
}
@media (min-width: 48em) {
  #intro .texte p {
    border-width: 2px 0 0 2px;
  }
}

span.angle {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
span.angle::before {
  content: "";
  display: block;
  width: calc(100% - 1.25em);
  height: 100%;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 0 1px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 48em) {
  span.angle::before {
    border-width: 0 0 2px 0;
  }
}
span.angle::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 100%;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 48em) {
  span.angle::after {
    border-width: 0 2px 2px 0;
    right: 1px;
    bottom: -1px;
  }
}

.annee {
  font-weight: 900;
  font-size: 2.5em;
  padding: 0 10%;
  display: inline-block;
  position: relative;
  margin: 0 0 0.15em;
  font-family: var(--typo-font-family-special);
  -webkit-text-stroke: 1px #FFF;
  -webkit-text-fill-color: transparent;
  width: 100%;
}

button {
  position: relative;
}
button.round {
  width: 2.5em;
  height: 2.5em;
  background-color: var(--secondary);
  display: inline-block;
  border-radius: 50%;
  font-size: 1rem;
}
button.round::before, button.round::after {
  content: "";
  display: block;
  width: 35%;
  height: 35%;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: var(--third);
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
button.round::after {
  left: 37%;
}
button.skip {
  opacity: 1;
  pointer-events: all;
}
button.skip.round::before {
  left: 33%;
}
button.skip.round::after {
  left: 68%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-width: 0 1px;
  height: 50%;
  width: 9%;
}

.logo {
  width: 13.5em;
  aspect-ratio: 438/146;
  display: inline-block;
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

#soundalert {
  font-weight: 500;
  font-size: 1.25em;
  font-size: calc(1em + 0.25 * (100vw - 20em) / 100);
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 6% 2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: var(--background);
  color: var(--text-dark);
}

#intro,
.anim,
#conclusion {
  overflow: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  left: 100vw;
  left: 100dvw;
  /*
  @media (max-width: $layout-breakpoint-small) {
      font-size: calc(16px + (38 - 16) * ((100vw - 320px) / (768 - 320)));
  }
      */
}
#intro.current,
.anim.current,
#conclusion.current {
  left: 0;
}
#intro.current.finished,
.anim.current.finished,
#conclusion.current.finished {
  left: -100vw;
  left: -100dvw;
}

#intro {
  left: 0;
}

.anim {
  background-color: #2b4c9a;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: calc(1em + 0.45 * (100vw - 20em) / 28);
}
.anim .annee {
  display: none;
}
.anim .sticker {
  font-family: var(--typo-font-family-special);
  font-size: 1.4375em;
  width: calc(100% - 3.8em);
  font-weight: 500;
  color: #FFF;
  text-align: left;
  margin: 0;
  padding: 0.7em 0 0.6em 6%;
}
.anim .sticker h2 {
  font-family: inherit;
  margin: 0;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
}
.anim .sticker span {
  display: block;
}
.anim.current .sticker {
  opacity: 1;
}
.anim.current .texte {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.anim button {
  position: absolute;
  top: 3em;
  right: 6%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  max-width: 6em;
  padding: 0.5em 1em;
  font-size: 0.9em;
}
.anim button.skip {
  opacity: 1;
  pointer-events: all;
}
.anim.vu button.skip {
  display: none;
}
.anim .accompagnement {
  position: relative;
  background-color: #2b4c9a;
  background-image: url(../img/bg_video_bas_mobile.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}
.anim .accompagnement .content {
  overflow: hidden;
}
.anim .texte {
  font-size: 1em;
  font-weight: normal;
  margin: 0 6% 4em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.25;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  text-align: left;
}
.anim .texte p {
  border-color: #FFF;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  padding: 1em;
}
@media (min-width: 48em) {
  .anim .texte p {
    border-width: 2px 0 0 2px;
  }
}
.anim .texte q {
  font-style: italic;
  display: block;
}
.anim .texte q::before, .anim .texte q::after {
  content: none;
}
.anim .texte span.retour {
  display: block;
}
.anim.vu .texte {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  opacity: 1;
}
.anim.vu button.next {
  opacity: 1;
  pointer-events: all;
}

.credits {
  font-weight: 500;
  font-size: 0.5em;
  padding: 0.5em 6%;
  display: inline-block;
  text-align: left;
  width: 100%;
}

#conclusion {
  text-align: center;
  background-color: var(--primary);
}
#conclusion .main {
  padding: 3em 6% 1em;
  background-image: url(../img/bg_conclusion_mobile.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #6cc6d9;
  position: relative;
  font-size: calc(1em + 0.45 * (100vw - 20em) / 28);
}
#conclusion .main::after {
  content: "";
  display: block;
  width: 100%;
  height: 9em;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#conclusion .texte {
  font-size: 1.3125em;
  font-weight: 500;
  text-align: left;
  margin: 0 0 1em;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#conclusion .texte p {
  border-color: #FFF;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 7em 0 0 0;
  padding: 1.5em 0.8em 0.8em;
  position: relative;
}
@media (min-width: 48em) {
  #conclusion .texte p {
    border-width: 0 0 0 2px;
  }
}
#conclusion .texte p::before, #conclusion .texte p::after {
  content: "";
  display: block;
  width: 23%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  #conclusion .texte p::before, #conclusion .texte p::after {
    height: 2px;
  }
}
#conclusion .texte p::after {
  left: auto;
  right: 1px;
  width: 18%;
}
@media (min-width: 48em) {
  #conclusion .texte p::after {
    right: 2px;
  }
}
#conclusion .texte em {
  font-style: normal;
  font-weight: 900;
  color: var(--secondary);
  display: block;
}
#conclusion .texte span.annee {
  font-family: var(--typo-font-family-special);
  font-weight: 500;
}
#conclusion .texte span.annee.big {
  font-size: 4.38em;
  position: absolute;
  top: 0.2em;
  left: 50%;
  -webkit-transform: translate(-50%, -100%) rotate(-6.5deg);
          transform: translate(-50%, -100%) rotate(-6.5deg);
  line-height: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#conclusion .texte span.annee.normal {
  display: inline;
  line-height: inherit;
  font-size: inherit;
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: unset;
  width: auto;
  padding: 0;
  margin: 0;
}
#conclusion .texte span.retour {
  display: block;
}
#conclusion button {
  font-size: 0.7619em;
  margin-top: 2em;
}
#conclusion .signature {
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  position: relative;
  z-index: 1;
}
#conclusion .signature .adresse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#conclusion .signature .adresse .tiret {
  display: none;
}
#conclusion .signature a {
  border-bottom: none;
}
#conclusion .signature a.logo {
  position: relative;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
  width: 17em;
}
#conclusion .signature a.site {
  background-color: var(--secondary);
  color: var(--primary);
  font-weight: 500;
  display: inline-block;
  font-size: 1.09em;
  padding: 0.2em 0.6em;
  line-height: 1;
  margin: 0.5em 0 0.2em;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  font-family: var(--typo-font-family-special);
}
#conclusion .footer {
  text-align: center;
  padding: 0.5em 2% 0.5em;
  height: 5em;
}
#conclusion .footer a {
  border-bottom: none;
  margin: 0;
  display: inline-block;
  padding: 0;
}

.anim_vid {
  position: relative;
}
.anim_vid::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 100vw);
  background-image: url(../img/bg_video_bas_mobile.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (min-width: 48em) {
  span.retour {
    display: block;
  }
  #intro {
    font-size: 2.7692em;
    font-size: calc(1.1em + 1.6692 * (100vw - 48em) / 72);
  }
  #intro .main {
    overflow: hidden;
  }
  #intro .annee {
    margin: 0;
    padding: 0 13% 0 13%;
  }
  #intro .titre {
    background-image: url(../img/bg_haut_desktop.png);
    background-size: cover;
    padding: 2em 0 0;
  }
  #intro .titre::before {
    background-image: url(../img/persos_accueil.png);
    aspect-ratio: 607/352;
    width: 13.7954em;
    bottom: -2.7em;
    left: 6%;
  }
  #intro .titre::after {
    width: 5.4318em;
    bottom: -2.1em;
    right: 2em;
  }
  #intro h1 {
    font-size: 1.59em;
    padding: 0 13% 0 13%;
  }
  #intro .before_sticker {
    line-height: 1.3;
  }
  #intro .before_sticker .third, #intro .before_sticker .fourth {
    font-size: 1.85em;
  }
  #intro .before_sticker .fourth {
    line-height: 1;
    position: relative;
    padding: 0 0 1em;
  }
  #intro .sticker.ia {
    font-size: 4.57em;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #intro.current .sticker {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #intro .texte {
    background-image: url(../img/bg_bas_desktop.png);
    background-size: cover;
    padding: 2.35em 15.5% 0 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #intro .texte::after {
    height: 3.4em;
  }
  #intro .texte p {
    font-size: 0.8125em;
    width: 25.2em;
    margin: 0 0 2.5em;
    padding: 1em;
  }
  #intro .main::before {
    width: 14em;
    height: 22.5em;
    bottom: auto;
    top: 2em;
    left: 10%;
  }
  #intro .main::after {
    width: 14em;
    height: 22.5em;
    bottom: auto;
    top: 2em;
    right: 10%;
  }
  #intro button {
    font-size: 0.54em;
    -webkit-transform: none;
            transform: none;
  }
  #intro .footer {
    padding: 0em 10% 0em;
    height: auto;
    text-align: center;
    padding-left: calc(10% + 13.6em);
  }
  #intro .logo {
    width: 10.95em;
    left: auto;
    right: 13.5%;
    -webkit-transform: none;
            transform: none;
    bottom: 0;
  }
  button.round {
    font-size: 1.15em;
    -webkit-transform: none;
            transform: none;
  }
  .anim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    overflow: auto;
    background-color: var(--primary);
    font-size: calc(0.7em + 1.0692 * (100vw - 48em) / 72);
  }
  .anim .annee {
    display: inline-block;
    font-size: 2.84em;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  .anim .sticker {
    font-size: 2.8571em;
    padding: 1.5em 6% 1.5em 6%;
    width: auto;
  }
  .anim button {
    top: auto;
    bottom: 1.5em;
    font-size: 1em;
  }
  .anim .accompagnement {
    width: 43.75%;
    width: 43.75vw;
    width: 43.75dvw;
    height: 56.25dvw;
    overflow: auto;
    background-image: url(../img/bg_video_bas_desktop.png);
    background-size: cover;
  }
  .anim .accompagnement .content {
    font-size: 1em;
    position: relative;
    min-height: 56.25dvw;
    padding: 0 0 2.5em;
    overflow: hidden;
  }
  .anim .texte {
    font-size: 1.1428em;
    margin: 0 6% 0;
  }
  .anim .credits {
    font-size: 0.5357em;
    position: absolute;
    bottom: 2em;
    left: 0;
  }
  .video .anim_vid {
    width: 56.25vw;
    width: 56.25dvw;
    height: 56.25dvw;
    overflow: hidden;
  }
  #conclusion .main {
    min-height: 56.25vw;
    padding: 0;
    background-image: url(../img/bg_conclusion_desktop.png);
    background-size: cover;
    font-size: calc(1em + 0.7692 * (100vw - 48em) / 72);
  }
  #conclusion .main::after {
    height: 13em;
  }
  #conclusion .texte {
    font-size: 2.1428em;
    margin: 0 0 1em;
    z-index: 2;
  }
  #conclusion .texte p {
    border-width: 2px 0 0 0;
    margin: 3em 0 0 7em;
    padding: 1em 0.8em 0.6em;
  }
  #conclusion .texte p::before, #conclusion .texte p::after {
    height: 63%;
    width: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
  }
  #conclusion .texte p::after {
    right: auto;
    height: 8%;
    top: auto;
    bottom: 0;
  }
  #conclusion .texte span.annee.big {
    font-size: 3.98em;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-76%, -50%) rotate(-8.5deg);
            transform: translate(-76%, -50%) rotate(-8.5deg);
  }
  #conclusion button {
    font-size: 0.3999em;
    margin-top: 0;
    position: absolute;
    bottom: -6.5em;
    right: 6%;
  }
  #conclusion .signature {
    font-size: 1em;
  }
  #conclusion .signature .adresse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1em 0 0 0;
  }
  #conclusion .signature .adresse .tiret {
    display: inline;
  }
}
.accessibilite {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -99999999px;
}

.screen-reader {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.screen-reader-focusable:active, .screen-reader-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.nav {
  background-color: #FFFFFF;
  color: var(--blue);
  font-weight: 500;
  font-size: 1em;
  padding: 0.5em 1em;
}
.nav.rounded {
  border-radius: 2em;
}
.nav:hover {
  background-color: #82bc46;
  color: #28325e;
}
#loading {
  width: 100vw;
  width: 100dvw;
  width: 100cqw;
  height: 100vh;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--text-dark);
  z-index: 9999999;
}

.loader {
  width: 40px;
  aspect-ratio: 1;
  -webkit-animation: l3-1 2s infinite linear, l3-2 3s infinite steps(1) -0.5s;
          animation: l3-1 2s infinite linear, l3-2 3s infinite steps(1) -0.5s;
}

@-webkit-keyframes l3-1 {
  0% {
    -webkit-transform: perspective(150px) rotateX(0deg) rotateY(0deg);
            transform: perspective(150px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(150px) rotateX(180deg) rotateY(0deg);
            transform: perspective(150px) rotateX(180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(150px) rotateX(180deg) rotateY(180deg);
            transform: perspective(150px) rotateX(180deg) rotateY(180deg);
  }
}

@keyframes l3-1 {
  0% {
    -webkit-transform: perspective(150px) rotateX(0deg) rotateY(0deg);
            transform: perspective(150px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(150px) rotateX(180deg) rotateY(0deg);
            transform: perspective(150px) rotateX(180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(150px) rotateX(180deg) rotateY(180deg);
            transform: perspective(150px) rotateX(180deg) rotateY(180deg);
  }
}
@-webkit-keyframes l3-2 {
  0% {
    background: var(--text-dark);
  }
  33% {
    background: #FFFFFF;
  }
  66% {
    background: var(--secondary);
  }
}
@keyframes l3-2 {
  0% {
    background: var(--text-dark);
  }
  33% {
    background: #FFFFFF;
  }
  66% {
    background: var(--secondary);
  }
}
#toggle_fullscreen button {
  position: fixed;
  top: 1em;
  right: 2em;
  z-index: 999999;
  font-size: 1em;
  width: 2em;
  height: 2em;
  text-indent: -999999999999px;
  background-image: url(../img/fullscreen_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#toggle_fullscreen.exit button {
  background-image: url(../img/exit_fullscreen.png);
}

.fullscreen_ok .sound_msg {
  display: none;
}

.fullscreen_ok #paysage .sound_msg {
  display: inline-block;
}

.fullscreen_nook .fullscreen {
  display: none;
}

#comprisbtn, #comprisbtn2 {
  margin: 1em auto;
  padding: 0.4em 1em 0.5em 1em;
  border: 1px solid var(--text-dark);
  color: #FFFFFF;
  background: var(--text-dark);
  -webkit-box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-weight: 600;
}

#comprisbtn:hover, #comprisbtn2:hover {
  border: 1px solid #82bc46;
  background: #82bc46;
  color: var(--text-dark);
}

.big_play_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
}
.big_play_button button {
  background-color: transparent;
  width: 6em;
  height: 6em;
  border-width: 0.5em;
  border-style: solid;
  border-radius: 50%;
  font-size: 1em;
  -webkit-box-shadow: 0.1em 0.1em 0.75em 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0.1em 0.1em 0.75em 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-color: var(--primary);
  position: relative;
}
.big_play_button button::after {
  content: "";
  border-top: 1.3em solid transparent;
  border-bottom: 1.3em solid transparent;
  border-left: 2.5em solid var(--primary);
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  border-left-color: inherit;
}

.video {
  text-align: center;
}
.video .video-js .vjs-tech {
  background: var(--background);
}
.video .video-js.vjs-fill,
.video .vjs-poster,
.video .video-js,
.video .vjs-poster {
  background-color: var(--background) !important;
}
.video .video-js {
  background-color: var(--background);
  margin: 0 auto;
  aspect-ratio: 1/1;
  height: 100% !important;
  max-width: none;
  width: auto;
}
.video .vjs-text-track-cue > div {
  padding: 0.3em;
  display: inline-block !important;
  font-family: var(--typo-font-family) !important;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
}
.video #loading_msg {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 0 20%;
  top: 40%;
  background: transparent;
  text-align: center;
}
.video .big_play_button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/poster.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
.video .big_play_button.anim1 {
  background-image: url(../img/poster1.jpg);
}
.video .big_play_button.anim2 {
  background-image: url(../img/poster2.jpg);
}
.video .big_play_button.anim3 {
  background-image: url(../img/poster3.jpg);
}
.video .big_play_button.anim4 {
  background-image: url(../img/poster4.jpg);
}
.video .big_play_button.anim5 {
  background-image: url(../img/poster5.jpg);
}
.video .big_play_button.anim6 {
  background-image: url(../img/poster6.jpg);
}